Trace number 4502814

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.12 3608.72

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-mul_8_13_shg.opb
MD5SUMa008918ff26f135f427f5632a2cbbc59
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark60
Best CPU time to get the best result obtained on this benchmark3585.34
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15312
Total number of constraints65280
Number of constraints which are clauses65280
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 constraint64
Maximum length of a constraint92
Number of terms in the objective function 15312
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 15312
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 15312
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

solver pid=63226, runsolver pid=63223

[startup+0.100061 s]*
/proc/loadavg: 2.06 2.08 2.09 3/253 63227
/proc/meminfo: memFree=128393808/131249996 swapFree=33005272/33010684
[pid=63226] ppid=63223 vsize=83964 memory=20728 CPUtime=0.09 cores=0,2
/proc/63226/stat : 63226 (ipbhs_gurobi) R 63223 63226 62461 0 -1 4194304 3862 0 0 0 8 1 0 0 20 0 1 0 59687203 85979136 5182 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
/proc/63226/statm: 20991 5182 1632 641 0 5748 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 83964 KiB
Current children cumulated memory: 20728 KiB

[startup+0.205312 s]*
/proc/loadavg: 2.06 2.08 2.09 3/253 63227
/proc/meminfo: memFree=128384232/131249996 swapFree=33005272/33010684
[pid=63226] ppid=63223 vsize=96956 memory=33744 CPUtime=0.19 cores=0,2
/proc/63226/stat : 63226 (ipbhs_gurobi) R 63223 63226 62461 0 -1 4194304 7195 0 0 0 18 1 0 0 20 0 1 0 59687203 99282944 8436 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
/proc/63226/statm: 24239 8436 1632 641 0 8996 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 96956 KiB
Current children cumulated memory: 33744 KiB

[startup+0.305298 s]*
/proc/loadavg: 2.06 2.08 2.09 3/253 63227
/proc/meminfo: memFree=128368104/131249996 swapFree=33005272/33010684
[pid=63226] ppid=63223 vsize=109740 memory=46096 CPUtime=0.3 cores=0,2
/proc/63226/stat : 63226 (ipbhs_gurobi) R 63223 63226 62461 0 -1 4194304 10435 0 0 0 28 2 0 0 20 0 1 0 59687203 112373760 11524 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
/proc/63226/statm: 27435 11524 1632 641 0 12192 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 109740 KiB
Current children cumulated memory: 46096 KiB

[startup+0.700155 s]
/proc/loadavg: 2.06 2.08 2.09 3/253 63227
/proc/meminfo: memFree=128344164/131249996 swapFree=33005272/33010684
[pid=63226] ppid=63223 vsize=158276 memory=94224 CPUtime=0.68 cores=0,2
/proc/63226/stat : 63226 (ipbhs_gurobi) R 63223 63226 62461 0 -1 4194304 22800 0 0 0 65 3 0 0 20 0 1 0 59687203 162074624 23556 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
/proc/63226/statm: 39569 23556 1632 641 0 24326 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 158276 KiB
Current children cumulated memory: 94224 KiB

[startup+1.50016 s]
/proc/loadavg: 2.06 2.08 2.09 3/253 63227
/proc/meminfo: memFree=128279968/131249996 swapFree=33005272/33010684
[pid=63226] ppid=63223 vsize=227336 memory=171100 CPUtime=1.48 cores=0,2
/proc/63226/stat : 63226 (ipbhs_gurobi) R 63223 63226 62461 0 -1 4194304 39415 0 0 0 138 10 0 0 20 0 1 0 59687203 232792064 42775 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
/proc/63226/statm: 56834 42775 1696 641 0 41591 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 227336 KiB
Current children cumulated memory: 171100 KiB

[startup+3.1053 s]
/proc/loadavg: 2.13 2.09 2.09 3/254 63228
/proc/meminfo: memFree=128046376/131249996 swapFree=33005272/33010684
[pid=63226] ppid=63223 vsize=477088 memory=387524 CPUtime=3.08 cores=0,2
/proc/63226/stat : 63226 (ipbhs_gurobi) R 63223 63226 62461 0 -1 4194304 80260 0 0 0 280 28 0 0 20 0 2 0 59687203 488538112 96881 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
/proc/63226/statm: 119272 96881 2304 641 0 101755 0
[pid=63226/tid=63228] ppid=63223 vsize=477088 memory=0 CPUtime=0 cores=0,2
/proc/63226/task/63228/stat : 63228 (ipbhs_gurobi) S 63223 63226 62461 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 59687402 488538112 96881 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 477088 KiB
Current children cumulated memory: 387524 KiB

