Trace number 4245677

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)198845 2400.13 2309.54

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-tai15a.xml
MD5SUM01e5f10d01ef86069967703c8ffb230e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark195391
Best CPU time to get the best result obtained on this benchmark2400.01
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints105
Number of domains2
Minimum domain size15
Maximum domain size61
Distribution of domain sizes[{"size":15,"count":15},{"size":61,"count":104}]
Minimum variable degree0
Maximum variable degree15
Distribution of variable degrees[{"degree":0,"count":121},{"degree":2,"count":104},{"degree":14,"count":2},{"degree":15,"count":13}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":104},{"arity":15,"count":1}]
Number of extensional constraints104
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":104},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

3.73/2.16	c Concrete v3.4 running
13.49/4.82	o 237979
13.49/4.89	o 234451
13.85/4.98	o 232930
14.20/5.03	o 232241
14.61/5.12	o 231366
14.61/5.15	o 231112
14.61/5.18	o 225051
15.07/5.20	o 224538
15.07/5.23	o 222638
15.07/5.25	o 220060
15.07/5.28	o 217149
15.49/5.38	o 216702
15.92/5.46	o 216228
15.92/5.48	o 214974
15.92/5.50	o 212475
16.38/5.55	o 208596
17.15/5.77	o 207894
18.25/6.26	o 207872
18.65/6.47	o 207107
18.81/6.56	o 203700
19.08/6.75	o 201164
19.08/6.77	o 199777
85.43/69.32	o 198845
2400.06/2309.51	java.util.concurrent.TimeoutException
2400.06/2309.51		at concrete.MAC.mac(MAC.scala:74)
2400.06/2309.51		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.06/2309.51		at scala.util.Try$.apply(Try.scala:209)
2400.06/2309.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.06/2309.51		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.06/2309.51		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.06/2309.51		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.06/2309.51		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.06/2309.51		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.06/2309.51		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.06/2309.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.06/2309.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.06/2309.51		at concrete.MAC.oneRun(MAC.scala:146)
2400.06/2309.51		at concrete.MAC.nextSolution(MAC.scala:166)
2400.06/2309.51		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.06/2309.51		at concrete.ProblemState.map(ProblemState.scala:203)
2400.06/2309.51		at concrete.ProblemState.map(ProblemState.scala:188)
2400.06/2309.51		at concrete.MAC.nextSolution(MAC.scala:195)
2400.06/2309.51		at concrete.Solver.hasNext(Solver.scala:202)
2400.06/2309.51		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.06/2309.51		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.06/2309.51		at concrete.Solver.toStream(Solver.scala:73)
2400.06/2309.51		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.06/2309.51		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.06/2309.51		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.06/2309.51		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.06/2309.51		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.06/2309.51		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.06/2309.51		at scala.util.Success.map(Try.scala:209)
2400.06/2309.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.06/2309.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.06/2309.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.06/2309.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.06/2309.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.06/2309.51		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.06/2309.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.06/2309.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.06/2309.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.06/2309.51		at scala.collection.immutable.List.foreach(List.scala:389)
2400.06/2309.51		at scala.App.main(App.scala:76)
2400.06/2309.51		at scala.App.main$(App.scala:74)
2400.06/2309.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.06/2309.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.06/2309.52	v <instantiation cost="198845">
2400.06/2309.52	v       <list>
2400.06/2309.52	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[0][10] d[0][11] d[0][12] d[0][13] d[0][14] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][11] d[1][12] d[1][13] d[1][14] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[2][10] d[2][11] d[2][12] d[2][13] d[2][14] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[3][10] d[3][12] d[3][13] d[3][14] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[4][12] d[4][13] d[4][14] d[5][6] d[5][7] d[5][8] d[5][9] d[5][10] d[5][11] d[5][12] d[5][13] d[5][14] d[6][7] d[6][8] d[6][9] d[6][10] d[6][11] d[6][12] d[6][13] d[6][14] d[7][8] d[7][9] d[7][10] d[7][11] d[7][12] d[7][13] d[7][14] d[8][9] d[8][10] d[8][11] d[8][12] d[8][13] d[8][14] d[9][10] d[9][11] d[9][12] d[9][13] d[9][14] d[10][11] d[10][12] d[10][13] d[10][14] d[11][12] d[11][13] d[11][14] d[12][13] d[12][14] d[13][14]
2400.06/2309.52	v       </list>
2400.06/2309.52	v       <values>
2400.06/2309.52	v         1 8 6 0 9 14 5 3 13 4 10 2 11 7 12 85 9 21 84 11 35 0 91 89 12 79 0 1 26 15 10 94 29 1 36 48 77 90 86 51 80 3 6 11 61 93 36 21 71 35 69 11 1 20 4 75 41 82 40 56 63 6 25 44 83 50 21 15 74 90 45 66 58 41 2 82 77 40 65 39 83 85 71 57 85 6 4 26 36 56 27 82 18 71 35 11 61 29 76 45 76 54 44 14 30 82 89 8 76 91 96 21 74 59 56 18 76 40 72
2400.06/2309.52	v       </values>
2400.06/2309.52	v     </instantiation>
2400.06/2309.52	s SATISFIABLE

Verifier Data

OK	198845

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-4245677-1500706452/watcher-4245677-1500706452 -o /tmp/evaluation-result-4245677-1500706452/solver-4245677-1500706452 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500697238-13813 --watchdog 2560 bin/concrete HOME/instance-4245677-1500706452.xml 

pid=16232
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: 1.40 1.44 1.47 3/261 16235
/proc/meminfo: memFree=29118076/32770624 swapFree=5784/146900
[pid=16235] ppid=16232 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16235/stat : 16235 (bash) S 16232 16235 15196 0 -1 4202496 686 1533 0 0 0 0 0 0 20 0 1 0 5910316 9736192 350 33554432000 4194304 5098028 140737068843232 140737068840872 140158870162432 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 16695296 140737068848398 140737068848483 140737068848483 140737068851182 0
/proc/16235/statm: 2377 350 277 221 0 86 0

