Trace number 4262125

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
Concrete 3.4SAT (TO)1302 2520.1201 2463.9399

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-015-15-9.xml
MD5SUMa459d91dacc3f59ecbf6a687bb73e496
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1243
Best CPU time to get the best result obtained on this benchmark2400.07
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints255
Number of domains1
Minimum domain size1359
Maximum domain size1359
Distribution of domain sizes[{"size":1359,"count":240}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":225}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":15,"count":15}]
Number of extensional constraints0
Number of intensional constraints240
Distribution of constraint types[{"type":"intension","count":240},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

3.20/2.18	c Concrete v3.4 running
19.16/8.42	o 1358
19.16/8.49	o 1357
19.45/8.54	o 1356
20.15/8.81	o 1355
20.83/9.31	o 1354
20.83/9.35	o 1353
21.14/9.53	o 1352
21.27/9.60	o 1351
23.30/10.50	o 1350
23.60/10.69	o 1349
30.54/16.31	o 1348
34.71/20.44	o 1347
34.93/20.62	o 1346
34.93/20.65	o 1345
35.05/20.73	o 1344
35.05/20.80	o 1343
35.17/20.89	o 1342
35.27/20.92	o 1341
150.59/135.02	o 1340
150.59/135.05	o 1339
150.59/135.07	o 1338
150.71/135.10	o 1337
150.71/135.13	o 1336
150.71/135.16	o 1335
150.71/135.19	o 1334
158.24/142.43	o 1333
162.90/147.05	o 1332
179.66/163.52	o 1331
179.66/163.55	o 1330
179.89/163.71	o 1329
179.99/163.85	o 1328
179.99/163.88	o 1327
180.16/163.91	o 1326
180.16/163.98	o 1325
180.16/164.00	o 1324
180.38/164.15	o 1323
180.38/164.18	o 1322
180.48/164.21	o 1321
180.48/164.23	o 1320
180.48/164.29	o 1319
180.70/164.45	o 1318
182.13/165.80	o 1317
182.13/165.83	o 1316
182.13/165.85	o 1315
182.13/165.88	o 1314
182.23/165.90	o 1313
182.23/165.93	o 1312
182.23/165.96	o 1311
182.23/165.99	o 1310
182.35/166.01	o 1309
182.35/166.04	o 1308
182.35/166.07	o 1307
182.66/166.38	o 1306
407.29/387.76	o 1305
407.51/387.96	o 1304
407.71/388.12	o 1303
418.58/398.86	o 1302
2520.08/2463.90	java.util.concurrent.TimeoutException
2520.08/2463.90		at concrete.MAC.mac(MAC.scala:74)
2520.08/2463.90		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.08/2463.90		at scala.util.Try$.apply(Try.scala:209)
2520.08/2463.90		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.08/2463.90		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.08/2463.90		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.08/2463.90		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.08/2463.90		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.08/2463.90		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.08/2463.91		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.08/2463.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.08/2463.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.08/2463.91		at concrete.MAC.oneRun(MAC.scala:146)
2520.08/2463.91		at concrete.MAC.nextSolution(MAC.scala:166)
2520.08/2463.91		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.08/2463.91		at concrete.ProblemState.map(ProblemState.scala:203)
2520.08/2463.91		at concrete.ProblemState.map(ProblemState.scala:188)
2520.08/2463.91		at concrete.MAC.nextSolution(MAC.scala:195)
2520.08/2463.91		at concrete.Solver.hasNext(Solver.scala:202)
2520.08/2463.91		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.08/2463.91		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.08/2463.91		at concrete.Solver.toStream(Solver.scala:73)
2520.08/2463.91		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.08/2463.91		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.08/2463.91		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.08/2463.91		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.08/2463.91		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.08/2463.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.08/2463.91		at scala.util.Success.map(Try.scala:209)
2520.08/2463.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.08/2463.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.08/2463.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.08/2463.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.08/2463.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.08/2463.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.08/2463.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.08/2463.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.08/2463.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.08/2463.91		at scala.collection.immutable.List.foreach(List.scala:389)
2520.08/2463.91		at scala.App.main(App.scala:76)
2520.08/2463.91		at scala.App.main$(App.scala:74)
2520.08/2463.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.08/2463.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2463.91	v <instantiation cost="1302">
2520.08/2463.91	v       <list>
2520.08/2463.91	v         s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[0][11] s[0][12] s[0][13] s[0][14] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[1][11] s[1][12] s[1][13] s[1][14] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[2][11] s[2][12] s[2][13] s[2][14] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[3][10] s[3][11] s[3][12] s[3][13] s[3][14] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[4][10] s[4][11] s[4][12] s[4][13] s[4][14] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[5][10] s[5][11] s[5][12] s[5][13] s[5][14] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] s[6][7] s[6][8] s[6][9] s[6][10] s[6][11] s[6][12] s[6][13] s[6][14] s[7][0] s[7][1] s[7][2] s[7][3] s[7][4] s[7][5] s[7][6] s[7][7] s[7][8] s[7][9] s[7][10] s[7][11] s[7][12] s[7][13] s[7][14] s[8][0] s[8][1] s[8][2] s[8][3] s[8][4] s[8][5] s[8][6] s[8][7] s[8][8] s[8][9] s[8][10] s[8][11] s[8][12] s[8][13] s[8][14] s[9][0] s[9][1] s[9][2] s[9][3] s[9][4] s[9][5] s[9][6] s[9][7] s[9][8] s[9][9] s[9][10] s[9][11] s[9][12] s[9][13] s[9][14] s[10][0] s[10][1] s[10][2] s[10][3] s[10][4] s[10][5] s[10][6] s[10][7] s[10][8] s[10][9] s[10][10] s[10][11] s[10][12] s[10][13] s[10][14] s[11][0] s[11][1] s[11][2] s[11][3] s[11][4] s[11][5] s[11][6] s[11][7] s[11][8] s[11][9] s[11][10] s[11][11] s[11][12] s[11][13] s[11][14] s[12][0] s[12][1] s[12][2] s[12][3] s[12][4] s[12][5] s[12][6] s[12][7] s[12][8] s[12][9] s[12][10] s[12][11] s[12][12] s[12][13] s[12][14] s[13][0] s[13][1] s[13][2] s[13][3] s[13][4] s[13][5] s[13][6] s[13][7] s[13][8] s[13][9] s[13][10] s[13][11] s[13][12] s[13][13] s[13][14] s[14][0] s[14][1] s[14][2] s[14][3] s[14][4] s[14][5] s[14][6] s[14][7] s[14][8] s[14][9] s[14][10] s[14][11] s[14][12] s[14][13] s[14][14] e[0] e[1] e[2] e[3] e[4] e[5] e[6] e[7] e[8] e[9] e[10] e[11] e[12] e[13] e[14]
2520.08/2463.91	v       </list>
2520.08/2463.91	v       <values>
2520.08/2463.91	v         54 182 260 425 562 643 734 827 897 911 1036 1131 1180 1216 1301 3 89 214 236 265 317 388 404 548 609 774 827 1012 1143 1188 126 222 325 396 398 450 487 576 657 763 830 896 920 1025 1117 10 24 130 367 373 491 550 551 595 689 719 833 971 1049 1101 225 328 367 461 565 602 664 734 831 926 990 994 1071 1121 1224 13 86 114 221 268 325 531 564 577 881 930 953 991 1023 1218 0 6 86 199 305 493 524 835 904 1001 1033 1123 1187 1259 1277 1 47 77 99 413 562 625 714 915 920 957 962 1050 1067 1196 8 52 111 198 453 504 559 716 768 794 812 879 1135 1207 1242 407 434 448 552 623 684 786 923 942 971 1004 1092 1122 1213 1291 13 157 273 323 373 456 475 525 567 640 672 710 809 1018 1232 165 239 292 409 497 574 693 733 751 820 827 836 999 1007 1135 132 224 452 474 648 678 756 907 912 966 974 1019 1032 1134 1228 28 80 168 304 372 403 445 490 575 657 708 805 989 1196 1280 71 83 118 204 251 293 339 413 488 587 630 717 814 907 1245 1302 1218 1186 1117 1302 1290 1302 1242 1302 1302 1302 1228 1302 1302 1301
2520.08/2463.91	v       </values>
2520.08/2463.91	v     </instantiation>
2520.08/2463.91	s SATISFIABLE

