Trace number 4261873

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)0 2520.1499 2440.24

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-50.xml
MD5SUM53b1156e30bb035a294b23873bcaa6f4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size47
Distribution of domain sizes[{"size":23,"count":1},{"size":47,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints22
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

3.48/5.31	c Concrete v3.4 running
2465.06/2391.59	o 0
2520.09/2440.20	java.util.concurrent.TimeoutException
2520.09/2440.20		at concrete.MAC.mac(MAC.scala:74)
2520.09/2440.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.09/2440.20		at scala.util.Try$.apply(Try.scala:209)
2520.09/2440.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.09/2440.20		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.09/2440.20		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.09/2440.20		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.09/2440.20		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.09/2440.20		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.09/2440.20		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.09/2440.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.09/2440.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.09/2440.20		at concrete.MAC.oneRun(MAC.scala:146)
2520.09/2440.20		at concrete.MAC.nextSolution(MAC.scala:166)
2520.09/2440.20		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.09/2440.20		at concrete.ProblemState.map(ProblemState.scala:203)
2520.09/2440.20		at concrete.ProblemState.map(ProblemState.scala:188)
2520.09/2440.20		at concrete.MAC.nextSolution(MAC.scala:195)
2520.09/2440.20		at concrete.Solver.hasNext(Solver.scala:202)
2520.09/2440.20		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.09/2440.20		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.09/2440.20		at concrete.Solver.toStream(Solver.scala:73)
2520.09/2440.20		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.09/2440.20		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.09/2440.20		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.09/2440.20		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.09/2440.20		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.09/2440.20		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.09/2440.20		at scala.util.Success.map(Try.scala:209)
2520.09/2440.20		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.09/2440.20		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.09/2440.20		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.09/2440.20		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.09/2440.20		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.09/2440.20		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.09/2440.20		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.09/2440.20		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.09/2440.20		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.09/2440.20		at scala.collection.immutable.List.foreach(List.scala:389)
2520.09/2440.20		at scala.App.main(App.scala:76)
2520.09/2440.20		at scala.App.main$(App.scala:74)
2520.09/2440.20		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.09/2440.20		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2440.21	v <instantiation cost="0">
2520.09/2440.21	v       <list>
2520.09/2440.21	v         x b[0][0] b[0][1] b[0][2] b[0][3] b[0][4] b[0][5] b[1][0] b[1][1] b[1][2] b[1][3] b[1][4] b[1][5] b[2][0] b[2][1] b[2][2] b[2][3] b[2][4] b[2][5] b[3][0] b[3][1] b[3][2] b[3][3] b[3][4] b[3][5] b[4][0] b[4][1] b[4][2] b[4][3] b[4][4] b[4][5] b[5][0] b[5][1] b[5][2] b[5][3] b[5][4] b[5][5] b[6][0] b[6][1] b[6][2] b[6][3] b[6][4] b[6][5] b[7][0] b[7][1] b[7][2] b[7][3] b[7][4] b[7][5] b[8][0] b[8][1] b[8][2] b[8][3] b[8][4] b[8][5] b[9][0] b[9][1] b[9][2] b[9][3] b[9][4] b[9][5] b[10][0] b[10][1] b[10][2] b[10][3] b[10][4] b[10][5] b[11][0] b[11][1] b[11][2] b[11][3] b[11][4] b[11][5] b[12][0] b[12][1] b[12][2] b[12][3] b[12][4] b[12][5] b[13][0] b[13][1] b[13][2] b[13][3] b[13][4] b[13][5] b[14][0] b[14][1] b[14][2] b[14][3] b[14][4] b[14][5] b[15][0] b[15][1] b[15][2] b[15][3] b[15][4] b[15][5] b[16][0] b[16][1] b[16][2] b[16][3] b[16][4] b[16][5] b[17][0] b[17][1] b[17][2] b[17][3] b[17][4] b[17][5] b[18][0] b[18][1] b[18][2] b[18][3] b[18][4] b[18][5] b[19][0] b[19][1] b[19][2] b[19][3] b[19][4] b[19][5] b[20][0] b[20][1] b[20][2] b[20][3] b[20][4] b[20][5] b[21][0] b[21][1] b[21][2] b[21][3] b[21][4] b[21][5]
2520.09/2440.21	v       </list>
2520.09/2440.21	v       <values>
2520.09/2440.21	v         0 200 161 160 160 160 159 199 199 151 151 150 150 199 184 184 184 184 0 198 189 188 179 178 0 198 189 187 186 185 0 198 183 180 180 179 0 197 195 194 193 193 0 197 192 192 192 191 0 197 185 179 178 0 0 196 195 193 190 180 0 196 195 193 190 180 0 196 195 193 190 180 0 196 195 193 190 179 0 185 181 159 159 158 158 176 167 166 166 163 162 175 162 161 161 161 161 174 157 157 156 155 150 174 155 155 154 154 150 174 154 154 153 153 153 173 170 164 162 162 162 172 152 152 152 151 150 170 170 167 165 164 164
2520.09/2440.21	v       </values>
2520.09/2440.21	v     </instantiation>
2520.09/2440.21	s SATISFIABLE

Verifier Data

OK	0

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

pid=23299
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.44 1.45 1.49 3/198 23302
/proc/meminfo: memFree=27025176/32770624 swapFree=0/439904
[pid=23302] ppid=23299 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/23302/stat : 23302 (runsolver) D 23299 23302 4821 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 95470926 24240128 107 18446744073709551615 4194304 4338465 140726703281472 140726703279112 140099461776087 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 26300416 140726703284433 140726703284809 140726703284809 140726703288266 0
/proc/23302/statm: 5918 107 54 36 0 2156 0

[startup+0.10032 s]
/proc/loadavg: 1.44 1.45 1.49 3/198 23302
/proc/meminfo: memFree=27025176/32770624 swapFree=0/439904
[pid=23302] ppid=23299 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/23302/stat : 23302 (bash) S 23299 23302 4821 0 -1 4202496 650 0 0 0 0 0 0 0 20 0 1 0 95470926 9736192 352 18446744073709551615 4194304 5098028 140725148673536 140725148671176 140328155864064 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 22519808 140725148680724 140725148680809 140725148680809 140725148684266 0
/proc/23302/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200248 s]
/proc/loadavg: 1.44 1.45 1.49 3/198 23302
/proc/meminfo: memFree=27025176/32770624 swapFree=0/439904
[pid=23302] ppid=23299 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/23302/stat : 23302 (bash) S 23299 23302 4821 0 -1 4202496 897 6474 0 0 0 0 0 1 20 0 1 0 95470926 9867264 377 18446744073709551615 4194304 5098028 140725148673536 140725148667544 140328155864064 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 22519808 140725148680724 140725148680809 140725148680809 140725148684266 0
/proc/23302/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300327 s]
/proc/loadavg: 1.44 1.45 1.49 3/198 23302
/proc/meminfo: memFree=27025176/32770624 swapFree=0/439904
[pid=23302] ppid=23299 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/23302/stat : 23302 (bash) S 23299 23302 4821 0 -1 4202496 897 6474 0 0 0 0 0 1 20 0 1 0 95470926 9867264 377 18446744073709551615 4194304 5098028 140725148673536 140725148667544 140328155864064 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 22519808 140725148680724 140725148680809 140725148680809 140725148684266 0
/proc/23302/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.700256 s]
/proc/loadavg: 1.44 1.45 1.49 3/198 23302
/proc/meminfo: memFree=27025176/32770624 swapFree=0/439904
[pid=23302] ppid=23299 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/23302/stat : 23302 (bash) S 23299 23302 4821 0 -1 4202496 897 6474 0 0 0 0 0 1 20 0 1 0 95470926 9867264 377 18446744073709551615 4194304 5098028 140725148673536 140725148667544 140328155864064 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 22519808 140725148680724 140725148680809 140725148680809 140725148684266 0
/proc/23302/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+1.50067 s]
/proc/loadavg: 1.44 1.45 1.49 2/215 23347
/proc/meminfo: memFree=27012376/32770624 swapFree=0/439904
[pid=23302] ppid=23299 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/23302/stat : 23302 (bash) S 23299 23302 4821 0 -1 4202496 897 6474 0 0 0 0 0 1 20 0 1 0 95470926 9867264 377 18446744073709551615 4194304 5098028 140725148673536 140725148667544 140328155864064 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 22519808 140725148680724 140725148680809 140725148680809 140725148684266 0
/proc/23302/statm: 2409 377 296 221 0 118 0
[pid=23332] ppid=23302 vsize=9636 CPUtime=0 cores=0,2,4,6
/proc/23332/stat : 23332 (bash) S 23302 23302 4821 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 95470938 9867264 176 18446744073709551615 4194304 5098028 140725148673536 140725148666216 140328155689596 0 65536 1 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 22519808 140725148680724 140725148680809 140725148680809 140725148684266 0
/proc/23332/statm: 2409 176 95 221 0 118 0
[pid=23333] ppid=23332 vsize=10485312 CPUtime=0.05 cores=0,2,4,6
/proc/23333/stat : 23333 (java) S 23332 23302 4821 0 -1 1077944320 4508 0 0 0 4 1 0 0 20 0 14 0 95470938 10736959488 6081 18446744073709551615 4194304 4196468 140730220625232 140730220607776 139972401647351 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13000704 140730220630648 140730220630662 140730220630662 140730220634063 0
/proc/23333/statm: 2621328 6081 2572 1 0 2610825 0
[pid=23333/tid=23335] ppid=23332 vsize=10485312 CPUtime=0.04 cores=0,2,4,6
/proc/23333/task/23335/stat : 23335 (java) D 23332 23302 4821 0 -1 4202560 2643 0 0 0 4 0 0 0 20 0 14 0 95470938 10736959488 6081 18446744073709551615 4194304 4196468 140730220625232 139972405884832 139972401669373 0 4 1 16800974 18446744071580418449 0 0 -1 0 0 0 0 0 0 6293624 6294260 13000704 140730220630648 140730220630662 140730220630662 140730220634063 0
[pid=23333/tid=23336] ppid=23332 vsize=10485312 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23336/stat : 23336 (java) S 23332 23302 4821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 95470939 10736959488 6081 18446744073709551615 4194304 4196468 140730220625232 139972332067344 139972401657557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13000704 140730220630648 140730220630662 140730220630662 140730220634063 0
[pid=23333/tid=23337] ppid=23332 vsize=10485312 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23337/stat : 23337 (java) S 23332 23302 4821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 95470939 10736959488 6081 18446744073709551615 4194304 4196468 140730220625232 139972331014800 139972401657557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13000704 140730220630648 140730220630662 140730220630662 140730220634063 0
[pid=23333/tid=23338] ppid=23332 vsize=10485312 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23338/stat : 23338 (java) S 23332 23302 4821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 95470939 10736959488 6081 18446744073709551615 4194304 4196468 140730220625232 139972329961744 139972401657557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13000704 140730220630648 140730220630662 140730220630662 140730220634063 0
[pid=23333/tid=23339] ppid=23332 vsize=10485312 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23339/stat : 23339 (java) S 23332 23302 4821 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 95470939 10736959488 6081 18446744073709551615 4194304 4196468 140730220625232 139972328909200 139972401657557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13000704 140730220630648 140730220630662 140730220630662 140730220634063 0
[pid=23333/tid=23340] ppid=23332 vsize=10485312 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23340/stat : 23340 (java) S 23332 23302 4821 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 95470941 10736959488 6081 18446744073709551615 4194304 4196468 140730220625232 139971897797360 139972401658498 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13000704 140730220630648 140730220630662 140730220630662 140730220634063 0
[pid=23333/tid=23341] ppid=23332 vsize=10485312 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23341/stat : 23341 (java) S 23332 23302 4821 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 95470941 10736959488 6081 18446744073709551615 4194304 4196468 140730220625232 139971896743584 139972401657557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13000704 140730220630648 140730220630662 140730220630662 140730220634063 0
[pid=23333/tid=23342] ppid=23332 vsize=10485312 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23342/stat : 23342 (java) S 23332 23302 4821 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 95470941 10736959488 6081 18446744073709551615 4194304 4196468 140730220625232 139971895690480 139972401657557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13000704 140730220630648 140730220630662 140730220630662 140730220634063 0
[pid=23333/tid=23343] ppid=23332 vsize=10485312 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23343/stat : 23343 (java) S 23332 23302 4821 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 95470944 10736959488 6081 18446744073709551615 4194304 4196468 140730220625232 139971894639056 139972401665947 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13000704 140730220630648 140730220630662 140730220630662 140730220634063 0
[pid=23333/tid=23344] ppid=23332 vsize=10485312 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23344/stat : 23344 (java) S 23332 23302 4821 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 14 0 95470944 10736959488 6081 18446744073709551615 4194304 4196468 140730220625232 139971893586160 139972401658498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13000704 140730220630648 140730220630662 140730220630662 140730220634063 0
[pid=23333/tid=23345] ppid=23332 vsize=10485312 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23345/stat : 23345 (java) S 23332 23302 4821 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 14 0 95470944 10736959488 6081 18446744073709551615 4194304 4196468 140730220625232 139971892533616 139972401658498 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13000704 140730220630648 140730220630662 140730220630662 140730220634063 0
[pid=23333/tid=23346] ppid=23332 vsize=10485312 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23346/stat : 23346 (java) S 23332 23302 4821 0 -1 1077944384 223 0 0 0 0 0 0 0 20 0 14 0 95470944 10736959488 6081 18446744073709551615 4194304 4196468 140730220625232 139971891480560 139972401658498 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13000704 140730220630648 140730220630662 140730220630662 140730220634063 0
[pid=23333/tid=23347] ppid=23332 vsize=10485312 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23347/stat : 23347 (java) S 23332 23302 4821 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 95470944 10736959488 6081 18446744073709551615 4194304 4196468 140730220625232 139971890428256 139972401657557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13000704 140730220630648 140730220630662 140730220630662 140730220634063 0
[pid=23334] ppid=23332 vsize=9872 CPUtime=0 cores=0,2,4,6
/proc/23334/stat : 23334 (awk) S 23332 23302 4821 0 -1 4202496 392 0 0 0 0 0 0 0 20 0 1 0 95470938 10108928 242 18446744073709551615 4194304 4609284 140733526892064 140733526891240 140166888651776 0 0 1 1216 18446744071580971376 0 0 17 0 0 0 0 0 0 6708720 6711756 20901888 140733526893216 140733526893246 140733526893246 140733526896619 0
/proc/23334/statm: 2468 242 202 102 0 88 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10514456

