Trace number 4497361

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/
area_delay/normalized-fir08_area_delay.opb
MD5SUM7820f3b59b0050160ec7540947fbedc5
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 benchmark23
Best CPU time to get the best result obtained on this benchmark47.6476
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables124856
Total number of constraints521620
Number of constraints which are clauses521620
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint1023
Number of terms in the objective function 61556
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 61556
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 61556
Number of bits of the biggest sum of numbers16
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 enable explicit+compact SCL
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
3.98/4.08	c limit for coefficient in constraints and objective to 1000000000
3.98/4.08	c will solve HOME/instance-4497361-1751386719.opb
3.98/4.08	Searching graph automorphisms with time limit: 98
6.08/6.17	c [3.84] 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: 63665 MiB (62092 MiB free)
  memory of node 1: 64507 MiB (63750 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100062 s]*
/proc/loadavg: 4.11 4.12 4.09 5/266 56825
/proc/meminfo: memFree=128837004/131249996 swapFree=33010416/33010684
[pid=56824] ppid=56821 vsize=93768 memory=28780 CPUtime=0.09 cores=1,3
/proc/56824/stat : 56824 (ipbhs_gurobi) R 56821 56824 55047 0 -1 4194304 6785 0 0 0 8 1 0 0 20 0 1 0 54349727 96018432 7195 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
/proc/56824/statm: 23442 7195 1664 641 0 8199 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 93768 KiB
Current children cumulated memory: 28780 KiB

[startup+0.205611 s]*
/proc/loadavg: 4.11 4.12 4.09 5/266 56825
/proc/meminfo: memFree=128833476/131249996 swapFree=33010416/33010684
[pid=56824] ppid=56821 vsize=106148 memory=40132 CPUtime=0.19 cores=1,3
/proc/56824/stat : 56824 (ipbhs_gurobi) R 56821 56824 55047 0 -1 4194304 8860 0 0 0 18 1 0 0 20 0 1 0 54349727 108695552 10033 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
/proc/56824/statm: 26537 10033 1664 641 0 11294 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 106148 KiB
Current children cumulated memory: 40132 KiB

[startup+0.305473 s]*
/proc/loadavg: 4.11 4.12 4.09 5/266 56825
/proc/meminfo: memFree=128819364/131249996 swapFree=33010416/33010684
[pid=56824] ppid=56821 vsize=122592 memory=52384 CPUtime=0.3 cores=1,3
/proc/56824/stat : 56824 (ipbhs_gurobi) R 56821 56824 55047 0 -1 4194304 10909 0 0 0 28 2 0 0 20 0 1 0 54349727 125534208 13096 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
/proc/56824/statm: 30648 13096 1664 641 0 15405 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 122592 KiB
Current children cumulated memory: 52384 KiB

[startup+0.700174 s]
/proc/loadavg: 4.11 4.12 4.09 5/266 56825
/proc/meminfo: memFree=128803488/131249996 swapFree=33010416/33010684
[pid=56824] ppid=56821 vsize=172048 memory=112556 CPUtime=0.68 cores=1,3
/proc/56824/stat : 56824 (ipbhs_gurobi) R 56821 56824 55047 0 -1 4194304 21294 0 0 0 58 10 0 0 20 0 1 0 54349727 176177152 28139 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
/proc/56824/statm: 43012 28139 1728 641 0 27769 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 172048 KiB
Current children cumulated memory: 112556 KiB

[startup+1.50017 s]
/proc/loadavg: 4.11 4.12 4.09 5/266 56825
/proc/meminfo: memFree=128726684/131249996 swapFree=33010416/33010684
[pid=56824] ppid=56821 vsize=272724 memory=196880 CPUtime=1.48 cores=1,3
/proc/56824/stat : 56824 (ipbhs_gurobi) R 56821 56824 55047 0 -1 4194304 32160 0 0 0 105 43 0 0 20 0 1 0 54349727 279269376 49220 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
/proc/56824/statm: 68181 49220 1728 641 0 52938 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 272724 KiB
Current children cumulated memory: 196880 KiB

