Trace number 4402483

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 NameAnswerCPU timeWall clock time
Concrete 3.12.3SAT 27.1459 12.1053

General information on the benchmark

NameRlfap/Rlfap-m1-graphs/
Rlfap-graph-10.xml
MD5SUM9ed3b999acc99b58e0111c7e6e3d1d3a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.84245
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints3907
Number of domains6
Minimum domain size22
Maximum domain size44
Distribution of domain sizes[{"size":22,"count":40},{"size":24,"count":14},{"size":36,"count":146},{"size":42,"count":306},{"size":44,"count":174}]
Minimum variable degree3
Maximum variable degree24
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":2},{"degree":5,"count":15},{"degree":6,"count":36},{"degree":7,"count":71},{"degree":8,"count":62},{"degree":9,"count":71},{"degree":10,"count":58},{"degree":11,"count":55},{"degree":12,"count":34},{"degree":13,"count":33},{"degree":14,"count":44},{"degree":15,"count":63},{"degree":16,"count":60},{"degree":17,"count":44},{"degree":18,"count":19},{"degree":19,"count":5},{"degree":20,"count":2},{"degree":21,"count":1},{"degree":22,"count":2},{"degree":23,"count":1},{"degree":24,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3907}]
Number of extensional constraints0
Number of intensional constraints3907
Distribution of constraint types[{"type":"intension","count":3907}]
Optimization problemNO
Type of objective

Solver Data

0.78/0.55	c Concrete v3.12.3.1568965526260 running
26.89/12.07	v <instantiation
26.89/12.07	v         >
26.89/12.07	v       <list>
26.89/12.07	v         x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 x107 x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 x121 x122 x123 x124 x125 x126 x127 x128 x129 x130 x131 x132 x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 x145 x146 x147 x148 x149 x150 x151 x152 x153 x154 x155 x156 x157 x158 x159 x160 x161 x162 x163 x164 x165 x166 x167 x168 x169 x170 x171 x172 x173 x174 x175 x176 x177 x178 x179 x180 x181 x182 x183 x184 x185 x186 x187 x188 x189 x190 x191 x192 x193 x194 x195 x196 x197 x198 x199 x200 x201 x202 x203 x204 x205 x206 x207 x208 x209 x210 x211 x212 x213 x214 x215 x216 x217 x218 x219 x220 x221 x222 x223 x224 x225 x226 x227 x228 x229 x230 x231 x232 x233 x234 x235 x236 x237 x238 x239 x240 x241 x242 x243 x244 x245 x246 x247 x248 x249 x250 x251 x252 x253 x254 x255 x256 x257 x258 x259 x260 x261 x262 x263 x264 x265 x266 x267 x268 x269 x270 x271 x272 x273 x274 x275 x276 x277 x278 x279 x280 x281 x282 x283 x284 x285 x286 x287 x288 x289 x290 x291 x292 x293 x294 x295 x296 x297 x298 x299 x300 x301 x302 x303 x304 x305 x306 x307 x308 x309 x310 x311 x312 x313 x314 x315 x316 x317 x318 x319 x320 x321 x322 x323 x324 x325 x326 x327 x328 x329 x330 x331 x332 x333 x334 x335 x336 x337 x338 x339 x340 x341 x342 x343 x344 x345 x346 x347 x348 x349 x350 x351 x352 x353 x354 x355 x356 x357 x358 x359 x360 x361 x362 x363 x364 x365 x366 x367 x368 x369 x370 x371 x372 x373 x374 x375 x376 x377 x378 x379 x380 x381 x382 x383 x384 x385 x386 x387 x388 x389 x390 x391 x392 x393 x394 x395 x396 x397 x398 x399 x400 x401 x402 x403 x404 x405 x406 x407 x408 x409 x410 x411 x412 x413 x414 x415 x416 x417 x418 x419 x420 x421 x422 x423 x424 x425 x426 x427 x428 x429 x430 x431 x432 x433 x434 x435 x436 x437 x438 x439 x440 x441 x442 x443 x444 x445 x446 x447 x448 x449 x450 x451 x452 x453 x454 x455 x456 x457 x458 x459 x460 x461 x462 x463 x464 x465 x466 x467 x468 x469 x470 x471 x472 x473 x474 x475 x476 x477 x478 x479 x480 x481 x482 x483 x484 x485 x486 x487 x488 x489 x490 x491 x492 x493 x494 x495 x496 x497 x498 x499 x500 x501 x502 x503 x504 x505 x506 x507 x508 x509 x510 x511 x512 x513 x514 x515 x516 x517 x518 x519 x520 x521 x522 x523 x524 x525 x526 x527 x528 x529 x530 x531 x532 x533 x534 x535 x536 x537 x538 x539 x540 x541 x542 x543 x544 x545 x546 x547 x548 x549 x550 x551 x552 x553 x554 x555 x556 x557 x558 x559 x560 x561 x562 x563 x564 x565 x566 x567 x568 x569 x570 x571 x572 x573 x574 x575 x576 x577 x578 x579 x580 x581 x582 x583 x584 x585 x586 x587 x588 x589 x590 x591 x592 x593 x594 x595 x596 x597 x598 x599 x600 x601 x602 x603 x604 x605 x606 x607 x608 x609 x610 x611 x612 x613 x614 x615 x616 x617 x618 x619 x620 x621 x622 x623 x624 x625 x626 x627 x628 x629 x630 x631 x632 x633 x634 x635 x636 x637 x638 x639 x640 x641 x642 x643 x644 x645 x646 x647 x648 x649 x650 x651 x652 x653 x654 x655 x656 x657 x658 x659 x660 x661 x662 x663 x664 x665 x666 x667 x668 x669 x670 x671 x672 x673 x674 x675 x676 x677 x678 x679 x680
26.89/12.07	v       </list>
26.89/12.07	v       <values>
26.89/12.07	v         414 652 268 30 352 114 526 764 324 86 428 666 310 72 310 72 324 86 428 666 296 58 296 58 254 16 296 58 484 722 268 30 366 128 554 792 442 680 428 666 380 142 296 58 268 30 268 30 442 680 414 652 282 44 428 666 414 652 352 114 414 652 338 100 456 694 268 30 456 694 254 16 324 86 268 30 282 44 414 652 442 680 268 30 470 708 540 778 554 792 254 16 338 100 324 86 470 708 380 142 554 792 268 30 414 652 268 30 268 30 484 722 366 128 310 72 484 722 324 86 540 778 338 100 526 764 526 764 394 156 470 708 268 30 470 708 554 792 414 652 352 114 526 764 512 750 310 72 394 156 442 680 414 652 414 652 428 666 352 114 540 778 414 652 554 792 268 30 414 652 414 652 484 722 268 30 338 100 380 142 554 792 554 792 540 778 414 652 484 722 442 680 526 764 414 652 380 142 554 792 540 778 352 114 254 16 268 30 394 156 498 736 540 778 414 652 428 666 512 750 554 792 540 778 310 72 352 114 338 100 456 694 268 30 414 652 268 30 380 142 394 156 268 30 554 792 554 792 554 792 380 142 526 764 352 114 296 58 456 694 394 156 554 792 498 736 380 142 456 694 296 58 394 156 498 736 554 792 498 736 428 666 366 128 512 750 442 680 338 100 540 778 498 736 324 86 268 30 554 792 414 652 442 680 470 708 394 156 338 100 470 708 456 694 554 792 380 142 310 72 414 652 470 708 554 792 554 792 414 652 380 142 526 764 352 114 324 86 380 142 352 114 30 268 394 156 414 652 366 128 296 58 498 736 380 142 338 100 484 722 484 722 428 666 268 30 366 128 526 764 296 58 414 652 296 58 554 792 498 736 512 750 554 792 512 750 394 156 352 114 296 58 394 156 414 652 456 694 526 764 554 792 282 44 324 86 428 666 268 30 282 44 380 142 268 30 470 708 512 750 554 792 338 100 470 708 268 30 324 86 470 708 540 778 310 72 540 778 442 680 268 30 540 778 442 680 498 736 324 86 268 30 526 764 456 694 512 750 310 72 414 652 366 128 512 750 442 680 414 652 470 708 512 750 484 722 456 694 380 142 484 722 428 666 498 736 324 86 414 652 554 792 526 764 338 100 394 156 498 736 554 792 554 792 296 58 470 708 414 652 554 792 456 694 414 652 498 736 512 750 456 694 380 142 512 750 554 792 366 128 282 44 540 778 526 764 414 652 540 778 310 72 540 778 352 114 352 114 282 44 282 44 554 792 324 86 414 652 324 86 456 694 554 792 380 142 554 792 380 142 268 30 324 86 254 16 554 792 310 72 498 736 526 764 526 764 394 156 366 128 554 792 380 142 296 58 394 156 282 44 414 652 338 100 268 30 352 114 352 114 540 778 554 792 470 708 414 652 470 708 352 114 512 750 526 764 498 736 456 694 366 128 310 72 268 30 414 652 414 652 324 86 380 142 470 708 540 778 380 142 456 694 394 156 414 652 352 114 554 792 352 114 428 666 484 722 268 30 484 722 380 142 512 750 554 792 394 156 428 666
26.89/12.07	v       </values>
26.89/12.07	v     </instantiation>
26.89/12.07	s SATISFIABLE

