Trace number 4530216

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
SCIP-NaPS 1.00a2OPT1 4.93287 5.05498

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:20:4.5:0.95:100.opb
MD5SUM0c08209891d9f5241a74237055766898
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 benchmark1
Best CPU time to get the best result obtained on this benchmark0.056181
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables934
Total number of constraints1063
Number of constraints which are clauses879
Number of constraints which are cardinality constraints (but not clauses)184
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint20
Number of terms in the objective function 934
Biggest coefficient in the objective function 546
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 2594
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 546
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2594
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.66/4.86	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --opt HOME/instance-4530216-1752250564.opb
4.66/4.86	c Solving mode: optimization
4.66/4.86	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
4.66/4.86	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
4.66/4.86	c original problem has 934 variables (934 bin, 0 int, 0 impl, 0 cont) and 1063 constraints
4.66/4.86	c feasible solution found by trivial heuristic after 0.0 seconds, objective value 1.502000e+03
4.66/4.86	c presolving:
4.66/4.86	c (round 1, fast)       1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 874 clqs
4.66/4.86	c (round 2, exhaustive) 1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 1043 upgd conss, 0 impls, 874 clqs
4.66/4.86	c (round 3, exhaustive) 1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 1062 upgd conss, 0 impls, 874 clqs
4.66/4.86	c (round 4, medium)     4 del vars, 5 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 1062 upgd conss, 0 impls, 871 clqs
4.66/4.86	c (round 5, exhaustive) 4 del vars, 5 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 1063 upgd conss, 0 impls, 872 clqs
4.66/4.86	c    (0.4s) probing cycle finished: starting next cycle
4.66/4.86	c    (0.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
4.66/4.86	c    (0.4s) no symmetry present (symcode time: 0.00)
4.66/4.86	c presolving (6 rounds: 6 fast, 5 medium, 4 exhaustive):
4.66/4.86	c  4 deleted vars, 5 deleted constraints, 0 added constraints, 1 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
4.66/4.86	c  0 implications, 2170 cliques
4.66/4.86	c presolved problem has 930 variables (930 bin, 0 int, 0 impl, 0 cont) and 1059 constraints
4.66/4.86	c     182 constraints of type <knapsack>
4.66/4.86	c     871 constraints of type <setppc>
4.66/4.86	c       6 constraints of type <logicor>
4.66/4.86	c transformed objective value is always integral (scale: 1)
4.66/4.86	c Presolving Time: 0.35
4.66/4.86	c transformed 1/1 original solutions to the transformed problem space
4.66/4.86	c 
4.66/4.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.66/4.86	c t 0.4s|     1 |     0 |     0 |     - | trivial|   0 | 930 |1059 |   0 |   0 |  0 |   0 |   0 |-5.430000e+02 | 1.480000e+03 |    Inf | unknown
4.66/4.86	c p 0.4s|     1 |     0 |     0 |     - |  clique|   0 | 930 |1059 |1059 |   0 |  0 |   0 |   0 |-5.430000e+02 | 1.030000e+02 |    Inf | unknown
4.66/4.86	c p 0.4s|     1 |     0 |     0 |     - | vbounds|   0 | 930 |1063 |1059 |   0 |  0 |   4 |   0 |-5.430000e+02 | 3.600000e+01 |    Inf | unknown
4.66/4.86	c   0.7s|     1 |     0 |  2789 |     - |    13M |   0 | 930 |1086 |1059 |   0 |  0 |  27 |   0 | 1.000000e+00 | 3.600000e+01 |3500.00%| unknown
4.66/4.86	c   1.4s|     1 |     0 |  2868 |     - |    23M |   0 | 930 |1086 |1060 |   1 |  1 |  27 |   0 | 1.000000e+00 | 3.600000e+01 |3500.00%| unknown
4.66/4.86	c   1.7s|     1 |     0 |  2926 |     - |    37M |   0 | 930 |1087 |1062 |   3 |  2 |  28 |   0 | 1.000000e+00 | 3.600000e+01 |3500.00%| unknown
4.66/4.86	c   2.1s|     1 |     0 |  3003 |     - |    50M |   0 | 930 |1088 |1065 |   6 |  3 |  29 |   0 | 1.000000e+00 | 3.600000e+01 |3500.00%| unknown
4.66/4.86	c   2.4s|     1 |     0 |  3045 |     - |    67M |   0 | 930 |1088 |1068 |   9 |  4 |  29 |   0 | 1.000000e+00 | 3.600000e+01 |3500.00%| unknown
4.66/4.86	c   2.7s|     1 |     0 |  3069 |     - |    79M |   0 | 930 |1088 |1070 |  11 |  5 |  29 |   0 | 1.000000e+00 | 3.600000e+01 |3500.00%| unknown
4.66/4.86	c   3.0s|     1 |     0 |  3122 |     - |    92M |   0 | 930 |1088 |1072 |  13 |  6 |  29 |   0 | 1.000000e+00 | 3.600000e+01 |3500.00%| unknown
4.66/4.86	c   3.2s|     1 |     0 |  3178 |     - |   110M |   0 | 930 |1088 |1075 |  16 |  7 |  29 |   0 | 1.000000e+00 | 3.600000e+01 |3500.00%| unknown
4.66/4.86	c   3.6s|     1 |     0 |  3254 |     - |   128M |   0 | 930 |1088 |1078 |  19 |  8 |  29 |   0 | 1.000000e+00 | 3.600000e+01 |3500.00%| unknown
4.66/4.86	c   3.9s|     1 |     0 |  3300 |     - |   143M |   0 | 930 |1088 |1080 |  21 |  9 |  29 |   0 | 1.000000e+00 | 3.600000e+01 |3500.00%| unknown
4.66/4.86	c   4.1s|     1 |     0 |  3344 |     - |   155M |   0 | 930 |1088 |1082 |  23 | 10 |  29 |   0 | 1.000000e+00 | 3.600000e+01 |3500.00%| unknown
4.66/4.86	c   4.3s|     1 |     0 |  3377 |     - |   155M |   0 | 930 |1088 |1085 |  27 | 11 |  29 |   0 | 1.000000e+00 | 3.600000e+01 |3500.00%| unknown
4.66/4.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.66/4.86	c d 4.4s|     1 |     0 |  5378 |     - |farkasdi|   0 | 930 |1088 |1085 |   0 | 11 |  29 |   0 | 1.000000e+00 | 1.000000e+00 |   0.00%| unknown
4.66/4.86	c   4.4s|     1 |     0 |  5378 |     - |   155M |   0 | 930 |1088 |1085 |  27 | 11 |  29 |   0 | 1.000000e+00 | 1.000000e+00 |   0.00%| unknown
4.66/4.86	c 
4.66/4.86	c SCIP Status        : problem is solved [optimal solution found]
4.66/4.86	c Solving Time (sec) : 4.45
4.66/4.86	c Solving Nodes      : 1
4.66/4.86	c Primal Bound       : +1.00000000000000e+00 (6 solutions)
4.66/4.86	c Dual Bound         : +1.00000000000000e+00
4.66/4.86	c Gap                : 0.00 %
4.66/4.86	c All original constraints are satisfied.
4.66/4.86	c SCIP's best solution is verified feasible for the original problem.
4.66/4.86	c SCIP found an optimal solution.
4.66/4.86	o 1
4.66/4.86	s OPTIMUM FOUND
4.66/4.86	v -x854 -x783 x198 x103 -x22 x3 -x856 x104 x2 -x786 -x385 -x273 x197 -x21 x4 -x857 -x787 x77 -x56 -x24 x5 -x384 x276 x203 x76 -x55 -x12 -x764 -x388 -x277 x201 -x57 -x25 x6 -x763 -x248 -x151 x78 -x58 -x27 x7 -x765 -x614 -x389 -x202 -x80 x59 x40 -x28 x8 x766 -x613 -x514 -x251 -x206 -x150 x66 x39 x767 x619 -x252 -x81 -x60 x41 -x774 x618 x513 -x327 -x156 -x126 -x83 -x61 x42 -x768 x620 -x154 -x84 -x62 x43 -x769 x624 -x594 -x574 x519 -x129 x50 -x770 -x623 x578 x517 -x155 -x130 x44 x730 -x621 -x597 x577 -x159 -x45 -x622 -x598 x518 -x46 -x882 x729 x522 x853 -x782 -x193 x105 -x18 -x858 -x788 -x538 -x469 x272 x199 -x23 -x15 -x542 -x72 -x26 -x16 -x860 -x386 x278 x204 -x109 -x71 x30 -x11 -x861 -x390 -x29 -x791 -x247 -x207 -x146 x79 x69 -x9 -x205 -x82 x70 -x812 x777 -x639 -x509 -x392 -x323 -x281 x253 -x152 -x86 -x65 x778 -x643 -x615 -x393 -x85 -x773 x616 x515 -x326 -x157 -x125 -x63 x53 x617 x54 -x771 x628 -x593 x520 -x256 -x160 -x131 x49 -x573 -x158 -x878 -x599 -x575 x523 x47 x579 x521 -x881 x731 -x134 -x602 x855 x784 -x465 -x268 x106 -x14 -x859 -x380 -x192 -x17 -x13 -x863 x789 x537 -x489 -x468 -x379 x274 -x194 -x110 -x19 -x862 -x541 -x493 x200 -x108 x20 x792 -x387 x279 -x243 x196 -x68 -x34 -x790 -x391 x208 -x73 x67 -x808 -x776 -x395 -x302 x282 -x249 x74 -x10 -x775 -x394 -x280 -x145 x75 -x811 -x638 x322 x254 -x147 x121 -x90 -x52 -x642 -x508 -x153 -x51 x631 -x589 -x510 -x328 x257 x149 -x127 -x64 x632 x516 -x255 -x161 -x772 -x627 x595 x512 -x132 -x726 x524 -x877 x725 -x710 -x625 x600 -x331 -x135 -x48 -x576 -x133 -x883 x732 -x603 -x587 -x601 x583 -x901 x733 x582 -x905 x734 x852 -x780 -x464 -x423 x107 x851 x785 -x427 -x267 -x111 -x867 x781 -x663 x539 x488 -x470 -x269 -x178 -x37 x793 -x667 -x543 -x492 -x381 x275 -x195 x38 -x382 -x298 x271 -x223 x216 -x33 x383 x283 -x242 -x227 x212 x807 -x545 -x473 -x399 -x318 -x301 -x244 x211 -x93 -x31 -x546 -x250 -x94 -x813 -x640 -x630 x324 x246 -x89 -x644 -x629 x258 -x148 x120 -x914 -x837 -x329 x169 x122 -x87 -x918 -x588 x511 -x165 x128 -x873 -x816
4.66/4.86	v -x706 -x646 -x590 x532 -x348 x332 -x164 x124 -x647 x596 x528 -x352 x330 -x136 -x879 x709 -x626 x592 -x584 -x527 x727 x604 -x586 -x96 x884 x728 -x95 -x900 -x885 x738 x580 -x904 -x886 -x870 x534 -x466 -x422 -x174 x119 -x36 -x871 -x779 -x426 x115 -x35 -x866 x801 -x662 x540 x490 -x471 -x213 -x177 -x114 x797 -x666 -x544 x494 x270 -x215 -x864 -x803 x796 x548 -x474 -x451 -x402 -x297 -x291 -x222 -x92 -x634 -x547 -x472 -x403 x287 -x226 -x91 x809 -x633 -x496 -x398 -x303 x286 x209 -x32 -x497 x317 -x245 -x833 -x814 -x753 -x641 -x396 x319 x266 -x210 -x166 x645 x325 -x262 -x168 -x913 x836 -x817 -x649 -x529 x321 -x306 -x261 -x88 x917 -x815 -x648 -x531 x333 x123 -x705 x347 -x162 -x144 -x872 x591 -x585 -x351 x140 -x874 x711 x612 -x525 -x163 -x139 x880 -x608 x876 x741 -x607 -x562 -x526 x887 x742 -x566 -x97 -x902 x737 -x714 x581 x98 -x906 -x868 x798 -x485 -x462 x424 -x173 -x118 x800 x533 -x467 -x428 -x214 -x664 x535 x491 -x463 -x447 -x401 -x293 -x288 -x179 -x112 -x668 x536 x495 -x475 -x400 -x290 -x865 -x794 -x552 x499 -x450 -x430 x299 x224 -x113 -x802 -x498 -x431 -x228 x804 -x795 -x749 -x688 -x670 x304 x284 -x263 -x182 x810 -x692 -x671 -x635 -x265 -x167 -x832 x806 -x752 -x636 -x397 -x307 -x285 -x230 -x818 x637 -x530 x320 -x305 -x231 -x915 x838 -x701 -x653 x341 -x259 -x141 x919 -x337 -x143 -x707 -x609 x349 -x336 -x260 x611 -x353 -x921 -x841 -x740 x712 x413 -x372 -x137 -x922 -x897 x875 x739 -x376 -x896 x895 x715 -x605 -x561 -x355 -x138 -x891 -x713 x565 -x356 x903 -x890 x735 -x606 -x101 x907 x102 -x869 -x799 -x659 x425 x175 -x116 -x484 -x461 -x429 -x289 -x218 -x665 -x555 -x486 -x483 x446 x433 -x217 -x180 -x669 -x556 x487 -x479 -x432 -x292 x673 -x551 x503 -x478 -x452 -x294 x225 -x183 -x672 x300 -x264 x229 -x181 -x828 -x748 x687 -x549 x296 -x233 -x909 x805 -x691 x308 -x232 x908 x834 -x826 -x754 x656 -x455 -x338 -x822 x657 -x343 x340 -x142 -x916 x839 -x821 -x652 x342 x920 -x700 -x610 x924 x842 -x757 -x702 -x650 -x409 x350 -x334 x923 x840 -x708 x354 -x892 x704 x412 -x371 x358 -x335 x894
4.66/4.86	v x716 -x375 -x357 -x563 -x100 x898 x567 -x99 x899 -x888 x736 -x554 -x480 x442 x421 x171 -x117 -x658 -x553 -x482 x420 x176 -x660 -x506 x448 x437 x172 x661 -x507 -x219 x184 -x744 -x677 x502 -x476 -x453 x220 -x295 x221 -x823 x750 x689 -x655 -x550 -x500 -x477 -x456 -x316 x237 -x827 -x825 x693 -x654 -x454 -x339 x312 -x829 x755 -x311 x910 x835 x911 x831 -x819 -x758 -x695 x912 x843 -x756 -x696 x344 x928 -x820 -x651 -x408 x345 -x893 -x703 -x558 x346 x724 -x557 x414 -x373 x362 x720 x377 -x719 x564 x568 -x889 x569 -x417 x570 -x505 -x481 x438 -x504 x441 x440 x170 -x680 x443 x436 x191 -x683 x681 x449 -x188 -x682 -x676 x445 x434 -x313 x240 -x187 -x824 x743 -x457 -x315 x241 x745 x690 -x674 -x501 x236 x751 x694 x747 -x698 -x309 x234 x830 x759 -x697 x931 x850 -x406 -x310 x932 x847 -x368 x927 x846 -x721 -x410 -x367 x365 -x723 x366 x925 x415 -x374 x361 -x559 x378 x933 -x717 -x560 x418 -x359 -x416 -x718 -x679 x439 x190 -x678 x189 -x239 x444 -x314 x238 x460 x435 -x185 -x684 -x458 x685 -x675 -x459 -x186 x746 x686 -x930 x849 x762 x699 -x235 x929 x848 x760 x761 -x364 -x722 -x405 x363 -x844 x404 x411 -x369 x926 -x845 x407 x370 x419 x572 x934 -x360 x571 x1

Verifier Data

OK	1

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: 63794 MiB (59849 MiB free)
  memory of node 1: 64507 MiB (62093 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4530216-1752250564/watcher-4530216-1752250564 -o /tmp/evaluation-result-4530216-1752250564/solver-4530216-1752250564 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1752250414-116052 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4530216-1752250564.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Starting watchdog thread
solver pid=116524, runsolver pid=116521
Current StackSize limit: 8192 KiB


[startup+0.100081 s]*
/proc/loadavg: 4.22 4.14 4.10 5/258 116529
/proc/meminfo: memFree=124869608/131382112 swapFree=33010160/33010684
[pid=116524] ppid=116521 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/116524/stat : 116524 (scip-naps-1.00a) S 116521 116524 115313 0 -1 4194304 255 331 0 0 0 0 0 0 20 0 1 0 140736156 4292608 736 18446744073709551615 94892087873536 94892088768069 140736122207888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94892089007120 94892089054864 94892119478272 140736122210715 140736122210814 140736122210814 140736122216418 0
/proc/116524/statm: 1048 736 672 219 0 110 0
[pid=116529] ppid=116524 vsize=12812 memory=9984 CPUtime=0.06 cores=1,3
/proc/116529/stat : 116529 (python3) R 116524 116524 115313 0 -1 4194304 1506 0 0 0 5 1 0 0 20 0 1 0 140736159 13119488 2496 18446744073709551615 94058907725824 94058907726201 140733832524848 0 0 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0 94058907737496 94058907738116 94058916896768 140733832530270 140733832530464 140733832530464 140733832536039 0
/proc/116529/statm: 3203 2496 1184 1 0 1406 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 17004 KiB
Current children cumulated memory: 12928 KiB

[startup+0.215996 s]*
/proc/loadavg: 4.22 4.14 4.10 5/258 116529
/proc/meminfo: memFree=124865828/131382112 swapFree=33010160/33010684
[pid=116524] ppid=116521 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/116524/stat : 116524 (scip-naps-1.00a) S 116521 116524 115313 0 -1 4194304 255 331 0 0 0 0 0 0 20 0 1 0 140736156 4292608 736 18446744073709551615 94892087873536 94892088768069 140736122207888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94892089007120 94892089054864 94892119478272 140736122210715 140736122210814 140736122210814 140736122216418 0
/proc/116524/statm: 1048 736 672 219 0 110 0
[pid=116529] ppid=116524 vsize=1185200 memory=29576 CPUtime=0.15 cores=1,3
/proc/116529/stat : 116529 (python3) R 116524 116524 115313 0 -1 4194304 3262 0 0 0 13 2 0 0 20 0 1 0 140736159 1213644800 7394 18446744073709551615 94058907725824 94058907726201 140733832524848 0 0 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0 94058907737496 94058907738116 94058916896768 140733832530270 140733832530464 140733832530464 140733832536039 0
/proc/116529/statm: 296300 7394 4775 1 0 268368 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 1189392 KiB
Current children cumulated memory: 32520 KiB

[startup+0.314198 s]*
/proc/loadavg: 4.22 4.14 4.10 5/258 116529
/proc/meminfo: memFree=124862364/131382112 swapFree=33010160/33010684
[pid=116524] ppid=116521 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/116524/stat : 116524 (scip-naps-1.00a) S 116521 116524 115313 0 -1 4194304 255 331 0 0 0 0 0 0 20 0 1 0 140736156 4292608 736 18446744073709551615 94892087873536 94892088768069 140736122207888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94892089007120 94892089054864 94892119478272 140736122210715 140736122210814 140736122210814 140736122216418 0
/proc/116524/statm: 1048 736 672 219 0 110 0
[pid=116529] ppid=116524 vsize=1189596 memory=34568 CPUtime=0.23 cores=1,3
/proc/116529/stat : 116529 (python3) R 116524 116524 115313 0 -1 4194304 4289 0 0 0 20 3 0 0 20 0 1 0 140736159 1218146304 8642 18446744073709551615 94058907725824 94058907726201 140733832524848 0 0 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0 94058907737496 94058907738116 94058916896768 140733832530270 140733832530464 140733832530464 140733832536039 0
/proc/116529/statm: 297399 8642 5031 1 0 269308 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1193788 KiB
Current children cumulated memory: 37512 KiB

[startup+0.700376 s]
/proc/loadavg: 4.22 4.14 4.10 5/258 116529
/proc/meminfo: memFree=124848252/131382112 swapFree=33010160/33010684
[pid=116524] ppid=116521 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/116524/stat : 116524 (scip-naps-1.00a) S 116521 116524 115313 0 -1 4194304 255 331 0 0 0 0 0 0 20 0 1 0 140736156 4292608 736 18446744073709551615 94892087873536 94892088768069 140736122207888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94892089007120 94892089054864 94892119478272 140736122210715 140736122210814 140736122210814 140736122216418 0
/proc/116524/statm: 1048 736 672 219 0 110 0
[pid=116529] ppid=116524 vsize=1205928 memory=59016 CPUtime=0.57 cores=1,3
/proc/116529/stat : 116529 (python3) R 116524 116524 115313 0 -1 4194304 7679 0 0 0 53 4 0 0 20 0 1 0 140736159 1234870272 14754 18446744073709551615 94058907725824 94058907726201 140733832524848 0 0 0 0 16781312 16386 0 0 0 17 3 0 0 0 0 0 94058907737496 94058907738116 94058916896768 140733832530270 140733832530464 140733832530464 140733832536039 0
/proc/116529/statm: 301482 14754 7975 1 0 272840 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 1210120 KiB
Current children cumulated memory: 61960 KiB

[startup+1.5003 s]
/proc/loadavg: 4.22 4.14 4.10 5/258 116529
/proc/meminfo: memFree=124840188/131382112 swapFree=33010160/33010684
[pid=116524] ppid=116521 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/116524/stat : 116524 (scip-naps-1.00a) S 116521 116524 115313 0 -1 4194304 255 331 0 0 0 0 0 0 20 0 1 0 140736156 4292608 736 18446744073709551615 94892087873536 94892088768069 140736122207888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94892089007120 94892089054864 94892119478272 140736122210715 140736122210814 140736122210814 140736122216418 0
/proc/116524/statm: 1048 736 672 219 0 110 0
[pid=116529] ppid=116524 vsize=1218052 memory=69512 CPUtime=1.37 cores=1,3
/proc/116529/stat : 116529 (python3) R 116524 116524 115313 0 -1 4194304 10156 0 0 0 132 5 0 0 20 0 1 0 140736159 1247285248 17378 18446744073709551615 94058907725824 94058907726201 140733832524848 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94058907737496 94058907738116 94058916896768 140733832530270 140733832530464 140733832530464 140733832536039 0
/proc/116529/statm: 304513 17378 8135 1 0 275871 0
Current children cumulated CPU time: 1.37 s
Current children cumulated vsize: 1222244 KiB
Current children cumulated memory: 72456 KiB

[startup+3.11364 s]
/proc/loadavg: 4.22 4.14 4.10 5/258 116529
/proc/meminfo: memFree=124776180/131382112 swapFree=33010160/33010684
[pid=116524] ppid=116521 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/116524/stat : 116524 (scip-naps-1.00a) S 116521 116524 115313 0 -1 4194304 255 331 0 0 0 0 0 0 20 0 1 0 140736156 4292608 736 18446744073709551615 94892087873536 94892088768069 140736122207888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94892089007120 94892089054864 94892119478272 140736122210715 140736122210814 140736122210814 140736122216418 0
/proc/116524/statm: 1048 736 672 219 0 110 0
[pid=116529] ppid=116524 vsize=1280000 memory=130696 CPUtime=2.97 cores=1,3
/proc/116529/stat : 116529 (python3) R 116524 116524 115313 0 -1 4194304 25470 0 0 0 289 8 0 0 20 0 1 0 140736159 1310720000 32674 18446744073709551615 94058907725824 94058907726201 140733832524848 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94058907737496 94058907738116 94058916896768 140733832530270 140733832530464 140733832530464 140733832536039 0
/proc/116529/statm: 320000 32674 8135 1 0 291358 0
Current children cumulated CPU time: 2.97 s
Current children cumulated vsize: 1284192 KiB
Current children cumulated memory: 133640 KiB

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

# cumulated CPU time of all completed processes:  user=4.78772 s, system=0.145144 s

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

[startup+3.20043 s]
/proc/loadavg: 4.22 4.14 4.10 5/258 116529
/proc/meminfo: memFree=124776180/131382112 swapFree=33010160/33010684
[pid=116524] ppid=116521 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/116524/stat : 116524 (scip-naps-1.00a) S 116521 116524 115313 0 -1 4194304 255 331 0 0 0 0 0 0 20 0 1 0 140736156 4292608 736 18446744073709551615 94892087873536 94892088768069 140736122207888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94892089007120 94892089054864 94892119478272 140736122210715 140736122210814 140736122210814 140736122216418 0
/proc/116524/statm: 1048 736 672 219 0 110 0
[pid=116529] ppid=116524 vsize=1288876 memory=139144 CPUtime=3.06 cores=1,3
/proc/116529/stat : 116529 (python3) R 116524 116524 115313 0 -1 4194304 27566 0 0 0 297 9 0 0 20 0 1 0 140736159 1319809024 34786 18446744073709551615 94058907725824 94058907726201 140733832524848 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94058907737496 94058907738116 94058916896768 140733832530270 140733832530464 140733832530464 140733832536039 0
/proc/116529/statm: 322219 34786 8135 1 0 293577 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 1293068 KiB
Current children cumulated memory: 142088 KiB

[startup+4.00034 s]*
/proc/loadavg: 4.22 4.14 4.10 5/258 116529
/proc/meminfo: memFree=124728300/131382112 swapFree=33010160/33010684
[pid=116524] ppid=116521 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/116524/stat : 116524 (scip-naps-1.00a) S 116521 116524 115313 0 -1 4194304 255 331 0 0 0 0 0 0 20 0 1 0 140736156 4292608 736 18446744073709551615 94892087873536 94892088768069 140736122207888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94892089007120 94892089054864 94892119478272 140736122210715 140736122210814 140736122210814 140736122216418 0
/proc/116524/statm: 1048 736 672 219 0 110 0
[pid=116529] ppid=116524 vsize=1330100 memory=178696 CPUtime=3.87 cores=1,3
/proc/116529/stat : 116529 (python3) R 116524 116524 115313 0 -1 4194304 37475 0 0 0 377 10 0 0 20 0 1 0 140736159 1362022400 44674 18446744073709551615 94058907725824 94058907726201 140733832524848 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94058907737496 94058907738116 94058916896768 140733832530270 140733832530464 140733832530464 140733832536039 0
/proc/116529/statm: 332525 44674 8135 1 0 303883 0
Current children cumulated CPU time: 3.87 s
Current children cumulated vsize: 1334292 KiB
Current children cumulated memory: 181640 KiB

[startup+4.80035 s]
/proc/loadavg: 4.22 4.14 4.10 5/258 116529
/proc/meminfo: memFree=124728300/131382112 swapFree=33010160/33010684
[pid=116524] ppid=116521 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/116524/stat : 116524 (scip-naps-1.00a) S 116521 116524 115313 0 -1 4194304 255 331 0 0 0 0 0 0 20 0 1 0 140736156 4292608 736 18446744073709551615 94892087873536 94892088768069 140736122207888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94892089007120 94892089054864 94892119478272 140736122210715 140736122210814 140736122210814 140736122216418 0
/proc/116524/statm: 1048 736 672 219 0 110 0
[pid=116529] ppid=116524 vsize=1355828 memory=204296 CPUtime=4.66 cores=1,3
/proc/116529/stat : 116529 (python3) R 116524 116524 115313 0 -1 4194304 43861 0 0 0 454 12 0 0 20 0 1 0 140736159 1388367872 51074 18446744073709551615 94058907725824 94058907726201 140733832524848 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94058907737496 94058907738116 94058916896768 140733832530270 140733832530464 140733832530464 140733832536039 0
/proc/116529/statm: 338957 51074 8135 1 0 310315 0
Current children cumulated CPU time: 4.66 s
Current children cumulated vsize: 1360020 KiB
Current children cumulated memory: 207240 KiB

[startup+5.00039 s]*
/proc/loadavg: 4.20 4.14 4.10 5/258 116529
/proc/meminfo: memFree=124702612/131382112 swapFree=33010160/33010684
[pid=116524] ppid=116521 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/116524/stat : 116524 (scip-naps-1.00a) S 116521 116524 115313 0 -1 4194304 255 331 0 0 0 0 0 0 20 0 1 0 140736156 4292608 736 18446744073709551615 94892087873536 94892088768069 140736122207888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94892089007120 94892089054864 94892119478272 140736122210715 140736122210814 140736122210814 140736122216418 0
/proc/116524/statm: 1048 736 672 219 0 110 0
[pid=116529] ppid=116524 vsize=1356340 memory=205064 CPUtime=4.87 cores=1,3
/proc/116529/stat : 116529 (python3) R 116524 116524 115313 0 -1 4194304 44005 0 0 0 475 12 0 0 20 0 1 0 140736159 1388892160 51266 18446744073709551615 94058907725824 94058907726201 140733832524848 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94058907737496 94058907738116 94058916896768 140733832530270 140733832530464 140733832530464 140733832536039 0
/proc/116529/statm: 339085 51266 8199 1 0 310443 0
Current children cumulated CPU time: 4.87 s
Current children cumulated vsize: 1360532 KiB
Current children cumulated memory: 208008 KiB

Child status: 0

Real time (s): 5.05498
CPU time (s): 4.93287
CPU user time (s): 4.78772
CPU system time (s): 0.145144
CPU usage (%): 97.5844
Max. virtual memory (cumulated for all children) (KiB): 1360532
Max. memory (cumulated for all children) (KiB): 208008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.78772
system time used= 0.145144
maximum resident set size= 205064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44635
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 347
involuntary context switches= 36


# summary of solver processes directly reported to runsolver:
#   pid: 116524
#   total CPU time (s): 4.93287
#   total CPU user time (s): 4.78772
#   total CPU system time (s): 0.145144

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.056276 second user time and 0.124238 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-11 18:16:04
IDJOB=4530216
IDBENCH=146663
IDSOLVER=3388
FILE ID=nodeC009/4530216-1752250564
RUNJOBID= nodeC009-1752250414-116052
SLURM_JOB_ID= 9682557
Free space on /tmp= 431204 MiB

SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:20:4.5:0.95:100.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4530216-1752250564/watcher-4530216-1752250564 -o /tmp/evaluation-result-4530216-1752250564/solver-4530216-1752250564 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1752250414-116052 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4530216-1752250564.opb

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

MD5SUM BENCH= 0c08209891d9f5241a74237055766898
RANDOM SEED=775108691

nodeC009 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	: 0xb00001f
cpu MHz		: 3661.968
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 pti 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	: 6983.85
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		: 1197.231
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 pti 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	: 6983.85
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.667
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 pti 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	: 6983.85
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.683
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 pti 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	: 6983.85
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		: 3662.227
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 pti 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	: 6983.85
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		: 3691.482
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 pti 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	: 6983.85
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		: 1198.240
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 pti 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	: 6983.85
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		: 3700.000
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 pti 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	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        124869608 kB
MemAvailable:   127786888 kB
Buffers:            2144 kB
Cached:          3648356 kB
SwapCached:           24 kB
Active:          2777608 kB
Inactive:        2966180 kB
Active(anon):    2107044 kB
Inactive(anon):     4180 kB
Active(file):     670564 kB
Inactive(file):  2962000 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5760 kB
Writeback:             4 kB
AnonPages:       2096356 kB
Mapped:           127664 kB
Shmem:             17936 kB
KReclaimable:     248300 kB
Slab:             338696 kB
SReclaimable:     248300 kB
SUnreclaim:        90396 kB
KernelStack:        4144 kB
PageTables:         7900 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    5894072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149592 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    239616 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431196 MiB
End job on nodeC009 at 2025-07-11 18:16:09