Trace number 4503045

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
IPBHS-GUROBI-SYM 2025-06-09? (TO) 3600.14 3610.54

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-mul_8_11_shg.opb
MD5SUM1fbef458f61b2221fcf0474a376c4852
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 benchmark64
Best CPU time to get the best result obtained on this benchmark3585.25
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15008
Total number of constraints65280
Number of constraints which are clauses65280
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 constraint65
Maximum length of a constraint90
Number of terms in the objective function 15008
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 15008
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 15008
Number of bits of the biggest sum of numbers14
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 enable explicit+compact SCL
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
4.47/4.54	c limit for coefficient in constraints and objective to 1000000000
4.47/4.54	c will solve HOME/instance-4503045-1751432144.opb
4.47/4.54	Searching graph automorphisms with time limit: 98
11.35/11.43	c [9.01] 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: 63708 MiB (52572 MiB free)
  memory of node 1: 64465 MiB (60198 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503045-1751432144/watcher-4503045-1751432144 -o /tmp/evaluation-result-4503045-1751432144/solver-4503045-1751432144 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751426982-62581 --watchdog 3760 ./ipbhs_gurobi --sym-cores-compact HOME/instance-4503045-1751432144.opb --max-coef 1000000000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100065 s]*
/proc/loadavg: 4.22 4.17 4.11 5/268 64089
/proc/meminfo: memFree=115462224/131249988 swapFree=33010672/33010684
[pid=64088] ppid=64085 vsize=83024 memory=19632 CPUtime=0.09 cores=0,2
/proc/64088/stat : 64088 (ipbhs_gurobi) R 64085 64088 62571 0 -1 4194304 3616 0 0 0 9 0 0 0 20 0 1 0 58892020 85016576 4908 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
/proc/64088/statm: 20756 4908 1600 641 0 5513 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 83024 KiB
Current children cumulated memory: 19632 KiB

[startup+0.205706 s]*
/proc/loadavg: 4.22 4.17 4.11 5/268 64089
/proc/meminfo: memFree=115461468/131249988 swapFree=33010672/33010684
[pid=64088] ppid=64085 vsize=95356 memory=31844 CPUtime=0.2 cores=0,2
/proc/64088/stat : 64088 (ipbhs_gurobi) R 64085 64088 62571 0 -1 4194304 6778 0 0 0 19 1 0 0 20 0 1 0 58892020 97644544 7961 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
/proc/64088/statm: 23839 7961 1600 641 0 8596 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 95356 KiB
Current children cumulated memory: 31844 KiB

[startup+0.305717 s]*
/proc/loadavg: 4.22 4.17 4.11 5/268 64089
/proc/meminfo: memFree=115446348/131249988 swapFree=33010672/33010684
[pid=64088] ppid=64085 vsize=107480 memory=43556 CPUtime=0.3 cores=0,2
/proc/64088/stat : 64088 (ipbhs_gurobi) R 64085 64088 62571 0 -1 4194304 9860 0 0 0 28 2 0 0 20 0 1 0 58892020 110059520 10889 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
/proc/64088/statm: 26870 10889 1600 641 0 11627 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 107480 KiB
Current children cumulated memory: 43556 KiB

[startup+0.700182 s]
/proc/loadavg: 4.22 4.17 4.11 5/268 64089
/proc/meminfo: memFree=115422408/131249988 swapFree=33010672/33010684
[pid=64088] ppid=64085 vsize=153376 memory=88996 CPUtime=0.68 cores=0,2
/proc/64088/stat : 64088 (ipbhs_gurobi) R 64085 64088 62571 0 -1 4194304 21535 0 0 0 64 4 0 0 20 0 1 0 58892020 157057024 22249 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
/proc/64088/statm: 38344 22249 1600 641 0 23101 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 153376 KiB
Current children cumulated memory: 88996 KiB

[startup+1.50018 s]
/proc/loadavg: 4.22 4.17 4.11 5/268 64089
/proc/meminfo: memFree=115366212/131249988 swapFree=33010672/33010684
[pid=64088] ppid=64085 vsize=256128 memory=193436 CPUtime=1.48 cores=0,2
/proc/64088/stat : 64088 (ipbhs_gurobi) R 64085 64088 62571 0 -1 4194304 45985 0 0 0 137 11 0 0 20 0 1 0 58892020 262275072 48359 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
/proc/64088/statm: 64032 48359 1728 641 0 48789 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 256128 KiB
Current children cumulated memory: 193436 KiB

