Trace number 4403007

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.12.3SAT (TO)952 2520.1 2470.33

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-28-a3.xml
MD5SUM7bf94b2c859f2895a81dfe97f17444ea
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark914
Best CPU time to get the best result obtained on this benchmark19852.1
Satisfiable
(Un)Satisfiability was proved
Number of variables812
Number of constraints381
Number of domains2
Minimum domain size1000
Maximum domain size1001
Distribution of domain sizes[{"size":1000,"count":378},{"size":1001,"count":28}]
Minimum variable degree0
Maximum variable degree29
Distribution of variable degrees[{"degree":0,"count":406},{"degree":2,"count":378},{"degree":28,"count":26},{"degree":29,"count":2}]
Minimum constraint arity1
Maximum constraint arity378
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":378},{"arity":28,"count":1},{"arity":378,"count":1}]
Number of extensional constraints0
Number of intensional constraints379
Distribution of constraint types[{"type":"intension","count":379},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.78/0.55	c Concrete v3.12.3.1568965526260 running
355.81/340.50	o 992
361.54/346.04	o 967
1211.73/1183.08	o 954
1237.77/1208.68	o 952
2520.05/2470.30	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.05/2470.30		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.05/2470.30		at concrete.heuristic.value.BestCost.$anonfun$select$1(BestCost.scala:55)
2520.05/2470.30		at concrete.BitVectorDomain.$anonfun$filterBounds$1(BitVectorDomain.scala:27)
2520.05/2470.30		at bitvectors.LargeBitVector.filterBounds(LargeBitVector.scala:267)
2520.05/2470.30		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:27)
2520.05/2470.30		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:8)
2520.05/2470.30		at concrete.heuristic.value.BestCost.select(BestCost.scala:55)
2520.05/2470.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.05/2470.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.05/2470.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.05/2470.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.05/2470.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.05/2470.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.05/2470.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.05/2470.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.05/2470.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.05/2470.31		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.05/2470.31		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.05/2470.31		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.05/2470.31		at scala.Option.map(Option.scala:242)
2520.05/2470.31		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.05/2470.31		at concrete.MAC.mac(MAC.scala:216)
2520.05/2470.31		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.05/2470.31		at scala.util.Try$.apply(Try.scala:210)
2520.05/2470.31		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.05/2470.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.05/2470.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.05/2470.31		at concrete.MAC.oneRun(MAC.scala:265)
2520.05/2470.31		at concrete.MAC.nextSolution(MAC.scala:284)
2520.05/2470.31		at concrete.MAC.nextSolution(MAC.scala:369)
2520.05/2470.31		at concrete.Solver.hasNext(Solver.scala:160)
2520.05/2470.31		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.05/2470.31		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.05/2470.31		at concrete.Solver.foreach(Solver.scala:67)
2520.05/2470.31		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.05/2470.31		at scala.util.Success.map(Try.scala:262)
2520.05/2470.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2470.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.05/2470.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.05/2470.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2470.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.05/2470.31		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.05/2470.31		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.05/2470.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.05/2470.31		at scala.App.$anonfun$main$1(App.scala:73)
2520.05/2470.31		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.05/2470.31		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.05/2470.31		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.05/2470.31		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.05/2470.31		at scala.App.main(App.scala:73)
2520.05/2470.31		at scala.App.main$(App.scala:71)
2520.05/2470.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.05/2470.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2470.31	v <instantiation
2520.05/2470.31	v         cost = '952'>
2520.05/2470.31	v       <list>
2520.05/2470.31	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[0][11] y[0][12] y[0][13] y[0][14] y[0][15] y[0][16] y[0][17] y[0][18] y[0][19] y[0][20] y[0][21] y[0][22] y[0][23] y[0][24] y[0][25] y[0][26] y[0][27] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[1][11] y[1][12] y[1][13] y[1][14] y[1][15] y[1][16] y[1][17] y[1][18] y[1][19] y[1][20] y[1][21] y[1][22] y[1][23] y[1][24] y[1][25] y[1][26] y[1][27] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[2][11] y[2][12] y[2][13] y[2][14] y[2][15] y[2][16] y[2][17] y[2][18] y[2][19] y[2][20] y[2][21] y[2][22] y[2][23] y[2][24] y[2][25] y[2][26] y[2][27] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[3][11] y[3][12] y[3][13] y[3][14] y[3][15] y[3][16] y[3][17] y[3][18] y[3][19] y[3][20] y[3][21] y[3][22] y[3][23] y[3][24] y[3][25] y[3][26] y[3][27] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[4][12] y[4][13] y[4][14] y[4][15] y[4][16] y[4][17] y[4][18] y[4][19] y[4][20] y[4][21] y[4][22] y[4][23] y[4][24] y[4][25] y[4][26] y[4][27] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[5][12] y[5][13] y[5][14] y[5][15] y[5][16] y[5][17] y[5][18] y[5][19] y[5][20] y[5][21] y[5][22] y[5][23] y[5][24] y[5][25] y[5][26] y[5][27] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[6][12] y[6][13] y[6][14] y[6][15] y[6][16] y[6][17] y[6][18] y[6][19] y[6][20] y[6][21] y[6][22] y[6][23] y[6][24] y[6][25] y[6][26] y[6][27] y[7][8] y[7][9] y[7][10] y[7][11] y[7][12] y[7][13] y[7][14] y[7][15] y[7][16] y[7][17] y[7][18] y[7][19] y[7][20] y[7][21] y[7][22] y[7][23] y[7][24] y[7][25] y[7][26] y[7][27] y[8][9] y[8][10] y[8][11] y[8][12] y[8][13] y[8][14] y[8][15] y[8][16] y[8][17] y[8][18] y[8][19] y[8][20] y[8][21] y[8][22] y[8][23] y[8][24] y[8][25] y[8][26] y[8][27] y[9][10] y[9][11] y[9][12] y[9][13] y[9][14] y[9][15] y[9][16] y[9][17] y[9][18] y[9][19] y[9][20] y[9][21] y[9][22] y[9][23] y[9][24] y[9][25] y[9][26] y[9][27] y[10][11] y[10][12] y[10][13] y[10][14] y[10][15] y[10][16] y[10][17] y[10][18] y[10][19] y[10][20] y[10][21] y[10][22] y[10][23] y[10][24] y[10][25] y[10][26] y[10][27] y[11][12] y[11][13] y[11][14] y[11][15] y[11][16] y[11][17] y[11][18] y[11][19] y[11][20] y[11][21] y[11][22] y[11][23] y[11][24] y[11][25] y[11][26] y[11][27] y[12][13] y[12][14] y[12][15] y[12][16] y[12][17] y[12][18] y[12][19] y[12][20] y[12][21] y[12][22] y[12][23] y[12][24] y[12][25] y[12][26] y[12][27] y[13][14] y[13][15] y[13][16] y[13][17] y[13][18] y[13][19] y[13][20] y[13][21] y[13][22] y[13][23] y[13][24] y[13][25] y[13][26] y[13][27] y[14][15] y[14][16] y[14][17] y[14][18] y[14][19] y[14][20] y[14][21] y[14][22] y[14][23] y[14][24] y[14][25] y[14][26] y[14][27] y[15][16] y[15][17] y[15][18] y[15][19] y[15][20] y[15][21] y[15][22] y[15][23] y[15][24] y[15][25] y[15][26] y[15][27] y[16][17] y[16][18] y[16][19] y[16][20] y[16][21] y[16][22] y[16][23] y[16][24] y[16][25] y[16][26] y[16][27] y[17][18] y[17][19] y[17][20] y[17][21] y[17][22] y[17][23] y[17][24] y[17][25] y[17][26] y[17][27] y[18][19] y[18][20] y[18][21] y[18][22] y[18][23] y[18][24] y[18][25] y[18][26] y[18][27] y[19][20] y[19][21] y[19][22] y[19][23] y[19][24] y[19][25] y[19][26] y[19][27] y[20][21] y[20][22] y[20][23] y[20][24] y[20][25] y[20][26] y[20][27] y[21][22] y[21][23] y[21][24] y[21][25] y[21][26] y[21][27] y[22][23] y[22][24] y[22][25] y[22][26] y[22][27] y[23][24] y[23][25] y[23][26] y[23][27] y[24][25] y[24][26] y[24][27] y[25][26] y[25][27] y[26][27]
2520.05/2470.31	v       </list>
2520.05/2470.31	v       <values>
2520.05/2470.31	v         0 1 9 12 19 25 85 191 214 255 259 303 308 329 346 366 417 456 603 617 689 748 781 828 856 883 885 952 1 9 12 19 25 85 191 214 255 259 303 308 329 346 366 417 456 603 617 689 748 781 828 856 883 885 952 8 11 18 24 84 190 213 254 258 302 307 328 345 365 416 455 602 616 688 747 780 827 855 882 884 951 3 10 16 76 182 205 246 250 294 299 320 337 357 408 447 594 608 680 739 772 819 847 874 876 943 7 13 73 179 202 243 247 291 296 317 334 354 405 444 591 605 677 736 769 816 844 871 873 940 6 66 172 195 236 240 284 289 310 327 347 398 437 584 598 670 729 762 809 837 864 866 933 60 166 189 230 234 278 283 304 321 341 392 431 578 592 664 723 756 803 831 858 860 927 106 129 170 174 218 223 244 261 281 332 371 518 532 604 663 696 743 771 798 800 867 23 64 68 112 117 138 155 175 226 265 412 426 498 557 590 637 665 692 694 761 41 45 89 94 115 132 152 203 242 389 403 475 534 567 614 642 669 671 738 4 48 53 74 91 111 162 201 348 362 434 493 526 573 601 628 630 697 44 49 70 87 107 158 197 344 358 430 489 522 569 597 624 626 693 5 26 43 63 114 153 300 314 386 445 478 525 553 580 582 649 21 38 58 109 148 295 309 381 440 473 520 548 575 577 644 17 37 88 127 274 288 360 419 452 499 527 554 556 623 20 71 110 257 271 343 402 435 482 510 537 539 606 51 90 237 251 323 382 415 462 490 517 519 586 39 186 200 272 331 364 411 439 466 468 535 147 161 233 292 325 372 400 427 429 496 14 86 145 178 225 253 280 282 349 72 131 164 211 239 266 268 335 59 92 139 167 194 196 263 33 80 108 135 137 204 47 75 102 104 171 28 55 57 124 27 29 96 2 69 67
2520.05/2470.31	v       </values>
2520.05/2470.31	v     </instantiation>
2520.05/2470.31	s SATISFIABLE