Verifier Data

OK	

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 (527 MiB free)
  memory of node 1: 16384 MiB (1914 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402483-1568969945/watcher-4402483-1568969945 -o /tmp/evaluation-result-4402483-1568969945/solver-4402483-1568969945 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568967579-7557 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1202144846 HOME/instance-4402483-1568969945.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
Current StackSize limit: 8192 KiB

solver pid=8376, runsolver pid=8373

[startup+0.109145 s]*
/proc/loadavg: 1.49 1.37 1.27 3/218 8433
/proc/meminfo: memFree=2488964/32770624 swapFree=66999216/67108860
[pid=8376] ppid=8373 vsize=10355560 memory=24240 CPUtime=0.09 cores=1,3,5,7
/proc/8376/stat : 8376 (java) S 8373 8376 7525 0 -1 1077944320 4764 13053 0 0 2 0 4 3 20 0 9 0 473247587 10604093440 6060 33554432000 4194304 4196468 140728239462608 140728239445152 139793825763063 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
/proc/8376/statm: 2588890 6060 2100 1 0 2551431 0
[pid=8376/tid=8429] ppid=8373 vsize=10355560 memory=7892391828772250251 CPUtime=0.09 cores=1,3,5,7
/proc/8376/task/8429/stat : 8429 (java) R 8373 8376 7525 0 -1 4202560 2557 13053 0 0 2 0 4 3 20 0 9 0 473247596 10604093440 6064 33554432000 4194304 4196468 140728239462608 139793797599088 139793825784989 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8430] ppid=8373 vsize=10355560 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8430/stat : 8430 (java) S 8373 8376 7525 0 -1 1077944384 2 13053 0 0 0 0 4 3 20 0 9 0 473247597 10604093440 6064 33554432000 4194304 4196468 140728239462608 139793830005904 139793825773269 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8431] ppid=8373 vsize=10355560 memory=140017628915328 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8431/stat : 8431 (java) S 8373 8376 7525 0 -1 1077944384 1 13053 0 0 0 0 4 3 20 0 9 0 473247597 10604093440 6064 33554432000 4194304 4196468 140728239462608 139793744825360 139793825773269 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8432] ppid=8373 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8432/stat : 8432 (java) S 8373 8376 7525 0 -1 1077944384 1 13053 0 0 0 0 4 3 20 0 9 0 473247597 10604093440 6064 33554432000 4194304 4196468 140728239462608 139793743772560 139793825773269 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8433] ppid=8373 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8433/stat : 8433 (java) S 8373 8376 7525 0 -1 1077944384 1 13053 0 0 0 0 4 3 20 0 9 0 473247597 10604093440 6064 33554432000 4194304 4196468 140728239462608 139793742719760 139793825773269 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8434] ppid=8373 vsize=10355560 memory=140017628915328 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8434/stat : 8434 (java) S 8373 8376 7525 0 -1 1077944384 2 13053 0 0 0 0 4 3 20 0 9 0 473247598 10604093440 6064 33554432000 4194304 4196468 140728239462608 139793352407408 139793825774210 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8435] ppid=8373 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8435/stat : 8435 (java) S 8373 8376 7525 0 -1 1077944384 13 13053 0 0 0 0 4 3 20 0 9 0 473247599 10604093440 6064 33554432000 4194304 4196468 140728239462608 139793266631712 139793825773269 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8436] ppid=8373 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8436/stat : 8436 (java) S 8373 8376 7525 0 -1 1077944384 1 13053 0 0 0 0 4 3 20 0 9 0 473247599 10604093440 6064 33554432000 4194304 4196468 140728239462608 139792662651824 139793825773269 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 24240 KiB