Verifier Data

OK	1302

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-4262125-1502417175/watcher-4262125-1502417175 -o /tmp/evaluation-result-4262125-1502417175/solver-4262125-1502417175 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19681 --watchdog 2580 bin/concrete HOME/instance-4262125-1502417175.xml 

pid=20517
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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.61 1.41 1.41 3/194 20520
/proc/meminfo: memFree=28575540/32770624 swapFree=0/540244
[pid=20520] ppid=20517 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/20520/stat : 20520 (runsolver) D 20517 20520 19618 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 43911012 24240128 107 18446744073709551615 4194304 4338465 140734313488960 140734313486600 140027269493463 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 34217984 140734313492688 140734313493065 140734313493065 140734313496522 0
/proc/20520/statm: 5918 107 54 36 0 2156 0

[startup+0.110308 s]
/proc/loadavg: 1.61 1.41 1.41 3/194 20520
/proc/meminfo: memFree=28575540/32770624 swapFree=0/540244
[pid=20520] ppid=20517 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/20520/stat : 20520 (bash) S 20517 20520 19618 0 -1 4202496 891 6488 0 0 0 0 0 1 20 0 1 0 43911012 9867264 377 18446744073709551615 4194304 5098028 140726547685088 140726547679096 139747359112192 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 6 0 0 7196144 7232144 28971008 140726547690004 140726547690089 140726547690089 140726547693546 0
/proc/20520/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200359 s]
/proc/loadavg: 1.61 1.41 1.41 3/194 20520
/proc/meminfo: memFree=28575540/32770624 swapFree=0/540244
[pid=20520] ppid=20517 vsize=13358716 CPUtime=0.09 cores=0,2,4,6
/proc/20520/stat : 20520 (java) S 20517 20520 19618 0 -1 1077944320 4376 12541 0 0 1 0 5 3 20 0 6 0 43911012 13679325184 3185 18446744073709551615 4194304 4196468 140730488758272 140730488740816 140299366891255 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
/proc/20520/statm: 3339679 3185 1906 1 0 3329176 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13358716

[startup+0.309308 s]
/proc/loadavg: 1.61 1.41 1.41 3/194 20520
/proc/meminfo: memFree=28575540/32770624 swapFree=0/540244
[pid=20520] ppid=20517 vsize=13974356 CPUtime=0.21 cores=0,2,4,6
/proc/20520/stat : 20520 (java) S 20517 20520 19618 0 -1 1077944320 7031 12541 0 0 12 1 5 3 20 0 15 0 43911012 14309740544 7688 18446744073709551615 4194304 4196468 140730488758272 140730488740816 140299366891255 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
/proc/20520/statm: 3493589 7688 2907 1 0 3482965 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 13974356

[startup+0.700329 s]
/proc/loadavg: 1.61 1.41 1.41 3/194 20520
/proc/meminfo: memFree=28575540/32770624 swapFree=0/540244
[pid=20520] ppid=20517 vsize=13974784 CPUtime=0.73 cores=0,2,4,6
/proc/20520/stat : 20520 (java) S 20517 20520 19618 0 -1 1077944320 14194 12541 0 0 61 4 5 3 20 0 15 0 43911012 14310178816 15163 18446744073709551615 4194304 4196468 140730488758272 140730488740816 140299366891255 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
/proc/20520/statm: 3493696 15163 3110 1 0 3482965 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 13974784