[startup+3.1054 s]
/proc/loadavg: 4.10 4.12 4.09 5/267 56826
/proc/meminfo: memFree=128356392/131249996 swapFree=33010416/33010684
[pid=56824] ppid=56821 vsize=628976 memory=533044 CPUtime=3.09 cores=1,3
/proc/56824/stat : 56824 (ipbhs_gurobi) R 56821 56824 55047 0 -1 4194304 102457 0 0 0 223 86 0 0 20 0 2 0 54349727 644071424 133261 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
/proc/56824/statm: 157244 133261 2304 641 0 139727 0
[pid=56824/tid=56826] ppid=56821 vsize=628976 memory=122200 CPUtime=0 cores=1,3
/proc/56824/task/56826/stat : 56826 (ipbhs_gurobi) S 56821 56824 55047 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 54349942 644071424 133261 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 628976 KiB
Current children cumulated memory: 533044 KiB

[startup+6.30015 s]
/proc/loadavg: 4.10 4.12 4.09 5/267 56826
/proc/meminfo: memFree=128240088/131249996 swapFree=33010416/33010684
[pid=56824] ppid=56821 vsize=719352 memory=631616 CPUtime=6.27 cores=1,3
/proc/56824/stat : 56824 (ipbhs_gurobi) R 56821 56824 55047 0 -1 4194304 129591 0 0 0 536 91 0 0 20 0 2 0 54349727 736616448 157904 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
/proc/56824/statm: 179838 157904 2368 641 0 162321 0
[pid=56824/tid=56826] ppid=56821 vsize=719352 memory=204804 CPUtime=0 cores=1,3
/proc/56824/task/56826/stat : 56826 (ipbhs_gurobi) S 56821 56824 55047 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 54349942 736616448 157904 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 719352 KiB
Current children cumulated memory: 631616 KiB

[startup+12.7001 s]
/proc/loadavg: 4.09 4.11 4.09 5/267 56826
/proc/meminfo: memFree=128200272/131249996 swapFree=33010416/33010684
[pid=56824] ppid=56821 vsize=719476 memory=637564 CPUtime=12.65 cores=1,3
/proc/56824/stat : 56824 (ipbhs_gurobi) R 56821 56824 55047 0 -1 4194304 160126 0 0 0 1135 130 0 0 20 0 2 0 54349727 736743424 159391 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
/proc/56824/statm: 179869 159391 3104 641 0 162352 0
[pid=56824/tid=56826] ppid=56821 vsize=719476 memory=637564 CPUtime=0 cores=1,3
/proc/56824/task/56826/stat : 56826 (ipbhs_gurobi) S 56821 56824 55047 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 2 0 54349942 736743424 159391 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 719476 KiB
Current children cumulated memory: 637564 KiB

[startup+25.5001 s]
/proc/loadavg: 4.15 4.12 4.09 5/267 56827
/proc/meminfo: memFree=128231764/131249996 swapFree=33010416/33010684
[pid=56824] ppid=56821 vsize=719476 memory=637564 CPUtime=25.44 cores=1,3
/proc/56824/stat : 56824 (ipbhs_gurobi) R 56821 56824 55047 0 -1 4194304 172299 0 0 0 2369 175 0 0 20 0 2 0 54349727 736743424 159391 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
/proc/56824/statm: 179869 159391 3104 641 0 162352 0
[pid=56824/tid=56826] ppid=56821 vsize=719476 memory=637564 CPUtime=0 cores=1,3
/proc/56824/task/56826/stat : 56826 (ipbhs_gurobi) S 56821 56824 55047 0 -1 4194368 8 0 0 0 0 0 0 0 20 0 2 0 54349942 736743424 159391 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 719476 KiB
Current children cumulated memory: 637564 KiB