[startup+0.210204 s]*
/proc/loadavg: 1.49 1.37 1.27 3/227 8442
/proc/meminfo: memFree=2472024/32770624 swapFree=66999216/67108860
[pid=8376] ppid=8373 vsize=10820196 memory=41684 CPUtime=0.27 cores=1,3,5,7
/proc/8376/stat : 8376 (java) S 8373 8376 7525 0 -1 1077944320 7381 13053 0 0 18 2 4 3 20 0 15 0 473247587 11079880704 10421 33554432000 4194304 4196468 140728239462608 140728239445152 139793825763063 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
/proc/8376/statm: 2705049 10421 3297 1 0 2667149 0
[pid=8376/tid=8429] ppid=8373 vsize=10820196 memory=7822038051842263955 CPUtime=0.19 cores=1,3,5,7
/proc/8376/task/8429/stat : 8429 (java) R 8373 8376 7525 0 -1 4202560 3890 13053 0 0 11 1 4 3 20 0 15 0 473247596 11079880704 10487 33554432000 4194304 4196468 140728239462608 139793797577248 139793825784989 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8430] ppid=8373 vsize=10820196 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8430/stat : 8430 (java) S 8373 8376 7525 0 -1 1077944384 2 13053 0 0 0 0 4 3 20 0 15 0 473247597 11079880704 10487 33554432000 4194304 4196468 140728239462608 139793830005904 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8431] ppid=8373 vsize=10820196 memory=140017628915328 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8431/stat : 8431 (java) S 8373 8376 7525 0 -1 1077944384 1 13053 0 0 0 0 4 3 20 0 15 0 473247597 11079880704 10487 33554432000 4194304 4196468 140728239462608 139793744825360 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8432] ppid=8373 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8432/stat : 8432 (java) S 8373 8376 7525 0 -1 1077944384 1 13053 0 0 0 0 4 3 20 0 15 0 473247597 11079880704 10487 33554432000 4194304 4196468 140728239462608 139793743772560 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8433] ppid=8373 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8433/stat : 8433 (java) S 8373 8376 7525 0 -1 1077944384 1 13053 0 0 0 0 4 3 20 0 15 0 473247597 11079880704 10487 33554432000 4194304 4196468 140728239462608 139793742719760 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8434] ppid=8373 vsize=10820196 memory=140017628915328 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8434/stat : 8434 (java) S 8373 8376 7525 0 -1 1077944384 2 13053 0 0 0 0 4 3 20 0 15 0 473247598 11079880704 10487 33554432000 4194304 4196468 140728239462608 139793352407408 139793825774210 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8435] ppid=8373 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8435/stat : 8435 (java) S 8373 8376 7525 0 -1 1077944384 13 13053 0 0 0 0 4 3 20 0 15 0 473247599 11079880704 10487 33554432000 4194304 4196468 140728239462608 139793266631712 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8436] ppid=8373 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8436/stat : 8436 (java) S 8373 8376 7525 0 -1 1077944384 1 13053 0 0 0 0 4 3 20 0 15 0 473247599 11079880704 10487 33554432000 4194304 4196468 140728239462608 139792662651760 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8437] ppid=8373 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8437/stat : 8437 (java) S 8373 8376 7525 0 -1 1077944384 3 13053 0 0 0 0 4 3 20 0 15 0 473247602 11079880704 10487 33554432000 4194304 4196468 140728239462608 139792355252048 139793825781659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8438] ppid=8373 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8376/task/8438/stat : 8438 (java) S 8373 8376 7525 0 -1 1077944384 363 13053 0 0 1 0 4 3 20 0 15 0 473247602 11079880704 10487 33554432000 4194304 4196468 140728239462608 139793351355248 139793825774210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8439] ppid=8373 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8376/task/8439/stat : 8439 (java) S 8373 8376 7525 0 -1 1077944384 301 13053 0 0 1 0 4 3 20 0 15 0 473247602 11079880704 10487 33554432000 4194304 4196468 140728239462608 139793350302448 139793825774210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8440] ppid=8373 vsize=10820196 memory=140017628915328 CPUtime=0.1 cores=1,3,5,7
/proc/8376/task/8440/stat : 8440 (java) S 8373 8376 7525 0 -1 1077944384 601 13053 0 0 3 0 4 3 20 0 15 0 473247602 11079880704 10487 33554432000 4194304 4196468 140728239462608 139793349249648 139793825774210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8441] ppid=8373 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8441/stat : 8441 (java) S 8373 8376 7525 0 -1 1077944384 3 13053 0 0 0 0 4 3 20 0 15 0 473247602 11079880704 10487 33554432000 4194304 4196468 140728239462608 139792321694432 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8442] ppid=8373 vsize=10820196 memory=140017628915328 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8442/stat : 8442 (java) S 8373 8376 7525 0 -1 1077944384 1 13053 0 0 0 0 4 3 20 0 15 0 473247602 11079880704 10487 33554432000 4194304 4196468 140728239462608 139793348197040 139793825774210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41684 KiB

[startup+0.310422 s]*
/proc/loadavg: 1.49 1.37 1.27 3/227 8442
/proc/meminfo: memFree=2461796/32770624 swapFree=66999216/67108860
[pid=8376] ppid=8373 vsize=10820196 memory=50252 CPUtime=0.4 cores=1,3,5,7
/proc/8376/stat : 8376 (java) S 8373 8376 7525 0 -1 1077944320 10759 13053 0 0 30 3 4 3 20 0 15 0 473247587 11079880704 12563 33554432000 4194304 4196468 140728239462608 140728239445152 139793825763063 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
/proc/8376/statm: 2705049 12563 3317 1 0 2667149 0
[pid=8376/tid=8429] ppid=8373 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/8376/task/8429/stat : 8429 (java) R 8373 8376 7525 0 -1 4202560 7234 13053 0 0 19 2 4 3 20 0 15 0 473247596 11079880704 12563 33554432000 4194304 4196468 140728239462608 139793797575728 139793812012039 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8430] ppid=8373 vsize=10820196 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8430/stat : 8430 (java) S 8373 8376 7525 0 -1 1077944384 2 13053 0 0 0 0 4 3 20 0 15 0 473247597 11079880704 12563 33554432000 4194304 4196468 140728239462608 139793830005904 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8431] ppid=8373 vsize=10820196 memory=7643295301215600736 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8431/stat : 8431 (java) S 8373 8376 7525 0 -1 1077944384 1 13053 0 0 0 0 4 3 20 0 15 0 473247597 11079880704 12563 33554432000 4194304 4196468 140728239462608 139793744825360 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8432] ppid=8373 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8432/stat : 8432 (java) S 8373 8376 7525 0 -1 1077944384 1 13053 0 0 0 0 4 3 20 0 15 0 473247597 11079880704 12563 33554432000 4194304 4196468 140728239462608 139793743772560 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8433] ppid=8373 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8433/stat : 8433 (java) S 8373 8376 7525 0 -1 1077944384 1 13053 0 0 0 0 4 3 20 0 15 0 473247597 11079880704 12563 33554432000 4194304 4196468 140728239462608 139793742719760 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8434] ppid=8373 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8434/stat : 8434 (java) S 8373 8376 7525 0 -1 1077944384 2 13053 0 0 0 0 4 3 20 0 15 0 473247598 11079880704 12563 33554432000 4194304 4196468 140728239462608 139793352407408 139793825774210 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8435] ppid=8373 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8435/stat : 8435 (java) S 8373 8376 7525 0 -1 1077944384 13 13053 0 0 0 0 4 3 20 0 15 0 473247599 11079880704 12563 33554432000 4194304 4196468 140728239462608 139793266631712 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8436] ppid=8373 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8436/stat : 8436 (java) S 8373 8376 7525 0 -1 1077944384 1 13053 0 0 0 0 4 3 20 0 15 0 473247599 11079880704 12563 33554432000 4194304 4196468 140728239462608 139792662651760 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8437] ppid=8373 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8437/stat : 8437 (java) S 8373 8376 7525 0 -1 1077944384 3 13053 0 0 0 0 4 3 20 0 15 0 473247602 11079880704 12563 33554432000 4194304 4196468 140728239462608 139792355252048 139793825781659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8438] ppid=8373 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8376/task/8438/stat : 8438 (java) S 8373 8376 7525 0 -1 1077944384 363 13053 0 0 2 0 4 3 20 0 15 0 473247602 11079880704 12563 33554432000 4194304 4196468 140728239462608 139793351355248 139793825774210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8439] ppid=8373 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/8376/task/8439/stat : 8439 (java) S 8373 8376 7525 0 -1 1077944384 302 13053 0 0 2 0 4 3 20 0 15 0 473247602 11079880704 12563 33554432000 4194304 4196468 140728239462608 139793350302448 139793825774210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8440] ppid=8373 vsize=10820196 memory=140017628915328 CPUtime=0.12 cores=1,3,5,7
/proc/8376/task/8440/stat : 8440 (java) S 8373 8376 7525 0 -1 1077944384 622 13053 0 0 5 0 4 3 20 0 15 0 473247602 11079880704 12563 33554432000 4194304 4196468 140728239462608 139793349249648 139793825774210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8441] ppid=8373 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8441/stat : 8441 (java) S 8373 8376 7525 0 -1 1077944384 3 13053 0 0 0 0 4 3 20 0 15 0 473247602 11079880704 12563 33554432000 4194304 4196468 140728239462608 139792321694432 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8442] ppid=8373 vsize=10820196 memory=140017628915328 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8442/stat : 8442 (java) S 8373 8376 7525 0 -1 1077944384 1 13053 0 0 0 0 4 3 20 0 15 0 473247602 11079880704 12563 33554432000 4194304 4196468 140728239462608 139793348197040 139793825774210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50252 KiB

