Trace number 4262059

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)1 2520.0801 2481.74

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-08.xml
MD5SUM8d41ef15b4a24b5ee65fe3e377737596
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1196.9
Satisfiable
(Un)Satisfiability was proved
Number of variables83
Number of constraints82
Number of domains2
Minimum domain size2
Maximum domain size64
Distribution of domain sizes[{"size":2,"count":18},{"size":64,"count":65}]
Minimum variable degree2
Maximum variable degree18
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":44},{"degree":4,"count":18},{"degree":18,"count":1}]
Minimum constraint arity2
Maximum constraint arity64
Distribution of constraint arities[{"arity":2,"count":63},{"arity":3,"count":18},{"arity":64,"count":1}]
Number of extensional constraints0
Number of intensional constraints81
Distribution of constraint types[{"type":"intension","count":81},{"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.18/2.20	c Concrete v3.4 running
18.23/8.09	o 15
20.41/9.25	o 14
37.22/25.33	o 13
39.76/27.44	o 11
41.41/29.10	o 9
42.58/30.14	o 8
62.96/50.32	o 7
63.79/51.19	o 6
216.75/202.11	o 5
554.46/535.36	o 4
626.90/606.56	o 3
626.90/606.58	o 2
2289.26/2253.09	o 1
2520.04/2481.71	java.util.concurrent.TimeoutException
2520.04/2481.71		at concrete.MAC.mac(MAC.scala:74)
2520.04/2481.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.04/2481.71		at scala.util.Try$.apply(Try.scala:209)
2520.04/2481.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.04/2481.71		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.04/2481.71		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.04/2481.71		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.04/2481.71		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.04/2481.71		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.04/2481.71		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.04/2481.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.04/2481.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.04/2481.71		at concrete.MAC.oneRun(MAC.scala:146)
2520.04/2481.71		at concrete.MAC.nextSolution(MAC.scala:166)
2520.04/2481.71		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.04/2481.71		at concrete.ProblemState.map(ProblemState.scala:203)
2520.04/2481.71		at concrete.ProblemState.map(ProblemState.scala:188)
2520.04/2481.71		at concrete.MAC.nextSolution(MAC.scala:195)
2520.04/2481.71		at concrete.Solver.hasNext(Solver.scala:202)
2520.04/2481.71		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.04/2481.71		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.04/2481.71		at concrete.Solver.toStream(Solver.scala:73)
2520.04/2481.71		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.04/2481.71		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.04/2481.71		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.04/2481.71		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.04/2481.71		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.04/2481.71		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.04/2481.71		at scala.util.Success.map(Try.scala:209)
2520.04/2481.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.04/2481.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.04/2481.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.04/2481.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.04/2481.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.04/2481.71		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.04/2481.71		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.04/2481.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.04/2481.71		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.04/2481.71		at scala.collection.immutable.List.foreach(List.scala:389)
2520.04/2481.71		at scala.App.main(App.scala:76)
2520.04/2481.71		at scala.App.main$(App.scala:74)
2520.04/2481.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.04/2481.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2481.72	v <instantiation cost="1">
2520.04/2481.72	v       <list>
2520.04/2481.72	v         q 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] x[60] x[61] x[62] x[63] b[0] b[1] b[2] b[3] b[4] b[5] b[6] b[7] b[8] b[9] b[10] b[11] b[12] b[13] b[14] b[15] b[16] b[17]
2520.04/2481.72	v       </list>
2520.04/2481.72	v       <values>
2520.04/2481.72	v         28 33 27 44 61 55 45 30 15 5 22 7 13 19 9 3 18 24 34 40 57 51 36 26 16 1 11 17 0 10 4 14 20 35 52 62 47 37 43 28 38 21 31 46 63 53 59 49 32 42 25 8 2 12 6 23 29 39 54 60 50 56 41 58 48 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0
2520.04/2481.72	v       </values>
2520.04/2481.72	v     </instantiation>
2520.04/2481.72	s SATISFIABLE

Verifier Data

OK	1

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-4262059-1502453256/watcher-4262059-1502453256 -o /tmp/evaluation-result-4262059-1502453256/solver-4262059-1502453256 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4959 --watchdog 2580 bin/concrete HOME/instance-4262059-1502453256.xml 

pid=18479
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: 1.71 1.54 1.45 3/199 18482
/proc/meminfo: memFree=30610348/32770624 swapFree=0/452184
[pid=18482] ppid=18479 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/18482/stat : 18482 (runsolver) D 18479 18482 4896 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 144978505 24240128 106 18446744073709551615 4194304 4338465 140723160422896 140723160420536 139961149403863 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 27967488 140723160428753 140723160429129 140723160429129 140723160432586 0
/proc/18482/statm: 5918 106 53 36 0 2156 0

[startup+0.100198 s]
/proc/loadavg: 1.71 1.54 1.45 3/199 18482
/proc/meminfo: memFree=30610348/32770624 swapFree=0/452184
[pid=18482] ppid=18479 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/18482/stat : 18482 (bash) S 18479 18482 4896 0 -1 4202496 897 6477 0 0 0 0 0 1 20 0 1 0 144978505 9867264 377 18446744073709551615 4194304 5098028 140723423729264 140723423723272 140441949056000 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 6 0 0 7196144 7232144 35151872 140723423736340 140723423736425 140723423736425 140723423739882 0
/proc/18482/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200276 s]
/proc/loadavg: 1.71 1.54 1.45 3/199 18482
/proc/meminfo: memFree=30610348/32770624 swapFree=0/452184
[pid=18482] ppid=18479 vsize=13358716 CPUtime=0.09 cores=0,2,4,6
/proc/18482/stat : 18482 (java) S 18479 18482 4896 0 -1 1077944320 4201 12750 0 0 1 0 5 3 20 0 6 0 144978505 13679325184 3528 18446744073709551615 4194304 4196468 140732749524160 140732749506704 140565018750711 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
/proc/18482/statm: 3339679 3528 1891 1 0 3329176 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13358716