[startup+1.50064 s]
/proc/loadavg: 1.61 1.41 1.41 4/209 20583
/proc/meminfo: memFree=28480492/32770624 swapFree=0/540268
[pid=20520] ppid=20517 vsize=13985408 CPUtime=1.98 cores=0,2,4,6
/proc/20520/stat : 20520 (java) S 20517 20520 19618 0 -1 1077944320 28209 12541 0 0 182 8 5 3 20 0 15 0 43911012 14321057792 43048 18446744073709551615 4194304 4196468 140730488758272 140730488740816 140299366891255 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
/proc/20520/statm: 3496352 43048 3369 1 0 3485525 0
[pid=20520/tid=20570] ppid=20517 vsize=13985408 CPUtime=1.31 cores=0,2,4,6
/proc/20520/task/20570/stat : 20570 (java) R 20517 20520 19618 0 -1 4202560 21256 12541 0 0 117 6 5 3 20 0 15 0 43911030 14321057792 43048 18446744073709551615 4194304 4196468 140730488758272 140299371111408 140299352571408 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20571] ppid=20517 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20571/stat : 20571 (java) S 20517 20520 19618 0 -1 1077944384 58 12541 0 0 0 0 5 3 20 0 15 0 43911031 14321057792 43048 18446744073709551615 4194304 4196468 140730488758272 140299336604816 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20572] ppid=20517 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/20520/task/20572/stat : 20572 (java) S 20517 20520 19618 0 -1 1077944384 180 12541 0 0 1 0 5 3 20 0 15 0 43911031 14321057792 43048 18446744073709551615 4194304 4196468 140730488758272 140298965511184 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20573] ppid=20517 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/20520/task/20573/stat : 20573 (java) S 20517 20520 19618 0 -1 1077944384 30 12541 0 0 1 0 5 3 20 0 15 0 43911031 14321057792 43048 18446744073709551615 4194304 4196468 140730488758272 140298964458384 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20574] ppid=20517 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/20520/task/20574/stat : 20574 (java) S 20517 20520 19618 0 -1 1077944384 46 12541 0 0 1 0 5 3 20 0 15 0 43911031 14321057792 43048 18446744073709551615 4194304 4196468 140730488758272 140298963405584 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20575] ppid=20517 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/20520/task/20575/stat : 20575 (java) S 20517 20520 19618 0 -1 1077944384 1197 12541 0 0 1 0 5 3 20 0 15 0 43911032 14321057792 43048 18446744073709551615 4194304 4196468 140730488758272 140298283583856 140299366902402 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20576] ppid=20517 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20576/stat : 20576 (java) S 20517 20520 19618 0 -1 1077944384 57 12541 0 0 0 0 5 3 20 0 15 0 43911032 14321057792 43048 18446744073709551615 4194304 4196468 140730488758272 140298282529888 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20577] ppid=20517 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20577/stat : 20577 (java) S 20517 20520 19618 0 -1 1077944384 43 12541 0 0 0 0 5 3 20 0 15 0 43911033 14321057792 43048 18446744073709551615 4194304 4196468 140730488758272 140298281476992 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20578] ppid=20517 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20578/stat : 20578 (java) S 20517 20520 19618 0 -1 1077944384 3 12541 0 0 0 0 5 3 20 0 15 0 43911035 14321057792 43048 18446744073709551615 4194304 4196468 140730488758272 140298280425296 140299366909851 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20579] ppid=20517 vsize=13985408 CPUtime=0.25 cores=0,2,4,6
/proc/20520/task/20579/stat : 20579 (java) S 20517 20520 19618 0 -1 1077944384 1205 12541 0 0 17 0 5 3 20 0 15 0 43911035 14321057792 43048 18446744073709551615 4194304 4196468 140730488758272 140298279373680 140299366902402 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20580] ppid=20517 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/20520/task/20580/stat : 20580 (java) S 20517 20520 19618 0 -1 1077944384 716 12541 0 0 16 0 5 3 20 0 15 0 43911036 14321057792 43048 18446744073709551615 4194304 4196468 140730488758272 140298278320880 140299366902402 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20581] ppid=20517 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/20520/task/20581/stat : 20581 (java) S 20517 20520 19618 0 -1 1077944384 1261 12541 0 0 23 0 5 3 20 0 15 0 43911036 14321057792 43048 18446744073709551615 4194304 4196468 140730488758272 140298277268080 140299366902402 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20582] ppid=20517 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20582/stat : 20582 (java) S 20517 20520 19618 0 -1 1077944384 3 12541 0 0 0 0 5 3 20 0 15 0 43911036 14321057792 43048 18446744073709551615 4194304 4196468 140730488758272 140298276215520 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20583] ppid=20517 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20583/stat : 20583 (java) S 20517 20520 19618 0 -1 1077944384 3 12541 0 0 0 0 5 3 20 0 15 0 43911039 14321057792 43048 18446744073709551615 4194304 4196468 140730488758272 140298275162800 140299366902402 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 13985408

[startup+3.10135 s]
/proc/loadavg: 1.61 1.41 1.41 3/209 20583
/proc/meminfo: memFree=28395344/32770624 swapFree=0/540268
[pid=20520] ppid=20517 vsize=13997884 CPUtime=5.65 cores=0,2,4,6
/proc/20520/stat : 20520 (java) S 20517 20520 19618 0 -1 1077944320 36426 12541 0 0 542 15 5 3 20 0 15 0 43911012 14333833216 56780 18446744073709551615 4194304 4196468 140730488758272 140730488740816 140299366891255 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
/proc/20520/statm: 3499471 56780 3440 1 0 3488085 0
[pid=20520/tid=20570] ppid=20517 vsize=13997884 CPUtime=2.9 cores=0,2,4,6
/proc/20520/task/20570/stat : 20570 (java) R 20517 20520 19618 0 -1 4202560 25046 12541 0 0 273 9 5 3 20 0 15 0 43911030 14333833216 56780 18446744073709551615 4194304 4196468 140730488758272 140299371118376 140299018276478 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20571] ppid=20517 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20571/stat : 20571 (java) S 20517 20520 19618 0 -1 1077944384 58 12541 0 0 0 0 5 3 20 0 15 0 43911031 14333833216 56780 18446744073709551615 4194304 4196468 140730488758272 140299336604816 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20572] ppid=20517 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/20520/task/20572/stat : 20572 (java) S 20517 20520 19618 0 -1 1077944384 180 12541 0 0 1 0 5 3 20 0 15 0 43911031 14333833216 56780 18446744073709551615 4194304 4196468 140730488758272 140298965511184 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20573] ppid=20517 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/20520/task/20573/stat : 20573 (java) S 20517 20520 19618 0 -1 1077944384 30 12541 0 0 1 0 5 3 20 0 15 0 43911031 14333833216 56780 18446744073709551615 4194304 4196468 140730488758272 140298964458384 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20574] ppid=20517 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/20520/task/20574/stat : 20574 (java) S 20517 20520 19618 0 -1 1077944384 46 12541 0 0 1 0 5 3 20 0 15 0 43911031 14333833216 56780 18446744073709551615 4194304 4196468 140730488758272 140298963405584 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20575] ppid=20517 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/20520/task/20575/stat : 20575 (java) S 20517 20520 19618 0 -1 1077944384 1198 12541 0 0 1 0 5 3 20 0 15 0 43911032 14333833216 56780 18446744073709551615 4194304 4196468 140730488758272 140298283583856 140299366902402 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20576] ppid=20517 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20576/stat : 20576 (java) S 20517 20520 19618 0 -1 1077944384 57 12541 0 0 0 0 5 3 20 0 15 0 43911032 14333833216 56780 18446744073709551615 4194304 4196468 140730488758272 140298282529888 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20577] ppid=20517 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20577/stat : 20577 (java) S 20517 20520 19618 0 -1 1077944384 43 12541 0 0 0 0 5 3 20 0 15 0 43911033 14333833216 56780 18446744073709551615 4194304 4196468 140730488758272 140298281476992 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20578] ppid=20517 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20578/stat : 20578 (java) S 20517 20520 19618 0 -1 1077944384 3 12541 0 0 0 0 5 3 20 0 15 0 43911035 14333833216 56780 18446744073709551615 4194304 4196468 140730488758272 140298280425296 140299366909851 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20579] ppid=20517 vsize=13997884 CPUtime=0.84 cores=0,2,4,6
/proc/20520/task/20579/stat : 20579 (java) R 20517 20520 19618 0 -1 4202560 1927 12541 0 0 76 0 5 3 20 0 15 0 43911035 14333833216 56780 18446744073709551615 4194304 4196468 140730488758272 140298279354096 140299346324341 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20580] ppid=20517 vsize=13997884 CPUtime=0.84 cores=0,2,4,6
/proc/20520/task/20580/stat : 20580 (java) R 20517 20520 19618 0 -1 4202560 1506 12541 0 0 75 1 5 3 20 0 15 0 43911036 14333833216 56780 18446744073709551615 4194304 4196468 140730488758272 140298278320880 140299346547776 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20581] ppid=20517 vsize=13997884 CPUtime=1.19 cores=0,2,4,6
/proc/20520/task/20581/stat : 20581 (java) S 20517 20520 19618 0 -1 1077944384 4175 12541 0 0 109 2 5 3 20 0 15 0 43911036 14333833216 56780 18446744073709551615 4194304 4196468 140730488758272 140298277268080 140299366902402 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20582] ppid=20517 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20582/stat : 20582 (java) S 20517 20520 19618 0 -1 1077944384 3 12541 0 0 0 0 5 3 20 0 15 0 43911036 14333833216 56780 18446744073709551615 4194304 4196468 140730488758272 140298276215520 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20583] ppid=20517 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20583/stat : 20583 (java) S 20517 20520 19618 0 -1 1077944384 3 12541 0 0 0 0 5 3 20 0 15 0 43911039 14333833216 56780 18446744073709551615 4194304 4196468 140730488758272 140298275162800 140299366902402 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 13997884