[startup+3.10568 s]
/proc/loadavg: 4.20 4.17 4.11 5/269 64090
/proc/meminfo: memFree=114932872/131249988 swapFree=33010672/33010684
[pid=64088] ppid=64085 vsize=649620 memory=568060 CPUtime=3.08 cores=0,2
/proc/64088/stat : 64088 (ipbhs_gurobi) R 64085 64088 62571 0 -1 4194304 132916 0 0 0 276 32 0 0 20 0 2 0 58892020 665210880 142015 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
/proc/64088/statm: 162405 142015 2368 641 0 144888 0
[pid=64088/tid=64090] ppid=64085 vsize=649620 memory=100772 CPUtime=0 cores=0,2
/proc/64088/task/64090/stat : 64090 (ipbhs_gurobi) S 64085 64088 62571 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 58892237 665210880 142015 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 649620 KiB
Current children cumulated memory: 568060 KiB

[startup+6.30021 s]
/proc/loadavg: 4.20 4.17 4.11 5/269 64091
/proc/meminfo: memFree=114803460/131249988 swapFree=33010672/33010684
[pid=64088] ppid=64085 vsize=773472 memory=690924 CPUtime=6.27 cores=0,2
/proc/64088/stat : 64088 (ipbhs_gurobi) R 64085 64088 62571 0 -1 4194304 154286 0 0 0 590 37 0 0 20 0 2 0 58892020 792035328 172731 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
/proc/64088/statm: 193368 172731 2400 641 0 175851 0
[pid=64088/tid=64090] ppid=64085 vsize=773472 memory=208232 CPUtime=0 cores=0,2
/proc/64088/task/64090/stat : 64090 (ipbhs_gurobi) S 64085 64088 62571 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 2 0 58892237 792035328 172731 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 773472 KiB
Current children cumulated memory: 690924 KiB

[startup+12.7002 s]
/proc/loadavg: 4.19 4.17 4.11 5/269 64091
/proc/meminfo: memFree=114738576/131249988 swapFree=33010672/33010684
[pid=64088] ppid=64085 vsize=716440 memory=635852 CPUtime=12.66 cores=0,2
/proc/64088/stat : 64088 (ipbhs_gurobi) R 64085 64088 62571 0 -1 4194304 243473 0 0 0 1212 54 0 0 20 0 2 0 58892020 733634560 158963 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
/proc/64088/statm: 179110 158963 2400 641 0 161593 0
[pid=64088/tid=64090] ppid=64085 vsize=716440 memory=635852 CPUtime=0 cores=0,2
/proc/64088/task/64090/stat : 64090 (ipbhs_gurobi) S 64085 64088 62571 0 -1 4194368 6 0 0 0 0 0 0 0 20 0 2 0 58892237 733634560 158963 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 716440 KiB
Current children cumulated memory: 635852 KiB

[startup+25.5002 s]
/proc/loadavg: 4.15 4.16 4.11 5/268 64091
/proc/meminfo: memFree=114673184/131249988 swapFree=33010672/33010684
[pid=64088] ppid=64085 vsize=1134556 memory=804952 CPUtime=25.42 cores=0,2
/proc/64088/stat : 64088 (ipbhs_gurobi) R 64085 64088 62571 0 -1 4194304 262232 0 0 0 2468 74 0 0 20 0 2 0 58892020 1161785344 201238 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
/proc/64088/statm: 283639 201238 2976 641 0 266122 0
[pid=64088/tid=64090] ppid=64085 vsize=1134556 memory=800712 CPUtime=0.01 cores=0,2
/proc/64088/task/64090/stat : 64090 (ipbhs_gurobi) S 64085 64088 62571 0 -1 4194368 9 0 0 0 0 1 0 0 20 0 2 0 58892237 1161785344 201238 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1134556 KiB
Current children cumulated memory: 804952 KiB