[startup+3.10074 s]
/proc/loadavg: 1.56 1.48 1.50 2/215 23347
/proc/meminfo: memFree=26973248/32770624 swapFree=0/440064
[pid=23302] ppid=23299 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/23302/stat : 23302 (bash) S 23299 23302 4821 0 -1 4202496 897 6474 0 0 0 0 0 1 20 0 1 0 95470926 9867264 377 18446744073709551615 4194304 5098028 140725148673536 140725148667544 140328155864064 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 22519808 140725148680724 140725148680809 140725148680809 140725148684266 0
/proc/23302/statm: 2409 377 296 221 0 118 0
[pid=23332] ppid=23302 vsize=9636 CPUtime=0 cores=0,2,4,6
/proc/23332/stat : 23332 (bash) S 23302 23302 4821 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 95470938 9867264 176 18446744073709551615 4194304 5098028 140725148673536 140725148666216 140328155689596 0 65536 1 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 22519808 140725148680724 140725148680809 140725148680809 140725148684266 0
/proc/23332/statm: 2409 176 95 221 0 118 0
[pid=23333] ppid=23332 vsize=10551876 CPUtime=0.06 cores=0,2,4,6
/proc/23333/stat : 23333 (java) S 23332 23302 4821 0 -1 1077944320 4525 0 0 0 5 1 0 0 20 0 13 0 95470938 10805121024 6625 18446744073709551615 4194304 4196468 140730220625232 140730220607776 139972401647351 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13000704 140730220630648 140730220630662 140730220630662 140730220634063 0
/proc/23333/statm: 2637969 6625 2591 1 0 2627466 0
[pid=23333/tid=23335] ppid=23332 vsize=10551876 CPUtime=0.04 cores=0,2,4,6
/proc/23333/task/23335/stat : 23335 (java) D 23332 23302 4821 0 -1 4202560 2651 0 0 0 4 0 0 0 20 0 13 0 95470938 10805121024 6625 18446744073709551615 4194304 4196468 140730220625232 139972405890360 139972394332983 0 0 1 16800974 18446744072101043333 0 0 -1 0 0 0 226 0 0 6293624 6294260 13000704 140730220630648 140730220630662 140730220630662 140730220634063 0
[pid=23333/tid=23336] ppid=23332 vsize=10551876 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23336/stat : 23336 (java) S 23332 23302 4821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 95470939 10805121024 6625 18446744073709551615 4194304 4196468 140730220625232 139972332067344 139972401657557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13000704 140730220630648 140730220630662 140730220630662 140730220634063 0
[pid=23333/tid=23337] ppid=23332 vsize=10551876 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23337/stat : 23337 (java) S 23332 23302 4821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 95470939 10805121024 6625 18446744073709551615 4194304 4196468 140730220625232 139972331014800 139972401657557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13000704 140730220630648 140730220630662 140730220630662 140730220634063 0
[pid=23333/tid=23338] ppid=23332 vsize=10551876 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23338/stat : 23338 (java) S 23332 23302 4821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 95470939 10805121024 6625 18446744073709551615 4194304 4196468 140730220625232 139972329961744 139972401657557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13000704 140730220630648 140730220630662 140730220630662 140730220634063 0
[pid=23333/tid=23339] ppid=23332 vsize=10551876 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23339/stat : 23339 (java) S 23332 23302 4821 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 95470939 10805121024 6625 18446744073709551615 4194304 4196468 140730220625232 139972328909200 139972401657557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13000704 140730220630648 140730220630662 140730220630662 140730220634063 0
[pid=23333/tid=23341] ppid=23332 vsize=10551876 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23341/stat : 23341 (java) S 23332 23302 4821 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 95470941 10805121024 6625 18446744073709551615 4194304 4196468 140730220625232 139971896743584 139972401657557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13000704 140730220630648 140730220630662 140730220630662 140730220634063 0
[pid=23333/tid=23342] ppid=23332 vsize=10551876 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23342/stat : 23342 (java) S 23332 23302 4821 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 95470941 10805121024 6625 18446744073709551615 4194304 4196468 140730220625232 139971895690480 139972401657557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13000704 140730220630648 140730220630662 140730220630662 140730220634063 0
[pid=23333/tid=23343] ppid=23332 vsize=10551876 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23343/stat : 23343 (java) S 23332 23302 4821 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 95470944 10805121024 6625 18446744073709551615 4194304 4196468 140730220625232 139971894638112 139972401657557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13000704 140730220630648 140730220630662 140730220630662 140730220634063 0
[pid=23333/tid=23344] ppid=23332 vsize=10551876 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23344/stat : 23344 (java) S 23332 23302 4821 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 13 0 95470944 10805121024 6625 18446744073709551615 4194304 4196468 140730220625232 139971893586160 139972401658498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13000704 140730220630648 140730220630662 140730220630662 140730220634063 0
[pid=23333/tid=23345] ppid=23332 vsize=10551876 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23345/stat : 23345 (java) S 23332 23302 4821 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 13 0 95470944 10805121024 6625 18446744073709551615 4194304 4196468 140730220625232 139971892533616 139972401658498 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13000704 140730220630648 140730220630662 140730220630662 140730220634063 0
[pid=23333/tid=23346] ppid=23332 vsize=10551876 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23346/stat : 23346 (java) S 23332 23302 4821 0 -1 1077944384 227 0 0 0 0 0 0 0 20 0 13 0 95470944 10805121024 6625 18446744073709551615 4194304 4196468 140730220625232 139971891480560 139972401658498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13000704 140730220630648 140730220630662 140730220630662 140730220634063 0
[pid=23333/tid=23347] ppid=23332 vsize=10551876 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23347/stat : 23347 (java) S 23332 23302 4821 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 95470944 10805121024 6625 18446744073709551615 4194304 4196468 140730220625232 139971890428256 139972401657557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13000704 140730220630648 140730220630662 140730220630662 140730220634063 0
[pid=23334] ppid=23332 vsize=9876 CPUtime=0 cores=0,2,4,6
/proc/23334/stat : 23334 (awk) S 23332 23302 4821 0 -1 4202496 416 0 0 0 0 0 0 0 20 0 1 0 95470938 10113024 242 18446744073709551615 4194304 4609284 140733526892064 140733526891240 140166888651776 0 0 1 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 20901888 140733526893216 140733526893246 140733526893246 140733526896619 0
/proc/23334/statm: 2469 242 202 102 0 89 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10581024
heavy processes:

