Trace number 4249718

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.09 2221.66

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-10.xml
MD5SUM67f07639019614dd1d008c87f8253383
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark679.95697
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size46
Distribution of domain sizes[{"size":23,"count":1},{"size":46,"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.75/2.17	c Concrete v3.4 running
385.66/275.96	o 0
2400.01/2221.60	java.util.concurrent.TimeoutException
2400.01/2221.60		at concrete.MAC.mac(MAC.scala:74)
2400.01/2221.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.01/2221.60		at scala.util.Try$.apply(Try.scala:209)
2400.01/2221.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.01/2221.60		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.01/2221.60		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.01/2221.60		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.01/2221.60		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.01/2221.60		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.01/2221.60		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.01/2221.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.01/2221.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.01/2221.60		at concrete.MAC.oneRun(MAC.scala:146)
2400.01/2221.60		at concrete.MAC.nextSolution(MAC.scala:166)
2400.01/2221.60		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.01/2221.60		at concrete.ProblemState.map(ProblemState.scala:203)
2400.01/2221.60		at concrete.ProblemState.map(ProblemState.scala:188)
2400.01/2221.60		at concrete.MAC.nextSolution(MAC.scala:195)
2400.01/2221.60		at concrete.Solver.hasNext(Solver.scala:202)
2400.01/2221.60		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.01/2221.60		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.01/2221.60		at concrete.Solver.toStream(Solver.scala:73)
2400.01/2221.60		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.01/2221.60		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.01/2221.60		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.01/2221.60		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.01/2221.60		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.01/2221.60		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.01/2221.60		at scala.util.Success.map(Try.scala:209)
2400.01/2221.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.01/2221.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.01/2221.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.01/2221.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.01/2221.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.01/2221.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.01/2221.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.01/2221.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.01/2221.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.01/2221.61		at scala.collection.immutable.List.foreach(List.scala:389)
2400.01/2221.61		at scala.App.main(App.scala:76)
2400.01/2221.61		at scala.App.main$(App.scala:74)
2400.01/2221.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.01/2221.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.01/2221.61	v <instantiation cost="0">
2400.01/2221.61	v       <list>
2400.01/2221.61	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.01/2221.61	v       </list>
2400.01/2221.61	v       <values>
2400.01/2221.61	v         0 199 188 188 188 187 0 199 184 183 179 176 0 198 198 198 186 183 0 198 198 198 185 177 0 198 190 187 183 177 0 195 187 186 181 177 0 194 191 191 191 191 0 194 190 190 186 175 0 193 184 184 182 181 0 192 191 191 186 177 0 181 179 178 154 154 154 174 166 165 165 165 165 174 162 158 158 154 151 174 161 153 153 152 152 174 160 160 159 159 159 173 154 154 153 151 151 172 150 150 150 0 0 171 170 157 157 151 151 171 170 157 155 155 155 171 169 161 158 158 158 168 168 167 166 166 165 164 164 163 163 163 162
2400.01/2221.61	v       </values>
2400.01/2221.61	v     </instantiation>
2400.01/2221.61	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-4249718-1500774162/watcher-4249718-1500774162 -o /tmp/evaluation-result-4249718-1500774162/solver-4249718-1500774162 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1500774162-29865 --watchdog 2560 bin/concrete HOME/instance-4249718-1500774162.xml 

pid=29942
running on 8 cores: 0,2,4,6,8,10,12,14

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: 2.01 1.89 1.87 3/244 29945
/proc/meminfo: memFree=31450624/32770624 swapFree=6564/212136
[pid=29945] ppid=29942 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29945/stat : 29945 (bash) S 29942 29945 27122 0 -1 4202496 686 1531 0 0 0 0 0 0 20 0 1 0 12681235 9736192 350 33554432000 4194304 5098028 140722515911632 140722515909272 139796224121856 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 20434944 140722515916046 140722515916131 140722515916131 140722515918830 0
/proc/29945/statm: 2377 350 277 221 0 86 0

[startup+0.100186 s]
/proc/loadavg: 2.01 1.89 1.87 3/244 29945
/proc/meminfo: memFree=31450624/32770624 swapFree=6564/212136
[pid=29945] ppid=29942 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/29945/stat : 29945 (bash) S 29942 29945 27122 0 -1 4202496 884 6414 0 0 0 0 0 1 20 0 1 0 12681235 9871360 378 33554432000 4194304 5098028 140722515911632 140722515905640 139796224121856 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 20434944 140722515916046 140722515916131 140722515916131 140722515918830 0
/proc/29945/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200306 s]
/proc/loadavg: 2.01 1.89 1.87 3/244 29945
/proc/meminfo: memFree=31450624/32770624 swapFree=6564/212136
[pid=29945] ppid=29942 vsize=10901808 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/29945/stat : 29945 (java) S 29942 29945 27122 0 -1 1077944320 5383 12278 0 0 7 1 8 2 20 0 20 0 12681235 11163451392 6149 33554432000 4194304 4196468 140731963567056 140731963549600 140262375431927 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
/proc/29945/statm: 2725452 6149 2594 1 0 2713890 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10901808

[startup+0.300281 s]
/proc/loadavg: 2.01 1.89 1.87 3/244 29945
/proc/meminfo: memFree=31450624/32770624 swapFree=6564/212136
[pid=29945] ppid=29942 vsize=10902392 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/29945/stat : 29945 (java) S 29942 29945 27122 0 -1 1077944320 9263 12278 0 0 21 3 8 2 20 0 20 0 12681235 11164049408 10853 33554432000 4194304 4196468 140731963567056 140731963549600 140262375431927 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
/proc/29945/statm: 2725598 10853 2989 1 0 2713890 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 10902392

[startup+0.70018 s]
/proc/loadavg: 2.01 1.89 1.87 3/244 29945
/proc/meminfo: memFree=31450624/32770624 swapFree=6564/212136
[pid=29945] ppid=29942 vsize=10902720 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/29945/stat : 29945 (java) S 29942 29945 27122 0 -1 1077944320 12742 12278 0 0 85 5 8 2 20 0 20 0 12681235 11164385280 16604 33554432000 4194304 4196468 140731963567056 140731963549600 140262375431927 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
/proc/29945/statm: 2725680 16604 3231 1 0 2713890 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 10902720

[startup+1.50079 s]
/proc/loadavg: 2.01 1.89 1.87 3/282 30040
/proc/meminfo: memFree=31233612/32770624 swapFree=6564/212440
[pid=29945] ppid=29942 vsize=10915392 CPUtime=2.3 cores=0,2,4,6,8,10,12,14
/proc/29945/stat : 29945 (java) S 29942 29945 27122 0 -1 1077944320 25965 12278 0 0 205 15 8 2 20 0 20 0 12681235 11177361408 44195 33554432000 4194304 4196468 140731963567056 140731963549600 140262375431927 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
/proc/29945/statm: 2728848 44195 3405 1 0 2716962 0
[pid=29945/tid=30022] ppid=29942 vsize=10915392 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30022/stat : 30022 (java) R 29942 29945 27122 0 -1 4202560 18847 12278 0 0 126 6 8 2 20 0 20 0 12681248 11177361408 44195 33554432000 4194304 4196468 140731963567056 140262379661728 140261971818784 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30023] ppid=29942 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30023/stat : 30023 (java) S 29942 29945 27122 0 -1 1077944384 41 12278 0 0 0 1 8 2 20 0 20 0 12681248 11177361408 44195 33554432000 4194304 4196468 140731963567056 140262301506576 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30024] ppid=29942 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30024/stat : 30024 (java) S 29942 29945 27122 0 -1 1077944384 61 12278 0 0 1 0 8 2 20 0 20 0 12681248 11177361408 44195 33554432000 4194304 4196468 140731963567056 140262300454032 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30025] ppid=29942 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30025/stat : 30025 (java) S 29942 29945 27122 0 -1 1077944384 13 12278 0 0 0 0 8 2 20 0 20 0 12681248 11177361408 44195 33554432000 4194304 4196468 140731963567056 140262299400976 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30026] ppid=29942 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30026/stat : 30026 (java) S 29942 29945 27122 0 -1 1077944384 36 12278 0 0 1 0 8 2 20 0 20 0 12681248 11177361408 44195 33554432000 4194304 4196468 140731963567056 140262298348432 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30027] ppid=29942 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30027/stat : 30027 (java) S 29942 29945 27122 0 -1 1077944384 14 12278 0 0 1 0 8 2 20 0 20 0 12681248 11177361408 44195 33554432000 4194304 4196468 140731963567056 140262297295376 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30028] ppid=29942 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30028/stat : 30028 (java) S 29942 29945 27122 0 -1 1077944384 128 12278 0 0 1 0 8 2 20 0 20 0 12681248 11177361408 44195 33554432000 4194304 4196468 140731963567056 140262296242832 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30029] ppid=29942 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30029/stat : 30029 (java) S 29942 29945 27122 0 -1 1077944384 35 12278 0 0 1 0 8 2 20 0 20 0 12681248 11177361408 44195 33554432000 4194304 4196468 140731963567056 140262295189776 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30030] ppid=29942 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30030/stat : 30030 (java) S 29942 29945 27122 0 -1 1077944384 10 12278 0 0 0 0 8 2 20 0 20 0 12681248 11177361408 44195 33554432000 4194304 4196468 140731963567056 140262294137232 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30031] ppid=29942 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30031/stat : 30031 (java) S 29942 29945 27122 0 -1 1077944384 1125 12278 0 0 1 0 8 2 20 0 20 0 12681250 11177361408 44195 33554432000 4194304 4196468 140731963567056 140261715782384 140262375443074 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30032] ppid=29942 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30032/stat : 30032 (java) S 29942 29945 27122 0 -1 1077944384 55 12278 0 0 0 0 8 2 20 0 20 0 12681251 11177361408 44195 33554432000 4194304 4196468 140731963567056 140261714728608 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30033] ppid=29942 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30033/stat : 30033 (java) S 29942 29945 27122 0 -1 1077944384 48 12278 0 0 0 0 8 2 20 0 20 0 12681251 11177361408 44195 33554432000 4194304 4196468 140731963567056 140261713675504 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30034] ppid=29942 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30034/stat : 30034 (java) S 29942 29945 27122 0 -1 1077944384 1 12278 0 0 0 0 8 2 20 0 20 0 12681255 11177361408 44195 33554432000 4194304 4196468 140731963567056 140261712624080 140262375450523 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30035] ppid=29942 vsize=10915392 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30035/stat : 30035 (java) S 29942 29945 27122 0 -1 1077944384 849 12278 0 0 13 0 8 2 20 0 20 0 12681255 11177361408 44195 33554432000 4194304 4196468 140731963567056 140261711571184 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30036] ppid=29942 vsize=10915392 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30036/stat : 30036 (java) S 29942 29945 27122 0 -1 1077944384 667 12278 0 0 14 0 8 2 20 0 20 0 12681255 11177361408 44195 33554432000 4194304 4196468 140731963567056 140261710518640 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30037] ppid=29942 vsize=10915392 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30037/stat : 30037 (java) S 29942 29945 27122 0 -1 1077944384 565 12278 0 0 15 0 8 2 20 0 20 0 12681255 11177361408 44195 33554432000 4194304 4196468 140731963567056 140261709465584 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30038] ppid=29942 vsize=10915392 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30038/stat : 30038 (java) R 29942 29945 27122 0 -1 4202560 1328 12278 0 0 26 0 8 2 20 0 20 0 12681255 11177361408 44195 33554432000 4194304 4196468 140731963567056 140261708413040 140262375453274 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30039] ppid=29942 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30039/stat : 30039 (java) S 29942 29945 27122 0 -1 1077944384 3 12278 0 0 0 0 8 2 20 0 20 0 12681255 11177361408 44195 33554432000 4194304 4196468 140731963567056 140261707361248 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30040] ppid=29942 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30040/stat : 30040 (java) S 29942 29945 27122 0 -1 1077944384 6 12278 0 0 0 0 8 2 20 0 20 0 12681255 11177361408 44195 33554432000 4194304 4196468 140731963567056 140261706308784 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 10915392

