Trace number 4245705

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)1276 2400.16 2324.16

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-nug21.xml
MD5SUMe5033dc7ed55784590c83dd9aaaff95e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1228
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables462
Number of constraints211
Number of domains2
Minimum domain size8
Maximum domain size21
Distribution of domain sizes[{"size":8,"count":210},{"size":21,"count":21}]
Minimum variable degree0
Maximum variable degree21
Distribution of variable degrees[{"degree":0,"count":231},{"degree":2,"count":210},{"degree":21,"count":21}]
Minimum constraint arity3
Maximum constraint arity21
Distribution of constraint arities[{"arity":3,"count":210},{"arity":21,"count":1}]
Number of extensional constraints210
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":210},{"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.91/2.29	c Concrete v3.4 running
17.16/5.78	o 1681
17.56/5.86	o 1666
17.95/5.92	o 1616
17.95/5.96	o 1568
17.95/6.01	o 1560
18.21/6.06	o 1559
18.50/6.10	o 1555
18.50/6.14	o 1533
18.50/6.18	o 1475
18.66/6.23	o 1468
18.66/6.28	o 1443
18.83/6.31	o 1419
18.83/6.34	o 1418
19.32/6.57	o 1406
19.55/6.66	o 1404
19.71/6.76	o 1402
20.01/6.97	o 1392
20.01/7.01	o 1390
20.15/7.09	o 1363
20.27/7.15	o 1360
20.65/7.47	o 1353
24.68/9.25	o 1351
80.61/62.75	o 1348
80.75/62.84	o 1343
82.97/64.97	o 1340
83.11/65.00	o 1331
83.24/65.12	o 1323
83.34/65.29	o 1321
89.38/71.06	o 1311
92.97/74.47	o 1305
93.41/74.84	o 1302
93.64/75.09	o 1291
776.91/727.26	o 1276
2400.09/2324.11	java.util.concurrent.TimeoutException
2400.09/2324.11		at concrete.MAC.mac(MAC.scala:74)
2400.09/2324.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.09/2324.11		at scala.util.Try$.apply(Try.scala:209)
2400.09/2324.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.09/2324.11		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.09/2324.11		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.09/2324.11		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.09/2324.11		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.09/2324.11		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.09/2324.11		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.09/2324.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.09/2324.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.09/2324.11		at concrete.MAC.oneRun(MAC.scala:146)
2400.09/2324.11		at concrete.MAC.nextSolution(MAC.scala:166)
2400.09/2324.11		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.09/2324.11		at concrete.ProblemState.map(ProblemState.scala:203)
2400.09/2324.11		at concrete.ProblemState.map(ProblemState.scala:188)
2400.09/2324.11		at concrete.MAC.nextSolution(MAC.scala:195)
2400.09/2324.11		at concrete.Solver.hasNext(Solver.scala:202)
2400.09/2324.11		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.09/2324.11		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.09/2324.11		at concrete.Solver.toStream(Solver.scala:73)
2400.09/2324.11		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.09/2324.11		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.09/2324.11		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.09/2324.11		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.09/2324.11		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.09/2324.11		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.09/2324.11		at scala.util.Success.map(Try.scala:209)
2400.09/2324.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.09/2324.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.09/2324.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.09/2324.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.09/2324.11		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.09/2324.11		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.09/2324.11		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.09/2324.11		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.09/2324.11		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.09/2324.11		at scala.collection.immutable.List.foreach(List.scala:389)
2400.09/2324.11		at scala.App.main(App.scala:76)
2400.09/2324.11		at scala.App.main$(App.scala:74)
2400.09/2324.11		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.09/2324.11		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.09/2324.12	v <instantiation cost="1276">
2400.09/2324.12	v       <list>
2400.09/2324.12	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] x[15] x[16] x[17] x[18] x[19] x[20] 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[0][15] d[0][16] d[0][17] d[0][18] d[0][19] d[0][20] 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[1][15] d[1][16] d[1][17] d[1][18] d[1][19] d[1][20] 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[2][15] d[2][16] d[2][17] d[2][18] d[2][19] d[2][20] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[3][10] d[3][11] d[3][12] d[3][13] d[3][14] d[3][15] d[3][16] d[3][17] d[3][18] d[3][19] d[3][20] 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[4][15] d[4][16] d[4][17] d[4][18] d[4][19] d[4][20] 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[5][15] d[5][16] d[5][17] d[5][18] d[5][19] d[5][20] 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[6][15] d[6][16] d[6][17] d[6][18] d[6][19] d[6][20] d[7][8] d[7][9] d[7][10] d[7][11] d[7][12] d[7][13] d[7][14] d[7][15] d[7][16] d[7][17] d[7][18] d[7][19] d[7][20] d[8][9] d[8][10] d[8][11] d[8][12] d[8][13] d[8][14] d[8][15] d[8][16] d[8][17] d[8][18] d[8][19] d[8][20] d[9][10] d[9][11] d[9][12] d[9][13] d[9][14] d[9][15] d[9][16] d[9][17] d[9][18] d[9][19] d[9][20] d[10][11] d[10][12] d[10][13] d[10][14] d[10][15] d[10][16] d[10][17] d[10][18] d[10][19] d[10][20] d[11][12] d[11][13] d[11][14] d[11][15] d[11][16] d[11][17] d[11][18] d[11][19] d[11][20] d[12][13] d[12][14] d[12][15] d[12][16] d[12][17] d[12][18] d[12][19] d[12][20] d[13][14] d[13][15] d[13][16] d[13][17] d[13][18] d[13][19] d[13][20] d[14][15] d[14][16] d[14][17] d[14][18] d[14][19] d[14][20] d[15][16] d[15][17] d[15][18] d[15][19] d[15][20] d[16][17] d[16][18] d[16][19] d[16][20] d[17][18] d[17][19] d[17][20] d[18][19] d[18][20] d[19][20]
2400.09/2324.12	v       </list>
2400.09/2324.12	v       <values>
2400.09/2324.12	v         2 8 9 15 10 3 14 1 20 6 0 18 7 16 4 12 11 5 17 13 19 5 1 4 4 3 0 4 5 5 2 3 5 0 4 0 1 0 6 4 2 10 3 2 2 0 2 4 10 0 0 1 0 0 5 1 2 2 2 0 5 5 0 1 2 3 5 5 5 3 5 0 6 5 1 0 0 2 1 5 4 0 2 10 0 0 4 0 0 4 0 5 3 1 2 6 2 1 0 10 2 0 5 0 0 0 0 4 2 1 0 2 0 2 0 0 1 2 1 0 2 0 0 1 5 1 0 0 0 2 0 2 5 0 0 2 5 1 2 1 6 0 3 0 0 0 10 5 0 4 2 0 1 5 1 5 0 0 2 6 0 0 2 0 5 10 10 10 2 2 6 10 1 1 0 1 3 5 5 0 0 5 2 6 0 0 10 2 0 1 0 0 5 3 0 5 0 0 0 2 2 0 6 2 2 0 0 2 0 0 0 2 5 1 0 0 5 10 2 2 0 10 0 5 2 5 2 0 5 1 10
2400.09/2324.12	v       </values>
2400.09/2324.12	v     </instantiation>
2400.09/2324.12	s SATISFIABLE