Verifier Data

OK	952

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (1842 MiB free)
  memory of node 1: 16384 MiB (2853 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403007-1568973116/watcher-4403007-1568973116 -o /var/tmp/evaluation-result-4403007-1568973116/solver-4403007-1568973116 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node147-1568967593-29695 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1659643885 HOME/instance-4403007-1568973116.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=31230, runsolver pid=31227
Current StackSize limit: 8192 KiB


[startup+0.100117 s]*
/proc/loadavg: 1.52 1.53 1.50 3/220 31287
/proc/meminfo: memFree=4798388/32770624 swapFree=66935820/67108860
[pid=31230] ppid=31227 vsize=9972712 memory=18592 CPUtime=0.08 cores=1,3,5,7
/proc/31230/stat : 31230 (java) S 31227 31230 29663 0 -1 1077944320 4371 12968 0 0 1 0 5 2 20 0 6 0 473225446 10212057088 4648 33554432000 4194304 4196468 140728594220688 140728594203232 140121747128055 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
/proc/31230/statm: 2493178 4648 1934 1 0 2481616 0
[pid=31230/tid=31283] ppid=31227 vsize=9972712 memory=4279135703946986127 CPUtime=0.08 cores=1,3,5,7
/proc/31230/task/31283/stat : 31283 (java) R 31227 31230 29663 0 -1 4202560 2175 12968 0 0 1 0 5 2 20 0 6 0 473225455 10212057088 4648 33554432000 4194304 4196468 140728594220688 140121718964816 140121739365182 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31284] ppid=31227 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31284/stat : 31284 (java) S 31227 31230 29663 0 -1 1077944384 2 12968 0 0 0 0 5 2 20 0 6 0 473225456 10212057088 4648 33554432000 4194304 4196468 140728594220688 140121751370128 140121747138261 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31285] ppid=31227 vsize=9972712 memory=139879509395072 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31285/stat : 31285 (java) S 31227 31230 29663 0 -1 1077944384 2 12968 0 0 0 0 5 2 20 0 6 0 473225456 10212057088 4648 33554432000 4194304 4196468 140728594220688 140121639643408 140121747138261 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31286] ppid=31227 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31286/stat : 31286 (java) S 31227 31230 29663 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 6 0 473225456 10212057088 4648 33554432000 4194304 4196468 140728594220688 140121638591120 140121747138261 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31287] ppid=31227 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31287/stat : 31287 (java) S 31227 31230 29663 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 6 0 473225456 10212057088 4648 33554432000 4194304 4196468 140728594220688 140121637538320 140121747138261 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210124 s]*
/proc/loadavg: 1.52 1.53 1.50 4/229 31296
/proc/meminfo: memFree=4783436/32770624 swapFree=66935820/67108860
[pid=31230] ppid=31227 vsize=10820196 memory=41188 CPUtime=0.26 cores=1,3,5,7
/proc/31230/stat : 31230 (java) S 31227 31230 29663 0 -1 1077944320 7269 12968 0 0 17 2 5 2 20 0 15 0 473225446 11079880704 10297 33554432000 4194304 4196468 140728594220688 140728594203232 140121747128055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
/proc/31230/statm: 2705049 10297 3289 1 0 2667149 0
[pid=31230/tid=31283] ppid=31227 vsize=10820196 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/31230/task/31283/stat : 31283 (java) R 31227 31230 29663 0 -1 4202560 3752 12968 0 0 10 1 5 2 20 0 15 0 473225455 11079880704 10297 33554432000 4194304 4196468 140728594220688 140121718948016 140121747149981 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31284] ppid=31227 vsize=10820196 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31284/stat : 31284 (java) S 31227 31230 29663 0 -1 1077944384 2 12968 0 0 0 0 5 2 20 0 15 0 473225456 11079880704 10297 33554432000 4194304 4196468 140728594220688 140121751370128 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31285] ppid=31227 vsize=10820196 memory=288370255661106816 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31285/stat : 31285 (java) S 31227 31230 29663 0 -1 1077944384 2 12968 0 0 0 0 5 2 20 0 15 0 473225456 11079880704 10297 33554432000 4194304 4196468 140728594220688 140121639643408 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31286] ppid=31227 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31286/stat : 31286 (java) S 31227 31230 29663 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 15 0 473225456 11079880704 10297 33554432000 4194304 4196468 140728594220688 140121638591120 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31287] ppid=31227 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31287/stat : 31287 (java) S 31227 31230 29663 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 15 0 473225456 11079880704 10297 33554432000 4194304 4196468 140728594220688 140121637538320 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31288] ppid=31227 vsize=10820196 memory=139879509395072 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31288/stat : 31288 (java) S 31227 31230 29663 0 -1 1077944384 2 12968 0 0 0 0 5 2 20 0 15 0 473225457 11079880704 10297 33554432000 4194304 4196468 140728594220688 140121221335664 140121747139202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31289] ppid=31227 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31289/stat : 31289 (java) S 31227 31230 29663 0 -1 1077944384 33 12968 0 0 0 0 5 2 20 0 15 0 473225458 11079880704 10297 33554432000 4194304 4196468 140728594220688 140121220281632 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31290] ppid=31227 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31290/stat : 31290 (java) S 31227 31230 29663 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 15 0 473225458 11079880704 10297 33554432000 4194304 4196468 140728594220688 140120556562032 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31291] ppid=31227 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31291/stat : 31291 (java) S 31227 31230 29663 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 473225460 11079880704 10297 33554432000 4194304 4196468 140728594220688 140120316271184 140121747146651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31292] ppid=31227 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31230/task/31292/stat : 31292 (java) S 31227 31230 29663 0 -1 1077944384 336 12968 0 0 1 0 5 2 20 0 15 0 473225460 11079880704 10297 33554432000 4194304 4196468 140728594220688 140121186723952 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31293] ppid=31227 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31230/task/31293/stat : 31293 (java) S 31227 31230 29663 0 -1 1077944384 319 12968 0 0 1 0 5 2 20 0 15 0 473225460 11079880704 10297 33554432000 4194304 4196468 140728594220688 140121185671152 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31294] ppid=31227 vsize=10820196 memory=139879509395072 CPUtime=0.1 cores=1,3,5,7
/proc/31230/task/31294/stat : 31294 (java) S 31227 31230 29663 0 -1 1077944384 610 12968 0 0 3 0 5 2 20 0 15 0 473225460 11079880704 10297 33554432000 4194304 4196468 140728594220688 140121184618864 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31295] ppid=31227 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31295/stat : 31295 (java) S 31227 31230 29663 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 473225461 11079880704 10297 33554432000 4194304 4196468 140728594220688 140120282712544 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31296] ppid=31227 vsize=10820196 memory=139879509395072 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31296/stat : 31296 (java) S 31227 31230 29663 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 15 0 473225461 11079880704 10297 33554432000 4194304 4196468 140728594220688 140121183566768 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41188 KiB

