Trace number 4517842

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-09OPT12 1363.9 1365.63

DiagnosticValue
CARDINALITY_CORES_IN_OPTIMIZER
CLAUSAL_CORES_IN_OPTIMIZER
CORES_EXTRACTED
CORES_IN_OPTIMIZER
ITERATIONS
PB_CORES_IN_OPTIMIZER
SIS
SIS_OUT_OF_BUDGET
SIS_SAT
SIS_UNSAT
TIME_EXTRACT_CORES
TIME_OPTIMIZE
TIME_SIS

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=14-t=2.opb
MD5SUM0eb4af5d9d6a7991e65a6bdba739f56a
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 benchmark12
Best CPU time to get the best result obtained on this benchmark0.372509
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables329
Total number of constraints16786
Number of constraints which are clauses16772
Number of constraints which are cardinality constraints (but not clauses)14
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint15
Number of terms in the objective function 14
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 14
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 16
Number of bits of the biggest sum of numbers5
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.09/0.16	c limit for coefficient in constraints and objective to 1000000000
0.09/0.16	c will solve HOME/instance-4517842-1751533018.opb
0.09/0.16	c [0] will start solving
25.35/25.40	c [0.01] solve iteration 1, LB=0, UB=15
25.35/25.40	c [0.88] solve iteration 2, LB=0, UB=12
25.35/25.40	c [2.02] solve iteration 3, LB=1, UB=12
25.35/25.40	c [3.26] solve iteration 4, LB=1, UB=12
25.35/25.40	c [4.26] solve iteration 5, LB=1, UB=12
25.35/25.40	c [5.56] solve iteration 6, LB=1, UB=12
25.35/25.40	c [6.35] solve iteration 7, LB=1, UB=12
25.35/25.40	c [7.09] solve iteration 8, LB=1, UB=12
25.35/25.40	c [7.7] solve iteration 9, LB=1, UB=12
25.35/25.40	c [8.35] solve iteration 10, LB=1, UB=12
25.35/25.40	c [8.78] solve iteration 11, LB=1, UB=12
25.35/25.40	c [9.12] solve iteration 12, LB=1, UB=12
25.35/25.40	c [9.53] solve iteration 13, LB=1, UB=12
25.35/25.40	c [9.78] solve iteration 14, LB=1, UB=12
25.35/25.40	c [9.94] solve iteration 15, LB=1, UB=12
25.35/25.40	c [10.14] solve iteration 16, LB=1, UB=12
25.35/25.40	c [12.42] solve iteration 17, LB=2, UB=12
25.35/25.40	c [13.11] solve iteration 18, LB=2, UB=12
25.35/25.40	c [13.6] solve iteration 19, LB=2, UB=12
25.35/25.40	c [14.47] solve iteration 20, LB=2, UB=12
25.35/25.40	c [15.11] solve iteration 21, LB=2, UB=12
25.35/25.40	c [15.63] solve iteration 22, LB=2, UB=12
25.35/25.40	c [16.02] solve iteration 23, LB=2, UB=12
25.35/25.40	c [16.16] solve iteration 24, LB=2, UB=12
25.35/25.40	c [16.22] solve iteration 25, LB=2, UB=12
25.35/25.40	c [16.32] solve iteration 26, LB=2, UB=12
25.35/25.40	c [16.36] solve iteration 27, LB=2, UB=12
25.35/25.40	c [16.45] solve iteration 28, LB=2, UB=12
25.35/25.40	c [16.51] solve iteration 29, LB=2, UB=12
25.35/25.40	c [16.56] solve iteration 30, LB=2, UB=12
25.35/25.40	c [16.68] solve iteration 31, LB=2, UB=12
25.35/25.40	c [16.74] solve iteration 32, LB=2, UB=12
25.35/25.40	c [16.78] solve iteration 33, LB=2, UB=12
25.35/25.40	c [16.83] solve iteration 34, LB=2, UB=12
25.35/25.40	c [16.87] solve iteration 35, LB=2, UB=12
25.35/25.40	c [16.96] solve iteration 36, LB=2, UB=12
25.35/25.40	c [17] solve iteration 37, LB=2, UB=12
25.35/25.40	c [17.04] solve iteration 38, LB=2, UB=12
25.35/25.40	c [17.09] solve iteration 39, LB=2, UB=12
25.35/25.40	c [17.13] solve iteration 40, LB=2, UB=12
25.35/25.40	c [17.24] solve iteration 41, LB=2, UB=12
25.35/25.40	c [17.29] solve iteration 42, LB=2, UB=12
25.35/25.40	c [17.35] solve iteration 43, LB=2, UB=12
25.35/25.40	c [17.39] solve iteration 44, LB=2, UB=12
25.35/25.40	c [17.45] solve iteration 45, LB=2, UB=12
25.35/25.40	c [17.58] solve iteration 46, LB=2, UB=12
25.35/25.40	c [17.62] solve iteration 47, LB=2, UB=12
25.35/25.40	c [17.67] solve iteration 48, LB=2, UB=12
25.35/25.40	c [17.72] solve iteration 49, LB=2, UB=12
25.35/25.40	c [17.76] solve iteration 50, LB=2, UB=12
25.35/25.40	c [17.9] solve iteration 51, LB=2, UB=12
25.35/25.40	c [17.94] solve iteration 52, LB=2, UB=12
25.35/25.40	c [17.99] solve iteration 53, LB=2, UB=12
25.35/25.40	c [18.03] solve iteration 54, LB=2, UB=12
25.35/25.40	c [18.08] solve iteration 55, LB=2, UB=12
25.35/25.40	c [18.22] solve iteration 56, LB=2, UB=12
25.35/25.40	c [18.27] solve iteration 57, LB=2, UB=12
25.35/25.40	c [18.31] solve iteration 58, LB=2, UB=12
25.35/25.40	c [18.36] solve iteration 59, LB=2, UB=12
25.35/25.40	c [18.4] solve iteration 60, LB=2, UB=12
25.35/25.40	c [18.56] solve iteration 61, LB=2, UB=12
25.35/25.40	c [18.61] solve iteration 62, LB=2, UB=12
25.35/25.40	c [19.02] solve iteration 63, LB=2, UB=12
25.35/25.40	c [19.12] solve iteration 64, LB=2, UB=12
25.35/25.40	c [19.19] solve iteration 65, LB=2, UB=12
25.35/25.40	c [19.38] solve iteration 66, LB=2, UB=12
25.35/25.40	c [19.47] solve iteration 67, LB=2, UB=12
25.35/25.40	c [19.84] solve iteration 68, LB=2, UB=12
25.35/25.40	c [20.25] solve iteration 69, LB=2, UB=12
25.35/25.40	c [20.64] solve iteration 70, LB=2, UB=12
25.35/25.40	c [20.86] solve iteration 71, LB=2, UB=12
25.35/25.40	c [20.94] solve iteration 72, LB=2, UB=12
25.35/25.40	c [21.03] solve iteration 73, LB=2, UB=12
25.35/25.40	c [21.09] solve iteration 74, LB=2, UB=12
25.35/25.40	c [21.31] solve iteration 75, LB=2, UB=12
25.35/25.40	c [21.46] solve iteration 76, LB=2, UB=12
25.35/25.40	c [21.74] solve iteration 77, LB=2, UB=12
25.35/25.40	c [21.83] solve iteration 78, LB=2, UB=12
25.35/25.40	c [21.89] solve iteration 79, LB=2, UB=12
25.35/25.40	c [21.95] solve iteration 80, LB=2, UB=12
25.35/25.40	c [22.14] solve iteration 81, LB=2, UB=12
25.35/25.40	c [22.19] solve iteration 82, LB=2, UB=12
25.35/25.40	c [22.24] solve iteration 83, LB=2, UB=12
25.35/25.40	c [22.31] solve iteration 84, LB=2, UB=12
25.35/25.40	c [22.36] solve iteration 85, LB=2, UB=12
25.35/25.40	c [22.53] solve iteration 86, LB=2, UB=12
25.35/25.40	c [22.58] solve iteration 87, LB=2, UB=12
25.35/25.40	c [22.64] solve iteration 88, LB=2, UB=12
25.35/25.40	c [22.7] solve iteration 89, LB=2, UB=12
25.35/25.40	c [22.75] solve iteration 90, LB=2, UB=12
25.35/25.40	c [22.93] solve iteration 91, LB=2, UB=12
25.35/25.40	c [22.99] solve iteration 92, LB=2, UB=12
25.35/25.40	c [23.04] solve iteration 93, LB=2, UB=12
25.35/25.40	c [23.1] solve iteration 94, LB=2, UB=12
25.35/25.40	c [23.15] solve iteration 95, LB=2, UB=12
25.35/25.40	c [23.34] solve iteration 96, LB=2, UB=12
25.35/25.40	c [23.39] solve iteration 97, LB=2, UB=12
25.35/25.40	c [23.44] solve iteration 98, LB=2, UB=12
25.35/25.40	c [23.5] solve iteration 99, LB=2, UB=12
34.64/34.77	c [23.55] solve iteration 100, LB=2, UB=12
34.64/34.77	c [23.74] solve iteration 101, LB=2, UB=12
34.64/34.77	c [23.8] solve iteration 102, LB=2, UB=12
34.64/34.77	c [23.85] solve iteration 103, LB=2, UB=12
34.64/34.77	c [23.91] solve iteration 104, LB=2, UB=12
34.64/34.77	c [23.98] solve iteration 105, LB=2, UB=12
34.64/34.77	c [24.21] solve iteration 106, LB=2, UB=12
34.64/34.77	c [24.27] solve iteration 107, LB=2, UB=12
34.64/34.77	c [24.33] solve iteration 108, LB=2, UB=12
34.64/34.77	c [24.39] solve iteration 109, LB=2, UB=12
34.64/34.77	c [24.45] solve iteration 110, LB=2, UB=12
34.64/34.77	c [24.69] solve iteration 111, LB=2, UB=12
34.64/34.77	c [24.75] solve iteration 112, LB=2, UB=12
34.64/34.77	c [24.8] solve iteration 113, LB=2, UB=12
34.64/34.77	c [24.86] solve iteration 114, LB=2, UB=12
34.64/34.77	c [24.91] solve iteration 115, LB=2, UB=12
34.64/34.77	c [25.06] solve iteration 116, LB=2, UB=12
34.64/34.77	c [25.12] solve iteration 117, LB=2, UB=12
34.64/34.77	c [25.17] solve iteration 118, LB=2, UB=12
34.64/34.77	c [25.22] solve iteration 119, LB=2, UB=12
34.64/34.77	c [25.28] solve iteration 120, LB=2, UB=12
34.64/34.77	c [25.51] solve iteration 121, LB=2, UB=12
34.64/34.77	c [25.56] solve iteration 122, LB=2, UB=12
34.64/34.77	c [25.62] solve iteration 123, LB=2, UB=12
34.64/34.77	c [25.67] solve iteration 124, LB=2, UB=12
34.64/34.77	c [25.72] solve iteration 125, LB=2, UB=12
34.64/34.77	c [25.95] solve iteration 126, LB=2, UB=12
34.64/34.77	c [26.01] solve iteration 127, LB=2, UB=12
34.64/34.77	c [26.06] solve iteration 128, LB=2, UB=12
34.64/34.77	c [26.11] solve iteration 129, LB=2, UB=12
34.64/34.77	c [26.17] solve iteration 130, LB=2, UB=12
34.64/34.77	c [26.4] solve iteration 131, LB=2, UB=12
34.64/34.77	c [26.46] solve iteration 132, LB=2, UB=12
34.64/34.77	c [26.51] solve iteration 133, LB=2, UB=12
34.64/34.77	c [26.56] solve iteration 134, LB=2, UB=12
34.64/34.77	c [26.62] solve iteration 135, LB=2, UB=12
34.64/34.77	c [26.86] solve iteration 136, LB=2, UB=12
34.64/34.77	c [26.97] solve iteration 137, LB=2, UB=12
34.64/34.77	c [27.02] solve iteration 138, LB=2, UB=12
34.64/34.77	c [27.07] solve iteration 139, LB=2, UB=12
34.64/34.77	c [27.11] solve iteration 140, LB=2, UB=12
34.64/34.77	c [27.38] solve iteration 141, LB=2, UB=12
34.64/34.77	c [27.42] solve iteration 142, LB=2, UB=12
34.64/34.77	c [27.46] solve iteration 143, LB=2, UB=12
34.64/34.77	c [27.51] solve iteration 144, LB=2, UB=12
34.64/34.77	c [27.54] solve iteration 145, LB=2, UB=12
34.64/34.77	c [27.8] solve iteration 146, LB=2, UB=12
34.64/34.77	c [27.84] solve iteration 147, LB=2, UB=12
34.64/34.77	c [27.87] solve iteration 148, LB=2, UB=12
34.64/34.77	c [27.91] solve iteration 149, LB=2, UB=12
34.64/34.77	c [27.94] solve iteration 150, LB=2, UB=12
34.64/34.77	c [28.18] solve iteration 151, LB=2, UB=12
34.64/34.77	c [28.21] solve iteration 152, LB=2, UB=12
34.64/34.77	c [28.25] solve iteration 153, LB=2, UB=12
34.64/34.77	c [28.29] solve iteration 154, LB=2, UB=12
34.64/34.77	c [28.32] solve iteration 155, LB=2, UB=12
34.64/34.77	c [28.58] solve iteration 156, LB=2, UB=12
34.64/34.77	c [28.63] solve iteration 157, LB=2, UB=12
34.64/34.77	c [28.66] solve iteration 158, LB=2, UB=12
34.64/34.77	c [28.69] solve iteration 159, LB=2, UB=12
34.64/34.77	c [28.73] solve iteration 160, LB=2, UB=12
34.64/34.77	c [29.01] solve iteration 161, LB=2, UB=12
34.64/34.77	c [29.04] solve iteration 162, LB=2, UB=12
34.64/34.77	c [29.08] solve iteration 163, LB=2, UB=12
34.64/34.77	c [29.11] solve iteration 164, LB=2, UB=12
34.64/34.77	c [29.15] solve iteration 165, LB=2, UB=12
34.64/34.77	c [29.45] solve iteration 166, LB=2, UB=12
34.64/34.77	c [29.49] solve iteration 167, LB=2, UB=12
34.64/34.77	c [29.52] solve iteration 168, LB=2, UB=12
34.64/34.77	c [29.56] solve iteration 169, LB=2, UB=12
34.64/34.77	c [29.59] solve iteration 170, LB=2, UB=12
34.64/34.77	c [29.88] solve iteration 171, LB=2, UB=12
34.64/34.77	c [29.91] solve iteration 172, LB=2, UB=12
34.64/34.77	c [29.95] solve iteration 173, LB=2, UB=12
34.64/34.77	c [29.98] solve iteration 174, LB=2, UB=12
34.64/34.77	c [30.02] solve iteration 175, LB=2, UB=12
34.64/34.77	c [30.35] solve iteration 176, LB=2, UB=12
34.64/34.77	c [30.38] solve iteration 177, LB=2, UB=12
34.64/34.77	c [30.41] solve iteration 178, LB=2, UB=12
34.64/34.77	c [30.44] solve iteration 179, LB=2, UB=12
34.64/34.77	c [30.48] solve iteration 180, LB=2, UB=12
34.64/34.77	c [30.94] solve iteration 181, LB=2, UB=12
34.64/34.77	c [30.97] solve iteration 182, LB=2, UB=12
34.64/34.77	c [31.01] solve iteration 183, LB=2, UB=12
34.64/34.77	c [31.04] solve iteration 184, LB=2, UB=12
34.64/34.77	c [31.07] solve iteration 185, LB=2, UB=12
34.64/34.77	c [31.55] solve iteration 186, LB=2, UB=12
34.64/34.77	c [31.58] solve iteration 187, LB=2, UB=12
34.64/34.77	c [31.62] solve iteration 188, LB=2, UB=12
34.64/34.77	c [31.65] solve iteration 189, LB=2, UB=12
34.64/34.77	c [31.69] solve iteration 190, LB=2, UB=12
34.64/34.77	c [32.05] solve iteration 191, LB=2, UB=12
34.64/34.77	c [32.08] solve iteration 192, LB=2, UB=12
34.64/34.77	c [32.11] solve iteration 193, LB=2, UB=12
34.64/34.77	c [32.15] solve iteration 194, LB=2, UB=12
53.41/53.57	c [32.18] solve iteration 195, LB=2, UB=12
53.41/53.57	c [32.57] solve iteration 196, LB=2, UB=12
53.41/53.57	c [32.61] solve iteration 197, LB=2, UB=12
53.41/53.57	c [32.64] solve iteration 198, LB=2, UB=12
53.41/53.57	c [32.67] solve iteration 199, LB=2, UB=12
53.41/53.57	c [32.71] solve iteration 200, LB=2, UB=12
53.41/53.57	c [33.14] solve iteration 201, LB=2, UB=12
53.41/53.57	c [33.18] solve iteration 202, LB=2, UB=12
53.41/53.57	c [33.21] solve iteration 203, LB=2, UB=12
53.41/53.57	c [33.25] solve iteration 204, LB=2, UB=12
53.41/53.57	c [33.31] solve iteration 205, LB=2, UB=12
53.41/53.57	c [33.73] solve iteration 206, LB=2, UB=12
53.41/53.57	c [33.77] solve iteration 207, LB=2, UB=12
53.41/53.57	c [33.82] solve iteration 208, LB=2, UB=12
53.41/53.57	c [33.85] solve iteration 209, LB=2, UB=12
53.41/53.57	c [33.89] solve iteration 210, LB=2, UB=12
53.41/53.57	c [34.34] solve iteration 211, LB=2, UB=12
53.41/53.57	c [34.38] solve iteration 212, LB=2, UB=12
53.41/53.57	c [34.42] solve iteration 213, LB=2, UB=12
53.41/53.57	c [34.45] solve iteration 214, LB=2, UB=12
53.41/53.57	c [34.49] solve iteration 215, LB=2, UB=12
53.41/53.57	c [35] solve iteration 216, LB=2, UB=12
53.41/53.57	c [35.03] solve iteration 217, LB=2, UB=12
53.41/53.57	c [35.07] solve iteration 218, LB=2, UB=12
53.41/53.57	c [35.1] solve iteration 219, LB=2, UB=12
53.41/53.57	c [35.14] solve iteration 220, LB=2, UB=12
53.41/53.57	c [35.59] solve iteration 221, LB=2, UB=12
53.41/53.57	c [35.62] solve iteration 222, LB=2, UB=12
53.41/53.57	c [35.66] solve iteration 223, LB=2, UB=12
53.41/53.57	c [35.69] solve iteration 224, LB=2, UB=12
53.41/53.57	c [35.73] solve iteration 225, LB=2, UB=12
53.41/53.57	c [36.23] solve iteration 226, LB=2, UB=12
53.41/53.57	c [36.27] solve iteration 227, LB=2, UB=12
53.41/53.57	c [36.3] solve iteration 228, LB=2, UB=12
53.41/53.57	c [36.33] solve iteration 229, LB=2, UB=12
53.41/53.57	c [36.37] solve iteration 230, LB=2, UB=12
53.41/53.57	c [36.93] solve iteration 231, LB=2, UB=12
53.41/53.57	c [36.97] solve iteration 232, LB=2, UB=12
53.41/53.57	c [37.01] solve iteration 233, LB=2, UB=12
53.41/53.57	c [37.04] solve iteration 234, LB=2, UB=12
53.41/53.57	c [37.08] solve iteration 235, LB=2, UB=12
53.41/53.57	c [37.62] solve iteration 236, LB=2, UB=12
53.41/53.57	c [37.66] solve iteration 237, LB=2, UB=12
53.41/53.57	c [37.69] solve iteration 238, LB=2, UB=12
53.41/53.57	c [37.73] solve iteration 239, LB=2, UB=12
53.41/53.57	c [37.77] solve iteration 240, LB=2, UB=12
53.41/53.57	c [38.48] solve iteration 241, LB=2, UB=12
53.41/53.57	c [38.51] solve iteration 242, LB=2, UB=12
53.41/53.57	c [38.55] solve iteration 243, LB=2, UB=12
53.41/53.57	c [38.58] solve iteration 244, LB=2, UB=12
53.41/53.57	c [38.62] solve iteration 245, LB=2, UB=12
53.41/53.57	c [39.44] solve iteration 246, LB=2, UB=12
53.41/53.57	c [39.48] solve iteration 247, LB=2, UB=12
53.41/53.57	c [39.51] solve iteration 248, LB=2, UB=12
53.41/53.57	c [39.55] solve iteration 249, LB=2, UB=12
53.41/53.57	c [39.59] solve iteration 250, LB=2, UB=12
53.41/53.57	c [40.76] solve iteration 251, LB=2, UB=12
53.41/53.57	c [40.8] solve iteration 252, LB=2, UB=12
53.41/53.57	c [40.83] solve iteration 253, LB=2, UB=12
53.41/53.57	c [40.87] solve iteration 254, LB=2, UB=12
53.41/53.57	c [40.9] solve iteration 255, LB=2, UB=12
53.41/53.57	c [41.7] solve iteration 256, LB=2, UB=12
53.41/53.57	c [41.75] solve iteration 257, LB=2, UB=12
53.41/53.57	c [41.79] solve iteration 258, LB=2, UB=12
53.41/53.57	c [41.83] solve iteration 259, LB=2, UB=12
53.41/53.57	c [41.86] solve iteration 260, LB=2, UB=12
53.41/53.57	c [42.8] solve iteration 261, LB=2, UB=12
53.41/53.57	c [42.91] solve iteration 262, LB=2, UB=12
53.41/53.57	c [42.97] solve iteration 263, LB=2, UB=12
53.41/53.57	c [43.01] solve iteration 264, LB=2, UB=12
53.41/53.57	c [43.05] solve iteration 265, LB=2, UB=12
53.41/53.57	c [43.84] solve iteration 266, LB=2, UB=12
53.41/53.57	c [43.88] solve iteration 267, LB=2, UB=12
53.41/53.57	c [43.93] solve iteration 268, LB=2, UB=12
53.41/53.57	c [43.97] solve iteration 269, LB=2, UB=12
53.41/53.57	c [44.01] solve iteration 270, LB=2, UB=12
53.41/53.57	c [44.94] solve iteration 271, LB=2, UB=12
53.41/53.57	c [44.98] solve iteration 272, LB=2, UB=12
53.41/53.57	c [45.02] solve iteration 273, LB=2, UB=12
53.41/53.57	c [45.06] solve iteration 274, LB=2, UB=12
53.41/53.57	c [45.11] solve iteration 275, LB=2, UB=12
53.41/53.57	c [46.12] solve iteration 276, LB=2, UB=12
53.41/53.57	c [46.16] solve iteration 277, LB=2, UB=12
53.41/53.57	c [46.21] solve iteration 278, LB=2, UB=12
53.41/53.57	c [46.25] solve iteration 279, LB=2, UB=12
53.41/53.57	c [46.29] solve iteration 280, LB=2, UB=12
53.41/53.57	c [47.72] solve iteration 281, LB=2, UB=12
53.41/53.57	c [47.76] solve iteration 282, LB=2, UB=12
53.41/53.57	c [47.8] solve iteration 283, LB=2, UB=12
53.41/53.57	c [47.85] solve iteration 284, LB=2, UB=12
53.41/53.57	c [47.89] solve iteration 285, LB=2, UB=12
53.41/53.57	c [49.18] solve iteration 286, LB=2, UB=12
53.41/53.57	c [49.23] solve iteration 287, LB=2, UB=12
53.41/53.57	c [49.27] solve iteration 288, LB=2, UB=12
53.41/53.57	c [49.31] solve iteration 289, LB=2, UB=12
53.41/53.57	c [49.35] solve iteration 290, LB=2, UB=12
102.65/102.90	c [50.47] solve iteration 291, LB=2, UB=12
102.65/102.90	c [50.51] solve iteration 292, LB=2, UB=12
102.65/102.90	c [50.55] solve iteration 293, LB=2, UB=12
102.65/102.90	c [50.59] solve iteration 294, LB=2, UB=12
102.65/102.90	c [50.63] solve iteration 295, LB=2, UB=12
102.65/102.90	c [52.01] solve iteration 296, LB=2, UB=12
102.65/102.90	c [52.05] solve iteration 297, LB=2, UB=12
102.65/102.90	c [52.09] solve iteration 298, LB=2, UB=12
102.65/102.90	c [52.13] solve iteration 299, LB=2, UB=12
102.65/102.90	c [52.17] solve iteration 300, LB=2, UB=12
102.65/102.90	c [53.48] solve iteration 301, LB=2, UB=12
102.65/102.90	c [53.52] solve iteration 302, LB=2, UB=12
102.65/102.90	c [53.57] solve iteration 303, LB=2, UB=12
102.65/102.90	c [53.61] solve iteration 304, LB=2, UB=12
102.65/102.90	c [53.65] solve iteration 305, LB=2, UB=12
102.65/102.90	c [55.28] solve iteration 306, LB=2, UB=12
102.65/102.90	c [55.32] solve iteration 307, LB=2, UB=12
102.65/102.90	c [55.36] solve iteration 308, LB=2, UB=12
102.65/102.90	c [55.41] solve iteration 309, LB=2, UB=12
102.65/102.90	c [55.45] solve iteration 310, LB=2, UB=12
102.65/102.90	c [57.22] solve iteration 311, LB=2, UB=12
102.65/102.90	c [57.26] solve iteration 312, LB=2, UB=12
102.65/102.90	c [57.3] solve iteration 313, LB=2, UB=12
102.65/102.90	c [57.35] solve iteration 314, LB=2, UB=12
102.65/102.90	c [57.39] solve iteration 315, LB=2, UB=12
102.65/102.90	c [58.76] solve iteration 316, LB=2, UB=12
102.65/102.90	c [58.8] solve iteration 317, LB=2, UB=12
102.65/102.90	c [58.85] solve iteration 318, LB=2, UB=12
102.65/102.90	c [58.89] solve iteration 319, LB=2, UB=12
102.65/102.90	c [58.93] solve iteration 320, LB=2, UB=12
102.65/102.90	c [60.54] solve iteration 321, LB=2, UB=12
102.65/102.90	c [60.58] solve iteration 322, LB=2, UB=12
102.65/102.90	c [60.62] solve iteration 323, LB=2, UB=12
102.65/102.90	c [60.66] solve iteration 324, LB=2, UB=12
102.65/102.90	c [60.71] solve iteration 325, LB=2, UB=12
102.65/102.90	c [63.17] solve iteration 326, LB=2, UB=12
102.65/102.90	c [63.21] solve iteration 327, LB=2, UB=12
102.65/102.90	c [63.26] solve iteration 328, LB=2, UB=12
102.65/102.90	c [63.3] solve iteration 329, LB=2, UB=12
102.65/102.90	c [63.35] solve iteration 330, LB=2, UB=12
102.65/102.90	c [65.55] solve iteration 331, LB=2, UB=12
102.65/102.90	c [65.59] solve iteration 332, LB=2, UB=12
102.65/102.90	c [65.64] solve iteration 333, LB=2, UB=12
102.65/102.90	c [65.68] solve iteration 334, LB=2, UB=12
102.65/102.90	c [65.72] solve iteration 335, LB=2, UB=12
102.65/102.90	c [67.35] solve iteration 336, LB=2, UB=12
102.65/102.90	c [67.39] solve iteration 337, LB=2, UB=12
102.65/102.90	c [67.43] solve iteration 338, LB=2, UB=12
102.65/102.90	c [67.47] solve iteration 339, LB=2, UB=12
102.65/102.90	c [67.52] solve iteration 340, LB=2, UB=12
102.65/102.90	c [69.62] solve iteration 341, LB=2, UB=12
102.65/102.90	c [69.66] solve iteration 342, LB=2, UB=12
102.65/102.90	c [69.71] solve iteration 343, LB=2, UB=12
102.65/102.90	c [69.75] solve iteration 344, LB=2, UB=12
102.65/102.90	c [69.79] solve iteration 345, LB=2, UB=12
102.65/102.90	c [72.5] solve iteration 346, LB=2, UB=12
102.65/102.90	c [72.54] solve iteration 347, LB=2, UB=12
102.65/102.90	c [72.59] solve iteration 348, LB=2, UB=12
102.65/102.90	c [72.63] solve iteration 349, LB=2, UB=12
102.65/102.90	c [72.68] solve iteration 350, LB=2, UB=12
102.65/102.90	c [74.84] solve iteration 351, LB=2, UB=12
102.65/102.90	c [74.88] solve iteration 352, LB=2, UB=12
102.65/102.90	c [74.92] solve iteration 353, LB=2, UB=12
102.65/102.90	c [74.96] solve iteration 354, LB=2, UB=12
102.65/102.90	c [75] solve iteration 355, LB=2, UB=12
102.65/102.90	c [77.97] solve iteration 356, LB=2, UB=12
102.65/102.90	c [78.01] solve iteration 357, LB=2, UB=12
102.65/102.90	c [78.05] solve iteration 358, LB=2, UB=12
102.65/102.90	c [78.1] solve iteration 359, LB=2, UB=12
102.65/102.90	c [78.14] solve iteration 360, LB=2, UB=12
102.65/102.90	c [81.16] solve iteration 361, LB=2, UB=12
102.65/102.90	c [81.2] solve iteration 362, LB=2, UB=12
102.65/102.90	c [81.25] solve iteration 363, LB=2, UB=12
102.65/102.90	c [81.29] solve iteration 364, LB=2, UB=12
102.65/102.90	c [81.33] solve iteration 365, LB=2, UB=12
102.65/102.90	c [83.9] solve iteration 366, LB=2, UB=12
102.65/102.90	c [83.94] solve iteration 367, LB=2, UB=12
102.65/102.90	c [83.99] solve iteration 368, LB=2, UB=12
102.65/102.90	c [84.03] solve iteration 369, LB=2, UB=12
102.65/102.90	c [84.08] solve iteration 370, LB=2, UB=12
102.65/102.90	c [87.6] solve iteration 371, LB=2, UB=12
102.65/102.90	c [87.64] solve iteration 372, LB=2, UB=12
102.65/102.90	c [87.68] solve iteration 373, LB=2, UB=12
102.65/102.90	c [87.72] solve iteration 374, LB=2, UB=12
102.65/102.90	c [87.77] solve iteration 375, LB=2, UB=12
102.65/102.90	c [90.55] solve iteration 376, LB=2, UB=12
102.65/102.90	c [90.59] solve iteration 377, LB=2, UB=12
102.65/102.90	c [90.63] solve iteration 378, LB=2, UB=12
102.65/102.90	c [90.67] solve iteration 379, LB=2, UB=12
102.65/102.90	c [90.71] solve iteration 380, LB=2, UB=12
102.65/102.90	c [94.67] solve iteration 381, LB=2, UB=12
102.65/102.90	c [94.71] solve iteration 382, LB=2, UB=12
102.65/102.90	c [94.76] solve iteration 383, LB=2, UB=12
102.65/102.90	c [94.8] solve iteration 384, LB=2, UB=12
102.65/102.90	c [94.84] solve iteration 385, LB=2, UB=12
257.35/257.78	c [98.11] solve iteration 386, LB=2, UB=12
257.35/257.78	c [98.16] solve iteration 387, LB=2, UB=12
257.35/257.78	c [98.2] solve iteration 388, LB=2, UB=12
257.35/257.78	c [98.25] solve iteration 389, LB=2, UB=12
257.35/257.78	c [98.29] solve iteration 390, LB=2, UB=12
257.35/257.78	c [102.24] solve iteration 391, LB=2, UB=12
257.35/257.78	c [102.29] solve iteration 392, LB=2, UB=12
257.35/257.78	c [102.33] solve iteration 393, LB=2, UB=12
257.35/257.78	c [102.38] solve iteration 394, LB=2, UB=12
257.35/257.78	c [102.42] solve iteration 395, LB=2, UB=12
257.35/257.78	c [106.57] solve iteration 396, LB=2, UB=12
257.35/257.78	c [106.61] solve iteration 397, LB=2, UB=12
257.35/257.78	c [106.65] solve iteration 398, LB=2, UB=12
257.35/257.78	c [106.7] solve iteration 399, LB=2, UB=12
257.35/257.78	c [106.74] solve iteration 400, LB=2, UB=12
257.35/257.78	c [112.13] solve iteration 401, LB=2, UB=12
257.35/257.78	c [112.17] solve iteration 402, LB=2, UB=12
257.35/257.78	c [112.22] solve iteration 403, LB=2, UB=12
257.35/257.78	c [112.26] solve iteration 404, LB=2, UB=12
257.35/257.78	c [112.3] solve iteration 405, LB=2, UB=12
257.35/257.78	c [117] solve iteration 406, LB=2, UB=12
257.35/257.78	c [117.04] solve iteration 407, LB=2, UB=12
257.35/257.78	c [117.09] solve iteration 408, LB=2, UB=12
257.35/257.78	c [117.13] solve iteration 409, LB=2, UB=12
257.35/257.78	c [117.18] solve iteration 410, LB=2, UB=12
257.35/257.78	c [123.32] solve iteration 411, LB=2, UB=12
257.35/257.78	c [123.37] solve iteration 412, LB=2, UB=12
257.35/257.78	c [123.41] solve iteration 413, LB=2, UB=12
257.35/257.78	c [123.45] solve iteration 414, LB=2, UB=12
257.35/257.78	c [123.5] solve iteration 415, LB=2, UB=12
257.35/257.78	c [129.65] solve iteration 416, LB=2, UB=12
257.35/257.78	c [129.69] solve iteration 417, LB=2, UB=12
257.35/257.78	c [129.75] solve iteration 418, LB=2, UB=12
257.35/257.78	c [129.79] solve iteration 419, LB=2, UB=12
257.35/257.78	c [129.84] solve iteration 420, LB=2, UB=12
257.35/257.78	c [136.31] solve iteration 421, LB=2, UB=12
257.35/257.78	c [136.36] solve iteration 422, LB=2, UB=12
257.35/257.78	c [136.41] solve iteration 423, LB=2, UB=12
257.35/257.78	c [136.45] solve iteration 424, LB=2, UB=12
257.35/257.78	c [136.49] solve iteration 425, LB=2, UB=12
257.35/257.78	c [141.94] solve iteration 426, LB=2, UB=12
257.35/257.78	c [141.99] solve iteration 427, LB=2, UB=12
257.35/257.78	c [142.03] solve iteration 428, LB=2, UB=12
257.35/257.78	c [142.07] solve iteration 429, LB=2, UB=12
257.35/257.78	c [142.12] solve iteration 430, LB=2, UB=12
257.35/257.78	c [148.98] solve iteration 431, LB=2, UB=12
257.35/257.78	c [149.03] solve iteration 432, LB=2, UB=12
257.35/257.78	c [149.08] solve iteration 433, LB=2, UB=12
257.35/257.78	c [149.12] solve iteration 434, LB=2, UB=12
257.35/257.78	c [149.16] solve iteration 435, LB=2, UB=12
257.35/257.78	c [156.71] solve iteration 436, LB=2, UB=12
257.35/257.78	c [156.75] solve iteration 437, LB=2, UB=12
257.35/257.78	c [156.8] solve iteration 438, LB=2, UB=12
257.35/257.78	c [156.84] solve iteration 439, LB=2, UB=12
257.35/257.78	c [156.88] solve iteration 440, LB=2, UB=12
257.35/257.78	c [164.24] solve iteration 441, LB=2, UB=12
257.35/257.78	c [164.29] solve iteration 442, LB=2, UB=12
257.35/257.78	c [164.33] solve iteration 443, LB=2, UB=12
257.35/257.78	c [164.37] solve iteration 444, LB=2, UB=12
257.35/257.78	c [164.42] solve iteration 445, LB=2, UB=12
257.35/257.78	c [172.61] solve iteration 446, LB=2, UB=12
257.35/257.78	c [172.65] solve iteration 447, LB=2, UB=12
257.35/257.78	c [172.7] solve iteration 448, LB=2, UB=12
257.35/257.78	c [172.74] solve iteration 449, LB=2, UB=12
257.35/257.78	c [172.79] solve iteration 450, LB=2, UB=12
257.35/257.78	c [182.34] solve iteration 451, LB=2, UB=12
257.35/257.78	c [182.38] solve iteration 452, LB=2, UB=12
257.35/257.78	c [182.43] solve iteration 453, LB=2, UB=12
257.35/257.78	c [182.47] solve iteration 454, LB=2, UB=12
257.35/257.78	c [182.51] solve iteration 455, LB=2, UB=12
257.35/257.78	c [193.26] solve iteration 456, LB=2, UB=12
257.35/257.78	c [193.31] solve iteration 457, LB=2, UB=12
257.35/257.78	c [193.35] solve iteration 458, LB=2, UB=12
257.35/257.78	c [193.39] solve iteration 459, LB=2, UB=12
257.35/257.78	c [193.44] solve iteration 460, LB=2, UB=12
257.35/257.78	c [203.42] solve iteration 461, LB=2, UB=12
257.35/257.78	c [203.47] solve iteration 462, LB=2, UB=12
257.35/257.78	c [203.51] solve iteration 463, LB=2, UB=12
257.35/257.78	c [203.72] solve iteration 464, LB=2, UB=12
257.35/257.78	c [203.77] solve iteration 465, LB=2, UB=12
257.35/257.78	c [214.54] solve iteration 466, LB=2, UB=12
257.35/257.78	c [214.62] solve iteration 467, LB=2, UB=12
257.35/257.78	c [214.72] solve iteration 468, LB=2, UB=12
257.35/257.78	c [214.79] solve iteration 469, LB=2, UB=12
257.35/257.78	c [214.84] solve iteration 470, LB=2, UB=12
257.35/257.78	c [226.63] solve iteration 471, LB=2, UB=12
257.35/257.78	c [226.69] solve iteration 472, LB=2, UB=12
257.35/257.78	c [226.75] solve iteration 473, LB=2, UB=12
257.35/257.78	c [226.81] solve iteration 474, LB=2, UB=12
257.35/257.78	c [226.86] solve iteration 475, LB=2, UB=12
257.35/257.78	c [239.94] solve iteration 476, LB=2, UB=12
257.35/257.78	c [240.06] solve iteration 477, LB=2, UB=12
257.35/257.78	c [240.12] solve iteration 478, LB=2, UB=12
257.35/257.78	c [240.17] solve iteration 479, LB=2, UB=12
825.61/826.70	c [240.38] solve iteration 480, LB=2, UB=12
825.61/826.70	c [255.03] solve iteration 481, LB=2, UB=12
825.61/826.70	c [255.09] solve iteration 482, LB=2, UB=12
825.61/826.70	c [255.16] solve iteration 483, LB=2, UB=12
825.61/826.70	c [255.22] solve iteration 484, LB=2, UB=12
825.61/826.70	c [255.28] solve iteration 485, LB=2, UB=12
825.61/826.70	c [269.84] solve iteration 486, LB=2, UB=12
825.61/826.70	c [269.9] solve iteration 487, LB=2, UB=12
825.61/826.70	c [269.96] solve iteration 488, LB=2, UB=12
825.61/826.70	c [270.01] solve iteration 489, LB=2, UB=12
825.61/826.70	c [270.07] solve iteration 490, LB=2, UB=12
825.61/826.70	c [285.45] solve iteration 491, LB=2, UB=12
825.61/826.70	c [285.51] solve iteration 492, LB=2, UB=12
825.61/826.70	c [285.57] solve iteration 493, LB=2, UB=12
825.61/826.70	c [285.63] solve iteration 494, LB=2, UB=12
825.61/826.70	c [285.69] solve iteration 495, LB=2, UB=12
825.61/826.70	c [301.9] solve iteration 496, LB=2, UB=12
825.61/826.70	c [301.96] solve iteration 497, LB=2, UB=12
825.61/826.70	c [302.02] solve iteration 498, LB=2, UB=12
825.61/826.70	c [302.08] solve iteration 499, LB=2, UB=12
825.61/826.70	c [302.13] solve iteration 500, LB=2, UB=12
825.61/826.70	c [319.46] solve iteration 501, LB=2, UB=12
825.61/826.70	c [319.52] solve iteration 502, LB=2, UB=12
825.61/826.70	c [319.58] solve iteration 503, LB=2, UB=12
825.61/826.70	c [319.63] solve iteration 504, LB=2, UB=12
825.61/826.70	c [319.69] solve iteration 505, LB=2, UB=12
825.61/826.70	c [340.62] solve iteration 506, LB=2, UB=12
825.61/826.70	c [340.68] solve iteration 507, LB=2, UB=12
825.61/826.70	c [340.73] solve iteration 508, LB=2, UB=12
825.61/826.70	c [340.79] solve iteration 509, LB=2, UB=12
825.61/826.70	c [340.85] solve iteration 510, LB=2, UB=12
825.61/826.70	c [361.18] solve iteration 511, LB=2, UB=12
825.61/826.70	c [361.24] solve iteration 512, LB=2, UB=12
825.61/826.70	c [361.29] solve iteration 513, LB=2, UB=12
825.61/826.70	c [361.35] solve iteration 514, LB=2, UB=12
825.61/826.70	c [361.41] solve iteration 515, LB=2, UB=12
825.61/826.70	c [384.71] solve iteration 516, LB=2, UB=12
825.61/826.70	c [384.76] solve iteration 517, LB=2, UB=12
825.61/826.70	c [384.82] solve iteration 518, LB=2, UB=12
825.61/826.70	c [384.88] solve iteration 519, LB=2, UB=12
825.61/826.70	c [384.94] solve iteration 520, LB=2, UB=12
825.61/826.70	c [409.99] solve iteration 521, LB=2, UB=12
825.61/826.70	c [410.05] solve iteration 522, LB=2, UB=12
825.61/826.70	c [410.11] solve iteration 523, LB=2, UB=12
825.61/826.70	c [410.17] solve iteration 524, LB=2, UB=12
825.61/826.70	c [410.23] solve iteration 525, LB=2, UB=12
825.61/826.70	c [436.7] solve iteration 526, LB=2, UB=12
825.61/826.70	c [436.76] solve iteration 527, LB=2, UB=12
825.61/826.70	c [436.82] solve iteration 528, LB=2, UB=12
825.61/826.70	c [436.87] solve iteration 529, LB=2, UB=12
825.61/826.70	c [436.93] solve iteration 530, LB=2, UB=12
825.61/826.70	c [465.56] solve iteration 531, LB=2, UB=12
825.61/826.70	c [465.68] solve iteration 532, LB=2, UB=12
825.61/826.70	c [465.81] solve iteration 533, LB=2, UB=12
825.61/826.70	c [465.86] solve iteration 534, LB=2, UB=12
825.61/826.70	c [465.96] solve iteration 535, LB=2, UB=12
825.61/826.70	c [496.75] solve iteration 536, LB=2, UB=12
825.61/826.70	c [496.8] solve iteration 537, LB=2, UB=12
825.61/826.70	c [496.86] solve iteration 538, LB=2, UB=12
825.61/826.70	c [496.9] solve iteration 539, LB=2, UB=12
825.61/826.70	c [496.95] solve iteration 540, LB=2, UB=12
825.61/826.70	c [528.37] solve iteration 541, LB=2, UB=12
825.61/826.70	c [528.42] solve iteration 542, LB=2, UB=12
825.61/826.70	c [528.46] solve iteration 543, LB=2, UB=12
825.61/826.70	c [528.5] solve iteration 544, LB=2, UB=12
825.61/826.70	c [528.54] solve iteration 545, LB=2, UB=12
825.61/826.70	c [564.87] solve iteration 546, LB=2, UB=12
825.61/826.70	c [564.91] solve iteration 547, LB=2, UB=12
825.61/826.70	c [564.96] solve iteration 548, LB=2, UB=12
825.61/826.70	c [565] solve iteration 549, LB=2, UB=12
825.61/826.70	c [565.15] solve iteration 550, LB=2, UB=12
825.61/826.70	c [601.67] solve iteration 551, LB=2, UB=12
825.61/826.70	c [601.71] solve iteration 552, LB=2, UB=12
825.61/826.70	c [601.76] solve iteration 553, LB=2, UB=12
825.61/826.70	c [601.81] solve iteration 554, LB=2, UB=12
825.61/826.70	c [601.85] solve iteration 555, LB=2, UB=12
825.61/826.70	c [645.84] solve iteration 556, LB=2, UB=12
825.61/826.70	c [645.89] solve iteration 557, LB=2, UB=12
825.61/826.70	c [645.94] solve iteration 558, LB=2, UB=12
825.61/826.70	c [645.98] solve iteration 559, LB=2, UB=12
825.61/826.70	c [646.02] solve iteration 560, LB=2, UB=12
825.61/826.70	c [687.38] solve iteration 561, LB=2, UB=12
825.61/826.70	c [687.42] solve iteration 562, LB=2, UB=12
825.61/826.70	c [687.47] solve iteration 563, LB=2, UB=12
825.61/826.70	c [687.52] solve iteration 564, LB=2, UB=12
825.61/826.70	c [687.56] solve iteration 565, LB=2, UB=12
825.61/826.70	c [736.64] solve iteration 566, LB=2, UB=12
825.61/826.70	c [736.68] solve iteration 567, LB=2, UB=12
825.61/826.70	c [736.73] solve iteration 568, LB=2, UB=12
825.61/826.70	c [736.77] solve iteration 569, LB=2, UB=12
825.61/826.70	c [736.81] solve iteration 570, LB=2, UB=12
825.61/826.70	c [788.23] solve iteration 571, LB=2, UB=12
825.61/826.70	c [788.27] solve iteration 572, LB=2, UB=12
1363.87/1365.61	c [788.31] solve iteration 573, LB=2, UB=12
1363.87/1365.61	c [788.36] solve iteration 574, LB=2, UB=12
1363.87/1365.61	c [788.41] solve iteration 575, LB=2, UB=12
1363.87/1365.61	c [840.02] solve iteration 576, LB=2, UB=12
1363.87/1365.61	c [840.07] solve iteration 577, LB=2, UB=12
1363.87/1365.61	c [840.11] solve iteration 578, LB=2, UB=12
1363.87/1365.61	c [840.17] solve iteration 579, LB=2, UB=12
1363.87/1365.61	c [840.23] solve iteration 580, LB=2, UB=12
1363.87/1365.61	c [899.37] solve iteration 581, LB=2, UB=12
1363.87/1365.61	c [899.41] solve iteration 582, LB=2, UB=12
1363.87/1365.61	c [899.46] solve iteration 583, LB=2, UB=12
1363.87/1365.61	c [899.51] solve iteration 584, LB=2, UB=12
1363.87/1365.61	c [899.56] solve iteration 585, LB=2, UB=12
1363.87/1365.61	c [964.91] solve iteration 586, LB=2, UB=12
1363.87/1365.61	c [964.96] solve iteration 587, LB=2, UB=12
1363.87/1365.61	c [965.01] solve iteration 588, LB=2, UB=12
1363.87/1365.61	c [965.06] solve iteration 589, LB=2, UB=12
1363.87/1365.61	c [965.1] solve iteration 590, LB=2, UB=12
1363.87/1365.61	c [1035.98] solve iteration 591, LB=2, UB=12
1363.87/1365.61	c [1036.02] solve iteration 592, LB=2, UB=12
1363.87/1365.61	c [1036.07] solve iteration 593, LB=2, UB=12
1363.87/1365.61	c [1036.11] solve iteration 594, LB=2, UB=12
1363.87/1365.61	c [1036.16] solve iteration 595, LB=2, UB=12
1363.87/1365.61	c [1107.82] solve iteration 596, LB=2, UB=12
1363.87/1365.61	c [1107.86] solve iteration 597, LB=2, UB=12
1363.87/1365.61	c [1107.91] solve iteration 598, LB=2, UB=12
1363.87/1365.61	c [1107.96] solve iteration 599, LB=2, UB=12
1363.87/1365.61	c [1108.01] solve iteration 600, LB=2, UB=12
1363.87/1365.61	c [1182.24] solve iteration 601, LB=2, UB=12
1363.87/1365.61	c [1182.29] solve iteration 602, LB=2, UB=12
1363.87/1365.61	c [1182.34] solve iteration 603, LB=2, UB=12
1363.87/1365.61	c [1182.38] solve iteration 604, LB=2, UB=12
1363.87/1365.61	c [1182.43] solve iteration 605, LB=2, UB=12
1363.87/1365.61	c [1255.4] solve iteration 606, LB=2, UB=12
1363.87/1365.61	c [1255.45] solve iteration 607, LB=2, UB=12
1363.87/1365.61	c [1255.5] solve iteration 608, LB=2, UB=12
1363.87/1365.61	c [1255.54] solve iteration 609, LB=2, UB=12
1363.87/1365.61	c [1255.6] solve iteration 610, LB=2, UB=12
1363.87/1365.61	c [1312.02] LB=UB after SIS
1363.87/1365.61	c [1312.02] instance solved in 1312.02s (optimization: 1.39s, core-extraction: 44.29s, SIS: 1266.03s), 610 iterations, LB=12, UB=12, 
1363.87/1365.61	d ITERATIONS 610
1363.87/1365.61	d SIS 122
1363.87/1365.61	d SIS_SAT 0
1363.87/1365.61	d SIS_UNSAT 1
1363.87/1365.61	d SIS_OUT_OF_BUDGET 121
1363.87/1365.61	d CORES_EXTRACTED 6110
1363.87/1365.61	d CORES_IN_OPTIMIZER 612
1363.87/1365.61	d CLAUSAL_CORES_IN_OPTIMIZER 612
1363.87/1365.61	d CARDINALITY_CORES_IN_OPTIMIZER 0
1363.87/1365.61	d PB_CORES_IN_OPTIMIZER 0
1363.87/1365.61	d TIME_EXTRACT_CORES 44.290000
1363.87/1365.61	d TIME_OPTIMIZE 1.390000
1363.87/1365.61	d TIME_SIS 1266.030000
1363.87/1365.61	c solve_time: 1312.020000
1363.87/1365.61	s OPTIMUM FOUND
1363.87/1365.61	o 12
1363.87/1365.61	v x92 -x106 -x120 -x134 -x148 -x162 -x176 -x190 -x204 -x218 -x232 -x246 -x260 -x274 -x288 -x93 -x107 x121 -x135 -x149 -x163 -x177 -x191 -x205 -x219 -x233 -x247 -x261 -x275 -x289 x94 -x108 -x122 -x136 -x150 -x164 -x178 -x192 -x206 -x220 -x234 -x248 -x262 -x276 -x290 x95 -x109 -x123 -x137 -x151 -x165 -x179 -x193 -x207 -x221 -x235 -x249 -x263 -x277 -x291 x96 -x110 -x124 -x138 -x152 -x166 -x180 -x194 -x208 -x222 -x236 -x250 -x264 -x278 -x292 x97 -x111 -x125 -x139 -x153 -x167 -x181 -x195 -x209 -x223 -x237 -x251 -x265 -x279 -x293 x98 -x112 -x126 -x140 -x154 -x168 -x182 -x196 -x210 -x224 -x238 -x252 -x266 -x280 -x294 x99 -x113 -x127 -x141 -x155 -x169 -x183 -x197 -x211 -x225 -x239 -x253 -x267 -x281 -x295 x100 -x114 -x128 -x142 -x156 -x170 -x184 -x198 -x212 -x226 -x240 -x254 -x268 -x282 -x296 x101 -x115 -x129 -x143 -x157 -x171 -x185 -x199 -x213 -x227 -x241 -x255 -x269 -x283 -x297 -x102 -x116 -x130 -x144 x158 -x172 -x186 -x200 x214 -x228 -x242 -x256 -x270 -x284 -x298 x103 -x117 -x131 -x145 -x159 -x173 -x187 -x201 -x215 -x229 -x243 -x257 -x271 -x285 -x299 x104 -x118 -x132 -x146 -x160 -x174 -x188 -x202 -x216 -x230 -x244 -x258 -x272 -x286 -x300 x105 -x119 -x133 -x147 -x161 -x175 -x189 -x203 -x217 -x231 -x245 -x259 -x273 -x287 -x301 -x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 x15 -x16 x17 -x18 x19 x20 -x21 -x22 -x23 x24 x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 x35 -x36 x37 -x38 x39 -x40 -x41 x42 x43 x44 -x45 -x46 -x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 -x59 -x60 x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 x69 x70 -x71 x72 x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 x87 x88 -x89 x90 -x91 -x302 x303 -x304 x305 -x306 x307 x308 -x309 -x310 x311 x312 -x313 -x314 x315 x316 -x317 x318 -x319 -x320 x321 -x322 x323 -x324 x325 x326 -x327 x328 -x329 