[startup+6.30112 s]
/proc/loadavg: 1.56 1.48 1.50 4/213 23365
/proc/meminfo: memFree=26843732/32770624 swapFree=0/439892
[pid=23302] ppid=23299 vsize=13993788 CPUtime=5.86 cores=0,2,4,6
/proc/23302/stat : 23302 (java) S 23299 23302 4821 0 -1 1077944320 42150 12314 0 0 528 50 5 3 20 0 15 0 95470926 14329638912 306560 18446744073709551615 4194304 4196468 140731152122848 140731152105392 140560684764919 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
/proc/23302/statm: 3498447 306560 3458 1 0 3487061 0
[pid=23302/tid=23352] ppid=23299 vsize=13993788 CPUtime=2.76 cores=0,2,4,6
/proc/23302/task/23352/stat : 23352 (java) S 23299 23302 4821 0 -1 1077944384 26483 12314 0 0 247 21 5 3 20 0 15 0 95471256 14329638912 306560 18446744073709551615 4194304 4196468 140731152122848 140560688997856 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23353] ppid=23299 vsize=13993788 CPUtime=0.25 cores=0,2,4,6
/proc/23302/task/23353/stat : 23353 (java) R 23299 23302 4821 0 -1 4202560 333 12314 0 0 12 5 5 3 20 0 15 0 95471256 14329638912 306560 18446744073709551615 4194304 4196468 140731152122848 140560285297040 140560677867912 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23354] ppid=23299 vsize=13993788 CPUtime=0.24 cores=0,2,4,6
/proc/23302/task/23354/stat : 23354 (java) R 23299 23302 4821 0 -1 4202560 862 12314 0 0 12 4 5 3 20 0 15 0 95471256 14329638912 306560 18446744073709551615 4194304 4196468 140731152122848 140560284244240 140560677867905 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23355] ppid=23299 vsize=13993788 CPUtime=0.28 cores=0,2,4,6
/proc/23302/task/23355/stat : 23355 (java) R 23299 23302 4821 0 -1 4202560 327 12314 0 0 13 7 5 3 20 0 15 0 95471256 14329638912 306560 18446744073709551615 4194304 4196468 140731152122848 140560283192152 140560677867912 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23356] ppid=23299 vsize=13993788 CPUtime=0.28 cores=0,2,4,6
/proc/23302/task/23356/stat : 23356 (java) R 23299 23302 4821 0 -1 4202560 234 12314 0 0 14 6 5 3 20 0 15 0 95471256 14329638912 306560 18446744073709551615 4194304 4196468 140731152122848 140560282139152 140560677867898 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23357] ppid=23299 vsize=13993788 CPUtime=0.12 cores=0,2,4,6
/proc/23302/task/23357/stat : 23357 (java) S 23299 23302 4821 0 -1 1077944384 2724 12314 0 0 4 0 5 3 20 0 15 0 95471258 14329638912 306560 18446744073709551615 4194304 4196468 140731152122848 140560163198144 140560684775125 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23358] ppid=23299 vsize=13993788 CPUtime=0.08 cores=0,2,4,6
/proc/23302/task/23358/stat : 23358 (java) S 23299 23302 4821 0 -1 1077944384 56 12314 0 0 0 0 5 3 20 0 15 0 95471258 14329638912 306560 18446744073709551615 4194304 4196468 140731152122848 140560162145632 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23359] ppid=23299 vsize=13993788 CPUtime=0.08 cores=0,2,4,6
/proc/23302/task/23359/stat : 23359 (java) S 23299 23302 4821 0 -1 1077944384 47 12314 0 0 0 0 5 3 20 0 15 0 95471258 14329638912 306560 18446744073709551615 4194304 4196468 140731152122848 140560161093248 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23360] ppid=23299 vsize=13993788 CPUtime=0.08 cores=0,2,4,6
/proc/23302/task/23360/stat : 23360 (java) S 23299 23302 4821 0 -1 1077944384 3 12314 0 0 0 0 5 3 20 0 15 0 95471261 14329638912 306560 18446744073709551615 4194304 4196468 140731152122848 140560160041552 140560684783515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23361] ppid=23299 vsize=13993788 CPUtime=0.7 cores=0,2,4,6
/proc/23302/task/23361/stat : 23361 (java) S 23299 23302 4821 0 -1 1077944384 1911 12314 0 0 61 1 5 3 20 0 15 0 95471261 14329638912 306560 18446744073709551615 4194304 4196468 140731152122848 140560158973392 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23362] ppid=23299 vsize=13993788 CPUtime=0.97 cores=0,2,4,6
/proc/23302/task/23362/stat : 23362 (java) S 23299 23302 4821 0 -1 1077944384 4163 12314 0 0 88 1 5 3 20 0 15 0 95471261 14329638912 306560 18446744073709551615 4194304 4196468 140731152122848 140560157920592 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23363] ppid=23299 vsize=13993788 CPUtime=0.83 cores=0,2,4,6
/proc/23302/task/23363/stat : 23363 (java) S 23299 23302 4821 0 -1 1077944384 2838 12314 0 0 74 1 5 3 20 0 15 0 95471261 14329638912 306560 18446744073709551615 4194304 4196468 140731152122848 140560156883312 140560684776066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23364] ppid=23299 vsize=13993788 CPUtime=0.08 cores=0,2,4,6
/proc/23302/task/23364/stat : 23364 (java) S 23299 23302 4821 0 -1 1077944384 3 12314 0 0 0 0 5 3 20 0 15 0 95471261 14329638912 306560 18446744073709551615 4194304 4196468 140731152122848 140560155830752 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23365] ppid=23299 vsize=13993788 CPUtime=0.08 cores=0,2,4,6
/proc/23302/task/23365/stat : 23365 (java) S 23299 23302 4821 0 -1 1077944384 11 12314 0 0 0 0 5 3 20 0 15 0 95471266 14329638912 306560 18446744073709551615 4194304 4196468 140731152122848 140560154778544 140560684776066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 13993788