[startup+6.30019 s]
/proc/loadavg: 2.13 2.09 2.09 3/254 63228
/proc/meminfo: memFree=127684204/131249996 swapFree=33005272/33010684
[pid=63226] ppid=63223 vsize=994196 memory=639156 CPUtime=6.28 cores=0,2
/proc/63226/stat : 63226 (ipbhs_gurobi) R 63223 63226 62461 0 -1 4194304 129657 0 0 0 575 53 0 0 20 0 2 0 59687203 1018056704 159789 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
/proc/63226/statm: 248549 159789 3008 641 0 231032 0
[pid=63226/tid=63228] ppid=63223 vsize=994196 memory=567440 CPUtime=0 cores=0,2
/proc/63226/task/63228/stat : 63228 (ipbhs_gurobi) S 63223 63226 62461 0 -1 4194368 7 0 0 0 0 0 0 0 20 0 2 0 59687402 1018056704 159789 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 994196 KiB
Current children cumulated memory: 639156 KiB

[startup+12.7002 s]
/proc/loadavg: 2.12 2.09 2.09 3/254 63228
/proc/meminfo: memFree=127803368/131249996 swapFree=33005272/33010684
[pid=63226] ppid=63223 vsize=1035672 memory=679248 CPUtime=12.66 cores=0,2
/proc/63226/stat : 63226 (ipbhs_gurobi) R 63223 63226 62461 0 -1 4194304 164409 0 0 0 1205 61 0 0 20 0 2 0 59687203 1060528128 169812 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
/proc/63226/statm: 258918 169812 3072 641 0 241401 0
[pid=63226/tid=63228] ppid=63223 vsize=1035672 memory=654256 CPUtime=0 cores=0,2
/proc/63226/task/63228/stat : 63228 (ipbhs_gurobi) S 63223 63226 62461 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 2 0 59687402 1060528128 169812 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 1035672 KiB
Current children cumulated memory: 679248 KiB

[startup+25.5002 s]
/proc/loadavg: 2.09 2.08 2.09 3/254 63228
/proc/meminfo: memFree=127368740/131249996 swapFree=33005272/33010684
[pid=63226] ppid=63223 vsize=1576540 memory=1046852 CPUtime=25.44 cores=0,2
/proc/63226/stat : 63226 (ipbhs_gurobi) R 63223 63226 62461 0 -1 4194304 246567 0 0 0 2435 109 0 0 20 0 2 0 59687203 1614376960 261681 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
/proc/63226/statm: 394135 261713 3424 641 0 376618 0
[pid=63226/tid=63228] ppid=63223 vsize=1576540 memory=14208 CPUtime=0.01 cores=0,2
/proc/63226/task/63228/stat : 63228 (ipbhs_gurobi) S 63223 63226 62461 0 -1 4194368 12 0 0 0 0 1 0 0 20 0 2 0 59687402 1614376960 261713 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 1576540 KiB
Current children cumulated memory: 1046852 KiB

[startup+51.1053 s]
/proc/loadavg: 2.14 2.09 2.09 3/254 63229
/proc/meminfo: memFree=127122060/131249996 swapFree=33005272/33010684
[pid=63226] ppid=63223 vsize=1892840 memory=1281640 CPUtime=51 cores=0,2
/proc/63226/stat : 63226 (ipbhs_gurobi) R 63223 63226 62461 0 -1 4194304 291470 0 0 0 4964 136 0 0 20 0 2 0 59687203 1938268160 320410 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
/proc/63226/statm: 473210 320410 3744 641 0 455693 0
[pid=63226/tid=63228] ppid=63223 vsize=1892840 memory=14156 CPUtime=0.02 cores=0,2
/proc/63226/task/63228/stat : 63228 (ipbhs_gurobi) S 63223 63226 62461 0 -1 4194368 17 0 0 0 0 2 0 0 20 0 2 0 59687402 1938268160 320410 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
Current children cumulated CPU time: 51 s
Current children cumulated vsize: 1892840 KiB
Current children cumulated memory: 1281640 KiB