[startup+3.10084 s]
/proc/loadavg: 2.01 1.89 1.87 6/282 30040
/proc/meminfo: memFree=31068876/32770624 swapFree=6564/212440
[pid=29945] ppid=29942 vsize=10921724 CPUtime=7.51 cores=0,2,4,6,8,10,12,14
/proc/29945/stat : 29945 (java) S 29942 29945 27122 0 -1 1077944320 40804 12278 0 0 589 152 8 2 20 0 20 0 12681235 11183845376 252017 33554432000 4194304 4196468 140731963567056 140731963549600 140262375431927 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
/proc/29945/statm: 2730431 252017 3492 1 0 2717986 0
[pid=29945/tid=30022] ppid=29942 vsize=10921724 CPUtime=2.72 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30022/stat : 30022 (java) R 29942 29945 27122 0 -1 4202560 24313 12278 0 0 242 20 8 2 20 0 20 0 12681248 11183845376 252017 33554432000 4194304 4196468 140731963567056 140262379665720 140261972059638 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30023] ppid=29942 vsize=10921724 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30023/stat : 30023 (java) S 29942 29945 27122 0 -1 1077944384 239 12278 0 0 12 16 8 2 20 0 20 0 12681248 11183845376 252017 33554432000 4194304 4196468 140731963567056 140262301506576 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30024] ppid=29942 vsize=10921724 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30024/stat : 30024 (java) S 29942 29945 27122 0 -1 1077944384 194 12278 0 0 12 15 8 2 20 0 20 0 12681248 11183845376 252017 33554432000 4194304 4196468 140731963567056 140262300454032 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30025] ppid=29942 vsize=10921724 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30025/stat : 30025 (java) S 29942 29945 27122 0 -1 1077944384 290 12278 0 0 12 16 8 2 20 0 20 0 12681248 11183845376 252017 33554432000 4194304 4196468 140731963567056 140262299400976 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30026] ppid=29942 vsize=10921724 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30026/stat : 30026 (java) S 29942 29945 27122 0 -1 1077944384 231 12278 0 0 13 16 8 2 20 0 20 0 12681248 11183845376 252017 33554432000 4194304 4196468 140731963567056 140262298348432 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30027] ppid=29942 vsize=10921724 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30027/stat : 30027 (java) S 29942 29945 27122 0 -1 1077944384 382 12278 0 0 12 16 8 2 20 0 20 0 12681248 11183845376 252017 33554432000 4194304 4196468 140731963567056 140262297295376 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30028] ppid=29942 vsize=10921724 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30028/stat : 30028 (java) S 29942 29945 27122 0 -1 1077944384 304 12278 0 0 10 17 8 2 20 0 20 0 12681248 11183845376 252017 33554432000 4194304 4196468 140731963567056 140262296242832 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30029] ppid=29942 vsize=10921724 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30029/stat : 30029 (java) S 29942 29945 27122 0 -1 1077944384 252 12278 0 0 13 12 8 2 20 0 20 0 12681248 11183845376 252017 33554432000 4194304 4196468 140731963567056 140262295189776 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30030] ppid=29942 vsize=10921724 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30030/stat : 30030 (java) S 29942 29945 27122 0 -1 1077944384 333 12278 0 0 12 15 8 2 20 0 20 0 12681248 11183845376 252017 33554432000 4194304 4196468 140731963567056 140262294137232 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30031] ppid=29942 vsize=10921724 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30031/stat : 30031 (java) S 29942 29945 27122 0 -1 1077944384 2272 12278 0 0 2 0 8 2 20 0 20 0 12681250 11183845376 252017 33554432000 4194304 4196468 140731963567056 140261715782384 140262375443074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30032] ppid=29942 vsize=10921724 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30032/stat : 30032 (java) S 29942 29945 27122 0 -1 1077944384 55 12278 0 0 0 0 8 2 20 0 20 0 12681251 11183845376 252017 33554432000 4194304 4196468 140731963567056 140261714728672 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30033] ppid=29942 vsize=10921724 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30033/stat : 30033 (java) S 29942 29945 27122 0 -1 1077944384 48 12278 0 0 0 0 8 2 20 0 20 0 12681251 11183845376 252017 33554432000 4194304 4196468 140731963567056 140261713675520 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30034] ppid=29942 vsize=10921724 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30034/stat : 30034 (java) S 29942 29945 27122 0 -1 1077944384 1 12278 0 0 0 0 8 2 20 0 20 0 12681255 11183845376 252017 33554432000 4194304 4196468 140731963567056 140261712624080 140262375450523 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30035] ppid=29942 vsize=10921724 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30035/stat : 30035 (java) S 29942 29945 27122 0 -1 1077944384 1607 12278 0 0 42 0 8 2 20 0 20 0 12681255 11183845376 252017 33554432000 4194304 4196468 140731963567056 140261711571184 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30036] ppid=29942 vsize=10921724 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30036/stat : 30036 (java) S 29942 29945 27122 0 -1 1077944384 3862 12278 0 0 81 1 8 2 20 0 20 0 12681255 11183845376 252017 33554432000 4194304 4196468 140731963567056 140261710518640 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30037] ppid=29942 vsize=10921724 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30037/stat : 30037 (java) S 29942 29945 27122 0 -1 1077944384 1505 12278 0 0 48 0 8 2 20 0 20 0 12681255 11183845376 252017 33554432000 4194304 4196468 140731963567056 140261709465584 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30038] ppid=29942 vsize=10921724 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30038/stat : 30038 (java) S 29942 29945 27122 0 -1 1077944384 2772 12278 0 0 72 1 8 2 20 0 20 0 12681255 11183845376 252017 33554432000 4194304 4196468 140731963567056 140261708413040 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30039] ppid=29942 vsize=10921724 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30039/stat : 30039 (java) S 29942 29945 27122 0 -1 1077944384 3 12278 0 0 0 0 8 2 20 0 20 0 12681255 11183845376 252017 33554432000 4194304 4196468 140731963567056 140261707361248 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30040] ppid=29942 vsize=10921724 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30040/stat : 30040 (java) S 29942 29945 27122 0 -1 1077944384 8 12278 0 0 0 0 8 2 20 0 20 0 12681255 11183845376 252017 33554432000 4194304 4196468 140731963567056 140261706308784 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 10921724

