Trace number 4497637

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.05 3606.92

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_4.opb
MD5SUMdbdf528b135cde252d8c4b9633a10d5c
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 benchmark23
Best CPU time to get the best result obtained on this benchmark3600.21
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables99789
Total number of constraints388956
Number of constraints which are clauses388925
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints30
Minimum length of a constraint1
Maximum length of a constraint3140
Number of terms in the objective function 3140
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 3140
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 3178
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 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
3.08/3.10	c limit for coefficient in constraints and objective to 1000000000
3.08/3.10	c will solve HOME/instance-4497637-1751391272.opb
3.08/3.10	Searching graph automorphisms with time limit: 99
4.57/4.66	c [2.79] 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: 63665 MiB (60737 MiB free)
  memory of node 1: 64507 MiB (63552 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4497637-1751391272/watcher-4497637-1751391272 -o /tmp/evaluation-result-4497637-1751391272/solver-4497637-1751391272 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751382977-55060 --watchdog 3760 ./ipbhs_gurobi --sym-cores-compact HOME/instance-4497637-1751391272.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
Starting watchdog thread
solver pid=57326, runsolver pid=57323
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.01 4.10 4.08 5/266 57327
/proc/meminfo: memFree=126916092/131249996 swapFree=33010416/33010684
[pid=57326] ppid=57323 vsize=436376 memory=372936 CPUtime=0.09 cores=5,7
/proc/57326/stat : 57326 (ipbhs_gurobi) R 57323 57326 55047 0 -1 4194304 2785 0 0 0 2 7 0 0 20 0 1 0 54805040 446849024 93234 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
/proc/57326/statm: 109094 93234 1632 641 0 93851 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 436376 KiB
Current children cumulated memory: 372936 KiB

[startup+0.205484 s]*
/proc/loadavg: 4.01 4.10 4.08 5/266 57327
/proc/meminfo: memFree=126904184/131249996 swapFree=33010416/33010684
[pid=57326] ppid=57323 vsize=450264 memory=386760 CPUtime=0.2 cores=5,7
/proc/57326/stat : 57326 (ipbhs_gurobi) R 57323 57326 55047 0 -1 4194304 5869 0 0 0 12 8 0 0 20 0 1 0 54805040 461070336 96690 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
/proc/57326/statm: 112566 96690 1632 641 0 97323 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 450264 KiB
Current children cumulated memory: 386760 KiB

[startup+0.305399 s]*
/proc/loadavg: 4.01 4.10 4.08 5/266 57327
/proc/meminfo: memFree=126886416/131249996 swapFree=33010416/33010684
[pid=57326] ppid=57323 vsize=463864 memory=399600 CPUtime=0.29 cores=5,7
/proc/57326/stat : 57326 (ipbhs_gurobi) R 57323 57326 55047 0 -1 4194304 8306 0 0 0 21 8 0 0 20 0 1 0 54805040 474996736 99900 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
/proc/57326/statm: 115966 99900 1632 641 0 100723 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 463864 KiB
Current children cumulated memory: 399600 KiB

[startup+0.700183 s]
/proc/loadavg: 4.01 4.10 4.08 5/266 57327
/proc/meminfo: memFree=126854292/131249996 swapFree=33010416/33010684
[pid=57326] ppid=57323 vsize=516684 memory=453356 CPUtime=0.68 cores=5,7
/proc/57326/stat : 57326 (ipbhs_gurobi) R 57323 57326 55047 0 -1 4194304 17577 0 0 0 49 19 0 0 20 0 1 0 54805040 529084416 113339 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
/proc/57326/statm: 129171 113339 1728 641 0 113928 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 516684 KiB
Current children cumulated memory: 453356 KiB

[startup+1.50015 s]
/proc/loadavg: 4.01 4.10 4.08 5/266 57327
/proc/meminfo: memFree=126801808/131249996 swapFree=33010416/33010684
[pid=57326] ppid=57323 vsize=622572 memory=547252 CPUtime=1.48 cores=5,7
/proc/57326/stat : 57326 (ipbhs_gurobi) R 57323 57326 55047 0 -1 4194304 30308 0 0 0 98 50 0 0 20 0 1 0 54805040 637513728 136813 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
/proc/57326/statm: 155643 136813 1728 641 0 140400 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 622572 KiB
Current children cumulated memory: 547252 KiB

[startup+3.10544 s]
/proc/loadavg: 4.01 4.10 4.08 5/267 57328
/proc/meminfo: memFree=126471676/131249996 swapFree=33010416/33010684
[pid=57326] ppid=57323 vsize=891924 memory=804432 CPUtime=3.08 cores=5,7
/proc/57326/stat : 57326 (ipbhs_gurobi) R 57323 57326 55047 0 -1 4194304 84509 0 0 0 238 70 0 0 20 0 2 0 54805040 913330176 201108 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
/proc/57326/statm: 222981 201108 2368 641 0 205464 0
[pid=57326/tid=57328] ppid=57323 vsize=891924 memory=198340509722 CPUtime=0 cores=5,7
/proc/57326/task/57328/stat : 57328 (ipbhs_gurobi) S 57323 57326 55047 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 54805211 913330176 201108 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 891924 KiB
Current children cumulated memory: 804432 KiB

[startup+6.30016 s]
/proc/loadavg: 4.01 4.10 4.08 5/267 57328
/proc/meminfo: memFree=126435264/131249996 swapFree=33010416/33010684
[pid=57326] ppid=57323 vsize=947484 memory=860148 CPUtime=6.27 cores=5,7
/proc/57326/stat : 57326 (ipbhs_gurobi) R 57323 57326 55047 0 -1 4194304 163874 0 0 0 548 79 0 0 20 0 2 0 54805040 970223616 215037 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
/proc/57326/statm: 236871 215037 3264 641 0 219354 0
[pid=57326/tid=57328] ppid=57323 vsize=947484 memory=860148 CPUtime=0 cores=5,7
/proc/57326/task/57328/stat : 57328 (ipbhs_gurobi) S 57323 57326 55047 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 2 0 54805211 970223616 215037 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 947484 KiB
Current children cumulated memory: 860148 KiB

[startup+12.7002 s]
/proc/loadavg: 4.01 4.10 4.08 5/267 57328
/proc/meminfo: memFree=126431420/131249996 swapFree=33010416/33010684
[pid=57326] ppid=57323 vsize=947484 memory=860148 CPUtime=12.65 cores=5,7
/proc/57326/stat : 57326 (ipbhs_gurobi) R 57323 57326 55047 0 -1 4194304 166219 0 0 0 1186 79 0 0 20 0 2 0 54805040 970223616 215037 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
/proc/57326/statm: 236871 215037 3264 641 0 219354 0
[pid=57326/tid=57328] ppid=57323 vsize=947484 memory=860148 CPUtime=0 cores=5,7
/proc/57326/task/57328/stat : 57328 (ipbhs_gurobi) S 57323 57326 55047 0 -1 4194368 14 0 0 0 0 0 0 0 20 0 2 0 54805211 970223616 215037 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 947484 KiB
Current children cumulated memory: 860148 KiB

[startup+25.5001 s]
/proc/loadavg: 4.09 4.11 4.09 5/267 57329
/proc/meminfo: memFree=126419392/131249996 swapFree=33010416/33010684
[pid=57326] ppid=57323 vsize=947484 memory=860148 CPUtime=25.43 cores=5,7
/proc/57326/stat : 57326 (ipbhs_gurobi) R 57323 57326 55047 0 -1 4194304 170091 0 0 0 2463 80 0 0 20 0 2 0 54805040 970223616 215037 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
/proc/57326/statm: 236871 215037 3264 641 0 219354 0
[pid=57326/tid=57328] ppid=57323 vsize=947484 memory=860148 CPUtime=0 cores=5,7
/proc/57326/task/57328/stat : 57328 (ipbhs_gurobi) S 57323 57326 55047 0 -1 4194368 18 0 0 0 0 0 0 0 20 0 2 0 54805211 970223616 215037 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 947484 KiB
Current children cumulated memory: 860148 KiB

[startup+51.1053 s]
/proc/loadavg: 4.06 4.10 4.09 5/267 57329
/proc/meminfo: memFree=126376796/131249996 swapFree=33010416/33010684
[pid=57326] ppid=57323 vsize=978128 memory=882588 CPUtime=50.99 cores=5,7
/proc/57326/stat : 57326 (ipbhs_gurobi) R 57323 57326 55047 0 -1 4194304 197019 0 0 0 5010 89 0 0 20 0 2 0 54805040 1001603072 220647 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
/proc/57326/statm: 244532 220647 3264 641 0 227015 0
[pid=57326/tid=57328] ppid=57323 vsize=978128 memory=14384 CPUtime=0.01 cores=5,7
/proc/57326/task/57328/stat : 57328 (ipbhs_gurobi) S 57323 57326 55047 0 -1 4194368 22 0 0 0 0 1 0 0 20 0 2 0 54805211 1001603072 220647 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 978128 KiB
Current children cumulated memory: 882588 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/268 57336
/proc/meminfo: memFree=126296368/131249996 swapFree=33010416/33010684
[pid=57326] ppid=57323 vsize=1059036 memory=941136 CPUtime=102.09 cores=5,7
/proc/57326/stat : 57326 (ipbhs_gurobi) R 57323 57326 55047 0 -1 4194304 203373 0 0 0 10113 96 0 0 20 0 2 0 54805040 1084452864 235284 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
/proc/57326/statm: 264759 235284 3264 641 0 247242 0
[pid=57326/tid=57328] ppid=57323 vsize=1059036 memory=10752 CPUtime=0.03 cores=5,7
/proc/57326/task/57328/stat : 57328 (ipbhs_gurobi) S 57323 57326 55047 0 -1 4194368 24 0 0 0 1 2 0 0 20 0 2 0 54805211 1084452864 235284 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
Current children cumulated CPU time: 102.09 s
Current children cumulated vsize: 1059036 KiB
Current children cumulated memory: 941136 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/268 57338
/proc/meminfo: memFree=126275244/131249996 swapFree=33010416/33010684
[pid=57326] ppid=57323 vsize=1059036 memory=945232 CPUtime=161.99 cores=5,7
/proc/57326/stat : 57326 (ipbhs_gurobi) R 57323 57326 55047 0 -1 4194304 207211 0 0 0 16098 101 0 0 20 0 2 0 54805040 1084452864 236308 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
/proc/57326/statm: 264759 236308 3264 641 0 247242 0
[pid=57326/tid=57328] ppid=57323 vsize=1059036 memory=943184 CPUtime=0.06 cores=5,7
/proc/57326/task/57328/stat : 57328 (ipbhs_gurobi) S 57323 57326 55047 0 -1 4194368 25 0 0 0 2 4 0 0 20 0 2 0 54805211 1084452864 236308 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
Current children cumulated CPU time: 161.99 s
Current children cumulated vsize: 1059036 KiB
Current children cumulated memory: 945232 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/268 57340
/proc/meminfo: memFree=126234128/131249996 swapFree=33010416/33010684
[pid=57326] ppid=57323 vsize=1140424 memory=984144 CPUtime=221.87 cores=5,7
/proc/57326/stat : 57326 (ipbhs_gurobi) R 57323 57326 55047 0 -1 4194304 231344 0 0 0 22080 107 0 0 20 0 2 0 54805040 1167794176 246036 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
/proc/57326/statm: 285106 246036 3264 641 0 267589 0
[pid=57326/tid=57328] ppid=57323 vsize=1140424 memory=980048 CPUtime=0.08 cores=5,7
/proc/57326/task/57328/stat : 57328 (ipbhs_gurobi) S 57323 57326 55047 0 -1 4194368 29 0 0 0 3 5 0 0 20 0 2 0 54805211 1167794176 246036 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
Current children cumulated CPU time: 221.87 s
Current children cumulated vsize: 1140424 KiB
Current children cumulated memory: 984144 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/268 57342
/proc/meminfo: memFree=126177916/131249996 swapFree=33010416/33010684
[pid=57326] ppid=57323 vsize=1140424 memory=1035344 CPUtime=281.77 cores=5,7
/proc/57326/stat : 57326 (ipbhs_gurobi) R 57323 57326 55047 0 -1 4194304 233366 0 0 0 28065 112 0 0 20 0 2 0 54805040 1167794176 258836 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
/proc/57326/statm: 285106 258836 3264 641 0 267589 0
[pid=57326/tid=57328] ppid=57323 vsize=1140424 memory=14384 CPUtime=0.09 cores=5,7
/proc/57326/task/57328/stat : 57328 (ipbhs_gurobi) S 57323 57326 55047 0 -1 4194368 30 0 0 0 3 6 0 0 20 0 2 0 54805211 1167794176 258836 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
Current children cumulated CPU time: 281.77 s
Current children cumulated vsize: 1140424 KiB
Current children cumulated memory: 1035344 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/268 57344
/proc/meminfo: memFree=126143888/131249996 swapFree=33010416/33010684
[pid=57326] ppid=57323 vsize=1272684 memory=1063828 CPUtime=341.65 cores=5,7
/proc/57326/stat : 57326 (ipbhs_gurobi) R 57323 57326 55047 0 -1 4194304 267351 0 0 0 34046 119 0 0 20 0 2 0 54805040 1303228416 265957 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
/proc/57326/statm: 318171 265957 3264 641 0 300654 0
[pid=57326/tid=57328] ppid=57323 vsize=1272684 memory=14384 CPUtime=0.11 cores=5,7
/proc/57326/task/57328/stat : 57328 (ipbhs_gurobi) S 57323 57326 55047 0 -1 4194368 33 0 0 0 4 7 0 0 20 0 2 0 54805211 1303228416 265957 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
Current children cumulated CPU time: 341.65 s

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

/proc/meminfo: memFree=127925136/131249996 swapFree=33010416/33010684
[pid=57326] ppid=57323 vsize=1487608 memory=1372052 CPUtime=3036.56 cores=5,7
/proc/57326/stat : 57326 (ipbhs_gurobi) R 57323 57326 55047 0 -1 4194304 433592 0 0 0 303359 297 0 0 20 0 2 0 54805040 1523310592 343013 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
/proc/57326/statm: 371902 343013 3264 641 0 354385 0
[pid=57326/tid=57328] ppid=57323 vsize=1487608 memory=1372052 CPUtime=1.26 cores=5,7
/proc/57326/task/57328/stat : 57328 (ipbhs_gurobi) S 57323 57326 55047 0 -1 4194368 70 0 0 0 39 87 0 0 20 0 2 0 54805211 1523310592 343013 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
Current children cumulated CPU time: 3036.56 s
Current children cumulated vsize: 1487608 KiB
Current children cumulated memory: 1372052 KiB

[startup+3102.3 s]
/proc/loadavg: 2.10 2.46 3.24 3/254 57553
/proc/meminfo: memFree=127925476/131249996 swapFree=33010416/33010684
[pid=57326] ppid=57323 vsize=1487608 memory=1372052 CPUtime=3096.43 cores=5,7
/proc/57326/stat : 57326 (ipbhs_gurobi) R 57323 57326 55047 0 -1 4194304 433629 0 0 0 309344 299 0 0 20 0 2 0 54805040 1523310592 343013 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
/proc/57326/statm: 371902 343013 3264 641 0 354385 0
[pid=57326/tid=57328] ppid=57323 vsize=1487608 memory=1372052 CPUtime=1.27 cores=5,7
/proc/57326/task/57328/stat : 57328 (ipbhs_gurobi) S 57323 57326 55047 0 -1 4194368 71 0 0 0 40 87 0 0 20 0 2 0 54805211 1523310592 343013 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
Current children cumulated CPU time: 3096.43 s
Current children cumulated vsize: 1487608 KiB
Current children cumulated memory: 1372052 KiB

[startup+3162.3 s]
/proc/loadavg: 2.08 2.39 3.16 3/254 57555
/proc/meminfo: memFree=127925696/131249996 swapFree=33010416/33010684
[pid=57326] ppid=57323 vsize=1487608 memory=1372052 CPUtime=3156.3 cores=5,7
/proc/57326/stat : 57326 (ipbhs_gurobi) R 57323 57326 55047 0 -1 4194304 434388 0 0 0 315329 301 0 0 20 0 2 0 54805040 1523310592 343013 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
/proc/57326/statm: 371902 343013 3264 641 0 354385 0
[pid=57326/tid=57328] ppid=57323 vsize=1487608 memory=1372052 CPUtime=1.28 cores=5,7
/proc/57326/task/57328/stat : 57328 (ipbhs_gurobi) S 57323 57326 55047 0 -1 4194368 72 0 0 0 40 88 0 0 20 0 2 0 54805211 1523310592 343013 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
Current children cumulated CPU time: 3156.3 s
Current children cumulated vsize: 1487608 KiB
Current children cumulated memory: 1372052 KiB

[startup+3222.3 s]
/proc/loadavg: 2.06 2.33 3.09 3/254 57557
/proc/meminfo: memFree=127923652/131249996 swapFree=33010416/33010684
[pid=57326] ppid=57323 vsize=1487608 memory=1372052 CPUtime=3216.18 cores=5,7
/proc/57326/stat : 57326 (ipbhs_gurobi) R 57323 57326 55047 0 -1 4194304 434865 0 0 0 321315 303 0 0 20 0 2 0 54805040 1523310592 343013 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
/proc/57326/statm: 371902 343013 3264 641 0 354385 0
[pid=57326/tid=57328] ppid=57323 vsize=1487608 memory=1372052 CPUtime=1.29 cores=5,7
/proc/57326/task/57328/stat : 57328 (ipbhs_gurobi) S 57323 57326 55047 0 -1 4194368 73 0 0 0 40 89 0 0 20 0 2 0 54805211 1523310592 343013 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
Current children cumulated CPU time: 3216.18 s
Current children cumulated vsize: 1487608 KiB
Current children cumulated memory: 1372052 KiB

[startup+3282.3 s]
/proc/loadavg: 2.07 2.28 3.03 3/254 57559
/proc/meminfo: memFree=127909208/131249996 swapFree=33010416/33010684
[pid=57326] ppid=57323 vsize=1487608 memory=1379476 CPUtime=3276.06 cores=5,7
/proc/57326/stat : 57326 (ipbhs_gurobi) R 57323 57326 55047 0 -1 4194304 438606 0 0 0 327299 307 0 0 20 0 2 0 54805040 1523310592 344869 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
/proc/57326/statm: 371902 344869 3264 641 0 354385 0
[pid=57326/tid=57328] ppid=57323 vsize=1487608 memory=17920 CPUtime=1.31 cores=5,7
/proc/57326/task/57328/stat : 57328 (ipbhs_gurobi) S 57323 57326 55047 0 -1 4194368 75 0 0 0 41 90 0 0 20 0 2 0 54805211 1523310592 344869 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
Current children cumulated CPU time: 3276.06 s
Current children cumulated vsize: 1487608 KiB
Current children cumulated memory: 1379476 KiB

[startup+3342.3 s]
/proc/loadavg: 2.14 2.26 2.97 3/253 57562
/proc/meminfo: memFree=127909964/131249996 swapFree=33010416/33010684
[pid=57326] ppid=57323 vsize=1487608 memory=1379476 CPUtime=3335.94 cores=5,7
/proc/57326/stat : 57326 (ipbhs_gurobi) R 57323 57326 55047 0 -1 4194304 438611 0 0 0 333285 309 0 0 20 0 2 0 54805040 1523310592 344869 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
/proc/57326/statm: 371902 344869 3264 641 0 354385 0
[pid=57326/tid=57328] ppid=57323 vsize=1487608 memory=1379476 CPUtime=1.32 cores=5,7
/proc/57326/task/57328/stat : 57328 (ipbhs_gurobi) S 57323 57326 55047 0 -1 4194368 75 0 0 0 41 91 0 0 20 0 2 0 54805211 1523310592 344869 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
Current children cumulated CPU time: 3335.94 s
Current children cumulated vsize: 1487608 KiB
Current children cumulated memory: 1379476 KiB

[startup+3402.3 s]
/proc/loadavg: 2.11 2.23 2.91 3/253 57565
/proc/meminfo: memFree=127911144/131249996 swapFree=33010416/33010684
[pid=57326] ppid=57323 vsize=1487608 memory=1379476 CPUtime=3395.82 cores=5,7
/proc/57326/stat : 57326 (ipbhs_gurobi) R 57323 57326 55047 0 -1 4194304 438611 0 0 0 339271 311 0 0 20 0 2 0 54805040 1523310592 344869 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
/proc/57326/statm: 371902 344869 3264 641 0 354385 0
[pid=57326/tid=57328] ppid=57323 vsize=1487608 memory=1379476 CPUtime=1.32 cores=5,7
/proc/57326/task/57328/stat : 57328 (ipbhs_gurobi) S 57323 57326 55047 0 -1 4194368 75 0 0 0 41 91 0 0 20 0 2 0 54805211 1523310592 344869 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
Current children cumulated CPU time: 3395.82 s
Current children cumulated vsize: 1487608 KiB
Current children cumulated memory: 1379476 KiB

[startup+3462.3 s]
/proc/loadavg: 2.04 2.18 2.85 3/253 57567
/proc/meminfo: memFree=127911416/131249996 swapFree=33010416/33010684
[pid=57326] ppid=57323 vsize=1487608 memory=1379476 CPUtime=3455.7 cores=5,7
/proc/57326/stat : 57326 (ipbhs_gurobi) R 57323 57326 55047 0 -1 4194304 438613 0 0 0 345258 312 0 0 20 0 2 0 54805040 1523310592 344869 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
/proc/57326/statm: 371902 344869 3264 641 0 354385 0
[pid=57326/tid=57328] ppid=57323 vsize=1487608 memory=1379476 CPUtime=1.34 cores=5,7
/proc/57326/task/57328/stat : 57328 (ipbhs_gurobi) S 57323 57326 55047 0 -1 4194368 76 0 0 0 42 92 0 0 20 0 2 0 54805211 1523310592 344869 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
Current children cumulated CPU time: 3455.7 s
Current children cumulated vsize: 1487608 KiB
Current children cumulated memory: 1379476 KiB

[startup+3522.3 s]
/proc/loadavg: 2.11 2.18 2.81 3/253 57571
/proc/meminfo: memFree=127911800/131249996 swapFree=33010416/33010684
[pid=57326] ppid=57323 vsize=1487608 memory=1379476 CPUtime=3515.58 cores=5,7
/proc/57326/stat : 57326 (ipbhs_gurobi) R 57323 57326 55047 0 -1 4194304 438615 0 0 0 351244 314 0 0 20 0 2 0 54805040 1523310592 344869 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
/proc/57326/statm: 371902 344869 3264 641 0 354385 0
[pid=57326/tid=57328] ppid=57323 vsize=1487608 memory=4380 CPUtime=1.35 cores=5,7
/proc/57326/task/57328/stat : 57328 (ipbhs_gurobi) S 57323 57326 55047 0 -1 4194368 76 0 0 0 42 93 0 0 20 0 2 0 54805211 1523310592 344869 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
Current children cumulated CPU time: 3515.58 s
Current children cumulated vsize: 1487608 KiB
Current children cumulated memory: 1379476 KiB

[startup+3582.3 s]
/proc/loadavg: 1.81 2.09 2.74 2/246 57603
/proc/meminfo: memFree=128389300/131249996 swapFree=33010416/33010684
[pid=57326] ppid=57323 vsize=1487608 memory=1379476 CPUtime=3575.47 cores=5,7
/proc/57326/stat : 57326 (ipbhs_gurobi) R 57323 57326 55047 0 -1 4194304 439233 0 0 0 357230 317 0 0 20 0 2 0 54805040 1523310592 344869 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
/proc/57326/statm: 371902 344869 3264 641 0 354385 0
[pid=57326/tid=57328] ppid=57323 vsize=1487608 memory=1379476 CPUtime=1.36 cores=5,7
/proc/57326/task/57328/stat : 57328 (ipbhs_gurobi) S 57323 57326 55047 0 -1 4194368 78 0 0 0 42 94 0 0 20 0 2 0 54805211 1523310592 344869 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
Current children cumulated CPU time: 3575.47 s
Current children cumulated vsize: 1487608 KiB
Current children cumulated memory: 1379476 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.9 s]
/proc/loadavg: 1.61 2.02 2.70 2/246 57603
/proc/meminfo: memFree=128397660/131249996 swapFree=33010416/33010684
[pid=57326] ppid=57323 vsize=1487608 memory=1379476 CPUtime=3600.03 cores=5,7
/proc/57326/stat : 57326 (ipbhs_gurobi) R 57323 57326 55047 0 -1 4194304 439741 0 0 0 359685 318 0 0 20 0 2 0 54805040 1523310592 344869 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
/proc/57326/statm: 371902 344869 3264 641 0 354385 0
[pid=57326/tid=57328] ppid=57323 vsize=1487608 memory=1379476 CPUtime=1.36 cores=5,7
/proc/57326/task/57328/stat : 57328 (ipbhs_gurobi) S 57323 57326 55047 0 -1 4194368 78 0 0 0 42 94 0 0 20 0 2 0 54805211 1523310592 344869 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 1487608 KiB
Current children cumulated memory: 1379476 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.86 s, system=3.19591 s

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