[startup+102.3 s]
/proc/loadavg: 2.13 2.09 2.09 3/255 63232
/proc/meminfo: memFree=127074332/131249996 swapFree=33005272/33010684
[pid=63226] ppid=63223 vsize=1934260 memory=1327880 CPUtime=102.08 cores=0,2
/proc/63226/stat : 63226 (ipbhs_gurobi) R 63223 63226 62461 0 -1 4194304 412826 0 0 0 10016 192 0 0 20 0 2 0 59687203 1980682240 331970 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
/proc/63226/statm: 483565 331970 3744 641 0 466048 0
[pid=63226/tid=63228] ppid=63223 vsize=1934260 memory=14156 CPUtime=0.04 cores=0,2
/proc/63226/task/63228/stat : 63228 (ipbhs_gurobi) S 63223 63226 62461 0 -1 4194368 20 0 0 0 1 3 0 0 20 0 2 0 59687402 1980682240 331970 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
Current children cumulated CPU time: 102.08 s
Current children cumulated vsize: 1934260 KiB
Current children cumulated memory: 1327880 KiB

[startup+162.3 s]
/proc/loadavg: 2.10 2.09 2.09 3/255 63234
/proc/meminfo: memFree=127056848/131249996 swapFree=33005272/33010684
[pid=63226] ppid=63223 vsize=1955252 memory=1349036 CPUtime=161.96 cores=0,2
/proc/63226/stat : 63226 (ipbhs_gurobi) R 63223 63226 62461 0 -1 4194304 443467 0 0 0 15979 217 0 0 20 0 2 0 59687203 2002178048 337259 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
/proc/63226/statm: 488813 337259 3744 641 0 471296 0
[pid=63226/tid=63228] ppid=63223 vsize=1955252 memory=1328008 CPUtime=0.09 cores=0,2
/proc/63226/task/63228/stat : 63228 (ipbhs_gurobi) S 63223 63226 62461 0 -1 4194368 22 0 0 0 2 7 0 0 20 0 2 0 59687402 2002178048 337259 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
Current children cumulated CPU time: 161.96 s
Current children cumulated vsize: 1955252 KiB
Current children cumulated memory: 1349036 KiB

[startup+222.3 s]
/proc/loadavg: 2.15 2.10 2.09 3/253 63235
/proc/meminfo: memFree=127044424/131249996 swapFree=33005272/33010684
[pid=63226] ppid=63223 vsize=1955252 memory=1351096 CPUtime=221.84 cores=0,2
/proc/63226/stat : 63226 (ipbhs_gurobi) R 63223 63226 62461 0 -1 4194304 465023 0 0 0 21951 233 0 0 20 0 2 0 59687203 2002178048 337774 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
/proc/63226/statm: 488813 337774 3744 641 0 471296 0
[pid=63226/tid=63228] ppid=63223 vsize=1955252 memory=1351096 CPUtime=0.12 cores=0,2
/proc/63226/task/63228/stat : 63228 (ipbhs_gurobi) S 63223 63226 62461 0 -1 4194368 22 0 0 0 3 9 0 0 20 0 2 0 59687402 2002178048 337774 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
Current children cumulated CPU time: 221.84 s
Current children cumulated vsize: 1955252 KiB
Current children cumulated memory: 1351096 KiB

[startup+282.3 s]
/proc/loadavg: 2.12 2.10 2.09 3/253 63237
/proc/meminfo: memFree=126943364/131249996 swapFree=33005272/33010684
[pid=63226] ppid=63223 vsize=2037644 memory=1430780 CPUtime=281.72 cores=0,2
/proc/63226/stat : 63226 (ipbhs_gurobi) R 63223 63226 62461 0 -1 4194304 523079 0 0 0 27922 250 0 0 20 0 2 0 59687203 2086547456 357695 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
/proc/63226/statm: 509411 357695 3744 641 0 491894 0
[pid=63226/tid=63228] ppid=63223 vsize=2037644 memory=1395052 CPUtime=0.17 cores=0,2
/proc/63226/task/63228/stat : 63228 (ipbhs_gurobi) S 63223 63226 62461 0 -1 4194368 22 0 0 0 4 13 0 0 20 0 2 0 59687402 2086547456 357695 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
Current children cumulated CPU time: 281.72 s
Current children cumulated vsize: 2037644 KiB
Current children cumulated memory: 1430780 KiB