Verifier Data

OK	12

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 (60166 MiB free)
  memory of node 1: 64507 MiB (51415 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517842-1751533018/watcher-4517842-1751533018 -o /tmp/evaluation-result-4517842-1751533018/solver-4517842-1751533018 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751525701-79133 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4517842-1751533018.opb --max-coef 1000000000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100095 s]*
/proc/loadavg: 4.21 4.27 4.22 5/255 80109
/proc/meminfo: memFree=114256624/131382112 swapFree=33010160/33010684
[pid=80108] ppid=80105 vsize=74088 memory=13596 CPUtime=0.09 cores=5,7
/proc/80108/stat : 80108 (ipbhs_gurobi) R 80105 80108 79120 0 -1 4194304 1637 0 0 0 7 2 0 0 20 0 1 0 68981663 75866112 3399 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
/proc/80108/statm: 18522 3399 1760 641 0 3279 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 74088 KiB
Current children cumulated memory: 13596 KiB

[startup+0.212885 s]*
/proc/loadavg: 4.21 4.27 4.22 5/256 80110
/proc/meminfo: memFree=114254636/131382112 swapFree=33010160/33010684
[pid=80108] ppid=80105 vsize=92892 memory=24088 CPUtime=0.21 cores=5,7
/proc/80108/stat : 80108 (ipbhs_gurobi) R 80105 80108 79120 0 -1 4194304 2094 0 0 0 15 6 0 0 20 0 2 0 68981663 95121408 6022 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
/proc/80108/statm: 23223 6022 2976 641 0 5706 0
[pid=80108/tid=80110] ppid=80105 vsize=92892 memory=3472328132921917724 CPUtime=0 cores=5,7
/proc/80108/task/80110/stat : 80110 (ipbhs_gurobi) S 80105 80108 79120 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 68981679 95121408 6022 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 92892 KiB
Current children cumulated memory: 24088 KiB

