Trace number 4504005

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.06 3608.03

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Base/normalized-minisat85_4_27_7.opb
MD5SUMf09254b7fcacaa5196265d97bb7e429a
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 benchmark5675101
Best CPU time to get the best result obtained on this benchmark1612.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14620
Total number of constraints21851
Number of constraints which are clauses170
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints21675
Minimum length of a constraint2
Maximum length of a constraint3570
Number of terms in the objective function 14365
Biggest coefficient in the objective function 153990656
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 153911476473
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 153990656
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 153911476473
Number of bits of the biggest sum of numbers38
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.22	c initialize IPBHS solver
0.00/0.22	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.22	c optimizer = "gurobi"
0.00/0.22	c pbsolver = "roundingsat"
0.00/0.22	c use separate pbsolver for SIS
0.00/0.22	c load symmetries from file ""
0.00/0.22	c set time limit for symmetry computation to 100 seconds.
0.00/0.22	c set interchangeable summation variable limit to 3
0.00/0.22	c enable explicit+compact SCL
0.00/0.22	c set sym compact max subset size to 5
0.00/0.22	c set explicit symmetry matrix usage to 1
0.00/0.22	c sym budget explicit to 100
0.00/0.22	c sym budget explicit lits to 6000
0.00/0.22	c sym budget compact to 100
0.00/0.22	c sym budget compact lits to 6000
0.00/0.22	c sym budget common to 0
0.00/0.22	c sym budget common lits to 0
0.00/0.22	c set sym generation to 's'
0.00/0.22	c set abstraction set creation to 10 iterations without LB change
0.00/0.22	c set abstraction set inputs to 0
0.00/0.22	c set abstraction set cluster min size to 2
0.00/0.22	c set abstraction set cluster max size to 100000000
0.00/0.22	c set abstraction set cluster activation limit to 2
0.00/0.22	c enable abstraction set require equal cost
0.00/0.22	c set abstraction set assumptions to 0
0.00/0.22	c set abstraction set constraint type to 0
0.00/0.22	c set abstract core extraction strategy to b
0.00/0.22	c set core extraction strategy to 2
0.00/0.22	c set core extraction shuffles 10
0.00/0.22	c set cores per iteration to 5
0.00/0.22	c set optimizer bound usage strategy to 2
0.00/0.22	c set optimizer max non-optimal iterations to 1000
0.00/0.22	c set small core cardinality limit to 2
0.00/0.22	c set max coef in cores to 1000000000
0.00/0.22	c set core processing techniques to 4095
0.00/0.22	c set SIS iterations to 5
0.00/0.22	c set SIS budget abs to 1000
0.00/0.22	c set SIS budget rel to 0.05
0.20/0.68	c limit for coefficient in constraints and objective to 1000000000
0.20/0.68	c will solve HOME/instance-4504005-1751442165.opb
0.20/0.68	Searching graph automorphisms with time limit: 100
0.30/0.78	c [0.19] will start solving

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (60483 MiB free)
  memory of node 1: 64465 MiB (61929 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=61743, runsolver pid=61731

[startup+0.100063 s]*
/proc/loadavg: 0.95 1.06 1.08 1/263 61748
/proc/meminfo: memFree=125345564/131250000 swapFree=33010684/33010684
[pid=61743] ppid=61731 vsize=61524 memory=2048 CPUtime=0 cores=1,3
/proc/61743/stat : 61743 (ipbhs_gurobi) D 61731 61743 61679 0 -1 4194304 171 0 3 0 0 0 0 0 20 0 1 0 59895231 63000576 512 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 0 0 1 0 0 17 3 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
/proc/61743/statm: 15381 512 480 641 0 249 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 61524 KiB
Current children cumulated memory: 2048 KiB

[startup+0.205148 s]*
/proc/loadavg: 0.95 1.06 1.08 2/265 61750
/proc/meminfo: memFree=125345328/131250000 swapFree=33010684/33010684
[pid=61743] ppid=61731 vsize=61616 memory=5120 CPUtime=0 cores=1,3
/proc/61743/stat : 61743 (ipbhs_gurobi) D 61731 61743 61679 0 -1 4194304 362 0 17 0 0 0 0 0 20 0 1 0 59895231 63094784 1280 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 0 0 1 0 0 17 3 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
/proc/61743/statm: 15404 1280 1088 641 0 161 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 61616 KiB
Current children cumulated memory: 5120 KiB

[startup+0.305013 s]*
/proc/loadavg: 0.95 1.06 1.08 5/265 61750
/proc/meminfo: memFree=125281188/131250000 swapFree=33010684/33010684
[pid=61743] ppid=61731 vsize=86228 memory=27512 CPUtime=0.08 cores=1,3
/proc/61743/stat : 61743 (ipbhs_gurobi) R 61731 61743 61679 0 -1 4194304 4523 0 19 0 6 2 0 0 20 0 1 0 59895231 88297472 6878 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
/proc/61743/statm: 21557 6878 1696 641 0 6314 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 86228 KiB
Current children cumulated memory: 27512 KiB

[startup+0.700166 s]
/proc/loadavg: 0.95 1.06 1.08 1/265 61750
/proc/meminfo: memFree=125234836/131250000 swapFree=33010684/33010684
[pid=61743] ppid=61731 vsize=141620 memory=66832 CPUtime=0.3 cores=1,3
/proc/61743/stat : 61743 (ipbhs_gurobi) R 61731 61743 61679 0 -1 4194304 13994 0 40 0 23 7 0 0 20 0 2 0 59895231 145018880 16708 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
/proc/61743/statm: 35405 16708 2272 641 0 17888 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 141620 KiB
Current children cumulated memory: 66832 KiB

[startup+1.50021 s]
/proc/loadavg: 0.95 1.06 1.08 2/269 61754
/proc/meminfo: memFree=125109864/131250000 swapFree=33010684/33010684
[pid=61743] ppid=61731 vsize=179252 memory=95532 CPUtime=1.09 cores=1,3
/proc/61743/stat : 61743 (ipbhs_gurobi) R 61731 61743 61679 0 -1 4194304 21056 0 46 0 96 13 0 0 20 0 2 0 59895231 183554048 23883 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
/proc/61743/statm: 44813 23883 3360 641 0 27296 0
[pid=61743/tid=61753] ppid=61731 vsize=179252 memory=0 CPUtime=0 cores=1,3
/proc/61743/task/61753/stat : 61753 (ipbhs_gurobi) S 61731 61743 61679 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 59895287 183554048 23883 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 1 0 0 -1 1 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 179252 KiB
Current children cumulated memory: 95532 KiB

[startup+3.10546 s]
/proc/loadavg: 1.19 1.11 1.09 5/269 61754
/proc/meminfo: memFree=124914196/131250000 swapFree=33010684/33010684
[pid=61743] ppid=61731 vsize=194844 memory=113516 CPUtime=2.68 cores=1,3
/proc/61743/stat : 61743 (ipbhs_gurobi) R 61731 61743 61679 0 -1 4194304 29486 0 55 0 249 19 0 0 20 0 2 0 59895231 199520256 28379 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
/proc/61743/statm: 48711 28379 3648 641 0 31194 0
[pid=61743/tid=61753] ppid=61731 vsize=194844 memory=69776 CPUtime=0 cores=1,3
/proc/61743/task/61753/stat : 61753 (ipbhs_gurobi) S 61731 61743 61679 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 2 0 59895287 199520256 28379 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 194844 KiB
Current children cumulated memory: 113516 KiB

[startup+6.30014 s]
/proc/loadavg: 1.19 1.11 1.09 5/269 61754
/proc/meminfo: memFree=124902860/131250000 swapFree=33010684/33010684
[pid=61743] ppid=61731 vsize=194844 memory=115680 CPUtime=5.87 cores=1,3
/proc/61743/stat : 61743 (ipbhs_gurobi) R 61731 61743 61679 0 -1 4194304 32150 0 55 0 542 45 0 0 20 0 2 0 59895231 199520256 28920 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
/proc/61743/statm: 48711 28920 3648 641 0 31194 0
[pid=61743/tid=61753] ppid=61731 vsize=194844 memory=18304 CPUtime=0 cores=1,3
/proc/61743/task/61753/stat : 61753 (ipbhs_gurobi) S 61731 61743 61679 0 -1 4194368 6 0 0 0 0 0 0 0 20 0 2 0 59895287 199520256 28920 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
Current children cumulated CPU time: 5.87 s
Current children cumulated vsize: 194844 KiB
Current children cumulated memory: 115680 KiB

[startup+12.7001 s]
/proc/loadavg: 1.42 1.15 1.11 5/269 61754
/proc/meminfo: memFree=124903020/131250000 swapFree=33010684/33010684
[pid=61743] ppid=61731 vsize=197564 memory=116064 CPUtime=12.27 cores=1,3
/proc/61743/stat : 61743 (ipbhs_gurobi) R 61731 61743 61679 0 -1 4194304 37326 0 55 0 1128 99 0 0 20 0 2 0 59895231 202305536 29016 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
/proc/61743/statm: 49391 29016 3648 641 0 31874 0
[pid=61743/tid=61753] ppid=61731 vsize=197564 memory=115936 CPUtime=0 cores=1,3
/proc/61743/task/61753/stat : 61753 (ipbhs_gurobi) S 61731 61743 61679 0 -1 4194368 8 0 0 0 0 0 0 0 20 0 2 0 59895287 202305536 29016 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
Current children cumulated CPU time: 12.27 s
Current children cumulated vsize: 197564 KiB
Current children cumulated memory: 116064 KiB

[startup+25.5002 s]
/proc/loadavg: 1.99 1.29 1.16 5/269 61754
/proc/meminfo: memFree=124898316/131250000 swapFree=33010684/33010684
[pid=61743] ppid=61731 vsize=201984 memory=120880 CPUtime=25.04 cores=1,3
/proc/61743/stat : 61743 (ipbhs_gurobi) R 61731 61743 61679 0 -1 4194304 39403 0 55 0 2298 206 0 0 20 0 2 0 59895231 206831616 30220 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
/proc/61743/statm: 50496 30220 3648 641 0 32979 0
[pid=61743/tid=61753] ppid=61731 vsize=201984 memory=120880 CPUtime=0 cores=1,3
/proc/61743/task/61753/stat : 61753 (ipbhs_gurobi) S 61731 61743 61679 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 2 0 59895287 206831616 30220 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
Current children cumulated CPU time: 25.04 s
Current children cumulated vsize: 201984 KiB
Current children cumulated memory: 120880 KiB

[startup+51.1055 s]
/proc/loadavg: 2.74 1.53 1.24 5/269 61755
/proc/meminfo: memFree=124878540/131250000 swapFree=33010684/33010684
[pid=61743] ppid=61731 vsize=209164 memory=129316 CPUtime=50.6 cores=1,3
/proc/61743/stat : 61743 (ipbhs_gurobi) R 61731 61743 61679 0 -1 4194304 41640 0 55 0 4646 414 0 0 20 0 2 0 59895231 214183936 32329 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
/proc/61743/statm: 52291 32329 3648 641 0 34774 0
[pid=61743/tid=61753] ppid=61731 vsize=209164 memory=14720 CPUtime=0 cores=1,3
/proc/61743/task/61753/stat : 61753 (ipbhs_gurobi) S 61731 61743 61679 0 -1 4194368 10 0 0 0 0 0 0 0 20 0 2 0 59895287 214183936 32329 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
Current children cumulated CPU time: 50.6 s
Current children cumulated vsize: 209164 KiB
Current children cumulated memory: 129316 KiB

[startup+102.3 s]
/proc/loadavg: 3.51 1.93 1.39 5/269 61757
/proc/meminfo: memFree=124772416/131250000 swapFree=33010684/33010684
[pid=61743] ppid=61731 vsize=251896 memory=162072 CPUtime=101.7 cores=1,3
/proc/61743/stat : 61743 (ipbhs_gurobi) R 61731 61743 61679 0 -1 4194304 59939 0 55 0 9396 774 0 0 20 0 2 0 59895231 257941504 40518 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
/proc/61743/statm: 62974 40518 3648 641 0 45457 0
[pid=61743/tid=61753] ppid=61731 vsize=251896 memory=156900 CPUtime=0.01 cores=1,3
/proc/61743/task/61753/stat : 61753 (ipbhs_gurobi) S 61731 61743 61679 0 -1 4194368 12 0 0 0 0 1 0 0 20 0 2 0 59895287 257941504 40518 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
Current children cumulated CPU time: 101.7 s
Current children cumulated vsize: 251896 KiB
Current children cumulated memory: 162072 KiB

[startup+162.3 s]
/proc/loadavg: 3.89 2.32 1.56 5/270 61760
/proc/meminfo: memFree=124558304/131250000 swapFree=33010684/33010684
[pid=61743] ppid=61731 vsize=280556 memory=203088 CPUtime=161.59 cores=1,3
/proc/61743/stat : 61743 (ipbhs_gurobi) R 61731 61743 61679 0 -1 4194304 67540 0 55 0 14991 1168 0 0 20 0 2 0 59895231 287289344 50772 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
/proc/61743/statm: 70139 50772 3648 641 0 52622 0
[pid=61743/tid=61753] ppid=61731 vsize=280556 memory=172084 CPUtime=0.04 cores=1,3
/proc/61743/task/61753/stat : 61753 (ipbhs_gurobi) S 61731 61743 61679 0 -1 4194368 12 0 0 0 1 3 0 0 20 0 2 0 59895287 287289344 50772 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
Current children cumulated CPU time: 161.59 s
Current children cumulated vsize: 280556 KiB
Current children cumulated memory: 203088 KiB

[startup+222.3 s]
/proc/loadavg: 4.02 2.65 1.72 5/270 61762
/proc/meminfo: memFree=124262676/131250000 swapFree=33010684/33010684
[pid=61743] ppid=61731 vsize=357372 memory=265476 CPUtime=221.48 cores=1,3
/proc/61743/stat : 61743 (ipbhs_gurobi) R 61731 61743 61679 0 -1 4194304 94960 0 55 0 20649 1499 0 0 20 0 2 0 59895231 365948928 66369 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
/proc/61743/statm: 89343 66369 3648 641 0 71826 0
[pid=61743/tid=61753] ppid=61731 vsize=357372 memory=259136 CPUtime=0.07 cores=1,3
/proc/61743/task/61753/stat : 61753 (ipbhs_gurobi) S 61731 61743 61679 0 -1 4194368 14 0 0 0 2 5 0 0 20 0 2 0 59895287 365948928 66369 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
Current children cumulated CPU time: 221.48 s
Current children cumulated vsize: 357372 KiB
Current children cumulated memory: 265476 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 2.93 1.88 5/270 61764
/proc/meminfo: memFree=123870800/131250000 swapFree=33010684/33010684
[pid=61743] ppid=61731 vsize=455636 memory=347464 CPUtime=281.36 cores=1,3
/proc/61743/stat : 61743 (ipbhs_gurobi) R 61731 61743 61679 0 -1 4194304 141268 0 55 0 26374 1762 0 0 20 0 2 0 59895231 466571264 86866 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
/proc/61743/statm: 113909 86866 3648 641 0 96392 0
[pid=61743/tid=61753] ppid=61731 vsize=455636 memory=318956 CPUtime=0.09 cores=1,3
/proc/61743/task/61753/stat : 61753 (ipbhs_gurobi) S 61731 61743 61679 0 -1 4194368 16 0 0 0 2 7 0 0 20 0 2 0 59895287 466571264 86866 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
Current children cumulated CPU time: 281.36 s
Current children cumulated vsize: 455636 KiB
Current children cumulated memory: 347464 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 3.15 2.03 5/268 61765
/proc/meminfo: memFree=123497076/131250000 swapFree=33010684/33010684
[pid=61743] ppid=61731 vsize=589960 memory=441384 CPUtime=341.26 cores=1,3
/proc/61743/stat : 61743 (ipbhs_gurobi) R 61731 61743 61679 0 -1 4194304 193235 0 55 0 32135 1991 0 0 20 0 2 0 59895231 604119040 110346 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
/proc/61743/statm: 147490 110346 3648 641 0 129973 0
[pid=61743/tid=61753] ppid=61731 vsize=589960 memory=318956 CPUtime=0.13 cores=1,3

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

/proc/meminfo: memFree=118306232/131250000 swapFree=33010684/33010684
[pid=61743] ppid=61731 vsize=2228964 memory=1997088 CPUtime=2975.47 cores=1,3
/proc/61743/stat : 61743 (ipbhs_gurobi) R 61731 61743 61679 0 -1 4194304 1062551 0 55 0 288101 9446 0 0 20 0 2 0 59895231 2282459136 499272 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
/proc/61743/statm: 557241 499272 3648 641 0 539724 0
[pid=61743/tid=61753] ppid=61731 vsize=2228964 memory=14720 CPUtime=1.59 cores=1,3
/proc/61743/task/61753/stat : 61753 (ipbhs_gurobi) S 61731 61743 61679 0 -1 4194368 44 0 0 0 59 100 0 0 20 0 2 0 59895287 2282459136 499272 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
Current children cumulated CPU time: 2975.47 s
Current children cumulated vsize: 2228964 KiB
Current children cumulated memory: 1997088 KiB

[startup+3042.3 s]
/proc/loadavg: 4.14 4.13 4.05 5/267 61908
/proc/meminfo: memFree=118216936/131250000 swapFree=33010684/33010684
[pid=61743] ppid=61731 vsize=2248332 memory=2016416 CPUtime=3035.37 cores=1,3
/proc/61743/stat : 61743 (ipbhs_gurobi) R 61731 61743 61679 0 -1 4194304 1067705 0 55 0 293868 9669 0 0 20 0 2 0 59895231 2302291968 504104 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
/proc/61743/statm: 562083 504104 3648 641 0 544566 0
[pid=61743/tid=61753] ppid=61731 vsize=2248332 memory=14720 CPUtime=1.62 cores=1,3
/proc/61743/task/61753/stat : 61753 (ipbhs_gurobi) S 61731 61743 61679 0 -1 4194368 45 0 0 0 60 102 0 0 20 0 2 0 59895287 2302291968 504104 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
Current children cumulated CPU time: 3035.37 s
Current children cumulated vsize: 2248332 KiB
Current children cumulated memory: 2016416 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.12 4.05 5/267 61910
/proc/meminfo: memFree=118176732/131250000 swapFree=33010684/33010684
[pid=61743] ppid=61731 vsize=2266096 memory=2034208 CPUtime=3095.26 cores=1,3
/proc/61743/stat : 61743 (ipbhs_gurobi) R 61731 61743 61679 0 -1 4194304 1074313 0 55 0 299653 9873 0 0 20 0 2 0 59895231 2320482304 508552 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
/proc/61743/statm: 566524 508552 3648 641 0 549007 0
[pid=61743/tid=61753] ppid=61731 vsize=2266096 memory=2029344 CPUtime=1.65 cores=1,3
/proc/61743/task/61753/stat : 61753 (ipbhs_gurobi) S 61731 61743 61679 0 -1 4194368 46 0 0 0 61 104 0 0 20 0 2 0 59895287 2320482304 508552 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
Current children cumulated CPU time: 3095.26 s
Current children cumulated vsize: 2266096 KiB
Current children cumulated memory: 2034208 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.11 4.05 5/268 61913
/proc/meminfo: memFree=118093860/131250000 swapFree=33010684/33010684
[pid=61743] ppid=61731 vsize=2276488 memory=2044576 CPUtime=3155.15 cores=1,3
/proc/61743/stat : 61743 (ipbhs_gurobi) R 61731 61743 61679 0 -1 4194304 1087531 0 55 0 305454 10061 0 0 20 0 2 0 59895231 2331123712 511144 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
/proc/61743/statm: 569122 511144 3648 641 0 551605 0
[pid=61743/tid=61753] ppid=61731 vsize=2276488 memory=2029344 CPUtime=1.69 cores=1,3
/proc/61743/task/61753/stat : 61753 (ipbhs_gurobi) S 61731 61743 61679 0 -1 4194368 46 0 0 0 63 106 0 0 20 0 2 0 59895287 2331123712 511144 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
Current children cumulated CPU time: 3155.15 s
Current children cumulated vsize: 2276488 KiB
Current children cumulated memory: 2044576 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.10 4.05 5/269 61916
/proc/meminfo: memFree=118064144/131250000 swapFree=33010684/33010684
[pid=61743] ppid=61731 vsize=2293176 memory=2061472 CPUtime=3215.03 cores=1,3
/proc/61743/stat : 61743 (ipbhs_gurobi) R 61731 61743 61679 0 -1 4194304 1101337 0 55 0 311259 10244 0 0 20 0 2 0 59895231 2348212224 515368 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
/proc/61743/statm: 573294 515368 3648 641 0 555777 0
[pid=61743/tid=61753] ppid=61731 vsize=2293176 memory=2029344 CPUtime=1.72 cores=1,3
/proc/61743/task/61753/stat : 61753 (ipbhs_gurobi) S 61731 61743 61679 0 -1 4194368 46 0 0 0 64 108 0 0 20 0 2 0 59895287 2348212224 515368 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
Current children cumulated CPU time: 3215.03 s
Current children cumulated vsize: 2293176 KiB
Current children cumulated memory: 2061472 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.11 4.06 5/269 61918
/proc/meminfo: memFree=118005392/131250000 swapFree=33010684/33010684
[pid=61743] ppid=61731 vsize=2307604 memory=2075808 CPUtime=3274.93 cores=1,3
/proc/61743/stat : 61743 (ipbhs_gurobi) R 61731 61743 61679 0 -1 4194304 1105606 0 55 0 317074 10419 0 0 20 0 2 0 59895231 2362986496 518952 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
/proc/61743/statm: 576901 518952 3648 641 0 559384 0
[pid=61743/tid=61753] ppid=61731 vsize=2307604 memory=2074912 CPUtime=1.75 cores=1,3
/proc/61743/task/61753/stat : 61753 (ipbhs_gurobi) S 61731 61743 61679 0 -1 4194368 46 0 0 0 65 110 0 0 20 0 2 0 59895287 2362986496 518952 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
Current children cumulated CPU time: 3274.93 s
Current children cumulated vsize: 2307604 KiB
Current children cumulated memory: 2075808 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.11 4.06 5/269 61920
/proc/meminfo: memFree=117974772/131250000 swapFree=33010684/33010684
[pid=61743] ppid=61731 vsize=2323644 memory=2091936 CPUtime=3334.81 cores=1,3
/proc/61743/stat : 61743 (ipbhs_gurobi) R 61731 61743 61679 0 -1 4194304 1109879 0 55 0 322900 10581 0 0 20 0 2 0 59895231 2379411456 522984 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
/proc/61743/statm: 580911 522984 3648 641 0 563394 0
[pid=61743/tid=61753] ppid=61731 vsize=2323644 memory=14720 CPUtime=1.79 cores=1,3
/proc/61743/task/61753/stat : 61753 (ipbhs_gurobi) S 61731 61743 61679 0 -1 4194368 47 0 0 0 66 113 0 0 20 0 2 0 59895287 2379411456 522984 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
Current children cumulated CPU time: 3334.81 s
Current children cumulated vsize: 2323644 KiB
Current children cumulated memory: 2091936 KiB

[startup+3402.3 s]
/proc/loadavg: 4.06 4.10 4.06 5/269 61922
/proc/meminfo: memFree=117926620/131250000 swapFree=33010684/33010684
[pid=61743] ppid=61731 vsize=2340848 memory=2109088 CPUtime=3394.7 cores=1,3
/proc/61743/stat : 61743 (ipbhs_gurobi) R 61731 61743 61679 0 -1 4194304 1114362 0 55 0 328731 10739 0 0 20 0 2 0 59895231 2397028352 527272 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
/proc/61743/statm: 585212 527272 3648 641 0 567695 0
[pid=61743/tid=61753] ppid=61731 vsize=2340848 memory=14720 CPUtime=1.82 cores=1,3
/proc/61743/task/61753/stat : 61753 (ipbhs_gurobi) S 61731 61743 61679 0 -1 4194368 48 0 0 0 67 115 0 0 20 0 2 0 59895287 2397028352 527272 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
Current children cumulated CPU time: 3394.7 s
Current children cumulated vsize: 2340848 KiB
Current children cumulated memory: 2109088 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.09 4.06 5/267 61926
/proc/meminfo: memFree=117869544/131250000 swapFree=33010684/33010684
[pid=61743] ppid=61731 vsize=2351776 memory=2120224 CPUtime=3454.59 cores=1,3
/proc/61743/stat : 61743 (ipbhs_gurobi) R 61731 61743 61679 0 -1 4194304 1123168 0 55 0 334575 10884 0 0 20 0 2 0 59895231 2408218624 530056 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
/proc/61743/statm: 587944 530056 3648 641 0 570427 0
[pid=61743/tid=61753] ppid=61731 vsize=2351776 memory=14720 CPUtime=1.86 cores=1,3
/proc/61743/task/61753/stat : 61753 (ipbhs_gurobi) S 61731 61743 61679 0 -1 4194368 48 0 0 0 68 118 0 0 20 0 2 0 59895287 2408218624 530056 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
Current children cumulated CPU time: 3454.59 s
Current children cumulated vsize: 2351776 KiB
Current children cumulated memory: 2120224 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.10 4.06 5/267 61933
/proc/meminfo: memFree=117822240/131250000 swapFree=33010684/33010684
[pid=61743] ppid=61731 vsize=2360252 memory=2128800 CPUtime=3514.49 cores=1,3
/proc/61743/stat : 61743 (ipbhs_gurobi) R 61731 61743 61679 0 -1 4194304 1130672 0 55 0 340410 11039 0 0 20 0 2 0 59895231 2416898048 532200 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
/proc/61743/statm: 590063 532200 3648 641 0 572546 0
[pid=61743/tid=61753] ppid=61731 vsize=2360252 memory=2128288 CPUtime=1.89 cores=1,3
/proc/61743/task/61753/stat : 61753 (ipbhs_gurobi) S 61731 61743 61679 0 -1 4194368 49 0 0 0 69 120 0 0 20 0 2 0 59895287 2416898048 532200 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
Current children cumulated CPU time: 3514.49 s
Current children cumulated vsize: 2360252 KiB
Current children cumulated memory: 2128800 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.10 4.06 5/267 61935
/proc/meminfo: memFree=117796740/131250000 swapFree=33010684/33010684
[pid=61743] ppid=61731 vsize=2369416 memory=2137888 CPUtime=3574.37 cores=1,3
/proc/61743/stat : 61743 (ipbhs_gurobi) R 61731 61743 61679 0 -1 4194304 1133101 0 55 0 346248 11189 0 0 20 0 2 0 59895231 2426281984 534472 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
/proc/61743/statm: 592354 534472 3648 641 0 574837 0
[pid=61743/tid=61753] ppid=61731 vsize=2369416 memory=18304 CPUtime=1.93 cores=1,3
/proc/61743/task/61753/stat : 61753 (ipbhs_gurobi) S 61731 61743 61679 0 -1 4194368 50 0 0 0 70 123 0 0 20 0 2 0 59895287 2426281984 534472 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
Current children cumulated CPU time: 3574.37 s
Current children cumulated vsize: 2369416 KiB
Current children cumulated memory: 2137888 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608 s]*
/proc/loadavg: 4.07 4.09 4.06 3/257 61946
/proc/meminfo: memFree=121182816/131250000 swapFree=33010684/33010684
[pid=61743] ppid=61731 vsize=2372432 memory=2140832 CPUtime=3600.03 cores=1,3
/proc/61743/stat : 61743 (ipbhs_gurobi) R 61731 61743 61679 0 -1 4194304 1133904 0 55 0 348750 11253 0 0 20 0 2 0 59895231 2429370368 535208 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
/proc/61743/statm: 593108 535208 3648 641 0 575591 0
[pid=61743/tid=61753] ppid=61731 vsize=2372432 memory=-6000919468361149289 CPUtime=1.94 cores=1,3
/proc/61743/task/61753/stat : 61753 (ipbhs_gurobi) S 61731 61743 61679 0 -1 4194368 50 0 0 0 71 123 0 0 20 0 2 0 59895287 2429370368 535208 18446744073709551615 93937683398656 93937686023709 140732310262512 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93937686642584 93937686675546 93937704333312 140732310264203 140732310264327 140732310264327 140732310269929 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 2372432 KiB
Current children cumulated memory: 2140832 KiB

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

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