[startup+0.300269 s]
/proc/loadavg: 1.71 1.54 1.45 3/199 18482
/proc/meminfo: memFree=30610348/32770624 swapFree=0/452184
[pid=18482] ppid=18479 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/18482/stat : 18482 (java) S 18479 18482 4896 0 -1 1077944320 5698 12750 0 0 5 1 5 3 20 0 14 0 144978505 14241083392 5380 18446744073709551615 4194304 4196468 140732749524160 140732749506704 140565018750711 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
/proc/18482/statm: 3476827 5380 2565 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700278 s]
/proc/loadavg: 1.71 1.54 1.45 3/199 18482
/proc/meminfo: memFree=30610348/32770624 swapFree=0/452184
[pid=18482] ppid=18479 vsize=13974784 CPUtime=0.71 cores=0,2,4,6
/proc/18482/stat : 18482 (java) S 18479 18482 4896 0 -1 1077944320 13989 12750 0 0 59 4 5 3 20 0 15 0 144978505 14310178816 14929 18446744073709551615 4194304 4196468 140732749524160 140732749506704 140565018750711 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
/proc/18482/statm: 3493696 14929 3123 1 0 3482965 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50066 s]
/proc/loadavg: 1.71 1.54 1.45 3/214 18545
/proc/meminfo: memFree=30508096/32770624 swapFree=0/452624
[pid=18482] ppid=18479 vsize=13985408 CPUtime=1.9 cores=0,2,4,6
/proc/18482/stat : 18482 (java) S 18479 18482 4896 0 -1 1077944320 29589 12750 0 0 173 9 5 3 20 0 15 0 144978505 14321057792 40221 18446744073709551615 4194304 4196468 140732749524160 140732749506704 140565018750711 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
/proc/18482/statm: 3496352 40221 3366 1 0 3485525 0
[pid=18482/tid=18532] ppid=18479 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/18482/task/18532/stat : 18532 (java) S 18479 18482 4896 0 -1 1077944384 22706 12750 0 0 117 5 5 3 20 0 15 0 144978524 14321057792 40221 18446744073709551615 4194304 4196468 140732749524160 140565022970992 140565018761858 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18533] ppid=18479 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18533/stat : 18533 (java) S 18479 18482 4896 0 -1 1077944384 55 12750 0 0 0 0 5 3 20 0 15 0 144978525 14321057792 40221 18446744073709551615 4194304 4196468 140732749524160 140564953185168 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18534] ppid=18479 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18534/stat : 18534 (java) S 18479 18482 4896 0 -1 1077944384 33 12750 0 0 0 0 5 3 20 0 15 0 144978525 14321057792 40221 18446744073709551615 4194304 4196468 140732749524160 140564617673488 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18535] ppid=18479 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18535/stat : 18535 (java) S 18479 18482 4896 0 -1 1077944384 194 12750 0 0 0 0 5 3 20 0 15 0 144978525 14321057792 40221 18446744073709551615 4194304 4196468 140732749524160 140564616621200 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18536] ppid=18479 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18536/stat : 18536 (java) S 18479 18482 4896 0 -1 1077944384 64 12750 0 0 0 0 5 3 20 0 15 0 144978525 14321057792 40221 18446744073709551615 4194304 4196468 140732749524160 140564615568400 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18537] ppid=18479 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/18482/task/18537/stat : 18537 (java) R 18479 18482 4896 0 -1 4202560 1267 12750 0 0 1 0 5 3 20 0 15 0 144978526 14321057792 40221 18446744073709551615 4194304 4196468 140732749524160 140564564521408 140565003746720 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18538] ppid=18479 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18538/stat : 18538 (java) S 18479 18482 4896 0 -1 1077944384 33 12750 0 0 0 0 5 3 20 0 15 0 144978527 14321057792 40221 18446744073709551615 4194304 4196468 140732749524160 140564563469088 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18539] ppid=18479 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18539/stat : 18539 (java) S 18479 18482 4896 0 -1 1077944384 21 12750 0 0 0 0 5 3 20 0 15 0 144978527 14321057792 40221 18446744073709551615 4194304 4196468 140732749524160 140564562416752 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18540] ppid=18479 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18540/stat : 18540 (java) S 18479 18482 4896 0 -1 1077944384 3 12750 0 0 0 0 5 3 20 0 15 0 144978529 14321057792 40221 18446744073709551615 4194304 4196468 140732749524160 140564561365072 140565018769307 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18541] ppid=18479 vsize=13985408 CPUtime=0.21 cores=0,2,4,6
/proc/18482/task/18541/stat : 18541 (java) S 18479 18482 4896 0 -1 1077944384 734 12750 0 0 12 1 5 3 20 0 15 0 144978530 14321057792 40221 18446744073709551615 4194304 4196468 140732749524160 140564560312944 140565018761858 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18542] ppid=18479 vsize=13985408 CPUtime=0.25 cores=0,2,4,6
/proc/18482/task/18542/stat : 18542 (java) S 18479 18482 4896 0 -1 1077944384 913 12750 0 0 17 0 5 3 20 0 15 0 144978530 14321057792 40221 18446744073709551615 4194304 4196468 140732749524160 140564559260144 140565018761858 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18543] ppid=18479 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/18482/task/18543/stat : 18543 (java) S 18479 18482 4896 0 -1 1077944384 1397 12750 0 0 22 0 5 3 20 0 15 0 144978530 14321057792 40221 18446744073709551615 4194304 4196468 140732749524160 140564558203072 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18544] ppid=18479 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18544/stat : 18544 (java) S 18479 18482 4896 0 -1 1077944384 3 12750 0 0 0 0 5 3 20 0 15 0 144978530 14321057792 40221 18446744073709551615 4194304 4196468 140732749524160 140564557155296 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18545] ppid=18479 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18545/stat : 18545 (java) S 18479 18482 4896 0 -1 1077944384 11 12750 0 0 0 0 5 3 20 0 15 0 144978536 14321057792 40221 18446744073709551615 4194304 4196468 140732749524160 140564556102064 140565018761858 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 13985408

