Trace number 4505752

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_50null20mast_rapportOE2.0_TMAX60_K67_cod2.opb
MD5SUM8ce0e5255050970e8cd3d266b8837be5
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-57314
Best CPU time to get the best result obtained on this benchmark670.503
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 243
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 1213494
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 1213494
Number of bits of the biggest sum of numbers21
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.50/0.60	c limit for coefficient in constraints and objective to 1000000000
0.50/0.60	c will solve HOME/instance-4505752-1751492229.opb
0.50/0.60	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 (62159 MiB free)
  memory of node 1: 64507 MiB (61083 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505752-1751492229/watcher-4505752-1751492229 -o /tmp/evaluation-result-4505752-1751492229/solver-4505752-1751492229 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751488621-72614 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4505752-1751492229.opb --max-coef 1000000000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.10007 s]*
/proc/loadavg: 4.10 4.20 4.22 4/249 73047
/proc/meminfo: memFree=126135588/131382116 swapFree=33010684/33010684
[pid=73045] ppid=73042 vsize=133044 memory=67972 CPUtime=0.09 cores=5,7
/proc/73045/stat : 73045 (ipbhs_gurobi) R 73042 73045 72601 0 -1 4194304 2640 0 0 0 6 3 0 0 20 0 1 0 64902640 136237056 16993 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
/proc/73045/statm: 33261 16993 1632 641 0 18018 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 133044 KiB
Current children cumulated memory: 67972 KiB

[startup+0.213823 s]*
/proc/loadavg: 4.10 4.20 4.22 5/248 73047
/proc/meminfo: memFree=126079592/131382116 swapFree=33010684/33010684
[pid=73045] ppid=73042 vsize=144684 memory=80540 CPUtime=0.21 cores=5,7
/proc/73045/stat : 73045 (ipbhs_gurobi) R 73042 73045 72601 0 -1 4194304 5511 0 0 0 16 5 0 0 20 0 1 0 64902640 148156416 20135 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
/proc/73045/statm: 36171 20135 1728 641 0 20928 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 144684 KiB
Current children cumulated memory: 80540 KiB

[startup+0.312973 s]*
/proc/loadavg: 4.10 4.20 4.22 5/248 73047
/proc/meminfo: memFree=126071528/131382116 swapFree=33010684/33010684
[pid=73045] ppid=73042 vsize=149756 memory=86812 CPUtime=0.31 cores=5,7
/proc/73045/stat : 73045 (ipbhs_gurobi) R 73042 73045 72601 0 -1 4194304 7076 0 0 0 22 9 0 0 20 0 1 0 64902640 153350144 21703 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
/proc/73045/statm: 37439 21703 1728 641 0 22196 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 149756 KiB
Current children cumulated memory: 86812 KiB

[startup+0.700234 s]
/proc/loadavg: 4.10 4.20 4.22 4/253 73056
/proc/meminfo: memFree=126059656/131382116 swapFree=33010684/33010684
[pid=73045] ppid=73042 vsize=193164 memory=118332 CPUtime=0.68 cores=5,7
/proc/73045/stat : 73045 (ipbhs_gurobi) R 73042 73045 72601 0 -1 4194304 13145 0 0 0 50 18 0 0 20 0 2 0 64902640 197799936 29583 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
/proc/73045/statm: 48291 29583 2304 641 0 30774 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 193164 KiB
Current children cumulated memory: 118332 KiB

[startup+1.50028 s]
/proc/loadavg: 4.10 4.20 4.22 5/254 73057
/proc/meminfo: memFree=125972528/131382116 swapFree=33010684/33010684
[pid=73045] ppid=73042 vsize=211388 memory=139656 CPUtime=1.47 cores=5,7
/proc/73045/stat : 73045 (ipbhs_gurobi) R 73042 73045 72601 0 -1 4194304 23380 0 0 0 127 20 0 0 20 0 2 0 64902640 216461312 34914 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
/proc/73045/statm: 52847 34914 3264 641 0 35330 0
[pid=73045/tid=73057] ppid=73042 vsize=211388 memory=0 CPUtime=0 cores=5,7
/proc/73045/task/73057/stat : 73057 (ipbhs_gurobi) S 73042 73045 72601 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 64902695 216461312 34914 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 211388 KiB
Current children cumulated memory: 139656 KiB