# cumulated CPU time of all completed processes:  user=3487.51 s, system=112.547 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3608.03
CPU time (s): 3600.06
CPU user time (s): 3487.51
CPU system time (s): 112.547
CPU usage (%): 99.7792
Max. virtual memory (cumulated for all children) (KiB): 2372432
Max. memory (cumulated for all children) (KiB): 2140832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3487.51
system time used= 112.547
maximum resident set size= 2140832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1133904
page faults= 55
swaps= 0
block input operations= 1504
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 358951
involuntary context switches= 4664


# summary of solver processes directly reported to runsolver:
#   pid: 61743
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3487.51
#   total CPU system time (s): 112.547

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.39575 second user time and 14.8051 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-02 09:42:45
IDJOB=4504005
IDBENCH=155626
IDSOLVER=3334
FILE ID=nodeC026/4504005-1751442165
RUNJOBID= nodeC026-1751442165-61691
SLURM_JOB_ID= 9598409
Free space on /tmp= 431368 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2025-06-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Base/normalized-minisat85_4_27_7.opb
COMMAND LINE= ./ipbhs_gurobi --sym-cores-compact BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4504005-1751442165/watcher-4504005-1751442165 -o /tmp/evaluation-result-4504005-1751442165/solver-4504005-1751442165 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751442165-61691 --watchdog 3760  ./ipbhs_gurobi --sym-cores-compact HOME/instance-4504005-1751442165.opb --max-coef 1000000000

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

MD5SUM BENCH= f09254b7fcacaa5196265d97bb7e429a
RANDOM SEED=840775118

nodeC026 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.805
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.59
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		: 3598.358
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.59
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		: 3700.000
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.59
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		: 3599.801
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.59
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.778
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.59
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.794
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.59
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.59
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        125342608 kB
MemAvailable:   129756524 kB
Buffers:            3280 kB
Cached:          5208940 kB
SwapCached:            0 kB
Active:           329196 kB
Inactive:        4949456 kB
Active(anon):      84512 kB
Inactive(anon):        0 kB
Active(file):     244684 kB
Inactive(file):  4949456 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            241344 kB
Writeback:            16 kB
AnonPages:         69576 kB
Mapped:           103712 kB
Shmem:             18080 kB
KReclaimable:     118028 kB
Slab:             207672 kB
SReclaimable:     118028 kB
SUnreclaim:        89644 kB
KernelStack:        3972 kB
PageTables:         2544 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     329832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431136 MiB
End job on nodeC026 at 2025-07-02 10:42:54