Trace number 4259739

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)1306 257.05701 240.04401

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 benchmark1259
Best CPU time to get the best result obtained on this benchmark251.858
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.17/2.15	c Concrete v3.4 running
18.73/8.22	o 1358
18.73/8.29	o 1357
19.09/8.36	o 1356
19.97/8.67	o 1355
20.63/9.13	o 1354
20.63/9.17	o 1353
20.99/9.34	o 1352
21.12/9.41	o 1351
22.83/10.24	o 1350
23.36/10.42	o 1349
29.31/15.61	o 1348
33.18/19.44	o 1347
33.40/19.61	o 1346
33.40/19.64	o 1345
33.52/19.71	o 1344
33.52/19.78	o 1343
33.64/19.87	o 1342
33.64/19.89	o 1341
140.51/125.53	o 1340
140.51/125.56	o 1339
140.51/125.58	o 1338
140.63/125.61	o 1337
140.63/125.64	o 1336
140.63/125.67	o 1335
140.63/125.69	o 1334
147.50/132.39	o 1333
151.95/136.68	o 1332
167.36/151.87	o 1331
167.36/151.90	o 1330
167.59/152.05	o 1329
167.72/152.19	o 1328
167.83/152.21	o 1327
167.83/152.24	o 1326
167.94/152.30	o 1325
167.94/152.33	o 1324
168.08/152.47	o 1323
168.08/152.49	o 1322
168.19/152.52	o 1321
168.19/152.55	o 1320
168.34/152.61	o 1319
168.44/152.76	o 1318
169.79/154.01	o 1317
169.79/154.03	o 1316
169.79/154.06	o 1315
169.79/154.08	o 1314
169.90/154.11	o 1313
169.90/154.13	o 1312
169.90/154.16	o 1311
169.90/154.18	o 1310
169.99/154.21	o 1309
169.99/154.23	o 1308
169.99/154.26	o 1307
170.33/154.56	o 1306
256.98/240.00	java.util.concurrent.TimeoutException
256.98/240.00		at concrete.MAC.mac(MAC.scala:74)
256.98/240.00		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
256.98/240.00		at scala.util.Try$.apply(Try.scala:209)
256.98/240.00		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
256.98/240.00		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
256.98/240.00		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
256.98/240.00		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
256.98/240.00		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
256.98/240.00		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
256.98/240.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
256.98/240.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
256.98/240.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
256.98/240.01		at concrete.MAC.oneRun(MAC.scala:146)
256.98/240.01		at concrete.MAC.nextSolution(MAC.scala:166)
256.98/240.01		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
256.98/240.01		at concrete.ProblemState.map(ProblemState.scala:203)
256.98/240.01		at concrete.ProblemState.map(ProblemState.scala:188)
256.98/240.01		at concrete.MAC.nextSolution(MAC.scala:195)
256.98/240.01		at concrete.Solver.hasNext(Solver.scala:202)
256.98/240.01		at scala.collection.Iterator.toStream(Iterator.scala:1403)
256.98/240.01		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
256.98/240.01		at concrete.Solver.toStream(Solver.scala:73)
256.98/240.01		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
256.98/240.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
256.98/240.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
256.98/240.01		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
256.98/240.01		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
256.98/240.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
256.98/240.01		at scala.util.Success.map(Try.scala:209)
256.98/240.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
256.98/240.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
256.98/240.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
256.98/240.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
256.98/240.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
256.98/240.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
256.98/240.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
256.98/240.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
256.98/240.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
256.98/240.01		at scala.collection.immutable.List.foreach(List.scala:389)
256.98/240.01		at scala.App.main(App.scala:76)
256.98/240.01		at scala.App.main$(App.scala:74)
256.98/240.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
256.98/240.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
256.98/240.01	v <instantiation cost="1306">
256.98/240.01	v       <list>
256.98/240.01	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]
256.98/240.01	v       </list>
256.98/240.01	v       <values>
256.98/240.01	v         54 182 260 425 590 643 657 750 820 897 1040 1135 1184 1220 1305 3 89 214 236 265 317 388 404 548 609 774 856 1012 1143 1188 126 222 325 396 398 450 487 605 686 767 837 903 927 1025 1117 10 24 130 367 373 491 551 552 596 690 720 836 971 1049 1101 225 328 367 461 565 602 766 846 878 973 1036 1050 1061 1111 1206 13 86 114 221 268 325 531 564 577 584 689 815 950 975 1218 0 6 86 199 305 493 524 835 904 987 1036 1126 1190 1263 1281 1 47 77 99 413 562 625 714 894 899 970 991 1040 1057 1212 8 52 111 198 453 504 559 757 797 823 841 879 989 1108 1152 407 434 448 581 633 688 786 931 971 1000 1033 1163 1193 1284 1295 13 157 273 323 373 456 475 525 567 640 672 710 809 897 1236 165 239 292 409 497 603 693 753 755 824 834 840 1075 1083 1139 132 224 499 503 650 701 803 936 941 1005 1013 1074 1078 1138 1232 28 80 168 304 372 403 445 490 575 659 712 805 929 1200 1284 71 83 118 204 251 293 339 413 488 587 655 746 853 946 1249 1306 1218 1186 1117 1284 1290 1306 1258 1212 1306 1306 1232 1306 1306 1305
256.98/240.01	v       </values>
256.98/240.01	v     </instantiation>
256.98/240.01	s SATISFIABLE

Verifier Data

OK	1306

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-4259739-1501643886/watcher-4259739-1501643886 -o /tmp/evaluation-result-4259739-1501643886/solver-4259739-1501643886 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27967 --watchdog 300 bin/concrete HOME/instance-4259739-1501643886.xml 

pid=31665
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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.38 1.46 1.62 2/200 31668
/proc/meminfo: memFree=29684392/32770624 swapFree=0/240084
[pid=31668] ppid=31665 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/31668/stat : 31668 (runsolver) D 31665 31668 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 6299262 24240128 107 18446744073709551615 4194304 4338465 140733260121472 140733260119112 140589432730327 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 13393920 140733260124369 140733260124743 140733260124743 140733260128202 0
/proc/31668/statm: 5918 107 54 36 0 2156 0