[startup+12.7008 s]
/proc/loadavg: 1.55 1.48 1.50 3/213 23365
/proc/meminfo: memFree=25004304/32770624 swapFree=0/439892
[pid=23302] ppid=23299 vsize=13995836 CPUtime=14.53 cores=0,2,4,6
/proc/23302/stat : 23302 (java) S 23299 23302 4821 0 -1 1077944320 46566 12314 0 0 1327 118 5 3 20 0 15 0 95470926 14331736064 516132 18446744073709551615 4194304 4196468 140731152122848 140731152105392 140560684764919 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
/proc/23302/statm: 3498959 516132 3459 1 0 3487573 0
[pid=23302/tid=23352] ppid=23299 vsize=13995836 CPUtime=8.46 cores=0,2,4,6
/proc/23302/task/23352/stat : 23352 (java) R 23299 23302 4821 0 -1 4202560 27102 12314 0 0 812 26 5 3 20 0 15 0 95471256 14331736064 516132 18446744073709551615 4194304 4196468 140731152122848 140560688999952 140560667227552 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23353] ppid=23299 vsize=13995836 CPUtime=0.93 cores=0,2,4,6
/proc/23302/task/23353/stat : 23353 (java) S 23299 23302 4821 0 -1 1077944384 848 12314 0 0 64 21 5 3 20 0 15 0 95471256 14331736064 516132 18446744073709551615 4194304 4196468 140731152122848 140560285297040 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23354] ppid=23299 vsize=13995836 CPUtime=0.92 cores=0,2,4,6

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

