Trace number 4488985

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_17.opb.PB06.opb
MD5SUM86551de4ee1411a66be87614daaae1c0
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 benchmark187
Best CPU time to get the best result obtained on this benchmark3585.81
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables481
Total number of constraints481
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints481
Minimum length of a constraint3
Maximum length of a constraint19
Number of terms in the objective function 481
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 481
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 481
Number of bits of the biggest sum of numbers9
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.02	c initialize IPBHS solver
0.00/0.02	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.02	c optimizer = "gurobi"
0.00/0.02	c pbsolver = "roundingsat"
0.00/0.02	c use separate pbsolver for SIS
0.00/0.02	c load symmetries from file ""
0.00/0.02	c set time limit for symmetry computation to 100 seconds.
0.00/0.02	c set interchangeable summation variable limit to 3
0.00/0.02	c enable explicit+compact SCL
0.00/0.02	c set sym compact max subset size to 5
0.00/0.02	c set explicit symmetry matrix usage to 1
0.00/0.02	c sym budget explicit to 100
0.00/0.02	c sym budget explicit lits to 6000
0.00/0.02	c sym budget compact to 100
0.00/0.02	c sym budget compact lits to 6000
0.00/0.02	c sym budget common to 0
0.00/0.02	c sym budget common lits to 0
0.00/0.02	c set sym generation to 's'
0.00/0.02	c set abstraction set creation to 10 iterations without LB change
0.00/0.02	c set abstraction set inputs to 0
0.00/0.02	c set abstraction set cluster min size to 2
0.00/0.02	c set abstraction set cluster max size to 100000000
0.00/0.02	c set abstraction set cluster activation limit to 2
0.00/0.02	c enable abstraction set require equal cost
0.00/0.02	c set abstraction set assumptions to 0
0.00/0.02	c set abstraction set constraint type to 0
0.00/0.02	c set abstract core extraction strategy to b
0.00/0.02	c set core extraction strategy to 2
0.00/0.02	c set core extraction shuffles 10
0.00/0.02	c set cores per iteration to 5
0.00/0.02	c set optimizer bound usage strategy to 2
0.00/0.02	c set optimizer max non-optimal iterations to 1000
0.00/0.02	c set small core cardinality limit to 2
0.00/0.02	c set max coef in cores to 1000000000
0.00/0.02	c set core processing techniques to 4095
0.00/0.02	c set SIS iterations to 5
0.00/0.02	c set SIS budget abs to 1000
0.00/0.02	c set SIS budget rel to 0.05
0.67/0.77	c limit for coefficient in constraints and objective to 1000000000
0.67/0.77	c will solve HOME/instance-4488985-1751332150.opb
0.67/0.77	Searching graph automorphisms with time limit: 100
0.67/0.78	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: 63837 MiB (63153 MiB free)
  memory of node 1: 64465 MiB (63529 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4488985-1751332150/watcher-4488985-1751332150 -o /tmp/evaluation-result-4488985-1751332150/solver-4488985-1751332150 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751324935-41191 --watchdog 3760 ./ipbhs_gurobi --sym-cores-compact HOME/instance-4488985-1751332150.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
Current StackSize limit: 8192 KiB

solver pid=41942, runsolver pid=41939

[startup+0.100071 s]*
/proc/loadavg: 4.30 4.35 4.22 5/255 41949
/proc/meminfo: memFree=129532392/131382120 swapFree=33010416/33010684
[pid=41942] ppid=41939 vsize=2029048 memory=228744 CPUtime=0.09 cores=0,2
/proc/41942/stat : 41942 (ipbhs_gurobi) R 41939 41942 41181 0 -1 4194304 560 0 0 0 2 7 0 0 20 0 1 0 48893910 2077745152 57186 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
/proc/41942/statm: 507262 57186 1632 641 0 492019 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2029048 KiB
Current children cumulated memory: 228744 KiB

[startup+0.213943 s]*
/proc/loadavg: 4.30 4.35 4.22 5/255 41949
/proc/meminfo: memFree=129241576/131382120 swapFree=33010416/33010684
[pid=41942] ppid=41939 vsize=2029048 memory=527752 CPUtime=0.21 cores=0,2
/proc/41942/stat : 41942 (ipbhs_gurobi) R 41939 41942 41181 0 -1 4194304 706 0 0 0 4 17 0 0 20 0 1 0 48893910 2077745152 131938 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
/proc/41942/statm: 507262 131938 1632 641 0 492019 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2029048 KiB
Current children cumulated memory: 527752 KiB

[startup+0.313945 s]*
/proc/loadavg: 4.30 4.35 4.22 4/252 41949
/proc/meminfo: memFree=129116656/131382120 swapFree=33010416/33010684
[pid=41942] ppid=41939 vsize=2029048 memory=793992 CPUtime=0.3 cores=0,2
/proc/41942/stat : 41942 (ipbhs_gurobi) R 41939 41942 41181 0 -1 4194304 836 0 0 0 6 24 0 0 20 0 1 0 48893910 2077745152 198498 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
/proc/41942/statm: 507262 198498 1632 641 0 492019 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2029048 KiB
Current children cumulated memory: 793992 KiB

[startup+0.700363 s]
/proc/loadavg: 4.30 4.35 4.22 5/253 41957
/proc/meminfo: memFree=128589536/131382120 swapFree=33010416/33010684
[pid=41942] ppid=41939 vsize=2029048 memory=1813896 CPUtime=0.67 cores=0,2
/proc/41942/stat : 41942 (ipbhs_gurobi) R 41939 41942 41181 0 -1 4194304 1334 0 0 0 13 54 0 0 20 0 1 0 48893910 2077745152 453474 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
/proc/41942/statm: 507262 453474 1632 641 0 492019 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 2029048 KiB
Current children cumulated memory: 1813896 KiB

[startup+1.50026 s]
/proc/loadavg: 4.30 4.35 4.22 4/251 41958
/proc/meminfo: memFree=127905456/131382120 swapFree=33010416/33010684
[pid=41942] ppid=41939 vsize=2059644 memory=1986616 CPUtime=1.47 cores=0,2
/proc/41942/stat : 41942 (ipbhs_gurobi) R 41939 41942 41181 0 -1 4194304 4199 0 0 0 87 60 0 0 20 0 2 0 48893910 2109075456 496654 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
/proc/41942/statm: 514911 496654 3808 641 0 497394 0
[pid=41942/tid=41958] ppid=41939 vsize=2059644 memory=0 CPUtime=0 cores=0,2
/proc/41942/task/41958/stat : 41958 (ipbhs_gurobi) S 41939 41942 41181 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 48893986 2109075456 496654 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 2059644 KiB
Current children cumulated memory: 1986616 KiB

[startup+3.11268 s]
/proc/loadavg: 4.30 4.35 4.22 4/253 41996
/proc/meminfo: memFree=127112656/131382120 swapFree=33010416/33010684
[pid=41942] ppid=41939 vsize=2062720 memory=1989680 CPUtime=3.08 cores=0,2
/proc/41942/stat : 41942 (ipbhs_gurobi) R 41939 41942 41181 0 -1 4194304 8798 0 0 0 247 61 0 0 20 0 2 0 48893910 2112225280 497420 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
/proc/41942/statm: 515680 497420 3808 641 0 498163 0
[pid=41942/tid=41958] ppid=41939 vsize=2062720 memory=1986616 CPUtime=0 cores=0,2
/proc/41942/task/41958/stat : 41958 (ipbhs_gurobi) S 41939 41942 41181 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 2 0 48893986 2112225280 497420 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2062720 KiB
Current children cumulated memory: 1989680 KiB

[startup+6.30024 s]
/proc/loadavg: 4.27 4.34 4.22 5/256 42042
/proc/meminfo: memFree=125984132/131382120 swapFree=33010416/33010684
[pid=41942] ppid=41939 vsize=2067720 memory=1991664 CPUtime=6.26 cores=0,2
/proc/41942/stat : 41942 (ipbhs_gurobi) R 41939 41942 41181 0 -1 4194304 15260 0 0 0 565 61 0 0 20 0 2 0 48893910 2117345280 497916 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
/proc/41942/statm: 516930 497916 3840 641 0 499413 0
[pid=41942/tid=41958] ppid=41939 vsize=2067720 memory=17536 CPUtime=0 cores=0,2
/proc/41942/task/41958/stat : 41958 (ipbhs_gurobi) S 41939 41942 41181 0 -1 4194368 6 0 0 0 0 0 0 0 20 0 2 0 48893986 2117345280 497916 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2067720 KiB
Current children cumulated memory: 1991664 KiB

[startup+12.7002 s]
/proc/loadavg: 4.25 4.33 4.22 5/256 42042
/proc/meminfo: memFree=125978344/131382120 swapFree=33010416/33010684
[pid=41942] ppid=41939 vsize=2067732 memory=1991792 CPUtime=12.64 cores=0,2
/proc/41942/stat : 41942 (ipbhs_gurobi) R 41939 41942 41181 0 -1 4194304 21814 0 0 0 1203 61 0 0 20 0 2 0 48893910 2117357568 497948 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
/proc/41942/statm: 516933 497948 3840 641 0 499416 0
[pid=41942/tid=41958] ppid=41939 vsize=2067732 memory=1991792 CPUtime=0 cores=0,2
/proc/41942/task/41958/stat : 41958 (ipbhs_gurobi) S 41939 41942 41181 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 2 0 48893986 2117357568 497948 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2067732 KiB
Current children cumulated memory: 1991792 KiB

[startup+25.5003 s]
/proc/loadavg: 4.19 4.32 4.21 5/256 42042
/proc/meminfo: memFree=125961072/131382120 swapFree=33010416/33010684
[pid=41942] ppid=41939 vsize=2067732 memory=1994224 CPUtime=25.4 cores=0,2
/proc/41942/stat : 41942 (ipbhs_gurobi) R 41939 41942 41181 0 -1 4194304 26406 0 0 0 2477 63 0 0 20 0 2 0 48893910 2117357568 498556 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
/proc/41942/statm: 516933 498556 3840 641 0 499416 0
[pid=41942/tid=41958] ppid=41939 vsize=2067732 memory=14464 CPUtime=0.01 cores=0,2
/proc/41942/task/41958/stat : 41958 (ipbhs_gurobi) S 41939 41942 41181 0 -1 4194368 12 0 0 0 0 1 0 0 20 0 2 0 48893986 2117357568 498556 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 2067732 KiB
Current children cumulated memory: 1994224 KiB

[startup+51.1129 s]
/proc/loadavg: 4.18 4.31 4.21 5/255 42043
/proc/meminfo: memFree=125878288/131382120 swapFree=33010416/33010684
[pid=41942] ppid=41939 vsize=2082420 memory=2011512 CPUtime=50.96 cores=0,2
/proc/41942/stat : 41942 (ipbhs_gurobi) R 41939 41942 41181 0 -1 4194304 34710 0 0 0 5032 64 0 0 20 0 2 0 48893910 2132398080 502878 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
/proc/41942/statm: 520605 502878 3872 641 0 503088 0
[pid=41942/tid=41958] ppid=41939 vsize=2082420 memory=1991792 CPUtime=0.04 cores=0,2
/proc/41942/task/41958/stat : 41958 (ipbhs_gurobi) S 41939 41942 41181 0 -1 4194368 15 0 0 0 1 3 0 0 20 0 2 0 48893986 2132398080 502878 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 2082420 KiB
Current children cumulated memory: 2011512 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.27 4.20 5/254 42045
/proc/meminfo: memFree=125888132/131382120 swapFree=33010416/33010684
[pid=41942] ppid=41939 vsize=2082420 memory=2011512 CPUtime=102.04 cores=0,2
/proc/41942/stat : 41942 (ipbhs_gurobi) R 41939 41942 41181 0 -1 4194304 37896 0 0 0 10137 67 0 0 20 0 2 0 48893910 2132398080 502878 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
/proc/41942/statm: 520605 502878 3872 641 0 503088 0
[pid=41942/tid=41958] ppid=41939 vsize=2082420 memory=2011512 CPUtime=0.08 cores=0,2
/proc/41942/task/41958/stat : 41958 (ipbhs_gurobi) S 41939 41942 41181 0 -1 4194368 18 0 0 0 2 6 0 0 20 0 2 0 48893986 2132398080 502878 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 2082420 KiB
Current children cumulated memory: 2011512 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.24 4.19 5/254 42047
/proc/meminfo: memFree=125890660/131382120 swapFree=33010416/33010684
[pid=41942] ppid=41939 vsize=2082428 memory=2011512 CPUtime=161.92 cores=0,2
/proc/41942/stat : 41942 (ipbhs_gurobi) R 41939 41942 41181 0 -1 4194304 38925 0 0 0 16123 69 0 0 20 0 2 0 48893910 2132406272 502878 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
/proc/41942/statm: 520607 502878 3872 641 0 503090 0
[pid=41942/tid=41958] ppid=41939 vsize=2082428 memory=14464 CPUtime=0.14 cores=0,2
/proc/41942/task/41958/stat : 41958 (ipbhs_gurobi) S 41939 41942 41181 0 -1 4194368 18 0 0 0 4 10 0 0 20 0 2 0 48893986 2132406272 502878 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
Current children cumulated CPU time: 161.92 s
Current children cumulated vsize: 2082428 KiB
Current children cumulated memory: 2011512 KiB

[startup+222.3 s]
/proc/loadavg: 4.18 4.24 4.19 5/254 42049
/proc/meminfo: memFree=125890856/131382120 swapFree=33010416/33010684
[pid=41942] ppid=41939 vsize=2082428 memory=2011512 CPUtime=221.79 cores=0,2
/proc/41942/stat : 41942 (ipbhs_gurobi) R 41939 41942 41181 0 -1 4194304 46686 0 0 0 22109 70 0 0 20 0 2 0 48893910 2132406272 502878 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
/proc/41942/statm: 520607 502878 3872 641 0 503090 0
[pid=41942/tid=41958] ppid=41939 vsize=2082428 memory=2011512 CPUtime=0.19 cores=0,2
/proc/41942/task/41958/stat : 41958 (ipbhs_gurobi) S 41939 41942 41181 0 -1 4194368 21 0 0 0 6 13 0 0 20 0 2 0 48893986 2132406272 502878 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
Current children cumulated CPU time: 221.79 s
Current children cumulated vsize: 2082428 KiB
Current children cumulated memory: 2011512 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.21 4.18 5/254 42051
/proc/meminfo: memFree=125869408/131382120 swapFree=33010416/33010684
[pid=41942] ppid=41939 vsize=2090340 memory=2017272 CPUtime=281.67 cores=0,2
/proc/41942/stat : 41942 (ipbhs_gurobi) R 41939 41942 41181 0 -1 4194304 59202 0 0 0 28093 74 0 0 20 0 2 0 48893910 2140508160 504318 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
/proc/41942/statm: 522585 504318 3872 641 0 505068 0
[pid=41942/tid=41958] ppid=41939 vsize=2090340 memory=2015736 CPUtime=0.25 cores=0,2
/proc/41942/task/41958/stat : 41958 (ipbhs_gurobi) S 41939 41942 41181 0 -1 4194368 24 0 0 0 7 18 0 0 20 0 2 0 48893986 2140508160 504318 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
Current children cumulated CPU time: 281.67 s
Current children cumulated vsize: 2090340 KiB
Current children cumulated memory: 2017272 KiB

[startup+342.3 s]
/proc/loadavg: 4.20 4.21 4.18 5/255 42056
/proc/meminfo: memFree=125829192/131382120 swapFree=33010416/33010684
[pid=41942] ppid=41939 vsize=2098392 memory=2024568 CPUtime=341.55 cores=0,2
/proc/41942/stat : 41942 (ipbhs_gurobi) R 41939 41942 41181 0 -1 4194304 69279 0 0 0 34078 77 0 0 20 0 2 0 48893910 2148753408 506142 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
/proc/41942/statm: 524598 506142 3872 641 0 507081 0
[pid=41942/tid=41958] ppid=41939 vsize=2098392 memory=2022648 CPUtime=0.29 cores=0,2

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

/proc/meminfo: memFree=124558972/131382120 swapFree=33010416/33010684
[pid=41942] ppid=41939 vsize=2407276 memory=2335096 CPUtime=2975.29 cores=0,2
/proc/41942/stat : 41942 (ipbhs_gurobi) R 41939 41942 41181 0 -1 4194304 1693645 0 0 0 297183 346 0 0 20 0 2 0 48893910 2465050624 583774 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
/proc/41942/statm: 601819 583774 3872 641 0 584302 0
[pid=41942/tid=41958] ppid=41939 vsize=2407276 memory=2329208 CPUtime=2.66 cores=0,2
/proc/41942/task/41958/stat : 41958 (ipbhs_gurobi) S 41939 41942 41181 0 -1 4194368 148 0 0 0 80 186 0 0 20 0 2 0 48893986 2465050624 583774 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
Current children cumulated CPU time: 2975.29 s
Current children cumulated vsize: 2407276 KiB
Current children cumulated memory: 2335096 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.19 4.17 5/255 42186
/proc/meminfo: memFree=124526716/131382120 swapFree=33010416/33010684
[pid=41942] ppid=41939 vsize=2416624 memory=2343800 CPUtime=3035.14 cores=0,2
/proc/41942/stat : 41942 (ipbhs_gurobi) R 41939 41942 41181 0 -1 4194304 1727548 0 0 0 303162 352 0 0 20 0 2 0 48893910 2474622976 585950 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
/proc/41942/statm: 604156 585950 3872 641 0 586639 0
[pid=41942/tid=41958] ppid=41939 vsize=2416624 memory=2334968 CPUtime=2.72 cores=0,2
/proc/41942/task/41958/stat : 41958 (ipbhs_gurobi) S 41939 41942 41181 0 -1 4194368 149 0 0 0 82 190 0 0 20 0 2 0 48893986 2474622976 585950 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
Current children cumulated CPU time: 3035.14 s
Current children cumulated vsize: 2416624 KiB
Current children cumulated memory: 2343800 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.17 4.16 5/254 42188
/proc/meminfo: memFree=124466176/131382120 swapFree=33010416/33010684
[pid=41942] ppid=41939 vsize=2424720 memory=2351992 CPUtime=3095 cores=0,2
/proc/41942/stat : 41942 (ipbhs_gurobi) R 41939 41942 41181 0 -1 4194304 1745143 0 0 0 309144 356 0 0 20 0 2 0 48893910 2482913280 587998 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
/proc/41942/statm: 606180 587998 3872 641 0 588663 0
[pid=41942/tid=41958] ppid=41939 vsize=2424720 memory=2348792 CPUtime=2.76 cores=0,2
/proc/41942/task/41958/stat : 41958 (ipbhs_gurobi) S 41939 41942 41181 0 -1 4194368 149 0 0 0 83 193 0 0 20 0 2 0 48893986 2482913280 587998 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
Current children cumulated CPU time: 3095 s
Current children cumulated vsize: 2424720 KiB
Current children cumulated memory: 2351992 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.15 4.16 5/255 42203
/proc/meminfo: memFree=124456712/131382120 swapFree=33010416/33010684
[pid=41942] ppid=41939 vsize=2433920 memory=2359088 CPUtime=3154.88 cores=0,2
/proc/41942/stat : 41942 (ipbhs_gurobi) R 41939 41942 41181 0 -1 4194304 1753423 0 0 0 315129 359 0 0 20 0 2 0 48893910 2492334080 589772 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
/proc/41942/statm: 608480 589772 3872 641 0 590963 0
[pid=41942/tid=41958] ppid=41939 vsize=2433920 memory=2348792 CPUtime=2.81 cores=0,2
/proc/41942/task/41958/stat : 41958 (ipbhs_gurobi) S 41939 41942 41181 0 -1 4194368 149 0 0 0 85 196 0 0 20 0 2 0 48893986 2492334080 589772 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
Current children cumulated CPU time: 3154.88 s
Current children cumulated vsize: 2433920 KiB
Current children cumulated memory: 2359088 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.15 4.16 5/255 42205
/proc/meminfo: memFree=124423740/131382120 swapFree=33010416/33010684
[pid=41942] ppid=41939 vsize=2443656 memory=2368432 CPUtime=3214.74 cores=0,2
/proc/41942/stat : 41942 (ipbhs_gurobi) R 41939 41942 41181 0 -1 4194304 1777074 0 0 0 321110 364 0 0 20 0 2 0 48893910 2502303744 592108 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
/proc/41942/statm: 610914 592108 3872 641 0 593397 0
[pid=41942/tid=41958] ppid=41939 vsize=2443656 memory=2348792 CPUtime=2.87 cores=0,2
/proc/41942/task/41958/stat : 41958 (ipbhs_gurobi) S 41939 41942 41181 0 -1 4194368 157 0 0 0 87 200 0 0 20 0 2 0 48893986 2502303744 592108 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
Current children cumulated CPU time: 3214.74 s
Current children cumulated vsize: 2443656 KiB
Current children cumulated memory: 2368432 KiB

[startup+3282.3 s]
/proc/loadavg: 4.05 4.12 4.15 5/255 42206
/proc/meminfo: memFree=124401980/131382120 swapFree=33010416/33010684
[pid=41942] ppid=41939 vsize=2450860 memory=2375472 CPUtime=3274.61 cores=0,2
/proc/41942/stat : 41942 (ipbhs_gurobi) R 41939 41942 41181 0 -1 4194304 1788432 0 0 0 327093 368 0 0 20 0 2 0 48893910 2509680640 593868 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
/proc/41942/statm: 612715 593868 3872 641 0 595198 0
[pid=41942/tid=41958] ppid=41939 vsize=2450860 memory=2373808 CPUtime=2.92 cores=0,2
/proc/41942/task/41958/stat : 41958 (ipbhs_gurobi) S 41939 41942 41181 0 -1 4194368 164 0 0 0 88 204 0 0 20 0 2 0 48893986 2509680640 593868 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
Current children cumulated CPU time: 3274.61 s
Current children cumulated vsize: 2450860 KiB
Current children cumulated memory: 2375472 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.11 4.14 5/254 42210
/proc/meminfo: memFree=124374616/131382120 swapFree=33010416/33010684
[pid=41942] ppid=41939 vsize=2459252 memory=2383920 CPUtime=3334.48 cores=0,2
/proc/41942/stat : 41942 (ipbhs_gurobi) R 41939 41942 41181 0 -1 4194304 1794140 0 0 0 333077 371 0 0 20 0 2 0 48893910 2518274048 595980 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
/proc/41942/statm: 614813 595980 3872 641 0 597296 0
[pid=41942/tid=41958] ppid=41939 vsize=2459252 memory=2383920 CPUtime=2.98 cores=0,2
/proc/41942/task/41958/stat : 41958 (ipbhs_gurobi) S 41939 41942 41181 0 -1 4194368 171 0 0 0 89 209 0 0 20 0 2 0 48893986 2518274048 595980 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
Current children cumulated CPU time: 3334.48 s
Current children cumulated vsize: 2459252 KiB
Current children cumulated memory: 2383920 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.12 4.14 5/254 42216
/proc/meminfo: memFree=124352476/131382120 swapFree=33010416/33010684
[pid=41942] ppid=41939 vsize=2465436 memory=2390320 CPUtime=3394.35 cores=0,2
/proc/41942/stat : 41942 (ipbhs_gurobi) R 41939 41942 41181 0 -1 4194304 1799413 0 0 0 339062 373 0 0 20 0 2 0 48893910 2524606464 597580 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
/proc/41942/statm: 616359 597580 3872 641 0 598842 0
[pid=41942/tid=41958] ppid=41939 vsize=2465436 memory=17536 CPUtime=3.04 cores=0,2
/proc/41942/task/41958/stat : 41958 (ipbhs_gurobi) S 41939 41942 41181 0 -1 4194368 179 0 0 0 92 212 0 0 20 0 2 0 48893986 2524606464 597580 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
Current children cumulated CPU time: 3394.35 s
Current children cumulated vsize: 2465436 KiB
Current children cumulated memory: 2390320 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.13 4.14 5/253 42218
/proc/meminfo: memFree=124329056/131382120 swapFree=33010416/33010684
[pid=41942] ppid=41939 vsize=2474248 memory=2399280 CPUtime=3454.24 cores=0,2
/proc/41942/stat : 41942 (ipbhs_gurobi) R 41939 41942 41181 0 -1 4194304 1803960 0 0 0 345048 376 0 0 20 0 2 0 48893910 2533629952 599820 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
/proc/41942/statm: 618562 599820 3872 641 0 601045 0
[pid=41942/tid=41958] ppid=41939 vsize=2474248 memory=2391216 CPUtime=3.09 cores=0,2
/proc/41942/task/41958/stat : 41958 (ipbhs_gurobi) S 41939 41942 41181 0 -1 4194368 181 0 0 0 94 215 0 0 20 0 2 0 48893986 2533629952 599820 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
Current children cumulated CPU time: 3454.24 s
Current children cumulated vsize: 2474248 KiB
Current children cumulated memory: 2399280 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.12 4.13 5/253 42220
/proc/meminfo: memFree=124298588/131382120 swapFree=33010416/33010684
[pid=41942] ppid=41939 vsize=2482816 memory=2406576 CPUtime=3514.11 cores=0,2
/proc/41942/stat : 41942 (ipbhs_gurobi) R 41939 41942 41181 0 -1 4194304 1808663 0 0 0 351032 379 0 0 20 0 2 0 48893910 2542403584 601644 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
/proc/41942/statm: 620704 601644 3872 641 0 603187 0
[pid=41942/tid=41958] ppid=41939 vsize=2482816 memory=2401840 CPUtime=3.14 cores=0,2
/proc/41942/task/41958/stat : 41958 (ipbhs_gurobi) S 41939 41942 41181 0 -1 4194368 186 0 0 0 95 219 0 0 20 0 2 0 48893986 2542403584 601644 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
Current children cumulated CPU time: 3514.11 s
Current children cumulated vsize: 2482816 KiB
Current children cumulated memory: 2406576 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.11 4.13 5/253 42222
/proc/meminfo: memFree=124267608/131382120 swapFree=33010416/33010684
[pid=41942] ppid=41939 vsize=2490696 memory=2415408 CPUtime=3573.99 cores=0,2
/proc/41942/stat : 41942 (ipbhs_gurobi) R 41939 41942 41181 0 -1 4194304 1817341 0 0 0 357016 383 0 0 20 0 2 0 48893910 2550472704 603852 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
/proc/41942/statm: 622674 603852 3872 641 0 605157 0
[pid=41942/tid=41958] ppid=41939 vsize=2490696 memory=2414768 CPUtime=3.19 cores=0,2
/proc/41942/task/41958/stat : 41958 (ipbhs_gurobi) S 41939 41942 41181 0 -1 4194368 192 0 0 0 96 223 0 0 20 0 2 0 48893986 2550472704 603852 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
Current children cumulated CPU time: 3573.99 s
Current children cumulated vsize: 2490696 KiB
Current children cumulated memory: 2415408 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.4 s]
/proc/loadavg: 4.15 4.12 4.13 4/250 42227
/proc/meminfo: memFree=124734708/131382120 swapFree=33010416/33010684
[pid=41942] ppid=41939 vsize=2493396 memory=2418608 CPUtime=3600.04 cores=0,2
/proc/41942/stat : 41942 (ipbhs_gurobi) R 41939 41942 41181 0 -1 4194304 1820642 0 0 0 359618 386 0 0 20 0 2 0 48893910 2553237504 604652 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
/proc/41942/statm: 623349 604652 3872 641 0 605832 0
[pid=41942/tid=41958] ppid=41939 vsize=2493396 memory=19968 CPUtime=3.22 cores=0,2
/proc/41942/task/41958/stat : 41958 (ipbhs_gurobi) S 41939 41942 41181 0 -1 4194368 194 0 0 0 97 225 0 0 20 0 2 0 48893986 2553237504 604652 18446744073709551615 94014527254528 94014529879581 140726283733328 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94014530498456 94014530531418 94014544629760 140726283741579 140726283741703 140726283741703 140726283747305 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 2493396 KiB
Current children cumulated memory: 2418608 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.19 s, system=3.8706 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3608.41
CPU time (s): 3600.06
CPU user time (s): 3596.19
CPU system time (s): 3.8706
CPU usage (%): 99.7686
Max. virtual memory (cumulated for all children) (KiB): 2493396
Max. memory (cumulated for all children) (KiB): 2418608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.19
system time used= 3.8706
maximum resident set size= 2418608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1820642
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= 358083
involuntary context switches= 8497


