Trace number 4464060

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
FiberSCIP 2024-07-30OPT1 3.1466 3.17042

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.180845
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

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 26238976, getVmSize() = 26238976, SCIPgetMemUsed() = 3760170, SCIPgetMemTotal() = 4581250, SCIPgetMemExternEstim() = 1830525
0.00/0.00	c ** set memory limit for presolving in LC to 8.79609e+12 for SCIP **
0.09/0.14	c ** Estimated virtualMemUsedAtSolver = 20247893, getVmSize() = 34504704, SCIPgetMemUsed() = 5944828, SCIPgetMemTotal() = 11409092, SCIPgetMemExternEstim() = 1830525
0.09/0.14	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
0.09/0.14	c Original Problem   :
0.09/0.14	c   Problem name     : instance-4464060-1722378594
0.09/0.14	c   Variables        : 934 (934 binary, 0 integer, 0 implicit integer, 0 continuous)
0.09/0.14	c   Constraints      : 1063
0.09/0.14	c   Objective sense  : minimize
0.09/0.14	c Presolved Problem  :
0.09/0.14	c   Variables        : 930 (930 binary, 0 integer, 0 implicit integer, 0 continuous)
0.09/0.14	c   Constraints      : 1059
0.09/0.14	c Constraints        : Number
0.09/0.14	c   knapsack         : 182 
0.09/0.14	c   setppc           : 871 
0.09/0.14	c   logicor          : 6 
0.09/0.14	c ** Instance transfer method used: 0
0.09/0.15	c ** ParaScipInstance copy does not increase the number of variables. **
0.09/0.15	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.09/0.15	c                                Nodes    Active                                            
0.09/0.15	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.09/0.15	c *       0              0           1         1        1501.0000                -          -
0.09/0.15	c *       0              0           1         1        1480.0000                -          -
0.20/0.30	c *       0              0           1         1         106.0000                -          -
0.29/0.31	c *       0              0           1         1          36.0000                -          -
2.97/3.02	c *       3              0           1         1           1.0000                -          -
2.97/3.02	c         3              1           0         0           1.0000           1.0000      0.00%
3.07/3.16	c         3              1           0         0           1.0000           1.0000          -
3.07/3.16	c SCIP Status        : c problem is solved
3.07/3.16	c Total Time         : 3.1600
3.07/3.16	c   solving          : 3.1600
3.07/3.16	c   presolving       : 0.1393 (included in solving)
3.07/3.16	c B&B Tree           :
3.07/3.16	c   nodes (total)    : 1
3.07/3.16	c Solution           :
3.07/3.16	c   Solutions found  : 6
3.07/3.16	c   Primal Bound     : +1.00000000000000e+00
3.07/3.16	c   Dual Bound       : +1.00000000000000e+00
3.07/3.16	c Gap                : 0.00000 %
3.07/3.16	o 1
3.07/3.16	s OPTIMUM FOUND
3.07/3.16	v x1 x571 -x360 x934 x572 x419 x370 x407 -x845 x926 x369 x411 x404 -x844 -x363 x405 -x722 -x364 x761 x760 -x848 x929 -x235 x699 x762 
3.07/3.16	v -x849 -x930 x686 x746 -x186 -x459 -x675 x685 -x458 x684 -x185 -x435 x460 -x238 x314 x444 -x239 x189 x678 x190 -x439 x679 
3.07/3.16	v -x718 -x416 -x359 x418 -x560 -x717 x933 x378 -x559 x361 x374 -x415 x925 x366 -x723 -x365 x367 -x410 -x721 x846 x927 -x368 x847 
3.07/3.16	v x932 x310 x406 -x850 x931 -x697 -x759 x830 -x234 x309 x698 x747 x694 x751 -x236 -x501 -x674 x690 x745 -x241 x315 -x457 x743 
3.07/3.16	v -x824 -x187 -x240 x313 -x434 x445 -x676 x682 x188 x449 x681 -x683 x191 -x436 x443 x680 x170 -x440 x441 -x504 -x438 -x481 -x505 
3.07/3.16	v x570 -x417 x569 -x889 x568 -x564 x719 x377 x720 x362 x373 -x414 -x557 x724 x346 -x558 -x703 -x893 x345 -x408 -x651 -x820 x928 
3.07/3.16	v x344 -x696 -x756 -x843 x912 -x695 -x758 -x819 x831 x911 x835 x910 x311 x755 -x829 x312 -x339 -x454 -x654 x693 -x825 -x827 
3.07/3.16	v x237 x316 -x456 -x477 -x500 -x550 -x655 x689 -x750 -x823 x221 -x295 x220 x453 -x476 -x502 x677 -x744 x184 -x219 -x507 x661 x172 
3.07/3.16	v x437 -x448 -x506 x660 x176 x420 -x482 -x553 x658 -x117 x171 -x421 x442 -x480 -x554 x736 -x888 x899 -x99 x567 x898 -x100 -x563 
3.07/3.16	v -x357 x375 x716 x894 -x335 -x358 x371 -x412 x704 x892 x354 x708 -x840 x923 -x334 x350 -x409 x650 -x702 -x757 -x842 x924 
3.07/3.16	v -x610 -x700 x920 -x342 x652 x821 -x839 x916 -x142 -x340 -x343 -x657 x822 -x338 -x455 -x656 -x754 x826 x834 -x908 x232 x308 -x691 
3.07/3.16	v x805 -x909 x233 x296 -x549 -x687 -x748 -x828 -x181 x229 -x264 -x300 x672 -x183 x225 -x294 x452 -x478 -x503 -x551 x673 -x292 
3.07/3.16	v x432 -x479 x487 -x556 -x669 x180 -x217 x433 -x446 -x483 -x486 -x555 x665 -x218 -x289 x429 x461 -x484 -x116 -x175 x425 x659 
3.07/3.16	v -x799 -x869 x102 x907 -x101 -x606 x735 x890 -x903 -x356 x565 -x713 x891 -x138 -x355 -x561 -x605 x715 x895 -x896 -x376 -x739 
3.07/3.16	v x875 -x897 -x922 -x137 -x372 -x413 x712 -x740 -x841 -x921 x353 x611 -x260 -x336 x349 -x609 -x707 x143 -x337 x919 -x141 -x259 
3.07/3.16	v x341 x653 -x701 -x838 x915 -x231 -x305 x320 -x530 x637 -x818 -x230 -x285 x307 -x397 -x636 -x752 x806 -x832 -x167 -x265 -x635 
3.07/3.16	v -x671 -x692 x810 -x182 -x263 -x284 x304 -x670 -x688 -x749 -x795 x804 x228 -x431 -x498 -x802 -x113 -x224 -x299 -x430 -x450 x499 
3.07/3.16	v x552 -x794 -x865 -x290 -x400 x475 x495 x536 -x668 -x112 x179 -x288 -x293 -x401 -x447 x463 -x491 -x535 x664 -x214 -x428 x467 
3.07/3.16	v -x533 -x800 x118 -x173 x424 x462 -x485 -x798 -x868 x906 x98 -x581 -x714 x737 -x902 x97 -x566 x742 x887 -x526 -x562 x607 -x741 
3.07/3.16	v x876 x608 x880 -x139 -x163 -x525 x612 x711 -x874 -x140 -x351 -x585 x591 -x872 x144 -x162 -x347 -x705 -x123 x333 -x531 x648 
3.07/3.16	v -x815 -x917 -x88 -x261 -x306 x321 -x529 x649 -x817 -x836 x913 -x168 x262 x325 -x645 -x166 -x210 x266 -x319 -x396 -x641 -x753 
3.07/3.16	v x814 -x833 x245 -x317 -x497 -x32 -x209 x286 x303 -x398 -x496 -x633 -x809 -x91 x226 x287 -x403 x472 -x547 -x634 -x92 -x222 -x291 
3.07/3.16	v -x297 -x402 -x451 x474 x548 -x796 -x803 -x864 x215 -x270 -x494 -x544 -x666 x797 x114 -x177 -x213 -x471 -x490 x540 -x662 x801 
3.07/3.16	v -x866 -x35 x115 -x426 x779 x871 -x36 x119 -x174 -x422 -x466 -x534 x870 -x886 x904 -x580 x738 x885 -x900 x95 x728 -x884 -x96 
3.07/3.16	v -x586 x604 x727 x527 -x584 x592 -x626 -x709 -x879 -x136 x330 -x352 x528 x596 -x647 x124 -x164 x332 -x348 -x532 x590 -x646 -x706 
3.07/3.16	v -x816 -x873 -x128 x165 x511 -x588 -x918 -x87 -x122 x169 -x329 -x837 -x914 -x120 x148 x258 x629 -x644 -x89 x246 -x324 -x630 
3.07/3.16	v -x640 x813 x94 x250 -x546 -x31 x93 -x211 -x244 x301 -x318 x399 -x473 -x545 -x807 x212 -x227 -x242 x283 x383 -x33 x216 -x223 
3.07/3.16	v x271 -x298 -x382 x38 x195 -x275 -x381 -x492 -x543 -x667 x793 x37 -x178 -x269 -x470 -x488 -x539 -x663 x781 x867 -x111 -x267 
3.07/3.16	v -x427 x785 x851 x107 -x423 -x464 x780 -x852 x734 -x905 x582 x733 -x901 x583 -x601 -x587 -x603 x732 -x883 -x133 -x576 -x48 -x135 
3.07/3.16	v -x331 x600 -x625 -x710 x725 -x877 x524 -x726 -x132 x512 -x595 x627 -x772 x161 -x255 -x516 x632 -x64 -x127 x149 x257 -x328 
3.07/3.16	v -x510 -x589 x631 -x51 x153 -x508 -x642 -x52 x90 -x121 x147 x254 -x322 -x638 -x811 x75 -x145 -x280 -x394 -x775 -x10 -x74 x249 
3.07/3.16	v -x282 -x302 -x395 -x776 -x808 x67 -x73 x208 -x391 -x790 -x34 -x68 x196 -x243 x279 -x387 x792 x20 -x108 x200 -x493 -x541 -x862 
3.07/3.16	v x19 -x110 -x194 -x274 -x379 -x468 -x489 -x537 x789 x863 -x13 x17 -x192 -x380 x859 -x14 x106 -x268 -x465 -x784 x855 -x602 -x134 
3.07/3.16	v x731 -x881 x521 x579 x47 x523 -x575 -x599 -x878 -x158 -x573 x49 -x131 -x160 -x256 x520 -x593 x628 -x771 x54 x617 x53 -x63 
3.07/3.16	v -x125 -x157 -x326 -x515 x616 -x773 -x85 -x393 -x615 -x643 x778 x65 -x86 -x152 x253 -x281 -x323 -x392 -x509 -x639 x777 -x812 x70 
3.07/3.16	v x82 -x205 -x9 x69 x79 -x146 x207 -x247 -x791 x29 -x390 -x861 x11 x30 -x71 -x109 x204 -x278 -x386 -x860 x16 x26 -x72 -x542 
3.07/3.16	v x15 x23 x199 -x272 -x469 -x538 -x788 -x858 x18 x105 -x193 -x782 x853 x522 x729 -x882 -x46 x518 -x598 -x622 -x45 -x159 x577 -x597 
3.07/3.16	v -x621 x730 x44 -x130 -x155 x517 x578 -x623 -x770 x50 -x129 x519 -x574 -x594 x624 -x769 x43 x62 -x84 -x154 -x620 x768 x42 
3.07/3.16	v x61 -x83 -x126 -x156 -x327 -x513 x618 -x774 -x41 x60 -x81 -x252 x619 x767 -x39 x66 -x150 -x206 x251 -x514 -x613 x766 -x8 -x28 
3.07/3.16	v -x40 x59 -x80 x202 -x389 -x614 x765 x7 -x27 x58 -x78 -x151 -x248 -x763 x6 x25 -x57 x201 -x277 -x388 -x764 x12 -x55 -x76 x203 
3.07/3.16	v -x276 -x384 x5 x24 -x56 -x77 -x787 -x857 x4 x21 x197 -x273 -x385 -x786 x2 -x104 -x856 -x3 x22 -x103 x198 -x783 x854 

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: 63968 MiB (63211 MiB free)
  memory of node 1: 64473 MiB (63736 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4464060-1722378594/watcher-4464060-1722378594 -o /tmp/evaluation-result-4464060-1722378594/solver-4464060-1722378594 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1722378594-27313 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4464060-1722378594.opb -qsol -t 3600 -sth 1 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100088 s]*