/proc/23302/task/23364/stat : 23364 (java) S 23299 23302 4821 0 -1 1077944384 3 12314 0 0 0 0 5 3 20 0 15 0 95471261 14340124672 781505 18446744073709551615 4194304 4196468 140731152122848 140560155830752 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23365] ppid=23299 vsize=14004028 CPUtime=1.42 cores=0,2,4,6
/proc/23302/task/23365/stat : 23365 (java) S 23299 23302 4821 0 -1 1077944384 1803 12314 0 0 69 65 5 3 20 0 15 0 95471266 14340124672 781505 18446744073709551615 4194304 4196468 140731152122848 140560154778544 140560684776066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
Current children cumulated CPU time (s) 2270.45
Current children cumulated vsize (KiB) 14004028

[startup+2262.3 s]
/proc/loadavg: 1.75 1.71 1.69 3/214 24027
/proc/meminfo: memFree=18894300/32770624 swapFree=0/440500
[pid=23302] ppid=23299 vsize=14004028 CPUtime=2331.44 cores=0,2,4,6
/proc/23302/stat : 23302 (java) S 23299 23302 4821 0 -1 1077944320 555618 12314 0 0 232295 841 5 3 20 0 15 0 95470926 14340124672 769706 18446744073709551615 4194304 4196468 140731152122848 140731152105392 140560684764919 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
/proc/23302/statm: 3501007 769706 3486 1 0 3489621 0
[pid=23302/tid=23352] ppid=23299 vsize=14004028 CPUtime=2237.33 cores=0,2,4,6
/proc/23302/task/23352/stat : 23352 (java) R 23299 23302 4821 0 -1 4202560 259394 12314 0 0 223662 63 5 3 20 0 15 0 95471256 14340124672 769706 18446744073709551615 4194304 4196468 140731152122848 140560688999152 140560342467544 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23353] ppid=23299 vsize=14004028 CPUtime=18.61 cores=0,2,4,6
/proc/23302/task/23353/stat : 23353 (java) S 23299 23302 4821 0 -1 1077944384 45957 12314 0 0 1680 173 5 3 20 0 15 0 95471256 14340124672 769706 18446744073709551615 4194304 4196468 140731152122848 140560285297040 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23354] ppid=23299 vsize=14004028 CPUtime=18.57 cores=0,2,4,6
/proc/23302/task/23354/stat : 23354 (java) S 23299 23302 4821 0 -1 1077944384 42595 12314 0 0 1670 179 5 3 20 0 15 0 95471256 14340124672 769706 18446744073709551615 4194304 4196468 140731152122848 140560284244240 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23355] ppid=23299 vsize=14004028 CPUtime=18.63 cores=0,2,4,6
/proc/23302/task/23355/stat : 23355 (java) S 23299 23302 4821 0 -1 1077944384 47429 12314 0 0 1681 174 5 3 20 0 15 0 95471256 14340124672 769706 18446744073709551615 4194304 4196468 140731152122848 140560283191952 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23356] ppid=23299 vsize=14004028 CPUtime=18.65 cores=0,2,4,6
/proc/23302/task/23356/stat : 23356 (java) S 23299 23302 4821 0 -1 1077944384 55983 12314 0 0 1680 177 5 3 20 0 15 0 95471256 14340124672 769706 18446744073709551615 4194304 4196468 140731152122848 140560282139152 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23357] ppid=23299 vsize=14004028 CPUtime=2.74 cores=0,2,4,6
/proc/23302/task/23357/stat : 23357 (java) S 23299 23302 4821 0 -1 1077944384 24946 12314 0 0 250 16 5 3 20 0 15 0 95471258 14340124672 769706 18446744073709551615 4194304 4196468 140731152122848 140560163199600 140560684776066 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23358] ppid=23299 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/23302/task/23358/stat : 23358 (java) S 23299 23302 4821 0 -1 1077944384 83 12314 0 0 0 0 5 3 20 0 15 0 95471258 14340124672 769706 18446744073709551615 4194304 4196468 140731152122848 140560162145696 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23359] ppid=23299 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/23302/task/23359/stat : 23359 (java) S 23299 23302 4821 0 -1 1077944384 70 12314 0 0 0 0 5 3 20 0 15 0 95471258 14340124672 769706 18446744073709551615 4194304 4196468 140731152122848 140560161093248 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23360] ppid=23299 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/23302/task/23360/stat : 23360 (java) S 23299 23302 4821 0 -1 1077944384 3 12314 0 0 0 0 5 3 20 0 15 0 95471261 14340124672 769706 18446744073709551615 4194304 4196468 140731152122848 140560160041552 140560684783515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23361] ppid=23299 vsize=14004028 CPUtime=7 cores=0,2,4,6
/proc/23302/task/23361/stat : 23361 (java) S 23299 23302 4821 0 -1 1077944384 26574 12314 0 0 688 4 5 3 20 0 15 0 95471261 14340124672 769706 18446744073709551615 4194304 4196468 140731152122848 140560158988400 140560684776066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23362] ppid=23299 vsize=14004028 CPUtime=7.03 cores=0,2,4,6
/proc/23302/task/23362/stat : 23362 (java) S 23299 23302 4821 0 -1 1077944384 24122 12314 0 0 692 3 5 3 20 0 15 0 95471261 14340124672 769706 18446744073709551615 4194304 4196468 140731152122848 140560157935600 140560684776066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23363] ppid=23299 vsize=14004028 CPUtime=2.03 cores=0,2,4,6
/proc/23302/task/23363/stat : 23363 (java) S 23299 23302 4821 0 -1 1077944384 24465 12314 0 0 192 3 5 3 20 0 15 0 95471261 14340124672 769706 18446744073709551615 4194304 4196468 140731152122848 140560156883312 140560684776066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23364] ppid=23299 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/23302/task/23364/stat : 23364 (java) S 23299 23302 4821 0 -1 1077944384 3 12314 0 0 0 0 5 3 20 0 15 0 95471261 14340124672 769706 18446744073709551615 4194304 4196468 140731152122848 140560155830752 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23365] ppid=23299 vsize=14004028 CPUtime=1.46 cores=0,2,4,6
/proc/23302/task/23365/stat : 23365 (java) S 23299 23302 4821 0 -1 1077944384 1839 12314 0 0 71 67 5 3 20 0 15 0 95471266 14340124672 769706 18446744073709551615 4194304 4196468 140731152122848 140560154778544 140560684776066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
Current children cumulated CPU time (s) 2331.44
Current children cumulated vsize (KiB) 14004028

