Trace number 4497360

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.11 3606.57

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 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
2.27/2.34	c limit for coefficient in constraints and objective to 1000000000
2.27/2.34	c will solve HOME/instance-4497360-1751390872.opb
2.27/2.34	c [0.09] 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 (61369 MiB free)
  memory of node 1: 64465 MiB (62569 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4497360-1751390872/watcher-4497360-1751390872 -o /tmp/evaluation-result-4497360-1751390872/solver-4497360-1751390872 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751387240-55727 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4497360-1751390872.opb --max-coef 1000000000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100061 s]*
/proc/loadavg: 4.12 4.09 4.09 5/269 57166
/proc/meminfo: memFree=126708492/131249996 swapFree=33005272/33010684
[pid=57165] ppid=57162 vsize=353628 memory=290392 CPUtime=0.09 cores=0,2
/proc/57165/stat : 57165 (ipbhs_gurobi) R 57162 57165 55717 0 -1 4194304 4119 0 0 0 3 6 0 0 20 0 1 0 54765066 362115072 72598 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
/proc/57165/statm: 88407 72598 1632 641 0 73164 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 353628 KiB
Current children cumulated memory: 290392 KiB

[startup+0.205601 s]*
/proc/loadavg: 4.12 4.09 4.09 5/269 57166
/proc/meminfo: memFree=126761580/131249996 swapFree=33005272/33010684
[pid=57165] ppid=57162 vsize=368472 memory=304244 CPUtime=0.19 cores=0,2
/proc/57165/stat : 57165 (ipbhs_gurobi) R 57162 57165 55717 0 -1 4194304 7742 0 0 0 13 6 0 0 20 0 1 0 54765066 377315328 76061 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
/proc/57165/statm: 92118 76061 1632 641 0 76875 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 368472 KiB
Current children cumulated memory: 304244 KiB

[startup+0.305463 s]*
/proc/loadavg: 4.12 4.09 4.09 5/269 57166
/proc/meminfo: memFree=126757484/131249996 swapFree=33005272/33010684
[pid=57165] ppid=57162 vsize=379664 memory=316524 CPUtime=0.29 cores=0,2
/proc/57165/stat : 57165 (ipbhs_gurobi) R 57162 57165 55717 0 -1 4194304 10027 0 0 0 22 7 0 0 20 0 1 0 54765066 388775936 79131 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
/proc/57165/statm: 94916 79131 1632 641 0 79673 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 379664 KiB
Current children cumulated memory: 316524 KiB

[startup+0.700185 s]
/proc/loadavg: 4.12 4.09 4.09 5/269 57166
/proc/meminfo: memFree=126743432/131249996 swapFree=33005272/33010684
[pid=57165] ppid=57162 vsize=427936 memory=369656 CPUtime=0.68 cores=0,2
/proc/57165/stat : 57165 (ipbhs_gurobi) R 57162 57165 55717 0 -1 4194304 19122 0 0 0 56 12 0 0 20 0 1 0 54765066 438206464 92414 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
/proc/57165/statm: 106984 92414 1760 641 0 91741 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 427936 KiB
Current children cumulated memory: 369656 KiB

[startup+1.50017 s]
/proc/loadavg: 4.12 4.09 4.09 5/269 57166
/proc/meminfo: memFree=126683520/131249996 swapFree=33005272/33010684
[pid=57165] ppid=57162 vsize=489176 memory=431496 CPUtime=1.48 cores=0,2
/proc/57165/stat : 57165 (ipbhs_gurobi) R 57162 57165 55717 0 -1 4194304 28951 0 0 0 106 42 0 0 20 0 1 0 54765066 500916224 107874 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
/proc/57165/statm: 122294 107874 1760 641 0 107051 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 489176 KiB
Current children cumulated memory: 431496 KiB

