Trace number 4244574

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)1302 2400.11 2318.93

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.88/2.28	c Concrete v3.4 running
22.67/8.47	o 1358
23.07/8.53	o 1357
23.07/8.59	o 1356
23.98/8.85	o 1355
24.67/9.33	o 1354
24.67/9.37	o 1353
25.04/9.55	o 1352
25.15/9.61	o 1351
27.24/10.46	o 1350
28.06/10.65	o 1349
34.96/16.03	o 1348
39.07/20.06	o 1347
39.30/20.24	o 1346
39.30/20.27	o 1345
39.47/20.35	o 1344
39.57/20.41	o 1343
39.68/20.50	o 1342
39.68/20.53	o 1341
150.80/129.87	o 1340
150.80/129.89	o 1339
150.90/129.92	o 1338
150.90/129.94	o 1337
150.90/129.97	o 1336
151.14/130.01	o 1335
151.14/130.05	o 1334
158.55/137.10	o 1333
163.17/141.62	o 1332
179.32/157.35	o 1331
179.32/157.38	o 1330
179.53/157.54	o 1329
179.64/157.69	o 1328
179.80/157.71	o 1327
179.80/157.74	o 1326
179.80/157.80	o 1325
179.90/157.82	o 1324
180.00/157.96	o 1323
180.00/157.99	o 1322
180.11/158.02	o 1321
180.11/158.04	o 1320
180.11/158.09	o 1319
180.31/158.25	o 1318
181.74/159.58	o 1317
181.74/159.61	o 1316
181.83/159.64	o 1315
181.83/159.68	o 1314
181.92/159.72	o 1313
181.92/159.75	o 1312
181.92/159.78	o 1311
182.03/159.80	o 1310
182.03/159.83	o 1309
182.03/159.85	o 1308
182.03/159.88	o 1307
182.33/160.18	o 1306
400.45/372.97	o 1305
400.64/373.16	o 1304
400.86/373.31	o 1303
411.49/383.69	o 1302
2400.06/2318.91	java.util.concurrent.TimeoutException
2400.06/2318.91		at concrete.MAC.mac(MAC.scala:74)
2400.06/2318.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.06/2318.91		at scala.util.Try$.apply(Try.scala:209)
2400.06/2318.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.06/2318.91		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.06/2318.91		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.06/2318.91		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.06/2318.91		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.06/2318.91		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.06/2318.91		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.06/2318.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.06/2318.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.06/2318.91		at concrete.MAC.oneRun(MAC.scala:146)
2400.06/2318.91		at concrete.MAC.nextSolution(MAC.scala:166)
2400.06/2318.91		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.06/2318.91		at concrete.ProblemState.map(ProblemState.scala:203)
2400.06/2318.91		at concrete.ProblemState.map(ProblemState.scala:188)
2400.06/2318.91		at concrete.MAC.nextSolution(MAC.scala:195)
2400.06/2318.91		at concrete.Solver.hasNext(Solver.scala:202)
2400.06/2318.91		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.06/2318.91		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.06/2318.91		at concrete.Solver.toStream(Solver.scala:73)
2400.06/2318.91		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.06/2318.91		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.06/2318.91		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.06/2318.91		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.06/2318.91		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.06/2318.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.06/2318.91		at scala.util.Success.map(Try.scala:209)
2400.06/2318.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.06/2318.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.06/2318.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.06/2318.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.06/2318.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.06/2318.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.06/2318.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.06/2318.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.06/2318.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.06/2318.91		at scala.collection.immutable.List.foreach(List.scala:389)
2400.06/2318.91		at scala.App.main(App.scala:76)
2400.06/2318.91		at scala.App.main$(App.scala:74)
2400.06/2318.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.06/2318.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.06/2318.92	v <instantiation cost="1302">
2400.06/2318.92	v       <list>
2400.06/2318.92	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]
2400.06/2318.92	v       </list>
2400.06/2318.92	v       <values>
2400.06/2318.92	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
2400.06/2318.92	v       </values>
2400.06/2318.92	v     </instantiation>
2400.06/2318.92	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-4244574-1500690918/watcher-4244574-1500690918 -o /tmp/evaluation-result-4244574-1500690918/solver-4244574-1500690918 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500684099-14650 --watchdog 2560 bin/concrete HOME/instance-4244574-1500690918.xml 

pid=15736
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.21 1.37 1.45 2/261 15739
/proc/meminfo: memFree=30199032/32770624 swapFree=5940/248032
[pid=15739] ppid=15736 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15739/stat : 15739 (bash) S 15736 15739 14618 0 -1 4202496 686 1533 0 0 0 0 0 0 20 0 1 0 4358740 9736192 350 33554432000 4194304 5098028 140735893205152 140735893202792 139974549011456 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 10870784 140735893210382 140735893210467 140735893210467 140735893213166 0
/proc/15739/statm: 2377 350 277 221 0 86 0

[startup+0.100151 s]
/proc/loadavg: 1.21 1.37 1.45 2/261 15739
/proc/meminfo: memFree=30199032/32770624 swapFree=5940/248032
[pid=15739] ppid=15736 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15739/stat : 15739 (bash) S 15736 15739 14618 0 -1 4202496 880 6422 0 0 0 0 0 1 20 0 1 0 4358740 9871360 378 33554432000 4194304 5098028 140735893205152 140735893199160 139974549011456 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 10870784 140735893210382 140735893210467 140735893210467 140735893213166 0
/proc/15739/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200333 s]
/proc/loadavg: 1.21 1.37 1.45 2/261 15739
/proc/meminfo: memFree=30199032/32770624 swapFree=5940/248032
[pid=15739] ppid=15736 vsize=10435860 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/15739/stat : 15739 (java) S 15736 15739 14618 0 -1 1077944320 4847 12286 0 0 6 1 8 4 20 0 13 0 4358740 10686320640 5212 33554432000 4194304 4196468 140729624618064 140729624600608 140293555101431 0 0 0 16800971 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
/proc/15739/statm: 2608965 5212 2170 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300403 s]
/proc/loadavg: 1.21 1.37 1.45 2/261 15739
/proc/meminfo: memFree=30199032/32770624 swapFree=5940/248032
[pid=15739] ppid=15736 vsize=10902392 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/15739/stat : 15739 (java) S 15736 15739 14618 0 -1 1077944320 7130 12286 0 0 23 2 8 4 20 0 20 0 4358740 11164049408 9434 33554432000 4194304 4196468 140729624618064 140729624600608 140293555101431 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
/proc/15739/statm: 2725598 9434 3006 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902392

