Trace number 4249578

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
R1: Concrete 3.4SAT (TO)0 2400.11 2261.05

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw120/
BinPacking-mdd-sw120-99.xml
MD5SUM2ef74b22e25f9811269217f63e04e4c4
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.11
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size50
Distribution of domain sizes[{"size":23,"count":1},{"size":50,"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 constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

3.59/2.17	c Concrete v3.4 running
2098.16/1983.20	o 0
2400.05/2261.01	java.util.concurrent.TimeoutException
2400.05/2261.01		at concrete.MAC.mac(MAC.scala:74)
2400.05/2261.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.05/2261.01		at scala.util.Try$.apply(Try.scala:209)
2400.05/2261.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.05/2261.01		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.05/2261.01		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.05/2261.01		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.05/2261.01		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.05/2261.01		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.05/2261.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.05/2261.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.05/2261.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.05/2261.01		at concrete.MAC.oneRun(MAC.scala:146)
2400.05/2261.01		at concrete.MAC.nextSolution(MAC.scala:166)
2400.05/2261.01		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.05/2261.01		at concrete.ProblemState.map(ProblemState.scala:203)
2400.05/2261.01		at concrete.ProblemState.map(ProblemState.scala:188)
2400.05/2261.01		at concrete.MAC.nextSolution(MAC.scala:195)
2400.05/2261.01		at concrete.Solver.hasNext(Solver.scala:202)
2400.05/2261.01		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.05/2261.01		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.05/2261.01		at concrete.Solver.toStream(Solver.scala:73)
2400.05/2261.01		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.05/2261.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.05/2261.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.05/2261.01		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.05/2261.01		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.05/2261.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.05/2261.01		at scala.util.Success.map(Try.scala:209)
2400.05/2261.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.05/2261.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.05/2261.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.05/2261.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.05/2261.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.05/2261.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.05/2261.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.05/2261.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.05/2261.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.05/2261.01		at scala.collection.immutable.List.foreach(List.scala:389)
2400.05/2261.01		at scala.App.main(App.scala:76)
2400.05/2261.01		at scala.App.main$(App.scala:74)
2400.05/2261.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.05/2261.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.05/2261.01	v <instantiation cost="0">
2400.05/2261.01	v       <list>
2400.05/2261.01	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]
2400.05/2261.01	v       </list>
2400.05/2261.01	v       <values>
2400.05/2261.01	v         0 200 184 184 178 178 0 200 184 180 179 179 0 198 192 185 180 180 0 198 191 191 191 184 0 198 191 191 190 185 0 198 190 189 188 188 0 197 196 187 185 184 0 197 195 187 187 186 0 197 194 193 193 191 0 197 194 193 192 192 0 184 171 171 170 152 152 183 182 181 181 181 0 177 173 172 172 153 153 177 171 171 171 152 151 176 175 174 170 170 0 174 174 174 173 153 152 170 170 170 170 169 151 169 169 168 168 163 163 168 168 168 167 165 164 163 162 162 161 160 159 159 159 158 157 157 156 155 154 154 153 151 150
2400.05/2261.01	v       </values>
2400.05/2261.01	v     </instantiation>
2400.05/2261.02	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-4249578-1500772710/watcher-4249578-1500772710 -o /tmp/evaluation-result-4249578-1500772710/solver-4249578-1500772710 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node144-1500752272-21523 --watchdog 2560 bin/concrete HOME/instance-4249578-1500772710.xml 

pid=27217
running on 8 cores: 0-3,8-11

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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.78 1.59 1.52 3/262 27220
/proc/meminfo: memFree=28343956/32770624 swapFree=5816/251424
[pid=27220] ppid=27217 vsize=23104 CPUtime=0 cores=0-3,8-11
/proc/27220/stat : 27220 (runsolver) D 27217 27220 21492 0 -1 4202560 116 0 0 0 0 0 0 0 20 0 1 0 12536293 23658496 103 33554432000 4194304 4338465 140731962544432 140731962542072 140216084636375 0 0 4096 24578 18446744071580418449 0 0 17 9 0 0 0 0 0 6438912 6441760 9052160 140731962549190 140731962549567 140731962549567 140731962552266 0
/proc/27220/statm: 5776 103 54 36 0 2156 0

[startup+0.100117 s]
/proc/loadavg: 1.78 1.59 1.52 3/262 27220
/proc/meminfo: memFree=28343956/32770624 swapFree=5816/251424
[pid=27220] ppid=27217 vsize=9640 CPUtime=0.01 cores=0-3,8-11
/proc/27220/stat : 27220 (bash) S 27217 27220 21492 0 -1 4202496 884 6411 0 0 0 0 0 1 20 0 1 0 12536293 9871360 378 33554432000 4194304 5098028 140728094062016 140728094056024 139721298717696 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 2 0 0 7196144 7232144 36401152 140728094065934 140728094066019 140728094066019 140728094068718 0
/proc/27220/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200411 s]
/proc/loadavg: 1.78 1.59 1.52 3/262 27220
/proc/meminfo: memFree=28343956/32770624 swapFree=5816/251424
[pid=27220] ppid=27217 vsize=10435860 CPUtime=0.17 cores=0-3,8-11
/proc/27220/stat : 27220 (java) S 27217 27220 21492 0 -1 1077944320 4689 12289 0 0 4 1 8 4 20 0 13 0 12536293 10686320640 5033 33554432000 4194304 4196468 140736270603088 140736270585632 139784942661367 0 0 0 16784584 18446744073709551615 0 0 17 10 0 0 2 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
/proc/27220/statm: 2608965 5033 2101 1 0 2597403 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 10435860

[startup+0.300343 s]
/proc/loadavg: 1.78 1.59 1.52 3/262 27220
/proc/meminfo: memFree=28343956/32770624 swapFree=5816/251424
[pid=27220] ppid=27217 vsize=10902292 CPUtime=0.33 cores=0-3,8-11
/proc/27220/stat : 27220 (java) S 27217 27220 21492 0 -1 1077944320 6675 12289 0 0 19 2 8 4 20 0 20 0 12536293 11163947008 8376 33554432000 4194304 4196468 140736270603088 140736270585632 139784942661367 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 2 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
/proc/27220/statm: 2725573 8376 2955 1 0 2713890 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 10902292

[startup+0.700241 s]
/proc/loadavg: 1.78 1.59 1.52 3/262 27220
/proc/meminfo: memFree=28343956/32770624 swapFree=5816/251424
[pid=27220] ppid=27217 vsize=10902720 CPUtime=0.85 cores=0-3,8-11
/proc/27220/stat : 27220 (java) S 27217 27220 21492 0 -1 1077944320 12041 12289 0 0 69 4 8 4 20 0 20 0 12536293 11164385280 14854 33554432000 4194304 4196468 140736270603088 140736270585632 139784942661367 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 2 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
/proc/27220/statm: 2725680 14854 3158 1 0 2713890 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 10902720

