Trace number 4508857

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-SYM 2025-06-09OPT-167 2380.64 2386.79

DiagnosticValue
CARDINALITY_CORES_IN_OPTIMIZER
CLAUSAL_CORES_IN_OPTIMIZER
CORES_EXTRACTED
CORES_IN_OPTIMIZER
ITERATIONS
PB_CORES_IN_OPTIMIZER
SIS
SIS_OUT_OF_BUDGET
SIS_SAT
SIS_UNSAT
TIME_EXTRACT_CORES
TIME_OPTIMIZE
TIME_SIS

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/
opb/normalized-sporttournament26.lin.opb
MD5SUM21e597bc04bc5fa012b59bdeb9fb9987
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 benchmark-167
Best CPU time to get the best result obtained on this benchmark455.13
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables949
Total number of constraints1248
Number of constraints which are clauses624
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints624
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 852
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 920
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 920
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

0.00/0.00	c initialize IPBHS solver
0.00/0.00	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:30:33), compiled with satsolvers: , optimizers: , GreedyOptimizer, Gurobi 12.0.2, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.00	c optimizer = "gurobi"
0.00/0.00	c pbsolver = "roundingsat"
0.00/0.00	c use separate pbsolver for SIS
0.00/0.00	c load symmetries from file ""
0.00/0.00	c set time limit for symmetry computation to 100 seconds.
0.00/0.00	c set interchangeable summation variable limit to 3
0.00/0.00	c enable explicit+compact SCL
0.00/0.00	c set sym compact max subset size to 5
0.00/0.00	c set explicit symmetry matrix usage to 1
0.00/0.00	c sym budget explicit to 100
0.00/0.00	c sym budget explicit lits to 6000
0.00/0.00	c sym budget compact to 100
0.00/0.00	c sym budget compact lits to 6000
0.00/0.00	c sym budget common to 0
0.00/0.00	c sym budget common lits to 0
0.00/0.00	c set sym generation to 's'
0.00/0.00	c set abstraction set creation to 10 iterations without LB change
0.00/0.00	c set abstraction set inputs to 0
0.00/0.00	c set abstraction set cluster min size to 2
0.00/0.00	c set abstraction set cluster max size to 100000000
0.00/0.00	c set abstraction set cluster activation limit to 2
0.00/0.00	c enable abstraction set require equal cost
0.00/0.00	c set abstraction set assumptions to 0
0.00/0.00	c set abstraction set constraint type to 0
0.00/0.00	c set abstract core extraction strategy to b
0.00/0.00	c set core extraction strategy to 2
0.00/0.00	c set core extraction shuffles 10
0.00/0.00	c set cores per iteration to 5
0.00/0.00	c set optimizer bound usage strategy to 2
0.00/0.00	c set optimizer max non-optimal iterations to 1000
0.00/0.00	c set small core cardinality limit to 2
0.00/0.00	c set max coef in cores to 1000000000
0.00/0.00	c set core processing techniques to 4095
0.00/0.00	c set SIS iterations to 5
0.00/0.00	c set SIS budget abs to 1000
0.00/0.00	c set SIS budget rel to 0.05
0.00/0.02	c limit for coefficient in constraints and objective to 1000000000
0.00/0.02	c will solve HOME/instance-4508857-1751513473.opb
0.00/0.02	Searching graph automorphisms with time limit: 100
0.00/0.02	c [0.01] will start solving
2380.55/2386.78	c [0.01] solve iteration 1, LB=-460, UB=461
2380.55/2386.78	c [0.05] solve iteration 2, LB=-258, UB=-124
2380.55/2386.78	c [0.08] solve iteration 3, LB=-220, UB=-124
2380.55/2386.78	c [0.09] solve iteration 4, LB=-214, UB=-124
2380.55/2386.78	c [0.13] solve iteration 5, LB=-214, UB=-124
2380.55/2386.78	c [0.52] solve iteration 6, LB=-211, UB=-124
2380.55/2386.78	c [0.55] solve iteration 7, LB=-211, UB=-124
2380.55/2386.78	c [0.58] solve iteration 8, LB=-211, UB=-124
2380.55/2386.78	c [0.61] solve iteration 9, LB=-211, UB=-124
2380.55/2386.78	c [0.64] solve iteration 10, LB=-211, UB=-124
2380.55/2386.78	c [1.09] solve iteration 11, LB=-211, UB=-126
2380.55/2386.78	c [1.12] solve iteration 12, LB=-211, UB=-126
2380.55/2386.78	c [1.15] solve iteration 13, LB=-211, UB=-126
2380.55/2386.78	c [1.18] solve iteration 14, LB=-211, UB=-127
2380.55/2386.78	c [1.3] solve iteration 15, LB=-211, UB=-127
2380.55/2386.78	c [1.92] solve iteration 16, LB=-211, UB=-130
2380.55/2386.78	c [2.27] solve iteration 17, LB=-211, UB=-137
2380.55/2386.78	c [2.83] solve iteration 18, LB=-211, UB=-138
2380.55/2386.78	c [2.89] solve iteration 19, LB=-211, UB=-139
2380.55/2386.78	c [2.96] solve iteration 20, LB=-211, UB=-141
2380.55/2386.78	c [4] solve iteration 21, LB=-211, UB=-144
2380.55/2386.78	c [4.62] solve iteration 22, LB=-211, UB=-146
2380.55/2386.78	c [5.11] solve iteration 23, LB=-211, UB=-151
2380.55/2386.78	c [2350.24] solve iteration 24, LB=-167, UB=-166
2380.55/2386.78	c [2370.92] solve iteration 25, LB=-167, UB=-166
2380.55/2386.78	c [2379.7] LB=UB after core extraction
2380.55/2386.78	c [2379.7] instance solved in 2379.7s (optimization: 2377.55s, core-extraction: 0.17s, SIS: 1.95s), 25 iterations, LB=-167, UB=-167, 
2380.55/2386.78	d ITERATIONS 25
2380.55/2386.78	d SIS 4
2380.55/2386.78	d SIS_SAT 0
2380.55/2386.78	d SIS_UNSAT 0
2380.55/2386.78	d SIS_OUT_OF_BUDGET 4
2380.55/2386.78	d CORES_EXTRACTED 860
2380.55/2386.78	d CORES_IN_OPTIMIZER 374
2380.55/2386.78	d CLAUSAL_CORES_IN_OPTIMIZER 374
2380.55/2386.78	d CARDINALITY_CORES_IN_OPTIMIZER 0
2380.55/2386.78	d PB_CORES_IN_OPTIMIZER 0
2380.55/2386.78	d TIME_EXTRACT_CORES 0.170000
2380.55/2386.78	d TIME_OPTIMIZE 2377.550000
2380.55/2386.78	d TIME_SIS 1.950000
2380.55/2386.78	c solve_time: 2379.700000
2380.55/2386.78	s OPTIMUM FOUND
2380.55/2386.78	o -167
2380.55/2386.78	v -x326 x1 -x2 -x327 -x136 -x328 -x232 x329 x236 -x330 x89 -x331 -x133 -x332 -x233 -x333 x3 -x14 -x334 -x59 x335 x243 -x336 -x260 -x337 x4 -x78 -x338 -x201 x339 x255 x340 x256 x341 x5 x34 -x342 -x35 -x343 -x76 -x344 -x248 -x345 x6 -x346 -x240 x347 x261 -x348 -x262 x349 x7 x62 x350 x169 -x351 -x235 -x352 -x353 -x8 x11 -x354 x15 -x355 x249 -x356 x275 -x357 x9 -x63 x358 x79 x359 x199 -x360 -x361 -x10 -x145 -x362 x149 -x363 -x172 -x364 -x252 -x365 -x366 -x97 x367 x241 -x368 -x12 -x122 -x369 x171 -x370 x204 -x371 x245 -x372 -x13 x17 -x373 x228 -x374 -x375 -x60 -x376 -x283 -x377 x378 x379 x16 x83 -x380 -x106 x381 x180 -x382 -x273 -x383 -x18 -x384 -x42 -x385 -x56 -x386 x22 -x387 -x19 -x197 -x388 -x389 -x390 -x391 -x20 -x107 -x392 x127 -x393 -x211 -x394 -x277 x395 x21 x30 -x396 -x40 x397 x68 -x398 -x399 -x23 -x400 -x31 -x401 -x73 -x402 x26 x403 x24 -x404 -x128 -x405 -x155 x406 x281 -x407 x25 -x408 -x53 -x409 -x410 -x411 -x27 -x412 -x92 x413 x288 -x414 x32 -x415 -x28 -x416 x156 -x417 x181 -x418 -x284 -x419 -x29 -x420 x70 -x421 -x422 -x423 -x216 x424 x220 -x425 -x282 -x426 x43 -x427 x55 -x428 x291 -x429 -x33 -x430 -x113 x431 -x432 x433 x295 -x434 x96 -x435 -x142 -x436 -x36 x37 -x437 x47 -x438 x101 -x439 -x257 -x440 -x48 x441 x66 x442 x123 -x443 x38 -x444 -x182 -x445 -x212 -x446 x447 x39 -x448 -x85 -x449 -x450 -x451 x86 -x452 x278 -x453 -x41 -x454 -x455 x294 -x456 -x299 -x457 x57 -x458 x72 -x459 -x44 -x460 -x137 -x461 -x462 x45 -x95 -x463 -x237 -x464 x46 x465 -x466 x467 x285 -x468 -x49 -x469 x470 x152 -x471 x50 -x472 x230 -x473 -x272 -x474 -x475 x267 -x476 -x292 -x477 -x154 x478 x229 -x479 x51 -x480 -x214 x481 x482 -x483 x52 -x484 -x109 -x485 -x486 -x487 -x488 x274 -x489 -x54 -x490 x223 -x491 -x492 -x303 -x493 -x494 -x90 -x495 x74 -x496 x91 -x497 -x58 -x498 -x226 -x499 -x500 x116 -x501 x140 -x502 -x166 -x503 -x504 -x61 -x505 x254 -x506 -x507 -x289 -x508 -x80 -x509 -x305 -x510 -x511 -x234 -x512 x64 -x513 -x100 -x514 x515 -x516 x65 -x67 -x517 -x102 -x518 -x178 -x519 -x520 -x251 -x521 -x264 x522 x296 -x523 -x524 x290 -x525 -x526 -x69 -x527 -x268 -x528 -x529 x131 -x530 -x215 -x531 -x270 -x532 -x533 -x71 -x534 x231 -x535 x247 -x536 -x537 -x538 -x111 -x539 -x540 x93 -x541 x112 -x542 -x75 -x543 -x193 -x544 -x545 x141 -x546 -x77 -x547 -x548 x250 -x549 -x550 -x551 -x98 -x552 -x553 x554 x168 -x555 x81 -x556 -x557 -x558 -x120 x559 -x560 -x82 -x561 -x259 -x562 x269 -x563 -x310 -x564 -x84 -x565 -x566 -x567 x158 -x568 -x183 -x569 -x87 -x570 x571 -x572 -x219 -x573 -x574 -x575 -x222 -x576 -x88 -x577 -x578 -x579 x242 -x580 -x581 -x582 -x583 -x134 -x584 x114 -x585 x135 -x586 -x94 -x587 -x227 -x588 -x589 x196 -x590 -x591 -x300 -x592 x593 -x594 x118 -x595 x198 -x596 x99 x597 x598 x203 -x599 -x266 -x600 -x601 -x144 -x602 x173 -x603 -x103 -x604 -x605 x147 -x606 x177 -x607 x271 -x608 x174 -x609 -x610 x611 x104 x105 x612 x244 -x613 -x253 x614 -x615 x616 x617 x314 -x618 -x619 x315 -x620 x108 x621 -x622 -x185 x623 x316 -x624 x110 -x625 -x626 -x627 -x628 -x307 -x629 -x630 -x246 -x631 -x632 -x633 -x162 -x634 x138 -x635 x163 -x636 -x115 -x637 -x638 -x639 -x117 -x640 x641 x304 -x642 x194 -x643 -x644 -x645 -x119 x646 -x647 x121 -x648 -x286 -x649 x318 -x650 -x651 -x652 -x309 -x653 -x654 -x263 -x655 -x656 -x151 -x657 -x658 -x659 -x206 -x660 -x661 -x124 -x125 -x662 -x663 -x664 -x287 -x665 -x666 -x667 -x320 -x668 -x126 -x213 -x669 -x670 -x265 -x671 -x672 -x673 -x674 x130 x675 x129 -x676 -x677 -x678 -x679 -x680 -x218 x681 x132 -x682 -x683 -x188 -x684 -x685 -x686 -x687 x187 -x688 -x689 -x690 -x691 -x692 -x190 -x693 x164 -x694 -x191 -x695 -x696 x192 -x697 -x139 -x698 -x699 -x700 -x701 -x143 -x702 x703 x308 -x704 -x705 -x706 -x707 -x279 -x708 x146 -x709 -x710 x321 -x711 -x148 -x712 x713 -x714 x715 x150 -x716 -x239 -x717 -x718 -x719 x306 -x720 -x205 -x721 x722 x276 x723 -x724 -x725 -x726 x727 x153 x728 x729 x258 -x730 -x731 -x732 -x733 -x734 -x735 -x302 -x736 -x737 -x738 -x157 x739 x293 -x740 x159 -x741 -x742 -x743 -x160 -x744 x745 x184 x746 -x747 x161 -x748 x298 -x749 x750 x751 -x752 -x753 -x754 -x224 -x755 -x756 -x323 -x757 -x165 x167 -x758 -x759 -x760 x317 -x761 x762 -x763 -x764 -x311 -x765 x766 x322 -x767 -x200 -x768 -x769 x170 -x770 -x771 x772 x773 x774 -x775 -x776 -x777 -x176 -x778 -x779 -x780 -x175 -x781 -x782 -x783 -x784 -x785 x786 -x787 -x179 -x788 -x789 -x790 -x791 x792 x793 -x794 -x297 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x186 -x803 -x804 -x805 x217 -x806 -x807 -x189 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 x819 -x820 -x821 -x822 -x312 x823 -x824 x195 x825 -x826 -x827 -x313 x828 x829 x301 -x830 x831 -x832 -x319 -x833 x834 x280 -x835 -x202 -x836 -x837 -x838 -x839 -x840 -x841 x842 -x843 -x844 x207 -x845 -x846 -x847 -x848 -x208 -x849 -x850 x209 -x851 -x852 x853 x210 x854 x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 x221 -x870 x871 x872 -x873 -x874 -x875 -x876 -x877 x225 -x878 -x879 x880 -x881 -x324 -x882 -x883 -x884 x885 x325 x886 -x887 -x888 -x889 -x890 -x891 -x892 -x238 -x893 -x894 -x895 -x896 -x897 -x898 -x899 x900 x901 -x902 -x903 -x904 -x905 x906 x907 -x908 -x909 -x910 x911 x912 x913 -x914 x915 -x916 x917 -x918 -x919 -x920 -x921 -x922 x923 -x924 -x925 -x926 -x927 x928 -x929 -x930 -x931 -x932 x933 -x934 x935 x936 x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 x945 -x946 x947 -x948 -x949 