[startup+0.100129 s]
/proc/loadavg: 1.38 1.46 1.62 2/200 31668
/proc/meminfo: memFree=29684392/32770624 swapFree=0/240084
[pid=31668] ppid=31665 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/31668/stat : 31668 (bash) S 31665 31668 3187 0 -1 4202496 890 6484 0 0 0 0 0 1 20 0 1 0 6299262 9867264 372 18446744073709551615 4194304 5098028 140724665015600 140724665009608 139755780205568 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 7 0 0 7196144 7232144 35512320 140724665020946 140724665021031 140724665021031 140724665024490 0
/proc/31668/statm: 2409 372 292 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200304 s]
/proc/loadavg: 1.38 1.46 1.62 2/200 31668
/proc/meminfo: memFree=29684392/32770624 swapFree=0/240084
[pid=31668] ppid=31665 vsize=13356508 CPUtime=0.07 cores=1,3,5,7
/proc/31668/stat : 31668 (java) S 31665 31668 3187 0 -1 1077944320 3357 12406 0 0 0 0 5 2 20 0 6 0 6299262 13677064192 2150 18446744073709551615 4194304 4196468 140736454731088 140736454713632 139902355070711 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
/proc/31668/statm: 3339127 2150 1194 1 0 3329105 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13356508

[startup+0.300193 s]
/proc/loadavg: 1.38 1.46 1.62 2/200 31668
/proc/meminfo: memFree=29684392/32770624 swapFree=0/240084
[pid=31668] ppid=31665 vsize=13974356 CPUtime=0.18 cores=1,3,5,7
/proc/31668/stat : 31668 (java) S 31665 31668 3187 0 -1 1077944320 6569 12406 0 0 10 1 5 2 20 0 15 0 6299262 14309740544 7172 18446744073709551615 4194304 4196468 140736454731088 140736454713632 139902355070711 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
/proc/31668/statm: 3493589 7238 2889 1 0 3482973 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 13974356

[startup+0.700267 s]
/proc/loadavg: 1.38 1.46 1.62 2/200 31668
/proc/meminfo: memFree=29684392/32770624 swapFree=0/240084
[pid=31668] ppid=31665 vsize=13974784 CPUtime=0.72 cores=1,3,5,7
/proc/31668/stat : 31668 (java) S 31665 31668 3187 0 -1 1077944320 14015 12406 0 0 62 3 5 2 20 0 15 0 6299262 14310178816 14918 18446744073709551615 4194304 4196468 140736454731088 140736454713632 139902355070711 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
/proc/31668/statm: 3493696 14918 3083 1 0 3482973 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 13974784

[startup+1.50585 s]
/proc/loadavg: 1.38 1.46 1.62 3/215 31731
/proc/meminfo: memFree=29585592/32770624 swapFree=0/240100
[pid=31668] ppid=31665 vsize=13985408 CPUtime=1.99 cores=1,3,5,7
/proc/31668/stat : 31668 (java) S 31665 31668 3187 0 -1 1077944320 26811 12406 0 0 183 9 5 2 20 0 15 0 6299262 14321057792 43303 18446744073709551615 4194304 4196468 140736454731088 140736454713632 139902355070711 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
/proc/31668/statm: 3496352 43303 3363 1 0 3485533 0
[pid=31668/tid=31718] ppid=31665 vsize=13985408 CPUtime=1.31 cores=1,3,5,7
/proc/31668/task/31718/stat : 31718 (java) R 31665 31668 3187 0 -1 4202560 20496 12406 0 0 119 5 5 2 20 0 15 0 6299281 14321057792 43303 18446744073709551615 4194304 4196468 140736454731088 139902359298384 139902336934631 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31719] ppid=31665 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31719/stat : 31719 (java) S 31665 31668 3187 0 -1 1077944384 32 12406 0 0 0 0 5 2 20 0 15 0 6299282 14321057792 43303 18446744073709551615 4194304 4196468 140736454731088 139902320351888 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31720] ppid=31665 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31720/stat : 31720 (java) S 31665 31668 3187 0 -1 1077944384 40 12406 0 0 0 0 5 2 20 0 15 0 6299282 14321057792 43303 18446744073709551615 4194304 4196468 140736454731088 139901953903120 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31721] ppid=31665 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31721/stat : 31721 (java) S 31665 31668 3187 0 -1 1077944384 185 12406 0 0 0 0 5 2 20 0 15 0 6299282 14321057792 43303 18446744073709551615 4194304 4196468 140736454731088 139901952850320 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31722] ppid=31665 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/31668/task/31722/stat : 31722 (java) S 31665 31668 3187 0 -1 1077944384 57 12406 0 0 1 0 5 2 20 0 15 0 6299282 14321057792 43303 18446744073709551615 4194304 4196468 140736454731088 139901951797520 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31723] ppid=31665 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/31668/task/31723/stat : 31723 (java) S 31665 31668 3187 0 -1 1077944384 647 12406 0 0 1 0 5 2 20 0 15 0 6299283 14321057792 43303 18446744073709551615 4194304 4196468 140736454731088 139901271858032 139902355081858 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31724] ppid=31665 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31724/stat : 31724 (java) S 31665 31668 3187 0 -1 1077944384 55 12406 0 0 0 0 5 2 20 0 15 0 6299284 14321057792 43303 18446744073709551615 4194304 4196468 140736454731088 139901270804000 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31725] ppid=31665 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31725/stat : 31725 (java) S 31665 31668 3187 0 -1 1077944384 44 12406 0 0 0 0 5 2 20 0 15 0 6299284 14321057792 43303 18446744073709551615 4194304 4196468 140736454731088 139901269751152 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31726] ppid=31665 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31726/stat : 31726 (java) S 31665 31668 3187 0 -1 1077944384 3 12406 0 0 0 0 5 2 20 0 15 0 6299287 14321057792 43303 18446744073709551615 4194304 4196468 140736454731088 139901268699472 139902355089307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31727] ppid=31665 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/31668/task/31727/stat : 31727 (java) R 31665 31668 3187 0 -1 4202560 1201 12406 0 0 18 0 5 2 20 0 15 0 6299287 14321057792 43303 18446744073709551615 4194304 4196468 140736454731088 139901267646832 139902334787847 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31728] ppid=31665 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/31668/task/31728/stat : 31728 (java) R 31665 31668 3187 0 -1 4202560 577 12406 0 0 14 0 5 2 20 0 15 0 6299287 14321057792 43303 18446744073709551615 4194304 4196468 140736454731088 139901266580576 139902332667152 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31729] ppid=31665 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/31668/task/31729/stat : 31729 (java) S 31665 31668 3187 0 -1 1077944384 1319 12406 0 0 24 0 5 2 20 0 15 0 6299287 14321057792 43303 18446744073709551615 4194304 4196468 140736454731088 139901265541232 139902355081858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31730] ppid=31665 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31730/stat : 31730 (java) S 31665 31668 3187 0 -1 1077944384 3 12406 0 0 0 0 5 2 20 0 15 0 6299287 14321057792 43303 18446744073709551615 4194304 4196468 140736454731088 139901264488672 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31731] ppid=31665 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31731/stat : 31731 (java) S 31665 31668 3187 0 -1 1077944384 3 12406 0 0 0 0 5 2 20 0 15 0 6299290 14321057792 43303 18446744073709551615 4194304 4196468 140736454731088 139901263436976 139902355081858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 13985408