[startup+1.5011 s]
/proc/loadavg: 1.78 1.59 1.52 3/282 27293
/proc/meminfo: memFree=28241432/32770624 swapFree=5816/251484
[pid=27220] ppid=27217 vsize=10913344 CPUtime=2.23 cores=0-3,8-11
/proc/27220/stat : 27220 (java) S 27217 27220 21492 0 -1 1077944320 27584 12289 0 0 198 13 8 4 20 0 20 0 12536293 11175264256 44681 33554432000 4194304 4196468 140736270603088 140736270585632 139784942661367 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 2 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
/proc/27220/statm: 2728336 44681 3409 1 0 2716450 0
[pid=27220/tid=27275] ppid=27217 vsize=10913344 CPUtime=1.4 cores=0-3,8-11
/proc/27220/task/27275/stat : 27275 (java) R 27217 27220 21492 0 -1 4202560 19741 12289 0 0 123 5 8 4 20 0 20 0 12536309 11175264256 44681 33554432000 4194304 4196468 140736270603088 139784946866656 139784942673302 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27276] ppid=27217 vsize=10913344 CPUtime=0.13 cores=0-3,8-11
/proc/27220/task/27276/stat : 27276 (java) S 27217 27220 21492 0 -1 1077944384 130 12289 0 0 0 1 8 4 20 0 20 0 12536309 11175264256 44681 33554432000 4194304 4196468 140736270603088 139784879352464 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27277] ppid=27217 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27277/stat : 27277 (java) S 27217 27220 21492 0 -1 1077944384 15 12289 0 0 0 0 8 4 20 0 20 0 12536309 11175264256 44681 33554432000 4194304 4196468 140736270603088 139784548641296 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27278] ppid=27217 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27278/stat : 27278 (java) S 27217 27220 21492 0 -1 1077944384 18 12289 0 0 0 0 8 4 20 0 20 0 12536309 11175264256 44681 33554432000 4194304 4196468 140736270603088 139784547588496 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27279] ppid=27217 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27279/stat : 27279 (java) S 27217 27220 21492 0 -1 1077944384 31 12289 0 0 0 0 8 4 20 0 20 0 12536309 11175264256 44681 33554432000 4194304 4196468 140736270603088 139784546535696 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27280] ppid=27217 vsize=10913344 CPUtime=0.13 cores=0-3,8-11
/proc/27220/task/27280/stat : 27280 (java) S 27217 27220 21492 0 -1 1077944384 21 12289 0 0 1 0 8 4 20 0 20 0 12536309 11175264256 44681 33554432000 4194304 4196468 140736270603088 139784545483920 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27281] ppid=27217 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27281/stat : 27281 (java) S 27217 27220 21492 0 -1 1077944384 25 12289 0 0 0 0 8 4 20 0 20 0 12536309 11175264256 44681 33554432000 4194304 4196468 140736270603088 139784544431120 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27282] ppid=27217 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27282/stat : 27282 (java) S 27217 27220 21492 0 -1 1077944384 13 12289 0 0 0 0 8 4 20 0 20 0 12536309 11175264256 44681 33554432000 4194304 4196468 140736270603088 139784543378320 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27283] ppid=27217 vsize=10913344 CPUtime=0.13 cores=0-3,8-11
/proc/27220/task/27283/stat : 27283 (java) S 27217 27220 21492 0 -1 1077944384 61 12289 0 0 1 0 8 4 20 0 20 0 12536309 11175264256 44681 33554432000 4194304 4196468 140736270603088 139784542325520 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27284] ppid=27217 vsize=10913344 CPUtime=0.13 cores=0-3,8-11
/proc/27220/task/27284/stat : 27284 (java) S 27217 27220 21492 0 -1 1077944384 1223 12289 0 0 1 0 8 4 20 0 20 0 12536312 11175264256 44681 33554432000 4194304 4196468 140736270603088 139784484473200 139784942672514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27285] ppid=27217 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27285/stat : 27285 (java) S 27217 27220 21492 0 -1 1077944384 55 12289 0 0 0 0 8 4 20 0 20 0 12536313 11175264256 44681 33554432000 4194304 4196468 140736270603088 139784483419232 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27286] ppid=27217 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27286/stat : 27286 (java) S 27217 27220 21492 0 -1 1077944384 43 12289 0 0 0 0 8 4 20 0 20 0 12536313 11175264256 44681 33554432000 4194304 4196468 140736270603088 139784482366336 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27287] ppid=27217 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27287/stat : 27287 (java) S 27217 27220 21492 0 -1 1077944384 1 12289 0 0 0 0 8 4 20 0 20 0 12536317 11175264256 44681 33554432000 4194304 4196468 140736270603088 139784481314640 139784942679963 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27288] ppid=27217 vsize=10913344 CPUtime=0.22 cores=0-3,8-11
/proc/27220/task/27288/stat : 27288 (java) R 27217 27220 21492 0 -1 4202560 807 12289 0 0 10 0 8 4 20 0 20 0 12536317 11175264256 44681 33554432000 4194304 4196468 140736270603088 139784480263320 139784923297285 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27289] ppid=27217 vsize=10913344 CPUtime=0.24 cores=0-3,8-11
/proc/27220/task/27289/stat : 27289 (java) R 27217 27220 21492 0 -1 4202560 444 12289 0 0 12 0 8 4 20 0 20 0 12536317 11175264256 44681 33554432000 4194304 4196468 140736270603088 139784479201104 139784921108667 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27290] ppid=27217 vsize=10913344 CPUtime=0.27 cores=0-3,8-11
/proc/27220/task/27290/stat : 27290 (java) S 27217 27220 21492 0 -1 1077944384 1460 12289 0 0 15 0 8 4 20 0 20 0 12536317 11175264256 44681 33554432000 4194304 4196468 140736270603088 139784478157424 139784942672514 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27291] ppid=27217 vsize=10913344 CPUtime=0.37 cores=0-3,8-11
/proc/27220/task/27291/stat : 27291 (java) R 27217 27220 21492 0 -1 4202560 1360 12289 0 0 25 0 8 4 20 0 20 0 12536317 11175264256 44681 33554432000 4194304 4196468 140736270603088 139784477104624 139784921265683 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27292] ppid=27217 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27292/stat : 27292 (java) S 27217 27220 21492 0 -1 1077944384 3 12289 0 0 0 0 8 4 20 0 20 0 12536317 11175264256 44681 33554432000 4194304 4196468 140736270603088 139784408263264 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27293] ppid=27217 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27293/stat : 27293 (java) S 27217 27220 21492 0 -1 1077944384 3 12289 0 0 0 0 8 4 20 0 20 0 12536318 11175264256 44681 33554432000 4194304 4196468 140736270603088 139784407210544 139784942672514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 10913344