[startup+51.1049 s]
/proc/loadavg: 4.10 4.11 4.09 5/267 56827
/proc/meminfo: memFree=128229528/131249996 swapFree=33010416/33010684
[pid=56824] ppid=56821 vsize=719476 memory=637564 CPUtime=51 cores=1,3
/proc/56824/stat : 56824 (ipbhs_gurobi) R 56821 56824 55047 0 -1 4194304 184438 0 0 0 4804 296 0 0 20 0 2 0 54349727 736743424 159391 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
/proc/56824/statm: 179869 159391 3104 641 0 162352 0
[pid=56824/tid=56826] ppid=56821 vsize=719476 memory=14384 CPUtime=0 cores=1,3
/proc/56824/task/56826/stat : 56826 (ipbhs_gurobi) S 56821 56824 55047 0 -1 4194368 10 0 0 0 0 0 0 0 20 0 2 0 54349942 736743424 159391 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
Current children cumulated CPU time: 51 s
Current children cumulated vsize: 719476 KiB
Current children cumulated memory: 637564 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/267 56829
/proc/meminfo: memFree=128043392/131249996 swapFree=33010416/33010684
[pid=56824] ppid=56821 vsize=772184 memory=682448 CPUtime=102.11 cores=1,3
/proc/56824/stat : 56824 (ipbhs_gurobi) R 56821 56824 55047 0 -1 4194304 270732 0 0 0 9687 524 0 0 20 0 2 0 54349727 790716416 170612 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
/proc/56824/statm: 193046 170612 3328 641 0 175529 0
[pid=56824/tid=56826] ppid=56821 vsize=772184 memory=682448 CPUtime=0.01 cores=1,3
/proc/56824/task/56826/stat : 56826 (ipbhs_gurobi) S 56821 56824 55047 0 -1 4194368 15 0 0 0 0 1 0 0 20 0 2 0 54349942 790716416 170612 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
Current children cumulated CPU time: 102.11 s
Current children cumulated vsize: 772184 KiB
Current children cumulated memory: 682448 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/268 56834
/proc/meminfo: memFree=127861648/131249996 swapFree=33010416/33010684
[pid=56824] ppid=56821 vsize=790660 memory=709780 CPUtime=162.01 cores=1,3
/proc/56824/stat : 56824 (ipbhs_gurobi) R 56821 56824 55047 0 -1 4194304 364502 0 0 0 15451 750 0 0 20 0 2 0 54349727 809635840 177445 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
/proc/56824/statm: 197665 177445 3360 641 0 180148 0
[pid=56824/tid=56826] ppid=56821 vsize=790660 memory=682448 CPUtime=0.02 cores=1,3
/proc/56824/task/56826/stat : 56826 (ipbhs_gurobi) S 56821 56824 55047 0 -1 4194368 18 0 0 0 1 1 0 0 20 0 2 0 54349942 809635840 177445 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
Current children cumulated CPU time: 162.01 s
Current children cumulated vsize: 790660 KiB
Current children cumulated memory: 709780 KiB

[startup+222.3 s]
/proc/loadavg: 4.41 4.18 4.11 5/268 56837
/proc/meminfo: memFree=127823852/131249996 swapFree=33010416/33010684
[pid=56824] ppid=56821 vsize=858748 memory=715784 CPUtime=221.91 cores=1,3
/proc/56824/stat : 56824 (ipbhs_gurobi) R 56821 56824 55047 0 -1 4194304 516128 0 0 0 21248 943 0 0 20 0 2 0 54349727 879357952 178946 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
/proc/56824/statm: 214687 178946 3520 641 0 197170 0
[pid=56824/tid=56826] ppid=56821 vsize=858748 memory=14384 CPUtime=0.03 cores=1,3
/proc/56824/task/56826/stat : 56826 (ipbhs_gurobi) S 56821 56824 55047 0 -1 4194368 21 0 0 0 1 2 0 0 20 0 2 0 54349942 879357952 178946 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
Current children cumulated CPU time: 221.91 s
Current children cumulated vsize: 858748 KiB
Current children cumulated memory: 715784 KiB