[startup+0.703516 s]
/proc/loadavg: 1.85 1.45 1.29 4/227 8442
/proc/meminfo: memFree=2446252/32770624 swapFree=66999216/67108860
[pid=8376] ppid=8373 vsize=10824364 memory=83844 CPUtime=1.15 cores=1,3,5,7
/proc/8376/stat : 8376 (java) S 8373 8376 7525 0 -1 1077944320 15175 13053 0 0 104 4 4 3 20 0 15 0 473247587 11084148736 20961 33554432000 4194304 4196468 140728239462608 140728239445152 139793825763063 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
/proc/8376/statm: 2706091 20961 3513 1 0 2668173 0
[pid=8376/tid=8429] ppid=8373 vsize=10824364 memory=12024 CPUtime=0.66 cores=1,3,5,7
/proc/8376/task/8429/stat : 8429 (java) R 8373 8376 7525 0 -1 4202560 10497 13053 0 0 56 3 4 3 20 0 15 0 473247596 11084148736 20961 33554432000 4194304 4196468 140728239462608 139793797588320 139793825784989 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8430] ppid=8373 vsize=10824364 memory=500 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8430/stat : 8430 (java) S 8373 8376 7525 0 -1 1077944384 2 13053 0 0 0 0 4 3 20 0 15 0 473247597 11084148736 20961 33554432000 4194304 4196468 140728239462608 139793830005904 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8431] ppid=8373 vsize=10824364 memory=1560 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8431/stat : 8431 (java) S 8373 8376 7525 0 -1 1077944384 1 13053 0 0 0 0 4 3 20 0 15 0 473247597 11084148736 20961 33554432000 4194304 4196468 140728239462608 139793744825360 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8432] ppid=8373 vsize=10824364 memory=932 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8432/stat : 8432 (java) S 8373 8376 7525 0 -1 1077944384 1 13053 0 0 0 0 4 3 20 0 15 0 473247597 11084148736 20961 33554432000 4194304 4196468 140728239462608 139793743772560 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8433] ppid=8373 vsize=10824364 memory=3768 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8433/stat : 8433 (java) S 8373 8376 7525 0 -1 1077944384 1 13053 0 0 0 0 4 3 20 0 15 0 473247597 11084148736 20961 33554432000 4194304 4196468 140728239462608 139793742719760 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8434] ppid=8373 vsize=10824364 memory=7448488012996438865 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8434/stat : 8434 (java) S 8373 8376 7525 0 -1 1077944384 5 13053 0 0 0 0 4 3 20 0 15 0 473247598 11084148736 20961 33554432000 4194304 4196468 140728239462608 139793352407408 139793825774210 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8435] ppid=8373 vsize=10825388 memory=7380106142448641391 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8435/stat : 8435 (java) S 8373 8376 7525 0 -1 1077944384 13 13053 0 0 0 0 4 3 20 0 15 0 473247599 11085197312 20961 33554432000 4194304 4196468 140728239462608 139793266631712 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8436] ppid=8373 vsize=10825388 memory=8025788814078207340 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8436/stat : 8436 (java) S 8373 8376 7525 0 -1 1077944384 1 13053 0 0 0 0 4 3 20 0 15 0 473247599 11085197312 20961 33554432000 4194304 4196468 140728239462608 139792662651760 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8437] ppid=8373 vsize=10825388 memory=-8813412931113164149 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8437/stat : 8437 (java) S 8373 8376 7525 0 -1 1077944384 3 13053 0 0 0 0 4 3 20 0 15 0 473247602 11085197312 20961 33554432000 4194304 4196468 140728239462608 139792355252048 139793825781659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8438] ppid=8373 vsize=10825388 memory=-6808994639057120388 CPUtime=0.21 cores=1,3,5,7
/proc/8376/task/8438/stat : 8438 (java) S 8373 8376 7525 0 -1 1077944384 796 13053 0 0 14 0 4 3 20 0 15 0 473247602 11085197312 21026 33554432000 4194304 4196468 140728239462608 139793351355248 139793825774210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8439] ppid=8373 vsize=10825388 memory=6944656591801717918 CPUtime=0.22 cores=1,3,5,7
/proc/8376/task/8439/stat : 8439 (java) S 8373 8376 7525 0 -1 1077944384 802 13053 0 0 15 0 4 3 20 0 15 0 473247602 11085197312 20999 33554432000 4194304 4196468 140728239462608 139793350302448 139793825774210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8440] ppid=8373 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/8376/task/8440/stat : 8440 (java) S 8373 8376 7525 0 -1 1077944384 839 13053 0 0 17 0 4 3 20 0 15 0 473247602 11084148736 20999 33554432000 4194304 4196468 140728239462608 139793349249648 139793825774210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8441] ppid=8373 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8441/stat : 8441 (java) S 8373 8376 7525 0 -1 1077944384 3 13053 0 0 0 0 4 3 20 0 15 0 473247602 11084148736 20999 33554432000 4194304 4196468 140728239462608 139792321694432 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8442] ppid=8373 vsize=10824364 memory=3504 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8442/stat : 8442 (java) S 8373 8376 7525 0 -1 1077944384 1 13053 0 0 0 0 4 3 20 0 15 0 473247602 11084148736 20999 33554432000 4194304 4196468 140728239462608 139793348197040 139793825774210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83844 KiB