Verifier Data

OK	1276

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-4245705-1500706617/watcher-4245705-1500706617 -o /tmp/evaluation-result-4245705-1500706617/solver-4245705-1500706617 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500684099-14650 --watchdog 2560 bin/concrete HOME/instance-4245705-1500706617.xml 

pid=20808
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: 1.32 1.55 1.53 2/261 20811
/proc/meminfo: memFree=30784388/32770624 swapFree=5940/267340
[pid=20811] ppid=20808 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/20811/stat : 20811 (bash) S 20808 20811 14618 0 -1 4202496 685 1534 0 0 0 0 0 0 20 0 1 0 5928566 9736192 350 33554432000 4194304 5098028 140728468537328 140728468534968 140702515579904 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 15298560 140728468538638 140728468538723 140728468538723 140728468541422 0
/proc/20811/statm: 2377 350 278 221 0 86 0

[startup+0.100152 s]
/proc/loadavg: 1.32 1.55 1.53 2/261 20811
/proc/meminfo: memFree=30784388/32770624 swapFree=5940/267340
[pid=20811] ppid=20808 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/20811/stat : 20811 (bash) S 20808 20811 14618 0 -1 4202496 879 6424 0 0 0 0 0 1 20 0 1 0 5928566 9871360 377 33554432000 4194304 5098028 140728468537328 140728468531336 140702515579904 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 15298560 140728468538638 140728468538723 140728468538723 140728468541422 0
/proc/20811/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200409 s]
/proc/loadavg: 1.32 1.55 1.53 2/261 20811
/proc/meminfo: memFree=30784388/32770624 swapFree=5940/267340
[pid=20811] ppid=20808 vsize=10435860 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/20811/stat : 20811 (java) S 20808 20811 14618 0 -1 1077944320 5110 12630 0 0 6 1 9 3 20 0 13 0 5928566 10686320640 4967 33554432000 4194304 4196468 140721193458464 140721193441008 140156483534583 0 0 0 16800971 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
/proc/20811/statm: 2608965 4967 2167 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300388 s]
/proc/loadavg: 1.32 1.55 1.53 2/261 20811
/proc/meminfo: memFree=30784388/32770624 swapFree=5940/267340
[pid=20811] ppid=20808 vsize=10902292 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/20811/stat : 20811 (java) S 20808 20811 14618 0 -1 1077944320 8451 12630 0 0 22 3 9 3 20 0 20 0 5928566 11163947008 9497 33554432000 4194304 4196468 140721193458464 140721193441008 140156483534583 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
/proc/20811/statm: 2725573 9497 2961 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902292

[startup+0.700179 s]
/proc/loadavg: 1.32 1.55 1.53 2/261 20811
/proc/meminfo: memFree=30784388/32770624 swapFree=5940/267340
[pid=20811] ppid=20808 vsize=10902720 CPUtime=0.93 cores=1,3,5,7,9,11,13,15
/proc/20811/stat : 20811 (java) S 20808 20811 14618 0 -1 1077944320 12625 12630 0 0 77 4 9 3 20 0 20 0 5928566 11164385280 15985 33554432000 4194304 4196468 140721193458464 140721193441008 140156483534583 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
/proc/20811/statm: 2725680 15985 3191 1 0 2713890 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 10902720