[startup+0.310595 s]*
/proc/loadavg: 1.52 1.53 1.50 3/229 31296
/proc/meminfo: memFree=4771376/32770624 swapFree=66935820/67108860
[pid=31230] ppid=31227 vsize=10820196 memory=49672 CPUtime=0.4 cores=1,3,5,7
/proc/31230/stat : 31230 (java) S 31227 31230 29663 0 -1 1077944320 10619 12968 0 0 29 4 5 2 20 0 15 0 473225446 11079880704 12418 33554432000 4194304 4196468 140728594220688 140728594203232 140121747128055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
/proc/31230/statm: 2705049 12418 3314 1 0 2667149 0
[pid=31230/tid=31283] ppid=31227 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/31230/task/31283/stat : 31283 (java) R 31227 31230 29663 0 -1 4202560 7092 12968 0 0 19 3 5 2 20 0 15 0 473225455 11079880704 12418 33554432000 4194304 4196468 140728594220688 140121718934560 140121731208542 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31284] ppid=31227 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31284/stat : 31284 (java) S 31227 31230 29663 0 -1 1077944384 2 12968 0 0 0 0 5 2 20 0 15 0 473225456 11079880704 12418 33554432000 4194304 4196468 140728594220688 140121751370128 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31285] ppid=31227 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31285/stat : 31285 (java) S 31227 31230 29663 0 -1 1077944384 2 12968 0 0 0 0 5 2 20 0 15 0 473225456 11079880704 12418 33554432000 4194304 4196468 140728594220688 140121639643408 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31286] ppid=31227 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31286/stat : 31286 (java) S 31227 31230 29663 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 15 0 473225456 11079880704 12418 33554432000 4194304 4196468 140728594220688 140121638591120 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31287] ppid=31227 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31287/stat : 31287 (java) S 31227 31230 29663 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 15 0 473225456 11079880704 12418 33554432000 4194304 4196468 140728594220688 140121637538320 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31288] ppid=31227 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31288/stat : 31288 (java) S 31227 31230 29663 0 -1 1077944384 2 12968 0 0 0 0 5 2 20 0 15 0 473225457 11079880704 12418 33554432000 4194304 4196468 140728594220688 140121221335664 140121747139202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31289] ppid=31227 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31289/stat : 31289 (java) S 31227 31230 29663 0 -1 1077944384 33 12968 0 0 0 0 5 2 20 0 15 0 473225458 11079880704 12418 33554432000 4194304 4196468 140728594220688 140121220281632 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31290] ppid=31227 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31290/stat : 31290 (java) S 31227 31230 29663 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 15 0 473225458 11079880704 12418 33554432000 4194304 4196468 140728594220688 140120556562032 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31291] ppid=31227 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31291/stat : 31291 (java) S 31227 31230 29663 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 473225460 11079880704 12418 33554432000 4194304 4196468 140728594220688 140120316271184 140121747146651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31292] ppid=31227 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31230/task/31292/stat : 31292 (java) S 31227 31230 29663 0 -1 1077944384 338 12968 0 0 1 0 5 2 20 0 15 0 473225460 11079880704 12418 33554432000 4194304 4196468 140728594220688 140121186723952 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31293] ppid=31227 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/31230/task/31293/stat : 31293 (java) S 31227 31230 29663 0 -1 1077944384 319 12968 0 0 2 0 5 2 20 0 15 0 473225460 11079880704 12418 33554432000 4194304 4196468 140728594220688 140121185671152 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31294] ppid=31227 vsize=10820196 memory=139879509395072 CPUtime=0.12 cores=1,3,5,7
/proc/31230/task/31294/stat : 31294 (java) S 31227 31230 29663 0 -1 1077944384 618 12968 0 0 5 0 5 2 20 0 15 0 473225460 11079880704 12418 33554432000 4194304 4196468 140728594220688 140121184618864 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31295] ppid=31227 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31295/stat : 31295 (java) S 31227 31230 29663 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 473225461 11079880704 12418 33554432000 4194304 4196468 140728594220688 140120282712544 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31296] ppid=31227 vsize=10820196 memory=139879509395072 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31296/stat : 31296 (java) S 31227 31230 29663 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 15 0 473225461 11079880704 12418 33554432000 4194304 4196468 140728594220688 140121183566768 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49672 KiB

