Trace number 4508883

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 2025-06-13OPT-167 608.437 610.375

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/
opb/normalized-sporttournament26.lin.opb
MD5SUM21e597bc04bc5fa012b59bdeb9fb9987
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-167
Best CPU time to get the best result obtained on this benchmark455.13
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables949
Total number of constraints1248
Number of constraints which are clauses624
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints624
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 852
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 920
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 920
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 8.0.0] [GitHash: 0408ae5eca]
0.00/0.00	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c External libraries: 
0.00/0.00	c   SoPlex 8.0.0         Linear programming solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: 67f6a391]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 4.0.0        AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 3.0.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   bliss 0.77           Computing Graph Automorphisms by T. Junttila and P. Kaski (users.aalto.fi/~tjunttil/bliss)
0.00/0.00	c   sassy 2.0            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c 
0.00/0.00	c reading problem <HOME/instance-4508883-1751509800.opb>
0.00/0.00	c original problem has 949 variables (949 bin, 0 int, 0 cont) and 1248 constraints
0.00/0.00	c problem read in 0.003 seconds
0.00/0.00	o 0
0.00/0.00	c feasible solution found by trivial heuristic after 0.0 seconds, objective value 0.000000e+00
0.00/0.00	c presolving:
0.00/0.01	c    (0.0s) running MILP presolver
0.00/0.01	c    (0.0s) MILP presolver found nothing
0.00/0.01	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 624 upgd conss, 0 impls, 0 clqs
0.00/0.02	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1248 upgd conss, 0 impls, 0 clqs
0.00/0.02	c (round 3, medium)     0 del vars, 624 del conss, 1248 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1248 upgd conss, 0 impls, 1248 clqs
0.00/0.03	c (round 4, exhaustive) 0 del vars, 2496 del conss, 1872 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1248 upgd conss, 0 impls, 1248 clqs
0.00/0.03	c    (0.0s) probing: 51/949 (5.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.03	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.03	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.03	c    (0.0s) no symmetry present (symcode time: 0.00)
0.00/0.03	c presolving (5 rounds: 5 fast, 5 medium, 4 exhaustive):
0.00/0.03	c  0 deleted vars, 2496 deleted constraints, 1872 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  0 implications, 1248 cliques
0.00/0.03	c presolved problem has 949 variables (949 bin, 0 int, 0 cont) and 624 constraints
0.00/0.03	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
0.00/0.03	c     624 constraints of type <and>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.03
0.00/0.03	c problem pure SAT
0.00/0.03	c 
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c 
0.00/0.03	c # SCIP version 10.0.0
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.03	c limits/time = 3596.999005
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.03	c limits/memory = 27900
0.00/0.03	c 
0.00/0.03	c # belongs reading time to solving time?
0.00/0.03	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c timing/reading = TRUE
0.00/0.03	c 
0.00/0.03	c # maximum allowed 'intsize' (i.e. the number of bits required to represent the sum of absolute values of all integers that appear in a constraint or objective function) or -1 for unlimited
0.00/0.03	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
0.00/0.03	c reading/opbreader/maxintsize = 47
0.00/0.03	c 
0.00/0.03	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
0.00/0.03	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
0.00/0.03	c propagating/genvbounds/timingmask = 0
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c transformed 2/2 original solutions to the transformed problem space
0.00/0.03	c 
0.00/0.04	o -48
0.00/0.04	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.04	c p 0.0s|     1 |     0 |     0 |     - |  clique|   0 | 949 | 624 |1248 |   0 |  0 |   0 |   0 |-4.600000e+02 |-4.800000e+01 | 858.33%| unknown
0.00/0.05	o -122
0.00/0.05	c p 0.1s|     1 |     0 |     0 |     - | vbounds|   0 | 949 | 624 |1248 |   0 |  0 |   0 |   0 |-4.600000e+02 |-1.220000e+02 | 277.05%| unknown
0.00/0.08	c   0.1s|     1 |     0 |   817 |     - |    14M |   0 | 949 | 624 |1248 |   0 |  0 |   0 |   0 |-2.110000e+02 |-1.220000e+02 |  72.95%| unknown
0.09/0.14	c   0.1s|     1 |     0 |   914 |     - |    14M |   0 | 949 | 624 |1433 | 185 |  1 |   0 |   0 |-2.100000e+02 |-1.220000e+02 |  72.13%| unknown
0.09/0.14	o -143
0.09/0.14	c r 0.1s|     1 |     0 |   914 |     - |shifting|   0 | 949 | 624 |1433 | 185 |  1 |   0 |   0 |-2.100000e+02 |-1.430000e+02 |  46.85%| unknown
0.20/0.21	c   0.2s|     1 |     0 |  1334 |     - |    17M |   0 | 949 | 624 |1555 | 307 |  2 |   0 |   0 |-1.920000e+02 |-1.430000e+02 |  34.27%| unknown
0.20/0.21	o -144
0.20/0.21	c i 0.2s|     1 |     0 |  1334 |     - |  oneopt|   0 | 949 | 624 |1555 | 307 |  2 |   0 |   0 |-1.920000e+02 |-1.440000e+02 |  33.33%| unknown
0.20/0.26	c   0.3s|     1 |     0 |  1552 |     - |    18M |   0 | 949 | 624 |1599 | 351 |  3 |   0 |   0 |-1.910000e+02 |-1.440000e+02 |  32.64%| unknown
0.30/0.34	c   0.3s|     1 |     0 |  1832 |     - |    21M |   0 | 949 | 624 |1634 | 386 |  4 |   0 |   0 |-1.885000e+02 |-1.440000e+02 |  30.90%| unknown
0.40/0.44	c   0.4s|     1 |     0 |  2147 |     - |    23M |   0 | 949 | 624 |1658 | 410 |  5 |   0 |   0 |-1.854375e+02 |-1.440000e+02 |  28.78%| unknown
0.59/0.65	c   0.7s|     1 |     0 |  2686 |     - |    30M |   0 | 949 | 624 |1684 | 436 |  6 |   0 |   0 |-1.839375e+02 |-1.440000e+02 |  27.73%| unknown
0.78/0.81	c   0.8s|     1 |     0 |  3190 |     - |    31M |   0 | 949 | 624 |1710 | 462 |  7 |   0 |   0 |-1.820156e+02 |-1.440000e+02 |  26.40%| unknown
0.88/0.94	c   0.9s|     1 |     0 |  3653 |     - |    33M |   0 | 949 | 624 |1743 | 495 |  8 |   0 |   0 |-1.807005e+02 |-1.440000e+02 |  25.49%| unknown
0.99/1.07	c   1.1s|     1 |     0 |  4040 |     - |    36M |   0 | 949 | 624 |1763 | 515 |  9 |   0 |   0 |-1.794800e+02 |-1.440000e+02 |  24.64%| unknown
1.18/1.24	c   1.2s|     1 |     0 |  4713 |     - |    43M |   0 | 949 | 624 |1785 | 537 | 10 |   0 |   0 |-1.781985e+02 |-1.440000e+02 |  23.75%| unknown
1.28/1.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.28/1.31	c   1.3s|     1 |     0 |  5390 |     - |    43M |   0 | 949 | 624 |1808 | 560 | 11 |   0 |   0 |-1.775540e+02 |-1.440000e+02 |  23.30%| unknown
1.28/1.38	c   1.4s|     1 |     0 |  5940 |     - |    44M |   0 | 949 | 624 |1834 | 586 | 12 |   0 |   0 |-1.768380e+02 |-1.440000e+02 |  22.80%| unknown
1.38/1.43	c   1.4s|     1 |     0 |  6327 |     - |    44M |   0 | 949 | 624 |1852 | 604 | 13 |   0 |   0 |-1.765684e+02 |-1.440000e+02 |  22.62%| unknown
1.48/1.53	c   1.5s|     1 |     0 |  7037 |     - |    44M |   0 | 949 | 624 |1866 | 618 | 14 |   0 |   0 |-1.762254e+02 |-1.440000e+02 |  22.38%| unknown
1.58/1.60	c   1.6s|     1 |     0 |  7508 |     - |    44M |   0 | 949 | 624 |1826 | 632 | 15 |   0 |   0 |-1.760331e+02 |-1.440000e+02 |  22.25%| unknown
1.68/1.70	c   1.7s|     1 |     0 |  8265 |     - |    44M |   0 | 949 | 624 |1842 | 648 | 16 |   0 |   0 |-1.756765e+02 |-1.440000e+02 |  22.00%| unknown
1.68/1.78	c   1.8s|     1 |     0 |  8785 |     - |    45M |   0 | 949 | 624 |1855 | 661 | 17 |   0 |   0 |-1.754670e+02 |-1.440000e+02 |  21.85%| unknown
1.78/1.83	c   1.8s|     1 |     0 |  9114 |     - |    45M |   0 | 949 | 624 |1870 | 676 | 18 |   0 |   0 |-1.753900e+02 |-1.440000e+02 |  21.80%| unknown
1.88/1.90	c   1.9s|     1 |     0 |  9571 |     - |    45M |   0 | 949 | 624 |1885 | 691 | 19 |   0 |   0 |-1.751891e+02 |-1.440000e+02 |  21.66%| unknown
1.88/1.97	c   2.0s|     1 |     0 | 10073 |     - |    45M |   0 | 949 | 624 |1896 | 702 | 20 |   0 |   0 |-1.749912e+02 |-1.440000e+02 |  21.52%| unknown
1.88/2.00	c   2.0s|     1 |     0 | 10180 |     - |    45M |   0 | 949 | 624 |1857 | 711 | 21 |   0 |   0 |-1.749849e+02 |-1.440000e+02 |  21.52%| unknown
1.99/2.02	c   2.0s|     1 |     0 | 10240 |     - |    45M |   0 | 949 | 624 |1864 | 718 | 22 |   0 |   0 |-1.749795e+02 |-1.440000e+02 |  21.51%| unknown
1.99/2.03	c   2.0s|     1 |     0 | 10244 |     - |    46M |   0 | 949 | 625 |1866 | 720 | 23 |   1 |   0 |-1.749795e+02 |-1.440000e+02 |  21.51%| unknown
3.08/3.17	o -150
3.08/3.17	c d 3.2s|     1 |     0 | 23184 |     - |farkasdi|   0 | 949 | 625 |1866 |   0 | 24 |   1 |   0 |-1.749795e+02 |-1.500000e+02 |  16.65%| unknown
3.68/3.77	o -156
3.68/3.77	c d 3.8s|     1 |     0 | 31564 |     - |conflict|   0 | 949 | 625 |1866 |   0 | 24 |   1 |   0 |-1.749795e+02 |-1.560000e+02 |  12.17%| unknown
3.68/3.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.68/3.78	c   3.8s|     1 |     0 | 31566 |     - |    46M |   0 | 949 | 625 |1866 | 720 | 24 |   1 |   0 |-1.749795e+02 |-1.560000e+02 |  12.17%| unknown
3.68/3.78	o -157
3.68/3.78	c i 3.8s|     1 |     0 | 31566 |     - |  oneopt|   0 | 949 | 625 |1866 | 720 | 24 |   1 |   0 |-1.749795e+02 |-1.570000e+02 |  11.45%| unknown
3.78/3.80	c   3.8s|     1 |     0 | 31573 |     - |    46M |   0 | 949 | 625 |1870 | 724 | 25 |   1 |   0 |-1.749795e+02 |-1.570000e+02 |  11.45%| unknown
6.57/6.64	c   6.6s|     1 |     2 | 31573 |     - |    46M |   0 | 949 | 625 |1870 | 724 | 26 |   1 |  29 |-1.746488e+02 |-1.570000e+02 |  11.24%| unknown
22.22/22.33	o -158
22.22/22.33	c *22.3s|    51 |    47 | 56307 | 921.2 |    LP  |  36 | 949 | 631 |1930 |1062 |  1 |   7 | 186 |-1.745819e+02 |-1.580000e+02 |  10.49%| unknown
22.71/22.89	o -159
22.71/22.89	c *22.9s|    67 |    55 | 58107 | 725.1 |    LP  |  41 | 949 | 631 |1945 |1087 |  1 |   7 | 186 |-1.745819e+02 |-1.590000e+02 |   9.80%| unknown
22.92/23.03	o -160
22.92/23.03	c *23.0s|    70 |    52 | 58300 | 696.4 |    LP  |  41 | 949 | 631 |1942 |1092 |  2 |   7 | 186 |-1.745819e+02 |-1.600000e+02 |   9.11%| unknown
26.41/26.53	o -161
26.41/26.53	c r26.5s|   100 |    64 | 71781 | 621.5 |rounding|  41 | 949 | 631 |1935 |1268 |  0 |   7 | 200 |-1.745819e+02 |-1.610000e+02 |   8.44%| unknown
28.40/28.51	o -162
28.40/28.51	c *28.5s|   146 |    72 | 84575 | 512.6 |    LP  |  41 | 949 | 642 |1936 |1411 |  1 |  18 | 200 |-1.742911e+02 |-1.620000e+02 |   7.59%| unknown
31.59/31.70	c  31.7s|   200 |    96 |100194 | 452.0 |   132M |  41 | 949 | 642 |1959 |1526 |  0 |  18 | 213 |-1.742124e+02 |-1.620000e+02 |   7.54%| unknown
37.46/37.65	c  37.7s|   300 |   124 |144298 | 448.3 |   140M |  41 | 949 | 642 |1961 |1676 |  0 |  18 | 227 |-1.738212e+02 |-1.620000e+02 |   7.30%| unknown
42.15/42.36	c  42.4s|   400 |   142 |168038 | 395.5 |   140M |  41 | 949 | 686 |1962 |1782 |  1 |  62 | 264 |-1.736169e+02 |-1.620000e+02 |   7.17%| unknown
43.15/43.35	o -163
43.15/43.35	c *43.4s|   452 |   134 |174157 | 363.4 |    LP  |  41 | 949 | 703 |1966 |1809 |  1 |  79 | 286 |-1.736169e+02 |-1.630000e+02 |   6.51%| unknown
44.25/44.47	c  44.5s|   500 |   138 |186685 | 353.6 |   141M |  41 | 949 | 711 |1961 |1834 |  1 |  87 | 286 |-1.735254e+02 |-1.630000e+02 |   6.46%| unknown
47.44/47.68	c  47.7s|   600 |   136 |209108 | 332.0 |   141M |  41 | 949 | 730 |1940 |1905 |  0 | 106 | 309 |-1.733687e+02 |-1.630000e+02 |   6.36%| unknown
49.53/49.77	o -164
49.53/49.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
49.53/49.77	c *49.8s|   657 |   150 |224677 | 326.9 |    LP  |  41 | 949 | 734 |1952 |1973 |  1 | 110 | 323 |-1.731811e+02 |-1.640000e+02 |   5.60%| unknown
51.03/51.22	c  51.2s|   700 |   149 |233439 | 319.3 |   141M |  41 | 949 | 740 |1947 |2003 |  1 | 116 | 336 |-1.731807e+02 |-1.640000e+02 |   5.60%| unknown
52.62/52.82	c  52.8s|   800 |   147 |247679 | 297.2 |   141M |  41 | 949 | 767 |1952 |2031 |  2 | 143 | 352 |-1.731807e+02 |-1.640000e+02 |   5.60%| unknown
55.82/56.05	c  56.1s|   900 |   145 |267153 | 285.8 |   141M |  41 | 949 | 824 |1932 |2147 |  1 | 200 | 392 |-1.731807e+02 |-1.640000e+02 |   5.60%| unknown
60.80/61.09	c  61.1s|  1000 |   157 |294016 | 284.1 |   140M |  41 | 949 | 870 |1912 |2322 |  1 | 246 | 433 |-1.731606e+02 |-1.640000e+02 |   5.59%| unknown
61.69/61.99	o -165
61.69/61.99	c *62.0s|  1063 |   162 |303554 | 276.2 |    LP  |  41 | 949 | 870 |1934 |2375 |  2 | 246 | 433 |-1.731115e+02 |-1.650000e+02 |   4.92%| unknown
62.39/62.60	c  62.6s|  1100 |   167 |309857 | 272.6 |   140M |  41 | 949 | 870 |1931 |2412 |  0 | 246 | 433 |-1.730996e+02 |-1.650000e+02 |   4.91%| unknown
66.57/66.83	c  66.8s|  1200 |   181 |347069 | 280.9 |   140M |  41 | 949 | 881 |1942 |2500 |  0 | 257 | 445 |-1.730442e+02 |-1.650000e+02 |   4.88%| unknown
71.06/71.36	c  71.4s|  1300 |   221 |378278 | 283.3 |   140M |  41 | 949 | 887 |1948 |2610 |  2 | 263 | 471 |-1.727799e+02 |-1.650000e+02 |   4.72%| unknown
74.25/74.56	o -166
74.25/74.56	c L74.6s|  1370 |   203 |393229 | 279.8 |    rins|  41 | 949 | 904 |1942 |2702 |  2 | 285 | 494 |-1.727207e+02 |-1.660000e+02 |   4.05%| unknown
76.54/76.88	c  76.9s|  1400 |   213 |400637 | 279.0 |   143M |  41 | 949 | 904 |1947 |2763 |  0 | 285 | 506 |-1.727013e+02 |-1.660000e+02 |   4.04%| unknown
84.52/84.84	c  84.8s|  1500 |   237 |438546 | 285.7 |   156M |  41 | 949 | 950 |1959 |2994 |  2 | 331 | 542 |-1.725500e+02 |-1.660000e+02 |   3.95%| unknown
89.50/89.83	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
89.50/89.84	c (run 1, node 1594) performing user restart
89.50/89.84	c 
89.50/89.84	c (restart) converted 441 cuts from the global cut pool into linear constraints
89.50/89.84	c 
89.80/90.13	c presolving:
89.80/90.13	c (round 1, fast)       0 del vars, 7 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1248 clqs
89.80/90.14	c (round 2, exhaustive) 0 del vars, 7 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 441 upgd conss, 0 impls, 1248 clqs
89.80/90.15	c (round 3, exhaustive) 0 del vars, 27 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 68 chg coeffs, 441 upgd conss, 0 impls, 1248 clqs
89.80/90.15	c (round 4, exhaustive) 0 del vars, 35 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 68 chg coeffs, 441 upgd conss, 0 impls, 1248 clqs
89.80/90.15	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
89.80/90.15	c  0 deleted vars, 35 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 68 changed coefficients
89.80/90.15	c  0 implications, 1248 cliques
89.80/90.15	c presolved problem has 949 variables (949 bin, 0 int, 0 cont) and 1364 constraints
89.80/90.15	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
89.80/90.15	c     295 constraints of type <knapsack>
89.80/90.15	c     146 constraints of type <setppc>
89.80/90.15	c     624 constraints of type <and>
89.80/90.15	c     299 constraints of type <logicor>
89.80/90.15	c transformed objective value is always integral (scale: 1)
89.80/90.15	c Presolving Time: 0.06
89.80/90.16	c transformed 36/36 original solutions to the transformed problem space
89.80/90.16	c 
90.30/90.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
90.30/90.64	c  90.6s|     1 |     0 |468022 |     - |   176M |   0 | 949 |1364 |1689 |   0 |  0 | 339 | 563 |-1.725379e+02 |-1.660000e+02 |   3.94%| unknown
90.49/90.88	c  90.9s|     1 |     0 |468492 |     - |   190M |   0 | 949 |1364 |1736 |  47 |  1 | 339 | 563 |-1.725379e+02 |-1.660000e+02 |   3.94%| unknown
91.00/91.34	c  91.3s|     1 |     0 |469471 |     - |   205M |   0 | 949 |1364 |1781 |  92 |  2 | 339 | 563 |-1.725379e+02 |-1.660000e+02 |   3.94%| unknown
91.29/91.64	c  91.6s|     1 |     0 |470183 |     - |   220M |   0 | 949 |1364 |1813 | 124 |  3 | 339 | 563 |-1.725379e+02 |-1.660000e+02 |   3.94%| unknown
91.70/92.00	c  92.0s|     1 |     0 |470920 |     - |   221M |   0 | 949 |1364 |1829 | 140 |  4 | 339 | 563 |-1.725379e+02 |-1.660000e+02 |   3.94%| unknown
92.20/92.56	c  92.6s|     1 |     0 |471195 |     - |   223M |   0 | 949 |1364 |1849 | 160 |  5 | 339 | 563 |-1.725379e+02 |-1.660000e+02 |   3.94%| unknown
92.80/93.17	c  93.2s|     1 |     0 |471607 |     - |   238M |   0 | 949 |1364 |1857 | 168 |  6 | 339 | 563 |-1.725379e+02 |-1.660000e+02 |   3.94%| unknown
93.09/93.47	c  93.5s|     1 |     0 |472243 |     - |   250M |   0 | 949 |1364 |1869 | 180 |  7 | 339 | 563 |-1.725379e+02 |-1.660000e+02 |   3.94%| unknown
93.70/94.06	c  94.1s|     1 |     0 |472481 |     - |   261M |   0 | 949 |1364 |1875 | 186 |  8 | 339 | 563 |-1.725379e+02 |-1.660000e+02 |   3.94%| unknown
94.29/94.66	c  94.7s|     1 |     0 |472715 |     - |   257M |   0 | 949 |1364 |1883 | 194 |  9 | 339 | 563 |-1.725379e+02 |-1.660000e+02 |   3.94%| unknown
94.79/95.14	c  95.1s|     1 |     0 |473072 |     - |   261M |   0 | 949 |1364 |1889 | 200 | 10 | 339 | 563 |-1.725379e+02 |-1.660000e+02 |   3.94%| unknown
94.88/95.27	c  95.3s|     1 |     0 |473334 |     - |   261M |   0 | 949 |1364 |1895 | 206 | 11 | 339 | 563 |-1.725379e+02 |-1.660000e+02 |   3.94%| unknown
95.08/95.43	c  95.4s|     1 |     0 |473818 |     - |   261M |   0 | 949 |1364 |1844 | 217 | 12 | 339 | 563 |-1.725379e+02 |-1.660000e+02 |   3.94%| unknown
95.28/95.60	c  95.6s|     1 |     0 |474172 |     - |   261M |   0 | 949 |1364 |1852 | 225 | 13 | 339 | 563 |-1.725379e+02 |-1.660000e+02 |   3.94%| unknown
95.38/95.74	c  95.7s|     1 |     0 |474262 |     - |   261M |   0 | 949 |1364 |1859 | 232 | 14 | 339 | 563 |-1.725379e+02 |-1.660000e+02 |   3.94%| unknown
95.58/95.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
95.58/95.92	c  95.9s|     1 |     0 |474556 |     - |   262M |   0 | 949 |1364 |1864 | 237 | 15 | 339 | 563 |-1.725379e+02 |-1.660000e+02 |   3.94%| unknown
95.79/96.12	c  96.1s|     1 |     0 |474837 |     - |   262M |   0 | 949 |1364 |1874 | 247 | 16 | 339 | 563 |-1.725379e+02 |-1.660000e+02 |   3.94%| unknown
95.88/96.28	c  96.3s|     1 |     0 |474904 |     - |   262M |   0 | 949 |1364 |1880 | 253 | 17 | 339 | 563 |-1.725379e+02 |-1.660000e+02 |   3.94%| unknown
96.18/96.50	c  96.5s|     1 |     0 |475318 |     - |   262M |   0 | 949 |1365 |1828 | 256 | 18 | 340 | 563 |-1.725379e+02 |-1.660000e+02 |   3.94%| unknown
96.28/96.66	c  96.7s|     1 |     0 |475451 |     - |   262M |   0 | 949 |1365 |1833 | 261 | 19 | 340 | 563 |-1.725379e+02 |-1.660000e+02 |   3.94%| unknown
96.48/96.85	c  96.8s|     1 |     0 |475809 |     - |   262M |   0 | 949 |1365 |1842 | 270 | 20 | 340 | 563 |-1.725379e+02 |-1.660000e+02 |   3.94%| unknown
96.58/96.99	c  97.0s|     1 |     0 |475869 |     - |   262M |   0 | 949 |1365 |1849 | 277 | 21 | 340 | 563 |-1.725379e+02 |-1.660000e+02 |   3.94%| unknown
100.17/100.50	c   101s|     1 |     2 |487443 |     - |   262M |   0 | 949 |1373 |1849 | 277 | 22 | 348 | 581 |-1.725379e+02 |-1.660000e+02 |   3.94%| unknown
104.66/105.04	o -167
104.66/105.04	c * 105s|    49 |    22 |507881 | 294.9 |    LP  |  22 | 949 |1378 |1912 | 576 |  2 | 353 | 598 |-1.725379e+02 |-1.670000e+02 |   3.32%| unknown
108.14/108.58	c   109s|   100 |    33 |546881 | 309.0 |   283M |  22 | 949 |1386 |1911 | 657 |  0 | 361 | 599 |-1.725379e+02 |-1.670000e+02 |   3.32%| unknown
113.92/114.33	c   114s|   200 |    49 |581888 | 311.3 |   291M |  22 | 949 |1413 |1909 | 799 |  0 | 388 | 638 |-1.723524e+02 |-1.670000e+02 |   3.21%| unknown
116.81/117.29	c   117s|   300 |    51 |605223 | 307.2 |   291M |  22 | 949 |1447 |1914 | 883 |  0 | 422 | 652 |-1.722542e+02 |-1.670000e+02 |   3.15%| unknown
121.90/122.35	c   122s|   400 |    63 |635844 | 307.2 |   334M |  22 | 949 |1457 |1918 |1016 |  2 | 432 | 680 |-1.720253e+02 |-1.670000e+02 |   3.01%| unknown
127.88/128.32	c   128s|   500 |    67 |669250 | 308.4 |   371M |  22 | 949 |1563 |1907 |1111 |  2 | 538 | 744 |-1.719658e+02 |-1.670000e+02 |   2.97%| unknown
135.86/136.35	c   136s|   600 |    81 |708425 | 312.2 |   426M |  22 | 949 |1676 |1908 |1284 |  1 | 651 | 823 |-1.718922e+02 |-1.670000e+02 |   2.93%|  21.17%
138.15/138.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
138.15/138.68	c   139s|   700 |    79 |725049 | 305.9 |   426M |  22 | 949 |1726 |1932 |1348 |  0 | 702 | 864 |-1.718922e+02 |-1.670000e+02 |   2.93%|  21.20%
145.02/145.56	c   146s|   800 |    99 |759436 | 307.5 |   486M |  22 | 949 |1816 |1932 |1473 |  0 | 792 | 929 |-1.717619e+02 |-1.670000e+02 |   2.85%|  21.87%
152.10/152.67	c   153s|   900 |   109 |792194 | 308.3 |   484M |  22 | 949 |1874 |1940 |1578 |  0 | 850 | 975 |-1.717050e+02 |-1.670000e+02 |   2.82%|  22.13%
157.68/158.20	c   158s|  1000 |   129 |830629 | 311.2 |   484M |  22 | 949 |1986 |1936 |1676 |  1 | 962 |1039 |-1.715547e+02 |-1.670000e+02 |   2.73%|  22.93%
164.67/165.25	c   165s|  1100 |   135 |864660 | 312.3 |   485M |  22 | 949 |2074 |1933 |1800 |  6 |1050 |1105 |-1.715130e+02 |-1.670000e+02 |   2.70%|  23.87%
169.85/170.49	c   170s|  1200 |   137 |894164 | 311.7 |   486M |  22 | 949 |2198 |1924 |1938 |  0 |1174 |1174 |-1.715130e+02 |-1.670000e+02 |   2.70%|  23.95%
176.63/177.20	c   177s|  1300 |   153 |937013 | 315.7 |   487M |  22 | 949 |2328 |1942 |2093 |  2 |1307 |1245 |-1.714542e+02 |-1.670000e+02 |   2.67%|  25.22%
183.91/184.54	c   185s|  1400 |   165 |971835 | 316.8 |   488M |  22 | 949 |2415 |1951 |2201 |  0 |1402 |1304 |-1.713669e+02 |-1.670000e+02 |   2.61%|  25.41%
191.18/191.85	c   192s|  1500 |   183 |  1012k| 319.8 |   489M |  22 | 949 |2432 |1936 |2380 |  0 |1425 |1317 |-1.713364e+02 |-1.670000e+02 |   2.60%|  26.33%
198.16/198.88	c   199s|  1600 |   185 |  1049k| 321.4 |   491M |  22 | 949 |2487 |1974 |2511 |  0 |1485 |1350 |-1.713163e+02 |-1.670000e+02 |   2.58%|  26.59%
204.35/205.02	c   205s|  1700 |   207 |  1088k| 323.3 |   491M |  22 | 949 |2626 |1975 |2593 |  1 |1628 |1416 |-1.712461e+02 |-1.670000e+02 |   2.54%|  27.45%
212.51/213.29	c   213s|  1800 |   221 |  1126k| 324.9 |   493M |  22 | 949 |2685 |1954 |2766 |  0 |1694 |1447 |-1.712257e+02 |-1.670000e+02 |   2.53%|  28.28%
218.89/219.63	c   220s|  1900 |   247 |  1169k| 328.0 |   493M |  22 | 949 |2753 |1943 |2884 |  0 |1768 |1488 |-1.711988e+02 |-1.670000e+02 |   2.51%|  28.75%
224.67/225.47	c   225s|  2000 |   243 |  1202k| 328.0 |   495M |  22 | 949 |2769 |1997 |2995 |  5 |1795 |1508 |-1.711908e+02 |-1.670000e+02 |   2.51%|  28.98%
231.15/231.90	c   232s|  2100 |   251 |  1238k| 328.8 |   495M |  22 | 949 |2786 |1972 |3126 |  0 |1820 |1520 |-1.711417e+02 |-1.670000e+02 |   2.48%|  29.74%
239.43/240.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
239.43/240.21	c   240s|  2200 |   255 |  1277k| 330.5 |   496M |  22 | 949 |2827 |1980 |3292 |  0 |1866 |1566 |-1.710583e+02 |-1.670000e+02 |   2.43%|  30.45%
246.21/247.06	c   247s|  2300 |   269 |  1315k| 331.7 |   497M |  22 | 949 |2889 |1972 |3444 |  2 |1938 |1600 |-1.709957e+02 |-1.670000e+02 |   2.39%|  30.71%
254.08/254.98	c   255s|  2400 |   279 |  1351k| 332.6 |   499M |  22 | 949 |2924 |1967 |3662 |  0 |1978 |1622 |-1.709332e+02 |-1.670000e+02 |   2.36%|  31.22%
260.56/261.45	c   261s|  2500 |   283 |  1383k| 332.3 |   500M |  22 | 949 |2940 |2002 |3813 |  0 |1996 |1628 |-1.709291e+02 |-1.670000e+02 |   2.35%|  31.38%
272.43/273.39	c   273s|  2600 |   291 |  1427k| 334.7 |   502M |  22 | 949 |2978 |1977 |4086 |  2 |2038 |1676 |-1.709186e+02 |-1.670000e+02 |   2.35%|  31.74%
280.00/281.00	c   281s|  2700 |   307 |  1465k| 335.9 |   503M |  22 | 949 |3054 |1959 |4265 |  3 |2117 |1712 |-1.708771e+02 |-1.670000e+02 |   2.32%|  32.00%
290.37/291.35	c   291s|  2800 |   297 |  1510k| 338.5 |   505M |  22 | 949 |3122 |1994 |4498 |  1 |2193 |1765 |-1.708771e+02 |-1.670000e+02 |   2.32%|  32.43%
302.43/303.45	c   303s|  2900 |   297 |  1562k| 342.5 |   506M |  22 | 949 |3159 |1990 |4792 |  0 |2233 |1798 |-1.708362e+02 |-1.670000e+02 |   2.30%|  34.07%
317.38/318.42	c   318s|  3000 |   289 |  1619k| 347.5 |   507M |  22 | 949 |3262 |1996 |5251 |  0 |2340 |1846 |-1.708017e+02 |-1.670000e+02 |   2.28%|  34.80%
328.14/329.29	c   329s|  3100 |   295 |  1669k| 350.6 |   509M |  22 | 949 |3327 |2006 |5499 |  0 |2411 |1881 |-1.707296e+02 |-1.670000e+02 |   2.23%|  35.42%
342.30/343.40	c   343s|  3200 |   293 |  1722k| 354.5 |   509M |  22 | 949 |3414 |2010 |5872 |  4 |2501 |1938 |-1.707203e+02 |-1.670000e+02 |   2.23%|  36.11%
356.96/358.13	c   358s|  3300 |   299 |  1778k| 358.7 |   509M |  22 | 949 |3476 |1989 |6300 |  6 |2567 |1994 |-1.706908e+02 |-1.670000e+02 |   2.21%|  36.87%
368.02/369.23	c   369s|  3400 |   285 |  1825k| 360.8 |   509M |  22 | 949 |3483 |2002 |6610 |  2 |2581 |2002 |-1.706894e+02 |-1.670000e+02 |   2.21%|  37.76%
381.28/382.56	c   383s|  3500 |   283 |  1876k| 363.8 |   510M |  22 | 949 |3528 |2029 |6956 |  6 |2631 |2027 |-1.706245e+02 |-1.670000e+02 |   2.17%|  38.44%
396.33/397.63	c   398s|  3600 |   275 |  1932k| 367.6 |   513M |  22 | 949 |3532 |2014 |7445 |  2 |2645 |2033 |-1.706089e+02 |-1.670000e+02 |   2.16%|  39.55%
411.18/412.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
411.18/412.53	c   413s|  3700 |   265 |  1987k| 371.0 |   514M |  22 | 949 |3564 |2023 |7947 |  6 |2678 |2050 |-1.705875e+02 |-1.670000e+02 |   2.15%|  40.70%
427.03/428.40	c   428s|  3800 |   247 |  2043k| 374.5 |   515M |  22 | 949 |3602 |1994 |8365 |  0 |2737 |2093 |-1.705691e+02 |-1.670000e+02 |   2.14%|  44.38%
445.07/446.55	c   447s|  3900 |   223 |  2113k| 380.5 |   514M |  22 | 949 |3665 |2017 |8956 |  1 |2815 |2127 |-1.705334e+02 |-1.670000e+02 |   2.12%|  46.31%
465.61/467.13	c   467s|  4000 |   201 |  2184k| 386.4 |   515M |  22 | 949 |3715 |2017 |9596 |  0 |2896 |2204 |-1.705176e+02 |-1.670000e+02 |   2.11%|  50.25%
481.95/483.56	c   484s|  4100 |   185 |  2249k| 390.9 |   510M |  22 | 949 |3759 |2026 |  10k|  0 |2996 |2270 |-1.704479e+02 |-1.670000e+02 |   2.06%|  54.16%
500.40/502.07	c   502s|  4200 |   177 |  2304k| 393.8 |   510M |  22 | 949 |3800 |1990 |  10k|  4 |3068 |2348 |-1.704190e+02 |-1.670000e+02 |   2.05%|  58.02%
513.75/515.48	c   515s|  4300 |   159 |  2359k| 396.4 |   511M |  22 | 949 |3818 |2005 |  11k|  0 |3105 |2370 |-1.703914e+02 |-1.670000e+02 |   2.03%|  61.55%
530.59/532.38	c   532s|  4400 |   147 |  2424k| 400.6 |   511M |  22 | 949 |3887 |1987 |  11k|  2 |3226 |2445 |-1.703613e+02 |-1.670000e+02 |   2.01%|  63.31%
547.74/549.50	c   550s|  4500 |   131 |  2492k| 405.1 |   511M |  22 | 949 |3917 |1987 |  12k|  2 |3292 |2503 |-1.703329e+02 |-1.670000e+02 |   2.00%|  65.35%
560.81/562.64	c   563s|  4600 |   107 |  2549k| 407.9 |   511M |  22 | 949 |3905 |1990 |  12k|  2 |3317 |2518 |-1.702900e+02 |-1.670000e+02 |   1.97%|  71.83%
573.96/575.88	c   576s|  4700 |    87 |  2609k| 410.9 |   511M |  22 | 949 |3921 |2019 |  13k|  1 |3354 |2542 |-1.702497e+02 |-1.670000e+02 |   1.95%|  74.19%
584.03/585.91	c   586s|  4800 |    69 |  2662k| 412.8 |   511M |  22 | 949 |3913 |2012 |  13k|  2 |3362 |2550 |-1.701945e+02 |-1.670000e+02 |   1.91%|  78.93%
594.20/596.16	c   596s|  4900 |    47 |  2715k| 414.6 |   511M |  22 | 949 |3897 |2043 |  14k|  0 |3371 |2556 |-1.700841e+02 |-1.670000e+02 |   1.85%|  83.37%
601.27/603.26	c   603s|  5000 |    21 |  2764k| 415.7 |   511M |  22 | 949 |3900 |2017 |  14k|  0 |3397 |2571 |-1.699886e+02 |-1.670000e+02 |   1.79%|  88.57%
607.35/609.30	c 
607.35/609.30	c SCIP Status        : problem is solved [optimal solution found]
607.35/609.30	c Solving Time (sec) : 609.30
607.35/609.30	c Solving Nodes      : 5099 (total of 6693 nodes in 2 runs)
607.35/609.30	c Primal Bound       : -1.67000000000000e+02 (48 solutions)
607.35/609.30	c Dual Bound         : -1.67000000000000e+02
607.35/609.30	c Gap                : 0.00 %
607.35/609.30	s OPTIMUM FOUND
607.35/609.30	v -x326 -x1 x2 -x327 -x136 -x328 -x329 -x330 -x89 x331 x133 x332 -x333 -x3 x14 -x334 x59 -x335 -x336 -x337 x4 -x78 -x338 -x201 x339
607.35/609.30	v -x340 -x341 -x5 -x34 -x342 x35 -x343 x76 -x344 -x345 -x6 -x346 -x347 -x348 -x349 -x7 x62 -x350 -x169 -x351 -x352 -x353 x8 -x11 -x354
607.35/609.30	v -x15 -x355 -x356 -x357 -x9 x63 -x358 -x79 -x359 -x199 -x360 -x361 -x10 x145 -x362 -x149 -x363 x172 -x364 -x365 -x366 x97 -x367 -x368
607.35/609.30	v -x12 x122 -x369 -x171 -x370 x204 -x371 -x372 x13 -x17 -x373 -x228 -x374 x375 x60 x376 -x377 -x378 -x379 -x16 -x83 -x380 x106 -x381
607.35/609.30	v -x180 -x382 -x383 x18 -x384 x42 -x385 x56 -x386 -x22 x387 x19 x197 -x388 x389 -x390 x391 x20 x107 -x392 -x127 x393 x211 -x394 -x395
607.35/609.30	v -x21 -x30 -x396 x40 -x397 -x68 -x398 -x399 x23 -x400 x31 -x401 x73 -x402 -x26 -x403 -x24 -x404 x128 -x405 x155 -x406 -x407 -x25
607.35/609.30	v -x408 x53 -x409 -x410 -x411 x27 -x412 x92 -x413 -x414 -x32 -x415 x28 -x416 -x156 -x417 -x181 x418 x419 x29 -x420 -x70 -x421 x422
607.35/609.30	v -x423 x216 -x424 -x220 -x425 -x426 -x43 -x427 -x55 -x428 -x429 x33 -x430 x113 -x431 -x432 -x433 -x434 -x96 x435 x142 -x436 x36 -x37
607.35/609.30	v -x437 -x47 -x438 -x101 x439 -x440 x48 -x441 -x66 -x442 -x123 -x443 -x38 -x444 x182 -x445 x212 -x446 -x447 -x39 -x448 x85 -x449 -x450
607.35/609.30	v -x451 -x86 -x452 -x453 -x41 -x454 -x455 -x456 -x457 -x57 -x458 -x72 -x459 x44 -x460 x137 -x461 -x462 -x45 x95 -x463 -x464 -x46 -x465
607.35/609.30	v -x466 -x467 -x468 x49 -x469 -x470 -x152 -x471 -x50 -x472 x473 -x474 -x475 x476 -x477 x154 -x478 -x479 -x51 -x480 x214 -x481 -x482
607.35/609.30	v -x483 -x52 -x484 x109 -x485 -x486 -x487 -x488 -x489 x54 -x490 -x223 -x491 -x492 -x493 -x494 x90 -x495 -x74 -x496 -x91 -x497 x58
607.35/609.30	v -x498 x226 -x499 -x500 -x116 -x501 -x140 x502 x166 -x503 -x504 -x61 -x505 -x506 -x507 x508 x80 x509 x510 x511 -x512 -x64 -x513 x100
607.35/609.30	v -x514 -x515 -x516 -x65 x67 -x517 x102 -x518 x178 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 x69 -x527 x528 -x529 -x131 x530
607.35/609.30	v x215 -x531 -x532 -x533 x71 -x534 -x535 x536 -x537 -x538 x111 -x539 -x540 -x93 -x541 -x112 -x542 x75 -x543 x193 -x544 -x545 -x141
607.35/609.30	v -x546 x77 x547 -x548 x549 -x550 -x551 x98 -x552 -x553 -x554 -x168 -x555 -x81 x556 -x557 -x558 x120 -x559 x560 x82 x561 -x562 x563
607.35/609.30	v -x564 x84 -x565 -x566 -x567 -x158 x568 x183 x569 x87 -x570 -x571 -x572 x219 -x573 -x574 x575 x222 x576 x88 -x577 -x578 -x579 -x580
607.35/609.30	v -x581 -x582 -x583 x134 -x584 -x114 -x585 -x135 -x586 x94 -x587 x227 -x588 -x589 -x196 -x590 x591 -x592 -x593 -x594 -x118 x595 x198
607.35/609.30	v -x596 -x99 -x597 -x598 -x203 -x599 -x600 x601 x144 -x602 -x173 -x603 x103 -x604 -x605 -x147 -x606 -x177 -x607 -x608 -x174 -x609
607.35/609.30	v x610 -x611 -x104 -x105 -x612 -x613 -x614 -x615 -x616 -x617 x618 -x619 -x620 -x108 -x621 -x622 x185 -x623 -x624 -x110 -x625 -x626
607.35/609.30	v -x627 -x628 -x629 x630 x631 -x632 -x633 x162 -x634 -x138 -x635 -x163 -x636 x115 -x637 -x638 -x639 x117 -x640 -x641 -x642 -x194 x643
607.35/609.30	v x644 -x645 x119 -x646 -x647 -x121 x648 -x649 x650 x651 x652 -x653 -x654 -x655 x656 x151 -x657 -x658 -x659 -x206 -x660 x661 x124
607.35/609.30	v x125 x662 x663 x664 -x665 x666 x667 x668 x126 x213 x669 x670 -x671 -x672 -x673 x674 x130 -x675 -x129 -x676 -x677 -x678 x679 -x680
607.35/609.30	v -x218 -x681 x132 -x682 -x683 -x188 -x684 -x685 x686 -x687 -x187 -x688 -x689 -x690 -x691 -x692 -x190 -x693 -x164 -x694 x191 -x695
607.35/609.30	v -x696 -x192 -x697 x139 -x698 -x699 -x700 -x701 x143 -x702 -x703 x704 -x705 -x706 x707 -x708 -x146 -x709 -x710 x711 x148 -x712 -x713
607.35/609.30	v -x714 -x715 -x150 -x716 -x717 -x718 -x719 -x720 x205 -x721 -x722 -x723 -x724 x725 x726 -x727 -x153 -x728 -x729 -x730 -x731 -x732
607.35/609.30	v -x733 x734 x735 -x736 x737 -x738 x157 -x739 -x740 -x159 -x741 -x742 -x743 x160 -x744 -x745 -x184 -x746 -x747 -x161 -x748 -x749 -x750
607.35/609.30	v -x751 -x752 -x753 -x754 x224 -x755 -x756 -x757 x165 -x167 x758 -x759 -x760 x761 -x762 -x763 -x764 -x765 -x766 -x767 x200 -x768 -x769
607.35/609.30	v -x170 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 x176 -x778 -x779 -x780 x175 x781 -x782 x783 x784 -x785 -x786 x787 x179 x788
607.35/609.30	v -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 x186 -x803 -x804 -x805 -x217 -x806 -x807 x189
607.35/609.30	v -x808 -x809 -x810 -x811 x812 -x813 -x814 x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x195 -x825 -x826 -x827 -x828
607.35/609.30	v -x829 -x830 -x831 x832 -x833 -x834 -x835 -x202 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 x844 x207 x845 x846 -x847 -x848 -x208
607.35/609.30	v x849 -x850 -x209 -x851 -x852 -x853 -x210 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 x862 -x863 x864 -x865 -x866 x867 -x868
607.35/609.30	v -x869 -x221 -x870 -x871 -x872 -x873 x874 -x875 -x876 -x877 -x225 -x878 -x879 -x880 x881 x882 x883 -x884 -x885 -x886 -x887 x888 -x889
607.35/609.30	v x890 -x891 x892 x893 -x894 -x895 x896 -x897 -x898 x899 -x900 -x901 -x902 -x903 x904 x905 -x906 -x907 -x908 x909 x910 -x911 -x912
607.35/609.30	v -x913 -x914 -x915 x916 -x917 -x918 x919 -x920 -x921 x922 -x923 x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 x932 -x933 -x934 -x935
607.35/609.30	v -x936 -x937 x938 -x939 -x940 -x941 -x942 x943 x944 -x945 -x946 -x947 x948 -x949 x232 -x236 x233 -x243 x260 x255 -x256 x248 x240
607.35/609.30	v -x261 x262 x235 -x249 -x275 x252 -x241 -x245 x283 x273 -x277 -x281 x288 x284 x282 -x291 -x295 x257 -x278 -x294 x299 x237 -x285 -x230
607.35/609.30	v x272 -x267 x292 -x229 -x274 -x303 -x254 x289 x305 x234 x251 x264 -x296 -x290 x268 x270 -x231 -x247 -x250 x259 -x269 x310 -x242 x300
607.35/609.30	v x266 -x271 -x244 x253 -x314 -x315 -x316 x307 x246 -x304 x286 -x318 x309 x263 x287 x320 x265 -x308 x279 -x321 x239 -x306 -x276 -x258
607.35/609.30	v x302 -x293 -x298 x323 -x317 x311 -x322 -x297 x312 x313 -x301 x319 -x280 x324 -x325 x238
607.35/609.30	c SCIP Status        : problem is solved [optimal solution found]
607.35/609.30	c Total Time         :     609.30
607.35/609.30	c   solving          :     609.30
607.35/609.30	c   presolving       :       0.06 (included in solving)
607.35/609.30	c   reading          :       0.00 (included in solving)
607.35/609.30	c   copying          :       0.09 (25 #copies) (minimal 0.00, maximal 0.01, average 0.00)
607.35/609.30	c Original Problem   :
607.35/609.30	c   Problem name     : HOME/instance-4508883-1751509800.opb
607.35/609.30	c   Variables        : 949 (949 binary, 0 integer, 0 continuous)
607.35/609.30	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
607.35/609.30	c   Constraints      : 1248 initial, 1248 maximal
607.35/609.30	c   Objective        : minimize, 852 non-zeros (abs.min = 1, abs.max = 2)
607.35/609.30	c Presolved Problem  :
607.35/609.30	c   Problem name     : t_HOME/instance-4508883-1751509800.opb
607.35/609.30	c   Variables        : 949 (949 binary, 0 integer, 0 continuous)
607.35/609.30	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
607.35/609.30	c   Constraints      : 1364 initial, 3923 maximal
607.35/609.30	c   Objective        : minimize, 852 non-zeros (abs.min = 1, abs.max = 2)
607.35/609.30	c   Nonzeros         : 16330 constraint, 2428 clique table
607.35/609.30	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
607.35/609.30	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
607.35/609.30	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
607.35/609.30	c   domcol           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
607.35/609.30	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
607.35/609.30	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
607.35/609.30	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
607.35/609.30	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
607.35/609.30	c   gateextraction   :       0.00       0.00      4          0          0          0          0          0       1872        624          0          0
607.35/609.30	c   implics          :       0.00       0.00      9          0          0          0          0          0          0          0          0          0
607.35/609.30	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
607.35/609.30	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
607.35/609.30	c   milp             :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
607.35/609.30	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
607.35/609.30	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
607.35/609.30	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
607.35/609.30	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
607.35/609.30	c   trivial          :       0.00       0.00     10          0          0          0          0          0          0          0          0          0
607.35/609.30	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
607.35/609.30	c   dualfix          :       0.00       0.00     10          0          0          0          0          0          0          0          0          0
607.35/609.30	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
607.35/609.30	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
607.35/609.30	c   pseudoobj        :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
607.35/609.30	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
607.35/609.30	c   vbounds          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
607.35/609.30	c   knapsack         :       0.01       0.00     11          0          0          0          0          0        624       1248          0          0
607.35/609.30	c   setppc           :       0.00       0.00     12          0          0          0          0          0          0          0          0          0
607.35/609.30	c   and              :       0.01       0.00     11          0          0          0          0          0          0          0          0          0
607.35/609.30	c   linear           :       0.01       0.00      7          0          0          0          0          0          0          0          0          0
607.35/609.30	c   logicor          :       0.01       0.00     18          0          0          0          0          0         35          0          0         68
607.35/609.30	c   components       :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
607.35/609.30	c   root node        :          -          -      -         13          -          -         13          -          -          -          -          -
607.35/609.30	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
607.35/609.30	c   integral         :          0          0          0          0       4094          0          0        355          0          0       1766          0          0       3000       7026
607.35/609.30	c   knapsack         :        295        295         22      43192          0          0          0          0        331          0       5801          7          5          0          0
607.35/609.30	c   setppc           :        146        146         22      43028          0          0          0          0       2812          3       1638          7          0          0          0
607.35/609.30	c   and              :        624        624       8071      67146          8          0          0        348       9491          8      14119       7245       4983          0          0
607.35/609.30	c   logicor          :        299+      2858         25      11430          0          0          0          0       1007        210        236          0          0          0          0
607.35/609.30	c   fixedvar         :          0          0          0          0          8          0          0         80          0          0          0          0          0          0          0
607.35/609.30	c   countsols        :          0          0          0          0          8          0          0         80          0          0          0          0          0          0          0
607.35/609.30	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
607.35/609.30	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
607.35/609.30	c   integral         :      89.25       0.00       0.00       0.00      89.24       0.00       0.00       0.00       0.00       0.00
607.35/609.30	c   knapsack         :       0.51       0.00       0.06       0.40       0.00       0.00       0.00       0.00       0.00       0.04
607.35/609.30	c   setppc           :       0.02       0.00       0.00       0.02       0.00       0.00       0.00       0.00       0.00       0.01
607.35/609.30	c   and              :       2.05       0.00       1.39       0.53       0.00       0.00       0.00       0.01       0.00       0.12
607.35/609.30	c   logicor          :       0.29       0.00       0.00       0.28       0.00       0.00       0.00       0.00       0.00       0.01
607.35/609.30	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
607.35/609.30	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
607.35/609.30	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
607.35/609.30	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
607.35/609.30	c   dualfix          :          4          0          0          0
607.35/609.30	c   genvbounds       :          0          0          0          0
607.35/609.30	c   nlobbt           :          0          0          0          0
607.35/609.30	c   obbt             :          0          0          0          0
607.35/609.30	c   probing          :          0          0          0          0
607.35/609.30	c   pseudoobj        :      24908          0          0          0
607.35/609.30	c   redcost          :      20395          0          0     162930
607.35/609.30	c   rootredcost      :         12          0          0          0
607.35/609.30	c   symmetry         :          0          0          0          0
607.35/609.30	c   vbounds          :      28020          0          0          0
607.35/609.30	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
607.35/609.30	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
607.35/609.30	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
607.35/609.30	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
607.35/609.30	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
607.35/609.30	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
607.35/609.30	c   pseudoobj        :       0.04       0.00       0.00       0.04       0.00       0.00
607.35/609.30	c   redcost          :       0.63       0.00       0.00       0.63       0.00       0.00
607.35/609.30	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00       0.00
607.35/609.30	c   symmetry         :       0.01       0.00       0.00       0.01       0.00       0.00
607.35/609.30	c   vbounds          :       0.02       0.00       0.00       0.02       0.00       0.00
607.35/609.30	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
607.35/609.30	c   propagation      :       0.00        221         95          -        127       24.0          0        0.0          -          -          -
607.35/609.30	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
607.35/609.30	c   bound exceed. LP :       1.14       2117       1247          -       6925       21.8          0        0.0          0        0.0       5060
607.35/609.30	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
607.35/609.30	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
607.35/609.30	c   applied globally :       0.02          -          -          0       3437       20.1          -          -          0          -          -
607.35/609.30	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
607.35/609.30	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
607.35/609.30	c   cut pool         :      36.58          -       4273         87          -          -     102240     310707          -          -          -          -          -    (maximal pool size:       4862)
607.35/609.30	c   aggregation      :      35.04       0.00       2123         47          0          0          0          0          0          0          0          0          0
607.35/609.30	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
607.35/609.30	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
607.35/609.30	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
607.35/609.30	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
607.35/609.30	c   clique           :       0.08       0.00         47         47          0          0          0          0          0          0          0          0          0
607.35/609.30	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
607.35/609.30	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
607.35/609.30	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
607.35/609.30	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
607.35/609.30	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
607.35/609.30	c   gomory           :     124.63       0.00       1886         20          0          0      97885     147111          0       2818       2818          0          0
607.35/609.30	c   > gomorymi       :          -          -          -          -          -          -          -      78660          0       1107       1107          0          -
607.35/609.30	c   > strongcg       :          -          -          -          -          -          -          -      68451          0       1711       1711          0          -
607.35/609.30	c   impliedbounds    :       0.22       0.00       2123         47          0          0       1182       2152          0       1831       1831          0          0
607.35/609.30	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
607.35/609.30	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
607.35/609.30	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
607.35/609.30	c   mcf              :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
607.35/609.30	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
607.35/609.30	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
607.35/609.30	c   multilinear      :       0.00       0.00        313         47          0          0          0          0          0          0          0          0          0
607.35/609.30	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
607.35/609.30	c   rapidlearning    :       0.01       0.00          0          0          0          0          0          0          0          0          0          0          0
607.35/609.30	c   rlt              :       0.00       0.00         20         20          0          0          0          0          0          0          0          0          0
607.35/609.30	c   zerohalf         :      22.88       0.00       1906         40          0          0       3172     161444          0       8033       8033          0          0
607.35/609.30	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
607.35/609.30	c   hybrid           :       1.64       0.00       4485         45      17670          0     300296       1001          0       6670
607.35/609.30	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
607.35/609.30	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
607.35/609.30	c Pricers            :   ExecTime  SetupTime      Calls       Vars
607.35/609.30	c   problem variables:       0.00          -          0          0
607.35/609.30	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
607.35/609.30	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
607.35/609.30	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
607.35/609.30	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
607.35/609.30	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
607.35/609.30	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
607.35/609.30	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
607.35/609.30	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
607.35/609.30	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
607.35/609.30	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
607.35/609.30	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
607.35/609.30	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
607.35/609.30	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
607.35/609.30	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
607.35/609.30	c   relpscost        :      89.24       0.00       4086          0          0          0       1766          0       3017       7026
607.35/609.30	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
607.35/609.30	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
607.35/609.30	c   LP solutions     :       0.00          -          -          8          8
607.35/609.30	c   relax solutions  :       0.00          -          -          0          0
607.35/609.30	c   pseudo solutions :       0.00          -          -          0          0
607.35/609.30	c   strong branching :       0.01          -          -          0          0
607.35/609.30	c   actconsdiving    :       0.00       0.00          0          0          0
607.35/609.30	c   adaptivediving   :       1.41       0.00         19          0          0
607.35/609.30	c   alns             :       0.03       0.00          5          0          0
607.35/609.30	c   bound            :       0.00       0.00          0          0          0
607.35/609.30	c   clique           :       0.01       0.00          1          1          1
607.35/609.30	c   coefdiving       :       0.00       0.00          0          0          0
607.35/609.30	c   completesol      :       0.00       0.00          0          0          0
607.35/609.30	c   conflictdiving   :       1.06       0.00         18          1          1
607.35/609.30	c   crossover        :       0.01       0.00          1          1          0
607.35/609.30	c   dins             :       0.00       0.00          0          0          0
607.35/609.30	c   distributiondivin:       4.08       0.00         18          0          0
607.35/609.30	c   dks              :       0.00       0.00          0          0          0
607.35/609.30	c   dps              :       0.00       0.00          0          0          0
607.35/609.30	c   dualval          :       0.00       0.00          0          0          0
607.35/609.30	c   farkasdiving     :       4.66       0.00         18          1          1
607.35/609.30	c   feaspump         :       0.39       0.00          1          1          0
607.35/609.30	c   fixandinfer      :       0.00       0.00          0          0          0
607.35/609.30	c   fracdiving       :       1.52       0.00         18          0          0
607.35/609.30	c   gins             :       0.16       0.00         13         13          0
607.35/609.30	c   guideddiving     :       1.47       0.00         18          0          0
607.35/609.30	c   indicator        :       0.00       0.00          0          0          0
607.35/609.30	c   indicatordiving  :       0.00       0.00          0          0          0
607.35/609.30	c   intdiving        :       0.00       0.00          0          0          0
607.35/609.30	c   intshifting      :       0.00       0.00          0          0          0
607.35/609.30	c   linesearchdiving :       1.42       0.00         17          0          0
607.35/609.30	c   localbranching   :       0.00       0.00          0          0          0
607.35/609.30	c   locks            :       0.00       0.00          1          0          0
607.35/609.30	c   lpface           :       0.00       0.00          0          0          0
607.35/609.30	c   mpec             :       0.00       0.00          0          0          0
607.35/609.30	c   multistart       :       0.00       0.00          0          0          0
607.35/609.30	c   mutation         :       0.00       0.00          0          0          0
607.35/609.30	c   nlpdiving        :       0.00       0.00          0          0          0
607.35/609.30	c   objpscostdiving  :       5.54       0.00          3          3          0
607.35/609.30	c   octane           :       0.00       0.00          0          0          0
607.35/609.30	c   ofins            :       0.00       0.00          0          0          0
607.35/609.30	c   oneopt           :       0.01       0.00         13          2          2
607.35/609.30	c   padm             :       0.00       0.00          0          0          0
607.35/609.30	c   proximity        :       0.00       0.00          0          0          0
607.35/609.30	c   pscostdiving     :       1.68       0.00         19          0          0
607.35/609.30	c   randrounding     :       0.23       0.00        271          0          0
607.35/609.30	c   rens             :       0.00       0.00          0          0          0
607.35/609.30	c   reoptsols        :       0.00       0.00          0          0          0
607.35/609.30	c   repair           :       0.00       0.00          0          0          0
607.35/609.30	c   rins             :       1.85       0.00          5          5          1
607.35/609.30	c   rootsoldiving    :       1.05       0.00          7          7          0
607.35/609.30	c   rounding         :       1.14       0.00       3876          1          1
607.35/609.30	c   scheduler        :       0.00       0.00          0          0          0
607.35/609.30	c   shiftandpropagate:       0.00       0.00          0          0          0
607.35/609.30	c   shifting         :       1.99       0.00       1993          1          1
607.35/609.30	c   simplerounding   :       0.01       0.00          0          0          0
607.35/609.30	c   subnlp           :       0.00       0.00          0          0          0
607.35/609.30	c   trivial          :       0.00       0.00          4          2          1
607.35/609.30	c   trivialnegation  :       0.00       0.00          0          0          0
607.35/609.30	c   trustregion      :       0.00       0.00          0          0          0
607.35/609.30	c   trysol           :       0.00       0.00          0          0          0
607.35/609.30	c   twoopt           :       0.00       0.00          0          0          0
607.35/609.30	c   undercover       :       0.03       0.00          1          0          0
607.35/609.30	c   vbounds          :       0.02       0.00          2          1          1
607.35/609.30	c   veclendiving     :       0.36       0.00         18          0          0
607.35/609.30	c   zeroobj          :       0.00       0.00          0          0          0
607.35/609.30	c   zirounding       :       0.30       0.00       1000          0          0
607.35/609.30	c   other solutions  :          -          -          -          0          -
607.35/609.30	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
607.35/609.30	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
607.35/609.30	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
607.35/609.30	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
607.35/609.30	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
607.35/609.30	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
607.35/609.30	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
607.35/609.30	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
607.35/609.30	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
607.35/609.30	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
607.35/609.30	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
607.35/609.30	c   primal LP        :       0.66       1043          0       0.00       0.00       0.66       1043
607.35/609.30	c   dual LP          :     255.67      16828    2568187     220.81   10044.84       3.10       5197
607.35/609.30	c   lex dual LP      :       0.00          0          0       0.00          -
607.35/609.30	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
607.35/609.30	c   resolve instable :       0.00          0          0       0.00          -
607.35/609.30	c   diving/probing LP:      21.63       2509     239450      95.44   11068.29
607.35/609.30	c   strong branching :      83.93       2605     843666     323.86   10052.47          -          -        696
607.35/609.30	c     (at root node) :          -         47      45177     961.21          -
607.35/609.30	c   conflict analysis:       0.43        507       5060       9.98   11695.31
607.35/609.30	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
607.35/609.30	c   benders          :       0.00          0          0          0       0.00          0          0          0
607.35/609.30	c B&B Tree           :
607.35/609.30	c   number of runs   :          2
607.35/609.30	c   nodes            :       5099 (2554 internal, 2545 leaves)
607.35/609.30	c   feasible leaves  :          1
607.35/609.30	c   infeas. leaves   :         73
607.35/609.30	c   objective leaves :       2471
607.35/609.30	c   nodes (total)    :       6693 (3513 internal, 3180 leaves)
607.35/609.30	c   nodes left       :          0
607.35/609.30	c   max depth        :         22
607.35/609.30	c   max depth (total):         41
607.35/609.30	c   backtracks       :       1645 (32.3%)
607.35/609.30	c   early backtracks :          0 (0.0%)
607.35/609.30	c   nodes exc. ref.  :          0 (0.0%)
607.35/609.30	c   delayed cutoffs  :          2
607.35/609.30	c   repropagations   :         11 (32 domain reductions, 1 cutoffs)
607.35/609.30	c   avg switch length:       4.32
607.35/609.30	c   switching time   :       1.56
607.35/609.30	c Root Node          :
607.35/609.30	c   First LP value   : -2.11000000000000e+02
607.35/609.30	c   First LP Iters   :        814 (63738.16 Iter/sec)
607.35/609.30	c   First LP Time    :       0.01
607.35/609.30	c   Final Dual Bound : -1.72537892153466e+02
607.35/609.30	c   Final Root Iters :      23685
607.35/609.30	c   Root LP Estimate : -1.11848729660064e+02
607.35/609.30	c Solution           :
607.35/609.30	c   Solutions found  :         48 (18 improvements)
607.35/609.30	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
607.35/609.30	c   Gap First Sol.   :   infinite
607.35/609.30	c   Gap Last Sol.    :       3.32 %
607.35/609.30	c   Primal Bound     : -1.67000000000000e+02   (in run 2, after 5099 nodes, 609.30 seconds, depth -1, found by <relaxation>)
607.35/609.30	c   Dual Bound       : -1.67000000000000e+02
607.35/609.30	c   Gap              :       0.00 %
607.35/609.30	c Integrals          :      Total       Avg%
607.35/609.30	c   primal-dual      :    1825.81       3.00
607.35/609.30	c   primal-ref       :          -          - (not evaluated)
607.35/609.30	c   dual-ref         :          -          - (not evaluated)
608.35/610.35	c Time complete (sec):    608.415

Verifier Data

OK	-167

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: 63708 MiB (58048 MiB free)
  memory of node 1: 64465 MiB (59266 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4508883-1751509800/watcher-4508883-1751509800 -o /tmp/evaluation-result-4508883-1751509800/solver-4508883-1751509800 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751504822-71017 --watchdog 3760 pbsolver -f HOME/instance-4508883-1751509800.opb -t 3600 -m 31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=72081, runsolver pid=72078

[startup+0.100064 s]*
/proc/loadavg: 4.07 4.11 4.09 5/263 72082
/proc/meminfo: memFree=120127476/131249992 swapFree=33010160/33010684
[pid=72081] ppid=72078 vsize=42408 memory=30976 CPUtime=0.09 cores=5,7
/proc/72081/stat : 72081 (pbsolver) R 72078 72081 71004 0 -1 4194304 5335 0 0 0 9 0 0 0 20 0 1 0 66654549 43425792 7744 18446744073709551615 4198400 14743177 140730005997584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 54149120 140730006002058 140730006002154 140730006002154 140730006007756 0
/proc/72081/statm: 10602 7744 2688 2575 0 7509 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 42408 KiB
Current children cumulated memory: 30976 KiB

[startup+0.205659 s]*
/proc/loadavg: 4.07 4.11 4.09 5/263 72082
/proc/meminfo: memFree=120123696/131249992 swapFree=33010160/33010684
[pid=72081] ppid=72078 vsize=46412 memory=34944 CPUtime=0.2 cores=5,7
/proc/72081/stat : 72081 (pbsolver) R 72078 72081 71004 0 -1 4194304 6336 0 0 0 19 1 0 0 20 0 1 0 66654549 47525888 8736 18446744073709551615 4198400 14743177 140730005997584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 54149120 140730006002058 140730006002154 140730006002154 140730006007756 0
/proc/72081/statm: 11603 8736 2688 2575 0 8510 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 46412 KiB
Current children cumulated memory: 34944 KiB

[startup+0.305654 s]*
/proc/loadavg: 4.07 4.11 4.09 5/263 72082
/proc/meminfo: memFree=120123948/131249992 swapFree=33010160/33010684
[pid=72081] ppid=72078 vsize=46412 memory=35072 CPUtime=0.3 cores=5,7
/proc/72081/stat : 72081 (pbsolver) R 72078 72081 71004 0 -1 4194304 6372 0 0 0 29 1 0 0 20 0 1 0 66654549 47525888 8768 18446744073709551615 4198400 14743177 140730005997584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 54149120 140730006002058 140730006002154 140730006002154 140730006007756 0
/proc/72081/statm: 11603 8768 2688 2575 0 8510 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 46412 KiB
Current children cumulated memory: 35072 KiB

[startup+0.700168 s]
/proc/loadavg: 4.07 4.11 4.09 5/263 72082
/proc/meminfo: memFree=120119916/131249992 swapFree=33010160/33010684
[pid=72081] ppid=72078 vsize=53324 memory=42624 CPUtime=0.68 cores=5,7
/proc/72081/stat : 72081 (pbsolver) R 72078 72081 71004 0 -1 4194304 8268 0 0 0 67 1 0 0 20 0 1 0 66654549 54603776 10656 18446744073709551615 4198400 14743177 140730005997584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 54149120 140730006002058 140730006002154 140730006002154 140730006007756 0
/proc/72081/statm: 13331 10656 2688 2575 0 10238 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 53324 KiB
Current children cumulated memory: 42624 KiB

[startup+1.50017 s]
/proc/loadavg: 4.07 4.11 4.09 5/263 72082
/proc/meminfo: memFree=120111852/131249992 swapFree=33010160/33010684
[pid=72081] ppid=72078 vsize=67396 memory=54912 CPUtime=1.48 cores=5,7
/proc/72081/stat : 72081 (pbsolver) R 72078 72081 71004 0 -1 4194304 11332 0 0 0 147 1 0 0 20 0 1 0 66654549 69013504 13728 18446744073709551615 4198400 14743177 140730005997584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 54149120 140730006002058 140730006002154 140730006002154 140730006007756 0
/proc/72081/statm: 16849 13728 2688 2575 0 13756 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 67396 KiB
Current children cumulated memory: 54912 KiB

[startup+3.10551 s]
/proc/loadavg: 4.15 4.13 4.10 5/263 72082
/proc/meminfo: memFree=120104272/131249992 swapFree=33010160/33010684
[pid=72081] ppid=72078 vsize=69016 memory=55808 CPUtime=3.08 cores=5,7
/proc/72081/stat : 72081 (pbsolver) R 72078 72081 71004 0 -1 4194304 11548 0 0 0 306 2 0 0 20 0 1 0 66654549 70672384 13952 18446744073709551615 4198400 14743177 140730005997584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 54149120 140730006002058 140730006002154 140730006002154 140730006007756 0
/proc/72081/statm: 17254 13952 2688 2575 0 14161 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 69016 KiB
Current children cumulated memory: 55808 KiB

[startup+6.30016 s]
/proc/loadavg: 4.15 4.13 4.10 5/263 72082
/proc/meminfo: memFree=120096712/131249992 swapFree=33010160/33010684
[pid=72081] ppid=72078 vsize=72120 memory=58868 CPUtime=6.27 cores=5,7
/proc/72081/stat : 72081 (pbsolver) R 72078 72081 71004 0 -1 4194304 12437 0 0 0 625 2 0 0 20 0 1 0 66654549 73850880 14717 18446744073709551615 4198400 14743177 140730005997584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 54149120 140730006002058 140730006002154 140730006002154 140730006007756 0
/proc/72081/statm: 18030 14717 2688 2575 0 14937 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 72120 KiB
Current children cumulated memory: 58868 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.12 4.10 5/263 72082
/proc/meminfo: memFree=120085432/131249992 swapFree=33010160/33010684
[pid=72081] ppid=72078 vsize=72120 memory=58868 CPUtime=12.65 cores=5,7
/proc/72081/stat : 72081 (pbsolver) R 72078 72081 71004 0 -1 4194304 12438 0 0 0 1263 2 0 0 20 0 1 0 66654549 73850880 14717 18446744073709551615 4198400 14743177 140730005997584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 54149120 140730006002058 140730006002154 140730006002154 140730006007756 0
/proc/72081/statm: 18030 14717 2688 2575 0 14937 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 72120 KiB
Current children cumulated memory: 58868 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.12 4.09 5/263 72082
/proc/meminfo: memFree=120054024/131249992 swapFree=33010160/33010684
[pid=72081] ppid=72078 vsize=113264 memory=97632 CPUtime=25.41 cores=5,7
/proc/72081/stat : 72081 (pbsolver) R 72078 72081 71004 0 -1 4194304 22256 0 0 0 2537 4 0 0 20 0 1 0 66654549 115982336 24408 18446744073709551615 4198400 14743177 140730005997584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 54149120 140730006002058 140730006002154 140730006002154 140730006007756 0
/proc/72081/statm: 28316 24408 2688 2575 0 25223 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 113264 KiB
Current children cumulated memory: 97632 KiB

[startup+51.1055 s]
/proc/loadavg: 4.15 4.12 4.10 5/263 72083
/proc/meminfo: memFree=119971280/131249992 swapFree=33010160/33010684
[pid=72081] ppid=72078 vsize=174504 memory=156220 CPUtime=50.93 cores=5,7
/proc/72081/stat : 72081 (pbsolver) R 72078 72081 71004 0 -1 4194304 37544 0 0 0 5086 7 0 0 20 0 1 0 66654549 178692096 39055 18446744073709551615 4198400 14743177 140730005997584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 54149120 140730006002058 140730006002154 140730006002154 140730006007756 0
/proc/72081/statm: 43626 39055 2688 2575 0 40533 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 174504 KiB
Current children cumulated memory: 156220 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/263 72084
/proc/meminfo: memFree=119872168/131249992 swapFree=33010160/33010684
[pid=72081] ppid=72078 vsize=289368 memory=271964 CPUtime=101.96 cores=5,7
/proc/72081/stat : 72081 (pbsolver) R 72078 72081 71004 0 -1 4194304 70952 0 0 0 10184 12 0 0 20 0 1 0 66654549 296312832 67991 18446744073709551615 4198400 14743177 140730005997584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 54149120 140730006002058 140730006002154 140730006002154 140730006007756 0
/proc/72081/statm: 72342 67991 2688 2575 0 69249 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 289368 KiB
Current children cumulated memory: 271964 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/263 72086
/proc/meminfo: memFree=119660460/131249992 swapFree=33010160/33010684
[pid=72081] ppid=72078 vsize=513140 memory=493004 CPUtime=161.78 cores=5,7
/proc/72081/stat : 72081 (pbsolver) R 72078 72081 71004 0 -1 4194304 127373 0 0 0 16155 23 0 0 20 0 1 0 66654549 525455360 123251 18446744073709551615 4198400 14743177 140730005997584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 54149120 140730006002058 140730006002154 140730006002154 140730006007756 0
/proc/72081/statm: 128285 123251 2688 2575 0 125192 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 513140 KiB
Current children cumulated memory: 493004 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/263 72088
/proc/meminfo: memFree=119660496/131249992 swapFree=33010160/33010684
[pid=72081] ppid=72078 vsize=514120 memory=493900 CPUtime=221.58 cores=5,7
/proc/72081/stat : 72081 (pbsolver) R 72078 72081 71004 0 -1 4194304 127603 0 0 0 22135 23 0 0 20 0 1 0 66654549 526458880 123475 18446744073709551615 4198400 14743177 140730005997584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 54149120 140730006002058 140730006002154 140730006002154 140730006007756 0
/proc/72081/statm: 128530 123475 2688 2575 0 125437 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 514120 KiB
Current children cumulated memory: 493900 KiB

[startup+282.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/262 72090
/proc/meminfo: memFree=119653004/131249992 swapFree=33010160/33010684
[pid=72081] ppid=72078 vsize=524676 memory=502852 CPUtime=281.39 cores=5,7
/proc/72081/stat : 72081 (pbsolver) R 72078 72081 71004 0 -1 4194304 131059 0 0 0 28114 25 0 0 20 0 1 0 66654549 537268224 125713 18446744073709551615 4198400 14743177 140730005997584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 54149120 140730006002058 140730006002154 140730006002154 140730006007756 0
/proc/72081/statm: 131169 125713 2688 2575 0 128076 0
Current children cumulated CPU time: 281.39 s
Current children cumulated vsize: 524676 KiB
Current children cumulated memory: 502852 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/262 72092
/proc/meminfo: memFree=119642980/131249992 swapFree=33010160/33010684
[pid=72081] ppid=72078 vsize=528492 memory=505668 CPUtime=341.2 cores=5,7
/proc/72081/stat : 72081 (pbsolver) R 72078 72081 71004 0 -1 4194304 131807 0 0 0 34095 25 0 0 20 0 1 0 66654549 541175808 126417 18446744073709551615 4198400 14743177 140730005997584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 54149120 140730006002058 140730006002154 140730006002154 140730006007756 0
/proc/72081/statm: 132123 126417 2688 2575 0 129030 0
Current children cumulated CPU time: 341.2 s
Current children cumulated vsize: 528492 KiB
Current children cumulated memory: 505668 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/263 72097
/proc/meminfo: memFree=119631680/131249992 swapFree=33010160/33010684
[pid=72081] ppid=72078 vsize=532152 memory=508752 CPUtime=401.02 cores=5,7
/proc/72081/stat : 72081 (pbsolver) R 72078 72081 71004 0 -1 4194304 133441 0 0 0 40076 26 0 0 20 0 1 0 66654549 544923648 127188 18446744073709551615 4198400 14743177 140730005997584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 54149120 140730006002058 140730006002154 140730006002154 140730006007756 0
/proc/72081/statm: 133038 127188 2688 2575 0 129945 0
Current children cumulated CPU time: 401.02 s
Current children cumulated vsize: 532152 KiB
Current children cumulated memory: 508752 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/263 72099
/proc/meminfo: memFree=119637496/131249992 swapFree=33010160/33010684
[pid=72081] ppid=72078 vsize=534412 memory=508980 CPUtime=460.82 cores=5,7
/proc/72081/stat : 72081 (pbsolver) R 72078 72081 71004 0 -1 4194304 134627 0 0 0 46055 27 0 0 20 0 1 0 66654549 547237888 127245 18446744073709551615 4198400 14743177 140730005997584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 54149120 140730006002058 140730006002154 140730006002154 140730006007756 0
/proc/72081/statm: 133603 127245 2688 2575 0 130510 0
Current children cumulated CPU time: 460.82 s
Current children cumulated vsize: 534412 KiB
Current children cumulated memory: 508980 KiB

[startup+522.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/263 72101
/proc/meminfo: memFree=119629352/131249992 swapFree=33010160/33010684
[pid=72081] ppid=72078 vsize=534412 memory=509236 CPUtime=520.63 cores=5,7
/proc/72081/stat : 72081 (pbsolver) R 72078 72081 71004 0 -1 4194304 134688 0 0 0 52036 27 0 0 20 0 1 0 66654549 547237888 127309 18446744073709551615 4198400 14743177 140730005997584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 54149120 140730006002058 140730006002154 140730006002154 140730006007756 0
/proc/72081/statm: 133603 127309 2688 2575 0 130510 0
Current children cumulated CPU time: 520.63 s
Current children cumulated vsize: 534412 KiB
Current children cumulated memory: 509236 KiB

[startup+582.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/264 72108
/proc/meminfo: memFree=119620544/131249992 swapFree=33010160/33010684
[pid=72081] ppid=72078 vsize=536024 memory=510004 CPUtime=580.44 cores=5,7
/proc/72081/stat : 72081 (pbsolver) R 72078 72081 71004 0 -1 4194304 134901 0 0 0 58016 28 0 0 20 0 1 0 66654549 548888576 127501 18446744073709551615 4198400 14743177 140730005997584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 54149120 140730006002058 140730006002154 140730006002154 140730006007756 0
/proc/72081/statm: 134006 127501 2688 2575 0 130913 0
Current children cumulated CPU time: 580.44 s
Current children cumulated vsize: 536024 KiB
Current children cumulated memory: 510004 KiB

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

# cumulated CPU time of all completed processes:  user=608.124 s, system=0.312903 s

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

[startup+588.8 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 72108
/proc/meminfo: memFree=119620544/131249992 swapFree=33010160/33010684
[pid=72081] ppid=72078 vsize=536024 memory=510004 CPUtime=586.92 cores=5,7
/proc/72081/stat : 72081 (pbsolver) R 72078 72081 71004 0 -1 4194304 134901 0 0 0 58664 28 0 0 20 0 1 0 66654549 548888576 127501 18446744073709551615 4198400 14743177 140730005997584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 54149120 140730006002058 140730006002154 140730006002154 140730006007756 0
/proc/72081/statm: 134006 127501 2688 2575 0 130913 0
Current children cumulated CPU time: 586.92 s
Current children cumulated vsize: 536024 KiB
Current children cumulated memory: 510004 KiB

[startup+601.6 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 72110
/proc/meminfo: memFree=119629676/131249992 swapFree=33010160/33010684
[pid=72081] ppid=72078 vsize=536024 memory=510004 CPUtime=599.68 cores=5,7
/proc/72081/stat : 72081 (pbsolver) R 72078 72081 71004 0 -1 4194304 134901 0 0 0 59940 28 0 0 20 0 1 0 66654549 548888576 127501 18446744073709551615 4198400 14743177 140730005997584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 54149120 140730006002058 140730006002154 140730006002154 140730006007756 0
/proc/72081/statm: 134006 127501 2688 2575 0 130913 0
Current children cumulated CPU time: 599.68 s
Current children cumulated vsize: 536024 KiB
Current children cumulated memory: 510004 KiB

[startup+604.8 s]
/proc/loadavg: 4.16 4.11 4.09 5/264 72110
/proc/meminfo: memFree=119621548/131249992 swapFree=33010160/33010684
[pid=72081] ppid=72078 vsize=536024 memory=510004 CPUtime=602.87 cores=5,7
/proc/72081/stat : 72081 (pbsolver) R 72078 72081 71004 0 -1 4194304 134901 0 0 0 60259 28 0 0 20 0 1 0 66654549 548888576 127501 18446744073709551615 4198400 14743177 140730005997584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 54149120 140730006002058 140730006002154 140730006002154 140730006007756 0
/proc/72081/statm: 134006 127501 2688 2575 0 130913 0
Current children cumulated CPU time: 602.87 s
Current children cumulated vsize: 536024 KiB
Current children cumulated memory: 510004 KiB

[startup+608 s]*
/proc/loadavg: 4.14 4.11 4.09 5/264 72110
/proc/meminfo: memFree=119621548/131249992 swapFree=33010160/33010684
[pid=72081] ppid=72078 vsize=536024 memory=510004 CPUtime=606.06 cores=5,7
/proc/72081/stat : 72081 (pbsolver) R 72078 72081 71004 0 -1 4194304 134901 0 0 0 60578 28 0 0 20 0 1 0 66654549 548888576 127501 18446744073709551615 4198400 14743177 140730005997584 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 54149120 140730006002058 140730006002154 140730006002154 140730006007756 0
/proc/72081/statm: 134006 127501 2688 2575 0 130913 0
Current children cumulated CPU time: 606.06 s
Current children cumulated vsize: 536024 KiB
Current children cumulated memory: 510004 KiB

[startup+609.6 s]
/proc/loadavg: 4.14 4.11 4.09 5/264 72110
/proc/meminfo: memFree=119621548/131249992 swapFree=33010160/33010684
[pid=72081] ppid=72078 vsize=536024 memory=510004 CPUtime=607.65 cores=5,7
/proc/72081/stat : 72081 (pbsolver) R 72078 72081 71004 0 -1 4194304 134901 0 0 0 60737 28 0 0 20 0 1 0 66654549 548888576 127501 18446744073709551615 4198400 14743177 140730005997584 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 54149120 140730006002058 140730006002154 140730006002154 140730006007756 0
/proc/72081/statm: 134006 127501 2688 2575 0 130913 0
Current children cumulated CPU time: 607.65 s
Current children cumulated vsize: 536024 KiB
Current children cumulated memory: 510004 KiB

[startup+610 s]*
/proc/loadavg: 4.14 4.11 4.09 5/264 72110
/proc/meminfo: memFree=119621548/131249992 swapFree=33010160/33010684
[pid=72081] ppid=72078 vsize=536024 memory=510004 CPUtime=608.06 cores=5,7
/proc/72081/stat : 72081 (pbsolver) R 72078 72081 71004 0 -1 4194304 134901 0 0 0 60778 28 0 0 20 0 1 0 66654549 548888576 127501 18446744073709551615 4198400 14743177 140730005997584 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 54149120 140730006002058 140730006002154 140730006002154 140730006007756 0
/proc/72081/statm: 134006 127501 2688 2575 0 130913 0
Current children cumulated CPU time: 608.06 s
Current children cumulated vsize: 536024 KiB
Current children cumulated memory: 510004 KiB

[startup+610.2 s]
/proc/loadavg: 4.14 4.11 4.09 5/264 72110
/proc/meminfo: memFree=119621548/131249992 swapFree=33010160/33010684
[pid=72081] ppid=72078 vsize=536024 memory=510004 CPUtime=608.25 cores=5,7
/proc/72081/stat : 72081 (pbsolver) R 72078 72081 71004 0 -1 4194304 134901 0 0 0 60797 28 0 0 20 0 1 0 66654549 548888576 127501 18446744073709551615 4198400 14743177 140730005997584 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 54149120 140730006002058 140730006002154 140730006002154 140730006007756 0
/proc/72081/statm: 134006 127501 2688 2575 0 130913 0
Current children cumulated CPU time: 608.25 s
Current children cumulated vsize: 536024 KiB
Current children cumulated memory: 510004 KiB

[startup+610.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/264 72110
/proc/meminfo: memFree=119621548/131249992 swapFree=33010160/33010684
[pid=72081] ppid=72078 vsize=536024 memory=510004 CPUtime=608.35 cores=5,7
/proc/72081/stat : 72081 (pbsolver) R 72078 72081 71004 0 -1 4194304 134901 0 0 0 60807 28 0 0 20 0 1 0 66654549 548888576 127501 18446744073709551615 4198400 14743177 140730005997584 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 54149120 140730006002058 140730006002154 140730006002154 140730006007756 0
/proc/72081/statm: 134006 127501 2688 2575 0 130913 0
Current children cumulated CPU time: 608.35 s
Current children cumulated vsize: 536024 KiB
Current children cumulated memory: 510004 KiB

Child status: 0

Real time (s): 610.375
CPU time (s): 608.437
CPU user time (s): 608.124
CPU system time (s): 0.312903
CPU usage (%): 99.6824
Max. virtual memory (cumulated for all children) (KiB): 536024
Max. memory (cumulated for all children) (KiB): 510004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 608.124
system time used= 0.312903
maximum resident set size= 512308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134901
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= 3
involuntary context switches= 3429


# summary of solver processes directly reported to runsolver:
#   pid: 72081
#   total CPU time (s): 608.437
#   total CPU user time (s): 608.124
#   total CPU system time (s): 0.312903

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.10405 second user time and 2.72786 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-07-03 04:30:00
IDJOB=4508883
IDBENCH=158516
IDSOLVER=3366
FILE ID=nodeC035/4508883-1751509800
RUNJOBID= nodeC035-1751504822-71017
SLURM_JOB_ID= 9598596
Free space on /tmp= 432748 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/opb/normalized-sporttournament26.lin.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4508883-1751509800/watcher-4508883-1751509800 -o /tmp/evaluation-result-4508883-1751509800/solver-4508883-1751509800 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751504822-71017 --watchdog 3760  pbsolver -f HOME/instance-4508883-1751509800.opb -t 3600 -m 31000

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

MD5SUM BENCH= 21e597bc04bc5fa012b59bdeb9fb9987
RANDOM SEED=395211665

nodeC035 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.778
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.51
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		: 3599.800
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.51
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		: 3645.927
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.51
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		: 3598.545
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.757
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.51
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		: 3599.228
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.51
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		: 3618.935
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.51
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.423
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        120131688 kB
MemAvailable:   125524576 kB
Buffers:            1840 kB
Cached:          6143700 kB
SwapCached:            8 kB
Active:          4510640 kB
Inactive:        5851528 kB
Active(anon):    4223088 kB
Inactive(anon):    11588 kB
Active(file):     287552 kB
Inactive(file):  5839940 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15024 kB
Writeback:             0 kB
AnonPages:       4217864 kB
Mapped:           136352 kB
Shmem:             18048 kB
KReclaimable:     209272 kB
Slab:             299172 kB
SReclaimable:     209272 kB
SUnreclaim:        89900 kB
KernelStack:        4240 kB
PageTables:        11492 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4745788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2222080 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= 432732 MiB
End job on nodeC035 at 2025-07-03 04:40:11