[startup+6.30078 s]
/proc/loadavg: 2.65 2.03 1.92 3/282 30040
/proc/meminfo: memFree=28163484/32770624 swapFree=6564/212448
[pid=29945] ppid=29942 vsize=10921724 CPUtime=14.56 cores=0,2,4,6,8,10,12,14
/proc/29945/stat : 29945 (java) S 29942 29945 27122 0 -1 1077944320 45469 12278 0 0 1189 257 8 2 20 0 20 0 12681235 11183845376 442476 33554432000 4194304 4196468 140731963567056 140731963549600 140262375431927 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
/proc/29945/statm: 2730431 442476 3494 1 0 2717986 0
[pid=29945/tid=30022] ppid=29942 vsize=10921724 CPUtime=5.38 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30022/stat : 30022 (java) R 29942 29945 27122 0 -1 4202560 25161 12278 0 0 495 33 8 2 20 0 20 0 12681248 11183845376 442476 33554432000 4194304 4196468 140731963567056 140262379665872 140261979392591 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30023] ppid=29942 vsize=10921724 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30023/stat : 30023 (java) S 29942 29945 27122 0 -1 1077944384 540 12278 0 0 49 28 8 2 20 0 20 0 12681248 11183845376 442476 33554432000 4194304 4196468 140731963567056 140262301506576 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30024] ppid=29942 vsize=10921724 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30024/stat : 30024 (java) S 29942 29945 27122 0 -1 1077944384 523 12278 0 0 47 26 8 2 20 0 20 0 12681248 11183845376 442476 33554432000 4194304 4196468 140731963567056 140262300454032 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30025] ppid=29942 vsize=10921724 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30025/stat : 30025 (java) S 29942 29945 27122 0 -1 1077944384 648 12278 0 0 50 27 8 2 20 0 20 0 12681248 11183845376 442476 33554432000 4194304 4196468 140731963567056 140262299400976 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30026] ppid=29942 vsize=10921724 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30026/stat : 30026 (java) S 29942 29945 27122 0 -1 1077944384 562 12278 0 0 51 26 8 2 20 0 20 0 12681248 11183845376 442476 33554432000 4194304 4196468 140731963567056 140262298348432 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30027] ppid=29942 vsize=10921724 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30027/stat : 30027 (java) S 29942 29945 27122 0 -1 1077944384 674 12278 0 0 49 28 8 2 20 0 20 0 12681248 11183845376 442476 33554432000 4194304 4196468 140731963567056 140262297295376 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30028] ppid=29942 vsize=10921724 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30028/stat : 30028 (java) S 29942 29945 27122 0 -1 1077944384 583 12278 0 0 43 32 8 2 20 0 20 0 12681248 11183845376 442476 33554432000 4194304 4196468 140731963567056 140262296242832 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30029] ppid=29942 vsize=10921724 CPUtime=0.82 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30029/stat : 30029 (java) S 29942 29945 27122 0 -1 1077944384 598 12278 0 0 50 22 8 2 20 0 20 0 12681248 11183845376 442476 33554432000 4194304 4196468 140731963567056 140262295189776 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30030] ppid=29942 vsize=10921724 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30030/stat : 30030 (java) S 29942 29945 27122 0 -1 1077944384 632 12278 0 0 51 26 8 2 20 0 20 0 12681248 11183845376 442476 33554432000 4194304 4196468 140731963567056 140262294137232 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30031] ppid=29942 vsize=10921724 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30031/stat : 30031 (java) S 29942 29945 27122 0 -1 1077944384 3128 12278 0 0 5 1 8 2 20 0 20 0 12681250 11183845376 442476 33554432000 4194304 4196468 140731963567056 140261715782384 140262375443074 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30032] ppid=29942 vsize=10921724 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30032/stat : 30032 (java) S 29942 29945 27122 0 -1 1077944384 55 12278 0 0 0 0 8 2 20 0 20 0 12681251 11183845376 442476 33554432000 4194304 4196468 140731963567056 140261714728672 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30033] ppid=29942 vsize=10921724 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30033/stat : 30033 (java) S 29942 29945 27122 0 -1 1077944384 48 12278 0 0 0 0 8 2 20 0 20 0 12681251 11183845376 442476 33554432000 4194304 4196468 140731963567056 140261713675520 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30034] ppid=29942 vsize=10921724 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30034/stat : 30034 (java) S 29942 29945 27122 0 -1 1077944384 1 12278 0 0 0 0 8 2 20 0 20 0 12681255 11183845376 442476 33554432000 4194304 4196468 140731963567056 140261712624080 140262375450523 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30035] ppid=29942 vsize=10921724 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30035/stat : 30035 (java) S 29942 29945 27122 0 -1 1077944384 1633 12278 0 0 55 0 8 2 20 0 20 0 12681255 11183845376 442476 33554432000 4194304 4196468 140731963567056 140261711571184 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30036] ppid=29942 vsize=10921724 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30036/stat : 30036 (java) S 29942 29945 27122 0 -1 1077944384 3898 12278 0 0 96 1 8 2 20 0 20 0 12681255 11183845376 442476 33554432000 4194304 4196468 140731963567056 140261710518640 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30037] ppid=29942 vsize=10921724 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30037/stat : 30037 (java) S 29942 29945 27122 0 -1 1077944384 1539 12278 0 0 63 0 8 2 20 0 20 0 12681255 11183845376 442476 33554432000 4194304 4196468 140731963567056 140261709465584 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30038] ppid=29942 vsize=10921724 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30038/stat : 30038 (java) S 29942 29945 27122 0 -1 1077944384 2863 12278 0 0 77 1 8 2 20 0 20 0 12681255 11183845376 442476 33554432000 4194304 4196468 140731963567056 140261708413040 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30039] ppid=29942 vsize=10921724 CPUtime=0.1 cores=0,2,4,6,8,10,12,14

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