[startup+6.30135 s]
/proc/loadavg: 1.88 1.47 1.43 6/209 20583
/proc/meminfo: memFree=28250700/32770624 swapFree=0/540264
[pid=20520] ppid=20517 vsize=14069564 CPUtime=15.22 cores=0,2,4,6
/proc/20520/stat : 20520 (java) S 20517 20520 19618 0 -1 1077944320 79240 12541 0 0 1487 27 5 3 20 0 15 0 43911012 14407233536 102085 18446744073709551615 4194304 4196468 140730488758272 140730488740816 140299366891255 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
/proc/20520/statm: 3517391 102085 3476 1 0 3506005 0
[pid=20520/tid=20570] ppid=20517 vsize=14069564 CPUtime=5.98 cores=0,2,4,6
/proc/20520/task/20570/stat : 20570 (java) R 20517 20520 19618 0 -1 4202560 44439 12541 0 0 578 12 5 3 20 0 15 0 43911030 14407233536 102085 18446744073709551615 4194304 4196468 140730488758272 140299371125328 140299010152192 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20571] ppid=20517 vsize=14069564 CPUtime=0.16 cores=0,2,4,6
/proc/20520/task/20571/stat : 20571 (java) S 20517 20520 19618 0 -1 1077944384 116 12541 0 0 7 1 5 3 20 0 15 0 43911031 14407233536 102085 18446744073709551615 4194304 4196468 140730488758272 140299336604816 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20572] ppid=20517 vsize=14069564 CPUtime=0.16 cores=0,2,4,6
/proc/20520/task/20572/stat : 20572 (java) S 20517 20520 19618 0 -1 1077944384 254 12541 0 0 7 1 5 3 20 0 15 0 43911031 14407233536 102085 18446744073709551615 4194304 4196468 140730488758272 140298965511184 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20573] ppid=20517 vsize=14069564 CPUtime=0.16 cores=0,2,4,6
/proc/20520/task/20573/stat : 20573 (java) S 20517 20520 19618 0 -1 1077944384 212 12541 0 0 7 1 5 3 20 0 15 0 43911031 14407233536 102085 18446744073709551615 4194304 4196468 140730488758272 140298964458384 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20574] ppid=20517 vsize=14069564 CPUtime=0.16 cores=0,2,4,6
/proc/20520/task/20574/stat : 20574 (java) S 20517 20520 19618 0 -1 1077944384 80 12541 0 0 7 1 5 3 20 0 15 0 43911031 14407233536 102085 18446744073709551615 4194304 4196468 140730488758272 140298963405584 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20575] ppid=20517 vsize=14069564 CPUtime=0.12 cores=0,2,4,6
/proc/20520/task/20575/stat : 20575 (java) S 20517 20520 19618 0 -1 1077944384 2327 12541 0 0 4 0 5 3 20 0 15 0 43911032 14407233536 102085 18446744073709551615 4194304 4196468 140730488758272 140298283583856 140299366902402 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20576] ppid=20517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20576/stat : 20576 (java) S 20517 20520 19618 0 -1 1077944384 57 12541 0 0 0 0 5 3 20 0 15 0 43911032 14407233536 102085 18446744073709551615 4194304 4196468 140730488758272 140298282529888 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20577] ppid=20517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20577/stat : 20577 (java) S 20517 20520 19618 0 -1 1077944384 43 12541 0 0 0 0 5 3 20 0 15 0 43911033 14407233536 102085 18446744073709551615 4194304 4196468 140730488758272 140298281476992 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20578] ppid=20517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20578/stat : 20578 (java) S 20517 20520 19618 0 -1 1077944384 3 12541 0 0 0 0 5 3 20 0 15 0 43911035 14407233536 102085 18446744073709551615 4194304 4196468 140730488758272 140298280425296 140299366909851 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20579] ppid=20517 vsize=14069564 CPUtime=3.5 cores=0,2,4,6
/proc/20520/task/20579/stat : 20579 (java) R 20517 20520 19618 0 -1 4202560 11092 12541 0 0 340 2 5 3 20 0 15 0 43911035 14407233536 102085 18446744073709551615 4194304 4196468 140730488758272 140298279363184 140299348412655 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20580] ppid=20517 vsize=14069564 CPUtime=3.5 cores=0,2,4,6
/proc/20520/task/20580/stat : 20580 (java) R 20517 20520 19618 0 -1 4202560 8793 12541 0 0 340 2 5 3 20 0 15 0 43911036 14407233536 102085 18446744073709551615 4194304 4196468 140730488758272 140298278310256 140299350388043 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20581] ppid=20517 vsize=14069564 CPUtime=2.03 cores=0,2,4,6
/proc/20520/task/20581/stat : 20581 (java) R 20517 20520 19618 0 -1 1077944384 9370 12541 0 0 192 3 5 3 20 0 15 0 43911036 14407233536 102085 18446744073709551615 4194304 4196468 140730488758272 140298277268080 140299366902402 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20582] ppid=20517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20582/stat : 20582 (java) S 20517 20520 19618 0 -1 1077944384 3 12541 0 0 0 0 5 3 20 0 15 0 43911036 14407233536 102085 18446744073709551615 4194304 4196468 140730488758272 140298276215520 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20583] ppid=20517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20583/stat : 20583 (java) S 20517 20520 19618 0 -1 1077944384 300 12541 0 0 0 0 5 3 20 0 15 0 43911039 14407233536 102085 18446744073709551615 4194304 4196468 140730488758272 140298275162800 140299366902402 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
Current children cumulated CPU time (s) 15.22
Current children cumulated vsize (KiB) 14069564

