Trace number 4497544

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
IPBHS-GUROBI 2025-06-09? (TO) 3600.09 3608.01

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_9.opb
MD5SUMf8bb64a53a6bd967b0f0fe9129c8144f
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 benchmark21
Best CPU time to get the best result obtained on this benchmark307.657
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14352
Total number of constraints53247
Number of constraints which are clauses53237
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints9
Minimum length of a constraint1
Maximum length of a constraint1036
Number of terms in the objective function 1036
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 1036
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1068
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c initialize IPBHS solver
0.00/0.01	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:30:33), compiled with satsolvers: , optimizers: , GreedyOptimizer, Gurobi 12.0.2, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.01	c optimizer = "gurobi"
0.00/0.01	c pbsolver = "roundingsat"
0.00/0.01	c use separate pbsolver for SIS
0.00/0.01	c load symmetries from file ""
0.00/0.01	c set time limit for symmetry computation to 100 seconds.
0.00/0.01	c set interchangeable summation variable limit to 3
0.00/0.01	c set sym compact max subset size to 5
0.00/0.01	c set explicit symmetry matrix usage to 1
0.00/0.01	c sym budget explicit to 100
0.00/0.01	c sym budget explicit lits to 6000
0.00/0.01	c sym budget compact to 100
0.00/0.01	c sym budget compact lits to 6000
0.00/0.01	c sym budget common to 0
0.00/0.01	c sym budget common lits to 0
0.00/0.01	c set sym generation to 's'
0.00/0.01	c set abstraction set creation to 10 iterations without LB change
0.00/0.01	c set abstraction set inputs to 0
0.00/0.01	c set abstraction set cluster min size to 2
0.00/0.01	c set abstraction set cluster max size to 100000000
0.00/0.01	c set abstraction set cluster activation limit to 2
0.00/0.01	c enable abstraction set require equal cost
0.00/0.01	c set abstraction set assumptions to 0
0.00/0.01	c set abstraction set constraint type to 0
0.00/0.01	c set abstract core extraction strategy to b
0.00/0.01	c set core extraction strategy to 2
0.00/0.01	c set core extraction shuffles 10
0.00/0.01	c set cores per iteration to 5
0.00/0.01	c set optimizer bound usage strategy to 2
0.00/0.01	c set optimizer max non-optimal iterations to 1000
0.00/0.01	c set small core cardinality limit to 2
0.00/0.01	c set max coef in cores to 1000000000
0.00/0.01	c set core processing techniques to 4095
0.00/0.01	c set SIS iterations to 5
0.00/0.01	c set SIS budget abs to 1000
0.00/0.01	c set SIS budget rel to 0.05
0.20/0.23	c limit for coefficient in constraints and objective to 1000000000
0.20/0.23	c will solve HOME/instance-4497544-1751394480.opb
0.20/0.23	c [0.01] will start solving

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4497544-1751394480/watcher-4497544-1751394480 -o /tmp/evaluation-result-4497544-1751394480/solver-4497544-1751394480 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751387240-55727 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4497544-1751394480.opb --max-coef 1000000000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=57530, runsolver pid=57527

[startup+0.100063 s]*
/proc/loadavg: 4.11 4.14 4.10 5/267 57531
/proc/meminfo: memFree=128261696/131249996 swapFree=33005272/33010684
[pid=57530] ppid=57527 vsize=82368 memory=23504 CPUtime=0.09 cores=0,2
/proc/57530/stat : 57530 (ipbhs_gurobi) R 57527 57530 55717 0 -1 4194304 3988 0 0 0 7 2 0 0 20 0 1 0 55125909 84344832 5876 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
/proc/57530/statm: 20592 5876 1760 641 0 5349 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 82368 KiB
Current children cumulated memory: 23504 KiB

[startup+0.205548 s]*
/proc/loadavg: 4.11 4.14 4.10 5/267 57531
/proc/meminfo: memFree=128261696/131249996 swapFree=33005272/33010684
[pid=57530] ppid=57527 vsize=86912 memory=27984 CPUtime=0.2 cores=0,2
/proc/57530/stat : 57530 (ipbhs_gurobi) R 57527 57530 55717 0 -1 4194304 5090 0 0 0 14 6 0 0 20 0 1 0 55125909 88997888 6996 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
/proc/57530/statm: 21728 6996 1760 641 0 6485 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 86912 KiB
Current children cumulated memory: 27984 KiB