/proc/loadavg: 0.09 0.09 0.09 5/261 27378
/proc/meminfo: memFree=129902852/131524600 swapFree=131071996/131071996
[pid=27347] ppid=27344 vsize=30904 memory=21092 CPUtime=0.09 cores=0,2
/proc/27347/stat : 27347 (fscip) R 27344 27347 27303 0 -1 4194304 2752 0 0 0 9 0 0 0 20 0 1 0 4247626 31645696 5273 134679101440 4194304 16623229 140723474256544 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 25124864 140723474265110 140723474265226 140723474265226 140723474272240 0
/proc/27347/statm: 7726 5273 2774 3035 0 4122 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 30904 KiB
Current children cumulated memory: 21092 KiB

[startup+0.20583 s]*
/proc/loadavg: 0.09 0.09 0.09 5/263 27380
/proc/meminfo: memFree=129777592/131524600 swapFree=131071996/131071996
[pid=27347] ppid=27344 vsize=120068 memory=34140 CPUtime=0.2 cores=0,2
/proc/27347/stat : 27347 (fscip) S 27344 27347 27303 0 -1 1077936128 5992 0 0 0 19 1 0 0 20 0 3 0 4247626 122949632 8535 134679101440 4194304 16623229 140723474256544 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 25124864 140723474265110 140723474265226 140723474265226 140723474272240 0
/proc/27347/statm: 30017 8535 2806 3035 0 12217 0
[pid=27347/tid=27379] ppid=27344 vsize=120068 memory=8505393642823811203 CPUtime=0.04 cores=0,2
/proc/27347/task/27379/stat : 27379 (fscip) R 27344 27347 27303 0 -1 4194368 2377 0 0 0 4 0 0 0 20 0 3 0 4247640 122949632 8535 134679101440 4194304 16623229 140723474256544 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 25124864 140723474265110 140723474265226 140723474265226 140723474272240 0
[pid=27347/tid=27380] ppid=27344 vsize=120068 memory=17997 CPUtime=0 cores=0,2
/proc/27347/task/27380/stat : 27380 (fscip) S 27344 27347 27303 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4247641 122949632 8535 134679101440 4194304 16623229 140723474256544 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 25124864 140723474265110 140723474265226 140723474265226 140723474272240 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 120068 KiB
Current children cumulated memory: 34140 KiB