[startup+3.10325 s]
/proc/loadavg: 1.71 1.54 1.45 4/214 18545
/proc/meminfo: memFree=30438244/32770624 swapFree=0/452620
[pid=18482] ppid=18479 vsize=13997884 CPUtime=5.69 cores=0,2,4,6
/proc/18482/stat : 18482 (java) S 18479 18482 4896 0 -1 1077944320 49407 12750 0 0 546 15 5 3 20 0 15 0 144978505 14333833216 57279 18446744073709551615 4194304 4196468 140732749524160 140732749506704 140565018750711 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
/proc/18482/statm: 3499471 57279 3455 1 0 3488085 0
[pid=18482/tid=18532] ppid=18479 vsize=13997884 CPUtime=2.87 cores=0,2,4,6
/proc/18482/task/18532/stat : 18532 (java) R 18479 18482 4896 0 -1 4202560 35414 12750 0 0 272 7 5 3 20 0 15 0 144978524 14333833216 57279 18446744073709551615 4194304 4196468 140732749524160 140565022979408 140564642384279 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18533] ppid=18479 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18533/stat : 18533 (java) S 18479 18482 4896 0 -1 1077944384 60 12750 0 0 0 0 5 3 20 0 15 0 144978525 14333833216 57279 18446744073709551615 4194304 4196468 140732749524160 140564953185168 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18534] ppid=18479 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/18482/task/18534/stat : 18534 (java) S 18479 18482 4896 0 -1 1077944384 33 12750 0 0 1 0 5 3 20 0 15 0 144978525 14333833216 57279 18446744073709551615 4194304 4196468 140732749524160 140564617673488 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18535] ppid=18479 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/18482/task/18535/stat : 18535 (java) S 18479 18482 4896 0 -1 1077944384 194 12750 0 0 1 0 5 3 20 0 15 0 144978525 14333833216 57279 18446744073709551615 4194304 4196468 140732749524160 140564616621200 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18536] ppid=18479 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/18482/task/18536/stat : 18536 (java) S 18479 18482 4896 0 -1 1077944384 67 12750 0 0 1 0 5 3 20 0 15 0 144978525 14333833216 57279 18446744073709551615 4194304 4196468 140732749524160 140564615568400 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18537] ppid=18479 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/18482/task/18537/stat : 18537 (java) S 18479 18482 4896 0 -1 1077944384 1457 12750 0 0 1 0 5 3 20 0 15 0 144978526 14333833216 57279 18446744073709551615 4194304 4196468 140732749524160 140564564523120 140565018761858 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18538] ppid=18479 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18538/stat : 18538 (java) S 18479 18482 4896 0 -1 1077944384 54 12750 0 0 0 0 5 3 20 0 15 0 144978527 14333833216 57279 18446744073709551615 4194304 4196468 140732749524160 140564563469152 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18539] ppid=18479 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18539/stat : 18539 (java) S 18479 18482 4896 0 -1 1077944384 44 12750 0 0 0 0 5 3 20 0 15 0 144978527 14333833216 57279 18446744073709551615 4194304 4196468 140732749524160 140564562416768 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18540] ppid=18479 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18540/stat : 18540 (java) S 18479 18482 4896 0 -1 1077944384 3 12750 0 0 0 0 5 3 20 0 15 0 144978529 14333833216 57279 18446744073709551615 4194304 4196468 140732749524160 140564561365072 140565018769307 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18541] ppid=18479 vsize=13997884 CPUtime=1.07 cores=0,2,4,6
/proc/18482/task/18541/stat : 18541 (java) R 18479 18482 4896 0 -1 4202560 4333 12750 0 0 97 2 5 3 20 0 15 0 144978530 14333833216 57279 18446744073709551615 4194304 4196468 140732749524160 140564560304272 140565011847428 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18542] ppid=18479 vsize=13997884 CPUtime=0.81 cores=0,2,4,6
/proc/18482/task/18542/stat : 18542 (java) R 18479 18482 4896 0 -1 4202560 1965 12750 0 0 73 0 5 3 20 0 15 0 144978530 14333833216 57279 18446744073709551615 4194304 4196468 140732749524160 140564559241504 140564999503139 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18543] ppid=18479 vsize=13997884 CPUtime=1.04 cores=0,2,4,6
/proc/18482/task/18543/stat : 18543 (java) S 18479 18482 4896 0 -1 1077944384 3616 12750 0 0 95 1 5 3 20 0 15 0 144978530 14333833216 57279 18446744073709551615 4194304 4196468 140732749524160 140564558207856 140565018761858 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18544] ppid=18479 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18544/stat : 18544 (java) S 18479 18482 4896 0 -1 1077944384 3 12750 0 0 0 0 5 3 20 0 15 0 144978530 14333833216 57279 18446744073709551615 4194304 4196468 140732749524160 140564557155296 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18545] ppid=18479 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18545/stat : 18545 (java) S 18479 18482 4896 0 -1 1077944384 12 12750 0 0 0 0 5 3 20 0 15 0 144978536 14333833216 57279 18446744073709551615 4194304 4196468 140732749524160 140564556102064 140565018761858 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 13997884