[startup+3.11282 s]
/proc/loadavg: 4.10 4.20 4.22 5/254 73057
/proc/meminfo: memFree=125645192/131382116 swapFree=33010684/33010684
[pid=73045] ppid=73042 vsize=227752 memory=156312 CPUtime=3.08 cores=5,7
/proc/73045/stat : 73045 (ipbhs_gurobi) R 73042 73045 72601 0 -1 4194304 30632 0 0 0 285 23 0 0 20 0 2 0 64902640 233218048 39078 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
/proc/73045/statm: 56938 39078 3264 641 0 39421 0
[pid=73045/tid=73057] ppid=73042 vsize=227752 memory=7305204051768075618 CPUtime=0 cores=5,7
/proc/73045/task/73057/stat : 73057 (ipbhs_gurobi) S 73042 73045 72601 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 64902695 233218048 39078 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 227752 KiB
Current children cumulated memory: 156312 KiB

[startup+6.3003 s]
/proc/loadavg: 4.09 4.19 4.22 5/255 73058
/proc/meminfo: memFree=125435884/131382116 swapFree=33010684/33010684
[pid=73045] ppid=73042 vsize=268292 memory=192580 CPUtime=6.27 cores=5,7
/proc/73045/stat : 73045 (ipbhs_gurobi) R 73042 73045 72601 0 -1 4194304 43258 0 0 0 597 30 0 0 20 0 2 0 64902640 274731008 48145 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
/proc/73045/statm: 67073 48145 3264 641 0 49556 0
[pid=73045/tid=73057] ppid=73042 vsize=268292 memory=14336 CPUtime=0 cores=5,7
/proc/73045/task/73057/stat : 73057 (ipbhs_gurobi) S 73042 73045 72601 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 2 0 64902695 274731008 48145 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 268292 KiB
Current children cumulated memory: 192580 KiB

[startup+12.7003 s]
/proc/loadavg: 4.17 4.21 4.23 5/255 73058
/proc/meminfo: memFree=125335828/131382116 swapFree=33010684/33010684
[pid=73045] ppid=73042 vsize=369444 memory=266596 CPUtime=12.66 cores=5,7
/proc/73045/stat : 73045 (ipbhs_gurobi) R 73042 73045 72601 0 -1 4194304 84354 0 0 0 1223 43 0 0 20 0 2 0 64902640 378310656 66649 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
/proc/73045/statm: 92361 66649 3264 641 0 74844 0
[pid=73045/tid=73057] ppid=73042 vsize=369444 memory=263524 CPUtime=0 cores=5,7
/proc/73045/task/73057/stat : 73057 (ipbhs_gurobi) S 73042 73045 72601 0 -1 4194368 6 0 0 0 0 0 0 0 20 0 2 0 64902695 378310656 66649 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 369444 KiB
Current children cumulated memory: 266596 KiB

