Trace number 4505706

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

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_unif_10null0mast_rapportOE2.0_TMAX180_K67_cod3.opb
MD5SUMb261ca8837cd3a85e5e1f3e7a937d60a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-52506
Best CPU time to get the best result obtained on this benchmark3600.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 28908
Biggest coefficient in the objective function 994
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 14671668
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 994
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 14671668
Number of bits of the biggest sum of numbers24
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.87/0.97	c limit for coefficient in constraints and objective to 1000000000
0.87/0.97	c will solve HOME/instance-4505706-1751492227.opb
0.87/0.97	c [0.06] 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 (62860 MiB free)
  memory of node 1: 64507 MiB (61686 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505706-1751492227/watcher-4505706-1751492227 -o /tmp/evaluation-result-4505706-1751492227/solver-4505706-1751492227 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751488621-72613 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4505706-1751492227.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=72979, runsolver pid=72972

[startup+0.100069 s]*
/proc/loadavg: 4.10 4.20 4.22 3/243 72980
/proc/meminfo: memFree=127042760/131382116 swapFree=33010684/33010684
[pid=72979] ppid=72972 vsize=840088 memory=280012 CPUtime=0.09 cores=1,3
/proc/72979/stat : 72979 (ipbhs_gurobi) R 72972 72979 72601 0 -1 4194304 601 0 0 0 2 7 0 0 20 0 1 0 64902505 860250112 70003 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
/proc/72979/statm: 210022 70003 1632 641 0 194779 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 840088 KiB
Current children cumulated memory: 280012 KiB

[startup+0.211341 s]*
/proc/loadavg: 4.10 4.20 4.22 5/246 72987
/proc/meminfo: memFree=126472916/131382116 swapFree=33010684/33010684
[pid=72979] ppid=72972 vsize=840088 memory=597452 CPUtime=0.2 cores=1,3
/proc/72979/stat : 72979 (ipbhs_gurobi) R 72972 72979 72601 0 -1 4194304 756 0 0 0 5 15 0 0 20 0 1 0 64902505 860250112 149363 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
/proc/72979/statm: 210022 149363 1632 641 0 194779 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 840088 KiB
Current children cumulated memory: 597452 KiB

[startup+0.313489 s]*
/proc/loadavg: 4.10 4.20 4.22 3/247 72992
/proc/meminfo: memFree=126090268/131382116 swapFree=33010684/33010684
[pid=72979] ppid=72972 vsize=845184 memory=781336 CPUtime=0.3 cores=1,3
/proc/72979/stat : 72979 (ipbhs_gurobi) R 72972 72979 72601 0 -1 4194304 2727 0 0 0 9 21 0 0 20 0 1 0 64902505 865468416 195334 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
/proc/72979/statm: 211296 195334 1632 641 0 196053 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 845184 KiB
Current children cumulated memory: 781336 KiB

[startup+0.700318 s]
/proc/loadavg: 4.10 4.20 4.22 4/247 73013
/proc/meminfo: memFree=126065352/131382116 swapFree=33010684/33010684
[pid=72979] ppid=72972 vsize=875804 memory=814340 CPUtime=0.67 cores=1,3
/proc/72979/stat : 72979 (ipbhs_gurobi) R 72972 72979 72601 0 -1 4194304 10456 0 0 0 39 28 0 0 20 0 1 0 64902505 896823296 203585 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
/proc/72979/statm: 218951 203585 1728 641 0 203708 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 875804 KiB
Current children cumulated memory: 814340 KiB

[startup+1.50038 s]
/proc/loadavg: 4.10 4.20 4.22 6/245 73037
/proc/meminfo: memFree=126223656/131382116 swapFree=33010684/33010684
[pid=72979] ppid=72972 vsize=912832 memory=838132 CPUtime=1.47 cores=1,3
/proc/72979/stat : 72979 (ipbhs_gurobi) R 72972 72979 72601 0 -1 4194304 14805 0 0 0 111 36 0 0 20 0 2 0 64902505 934739968 209533 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
/proc/72979/statm: 228208 209533 2336 641 0 210691 0
[pid=72979/tid=73036] ppid=72972 vsize=912832 memory=0 CPUtime=0 cores=1,3
/proc/72979/task/73036/stat : 73036 (ipbhs_gurobi) S 72972 72979 72601 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 64902595 934739968 209533 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 912832 KiB
Current children cumulated memory: 838132 KiB

[startup+3.11293 s]
/proc/loadavg: 4.10 4.20 4.22 5/254 73057
/proc/meminfo: memFree=125906124/131382116 swapFree=33010684/33010684
[pid=72979] ppid=72972 vsize=933480 memory=860864 CPUtime=3.08 cores=1,3
/proc/72979/stat : 72979 (ipbhs_gurobi) R 72972 72979 72601 0 -1 4194304 30032 0 0 0 269 39 0 0 20 0 2 0 64902505 955883520 215216 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
/proc/72979/statm: 233370 215216 3296 641 0 215853 0
[pid=72979/tid=73036] ppid=72972 vsize=933480 memory=0 CPUtime=0 cores=1,3
/proc/72979/task/73036/stat : 73036 (ipbhs_gurobi) S 72972 72979 72601 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 2 0 64902595 955883520 215216 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 933480 KiB
Current children cumulated memory: 860864 KiB

[startup+6.30032 s]
/proc/loadavg: 4.09 4.19 4.22 5/255 73058
/proc/meminfo: memFree=125448044/131382116 swapFree=33010684/33010684
[pid=72979] ppid=72972 vsize=941800 memory=869728 CPUtime=6.26 cores=1,3
/proc/72979/stat : 72979 (ipbhs_gurobi) R 72972 72979 72601 0 -1 4194304 64457 0 0 0 582 44 0 0 20 0 2 0 64902505 964403200 217432 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
/proc/72979/statm: 235450 217432 3296 641 0 217933 0
[pid=72979/tid=73036] ppid=72972 vsize=941800 memory=-7459211752102196932 CPUtime=0 cores=1,3
/proc/72979/task/73036/stat : 73036 (ipbhs_gurobi) S 72972 72979 72601 0 -1 4194368 14 0 0 0 0 0 0 0 20 0 2 0 64902595 964403200 217432 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 941800 KiB
Current children cumulated memory: 869728 KiB

[startup+12.7003 s]
/proc/loadavg: 4.17 4.21 4.23 5/255 73058
/proc/meminfo: memFree=125356556/131382116 swapFree=33010684/33010684
[pid=72979] ppid=72972 vsize=941480 memory=871320 CPUtime=12.66 cores=1,3
/proc/72979/stat : 72979 (ipbhs_gurobi) R 72972 72979 72601 0 -1 4194304 162590 0 0 0 1201 65 0 0 20 0 2 0 64902505 964075520 217830 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
/proc/72979/statm: 235370 217830 3296 641 0 217853 0
[pid=72979/tid=73036] ppid=72972 vsize=941480 memory=878616 CPUtime=0 cores=1,3
/proc/72979/task/73036/stat : 73036 (ipbhs_gurobi) S 72972 72979 72601 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 2 0 64902595 964075520 217830 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 941480 KiB
Current children cumulated memory: 871320 KiB

[startup+25.5003 s]
/proc/loadavg: 4.21 4.21 4.23 5/255 73058
/proc/meminfo: memFree=125246548/131382116 swapFree=33010684/33010684
[pid=72979] ppid=72972 vsize=955644 memory=881880 CPUtime=25.44 cores=1,3
/proc/72979/stat : 72979 (ipbhs_gurobi) R 72972 72979 72601 0 -1 4194304 284071 0 0 0 2439 105 0 0 20 0 2 0 64902505 978579456 220470 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
/proc/72979/statm: 238911 220470 3296 641 0 221394 0
[pid=72979/tid=73036] ppid=72972 vsize=955644 memory=877368 CPUtime=0.02 cores=1,3
/proc/72979/task/73036/stat : 73036 (ipbhs_gurobi) S 72972 72979 72601 0 -1 4194368 29 0 0 0 0 2 0 0 20 0 2 0 64902595 978579456 220470 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 955644 KiB
Current children cumulated memory: 881880 KiB

[startup+51.1128 s]
/proc/loadavg: 4.14 4.19 4.22 5/255 73058
/proc/meminfo: memFree=125132240/131382116 swapFree=33010684/33010684
[pid=72979] ppid=72972 vsize=978940 memory=905520 CPUtime=51.03 cores=1,3
/proc/72979/stat : 72979 (ipbhs_gurobi) R 72972 72979 72601 0 -1 4194304 398007 0 0 0 4959 144 0 0 20 0 2 0 64902505 1002434560 226380 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
/proc/72979/statm: 244735 226380 3296 641 0 227218 0
[pid=72979/tid=73036] ppid=72972 vsize=978940 memory=903972 CPUtime=0.05 cores=1,3
/proc/72979/task/73036/stat : 73036 (ipbhs_gurobi) S 72972 72979 72601 0 -1 4194368 29 0 0 0 1 4 0 0 20 0 2 0 64902595 1002434560 226380 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
Current children cumulated CPU time: 51.03 s
Current children cumulated vsize: 978940 KiB
Current children cumulated memory: 905520 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 4.16 4.21 5/254 73060
/proc/meminfo: memFree=124948572/131382116 swapFree=33010684/33010684
[pid=72979] ppid=72972 vsize=1074032 memory=995548 CPUtime=102.16 cores=1,3
/proc/72979/stat : 72979 (ipbhs_gurobi) R 72972 72979 72601 0 -1 4194304 530912 0 0 0 10038 178 0 0 20 0 2 0 64902505 1099808768 248887 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
/proc/72979/statm: 268508 248887 3488 641 0 250991 0
[pid=72979/tid=73036] ppid=72972 vsize=1074032 memory=986616 CPUtime=0.11 cores=1,3
/proc/72979/task/73036/stat : 73036 (ipbhs_gurobi) S 72972 72979 72601 0 -1 4194368 34 0 0 0 2 9 0 0 20 0 2 0 64902595 1099808768 248887 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
Current children cumulated CPU time: 102.16 s
Current children cumulated vsize: 1074032 KiB
Current children cumulated memory: 995548 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.16 4.20 5/254 73066
/proc/meminfo: memFree=124661472/131382116 swapFree=33010684/33010684
[pid=72979] ppid=72972 vsize=1274116 memory=1183364 CPUtime=162.11 cores=1,3
/proc/72979/stat : 72979 (ipbhs_gurobi) R 72972 72979 72601 0 -1 4194304 563040 0 0 0 16016 195 0 0 20 0 2 0 64902505 1304694784 295841 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
/proc/72979/statm: 318529 295841 3488 641 0 301012 0
[pid=72979/tid=73036] ppid=72972 vsize=1274116 memory=1178880 CPUtime=0.19 cores=1,3
/proc/72979/task/73036/stat : 73036 (ipbhs_gurobi) S 72972 72979 72601 0 -1 4194368 34 0 0 0 5 14 0 0 20 0 2 0 64902595 1304694784 295841 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
Current children cumulated CPU time: 162.11 s
Current children cumulated vsize: 1274116 KiB
Current children cumulated memory: 1183364 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.14 4.19 5/254 73068
/proc/meminfo: memFree=124518188/131382116 swapFree=33010684/33010684
[pid=72979] ppid=72972 vsize=1402840 memory=1269588 CPUtime=222.06 cores=1,3
/proc/72979/stat : 72979 (ipbhs_gurobi) R 72972 72979 72601 0 -1 4194304 575411 0 0 0 21996 210 0 0 20 0 2 0 64902505 1436508160 317397 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
/proc/72979/statm: 350710 317397 3488 641 0 333193 0
[pid=72979/tid=73036] ppid=72972 vsize=1402840 memory=11136 CPUtime=0.26 cores=1,3
/proc/72979/task/73036/stat : 73036 (ipbhs_gurobi) S 72972 72979 72601 0 -1 4194368 34 0 0 0 7 19 0 0 20 0 2 0 64902595 1436508160 317397 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
Current children cumulated CPU time: 222.06 s
Current children cumulated vsize: 1402840 KiB
Current children cumulated memory: 1269588 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.13 4.18 5/254 73070
/proc/meminfo: memFree=124219232/131382116 swapFree=33010684/33010684
[pid=72979] ppid=72972 vsize=1692276 memory=1500516 CPUtime=282.01 cores=1,3
/proc/72979/stat : 72979 (ipbhs_gurobi) R 72972 72979 72601 0 -1 4194304 652878 0 0 0 27966 235 0 0 20 0 2 0 64902505 1732890624 375129 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
/proc/72979/statm: 423069 375129 3488 641 0 405552 0
[pid=72979/tid=73036] ppid=72972 vsize=1692276 memory=1492748 CPUtime=0.34 cores=1,3
/proc/72979/task/73036/stat : 73036 (ipbhs_gurobi) S 72972 72979 72601 0 -1 4194368 36 0 0 0 9 25 0 0 20 0 2 0 64902595 1732890624 375129 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
Current children cumulated CPU time: 282.01 s
Current children cumulated vsize: 1692276 KiB
Current children cumulated memory: 1500516 KiB

[startup+342.3 s]
/proc/loadavg: 4.76 4.32 4.24 5/254 73072
/proc/meminfo: memFree=123613232/131382116 swapFree=33010684/33010684
[pid=72979] ppid=72972 vsize=1808128 memory=1708632 CPUtime=341.96 cores=1,3
/proc/72979/stat : 72979 (ipbhs_gurobi) R 72972 72979 72601 0 -1 4194304 751332 0 0 0 33930 266 0 0 20 0 2 0 64902505 1851523072 427158 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
/proc/72979/statm: 452032 427158 3488 641 0 434515 0

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

/proc/meminfo: memFree=120928780/131382116 swapFree=33010684/33010684
[pid=72979] ppid=72972 vsize=2861104 memory=2462984 CPUtime=3039.3 cores=1,3
/proc/72979/stat : 72979 (ipbhs_gurobi) R 72972 72979 72601 0 -1 4194304 1509781 0 0 0 302952 978 0 0 20 0 2 0 64902505 2929770496 615746 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
/proc/72979/statm: 715276 615746 3488 641 0 697759 0
[pid=72979/tid=73036] ppid=72972 vsize=2861104 memory=5632 CPUtime=3.95 cores=1,3
/proc/72979/task/73036/stat : 73036 (ipbhs_gurobi) S 72972 72979 72601 0 -1 4194368 78 0 0 0 105 290 0 0 20 0 2 0 64902595 2929770496 615746 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
Current children cumulated CPU time: 3039.3 s
Current children cumulated vsize: 2861104 KiB
Current children cumulated memory: 2462984 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.20 4.18 5/255 73228
/proc/meminfo: memFree=120897236/131382116 swapFree=33010684/33010684
[pid=72979] ppid=72972 vsize=2861104 memory=2462984 CPUtime=3099.23 cores=1,3
/proc/72979/stat : 72979 (ipbhs_gurobi) R 72972 72979 72601 0 -1 4194304 1518996 0 0 0 308936 987 0 0 20 0 2 0 64902505 2929770496 615746 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
/proc/72979/statm: 715276 615746 3488 641 0 697759 0
[pid=72979/tid=73036] ppid=72972 vsize=2861104 memory=14336 CPUtime=4.03 cores=1,3
/proc/72979/task/73036/stat : 73036 (ipbhs_gurobi) S 72972 72979 72601 0 -1 4194368 78 0 0 0 107 296 0 0 20 0 2 0 64902595 2929770496 615746 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
Current children cumulated CPU time: 3099.23 s
Current children cumulated vsize: 2861104 KiB
Current children cumulated memory: 2462984 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.18 4.17 5/255 73234
/proc/meminfo: memFree=120787100/131382116 swapFree=33010684/33010684
[pid=72979] ppid=72972 vsize=2861104 memory=2462984 CPUtime=3159.16 cores=1,3
/proc/72979/stat : 72979 (ipbhs_gurobi) R 72972 72979 72601 0 -1 4194304 1530444 0 0 0 314918 998 0 0 20 0 2 0 64902505 2929770496 615746 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
/proc/72979/statm: 715276 615746 3488 641 0 697759 0
[pid=72979/tid=73036] ppid=72972 vsize=2861104 memory=14336 CPUtime=4.1 cores=1,3
/proc/72979/task/73036/stat : 73036 (ipbhs_gurobi) S 72972 72979 72601 0 -1 4194368 78 0 0 0 109 301 0 0 20 0 2 0 64902595 2929770496 615746 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
Current children cumulated CPU time: 3159.16 s
Current children cumulated vsize: 2861104 KiB
Current children cumulated memory: 2462984 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.16 4.17 5/255 73237
/proc/meminfo: memFree=120492936/131382116 swapFree=33010684/33010684
[pid=72979] ppid=72972 vsize=2861104 memory=2462984 CPUtime=3219.09 cores=1,3
/proc/72979/stat : 72979 (ipbhs_gurobi) R 72972 72979 72601 0 -1 4194304 1535772 0 0 0 320896 1013 0 0 20 0 2 0 64902505 2929770496 615746 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
/proc/72979/statm: 715276 615746 3488 641 0 697759 0
[pid=72979/tid=73036] ppid=72972 vsize=2861104 memory=14336 CPUtime=4.19 cores=1,3
/proc/72979/task/73036/stat : 73036 (ipbhs_gurobi) S 72972 72979 72601 0 -1 4194368 79 0 0 0 112 307 0 0 20 0 2 0 64902595 2929770496 615746 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
Current children cumulated CPU time: 3219.09 s
Current children cumulated vsize: 2861104 KiB
Current children cumulated memory: 2462984 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.14 4.16 5/255 73240
/proc/meminfo: memFree=120462624/131382116 swapFree=33010684/33010684
[pid=72979] ppid=72972 vsize=2861104 memory=2462984 CPUtime=3279.02 cores=1,3
/proc/72979/stat : 72979 (ipbhs_gurobi) R 72972 72979 72601 0 -1 4194304 1555789 0 0 0 326875 1027 0 0 20 0 2 0 64902505 2929770496 615746 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
/proc/72979/statm: 715276 615746 3488 641 0 697759 0
[pid=72979/tid=73036] ppid=72972 vsize=2861104 memory=2462984 CPUtime=4.27 cores=1,3
/proc/72979/task/73036/stat : 73036 (ipbhs_gurobi) S 72972 72979 72601 0 -1 4194368 80 0 0 0 115 312 0 0 20 0 2 0 64902595 2929770496 615746 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
Current children cumulated CPU time: 3279.02 s
Current children cumulated vsize: 2861104 KiB
Current children cumulated memory: 2462984 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.13 4.16 5/254 73242
/proc/meminfo: memFree=120443028/131382116 swapFree=33010684/33010684
[pid=72979] ppid=72972 vsize=2861104 memory=2462984 CPUtime=3338.95 cores=1,3
/proc/72979/stat : 72979 (ipbhs_gurobi) R 72972 72979 72601 0 -1 4194304 1559716 0 0 0 332858 1037 0 0 20 0 2 0 64902505 2929770496 615746 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
/proc/72979/statm: 715276 615746 3488 641 0 697759 0
[pid=72979/tid=73036] ppid=72972 vsize=2861104 memory=2462984 CPUtime=4.36 cores=1,3
/proc/72979/task/73036/stat : 73036 (ipbhs_gurobi) S 72972 72979 72601 0 -1 4194368 82 0 0 0 118 318 0 0 20 0 2 0 64902595 2929770496 615746 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
Current children cumulated CPU time: 3338.95 s
Current children cumulated vsize: 2861104 KiB
Current children cumulated memory: 2462984 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.12 4.15 5/254 73244
/proc/meminfo: memFree=120399704/131382116 swapFree=33010684/33010684
[pid=72979] ppid=72972 vsize=2861104 memory=2462984 CPUtime=3398.87 cores=1,3
/proc/72979/stat : 72979 (ipbhs_gurobi) R 72972 72979 72601 0 -1 4194304 1571601 0 0 0 338830 1057 0 0 20 0 2 0 64902505 2929770496 615746 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
/proc/72979/statm: 715276 615746 3488 641 0 697759 0
[pid=72979/tid=73036] ppid=72972 vsize=2861104 memory=2462984 CPUtime=4.44 cores=1,3
/proc/72979/task/73036/stat : 73036 (ipbhs_gurobi) S 72972 72979 72601 0 -1 4194368 83 0 0 0 120 324 0 0 20 0 2 0 64902595 2929770496 615746 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
Current children cumulated CPU time: 3398.87 s
Current children cumulated vsize: 2861104 KiB
Current children cumulated memory: 2462984 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.12 4.15 5/254 73246
/proc/meminfo: memFree=120354152/131382116 swapFree=33010684/33010684
[pid=72979] ppid=72972 vsize=2861104 memory=2462984 CPUtime=3458.8 cores=1,3
/proc/72979/stat : 72979 (ipbhs_gurobi) R 72972 72979 72601 0 -1 4194304 1610719 0 0 0 344810 1070 0 0 20 0 2 0 64902505 2929770496 615746 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
/proc/72979/statm: 715276 615746 3488 641 0 697759 0
[pid=72979/tid=73036] ppid=72972 vsize=2861104 memory=2462984 CPUtime=4.52 cores=1,3
/proc/72979/task/73036/stat : 73036 (ipbhs_gurobi) S 72972 72979 72601 0 -1 4194368 83 0 0 0 122 330 0 0 20 0 2 0 64902595 2929770496 615746 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
Current children cumulated CPU time: 3458.8 s
Current children cumulated vsize: 2861104 KiB
Current children cumulated memory: 2462984 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.13 4.15 5/255 73251
/proc/meminfo: memFree=120342252/131382116 swapFree=33010684/33010684
[pid=72979] ppid=72972 vsize=2861104 memory=2462984 CPUtime=3518.73 cores=1,3
/proc/72979/stat : 72979 (ipbhs_gurobi) R 72972 72979 72601 0 -1 4194304 1614145 0 0 0 350792 1081 0 0 20 0 2 0 64902505 2929770496 615746 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
/proc/72979/statm: 715276 615746 3488 641 0 697759 0
[pid=72979/tid=73036] ppid=72972 vsize=2861104 memory=2462984 CPUtime=4.6 cores=1,3
/proc/72979/task/73036/stat : 73036 (ipbhs_gurobi) S 72972 72979 72601 0 -1 4194368 84 0 0 0 124 336 0 0 20 0 2 0 64902595 2929770496 615746 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
Current children cumulated CPU time: 3518.73 s
Current children cumulated vsize: 2861104 KiB
Current children cumulated memory: 2462984 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.12 4.15 5/254 73253
/proc/meminfo: memFree=120315552/131382116 swapFree=33010684/33010684
[pid=72979] ppid=72972 vsize=2861104 memory=2462984 CPUtime=3578.65 cores=1,3
/proc/72979/stat : 72979 (ipbhs_gurobi) R 72972 72979 72601 0 -1 4194304 1618667 0 0 0 356770 1095 0 0 20 0 2 0 64902505 2929770496 615746 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
/proc/72979/statm: 715276 615746 3488 641 0 697759 0
[pid=72979/tid=73036] ppid=72972 vsize=2861104 memory=2462984 CPUtime=4.68 cores=1,3
/proc/72979/task/73036/stat : 73036 (ipbhs_gurobi) S 72972 72979 72601 0 -1 4194368 84 0 0 0 127 341 0 0 20 0 2 0 64902595 2929770496 615746 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
Current children cumulated CPU time: 3578.65 s
Current children cumulated vsize: 2861104 KiB
Current children cumulated memory: 2462984 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.7 s]
/proc/loadavg: 4.14 4.12 4.15 4/251 73253
/proc/meminfo: memFree=122493080/131382116 swapFree=33010684/33010684
[pid=72979] ppid=72972 vsize=2861104 memory=2462984 CPUtime=3600.03 cores=1,3
/proc/72979/stat : 72979 (ipbhs_gurobi) R 72972 72979 72601 0 -1 4194304 1620459 0 0 0 358903 1100 0 0 20 0 2 0 64902505 2929770496 615746 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
/proc/72979/statm: 715276 615746 3488 641 0 697759 0
[pid=72979/tid=73036] ppid=72972 vsize=2861104 memory=2462984 CPUtime=4.71 cores=1,3
/proc/72979/task/73036/stat : 73036 (ipbhs_gurobi) S 72972 72979 72601 0 -1 4194368 84 0 0 0 128 343 0 0 20 0 2 0 64902595 2929770496 615746 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 2861104 KiB
Current children cumulated memory: 2462984 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.04 s, system=11.0283 s

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