[startup+0.312985 s]*
/proc/loadavg: 4.21 4.27 4.22 5/256 80110
/proc/meminfo: memFree=114254636/131382112 swapFree=33010160/33010684
[pid=80108] ppid=80105 vsize=92892 memory=24088 CPUtime=0.31 cores=5,7
/proc/80108/stat : 80108 (ipbhs_gurobi) R 80105 80108 79120 0 -1 4194304 2095 0 0 0 24 7 0 0 20 0 2 0 68981663 95121408 6022 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
/proc/80108/statm: 23223 6022 2976 641 0 5706 0
[pid=80108/tid=80110] ppid=80105 vsize=92892 memory=-7387154158014398150 CPUtime=0 cores=5,7
/proc/80108/task/80110/stat : 80110 (ipbhs_gurobi) S 80105 80108 79120 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 68981679 95121408 6022 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 92892 KiB
Current children cumulated memory: 24088 KiB

[startup+0.700311 s]
/proc/loadavg: 4.21 4.27 4.22 5/256 80110
/proc/meminfo: memFree=114254132/131382112 swapFree=33010160/33010684
[pid=80108] ppid=80105 vsize=93448 memory=24728 CPUtime=0.68 cores=5,7
/proc/80108/stat : 80108 (ipbhs_gurobi) R 80105 80108 79120 0 -1 4194304 2242 0 0 0 57 11 0 0 20 0 2 0 68981663 95690752 6182 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
/proc/80108/statm: 23362 6182 2976 641 0 5845 0
[pid=80108/tid=80110] ppid=80105 vsize=93448 memory=18176 CPUtime=0 cores=5,7
/proc/80108/task/80110/stat : 80110 (ipbhs_gurobi) S 80105 80108 79120 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 68981679 95690752 6182 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 93448 KiB
Current children cumulated memory: 24728 KiB

