Trace number 4431380

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
IPBHS-GUROBI 2024-07-09OPT364 18.043 18.0858

DiagnosticValue
CARDINALITY_CORES_IN_OPTIMIZER0
CLAUSAL_CORES_IN_OPTIMIZER0
CORES_EXTRACTED0
CORES_IN_OPTIMIZER0
ITERATIONS2
PB_CORES_IN_OPTIMIZER0
SIS0
SIS_OUT_OF_BUDGET0
SIS_SAT0
SIS_UNSAT0
TIME_EXTRACT_CORES0
TIME_OPTIMIZE17.68
TIME_SIS0

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32e4.opb
MD5SUM24087313fe3fca98b5d34e1bc37b8d4a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark364
Best CPU time to get the best result obtained on this benchmark11.4622
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables774
Total number of constraints7493
Number of constraints which are clauses7493
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32
Number of terms in the objective function 774
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 774
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 774
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

17.95/18.08	c initialize IPBHS solver
17.95/18.08	c IPBHS 0.0.0 beta (471c63a-dirty, Jul  9 2024 15:19:29), with Glucose 3.0, with Gurobi 10.0.1, with RoundingSat 2, with SSPB2SAT 0.2.0, with BreakID 0.0.0
17.95/18.08	c optimizer = "gurobi"
17.95/18.08	c pbsolver = "roundingsat"
17.95/18.08	c load symmetries from file ""
17.95/18.08	c set time limit for symmetry computation to 100 seconds.
17.95/18.08	c set interchangeable summation variable limit to 3
17.95/18.08	c set abs symmetric core budget per WCE-iteration to 100
17.95/18.08	c set rel symmetric core budget per WCE-iteration to 0
17.95/18.08	c set lit symmetric core budget per WCE-iteration to 0
17.95/18.08	c set sym generation to 's'
17.95/18.08	c set abstraction set creation to 10 iterations without LB change
17.95/18.08	c set abstraction set inputs to 0
17.95/18.08	c set abstraction set cluster min size to 2
17.95/18.08	c set abstraction set cluster max size to 100000000
17.95/18.08	c set abstraction set cluster activation limit to 2
17.95/18.08	c enable abstraction set require equal cost
17.95/18.08	c set abstraction set assumptions to 0
17.95/18.08	c set abstraction set constraint type to 0
17.95/18.08	c set abstract core extraction strategy to b
17.95/18.08	c set core extraction strategy to 2
17.95/18.08	c set core extraction shuffles 10
17.95/18.08	c set cores per iteration to 5
17.95/18.08	c set optimizer bound usage strategy to 2
17.95/18.08	c set optimizer max non-optimal iterations to 1000
17.95/18.08	c set small core cardinality limit to 2
17.95/18.08	c set max coef in cores to 1000000000
17.95/18.08	c set SIS iterations to 5
17.95/18.08	c set SIS budget abs to 1000
17.95/18.08	c set SIS budget rel to 0.05
17.95/18.08	c limit for coefficient in constraints and objective to 9223372036854775807
17.95/18.08	c will solve HOME/instance-4431380-1721072670.opb
17.95/18.08	c [0.08] solve iteration 1, LB=0, UB=775
17.95/18.08	c [0.43] solve iteration 2, LB=264, UB=372
17.95/18.08	c LB=UB after core extraction
17.95/18.08	c instance solved in 17.88s (IP-solver: 17.68s, core-extraction: 0s, SIS: 0s), 2 iterations, LB=364, UB=364, 
17.95/18.08	d ITERATIONS 2
17.95/18.08	d SIS 0
17.95/18.08	d SIS_SAT 0
17.95/18.08	d SIS_UNSAT 0
17.95/18.08	d SIS_OUT_OF_BUDGET 0
17.95/18.08	d CORES_EXTRACTED 0
17.95/18.08	d CORES_IN_OPTIMIZER 0
17.95/18.08	d CLAUSAL_CORES_IN_OPTIMIZER 0
17.95/18.08	d CARDINALITY_CORES_IN_OPTIMIZER 0
17.95/18.08	d PB_CORES_IN_OPTIMIZER 0
17.95/18.08	d TIME_EXTRACT_CORES 0.000000
17.95/18.08	d TIME_OPTIMIZE 17.680000
17.95/18.08	d TIME_SIS 0.000000
17.95/18.08	c solve_time: 17.880000
17.95/18.08	s OPTIMUM FOUND
17.95/18.08	o 364
17.95/18.08	v x1 x3 -x5 x7 x9 x11 x13 x15 x17 x19 x21 x23 x25 x27 x29 x31 x33 x35 x37 x39 x41 x43 x45 x47 x49 x51 x53 x55 x57 x59 x61 x63 x65 x67 x69 x71 x73 x75 x77 x79 x81 x83 x85 x87 x89 x91 x93 x95 x97 x99 x101 x103 x105 x107 x109 x111 -x113 x115 x117 x119 x121 -x123 x125 x127 x129 -x131 -x133 x135 x137 x139 x141 -x143 x145 x147 -x149 x151 x153 -x155 x157 -x159 x161 -x163 x165 -x167 x169 x171 -x173 x175 x177 -x179 x181 -x183 -x185 x187 -x189 x191 -x193 x195 x197 x199 -x201 x203 x205 x207 x209 -x211 x213 x215 x217 x219 -x221 x223 x225 x227 x229 -x231 x233 x235 x237 x239 x241 x243 x245 -x247 -x249 x251 x253 -x255 x257 x259 x261 x263 x265 x267 x269 x271 x273 x275 x277 x279 x281 x283 x285 x287 -x289 x291 -x293 x295 x297 x299 x301 x303 x305 x307 x309 x311 x313 x315 x317 x319 x321 x323 x325 x327 x329 x331 x333 x335 x337 x339 x341 x343 -x345 x347 x349 x351 x353 x355 x357 x359 x361 x363 x365 x367 x369 x371 x373 x375 x377 x379 x381 x383 -x2 x6 -x10 -x14 -x18 -x24 -x26 -x30 -x34 -x38 -x42 -x48 -x50 -x56 -x60 -x62 -x68 -x70 -x74 -x78 -x82 -x88 -x90 -x96 -x100 -x104 -x108 -x110 -x116 -x118 x124 -x126 -x130 x134 -x138 -x142 -x146 -x152 -x154 -x158 -x162 -x166 -x170 -x176 -x178 -x184 -x188 -x190 -x196 -x198 x202 -x206 -x210 -x216 -x218 -x224 -x228 -x232 -x236 -x238 -x244 -x246 -x252 -x254 -x258 -x262 -x266 -x270 -x274 -x280 -x282 -x286 x290 x294 -x298 -x304 -x306 -x312 -x316 -x318 -x324 -x326 -x330 -x334 -x338 -x344 x346 -x352 -x356 -x360 -x364 -x366 -x372 -x374 -x380 -x382 -x4 -x16 -x20 -x22 -x28 -x40 -x44 -x54 -x58 -x64 -x66 -x72 -x80 -x94 -x102 -x120 -x132 x144 -x148 -x150 x156 -x168 -x172 -x182 -x186 -x192 -x194 -x200 -x208 -x222 -x230 -x248 -x260 -x272 -x276 -x278 -x284 -x296 -x300 -x310 -x314 -x320 -x322 -x328 -x336 -x350 -x358 -x376 -x8 -x12 -x46 -x86 -x106 x114 -x122 -x128 -x136 -x140 -x174 -x214 -x234 -x242 -x250 x256 -x264 -x268 -x302 -x342 -x362 -x370 -x378 -x384 -x36 -x52 -x76 -x84 -x164 -x180 -x204 -x212 -x292 -x308 -x332 -x340 -x32 -x98 -x112 -x160 -x226 -x240 -x288 -x354 -x368 -x92 -x220 -x348 -x386 x388 x390 -x392 x394 x396 x398 x400 -x402 -x404 x406 x408 -x410 x412 -x414 -x416 x418 x420 -x422 x424 x426 -x428 x430 x432 -x434 x436 x438 -x440 x442 x444 x446 x448 -x450 -x452 x454 x456 x458 x460 -x462 x464 x466 -x468 x470 x472 -x474 x476 x478 -x480 x482 x484 -x486 x488 x490 -x492 -x494 x496 x498 x500 x502 -x504 -x506 x508 -x510 -x512 x514 x516 -x518 x520 x522 -x524 x526 x528 x530 x532 -x534 x536 x538 -x540 -x542 x544 x546 -x548 x550 x552 x554 x556 -x558 x560 -x562 x564 x566 x568 -x570 x572 x574 -x576 x578 -x580 x582 x584 x586 -x588 x590 x592 -x594 x596 x598 -x600 -x602 x604 x606 -x608 x610 x612 -x614 x616 -x618 -x620 x622 x624 -x626 x628 x630 -x632 x634 -x636 -x638 x640 x642 -x644 x646 x648 -x650 x652 x654 -x656 x658 x660 -x662 x664 x666 x668 x670 -x672 -x674 x676 x678 -x680 x682 -x684 x686 x688 -x690 x692 x694 -x696 -x698 x700 -x702 -x704 x706 x708 x710 x712 -x714 -x716 x718 x720 -x722 x724 x726 x728 x730 -x732 x734 x736 -x738 -x740 x742 x744 -x746 x748 -x750 x752 x754 -x756 x758 x760 -x762 -x764 x766 x768 x770 x772 -x774 x385 -x387 -x389 x391 -x393 -x395 -x397 -x399 x401 x403 -x405 -x407 x409 -x411 -x413 x415 -x417 -x419 x421 -x423 -x425 x427 -x429 -x431 x433 -x435 -x437 x439 -x441 -x443 -x445 -x447 x449 x451 -x453 -x455 -x457 -x459 x461 -x463 -x465 x467 -x469 -x471 x473 -x475 -x477 x479 -x481 -x483 x485 -x487 -x489 x491 x493 -x495 -x497 -x499 -x501 x503 x505 -x507 -x509 x511 -x513 -x515 x517 -x519 -x521 x523 -x525 -x527 -x529 -x531 x533 -x535 -x537 x539 x541 -x543 -x545 x547 -x549 -x551 -x553 -x555 x557 -x559 x561 -x563 -x565 -x567 x569 -x571 -x573 x575 -x577 x579 -x581 -x583 -x585 x587 -x589 -x591 x593 -x595 -x597 x599 x601 -x603 -x605 x607 -x609 -x611 x613 -x615 -x617 x619 -x621 -x623 x625 -x627 -x629 x631 -x633 -x635 x637 -x639 -x641 x643 -x645 -x647 x649 -x651 -x653 x655 -x657 -x659 x661 -x663 -x665 -x667 -x669 x671 x673 -x675 -x677 x679 -x681 -x683 -x685 -x687 x689 -x691 -x693 x695 x697 -x699 -x701 x703 -x705 -x707 -x709 -x711 x713 x715 -x717 -x719 x721 -x723 -x725 -x727 -x729 x731 -x733 -x735 x737 x739 -x741 -x743 x745 -x747 -x749 -x751 -x753 x755 -x757 -x759 x761 x763 -x765 -x767 -x769 -x771 x773 

