Trace number 4249711

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)1 2400.09 2248.25

General information on the benchmark

NameBinPacking/BinPacking-tab-sw100/
BinPacking-tab-sw100-74.xml
MD5SUM748f42f61d3aaac6f60870392cb688ba
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables115
Number of constraints22
Number of domains2
Minimum domain size20
Maximum domain size42
Distribution of domain sizes[{"size":20,"count":1},{"size":42,"count":114}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":95},{"degree":4,"count":19}]
Minimum constraint arity6
Maximum constraint arity114
Distribution of constraint arities[{"arity":6,"count":19},{"arity":20,"count":1},{"arity":114,"count":2}]
Number of extensional constraints19
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":19},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

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

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4249711-1500774155/watcher-4249711-1500774155 -o /tmp/evaluation-result-4249711-1500774155/solver-4249711-1500774155 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500751505-28469 --watchdog 2560 bin/concrete HOME/instance-4249711-1500774155.xml 

pid=902
running on 8 cores: 1,3,5,7,9,11,13,15

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.03 1.90 1.82 3/262 905
/proc/meminfo: memFree=30003196/32770624 swapFree=6300/336772
[pid=905] ppid=902 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/905/stat : 905 (bash) S 902 905 28437 0 -1 4202496 654 0 0 0 0 0 0 0 20 0 1 0 12681854 9736192 350 33554432000 4194304 5098028 140722017223616 140722017221256 139748244999168 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 21508096 140722017232142 140722017232227 140722017232227 140722017234926 0
/proc/905/statm: 2377 350 277 221 0 86 0

[startup+0.100155 s]
/proc/loadavg: 2.03 1.90 1.82 3/262 905
/proc/meminfo: memFree=30003196/32770624 swapFree=6300/336772
[pid=905] ppid=902 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/905/stat : 905 (bash) S 902 905 28437 0 -1 4202496 884 6414 0 0 0 0 0 1 20 0 1 0 12681854 9871360 378 33554432000 4194304 5098028 140722017223616 140722017217624 139748244999168 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 21508096 140722017232142 140722017232227 140722017232227 140722017234926 0
/proc/905/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200349 s]
/proc/loadavg: 2.03 1.90 1.82 3/262 905
/proc/meminfo: memFree=30003196/32770624 swapFree=6300/336772
[pid=905] ppid=902 vsize=10435860 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/905/stat : 905 (java) S 902 905 28437 0 -1 1077944320 4891 12291 0 0 7 1 7 3 20 0 13 0 12681854 10686320640 5246 33554432000 4194304 4196468 140727334243024 140727334225568 139778349047543 0 0 0 16800971 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
/proc/905/statm: 2608965 5246 2171 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300308 s]
/proc/loadavg: 2.03 1.90 1.82 3/262 905
/proc/meminfo: memFree=30003196/32770624 swapFree=6300/336772
[pid=905] ppid=902 vsize=10902292 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/905/stat : 905 (java) S 902 905 28437 0 -1 1077944320 8160 12291 0 0 23 2 7 3 20 0 20 0 12681854 11163947008 9229 33554432000 4194304 4196468 140727334243024 140727334225568 139778349047543 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
/proc/905/statm: 2725573 9229 2971 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902292

[startup+0.700181 s]
/proc/loadavg: 2.03 1.90 1.82 3/262 905
/proc/meminfo: memFree=30003196/32770624 swapFree=6300/336772
[pid=905] ppid=902 vsize=10902720 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/905/stat : 905 (java) S 902 905 28437 0 -1 1077944320 12749 12291 0 0 81 4 7 3 20 0 20 0 12681854 11164385280 16083 33554432000 4194304 4196468 140727334243024 140727334225568 139778349047543 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
/proc/905/statm: 2725680 16083 3219 1 0 2713890 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 10902720