[startup+1.50031 s]
/proc/loadavg: 4.21 4.27 4.22 5/256 80110
/proc/meminfo: memFree=114253124/131382112 swapFree=33010160/33010684
[pid=80108] ppid=80105 vsize=94336 memory=25880 CPUtime=1.48 cores=5,7
/proc/80108/stat : 80108 (ipbhs_gurobi) R 80105 80108 79120 0 -1 4194304 2334 0 0 0 126 22 0 0 20 0 2 0 68981663 96600064 6470 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
/proc/80108/statm: 23584 6470 3200 641 0 6067 0
[pid=80108/tid=80110] ppid=80105 vsize=94336 memory=18176 CPUtime=0 cores=5,7
/proc/80108/task/80110/stat : 80110 (ipbhs_gurobi) S 80105 80108 79120 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 68981679 96600064 6470 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 94336 KiB
Current children cumulated memory: 25880 KiB

[startup+3.1126 s]
/proc/loadavg: 4.19 4.26 4.22 5/256 80110
/proc/meminfo: memFree=114250880/131382112 swapFree=33010160/33010684
[pid=80108] ppid=80105 vsize=95584 memory=29136 CPUtime=3.09 cores=5,7
/proc/80108/stat : 80108 (ipbhs_gurobi) R 80105 80108 79120 0 -1 4194304 3549 0 0 0 275 34 0 0 20 0 2 0 68981663 97878016 7284 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
/proc/80108/statm: 23896 7284 3200 641 0 6379 0
[pid=80108/tid=80110] ppid=80105 vsize=95584 memory=0 CPUtime=0 cores=5,7
/proc/80108/task/80110/stat : 80110 (ipbhs_gurobi) S 80105 80108 79120 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 68981679 97878016 7284 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 95584 KiB
Current children cumulated memory: 29136 KiB