[startup+0.305514 s]*
/proc/loadavg: 4.11 4.14 4.10 5/268 57532
/proc/meminfo: memFree=128247772/131249996 swapFree=33005272/33010684
[pid=57530] ppid=57527 vsize=117496 memory=48504 CPUtime=0.29 cores=0,2
/proc/57530/stat : 57530 (ipbhs_gurobi) R 57527 57530 55717 0 -1 4194304 9033 0 0 0 22 7 0 0 20 0 2 0 55125909 120315904 12126 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
/proc/57530/statm: 29374 12126 3232 641 0 11857 0
[pid=57530/tid=57532] ppid=57527 vsize=117496 memory=-7603326940094495423 CPUtime=0 cores=0,2
/proc/57530/task/57532/stat : 57532 (ipbhs_gurobi) R 57527 57530 55717 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 55125932 120315904 12126 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 117496 KiB
Current children cumulated memory: 48504 KiB

[startup+0.700198 s]
/proc/loadavg: 4.11 4.14 4.10 5/268 57532
/proc/meminfo: memFree=128247772/131249996 swapFree=33005272/33010684
[pid=57530] ppid=57527 vsize=117496 memory=48504 CPUtime=0.68 cores=0,2
/proc/57530/stat : 57530 (ipbhs_gurobi) R 57527 57530 55717 0 -1 4194304 9033 0 0 0 59 9 0 0 20 0 2 0 55125909 120315904 12126 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
/proc/57530/statm: 29374 12126 3232 641 0 11857 0
[pid=57530/tid=57532] ppid=57527 vsize=117496 memory=13568 CPUtime=0 cores=0,2
/proc/57530/task/57532/stat : 57532 (ipbhs_gurobi) S 57527 57530 55717 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 55125932 120315904 12126 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 117496 KiB
Current children cumulated memory: 48504 KiB

[startup+1.50018 s]
/proc/loadavg: 4.11 4.14 4.10 5/268 57532
/proc/meminfo: memFree=128247856/131249996 swapFree=33005272/33010684
[pid=57530] ppid=57527 vsize=117496 memory=50576 CPUtime=1.48 cores=0,2
/proc/57530/stat : 57530 (ipbhs_gurobi) R 57527 57530 55717 0 -1 4194304 9054 0 0 0 138 10 0 0 20 0 2 0 55125909 120315904 12644 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
/proc/57530/statm: 29374 12644 3232 641 0 11857 0
[pid=57530/tid=57532] ppid=57527 vsize=117496 memory=13568 CPUtime=0 cores=0,2
/proc/57530/task/57532/stat : 57532 (ipbhs_gurobi) S 57527 57530 55717 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 55125932 120315904 12644 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 117496 KiB
Current children cumulated memory: 50576 KiB

[startup+3.10539 s]
/proc/loadavg: 4.10 4.13 4.10 5/268 57533
/proc/meminfo: memFree=128240024/131249996 swapFree=33005272/33010684
[pid=57530] ppid=57527 vsize=124636 memory=56728 CPUtime=3.08 cores=0,2
/proc/57530/stat : 57530 (ipbhs_gurobi) R 57527 57530 55717 0 -1 4194304 12667 0 0 0 297 11 0 0 20 0 2 0 55125909 127627264 14182 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
/proc/57530/statm: 31159 14182 3232 641 0 13642 0
[pid=57530/tid=57532] ppid=57527 vsize=124636 memory=7093004947610232657 CPUtime=0 cores=0,2
/proc/57530/task/57532/stat : 57532 (ipbhs_gurobi) S 57527 57530 55717 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 2 0 55125932 127627264 14182 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 124636 KiB
Current children cumulated memory: 56728 KiB

[startup+6.30017 s]
/proc/loadavg: 4.10 4.13 4.10 5/268 57533
/proc/meminfo: memFree=128210976/131249996 swapFree=33005272/33010684
[pid=57530] ppid=57527 vsize=146604 memory=72496 CPUtime=6.26 cores=0,2
/proc/57530/stat : 57530 (ipbhs_gurobi) R 57527 57530 55717 0 -1 4194304 16999 0 0 0 613 13 0 0 20 0 2 0 55125909 150122496 18124 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
/proc/57530/statm: 36651 18124 3232 641 0 19134 0
[pid=57530/tid=57532] ppid=57527 vsize=146604 memory=66252 CPUtime=0 cores=0,2
/proc/57530/task/57532/stat : 57532 (ipbhs_gurobi) S 57527 57530 55717 0 -1 4194368 6 0 0 0 0 0 0 0 20 0 2 0 55125932 150122496 18124 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 146604 KiB
Current children cumulated memory: 72496 KiB