[startup+25.5004 s]
/proc/loadavg: 4.21 4.21 4.23 5/255 73058
/proc/meminfo: memFree=125242452/131382116 swapFree=33010684/33010684
[pid=73045] ppid=73042 vsize=394172 memory=313540 CPUtime=25.44 cores=5,7
/proc/73045/stat : 73045 (ipbhs_gurobi) R 73042 73045 72601 0 -1 4194304 100367 0 0 0 2490 54 0 0 20 0 2 0 64902640 403632128 78385 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
/proc/73045/statm: 98543 78385 3264 641 0 81026 0
[pid=73045/tid=73057] ppid=73042 vsize=394172 memory=273596 CPUtime=0.02 cores=5,7
/proc/73045/task/73057/stat : 73057 (ipbhs_gurobi) S 73042 73045 72601 0 -1 4194368 6 0 0 0 1 1 0 0 20 0 2 0 64902695 403632128 78385 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 394172 KiB
Current children cumulated memory: 313540 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=73045] ppid=73042 vsize=474996 memory=354768 CPUtime=51 cores=5,7
/proc/73045/stat : 73045 (ipbhs_gurobi) R 73042 73045 72601 0 -1 4194304 155095 0 0 0 5027 73 0 0 20 0 2 0 64902640 486395904 88692 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
/proc/73045/statm: 118749 88692 3264 641 0 101232 0
[pid=73045/tid=73057] ppid=73042 vsize=474996 memory=354768 CPUtime=0.05 cores=5,7
/proc/73045/task/73057/stat : 73057 (ipbhs_gurobi) S 73042 73045 72601 0 -1 4194368 8 0 0 0 2 3 0 0 20 0 2 0 64902695 486395904 88692 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
Current children cumulated CPU time: 51 s
Current children cumulated vsize: 474996 KiB
Current children cumulated memory: 354768 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=73045] ppid=73042 vsize=528308 memory=421896 CPUtime=102.08 cores=5,7
/proc/73045/stat : 73045 (ipbhs_gurobi) R 73042 73045 72601 0 -1 4194304 166702 0 0 0 10095 113 0 0 20 0 2 0 64902640 540987392 105474 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
/proc/73045/statm: 132077 105474 3264 641 0 114560 0
[pid=73045/tid=73057] ppid=73042 vsize=528308 memory=14336 CPUtime=0.11 cores=5,7
/proc/73045/task/73057/stat : 73057 (ipbhs_gurobi) S 73042 73045 72601 0 -1 4194368 9 0 0 0 3 8 0 0 20 0 2 0 64902695 540987392 105474 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
Current children cumulated CPU time: 102.08 s
Current children cumulated vsize: 528308 KiB
Current children cumulated memory: 421896 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=73045] ppid=73042 vsize=617608 memory=459856 CPUtime=161.97 cores=5,7
/proc/73045/stat : 73045 (ipbhs_gurobi) R 73042 73045 72601 0 -1 4194304 263299 0 0 0 16050 147 0 0 20 0 2 0 64902640 632430592 114964 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
/proc/73045/statm: 154402 114964 3264 641 0 136885 0
[pid=73045/tid=73057] ppid=73042 vsize=617608 memory=14336 CPUtime=0.19 cores=5,7
/proc/73045/task/73057/stat : 73057 (ipbhs_gurobi) S 73042 73045 72601 0 -1 4194368 13 0 0 0 5 14 0 0 20 0 2 0 64902695 632430592 114964 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
Current children cumulated CPU time: 161.97 s
Current children cumulated vsize: 617608 KiB
Current children cumulated memory: 459856 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.14 4.19 5/254 73068
/proc/meminfo: memFree=124485804/131382116 swapFree=33010684/33010684
[pid=73045] ppid=73042 vsize=621344 memory=462288 CPUtime=221.85 cores=5,7
/proc/73045/stat : 73045 (ipbhs_gurobi) R 73042 73045 72601 0 -1 4194304 265864 0 0 0 22011 174 0 0 20 0 2 0 64902640 636256256 115572 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
/proc/73045/statm: 155336 115572 3264 641 0 137819 0
[pid=73045/tid=73057] ppid=73042 vsize=621344 memory=14336 CPUtime=0.26 cores=5,7
/proc/73045/task/73057/stat : 73057 (ipbhs_gurobi) S 73042 73045 72601 0 -1 4194368 13 0 0 0 8 18 0 0 20 0 2 0 64902695 636256256 115572 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
Current children cumulated CPU time: 221.85 s
Current children cumulated vsize: 621344 KiB
Current children cumulated memory: 462288 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.13 4.18 5/254 73070
/proc/meminfo: memFree=124207072/131382116 swapFree=33010684/33010684
[pid=73045] ppid=73042 vsize=624140 memory=468176 CPUtime=281.74 cores=5,7
/proc/73045/stat : 73045 (ipbhs_gurobi) R 73042 73045 72601 0 -1 4194304 268692 0 0 0 27969 205 0 0 20 0 2 0 64902640 639119360 117044 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
/proc/73045/statm: 156035 117044 3264 641 0 138518 0
[pid=73045/tid=73057] ppid=73042 vsize=624140 memory=467152 CPUtime=0.33 cores=5,7
/proc/73045/task/73057/stat : 73057 (ipbhs_gurobi) S 73042 73045 72601 0 -1 4194368 13 0 0 0 10 23 0 0 20 0 2 0 64902695 639119360 117044 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
Current children cumulated CPU time: 281.74 s
Current children cumulated vsize: 624140 KiB
Current children cumulated memory: 468176 KiB