[startup+6.30026 s]
/proc/loadavg: 4.19 4.26 4.22 5/256 80111
/proc/meminfo: memFree=114247856/131382112 swapFree=33010160/33010684
[pid=80108] ppid=80105 vsize=97156 memory=30416 CPUtime=6.28 cores=5,7
/proc/80108/stat : 80108 (ipbhs_gurobi) R 80105 80108 79120 0 -1 4194304 5293 0 0 0 570 58 0 0 20 0 2 0 68981663 99487744 7604 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
/proc/80108/statm: 24289 7604 3200 641 0 6772 0
[pid=80108/tid=80110] ppid=80105 vsize=97156 memory=30416 CPUtime=0 cores=5,7
/proc/80108/task/80110/stat : 80110 (ipbhs_gurobi) S 80105 80108 79120 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 2 0 68981679 99487744 7604 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 97156 KiB
Current children cumulated memory: 30416 KiB

[startup+12.7003 s]
/proc/loadavg: 4.16 4.25 4.22 5/256 80111
/proc/meminfo: memFree=114235372/131382112 swapFree=33010160/33010684
[pid=80108] ppid=80105 vsize=107420 memory=38224 CPUtime=12.67 cores=5,7
/proc/80108/stat : 80108 (ipbhs_gurobi) R 80105 80108 79120 0 -1 4194304 9662 0 0 0 1165 102 0 0 20 0 2 0 68981663 109998080 9556 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
/proc/80108/statm: 26855 9556 3392 641 0 9338 0
[pid=80108/tid=80110] ppid=80105 vsize=107420 memory=6516 CPUtime=0.01 cores=5,7
/proc/80108/task/80110/stat : 80110 (ipbhs_gurobi) S 80105 80108 79120 0 -1 4194368 7 0 0 0 0 1 0 0 20 0 2 0 68981679 109998080 9556 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
Current children cumulated CPU time: 12.67 s
Current children cumulated vsize: 107420 KiB
Current children cumulated memory: 38224 KiB