[startup+0.700767 s]
/proc/loadavg: 1.52 1.53 1.50 4/229 31296
/proc/meminfo: memFree=4756952/32770624 swapFree=66935820/67108860
[pid=31230] ppid=31227 vsize=10824364 memory=81592 CPUtime=1.15 cores=1,3,5,7
/proc/31230/stat : 31230 (java) S 31227 31230 29663 0 -1 1077944320 14635 12968 0 0 102 6 5 2 20 0 15 0 473225446 11084148736 20398 33554432000 4194304 4196468 140728594220688 140728594203232 140121747128055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
/proc/31230/statm: 2706091 20398 3511 1 0 2668173 0
[pid=31230/tid=31283] ppid=31227 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/31230/task/31283/stat : 31283 (java) R 31227 31230 29663 0 -1 4202560 10027 12968 0 0 55 5 5 2 20 0 15 0 473225455 11084148736 20398 33554432000 4194304 4196468 140728594220688 140121718953264 140121728712554 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31284] ppid=31227 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31284/stat : 31284 (java) S 31227 31230 29663 0 -1 1077944384 2 12968 0 0 0 0 5 2 20 0 15 0 473225456 11084148736 20398 33554432000 4194304 4196468 140728594220688 140121751370128 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31285] ppid=31227 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31285/stat : 31285 (java) S 31227 31230 29663 0 -1 1077944384 2 12968 0 0 0 0 5 2 20 0 15 0 473225456 11084148736 20398 33554432000 4194304 4196468 140728594220688 140121639643408 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31286] ppid=31227 vsize=10824364 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31286/stat : 31286 (java) S 31227 31230 29663 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 15 0 473225456 11084148736 20398 33554432000 4194304 4196468 140728594220688 140121638591120 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31287] ppid=31227 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31287/stat : 31287 (java) S 31227 31230 29663 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 15 0 473225456 11084148736 20398 33554432000 4194304 4196468 140728594220688 140121637538320 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31288] ppid=31227 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31288/stat : 31288 (java) S 31227 31230 29663 0 -1 1077944384 5 12968 0 0 0 0 5 2 20 0 15 0 473225457 11084148736 20398 33554432000 4194304 4196468 140728594220688 140121221335664 140121747139202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31289] ppid=31227 vsize=10824364 memory=139879367455440 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31289/stat : 31289 (java) S 31227 31230 29663 0 -1 1077944384 33 12968 0 0 0 0 5 2 20 0 15 0 473225458 11084148736 20398 33554432000 4194304 4196468 140728594220688 140121220281632 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31290] ppid=31227 vsize=10824364 memory=139882789864013 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31290/stat : 31290 (java) S 31227 31230 29663 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 15 0 473225458 11084148736 20398 33554432000 4194304 4196468 140728594220688 140120556562032 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31291] ppid=31227 vsize=10824364 memory=1124 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31291/stat : 31291 (java) S 31227 31230 29663 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 473225460 11084148736 20398 33554432000 4194304 4196468 140728594220688 140120316271184 140121747146651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31292] ppid=31227 vsize=10824364 memory=7089886620845893184 CPUtime=0.21 cores=1,3,5,7
/proc/31230/task/31292/stat : 31292 (java) S 31227 31230 29663 0 -1 1077944384 795 12968 0 0 14 0 5 2 20 0 15 0 473225460 11084148736 20398 33554432000 4194304 4196468 140728594220688 140121186723952 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31293] ppid=31227 vsize=10824364 memory=7739276948478454887 CPUtime=0.22 cores=1,3,5,7
/proc/31230/task/31293/stat : 31293 (java) S 31227 31230 29663 0 -1 1077944384 780 12968 0 0 15 0 5 2 20 0 15 0 473225460 11084148736 20398 33554432000 4194304 4196468 140728594220688 140121185671152 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31294] ppid=31227 vsize=10824364 memory=7523071198212214892 CPUtime=0.24 cores=1,3,5,7
/proc/31230/task/31294/stat : 31294 (java) S 31227 31230 29663 0 -1 1077944384 779 12968 0 0 17 0 5 2 20 0 15 0 473225460 11084148736 20398 33554432000 4194304 4196468 140728594220688 140121184618864 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31295] ppid=31227 vsize=10824364 memory=3512 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31295/stat : 31295 (java) S 31227 31230 29663 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 473225461 11084148736 20398 33554432000 4194304 4196468 140728594220688 140120282712544 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31296] ppid=31227 vsize=10824364 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31296/stat : 31296 (java) S 31227 31230 29663 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 15 0 473225461 11084148736 20398 33554432000 4194304 4196468 140728594220688 140121183566768 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81592 KiB