[startup+3.10539 s]
/proc/loadavg: 4.12 4.09 4.09 5/270 57167
/proc/meminfo: memFree=126422372/131249996 swapFree=33005272/33010684
[pid=57165] ppid=57162 vsize=636580 memory=544632 CPUtime=3.08 cores=0,2
/proc/57165/stat : 57165 (ipbhs_gurobi) R 57162 57165 55717 0 -1 4194304 46132 0 0 0 213 95 0 0 20 0 2 0 54765066 651857920 136158 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
/proc/57165/statm: 159145 136158 2368 641 0 141628 0
[pid=57165/tid=57167] ppid=57162 vsize=636580 memory=379808 CPUtime=0 cores=0,2
/proc/57165/task/57167/stat : 57167 (ipbhs_gurobi) S 57162 57165 55717 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 54765291 651857920 136158 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 636580 KiB
Current children cumulated memory: 544632 KiB

[startup+6.30017 s]
/proc/loadavg: 4.11 4.09 4.09 5/270 57167
/proc/meminfo: memFree=126100300/131249996 swapFree=33005272/33010684
[pid=57165] ppid=57162 vsize=934652 memory=747116 CPUtime=6.27 cores=0,2
/proc/57165/stat : 57165 (ipbhs_gurobi) R 57162 57165 55717 0 -1 4194304 121405 0 0 0 507 120 0 0 20 0 2 0 54765066 957083648 186779 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
/proc/57165/statm: 233663 186779 3200 641 0 216146 0
[pid=57165/tid=57167] ppid=57162 vsize=934652 memory=437340 CPUtime=0 cores=0,2
/proc/57165/task/57167/stat : 57167 (ipbhs_gurobi) S 57162 57165 55717 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 54765291 957083648 186779 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 934652 KiB
Current children cumulated memory: 747116 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.09 4.09 5/270 57167
/proc/meminfo: memFree=126160420/131249996 swapFree=33005272/33010684
[pid=57165] ppid=57162 vsize=934652 memory=747116 CPUtime=12.65 cores=0,2
/proc/57165/stat : 57165 (ipbhs_gurobi) R 57162 57165 55717 0 -1 4194304 142606 0 0 0 1133 132 0 0 20 0 2 0 54765066 957083648 186779 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
/proc/57165/statm: 233663 186779 3200 641 0 216146 0
[pid=57165/tid=57167] ppid=57162 vsize=934652 memory=747116 CPUtime=0 cores=0,2
/proc/57165/task/57167/stat : 57167 (ipbhs_gurobi) S 57162 57165 55717 0 -1 4194368 8 0 0 0 0 0 0 0 20 0 2 0 54765291 957083648 186779 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 934652 KiB
Current children cumulated memory: 747116 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.08 4.09 5/270 57167
/proc/meminfo: memFree=126467492/131249996 swapFree=33005272/33010684
[pid=57165] ppid=57162 vsize=934652 memory=747116 CPUtime=25.43 cores=0,2
/proc/57165/stat : 57165 (ipbhs_gurobi) R 57162 57165 55717 0 -1 4194304 170354 0 0 0 2357 186 0 0 20 0 2 0 54765066 957083648 186779 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
/proc/57165/statm: 233663 186779 3200 641 0 216146 0
[pid=57165/tid=57167] ppid=57162 vsize=934652 memory=747116 CPUtime=0 cores=0,2
/proc/57165/task/57167/stat : 57167 (ipbhs_gurobi) S 57162 57165 55717 0 -1 4194368 11 0 0 0 0 0 0 0 20 0 2 0 54765291 957083648 186779 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 934652 KiB
Current children cumulated memory: 747116 KiB