[startup+1.50149 s]
/proc/loadavg: 1.32 1.55 1.53 4/281 20884
/proc/meminfo: memFree=30681436/32770624 swapFree=5940/267448
[pid=20811] ppid=20808 vsize=10913344 CPUtime=2.23 cores=1,3,5,7,9,11,13,15
/proc/20811/stat : 20811 (java) S 20808 20811 14618 0 -1 1077944320 26685 12630 0 0 198 13 9 3 20 0 20 0 5928566 11175264256 44583 33554432000 4194304 4196468 140721193458464 140721193441008 140156483534583 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
/proc/20811/statm: 2728336 44583 3392 1 0 2716450 0
[pid=20811/tid=20866] ppid=20808 vsize=10913344 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20866/stat : 20866 (java) S 20808 20811 14618 0 -1 1077944384 19735 12630 0 0 125 6 9 3 20 0 20 0 5928579 11175264256 44583 33554432000 4194304 4196468 140721193458464 140156487756976 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20867] ppid=20808 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20867/stat : 20867 (java) R 20808 20811 14618 0 -1 4202560 34 12630 0 0 0 0 9 3 20 0 20 0 5928579 11175264256 44583 33554432000 4194304 4196468 140721193458464 140156409608976 140156476631300 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20868] ppid=20808 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20868/stat : 20868 (java) R 20808 20811 14618 0 -1 4202560 143 12630 0 0 0 0 9 3 20 0 20 0 5928579 11175264256 44583 33554432000 4194304 4196468 140721193458464 140156408556432 140156476162791 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20869] ppid=20808 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20869/stat : 20869 (java) R 20808 20811 14618 0 -1 4202560 41 12630 0 0 1 0 9 3 20 0 20 0 5928579 11175264256 44583 33554432000 4194304 4196468 140721193458464 140156407503888 140156468235245 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20870] ppid=20808 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20870/stat : 20870 (java) R 20808 20811 14618 0 -1 4202560 19 12630 0 0 0 0 9 3 20 0 20 0 5928579 11175264256 44583 33554432000 4194304 4196468 140721193458464 140156406451344 140156476162791 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20871] ppid=20808 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20871/stat : 20871 (java) R 20808 20811 14618 0 -1 4202560 44 12630 0 0 0 0 9 3 20 0 20 0 5928579 11175264256 44583 33554432000 4194304 4196468 140721193458464 140156405397896 140156476162791 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20872] ppid=20808 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20872/stat : 20872 (java) R 20808 20811 14618 0 -1 4202560 14 12630 0 0 0 0 9 3 20 0 20 0 5928579 11175264256 44583 33554432000 4194304 4196468 140721193458464 140156404345232 140156476162791 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20873] ppid=20808 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20873/stat : 20873 (java) R 20808 20811 14618 0 -1 4202560 14 12630 0 0 0 0 9 3 20 0 20 0 5928580 11175264256 44583 33554432000 4194304 4196468 140721193458464 140156403292688 140156468235206 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20874] ppid=20808 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20874/stat : 20874 (java) R 20808 20811 14618 0 -1 4202560 14 12630 0 0 1 0 9 3 20 0 20 0 5928580 11175264256 44583 33554432000 4194304 4196468 140721193458464 140156402240144 140156476638235 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20875] ppid=20808 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20875/stat : 20875 (java) S 20808 20811 14618 0 -1 1077944384 662 12630 0 0 1 0 9 3 20 0 20 0 5928582 11175264256 44583 33554432000 4194304 4196468 140721193458464 140155958117408 140156483544789 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20876] ppid=20808 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20876/stat : 20876 (java) S 20808 20811 14618 0 -1 1077944384 33 12630 0 0 0 0 9 3 20 0 20 0 5928583 11175264256 44583 33554432000 4194304 4196468 140721193458464 140155957065120 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20877] ppid=20808 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20877/stat : 20877 (java) S 20808 20811 14618 0 -1 1077944384 21 12630 0 0 0 0 9 3 20 0 20 0 5928583 11175264256 44583 33554432000 4194304 4196468 140721193458464 140155956012528 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20878] ppid=20808 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20878/stat : 20878 (java) S 20808 20811 14618 0 -1 1077944384 1 12630 0 0 0 0 9 3 20 0 20 0 5928587 11175264256 44583 33554432000 4194304 4196468 140721193458464 140155954961104 140156483553179 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20879] ppid=20808 vsize=10913344 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20879/stat : 20879 (java) S 20808 20811 14618 0 -1 1077944384 666 12630 0 0 10 0 9 3 20 0 20 0 5928587 11175264256 44583 33554432000 4194304 4196468 140721193458464 140155953907696 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20880] ppid=20808 vsize=10913344 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20880/stat : 20880 (java) S 20808 20811 14618 0 -1 1077944384 731 12630 0 0 12 0 9 3 20 0 20 0 5928587 11175264256 44583 33554432000 4194304 4196468 140721193458464 140155952855152 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20881] ppid=20808 vsize=10913344 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20881/stat : 20881 (java) S 20808 20811 14618 0 -1 1077944384 1336 12630 0 0 15 0 9 3 20 0 20 0 5928587 11175264256 44583 33554432000 4194304 4196468 140721193458464 140155951802608 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20882] ppid=20808 vsize=10913344 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20882/stat : 20882 (java) S 20808 20811 14618 0 -1 1077944384 1039 12630 0 0 24 0 9 3 20 0 20 0 5928587 11175264256 44583 33554432000 4194304 4196468 140721193458464 140155950745936 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20883] ppid=20808 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20883/stat : 20883 (java) S 20808 20811 14618 0 -1 1077944384 3 12630 0 0 0 0 9 3 20 0 20 0 5928587 11175264256 44583 33554432000 4194304 4196468 140721193458464 140155949697760 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20884] ppid=20808 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20884/stat : 20884 (java) S 20808 20811 14618 0 -1 1077944384 6 12630 0 0 0 0 9 3 20 0 20 0 5928588 11175264256 44583 33554432000 4194304 4196468 140721193458464 140155948645296 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 10913344