[startup+3606.9 s]
/proc/loadavg: 1.61 2.02 2.70 2/246 57603
/proc/meminfo: memFree=128397660/131249996 swapFree=33010416/33010684
[pid=57326] ppid=57323 vsize=1487608 memory=1379476 CPUtime=3600.03 cores=5,7
/proc/57326/stat : 57326 (ipbhs_gurobi) R 57323 57326 55047 0 -1 4194304 439741 0 0 0 359685 318 0 0 20 0 2 0 54805040 1523310592 344869 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
/proc/57326/statm: 371902 344869 3264 641 0 354385 0
[pid=57326/tid=57328] ppid=57323 vsize=1487608 memory=1379476 CPUtime=1.36 cores=5,7
/proc/57326/task/57328/stat : 57328 (ipbhs_gurobi) S 57323 57326 55047 0 -1 4194368 78 0 0 0 42 94 0 0 20 0 2 0 54805211 1523310592 344869 18446744073709551615 94790281748480 94790284373533 140723435055056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94790284992408 94790285025370 94790297001984 140723435059595 140723435059719 140723435059719 140723435065321 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 1487608 KiB
Current children cumulated memory: 1379476 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3606.92
CPU time (s): 3600.05
CPU user time (s): 3596.86
CPU system time (s): 3.19591
CPU usage (%): 99.8097
Max. virtual memory (cumulated for all children) (KiB): 1487608
Max. memory (cumulated for all children) (KiB): 1379476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.86
system time used= 3.19591
maximum resident set size= 1379476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 439741
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= 358617
involuntary context switches= 1416