[startup+51.1057 s]
/proc/loadavg: 4.12 4.09 4.09 5/270 57168
/proc/meminfo: memFree=126459608/131249996 swapFree=33005272/33010684
[pid=57165] ppid=57162 vsize=934652 memory=747116 CPUtime=50.99 cores=0,2
/proc/57165/stat : 57165 (ipbhs_gurobi) R 57162 57165 55717 0 -1 4194304 183633 0 0 0 4787 312 0 0 20 0 2 0 54765066 957083648 186779 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
/proc/57165/statm: 233663 186779 3200 641 0 216146 0
[pid=57165/tid=57167] ppid=57162 vsize=934652 memory=14156 CPUtime=0.01 cores=0,2
/proc/57165/task/57167/stat : 57167 (ipbhs_gurobi) S 57162 57165 55717 0 -1 4194368 13 0 0 0 0 1 0 0 20 0 2 0 54765291 957083648 186779 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 934652 KiB
Current children cumulated memory: 747116 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/270 57215
/proc/meminfo: memFree=126759980/131249996 swapFree=33005272/33010684
[pid=57165] ppid=57162 vsize=989624 memory=834964 CPUtime=102.1 cores=0,2
/proc/57165/stat : 57165 (ipbhs_gurobi) R 57162 57165 55717 0 -1 4194304 271110 0 0 0 9664 546 0 0 20 0 2 0 54765066 1013374976 208741 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
/proc/57165/statm: 247406 208741 3360 641 0 229889 0
[pid=57165/tid=57167] ppid=57162 vsize=989624 memory=834964 CPUtime=0.01 cores=0,2
/proc/57165/task/57167/stat : 57167 (ipbhs_gurobi) S 57162 57165 55717 0 -1 4194368 15 0 0 0 0 1 0 0 20 0 2 0 54765291 1013374976 208741 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
Current children cumulated CPU time: 102.1 s
Current children cumulated vsize: 989624 KiB
Current children cumulated memory: 834964 KiB

[startup+162.3 s]
/proc/loadavg: 4.04 4.07 4.08 5/270 57217
/proc/meminfo: memFree=126736712/131249996 swapFree=33005272/33010684
[pid=57165] ppid=57162 vsize=1005824 memory=864952 CPUtime=161.99 cores=0,2
/proc/57165/stat : 57165 (ipbhs_gurobi) R 57162 57165 55717 0 -1 4194304 358801 0 0 0 15437 762 0 0 20 0 2 0 54765066 1029963776 216238 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
/proc/57165/statm: 251456 216238 3424 641 0 233939 0
[pid=57165/tid=57167] ppid=57162 vsize=1005824 memory=834964 CPUtime=0.03 cores=0,2
/proc/57165/task/57167/stat : 57167 (ipbhs_gurobi) S 57162 57165 55717 0 -1 4194368 16 0 0 0 1 2 0 0 20 0 2 0 54765291 1029963776 216238 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
Current children cumulated CPU time: 161.99 s
Current children cumulated vsize: 1005824 KiB
Current children cumulated memory: 864952 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/270 57268
/proc/meminfo: memFree=127082872/131249996 swapFree=33005272/33010684
[pid=57165] ppid=57162 vsize=974460 memory=832908 CPUtime=221.88 cores=0,2
/proc/57165/stat : 57165 (ipbhs_gurobi) R 57162 57165 55717 0 -1 4194304 534431 0 0 0 21225 963 0 0 20 0 2 0 54765066 997847040 208227 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
/proc/57165/statm: 243615 208227 3552 641 0 226098 0
[pid=57165/tid=57167] ppid=57162 vsize=974460 memory=13568 CPUtime=0.04 cores=0,2
/proc/57165/task/57167/stat : 57167 (ipbhs_gurobi) S 57162 57165 55717 0 -1 4194368 20 0 0 0 1 3 0 0 20 0 2 0 54765291 997847040 208227 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
Current children cumulated CPU time: 221.88 s
Current children cumulated vsize: 974460 KiB
Current children cumulated memory: 832908 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/268 57270
/proc/meminfo: memFree=127218560/131249996 swapFree=33005272/33010684
[pid=57165] ppid=57162 vsize=974460 memory=834956 CPUtime=281.77 cores=0,2
/proc/57165/stat : 57165 (ipbhs_gurobi) R 57162 57165 55717 0 -1 4194304 544413 0 0 0 27038 1139 0 0 20 0 2 0 54765066 997847040 208739 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
/proc/57165/statm: 243615 208739 3552 641 0 226098 0
[pid=57165/tid=57167] ppid=57162 vsize=974460 memory=14156 CPUtime=0.07 cores=0,2
/proc/57165/task/57167/stat : 57167 (ipbhs_gurobi) S 57162 57165 55717 0 -1 4194368 22 0 0 0 2 5 0 0 20 0 2 0 54765291 997847040 208739 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
Current children cumulated CPU time: 281.77 s
Current children cumulated vsize: 974460 KiB
Current children cumulated memory: 834956 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/267 57272
/proc/meminfo: memFree=127144824/131249996 swapFree=33005272/33010684
[pid=57165] ppid=57162 vsize=1024308 memory=883420 CPUtime=341.65 cores=0,2
/proc/57165/stat : 57165 (ipbhs_gurobi) R 57162 57165 55717 0 -1 4194304 688922 0 0 0 32824 1341 0 0 20 0 2 0 54765066 1048891392 220855 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
/proc/57165/statm: 256077 220855 3584 641 0 238560 0
[pid=57165/tid=57167] ppid=57162 vsize=1024308 memory=14156 CPUtime=0.08 cores=0,2
/proc/57165/task/57167/stat : 57167 (ipbhs_gurobi) S 57162 57165 55717 0 -1 4194368 23 0 0 0 2 6 0 0 20 0 2 0 54765291 1048891392 220855 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
Current children cumulated CPU time: 341.65 s

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

