Trace number 4521062

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 2025-06-09? (TO) 3600.09 3605.52

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_6-partite_inlv/
normalized-maxcut_opt_complete_6-partite_inlv_nvert_87.opb
MD5SUM83591af43c3da6ede4007c8e5a8d776b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-1892
Best CPU time to get the best result obtained on this benchmark3584.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3741
Total number of constraints423980
Number of constraints which are clauses423980
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 3153
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3153
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 3153
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.01	c initialize IPBHS solver
0.00/0.01	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.01	c optimizer = "gurobi"
0.00/0.01	c pbsolver = "roundingsat"
0.00/0.01	c use separate pbsolver for SIS
0.00/0.01	c load symmetries from file ""
0.00/0.01	c set time limit for symmetry computation to 100 seconds.
0.00/0.01	c set interchangeable summation variable limit to 3
0.00/0.01	c set sym compact max subset size to 5
0.00/0.01	c set explicit symmetry matrix usage to 1
0.00/0.01	c sym budget explicit to 100
0.00/0.01	c sym budget explicit lits to 6000
0.00/0.01	c sym budget compact to 100
0.00/0.01	c sym budget compact lits to 6000
0.00/0.01	c sym budget common to 0
0.00/0.01	c sym budget common lits to 0
0.00/0.01	c set sym generation to 's'
0.00/0.01	c set abstraction set creation to 10 iterations without LB change
0.00/0.01	c set abstraction set inputs to 0
0.00/0.01	c set abstraction set cluster min size to 2
0.00/0.01	c set abstraction set cluster max size to 100000000
0.00/0.01	c set abstraction set cluster activation limit to 2
0.00/0.01	c enable abstraction set require equal cost
0.00/0.01	c set abstraction set assumptions to 0
0.00/0.01	c set abstraction set constraint type to 0
0.00/0.01	c set abstract core extraction strategy to b
0.00/0.01	c set core extraction strategy to 2
0.00/0.01	c set core extraction shuffles 10
0.00/0.01	c set cores per iteration to 5
0.00/0.01	c set optimizer bound usage strategy to 2
0.00/0.01	c set optimizer max non-optimal iterations to 1000
0.00/0.01	c set small core cardinality limit to 2
0.00/0.01	c set max coef in cores to 1000000000
0.00/0.01	c set core processing techniques to 4095
0.00/0.01	c set SIS iterations to 5
0.00/0.01	c set SIS budget abs to 1000
0.00/0.01	c set SIS budget rel to 0.05
2.54/2.69	c limit for coefficient in constraints and objective to 1000000000
2.54/2.69	c will solve HOME/instance-4521062-1751570315.opb
2.54/2.69	c [0] will start solving

Verifier Data

ERROR: no interpretation found !

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4521062-1751570315/watcher-4521062-1751570315 -o /tmp/evaluation-result-4521062-1751570315/solver-4521062-1751570315 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751570052-85954 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4521062-1751570315.opb --max-coef 1000000000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=86341, runsolver pid=86338
Current StackSize limit: 8192 KiB


[startup+0.100068 s]*
/proc/loadavg: 4.12 2.97 2.87 5/253 86342
/proc/meminfo: memFree=123138212/131382116 swapFree=33010684/33010684
[pid=86341] ppid=86338 vsize=226448 memory=163176 CPUtime=0.09 cores=5,7
/proc/86341/stat : 86341 (ipbhs_gurobi) R 86338 86341 85941 0 -1 4194304 1683 0 0 0 5 4 0 0 20 0 1 0 72711285 231882752 40794 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
/proc/86341/statm: 56612 40794 1632 641 0 41369 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 226448 KiB
Current children cumulated memory: 163176 KiB