[startup+6.30064 s]
/proc/loadavg: 1.73 1.55 1.45 5/214 18545
/proc/meminfo: memFree=30272348/32770624 swapFree=0/452620
[pid=18482] ppid=18479 vsize=14071612 CPUtime=14.9 cores=0,2,4,6
/proc/18482/stat : 18482 (java) S 18479 18482 4896 0 -1 1077944320 73128 12750 0 0 1460 22 5 3 20 0 15 0 144978505 14409330688 89813 18446744073709551615 4194304 4196468 140732749524160 140732749506704 140565018750711 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
/proc/18482/statm: 3517903 89813 3477 1 0 3506517 0
[pid=18482/tid=18532] ppid=18479 vsize=14071612 CPUtime=6 cores=0,2,4,6
/proc/18482/task/18532/stat : 18532 (java) R 18479 18482 4896 0 -1 4202560 45919 12750 0 0 581 11 5 3 20 0 15 0 144978524 14409330688 89813 18446744073709551615 4194304 4196468 140732749524160 140565022983240 140564649691234 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18533] ppid=18479 vsize=14071612 CPUtime=0.1 cores=0,2,4,6
/proc/18482/task/18533/stat : 18533 (java) S 18479 18482 4896 0 -1 1077944384 120 12750 0 0 2 0 5 3 20 0 15 0 144978525 14409330688 89813 18446744073709551615 4194304 4196468 140732749524160 140564953185168 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18534] ppid=18479 vsize=14071612 CPUtime=0.12 cores=0,2,4,6
/proc/18482/task/18534/stat : 18534 (java) S 18479 18482 4896 0 -1 1077944384 661 12750 0 0 4 0 5 3 20 0 15 0 144978525 14409330688 89813 18446744073709551615 4194304 4196468 140732749524160 140564617673488 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18535] ppid=18479 vsize=14071612 CPUtime=0.11 cores=0,2,4,6
/proc/18482/task/18535/stat : 18535 (java) S 18479 18482 4896 0 -1 1077944384 292 12750 0 0 3 0 5 3 20 0 15 0 144978525 14409330688 89813 18446744073709551615 4194304 4196468 140732749524160 140564616621200 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18536] ppid=18479 vsize=14071612 CPUtime=0.1 cores=0,2,4,6
/proc/18482/task/18536/stat : 18536 (java) S 18479 18482 4896 0 -1 1077944384 83 12750 0 0 2 0 5 3 20 0 15 0 144978525 14409330688 89813 18446744073709551615 4194304 4196468 140732749524160 140564615568400 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18537] ppid=18479 vsize=14071612 CPUtime=0.12 cores=0,2,4,6
/proc/18482/task/18537/stat : 18537 (java) S 18479 18482 4896 0 -1 1077944384 2246 12750 0 0 4 0 5 3 20 0 15 0 144978526 14409330688 89813 18446744073709551615 4194304 4196468 140732749524160 140564564523120 140565018761858 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18538] ppid=18479 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18538/stat : 18538 (java) S 18479 18482 4896 0 -1 1077944384 54 12750 0 0 0 0 5 3 20 0 15 0 144978527 14409330688 89813 18446744073709551615 4194304 4196468 140732749524160 140564563469152 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18539] ppid=18479 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18539/stat : 18539 (java) S 18479 18482 4896 0 -1 1077944384 44 12750 0 0 0 0 5 3 20 0 15 0 144978527 14409330688 89813 18446744073709551615 4194304 4196468 140732749524160 140564562416768 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18540] ppid=18479 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18540/stat : 18540 (java) S 18479 18482 4896 0 -1 1077944384 3 12750 0 0 0 0 5 3 20 0 15 0 144978529 14409330688 89813 18446744073709551615 4194304 4196468 140732749524160 140564561365072 140565018769307 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18541] ppid=18479 vsize=14071612 CPUtime=3.62 cores=0,2,4,6
/proc/18482/task/18541/stat : 18541 (java) S 18479 18482 4896 0 -1 1077944384 8973 12750 0 0 351 3 5 3 20 0 15 0 144978530 14409330688 89813 18446744073709551615 4194304 4196468 140732749524160 140564560312944 140565018761858 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18542] ppid=18479 vsize=14071612 CPUtime=3.31 cores=0,2,4,6
/proc/18482/task/18542/stat : 18542 (java) S 18479 18482 4896 0 -1 1077944384 6574 12750 0 0 322 1 5 3 20 0 15 0 144978530 14409330688 89813 18446744073709551615 4194304 4196468 140732749524160 140564559260144 140565018761858 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18543] ppid=18479 vsize=14071612 CPUtime=1.96 cores=0,2,4,6
/proc/18482/task/18543/stat : 18543 (java) S 18479 18482 4896 0 -1 1077944384 5978 12750 0 0 185 3 5 3 20 0 15 0 144978530 14409330688 89813 18446744073709551615 4194304 4196468 140732749524160 140564558207856 140565018761858 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18544] ppid=18479 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18544/stat : 18544 (java) S 18479 18482 4896 0 -1 1077944384 3 12750 0 0 0 0 5 3 20 0 15 0 144978530 14409330688 89813 18446744073709551615 4194304 4196468 140732749524160 140564557155296 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18545] ppid=18479 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18545/stat : 18545 (java) S 18479 18482 4896 0 -1 1077944384 23 12750 0 0 0 0 5 3 20 0 15 0 144978536 14409330688 89813 18446744073709551615 4194304 4196468 140732749524160 140564556102064 140565018761858 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
Current children cumulated CPU time (s) 14.9
Current children cumulated vsize (KiB) 14071612