[startup+282.3 s]
/proc/loadavg: 4.29 4.19 4.12 5/268 56839
/proc/meminfo: memFree=127641316/131249996 swapFree=33010416/33010684
[pid=56824] ppid=56821 vsize=858748 memory=715784 CPUtime=281.8 cores=1,3
/proc/56824/stat : 56824 (ipbhs_gurobi) R 56821 56824 55047 0 -1 4194304 526088 0 0 0 27080 1100 0 0 20 0 2 0 54349727 879357952 178946 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
/proc/56824/statm: 214687 178946 3520 641 0 197170 0
[pid=56824/tid=56826] ppid=56821 vsize=858748 memory=715784 CPUtime=0.04 cores=1,3
/proc/56824/task/56826/stat : 56826 (ipbhs_gurobi) S 56821 56824 55047 0 -1 4194368 24 0 0 0 1 3 0 0 20 0 2 0 54349942 879357952 178946 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
Current children cumulated CPU time: 281.8 s
Current children cumulated vsize: 858748 KiB
Current children cumulated memory: 715784 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 4.17 4.11 5/269 56846
/proc/meminfo: memFree=127666840/131249996 swapFree=33010416/33010684
[pid=56824] ppid=56821 vsize=810164 memory=667672 CPUtime=341.7 cores=1,3
/proc/56824/stat : 56824 (ipbhs_gurobi) R 56821 56824 55047 0 -1 4194304 632737 0 0 0 32870 1300 0 0 20 0 2 0 54349727 829607936 166918 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
/proc/56824/statm: 202541 166918 3552 641 0 185024 0
[pid=56824/tid=56826] ppid=56821 vsize=810164 memory=14384 CPUtime=0.05 cores=1,3
/proc/56824/task/56826/stat : 56826 (ipbhs_gurobi) S 56821 56824 55047 0 -1 4194368 27 0 0 0 2 3 0 0 20 0 2 0 54349942 829607936 166918 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
Current children cumulated CPU time: 341.7 s

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