Verifier Data

OK	364

Watcher Data

runsolver version 3.4.2 (svn: 4680) 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: 64059 MiB (62866 MiB free)
  memory of node 1: 64510 MiB (63085 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431380-1721072670/watcher-4431380-1721072670 -o /tmp/evaluation-result-4431380-1721072670/solver-4431380-1721072670 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721063543-807735 --watchdog 3760 run-glibc-2.34.sh ./ipbhs_gurobi HOME/instance-4431380-1721072670.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=813285, runsolver pid=813282
Current StackSize limit: 8192 KiB


[startup+0.100269 s]*
/proc/loadavg: 4.09 4.13 4.18 6/252 813288
/proc/meminfo: memFree=128961860/131655788 swapFree=131071996/131071996
[pid=813285] ppid=813282 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/813285/stat : 813285 (run-glibc-2.34.) S 813282 813285 807724 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 159426237 10166272 667 134679101440 94492642840576 94492643919896 140725683538544 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94492646018352 94492646065540 94492673990656 140725683545035 140725683545180 140725683545180 140725683552195 0
/proc/813285/statm: 2482 667 587 264 0 133 0
[pid=813287] ppid=813285 vsize=138276 memory=22376 CPUtime=0.08 cores=4,6
/proc/813287/stat : 813287 (ld-linux-x86-64) R 813285 813285 807724 0 -1 4194304 2192 0 0 0 6 2 0 0 20 0 2 0 159426237 141594624 5594 134679101440 139717737336832 139717737524444 140729940007072 0 0 0 0 4096 0 0 0 0 17 6 0 0 0 0 0 139717739625344 139717739634792 93825025400832 140729940013923 140729940014075 140729940014075 140729940021170 0
/proc/813287/statm: 34569 5594 2692 46 0 7164 0
[pid=813287/tid=813288] ppid=813285 vsize=138276 memory=4026561614 CPUtime=0 cores=4,6
/proc/813287/task/813288/stat : 813288 (ld-linux-x86-64) S 813285 813285 807724 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159426243 141594624 5594 134679101440 139717737336832 139717737524444 140729940007072 0 0 0 0 4096 0 1 0 0 -1 4 0 0 0 0 0 139717739625344 139717739634792 93825025400832 140729940013923 140729940014075 140729940014075 140729940021170 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 148204 KiB
Current children cumulated memory: 25044 KiB

[startup+0.210274 s]*
/proc/loadavg: 4.09 4.13 4.18 6/252 813288
/proc/meminfo: memFree=128957752/131655788 swapFree=131071996/131071996
[pid=813285] ppid=813282 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/813285/stat : 813285 (run-glibc-2.34.) S 813282 813285 807724 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 159426237 10166272 667 134679101440 94492642840576 94492643919896 140725683538544 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94492646018352 94492646065540 94492673990656 140725683545035 140725683545180 140725683545180 140725683552195 0
/proc/813285/statm: 2482 667 587 264 0 133 0
[pid=813287] ppid=813285 vsize=142556 memory=28276 CPUtime=0.19 cores=4,6
/proc/813287/stat : 813287 (ld-linux-x86-64) R 813285 813285 807724 0 -1 4194304 4182 0 0 0 15 4 0 0 20 0 2 0 159426237 145977344 7069 134679101440 139717737336832 139717737524444 140729940007072 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139717739625344 139717739634792 93825025400832 140729940013923 140729940014075 140729940014075 140729940021170 0
/proc/813287/statm: 35639 7069 3166 46 0 8234 0
[pid=813287/tid=813288] ppid=813285 vsize=142556 memory=3471202400344241230 CPUtime=0 cores=4,6
/proc/813287/task/813288/stat : 813288 (ld-linux-x86-64) S 813285 813285 807724 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159426243 145977344 7069 134679101440 139717737336832 139717737524444 140729940007072 0 0 0 0 4096 0 1 0 0 -1 4 0 0 0 0 0 139717739625344 139717739634792 93825025400832 140729940013923 140729940014075 140729940014075 140729940021170 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 152484 KiB
Current children cumulated memory: 30944 KiB

[startup+0.310061 s]*
/proc/loadavg: 4.09 4.13 4.18 5/252 813288
/proc/meminfo: memFree=128947576/131655788 swapFree=131071996/131071996
[pid=813285] ppid=813282 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/813285/stat : 813285 (run-glibc-2.34.) S 813282 813285 807724 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 159426237 10166272 667 134679101440 94492642840576 94492643919896 140725683538544 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94492646018352 94492646065540 94492673990656 140725683545035 140725683545180 140725683545180 140725683552195 0
/proc/813285/statm: 2482 667 587 264 0 133 0
[pid=813287] ppid=813285 vsize=160164 memory=39460 CPUtime=0.29 cores=4,6
/proc/813287/stat : 813287 (ld-linux-x86-64) R 813285 813285 807724 0 -1 4194304 5820 0 0 0 24 5 0 0 20 0 2 0 159426237 164007936 9865 134679101440 139717737336832 139717737524444 140729940007072 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139717739625344 139717739634792 93825025400832 140729940013923 140729940014075 140729940014075 140729940021170 0
/proc/813287/statm: 40041 9865 3385 46 0 12636 0
[pid=813287/tid=813288] ppid=813285 vsize=160164 memory=-9042318277804779622 CPUtime=0 cores=4,6
/proc/813287/task/813288/stat : 813288 (ld-linux-x86-64) S 813285 813285 807724 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159426243 164007936 9865 134679101440 139717737336832 139717737524444 140729940007072 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139717739625344 139717739634792 93825025400832 140729940013923 140729940014075 140729940014075 140729940021170 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 170092 KiB
Current children cumulated memory: 42128 KiB

[startup+0.700395 s]
/proc/loadavg: 4.09 4.13 4.18 5/252 813288
/proc/meminfo: memFree=128940656/131655788 swapFree=131071996/131071996
[pid=813285] ppid=813282 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/813285/stat : 813285 (run-glibc-2.34.) S 813282 813285 807724 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 159426237 10166272 667 134679101440 94492642840576 94492643919896 140725683538544 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94492646018352 94492646065540 94492673990656 140725683545035 140725683545180 140725683545180 140725683552195 0
/proc/813285/statm: 2482 667 587 264 0 133 0
[pid=813287] ppid=813285 vsize=179728 memory=53812 CPUtime=0.67 cores=4,6
/proc/813287/stat : 813287 (ld-linux-x86-64) R 813285 813285 807724 0 -1 4194304 8476 0 0 0 61 6 0 0 20 0 2 0 159426237 184041472 13453 134679101440 139717737336832 139717737524444 140729940007072 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139717739625344 139717739634792 93825025400832 140729940013923 140729940014075 140729940014075 140729940021170 0
/proc/813287/statm: 44932 13453 3781 46 0 17527 0
[pid=813287/tid=813288] ppid=813285 vsize=179728 memory=32604 CPUtime=0 cores=4,6
/proc/813287/task/813288/stat : 813288 (ld-linux-x86-64) S 813285 813285 807724 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159426243 184041472 13453 134679101440 139717737336832 139717737524444 140729940007072 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139717739625344 139717739634792 93825025400832 140729940013923 140729940014075 140729940014075 140729940021170 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 189656 KiB
Current children cumulated memory: 56480 KiB

[startup+1.50043 s]
/proc/loadavg: 4.09 4.13 4.18 5/252 813288
/proc/meminfo: memFree=128926372/131655788 swapFree=131071996/131071996
[pid=813285] ppid=813282 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/813285/stat : 813285 (run-glibc-2.34.) S 813282 813285 807724 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 159426237 10166272 667 134679101440 94492642840576 94492643919896 140725683538544 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94492646018352 94492646065540 94492673990656 140725683545035 140725683545180 140725683545180 140725683552195 0
/proc/813285/statm: 2482 667 587 264 0 133 0
[pid=813287] ppid=813285 vsize=199056 memory=66460 CPUtime=1.47 cores=4,6
/proc/813287/stat : 813287 (ld-linux-x86-64) R 813285 813285 807724 0 -1 4194304 13512 0 0 0 140 7 0 0 20 0 2 0 159426237 203833344 16615 134679101440 139717737336832 139717737524444 140729940007072 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139717739625344 139717739634792 93825025400832 140729940013923 140729940014075 140729940014075 140729940021170 0
/proc/813287/statm: 49764 16615 3938 46 0 22359 0
[pid=813287/tid=813288] ppid=813285 vsize=199056 memory=11648 CPUtime=0 cores=4,6
/proc/813287/task/813288/stat : 813288 (ld-linux-x86-64) S 813285 813285 807724 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159426243 203833344 16615 134679101440 139717737336832 139717737524444 140729940007072 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139717739625344 139717739634792 93825025400832 140729940013923 140729940014075 140729940014075 140729940021170 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 208984 KiB
Current children cumulated memory: 69128 KiB

[startup+3.11309 s]
/proc/loadavg: 4.09 4.13 4.18 5/252 813288
/proc/meminfo: memFree=128914156/131655788 swapFree=131071996/131071996
[pid=813285] ppid=813282 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/813285/stat : 813285 (run-glibc-2.34.) S 813282 813285 807724 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 159426237 10166272 667 134679101440 94492642840576 94492643919896 140725683538544 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94492646018352 94492646065540 94492673990656 140725683545035 140725683545180 140725683545180 140725683552195 0
/proc/813285/statm: 2482 667 587 264 0 133 0
[pid=813287] ppid=813285 vsize=200284 memory=74828 CPUtime=3.08 cores=4,6
/proc/813287/stat : 813287 (ld-linux-x86-64) R 813285 813285 807724 0 -1 4194304 21438 0 0 0 300 8 0 0 20 0 2 0 159426237 205090816 18707 134679101440 139717737336832 139717737524444 140729940007072 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139717739625344 139717739634792 93825025400832 140729940013923 140729940014075 140729940014075 140729940021170 0
/proc/813287/statm: 50071 18707 3969 46 0 22666 0
[pid=813287/tid=813288] ppid=813285 vsize=200284 memory=2668 CPUtime=0 cores=4,6
/proc/813287/task/813288/stat : 813288 (ld-linux-x86-64) S 813285 813285 807724 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 2 0 159426243 205090816 18707 134679101440 139717737336832 139717737524444 140729940007072 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139717739625344 139717739634792 93825025400832 140729940013923 140729940014075 140729940014075 140729940021170 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 210212 KiB
Current children cumulated memory: 77496 KiB

[startup+6.30042 s]
/proc/loadavg: 4.09 4.13 4.18 5/252 813288
/proc/meminfo: memFree=128909360/131655788 swapFree=131071996/131071996
[pid=813285] ppid=813282 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/813285/stat : 813285 (run-glibc-2.34.) S 813282 813285 807724 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 159426237 10166272 667 134679101440 94492642840576 94492643919896 140725683538544 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94492646018352 94492646065540 94492673990656 140725683545035 140725683545180 140725683545180 140725683552195 0
/proc/813285/statm: 2482 667 587 264 0 133 0
[pid=813287] ppid=813285 vsize=201380 memory=77708 CPUtime=6.26 cores=4,6
/proc/813287/stat : 813287 (ld-linux-x86-64) R 813285 813285 807724 0 -1 4194304 25744 0 0 0 617 9 0 0 20 0 2 0 159426237 206213120 19427 134679101440 139717737336832 139717737524444 140729940007072 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139717739625344 139717739634792 93825025400832 140729940013923 140729940014075 140729940014075 140729940021170 0
/proc/813287/statm: 50345 19427 3969 46 0 22940 0
[pid=813287/tid=813288] ppid=813285 vsize=201380 memory=2668 CPUtime=0 cores=4,6
/proc/813287/task/813288/stat : 813288 (ld-linux-x86-64) S 813285 813285 807724 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 2 0 159426243 206213120 19427 134679101440 139717737336832 139717737524444 140729940007072 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139717739625344 139717739634792 93825025400832 140729940013923 140729940014075 140729940014075 140729940021170 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 211308 KiB
Current children cumulated memory: 80376 KiB

[startup+12.7004 s]
/proc/loadavg: 4.23 4.16 4.19 5/252 813289
/proc/meminfo: memFree=128886836/131655788 swapFree=131071996/131071996
[pid=813285] ppid=813282 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/813285/stat : 813285 (run-glibc-2.34.) S 813282 813285 807724 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 159426237 10166272 667 134679101440 94492642840576 94492643919896 140725683538544 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94492646018352 94492646065540 94492673990656 140725683545035 140725683545180 140725683545180 140725683552195 0
/proc/813285/statm: 2482 667 587 264 0 133 0
[pid=813287] ppid=813285 vsize=227400 memory=99692 CPUtime=12.65 cores=4,6
/proc/813287/stat : 813287 (ld-linux-x86-64) R 813285 813285 807724 0 -1 4194304 39381 0 0 0 1253 12 0 0 20 0 2 0 159426237 232857600 24923 134679101440 139717737336832 139717737524444 140729940007072 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139717739625344 139717739634792 93825025400832 140729940013923 140729940014075 140729940014075 140729940021170 0
/proc/813287/statm: 56850 24923 3969 46 0 29445 0
[pid=813287/tid=813288] ppid=813285 vsize=227400 memory=40500 CPUtime=0.01 cores=4,6
/proc/813287/task/813288/stat : 813288 (ld-linux-x86-64) S 813285 813285 807724 0 -1 1077936192 11 0 0 0 0 1 0 0 20 0 2 0 159426243 232857600 24923 134679101440 139717737336832 139717737524444 140729940007072 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139717739625344 139717739634792 93825025400832 140729940013923 140729940014075 140729940014075 140729940021170 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 237328 KiB
Current children cumulated memory: 102360 KiB

[startup+18.0858 s]
# the end of solver process 813285 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=17.9082 s, system=0.134861 s

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

[startup+12.8005 s]
/proc/loadavg: 4.23 4.16 4.19 5/252 813289
/proc/meminfo: memFree=128886836/131655788 swapFree=131071996/131071996
[pid=813285] ppid=813282 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/813285/stat : 813285 (run-glibc-2.34.) S 813282 813285 807724 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 159426237 10166272 667 134679101440 94492642840576 94492643919896 140725683538544 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94492646018352 94492646065540 94492673990656 140725683545035 140725683545180 140725683545180 140725683552195 0
/proc/813285/statm: 2482 667 587 264 0 133 0
[pid=813287] ppid=813285 vsize=227400 memory=99692 CPUtime=12.75 cores=4,6
/proc/813287/stat : 813287 (ld-linux-x86-64) R 813285 813285 807724 0 -1 4194304 39381 0 0 0 1263 12 0 0 20 0 2 0 159426237 232857600 24923 134679101440 139717737336832 139717737524444 140729940007072 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139717739625344 139717739634792 93825025400832 140729940013923 140729940014075 140729940014075 140729940021170 0
/proc/813287/statm: 56850 24923 3969 46 0 29445 0
[pid=813287/tid=813288] ppid=813285 vsize=227400 memory=74828 CPUtime=0.01 cores=4,6
/proc/813287/task/813288/stat : 813288 (ld-linux-x86-64) S 813285 813285 807724 0 -1 1077936192 11 0 0 0 0 1 0 0 20 0 2 0 159426243 232857600 24923 134679101440 139717737336832 139717737524444 140729940007072 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139717739625344 139717739634792 93825025400832 140729940013923 140729940014075 140729940014075 140729940021170 0
Current children cumulated CPU time: 12.75 s
Current children cumulated vsize: 237328 KiB
Current children cumulated memory: 102360 KiB

[startup+16.0004 s]*
/proc/loadavg: 4.23 4.16 4.19 5/252 813289
/proc/meminfo: memFree=128884940/131655788 swapFree=131071996/131071996
[pid=813285] ppid=813282 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/813285/stat : 813285 (run-glibc-2.34.) S 813282 813285 807724 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 159426237 10166272 667 134679101440 94492642840576 94492643919896 140725683538544 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94492646018352 94492646065540 94492673990656 140725683545035 140725683545180 140725683545180 140725683552195 0
/proc/813285/statm: 2482 667 587 264 0 133 0
[pid=813287] ppid=813285 vsize=227400 memory=100484 CPUtime=15.96 cores=4,6
/proc/813287/stat : 813287 (ld-linux-x86-64) R 813285 813285 807724 0 -1 4194304 43361 0 0 0 1584 12 0 0 20 0 2 0 159426237 232857600 25121 134679101440 139717737336832 139717737524444 140729940007072 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139717739625344 139717739634792 93825025400832 140729940013923 140729940014075 140729940014075 140729940021170 0
/proc/813287/statm: 56850 25121 3969 46 0 29445 0
[pid=813287/tid=813288] ppid=813285 vsize=227400 memory=7824892787983424417 CPUtime=0.01 cores=4,6
/proc/813287/task/813288/stat : 813288 (ld-linux-x86-64) S 813285 813285 807724 0 -1 1077936192 14 0 0 0 0 1 0 0 20 0 2 0 159426243 232857600 25121 134679101440 139717737336832 139717737524444 140729940007072 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139717739625344 139717739634792 93825025400832 140729940013923 140729940014075 140729940014075 140729940021170 0
Current children cumulated CPU time: 15.96 s
Current children cumulated vsize: 237328 KiB
Current children cumulated memory: 103152 KiB

[startup+16.8004 s]
/proc/loadavg: 4.23 4.16 4.19 5/252 813289
/proc/meminfo: memFree=128884940/131655788 swapFree=131071996/131071996
[pid=813285] ppid=813282 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/813285/stat : 813285 (run-glibc-2.34.) S 813282 813285 807724 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 159426237 10166272 667 134679101440 94492642840576 94492643919896 140725683538544 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94492646018352 94492646065540 94492673990656 140725683545035 140725683545180 140725683545180 140725683552195 0
/proc/813285/statm: 2482 667 587 264 0 133 0
[pid=813287] ppid=813285 vsize=227400 memory=100488 CPUtime=16.74 cores=4,6
/proc/813287/stat : 813287 (ld-linux-x86-64) R 813285 813285 807724 0 -1 4194304 43894 0 0 0 1662 12 0 0 20 0 2 0 159426237 232857600 25122 134679101440 139717737336832 139717737524444 140729940007072 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139717739625344 139717739634792 93825025400832 140729940013923 140729940014075 140729940014075 140729940021170 0
/proc/813287/statm: 56850 25122 3969 46 0 29445 0
[pid=813287/tid=813288] ppid=813285 vsize=227400 memory=40524 CPUtime=0.01 cores=4,6
/proc/813287/task/813288/stat : 813288 (ld-linux-x86-64) S 813285 813285 807724 0 -1 1077936192 14 0 0 0 0 1 0 0 20 0 2 0 159426243 232857600 25122 134679101440 139717737336832 139717737524444 140729940007072 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139717739625344 139717739634792 93825025400832 140729940013923 140729940014075 140729940014075 140729940021170 0
Current children cumulated CPU time: 16.74 s
Current children cumulated vsize: 237328 KiB
Current children cumulated memory: 103156 KiB

[startup+17.6004 s]
/proc/loadavg: 4.21 4.16 4.18 5/252 813289
/proc/meminfo: memFree=128884968/131655788 swapFree=131071996/131071996
[pid=813285] ppid=813282 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/813285/stat : 813285 (run-glibc-2.34.) S 813282 813285 807724 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 159426237 10166272 667 134679101440 94492642840576 94492643919896 140725683538544 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94492646018352 94492646065540 94492673990656 140725683545035 140725683545180 140725683545180 140725683552195 0
/proc/813285/statm: 2482 667 587 264 0 133 0
[pid=813287] ppid=813285 vsize=227400 memory=100492 CPUtime=17.54 cores=4,6
/proc/813287/stat : 813287 (ld-linux-x86-64) R 813285 813285 807724 0 -1 4194304 44001 0 0 0 1742 12 0 0 20 0 2 0 159426237 232857600 25123 134679101440 139717737336832 139717737524444 140729940007072 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139717739625344 139717739634792 93825025400832 140729940013923 140729940014075 140729940014075 140729940021170 0
/proc/813287/statm: 56850 25123 3969 46 0 29445 0
[pid=813287/tid=813288] ppid=813285 vsize=227400 memory=11648 CPUtime=0.01 cores=4,6
/proc/813287/task/813288/stat : 813288 (ld-linux-x86-64) S 813285 813285 807724 0 -1 1077936192 14 0 0 0 0 1 0 0 20 0 2 0 159426243 232857600 25123 134679101440 139717737336832 139717737524444 140729940007072 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139717739625344 139717739634792 93825025400832 140729940013923 140729940014075 140729940014075 140729940021170 0
Current children cumulated CPU time: 17.54 s
Current children cumulated vsize: 237328 KiB
Current children cumulated memory: 103160 KiB

[startup+18.0004 s]*
/proc/loadavg: 4.21 4.16 4.18 5/252 813289
/proc/meminfo: memFree=128884968/131655788 swapFree=131071996/131071996
[pid=813285] ppid=813282 vsize=9928 memory=2668 CPUtime=0 cores=4,6
/proc/813285/stat : 813285 (run-glibc-2.34.) S 813282 813285 807724 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 159426237 10166272 667 134679101440 94492642840576 94492643919896 140725683538544 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94492646018352 94492646065540 94492673990656 140725683545035 140725683545180 140725683545180 140725683552195 0
/proc/813285/statm: 2482 667 587 264 0 133 0
[pid=813287] ppid=813285 vsize=227400 memory=100492 CPUtime=17.95 cores=4,6
/proc/813287/stat : 813287 (ld-linux-x86-64) R 813285 813285 807724 0 -1 4194304 44016 0 0 0 1783 12 0 0 20 0 2 0 159426237 232857600 25123 134679101440 139717737336832 139717737524444 140729940007072 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139717739625344 139717739634792 93825025400832 140729940013923 140729940014075 140729940014075 140729940021170 0
/proc/813287/statm: 56850 25123 3969 46 0 29445 0
[pid=813287/tid=813288] ppid=813285 vsize=227400 memory=7824892787983424417 CPUtime=0.01 cores=4,6
/proc/813287/task/813288/stat : 813288 (ld-linux-x86-64) S 813285 813285 807724 0 -1 1077936192 14 0 0 0 0 1 0 0 20 0 2 0 159426243 232857600 25123 134679101440 139717737336832 139717737524444 140729940007072 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139717739625344 139717739634792 93825025400832 140729940013923 140729940014075 140729940014075 140729940021170 0
Current children cumulated CPU time: 17.95 s
Current children cumulated vsize: 237328 KiB
Current children cumulated memory: 103160 KiB

Child status: 0

Real time (s): 18.0858
CPU time (s): 18.043
CPU user time (s): 17.9082
CPU system time (s): 0.134861
CPU usage (%): 99.7632
Max. virtual memory (cumulated for all children) (KiB): 247600
Max. memory (cumulated for all children) (KiB): 104412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.9082
system time used= 0.134861
maximum resident set size= 102632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45462
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1874
involuntary context switches= 33


# summary of solver processes directly reported to runsolver:
#   pid: 813285
#   total CPU time (s): 18.043
#   total CPU user time (s): 17.9082
#   total CPU system time (s): 0.134861

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.119634 second user time and 0.238691 second system time

The end

Launcher Data

Begin job on nodeC010 at 2024-07-15 21:44:41
IDJOB=4431380
IDBENCH=147105
IDSOLVER=3056
FILE ID=nodeC010/4431380-1721072670
RUNJOBID= nodeC010-1721063543-807735
SLURM_JOB_ID= 7505519
Free space on /tmp= 723656 MiB

SOLVER NAME= IPBHS-GUROBI 2024-07-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32e4.opb
COMMAND LINE= run-glibc-2.34.sh ./ipbhs_gurobi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431380-1721072670/watcher-4431380-1721072670 -o /tmp/evaluation-result-4431380-1721072670/solver-4431380-1721072670 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721063543-807735 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi HOME/instance-4431380-1721072670.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 24087313fe3fca98b5d34e1bc37b8d4a
RANDOM SEED=1760597482

nodeC010.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3653.911
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3662.851
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.215
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.335
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.232
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3663.687
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1795.760
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.224
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        128974516 kB
MemAvailable:   129327528 kB
Buffers:          380864 kB
Cached:           815944 kB
SwapCached:            0 kB
Active:           692280 kB
Inactive:        1468480 kB
Active(anon):       1472 kB
Inactive(anon):  1000228 kB
Active(file):     690808 kB
Inactive(file):   468252 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             41992 kB
Writeback:             0 kB
AnonPages:        959020 kB
Mapped:           120772 kB
Shmem:             37704 kB
KReclaimable:      67964 kB
Slab:             161144 kB
SReclaimable:      67964 kB
SUnreclaim:        93180 kB
KernelStack:        4044 kB
PageTables:        11928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1486584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51200 kB
HardwareCorrupted:     0 kB
AnonHugePages:    774144 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      187208 kB
DirectMap2M:    18591744 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 723616 MiB
End job on nodeC010 at 2024-07-15 21:45:00