[startup+3.10089 s]
/proc/loadavg: 1.38 1.46 1.62 3/215 31731
/proc/meminfo: memFree=29513752/32770624 swapFree=0/240100
[pid=31668] ppid=31665 vsize=13997884 CPUtime=5.68 cores=1,3,5,7
/proc/31668/stat : 31668 (java) S 31665 31668 3187 0 -1 1077944320 34945 12406 0 0 546 15 5 2 20 0 15 0 6299262 14333833216 59034 18446744073709551615 4194304 4196468 140736454731088 140736454713632 139902355070711 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
/proc/31668/statm: 3499471 59034 3434 1 0 3488093 0
[pid=31668/tid=31718] ppid=31665 vsize=13997884 CPUtime=2.89 cores=1,3,5,7
/proc/31668/task/31718/stat : 31718 (java) R 31665 31668 3187 0 -1 4202560 24196 12406 0 0 274 8 5 2 20 0 15 0 6299281 14333833216 59034 18446744073709551615 4194304 4196468 140736454731088 139902359298280 139902006586552 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31719] ppid=31665 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31719/stat : 31719 (java) S 31665 31668 3187 0 -1 1077944384 32 12406 0 0 0 0 5 2 20 0 15 0 6299282 14333833216 59034 18446744073709551615 4194304 4196468 140736454731088 139902320351888 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31720] ppid=31665 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31720/stat : 31720 (java) S 31665 31668 3187 0 -1 1077944384 40 12406 0 0 0 0 5 2 20 0 15 0 6299282 14333833216 59034 18446744073709551615 4194304 4196468 140736454731088 139901953903120 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31721] ppid=31665 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31721/stat : 31721 (java) S 31665 31668 3187 0 -1 1077944384 185 12406 0 0 0 0 5 2 20 0 15 0 6299282 14333833216 59034 18446744073709551615 4194304 4196468 140736454731088 139901952850320 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31722] ppid=31665 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/31668/task/31722/stat : 31722 (java) S 31665 31668 3187 0 -1 1077944384 57 12406 0 0 1 0 5 2 20 0 15 0 6299282 14333833216 59034 18446744073709551615 4194304 4196468 140736454731088 139901951797520 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31723] ppid=31665 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/31668/task/31723/stat : 31723 (java) S 31665 31668 3187 0 -1 1077944384 650 12406 0 0 1 0 5 2 20 0 15 0 6299283 14333833216 59034 18446744073709551615 4194304 4196468 140736454731088 139901271858032 139902355081858 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31724] ppid=31665 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31724/stat : 31724 (java) S 31665 31668 3187 0 -1 1077944384 55 12406 0 0 0 0 5 2 20 0 15 0 6299284 14333833216 59034 18446744073709551615 4194304 4196468 140736454731088 139901270804000 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31725] ppid=31665 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31725/stat : 31725 (java) S 31665 31668 3187 0 -1 1077944384 44 12406 0 0 0 0 5 2 20 0 15 0 6299284 14333833216 59034 18446744073709551615 4194304 4196468 140736454731088 139901269751152 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31726] ppid=31665 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31726/stat : 31726 (java) S 31665 31668 3187 0 -1 1077944384 3 12406 0 0 0 0 5 2 20 0 15 0 6299287 14333833216 59034 18446744073709551615 4194304 4196468 140736454731088 139901268699472 139902355089307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31727] ppid=31665 vsize=13997884 CPUtime=0.89 cores=1,3,5,7
/proc/31668/task/31727/stat : 31727 (java) R 31665 31668 3187 0 -1 4202560 2194 12406 0 0 82 0 5 2 20 0 15 0 6299287 14333833216 59034 18446744073709551615 4194304 4196468 140736454731088 139901267633376 139902334316559 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31728] ppid=31665 vsize=13997884 CPUtime=0.81 cores=1,3,5,7
/proc/31668/task/31728/stat : 31728 (java) R 31665 31668 3187 0 -1 4202560 1159 12406 0 0 73 1 5 2 20 0 15 0 6299287 14333833216 59034 18446744073709551615 4194304 4196468 140736454731088 139901266580056 139902334502796 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31729] ppid=31665 vsize=13997884 CPUtime=1.17 cores=1,3,5,7
/proc/31668/task/31729/stat : 31729 (java) S 31665 31668 3187 0 -1 1077944384 4174 12406 0 0 109 1 5 2 20 0 15 0 6299287 14333833216 59034 18446744073709551615 4194304 4196468 140736454731088 139901265541232 139902355081858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31730] ppid=31665 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31730/stat : 31730 (java) S 31665 31668 3187 0 -1 1077944384 3 12406 0 0 0 0 5 2 20 0 15 0 6299287 14333833216 59034 18446744073709551615 4194304 4196468 140736454731088 139901264488672 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31731] ppid=31665 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31731/stat : 31731 (java) S 31665 31668 3187 0 -1 1077944384 3 12406 0 0 0 0 5 2 20 0 15 0 6299290 14333833216 59034 18446744073709551615 4194304 4196468 140736454731088 139901263436976 139902355081858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 13997884