/proc/meminfo: memFree=125272852/131249996 swapFree=33005272/33010684
[pid=57165] ppid=57162 vsize=3897156 memory=3191824 CPUtime=3036.8 cores=0,2
/proc/57165/stat : 57165 (ipbhs_gurobi) R 57162 57165 55717 0 -1 4194304 2768001 0 1 0 297994 5686 0 0 20 0 2 0 54765066 3990687744 797956 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
/proc/57165/statm: 974289 797956 3776 641 0 956772 0
[pid=57165/tid=57167] ppid=57162 vsize=3897156 memory=5632 CPUtime=1.03 cores=0,2
/proc/57165/task/57167/stat : 57167 (ipbhs_gurobi) S 57162 57165 55717 0 -1 4194368 78 0 0 0 30 73 0 0 20 0 2 0 54765291 3990687744 797956 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
Current children cumulated CPU time: 3036.8 s
Current children cumulated vsize: 3897156 KiB
Current children cumulated memory: 3191824 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/268 57461
/proc/meminfo: memFree=125259976/131249996 swapFree=33005272/33010684
[pid=57165] ppid=57162 vsize=3902412 memory=3205468 CPUtime=3096.69 cores=0,2
/proc/57165/stat : 57165 (ipbhs_gurobi) R 57162 57165 55717 0 -1 4194304 2847107 0 1 0 303834 5835 0 0 20 0 2 0 54765066 3996069888 801367 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
/proc/57165/statm: 975603 801367 3776 641 0 958086 0
[pid=57165/tid=57167] ppid=57162 vsize=3902412 memory=3203408 CPUtime=1.07 cores=0,2
/proc/57165/task/57167/stat : 57167 (ipbhs_gurobi) S 57162 57165 55717 0 -1 4194368 82 0 0 0 31 76 0 0 20 0 2 0 54765291 3996069888 801367 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
Current children cumulated CPU time: 3096.69 s
Current children cumulated vsize: 3902412 KiB
Current children cumulated memory: 3205468 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/268 57463
/proc/meminfo: memFree=125232340/131249996 swapFree=33005272/33010684
[pid=57165] ppid=57162 vsize=3902412 memory=3244544 CPUtime=3156.59 cores=0,2
/proc/57165/stat : 57165 (ipbhs_gurobi) R 57162 57165 55717 0 -1 4194304 2874115 0 1 0 309815 5844 0 0 20 0 2 0 54765066 3996069888 811136 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
/proc/57165/statm: 975603 811136 3776 641 0 958086 0
[pid=57165/tid=57167] ppid=57162 vsize=3902412 memory=14156 CPUtime=1.09 cores=0,2
/proc/57165/task/57167/stat : 57167 (ipbhs_gurobi) S 57162 57165 55717 0 -1 4194368 83 0 0 0 32 77 0 0 20 0 2 0 54765291 3996069888 811136 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
Current children cumulated CPU time: 3156.59 s
Current children cumulated vsize: 3902412 KiB
Current children cumulated memory: 3244544 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/268 57465
/proc/meminfo: memFree=125147980/131249996 swapFree=33005272/33010684
[pid=57165] ppid=57162 vsize=3902412 memory=3299936 CPUtime=3216.48 cores=0,2
/proc/57165/stat : 57165 (ipbhs_gurobi) R 57162 57165 55717 0 -1 4194304 2901691 0 1 0 315788 5860 0 0 20 0 2 0 54765066 3996069888 824984 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
/proc/57165/statm: 975603 824984 3776 641 0 958086 0
[pid=57165/tid=57167] ppid=57162 vsize=3902412 memory=3263004 CPUtime=1.12 cores=0,2
/proc/57165/task/57167/stat : 57167 (ipbhs_gurobi) S 57162 57165 55717 0 -1 4194368 84 0 0 0 33 79 0 0 20 0 2 0 54765291 3996069888 824984 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
Current children cumulated CPU time: 3216.48 s
Current children cumulated vsize: 3902412 KiB
Current children cumulated memory: 3299936 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/268 57469
/proc/meminfo: memFree=124481760/131249996 swapFree=33005272/33010684
[pid=57165] ppid=57162 vsize=4794104 memory=3949044 CPUtime=3276.38 cores=0,2
/proc/57165/stat : 57165 (ipbhs_gurobi) R 57162 57165 55717 0 -1 4194304 3136309 0 1 0 321739 5899 0 0 20 0 2 0 54765066 4909162496 987261 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
/proc/57165/statm: 1198526 987261 3776 641 0 1181009 0
[pid=57165/tid=57167] ppid=57162 vsize=4794104 memory=14156 CPUtime=1.15 cores=0,2
/proc/57165/task/57167/stat : 57167 (ipbhs_gurobi) S 57162 57165 55717 0 -1 4194368 84 0 0 0 34 81 0 0 20 0 2 0 54765291 4909162496 987261 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
Current children cumulated CPU time: 3276.38 s
Current children cumulated vsize: 4794104 KiB
Current children cumulated memory: 3949044 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/266 57471
/proc/meminfo: memFree=124273284/131249996 swapFree=33005272/33010684
[pid=57165] ppid=57162 vsize=4815944 memory=4060952 CPUtime=3336.28 cores=0,2
/proc/57165/stat : 57165 (ipbhs_gurobi) R 57162 57165 55717 0 -1 4194304 3211524 0 1 0 327707 5921 0 0 20 0 2 0 54765066 4931526656 1015238 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
/proc/57165/statm: 1203986 1015238 3776 641 0 1186469 0
[pid=57165/tid=57167] ppid=57162 vsize=4815944 memory=4044876 CPUtime=1.18 cores=0,2
/proc/57165/task/57167/stat : 57167 (ipbhs_gurobi) S 57162 57165 55717 0 -1 4194368 85 0 0 0 35 83 0 0 20 0 2 0 54765291 4931526656 1015238 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
Current children cumulated CPU time: 3336.28 s
Current children cumulated vsize: 4815944 KiB
Current children cumulated memory: 4060952 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/266 57473
/proc/meminfo: memFree=124171404/131249996 swapFree=33005272/33010684
[pid=57165] ppid=57162 vsize=4817776 memory=4142256 CPUtime=3396.18 cores=0,2
/proc/57165/stat : 57165 (ipbhs_gurobi) R 57162 57165 55717 0 -1 4194304 3253643 0 1 0 333689 5929 0 0 20 0 2 0 54765066 4933402624 1035564 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
/proc/57165/statm: 1204444 1035564 3776 641 0 1186927 0
[pid=57165/tid=57167] ppid=57162 vsize=4817776 memory=14156 CPUtime=1.22 cores=0,2
/proc/57165/task/57167/stat : 57167 (ipbhs_gurobi) S 57162 57165 55717 0 -1 4194368 85 0 0 0 36 86 0 0 20 0 2 0 54765291 4933402624 1035564 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
Current children cumulated CPU time: 3396.18 s
Current children cumulated vsize: 4817776 KiB
Current children cumulated memory: 4142256 KiB