[startup+12.7013 s]
/proc/loadavg: 1.76 1.56 1.45 3/214 18545
/proc/meminfo: memFree=30120624/32770624 swapFree=0/452616
[pid=18482] ppid=18479 vsize=14071612 CPUtime=24.37 cores=0,2,4,6
/proc/18482/stat : 18482 (java) S 18479 18482 4896 0 -1 1077944320 86181 12750 0 0 2399 30 5 3 20 0 15 0 144978505 14409330688 130417 18446744073709551615 4194304 4196468 140732749524160 140732749506704 140565018750711 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
/proc/18482/statm: 3517903 130417 3480 1 0 3506517 0
[pid=18482/tid=18532] ppid=18479 vsize=14071612 CPUtime=12.18 cores=0,2,4,6
/proc/18482/task/18532/stat : 18532 (java) R 18479 18482 4896 0 -1 4202560 47020 12750 0 0 1198 12 5 3 20 0 15 0 144978524 14409330688 130417 18446744073709551615 4194304 4196468 140732749524160 140565022984272 140564632791760 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18533] ppid=18479 vsize=14071612 CPUtime=0.21 cores=0,2,4,6
/proc/18482/task/18533/stat : 18533 (java) S 18479 18482 4896 0 -1 1077944384 207 12750 0 0 12 1 5 3 20 0 15 0 144978525 14409330688 130417 18446744073709551615 4194304 4196468 140732749524160 140564953185168 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18534] ppid=18479 vsize=14071612 CPUtime=0.22 cores=0,2,4,6
/proc/18482/task/18534/stat : 18534 (java) S 18479 18482 4896 0 -1 1077944384 1028 12750 0 0 13 1 5 3 20 0 15 0 144978525 14409330688 130417 18446744073709551615 4194304 4196468 140732749524160 140564617673488 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18535] ppid=18479 vsize=14071612 CPUtime=0.22 cores=0,2,4,6
/proc/18482/task/18535/stat : 18535 (java) S 18479 18482 4896 0 -1 1077944384 334 12750 0 0 13 1 5 3 20 0 15 0 144978525 14409330688 130417 18446744073709551615 4194304 4196468 140732749524160 140564616621200 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18536] ppid=18479 vsize=14071612 CPUtime=0.2 cores=0,2,4,6
/proc/18482/task/18536/stat : 18536 (java) S 18479 18482 4896 0 -1 1077944384 438 12750 0 0 11 1 5 3 20 0 15 0 144978525 14409330688 130417 18446744073709551615 4194304 4196468 140732749524160 140564615568400 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18537] ppid=18479 vsize=14071612 CPUtime=0.22 cores=0,2,4,6
/proc/18482/task/18537/stat : 18537 (java) S 18479 18482 4896 0 -1 1077944384 9589 12750 0 0 14 0 5 3 20 0 15 0 144978526 14409330688 130417 18446744073709551615 4194304 4196468 140732749524160 140564564523120 140565018761858 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18538] ppid=18479 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18538/stat : 18538 (java) S 18479 18482 4896 0 -1 1077944384 56 12750 0 0 0 0 5 3 20 0 15 0 144978527 14409330688 130417 18446744073709551615 4194304 4196468 140732749524160 140564563469152 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18539] ppid=18479 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18539/stat : 18539 (java) S 18479 18482 4896 0 -1 1077944384 46 12750 0 0 0 0 5 3 20 0 15 0 144978527 14409330688 130417 18446744073709551615 4194304 4196468 140732749524160 140564562416768 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18540] ppid=18479 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18540/stat : 18540 (java) S 18479 18482 4896 0 -1 1077944384 3 12750 0 0 0 0 5 3 20 0 15 0 144978529 14409330688 130417 18446744073709551615 4194304 4196468 140732749524160 140564561365072 140565018769307 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0

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

/proc/18482/task/18544/stat : 18544 (java) S 18479 18482 4896 0 -1 1077944384 3 12750 0 0 0 0 5 3 20 0 15 0 144978530 14409330688 154095 18446744073709551615 4194304 4196468 140732749524160 140564557155296 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18545] ppid=18479 vsize=14071612 CPUtime=1.34 cores=0,2,4,6
/proc/18482/task/18545/stat : 18545 (java) S 18479 18482 4896 0 -1 1077944384 944 12750 0 0 64 62 5 3 20 0 15 0 144978536 14409330688 154095 18446744073709551615 4194304 4196468 140732749524160 140564556102064 140565018761858 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
Current children cumulated CPU time (s) 2359.22
Current children cumulated vsize (KiB) 14071612

[startup+2382.3 s]
/proc/loadavg: 1.65 1.41 1.35 3/214 18844
/proc/meminfo: memFree=25517084/32770624 swapFree=0/453396
[pid=18482] ppid=18479 vsize=14071612 CPUtime=2419.75 cores=0,2,4,6
/proc/18482/stat : 18482 (java) S 18479 18482 4896 0 -1 1077944320 298580 12750 0 0 241699 268 5 3 20 0 15 0 144978505 14409330688 153197 18446744073709551615 4194304 4196468 140732749524160 140732749506704 140565018750711 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
/proc/18482/statm: 3517903 153197 3486 1 0 3506517 0
[pid=18482/tid=18532] ppid=18479 vsize=14071612 CPUtime=2365.97 cores=0,2,4,6
/proc/18482/task/18532/stat : 18532 (java) R 18479 18482 4896 0 -1 4202560 89617 12750 0 0 236552 37 5 3 20 0 15 0 144978524 14409330688 153197 18446744073709551615 4194304 4196468 140732749524160 140565022984880 140564648000644 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18533] ppid=18479 vsize=14071612 CPUtime=7.97 cores=0,2,4,6
/proc/18482/task/18533/stat : 18533 (java) S 18479 18482 4896 0 -1 1077944384 11779 12750 0 0 748 41 5 3 20 0 15 0 144978525 14409330688 153197 18446744073709551615 4194304 4196468 140732749524160 140564953185168 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18534] ppid=18479 vsize=14071612 CPUtime=7.97 cores=0,2,4,6
/proc/18482/task/18534/stat : 18534 (java) S 18479 18482 4896 0 -1 1077944384 11284 12750 0 0 749 40 5 3 20 0 15 0 144978525 14409330688 153197 18446744073709551615 4194304 4196468 140732749524160 140564617673488 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18535] ppid=18479 vsize=14071612 CPUtime=7.96 cores=0,2,4,6
/proc/18482/task/18535/stat : 18535 (java) S 18479 18482 4896 0 -1 1077944384 9671 12750 0 0 753 35 5 3 20 0 15 0 144978525 14409330688 153197 18446744073709551615 4194304 4196468 140732749524160 140564616621200 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18536] ppid=18479 vsize=14071612 CPUtime=7.96 cores=0,2,4,6
/proc/18482/task/18536/stat : 18536 (java) S 18479 18482 4896 0 -1 1077944384 12911 12750 0 0 753 35 5 3 20 0 15 0 144978525 14409330688 153197 18446744073709551615 4194304 4196468 140732749524160 140564615568400 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18537] ppid=18479 vsize=14071612 CPUtime=6.52 cores=0,2,4,6
/proc/18482/task/18537/stat : 18537 (java) S 18479 18482 4896 0 -1 1077944384 18551 12750 0 0 608 36 5 3 20 0 15 0 144978526 14409330688 153197 18446744073709551615 4194304 4196468 140732749524160 140564564523120 140565018761858 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18538] ppid=18479 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18538/stat : 18538 (java) S 18479 18482 4896 0 -1 1077944384 78 12750 0 0 0 0 5 3 20 0 15 0 144978527 14409330688 153197 18446744073709551615 4194304 4196468 140732749524160 140564563469152 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18539] ppid=18479 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18539/stat : 18539 (java) S 18479 18482 4896 0 -1 1077944384 46 12750 0 0 0 0 5 3 20 0 15 0 144978527 14409330688 153197 18446744073709551615 4194304 4196468 140732749524160 140564562416768 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18540] ppid=18479 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18540/stat : 18540 (java) S 18479 18482 4896 0 -1 1077944384 3 12750 0 0 0 0 5 3 20 0 15 0 144978529 14409330688 153197 18446744073709551615 4194304 4196468 140732749524160 140564561365072 140565018769307 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18541] ppid=18479 vsize=14071612 CPUtime=6.15 cores=0,2,4,6
/proc/18482/task/18541/stat : 18541 (java) S 18479 18482 4896 0 -1 1077944384 44529 12750 0 0 602 5 5 3 20 0 15 0 144978530 14409330688 153197 18446744073709551615 4194304 4196468 140732749524160 140564560312944 140565018761858 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18542] ppid=18479 vsize=14071612 CPUtime=6.06 cores=0,2,4,6
/proc/18482/task/18542/stat : 18542 (java) S 18479 18482 4896 0 -1 1077944384 48004 12750 0 0 593 5 5 3 20 0 15 0 144978530 14409330688 153197 18446744073709551615 4194304 4196468 140732749524160 140564559260144 140565018761858 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18543] ppid=18479 vsize=14071612 CPUtime=2.44 cores=0,2,4,6
/proc/18482/task/18543/stat : 18543 (java) S 18479 18482 4896 0 -1 1077944384 48999 12750 0 0 228 8 5 3 20 0 15 0 144978530 14409330688 153197 18446744073709551615 4194304 4196468 140732749524160 140564558207856 140565018761858 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18544] ppid=18479 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18544/stat : 18544 (java) S 18479 18482 4896 0 -1 1077944384 3 12750 0 0 0 0 5 3 20 0 15 0 144978530 14409330688 153197 18446744073709551615 4194304 4196468 140732749524160 140564557155296 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18545] ppid=18479 vsize=14071612 CPUtime=1.37 cores=0,2,4,6
/proc/18482/task/18545/stat : 18545 (java) S 18479 18482 4896 0 -1 1077944384 950 12750 0 0 65 64 5 3 20 0 15 0 144978536 14409330688 153197 18446744073709551615 4194304 4196468 140732749524160 140564556102064 140565018761858 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
Current children cumulated CPU time (s) 2419.75
Current children cumulated vsize (KiB) 14071612