[startup+1.50548 s]
/proc/loadavg: 1.52 1.53 1.50 3/229 31296
/proc/meminfo: memFree=4716192/32770624 swapFree=66935820/67108860
[pid=31230] ppid=31227 vsize=10834680 memory=173380 CPUtime=2.57 cores=1,3,5,7
/proc/31230/stat : 31230 (java) S 31227 31230 29663 0 -1 1077944320 21645 12968 0 0 239 11 5 2 20 0 15 0 473225446 11094712320 43345 33554432000 4194304 4196468 140728594220688 140728594203232 140121747128055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
/proc/31230/statm: 2708670 43345 3580 1 0 2670733 0
[pid=31230/tid=31283] ppid=31227 vsize=10834680 memory=9174 CPUtime=1.44 cores=1,3,5,7
/proc/31230/task/31283/stat : 31283 (java) R 31227 31230 29663 0 -1 4202560 14933 12968 0 0 130 7 5 2 20 0 15 0 473225455 11094712320 43345 33554432000 4194304 4196468 140728594220688 140121718934656 140121731208542 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31284] ppid=31227 vsize=10834680 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/31230/task/31284/stat : 31284 (java) S 31227 31230 29663 0 -1 1077944384 361 12968 0 0 1 0 5 2 20 0 15 0 473225456 11094712320 43345 33554432000 4194304 4196468 140728594220688 140121751370128 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31285] ppid=31227 vsize=10834680 memory=763 CPUtime=0.08 cores=1,3,5,7
/proc/31230/task/31285/stat : 31285 (java) S 31227 31230 29663 0 -1 1077944384 34 12968 0 0 1 0 5 2 20 0 15 0 473225456 11094712320 43345 33554432000 4194304 4196468 140728594220688 140121639643408 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31286] ppid=31227 vsize=10834680 memory=51349 CPUtime=0.08 cores=1,3,5,7
/proc/31230/task/31286/stat : 31286 (java) S 31227 31230 29663 0 -1 1077944384 41 12968 0 0 1 0 5 2 20 0 15 0 473225456 11094712320 43345 33554432000 4194304 4196468 140728594220688 140121638591120 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31287] ppid=31227 vsize=10834680 memory=81592 CPUtime=0.08 cores=1,3,5,7
/proc/31230/task/31287/stat : 31287 (java) S 31227 31230 29663 0 -1 1077944384 70 12968 0 0 1 0 5 2 20 0 15 0 473225456 11094712320 43345 33554432000 4194304 4196468 140728594220688 140121637538320 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31288] ppid=31227 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31230/task/31288/stat : 31288 (java) S 31227 31230 29663 0 -1 1077944384 326 12968 0 0 1 0 5 2 20 0 15 0 473225457 11094712320 43345 33554432000 4194304 4196468 140728594220688 140121221335664 140121747139202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31289] ppid=31227 vsize=10834680 memory=279758734852592 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31289/stat : 31289 (java) S 31227 31230 29663 0 -1 1077944384 34 12968 0 0 0 0 5 2 20 0 15 0 473225458 11094712320 43345 33554432000 4194304 4196468 140728594220688 140121220281696 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31290] ppid=31227 vsize=10834680 memory=279758734903392 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31290/stat : 31290 (java) S 31227 31230 29663 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 15 0 473225458 11094712320 43345 33554432000 4194304 4196468 140728594220688 140120556562048 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31291] ppid=31227 vsize=10834680 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31291/stat : 31291 (java) S 31227 31230 29663 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 473225460 11094712320 43345 33554432000 4194304 4196468 140728594220688 140120316271184 140121747146651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31292] ppid=31227 vsize=10834680 memory=6935649255759568960 CPUtime=0.34 cores=1,3,5,7
/proc/31230/task/31292/stat : 31292 (java) S 31227 31230 29663 0 -1 1077944384 927 12968 0 0 27 0 5 2 20 0 15 0 473225460 11094712320 43345 33554432000 4194304 4196468 140728594220688 140121186723952 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31293] ppid=31227 vsize=10834680 memory=279758735186880 CPUtime=0.38 cores=1,3,5,7
/proc/31230/task/31293/stat : 31293 (java) S 31227 31230 29663 0 -1 1077944384 1098 12968 0 0 31 0 5 2 20 0 15 0 473225460 11094712320 43345 33554432000 4194304 4196468 140728594220688 140121185671152 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31294] ppid=31227 vsize=10834680 memory=6944656425123290226 CPUtime=0.5 cores=1,3,5,7
/proc/31230/task/31294/stat : 31294 (java) R 31227 31230 29663 0 -1 4202560 1611 12968 0 0 43 0 5 2 20 0 15 0 473225460 11094712320 43345 33554432000 4194304 4196468 140728594220688 140121184615800 140121731374734 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31295] ppid=31227 vsize=10834680 memory=-7233780906022716832 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31295/stat : 31295 (java) S 31227 31230 29663 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 473225461 11094712320 43345 33554432000 4194304 4196468 140728594220688 140120282712544 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31296] ppid=31227 vsize=10834680 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31296/stat : 31296 (java) S 31227 31230 29663 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 15 0 473225461 11094712320 43345 33554432000 4194304 4196468 140728594220688 140121183566768 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
Current children cumulated CPU time: 2.57 s
Current children cumulated vsize: 10834680 KiB

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

/proc/31230/task/31283/stat : 31283 (java) R 31227 31230 29663 0 -1 4202560 84193 12968 0 0 235513 60 5 2 20 0 15 0 473225455 11107315712 323439 33554432000 4194304 4196468 140728594220688 140121718962960 140121329881517 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31284] ppid=31227 vsize=10846988 memory=1293756 CPUtime=12.52 cores=1,3,5,7
/proc/31230/task/31284/stat : 31284 (java) S 31227 31230 29663 0 -1 1077944384 24072 12968 0 0 1187 58 5 2 20 0 15 0 473225456 11107315712 323439 33554432000 4194304 4196468 140728594220688 140121751370128 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31285] ppid=31227 vsize=10846988 memory=1293756 CPUtime=12.53 cores=1,3,5,7
/proc/31230/task/31285/stat : 31285 (java) S 31227 31230 29663 0 -1 1077944384 17770 12968 0 0 1189 57 5 2 20 0 15 0 473225456 11107315712 323439 33554432000 4194304 4196468 140728594220688 140121639643408 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31286] ppid=31227 vsize=10846988 memory=1293756 CPUtime=12.51 cores=1,3,5,7
/proc/31230/task/31286/stat : 31286 (java) S 31227 31230 29663 0 -1 1077944384 18594 12968 0 0 1190 54 5 2 20 0 15 0 473225456 11107315712 323439 33554432000 4194304 4196468 140728594220688 140121638591120 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31287] ppid=31227 vsize=10846988 memory=1293756 CPUtime=12.52 cores=1,3,5,7
/proc/31230/task/31287/stat : 31287 (java) S 31227 31230 29663 0 -1 1077944384 16836 12968 0 0 1187 58 5 2 20 0 15 0 473225456 11107315712 323439 33554432000 4194304 4196468 140728594220688 140121637538320 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31288] ppid=31227 vsize=10846988 memory=1293756 CPUtime=11.2 cores=1,3,5,7
/proc/31230/task/31288/stat : 31288 (java) S 31227 31230 29663 0 -1 1077944384 20170 12968 0 0 1057 56 5 2 20 0 15 0 473225457 11107315712 323439 33554432000 4194304 4196468 140728594220688 140121221335664 140121747139202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31289] ppid=31227 vsize=10846988 memory=1293756 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31289/stat : 31289 (java) S 31227 31230 29663 0 -1 1077944384 47 12968 0 0 0 0 5 2 20 0 15 0 473225458 11107315712 323439 33554432000 4194304 4196468 140728594220688 140121220281760 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31290] ppid=31227 vsize=10846988 memory=2337 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31290/stat : 31290 (java) S 31227 31230 29663 0 -1 1077944384 16 12968 0 0 0 0 5 2 20 0 15 0 473225458 11107315712 323439 33554432000 4194304 4196468 140728594220688 140120556562048 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31291] ppid=31227 vsize=10846988 memory=1293756 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31291/stat : 31291 (java) S 31227 31230 29663 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 473225460 11107315712 323439 33554432000 4194304 4196468 140728594220688 140120316271184 140121747146651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31292] ppid=31227 vsize=10846988 memory=1293756 CPUtime=4.94 cores=1,3,5,7
/proc/31230/task/31292/stat : 31292 (java) S 31227 31230 29663 0 -1 1077944384 40978 12968 0 0 482 5 5 2 20 0 15 0 473225460 11107315712 323439 33554432000 4194304 4196468 140728594220688 140121186723952 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31293] ppid=31227 vsize=10846988 memory=1293756 CPUtime=5.18 cores=1,3,5,7
/proc/31230/task/31293/stat : 31293 (java) S 31227 31230 29663 0 -1 1077944384 51688 12968 0 0 505 6 5 2 20 0 15 0 473225460 11107315712 323439 33554432000 4194304 4196468 140728594220688 140121185671152 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31294] ppid=31227 vsize=10846988 memory=1368 CPUtime=2.35 cores=1,3,5,7
/proc/31230/task/31294/stat : 31294 (java) S 31227 31230 29663 0 -1 1077944384 37789 12968 0 0 221 7 5 2 20 0 15 0 473225460 11107315712 323439 33554432000 4194304 4196468 140728594220688 140121184618864 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31295] ppid=31227 vsize=10846988 memory=1056 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31295/stat : 31295 (java) S 31227 31230 29663 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 473225461 11107315712 323439 33554432000 4194304 4196468 140728594220688 140120282712544 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31296] ppid=31227 vsize=10846988 memory=1293756 CPUtime=1.52 cores=1,3,5,7
/proc/31230/task/31296/stat : 31296 (java) S 31227 31230 29663 0 -1 1077944384 1409 12968 0 0 64 81 5 2 20 0 15 0 473225461 11107315712 323439 33554432000 4194304 4196468 140728594220688 140121183566768 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
Current children cumulated CPU time: 2430.56 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1293756 KiB