[startup+25.5003 s]
/proc/loadavg: 4.14 4.25 4.21 5/256 80111
/proc/meminfo: memFree=114228092/131382112 swapFree=33010160/33010684
[pid=80108] ppid=80105 vsize=112324 memory=45380 CPUtime=25.45 cores=5,7
/proc/80108/stat : 80108 (ipbhs_gurobi) R 80105 80108 79120 0 -1 4194304 14437 0 0 0 2368 177 0 0 20 0 2 0 68981663 115019776 11345 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
/proc/80108/statm: 28081 11345 3456 641 0 10564 0
[pid=80108/tid=80110] ppid=80105 vsize=112324 memory=43588 CPUtime=0.02 cores=5,7
/proc/80108/task/80110/stat : 80110 (ipbhs_gurobi) S 80105 80108 79120 0 -1 4194368 8 0 0 0 0 2 0 0 20 0 2 0 68981679 115019776 11345 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
Current children cumulated CPU time: 25.45 s
Current children cumulated vsize: 112324 KiB
Current children cumulated memory: 45380 KiB

[startup+51.1128 s]
/proc/loadavg: 4.16 4.24 4.21 5/256 80111
/proc/meminfo: memFree=114210968/131382112 swapFree=33010160/33010684
[pid=80108] ppid=80105 vsize=135724 memory=61252 CPUtime=51.03 cores=5,7
/proc/80108/stat : 80108 (ipbhs_gurobi) R 80105 80108 79120 0 -1 4194304 23636 0 0 0 4718 385 0 0 20 0 2 0 68981663 138981376 15313 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
/proc/80108/statm: 33931 15313 3456 641 0 16414 0
[pid=80108/tid=80110] ppid=80105 vsize=135724 memory=60752 CPUtime=0.05 cores=5,7
/proc/80108/task/80110/stat : 80110 (ipbhs_gurobi) S 80105 80108 79120 0 -1 4194368 10 0 0 0 1 4 0 0 20 0 2 0 68981679 138981376 15313 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
Current children cumulated CPU time: 51.03 s
Current children cumulated vsize: 135724 KiB
Current children cumulated memory: 61252 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.21 4.20 5/256 80114
/proc/meminfo: memFree=114193516/131382112 swapFree=33010160/33010684
[pid=80108] ppid=80105 vsize=154192 memory=73968 CPUtime=102.14 cores=5,7
/proc/80108/stat : 80108 (ipbhs_gurobi) R 80105 80108 79120 0 -1 4194304 27606 0 0 0 9436 778 0 0 20 0 2 0 68981663 157892608 18492 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
/proc/80108/statm: 38548 18492 3456 641 0 21031 0
[pid=80108/tid=80110] ppid=80105 vsize=154192 memory=73968 CPUtime=0.1 cores=5,7
/proc/80108/task/80110/stat : 80110 (ipbhs_gurobi) S 80105 80108 79120 0 -1 4194368 10 0 0 0 2 8 0 0 20 0 2 0 68981679 157892608 18492 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
Current children cumulated CPU time: 102.14 s
Current children cumulated vsize: 154192 KiB
Current children cumulated memory: 73968 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.19 4.19 5/256 80116
/proc/meminfo: memFree=114141120/131382112 swapFree=33010160/33010684
[pid=80108] ppid=80105 vsize=182268 memory=96140 CPUtime=162.07 cores=5,7
/proc/80108/stat : 80108 (ipbhs_gurobi) R 80105 80108 79120 0 -1 4194304 30729 0 0 0 15037 1170 0 0 20 0 2 0 68981663 186642432 24035 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
/proc/80108/statm: 45567 24035 3456 641 0 28050 0
[pid=80108/tid=80110] ppid=80105 vsize=182268 memory=96140 CPUtime=0.17 cores=5,7
/proc/80108/task/80110/stat : 80110 (ipbhs_gurobi) S 80105 80108 79120 0 -1 4194368 11 0 0 0 4 13 0 0 20 0 2 0 68981679 186642432 24035 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
Current children cumulated CPU time: 162.07 s
Current children cumulated vsize: 182268 KiB
Current children cumulated memory: 96140 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.18 4.18 5/255 80118
/proc/meminfo: memFree=114130236/131382112 swapFree=33010160/33010684
[pid=80108] ppid=80105 vsize=192088 memory=108476 CPUtime=221.99 cores=5,7
/proc/80108/stat : 80108 (ipbhs_gurobi) R 80105 80108 79120 0 -1 4194304 45088 0 0 0 20684 1515 0 0 20 0 2 0 68981663 196698112 27119 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
/proc/80108/statm: 48022 27119 3456 641 0 30505 0
[pid=80108/tid=80110] ppid=80105 vsize=192088 memory=5760 CPUtime=0.24 cores=5,7
/proc/80108/task/80110/stat : 80110 (ipbhs_gurobi) S 80105 80108 79120 0 -1 4194368 16 0 0 0 6 18 0 0 20 0 2 0 68981679 196698112 27119 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
Current children cumulated CPU time: 221.99 s
Current children cumulated vsize: 192088 KiB
Current children cumulated memory: 108476 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.16 4.18 5/255 80131
/proc/meminfo: memFree=114114388/131382112 swapFree=33010160/33010684
[pid=80108] ppid=80105 vsize=192892 memory=119112 CPUtime=281.9 cores=5,7
/proc/80108/stat : 80108 (ipbhs_gurobi) R 80105 80108 79120 0 -1 4194304 56455 0 0 0 26388 1802 0 0 20 0 2 0 68981663 197521408 29778 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
/proc/80108/statm: 48223 29778 3456 641 0 30706 0
[pid=80108/tid=80110] ppid=80105 vsize=192892 memory=112536 CPUtime=0.32 cores=5,7
/proc/80108/task/80110/stat : 80110 (ipbhs_gurobi) S 80105 80108 79120 0 -1 4194368 18 0 0 0 8 24 0 0 20 0 2 0 68981679 197521408 29778 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
Current children cumulated CPU time: 281.9 s
Current children cumulated vsize: 192892 KiB
Current children cumulated memory: 119112 KiB