[startup+2442.3 s]
/proc/loadavg: 1.77 1.49 1.38 6/215 18847
/proc/meminfo: memFree=25183200/32770624 swapFree=0/453420
[pid=18482] ppid=18479 vsize=14071612 CPUtime=2480.28 cores=0,2,4,6
/proc/18482/stat : 18482 (java) S 18479 18482 4896 0 -1 1077944320 300130 12750 0 0 247748 272 5 3 20 0 15 0 144978505 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140732749506704 140565018750711 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
/proc/18482/statm: 3517903 152943 3486 1 0 3506517 0
[pid=18482/tid=18532] ppid=18479 vsize=14071612 CPUtime=2425.61 cores=0,2,4,6
/proc/18482/task/18532/stat : 18532 (java) R 18479 18482 4896 0 -1 4202560 90076 12750 0 0 242515 38 5 3 20 0 15 0 144978524 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140565022984976 140564649411970 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18533] ppid=18479 vsize=14071612 CPUtime=8.14 cores=0,2,4,6
/proc/18482/task/18533/stat : 18533 (java) S 18479 18482 4896 0 -1 1077944384 11810 12750 0 0 765 41 5 3 20 0 15 0 144978525 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564953185168 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18534] ppid=18479 vsize=14071612 CPUtime=8.15 cores=0,2,4,6
/proc/18482/task/18534/stat : 18534 (java) S 18479 18482 4896 0 -1 1077944384 11348 12750 0 0 766 41 5 3 20 0 15 0 144978525 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564617673488 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18535] ppid=18479 vsize=14071612 CPUtime=8.14 cores=0,2,4,6
/proc/18482/task/18535/stat : 18535 (java) S 18479 18482 4896 0 -1 1077944384 9709 12750 0 0 771 35 5 3 20 0 15 0 144978525 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564616621200 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18536] ppid=18479 vsize=14071612 CPUtime=8.14 cores=0,2,4,6
/proc/18482/task/18536/stat : 18536 (java) S 18479 18482 4896 0 -1 1077944384 12917 12750 0 0 770 36 5 3 20 0 15 0 144978525 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564615568400 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18537] ppid=18479 vsize=14071612 CPUtime=6.66 cores=0,2,4,6
/proc/18482/task/18537/stat : 18537 (java) S 18479 18482 4896 0 -1 1077944384 18623 12750 0 0 621 37 5 3 20 0 15 0 144978526 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564564523120 140565018761858 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18538] ppid=18479 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18538/stat : 18538 (java) S 18479 18482 4896 0 -1 1077944384 78 12750 0 0 0 0 5 3 20 0 15 0 144978527 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564563469152 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18539] ppid=18479 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18539/stat : 18539 (java) S 18479 18482 4896 0 -1 1077944384 46 12750 0 0 0 0 5 3 20 0 15 0 144978527 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564562416768 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18540] ppid=18479 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18540/stat : 18540 (java) S 18479 18482 4896 0 -1 1077944384 3 12750 0 0 0 0 5 3 20 0 15 0 144978529 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564561365072 140565018769307 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18541] ppid=18479 vsize=14071612 CPUtime=6.15 cores=0,2,4,6
/proc/18482/task/18541/stat : 18541 (java) S 18479 18482 4896 0 -1 1077944384 44529 12750 0 0 602 5 5 3 20 0 15 0 144978530 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564560312944 140565018761858 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18542] ppid=18479 vsize=14071612 CPUtime=6.06 cores=0,2,4,6
/proc/18482/task/18542/stat : 18542 (java) S 18479 18482 4896 0 -1 1077944384 48004 12750 0 0 593 5 5 3 20 0 15 0 144978530 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564559260144 140565018761858 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18543] ppid=18479 vsize=14071612 CPUtime=2.45 cores=0,2,4,6
/proc/18482/task/18543/stat : 18543 (java) S 18479 18482 4896 0 -1 1077944384 49873 12750 0 0 229 8 5 3 20 0 15 0 144978530 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564558207856 140565018761858 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18544] ppid=18479 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18544/stat : 18544 (java) S 18479 18482 4896 0 -1 1077944384 3 12750 0 0 0 0 5 3 20 0 15 0 144978530 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564557155296 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18545] ppid=18479 vsize=14071612 CPUtime=1.4 cores=0,2,4,6
/proc/18482/task/18545/stat : 18545 (java) S 18479 18482 4896 0 -1 1077944384 956 12750 0 0 67 65 5 3 20 0 15 0 144978536 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564556102064 140565018761858 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
Current children cumulated CPU time (s) 2480.28
Current children cumulated vsize (KiB) 14071612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2481.71 s]
/proc/loadavg: 1.51 1.46 1.37 3/215 18848
/proc/meminfo: memFree=25199768/32770624 swapFree=0/453432
[pid=18482] ppid=18479 vsize=14071612 CPUtime=2520.04 cores=0,2,4,6
/proc/18482/stat : 18482 (java) S 18479 18482 4896 0 -1 1077944320 301444 12750 0 0 251720 276 5 3 20 0 15 0 144978505 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140732749506704 140565018750711 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
/proc/18482/statm: 3517903 152943 3486 1 0 3506517 0
[pid=18482/tid=18532] ppid=18479 vsize=14071612 CPUtime=2464.81 cores=0,2,4,6
/proc/18482/task/18532/stat : 18532 (java) R 18479 18482 4896 0 -1 4202560 90481 12750 0 0 246435 38 5 3 20 0 15 0 144978524 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140565022984592 140564650170970 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18533] ppid=18479 vsize=14071612 CPUtime=8.26 cores=0,2,4,6
/proc/18482/task/18533/stat : 18533 (java) S 18479 18482 4896 0 -1 1077944384 12248 12750 0 0 776 42 5 3 20 0 15 0 144978525 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564953185168 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18534] ppid=18479 vsize=14071612 CPUtime=8.26 cores=0,2,4,6
/proc/18482/task/18534/stat : 18534 (java) S 18479 18482 4896 0 -1 1077944384 11400 12750 0 0 777 41 5 3 20 0 15 0 144978525 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564617673488 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18535] ppid=18479 vsize=14071612 CPUtime=8.25 cores=0,2,4,6
/proc/18482/task/18535/stat : 18535 (java) S 18479 18482 4896 0 -1 1077944384 9795 12750 0 0 781 36 5 3 20 0 15 0 144978525 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564616621200 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18536] ppid=18479 vsize=14071612 CPUtime=8.25 cores=0,2,4,6
/proc/18482/task/18536/stat : 18536 (java) S 18479 18482 4896 0 -1 1077944384 13030 12750 0 0 781 36 5 3 20 0 15 0 144978525 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564615568400 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18537] ppid=18479 vsize=14071612 CPUtime=6.74 cores=0,2,4,6
/proc/18482/task/18537/stat : 18537 (java) S 18479 18482 4896 0 -1 1077944384 18823 12750 0 0 629 37 5 3 20 0 15 0 144978526 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564564523120 140565018761858 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18538] ppid=18479 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18538/stat : 18538 (java) S 18479 18482 4896 0 -1 1077944384 78 12750 0 0 0 0 5 3 20 0 15 0 144978527 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564563469152 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18539] ppid=18479 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18539/stat : 18539 (java) S 18479 18482 4896 0 -1 1077944384 46 12750 0 0 0 0 5 3 20 0 15 0 144978527 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564562416768 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18540] ppid=18479 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18540/stat : 18540 (java) S 18479 18482 4896 0 -1 1077944384 3 12750 0 0 0 0 5 3 20 0 15 0 144978529 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564561365072 140565018769307 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18541] ppid=18479 vsize=14071612 CPUtime=6.15 cores=0,2,4,6
/proc/18482/task/18541/stat : 18541 (java) S 18479 18482 4896 0 -1 1077944384 44531 12750 0 0 602 5 5 3 20 0 15 0 144978530 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564560312944 140565018761858 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18542] ppid=18479 vsize=14071612 CPUtime=6.06 cores=0,2,4,6
/proc/18482/task/18542/stat : 18542 (java) S 18479 18482 4896 0 -1 1077944384 48006 12750 0 0 593 5 5 3 20 0 15 0 144978530 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564559260144 140565018761858 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18543] ppid=18479 vsize=14071612 CPUtime=2.45 cores=0,2,4,6
/proc/18482/task/18543/stat : 18543 (java) S 18479 18482 4896 0 -1 1077944384 49875 12750 0 0 229 8 5 3 20 0 15 0 144978530 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564558207856 140565018761858 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18544] ppid=18479 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18544/stat : 18544 (java) S 18479 18482 4896 0 -1 1077944384 3 12750 0 0 0 0 5 3 20 0 15 0 144978530 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564557155296 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18545] ppid=18479 vsize=14071612 CPUtime=1.42 cores=0,2,4,6
/proc/18482/task/18545/stat : 18545 (java) S 18479 18482 4896 0 -1 1077944384 970 12750 0 0 68 66 5 3 20 0 15 0 144978536 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564556102064 140565018761858 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
Current children cumulated CPU time (s) 2520.04
Current children cumulated vsize (KiB) 14071612

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

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