[startup+0.305826 s]*
/proc/loadavg: 0.09 0.09 0.09 5/264 27381
/proc/meminfo: memFree=129709380/131524600 swapFree=131071996/131071996
[pid=27347] ppid=27344 vsize=120068 memory=37460 CPUtime=0.29 cores=0,2
/proc/27347/stat : 27347 (fscip) S 27344 27347 27303 0 -1 1077936128 6718 0 0 0 28 1 0 0 20 0 3 0 4247626 122949632 9365 134679101440 4194304 16623229 140723474256544 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 25124864 140723474265110 140723474265226 140723474265226 140723474272240 0
/proc/27347/statm: 30017 9365 2918 3035 0 12969 0
[pid=27347/tid=27379] ppid=27344 vsize=120068 memory=-6000919489852958061 CPUtime=0.14 cores=0,2
/proc/27347/task/27379/stat : 27379 (fscip) R 27344 27347 27303 0 -1 4194368 3103 0 0 0 14 0 0 0 20 0 3 0 4247640 122949632 9365 134679101440 4194304 16623229 140723474256544 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 25124864 140723474265110 140723474265226 140723474265226 140723474272240 0
[pid=27347/tid=27380] ppid=27344 vsize=120068 memory=0 CPUtime=0 cores=0,2
/proc/27347/task/27380/stat : 27380 (fscip) S 27344 27347 27303 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4247641 122949632 9365 134679101440 4194304 16623229 140723474256544 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 25124864 140723474265110 140723474265226 140723474265226 140723474272240 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 120068 KiB
Current children cumulated memory: 37460 KiB

