Trace number 4499150

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.05 3606.81

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx63.opb
MD5SUM7c2ff02722ff3a09887b085a032d3a00
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark37281.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
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 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 786
Number of bits of the biggest sum of numbers10
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.05	c limit for coefficient in constraints and objective to 1000000000
0.00/0.05	c will solve HOME/instance-4499150-1751406665.opb
0.00/0.05	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: 63665 MiB (60629 MiB free)
  memory of node 1: 64507 MiB (62301 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4499150-1751406665/watcher-4499150-1751406665 -o /tmp/evaluation-result-4499150-1751406665/solver-4499150-1751406665 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751399302-53726 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4499150-1751406665.opb --max-coef 1000000000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=54801, runsolver pid=54798

[startup+0.100059 s]*
/proc/loadavg: 4.16 4.11 4.09 5/267 54803
/proc/meminfo: memFree=125876828/131250000 swapFree=33010416/33010684
[pid=54801] ppid=54798 vsize=93176 memory=22832 CPUtime=0.07 cores=1,3
/proc/54801/stat : 54801 (ipbhs_gurobi) R 54798 54801 53709 0 -1 4194304 1860 0 0 0 6 1 0 0 20 0 2 0 56346379 95412224 5708 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
/proc/54801/statm: 23294 5708 3232 641 0 5777 0
[pid=54801/tid=54803] ppid=54798 vsize=93176 memory=4026531960 CPUtime=0 cores=1,3
/proc/54801/task/54803/stat : 54803 (ipbhs_gurobi) R 54798 54801 53709 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 56346385 95412224 5708 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 93176 KiB
Current children cumulated memory: 22832 KiB

[startup+0.205387 s]*
/proc/loadavg: 4.16 4.11 4.09 5/267 54803
/proc/meminfo: memFree=125876828/131250000 swapFree=33010416/33010684
[pid=54801] ppid=54798 vsize=93176 memory=23088 CPUtime=0.18 cores=1,3
/proc/54801/stat : 54801 (ipbhs_gurobi) R 54798 54801 53709 0 -1 4194304 1926 0 0 0 17 1 0 0 20 0 2 0 56346379 95412224 5772 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
/proc/54801/statm: 23294 5772 3232 641 0 5777 0
[pid=54801/tid=54803] ppid=54798 vsize=93176 memory=3472328132921917724 CPUtime=0 cores=1,3
/proc/54801/task/54803/stat : 54803 (ipbhs_gurobi) R 54798 54801 53709 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 56346385 95412224 5772 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 93176 KiB
Current children cumulated memory: 23088 KiB

[startup+0.305332 s]*
/proc/loadavg: 4.16 4.11 4.09 5/267 54803
/proc/meminfo: memFree=125876828/131250000 swapFree=33010416/33010684
[pid=54801] ppid=54798 vsize=93176 memory=23728 CPUtime=0.27 cores=1,3
/proc/54801/stat : 54801 (ipbhs_gurobi) R 54798 54801 53709 0 -1 4194304 2103 0 0 0 26 1 0 0 20 0 2 0 56346379 95412224 5932 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
/proc/54801/statm: 23294 5932 3232 641 0 5777 0
[pid=54801/tid=54803] ppid=54798 vsize=93176 memory=-7603326940077258946 CPUtime=0 cores=1,3
/proc/54801/task/54803/stat : 54803 (ipbhs_gurobi) S 54798 54801 53709 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 56346385 95412224 5932 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 93176 KiB
Current children cumulated memory: 23728 KiB

[startup+0.700151 s]
/proc/loadavg: 4.16 4.11 4.09 5/267 54803
/proc/meminfo: memFree=125876828/131250000 swapFree=33010416/33010684
[pid=54801] ppid=54798 vsize=94236 memory=27020 CPUtime=0.66 cores=1,3
/proc/54801/stat : 54801 (ipbhs_gurobi) R 54798 54801 53709 0 -1 4194304 2397 0 0 0 64 2 0 0 20 0 2 0 56346379 96497664 6755 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
/proc/54801/statm: 23559 6755 3232 641 0 6042 0
[pid=54801/tid=54803] ppid=54798 vsize=94236 memory=18560 CPUtime=0 cores=1,3
/proc/54801/task/54803/stat : 54803 (ipbhs_gurobi) S 54798 54801 53709 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 56346385 96497664 6755 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 94236 KiB
Current children cumulated memory: 27020 KiB

[startup+1.50015 s]
/proc/loadavg: 4.16 4.11 4.09 5/267 54803
/proc/meminfo: memFree=125876828/131250000 swapFree=33010416/33010684
[pid=54801] ppid=54798 vsize=99084 memory=30988 CPUtime=1.46 cores=1,3
/proc/54801/stat : 54801 (ipbhs_gurobi) R 54798 54801 53709 0 -1 4194304 3409 0 0 0 142 4 0 0 20 0 2 0 56346379 101462016 7747 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
/proc/54801/statm: 24771 7747 3232 641 0 7254 0
[pid=54801/tid=54803] ppid=54798 vsize=99084 memory=18560 CPUtime=0 cores=1,3
/proc/54801/task/54803/stat : 54803 (ipbhs_gurobi) S 54798 54801 53709 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 56346385 101462016 7747 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 99084 KiB
Current children cumulated memory: 30988 KiB

[startup+3.10518 s]
/proc/loadavg: 4.16 4.11 4.09 5/267 54803
/proc/meminfo: memFree=125873348/131250000 swapFree=33010416/33010684
[pid=54801] ppid=54798 vsize=100712 memory=32524 CPUtime=3.07 cores=1,3
/proc/54801/stat : 54801 (ipbhs_gurobi) R 54798 54801 53709 0 -1 4194304 5892 0 0 0 299 8 0 0 20 0 2 0 56346379 103129088 8131 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
/proc/54801/statm: 25178 8131 3232 641 0 7661 0
[pid=54801/tid=54803] ppid=54798 vsize=100712 memory=31244 CPUtime=0 cores=1,3
/proc/54801/task/54803/stat : 54803 (ipbhs_gurobi) S 54798 54801 53709 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 2 0 56346385 103129088 8131 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 100712 KiB
Current children cumulated memory: 32524 KiB

[startup+6.30014 s]
/proc/loadavg: 4.15 4.11 4.09 5/267 54803
/proc/meminfo: memFree=125864732/131250000 swapFree=33010416/33010684
[pid=54801] ppid=54798 vsize=108620 memory=40088 CPUtime=6.25 cores=1,3
/proc/54801/stat : 54801 (ipbhs_gurobi) R 54798 54801 53709 0 -1 4194304 9943 0 0 0 613 12 0 0 20 0 2 0 56346379 111226880 10022 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
/proc/54801/statm: 27155 10022 3232 641 0 9638 0
[pid=54801/tid=54803] ppid=54798 vsize=108620 memory=18560 CPUtime=0 cores=1,3
/proc/54801/task/54803/stat : 54803 (ipbhs_gurobi) S 54798 54801 53709 0 -1 4194368 6 0 0 0 0 0 0 0 20 0 2 0 56346385 111226880 10022 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 108620 KiB
Current children cumulated memory: 40088 KiB

[startup+12.7002 s]
/proc/loadavg: 4.14 4.11 4.09 5/267 54803
/proc/meminfo: memFree=125849008/131250000 swapFree=33010416/33010684
[pid=54801] ppid=54798 vsize=122204 memory=52536 CPUtime=12.64 cores=1,3
/proc/54801/stat : 54801 (ipbhs_gurobi) R 54798 54801 53709 0 -1 4194304 18235 0 0 0 1244 20 0 0 20 0 2 0 56346379 125136896 13134 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
/proc/54801/statm: 30551 13134 3232 641 0 13034 0
[pid=54801/tid=54803] ppid=54798 vsize=122204 memory=49808 CPUtime=0 cores=1,3
/proc/54801/task/54803/stat : 54803 (ipbhs_gurobi) S 54798 54801 53709 0 -1 4194368 8 0 0 0 0 0 0 0 20 0 2 0 56346385 125136896 13134 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 122204 KiB
Current children cumulated memory: 52536 KiB

[startup+25.5002 s]
/proc/loadavg: 4.18 4.12 4.10 5/267 54849
/proc/meminfo: memFree=125290404/131250000 swapFree=33010416/33010684
[pid=54801] ppid=54798 vsize=142868 memory=68524 CPUtime=25.41 cores=1,3
/proc/54801/stat : 54801 (ipbhs_gurobi) R 54798 54801 53709 0 -1 4194304 31592 0 0 0 2509 32 0 0 20 0 2 0 56346379 146296832 17131 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
/proc/54801/statm: 35717 17131 3232 641 0 18200 0
[pid=54801/tid=54803] ppid=54798 vsize=142868 memory=14720 CPUtime=0 cores=1,3
/proc/54801/task/54803/stat : 54803 (ipbhs_gurobi) S 54798 54801 53709 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 2 0 56346385 146296832 17131 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 142868 KiB
Current children cumulated memory: 68524 KiB

[startup+51.1053 s]
/proc/loadavg: 4.20 4.12 4.10 5/267 54942
/proc/meminfo: memFree=126253276/131250000 swapFree=33010416/33010684
[pid=54801] ppid=54798 vsize=150192 memory=77504 CPUtime=50.97 cores=1,3
/proc/54801/stat : 54801 (ipbhs_gurobi) R 54798 54801 53709 0 -1 4194304 41698 0 0 0 5041 56 0 0 20 0 2 0 56346379 153796608 19376 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
/proc/54801/statm: 37548 19376 3232 641 0 20031 0
[pid=54801/tid=54803] ppid=54798 vsize=150192 memory=14720 CPUtime=0.01 cores=1,3
/proc/54801/task/54803/stat : 54803 (ipbhs_gurobi) S 54798 54801 53709 0 -1 4194368 11 0 0 0 0 1 0 0 20 0 2 0 56346385 153796608 19376 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 150192 KiB
Current children cumulated memory: 77504 KiB

[startup+102.3 s]
/proc/loadavg: 4.20 4.13 4.10 5/267 54944
/proc/meminfo: memFree=126132232/131250000 swapFree=33010416/33010684
[pid=54801] ppid=54798 vsize=190300 memory=112324 CPUtime=102.05 cores=1,3
/proc/54801/stat : 54801 (ipbhs_gurobi) R 54798 54801 53709 0 -1 4194304 47254 0 0 0 10119 86 0 0 20 0 2 0 56346379 194867200 28081 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
/proc/54801/statm: 47575 28081 3232 641 0 30058 0
[pid=54801/tid=54803] ppid=54798 vsize=190300 memory=112196 CPUtime=0.04 cores=1,3
/proc/54801/task/54803/stat : 54803 (ipbhs_gurobi) S 54798 54801 53709 0 -1 4194368 11 0 0 0 1 3 0 0 20 0 2 0 56346385 194867200 28081 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 190300 KiB
Current children cumulated memory: 112324 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/267 54946
/proc/meminfo: memFree=126023980/131250000 swapFree=33010416/33010684
[pid=54801] ppid=54798 vsize=195068 memory=116548 CPUtime=161.93 cores=1,3
/proc/54801/stat : 54801 (ipbhs_gurobi) R 54798 54801 53709 0 -1 4194304 48372 0 0 0 16054 139 0 0 20 0 2 0 56346379 199749632 29137 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
/proc/54801/statm: 48767 29137 3232 641 0 31250 0
[pid=54801/tid=54803] ppid=54798 vsize=195068 memory=113860 CPUtime=0.08 cores=1,3
/proc/54801/task/54803/stat : 54803 (ipbhs_gurobi) S 54798 54801 53709 0 -1 4194368 12 0 0 0 2 6 0 0 20 0 2 0 56346385 199749632 29137 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
Current children cumulated CPU time: 161.93 s
Current children cumulated vsize: 195068 KiB
Current children cumulated memory: 116548 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/268 54949
/proc/meminfo: memFree=125987308/131250000 swapFree=33010416/33010684
[pid=54801] ppid=54798 vsize=230940 memory=128988 CPUtime=221.81 cores=1,3
/proc/54801/stat : 54801 (ipbhs_gurobi) R 54798 54801 53709 0 -1 4194304 71257 0 0 0 22006 175 0 0 20 0 2 0 56346379 236482560 32247 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
/proc/54801/statm: 57735 32247 3232 641 0 40218 0
[pid=54801/tid=54803] ppid=54798 vsize=230940 memory=118340 CPUtime=0.11 cores=1,3
/proc/54801/task/54803/stat : 54803 (ipbhs_gurobi) S 54798 54801 53709 0 -1 4194368 14 0 0 0 3 8 0 0 20 0 2 0 56346385 236482560 32247 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
Current children cumulated CPU time: 221.81 s
Current children cumulated vsize: 230940 KiB
Current children cumulated memory: 128988 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/268 54951
/proc/meminfo: memFree=125950004/131250000 swapFree=33010416/33010684
[pid=54801] ppid=54798 vsize=252068 memory=160792 CPUtime=281.68 cores=1,3
/proc/54801/stat : 54801 (ipbhs_gurobi) R 54798 54801 53709 0 -1 4194304 81082 0 0 0 27971 197 0 0 20 0 2 0 56346379 258117632 40198 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
/proc/54801/statm: 63017 40198 3232 641 0 45500 0
[pid=54801/tid=54803] ppid=54798 vsize=252068 memory=4760 CPUtime=0.15 cores=1,3
/proc/54801/task/54803/stat : 54803 (ipbhs_gurobi) S 54798 54801 53709 0 -1 4194368 14 0 0 0 4 11 0 0 20 0 2 0 56346385 258117632 40198 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
Current children cumulated CPU time: 281.68 s
Current children cumulated vsize: 252068 KiB
Current children cumulated memory: 160792 KiB

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

/proc/meminfo: memFree=124903076/131250000 swapFree=33010416/33010684
[pid=54801] ppid=54798 vsize=519972 memory=364196 CPUtime=2976.61 cores=1,3
/proc/54801/stat : 54801 (ipbhs_gurobi) R 54798 54801 53709 0 -1 4194304 211232 0 0 0 296507 1154 0 0 20 0 2 0 56346379 532451328 91049 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
/proc/54801/statm: 129993 91049 3232 641 0 112476 0
[pid=54801/tid=54803] ppid=54798 vsize=519972 memory=14720 CPUtime=2.08 cores=1,3
/proc/54801/task/54803/stat : 54803 (ipbhs_gurobi) S 54798 54801 53709 0 -1 4194368 31 0 0 0 66 142 0 0 20 0 2 0 56346385 532451328 91049 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
Current children cumulated CPU time: 2976.61 s
Current children cumulated vsize: 519972 KiB
Current children cumulated memory: 364196 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.13 4.12 5/267 55107
/proc/meminfo: memFree=124867660/131250000 swapFree=33010416/33010684
[pid=54801] ppid=54798 vsize=519972 memory=364196 CPUtime=3036.5 cores=1,3
/proc/54801/stat : 54801 (ipbhs_gurobi) R 54798 54801 53709 0 -1 4194304 211275 0 0 0 302472 1178 0 0 20 0 2 0 56346379 532451328 91049 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
/proc/54801/statm: 129993 91049 3232 641 0 112476 0
[pid=54801/tid=54803] ppid=54798 vsize=519972 memory=364196 CPUtime=2.12 cores=1,3
/proc/54801/task/54803/stat : 54803 (ipbhs_gurobi) S 54798 54801 53709 0 -1 4194368 32 0 0 0 67 145 0 0 20 0 2 0 56346385 532451328 91049 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
Current children cumulated CPU time: 3036.5 s
Current children cumulated vsize: 519972 KiB
Current children cumulated memory: 364196 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.12 4.12 5/267 55109
/proc/meminfo: memFree=124840880/131250000 swapFree=33010416/33010684
[pid=54801] ppid=54798 vsize=519972 memory=364196 CPUtime=3096.4 cores=1,3
/proc/54801/stat : 54801 (ipbhs_gurobi) R 54798 54801 53709 0 -1 4194304 211287 0 0 0 308441 1199 0 0 20 0 2 0 56346379 532451328 91049 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
/proc/54801/statm: 129993 91049 3232 641 0 112476 0
[pid=54801/tid=54803] ppid=54798 vsize=519972 memory=364196 CPUtime=2.16 cores=1,3
/proc/54801/task/54803/stat : 54803 (ipbhs_gurobi) S 54798 54801 53709 0 -1 4194368 32 0 0 0 68 148 0 0 20 0 2 0 56346385 532451328 91049 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
Current children cumulated CPU time: 3096.4 s
Current children cumulated vsize: 519972 KiB
Current children cumulated memory: 364196 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.12 4.12 5/267 55111
/proc/meminfo: memFree=124768684/131250000 swapFree=33010416/33010684
[pid=54801] ppid=54798 vsize=519972 memory=364324 CPUtime=3156.29 cores=1,3
/proc/54801/stat : 54801 (ipbhs_gurobi) R 54798 54801 53709 0 -1 4194304 211404 0 0 0 314416 1213 0 0 20 0 2 0 56346379 532451328 91081 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
/proc/54801/statm: 129993 91081 3232 641 0 112476 0
[pid=54801/tid=54803] ppid=54798 vsize=519972 memory=364196 CPUtime=2.21 cores=1,3
/proc/54801/task/54803/stat : 54803 (ipbhs_gurobi) S 54798 54801 53709 0 -1 4194368 32 0 0 0 70 151 0 0 20 0 2 0 56346385 532451328 91081 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
Current children cumulated CPU time: 3156.29 s
Current children cumulated vsize: 519972 KiB
Current children cumulated memory: 364324 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.11 4.11 5/267 55112
/proc/meminfo: memFree=124764196/131250000 swapFree=33010416/33010684
[pid=54801] ppid=54798 vsize=524432 memory=367140 CPUtime=3216.18 cores=1,3
/proc/54801/stat : 54801 (ipbhs_gurobi) R 54798 54801 53709 0 -1 4194304 216877 0 0 0 320394 1224 0 0 20 0 2 0 56346379 537018368 91785 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
/proc/54801/statm: 131108 91785 3232 641 0 113591 0
[pid=54801/tid=54803] ppid=54798 vsize=524432 memory=365220 CPUtime=2.25 cores=1,3
/proc/54801/task/54803/stat : 54803 (ipbhs_gurobi) S 54798 54801 53709 0 -1 4194368 32 0 0 0 71 154 0 0 20 0 2 0 56346385 537018368 91785 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
Current children cumulated CPU time: 3216.18 s
Current children cumulated vsize: 524432 KiB
Current children cumulated memory: 367140 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.11 4.11 5/267 55114
/proc/meminfo: memFree=124731412/131250000 swapFree=33010416/33010684
[pid=54801] ppid=54798 vsize=527020 memory=371132 CPUtime=3276.07 cores=1,3
/proc/54801/stat : 54801 (ipbhs_gurobi) R 54798 54801 53709 0 -1 4194304 220635 0 0 0 326361 1246 0 0 20 0 2 0 56346379 539668480 92783 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
/proc/54801/statm: 131755 92783 3232 641 0 114238 0
[pid=54801/tid=54803] ppid=54798 vsize=527020 memory=18560 CPUtime=2.29 cores=1,3
/proc/54801/task/54803/stat : 54803 (ipbhs_gurobi) S 54798 54801 53709 0 -1 4194368 33 0 0 0 73 156 0 0 20 0 2 0 56346385 539668480 92783 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
Current children cumulated CPU time: 3276.07 s
Current children cumulated vsize: 527020 KiB
Current children cumulated memory: 371132 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.13 4.11 5/267 55116
/proc/meminfo: memFree=124723464/131250000 swapFree=33010416/33010684
[pid=54801] ppid=54798 vsize=527020 memory=371132 CPUtime=3335.97 cores=1,3
/proc/54801/stat : 54801 (ipbhs_gurobi) R 54798 54801 53709 0 -1 4194304 225600 0 0 0 332332 1265 0 0 20 0 2 0 56346379 539668480 92783 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
/proc/54801/statm: 131755 92783 3232 641 0 114238 0
[pid=54801/tid=54803] ppid=54798 vsize=527020 memory=371132 CPUtime=2.34 cores=1,3
/proc/54801/task/54803/stat : 54803 (ipbhs_gurobi) S 54798 54801 53709 0 -1 4194368 34 0 0 0 75 159 0 0 20 0 2 0 56346385 539668480 92783 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
Current children cumulated CPU time: 3335.97 s
Current children cumulated vsize: 527020 KiB
Current children cumulated memory: 371132 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.13 4.11 5/266 55118
/proc/meminfo: memFree=124714852/131250000 swapFree=33010416/33010684
[pid=54801] ppid=54798 vsize=527020 memory=371132 CPUtime=3395.86 cores=1,3
/proc/54801/stat : 54801 (ipbhs_gurobi) R 54798 54801 53709 0 -1 4194304 226756 0 0 0 338298 1288 0 0 20 0 2 0 56346379 539668480 92783 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
/proc/54801/statm: 131755 92783 3232 641 0 114238 0
[pid=54801/tid=54803] ppid=54798 vsize=527020 memory=371132 CPUtime=2.39 cores=1,3
/proc/54801/task/54803/stat : 54803 (ipbhs_gurobi) S 54798 54801 53709 0 -1 4194368 34 0 0 0 77 162 0 0 20 0 2 0 56346385 539668480 92783 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
Current children cumulated CPU time: 3395.86 s
Current children cumulated vsize: 527020 KiB
Current children cumulated memory: 371132 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.14 4.11 5/266 55120
/proc/meminfo: memFree=124699624/131250000 swapFree=33010416/33010684
[pid=54801] ppid=54798 vsize=527020 memory=371132 CPUtime=3455.76 cores=1,3
/proc/54801/stat : 54801 (ipbhs_gurobi) R 54798 54801 53709 0 -1 4194304 227373 0 0 0 344270 1306 0 0 20 0 2 0 56346379 539668480 92783 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
/proc/54801/statm: 131755 92783 3232 641 0 114238 0
[pid=54801/tid=54803] ppid=54798 vsize=527020 memory=371132 CPUtime=2.43 cores=1,3
/proc/54801/task/54803/stat : 54803 (ipbhs_gurobi) S 54798 54801 53709 0 -1 4194368 34 0 0 0 79 164 0 0 20 0 2 0 56346385 539668480 92783 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
Current children cumulated CPU time: 3455.76 s
Current children cumulated vsize: 527020 KiB
Current children cumulated memory: 371132 KiB

[startup+3522.3 s]
/proc/loadavg: 2.95 3.80 4.00 3/252 55183
/proc/meminfo: memFree=127516360/131250000 swapFree=33010416/33010684
[pid=54801] ppid=54798 vsize=527536 memory=371772 CPUtime=3515.66 cores=1,3
/proc/54801/stat : 54801 (ipbhs_gurobi) R 54798 54801 53709 0 -1 4194304 228172 0 0 0 350244 1322 0 0 20 0 2 0 56346379 540196864 92943 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
/proc/54801/statm: 131884 92943 3232 641 0 114367 0
[pid=54801/tid=54803] ppid=54798 vsize=527536 memory=14720 CPUtime=2.48 cores=1,3
/proc/54801/task/54803/stat : 54803 (ipbhs_gurobi) S 54798 54801 53709 0 -1 4194368 34 0 0 0 80 168 0 0 20 0 2 0 56346385 540196864 92943 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
Current children cumulated CPU time: 3515.66 s
Current children cumulated vsize: 527536 KiB
Current children cumulated memory: 371772 KiB

[startup+3582.3 s]
/proc/loadavg: 2.46 3.50 3.88 3/254 55188
/proc/meminfo: memFree=127489652/131250000 swapFree=33010416/33010684
[pid=54801] ppid=54798 vsize=528016 memory=372540 CPUtime=3575.58 cores=1,3
/proc/54801/stat : 54801 (ipbhs_gurobi) R 54798 54801 53709 0 -1 4194304 228506 0 0 0 356209 1349 0 0 20 0 2 0 56346379 540688384 93135 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
/proc/54801/statm: 132004 93135 3232 641 0 114487 0
[pid=54801/tid=54803] ppid=54798 vsize=528016 memory=372540 CPUtime=2.52 cores=1,3
/proc/54801/task/54803/stat : 54803 (ipbhs_gurobi) S 54798 54801 53709 0 -1 4194368 34 0 0 0 81 171 0 0 20 0 2 0 56346385 540688384 93135 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
Current children cumulated CPU time: 3575.58 s
Current children cumulated vsize: 528016 KiB
Current children cumulated memory: 372540 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.8 s]
/proc/loadavg: 2.30 3.38 3.83 3/254 55192
/proc/meminfo: memFree=127472160/131250000 swapFree=33010416/33010684
[pid=54801] ppid=54798 vsize=528016 memory=385980 CPUtime=3600.04 cores=1,3
/proc/54801/stat : 54801 (ipbhs_gurobi) R 54798 54801 53709 0 -1 4194304 228540 0 0 0 358645 1359 0 0 20 0 2 0 56346379 540688384 96495 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
/proc/54801/statm: 132004 96495 3232 641 0 114487 0
[pid=54801/tid=54803] ppid=54798 vsize=528016 memory=18560 CPUtime=2.53 cores=1,3
/proc/54801/task/54803/stat : 54803 (ipbhs_gurobi) S 54798 54801 53709 0 -1 4194368 34 0 0 0 81 172 0 0 20 0 2 0 56346385 540688384 96495 18446744073709551615 94453966942208 94453969567261 140725321736528 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94453970186136 94453970219098 94453984047104 140725321742751 140725321742855 140725321742855 140725321748457 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 528016 KiB
Current children cumulated memory: 385980 KiB

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

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

