Trace number 4490758

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
SCIP 2024-07-07OPT25 8.38234 8.41694

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/
submitted-PB06/manquiho/golomb-rulers/normalized-OGR_7.opb
MD5SUM31239eff399a5786b9ac75ec6014d884
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 benchmark25
Best CPU time to get the best result obtained on this benchmark0.431958
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables238
Total number of constraints398
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints398
Minimum length of a constraint12
Maximum length of a constraint25
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 64
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 349
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4490758-1751383217.opb>
0.00/0.01	c original problem has 238 variables (238 bin, 0 int, 0 impl, 0 cont) and 398 constraints
0.00/0.01	c problem read in 0.00
0.00/0.01	c presolving:
0.00/0.01	c    (0.0s) running MILP presolver
0.00/0.02	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.00/0.02	c (round 1, medium)     0 del vars, 398 del conss, 202 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 21 clqs
0.00/0.02	c (round 2, exhaustive) 0 del vars, 398 del conss, 202 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 6 upgd conss, 0 impls, 21 clqs
0.00/0.03	c    (0.0s) probing cycle finished: starting next cycle
0.00/0.03	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.03	c    (0.0s) symmetry computation finished: 70 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.00)
0.00/0.03	c dynamic symmetry handling statistics:
0.00/0.03	c    orbitopal reduction:       no components
0.00/0.03	c    orbital reduction:         no components
0.00/0.03	c    lexicographic reduction:   no permutations
0.00/0.03	c handled 70 out of 70 symmetry components
0.00/0.03	c (round 3, exhaustive) 0 del vars, 398 del conss, 272 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 6 upgd conss, 0 impls, 287 clqs
0.00/0.03	c (round 4, exhaustive) 0 del vars, 398 del conss, 272 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 76 upgd conss, 0 impls, 287 clqs
0.00/0.03	c presolving (5 rounds: 5 fast, 5 medium, 4 exhaustive):
0.00/0.03	c  0 deleted vars, 398 deleted constraints, 272 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  0 implications, 287 cliques
0.00/0.03	c presolved problem has 238 variables (238 bin, 0 int, 0 impl, 0 cont) and 272 constraints
0.00/0.03	c       6 constraints of type <knapsack>
0.00/0.03	c      70 constraints of type <setppc>
0.00/0.03	c     196 constraints of type <linear>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.02
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 10.0.0
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.03	c limits/time = 3596.99701
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.03	c limits/memory = 27900
0.00/0.03	c 
0.00/0.03	c # belongs reading time to solving time?
0.00/0.03	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c timing/reading = TRUE
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.00/0.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.00/0.06	c   0.0s|     1 |     0 |   237 |     - |  8525k |   0 | 238 | 282 | 272 |   0 |  0 |   9 |   0 | 6.000000e+00 |      --      |    Inf | unknown
0.00/0.09	c   0.1s|     1 |     0 |  1001 |     - |  9137k |   0 | 238 | 282 | 278 |   6 |  1 |   9 |   0 | 6.000000e+00 |      --      |    Inf | unknown
0.00/0.09	c   0.1s|     1 |     0 |  1023 |     - |  9728k |   0 | 238 | 282 | 284 |  12 |  2 |   9 |   0 | 6.020833e+00 |      --      |    Inf | unknown
0.09/0.10	c   0.1s|     1 |     0 |  1041 |     - |    10M |   0 | 238 | 282 | 290 |  18 |  3 |   9 |   0 | 7.000000e+00 |      --      |    Inf | unknown
0.09/0.11	c   0.1s|     1 |     0 |  1049 |     - |    12M |   0 | 238 | 282 | 295 |  23 |  4 |   9 |   0 | 7.000000e+00 |      --      |    Inf | unknown
0.09/0.12	c   0.1s|     1 |     0 |  1056 |     - |    12M |   0 | 238 | 282 | 301 |  29 |  5 |   9 |   0 | 7.000000e+00 |      --      |    Inf | unknown
0.09/0.13	c   0.1s|     1 |     0 |  1064 |     - |    13M |   0 | 238 | 282 | 306 |  34 |  6 |   9 |   0 | 7.000000e+00 |      --      |    Inf | unknown
0.09/0.14	c   0.1s|     1 |     0 |  1075 |     - |    14M |   0 | 238 | 282 | 312 |  40 |  7 |   9 |   0 | 7.000000e+00 |      --      |    Inf | unknown
0.09/0.16	c   0.1s|     1 |     0 |  1087 |     - |    14M |   0 | 238 | 282 | 318 |  46 |  8 |   9 |   0 | 7.000000e+00 |      --      |    Inf | unknown
0.09/0.17	c   0.2s|     1 |     0 |  1096 |     - |    15M |   0 | 238 | 282 | 324 |  52 |  9 |   9 |   0 | 7.000000e+00 |      --      |    Inf | unknown
0.09/0.18	c   0.2s|     1 |     0 |  1115 |     - |    15M |   0 | 238 | 282 | 330 |  58 | 10 |   9 |   0 | 7.000000e+00 |      --      |    Inf | unknown
0.09/0.19	c   0.2s|     1 |     0 |  1124 |     - |    17M |   0 | 238 | 282 | 336 |  64 | 11 |   9 |   0 | 7.020833e+00 |      --      |    Inf | unknown
0.09/0.20	c   0.2s|     1 |     0 |  1136 |     - |    17M |   0 | 238 | 282 | 340 |  68 | 12 |   9 |   0 | 7.020833e+00 |      --      |    Inf | unknown
0.09/0.20	c   0.2s|     1 |     0 |  1143 |     - |    18M |   0 | 238 | 282 | 345 |  73 | 13 |   9 |   0 | 7.166667e+00 |      --      |    Inf | unknown
0.19/0.21	c   0.2s|     1 |     0 |  1158 |     - |    18M |   0 | 238 | 282 | 350 |  78 | 14 |   9 |   0 | 7.166667e+00 |      --      |    Inf | unknown
0.19/0.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.19/0.22	c   0.2s|     1 |     0 |  1173 |     - |    18M |   0 | 238 | 282 | 355 |  83 | 15 |   9 |   0 | 7.166667e+00 |      --      |    Inf | unknown
0.19/0.23	c   0.2s|     1 |     0 |  1189 |     - |    18M |   0 | 238 | 282 | 345 |  88 | 16 |   9 |   0 | 7.166667e+00 |      --      |    Inf | unknown
0.19/0.24	c   0.2s|     1 |     0 |  1201 |     - |    18M |   0 | 238 | 282 | 351 |  94 | 17 |   9 |   0 | 7.166667e+00 |      --      |    Inf | unknown
0.19/0.24	c   0.2s|     1 |     0 |  1215 |     - |    18M |   0 | 238 | 284 | 356 |  99 | 18 |  11 |   0 | 7.166667e+00 |      --      |    Inf | unknown
0.19/0.25	c   0.2s|     1 |     0 |  1235 |     - |    18M |   0 | 238 | 284 | 362 | 105 | 19 |  11 |   0 | 7.166667e+00 |      --      |    Inf | unknown
0.19/0.26	c   0.3s|     1 |     0 |  1255 |     - |    18M |   0 | 238 | 284 | 367 | 110 | 20 |  11 |   0 | 7.166667e+00 |      --      |    Inf | unknown
0.19/0.27	c   0.3s|     1 |     0 |  1269 |     - |    18M |   0 | 238 | 287 | 372 | 115 | 21 |  14 |   0 | 7.166667e+00 |      --      |    Inf | unknown
0.19/0.27	c   0.3s|     1 |     0 |  1285 |     - |    19M |   0 | 238 | 287 | 356 | 121 | 22 |  14 |   0 | 7.166667e+00 |      --      |    Inf | unknown
0.19/0.28	c   0.3s|     1 |     0 |  1295 |     - |    19M |   0 | 238 | 287 | 361 | 126 | 23 |  14 |   0 | 7.166667e+00 |      --      |    Inf | unknown
0.30/0.34	c   0.3s|     1 |     2 |  1834 |     - |    19M |   0 | 238 | 296 | 361 | 126 | 23 |  23 |  38 | 8.020833e+00 |      --      |    Inf | unknown
0.78/0.81	o 58
0.78/0.81	c d 0.8s|    79 |    74 |  9222 | 102.7 |veclendi|  13 | 238 | 400 | 303 |   0 |  1 | 127 |  38 | 8.020833e+00 | 5.800000e+01 | 623.12%| unknown
0.78/0.86	c   0.9s|   100 |    93 | 10594 |  94.7 |    28M |  14 | 238 | 412 | 313 | 337 |  1 | 139 |  38 | 8.020833e+00 | 5.800000e+01 | 623.12%| unknown
0.98/1.03	o 27
0.98/1.03	c * 1.0s|   127 |    80 | 12009 |  85.7 |    LP  |  14 | 238 | 427 | 303 | 382 |  0 | 156 |  38 | 8.020833e+00 | 2.700000e+01 | 236.62%|   6.11%
1.38/1.45	o 25
1.38/1.45	c * 1.4s|   190 |   112 | 17242 |  84.8 |    LP  |  14 | 238 | 493 | 303 | 554 |  0 | 242 |  38 | 8.020833e+00 | 2.500000e+01 | 211.69%|  18.87%
1.47/1.52	c   1.5s|   200 |   117 | 17571 |  82.2 |    30M |  14 | 238 | 510 | 303 | 554 |  1 | 259 |  38 | 8.020833e+00 | 2.500000e+01 | 211.69%|  23.09%
1.87/1.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.87/1.92	c   1.9s|   300 |   150 | 21113 |  66.6 |    31M |  17 | 238 | 603 | 308 | 648 |  1 | 353 |  42 | 9.000000e+00 | 2.500000e+01 | 177.78%|  34.22%
2.08/2.15	c   2.1s|   400 |   156 | 24295 |  57.8 |    32M |  17 | 238 | 706 | 319 | 820 |  3 | 458 |  49 | 1.100000e+01 | 2.500000e+01 | 127.27%|  44.90%
2.27/2.33	c   2.3s|   500 |   169 | 26298 |  50.3 |    33M |  19 | 238 | 809 | 313 |1011 |  2 | 561 |  59 | 1.200000e+01 | 2.500000e+01 | 108.33%|  52.33%
2.48/2.50	c   2.5s|   600 |   173 | 28438 |  45.4 |    33M |  20 | 238 | 936 |   0 |1109 |  0 | 690 |  74 | 1.300000e+01 | 2.500000e+01 |  92.31%|  59.71%
2.58/2.60	c   2.6s|   700 |   174 | 30005 |  41.2 |    33M |  20 | 238 |1043 | 317 |1135 |  1 | 799 |  96 | 1.500000e+01 | 2.500000e+01 |  66.67%|  65.05%
2.68/2.70	c   2.7s|   800 |   171 | 31258 |  37.6 |    33M |  20 | 238 |1115 |   0 |1156 |  0 | 872 | 112 | 1.500000e+01 | 2.500000e+01 |  66.67%|  65.53%
2.78/2.81	c   2.8s|   900 |   190 | 33450 |  35.9 |    33M |  20 | 238 |1192 |   0 |1253 |  0 | 950 | 120 | 1.500000e+01 | 2.500000e+01 |  66.67%|  66.07%
2.88/2.92	c   2.9s|  1000 |   195 | 35141 |  34.0 |    34M |  20 | 238 |1284 | 318 |1332 |  2 |1044 | 146 | 1.500000e+01 | 2.500000e+01 |  66.67%|  67.50%
2.98/3.02	c   3.0s|  1100 |   186 | 36766 |  32.3 |    34M |  20 | 238 |1415 | 317 |1355 |  1 |1178 | 175 | 1.500000e+01 | 2.500000e+01 |  66.67%|  69.79%
2.98/3.09	c   3.1s|  1200 |   171 | 37749 |  30.5 |    34M |  20 | 238 |1488 |   0 |1358 |  0 |1252 | 203 | 1.500000e+01 | 2.500000e+01 |  66.67%|  71.45%
3.08/3.15	c   3.1s|  1300 |   163 | 38905 |  29.0 |    34M |  20 | 238 |1543 |   0 |1358 |  0 |1335 | 230 | 1.600000e+01 | 2.500000e+01 |  56.25%|  73.26%
3.27/3.30	c   3.3s|  1400 |   177 | 40546 |  28.1 |    34M |  20 | 238 |1627 | 317 |1527 |  1 |1420 | 280 | 1.700000e+01 | 2.500000e+01 |  47.06%|  74.19%
3.37/3.49	c   3.5s|  1500 |   172 | 42432 |  27.5 |    34M |  20 | 238 |1777 |   0 |1703 |  0 |1570 | 346 | 1.700000e+01 | 2.500000e+01 |  47.06%|  75.43%
3.57/3.62	c   3.6s|  1600 |   191 | 43999 |  26.8 |    34M |  20 | 238 |1914 | 312 |1811 |  1 |1711 | 412 | 1.700000e+01 | 2.500000e+01 |  47.06%|  75.99%
3.67/3.75	c   3.7s|  1700 |   181 | 45534 |  26.1 |    35M |  20 | 238 |2111 | 310 |1879 |  2 |1916 | 526 | 1.700000e+01 | 2.500000e+01 |  47.06%|  76.54%
3.87/3.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.87/3.91	c   3.9s|  1800 |   185 | 47346 |  25.6 |    35M |  20 | 238 |2219 | 308 |1978 |  1 |2025 | 557 | 1.700000e+01 | 2.500000e+01 |  47.06%|  77.69%
4.08/4.16	c   4.2s|  1900 |   207 | 49508 |  25.4 |    35M |  20 | 238 |2328 | 311 |2228 |  2 |2139 | 575 | 1.700000e+01 | 2.500000e+01 |  47.06%|  80.80%
4.17/4.26	c   4.2s|  2000 |   213 | 50625 |  24.7 |    35M |  20 | 238 |2489 | 312 |2265 |  1 |2305 | 623 | 1.750000e+01 | 2.500000e+01 |  42.86%|  82.58%
4.27/4.32	c   4.3s|  2100 |   232 | 51597 |  24.0 |    35M |  20 | 238 |2626 | 308 |2265 |  1 |2443 | 662 | 1.750000e+01 | 2.500000e+01 |  42.86%|  82.61%
4.27/4.39	c   4.4s|  2200 |   223 | 52412 |  23.3 |    35M |  20 | 238 |2777 |   0 |2265 |  0 |2606 | 718 | 1.800000e+01 | 2.500000e+01 |  38.89%|  82.96%
4.37/4.46	c   4.5s|  2300 |   205 | 53327 |  22.7 |    35M |  20 | 238 |2827 |   0 |2281 |  0 |2688 | 736 | 1.800000e+01 | 2.500000e+01 |  38.89%|  83.91%
4.57/4.69	c   4.7s|  2400 |   200 | 54997 |  22.4 |    36M |  20 | 238 |2904 |   0 |2360 |  0 |2793 | 758 | 1.800000e+01 | 2.500000e+01 |  38.89%|  84.47%
4.67/4.77	c   4.8s|  2500 |   202 | 55887 |  21.9 |    36M |  20 | 238 |3004 | 312 |2364 |  1 |2922 | 789 | 1.900000e+01 | 2.500000e+01 |  31.58%|  84.98%
4.87/4.96	c   5.0s|  2600 |   209 | 57652 |  21.7 |    36M |  20 | 238 |3103 | 309 |2449 |  1 |3046 | 814 | 1.900000e+01 | 2.500000e+01 |  31.58%|  85.49%
4.97/5.04	c   5.0s|  2700 |   206 | 58715 |  21.3 |    36M |  20 | 238 |3199 | 312 |2466 |  1 |3181 | 865 | 1.900000e+01 | 2.500000e+01 |  31.58%|  85.97%
5.07/5.14	c   5.1s|  2800 |   203 | 59958 |  21.0 |    36M |  20 | 238 |3349 | 309 |2505 |  1 |3382 | 927 | 1.900000e+01 | 2.500000e+01 |  31.58%|  86.54%
5.27/5.32	c   5.3s|  2900 |   180 | 60733 |  20.5 |    36M |  20 | 238 |3361 |   0 |2535 |  0 |3467 | 947 | 1.900000e+01 | 2.500000e+01 |  31.58%|  86.67%
5.46/5.50	c   5.5s|  3000 |   168 | 61525 |  20.1 |    36M |  20 | 238 |3366 | 313 |2577 |  1 |3523 | 969 | 1.900000e+01 | 2.500000e+01 |  31.58%|  86.95%
5.66/5.76	c   5.8s|  3100 |   182 | 63680 |  20.2 |    36M |  20 | 238 |3366 | 313 |2683 |  1 |3621 | 984 | 1.900000e+01 | 2.500000e+01 |  31.58%|  87.36%
5.76/5.88	c   5.9s|  3200 |   158 | 64693 |  19.8 |    36M |  20 | 238 |3353 | 309 |2705 |  1 |3724 |1009 | 1.900000e+01 | 2.500000e+01 |  31.58%|  88.46%
5.97/6.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.97/6.03	c   6.0s|  3300 |   153 | 65751 |  19.6 |    36M |  20 | 238 |3392 | 311 |2726 |  1 |3860 |1045 | 2.000000e+01 | 2.500000e+01 |  25.00%|  89.63%
6.16/6.22	c   6.2s|  3400 |   160 | 66843 |  19.3 |    36M |  20 | 238 |3386 | 310 |2816 |  1 |3957 |1087 | 2.000000e+01 | 2.500000e+01 |  25.00%|  90.06%
6.26/6.31	c   6.3s|  3500 |   145 | 67753 |  19.0 |    36M |  20 | 238 |3424 |   0 |2872 |  0 |4066 |1116 | 2.000000e+01 | 2.500000e+01 |  25.00%|  90.65%
6.26/6.39	c   6.4s|  3600 |   124 | 68751 |  18.8 |    36M |  20 | 238 |3414 |   0 |2881 |  0 |4193 |1154 | 2.000000e+01 | 2.500000e+01 |  25.00%|  91.31%
6.36/6.46	c   6.5s|  3700 |   130 | 69930 |  18.6 |    37M |  20 | 238 |3540 |   0 |2881 |  0 |4359 |1184 | 2.000000e+01 | 2.500000e+01 |  25.00%|  91.41%
6.46/6.53	c   6.5s|  3800 |   113 | 71424 |  18.5 |    37M |  20 | 238 |3505 |   0 |2881 |  0 |4481 |1219 | 2.000000e+01 | 2.500000e+01 |  25.00%|  91.64%
6.56/6.69	c   6.7s|  3900 |    89 | 72464 |  18.3 |    37M |  20 | 238 |3431 | 304 |2959 |  1 |4588 |1245 | 2.100000e+01 | 2.500000e+01 |  19.05%|  93.24%
6.66/6.79	c   6.8s|  4000 |    99 | 73567 |  18.1 |    37M |  20 | 238 |3450 |   0 |3037 |  0 |4696 |1259 | 2.100000e+01 | 2.500000e+01 |  19.05%|  93.38%
6.76/6.85	c   6.8s|  4100 |    96 | 74577 |  17.9 |    37M |  20 | 238 |3485 | 314 |3066 |  1 |4792 |1285 | 2.100000e+01 | 2.500000e+01 |  19.05%|  93.73%
6.86/6.96	c   7.0s|  4200 |    83 | 75522 |  17.7 |    37M |  20 | 238 |3406 | 308 |3099 |  1 |4889 |1302 | 2.100000e+01 | 2.500000e+01 |  19.05%|  93.86%
6.96/7.06	c   7.1s|  4300 |    91 | 76706 |  17.6 |    37M |  20 | 238 |3449 | 314 |3138 |  1 |4996 |1332 | 2.100000e+01 | 2.500000e+01 |  19.05%|  93.92%
7.06/7.14	c   7.1s|  4400 |    88 | 77832 |  17.4 |    37M |  20 | 238 |3522 | 311 |3148 |  1 |5119 |1357 | 2.100000e+01 | 2.500000e+01 |  19.05%|  94.02%
7.06/7.19	c   7.2s|  4500 |    87 | 78567 |  17.2 |    37M |  20 | 238 |3465 |   0 |3148 |  0 |5182 |1362 | 2.100000e+01 | 2.500000e+01 |  19.05%|  94.10%
7.16/7.29	c   7.3s|  4600 |    79 | 79350 |  17.0 |    37M |  20 | 238 |3472 | 308 |3169 |  0 |5241 |1362 | 2.100000e+01 | 2.500000e+01 |  19.05%|  94.14%
7.26/7.36	c   7.4s|  4700 |    83 | 80431 |  16.9 |    37M |  20 | 238 |3373 |   0 |3204 |  0 |5315 |1367 | 2.100000e+01 | 2.500000e+01 |  19.05%|  94.36%
7.36/7.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.36/7.42	c   7.4s|  4800 |    72 | 81108 |  16.6 |    37M |  20 | 238 |3271 | 309 |3224 |  1 |5390 |1367 | 2.100000e+01 | 2.500000e+01 |  19.05%|  94.53%
7.46/7.51	c   7.5s|  4900 |    74 | 82275 |  16.5 |    37M |  20 | 238 |3278 | 312 |3242 |  1 |5456 |1384 | 2.100000e+01 | 2.500000e+01 |  19.05%|  94.63%
7.46/7.59	c   7.6s|  5000 |    70 | 83231 |  16.4 |    37M |  20 | 238 |3275 |   0 |3277 |  0 |5529 |1389 | 2.100000e+01 | 2.500000e+01 |  19.05%|  94.78%
7.66/7.70	c   7.7s|  5100 |    64 | 84195 |  16.3 |    37M |  20 | 238 |3229 | 316 |3336 |  1 |5586 |1397 | 2.100000e+01 | 2.500000e+01 |  19.05%|  95.15%
7.66/7.74	c   7.7s|  5200 |    52 | 84810 |  16.1 |    37M |  20 | 238 |3167 | 311 |3336 |  0 |5629 |1397 | 2.100000e+01 | 2.500000e+01 |  19.05%|  95.94%
7.66/7.79	c   7.8s|  5300 |    52 | 85615 |  15.9 |    37M |  20 | 238 |3159 | 315 |3373 |  1 |5686 |1405 | 2.300000e+01 | 2.500000e+01 |   8.70%|  96.40%
7.76/7.89	c   7.9s|  5400 |    56 | 86621 |  15.8 |    37M |  20 | 238 |3171 | 310 |3453 |  1 |5743 |1405 | 2.300000e+01 | 2.500000e+01 |   8.70%|  96.85%
7.86/7.95	c   7.9s|  5500 |    40 | 87539 |  15.7 |    37M |  20 | 238 |3159 |   0 |3453 |  0 |5812 |1405 | 2.300000e+01 | 2.500000e+01 |   8.70%|  97.16%
7.96/8.07	c   8.1s|  5600 |    30 | 88454 |  15.6 |    37M |  20 | 238 |3101 |   0 |3475 |  0 |5883 |1408 | 2.300000e+01 | 2.500000e+01 |   8.70%|  97.56%
8.06/8.13	c   8.1s|  5700 |    23 | 89543 |  15.5 |    37M |  20 | 238 |3121 |   0 |3492 |  0 |5960 |1408 | 2.300000e+01 | 2.500000e+01 |   8.70%|  97.66%
8.15/8.23	c   8.2s|  5800 |    17 | 90727 |  15.4 |    37M |  20 | 238 |3139 | 306 |3555 |  1 |6028 |1408 | 2.300000e+01 | 2.500000e+01 |   8.70%|  98.55%
8.25/8.31	c   8.3s|  5900 |     9 | 91755 |  15.3 |    37M |  20 | 238 |2687 | 314 |3609 |  1 |6080 |1408 | 2.300000e+01 | 2.500000e+01 |   8.70%|  99.62%
8.25/8.39	c   8.4s|  6000 |     7 | 92929 |  15.3 |    37M |  20 | 238 |2662 |   0 |3710 |  0 |6114 |1408 | 2.400000e+01 | 2.500000e+01 |   4.17%|  99.91%
8.35/8.40	c 
8.35/8.40	c SCIP Status        : problem is solved [optimal solution found]
8.35/8.40	c Solving Time (sec) : 8.39
8.35/8.40	c Solving Nodes      : 6013
8.35/8.40	c Primal Bound       : +2.50000000000000e+01 (3 solutions)
8.35/8.40	c Dual Bound         : +2.50000000000000e+01
8.35/8.40	c Gap                : 0.00 %
8.35/8.40	s OPTIMUM FOUND
8.35/8.40	v 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 
8.35/8.40	v x75 x76 x77 x78 x79 x80 -x81 -x82 -x83 x84 x85 x86 x87 x88 x89 x90 x91 -x92 x93 x94 x95 -x96 -x97 x98 -x99 -x100 -x101 x102 
8.35/8.40	v x103 x104 x105 x106 x107 -x108 -x109 x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 
8.35/8.40	v -x126 -x127 x128 -x129 -x130 -x131 -x132 -x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 x145 -x146 -x147 -x148 
8.35/8.40	v x149 x150 x151 x152 -x153 x154 x155 x156 -x157 -x158 x159 -x160 -x161 -x162 x163 x164 x165 -x166 -x167 x168 -x169 -x170 
8.35/8.40	v -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x18 -x17 -x16 -x15 
8.35/8.40	v -x14 -x13 x189 x190 x191 x192 x193 x194 x195 -x196 -x197 -x198 x199 x200 x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 
8.35/8.40	v -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x12 -x11 -x10 x9 -x8 -x7 x219 x220 x221 -x222 -x223 -x224 -x225 -x226 
8.35/8.40	v -x227 -x228 -x229 -x230 -x231 -x232 -x24 -x23 x22 -x21 -x20 x19 -x233 -x234 -x235 -x236 -x237 -x30 -x29 x28 x27 x26 x25 x238 
8.35/8.40	v -x42 x41 -x40 x39 x38 x37 -x36 x35 -x34 x33 x32 -x31 -x6 x5 x4 -x3 -x2 x1 
8.35/8.40	c SCIP Status        : problem is solved [optimal solution found]
8.35/8.40	c Total Time         :       8.39
8.35/8.40	c   solving          :       8.39
8.35/8.40	c   presolving       :       0.02 (included in solving)
8.35/8.40	c   reading          :       0.00 (included in solving)
8.35/8.40	c   copying          :       0.59 (98 #copies) (minimal 0.00, maximal 0.01, average 0.01)
8.35/8.40	c Original Problem   :
8.35/8.40	c   Problem name     : HOME/instance-4490758-1751383217.opb
8.35/8.40	c   Variables        : 238 (238 binary, 0 integer, 0 implicit integer, 0 continuous)
8.35/8.40	c   Constraints      : 398 initial, 398 maximal
8.35/8.40	c   Objective        : minimize, 6 non-zeros (abs.min = 1, abs.max = 32)
8.35/8.40	c Presolved Problem  :
8.35/8.40	c   Problem name     : t_HOME/instance-4490758-1751383217.opb
8.35/8.40	c   Variables        : 238 (238 binary, 0 integer, 0 implicit integer, 0 continuous)
8.35/8.40	c   Constraints      : 272 initial, 3610 maximal
8.35/8.40	c   Objective        : minimize, 6 non-zeros (abs.min = 1, abs.max = 32)
8.35/8.40	c   Nonzeros         : 4230 constraint, 162 clique table
8.35/8.40	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
8.35/8.40	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.35/8.40	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.35/8.40	c   domcol           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
8.35/8.40	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.35/8.40	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.35/8.40	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.35/8.40	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
8.35/8.40	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.35/8.40	c   implics          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
8.35/8.40	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.35/8.40	c   milp             :       0.00       0.00      1          0          0          0          0          0        398        202          0          0
8.35/8.40	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.35/8.40	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.35/8.40	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
8.35/8.40	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.35/8.40	c   trivial          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
8.35/8.40	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.35/8.40	c   dualfix          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
8.35/8.40	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.35/8.40	c   probing          :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
8.35/8.40	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.35/8.40	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0         70          0          0
8.35/8.40	c   vbounds          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
8.35/8.40	c   knapsack         :       0.00       0.00      9          0          0          0          0          0          0          0          0          0
8.35/8.40	c   setppc           :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
8.35/8.40	c   linear           :       0.00       0.00      9          0          0          0          0          0          0          0          0          0
8.35/8.40	c   logicor          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.35/8.40	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.35/8.40	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
8.35/8.40	c   root node        :          -          -      -        153          -          -        153          -          -          -          -          -
8.35/8.40	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
8.35/8.40	c   benderslp        :          0          0          0          0       3767          0          0        147          0          0          0          0          0          0          0
8.35/8.40	c   integral         :          0          0          0          0       3767          0          0        147          0          0       2300          0          0       1838       6766
8.35/8.40	c   knapsack         :          6+        71         23      28655          0          0          0        141      14059        242       7048        167          1          0          0
8.35/8.40	c   setppc           :         70+       104         23      28356          0          0          0        112       1353         66       2983          0          0          0          0
8.35/8.40	c   linear           :        196+       253         23      28862          0          0          0         83      16419       4535     121076         10          0          0          0
8.35/8.40	c   logicor          :          0+      3205         23      12795          0          0          0          0       3877        507       3903          1          1          0          0
8.35/8.40	c   benders          :          0          0          0          0          0          0          0          5          0          0          0          0          0          0          0
8.35/8.40	c   fixedvar         :          0          0          0          0          0          0          0          5          0          0          0          0          0          0          0
8.35/8.40	c   countsols        :          0          0          0          0          0          0          0          5          0          0          0          0          0          0          0
8.35/8.40	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
8.35/8.40	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
8.35/8.40	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
8.35/8.40	c   integral         :       0.46       0.00       0.00       0.00       0.46       0.00       0.00       0.00       0.00       0.00
8.35/8.40	c   knapsack         :       0.10       0.00       0.00       0.08       0.00       0.00       0.00       0.00       0.00       0.01
8.35/8.40	c   setppc           :       0.02       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
8.35/8.40	c   linear           :       0.71       0.00       0.00       0.62       0.00       0.00       0.00       0.00       0.01       0.07
8.35/8.40	c   logicor          :       0.24       0.00       0.00       0.22       0.00       0.00       0.00       0.00       0.00       0.02
8.35/8.40	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
8.35/8.40	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
8.35/8.40	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
8.35/8.40	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
8.35/8.40	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
8.35/8.40	c   dualfix          :          1          0          0          0
8.35/8.40	c   genvbounds       :          0          0          0          0
8.35/8.40	c   nlobbt           :          0          0          0          0
8.35/8.40	c   obbt             :          0          0          0          0
8.35/8.40	c   probing          :          0          0          0          0
8.35/8.40	c   pseudoobj        :      20392       1476          6        707
8.35/8.40	c   redcost          :       8272          0          0         42
8.35/8.40	c   rootredcost      :          4          0          0          2
8.35/8.40	c   symmetry         :          0          0          0          0
8.35/8.40	c   vbounds          :      18310          0          0          0
8.35/8.40	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
8.35/8.40	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
8.35/8.40	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
8.35/8.40	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
8.35/8.40	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
8.35/8.40	c   probing          :       0.01       0.00       0.01       0.00       0.00       0.00
8.35/8.40	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00       0.00
8.35/8.40	c   redcost          :       0.03       0.00       0.00       0.03       0.00       0.00
8.35/8.40	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
8.35/8.40	c   symmetry         :       0.01       0.00       0.00       0.00       0.00       0.00
8.35/8.40	c   vbounds          :       0.03       0.00       0.00       0.03       0.00       0.00
8.35/8.40	c Symmetry           :
8.35/8.40	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
8.35/8.40	c   orbital reduction:          0 reductions applied,          0 cutoffs
8.35/8.40	c   lexicographic red:          0 reductions applied,          0 cutoffs
8.35/8.40	c   shadow tree time :       0.00 s
8.35/8.40	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
8.35/8.40	c   propagation      :       0.04       2561       2391          -      11674       17.5         78       13.8          -          -          -
8.35/8.40	c   infeasible LP    :       0.01        219        219          -        717       13.0         16        9.9        219       13.3          0
8.35/8.40	c   bound exceed. LP :       0.00         24         24          -         70       12.7          3        9.7         24       12.0         40
8.35/8.40	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
8.35/8.40	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
8.35/8.40	c   applied globally :       0.01          -          -          0       5867       14.7          -          -        242          -          -
8.35/8.40	c   applied locally  :          -          -          -          0          9       12.4          -          -          1          -          -
8.35/8.40	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
8.35/8.40	c   cut pool         :       0.43          -       1057         45          -          -      31929     134113          -          -          -          -          -    (maximal pool size:       7861)
8.35/8.40	c   aggregation      :       0.56       0.00        427         23          0          0      18223      50935       2422       1956       1596        360          0
8.35/8.40	c   > cmir           :          -          -          -          -          -          -          -      13651          5        197        197          0          -
8.35/8.40	c   > flowcover      :          -          -          -          -          -          -          -      35561          5       1333       1332          1          -
8.35/8.40	c   > knapsackcover  :          -          -          -          -          -          -          -       1723       2412        426         67        359          -
8.35/8.40	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.35/8.40	c   clique           :       0.00       0.00         23         23          0          0          0          0          0          0          0          0          0
8.35/8.40	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.35/8.40	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.35/8.40	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.35/8.40	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.35/8.40	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.35/8.40	c   gomory           :       0.60       0.00        402         10          0          0      16643      76323       1102       1381       1362         19          0
8.35/8.40	c   > gomorymi       :          -          -          -          -          -          -          -      37566        584        618        608         10          -
8.35/8.40	c   > strongcg       :          -          -          -          -          -          -          -      38757        518        763        754          9          -
8.35/8.40	c   impliedbounds    :       0.00       0.00        429         23          0          5         26        101          0         51         51          0          0
8.35/8.40	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.35/8.40	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.35/8.40	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.35/8.40	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
8.35/8.40	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.35/8.40	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.35/8.40	c   multilinear      :       0.00       0.00        464         23          0          0          0          0          0          0          0          0          0
8.35/8.40	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.35/8.40	c   rapidlearning    :       1.89       0.00         90          1          0        477          0          0          0          0          0          0        142
8.35/8.40	c   rlt              :       0.00       0.00        199         10          0          0          0          0          0          0          0          0          0
8.35/8.40	c   zerohalf         :       0.08       0.00        390         20          0          0        606       6754         45        318        313          5          0
8.35/8.40	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
8.35/8.40	c   hybrid           :       0.04       0.00        644         23       3711          2     134011        126          0      19375
8.35/8.40	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
8.35/8.40	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
8.35/8.40	c Pricers            :   ExecTime  SetupTime      Calls       Vars
8.35/8.40	c   problem variables:       0.00          -          0          0
8.35/8.40	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
8.35/8.40	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
8.35/8.40	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
8.35/8.40	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
8.35/8.40	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
8.35/8.40	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
8.35/8.40	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
8.35/8.40	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
8.35/8.40	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
8.35/8.40	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
8.35/8.40	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
8.35/8.40	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
8.35/8.40	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
8.35/8.40	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
8.35/8.40	c   relpscost        :       0.46       0.00       3767          0          0          0       2300          0       1903       6766
8.35/8.40	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
8.35/8.40	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
8.35/8.40	c   LP solutions     :       0.00          -          -          0          0
8.35/8.40	c   relax solutions  :       0.00          -          -          0          0
8.35/8.40	c   pseudo solutions :       0.00          -          -          0          0
8.35/8.40	c   strong branching :       0.00          -          -          0          0
8.35/8.40	c   actconsdiving    :       0.00       0.00          0          0          0
8.35/8.40	c   adaptivediving   :       0.05       0.00         37          0          0
8.35/8.40	c   alns             :       0.05       0.00          6          0          0
8.35/8.40	c   bound            :       0.00       0.00          0          0          0
8.35/8.40	c   clique           :       0.00       0.00          1          0          0
8.35/8.40	c   coefdiving       :       0.00       0.00          0          0          0
8.35/8.40	c   completesol      :       0.00       0.00          0          0          0
8.35/8.40	c   conflictdiving   :       0.06       0.00         63          0          0
8.35/8.40	c   crossover        :       0.00       0.00          0          0          0
8.35/8.40	c   dins             :       0.00       0.00          0          0          0
8.35/8.40	c   distributiondivin:       0.20       0.00         60          0          0
8.35/8.40	c   dps              :       0.00       0.00          0          0          0
8.35/8.40	c   dualval          :       0.00       0.00          0          0          0
8.35/8.40	c   farkasdiving     :       0.01       0.00          1          0          0
8.35/8.40	c   feasjump         :       0.02       0.00          1          0          0
8.35/8.40	c   feaspump         :       0.06       0.00         11          0          0
8.35/8.40	c   fixandinfer      :       0.00       0.00          0          0          0
8.35/8.40	c   fracdiving       :       0.05       0.00         65          0          0
8.35/8.40	c   gins             :       0.00       0.00          0          0          0
8.35/8.40	c   guideddiving     :       0.07       0.00         63          0          0
8.35/8.40	c   indcoefdiving    :       0.00       0.00          0          0          0
8.35/8.40	c   indicator        :       0.00       0.00          0          0          0
8.35/8.40	c   indicatordiving  :       0.00       0.00          0          0          0
8.35/8.40	c   indoneopt        :       0.00       0.00          0          0          0
8.35/8.40	c   indrounding      :       0.00       0.00          0          0          0
8.35/8.40	c   indtwoopt        :       0.00       0.00          0          0          0
8.35/8.40	c   intdiving        :       0.00       0.00          0          0          0
8.35/8.40	c   intshifting      :       0.00       0.00          0          0          0
8.35/8.40	c   linesearchdiving :       0.05       0.00         64          0          0
8.35/8.40	c   localbranching   :       0.00       0.00          0          0          0
8.35/8.40	c   locks            :       0.00       0.00          1          0          0
8.35/8.40	c   lpface           :       0.00       0.00          0          0          0
8.35/8.40	c   mpec             :       0.00       0.00          0          0          0
8.35/8.40	c   multistart       :       0.00       0.00          0          0          0
8.35/8.40	c   mutation         :       0.00       0.00          0          0          0
8.35/8.40	c   nlpdiving        :       0.00       0.00          0          0          0
8.35/8.40	c   objpscostdiving  :       0.03       0.00          3          0          0
8.35/8.40	c   octane           :       0.00       0.00          0          0          0
8.35/8.40	c   ofins            :       0.00       0.00          0          0          0
8.35/8.40	c   oneopt           :       0.00       0.00          3          0          0
8.35/8.40	c   padm             :       0.00       0.00          0          0          0
8.35/8.40	c   proximity        :       0.00       0.00          0          0          0
8.35/8.40	c   pscostdiving     :       0.06       0.00         64          0          0
8.35/8.40	c   randrounding     :       0.02       0.00        152          0          0
8.35/8.40	c   rens             :       0.01       0.00          1          0          0
8.35/8.40	c   reoptsols        :       0.00       0.00          0          0          0
8.35/8.40	c   repair           :       0.00       0.00          0          0          0
8.35/8.40	c   rins             :       0.01       0.00          1          0          0
8.35/8.40	c   rootsoldiving    :       0.03       0.00          8          0          0
8.35/8.40	c   rounding         :       0.01       0.00        912          0          0
8.35/8.40	c   scheduler        :       0.00       0.00          0          0          0
8.35/8.40	c   shiftandpropagate:       0.00       0.00          1          0          0
8.35/8.40	c   shifting         :       0.12       0.00        415          0          0
8.35/8.40	c   simplerounding   :       0.00       0.00          0          0          0
8.35/8.40	c   smallcard        :       0.00       0.00          0          0          0
8.35/8.40	c   subnlp           :       0.00       0.00          0          0          0
8.35/8.40	c   trivial          :       0.00       0.00          2          0          0
8.35/8.40	c   trivialnegation  :       0.00       0.00          0          0          0
8.35/8.40	c   trustregion      :       0.00       0.00          0          0          0
8.35/8.40	c   trysol           :       0.00       0.00          0          0          0
8.35/8.40	c   twoopt           :       0.00       0.00          0          0          0
8.35/8.40	c   undercover       :       0.00       0.00          0          0          0
8.35/8.40	c   vbounds          :       0.00       0.00          1          0          0
8.35/8.40	c   veclendiving     :       0.04       0.00         65          1          1
8.35/8.40	c   zeroobj          :       0.00       0.00          0          0          0
8.35/8.40	c   zirounding       :       0.01       0.00       1000          0          0
8.35/8.40	c   other solutions  :          -          -          -          0          -
8.35/8.40	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
8.35/8.40	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
8.35/8.40	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
8.35/8.40	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
8.35/8.40	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
8.35/8.40	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
8.35/8.40	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
8.35/8.40	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
8.35/8.40	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
8.35/8.40	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
8.35/8.40	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
8.35/8.40	c   primal LP        :       0.03        306          0       0.00       0.00       0.03        306
8.35/8.40	c   dual LP          :       1.19       4653      66846      14.75   55993.65       0.01        122
8.35/8.40	c   lex dual LP      :       0.00          0          0       0.00          -
8.35/8.40	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
8.35/8.40	c   resolve instable :       0.00          0          0       0.00          -
8.35/8.40	c   diving/probing LP:       0.33       1019      26178      25.69   79567.18
8.35/8.40	c   strong branching :       0.13       1408       6094       4.33   45525.18          -          -          0
8.35/8.40	c     (at root node) :          -         38       1488      39.16          -
8.35/8.40	c   conflict analysis:       0.00          4         40      10.00          -
8.35/8.40	c B&B Tree           :
8.35/8.40	c   number of runs   :          1
8.35/8.40	c   nodes            :       6013 (3383 internal, 2630 leaves)
8.35/8.40	c   feasible leaves  :          0
8.35/8.40	c   infeas. leaves   :       2623
8.35/8.40	c   objective leaves :          7
8.35/8.40	c   nodes (total)    :       6013 (3383 internal, 2630 leaves)
8.35/8.40	c   nodes left       :          0
8.35/8.40	c   max depth        :         20
8.35/8.40	c   max depth (total):         20
8.35/8.40	c   backtracks       :       2110 (35.1%)
8.35/8.40	c   early backtracks :          0 (0.0%)
8.35/8.40	c   nodes exc. ref.  :          0 (0.0%)
8.35/8.40	c   delayed cutoffs  :        708
8.35/8.40	c   repropagations   :       2064 (18785 domain reductions, 491 cutoffs)
8.35/8.40	c   avg switch length:       5.56
8.35/8.40	c   switching time   :       0.63
8.35/8.40	c Root Node          :
8.35/8.40	c   First LP value   : +6.00000000000000e+00
8.35/8.40	c   First LP Iters   :        156 (210242.59 Iter/sec)
8.35/8.40	c   First LP Time    :       0.00
8.35/8.40	c   Final Dual Bound : +8.02083333333334e+00
8.35/8.40	c   Final Root Iters :       1214
8.35/8.40	c   Root LP Estimate : +2.23714841488328e+01
8.35/8.40	c Solution           :
8.35/8.40	c   Solutions found  :          3 (3 improvements)
8.35/8.40	c   First Solution   : +5.80000000000000e+01   (in run 1, after 79 nodes, 0.80 seconds, depth 34, found by <veclendiving>)
8.35/8.40	c   Gap First Sol.   :     623.12 %
8.35/8.40	c   Gap Last Sol.    :     211.69 %
8.35/8.40	c   Primal Bound     : +2.50000000000000e+01   (in run 1, after 190 nodes, 1.44 seconds, depth 5, found by <relaxation>)
8.35/8.40	c   Dual Bound       : +2.50000000000000e+01
8.35/8.40	c   Gap              :       0.00 %
8.35/8.40	c Integrals          :      Total       Avg%
8.35/8.40	c   primal-dual      :     558.66      66.57
8.35/8.40	c   primal-ref       :          -          - (not evaluated)
8.35/8.40	c   dual-ref         :          -          - (not evaluated)
8.35/8.41	c Time complete: 8.3764.

Verifier Data

OK	25

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4490758-1751383217/watcher-4490758-1751383217 -o /tmp/evaluation-result-4490758-1751383217/solver-4490758-1751383217 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751383217-58508 --watchdog 3760 pbscip -f HOME/instance-4490758-1751383217.opb -t 3600 -j 2 -m 31000 

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=58560, runsolver pid=58548
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 0.96 1.25 2.21 5/264 58565
/proc/meminfo: memFree=128268560/131249996 swapFree=33010684/33010684
[pid=58560] ppid=58548 vsize=57128 memory=30336 CPUtime=0.09 cores=5,7
/proc/58560/stat : 58560 (pbscip) R 58548 58560 58495 0 -1 4194304 4017 0 0 0 9 0 0 0 20 0 1 0 53999622 58499072 7584 18446744073709551615 4235264 18693293 140731294080016 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33292288 140731294083465 140731294083564 140731294083564 140731294089166 0
/proc/58560/statm: 14282 7584 3936 3530 0 5733 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 57128 KiB
Current children cumulated memory: 30336 KiB

[startup+0.205291 s]*
/proc/loadavg: 0.96 1.25 2.21 5/264 58565
/proc/meminfo: memFree=128243108/131249996 swapFree=33010684/33010684
[pid=58560] ppid=58548 vsize=61292 memory=34944 CPUtime=0.19 cores=5,7
/proc/58560/stat : 58560 (pbscip) R 58548 58560 58495 0 -1 4194304 5166 0 0 0 19 0 0 0 20 0 1 0 53999622 62763008 8736 18446744073709551615 4235264 18693293 140731294080016 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33292288 140731294083465 140731294083564 140731294083564 140731294089166 0
/proc/58560/statm: 15323 8736 3936 3530 0 6774 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 61292 KiB
Current children cumulated memory: 34944 KiB

[startup+0.305274 s]*
/proc/loadavg: 0.96 1.25 2.21 5/264 58565
/proc/meminfo: memFree=128154656/131249996 swapFree=33010684/33010684
[pid=58560] ppid=58548 vsize=66380 memory=38912 CPUtime=0.3 cores=5,7
/proc/58560/stat : 58560 (pbscip) R 58548 58560 58495 0 -1 4194304 6168 0 0 0 29 1 0 0 20 0 1 0 53999622 67973120 9728 18446744073709551615 4235264 18693293 140731294080016 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33292288 140731294083465 140731294083564 140731294083564 140731294089166 0
/proc/58560/statm: 16595 9728 3936 3530 0 8046 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 66380 KiB
Current children cumulated memory: 38912 KiB

[startup+0.700129 s]
/proc/loadavg: 0.96 1.25 2.21 5/264 58565
/proc/meminfo: memFree=128069920/131249996 swapFree=33010684/33010684
[pid=58560] ppid=58548 vsize=75408 memory=49024 CPUtime=0.68 cores=5,7
/proc/58560/stat : 58560 (pbscip) R 58548 58560 58495 0 -1 4194304 8652 0 0 0 67 1 0 0 20 0 1 0 53999622 77217792 12256 18446744073709551615 4235264 18693293 140731294080016 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33292288 140731294083465 140731294083564 140731294083564 140731294089166 0
/proc/58560/statm: 18852 12256 3968 3530 0 10303 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 75408 KiB
Current children cumulated memory: 49024 KiB

[startup+1.50015 s]
/proc/loadavg: 0.96 1.25 2.21 5/264 58565
/proc/meminfo: memFree=127945844/131249996 swapFree=33010684/33010684
[pid=58560] ppid=58548 vsize=79140 memory=52480 CPUtime=1.47 cores=5,7
/proc/58560/stat : 58560 (pbscip) R 58548 58560 58495 0 -1 4194304 9506 0 0 0 146 1 0 0 20 0 1 0 53999622 81039360 13120 18446744073709551615 4235264 18693293 140731294080016 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33292288 140731294083465 140731294083564 140731294083564 140731294089166 0
/proc/58560/statm: 19785 13120 3968 3530 0 11236 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 79140 KiB
Current children cumulated memory: 52480 KiB

[startup+3.10493 s]
/proc/loadavg: 1.20 1.29 2.22 5/264 58565
/proc/meminfo: memFree=127731220/131249996 swapFree=33010684/33010684
[pid=58560] ppid=58548 vsize=81336 memory=54192 CPUtime=3.08 cores=5,7
/proc/58560/stat : 58560 (pbscip) R 58548 58560 58495 0 -1 4194304 10570 0 0 0 306 2 0 0 20 0 1 0 53999622 83288064 13548 18446744073709551615 4235264 18693293 140731294080016 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33292288 140731294083465 140731294083564 140731294083564 140731294089166 0
/proc/58560/statm: 20334 13548 3968 3530 0 11785 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 81336 KiB
Current children cumulated memory: 54192 KiB

[startup+6.30014 s]
/proc/loadavg: 1.20 1.29 2.22 5/264 58565
/proc/meminfo: memFree=127708100/131249996 swapFree=33010684/33010684
[pid=58560] ppid=58548 vsize=90076 memory=62312 CPUtime=6.26 cores=5,7
/proc/58560/stat : 58560 (pbscip) R 58548 58560 58495 0 -1 4194304 13095 0 0 0 624 2 0 0 20 0 1 0 53999622 92237824 15578 18446744073709551615 4235264 18693293 140731294080016 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33292288 140731294083465 140731294083564 140731294083564 140731294089166 0
/proc/58560/statm: 22519 15578 3968 3530 0 13970 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 90076 KiB
Current children cumulated memory: 62312 KiB

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

# cumulated CPU time of all completed processes:  user=8.35243 s, system=0.029908 s

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

[startup+6.40014 s]
/proc/loadavg: 1.20 1.29 2.22 5/264 58565
/proc/meminfo: memFree=127708100/131249996 swapFree=33010684/33010684
[pid=58560] ppid=58548 vsize=90076 memory=62312 CPUtime=6.36 cores=5,7
/proc/58560/stat : 58560 (pbscip) R 58548 58560 58495 0 -1 4194304 13095 0 0 0 634 2 0 0 20 0 1 0 53999622 92237824 15578 18446744073709551615 4235264 18693293 140731294080016 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33292288 140731294083465 140731294083564 140731294083564 140731294089166 0
/proc/58560/statm: 22519 15578 3968 3530 0 13970 0
Current children cumulated CPU time: 6.36 s
Current children cumulated vsize: 90076 KiB
Current children cumulated memory: 62312 KiB

[startup+7.20012 s]
/proc/loadavg: 1.43 1.34 2.23 5/264 58565
/proc/meminfo: memFree=127684176/131249996 swapFree=33010684/33010684
[pid=58560] ppid=58548 vsize=90076 memory=62312 CPUtime=7.16 cores=5,7
/proc/58560/stat : 58560 (pbscip) R 58548 58560 58495 0 -1 4194304 13097 0 0 0 714 2 0 0 20 0 1 0 53999622 92237824 15578 18446744073709551615 4235264 18693293 140731294080016 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33292288 140731294083465 140731294083564 140731294083564 140731294089166 0
/proc/58560/statm: 22519 15578 3968 3530 0 13970 0
Current children cumulated CPU time: 7.16 s
Current children cumulated vsize: 90076 KiB
Current children cumulated memory: 62312 KiB

[startup+8.00012 s]*
/proc/loadavg: 1.43 1.34 2.23 5/264 58565
/proc/meminfo: memFree=127667732/131249996 swapFree=33010684/33010684
[pid=58560] ppid=58548 vsize=91156 memory=63848 CPUtime=7.96 cores=5,7
/proc/58560/stat : 58560 (pbscip) R 58548 58560 58495 0 -1 4194304 13464 0 0 0 794 2 0 0 20 0 1 0 53999622 93343744 15962 18446744073709551615 4235264 18693293 140731294080016 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33292288 140731294083465 140731294083564 140731294083564 140731294089166 0
/proc/58560/statm: 22789 15962 3968 3530 0 14240 0
Current children cumulated CPU time: 7.96 s
Current children cumulated vsize: 91156 KiB
Current children cumulated memory: 63848 KiB

[startup+8.40012 s]
/proc/loadavg: 1.43 1.34 2.23 5/264 58565
/proc/meminfo: memFree=127667732/131249996 swapFree=33010684/33010684
[pid=58560] ppid=58548 vsize=91156 memory=63848 CPUtime=8.35 cores=5,7
/proc/58560/stat : 58560 (pbscip) R 58548 58560 58495 0 -1 4194304 13464 0 0 0 833 2 0 0 20 0 1 0 53999622 93343744 15962 18446744073709551615 4235264 18693293 140731294080016 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 33292288 140731294083465 140731294083564 140731294083564 140731294089166 0
/proc/58560/statm: 22789 15962 3968 3530 0 14240 0
Current children cumulated CPU time: 8.35 s
Current children cumulated vsize: 91156 KiB
Current children cumulated memory: 63848 KiB

Child status: 0

Real time (s): 8.41694
CPU time (s): 8.38234
CPU user time (s): 8.35243
CPU system time (s): 0.029908
CPU usage (%): 99.5889
Max. virtual memory (cumulated for all children) (KiB): 91156
Max. memory (cumulated for all children) (KiB): 63848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.35243
system time used= 0.029908
maximum resident set size= 63848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13471
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= 81
involuntary context switches= 14


# summary of solver processes directly reported to runsolver:
#   pid: 58560
#   total CPU time (s): 8.38234
#   total CPU user time (s): 8.35243
#   total CPU system time (s): 0.029908

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028901 second user time and 0.060282 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-01 17:20:17
IDJOB=4490758
IDBENCH=147618
IDSOLVER=3365
FILE ID=nodeC024/4490758-1751383217
RUNJOBID= nodeC024-1751383217-58508
SLURM_JOB_ID= 9598230
Free space on /tmp= 432972 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_7.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4490758-1751383217/watcher-4490758-1751383217 -o /tmp/evaluation-result-4490758-1751383217/solver-4490758-1751383217 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751383217-58508 --watchdog 3760  pbscip -f HOME/instance-4490758-1751383217.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 31239eff399a5786b9ac75ec6014d884
RANDOM SEED=1332227922

nodeC024 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		: 3600.057
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.36
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		: 3600.170
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.36
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		: 3599.667
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.36
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		: 3602.372
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.36
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.744
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.36
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		: 3621.385
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.36
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.715
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.36
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		: 3599.674
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128308320 kB
MemAvailable:   129731404 kB
Buffers:            3280 kB
Cached:          2216132 kB
SwapCached:            0 kB
Active:           325768 kB
Inactive:        1959016 kB
Active(anon):      83436 kB
Inactive(anon):        0 kB
Active(file):     242332 kB
Inactive(file):  1959016 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             80028 kB
Writeback:             0 kB
AnonPages:         68436 kB
Mapped:           102944 kB
Shmem:             18064 kB
KReclaimable:     121548 kB
Slab:             210580 kB
SReclaimable:     121548 kB
SUnreclaim:        89032 kB
KernelStack:        4092 kB
PageTables:         2700 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     339340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432900 MiB
End job on nodeC024 at 2025-07-01 17:20:26