[startup+0.70026 s]
/proc/loadavg: 0.09 0.09 0.09 5/265 27382
/proc/meminfo: memFree=129655424/131524600 swapFree=131071996/131071996
[pid=27347] ppid=27344 vsize=121096 memory=57296 CPUtime=0.67 cores=0,2
/proc/27347/stat : 27347 (fscip) S 27344 27347 27303 0 -1 1077936128 12130 0 0 0 66 1 0 0 20 0 3 0 4247626 124002304 14324 134679101440 4194304 16623229 140723474256544 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 25124864 140723474265110 140723474265226 140723474265226 140723474272240 0
/proc/27347/statm: 30274 14324 2950 3035 0 18087 0
[pid=27347/tid=27379] ppid=27344 vsize=121096 memory=0 CPUtime=0.52 cores=0,2
/proc/27347/task/27379/stat : 27379 (fscip) R 27344 27347 27303 0 -1 4194368 8515 0 0 0 52 0 0 0 20 0 3 0 4247640 124002304 14324 134679101440 4194304 16623229 140723474256544 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 25124864 140723474265110 140723474265226 140723474265226 140723474272240 0
[pid=27347/tid=27380] ppid=27344 vsize=121096 memory=0 CPUtime=0 cores=0,2
/proc/27347/task/27380/stat : 27380 (fscip) S 27344 27347 27303 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4247641 124002304 14324 134679101440 4194304 16623229 140723474256544 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 25124864 140723474265110 140723474265226 140723474265226 140723474272240 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 121096 KiB
Current children cumulated memory: 57296 KiB