[startup+1.50069 s]
/proc/loadavg: 2.03 1.90 1.82 3/282 983
/proc/meminfo: memFree=29893004/32770624 swapFree=6300/336952
[pid=905] ppid=902 vsize=10915392 CPUtime=2.31 cores=1,3,5,7,9,11,13,15
/proc/905/stat : 905 (java) S 902 905 28437 0 -1 1077944320 27780 12291 0 0 207 14 7 3 20 0 20 0 12681854 11177361408 44712 33554432000 4194304 4196468 140727334243024 140727334225568 139778349047543 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
/proc/905/statm: 2728848 44712 3403 1 0 2716962 0
[pid=905/tid=960] ppid=902 vsize=10915392 CPUtime=1.41 cores=1,3,5,7,9,11,13,15
/proc/905/task/960/stat : 960 (java) R 902 905 28437 0 -1 4202560 19812 12291 0 0 125 6 7 3 20 0 20 0 12681866 11177361408 44712 33554432000 4194304 4196468 140727334243024 139778353278168 139778333128060 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=961] ppid=902 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/905/task/961/stat : 961 (java) S 902 905 28437 0 -1 1077944384 117 12291 0 0 1 0 7 3 20 0 20 0 12681867 11177361408 44712 33554432000 4194304 4196468 140727334243024 139777956043792 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=962] ppid=902 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/905/task/962/stat : 962 (java) S 902 905 28437 0 -1 1077944384 14 12291 0 0 1 0 7 3 20 0 20 0 12681867 11177361408 44712 33554432000 4194304 4196468 140727334243024 139777954991248 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=963] ppid=902 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/963/stat : 963 (java) S 902 905 28437 0 -1 1077944384 27 12291 0 0 0 0 7 3 20 0 20 0 12681867 11177361408 44712 33554432000 4194304 4196468 140727334243024 139777953938192 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=964] ppid=902 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/905/task/964/stat : 964 (java) S 902 905 28437 0 -1 1077944384 33 12291 0 0 1 0 7 3 20 0 20 0 12681867 11177361408 44712 33554432000 4194304 4196468 140727334243024 139777952885648 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=966] ppid=902 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/966/stat : 966 (java) S 902 905 28437 0 -1 1077944384 31 12291 0 0 0 0 7 3 20 0 20 0 12681867 11177361408 44712 33554432000 4194304 4196468 140727334243024 139777951832592 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=967] ppid=902 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/905/task/967/stat : 967 (java) S 902 905 28437 0 -1 1077944384 44 12291 0 0 1 0 7 3 20 0 20 0 12681867 11177361408 44712 33554432000 4194304 4196468 140727334243024 139777950780048 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=968] ppid=902 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/905/task/968/stat : 968 (java) S 902 905 28437 0 -1 1077944384 36 12291 0 0 1 0 7 3 20 0 20 0 12681867 11177361408 44712 33554432000 4194304 4196468 140727334243024 139777949726992 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=969] ppid=902 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/969/stat : 969 (java) S 902 905 28437 0 -1 1077944384 18 12291 0 0 0 0 7 3 20 0 20 0 12681867 11177361408 44712 33554432000 4194304 4196468 140727334243024 139777948674448 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=971] ppid=902 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/905/task/971/stat : 971 (java) S 902 905 28437 0 -1 1077944384 1209 12291 0 0 1 0 7 3 20 0 20 0 12681870 11177361408 44712 33554432000 4194304 4196468 140727334243024 139777688955632 139778349058690 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=972] ppid=902 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/972/stat : 972 (java) S 902 905 28437 0 -1 1077944384 55 12291 0 0 0 0 7 3 20 0 20 0 12681870 11177361408 44712 33554432000 4194304 4196468 140727334243024 139777687901856 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=974] ppid=902 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/974/stat : 974 (java) S 902 905 28437 0 -1 1077944384 44 12291 0 0 0 0 7 3 20 0 20 0 12681871 11177361408 44712 33554432000 4194304 4196468 140727334243024 139777686848768 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=975] ppid=902 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/975/stat : 975 (java) S 902 905 28437 0 -1 1077944384 1 12291 0 0 0 0 7 3 20 0 20 0 12681875 11177361408 44712 33554432000 4194304 4196468 140727334243024 139777685797328 139778349066139 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=976] ppid=902 vsize=10915392 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/905/task/976/stat : 976 (java) S 902 905 28437 0 -1 1077944384 1720 12291 0 0 17 0 7 3 20 0 20 0 12681875 11177361408 44712 33554432000 4194304 4196468 140727334243024 139777684744432 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=979] ppid=902 vsize=10915392 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/905/task/979/stat : 979 (java) S 902 905 28437 0 -1 1077944384 606 12291 0 0 12 0 7 3 20 0 20 0 12681875 11177361408 44712 33554432000 4194304 4196468 140727334243024 139777683691888 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=980] ppid=902 vsize=10915392 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/905/task/980/stat : 980 (java) S 902 905 28437 0 -1 1077944384 496 12291 0 0 12 0 7 3 20 0 20 0 12681875 11177361408 44712 33554432000 4194304 4196468 140727334243024 139777682638832 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=981] ppid=902 vsize=10915392 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/905/task/981/stat : 981 (java) R 902 905 28437 0 -1 4202560 1378 12291 0 0 27 0 7 3 20 0 20 0 12681875 11177361408 44712 33554432000 4194304 4196468 140727334243024 139777681586584 139778327163431 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=982] ppid=902 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/982/stat : 982 (java) S 902 905 28437 0 -1 1077944384 3 12291 0 0 0 0 7 3 20 0 20 0 12681875 11177361408 44712 33554432000 4194304 4196468 140727334243024 139777680534496 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=983] ppid=902 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/983/stat : 983 (java) S 902 905 28437 0 -1 1077944384 3 12291 0 0 0 0 7 3 20 0 20 0 12681876 11177361408 44712 33554432000 4194304 4196468 140727334243024 139777679482032 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 10915392