[startup+3603.7 s]
/proc/loadavg: 4.14 4.12 4.15 4/251 73253
/proc/meminfo: memFree=122493080/131382116 swapFree=33010684/33010684
[pid=72979] ppid=72972 vsize=2861104 memory=2462984 CPUtime=3600.03 cores=1,3
/proc/72979/stat : 72979 (ipbhs_gurobi) R 72972 72979 72601 0 -1 4194304 1620459 0 0 0 358903 1100 0 0 20 0 2 0 64902505 2929770496 615746 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
/proc/72979/statm: 715276 615746 3488 641 0 697759 0
[pid=72979/tid=73036] ppid=72972 vsize=2861104 memory=2462984 CPUtime=4.71 cores=1,3
/proc/72979/task/73036/stat : 73036 (ipbhs_gurobi) S 72972 72979 72601 0 -1 4194368 84 0 0 0 128 343 0 0 20 0 2 0 64902595 2929770496 615746 18446744073709551615 94915256791040 94915259416093 140721056678880 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94915260034968 94915260067930 94915270266880 140721056684447 140721056684551 140721056684551 140721056690153 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 2861104 KiB
Current children cumulated memory: 2462984 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3603.73
CPU time (s): 3600.06
CPU user time (s): 3589.04
CPU system time (s): 11.0283
CPU usage (%): 99.8984
Max. virtual memory (cumulated for all children) (KiB): 2861104
Max. memory (cumulated for all children) (KiB): 2462984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.04
system time used= 11.0283
maximum resident set size= 2462984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1620459
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= 356871
involuntary context switches= 1686


