Trace number 4432666

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.88902 8.91984

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.404486
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.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4432666-1721096683.opb>
0.00/0.00	c original problem has 238 variables (238 bin, 0 int, 0 impl, 0 cont) and 398 constraints
0.00/0.00	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.01	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.00/0.01	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.99704
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.1s|     1 |     0 |   237 |     - |  8525k |   0 | 238 | 282 | 272 |   0 |  0 |   9 |   0 | 6.000000e+00 |      --      |    Inf | unknown
0.00/0.10	c   0.1s|     1 |     0 |  1001 |     - |  9137k |   0 | 238 | 282 | 278 |   6 |  1 |   9 |   0 | 6.000000e+00 |      --      |    Inf | unknown
0.10/0.11	c   0.1s|     1 |     0 |  1023 |     - |  9728k |   0 | 238 | 282 | 284 |  12 |  2 |   9 |   0 | 6.020833e+00 |      --      |    Inf | unknown
0.10/0.12	c   0.1s|     1 |     0 |  1041 |     - |    10M |   0 | 238 | 282 | 290 |  18 |  3 |   9 |   0 | 7.000000e+00 |      --      |    Inf | unknown
0.10/0.13	c   0.1s|     1 |     0 |  1049 |     - |    12M |   0 | 238 | 282 | 295 |  23 |  4 |   9 |   0 | 7.000000e+00 |      --      |    Inf | unknown
0.10/0.15	c   0.1s|     1 |     0 |  1056 |     - |    12M |   0 | 238 | 282 | 301 |  29 |  5 |   9 |   0 | 7.000000e+00 |      --      |    Inf | unknown
0.10/0.16	c   0.2s|     1 |     0 |  1064 |     - |    13M |   0 | 238 | 282 | 306 |  34 |  6 |   9 |   0 | 7.000000e+00 |      --      |    Inf | unknown
0.10/0.17	c   0.2s|     1 |     0 |  1075 |     - |    14M |   0 | 238 | 282 | 312 |  40 |  7 |   9 |   0 | 7.000000e+00 |      --      |    Inf | unknown
0.10/0.19	c   0.2s|     1 |     0 |  1087 |     - |    14M |   0 | 238 | 282 | 318 |  46 |  8 |   9 |   0 | 7.000000e+00 |      --      |    Inf | unknown
0.10/0.20	c   0.2s|     1 |     0 |  1096 |     - |    15M |   0 | 238 | 282 | 324 |  52 |  9 |   9 |   0 | 7.000000e+00 |      --      |    Inf | unknown
0.10/0.22	c   0.2s|     1 |     0 |  1115 |     - |    15M |   0 | 238 | 282 | 330 |  58 | 10 |   9 |   0 | 7.000000e+00 |      --      |    Inf | unknown
0.22/0.23	c   0.2s|     1 |     0 |  1124 |     - |    17M |   0 | 238 | 282 | 336 |  64 | 11 |   9 |   0 | 7.020833e+00 |      --      |    Inf | unknown
0.22/0.24	c   0.2s|     1 |     0 |  1136 |     - |    17M |   0 | 238 | 282 | 340 |  68 | 12 |   9 |   0 | 7.020833e+00 |      --      |    Inf | unknown
0.22/0.25	c   0.2s|     1 |     0 |  1143 |     - |    18M |   0 | 238 | 282 | 345 |  73 | 13 |   9 |   0 | 7.166667e+00 |      --      |    Inf | unknown
0.22/0.26	c   0.3s|     1 |     0 |  1158 |     - |    18M |   0 | 238 | 282 | 350 |  78 | 14 |   9 |   0 | 7.166667e+00 |      --      |    Inf | unknown
0.22/0.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.22/0.27	c   0.3s|     1 |     0 |  1173 |     - |    18M |   0 | 238 | 282 | 355 |  83 | 15 |   9 |   0 | 7.166667e+00 |      --      |    Inf | unknown
0.22/0.28	c   0.3s|     1 |     0 |  1189 |     - |    18M |   0 | 238 | 282 | 345 |  88 | 16 |   9 |   0 | 7.166667e+00 |      --      |    Inf | unknown
0.22/0.29	c   0.3s|     1 |     0 |  1201 |     - |    18M |   0 | 238 | 282 | 351 |  94 | 17 |   9 |   0 | 7.166667e+00 |      --      |    Inf | unknown
0.22/0.30	c   0.3s|     1 |     0 |  1215 |     - |    18M |   0 | 238 | 284 | 356 |  99 | 18 |  11 |   0 | 7.166667e+00 |      --      |    Inf | unknown
0.22/0.31	c   0.3s|     1 |     0 |  1235 |     - |    18M |   0 | 238 | 284 | 362 | 105 | 19 |  11 |   0 | 7.166667e+00 |      --      |    Inf | unknown
0.22/0.32	c   0.3s|     1 |     0 |  1255 |     - |    18M |   0 | 238 | 284 | 367 | 110 | 20 |  11 |   0 | 7.166667e+00 |      --      |    Inf | unknown
0.32/0.33	c   0.3s|     1 |     0 |  1269 |     - |    18M |   0 | 238 | 287 | 372 | 115 | 21 |  14 |   0 | 7.166667e+00 |      --      |    Inf | unknown
0.32/0.33	c   0.3s|     1 |     0 |  1285 |     - |    19M |   0 | 238 | 287 | 356 | 121 | 22 |  14 |   0 | 7.166667e+00 |      --      |    Inf | unknown
0.32/0.34	c   0.3s|     1 |     0 |  1295 |     - |    19M |   0 | 238 | 287 | 361 | 126 | 23 |  14 |   0 | 7.166667e+00 |      --      |    Inf | unknown
0.32/0.41	c   0.4s|     1 |     2 |  1834 |     - |    19M |   0 | 238 | 296 | 361 | 126 | 23 |  23 |  38 | 8.020833e+00 |      --      |    Inf | unknown
0.88/0.90	o 58
0.88/0.90	c d 0.9s|    79 |    74 |  9222 | 102.7 |veclendi|  13 | 238 | 400 | 303 |   0 |  1 | 127 |  38 | 8.020833e+00 | 5.800000e+01 | 623.12%| unknown
0.88/0.96	c   1.0s|   100 |    93 | 10594 |  94.7 |    28M |  14 | 238 | 412 | 313 | 337 |  1 | 139 |  38 | 8.020833e+00 | 5.800000e+01 | 623.12%| unknown
1.09/1.13	o 27
1.09/1.13	c * 1.1s|   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.48/1.57	o 25
1.48/1.57	c * 1.6s|   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.58/1.65	c   1.6s|   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.99/2.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.99/2.06	c   2.1s|   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.28/2.30	c   2.3s|   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.38/2.49	c   2.5s|   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.58/2.67	c   2.7s|   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.68/2.78	c   2.8s|   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.78/2.88	c   2.9s|   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.88/3.01	c   3.0s|   900 |   190 | 33450 |  35.9 |    33M |  20 | 238 |1192 |   0 |1253 |  0 | 950 | 120 | 1.500000e+01 | 2.500000e+01 |  66.67%|  66.07%
3.09/3.12	c   3.1s|  1000 |   195 | 35141 |  34.0 |    34M |  20 | 238 |1284 | 318 |1332 |  2 |1044 | 146 | 1.500000e+01 | 2.500000e+01 |  66.67%|  67.50%
3.18/3.23	c   3.2s|  1100 |   186 | 36766 |  32.3 |    34M |  20 | 238 |1415 | 317 |1355 |  1 |1178 | 175 | 1.500000e+01 | 2.500000e+01 |  66.67%|  69.79%
3.18/3.29	c   3.3s|  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.27/3.35	c   3.4s|  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.47/3.52	c   3.5s|  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.67/3.73	c   3.7s|  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.77/3.87	c   3.9s|  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.87/4.00	c   4.0s|  1700 |   181 | 45534 |  26.1 |    35M |  20 | 238 |2111 | 310 |1879 |  2 |1916 | 526 | 1.700000e+01 | 2.500000e+01 |  47.06%|  76.54%
4.08/4.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.08/4.17	c   4.2s|  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.38/4.45	c   4.4s|  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.48/4.55	c   4.5s|  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.58/4.61	c   4.6s|  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.58/4.68	c   4.7s|  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.68/4.76	c   4.8s|  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.88/5.01	c   5.0s|  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.99/5.08	c   5.1s|  2500 |   202 | 55887 |  21.9 |    36M |  20 | 238 |3004 | 312 |2364 |  1 |2922 | 789 | 1.900000e+01 | 2.500000e+01 |  31.58%|  84.98%
5.17/5.28	c   5.3s|  2600 |   209 | 57652 |  21.7 |    36M |  20 | 238 |3103 | 309 |2449 |  1 |3046 | 814 | 1.900000e+01 | 2.500000e+01 |  31.58%|  85.49%
5.27/5.37	c   5.4s|  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.37/5.46	c   5.5s|  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.57/5.65	c   5.7s|  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.77/5.85	c   5.8s|  3000 |   168 | 61525 |  20.1 |    36M |  20 | 238 |3366 | 313 |2577 |  1 |3523 | 969 | 1.900000e+01 | 2.500000e+01 |  31.58%|  86.95%
6.08/6.12	c   6.1s|  3100 |   182 | 63680 |  20.2 |    36M |  20 | 238 |3366 | 313 |2683 |  1 |3621 | 984 | 1.900000e+01 | 2.500000e+01 |  31.58%|  87.36%
6.17/6.26	c   6.3s|  3200 |   158 | 64693 |  19.8 |    36M |  20 | 238 |3353 | 309 |2705 |  1 |3724 |1009 | 1.900000e+01 | 2.500000e+01 |  31.58%|  88.46%
6.37/6.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.37/6.41	c   6.4s|  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.57/6.61	c   6.6s|  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.67/6.71	c   6.7s|  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.67/6.79	c   6.8s|  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.77/6.86	c   6.9s|  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.87/6.93	c   6.9s|  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.98/7.11	c   7.1s|  3900 |    89 | 72464 |  18.3 |    37M |  20 | 238 |3431 | 304 |2959 |  1 |4588 |1245 | 2.100000e+01 | 2.500000e+01 |  19.05%|  93.24%
7.17/7.21	c   7.2s|  4000 |    99 | 73567 |  18.1 |    37M |  20 | 238 |3450 |   0 |3037 |  0 |4696 |1259 | 2.100000e+01 | 2.500000e+01 |  19.05%|  93.38%
7.17/7.27	c   7.3s|  4100 |    96 | 74577 |  17.9 |    37M |  20 | 238 |3485 | 314 |3066 |  1 |4792 |1285 | 2.100000e+01 | 2.500000e+01 |  19.05%|  93.73%
7.27/7.39	c   7.4s|  4200 |    83 | 75522 |  17.7 |    37M |  20 | 238 |3406 | 308 |3099 |  1 |4889 |1302 | 2.100000e+01 | 2.500000e+01 |  19.05%|  93.86%
7.37/7.50	c   7.5s|  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.47/7.58	c   7.6s|  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.56/7.63	c   7.6s|  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.66/7.73	c   7.7s|  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.76/7.81	c   7.8s|  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.76/7.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.76/7.87	c   7.9s|  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.86/7.96	c   8.0s|  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.98/8.05	c   8.0s|  5000 |    70 | 83231 |  16.4 |    37M |  20 | 238 |3275 |   0 |3277 |  0 |5529 |1389 | 2.100000e+01 | 2.500000e+01 |  19.05%|  94.78%
8.08/8.16	c   8.2s|  5100 |    64 | 84195 |  16.3 |    37M |  20 | 238 |3229 | 316 |3336 |  1 |5586 |1397 | 2.100000e+01 | 2.500000e+01 |  19.05%|  95.15%
8.16/8.21	c   8.2s|  5200 |    52 | 84810 |  16.1 |    37M |  20 | 238 |3167 | 311 |3336 |  0 |5629 |1397 | 2.100000e+01 | 2.500000e+01 |  19.05%|  95.94%
8.16/8.26	c   8.3s|  5300 |    52 | 85615 |  15.9 |    37M |  20 | 238 |3159 | 315 |3373 |  1 |5686 |1405 | 2.300000e+01 | 2.500000e+01 |   8.70%|  96.40%
8.26/8.36	c   8.4s|  5400 |    56 | 86621 |  15.8 |    37M |  20 | 238 |3171 | 310 |3453 |  1 |5743 |1405 | 2.300000e+01 | 2.500000e+01 |   8.70%|  96.85%
8.36/8.42	c   8.4s|  5500 |    40 | 87539 |  15.7 |    37M |  20 | 238 |3159 |   0 |3453 |  0 |5812 |1405 | 2.300000e+01 | 2.500000e+01 |   8.70%|  97.16%
8.46/8.55	c   8.6s|  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.56/8.62	c   8.6s|  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.66/8.72	c   8.7s|  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.76/8.80	c   8.8s|  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.76/8.89	c   8.9s|  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.86/8.90	c 
8.86/8.90	c SCIP Status        : problem is solved [optimal solution found]
8.86/8.90	c Solving Time (sec) : 8.90
8.86/8.90	c Solving Nodes      : 6013
8.86/8.90	c Primal Bound       : +2.50000000000000e+01 (3 solutions)
8.86/8.90	c Dual Bound         : +2.50000000000000e+01
8.86/8.90	c Gap                : 0.00 %
8.86/8.90	s OPTIMUM FOUND
8.86/8.90	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.86/8.90	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.86/8.90	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.86/8.90	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.86/8.90	v x149 x150 x151 x152 -x153 x154 x155 x156 -x157 -x158 x159 -x160 -x161 -x162 x163 x164 x165 -x166 -x167 x168 -x169 -x170 
8.86/8.90	v -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x18 -x17 -x16 -x15 
8.86/8.90	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.86/8.90	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.86/8.90	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.86/8.90	v -x42 x41 -x40 x39 x38 x37 -x36 x35 -x34 x33 x32 -x31 -x6 x5 x4 -x3 -x2 x1 
8.86/8.90	c SCIP Status        : problem is solved [optimal solution found]
8.86/8.90	c Total Time         :       8.90
8.86/8.90	c   solving          :       8.90
8.86/8.90	c   presolving       :       0.02 (included in solving)
8.86/8.90	c   reading          :       0.00 (included in solving)
8.86/8.90	c   copying          :       0.64 (98 #copies) (minimal 0.00, maximal 0.01, average 0.01)
8.86/8.90	c Original Problem   :
8.86/8.90	c   Problem name     : HOME/instance-4432666-1721096683.opb
8.86/8.90	c   Variables        : 238 (238 binary, 0 integer, 0 implicit integer, 0 continuous)
8.86/8.90	c   Constraints      : 398 initial, 398 maximal
8.86/8.90	c   Objective        : minimize, 6 non-zeros (abs.min = 1, abs.max = 32)
8.86/8.90	c Presolved Problem  :
8.86/8.90	c   Problem name     : t_HOME/instance-4432666-1721096683.opb
8.86/8.90	c   Variables        : 238 (238 binary, 0 integer, 0 implicit integer, 0 continuous)
8.86/8.90	c   Constraints      : 272 initial, 3610 maximal
8.86/8.90	c   Objective        : minimize, 6 non-zeros (abs.min = 1, abs.max = 32)
8.86/8.90	c   Nonzeros         : 4230 constraint, 162 clique table
8.86/8.90	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
8.86/8.90	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.86/8.90	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.86/8.90	c   domcol           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
8.86/8.90	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.86/8.90	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.86/8.90	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.86/8.90	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
8.86/8.90	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.86/8.90	c   implics          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
8.86/8.90	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.86/8.90	c   milp             :       0.01       0.00      1          0          0          0          0          0        398        202          0          0
8.86/8.90	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.86/8.90	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.86/8.90	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
8.86/8.90	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.86/8.90	c   trivial          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
8.86/8.90	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.86/8.90	c   dualfix          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
8.86/8.90	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.86/8.90	c   probing          :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
8.86/8.90	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.86/8.90	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0         70          0          0
8.86/8.90	c   vbounds          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
8.86/8.90	c   knapsack         :       0.00       0.00      9          0          0          0          0          0          0          0          0          0
8.86/8.90	c   setppc           :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
8.86/8.90	c   linear           :       0.00       0.00      9          0          0          0          0          0          0          0          0          0
8.86/8.90	c   logicor          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.86/8.90	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.86/8.90	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
8.86/8.90	c   root node        :          -          -      -        153          -          -        153          -          -          -          -          -
8.86/8.90	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
8.86/8.90	c   benderslp        :          0          0          0          0       3767          0          0        147          0          0          0          0          0          0          0
8.86/8.90	c   integral         :          0          0          0          0       3767          0          0        147          0          0       2300          0          0       1838       6766
8.86/8.90	c   knapsack         :          6+        71         23      28655          0          0          0        141      14059        242       7048        167          1          0          0
8.86/8.90	c   setppc           :         70+       104         23      28356          0          0          0        112       1353         66       2983          0          0          0          0
8.86/8.90	c   linear           :        196+       253         23      28862          0          0          0         83      16419       4535     121076         10          0          0          0
8.86/8.90	c   logicor          :          0+      3205         23      12795          0          0          0          0       3877        507       3903          1          1          0          0
8.86/8.90	c   benders          :          0          0          0          0          0          0          0          5          0          0          0          0          0          0          0
8.86/8.90	c   fixedvar         :          0          0          0          0          0          0          0          5          0          0          0          0          0          0          0
8.86/8.90	c   countsols        :          0          0          0          0          0          0          0          5          0          0          0          0          0          0          0
8.86/8.90	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
8.86/8.90	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
8.86/8.90	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
8.86/8.90	c   integral         :       0.48       0.00       0.00       0.00       0.48       0.00       0.00       0.00       0.00       0.00
8.86/8.90	c   knapsack         :       0.10       0.00       0.00       0.09       0.00       0.00       0.00       0.00       0.00       0.01
8.86/8.90	c   setppc           :       0.02       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
8.86/8.90	c   linear           :       0.73       0.00       0.00       0.64       0.00       0.00       0.00       0.00       0.01       0.07
8.86/8.90	c   logicor          :       0.28       0.00       0.00       0.26       0.00       0.00       0.00       0.00       0.00       0.02
8.86/8.90	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
8.86/8.90	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
8.86/8.90	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
8.86/8.90	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
8.86/8.90	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
8.86/8.90	c   dualfix          :          1          0          0          0
8.86/8.90	c   genvbounds       :          0          0          0          0
8.86/8.90	c   nlobbt           :          0          0          0          0
8.86/8.90	c   obbt             :          0          0          0          0
8.86/8.90	c   probing          :          0          0          0          0
8.86/8.90	c   pseudoobj        :      20392       1476          6        707
8.86/8.90	c   redcost          :       8272          0          0         42
8.86/8.90	c   rootredcost      :          4          0          0          2
8.86/8.90	c   symmetry         :          0          0          0          0
8.86/8.90	c   vbounds          :      18310          0          0          0
8.86/8.90	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
8.86/8.90	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
8.86/8.90	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
8.86/8.90	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
8.86/8.90	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
8.86/8.90	c   probing          :       0.01       0.00       0.01       0.00       0.00       0.00
8.86/8.90	c   pseudoobj        :       0.02       0.00       0.00       0.01       0.00       0.00
8.86/8.90	c   redcost          :       0.03       0.00       0.00       0.03       0.00       0.00
8.86/8.90	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
8.86/8.90	c   symmetry         :       0.01       0.00       0.00       0.00       0.00       0.00
8.86/8.90	c   vbounds          :       0.03       0.00       0.00       0.03       0.00       0.00
8.86/8.90	c Symmetry           :
8.86/8.90	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
8.86/8.90	c   orbital reduction:          0 reductions applied,          0 cutoffs
8.86/8.90	c   lexicographic red:          0 reductions applied,          0 cutoffs
8.86/8.90	c   shadow tree time :       0.00 s
8.86/8.90	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
8.86/8.90	c   propagation      :       0.04       2561       2391          -      11674       17.5         78       13.8          -          -          -
8.86/8.90	c   infeasible LP    :       0.02        219        219          -        717       13.0         16        9.9        219       13.3          0
8.86/8.90	c   bound exceed. LP :       0.00         24         24          -         70       12.7          3        9.7         24       12.0         40
8.86/8.90	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
8.86/8.90	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
8.86/8.90	c   applied globally :       0.01          -          -          0       5867       14.7          -          -        242          -          -
8.86/8.90	c   applied locally  :          -          -          -          0          9       12.4          -          -          1          -          -
8.86/8.90	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
8.86/8.90	c   cut pool         :       0.55          -       1057         45          -          -      31929     134113          -          -          -          -          -    (maximal pool size:       7861)
8.86/8.90	c   aggregation      :       0.58       0.00        427         23          0          0      18223      50935       2422       1956       1596        360          0
8.86/8.90	c   > cmir           :          -          -          -          -          -          -          -      13651          5        197        197          0          -
8.86/8.90	c   > flowcover      :          -          -          -          -          -          -          -      35561          5       1333       1332          1          -
8.86/8.90	c   > knapsackcover  :          -          -          -          -          -          -          -       1723       2412        426         67        359          -
8.86/8.90	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.86/8.90	c   clique           :       0.00       0.00         23         23          0          0          0          0          0          0          0          0          0
8.86/8.90	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.86/8.90	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.86/8.90	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.86/8.90	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.86/8.90	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.86/8.90	c   gomory           :       0.63       0.00        402         10          0          0      16643      76323       1102       1381       1362         19          0
8.86/8.90	c   > gomorymi       :          -          -          -          -          -          -          -      37566        584        618        608         10          -
8.86/8.90	c   > strongcg       :          -          -          -          -          -          -          -      38757        518        763        754          9          -
8.86/8.90	c   impliedbounds    :       0.00       0.00        429         23          0          5         26        101          0         51         51          0          0
8.86/8.90	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.86/8.90	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.86/8.90	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.86/8.90	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
8.86/8.90	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.86/8.90	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.86/8.90	c   multilinear      :       0.00       0.00        464         23          0          0          0          0          0          0          0          0          0
8.86/8.90	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.86/8.90	c   rapidlearning    :       2.01       0.00         90          1          0        477          0          0          0          0          0          0        142
8.86/8.90	c   rlt              :       0.00       0.00        199         10          0          0          0          0          0          0          0          0          0
8.86/8.90	c   zerohalf         :       0.09       0.00        390         20          0          0        606       6754         45        318        313          5          0
8.86/8.90	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
8.86/8.90	c   hybrid           :       0.04       0.00        644         23       3711          2     134011        126          0      19375
8.86/8.90	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
8.86/8.90	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
8.86/8.90	c Pricers            :   ExecTime  SetupTime      Calls       Vars
8.86/8.90	c   problem variables:       0.00          -          0          0
8.86/8.90	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
8.86/8.90	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
8.86/8.90	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
8.86/8.90	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
8.86/8.90	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
8.86/8.90	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
8.86/8.90	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
8.86/8.90	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
8.86/8.90	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
8.86/8.90	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
8.86/8.90	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
8.86/8.90	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
8.86/8.90	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
8.86/8.90	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
8.86/8.90	c   relpscost        :       0.47       0.00       3767          0          0          0       2300          0       1903       6766
8.86/8.90	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
8.86/8.90	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
8.86/8.90	c   LP solutions     :       0.00          -          -          0          0
8.86/8.90	c   relax solutions  :       0.00          -          -          0          0
8.86/8.90	c   pseudo solutions :       0.00          -          -          0          0
8.86/8.90	c   strong branching :       0.00          -          -          0          0
8.86/8.90	c   actconsdiving    :       0.00       0.00          0          0          0
8.86/8.90	c   adaptivediving   :       0.06       0.00         37          0          0
8.86/8.90	c   alns             :       0.05       0.00          6          0          0
8.86/8.90	c   bound            :       0.00       0.00          0          0          0
8.86/8.90	c   clique           :       0.00       0.00          1          0          0
8.86/8.90	c   coefdiving       :       0.00       0.00          0          0          0
8.86/8.90	c   completesol      :       0.00       0.00          0          0          0
8.86/8.90	c   conflictdiving   :       0.06       0.00         63          0          0
8.86/8.90	c   crossover        :       0.00       0.00          0          0          0
8.86/8.90	c   dins             :       0.00       0.00          0          0          0
8.86/8.90	c   distributiondivin:       0.23       0.00         60          0          0
8.86/8.90	c   dps              :       0.00       0.00          0          0          0
8.86/8.90	c   dualval          :       0.00       0.00          0          0          0
8.86/8.90	c   farkasdiving     :       0.01       0.00          1          0          0
8.86/8.90	c   feasjump         :       0.02       0.00          1          0          0
8.86/8.90	c   feaspump         :       0.06       0.00         11          0          0
8.86/8.90	c   fixandinfer      :       0.00       0.00          0          0          0
8.86/8.90	c   fracdiving       :       0.06       0.00         65          0          0
8.86/8.90	c   gins             :       0.00       0.00          0          0          0
8.86/8.90	c   guideddiving     :       0.07       0.00         63          0          0
8.86/8.90	c   indcoefdiving    :       0.00       0.00          0          0          0
8.86/8.90	c   indicator        :       0.00       0.00          0          0          0
8.86/8.90	c   indicatordiving  :       0.00       0.00          0          0          0
8.86/8.90	c   indoneopt        :       0.00       0.00          0          0          0
8.86/8.90	c   indrounding      :       0.00       0.00          0          0          0
8.86/8.90	c   indtwoopt        :       0.00       0.00          0          0          0
8.86/8.90	c   intdiving        :       0.00       0.00          0          0          0
8.86/8.90	c   intshifting      :       0.00       0.00          0          0          0
8.86/8.90	c   linesearchdiving :       0.05       0.00         64          0          0
8.86/8.90	c   localbranching   :       0.00       0.00          0          0          0
8.86/8.90	c   locks            :       0.00       0.00          1          0          0
8.86/8.90	c   lpface           :       0.00       0.00          0          0          0
8.86/8.90	c   mpec             :       0.00       0.00          0          0          0
8.86/8.90	c   multistart       :       0.00       0.00          0          0          0
8.86/8.90	c   mutation         :       0.00       0.00          0          0          0
8.86/8.90	c   nlpdiving        :       0.00       0.00          0          0          0
8.86/8.90	c   objpscostdiving  :       0.03       0.00          3          0          0
8.86/8.90	c   octane           :       0.00       0.00          0          0          0
8.86/8.90	c   ofins            :       0.00       0.00          0          0          0
8.86/8.90	c   oneopt           :       0.00       0.00          3          0          0
8.86/8.90	c   padm             :       0.00       0.00          0          0          0
8.86/8.90	c   proximity        :       0.00       0.00          0          0          0
8.86/8.90	c   pscostdiving     :       0.06       0.00         64          0          0
8.86/8.90	c   randrounding     :       0.03       0.00        152          0          0
8.86/8.90	c   rens             :       0.01       0.00          1          0          0
8.86/8.90	c   reoptsols        :       0.00       0.00          0          0          0
8.86/8.90	c   repair           :       0.00       0.00          0          0          0
8.86/8.90	c   rins             :       0.01       0.00          1          0          0
8.86/8.90	c   rootsoldiving    :       0.03       0.00          8          0          0
8.86/8.90	c   rounding         :       0.01       0.00        912          0          0
8.86/8.90	c   scheduler        :       0.00       0.00          0          0          0
8.86/8.90	c   shiftandpropagate:       0.00       0.00          1          0          0
8.86/8.90	c   shifting         :       0.12       0.00        415          0          0
8.86/8.90	c   simplerounding   :       0.00       0.00          0          0          0
8.86/8.90	c   smallcard        :       0.00       0.00          0          0          0
8.86/8.90	c   subnlp           :       0.00       0.00          0          0          0
8.86/8.90	c   trivial          :       0.00       0.00          2          0          0
8.86/8.90	c   trivialnegation  :       0.00       0.00          0          0          0
8.86/8.90	c   trustregion      :       0.00       0.00          0          0          0
8.86/8.90	c   trysol           :       0.00       0.00          0          0          0
8.86/8.90	c   twoopt           :       0.00       0.00          0          0          0
8.86/8.90	c   undercover       :       0.00       0.00          0          0          0
8.86/8.90	c   vbounds          :       0.00       0.00          1          0          0
8.86/8.90	c   veclendiving     :       0.04       0.00         65          1          1
8.86/8.90	c   zeroobj          :       0.00       0.00          0          0          0
8.86/8.90	c   zirounding       :       0.01       0.00       1000          0          0
8.86/8.90	c   other solutions  :          -          -          -          0          -
8.86/8.90	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
8.86/8.90	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.86/8.90	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.86/8.90	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.86/8.90	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.86/8.90	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.86/8.90	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.86/8.90	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.86/8.90	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.86/8.90	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.86/8.90	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
8.86/8.90	c   primal LP        :       0.03        306          0       0.00       0.00       0.03        306
8.86/8.90	c   dual LP          :       1.20       4653      66846      14.75   55849.84       0.01        122
8.86/8.90	c   lex dual LP      :       0.00          0          0       0.00          -
8.86/8.90	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
8.86/8.90	c   resolve instable :       0.00          0          0       0.00          -
8.86/8.90	c   diving/probing LP:       0.33       1019      26178      25.69   79079.01
8.86/8.90	c   strong branching :       0.13       1408       6094       4.33   45403.07          -          -          0
8.86/8.90	c     (at root node) :          -         38       1488      39.16          -
8.86/8.90	c   conflict analysis:       0.00          4         40      10.00          -
8.86/8.90	c B&B Tree           :
8.86/8.90	c   number of runs   :          1
8.86/8.90	c   nodes            :       6013 (3383 internal, 2630 leaves)
8.86/8.90	c   feasible leaves  :          0
8.86/8.90	c   infeas. leaves   :       2623
8.86/8.90	c   objective leaves :          7
8.86/8.90	c   nodes (total)    :       6013 (3383 internal, 2630 leaves)
8.86/8.90	c   nodes left       :          0
8.86/8.90	c   max depth        :         20
8.86/8.90	c   max depth (total):         20
8.86/8.90	c   backtracks       :       2110 (35.1%)
8.86/8.90	c   early backtracks :          0 (0.0%)
8.86/8.90	c   nodes exc. ref.  :          0 (0.0%)
8.86/8.90	c   delayed cutoffs  :        708
8.86/8.90	c   repropagations   :       2064 (18785 domain reductions, 491 cutoffs)
8.86/8.90	c   avg switch length:       5.56
8.86/8.90	c   switching time   :       0.67
8.86/8.90	c Root Node          :
8.86/8.90	c   First LP value   : +6.00000000000000e+00
8.86/8.90	c   First LP Iters   :        156 (167741.94 Iter/sec)
8.86/8.90	c   First LP Time    :       0.00
8.86/8.90	c   Final Dual Bound : +8.02083333333334e+00
8.86/8.90	c   Final Root Iters :       1214
8.86/8.90	c   Root LP Estimate : +2.23714841488328e+01
8.86/8.90	c Solution           :
8.86/8.90	c   Solutions found  :          3 (3 improvements)
8.86/8.90	c   First Solution   : +5.80000000000000e+01   (in run 1, after 79 nodes, 0.90 seconds, depth 34, found by <veclendiving>)
8.86/8.90	c   Gap First Sol.   :     623.12 %
8.86/8.90	c   Gap Last Sol.    :     211.69 %
8.86/8.90	c   Primal Bound     : +2.50000000000000e+01   (in run 1, after 190 nodes, 1.57 seconds, depth 5, found by <relaxation>)
8.86/8.90	c   Dual Bound       : +2.50000000000000e+01
8.86/8.90	c   Gap              :       0.00 %
8.86/8.90	c Integrals          :      Total       Avg%
8.86/8.90	c   primal-dual      :     594.12      66.77
8.86/8.90	c   primal-ref       :          -          - (not evaluated)
8.86/8.90	c   dual-ref         :          -          - (not evaluated)
8.86/8.91	c Time complete: 8.88284.

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: 64059 MiB (61272 MiB free)
  memory of node 1: 64510 MiB (62422 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432666-1721096683/watcher-4432666-1721096683 -o /tmp/evaluation-result-4432666-1721096683/solver-4432666-1721096683 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721091858-820499 --watchdog 3760 pbscip -f HOME/instance-4432666-1721096683.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=822853, runsolver pid=822850

[startup+0.100101 s]*
/proc/loadavg: 4.69 4.29 4.21 5/244 822854
/proc/meminfo: memFree=126648880/131655788 swapFree=131071996/131071996
[pid=822853] ppid=822850 vsize=69992 memory=30384 CPUtime=0.1 cores=1,3
/proc/822853/stat : 822853 (pbscip) R 822850 822853 820487 0 -1 4194304 3992 0 0 0 10 0 0 0 20 0 1 0 161824748 71671808 7596 134679101440 4194304 18693293 140731745962496 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 38277120 140731745969156 140731745969255 140731745969255 140731745976270 0
/proc/822853/statm: 17498 7596 3981 3540 0 5755 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 69992 KiB
Current children cumulated memory: 30384 KiB

[startup+0.213086 s]*
/proc/loadavg: 4.69 4.29 4.21 5/244 822854
/proc/meminfo: memFree=126645856/131655788 swapFree=131071996/131071996
[pid=822853] ppid=822850 vsize=71988 memory=33428 CPUtime=0.22 cores=1,3
/proc/822853/stat : 822853 (pbscip) R 822850 822853 820487 0 -1 4194304 4693 0 0 0 21 1 0 0 20 0 1 0 161824748 73715712 8357 134679101440 4194304 18693293 140731745962496 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 38277120 140731745969156 140731745969255 140731745969255 140731745976270 0
/proc/822853/statm: 17997 8357 4019 3540 0 6254 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 71988 KiB
Current children cumulated memory: 33428 KiB

[startup+0.312905 s]*
/proc/loadavg: 4.69 4.29 4.21 5/244 822854
/proc/meminfo: memFree=126643560/131655788 swapFree=131071996/131071996
[pid=822853] ppid=822850 vsize=74452 memory=35540 CPUtime=0.32 cores=1,3
/proc/822853/stat : 822853 (pbscip) R 822850 822853 820487 0 -1 4194304 5255 0 0 0 31 1 0 0 20 0 1 0 161824748 76238848 8885 134679101440 4194304 18693293 140731745962496 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 38277120 140731745969156 140731745969255 140731745969255 140731745976270 0
/proc/822853/statm: 18613 8885 4019 3540 0 6870 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 74452 KiB
Current children cumulated memory: 35540 KiB

[startup+0.700345 s]
/proc/loadavg: 4.69 4.29 4.21 5/244 822854
/proc/meminfo: memFree=126636364/131655788 swapFree=131071996/131071996
[pid=822853] ppid=822850 vsize=88160 memory=48740 CPUtime=0.68 cores=1,3
/proc/822853/stat : 822853 (pbscip) R 822850 822853 820487 0 -1 4194304 8517 0 0 0 67 1 0 0 20 0 1 0 161824748 90275840 12185 134679101440 4194304 18693293 140731745962496 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 38277120 140731745969156 140731745969255 140731745969255 140731745976270 0
/proc/822853/statm: 22040 12185 4019 3540 0 10297 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 88160 KiB
Current children cumulated memory: 48740 KiB

[startup+1.50033 s]
/proc/loadavg: 4.69 4.29 4.21 5/244 822854
/proc/meminfo: memFree=126628272/131655788 swapFree=131071996/131071996
[pid=822853] ppid=822850 vsize=91760 memory=52700 CPUtime=1.48 cores=1,3
/proc/822853/stat : 822853 (pbscip) R 822850 822853 820487 0 -1 4194304 9510 0 0 0 147 1 0 0 20 0 1 0 161824748 93962240 13175 134679101440 4194304 18693293 140731745962496 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 38277120 140731745969156 140731745969255 140731745969255 140731745976270 0
/proc/822853/statm: 22940 13175 4019 3540 0 11197 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 91760 KiB
Current children cumulated memory: 52700 KiB

[startup+3.11293 s]
/proc/loadavg: 4.63 4.28 4.21 5/244 822854
/proc/meminfo: memFree=126624336/131655788 swapFree=131071996/131071996
[pid=822853] ppid=822850 vsize=93476 memory=54028 CPUtime=3.09 cores=1,3
/proc/822853/stat : 822853 (pbscip) R 822850 822853 820487 0 -1 4194304 10255 0 0 0 308 1 0 0 20 0 1 0 161824748 95719424 13507 134679101440 4194304 18693293 140731745962496 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 38277120 140731745969156 140731745969255 140731745969255 140731745976270 0
/proc/822853/statm: 23369 13507 4019 3540 0 11626 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 93476 KiB
Current children cumulated memory: 54028 KiB

[startup+6.30031 s]
/proc/loadavg: 4.63 4.28 4.21 5/244 822854
/proc/meminfo: memFree=126610740/131655788 swapFree=131071996/131071996
[pid=822853] ppid=822850 vsize=102828 memory=63352 CPUtime=6.27 cores=1,3
/proc/822853/stat : 822853 (pbscip) R 822850 822853 820487 0 -1 4194304 13094 0 0 0 625 2 0 0 20 0 1 0 161824748 105295872 15838 134679101440 4194304 18693293 140731745962496 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 38277120 140731745969156 140731745969255 140731745969255 140731745976270 0
/proc/822853/statm: 25707 15838 4019 3540 0 13964 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 102828 KiB
Current children cumulated memory: 63352 KiB

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

# cumulated CPU time of all completed processes:  user=8.86116 s, system=0.027859 s

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

[startup+6.40035 s]
/proc/loadavg: 4.63 4.28 4.21 5/244 822854
/proc/meminfo: memFree=126610740/131655788 swapFree=131071996/131071996
[pid=822853] ppid=822850 vsize=102828 memory=63352 CPUtime=6.37 cores=1,3
/proc/822853/stat : 822853 (pbscip) R 822850 822853 820487 0 -1 4194304 13094 0 0 0 635 2 0 0 20 0 1 0 161824748 105295872 15838 134679101440 4194304 18693293 140731745962496 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 38277120 140731745969156 140731745969255 140731745969255 140731745976270 0
/proc/822853/statm: 25707 15838 4019 3540 0 13964 0
Current children cumulated CPU time: 6.37 s
Current children cumulated vsize: 102828 KiB
Current children cumulated memory: 63352 KiB

[startup+8.00028 s]*
/proc/loadavg: 4.58 4.28 4.21 5/244 822854
/proc/meminfo: memFree=126604412/131655788 swapFree=131071996/131071996
[pid=822853] ppid=822850 vsize=102828 memory=63352 CPUtime=7.98 cores=1,3
/proc/822853/stat : 822853 (pbscip) R 822850 822853 820487 0 -1 4194304 13095 0 0 0 796 2 0 0 20 0 1 0 161824748 105295872 15838 134679101440 4194304 18693293 140731745962496 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 38277120 140731745969156 140731745969255 140731745969255 140731745976270 0
/proc/822853/statm: 25707 15838 4019 3540 0 13964 0
Current children cumulated CPU time: 7.98 s
Current children cumulated vsize: 102828 KiB
Current children cumulated memory: 63352 KiB

[startup+8.40029 s]
/proc/loadavg: 4.58 4.28 4.21 5/244 822854
/proc/meminfo: memFree=126604412/131655788 swapFree=131071996/131071996
[pid=822853] ppid=822850 vsize=102828 memory=63352 CPUtime=8.36 cores=1,3
/proc/822853/stat : 822853 (pbscip) R 822850 822853 820487 0 -1 4194304 13095 0 0 0 834 2 0 0 20 0 1 0 161824748 105295872 15838 134679101440 4194304 18693293 140731745962496 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 38277120 140731745969156 140731745969255 140731745969255 140731745976270 0
/proc/822853/statm: 25707 15838 4019 3540 0 13964 0
Current children cumulated CPU time: 8.36 s
Current children cumulated vsize: 102828 KiB
Current children cumulated memory: 63352 KiB

[startup+8.80029 s]
/proc/loadavg: 4.58 4.28 4.21 5/244 822854
/proc/meminfo: memFree=126604412/131655788 swapFree=131071996/131071996
[pid=822853] ppid=822850 vsize=103912 memory=64408 CPUtime=8.76 cores=1,3
/proc/822853/stat : 822853 (pbscip) R 822850 822853 820487 0 -1 4194304 13351 0 0 0 874 2 0 0 20 0 1 0 161824748 106405888 16102 134679101440 4194304 18693293 140731745962496 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 38277120 140731745969156 140731745969255 140731745969255 140731745976270 0
/proc/822853/statm: 25978 16102 4019 3540 0 14235 0
Current children cumulated CPU time: 8.76 s
Current children cumulated vsize: 103912 KiB
Current children cumulated memory: 64408 KiB

[startup+8.90028 s]
/proc/loadavg: 4.58 4.28 4.21 5/244 822854
/proc/meminfo: memFree=126604412/131655788 swapFree=131071996/131071996
[pid=822853] ppid=822850 vsize=103912 memory=64408 CPUtime=8.86 cores=1,3
/proc/822853/stat : 822853 (pbscip) R 822850 822853 820487 0 -1 4194304 13351 0 0 0 884 2 0 0 20 0 1 0 161824748 106405888 16102 134679101440 4194304 18693293 140731745962496 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 38277120 140731745969156 140731745969255 140731745969255 140731745976270 0
/proc/822853/statm: 25978 16102 4019 3540 0 14235 0
Current children cumulated CPU time: 8.86 s
Current children cumulated vsize: 103912 KiB
Current children cumulated memory: 64408 KiB

Child status: 0

Real time (s): 8.91984
CPU time (s): 8.88902
CPU user time (s): 8.86116
CPU system time (s): 0.027859
CPU usage (%): 99.6545
Max. virtual memory (cumulated for all children) (KiB): 103912
Max. memory (cumulated for all children) (KiB): 64408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.86116
system time used= 0.027859
maximum resident set size= 64408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13357
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= 10
involuntary context switches= 23


# summary of solver processes directly reported to runsolver:
#   pid: 822853
#   total CPU time (s): 8.88902
#   total CPU user time (s): 8.86116
#   total CPU system time (s): 0.027859

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.071234 second user time and 0.147825 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-16 04:24:55
IDJOB=4432666
IDBENCH=147618
IDSOLVER=3059
FILE ID=nodeC008/4432666-1721096683
RUNJOBID= nodeC008-1721091858-820499
SLURM_JOB_ID= 7505586
Free space on /tmp= 723712 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 --file-size-limit 102400 -w /tmp/evaluation-result-4432666-1721096683/watcher-4432666-1721096683 -o /tmp/evaluation-result-4432666-1721096683/solver-4432666-1721096683 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721091858-820499 --watchdog 3760  pbscip -f HOME/instance-4432666-1721096683.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 31239eff399a5786b9ac75ec6014d884
RANDOM SEED=44293131

nodeC008.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3577.653
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.91
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		: 2775.634
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
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.275
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.244
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
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		: 3537.408
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.91
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		: 3492.983
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
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.374
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.468
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        126663924 kB
MemAvailable:   126933060 kB
Buffers:          399224 kB
Cached:           714172 kB
SwapCached:            0 kB
Active:           627956 kB
Inactive:        3839528 kB
Active(anon):       1476 kB
Inactive(anon):  3390316 kB
Active(file):     626480 kB
Inactive(file):   449212 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             18780 kB
Writeback:           140 kB
AnonPages:       3354088 kB
Mapped:           139216 kB
Shmem:             37704 kB
KReclaimable:      66948 kB
Slab:             160412 kB
SReclaimable:      66948 kB
SUnreclaim:        93464 kB
KernelStack:        3872 kB
PageTables:        16408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    3750192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51616 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1515520 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      170824 kB
DirectMap2M:    19656704 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723692 MiB
End job on nodeC008 at 2024-07-16 04:25:05