[startup+342.3 s]
/proc/loadavg: 4.76 4.32 4.24 5/254 73072
/proc/meminfo: memFree=123621008/131382116 swapFree=33010684/33010684
[pid=73045] ppid=73042 vsize=628684 memory=488928 CPUtime=341.62 cores=5,7
/proc/73045/stat : 73045 (ipbhs_gurobi) R 73042 73045 72601 0 -1 4194304 271278 0 0 0 33931 231 0 0 20 0 2 0 64902640 643772416 122232 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
/proc/73045/statm: 157171 122232 3264 641 0 139654 0
[pid=73045/tid=73057] ppid=73042 vsize=628684 memory=467152 CPUtime=0.4 cores=5,7

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

/proc/meminfo: memFree=120920460/131382116 swapFree=33010684/33010684
[pid=73045] ppid=73042 vsize=1073644 memory=962208 CPUtime=3036.81 cores=5,7
/proc/73045/stat : 73045 (ipbhs_gurobi) R 73042 73045 72601 0 -1 4194304 823293 0 0 0 301905 1776 0 0 20 0 2 0 64902640 1099411456 240552 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
/proc/73045/statm: 268411 240552 3264 641 0 250894 0
[pid=73045/tid=73057] ppid=73042 vsize=1073644 memory=14336 CPUtime=3.84 cores=5,7
/proc/73045/task/73057/stat : 73057 (ipbhs_gurobi) S 73042 73045 72601 0 -1 4194368 35 0 0 0 106 278 0 0 20 0 2 0 64902695 1099411456 240552 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
Current children cumulated CPU time: 3036.81 s
Current children cumulated vsize: 1073644 KiB
Current children cumulated memory: 962208 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=73045] ppid=73042 vsize=1073644 memory=962208 CPUtime=3096.74 cores=5,7
/proc/73045/stat : 73045 (ipbhs_gurobi) R 73042 73045 72601 0 -1 4194304 827611 0 0 0 307877 1797 0 0 20 0 2 0 64902640 1099411456 240552 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
/proc/73045/statm: 268411 240552 3264 641 0 250894 0
[pid=73045/tid=73057] ppid=73042 vsize=1073644 memory=962208 CPUtime=3.92 cores=5,7
/proc/73045/task/73057/stat : 73057 (ipbhs_gurobi) S 73042 73045 72601 0 -1 4194368 37 0 0 0 108 284 0 0 20 0 2 0 64902695 1099411456 240552 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
Current children cumulated CPU time: 3096.74 s
Current children cumulated vsize: 1073644 KiB
Current children cumulated memory: 962208 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=73045] ppid=73042 vsize=1298680 memory=997692 CPUtime=3156.66 cores=5,7
/proc/73045/stat : 73045 (ipbhs_gurobi) R 73042 73045 72601 0 -1 4194304 838802 0 0 0 313837 1829 0 0 20 0 2 0 64902640 1329848320 249423 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
/proc/73045/statm: 324670 249423 3264 641 0 307153 0
[pid=73045/tid=73057] ppid=73042 vsize=1298680 memory=14336 CPUtime=3.99 cores=5,7
/proc/73045/task/73057/stat : 73057 (ipbhs_gurobi) S 73042 73045 72601 0 -1 4194368 37 0 0 0 110 289 0 0 20 0 2 0 64902695 1329848320 249423 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
Current children cumulated CPU time: 3156.66 s
Current children cumulated vsize: 1298680 KiB
Current children cumulated memory: 997692 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.16 4.17 5/255 73237
/proc/meminfo: memFree=120484872/131382116 swapFree=33010684/33010684
[pid=73045] ppid=73042 vsize=1298680 memory=997692 CPUtime=3216.59 cores=5,7
/proc/73045/stat : 73045 (ipbhs_gurobi) R 73042 73045 72601 0 -1 4194304 838807 0 0 0 319797 1862 0 0 20 0 2 0 64902640 1329848320 249423 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
/proc/73045/statm: 324670 249423 3264 641 0 307153 0
[pid=73045/tid=73057] ppid=73042 vsize=1298680 memory=997692 CPUtime=4.07 cores=5,7
/proc/73045/task/73057/stat : 73057 (ipbhs_gurobi) S 73042 73045 72601 0 -1 4194368 37 0 0 0 112 295 0 0 20 0 2 0 64902695 1329848320 249423 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
Current children cumulated CPU time: 3216.59 s
Current children cumulated vsize: 1298680 KiB
Current children cumulated memory: 997692 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=73045] ppid=73042 vsize=1301228 memory=1000252 CPUtime=3276.51 cores=5,7
/proc/73045/stat : 73045 (ipbhs_gurobi) R 73042 73045 72601 0 -1 4194304 839536 0 0 0 325762 1889 0 0 20 0 2 0 64902640 1332457472 250063 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
/proc/73045/statm: 325307 250063 3264 641 0 307790 0
[pid=73045/tid=73057] ppid=73042 vsize=1301228 memory=997820 CPUtime=4.15 cores=5,7
/proc/73045/task/73057/stat : 73057 (ipbhs_gurobi) S 73042 73045 72601 0 -1 4194368 37 0 0 0 114 301 0 0 20 0 2 0 64902695 1332457472 250063 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
Current children cumulated CPU time: 3276.51 s
Current children cumulated vsize: 1301228 KiB
Current children cumulated memory: 1000252 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=73045] ppid=73042 vsize=1301228 memory=1000252 CPUtime=3336.43 cores=5,7
/proc/73045/stat : 73045 (ipbhs_gurobi) R 73042 73045 72601 0 -1 4194304 839539 0 0 0 331722 1921 0 0 20 0 2 0 64902640 1332457472 250063 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
/proc/73045/statm: 325307 250063 3264 641 0 307790 0
[pid=73045/tid=73057] ppid=73042 vsize=1301228 memory=1000252 CPUtime=4.23 cores=5,7
/proc/73045/task/73057/stat : 73057 (ipbhs_gurobi) S 73042 73045 72601 0 -1 4194368 37 0 0 0 117 306 0 0 20 0 2 0 64902695 1332457472 250063 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
Current children cumulated CPU time: 3336.43 s
Current children cumulated vsize: 1301228 KiB
Current children cumulated memory: 1000252 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.12 4.15 5/254 73244
/proc/meminfo: memFree=120399712/131382116 swapFree=33010684/33010684
[pid=73045] ppid=73042 vsize=1301228 memory=1000252 CPUtime=3396.36 cores=5,7
/proc/73045/stat : 73045 (ipbhs_gurobi) R 73042 73045 72601 0 -1 4194304 839547 0 0 0 337683 1953 0 0 20 0 2 0 64902640 1332457472 250063 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
/proc/73045/statm: 325307 250063 3264 641 0 307790 0
[pid=73045/tid=73057] ppid=73042 vsize=1301228 memory=1000252 CPUtime=4.31 cores=5,7
/proc/73045/task/73057/stat : 73057 (ipbhs_gurobi) S 73042 73045 72601 0 -1 4194368 38 0 0 0 119 312 0 0 20 0 2 0 64902695 1332457472 250063 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
Current children cumulated CPU time: 3396.36 s
Current children cumulated vsize: 1301228 KiB
Current children cumulated memory: 1000252 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.12 4.15 5/254 73246
/proc/meminfo: memFree=120350056/131382116 swapFree=33010684/33010684
[pid=73045] ppid=73042 vsize=1318896 memory=1012156 CPUtime=3456.28 cores=5,7
/proc/73045/stat : 73045 (ipbhs_gurobi) R 73042 73045 72601 0 -1 4194304 842552 0 0 0 343646 1982 0 0 20 0 2 0 64902640 1350549504 253039 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
/proc/73045/statm: 329724 253039 3264 641 0 312207 0
[pid=73045/tid=73057] ppid=73042 vsize=1318896 memory=14336 CPUtime=4.38 cores=5,7
/proc/73045/task/73057/stat : 73057 (ipbhs_gurobi) S 73042 73045 72601 0 -1 4194368 38 0 0 0 121 317 0 0 20 0 2 0 64902695 1350549504 253039 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
Current children cumulated CPU time: 3456.28 s
Current children cumulated vsize: 1318896 KiB
Current children cumulated memory: 1012156 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=73045] ppid=73042 vsize=1318896 memory=1012156 CPUtime=3516.21 cores=5,7
/proc/73045/stat : 73045 (ipbhs_gurobi) R 73042 73045 72601 0 -1 4194304 847450 0 0 0 349604 2017 0 0 20 0 2 0 64902640 1350549504 253039 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
/proc/73045/statm: 329724 253039 3264 641 0 312207 0
[pid=73045/tid=73057] ppid=73042 vsize=1318896 memory=1012156 CPUtime=4.47 cores=5,7
/proc/73045/task/73057/stat : 73057 (ipbhs_gurobi) S 73042 73045 72601 0 -1 4194368 38 0 0 0 124 323 0 0 20 0 2 0 64902695 1350549504 253039 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
Current children cumulated CPU time: 3516.21 s
Current children cumulated vsize: 1318896 KiB
Current children cumulated memory: 1012156 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.12 4.15 5/254 73253
/proc/meminfo: memFree=120315840/131382116 swapFree=33010684/33010684
[pid=73045] ppid=73042 vsize=1319920 memory=1013308 CPUtime=3576.14 cores=5,7
/proc/73045/stat : 73045 (ipbhs_gurobi) R 73042 73045 72601 0 -1 4194304 860460 0 0 0 355566 2048 0 0 20 0 2 0 64902640 1351598080 253327 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
/proc/73045/statm: 329980 253327 3264 641 0 312463 0
[pid=73045/tid=73057] ppid=73042 vsize=1319920 memory=14336 CPUtime=4.55 cores=5,7
/proc/73045/task/73057/stat : 73057 (ipbhs_gurobi) S 73042 73045 72601 0 -1 4194368 39 0 0 0 125 330 0 0 20 0 2 0 64902695 1351598080 253327 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
Current children cumulated CPU time: 3576.14 s
Current children cumulated vsize: 1319920 KiB
Current children cumulated memory: 1013308 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.3 s]
/proc/loadavg: 4.12 4.12 4.15 5/246 73378
/proc/meminfo: memFree=125668448/131382116 swapFree=33010684/33010684
[pid=73045] ppid=73042 vsize=1319920 memory=1013308 CPUtime=3600.07 cores=5,7
/proc/73045/stat : 73045 (ipbhs_gurobi) R 73042 73045 72601 0 -1 4194304 862980 0 0 0 357948 2059 0 0 20 0 2 0 64902640 1351598080 253327 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
/proc/73045/statm: 329980 253327 3264 641 0 312463 0
[pid=73045/tid=73057] ppid=73042 vsize=1319920 memory=1013308 CPUtime=4.58 cores=5,7
/proc/73045/task/73057/stat : 73057 (ipbhs_gurobi) S 73042 73045 72601 0 -1 4194368 39 0 0 0 126 332 0 0 20 0 2 0 64902695 1351598080 253327 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 1319920 KiB
Current children cumulated memory: 1013308 KiB

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

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