[startup+1.50106 s]
/proc/loadavg: 1.85 1.45 1.29 5/227 8442
/proc/meminfo: memFree=2311280/32770624 swapFree=66999216/67108860
[pid=8376] ppid=8373 vsize=10832632 memory=251936 CPUtime=3.54 cores=1,3,5,7
/proc/8376/stat : 8376 (java) S 8373 8376 7525 0 -1 1077944320 22157 13053 0 0 336 11 4 3 20 0 15 0 473247587 11092615168 62984 33554432000 4194304 4196468 140728239462608 140728239445152 139793825763063 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
/proc/8376/statm: 2708158 62984 3582 1 0 2670221 0
[pid=8376/tid=8429] ppid=8373 vsize=10832632 memory=55 CPUtime=1.41 cores=1,3,5,7
/proc/8376/task/8429/stat : 8429 (java) S 8373 8376 7525 0 -1 1077944384 13698 13053 0 0 128 6 4 3 20 0 15 0 473247596 11092615168 62984 33554432000 4194304 4196468 140728239462608 139793797579728 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8430] ppid=8373 vsize=10832632 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8376/task/8430/stat : 8430 (java) R 8373 8376 7525 0 -1 4202560 37 13053 0 0 2 0 4 3 20 0 15 0 473247597 11092615168 62984 33554432000 4194304 4196468 140728239462608 139793830005904 139793818391271 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8431] ppid=8373 vsize=10832632 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8376/task/8431/stat : 8431 (java) R 8373 8376 7525 0 -1 4202560 24 13053 0 0 1 0 4 3 20 0 15 0 473247597 11092615168 62984 33554432000 4194304 4196468 140728239462608 139793744825480 139793818391271 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8432] ppid=8373 vsize=10832632 memory=16758962392322 CPUtime=0.08 cores=1,3,5,7
/proc/8376/task/8432/stat : 8432 (java) R 8373 8376 7525 0 -1 4202560 31 13053 0 0 1 0 4 3 20 0 15 0 473247597 11092615168 62984 33554432000 4194304 4196468 140728239462608 139793743772560 139793810463710 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8433] ppid=8373 vsize=10832632 memory=-2892745057122885281 CPUtime=0.09 cores=1,3,5,7
/proc/8376/task/8433/stat : 8433 (java) R 8373 8376 7525 0 -1 4202560 39 13053 0 0 2 0 4 3 20 0 15 0 473247597 11092615168 62984 33554432000 4194304 4196468 140728239462608 139793742719760 139793818391271 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8434] ppid=8373 vsize=10832632 memory=5495740422247797458 CPUtime=0.08 cores=1,3,5,7
/proc/8376/task/8434/stat : 8434 (java) S 8373 8376 7525 0 -1 1077944384 226 13053 0 0 1 0 4 3 20 0 15 0 473247598 11092615168 62984 33554432000 4194304 4196468 140728239462608 139793352405920 139793825773269 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8435] ppid=8373 vsize=10832632 memory=-7161732098441943118 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8435/stat : 8435 (java) S 8373 8376 7525 0 -1 1077944384 13 13053 0 0 0 0 4 3 20 0 15 0 473247599 11092615168 62984 33554432000 4194304 4196468 140728239462608 139793266631776 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8436] ppid=8373 vsize=10832632 memory=3472328296227736225 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8436/stat : 8436 (java) S 8373 8376 7525 0 -1 1077944384 3 13053 0 0 0 0 4 3 20 0 15 0 473247599 11092615168 62984 33554432000 4194304 4196468 140728239462608 139792662651776 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8437] ppid=8373 vsize=10832632 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8437/stat : 8437 (java) S 8373 8376 7525 0 -1 1077944384 3 13053 0 0 0 0 4 3 20 0 15 0 473247602 11092615168 62984 33554432000 4194304 4196468 140728239462608 139792355252048 139793825781659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8438] ppid=8373 vsize=10832632 memory=-3258418265892434876 CPUtime=0.8 cores=1,3,5,7
/proc/8376/task/8438/stat : 8438 (java) S 8373 8376 7525 0 -1 1077944384 2159 13053 0 0 73 0 4 3 20 0 15 0 473247602 11092615168 62984 33554432000 4194304 4196468 140728239462608 139793351355248 139793825774210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8439] ppid=8373 vsize=10832632 memory=6944652177228980320 CPUtime=0.77 cores=1,3,5,7
/proc/8376/task/8439/stat : 8439 (java) S 8373 8376 7525 0 -1 1077944384 1668 13053 0 0 70 0 4 3 20 0 15 0 473247602 11092615168 62984 33554432000 4194304 4196468 140728239462608 139793350302448 139793825774210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8440] ppid=8373 vsize=10832632 memory=-7966001734603266090 CPUtime=0.6 cores=1,3,5,7
/proc/8376/task/8440/stat : 8440 (java) S 8373 8376 7525 0 -1 1077944384 2042 13053 0 0 53 0 4 3 20 0 15 0 473247602 11092615168 62984 33554432000 4194304 4196468 140728239462608 139793349249648 139793825774210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0

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

[pid=8376/tid=8441] ppid=8373 vsize=10844940 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8441/stat : 8441 (java) S 8373 8376 7525 0 -1 1077944384 3 13053 0 0 0 0 4 3 20 0 15 0 473247602 11105218560 118141 33554432000 4194304 4196468 140728239462608 139792321694432 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8442] ppid=8373 vsize=10844940 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8442/stat : 8442 (java) S 8373 8376 7525 0 -1 1077944384 100 13053 0 0 0 0 4 3 20 0 15 0 473247602 11105218560 118141 33554432000 4194304 4196468 140728239462608 139793348197040 139793825774210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
Current children cumulated CPU time: 15.77 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 472564 KiB

[startup+9.60078 s]
/proc/loadavg: 2.18 1.52 1.32 3/228 8444
/proc/meminfo: memFree=1274936/32770624 swapFree=66999216/67108860
[pid=8376] ppid=8373 vsize=10846988 memory=1269980 CPUtime=22.82 cores=1,3,5,7
/proc/8376/stat : 8376 (java) S 8373 8376 7525 0 -1 1077944320 67907 13053 0 0 2221 54 4 3 20 0 15 0 473247587 11107315712 317495 33554432000 4194304 4196468 140728239462608 140728239445152 139793825763063 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
/proc/8376/statm: 2711747 317495 3633 1 0 2673805 0
[pid=8376/tid=8429] ppid=8373 vsize=10846988 memory=1121636 CPUtime=9.2 cores=1,3,5,7
/proc/8376/task/8429/stat : 8429 (java) R 8373 8376 7525 0 -1 4202560 24713 13053 0 0 894 19 4 3 20 0 15 0 473247596 11107315712 317495 33554432000 4194304 4196468 140728239462608 139793797598576 139793438965624 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8430] ppid=8373 vsize=10846988 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/8376/task/8430/stat : 8430 (java) S 8373 8376 7525 0 -1 1077944384 255 13053 0 0 17 5 4 3 20 0 15 0 473247597 11107315712 317495 33554432000 4194304 4196468 140728239462608 139793830005904 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8431] ppid=8373 vsize=10846988 memory=6944656575208382560 CPUtime=0.29 cores=1,3,5,7
/proc/8376/task/8431/stat : 8431 (java) S 8373 8376 7525 0 -1 1077944384 226 13053 0 0 17 5 4 3 20 0 15 0 473247597 11107315712 317495 33554432000 4194304 4196468 140728239462608 139793744825360 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8432] ppid=8373 vsize=10846988 memory=483336 CPUtime=0.29 cores=1,3,5,7
/proc/8376/task/8432/stat : 8432 (java) S 8373 8376 7525 0 -1 1077944384 459 13053 0 0 17 5 4 3 20 0 15 0 473247597 11107315712 317495 33554432000 4194304 4196468 140728239462608 139793743772560 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8433] ppid=8373 vsize=10846988 memory=6944656592387989600 CPUtime=0.3 cores=1,3,5,7
/proc/8376/task/8433/stat : 8433 (java) S 8373 8376 7525 0 -1 1077944384 760 13053 0 0 17 6 4 3 20 0 15 0 473247597 11107315712 317495 33554432000 4194304 4196468 140728239462608 139793742719760 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8434] ppid=8373 vsize=10846988 memory=7518873292376009043 CPUtime=0.13 cores=1,3,5,7
/proc/8376/task/8434/stat : 8434 (java) S 8373 8376 7525 0 -1 1077944384 5320 13053 0 0 6 0 4 3 20 0 15 0 473247598 11107315712 317495 33554432000 4194304 4196468 140728239462608 139793352407408 139793825774210 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8435] ppid=8373 vsize=10846988 memory=7518873292376009043 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8435/stat : 8435 (java) S 8373 8376 7525 0 -1 1077944384 15 13053 0 0 0 0 4 3 20 0 15 0 473247599 11107315712 317495 33554432000 4194304 4196468 140728239462608 139793266631776 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8436] ppid=8373 vsize=10846988 memory=6 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8436/stat : 8436 (java) S 8373 8376 7525 0 -1 1077944384 3 13053 0 0 0 0 4 3 20 0 15 0 473247599 11107315712 317495 33554432000 4194304 4196468 140728239462608 139792662651776 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8437] ppid=8373 vsize=10846988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8437/stat : 8437 (java) S 8373 8376 7525 0 -1 1077944384 3 13053 0 0 0 0 4 3 20 0 15 0 473247602 11107315712 317495 33554432000 4194304 4196468 140728239462608 139792355252048 139793825781659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8438] ppid=8373 vsize=10846988 memory=0 CPUtime=5.22 cores=1,3,5,7
/proc/8376/task/8438/stat : 8438 (java) S 8373 8376 7525 0 -1 1077944384 15164 13053 0 0 513 2 4 3 20 0 15 0 473247602 11107315712 317495 33554432000 4194304 4196468 140728239462608 139793351355248 139793825774210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8439] ppid=8373 vsize=10846988 memory=0 CPUtime=5.27 cores=1,3,5,7
/proc/8376/task/8439/stat : 8439 (java) R 8373 8376 7525 0 -1 4202560 9871 13053 0 0 517 3 4 3 20 0 15 0 473247602 11107315712 317495 33554432000 4194304 4196468 140728239462608 139793350289008 139793809263460 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8440] ppid=8373 vsize=10846988 memory=378 CPUtime=2.27 cores=1,3,5,7
/proc/8376/task/8440/stat : 8440 (java) S 8373 8376 7525 0 -1 1077944384 8805 13053 0 0 217 3 4 3 20 0 15 0 473247602 11107315712 317495 33554432000 4194304 4196468 140728239462608 139793349249648 139793825774210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8441] ppid=8373 vsize=10846988 memory=386 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8441/stat : 8441 (java) S 8373 8376 7525 0 -1 1077944384 3 13053 0 0 0 0 4 3 20 0 15 0 473247602 11107315712 317495 33554432000 4194304 4196468 140728239462608 139792321694432 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8442] ppid=8373 vsize=10846988 memory=184 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8442/stat : 8442 (java) S 8373 8376 7525 0 -1 1077944384 100 13053 0 0 0 0 4 3 20 0 15 0 473247602 11107315712 317495 33554432000 4194304 4196468 140728239462608 139793348197040 139793825774210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
Current children cumulated CPU time: 22.82 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1269980 KiB