[startup+2322.3 s]
/proc/loadavg: 1.84 1.74 1.70 3/218 24044
/proc/meminfo: memFree=18922840/32770624 swapFree=0/440516
[pid=23302] ppid=23299 vsize=14004028 CPUtime=2392.44 cores=0,2,4,6
/proc/23302/stat : 23302 (java) S 23299 23302 4821 0 -1 1077944320 562050 12314 0 0 238392 844 5 3 20 0 15 0 95470926 14340124672 760215 18446744073709551615 4194304 4196468 140731152122848 140731152105392 140560684764919 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
/proc/23302/statm: 3501007 760215 3486 1 0 3489621 0
[pid=23302/tid=23352] ppid=23299 vsize=14004028 CPUtime=2296.93 cores=0,2,4,6
/proc/23302/task/23352/stat : 23352 (java) R 23299 23302 4821 0 -1 4202560 261288 12314 0 0 229621 64 5 3 20 0 15 0 95471256 14340124672 760215 18446744073709551615 4194304 4196468 140731152122848 140560688999264 140560338729715 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23353] ppid=23299 vsize=14004028 CPUtime=18.94 cores=0,2,4,6
/proc/23302/task/23353/stat : 23353 (java) S 23299 23302 4821 0 -1 1077944384 46768 12314 0 0 1713 173 5 3 20 0 15 0 95471256 14340124672 760215 18446744073709551615 4194304 4196468 140731152122848 140560285297040 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23354] ppid=23299 vsize=14004028 CPUtime=18.89 cores=0,2,4,6
/proc/23302/task/23354/stat : 23354 (java) S 23299 23302 4821 0 -1 1077944384 44405 12314 0 0 1702 179 5 3 20 0 15 0 95471256 14340124672 760215 18446744073709551615 4194304 4196468 140731152122848 140560284244240 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23355] ppid=23299 vsize=14004028 CPUtime=18.96 cores=0,2,4,6
/proc/23302/task/23355/stat : 23355 (java) S 23299 23302 4821 0 -1 1077944384 48152 12314 0 0 1714 174 5 3 20 0 15 0 95471256 14340124672 760215 18446744073709551615 4194304 4196468 140731152122848 140560283191952 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23356] ppid=23299 vsize=14004028 CPUtime=18.98 cores=0,2,4,6
/proc/23302/task/23356/stat : 23356 (java) S 23299 23302 4821 0 -1 1077944384 56850 12314 0 0 1713 177 5 3 20 0 15 0 95471256 14340124672 760215 18446744073709551615 4194304 4196468 140731152122848 140560282139152 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23357] ppid=23299 vsize=14004028 CPUtime=2.79 cores=0,2,4,6
/proc/23302/task/23357/stat : 23357 (java) S 23299 23302 4821 0 -1 1077944384 25232 12314 0 0 255 16 5 3 20 0 15 0 95471258 14340124672 760215 18446744073709551615 4194304 4196468 140731152122848 140560163199600 140560684776066 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23358] ppid=23299 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/23302/task/23358/stat : 23358 (java) S 23299 23302 4821 0 -1 1077944384 83 12314 0 0 0 0 5 3 20 0 15 0 95471258 14340124672 760215 18446744073709551615 4194304 4196468 140731152122848 140560162145696 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23359] ppid=23299 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/23302/task/23359/stat : 23359 (java) S 23299 23302 4821 0 -1 1077944384 70 12314 0 0 0 0 5 3 20 0 15 0 95471258 14340124672 760215 18446744073709551615 4194304 4196468 140731152122848 140560161093248 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23360] ppid=23299 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/23302/task/23360/stat : 23360 (java) S 23299 23302 4821 0 -1 1077944384 3 12314 0 0 0 0 5 3 20 0 15 0 95471261 14340124672 760215 18446744073709551615 4194304 4196468 140731152122848 140560160041552 140560684783515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23361] ppid=23299 vsize=14004028 CPUtime=7 cores=0,2,4,6
/proc/23302/task/23361/stat : 23361 (java) S 23299 23302 4821 0 -1 1077944384 26577 12314 0 0 688 4 5 3 20 0 15 0 95471261 14340124672 760215 18446744073709551615 4194304 4196468 140731152122848 140560158988400 140560684776066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23362] ppid=23299 vsize=14004028 CPUtime=7.03 cores=0,2,4,6
/proc/23302/task/23362/stat : 23362 (java) S 23299 23302 4821 0 -1 1077944384 24129 12314 0 0 692 3 5 3 20 0 15 0 95471261 14340124672 760215 18446744073709551615 4194304 4196468 140731152122848 140560157935600 140560684776066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23363] ppid=23299 vsize=14004028 CPUtime=2.03 cores=0,2,4,6
/proc/23302/task/23363/stat : 23363 (java) S 23299 23302 4821 0 -1 1077944384 24469 12314 0 0 192 3 5 3 20 0 15 0 95471261 14340124672 760215 18446744073709551615 4194304 4196468 140731152122848 140560156883312 140560684776066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23364] ppid=23299 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/23302/task/23364/stat : 23364 (java) S 23299 23302 4821 0 -1 1077944384 3 12314 0 0 0 0 5 3 20 0 15 0 95471261 14340124672 760215 18446744073709551615 4194304 4196468 140731152122848 140560155830752 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23365] ppid=23299 vsize=14004028 CPUtime=1.5 cores=0,2,4,6
/proc/23302/task/23365/stat : 23365 (java) S 23299 23302 4821 0 -1 1077944384 1866 12314 0 0 73 69 5 3 20 0 15 0 95471266 14340124672 760215 18446744073709551615 4194304 4196468 140731152122848 140560154778544 140560684776066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
Current children cumulated CPU time (s) 2392.44
Current children cumulated vsize (KiB) 14004028