[startup+3.10119 s]
/proc/loadavg: 1.29 1.54 1.52 4/281 20884
/proc/meminfo: memFree=30605812/32770624 swapFree=5940/267448
[pid=20811] ppid=20808 vsize=10925820 CPUtime=6.08 cores=1,3,5,7,9,11,13,15
/proc/20811/stat : 20811 (java) S 20808 20811 14618 0 -1 1077944320 47543 12630 0 0 576 20 9 3 20 0 20 0 5928566 11188039680 54475 33554432000 4194304 4196468 140721193458464 140721193441008 140156483534583 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
/proc/20811/statm: 2731455 54475 3472 1 0 2719010 0
[pid=20811/tid=20866] ppid=20808 vsize=10925820 CPUtime=3.03 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20866/stat : 20866 (java) R 20808 20811 14618 0 -1 4202560 33101 12630 0 0 282 9 9 3 20 0 20 0 5928579 11188039680 54475 33554432000 4194304 4196468 140721193458464 140156487763816 140156483546518 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20867] ppid=20808 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20867/stat : 20867 (java) S 20808 20811 14618 0 -1 1077944384 34 12630 0 0 0 0 9 3 20 0 20 0 5928579 11188039680 54475 33554432000 4194304 4196468 140721193458464 140156409608976 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20868] ppid=20808 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20868/stat : 20868 (java) S 20808 20811 14618 0 -1 1077944384 143 12630 0 0 0 0 9 3 20 0 20 0 5928579 11188039680 54475 33554432000 4194304 4196468 140721193458464 140156408556432 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20869] ppid=20808 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20869/stat : 20869 (java) S 20808 20811 14618 0 -1 1077944384 41 12630 0 0 1 0 9 3 20 0 20 0 5928579 11188039680 54475 33554432000 4194304 4196468 140721193458464 140156407503888 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20870] ppid=20808 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20870/stat : 20870 (java) S 20808 20811 14618 0 -1 1077944384 19 12630 0 0 0 0 9 3 20 0 20 0 5928579 11188039680 54475 33554432000 4194304 4196468 140721193458464 140156406451344 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20871] ppid=20808 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20871/stat : 20871 (java) S 20808 20811 14618 0 -1 1077944384 44 12630 0 0 0 0 9 3 20 0 20 0 5928579 11188039680 54475 33554432000 4194304 4196468 140721193458464 140156405397776 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20872] ppid=20808 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20872/stat : 20872 (java) S 20808 20811 14618 0 -1 1077944384 14 12630 0 0 0 0 9 3 20 0 20 0 5928579 11188039680 54475 33554432000 4194304 4196468 140721193458464 140156404345232 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20873] ppid=20808 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20873/stat : 20873 (java) S 20808 20811 14618 0 -1 1077944384 14 12630 0 0 0 0 9 3 20 0 20 0 5928580 11188039680 54475 33554432000 4194304 4196468 140721193458464 140156403292688 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20874] ppid=20808 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20874/stat : 20874 (java) S 20808 20811 14618 0 -1 1077944384 14 12630 0 0 1 0 9 3 20 0 20 0 5928580 11188039680 54475 33554432000 4194304 4196468 140721193458464 140156402240144 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20875] ppid=20808 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20875/stat : 20875 (java) S 20808 20811 14618 0 -1 1077944384 682 12630 0 0 1 0 9 3 20 0 20 0 5928582 11188039680 54475 33554432000 4194304 4196468 140721193458464 140155958118896 140156483545730 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20876] ppid=20808 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20876/stat : 20876 (java) S 20808 20811 14618 0 -1 1077944384 56 12630 0 0 0 0 9 3 20 0 20 0 5928583 11188039680 54475 33554432000 4194304 4196468 140721193458464 140155957065120 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20877] ppid=20808 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20877/stat : 20877 (java) S 20808 20811 14618 0 -1 1077944384 43 12630 0 0 0 0 9 3 20 0 20 0 5928583 11188039680 54475 33554432000 4194304 4196468 140721193458464 140155956012528 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20878] ppid=20808 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20878/stat : 20878 (java) S 20808 20811 14618 0 -1 1077944384 1 12630 0 0 0 0 9 3 20 0 20 0 5928587 11188039680 54475 33554432000 4194304 4196468 140721193458464 140155954961104 140156483553179 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20879] ppid=20808 vsize=10925820 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20879/stat : 20879 (java) S 20808 20811 14618 0 -1 1077944384 2157 12630 0 0 49 1 9 3 20 0 20 0 5928587 11188039680 54475 33554432000 4194304 4196468 140721193458464 140155953907696 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20880] ppid=20808 vsize=10925820 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20880/stat : 20880 (java) S 20808 20811 14618 0 -1 1077944384 3768 12630 0 0 82 1 9 3 20 0 20 0 5928587 11188039680 54475 33554432000 4194304 4196468 140721193458464 140155952855152 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20881] ppid=20808 vsize=10925820 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20881/stat : 20881 (java) S 20808 20811 14618 0 -1 1077944384 1960 12630 0 0 54 1 9 3 20 0 20 0 5928587 11188039680 54475 33554432000 4194304 4196468 140721193458464 140155951802608 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20882] ppid=20808 vsize=10925820 CPUtime=1.08 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20882/stat : 20882 (java) R 20808 20811 14618 0 -1 4202560 3311 12630 0 0 95 1 9 3 20 0 20 0 5928587 11188039680 54475 33554432000 4194304 4196468 140721193458464 140155950745104 140156462056016 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20883] ppid=20808 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20883/stat : 20883 (java) S 20808 20811 14618 0 -1 1077944384 3 12630 0 0 0 0 9 3 20 0 20 0 5928587 11188039680 54475 33554432000 4194304 4196468 140721193458464 140155949697760 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20884] ppid=20808 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20884/stat : 20884 (java) S 20808 20811 14618 0 -1 1077944384 9 12630 0 0 0 0 9 3 20 0 20 0 5928588 11188039680 54475 33554432000 4194304 4196468 140721193458464 140155948645296 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 10925820