[startup+3.10073 s]
/proc/loadavg: 2.04 1.64 1.54 4/282 27293
/proc/meminfo: memFree=28155796/32770624 swapFree=5816/251488
[pid=27220] ppid=27217 vsize=10923772 CPUtime=5.89 cores=0-3,8-11
/proc/27220/stat : 27220 (java) S 27217 27220 21492 0 -1 1077944320 37907 12289 0 0 552 25 8 4 20 0 20 0 12536293 11185942528 72487 33554432000 4194304 4196468 140736270603088 140736270585632 139784942661367 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 2 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
/proc/27220/statm: 2730943 72487 3487 1 0 2718498 0
[pid=27220/tid=27275] ppid=27217 vsize=10923772 CPUtime=2.98 cores=0-3,8-11
/proc/27220/task/27275/stat : 27275 (java) R 27217 27220 21492 0 -1 4202560 25144 12289 0 0 278 8 8 4 20 0 20 0 12536309 11185942528 72487 33554432000 4194304 4196468 140736270603088 139784946892104 139784567431228 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27276] ppid=27217 vsize=10923772 CPUtime=0.14 cores=0-3,8-11
/proc/27220/task/27276/stat : 27276 (java) S 27217 27220 21492 0 -1 1077944384 163 12289 0 0 1 1 8 4 20 0 20 0 12536309 11185942528 72487 33554432000 4194304 4196468 140736270603088 139784879352464 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27277] ppid=27217 vsize=10923772 CPUtime=0.14 cores=0-3,8-11
/proc/27220/task/27277/stat : 27277 (java) S 27217 27220 21492 0 -1 1077944384 28 12289 0 0 1 1 8 4 20 0 20 0 12536309 11185942528 72487 33554432000 4194304 4196468 140736270603088 139784548641296 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27278] ppid=27217 vsize=10923772 CPUtime=0.14 cores=0-3,8-11
/proc/27220/task/27278/stat : 27278 (java) S 27217 27220 21492 0 -1 1077944384 23 12289 0 0 1 1 8 4 20 0 20 0 12536309 11185942528 72487 33554432000 4194304 4196468 140736270603088 139784547588496 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27279] ppid=27217 vsize=10923772 CPUtime=0.14 cores=0-3,8-11
/proc/27220/task/27279/stat : 27279 (java) S 27217 27220 21492 0 -1 1077944384 47 12289 0 0 2 0 8 4 20 0 20 0 12536309 11185942528 72487 33554432000 4194304 4196468 140736270603088 139784546535696 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27280] ppid=27217 vsize=10923772 CPUtime=0.14 cores=0-3,8-11
/proc/27220/task/27280/stat : 27280 (java) S 27217 27220 21492 0 -1 1077944384 31 12289 0 0 1 1 8 4 20 0 20 0 12536309 11185942528 72487 33554432000 4194304 4196468 140736270603088 139784545483920 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27281] ppid=27217 vsize=10923772 CPUtime=0.14 cores=0-3,8-11
/proc/27220/task/27281/stat : 27281 (java) S 27217 27220 21492 0 -1 1077944384 33 12289 0 0 1 1 8 4 20 0 20 0 12536309 11185942528 72487 33554432000 4194304 4196468 140736270603088 139784544431120 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27282] ppid=27217 vsize=10923772 CPUtime=0.14 cores=0-3,8-11
/proc/27220/task/27282/stat : 27282 (java) S 27217 27220 21492 0 -1 1077944384 126 12289 0 0 1 1 8 4 20 0 20 0 12536309 11185942528 72487 33554432000 4194304 4196468 140736270603088 139784543378320 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27283] ppid=27217 vsize=10923772 CPUtime=0.15 cores=0-3,8-11
/proc/27220/task/27283/stat : 27283 (java) S 27217 27220 21492 0 -1 1077944384 191 12289 0 0 2 1 8 4 20 0 20 0 12536309 11185942528 72487 33554432000 4194304 4196468 140736270603088 139784542325520 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27284] ppid=27217 vsize=10923772 CPUtime=0.13 cores=0-3,8-11
/proc/27220/task/27284/stat : 27284 (java) S 27217 27220 21492 0 -1 1077944384 1297 12289 0 0 1 0 8 4 20 0 20 0 12536312 11185942528 72487 33554432000 4194304 4196468 140736270603088 139784484473200 139784942672514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27285] ppid=27217 vsize=10923772 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27285/stat : 27285 (java) S 27217 27220 21492 0 -1 1077944384 56 12289 0 0 0 0 8 4 20 0 20 0 12536313 11185942528 72487 33554432000 4194304 4196468 140736270603088 139784483419232 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27286] ppid=27217 vsize=10923772 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27286/stat : 27286 (java) S 27217 27220 21492 0 -1 1077944384 46 12289 0 0 0 0 8 4 20 0 20 0 12536313 11185942528 72487 33554432000 4194304 4196468 140736270603088 139784482366336 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27287] ppid=27217 vsize=10923772 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27287/stat : 27287 (java) S 27217 27220 21492 0 -1 1077944384 1 12289 0 0 0 0 8 4 20 0 20 0 12536317 11185942528 72487 33554432000 4194304 4196468 140736270603088 139784481314640 139784942679963 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27288] ppid=27217 vsize=10923772 CPUtime=0.68 cores=0-3,8-11
/proc/27220/task/27288/stat : 27288 (java) R 27217 27220 21492 0 -1 4202560 1559 12289 0 0 55 1 8 4 20 0 20 0 12536317 11185942528 72487 33554432000 4194304 4196468 140736270603088 139784480262944 139784920827848 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27289] ppid=27217 vsize=10923772 CPUtime=0.67 cores=0-3,8-11
/proc/27220/task/27289/stat : 27289 (java) R 27217 27220 21492 0 -1 4202560 1267 12289 0 0 55 0 8 4 20 0 20 0 12536317 11185942528 72487 33554432000 4194304 4196468 140736270603088 139784479210520 139784926155513 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27290] ppid=27217 vsize=10923772 CPUtime=0.74 cores=0-3,8-11
/proc/27220/task/27290/stat : 27290 (java) R 27217 27220 21492 0 -1 4202560 2683 12289 0 0 62 0 8 4 20 0 20 0 12536317 11185942528 72487 33554432000 4194304 4196468 140736270603088 139784478157720 139784926072239 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27291] ppid=27217 vsize=10923772 CPUtime=0.97 cores=0-3,8-11
/proc/27220/task/27291/stat : 27291 (java) S 27217 27220 21492 0 -1 1077944384 3074 12289 0 0 84 1 8 4 20 0 20 0 12536317 11185942528 72487 33554432000 4194304 4196468 140736270603088 139784477104624 139784942672514 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27292] ppid=27217 vsize=10923772 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27292/stat : 27292 (java) S 27217 27220 21492 0 -1 1077944384 3 12289 0 0 0 0 8 4 20 0 20 0 12536317 11185942528 72487 33554432000 4194304 4196468 140736270603088 139784408263264 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27293] ppid=27217 vsize=10923772 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27293/stat : 27293 (java) S 27217 27220 21492 0 -1 1077944384 5 12289 0 0 0 0 8 4 20 0 20 0 12536318 11185942528 72487 33554432000 4194304 4196468 140736270603088 139784407210544 139784942672514 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 10923772