[startup+12.7002 s]
/proc/loadavg: 4.25 4.16 4.11 5/268 57533
/proc/meminfo: memFree=128194972/131249996 swapFree=33005272/33010684
[pid=57530] ppid=57527 vsize=149068 memory=81456 CPUtime=12.65 cores=0,2
/proc/57530/stat : 57530 (ipbhs_gurobi) R 57527 57530 55717 0 -1 4194304 27730 0 0 0 1249 16 0 0 20 0 2 0 55125909 152645632 20364 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
/proc/57530/statm: 37267 20364 3232 641 0 19750 0
[pid=57530/tid=57532] ppid=57527 vsize=149068 memory=81072 CPUtime=0 cores=0,2
/proc/57530/task/57532/stat : 57532 (ipbhs_gurobi) S 57527 57530 55717 0 -1 4194368 8 0 0 0 0 0 0 0 20 0 2 0 55125932 152645632 20364 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 149068 KiB
Current children cumulated memory: 81456 KiB

[startup+25.5002 s]
/proc/loadavg: 4.21 4.16 4.11 5/268 57533
/proc/meminfo: memFree=128165372/131249996 swapFree=33005272/33010684
[pid=57530] ppid=57527 vsize=175368 memory=106628 CPUtime=25.43 cores=0,2
/proc/57530/stat : 57530 (ipbhs_gurobi) R 57527 57530 55717 0 -1 4194304 31424 0 0 0 2523 20 0 0 20 0 2 0 55125909 179576832 26657 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
/proc/57530/statm: 43842 26657 3232 641 0 26325 0
[pid=57530/tid=57532] ppid=57527 vsize=175368 memory=106628 CPUtime=0 cores=0,2
/proc/57530/task/57532/stat : 57532 (ipbhs_gurobi) S 57527 57530 55717 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 2 0 55125932 179576832 26657 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 175368 KiB
Current children cumulated memory: 106628 KiB

[startup+51.1055 s]
/proc/loadavg: 4.21 4.16 4.11 5/268 57533
/proc/meminfo: memFree=128150896/131249996 swapFree=33005272/33010684
[pid=57530] ppid=57527 vsize=209328 memory=120280 CPUtime=50.98 cores=0,2
/proc/57530/stat : 57530 (ipbhs_gurobi) R 57527 57530 55717 0 -1 4194304 32782 0 0 0 5072 26 0 0 20 0 2 0 55125909 214351872 30070 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
/proc/57530/statm: 52332 30070 3232 641 0 34815 0
[pid=57530/tid=57532] ppid=57527 vsize=209328 memory=120024 CPUtime=0.02 cores=0,2
/proc/57530/task/57532/stat : 57532 (ipbhs_gurobi) S 57527 57530 55717 0 -1 4194368 9 0 0 0 0 2 0 0 20 0 2 0 55125932 214351872 30070 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 209328 KiB
Current children cumulated memory: 120280 KiB