[startup+6.30103 s]
/proc/loadavg: 1.29 1.54 1.52 5/281 20884
/proc/meminfo: memFree=30370340/32770624 swapFree=5940/267444
[pid=20811] ppid=20808 vsize=10997500 CPUtime=18.83 cores=1,3,5,7,9,11,13,15
/proc/20811/stat : 20811 (java) S 20808 20811 14618 0 -1 1077944320 66447 12630 0 0 1831 40 9 3 20 0 20 0 5928566 11261440000 123617 33554432000 4194304 4196468 140721193458464 140721193441008 140156483534583 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
/proc/20811/statm: 2749375 123617 3517 1 0 2736930 0
[pid=20811/tid=20866] ppid=20808 vsize=10997500 CPUtime=5.8 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20866/stat : 20866 (java) R 20808 20811 14618 0 -1 4202560 42659 12630 0 0 554 14 9 3 20 0 20 0 5928579 11261440000 123617 33554432000 4194304 4196468 140721193458464 140156487763104 140156090654556 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20867] ppid=20808 vsize=10997500 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20867/stat : 20867 (java) S 20808 20811 14618 0 -1 1077944384 183 12630 0 0 25 2 9 3 20 0 20 0 5928579 11261440000 123617 33554432000 4194304 4196468 140721193458464 140156409608976 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20868] ppid=20808 vsize=10997500 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20868/stat : 20868 (java) S 20808 20811 14618 0 -1 1077944384 226 12630 0 0 25 2 9 3 20 0 20 0 5928579 11261440000 123617 33554432000 4194304 4196468 140721193458464 140156408556432 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20869] ppid=20808 vsize=10997500 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20869/stat : 20869 (java) S 20808 20811 14618 0 -1 1077944384 66 12630 0 0 25 1 9 3 20 0 20 0 5928579 11261440000 123617 33554432000 4194304 4196468 140721193458464 140156407503888 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20870] ppid=20808 vsize=10997500 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20870/stat : 20870 (java) S 20808 20811 14618 0 -1 1077944384 157 12630 0 0 24 2 9 3 20 0 20 0 5928579 11261440000 123617 33554432000 4194304 4196468 140721193458464 140156406451344 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20871] ppid=20808 vsize=10997500 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20871/stat : 20871 (java) S 20808 20811 14618 0 -1 1077944384 116 12630 0 0 25 2 9 3 20 0 20 0 5928579 11261440000 123617 33554432000 4194304 4196468 140721193458464 140156405397776 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20872] ppid=20808 vsize=10997500 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20872/stat : 20872 (java) S 20808 20811 14618 0 -1 1077944384 110 12630 0 0 25 2 9 3 20 0 20 0 5928579 11261440000 123617 33554432000 4194304 4196468 140721193458464 140156404345232 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20873] ppid=20808 vsize=10997500 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20873/stat : 20873 (java) S 20808 20811 14618 0 -1 1077944384 109 12630 0 0 26 1 9 3 20 0 20 0 5928580 11261440000 123617 33554432000 4194304 4196468 140721193458464 140156403292688 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20874] ppid=20808 vsize=10997500 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20874/stat : 20874 (java) S 20808 20811 14618 0 -1 1077944384 156 12630 0 0 26 1 9 3 20 0 20 0 5928580 11261440000 123617 33554432000 4194304 4196468 140721193458464 140156402240144 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20875] ppid=20808 vsize=10997500 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20875/stat : 20875 (java) S 20808 20811 14618 0 -1 1077944384 1592 12630 0 0 13 0 9 3 20 0 20 0 5928582 11261440000 123617 33554432000 4194304 4196468 140721193458464 140155958118896 140156483545730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20876] ppid=20808 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20876/stat : 20876 (java) S 20808 20811 14618 0 -1 1077944384 57 12630 0 0 0 0 9 3 20 0 20 0 5928583 11261440000 123617 33554432000 4194304 4196468 140721193458464 140155957065184 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20877] ppid=20808 vsize=10997500 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20877/stat : 20877 (java) S 20808 20811 14618 0 -1 1077944384 44 12630 0 0 1 0 9 3 20 0 20 0 5928583 11261440000 123617 33554432000 4194304 4196468 140721193458464 140155956012544 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20878] ppid=20808 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20878/stat : 20878 (java) S 20808 20811 14618 0 -1 1077944384 1 12630 0 0 0 0 9 3 20 0 20 0 5928587 11261440000 123617 33554432000 4194304 4196468 140721193458464 140155954961104 140156483553179 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20879] ppid=20808 vsize=10997500 CPUtime=2.79 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20879/stat : 20879 (java) R 20808 20811 14618 0 -1 4202560 3483 12630 0 0 265 2 9 3 20 0 20 0 5928587 11261440000 123617 33554432000 4194304 4196468 140721193458464 140155953907992 140156468660594 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20880] ppid=20808 vsize=10997500 CPUtime=3.33 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20880/stat : 20880 (java) S 20808 20811 14618 0 -1 1077944384 7049 12630 0 0 320 1 9 3 20 0 20 0 5928587 11261440000 123617 33554432000 4194304 4196468 140721193458464 140155952855152 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20881] ppid=20808 vsize=10997500 CPUtime=2.89 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20881/stat : 20881 (java) S 20808 20811 14618 0 -1 1077944384 3450 12630 0 0 276 1 9 3 20 0 20 0 5928587 11261440000 123617 33554432000 4194304 4196468 140721193458464 140155951802608 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20882] ppid=20808 vsize=10997500 CPUtime=2.07 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20882/stat : 20882 (java) S 20808 20811 14618 0 -1 1077944384 4847 12630 0 0 192 3 9 3 20 0 20 0 5928587 11261440000 123617 33554432000 4194304 4196468 140721193458464 140155950750064 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20883] ppid=20808 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15

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

[pid=20811/tid=20880] ppid=20808 vsize=10997500 CPUtime=8.67 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20880/stat : 20880 (java) S 20808 20811 14618 0 -1 1077944384 50781 12630 0 0 847 8 9 3 20 0 20 0 5928587 11261440000 798256 33554432000 4194304 4196468 140721193458464 140155952855152 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20881] ppid=20808 vsize=10997500 CPUtime=8.5 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20881/stat : 20881 (java) S 20808 20811 14618 0 -1 1077944384 39151 12630 0 0 830 8 9 3 20 0 20 0 5928587 11261440000 798256 33554432000 4194304 4196468 140721193458464 140155951802608 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20882] ppid=20808 vsize=10997500 CPUtime=4.53 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20882/stat : 20882 (java) S 20808 20811 14618 0 -1 1077944384 66920 12630 0 0 429 12 9 3 20 0 20 0 5928587 11261440000 798256 33554432000 4194304 4196468 140721193458464 140155950750064 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20883] ppid=20808 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20883/stat : 20883 (java) S 20808 20811 14618 0 -1 1077944384 3 12630 0 0 0 0 9 3 20 0 20 0 5928587 11261440000 798256 33554432000 4194304 4196468 140721193458464 140155949697760 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20884] ppid=20808 vsize=10997500 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20884/stat : 20884 (java) S 20808 20811 14618 0 -1 1077944384 1357 12630 0 0 59 63 9 3 20 0 20 0 5928588 11261440000 798256 33554432000 4194304 4196468 140721193458464 140155948645296 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
Current children cumulated CPU time (s) 2337.75
Current children cumulated vsize (KiB) 10997500

