Trace number 4483925

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
IPBHS-GUROBI-SYM 2025-06-09? (TO) 3600.08 3605.92

General information on the benchmark

NamePB24/normalized-extraPB12/OPT-LIN/sroussel/benchsMusee/opb_Equals1_cod2_product/
normalized-BA_RDC4.dot_luby_10null20mast_rapportOE2.0_TMAX300_K67_cod2_pbEq1_newVersion_product.opb
MD5SUM45fe61862ea6af1146fa753dc4b3b822
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 benchmark-7184
Best CPU time to get the best result obtained on this benchmark1515.42
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables57510
Total number of constraints149401
Number of constraints which are clauses149400
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 438
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 26095
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 26095
Number of bits of the biggest sum of numbers15
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.02	c initialize IPBHS solver
0.00/0.02	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.02	c optimizer = "gurobi"
0.00/0.02	c pbsolver = "roundingsat"
0.00/0.02	c use separate pbsolver for SIS
0.00/0.02	c load symmetries from file ""
0.00/0.02	c set time limit for symmetry computation to 100 seconds.
0.00/0.02	c set interchangeable summation variable limit to 3
0.00/0.02	c enable explicit+compact SCL
0.00/0.02	c set sym compact max subset size to 5
0.00/0.02	c set explicit symmetry matrix usage to 1
0.00/0.02	c sym budget explicit to 100
0.00/0.02	c sym budget explicit lits to 6000
0.00/0.02	c sym budget compact to 100
0.00/0.02	c sym budget compact lits to 6000
0.00/0.02	c sym budget common to 0
0.00/0.02	c sym budget common lits to 0
0.00/0.02	c set sym generation to 's'
0.00/0.02	c set abstraction set creation to 10 iterations without LB change
0.00/0.02	c set abstraction set inputs to 0
0.00/0.02	c set abstraction set cluster min size to 2
0.00/0.02	c set abstraction set cluster max size to 100000000
0.00/0.02	c set abstraction set cluster activation limit to 2
0.00/0.02	c enable abstraction set require equal cost
0.00/0.02	c set abstraction set assumptions to 0
0.00/0.02	c set abstraction set constraint type to 0
0.00/0.02	c set abstract core extraction strategy to b
0.00/0.02	c set core extraction strategy to 2
0.00/0.02	c set core extraction shuffles 10
0.00/0.02	c set cores per iteration to 5
0.00/0.02	c set optimizer bound usage strategy to 2
0.00/0.02	c set optimizer max non-optimal iterations to 1000
0.00/0.02	c set small core cardinality limit to 2
0.00/0.02	c set max coef in cores to 1000000000
0.00/0.02	c set core processing techniques to 4095
0.00/0.02	c set SIS iterations to 5
0.00/0.02	c set SIS budget abs to 1000
0.00/0.02	c set SIS budget rel to 0.05
2.07/2.12	c limit for coefficient in constraints and objective to 1000000000
2.07/2.12	c will solve HOME/instance-4483925-1751281913.opb
2.07/2.12	Searching graph automorphisms with time limit: 100
2.86/3.00	c [1.51] 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: 63794 MiB (63021 MiB free)
  memory of node 1: 64507 MiB (63924 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100082 s]*
/proc/loadavg: 1.23 1.12 1.44 8/252 37620
/proc/meminfo: memFree=129643636/131382112 swapFree=33010160/33010684
[pid=37614] ppid=37602 vsize=77500 memory=12816 CPUtime=0.08 cores=0,2
/proc/37614/stat : 37614 (ipbhs_gurobi) R 37602 37614 37549 0 -1 4194304 2180 0 0 0 7 1 0 0 20 0 1 0 43870289 79360000 3204 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
/proc/37614/statm: 19375 3204 1632 641 0 4132 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 77500 KiB
Current children cumulated memory: 12816 KiB