[startup+2442.3 s]
/proc/loadavg: 1.26 1.43 1.48 3/228 31803
/proc/meminfo: memFree=3673592/32770624 swapFree=66935820/67108860
[pid=31230] ppid=31227 vsize=10846988 memory=1295804 CPUtime=2491.56 cores=1,3,5,7
/proc/31230/stat : 31230 (java) S 31227 31230 29663 0 -1 1077944320 317507 12968 0 0 248758 391 5 2 20 0 15 0 473225446 11107315712 323951 33554432000 4194304 4196468 140728594220688 140728594203232 140121747128055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
/proc/31230/statm: 2711747 323951 3635 1 0 2673805 0
[pid=31230/tid=31283] ppid=31227 vsize=10846988 memory=1295804 CPUtime=2415.11 cores=1,3,5,7
/proc/31230/task/31283/stat : 31283 (java) R 31227 31230 29663 0 -1 4202560 85099 12968 0 0 241443 61 5 2 20 0 15 0 473225455 11107315712 323951 33554432000 4194304 4196468 140728594220688 140121718963712 140121331632870 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31284] ppid=31227 vsize=10846988 memory=1295804 CPUtime=12.87 cores=1,3,5,7
/proc/31230/task/31284/stat : 31284 (java) S 31227 31230 29663 0 -1 1077944384 24196 12968 0 0 1221 59 5 2 20 0 15 0 473225456 11107315712 323951 33554432000 4194304 4196468 140728594220688 140121751370128 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31285] ppid=31227 vsize=10846988 memory=1295804 CPUtime=12.88 cores=1,3,5,7
/proc/31230/task/31285/stat : 31285 (java) S 31227 31230 29663 0 -1 1077944384 17993 12968 0 0 1223 58 5 2 20 0 15 0 473225456 11107315712 323951 33554432000 4194304 4196468 140728594220688 140121639643408 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31286] ppid=31227 vsize=10846988 memory=1295804 CPUtime=12.84 cores=1,3,5,7
/proc/31230/task/31286/stat : 31286 (java) S 31227 31230 29663 0 -1 1077944384 18664 12968 0 0 1221 56 5 2 20 0 15 0 473225456 11107315712 323951 33554432000 4194304 4196468 140728594220688 140121638591120 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31287] ppid=31227 vsize=10846988 memory=1295804 CPUtime=12.87 cores=1,3,5,7
/proc/31230/task/31287/stat : 31287 (java) S 31227 31230 29663 0 -1 1077944384 17008 12968 0 0 1221 59 5 2 20 0 15 0 473225456 11107315712 323951 33554432000 4194304 4196468 140728594220688 140121637538320 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31288] ppid=31227 vsize=10846988 memory=1295804 CPUtime=11.47 cores=1,3,5,7
/proc/31230/task/31288/stat : 31288 (java) S 31227 31230 29663 0 -1 1077944384 20388 12968 0 0 1083 57 5 2 20 0 15 0 473225457 11107315712 323951 33554432000 4194304 4196468 140728594220688 140121221335664 140121747139202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31289] ppid=31227 vsize=10846988 memory=1295804 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31289/stat : 31289 (java) S 31227 31230 29663 0 -1 1077944384 47 12968 0 0 0 0 5 2 20 0 15 0 473225458 11107315712 323951 33554432000 4194304 4196468 140728594220688 140121220281760 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31290] ppid=31227 vsize=10846988 memory=1295804 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31290/stat : 31290 (java) S 31227 31230 29663 0 -1 1077944384 16 12968 0 0 0 0 5 2 20 0 15 0 473225458 11107315712 323951 33554432000 4194304 4196468 140728594220688 140120556562048 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31291] ppid=31227 vsize=10846988 memory=1295804 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31291/stat : 31291 (java) S 31227 31230 29663 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 473225460 11107315712 323951 33554432000 4194304 4196468 140728594220688 140120316271184 140121747146651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31292] ppid=31227 vsize=10846988 memory=1295804 CPUtime=4.94 cores=1,3,5,7
/proc/31230/task/31292/stat : 31292 (java) S 31227 31230 29663 0 -1 1077944384 40980 12968 0 0 482 5 5 2 20 0 15 0 473225460 11107315712 323951 33554432000 4194304 4196468 140728594220688 140121186723952 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31293] ppid=31227 vsize=10846988 memory=1295804 CPUtime=5.18 cores=1,3,5,7
/proc/31230/task/31293/stat : 31293 (java) S 31227 31230 29663 0 -1 1077944384 51690 12968 0 0 505 6 5 2 20 0 15 0 473225460 11107315712 323951 33554432000 4194304 4196468 140728594220688 140121185671152 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31294] ppid=31227 vsize=10846988 memory=3512 CPUtime=2.35 cores=1,3,5,7
/proc/31230/task/31294/stat : 31294 (java) S 31227 31230 29663 0 -1 1077944384 37791 12968 0 0 221 7 5 2 20 0 15 0 473225460 11107315712 323951 33554432000 4194304 4196468 140728594220688 140121184618864 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31295] ppid=31227 vsize=10846988 memory=3512 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31295/stat : 31295 (java) S 31227 31230 29663 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 473225461 11107315712 323951 33554432000 4194304 4196468 140728594220688 140120282712544 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31296] ppid=31227 vsize=10846988 memory=55440 CPUtime=1.56 cores=1,3,5,7
/proc/31230/task/31296/stat : 31296 (java) S 31227 31230 29663 0 -1 1077944384 1426 12968 0 0 66 83 5 2 20 0 15 0 473225461 11107315712 323951 33554432000 4194304 4196468 140728594220688 140121183566768 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
Current children cumulated CPU time: 2491.56 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1295804 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2470.3 s]
/proc/loadavg: 1.28 1.42 1.48 3/228 31805
/proc/meminfo: memFree=3671204/32770624 swapFree=66935820/67108860
[pid=31230] ppid=31227 vsize=10846988 memory=1297852 CPUtime=2520.05 cores=1,3,5,7
/proc/31230/stat : 31230 (java) S 31227 31230 29663 0 -1 1077944320 318781 12968 0 0 251603 395 5 2 20 0 15 0 473225446 11107315712 324463 33554432000 4194304 4196468 140728594220688 140728594203232 140121747128055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
/proc/31230/statm: 2711747 324463 3635 1 0 2673805 0
[pid=31230/tid=31283] ppid=31227 vsize=10846988 memory=3512 CPUtime=2442.78 cores=1,3,5,7
/proc/31230/task/31283/stat : 31283 (java) R 31227 31230 29663 0 -1 4202560 85653 12968 0 0 244210 61 5 2 20 0 15 0 473225455 11107315712 324463 33554432000 4194304 4196468 140728594220688 140121718963344 140121331528932 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31284] ppid=31227 vsize=10846988 memory=5864320447300325986 CPUtime=13.03 cores=1,3,5,7
/proc/31230/task/31284/stat : 31284 (java) S 31227 31230 29663 0 -1 1077944384 24231 12968 0 0 1236 60 5 2 20 0 15 0 473225456 11107315712 324463 33554432000 4194304 4196468 140728594220688 140121751370128 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31285] ppid=31227 vsize=10846988 memory=1295804 CPUtime=13.05 cores=1,3,5,7
/proc/31230/task/31285/stat : 31285 (java) S 31227 31230 29663 0 -1 1077944384 18266 12968 0 0 1239 59 5 2 20 0 15 0 473225456 11107315712 324463 33554432000 4194304 4196468 140728594220688 140121639643408 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31286] ppid=31227 vsize=10846988 memory=1297852 CPUtime=13.01 cores=1,3,5,7
/proc/31230/task/31286/stat : 31286 (java) S 31227 31230 29663 0 -1 1077944384 18673 12968 0 0 1237 57 5 2 20 0 15 0 473225456 11107315712 324463 33554432000 4194304 4196468 140728594220688 140121638591120 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31287] ppid=31227 vsize=10846988 memory=2828 CPUtime=13.05 cores=1,3,5,7
/proc/31230/task/31287/stat : 31287 (java) S 31227 31230 29663 0 -1 1077944384 17174 12968 0 0 1238 60 5 2 20 0 15 0 473225456 11107315712 324463 33554432000 4194304 4196468 140728594220688 140121637538320 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31288] ppid=31227 vsize=10846988 memory=164 CPUtime=11.6 cores=1,3,5,7
/proc/31230/task/31288/stat : 31288 (java) S 31227 31230 29663 0 -1 1077944384 20592 12968 0 0 1096 57 5 2 20 0 15 0 473225457 11107315712 324463 33554432000 4194304 4196468 140728594220688 140121221335664 140121747139202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31289] ppid=31227 vsize=10846988 memory=1297852 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31289/stat : 31289 (java) S 31227 31230 29663 0 -1 1077944384 47 12968 0 0 0 0 5 2 20 0 15 0 473225458 11107315712 324463 33554432000 4194304 4196468 140728594220688 140121220281760 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31290] ppid=31227 vsize=10846988 memory=1297852 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31290/stat : 31290 (java) S 31227 31230 29663 0 -1 1077944384 16 12968 0 0 0 0 5 2 20 0 15 0 473225458 11107315712 324463 33554432000 4194304 4196468 140728594220688 140120556562048 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31291] ppid=31227 vsize=10846988 memory=1297852 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31291/stat : 31291 (java) S 31227 31230 29663 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 473225460 11107315712 324463 33554432000 4194304 4196468 140728594220688 140120316271184 140121747146651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31292] ppid=31227 vsize=10846988 memory=1295804 CPUtime=4.95 cores=1,3,5,7
/proc/31230/task/31292/stat : 31292 (java) S 31227 31230 29663 0 -1 1077944384 40982 12968 0 0 483 5 5 2 20 0 15 0 473225460 11107315712 324463 33554432000 4194304 4196468 140728594220688 140121186723952 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31293] ppid=31227 vsize=10846988 memory=1297852 CPUtime=5.18 cores=1,3,5,7
/proc/31230/task/31293/stat : 31293 (java) S 31227 31230 29663 0 -1 1077944384 51692 12968 0 0 505 6 5 2 20 0 15 0 473225460 11107315712 324463 33554432000 4194304 4196468 140728594220688 140121185671152 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31294] ppid=31227 vsize=10846988 memory=1297852 CPUtime=2.35 cores=1,3,5,7
/proc/31230/task/31294/stat : 31294 (java) S 31227 31230 29663 0 -1 1077944384 37793 12968 0 0 221 7 5 2 20 0 15 0 473225460 11107315712 324463 33554432000 4194304 4196468 140728594220688 140121184618864 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31295] ppid=31227 vsize=10846988 memory=1297852 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31295/stat : 31295 (java) S 31227 31230 29663 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 473225461 11107315712 324463 33554432000 4194304 4196468 140728594220688 140120282712544 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31296] ppid=31227 vsize=10846988 memory=1295804 CPUtime=1.58 cores=1,3,5,7
/proc/31230/task/31296/stat : 31296 (java) S 31227 31230 29663 0 -1 1077944384 1453 12968 0 0 67 84 5 2 20 0 15 0 473225461 11107315712 324463 33554432000 4194304 4196468 140728594220688 140121183566768 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1297852 KiB

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