[startup+51.1057 s]
/proc/loadavg: 4.17 4.16 4.11 5/268 64091
/proc/meminfo: memFree=114290136/131249988 swapFree=33010672/33010684
[pid=64088] ppid=64085 vsize=1776944 memory=1187848 CPUtime=50.96 cores=0,2
/proc/64088/stat : 64088 (ipbhs_gurobi) R 64085 64088 62571 0 -1 4194304 399793 0 0 0 4946 150 0 0 20 0 2 0 58892020 1819590656 296962 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
/proc/64088/statm: 444236 296962 3552 641 0 426719 0
[pid=64088/tid=64090] ppid=64085 vsize=1776944 memory=14848 CPUtime=0.02 cores=0,2
/proc/64088/task/64090/stat : 64090 (ipbhs_gurobi) S 64085 64088 62571 0 -1 4194368 14 0 0 0 0 2 0 0 20 0 2 0 58892237 1819590656 296962 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 1776944 KiB
Current children cumulated memory: 1187848 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.15 4.11 5/268 64093
/proc/meminfo: memFree=113537284/131249988 swapFree=33010672/33010684
[pid=64088] ppid=64085 vsize=2451944 memory=1852252 CPUtime=102 cores=0,2
/proc/64088/stat : 64088 (ipbhs_gurobi) R 64085 64088 62571 0 -1 4194304 591204 0 1 0 9980 220 0 0 20 0 2 0 58892020 2510790656 463063 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
/proc/64088/statm: 612986 463063 3872 641 0 595469 0
[pid=64088/tid=64090] ppid=64085 vsize=2451944 memory=1820396 CPUtime=0.06 cores=0,2
/proc/64088/task/64090/stat : 64090 (ipbhs_gurobi) S 64085 64088 62571 0 -1 4194368 18 0 0 0 1 5 0 0 20 0 2 0 58892237 2510790656 463063 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 2451944 KiB
Current children cumulated memory: 1852252 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.14 4.10 5/266 64095
/proc/meminfo: memFree=113612636/131249988 swapFree=33010672/33010684
[pid=64088] ppid=64085 vsize=2515860 memory=1874360 CPUtime=161.84 cores=0,2
/proc/64088/stat : 64088 (ipbhs_gurobi) R 64085 64088 62571 0 -1 4194304 637876 0 1 0 15946 238 0 0 20 0 2 0 58892020 2576240640 468590 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
/proc/64088/statm: 628965 468590 3904 641 0 611448 0
[pid=64088/tid=64090] ppid=64085 vsize=2515860 memory=1852320 CPUtime=0.11 cores=0,2
/proc/64088/task/64090/stat : 64090 (ipbhs_gurobi) S 64085 64088 62571 0 -1 4194368 20 0 0 0 2 9 0 0 20 0 2 0 58892237 2576240640 468590 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 2515860 KiB
Current children cumulated memory: 1874360 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.14 4.10 5/266 64097
/proc/meminfo: memFree=113601560/131249988 swapFree=33010672/33010684
[pid=64088] ppid=64085 vsize=2454976 memory=1846584 CPUtime=221.68 cores=0,2
/proc/64088/stat : 64088 (ipbhs_gurobi) R 64085 64088 62571 0 -1 4194304 757081 0 1 0 21905 263 0 0 20 0 2 0 58892020 2513895424 461646 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
/proc/64088/statm: 613744 461646 3904 641 0 596227 0
[pid=64088/tid=64090] ppid=64085 vsize=2454976 memory=14848 CPUtime=0.15 cores=0,2
/proc/64088/task/64090/stat : 64090 (ipbhs_gurobi) S 64085 64088 62571 0 -1 4194368 22 0 0 0 3 12 0 0 20 0 2 0 58892237 2513895424 461646 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 2454976 KiB
Current children cumulated memory: 1846584 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/266 64099
/proc/meminfo: memFree=113703264/131249988 swapFree=33010672/33010684
[pid=64088] ppid=64085 vsize=2274320 memory=1707952 CPUtime=281.49 cores=0,2
/proc/64088/stat : 64088 (ipbhs_gurobi) R 64085 64088 62571 0 -1 4194304 905731 0 1 0 27861 288 0 0 20 0 2 0 58892020 2328903680 426988 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
/proc/64088/statm: 568580 426988 3904 641 0 551063 0
[pid=64088/tid=64090] ppid=64085 vsize=2274320 memory=1705836 CPUtime=0.19 cores=0,2
/proc/64088/task/64090/stat : 64090 (ipbhs_gurobi) S 64085 64088 62571 0 -1 4194368 24 0 0 0 4 15 0 0 20 0 2 0 58892237 2328903680 426988 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 2274320 KiB
Current children cumulated memory: 1707952 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 4.13 4.10 5/268 64118
/proc/meminfo: memFree=113693772/131249988 swapFree=33010672/33010684
[pid=64088] ppid=64085 vsize=2295568 memory=1729072 CPUtime=341.3 cores=0,2
/proc/64088/stat : 64088 (ipbhs_gurobi) R 64085 64088 62571 0 -1 4194304 953256 0 1 0 33827 303 0 0 20 0 2 0 58892020 2350661632 432268 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
/proc/64088/statm: 573892 432268 3904 641 0 556375 0
[pid=64088/tid=64090] ppid=64085 vsize=2295568 memory=1729072 CPUtime=0.24 cores=0,2
/proc/64088/task/64090/stat : 64090 (ipbhs_gurobi) S 64085 64088 62571 0 -1 4194368 26 0 0 0 5 19 0 0 20 0 2 0 58892237 2350661632 432268 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
Current children cumulated CPU time: 341.3 s

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