[startup+0.700218 s]
/proc/loadavg: 1.21 1.37 1.45 2/261 15739
/proc/meminfo: memFree=30199032/32770624 swapFree=5940/248032
[pid=15739] ppid=15736 vsize=10902720 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/15739/stat : 15739 (java) S 15736 15739 14618 0 -1 1077944320 12005 12286 0 0 73 5 8 4 20 0 20 0 4358740 11164385280 15403 33554432000 4194304 4196468 140729624618064 140729624600608 140293555101431 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
/proc/15739/statm: 2725680 15403 3156 1 0 2713890 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 10902720

[startup+1.50074 s]
/proc/loadavg: 1.21 1.37 1.45 3/281 15812
/proc/meminfo: memFree=30104520/32770624 swapFree=5940/248064
[pid=15739] ppid=15736 vsize=10913344 CPUtime=2.11 cores=1,3,5,7,9,11,13,15
/proc/15739/stat : 15739 (java) S 15736 15739 14618 0 -1 1077944320 23500 12286 0 0 191 8 8 4 20 0 20 0 4358740 11175264256 34567 33554432000 4194304 4196468 140729624618064 140729624600608 140293555101431 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
/proc/15739/statm: 2728336 34567 3373 1 0 2716450 0
[pid=15739/tid=15794] ppid=15736 vsize=10913344 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15794/stat : 15794 (java) R 15736 15739 14618 0 -1 4202560 17746 12286 0 0 129 6 8 4 20 0 20 0 4358753 11175264256 34567 33554432000 4194304 4196468 140729624618064 140293559336872 140293555113366 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15795] ppid=15736 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15795/stat : 15795 (java) S 15736 15739 14618 0 -1 1077944384 1 12286 0 0 0 0 8 4 20 0 20 0 4358754 11175264256 34567 33554432000 4194304 4196468 140729624618064 140293161409296 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15796] ppid=15736 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15796/stat : 15796 (java) S 15736 15739 14618 0 -1 1077944384 3 12286 0 0 0 0 8 4 20 0 20 0 4358754 11175264256 34567 33554432000 4194304 4196468 140729624618064 140293160356752 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15797] ppid=15736 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15797/stat : 15797 (java) S 15736 15739 14618 0 -1 1077944384 2 12286 0 0 0 0 8 4 20 0 20 0 4358754 11175264256 34567 33554432000 4194304 4196468 140729624618064 140293159304208 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15798] ppid=15736 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15798/stat : 15798 (java) S 15736 15739 14618 0 -1 1077944384 3 12286 0 0 0 0 8 4 20 0 20 0 4358754 11175264256 34567 33554432000 4194304 4196468 140729624618064 140293158251664 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15799] ppid=15736 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15799/stat : 15799 (java) S 15736 15739 14618 0 -1 1077944384 2 12286 0 0 0 0 8 4 20 0 20 0 4358754 11175264256 34567 33554432000 4194304 4196468 140729624618064 140293157198096 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15800] ppid=15736 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15800/stat : 15800 (java) S 15736 15739 14618 0 -1 1077944384 2 12286 0 0 0 0 8 4 20 0 20 0 4358754 11175264256 34567 33554432000 4194304 4196468 140729624618064 140293156145552 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15801] ppid=15736 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15801/stat : 15801 (java) S 15736 15739 14618 0 -1 1077944384 1 12286 0 0 0 0 8 4 20 0 20 0 4358754 11175264256 34567 33554432000 4194304 4196468 140729624618064 140293155093008 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15802] ppid=15736 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15802/stat : 15802 (java) S 15736 15739 14618 0 -1 1077944384 1 12286 0 0 0 0 8 4 20 0 20 0 4358754 11175264256 34567 33554432000 4194304 4196468 140729624618064 140293154040464 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15803] ppid=15736 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15803/stat : 15803 (java) S 15736 15739 14618 0 -1 1077944384 5 12286 0 0 0 0 8 4 20 0 20 0 4358756 11175264256 34567 33554432000 4194304 4196468 140729624618064 140293096909296 140293555112578 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15804] ppid=15736 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15804/stat : 15804 (java) S 15736 15739 14618 0 -1 1077944384 33 12286 0 0 0 0 8 4 20 0 20 0 4358757 11175264256 34567 33554432000 4194304 4196468 140729624618064 140293095855520 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15805] ppid=15736 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15805/stat : 15805 (java) S 15736 15739 14618 0 -1 1077944384 21 12286 0 0 0 0 8 4 20 0 20 0 4358757 11175264256 34567 33554432000 4194304 4196468 140729624618064 140293094802928 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15806] ppid=15736 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15806/stat : 15806 (java) S 15736 15739 14618 0 -1 1077944384 1 12286 0 0 0 0 8 4 20 0 20 0 4358761 11175264256 34567 33554432000 4194304 4196468 140729624618064 140292234668752 140293555120027 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15807] ppid=15736 vsize=10913344 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15807/stat : 15807 (java) S 15736 15739 14618 0 -1 1077944384 1405 12286 0 0 13 0 8 4 20 0 20 0 4358761 11175264256 34567 33554432000 4194304 4196468 140729624618064 140292233615344 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15808] ppid=15736 vsize=10913344 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15808/stat : 15808 (java) S 15736 15739 14618 0 -1 1077944384 719 12286 0 0 11 0 8 4 20 0 20 0 4358761 11175264256 34567 33554432000 4194304 4196468 140729624618064 140292232562800 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15809] ppid=15736 vsize=10913344 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15809/stat : 15809 (java) S 15736 15739 14618 0 -1 1077944384 468 12286 0 0 11 0 8 4 20 0 20 0 4358761 11175264256 34567 33554432000 4194304 4196468 140729624618064 140292231510256 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15810] ppid=15736 vsize=10913344 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15810/stat : 15810 (java) S 15736 15739 14618 0 -1 1077944384 952 12286 0 0 25 0 8 4 20 0 20 0 4358761 11175264256 34567 33554432000 4194304 4196468 140729624618064 140292230457712 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15811] ppid=15736 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15811/stat : 15811 (java) S 15736 15739 14618 0 -1 1077944384 3 12286 0 0 0 0 8 4 20 0 20 0 4358761 11175264256 34567 33554432000 4194304 4196468 140729624618064 140292229405408 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15812] ppid=15736 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15812/stat : 15812 (java) S 15736 15739 14618 0 -1 1077944384 3 12286 0 0 0 0 8 4 20 0 20 0 4358762 11175264256 34567 33554432000 4194304 4196468 140729624618064 140292228352944 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 10913344