[startup+2470.33 s]
# the end of solver process 31230 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.11 s, system=3.99068 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2470.3 s]
/proc/loadavg: 1.28 1.42 1.48 3/228 31805
/proc/meminfo: memFree=3671204/32770624 swapFree=66935820/67108860
[pid=31230] ppid=31227 vsize=10846988 memory=1297852 CPUtime=2520.05 cores=1,3,5,7
/proc/31230/stat : 31230 (java) S 31227 31230 29663 0 -1 1077944320 318781 12968 0 0 251603 395 5 2 20 0 15 0 473225446 11107315712 324463 33554432000 4194304 4196468 140728594220688 140728594203232 140121747128055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
/proc/31230/statm: 2711747 324463 3635 1 0 2673805 0
[pid=31230/tid=31283] ppid=31227 vsize=10846988 memory=3512 CPUtime=2442.78 cores=1,3,5,7
/proc/31230/task/31283/stat : 31283 (java) R 31227 31230 29663 0 -1 4202560 85653 12968 0 0 244210 61 5 2 20 0 15 0 473225455 11107315712 324463 33554432000 4194304 4196468 140728594220688 140121718963344 140121331528932 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31284] ppid=31227 vsize=10846988 memory=5864320447300325986 CPUtime=13.03 cores=1,3,5,7
/proc/31230/task/31284/stat : 31284 (java) S 31227 31230 29663 0 -1 1077944384 24231 12968 0 0 1236 60 5 2 20 0 15 0 473225456 11107315712 324463 33554432000 4194304 4196468 140728594220688 140121751370128 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31285] ppid=31227 vsize=10846988 memory=1295804 CPUtime=13.05 cores=1,3,5,7
/proc/31230/task/31285/stat : 31285 (java) S 31227 31230 29663 0 -1 1077944384 18266 12968 0 0 1239 59 5 2 20 0 15 0 473225456 11107315712 324463 33554432000 4194304 4196468 140728594220688 140121639643408 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31286] ppid=31227 vsize=10846988 memory=1297852 CPUtime=13.01 cores=1,3,5,7
/proc/31230/task/31286/stat : 31286 (java) S 31227 31230 29663 0 -1 1077944384 18673 12968 0 0 1237 57 5 2 20 0 15 0 473225456 11107315712 324463 33554432000 4194304 4196468 140728594220688 140121638591120 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31287] ppid=31227 vsize=10846988 memory=2828 CPUtime=13.05 cores=1,3,5,7
/proc/31230/task/31287/stat : 31287 (java) S 31227 31230 29663 0 -1 1077944384 17174 12968 0 0 1238 60 5 2 20 0 15 0 473225456 11107315712 324463 33554432000 4194304 4196468 140728594220688 140121637538320 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31288] ppid=31227 vsize=10846988 memory=164 CPUtime=11.6 cores=1,3,5,7
/proc/31230/task/31288/stat : 31288 (java) S 31227 31230 29663 0 -1 1077944384 20592 12968 0 0 1096 57 5 2 20 0 15 0 473225457 11107315712 324463 33554432000 4194304 4196468 140728594220688 140121221335664 140121747139202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31289] ppid=31227 vsize=10846988 memory=1297852 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31289/stat : 31289 (java) S 31227 31230 29663 0 -1 1077944384 47 12968 0 0 0 0 5 2 20 0 15 0 473225458 11107315712 324463 33554432000 4194304 4196468 140728594220688 140121220281760 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31290] ppid=31227 vsize=10846988 memory=1297852 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31290/stat : 31290 (java) S 31227 31230 29663 0 -1 1077944384 16 12968 0 0 0 0 5 2 20 0 15 0 473225458 11107315712 324463 33554432000 4194304 4196468 140728594220688 140120556562048 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31291] ppid=31227 vsize=10846988 memory=1297852 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31291/stat : 31291 (java) S 31227 31230 29663 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 473225460 11107315712 324463 33554432000 4194304 4196468 140728594220688 140120316271184 140121747146651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31292] ppid=31227 vsize=10846988 memory=1295804 CPUtime=4.95 cores=1,3,5,7
/proc/31230/task/31292/stat : 31292 (java) S 31227 31230 29663 0 -1 1077944384 40982 12968 0 0 483 5 5 2 20 0 15 0 473225460 11107315712 324463 33554432000 4194304 4196468 140728594220688 140121186723952 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31293] ppid=31227 vsize=10846988 memory=1297852 CPUtime=5.18 cores=1,3,5,7
/proc/31230/task/31293/stat : 31293 (java) S 31227 31230 29663 0 -1 1077944384 51692 12968 0 0 505 6 5 2 20 0 15 0 473225460 11107315712 324463 33554432000 4194304 4196468 140728594220688 140121185671152 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31294] ppid=31227 vsize=10846988 memory=1297852 CPUtime=2.35 cores=1,3,5,7
/proc/31230/task/31294/stat : 31294 (java) S 31227 31230 29663 0 -1 1077944384 37793 12968 0 0 221 7 5 2 20 0 15 0 473225460 11107315712 324463 33554432000 4194304 4196468 140728594220688 140121184618864 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31295] ppid=31227 vsize=10846988 memory=1297852 CPUtime=0.07 cores=1,3,5,7
/proc/31230/task/31295/stat : 31295 (java) S 31227 31230 29663 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 473225461 11107315712 324463 33554432000 4194304 4196468 140728594220688 140120282712544 140121747138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
[pid=31230/tid=31296] ppid=31227 vsize=10846988 memory=1295804 CPUtime=1.58 cores=1,3,5,7
/proc/31230/task/31296/stat : 31296 (java) S 31227 31230 29663 0 -1 1077944384 1453 12968 0 0 67 84 5 2 20 0 15 0 473225461 11107315712 324463 33554432000 4194304 4196468 140728594220688 140121183566768 140121747139202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140728594225763 140728594228405 140728594228405 140728594231247 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1297852 KiB