[startup+342.3 s]
/proc/loadavg: 2.09 2.09 2.09 3/255 63245
/proc/meminfo: memFree=126825216/131249996 swapFree=33005272/33010684
[pid=63226] ppid=63223 vsize=2242948 memory=1589364 CPUtime=341.59 cores=0,2
/proc/63226/stat : 63226 (ipbhs_gurobi) R 63223 63226 62461 0 -1 4194304 559951 0 0 0 33892 267 0 0 20 0 2 0 59687203 2296778752 397341 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
/proc/63226/statm: 560737 397341 3744 641 0 543220 0
[pid=63226/tid=63228] ppid=63223 vsize=2242948 memory=14156 CPUtime=0.2 cores=0,2
/proc/63226/task/63228/stat : 63228 (ipbhs_gurobi) S 63223 63226 62461 0 -1 4194368 22 0 0 0 5 15 0 0 20 0 2 0 59687402 2296778752 397341 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0

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

/proc/meminfo: memFree=119254824/131249996 swapFree=33005272/33010684
[pid=63226] ppid=63223 vsize=2073844 memory=1480168 CPUtime=3035.29 cores=0,2
/proc/63226/stat : 63226 (ipbhs_gurobi) R 63223 63226 62461 0 -1 4194304 1289439 0 0 0 302827 702 0 0 20 0 2 0 59687203 2123616256 370042 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
/proc/63226/statm: 518461 370042 3776 641 0 500944 0
[pid=63226/tid=63228] ppid=63223 vsize=2073844 memory=10880 CPUtime=2.17 cores=0,2
/proc/63226/task/63228/stat : 63228 (ipbhs_gurobi) S 63223 63226 62461 0 -1 4194368 32 0 0 0 57 160 0 0 20 0 2 0 59687402 2123616256 370042 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
Current children cumulated CPU time: 3035.29 s
Current children cumulated vsize: 2073844 KiB
Current children cumulated memory: 1480168 KiB

[startup+3102.3 s]
/proc/loadavg: 2.36 2.16 2.11 3/255 63465
/proc/meminfo: memFree=119253524/131249996 swapFree=33005272/33010684
[pid=63226] ppid=63223 vsize=2085436 memory=1481532 CPUtime=3095.12 cores=0,2
/proc/63226/stat : 63226 (ipbhs_gurobi) R 63223 63226 62461 0 -1 4194304 1301360 0 0 0 308794 718 0 0 20 0 2 0 59687203 2135486464 370383 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
/proc/63226/statm: 521359 370383 3776 641 0 503842 0
[pid=63226/tid=63228] ppid=63223 vsize=2085436 memory=14156 CPUtime=2.22 cores=0,2
/proc/63226/task/63228/stat : 63228 (ipbhs_gurobi) S 63223 63226 62461 0 -1 4194368 32 0 0 0 59 163 0 0 20 0 2 0 59687402 2135486464 370383 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
Current children cumulated CPU time: 3095.12 s
Current children cumulated vsize: 2085436 KiB
Current children cumulated memory: 1481532 KiB

[startup+3162.3 s]
/proc/loadavg: 2.30 2.19 2.12 3/255 63467
/proc/meminfo: memFree=119232700/131249996 swapFree=33005272/33010684
[pid=63226] ppid=63223 vsize=2085436 memory=1483592 CPUtime=3154.92 cores=0,2
/proc/63226/stat : 63226 (ipbhs_gurobi) R 63223 63226 62461 0 -1 4194304 1301365 0 0 0 314769 723 0 0 20 0 2 0 59687203 2135486464 370898 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
/proc/63226/statm: 521359 370898 3776 641 0 503842 0
[pid=63226/tid=63228] ppid=63223 vsize=2085436 memory=1483592 CPUtime=2.26 cores=0,2
/proc/63226/task/63228/stat : 63228 (ipbhs_gurobi) S 63223 63226 62461 0 -1 4194368 34 0 0 0 60 166 0 0 20 0 2 0 59687402 2135486464 370898 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
Current children cumulated CPU time: 3154.92 s
Current children cumulated vsize: 2085436 KiB
Current children cumulated memory: 1483592 KiB