[pid=29945/tid=30036] ppid=29942 vsize=10931964 CPUtime=6.72 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30036/stat : 30036 (java) S 29942 29945 27122 0 -1 1077944384 20779 12278 0 0 658 4 8 2 20 0 20 0 12681255 11194331136 872301 33554432000 4194304 4196468 140731963567056 140261710518640 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30037] ppid=29942 vsize=10931964 CPUtime=6.78 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30037/stat : 30037 (java) S 29942 29945 27122 0 -1 1077944384 21326 12278 0 0 664 4 8 2 20 0 20 0 12681255 11194331136 872301 33554432000 4194304 4196468 140731963567056 140261709465584 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30038] ppid=29942 vsize=10931964 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30038/stat : 30038 (java) S 29942 29945 27122 0 -1 1077944384 25920 12278 0 0 213 5 8 2 20 0 20 0 12681255 11194331136 872301 33554432000 4194304 4196468 140731963567056 140261708413040 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30039] ppid=29942 vsize=10931964 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30039/stat : 30039 (java) S 29942 29945 27122 0 -1 1077944384 3 12278 0 0 0 0 8 2 20 0 20 0 12681255 11194331136 872301 33554432000 4194304 4196468 140731963567056 140261707361248 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30040] ppid=29942 vsize=10931964 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30040/stat : 30040 (java) S 29942 29945 27122 0 -1 1077944384 3090 12278 0 0 53 50 8 2 20 0 20 0 12681255 11194331136 872301 33554432000 4194304 4196468 140731963567056 140261706308784 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
Current children cumulated CPU time (s) 2256.93
Current children cumulated vsize (KiB) 10931964