/proc/meminfo: memFree=122273116/131249996 swapFree=33010416/33010684
[pid=56824] ppid=56821 vsize=3676372 memory=2969464 CPUtime=3036.59 cores=1,3
/proc/56824/stat : 56824 (ipbhs_gurobi) R 56821 56824 55047 0 -1 4194304 2872137 0 3 0 298047 5612 0 0 20 0 2 0 54349727 3764604928 742366 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
/proc/56824/statm: 919093 742366 3776 641 0 901576 0
[pid=56824/tid=56826] ppid=56821 vsize=3676372 memory=2969336 CPUtime=0.81 cores=1,3
/proc/56824/task/56826/stat : 56826 (ipbhs_gurobi) S 56821 56824 55047 0 -1 4194368 88 0 0 0 28 53 0 0 20 0 2 0 54349942 3764604928 742366 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
Current children cumulated CPU time: 3036.59 s
Current children cumulated vsize: 3676372 KiB
Current children cumulated memory: 2969464 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.14 4.11 5/266 57074
/proc/meminfo: memFree=122262484/131249996 swapFree=33010416/33010684
[pid=56824] ppid=56821 vsize=3680924 memory=2985152 CPUtime=3096.47 cores=1,3
/proc/56824/stat : 56824 (ipbhs_gurobi) R 56821 56824 55047 0 -1 4194304 2960008 0 3 0 303916 5731 0 0 20 0 2 0 54349727 3769266176 746288 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
/proc/56824/statm: 920231 746288 3776 641 0 902714 0
[pid=56824/tid=56826] ppid=56821 vsize=3680924 memory=2972656 CPUtime=0.84 cores=1,3
/proc/56824/task/56826/stat : 56826 (ipbhs_gurobi) S 56821 56824 55047 0 -1 4194368 90 0 0 0 29 55 0 0 20 0 2 0 54349942 3769266176 746288 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
Current children cumulated CPU time: 3096.47 s
Current children cumulated vsize: 3680924 KiB
Current children cumulated memory: 2985152 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.14 4.11 5/266 57077
/proc/meminfo: memFree=121948808/131249996 swapFree=33010416/33010684
[pid=56824] ppid=56821 vsize=3680924 memory=3030208 CPUtime=3156.35 cores=1,3
/proc/56824/stat : 56824 (ipbhs_gurobi) R 56821 56824 55047 0 -1 4194304 2981066 0 3 0 309896 5739 0 0 20 0 2 0 54349727 3769266176 757552 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
/proc/56824/statm: 920231 757552 3776 641 0 902714 0
[pid=56824/tid=56826] ppid=56821 vsize=3680924 memory=2972656 CPUtime=0.86 cores=1,3
/proc/56824/task/56826/stat : 56826 (ipbhs_gurobi) S 56821 56824 55047 0 -1 4194368 92 0 0 0 30 56 0 0 20 0 2 0 54349942 3769266176 757552 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
Current children cumulated CPU time: 3156.35 s
Current children cumulated vsize: 3680924 KiB
Current children cumulated memory: 3030208 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.14 4.11 5/267 57082
/proc/meminfo: memFree=122342760/131249996 swapFree=33010416/33010684
[pid=56824] ppid=56821 vsize=3680924 memory=3085504 CPUtime=3216.23 cores=1,3
/proc/56824/stat : 56824 (ipbhs_gurobi) R 56821 56824 55047 0 -1 4194304 2988934 0 3 0 315873 5750 0 0 20 0 2 0 54349727 3769266176 771376 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
/proc/56824/statm: 920231 771376 3776 641 0 902714 0
[pid=56824/tid=56826] ppid=56821 vsize=3680924 memory=2972656 CPUtime=0.88 cores=1,3
/proc/56824/task/56826/stat : 56826 (ipbhs_gurobi) S 56821 56824 55047 0 -1 4194368 93 0 0 0 31 57 0 0 20 0 2 0 54349942 3769266176 771376 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
Current children cumulated CPU time: 3216.23 s
Current children cumulated vsize: 3680924 KiB
Current children cumulated memory: 3085504 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.14 4.11 5/268 57085
/proc/meminfo: memFree=121362296/131249996 swapFree=33010416/33010684
[pid=56824] ppid=56821 vsize=4581692 memory=3745144 CPUtime=3276.1 cores=1,3
/proc/56824/stat : 56824 (ipbhs_gurobi) R 56821 56824 55047 0 -1 4194304 3236489 0 3 0 321818 5792 0 0 20 0 2 0 54349727 4691652608 936286 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
/proc/56824/statm: 1145423 936286 3776 641 0 1127906 0
[pid=56824/tid=56826] ppid=56821 vsize=4581692 memory=3737908 CPUtime=0.91 cores=1,3
/proc/56824/task/56826/stat : 56826 (ipbhs_gurobi) S 56821 56824 55047 0 -1 4194368 95 0 0 0 32 59 0 0 20 0 2 0 54349942 4691652608 936286 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
Current children cumulated CPU time: 3276.1 s
Current children cumulated vsize: 4581692 KiB
Current children cumulated memory: 3745144 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.15 4.11 5/268 57087
/proc/meminfo: memFree=121247756/131249996 swapFree=33010416/33010684
[pid=56824] ppid=56821 vsize=4601024 memory=3854528 CPUtime=3335.98 cores=1,3
/proc/56824/stat : 56824 (ipbhs_gurobi) R 56821 56824 55047 0 -1 4194304 3254274 0 3 0 327796 5802 0 0 20 0 2 0 54349727 4711448576 963632 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
/proc/56824/statm: 1150256 963632 3776 641 0 1132739 0
[pid=56824/tid=56826] ppid=56821 vsize=4601024 memory=3854272 CPUtime=0.92 cores=1,3
/proc/56824/task/56826/stat : 56826 (ipbhs_gurobi) S 56821 56824 55047 0 -1 4194368 95 0 0 0 32 60 0 0 20 0 2 0 54349942 4711448576 963632 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
Current children cumulated CPU time: 3335.98 s
Current children cumulated vsize: 4601024 KiB
Current children cumulated memory: 3854528 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.13 4.10 5/268 57093
/proc/meminfo: memFree=121153076/131249996 swapFree=33010416/33010684
[pid=56824] ppid=56821 vsize=4601956 memory=3938408 CPUtime=3395.86 cores=1,3
/proc/56824/stat : 56824 (ipbhs_gurobi) R 56821 56824 55047 0 -1 4194304 3262926 0 3 0 333778 5808 0 0 20 0 2 0 54349727 4712402944 984602 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
/proc/56824/statm: 1150489 984602 3776 641 0 1132972 0
[pid=56824/tid=56826] ppid=56821 vsize=4601956 memory=3906480 CPUtime=0.94 cores=1,3
/proc/56824/task/56826/stat : 56826 (ipbhs_gurobi) S 56821 56824 55047 0 -1 4194368 96 0 0 0 33 61 0 0 20 0 2 0 54349942 4712402944 984602 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
Current children cumulated CPU time: 3395.86 s
Current children cumulated vsize: 4601956 KiB
Current children cumulated memory: 3938408 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.15 4.11 5/268 57094
/proc/meminfo: memFree=120652076/131249996 swapFree=33010416/33010684
[pid=56824] ppid=56821 vsize=4606388 memory=4033800 CPUtime=3455.74 cores=1,3
/proc/56824/stat : 56824 (ipbhs_gurobi) R 56821 56824 55047 0 -1 4194304 3306214 0 3 0 339754 5820 0 0 20 0 2 0 54349727 4716941312 1008450 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
/proc/56824/statm: 1151597 1008450 3776 641 0 1134080 0
[pid=56824/tid=56826] ppid=56821 vsize=4606388 memory=3906480 CPUtime=0.96 cores=1,3
/proc/56824/task/56826/stat : 56826 (ipbhs_gurobi) S 56821 56824 55047 0 -1 4194368 98 0 0 0 34 62 0 0 20 0 2 0 54349942 4716941312 1008450 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
Current children cumulated CPU time: 3455.74 s
Current children cumulated vsize: 4606388 KiB
Current children cumulated memory: 4033800 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.14 4.10 5/267 57142
/proc/meminfo: memFree=121397304/131249996 swapFree=33010416/33010684
[pid=56824] ppid=56821 vsize=4609332 memory=4113152 CPUtime=3515.63 cores=1,3
/proc/56824/stat : 56824 (ipbhs_gurobi) R 56821 56824 55047 0 -1 4194304 3340702 0 3 0 345737 5826 0 0 20 0 2 0 54349727 4719955968 1028288 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
/proc/56824/statm: 1152333 1028288 3776 641 0 1134816 0
[pid=56824/tid=56826] ppid=56821 vsize=4609332 memory=4033800 CPUtime=0.97 cores=1,3
/proc/56824/task/56826/stat : 56826 (ipbhs_gurobi) S 56821 56824 55047 0 -1 4194368 99 0 0 0 34 63 0 0 20 0 2 0 54349942 4719955968 1028288 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
Current children cumulated CPU time: 3515.63 s
Current children cumulated vsize: 4609332 KiB
Current children cumulated memory: 4113152 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/267 57145
/proc/meminfo: memFree=121323192/131249996 swapFree=33010416/33010684
[pid=56824] ppid=56821 vsize=4620792 memory=4150772 CPUtime=3575.5 cores=1,3
/proc/56824/stat : 56824 (ipbhs_gurobi) R 56821 56824 55047 0 -1 4194304 3567592 0 3 0 351705 5845 0 0 20 0 2 0 54349727 4731691008 1037693 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
/proc/56824/statm: 1155198 1037693 3776 641 0 1137681 0
[pid=56824/tid=56826] ppid=56821 vsize=4620792 memory=4150772 CPUtime=1 cores=1,3
/proc/56824/task/56826/stat : 56826 (ipbhs_gurobi) S 56821 56824 55047 0 -1 4194368 100 0 0 0 35 65 0 0 20 0 2 0 54349942 4731691008 1037693 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
Current children cumulated CPU time: 3575.5 s
Current children cumulated vsize: 4620792 KiB
Current children cumulated memory: 4150772 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.9 s]
/proc/loadavg: 4.13 4.13 4.10 5/267 57148
/proc/meminfo: memFree=121314860/131249996 swapFree=33010416/33010684
[pid=56824] ppid=56821 vsize=4703092 memory=4189528 CPUtime=3600.05 cores=1,3
/proc/56824/stat : 56824 (ipbhs_gurobi) R 56821 56824 55047 0 -1 4194304 3599879 0 3 0 354153 5852 0 0 20 0 2 0 54349727 4815966208 1047382 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
/proc/56824/statm: 1175773 1047382 3776 641 0 1158256 0
[pid=56824/tid=56826] ppid=56821 vsize=4703092 memory=4150772 CPUtime=1.01 cores=1,3
/proc/56824/task/56826/stat : 56826 (ipbhs_gurobi) S 56821 56824 55047 0 -1 4194368 100 0 0 0 36 65 0 0 20 0 2 0 54349942 4815966208 1047382 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 4703092 KiB
Current children cumulated memory: 4189528 KiB

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

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