[startup+0.100124 s]
/proc/loadavg: 1.40 1.44 1.47 3/261 16235
/proc/meminfo: memFree=29118076/32770624 swapFree=5784/146900
[pid=16235] ppid=16232 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16235/stat : 16235 (bash) S 16232 16235 15196 0 -1 4202496 880 6423 0 0 0 0 0 1 20 0 1 0 5910316 9871360 378 33554432000 4194304 5098028 140737068843232 140737068837240 140158870162432 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 16695296 140737068848398 140737068848483 140737068848483 140737068851182 0
/proc/16235/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200325 s]
/proc/loadavg: 1.40 1.44 1.47 3/261 16235
/proc/meminfo: memFree=29118076/32770624 swapFree=5784/146900
[pid=16235] ppid=16232 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/16235/stat : 16235 (java) S 16232 16235 15196 0 -1 1077944320 5056 12394 0 0 7 1 7 3 20 0 13 0 5910316 10686320640 5412 33554432000 4194304 4196468 140731710412000 140731710394544 140473487441655 0 0 0 16800971 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
/proc/16235/statm: 2608965 5412 2172 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300293 s]
/proc/loadavg: 1.40 1.44 1.47 3/261 16235
/proc/meminfo: memFree=29118076/32770624 swapFree=5784/146900
[pid=16235] ppid=16232 vsize=10902392 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/16235/stat : 16235 (java) S 16232 16235 15196 0 -1 1077944320 8138 12394 0 0 24 2 7 3 20 0 20 0 5910316 11164049408 9856 33554432000 4194304 4196468 140731710412000 140731710394544 140473487441655 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
/proc/16235/statm: 2725598 9856 2956 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.70018 s]
/proc/loadavg: 1.40 1.44 1.47 3/261 16235
/proc/meminfo: memFree=29118076/32770624 swapFree=5784/146900
[pid=16235] ppid=16232 vsize=10902720 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/16235/stat : 16235 (java) S 16232 16235 15196 0 -1 1077944320 12593 12394 0 0 79 3 7 3 20 0 20 0 5910316 11164385280 15921 33554432000 4194304 4196468 140731710412000 140731710394544 140473487441655 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
/proc/16235/statm: 2725680 15921 3205 1 0 2713890 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 10902720

[startup+1.50084 s]
/proc/loadavg: 1.40 1.44 1.47 3/281 16308
/proc/meminfo: memFree=29014452/32770624 swapFree=5784/146968
[pid=16235] ppid=16232 vsize=10913344 CPUtime=2.29 cores=0,2,4,6,8,10,12,14
/proc/16235/stat : 16235 (java) S 16232 16235 15196 0 -1 1077944320 27078 12394 0 0 207 12 7 3 20 0 20 0 5910316 11175264256 44173 33554432000 4194304 4196468 140731710412000 140731710394544 140473487441655 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
/proc/16235/statm: 2728336 44173 3411 1 0 2716450 0
[pid=16235/tid=16290] ppid=16232 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16290/stat : 16290 (java) R 16232 16235 15196 0 -1 4202560 19731 12394 0 0 127 5 7 3 20 0 20 0 5910328 11175264256 44173 33554432000 4194304 4196468 140731710412000 140473491654280 140473473136647 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16291] ppid=16232 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16291/stat : 16291 (java) S 16232 16235 15196 0 -1 1077944384 45 12394 0 0 0 0 7 3 20 0 20 0 5910329 11175264256 44173 33554432000 4194304 4196468 140731710412000 140473424132880 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16292] ppid=16232 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16292/stat : 16292 (java) S 16232 16235 15196 0 -1 1077944384 140 12394 0 0 0 0 7 3 20 0 20 0 5910329 11175264256 44173 33554432000 4194304 4196468 140731710412000 140473423080336 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16293] ppid=16232 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16293/stat : 16293 (java) S 16232 16235 15196 0 -1 1077944384 15 12394 0 0 0 0 7 3 20 0 20 0 5910329 11175264256 44173 33554432000 4194304 4196468 140731710412000 140473422027792 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16294] ppid=16232 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16294/stat : 16294 (java) S 16232 16235 15196 0 -1 1077944384 9 12394 0 0 0 0 7 3 20 0 20 0 5910329 11175264256 44173 33554432000 4194304 4196468 140731710412000 140473420975248 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16295] ppid=16232 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16295/stat : 16295 (java) S 16232 16235 15196 0 -1 1077944384 15 12394 0 0 0 0 7 3 20 0 20 0 5910329 11175264256 44173 33554432000 4194304 4196468 140731710412000 140473419921680 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16296] ppid=16232 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16296/stat : 16296 (java) S 16232 16235 15196 0 -1 1077944384 29 12394 0 0 1 0 7 3 20 0 20 0 5910329 11175264256 44173 33554432000 4194304 4196468 140731710412000 140473418869136 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16297] ppid=16232 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16297/stat : 16297 (java) S 16232 16235 15196 0 -1 1077944384 63 12394 0 0 1 0 7 3 20 0 20 0 5910329 11175264256 44173 33554432000 4194304 4196468 140731710412000 140473417816592 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16298] ppid=16232 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16298/stat : 16298 (java) S 16232 16235 15196 0 -1 1077944384 18 12394 0 0 1 0 7 3 20 0 20 0 5910329 11175264256 44173 33554432000 4194304 4196468 140731710412000 140473416764048 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16299] ppid=16232 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16299/stat : 16299 (java) S 16232 16235 15196 0 -1 1077944384 1615 12394 0 0 1 0 7 3 20 0 20 0 5910331 11175264256 44173 33554432000 4194304 4196468 140731710412000 140472962062832 140473487452802 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16300] ppid=16232 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16300/stat : 16300 (java) S 16232 16235 15196 0 -1 1077944384 55 12394 0 0 0 0 7 3 20 0 20 0 5910332 11175264256 44173 33554432000 4194304 4196468 140731710412000 140472961009120 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16301] ppid=16232 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16301/stat : 16301 (java) S 16232 16235 15196 0 -1 1077944384 47 12394 0 0 0 0 7 3 20 0 20 0 5910332 11175264256 44173 33554432000 4194304 4196468 140731710412000 140472959956480 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16302] ppid=16232 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16302/stat : 16302 (java) S 16232 16235 15196 0 -1 1077944384 1 12394 0 0 0 0 7 3 20 0 20 0 5910336 11175264256 44173 33554432000 4194304 4196468 140731710412000 140472958905040 140473487460251 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16303] ppid=16232 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16303/stat : 16303 (java) S 16232 16235 15196 0 -1 1077944384 582 12394 0 0 12 0 7 3 20 0 20 0 5910336 11175264256 44173 33554432000 4194304 4196468 140731710412000 140472957851632 140473487452802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16304] ppid=16232 vsize=10913344 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16304/stat : 16304 (java) S 16232 16235 15196 0 -1 1077944384 927 12394 0 0 19 0 7 3 20 0 20 0 5910336 11175264256 44173 33554432000 4194304 4196468 140731710412000 140472956799088 140473487452802 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16305] ppid=16232 vsize=10913344 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16305/stat : 16305 (java) S 16232 16235 15196 0 -1 1077944384 589 12394 0 0 11 0 7 3 20 0 20 0 5910336 11175264256 44173 33554432000 4194304 4196468 140731710412000 140472955746544 140473487452802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16306] ppid=16232 vsize=10913344 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16306/stat : 16306 (java) S 16232 16235 15196 0 -1 1077944384 1061 12394 0 0 26 0 7 3 20 0 20 0 5910336 11175264256 44173 33554432000 4194304 4196468 140731710412000 140472954694000 140473487452802 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16307] ppid=16232 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16307/stat : 16307 (java) S 16232 16235 15196 0 -1 1077944384 3 12394 0 0 0 0 7 3 20 0 20 0 5910337 11175264256 44173 33554432000 4194304 4196468 140731710412000 140472953641696 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16308] ppid=16232 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16308/stat : 16308 (java) S 16232 16235 15196 0 -1 1077944384 4 12394 0 0 0 0 7 3 20 0 20 0 5910337 11175264256 44173 33554432000 4194304 4196468 140731710412000 140472952589232 140473487452802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 10913344