[startup+3.10064 s]
/proc/loadavg: 2.03 1.90 1.82 6/282 983
/proc/meminfo: memFree=29792488/32770624 swapFree=6300/336952
[pid=905] ppid=902 vsize=10921724 CPUtime=7.22 cores=1,3,5,7,9,11,13,15
/proc/905/stat : 905 (java) S 902 905 28437 0 -1 1077944320 42860 12291 0 0 636 76 7 3 20 0 20 0 12681854 11183845376 169290 33554432000 4194304 4196468 140727334243024 140727334225568 139778349047543 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
/proc/905/statm: 2730431 169290 3491 1 0 2717986 0
[pid=905/tid=960] ppid=902 vsize=10921724 CPUtime=2.78 cores=1,3,5,7,9,11,13,15
/proc/905/task/960/stat : 960 (java) R 902 905 28437 0 -1 4202560 24540 12291 0 0 254 14 7 3 20 0 20 0 12681866 11183845376 169290 33554432000 4194304 4196468 140727334243024 139778353281392 139777990218083 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=961] ppid=902 vsize=10921724 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/905/task/961/stat : 961 (java) S 902 905 28437 0 -1 1077944384 319 12291 0 0 13 7 7 3 20 0 20 0 12681867 11183845376 169290 33554432000 4194304 4196468 140727334243024 139777956043792 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=962] ppid=902 vsize=10921724 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/905/task/962/stat : 962 (java) S 902 905 28437 0 -1 1077944384 136 12291 0 0 13 8 7 3 20 0 20 0 12681867 11183845376 169290 33554432000 4194304 4196468 140727334243024 139777954991248 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=963] ppid=902 vsize=10921724 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/905/task/963/stat : 963 (java) S 902 905 28437 0 -1 1077944384 128 12291 0 0 13 7 7 3 20 0 20 0 12681867 11183845376 169290 33554432000 4194304 4196468 140727334243024 139777953938192 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=964] ppid=902 vsize=10921724 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/905/task/964/stat : 964 (java) S 902 905 28437 0 -1 1077944384 211 12291 0 0 13 5 7 3 20 0 20 0 12681867 11183845376 169290 33554432000 4194304 4196468 140727334243024 139777952885648 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=966] ppid=902 vsize=10921724 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/905/task/966/stat : 966 (java) S 902 905 28437 0 -1 1077944384 138 12291 0 0 13 7 7 3 20 0 20 0 12681867 11183845376 169290 33554432000 4194304 4196468 140727334243024 139777951832592 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=967] ppid=902 vsize=10921724 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/905/task/967/stat : 967 (java) S 902 905 28437 0 -1 1077944384 197 12291 0 0 12 8 7 3 20 0 20 0 12681867 11183845376 169290 33554432000 4194304 4196468 140727334243024 139777950780048 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=968] ppid=902 vsize=10921724 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/905/task/968/stat : 968 (java) S 902 905 28437 0 -1 1077944384 376 12291 0 0 13 6 7 3 20 0 20 0 12681867 11183845376 169290 33554432000 4194304 4196468 140727334243024 139777949726992 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=969] ppid=902 vsize=10921724 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/905/task/969/stat : 969 (java) S 902 905 28437 0 -1 1077944384 323 12291 0 0 14 7 7 3 20 0 20 0 12681867 11183845376 169290 33554432000 4194304 4196468 140727334243024 139777948674448 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=971] ppid=902 vsize=10921724 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/905/task/971/stat : 971 (java) S 902 905 28437 0 -1 1077944384 3080 12291 0 0 4 0 7 3 20 0 20 0 12681870 11183845376 169290 33554432000 4194304 4196468 140727334243024 139777688955632 139778349058690 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=972] ppid=902 vsize=10921724 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/972/stat : 972 (java) S 902 905 28437 0 -1 1077944384 57 12291 0 0 0 0 7 3 20 0 20 0 12681870 11183845376 169290 33554432000 4194304 4196468 140727334243024 139777687901920 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=974] ppid=902 vsize=10921724 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/974/stat : 974 (java) S 902 905 28437 0 -1 1077944384 48 12291 0 0 0 0 7 3 20 0 20 0 12681871 11183845376 169290 33554432000 4194304 4196468 140727334243024 139777686848768 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=975] ppid=902 vsize=10921724 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/975/stat : 975 (java) S 902 905 28437 0 -1 1077944384 1 12291 0 0 0 0 7 3 20 0 20 0 12681875 11183845376 169290 33554432000 4194304 4196468 140727334243024 139777685797328 139778349066139 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=976] ppid=902 vsize=10921724 CPUtime=0.59 cores=1,3,5,7,9,11,13,15
/proc/905/task/976/stat : 976 (java) S 902 905 28437 0 -1 1077944384 2968 12291 0 0 49 0 7 3 20 0 20 0 12681875 11183845376 169290 33554432000 4194304 4196468 140727334243024 139777684744432 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=979] ppid=902 vsize=10921724 CPUtime=0.98 cores=1,3,5,7,9,11,13,15
/proc/905/task/979/stat : 979 (java) S 902 905 28437 0 -1 1077944384 4214 12291 0 0 88 0 7 3 20 0 20 0 12681875 11183845376 169290 33554432000 4194304 4196468 140727334243024 139777683691888 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=980] ppid=902 vsize=10921724 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/905/task/980/stat : 980 (java) S 902 905 28437 0 -1 1077944384 1225 12291 0 0 53 0 7 3 20 0 20 0 12681875 11183845376 169290 33554432000 4194304 4196468 140727334243024 139777682638832 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=981] ppid=902 vsize=10921724 CPUtime=0.87 cores=1,3,5,7,9,11,13,15
/proc/905/task/981/stat : 981 (java) S 902 905 28437 0 -1 1077944384 2755 12291 0 0 77 0 7 3 20 0 20 0 12681875 11183845376 169290 33554432000 4194304 4196468 140727334243024 139777681586288 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=982] ppid=902 vsize=10921724 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/982/stat : 982 (java) S 902 905 28437 0 -1 1077944384 3 12291 0 0 0 0 7 3 20 0 20 0 12681875 11183845376 169290 33554432000 4194304 4196468 140727334243024 139777680534496 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=983] ppid=902 vsize=10921724 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/983/stat : 983 (java) S 902 905 28437 0 -1 1077944384 8 12291 0 0 0 0 7 3 20 0 20 0 12681876 11183845376 169290 33554432000 4194304 4196468 140727334243024 139777679482032 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 10921724