# cumulated CPU time of all completed processes:  user=3579.49 s, system=20.6074 s

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

[startup+3606.3 s]
/proc/loadavg: 4.12 4.12 4.15 5/246 73378
/proc/meminfo: memFree=125668448/131382116 swapFree=33010684/33010684
[pid=73045] ppid=73042 vsize=1319920 memory=1013308 CPUtime=3600.07 cores=5,7
/proc/73045/stat : 73045 (ipbhs_gurobi) R 73042 73045 72601 0 -1 4194304 862980 0 0 0 357948 2059 0 0 20 0 2 0 64902640 1351598080 253327 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
/proc/73045/statm: 329980 253327 3264 641 0 312463 0
[pid=73045/tid=73057] ppid=73042 vsize=1319920 memory=1013308 CPUtime=4.58 cores=5,7
/proc/73045/task/73057/stat : 73057 (ipbhs_gurobi) S 73042 73045 72601 0 -1 4194368 39 0 0 0 126 332 0 0 20 0 2 0 64902695 1351598080 253327 18446744073709551615 94145721991168 94145724616221 140726069906624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94145725235096 94145725268058 94145739255808 140726069914015 140726069914119 140726069914119 140726069919721 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 1319920 KiB
Current children cumulated memory: 1013308 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3606.31
CPU time (s): 3600.09
CPU user time (s): 3579.49
CPU system time (s): 20.6074
CPU usage (%): 99.8276
Max. virtual memory (cumulated for all children) (KiB): 1319920
Max. memory (cumulated for all children) (KiB): 1013308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3579.49
system time used= 20.6074
maximum resident set size= 1013308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 862980
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= 357282
involuntary context switches= 20421