[startup+3.10077 s]
/proc/loadavg: 1.28 1.38 1.45 5/281 15812
/proc/meminfo: memFree=30021664/32770624 swapFree=5940/248064
[pid=15739] ppid=15736 vsize=10925820 CPUtime=6.46 cores=1,3,5,7,9,11,13,15
/proc/15739/stat : 15739 (java) S 15736 15739 14618 0 -1 1077944320 38279 12286 0 0 614 20 8 4 20 0 20 0 4358740 11188039680 54289 33554432000 4194304 4196468 140729624618064 140729624600608 140293555101431 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
/proc/15739/statm: 2731455 54289 3472 1 0 2719010 0
[pid=15739/tid=15794] ppid=15736 vsize=10925820 CPUtime=3.02 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15794/stat : 15794 (java) R 15736 15739 14618 0 -1 4202560 24255 12286 0 0 282 8 8 4 20 0 20 0 4358753 11188039680 54289 33554432000 4194304 4196468 140729624618064 140293559332440 140293187055909 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15795] ppid=15736 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15795/stat : 15795 (java) S 15736 15739 14618 0 -1 1077944384 41 12286 0 0 1 0 8 4 20 0 20 0 4358754 11188039680 54289 33554432000 4194304 4196468 140729624618064 140293161409296 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15796] ppid=15736 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15796/stat : 15796 (java) S 15736 15739 14618 0 -1 1077944384 9 12286 0 0 1 0 8 4 20 0 20 0 4358754 11188039680 54289 33554432000 4194304 4196468 140729624618064 140293160356752 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15797] ppid=15736 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15797/stat : 15797 (java) S 15736 15739 14618 0 -1 1077944384 11 12286 0 0 1 0 8 4 20 0 20 0 4358754 11188039680 54289 33554432000 4194304 4196468 140729624618064 140293159304208 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15798] ppid=15736 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15798/stat : 15798 (java) S 15736 15739 14618 0 -1 1077944384 30 12286 0 0 1 0 8 4 20 0 20 0 4358754 11188039680 54289 33554432000 4194304 4196468 140729624618064 140293158251664 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15799] ppid=15736 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15799/stat : 15799 (java) S 15736 15739 14618 0 -1 1077944384 16 12286 0 0 1 0 8 4 20 0 20 0 4358754 11188039680 54289 33554432000 4194304 4196468 140729624618064 140293157198096 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15800] ppid=15736 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15800/stat : 15800 (java) S 15736 15739 14618 0 -1 1077944384 120 12286 0 0 1 0 8 4 20 0 20 0 4358754 11188039680 54289 33554432000 4194304 4196468 140729624618064 140293156145552 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15801] ppid=15736 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15801/stat : 15801 (java) S 15736 15739 14618 0 -1 1077944384 22 12286 0 0 1 0 8 4 20 0 20 0 4358754 11188039680 54289 33554432000 4194304 4196468 140729624618064 140293155093008 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15802] ppid=15736 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15802/stat : 15802 (java) S 15736 15739 14618 0 -1 1077944384 13 12286 0 0 0 0 8 4 20 0 20 0 4358754 11188039680 54289 33554432000 4194304 4196468 140729624618064 140293154040464 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15803] ppid=15736 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15803/stat : 15803 (java) S 15736 15739 14618 0 -1 1077944384 525 12286 0 0 1 0 8 4 20 0 20 0 4358756 11188039680 54289 33554432000 4194304 4196468 140729624618064 140293096909296 140293555112578 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15804] ppid=15736 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15804/stat : 15804 (java) S 15736 15739 14618 0 -1 1077944384 35 12286 0 0 0 0 8 4 20 0 20 0 4358757 11188039680 54289 33554432000 4194304 4196468 140729624618064 140293095855584 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15805] ppid=15736 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15805/stat : 15805 (java) S 15736 15739 14618 0 -1 1077944384 22 12286 0 0 0 0 8 4 20 0 20 0 4358757 11188039680 54289 33554432000 4194304 4196468 140729624618064 140293094802928 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15806] ppid=15736 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15806/stat : 15806 (java) S 15736 15739 14618 0 -1 1077944384 1 12286 0 0 0 0 8 4 20 0 20 0 4358761 11188039680 54289 33554432000 4194304 4196468 140729624618064 140292234668752 140293555120027 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15807] ppid=15736 vsize=10925820 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15807/stat : 15807 (java) S 15736 15739 14618 0 -1 1077944384 2643 12286 0 0 61 1 8 4 20 0 20 0 4358761 11188039680 54289 33554432000 4194304 4196468 140729624618064 140292233615344 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15808] ppid=15736 vsize=10925820 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15808/stat : 15808 (java) R 15736 15739 14618 0 -1 4202560 1365 12286 0 0 50 1 8 4 20 0 20 0 4358761 11188039680 54289 33554432000 4194304 4196468 140729624618064 140292232548824 140293540226818 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15809] ppid=15736 vsize=10925820 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15809/stat : 15809 (java) S 15736 15739 14618 0 -1 1077944384 2630 12286 0 0 87 1 8 4 20 0 20 0 4358761 11188039680 54289 33554432000 4194304 4196468 140729624618064 140292231510256 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15810] ppid=15736 vsize=10925820 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15810/stat : 15810 (java) S 15736 15739 14618 0 -1 1077944384 4405 12286 0 0 118 1 8 4 20 0 20 0 4358761 11188039680 54289 33554432000 4194304 4196468 140729624618064 140292230457712 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15811] ppid=15736 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15811/stat : 15811 (java) S 15736 15739 14618 0 -1 1077944384 3 12286 0 0 0 0 8 4 20 0 20 0 4358761 11188039680 54289 33554432000 4194304 4196468 140729624618064 140292229405408 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15812] ppid=15736 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15812/stat : 15812 (java) S 15736 15739 14618 0 -1 1077944384 4 12286 0 0 0 0 8 4 20 0 20 0 4358762 11188039680 54289 33554432000 4194304 4196468 140729624618064 140292228352944 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
Current children cumulated CPU time (s) 6.46
Current children cumulated vsize (KiB) 10925820