[startup+2382.3 s]
/proc/loadavg: 1.65 1.70 1.68 3/219 24071
/proc/meminfo: memFree=18985556/32770624 swapFree=0/440544
[pid=23302] ppid=23299 vsize=14004028 CPUtime=2453.44 cores=0,2,4,6
/proc/23302/stat : 23302 (java) S 23299 23302 4821 0 -1 1077944320 568595 12314 0 0 244487 849 5 3 20 0 15 0 95470926 14340124672 744569 18446744073709551615 4194304 4196468 140731152122848 140731152105392 140560684764919 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
/proc/23302/statm: 3501007 744569 3486 1 0 3489621 0
[pid=23302/tid=23352] ppid=23299 vsize=14004028 CPUtime=2356.52 cores=0,2,4,6
/proc/23302/task/23352/stat : 23352 (java) R 23299 23302 4821 0 -1 4202560 263062 12314 0 0 235580 64 5 3 20 0 15 0 95471256 14340124672 744569 18446744073709551615 4194304 4196468 140731152122848 140560688996624 140560338598800 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23353] ppid=23299 vsize=14004028 CPUtime=19.27 cores=0,2,4,6
/proc/23302/task/23353/stat : 23353 (java) S 23299 23302 4821 0 -1 1077944384 48616 12314 0 0 1745 174 5 3 20 0 15 0 95471256 14340124672 744569 18446744073709551615 4194304 4196468 140731152122848 140560285297040 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23354] ppid=23299 vsize=14004028 CPUtime=19.22 cores=0,2,4,6
/proc/23302/task/23354/stat : 23354 (java) S 23299 23302 4821 0 -1 1077944384 45074 12314 0 0 1735 179 5 3 20 0 15 0 95471256 14340124672 744569 18446744073709551615 4194304 4196468 140731152122848 140560284244240 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23355] ppid=23299 vsize=14004028 CPUtime=19.29 cores=0,2,4,6
/proc/23302/task/23355/stat : 23355 (java) S 23299 23302 4821 0 -1 1077944384 49002 12314 0 0 1746 175 5 3 20 0 15 0 95471256 14340124672 744569 18446744073709551615 4194304 4196468 140731152122848 140560283191952 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23356] ppid=23299 vsize=14004028 CPUtime=19.3 cores=0,2,4,6
/proc/23302/task/23356/stat : 23356 (java) S 23299 23302 4821 0 -1 1077944384 57924 12314 0 0 1745 177 5 3 20 0 15 0 95471256 14340124672 744569 18446744073709551615 4194304 4196468 140731152122848 140560282139152 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23357] ppid=23299 vsize=14004028 CPUtime=2.85 cores=0,2,4,6
/proc/23302/task/23357/stat : 23357 (java) S 23299 23302 4821 0 -1 1077944384 25525 12314 0 0 260 17 5 3 20 0 15 0 95471258 14340124672 744569 18446744073709551615 4194304 4196468 140731152122848 140560163199600 140560684776066 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23358] ppid=23299 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/23302/task/23358/stat : 23358 (java) S 23299 23302 4821 0 -1 1077944384 83 12314 0 0 0 0 5 3 20 0 15 0 95471258 14340124672 744569 18446744073709551615 4194304 4196468 140731152122848 140560162145696 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23359] ppid=23299 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/23302/task/23359/stat : 23359 (java) S 23299 23302 4821 0 -1 1077944384 70 12314 0 0 0 0 5 3 20 0 15 0 95471258 14340124672 744569 18446744073709551615 4194304 4196468 140731152122848 140560161093248 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23360] ppid=23299 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/23302/task/23360/stat : 23360 (java) S 23299 23302 4821 0 -1 1077944384 3 12314 0 0 0 0 5 3 20 0 15 0 95471261 14340124672 744569 18446744073709551615 4194304 4196468 140731152122848 140560160041552 140560684783515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23361] ppid=23299 vsize=14004028 CPUtime=7 cores=0,2,4,6
/proc/23302/task/23361/stat : 23361 (java) S 23299 23302 4821 0 -1 1077944384 26585 12314 0 0 688 4 5 3 20 0 15 0 95471261 14340124672 744569 18446744073709551615 4194304 4196468 140731152122848 140560158988400 140560684776066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23362] ppid=23299 vsize=14004028 CPUtime=7.03 cores=0,2,4,6
/proc/23302/task/23362/stat : 23362 (java) S 23299 23302 4821 0 -1 1077944384 24132 12314 0 0 692 3 5 3 20 0 15 0 95471261 14340124672 744569 18446744073709551615 4194304 4196468 140731152122848 140560157935600 140560684776066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23363] ppid=23299 vsize=14004028 CPUtime=2.03 cores=0,2,4,6
/proc/23302/task/23363/stat : 23363 (java) S 23299 23302 4821 0 -1 1077944384 24473 12314 0 0 192 3 5 3 20 0 15 0 95471261 14340124672 744569 18446744073709551615 4194304 4196468 140731152122848 140560156883312 140560684776066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23364] ppid=23299 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/23302/task/23364/stat : 23364 (java) S 23299 23302 4821 0 -1 1077944384 3 12314 0 0 0 0 5 3 20 0 15 0 95471261 14340124672 744569 18446744073709551615 4194304 4196468 140731152122848 140560155830752 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23365] ppid=23299 vsize=14004028 CPUtime=1.54 cores=0,2,4,6
/proc/23302/task/23365/stat : 23365 (java) S 23299 23302 4821 0 -1 1077944384 1888 12314 0 0 75 71 5 3 20 0 15 0 95471266 14340124672 744569 18446744073709551615 4194304 4196468 140731152122848 140560154778544 140560684776066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
Current children cumulated CPU time (s) 2453.44
Current children cumulated vsize (KiB) 14004028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2440.2 s]
/proc/loadavg: 1.59 1.68 1.68 3/219 24074
/proc/meminfo: memFree=18271176/32770624 swapFree=0/440556
[pid=23302] ppid=23299 vsize=14004028 CPUtime=2520.09 cores=0,2,4,6
/proc/23302/stat : 23302 (java) S 23299 23302 4821 0 -1 1077944320 592663 12314 0 0 251052 949 5 3 20 0 15 0 95470926 14340124672 923884 18446744073709551615 4194304 4196468 140731152122848 140731152105392 140560684764919 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
/proc/23302/statm: 3501007 923884 3486 1 0 3489621 0
[pid=23302/tid=23352] ppid=23299 vsize=14004028 CPUtime=2411.74 cores=0,2,4,6
/proc/23302/task/23352/stat : 23352 (java) R 23299 23302 4821 0 -1 4202560 269560 12314 0 0 241101 65 5 3 20 0 15 0 95471256 14340124672 923884 18446744073709551615 4194304 4196468 140731152122848 140560688999184 140560336301590 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23353] ppid=23299 vsize=14004028 CPUtime=21.8 cores=0,2,4,6
/proc/23302/task/23353/stat : 23353 (java) S 23299 23302 4821 0 -1 1077944384 50046 12314 0 0 1973 199 5 3 20 0 15 0 95471256 14340124672 923884 18446744073709551615 4194304 4196468 140731152122848 140560285297040 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23354] ppid=23299 vsize=14004028 CPUtime=21.74 cores=0,2,4,6
/proc/23302/task/23354/stat : 23354 (java) S 23299 23302 4821 0 -1 1077944384 46373 12314 0 0 1962 204 5 3 20 0 15 0 95471256 14340124672 923884 18446744073709551615 4194304 4196468 140731152122848 140560284244240 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23355] ppid=23299 vsize=14004028 CPUtime=21.79 cores=0,2,4,6
/proc/23302/task/23355/stat : 23355 (java) S 23299 23302 4821 0 -1 1077944384 50598 12314 0 0 1972 199 5 3 20 0 15 0 95471256 14340124672 923884 18446744073709551615 4194304 4196468 140731152122848 140560283191952 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23356] ppid=23299 vsize=14004028 CPUtime=21.83 cores=0,2,4,6
/proc/23302/task/23356/stat : 23356 (java) S 23299 23302 4821 0 -1 1077944384 59430 12314 0 0 1974 201 5 3 20 0 15 0 95471256 14340124672 923884 18446744073709551615 4194304 4196468 140731152122848 140560282139152 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23357] ppid=23299 vsize=14004028 CPUtime=3 cores=0,2,4,6
/proc/23302/task/23357/stat : 23357 (java) S 23299 23302 4821 0 -1 1077944384 36326 12314 0 0 274 18 5 3 20 0 15 0 95471258 14340124672 923884 18446744073709551615 4194304 4196468 140731152122848 140560163199600 140560684776066 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23358] ppid=23299 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/23302/task/23358/stat : 23358 (java) S 23299 23302 4821 0 -1 1077944384 86 12314 0 0 0 0 5 3 20 0 15 0 95471258 14340124672 923884 18446744073709551615 4194304 4196468 140731152122848 140560162145696 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23359] ppid=23299 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/23302/task/23359/stat : 23359 (java) S 23299 23302 4821 0 -1 1077944384 70 12314 0 0 0 0 5 3 20 0 15 0 95471258 14340124672 923884 18446744073709551615 4194304 4196468 140731152122848 140560161093248 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23360] ppid=23299 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/23302/task/23360/stat : 23360 (java) S 23299 23302 4821 0 -1 1077944384 3 12314 0 0 0 0 5 3 20 0 15 0 95471261 14340124672 923884 18446744073709551615 4194304 4196468 140731152122848 140560160041552 140560684783515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23361] ppid=23299 vsize=14004028 CPUtime=7.4 cores=0,2,4,6
/proc/23302/task/23361/stat : 23361 (java) S 23299 23302 4821 0 -1 1077944384 26676 12314 0 0 728 4 5 3 20 0 15 0 95471261 14340124672 923884 18446744073709551615 4194304 4196468 140731152122848 140560158988400 140560684776066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23362] ppid=23299 vsize=14004028 CPUtime=7.74 cores=0,2,4,6
/proc/23302/task/23362/stat : 23362 (java) S 23299 23302 4821 0 -1 1077944384 24274 12314 0 0 763 3 5 3 20 0 15 0 95471261 14340124672 923884 18446744073709551615 4194304 4196468 140731152122848 140560157935600 140560684776066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23363] ppid=23299 vsize=14004028 CPUtime=2.09 cores=0,2,4,6
/proc/23302/task/23363/stat : 23363 (java) S 23299 23302 4821 0 -1 1077944384 25170 12314 0 0 198 3 5 3 20 0 15 0 95471261 14340124672 923884 18446744073709551615 4194304 4196468 140731152122848 140560156883312 140560684776066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23364] ppid=23299 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/23302/task/23364/stat : 23364 (java) S 23299 23302 4821 0 -1 1077944384 3 12314 0 0 0 0 5 3 20 0 15 0 95471261 14340124672 923884 18446744073709551615 4194304 4196468 140731152122848 140560155830752 140560684775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
[pid=23302/tid=23365] ppid=23299 vsize=14004028 CPUtime=1.57 cores=0,2,4,6
/proc/23302/task/23365/stat : 23365 (java) S 23299 23302 4821 0 -1 1077944384 1893 12314 0 0 77 72 5 3 20 0 15 0 95471266 14340124672 923884 18446744073709551615 4194304 4196468 140731152122848 140560154778544 140560684776066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140731152123856 140731152126641 140731152126641 140731152129999 0
Current children cumulated CPU time (s) 2520.09
Current children cumulated vsize (KiB) 14004028

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