[startup+3.10076 s]
/proc/loadavg: 1.40 1.44 1.47 5/281 16308
/proc/meminfo: memFree=28941380/32770624 swapFree=5784/146968
[pid=16235] ppid=16232 vsize=10927868 CPUtime=6.37 cores=0,2,4,6,8,10,12,14
/proc/16235/stat : 16235 (java) S 16232 16235 15196 0 -1 1077944320 48099 12394 0 0 608 19 7 3 20 0 20 0 5910316 11190136832 57485 33554432000 4194304 4196468 140731710412000 140731710394544 140473487441655 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
/proc/16235/statm: 2731967 57485 3477 1 0 2719522 0
[pid=16235/tid=16290] ppid=16232 vsize=10927868 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16290/stat : 16290 (java) R 16232 16235 15196 0 -1 4202560 33063 12394 0 0 282 9 7 3 20 0 20 0 5910328 11190136832 57485 33554432000 4194304 4196468 140731710412000 140473491673144 140473105694398 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16291] ppid=16232 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16291/stat : 16291 (java) S 16232 16235 15196 0 -1 1077944384 45 12394 0 0 0 0 7 3 20 0 20 0 5910329 11190136832 57485 33554432000 4194304 4196468 140731710412000 140473424132880 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16292] ppid=16232 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16292/stat : 16292 (java) S 16232 16235 15196 0 -1 1077944384 140 12394 0 0 0 0 7 3 20 0 20 0 5910329 11190136832 57485 33554432000 4194304 4196468 140731710412000 140473423080336 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16293] ppid=16232 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16293/stat : 16293 (java) S 16232 16235 15196 0 -1 1077944384 15 12394 0 0 0 0 7 3 20 0 20 0 5910329 11190136832 57485 33554432000 4194304 4196468 140731710412000 140473422027792 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16294] ppid=16232 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16294/stat : 16294 (java) S 16232 16235 15196 0 -1 1077944384 9 12394 0 0 0 0 7 3 20 0 20 0 5910329 11190136832 57485 33554432000 4194304 4196468 140731710412000 140473420975248 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16295] ppid=16232 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16295/stat : 16295 (java) S 16232 16235 15196 0 -1 1077944384 15 12394 0 0 0 0 7 3 20 0 20 0 5910329 11190136832 57485 33554432000 4194304 4196468 140731710412000 140473419921680 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16296] ppid=16232 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16296/stat : 16296 (java) S 16232 16235 15196 0 -1 1077944384 29 12394 0 0 1 0 7 3 20 0 20 0 5910329 11190136832 57485 33554432000 4194304 4196468 140731710412000 140473418869136 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16297] ppid=16232 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16297/stat : 16297 (java) S 16232 16235 15196 0 -1 1077944384 63 12394 0 0 1 0 7 3 20 0 20 0 5910329 11190136832 57485 33554432000 4194304 4196468 140731710412000 140473417816592 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16298] ppid=16232 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16298/stat : 16298 (java) S 16232 16235 15196 0 -1 1077944384 18 12394 0 0 1 0 7 3 20 0 20 0 5910329 11190136832 57485 33554432000 4194304 4196468 140731710412000 140473416764048 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16299] ppid=16232 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16299/stat : 16299 (java) S 16232 16235 15196 0 -1 1077944384 1634 12394 0 0 1 0 7 3 20 0 20 0 5910331 11190136832 57485 33554432000 4194304 4196468 140731710412000 140472962062832 140473487452802 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16300] ppid=16232 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16300/stat : 16300 (java) S 16232 16235 15196 0 -1 1077944384 55 12394 0 0 0 0 7 3 20 0 20 0 5910332 11190136832 57485 33554432000 4194304 4196468 140731710412000 140472961009120 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16301] ppid=16232 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16301/stat : 16301 (java) S 16232 16235 15196 0 -1 1077944384 47 12394 0 0 0 0 7 3 20 0 20 0 5910332 11190136832 57485 33554432000 4194304 4196468 140731710412000 140472959956480 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16302] ppid=16232 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16302/stat : 16302 (java) S 16232 16235 15196 0 -1 1077944384 1 12394 0 0 0 0 7 3 20 0 20 0 5910336 11190136832 57485 33554432000 4194304 4196468 140731710412000 140472958905040 140473487460251 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16303] ppid=16232 vsize=10927868 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16303/stat : 16303 (java) S 16232 16235 15196 0 -1 1077944384 4317 12394 0 0 92 1 7 3 20 0 20 0 5910336 11190136832 57485 33554432000 4194304 4196468 140731710412000 140472957851632 140473487452802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16304] ppid=16232 vsize=10927868 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16304/stat : 16304 (java) R 16232 16235 15196 0 -1 4202560 1720 12394 0 0 64 1 7 3 20 0 20 0 5910336 11190136832 57485 33554432000 4194304 4196468 140731710412000 140472956799088 140473487463002 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16305] ppid=16232 vsize=10927868 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16305/stat : 16305 (java) R 16232 16235 15196 0 -1 4202560 1474 12394 0 0 60 1 7 3 20 0 20 0 5910336 11190136832 57485 33554432000 4194304 4196468 140731710412000 140472955746544 140473487463002 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16306] ppid=16232 vsize=10927868 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16306/stat : 16306 (java) R 16232 16235 15196 0 -1 4202560 3316 12394 0 0 98 0 7 3 20 0 20 0 5910336 11190136832 57485 33554432000 4194304 4196468 140731710412000 140472954694000 140473466024950 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16307] ppid=16232 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16307/stat : 16307 (java) S 16232 16235 15196 0 -1 1077944384 3 12394 0 0 0 0 7 3 20 0 20 0 5910337 11190136832 57485 33554432000 4194304 4196468 140731710412000 140472953641696 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16308] ppid=16232 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16308/stat : 16308 (java) S 16232 16235 15196 0 -1 1077944384 6 12394 0 0 0 0 7 3 20 0 20 0 5910337 11190136832 57485 33554432000 4194304 4196468 140731710412000 140472952589232 140473487452802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 10927868