[startup+6.30111 s]
/proc/loadavg: 2.03 1.90 1.82 3/282 983
/proc/meminfo: memFree=28934876/32770624 swapFree=6300/336952
[pid=905] ppid=902 vsize=10923772 CPUtime=11.96 cores=1,3,5,7,9,11,13,15
/proc/905/stat : 905 (java) S 902 905 28437 0 -1 1077944320 45960 12291 0 0 1028 158 7 3 20 0 20 0 12681854 11185942528 269859 33554432000 4194304 4196468 140727334243024 140727334225568 139778349047543 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
/proc/905/statm: 2730943 269859 3491 1 0 2718498 0
[pid=905/tid=960] ppid=902 vsize=10923772 CPUtime=5.75 cores=1,3,5,7,9,11,13,15
/proc/905/task/960/stat : 960 (java) R 902 905 28437 0 -1 4202560 24998 12291 0 0 548 17 7 3 20 0 20 0 12681866 11185942528 269859 33554432000 4194304 4196468 140727334243024 139778353282520 139778334128384 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=961] ppid=902 vsize=10923772 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/905/task/961/stat : 961 (java) S 902 905 28437 0 -1 1077944384 537 12291 0 0 26 16 7 3 20 0 20 0 12681867 11185942528 269859 33554432000 4194304 4196468 140727334243024 139777956043792 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=962] ppid=902 vsize=10923772 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/905/task/962/stat : 962 (java) S 902 905 28437 0 -1 1077944384 350 12291 0 0 23 18 7 3 20 0 20 0 12681867 11185942528 269859 33554432000 4194304 4196468 140727334243024 139777954991248 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=963] ppid=902 vsize=10923772 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/905/task/963/stat : 963 (java) S 902 905 28437 0 -1 1077944384 346 12291 0 0 24 17 7 3 20 0 20 0 12681867 11185942528 269859 33554432000 4194304 4196468 140727334243024 139777953938192 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=964] ppid=902 vsize=10923772 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/905/task/964/stat : 964 (java) S 902 905 28437 0 -1 1077944384 434 12291 0 0 24 14 7 3 20 0 20 0 12681867 11185942528 269859 33554432000 4194304 4196468 140727334243024 139777952885648 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=966] ppid=902 vsize=10923772 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/905/task/966/stat : 966 (java) S 902 905 28437 0 -1 1077944384 344 12291 0 0 23 17 7 3 20 0 20 0 12681867 11185942528 269859 33554432000 4194304 4196468 140727334243024 139777951832592 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=967] ppid=902 vsize=10923772 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/905/task/967/stat : 967 (java) S 902 905 28437 0 -1 1077944384 404 12291 0 0 23 18 7 3 20 0 20 0 12681867 11185942528 269859 33554432000 4194304 4196468 140727334243024 139777950780048 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=968] ppid=902 vsize=10923772 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/905/task/968/stat : 968 (java) S 902 905 28437 0 -1 1077944384 582 12291 0 0 23 15 7 3 20 0 20 0 12681867 11185942528 269859 33554432000 4194304 4196468 140727334243024 139777949726992 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=969] ppid=902 vsize=10923772 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/905/task/969/stat : 969 (java) S 902 905 28437 0 -1 1077944384 569 12291 0 0 24 17 7 3 20 0 20 0 12681867 11185942528 269859 33554432000 4194304 4196468 140727334243024 139777948674448 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=971] ppid=902 vsize=10923772 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/905/task/971/stat : 971 (java) S 902 905 28437 0 -1 1077944384 3346 12291 0 0 4 0 7 3 20 0 20 0 12681870 11185942528 269859 33554432000 4194304 4196468 140727334243024 139777688955632 139778349058690 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=972] ppid=902 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/972/stat : 972 (java) S 902 905 28437 0 -1 1077944384 57 12291 0 0 0 0 7 3 20 0 20 0 12681870 11185942528 269859 33554432000 4194304 4196468 140727334243024 139777687901920 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=974] ppid=902 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/974/stat : 974 (java) S 902 905 28437 0 -1 1077944384 48 12291 0 0 0 0 7 3 20 0 20 0 12681871 11185942528 269859 33554432000 4194304 4196468 140727334243024 139777686848768 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=975] ppid=902 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/975/stat : 975 (java) S 902 905 28437 0 -1 1077944384 1 12291 0 0 0 0 7 3 20 0 20 0 12681875 11185942528 269859 33554432000 4194304 4196468 140727334243024 139777685797328 139778349066139 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=976] ppid=902 vsize=10923772 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/905/task/976/stat : 976 (java) S 902 905 28437 0 -1 1077944384 3012 12291 0 0 53 0 7 3 20 0 20 0 12681875 11185942528 269859 33554432000 4194304 4196468 140727334243024 139777684744432 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=979] ppid=902 vsize=10923772 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/905/task/979/stat : 979 (java) S 902 905 28437 0 -1 1077944384 4264 12291 0 0 90 0 7 3 20 0 20 0 12681875 11185942528 269859 33554432000 4194304 4196468 140727334243024 139777683691888 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=980] ppid=902 vsize=10923772 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/905/task/980/stat : 980 (java) S 902 905 28437 0 -1 1077944384 1264 12291 0 0 56 0 7 3 20 0 20 0 12681875 11185942528 269859 33554432000 4194304 4196468 140727334243024 139777682638832 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=981] ppid=902 vsize=10923772 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/905/task/981/stat : 981 (java) S 902 905 28437 0 -1 1077944384 2907 12291 0 0 79 0 7 3 20 0 20 0 12681875 11185942528 269859 33554432000 4194304 4196468 140727334243024 139777681586288 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=982] ppid=902 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15

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

[pid=905/tid=979] ppid=902 vsize=10931964 CPUtime=6.04 cores=1,3,5,7,9,11,13,15
/proc/905/task/979/stat : 979 (java) S 902 905 28437 0 -1 1077944384 17117 12291 0 0 592 2 7 3 20 0 20 0 12681875 11194331136 593160 33554432000 4194304 4196468 140727334243024 139777683691888 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=980] ppid=902 vsize=10931964 CPUtime=4.59 cores=1,3,5,7,9,11,13,15
/proc/905/task/980/stat : 980 (java) S 902 905 28437 0 -1 1077944384 11977 12291 0 0 446 3 7 3 20 0 20 0 12681875 11194331136 593160 33554432000 4194304 4196468 140727334243024 139777682638832 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=981] ppid=902 vsize=10931964 CPUtime=2.18 cores=1,3,5,7,9,11,13,15
/proc/905/task/981/stat : 981 (java) S 902 905 28437 0 -1 1077944384 23403 12291 0 0 204 4 7 3 20 0 20 0 12681875 11194331136 593160 33554432000 4194304 4196468 140727334243024 139777681586288 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=982] ppid=902 vsize=10931964 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/982/stat : 982 (java) S 902 905 28437 0 -1 1077944384 3 12291 0 0 0 0 7 3 20 0 20 0 12681875 11194331136 593160 33554432000 4194304 4196468 140727334243024 139777680534496 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=983] ppid=902 vsize=10931964 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/905/task/983/stat : 983 (java) S 902 905 28437 0 -1 1077944384 1772 12291 0 0 52 61 7 3 20 0 20 0 12681876 11194331136 593160 33554432000 4194304 4196468 140727334243024 139777679482032 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
Current children cumulated CPU time (s) 2226.33
Current children cumulated vsize (KiB) 10931964