[startup+2322.3 s]
/proc/loadavg: 1.77 1.70 1.64 3/281 22523
/proc/meminfo: memFree=25311072/32770624 swapFree=5940/270104
[pid=20811] ppid=20808 vsize=10997500 CPUtime=2398.29 cores=1,3,5,7,9,11,13,15
/proc/20811/stat : 20811 (java) S 20808 20811 14618 0 -1 1077944320 617495 12630 0 0 239074 743 9 3 20 0 20 0 5928566 11261440000 798272 33554432000 4194304 4196468 140721193458464 140721193441008 140156483534583 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
/proc/20811/statm: 2749375 798272 3520 1 0 2736930 0
[pid=20811/tid=20866] ppid=20808 vsize=10997500 CPUtime=2310.31 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20866/stat : 20866 (java) R 20808 20811 14618 0 -1 4202560 284637 12630 0 0 230916 103 9 3 20 0 20 0 5928579 11261440000 798272 33554432000 4194304 4196468 140721193458464 140156487768000 140156074271914 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20867] ppid=20808 vsize=10997500 CPUtime=6.92 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20867/stat : 20867 (java) S 20808 20811 14618 0 -1 1077944384 11911 12630 0 0 613 67 9 3 20 0 20 0 5928579 11261440000 798272 33554432000 4194304 4196468 140721193458464 140156409608976 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20868] ppid=20808 vsize=10997500 CPUtime=6.93 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20868/stat : 20868 (java) S 20808 20811 14618 0 -1 1077944384 14763 12630 0 0 616 65 9 3 20 0 20 0 5928579 11261440000 798272 33554432000 4194304 4196468 140721193458464 140156408556432 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20869] ppid=20808 vsize=10997500 CPUtime=6.95 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20869/stat : 20869 (java) S 20808 20811 14618 0 -1 1077944384 7182 12630 0 0 618 65 9 3 20 0 20 0 5928579 11261440000 798272 33554432000 4194304 4196468 140721193458464 140156407503888 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20870] ppid=20808 vsize=10997500 CPUtime=6.86 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20870/stat : 20870 (java) S 20808 20811 14618 0 -1 1077944384 12784 12630 0 0 607 67 9 3 20 0 20 0 5928579 11261440000 798272 33554432000 4194304 4196468 140721193458464 140156406451344 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20871] ppid=20808 vsize=10997500 CPUtime=6.92 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20871/stat : 20871 (java) S 20808 20811 14618 0 -1 1077944384 14988 12630 0 0 613 67 9 3 20 0 20 0 5928579 11261440000 798272 33554432000 4194304 4196468 140721193458464 140156405397776 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20872] ppid=20808 vsize=10997500 CPUtime=7.06 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20872/stat : 20872 (java) S 20808 20811 14618 0 -1 1077944384 14090 12630 0 0 628 66 9 3 20 0 20 0 5928579 11261440000 798272 33554432000 4194304 4196468 140721193458464 140156404345232 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20873] ppid=20808 vsize=10997500 CPUtime=6.79 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20873/stat : 20873 (java) S 20808 20811 14618 0 -1 1077944384 12887 12630 0 0 603 64 9 3 20 0 20 0 5928580 11261440000 798272 33554432000 4194304 4196468 140721193458464 140156403292688 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20874] ppid=20808 vsize=10997500 CPUtime=6.9 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20874/stat : 20874 (java) S 20808 20811 14618 0 -1 1077944384 9628 12630 0 0 612 66 9 3 20 0 20 0 5928580 11261440000 798272 33554432000 4194304 4196468 140721193458464 140156402240144 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20875] ppid=20808 vsize=10997500 CPUtime=2.72 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20875/stat : 20875 (java) S 20808 20811 14618 0 -1 1077944384 25942 12630 0 0 216 44 9 3 20 0 20 0 5928582 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155958118896 140156483545730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20876] ppid=20808 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20876/stat : 20876 (java) S 20808 20811 14618 0 -1 1077944384 59 12630 0 0 0 0 9 3 20 0 20 0 5928583 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155957065184 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20877] ppid=20808 vsize=10997500 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20877/stat : 20877 (java) S 20808 20811 14618 0 -1 1077944384 44 12630 0 0 1 0 9 3 20 0 20 0 5928583 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155956012544 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20878] ppid=20808 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20878/stat : 20878 (java) S 20808 20811 14618 0 -1 1077944384 1 12630 0 0 0 0 9 3 20 0 20 0 5928587 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155954961104 140156483553179 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20879] ppid=20808 vsize=10997500 CPUtime=8.36 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20879/stat : 20879 (java) S 20808 20811 14618 0 -1 1077944384 45772 12630 0 0 815 9 9 3 20 0 20 0 5928587 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155953907696 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20880] ppid=20808 vsize=10997500 CPUtime=8.67 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20880/stat : 20880 (java) S 20808 20811 14618 0 -1 1077944384 50783 12630 0 0 847 8 9 3 20 0 20 0 5928587 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155952855152 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20881] ppid=20808 vsize=10997500 CPUtime=8.5 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20881/stat : 20881 (java) S 20808 20811 14618 0 -1 1077944384 39153 12630 0 0 830 8 9 3 20 0 20 0 5928587 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155951802608 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20882] ppid=20808 vsize=10997500 CPUtime=4.54 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20882/stat : 20882 (java) S 20808 20811 14618 0 -1 1077944384 69359 12630 0 0 429 13 9 3 20 0 20 0 5928587 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155950750064 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20883] ppid=20808 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20883/stat : 20883 (java) S 20808 20811 14618 0 -1 1077944384 3 12630 0 0 0 0 9 3 20 0 20 0 5928587 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155949697760 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20884] ppid=20808 vsize=10997500 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20884/stat : 20884 (java) S 20808 20811 14618 0 -1 1077944384 1380 12630 0 0 60 65 9 3 20 0 20 0 5928588 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155948645296 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
Current children cumulated CPU time (s) 2398.29
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2324.1 s]
/proc/loadavg: 1.78 1.71 1.64 3/281 22523
/proc/meminfo: memFree=25311072/32770624 swapFree=5940/270104
[pid=20811] ppid=20808 vsize=10997500 CPUtime=2400.09 cores=1,3,5,7,9,11,13,15
/proc/20811/stat : 20811 (java) S 20808 20811 14618 0 -1 1077944320 617623 12630 0 0 239254 743 9 3 20 0 20 0 5928566 11261440000 798272 33554432000 4194304 4196468 140721193458464 140721193441008 140156483534583 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
/proc/20811/statm: 2749375 798272 3520 1 0 2736930 0
[pid=20811/tid=20866] ppid=20808 vsize=10997500 CPUtime=2312.1 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20866/stat : 20866 (java) R 20808 20811 14618 0 -1 4202560 284765 12630 0 0 231095 103 9 3 20 0 20 0 5928579 11261440000 798272 33554432000 4194304 4196468 140721193458464 140156487768000 140156075054655 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20867] ppid=20808 vsize=10997500 CPUtime=6.92 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20867/stat : 20867 (java) S 20808 20811 14618 0 -1 1077944384 11911 12630 0 0 613 67 9 3 20 0 20 0 5928579 11261440000 798272 33554432000 4194304 4196468 140721193458464 140156409608976 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20868] ppid=20808 vsize=10997500 CPUtime=6.93 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20868/stat : 20868 (java) S 20808 20811 14618 0 -1 1077944384 14763 12630 0 0 616 65 9 3 20 0 20 0 5928579 11261440000 798272 33554432000 4194304 4196468 140721193458464 140156408556432 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20869] ppid=20808 vsize=10997500 CPUtime=6.95 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20869/stat : 20869 (java) S 20808 20811 14618 0 -1 1077944384 7182 12630 0 0 618 65 9 3 20 0 20 0 5928579 11261440000 798272 33554432000 4194304 4196468 140721193458464 140156407503888 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20870] ppid=20808 vsize=10997500 CPUtime=6.86 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20870/stat : 20870 (java) S 20808 20811 14618 0 -1 1077944384 12784 12630 0 0 607 67 9 3 20 0 20 0 5928579 11261440000 798272 33554432000 4194304 4196468 140721193458464 140156406451344 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20871] ppid=20808 vsize=10997500 CPUtime=6.92 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20871/stat : 20871 (java) S 20808 20811 14618 0 -1 1077944384 14988 12630 0 0 613 67 9 3 20 0 20 0 5928579 11261440000 798272 33554432000 4194304 4196468 140721193458464 140156405397776 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20872] ppid=20808 vsize=10997500 CPUtime=7.06 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20872/stat : 20872 (java) S 20808 20811 14618 0 -1 1077944384 14090 12630 0 0 628 66 9 3 20 0 20 0 5928579 11261440000 798272 33554432000 4194304 4196468 140721193458464 140156404345232 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20873] ppid=20808 vsize=10997500 CPUtime=6.79 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20873/stat : 20873 (java) S 20808 20811 14618 0 -1 1077944384 12887 12630 0 0 603 64 9 3 20 0 20 0 5928580 11261440000 798272 33554432000 4194304 4196468 140721193458464 140156403292688 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20874] ppid=20808 vsize=10997500 CPUtime=6.9 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20874/stat : 20874 (java) S 20808 20811 14618 0 -1 1077944384 9628 12630 0 0 612 66 9 3 20 0 20 0 5928580 11261440000 798272 33554432000 4194304 4196468 140721193458464 140156402240144 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20875] ppid=20808 vsize=10997500 CPUtime=2.72 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20875/stat : 20875 (java) S 20808 20811 14618 0 -1 1077944384 25942 12630 0 0 216 44 9 3 20 0 20 0 5928582 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155958118896 140156483545730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20876] ppid=20808 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20876/stat : 20876 (java) S 20808 20811 14618 0 -1 1077944384 59 12630 0 0 0 0 9 3 20 0 20 0 5928583 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155957065184 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20877] ppid=20808 vsize=10997500 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20877/stat : 20877 (java) S 20808 20811 14618 0 -1 1077944384 44 12630 0 0 1 0 9 3 20 0 20 0 5928583 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155956012544 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20878] ppid=20808 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20878/stat : 20878 (java) S 20808 20811 14618 0 -1 1077944384 1 12630 0 0 0 0 9 3 20 0 20 0 5928587 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155954961104 140156483553179 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20879] ppid=20808 vsize=10997500 CPUtime=8.36 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20879/stat : 20879 (java) S 20808 20811 14618 0 -1 1077944384 45772 12630 0 0 815 9 9 3 20 0 20 0 5928587 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155953907696 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20880] ppid=20808 vsize=10997500 CPUtime=8.67 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20880/stat : 20880 (java) S 20808 20811 14618 0 -1 1077944384 50783 12630 0 0 847 8 9 3 20 0 20 0 5928587 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155952855152 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20881] ppid=20808 vsize=10997500 CPUtime=8.5 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20881/stat : 20881 (java) S 20808 20811 14618 0 -1 1077944384 39153 12630 0 0 830 8 9 3 20 0 20 0 5928587 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155951802608 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20882] ppid=20808 vsize=10997500 CPUtime=4.54 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20882/stat : 20882 (java) S 20808 20811 14618 0 -1 1077944384 69359 12630 0 0 429 13 9 3 20 0 20 0 5928587 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155950750064 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20883] ppid=20808 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20883/stat : 20883 (java) S 20808 20811 14618 0 -1 1077944384 3 12630 0 0 0 0 9 3 20 0 20 0 5928587 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155949697760 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20884] ppid=20808 vsize=10997500 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20884/stat : 20884 (java) S 20808 20811 14618 0 -1 1077944384 1380 12630 0 0 60 65 9 3 20 0 20 0 5928588 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155948645296 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
Current children cumulated CPU time (s) 2400.09
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 20811 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2324.1 s]
/proc/loadavg: 1.78 1.71 1.64 3/281 22523
/proc/meminfo: memFree=25311072/32770624 swapFree=5940/270104
[pid=20811] ppid=20808 vsize=10997500 CPUtime=2400.09 cores=1,3,5,7,9,11,13,15
/proc/20811/stat : 20811 (java) S 20808 20811 14618 0 -1 1077944320 617623 12630 0 0 239254 743 9 3 20 0 20 0 5928566 11261440000 798272 33554432000 4194304 4196468 140721193458464 140721193441008 140156483534583 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
/proc/20811/statm: 2749375 798272 3520 1 0 2736930 0
[pid=20811/tid=20866] ppid=20808 vsize=10997500 CPUtime=2312.1 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20866/stat : 20866 (java) R 20808 20811 14618 0 -1 4202560 284765 12630 0 0 231095 103 9 3 20 0 20 0 5928579 11261440000 798272 33554432000 4194304 4196468 140721193458464 140156487768000 140156075054655 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20867] ppid=20808 vsize=10997500 CPUtime=6.92 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20867/stat : 20867 (java) S 20808 20811 14618 0 -1 1077944384 11911 12630 0 0 613 67 9 3 20 0 20 0 5928579 11261440000 798272 33554432000 4194304 4196468 140721193458464 140156409608976 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20868] ppid=20808 vsize=10997500 CPUtime=6.93 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20868/stat : 20868 (java) S 20808 20811 14618 0 -1 1077944384 14763 12630 0 0 616 65 9 3 20 0 20 0 5928579 11261440000 798272 33554432000 4194304 4196468 140721193458464 140156408556432 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20869] ppid=20808 vsize=10997500 CPUtime=6.95 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20869/stat : 20869 (java) S 20808 20811 14618 0 -1 1077944384 7182 12630 0 0 618 65 9 3 20 0 20 0 5928579 11261440000 798272 33554432000 4194304 4196468 140721193458464 140156407503888 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20870] ppid=20808 vsize=10997500 CPUtime=6.86 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20870/stat : 20870 (java) S 20808 20811 14618 0 -1 1077944384 12784 12630 0 0 607 67 9 3 20 0 20 0 5928579 11261440000 798272 33554432000 4194304 4196468 140721193458464 140156406451344 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20871] ppid=20808 vsize=10997500 CPUtime=6.92 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20871/stat : 20871 (java) S 20808 20811 14618 0 -1 1077944384 14988 12630 0 0 613 67 9 3 20 0 20 0 5928579 11261440000 798272 33554432000 4194304 4196468 140721193458464 140156405397776 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20872] ppid=20808 vsize=10997500 CPUtime=7.06 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20872/stat : 20872 (java) S 20808 20811 14618 0 -1 1077944384 14090 12630 0 0 628 66 9 3 20 0 20 0 5928579 11261440000 798272 33554432000 4194304 4196468 140721193458464 140156404345232 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20873] ppid=20808 vsize=10997500 CPUtime=6.79 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20873/stat : 20873 (java) S 20808 20811 14618 0 -1 1077944384 12887 12630 0 0 603 64 9 3 20 0 20 0 5928580 11261440000 798272 33554432000 4194304 4196468 140721193458464 140156403292688 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20874] ppid=20808 vsize=10997500 CPUtime=6.9 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20874/stat : 20874 (java) S 20808 20811 14618 0 -1 1077944384 9628 12630 0 0 612 66 9 3 20 0 20 0 5928580 11261440000 798272 33554432000 4194304 4196468 140721193458464 140156402240144 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20875] ppid=20808 vsize=10997500 CPUtime=2.72 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20875/stat : 20875 (java) S 20808 20811 14618 0 -1 1077944384 25942 12630 0 0 216 44 9 3 20 0 20 0 5928582 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155958118896 140156483545730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20876] ppid=20808 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20876/stat : 20876 (java) S 20808 20811 14618 0 -1 1077944384 59 12630 0 0 0 0 9 3 20 0 20 0 5928583 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155957065184 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20877] ppid=20808 vsize=10997500 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20877/stat : 20877 (java) S 20808 20811 14618 0 -1 1077944384 44 12630 0 0 1 0 9 3 20 0 20 0 5928583 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155956012544 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20878] ppid=20808 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20878/stat : 20878 (java) S 20808 20811 14618 0 -1 1077944384 1 12630 0 0 0 0 9 3 20 0 20 0 5928587 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155954961104 140156483553179 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20879] ppid=20808 vsize=10997500 CPUtime=8.36 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20879/stat : 20879 (java) S 20808 20811 14618 0 -1 1077944384 45772 12630 0 0 815 9 9 3 20 0 20 0 5928587 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155953907696 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20880] ppid=20808 vsize=10997500 CPUtime=8.67 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20880/stat : 20880 (java) S 20808 20811 14618 0 -1 1077944384 50783 12630 0 0 847 8 9 3 20 0 20 0 5928587 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155952855152 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20881] ppid=20808 vsize=10997500 CPUtime=8.5 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20881/stat : 20881 (java) S 20808 20811 14618 0 -1 1077944384 39153 12630 0 0 830 8 9 3 20 0 20 0 5928587 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155951802608 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20882] ppid=20808 vsize=10997500 CPUtime=4.54 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20882/stat : 20882 (java) S 20808 20811 14618 0 -1 1077944384 69359 12630 0 0 429 13 9 3 20 0 20 0 5928587 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155950750064 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20883] ppid=20808 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20883/stat : 20883 (java) S 20808 20811 14618 0 -1 1077944384 3 12630 0 0 0 0 9 3 20 0 20 0 5928587 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155949697760 140156483544789 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
[pid=20811/tid=20884] ppid=20808 vsize=10997500 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/20811/task/20884/stat : 20884 (java) S 20808 20811 14618 0 -1 1077944384 1380 12630 0 0 60 65 9 3 20 0 20 0 5928588 11261440000 798272 33554432000 4194304 4196468 140721193458464 140155948645296 140156483545730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 12578816 140721193462465 140721193465239 140721193465239 140721193467855 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 10997500