# cumulated CPU time of all completed processes:  user=3541.54 s, system=58.585 s

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

[startup+3606.9 s]
/proc/loadavg: 4.13 4.13 4.10 5/267 57148
/proc/meminfo: memFree=121314860/131249996 swapFree=33010416/33010684
[pid=56824] ppid=56821 vsize=4703092 memory=4189528 CPUtime=3600.05 cores=1,3
/proc/56824/stat : 56824 (ipbhs_gurobi) R 56821 56824 55047 0 -1 4194304 3599879 0 3 0 354153 5852 0 0 20 0 2 0 54349727 4815966208 1047382 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
/proc/56824/statm: 1175773 1047382 3776 641 0 1158256 0
[pid=56824/tid=56826] ppid=56821 vsize=4703092 memory=4150772 CPUtime=1.01 cores=1,3
/proc/56824/task/56826/stat : 56826 (ipbhs_gurobi) S 56821 56824 55047 0 -1 4194368 100 0 0 0 36 65 0 0 20 0 2 0 54349942 4815966208 1047382 18446744073709551615 93835575611392 93835578236445 140732072988912 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93835578855320 93835578888282 93835603525632 140732072995211 140732072995335 140732072995335 140732073000937 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 4703092 KiB
Current children cumulated memory: 4189528 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3606.97
CPU time (s): 3600.13
CPU user time (s): 3541.54
CPU system time (s): 58.585
CPU usage (%): 99.8103
Max. virtual memory (cumulated for all children) (KiB): 4703092
Max. memory (cumulated for all children) (KiB): 4189528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3541.54
system time used= 58.585
maximum resident set size= 4189528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3599879
page faults= 3
swaps= 0
block input operations= 256
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 358619
involuntary context switches= 2729