[startup+3462.3 s]
/proc/loadavg: 4.36 4.15 4.11 5/266 57475
/proc/meminfo: memFree=124030896/131249996 swapFree=33005272/33010684
[pid=57165] ppid=57162 vsize=4822824 memory=4240356 CPUtime=3456.08 cores=0,2
/proc/57165/stat : 57165 (ipbhs_gurobi) R 57162 57165 55717 0 -1 4194304 3288871 0 1 0 339665 5943 0 0 20 0 2 0 54765066 4938571776 1060089 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
/proc/57165/statm: 1205706 1060089 3776 641 0 1188189 0
[pid=57165/tid=57167] ppid=57162 vsize=4822824 memory=14156 CPUtime=1.25 cores=0,2
/proc/57165/task/57167/stat : 57167 (ipbhs_gurobi) S 57162 57165 55717 0 -1 4194368 86 0 0 0 37 88 0 0 20 0 2 0 54765291 4938571776 1060089 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
Current children cumulated CPU time: 3456.08 s
Current children cumulated vsize: 4822824 KiB
Current children cumulated memory: 4240356 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.15 4.11 5/266 57477
/proc/meminfo: memFree=123910232/131249996 swapFree=33005272/33010684
[pid=57165] ppid=57162 vsize=4825496 memory=4323532 CPUtime=3515.97 cores=0,2
/proc/57165/stat : 57165 (ipbhs_gurobi) R 57162 57165 55717 0 -1 4194304 3342039 0 1 0 345648 5949 0 0 20 0 2 0 54765066 4941307904 1080883 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
/proc/57165/statm: 1206374 1080883 3776 641 0 1188857 0
[pid=57165/tid=57167] ppid=57162 vsize=4825496 memory=4320612 CPUtime=1.28 cores=0,2
/proc/57165/task/57167/stat : 57167 (ipbhs_gurobi) S 57162 57165 55717 0 -1 4194368 87 0 0 0 38 90 0 0 20 0 2 0 54765291 4941307904 1080883 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
Current children cumulated CPU time: 3515.97 s
Current children cumulated vsize: 4825496 KiB
Current children cumulated memory: 4323532 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.15 4.11 5/266 57479
/proc/meminfo: memFree=123878488/131249996 swapFree=33005272/33010684
[pid=57165] ppid=57162 vsize=4837036 memory=4372144 CPUtime=3575.87 cores=0,2
/proc/57165/stat : 57165 (ipbhs_gurobi) R 57162 57165 55717 0 -1 4194304 3580544 0 1 0 351616 5971 0 0 20 0 2 0 54765066 4953124864 1093036 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
/proc/57165/statm: 1209259 1093036 3776 641 0 1191742 0
[pid=57165/tid=57167] ppid=57162 vsize=4837036 memory=4372144 CPUtime=1.32 cores=0,2
/proc/57165/task/57167/stat : 57167 (ipbhs_gurobi) S 57162 57165 55717 0 -1 4194368 88 0 0 0 39 93 0 0 20 0 2 0 54765291 4953124864 1093036 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
Current children cumulated CPU time: 3575.87 s
Current children cumulated vsize: 4837036 KiB
Current children cumulated memory: 4372144 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.5 s]
/proc/loadavg: 4.11 4.14 4.10 5/268 57486
/proc/meminfo: memFree=123883196/131249996 swapFree=33005272/33010684
[pid=57165] ppid=57162 vsize=4837036 memory=4372144 CPUtime=3600.03 cores=0,2
/proc/57165/stat : 57165 (ipbhs_gurobi) R 57162 57165 55717 0 -1 4194304 3586382 0 1 0 354026 5977 0 0 20 0 2 0 54765066 4953124864 1093036 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
/proc/57165/statm: 1209259 1093036 3776 641 0 1191742 0
[pid=57165/tid=57167] ppid=57162 vsize=4837036 memory=4372144 CPUtime=1.33 cores=0,2
/proc/57165/task/57167/stat : 57167 (ipbhs_gurobi) S 57162 57165 55717 0 -1 4194368 89 0 0 0 39 94 0 0 20 0 2 0 54765291 4953124864 1093036 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 4837036 KiB
Current children cumulated memory: 4372144 KiB

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

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