[startup+6.30089 s]
/proc/loadavg: 2.04 1.64 1.54 6/282 27293
/proc/meminfo: memFree=27742292/32770624 swapFree=5816/251476
[pid=27220] ppid=27217 vsize=10927868 CPUtime=15.61 cores=0-3,8-11
/proc/27220/stat : 27220 (java) S 27217 27220 21492 0 -1 1077944320 52572 12289 0 0 1445 104 8 4 20 0 20 0 12536293 11190136832 204386 33554432000 4194304 4196468 140736270603088 140736270585632 139784942661367 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 2 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
/proc/27220/statm: 2731967 204386 3498 1 0 2719522 0
[pid=27220/tid=27275] ppid=27217 vsize=10927868 CPUtime=5.99 cores=0-3,8-11
/proc/27220/task/27275/stat : 27275 (java) R 27217 27220 21492 0 -1 4202560 34806 12289 0 0 573 14 8 4 20 0 20 0 12536309 11190136832 204386 33554432000 4194304 4196468 140736270603088 139784946893496 139784569850343 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27276] ppid=27217 vsize=10927868 CPUtime=0.31 cores=0-3,8-11
/proc/27220/task/27276/stat : 27276 (java) S 27217 27220 21492 0 -1 1077944384 240 12289 0 0 8 11 8 4 20 0 20 0 12536309 11190136832 204386 33554432000 4194304 4196468 140736270603088 139784879352464 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27277] ppid=27217 vsize=10927868 CPUtime=0.29 cores=0-3,8-11
/proc/27220/task/27277/stat : 27277 (java) S 27217 27220 21492 0 -1 1077944384 98 12289 0 0 8 9 8 4 20 0 20 0 12536309 11190136832 204386 33554432000 4194304 4196468 140736270603088 139784548641296 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27278] ppid=27217 vsize=10927868 CPUtime=0.29 cores=0-3,8-11
/proc/27220/task/27278/stat : 27278 (java) S 27217 27220 21492 0 -1 1077944384 109 12289 0 0 7 10 8 4 20 0 20 0 12536309 11190136832 204386 33554432000 4194304 4196468 140736270603088 139784547588496 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27279] ppid=27217 vsize=10927868 CPUtime=0.31 cores=0-3,8-11
/proc/27220/task/27279/stat : 27279 (java) S 27217 27220 21492 0 -1 1077944384 126 12289 0 0 9 10 8 4 20 0 20 0 12536309 11190136832 204386 33554432000 4194304 4196468 140736270603088 139784546535696 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27280] ppid=27217 vsize=10927868 CPUtime=0.29 cores=0-3,8-11
/proc/27220/task/27280/stat : 27280 (java) S 27217 27220 21492 0 -1 1077944384 95 12289 0 0 7 10 8 4 20 0 20 0 12536309 11190136832 204386 33554432000 4194304 4196468 140736270603088 139784545483920 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27281] ppid=27217 vsize=10927868 CPUtime=0.29 cores=0-3,8-11
/proc/27220/task/27281/stat : 27281 (java) S 27217 27220 21492 0 -1 1077944384 127 12289 0 0 7 10 8 4 20 0 20 0 12536309 11190136832 204386 33554432000 4194304 4196468 140736270603088 139784544431120 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27282] ppid=27217 vsize=10927868 CPUtime=0.29 cores=0-3,8-11
/proc/27220/task/27282/stat : 27282 (java) S 27217 27220 21492 0 -1 1077944384 200 12289 0 0 7 10 8 4 20 0 20 0 12536309 11190136832 204386 33554432000 4194304 4196468 140736270603088 139784543378320 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27283] ppid=27217 vsize=10927868 CPUtime=0.28 cores=0-3,8-11
/proc/27220/task/27283/stat : 27283 (java) S 27217 27220 21492 0 -1 1077944384 263 12289 0 0 8 8 8 4 20 0 20 0 12536309 11190136832 204386 33554432000 4194304 4196468 140736270603088 139784542325520 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27284] ppid=27217 vsize=10927868 CPUtime=0.15 cores=0-3,8-11
/proc/27220/task/27284/stat : 27284 (java) S 27217 27220 21492 0 -1 1077944384 1641 12289 0 0 3 0 8 4 20 0 20 0 12536312 11190136832 204386 33554432000 4194304 4196468 140736270603088 139784484473200 139784942672514 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27285] ppid=27217 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27285/stat : 27285 (java) S 27217 27220 21492 0 -1 1077944384 56 12289 0 0 0 0 8 4 20 0 20 0 12536313 11190136832 204386 33554432000 4194304 4196468 140736270603088 139784483419232 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27286] ppid=27217 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27286/stat : 27286 (java) S 27217 27220 21492 0 -1 1077944384 46 12289 0 0 0 0 8 4 20 0 20 0 12536313 11190136832 204386 33554432000 4194304 4196468 140736270603088 139784482366336 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27287] ppid=27217 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27287/stat : 27287 (java) S 27217 27220 21492 0 -1 1077944384 1 12289 0 0 0 0 8 4 20 0 20 0 12536317 11190136832 204386 33554432000 4194304 4196468 140736270603088 139784481314640 139784942679963 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27288] ppid=27217 vsize=10927868 CPUtime=2.42 cores=0-3,8-11
/proc/27220/task/27288/stat : 27288 (java) S 27217 27220 21492 0 -1 1077944384 3012 12289 0 0 228 2 8 4 20 0 20 0 12536317 11190136832 204386 33554432000 4194304 4196468 140736270603088 139784480263024 139784942672514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27289] ppid=27217 vsize=10927868 CPUtime=2.32 cores=0-3,8-11
/proc/27220/task/27289/stat : 27289 (java) S 27217 27220 21492 0 -1 1077944384 2640 12289 0 0 220 0 8 4 20 0 20 0 12536317 11190136832 204386 33554432000 4194304 4196468 140736270603088 139784479210224 139784942672514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27290] ppid=27217 vsize=10927868 CPUtime=2.49 cores=0-3,8-11
/proc/27220/task/27290/stat : 27290 (java) S 27217 27220 21492 0 -1 1077944384 3229 12289 0 0 236 1 8 4 20 0 20 0 12536317 11190136832 204386 33554432000 4194304 4196468 140736270603088 139784478157424 139784942672514 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27291] ppid=27217 vsize=10927868 CPUtime=1.29 cores=0-3,8-11
/proc/27220/task/27291/stat : 27291 (java) S 27217 27220 21492 0 -1 1077944384 3741 12289 0 0 115 2 8 4 20 0 20 0 12536317 11190136832 204386 33554432000 4194304 4196468 140736270603088 139784477104624 139784942672514 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27292] ppid=27217 vsize=10927868 CPUtime=0.12 cores=0-3,8-11

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