[startup+3222.3 s]
/proc/loadavg: 2.11 2.15 2.11 3/254 63480
/proc/meminfo: memFree=118967836/131249996 swapFree=33005272/33010684
[pid=63226] ppid=63223 vsize=2588064 memory=1742260 CPUtime=3214.76 cores=0,2
/proc/63226/stat : 63226 (ipbhs_gurobi) R 63223 63226 62461 0 -1 4194304 1320238 0 0 0 320735 741 0 0 20 0 2 0 59687203 2650177536 435565 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
/proc/63226/statm: 647016 435565 3776 641 0 629499 0
[pid=63226/tid=63228] ppid=63223 vsize=2588064 memory=1479204 CPUtime=2.31 cores=0,2
/proc/63226/task/63228/stat : 63228 (ipbhs_gurobi) S 63223 63226 62461 0 -1 4194368 36 0 0 0 61 170 0 0 20 0 2 0 59687402 2650177536 435565 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
Current children cumulated CPU time: 3214.76 s
Current children cumulated vsize: 2588064 KiB
Current children cumulated memory: 1742260 KiB

[startup+3282.3 s]
/proc/loadavg: 2.15 2.15 2.11 3/253 63482
/proc/meminfo: memFree=119202576/131249996 swapFree=33005272/33010684
[pid=63226] ppid=63223 vsize=2083080 memory=1487464 CPUtime=3274.59 cores=0,2
/proc/63226/stat : 63226 (ipbhs_gurobi) R 63223 63226 62461 0 -1 4194304 1327950 0 0 0 326709 750 0 0 20 0 2 0 59687203 2133073920 371866 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
/proc/63226/statm: 520770 371866 3776 641 0 503253 0
[pid=63226/tid=63228] ppid=63223 vsize=2083080 memory=1487464 CPUtime=2.36 cores=0,2
/proc/63226/task/63228/stat : 63228 (ipbhs_gurobi) S 63223 63226 62461 0 -1 4194368 36 0 0 0 63 173 0 0 20 0 2 0 59687402 2133073920 371866 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
Current children cumulated CPU time: 3274.59 s
Current children cumulated vsize: 2083080 KiB
Current children cumulated memory: 1487464 KiB

[startup+3342.3 s]
/proc/loadavg: 2.11 2.14 2.10 3/254 63489
/proc/meminfo: memFree=119193452/131249996 swapFree=33005272/33010684
[pid=63226] ppid=63223 vsize=2083080 memory=1487464 CPUtime=3334.41 cores=0,2
/proc/63226/stat : 63226 (ipbhs_gurobi) R 63223 63226 62461 0 -1 4194304 1332054 0 0 0 332683 758 0 0 20 0 2 0 59687203 2133073920 371866 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
/proc/63226/statm: 520770 371866 3776 641 0 503253 0
[pid=63226/tid=63228] ppid=63223 vsize=2083080 memory=1487464 CPUtime=2.41 cores=0,2
/proc/63226/task/63228/stat : 63228 (ipbhs_gurobi) S 63223 63226 62461 0 -1 4194368 36 0 0 0 65 176 0 0 20 0 2 0 59687402 2133073920 371866 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
Current children cumulated CPU time: 3334.41 s
Current children cumulated vsize: 2083080 KiB
Current children cumulated memory: 1487464 KiB

[startup+3402.3 s]
/proc/loadavg: 2.08 2.12 2.10 3/254 63492
/proc/meminfo: memFree=119188976/131249996 swapFree=33005272/33010684
[pid=63226] ppid=63223 vsize=2083080 memory=1487464 CPUtime=3394.25 cores=0,2
/proc/63226/stat : 63226 (ipbhs_gurobi) R 63223 63226 62461 0 -1 4194304 1335023 0 0 0 338657 768 0 0 20 0 2 0 59687203 2133073920 371866 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
/proc/63226/statm: 520770 371866 3776 641 0 503253 0
[pid=63226/tid=63228] ppid=63223 vsize=2083080 memory=1487464 CPUtime=2.45 cores=0,2
/proc/63226/task/63228/stat : 63228 (ipbhs_gurobi) S 63223 63226 62461 0 -1 4194368 36 0 0 0 65 180 0 0 20 0 2 0 59687402 2133073920 371866 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
Current children cumulated CPU time: 3394.25 s
Current children cumulated vsize: 2083080 KiB
Current children cumulated memory: 1487464 KiB