/proc/meminfo: memFree=121700900/131249988 swapFree=33010672/33010684
[pid=64088] ppid=64085 vsize=2916152 memory=2093016 CPUtime=3033.38 cores=0,2
/proc/64088/stat : 64088 (ipbhs_gurobi) R 64085 64088 62571 0 -1 4194304 3326725 0 1 0 302502 836 0 0 20 0 2 0 58892020 2986139648 523254 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
/proc/64088/statm: 729038 523254 3904 641 0 711521 0
[pid=64088/tid=64090] ppid=64085 vsize=2916152 memory=2090856 CPUtime=2.23 cores=0,2
/proc/64088/task/64090/stat : 64090 (ipbhs_gurobi) S 64085 64088 62571 0 -1 4194368 98 0 0 0 51 172 0 0 20 0 2 0 58892237 2986139648 523254 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
Current children cumulated CPU time: 3033.38 s
Current children cumulated vsize: 2916152 KiB
Current children cumulated memory: 2093016 KiB

[startup+3102.3 s]
/proc/loadavg: 2.16 2.77 3.48 3/253 64361
/proc/meminfo: memFree=122263864/131249988 swapFree=33010672/33010684
[pid=64088] ppid=64085 vsize=2317960 memory=1747484 CPUtime=3093.23 cores=0,2
/proc/64088/stat : 64088 (ipbhs_gurobi) R 64085 64088 62571 0 -1 4194304 3375712 0 1 0 308476 847 0 0 20 0 2 0 58892020 2373591040 436871 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
/proc/64088/statm: 579490 436871 3904 641 0 561973 0
[pid=64088/tid=64090] ppid=64085 vsize=2317960 memory=18432 CPUtime=2.27 cores=0,2
/proc/64088/task/64090/stat : 64090 (ipbhs_gurobi) S 64085 64088 62571 0 -1 4194368 99 0 0 0 52 175 0 0 20 0 2 0 58892237 2373591040 436871 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
Current children cumulated CPU time: 3093.23 s
Current children cumulated vsize: 2317960 KiB
Current children cumulated memory: 1747484 KiB

[startup+3162.3 s]
/proc/loadavg: 2.06 2.62 3.38 3/253 64363
/proc/meminfo: memFree=122199140/131249988 swapFree=33010672/33010684
[pid=64088] ppid=64085 vsize=2380936 memory=1810332 CPUtime=3153.09 cores=0,2
/proc/64088/stat : 64088 (ipbhs_gurobi) R 64085 64088 62571 0 -1 4194304 3427812 0 1 0 314451 858 0 0 20 0 2 0 58892020 2438078464 452583 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
/proc/64088/statm: 595234 452583 3904 641 0 577717 0
[pid=64088/tid=64090] ppid=64085 vsize=2380936 memory=18432 CPUtime=2.32 cores=0,2
/proc/64088/task/64090/stat : 64090 (ipbhs_gurobi) S 64085 64088 62571 0 -1 4194368 100 0 0 0 53 179 0 0 20 0 2 0 58892237 2438078464 452583 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
Current children cumulated CPU time: 3153.09 s
Current children cumulated vsize: 2380936 KiB
Current children cumulated memory: 1810332 KiB