[startup+2142.3 s]
/proc/loadavg: 1.71 1.72 1.74 3/281 30125
/proc/meminfo: memFree=24089772/32770624 swapFree=6564/213564
[pid=29945] ppid=29942 vsize=10931964 CPUtime=2318.24 cores=0,2,4,6,8,10,12,14
/proc/29945/stat : 29945 (java) S 29942 29945 27122 0 -1 1077944320 808543 12278 0 0 229578 2236 8 2 20 0 20 0 12681235 11194331136 866402 33554432000 4194304 4196468 140731963567056 140731963549600 140262375431927 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
/proc/29945/statm: 2732991 866402 3521 1 0 2720546 0
[pid=29945/tid=30022] ppid=29942 vsize=10931964 CPUtime=2115.24 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30022/stat : 30022 (java) R 29942 29945 27122 0 -1 4202560 320968 12278 0 0 211445 69 8 2 20 0 20 0 12681248 11194331136 866402 33554432000 4194304 4196468 140731963567056 140262379659392 140261989182227 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30023] ppid=29942 vsize=10931964 CPUtime=22.28 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30023/stat : 30023 (java) S 29942 29945 27122 0 -1 1077944384 42226 12278 0 0 1957 261 8 2 20 0 20 0 12681248 11194331136 866402 33554432000 4194304 4196468 140731963567056 140262301506576 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30024] ppid=29942 vsize=10931964 CPUtime=22.32 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30024/stat : 30024 (java) S 29942 29945 27122 0 -1 1077944384 42887 12278 0 0 1957 265 8 2 20 0 20 0 12681248 11194331136 866402 33554432000 4194304 4196468 140731963567056 140262300454032 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30025] ppid=29942 vsize=10931964 CPUtime=22.15 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30025/stat : 30025 (java) S 29942 29945 27122 0 -1 1077944384 41345 12278 0 0 1938 267 8 2 20 0 20 0 12681248 11194331136 866402 33554432000 4194304 4196468 140731963567056 140262299400976 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30026] ppid=29942 vsize=10931964 CPUtime=22.19 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30026/stat : 30026 (java) S 29942 29945 27122 0 -1 1077944384 39061 12278 0 0 1946 263 8 2 20 0 20 0 12681248 11194331136 866402 33554432000 4194304 4196468 140731963567056 140262298348432 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30027] ppid=29942 vsize=10931964 CPUtime=22.41 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30027/stat : 30027 (java) S 29942 29945 27122 0 -1 1077944384 44379 12278 0 0 1976 255 8 2 20 0 20 0 12681248 11194331136 866402 33554432000 4194304 4196468 140731963567056 140262297295376 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30028] ppid=29942 vsize=10931964 CPUtime=22.11 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30028/stat : 30028 (java) S 29942 29945 27122 0 -1 1077944384 37889 12278 0 0 1930 271 8 2 20 0 20 0 12681248 11194331136 866402 33554432000 4194304 4196468 140731963567056 140262296242832 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30029] ppid=29942 vsize=10931964 CPUtime=22.14 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30029/stat : 30029 (java) S 29942 29945 27122 0 -1 1077944384 37133 12278 0 0 1952 252 8 2 20 0 20 0 12681248 11194331136 866402 33554432000 4194304 4196468 140731963567056 140262295189776 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30030] ppid=29942 vsize=10931964 CPUtime=22.43 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30030/stat : 30030 (java) S 29942 29945 27122 0 -1 1077944384 67106 12278 0 0 1972 261 8 2 20 0 20 0 12681248 11194331136 866402 33554432000 4194304 4196468 140731963567056 140262294137232 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30031] ppid=29942 vsize=10931964 CPUtime=2.71 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30031/stat : 30031 (java) S 29942 29945 27122 0 -1 1077944384 42719 12278 0 0 240 21 8 2 20 0 20 0 12681250 11194331136 866402 33554432000 4194304 4196468 140731963567056 140261715782384 140262375443074 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30032] ppid=29942 vsize=10931964 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30032/stat : 30032 (java) S 29942 29945 27122 0 -1 1077944384 73 12278 0 0 0 0 8 2 20 0 20 0 12681251 11194331136 866402 33554432000 4194304 4196468 140731963567056 140261714728736 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30033] ppid=29942 vsize=10931964 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30033/stat : 30033 (java) S 29942 29945 27122 0 -1 1077944384 74 12278 0 0 0 0 8 2 20 0 20 0 12681251 11194331136 866402 33554432000 4194304 4196468 140731963567056 140261713675520 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30034] ppid=29942 vsize=10931964 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30034/stat : 30034 (java) S 29942 29945 27122 0 -1 1077944384 1 12278 0 0 0 0 8 2 20 0 20 0 12681255 11194331136 866402 33554432000 4194304 4196468 140731963567056 140261712624080 140262375450523 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30035] ppid=29942 vsize=10931964 CPUtime=6.55 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30035/stat : 30035 (java) S 29942 29945 27122 0 -1 1077944384 19401 12278 0 0 642 3 8 2 20 0 20 0 12681255 11194331136 866402 33554432000 4194304 4196468 140731963567056 140261711571184 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30036] ppid=29942 vsize=10931964 CPUtime=6.73 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30036/stat : 30036 (java) S 29942 29945 27122 0 -1 1077944384 20781 12278 0 0 659 4 8 2 20 0 20 0 12681255 11194331136 866402 33554432000 4194304 4196468 140731963567056 140261710518640 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30037] ppid=29942 vsize=10931964 CPUtime=6.78 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30037/stat : 30037 (java) S 29942 29945 27122 0 -1 1077944384 21328 12278 0 0 664 4 8 2 20 0 20 0 12681255 11194331136 866402 33554432000 4194304 4196468 140731963567056 140261709465584 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30038] ppid=29942 vsize=10931964 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30038/stat : 30038 (java) S 29942 29945 27122 0 -1 1077944384 25922 12278 0 0 213 5 8 2 20 0 20 0 12681255 11194331136 866402 33554432000 4194304 4196468 140731963567056 140261708413040 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30039] ppid=29942 vsize=10931964 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30039/stat : 30039 (java) S 29942 29945 27122 0 -1 1077944384 3 12278 0 0 0 0 8 2 20 0 20 0 12681255 11194331136 866402 33554432000 4194304 4196468 140731963567056 140261707361248 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30040] ppid=29942 vsize=10931964 CPUtime=1.16 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30040/stat : 30040 (java) S 29942 29945 27122 0 -1 1077944384 3114 12278 0 0 55 51 8 2 20 0 20 0 12681255 11194331136 866402 33554432000 4194304 4196468 140731963567056 140261706308784 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
Current children cumulated CPU time (s) 2318.24
Current children cumulated vsize (KiB) 10931964