[startup+102.3 s]
/proc/loadavg: 4.20 4.16 4.11 5/268 57581
/proc/meminfo: memFree=128461628/131249996 swapFree=33005272/33010684
[pid=57530] ppid=57527 vsize=222036 memory=147824 CPUtime=102.07 cores=0,2
/proc/57530/stat : 57530 (ipbhs_gurobi) R 57527 57530 55717 0 -1 4194304 35597 0 0 0 10169 38 0 0 20 0 2 0 55125909 227364864 36956 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
/proc/57530/statm: 55509 36956 3232 641 0 37992 0
[pid=57530/tid=57532] ppid=57527 vsize=222036 memory=144264 CPUtime=0.05 cores=0,2
/proc/57530/task/57532/stat : 57532 (ipbhs_gurobi) S 57527 57530 55717 0 -1 4194368 10 0 0 0 1 4 0 0 20 0 2 0 55125932 227364864 36956 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
Current children cumulated CPU time: 102.07 s
Current children cumulated vsize: 222036 KiB
Current children cumulated memory: 147824 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.14 4.11 5/268 57583
/proc/meminfo: memFree=128379620/131249996 swapFree=33005272/33010684
[pid=57530] ppid=57527 vsize=274124 memory=167604 CPUtime=161.95 cores=0,2
/proc/57530/stat : 57530 (ipbhs_gurobi) R 57527 57530 55717 0 -1 4194304 57691 0 0 0 16143 52 0 0 20 0 2 0 55125909 280702976 41901 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
/proc/57530/statm: 68531 41901 3232 641 0 51014 0
[pid=57530/tid=57532] ppid=57527 vsize=274124 memory=157360 CPUtime=0.08 cores=0,2
/proc/57530/task/57532/stat : 57532 (ipbhs_gurobi) S 57527 57530 55717 0 -1 4194368 15 0 0 0 2 6 0 0 20 0 2 0 55125932 280702976 41901 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
Current children cumulated CPU time: 161.95 s
Current children cumulated vsize: 274124 KiB
Current children cumulated memory: 167604 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.15 4.11 5/268 57631
/proc/meminfo: memFree=128820388/131249996 swapFree=33005272/33010684
[pid=57530] ppid=57527 vsize=280972 memory=176436 CPUtime=221.79 cores=0,2
/proc/57530/stat : 57530 (ipbhs_gurobi) R 57527 57530 55717 0 -1 4194304 83723 0 0 0 22109 70 0 0 20 0 2 0 55125909 287715328 44109 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
/proc/57530/statm: 70243 44109 3232 641 0 52726 0
[pid=57530/tid=57532] ppid=57527 vsize=280972 memory=176436 CPUtime=0.11 cores=0,2
/proc/57530/task/57532/stat : 57532 (ipbhs_gurobi) S 57527 57530 55717 0 -1 4194368 17 0 0 0 2 9 0 0 20 0 2 0 55125932 287715328 44109 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
Current children cumulated CPU time: 221.79 s
Current children cumulated vsize: 280972 KiB
Current children cumulated memory: 176436 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/269 57636
/proc/meminfo: memFree=128683672/131249996 swapFree=33005272/33010684
[pid=57530] ppid=57527 vsize=282684 memory=178356 CPUtime=281.64 cores=0,2
/proc/57530/stat : 57530 (ipbhs_gurobi) R 57527 57530 55717 0 -1 4194304 88187 0 0 0 28081 83 0 0 20 0 2 0 55125909 289468416 44589 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
/proc/57530/statm: 70671 44589 3232 641 0 53154 0
[pid=57530/tid=57532] ppid=57527 vsize=282684 memory=178356 CPUtime=0.14 cores=0,2
/proc/57530/task/57532/stat : 57532 (ipbhs_gurobi) S 57527 57530 55717 0 -1 4194368 18 0 0 0 3 11 0 0 20 0 2 0 55125932 289468416 44589 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
Current children cumulated CPU time: 281.64 s
Current children cumulated vsize: 282684 KiB
Current children cumulated memory: 178356 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.12 4.10 5/267 57638
/proc/meminfo: memFree=128615576/131249996 swapFree=33005272/33010684

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

/proc/meminfo: memFree=127663588/131249996 swapFree=33005272/33010684
[pid=57530] ppid=57527 vsize=604036 memory=423264 CPUtime=2975.7 cores=0,2
/proc/57530/stat : 57530 (ipbhs_gurobi) R 57527 57530 55717 0 -1 4194304 179122 0 0 0 296816 754 0 0 20 0 2 0 55125909 618532864 105816 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
/proc/57530/statm: 151009 105816 3232 641 0 133492 0
[pid=57530/tid=57532] ppid=57527 vsize=604036 memory=423264 CPUtime=1.5 cores=0,2
/proc/57530/task/57532/stat : 57532 (ipbhs_gurobi) S 57527 57530 55717 0 -1 4194368 30 0 0 0 42 108 0 0 20 0 2 0 55125932 618532864 105816 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
Current children cumulated CPU time: 2975.7 s
Current children cumulated vsize: 604036 KiB
Current children cumulated memory: 423264 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/267 57821
/proc/meminfo: memFree=127662676/131249996 swapFree=33005272/33010684
[pid=57530] ppid=57527 vsize=604548 memory=423648 CPUtime=3035.58 cores=0,2
/proc/57530/stat : 57530 (ipbhs_gurobi) R 57527 57530 55717 0 -1 4194304 179229 0 0 0 302784 774 0 0 20 0 2 0 55125909 619057152 105912 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
/proc/57530/statm: 151137 105912 3232 641 0 133620 0
[pid=57530/tid=57532] ppid=57527 vsize=604548 memory=423648 CPUtime=1.54 cores=0,2
/proc/57530/task/57532/stat : 57532 (ipbhs_gurobi) S 57527 57530 55717 0 -1 4194368 30 0 0 0 43 111 0 0 20 0 2 0 55125932 619057152 105912 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
Current children cumulated CPU time: 3035.58 s
Current children cumulated vsize: 604548 KiB
Current children cumulated memory: 423648 KiB

