Trace number 4484844

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.04 3610.02

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-1.opb
MD5SUM05a4468103b1b74e5a90bd7e67aed0d9
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-52
Best CPU time to get the best result obtained on this benchmark3585.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1272
Total number of constraints94227
Number of constraints which are clauses94227
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1272
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 1272
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1272
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.00	c initialize IPBHS solver
0.00/0.00	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.00	c optimizer = "gurobi"
0.00/0.00	c pbsolver = "roundingsat"
0.00/0.00	c use separate pbsolver for SIS
0.00/0.00	c load symmetries from file ""
0.00/0.00	c set time limit for symmetry computation to 100 seconds.
0.00/0.00	c set interchangeable summation variable limit to 3
0.00/0.00	c set sym compact max subset size to 5
0.00/0.00	c set explicit symmetry matrix usage to 1
0.00/0.00	c sym budget explicit to 100
0.00/0.00	c sym budget explicit lits to 6000
0.00/0.00	c sym budget compact to 100
0.00/0.00	c sym budget compact lits to 6000
0.00/0.00	c sym budget common to 0
0.00/0.00	c sym budget common lits to 0
0.00/0.00	c set sym generation to 's'
0.00/0.00	c set abstraction set creation to 10 iterations without LB change
0.00/0.00	c set abstraction set inputs to 0
0.00/0.00	c set abstraction set cluster min size to 2
0.00/0.00	c set abstraction set cluster max size to 100000000
0.00/0.00	c set abstraction set cluster activation limit to 2
0.00/0.00	c enable abstraction set require equal cost
0.00/0.00	c set abstraction set assumptions to 0
0.00/0.00	c set abstraction set constraint type to 0
0.00/0.00	c set abstract core extraction strategy to b
0.00/0.00	c set core extraction strategy to 2
0.00/0.00	c set core extraction shuffles 10
0.00/0.00	c set cores per iteration to 5
0.00/0.00	c set optimizer bound usage strategy to 2
0.00/0.00	c set optimizer max non-optimal iterations to 1000
0.00/0.00	c set small core cardinality limit to 2
0.00/0.00	c set max coef in cores to 1000000000
0.00/0.00	c set core processing techniques to 4095
0.00/0.00	c set SIS iterations to 5
0.00/0.00	c set SIS budget abs to 1000
0.00/0.00	c set SIS budget rel to 0.05
0.50/0.56	c limit for coefficient in constraints and objective to 1000000000
0.50/0.56	c will solve HOME/instance-4484844-1751287309.opb
0.50/0.56	c [0] 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 (60318 MiB free)
  memory of node 1: 64465 MiB (63445 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4484844-1751287309/watcher-4484844-1751287309 -o /tmp/evaluation-result-4484844-1751287309/solver-4484844-1751287309 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751279332-38620 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4484844-1751287309.opb --max-coef 1000000000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=40040, runsolver pid=40037

[startup+0.100063 s]*
/proc/loadavg: 4.14 4.11 4.09 5/266 40041
/proc/meminfo: memFree=126327912/131249988 swapFree=33010684/33010684
[pid=40040] ppid=40037 vsize=1182464 memory=428736 CPUtime=0.09 cores=5,7
/proc/40040/stat : 40040 (ipbhs_gurobi) R 40037 40040 38607 0 -1 4194304 989 0 0 0 1 8 0 0 20 0 1 0 44409434 1210843136 107184 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
/proc/40040/statm: 295616 107184 1632 641 0 280373 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 1182464 KiB
Current children cumulated memory: 428736 KiB

[startup+0.205495 s]*
/proc/loadavg: 4.14 4.11 4.09 5/266 40041
/proc/meminfo: memFree=125877100/131249988 swapFree=33010684/33010684
[pid=40040] ppid=40037 vsize=1182464 memory=895680 CPUtime=0.2 cores=5,7
/proc/40040/stat : 40040 (ipbhs_gurobi) R 40037 40040 38607 0 -1 4194304 1217 0 0 0 3 17 0 0 20 0 1 0 44409434 1210843136 223920 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
/proc/40040/statm: 295616 223920 1632 641 0 280373 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 1182464 KiB
Current children cumulated memory: 895680 KiB

[startup+0.305486 s]*
/proc/loadavg: 4.14 4.11 4.09 5/266 40041
/proc/meminfo: memFree=125630836/131249988 swapFree=33010684/33010684
[pid=40040] ppid=40037 vsize=1191176 memory=1126072 CPUtime=0.29 cores=5,7
/proc/40040/stat : 40040 (ipbhs_gurobi) R 40037 40040 38607 0 -1 4194304 3855 0 0 0 8 21 0 0 20 0 1 0 44409434 1219764224 281518 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
/proc/40040/statm: 297794 281518 1632 641 0 282551 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 1191176 KiB
Current children cumulated memory: 1126072 KiB

[startup+0.700173 s]
/proc/loadavg: 4.14 4.11 4.09 5/266 40041
/proc/meminfo: memFree=125614860/131249988 swapFree=33010684/33010684
[pid=40040] ppid=40037 vsize=1230404 memory=1161360 CPUtime=0.68 cores=5,7
/proc/40040/stat : 40040 (ipbhs_gurobi) R 40037 40040 38607 0 -1 4194304 9822 0 0 0 30 38 0 0 20 0 2 0 44409434 1259933696 290340 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
/proc/40040/statm: 307601 290340 2304 641 0 290084 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 1230404 KiB
Current children cumulated memory: 1161360 KiB

[startup+1.50018 s]
/proc/loadavg: 4.14 4.11 4.09 5/267 40042
/proc/meminfo: memFree=125581720/131249988 swapFree=33010684/33010684
[pid=40040] ppid=40037 vsize=1275312 memory=1201932 CPUtime=1.48 cores=5,7
/proc/40040/stat : 40040 (ipbhs_gurobi) R 40037 40040 38607 0 -1 4194304 33673 0 0 0 96 52 0 0 20 0 2 0 44409434 1305919488 300483 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
/proc/40040/statm: 318828 300483 2976 641 0 301311 0
[pid=40040/tid=40042] ppid=40037 vsize=1275312 memory=0 CPUtime=0 cores=5,7
/proc/40040/task/40042/stat : 40042 (ipbhs_gurobi) S 40037 40040 38607 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 44409490 1305919488 300483 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1275312 KiB
Current children cumulated memory: 1201932 KiB

[startup+3.10522 s]
/proc/loadavg: 4.14 4.11 4.09 5/267 40042
/proc/meminfo: memFree=125462100/131249988 swapFree=33010684/33010684
[pid=40040] ppid=40037 vsize=1484096 memory=1273516 CPUtime=3.08 cores=5,7
/proc/40040/stat : 40040 (ipbhs_gurobi) R 40037 40040 38607 0 -1 4194304 69272 0 0 0 250 58 0 0 20 0 2 0 44409434 1519714304 318379 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
/proc/40040/statm: 371024 318379 3488 641 0 353507 0
[pid=40040/tid=40042] ppid=40037 vsize=1484096 memory=0 CPUtime=0 cores=5,7
/proc/40040/task/40042/stat : 40042 (ipbhs_gurobi) S 40037 40040 38607 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 2 0 44409490 1519714304 318379 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1484096 KiB
Current children cumulated memory: 1273516 KiB

[startup+6.30019 s]
/proc/loadavg: 4.13 4.11 4.09 5/267 40042
/proc/meminfo: memFree=125458256/131249988 swapFree=33010684/33010684
[pid=40040] ppid=40037 vsize=1484096 memory=1273516 CPUtime=6.27 cores=5,7
/proc/40040/stat : 40040 (ipbhs_gurobi) R 40037 40040 38607 0 -1 4194304 74793 0 0 0 569 58 0 0 20 0 2 0 44409434 1519714304 318379 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
/proc/40040/statm: 371024 318379 3488 641 0 353507 0
[pid=40040/tid=40042] ppid=40037 vsize=1484096 memory=14344 CPUtime=0 cores=5,7
/proc/40040/task/40042/stat : 40042 (ipbhs_gurobi) S 40037 40040 38607 0 -1 4194368 8 0 0 0 0 0 0 0 20 0 2 0 44409490 1519714304 318379 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1484096 KiB
Current children cumulated memory: 1273516 KiB

[startup+12.7002 s]
/proc/loadavg: 4.20 4.12 4.10 5/267 40042
/proc/meminfo: memFree=125458760/131249988 swapFree=33010684/33010684
[pid=40040] ppid=40037 vsize=1484096 memory=1273516 CPUtime=12.64 cores=5,7
/proc/40040/stat : 40040 (ipbhs_gurobi) R 40037 40040 38607 0 -1 4194304 80883 0 0 0 1206 58 0 0 20 0 2 0 44409434 1519714304 318379 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
/proc/40040/statm: 371024 318379 3488 641 0 353507 0
[pid=40040/tid=40042] ppid=40037 vsize=1484096 memory=1273516 CPUtime=0 cores=5,7
/proc/40040/task/40042/stat : 40042 (ipbhs_gurobi) S 40037 40040 38607 0 -1 4194368 14 0 0 0 0 0 0 0 20 0 2 0 44409490 1519714304 318379 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1484096 KiB
Current children cumulated memory: 1273516 KiB

[startup+25.5002 s]
/proc/loadavg: 4.16 4.12 4.09 5/268 40044
/proc/meminfo: memFree=125440188/131249988 swapFree=33010684/33010684
[pid=40040] ppid=40037 vsize=1592088 memory=1354660 CPUtime=25.41 cores=5,7
/proc/40040/stat : 40040 (ipbhs_gurobi) R 40037 40040 38607 0 -1 4194304 101080 0 0 0 2477 64 0 0 20 0 2 0 44409434 1630298112 338665 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
/proc/40040/statm: 398022 338665 3680 641 0 380505 0
[pid=40040/tid=40042] ppid=40037 vsize=1592088 memory=1357276 CPUtime=0 cores=5,7
/proc/40040/task/40042/stat : 40042 (ipbhs_gurobi) S 40037 40040 38607 0 -1 4194368 21 0 0 0 0 0 0 0 20 0 2 0 44409490 1630298112 338665 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1592088 KiB
Current children cumulated memory: 1354660 KiB

[startup+51.1053 s]
/proc/loadavg: 4.18 4.12 4.10 5/268 40044
/proc/meminfo: memFree=125299820/131249988 swapFree=33010684/33010684
[pid=40040] ppid=40037 vsize=1532112 memory=1332548 CPUtime=50.95 cores=5,7
/proc/40040/stat : 40040 (ipbhs_gurobi) R 40037 40040 38607 0 -1 4194304 126820 0 0 0 5026 69 0 0 20 0 2 0 44409434 1568882688 333137 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
/proc/40040/statm: 383028 333137 3840 641 0 365511 0
[pid=40040/tid=40042] ppid=40037 vsize=1532112 memory=10752 CPUtime=0.01 cores=5,7
/proc/40040/task/40042/stat : 40042 (ipbhs_gurobi) S 40037 40040 38607 0 -1 4194368 26 0 0 0 0 1 0 0 20 0 2 0 44409490 1568882688 333137 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 1532112 KiB
Current children cumulated memory: 1332548 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/268 40046
/proc/meminfo: memFree=125303056/131249988 swapFree=33010684/33010684
[pid=40040] ppid=40037 vsize=1532112 memory=1332548 CPUtime=102.01 cores=5,7
/proc/40040/stat : 40040 (ipbhs_gurobi) R 40037 40040 38607 0 -1 4194304 126919 0 0 0 10131 70 0 0 20 0 2 0 44409434 1568882688 333137 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
/proc/40040/statm: 383028 333137 3840 641 0 365511 0
[pid=40040/tid=40042] ppid=40037 vsize=1532112 memory=14344 CPUtime=0.03 cores=5,7
/proc/40040/task/40042/stat : 40042 (ipbhs_gurobi) S 40037 40040 38607 0 -1 4194368 26 0 0 0 1 2 0 0 20 0 2 0 44409490 1568882688 333137 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 1532112 KiB
Current children cumulated memory: 1332548 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/268 40048
/proc/meminfo: memFree=125237168/131249988 swapFree=33010684/33010684
[pid=40040] ppid=40037 vsize=1532112 memory=1332548 CPUtime=161.85 cores=5,7
/proc/40040/stat : 40040 (ipbhs_gurobi) R 40037 40040 38607 0 -1 4194304 127768 0 0 0 16113 72 0 0 20 0 2 0 44409434 1568882688 333137 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
/proc/40040/statm: 383028 333137 3840 641 0 365511 0
[pid=40040/tid=40042] ppid=40037 vsize=1532112 memory=1332548 CPUtime=0.06 cores=5,7
/proc/40040/task/40042/stat : 40042 (ipbhs_gurobi) S 40037 40040 38607 0 -1 4194368 26 0 0 0 2 4 0 0 20 0 2 0 44409490 1568882688 333137 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 1532112 KiB
Current children cumulated memory: 1332548 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/268 40051
/proc/meminfo: memFree=125185460/131249988 swapFree=33010684/33010684
[pid=40040] ppid=40037 vsize=1537104 memory=1337284 CPUtime=221.68 cores=5,7
/proc/40040/stat : 40040 (ipbhs_gurobi) R 40037 40040 38607 0 -1 4194304 142065 0 0 0 22094 74 0 0 20 0 2 0 44409434 1573994496 334321 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
/proc/40040/statm: 384276 334321 3840 641 0 366759 0
[pid=40040/tid=40042] ppid=40037 vsize=1537104 memory=1337284 CPUtime=0.08 cores=5,7
/proc/40040/task/40042/stat : 40042 (ipbhs_gurobi) S 40037 40040 38607 0 -1 4194368 31 0 0 0 3 5 0 0 20 0 2 0 44409490 1573994496 334321 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 1537104 KiB
Current children cumulated memory: 1337284 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/268 40053
/proc/meminfo: memFree=125175384/131249988 swapFree=33010684/33010684
[pid=40040] ppid=40037 vsize=1537104 memory=1337284 CPUtime=281.52 cores=5,7
/proc/40040/stat : 40040 (ipbhs_gurobi) R 40037 40040 38607 0 -1 4194304 150724 0 0 0 28075 77 0 0 20 0 2 0 44409434 1573994496 334321 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
/proc/40040/statm: 384276 334321 3840 641 0 366759 0
[pid=40040/tid=40042] ppid=40037 vsize=1537104 memory=1337284 CPUtime=0.1 cores=5,7
/proc/40040/task/40042/stat : 40042 (ipbhs_gurobi) S 40037 40040 38607 0 -1 4194368 33 0 0 0 3 7 0 0 20 0 2 0 44409490 1573994496 334321 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
Current children cumulated CPU time: 281.52 s
Current children cumulated vsize: 1537104 KiB
Current children cumulated memory: 1337284 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/268 40055
/proc/meminfo: memFree=125196972/131249988 swapFree=33010684/33010684
[pid=40040] ppid=40037 vsize=1563956 memory=1334340 CPUtime=341.36 cores=5,7
/proc/40040/stat : 40040 (ipbhs_gurobi) R 40037 40040 38607 0 -1 4194304 177547 0 0 0 34056 80 0 0 20 0 2 0 44409434 1601490944 333585 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
/proc/40040/statm: 390989 333585 3840 641 0 373472 0

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

/proc/meminfo: memFree=128126256/131249988 swapFree=33010684/33010684
[pid=40040] ppid=40037 vsize=1809080 memory=1587280 CPUtime=2973.97 cores=5,7
/proc/40040/stat : 40040 (ipbhs_gurobi) R 40037 40040 38607 0 -1 4194304 742027 0 0 0 297151 246 0 0 20 0 2 0 44409434 1852497920 396820 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
/proc/40040/statm: 452270 396820 3840 641 0 434753 0
[pid=40040/tid=40042] ppid=40037 vsize=1809080 memory=14344 CPUtime=1.23 cores=5,7
/proc/40040/task/40042/stat : 40042 (ipbhs_gurobi) S 40037 40040 38607 0 -1 4194368 120 0 0 0 41 82 0 0 20 0 2 0 44409490 1852497920 396820 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
Current children cumulated CPU time: 2973.97 s
Current children cumulated vsize: 1809080 KiB
Current children cumulated memory: 1587280 KiB

[startup+3042.3 s]
/proc/loadavg: 1.23 2.74 3.56 2/247 40286
/proc/meminfo: memFree=128113984/131249988 swapFree=33010684/33010684
[pid=40040] ppid=40037 vsize=1814072 memory=1601184 CPUtime=3033.82 cores=5,7
/proc/40040/stat : 40040 (ipbhs_gurobi) R 40037 40040 38607 0 -1 4194304 749275 0 0 0 303133 249 0 0 20 0 2 0 44409434 1857609728 400296 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
/proc/40040/statm: 453518 400296 3840 641 0 436001 0
[pid=40040/tid=40042] ppid=40037 vsize=1814072 memory=1599264 CPUtime=1.25 cores=5,7
/proc/40040/task/40042/stat : 40042 (ipbhs_gurobi) S 40037 40040 38607 0 -1 4194368 121 0 0 0 42 83 0 0 20 0 2 0 44409490 1857609728 400296 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
Current children cumulated CPU time: 3033.82 s
Current children cumulated vsize: 1814072 KiB
Current children cumulated memory: 1601184 KiB

[startup+3102.3 s]
/proc/loadavg: 1.20 2.45 3.40 2/247 40288
/proc/meminfo: memFree=128097824/131249988 swapFree=33010684/33010684
[pid=40040] ppid=40037 vsize=1822856 memory=1614380 CPUtime=3093.66 cores=5,7
/proc/40040/stat : 40040 (ipbhs_gurobi) R 40037 40040 38607 0 -1 4194304 751328 0 0 0 309115 251 0 0 20 0 2 0 44409434 1866604544 403595 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
/proc/40040/statm: 455714 403595 3840 641 0 438197 0
[pid=40040/tid=40042] ppid=40037 vsize=1822856 memory=1609420 CPUtime=1.27 cores=5,7
/proc/40040/task/40042/stat : 40042 (ipbhs_gurobi) S 40037 40040 38607 0 -1 4194368 121 0 0 0 43 84 0 0 20 0 2 0 44409490 1866604544 403595 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
Current children cumulated CPU time: 3093.66 s
Current children cumulated vsize: 1822856 KiB
Current children cumulated memory: 1614380 KiB

[startup+3162.3 s]
/proc/loadavg: 1.07 2.19 3.25 2/247 40290
/proc/meminfo: memFree=128085520/131249988 swapFree=33010684/33010684
[pid=40040] ppid=40037 vsize=1826860 memory=1624612 CPUtime=3153.5 cores=5,7
/proc/40040/stat : 40040 (ipbhs_gurobi) R 40037 40040 38607 0 -1 4194304 757903 0 0 0 315097 253 0 0 20 0 2 0 44409434 1870704640 406153 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
/proc/40040/statm: 456715 406153 3840 641 0 439198 0
[pid=40040/tid=40042] ppid=40037 vsize=1826860 memory=1609420 CPUtime=1.28 cores=5,7
/proc/40040/task/40042/stat : 40042 (ipbhs_gurobi) S 40037 40040 38607 0 -1 4194368 122 0 0 0 43 85 0 0 20 0 2 0 44409490 1870704640 406153 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
Current children cumulated CPU time: 3153.5 s
Current children cumulated vsize: 1826860 KiB
Current children cumulated memory: 1624612 KiB

[startup+3222.3 s]
/proc/loadavg: 1.07 1.98 3.11 2/246 40292
/proc/meminfo: memFree=128077692/131249988 swapFree=33010684/33010684
[pid=40040] ppid=40037 vsize=1832372 memory=1630116 CPUtime=3213.34 cores=5,7
/proc/40040/stat : 40040 (ipbhs_gurobi) R 40037 40040 38607 0 -1 4194304 762982 0 0 0 321080 254 0 0 20 0 2 0 44409434 1876348928 407529 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
/proc/40040/statm: 458093 407529 3840 641 0 440576 0
[pid=40040/tid=40042] ppid=40037 vsize=1832372 memory=1609420 CPUtime=1.29 cores=5,7
/proc/40040/task/40042/stat : 40042 (ipbhs_gurobi) S 40037 40040 38607 0 -1 4194368 122 0 0 0 43 86 0 0 20 0 2 0 44409490 1876348928 407529 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
Current children cumulated CPU time: 3213.34 s
Current children cumulated vsize: 1832372 KiB
Current children cumulated memory: 1630116 KiB

[startup+3282.3 s]
/proc/loadavg: 1.12 1.83 2.99 2/245 40294
/proc/meminfo: memFree=128073628/131249988 swapFree=33010684/33010684
[pid=40040] ppid=40037 vsize=1841628 memory=1639816 CPUtime=3273.18 cores=5,7
/proc/40040/stat : 40040 (ipbhs_gurobi) R 40037 40040 38607 0 -1 4194304 771117 0 0 0 327062 256 0 0 20 0 2 0 44409434 1885827072 409954 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
/proc/40040/statm: 460407 409954 3840 641 0 442890 0
[pid=40040/tid=40042] ppid=40037 vsize=1841628 memory=1639816 CPUtime=1.31 cores=5,7
/proc/40040/task/40042/stat : 40042 (ipbhs_gurobi) S 40037 40040 38607 0 -1 4194368 122 0 0 0 44 87 0 0 20 0 2 0 44409490 1885827072 409954 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
Current children cumulated CPU time: 3273.18 s
Current children cumulated vsize: 1841628 KiB
Current children cumulated memory: 1639816 KiB

[startup+3342.3 s]
/proc/loadavg: 1.10 1.69 2.86 2/245 40296
/proc/meminfo: memFree=128065248/131249988 swapFree=33010684/33010684
[pid=40040] ppid=40037 vsize=1842044 memory=1642672 CPUtime=3333.02 cores=5,7
/proc/40040/stat : 40040 (ipbhs_gurobi) R 40037 40040 38607 0 -1 4194304 781910 0 0 0 333044 258 0 0 20 0 2 0 44409434 1886253056 410668 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
/proc/40040/statm: 460511 410668 3840 641 0 442994 0
[pid=40040/tid=40042] ppid=40037 vsize=1842044 memory=14344 CPUtime=1.32 cores=5,7
/proc/40040/task/40042/stat : 40042 (ipbhs_gurobi) S 40037 40040 38607 0 -1 4194368 124 0 0 0 44 88 0 0 20 0 2 0 44409490 1886253056 410668 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
Current children cumulated CPU time: 3333.02 s
Current children cumulated vsize: 1842044 KiB
Current children cumulated memory: 1642672 KiB

[startup+3402.3 s]
/proc/loadavg: 1.11 1.58 2.75 2/245 40298
/proc/meminfo: memFree=128057216/131249988 swapFree=33010684/33010684
[pid=40040] ppid=40037 vsize=1850012 memory=1650096 CPUtime=3392.87 cores=5,7
/proc/40040/stat : 40040 (ipbhs_gurobi) R 40037 40040 38607 0 -1 4194304 798195 0 0 0 339025 262 0 0 20 0 2 0 44409434 1894412288 412524 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
/proc/40040/statm: 462503 412524 3840 641 0 444986 0
[pid=40040/tid=40042] ppid=40037 vsize=1850012 memory=14344 CPUtime=1.34 cores=5,7
/proc/40040/task/40042/stat : 40042 (ipbhs_gurobi) S 40037 40040 38607 0 -1 4194368 126 0 0 0 45 89 0 0 20 0 2 0 44409490 1894412288 412524 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
Current children cumulated CPU time: 3392.87 s
Current children cumulated vsize: 1850012 KiB
Current children cumulated memory: 1650096 KiB

[startup+3462.3 s]
/proc/loadavg: 1.09 1.49 2.64 2/245 40300
/proc/meminfo: memFree=128057024/131249988 swapFree=33010684/33010684
[pid=40040] ppid=40037 vsize=1862348 memory=1652144 CPUtime=3452.71 cores=5,7
/proc/40040/stat : 40040 (ipbhs_gurobi) R 40037 40040 38607 0 -1 4194304 813629 0 0 0 345006 265 0 0 20 0 2 0 44409434 1907044352 413036 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
/proc/40040/statm: 465587 413036 3840 641 0 448070 0
[pid=40040/tid=40042] ppid=40037 vsize=1862348 memory=14344 CPUtime=1.37 cores=5,7
/proc/40040/task/40042/stat : 40042 (ipbhs_gurobi) S 40037 40040 38607 0 -1 4194368 128 0 0 0 46 91 0 0 20 0 2 0 44409490 1907044352 413036 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
Current children cumulated CPU time: 3452.71 s
Current children cumulated vsize: 1862348 KiB
Current children cumulated memory: 1652144 KiB

[startup+3522.3 s]
/proc/loadavg: 1.15 1.43 2.55 2/245 40302
/proc/meminfo: memFree=128049136/131249988 swapFree=33010684/33010684
[pid=40040] ppid=40037 vsize=1864872 memory=1663400 CPUtime=3512.55 cores=5,7
/proc/40040/stat : 40040 (ipbhs_gurobi) R 40037 40040 38607 0 -1 4194304 824793 0 0 0 350987 268 0 0 20 0 2 0 44409434 1909628928 415850 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
/proc/40040/statm: 466218 415850 3840 641 0 448701 0
[pid=40040/tid=40042] ppid=40037 vsize=1864872 memory=1657272 CPUtime=1.38 cores=5,7
/proc/40040/task/40042/stat : 40042 (ipbhs_gurobi) S 40037 40040 38607 0 -1 4194368 129 0 0 0 46 92 0 0 20 0 2 0 44409490 1909628928 415850 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
Current children cumulated CPU time: 3512.55 s
Current children cumulated vsize: 1864872 KiB
Current children cumulated memory: 1663400 KiB

[startup+3582.3 s]
/proc/loadavg: 1.09 1.36 2.45 2/248 40314
/proc/meminfo: memFree=128042280/131249988 swapFree=33010684/33010684
[pid=40040] ppid=40037 vsize=1837100 memory=1632088 CPUtime=3572.39 cores=5,7
/proc/40040/stat : 40040 (ipbhs_gurobi) R 40037 40040 38607 0 -1 4194304 835441 0 0 0 356966 273 0 0 20 0 2 0 44409434 1881190400 408022 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
/proc/40040/statm: 459275 408022 3840 641 0 441758 0
[pid=40040/tid=40042] ppid=40037 vsize=1837100 memory=1632088 CPUtime=1.4 cores=5,7
/proc/40040/task/40042/stat : 40042 (ipbhs_gurobi) S 40037 40040 38607 0 -1 4194368 129 0 0 0 47 93 0 0 20 0 2 0 44409490 1881190400 408022 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
Current children cumulated CPU time: 3572.39 s
Current children cumulated vsize: 1837100 KiB
Current children cumulated memory: 1632088 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610 s]*
/proc/loadavg: 1.06 1.33 2.41 2/248 40315
/proc/meminfo: memFree=128052776/131249988 swapFree=33010684/33010684
[pid=40040] ppid=40037 vsize=1837100 memory=1624108 CPUtime=3600.02 cores=5,7
/proc/40040/stat : 40040 (ipbhs_gurobi) R 40037 40040 38607 0 -1 4194304 848673 0 0 0 359725 277 0 0 20 0 2 0 44409434 1881190400 406027 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
/proc/40040/statm: 459275 406027 3840 641 0 441758 0
[pid=40040/tid=40042] ppid=40037 vsize=1837100 memory=-7675384534132359110 CPUtime=1.41 cores=5,7
/proc/40040/task/40042/stat : 40042 (ipbhs_gurobi) S 40037 40040 38607 0 -1 4194368 130 0 0 0 47 94 0 0 20 0 2 0 44409490 1881190400 406027 18446744073709551615 94894129573888 94894132198941 140726664324496 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94894132817816 94894132850778 94894146023424 140726664333727 140726664333831 140726664333831 140726664339433 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 1837100 KiB
Current children cumulated memory: 1624108 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.26 s, system=2.78442 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): 3610.02
CPU time (s): 3600.04
CPU user time (s): 3597.26
CPU system time (s): 2.78442
CPU usage (%): 99.7235
Max. virtual memory (cumulated for all children) (KiB): 1872180
Max. memory (cumulated for all children) (KiB): 1669160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.26
system time used= 2.78442
maximum resident set size= 1669160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 848673
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= 359040
involuntary context switches= 20699