# summary of solver processes directly reported to runsolver:
#   pid: 57326
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3596.86
#   total CPU system time (s): 3.19591

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.24207 second user time and 15.265 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-01 19:34:33
IDJOB=4497637
IDBENCH=148190
IDSOLVER=3334
FILE ID=nodeC022/4497637-1751391272
RUNJOBID= nodeC022-1751382977-55060
SLURM_JOB_ID= 9598227
Free space on /tmp= 432872 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2025-06-09
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_4.opb
COMMAND LINE= ./ipbhs_gurobi --sym-cores-compact BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4497637-1751391272/watcher-4497637-1751391272 -o /tmp/evaluation-result-4497637-1751391272/solver-4497637-1751391272 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751382977-55060 --watchdog 3760  ./ipbhs_gurobi --sym-cores-compact HOME/instance-4497637-1751391272.opb --max-coef 1000000000

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

MD5SUM BENCH= dbdf528b135cde252d8c4b9633a10d5c
RANDOM SEED=1501258839

nodeC022 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.721
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.44
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.719
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.44
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		: 3566.426
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127273312 kB
MemAvailable:   127429796 kB
Buffers:            2128 kB
Cached:           959096 kB
SwapCached:           32 kB
Active:          2756608 kB
Inactive:         571108 kB
Active(anon):    2380324 kB
Inactive(anon):     4196 kB
Active(file):     376284 kB
Inactive(file):   566912 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             70972 kB
Writeback:             0 kB
AnonPages:       2368124 kB
Mapped:           117704 kB
Shmem:             18028 kB
KReclaimable:     104652 kB
Slab:             191888 kB
SReclaimable:     104652 kB
SUnreclaim:        87236 kB
KernelStack:        4288 kB
PageTables:         7832 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2825472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1990656 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432996 MiB
End job on nodeC022 at 2025-07-01 20:34:40