Child status: 143
Real time (s): 2324.16
CPU time (s): 2400.16
CPU user time (s): 2392.65
CPU system time (s): 7.51022
CPU usage (%): 103.27
Max. virtual memory (cumulated for all children) (KiB): 10999624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2392.65
system time used= 7.51022
maximum resident set size= 3194112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 634492
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 146735
involuntary context switches= 138855

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4947 second user time and 19.9074 second system time

The end

Launcher Data

Begin job on node138 at 2017-07-22 08:56:57
IDJOB=4245705
IDBENCH=123063
IDSOLVER=2630
FILE ID=node138/4245705-1500706617
RUNJOBID= node138-1500684099-14650
PBS_JOBID= 20623345
Free space on /tmp= 61968 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-nug21.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245705-1500706617/watcher-4245705-1500706617 -o /tmp/evaluation-result-4245705-1500706617/solver-4245705-1500706617 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500684099-14650 --watchdog 2560  bin/concrete HOME/instance-4245705-1500706617.xml

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

MD5SUM BENCH= e5033dc7ed55784590c83dd9aaaff95e
RANDOM SEED=1878736057

node138.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.44
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.44
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		: 2668.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.44
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		: 2668.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.44
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		: 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.44
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.44
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		: 2133.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.44
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		: 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.44
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:        30784064 kB
MemAvailable:   31005896 kB
Buffers:          122460 kB
Cached:           379780 kB
SwapCached:            0 kB
Active:          1271604 kB
Inactive:         275948 kB
Active(anon):    1048424 kB
Inactive(anon):     8608 kB
Active(file):     223180 kB
Inactive(file):   267340 kB
Unevictable:        5940 kB
Mlocked:            5940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24252 kB
Writeback:             0 kB
AnonPages:       1135708 kB
Mapped:            44084 kB
Shmem:              8852 kB
Slab:             128452 kB
SReclaimable:      94292 kB
SUnreclaim:        34160 kB
KernelStack:        4896 kB
PageTables:         7564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1794404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    894976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      140672 kB
DirectMap2M:    33404928 kB

Free space on /tmp at the end= 61944 MiB
End job on node138 at 2017-07-22 09:35:41