Trace number 4497983

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-07OPT3 9.9527 10.1586

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=103-P1=127-P2=263-P3=461-P4=191-P5=277-B.opb
MD5SUM71712cdcc38fa7c4381aa6b1a1b0da23
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.071183
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables135
Total number of constraints11
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 constraints11
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)405
Sum of products size (including duplicates)810
Number of different products405
Sum of products size810

Solver Data

0.00/0.14	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.14	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.14	c 
0.00/0.14	c user parameter file <scip.set> not found - using default parameters
0.00/0.14	c reading problem <HOME/instance-4497983-1751268233.opb>
0.00/0.14	c original problem has 540 variables (135 bin, 0 int, 405 impl, 0 cont) and 421 constraints
0.00/0.14	c problem read in 0.00
0.00/0.15	c presolving:
0.00/0.15	c (round 1, fast)       16 del vars, 0 del conss, 4 add conss, 0 chg bounds, 0 chg sides, 42 chg coeffs, 0 upgd conss, 0 impls, 720 clqs
0.00/0.15	c (round 2, fast)       108 del vars, 81 del conss, 8 add conss, 0 chg bounds, 0 chg sides, 123 chg coeffs, 0 upgd conss, 0 impls, 637 clqs
0.00/0.15	c (round 3, fast)       109 del vars, 82 del conss, 8 add conss, 0 chg bounds, 0 chg sides, 124 chg coeffs, 0 upgd conss, 0 impls, 636 clqs
0.00/0.15	c (round 4, exhaustive) 110 del vars, 83 del conss, 8 add conss, 0 chg bounds, 0 chg sides, 124 chg coeffs, 0 upgd conss, 0 impls, 634 clqs
0.00/0.16	c (round 5, exhaustive) 110 del vars, 87 del conss, 8 add conss, 0 chg bounds, 0 chg sides, 124 chg coeffs, 0 upgd conss, 0 impls, 634 clqs
0.00/0.16	c (round 6, exhaustive) 110 del vars, 87 del conss, 8 add conss, 0 chg bounds, 0 chg sides, 124 chg coeffs, 10 upgd conss, 0 impls, 634 clqs
0.00/0.16	c    (0.0s) probing: 51/440 (11.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.16	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.16	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.16	c    (0.0s) no symmetry present (symcode time: 0.00)
0.00/0.16	c presolving (7 rounds: 7 fast, 4 medium, 4 exhaustive):
0.00/0.16	c  110 deleted vars, 87 deleted constraints, 8 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 124 changed coefficients
0.00/0.16	c  0 implications, 634 cliques
0.00/0.16	c presolved problem has 440 variables (123 bin, 0 int, 317 impl, 0 cont) and 337 constraints
0.00/0.16	c     317 constraints of type <and>
0.00/0.16	c       5 constraints of type <linear>
0.00/0.16	c      10 constraints of type <logicor>
0.00/0.16	c       5 constraints of type <pseudoboolean>
0.00/0.16	c transformed objective value is always integral (scale: 2)
0.00/0.16	c Presolving Time: 0.02
0.00/0.16	c - non default parameters ----------------------------------------------------------------------
0.00/0.16	c # SCIP version 10.0.0
0.00/0.16	c 
0.00/0.16	c # maximal time in seconds to run
0.00/0.16	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.16	c limits/time = 3596.994072
0.00/0.16	c 
0.00/0.16	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.16	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.16	c limits/memory = 27900
0.00/0.16	c 
0.00/0.16	c # belongs reading time to solving time?
0.00/0.16	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.16	c timing/reading = TRUE
0.00/0.16	c 
0.00/0.16	c -----------------------------------------------------------------------------------------------
0.00/0.16	c start solving
0.00/0.16	c 
0.08/0.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.08/0.24	c   0.1s|     1 |     0 |    13 |     - |  6938k |   0 | 440 | 344 | 649 |   0 |  0 |   6 |   0 | 3.000000e+00 |      --      |    Inf | unknown
0.17/0.32	c   0.2s|     1 |     0 |  1516 |     - |  7263k |   0 | 440 | 346 | 655 |   6 |  1 |   8 |   0 | 3.000000e+00 |      --      |    Inf | unknown
0.17/0.35	c   0.2s|     1 |     0 |  1534 |     - |  7514k |   0 | 440 | 346 | 662 |  13 |  2 |   8 |   0 | 3.000000e+00 |      --      |    Inf | unknown
0.17/0.37	c   0.2s|     1 |     0 |  1549 |     - |  7738k |   0 | 440 | 346 | 667 |  18 |  3 |   8 |   0 | 3.000000e+00 |      --      |    Inf | unknown
0.27/0.46	c   0.3s|     1 |     0 |  1569 |     - |  8414k |   0 | 440 | 346 | 677 |  28 |  4 |   8 |   0 | 3.000000e+00 |      --      |    Inf | unknown
0.37/0.55	c   0.4s|     1 |     0 |  1590 |     - |  9363k |   0 | 440 | 346 | 687 |  38 |  5 |   8 |   0 | 3.000000e+00 |      --      |    Inf | unknown
0.37/0.60	c   0.5s|     1 |     0 |  1609 |     - |    10M |   0 | 440 | 346 | 693 |  44 |  6 |   8 |   0 | 3.000000e+00 |      --      |    Inf | unknown
0.46/0.67	c   0.5s|     1 |     0 |  1624 |     - |    11M |   0 | 440 | 346 | 698 |  49 |  7 |   8 |   0 | 3.000000e+00 |      --      |    Inf | unknown
0.54/0.72	c   0.6s|     1 |     0 |  1636 |     - |    11M |   0 | 440 | 346 | 703 |  54 |  8 |   8 |   0 | 3.000000e+00 |      --      |    Inf | unknown
0.64/0.81	c   0.7s|     1 |     0 |  1669 |     - |    13M |   0 | 440 | 346 | 709 |  60 |  9 |   8 |   0 | 3.000000e+00 |      --      |    Inf | unknown
0.64/0.90	c   0.8s|     1 |     0 |  1693 |     - |    13M |   0 | 440 | 346 | 720 |  71 | 10 |   8 |   0 | 3.000000e+00 |      --      |    Inf | unknown
0.74/0.92	c   0.8s|     1 |     0 |  1707 |     - |    14M |   0 | 440 | 346 |  99 |  79 | 11 |   8 |   0 | 3.000000e+00 |      --      |    Inf | unknown
0.74/0.92	c   0.8s|     1 |     0 |  1707 |     - |    14M |   0 | 440 | 346 |  99 |  79 | 11 |   8 |   0 | 3.000000e+00 |      --      |    Inf | unknown
0.74/0.97	c   0.8s|     1 |     2 |  2314 |     - |    14M |   0 | 440 | 351 |  99 |  79 | 11 |  13 |   5 | 3.000000e+00 |      --      |    Inf | unknown
1.13/1.38	c   1.2s|   100 |    87 |  3430 |  17.4 |    15M |  44 | 440 | 356 | 164 | 453 |  2 |  18 |   5 | 3.000000e+00 |      --      |    Inf | unknown
1.33/1.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.33/1.56	c   1.4s|   200 |   141 |  5111 |  17.1 |    16M |  50 | 440 | 361 |   0 |1021 |  0 |  23 |  11 | 3.000000e+00 |      --      |    Inf | unknown
1.43/1.69	c   1.6s|   300 |   203 |  6551 |  16.2 |    17M |  60 | 440 | 361 | 223 |1508 |  3 |  23 |  14 | 3.000000e+00 |      --      |    Inf | unknown
1.63/1.87	c   1.7s|   400 |   271 |  8308 |  16.5 |    18M |  60 | 440 | 364 | 153 |2174 |  2 |  26 |  14 | 3.000000e+00 |      --      |    Inf | unknown
1.84/2.02	c   1.9s|   500 |   332 |  9905 |  16.4 |    18M |  60 | 440 | 375 |   0 |2675 |  0 |  37 |  21 | 3.000000e+00 |      --      |    Inf | unknown
2.03/2.21	c   2.1s|   600 |   412 | 11859 |  16.9 |    18M |  60 | 440 | 383 | 155 |3280 |  2 |  45 |  48 | 3.000000e+00 |      --      |    Inf | unknown
2.13/2.33	c   2.2s|   700 |   484 | 12995 |  16.1 |    18M |  60 | 440 | 387 |   0 |3654 |  0 |  49 |  49 | 3.000000e+00 |      --      |    Inf | unknown
2.23/2.44	c   2.3s|   800 |   543 | 14344 |  15.8 |    18M |  60 | 440 | 387 | 198 |4156 |  3 |  49 |  50 | 3.000000e+00 |      --      |    Inf | unknown
2.32/2.56	c   2.4s|   900 |   618 | 15293 |  15.1 |    18M |  60 | 440 | 387 | 147 |4481 |  2 |  49 |  58 | 3.000000e+00 |      --      |    Inf | unknown
2.42/2.66	c   2.5s|  1000 |   696 | 16382 |  14.7 |    19M |  60 | 440 | 387 | 128 |4795 |  2 |  49 |  65 | 3.000000e+00 |      --      |    Inf | unknown
2.62/2.82	c   2.7s|  1100 |   782 | 18276 |  15.1 |    19M |  60 | 440 | 396 | 178 |5331 |  2 |  58 |  81 | 3.000000e+00 |      --      |    Inf | unknown
2.72/2.95	c   2.8s|  1200 |   856 | 19512 |  14.8 |    19M |  65 | 440 | 404 | 117 |5734 |  2 |  66 |  89 | 3.000000e+00 |      --      |    Inf | unknown
2.83/3.09	c   2.9s|  1300 |   913 | 21022 |  14.9 |    19M |  65 | 440 | 414 | 114 |6172 |  1 |  76 | 108 | 3.000000e+00 |      --      |    Inf | unknown
3.02/3.21	c   3.1s|  1400 |   995 | 22531 |  14.9 |    19M |  65 | 440 | 414 | 192 |6567 |  3 |  76 | 137 | 3.000000e+00 |      --      |    Inf | unknown
3.02/3.28	c   3.1s|  1500 |  1051 | 23365 |  14.4 |    19M |  65 | 440 | 417 | 126 |6778 |  2 |  79 | 146 | 3.000000e+00 |      --      |    Inf | unknown
3.12/3.38	c   3.2s|  1600 |  1124 | 24452 |  14.2 |    20M |  65 | 440 | 422 | 102 |7128 |  2 |  84 | 154 | 3.000000e+00 |      --      |    Inf | unknown
3.22/3.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.22/3.49	c   3.3s|  1700 |  1205 | 25541 |  14.0 |    20M |  65 | 440 | 426 | 202 |7571 |  2 |  88 | 154 | 3.000000e+00 |      --      |    Inf | unknown
3.32/3.58	c   3.4s|  1800 |  1272 | 26769 |  13.9 |    20M |  65 | 440 | 440 | 146 |8049 |  4 | 102 | 154 | 3.000000e+00 |      --      |    Inf | unknown
3.52/3.78	c   3.6s|  1900 |  1317 | 28728 |  14.2 |    21M |  65 | 440 | 462 | 194 |8651 |  2 | 124 | 194 | 3.000000e+00 |      --      |    Inf | unknown
3.62/3.85	c   3.7s|  2000 |  1360 | 29768 |  14.0 |    22M |  65 | 440 | 463 | 207 |9048 |  2 | 125 | 196 | 3.000000e+00 |      --      |    Inf | unknown
3.72/3.96	c   3.8s|  2100 |  1408 | 31126 |  14.0 |    22M |  66 | 440 | 476 | 149 |9422 |  1 | 138 | 212 | 3.000000e+00 |      --      |    Inf | unknown
3.83/4.05	c   3.9s|  2200 |  1469 | 32293 |  13.9 |    23M |  66 | 440 | 484 | 197 |9769 |  2 | 146 | 221 | 3.000000e+00 |      --      |    Inf | unknown
3.93/4.11	c   4.0s|  2300 |  1510 | 33272 |  13.7 |    23M |  66 | 440 | 493 |   0 |  10k|  0 | 155 | 230 | 3.000000e+00 |      --      |    Inf | unknown
3.93/4.18	c   4.0s|  2400 |  1574 | 34225 |  13.6 |    23M |  66 | 440 | 506 | 154 |  10k|  1 | 168 | 230 | 3.000000e+00 |      --      |    Inf | unknown
4.01/4.26	c   4.1s|  2500 |  1625 | 35390 |  13.5 |    23M |  66 | 440 | 517 |  89 |  10k|  1 | 179 | 230 | 3.000000e+00 |      --      |    Inf | unknown
4.11/4.38	c   4.2s|  2600 |  1697 | 37035 |  13.6 |    23M |  66 | 440 | 520 | 177 |  11k|  2 | 182 | 242 | 3.000000e+00 |      --      |    Inf | unknown
4.21/4.48	c   4.3s|  2700 |  1742 | 38334 |  13.6 |    23M |  66 | 440 | 541 |   0 |  11k|  0 | 203 | 249 | 3.000000e+00 |      --      |    Inf | unknown
4.41/4.62	c   4.5s|  2800 |  1799 | 40249 |  13.8 |    23M |  66 | 440 | 556 | 158 |  12k|  2 | 218 | 255 | 3.000000e+00 |      --      |    Inf | unknown
4.51/4.72	c   4.6s|  2900 |  1858 | 41627 |  13.8 |    24M |  66 | 440 | 580 | 237 |  12k|  2 | 242 | 255 | 3.000000e+00 |      --      |    Inf | unknown
4.61/4.81	c   4.7s|  3000 |  1888 | 42630 |  13.6 |    25M |  66 | 440 | 591 | 168 |  13k|  2 | 253 | 255 | 3.000000e+00 |      --      |    Inf | unknown
4.71/4.92	c   4.8s|  3100 |  1932 | 43757 |  13.6 |    25M |  66 | 440 | 596 | 194 |  13k|  3 | 258 | 255 | 3.000000e+00 |      --      |    Inf | unknown
4.82/5.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.82/5.02	c   4.9s|  3200 |  1995 | 45416 |  13.7 |    25M |  66 | 440 | 611 | 171 |  13k|  2 | 273 | 258 | 3.000000e+00 |      --      |    Inf | unknown
4.92/5.18	c   5.0s|  3300 |  2045 | 47160 |  13.8 |    27M |  66 | 440 | 637 | 161 |  14k|  2 | 301 | 328 | 3.000000e+00 |      --      |    Inf | unknown
5.01/5.29	c   5.1s|  3400 |  2086 | 48563 |  13.8 |    27M |  66 | 440 | 651 | 189 |  14k|  2 | 315 | 346 | 3.000000e+00 |      --      |    Inf | unknown
5.21/5.40	c   5.3s|  3500 |  2121 | 49412 |  13.6 |    27M |  66 | 440 | 659 | 147 |  15k|  2 | 324 | 346 | 3.000000e+00 |      --      |    Inf | unknown
5.21/5.49	c   5.3s|  3600 |  2189 | 50257 |  13.5 |    27M |  66 | 440 | 659 | 150 |  15k|  2 | 324 | 346 | 3.000000e+00 |      --      |    Inf | unknown
5.30/5.58	c   5.4s|  3700 |  2247 | 51277 |  13.4 |    27M |  66 | 440 | 664 | 145 |  16k|  2 | 329 | 346 | 3.000000e+00 |      --      |    Inf | unknown
5.41/5.67	c   5.5s|  3800 |  2284 | 52204 |  13.3 |    27M |  66 | 440 | 670 | 122 |  16k|  2 | 335 | 346 | 3.000000e+00 |      --      |    Inf | unknown
5.51/5.75	c   5.6s|  3900 |  2352 | 53171 |  13.2 |    27M |  66 | 440 | 674 | 209 |  17k|  2 | 339 | 346 | 3.000000e+00 |      --      |    Inf | unknown
5.61/5.83	c   5.7s|  4000 |  2395 | 54057 |  13.1 |    27M |  68 | 440 | 682 | 178 |  17k|  2 | 347 | 363 | 3.000000e+00 |      --      |    Inf | unknown
5.71/5.91	c   5.8s|  4100 |  2457 | 54992 |  13.0 |    28M |  68 | 440 | 704 | 142 |  17k|  2 | 369 | 363 | 3.000000e+00 |      --      |    Inf | unknown
5.82/6.05	c   5.9s|  4200 |  2511 | 56292 |  13.0 |    29M |  68 | 440 | 726 | 137 |  18k|  2 | 392 | 364 | 3.000000e+00 |      --      |    Inf | unknown
5.92/6.17	c   6.0s|  4300 |  2578 | 57627 |  13.0 |    29M |  68 | 440 | 736 | 114 |  18k|  1 | 402 | 430 | 3.000000e+00 |      --      |    Inf | unknown
6.01/6.24	c   6.1s|  4400 |  2621 | 58230 |  12.8 |    29M |  68 | 440 | 742 |   0 |  19k|  0 | 408 | 430 | 3.000000e+00 |      --      |    Inf | unknown
6.11/6.38	c   6.2s|  4500 |  2681 | 59638 |  12.9 |    31M |  68 | 440 | 742 | 171 |  19k|  1 | 408 | 463 | 3.000000e+00 |      --      |    Inf | unknown
6.41/6.60	c   6.5s|  4600 |  2744 | 61318 |  13.0 |    32M |  68 | 440 | 745 |  99 |  20k|  1 | 411 | 498 | 3.000000e+00 |      --      |    Inf | unknown
6.51/6.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.51/6.72	c   6.6s|  4700 |  2813 | 62368 |  12.9 |    32M |  68 | 440 | 753 |   0 |  20k|  0 | 419 | 505 | 3.000000e+00 |      --      |    Inf | unknown
6.60/6.81	c   6.7s|  4800 |  2867 | 63553 |  12.9 |    32M |  68 | 440 | 775 |   0 |  21k|  0 | 441 | 505 | 3.000000e+00 |      --      |    Inf | unknown
6.60/6.89	c   6.8s|  4900 |  2914 | 64539 |  12.8 |    32M |  68 | 440 | 788 | 119 |  21k|  2 | 454 | 513 | 3.000000e+00 |      --      |    Inf | unknown
6.70/7.00	c   6.9s|  5000 |  2977 | 65780 |  12.8 |    32M |  68 | 440 | 807 |   0 |  21k|  0 | 473 | 513 | 3.000000e+00 |      --      |    Inf | unknown
6.82/7.08	c   6.9s|  5100 |  3020 | 66613 |  12.7 |    32M |  68 | 440 | 815 | 121 |  22k|  2 | 481 | 513 | 3.000000e+00 |      --      |    Inf | unknown
6.92/7.16	c   7.0s|  5200 |  3075 | 67695 |  12.7 |    32M |  68 | 440 | 823 | 115 |  22k|  2 | 489 | 524 | 3.000000e+00 |      --      |    Inf | unknown
7.00/7.27	c   7.1s|  5300 |  3135 | 68759 |  12.7 |    32M |  68 | 440 | 832 | 164 |  23k|  2 | 498 | 525 | 3.000000e+00 |      --      |    Inf | unknown
7.10/7.37	c   7.2s|  5400 |  3191 | 69886 |  12.6 |    32M |  68 | 440 | 832 |   0 |  23k|  0 | 498 | 560 | 3.000000e+00 |      --      |    Inf | unknown
7.20/7.46	c   7.3s|  5500 |  3243 | 70914 |  12.6 |    33M |  68 | 440 | 835 | 167 |  23k|  2 | 501 | 560 | 3.000000e+00 |      --      |    Inf | unknown
7.30/7.53	c   7.4s|  5600 |  3299 | 71742 |  12.5 |    34M |  68 | 440 | 844 | 254 |  24k|  1 | 510 | 560 | 3.000000e+00 |      --      |    Inf | unknown
7.40/7.63	c   7.5s|  5700 |  3346 | 72715 |  12.5 |    34M |  69 | 440 | 853 | 212 |  24k|  2 | 519 | 564 | 3.000000e+00 |      --      |    Inf | unknown
7.50/7.75	c   7.6s|  5800 |  3389 | 73822 |  12.4 |    35M |  69 | 440 | 868 | 157 |  25k|  2 | 534 | 570 | 3.000000e+00 |      --      |    Inf | unknown
7.60/7.87	c   7.7s|  5900 |  3448 | 75125 |  12.4 |    35M |  69 | 440 | 869 | 175 |  25k|  1 | 535 | 570 | 3.000000e+00 |      --      |    Inf | unknown
7.70/7.99	c   7.8s|  6000 |  3501 | 75918 |  12.4 |    36M |  69 | 440 | 877 | 125 |  26k|  2 | 543 | 570 | 3.000000e+00 |      --      |    Inf | unknown
7.81/8.10	c   8.0s|  6100 |  3565 | 77121 |  12.4 |    36M |  69 | 440 | 881 | 184 |  26k|  2 | 547 | 586 | 3.000000e+00 |      --      |    Inf | unknown
8.00/8.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.00/8.21	c   8.1s|  6200 |  3624 | 78326 |  12.4 |    37M |  69 | 440 | 891 | 114 |  26k|  2 | 557 | 628 | 3.000000e+00 |      --      |    Inf | unknown
8.09/8.35	c   8.2s|  6300 |  3691 | 79614 |  12.4 |    38M |  69 | 440 | 899 | 181 |  27k|  2 | 565 | 635 | 3.000000e+00 |      --      |    Inf | unknown
8.19/8.44	c   8.3s|  6400 |  3734 | 80519 |  12.3 |    38M |  69 | 440 | 900 | 140 |  27k|  1 | 566 | 638 | 3.000000e+00 |      --      |    Inf | unknown
8.29/8.52	c   8.4s|  6500 |  3780 | 81480 |  12.3 |    38M |  69 | 440 | 904 | 147 |  28k|  2 | 570 | 638 | 3.000000e+00 |      --      |    Inf | unknown
8.39/8.63	c   8.5s|  6600 |  3840 | 83065 |  12.3 |    38M |  69 | 440 | 907 | 181 |  28k|  2 | 573 | 653 | 3.000000e+00 |      --      |    Inf | unknown
8.49/8.74	c   8.6s|  6700 |  3883 | 83964 |  12.3 |    39M |  69 | 440 | 918 | 157 |  29k|  2 | 584 | 653 | 3.000000e+00 |      --      |    Inf | unknown
8.59/8.83	c   8.7s|  6800 |  3924 | 84843 |  12.2 |    40M |  69 | 440 | 923 | 165 |  29k|  2 | 590 | 653 | 3.000000e+00 |      --      |    Inf | unknown
8.69/8.96	c   8.8s|  6900 |  3985 | 86062 |  12.2 |    40M |  69 | 440 | 932 |   0 |  29k|  0 | 600 | 676 | 3.000000e+00 |      --      |    Inf | unknown
8.80/9.05	c   8.9s|  7000 |  4019 | 86873 |  12.2 |    40M |  69 | 440 | 942 |  99 |  30k|  3 | 611 | 676 | 3.000000e+00 |      --      |    Inf | unknown
8.90/9.13	c   9.0s|  7100 |  4071 | 87561 |  12.1 |    40M |  69 | 440 | 959 | 235 |  30k|  1 | 629 | 677 | 3.000000e+00 |      --      |    Inf | unknown
8.99/9.23	c   9.1s|  7200 |  4106 | 88557 |  12.1 |    40M |  70 | 440 | 992 | 118 |  30k|  2 | 662 | 697 | 3.000000e+00 |      --      |    Inf | unknown
9.09/9.32	c   9.2s|  7300 |  4157 | 89681 |  12.1 |    40M |  70 | 440 | 991 | 130 |  31k|  2 | 664 | 704 | 3.000000e+00 |      --      |    Inf | unknown
9.19/9.42	c   9.3s|  7400 |  4222 | 90657 |  12.0 |    40M |  70 | 440 |1008 |   0 |  31k|  0 | 681 | 704 | 3.000000e+00 |      --      |    Inf | unknown
9.38/9.69	c   9.5s|  7500 |  4297 | 92180 |  12.1 |    42M |  70 | 440 |1017 |   0 |  32k|  0 | 690 | 707 | 3.000000e+00 |      --      |    Inf | unknown
9.59/9.85	c   9.7s|  7600 |  4354 | 93388 |  12.1 |    43M |  70 | 440 |1027 | 173 |  32k|  2 | 702 | 723 | 3.000000e+00 |      --      |    Inf | unknown
9.80/10.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
9.80/10.01	c   9.9s|  7700 |  4413 | 94783 |  12.1 |    43M |  70 | 440 |1048 | 187 |  33k|  2 | 724 | 726 | 3.000000e+00 |      --      |    Inf | unknown
9.80/10.10	c  10.0s|  7800 |  4452 | 95661 |  12.0 |    43M |  70 | 440 |1051 |   0 |  33k|  0 | 729 | 741 | 3.000000e+00 |      --      |    Inf | unknown
9.90/10.13	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
9.90/10.14	o 3
9.90/10.14	c *10.0s|  7826 |     0 | 95816 |  12.0 |    LP  |  70 | 440 |1050 | 143 |  33k|  1 | 729 | 741 | 3.000000e+00 | 3.000000e+00 |   0.00%| 100.00%
9.90/10.14	c 
9.90/10.14	c SCIP Status        : problem is solved [optimal solution found]
9.90/10.14	c Solving Time (sec) : 10.00
9.90/10.14	c Solving Nodes      : 7826
9.90/10.14	c Primal Bound       : +3.00000000000000e+00 (1 solutions)
9.90/10.14	c Dual Bound         : +3.00000000000000e+00
9.90/10.14	c Gap                : 0.00 %
9.90/10.14	s OPTIMUM FOUND
9.90/10.14	v -x135 -x134 -x133 x132 -x131 x130 -x129 x128 x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 x90 -x89 -x88 -x87 x86 
9.90/10.14	v -x85 -x84 -x83 x82 x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 x109 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 x73 -x108 -x107 
9.90/10.14	v -x106 -x105 -x104 x103 -x102 -x101 -x100 x72 -x71 -x70 -x69 x68 -x67 -x66 -x65 x64 -x99 -x98 -x97 -x96 -x95 -x94 -x93 x92 -x91 
9.90/10.14	v -x63 -x62 -x61 -x60 x59 -x58 -x57 -x56 x55 -x54 -x53 x52 -x51 x50 -x49 -x48 -x47 x46 x45 -x44 -x43 -x42 x41 -x40 -x39 -x38 
9.90/10.14	v x37 x36 x35 x34 x33 x32 -x31 -x30 -x29 x28 x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 x19 x18 -x17 x16 -x15 x14 x13 -x12 x11 x10 
9.90/10.14	v -x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 x1 
9.90/10.14	c SCIP Status        : problem is solved [optimal solution found]
9.90/10.14	c Total Time         :      10.00
9.90/10.14	c   solving          :      10.00
9.90/10.14	c   presolving       :       0.02 (included in solving)
9.90/10.14	c   reading          :       0.00 (included in solving)
9.90/10.14	c   copying          :       0.21 (62 #copies) (minimal 0.00, maximal 0.01, average 0.00)
9.90/10.14	c Original Problem   :
9.90/10.14	c   Problem name     : HOME/instance-4497983-1751268233.opb
9.90/10.14	c   Variables        : 540 (135 binary, 0 integer, 405 implicit integer, 0 continuous)
9.90/10.14	c   Constraints      : 421 initial, 421 maximal
9.90/10.14	c   Objective        : minimize, 9 non-zeros (abs.min = 1, abs.max = 256)
9.90/10.14	c Presolved Problem  :
9.90/10.14	c   Problem name     : t_HOME/instance-4497983-1751268233.opb
9.90/10.14	c   Variables        : 440 (123 binary, 0 integer, 317 implicit integer, 0 continuous)
9.90/10.14	c   Constraints      : 337 initial, 1051 maximal
9.90/10.14	c   Objective        : minimize, 8 non-zeros (abs.min = 1, abs.max = 128)
9.90/10.14	c   Nonzeros         : 2589 constraint, 1270 clique table
9.90/10.14	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
9.90/10.14	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
9.90/10.14	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
9.90/10.14	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
9.90/10.14	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
9.90/10.14	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
9.90/10.14	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
9.90/10.14	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
9.90/10.14	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
9.90/10.14	c   implics          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
9.90/10.14	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
9.90/10.14	c   milp             :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
9.90/10.14	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
9.90/10.14	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
9.90/10.14	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
9.90/10.14	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
9.90/10.14	c   trivial          :       0.00       0.00      7         10          0          0          0          0          0          0          0          0
9.90/10.14	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
9.90/10.14	c   dualfix          :       0.00       0.00      7          0          0          0          0          0          0          0          0          0
9.90/10.14	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
9.90/10.14	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
9.90/10.14	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
9.90/10.14	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
9.90/10.14	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
9.90/10.14	c   knapsack         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
9.90/10.14	c   setppc           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
9.90/10.14	c   and              :       0.00       0.00     11          0         83          0          0          0         83          0          0         82
9.90/10.14	c   linear           :       0.00       0.00     10          1          6          0          0          0          4          8          0         42
9.90/10.14	c   logicor          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
9.90/10.14	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
9.90/10.14	c   pseudoboolean    :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
9.90/10.14	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
9.90/10.14	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
9.90/10.14	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
9.90/10.14	c   benderslp        :          0          0          0          0       6295          0          0       1341          0          0          0          0          0          0          0
9.90/10.14	c   integral         :          0          0          0          0       6295          0          0       1341          0          0        197          0          0         39      12426
9.90/10.14	c   knapsack         :          0+         8          0       9265          0          0          0          0          3          3         39          0          0          0          0
9.90/10.14	c   setppc           :          0+         9          0       8201          0          0          0          0          0          0          1          0          0          0          0
9.90/10.14	c   and              :        317        317      12040      19827          1          0          0          0      23307        176      31711      34598      24712          0          0
9.90/10.14	c   linear           :          5+        30         11      19651          1          0          0       1338       4443       1631      10892          0          0          0          0
9.90/10.14	c   logicor          :         10+       696         11       6431          1          0          0          6        199         20        375          1          1          0          0
9.90/10.14	c   benders          :          0          0          0          0          1          0          0          8          0          0          0          0          0          0          0
9.90/10.14	c   pseudoboolean    :          5          5          0          0          1          0          0          6          0          0          0          0          0          0          0
9.90/10.14	c   fixedvar         :          0          0          0          0          1          0          0          2          0          0          0          0          0          0          0
9.90/10.14	c   countsols        :          0          0          0          0          1          0          0          2          0          0          0          0          0          0          0
9.90/10.14	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
9.90/10.14	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
9.90/10.14	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
9.90/10.14	c   integral         :       0.42       0.00       0.00       0.00       0.42       0.00       0.00       0.00       0.00       0.00
9.90/10.14	c   knapsack         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
9.90/10.14	c   setppc           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
9.90/10.14	c   and              :       0.26       0.00       0.17       0.08       0.00       0.00       0.00       0.00       0.00       0.01
9.90/10.14	c   linear           :       0.07       0.00       0.00       0.06       0.00       0.00       0.00       0.00       0.01       0.00
9.90/10.14	c   logicor          :       0.02       0.00       0.00       0.02       0.00       0.00       0.00       0.00       0.00       0.00
9.90/10.14	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
9.90/10.14	c   pseudoboolean    :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
9.90/10.14	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
9.90/10.14	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
9.90/10.14	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
9.90/10.14	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
9.90/10.14	c   dualfix          :          1          0          0          0
9.90/10.14	c   genvbounds       :          0          0          0          0
9.90/10.14	c   nlobbt           :          0          0          0          0
9.90/10.14	c   obbt             :          0          0          0          0
9.90/10.14	c   probing          :          0          0          0          0
9.90/10.14	c   pseudoobj        :      21925          0          0          0
9.90/10.14	c   redcost          :      22599          0          0          0
9.90/10.14	c   rootredcost      :          1          0          0          0
9.90/10.14	c   symmetry         :          0          0          0          0
9.90/10.14	c   vbounds          :       9992          0          0          0
9.90/10.14	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
9.90/10.14	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
9.90/10.14	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
9.90/10.14	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
9.90/10.14	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
9.90/10.14	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
9.90/10.14	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00       0.00
9.90/10.14	c   redcost          :       0.15       0.00       0.00       0.15       0.00       0.00
9.90/10.14	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
9.90/10.14	c   symmetry         :       0.01       0.00       0.00       0.00       0.00       0.00
9.90/10.14	c   vbounds          :       0.01       0.00       0.00       0.01       0.00       0.00
9.90/10.14	c Symmetry           :
9.90/10.14	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
9.90/10.14	c   orbital reduction:          0 reductions applied,          0 cutoffs
9.90/10.14	c   lexicographic red:          0 reductions applied,          0 cutoffs
9.90/10.14	c   shadow tree time :       0.00 s
9.90/10.14	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
9.90/10.14	c   propagation      :       0.03        252        249          -       3765       66.7        124       31.3          -          -          -
9.90/10.14	c   infeasible LP    :       0.01         39         36          -        321       53.9          8       30.5         34       31.7          0
9.90/10.14	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
9.90/10.14	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
9.90/10.14	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
9.90/10.14	c   applied globally :       0.00          -          -          0        695       21.9          -          -         30          -          -
9.90/10.14	c   applied locally  :          -          -          -          0          0        0.0          -          -          4          -          -
9.90/10.14	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
9.90/10.14	c   cut pool         :       0.37          -       2462         21          -          -      13501      93429          -          -          -          -          -    (maximal pool size:       2057)
9.90/10.14	c   aggregation      :       1.33       0.00        795         11          0          0      15889      50526       9418       5109       2788       2321          0
9.90/10.14	c   > cmir           :          -          -          -          -          -          -          -      46449       2475       2204       2012        192          -
9.90/10.14	c   > flowcover      :          -          -          -          -          -          -          -       3941       6035       2470        740       1730          -
9.90/10.14	c   > knapsackcover  :          -          -          -          -          -          -          -        136        908        435         36        399          -
9.90/10.14	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
9.90/10.14	c   clique           :       0.00       0.00         11         11          0          0          0          0          0          0          0          0          0
9.90/10.14	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
9.90/10.14	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
9.90/10.14	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
9.90/10.14	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
9.90/10.14	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
9.90/10.14	c   gomory           :       1.27       0.00        758         10          0          0      19330      39667      13347       1789       1434        355          0
9.90/10.14	c   > gomorymi       :          -          -          -          -          -          -          -      19431       7023        966        719        247          -
9.90/10.14	c   > strongcg       :          -          -          -          -          -          -          -      20236       6324        823        715        108          -
9.90/10.14	c   impliedbounds    :       0.02       0.00        798         11          0          0        968       2710          0       2153       2153          0          0
9.90/10.14	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
9.90/10.14	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
9.90/10.14	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
9.90/10.14	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
9.90/10.14	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
9.90/10.14	c   mixing           :       0.00       0.00        798         11          0          0          0          0          0          0          0          0          0
9.90/10.14	c   multilinear      :       0.00       0.00         67         11          0          0          0          0          0          0          0          0          0
9.90/10.14	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
9.90/10.14	c   rapidlearning    :       0.71       0.00         56          1          0        601          0          0          0          0          0          0         30
9.90/10.14	c   rlt              :       0.06       0.00        356         10          0          0         56         97         33         39         20         19          0
9.90/10.14	c   zerohalf         :       0.07       0.00        746         11          0          0        297        429        246         32         19         13          0
9.90/10.14	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
9.90/10.14	c   hybrid           :       0.11       0.00      10002         11      33858          1     117185         79          0        598
9.90/10.14	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
9.90/10.14	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
9.90/10.14	c Pricers            :   ExecTime  SetupTime      Calls       Vars
9.90/10.14	c   problem variables:       0.00          -          1        297
9.90/10.14	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
9.90/10.14	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
9.90/10.14	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
9.90/10.14	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
9.90/10.14	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
9.90/10.14	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
9.90/10.14	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
9.90/10.14	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
9.90/10.14	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
9.90/10.14	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
9.90/10.14	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
9.90/10.14	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
9.90/10.14	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
9.90/10.14	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
9.90/10.14	c   relpscost        :       0.42       0.00       6294          0          0          0        197          0         39      12426
9.90/10.14	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
9.90/10.14	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
9.90/10.14	c   LP solutions     :       0.02          -          -          1          1
9.90/10.14	c   relax solutions  :       0.00          -          -          0          0
9.90/10.14	c   pseudo solutions :       0.00          -          -          0          0
9.90/10.14	c   strong branching :       0.00          -          -          0          0
9.90/10.14	c   actconsdiving    :       0.00       0.00          0          0          0
9.90/10.14	c   adaptivediving   :       0.01       0.00          6          0          0
9.90/10.14	c   alns             :       0.10       0.00          5          0          0
9.90/10.14	c   bound            :       0.00       0.00          0          0          0
9.90/10.14	c   clique           :       0.01       0.00          1          0          0
9.90/10.14	c   coefdiving       :       0.00       0.00          0          0          0
9.90/10.14	c   completesol      :       0.00       0.00          0          0          0
9.90/10.14	c   conflictdiving   :       0.02       0.00          4          0          0
9.90/10.14	c   crossover        :       0.00       0.00          0          0          0
9.90/10.14	c   dins             :       0.00       0.00          0          0          0
9.90/10.14	c   distributiondivin:       0.01       0.00          3          0          0
9.90/10.14	c   dps              :       0.00       0.00          0          0          0
9.90/10.14	c   dualval          :       0.00       0.00          0          0          0
9.90/10.14	c   farkasdiving     :       0.02       0.00          1          0          0
9.90/10.14	c   feasjump         :       0.05       0.00          1          0          0
9.90/10.14	c   feaspump         :       0.01       0.00          2          0          0
9.90/10.14	c   fixandinfer      :       0.00       0.00          0          0          0
9.90/10.14	c   fracdiving       :       0.00       0.00          3          0          0
9.90/10.14	c   gins             :       0.00       0.00          0          0          0
9.90/10.14	c   guideddiving     :       0.00       0.00          0          0          0
9.90/10.14	c   indcoefdiving    :       0.00       0.00          0          0          0
9.90/10.14	c   indicator        :       0.00       0.00          0          0          0
9.90/10.14	c   indicatordiving  :       0.00       0.00          0          0          0
9.90/10.14	c   indoneopt        :       0.00       0.00          0          0          0
9.90/10.14	c   indrounding      :       0.00       0.00          0          0          0
9.90/10.14	c   indtwoopt        :       0.00       0.00          0          0          0
9.90/10.14	c   intdiving        :       0.00       0.00          0          0          0
9.90/10.14	c   intshifting      :       0.00       0.00          0          0          0
9.90/10.14	c   linesearchdiving :       0.00       0.00          3          0          0
9.90/10.14	c   localbranching   :       0.00       0.00          0          0          0
9.90/10.14	c   locks            :       0.00       0.00          1          0          0
9.90/10.14	c   lpface           :       0.00       0.00          0          0          0
9.90/10.14	c   mpec             :       0.00       0.00          0          0          0
9.90/10.14	c   multistart       :       0.00       0.00          0          0          0
9.90/10.14	c   mutation         :       0.00       0.00          0          0          0
9.90/10.14	c   nlpdiving        :       0.00       0.00          0          0          0
9.90/10.14	c   objpscostdiving  :       0.00       0.00          2          0          0
9.90/10.14	c   octane           :       0.00       0.00          0          0          0
9.90/10.14	c   ofins            :       0.00       0.00          0          0          0
9.90/10.14	c   oneopt           :       0.00       0.00          0          0          0
9.90/10.14	c   padm             :       0.00       0.00          0          0          0
9.90/10.14	c   proximity        :       0.00       0.00          0          0          0
9.90/10.14	c   pscostdiving     :       0.01       0.00          3          0          0
9.90/10.14	c   randrounding     :       0.02       0.00       1326          0          0
9.90/10.14	c   rens             :       0.01       0.00          1          0          0
9.90/10.14	c   reoptsols        :       0.00       0.00          0          0          0
9.90/10.14	c   repair           :       0.00       0.00          0          0          0
9.90/10.14	c   rins             :       0.00       0.00          0          0          0
9.90/10.14	c   rootsoldiving    :       0.01       0.00          2          0          0
9.90/10.14	c   rounding         :       0.01       0.00       1735          0          0
9.90/10.14	c   scheduler        :       0.00       0.00          0          0          0
9.90/10.14	c   shiftandpropagate:       0.00       0.00          1          0          0
9.90/10.14	c   shifting         :       0.28       0.00        666          0          0
9.90/10.14	c   simplerounding   :       0.00       0.00          2          0          0
9.90/10.14	c   smallcard        :       0.00       0.00          0          0          0
9.90/10.14	c   subnlp           :       0.00       0.00          0          0          0
9.90/10.14	c   trivial          :       0.00       0.00          2          0          0
9.90/10.14	c   trivialnegation  :       0.00       0.00          0          0          0
9.90/10.14	c   trustregion      :       0.00       0.00          0          0          0
9.90/10.14	c   trysol           :       0.00       0.00          0          0          0
9.90/10.14	c   twoopt           :       0.00       0.00          0          0          0
9.90/10.14	c   undercover       :       0.04       0.00          1          0          0
9.90/10.14	c   vbounds          :       0.01       0.00          1          0          0
9.90/10.14	c   veclendiving     :       0.00       0.00          3          0          0
9.90/10.14	c   zeroobj          :       0.00       0.00          0          0          0
9.90/10.14	c   zirounding       :       0.00       0.00       1000          0          0
9.90/10.14	c   other solutions  :          -          -          -          0          -
9.90/10.14	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
9.90/10.14	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
9.90/10.14	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
9.90/10.14	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
9.90/10.14	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
9.90/10.14	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
9.90/10.14	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
9.90/10.14	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
9.90/10.14	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
9.90/10.14	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
9.90/10.14	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
9.90/10.14	c   primal LP        :       0.26       2397          0       0.00       0.00       0.26       2397
9.90/10.14	c   dual LP          :       2.86      16394      87801       5.38   30736.89       0.01         68
9.90/10.14	c   lex dual LP      :       0.00          0          0       0.00          -
9.90/10.14	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
9.90/10.14	c   resolve instable :       0.00          0          0       0.00          -
9.90/10.14	c   diving/probing LP:       0.12        503       8015      15.93   65059.99
9.90/10.14	c   strong branching :       0.20        741       5608       7.57   27934.27          -          -        190
9.90/10.14	c     (at root node) :          -          5         46       9.20          -
9.90/10.14	c   conflict analysis:       0.00          0          0       0.00          -
9.90/10.14	c B&B Tree           :
9.90/10.14	c   number of runs   :          1
9.90/10.14	c   nodes            :       7826 (6213 internal, 1613 leaves)
9.90/10.14	c   feasible leaves  :          1
9.90/10.14	c   infeas. leaves   :       1612
9.90/10.14	c   objective leaves :          0
9.90/10.14	c   nodes (total)    :       7826 (6213 internal, 1613 leaves)
9.90/10.14	c   nodes left       :          0
9.90/10.14	c   max depth        :         70
9.90/10.14	c   max depth (total):         70
9.90/10.14	c   backtracks       :        753 (9.6%)
9.90/10.14	c   early backtracks :          0 (0.0%)
9.90/10.14	c   nodes exc. ref.  :          0 (0.0%)
9.90/10.14	c   delayed cutoffs  :        141
9.90/10.14	c   repropagations   :        458 (1609 domain reductions, 99 cutoffs)
9.90/10.14	c   avg switch length:       4.98
9.90/10.14	c   switching time   :       0.45
9.90/10.14	c Root Node          :
9.90/10.14	c   First LP value   : +3.00000000000000e+00
9.90/10.14	c   First LP Iters   :         13 (7946.21 Iter/sec)
9.90/10.14	c   First LP Time    :       0.00
9.90/10.14	c   Final Dual Bound : +3.00000000000000e+00
9.90/10.14	c   Final Root Iters :       1707
9.90/10.14	c   Root LP Estimate : +3.02039851495830e+00
9.90/10.14	c Solution           :
9.90/10.14	c   Solutions found  :          1 (1 improvements)
9.90/10.14	c   First Solution   : +3.00000000000000e+00   (in run 1, after 7826 nodes, 9.98 seconds, depth 44, found by <relaxation>)
9.90/10.14	c   Gap First Sol.   :       0.00 %
9.90/10.14	c   Gap Last Sol.    :       0.00 %
9.90/10.14	c   Primal Bound     : +3.00000000000000e+00   (in run 1, after 7826 nodes, 9.98 seconds, depth 44, found by <relaxation>)
9.90/10.14	c   Dual Bound       : +3.00000000000000e+00
9.90/10.14	c   Gap              :       0.00 %
9.90/10.14	c Integrals          :      Total       Avg%
9.90/10.14	c   primal-dual      :     999.83      99.99
9.90/10.14	c   primal-ref       :          -          - (not evaluated)
9.90/10.14	c   dual-ref         :          -          - (not evaluated)
9.90/10.15	c Time complete: 9.93897.

Verifier Data

OK	3

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: 63837 MiB (63038 MiB free)
  memory of node 1: 64465 MiB (63754 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100101 s]*
/proc/loadavg: 0.45 0.17 0.11 1/245 44468
/proc/meminfo: memFree=129839552/131382112 swapFree=33010684/33010684
[pid=44463] ppid=44458 vsize=22480 memory=256 CPUtime=0 cores=0,2
/proc/44463/stat : 44463 (pbscip) D 44458 44463 44395 0 -1 4194304 74 0 0 0 0 0 0 0 20 0 1 0 42502583 23019520 64 18446744073709551615 4235264 18693293 140728834211712 0 0 0 0 0 0 1 0 0 17 0 0 0 0 0 0 21375888 21430392 56270848 140728834214281 140728834214380 140728834214380 140728834219982 0
/proc/44463/statm: 5620 64 64 3530 0 1335 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 22480 KiB
Current children cumulated memory: 256 KiB

[startup+0.213155 s]*
/proc/loadavg: 0.45 0.17 0.11 4/247 44473
/proc/meminfo: memFree=129838748/131382112 swapFree=33010684/33010684
[pid=44463] ppid=44458 vsize=49428 memory=22656 CPUtime=0.08 cores=0,2
/proc/44463/stat : 44463 (pbscip) R 44458 44463 44395 0 -1 4194304 2269 0 0 0 7 1 0 0 20 0 1 0 42502583 50614272 5664 18446744073709551615 4235264 18693293 140728834211712 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56270848 140728834214281 140728834214380 140728834214380 140728834219982 0
/proc/44463/statm: 12357 5664 3744 3530 0 3808 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 49428 KiB
Current children cumulated memory: 22656 KiB

[startup+0.312657 s]*
/proc/loadavg: 0.45 0.17 0.11 5/249 44475
/proc/meminfo: memFree=129813916/131382112 swapFree=33010684/33010684
[pid=44463] ppid=44458 vsize=54660 memory=27776 CPUtime=0.17 cores=0,2
/proc/44463/stat : 44463 (pbscip) R 44458 44463 44395 0 -1 4194304 3384 0 0 0 15 2 0 0 20 0 1 0 42502583 55971840 6944 18446744073709551615 4235264 18693293 140728834211712 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56270848 140728834214281 140728834214380 140728834214380 140728834219982 0
/proc/44463/statm: 13665 6944 3936 3530 0 5116 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 54660 KiB
Current children cumulated memory: 27776 KiB

[startup+0.700254 s]
/proc/loadavg: 0.45 0.17 0.11 5/249 44476
/proc/meminfo: memFree=129778888/131382112 swapFree=33010684/33010684
[pid=44463] ppid=44458 vsize=55040 memory=28928 CPUtime=0.54 cores=0,2
/proc/44463/stat : 44463 (pbscip) R 44458 44463 44395 0 -1 4194304 3670 0 0 0 52 2 0 0 20 0 1 0 42502583 56360960 7232 18446744073709551615 4235264 18693293 140728834211712 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56270848 140728834214281 140728834214380 140728834214380 140728834219982 0
/proc/44463/statm: 13760 7232 3936 3530 0 5211 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 55040 KiB
Current children cumulated memory: 28928 KiB

[startup+1.50034 s]
/proc/loadavg: 0.45 0.17 0.11 3/246 44481
/proc/meminfo: memFree=129770936/131382112 swapFree=33010684/33010684
[pid=44463] ppid=44458 vsize=62564 memory=35456 CPUtime=1.33 cores=0,2
/proc/44463/stat : 44463 (pbscip) R 44458 44463 44395 0 -1 4194304 5290 0 0 0 131 2 0 0 20 0 1 0 42502583 64065536 8864 18446744073709551615 4235264 18693293 140728834211712 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56270848 140728834214281 140728834214380 140728834214380 140728834219982 0
/proc/44463/statm: 15641 8864 3936 3530 0 7092 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 62564 KiB
Current children cumulated memory: 35456 KiB

[startup+3.11307 s]
/proc/loadavg: 0.45 0.17 0.11 2/244 44492
/proc/meminfo: memFree=129764676/131382112 swapFree=33010684/33010684
[pid=44463] ppid=44458 vsize=66588 memory=39196 CPUtime=2.93 cores=0,2
/proc/44463/stat : 44463 (pbscip) R 44458 44463 44395 0 -1 4194304 6388 0 0 0 291 2 0 0 20 0 1 0 42502583 68186112 9799 18446744073709551615 4235264 18693293 140728834211712 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56270848 140728834214281 140728834214380 140728834214380 140728834219982 0
/proc/44463/statm: 16647 9799 3936 3530 0 8098 0
Current children cumulated CPU time: 2.93 s
Current children cumulated vsize: 66588 KiB
Current children cumulated memory: 39196 KiB

[startup+6.30026 s]
/proc/loadavg: 0.73 0.23 0.13 2/239 44496
/proc/meminfo: memFree=129761252/131382112 swapFree=33010684/33010684
[pid=44463] ppid=44458 vsize=77900 memory=50460 CPUtime=6.11 cores=0,2
/proc/44463/stat : 44463 (pbscip) R 44458 44463 44395 0 -1 4194304 9203 0 0 0 608 3 0 0 20 0 1 0 42502583 79769600 12615 18446744073709551615 4235264 18693293 140728834211712 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56270848 140728834214281 140728834214380 140728834214380 140728834219982 0
/proc/44463/statm: 19475 12615 3936 3530 0 10926 0
Current children cumulated CPU time: 6.11 s
Current children cumulated vsize: 77900 KiB
Current children cumulated memory: 50460 KiB

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

# cumulated CPU time of all completed processes:  user=9.90404 s, system=0.048661 s

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

[startup+6.40031 s]
/proc/loadavg: 0.73 0.23 0.13 2/239 44496
/proc/meminfo: memFree=129761252/131382112 swapFree=33010684/33010684
[pid=44463] ppid=44458 vsize=79864 memory=52252 CPUtime=6.21 cores=0,2
/proc/44463/stat : 44463 (pbscip) R 44458 44463 44395 0 -1 4194304 9663 0 0 0 618 3 0 0 20 0 1 0 42502583 81780736 13063 18446744073709551615 4235264 18693293 140728834211712 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56270848 140728834214281 140728834214380 140728834214380 140728834219982 0
/proc/44463/statm: 19966 13063 3936 3530 0 11417 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 79864 KiB
Current children cumulated memory: 52252 KiB

[startup+8.00027 s]*
/proc/loadavg: 0.73 0.23 0.13 2/239 44496
/proc/meminfo: memFree=129754108/131382112 swapFree=33010684/33010684
[pid=44463] ppid=44458 vsize=85456 memory=58780 CPUtime=7.81 cores=0,2
/proc/44463/stat : 44463 (pbscip) R 44458 44463 44395 0 -1 4194304 11274 0 0 0 778 3 0 0 20 0 1 0 42502583 87506944 14695 18446744073709551615 4235264 18693293 140728834211712 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56270848 140728834214281 140728834214380 140728834214380 140728834219982 0
/proc/44463/statm: 21364 14695 3936 3530 0 12815 0
Current children cumulated CPU time: 7.81 s
Current children cumulated vsize: 85456 KiB
Current children cumulated memory: 58780 KiB

[startup+8.80025 s]
/proc/loadavg: 0.73 0.23 0.13 2/239 44496
/proc/meminfo: memFree=129754108/131382112 swapFree=33010684/33010684
[pid=44463] ppid=44458 vsize=87680 memory=60556 CPUtime=8.59 cores=0,2
/proc/44463/stat : 44463 (pbscip) R 44458 44463 44395 0 -1 4194304 11958 0 0 0 856 3 0 0 20 0 1 0 42502583 89784320 15139 18446744073709551615 4235264 18693293 140728834211712 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56270848 140728834214281 140728834214380 140728834214380 140728834219982 0
/proc/44463/statm: 21920 15139 3936 3530 0 13371 0
Current children cumulated CPU time: 8.59 s
Current children cumulated vsize: 87680 KiB
Current children cumulated memory: 60556 KiB

[startup+9.60023 s]
/proc/loadavg: 0.73 0.23 0.13 2/239 44496
/proc/meminfo: memFree=129746044/131382112 swapFree=33010684/33010684
[pid=44463] ppid=44458 vsize=89740 memory=63160 CPUtime=9.38 cores=0,2
/proc/44463/stat : 44463 (pbscip) R 44458 44463 44395 0 -1 4194304 12972 0 0 0 935 3 0 0 20 0 1 0 42502583 91893760 15790 18446744073709551615 4235264 18693293 140728834211712 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56270848 140728834214281 140728834214380 140728834214380 140728834219982 0
/proc/44463/statm: 22435 15790 3936 3530 0 13886 0
Current children cumulated CPU time: 9.38 s
Current children cumulated vsize: 89740 KiB
Current children cumulated memory: 63160 KiB

[startup+10.0003 s]*
/proc/loadavg: 1.08 0.31 0.16 2/239 44570
/proc/meminfo: memFree=129805828/131382112 swapFree=33010684/33010684
[pid=44463] ppid=44458 vsize=92744 memory=66316 CPUtime=9.8 cores=0,2
/proc/44463/stat : 44463 (pbscip) R 44458 44463 44395 0 -1 4194304 14900 0 0 0 976 4 0 0 20 0 1 0 42502583 94969856 16579 18446744073709551615 4235264 18693293 140728834211712 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56270848 140728834214281 140728834214380 140728834214380 140728834219982 0
/proc/44463/statm: 23186 16579 3936 3530 0 14637 0
Current children cumulated CPU time: 9.8 s
Current children cumulated vsize: 92744 KiB
Current children cumulated memory: 66316 KiB

[startup+10.1128 s]
/proc/loadavg: 1.08 0.31 0.16 2/239 44570
/proc/meminfo: memFree=129805828/131382112 swapFree=33010684/33010684
[pid=44463] ppid=44458 vsize=92744 memory=66316 CPUtime=9.9 cores=0,2
/proc/44463/stat : 44463 (pbscip) R 44458 44463 44395 0 -1 4194304 14900 0 0 0 986 4 0 0 20 0 1 0 42502583 94969856 16579 18446744073709551615 4235264 18693293 140728834211712 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 56270848 140728834214281 140728834214380 140728834214380 140728834219982 0
/proc/44463/statm: 23186 16579 3936 3530 0 14637 0
Current children cumulated CPU time: 9.9 s
Current children cumulated vsize: 92744 KiB
Current children cumulated memory: 66316 KiB

Child status: 0

Real time (s): 10.1586
CPU time (s): 9.9527
CPU user time (s): 9.90404
CPU system time (s): 0.048661
CPU usage (%): 97.9734
Max. virtual memory (cumulated for all children) (KiB): 92756
Max. memory (cumulated for all children) (KiB): 66376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.90404
system time used= 0.048661
maximum resident set size= 67400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14907
page faults= 0
swaps= 0
block input operations= 32
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117
involuntary context switches= 25


# summary of solver processes directly reported to runsolver:
#   pid: 44463
#   total CPU time (s): 9.9527
#   total CPU user time (s): 9.90404
#   total CPU system time (s): 0.048661

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.09016 second user time and 0.168315 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-30 09:23:54
IDJOB=4497983
IDBENCH=148326
IDSOLVER=3365
FILE ID=nodeC007/4497983-1751268233
RUNJOBID= nodeC007-1751268232-44412
SLURM_JOB_ID= 9594174
Free space on /tmp= 433016 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=103-P1=127-P2=263-P3=461-P4=191-P5=277-B.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4497983-1751268233/watcher-4497983-1751268233 -o /tmp/evaluation-result-4497983-1751268233/solver-4497983-1751268233 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751268232-44412 --watchdog 3760  pbscip -f HOME/instance-4497983-1751268233.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 71712cdcc38fa7c4381aa6b1a1b0da23
RANDOM SEED=1488826855

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129848844 kB
MemAvailable:   129959996 kB
Buffers:            3280 kB
Cached:           919560 kB
SwapCached:            0 kB
Active:           314912 kB
Inactive:         674240 kB
Active(anon):      84276 kB
Inactive(anon):        0 kB
Active(file):     230636 kB
Inactive(file):   674240 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             75040 kB
Writeback:             0 kB
AnonPages:         69448 kB
Mapped:           102436 kB
Shmem:             17960 kB
KReclaimable:      91804 kB
Slab:             174648 kB
SReclaimable:      91804 kB
SUnreclaim:        82844 kB
KernelStack:        3824 kB
PageTables:         2812 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     332492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432996 MiB
End job on nodeC007 at 2025-06-30 09:24:05