Trace number 4517612

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.1 3606.41

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=11-t=8.opb
MD5SUMb554296dd2e7a57b28932c2f35f0c1cd
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark4.93097
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables275
Total number of constraints6523
Number of constraints which are clauses6512
Number of constraints which are cardinality constraints (but not clauses)11
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint12
Number of terms in the objective function 11
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 11
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 13
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (61945 MiB free)
  memory of node 1: 64507 MiB (51712 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517612-1751532916/watcher-4517612-1751532916 -o /tmp/evaluation-result-4517612-1751532916/solver-4517612-1751532916 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751525701-79130 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4517612-1751532916.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=79948, runsolver pid=79945

[startup+0.100076 s]*
/proc/loadavg: 4.21 4.28 4.22 5/243 79950
/proc/meminfo: memFree=116382100/131382112 swapFree=33010160/33010684
[pid=79948] ppid=79945 vsize=90068 memory=19456 CPUtime=0.09 cores=0,2
/proc/79948/stat : 79948 (ipbhs_gurobi) R 79945 79948 79120 0 -1 4194304 1336 0 0 0 7 2 0 0 20 0 2 0 68971446 92229632 4864 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
/proc/79948/statm: 22517 4864 2912 641 0 5000 0
[pid=79948/tid=79950] ppid=79945 vsize=90068 memory=4026532068 CPUtime=0 cores=0,2
/proc/79948/task/79950/stat : 79950 (ipbhs_gurobi) S 79945 79948 79120 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 68971455 92229632 4864 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 1 0 0 -1 0 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 90068 KiB
Current children cumulated memory: 19456 KiB

[startup+0.213633 s]*
/proc/loadavg: 4.21 4.28 4.22 5/243 79950
/proc/meminfo: memFree=116381876/131382112 swapFree=33010160/33010684
[pid=79948] ppid=79945 vsize=90068 memory=19456 CPUtime=0.21 cores=0,2
/proc/79948/stat : 79948 (ipbhs_gurobi) R 79945 79948 79120 0 -1 4194304 1336 0 0 0 18 3 0 0 20 0 2 0 68971446 92229632 4864 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
/proc/79948/statm: 22517 4864 2912 641 0 5000 0
[pid=79948/tid=79950] ppid=79945 vsize=90068 memory=664954323975236017 CPUtime=0 cores=0,2
/proc/79948/task/79950/stat : 79950 (ipbhs_gurobi) S 79945 79948 79120 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 68971455 92229632 4864 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 90068 KiB
Current children cumulated memory: 19456 KiB

[startup+0.31361 s]*
/proc/loadavg: 4.21 4.28 4.22 5/246 79953
/proc/meminfo: memFree=116381636/131382112 swapFree=33010160/33010684
[pid=79948] ppid=79945 vsize=90068 memory=19456 CPUtime=0.31 cores=0,2
/proc/79948/stat : 79948 (ipbhs_gurobi) R 79945 79948 79120 0 -1 4194304 1336 0 0 0 27 4 0 0 20 0 2 0 68971446 92229632 4864 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
/proc/79948/statm: 22517 4864 2912 641 0 5000 0
[pid=79948/tid=79950] ppid=79945 vsize=90068 memory=-7824251494390978658 CPUtime=0 cores=0,2
/proc/79948/task/79950/stat : 79950 (ipbhs_gurobi) S 79945 79948 79120 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 68971455 92229632 4864 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 90068 KiB
Current children cumulated memory: 19456 KiB

[startup+0.70029 s]
/proc/loadavg: 4.21 4.28 4.22 6/253 79968
/proc/meminfo: memFree=115946264/131382112 swapFree=33010160/33010684
[pid=79948] ppid=79945 vsize=90484 memory=19840 CPUtime=0.68 cores=0,2
/proc/79948/stat : 79948 (ipbhs_gurobi) R 79945 79948 79120 0 -1 4194304 1446 0 0 0 62 6 0 0 20 0 2 0 68971446 92655616 4960 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
/proc/79948/statm: 22621 4960 2912 641 0 5104 0
[pid=79948/tid=79950] ppid=79945 vsize=90484 memory=18176 CPUtime=0 cores=0,2
/proc/79948/task/79950/stat : 79950 (ipbhs_gurobi) S 79945 79948 79120 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 68971455 92655616 4960 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 90484 KiB
Current children cumulated memory: 19840 KiB

[startup+1.50027 s]
/proc/loadavg: 4.21 4.28 4.22 5/253 79968
/proc/meminfo: memFree=113654588/131382112 swapFree=33010160/33010684
[pid=79948] ppid=79945 vsize=90920 memory=20224 CPUtime=1.47 cores=0,2
/proc/79948/stat : 79948 (ipbhs_gurobi) R 79945 79948 79120 0 -1 4194304 1546 0 0 0 135 12 0 0 20 0 2 0 68971446 93102080 5056 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
/proc/79948/statm: 22730 5056 2912 641 0 5213 0
[pid=79948/tid=79950] ppid=79945 vsize=90920 memory=18176 CPUtime=0 cores=0,2
/proc/79948/task/79950/stat : 79950 (ipbhs_gurobi) S 79945 79948 79120 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 68971455 93102080 5056 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 90920 KiB
Current children cumulated memory: 20224 KiB

[startup+3.11231 s]
/proc/loadavg: 4.21 4.28 4.22 5/256 79971
/proc/meminfo: memFree=112941024/131382112 swapFree=33010160/33010684
[pid=79948] ppid=79945 vsize=91604 memory=20992 CPUtime=3.08 cores=0,2
/proc/79948/stat : 79948 (ipbhs_gurobi) R 79945 79948 79120 0 -1 4194304 2260 0 0 0 288 20 0 0 20 0 2 0 68971446 93802496 5248 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
/proc/79948/statm: 22901 5248 2912 641 0 5384 0
[pid=79948/tid=79950] ppid=79945 vsize=91604 memory=19840 CPUtime=0 cores=0,2
/proc/79948/task/79950/stat : 79950 (ipbhs_gurobi) S 79945 79948 79120 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 2 0 68971455 93802496 5248 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 91604 KiB
Current children cumulated memory: 20992 KiB

[startup+6.30026 s]
/proc/loadavg: 4.19 4.28 4.22 5/256 79971
/proc/meminfo: memFree=112932600/131382112 swapFree=33010160/33010684
[pid=79948] ppid=79945 vsize=92380 memory=23724 CPUtime=6.27 cores=0,2
/proc/79948/stat : 79948 (ipbhs_gurobi) R 79945 79948 79120 0 -1 4194304 3148 0 0 0 595 32 0 0 20 0 2 0 68971446 94597120 5931 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
/proc/79948/statm: 23095 5931 2912 641 0 5578 0
[pid=79948/tid=79950] ppid=79945 vsize=92380 memory=19840 CPUtime=0 cores=0,2
/proc/79948/task/79950/stat : 79950 (ipbhs_gurobi) S 79945 79948 79120 0 -1 4194368 6 0 0 0 0 0 0 0 20 0 2 0 68971455 94597120 5931 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 92380 KiB
Current children cumulated memory: 23724 KiB

[startup+12.7002 s]
/proc/loadavg: 4.41 4.33 4.24 5/256 79971
/proc/meminfo: memFree=112924536/131382112 swapFree=33010160/33010684
[pid=79948] ppid=79945 vsize=94104 memory=26284 CPUtime=12.66 cores=0,2
/proc/79948/stat : 79948 (ipbhs_gurobi) R 79945 79948 79120 0 -1 4194304 5418 0 0 0 1207 59 0 0 20 0 2 0 68971446 96362496 6571 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
/proc/79948/statm: 23526 6571 3136 641 0 6009 0
[pid=79948/tid=79950] ppid=79945 vsize=94104 memory=19840 CPUtime=0 cores=0,2
/proc/79948/task/79950/stat : 79950 (ipbhs_gurobi) S 79945 79948 79120 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 2 0 68971455 96362496 6571 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 94104 KiB
Current children cumulated memory: 26284 KiB

[startup+25.5003 s]
/proc/loadavg: 4.32 4.31 4.23 5/256 79971
/proc/meminfo: memFree=112909244/131382112 swapFree=33010160/33010684
[pid=79948] ppid=79945 vsize=98812 memory=30892 CPUtime=25.44 cores=0,2
/proc/79948/stat : 79948 (ipbhs_gurobi) R 79945 79948 79120 0 -1 4194304 6769 0 0 0 2446 98 0 0 20 0 2 0 68971446 101183488 7723 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
/proc/79948/statm: 24703 7723 3136 641 0 7186 0
[pid=79948/tid=79950] ppid=79945 vsize=98812 memory=19840 CPUtime=0.01 cores=0,2
/proc/79948/task/79950/stat : 79950 (ipbhs_gurobi) S 79945 79948 79120 0 -1 4194368 9 0 0 0 0 1 0 0 20 0 2 0 68971455 101183488 7723 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 98812 KiB
Current children cumulated memory: 30892 KiB

[startup+51.1128 s]
/proc/loadavg: 4.21 4.28 4.22 5/256 80018
/proc/meminfo: memFree=114292260/131382112 swapFree=33010160/33010684
[pid=79948] ppid=79945 vsize=106152 memory=37012 CPUtime=51.01 cores=0,2
/proc/79948/stat : 79948 (ipbhs_gurobi) R 79945 79948 79120 0 -1 4194304 7837 0 0 0 4928 173 0 0 20 0 2 0 68971446 108699648 9253 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
/proc/79948/statm: 26538 9253 3136 641 0 9021 0
[pid=79948/tid=79950] ppid=79945 vsize=106152 memory=14560 CPUtime=0.04 cores=0,2
/proc/79948/task/79950/stat : 79950 (ipbhs_gurobi) S 79945 79948 79120 0 -1 4194368 9 0 0 0 1 3 0 0 20 0 2 0 68971455 108699648 9253 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
Current children cumulated CPU time: 51.01 s
Current children cumulated vsize: 106152 KiB
Current children cumulated memory: 37012 KiB

[startup+102.3 s]
/proc/loadavg: 4.21 4.27 4.22 5/250 80100
/proc/meminfo: memFree=114259900/131382112 swapFree=33010160/33010684
[pid=79948] ppid=79945 vsize=108200 memory=39700 CPUtime=102.11 cores=0,2
/proc/79948/stat : 79948 (ipbhs_gurobi) R 79945 79948 79120 0 -1 4194304 8451 0 0 0 9878 333 0 0 20 0 2 0 68971446 110796800 9925 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
/proc/79948/statm: 27050 9925 3136 641 0 9533 0
[pid=79948/tid=79950] ppid=79945 vsize=108200 memory=38676 CPUtime=0.09 cores=0,2
/proc/79948/task/79950/stat : 79950 (ipbhs_gurobi) S 79945 79948 79120 0 -1 4194368 10 0 0 0 3 6 0 0 20 0 2 0 68971455 110796800 9925 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
Current children cumulated CPU time: 102.11 s
Current children cumulated vsize: 108200 KiB
Current children cumulated memory: 39700 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.23 4.21 5/256 80112
/proc/meminfo: memFree=114203848/131382112 swapFree=33010160/33010684
[pid=79948] ppid=79945 vsize=119168 memory=49412 CPUtime=162 cores=0,2
/proc/79948/stat : 79948 (ipbhs_gurobi) R 79945 79948 79120 0 -1 4194304 11230 0 0 0 15731 469 0 0 20 0 2 0 68971446 122028032 12353 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
/proc/79948/statm: 29792 12353 3136 641 0 12275 0
[pid=79948/tid=79950] ppid=79945 vsize=119168 memory=47748 CPUtime=0.14 cores=0,2
/proc/79948/task/79950/stat : 79950 (ipbhs_gurobi) S 79945 79948 79120 0 -1 4194368 14 0 0 0 5 9 0 0 20 0 2 0 68971455 122028032 12353 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
Current children cumulated CPU time: 162 s
Current children cumulated vsize: 119168 KiB
Current children cumulated memory: 49412 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.20 4.20 5/256 80115
/proc/meminfo: memFree=114177348/131382112 swapFree=33010160/33010684
[pid=79948] ppid=79945 vsize=120736 memory=51204 CPUtime=221.9 cores=0,2
/proc/79948/stat : 79948 (ipbhs_gurobi) R 79945 79948 79120 0 -1 4194304 14235 0 0 0 21608 582 0 0 20 0 2 0 68971446 123633664 12801 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
/proc/79948/statm: 30184 12801 3136 641 0 12667 0
[pid=79948/tid=79950] ppid=79945 vsize=120736 memory=50820 CPUtime=0.2 cores=0,2
/proc/79948/task/79950/stat : 79950 (ipbhs_gurobi) S 79945 79948 79120 0 -1 4194368 16 0 0 0 7 13 0 0 20 0 2 0 68971455 123633664 12801 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
Current children cumulated CPU time: 221.9 s
Current children cumulated vsize: 120736 KiB
Current children cumulated memory: 51204 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.19 4.19 5/256 80117
/proc/meminfo: memFree=114138600/131382112 swapFree=33010160/33010684
[pid=79948] ppid=79945 vsize=121476 memory=53380 CPUtime=281.79 cores=0,2
/proc/79948/stat : 79948 (ipbhs_gurobi) R 79945 79948 79120 0 -1 4194304 14875 0 0 0 27509 670 0 0 20 0 2 0 68971446 124391424 13345 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
/proc/79948/statm: 30369 13345 3136 641 0 12852 0
[pid=79948/tid=79950] ppid=79945 vsize=121476 memory=52484 CPUtime=0.26 cores=0,2
/proc/79948/task/79950/stat : 79950 (ipbhs_gurobi) S 79945 79948 79120 0 -1 4194368 16 0 0 0 9 17 0 0 20 0 2 0 68971455 124391424 13345 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
Current children cumulated CPU time: 281.79 s
Current children cumulated vsize: 121476 KiB

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

/proc/meminfo: memFree=111025368/131382112 swapFree=33010160/33010684
[pid=79948] ppid=79945 vsize=175672 memory=100756 CPUtime=2977.06 cores=0,2
/proc/79948/stat : 79948 (ipbhs_gurobi) R 79945 79948 79120 0 -1 4194304 51455 0 0 0 294000 3706 0 0 20 0 2 0 68971446 179888128 25189 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
/proc/79948/statm: 43918 25189 3136 641 0 26401 0
[pid=79948/tid=79950] ppid=79945 vsize=175672 memory=100756 CPUtime=3.2 cores=0,2
/proc/79948/task/79950/stat : 79950 (ipbhs_gurobi) S 79945 79948 79120 0 -1 4194368 29 0 0 0 100 220 0 0 20 0 2 0 68971455 179888128 25189 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
Current children cumulated CPU time: 2977.06 s
Current children cumulated vsize: 175672 KiB
Current children cumulated memory: 100756 KiB

[startup+3042.3 s]
/proc/loadavg: 4.17 4.25 4.18 5/254 80816
/proc/meminfo: memFree=111015980/131382112 swapFree=33010160/33010684
[pid=79948] ppid=79945 vsize=175672 memory=100884 CPUtime=3036.95 cores=0,2
/proc/79948/stat : 79948 (ipbhs_gurobi) R 79945 79948 79120 0 -1 4194304 51478 0 0 0 299923 3772 0 0 20 0 2 0 68971446 179888128 25221 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
/proc/79948/statm: 43918 25221 3136 641 0 26401 0
[pid=79948/tid=79950] ppid=79945 vsize=175672 memory=100756 CPUtime=3.26 cores=0,2
/proc/79948/task/79950/stat : 79950 (ipbhs_gurobi) S 79945 79948 79120 0 -1 4194368 29 0 0 0 103 223 0 0 20 0 2 0 68971455 179888128 25221 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
Current children cumulated CPU time: 3036.95 s
Current children cumulated vsize: 175672 KiB
Current children cumulated memory: 100884 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.23 4.18 5/256 80822
/proc/meminfo: memFree=111020668/131382112 swapFree=33010160/33010684
[pid=79948] ppid=79945 vsize=176120 memory=101268 CPUtime=3096.85 cores=0,2
/proc/79948/stat : 79948 (ipbhs_gurobi) R 79945 79948 79120 0 -1 4194304 51663 0 0 0 305854 3831 0 0 20 0 2 0 68971446 180346880 25317 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
/proc/79948/statm: 44030 25317 3136 641 0 26513 0
[pid=79948/tid=79950] ppid=79945 vsize=176120 memory=14560 CPUtime=3.32 cores=0,2
/proc/79948/task/79950/stat : 79950 (ipbhs_gurobi) S 79945 79948 79120 0 -1 4194368 29 0 0 0 105 227 0 0 20 0 2 0 68971455 180346880 25317 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
Current children cumulated CPU time: 3096.85 s
Current children cumulated vsize: 176120 KiB
Current children cumulated memory: 101268 KiB

[startup+3162.3 s]
/proc/loadavg: 4.21 4.23 4.18 5/256 80824
/proc/meminfo: memFree=111013584/131382112 swapFree=33010160/33010684
[pid=79948] ppid=79945 vsize=176120 memory=101268 CPUtime=3156.75 cores=0,2
/proc/79948/stat : 79948 (ipbhs_gurobi) R 79945 79948 79120 0 -1 4194304 51706 0 0 0 311777 3898 0 0 20 0 2 0 68971446 180346880 25317 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
/proc/79948/statm: 44030 25317 3136 641 0 26513 0
[pid=79948/tid=79950] ppid=79945 vsize=176120 memory=101268 CPUtime=3.38 cores=0,2
/proc/79948/task/79950/stat : 79950 (ipbhs_gurobi) S 79945 79948 79120 0 -1 4194368 29 0 0 0 106 232 0 0 20 0 2 0 68971455 180346880 25317 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
Current children cumulated CPU time: 3156.75 s
Current children cumulated vsize: 176120 KiB
Current children cumulated memory: 101268 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.20 4.18 5/256 80826
/proc/meminfo: memFree=111013836/131382112 swapFree=33010160/33010684
[pid=79948] ppid=79945 vsize=176120 memory=101268 CPUtime=3216.64 cores=0,2
/proc/79948/stat : 79948 (ipbhs_gurobi) R 79945 79948 79120 0 -1 4194304 51744 0 0 0 317706 3958 0 0 20 0 2 0 68971446 180346880 25317 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
/proc/79948/statm: 44030 25317 3136 641 0 26513 0
[pid=79948/tid=79950] ppid=79945 vsize=176120 memory=101268 CPUtime=3.45 cores=0,2
/proc/79948/task/79950/stat : 79950 (ipbhs_gurobi) S 79945 79948 79120 0 -1 4194368 29 0 0 0 109 236 0 0 20 0 2 0 68971455 180346880 25317 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
Current children cumulated CPU time: 3216.64 s
Current children cumulated vsize: 176120 KiB
Current children cumulated memory: 101268 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.20 4.18 5/256 80828
/proc/meminfo: memFree=111000252/131382112 swapFree=33010160/33010684
[pid=79948] ppid=79945 vsize=176572 memory=101780 CPUtime=3276.54 cores=0,2
/proc/79948/stat : 79948 (ipbhs_gurobi) R 79945 79948 79120 0 -1 4194304 51870 0 0 0 323630 4024 0 0 20 0 2 0 68971446 180809728 25445 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
/proc/79948/statm: 44143 25445 3136 641 0 26626 0
[pid=79948/tid=79950] ppid=79945 vsize=176572 memory=101652 CPUtime=3.52 cores=0,2
/proc/79948/task/79950/stat : 79950 (ipbhs_gurobi) S 79945 79948 79120 0 -1 4194368 29 0 0 0 111 241 0 0 20 0 2 0 68971455 180809728 25445 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
Current children cumulated CPU time: 3276.54 s
Current children cumulated vsize: 176572 KiB
Current children cumulated memory: 101780 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.17 4.17 5/256 80830
/proc/meminfo: memFree=111007312/131382112 swapFree=33010160/33010684
[pid=79948] ppid=79945 vsize=176904 memory=102036 CPUtime=3336.44 cores=0,2
/proc/79948/stat : 79948 (ipbhs_gurobi) R 79945 79948 79120 0 -1 4194304 52020 0 0 0 329555 4089 0 0 20 0 2 0 68971446 181149696 25509 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
/proc/79948/statm: 44226 25509 3136 641 0 26709 0
[pid=79948/tid=79950] ppid=79945 vsize=176904 memory=102036 CPUtime=3.58 cores=0,2
/proc/79948/task/79950/stat : 79950 (ipbhs_gurobi) S 79945 79948 79120 0 -1 4194368 29 0 0 0 112 246 0 0 20 0 2 0 68971455 181149696 25509 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
Current children cumulated CPU time: 3336.44 s
Current children cumulated vsize: 176904 KiB
Current children cumulated memory: 102036 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.18 4.18 5/253 80832
/proc/meminfo: memFree=111005348/131382112 swapFree=33010160/33010684
[pid=79948] ppid=79945 vsize=176904 memory=102036 CPUtime=3396.33 cores=0,2
/proc/79948/stat : 79948 (ipbhs_gurobi) R 79945 79948 79120 0 -1 4194304 52134 0 0 0 335481 4152 0 0 20 0 2 0 68971446 181149696 25509 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
/proc/79948/statm: 44226 25509 3136 641 0 26709 0
[pid=79948/tid=79950] ppid=79945 vsize=176904 memory=102036 CPUtime=3.64 cores=0,2
/proc/79948/task/79950/stat : 79950 (ipbhs_gurobi) S 79945 79948 79120 0 -1 4194368 29 0 0 0 113 251 0 0 20 0 2 0 68971455 181149696 25509 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
Current children cumulated CPU time: 3396.33 s
Current children cumulated vsize: 176904 KiB
Current children cumulated memory: 102036 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.19 4.18 5/253 80834
/proc/meminfo: memFree=110995484/131382112 swapFree=33010160/33010684
[pid=79948] ppid=79945 vsize=176904 memory=102036 CPUtime=3456.22 cores=0,2
/proc/79948/stat : 79948 (ipbhs_gurobi) R 79945 79948 79120 0 -1 4194304 52238 0 0 0 341409 4213 0 0 20 0 2 0 68971446 181149696 25509 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
/proc/79948/statm: 44226 25509 3136 641 0 26709 0
[pid=79948/tid=79950] ppid=79945 vsize=176904 memory=102036 CPUtime=3.71 cores=0,2
/proc/79948/task/79950/stat : 79950 (ipbhs_gurobi) S 79945 79948 79120 0 -1 4194368 29 0 0 0 115 256 0 0 20 0 2 0 68971455 181149696 25509 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
Current children cumulated CPU time: 3456.22 s
Current children cumulated vsize: 176904 KiB
Current children cumulated memory: 102036 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.17 4.18 5/255 80842
/proc/meminfo: memFree=110964080/131382112 swapFree=33010160/33010684
[pid=79948] ppid=79945 vsize=177176 memory=102292 CPUtime=3516.12 cores=0,2
/proc/79948/stat : 79948 (ipbhs_gurobi) R 79945 79948 79120 0 -1 4194304 52363 0 0 0 347344 4268 0 0 20 0 2 0 68971446 181428224 25573 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
/proc/79948/statm: 44294 25573 3136 641 0 26777 0
[pid=79948/tid=79950] ppid=79945 vsize=177176 memory=3200 CPUtime=3.77 cores=0,2
/proc/79948/task/79950/stat : 79950 (ipbhs_gurobi) S 79945 79948 79120 0 -1 4194368 29 0 0 0 117 260 0 0 20 0 2 0 68971455 181428224 25573 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
Current children cumulated CPU time: 3516.12 s
Current children cumulated vsize: 177176 KiB
Current children cumulated memory: 102292 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.15 4.17 5/255 80844
/proc/meminfo: memFree=110964004/131382112 swapFree=33010160/33010684
[pid=79948] ppid=79945 vsize=177440 memory=102676 CPUtime=3576.02 cores=0,2
/proc/79948/stat : 79948 (ipbhs_gurobi) R 79945 79948 79120 0 -1 4194304 52588 0 0 0 353278 4324 0 0 20 0 2 0 68971446 181698560 25669 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
/proc/79948/statm: 44360 25669 3136 641 0 26843 0
[pid=79948/tid=79950] ppid=79945 vsize=177440 memory=10624 CPUtime=3.83 cores=0,2
/proc/79948/task/79950/stat : 79950 (ipbhs_gurobi) S 79945 79948 79120 0 -1 4194368 29 0 0 0 119 264 0 0 20 0 2 0 68971455 181698560 25669 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
Current children cumulated CPU time: 3576.02 s
Current children cumulated vsize: 177440 KiB
Current children cumulated memory: 102676 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.4 s]
/proc/loadavg: 4.12 4.16 4.17 5/255 80844
/proc/meminfo: memFree=110964004/131382112 swapFree=33010160/33010684
[pid=79948] ppid=79945 vsize=177952 memory=103060 CPUtime=3600.08 cores=0,2
/proc/79948/stat : 79948 (ipbhs_gurobi) R 79945 79948 79120 0 -1 4194304 52728 0 0 0 355661 4347 0 0 20 0 2 0 68971446 182222848 25765 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
/proc/79948/statm: 44488 25765 3136 641 0 26971 0
[pid=79948/tid=79950] ppid=79945 vsize=177952 memory=18176 CPUtime=3.85 cores=0,2
/proc/79948/task/79950/stat : 79950 (ipbhs_gurobi) S 79945 79948 79120 0 -1 4194368 29 0 0 0 120 265 0 0 20 0 2 0 68971455 182222848 25765 18446744073709551615 93869260300288 93869262925341 140723355251488 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 93869263544216 93869263577178 93869273415680 140723355257247 140723355257351 140723355257351 140723355262953 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 177952 KiB
Current children cumulated memory: 103060 KiB

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

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