[startup+0.212911 s]*
/proc/loadavg: 1.23 1.12 1.44 7/252 37620
/proc/meminfo: memFree=129116208/131382112 swapFree=33010160/33010684
[pid=37614] ppid=37602 vsize=83980 memory=19288 CPUtime=0.19 cores=0,2
/proc/37614/stat : 37614 (ipbhs_gurobi) R 37602 37614 37549 0 -1 4194304 4097 0 0 0 18 1 0 0 20 0 1 0 43870289 85995520 4822 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
/proc/37614/statm: 20995 4822 1632 641 0 5752 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 83980 KiB
Current children cumulated memory: 19288 KiB

[startup+0.311804 s]*
/proc/loadavg: 1.23 1.12 1.44 6/252 37620
/proc/meminfo: memFree=128634772/131382112 swapFree=33010160/33010684
[pid=37614] ppid=37602 vsize=88916 memory=24424 CPUtime=0.3 cores=0,2
/proc/37614/stat : 37614 (ipbhs_gurobi) R 37602 37614 37549 0 -1 4194304 4996 0 0 0 28 2 0 0 20 0 1 0 43870289 91049984 6106 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
/proc/37614/statm: 22229 6106 1632 641 0 6986 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 88916 KiB
Current children cumulated memory: 24424 KiB

[startup+0.700255 s]
/proc/loadavg: 1.23 1.12 1.44 7/252 37620
/proc/meminfo: memFree=127986036/131382112 swapFree=33010160/33010684
[pid=37614] ppid=37602 vsize=110048 memory=44444 CPUtime=0.67 cores=0,2
/proc/37614/stat : 37614 (ipbhs_gurobi) R 37602 37614 37549 0 -1 4194304 9692 0 0 0 55 12 0 0 20 0 1 0 43870289 112689152 11111 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
/proc/37614/statm: 27512 11111 1696 641 0 12269 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 110048 KiB
Current children cumulated memory: 44444 KiB

[startup+1.50025 s]
/proc/loadavg: 1.23 1.12 1.44 6/254 37622
/proc/meminfo: memFree=127426032/131382112 swapFree=33010160/33010684
[pid=37614] ppid=37602 vsize=181972 memory=102840 CPUtime=1.47 cores=0,2
/proc/37614/stat : 37614 (ipbhs_gurobi) R 37602 37614 37549 0 -1 4194304 19715 0 0 0 104 43 0 0 20 0 2 0 43870289 186339328 25710 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
/proc/37614/statm: 45493 25710 2240 641 0 27976 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 181972 KiB
Current children cumulated memory: 102840 KiB

[startup+3.11221 s]
/proc/loadavg: 1.23 1.12 1.44 6/255 37623
/proc/meminfo: memFree=126963244/131382112 swapFree=33010160/33010684
[pid=37614] ppid=37602 vsize=311640 memory=229824 CPUtime=3.07 cores=0,2
/proc/37614/stat : 37614 (ipbhs_gurobi) R 37602 37614 37549 0 -1 4194304 48918 0 0 0 259 48 0 0 20 0 2 0 43870289 319119360 57456 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
/proc/37614/statm: 77910 57456 2368 641 0 60393 0
[pid=37614/tid=37623] ppid=37602 vsize=311640 memory=198340509722 CPUtime=0 cores=0,2
/proc/37614/task/37623/stat : 37623 (ipbhs_gurobi) S 37602 37614 37549 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 2 0 43870432 319119360 57456 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 311640 KiB
Current children cumulated memory: 229824 KiB

[startup+6.30027 s]
/proc/loadavg: 1.45 1.17 1.46 5/251 37643
/proc/meminfo: memFree=128519836/131382112 swapFree=33010160/33010684
[pid=37614] ppid=37602 vsize=323240 memory=246024 CPUtime=6.25 cores=0,2
/proc/37614/stat : 37614 (ipbhs_gurobi) R 37602 37614 37549 0 -1 4194304 77619 0 0 0 572 53 0 0 20 0 2 0 43870289 330997760 61506 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
/proc/37614/statm: 80810 61506 3488 641 0 63293 0
[pid=37614/tid=37623] ppid=37602 vsize=323240 memory=239636 CPUtime=0 cores=0,2
/proc/37614/task/37623/stat : 37623 (ipbhs_gurobi) S 37602 37614 37549 0 -1 4194368 7 0 0 0 0 0 0 0 20 0 2 0 43870432 330997760 61506 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 323240 KiB
Current children cumulated memory: 246024 KiB