# summary of solver processes directly reported to runsolver:
#   pid: 72979
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3589.04
#   total CPU system time (s): 11.0283

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8598 second user time and 34.8903 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-02 23:37:07
IDJOB=4505706
IDBENCH=156875
IDSOLVER=3333
FILE ID=nodeC011/4505706-1751492227
RUNJOBID= nodeC011-1751488621-72613
SLURM_JOB_ID= 9598547
Free space on /tmp= 430204 MiB

SOLVER NAME= IPBHS-GUROBI 2025-06-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/BA/normalized-BA_RDC4.dot_unif_10null0mast_rapportOE2.0_TMAX180_K67_cod3.opb
COMMAND LINE= ./ipbhs_gurobi BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505706-1751492227/watcher-4505706-1751492227 -o /tmp/evaluation-result-4505706-1751492227/solver-4505706-1751492227 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751488621-72613 --watchdog 3760  ./ipbhs_gurobi HOME/instance-4505706-1751492227.opb --max-coef 1000000000

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

MD5SUM BENCH= b261ca8837cd3a85e5e1f3e7a937d60a
RANDOM SEED=1297649104

nodeC011 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.327
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	: 6984.20
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.224
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	: 6984.20
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.477
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	: 6984.20
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		: 1197.297
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	: 6984.20
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.285
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	: 6984.20
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		: 3541.105
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	: 6984.20
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.309
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	: 6984.20
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.697
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        127538040 kB
MemAvailable:   129959652 kB
Buffers:            3276 kB
Cached:          3223384 kB
SwapCached:            0 kB
Active:           512768 kB
Inactive:        2784300 kB
Active(anon):      86264 kB
Inactive(anon):     2104 kB
Active(file):     426504 kB
Inactive(file):  2782196 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            123888 kB
Writeback:             0 kB
AnonPages:         73552 kB
Mapped:           103244 kB
Shmem:             17960 kB
KReclaimable:     104692 kB
Slab:             189436 kB
SReclaimable:     104692 kB
SUnreclaim:        84744 kB
KernelStack:        3856 kB
PageTables:         2864 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     336624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149304 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430276 MiB
End job on nodeC011 at 2025-07-03 00:37:12