[startup+2202.31 s]
/proc/loadavg: 1.39 1.63 1.70 3/280 30162
/proc/meminfo: memFree=26793892/32770624 swapFree=6564/213592
[pid=29945] ppid=29942 vsize=10931964 CPUtime=2379.97 cores=0,2,4,6,8,10,12,14
/proc/29945/stat : 29945 (java) S 29942 29945 27122 0 -1 1077944320 823213 12278 0 0 235745 2242 8 2 20 0 20 0 12681235 11194331136 861785 33554432000 4194304 4196468 140731963567056 140731963549600 140262375431927 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
/proc/29945/statm: 2732991 861785 3521 1 0 2720546 0
[pid=29945/tid=30022] ppid=29942 vsize=10931964 CPUtime=2174.85 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30022/stat : 30022 (java) R 29942 29945 27122 0 -1 4202560 325096 12278 0 0 217406 69 8 2 20 0 20 0 12681248 11194331136 861785 33554432000 4194304 4196468 140731963567056 140262379666304 140261987403677 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30023] ppid=29942 vsize=10931964 CPUtime=22.51 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30023/stat : 30023 (java) S 29942 29945 27122 0 -1 1077944384 42511 12278 0 0 1980 261 8 2 20 0 20 0 12681248 11194331136 861785 33554432000 4194304 4196468 140731963567056 140262301506576 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30024] ppid=29942 vsize=10931964 CPUtime=22.57 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30024/stat : 30024 (java) S 29942 29945 27122 0 -1 1077944384 43976 12278 0 0 1982 265 8 2 20 0 20 0 12681248 11194331136 861785 33554432000 4194304 4196468 140731963567056 140262300454032 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30025] ppid=29942 vsize=10931964 CPUtime=22.42 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30025/stat : 30025 (java) S 29942 29945 27122 0 -1 1077944384 42930 12278 0 0 1964 268 8 2 20 0 20 0 12681248 11194331136 861785 33554432000 4194304 4196468 140731963567056 140262299400976 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30026] ppid=29942 vsize=10931964 CPUtime=22.44 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30026/stat : 30026 (java) S 29942 29945 27122 0 -1 1077944384 39925 12278 0 0 1971 263 8 2 20 0 20 0 12681248 11194331136 861785 33554432000 4194304 4196468 140731963567056 140262298348432 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30027] ppid=29942 vsize=10931964 CPUtime=22.67 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30027/stat : 30027 (java) S 29942 29945 27122 0 -1 1077944384 46427 12278 0 0 2002 255 8 2 20 0 20 0 12681248 11194331136 861785 33554432000 4194304 4196468 140731963567056 140262297295376 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30028] ppid=29942 vsize=10931964 CPUtime=22.36 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30028/stat : 30028 (java) S 29942 29945 27122 0 -1 1077944384 38970 12278 0 0 1954 272 8 2 20 0 20 0 12681248 11194331136 861785 33554432000 4194304 4196468 140731963567056 140262296242832 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30029] ppid=29942 vsize=10931964 CPUtime=22.4 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30029/stat : 30029 (java) S 29942 29945 27122 0 -1 1077944384 38513 12278 0 0 1977 253 8 2 20 0 20 0 12681248 11194331136 861785 33554432000 4194304 4196468 140731963567056 140262295189776 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30030] ppid=29942 vsize=10931964 CPUtime=22.68 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30030/stat : 30030 (java) S 29942 29945 27122 0 -1 1077944384 68556 12278 0 0 1997 261 8 2 20 0 20 0 12681248 11194331136 861785 33554432000 4194304 4196468 140731963567056 140262294137232 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30031] ppid=29942 vsize=10931964 CPUtime=2.77 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30031/stat : 30031 (java) S 29942 29945 27122 0 -1 1077944384 43394 12278 0 0 245 22 8 2 20 0 20 0 12681250 11194331136 861785 33554432000 4194304 4196468 140731963567056 140261715782384 140262375443074 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30032] ppid=29942 vsize=10931964 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30032/stat : 30032 (java) S 29942 29945 27122 0 -1 1077944384 73 12278 0 0 0 0 8 2 20 0 20 0 12681251 11194331136 861785 33554432000 4194304 4196468 140731963567056 140261714728736 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30033] ppid=29942 vsize=10931964 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30033/stat : 30033 (java) S 29942 29945 27122 0 -1 1077944384 74 12278 0 0 0 0 8 2 20 0 20 0 12681251 11194331136 861785 33554432000 4194304 4196468 140731963567056 140261713675520 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30034] ppid=29942 vsize=10931964 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30034/stat : 30034 (java) S 29942 29945 27122 0 -1 1077944384 1 12278 0 0 0 0 8 2 20 0 20 0 12681255 11194331136 861785 33554432000 4194304 4196468 140731963567056 140261712624080 140262375450523 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30035] ppid=29942 vsize=10931964 CPUtime=6.55 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30035/stat : 30035 (java) S 29942 29945 27122 0 -1 1077944384 19409 12278 0 0 642 3 8 2 20 0 20 0 12681255 11194331136 861785 33554432000 4194304 4196468 140731963567056 140261711571184 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30036] ppid=29942 vsize=10931964 CPUtime=6.73 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30036/stat : 30036 (java) S 29942 29945 27122 0 -1 1077944384 20787 12278 0 0 659 4 8 2 20 0 20 0 12681255 11194331136 861785 33554432000 4194304 4196468 140731963567056 140261710518640 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30037] ppid=29942 vsize=10931964 CPUtime=6.78 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30037/stat : 30037 (java) S 29942 29945 27122 0 -1 1077944384 21338 12278 0 0 664 4 8 2 20 0 20 0 12681255 11194331136 861785 33554432000 4194304 4196468 140731963567056 140261709465584 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30038] ppid=29942 vsize=10931964 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30038/stat : 30038 (java) S 29942 29945 27122 0 -1 1077944384 25927 12278 0 0 213 5 8 2 20 0 20 0 12681255 11194331136 861785 33554432000 4194304 4196468 140731963567056 140261708413040 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30039] ppid=29942 vsize=10931964 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30039/stat : 30039 (java) S 29942 29945 27122 0 -1 1077944384 3 12278 0 0 0 0 8 2 20 0 20 0 12681255 11194331136 861785 33554432000 4194304 4196468 140731963567056 140261707361248 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30040] ppid=29942 vsize=10931964 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30040/stat : 30040 (java) S 29942 29945 27122 0 -1 1077944384 3170 12278 0 0 57 53 8 2 20 0 20 0 12681255 11194331136 861785 33554432000 4194304 4196468 140731963567056 140261706308784 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
Current children cumulated CPU time (s) 2379.97
Current children cumulated vsize (KiB) 10931964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2221.6 s]
/proc/loadavg: 1.79 1.70 1.73 4/281 30273
/proc/meminfo: memFree=27442700/32770624 swapFree=6564/213644
[pid=29945] ppid=29942 vsize=10931964 CPUtime=2400.01 cores=0,2,4,6,8,10,12,14
/proc/29945/stat : 29945 (java) S 29942 29945 27122 0 -1 1077944320 825015 12278 0 0 237748 2243 8 2 20 0 20 0 12681235 11194331136 836648 33554432000 4194304 4196468 140731963567056 140731963549600 140262375431927 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
/proc/29945/statm: 2732991 836648 3521 1 0 2720546 0
[pid=29945/tid=30022] ppid=29942 vsize=10931964 CPUtime=2194 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30022/stat : 30022 (java) R 29942 29945 27122 0 -1 4202560 326624 12278 0 0 219320 70 8 2 20 0 20 0 12681248 11194331136 836648 33554432000 4194304 4196468 140731963567056 140262379666272 140261972843083 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30023] ppid=29942 vsize=10931964 CPUtime=22.63 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30023/stat : 30023 (java) S 29942 29945 27122 0 -1 1077944384 42516 12278 0 0 1992 261 8 2 20 0 20 0 12681248 11194331136 836648 33554432000 4194304 4196468 140731963567056 140262301506576 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30024] ppid=29942 vsize=10931964 CPUtime=22.67 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30024/stat : 30024 (java) S 29942 29945 27122 0 -1 1077944384 43980 12278 0 0 1992 265 8 2 20 0 20 0 12681248 11194331136 836648 33554432000 4194304 4196468 140731963567056 140262300454032 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30025] ppid=29942 vsize=10931964 CPUtime=22.53 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30025/stat : 30025 (java) S 29942 29945 27122 0 -1 1077944384 42951 12278 0 0 1975 268 8 2 20 0 20 0 12681248 11194331136 836648 33554432000 4194304 4196468 140731963567056 140262299400976 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30026] ppid=29942 vsize=10931964 CPUtime=22.55 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30026/stat : 30026 (java) S 29942 29945 27122 0 -1 1077944384 39933 12278 0 0 1982 263 8 2 20 0 20 0 12681248 11194331136 836648 33554432000 4194304 4196468 140731963567056 140262298348432 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30027] ppid=29942 vsize=10931964 CPUtime=22.77 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30027/stat : 30027 (java) S 29942 29945 27122 0 -1 1077944384 46435 12278 0 0 2012 255 8 2 20 0 20 0 12681248 11194331136 836648 33554432000 4194304 4196468 140731963567056 140262297295376 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30028] ppid=29942 vsize=10931964 CPUtime=22.46 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30028/stat : 30028 (java) S 29942 29945 27122 0 -1 1077944384 38981 12278 0 0 1964 272 8 2 20 0 20 0 12681248 11194331136 836648 33554432000 4194304 4196468 140731963567056 140262296242832 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30029] ppid=29942 vsize=10931964 CPUtime=22.51 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30029/stat : 30029 (java) S 29942 29945 27122 0 -1 1077944384 38661 12278 0 0 1988 253 8 2 20 0 20 0 12681248 11194331136 836648 33554432000 4194304 4196468 140731963567056 140262295189776 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30030] ppid=29942 vsize=10931964 CPUtime=22.79 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30030/stat : 30030 (java) S 29942 29945 27122 0 -1 1077944384 68609 12278 0 0 2008 261 8 2 20 0 20 0 12681248 11194331136 836648 33554432000 4194304 4196468 140731963567056 140262294137232 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30031] ppid=29942 vsize=10931964 CPUtime=2.79 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30031/stat : 30031 (java) S 29942 29945 27122 0 -1 1077944384 43408 12278 0 0 247 22 8 2 20 0 20 0 12681250 11194331136 836648 33554432000 4194304 4196468 140731963567056 140261715782384 140262375443074 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30032] ppid=29942 vsize=10931964 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30032/stat : 30032 (java) S 29942 29945 27122 0 -1 1077944384 73 12278 0 0 0 0 8 2 20 0 20 0 12681251 11194331136 836648 33554432000 4194304 4196468 140731963567056 140261714728736 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30033] ppid=29942 vsize=10931964 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30033/stat : 30033 (java) S 29942 29945 27122 0 -1 1077944384 74 12278 0 0 0 0 8 2 20 0 20 0 12681251 11194331136 836648 33554432000 4194304 4196468 140731963567056 140261713675520 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30034] ppid=29942 vsize=10931964 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30034/stat : 30034 (java) S 29942 29945 27122 0 -1 1077944384 1 12278 0 0 0 0 8 2 20 0 20 0 12681255 11194331136 836648 33554432000 4194304 4196468 140731963567056 140261712624080 140262375450523 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30035] ppid=29942 vsize=10931964 CPUtime=6.55 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30035/stat : 30035 (java) S 29942 29945 27122 0 -1 1077944384 19409 12278 0 0 642 3 8 2 20 0 20 0 12681255 11194331136 836648 33554432000 4194304 4196468 140731963567056 140261711571184 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30036] ppid=29942 vsize=10931964 CPUtime=6.73 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30036/stat : 30036 (java) S 29942 29945 27122 0 -1 1077944384 20787 12278 0 0 659 4 8 2 20 0 20 0 12681255 11194331136 836648 33554432000 4194304 4196468 140731963567056 140261710518640 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30037] ppid=29942 vsize=10931964 CPUtime=6.78 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30037/stat : 30037 (java) S 29942 29945 27122 0 -1 1077944384 21338 12278 0 0 664 4 8 2 20 0 20 0 12681255 11194331136 836648 33554432000 4194304 4196468 140731963567056 140261709465584 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30038] ppid=29942 vsize=10931964 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30038/stat : 30038 (java) S 29942 29945 27122 0 -1 1077944384 25927 12278 0 0 213 5 8 2 20 0 20 0 12681255 11194331136 836648 33554432000 4194304 4196468 140731963567056 140261708413040 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30039] ppid=29942 vsize=10931964 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30039/stat : 30039 (java) S 29942 29945 27122 0 -1 1077944384 3 12278 0 0 0 0 8 2 20 0 20 0 12681255 11194331136 836648 33554432000 4194304 4196468 140731963567056 140261707361248 140262375442133 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
[pid=29945/tid=30040] ppid=29942 vsize=10931964 CPUtime=1.21 cores=0,2,4,6,8,10,12,14
/proc/29945/task/30040/stat : 30040 (java) S 29942 29945 27122 0 -1 1077944384 3172 12278 0 0 58 53 8 2 20 0 20 0 12681255 11194331136 836648 33554432000 4194304 4196468 140731963567056 140261706308784 140262375443074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26157056 140731963570881 140731963573655 140731963573655 140731963576271 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 10931964

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