[startup+12.7003 s]
/proc/loadavg: 1.66 1.22 1.47 5/256 37671
/proc/meminfo: memFree=128449272/131382112 swapFree=33010160/33010684
[pid=37614] ppid=37602 vsize=353884 memory=268184 CPUtime=12.64 cores=0,2
/proc/37614/stat : 37614 (ipbhs_gurobi) R 37602 37614 37549 0 -1 4194304 96089 0 0 0 1206 58 0 0 20 0 2 0 43870289 362377216 67046 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
/proc/37614/statm: 88471 67046 3488 641 0 70954 0
[pid=37614/tid=37623] ppid=37602 vsize=353884 memory=268184 CPUtime=0 cores=0,2
/proc/37614/task/37623/stat : 37623 (ipbhs_gurobi) S 37602 37614 37549 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 2 0 43870432 362377216 67046 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 353884 KiB
Current children cumulated memory: 268184 KiB

[startup+25.5003 s]
/proc/loadavg: 2.18 1.35 1.51 5/256 37671
/proc/meminfo: memFree=128368564/131382112 swapFree=33010160/33010684
[pid=37614] ppid=37602 vsize=384704 memory=289292 CPUtime=25.42 cores=0,2
/proc/37614/stat : 37614 (ipbhs_gurobi) R 37602 37614 37549 0 -1 4194304 124174 0 0 0 2476 66 0 0 20 0 2 0 43870289 393936896 72323 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
/proc/37614/statm: 96176 72323 3488 641 0 78659 0
[pid=37614/tid=37623] ppid=37602 vsize=384704 memory=287244 CPUtime=0.01 cores=0,2
/proc/37614/task/37623/stat : 37623 (ipbhs_gurobi) S 37602 37614 37549 0 -1 4194368 10 0 0 0 1 0 0 0 20 0 2 0 43870432 393936896 72323 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 384704 KiB
Current children cumulated memory: 289292 KiB

[startup+51.113 s]
/proc/loadavg: 2.87 1.58 1.58 5/256 37671
/proc/meminfo: memFree=128022904/131382112 swapFree=33010160/33010684
[pid=37614] ppid=37602 vsize=481924 memory=363004 CPUtime=50.97 cores=0,2
/proc/37614/stat : 37614 (ipbhs_gurobi) R 37602 37614 37549 0 -1 4194304 193782 0 0 0 5013 84 0 0 20 0 2 0 43870289 493490176 90751 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
/proc/37614/statm: 120481 90751 3488 641 0 102964 0
[pid=37614/tid=37623] ppid=37602 vsize=481924 memory=357836 CPUtime=0.04 cores=0,2
/proc/37614/task/37623/stat : 37623 (ipbhs_gurobi) S 37602 37614 37549 0 -1 4194368 13 0 0 0 2 2 0 0 20 0 2 0 43870432 493490176 90751 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 481924 KiB
Current children cumulated memory: 363004 KiB

[startup+102.3 s]
/proc/loadavg: 3.51 1.96 1.71 5/256 37673
/proc/meminfo: memFree=127584368/131382112 swapFree=33010160/33010684
[pid=37614] ppid=37602 vsize=689840 memory=574444 CPUtime=102.05 cores=0,2
/proc/37614/stat : 37614 (ipbhs_gurobi) R 37602 37614 37549 0 -1 4194304 334099 0 1 0 10057 148 0 0 20 0 2 0 43870289 706396160 143611 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
/proc/37614/statm: 172460 143611 3616 641 0 154943 0
[pid=37614/tid=37623] ppid=37602 vsize=689840 memory=17664 CPUtime=0.1 cores=0,2
/proc/37614/task/37623/stat : 37623 (ipbhs_gurobi) S 37602 37614 37549 0 -1 4194368 17 0 0 0 4 6 0 0 20 0 2 0 43870432 706396160 143611 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 689840 KiB
Current children cumulated memory: 574444 KiB