[startup+342.3 s]

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

/proc/80108/task/80110/stat : 80110 (ipbhs_gurobi) S 80105 80108 79120 0 -1 4194368 30 0 0 0 27 80 0 0 20 0 2 0 68981679 259444736 42582 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
Current children cumulated CPU time: 881.13 s
Current children cumulated vsize: 253364 KiB
Current children cumulated memory: 170328 KiB

[startup+942.3 s]
/proc/loadavg: 4.07 4.11 4.15 5/255 80161
/proc/meminfo: memFree=113973300/131382112 swapFree=33010160/33010684
[pid=80108] ppid=80105 vsize=253364 memory=170328 CPUtime=941.07 cores=5,7
/proc/80108/stat : 80108 (ipbhs_gurobi) R 80105 80108 79120 0 -1 4194304 122398 0 0 0 90029 4078 0 0 20 0 2 0 68981663 259444736 42582 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
/proc/80108/statm: 63341 42582 3456 641 0 45824 0
[pid=80108/tid=80110] ppid=80105 vsize=253364 memory=170328 CPUtime=1.16 cores=5,7
/proc/80108/task/80110/stat : 80110 (ipbhs_gurobi) S 80105 80108 79120 0 -1 4194368 34 0 0 0 30 86 0 0 20 0 2 0 68981679 259444736 42582 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
Current children cumulated CPU time: 941.07 s
Current children cumulated vsize: 253364 KiB
Current children cumulated memory: 170328 KiB

[startup+1002.3 s]
/proc/loadavg: 4.06 4.10 4.14 5/255 80167
/proc/meminfo: memFree=113968952/131382112 swapFree=33010160/33010684
[pid=80108] ppid=80105 vsize=253364 memory=170328 CPUtime=1000.99 cores=5,7
/proc/80108/stat : 80108 (ipbhs_gurobi) R 80105 80108 79120 0 -1 4194304 127267 0 0 0 95854 4245 0 0 20 0 2 0 68981663 259444736 42582 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
/proc/80108/statm: 63341 42582 3456 641 0 45824 0
[pid=80108/tid=80110] ppid=80105 vsize=253364 memory=170328 CPUtime=1.24 cores=5,7
/proc/80108/task/80110/stat : 80110 (ipbhs_gurobi) S 80105 80108 79120 0 -1 4194368 36 0 0 0 31 93 0 0 20 0 2 0 68981679 259444736 42582 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
Current children cumulated CPU time: 1000.99 s
Current children cumulated vsize: 253364 KiB
Current children cumulated memory: 170328 KiB

[startup+1062.3 s]
/proc/loadavg: 4.06 4.10 4.14 5/254 80169
/proc/meminfo: memFree=113947660/131382112 swapFree=33010160/33010684
[pid=80108] ppid=80105 vsize=256132 memory=173124 CPUtime=1060.92 cores=5,7
/proc/80108/stat : 80108 (ipbhs_gurobi) R 80105 80108 79120 0 -1 4194304 134699 0 0 0 101665 4427 0 0 20 0 2 0 68981663 262279168 43281 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
/proc/80108/statm: 64033 43281 3456 641 0 46516 0
[pid=80108/tid=80110] ppid=80105 vsize=256132 memory=173124 CPUtime=1.32 cores=5,7
/proc/80108/task/80110/stat : 80110 (ipbhs_gurobi) S 80105 80108 79120 0 -1 4194368 36 0 0 0 33 99 0 0 20 0 2 0 68981679 262279168 43281 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
Current children cumulated CPU time: 1060.92 s
Current children cumulated vsize: 256132 KiB
Current children cumulated memory: 173124 KiB

[startup+1122.3 s]
/proc/loadavg: 4.13 4.11 4.14 5/253 80171
/proc/meminfo: memFree=113938624/131382112 swapFree=33010160/33010684
[pid=80108] ppid=80105 vsize=256396 memory=173380 CPUtime=1120.85 cores=5,7
/proc/80108/stat : 80108 (ipbhs_gurobi) R 80105 80108 79120 0 -1 4194304 135414 0 0 0 107529 4556 0 0 20 0 2 0 68981663 262549504 43345 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
/proc/80108/statm: 64099 43345 3456 641 0 46582 0
[pid=80108/tid=80110] ppid=80105 vsize=256396 memory=173124 CPUtime=1.4 cores=5,7
/proc/80108/task/80110/stat : 80110 (ipbhs_gurobi) S 80105 80108 79120 0 -1 4194368 36 0 0 0 36 104 0 0 20 0 2 0 68981679 262549504 43345 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
Current children cumulated CPU time: 1120.85 s
Current children cumulated vsize: 256396 KiB
Current children cumulated memory: 173380 KiB

[startup+1182.3 s]
/proc/loadavg: 4.14 4.12 4.14 5/254 80176
/proc/meminfo: memFree=113895036/131382112 swapFree=33010160/33010684
[pid=80108] ppid=80105 vsize=265624 memory=181500 CPUtime=1180.78 cores=5,7
/proc/80108/stat : 80108 (ipbhs_gurobi) R 80105 80108 79120 0 -1 4194304 137515 0 0 0 113347 4731 0 0 20 0 2 0 68981663 271998976 45375 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
/proc/80108/statm: 66406 45375 3456 641 0 48889 0
[pid=80108/tid=80110] ppid=80105 vsize=265624 memory=173124 CPUtime=1.48 cores=5,7
/proc/80108/task/80110/stat : 80110 (ipbhs_gurobi) S 80105 80108 79120 0 -1 4194368 36 0 0 0 38 110 0 0 20 0 2 0 68981679 271998976 45375 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
Current children cumulated CPU time: 1180.78 s
Current children cumulated vsize: 265624 KiB
Current children cumulated memory: 181500 KiB