[pid=27220/tid=27289] ppid=27217 vsize=10997500 CPUtime=5.63 cores=0-3,8-11
/proc/27220/task/27289/stat : 27289 (java) S 27217 27220 21492 0 -1 1077944384 18530 12289 0 0 547 4 8 4 20 0 20 0 12536317 11261440000 868467 33554432000 4194304 4196468 140736270603088 139784479210224 139784942672514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27290] ppid=27217 vsize=10997500 CPUtime=6.35 cores=0-3,8-11
/proc/27220/task/27290/stat : 27290 (java) S 27217 27220 21492 0 -1 1077944384 22355 12289 0 0 620 3 8 4 20 0 20 0 12536317 11261440000 868467 33554432000 4194304 4196468 140736270603088 139784478157424 139784942672514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27291] ppid=27217 vsize=10997500 CPUtime=2.2 cores=0-3,8-11
/proc/27220/task/27291/stat : 27291 (java) S 27217 27220 21492 0 -1 1077944384 19768 12289 0 0 204 4 8 4 20 0 20 0 12536317 11261440000 868467 33554432000 4194304 4196468 140736270603088 139784477104624 139784942672514 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27292] ppid=27217 vsize=10997500 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27292/stat : 27292 (java) S 27217 27220 21492 0 -1 1077944384 3 12289 0 0 0 0 8 4 20 0 20 0 12536317 11261440000 868467 33554432000 4194304 4196468 140736270603088 139784408263264 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27293] ppid=27217 vsize=10997500 CPUtime=1.36 cores=0-3,8-11
/proc/27220/task/27293/stat : 27293 (java) S 27217 27220 21492 0 -1 1077944384 1146 12289 0 0 65 59 8 4 20 0 20 0 12536318 11261440000 868467 33554432000 4194304 4196468 140736270603088 139784407210544 139784942672514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
Current children cumulated CPU time (s) 2209.77
Current children cumulated vsize (KiB) 10997500

[startup+2142.3 s]
/proc/loadavg: 1.73 1.71 1.72 3/281 27542
/proc/meminfo: memFree=22866356/32770624 swapFree=5816/253600
[pid=27220] ppid=27217 vsize=10997500 CPUtime=2272.72 cores=0-3,8-11
/proc/27220/stat : 27220 (java) S 27217 27220 21492 0 -1 1077944320 446990 12289 0 0 226477 783 8 4 20 0 20 0 12536293 11261440000 877455 33554432000 4194304 4196468 140736270603088 140736270585632 139784942661367 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 2 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
/proc/27220/statm: 2749375 877455 3519 1 0 2736930 0
[pid=27220/tid=27275] ppid=27217 vsize=10997500 CPUtime=2122.99 cores=0-3,8-11
/proc/27220/task/27275/stat : 27275 (java) R 27217 27220 21492 0 -1 4202560 195962 12289 0 0 212223 64 8 4 20 0 20 0 12536309 11261440000 877455 33554432000 4194304 4196468 140736270603088 139784946895536 139784573540616 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27276] ppid=27217 vsize=10997500 CPUtime=16.2 cores=0-3,8-11
/proc/27220/task/27276/stat : 27276 (java) S 27217 27220 21492 0 -1 1077944384 15337 12289 0 0 1527 81 8 4 20 0 20 0 12536309 11261440000 877455 33554432000 4194304 4196468 140736270603088 139784879352464 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27277] ppid=27217 vsize=10997500 CPUtime=16.1 cores=0-3,8-11
/proc/27220/task/27277/stat : 27277 (java) S 27217 27220 21492 0 -1 1077944384 14927 12289 0 0 1519 79 8 4 20 0 20 0 12536309 11261440000 877455 33554432000 4194304 4196468 140736270603088 139784548641296 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27278] ppid=27217 vsize=10997500 CPUtime=16.1 cores=0-3,8-11
/proc/27220/task/27278/stat : 27278 (java) S 27217 27220 21492 0 -1 1077944384 10385 12289 0 0 1519 79 8 4 20 0 20 0 12536309 11261440000 877455 33554432000 4194304 4196468 140736270603088 139784547588496 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27279] ppid=27217 vsize=10997500 CPUtime=16.08 cores=0-3,8-11
/proc/27220/task/27279/stat : 27279 (java) S 27217 27220 21492 0 -1 1077944384 9609 12289 0 0 1515 81 8 4 20 0 20 0 12536309 11261440000 877455 33554432000 4194304 4196468 140736270603088 139784546535696 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27280] ppid=27217 vsize=10997500 CPUtime=16.27 cores=0-3,8-11
/proc/27220/task/27280/stat : 27280 (java) S 27217 27220 21492 0 -1 1077944384 17220 12289 0 0 1534 81 8 4 20 0 20 0 12536309 11261440000 877455 33554432000 4194304 4196468 140736270603088 139784545483920 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27281] ppid=27217 vsize=10997500 CPUtime=16.14 cores=0-3,8-11
/proc/27220/task/27281/stat : 27281 (java) S 27217 27220 21492 0 -1 1077944384 15990 12289 0 0 1522 80 8 4 20 0 20 0 12536309 11261440000 877455 33554432000 4194304 4196468 140736270603088 139784544431120 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27282] ppid=27217 vsize=10997500 CPUtime=16.12 cores=0-3,8-11
/proc/27220/task/27282/stat : 27282 (java) S 27217 27220 21492 0 -1 1077944384 19287 12289 0 0 1519 81 8 4 20 0 20 0 12536309 11261440000 877455 33554432000 4194304 4196468 140736270603088 139784543378320 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27283] ppid=27217 vsize=10997500 CPUtime=16.09 cores=0-3,8-11
/proc/27220/task/27283/stat : 27283 (java) S 27217 27220 21492 0 -1 1077944384 9448 12289 0 0 1515 82 8 4 20 0 20 0 12536309 11261440000 877455 33554432000 4194304 4196468 140736270603088 139784542325520 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27284] ppid=27217 vsize=10997500 CPUtime=1.18 cores=0-3,8-11
/proc/27220/task/27284/stat : 27284 (java) S 27217 27220 21492 0 -1 1077944384 57448 12289 0 0 95 11 8 4 20 0 20 0 12536312 11261440000 877455 33554432000 4194304 4196468 140736270603088 139784484473200 139784942672514 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27285] ppid=27217 vsize=10997500 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27285/stat : 27285 (java) S 27217 27220 21492 0 -1 1077944384 70 12289 0 0 0 0 8 4 20 0 20 0 12536313 11261440000 877455 33554432000 4194304 4196468 140736270603088 139784483419232 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27286] ppid=27217 vsize=10997500 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27286/stat : 27286 (java) S 27217 27220 21492 0 -1 1077944384 54 12289 0 0 0 0 8 4 20 0 20 0 12536313 11261440000 877455 33554432000 4194304 4196468 140736270603088 139784482366336 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27287] ppid=27217 vsize=10997500 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27287/stat : 27287 (java) S 27217 27220 21492 0 -1 1077944384 1 12289 0 0 0 0 8 4 20 0 20 0 12536317 11261440000 877455 33554432000 4194304 4196468 140736270603088 139784481314640 139784942679963 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27288] ppid=27217 vsize=10997500 CPUtime=5.4 cores=0-3,8-11
/proc/27220/task/27288/stat : 27288 (java) S 27217 27220 21492 0 -1 1077944384 15117 12289 0 0 524 4 8 4 20 0 20 0 12536317 11261440000 877455 33554432000 4194304 4196468 140736270603088 139784480263024 139784942672514 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27289] ppid=27217 vsize=10997500 CPUtime=5.63 cores=0-3,8-11
/proc/27220/task/27289/stat : 27289 (java) S 27217 27220 21492 0 -1 1077944384 18532 12289 0 0 547 4 8 4 20 0 20 0 12536317 11261440000 877455 33554432000 4194304 4196468 140736270603088 139784479210224 139784942672514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27290] ppid=27217 vsize=10997500 CPUtime=6.36 cores=0-3,8-11
/proc/27220/task/27290/stat : 27290 (java) S 27217 27220 21492 0 -1 1077944384 24512 12289 0 0 621 3 8 4 20 0 20 0 12536317 11261440000 877455 33554432000 4194304 4196468 140736270603088 139784478157424 139784942672514 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27291] ppid=27217 vsize=10997500 CPUtime=2.2 cores=0-3,8-11
/proc/27220/task/27291/stat : 27291 (java) S 27217 27220 21492 0 -1 1077944384 19770 12289 0 0 204 4 8 4 20 0 20 0 12536317 11261440000 877455 33554432000 4194304 4196468 140736270603088 139784477104624 139784942672514 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27292] ppid=27217 vsize=10997500 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27292/stat : 27292 (java) S 27217 27220 21492 0 -1 1077944384 3 12289 0 0 0 0 8 4 20 0 20 0 12536317 11261440000 877455 33554432000 4194304 4196468 140736270603088 139784408263264 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27293] ppid=27217 vsize=10997500 CPUtime=1.39 cores=0-3,8-11
/proc/27220/task/27293/stat : 27293 (java) S 27217 27220 21492 0 -1 1077944384 1186 12289 0 0 67 60 8 4 20 0 20 0 12536318 11261440000 877455 33554432000 4194304 4196468 140736270603088 139784407210544 139784942672514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
Current children cumulated CPU time (s) 2272.72
Current children cumulated vsize (KiB) 10997500