[startup+162.3 s]
/proc/loadavg: 3.86 2.35 1.86 5/256 37675
/proc/meminfo: memFree=127441852/131382112 swapFree=33010160/33010684
[pid=37614] ppid=37602 vsize=696072 memory=581996 CPUtime=161.94 cores=0,2
/proc/37614/stat : 37614 (ipbhs_gurobi) R 37602 37614 37549 0 -1 4194304 377251 0 1 0 15985 209 0 0 20 0 2 0 43870289 712777728 145499 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
/proc/37614/statm: 174018 145499 3648 641 0 156501 0
[pid=37614/tid=37623] ppid=37602 vsize=696072 memory=580332 CPUtime=0.17 cores=0,2
/proc/37614/task/37623/stat : 37623 (ipbhs_gurobi) S 37602 37614 37549 0 -1 4194368 19 0 0 0 6 11 0 0 20 0 2 0 43870432 712777728 145499 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
Current children cumulated CPU time: 161.94 s
Current children cumulated vsize: 696072 KiB
Current children cumulated memory: 581996 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 2.68 2.01 5/257 37681
/proc/meminfo: memFree=127372172/131382112 swapFree=33010160/33010684
[pid=37614] ppid=37602 vsize=696072 memory=581996 CPUtime=221.81 cores=0,2
/proc/37614/stat : 37614 (ipbhs_gurobi) R 37602 37614 37549 0 -1 4194304 377852 0 1 0 21951 230 0 0 20 0 2 0 43870289 712777728 145499 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
/proc/37614/statm: 174018 145499 3648 641 0 156501 0
[pid=37614/tid=37623] ppid=37602 vsize=696072 memory=5632 CPUtime=0.24 cores=0,2
/proc/37614/task/37623/stat : 37623 (ipbhs_gurobi) S 37602 37614 37549 0 -1 4194368 19 0 0 0 8 16 0 0 20 0 2 0 43870432 712777728 145499 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
Current children cumulated CPU time: 221.81 s
Current children cumulated vsize: 696072 KiB
Current children cumulated memory: 581996 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 2.94 2.14 5/257 37687
/proc/meminfo: memFree=127227804/131382112 swapFree=33010160/33010684
[pid=37614] ppid=37602 vsize=820908 memory=679332 CPUtime=281.68 cores=0,2
/proc/37614/stat : 37614 (ipbhs_gurobi) R 37602 37614 37549 0 -1 4194304 435485 0 1 0 27853 315 0 0 20 0 2 0 43870289 840609792 169833 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
/proc/37614/statm: 205227 169833 3648 641 0 187710 0
[pid=37614/tid=37623] ppid=37602 vsize=820908 memory=668280 CPUtime=0.32 cores=0,2
/proc/37614/task/37623/stat : 37623 (ipbhs_gurobi) S 37602 37614 37549 0 -1 4194368 19 0 0 0 11 21 0 0 20 0 2 0 43870432 840609792 169833 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
Current children cumulated CPU time: 281.68 s
Current children cumulated vsize: 820908 KiB
Current children cumulated memory: 679332 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 3.15 2.27 5/255 37689
/proc/meminfo: memFree=127051296/131382112 swapFree=33010160/33010684
[pid=37614] ppid=37602 vsize=835356 memory=709884 CPUtime=341.56 cores=0,2
/proc/37614/stat : 37614 (ipbhs_gurobi) R 37602 37614 37549 0 -1 4194304 470336 0 1 0 33766 390 0 0 20 0 2 0 43870289 855404544 177471 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
/proc/37614/statm: 208839 177471 3648 641 0 191322 0
[pid=37614/tid=37623] ppid=37602 vsize=835356 memory=668280 CPUtime=0.4 cores=0,2
/proc/37614/task/37623/stat : 37623 (ipbhs_gurobi) S 37602 37614 37549 0 -1 4194368 20 0 0 0 15 25 0 0 20 0 2 0 43870432 855404544 177471 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
Current children cumulated CPU time: 341.56 s

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

