Trace number 4509317

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.24 3608.68

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw64/normalized-hw64-vm99p-opt.opb.negationfix.opb
MD5SUM1d8b9a75b06fe10625c514168771d7f4
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark9.60431
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45696
Total number of constraints1556
Number of constraints which are clauses713
Number of constraints which are cardinality constraints (but not clauses)713
Number of constraints which are nor clauses,nor cardinality constraints130
Minimum length of a constraint64
Maximum length of a constraint714
Number of terms in the objective function 64
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 64
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 264895
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 587012
Number of bits of the biggest sum of numbers20
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
0.28/0.36	c limit for coefficient in constraints and objective to 1000000000
0.28/0.36	c will solve HOME/instance-4509317-1751520685.opb
0.28/0.36	Searching graph automorphisms with time limit: 99
5.26/5.32	c [5.03] 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 (56864 MiB free)
  memory of node 1: 64507 MiB (56342 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509317-1751520685/watcher-4509317-1751520685 -o /tmp/evaluation-result-4509317-1751520685/solver-4509317-1751520685 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751513461-78914 --watchdog 3760 ./ipbhs_gurobi --sym-cores-compact HOME/instance-4509317-1751520685.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
Current StackSize limit: 8192 KiB

solver pid=80330, runsolver pid=80327

[startup+0.100066 s]*
/proc/loadavg: 4.07 4.08 4.09 5/269 80331
/proc/meminfo: memFree=115905840/131249996 swapFree=33010684/33010684
[pid=80330] ppid=80327 vsize=102260 memory=37368 CPUtime=0.09 cores=5,7
/proc/80330/stat : 80330 (ipbhs_gurobi) R 80327 80330 78901 0 -1 4194304 8526 0 0 0 8 1 0 0 20 0 1 0 67746411 104714240 9342 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
/proc/80330/statm: 25565 9342 1760 641 0 10322 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 102260 KiB
Current children cumulated memory: 37368 KiB

[startup+0.205627 s]*
/proc/loadavg: 4.07 4.08 4.09 5/270 80332
/proc/meminfo: memFree=115869992/131249996 swapFree=33010684/33010684
[pid=80330] ppid=80327 vsize=145804 memory=70876 CPUtime=0.18 cores=5,7
/proc/80330/stat : 80330 (ipbhs_gurobi) R 80327 80330 78901 0 -1 4194304 15714 0 0 0 16 2 0 0 20 0 2 0 67746411 149303296 17719 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 0 0 0 17 7 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
/proc/80330/statm: 36451 17719 2368 641 0 18934 0
[pid=80330/tid=80332] ppid=80327 vsize=145804 memory=3472328132921917724 CPUtime=0 cores=5,7
/proc/80330/task/80332/stat : 80332 (ipbhs_gurobi) S 80327 80330 78901 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 67746427 149303296 17719 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 1 0 0 -1 5 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 145804 KiB
Current children cumulated memory: 70876 KiB

[startup+0.305558 s]*
/proc/loadavg: 4.07 4.08 4.09 5/270 80332
/proc/meminfo: memFree=115850020/131249996 swapFree=33010684/33010684
[pid=80330] ppid=80327 vsize=170424 memory=91260 CPUtime=0.28 cores=5,7
/proc/80330/stat : 80330 (ipbhs_gurobi) R 80327 80330 78901 0 -1 4194304 20861 0 0 0 25 3 0 0 20 0 2 0 67746411 174514176 22815 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
/proc/80330/statm: 42606 22815 2368 641 0 25089 0
[pid=80330/tid=80332] ppid=80327 vsize=170424 memory=-7387154157980712134 CPUtime=0 cores=5,7
/proc/80330/task/80332/stat : 80332 (ipbhs_gurobi) S 80327 80330 78901 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 67746427 174514176 22815 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 1 0 0 -1 5 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 170424 KiB
Current children cumulated memory: 91260 KiB

[startup+0.700181 s]
/proc/loadavg: 4.07 4.08 4.09 5/270 80332
/proc/meminfo: memFree=115834144/131249996 swapFree=33010684/33010684
[pid=80330] ppid=80327 vsize=176096 memory=102496 CPUtime=0.67 cores=5,7
/proc/80330/stat : 80330 (ipbhs_gurobi) R 80327 80330 78901 0 -1 4194304 24837 0 0 0 63 4 0 0 20 0 2 0 67746411 180322304 25624 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
/proc/80330/statm: 44024 25624 2368 641 0 26507 0
[pid=80330/tid=80332] ppid=80327 vsize=176096 memory=18688 CPUtime=0 cores=5,7
/proc/80330/task/80332/stat : 80332 (ipbhs_gurobi) S 80327 80330 78901 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 67746427 180322304 25624 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 176096 KiB
Current children cumulated memory: 102496 KiB

[startup+1.50018 s]
/proc/loadavg: 4.07 4.08 4.09 5/270 80332
/proc/meminfo: memFree=115794076/131249996 swapFree=33010684/33010684
[pid=80330] ppid=80327 vsize=220340 memory=142944 CPUtime=1.46 cores=5,7
/proc/80330/stat : 80330 (ipbhs_gurobi) R 80327 80330 78901 0 -1 4194304 34971 0 0 0 141 5 0 0 20 0 2 0 67746411 225628160 35736 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
/proc/80330/statm: 55085 35736 2368 641 0 37568 0
[pid=80330/tid=80332] ppid=80327 vsize=220340 memory=18688 CPUtime=0 cores=5,7
/proc/80330/task/80332/stat : 80332 (ipbhs_gurobi) S 80327 80330 78901 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 67746427 225628160 35736 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 220340 KiB
Current children cumulated memory: 142944 KiB

[startup+3.10545 s]
/proc/loadavg: 4.15 4.10 4.09 5/270 80332
/proc/meminfo: memFree=115673376/131249996 swapFree=33010684/33010684
[pid=80330] ppid=80327 vsize=281152 memory=198880 CPUtime=3.07 cores=5,7
/proc/80330/stat : 80330 (ipbhs_gurobi) R 80327 80330 78901 0 -1 4194304 53967 0 0 0 299 8 0 0 20 0 2 0 67746411 287899648 49720 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
/proc/80330/statm: 70288 49720 2368 641 0 52771 0
[pid=80330/tid=80332] ppid=80327 vsize=281152 memory=0 CPUtime=0 cores=5,7
/proc/80330/task/80332/stat : 80332 (ipbhs_gurobi) S 80327 80330 78901 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 2 0 67746427 287899648 49720 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 281152 KiB
Current children cumulated memory: 198880 KiB

[startup+6.30016 s]
/proc/loadavg: 4.15 4.10 4.09 5/270 80332
/proc/meminfo: memFree=115499868/131249996 swapFree=33010684/33010684
[pid=80330] ppid=80327 vsize=376060 memory=287364 CPUtime=6.25 cores=5,7
/proc/80330/stat : 80330 (ipbhs_gurobi) R 80327 80330 78901 0 -1 4194304 123774 0 0 0 607 18 0 0 20 0 2 0 67746411 385085440 71841 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
/proc/80330/statm: 94015 71841 3360 641 0 76498 0
[pid=80330/tid=80332] ppid=80327 vsize=376060 memory=286596 CPUtime=0 cores=5,7
/proc/80330/task/80332/stat : 80332 (ipbhs_gurobi) S 80327 80330 78901 0 -1 4194368 6 0 0 0 0 0 0 0 20 0 2 0 67746427 385085440 71841 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 376060 KiB
Current children cumulated memory: 287364 KiB

[startup+12.7002 s]
/proc/loadavg: 4.05 4.08 4.09 5/270 80378
/proc/meminfo: memFree=117805576/131249996 swapFree=33010684/33010684
[pid=80330] ppid=80327 vsize=421024 memory=318804 CPUtime=12.65 cores=5,7
/proc/80330/stat : 80330 (ipbhs_gurobi) R 80327 80330 78901 0 -1 4194304 133617 0 0 0 1234 31 0 0 20 0 2 0 67746411 431128576 79701 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
/proc/80330/statm: 105256 79701 3360 641 0 87739 0
[pid=80330/tid=80332] ppid=80327 vsize=421024 memory=6388 CPUtime=0 cores=5,7
/proc/80330/task/80332/stat : 80332 (ipbhs_gurobi) S 80327 80330 78901 0 -1 4194368 10 0 0 0 0 0 0 0 20 0 2 0 67746427 431128576 79701 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 421024 KiB
Current children cumulated memory: 318804 KiB

[startup+25.5002 s]
/proc/loadavg: 4.04 4.08 4.08 5/270 80378
/proc/meminfo: memFree=117349300/131249996 swapFree=33010684/33010684
[pid=80330] ppid=80327 vsize=451844 memory=339796 CPUtime=25.42 cores=5,7
/proc/80330/stat : 80330 (ipbhs_gurobi) R 80327 80330 78901 0 -1 4194304 154561 0 0 0 2480 62 0 0 20 0 2 0 67746411 462688256 84949 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
/proc/80330/statm: 112961 84949 3360 641 0 95444 0
[pid=80330/tid=80332] ppid=80327 vsize=451844 memory=0 CPUtime=0 cores=5,7
/proc/80330/task/80332/stat : 80332 (ipbhs_gurobi) S 80327 80330 78901 0 -1 4194368 13 0 0 0 0 0 0 0 20 0 2 0 67746427 462688256 84949 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 451844 KiB
Current children cumulated memory: 339796 KiB

[startup+51.1055 s]
/proc/loadavg: 4.09 4.08 4.09 5/270 80378
/proc/meminfo: memFree=116342004/131249996 swapFree=33010684/33010684
[pid=80330] ppid=80327 vsize=501932 memory=384036 CPUtime=50.96 cores=5,7
/proc/80330/stat : 80330 (ipbhs_gurobi) R 80327 80330 78901 0 -1 4194304 168444 0 0 0 4993 103 0 0 20 0 2 0 67746411 513978368 96009 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
/proc/80330/statm: 125483 96009 3360 641 0 107966 0
[pid=80330/tid=80332] ppid=80327 vsize=501932 memory=14844 CPUtime=0.01 cores=5,7
/proc/80330/task/80332/stat : 80332 (ipbhs_gurobi) S 80327 80330 78901 0 -1 4194368 13 0 0 0 0 1 0 0 20 0 2 0 67746427 513978368 96009 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 501932 KiB
Current children cumulated memory: 384036 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/269 80383
/proc/meminfo: memFree=116319880/131249996 swapFree=33010684/33010684
[pid=80330] ppid=80327 vsize=575856 memory=456996 CPUtime=102.02 cores=5,7
/proc/80330/stat : 80330 (ipbhs_gurobi) R 80327 80330 78901 0 -1 4194304 197244 0 0 0 10016 186 0 0 20 0 2 0 67746411 589676544 114249 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
/proc/80330/statm: 143964 114249 3360 641 0 126447 0
[pid=80330/tid=80332] ppid=80327 vsize=575856 memory=425124 CPUtime=0.03 cores=5,7
/proc/80330/task/80332/stat : 80332 (ipbhs_gurobi) S 80327 80330 78901 0 -1 4194368 14 0 0 0 1 2 0 0 20 0 2 0 67746427 589676544 114249 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 575856 KiB
Current children cumulated memory: 456996 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/270 80386
/proc/meminfo: memFree=116025064/131249996 swapFree=33010684/33010684
[pid=80330] ppid=80327 vsize=773956 memory=612496 CPUtime=161.88 cores=5,7
/proc/80330/stat : 80330 (ipbhs_gurobi) R 80327 80330 78901 0 -1 4194304 352749 0 0 0 15924 264 0 0 20 0 2 0 67746411 792530944 153124 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
/proc/80330/statm: 193489 153124 3360 641 0 175972 0
[pid=80330/tid=80332] ppid=80327 vsize=773956 memory=563856 CPUtime=0.04 cores=5,7
/proc/80330/task/80332/stat : 80332 (ipbhs_gurobi) S 80327 80330 78901 0 -1 4194368 20 0 0 0 1 3 0 0 20 0 2 0 67746427 792530944 153124 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 773956 KiB
Current children cumulated memory: 612496 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/271 80394
/proc/meminfo: memFree=115780920/131249996 swapFree=33010684/33010684
[pid=80330] ppid=80327 vsize=848608 memory=720216 CPUtime=221.73 cores=5,7
/proc/80330/stat : 80330 (ipbhs_gurobi) R 80327 80330 78901 0 -1 4194304 371378 0 0 0 21855 318 0 0 20 0 2 0 67746411 868974592 180054 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
/proc/80330/statm: 212152 180054 3360 641 0 194635 0
[pid=80330/tid=80332] ppid=80327 vsize=848608 memory=718040 CPUtime=0.06 cores=5,7
/proc/80330/task/80332/stat : 80332 (ipbhs_gurobi) S 80327 80330 78901 0 -1 4194368 20 0 0 0 2 4 0 0 20 0 2 0 67746427 868974592 180054 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
Current children cumulated CPU time: 221.73 s
Current children cumulated vsize: 848608 KiB
Current children cumulated memory: 720216 KiB

[startup+282.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/271 80396
/proc/meminfo: memFree=115596100/131249996 swapFree=33010684/33010684
[pid=80330] ppid=80327 vsize=907148 memory=778584 CPUtime=281.57 cores=5,7
/proc/80330/stat : 80330 (ipbhs_gurobi) R 80327 80330 78901 0 -1 4194304 388328 0 0 0 27739 418 0 0 20 0 2 0 67746411 928919552 194646 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
/proc/80330/statm: 226787 194646 3360 641 0 209270 0
[pid=80330/tid=80332] ppid=80327 vsize=907148 memory=750552 CPUtime=0.08 cores=5,7
/proc/80330/task/80332/stat : 80332 (ipbhs_gurobi) S 80327 80330 78901 0 -1 4194368 21 0 0 0 3 5 0 0 20 0 2 0 67746427 928919552 194646 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
Current children cumulated CPU time: 281.57 s
Current children cumulated vsize: 907148 KiB
Current children cumulated memory: 778584 KiB

[startup+342.3 s]

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

Current children cumulated vsize: 3928968 KiB
Current children cumulated memory: 3219280 KiB

[startup+3042.3 s]
/proc/loadavg: 4.15 4.15 4.11 5/269 80585
/proc/meminfo: memFree=110815128/131249996 swapFree=33010684/33010684
[pid=80330] ppid=80327 vsize=3932460 memory=3223504 CPUtime=3035.11 cores=5,7
/proc/80330/stat : 80330 (ipbhs_gurobi) R 80327 80330 78901 0 -1 4194304 4081129 0 0 0 301110 2401 0 0 20 0 2 0 67746411 4026839040 805876 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
/proc/80330/statm: 983115 805876 3360 641 0 965598 0
[pid=80330/tid=80332] ppid=80327 vsize=3932460 memory=3222352 CPUtime=1.44 cores=5,7
/proc/80330/task/80332/stat : 80332 (ipbhs_gurobi) S 80327 80330 78901 0 -1 4194368 91 0 0 0 41 103 0 0 20 0 2 0 67746427 4026839040 805876 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
Current children cumulated CPU time: 3035.11 s
Current children cumulated vsize: 3932460 KiB
Current children cumulated memory: 3223504 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.14 4.10 5/269 80587
/proc/meminfo: memFree=110702044/131249996 swapFree=33010684/33010684
[pid=80330] ppid=80327 vsize=4065996 memory=3313232 CPUtime=3094.98 cores=5,7
/proc/80330/stat : 80330 (ipbhs_gurobi) R 80327 80330 78901 0 -1 4194304 4163434 0 0 0 307069 2429 0 0 20 0 2 0 67746411 4163579904 828308 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
/proc/80330/statm: 1016499 828308 3360 641 0 998982 0
[pid=80330/tid=80332] ppid=80327 vsize=4065996 memory=3246032 CPUtime=1.46 cores=5,7
/proc/80330/task/80332/stat : 80332 (ipbhs_gurobi) S 80327 80330 78901 0 -1 4194368 91 0 0 0 42 104 0 0 20 0 2 0 67746427 4163579904 828308 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
Current children cumulated CPU time: 3094.98 s
Current children cumulated vsize: 4065996 KiB
Current children cumulated memory: 3313232 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.12 4.10 5/269 80592
/proc/meminfo: memFree=110430576/131249996 swapFree=33010684/33010684
[pid=80330] ppid=80327 vsize=4190112 memory=3494472 CPUtime=3154.85 cores=5,7
/proc/80330/stat : 80330 (ipbhs_gurobi) R 80327 80330 78901 0 -1 4194304 4222253 0 0 0 313031 2454 0 0 20 0 2 0 67746411 4290674688 873618 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
/proc/80330/statm: 1047528 873618 3360 641 0 1030011 0
[pid=80330/tid=80332] ppid=80327 vsize=4190112 memory=3246032 CPUtime=1.5 cores=5,7
/proc/80330/task/80332/stat : 80332 (ipbhs_gurobi) S 80327 80330 78901 0 -1 4194368 92 0 0 0 44 106 0 0 20 0 2 0 67746427 4290674688 873618 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
Current children cumulated CPU time: 3154.85 s
Current children cumulated vsize: 4190112 KiB
Current children cumulated memory: 3494472 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/267 80594
/proc/meminfo: memFree=109887784/131249996 swapFree=33010684/33010684
[pid=80330] ppid=80327 vsize=4551116 memory=3926088 CPUtime=3214.73 cores=5,7
/proc/80330/stat : 80330 (ipbhs_gurobi) R 80327 80330 78901 0 -1 4194304 4320750 0 0 0 318990 2483 0 0 20 0 2 0 67746411 4660342784 981522 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
/proc/80330/statm: 1137779 981522 3360 641 0 1120262 0
[pid=80330/tid=80332] ppid=80327 vsize=4551116 memory=3679852 CPUtime=1.53 cores=5,7
/proc/80330/task/80332/stat : 80332 (ipbhs_gurobi) S 80327 80330 78901 0 -1 4194368 94 0 0 0 45 108 0 0 20 0 2 0 67746427 4660342784 981522 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
Current children cumulated CPU time: 3214.73 s
Current children cumulated vsize: 4551116 KiB
Current children cumulated memory: 3926088 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/269 80602
/proc/meminfo: memFree=109535876/131249996 swapFree=33010684/33010684
[pid=80330] ppid=80327 vsize=5228740 memory=4203152 CPUtime=3274.59 cores=5,7
/proc/80330/stat : 80330 (ipbhs_gurobi) R 80327 80330 78901 0 -1 4194304 4410716 0 0 0 324950 2509 0 0 20 0 2 0 67746411 5354229760 1050788 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
/proc/80330/statm: 1307185 1050788 3360 641 0 1289668 0
[pid=80330/tid=80332] ppid=80327 vsize=5228740 memory=4143068 CPUtime=1.57 cores=5,7
/proc/80330/task/80332/stat : 80332 (ipbhs_gurobi) S 80327 80330 78901 0 -1 4194368 97 0 0 0 46 111 0 0 20 0 2 0 67746427 5354229760 1050788 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
Current children cumulated CPU time: 3274.59 s
Current children cumulated vsize: 5228740 KiB
Current children cumulated memory: 4203152 KiB

[startup+3342.3 s]
/proc/loadavg: 4.05 4.10 4.09 5/269 80604
/proc/meminfo: memFree=109443728/131249996 swapFree=33010684/33010684
[pid=80330] ppid=80327 vsize=5276012 memory=4270844 CPUtime=3334.46 cores=5,7
/proc/80330/stat : 80330 (ipbhs_gurobi) R 80327 80330 78901 0 -1 4194304 4711635 0 0 0 330901 2545 0 0 20 0 2 0 67746411 5402636288 1067711 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
/proc/80330/statm: 1319003 1067711 3360 641 0 1301486 0
[pid=80330/tid=80332] ppid=80327 vsize=5276012 memory=4270844 CPUtime=1.59 cores=5,7
/proc/80330/task/80332/stat : 80332 (ipbhs_gurobi) S 80327 80330 78901 0 -1 4194368 100 0 0 0 46 113 0 0 20 0 2 0 67746427 5402636288 1067711 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
Current children cumulated CPU time: 3334.46 s
Current children cumulated vsize: 5276012 KiB
Current children cumulated memory: 4270844 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/269 80606
/proc/meminfo: memFree=109242100/131249996 swapFree=33010684/33010684
[pid=80330] ppid=80327 vsize=5276012 memory=4271228 CPUtime=3394.32 cores=5,7
/proc/80330/stat : 80330 (ipbhs_gurobi) R 80327 80330 78901 0 -1 4194304 4768042 0 0 0 336873 2559 0 0 20 0 2 0 67746411 5402636288 1067807 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
/proc/80330/statm: 1319003 1067807 3360 641 0 1301486 0
[pid=80330/tid=80332] ppid=80327 vsize=5276012 memory=4270844 CPUtime=1.63 cores=5,7
/proc/80330/task/80332/stat : 80332 (ipbhs_gurobi) S 80327 80330 78901 0 -1 4194368 101 0 0 0 48 115 0 0 20 0 2 0 67746427 5402636288 1067807 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
Current children cumulated CPU time: 3394.32 s
Current children cumulated vsize: 5276012 KiB
Current children cumulated memory: 4271228 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/270 80610
/proc/meminfo: memFree=109060052/131249996 swapFree=33010684/33010684
[pid=80330] ppid=80327 vsize=5315020 memory=4296956 CPUtime=3454.19 cores=5,7
/proc/80330/stat : 80330 (ipbhs_gurobi) R 80327 80330 78901 0 -1 4194304 4814963 0 0 0 342846 2573 0 0 20 0 2 0 67746411 5442580480 1074239 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
/proc/80330/statm: 1328755 1074239 3360 641 0 1311238 0
[pid=80330/tid=80332] ppid=80327 vsize=5315020 memory=4270844 CPUtime=1.66 cores=5,7
/proc/80330/task/80332/stat : 80332 (ipbhs_gurobi) S 80327 80330 78901 0 -1 4194368 101 0 0 0 49 117 0 0 20 0 2 0 67746427 5442580480 1074239 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
Current children cumulated CPU time: 3454.19 s
Current children cumulated vsize: 5315020 KiB
Current children cumulated memory: 4296956 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/270 80612
/proc/meminfo: memFree=108850768/131249996 swapFree=33010684/33010684
[pid=80330] ppid=80327 vsize=5361876 memory=4366076 CPUtime=3514.05 cores=5,7
/proc/80330/stat : 80330 (ipbhs_gurobi) R 80327 80330 78901 0 -1 4194304 4869470 0 0 0 348811 2594 0 0 20 0 2 0 67746411 5490561024 1091519 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
/proc/80330/statm: 1340469 1091519 3360 641 0 1322952 0
[pid=80330/tid=80332] ppid=80327 vsize=5361876 memory=4296956 CPUtime=1.7 cores=5,7
/proc/80330/task/80332/stat : 80332 (ipbhs_gurobi) S 80327 80330 78901 0 -1 4194368 104 0 0 0 50 120 0 0 20 0 2 0 67746427 5490561024 1091519 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
Current children cumulated CPU time: 3514.05 s
Current children cumulated vsize: 5361876 KiB
Current children cumulated memory: 4366076 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/268 80616
/proc/meminfo: memFree=108787376/131249996 swapFree=33010684/33010684
[pid=80330] ppid=80327 vsize=5362164 memory=4381436 CPUtime=3573.92 cores=5,7
/proc/80330/stat : 80330 (ipbhs_gurobi) R 80327 80330 78901 0 -1 4194304 5077907 0 0 0 354769 2623 0 0 20 0 2 0 67746411 5490855936 1095359 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
/proc/80330/statm: 1340541 1095359 3360 641 0 1323024 0
[pid=80330/tid=80332] ppid=80327 vsize=5362164 memory=4376316 CPUtime=1.73 cores=5,7
/proc/80330/task/80332/stat : 80332 (ipbhs_gurobi) S 80327 80330 78901 0 -1 4194368 107 0 0 0 51 122 0 0 20 0 2 0 67746427 5490855936 1095359 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
Current children cumulated CPU time: 3573.92 s
Current children cumulated vsize: 5362164 KiB
Current children cumulated memory: 4381436 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.5 s]
/proc/loadavg: 4.29 4.15 4.11 4/261 80648
/proc/meminfo: memFree=113640692/131249996 swapFree=33010684/33010684
[pid=80330] ppid=80327 vsize=5362164 memory=4381820 CPUtime=3600.06 cores=5,7
/proc/80330/stat : 80330 (ipbhs_gurobi) R 80327 80330 78901 0 -1 4194304 5099567 0 0 0 357374 2632 0 0 20 0 2 0 67746411 5490855936 1095455 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
/proc/80330/statm: 1340541 1095455 3360 641 0 1323024 0
[pid=80330/tid=80332] ppid=80327 vsize=5362164 memory=4381692 CPUtime=1.75 cores=5,7
/proc/80330/task/80332/stat : 80332 (ipbhs_gurobi) S 80327 80330 78901 0 -1 4194368 107 0 0 0 51 124 0 0 20 0 2 0 67746427 5490855936 1095455 18446744073709551615 94286311628800 94286314253853 140725541506384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94286314872728 94286314905690 94286328922112 140725541513611 140725541513735 140725541513735 140725541519337 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 5362164 KiB
Current children cumulated memory: 4381820 KiB

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

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

# cumulated CPU time of all completed processes:  user=3573.75 s, system=26.4926 s

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

[startup+3608.6 s]*
/proc/loadavg: 4.29 4.15 4.11 4/260 80648
/proc/meminfo: memFree=115766296/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3608.68
CPU time (s): 3600.24
CPU user time (s): 3573.75
CPU system time (s): 26.4926
CPU usage (%): 99.7663
Max. virtual memory (cumulated for all children) (KiB): 5362164
Max. memory (cumulated for all children) (KiB): 4381820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3573.75
system time used= 26.4926
maximum resident set size= 4381820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5099567
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= 358837
involuntary context switches= 4078


# summary of solver processes directly reported to runsolver:
#   pid: 80330
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3573.75
#   total CPU system time (s): 26.4926

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.87504 second user time and 15.9935 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-03 07:31:25
IDJOB=4509317
IDBENCH=158611
IDSOLVER=3334
FILE ID=nodeC024/4509317-1751520685
RUNJOBID= nodeC024-1751513461-78914
SLURM_JOB_ID= 9598618
Free space on /tmp= 432168 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2025-06-09
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw64/normalized-hw64-vm99p-opt.opb.negationfix.opb
COMMAND LINE= ./ipbhs_gurobi --sym-cores-compact BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4509317-1751520685/watcher-4509317-1751520685 -o /tmp/evaluation-result-4509317-1751520685/solver-4509317-1751520685 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751513461-78914 --watchdog 3760  ./ipbhs_gurobi --sym-cores-compact HOME/instance-4509317-1751520685.opb --max-coef 1000000000

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

MD5SUM BENCH= 1d8b9a75b06fe10625c514168771d7f4
RANDOM SEED=1402361863

nodeC024 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.678
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.36
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.770
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.36
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		: 3599.766
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.36
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.36
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.671
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.36
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		: 3700.000
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.36
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.36
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		: 3599.664
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        115923144 kB
MemAvailable:   123825400 kB
Buffers:            3280 kB
Cached:          8669504 kB
SwapCached:            0 kB
Active:          6262672 kB
Inactive:        8349688 kB
Active(anon):    5957644 kB
Inactive(anon):        0 kB
Active(file):     305028 kB
Inactive(file):  8349688 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            128088 kB
Writeback:             0 kB
AnonPages:       5938180 kB
Mapped:           119068 kB
Shmem:             18064 kB
KReclaimable:     173160 kB
Slab:             265296 kB
SReclaimable:     173160 kB
SUnreclaim:        92136 kB
KernelStack:        4336 kB
PageTables:        15236 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    6835296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3309568 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432184 MiB
End job on nodeC024 at 2025-07-03 08:31:34