[startup+0.211913 s]*
/proc/loadavg: 4.12 2.97 2.87 5/253 86342
/proc/meminfo: memFree=123134936/131382116 swapFree=33010684/33010684
[pid=86341] ppid=86338 vsize=231536 memory=167988 CPUtime=0.19 cores=5,7
/proc/86341/stat : 86341 (ipbhs_gurobi) R 86338 86341 85941 0 -1 4194304 2867 0 0 0 15 4 0 0 20 0 1 0 72711285 237092864 41997 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
/proc/86341/statm: 57884 41997 1632 641 0 42641 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 231536 KiB
Current children cumulated memory: 167988 KiB

[startup+0.311757 s]*
/proc/loadavg: 4.12 2.97 2.87 5/253 86342
/proc/meminfo: memFree=123127060/131382116 swapFree=33010684/33010684
[pid=86341] ppid=86338 vsize=236868 memory=172088 CPUtime=0.27 cores=5,7
/proc/86341/stat : 86341 (ipbhs_gurobi) R 86338 86341 85941 0 -1 4194304 4020 0 0 0 23 4 0 0 20 0 1 0 72711285 242552832 43022 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
/proc/86341/statm: 59217 43022 1632 641 0 43974 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 236868 KiB
Current children cumulated memory: 172088 KiB

[startup+0.70023 s]
/proc/loadavg: 4.12 2.97 2.87 5/253 86342
/proc/meminfo: memFree=123123028/131382116 swapFree=33010684/33010684
[pid=86341] ppid=86338 vsize=253340 memory=189288 CPUtime=0.65 cores=5,7
/proc/86341/stat : 86341 (ipbhs_gurobi) R 86338 86341 85941 0 -1 4194304 7556 0 0 0 59 6 0 0 20 0 1 0 72711285 259420160 47322 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
/proc/86341/statm: 63335 47322 1632 641 0 48092 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 253340 KiB
Current children cumulated memory: 189288 KiB

[startup+1.50028 s]
/proc/loadavg: 4.12 2.97 2.87 7/253 86342
/proc/meminfo: memFree=123099100/131382116 swapFree=33010684/33010684
[pid=86341] ppid=86338 vsize=284944 memory=226080 CPUtime=1.44 cores=5,7
/proc/86341/stat : 86341 (ipbhs_gurobi) R 86338 86341 85941 0 -1 4194304 14093 0 0 0 119 25 0 0 20 0 1 0 72711285 291782656 56520 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
/proc/86341/statm: 71236 56520 1728 641 0 55993 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 284944 KiB
Current children cumulated memory: 226080 KiB

[startup+3.11202 s]
/proc/loadavg: 4.11 2.99 2.88 7/255 86345
/proc/meminfo: memFree=122999592/131382116 swapFree=33010684/33010684
[pid=86341] ppid=86338 vsize=391584 memory=316804 CPUtime=3.06 cores=5,7
/proc/86341/stat : 86341 (ipbhs_gurobi) R 86338 86341 85941 0 -1 4194304 29100 0 0 0 218 88 0 0 20 0 2 0 72711285 400982016 79201 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
/proc/86341/statm: 97896 79201 2304 641 0 80379 0
[pid=86341/tid=86345] ppid=86338 vsize=391584 memory=0 CPUtime=0 cores=5,7
/proc/86341/task/86345/stat : 86345 (ipbhs_gurobi) S 86338 86341 85941 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 72711554 400982016 79201 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 391584 KiB
Current children cumulated memory: 316804 KiB

[startup+6.30031 s]
/proc/loadavg: 4.11 2.99 2.88 7/255 86345
/proc/meminfo: memFree=122788772/131382116 swapFree=33010684/33010684
[pid=86341] ppid=86338 vsize=572344 memory=493644 CPUtime=6.24 cores=5,7
/proc/86341/stat : 86341 (ipbhs_gurobi) R 86338 86341 85941 0 -1 4194304 62139 0 0 0 500 124 0 0 20 0 2 0 72711285 586080256 123411 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
/proc/86341/statm: 143086 123411 2976 641 0 125569 0
[pid=86341/tid=86345] ppid=86338 vsize=572344 memory=231344 CPUtime=0 cores=5,7
/proc/86341/task/86345/stat : 86345 (ipbhs_gurobi) S 86338 86341 85941 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 2 0 72711554 586080256 123411 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 572344 KiB
Current children cumulated memory: 493644 KiB