# cumulated CPU time of all completed processes:  user=3586.46 s, system=13.5958 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.81
CPU time (s): 3600.05
CPU user time (s): 3586.46
CPU system time (s): 13.5958
CPU usage (%): 99.8127
Max. virtual memory (cumulated for all children) (KiB): 528016
Max. memory (cumulated for all children) (KiB): 385980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.46
system time used= 13.5958
maximum resident set size= 385980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228540
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= 358649
involuntary context switches= 2839


# summary of solver processes directly reported to runsolver:
#   pid: 54801
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3586.46
#   total CPU system time (s): 13.5958

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.47116 second user time and 15.1657 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-01 23:51:05
IDJOB=4499150
IDBENCH=148772
IDSOLVER=3333
FILE ID=nodeC027/4499150-1751406665
RUNJOBID= nodeC027-1751399302-53726
SLURM_JOB_ID= 9598286
Free space on /tmp= 431508 MiB

SOLVER NAME= IPBHS-GUROBI 2025-06-09
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx63.opb
COMMAND LINE= ./ipbhs_gurobi BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4499150-1751406665/watcher-4499150-1751406665 -o /tmp/evaluation-result-4499150-1751406665/solver-4499150-1751406665 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751399302-53726 --watchdog 3760  ./ipbhs_gurobi HOME/instance-4499150-1751406665.opb --max-coef 1000000000

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

MD5SUM BENCH= 7c2ff02722ff3a09887b085a032d3a00
RANDOM SEED=106321329

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        125881792 kB
MemAvailable:   127305788 kB
Buffers:            2488 kB
Cached:          2226028 kB
SwapCached:           12 kB
Active:          2861808 kB
Inactive:        1913148 kB
Active(anon):    2561704 kB
Inactive(anon):     2792 kB
Active(file):     300104 kB
Inactive(file):  1910356 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             59500 kB
Writeback:             0 kB
AnonPages:       2549564 kB
Mapped:           117556 kB
Shmem:             18056 kB
KReclaimable:     105148 kB
Slab:             193244 kB
SReclaimable:     105148 kB
SUnreclaim:        88096 kB
KernelStack:        4288 kB
PageTables:         8160 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    2956752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2236416 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431568 MiB
End job on nodeC027 at 2025-07-02 00:51:12