[startup+11.2007 s]
/proc/loadavg: 2.17 1.53 1.32 3/227 8444
/proc/meminfo: memFree=890276/32770624 swapFree=66999216/67108860
[pid=8376] ppid=8373 vsize=10846988 memory=1618496 CPUtime=24.93 cores=1,3,5,7
/proc/8376/stat : 8376 (java) S 8373 8376 7525 0 -1 1077944320 68508 13053 0 0 2424 62 4 3 20 0 15 0 473247587 11107315712 404624 33554432000 4194304 4196468 140728239462608 140728239445152 139793825763063 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
/proc/8376/statm: 2711747 404624 3635 1 0 2673805 0
[pid=8376/tid=8429] ppid=8373 vsize=10846988 memory=427576 CPUtime=10.78 cores=1,3,5,7
/proc/8376/task/8429/stat : 8429 (java) R 8373 8376 7525 0 -1 4202560 24993 13053 0 0 1046 25 4 3 20 0 15 0 473247596 11107315712 404624 33554432000 4194304 4196468 140728239462608 139793797593600 139793430260296 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8430] ppid=8373 vsize=10846988 memory=1609960 CPUtime=0.31 cores=1,3,5,7
/proc/8376/task/8430/stat : 8430 (java) S 8373 8376 7525 0 -1 1077944384 262 13053 0 0 18 6 4 3 20 0 15 0 473247597 11107315712 404624 33554432000 4194304 4196468 140728239462608 139793830005904 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8431] ppid=8373 vsize=10846988 memory=140017477699312 CPUtime=0.3 cores=1,3,5,7
/proc/8376/task/8431/stat : 8431 (java) S 8373 8376 7525 0 -1 1077944384 246 13053 0 0 18 5 4 3 20 0 15 0 473247597 11107315712 404624 33554432000 4194304 4196468 140728239462608 139793744825360 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8432] ppid=8373 vsize=10846988 memory=8112282956445269571 CPUtime=0.32 cores=1,3,5,7
/proc/8376/task/8432/stat : 8432 (java) S 8373 8376 7525 0 -1 1077944384 466 13053 0 0 19 6 4 3 20 0 15 0 473247597 11107315712 404624 33554432000 4194304 4196468 140728239462608 139793743772560 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8433] ppid=8373 vsize=10846988 memory=-7674914008656224160 CPUtime=0.32 cores=1,3,5,7
/proc/8376/task/8433/stat : 8433 (java) S 8373 8376 7525 0 -1 1077944384 768 13053 0 0 19 6 4 3 20 0 15 0 473247597 11107315712 404624 33554432000 4194304 4196468 140728239462608 139793742719760 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8434] ppid=8373 vsize=10846988 memory=6655300316396806240 CPUtime=0.14 cores=1,3,5,7
/proc/8376/task/8434/stat : 8434 (java) S 8373 8376 7525 0 -1 1077944384 5581 13053 0 0 7 0 4 3 20 0 15 0 473247598 11107315712 404624 33554432000 4194304 4196468 140728239462608 139793352407408 139793825774210 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8435] ppid=8373 vsize=10846988 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8435/stat : 8435 (java) S 8373 8376 7525 0 -1 1077944384 15 13053 0 0 0 0 4 3 20 0 15 0 473247599 11107315712 404624 33554432000 4194304 4196468 140728239462608 139793266631776 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8436] ppid=8373 vsize=10846988 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8436/stat : 8436 (java) S 8373 8376 7525 0 -1 1077944384 3 13053 0 0 0 0 4 3 20 0 15 0 473247599 11107315712 404624 33554432000 4194304 4196468 140728239462608 139792662651776 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8437] ppid=8373 vsize=10846988 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8437/stat : 8437 (java) S 8373 8376 7525 0 -1 1077944384 3 13053 0 0 0 0 4 3 20 0 15 0 473247602 11107315712 404624 33554432000 4194304 4196468 140728239462608 139792355252048 139793825781659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8438] ppid=8373 vsize=10846988 memory=-7595754389018307734 CPUtime=5.42 cores=1,3,5,7
/proc/8376/task/8438/stat : 8438 (java) R 8373 8376 7525 0 -1 4202560 15165 13053 0 0 533 2 4 3 20 0 15 0 473247602 11107315712 404624 33554432000 4194304 4196468 140728239462608 139793351343120 139793810053232 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8439] ppid=8373 vsize=10846988 memory=7164781062427011667 CPUtime=5.48 cores=1,3,5,7
/proc/8376/task/8439/stat : 8439 (java) R 8373 8376 7525 0 -1 4202560 9880 13053 0 0 538 3 4 3 20 0 15 0 473247602 11107315712 404624 33554432000 4194304 4196468 140728239462608 139793350288992 139793807307247 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8440] ppid=8373 vsize=10846988 memory=7007708004876308560 CPUtime=2.3 cores=1,3,5,7
/proc/8376/task/8440/stat : 8440 (java) S 8373 8376 7525 0 -1 1077944384 8812 13053 0 0 220 3 4 3 20 0 15 0 473247602 11107315712 404624 33554432000 4194304 4196468 140728239462608 139793349249648 139793825774210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8441] ppid=8373 vsize=10846988 memory=3546359522278134689 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8441/stat : 8441 (java) S 8373 8376 7525 0 -1 1077944384 3 13053 0 0 0 0 4 3 20 0 15 0 473247602 11107315712 404624 33554432000 4194304 4196468 140728239462608 139792321694432 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8442] ppid=8373 vsize=10846988 memory=3251651845851072520 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8442/stat : 8442 (java) S 8373 8376 7525 0 -1 1077944384 101 13053 0 0 0 0 4 3 20 0 15 0 473247602 11107315712 404624 33554432000 4194304 4196468 140728239462608 139793348197040 139793825774210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
Current children cumulated CPU time: 24.93 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1618496 KiB