[startup+12.7003 s]
/proc/loadavg: 4.10 3.01 2.88 7/255 86345
/proc/meminfo: memFree=122748840/131382116 swapFree=33010684/33010684
[pid=86341] ppid=86338 vsize=1006916 memory=607796 CPUtime=12.63 cores=5,7
/proc/86341/stat : 86341 (ipbhs_gurobi) R 86338 86341 85941 0 -1 4194304 109100 0 0 0 1132 131 0 0 20 0 2 0 72711285 1031081984 151949 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
/proc/86341/statm: 251729 151949 3168 641 0 234212 0
[pid=86341/tid=86345] ppid=86338 vsize=1006916 memory=583272 CPUtime=0.01 cores=5,7
/proc/86341/task/86345/stat : 86345 (ipbhs_gurobi) S 86338 86341 85941 0 -1 4194368 5 0 0 0 0 1 0 0 20 0 2 0 72711554 1031081984 151949 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 1006916 KiB
Current children cumulated memory: 607796 KiB

[startup+25.5003 s]
/proc/loadavg: 4.08 3.06 2.90 7/255 86345
/proc/meminfo: memFree=122328164/131382116 swapFree=33010684/33010684
[pid=86341] ppid=86338 vsize=1630452 memory=916268 CPUtime=25.41 cores=5,7
/proc/86341/stat : 86341 (ipbhs_gurobi) R 86338 86341 85941 0 -1 4194304 259495 0 0 0 2382 159 0 0 20 0 2 0 72711285 1669582848 229067 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
/proc/86341/statm: 407613 229067 3616 641 0 390096 0
[pid=86341/tid=86345] ppid=86338 vsize=1630452 memory=14336 CPUtime=0.02 cores=5,7
/proc/86341/task/86345/stat : 86345 (ipbhs_gurobi) S 86338 86341 85941 0 -1 4194368 7 0 0 0 0 2 0 0 20 0 2 0 72711554 1669582848 229067 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1630452 KiB
Current children cumulated memory: 916268 KiB

[startup+51.1129 s]
/proc/loadavg: 4.12 3.15 2.94 7/255 86346
/proc/meminfo: memFree=122138740/131382116 swapFree=33010684/33010684
[pid=86341] ppid=86338 vsize=2098536 memory=1077184 CPUtime=50.99 cores=5,7
/proc/86341/stat : 86341 (ipbhs_gurobi) R 86338 86341 85941 0 -1 4194304 390814 0 0 0 4914 185 0 0 20 0 2 0 72711285 2148900864 269296 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
/proc/86341/statm: 524634 269296 3712 641 0 507117 0
[pid=86341/tid=86345] ppid=86338 vsize=2098536 memory=14336 CPUtime=0.07 cores=5,7
/proc/86341/task/86345/stat : 86345 (ipbhs_gurobi) S 86338 86341 85941 0 -1 4194368 8 0 0 0 1 6 0 0 20 0 2 0 72711554 2148900864 269296 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 2098536 KiB
Current children cumulated memory: 1077184 KiB