[startup+2202.31 s]
/proc/loadavg: 1.56 1.67 1.71 3/281 27544
/proc/meminfo: memFree=22666116/32770624 swapFree=5816/253624
[pid=27220] ppid=27217 vsize=10997500 CPUtime=2336.39 cores=0-3,8-11
/proc/27220/stat : 27220 (java) S 27217 27220 21492 0 -1 1077944320 455525 12289 0 0 232746 881 8 4 20 0 20 0 12536293 11261440000 920619 33554432000 4194304 4196468 140736270603088 140736270585632 139784942661367 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 2 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
/proc/27220/statm: 2749375 920619 3519 1 0 2736930 0
[pid=27220/tid=27275] ppid=27217 vsize=10997500 CPUtime=2182.39 cores=0-3,8-11
/proc/27220/task/27275/stat : 27275 (java) R 27217 27220 21492 0 -1 4202560 199675 12289 0 0 218163 64 8 4 20 0 20 0 12536309 11261440000 920619 33554432000 4194304 4196468 140736270603088 139784946894368 139784575743151 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27276] ppid=27217 vsize=10997500 CPUtime=16.72 cores=0-3,8-11
/proc/27220/task/27276/stat : 27276 (java) S 27217 27220 21492 0 -1 1077944384 15811 12289 0 0 1567 93 8 4 20 0 20 0 12536309 11261440000 920619 33554432000 4194304 4196468 140736270603088 139784879352464 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27277] ppid=27217 vsize=10997500 CPUtime=16.62 cores=0-3,8-11
/proc/27220/task/27277/stat : 27277 (java) S 27217 27220 21492 0 -1 1077944384 15139 12289 0 0 1559 91 8 4 20 0 20 0 12536309 11261440000 920619 33554432000 4194304 4196468 140736270603088 139784548641296 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27278] ppid=27217 vsize=10997500 CPUtime=16.61 cores=0-3,8-11
/proc/27220/task/27278/stat : 27278 (java) S 27217 27220 21492 0 -1 1077944384 10790 12289 0 0 1559 90 8 4 20 0 20 0 12536309 11261440000 920619 33554432000 4194304 4196468 140736270603088 139784547588496 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27279] ppid=27217 vsize=10997500 CPUtime=16.61 cores=0-3,8-11
/proc/27220/task/27279/stat : 27279 (java) S 27217 27220 21492 0 -1 1077944384 11327 12289 0 0 1556 93 8 4 20 0 20 0 12536309 11261440000 920619 33554432000 4194304 4196468 140736270603088 139784546535696 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27280] ppid=27217 vsize=10997500 CPUtime=16.81 cores=0-3,8-11
/proc/27220/task/27280/stat : 27280 (java) S 27217 27220 21492 0 -1 1077944384 17806 12289 0 0 1576 93 8 4 20 0 20 0 12536309 11261440000 920619 33554432000 4194304 4196468 140736270603088 139784545483920 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27281] ppid=27217 vsize=10997500 CPUtime=16.68 cores=0-3,8-11
/proc/27220/task/27281/stat : 27281 (java) S 27217 27220 21492 0 -1 1077944384 16430 12289 0 0 1563 93 8 4 20 0 20 0 12536309 11261440000 920619 33554432000 4194304 4196468 140736270603088 139784544431120 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27282] ppid=27217 vsize=10997500 CPUtime=16.64 cores=0-3,8-11
/proc/27220/task/27282/stat : 27282 (java) S 27217 27220 21492 0 -1 1077944384 19642 12289 0 0 1559 93 8 4 20 0 20 0 12536309 11261440000 920619 33554432000 4194304 4196468 140736270603088 139784543378320 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27283] ppid=27217 vsize=10997500 CPUtime=16.61 cores=0-3,8-11
/proc/27220/task/27283/stat : 27283 (java) S 27217 27220 21492 0 -1 1077944384 9697 12289 0 0 1555 94 8 4 20 0 20 0 12536309 11261440000 920619 33554432000 4194304 4196468 140736270603088 139784542325520 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27284] ppid=27217 vsize=10997500 CPUtime=1.21 cores=0-3,8-11
/proc/27220/task/27284/stat : 27284 (java) S 27217 27220 21492 0 -1 1077944384 57786 12289 0 0 97 12 8 4 20 0 20 0 12536312 11261440000 920619 33554432000 4194304 4196468 140736270603088 139784484473200 139784942672514 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27285] ppid=27217 vsize=10997500 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27285/stat : 27285 (java) S 27217 27220 21492 0 -1 1077944384 70 12289 0 0 0 0 8 4 20 0 20 0 12536313 11261440000 920619 33554432000 4194304 4196468 140736270603088 139784483419232 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27286] ppid=27217 vsize=10997500 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27286/stat : 27286 (java) S 27217 27220 21492 0 -1 1077944384 54 12289 0 0 0 0 8 4 20 0 20 0 12536313 11261440000 920619 33554432000 4194304 4196468 140736270603088 139784482366336 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27287] ppid=27217 vsize=10997500 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27287/stat : 27287 (java) S 27217 27220 21492 0 -1 1077944384 1 12289 0 0 0 0 8 4 20 0 20 0 12536317 11261440000 920619 33554432000 4194304 4196468 140736270603088 139784481314640 139784942679963 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27288] ppid=27217 vsize=10997500 CPUtime=5.4 cores=0-3,8-11
/proc/27220/task/27288/stat : 27288 (java) S 27217 27220 21492 0 -1 1077944384 15120 12289 0 0 524 4 8 4 20 0 20 0 12536317 11261440000 920619 33554432000 4194304 4196468 140736270603088 139784480263024 139784942672514 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27289] ppid=27217 vsize=10997500 CPUtime=5.63 cores=0-3,8-11
/proc/27220/task/27289/stat : 27289 (java) S 27217 27220 21492 0 -1 1077944384 18534 12289 0 0 547 4 8 4 20 0 20 0 12536317 11261440000 920619 33554432000 4194304 4196468 140736270603088 139784479210224 139784942672514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27290] ppid=27217 vsize=10997500 CPUtime=6.36 cores=0-3,8-11
/proc/27220/task/27290/stat : 27290 (java) S 27217 27220 21492 0 -1 1077944384 24514 12289 0 0 621 3 8 4 20 0 20 0 12536317 11261440000 920619 33554432000 4194304 4196468 140736270603088 139784478157424 139784942672514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27291] ppid=27217 vsize=10997500 CPUtime=2.2 cores=0-3,8-11
/proc/27220/task/27291/stat : 27291 (java) S 27217 27220 21492 0 -1 1077944384 19773 12289 0 0 204 4 8 4 20 0 20 0 12536317 11261440000 920619 33554432000 4194304 4196468 140736270603088 139784477104624 139784942672514 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27292] ppid=27217 vsize=10997500 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27292/stat : 27292 (java) S 27217 27220 21492 0 -1 1077944384 3 12289 0 0 0 0 8 4 20 0 20 0 12536317 11261440000 920619 33554432000 4194304 4196468 140736270603088 139784408263264 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27293] ppid=27217 vsize=10997500 CPUtime=1.44 cores=0-3,8-11
/proc/27220/task/27293/stat : 27293 (java) S 27217 27220 21492 0 -1 1077944384 1221 12289 0 0 70 62 8 4 20 0 20 0 12536318 11261440000 920619 33554432000 4194304 4196468 140736270603088 139784407210544 139784942672514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
Current children cumulated CPU time (s) 2336.39
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2261 s]
/proc/loadavg: 1.54 1.65 1.70 3/281 27545
/proc/meminfo: memFree=22532436/32770624 swapFree=5816/253660
[pid=27220] ppid=27217 vsize=10997500 CPUtime=2400.05 cores=0-3,8-11
/proc/27220/stat : 27220 (java) S 27217 27220 21492 0 -1 1077944320 474509 12289 0 0 239071 922 8 4 20 0 20 0 12536293 11261440000 939655 33554432000 4194304 4196468 140736270603088 140736270585632 139784942661367 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 2 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
/proc/27220/statm: 2749375 939655 3519 1 0 2736930 0
[pid=27220/tid=27275] ppid=27217 vsize=10997500 CPUtime=2240.25 cores=0-3,8-11
/proc/27220/task/27275/stat : 27275 (java) R 27217 27220 21492 0 -1 4202560 203192 12289 0 0 223948 65 8 4 20 0 20 0 12536309 11261440000 939655 33554432000 4194304 4196468 140736270603088 139784946887952 139784573867704 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27276] ppid=27217 vsize=10997500 CPUtime=17.41 cores=0-3,8-11
/proc/27220/task/27276/stat : 27276 (java) S 27217 27220 21492 0 -1 1077944384 17105 12289 0 0 1632 97 8 4 20 0 20 0 12536309 11261440000 939655 33554432000 4194304 4196468 140736270603088 139784879352464 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27277] ppid=27217 vsize=10997500 CPUtime=17.34 cores=0-3,8-11
/proc/27220/task/27277/stat : 27277 (java) S 27217 27220 21492 0 -1 1077944384 15321 12289 0 0 1625 97 8 4 20 0 20 0 12536309 11261440000 939655 33554432000 4194304 4196468 140736270603088 139784548641296 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27278] ppid=27217 vsize=10997500 CPUtime=17.31 cores=0-3,8-11
/proc/27220/task/27278/stat : 27278 (java) S 27217 27220 21492 0 -1 1077944384 10940 12289 0 0 1624 95 8 4 20 0 20 0 12536309 11261440000 939655 33554432000 4194304 4196468 140736270603088 139784547588496 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27279] ppid=27217 vsize=10997500 CPUtime=17.34 cores=0-3,8-11
/proc/27220/task/27279/stat : 27279 (java) S 27217 27220 21492 0 -1 1077944384 11593 12289 0 0 1624 98 8 4 20 0 20 0 12536309 11261440000 939655 33554432000 4194304 4196468 140736270603088 139784546535696 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27280] ppid=27217 vsize=10997500 CPUtime=17.53 cores=0-3,8-11
/proc/27220/task/27280/stat : 27280 (java) S 27217 27220 21492 0 -1 1077944384 18088 12289 0 0 1644 97 8 4 20 0 20 0 12536309 11261440000 939655 33554432000 4194304 4196468 140736270603088 139784545483920 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27281] ppid=27217 vsize=10997500 CPUtime=17.37 cores=0-3,8-11
/proc/27220/task/27281/stat : 27281 (java) S 27217 27220 21492 0 -1 1077944384 16661 12289 0 0 1627 98 8 4 20 0 20 0 12536309 11261440000 939655 33554432000 4194304 4196468 140736270603088 139784544431120 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27282] ppid=27217 vsize=10997500 CPUtime=17.37 cores=0-3,8-11
/proc/27220/task/27282/stat : 27282 (java) S 27217 27220 21492 0 -1 1077944384 19908 12289 0 0 1627 98 8 4 20 0 20 0 12536309 11261440000 939655 33554432000 4194304 4196468 140736270603088 139784543378320 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27283] ppid=27217 vsize=10997500 CPUtime=17.33 cores=0-3,8-11
/proc/27220/task/27283/stat : 27283 (java) S 27217 27220 21492 0 -1 1077944384 10481 12289 0 0 1623 98 8 4 20 0 20 0 12536309 11261440000 939655 33554432000 4194304 4196468 140736270603088 139784542325520 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27284] ppid=27217 vsize=10997500 CPUtime=1.25 cores=0-3,8-11
/proc/27220/task/27284/stat : 27284 (java) S 27217 27220 21492 0 -1 1077944384 69753 12289 0 0 101 12 8 4 20 0 20 0 12536312 11261440000 939655 33554432000 4194304 4196468 140736270603088 139784484473200 139784942672514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27285] ppid=27217 vsize=10997500 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27285/stat : 27285 (java) S 27217 27220 21492 0 -1 1077944384 70 12289 0 0 0 0 8 4 20 0 20 0 12536313 11261440000 939655 33554432000 4194304 4196468 140736270603088 139784483419232 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27286] ppid=27217 vsize=10997500 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27286/stat : 27286 (java) S 27217 27220 21492 0 -1 1077944384 54 12289 0 0 0 0 8 4 20 0 20 0 12536313 11261440000 939655 33554432000 4194304 4196468 140736270603088 139784482366336 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27287] ppid=27217 vsize=10997500 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27287/stat : 27287 (java) S 27217 27220 21492 0 -1 1077944384 1 12289 0 0 0 0 8 4 20 0 20 0 12536317 11261440000 939655 33554432000 4194304 4196468 140736270603088 139784481314640 139784942679963 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27288] ppid=27217 vsize=10997500 CPUtime=5.4 cores=0-3,8-11
/proc/27220/task/27288/stat : 27288 (java) S 27217 27220 21492 0 -1 1077944384 15123 12289 0 0 524 4 8 4 20 0 20 0 12536317 11261440000 939655 33554432000 4194304 4196468 140736270603088 139784480263024 139784942672514 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27289] ppid=27217 vsize=10997500 CPUtime=5.63 cores=0-3,8-11
/proc/27220/task/27289/stat : 27289 (java) S 27217 27220 21492 0 -1 1077944384 18536 12289 0 0 547 4 8 4 20 0 20 0 12536317 11261440000 939655 33554432000 4194304 4196468 140736270603088 139784479210224 139784942672514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27290] ppid=27217 vsize=10997500 CPUtime=6.36 cores=0-3,8-11
/proc/27220/task/27290/stat : 27290 (java) S 27217 27220 21492 0 -1 1077944384 24516 12289 0 0 621 3 8 4 20 0 20 0 12536317 11261440000 939655 33554432000 4194304 4196468 140736270603088 139784478157424 139784942672514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27291] ppid=27217 vsize=10997500 CPUtime=2.2 cores=0-3,8-11
/proc/27220/task/27291/stat : 27291 (java) S 27217 27220 21492 0 -1 1077944384 19775 12289 0 0 204 4 8 4 20 0 20 0 12536317 11261440000 939655 33554432000 4194304 4196468 140736270603088 139784477104624 139784942672514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27292] ppid=27217 vsize=10997500 CPUtime=0.12 cores=0-3,8-11
/proc/27220/task/27292/stat : 27292 (java) S 27217 27220 21492 0 -1 1077944384 3 12289 0 0 0 0 8 4 20 0 20 0 12536317 11261440000 939655 33554432000 4194304 4196468 140736270603088 139784408263264 139784942671573 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
[pid=27220/tid=27293] ppid=27217 vsize=10997500 CPUtime=1.47 cores=0-3,8-11
/proc/27220/task/27293/stat : 27293 (java) S 27217 27220 21492 0 -1 1077944384 1257 12289 0 0 72 63 8 4 20 0 20 0 12536318 11261440000 939655 33554432000 4194304 4196468 140736270603088 139784407210544 139784942672514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27828224 140736270609089 140736270611863 140736270611863 140736270614479 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 10997500

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