[startup+1.50026 s]
/proc/loadavg: 0.09 0.09 0.09 5/265 27382
/proc/meminfo: memFree=129512596/131524600 swapFree=131071996/131071996
[pid=27347] ppid=27344 vsize=163976 memory=113416 CPUtime=1.47 cores=0,2
/proc/27347/stat : 27347 (fscip) S 27344 27347 27303 0 -1 1077936128 35733 0 0 0 144 3 0 0 20 0 3 0 4247626 167911424 28354 134679101440 4194304 16623229 140723474256544 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 25124864 140723474265110 140723474265226 140723474265226 140723474272240 0
/proc/27347/statm: 40994 28354 2950 3035 0 32272 0
[pid=27347/tid=27379] ppid=27344 vsize=163976 memory=0 CPUtime=1.32 cores=0,2
/proc/27347/task/27379/stat : 27379 (fscip) R 27344 27347 27303 0 -1 4194368 32118 0 0 0 129 3 0 0 20 0 3 0 4247640 167911424 28354 134679101440 4194304 16623229 140723474256544 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 25124864 140723474265110 140723474265226 140723474265226 140723474272240 0
[pid=27347/tid=27380] ppid=27344 vsize=163976 memory=0 CPUtime=0 cores=0,2
/proc/27347/task/27380/stat : 27380 (fscip) S 27344 27347 27303 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4247641 167911424 28354 134679101440 4194304 16623229 140723474256544 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 25124864 140723474265110 140723474265226 140723474265226 140723474272240 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 163976 KiB
Current children cumulated memory: 113416 KiB

[startup+3.10562 s]
/proc/loadavg: 0.41 0.15 0.11 5/269 27386
/proc/meminfo: memFree=128751832/131524600 swapFree=131071996/131071996
[pid=27347] ppid=27344 vsize=208780 memory=170184 CPUtime=3.07 cores=0,2
/proc/27347/stat : 27347 (fscip) S 27344 27347 27303 0 -1 1077936128 53190 0 0 0 301 6 0 0 20 0 3 0 4247626 213790720 42546 134679101440 4194304 16623229 140723474256544 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 25124864 140723474265110 140723474265226 140723474265226 140723474272240 0
/proc/27347/statm: 52195 42546 2998 3035 0 46791 0
[pid=27347/tid=27379] ppid=27344 vsize=208780 memory=0 CPUtime=2.92 cores=0,2
/proc/27347/task/27379/stat : 27379 (fscip) R 27344 27347 27303 0 -1 4194368 49341 0 0 0 287 5 0 0 20 0 3 0 4247640 213790720 42546 134679101440 4194304 16623229 140723474256544 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 25124864 140723474265110 140723474265226 140723474265226 140723474272240 0
[pid=27347/tid=27380] ppid=27344 vsize=208780 memory=67592 CPUtime=0 cores=0,2
/proc/27347/task/27380/stat : 27380 (fscip) S 27344 27347 27303 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 3 0 4247641 213790720 42546 134679101440 4194304 16623229 140723474256544 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 25124864 140723474265110 140723474265226 140723474265226 140723474272240 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 208780 KiB
Current children cumulated memory: 170184 KiB

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