[startup+6.30124 s]
/proc/loadavg: 1.28 1.38 1.45 6/281 15812
/proc/meminfo: memFree=29863504/32770624 swapFree=5940/248072
[pid=15739] ppid=15736 vsize=10997500 CPUtime=17.47 cores=1,3,5,7,9,11,13,15
/proc/15739/stat : 15739 (java) S 15736 15739 14618 0 -1 1077944320 67735 12286 0 0 1696 39 8 4 20 0 20 0 4358740 11261440000 99802 33554432000 4194304 4196468 140729624618064 140729624600608 140293555101431 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
/proc/15739/statm: 2749375 99802 3505 1 0 2736930 0
[pid=15739/tid=15794] ppid=15736 vsize=10997500 CPUtime=6.09 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15794/stat : 15794 (java) R 15736 15739 14618 0 -1 4202560 39493 12286 0 0 585 12 8 4 20 0 20 0 4358753 11261440000 99802 33554432000 4194304 4196468 140729624618064 140293559333240 140293177681036 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15795] ppid=15736 vsize=10997500 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15795/stat : 15795 (java) S 15736 15739 14618 0 -1 1077944384 69 12286 0 0 7 2 8 4 20 0 20 0 4358754 11261440000 99802 33554432000 4194304 4196468 140729624618064 140293161409296 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15796] ppid=15736 vsize=10997500 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15796/stat : 15796 (java) S 15736 15739 14618 0 -1 1077944384 48 12286 0 0 7 2 8 4 20 0 20 0 4358754 11261440000 99802 33554432000 4194304 4196468 140729624618064 140293160356752 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15797] ppid=15736 vsize=10997500 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15797/stat : 15797 (java) S 15736 15739 14618 0 -1 1077944384 41 12286 0 0 7 2 8 4 20 0 20 0 4358754 11261440000 99802 33554432000 4194304 4196468 140729624618064 140293159304208 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15798] ppid=15736 vsize=10997500 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15798/stat : 15798 (java) S 15736 15739 14618 0 -1 1077944384 87 12286 0 0 7 2 8 4 20 0 20 0 4358754 11261440000 99802 33554432000 4194304 4196468 140729624618064 140293158251664 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15799] ppid=15736 vsize=10997500 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15799/stat : 15799 (java) S 15736 15739 14618 0 -1 1077944384 29 12286 0 0 5 1 8 4 20 0 20 0 4358754 11261440000 99802 33554432000 4194304 4196468 140729624618064 140293157198096 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15800] ppid=15736 vsize=10997500 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15800/stat : 15800 (java) S 15736 15739 14618 0 -1 1077944384 151 12286 0 0 7 2 8 4 20 0 20 0 4358754 11261440000 99802 33554432000 4194304 4196468 140729624618064 140293156145552 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15801] ppid=15736 vsize=10997500 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15801/stat : 15801 (java) S 15736 15739 14618 0 -1 1077944384 164 12286 0 0 7 2 8 4 20 0 20 0 4358754 11261440000 99802 33554432000 4194304 4196468 140729624618064 140293155093008 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15802] ppid=15736 vsize=10997500 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15802/stat : 15802 (java) S 15736 15739 14618 0 -1 1077944384 66 12286 0 0 7 2 8 4 20 0 20 0 4358754 11261440000 99802 33554432000 4194304 4196468 140729624618064 140293154040464 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15803] ppid=15736 vsize=10997500 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15803/stat : 15803 (java) S 15736 15739 14618 0 -1 1077944384 1777 12286 0 0 4 0 8 4 20 0 20 0 4358756 11261440000 99802 33554432000 4194304 4196468 140729624618064 140293096909296 140293555112578 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15804] ppid=15736 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15804/stat : 15804 (java) S 15736 15739 14618 0 -1 1077944384 39 12286 0 0 0 0 8 4 20 0 20 0 4358757 11261440000 99802 33554432000 4194304 4196468 140729624618064 140293095855584 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15805] ppid=15736 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15805/stat : 15805 (java) S 15736 15739 14618 0 -1 1077944384 44 12286 0 0 0 0 8 4 20 0 20 0 4358757 11261440000 99802 33554432000 4194304 4196468 140729624618064 140293094802944 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15806] ppid=15736 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15806/stat : 15806 (java) S 15736 15739 14618 0 -1 1077944384 1 12286 0 0 0 0 8 4 20 0 20 0 4358761 11261440000 99802 33554432000 4194304 4196468 140729624618064 140292234668752 140293555120027 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15807] ppid=15736 vsize=10997500 CPUtime=2.71 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15807/stat : 15807 (java) R 15736 15739 14618 0 -1 4202560 4147 12286 0 0 258 1 8 4 20 0 20 0 4358761 11261440000 99802 33554432000 4194304 4196468 140729624618064 140292233601808 140293536621422 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15808] ppid=15736 vsize=10997500 CPUtime=2.6 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15808/stat : 15808 (java) R 15736 15739 14618 0 -1 4202560 4045 12286 0 0 247 1 8 4 20 0 20 0 4358761 11261440000 99802 33554432000 4194304 4196468 140729624618064 140292232543608 140293538598215 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15809] ppid=15736 vsize=10997500 CPUtime=3.33 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15809/stat : 15809 (java) R 15736 15739 14618 0 -1 4202560 8824 12286 0 0 319 2 8 4 20 0 20 0 4358761 11261440000 99802 33554432000 4194304 4196468 140729624618064 140292231496352 140293536673849 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15810] ppid=15736 vsize=10997500 CPUtime=2.36 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15810/stat : 15810 (java) S 15736 15739 14618 0 -1 1077944384 6370 12286 0 0 221 3 8 4 20 0 20 0 4358761 11261440000 99802 33554432000 4194304 4196468 140729624618064 140292230457712 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15811] ppid=15736 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15

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