[startup+2142.3 s]
/proc/loadavg: 1.83 1.71 1.62 3/281 1643
/proc/meminfo: memFree=28330324/32770624 swapFree=6300/337936
[pid=905] ppid=902 vsize=10931964 CPUtime=2289.12 cores=1,3,5,7,9,11,13,15
/proc/905/stat : 905 (java) S 902 905 28437 0 -1 1077944320 541458 12291 0 0 227153 1749 7 3 20 0 20 0 12681854 11194331136 597002 33554432000 4194304 4196468 140727334243024 140727334225568 139778349047543 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
/proc/905/statm: 2732991 597002 3520 1 0 2720546 0
[pid=905/tid=960] ppid=902 vsize=10931964 CPUtime=2117.88 cores=1,3,5,7,9,11,13,15
/proc/905/task/960/stat : 960 (java) R 902 905 28437 0 -1 4202560 257495 12291 0 0 211697 81 7 3 20 0 20 0 12681866 11194331136 597002 33554432000 4194304 4196468 140727334243024 139778353281936 139777992482580 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=961] ppid=902 vsize=10931964 CPUtime=18.85 cores=1,3,5,7,9,11,13,15
/proc/905/task/961/stat : 961 (java) S 902 905 28437 0 -1 1077944384 18986 12291 0 0 1674 201 7 3 20 0 20 0 12681867 11194331136 597002 33554432000 4194304 4196468 140727334243024 139777956043792 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=962] ppid=902 vsize=10931964 CPUtime=18.86 cores=1,3,5,7,9,11,13,15
/proc/905/task/962/stat : 962 (java) S 902 905 28437 0 -1 1077944384 17803 12291 0 0 1680 196 7 3 20 0 20 0 12681867 11194331136 597002 33554432000 4194304 4196468 140727334243024 139777954991248 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=963] ppid=902 vsize=10931964 CPUtime=18.86 cores=1,3,5,7,9,11,13,15
/proc/905/task/963/stat : 963 (java) S 902 905 28437 0 -1 1077944384 26967 12291 0 0 1678 198 7 3 20 0 20 0 12681867 11194331136 597002 33554432000 4194304 4196468 140727334243024 139777953938192 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=964] ppid=902 vsize=10931964 CPUtime=18.93 cores=1,3,5,7,9,11,13,15
/proc/905/task/964/stat : 964 (java) S 902 905 28437 0 -1 1077944384 26150 12291 0 0 1692 191 7 3 20 0 20 0 12681867 11194331136 597002 33554432000 4194304 4196468 140727334243024 139777952885648 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=966] ppid=902 vsize=10931964 CPUtime=18.94 cores=1,3,5,7,9,11,13,15
/proc/905/task/966/stat : 966 (java) S 902 905 28437 0 -1 1077944384 27213 12291 0 0 1684 200 7 3 20 0 20 0 12681867 11194331136 597002 33554432000 4194304 4196468 140727334243024 139777951832592 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=967] ppid=902 vsize=10931964 CPUtime=18.9 cores=1,3,5,7,9,11,13,15
/proc/905/task/967/stat : 967 (java) S 902 905 28437 0 -1 1077944384 23747 12291 0 0 1685 195 7 3 20 0 20 0 12681867 11194331136 597002 33554432000 4194304 4196468 140727334243024 139777950780048 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=968] ppid=902 vsize=10931964 CPUtime=18.81 cores=1,3,5,7,9,11,13,15
/proc/905/task/968/stat : 968 (java) S 902 905 28437 0 -1 1077944384 21162 12291 0 0 1675 196 7 3 20 0 20 0 12681867 11194331136 597002 33554432000 4194304 4196468 140727334243024 139777949726992 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=969] ppid=902 vsize=10931964 CPUtime=19.05 cores=1,3,5,7,9,11,13,15
/proc/905/task/969/stat : 969 (java) S 902 905 28437 0 -1 1077944384 28676 12291 0 0 1688 207 7 3 20 0 20 0 12681867 11194331136 597002 33554432000 4194304 4196468 140727334243024 139777948674448 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=971] ppid=902 vsize=10931964 CPUtime=2.59 cores=1,3,5,7,9,11,13,15
/proc/905/task/971/stat : 971 (java) S 902 905 28437 0 -1 1077944384 23954 12291 0 0 215 34 7 3 20 0 20 0 12681870 11194331136 597002 33554432000 4194304 4196468 140727334243024 139777688955632 139778349058690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=972] ppid=902 vsize=10931964 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/972/stat : 972 (java) S 902 905 28437 0 -1 1077944384 71 12291 0 0 0 0 7 3 20 0 20 0 12681870 11194331136 597002 33554432000 4194304 4196468 140727334243024 139777687901984 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=974] ppid=902 vsize=10931964 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/974/stat : 974 (java) S 902 905 28437 0 -1 1077944384 60 12291 0 0 0 0 7 3 20 0 20 0 12681871 11194331136 597002 33554432000 4194304 4196468 140727334243024 139777686848768 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=975] ppid=902 vsize=10931964 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/975/stat : 975 (java) S 902 905 28437 0 -1 1077944384 1 12291 0 0 0 0 7 3 20 0 20 0 12681875 11194331136 597002 33554432000 4194304 4196468 140727334243024 139777685797328 139778349066139 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=976] ppid=902 vsize=10931964 CPUtime=4.6 cores=1,3,5,7,9,11,13,15
/proc/905/task/976/stat : 976 (java) S 902 905 28437 0 -1 1077944384 12738 12291 0 0 448 2 7 3 20 0 20 0 12681875 11194331136 597002 33554432000 4194304 4196468 140727334243024 139777684744432 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=979] ppid=902 vsize=10931964 CPUtime=6.04 cores=1,3,5,7,9,11,13,15
/proc/905/task/979/stat : 979 (java) S 902 905 28437 0 -1 1077944384 17119 12291 0 0 592 2 7 3 20 0 20 0 12681875 11194331136 597002 33554432000 4194304 4196468 140727334243024 139777683691888 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=980] ppid=902 vsize=10931964 CPUtime=4.59 cores=1,3,5,7,9,11,13,15
/proc/905/task/980/stat : 980 (java) S 902 905 28437 0 -1 1077944384 11979 12291 0 0 446 3 7 3 20 0 20 0 12681875 11194331136 597002 33554432000 4194304 4196468 140727334243024 139777682638832 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=981] ppid=902 vsize=10931964 CPUtime=2.18 cores=1,3,5,7,9,11,13,15
/proc/905/task/981/stat : 981 (java) S 902 905 28437 0 -1 1077944384 23405 12291 0 0 204 4 7 3 20 0 20 0 12681875 11194331136 597002 33554432000 4194304 4196468 140727334243024 139777681586288 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=982] ppid=902 vsize=10931964 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/982/stat : 982 (java) S 902 905 28437 0 -1 1077944384 3 12291 0 0 0 0 7 3 20 0 20 0 12681875 11194331136 597002 33554432000 4194304 4196468 140727334243024 139777680534496 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=983] ppid=902 vsize=10931964 CPUtime=1.27 cores=1,3,5,7,9,11,13,15
/proc/905/task/983/stat : 983 (java) S 902 905 28437 0 -1 1077944384 1796 12291 0 0 54 63 7 3 20 0 20 0 12681876 11194331136 597002 33554432000 4194304 4196468 140727334243024 139777679482032 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
Current children cumulated CPU time (s) 2289.12
Current children cumulated vsize (KiB) 10931964