/proc/meminfo: memFree=125632416/131382112 swapFree=33010160/33010684
[pid=37614] ppid=37602 vsize=1105700 memory=935576 CPUtime=3037.17 cores=0,2
/proc/37614/stat : 37614 (ipbhs_gurobi) R 37602 37614 37549 0 -1 4194304 799659 0 1 0 302303 1414 0 0 20 0 2 0 43870289 1132236800 233894 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
/proc/37614/statm: 276425 233894 3648 641 0 258908 0
[pid=37614/tid=37623] ppid=37602 vsize=1105700 memory=935576 CPUtime=4.05 cores=0,2
/proc/37614/task/37623/stat : 37623 (ipbhs_gurobi) S 37602 37614 37549 0 -1 4194368 39 0 0 0 129 276 0 0 20 0 2 0 43870432 1132236800 233894 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
Current children cumulated CPU time: 3037.17 s
Current children cumulated vsize: 1105700 KiB
Current children cumulated memory: 935576 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.12 4.04 5/254 37824
/proc/meminfo: memFree=125257640/131382112 swapFree=33010160/33010684
[pid=37614] ppid=37602 vsize=1105700 memory=935576 CPUtime=3097.1 cores=0,2
/proc/37614/stat : 37614 (ipbhs_gurobi) R 37602 37614 37549 0 -1 4194304 801913 0 1 0 308276 1434 0 0 20 0 2 0 43870289 1132236800 233894 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
/proc/37614/statm: 276425 233894 3648 641 0 258908 0
[pid=37614/tid=37623] ppid=37602 vsize=1105700 memory=935576 CPUtime=4.14 cores=0,2
/proc/37614/task/37623/stat : 37623 (ipbhs_gurobi) S 37602 37614 37549 0 -1 4194368 39 0 0 0 132 282 0 0 20 0 2 0 43870432 1132236800 233894 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
Current children cumulated CPU time: 3097.1 s
Current children cumulated vsize: 1105700 KiB
Current children cumulated memory: 935576 KiB