[startup+102.3 s]
/proc/loadavg: 4.27 3.33 3.01 7/256 86349
/proc/meminfo: memFree=122302024/131382116 swapFree=33010684/33010684
[pid=86341] ppid=86338 vsize=1627572 memory=936892 CPUtime=102.11 cores=5,7
/proc/86341/stat : 86341 (ipbhs_gurobi) R 86338 86341 85941 0 -1 4194304 536624 0 0 0 9999 212 0 0 20 0 2 0 72711285 1666633728 234223 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
/proc/86341/statm: 406893 234223 3712 641 0 389376 0
[pid=86341/tid=86345] ppid=86338 vsize=1627572 memory=14336 CPUtime=0.17 cores=5,7
/proc/86341/task/86345/stat : 86345 (ipbhs_gurobi) S 86338 86341 85941 0 -1 4194368 12 0 0 0 4 13 0 0 20 0 2 0 72711554 1666633728 234223 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
Current children cumulated CPU time: 102.11 s
Current children cumulated vsize: 1627572 KiB
Current children cumulated memory: 936892 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 3.47 3.08 7/256 86351
/proc/meminfo: memFree=122289812/131382116 swapFree=33010684/33010684
[pid=86341] ppid=86338 vsize=1627572 memory=936892 CPUtime=162.04 cores=5,7
/proc/86341/stat : 86341 (ipbhs_gurobi) R 86338 86341 85941 0 -1 4194304 546329 0 0 0 15983 221 0 0 20 0 2 0 72711285 1666633728 234223 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
/proc/86341/statm: 406893 234223 3712 641 0 389376 0
[pid=86341/tid=86345] ppid=86338 vsize=1627572 memory=936892 CPUtime=0.3 cores=5,7
/proc/86341/task/86345/stat : 86345 (ipbhs_gurobi) S 86338 86341 85941 0 -1 4194368 14 0 0 0 8 22 0 0 20 0 2 0 72711554 1666633728 234223 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
Current children cumulated CPU time: 162.04 s
Current children cumulated vsize: 1627572 KiB
Current children cumulated memory: 936892 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 3.58 3.15 7/256 86357
/proc/meminfo: memFree=122290256/131382116 swapFree=33010684/33010684
[pid=86341] ppid=86338 vsize=1627572 memory=939264 CPUtime=221.95 cores=5,7
/proc/86341/stat : 86341 (ipbhs_gurobi) R 86338 86341 85941 0 -1 4194304 569546 0 0 0 21963 232 0 0 20 0 2 0 72711285 1666633728 234816 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
/proc/86341/statm: 406893 234816 3712 641 0 389376 0
[pid=86341/tid=86345] ppid=86338 vsize=1627572 memory=939008 CPUtime=0.43 cores=5,7
/proc/86341/task/86345/stat : 86345 (ipbhs_gurobi) S 86338 86341 85941 0 -1 4194368 16 0 0 0 12 31 0 0 20 0 2 0 72711554 1666633728 234816 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
Current children cumulated CPU time: 221.95 s
Current children cumulated vsize: 1627572 KiB
Current children cumulated memory: 939264 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 3.69 3.21 8/256 86359
/proc/meminfo: memFree=122327356/131382116 swapFree=33010684/33010684
[pid=86341] ppid=86338 vsize=1627572 memory=941760 CPUtime=281.88 cores=5,7
/proc/86341/stat : 86341 (ipbhs_gurobi) R 86338 86341 85941 0 -1 4194304 569809 0 0 0 27946 242 0 0 20 0 2 0 72711285 1666633728 235440 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
/proc/86341/statm: 406893 235440 3712 641 0 389376 0
[pid=86341/tid=86345] ppid=86338 vsize=1627572 memory=941760 CPUtime=0.55 cores=5,7
/proc/86341/task/86345/stat : 86345 (ipbhs_gurobi) S 86338 86341 85941 0 -1 4194368 16 0 0 0 16 39 0 0 20 0 2 0 72711554 1666633728 235440 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
Current children cumulated CPU time: 281.88 s
Current children cumulated vsize: 1627572 KiB
Current children cumulated memory: 941760 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 3.77 3.27 7/255 86363
/proc/meminfo: memFree=122351956/131382116 swapFree=33010684/33010684
[pid=86341] ppid=86338 vsize=1627572 memory=950532 CPUtime=341.8 cores=5,7
/proc/86341/stat : 86341 (ipbhs_gurobi) R 86338 86341 85941 0 -1 4194304 587168 0 0 0 33926 254 0 0 20 0 2 0 72711285 1666633728 237633 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
/proc/86341/statm: 406893 237633 3712 641 0 389376 0
[pid=86341/tid=86345] ppid=86338 vsize=1627572 memory=950532 CPUtime=0.68 cores=5,7
/proc/86341/task/86345/stat : 86345 (ipbhs_gurobi) S 86338 86341 85941 0 -1 4194368 16 0 0 0 19 49 0 0 20 0 2 0 72711554 1666633728 237633 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0

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