[startup+12.7014 s]
/proc/loadavg: 1.89 1.48 1.44 6/211 20585
/proc/meminfo: memFree=27890344/32770624 swapFree=0/540272
[pid=20520] ppid=20517 vsize=14069564 CPUtime=26.64 cores=0,2,4,6
/proc/20520/stat : 20520 (java) S 20517 20520 19618 0 -1 1077944320 95477 12541 0 0 2620 36 5 3 20 0 15 0 43911012 14407233536 173389 18446744073709551615 4194304 4196468 140730488758272 140730488740816 140299366891255 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
/proc/20520/statm: 3517391 173389 3481 1 0 3506005 0
[pid=20520/tid=20570] ppid=20517 vsize=14069564 CPUtime=11.99 cores=0,2,4,6
/proc/20520/task/20570/stat : 20570 (java) R 20517 20520 19618 0 -1 4202560 46606 12541 0 0 1175 16 5 3 20 0 15 0 43911030 14407233536 173389 18446744073709551615 4194304 4196468 140730488758272 140299371122008 140299026409495 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20571] ppid=20517 vsize=14069564 CPUtime=0.42 cores=0,2,4,6
/proc/20520/task/20571/stat : 20571 (java) S 20517 20520 19618 0 -1 1077944384 202 12541 0 0 32 2 5 3 20 0 15 0 43911031 14407233536 173389 18446744073709551615 4194304 4196468 140730488758272 140299336604816 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20572] ppid=20517 vsize=14069564 CPUtime=0.42 cores=0,2,4,6
/proc/20520/task/20572/stat : 20572 (java) S 20517 20520 19618 0 -1 1077944384 690 12541 0 0 32 2 5 3 20 0 15 0 43911031 14407233536 173389 18446744073709551615 4194304 4196468 140730488758272 140298965511184 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20573] ppid=20517 vsize=14069564 CPUtime=0.42 cores=0,2,4,6
/proc/20520/task/20573/stat : 20573 (java) S 20517 20520 19618 0 -1 1077944384 1071 12541 0 0 32 2 5 3 20 0 15 0 43911031 14407233536 173389 18446744073709551615 4194304 4196468 140730488758272 140298964458384 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20574] ppid=20517 vsize=14069564 CPUtime=0.42 cores=0,2,4,6
/proc/20520/task/20574/stat : 20574 (java) S 20517 20520 19618 0 -1 1077944384 152 12541 0 0 32 2 5 3 20 0 15 0 43911031 14407233536 173389 18446744073709551615 4194304 4196468 140730488758272 140298963405584 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20575] ppid=20517 vsize=14069564 CPUtime=0.23 cores=0,2,4,6
/proc/20520/task/20575/stat : 20575 (java) S 20517 20520 19618 0 -1 1077944384 9898 12541 0 0 15 0 5 3 20 0 15 0 43911032 14407233536 173389 18446744073709551615 4194304 4196468 140730488758272 140298283583856 140299366902402 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20576] ppid=20517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20576/stat : 20576 (java) S 20517 20520 19618 0 -1 1077944384 64 12541 0 0 0 0 5 3 20 0 15 0 43911032 14407233536 173389 18446744073709551615 4194304 4196468 140730488758272 140298282529888 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20577] ppid=20517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20577/stat : 20577 (java) S 20517 20520 19618 0 -1 1077944384 48 12541 0 0 0 0 5 3 20 0 15 0 43911033 14407233536 173389 18446744073709551615 4194304 4196468 140730488758272 140298281476992 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20578] ppid=20517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20578/stat : 20578 (java) S 20517 20520 19618 0 -1 1077944384 3 12541 0 0 0 0 5 3 20 0 15 0 43911035 14407233536 173389 18446744073709551615 4194304 4196468 140730488758272 140298280425296 140299366909851 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0

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

/proc/20520/task/20582/stat : 20582 (java) S 20517 20520 19618 0 -1 1077944384 3 12541 0 0 0 0 5 3 20 0 15 0 43911036 14407233536 209485 18446744073709551615 4194304 4196468 140730488758272 140298276215520 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20583] ppid=20517 vsize=14069564 CPUtime=1.46 cores=0,2,4,6
/proc/20520/task/20583/stat : 20583 (java) S 20517 20520 19618 0 -1 1077944384 2561 12541 0 0 68 70 5 3 20 0 15 0 43911039 14407233536 209485 18446744073709551615 4194304 4196468 140730488758272 140298275162800 140299366902402 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
Current children cumulated CPU time (s) 2375.93
Current children cumulated vsize (KiB) 14069564