[startup+3162.3 s]
/proc/loadavg: 4.05 4.09 4.04 5/254 37826
/proc/meminfo: memFree=125511008/131382112 swapFree=33010160/33010684
[pid=37614] ppid=37602 vsize=1105700 memory=935576 CPUtime=3157.02 cores=0,2
/proc/37614/stat : 37614 (ipbhs_gurobi) R 37602 37614 37549 0 -1 4194304 804879 0 1 0 314257 1445 0 0 20 0 2 0 43870289 1132236800 233894 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
/proc/37614/statm: 276425 233894 3648 641 0 258908 0
[pid=37614/tid=37623] ppid=37602 vsize=1105700 memory=935576 CPUtime=4.22 cores=0,2
/proc/37614/task/37623/stat : 37623 (ipbhs_gurobi) S 37602 37614 37549 0 -1 4194368 39 0 0 0 134 288 0 0 20 0 2 0 43870432 1132236800 233894 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
Current children cumulated CPU time: 3157.02 s
Current children cumulated vsize: 1105700 KiB
Current children cumulated memory: 935576 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.10 4.04 5/254 37830
/proc/meminfo: memFree=125368028/131382112 swapFree=33010160/33010684
[pid=37614] ppid=37602 vsize=1105700 memory=935576 CPUtime=3216.94 cores=0,2
/proc/37614/stat : 37614 (ipbhs_gurobi) R 37602 37614 37549 0 -1 4194304 811603 0 1 0 320237 1457 0 0 20 0 2 0 43870289 1132236800 233894 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
/proc/37614/statm: 276425 233894 3648 641 0 258908 0
[pid=37614/tid=37623] ppid=37602 vsize=1105700 memory=935576 CPUtime=4.3 cores=0,2
/proc/37614/task/37623/stat : 37623 (ipbhs_gurobi) S 37602 37614 37549 0 -1 4194368 39 0 0 0 137 293 0 0 20 0 2 0 43870432 1132236800 233894 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
Current children cumulated CPU time: 3216.94 s
Current children cumulated vsize: 1105700 KiB
Current children cumulated memory: 935576 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.10 4.04 5/254 37837
/proc/meminfo: memFree=125472028/131382112 swapFree=33010160/33010684
[pid=37614] ppid=37602 vsize=1105700 memory=935576 CPUtime=3276.87 cores=0,2
/proc/37614/stat : 37614 (ipbhs_gurobi) R 37602 37614 37549 0 -1 4194304 813354 0 1 0 326217 1470 0 0 20 0 2 0 43870289 1132236800 233894 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
/proc/37614/statm: 276425 233894 3648 641 0 258908 0
[pid=37614/tid=37623] ppid=37602 vsize=1105700 memory=935576 CPUtime=4.38 cores=0,2
/proc/37614/task/37623/stat : 37623 (ipbhs_gurobi) S 37602 37614 37549 0 -1 4194368 41 0 0 0 140 298 0 0 20 0 2 0 43870432 1132236800 233894 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
Current children cumulated CPU time: 3276.87 s
Current children cumulated vsize: 1105700 KiB
Current children cumulated memory: 935576 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.09 4.04 5/254 37839
/proc/meminfo: memFree=125468784/131382112 swapFree=33010160/33010684
[pid=37614] ppid=37602 vsize=1105856 memory=935704 CPUtime=3336.8 cores=0,2
/proc/37614/stat : 37614 (ipbhs_gurobi) R 37602 37614 37549 0 -1 4194304 814717 0 1 0 332199 1481 0 0 20 0 2 0 43870289 1132396544 233926 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
/proc/37614/statm: 276464 233926 3648 641 0 258947 0
[pid=37614/tid=37623] ppid=37602 vsize=1105856 memory=935704 CPUtime=4.46 cores=0,2
/proc/37614/task/37623/stat : 37623 (ipbhs_gurobi) S 37602 37614 37549 0 -1 4194368 41 0 0 0 142 304 0 0 20 0 2 0 43870432 1132396544 233926 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
Current children cumulated CPU time: 3336.8 s
Current children cumulated vsize: 1105856 KiB
Current children cumulated memory: 935704 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.09 4.04 5/254 37841
/proc/meminfo: memFree=125676624/131382112 swapFree=33010160/33010684
[pid=37614] ppid=37602 vsize=1105856 memory=935704 CPUtime=3396.72 cores=0,2
/proc/37614/stat : 37614 (ipbhs_gurobi) R 37602 37614 37549 0 -1 4194304 814795 0 1 0 338175 1497 0 0 20 0 2 0 43870289 1132396544 233926 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
/proc/37614/statm: 276464 233926 3648 641 0 258947 0
[pid=37614/tid=37623] ppid=37602 vsize=1105856 memory=935704 CPUtime=4.55 cores=0,2
/proc/37614/task/37623/stat : 37623 (ipbhs_gurobi) S 37602 37614 37549 0 -1 4194368 41 0 0 0 145 310 0 0 20 0 2 0 43870432 1132396544 233926 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
Current children cumulated CPU time: 3396.72 s
Current children cumulated vsize: 1105856 KiB
Current children cumulated memory: 935704 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.10 4.05 5/254 37843
/proc/meminfo: memFree=125422096/131382112 swapFree=33010160/33010684
[pid=37614] ppid=37602 vsize=1105856 memory=935704 CPUtime=3456.64 cores=0,2
/proc/37614/stat : 37614 (ipbhs_gurobi) R 37602 37614 37549 0 -1 4194304 814797 0 1 0 344156 1508 0 0 20 0 2 0 43870289 1132396544 233926 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
/proc/37614/statm: 276464 233926 3648 641 0 258947 0
[pid=37614/tid=37623] ppid=37602 vsize=1105856 memory=935704 CPUtime=4.63 cores=0,2
/proc/37614/task/37623/stat : 37623 (ipbhs_gurobi) S 37602 37614 37549 0 -1 4194368 41 0 0 0 147 316 0 0 20 0 2 0 43870432 1132396544 233926 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
Current children cumulated CPU time: 3456.64 s
Current children cumulated vsize: 1105856 KiB
Current children cumulated memory: 935704 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.09 4.05 5/254 37845
/proc/meminfo: memFree=125438240/131382112 swapFree=33010160/33010684
[pid=37614] ppid=37602 vsize=1105856 memory=935704 CPUtime=3516.56 cores=0,2
/proc/37614/stat : 37614 (ipbhs_gurobi) R 37602 37614 37549 0 -1 4194304 814820 0 1 0 350138 1518 0 0 20 0 2 0 43870289 1132396544 233926 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
/proc/37614/statm: 276464 233926 3648 641 0 258947 0
[pid=37614/tid=37623] ppid=37602 vsize=1105856 memory=935704 CPUtime=4.71 cores=0,2
/proc/37614/task/37623/stat : 37623 (ipbhs_gurobi) S 37602 37614 37549 0 -1 4194368 41 0 0 0 149 322 0 0 20 0 2 0 43870432 1132396544 233926 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
Current children cumulated CPU time: 3516.56 s
Current children cumulated vsize: 1105856 KiB
Current children cumulated memory: 935704 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.09 4.05 5/255 37850
/proc/meminfo: memFree=125396296/131382112 swapFree=33010160/33010684
[pid=37614] ppid=37602 vsize=1106352 memory=936216 CPUtime=3576.49 cores=0,2
/proc/37614/stat : 37614 (ipbhs_gurobi) R 37602 37614 37549 0 -1 4194304 815239 0 1 0 356118 1531 0 0 20 0 2 0 43870289 1132904448 234054 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
/proc/37614/statm: 276588 234054 3648 641 0 259071 0
[pid=37614/tid=37623] ppid=37602 vsize=1106352 memory=14720 CPUtime=4.8 cores=0,2
/proc/37614/task/37623/stat : 37623 (ipbhs_gurobi) S 37602 37614 37549 0 -1 4194368 42 0 0 0 152 328 0 0 20 0 2 0 43870432 1132904448 234054 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
Current children cumulated CPU time: 3576.49 s
Current children cumulated vsize: 1106352 KiB
Current children cumulated memory: 936216 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.9 s]
/proc/loadavg: 4.04 4.08 4.05 5/249 37903
/proc/meminfo: memFree=127545592/131382112 swapFree=33010160/33010684
[pid=37614] ppid=37602 vsize=1106352 memory=936216 CPUtime=3600.06 cores=0,2
/proc/37614/stat : 37614 (ipbhs_gurobi) R 37602 37614 37549 0 -1 4194304 815257 0 1 0 358470 1536 0 0 20 0 2 0 43870289 1132904448 234054 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
/proc/37614/statm: 276588 234054 3648 641 0 259071 0
[pid=37614/tid=37623] ppid=37602 vsize=1106352 memory=936216 CPUtime=4.83 cores=0,2
/proc/37614/task/37623/stat : 37623 (ipbhs_gurobi) S 37602 37614 37549 0 -1 4194368 42 0 0 0 153 330 0 0 20 0 2 0 43870432 1132904448 234054 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 1106352 KiB
Current children cumulated memory: 936216 KiB

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

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