[startup+11.6007 s]
/proc/loadavg: 2.17 1.53 1.32 3/227 8444
/proc/meminfo: memFree=890276/32770624 swapFree=66999216/67108860
[pid=8376] ppid=8373 vsize=10846988 memory=1618716 CPUtime=26.16 cores=1,3,5,7
/proc/8376/stat : 8376 (java) S 8373 8376 7525 0 -1 1077944320 68564 13053 0 0 2547 62 4 3 20 0 15 0 473247587 11107315712 404679 33554432000 4194304 4196468 140728239462608 140728239445152 139793825763063 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
/proc/8376/statm: 2711747 404679 3635 1 0 2673805 0
[pid=8376/tid=8429] ppid=8373 vsize=10846988 memory=8112282956445269571 CPUtime=11.18 cores=1,3,5,7
/proc/8376/task/8429/stat : 8429 (java) R 8373 8376 7525 0 -1 4202560 25030 13053 0 0 1086 25 4 3 20 0 15 0 473247596 11107315712 404679 33554432000 4194304 4196468 140728239462608 139793797595088 139793426984935 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8430] ppid=8373 vsize=10846988 memory=6056 CPUtime=0.31 cores=1,3,5,7
/proc/8376/task/8430/stat : 8430 (java) S 8373 8376 7525 0 -1 1077944384 262 13053 0 0 18 6 4 3 20 0 15 0 473247597 11107315712 404679 33554432000 4194304 4196468 140728239462608 139793830005904 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8431] ppid=8373 vsize=10846988 memory=14008 CPUtime=0.3 cores=1,3,5,7
/proc/8376/task/8431/stat : 8431 (java) S 8373 8376 7525 0 -1 1077944384 246 13053 0 0 18 5 4 3 20 0 15 0 473247597 11107315712 404679 33554432000 4194304 4196468 140728239462608 139793744825360 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8432] ppid=8373 vsize=10846988 memory=2124 CPUtime=0.32 cores=1,3,5,7
/proc/8376/task/8432/stat : 8432 (java) S 8373 8376 7525 0 -1 1077944384 466 13053 0 0 19 6 4 3 20 0 15 0 473247597 11107315712 404679 33554432000 4194304 4196468 140728239462608 139793743772560 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8433] ppid=8373 vsize=10846988 memory=30144 CPUtime=0.32 cores=1,3,5,7
/proc/8376/task/8433/stat : 8433 (java) S 8373 8376 7525 0 -1 1077944384 768 13053 0 0 19 6 4 3 20 0 15 0 473247597 11107315712 404679 33554432000 4194304 4196468 140728239462608 139793742719760 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8434] ppid=8373 vsize=10846988 memory=12024 CPUtime=0.14 cores=1,3,5,7
/proc/8376/task/8434/stat : 8434 (java) S 8373 8376 7525 0 -1 1077944384 5581 13053 0 0 7 0 4 3 20 0 15 0 473247598 11107315712 404679 33554432000 4194304 4196468 140728239462608 139793352407408 139793825774210 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8435] ppid=8373 vsize=10846988 memory=500 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8435/stat : 8435 (java) S 8373 8376 7525 0 -1 1077944384 15 13053 0 0 0 0 4 3 20 0 15 0 473247599 11107315712 404679 33554432000 4194304 4196468 140728239462608 139793266631776 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8436] ppid=8373 vsize=10846988 memory=1560 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8436/stat : 8436 (java) S 8373 8376 7525 0 -1 1077944384 3 13053 0 0 0 0 4 3 20 0 15 0 473247599 11107315712 404679 33554432000 4194304 4196468 140728239462608 139792662651776 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8437] ppid=8373 vsize=10846988 memory=932 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8437/stat : 8437 (java) S 8373 8376 7525 0 -1 1077944384 3 13053 0 0 0 0 4 3 20 0 15 0 473247602 11107315712 404679 33554432000 4194304 4196468 140728239462608 139792355252048 139793825781659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8438] ppid=8373 vsize=10846988 memory=3768 CPUtime=5.82 cores=1,3,5,7
/proc/8376/task/8438/stat : 8438 (java) R 8373 8376 7525 0 -1 4202560 15170 13053 0 0 573 2 4 3 20 0 15 0 473247602 11107315712 404679 33554432000 4194304 4196468 140728239462608 139793351335760 139793804389441 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8439] ppid=8373 vsize=10846988 memory=1980 CPUtime=5.88 cores=1,3,5,7
/proc/8376/task/8439/stat : 8439 (java) R 8373 8376 7525 0 -1 4202560 9892 13053 0 0 578 3 4 3 20 0 15 0 473247602 11107315712 404679 33554432000 4194304 4196468 140728239462608 139793350289296 139793811786863 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8440] ppid=8373 vsize=10846988 memory=2512 CPUtime=2.33 cores=1,3,5,7
/proc/8376/task/8440/stat : 8440 (java) S 8373 8376 7525 0 -1 1077944384 8814 13053 0 0 223 3 4 3 20 0 15 0 473247602 11107315712 404679 33554432000 4194304 4196468 140728239462608 139793349249648 139793825774210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8441] ppid=8373 vsize=10846988 memory=1436 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8441/stat : 8441 (java) S 8373 8376 7525 0 -1 1077944384 3 13053 0 0 0 0 4 3 20 0 15 0 473247602 11107315712 404679 33554432000 4194304 4196468 140728239462608 139792321694432 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8442] ppid=8373 vsize=10846988 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8442/stat : 8442 (java) S 8373 8376 7525 0 -1 1077944384 101 13053 0 0 0 0 4 3 20 0 15 0 473247602 11107315712 404679 33554432000 4194304 4196468 140728239462608 139793348197040 139793825774210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
Current children cumulated CPU time: 26.16 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1618716 KiB