# summary of solver processes directly reported to runsolver:
#   pid: 56824
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3541.54
#   total CPU system time (s): 58.585

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.25376 second user time and 15.5962 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-01 18:18:39
IDJOB=4497361
IDBENCH=148184
IDSOLVER=3334
FILE ID=nodeC022/4497361-1751386719
RUNJOBID= nodeC022-1751382977-55059
SLURM_JOB_ID= 9598227
Free space on /tmp= 432868 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2025-06-09
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/area_delay/normalized-fir08_area_delay.opb
COMMAND LINE= ./ipbhs_gurobi --sym-cores-compact BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4497361-1751386719/watcher-4497361-1751386719 -o /tmp/evaluation-result-4497361-1751386719/solver-4497361-1751386719 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751382977-55059 --watchdog 3760  ./ipbhs_gurobi --sym-cores-compact HOME/instance-4497361-1751386719.opb --max-coef 1000000000

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

MD5SUM BENCH= 7820f3b59b0050160ec7540947fbedc5
RANDOM SEED=589685114

nodeC022 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.689
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.44
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.675
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.44
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.063
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.44
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		: 3598.826
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.44
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.715
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.44
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.715
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.44
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		: 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 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.44
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		: 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 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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128864456 kB
MemAvailable:   129022180 kB
Buffers:            2128 kB
Cached:           960388 kB
SwapCached:           32 kB
Active:          1230800 kB
Inactive:         572524 kB
Active(anon):     854644 kB
Inactive(anon):     4196 kB
Active(file):     376156 kB
Inactive(file):   568328 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             76668 kB
Writeback:             0 kB
AnonPages:        843884 kB
Mapped:           119244 kB
Shmem:             18028 kB
KReclaimable:     104560 kB
Slab:             191704 kB
SReclaimable:     104560 kB
SUnreclaim:        87144 kB
KernelStack:        4288 kB
PageTables:         4844 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1219592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    524288 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432808 MiB
End job on nodeC022 at 2025-07-01 19:18:47