[startup+6.30087 s]
/proc/loadavg: 1.53 1.46 1.48 6/281 16308
/proc/meminfo: memFree=28781068/32770624 swapFree=5784/146980
[pid=16235] ppid=16232 vsize=10997500 CPUtime=18.45 cores=0,2,4,6,8,10,12,14
/proc/16235/stat : 16235 (java) S 16232 16235 15196 0 -1 1077944320 80586 12394 0 0 1807 28 7 3 20 0 20 0 5910316 11261440000 93674 33554432000 4194304 4196468 140731710412000 140731710394544 140473487441655 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
/proc/16235/statm: 2749375 93674 3511 1 0 2736930 0
[pid=16235/tid=16290] ppid=16232 vsize=10997500 CPUtime=5.94 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16290/stat : 16290 (java) R 16232 16235 15196 0 -1 4202560 41703 12394 0 0 572 12 7 3 20 0 20 0 5910328 11261440000 93674 33554432000 4194304 4196468 140731710412000 140473491670176 140473487453590 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16291] ppid=16232 vsize=10997500 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16291/stat : 16291 (java) S 16232 16235 15196 0 -1 1077944384 779 12394 0 0 14 1 7 3 20 0 20 0 5910329 11261440000 93674 33554432000 4194304 4196468 140731710412000 140473424132880 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16292] ppid=16232 vsize=10997500 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16292/stat : 16292 (java) S 16232 16235 15196 0 -1 1077944384 195 12394 0 0 15 0 7 3 20 0 20 0 5910329 11261440000 93674 33554432000 4194304 4196468 140731710412000 140473423080336 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16293] ppid=16232 vsize=10997500 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16293/stat : 16293 (java) S 16232 16235 15196 0 -1 1077944384 45 12394 0 0 14 0 7 3 20 0 20 0 5910329 11261440000 93674 33554432000 4194304 4196468 140731710412000 140473422027792 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16294] ppid=16232 vsize=10997500 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16294/stat : 16294 (java) S 16232 16235 15196 0 -1 1077944384 50 12394 0 0 14 0 7 3 20 0 20 0 5910329 11261440000 93674 33554432000 4194304 4196468 140731710412000 140473420975248 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16295] ppid=16232 vsize=10997500 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16295/stat : 16295 (java) S 16232 16235 15196 0 -1 1077944384 79 12394 0 0 14 1 7 3 20 0 20 0 5910329 11261440000 93674 33554432000 4194304 4196468 140731710412000 140473419921680 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16296] ppid=16232 vsize=10997500 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16296/stat : 16296 (java) S 16232 16235 15196 0 -1 1077944384 216 12394 0 0 16 0 7 3 20 0 20 0 5910329 11261440000 93674 33554432000 4194304 4196468 140731710412000 140473418869136 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16297] ppid=16232 vsize=10997500 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16297/stat : 16297 (java) S 16232 16235 15196 0 -1 1077944384 182 12394 0 0 15 0 7 3 20 0 20 0 5910329 11261440000 93674 33554432000 4194304 4196468 140731710412000 140473417816592 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16298] ppid=16232 vsize=10997500 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16298/stat : 16298 (java) S 16232 16235 15196 0 -1 1077944384 595 12394 0 0 15 0 7 3 20 0 20 0 5910329 11261440000 93674 33554432000 4194304 4196468 140731710412000 140473416764048 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16299] ppid=16232 vsize=10997500 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16299/stat : 16299 (java) S 16232 16235 15196 0 -1 1077944384 2745 12394 0 0 12 0 7 3 20 0 20 0 5910331 11261440000 93674 33554432000 4194304 4196468 140731710412000 140472962062832 140473487452802 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16300] ppid=16232 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16300/stat : 16300 (java) S 16232 16235 15196 0 -1 1077944384 75 12394 0 0 0 0 7 3 20 0 20 0 5910332 11261440000 93674 33554432000 4194304 4196468 140731710412000 140472961009120 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16301] ppid=16232 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16301/stat : 16301 (java) S 16232 16235 15196 0 -1 1077944384 59 12394 0 0 0 0 7 3 20 0 20 0 5910332 11261440000 93674 33554432000 4194304 4196468 140731710412000 140472959956480 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16302] ppid=16232 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16302/stat : 16302 (java) S 16232 16235 15196 0 -1 1077944384 1 12394 0 0 0 0 7 3 20 0 20 0 5910336 11261440000 93674 33554432000 4194304 4196468 140731710412000 140472958905040 140473487460251 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16303] ppid=16232 vsize=10997500 CPUtime=3.41 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16303/stat : 16303 (java) R 16232 16235 15196 0 -1 4202560 11317 12394 0 0 329 2 7 3 20 0 20 0 5910336 11261440000 93674 33554432000 4194304 4196468 140731710412000 140472957851632 140473473137521 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16304] ppid=16232 vsize=10997500 CPUtime=3.13 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16304/stat : 16304 (java) R 16232 16235 15196 0 -1 4202560 6324 12394 0 0 302 1 7 3 20 0 20 0 5910336 11261440000 93688 33554432000 4194304 4196468 140731710412000 140472956785904 140473466702966 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16305] ppid=16232 vsize=10997500 CPUtime=3.05 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16305/stat : 16305 (java) R 16232 16235 15196 0 -1 4202560 7654 12394 0 0 293 2 7 3 20 0 20 0 5910336 11261440000 93688 33554432000 4194304 4196468 140731710412000 140472955746840 140473469005224 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16306] ppid=16232 vsize=10997500 CPUtime=1.85 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16306/stat : 16306 (java) S 16232 16235 15196 0 -1 1077944384 6376 12394 0 0 173 2 7 3 20 0 20 0 5910336 11261440000 93688 33554432000 4194304 4196468 140731710412000 140472954694000 140473487452802 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16307] ppid=16232 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14

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