[startup+12.0007 s]*
/proc/loadavg: 2.17 1.53 1.32 4/227 8444
/proc/meminfo: memFree=890152/32770624 swapFree=66999216/67108860
[pid=8376] ppid=8373 vsize=10846988 memory=1619012 CPUtime=26.89 cores=1,3,5,7
/proc/8376/stat : 8376 (java) S 8373 8376 7525 0 -1 1077944320 68709 13053 0 0 2620 62 4 3 20 0 15 0 473247587 11107315712 404753 33554432000 4194304 4196468 140728239462608 140728239445152 139793825763063 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
/proc/8376/statm: 2711747 404753 3635 1 0 2673805 0
[pid=8376/tid=8429] ppid=8373 vsize=10846988 memory=0 CPUtime=11.59 cores=1,3,5,7
/proc/8376/task/8429/stat : 8429 (java) R 8373 8376 7525 0 -1 4202560 25134 13053 0 0 1127 25 4 3 20 0 15 0 473247596 11107315712 404753 33554432000 4194304 4196468 140728239462608 139793797595088 139793426984897 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8430] ppid=8373 vsize=10846988 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/8376/task/8430/stat : 8430 (java) S 8373 8376 7525 0 -1 1077944384 262 13053 0 0 18 6 4 3 20 0 15 0 473247597 11107315712 404753 33554432000 4194304 4196468 140728239462608 139793830005904 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8431] ppid=8373 vsize=10846988 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/8376/task/8431/stat : 8431 (java) S 8373 8376 7525 0 -1 1077944384 246 13053 0 0 18 5 4 3 20 0 15 0 473247597 11107315712 404753 33554432000 4194304 4196468 140728239462608 139793744825360 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8432] ppid=8373 vsize=10846988 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/8376/task/8432/stat : 8432 (java) S 8373 8376 7525 0 -1 1077944384 466 13053 0 0 19 6 4 3 20 0 15 0 473247597 11107315712 404753 33554432000 4194304 4196468 140728239462608 139793743772560 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8433] ppid=8373 vsize=10846988 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/8376/task/8433/stat : 8433 (java) S 8373 8376 7525 0 -1 1077944384 768 13053 0 0 19 6 4 3 20 0 15 0 473247597 11107315712 404753 33554432000 4194304 4196468 140728239462608 139793742719760 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8434] ppid=8373 vsize=10846988 memory=6299226795600864083 CPUtime=0.14 cores=1,3,5,7
/proc/8376/task/8434/stat : 8434 (java) S 8373 8376 7525 0 -1 1077944384 5581 13053 0 0 7 0 4 3 20 0 15 0 473247598 11107315712 404753 33554432000 4194304 4196468 140728239462608 139793352407408 139793825774210 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8435] ppid=8373 vsize=10846988 memory=2321387033654997554 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8435/stat : 8435 (java) S 8373 8376 7525 0 -1 1077944384 15 13053 0 0 0 0 4 3 20 0 15 0 473247599 11107315712 404753 33554432000 4194304 4196468 140728239462608 139793266631776 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8436] ppid=8373 vsize=10846988 memory=4121833318545086132 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8436/stat : 8436 (java) S 8373 8376 7525 0 -1 1077944384 3 13053 0 0 0 0 4 3 20 0 15 0 473247599 11107315712 404753 33554432000 4194304 4196468 140728239462608 139792662651776 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8437] ppid=8373 vsize=10846988 memory=4121692098425534001 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8437/stat : 8437 (java) S 8373 8376 7525 0 -1 1077944384 3 13053 0 0 0 0 4 3 20 0 15 0 473247602 11107315712 404753 33554432000 4194304 4196468 140728239462608 139792355252048 139793825781659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8438] ppid=8373 vsize=10846988 memory=0 CPUtime=5.99 cores=1,3,5,7
/proc/8376/task/8438/stat : 8438 (java) S 8373 8376 7525 0 -1 1077944384 15173 13053 0 0 590 2 4 3 20 0 15 0 473247602 11107315712 404753 33554432000 4194304 4196468 140728239462608 139793351355248 139793825774210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8439] ppid=8373 vsize=10846988 memory=3976735856566285879 CPUtime=6 cores=1,3,5,7
/proc/8376/task/8439/stat : 8439 (java) S 8373 8376 7525 0 -1 1077944384 9894 13053 0 0 590 3 4 3 20 0 15 0 473247602 11107315712 404753 33554432000 4194304 4196468 140728239462608 139793350302448 139793825774210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8440] ppid=8373 vsize=10846988 memory=8099844220726694755 CPUtime=2.37 cores=1,3,5,7
/proc/8376/task/8440/stat : 8440 (java) S 8373 8376 7525 0 -1 1077944384 8850 13053 0 0 227 3 4 3 20 0 15 0 473247602 11107315712 404753 33554432000 4194304 4196468 140728239462608 139793349249648 139793825774210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8441] ppid=8373 vsize=10846988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8441/stat : 8441 (java) S 8373 8376 7525 0 -1 1077944384 3 13053 0 0 0 0 4 3 20 0 15 0 473247602 11107315712 404753 33554432000 4194304 4196468 140728239462608 139792321694432 139793825773269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
[pid=8376/tid=8442] ppid=8373 vsize=10846988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8376/task/8442/stat : 8442 (java) S 8373 8376 7525 0 -1 1077944384 101 13053 0 0 0 0 4 3 20 0 15 0 473247602 11107315712 404753 33554432000 4194304 4196468 140728239462608 139793348197040 139793825774210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11763712 140728239471343 140728239473861 140728239473861 140728239476687 0
Current children cumulated CPU time: 26.89 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1619012 KiB

Child status: 0
Real time (s): 12.1053
CPU time (s): 27.1459
CPU user time (s): 26.4696
CPU system time (s): 0.676336
CPU usage (%): 224.248
Max. virtual memory (cumulated for all children) (KiB): 10849808
Max. memory (cumulated for all children) (KiB): 1619012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.4696
system time used= 0.676336
maximum resident set size= 1621284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81909
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8339
involuntary context switches= 100


# summary of solver processes directly reported to runsolver:
#   pid: 8376
#   total CPU time (s): 27.1459
#   total CPU user time (s): 26.4696
#   total CPU system time (s): 0.676336

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.095482 second user time and 0.161127 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-20 10:58:06
IDJOB=4402483
IDBENCH=120852
IDSOLVER=2861
FILE ID=node103/4402483-1568969945
RUNJOBID= node103-1568967579-7557
PBS_JOBID= 21704635
Free space on /tmp= 20680 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Rlfap/Rlfap-m1-graphs/Rlfap-graph-10.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402483-1568969945/watcher-4402483-1568969945 -o /tmp/evaluation-result-4402483-1568969945/solver-4402483-1568969945 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568967579-7557 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1202144846 HOME/instance-4402483-1568969945.xml

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

MD5SUM BENCH= 9ed3b999acc99b58e0111c7e6e3d1d3a
RANDOM SEED=1202144846

node103.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.74
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.74
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.74
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.74
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:         2501476 kB
MemAvailable:   29852716 kB
Buffers:           91808 kB
Cached:         27507928 kB
SwapCached:         6972 kB
Active:         15434388 kB
Inactive:       14172688 kB
Active(anon):    1659184 kB
Inactive(anon):   397512 kB
Active(file):   13775204 kB
Inactive(file): 13775176 kB
Unevictable:      106740 kB
Mlocked:          106740 kB
SwapTotal:      67108860 kB
SwapFree:       66999216 kB
Dirty:             35464 kB
Writeback:             0 kB
AnonPages:       2053312 kB
Mapped:            65804 kB
Shmem:             40864 kB
Slab:             258816 kB
SReclaimable:     229320 kB
SUnreclaim:        29496 kB
KernelStack:        3984 kB
PageTables:         9836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3006632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    632832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 20644 MiB
End job on node103 at 2019-09-20 10:58:18