Child status: 143
Real time (s): 2470.33
CPU time (s): 2520.1
CPU user time (s): 2516.11
CPU system time (s): 3.99068
CPU usage (%): 102.015
Max. virtual memory (cumulated for all children) (KiB): 10849744
Max. memory (cumulated for all children) (KiB): 1447452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.11
system time used= 3.99069
maximum resident set size= 1447916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332803
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 274173
involuntary context switches= 6681


# summary of solver processes directly reported to runsolver:
#   pid: 31230
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.11
#   total CPU system time (s): 3.99068

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9392 second user time and 24.0677 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-20 11:51:13
IDJOB=4403007
IDBENCH=126211
IDSOLVER=2861
FILE ID=node147/4403007-1568973116
RUNJOBID= node147-1568967593-29695
PBS_JOBID= 21704613
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-28-a3.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403007-1568973116/watcher-4403007-1568973116 -o /var/tmp/evaluation-result-4403007-1568973116/solver-4403007-1568973116 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node147-1568967593-29695 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1659643885 HOME/instance-4403007-1568973116.xml

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

MD5SUM BENCH= 7bf94b2c859f2895a81dfe97f17444ea
RANDOM SEED=1659643885

node147.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.52
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.52
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.52
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.52
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:         4809396 kB
MemAvailable:   30819376 kB
Buffers:          140404 kB
Cached:         25795360 kB
SwapCached:        68668 kB
Active:         13892628 kB
Inactive:       13079516 kB
Active(anon):     967824 kB
Inactive(anon):   118352 kB
Active(file):   12924804 kB
Inactive(file): 12961164 kB
Unevictable:      109104 kB
Mlocked:          109104 kB
SwapTotal:      67108860 kB
SwapFree:       66935820 kB
Dirty:             35368 kB
Writeback:             0 kB
AnonPages:       1156940 kB
Mapped:            65716 kB
Shmem:             40772 kB
Slab:             582012 kB
SReclaimable:     552472 kB
SUnreclaim:        29540 kB
KernelStack:        4032 kB
PageTables:         7772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2238048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    983040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node147 at 2019-09-20 12:32:23