/proc/meminfo: memFree=123000248/131382116 swapFree=33010684/33010684
[pid=86341] ppid=86338 vsize=1892424 memory=994232 CPUtime=3037.61 cores=5,7
/proc/86341/stat : 86341 (ipbhs_gurobi) R 86338 86341 85941 0 -1 4194304 1410715 0 0 0 302984 777 0 0 20 0 2 0 72711285 1937842176 248558 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
/proc/86341/statm: 473106 248558 3840 641 0 455589 0
[pid=86341/tid=86345] ppid=86338 vsize=1892424 memory=994232 CPUtime=6.45 cores=5,7
/proc/86341/task/86345/stat : 86345 (ipbhs_gurobi) S 86338 86341 85941 0 -1 4194368 55 0 0 0 180 465 0 0 20 0 2 0 72711554 1937842176 248558 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
Current children cumulated CPU time: 3037.61 s
Current children cumulated vsize: 1892424 KiB
Current children cumulated memory: 994232 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.14 4.14 7/254 86548
/proc/meminfo: memFree=123005844/131382116 swapFree=33010684/33010684
[pid=86341] ppid=86338 vsize=1892424 memory=994232 CPUtime=3097.56 cores=5,7
/proc/86341/stat : 86341 (ipbhs_gurobi) R 86338 86341 85941 0 -1 4194304 1419950 0 0 0 308969 787 0 0 20 0 2 0 72711285 1937842176 248558 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
/proc/86341/statm: 473106 248558 3840 641 0 455589 0
[pid=86341/tid=86345] ppid=86338 vsize=1892424 memory=993720 CPUtime=6.58 cores=5,7
/proc/86341/task/86345/stat : 86345 (ipbhs_gurobi) S 86338 86341 85941 0 -1 4194368 55 0 0 0 184 474 0 0 20 0 2 0 72711554 1937842176 248558 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
Current children cumulated CPU time: 3097.56 s
Current children cumulated vsize: 1892424 KiB
Current children cumulated memory: 994232 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.13 4.14 7/254 86551
/proc/meminfo: memFree=123009516/131382116 swapFree=33010684/33010684
[pid=86341] ppid=86338 vsize=1892424 memory=994232 CPUtime=3157.52 cores=5,7
/proc/86341/stat : 86341 (ipbhs_gurobi) R 86338 86341 85941 0 -1 4194304 1420482 0 0 0 314954 798 0 0 20 0 2 0 72711285 1937842176 248558 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
/proc/86341/statm: 473106 248558 3840 641 0 455589 0
[pid=86341/tid=86345] ppid=86338 vsize=1892424 memory=993720 CPUtime=6.71 cores=5,7
/proc/86341/task/86345/stat : 86345 (ipbhs_gurobi) S 86338 86341 85941 0 -1 4194368 55 0 0 0 188 483 0 0 20 0 2 0 72711554 1937842176 248558 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
Current children cumulated CPU time: 3157.52 s
Current children cumulated vsize: 1892424 KiB
Current children cumulated memory: 994232 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.12 4.13 6/254 86644
/proc/meminfo: memFree=122726780/131382116 swapFree=33010684/33010684
[pid=86341] ppid=86338 vsize=1892424 memory=994232 CPUtime=3217.43 cores=5,7
/proc/86341/stat : 86341 (ipbhs_gurobi) R 86338 86341 85941 0 -1 4194304 1430240 0 0 0 320930 813 0 0 20 0 2 0 72711285 1937842176 248558 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
/proc/86341/statm: 473106 248558 3840 641 0 455589 0
[pid=86341/tid=86345] ppid=86338 vsize=1892424 memory=993720 CPUtime=6.83 cores=5,7
/proc/86341/task/86345/stat : 86345 (ipbhs_gurobi) S 86338 86341 85941 0 -1 4194368 55 0 0 0 191 492 0 0 20 0 2 0 72711554 1937842176 248558 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
Current children cumulated CPU time: 3217.43 s
Current children cumulated vsize: 1892424 KiB
Current children cumulated memory: 994232 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.12 4.13 6/255 86651
/proc/meminfo: memFree=122698972/131382116 swapFree=33010684/33010684
[pid=86341] ppid=86338 vsize=1892424 memory=994232 CPUtime=3277.39 cores=5,7
/proc/86341/stat : 86341 (ipbhs_gurobi) R 86338 86341 85941 0 -1 4194304 1431251 0 0 0 326914 825 0 0 20 0 2 0 72711285 1937842176 248558 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
/proc/86341/statm: 473106 248558 3840 641 0 455589 0
[pid=86341/tid=86345] ppid=86338 vsize=1892424 memory=994232 CPUtime=6.96 cores=5,7
/proc/86341/task/86345/stat : 86345 (ipbhs_gurobi) S 86338 86341 85941 0 -1 4194368 55 0 0 0 195 501 0 0 20 0 2 0 72711554 1937842176 248558 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
Current children cumulated CPU time: 3277.39 s
Current children cumulated vsize: 1892424 KiB
Current children cumulated memory: 994232 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.11 4.13 5/254 86701
/proc/meminfo: memFree=124503344/131382116 swapFree=33010684/33010684
[pid=86341] ppid=86338 vsize=1892424 memory=994232 CPUtime=3337.33 cores=5,7
/proc/86341/stat : 86341 (ipbhs_gurobi) R 86338 86341 85941 0 -1 4194304 1440715 0 0 0 332898 835 0 0 20 0 2 0 72711285 1937842176 248558 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
/proc/86341/statm: 473106 248558 3840 641 0 455589 0
[pid=86341/tid=86345] ppid=86338 vsize=1892424 memory=994232 CPUtime=7.09 cores=5,7
/proc/86341/task/86345/stat : 86345 (ipbhs_gurobi) S 86338 86341 85941 0 -1 4194368 55 0 0 0 199 510 0 0 20 0 2 0 72711554 1937842176 248558 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
Current children cumulated CPU time: 3337.33 s
Current children cumulated vsize: 1892424 KiB
Current children cumulated memory: 994232 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.14 4.13 5/256 86705
/proc/meminfo: memFree=124307340/131382116 swapFree=33010684/33010684
[pid=86341] ppid=86338 vsize=1892424 memory=994232 CPUtime=3397.24 cores=5,7
/proc/86341/stat : 86341 (ipbhs_gurobi) R 86338 86341 85941 0 -1 4194304 1441274 0 0 0 338879 845 0 0 20 0 2 0 72711285 1937842176 248558 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
/proc/86341/statm: 473106 248558 3840 641 0 455589 0
[pid=86341/tid=86345] ppid=86338 vsize=1892424 memory=994232 CPUtime=7.22 cores=5,7
/proc/86341/task/86345/stat : 86345 (ipbhs_gurobi) S 86338 86341 85941 0 -1 4194368 55 0 0 0 203 519 0 0 20 0 2 0 72711554 1937842176 248558 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
Current children cumulated CPU time: 3397.24 s
Current children cumulated vsize: 1892424 KiB
Current children cumulated memory: 994232 KiB