Child status: 143
Real time (s): 2440.24
CPU time (s): 2520.15
CPU user time (s): 2510.6
CPU system time (s): 9.54777
CPU usage (%): 103.275
Max. virtual memory (cumulated for all children) (KiB): 14004028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2510.6
system time used= 9.54777
maximum resident set size= 5660136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 605126
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 79998
involuntary context switches= 6103

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4788 second user time and 15.117 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-11 20:21:49
IDJOB=4261873
IDBENCH=138092
IDSOLVER=2650
FILE ID=node133/4261873-1502476556
RUNJOBID= node133-1502411423-4884
PBS_JOBID= 
Free space on /tmp= 61924 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-50.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261873-1502476556/watcher-4261873-1502476556 -o /tmp/evaluation-result-4261873-1502476556/solver-4261873-1502476556 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4884 --watchdog 2580  bin/concrete HOME/instance-4261873-1502476556.xml

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

MD5SUM BENCH= 53b1156e30bb035a294b23873bcaa6f4
RANDOM SEED=1402349978

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:        27025812 kB
MemAvailable:   28010372 kB
Buffers:          297844 kB
Cached:           979784 kB
SwapCached:            0 kB
Active:          4826424 kB
Inactive:         473016 kB
Active(anon):    4022124 kB
Inactive(anon):    33112 kB
Active(file):     804300 kB
Inactive(file):   439904 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            110108 kB
Writeback:             0 kB
AnonPages:       4021768 kB
Mapped:            64892 kB
Shmem:             33468 kB
Slab:             139360 kB
SReclaimable:     112380 kB
SUnreclaim:        26980 kB
KernelStack:        3488 kB
PageTables:        12992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4563648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3790848 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= 61896 MiB
End job on node133 at 2017-08-11 21:02:30