[startup+2481.71 s]
/proc/loadavg: 1.51 1.46 1.37 3/215 18848
/proc/meminfo: memFree=25199768/32770624 swapFree=0/453432
[pid=18482] ppid=18479 vsize=14071612 CPUtime=2520.04 cores=0,2,4,6
/proc/18482/stat : 18482 (java) S 18479 18482 4896 0 -1 1077944320 301444 12750 0 0 251720 276 5 3 20 0 15 0 144978505 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140732749506704 140565018750711 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
/proc/18482/statm: 3517903 152943 3486 1 0 3506517 0
[pid=18482/tid=18532] ppid=18479 vsize=14071612 CPUtime=2464.81 cores=0,2,4,6
/proc/18482/task/18532/stat : 18532 (java) R 18479 18482 4896 0 -1 4202560 90481 12750 0 0 246435 38 5 3 20 0 15 0 144978524 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140565022984592 140564650170970 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18533] ppid=18479 vsize=14071612 CPUtime=8.26 cores=0,2,4,6
/proc/18482/task/18533/stat : 18533 (java) S 18479 18482 4896 0 -1 1077944384 12248 12750 0 0 776 42 5 3 20 0 15 0 144978525 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564953185168 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18534] ppid=18479 vsize=14071612 CPUtime=8.26 cores=0,2,4,6
/proc/18482/task/18534/stat : 18534 (java) S 18479 18482 4896 0 -1 1077944384 11400 12750 0 0 777 41 5 3 20 0 15 0 144978525 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564617673488 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18535] ppid=18479 vsize=14071612 CPUtime=8.25 cores=0,2,4,6
/proc/18482/task/18535/stat : 18535 (java) S 18479 18482 4896 0 -1 1077944384 9795 12750 0 0 781 36 5 3 20 0 15 0 144978525 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564616621200 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18536] ppid=18479 vsize=14071612 CPUtime=8.25 cores=0,2,4,6
/proc/18482/task/18536/stat : 18536 (java) S 18479 18482 4896 0 -1 1077944384 13030 12750 0 0 781 36 5 3 20 0 15 0 144978525 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564615568400 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18537] ppid=18479 vsize=14071612 CPUtime=6.74 cores=0,2,4,6
/proc/18482/task/18537/stat : 18537 (java) S 18479 18482 4896 0 -1 1077944384 18823 12750 0 0 629 37 5 3 20 0 15 0 144978526 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564564523120 140565018761858 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18538] ppid=18479 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18538/stat : 18538 (java) S 18479 18482 4896 0 -1 1077944384 78 12750 0 0 0 0 5 3 20 0 15 0 144978527 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564563469152 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18539] ppid=18479 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18539/stat : 18539 (java) S 18479 18482 4896 0 -1 1077944384 46 12750 0 0 0 0 5 3 20 0 15 0 144978527 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564562416768 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18540] ppid=18479 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18540/stat : 18540 (java) S 18479 18482 4896 0 -1 1077944384 3 12750 0 0 0 0 5 3 20 0 15 0 144978529 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564561365072 140565018769307 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18541] ppid=18479 vsize=14071612 CPUtime=6.15 cores=0,2,4,6
/proc/18482/task/18541/stat : 18541 (java) S 18479 18482 4896 0 -1 1077944384 44531 12750 0 0 602 5 5 3 20 0 15 0 144978530 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564560312944 140565018761858 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18542] ppid=18479 vsize=14071612 CPUtime=6.06 cores=0,2,4,6
/proc/18482/task/18542/stat : 18542 (java) S 18479 18482 4896 0 -1 1077944384 48006 12750 0 0 593 5 5 3 20 0 15 0 144978530 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564559260144 140565018761858 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18543] ppid=18479 vsize=14071612 CPUtime=2.45 cores=0,2,4,6
/proc/18482/task/18543/stat : 18543 (java) S 18479 18482 4896 0 -1 1077944384 49875 12750 0 0 229 8 5 3 20 0 15 0 144978530 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564558207856 140565018761858 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18544] ppid=18479 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18544/stat : 18544 (java) S 18479 18482 4896 0 -1 1077944384 3 12750 0 0 0 0 5 3 20 0 15 0 144978530 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564557155296 140565018760917 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
[pid=18482/tid=18545] ppid=18479 vsize=14071612 CPUtime=1.42 cores=0,2,4,6
/proc/18482/task/18545/stat : 18545 (java) S 18479 18482 4896 0 -1 1077944384 970 12750 0 0 68 66 5 3 20 0 15 0 144978536 14409330688 152943 18446744073709551615 4194304 4196468 140732749524160 140564556102064 140565018761858 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27594752 140732749526992 140732749529777 140732749529777 140732749533135 0
Current children cumulated CPU time (s) 2520.04
Current children cumulated vsize (KiB) 14071612

