Trace number 4498243

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-07OPT11 17.7647 17.8322

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mds/normalized-mds_100_10_1.opb
MD5SUM6ddedb73bef771d6a1c994e2b60000f2
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 benchmark11
Best CPU time to get the best result obtained on this benchmark17.7647
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints100
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 constraints100
Minimum length of a constraint11
Maximum length of a constraint19
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1248
Sum of products size (including duplicates)2496
Number of different products1248
Sum of products size2496

Quality of the solution as a function of time


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

Solver Data

0.00/0.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4498243-1751268249.opb>
0.00/0.01	c original problem has 1348 variables (100 bin, 0 int, 1248 impl, 0 cont) and 1448 constraints
0.00/0.01	c problem read in 0.00
0.00/0.01	c presolving:
0.00/0.02	c (round 1, medium)     0 del vars, 1448 del conss, 100 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.02	c (round 2, fast)       1248 del vars, 1448 del conss, 100 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.02	c (round 3, exhaustive) 1248 del vars, 1448 del conss, 100 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 100 upgd conss, 0 impls, 0 clqs
0.00/0.02	c    (0.0s) probing: 51/100 (51.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.02	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.02	c    (0.0s) no symmetry present (symcode time: 0.00)
0.00/0.02	c presolving (4 rounds: 4 fast, 3 medium, 2 exhaustive):
0.00/0.02	c  1248 deleted vars, 1448 deleted constraints, 100 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  0 implications, 0 cliques
0.00/0.02	c presolved problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 100 constraints
0.00/0.02	c     100 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 10.0.0
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.02	c limits/time = 3596.997013
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.02	c limits/memory = 27900
0.00/0.02	c 
0.00/0.02	c # belongs reading time to solving time?
0.00/0.02	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c timing/reading = TRUE
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	o 100
0.00/0.02	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.02	c t 0.0s|     1 |     0 |     0 |     - | trivial|   0 | 100 | 100 |   0 |   0 |  0 |   0 |   0 | 0.000000e+00 | 1.000000e+02 |    Inf | unknown
0.00/0.02	o 11
0.00/0.02	c p 0.0s|     1 |     0 |     0 |     - |   locks|   0 | 100 | 100 | 100 |   0 |  0 |   0 |   0 | 0.000000e+00 | 1.100000e+01 |    Inf | unknown
0.00/0.03	c   0.0s|     1 |     0 |   347 |     - |  8232k |   0 | 100 | 100 | 100 |   0 |  0 |   0 |   0 | 7.389928e+00 | 1.100000e+01 |  48.85%| unknown
0.00/0.04	c   0.0s|     1 |     0 |   397 |     - |    11M |   0 | 100 | 100 | 101 |   1 |  1 |   0 |   0 | 7.448967e+00 | 1.100000e+01 |  47.67%| unknown
0.00/0.05	c   0.0s|     1 |     0 |   445 |     - |    14M |   0 | 100 | 100 | 102 |   2 |  2 |   0 |   0 | 7.487182e+00 | 1.100000e+01 |  46.92%| unknown
0.00/0.06	c   0.1s|     1 |     0 |   488 |     - |    16M |   0 | 100 | 100 | 103 |   3 |  3 |   0 |   0 | 7.503816e+00 | 1.100000e+01 |  46.59%| unknown
0.00/0.08	c   0.1s|     1 |     0 |   522 |     - |    19M |   0 | 100 | 100 | 104 |   4 |  4 |   0 |   0 | 7.517824e+00 | 1.100000e+01 |  46.32%| unknown
0.00/0.09	c   0.1s|     1 |     0 |   558 |     - |    22M |   0 | 100 | 100 | 105 |   5 |  5 |   0 |   0 | 7.524750e+00 | 1.100000e+01 |  46.18%| unknown
0.09/0.10	c   0.1s|     1 |     0 |   589 |     - |    22M |   0 | 100 | 100 | 106 |   6 |  6 |   0 |   0 | 7.527398e+00 | 1.100000e+01 |  46.13%| unknown
0.09/0.11	c   0.1s|     1 |     0 |   630 |     - |    24M |   0 | 100 | 100 | 107 |   7 |  7 |   0 |   0 | 7.531980e+00 | 1.100000e+01 |  46.04%| unknown
0.09/0.13	c   0.1s|     1 |     0 |   649 |     - |    27M |   0 | 100 | 100 | 108 |   8 |  8 |   0 |   0 | 7.536391e+00 | 1.100000e+01 |  45.96%| unknown
0.09/0.14	c   0.1s|     1 |     0 |   673 |     - |    28M |   0 | 100 | 100 | 109 |   9 |  9 |   0 |   0 | 7.539695e+00 | 1.100000e+01 |  45.89%| unknown
0.09/0.15	c   0.1s|     1 |     0 |   685 |     - |    31M |   0 | 100 | 100 | 110 |  10 | 10 |   0 |   0 | 7.540937e+00 | 1.100000e+01 |  45.87%| unknown
0.09/0.16	c   0.1s|     1 |     0 |   710 |     - |    31M |   0 | 100 | 100 | 111 |  11 | 11 |   0 |   0 | 7.543195e+00 | 1.100000e+01 |  45.83%| unknown
0.09/0.16	c   0.2s|     1 |     0 |   746 |     - |    31M |   0 | 100 | 100 | 112 |  12 | 12 |   0 |   0 | 7.552033e+00 | 1.100000e+01 |  45.66%| unknown
0.09/0.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.09/0.17	c   0.2s|     1 |     0 |   769 |     - |    31M |   0 | 100 | 100 | 113 |  13 | 13 |   0 |   0 | 7.553563e+00 | 1.100000e+01 |  45.63%| unknown
0.09/0.17	c   0.2s|     1 |     0 |   787 |     - |    31M |   0 | 100 | 100 | 114 |  14 | 14 |   0 |   0 | 7.554299e+00 | 1.100000e+01 |  45.61%| unknown
0.09/0.18	c   0.2s|     1 |     0 |   800 |     - |    31M |   0 | 100 | 100 | 115 |  15 | 15 |   0 |   0 | 7.554809e+00 | 1.100000e+01 |  45.60%| unknown
0.09/0.19	c   0.2s|     1 |     0 |   823 |     - |    31M |   0 | 100 | 100 | 116 |  16 | 16 |   0 |   0 | 7.556812e+00 | 1.100000e+01 |  45.56%| unknown
0.09/0.19	c   0.2s|     1 |     0 |   851 |     - |    32M |   0 | 100 | 100 | 117 |  17 | 17 |   0 |   0 | 7.559047e+00 | 1.100000e+01 |  45.52%| unknown
0.09/0.20	c   0.2s|     1 |     0 |   878 |     - |    32M |   0 | 100 | 100 | 118 |  18 | 18 |   0 |   0 | 7.559888e+00 | 1.100000e+01 |  45.50%| unknown
0.19/0.20	c   0.2s|     1 |     0 |   894 |     - |    32M |   0 | 100 | 100 | 119 |  19 | 19 |   0 |   0 | 7.560584e+00 | 1.100000e+01 |  45.49%| unknown
0.19/0.21	c   0.2s|     1 |     0 |   911 |     - |    32M |   0 | 100 | 100 | 120 |  20 | 20 |   0 |   0 | 7.561343e+00 | 1.100000e+01 |  45.48%| unknown
0.19/0.22	c   0.2s|     1 |     0 |   932 |     - |    32M |   0 | 100 | 100 | 121 |  21 | 21 |   0 |   0 | 7.562062e+00 | 1.100000e+01 |  45.46%| unknown
0.19/0.22	c   0.2s|     1 |     0 |   943 |     - |    32M |   0 | 100 | 100 | 122 |  22 | 22 |   0 |   0 | 7.562299e+00 | 1.100000e+01 |  45.46%| unknown
0.19/0.23	c   0.2s|     1 |     0 |   984 |     - |    32M |   0 | 100 | 100 | 122 |  23 | 23 |   0 |   0 | 7.565087e+00 | 1.100000e+01 |  45.40%| unknown
0.19/0.23	c   0.2s|     1 |     0 |  1005 |     - |    32M |   0 | 100 | 100 | 123 |  24 | 24 |   0 |   0 | 7.565905e+00 | 1.100000e+01 |  45.39%| unknown
0.19/0.24	c   0.2s|     1 |     0 |  1012 |     - |    32M |   0 | 100 | 100 | 124 |  25 | 25 |   0 |   0 | 7.566032e+00 | 1.100000e+01 |  45.39%| unknown
0.19/0.25	c   0.2s|     1 |     0 |  1019 |     - |    32M |   0 | 100 | 100 | 125 |  26 | 26 |   0 |   0 | 7.566107e+00 | 1.100000e+01 |  45.39%| unknown
0.19/0.25	c   0.2s|     1 |     0 |  1026 |     - |    32M |   0 | 100 | 100 | 126 |  27 | 27 |   0 |   0 | 7.566308e+00 | 1.100000e+01 |  45.38%| unknown
0.19/0.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.19/0.26	c   0.3s|     1 |     0 |  1033 |     - |    32M |   0 | 100 | 100 | 127 |  28 | 28 |   0 |   0 | 7.566356e+00 | 1.100000e+01 |  45.38%| unknown
0.19/0.26	c   0.3s|     1 |     0 |  1038 |     - |    32M |   0 | 100 | 100 | 126 |  29 | 29 |   0 |   0 | 7.566412e+00 | 1.100000e+01 |  45.38%| unknown
0.19/0.27	c   0.3s|     1 |     0 |  1041 |     - |    32M |   0 | 100 | 100 | 127 |  30 | 30 |   0 |   0 | 7.566423e+00 | 1.100000e+01 |  45.38%| unknown
0.19/0.28	c   0.3s|     1 |     0 |  1045 |     - |    32M |   0 | 100 | 100 | 128 |  31 | 31 |   0 |   0 | 7.566441e+00 | 1.100000e+01 |  45.38%| unknown
0.19/0.28	c   0.3s|     1 |     0 |  1048 |     - |    32M |   0 | 100 | 100 | 129 |  32 | 32 |   0 |   0 | 7.566456e+00 | 1.100000e+01 |  45.38%| unknown
0.19/0.29	c   0.3s|     1 |     0 |  1064 |     - |    32M |   0 | 100 | 100 | 130 |  33 | 33 |   0 |   0 | 7.566593e+00 | 1.100000e+01 |  45.38%| unknown
0.19/0.30	c   0.3s|     1 |     0 |  1065 |     - |    32M |   0 | 100 | 100 | 131 |  34 | 34 |   0 |   0 | 7.566595e+00 | 1.100000e+01 |  45.38%| unknown
0.39/0.44	c   0.4s|     1 |     2 |  1065 |     - |    32M |   0 | 100 | 100 | 131 |  34 | 34 |   0 |  19 | 7.621979e+00 | 1.100000e+01 |  44.32%| unknown
1.87/1.92	c   1.9s|   100 |    37 |  7479 |  64.8 |    56M |  17 | 100 | 212 | 131 |  89 |  1 | 146 | 512 | 8.087453e+00 | 1.100000e+01 |  36.01%|  15.99%
2.27/2.38	c   2.4s|   200 |    79 | 11905 |  54.5 |    56M |  21 | 100 | 225 | 124 | 133 |  1 | 166 | 569 | 8.128872e+00 | 1.100000e+01 |  35.32%|  17.83%
3.07/3.12	c   3.1s|   300 |   113 | 17055 |  53.5 |    56M |  24 | 100 | 231 | 131 | 218 |  0 | 172 | 589 | 8.267163e+00 | 1.100000e+01 |  33.06%|  19.99%
3.67/3.71	c   3.7s|   400 |   159 | 22676 |  54.2 |    58M |  24 | 100 | 240 | 124 | 287 |  1 | 188 | 613 | 8.314598e+00 | 1.100000e+01 |  32.30%|  24.38%
4.37/4.46	c   4.5s|   500 |   257 | 30891 |  59.8 |    58M |  24 | 100 | 253 | 131 | 369 |  1 | 212 | 626 | 8.430921e+00 | 1.100000e+01 |  30.47%|  25.57%
5.07/5.11	c   5.1s|   600 |   343 | 38741 |  62.9 |    66M |  24 | 100 | 269 | 131 | 436 |  1 | 244 | 638 | 8.543813e+00 | 1.100000e+01 |  28.75%|  28.64%
5.76/5.86	c   5.8s|   700 |   429 | 45947 |  64.2 |    69M |  25 | 100 | 277 | 133 | 510 |  1 | 268 | 645 | 8.754108e+00 | 1.100000e+01 |  25.66%|  30.93%
6.36/6.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.36/6.40	c   6.4s|   800 |   503 | 52166 |  64.0 |    69M |  25 | 100 | 288 | 131 | 573 |  2 | 288 | 653 | 8.842423e+00 | 1.100000e+01 |  24.40%|  32.80%
7.06/7.15	c   7.1s|   900 |   575 | 58851 |  64.3 |    69M |  25 | 100 | 301 | 124 | 668 |  1 | 313 | 679 | 8.864841e+00 | 1.100000e+01 |  24.09%|  33.76%
7.66/7.75	c   7.7s|  1000 |   637 | 64205 |  63.2 |    69M |  25 | 100 | 311 | 131 | 741 |  1 | 334 | 690 | 8.905660e+00 | 1.100000e+01 |  23.52%|  35.19%
8.15/8.21	c   8.2s|  1100 |   701 | 69028 |  61.8 |    70M |  25 | 100 | 321 | 131 | 791 |  1 | 355 | 704 | 8.917061e+00 | 1.100000e+01 |  23.36%|  35.68%
8.55/8.69	c   8.7s|  1200 |   743 | 74638 |  61.4 |    70M |  25 | 100 | 327 | 133 | 850 |  1 | 366 | 707 | 8.961917e+00 | 1.100000e+01 |  22.74%|  36.87%
9.25/9.33	c   9.3s|  1300 |   783 | 80323 |  61.0 |    70M |  25 | 100 | 328 | 131 | 936 |  1 | 373 | 708 | 8.976279e+00 | 1.100000e+01 |  22.55%|  37.71%
9.75/9.88	c   9.9s|  1400 |   821 | 85658 |  60.5 |    70M |  27 | 100 | 329 | 132 |1006 |  1 | 378 | 709 | 8.988678e+00 | 1.100000e+01 |  22.38%|  39.24%
10.15/10.21	c  10.2s|  1500 |   857 | 89701 |  59.1 |    70M |  27 | 100 | 332 | 132 |1043 |  1 | 388 | 712 | 9.019307e+00 | 1.100000e+01 |  21.96%|  41.04%
10.74/10.81	c  10.8s|  1600 |   875 | 94874 |  58.7 |    70M |  27 | 100 | 332 | 134 |1129 |  1 | 388 | 712 | 9.032537e+00 | 1.100000e+01 |  21.78%|  42.00%
11.05/11.18	c  11.2s|  1700 |   903 | 98937 |  57.6 |    70M |  27 | 100 | 333 | 132 |1172 |  0 | 392 | 712 | 9.102628e+00 | 1.100000e+01 |  20.84%|  43.07%
11.44/11.53	c  11.5s|  1800 |   919 |102662 |  56.5 |    72M |  28 | 100 | 334 | 131 |1218 |  0 | 396 | 713 | 9.112306e+00 | 1.100000e+01 |  20.72%|  43.78%
11.84/11.97	c  12.0s|  1900 |   939 |106534 |  55.5 |    72M |  28 | 100 | 335 | 124 |1276 |  1 | 397 | 713 | 9.132406e+00 | 1.100000e+01 |  20.45%|  45.11%
11.94/12.10	c  12.1s|  2000 |   961 |110099 |  54.5 |    72M |  28 | 100 | 336 | 131 |1280 |  0 | 400 | 715 | 9.168243e+00 | 1.100000e+01 |  19.98%|  45.56%
12.44/12.51	c  12.5s|  2100 |   977 |113791 |  53.7 |    72M |  28 | 100 | 338 | 134 |1339 |  1 | 405 | 715 | 9.175208e+00 | 1.100000e+01 |  19.89%|  47.14%
12.74/12.80	c  12.8s|  2200 |   997 |117541 |  53.0 |    72M |  28 | 100 | 338 | 132 |1368 |  0 | 407 | 716 | 9.179936e+00 | 1.100000e+01 |  19.83%|  48.63%
13.04/13.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
13.04/13.15	c  13.1s|  2300 |  1009 |121060 |  52.2 |    72M |  28 | 100 | 339 | 132 |1413 |  1 | 409 | 717 | 9.208851e+00 | 1.100000e+01 |  19.45%|  49.23%
13.33/13.45	c  13.4s|  2400 |  1019 |124206 |  51.3 |    72M |  28 | 100 | 340 | 131 |1445 |  0 | 414 | 719 | 9.218687e+00 | 1.100000e+01 |  19.32%|  49.84%
13.53/13.66	c  13.7s|  2500 |  1025 |127699 |  50.7 |    72M |  28 | 100 | 340 | 131 |1466 |  0 | 415 | 720 | 9.249740e+00 | 1.100000e+01 |  18.92%|  51.17%
13.83/13.98	c  14.0s|  2600 |  1037 |131129 |  50.0 |    72M |  28 | 100 | 340 | 134 |1511 |  0 | 417 | 720 | 9.249968e+00 | 1.100000e+01 |  18.92%|  52.24%
13.94/14.08	c  14.1s|  2700 |  1045 |133696 |  49.1 |    72M |  28 | 100 | 340 | 131 |1511 |  1 | 420 | 721 | 9.288809e+00 | 1.100000e+01 |  18.42%|  52.93%
14.13/14.29	c  14.3s|  2800 |  1055 |136634 |  48.4 |    72M |  28 | 100 | 341 | 132 |1534 |  1 | 423 | 722 | 9.293264e+00 | 1.100000e+01 |  18.37%|  53.64%
14.33/14.45	c  14.4s|  2900 |  1051 |139066 |  47.6 |    73M |  28 | 100 | 341 | 131 |1549 |  0 | 423 | 722 | 9.312363e+00 | 1.100000e+01 |  18.12%|  54.65%
14.53/14.69	c  14.7s|  3000 |  1051 |142142 |  47.0 |    73M |  28 | 100 | 342 | 132 |1577 |  0 | 425 | 722 | 9.327734e+00 | 1.100000e+01 |  17.93%|  55.24%
14.73/14.85	c  14.8s|  3100 |  1049 |144829 |  46.4 |    73M |  28 | 100 | 344 | 135 |1591 |  1 | 429 | 722 | 9.343921e+00 | 1.100000e+01 |  17.72%|  55.84%
14.83/14.98	c  15.0s|  3200 |  1047 |147230 |  45.7 |    73M |  28 | 100 | 345 | 136 |1602 |  1 | 430 | 722 | 9.344769e+00 | 1.100000e+01 |  17.71%|  56.20%
14.93/15.07	c  15.1s|  3300 |  1043 |149499 |  45.0 |    73M |  28 | 100 | 345 | 131 |1604 |  1 | 430 | 722 | 9.360798e+00 | 1.100000e+01 |  17.51%|  57.22%
15.03/15.16	c  15.2s|  3400 |  1039 |151900 |  44.4 |    73M |  28 | 100 | 345 | 131 |1605 |  1 | 430 | 723 | 9.365284e+00 | 1.100000e+01 |  17.46%|  57.49%
15.23/15.36	c  15.4s|  3500 |  1041 |154646 |  43.9 |    73M |  28 | 100 | 345 | 131 |1632 |  1 | 430 | 723 | 9.371614e+00 | 1.100000e+01 |  17.38%|  58.25%
15.33/15.45	c  15.4s|  3600 |  1037 |156869 |  43.3 |    73M |  28 | 100 | 345 | 134 |1632 |  0 | 430 | 723 | 9.371614e+00 | 1.100000e+01 |  17.38%|  58.56%
15.43/15.52	c  15.5s|  3700 |  1035 |159090 |  42.7 |    73M |  28 | 100 | 346 | 132 |1632 |  0 | 434 | 723 | 9.402873e+00 | 1.100000e+01 |  16.99%|  59.71%
15.53/15.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.53/15.67	c  15.7s|  3800 |  1027 |161092 |  42.1 |    73M |  28 | 100 | 346 | 130 |1646 |  1 | 436 | 724 | 9.414374e+00 | 1.100000e+01 |  16.84%|  59.99%
15.63/15.77	c  15.8s|  3900 |  1015 |163775 |  41.7 |    73M |  29 | 100 | 345 | 142 |1647 |  1 | 437 | 724 | 9.432191e+00 | 1.100000e+01 |  16.62%|  60.83%
15.73/15.89	c  15.9s|  4000 |  1005 |165945 |  41.2 |    73M |  29 | 100 | 344 | 131 |1656 |  0 | 437 | 724 | 9.439829e+00 | 1.100000e+01 |  16.53%|  61.09%
15.83/15.95	c  15.9s|  4100 |   995 |167968 |  40.7 |    73M |  29 | 100 | 344 | 133 |1656 |  0 | 438 | 725 | 9.449544e+00 | 1.100000e+01 |  16.41%|  61.36%
15.93/16.06	c  16.0s|  4200 |   977 |169972 |  40.2 |    73M |  29 | 100 | 339 | 133 |1663 |  1 | 439 | 725 | 9.467894e+00 | 1.100000e+01 |  16.18%|  62.75%
16.03/16.12	c  16.1s|  4300 |   957 |171848 |  39.7 |    73M |  29 | 100 | 337 | 132 |1663 |  1 | 439 | 725 | 9.489511e+00 | 1.100000e+01 |  15.92%|  63.05%
16.12/16.24	c  16.2s|  4400 |   941 |173875 |  39.3 |    73M |  29 | 100 | 336 | 136 |1672 |  0 | 442 | 725 | 9.502119e+00 | 1.100000e+01 |  15.76%|  63.88%
16.22/16.31	c  16.3s|  4500 |   926 |175803 |  38.8 |    73M |  29 | 100 | 332 | 132 |1672 |  0 | 442 | 725 | 9.518869e+00 | 1.100000e+01 |  15.56%|  64.25%
16.22/16.39	c  16.4s|  4600 |   904 |177585 |  38.4 |    73M |  31 | 100 | 330 | 133 |1674 |  0 | 444 | 726 | 9.521541e+00 | 1.100000e+01 |  15.53%|  65.04%
16.32/16.46	c  16.4s|  4700 |   872 |178992 |  37.9 |    73M |  31 | 100 | 327 | 135 |1675 |  0 | 445 | 727 | 9.529901e+00 | 1.100000e+01 |  15.43%|  65.30%
16.42/16.57	c  16.6s|  4800 |   850 |180717 |  37.4 |    73M |  31 | 100 | 325 | 131 |1686 |  1 | 445 | 727 | 9.542465e+00 | 1.100000e+01 |  15.27%|  65.73%
16.52/16.64	c  16.6s|  4900 |   816 |182399 |  37.0 |    73M |  31 | 100 | 323 | 140 |1688 |  0 | 446 | 727 | 9.548327e+00 | 1.100000e+01 |  15.20%|  66.09%
16.62/16.71	c  16.7s|  5000 |   780 |183985 |  36.6 |    73M |  31 | 100 | 322 | 131 |1689 |  0 | 449 | 729 | 9.561243e+00 | 1.100000e+01 |  15.05%|  66.72%
16.62/16.77	c  16.8s|  5100 |   742 |185436 |  36.2 |    73M |  31 | 100 | 320 | 131 |1689 |  1 | 451 | 730 | 9.570577e+00 | 1.100000e+01 |  14.94%|  67.26%
16.72/16.85	c  16.8s|  5200 |   710 |186880 |  35.7 |    73M |  31 | 100 | 318 | 138 |1691 |  1 | 452 | 731 | 9.574596e+00 | 1.100000e+01 |  14.89%|  67.66%
16.82/16.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
16.82/16.91	c  16.9s|  5300 |   678 |188302 |  35.3 |    73M |  31 | 100 | 318 | 136 |1691 |  0 | 452 | 731 | 9.584480e+00 | 1.100000e+01 |  14.77%|  67.85%
16.82/16.97	c  17.0s|  5400 |   640 |189635 |  34.9 |    73M |  31 | 100 | 316 | 134 |1691 |  0 | 452 | 731 | 9.594803e+00 | 1.100000e+01 |  14.65%|  68.44%
16.93/17.03	c  17.0s|  5500 |   606 |191104 |  34.6 |    73M |  31 | 100 | 315 | 131 |1691 |  0 | 452 | 731 | 9.605635e+00 | 1.100000e+01 |  14.52%|  69.19%
16.93/17.09	c  17.1s|  5600 |   572 |192312 |  34.2 |    73M |  31 | 100 | 315 | 155 |1692 |  0 | 452 | 731 | 9.608936e+00 | 1.100000e+01 |  14.48%|  69.32%
17.03/17.15	c  17.1s|  5700 |   526 |193793 |  33.8 |    73M |  31 | 100 | 314 | 130 |1693 |  0 | 452 | 731 | 9.621749e+00 | 1.100000e+01 |  14.32%|  70.02%
17.12/17.21	c  17.2s|  5800 |   482 |195136 |  33.5 |    73M |  31 | 100 | 312 | 131 |1693 |  0 | 452 | 731 | 9.649751e+00 | 1.100000e+01 |  13.99%|  70.59%
17.22/17.30	c  17.3s|  5900 |   434 |196551 |  33.1 |    73M |  31 | 100 | 308 | 134 |1697 |  1 | 453 | 731 | 9.665245e+00 | 1.100000e+01 |  13.81%|  71.37%
17.22/17.35	c  17.3s|  6000 |   372 |197497 |  32.7 |    73M |  31 | 100 | 304 | 178 |1697 |  0 | 453 | 731 | 9.668916e+00 | 1.100000e+01 |  13.77%|  71.94%
17.32/17.42	c  17.4s|  6100 |   298 |198625 |  32.4 |    73M |  31 | 100 | 302 | 208 |1697 |  0 | 453 | 731 | 9.691776e+00 | 1.100000e+01 |  13.50%|  72.87%
17.43/17.52	c  17.5s|  6200 |   220 |199757 |  32.1 |    73M |  31 | 100 | 299 | 140 |1698 |  0 | 453 | 731 | 9.721475e+00 | 1.100000e+01 |  13.15%|  74.14%
17.53/17.61	c  17.6s|  6300 |   134 |200785 |  31.7 |    73M |  31 | 100 | 296 | 173 |1698 |  0 | 453 | 731 | 9.774258e+00 | 1.100000e+01 |  12.54%|  76.11%
17.63/17.73	c  17.7s|  6400 |    40 |201504 |  31.3 |    73M |  31 | 100 | 295 | 399 |1698 |  0 | 453 | 731 | 9.834842e+00 | 1.100000e+01 |  11.85%|  77.35%
17.72/17.81	c 
17.72/17.81	c SCIP Status        : problem is solved [optimal solution found]
17.72/17.81	c Solving Time (sec) : 17.80
17.72/17.81	c Solving Nodes      : 6440
17.72/17.81	c Primal Bound       : +1.10000000000000e+01 (761 solutions)
17.72/17.81	c Dual Bound         : +1.10000000000000e+01
17.72/17.81	c Gap                : 0.00 %
17.72/17.81	s OPTIMUM FOUND
17.72/17.81	v -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 
17.72/17.81	v -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 
17.72/17.81	v -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 
17.72/17.81	v -x24 -x23 -x22 -x21 x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 x12 x11 -x10 x9 x8 -x7 x6 x5 -x4 x3 -x2 x1 
17.72/17.81	c SCIP Status        : problem is solved [optimal solution found]
17.72/17.81	c Total Time         :      17.80
17.72/17.81	c   solving          :      17.80
17.72/17.81	c   presolving       :       0.01 (included in solving)
17.72/17.81	c   reading          :       0.00 (included in solving)
17.72/17.81	c   copying          :       0.03 (14 #copies) (minimal 0.00, maximal 0.00, average 0.00)
17.72/17.81	c Original Problem   :
17.72/17.81	c   Problem name     : HOME/instance-4498243-1751268249.opb
17.72/17.81	c   Variables        : 1348 (100 binary, 0 integer, 1248 implicit integer, 0 continuous)
17.72/17.81	c   Constraints      : 1448 initial, 1448 maximal
17.72/17.81	c   Objective        : minimize, 100 non-zeros (abs.min = 1, abs.max = 1)
17.72/17.81	c Presolved Problem  :
17.72/17.81	c   Problem name     : t_HOME/instance-4498243-1751268249.opb
17.72/17.81	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
17.72/17.81	c   Constraints      : 100 initial, 347 maximal
17.72/17.81	c   Objective        : minimize, 100 non-zeros (abs.min = 1, abs.max = 1)
17.72/17.81	c   Nonzeros         : 1348 constraint, 0 clique table
17.72/17.81	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
17.72/17.81	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
17.72/17.81	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
17.72/17.81	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
17.72/17.81	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
17.72/17.81	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
17.72/17.81	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
17.72/17.81	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
17.72/17.81	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
17.72/17.81	c   implics          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
17.72/17.81	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
17.72/17.81	c   milp             :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
17.72/17.81	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
17.72/17.81	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
17.72/17.81	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
17.72/17.81	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
17.72/17.81	c   trivial          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
17.72/17.81	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
17.72/17.81	c   dualfix          :       0.00       0.00      4       1248          0          0          0          0          0          0          0          0
17.72/17.81	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
17.72/17.81	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
17.72/17.81	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
17.72/17.81	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
17.72/17.81	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
17.72/17.81	c   linear           :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
17.72/17.81	c   logicor          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
17.72/17.81	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
17.72/17.81	c   pseudoboolean    :       0.00       0.00      1          0          0          0          0          0       1448        100          0          0
17.72/17.81	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
17.72/17.81	c   root node        :          -          -      -         57          -          -         57          -          -          -          -          -
17.72/17.81	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
17.72/17.81	c   benderslp        :          0          0          0          0       3377          0          0        954          0          0          0          0          0          0          0
17.72/17.81	c   integral         :          0          0          0          0       3377          0          0        954          0          0        291          0          0        230       6440
17.72/17.81	c   logicor          :        100+       348         34      11295          0          0          0        951         90         75         40          0          0          0          0
17.72/17.81	c   benders          :          0          0          0          0          0          0          0        765          0          0          0          0          0          0          0
17.72/17.81	c   fixedvar         :          0          0          0          0          0          0          0        763          0          0          0          0          0          0          0
17.72/17.81	c   countsols        :          0          0          0          0          0          0          0        763          0          0          0          0          0          0          0
17.72/17.81	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
17.72/17.81	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
17.72/17.81	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
17.72/17.81	c   integral         :       1.50       0.00       0.00       0.00       1.50       0.00       0.00       0.00       0.00       0.00
17.72/17.81	c   logicor          :       0.07       0.00       0.00       0.07       0.00       0.00       0.00       0.00       0.00       0.00
17.72/17.81	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
17.72/17.81	c   fixedvar         :       0.02       0.00       0.00       0.00       0.00       0.00       0.00       0.02       0.00       0.00
17.72/17.81	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
17.72/17.81	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
17.72/17.81	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
17.72/17.81	c   dualfix          :          2          0          0          0
17.72/17.81	c   genvbounds       :          0          0          0          0
17.72/17.81	c   nlobbt           :          0          0          0          0
17.72/17.81	c   obbt             :          0          0          0          0
17.72/17.81	c   probing          :          0          0          0          0
17.72/17.81	c   pseudoobj        :      12941          0          0          0
17.72/17.81	c   redcost          :      11821          0          0      36261
17.72/17.81	c   rootredcost      :          1          0          0          0
17.72/17.81	c   symmetry         :          0          0          0          0
17.72/17.81	c   vbounds          :          0          0          0          0
17.72/17.81	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
17.72/17.81	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
17.72/17.81	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
17.72/17.81	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
17.72/17.81	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
17.72/17.81	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
17.72/17.81	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00       0.00
17.72/17.81	c   redcost          :       0.05       0.00       0.00       0.05       0.00       0.00
17.72/17.81	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
17.72/17.81	c   symmetry         :       0.00       0.00       0.00       0.00       0.00       0.00
17.72/17.81	c   vbounds          :       0.00       0.00       0.00       0.00       0.00       0.00
17.72/17.81	c Symmetry           :
17.72/17.81	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
17.72/17.81	c   orbital reduction:          0 reductions applied,          0 cutoffs
17.72/17.81	c   lexicographic red:          0 reductions applied,          0 cutoffs
17.72/17.81	c   shadow tree time :       0.00 s
17.72/17.81	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
17.72/17.81	c   propagation      :       0.00         73         14          -         14       18.9          0        0.0          -          -          -
17.72/17.81	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
17.72/17.81	c   bound exceed. LP :       0.09        810        425          -        461       15.3          0        0.0          0        0.0       3513
17.72/17.81	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
17.72/17.81	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
17.72/17.81	c   applied globally :       0.00          -          -          0        253       11.1          -          -          0          -          -
17.72/17.81	c   applied locally  :          -          -          -          0        200       20.7          -          -          0          -          -
17.72/17.81	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
17.72/17.81	c   cut pool         :       1.25          -       2727         53          -          -      45845     116244          -          -          -          -          -    (maximal pool size:       2836)
17.72/17.81	c   aggregation      :       4.71       0.00       1678         34          0          0          0          0          0          0          0          0          0
17.72/17.81	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
17.72/17.81	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
17.72/17.81	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
17.72/17.81	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
17.72/17.81	c   clique           :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
17.72/17.81	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
17.72/17.81	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
17.72/17.81	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
17.72/17.81	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
17.72/17.81	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
17.72/17.81	c   gomory           :       2.06       0.00        883         10          0          0      44952     113785          0       1500       1500          0          0
17.72/17.81	c   > gomorymi       :          -          -          -          -          -          -          -      87857          0       1404       1404          0          -
17.72/17.81	c   > strongcg       :          -          -          -          -          -          -          -      25928          0         96         96          0          -
17.72/17.81	c   impliedbounds    :       0.00       0.00       1678         34          0          0          0          0          0          0          0          0          0
17.72/17.81	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
17.72/17.81	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
17.72/17.81	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
17.72/17.81	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
17.72/17.81	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
17.72/17.81	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
17.72/17.81	c   multilinear      :       0.00       0.00        298         34          0          0          0          0          0          0          0          0          0
17.72/17.81	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
17.72/17.81	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
17.72/17.81	c   rlt              :       0.00       0.00        221         10          0          0          0          0          0          0          0          0          0
17.72/17.81	c   zerohalf         :       0.54       0.00        893         20          0          0        893       2459          0        198        198          0          0
17.72/17.81	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
17.72/17.81	c   hybrid           :       0.10       0.00       1694         34       1698          0     114546         34          0       5165
17.72/17.81	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
17.72/17.81	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
17.72/17.81	c Pricers            :   ExecTime  SetupTime      Calls       Vars
17.72/17.81	c   problem variables:       0.00          -          0          0
17.72/17.81	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
17.72/17.81	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
17.72/17.81	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
17.72/17.81	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
17.72/17.81	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
17.72/17.81	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
17.72/17.81	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
17.72/17.81	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
17.72/17.81	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
17.72/17.81	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
17.72/17.81	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
17.72/17.81	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
17.72/17.81	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
17.72/17.81	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
17.72/17.81	c   relpscost        :       1.50       0.00       3377          0          0          0        291          0        230       6440
17.72/17.81	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
17.72/17.81	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
17.72/17.81	c   LP solutions     :       0.00          -          -          0          0
17.72/17.81	c   relax solutions  :       0.00          -          -          0          0
17.72/17.81	c   pseudo solutions :       0.00          -          -          0          0
17.72/17.81	c   strong branching :       0.02          -          -        305          0
17.72/17.81	c   actconsdiving    :       0.00       0.00          0          0          0
17.72/17.81	c   adaptivediving   :       0.07       0.00         52          0          0
17.72/17.81	c   alns             :       0.02       0.00          6          0          0
17.72/17.81	c   bound            :       0.00       0.00          0          0          0
17.72/17.81	c   clique           :       0.00       0.00          0          0          0
17.72/17.81	c   coefdiving       :       0.00       0.00          0          0          0
17.72/17.81	c   completesol      :       0.00       0.00          0          0          0
17.72/17.81	c   conflictdiving   :       0.03       0.00         27          0          0
17.72/17.81	c   crossover        :       0.02       0.00          3          3          0
17.72/17.81	c   dins             :       0.00       0.00          0          0          0
17.72/17.81	c   distributiondivin:       0.48       0.00         26          0          0
17.72/17.81	c   dps              :       0.00       0.00          0          0          0
17.72/17.81	c   dualval          :       0.00       0.00          0          0          0
17.72/17.81	c   farkasdiving     :       0.00       0.00          0          0          0
17.72/17.81	c   feasjump         :       0.00       0.00          0          0          0
17.72/17.81	c   feaspump         :       0.00       0.00          0          0          0
17.72/17.81	c   fixandinfer      :       0.00       0.00          0          0          0
17.72/17.81	c   fracdiving       :       0.03       0.00         26          0          0
17.72/17.81	c   gins             :       0.00       0.00          0          0          0
17.72/17.81	c   guideddiving     :       0.03       0.00         27          0          0
17.72/17.81	c   indcoefdiving    :       0.00       0.00          0          0          0
17.72/17.81	c   indicator        :       0.00       0.00          0          0          0
17.72/17.81	c   indicatordiving  :       0.00       0.00          0          0          0
17.72/17.81	c   indoneopt        :       0.00       0.00          0          0          0
17.72/17.81	c   indrounding      :       0.00       0.00          0          0          0
17.72/17.81	c   indtwoopt        :       0.00       0.00          0          0          0
17.72/17.81	c   intdiving        :       0.00       0.00          0          0          0
17.72/17.81	c   intshifting      :       0.00       0.00          0          0          0
17.72/17.81	c   linesearchdiving :       0.03       0.00         27          0          0
17.72/17.81	c   localbranching   :       0.00       0.00          0          0          0
17.72/17.81	c   locks            :       0.00       0.00          1          1          1
17.72/17.81	c   lpface           :       0.00       0.00          0          0          0
17.72/17.81	c   mpec             :       0.00       0.00          0          0          0
17.72/17.81	c   multistart       :       0.00       0.00          0          0          0
17.72/17.81	c   mutation         :       0.00       0.00          0          0          0
17.72/17.81	c   nlpdiving        :       0.00       0.00          0          0          0
17.72/17.81	c   objpscostdiving  :       0.15       0.00         14         35          0
17.72/17.81	c   octane           :       0.00       0.00          0          0          0
17.72/17.81	c   ofins            :       0.00       0.00          0          0          0
17.72/17.81	c   oneopt           :       0.00       0.00          1          0          0
17.72/17.81	c   padm             :       0.00       0.00          0          0          0
17.72/17.81	c   proximity        :       0.00       0.00          0          0          0
17.72/17.81	c   pscostdiving     :       0.05       0.00         27          0          0
17.72/17.81	c   randrounding     :       0.01       0.00        190          1          0
17.72/17.81	c   rens             :       0.00       0.00          0          0          0
17.72/17.81	c   reoptsols        :       0.00       0.00          0          0          0
17.72/17.81	c   repair           :       0.00       0.00          0          0          0
17.72/17.81	c   rins             :       0.21       0.00          6          6          0
17.72/17.81	c   rootsoldiving    :       0.02       0.00         14          0          0
17.72/17.81	c   rounding         :       0.01       0.00        953          0          0
17.72/17.81	c   scheduler        :       0.00       0.00          0          0          0
17.72/17.81	c   shiftandpropagate:       0.00       0.00          0          0          0
17.72/17.81	c   shifting         :       0.01       0.00        558          0          0
17.72/17.81	c   simplerounding   :       0.02       0.00       5071         40          0
17.72/17.81	c   smallcard        :       0.00       0.00          0          0          0
17.72/17.81	c   subnlp           :       0.00       0.00          0          0          0
17.72/17.81	c   trivial          :       0.00       0.00          2          1          1
17.72/17.81	c   trivialnegation  :       0.00       0.00          0          0          0
17.72/17.81	c   trustregion      :       0.00       0.00          0          0          0
17.72/17.81	c   trysol           :       0.00       0.00          0          0          0
17.72/17.81	c   twoopt           :       0.00       0.00          0          0          0
17.72/17.81	c   undercover       :       0.00       0.00          0          0          0
17.72/17.81	c   vbounds          :       0.00       0.00          0          0          0
17.72/17.81	c   veclendiving     :       0.03       0.00         26          0          0
17.72/17.81	c   zeroobj          :       0.00       0.00          0          0          0
17.72/17.81	c   zirounding       :       0.11       0.00       3220        369          0
17.72/17.81	c   other solutions  :          -          -          -          0          -
17.72/17.81	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
17.72/17.81	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
17.72/17.81	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
17.72/17.81	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
17.72/17.81	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
17.72/17.81	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
17.72/17.81	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
17.72/17.81	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
17.72/17.81	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
17.72/17.81	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
17.72/17.81	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
17.72/17.81	c   primal LP        :       0.04        546          0       0.00       0.00       0.04        546
17.72/17.81	c   dual LP          :       4.83      11654     187063      22.59   38762.07       0.28       3373
17.72/17.81	c   lex dual LP      :       0.00          0          0       0.00          -
17.72/17.81	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
17.72/17.81	c   resolve instable :       0.00          0          0       0.00          -
17.72/17.81	c   diving/probing LP:       0.41       1042      14608      14.02   35577.38
17.72/17.81	c   strong branching :       1.30        731      48659      66.56   37474.74          -          -         34
17.72/17.81	c     (at root node) :          -         19       4056     213.47          -
17.72/17.81	c   conflict analysis:       0.06        355       3513       9.90   57327.02
17.72/17.81	c B&B Tree           :
17.72/17.81	c   number of runs   :          1
17.72/17.81	c   nodes            :       6440 (3220 internal, 3220 leaves)
17.72/17.81	c   feasible leaves  :          0
17.72/17.81	c   infeas. leaves   :         10
17.72/17.81	c   objective leaves :       3210
17.72/17.81	c   nodes (total)    :       6440 (3220 internal, 3220 leaves)
17.72/17.81	c   nodes left       :          0
17.72/17.81	c   max depth        :         31
17.72/17.81	c   max depth (total):         31
17.72/17.81	c   backtracks       :       2310 (35.9%)
17.72/17.81	c   early backtracks :          0 (0.0%)
17.72/17.81	c   nodes exc. ref.  :          0 (0.0%)
17.72/17.81	c   delayed cutoffs  :          1
17.72/17.81	c   repropagations   :         69 (27 domain reductions, 0 cutoffs)
17.72/17.81	c   avg switch length:      10.19
17.72/17.81	c   switching time   :       0.19
17.72/17.81	c Root Node          :
17.72/17.81	c   First LP value   : +7.38992789275015e+00
17.72/17.81	c   First LP Iters   :        347 (61080.80 Iter/sec)
17.72/17.81	c   First LP Time    :       0.01
17.72/17.81	c   Final Dual Bound : +7.62197906530266e+00
17.72/17.81	c   Final Root Iters :       1065
17.72/17.81	c   Root LP Estimate : +9.15765676640732e+00
17.72/17.81	c Solution           :
17.72/17.81	c   Solutions found  :        761 (2 improvements)
17.72/17.81	c   First Solution   : +1.00000000000000e+02   (in run 1, after 1 nodes, 0.01 seconds, depth 0, found by <trivial>)
17.72/17.81	c   Gap First Sol.   :   infinite
17.72/17.81	c   Gap Last Sol.    :   infinite
17.72/17.81	c   Primal Bound     : +1.10000000000000e+01   (in run 1, after 1 nodes, 0.01 seconds, depth 2, found by <locks>)
17.72/17.81	c   Dual Bound       : +1.10000000000000e+01
17.72/17.81	c   Gap              :       0.00 %
17.72/17.81	c Integrals          :      Total       Avg%
17.72/17.81	c   primal-dual      :     351.21      19.73
17.72/17.81	c   primal-ref       :          -          - (not evaluated)
17.72/17.81	c   dual-ref         :          -          - (not evaluated)
17.72/17.82	c Time complete: 17.7596.

Verifier Data

OK	11

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62847 MiB free)
  memory of node 1: 64507 MiB (63654 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=39071, runsolver pid=39064

[startup+0.10006 s]*
/proc/loadavg: 1.31 0.36 0.18 6/265 39072
/proc/meminfo: memFree=129495944/131249996 swapFree=33010684/33010684
[pid=39071] ppid=39064 vsize=64828 memory=38912 CPUtime=0.09 cores=5,7
/proc/39071/stat : 39071 (pbscip) R 39064 39071 38726 0 -1 4194304 6276 0 0 0 8 1 0 0 20 0 1 0 42502580 66383872 9728 18446744073709551615 4235264 18693293 140726244290928 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57319424 140726244293001 140726244293100 140726244293100 140726244298702 0
/proc/39071/statm: 16207 9728 3840 3530 0 7658 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 64828 KiB
Current children cumulated memory: 38912 KiB

[startup+0.204548 s]*
/proc/loadavg: 1.31 0.36 0.18 6/265 39072
/proc/meminfo: memFree=129488132/131249996 swapFree=33010684/33010684
[pid=39071] ppid=39064 vsize=74708 memory=48128 CPUtime=0.19 cores=5,7
/proc/39071/stat : 39071 (pbscip) R 39064 39071 38726 0 -1 4194304 8559 0 0 0 18 1 0 0 20 0 1 0 42502580 76500992 12000 18446744073709551615 4235264 18693293 140726244290928 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57319424 140726244293001 140726244293100 140726244293100 140726244298702 0
/proc/39071/statm: 18677 12032 3840 3530 0 10128 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 74708 KiB
Current children cumulated memory: 48128 KiB

[startup+0.304538 s]*
/proc/loadavg: 1.31 0.36 0.18 6/265 39072
/proc/meminfo: memFree=129488132/131249996 swapFree=33010684/33010684
[pid=39071] ppid=39064 vsize=77220 memory=49664 CPUtime=0.29 cores=5,7
/proc/39071/stat : 39071 (pbscip) R 39064 39071 38726 0 -1 4194304 8956 0 0 0 28 1 0 0 20 0 1 0 42502580 79073280 12416 18446744073709551615 4235264 18693293 140726244290928 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57319424 140726244293001 140726244293100 140726244293100 140726244298702 0
/proc/39071/statm: 19305 12416 3840 3530 0 10756 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 77220 KiB
Current children cumulated memory: 49664 KiB

[startup+0.700124 s]
/proc/loadavg: 1.31 0.36 0.18 6/265 39072
/proc/meminfo: memFree=129488132/131249996 swapFree=33010684/33010684
[pid=39071] ppid=39064 vsize=77220 memory=49664 CPUtime=0.68 cores=5,7
/proc/39071/stat : 39071 (pbscip) R 39064 39071 38726 0 -1 4194304 8958 0 0 0 67 1 0 0 20 0 1 0 42502580 79073280 12416 18446744073709551615 4235264 18693293 140726244290928 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57319424 140726244293001 140726244293100 140726244293100 140726244298702 0
/proc/39071/statm: 19305 12416 3840 3530 0 10756 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 77220 KiB
Current children cumulated memory: 49664 KiB

[startup+1.50012 s]
/proc/loadavg: 1.31 0.36 0.18 6/265 39072
/proc/meminfo: memFree=129484100/131249996 swapFree=33010684/33010684
[pid=39071] ppid=39064 vsize=85264 memory=57600 CPUtime=1.48 cores=5,7
/proc/39071/stat : 39071 (pbscip) R 39064 39071 38726 0 -1 4194304 10957 0 0 0 146 2 0 0 20 0 1 0 42502580 87310336 14400 18446744073709551615 4235264 18693293 140726244290928 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57319424 140726244293001 140726244293100 140726244293100 140726244298702 0
/proc/39071/statm: 21316 14400 3840 3530 0 12767 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 85264 KiB
Current children cumulated memory: 57600 KiB

[startup+3.10442 s]
/proc/loadavg: 1.31 0.36 0.18 6/265 39072
/proc/meminfo: memFree=129455820/131249996 swapFree=33010684/33010684
[pid=39071] ppid=39064 vsize=103508 memory=74112 CPUtime=3.07 cores=5,7
/proc/39071/stat : 39071 (pbscip) R 39064 39071 38726 0 -1 4194304 15012 0 0 0 305 2 0 0 20 0 1 0 42502580 105992192 18528 18446744073709551615 4235264 18693293 140726244290928 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57319424 140726244293001 140726244293100 140726244293100 140726244298702 0
/proc/39071/statm: 25877 18528 3904 3530 0 17328 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 103508 KiB
Current children cumulated memory: 74112 KiB

[startup+6.30011 s]
/proc/loadavg: 1.52 0.42 0.20 6/265 39072
/proc/meminfo: memFree=129432452/131249996 swapFree=33010684/33010684
[pid=39071] ppid=39064 vsize=115164 memory=84736 CPUtime=6.26 cores=5,7
/proc/39071/stat : 39071 (pbscip) R 39064 39071 38726 0 -1 4194304 17683 0 0 0 623 3 0 0 20 0 1 0 42502580 117927936 21184 18446744073709551615 4235264 18693293 140726244290928 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57319424 140726244293001 140726244293100 140726244293100 140726244298702 0
/proc/39071/statm: 28791 21184 3904 3530 0 20242 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 115164 KiB
Current children cumulated memory: 84736 KiB

[startup+12.7001 s]
/proc/loadavg: 1.72 0.48 0.22 6/265 39072
/proc/meminfo: memFree=129399220/131249996 swapFree=33010684/33010684
[pid=39071] ppid=39064 vsize=117640 memory=88448 CPUtime=12.64 cores=5,7
/proc/39071/stat : 39071 (pbscip) R 39064 39071 38726 0 -1 4194304 18617 0 0 0 1261 3 0 0 20 0 1 0 42502580 120463360 22112 18446744073709551615 4235264 18693293 140726244290928 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57319424 140726244293001 140726244293100 140726244293100 140726244298702 0
/proc/39071/statm: 29410 22112 3904 3530 0 20861 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 117640 KiB
Current children cumulated memory: 88448 KiB

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

# cumulated CPU time of all completed processes:  user=17.7169 s, system=0.047816 s

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

[startup+12.8001 s]
/proc/loadavg: 1.72 0.48 0.22 6/265 39072
/proc/meminfo: memFree=129399220/131249996 swapFree=33010684/33010684
[pid=39071] ppid=39064 vsize=117640 memory=88448 CPUtime=12.74 cores=5,7
/proc/39071/stat : 39071 (pbscip) R 39064 39071 38726 0 -1 4194304 18617 0 0 0 1271 3 0 0 20 0 1 0 42502580 120463360 22112 18446744073709551615 4235264 18693293 140726244290928 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57319424 140726244293001 140726244293100 140726244293100 140726244298702 0
/proc/39071/statm: 29410 22112 3904 3530 0 20861 0
Current children cumulated CPU time: 12.74 s
Current children cumulated vsize: 117640 KiB
Current children cumulated memory: 88448 KiB

[startup+16.0001 s]*
/proc/loadavg: 1.91 0.54 0.24 6/265 39072
/proc/meminfo: memFree=129365704/131249996 swapFree=33010684/33010684
[pid=39071] ppid=39064 vsize=119316 memory=89472 CPUtime=15.93 cores=5,7
/proc/39071/stat : 39071 (pbscip) R 39064 39071 38726 0 -1 4194304 18862 0 0 0 1590 3 0 0 20 0 1 0 42502580 122179584 22368 18446744073709551615 4235264 18693293 140726244290928 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57319424 140726244293001 140726244293100 140726244293100 140726244298702 0
/proc/39071/statm: 29829 22368 3904 3530 0 21280 0
Current children cumulated CPU time: 15.93 s
Current children cumulated vsize: 119316 KiB
Current children cumulated memory: 89472 KiB

[startup+16.8001 s]
/proc/loadavg: 1.91 0.54 0.24 6/265 39072
/proc/meminfo: memFree=129365704/131249996 swapFree=33010684/33010684
[pid=39071] ppid=39064 vsize=119316 memory=89472 CPUtime=16.72 cores=5,7
/proc/39071/stat : 39071 (pbscip) R 39064 39071 38726 0 -1 4194304 18862 0 0 0 1669 3 0 0 20 0 1 0 42502580 122179584 22368 18446744073709551615 4235264 18693293 140726244290928 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57319424 140726244293001 140726244293100 140726244293100 140726244298702 0
/proc/39071/statm: 29829 22368 3904 3530 0 21280 0
Current children cumulated CPU time: 16.72 s
Current children cumulated vsize: 119316 KiB
Current children cumulated memory: 89472 KiB

[startup+17.6001 s]
/proc/loadavg: 1.91 0.54 0.24 6/265 39072
/proc/meminfo: memFree=129365704/131249996 swapFree=33010684/33010684
[pid=39071] ppid=39064 vsize=120808 memory=91952 CPUtime=17.53 cores=5,7
/proc/39071/stat : 39071 (pbscip) R 39064 39071 38726 0 -1 4194304 20078 0 0 0 1749 4 0 0 20 0 1 0 42502580 123707392 22988 18446744073709551615 4235264 18693293 140726244290928 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57319424 140726244293001 140726244293100 140726244293100 140726244298702 0
/proc/39071/statm: 30202 22988 3904 3530 0 21653 0
Current children cumulated CPU time: 17.53 s
Current children cumulated vsize: 120808 KiB
Current children cumulated memory: 91952 KiB

[startup+17.8001 s]
/proc/loadavg: 1.91 0.54 0.24 6/265 39072
/proc/meminfo: memFree=129365704/131249996 swapFree=33010684/33010684
[pid=39071] ppid=39064 vsize=122412 memory=93480 CPUtime=17.72 cores=5,7
/proc/39071/stat : 39071 (pbscip) R 39064 39071 38726 0 -1 4194304 21536 0 0 0 1768 4 0 0 20 0 1 0 42502580 125349888 23370 18446744073709551615 4235264 18693293 140726244290928 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57319424 140726244293001 140726244293100 140726244293100 140726244298702 0
/proc/39071/statm: 30603 23370 3904 3530 0 22054 0
Current children cumulated CPU time: 17.72 s
Current children cumulated vsize: 122412 KiB
Current children cumulated memory: 93480 KiB

Child status: 0

Real time (s): 17.8322
CPU time (s): 17.7647
CPU user time (s): 17.7169
CPU system time (s): 0.047816
CPU usage (%): 99.6211
Max. virtual memory (cumulated for all children) (KiB): 122412
Max. memory (cumulated for all children) (KiB): 93480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.7169
system time used= 0.047816
maximum resident set size= 95912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22158
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= 82
involuntary context switches= 109


# summary of solver processes directly reported to runsolver:
#   pid: 39071
#   total CPU time (s): 17.7647
#   total CPU user time (s): 17.7169
#   total CPU system time (s): 0.047816

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.04104 second user time and 0.08184 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-30 09:24:09
IDJOB=4498243
IDBENCH=148580
IDSOLVER=3365
FILE ID=nodeC021/4498243-1751268249
RUNJOBID= nodeC021-1751268232-38745
SLURM_JOB_ID= 9594188
Free space on /tmp= 433028 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mds/normalized-mds_100_10_1.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498243-1751268249/watcher-4498243-1751268249 -o /tmp/evaluation-result-4498243-1751268249/solver-4498243-1751268249 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751268232-38745 --watchdog 3760  pbscip -f HOME/instance-4498243-1751268249.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 6ddedb73bef771d6a1c994e2b60000f2
RANDOM SEED=27383631

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129557076 kB
MemAvailable:   129651372 kB
Buffers:            3280 kB
Cached:           902080 kB
SwapCached:            0 kB
Active:           486528 kB
Inactive:         644724 kB
Active(anon):     243952 kB
Inactive(anon):        0 kB
Active(file):     242576 kB
Inactive(file):   644724 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             55948 kB
Writeback:             0 kB
AnonPages:        228976 kB
Mapped:           123712 kB
Shmem:             18060 kB
KReclaimable:      92072 kB
Slab:             178380 kB
SReclaimable:      92072 kB
SUnreclaim:        86308 kB
KernelStack:        4160 kB
PageTables:         3296 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     563848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432988 MiB
End job on nodeC021 at 2025-06-30 09:24:27