[pid=15739/tid=15808] ppid=15736 vsize=10997500 CPUtime=4.86 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15808/stat : 15808 (java) S 15736 15739 14618 0 -1 1077944384 17281 12286 0 0 470 4 8 4 20 0 20 0 4358761 11261440000 289814 33554432000 4194304 4196468 140729624618064 140292232562800 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15809] ppid=15736 vsize=10997500 CPUtime=5.36 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15809/stat : 15809 (java) S 15736 15739 14618 0 -1 1077944384 20741 12286 0 0 520 4 8 4 20 0 20 0 4358761 11261440000 289814 33554432000 4194304 4196468 140729624618064 140292231510256 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15810] ppid=15736 vsize=10997500 CPUtime=2.74 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15810/stat : 15810 (java) S 15736 15739 14618 0 -1 1077944384 23209 12286 0 0 258 4 8 4 20 0 20 0 4358761 11261440000 289814 33554432000 4194304 4196468 140729624618064 140292230457712 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15811] ppid=15736 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15811/stat : 15811 (java) S 15736 15739 14618 0 -1 1077944384 3 12286 0 0 0 0 8 4 20 0 20 0 4358761 11261440000 289814 33554432000 4194304 4196468 140729624618064 140292229405408 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15812] ppid=15736 vsize=10997500 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15812/stat : 15812 (java) S 15736 15739 14618 0 -1 1077944384 2565 12286 0 0 58 64 8 4 20 0 20 0 4358762 11261440000 289814 33554432000 4194304 4196468 140729624618064 140292228352944 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
Current children cumulated CPU time (s) 2280.18
Current children cumulated vsize (KiB) 10997500