[startup+6.30066 s]
/proc/loadavg: 1.35 1.45 1.61 5/215 31731
/proc/meminfo: memFree=29353680/32770624 swapFree=0/240092
[pid=31668] ppid=31665 vsize=14069564 CPUtime=15.31 cores=1,3,5,7
/proc/31668/stat : 31668 (java) S 31665 31668 3187 0 -1 1077944320 79240 12406 0 0 1498 26 5 2 20 0 15 0 6299262 14407233536 101592 18446744073709551615 4194304 4196468 140736454731088 140736454713632 139902355070711 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
/proc/31668/statm: 3517391 101592 3467 1 0 3506013 0
[pid=31668/tid=31718] ppid=31665 vsize=14069564 CPUtime=5.97 cores=1,3,5,7
/proc/31668/task/31718/stat : 31718 (java) R 31665 31668 3187 0 -1 4202560 46020 12406 0 0 578 12 5 2 20 0 15 0 6299281 14407233536 101592 18446744073709551615 4194304 4196468 140736454731088 139902359304064 139902004244875 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31719] ppid=31665 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/31668/task/31719/stat : 31719 (java) S 31665 31668 3187 0 -1 1077944384 274 12406 0 0 8 1 5 2 20 0 15 0 6299282 14407233536 101592 18446744073709551615 4194304 4196468 140736454731088 139902320351888 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31720] ppid=31665 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/31668/task/31720/stat : 31720 (java) S 31665 31668 3187 0 -1 1077944384 103 12406 0 0 8 1 5 2 20 0 15 0 6299282 14407233536 101592 18446744073709551615 4194304 4196468 140736454731088 139901953903120 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31721] ppid=31665 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/31668/task/31721/stat : 31721 (java) S 31665 31668 3187 0 -1 1077944384 258 12406 0 0 8 1 5 2 20 0 15 0 6299282 14407233536 101592 18446744073709551615 4194304 4196468 140736454731088 139901952850320 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31722] ppid=31665 vsize=14069564 CPUtime=0.14 cores=1,3,5,7
/proc/31668/task/31722/stat : 31722 (java) S 31665 31668 3187 0 -1 1077944384 98 12406 0 0 7 0 5 2 20 0 15 0 6299282 14407233536 101592 18446744073709551615 4194304 4196468 140736454731088 139901951797520 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31723] ppid=31665 vsize=14069564 CPUtime=0.11 cores=1,3,5,7
/proc/31668/task/31723/stat : 31723 (java) S 31665 31668 3187 0 -1 1077944384 2129 12406 0 0 4 0 5 2 20 0 15 0 6299283 14407233536 101592 18446744073709551615 4194304 4196468 140736454731088 139901271858032 139902355081858 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31724] ppid=31665 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31724/stat : 31724 (java) S 31665 31668 3187 0 -1 1077944384 55 12406 0 0 0 0 5 2 20 0 15 0 6299284 14407233536 101592 18446744073709551615 4194304 4196468 140736454731088 139901270804064 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31725] ppid=31665 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31725/stat : 31725 (java) S 31665 31668 3187 0 -1 1077944384 45 12406 0 0 0 0 5 2 20 0 15 0 6299284 14407233536 101592 18446744073709551615 4194304 4196468 140736454731088 139901269751168 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31726] ppid=31665 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31726/stat : 31726 (java) S 31665 31668 3187 0 -1 1077944384 3 12406 0 0 0 0 5 2 20 0 15 0 6299287 14407233536 101592 18446744073709551615 4194304 4196468 140736454731088 139901268699472 139902355089307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31727] ppid=31665 vsize=14069564 CPUtime=3.54 cores=1,3,5,7
/proc/31668/task/31727/stat : 31727 (java) R 31665 31668 3187 0 -1 4202560 8311 12406 0 0 345 2 5 2 20 0 15 0 6299287 14407233536 101592 18446744073709551615 4194304 4196468 140736454731088 139901267630784 139902333486919 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31728] ppid=31665 vsize=14069564 CPUtime=3.51 cores=1,3,5,7
/proc/31668/task/31728/stat : 31728 (java) R 31665 31668 3187 0 -1 4202560 9832 12406 0 0 342 2 5 2 20 0 15 0 6299287 14407233536 101592 18446744073709551615 4194304 4196468 140736454731088 139901266585808 139902340181336 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31729] ppid=31665 vsize=14069564 CPUtime=2.02 cores=1,3,5,7
/proc/31668/task/31729/stat : 31729 (java) S 31665 31668 3187 0 -1 1077944384 9702 12406 0 0 192 3 5 2 20 0 15 0 6299287 14407233536 101592 18446744073709551615 4194304 4196468 140736454731088 139901265541232 139902355081858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31730] ppid=31665 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31730/stat : 31730 (java) S 31665 31668 3187 0 -1 1077944384 3 12406 0 0 0 0 5 2 20 0 15 0 6299287 14407233536 101592 18446744073709551615 4194304 4196468 140736454731088 139901264488672 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31731] ppid=31665 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31731/stat : 31731 (java) S 31665 31668 3187 0 -1 1077944384 257 12406 0 0 0 0 5 2 20 0 15 0 6299290 14407233536 101592 18446744073709551615 4194304 4196468 140736454731088 139901263436976 139902355081858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
Current children cumulated CPU time (s) 15.31
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 1.64 1.51 1.63 3/215 31731
/proc/meminfo: memFree=29002924/32770624 swapFree=0/240100
[pid=31668] ppid=31665 vsize=14069564 CPUtime=26.01 cores=1,3,5,7
/proc/31668/stat : 31668 (java) S 31665 31668 3187 0 -1 1077944320 97704 12406 0 0 2556 38 5 2 20 0 15 0 6299262 14407233536 192040 18446744073709551615 4194304 4196468 140736454731088 140736454713632 139902355070711 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
/proc/31668/statm: 3517391 192040 3480 1 0 3506013 0
[pid=31668/tid=31718] ppid=31665 vsize=14069564 CPUtime=11.97 cores=1,3,5,7
/proc/31668/task/31718/stat : 31718 (java) R 31665 31668 3187 0 -1 4202560 48819 12406 0 0 1174 16 5 2 20 0 15 0 6299281 14407233536 192040 18446744073709551615 4194304 4196468 140736454731088 139902359304624 139902002823783 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31719] ppid=31665 vsize=14069564 CPUtime=0.43 cores=1,3,5,7
/proc/31668/task/31719/stat : 31719 (java) S 31665 31668 3187 0 -1 1077944384 746 12406 0 0 34 2 5 2 20 0 15 0 6299282 14407233536 192040 18446744073709551615 4194304 4196468 140736454731088 139902320351888 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31720] ppid=31665 vsize=14069564 CPUtime=0.44 cores=1,3,5,7
/proc/31668/task/31720/stat : 31720 (java) S 31665 31668 3187 0 -1 1077944384 181 12406 0 0 35 2 5 2 20 0 15 0 6299282 14407233536 192040 18446744073709551615 4194304 4196468 140736454731088 139901953903120 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31721] ppid=31665 vsize=14069564 CPUtime=0.43 cores=1,3,5,7
/proc/31668/task/31721/stat : 31721 (java) S 31665 31668 3187 0 -1 1077944384 916 12406 0 0 34 2 5 2 20 0 15 0 6299282 14407233536 192040 18446744073709551615 4194304 4196468 140736454731088 139901952850320 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31722] ppid=31665 vsize=14069564 CPUtime=0.41 cores=1,3,5,7
/proc/31668/task/31722/stat : 31722 (java) S 31665 31668 3187 0 -1 1077944384 452 12406 0 0 33 1 5 2 20 0 15 0 6299282 14407233536 192040 18446744073709551615 4194304 4196468 140736454731088 139901951797520 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31723] ppid=31665 vsize=14069564 CPUtime=0.23 cores=1,3,5,7
/proc/31668/task/31723/stat : 31723 (java) S 31665 31668 3187 0 -1 1077944384 10325 12406 0 0 15 1 5 2 20 0 15 0 6299283 14407233536 192040 18446744073709551615 4194304 4196468 140736454731088 139901271858032 139902355081858 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31724] ppid=31665 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31724/stat : 31724 (java) S 31665 31668 3187 0 -1 1077944384 58 12406 0 0 0 0 5 2 20 0 15 0 6299284 14407233536 192040 18446744073709551615 4194304 4196468 140736454731088 139901270804064 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31725] ppid=31665 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31725/stat : 31725 (java) S 31665 31668 3187 0 -1 1077944384 50 12406 0 0 0 0 5 2 20 0 15 0 6299284 14407233536 192040 18446744073709551615 4194304 4196468 140736454731088 139901269751168 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31726] ppid=31665 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31726/stat : 31726 (java) S 31665 31668 3187 0 -1 1077944384 3 12406 0 0 0 0 5 2 20 0 15 0 6299287 14407233536 192040 18446744073709551615 4194304 4196468 140736454731088 139901268699472 139902355089307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0

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