# cumulated CPU time of all completed processes:  user=3.073 s, system=0.0736 s

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

[startup+3.10562 s]
/proc/loadavg: 0.41 0.15 0.11 5/269 27386
/proc/meminfo: memFree=128751832/131524600 swapFree=131071996/131071996
[pid=27347] ppid=27344 vsize=208780 memory=170184 CPUtime=3.07 cores=0,2
/proc/27347/stat : 27347 (fscip) S 27344 27347 27303 0 -1 1077936128 53190 0 0 0 301 6 0 0 20 0 3 0 4247626 213790720 42546 134679101440 4194304 16623229 140723474256544 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 25124864 140723474265110 140723474265226 140723474265226 140723474272240 0
/proc/27347/statm: 52195 42546 2998 3035 0 46791 0
[pid=27347/tid=27379] ppid=27344 vsize=208780 memory=0 CPUtime=2.92 cores=0,2
/proc/27347/task/27379/stat : 27379 (fscip) R 27344 27347 27303 0 -1 4194368 49341 0 0 0 287 5 0 0 20 0 3 0 4247640 213790720 42546 134679101440 4194304 16623229 140723474256544 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 25124864 140723474265110 140723474265226 140723474265226 140723474272240 0
[pid=27347/tid=27380] ppid=27344 vsize=208780 memory=67592 CPUtime=0 cores=0,2
/proc/27347/task/27380/stat : 27380 (fscip) S 27344 27347 27303 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 3 0 4247641 213790720 42546 134679101440 4194304 16623229 140723474256544 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 25124864 140723474265110 140723474265226 140723474265226 140723474272240 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 208780 KiB
Current children cumulated memory: 170184 KiB

Child status: 0

Real time (s): 3.17042
CPU time (s): 3.1466
CPU user time (s): 3.073
CPU system time (s): 0.0736
CPU usage (%): 99.2486
Max. virtual memory (cumulated for all children) (KiB): 214920
Max. memory (cumulated for all children) (KiB): 175060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.073
system time used= 0.0736
maximum resident set size= 175304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55728
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21
involuntary context switches= 31


# summary of solver processes directly reported to runsolver:
#   pid: 27347
#   total CPU time (s): 3.1466
#   total CPU user time (s): 3.073
#   total CPU system time (s): 0.0736

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.022811 second user time and 0.038032 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-31 00:29:54
IDJOB=4464060
IDBENCH=146663
IDSOLVER=3092
FILE ID=nodeC015/4464060-1722378594
RUNJOBID= nodeC015-1722378594-27313
SLURM_JOB_ID= 8249828
Free space on /tmp= 890084 MiB

SOLVER NAME= FiberSCIP 2024-07-30
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= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4464060-1722378594/watcher-4464060-1722378594 -o /tmp/evaluation-result-4464060-1722378594/solver-4464060-1722378594 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1722378594-27313 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464060-1722378594.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 0c08209891d9f5241a74237055766898
RANDOM SEED=1497379858

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3286.692
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.37
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		: 3459.460
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.03
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		: 3481.985
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.37
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		: 3604.115
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.03
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		: 3116.636
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.37
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		: 3397.451
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.03
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		: 3317.567
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.37
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		: 3593.955
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129994956 kB
MemAvailable:   129855512 kB
Buffers:           89496 kB
Cached:           610112 kB
SwapCached:            0 kB
Active:           247752 kB
Inactive:         809792 kB
Active(anon):       1480 kB
Inactive(anon):   379948 kB
Active(file):     246272 kB
Inactive(file):   429844 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            116672 kB
Writeback:             0 kB
AnonPages:        358204 kB
Mapped:            88716 kB
Shmem:             23384 kB
KReclaimable:      48528 kB
Slab:             129216 kB
SReclaimable:      48528 kB
SUnreclaim:        80688 kB
KernelStack:        4016 kB
PageTables:         9360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     710788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             9696 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      158420 kB
DirectMap2M:    12197888 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 889968 MiB
End job on nodeC015 at 2024-07-31 00:29:58