# cumulated CPU time of all completed processes:  user=3540.27 s, system=59.8382 s

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

[startup+3606.5 s]
/proc/loadavg: 4.11 4.14 4.10 5/268 57486
/proc/meminfo: memFree=123883196/131249996 swapFree=33005272/33010684
[pid=57165] ppid=57162 vsize=4837036 memory=4372144 CPUtime=3600.03 cores=0,2
/proc/57165/stat : 57165 (ipbhs_gurobi) R 57162 57165 55717 0 -1 4194304 3586382 0 1 0 354026 5977 0 0 20 0 2 0 54765066 4953124864 1093036 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
/proc/57165/statm: 1209259 1093036 3776 641 0 1191742 0
[pid=57165/tid=57167] ppid=57162 vsize=4837036 memory=4372144 CPUtime=1.33 cores=0,2
/proc/57165/task/57167/stat : 57167 (ipbhs_gurobi) S 57162 57165 55717 0 -1 4194368 89 0 0 0 39 94 0 0 20 0 2 0 54765291 4953124864 1093036 18446744073709551615 94098704900096 94098707525149 140737274693312 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94098708144024 94098708176986 94098716987392 140737274698143 140737274698247 140737274698247 140737274703849 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 4837036 KiB
Current children cumulated memory: 4372144 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3606.57
CPU time (s): 3600.11
CPU user time (s): 3540.27
CPU system time (s): 59.8382
CPU usage (%): 99.8209
Max. virtual memory (cumulated for all children) (KiB): 4837036
Max. memory (cumulated for all children) (KiB): 4372144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3540.27
system time used= 59.8382
maximum resident set size= 4372144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3586382
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 358636
involuntary context switches= 7935