/proc/31668/task/31730/stat : 31730 (java) S 31665 31668 3187 0 -1 1077944384 3 12406 0 0 0 0 5 2 20 0 15 0 6299287 14407233536 347345 18446744073709551615 4194304 4196468 140736454731088 139901264488672 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31731] ppid=31665 vsize=14069564 CPUtime=0.09 cores=1,3,5,7
/proc/31668/task/31731/stat : 31731 (java) S 31665 31668 3187 0 -1 1077944384 1635 12406 0 0 1 1 5 2 20 0 15 0 6299290 14407233536 347345 18446744073709551615 4194304 4196468 140736454731088 139901263436976 139902355081858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
Current children cumulated CPU time (s) 65.55
Current children cumulated vsize (KiB) 14069564

[startup+102.301 s]
/proc/loadavg: 1.55 1.51 1.62 3/214 31858
/proc/meminfo: memFree=27053184/32770624 swapFree=0/240180
[pid=31668] ppid=31665 vsize=14069564 CPUtime=117.03 cores=1,3,5,7
/proc/31668/stat : 31668 (java) S 31665 31668 3187 0 -1 1077944320 125362 12406 0 0 11633 63 5 2 20 0 15 0 6299262 14407233536 347976 18446744073709551615 4194304 4196468 140736454731088 140736454713632 139902355070711 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
/proc/31668/statm: 3517391 347976 3483 1 0 3506013 0
[pid=31668/tid=31718] ppid=31665 vsize=14069564 CPUtime=101.35 cores=1,3,5,7
/proc/31668/task/31718/stat : 31718 (java) R 31665 31668 3187 0 -1 4202560 55204 12406 0 0 10103 25 5 2 20 0 15 0 6299281 14407233536 347976 18446744073709551615 4194304 4196468 140736454731088 139902359304752 139901995730090 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31719] ppid=31665 vsize=14069564 CPUtime=0.58 cores=1,3,5,7
/proc/31668/task/31719/stat : 31719 (java) S 31665 31668 3187 0 -1 1077944384 1419 12406 0 0 46 5 5 2 20 0 15 0 6299282 14407233536 347976 18446744073709551615 4194304 4196468 140736454731088 139902320351888 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31720] ppid=31665 vsize=14069564 CPUtime=0.58 cores=1,3,5,7
/proc/31668/task/31720/stat : 31720 (java) S 31665 31668 3187 0 -1 1077944384 812 12406 0 0 46 5 5 2 20 0 15 0 6299282 14407233536 347976 18446744073709551615 4194304 4196468 140736454731088 139901953903120 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31721] ppid=31665 vsize=14069564 CPUtime=0.58 cores=1,3,5,7
/proc/31668/task/31721/stat : 31721 (java) S 31665 31668 3187 0 -1 1077944384 2017 12406 0 0 45 6 5 2 20 0 15 0 6299282 14407233536 347976 18446744073709551615 4194304 4196468 140736454731088 139901952850320 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31722] ppid=31665 vsize=14069564 CPUtime=0.57 cores=1,3,5,7
/proc/31668/task/31722/stat : 31722 (java) S 31665 31668 3187 0 -1 1077944384 1686 12406 0 0 45 5 5 2 20 0 15 0 6299282 14407233536 347976 18446744073709551615 4194304 4196468 140736454731088 139901951797520 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31723] ppid=31665 vsize=14069564 CPUtime=0.31 cores=1,3,5,7
/proc/31668/task/31723/stat : 31723 (java) S 31665 31668 3187 0 -1 1077944384 11220 12406 0 0 22 2 5 2 20 0 15 0 6299283 14407233536 347976 18446744073709551615 4194304 4196468 140736454731088 139901271858032 139902355081858 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31724] ppid=31665 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31724/stat : 31724 (java) S 31665 31668 3187 0 -1 1077944384 61 12406 0 0 0 0 5 2 20 0 15 0 6299284 14407233536 347976 18446744073709551615 4194304 4196468 140736454731088 139901270804064 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31725] ppid=31665 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31725/stat : 31725 (java) S 31665 31668 3187 0 -1 1077944384 50 12406 0 0 0 0 5 2 20 0 15 0 6299284 14407233536 347976 18446744073709551615 4194304 4196468 140736454731088 139901269751168 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31726] ppid=31665 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31726/stat : 31726 (java) S 31665 31668 3187 0 -1 1077944384 3 12406 0 0 0 0 5 2 20 0 15 0 6299287 14407233536 347976 18446744073709551615 4194304 4196468 140736454731088 139901268699472 139902355089307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31727] ppid=31665 vsize=14069564 CPUtime=5.42 cores=1,3,5,7
/proc/31668/task/31727/stat : 31727 (java) S 31665 31668 3187 0 -1 1077944384 14113 12406 0 0 532 3 5 2 20 0 15 0 6299287 14407233536 347976 18446744073709551615 4194304 4196468 140736454731088 139901267646832 139902355081858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31728] ppid=31665 vsize=14069564 CPUtime=5.75 cores=1,3,5,7
/proc/31668/task/31728/stat : 31728 (java) S 31665 31668 3187 0 -1 1077944384 17459 12406 0 0 565 3 5 2 20 0 15 0 6299287 14407233536 347976 18446744073709551615 4194304 4196468 140736454731088 139901266594032 139902355081858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31729] ppid=31665 vsize=14069564 CPUtime=2.3 cores=1,3,5,7
/proc/31668/task/31729/stat : 31729 (java) S 31665 31668 3187 0 -1 1077944384 17497 12406 0 0 219 4 5 2 20 0 15 0 6299287 14407233536 347976 18446744073709551615 4194304 4196468 140736454731088 139901265541232 139902355081858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31730] ppid=31665 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31730/stat : 31730 (java) S 31665 31668 3187 0 -1 1077944384 3 12406 0 0 0 0 5 2 20 0 15 0 6299287 14407233536 347976 18446744073709551615 4194304 4196468 140736454731088 139901264488672 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31731] ppid=31665 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/31668/task/31731/stat : 31731 (java) S 31665 31668 3187 0 -1 1077944384 1671 12406 0 0 2 3 5 2 20 0 15 0 6299290 14407233536 347976 18446744073709551615 4194304 4196468 140736454731088 139901263436976 139902355081858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
Current children cumulated CPU time (s) 117.03
Current children cumulated vsize (KiB) 14069564