[startup+2382.3 s]
/proc/loadavg: 1.26 1.28 1.32 3/210 20877
/proc/meminfo: memFree=27700916/32770624 swapFree=0/541316
[pid=20520] ppid=20517 vsize=14069564 CPUtime=2437.02 cores=0,2,4,6
/proc/20520/stat : 20520 (java) S 20517 20520 19618 0 -1 1077944320 226881 12541 0 0 243343 351 5 3 20 0 15 0 43911012 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140730488740816 140299366891255 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
/proc/20520/statm: 3517391 209997 3499 1 0 3506005 0
[pid=20520/tid=20570] ppid=20517 vsize=14069564 CPUtime=2356 cores=0,2,4,6
/proc/20520/task/20570/stat : 20570 (java) R 20517 20520 19618 0 -1 4202560 92276 12541 0 0 235544 48 5 3 20 0 15 0 43911030 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140299371124912 140299023839206 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20571] ppid=20517 vsize=14069564 CPUtime=14.02 cores=0,2,4,6
/proc/20520/task/20571/stat : 20571 (java) S 20517 20520 19618 0 -1 1077944384 9443 12541 0 0 1339 55 5 3 20 0 15 0 43911031 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140299336604816 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20572] ppid=20517 vsize=14069564 CPUtime=14.02 cores=0,2,4,6
/proc/20520/task/20572/stat : 20572 (java) S 20517 20520 19618 0 -1 1077944384 12065 12541 0 0 1340 54 5 3 20 0 15 0 43911031 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298965511184 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20573] ppid=20517 vsize=14069564 CPUtime=14.04 cores=0,2,4,6
/proc/20520/task/20573/stat : 20573 (java) S 20517 20520 19618 0 -1 1077944384 10554 12541 0 0 1342 54 5 3 20 0 15 0 43911031 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298964458384 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20574] ppid=20517 vsize=14069564 CPUtime=14.06 cores=0,2,4,6
/proc/20520/task/20574/stat : 20574 (java) S 20517 20520 19618 0 -1 1077944384 11637 12541 0 0 1347 51 5 3 20 0 15 0 43911031 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298963405584 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20575] ppid=20517 vsize=14069564 CPUtime=9.55 cores=0,2,4,6
/proc/20520/task/20575/stat : 20575 (java) S 20517 20520 19618 0 -1 1077944384 20034 12541 0 0 893 54 5 3 20 0 15 0 43911032 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298283583856 140299366902402 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20576] ppid=20517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20576/stat : 20576 (java) S 20517 20520 19618 0 -1 1077944384 74 12541 0 0 0 0 5 3 20 0 15 0 43911032 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298282529888 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20577] ppid=20517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20577/stat : 20577 (java) S 20517 20520 19618 0 -1 1077944384 48 12541 0 0 0 0 5 3 20 0 15 0 43911033 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298281476992 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20578] ppid=20517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20578/stat : 20578 (java) S 20517 20520 19618 0 -1 1077944384 3 12541 0 0 0 0 5 3 20 0 15 0 43911035 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298280425296 140299366909851 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20579] ppid=20517 vsize=14069564 CPUtime=6.06 cores=0,2,4,6
/proc/20520/task/20579/stat : 20579 (java) S 20517 20520 19618 0 -1 1077944384 22481 12541 0 0 594 4 5 3 20 0 15 0 43911035 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298279373680 140299366902402 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20580] ppid=20517 vsize=14069564 CPUtime=5.98 cores=0,2,4,6
/proc/20520/task/20580/stat : 20580 (java) S 20517 20520 19618 0 -1 1077944384 17667 12541 0 0 587 3 5 3 20 0 15 0 43911036 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298278320880 140299366902402 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20581] ppid=20517 vsize=14069564 CPUtime=2.42 cores=0,2,4,6
/proc/20520/task/20581/stat : 20581 (java) S 20517 20520 19618 0 -1 1077944384 25866 12541 0 0 228 6 5 3 20 0 15 0 43911036 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298277268080 140299366902402 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20582] ppid=20517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20582/stat : 20582 (java) S 20517 20520 19618 0 -1 1077944384 3 12541 0 0 0 0 5 3 20 0 15 0 43911036 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298276215520 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20583] ppid=20517 vsize=14069564 CPUtime=1.5 cores=0,2,4,6
/proc/20520/task/20583/stat : 20583 (java) S 20517 20520 19618 0 -1 1077944384 2579 12541 0 0 70 72 5 3 20 0 15 0 43911039 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298275162800 140299366902402 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
Current children cumulated CPU time (s) 2437.02
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.44 1.35 1.34 3/210 20879
/proc/meminfo: memFree=27740408/32770624 swapFree=0/541336
[pid=20520] ppid=20517 vsize=14069564 CPUtime=2498.08 cores=0,2,4,6
/proc/20520/stat : 20520 (java) S 20517 20520 19618 0 -1 1077944320 228010 12541 0 0 249442 358 5 3 20 0 15 0 43911012 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140730488740816 140299366891255 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
/proc/20520/statm: 3517391 209997 3499 1 0 3506005 0
[pid=20520/tid=20570] ppid=20517 vsize=14069564 CPUtime=2415.34 cores=0,2,4,6
/proc/20520/task/20570/stat : 20570 (java) R 20517 20520 19618 0 -1 4202560 92947 12541 0 0 241477 49 5 3 20 0 15 0 43911030 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140299371124704 140299007337600 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20571] ppid=20517 vsize=14069564 CPUtime=14.38 cores=0,2,4,6
/proc/20520/task/20571/stat : 20571 (java) S 20517 20520 19618 0 -1 1077944384 9491 12541 0 0 1374 56 5 3 20 0 15 0 43911031 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140299336604816 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20572] ppid=20517 vsize=14069564 CPUtime=14.39 cores=0,2,4,6
/proc/20520/task/20572/stat : 20572 (java) S 20517 20520 19618 0 -1 1077944384 12334 12541 0 0 1376 55 5 3 20 0 15 0 43911031 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298965511184 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20573] ppid=20517 vsize=14069564 CPUtime=14.39 cores=0,2,4,6
/proc/20520/task/20573/stat : 20573 (java) S 20517 20520 19618 0 -1 1077944384 10569 12541 0 0 1377 54 5 3 20 0 15 0 43911031 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298964458384 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20574] ppid=20517 vsize=14069564 CPUtime=14.43 cores=0,2,4,6
/proc/20520/task/20574/stat : 20574 (java) S 20517 20520 19618 0 -1 1077944384 11713 12541 0 0 1383 52 5 3 20 0 15 0 43911031 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298963405584 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20575] ppid=20517 vsize=14069564 CPUtime=9.78 cores=0,2,4,6
/proc/20520/task/20575/stat : 20575 (java) S 20517 20520 19618 0 -1 1077944384 20072 12541 0 0 915 55 5 3 20 0 15 0 43911032 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298283583856 140299366902402 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20576] ppid=20517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20576/stat : 20576 (java) S 20517 20520 19618 0 -1 1077944384 74 12541 0 0 0 0 5 3 20 0 15 0 43911032 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298282529888 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20577] ppid=20517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20577/stat : 20577 (java) S 20517 20520 19618 0 -1 1077944384 48 12541 0 0 0 0 5 3 20 0 15 0 43911033 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298281476992 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20578] ppid=20517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20578/stat : 20578 (java) S 20517 20520 19618 0 -1 1077944384 3 12541 0 0 0 0 5 3 20 0 15 0 43911035 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298280425296 140299366909851 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20579] ppid=20517 vsize=14069564 CPUtime=6.07 cores=0,2,4,6
/proc/20520/task/20579/stat : 20579 (java) S 20517 20520 19618 0 -1 1077944384 22483 12541 0 0 595 4 5 3 20 0 15 0 43911035 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298279373680 140299366902402 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20580] ppid=20517 vsize=14069564 CPUtime=5.98 cores=0,2,4,6
/proc/20520/task/20580/stat : 20580 (java) S 20517 20520 19618 0 -1 1077944384 17669 12541 0 0 587 3 5 3 20 0 15 0 43911036 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298278320880 140299366902402 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20581] ppid=20517 vsize=14069564 CPUtime=2.42 cores=0,2,4,6
/proc/20520/task/20581/stat : 20581 (java) S 20517 20520 19618 0 -1 1077944384 25868 12541 0 0 228 6 5 3 20 0 15 0 43911036 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298277268080 140299366902402 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20582] ppid=20517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20582/stat : 20582 (java) S 20517 20520 19618 0 -1 1077944384 3 12541 0 0 0 0 5 3 20 0 15 0 43911036 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298276215520 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20583] ppid=20517 vsize=14069564 CPUtime=1.53 cores=0,2,4,6
/proc/20520/task/20583/stat : 20583 (java) S 20517 20520 19618 0 -1 1077944384 2585 12541 0 0 71 74 5 3 20 0 15 0 43911039 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298275162800 140299366902402 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
Current children cumulated CPU time (s) 2498.08
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2463.9 s]
/proc/loadavg: 1.18 1.29 1.32 3/210 20879
/proc/meminfo: memFree=27754296/32770624 swapFree=0/541336
[pid=20520] ppid=20517 vsize=14069564 CPUtime=2520.08 cores=0,2,4,6
/proc/20520/stat : 20520 (java) S 20517 20520 19618 0 -1 1077944320 228721 12541 0 0 251639 361 5 3 20 0 15 0 43911012 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140730488740816 140299366891255 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
/proc/20520/statm: 3517391 209997 3499 1 0 3506005 0
[pid=20520/tid=20570] ppid=20517 vsize=14069564 CPUtime=2436.69 cores=0,2,4,6
/proc/20520/task/20570/stat : 20570 (java) R 20517 20520 19618 0 -1 4202560 93197 12541 0 0 243612 49 5 3 20 0 15 0 43911030 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140299371124832 140299011233895 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20571] ppid=20517 vsize=14069564 CPUtime=14.51 cores=0,2,4,6
/proc/20520/task/20571/stat : 20571 (java) S 20517 20520 19618 0 -1 1077944384 9550 12541 0 0 1387 56 5 3 20 0 15 0 43911031 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140299336604816 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20572] ppid=20517 vsize=14069564 CPUtime=14.52 cores=0,2,4,6
/proc/20520/task/20572/stat : 20572 (java) S 20517 20520 19618 0 -1 1077944384 12340 12541 0 0 1389 55 5 3 20 0 15 0 43911031 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298965511184 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20573] ppid=20517 vsize=14069564 CPUtime=14.53 cores=0,2,4,6
/proc/20520/task/20573/stat : 20573 (java) S 20517 20520 19618 0 -1 1077944384 10634 12541 0 0 1390 55 5 3 20 0 15 0 43911031 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298964458384 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20574] ppid=20517 vsize=14069564 CPUtime=14.56 cores=0,2,4,6
/proc/20520/task/20574/stat : 20574 (java) S 20517 20520 19618 0 -1 1077944384 11852 12541 0 0 1396 52 5 3 20 0 15 0 43911031 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298963405584 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20575] ppid=20517 vsize=14069564 CPUtime=9.88 cores=0,2,4,6
/proc/20520/task/20575/stat : 20575 (java) S 20517 20520 19618 0 -1 1077944384 20252 12541 0 0 924 56 5 3 20 0 15 0 43911032 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298283583856 140299366902402 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20576] ppid=20517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20576/stat : 20576 (java) S 20517 20520 19618 0 -1 1077944384 74 12541 0 0 0 0 5 3 20 0 15 0 43911032 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298282529888 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20577] ppid=20517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20577/stat : 20577 (java) S 20517 20520 19618 0 -1 1077944384 48 12541 0 0 0 0 5 3 20 0 15 0 43911033 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298281476992 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20578] ppid=20517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20578/stat : 20578 (java) S 20517 20520 19618 0 -1 1077944384 3 12541 0 0 0 0 5 3 20 0 15 0 43911035 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298280425296 140299366909851 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20579] ppid=20517 vsize=14069564 CPUtime=6.07 cores=0,2,4,6
/proc/20520/task/20579/stat : 20579 (java) S 20517 20520 19618 0 -1 1077944384 22483 12541 0 0 595 4 5 3 20 0 15 0 43911035 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298279373680 140299366902402 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20580] ppid=20517 vsize=14069564 CPUtime=5.98 cores=0,2,4,6
/proc/20520/task/20580/stat : 20580 (java) S 20517 20520 19618 0 -1 1077944384 17669 12541 0 0 587 3 5 3 20 0 15 0 43911036 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298278320880 140299366902402 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20581] ppid=20517 vsize=14069564 CPUtime=2.42 cores=0,2,4,6
/proc/20520/task/20581/stat : 20581 (java) S 20517 20520 19618 0 -1 1077944384 25868 12541 0 0 228 6 5 3 20 0 15 0 43911036 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298277268080 140299366902402 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20582] ppid=20517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20582/stat : 20582 (java) S 20517 20520 19618 0 -1 1077944384 3 12541 0 0 0 0 5 3 20 0 15 0 43911036 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298276215520 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20583] ppid=20517 vsize=14069564 CPUtime=1.54 cores=0,2,4,6
/proc/20520/task/20583/stat : 20583 (java) S 20517 20520 19618 0 -1 1077944384 2597 12541 0 0 71 75 5 3 20 0 15 0 43911039 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298275162800 140299366902402 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
Current children cumulated CPU time (s) 2520.08
Current children cumulated vsize (KiB) 14069564

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