[startup+3462.3 s]
/proc/loadavg: 4.24 4.16 4.14 5/256 87028
/proc/meminfo: memFree=124534628/131382116 swapFree=33010684/33010684
[pid=86341] ppid=86338 vsize=1892424 memory=995896 CPUtime=3457.07 cores=5,7
/proc/86341/stat : 86341 (ipbhs_gurobi) R 86338 86341 85941 0 -1 4194304 1450718 0 0 0 344844 863 0 0 20 0 2 0 72711285 1937842176 248974 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
/proc/86341/statm: 473106 248974 3840 641 0 455589 0
[pid=86341/tid=86345] ppid=86338 vsize=1892424 memory=994232 CPUtime=7.34 cores=5,7
/proc/86341/task/86345/stat : 86345 (ipbhs_gurobi) S 86338 86341 85941 0 -1 4194368 55 0 0 0 205 529 0 0 20 0 2 0 72711554 1937842176 248974 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
Current children cumulated CPU time: 3457.07 s
Current children cumulated vsize: 1892424 KiB
Current children cumulated memory: 995896 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.14 4.13 5/256 87030
/proc/meminfo: memFree=124470148/131382116 swapFree=33010684/33010684
[pid=86341] ppid=86338 vsize=1892424 memory=995896 CPUtime=3516.99 cores=5,7
/proc/86341/stat : 86341 (ipbhs_gurobi) R 86338 86341 85941 0 -1 4194304 1451761 0 0 0 350826 873 0 0 20 0 2 0 72711285 1937842176 248974 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
/proc/86341/statm: 473106 248974 3840 641 0 455589 0
[pid=86341/tid=86345] ppid=86338 vsize=1892424 memory=995896 CPUtime=7.47 cores=5,7
/proc/86341/task/86345/stat : 86345 (ipbhs_gurobi) S 86338 86341 85941 0 -1 4194368 56 0 0 0 209 538 0 0 20 0 2 0 72711554 1937842176 248974 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
Current children cumulated CPU time: 3516.99 s
Current children cumulated vsize: 1892424 KiB
Current children cumulated memory: 995896 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.14 4.13 5/255 87032
/proc/meminfo: memFree=124443156/131382116 swapFree=33010684/33010684
[pid=86341] ppid=86338 vsize=1892424 memory=995896 CPUtime=3576.9 cores=5,7
/proc/86341/stat : 86341 (ipbhs_gurobi) R 86338 86341 85941 0 -1 4194304 1451769 0 0 0 356808 882 0 0 20 0 2 0 72711285 1937842176 248974 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
/proc/86341/statm: 473106 248974 3840 641 0 455589 0
[pid=86341/tid=86345] ppid=86338 vsize=1892424 memory=18816 CPUtime=7.59 cores=5,7
/proc/86341/task/86345/stat : 86345 (ipbhs_gurobi) S 86338 86341 85941 0 -1 4194368 56 0 0 0 213 546 0 0 20 0 2 0 72711554 1937842176 248974 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
Current children cumulated CPU time: 3576.9 s
Current children cumulated vsize: 1892424 KiB
Current children cumulated memory: 995896 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.5 s]
/proc/loadavg: 4.09 4.13 4.13 5/255 87032
/proc/meminfo: memFree=124439064/131382116 swapFree=33010684/33010684
[pid=86341] ppid=86338 vsize=1892424 memory=995896 CPUtime=3600.06 cores=5,7
/proc/86341/stat : 86341 (ipbhs_gurobi) R 86338 86341 85941 0 -1 4194304 1451769 0 0 0 359120 886 0 0 20 0 2 0 72711285 1937842176 248974 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
/proc/86341/statm: 473106 248974 3840 641 0 455589 0
[pid=86341/tid=86345] ppid=86338 vsize=1892424 memory=995896 CPUtime=7.63 cores=5,7
/proc/86341/task/86345/stat : 86345 (ipbhs_gurobi) S 86338 86341 85941 0 -1 4194368 56 0 0 0 214 549 0 0 20 0 2 0 72711554 1937842176 248974 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 1892424 KiB
Current children cumulated memory: 995896 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3605.52 s]
# the end of solver process 86341 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3591.21 s, system=8.88057 s

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