[startup+2262.3 s]
/proc/loadavg: 1.43 1.47 1.47 3/281 16041
/proc/meminfo: memFree=28135000/32770624 swapFree=5940/250512
[pid=15739] ppid=15736 vsize=10997500 CPUtime=2341.82 cores=1,3,5,7,9,11,13,15
/proc/15739/stat : 15739 (java) S 15736 15739 14618 0 -1 1077944320 245196 12286 0 0 233701 469 8 4 20 0 20 0 4358740 11261440000 289816 33554432000 4194304 4196468 140729624618064 140729624600608 140293555101431 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
/proc/15739/statm: 2749375 289816 3527 1 0 2736930 0
[pid=15739/tid=15794] ppid=15736 vsize=10997500 CPUtime=2242.11 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15794/stat : 15794 (java) R 15736 15739 14618 0 -1 4202560 87998 12286 0 0 224152 47 8 4 20 0 20 0 4358753 11261440000 289816 33554432000 4194304 4196468 140729624618064 140293559334368 140293197936786 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15795] ppid=15736 vsize=10997500 CPUtime=9.5 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15795/stat : 15795 (java) S 15736 15739 14618 0 -1 1077944384 5984 12286 0 0 894 44 8 4 20 0 20 0 4358754 11261440000 289816 33554432000 4194304 4196468 140729624618064 140293161409296 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15796] ppid=15736 vsize=10997500 CPUtime=9.39 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15796/stat : 15796 (java) S 15736 15739 14618 0 -1 1077944384 8457 12286 0 0 887 40 8 4 20 0 20 0 4358754 11261440000 289816 33554432000 4194304 4196468 140729624618064 140293160356752 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15797] ppid=15736 vsize=10997500 CPUtime=9.43 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15797/stat : 15797 (java) S 15736 15739 14618 0 -1 1077944384 5525 12286 0 0 887 44 8 4 20 0 20 0 4358754 11261440000 289816 33554432000 4194304 4196468 140729624618064 140293159304208 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15798] ppid=15736 vsize=10997500 CPUtime=9.46 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15798/stat : 15798 (java) S 15736 15739 14618 0 -1 1077944384 7188 12286 0 0 894 40 8 4 20 0 20 0 4358754 11261440000 289816 33554432000 4194304 4196468 140729624618064 140293158251664 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15799] ppid=15736 vsize=10997500 CPUtime=9.43 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15799/stat : 15799 (java) S 15736 15739 14618 0 -1 1077944384 9289 12286 0 0 890 41 8 4 20 0 20 0 4358754 11261440000 289816 33554432000 4194304 4196468 140729624618064 140293157198096 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15800] ppid=15736 vsize=10997500 CPUtime=9.45 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15800/stat : 15800 (java) S 15736 15739 14618 0 -1 1077944384 7621 12286 0 0 890 43 8 4 20 0 20 0 4358754 11261440000 289816 33554432000 4194304 4196468 140729624618064 140293156145552 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15801] ppid=15736 vsize=10997500 CPUtime=9.36 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15801/stat : 15801 (java) S 15736 15739 14618 0 -1 1077944384 7322 12286 0 0 883 41 8 4 20 0 20 0 4358754 11261440000 289816 33554432000 4194304 4196468 140729624618064 140293155093008 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15802] ppid=15736 vsize=10997500 CPUtime=9.47 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15802/stat : 15802 (java) S 15736 15739 14618 0 -1 1077944384 6800 12286 0 0 892 43 8 4 20 0 20 0 4358754 11261440000 289816 33554432000 4194304 4196468 140729624618064 140293154040464 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15803] ppid=15736 vsize=10997500 CPUtime=6.8 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15803/stat : 15803 (java) S 15736 15739 14618 0 -1 1077944384 17251 12286 0 0 626 42 8 4 20 0 20 0 4358756 11261440000 289816 33554432000 4194304 4196468 140729624618064 140293096909296 140293555112578 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15804] ppid=15736 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15804/stat : 15804 (java) S 15736 15739 14618 0 -1 1077944384 52 12286 0 0 0 0 8 4 20 0 20 0 4358757 11261440000 289816 33554432000 4194304 4196468 140729624618064 140293095855648 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15805] ppid=15736 vsize=10997500 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15805/stat : 15805 (java) S 15736 15739 14618 0 -1 1077944384 47 12286 0 0 1 0 8 4 20 0 20 0 4358757 11261440000 289816 33554432000 4194304 4196468 140729624618064 140293094802944 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15806] ppid=15736 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15806/stat : 15806 (java) S 15736 15739 14618 0 -1 1077944384 1 12286 0 0 0 0 8 4 20 0 20 0 4358761 11261440000 289816 33554432000 4194304 4196468 140729624618064 140292234668752 140293555120027 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15807] ppid=15736 vsize=10997500 CPUtime=4.62 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15807/stat : 15807 (java) S 15736 15739 14618 0 -1 1077944384 15718 12286 0 0 447 3 8 4 20 0 20 0 4358761 11261440000 289816 33554432000 4194304 4196468 140729624618064 140292233615344 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15808] ppid=15736 vsize=10997500 CPUtime=4.86 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15808/stat : 15808 (java) S 15736 15739 14618 0 -1 1077944384 17283 12286 0 0 470 4 8 4 20 0 20 0 4358761 11261440000 289816 33554432000 4194304 4196468 140729624618064 140292232562800 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15809] ppid=15736 vsize=10997500 CPUtime=5.36 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15809/stat : 15809 (java) S 15736 15739 14618 0 -1 1077944384 20743 12286 0 0 520 4 8 4 20 0 20 0 4358761 11261440000 289816 33554432000 4194304 4196468 140729624618064 140292231510256 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15810] ppid=15736 vsize=10997500 CPUtime=2.74 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15810/stat : 15810 (java) S 15736 15739 14618 0 -1 1077944384 23211 12286 0 0 258 4 8 4 20 0 20 0 4358761 11261440000 289816 33554432000 4194304 4196468 140729624618064 140292230457712 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15811] ppid=15736 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15811/stat : 15811 (java) S 15736 15739 14618 0 -1 1077944384 3 12286 0 0 0 0 8 4 20 0 20 0 4358761 11261440000 289816 33554432000 4194304 4196468 140729624618064 140292229405408 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15812] ppid=15736 vsize=10997500 CPUtime=1.38 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15812/stat : 15812 (java) S 15736 15739 14618 0 -1 1077944384 2573 12286 0 0 60 66 8 4 20 0 20 0 4358762 11261440000 289816 33554432000 4194304 4196468 140729624618064 140292228352944 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
Current children cumulated CPU time (s) 2341.82
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2318.91 s]
/proc/loadavg: 1.44 1.47 1.47 3/281 16042
/proc/meminfo: memFree=28134596/32770624 swapFree=5940/250572
[pid=15739] ppid=15736 vsize=10997500 CPUtime=2400.06 cores=1,3,5,7,9,11,13,15
/proc/15739/stat : 15739 (java) S 15736 15739 14618 0 -1 1077944320 247904 12286 0 0 239515 479 8 4 20 0 20 0 4358740 11261440000 289831 33554432000 4194304 4196468 140729624618064 140729624600608 140293555101431 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
/proc/15739/statm: 2749375 289831 3527 1 0 2736930 0
[pid=15739/tid=15794] ppid=15736 vsize=10997500 CPUtime=2298.2 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15794/stat : 15794 (java) R 15736 15739 14618 0 -1 4202560 88832 12286 0 0 229761 47 8 4 20 0 20 0 4358753 11261440000 289831 33554432000 4194304 4196468 140729624618064 140293559334368 140293181353439 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15795] ppid=15736 vsize=10997500 CPUtime=9.75 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15795/stat : 15795 (java) S 15736 15739 14618 0 -1 1077944384 6079 12286 0 0 918 45 8 4 20 0 20 0 4358754 11261440000 289831 33554432000 4194304 4196468 140729624618064 140293161409296 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15796] ppid=15736 vsize=10997500 CPUtime=9.64 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15796/stat : 15796 (java) S 15736 15739 14618 0 -1 1077944384 8769 12286 0 0 910 42 8 4 20 0 20 0 4358754 11261440000 289831 33554432000 4194304 4196468 140729624618064 140293160356752 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15797] ppid=15736 vsize=10997500 CPUtime=9.65 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15797/stat : 15797 (java) S 15736 15739 14618 0 -1 1077944384 5714 12286 0 0 908 45 8 4 20 0 20 0 4358754 11261440000 289831 33554432000 4194304 4196468 140729624618064 140293159304208 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15798] ppid=15736 vsize=10997500 CPUtime=9.71 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15798/stat : 15798 (java) S 15736 15739 14618 0 -1 1077944384 7335 12286 0 0 918 41 8 4 20 0 20 0 4358754 11261440000 289831 33554432000 4194304 4196468 140729624618064 140293158251664 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15799] ppid=15736 vsize=10997500 CPUtime=9.66 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15799/stat : 15799 (java) S 15736 15739 14618 0 -1 1077944384 9349 12286 0 0 912 42 8 4 20 0 20 0 4358754 11261440000 289831 33554432000 4194304 4196468 140729624618064 140293157198096 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15800] ppid=15736 vsize=10997500 CPUtime=9.7 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15800/stat : 15800 (java) S 15736 15739 14618 0 -1 1077944384 7670 12286 0 0 915 43 8 4 20 0 20 0 4358754 11261440000 289831 33554432000 4194304 4196468 140729624618064 140293156145552 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15801] ppid=15736 vsize=10997500 CPUtime=9.61 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15801/stat : 15801 (java) S 15736 15739 14618 0 -1 1077944384 7627 12286 0 0 907 42 8 4 20 0 20 0 4358754 11261440000 289831 33554432000 4194304 4196468 140729624618064 140293155093008 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15802] ppid=15736 vsize=10997500 CPUtime=9.71 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15802/stat : 15802 (java) S 15736 15739 14618 0 -1 1077944384 7061 12286 0 0 915 44 8 4 20 0 20 0 4358754 11261440000 289831 33554432000 4194304 4196468 140729624618064 140293154040464 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15803] ppid=15736 vsize=10997500 CPUtime=6.96 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15803/stat : 15803 (java) S 15736 15739 14618 0 -1 1077944384 17659 12286 0 0 641 43 8 4 20 0 20 0 4358756 11261440000 289831 33554432000 4194304 4196468 140729624618064 140293096909296 140293555112578 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15804] ppid=15736 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15804/stat : 15804 (java) S 15736 15739 14618 0 -1 1077944384 52 12286 0 0 0 0 8 4 20 0 20 0 4358757 11261440000 289831 33554432000 4194304 4196468 140729624618064 140293095855648 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15805] ppid=15736 vsize=10997500 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15805/stat : 15805 (java) S 15736 15739 14618 0 -1 1077944384 47 12286 0 0 1 0 8 4 20 0 20 0 4358757 11261440000 289831 33554432000 4194304 4196468 140729624618064 140293094802944 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15806] ppid=15736 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15806/stat : 15806 (java) S 15736 15739 14618 0 -1 1077944384 1 12286 0 0 0 0 8 4 20 0 20 0 4358761 11261440000 289831 33554432000 4194304 4196468 140729624618064 140292234668752 140293555120027 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15807] ppid=15736 vsize=10997500 CPUtime=4.62 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15807/stat : 15807 (java) S 15736 15739 14618 0 -1 1077944384 15722 12286 0 0 447 3 8 4 20 0 20 0 4358761 11261440000 289831 33554432000 4194304 4196468 140729624618064 140292233615344 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15808] ppid=15736 vsize=10997500 CPUtime=4.86 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15808/stat : 15808 (java) S 15736 15739 14618 0 -1 1077944384 17287 12286 0 0 470 4 8 4 20 0 20 0 4358761 11261440000 289831 33554432000 4194304 4196468 140729624618064 140292232562800 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15809] ppid=15736 vsize=10997500 CPUtime=5.36 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15809/stat : 15809 (java) S 15736 15739 14618 0 -1 1077944384 20747 12286 0 0 520 4 8 4 20 0 20 0 4358761 11261440000 289831 33554432000 4194304 4196468 140729624618064 140292231510256 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15810] ppid=15736 vsize=10997500 CPUtime=2.74 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15810/stat : 15810 (java) S 15736 15739 14618 0 -1 1077944384 23215 12286 0 0 258 4 8 4 20 0 20 0 4358761 11261440000 289831 33554432000 4194304 4196468 140729624618064 140292230457712 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15811] ppid=15736 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15811/stat : 15811 (java) S 15736 15739 14618 0 -1 1077944384 3 12286 0 0 0 0 8 4 20 0 20 0 4358761 11261440000 289831 33554432000 4194304 4196468 140729624618064 140292229405408 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15812] ppid=15736 vsize=10997500 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15812/stat : 15812 (java) S 15736 15739 14618 0 -1 1077944384 2605 12286 0 0 61 67 8 4 20 0 20 0 4358762 11261440000 289831 33554432000 4194304 4196468 140729624618064 140292228352944 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 10997500

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

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