[startup+2202.31 s]
/proc/loadavg: 1.88 1.75 1.64 3/281 1644
/proc/meminfo: memFree=28264608/32770624 swapFree=6300/337960
[pid=905] ppid=902 vsize=10931964 CPUtime=2351.92 cores=1,3,5,7,9,11,13,15
/proc/905/stat : 905 (java) S 902 905 28437 0 -1 1077944320 552828 12291 0 0 233395 1787 7 3 20 0 20 0 12681854 11194331136 615593 33554432000 4194304 4196468 140727334243024 140727334225568 139778349047543 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
/proc/905/statm: 2732991 615593 3520 1 0 2720546 0
[pid=905/tid=960] ppid=902 vsize=10931964 CPUtime=2177.29 cores=1,3,5,7,9,11,13,15
/proc/905/task/960/stat : 960 (java) R 902 905 28437 0 -1 4202560 262382 12291 0 0 217637 82 7 3 20 0 20 0 12681866 11194331136 615593 33554432000 4194304 4196468 140727334243024 139778353279616 139777998789068 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=961] ppid=902 vsize=10931964 CPUtime=19.25 cores=1,3,5,7,9,11,13,15
/proc/905/task/961/stat : 961 (java) S 902 905 28437 0 -1 1077944384 20302 12291 0 0 1709 206 7 3 20 0 20 0 12681867 11194331136 615593 33554432000 4194304 4196468 140727334243024 139777956043792 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=962] ppid=902 vsize=10931964 CPUtime=19.26 cores=1,3,5,7,9,11,13,15
/proc/905/task/962/stat : 962 (java) S 902 905 28437 0 -1 1077944384 18179 12291 0 0 1716 200 7 3 20 0 20 0 12681867 11194331136 615593 33554432000 4194304 4196468 140727334243024 139777954991248 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=963] ppid=902 vsize=10931964 CPUtime=19.29 cores=1,3,5,7,9,11,13,15
/proc/905/task/963/stat : 963 (java) S 902 905 28437 0 -1 1077944384 27370 12291 0 0 1717 202 7 3 20 0 20 0 12681867 11194331136 615593 33554432000 4194304 4196468 140727334243024 139777953938192 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=964] ppid=902 vsize=10931964 CPUtime=19.37 cores=1,3,5,7,9,11,13,15
/proc/905/task/964/stat : 964 (java) S 902 905 28437 0 -1 1077944384 27310 12291 0 0 1732 195 7 3 20 0 20 0 12681867 11194331136 615593 33554432000 4194304 4196468 140727334243024 139777952885648 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=966] ppid=902 vsize=10931964 CPUtime=19.37 cores=1,3,5,7,9,11,13,15
/proc/905/task/966/stat : 966 (java) S 902 905 28437 0 -1 1077944384 27793 12291 0 0 1722 205 7 3 20 0 20 0 12681867 11194331136 615593 33554432000 4194304 4196468 140727334243024 139777951832592 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=967] ppid=902 vsize=10931964 CPUtime=19.31 cores=1,3,5,7,9,11,13,15
/proc/905/task/967/stat : 967 (java) S 902 905 28437 0 -1 1077944384 24044 12291 0 0 1722 199 7 3 20 0 20 0 12681867 11194331136 615593 33554432000 4194304 4196468 140727334243024 139777950780048 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=968] ppid=902 vsize=10931964 CPUtime=19.21 cores=1,3,5,7,9,11,13,15
/proc/905/task/968/stat : 968 (java) S 902 905 28437 0 -1 1077944384 22774 12291 0 0 1711 200 7 3 20 0 20 0 12681867 11194331136 615593 33554432000 4194304 4196468 140727334243024 139777949726992 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=969] ppid=902 vsize=10931964 CPUtime=19.43 cores=1,3,5,7,9,11,13,15
/proc/905/task/969/stat : 969 (java) S 902 905 28437 0 -1 1077944384 28992 12291 0 0 1722 211 7 3 20 0 20 0 12681867 11194331136 615593 33554432000 4194304 4196468 140727334243024 139777948674448 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=971] ppid=902 vsize=10931964 CPUtime=2.66 cores=1,3,5,7,9,11,13,15
/proc/905/task/971/stat : 971 (java) S 902 905 28437 0 -1 1077944384 24346 12291 0 0 221 35 7 3 20 0 20 0 12681870 11194331136 615593 33554432000 4194304 4196468 140727334243024 139777688955632 139778349058690 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=972] ppid=902 vsize=10931964 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/972/stat : 972 (java) S 902 905 28437 0 -1 1077944384 71 12291 0 0 0 0 7 3 20 0 20 0 12681870 11194331136 615593 33554432000 4194304 4196468 140727334243024 139777687901984 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=974] ppid=902 vsize=10931964 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/974/stat : 974 (java) S 902 905 28437 0 -1 1077944384 60 12291 0 0 0 0 7 3 20 0 20 0 12681871 11194331136 615593 33554432000 4194304 4196468 140727334243024 139777686848768 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=975] ppid=902 vsize=10931964 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/975/stat : 975 (java) S 902 905 28437 0 -1 1077944384 1 12291 0 0 0 0 7 3 20 0 20 0 12681875 11194331136 615593 33554432000 4194304 4196468 140727334243024 139777685797328 139778349066139 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=976] ppid=902 vsize=10931964 CPUtime=4.6 cores=1,3,5,7,9,11,13,15
/proc/905/task/976/stat : 976 (java) S 902 905 28437 0 -1 1077944384 12741 12291 0 0 448 2 7 3 20 0 20 0 12681875 11194331136 615593 33554432000 4194304 4196468 140727334243024 139777684744432 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=979] ppid=902 vsize=10931964 CPUtime=6.04 cores=1,3,5,7,9,11,13,15
/proc/905/task/979/stat : 979 (java) S 902 905 28437 0 -1 1077944384 17121 12291 0 0 592 2 7 3 20 0 20 0 12681875 11194331136 615593 33554432000 4194304 4196468 140727334243024 139777683691888 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=980] ppid=902 vsize=10931964 CPUtime=4.59 cores=1,3,5,7,9,11,13,15
/proc/905/task/980/stat : 980 (java) S 902 905 28437 0 -1 1077944384 11981 12291 0 0 446 3 7 3 20 0 20 0 12681875 11194331136 615593 33554432000 4194304 4196468 140727334243024 139777682638832 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=981] ppid=902 vsize=10931964 CPUtime=2.18 cores=1,3,5,7,9,11,13,15
/proc/905/task/981/stat : 981 (java) S 902 905 28437 0 -1 1077944384 23407 12291 0 0 204 4 7 3 20 0 20 0 12681875 11194331136 615593 33554432000 4194304 4196468 140727334243024 139777681586288 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=982] ppid=902 vsize=10931964 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/982/stat : 982 (java) S 902 905 28437 0 -1 1077944384 3 12291 0 0 0 0 7 3 20 0 20 0 12681875 11194331136 615593 33554432000 4194304 4196468 140727334243024 139777680534496 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=983] ppid=902 vsize=10931964 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/905/task/983/stat : 983 (java) S 902 905 28437 0 -1 1077944384 1818 12291 0 0 55 65 7 3 20 0 20 0 12681876 11194331136 615593 33554432000 4194304 4196468 140727334243024 139777679482032 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
Current children cumulated CPU time (s) 2351.92
Current children cumulated vsize (KiB) 10931964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2248.2 s]
/proc/loadavg: 1.60 1.69 1.63 3/282 1653
/proc/meminfo: memFree=28317376/32770624 swapFree=6300/337988
[pid=905] ppid=902 vsize=10931964 CPUtime=2400.01 cores=1,3,5,7,9,11,13,15
/proc/905/stat : 905 (java) S 902 905 28437 0 -1 1077944320 559542 12291 0 0 238192 1799 7 3 20 0 20 0 12681854 11194331136 600711 33554432000 4194304 4196468 140727334243024 140727334225568 139778349047543 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
/proc/905/statm: 2732991 600711 3520 1 0 2720546 0
[pid=905/tid=960] ppid=902 vsize=10931964 CPUtime=2222.72 cores=1,3,5,7,9,11,13,15
/proc/905/task/960/stat : 960 (java) R 902 905 28437 0 -1 4202560 263669 12291 0 0 222179 83 7 3 20 0 20 0 12681866 11194331136 600711 33554432000 4194304 4196468 140727334243024 139778353282016 139777991642548 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=961] ppid=902 vsize=10931964 CPUtime=19.57 cores=1,3,5,7,9,11,13,15
/proc/905/task/961/stat : 961 (java) S 902 905 28437 0 -1 1077944384 20619 12291 0 0 1741 206 7 3 20 0 20 0 12681867 11194331136 600711 33554432000 4194304 4196468 140727334243024 139777956043792 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=962] ppid=902 vsize=10931964 CPUtime=19.6 cores=1,3,5,7,9,11,13,15
/proc/905/task/962/stat : 962 (java) S 902 905 28437 0 -1 1077944384 18597 12291 0 0 1748 202 7 3 20 0 20 0 12681867 11194331136 600711 33554432000 4194304 4196468 140727334243024 139777954991248 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=963] ppid=902 vsize=10931964 CPUtime=19.59 cores=1,3,5,7,9,11,13,15
/proc/905/task/963/stat : 963 (java) S 902 905 28437 0 -1 1077944384 27963 12291 0 0 1745 204 7 3 20 0 20 0 12681867 11194331136 600711 33554432000 4194304 4196468 140727334243024 139777953938192 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=964] ppid=902 vsize=10931964 CPUtime=19.69 cores=1,3,5,7,9,11,13,15
/proc/905/task/964/stat : 964 (java) S 902 905 28437 0 -1 1077944384 28403 12291 0 0 1763 196 7 3 20 0 20 0 12681867 11194331136 600711 33554432000 4194304 4196468 140727334243024 139777952885648 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=966] ppid=902 vsize=10931964 CPUtime=19.69 cores=1,3,5,7,9,11,13,15
/proc/905/task/966/stat : 966 (java) S 902 905 28437 0 -1 1077944384 28321 12291 0 0 1753 206 7 3 20 0 20 0 12681867 11194331136 600711 33554432000 4194304 4196468 140727334243024 139777951832592 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=967] ppid=902 vsize=10931964 CPUtime=19.64 cores=1,3,5,7,9,11,13,15
/proc/905/task/967/stat : 967 (java) S 902 905 28437 0 -1 1077944384 25110 12291 0 0 1754 200 7 3 20 0 20 0 12681867 11194331136 600711 33554432000 4194304 4196468 140727334243024 139777950780048 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=968] ppid=902 vsize=10931964 CPUtime=19.54 cores=1,3,5,7,9,11,13,15
/proc/905/task/968/stat : 968 (java) S 902 905 28437 0 -1 1077944384 23336 12291 0 0 1742 202 7 3 20 0 20 0 12681867 11194331136 600711 33554432000 4194304 4196468 140727334243024 139777949726992 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=969] ppid=902 vsize=10931964 CPUtime=19.75 cores=1,3,5,7,9,11,13,15
/proc/905/task/969/stat : 969 (java) S 902 905 28437 0 -1 1077944384 29469 12291 0 0 1753 212 7 3 20 0 20 0 12681867 11194331136 600711 33554432000 4194304 4196468 140727334243024 139777948674448 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=971] ppid=902 vsize=10931964 CPUtime=2.73 cores=1,3,5,7,9,11,13,15
/proc/905/task/971/stat : 971 (java) S 902 905 28437 0 -1 1077944384 24686 12291 0 0 226 37 7 3 20 0 20 0 12681870 11194331136 600711 33554432000 4194304 4196468 140727334243024 139777688955632 139778349058690 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=972] ppid=902 vsize=10931964 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/972/stat : 972 (java) S 902 905 28437 0 -1 1077944384 71 12291 0 0 0 0 7 3 20 0 20 0 12681870 11194331136 600711 33554432000 4194304 4196468 140727334243024 139777687901984 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=974] ppid=902 vsize=10931964 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/974/stat : 974 (java) S 902 905 28437 0 -1 1077944384 60 12291 0 0 0 0 7 3 20 0 20 0 12681871 11194331136 600711 33554432000 4194304 4196468 140727334243024 139777686848768 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=975] ppid=902 vsize=10931964 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/975/stat : 975 (java) S 902 905 28437 0 -1 1077944384 1 12291 0 0 0 0 7 3 20 0 20 0 12681875 11194331136 600711 33554432000 4194304 4196468 140727334243024 139777685797328 139778349066139 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=976] ppid=902 vsize=10931964 CPUtime=4.6 cores=1,3,5,7,9,11,13,15
/proc/905/task/976/stat : 976 (java) S 902 905 28437 0 -1 1077944384 12744 12291 0 0 448 2 7 3 20 0 20 0 12681875 11194331136 600711 33554432000 4194304 4196468 140727334243024 139777684744432 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=979] ppid=902 vsize=10931964 CPUtime=6.04 cores=1,3,5,7,9,11,13,15
/proc/905/task/979/stat : 979 (java) S 902 905 28437 0 -1 1077944384 17123 12291 0 0 592 2 7 3 20 0 20 0 12681875 11194331136 600711 33554432000 4194304 4196468 140727334243024 139777683691888 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=980] ppid=902 vsize=10931964 CPUtime=4.59 cores=1,3,5,7,9,11,13,15
/proc/905/task/980/stat : 980 (java) S 902 905 28437 0 -1 1077944384 11983 12291 0 0 446 3 7 3 20 0 20 0 12681875 11194331136 600711 33554432000 4194304 4196468 140727334243024 139777682638832 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=981] ppid=902 vsize=10931964 CPUtime=2.18 cores=1,3,5,7,9,11,13,15
/proc/905/task/981/stat : 981 (java) S 902 905 28437 0 -1 1077944384 23409 12291 0 0 204 4 7 3 20 0 20 0 12681875 11194331136 600711 33554432000 4194304 4196468 140727334243024 139777681586288 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=982] ppid=902 vsize=10931964 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/905/task/982/stat : 982 (java) S 902 905 28437 0 -1 1077944384 3 12291 0 0 0 0 7 3 20 0 20 0 12681875 11194331136 600711 33554432000 4194304 4196468 140727334243024 139777680534496 139778349057749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 0
[pid=905/tid=983] ppid=902 vsize=10931964 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/905/task/983/stat : 983 (java) S 902 905 28437 0 -1 1077944384 1842 12291 0 0 57 66 7 3 20 0 20 0 12681876 11194331136 600711 33554432000 4194304 4196468 140727334243024 139777679482032 139778349058690 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16883712 140727334251201 140727334253975 140727334253975 140727334256591 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 905 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2248.25
CPU time (s): 2400.09
CPU user time (s): 2382.03
CPU system time (s): 18.0637
CPU usage (%): 106.754
Max. virtual memory (cumulated for all children) (KiB): 10931964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2382.03
system time used= 18.0637
maximum resident set size= 4022012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 575686
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= 115501
involuntary context switches= 134833

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7185 second user time and 18.606 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-23 03:42:36
IDJOB=4249711
IDBENCH=137964
IDSOLVER=2630
FILE ID=node143/4249711-1500774155
RUNJOBID= node143-1500751505-28469
PBS_JOBID= 20624578
Free space on /tmp= 61848 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw100/BinPacking-tab-sw100-74.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249711-1500774155/watcher-4249711-1500774155 -o /tmp/evaluation-result-4249711-1500774155/solver-4249711-1500774155 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500751505-28469 --watchdog 2560  bin/concrete HOME/instance-4249711-1500774155.xml

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

MD5SUM BENCH= 748f42f61d3aaac6f60870392cb688ba
RANDOM SEED=365747464

node143.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.69
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		: 2668.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.69
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.69
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.69
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		: 2267.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		: 1600.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.69
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		: 2533.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		: 1600.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.69
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		: 1600.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.69
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		: 1867.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		: 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.69
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		: 2668.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:        30003200 kB
MemAvailable:   30575176 kB
Buffers:          198148 kB
Cached:           644836 kB
SwapCached:            0 kB
Active:          1963900 kB
Inactive:         345520 kB
Active(anon):    1469404 kB
Inactive(anon):     8748 kB
Active(file):     494496 kB
Inactive(file):   336772 kB
Unevictable:        6300 kB
Mlocked:            6300 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             62540 kB
Writeback:            16 kB
AnonPages:       1472068 kB
Mapped:            45224 kB
Shmem:              8852 kB
Slab:             147564 kB
SReclaimable:     113088 kB
SUnreclaim:        34476 kB
KernelStack:        4528 kB
PageTables:         8560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2297360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1241088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61824 MiB
End job on node143 at 2017-07-23 04:20:04