[startup+3222.3 s]
/proc/loadavg: 2.06 2.52 3.30 3/253 64365
/proc/meminfo: memFree=122177412/131249988 swapFree=33010672/33010684
[pid=64088] ppid=64085 vsize=2577324 memory=1872364 CPUtime=3212.95 cores=0,2
/proc/64088/stat : 64088 (ipbhs_gurobi) R 64085 64088 62571 0 -1 4194304 3567779 0 1 0 320419 876 0 0 20 0 2 0 58892020 2639179776 468091 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
/proc/64088/statm: 644331 468091 3904 641 0 626814 0
[pid=64088/tid=64090] ppid=64085 vsize=2577324 memory=1810332 CPUtime=2.37 cores=0,2
/proc/64088/task/64090/stat : 64090 (ipbhs_gurobi) S 64085 64088 62571 0 -1 4194368 101 0 0 0 55 182 0 0 20 0 2 0 58892237 2639179776 468091 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
Current children cumulated CPU time: 3212.95 s
Current children cumulated vsize: 2577324 KiB
Current children cumulated memory: 1872364 KiB

[startup+3282.3 s]
/proc/loadavg: 2.12 2.45 3.23 3/253 64367
/proc/meminfo: memFree=122122288/131249988 swapFree=33010672/33010684
[pid=64088] ppid=64085 vsize=2587264 memory=1907420 CPUtime=3272.82 cores=0,2
/proc/64088/stat : 64088 (ipbhs_gurobi) R 64085 64088 62571 0 -1 4194304 3659136 0 1 0 326359 923 0 0 20 0 2 0 58892020 2649358336 476855 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
/proc/64088/statm: 646816 476855 3904 641 0 629299 0
[pid=64088/tid=64090] ppid=64085 vsize=2587264 memory=1810332 CPUtime=2.4 cores=0,2
/proc/64088/task/64090/stat : 64090 (ipbhs_gurobi) S 64085 64088 62571 0 -1 4194368 102 0 0 0 56 184 0 0 20 0 2 0 58892237 2649358336 476855 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
Current children cumulated CPU time: 3272.82 s
Current children cumulated vsize: 2587264 KiB
Current children cumulated memory: 1907420 KiB

[startup+3342.3 s]
/proc/loadavg: 2.10 2.38 3.15 3/253 64370
/proc/meminfo: memFree=122091436/131249988 swapFree=33010672/33010684
[pid=64088] ppid=64085 vsize=2476568 memory=1895772 CPUtime=3332.67 cores=0,2
/proc/64088/stat : 64088 (ipbhs_gurobi) R 64085 64088 62571 0 -1 4194304 3737447 0 1 0 332321 946 0 0 20 0 2 0 58892020 2536005632 473943 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
/proc/64088/statm: 619142 473943 3904 641 0 601625 0
[pid=64088/tid=64090] ppid=64085 vsize=2476568 memory=1810332 CPUtime=2.43 cores=0,2
/proc/64088/task/64090/stat : 64090 (ipbhs_gurobi) S 64085 64088 62571 0 -1 4194368 103 0 0 0 57 186 0 0 20 0 2 0 58892237 2536005632 473943 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
Current children cumulated CPU time: 3332.67 s
Current children cumulated vsize: 2476568 KiB
Current children cumulated memory: 1895772 KiB

[startup+3402.3 s]
/proc/loadavg: 2.11 2.33 3.08 3/253 64372
/proc/meminfo: memFree=122090432/131249988 swapFree=33010672/33010684
[pid=64088] ppid=64085 vsize=2476568 memory=1895772 CPUtime=3392.49 cores=0,2
/proc/64088/stat : 64088 (ipbhs_gurobi) R 64085 64088 62571 0 -1 4194304 3784943 0 1 0 338295 954 0 0 20 0 2 0 58892020 2536005632 473943 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
/proc/64088/statm: 619142 473943 3904 641 0 601625 0
[pid=64088/tid=64090] ppid=64085 vsize=2476568 memory=1895772 CPUtime=2.48 cores=0,2
/proc/64088/task/64090/stat : 64090 (ipbhs_gurobi) S 64085 64088 62571 0 -1 4194368 104 0 0 0 58 190 0 0 20 0 2 0 58892237 2536005632 473943 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
Current children cumulated CPU time: 3392.49 s
Current children cumulated vsize: 2476568 KiB
Current children cumulated memory: 1895772 KiB