[startup+2318.91 s]
/proc/loadavg: 1.44 1.47 1.47 3/281 16042
/proc/meminfo: memFree=28134596/32770624 swapFree=5940/250572
[pid=15739] ppid=15736 vsize=10997500 CPUtime=2400.06 cores=1,3,5,7,9,11,13,15
/proc/15739/stat : 15739 (java) S 15736 15739 14618 0 -1 1077944320 247904 12286 0 0 239515 479 8 4 20 0 20 0 4358740 11261440000 289831 33554432000 4194304 4196468 140729624618064 140729624600608 140293555101431 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
/proc/15739/statm: 2749375 289831 3527 1 0 2736930 0
[pid=15739/tid=15794] ppid=15736 vsize=10997500 CPUtime=2298.2 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15794/stat : 15794 (java) R 15736 15739 14618 0 -1 4202560 88832 12286 0 0 229761 47 8 4 20 0 20 0 4358753 11261440000 289831 33554432000 4194304 4196468 140729624618064 140293559334368 140293181353439 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15795] ppid=15736 vsize=10997500 CPUtime=9.75 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15795/stat : 15795 (java) S 15736 15739 14618 0 -1 1077944384 6079 12286 0 0 918 45 8 4 20 0 20 0 4358754 11261440000 289831 33554432000 4194304 4196468 140729624618064 140293161409296 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15796] ppid=15736 vsize=10997500 CPUtime=9.64 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15796/stat : 15796 (java) S 15736 15739 14618 0 -1 1077944384 8769 12286 0 0 910 42 8 4 20 0 20 0 4358754 11261440000 289831 33554432000 4194304 4196468 140729624618064 140293160356752 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15797] ppid=15736 vsize=10997500 CPUtime=9.65 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15797/stat : 15797 (java) S 15736 15739 14618 0 -1 1077944384 5714 12286 0 0 908 45 8 4 20 0 20 0 4358754 11261440000 289831 33554432000 4194304 4196468 140729624618064 140293159304208 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15798] ppid=15736 vsize=10997500 CPUtime=9.71 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15798/stat : 15798 (java) S 15736 15739 14618 0 -1 1077944384 7335 12286 0 0 918 41 8 4 20 0 20 0 4358754 11261440000 289831 33554432000 4194304 4196468 140729624618064 140293158251664 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15799] ppid=15736 vsize=10997500 CPUtime=9.66 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15799/stat : 15799 (java) S 15736 15739 14618 0 -1 1077944384 9349 12286 0 0 912 42 8 4 20 0 20 0 4358754 11261440000 289831 33554432000 4194304 4196468 140729624618064 140293157198096 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15800] ppid=15736 vsize=10997500 CPUtime=9.7 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15800/stat : 15800 (java) S 15736 15739 14618 0 -1 1077944384 7670 12286 0 0 915 43 8 4 20 0 20 0 4358754 11261440000 289831 33554432000 4194304 4196468 140729624618064 140293156145552 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15801] ppid=15736 vsize=10997500 CPUtime=9.61 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15801/stat : 15801 (java) S 15736 15739 14618 0 -1 1077944384 7627 12286 0 0 907 42 8 4 20 0 20 0 4358754 11261440000 289831 33554432000 4194304 4196468 140729624618064 140293155093008 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15802] ppid=15736 vsize=10997500 CPUtime=9.71 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15802/stat : 15802 (java) S 15736 15739 14618 0 -1 1077944384 7061 12286 0 0 915 44 8 4 20 0 20 0 4358754 11261440000 289831 33554432000 4194304 4196468 140729624618064 140293154040464 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15803] ppid=15736 vsize=10997500 CPUtime=6.96 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15803/stat : 15803 (java) S 15736 15739 14618 0 -1 1077944384 17659 12286 0 0 641 43 8 4 20 0 20 0 4358756 11261440000 289831 33554432000 4194304 4196468 140729624618064 140293096909296 140293555112578 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15804] ppid=15736 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15804/stat : 15804 (java) S 15736 15739 14618 0 -1 1077944384 52 12286 0 0 0 0 8 4 20 0 20 0 4358757 11261440000 289831 33554432000 4194304 4196468 140729624618064 140293095855648 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15805] ppid=15736 vsize=10997500 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15805/stat : 15805 (java) S 15736 15739 14618 0 -1 1077944384 47 12286 0 0 1 0 8 4 20 0 20 0 4358757 11261440000 289831 33554432000 4194304 4196468 140729624618064 140293094802944 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15806] ppid=15736 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15806/stat : 15806 (java) S 15736 15739 14618 0 -1 1077944384 1 12286 0 0 0 0 8 4 20 0 20 0 4358761 11261440000 289831 33554432000 4194304 4196468 140729624618064 140292234668752 140293555120027 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15807] ppid=15736 vsize=10997500 CPUtime=4.62 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15807/stat : 15807 (java) S 15736 15739 14618 0 -1 1077944384 15722 12286 0 0 447 3 8 4 20 0 20 0 4358761 11261440000 289831 33554432000 4194304 4196468 140729624618064 140292233615344 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15808] ppid=15736 vsize=10997500 CPUtime=4.86 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15808/stat : 15808 (java) S 15736 15739 14618 0 -1 1077944384 17287 12286 0 0 470 4 8 4 20 0 20 0 4358761 11261440000 289831 33554432000 4194304 4196468 140729624618064 140292232562800 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15809] ppid=15736 vsize=10997500 CPUtime=5.36 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15809/stat : 15809 (java) S 15736 15739 14618 0 -1 1077944384 20747 12286 0 0 520 4 8 4 20 0 20 0 4358761 11261440000 289831 33554432000 4194304 4196468 140729624618064 140292231510256 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15810] ppid=15736 vsize=10997500 CPUtime=2.74 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15810/stat : 15810 (java) S 15736 15739 14618 0 -1 1077944384 23215 12286 0 0 258 4 8 4 20 0 20 0 4358761 11261440000 289831 33554432000 4194304 4196468 140729624618064 140292230457712 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15811] ppid=15736 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15811/stat : 15811 (java) S 15736 15739 14618 0 -1 1077944384 3 12286 0 0 0 0 8 4 20 0 20 0 4358761 11261440000 289831 33554432000 4194304 4196468 140729624618064 140292229405408 140293555111637 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
[pid=15739/tid=15812] ppid=15736 vsize=10997500 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/15739/task/15812/stat : 15812 (java) S 15736 15739 14618 0 -1 1077944384 2605 12286 0 0 61 67 8 4 20 0 20 0 4358762 11261440000 289831 33554432000 4194304 4196468 140729624618064 140292228352944 140293555112578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12431360 140729624619713 140729624622487 140729624622487 140729624625103 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 10997500