[startup+2463.9 s]
/proc/loadavg: 1.18 1.29 1.32 3/210 20879
/proc/meminfo: memFree=27754296/32770624 swapFree=0/541336
[pid=20520] ppid=20517 vsize=14069564 CPUtime=2520.08 cores=0,2,4,6
/proc/20520/stat : 20520 (java) S 20517 20520 19618 0 -1 1077944320 228721 12541 0 0 251639 361 5 3 20 0 15 0 43911012 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140730488740816 140299366891255 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
/proc/20520/statm: 3517391 209997 3499 1 0 3506005 0
[pid=20520/tid=20570] ppid=20517 vsize=14069564 CPUtime=2436.69 cores=0,2,4,6
/proc/20520/task/20570/stat : 20570 (java) R 20517 20520 19618 0 -1 4202560 93197 12541 0 0 243612 49 5 3 20 0 15 0 43911030 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140299371124832 140299011233895 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20571] ppid=20517 vsize=14069564 CPUtime=14.51 cores=0,2,4,6
/proc/20520/task/20571/stat : 20571 (java) S 20517 20520 19618 0 -1 1077944384 9550 12541 0 0 1387 56 5 3 20 0 15 0 43911031 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140299336604816 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20572] ppid=20517 vsize=14069564 CPUtime=14.52 cores=0,2,4,6
/proc/20520/task/20572/stat : 20572 (java) S 20517 20520 19618 0 -1 1077944384 12340 12541 0 0 1389 55 5 3 20 0 15 0 43911031 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298965511184 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20573] ppid=20517 vsize=14069564 CPUtime=14.53 cores=0,2,4,6
/proc/20520/task/20573/stat : 20573 (java) S 20517 20520 19618 0 -1 1077944384 10634 12541 0 0 1390 55 5 3 20 0 15 0 43911031 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298964458384 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20574] ppid=20517 vsize=14069564 CPUtime=14.56 cores=0,2,4,6
/proc/20520/task/20574/stat : 20574 (java) S 20517 20520 19618 0 -1 1077944384 11852 12541 0 0 1396 52 5 3 20 0 15 0 43911031 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298963405584 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20575] ppid=20517 vsize=14069564 CPUtime=9.88 cores=0,2,4,6
/proc/20520/task/20575/stat : 20575 (java) S 20517 20520 19618 0 -1 1077944384 20252 12541 0 0 924 56 5 3 20 0 15 0 43911032 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298283583856 140299366902402 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20576] ppid=20517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20576/stat : 20576 (java) S 20517 20520 19618 0 -1 1077944384 74 12541 0 0 0 0 5 3 20 0 15 0 43911032 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298282529888 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20577] ppid=20517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20577/stat : 20577 (java) S 20517 20520 19618 0 -1 1077944384 48 12541 0 0 0 0 5 3 20 0 15 0 43911033 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298281476992 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20578] ppid=20517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20578/stat : 20578 (java) S 20517 20520 19618 0 -1 1077944384 3 12541 0 0 0 0 5 3 20 0 15 0 43911035 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298280425296 140299366909851 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20579] ppid=20517 vsize=14069564 CPUtime=6.07 cores=0,2,4,6
/proc/20520/task/20579/stat : 20579 (java) S 20517 20520 19618 0 -1 1077944384 22483 12541 0 0 595 4 5 3 20 0 15 0 43911035 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298279373680 140299366902402 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20580] ppid=20517 vsize=14069564 CPUtime=5.98 cores=0,2,4,6
/proc/20520/task/20580/stat : 20580 (java) S 20517 20520 19618 0 -1 1077944384 17669 12541 0 0 587 3 5 3 20 0 15 0 43911036 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298278320880 140299366902402 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20581] ppid=20517 vsize=14069564 CPUtime=2.42 cores=0,2,4,6
/proc/20520/task/20581/stat : 20581 (java) S 20517 20520 19618 0 -1 1077944384 25868 12541 0 0 228 6 5 3 20 0 15 0 43911036 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298277268080 140299366902402 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20582] ppid=20517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20582/stat : 20582 (java) S 20517 20520 19618 0 -1 1077944384 3 12541 0 0 0 0 5 3 20 0 15 0 43911036 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298276215520 140299366901461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
[pid=20520/tid=20583] ppid=20517 vsize=14069564 CPUtime=1.54 cores=0,2,4,6
/proc/20520/task/20583/stat : 20583 (java) S 20517 20520 19618 0 -1 1077944384 2597 12541 0 0 71 75 5 3 20 0 15 0 43911039 14407233536 209997 18446744073709551615 4194304 4196468 140730488758272 140298275162800 140299366902402 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38244352 140730488764368 140730488767153 140730488767153 140730488770511 0
Current children cumulated CPU time (s) 2520.08
Current children cumulated vsize (KiB) 14069564