[startup+3462.3 s]
/proc/loadavg: 2.09 2.28 3.02 3/252 64378
/proc/meminfo: memFree=120970616/131249988 swapFree=33010672/33010684
[pid=64088] ppid=64085 vsize=2476568 memory=1895772 CPUtime=3452.33 cores=0,2
/proc/64088/stat : 64088 (ipbhs_gurobi) R 64085 64088 62571 0 -1 4194304 3886833 0 1 0 344269 964 0 0 20 0 2 0 58892020 2536005632 473943 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
/proc/64088/statm: 619142 473943 3904 641 0 601625 0
[pid=64088/tid=64090] ppid=64085 vsize=2476568 memory=1895772 CPUtime=2.52 cores=0,2
/proc/64088/task/64090/stat : 64090 (ipbhs_gurobi) S 64085 64088 62571 0 -1 4194368 105 0 0 0 59 193 0 0 20 0 2 0 58892237 2536005632 473943 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
Current children cumulated CPU time: 3452.33 s
Current children cumulated vsize: 2476568 KiB
Current children cumulated memory: 1895772 KiB

[startup+3522.3 s]
/proc/loadavg: 2.08 2.24 2.96 3/252 64380
/proc/meminfo: memFree=121324312/131249988 swapFree=33010672/33010684
[pid=64088] ppid=64085 vsize=2476568 memory=1895772 CPUtime=3512.15 cores=0,2
/proc/64088/stat : 64088 (ipbhs_gurobi) R 64085 64088 62571 0 -1 4194304 3900093 0 1 0 350247 968 0 0 20 0 2 0 58892020 2536005632 473943 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
/proc/64088/statm: 619142 473943 3904 641 0 601625 0
[pid=64088/tid=64090] ppid=64085 vsize=2476568 memory=1895772 CPUtime=2.57 cores=0,2
/proc/64088/task/64090/stat : 64090 (ipbhs_gurobi) S 64085 64088 62571 0 -1 4194368 106 0 0 0 60 197 0 0 20 0 2 0 58892237 2536005632 473943 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
Current children cumulated CPU time: 3512.15 s
Current children cumulated vsize: 2476568 KiB
Current children cumulated memory: 1895772 KiB

[startup+3582.3 s]
/proc/loadavg: 2.14 2.23 2.90 3/252 64382
/proc/meminfo: memFree=121067636/131249988 swapFree=33010672/33010684
[pid=64088] ppid=64085 vsize=2476568 memory=1895772 CPUtime=3571.98 cores=0,2
/proc/64088/stat : 64088 (ipbhs_gurobi) R 64085 64088 62571 0 -1 4194304 3998716 0 1 0 356221 977 0 0 20 0 2 0 58892020 2536005632 473943 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
/proc/64088/statm: 619142 473943 3904 641 0 601625 0
[pid=64088/tid=64090] ppid=64085 vsize=2476568 memory=14848 CPUtime=2.62 cores=0,2
/proc/64088/task/64090/stat : 64090 (ipbhs_gurobi) S 64085 64088 62571 0 -1 4194368 107 0 0 0 62 200 0 0 20 0 2 0 58892237 2536005632 473943 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
Current children cumulated CPU time: 3571.98 s
Current children cumulated vsize: 2476568 KiB
Current children cumulated memory: 1895772 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.5 s]
/proc/loadavg: 2.16 2.22 2.88 3/253 64386
/proc/meminfo: memFree=120885976/131249988 swapFree=33010672/33010684
[pid=64088] ppid=64085 vsize=2476568 memory=1895772 CPUtime=3600.09 cores=0,2
/proc/64088/stat : 64088 (ipbhs_gurobi) R 64085 64088 62571 0 -1 4194304 4032708 0 1 0 359029 980 0 0 20 0 2 0 58892020 2536005632 473943 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
/proc/64088/statm: 619142 473943 3904 641 0 601625 0
[pid=64088/tid=64090] ppid=64085 vsize=2476568 memory=1895772 CPUtime=2.64 cores=0,2
/proc/64088/task/64090/stat : 64090 (ipbhs_gurobi) S 64085 64088 62571 0 -1 4194368 107 0 0 0 63 201 0 0 20 0 2 0 58892237 2536005632 473943 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 2476568 KiB
Current children cumulated memory: 1895772 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.3 s, system=9.8427 s

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