Child status: 143
Real time (s): 2221.66
CPU time (s): 2400.09
CPU user time (s): 2377.58
CPU system time (s): 22.5097
CPU usage (%): 108.031
Max. virtual memory (cumulated for all children) (KiB): 10931964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2377.58
system time used= 22.5097
maximum resident set size= 5114168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 840702
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 97323
involuntary context switches= 133768

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0342 second user time and 19.2911 second system time

The end

Launcher Data

Begin job on node148 at 2017-07-23 03:42:43
IDJOB=4249718
IDBENCH=138054
IDSOLVER=2630
FILE ID=node148/4249718-1500774162
RUNJOBID= node148-1500774162-29865
PBS_JOBID= 20624577
Free space on /tmp= 61792 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-10.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249718-1500774162/watcher-4249718-1500774162 -o /tmp/evaluation-result-4249718-1500774162/solver-4249718-1500774162 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1500774162-29865 --watchdog 2560  bin/concrete HOME/instance-4249718-1500774162.xml

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

MD5SUM BENCH= 67f07639019614dd1d008c87f8253383
RANDOM SEED=1663933531

node148.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		: 2668.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.21
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		: 1600.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	: 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		: 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.21
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	: 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	: 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		: 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.21
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		: 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		: 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.21
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		: 1733.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		: 2668.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.21
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		: 1600.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	: 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		: 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.21
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	: 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	: 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		: 1733.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.21
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		: 2667.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	: 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		: 2000.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.21
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		: 2533.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:        31439224 kB
MemAvailable:   31975868 kB
Buffers:          185508 kB
Cached:           620136 kB
SwapCached:            0 kB
Active:           597864 kB
Inactive:         273648 kB
Active(anon):      16080 kB
Inactive(anon):    61512 kB
Active(file):     581784 kB
Inactive(file):   212136 kB
Unevictable:        6564 kB
Mlocked:            6564 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            213364 kB
Writeback:             0 kB
AnonPages:         66764 kB
Mapped:            38804 kB
Shmem:              8848 kB
Slab:             151380 kB
SReclaimable:     117116 kB
SUnreclaim:        34264 kB
KernelStack:        4080 kB
PageTables:         4760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1161176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61844 MiB
End job on node148 at 2017-07-23 04:19:44