[startup+162.301 s]
/proc/loadavg: 1.70 1.55 1.62 3/214 31861
/proc/meminfo: memFree=26421612/32770624 swapFree=0/240232
[pid=31668] ppid=31665 vsize=14069564 CPUtime=178.27 cores=1,3,5,7
/proc/31668/stat : 31668 (java) S 31665 31668 3187 0 -1 1077944320 142702 12406 0 0 17747 73 5 2 20 0 15 0 6299262 14407233536 324063 18446744073709551615 4194304 4196468 140736454731088 140736454713632 139902355070711 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
/proc/31668/statm: 3517391 324063 3483 1 0 3506013 0
[pid=31668/tid=31718] ppid=31665 vsize=14069564 CPUtime=160.85 cores=1,3,5,7
/proc/31668/task/31718/stat : 31718 (java) R 31665 31668 3187 0 -1 4202560 58645 12406 0 0 16051 27 5 2 20 0 15 0 6299281 14407233536 324063 18446744073709551615 4194304 4196468 140736454731088 139902359304448 139902009120268 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31719] ppid=31665 vsize=14069564 CPUtime=0.88 cores=1,3,5,7
/proc/31668/task/31719/stat : 31719 (java) S 31665 31668 3187 0 -1 1077944384 1778 12406 0 0 75 6 5 2 20 0 15 0 6299282 14407233536 324063 18446744073709551615 4194304 4196468 140736454731088 139902320351888 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31720] ppid=31665 vsize=14069564 CPUtime=0.88 cores=1,3,5,7
/proc/31668/task/31720/stat : 31720 (java) S 31665 31668 3187 0 -1 1077944384 1207 12406 0 0 75 6 5 2 20 0 15 0 6299282 14407233536 324063 18446744073709551615 4194304 4196468 140736454731088 139901953903120 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31721] ppid=31665 vsize=14069564 CPUtime=0.88 cores=1,3,5,7
/proc/31668/task/31721/stat : 31721 (java) S 31665 31668 3187 0 -1 1077944384 3370 12406 0 0 74 7 5 2 20 0 15 0 6299282 14407233536 324063 18446744073709551615 4194304 4196468 140736454731088 139901952850320 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31722] ppid=31665 vsize=14069564 CPUtime=0.86 cores=1,3,5,7
/proc/31668/task/31722/stat : 31722 (java) S 31665 31668 3187 0 -1 1077944384 3689 12406 0 0 73 6 5 2 20 0 15 0 6299282 14407233536 324063 18446744073709551615 4194304 4196468 140736454731088 139901951797520 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31723] ppid=31665 vsize=14069564 CPUtime=0.45 cores=1,3,5,7
/proc/31668/task/31723/stat : 31723 (java) S 31665 31668 3187 0 -1 1077944384 11602 12406 0 0 34 4 5 2 20 0 15 0 6299283 14407233536 324063 18446744073709551615 4194304 4196468 140736454731088 139901271858032 139902355081858 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31724] ppid=31665 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31724/stat : 31724 (java) S 31665 31668 3187 0 -1 1077944384 65 12406 0 0 0 0 5 2 20 0 15 0 6299284 14407233536 324063 18446744073709551615 4194304 4196468 140736454731088 139901270804064 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31725] ppid=31665 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31725/stat : 31725 (java) S 31665 31668 3187 0 -1 1077944384 50 12406 0 0 0 0 5 2 20 0 15 0 6299284 14407233536 324063 18446744073709551615 4194304 4196468 140736454731088 139901269751168 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31726] ppid=31665 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31726/stat : 31726 (java) S 31665 31668 3187 0 -1 1077944384 3 12406 0 0 0 0 5 2 20 0 15 0 6299287 14407233536 324063 18446744073709551615 4194304 4196468 140736454731088 139901268699472 139902355089307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31727] ppid=31665 vsize=14069564 CPUtime=5.58 cores=1,3,5,7
/proc/31668/task/31727/stat : 31727 (java) S 31665 31668 3187 0 -1 1077944384 16116 12406 0 0 548 3 5 2 20 0 15 0 6299287 14407233536 324063 18446744073709551615 4194304 4196468 140736454731088 139901267646832 139902355081858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31728] ppid=31665 vsize=14069564 CPUtime=5.9 cores=1,3,5,7
/proc/31668/task/31728/stat : 31728 (java) S 31665 31668 3187 0 -1 1077944384 20539 12406 0 0 579 4 5 2 20 0 15 0 6299287 14407233536 324063 18446744073709551615 4194304 4196468 140736454731088 139901266594032 139902355081858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31729] ppid=31665 vsize=14069564 CPUtime=2.35 cores=1,3,5,7
/proc/31668/task/31729/stat : 31729 (java) S 31665 31668 3187 0 -1 1077944384 21658 12406 0 0 224 4 5 2 20 0 15 0 6299287 14407233536 324063 18446744073709551615 4194304 4196468 140736454731088 139901265541232 139902355081858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31730] ppid=31665 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31730/stat : 31730 (java) S 31665 31668 3187 0 -1 1077944384 3 12406 0 0 0 0 5 2 20 0 15 0 6299287 14407233536 324063 18446744073709551615 4194304 4196468 140736454731088 139901264488672 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31731] ppid=31665 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/31668/task/31731/stat : 31731 (java) S 31665 31668 3187 0 -1 1077944384 1827 12406 0 0 4 5 5 2 20 0 15 0 6299290 14407233536 324063 18446744073709551615 4194304 4196468 140736454731088 139901263436976 139902355081858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
Current children cumulated CPU time (s) 178.27
Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.85 1.63 1.65 3/213 31863
/proc/meminfo: memFree=26520736/32770624 swapFree=0/240256
[pid=31668] ppid=31665 vsize=14069564 CPUtime=239.02 cores=1,3,5,7
/proc/31668/stat : 31668 (java) S 31665 31668 3187 0 -1 1077944320 145098 12406 0 0 23815 80 5 2 20 0 15 0 6299262 14407233536 293547 18446744073709551615 4194304 4196468 140736454731088 140736454713632 139902355070711 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
/proc/31668/statm: 3517391 293547 3483 1 0 3506013 0
[pid=31668/tid=31718] ppid=31665 vsize=14069564 CPUtime=220.38 cores=1,3,5,7
/proc/31668/task/31718/stat : 31718 (java) R 31665 31668 3187 0 -1 4202560 59858 12406 0 0 22003 28 5 2 20 0 15 0 6299281 14407233536 293547 18446744073709551615 4194304 4196468 140736454731088 139902359304176 139901996513950 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31719] ppid=31665 vsize=14069564 CPUtime=1.13 cores=1,3,5,7
/proc/31668/task/31719/stat : 31719 (java) S 31665 31668 3187 0 -1 1077944384 2325 12406 0 0 99 7 5 2 20 0 15 0 6299282 14407233536 293547 18446744073709551615 4194304 4196468 140736454731088 139902320351888 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31720] ppid=31665 vsize=14069564 CPUtime=1.13 cores=1,3,5,7
/proc/31668/task/31720/stat : 31720 (java) S 31665 31668 3187 0 -1 1077944384 1336 12406 0 0 99 7 5 2 20 0 15 0 6299282 14407233536 293547 18446744073709551615 4194304 4196468 140736454731088 139901953903120 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31721] ppid=31665 vsize=14069564 CPUtime=1.13 cores=1,3,5,7
/proc/31668/task/31721/stat : 31721 (java) S 31665 31668 3187 0 -1 1077944384 3467 12406 0 0 99 7 5 2 20 0 15 0 6299282 14407233536 293547 18446744073709551615 4194304 4196468 140736454731088 139901952850320 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31722] ppid=31665 vsize=14069564 CPUtime=1.12 cores=1,3,5,7
/proc/31668/task/31722/stat : 31722 (java) S 31665 31668 3187 0 -1 1077944384 3767 12406 0 0 98 7 5 2 20 0 15 0 6299282 14407233536 293547 18446744073709551615 4194304 4196468 140736454731088 139901951797520 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31723] ppid=31665 vsize=14069564 CPUtime=0.63 cores=1,3,5,7
/proc/31668/task/31723/stat : 31723 (java) S 31665 31668 3187 0 -1 1077944384 11914 12406 0 0 50 6 5 2 20 0 15 0 6299283 14407233536 293547 18446744073709551615 4194304 4196468 140736454731088 139901271858032 139902355081858 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31724] ppid=31665 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31724/stat : 31724 (java) S 31665 31668 3187 0 -1 1077944384 65 12406 0 0 0 0 5 2 20 0 15 0 6299284 14407233536 293547 18446744073709551615 4194304 4196468 140736454731088 139901270804064 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31725] ppid=31665 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31725/stat : 31725 (java) S 31665 31668 3187 0 -1 1077944384 50 12406 0 0 0 0 5 2 20 0 15 0 6299284 14407233536 293547 18446744073709551615 4194304 4196468 140736454731088 139901269751168 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31726] ppid=31665 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31726/stat : 31726 (java) S 31665 31668 3187 0 -1 1077944384 3 12406 0 0 0 0 5 2 20 0 15 0 6299287 14407233536 293547 18446744073709551615 4194304 4196468 140736454731088 139901268699472 139902355089307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31727] ppid=31665 vsize=14069564 CPUtime=5.58 cores=1,3,5,7
/proc/31668/task/31727/stat : 31727 (java) S 31665 31668 3187 0 -1 1077944384 16116 12406 0 0 548 3 5 2 20 0 15 0 6299287 14407233536 293547 18446744073709551615 4194304 4196468 140736454731088 139901267646832 139902355081858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31728] ppid=31665 vsize=14069564 CPUtime=5.9 cores=1,3,5,7
/proc/31668/task/31728/stat : 31728 (java) S 31665 31668 3187 0 -1 1077944384 20542 12406 0 0 579 4 5 2 20 0 15 0 6299287 14407233536 293547 18446744073709551615 4194304 4196468 140736454731088 139901266594032 139902355081858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31729] ppid=31665 vsize=14069564 CPUtime=2.35 cores=1,3,5,7
/proc/31668/task/31729/stat : 31729 (java) S 31665 31668 3187 0 -1 1077944384 21658 12406 0 0 224 4 5 2 20 0 15 0 6299287 14407233536 293547 18446744073709551615 4194304 4196468 140736454731088 139901265541232 139902355081858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31730] ppid=31665 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31730/stat : 31730 (java) S 31665 31668 3187 0 -1 1077944384 3 12406 0 0 0 0 5 2 20 0 15 0 6299287 14407233536 293547 18446744073709551615 4194304 4196468 140736454731088 139901264488672 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31731] ppid=31665 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/31668/task/31731/stat : 31731 (java) S 31665 31668 3187 0 -1 1077944384 1844 12406 0 0 5 7 5 2 20 0 15 0 6299290 14407233536 293547 18446744073709551615 4194304 4196468 140736454731088 139901263436976 139902355081858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
Current children cumulated CPU time (s) 239.02
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.89 1.65 1.65 3/213 31864
/proc/meminfo: memFree=26541736/32770624 swapFree=0/240280
[pid=31668] ppid=31665 vsize=14069564 CPUtime=256.98 cores=1,3,5,7
/proc/31668/stat : 31668 (java) S 31665 31668 3187 0 -1 1077944320 148492 12406 0 0 25609 82 5 2 20 0 15 0 6299262 14407233536 293834 18446744073709551615 4194304 4196468 140736454731088 140736454713632 139902355070711 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
/proc/31668/statm: 3517391 293834 3483 1 0 3506013 0
[pid=31668/tid=31718] ppid=31665 vsize=14069564 CPUtime=237.89 cores=1,3,5,7
/proc/31668/task/31718/stat : 31718 (java) R 31665 31668 3187 0 -1 4202560 60790 12406 0 0 23754 28 5 2 20 0 15 0 6299281 14407233536 293834 18446744073709551615 4194304 4196468 140736454731088 139902359304176 139901996513966 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31719] ppid=31665 vsize=14069564 CPUtime=1.22 cores=1,3,5,7
/proc/31668/task/31719/stat : 31719 (java) S 31665 31668 3187 0 -1 1077944384 2482 12406 0 0 108 7 5 2 20 0 15 0 6299282 14407233536 293834 18446744073709551615 4194304 4196468 140736454731088 139902320351888 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31720] ppid=31665 vsize=14069564 CPUtime=1.22 cores=1,3,5,7
/proc/31668/task/31720/stat : 31720 (java) S 31665 31668 3187 0 -1 1077944384 1954 12406 0 0 108 7 5 2 20 0 15 0 6299282 14407233536 293834 18446744073709551615 4194304 4196468 140736454731088 139901953903120 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31721] ppid=31665 vsize=14069564 CPUtime=1.22 cores=1,3,5,7
/proc/31668/task/31721/stat : 31721 (java) S 31665 31668 3187 0 -1 1077944384 3607 12406 0 0 107 8 5 2 20 0 15 0 6299282 14407233536 293834 18446744073709551615 4194304 4196468 140736454731088 139901952850320 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31722] ppid=31665 vsize=14069564 CPUtime=1.21 cores=1,3,5,7
/proc/31668/task/31722/stat : 31722 (java) S 31665 31668 3187 0 -1 1077944384 4948 12406 0 0 107 7 5 2 20 0 15 0 6299282 14407233536 293834 18446744073709551615 4194304 4196468 140736454731088 139901951797520 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31723] ppid=31665 vsize=14069564 CPUtime=0.71 cores=1,3,5,7
/proc/31668/task/31723/stat : 31723 (java) S 31665 31668 3187 0 -1 1077944384 12255 12406 0 0 57 7 5 2 20 0 15 0 6299283 14407233536 293834 18446744073709551615 4194304 4196468 140736454731088 139901271858032 139902355081858 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31724] ppid=31665 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31724/stat : 31724 (java) S 31665 31668 3187 0 -1 1077944384 65 12406 0 0 0 0 5 2 20 0 15 0 6299284 14407233536 293834 18446744073709551615 4194304 4196468 140736454731088 139901270804064 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31725] ppid=31665 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31725/stat : 31725 (java) S 31665 31668 3187 0 -1 1077944384 50 12406 0 0 0 0 5 2 20 0 15 0 6299284 14407233536 293834 18446744073709551615 4194304 4196468 140736454731088 139901269751168 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31726] ppid=31665 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31726/stat : 31726 (java) S 31665 31668 3187 0 -1 1077944384 3 12406 0 0 0 0 5 2 20 0 15 0 6299287 14407233536 293834 18446744073709551615 4194304 4196468 140736454731088 139901268699472 139902355089307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31727] ppid=31665 vsize=14069564 CPUtime=5.58 cores=1,3,5,7
/proc/31668/task/31727/stat : 31727 (java) S 31665 31668 3187 0 -1 1077944384 16118 12406 0 0 548 3 5 2 20 0 15 0 6299287 14407233536 293834 18446744073709551615 4194304 4196468 140736454731088 139901267646832 139902355081858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31728] ppid=31665 vsize=14069564 CPUtime=5.9 cores=1,3,5,7
/proc/31668/task/31728/stat : 31728 (java) S 31665 31668 3187 0 -1 1077944384 20544 12406 0 0 579 4 5 2 20 0 15 0 6299287 14407233536 293834 18446744073709551615 4194304 4196468 140736454731088 139901266594032 139902355081858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31729] ppid=31665 vsize=14069564 CPUtime=2.35 cores=1,3,5,7
/proc/31668/task/31729/stat : 31729 (java) S 31665 31668 3187 0 -1 1077944384 21660 12406 0 0 224 4 5 2 20 0 15 0 6299287 14407233536 293834 18446744073709551615 4194304 4196468 140736454731088 139901265541232 139902355081858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31730] ppid=31665 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31668/task/31730/stat : 31730 (java) S 31665 31668 3187 0 -1 1077944384 3 12406 0 0 0 0 5 2 20 0 15 0 6299287 14407233536 293834 18446744073709551615 4194304 4196468 140736454731088 139901264488672 139902355080917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
[pid=31668/tid=31731] ppid=31665 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/31668/task/31731/stat : 31731 (java) S 31665 31668 3187 0 -1 1077944384 1863 12406 0 0 6 7 5 2 20 0 15 0 6299290 14407233536 293834 18446744073709551615 4194304 4196468 140736454731088 139901263436976 139902355081858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27672576 140736454735822 140736454738607 140736454738607 140736454741967 0
Current children cumulated CPU time (s) 256.98
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 31668 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.044
CPU time (s): 257.057
CPU user time (s): 256.182
CPU system time (s): 0.875908
CPU usage (%): 107.088
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 256.182
system time used= 0.875908
maximum resident set size= 1431924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164992
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23918
involuntary context switches= 648

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.03245 second user time and 1.6236 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 05:04:06
IDJOB=4259739
IDBENCH=115789
IDSOLVER=2646
FILE ID=node135/4259739-1501643886
RUNJOBID= node135-1501639717-27967
PBS_JOBID= 
Free space on /tmp= 61816 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-4259739-1501643886/watcher-4259739-1501643886 -o /tmp/evaluation-result-4259739-1501643886/solver-4259739-1501643886 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27967 --watchdog 300  bin/concrete HOME/instance-4259739-1501643886.xml

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

MD5SUM BENCH= a459d91dacc3f59ecbf6a687bb73e496
RANDOM SEED=1219389934

node135.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.21
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.21
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.21
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.21
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:        29684424 kB
MemAvailable:   29942340 kB
Buffers:          117456 kB
Cached:           418040 kB
SwapCached:            0 kB
Active:          2414572 kB
Inactive:         248676 kB
Active(anon):    2128372 kB
Inactive(anon):     8592 kB
Active(file):     286200 kB
Inactive(file):   240084 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24532 kB
Writeback:             4 kB
AnonPages:       2132128 kB
Mapped:            42228 kB
Shmem:              8960 kB
Slab:             120940 kB
SReclaimable:      94936 kB
SUnreclaim:        26004 kB
KernelStack:        3776 kB
PageTables:         9416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2905080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1912832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61792 MiB
End job on node135 at 2017-08-02 05:08:06