Trace number 4507890

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.03 3605.21

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-oct6.5.opb
MD5SUM0048c1c5d89c09890e717f6e64ce7569
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 benchmark101
Best CPU time to get the best result obtained on this benchmark3.75466
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9632
Total number of constraints29620
Number of constraints which are clauses27574
Number of constraints which are cardinality constraints (but not clauses)226
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
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.69/0.73	c limit for coefficient in constraints and objective to 1000000000
0.69/0.73	c will solve HOME/instance-4507890-1751504550.opb
0.69/0.73	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: 63837 MiB (60760 MiB free)
  memory of node 1: 64465 MiB (60271 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507890-1751504550/watcher-4507890-1751504550 -o /tmp/evaluation-result-4507890-1751504550/solver-4507890-1751504550 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751500560-72368 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4507890-1751504550.opb --max-coef 1000000000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=72967, runsolver pid=72964

[startup+0.10007 s]*
/proc/loadavg: 4.06 4.10 4.14 5/253 72968
/proc/meminfo: memFree=123682724/131382112 swapFree=33010416/33010684
[pid=72967] ppid=72964 vsize=1512544 memory=301236 CPUtime=0.1 cores=1,3
/proc/72967/stat : 72967 (ipbhs_gurobi) R 72964 72967 72356 0 -1 4194304 795 0 0 0 4 6 0 0 20 0 1 0 66134429 1548845056 75309 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
/proc/72967/statm: 378136 75309 1632 641 0 362893 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 1512544 KiB
Current children cumulated memory: 301236 KiB

[startup+0.213433 s]*
/proc/loadavg: 4.06 4.10 4.14 5/253 72968
/proc/meminfo: memFree=123305388/131382112 swapFree=33010416/33010684
[pid=72967] ppid=72964 vsize=1512544 memory=682164 CPUtime=0.21 cores=1,3
/proc/72967/stat : 72967 (ipbhs_gurobi) R 72964 72967 72356 0 -1 4194304 981 0 0 0 7 14 0 0 20 0 1 0 66134429 1548845056 170541 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
/proc/72967/statm: 378136 170541 1632 641 0 362893 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 1512544 KiB
Current children cumulated memory: 682164 KiB

[startup+0.313019 s]*
/proc/loadavg: 4.06 4.10 4.14 5/253 72968
/proc/meminfo: memFree=122969516/131382112 swapFree=33010416/33010684
[pid=72967] ppid=72964 vsize=1512544 memory=1018036 CPUtime=0.31 cores=1,3
/proc/72967/stat : 72967 (ipbhs_gurobi) R 72964 72967 72356 0 -1 4194304 1145 0 0 0 9 22 0 0 20 0 1 0 66134429 1548845056 254509 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
/proc/72967/statm: 378136 254509 1632 641 0 362893 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 1512544 KiB
Current children cumulated memory: 1018036 KiB

[startup+0.700311 s]
/proc/loadavg: 4.06 4.10 4.14 5/253 72968
/proc/meminfo: memFree=122498476/131382112 swapFree=33010416/33010684
[pid=72967] ppid=72964 vsize=1524056 memory=1465568 CPUtime=0.69 cores=1,3
/proc/72967/stat : 72967 (ipbhs_gurobi) R 72964 72967 72356 0 -1 4194304 4938 0 0 0 30 39 0 0 20 0 1 0 66134429 1560633344 366392 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
/proc/72967/statm: 381014 366392 1728 641 0 365771 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 1524056 KiB
Current children cumulated memory: 1465568 KiB

[startup+1.50031 s]
/proc/loadavg: 4.06 4.10 4.14 5/254 72969
/proc/meminfo: memFree=122479512/131382112 swapFree=33010416/33010684
[pid=72967] ppid=72964 vsize=1548604 memory=1481752 CPUtime=1.48 cores=1,3
/proc/72967/stat : 72967 (ipbhs_gurobi) R 72964 72967 72356 0 -1 4194304 7115 0 0 0 103 45 0 0 20 0 2 0 66134429 1585770496 370438 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
/proc/72967/statm: 387151 370438 3040 641 0 369634 0
[pid=72967/tid=72969] ppid=72964 vsize=1548604 memory=0 CPUtime=0 cores=1,3
/proc/72967/task/72969/stat : 72969 (ipbhs_gurobi) S 72964 72967 72356 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 66134501 1585770496 370438 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1548604 KiB
Current children cumulated memory: 1481752 KiB

[startup+3.11264 s]
/proc/loadavg: 4.06 4.10 4.14 5/254 72969
/proc/meminfo: memFree=122443408/131382112 swapFree=33010416/33010684
[pid=72967] ppid=72964 vsize=1548604 memory=1481880 CPUtime=3.09 cores=1,3
/proc/72967/stat : 72967 (ipbhs_gurobi) R 72964 72967 72356 0 -1 4194304 9720 0 0 0 260 49 0 0 20 0 2 0 66134429 1585770496 370470 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
/proc/72967/statm: 387151 370470 3040 641 0 369634 0
[pid=72967/tid=72969] ppid=72964 vsize=1548604 memory=1479516 CPUtime=0 cores=1,3
/proc/72967/task/72969/stat : 72969 (ipbhs_gurobi) S 72964 72967 72356 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 2 0 66134501 1585770496 370470 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1548604 KiB
Current children cumulated memory: 1481880 KiB

[startup+6.30033 s]
/proc/loadavg: 4.06 4.10 4.14 5/254 72969
/proc/meminfo: memFree=122443816/131382112 swapFree=33010416/33010684
[pid=72967] ppid=72964 vsize=1549132 memory=1482392 CPUtime=6.27 cores=1,3
/proc/72967/stat : 72967 (ipbhs_gurobi) R 72964 72967 72356 0 -1 4194304 16502 0 0 0 572 55 0 0 20 0 2 0 66134429 1586311168 370598 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
/proc/72967/statm: 387283 370598 3040 641 0 369766 0
[pid=72967/tid=72969] ppid=72964 vsize=1549132 memory=14720 CPUtime=0 cores=1,3
/proc/72967/task/72969/stat : 72969 (ipbhs_gurobi) S 72964 72967 72356 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 2 0 66134501 1586311168 370598 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1549132 KiB
Current children cumulated memory: 1482392 KiB

[startup+12.7004 s]
/proc/loadavg: 4.05 4.10 4.14 5/254 72969
/proc/meminfo: memFree=122444348/131382112 swapFree=33010416/33010684
[pid=72967] ppid=72964 vsize=1549660 memory=1482904 CPUtime=12.67 cores=1,3
/proc/72967/stat : 72967 (ipbhs_gurobi) R 72964 72967 72356 0 -1 4194304 21950 0 0 0 1197 70 0 0 20 0 2 0 66134429 1586851840 370726 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
/proc/72967/statm: 387415 370726 3040 641 0 369898 0
[pid=72967/tid=72969] ppid=72964 vsize=1549660 memory=1482904 CPUtime=0.01 cores=1,3
/proc/72967/task/72969/stat : 72969 (ipbhs_gurobi) S 72964 72967 72356 0 -1 4194368 8 0 0 0 0 1 0 0 20 0 2 0 66134501 1586851840 370726 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
Current children cumulated CPU time: 12.67 s
Current children cumulated vsize: 1549660 KiB
Current children cumulated memory: 1482904 KiB

[startup+25.5004 s]
/proc/loadavg: 4.11 4.11 4.14 5/254 72969
/proc/meminfo: memFree=122439560/131382112 swapFree=33010416/33010684
[pid=72967] ppid=72964 vsize=1553172 memory=1484440 CPUtime=25.45 cores=1,3
/proc/72967/stat : 72967 (ipbhs_gurobi) R 72964 72967 72356 0 -1 4194304 28273 0 0 0 2447 98 0 0 20 0 2 0 66134429 1590448128 371110 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
/proc/72967/statm: 388293 371110 3040 641 0 370776 0
[pid=72967/tid=72969] ppid=72964 vsize=1553172 memory=1484312 CPUtime=0.02 cores=1,3
/proc/72967/task/72969/stat : 72969 (ipbhs_gurobi) S 72964 72967 72356 0 -1 4194368 10 0 0 0 0 2 0 0 20 0 2 0 66134501 1590448128 371110 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
Current children cumulated CPU time: 25.45 s
Current children cumulated vsize: 1553172 KiB
Current children cumulated memory: 1484440 KiB

[startup+51.1126 s]
/proc/loadavg: 4.19 4.13 4.15 5/254 72970
/proc/meminfo: memFree=122411452/131382112 swapFree=33010416/33010684
[pid=72967] ppid=72964 vsize=1554228 memory=1487000 CPUtime=51.04 cores=1,3
/proc/72967/stat : 72967 (ipbhs_gurobi) R 72964 72967 72356 0 -1 4194304 30885 0 0 0 4952 152 0 0 20 0 2 0 66134429 1591529472 371750 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
/proc/72967/statm: 388557 371750 3040 641 0 371040 0
[pid=72967/tid=72969] ppid=72964 vsize=1554228 memory=1485976 CPUtime=0.05 cores=1,3
/proc/72967/task/72969/stat : 72969 (ipbhs_gurobi) S 72964 72967 72356 0 -1 4194368 11 0 0 0 1 4 0 0 20 0 2 0 66134501 1591529472 371750 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
Current children cumulated CPU time: 51.04 s
Current children cumulated vsize: 1554228 KiB
Current children cumulated memory: 1487000 KiB

[startup+102.3 s]
/proc/loadavg: 4.22 4.14 4.15 5/255 72975
/proc/meminfo: memFree=122409344/131382112 swapFree=33010416/33010684
[pid=72967] ppid=72964 vsize=1559668 memory=1489232 CPUtime=102.16 cores=1,3
/proc/72967/stat : 72967 (ipbhs_gurobi) R 72964 72967 72356 0 -1 4194304 32762 0 0 0 9964 252 0 0 20 0 2 0 66134429 1597100032 372308 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
/proc/72967/statm: 389917 372308 3040 641 0 372400 0
[pid=72967/tid=72969] ppid=72964 vsize=1559668 memory=14720 CPUtime=0.11 cores=1,3
/proc/72967/task/72969/stat : 72969 (ipbhs_gurobi) S 72964 72967 72356 0 -1 4194368 12 0 0 0 3 8 0 0 20 0 2 0 66134501 1597100032 372308 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
Current children cumulated CPU time: 102.16 s
Current children cumulated vsize: 1559668 KiB
Current children cumulated memory: 1489232 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.13 4.15 5/256 72978
/proc/meminfo: memFree=122316336/131382112 swapFree=33010416/33010684
[pid=72967] ppid=72964 vsize=1561720 memory=1493924 CPUtime=162.1 cores=1,3
/proc/72967/stat : 72967 (ipbhs_gurobi) R 72964 72967 72356 0 -1 4194304 40783 0 0 0 15841 369 0 0 20 0 2 0 66134429 1599201280 373481 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
/proc/72967/statm: 390430 373481 3040 641 0 372913 0
[pid=72967/tid=72969] ppid=72964 vsize=1561720 memory=1493796 CPUtime=0.19 cores=1,3
/proc/72967/task/72969/stat : 72969 (ipbhs_gurobi) S 72964 72967 72356 0 -1 4194368 15 0 0 0 6 13 0 0 20 0 2 0 66134501 1599201280 373481 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
Current children cumulated CPU time: 162.1 s
Current children cumulated vsize: 1561720 KiB
Current children cumulated memory: 1493924 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.12 4.14 5/256 72980
/proc/meminfo: memFree=122172792/131382112 swapFree=33010416/33010684
[pid=72967] ppid=72964 vsize=1562760 memory=1495460 CPUtime=222.02 cores=1,3
/proc/72967/stat : 72967 (ipbhs_gurobi) R 72964 72967 72356 0 -1 4194304 41409 0 0 0 21738 464 0 0 20 0 2 0 66134429 1600266240 373865 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
/proc/72967/statm: 390690 373865 3040 641 0 373173 0
[pid=72967/tid=72969] ppid=72964 vsize=1562760 memory=19072 CPUtime=0.27 cores=1,3
/proc/72967/task/72969/stat : 72969 (ipbhs_gurobi) S 72964 72967 72356 0 -1 4194368 15 0 0 0 8 19 0 0 20 0 2 0 66134501 1600266240 373865 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
Current children cumulated CPU time: 222.02 s
Current children cumulated vsize: 1562760 KiB
Current children cumulated memory: 1495460 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.11 4.13 5/256 73028
/proc/meminfo: memFree=124336272/131382112 swapFree=33010416/33010684
[pid=72967] ppid=72964 vsize=1569504 memory=1496032 CPUtime=281.95 cores=1,3
/proc/72967/stat : 72967 (ipbhs_gurobi) R 72964 72967 72356 0 -1 4194304 41905 0 0 0 27631 564 0 0 20 0 2 0 66134429 1607172096 374008 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
/proc/72967/statm: 392376 374008 3040 641 0 374859 0
[pid=72967/tid=72969] ppid=72964 vsize=1569504 memory=1496484 CPUtime=0.34 cores=1,3
/proc/72967/task/72969/stat : 72969 (ipbhs_gurobi) S 72964 72967 72356 0 -1 4194368 16 0 0 0 9 25 0 0 20 0 2 0 66134501 1607172096 374008 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
Current children cumulated CPU time: 281.95 s
Current children cumulated vsize: 1569504 KiB
Current children cumulated memory: 1496032 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.12 4.13 5/257 73031
/proc/meminfo: memFree=124327992/131382112 swapFree=33010416/33010684
[pid=72967] ppid=72964 vsize=1571488 memory=1498612 CPUtime=341.88 cores=1,3
/proc/72967/stat : 72967 (ipbhs_gurobi) R 72964 72967 72356 0 -1 4194304 47292 0 0 0 33533 655 0 0 20 0 2 0 66134429 1609203712 374653 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
/proc/72967/statm: 392872 374653 3040 641 0 375355 0
[pid=72967/tid=72969] ppid=72964 vsize=1571488 memory=1497584 CPUtime=0.42 cores=1,3

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

/proc/meminfo: memFree=125691128/131382112 swapFree=33010416/33010684
[pid=72967] ppid=72964 vsize=1657516 memory=1573692 CPUtime=2978.22 cores=1,3
/proc/72967/stat : 72967 (ipbhs_gurobi) R 72964 72967 72356 0 -1 4194304 163023 0 0 0 294301 3521 0 0 20 0 2 0 66134429 1697296384 393423 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
/proc/72967/statm: 414379 393423 3520 641 0 396862 0
[pid=72967/tid=72969] ppid=72964 vsize=1657516 memory=14720 CPUtime=3.98 cores=1,3
/proc/72967/task/72969/stat : 72969 (ipbhs_gurobi) S 72964 72967 72356 0 -1 4194368 46 0 0 0 116 282 0 0 20 0 2 0 66134501 1697296384 393423 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
Current children cumulated CPU time: 2978.22 s
Current children cumulated vsize: 1657516 KiB
Current children cumulated memory: 1573692 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.11 4.11 5/254 73208
/proc/meminfo: memFree=125679300/131382112 swapFree=33010416/33010684
[pid=72967] ppid=72964 vsize=1656684 memory=1572340 CPUtime=3038.11 cores=1,3
/proc/72967/stat : 72967 (ipbhs_gurobi) R 72964 72967 72356 0 -1 4194304 164259 0 0 0 300234 3577 0 0 20 0 2 0 66134429 1696444416 393085 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
/proc/72967/statm: 414171 393085 3520 641 0 396654 0
[pid=72967/tid=72969] ppid=72964 vsize=1656684 memory=1571700 CPUtime=4.06 cores=1,3
/proc/72967/task/72969/stat : 72969 (ipbhs_gurobi) S 72964 72967 72356 0 -1 4194368 47 0 0 0 118 288 0 0 20 0 2 0 66134501 1696444416 393085 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
Current children cumulated CPU time: 3038.11 s
Current children cumulated vsize: 1656684 KiB
Current children cumulated memory: 1572340 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.10 4.10 5/254 73210
/proc/meminfo: memFree=125679324/131382112 swapFree=33010416/33010684
[pid=72967] ppid=72964 vsize=1657912 memory=1574240 CPUtime=3098 cores=1,3
/proc/72967/stat : 72967 (ipbhs_gurobi) R 72964 72967 72356 0 -1 4194304 172167 0 0 0 306165 3635 0 0 20 0 2 0 66134429 1697701888 393560 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
/proc/72967/statm: 414478 393560 3520 641 0 396961 0
[pid=72967/tid=72969] ppid=72964 vsize=1657912 memory=14720 CPUtime=4.15 cores=1,3
/proc/72967/task/72969/stat : 72969 (ipbhs_gurobi) S 72964 72967 72356 0 -1 4194368 49 0 0 0 121 294 0 0 20 0 2 0 66134501 1697701888 393560 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
Current children cumulated CPU time: 3098 s
Current children cumulated vsize: 1657912 KiB
Current children cumulated memory: 1574240 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/253 73213
/proc/meminfo: memFree=125679348/131382112 swapFree=33010416/33010684
[pid=72967] ppid=72964 vsize=1658680 memory=1574736 CPUtime=3157.88 cores=1,3
/proc/72967/stat : 72967 (ipbhs_gurobi) R 72964 72967 72356 0 -1 4194304 178065 0 0 0 312094 3694 0 0 20 0 2 0 66134429 1698488320 393684 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
/proc/72967/statm: 414670 393684 3520 641 0 397153 0
[pid=72967/tid=72969] ppid=72964 vsize=1658680 memory=11264 CPUtime=4.23 cores=1,3
/proc/72967/task/72969/stat : 72969 (ipbhs_gurobi) S 72964 72967 72356 0 -1 4194368 49 0 0 0 123 300 0 0 20 0 2 0 66134501 1698488320 393684 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
Current children cumulated CPU time: 3157.88 s
Current children cumulated vsize: 1658680 KiB
Current children cumulated memory: 1574736 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.11 4.10 5/253 73215
/proc/meminfo: memFree=125679128/131382112 swapFree=33010416/33010684
[pid=72967] ppid=72964 vsize=1659192 memory=1575012 CPUtime=3217.78 cores=1,3
/proc/72967/stat : 72967 (ipbhs_gurobi) R 72964 72967 72356 0 -1 4194304 179818 0 0 0 318029 3749 0 0 20 0 2 0 66134429 1699012608 393753 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
/proc/72967/statm: 414798 393753 3520 641 0 397281 0
[pid=72967/tid=72969] ppid=72964 vsize=1659192 memory=1574736 CPUtime=4.32 cores=1,3
/proc/72967/task/72969/stat : 72969 (ipbhs_gurobi) S 72964 72967 72356 0 -1 4194368 49 0 0 0 125 307 0 0 20 0 2 0 66134501 1699012608 393753 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
Current children cumulated CPU time: 3217.78 s
Current children cumulated vsize: 1659192 KiB
Current children cumulated memory: 1575012 KiB

[startup+3282.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/253 73217
/proc/meminfo: memFree=125621536/131382112 swapFree=33010416/33010684
[pid=72967] ppid=72964 vsize=1706812 memory=1633140 CPUtime=3277.67 cores=1,3
/proc/72967/stat : 72967 (ipbhs_gurobi) R 72964 72967 72356 0 -1 4194304 189036 0 0 0 323971 3796 0 0 20 0 2 0 66134429 1747775488 408285 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
/proc/72967/statm: 426703 408285 3520 641 0 409186 0
[pid=72967/tid=72969] ppid=72964 vsize=1706812 memory=1621664 CPUtime=4.4 cores=1,3
/proc/72967/task/72969/stat : 72969 (ipbhs_gurobi) S 72964 72967 72356 0 -1 4194368 49 0 0 0 128 312 0 0 20 0 2 0 66134501 1747775488 408285 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
Current children cumulated CPU time: 3277.67 s
Current children cumulated vsize: 1706812 KiB
Current children cumulated memory: 1633140 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/253 73219
/proc/meminfo: memFree=125568956/131382112 swapFree=33010416/33010684
[pid=72967] ppid=72964 vsize=1775332 memory=1679296 CPUtime=3337.56 cores=1,3
/proc/72967/stat : 72967 (ipbhs_gurobi) R 72964 72967 72356 0 -1 4194304 205194 0 0 0 329902 3854 0 0 20 0 2 0 66134429 1817939968 419824 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
/proc/72967/statm: 443833 419824 3520 641 0 426316 0
[pid=72967/tid=72969] ppid=72964 vsize=1775332 memory=1679040 CPUtime=4.49 cores=1,3
/proc/72967/task/72969/stat : 72969 (ipbhs_gurobi) S 72964 72967 72356 0 -1 4194368 52 0 0 0 131 318 0 0 20 0 2 0 66134501 1817939968 419824 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
Current children cumulated CPU time: 3337.56 s
Current children cumulated vsize: 1775332 KiB
Current children cumulated memory: 1679296 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/253 73221
/proc/meminfo: memFree=125535592/131382112 swapFree=33010416/33010684
[pid=72967] ppid=72964 vsize=1776100 memory=1680156 CPUtime=3397.45 cores=1,3
/proc/72967/stat : 72967 (ipbhs_gurobi) R 72964 72967 72356 0 -1 4194304 209343 0 0 0 335827 3918 0 0 20 0 2 0 66134429 1818726400 420039 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
/proc/72967/statm: 444025 420039 3520 641 0 426508 0
[pid=72967/tid=72969] ppid=72964 vsize=1776100 memory=14720 CPUtime=4.57 cores=1,3
/proc/72967/task/72969/stat : 72969 (ipbhs_gurobi) S 72964 72967 72356 0 -1 4194368 52 0 0 0 134 323 0 0 20 0 2 0 66134501 1818726400 420039 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
Current children cumulated CPU time: 3397.45 s
Current children cumulated vsize: 1776100 KiB
Current children cumulated memory: 1680156 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/253 73273
/proc/meminfo: memFree=125808280/131382112 swapFree=33010416/33010684
[pid=72967] ppid=72964 vsize=1781352 memory=1685024 CPUtime=3457.33 cores=1,3
/proc/72967/stat : 72967 (ipbhs_gurobi) R 72964 72967 72356 0 -1 4194304 226812 0 0 0 341738 3995 0 0 20 0 2 0 66134429 1824104448 421256 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
/proc/72967/statm: 445338 421256 3520 641 0 427821 0
[pid=72967/tid=72969] ppid=72964 vsize=1781352 memory=1681380 CPUtime=4.66 cores=1,3
/proc/72967/task/72969/stat : 72969 (ipbhs_gurobi) S 72964 72967 72356 0 -1 4194368 56 0 0 0 137 329 0 0 20 0 2 0 66134501 1824104448 421256 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
Current children cumulated CPU time: 3457.33 s
Current children cumulated vsize: 1781352 KiB
Current children cumulated memory: 1685024 KiB

[startup+3522.3 s]
/proc/loadavg: 4.27 4.15 4.11 5/254 73287
/proc/meminfo: memFree=125748648/131382112 swapFree=33010416/33010684
[pid=72967] ppid=72964 vsize=1783092 memory=1689632 CPUtime=3517.22 cores=1,3
/proc/72967/stat : 72967 (ipbhs_gurobi) R 72964 72967 72356 0 -1 4194304 229159 0 0 0 347671 4051 0 0 20 0 2 0 66134429 1825886208 422408 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
/proc/72967/statm: 445773 422408 3520 641 0 428256 0
[pid=72967/tid=72969] ppid=72964 vsize=1783092 memory=1687968 CPUtime=4.73 cores=1,3
/proc/72967/task/72969/stat : 72969 (ipbhs_gurobi) S 72964 72967 72356 0 -1 4194368 57 0 0 0 139 334 0 0 20 0 2 0 66134501 1825886208 422408 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
Current children cumulated CPU time: 3517.22 s
Current children cumulated vsize: 1783092 KiB
Current children cumulated memory: 1689632 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.14 4.10 5/254 73289
/proc/meminfo: memFree=125727200/131382112 swapFree=33010416/33010684
[pid=72967] ppid=72964 vsize=1785948 memory=1698980 CPUtime=3577.13 cores=1,3
/proc/72967/stat : 72967 (ipbhs_gurobi) R 72964 72967 72356 0 -1 4194304 235189 0 0 0 353599 4114 0 0 20 0 2 0 66134429 1828810752 424745 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
/proc/72967/statm: 446487 424745 3520 641 0 428970 0
[pid=72967/tid=72969] ppid=72964 vsize=1785948 memory=1688992 CPUtime=4.81 cores=1,3
/proc/72967/task/72969/stat : 72969 (ipbhs_gurobi) S 72964 72967 72356 0 -1 4194368 59 0 0 0 142 339 0 0 20 0 2 0 66134501 1828810752 424745 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
Current children cumulated CPU time: 3577.13 s
Current children cumulated vsize: 1785948 KiB
Current children cumulated memory: 1698980 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.2 s]
/proc/loadavg: 4.18 4.14 4.10 5/254 73290
/proc/meminfo: memFree=125724824/131382112 swapFree=33010416/33010684
[pid=72967] ppid=72964 vsize=1785948 memory=1698980 CPUtime=3600.01 cores=1,3
/proc/72967/stat : 72967 (ipbhs_gurobi) R 72964 72967 72356 0 -1 4194304 235279 0 0 0 355872 4129 0 0 20 0 2 0 66134429 1828810752 424745 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
/proc/72967/statm: 446487 424745 3520 641 0 428970 0
[pid=72967/tid=72969] ppid=72964 vsize=1785948 memory=1698980 CPUtime=4.85 cores=1,3
/proc/72967/task/72969/stat : 72969 (ipbhs_gurobi) S 72964 72967 72356 0 -1 4194368 59 0 0 0 143 342 0 0 20 0 2 0 66134501 1828810752 424745 18446744073709551615 93833619181568 93833621806621 140731185239440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93833622425496 93833622458458 93833626849280 140731185248671 140731185248775 140731185248775 140731185254377 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 1785948 KiB
Current children cumulated memory: 1698980 KiB

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

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

# cumulated CPU time of all completed processes:  user=3558.73 s, system=41.2974 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): 3605.21
CPU time (s): 3600.03
CPU user time (s): 3558.73
CPU system time (s): 41.2974
CPU usage (%): 99.8563
Max. virtual memory (cumulated for all children) (KiB): 1785948
Max. memory (cumulated for all children) (KiB): 1698980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3558.73
system time used= 41.2974
maximum resident set size= 1698980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235279
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= 357017
involuntary context switches= 2197


# summary of solver processes directly reported to runsolver:
#   pid: 72967
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3558.73
#   total CPU system time (s): 41.2974

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0589 second user time and 34.6034 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-03 03:02:30
IDJOB=4507890
IDBENCH=158387
IDSOLVER=3333
FILE ID=nodeC005/4507890-1751504550
RUNJOBID= nodeC005-1751500560-72368
SLURM_JOB_ID= 9598583
Free space on /tmp= 429176 MiB

SOLVER NAME= IPBHS-GUROBI 2025-06-09
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-oct6.5.opb
COMMAND LINE= ./ipbhs_gurobi BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507890-1751504550/watcher-4507890-1751504550 -o /tmp/evaluation-result-4507890-1751504550/solver-4507890-1751504550 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751500560-72368 --watchdog 3760  ./ipbhs_gurobi HOME/instance-4507890-1751504550.opb --max-coef 1000000000

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

MD5SUM BENCH= 0048c1c5d89c09890e717f6e64ce7569
RANDOM SEED=1049541872

nodeC005 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	: 0xb00001f
cpu MHz		: 3662.690
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.240
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.661
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3662.661
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3691.502
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.564
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        123936928 kB
MemAvailable:   124392416 kB
Buffers:            2128 kB
Cached:          1244792 kB
SwapCached:           24 kB
Active:          6260860 kB
Inactive:         598252 kB
Active(anon):    5626964 kB
Inactive(anon):     3164 kB
Active(file):     633896 kB
Inactive(file):   595088 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             60304 kB
Writeback:             4 kB
AnonPages:       5614692 kB
Mapped:           119468 kB
Shmem:             17936 kB
KReclaimable:     132264 kB
Slab:             219696 kB
SReclaimable:     132264 kB
SUnreclaim:        87432 kB
KernelStack:        4080 kB
PageTables:        14252 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    6188372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4366336 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 429252 MiB
End job on nodeC005 at 2025-07-03 04:02:36