[startup+3605.5 s]
/proc/loadavg: 4.09 4.13 4.13 5/255 87032
/proc/meminfo: memFree=124439064/131382116 swapFree=33010684/33010684
[pid=86341] ppid=86338 vsize=1892424 memory=995896 CPUtime=3600.06 cores=5,7
/proc/86341/stat : 86341 (ipbhs_gurobi) R 86338 86341 85941 0 -1 4194304 1451769 0 0 0 359120 886 0 0 20 0 2 0 72711285 1937842176 248974 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
/proc/86341/statm: 473106 248974 3840 641 0 455589 0
[pid=86341/tid=86345] ppid=86338 vsize=1892424 memory=995896 CPUtime=7.63 cores=5,7
/proc/86341/task/86345/stat : 86345 (ipbhs_gurobi) S 86338 86341 85941 0 -1 4194368 56 0 0 0 214 549 0 0 20 0 2 0 72711554 1937842176 248974 18446744073709551615 94914626912256 94914629537309 140731911317088 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94914630156184 94914630189146 94914639572992 140731911326111 140731911326215 140731911326215 140731911331817 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 1892424 KiB
Current children cumulated memory: 995896 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3605.52
CPU time (s): 3600.09
CPU user time (s): 3591.21
CPU system time (s): 8.88057
CPU usage (%): 99.8494
Max. virtual memory (cumulated for all children) (KiB): 2107216
Max. memory (cumulated for all children) (KiB): 1116904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.21
system time used= 8.88057
maximum resident set size= 1116904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1451770
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= 356351
involuntary context switches= 20149