# summary of solver processes directly reported to runsolver:
#   pid: 73045
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3579.49
#   total CPU system time (s): 20.6074

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9939 second user time and 34.7395 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-02 23:37:09
IDJOB=4505752
IDBENCH=157116
IDSOLVER=3333
FILE ID=nodeC011/4505752-1751492229
RUNJOBID= nodeC011-1751488621-72614
SLURM_JOB_ID= 9598547
Free space on /tmp= 430416 MiB

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

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

MD5SUM BENCH= 8ce0e5255050970e8cd3d266b8837be5
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.294
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		: 2195.063
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.505
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 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		: 2095.284
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		: 1197.298
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        126201480 kB
MemAvailable:   128371496 kB
Buffers:            3276 kB
Cached:          2971916 kB
SwapCached:            0 kB
Active:          2094276 kB
Inactive:        2532824 kB
Active(anon):    1667772 kB
Inactive(anon):     2104 kB
Active(file):     426504 kB
Inactive(file):  2530720 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            214684 kB
Writeback:             0 kB
AnonPages:       1655340 kB
Mapped:           110736 kB
Shmem:             17960 kB
KReclaimable:     104456 kB
Slab:             189160 kB
SReclaimable:     104456 kB
SUnreclaim:        84704 kB
KernelStack:        4000 kB
PageTables:         6152 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1992072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1488896 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= 430220 MiB
End job on nodeC011 at 2025-07-03 00:37:16