[startup+1242.3 s]
/proc/loadavg: 4.20 4.13 4.14 5/254 80178
/proc/meminfo: memFree=113897268/131382112 swapFree=33010160/33010684
[pid=80108] ppid=80105 vsize=261340 memory=178904 CPUtime=1240.71 cores=5,7
/proc/80108/stat : 80108 (ipbhs_gurobi) R 80105 80108 79120 0 -1 4194304 138251 0 0 0 119201 4870 0 0 20 0 2 0 68981663 267612160 44726 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
/proc/80108/statm: 65335 44726 3456 641 0 47818 0
[pid=80108/tid=80110] ppid=80105 vsize=261340 memory=182396 CPUtime=1.56 cores=5,7
/proc/80108/task/80110/stat : 80110 (ipbhs_gurobi) S 80105 80108 79120 0 -1 4194368 36 0 0 0 40 116 0 0 20 0 2 0 68981679 267612160 44726 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
Current children cumulated CPU time: 1240.71 s
Current children cumulated vsize: 261340 KiB
Current children cumulated memory: 178904 KiB

[startup+1302.3 s]
/proc/loadavg: 4.13 4.12 4.13 5/254 80180
/proc/meminfo: memFree=113887864/131382112 swapFree=33010160/33010684
[pid=80108] ppid=80105 vsize=261340 memory=179416 CPUtime=1300.65 cores=5,7
/proc/80108/stat : 80108 (ipbhs_gurobi) R 80105 80108 79120 0 -1 4194304 139342 0 0 0 125027 5038 0 0 20 0 2 0 68981663 267612160 44854 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
/proc/80108/statm: 65335 44854 3456 641 0 47818 0
[pid=80108/tid=80110] ppid=80105 vsize=261340 memory=179416 CPUtime=1.64 cores=5,7
/proc/80108/task/80110/stat : 80110 (ipbhs_gurobi) S 80105 80108 79120 0 -1 4194368 36 0 0 0 42 122 0 0 20 0 2 0 68981679 267612160 44854 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
Current children cumulated CPU time: 1300.65 s
Current children cumulated vsize: 261340 KiB
Current children cumulated memory: 179416 KiB

[startup+1362.3 s]
/proc/loadavg: 4.14 4.12 4.13 5/254 80182
/proc/meminfo: memFree=113890384/131382112 swapFree=33010160/33010684
[pid=80108] ppid=80105 vsize=261340 memory=179416 CPUtime=1360.58 cores=5,7
/proc/80108/stat : 80108 (ipbhs_gurobi) R 80105 80108 79120 0 -1 4194304 139653 0 0 0 130887 5171 0 0 20 0 2 0 68981663 267612160 44854 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
/proc/80108/statm: 65335 44854 3456 641 0 47818 0
[pid=80108/tid=80110] ppid=80105 vsize=261340 memory=179416 CPUtime=1.73 cores=5,7
/proc/80108/task/80110/stat : 80110 (ipbhs_gurobi) S 80105 80108 79120 0 -1 4194368 36 0 0 0 45 128 0 0 20 0 2 0 68981679 267612160 44854 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
Current children cumulated CPU time: 1360.58 s
Current children cumulated vsize: 261340 KiB
Current children cumulated memory: 179416 KiB

[startup+1365.63 s]
# the end of solver process 80108 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=1312.11 s, system=51.7936 s

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

[startup+1363.2 s]
/proc/loadavg: 4.14 4.12 4.13 5/254 80182
/proc/meminfo: memFree=113882320/131382112 swapFree=33010160/33010684
[pid=80108] ppid=80105 vsize=261340 memory=179416 CPUtime=1361.48 cores=5,7
/proc/80108/stat : 80108 (ipbhs_gurobi) R 80105 80108 79120 0 -1 4194304 139655 0 0 0 130975 5173 0 0 20 0 2 0 68981663 267612160 44854 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
/proc/80108/statm: 65335 44854 3456 641 0 47818 0
[pid=80108/tid=80110] ppid=80105 vsize=261340 memory=179416 CPUtime=1.74 cores=5,7
/proc/80108/task/80110/stat : 80110 (ipbhs_gurobi) S 80105 80108 79120 0 -1 4194368 36 0 0 0 45 129 0 0 20 0 2 0 68981679 267612160 44854 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
Current children cumulated CPU time: 1361.48 s
Current children cumulated vsize: 261340 KiB
Current children cumulated memory: 179416 KiB

[startup+1364.8 s]
/proc/loadavg: 4.14 4.12 4.13 5/254 80182
/proc/meminfo: memFree=113882320/131382112 swapFree=33010160/33010684
[pid=80108] ppid=80105 vsize=261340 memory=179416 CPUtime=1363.07 cores=5,7
/proc/80108/stat : 80108 (ipbhs_gurobi) R 80105 80108 79120 0 -1 4194304 139655 0 0 0 131131 5176 0 0 20 0 2 0 68981663 267612160 44854 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
/proc/80108/statm: 65335 44854 3456 641 0 47818 0
[pid=80108/tid=80110] ppid=80105 vsize=261340 memory=179416 CPUtime=1.74 cores=5,7
/proc/80108/task/80110/stat : 80110 (ipbhs_gurobi) S 80105 80108 79120 0 -1 4194368 36 0 0 0 45 129 0 0 20 0 2 0 68981679 267612160 44854 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
Current children cumulated CPU time: 1363.07 s
Current children cumulated vsize: 261340 KiB
Current children cumulated memory: 179416 KiB

[startup+1365.2 s]
/proc/loadavg: 4.14 4.12 4.13 5/254 80182
/proc/meminfo: memFree=113882320/131382112 swapFree=33010160/33010684
[pid=80108] ppid=80105 vsize=261340 memory=179416 CPUtime=1363.48 cores=5,7
/proc/80108/stat : 80108 (ipbhs_gurobi) R 80105 80108 79120 0 -1 4194304 139655 0 0 0 131170 5178 0 0 20 0 2 0 68981663 267612160 44854 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
/proc/80108/statm: 65335 44854 3456 641 0 47818 0
[pid=80108/tid=80110] ppid=80105 vsize=261340 memory=1777180 CPUtime=1.74 cores=5,7
/proc/80108/task/80110/stat : 80110 (ipbhs_gurobi) S 80105 80108 79120 0 -1 4194368 36 0 0 0 45 129 0 0 20 0 2 0 68981679 267612160 44854 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
Current children cumulated CPU time: 1363.48 s
Current children cumulated vsize: 261340 KiB
Current children cumulated memory: 179416 KiB

[startup+1365.6 s]
/proc/loadavg: 4.14 4.12 4.13 5/254 80182
/proc/meminfo: memFree=113882320/131382112 swapFree=33010160/33010684
[pid=80108] ppid=80105 vsize=261340 memory=179416 CPUtime=1363.87 cores=5,7
/proc/80108/stat : 80108 (ipbhs_gurobi) R 80105 80108 79120 0 -1 4194304 139655 0 0 0 131209 5178 0 0 20 0 2 0 68981663 267612160 44854 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
/proc/80108/statm: 65335 44854 3456 641 0 47818 0
[pid=80108/tid=80110] ppid=80105 vsize=261340 memory=179416 CPUtime=1.74 cores=5,7
/proc/80108/task/80110/stat : 80110 (ipbhs_gurobi) S 80105 80108 79120 0 -1 4194368 36 0 0 0 45 129 0 0 20 0 2 0 68981679 267612160 44854 18446744073709551615 94822358048768 94822360673821 140721042140624 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94822361292696 94822361325658 94822370947072 140721042143647 140721042143751 140721042143751 140721042149353 0
Current children cumulated CPU time: 1363.87 s
Current children cumulated vsize: 261340 KiB
Current children cumulated memory: 179416 KiB

Child status: 0

Real time (s): 1365.63
CPU time (s): 1363.9
CPU user time (s): 1312.11
CPU system time (s): 51.7936
CPU usage (%): 99.8739
Max. virtual memory (cumulated for all children) (KiB): 265632
Max. memory (cumulated for all children) (KiB): 183020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1312.11
system time used= 51.7936
maximum resident set size= 183032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140341
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= 135349
involuntary context switches= 900


# summary of solver processes directly reported to runsolver:
#   pid: 80108
#   total CPU time (s): 1363.9
#   total CPU user time (s): 1312.11
#   total CPU system time (s): 51.7936

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.98977 second user time and 13.1482 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-03 10:56:58
IDJOB=4517842
IDBENCH=176189
IDSOLVER=3333
FILE ID=nodeC009/4517842-1751533018
RUNJOBID= nodeC009-1751525701-79133
SLURM_JOB_ID= 9598656
Free space on /tmp= 431052 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=14-t=2.opb
COMMAND LINE= ./ipbhs_gurobi BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517842-1751533018/watcher-4517842-1751533018 -o /tmp/evaluation-result-4517842-1751533018/solver-4517842-1751533018 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751525701-79133 --watchdog 3760  ./ipbhs_gurobi HOME/instance-4517842-1751533018.opb --max-coef 1000000000

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

MD5SUM BENCH= 0eb4af5d9d6a7991e65a6bdba739f56a
RANDOM SEED=1802866380

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        114259900 kB
MemAvailable:   126335032 kB
Buffers:            2144 kB
Cached:         12826012 kB
SwapCached:           24 kB
Active:          3973372 kB
Inactive:       12464676 kB
Active(anon):    3622772 kB
Inactive(anon):     5056 kB
Active(file):     350600 kB
Inactive(file): 12459620 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             59696 kB
Writeback:            12 kB
AnonPages:       3613012 kB
Mapped:           117876 kB
Shmem:             17936 kB
KReclaimable:     208692 kB
Slab:             293884 kB
SReclaimable:     208692 kB
SUnreclaim:        85192 kB
KernelStack:        4112 kB
PageTables:        10216 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    3989288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3489792 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= 430996 MiB
End job on nodeC009 at 2025-07-03 11:19:45