[pid=16235/tid=16304] ppid=16232 vsize=10997500 CPUtime=4.91 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16304/stat : 16304 (java) S 16232 16235 15196 0 -1 1077944384 13717 12394 0 0 477 4 7 3 20 0 20 0 5910336 11261440000 182413 33554432000 4194304 4196468 140731710412000 140472956799088 140473487452802 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16305] ppid=16232 vsize=10997500 CPUtime=4.74 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16305/stat : 16305 (java) S 16232 16235 15196 0 -1 1077944384 17259 12394 0 0 459 5 7 3 20 0 20 0 5910336 11261440000 182413 33554432000 4194304 4196468 140731710412000 140472955746544 140473487452802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16306] ppid=16232 vsize=10997500 CPUtime=2.9 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16306/stat : 16306 (java) S 16232 16235 15196 0 -1 1077944384 26026 12394 0 0 276 4 7 3 20 0 20 0 5910336 11261440000 182413 33554432000 4194304 4196468 140731710412000 140472954694000 140473487452802 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16307] ppid=16232 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16307/stat : 16307 (java) S 16232 16235 15196 0 -1 1077944384 3 12394 0 0 0 0 7 3 20 0 20 0 5910337 11261440000 182413 33554432000 4194304 4196468 140731710412000 140472953641696 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16308] ppid=16232 vsize=10997500 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16308/stat : 16308 (java) S 16232 16235 15196 0 -1 1077944384 918 12394 0 0 61 62 7 3 20 0 20 0 5910337 11261440000 182413 33554432000 4194304 4196468 140731710412000 140472952589232 140473487452802 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
Current children cumulated CPU time (s) 2289.1
Current children cumulated vsize (KiB) 10997500