Verifier Data

OK	-167

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: 63665 MiB (61488 MiB free)
  memory of node 1: 64507 MiB (55250 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4508857-1751513473/watcher-4508857-1751513473 -o /tmp/evaluation-result-4508857-1751513473/solver-4508857-1751513473 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751513461-78911 --watchdog 3760 ./ipbhs_gurobi --sym-cores-compact HOME/instance-4508857-1751513473.opb --max-coef 1000000000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=79480, runsolver pid=79477
Current StackSize limit: 8192 KiB


[startup+0.100055 s]*
/proc/loadavg: 1.09 1.07 1.36 5/271 79482
/proc/meminfo: memFree=119537100/131249996 swapFree=33010684/33010684
[pid=79480] ppid=79477 vsize=93972 memory=23776 CPUtime=0.09 cores=0,2
/proc/79480/stat : 79480 (ipbhs_gurobi) R 79477 79480 78901 0 -1 4194304 2065 0 0 0 8 1 0 0 20 0 2 0 67025239 96227328 5944 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
/proc/79480/statm: 23493 5944 3808 641 0 5976 0
[pid=79480/tid=79482] ppid=79477 vsize=93972 memory=4026531960 CPUtime=0 cores=0,2
/proc/79480/task/79482/stat : 79482 (ipbhs_gurobi) R 79477 79480 78901 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 67025240 96227328 5944 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 93972 KiB
Current children cumulated memory: 23776 KiB

[startup+0.20548 s]*
/proc/loadavg: 1.09 1.07 1.36 5/271 79482
/proc/meminfo: memFree=119535084/131249996 swapFree=33010684/33010684
[pid=79480] ppid=79477 vsize=94600 memory=24928 CPUtime=0.2 cores=0,2
/proc/79480/stat : 79480 (ipbhs_gurobi) R 79477 79480 78901 0 -1 4194304 2362 0 0 0 18 2 0 0 20 0 2 0 67025239 96870400 6232 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
/proc/79480/statm: 23650 6232 3808 641 0 6133 0
[pid=79480/tid=79482] ppid=79477 vsize=94600 memory=3472328132921917724 CPUtime=0 cores=0,2
/proc/79480/task/79482/stat : 79482 (ipbhs_gurobi) R 79477 79480 78901 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 67025240 96870400 6232 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 94600 KiB
Current children cumulated memory: 24928 KiB

[startup+0.305284 s]*
/proc/loadavg: 1.09 1.07 1.36 5/271 79482
/proc/meminfo: memFree=119535084/131249996 swapFree=33010684/33010684
[pid=79480] ppid=79477 vsize=94600 memory=25952 CPUtime=0.29 cores=0,2
/proc/79480/stat : 79480 (ipbhs_gurobi) R 79477 79480 78901 0 -1 4194304 2616 0 0 0 27 2 0 0 20 0 2 0 67025239 96870400 6488 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
/proc/79480/statm: 23650 6488 3808 641 0 6133 0
[pid=79480/tid=79482] ppid=79477 vsize=94600 memory=-7459211752018312125 CPUtime=0 cores=0,2
/proc/79480/task/79482/stat : 79482 (ipbhs_gurobi) S 79477 79480 78901 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 67025240 96870400 6488 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 94600 KiB
Current children cumulated memory: 25952 KiB

[startup+0.700143 s]
/proc/loadavg: 1.09 1.07 1.36 5/271 79482
/proc/meminfo: memFree=119535148/131249996 swapFree=33010684/33010684
[pid=79480] ppid=79477 vsize=98716 memory=31940 CPUtime=0.69 cores=0,2
/proc/79480/stat : 79480 (ipbhs_gurobi) R 79477 79480 78901 0 -1 4194304 3600 0 0 0 65 4 0 0 20 0 2 0 67025239 101085184 7985 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
/proc/79480/statm: 24679 7985 3808 641 0 7162 0
[pid=79480/tid=79482] ppid=79477 vsize=98716 memory=18688 CPUtime=0 cores=0,2
/proc/79480/task/79482/stat : 79482 (ipbhs_gurobi) S 79477 79480 78901 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 67025240 101085184 7985 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 98716 KiB
Current children cumulated memory: 31940 KiB

[startup+1.50018 s]
/proc/loadavg: 1.09 1.07 1.36 5/271 79482
/proc/meminfo: memFree=119527084/131249996 swapFree=33010684/33010684
[pid=79480] ppid=79477 vsize=105424 memory=40004 CPUtime=1.48 cores=0,2
/proc/79480/stat : 79480 (ipbhs_gurobi) R 79477 79480 78901 0 -1 4194304 5611 0 0 0 142 6 0 0 20 0 2 0 67025239 107954176 10001 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
/proc/79480/statm: 26356 10001 3808 641 0 8839 0
[pid=79480/tid=79482] ppid=79477 vsize=105424 memory=18688 CPUtime=0 cores=0,2
/proc/79480/task/79482/stat : 79482 (ipbhs_gurobi) S 79477 79480 78901 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 67025240 107954176 10001 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 105424 KiB
Current children cumulated memory: 40004 KiB

[startup+3.10548 s]
/proc/loadavg: 1.32 1.12 1.37 5/271 79482
/proc/meminfo: memFree=119348528/131249996 swapFree=33010684/33010684
[pid=79480] ppid=79477 vsize=114560 memory=44996 CPUtime=3.08 cores=0,2
/proc/79480/stat : 79480 (ipbhs_gurobi) R 79477 79480 78901 0 -1 4194304 8814 0 0 0 301 7 0 0 20 0 2 0 67025239 117309440 11249 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
/proc/79480/statm: 28640 11249 3808 641 0 11123 0
[pid=79480/tid=79482] ppid=79477 vsize=114560 memory=40004 CPUtime=0 cores=0,2
/proc/79480/task/79482/stat : 79482 (ipbhs_gurobi) S 79477 79480 78901 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 67025240 117309440 11249 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 114560 KiB
Current children cumulated memory: 44996 KiB

[startup+6.30018 s]
/proc/loadavg: 1.32 1.12 1.37 5/271 79482
/proc/meminfo: memFree=119353732/131249996 swapFree=33010684/33010684
[pid=79480] ppid=79477 vsize=117868 memory=52012 CPUtime=6.27 cores=0,2
/proc/79480/stat : 79480 (ipbhs_gurobi) R 79477 79480 78901 0 -1 4194304 19481 0 0 0 618 9 0 0 20 0 2 0 67025239 120696832 13003 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
/proc/79480/statm: 29467 13003 3840 641 0 11950 0
[pid=79480/tid=79482] ppid=79477 vsize=117868 memory=18688 CPUtime=0 cores=0,2
/proc/79480/task/79482/stat : 79482 (ipbhs_gurobi) S 79477 79480 78901 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 2 0 67025240 120696832 13003 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 117868 KiB
Current children cumulated memory: 52012 KiB

[startup+12.7002 s]
/proc/loadavg: 1.73 1.21 1.40 5/271 79482
/proc/meminfo: memFree=119387912/131249996 swapFree=33010684/33010684
[pid=79480] ppid=79477 vsize=121116 memory=55420 CPUtime=12.65 cores=0,2
/proc/79480/stat : 79480 (ipbhs_gurobi) R 79477 79480 78901 0 -1 4194304 25859 0 0 0 1255 10 0 0 20 0 2 0 67025239 124022784 13855 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
/proc/79480/statm: 30279 13855 3840 641 0 12762 0
[pid=79480/tid=79482] ppid=79477 vsize=121116 memory=54224 CPUtime=0 cores=0,2
/proc/79480/task/79482/stat : 79482 (ipbhs_gurobi) S 79477 79480 78901 0 -1 4194368 10 0 0 0 0 0 0 0 20 0 2 0 67025240 124022784 13887 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 121116 KiB
Current children cumulated memory: 55420 KiB

[startup+25.5002 s]
/proc/loadavg: 2.08 1.31 1.43 5/272 79484
/proc/meminfo: memFree=118786636/131249996 swapFree=33010684/33010684
[pid=79480] ppid=79477 vsize=139568 memory=74468 CPUtime=25.42 cores=0,2
/proc/79480/stat : 79480 (ipbhs_gurobi) R 79477 79480 78901 0 -1 4194304 54351 0 0 0 2526 16 0 0 20 0 2 0 67025239 142917632 18617 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
/proc/79480/statm: 34892 18617 3872 641 0 17375 0
[pid=79480/tid=79482] ppid=79477 vsize=139568 memory=74340 CPUtime=0 cores=0,2
/proc/79480/task/79482/stat : 79482 (ipbhs_gurobi) S 79477 79480 78901 0 -1 4194368 11 0 0 0 0 0 0 0 20 0 2 0 67025240 142917632 18617 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 139568 KiB
Current children cumulated memory: 74468 KiB

[startup+51.1057 s]
/proc/loadavg: 2.79 1.54 1.50 5/272 79484
/proc/meminfo: memFree=118361200/131249996 swapFree=33010684/33010684
[pid=79480] ppid=79477 vsize=139568 memory=74596 CPUtime=50.96 cores=0,2
/proc/79480/stat : 79480 (ipbhs_gurobi) R 79477 79480 78901 0 -1 4194304 54460 0 0 0 5080 16 0 0 20 0 2 0 67025239 142917632 18649 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
/proc/79480/statm: 34892 18649 3872 641 0 17375 0
[pid=79480/tid=79482] ppid=79477 vsize=139568 memory=18688 CPUtime=0.01 cores=0,2
/proc/79480/task/79482/stat : 79482 (ipbhs_gurobi) S 79477 79480 78901 0 -1 4194368 11 0 0 0 0 1 0 0 20 0 2 0 67025240 142917632 18649 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 139568 KiB
Current children cumulated memory: 74596 KiB

[startup+102.3 s]
/proc/loadavg: 3.52 1.96 1.65 5/273 79491
/proc/meminfo: memFree=118476956/131249996 swapFree=33010684/33010684
[pid=79480] ppid=79477 vsize=139568 memory=74596 CPUtime=102.03 cores=0,2
/proc/79480/stat : 79480 (ipbhs_gurobi) R 79477 79480 78901 0 -1 4194304 57887 0 0 0 10183 20 0 0 20 0 2 0 67025239 142917632 18649 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
/proc/79480/statm: 34892 18649 3872 641 0 17375 0
[pid=79480/tid=79482] ppid=79477 vsize=139568 memory=18688 CPUtime=0.04 cores=0,2
/proc/79480/task/79482/stat : 79482 (ipbhs_gurobi) S 79477 79480 78901 0 -1 4194368 13 0 0 0 1 3 0 0 20 0 2 0 67025240 142917632 18649 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 139568 KiB
Current children cumulated memory: 74596 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 2.36 1.81 5/272 79493
/proc/meminfo: memFree=118425172/131249996 swapFree=33010684/33010684
[pid=79480] ppid=79477 vsize=154604 memory=87912 CPUtime=161.88 cores=0,2
/proc/79480/stat : 79480 (ipbhs_gurobi) R 79477 79480 78901 0 -1 4194304 84384 0 1 0 16157 31 0 0 20 0 2 0 67025239 158314496 21978 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
/proc/79480/statm: 38651 21978 3872 641 0 21134 0
[pid=79480/tid=79482] ppid=79477 vsize=154604 memory=5632 CPUtime=0.07 cores=0,2
/proc/79480/task/79482/stat : 79482 (ipbhs_gurobi) S 79477 79480 78901 0 -1 4194368 14 0 0 0 2 5 0 0 20 0 2 0 67025240 158314496 21978 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 154604 KiB
Current children cumulated memory: 87912 KiB

[startup+222.3 s]
/proc/loadavg: 4.03 2.68 1.95 5/271 79496
/proc/meminfo: memFree=118406116/131249996 swapFree=33010684/33010684
[pid=79480] ppid=79477 vsize=139588 memory=73832 CPUtime=221.72 cores=0,2
/proc/79480/stat : 79480 (ipbhs_gurobi) R 79477 79480 78901 0 -1 4194304 137052 0 1 0 22127 45 0 0 20 0 2 0 67025239 142938112 18458 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
/proc/79480/statm: 34897 18458 3872 641 0 17380 0
[pid=79480/tid=79482] ppid=79477 vsize=139588 memory=18688 CPUtime=0.1 cores=0,2
/proc/79480/task/79482/stat : 79482 (ipbhs_gurobi) S 79477 79480 78901 0 -1 4194368 19 0 0 0 3 7 0 0 20 0 2 0 67025240 142938112 18458 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 139588 KiB
Current children cumulated memory: 73832 KiB

[startup+282.3 s]
/proc/loadavg: 4.05 2.93 2.09 5/272 79499
/proc/meminfo: memFree=118412652/131249996 swapFree=33010684/33010684
[pid=79480] ppid=79477 vsize=139728 memory=73960 CPUtime=281.56 cores=0,2
/proc/79480/stat : 79480 (ipbhs_gurobi) R 79477 79480 78901 0 -1 4194304 142425 0 1 0 28111 45 0 0 20 0 2 0 67025239 143081472 18490 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
/proc/79480/statm: 34932 18490 3872 641 0 17415 0
[pid=79480/tid=79482] ppid=79477 vsize=139728 memory=73960 CPUtime=0.11 cores=0,2
/proc/79480/task/79482/stat : 79482 (ipbhs_gurobi) S 79477 79480 78901 0 -1 4194368 22 0 0 0 3 8 0 0 20 0 2 0 67025240 143081472 18490 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
Current children cumulated CPU time: 281.56 s
Current children cumulated vsize: 139728 KiB

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

/proc/79480/task/79482/stat : 79482 (ipbhs_gurobi) S 79477 79480 78901 0 -1 4194368 33 0 0 0 16 37 0 0 20 0 2 0 67025240 161280000 22770 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
Current children cumulated CPU time: 1957.23 s
Current children cumulated vsize: 157500 KiB
Current children cumulated memory: 91080 KiB

[startup+2022.3 s]
/proc/loadavg: 4.22 4.16 3.87 5/271 79599
/proc/meminfo: memFree=117656060/131249996 swapFree=33010684/33010684
[pid=79480] ppid=79477 vsize=157500 memory=91080 CPUtime=2017.07 cores=0,2
/proc/79480/stat : 79480 (ipbhs_gurobi) R 79477 79480 78901 0 -1 4194304 181302 0 1 0 201618 89 0 0 20 0 2 0 67025239 161280000 22770 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
/proc/79480/statm: 39375 22770 3872 641 0 21858 0
[pid=79480/tid=79482] ppid=79477 vsize=157500 memory=91080 CPUtime=0.54 cores=0,2
/proc/79480/task/79482/stat : 79482 (ipbhs_gurobi) S 79477 79480 78901 0 -1 4194368 33 0 0 0 17 37 0 0 20 0 2 0 67025240 161280000 22770 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
Current children cumulated CPU time: 2017.07 s
Current children cumulated vsize: 157500 KiB
Current children cumulated memory: 91080 KiB

[startup+2082.3 s]
/proc/loadavg: 4.12 4.15 3.89 5/269 79601
/proc/meminfo: memFree=117615460/131249996 swapFree=33010684/33010684
[pid=79480] ppid=79477 vsize=157500 memory=91080 CPUtime=2076.93 cores=0,2
/proc/79480/stat : 79480 (ipbhs_gurobi) R 79477 79480 78901 0 -1 4194304 181719 0 1 0 207603 90 0 0 20 0 2 0 67025239 161280000 22770 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
/proc/79480/statm: 39375 22770 3872 641 0 21858 0
[pid=79480/tid=79482] ppid=79477 vsize=157500 memory=91080 CPUtime=0.55 cores=0,2
/proc/79480/task/79482/stat : 79482 (ipbhs_gurobi) S 79477 79480 78901 0 -1 4194368 33 0 0 0 17 38 0 0 20 0 2 0 67025240 161280000 22770 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
Current children cumulated CPU time: 2076.93 s
Current children cumulated vsize: 157500 KiB
Current children cumulated memory: 91080 KiB

[startup+2142.3 s]
/proc/loadavg: 4.15 4.15 3.91 5/269 79603
/proc/meminfo: memFree=117586944/131249996 swapFree=33010684/33010684
[pid=79480] ppid=79477 vsize=157500 memory=91080 CPUtime=2136.77 cores=0,2
/proc/79480/stat : 79480 (ipbhs_gurobi) R 79477 79480 78901 0 -1 4194304 181804 0 1 0 213587 90 0 0 20 0 2 0 67025239 161280000 22770 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
/proc/79480/statm: 39375 22770 3872 641 0 21858 0
[pid=79480/tid=79482] ppid=79477 vsize=157500 memory=91080 CPUtime=0.55 cores=0,2
/proc/79480/task/79482/stat : 79482 (ipbhs_gurobi) S 79477 79480 78901 0 -1 4194368 33 0 0 0 17 38 0 0 20 0 2 0 67025240 161280000 22770 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
Current children cumulated CPU time: 2136.77 s
Current children cumulated vsize: 157500 KiB
Current children cumulated memory: 91080 KiB

[startup+2202.3 s]
/proc/loadavg: 4.11 4.14 3.92 5/267 79606
/proc/meminfo: memFree=117540408/131249996 swapFree=33010684/33010684
[pid=79480] ppid=79477 vsize=157500 memory=91592 CPUtime=2196.61 cores=0,2
/proc/79480/stat : 79480 (ipbhs_gurobi) R 79477 79480 78901 0 -1 4194304 182114 0 1 0 219570 91 0 0 20 0 2 0 67025239 161280000 22898 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
/proc/79480/statm: 39375 22898 3872 641 0 21858 0
[pid=79480/tid=79482] ppid=79477 vsize=157500 memory=14844 CPUtime=0.57 cores=0,2
/proc/79480/task/79482/stat : 79482 (ipbhs_gurobi) S 79477 79480 78901 0 -1 4194368 33 0 0 0 18 39 0 0 20 0 2 0 67025240 161280000 22898 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
Current children cumulated CPU time: 2196.61 s
Current children cumulated vsize: 157500 KiB
Current children cumulated memory: 91592 KiB

[startup+2262.3 s]
/proc/loadavg: 4.16 4.14 3.94 5/267 79608
/proc/meminfo: memFree=117521056/131249996 swapFree=33010684/33010684
[pid=79480] ppid=79477 vsize=157500 memory=91592 CPUtime=2256.46 cores=0,2
/proc/79480/stat : 79480 (ipbhs_gurobi) R 79477 79480 78901 0 -1 4194304 182114 0 1 0 225555 91 0 0 20 0 2 0 67025239 161280000 22898 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
/proc/79480/statm: 39375 22898 3872 641 0 21858 0
[pid=79480/tid=79482] ppid=79477 vsize=157500 memory=91592 CPUtime=0.57 cores=0,2
/proc/79480/task/79482/stat : 79482 (ipbhs_gurobi) S 79477 79480 78901 0 -1 4194368 33 0 0 0 18 39 0 0 20 0 2 0 67025240 161280000 22898 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
Current children cumulated CPU time: 2256.46 s
Current children cumulated vsize: 157500 KiB
Current children cumulated memory: 91592 KiB

[startup+2322.3 s]
/proc/loadavg: 4.12 4.13 3.95 5/268 79611
/proc/meminfo: memFree=117497396/131249996 swapFree=33010684/33010684
[pid=79480] ppid=79477 vsize=157500 memory=91592 CPUtime=2316.31 cores=0,2
/proc/79480/stat : 79480 (ipbhs_gurobi) R 79477 79480 78901 0 -1 4194304 182114 0 1 0 231540 91 0 0 20 0 2 0 67025239 161280000 22898 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
/proc/79480/statm: 39375 22898 3872 641 0 21858 0
[pid=79480/tid=79482] ppid=79477 vsize=157500 memory=91592 CPUtime=0.58 cores=0,2
/proc/79480/task/79482/stat : 79482 (ipbhs_gurobi) S 79477 79480 78901 0 -1 4194368 33 0 0 0 18 40 0 0 20 0 2 0 67025240 161280000 22898 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
Current children cumulated CPU time: 2316.31 s
Current children cumulated vsize: 157500 KiB
Current children cumulated memory: 91592 KiB

[startup+2382.3 s]
/proc/loadavg: 4.09 4.12 3.96 5/269 79617
/proc/meminfo: memFree=117466448/131249996 swapFree=33010684/33010684
[pid=79480] ppid=79477 vsize=131608 memory=65204 CPUtime=2376.17 cores=0,2
/proc/79480/stat : 79480 (ipbhs_gurobi) R 79477 79480 78901 0 -1 4194304 185502 0 1 0 237524 93 0 0 20 0 2 0 67025239 134766592 16301 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
/proc/79480/statm: 32902 16301 3872 641 0 15385 0
[pid=79480/tid=79482] ppid=79477 vsize=131608 memory=91592 CPUtime=0.58 cores=0,2
/proc/79480/task/79482/stat : 79482 (ipbhs_gurobi) S 79477 79480 78901 0 -1 4194368 33 0 0 0 18 40 0 0 20 0 2 0 67025240 134766592 16301 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
Current children cumulated CPU time: 2376.17 s
Current children cumulated vsize: 131608 KiB
Current children cumulated memory: 65204 KiB

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

# cumulated CPU time of all completed processes:  user=2379.71 s, system=0.931906 s

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

[startup+2384 s]*
/proc/loadavg: 4.08 4.11 3.96 5/269 79617
/proc/meminfo: memFree=117466480/131249996 swapFree=33010684/33010684
[pid=79480] ppid=79477 vsize=131608 memory=65204 CPUtime=2377.87 cores=0,2
/proc/79480/stat : 79480 (ipbhs_gurobi) R 79477 79480 78901 0 -1 4194304 185513 0 1 0 237694 93 0 0 20 0 2 0 67025239 134766592 16301 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
/proc/79480/statm: 32902 16301 3872 641 0 15385 0
[pid=79480/tid=79482] ppid=79477 vsize=131608 memory=1896928 CPUtime=0.58 cores=0,2
/proc/79480/task/79482/stat : 79482 (ipbhs_gurobi) S 79477 79480 78901 0 -1 4194368 33 0 0 0 18 40 0 0 20 0 2 0 67025240 134766592 16301 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
Current children cumulated CPU time: 2377.87 s
Current children cumulated vsize: 131608 KiB
Current children cumulated memory: 65204 KiB

[startup+2385.6 s]
/proc/loadavg: 4.08 4.11 3.96 5/269 79617
/proc/meminfo: memFree=117466480/131249996 swapFree=33010684/33010684
[pid=79480] ppid=79477 vsize=131608 memory=65204 CPUtime=2379.46 cores=0,2
/proc/79480/stat : 79480 (ipbhs_gurobi) R 79477 79480 78901 0 -1 4194304 185528 0 1 0 237853 93 0 0 20 0 2 0 67025239 134766592 16301 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
/proc/79480/statm: 32902 16301 3872 641 0 15385 0
[pid=79480/tid=79482] ppid=79477 vsize=131608 memory=65204 CPUtime=0.58 cores=0,2
/proc/79480/task/79482/stat : 79482 (ipbhs_gurobi) S 79477 79480 78901 0 -1 4194368 33 0 0 0 18 40 0 0 20 0 2 0 67025240 134766592 16301 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
Current children cumulated CPU time: 2379.46 s
Current children cumulated vsize: 131608 KiB
Current children cumulated memory: 65204 KiB

[startup+2386.4 s]
/proc/loadavg: 4.08 4.11 3.96 5/269 79617
/proc/meminfo: memFree=117466732/131249996 swapFree=33010684/33010684
[pid=79480] ppid=79477 vsize=131608 memory=65204 CPUtime=2380.26 cores=0,2
/proc/79480/stat : 79480 (ipbhs_gurobi) R 79477 79480 78901 0 -1 4194304 185532 0 1 0 237933 93 0 0 20 0 2 0 67025239 134766592 16301 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
/proc/79480/statm: 32902 16301 3872 641 0 15385 0
[pid=79480/tid=79482] ppid=79477 vsize=131608 memory=65204 CPUtime=0.58 cores=0,2
/proc/79480/task/79482/stat : 79482 (ipbhs_gurobi) S 79477 79480 78901 0 -1 4194368 33 0 0 0 18 40 0 0 20 0 2 0 67025240 134766592 16301 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
Current children cumulated CPU time: 2380.26 s
Current children cumulated vsize: 131608 KiB
Current children cumulated memory: 65204 KiB

[startup+2386.6 s]
/proc/loadavg: 4.08 4.11 3.96 5/269 79617
/proc/meminfo: memFree=117466732/131249996 swapFree=33010684/33010684
[pid=79480] ppid=79477 vsize=131608 memory=65204 CPUtime=2380.45 cores=0,2
/proc/79480/stat : 79480 (ipbhs_gurobi) R 79477 79480 78901 0 -1 4194304 185532 0 1 0 237952 93 0 0 20 0 2 0 67025239 134766592 16301 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
/proc/79480/statm: 32902 16301 3872 641 0 15385 0
[pid=79480/tid=79482] ppid=79477 vsize=131608 memory=2124 CPUtime=0.58 cores=0,2
/proc/79480/task/79482/stat : 79482 (ipbhs_gurobi) S 79477 79480 78901 0 -1 4194368 33 0 0 0 18 40 0 0 20 0 2 0 67025240 134766592 16301 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
Current children cumulated CPU time: 2380.45 s
Current children cumulated vsize: 131608 KiB
Current children cumulated memory: 65204 KiB

[startup+2386.7 s]
/proc/loadavg: 4.08 4.11 3.96 5/269 79617
/proc/meminfo: memFree=117466732/131249996 swapFree=33010684/33010684
[pid=79480] ppid=79477 vsize=131608 memory=65204 CPUtime=2380.55 cores=0,2
/proc/79480/stat : 79480 (ipbhs_gurobi) R 79477 79480 78901 0 -1 4194304 185532 0 1 0 237962 93 0 0 20 0 2 0 67025239 134766592 16301 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
/proc/79480/statm: 32902 16301 3872 641 0 15385 0
[pid=79480/tid=79482] ppid=79477 vsize=131608 memory=91592 CPUtime=0.58 cores=0,2
/proc/79480/task/79482/stat : 79482 (ipbhs_gurobi) S 79477 79480 78901 0 -1 4194368 33 0 0 0 18 40 0 0 20 0 2 0 67025240 134766592 16301 18446744073709551615 94260924088320 94260926713373 140725247560176 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94260927332248 94260927365210 94260932608000 140725247564171 140725247564295 140725247564295 140725247569897 0
Current children cumulated CPU time: 2380.55 s
Current children cumulated vsize: 131608 KiB
Current children cumulated memory: 65204 KiB

Child status: 0

Real time (s): 2386.79
CPU time (s): 2380.64
CPU user time (s): 2379.71
CPU system time (s): 0.931906
CPU usage (%): 99.7426
Max. virtual memory (cumulated for all children) (KiB): 166936
Max. memory (cumulated for all children) (KiB): 97872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2379.71
system time used= 0.931906
maximum resident set size= 101840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185705
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 237566
involuntary context switches= 5369


# summary of solver processes directly reported to runsolver:
#   pid: 79480
#   total CPU time (s): 2380.64
#   total CPU user time (s): 2379.71
#   total CPU system time (s): 0.931906

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.35774 second user time and 9.35364 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-03 05:31:13
IDJOB=4508857
IDBENCH=158516
IDSOLVER=3334
FILE ID=nodeC024/4508857-1751513473
RUNJOBID= nodeC024-1751513461-78911
SLURM_JOB_ID= 9598618
Free space on /tmp= 432160 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2025-06-09
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/opb/normalized-sporttournament26.lin.opb
COMMAND LINE= ./ipbhs_gurobi --sym-cores-compact BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4508857-1751513473/watcher-4508857-1751513473 -o /tmp/evaluation-result-4508857-1751513473/solver-4508857-1751513473 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751513461-78911 --watchdog 3760  ./ipbhs_gurobi --sym-cores-compact HOME/instance-4508857-1751513473.opb --max-coef 1000000000

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

MD5SUM BENCH= 21e597bc04bc5fa012b59bdeb9fb9987
RANDOM SEED=723317204

nodeC024 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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	: 0xb00002a
cpu MHz		: 3600.739
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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	: 0xb00002a
cpu MHz		: 3599.666
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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	: 0xb00002a
cpu MHz		: 3599.636
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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	: 0xb00002a
cpu MHz		: 3700.000
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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	: 0xb00002a
cpu MHz		: 3599.676
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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	: 0xb00002a
cpu MHz		: 3599.751
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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	: 0xb00002a
cpu MHz		: 3606.037
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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	: 0xb00002a
cpu MHz		: 3599.794
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        119540588 kB
MemAvailable:   127448148 kB
Buffers:            3280 kB
Cached:          8674868 kB
SwapCached:            0 kB
Active:          2488428 kB
Inactive:        8355272 kB
Active(anon):    2183616 kB
Inactive(anon):        0 kB
Active(file):     304812 kB
Inactive(file):  8355272 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            266148 kB
Writeback:             4 kB
AnonPages:       2166648 kB
Mapped:           118368 kB
Shmem:             18064 kB
KReclaimable:     173032 kB
Slab:             265044 kB
SReclaimable:     173032 kB
SUnreclaim:        92012 kB
KernelStack:        4352 kB
PageTables:         7432 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2624520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1095680 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432104 MiB
End job on nodeC024 at 2025-07-03 06:11:00