# cumulated CPU time of all completed processes:  user=3556.62 s, system=43.4792 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): 3606.41
CPU time (s): 3600.1
CPU user time (s): 3556.62
CPU system time (s): 43.4792
CPU usage (%): 99.825
Max. virtual memory (cumulated for all children) (KiB): 177952
Max. memory (cumulated for all children) (KiB): 103060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3556.62
system time used= 43.4792
maximum resident set size= 103060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52728
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= 357793
involuntary context switches= 8133


# summary of solver processes directly reported to runsolver:
#   pid: 79948
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3556.62
#   total CPU system time (s): 43.4792

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.4023 second user time and 34.3778 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-03 10:55:16
IDJOB=4517612
IDBENCH=176156
IDSOLVER=3333
FILE ID=nodeC009/4517612-1751532916
RUNJOBID= nodeC009-1751525701-79130
SLURM_JOB_ID= 9598656
Free space on /tmp= 431044 MiB

SOLVER NAME= IPBHS-GUROBI 2025-06-09
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=11-t=8.opb
COMMAND LINE= ./ipbhs_gurobi BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517612-1751532916/watcher-4517612-1751532916 -o /tmp/evaluation-result-4517612-1751532916/solver-4517612-1751532916 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751525701-79130 --watchdog 3760  ./ipbhs_gurobi HOME/instance-4517612-1751532916.opb --max-coef 1000000000

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

MD5SUM BENCH= b554296dd2e7a57b28932c2f35f0c1cd
RANDOM SEED=1434710243

nodeC009 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.516
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.85
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		: 1197.900
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.85
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.222
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.85
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		: 1197.232
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.85
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.444
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.85
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		: 1795.843
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.85
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.85
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		: 1197.382
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        116458640 kB
MemAvailable:   128437632 kB
Buffers:            2144 kB
Cached:         12729900 kB
SwapCached:           24 kB
Active:          1854380 kB
Inactive:       12368688 kB
Active(anon):    1503908 kB
Inactive(anon):     5056 kB
Active(file):     350472 kB
Inactive(file): 12363632 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            142220 kB
Writeback:            12 kB
AnonPages:       1494180 kB
Mapped:           110620 kB
Shmem:             17936 kB
KReclaimable:     208648 kB
Slab:             294148 kB
SReclaimable:     208648 kB
SUnreclaim:        85500 kB
KernelStack:        3940 kB
PageTables:         5728 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1792876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149288 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1427456 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 430944 MiB
End job on nodeC009 at 2025-07-03 11:55:23