[startup+2262.3 s]
/proc/loadavg: 1.55 1.58 1.56 3/282 16542
/proc/meminfo: memFree=27770060/32770624 swapFree=5784/149228
[pid=16235] ppid=16232 vsize=10997500 CPUtime=2351.24 cores=0,2,4,6,8,10,12,14
/proc/16235/stat : 16235 (java) S 16232 16235 15196 0 -1 1077944320 287310 12394 0 0 234512 602 7 3 20 0 20 0 5910316 11261440000 193306 33554432000 4194304 4196468 140731710412000 140731710394544 140473487441655 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
/proc/16235/statm: 2749375 193306 3521 1 0 2736930 0
[pid=16235/tid=16290] ppid=16232 vsize=10997500 CPUtime=2241.19 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16290/stat : 16290 (java) R 16232 16235 15196 0 -1 4202560 126208 12394 0 0 224054 55 7 3 20 0 20 0 5910328 11261440000 193306 33554432000 4194304 4196468 140731710412000 140473491675296 140473103309779 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16291] ppid=16232 vsize=10997500 CPUtime=10.75 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16291/stat : 16291 (java) S 16232 16235 15196 0 -1 1077944384 8949 12394 0 0 1010 55 7 3 20 0 20 0 5910329 11261440000 193306 33554432000 4194304 4196468 140731710412000 140473424132880 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16292] ppid=16232 vsize=10997500 CPUtime=10.83 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16292/stat : 16292 (java) S 16232 16235 15196 0 -1 1077944384 10656 12394 0 0 1019 54 7 3 20 0 20 0 5910329 11261440000 193306 33554432000 4194304 4196468 140731710412000 140473423080336 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16293] ppid=16232 vsize=10997500 CPUtime=10.63 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16293/stat : 16293 (java) S 16232 16235 15196 0 -1 1077944384 6095 12394 0 0 999 54 7 3 20 0 20 0 5910329 11261440000 193306 33554432000 4194304 4196468 140731710412000 140473422027792 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16294] ppid=16232 vsize=10997500 CPUtime=10.78 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16294/stat : 16294 (java) S 16232 16235 15196 0 -1 1077944384 9217 12394 0 0 1009 59 7 3 20 0 20 0 5910329 11261440000 193306 33554432000 4194304 4196468 140731710412000 140473420975248 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16295] ppid=16232 vsize=10997500 CPUtime=10.85 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16295/stat : 16295 (java) S 16232 16235 15196 0 -1 1077944384 6885 12394 0 0 1021 54 7 3 20 0 20 0 5910329 11261440000 193306 33554432000 4194304 4196468 140731710412000 140473419921680 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16296] ppid=16232 vsize=10997500 CPUtime=10.68 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16296/stat : 16296 (java) S 16232 16235 15196 0 -1 1077944384 7974 12394 0 0 1004 54 7 3 20 0 20 0 5910329 11261440000 193306 33554432000 4194304 4196468 140731710412000 140473418869136 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16297] ppid=16232 vsize=10997500 CPUtime=10.79 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16297/stat : 16297 (java) S 16232 16235 15196 0 -1 1077944384 8306 12394 0 0 1012 57 7 3 20 0 20 0 5910329 11261440000 193306 33554432000 4194304 4196468 140731710412000 140473417816592 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16298] ppid=16232 vsize=10997500 CPUtime=10.78 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16298/stat : 16298 (java) S 16232 16235 15196 0 -1 1077944384 9562 12394 0 0 1013 55 7 3 20 0 20 0 5910329 11261440000 193306 33554432000 4194304 4196468 140731710412000 140473416764048 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16299] ppid=16232 vsize=10997500 CPUtime=6.39 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16299/stat : 16299 (java) S 16232 16235 15196 0 -1 1077944384 13214 12394 0 0 558 71 7 3 20 0 20 0 5910331 11261440000 193306 33554432000 4194304 4196468 140731710412000 140472962062832 140473487452802 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16300] ppid=16232 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16300/stat : 16300 (java) S 16232 16235 15196 0 -1 1077944384 79 12394 0 0 0 0 7 3 20 0 20 0 5910332 11261440000 193306 33554432000 4194304 4196468 140731710412000 140472961009120 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16301] ppid=16232 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16301/stat : 16301 (java) S 16232 16235 15196 0 -1 1077944384 59 12394 0 0 0 0 7 3 20 0 20 0 5910332 11261440000 193306 33554432000 4194304 4196468 140731710412000 140472959956480 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16302] ppid=16232 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16302/stat : 16302 (java) S 16232 16235 15196 0 -1 1077944384 1 12394 0 0 0 0 7 3 20 0 20 0 5910336 11261440000 193306 33554432000 4194304 4196468 140731710412000 140472958905040 140473487460251 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16303] ppid=16232 vsize=10997500 CPUtime=4.89 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16303/stat : 16303 (java) S 16232 16235 15196 0 -1 1077944384 20041 12394 0 0 474 5 7 3 20 0 20 0 5910336 11261440000 193306 33554432000 4194304 4196468 140731710412000 140472957851632 140473487452802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16304] ppid=16232 vsize=10997500 CPUtime=4.91 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16304/stat : 16304 (java) S 16232 16235 15196 0 -1 1077944384 13719 12394 0 0 477 4 7 3 20 0 20 0 5910336 11261440000 193306 33554432000 4194304 4196468 140731710412000 140472956799088 140473487452802 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16305] ppid=16232 vsize=10997500 CPUtime=4.74 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16305/stat : 16305 (java) S 16232 16235 15196 0 -1 1077944384 17261 12394 0 0 459 5 7 3 20 0 20 0 5910336 11261440000 193306 33554432000 4194304 4196468 140731710412000 140472955746544 140473487452802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16306] ppid=16232 vsize=10997500 CPUtime=2.9 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16306/stat : 16306 (java) S 16232 16235 15196 0 -1 1077944384 26028 12394 0 0 276 4 7 3 20 0 20 0 5910336 11261440000 193306 33554432000 4194304 4196468 140731710412000 140472954694000 140473487452802 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16307] ppid=16232 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16307/stat : 16307 (java) S 16232 16235 15196 0 -1 1077944384 3 12394 0 0 0 0 7 3 20 0 20 0 5910337 11261440000 193306 33554432000 4194304 4196468 140731710412000 140472953641696 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16308] ppid=16232 vsize=10997500 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16308/stat : 16308 (java) S 16232 16235 15196 0 -1 1077944384 924 12394 0 0 62 64 7 3 20 0 20 0 5910337 11261440000 193306 33554432000 4194304 4196468 140731710412000 140472952589232 140473487452802 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
Current children cumulated CPU time (s) 2351.24
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2309.5 s]
/proc/loadavg: 1.73 1.62 1.58 3/282 16543
/proc/meminfo: memFree=27781884/32770624 swapFree=5784/149276
[pid=16235] ppid=16232 vsize=10997500 CPUtime=2400.06 cores=0,2,4,6,8,10,12,14
/proc/16235/stat : 16235 (java) S 16232 16235 15196 0 -1 1077944320 290366 12394 0 0 239385 611 7 3 20 0 20 0 5910316 11261440000 190847 33554432000 4194304 4196468 140731710412000 140731710394544 140473487441655 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
/proc/16235/statm: 2749375 190847 3521 1 0 2736930 0
[pid=16235/tid=16290] ppid=16232 vsize=10997500 CPUtime=2287.95 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16290/stat : 16290 (java) R 16232 16235 15196 0 -1 4202560 127907 12394 0 0 228729 56 7 3 20 0 20 0 5910328 11261440000 190847 33554432000 4194304 4196468 140731710412000 140473491675632 140473109584496 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16291] ppid=16232 vsize=10997500 CPUtime=10.99 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16291/stat : 16291 (java) S 16232 16235 15196 0 -1 1077944384 9000 12394 0 0 1033 56 7 3 20 0 20 0 5910329 11261440000 190847 33554432000 4194304 4196468 140731710412000 140473424132880 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16292] ppid=16232 vsize=10997500 CPUtime=11.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16292/stat : 16292 (java) S 16232 16235 15196 0 -1 1077944384 10784 12394 0 0 1045 55 7 3 20 0 20 0 5910329 11261440000 190847 33554432000 4194304 4196468 140731710412000 140473423080336 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16293] ppid=16232 vsize=10997500 CPUtime=10.89 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16293/stat : 16293 (java) S 16232 16235 15196 0 -1 1077944384 6330 12394 0 0 1024 55 7 3 20 0 20 0 5910329 11261440000 190847 33554432000 4194304 4196468 140731710412000 140473422027792 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16294] ppid=16232 vsize=10997500 CPUtime=11.02 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16294/stat : 16294 (java) S 16232 16235 15196 0 -1 1077944384 9265 12394 0 0 1032 60 7 3 20 0 20 0 5910329 11261440000 190847 33554432000 4194304 4196468 140731710412000 140473420975248 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16295] ppid=16232 vsize=10997500 CPUtime=11.07 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16295/stat : 16295 (java) S 16232 16235 15196 0 -1 1077944384 7005 12394 0 0 1043 54 7 3 20 0 20 0 5910329 11261440000 190847 33554432000 4194304 4196468 140731710412000 140473419921680 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16296] ppid=16232 vsize=10997500 CPUtime=10.9 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16296/stat : 16296 (java) S 16232 16235 15196 0 -1 1077944384 8260 12394 0 0 1025 55 7 3 20 0 20 0 5910329 11261440000 190847 33554432000 4194304 4196468 140731710412000 140473418869136 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16297] ppid=16232 vsize=10997500 CPUtime=11.05 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16297/stat : 16297 (java) S 16232 16235 15196 0 -1 1077944384 8557 12394 0 0 1036 59 7 3 20 0 20 0 5910329 11261440000 190847 33554432000 4194304 4196468 140731710412000 140473417816592 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16298] ppid=16232 vsize=10997500 CPUtime=11.02 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16298/stat : 16298 (java) S 16232 16235 15196 0 -1 1077944384 9588 12394 0 0 1036 56 7 3 20 0 20 0 5910329 11261440000 190847 33554432000 4194304 4196468 140731710412000 140473416764048 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16299] ppid=16232 vsize=10997500 CPUtime=6.5 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16299/stat : 16299 (java) S 16232 16235 15196 0 -1 1077944384 13413 12394 0 0 568 72 7 3 20 0 20 0 5910331 11261440000 190847 33554432000 4194304 4196468 140731710412000 140472962062832 140473487452802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16300] ppid=16232 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16300/stat : 16300 (java) S 16232 16235 15196 0 -1 1077944384 79 12394 0 0 0 0 7 3 20 0 20 0 5910332 11261440000 190847 33554432000 4194304 4196468 140731710412000 140472961009120 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16301] ppid=16232 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16301/stat : 16301 (java) S 16232 16235 15196 0 -1 1077944384 59 12394 0 0 0 0 7 3 20 0 20 0 5910332 11261440000 190847 33554432000 4194304 4196468 140731710412000 140472959956480 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16302] ppid=16232 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16302/stat : 16302 (java) S 16232 16235 15196 0 -1 1077944384 1 12394 0 0 0 0 7 3 20 0 20 0 5910336 11261440000 190847 33554432000 4194304 4196468 140731710412000 140472958905040 140473487460251 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16303] ppid=16232 vsize=10997500 CPUtime=4.89 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16303/stat : 16303 (java) S 16232 16235 15196 0 -1 1077944384 20041 12394 0 0 474 5 7 3 20 0 20 0 5910336 11261440000 190847 33554432000 4194304 4196468 140731710412000 140472957851632 140473487452802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16304] ppid=16232 vsize=10997500 CPUtime=4.91 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16304/stat : 16304 (java) S 16232 16235 15196 0 -1 1077944384 13719 12394 0 0 477 4 7 3 20 0 20 0 5910336 11261440000 190847 33554432000 4194304 4196468 140731710412000 140472956799088 140473487452802 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16305] ppid=16232 vsize=10997500 CPUtime=4.74 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16305/stat : 16305 (java) S 16232 16235 15196 0 -1 1077944384 17261 12394 0 0 459 5 7 3 20 0 20 0 5910336 11261440000 190847 33554432000 4194304 4196468 140731710412000 140472955746544 140473487452802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16306] ppid=16232 vsize=10997500 CPUtime=2.9 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16306/stat : 16306 (java) S 16232 16235 15196 0 -1 1077944384 26028 12394 0 0 276 4 7 3 20 0 20 0 5910336 11261440000 190847 33554432000 4194304 4196468 140731710412000 140472954694000 140473487452802 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16307] ppid=16232 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16307/stat : 16307 (java) S 16232 16235 15196 0 -1 1077944384 3 12394 0 0 0 0 7 3 20 0 20 0 5910337 11261440000 190847 33554432000 4194304 4196468 140731710412000 140472953641696 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16308] ppid=16232 vsize=10997500 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16308/stat : 16308 (java) S 16232 16235 15196 0 -1 1077944384 937 12394 0 0 63 65 7 3 20 0 20 0 5910337 11261440000 190847 33554432000 4194304 4196468 140731710412000 140472952589232 140473487452802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 10997500

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

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