# cumulated CPU time of all completed processes:  user=3584.71 s, system=15.3744 s

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

[startup+3605.9 s]
/proc/loadavg: 4.04 4.08 4.05 5/249 37903
/proc/meminfo: memFree=127545592/131382112 swapFree=33010160/33010684
[pid=37614] ppid=37602 vsize=1106352 memory=936216 CPUtime=3600.06 cores=0,2
/proc/37614/stat : 37614 (ipbhs_gurobi) R 37602 37614 37549 0 -1 4194304 815257 0 1 0 358470 1536 0 0 20 0 2 0 43870289 1132904448 234054 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
/proc/37614/statm: 276588 234054 3648 641 0 259071 0
[pid=37614/tid=37623] ppid=37602 vsize=1106352 memory=936216 CPUtime=4.83 cores=0,2
/proc/37614/task/37623/stat : 37623 (ipbhs_gurobi) S 37602 37614 37549 0 -1 4194368 42 0 0 0 153 330 0 0 20 0 2 0 43870432 1132904448 234054 18446744073709551615 94388815319040 94388817944093 140726570865504 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94388818562968 94388818595930 94388842778624 140726570867083 140726570867207 140726570867207 140726570872809 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 1106352 KiB
Current children cumulated memory: 936216 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3605.92
CPU time (s): 3600.08
CPU user time (s): 3584.71
CPU system time (s): 15.3744
CPU usage (%): 99.8383
Max. virtual memory (cumulated for all children) (KiB): 1106352
Max. memory (cumulated for all children) (KiB): 936216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.71
system time used= 15.3744
maximum resident set size= 936216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 815257
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 357659
involuntary context switches= 7902