[startup+3462.3 s]
/proc/loadavg: 2.09 2.12 2.09 3/254 63494
/proc/meminfo: memFree=119187276/131249996 swapFree=33005272/33010684
[pid=63226] ppid=63223 vsize=2083080 memory=1487464 CPUtime=3454.08 cores=0,2
/proc/63226/stat : 63226 (ipbhs_gurobi) R 63223 63226 62461 0 -1 4194304 1337338 0 0 0 344634 774 0 0 20 0 2 0 59687203 2133073920 371866 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
/proc/63226/statm: 520770 371866 3776 641 0 503253 0
[pid=63226/tid=63228] ppid=63223 vsize=2083080 memory=1487464 CPUtime=2.51 cores=0,2
/proc/63226/task/63228/stat : 63228 (ipbhs_gurobi) S 63223 63226 62461 0 -1 4194368 38 0 0 0 68 183 0 0 20 0 2 0 59687402 2133073920 371866 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
Current children cumulated CPU time: 3454.08 s
Current children cumulated vsize: 2083080 KiB
Current children cumulated memory: 1487464 KiB

[startup+3522.3 s]
/proc/loadavg: 2.22 2.14 2.10 3/254 63498
/proc/meminfo: memFree=119187148/131249996 swapFree=33005272/33010684
[pid=63226] ppid=63223 vsize=2083080 memory=1487464 CPUtime=3513.91 cores=0,2
/proc/63226/stat : 63226 (ipbhs_gurobi) R 63223 63226 62461 0 -1 4194304 1338985 0 0 0 350609 782 0 0 20 0 2 0 59687203 2133073920 371866 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
/proc/63226/statm: 520770 371866 3776 641 0 503253 0
[pid=63226/tid=63228] ppid=63223 vsize=2083080 memory=14156 CPUtime=2.55 cores=0,2
/proc/63226/task/63228/stat : 63228 (ipbhs_gurobi) S 63223 63226 62461 0 -1 4194368 38 0 0 0 69 186 0 0 20 0 2 0 59687402 2133073920 371866 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
Current children cumulated CPU time: 3513.91 s
Current children cumulated vsize: 2083080 KiB
Current children cumulated memory: 1487464 KiB

[startup+3582.3 s]
/proc/loadavg: 2.20 2.14 2.10 3/254 63500
/proc/meminfo: memFree=119173716/131249996 swapFree=33005272/33010684
[pid=63226] ppid=63223 vsize=2116652 memory=1519540 CPUtime=3573.75 cores=0,2
/proc/63226/stat : 63226 (ipbhs_gurobi) R 63223 63226 62461 0 -1 4194304 1358409 0 0 0 356580 795 0 0 20 0 2 0 59687203 2167451648 379885 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
/proc/63226/statm: 529163 379885 3776 641 0 511646 0
[pid=63226/tid=63228] ppid=63223 vsize=2116652 memory=1519540 CPUtime=2.59 cores=0,2
/proc/63226/task/63228/stat : 63228 (ipbhs_gurobi) S 63223 63226 62461 0 -1 4194368 38 0 0 0 70 189 0 0 20 0 2 0 59687402 2167451648 379885 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
Current children cumulated CPU time: 3573.75 s
Current children cumulated vsize: 2116652 KiB
Current children cumulated memory: 1519540 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.7 s]
/proc/loadavg: 2.13 2.13 2.10 3/254 63501
/proc/meminfo: memFree=119173732/131249996 swapFree=33005272/33010684
[pid=63226] ppid=63223 vsize=2116652 memory=1519540 CPUtime=3600.09 cores=0,2
/proc/63226/stat : 63226 (ipbhs_gurobi) R 63223 63226 62461 0 -1 4194304 1358878 0 0 0 359212 797 0 0 20 0 2 0 59687203 2167451648 379885 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
/proc/63226/statm: 529163 379885 3776 641 0 511646 0
[pid=63226/tid=63228] ppid=63223 vsize=2116652 memory=1519540 CPUtime=2.62 cores=0,2
/proc/63226/task/63228/stat : 63228 (ipbhs_gurobi) S 63223 63226 62461 0 -1 4194368 38 0 0 0 71 191 0 0 20 0 2 0 59687402 2167451648 379885 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 2116652 KiB
Current children cumulated memory: 1519540 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.13 s, system=7.99301 s

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