[startup+2309.5 s]
/proc/loadavg: 1.73 1.62 1.58 3/282 16543
/proc/meminfo: memFree=27781884/32770624 swapFree=5784/149276
[pid=16235] ppid=16232 vsize=10997500 CPUtime=2400.06 cores=0,2,4,6,8,10,12,14
/proc/16235/stat : 16235 (java) S 16232 16235 15196 0 -1 1077944320 290366 12394 0 0 239385 611 7 3 20 0 20 0 5910316 11261440000 190847 33554432000 4194304 4196468 140731710412000 140731710394544 140473487441655 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
/proc/16235/statm: 2749375 190847 3521 1 0 2736930 0
[pid=16235/tid=16290] ppid=16232 vsize=10997500 CPUtime=2287.95 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16290/stat : 16290 (java) R 16232 16235 15196 0 -1 4202560 127907 12394 0 0 228729 56 7 3 20 0 20 0 5910328 11261440000 190847 33554432000 4194304 4196468 140731710412000 140473491675632 140473109584496 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16291] ppid=16232 vsize=10997500 CPUtime=10.99 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16291/stat : 16291 (java) S 16232 16235 15196 0 -1 1077944384 9000 12394 0 0 1033 56 7 3 20 0 20 0 5910329 11261440000 190847 33554432000 4194304 4196468 140731710412000 140473424132880 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16292] ppid=16232 vsize=10997500 CPUtime=11.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16292/stat : 16292 (java) S 16232 16235 15196 0 -1 1077944384 10784 12394 0 0 1045 55 7 3 20 0 20 0 5910329 11261440000 190847 33554432000 4194304 4196468 140731710412000 140473423080336 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16293] ppid=16232 vsize=10997500 CPUtime=10.89 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16293/stat : 16293 (java) S 16232 16235 15196 0 -1 1077944384 6330 12394 0 0 1024 55 7 3 20 0 20 0 5910329 11261440000 190847 33554432000 4194304 4196468 140731710412000 140473422027792 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16294] ppid=16232 vsize=10997500 CPUtime=11.02 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16294/stat : 16294 (java) S 16232 16235 15196 0 -1 1077944384 9265 12394 0 0 1032 60 7 3 20 0 20 0 5910329 11261440000 190847 33554432000 4194304 4196468 140731710412000 140473420975248 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16295] ppid=16232 vsize=10997500 CPUtime=11.07 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16295/stat : 16295 (java) S 16232 16235 15196 0 -1 1077944384 7005 12394 0 0 1043 54 7 3 20 0 20 0 5910329 11261440000 190847 33554432000 4194304 4196468 140731710412000 140473419921680 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16296] ppid=16232 vsize=10997500 CPUtime=10.9 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16296/stat : 16296 (java) S 16232 16235 15196 0 -1 1077944384 8260 12394 0 0 1025 55 7 3 20 0 20 0 5910329 11261440000 190847 33554432000 4194304 4196468 140731710412000 140473418869136 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16297] ppid=16232 vsize=10997500 CPUtime=11.05 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16297/stat : 16297 (java) S 16232 16235 15196 0 -1 1077944384 8557 12394 0 0 1036 59 7 3 20 0 20 0 5910329 11261440000 190847 33554432000 4194304 4196468 140731710412000 140473417816592 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16298] ppid=16232 vsize=10997500 CPUtime=11.02 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16298/stat : 16298 (java) S 16232 16235 15196 0 -1 1077944384 9588 12394 0 0 1036 56 7 3 20 0 20 0 5910329 11261440000 190847 33554432000 4194304 4196468 140731710412000 140473416764048 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16299] ppid=16232 vsize=10997500 CPUtime=6.5 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16299/stat : 16299 (java) S 16232 16235 15196 0 -1 1077944384 13413 12394 0 0 568 72 7 3 20 0 20 0 5910331 11261440000 190847 33554432000 4194304 4196468 140731710412000 140472962062832 140473487452802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16300] ppid=16232 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16300/stat : 16300 (java) S 16232 16235 15196 0 -1 1077944384 79 12394 0 0 0 0 7 3 20 0 20 0 5910332 11261440000 190847 33554432000 4194304 4196468 140731710412000 140472961009120 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16301] ppid=16232 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16301/stat : 16301 (java) S 16232 16235 15196 0 -1 1077944384 59 12394 0 0 0 0 7 3 20 0 20 0 5910332 11261440000 190847 33554432000 4194304 4196468 140731710412000 140472959956480 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16302] ppid=16232 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16302/stat : 16302 (java) S 16232 16235 15196 0 -1 1077944384 1 12394 0 0 0 0 7 3 20 0 20 0 5910336 11261440000 190847 33554432000 4194304 4196468 140731710412000 140472958905040 140473487460251 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16303] ppid=16232 vsize=10997500 CPUtime=4.89 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16303/stat : 16303 (java) S 16232 16235 15196 0 -1 1077944384 20041 12394 0 0 474 5 7 3 20 0 20 0 5910336 11261440000 190847 33554432000 4194304 4196468 140731710412000 140472957851632 140473487452802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16304] ppid=16232 vsize=10997500 CPUtime=4.91 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16304/stat : 16304 (java) S 16232 16235 15196 0 -1 1077944384 13719 12394 0 0 477 4 7 3 20 0 20 0 5910336 11261440000 190847 33554432000 4194304 4196468 140731710412000 140472956799088 140473487452802 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16305] ppid=16232 vsize=10997500 CPUtime=4.74 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16305/stat : 16305 (java) S 16232 16235 15196 0 -1 1077944384 17261 12394 0 0 459 5 7 3 20 0 20 0 5910336 11261440000 190847 33554432000 4194304 4196468 140731710412000 140472955746544 140473487452802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16306] ppid=16232 vsize=10997500 CPUtime=2.9 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16306/stat : 16306 (java) S 16232 16235 15196 0 -1 1077944384 26028 12394 0 0 276 4 7 3 20 0 20 0 5910336 11261440000 190847 33554432000 4194304 4196468 140731710412000 140472954694000 140473487452802 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16307] ppid=16232 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16307/stat : 16307 (java) S 16232 16235 15196 0 -1 1077944384 3 12394 0 0 0 0 7 3 20 0 20 0 5910337 11261440000 190847 33554432000 4194304 4196468 140731710412000 140472953641696 140473487451861 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
[pid=16235/tid=16308] ppid=16232 vsize=10997500 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/16235/task/16308/stat : 16308 (java) S 16232 16235 15196 0 -1 1077944384 937 12394 0 0 63 65 7 3 20 0 20 0 5910337 11261440000 190847 33554432000 4194304 4196468 140731710412000 140472952589232 140473487452802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32153600 140731710413505 140731710416279 140731710416279 140731710418895 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 10997500