[startup+3102.3 s]
/proc/loadavg: 4.17 4.12 4.09 5/268 57828
/proc/meminfo: memFree=127663032/131249996 swapFree=33005272/33010684
[pid=57530] ppid=57527 vsize=604548 memory=423648 CPUtime=3095.44 cores=0,2
/proc/57530/stat : 57530 (ipbhs_gurobi) R 57527 57530 55717 0 -1 4194304 179232 0 0 0 308756 788 0 0 20 0 2 0 55125909 619057152 105912 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
/proc/57530/statm: 151137 105912 3232 641 0 133620 0
[pid=57530/tid=57532] ppid=57527 vsize=604548 memory=423648 CPUtime=1.56 cores=0,2
/proc/57530/task/57532/stat : 57532 (ipbhs_gurobi) S 57527 57530 55717 0 -1 4194368 30 0 0 0 43 113 0 0 20 0 2 0 55125932 619057152 105912 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
Current children cumulated CPU time: 3095.44 s
Current children cumulated vsize: 604548 KiB
Current children cumulated memory: 423648 KiB

[startup+3162.3 s]
/proc/loadavg: 4.16 4.13 4.09 5/268 57830
/proc/meminfo: memFree=127638560/131249996 swapFree=33005272/33010684
[pid=57530] ppid=57527 vsize=604548 memory=423648 CPUtime=3155.32 cores=0,2
/proc/57530/stat : 57530 (ipbhs_gurobi) R 57527 57530 55717 0 -1 4194304 179236 0 0 0 314731 801 0 0 20 0 2 0 55125909 619057152 105912 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
/proc/57530/statm: 151137 105912 3232 641 0 133620 0
[pid=57530/tid=57532] ppid=57527 vsize=604548 memory=423648 CPUtime=1.59 cores=0,2
/proc/57530/task/57532/stat : 57532 (ipbhs_gurobi) S 57527 57530 55717 0 -1 4194368 30 0 0 0 44 115 0 0 20 0 2 0 55125932 619057152 105912 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
Current children cumulated CPU time: 3155.32 s
Current children cumulated vsize: 604548 KiB
Current children cumulated memory: 423648 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/268 57832
/proc/meminfo: memFree=127638028/131249996 swapFree=33005272/33010684
[pid=57530] ppid=57527 vsize=604548 memory=423648 CPUtime=3215.18 cores=0,2
/proc/57530/stat : 57530 (ipbhs_gurobi) R 57527 57530 55717 0 -1 4194304 181333 0 0 0 320701 817 0 0 20 0 2 0 55125909 619057152 105912 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
/proc/57530/statm: 151137 105912 3232 641 0 133620 0
[pid=57530/tid=57532] ppid=57527 vsize=604548 memory=423648 CPUtime=1.63 cores=0,2
/proc/57530/task/57532/stat : 57532 (ipbhs_gurobi) S 57527 57530 55717 0 -1 4194368 30 0 0 0 45 118 0 0 20 0 2 0 55125932 619057152 105912 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
Current children cumulated CPU time: 3215.18 s
Current children cumulated vsize: 604548 KiB
Current children cumulated memory: 423648 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/268 57834
/proc/meminfo: memFree=127644536/131249996 swapFree=33005272/33010684
[pid=57530] ppid=57527 vsize=604548 memory=423648 CPUtime=3275.06 cores=0,2
/proc/57530/stat : 57530 (ipbhs_gurobi) R 57527 57530 55717 0 -1 4194304 182751 0 0 0 326676 830 0 0 20 0 2 0 55125909 619057152 105912 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
/proc/57530/statm: 151137 105912 3232 641 0 133620 0
[pid=57530/tid=57532] ppid=57527 vsize=604548 memory=423648 CPUtime=1.65 cores=0,2
/proc/57530/task/57532/stat : 57532 (ipbhs_gurobi) S 57527 57530 55717 0 -1 4194368 31 0 0 0 45 120 0 0 20 0 2 0 55125932 619057152 105912 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
Current children cumulated CPU time: 3275.06 s
Current children cumulated vsize: 604548 KiB
Current children cumulated memory: 423648 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/267 57838
/proc/meminfo: memFree=127632628/131249996 swapFree=33005272/33010684
[pid=57530] ppid=57527 vsize=604548 memory=435988 CPUtime=3334.93 cores=0,2
/proc/57530/stat : 57530 (ipbhs_gurobi) R 57527 57530 55717 0 -1 4194304 188902 0 0 0 332650 843 0 0 20 0 2 0 55125909 619057152 108997 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
/proc/57530/statm: 151137 108997 3232 641 0 133620 0
[pid=57530/tid=57532] ppid=57527 vsize=604548 memory=435988 CPUtime=1.68 cores=0,2
/proc/57530/task/57532/stat : 57532 (ipbhs_gurobi) S 57527 57530 55717 0 -1 4194368 32 0 0 0 46 122 0 0 20 0 2 0 55125932 619057152 108997 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
Current children cumulated CPU time: 3334.93 s
Current children cumulated vsize: 604548 KiB
Current children cumulated memory: 435988 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/267 57841
/proc/meminfo: memFree=127632512/131249996 swapFree=33005272/33010684
[pid=57530] ppid=57527 vsize=604548 memory=435988 CPUtime=3394.8 cores=0,2
/proc/57530/stat : 57530 (ipbhs_gurobi) R 57527 57530 55717 0 -1 4194304 188968 0 0 0 338626 854 0 0 20 0 2 0 55125909 619057152 108997 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
/proc/57530/statm: 151137 108997 3232 641 0 133620 0
[pid=57530/tid=57532] ppid=57527 vsize=604548 memory=435988 CPUtime=1.71 cores=0,2
/proc/57530/task/57532/stat : 57532 (ipbhs_gurobi) S 57527 57530 55717 0 -1 4194368 32 0 0 0 47 124 0 0 20 0 2 0 55125932 619057152 108997 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
Current children cumulated CPU time: 3394.8 s
Current children cumulated vsize: 604548 KiB
Current children cumulated memory: 435988 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.12 4.10 5/267 57843
/proc/meminfo: memFree=127559276/131249996 swapFree=33005272/33010684
[pid=57530] ppid=57527 vsize=604548 memory=493332 CPUtime=3454.68 cores=0,2
/proc/57530/stat : 57530 (ipbhs_gurobi) R 57527 57530 55717 0 -1 4194304 189128 0 0 0 344600 868 0 0 20 0 2 0 55125909 619057152 123333 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
/proc/57530/statm: 151137 123333 3232 641 0 133620 0
[pid=57530/tid=57532] ppid=57527 vsize=604548 memory=435988 CPUtime=1.74 cores=0,2
/proc/57530/task/57532/stat : 57532 (ipbhs_gurobi) S 57527 57530 55717 0 -1 4194368 33 0 0 0 48 126 0 0 20 0 2 0 55125932 619057152 123333 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
Current children cumulated CPU time: 3454.68 s
Current children cumulated vsize: 604548 KiB
Current children cumulated memory: 493332 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/267 57845
/proc/meminfo: memFree=127559196/131249996 swapFree=33005272/33010684
[pid=57530] ppid=57527 vsize=604548 memory=493332 CPUtime=3514.55 cores=0,2
/proc/57530/stat : 57530 (ipbhs_gurobi) R 57527 57530 55717 0 -1 4194304 189472 0 0 0 350569 886 0 0 20 0 2 0 55125909 619057152 123333 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
/proc/57530/statm: 151137 123333 3232 641 0 133620 0
[pid=57530/tid=57532] ppid=57527 vsize=604548 memory=493332 CPUtime=1.77 cores=0,2
/proc/57530/task/57532/stat : 57532 (ipbhs_gurobi) S 57527 57530 55717 0 -1 4194368 33 0 0 0 49 128 0 0 20 0 2 0 55125932 619057152 123333 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
Current children cumulated CPU time: 3514.55 s
Current children cumulated vsize: 604548 KiB
Current children cumulated memory: 493332 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/267 57847
/proc/meminfo: memFree=127560236/131249996 swapFree=33005272/33010684
[pid=57530] ppid=57527 vsize=604696 memory=493460 CPUtime=3574.42 cores=0,2
/proc/57530/stat : 57530 (ipbhs_gurobi) R 57527 57530 55717 0 -1 4194304 189714 0 0 0 356541 901 0 0 20 0 2 0 55125909 619208704 123365 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
/proc/57530/statm: 151174 123365 3232 641 0 133657 0
[pid=57530/tid=57532] ppid=57527 vsize=604696 memory=13568 CPUtime=1.81 cores=0,2
/proc/57530/task/57532/stat : 57532 (ipbhs_gurobi) S 57527 57530 55717 0 -1 4194368 33 0 0 0 50 131 0 0 20 0 2 0 55125932 619208704 123365 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
Current children cumulated CPU time: 3574.42 s
Current children cumulated vsize: 604696 KiB
Current children cumulated memory: 493460 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608 s]*
/proc/loadavg: 4.08 4.10 4.09 5/267 57848
/proc/meminfo: memFree=127537928/131249996 swapFree=33005272/33010684
[pid=57530] ppid=57527 vsize=604696 memory=502548 CPUtime=3600.08 cores=0,2
/proc/57530/stat : 57530 (ipbhs_gurobi) R 57527 57530 55717 0 -1 4194304 189719 0 0 0 359102 906 0 0 20 0 2 0 55125909 619208704 125637 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
/proc/57530/statm: 151174 125637 3232 641 0 133657 0
[pid=57530/tid=57532] ppid=57527 vsize=604696 memory=-7603326940161669311 CPUtime=1.82 cores=0,2
/proc/57530/task/57532/stat : 57532 (ipbhs_gurobi) S 57527 57530 55717 0 -1 4194368 33 0 0 0 50 132 0 0 20 0 2 0 55125932 619208704 125637 18446744073709551615 94195399389184 94195402014237 140733307338528 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94195402633112 94195402666074 94195407753216 140733307341215 140733307341319 140733307341319 140733307346921 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 604696 KiB
Current children cumulated memory: 502548 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.03 s, system=9.06306 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.01
CPU time (s): 3600.09
CPU user time (s): 3591.03
CPU system time (s): 9.06306
CPU usage (%): 99.7804
Max. virtual memory (cumulated for all children) (KiB): 604696
Max. memory (cumulated for all children) (KiB): 502548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.03
system time used= 9.06306
maximum resident set size= 502548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189719
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= 358957
involuntary context switches= 7969