[startup+3608.7 s]
/proc/loadavg: 2.13 2.13 2.10 3/254 63501
/proc/meminfo: memFree=119173732/131249996 swapFree=33005272/33010684
[pid=63226] ppid=63223 vsize=2116652 memory=1519540 CPUtime=3600.09 cores=0,2
/proc/63226/stat : 63226 (ipbhs_gurobi) R 63223 63226 62461 0 -1 4194304 1358878 0 0 0 359212 797 0 0 20 0 2 0 59687203 2167451648 379885 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
/proc/63226/statm: 529163 379885 3776 641 0 511646 0
[pid=63226/tid=63228] ppid=63223 vsize=2116652 memory=1519540 CPUtime=2.62 cores=0,2
/proc/63226/task/63228/stat : 63228 (ipbhs_gurobi) S 63223 63226 62461 0 -1 4194368 38 0 0 0 71 191 0 0 20 0 2 0 59687402 2167451648 379885 18446744073709551615 93881942257664 93881944882717 140733973079520 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93881945501592 93881945534554 93881957920768 140733973088671 140733973088775 140733973088775 140733973094377 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 2116652 KiB
Current children cumulated memory: 1519540 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3608.72
CPU time (s): 3600.12
CPU user time (s): 3592.13
CPU system time (s): 7.99301
CPU usage (%): 99.7616
Max. virtual memory (cumulated for all children) (KiB): 2795156
Max. memory (cumulated for all children) (KiB): 1863040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.13
system time used= 7.99301
maximum resident set size= 1863040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1358878
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 358520
involuntary context switches= 7911


# summary of solver processes directly reported to runsolver:
#   pid: 63226
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3592.13
#   total CPU system time (s): 7.99301

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.14491 second user time and 14.7732 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-02 09:08:13
IDJOB=4502814
IDBENCH=155399
IDSOLVER=3333
FILE ID=nodeC023/4502814-1751440093
RUNJOBID= nodeC023-1751434963-62503
SLURM_JOB_ID= 9598388
Free space on /tmp= 431852 MiB

SOLVER NAME= IPBHS-GUROBI 2025-06-09
BENCH NAME= PB24/normalized-PB11/OPT-LIN/kullmann/normalized-mul_8_13_shg.opb
COMMAND LINE= ./ipbhs_gurobi BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4502814-1751440093/watcher-4502814-1751440093 -o /tmp/evaluation-result-4502814-1751440093/solver-4502814-1751440093 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751434963-62503 --watchdog 3760  ./ipbhs_gurobi HOME/instance-4502814-1751440093.opb --max-coef 1000000000

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

MD5SUM BENCH= a008918ff26f135f427f5632a2cbbc59
RANDOM SEED=2035507368

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.926
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		: 1200.911
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		: 3700.000
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.889
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		: 1200.052
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		: 3590.473
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		: 1200.167
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:        128397904 kB
MemAvailable:   129576752 kB
Buffers:            1328 kB
Cached:          1976432 kB
SwapCached:          372 kB
Active:           409956 kB
Inactive:        1807460 kB
Active(anon):     198540 kB
Inactive(anon):    54560 kB
Active(file):     211416 kB
Inactive(file):  1752900 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005272 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            107208 kB
Writeback:             0 kB
AnonPages:        242360 kB
Mapped:           110172 kB
Shmem:             13440 kB
KReclaimable:     107540 kB
Slab:             195512 kB
SReclaimable:     107540 kB
SUnreclaim:        87972 kB
KernelStack:        4080 kB
PageTables:         3200 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     537172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 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= 431220 MiB
End job on nodeC023 at 2025-07-02 10:08:22