Child status: 143
Real time (s): 2318.93
CPU time (s): 2400.11
CPU user time (s): 2395.27
CPU system time (s): 4.84026
CPU usage (%): 103.5
Max. virtual memory (cumulated for all children) (KiB): 10997568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.27
system time used= 4.84026
maximum resident set size= 1629624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261356
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 283378
involuntary context switches= 180656

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9025 second user time and 20.0848 second system time

The end

Launcher Data

Begin job on node138 at 2017-07-22 04:35:19
IDJOB=4244574
IDBENCH=115789
IDSOLVER=2630
FILE ID=node138/4244574-1500690918
RUNJOBID= node138-1500684099-14650
PBS_JOBID= 20623345
Free space on /tmp= 61968 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-4244574-1500690918/watcher-4244574-1500690918 -o /tmp/evaluation-result-4244574-1500690918/solver-4244574-1500690918 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500684099-14650 --watchdog 2560  bin/concrete HOME/instance-4244574-1500690918.xml

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

MD5SUM BENCH= a459d91dacc3f59ecbf6a687bb73e496
RANDOM SEED=1132227628

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		: 2667.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		: 2133.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		: 2000.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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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		: 2267.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:        30199380 kB
MemAvailable:   30396084 kB
Buffers:          108460 kB
Cached:           369568 kB
SwapCached:            0 kB
Active:          1877460 kB
Inactive:         256640 kB
Active(anon):    1658852 kB
Inactive(anon):     8608 kB
Active(file):     218608 kB
Inactive(file):   248032 kB
Unevictable:        5940 kB
Mlocked:            5940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24340 kB
Writeback:             0 kB
AnonPages:       1669116 kB
Mapped:            44000 kB
Shmem:              8852 kB
Slab:             125140 kB
SReclaimable:      91796 kB
SUnreclaim:        33344 kB
KernelStack:        4848 kB
PageTables:         9172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2400036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1431552 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 05:13:58