Child status: 143
Real time (s): 2309.54
CPU time (s): 2400.13
CPU user time (s): 2393.96
CPU system time (s): 6.16907
CPU usage (%): 103.923
Max. virtual memory (cumulated for all children) (KiB): 10997500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2393.96
system time used= 6.16907
maximum resident set size= 1443168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 303491
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 271432
involuntary context switches= 173468

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.8233 second user time and 20.7992 second system time

The end

Launcher Data

Begin job on node145 at 2017-07-22 08:54:12
IDJOB=4245677
IDBENCH=123042
IDSOLVER=2630
FILE ID=node145/4245677-1500706452
RUNJOBID= node145-1500697238-13813
PBS_JOBID= 20623333
Free space on /tmp= 61840 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-tai15a.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245677-1500706452/watcher-4245677-1500706452 -o /tmp/evaluation-result-4245677-1500706452/solver-4245677-1500706452 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500697238-13813 --watchdog 2560  bin/concrete HOME/instance-4245677-1500706452.xml

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

MD5SUM BENCH= 01e5f10d01ef86069967703c8ffb230e
RANDOM SEED=431479791

node145.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		: 2133.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.43
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.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2533.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.43
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		: 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.43
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.43
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 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		: 1867.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.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29118916 kB
MemAvailable:   29280276 kB
Buffers:          148292 kB
Cached:           285172 kB
SwapCached:            0 kB
Active:          2978036 kB
Inactive:         214756 kB
Active(anon):    2703500 kB
Inactive(anon):    67856 kB
Active(file):     274536 kB
Inactive(file):   146900 kB
Unevictable:        5784 kB
Mlocked:            5784 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             23944 kB
Writeback:             0 kB
AnonPages:       2764476 kB
Mapped:            44224 kB
Shmem:              8852 kB
Slab:             145688 kB
SReclaimable:     111516 kB
SUnreclaim:        34172 kB
KernelStack:        4512 kB
PageTables:        11416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3510088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2523136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61812 MiB
End job on node145 at 2017-07-22 09:32:42