Child status: 143
Real time (s): 2481.74
CPU time (s): 2520.08
CPU user time (s): 2517.28
CPU system time (s): 2.80206
CPU usage (%): 101.545
Max. virtual memory (cumulated for all children) (KiB): 14071612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.28
system time used= 2.80206
maximum resident set size= 778484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 314883
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 199875
involuntary context switches= 8013

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.6401 second user time and 13.9429 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-11 13:53:12
IDJOB=4262059
IDBENCH=130614
IDSOLVER=2650
FILE ID=node132/4262059-1502453256
RUNJOBID= node132-1502411403-4959
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-08.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262059-1502453256/watcher-4262059-1502453256 -o /tmp/evaluation-result-4262059-1502453256/solver-4262059-1502453256 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4959 --watchdog 2580  bin/concrete HOME/instance-4262059-1502453256.xml

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

MD5SUM BENCH= 8d41ef15b4a24b5ee65fe3e377737596
RANDOM SEED=1866541192

node132.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.74
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.74
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.74
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.74
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:        30611464 kB
MemAvailable:   31474148 kB
Buffers:          296908 kB
Cached:           876400 kB
SwapCached:            0 kB
Active:          1222652 kB
Inactive:         501196 kB
Active(anon):     551760 kB
Inactive(anon):    49012 kB
Active(file):     670892 kB
Inactive(file):   452184 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24368 kB
Writeback:             4 kB
AnonPages:        550924 kB
Mapped:            72652 kB
Shmem:             49852 kB
Slab:             138352 kB
SReclaimable:     110888 kB
SUnreclaim:        27464 kB
KernelStack:        3488 kB
PageTables:         6156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1440040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    337920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61956 MiB
End job on node132 at 2017-08-11 14:34:34