Child status: 143
Real time (s): 2261.05
CPU time (s): 2400.11
CPU user time (s): 2390.81
CPU system time (s): 9.29956
CPU usage (%): 106.15
Max. virtual memory (cumulated for all children) (KiB): 10999620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2390.81
system time used= 9.29956
maximum resident set size= 3760536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 490852
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 87468
involuntary context switches= 130071

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3444 second user time and 19.4154 second system time

The end

Launcher Data

Begin job on node144 at 2017-07-23 03:18:30
IDJOB=4249578
IDBENCH=137169
IDSOLVER=2630
FILE ID=node144/4249578-1500772710
RUNJOBID= node144-1500752272-21523
PBS_JOBID= 20624582
Free space on /tmp= 61992 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw120/BinPacking-mdd-sw120-99.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249578-1500772710/watcher-4249578-1500772710 -o /tmp/evaluation-result-4249578-1500772710/solver-4249578-1500772710 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node144-1500752272-21523 --watchdog 2560  bin/concrete HOME/instance-4249578-1500772710.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 2ef74b22e25f9811269217f63e04e4c4
RANDOM SEED=1104854556

node144.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.49
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		: 2000.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.49
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.49
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.49
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	: 1
siblings	: 8
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	: 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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        28345548 kB
MemAvailable:   28596008 kB
Buffers:          159988 kB
Cached:           373284 kB
SwapCached:            0 kB
Active:          3727844 kB
Inactive:         260164 kB
Active(anon):    3458140 kB
Inactive(anon):     8740 kB
Active(file):     269704 kB
Inactive(file):   251424 kB
Unevictable:        5816 kB
Mlocked:            5816 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24604 kB
Writeback:             0 kB
AnonPages:       3460860 kB
Mapped:            44732 kB
Shmem:              8876 kB
Slab:             124208 kB
SReclaimable:      90336 kB
SUnreclaim:        33872 kB
KernelStack:        4480 kB
PageTables:        11812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4135072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3203072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 61900 MiB
End job on node144 at 2017-07-23 03:56:11