[startup+3610.5 s]
/proc/loadavg: 2.16 2.22 2.88 3/253 64386
/proc/meminfo: memFree=120885976/131249988 swapFree=33010672/33010684
[pid=64088] ppid=64085 vsize=2476568 memory=1895772 CPUtime=3600.09 cores=0,2
/proc/64088/stat : 64088 (ipbhs_gurobi) R 64085 64088 62571 0 -1 4194304 4032708 0 1 0 359029 980 0 0 20 0 2 0 58892020 2536005632 473943 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
/proc/64088/statm: 619142 473943 3904 641 0 601625 0
[pid=64088/tid=64090] ppid=64085 vsize=2476568 memory=1895772 CPUtime=2.64 cores=0,2
/proc/64088/task/64090/stat : 64090 (ipbhs_gurobi) S 64085 64088 62571 0 -1 4194368 107 0 0 0 63 201 0 0 20 0 2 0 58892237 2536005632 473943 18446744073709551615 94908842659840 94908845284893 140734496715392 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94908845903768 94908845936730 94908855144448 140734496717195 140734496717319 140734496717319 140734496722921 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 2476568 KiB
Current children cumulated memory: 1895772 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.54
CPU time (s): 3600.14
CPU user time (s): 3590.3
CPU system time (s): 9.8427
CPU usage (%): 99.712
Max. virtual memory (cumulated for all children) (KiB): 2917156
Max. memory (cumulated for all children) (KiB): 2187820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.3
system time used= 9.8427
maximum resident set size= 2202772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4032714
page faults= 1
swaps= 0
block input operations= 256
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 358773
involuntary context switches= 4733


# summary of solver processes directly reported to runsolver:
#   pid: 64088
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3590.3
#   total CPU system time (s): 9.8427

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.24029 second user time and 16.8632 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-02 06:55:44
IDJOB=4503045
IDBENCH=155404
IDSOLVER=3334
FILE ID=nodeC020/4503045-1751432144
RUNJOBID= nodeC020-1751426982-62581
SLURM_JOB_ID= 9598361
Free space on /tmp= 431332 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2025-06-09
BENCH NAME= PB24/normalized-PB11/OPT-LIN/kullmann/normalized-mul_8_11_shg.opb
COMMAND LINE= ./ipbhs_gurobi --sym-cores-compact BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503045-1751432144/watcher-4503045-1751432144 -o /tmp/evaluation-result-4503045-1751432144/solver-4503045-1751432144 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751426982-62581 --watchdog 3760  ./ipbhs_gurobi --sym-cores-compact HOME/instance-4503045-1751432144.opb --max-coef 1000000000

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

MD5SUM BENCH= 1fbef458f61b2221fcf0474a376c4852
RANDOM SEED=2002651568

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.889
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.878
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
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		: 3603.560
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
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		: 3598.875
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.883
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.669
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
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		: 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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
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		: 3596.591
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        115478100 kB
MemAvailable:   117687736 kB
Buffers:            2128 kB
Cached:          3012872 kB
SwapCached:            8 kB
Active:         12575164 kB
Inactive:        2562400 kB
Active(anon):   12118100 kB
Inactive(anon):    22512 kB
Active(file):     457064 kB
Inactive(file):  2539888 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            107504 kB
Writeback:             4 kB
AnonPages:      12115736 kB
Mapped:           121416 kB
Shmem:             18048 kB
KReclaimable:     103848 kB
Slab:             193320 kB
SReclaimable:     103848 kB
SUnreclaim:        89472 kB
KernelStack:        4320 kB
PageTables:        27372 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   15305692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5222400 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431940 MiB
End job on nodeC020 at 2025-07-02 07:55:55