# summary of solver processes directly reported to runsolver:
#   pid: 57165
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3540.27
#   total CPU system time (s): 59.8382

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.07144 second user time and 16.2708 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-01 19:27:52
IDJOB=4497360
IDBENCH=148184
IDSOLVER=3333
FILE ID=nodeC023/4497360-1751390872
RUNJOBID= nodeC023-1751387240-55727
SLURM_JOB_ID= 9598250
Free space on /tmp= 432868 MiB

SOLVER NAME= IPBHS-GUROBI 2025-06-09
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/area_delay/normalized-fir08_area_delay.opb
COMMAND LINE= ./ipbhs_gurobi BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4497360-1751390872/watcher-4497360-1751390872 -o /tmp/evaluation-result-4497360-1751390872/solver-4497360-1751390872 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751387240-55727 --watchdog 3760  ./ipbhs_gurobi HOME/instance-4497360-1751390872.opb --max-coef 1000000000

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

MD5SUM BENCH= 7820f3b59b0050160ec7540947fbedc5
RANDOM SEED=813753408

nodeC023 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.893
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.78
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.869
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.78
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		: 3601.235
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.78
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		: 3579.995
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.78
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.883
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.78
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.896
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.78
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.78
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		: 3595.518
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126782220 kB
MemAvailable:   126752732 kB
Buffers:            1328 kB
Cached:           768776 kB
SwapCached:          420 kB
Active:          3110152 kB
Inactive:         600700 kB
Active(anon):    2899500 kB
Inactive(anon):    54636 kB
Active(file):     210652 kB
Inactive(file):   546064 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005272 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            136180 kB
Writeback:             4 kB
AnonPages:       2928964 kB
Mapped:           114504 kB
Shmem:             13388 kB
KReclaimable:     106072 kB
Slab:             194520 kB
SReclaimable:     106072 kB
SUnreclaim:        88448 kB
KernelStack:        4336 kB
PageTables:         8720 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    8293376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2478080 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432808 MiB
End job on nodeC023 at 2025-07-01 20:27:59