Child status: 143
Real time (s): 2463.94
CPU time (s): 2520.12
CPU user time (s): 2516.47
CPU system time (s): 3.65758
CPU usage (%): 102.28
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.47
system time used= 3.65758
maximum resident set size= 1381528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242682
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 257294
involuntary context switches= 7670

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2525 second user time and 14.8053 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-11 03:52:08
IDJOB=4262125
IDBENCH=115789
IDSOLVER=2650
FILE ID=node127/4262125-1502417175
RUNJOBID= node127-1502411410-19681
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-015-15-9.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262125-1502417175/watcher-4262125-1502417175 -o /tmp/evaluation-result-4262125-1502417175/solver-4262125-1502417175 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19681 --watchdog 2580  bin/concrete HOME/instance-4262125-1502417175.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= a459d91dacc3f59ecbf6a687bb73e496
RANDOM SEED=181848697

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.92
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	: 4
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	: 4
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.92
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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	: 4
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.92
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28575640 kB
MemAvailable:   29343460 kB
Buffers:          239784 kB
Cached:           818956 kB
SwapCached:            0 kB
Active:          3201912 kB
Inactive:         565152 kB
Active(anon):    2708688 kB
Inactive(anon):    24908 kB
Active(file):     493224 kB
Inactive(file):   540244 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24020 kB
Writeback:             4 kB
AnonPages:       2708088 kB
Mapped:            53832 kB
Shmem:             25252 kB
Slab:             125484 kB
SReclaimable:     100372 kB
SUnreclaim:        25112 kB
KernelStack:        3408 kB
PageTables:        12356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3368520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2463744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node127 at 2017-08-11 04:33:12