Trace number 4486316

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.05 3608.91

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-data8_3.opb
MD5SUM1adddfdbf1ced655bc7cf87afdf2cbda
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 benchmark40509
Best CPU time to get the best result obtained on this benchmark3600.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1344
Total number of constraints16096
Number of constraints which are clauses8208
Number of constraints which are cardinality constraints (but not clauses)496
Number of constraints which are nor clauses,nor cardinality constraints7392
Minimum length of a constraint2
Maximum length of a constraint28
Number of terms in the objective function 448
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 279536
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 279536
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c initialize IPBHS solver
0.00/0.00	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:30:33), compiled with satsolvers: , optimizers: , GreedyOptimizer, Gurobi 12.0.2, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.00	c optimizer = "gurobi"
0.00/0.00	c pbsolver = "roundingsat"
0.00/0.00	c use separate pbsolver for SIS
0.00/0.00	c load symmetries from file ""
0.00/0.00	c set time limit for symmetry computation to 100 seconds.
0.00/0.00	c set interchangeable summation variable limit to 3
0.00/0.00	c set sym compact max subset size to 5
0.00/0.00	c set explicit symmetry matrix usage to 1
0.00/0.00	c sym budget explicit to 100
0.00/0.00	c sym budget explicit lits to 6000
0.00/0.00	c sym budget compact to 100
0.00/0.00	c sym budget compact lits to 6000
0.00/0.00	c sym budget common to 0
0.00/0.00	c sym budget common lits to 0
0.00/0.00	c set sym generation to 's'
0.00/0.00	c set abstraction set creation to 10 iterations without LB change
0.00/0.00	c set abstraction set inputs to 0
0.00/0.00	c set abstraction set cluster min size to 2
0.00/0.00	c set abstraction set cluster max size to 100000000
0.00/0.00	c set abstraction set cluster activation limit to 2
0.00/0.00	c enable abstraction set require equal cost
0.00/0.00	c set abstraction set assumptions to 0
0.00/0.00	c set abstraction set constraint type to 0
0.00/0.00	c set abstract core extraction strategy to b
0.00/0.00	c set core extraction strategy to 2
0.00/0.00	c set core extraction shuffles 10
0.00/0.00	c set cores per iteration to 5
0.00/0.00	c set optimizer bound usage strategy to 2
0.00/0.00	c set optimizer max non-optimal iterations to 1000
0.00/0.00	c set small core cardinality limit to 2
0.00/0.00	c set max coef in cores to 1000000000
0.00/0.00	c set core processing techniques to 4095
0.00/0.00	c set SIS iterations to 5
0.00/0.00	c set SIS budget abs to 1000
0.00/0.00	c set SIS budget rel to 0.05
0.20/0.26	c limit for coefficient in constraints and objective to 1000000000
0.20/0.26	c will solve HOME/instance-4486316-1751305792.opb
0.20/0.26	c [0] will start solving

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (60515 MiB free)
  memory of node 1: 64465 MiB (63486 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486316-1751305792/watcher-4486316-1751305792 -o /tmp/evaluation-result-4486316-1751305792/solver-4486316-1751305792 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751302134-48268 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4486316-1751305792.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.el
solver pid=49476, runsolver pid=49473
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 4.11 4.11 4.09 5/268 49477
/proc/meminfo: memFree=126585256/131250000 swapFree=33010684/33010684
[pid=49476] ppid=49473 vsize=844284 memory=432556 CPUtime=0.09 cores=1,3
/proc/49476/stat : 49476 (ipbhs_gurobi) R 49473 49476 48256 0 -1 4194304 923 0 0 0 1 8 0 0 20 0 1 0 46256731 864546816 108139 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
/proc/49476/statm: 211071 108139 1632 641 0 195828 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 844284 KiB
Current children cumulated memory: 432556 KiB

[startup+0.205774 s]*
/proc/loadavg: 4.11 4.11 4.09 5/268 49477
/proc/meminfo: memFree=126212520/131250000 swapFree=33010684/33010684
[pid=49476] ppid=49473 vsize=847808 memory=785208 CPUtime=0.2 cores=1,3
/proc/49476/stat : 49476 (ipbhs_gurobi) R 49473 49476 48256 0 -1 4194304 2255 0 0 0 5 15 0 0 20 0 1 0 46256731 868155392 196302 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
/proc/49476/statm: 211952 196302 1728 641 0 196709 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 847808 KiB
Current children cumulated memory: 785208 KiB

[startup+0.305459 s]*
/proc/loadavg: 4.10 4.11 4.09 5/269 49478
/proc/meminfo: memFree=126208680/131250000 swapFree=33010684/33010684
[pid=49476] ppid=49473 vsize=869316 memory=802684 CPUtime=0.3 cores=1,3
/proc/49476/stat : 49476 (ipbhs_gurobi) R 49473 49476 48256 0 -1 4194304 4127 0 0 0 12 18 0 0 20 0 2 0 46256731 890179584 200671 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
/proc/49476/statm: 217329 200671 3424 641 0 199812 0
[pid=49476/tid=49478] ppid=49473 vsize=869316 memory=-7675384534199204797 CPUtime=0 cores=1,3
/proc/49476/task/49478/stat : 49478 (ipbhs_gurobi) R 49473 49476 48256 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 46256757 890179584 200671 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 869316 KiB
Current children cumulated memory: 802684 KiB

[startup+0.700137 s]
/proc/loadavg: 4.10 4.11 4.09 5/269 49478
/proc/meminfo: memFree=126216648/131250000 swapFree=33010684/33010684
[pid=49476] ppid=49473 vsize=869316 memory=802684 CPUtime=0.69 cores=1,3
/proc/49476/stat : 49476 (ipbhs_gurobi) R 49473 49476 48256 0 -1 4194304 4127 0 0 0 43 26 0 0 20 0 2 0 46256731 890179584 200671 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
/proc/49476/statm: 217329 200671 3424 641 0 199812 0
[pid=49476/tid=49478] ppid=49473 vsize=869316 memory=17664 CPUtime=0 cores=1,3
/proc/49476/task/49478/stat : 49478 (ipbhs_gurobi) S 49473 49476 48256 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 46256757 890179584 200671 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 869316 KiB
Current children cumulated memory: 802684 KiB

[startup+1.50011 s]
/proc/loadavg: 4.10 4.11 4.09 5/269 49478
/proc/meminfo: memFree=126216648/131250000 swapFree=33010684/33010684
[pid=49476] ppid=49473 vsize=870340 memory=803708 CPUtime=1.48 cores=1,3
/proc/49476/stat : 49476 (ipbhs_gurobi) R 49473 49476 48256 0 -1 4194304 4367 0 0 0 118 30 0 0 20 0 2 0 46256731 891228160 200927 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
/proc/49476/statm: 217585 200927 3424 641 0 200068 0
[pid=49476/tid=49478] ppid=49473 vsize=870340 memory=17664 CPUtime=0 cores=1,3
/proc/49476/task/49478/stat : 49478 (ipbhs_gurobi) S 49473 49476 48256 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 46256757 891228160 200927 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 870340 KiB
Current children cumulated memory: 803708 KiB

[startup+3.10482 s]
/proc/loadavg: 4.10 4.11 4.09 5/269 49478
/proc/meminfo: memFree=126232388/131250000 swapFree=33010684/33010684
[pid=49476] ppid=49473 vsize=870604 memory=804092 CPUtime=3.09 cores=1,3
/proc/49476/stat : 49476 (ipbhs_gurobi) R 49473 49476 48256 0 -1 4194304 7860 0 0 0 276 33 0 0 20 0 2 0 46256731 891498496 201023 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
/proc/49476/statm: 217651 201023 3424 641 0 200134 0
[pid=49476/tid=49478] ppid=49473 vsize=870604 memory=7596274530828771665 CPUtime=0 cores=1,3
/proc/49476/task/49478/stat : 49478 (ipbhs_gurobi) S 49473 49476 48256 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 2 0 46256757 891498496 201023 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 870604 KiB
Current children cumulated memory: 804092 KiB

[startup+6.30011 s]
/proc/loadavg: 4.09 4.11 4.09 5/269 49478
/proc/meminfo: memFree=126245260/131250000 swapFree=33010684/33010684
[pid=49476] ppid=49473 vsize=873588 memory=805628 CPUtime=6.27 cores=1,3
/proc/49476/stat : 49476 (ipbhs_gurobi) R 49473 49476 48256 0 -1 4194304 11028 0 0 0 588 39 0 0 20 0 2 0 46256731 894554112 201407 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
/proc/49476/statm: 218397 201407 3424 641 0 200880 0
[pid=49476/tid=49478] ppid=49473 vsize=873588 memory=805500 CPUtime=0 cores=1,3
/proc/49476/task/49478/stat : 49478 (ipbhs_gurobi) S 49473 49476 48256 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 2 0 46256757 894554112 201407 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 873588 KiB
Current children cumulated memory: 805628 KiB

[startup+12.7001 s]
/proc/loadavg: 4.08 4.10 4.09 5/269 49478
/proc/meminfo: memFree=126251684/131250000 swapFree=33010684/33010684
[pid=49476] ppid=49473 vsize=874400 memory=807420 CPUtime=12.66 cores=1,3
/proc/49476/stat : 49476 (ipbhs_gurobi) R 49473 49476 48256 0 -1 4194304 17098 0 0 0 1219 47 0 0 20 0 2 0 46256731 895385600 201855 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
/proc/49476/statm: 218600 201855 3424 641 0 201083 0
[pid=49476/tid=49478] ppid=49473 vsize=874400 memory=807292 CPUtime=0 cores=1,3
/proc/49476/task/49478/stat : 49478 (ipbhs_gurobi) S 49473 49476 48256 0 -1 4194368 7 0 0 0 0 0 0 0 20 0 2 0 46256757 895385600 201855 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 874400 KiB
Current children cumulated memory: 807420 KiB

[startup+25.5001 s]
/proc/loadavg: 4.15 4.12 4.09 5/269 49479
/proc/meminfo: memFree=126249164/131250000 swapFree=33010684/33010684
[pid=49476] ppid=49473 vsize=879380 memory=810108 CPUtime=25.42 cores=1,3
/proc/49476/stat : 49476 (ipbhs_gurobi) R 49473 49476 48256 0 -1 4194304 23656 0 0 0 2482 60 0 0 20 0 2 0 46256731 900485120 202527 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
/proc/49476/statm: 219845 202527 3424 641 0 202328 0
[pid=49476/tid=49478] ppid=49473 vsize=879380 memory=809724 CPUtime=0 cores=1,3
/proc/49476/task/49478/stat : 49478 (ipbhs_gurobi) S 49473 49476 48256 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 2 0 46256757 900485120 202527 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 879380 KiB
Current children cumulated memory: 810108 KiB

[startup+51.1057 s]
/proc/loadavg: 4.09 4.11 4.09 5/269 49480
/proc/meminfo: memFree=126236808/131250000 swapFree=33010684/33010684
[pid=49476] ppid=49473 vsize=880204 memory=813560 CPUtime=50.96 cores=1,3
/proc/49476/stat : 49476 (ipbhs_gurobi) R 49473 49476 48256 0 -1 4194304 25468 0 0 0 5007 89 0 0 20 0 2 0 46256731 901328896 203390 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
/proc/49476/statm: 220051 203390 3424 641 0 202534 0
[pid=49476/tid=49478] ppid=49473 vsize=880204 memory=813304 CPUtime=0 cores=1,3
/proc/49476/task/49478/stat : 49478 (ipbhs_gurobi) S 49473 49476 48256 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 2 0 46256757 901328896 203390 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 880204 KiB
Current children cumulated memory: 813560 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/271 49485
/proc/meminfo: memFree=126219068/131250000 swapFree=33010684/33010684
[pid=49476] ppid=49473 vsize=888900 memory=819508 CPUtime=102.04 cores=1,3
/proc/49476/stat : 49476 (ipbhs_gurobi) R 49473 49476 48256 0 -1 4194304 26449 0 0 0 10062 142 0 0 20 0 2 0 46256731 910233600 204877 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
/proc/49476/statm: 222225 204877 3424 641 0 204708 0
[pid=49476/tid=49478] ppid=49473 vsize=888900 memory=819380 CPUtime=0 cores=1,3
/proc/49476/task/49478/stat : 49478 (ipbhs_gurobi) S 49473 49476 48256 0 -1 4194368 10 0 0 0 0 0 0 0 20 0 2 0 46256757 910233600 204877 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 888900 KiB
Current children cumulated memory: 819508 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/271 49487
/proc/meminfo: memFree=126188988/131250000 swapFree=33010684/33010684
[pid=49476] ppid=49473 vsize=889588 memory=822300 CPUtime=161.88 cores=1,3
/proc/49476/stat : 49476 (ipbhs_gurobi) R 49473 49476 48256 0 -1 4194304 34556 0 0 0 15992 196 0 0 20 0 2 0 46256731 910938112 205575 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
/proc/49476/statm: 222397 205575 3424 641 0 204880 0
[pid=49476/tid=49478] ppid=49473 vsize=889588 memory=821916 CPUtime=0.02 cores=1,3
/proc/49476/task/49478/stat : 49478 (ipbhs_gurobi) S 49473 49476 48256 0 -1 4194368 13 0 0 0 1 1 0 0 20 0 2 0 46256757 910938112 205575 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 889588 KiB
Current children cumulated memory: 822300 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/272 49497
/proc/meminfo: memFree=126154048/131250000 swapFree=33010684/33010684
[pid=49476] ppid=49473 vsize=890464 memory=824604 CPUtime=221.74 cores=1,3
/proc/49476/stat : 49476 (ipbhs_gurobi) R 49473 49476 48256 0 -1 4194304 43853 0 0 0 21924 250 0 0 20 0 2 0 46256731 911835136 206151 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
/proc/49476/statm: 222616 206151 3424 641 0 205099 0
[pid=49476/tid=49478] ppid=49473 vsize=890464 memory=824604 CPUtime=0.03 cores=1,3
/proc/49476/task/49478/stat : 49478 (ipbhs_gurobi) S 49473 49476 48256 0 -1 4194368 16 0 0 0 1 2 0 0 20 0 2 0 46256757 911835136 206151 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 890464 KiB
Current children cumulated memory: 824604 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/271 49500
/proc/meminfo: memFree=126191168/131250000 swapFree=33010684/33010684
[pid=49476] ppid=49473 vsize=902932 memory=827944 CPUtime=281.59 cores=1,3
/proc/49476/stat : 49476 (ipbhs_gurobi) R 49473 49476 48256 0 -1 4194304 44559 0 0 0 27856 303 0 0 20 0 2 0 46256731 924602368 206986 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
/proc/49476/statm: 225733 206986 3424 641 0 208216 0
[pid=49476/tid=49478] ppid=49473 vsize=902932 memory=827432 CPUtime=0.04 cores=1,3
/proc/49476/task/49478/stat : 49478 (ipbhs_gurobi) S 49473 49476 48256 0 -1 4194368 16 0 0 0 2 2 0 0 20 0 2 0 46256757 924602368 206986 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
Current children cumulated CPU time: 281.59 s
Current children cumulated vsize: 902932 KiB
Current children cumulated memory: 827944 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/271 49502
/proc/meminfo: memFree=126165152/131250000 swapFree=33010684/33010684

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

/proc/meminfo: memFree=126063492/131250000 swapFree=33010684/33010684
[pid=49476] ppid=49473 vsize=967396 memory=885812 CPUtime=3034.77 cores=1,3
/proc/49476/stat : 49476 (ipbhs_gurobi) R 49473 49476 48256 0 -1 4194304 96506 0 0 0 301625 1852 0 0 20 0 2 0 46256731 990613504 221453 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
/proc/49476/statm: 241849 221453 3424 641 0 224332 0
[pid=49476/tid=49478] ppid=49473 vsize=967396 memory=14432 CPUtime=0.85 cores=1,3
/proc/49476/task/49478/stat : 49478 (ipbhs_gurobi) S 49473 49476 48256 0 -1 4194368 37 0 0 0 33 52 0 0 20 0 2 0 46256757 990613504 221453 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
Current children cumulated CPU time: 3034.77 s
Current children cumulated vsize: 967396 KiB
Current children cumulated memory: 885812 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/268 49696
/proc/meminfo: memFree=126074220/131250000 swapFree=33010684/33010684
[pid=49476] ppid=49473 vsize=967928 memory=886324 CPUtime=3094.64 cores=1,3
/proc/49476/stat : 49476 (ipbhs_gurobi) R 49473 49476 48256 0 -1 4194304 96641 0 0 0 307585 1879 0 0 20 0 2 0 46256731 991158272 221581 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
/proc/49476/statm: 241982 221581 3424 641 0 224465 0
[pid=49476/tid=49478] ppid=49473 vsize=967928 memory=885812 CPUtime=0.87 cores=1,3
/proc/49476/task/49478/stat : 49478 (ipbhs_gurobi) S 49473 49476 48256 0 -1 4194368 37 0 0 0 33 54 0 0 20 0 2 0 46256757 991158272 221581 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
Current children cumulated CPU time: 3094.64 s
Current children cumulated vsize: 967928 KiB
Current children cumulated memory: 886324 KiB

[startup+3162.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/268 49698
/proc/meminfo: memFree=126074396/131250000 swapFree=33010684/33010684
[pid=49476] ppid=49473 vsize=967928 memory=886324 CPUtime=3154.49 cores=1,3
/proc/49476/stat : 49476 (ipbhs_gurobi) R 49473 49476 48256 0 -1 4194304 96645 0 0 0 313546 1903 0 0 20 0 2 0 46256731 991158272 221581 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
/proc/49476/statm: 241982 221581 3424 641 0 224465 0
[pid=49476/tid=49478] ppid=49473 vsize=967928 memory=17664 CPUtime=0.89 cores=1,3
/proc/49476/task/49478/stat : 49478 (ipbhs_gurobi) S 49473 49476 48256 0 -1 4194368 38 0 0 0 34 55 0 0 20 0 2 0 46256757 991158272 221581 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
Current children cumulated CPU time: 3154.49 s
Current children cumulated vsize: 967928 KiB
Current children cumulated memory: 886324 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/270 49709
/proc/meminfo: memFree=126073844/131250000 swapFree=33010684/33010684
[pid=49476] ppid=49473 vsize=968112 memory=886452 CPUtime=3214.36 cores=1,3
/proc/49476/stat : 49476 (ipbhs_gurobi) R 49473 49476 48256 0 -1 4194304 96697 0 0 0 319513 1923 0 0 20 0 2 0 46256731 991346688 221613 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
/proc/49476/statm: 242028 221613 3424 641 0 224511 0
[pid=49476/tid=49478] ppid=49473 vsize=968112 memory=886452 CPUtime=0.91 cores=1,3
/proc/49476/task/49478/stat : 49478 (ipbhs_gurobi) S 49473 49476 48256 0 -1 4194368 38 0 0 0 35 56 0 0 20 0 2 0 46256757 991346688 221613 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
Current children cumulated CPU time: 3214.36 s
Current children cumulated vsize: 968112 KiB
Current children cumulated memory: 886452 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/270 49711
/proc/meminfo: memFree=126078852/131250000 swapFree=33010684/33010684
[pid=49476] ppid=49473 vsize=968436 memory=886776 CPUtime=3274.22 cores=1,3
/proc/49476/stat : 49476 (ipbhs_gurobi) R 49473 49476 48256 0 -1 4194304 97586 0 0 0 325478 1944 0 0 20 0 2 0 46256731 991678464 221694 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
/proc/49476/statm: 242109 221694 3424 641 0 224592 0
[pid=49476/tid=49478] ppid=49473 vsize=968436 memory=17664 CPUtime=0.93 cores=1,3
/proc/49476/task/49478/stat : 49478 (ipbhs_gurobi) S 49473 49476 48256 0 -1 4194368 38 0 0 0 35 58 0 0 20 0 2 0 46256757 991678464 221694 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
Current children cumulated CPU time: 3274.22 s
Current children cumulated vsize: 968436 KiB
Current children cumulated memory: 886776 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/270 49713
/proc/meminfo: memFree=126074620/131250000 swapFree=33010684/33010684
[pid=49476] ppid=49473 vsize=968436 memory=886904 CPUtime=3334.1 cores=1,3
/proc/49476/stat : 49476 (ipbhs_gurobi) R 49473 49476 48256 0 -1 4194304 98066 0 0 0 331441 1969 0 0 20 0 2 0 46256731 991678464 221726 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
/proc/49476/statm: 242109 221726 3424 641 0 224592 0
[pid=49476/tid=49478] ppid=49473 vsize=968436 memory=886904 CPUtime=0.95 cores=1,3
/proc/49476/task/49478/stat : 49478 (ipbhs_gurobi) S 49473 49476 48256 0 -1 4194368 39 0 0 0 36 59 0 0 20 0 2 0 46256757 991678464 221726 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
Current children cumulated CPU time: 3334.1 s
Current children cumulated vsize: 968436 KiB
Current children cumulated memory: 886904 KiB

[startup+3402.3 s]
/proc/loadavg: 4.38 4.20 4.12 5/270 49715
/proc/meminfo: memFree=126070652/131250000 swapFree=33010684/33010684
[pid=49476] ppid=49473 vsize=968596 memory=891132 CPUtime=3393.96 cores=1,3
/proc/49476/stat : 49476 (ipbhs_gurobi) R 49473 49476 48256 0 -1 4194304 98128 0 0 0 337406 1990 0 0 20 0 2 0 46256731 991842304 222783 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
/proc/49476/statm: 242149 222783 3424 641 0 224632 0
[pid=49476/tid=49478] ppid=49473 vsize=968596 memory=887032 CPUtime=0.98 cores=1,3
/proc/49476/task/49478/stat : 49478 (ipbhs_gurobi) S 49473 49476 48256 0 -1 4194368 39 0 0 0 37 61 0 0 20 0 2 0 46256757 991842304 222783 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
Current children cumulated CPU time: 3393.96 s
Current children cumulated vsize: 968596 KiB
Current children cumulated memory: 891132 KiB

[startup+3462.3 s]
/proc/loadavg: 4.26 4.19 4.12 5/270 49717
/proc/meminfo: memFree=126055140/131250000 swapFree=33010684/33010684
[pid=49476] ppid=49473 vsize=968760 memory=891260 CPUtime=3453.83 cores=1,3
/proc/49476/stat : 49476 (ipbhs_gurobi) R 49473 49476 48256 0 -1 4194304 98148 0 0 0 343371 2012 0 0 20 0 2 0 46256731 992010240 222815 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
/proc/49476/statm: 242190 222815 3424 641 0 224673 0
[pid=49476/tid=49478] ppid=49473 vsize=968760 memory=887032 CPUtime=0.99 cores=1,3
/proc/49476/task/49478/stat : 49478 (ipbhs_gurobi) S 49473 49476 48256 0 -1 4194368 40 0 0 0 37 62 0 0 20 0 2 0 46256757 992010240 222815 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
Current children cumulated CPU time: 3453.83 s
Current children cumulated vsize: 968760 KiB
Current children cumulated memory: 891260 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.17 4.12 5/269 49719
/proc/meminfo: memFree=126041448/131250000 swapFree=33010684/33010684
[pid=49476] ppid=49473 vsize=968760 memory=895392 CPUtime=3513.68 cores=1,3
/proc/49476/stat : 49476 (ipbhs_gurobi) R 49473 49476 48256 0 -1 4194304 98175 0 0 0 349336 2032 0 0 20 0 2 0 46256731 992010240 223848 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
/proc/49476/statm: 242190 223848 3424 641 0 224673 0
[pid=49476/tid=49478] ppid=49473 vsize=968760 memory=895392 CPUtime=1.02 cores=1,3
/proc/49476/task/49478/stat : 49478 (ipbhs_gurobi) S 49473 49476 48256 0 -1 4194368 40 0 0 0 38 64 0 0 20 0 2 0 46256757 992010240 223848 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
Current children cumulated CPU time: 3513.68 s
Current children cumulated vsize: 968760 KiB
Current children cumulated memory: 895392 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.15 4.11 5/268 49905
/proc/meminfo: memFree=125762228/131250000 swapFree=33010684/33010684
[pid=49476] ppid=49473 vsize=969196 memory=895776 CPUtime=3573.51 cores=1,3
/proc/49476/stat : 49476 (ipbhs_gurobi) R 49473 49476 48256 0 -1 4194304 99168 0 0 0 355289 2062 0 0 20 0 2 0 46256731 992456704 223944 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
/proc/49476/statm: 242299 223944 3424 641 0 224782 0
[pid=49476/tid=49478] ppid=49473 vsize=969196 memory=895776 CPUtime=1.04 cores=1,3
/proc/49476/task/49478/stat : 49478 (ipbhs_gurobi) S 49473 49476 48256 0 -1 4194368 40 0 0 0 38 66 0 0 20 0 2 0 46256757 992456704 223944 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
Current children cumulated CPU time: 3573.51 s
Current children cumulated vsize: 969196 KiB
Current children cumulated memory: 895776 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.9 s]
/proc/loadavg: 4.12 4.15 4.11 5/267 50733
/proc/meminfo: memFree=126909272/131250000 swapFree=33010684/33010684
[pid=49476] ppid=49473 vsize=969196 memory=895776 CPUtime=3600.04 cores=1,3
/proc/49476/stat : 49476 (ipbhs_gurobi) R 49473 49476 48256 0 -1 4194304 99195 0 0 0 357932 2072 0 0 20 0 2 0 46256731 992456704 223944 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
/proc/49476/statm: 242299 223944 3424 641 0 224782 0
[pid=49476/tid=49478] ppid=49473 vsize=969196 memory=895776 CPUtime=1.05 cores=1,3
/proc/49476/task/49478/stat : 49478 (ipbhs_gurobi) S 49473 49476 48256 0 -1 4194368 41 0 0 0 39 66 0 0 20 0 2 0 46256757 992456704 223944 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 969196 KiB
Current children cumulated memory: 895776 KiB

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

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

# cumulated CPU time of all completed processes:  user=3579.33 s, system=20.7281 s

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

[startup+3608.9 s]
/proc/loadavg: 4.12 4.15 4.11 5/267 50733
/proc/meminfo: memFree=126909272/131250000 swapFree=33010684/33010684
[pid=49476] ppid=49473 vsize=969196 memory=895776 CPUtime=3600.04 cores=1,3
/proc/49476/stat : 49476 (ipbhs_gurobi) R 49473 49476 48256 0 -1 4194304 99195 0 0 0 357932 2072 0 0 20 0 2 0 46256731 992456704 223944 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
/proc/49476/statm: 242299 223944 3424 641 0 224782 0
[pid=49476/tid=49478] ppid=49473 vsize=969196 memory=895776 CPUtime=1.05 cores=1,3
/proc/49476/task/49478/stat : 49478 (ipbhs_gurobi) S 49473 49476 48256 0 -1 4194368 41 0 0 0 39 66 0 0 20 0 2 0 46256757 992456704 223944 18446744073709551615 94580239331328 94580241956381 140729099532864 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94580242575256 94580242608218 94580267114496 140729099536799 140729099536903 140729099536903 140729099542505 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 969196 KiB
Current children cumulated memory: 895776 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3608.91
CPU time (s): 3600.05
CPU user time (s): 3579.33
CPU system time (s): 20.7281
CPU usage (%): 99.7547
Max. virtual memory (cumulated for all children) (KiB): 969196
Max. memory (cumulated for all children) (KiB): 895776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3579.33
system time used= 20.7281
maximum resident set size= 895776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99195
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= 359014
involuntary context switches= 20492


# summary of solver processes directly reported to runsolver:
#   pid: 49476
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3579.33
#   total CPU system time (s): 20.7281

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.82799 second user time and 16.4452 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-30 19:49:52
IDJOB=4486316
IDBENCH=147018
IDSOLVER=3333
FILE ID=nodeC016/4486316-1751305792
RUNJOBID= nodeC016-1751302134-48268
SLURM_JOB_ID= 9594282
Free space on /tmp= 432884 MiB

SOLVER NAME= IPBHS-GUROBI 2025-06-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-data8_3.opb
COMMAND LINE= ./ipbhs_gurobi BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486316-1751305792/watcher-4486316-1751305792 -o /tmp/evaluation-result-4486316-1751305792/solver-4486316-1751305792 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751302134-48268 --watchdog 3760  ./ipbhs_gurobi HOME/instance-4486316-1751305792.opb --max-coef 1000000000

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

MD5SUM BENCH= 1adddfdbf1ced655bc7cf87afdf2cbda
RANDOM SEED=1239231427

nodeC016 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.723
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.707
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.513
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.447
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.737
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.750
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.111
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3617.403
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126978648 kB
MemAvailable:   128065528 kB
Buffers:            3280 kB
Cached:          1890276 kB
SwapCached:            0 kB
Active:          1973068 kB
Inactive:        1621908 kB
Active(anon):    1719492 kB
Inactive(anon):        0 kB
Active(file):     253576 kB
Inactive(file):  1621908 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             60080 kB
Writeback:             0 kB
AnonPages:       1704572 kB
Mapped:           118728 kB
Shmem:             18072 kB
KReclaimable:     101272 kB
Slab:             188780 kB
SReclaimable:     101272 kB
SUnreclaim:        87508 kB
KernelStack:        4320 kB
PageTables:         6516 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    2109156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1318912 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432828 MiB
End job on nodeC016 at 2025-06-30 20:50:01