# summary of solver processes directly reported to runsolver:
#   pid: 57530
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3591.03
#   total CPU system time (s): 9.06306

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.34097 second user time and 14.7293 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-01 20:28:00
IDJOB=4497544
IDBENCH=148188
IDSOLVER=3333
FILE ID=nodeC023/4497544-1751394480
RUNJOBID= nodeC023-1751387240-55727
SLURM_JOB_ID= 9598250
Free space on /tmp= 432884 MiB

SOLVER NAME= IPBHS-GUROBI 2025-06-09
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_9.opb
COMMAND LINE= ./ipbhs_gurobi BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4497544-1751394480/watcher-4497544-1751394480 -o /tmp/evaluation-result-4497544-1751394480/solver-4497544-1751394480 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751387240-55727 --watchdog 3760  ./ipbhs_gurobi HOME/instance-4497544-1751394480.opb --max-coef 1000000000

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

MD5SUM BENCH= f8bb64a53a6bd967b0f0fe9129c8144f
RANDOM SEED=1441083446

nodeC023 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		: 3600.207
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.78
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		: 3600.192
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.78
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.913
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.78
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		: 3600.170
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.78
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.841
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.78
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		: 3600.295
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.78
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.78
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		: 3598.606
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128261696 kB
MemAvailable:   128221184 kB
Buffers:            1328 kB
Cached:           757748 kB
SwapCached:          416 kB
Active:          1803808 kB
Inactive:         589668 kB
Active(anon):    1593156 kB
Inactive(anon):    54636 kB
Active(file):     210652 kB
Inactive(file):   535032 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005272 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             60744 kB
Writeback:             4 kB
AnonPages:       1637056 kB
Mapped:           113120 kB
Shmem:             13392 kB
KReclaimable:     106088 kB
Slab:             194392 kB
SReclaimable:     106088 kB
SUnreclaim:        88304 kB
KernelStack:        4304 kB
PageTables:         6408 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2331372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    415744 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432816 MiB
End job on nodeC023 at 2025-07-01 21:28:09