# summary of solver processes directly reported to runsolver:
#   pid: 41942
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3596.19
#   total CPU system time (s): 3.8706

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.263 second user time and 32.4103 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-01 03:09:11
IDJOB=4488985
IDBENCH=147536
IDSOLVER=3334
FILE ID=nodeC002/4488985-1751332150
RUNJOBID= nodeC002-1751324935-41191
SLURM_JOB_ID= 9594348
Free space on /tmp= 432944 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2025-06-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_17.opb.PB06.opb
COMMAND LINE= ./ipbhs_gurobi --sym-cores-compact BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4488985-1751332150/watcher-4488985-1751332150 -o /tmp/evaluation-result-4488985-1751332150/solver-4488985-1751332150 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751324935-41191 --watchdog 3760  ./ipbhs_gurobi --sym-cores-compact HOME/instance-4488985-1751332150.opb --max-coef 1000000000

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

MD5SUM BENCH= 86551de4ee1411a66be87614daaae1c0
RANDOM SEED=546394116

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129723428 kB
MemAvailable:   129635568 kB
Buffers:            2128 kB
Cached:           721928 kB
SwapCached:           28 kB
Active:           676580 kB
Inactive:         420008 kB
Active(anon):     384060 kB
Inactive(anon):     6404 kB
Active(file):     292520 kB
Inactive(file):   413604 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            118472 kB
Writeback:             0 kB
AnonPages:        375576 kB
Mapped:           116460 kB
Shmem:             17932 kB
KReclaimable:      91288 kB
Slab:             174160 kB
SReclaimable:      91288 kB
SUnreclaim:        82872 kB
KernelStack:        4016 kB
PageTables:         3720 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     717300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    268288 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432828 MiB
End job on nodeC002 at 2025-07-01 04:09:20