# summary of solver processes directly reported to runsolver:
#   pid: 37614
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3584.71
#   total CPU system time (s): 15.3744

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.568 second user time and 34.5326 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-30 13:11:54
IDJOB=4483925
IDBENCH=146011
IDSOLVER=3334
FILE ID=nodeC001/4483925-1751281913
RUNJOBID= nodeC001-1751281913-37559
SLURM_JOB_ID= 9594238
Free space on /tmp= 433020 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2025-06-09
BENCH NAME= PB24/normalized-extraPB12/OPT-LIN/sroussel/benchsMusee/opb_Equals1_cod2_product/normalized-BA_RDC4.dot_luby_10null20mast_rapportOE2.0_TMAX300_K67_cod2_pbEq1_newVersion_product.opb
COMMAND LINE= ./ipbhs_gurobi --sym-cores-compact BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4483925-1751281913/watcher-4483925-1751281913 -o /tmp/evaluation-result-4483925-1751281913/solver-4483925-1751281913 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751281913-37559 --watchdog 3760  ./ipbhs_gurobi --sym-cores-compact HOME/instance-4483925-1751281913.opb --max-coef 1000000000

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

MD5SUM BENCH= 45fe61862ea6af1146fa753dc4b3b822
RANDOM SEED=1770088182

nodeC001 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		: 1197.469
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.49
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.129
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.49
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.174
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.49
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		: 1193.372
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.49
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		: 1197.131
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.49
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		: 1196.486
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.49
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.503
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.49
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		: 1197.117
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129982848 kB
MemAvailable:   129910132 kB
Buffers:            2128 kB
Cached:           732424 kB
SwapCached:           28 kB
Active:           353876 kB
Inactive:         445524 kB
Active(anon):      72416 kB
Inactive(anon):    10380 kB
Active(file):     281460 kB
Inactive(file):   435144 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            243948 kB
Writeback:            12 kB
AnonPages:         67944 kB
Mapped:           102368 kB
Shmem:             17932 kB
KReclaimable:     100228 kB
Slab:             182256 kB
SReclaimable:     100228 kB
SUnreclaim:        82028 kB
KernelStack:        3824 kB
PageTables:         2756 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     330916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149240 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432816 MiB
End job on nodeC001 at 2025-06-30 14:12:00