# summary of solver processes directly reported to runsolver:
#   pid: 40040
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3597.26
#   total CPU system time (s): 2.78442

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.58883 second user time and 15.1649 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-30 14:41:49
IDJOB=4484844
IDBENCH=146672
IDSOLVER=3333
FILE ID=nodeC031/4484844-1751287309
RUNJOBID= nodeC031-1751279332-38620
SLURM_JOB_ID= 9594213
Free space on /tmp= 432876 MiB

SOLVER NAME= IPBHS-GUROBI 2025-06-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-1.opb
COMMAND LINE= ./ipbhs_gurobi BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4484844-1751287309/watcher-4484844-1751287309 -o /tmp/evaluation-result-4484844-1751287309/solver-4484844-1751287309 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751279332-38620 --watchdog 3760  ./ipbhs_gurobi HOME/instance-4484844-1751287309.opb --max-coef 1000000000

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

MD5SUM BENCH= 05a4468103b1b74e5a90bd7e67aed0d9
RANDOM SEED=1300132895

nodeC031 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.935
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.147
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		: 3606.381
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		: 3599.207
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.889
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.010
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		: 3669.980
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		: 3561.045
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:       131249988 kB
MemFree:        126734108 kB
MemAvailable:   126957912 kB
Buffers:            3280 kB
Cached:          1031236 kB
SwapCached:            0 kB
Active:          3188052 kB
Inactive:         765348 kB
Active(anon):    2936948 kB
Inactive(anon):        0 kB
Active(file):     251104 kB
Inactive(file):   765348 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             61432 kB
Writeback:            16 kB
AnonPages:       2920960 kB
Mapped:           118360 kB
Shmem:             18064 kB
KReclaimable:      93184 kB
Slab:             180168 kB
SReclaimable:      93184 kB
SUnreclaim:        86984 kB
KernelStack:        4288 kB
PageTables:         9024 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    3760000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2228224 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433000 MiB
End job on nodeC031 at 2025-06-30 15:41:59