# summary of solver processes directly reported to runsolver:
#   pid: 86341
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3591.21
#   total CPU system time (s): 8.88057

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5911 second user time and 37.7401 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-03 21:18:35
IDJOB=4521062
IDBENCH=178219
IDSOLVER=3333
FILE ID=nodeC011/4521062-1751570315
RUNJOBID= nodeC011-1751570052-85954
SLURM_JOB_ID= 9598789
Free space on /tmp= 430336 MiB

SOLVER NAME= IPBHS-GUROBI 2025-06-09
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_6-partite_inlv/normalized-maxcut_opt_complete_6-partite_inlv_nvert_87.opb
COMMAND LINE= ./ipbhs_gurobi BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4521062-1751570315/watcher-4521062-1751570315 -o /tmp/evaluation-result-4521062-1751570315/solver-4521062-1751570315 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751570052-85954 --watchdog 3760  ./ipbhs_gurobi HOME/instance-4521062-1751570315.opb --max-coef 1000000000

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

MD5SUM BENCH= 83591af43c3da6ede4007c8e5a8d776b
RANDOM SEED=998763255

nodeC011 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		: 3492.074
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	: 6984.20
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		: 3691.596
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	: 6984.20
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.692
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	: 6984.20
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.180
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	: 6984.20
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.933
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	: 6984.20
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		: 1197.895
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	: 6984.20
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		: 3700.000
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	: 6984.20
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		: 1297.064
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        123294048 kB
MemAvailable:   126184928 kB
Buffers:            3276 kB
Cached:          3686584 kB
SwapCached:            0 kB
Active:          4228604 kB
Inactive:        3247004 kB
Active(anon):    3801604 kB
Inactive(anon):     2104 kB
Active(file):     427000 kB
Inactive(file):  3244900 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             73028 kB
Writeback:             0 kB
AnonPages:       3788472 kB
Mapped:           118520 kB
Shmem:             17960 kB
KReclaimable:     116832 kB
Slab:             203188 kB
SReclaimable:     116832 kB
SUnreclaim:        86356 kB
KernelStack:        4080 kB
PageTables:        10636 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    4781752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3092480 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430280 MiB
End job on nodeC011 at 2025-07-03 22:18:41