Trace number 4515143

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 NameAnswerCPU timeWall clock time
SCIP-NaPS 1.00a1SAT 1421.72 1425.71

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-cvs16r70-62.0.s.opb
MD5SUM4e99b38fa81d8e2d96927a91dd0f6056
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.10937
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2112
Total number of constraints3279
Number of constraints which are clauses3200
Number of constraints which are cardinality constraints (but not clauses)79
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint1120
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1162
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

65.63/65.96	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4515143-1751227365.opb
65.63/65.96	c Solving mode: decision
65.63/65.96	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
65.63/65.96	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
65.63/65.96	c original problem has 2112 variables (2112 bin, 0 int, 0 impl, 0 cont) and 3279 constraints
65.63/65.96	c presolving:
65.63/65.96	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3279 upgd conss, 0 impls, 3262 clqs
65.63/65.96	c    (0.8s) probing: 1000/2112 (47.3%) - 0 fixings, 0 aggregations, 48510 implications, 0 bound changes
65.63/65.96	c    (0.8s) probing: 1001/2112 (47.4%) - 0 fixings, 0 aggregations, 48585 implications, 0 bound changes
65.63/65.96	c    (0.8s) probing aborted: 1000/1000 successive useless probings
65.63/65.96	c    (0.8s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
65.63/65.96	c    (0.9s) symmetry computation finished: 15 generators found (max: 1500, log10 of symmetry group size: 10.0) (symcode time: 0.01)
65.63/65.96	c dynamic symmetry handling statistics:
65.63/65.96	c    orbitopal reduction:       no components
65.63/65.96	c    orbital reduction:         no components
65.63/65.96	c    lexicographic reduction:   no permutations
65.63/65.96	c handled 1 out of 1 symmetry components
65.63/65.96	c (round 2, exhaustive) 460 del vars, 0 del conss, 1 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3279 upgd conss, 0 impls, 4927 clqs
65.63/65.96	c (round 3, fast)       800 del vars, 1176 del conss, 1 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3279 upgd conss, 0 impls, 4927 clqs
65.63/65.96	c    (0.9s) probing: 1101/2112 (52.1%) - 0 fixings, 0 aggregations, 53385 implications, 0 bound changes
65.63/65.96	c    (0.9s) probing aborted: 1000/1000 successive useless probings
65.63/65.96	c presolving (4 rounds: 4 fast, 3 medium, 3 exhaustive):
65.63/65.96	c  800 deleted vars, 1176 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
65.63/65.96	c  0 implications, 9257 cliques
65.63/65.96	c presolved problem has 1652 variables (1652 bin, 0 int, 0 impl, 0 cont) and 2104 constraints
65.63/65.96	c      17 constraints of type <knapsack>
65.63/65.96	c    2086 constraints of type <setppc>
65.63/65.96	c       1 constraints of type <orbitope>
65.63/65.96	c transformed objective value is always integral (scale: 1)
65.63/65.96	c Presolving Time: 0.91
65.63/65.96	c 
65.63/65.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
65.63/65.96	c   1.2s|     1 |     0 |  1643 |     - |    42M |   0 |1652 |2113 |2103 |   0 |  0 |  11 |   0 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c   2.3s|     1 |     0 |  9552 |     - |    46M |   0 |1652 |2113 |2106 |   3 |  1 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c   3.1s|     1 |     0 |  9799 |     - |    55M |   0 |1652 |2113 |2110 |   7 |  2 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c   3.3s|     1 |     0 |  9969 |     - |    56M |   0 |1652 |2118 |2116 |  13 |  3 |  17 |   0 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c   3.5s|     1 |     0 | 10114 |     - |    56M |   0 |1652 |2119 |2123 |  20 |  4 |  18 |   0 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c   3.8s|     1 |     0 | 10337 |     - |    57M |   0 |1652 |2119 |2127 |  24 |  5 |  18 |   0 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c   4.0s|     1 |     0 | 10482 |     - |    58M |   0 |1652 |2125 |2132 |  29 |  6 |  24 |   0 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c   4.2s|     1 |     0 | 10593 |     - |    59M |   0 |1652 |2125 |2136 |  33 |  7 |  24 |   0 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c   4.4s|     1 |     0 | 10639 |     - |    60M |   0 |1652 |2125 |2138 |  35 |  8 |  25 |   0 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c   4.6s|     1 |     0 | 10708 |     - |    60M |   0 |1652 |2125 |2141 |  38 |  9 |  25 |   0 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c   4.7s|     1 |     0 | 10765 |     - |    60M |   0 |1652 |2126 |2142 |  39 | 10 |  26 |   0 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c   4.8s|     1 |     0 | 10827 |     - |    61M |   0 |1652 |2126 |2140 |  40 | 11 |  26 |   0 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c   6.0s|     1 |     2 | 14642 |     - |    61M |   0 |1652 |2171 |2140 |  40 | 11 |  71 |  11 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c   9.6s|   100 |    33 | 30031 | 194.0 |    62M |  33 |1652 |2447 |2128 |  48 |  1 | 347 |  11 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c  14.1s|   200 |    69 | 67174 | 283.2 |    64M |  33 |1652 |2962 |2128 |  51 |  1 | 862 |  11 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
65.63/65.96	c  15.4s|   300 |    75 | 77515 | 223.1 |    64M |  33 |1652 |3247 |2128 |  51 |  0 |1147 |  11 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c  17.5s|   400 |    77 | 93871 | 208.1 |    64M |  33 |1652 |3459 |2128 |  52 |  0 |1360 |  11 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c  21.8s|   500 |    93 |122885 | 224.6 |    66M |  33 |1652 |3897 |2128 |  70 |  1 |1820 |  11 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c  27.9s|   600 |   127 |166135 | 259.3 |    67M |  33 |1652 |4211 |2121 |  85 |  1 |2198 |  11 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c  33.1s|   700 |   159 |199391 | 269.8 |    68M |  33 |1652 |4524 |2129 |  93 |  0 |2564 |  11 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c  35.7s|   800 |   171 |219759 | 261.5 |    68M |  33 |1652 |4784 |2128 |  93 |  0 |2862 |  11 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c  41.4s|   900 |   205 |262991 | 280.5 |    69M |  33 |1652 |5044 |2128 |  96 |  1 |3184 |  11 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c  43.4s|  1000 |   209 |276544 | 266.0 |    69M |  33 |1652 |5166 |2128 |  99 |  1 |3340 |  11 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c  45.5s|  1100 |   213 |291146 | 255.1 |    70M |  35 |1652 |5320 |2127 | 100 |  1 |3549 |  11 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c  48.0s|  1200 |   217 |306247 | 246.4 |    70M |  35 |1652 |5441 |2128 | 102 |  0 |3700 |  11 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c  49.7s|  1300 |   215 |316025 | 235.0 |    70M |  35 |1652 |5562 |2128 | 103 |  1 |3860 |  11 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c  51.8s|  1400 |   217 |330248 | 228.3 |    70M |  35 |1652 |5735 |2128 | 105 |  1 |4108 |  11 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c  53.4s|  1500 |   211 |339581 | 219.3 |    70M |  35 |1652 |5812 |2128 | 110 |  0 |4232 |  11 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c  54.8s|  1600 |   211 |350261 | 212.3 |    70M |  35 |1652 |6033 |2129 | 112 |  0 |4498 |  11 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c  56.9s|  1700 |   224 |363212 | 207.4 |    71M |  35 |1652 |6185 |2128 | 113 |  1 |4731 |  11 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
65.63/65.96	c  58.5s|  1800 |   229 |374058 | 201.9 |    71M |  35 |1652 |6365 |2128 | 113 |  1 |4942 |  11 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c  59.4s|  1900 |   229 |381304 | 195.1 |    71M |  35 |1652 |6415 |2128 | 113 |  1 |5018 |  11 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c  61.8s|  2000 |   235 |395909 | 192.6 |    72M |  35 |1652 |6511 |2128 | 121 |  1 |5183 |  11 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c  62.9s|  2100 |   235 |403656 | 187.2 |    72M |  35 |1652 |6653 |2128 | 122 |  1 |5336 |  11 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c  63.7s|  2200 |   235 |410794 | 181.9 |    72M |  35 |1652 |6679 |2128 | 122 |  0 |5376 |  11 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c  64.9s|  2300 |   235 |419385 | 177.7 |    72M |  35 |1652 |6703 |2124 | 123 |  1 |5436 |  11 | 0.000000e+00 |      --      |    Inf | unknown
65.63/65.96	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
65.63/65.96	c (run 1, node 2342) performing user restart
65.63/65.96	c 
121.75/122.22	c (restart) converted 18 cuts from the global cut pool into linear constraints
121.75/122.22	c 
121.75/122.22	c presolving:
121.75/122.22	c (round 1, exhaustive) 0 del vars, 3 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 17 upgd conss, 0 impls, 9257 clqs
121.75/122.22	c (round 2, exhaustive) 0 del vars, 1809 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 165 chg coeffs, 17 upgd conss, 0 impls, 9257 clqs
121.75/122.22	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
121.75/122.22	c  0 deleted vars, 1812 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 177 changed coefficients
121.75/122.22	c  0 implications, 9257 cliques
121.75/122.22	c presolved problem has 1652 variables (1652 bin, 0 int, 0 impl, 0 cont) and 4941 constraints
121.75/122.22	c      34 constraints of type <knapsack>
121.75/122.22	c    2088 constraints of type <setppc>
121.75/122.22	c       1 constraints of type <linear>
121.75/122.22	c       1 constraints of type <orbitope>
121.75/122.22	c    2817 constraints of type <logicor>
121.75/122.22	c transformed objective value is always integral (scale: 1)
121.75/122.22	c Presolving Time: 2.49
121.75/122.22	c 
121.75/122.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
121.75/122.22	c  67.3s|     1 |     0 |425099 |     - |   129M |   0 |1652 |4774 |2121 |   0 |  0 |5477 |  11 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  67.8s|     1 |     0 |425244 |     - |   130M |   0 |1652 |4774 |2130 |   9 |  1 |5484 |  11 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  67.9s|     1 |     0 |425322 |     - |   130M |   0 |1652 |4773 |2131 |  10 |  2 |5487 |  11 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  68.0s|     1 |     0 |425365 |     - |   130M |   0 |1652 |4773 |2133 |  12 |  3 |5487 |  11 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  68.2s|     1 |     0 |425465 |     - |   130M |   0 |1652 |4769 |2135 |  14 |  4 |5487 |  11 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  68.3s|     1 |     0 |425525 |     - |   131M |   0 |1652 |4769 |2136 |  15 |  5 |5487 |  11 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  68.4s|     1 |     0 |425602 |     - |   131M |   0 |1652 |4767 |2138 |  17 |  6 |5487 |  11 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  68.6s|     1 |     0 |425655 |     - |   131M |   0 |1652 |4764 |2139 |  18 |  7 |5487 |  11 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  68.7s|     1 |     0 |425732 |     - |   131M |   0 |1652 |4764 |2140 |  19 |  8 |5487 |  11 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  68.8s|     1 |     0 |425795 |     - |   131M |   0 |1652 |4763 |2141 |  20 |  9 |5487 |  11 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  69.0s|     1 |     0 |425854 |     - |   131M |   0 |1652 |4763 |2143 |  22 | 10 |5487 |  11 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  69.0s|     1 |     0 |425901 |     - |   131M |   0 |1652 |4762 |2146 |  25 | 11 |5487 |  11 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  74.6s|     1 |     2 |429332 |     - |   131M |   0 |1652 |4769 |2146 |  25 | 11 |5506 |  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  77.6s|   100 |    29 |447414 | 177.8 |   132M |  34 |1652 |4993 |2122 |  28 |  1 |5744 |  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  79.0s|   200 |    31 |458102 | 175.0 |   132M |  34 |1652 |5014 |2122 |  32 |  1 |5783 |  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
121.75/122.22	c  80.2s|   300 |    37 |466882 | 171.7 |   132M |  34 |1652 |5129 |2122 |  36 |  0 |5911 |  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  81.5s|   400 |    39 |476686 | 169.0 |   132M |  40 |1652 |5280 |2123 |  43 |  1 |6074 |  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  82.9s|   500 |    37 |486682 | 166.6 |   132M |  40 |1652 |5458 |2125 |  59 |  0 |6272 |  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  84.1s|   600 |    41 |496146 | 164.2 |   132M |  40 |1652 |5525 |2123 |  65 |  1 |6370 |  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  85.3s|   700 |    39 |505427 | 161.8 |   132M |  40 |1652 |5677 |2123 |  68 |  0 |6545 |  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  86.9s|   800 |    43 |517809 | 160.6 |   133M |  40 |1652 |5834 |2122 |  71 |  1 |6759 |  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  88.1s|   900 |    38 |527681 | 158.7 |   133M |  40 |1652 |6014 |2122 |  74 |  0 |6990 |  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  89.6s|  1000 |    42 |540483 | 157.8 |   133M |  40 |1652 |6188 |2122 |  74 |  0 |7186 |  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  90.7s|  1100 |    42 |548649 | 155.6 |   133M |  40 |1652 |6397 |2123 |  75 |  1 |7432 |  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  92.0s|  1200 |    46 |559067 | 154.1 |   133M |  40 |1652 |6597 |2123 |  78 |  1 |7650 |  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  93.4s|  1300 |    44 |570718 | 153.1 |   134M |  50 |1652 |6801 |2123 |  83 |  0 |7863 |  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  94.8s|  1400 |    42 |581901 | 152.0 |   134M |  50 |1652 |7034 |2123 |  86 |  0 |8108 |  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  96.3s|  1500 |    46 |593922 | 151.1 |   134M |  50 |1652 |7087 |2122 |  90 |  1 |8172 |  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  97.3s|  1600 |    46 |601391 | 149.2 |   134M |  50 |1652 |7291 |2125 | 102 |  1 |8395 |  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  98.5s|  1700 |    44 |611681 | 148.1 |   134M |  50 |1652 |7396 |2122 | 104 |  0 |8509 |  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
121.75/122.22	c  99.6s|  1800 |    44 |619344 | 146.3 |   135M |  50 |1652 |7551 |2122 | 108 |  1 |8672 |  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c   101s|  1900 |    44 |630788 | 145.6 |   135M |  50 |1652 |7630 |2123 | 110 |  2 |8759 |  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c   102s|  2000 |    44 |638688 | 144.1 |   135M |  50 |1652 |7739 |2124 | 116 |  0 |8881 |  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c   103s|  2100 |    42 |649397 | 143.2 |   135M |  50 |1652 |7868 |2122 | 127 |  0 |9043 |  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c   105s|  2200 |    44 |661542 | 142.7 |   136M |  50 |1652 |8064 |2122 | 128 |  1 |9269 |  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c   106s|  2300 |    44 |673333 | 142.2 |   136M |  50 |1652 |8232 |2123 | 132 |  1 |9461 |  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c   108s|  2400 |    42 |684659 | 141.6 |   136M |  50 |1652 |8329 |2123 | 141 |  0 |9572 |  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c   110s|  2500 |    44 |698658 | 141.6 |   137M |  50 |1652 |8335 |2122 | 148 |  0 |9651 |  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c   111s|  2600 |    50 |709058 | 140.8 |   137M |  50 |1652 |8391 |2123 | 159 |  1 |9762 |  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c   112s|  2700 |    52 |720789 | 140.3 |   137M |  50 |1652 |8508 |2122 | 162 |  1 |9905 |  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c   114s|  2800 |    46 |733169 | 140.0 |   137M |  50 |1652 |8756 |2123 | 164 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c   116s|  2900 |    56 |748189 | 140.2 |   137M |  50 |1652 |8834 |2123 | 173 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c   117s|  3000 |    56 |759573 | 139.7 |   137M |  50 |1652 |8873 |2124 | 181 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c   119s|  3100 |    62 |772839 | 139.6 |   137M |  50 |1652 |8995 |2123 | 183 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c   120s|  3200 |    62 |786026 | 139.4 |   137M |  50 |1652 |9046 |2122 | 185 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
121.75/122.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
188.83/189.56	c   122s|  3300 |    62 |799594 | 139.4 |   137M |  50 |1652 |9105 |2123 | 189 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   123s|  3400 |    61 |811072 | 139.0 |   137M |  50 |1652 |9216 |2123 | 189 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   125s|  3500 |    61 |825647 | 139.1 |   138M |  50 |1652 |9228 |2123 | 189 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   126s|  3600 |    58 |838469 | 138.9 |   138M |  50 |1652 |9281 |2124 | 191 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   128s|  3700 |    60 |850498 | 138.6 |   138M |  50 |1652 |9458 |2122 | 191 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   129s|  3800 |    58 |863453 | 138.4 |   138M |  50 |1652 |9491 |2123 | 191 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   131s|  3900 |    64 |875595 | 138.2 |   138M |  50 |1652 |9676 |2122 | 193 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   132s|  4000 |    66 |889592 | 138.2 |   138M |  50 |1652 |9771 |2122 | 194 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   134s|  4100 |    66 |900298 | 137.7 |   138M |  50 |1652 |9836 |2122 | 195 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   135s|  4200 |    66 |910806 | 137.2 |   138M |  50 |1652 |9899 |2123 | 197 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   136s|  4300 |    68 |922040 | 136.8 |   138M |  50 |1652 |9932 |2122 | 197 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   137s|  4400 |    68 |932146 | 136.3 |   138M |  50 |1652 |9964 |2122 | 197 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   139s|  4500 |    64 |941689 | 135.7 |   139M |  50 |1652 |  10k|2122 | 199 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   140s|  4600 |    62 |953971 | 135.5 |   139M |  50 |1652 |  10k|2122 | 199 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   141s|  4700 |    64 |966870 | 135.4 |   139M |  50 |1652 |  10k|2122 | 199 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
188.83/189.56	c   143s|  4800 |    64 |980188 | 135.4 |   139M |  50 |1652 |  10k|2122 | 204 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   144s|  4900 |    62 |993168 | 135.3 |   139M |  50 |1652 |  10k|2122 | 207 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   146s|  5000 |    64 |  1007k| 135.5 |   139M |  50 |1652 |  10k|2123 | 208 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   148s|  5100 |    66 |  1019k| 135.2 |   139M |  50 |1652 |  10k|2123 | 216 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   149s|  5200 |    66 |  1029k| 134.8 |   139M |  50 |1652 |  10k|2122 | 219 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   150s|  5300 |    60 |  1042k| 134.7 |   139M |  50 |1652 |  10k|2123 | 223 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   152s|  5400 |    62 |  1055k| 134.6 |   139M |  50 |1652 |  10k|2123 | 228 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   153s|  5500 |    58 |  1066k| 134.3 |   139M |  50 |1652 |  10k|2122 | 232 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   154s|  5600 |    54 |  1076k| 133.9 |   139M |  50 |1652 |  10k|2122 | 238 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   156s|  5700 |    56 |  1089k| 133.8 |   139M |  50 |1652 |  10k|2122 | 241 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   157s|  5800 |    57 |  1099k| 133.5 |   139M |  50 |1652 |  10k|2122 | 244 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   158s|  5900 |    57 |  1110k| 133.2 |   139M |  50 |1652 |  10k|2123 | 246 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   159s|  6000 |    65 |  1118k| 132.5 |   139M |  50 |1652 |  10k|2122 | 246 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   160s|  6100 |    63 |  1127k| 132.0 |   139M |  50 |1652 |  10k|2122 | 248 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   161s|  6200 |    65 |  1134k| 131.3 |   139M |  50 |1652 |  10k|2122 | 249 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
188.83/189.56	c   162s|  6300 |    61 |  1142k| 130.7 |   139M |  50 |1652 |  10k|2122 | 249 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   163s|  6400 |    67 |  1150k| 130.1 |   139M |  50 |1652 |  10k|2122 | 249 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   164s|  6500 |    61 |  1160k| 129.8 |   139M |  50 |1652 |  10k|2123 | 256 |  2 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   165s|  6600 |    61 |  1170k| 129.5 |   139M |  50 |1652 |  10k|2123 | 258 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   167s|  6700 |    62 |  1183k| 129.5 |   139M |  50 |1652 |  10k|2123 | 265 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   168s|  6800 |    64 |  1193k| 129.1 |   140M |  50 |1652 |  10k|2123 | 270 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   169s|  6900 |    62 |  1202k| 128.6 |   140M |  50 |1652 |  10k|2123 | 272 |  2 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   170s|  7000 |    62 |  1212k| 128.4 |   140M |  50 |1652 |  10k|2124 | 278 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   172s|  7100 |    64 |  1223k| 128.2 |   140M |  50 |1652 |  10k|2123 | 283 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   173s|  7200 |    64 |  1232k| 127.8 |   140M |  50 |1652 |  10k|2123 | 284 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   174s|  7300 |    66 |  1241k| 127.4 |   140M |  50 |1652 |  11k|2123 | 284 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   175s|  7400 |    70 |  1250k| 127.0 |   140M |  50 |1652 |  11k|2123 | 286 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   176s|  7500 |    68 |  1260k| 126.7 |   140M |  50 |1652 |  11k|2123 | 286 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   177s|  7600 |    65 |  1269k| 126.3 |   140M |  50 |1652 |  11k|2124 | 287 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   178s|  7700 |    65 |  1278k| 126.0 |   140M |  50 |1652 |  11k|2124 | 292 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
188.83/189.56	c   179s|  7800 |    63 |  1288k| 125.8 |   140M |  50 |1652 |  11k|2123 | 293 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   180s|  7900 |    63 |  1300k| 125.7 |   140M |  50 |1652 |  11k|2123 | 294 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   182s|  8000 |    63 |  1311k| 125.5 |   140M |  50 |1652 |  11k|2123 | 297 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   183s|  8100 |    63 |  1322k| 125.4 |   140M |  50 |1652 |  11k|2123 | 301 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   184s|  8200 |    63 |  1334k| 125.3 |   140M |  50 |1652 |  11k|2123 | 303 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   185s|  8300 |    67 |  1344k| 125.1 |   140M |  50 |1652 |  11k|2123 | 305 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   186s|  8400 |    65 |  1355k| 124.9 |   140M |  50 |1652 |  11k|2123 | 305 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
188.83/189.56	c   188s|  8500 |    65 |  1366k| 124.8 |   140M |  50 |1652 |  11k|2123 | 309 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   189s|  8600 |    60 |  1375k| 124.5 |   140M |  50 |1652 |  12k|2123 | 309 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   191s|  8700 |    58 |  1387k| 124.4 |   140M |  50 |1652 |  11k|2123 | 317 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   192s|  8800 |    58 |  1399k| 124.4 |   140M |  50 |1652 |  11k|2123 | 318 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   193s|  8900 |    58 |  1408k| 124.1 |   140M |  50 |1652 |  11k|2122 | 320 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   194s|  9000 |    58 |  1420k| 124.1 |   140M |  50 |1652 |  11k|2122 | 321 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   196s|  9100 |    56 |  1433k| 124.1 |   140M |  50 |1652 |  11k|2123 | 327 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   197s|  9200 |    56 |  1445k| 124.1 |   140M |  50 |1652 |  11k|2123 | 330 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
266.31/267.25	c   199s|  9300 |    58 |  1459k| 124.2 |   140M |  50 |1652 |  11k|2123 | 330 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   201s|  9400 |    56 |  1476k| 124.6 |   140M |  50 |1652 |  11k|2123 | 332 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   202s|  9500 |    58 |  1489k| 124.7 |   140M |  50 |1652 |  11k|2122 | 332 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   204s|  9600 |    60 |  1501k| 124.6 |   140M |  50 |1652 |  10k|2122 | 333 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   205s|  9700 |    62 |  1511k| 124.4 |   140M |  50 |1652 |  10k|2122 | 334 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   206s|  9800 |    58 |  1522k| 124.3 |   140M |  50 |1652 |  10k|2122 | 336 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   207s|  9900 |    58 |  1534k| 124.2 |   140M |  50 |1652 |  10k|2123 | 339 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   209s| 10000 |    58 |  1545k| 124.2 |   140M |  50 |1652 |  11k|2122 | 342 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   210s| 10100 |    56 |  1558k| 124.2 |   140M |  50 |1652 |  11k|2122 | 351 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   212s| 10200 |    58 |  1568k| 124.0 |   140M |  50 |1652 |  10k|2122 | 356 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   213s| 10300 |    58 |  1580k| 123.9 |   140M |  50 |1652 |  10k|2122 | 357 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   215s| 10400 |    70 |  1599k| 124.5 |   140M |  50 |1652 |  10k|2122 | 375 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   217s| 10500 |    70 |  1613k| 124.6 |   140M |  50 |1652 |9912 |2122 | 376 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   219s| 10600 |    70 |  1626k| 124.6 |   140M |  50 |1652 |9792 |2122 | 382 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   221s| 10700 |    80 |  1640k| 124.8 |   140M |  50 |1652 |9100 |2125 | 402 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
266.31/267.25	c   222s| 10800 |    84 |  1653k| 124.8 |   140M |  50 |1652 |8787 |2124 | 411 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   224s| 10900 |    82 |  1664k| 124.7 |   140M |  50 |1652 |8858 |2125 | 415 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   225s| 11000 |    84 |  1677k| 124.8 |   140M |  50 |1652 |8902 |2125 | 421 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   226s| 11100 |    85 |  1690k| 124.8 |   140M |  50 |1652 |8768 |2124 | 428 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   228s| 11200 |    97 |  1706k| 125.1 |   140M |  50 |1652 |8677 |2123 | 438 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   230s| 11300 |    97 |  1718k| 125.0 |   140M |  50 |1652 |8768 |2123 | 442 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   232s| 11400 |   119 |  1736k| 125.4 |   140M |  50 |1652 |8824 |2124 | 450 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   233s| 11500 |   121 |  1748k| 125.4 |   140M |  50 |1652 |9002 |2124 | 460 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   235s| 11600 |   121 |  1763k| 125.5 |   140M |  50 |1652 |9123 |2126 | 476 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   236s| 11700 |   121 |  1775k| 125.5 |   140M |  50 |1652 |9252 |2126 | 484 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   238s| 11800 |   121 |  1787k| 125.4 |   140M |  50 |1652 |9428 |2126 | 497 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   239s| 11900 |   121 |  1797k| 125.3 |   140M |  50 |1652 |9654 |2128 | 500 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   240s| 12000 |   121 |  1810k| 125.3 |   140M |  50 |1652 |9819 |2126 | 509 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   242s| 12100 |   121 |  1821k| 125.2 |   140M |  50 |1652 |  10k|2126 | 519 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   243s| 12200 |   121 |  1837k| 125.4 |   140M |  50 |1652 |  10k|2124 | 524 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
266.31/267.25	c   245s| 12300 |   115 |  1849k| 125.4 |   141M |  50 |1652 |  10k|2126 | 532 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   246s| 12400 |   111 |  1863k| 125.5 |   141M |  50 |1652 |  10k|2126 | 542 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   248s| 12500 |   113 |  1875k| 125.5 |   141M |  50 |1652 |  10k|2124 | 556 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   249s| 12600 |   113 |  1887k| 125.4 |   141M |  50 |1652 |  10k|2127 | 568 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   251s| 12700 |   110 |  1899k| 125.4 |   141M |  50 |1652 |  10k|2125 | 568 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   252s| 12800 |   103 |  1910k| 125.3 |   141M |  50 |1652 |  10k|2126 | 576 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   253s| 12900 |   107 |  1920k| 125.1 |   141M |  50 |1652 |  10k|2126 | 585 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   255s| 13000 |   101 |  1934k| 125.2 |   141M |  50 |1652 |  10k|2125 | 595 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   257s| 13100 |    95 |  1949k| 125.4 |   141M |  50 |1652 |  10k|2126 | 601 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   258s| 13200 |    95 |  1962k| 125.4 |   141M |  50 |1652 |  10k|2124 | 605 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   260s| 13300 |    91 |  1977k| 125.6 |   141M |  50 |1652 |  10k|2125 | 614 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   262s| 13400 |    91 |  1992k| 125.7 |   141M |  50 |1652 |  10k|2126 | 623 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   263s| 13500 |    87 |  2005k| 125.8 |   141M |  50 |1652 |  10k|2125 | 630 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   265s| 13600 |    88 |  2018k| 125.8 |   141M |  50 |1652 |  10k|2124 | 630 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c   266s| 13700 |    88 |  2027k| 125.6 |   141M |  50 |1652 |  10k|2124 | 634 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf | unknown
266.31/267.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
339.17/340.36	c   267s| 13800 |    86 |  2038k| 125.4 |   141M |  50 |1652 |  10k|2125 | 640 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   268s| 13900 |    88 |  2049k| 125.4 |   141M |  50 |1652 |  11k|2127 | 646 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   270s| 14000 |    86 |  2064k| 125.5 |   141M |  50 |1652 |  11k|2126 | 653 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   272s| 14100 |    88 |  2079k| 125.7 |   141M |  50 |1652 |  10k|2123 | 662 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   273s| 14200 |    86 |  2092k| 125.7 |   141M |  50 |1652 |  11k|2126 | 672 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   274s| 14300 |    90 |  2104k| 125.7 |   141M |  50 |1652 |  10k|2124 | 674 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   276s| 14400 |    92 |  2116k| 125.7 |   141M |  50 |1652 |  10k|2125 | 682 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   277s| 14500 |    91 |  2127k| 125.6 |   141M |  50 |1652 |  10k|2124 | 684 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   278s| 14600 |    89 |  2139k| 125.5 |   141M |  50 |1652 |  10k|2124 | 693 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   280s| 14700 |    91 |  2152k| 125.6 |   141M |  50 |1652 |  10k|2126 | 700 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   281s| 14800 |    91 |  2165k| 125.6 |   141M |  50 |1652 |  10k|2125 | 708 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   283s| 14900 |    95 |  2178k| 125.6 |   141M |  50 |1652 |  10k|2126 | 717 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   284s| 15000 |    95 |  2193k| 125.7 |   141M |  50 |1652 |  10k|2126 | 719 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   286s| 15100 |    93 |  2204k| 125.6 |   141M |  50 |1652 |  10k|2125 | 733 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   287s| 15200 |    95 |  2215k| 125.5 |   141M |  50 |1652 |  10k|2125 | 746 |  2 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
339.17/340.36	c   288s| 15300 |    93 |  2227k| 125.5 |   141M |  50 |1652 |  11k|2124 | 749 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   290s| 15400 |    99 |  2239k| 125.5 |   141M |  50 |1652 |  11k|2124 | 757 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   291s| 15500 |    99 |  2250k| 125.4 |   141M |  50 |1652 |  11k|2127 | 770 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   292s| 15600 |    99 |  2260k| 125.3 |   141M |  50 |1652 |  11k|2124 | 788 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   294s| 15700 |    97 |  2273k| 125.3 |   141M |  50 |1652 |  11k|2126 | 794 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   295s| 15800 |    97 |  2287k| 125.4 |   141M |  50 |1652 |  11k|2131 | 821 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   297s| 15900 |    97 |  2303k| 125.5 |   141M |  50 |1652 |  11k|2126 | 837 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   299s| 16000 |    99 |  2319k| 125.7 |   141M |  50 |1652 |  11k|2126 | 857 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   301s| 16100 |   101 |  2336k| 126.0 |   141M |  50 |1652 |  11k|2127 | 869 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   303s| 16200 |    97 |  2353k| 126.2 |   141M |  50 |1652 |  11k|2124 | 881 |  2 |  25k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   305s| 16300 |    96 |  2369k| 126.4 |   141M |  50 |1652 |  11k|2125 | 892 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   307s| 16400 |   100 |  2387k| 126.7 |   141M |  50 |1652 |  11k|2125 | 907 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   309s| 16500 |   104 |  2403k| 126.9 |   141M |  50 |1652 |  12k|2126 | 920 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   311s| 16600 |   100 |  2418k| 127.0 |   141M |  50 |1652 |  12k|2124 | 927 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   312s| 16700 |    96 |  2433k| 127.1 |   141M |  50 |1652 |  12k|2124 | 941 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
339.17/340.36	c   314s| 16800 |    96 |  2447k| 127.2 |   141M |  50 |1652 |  10k|2125 | 952 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   315s| 16900 |   100 |  2461k| 127.2 |   141M |  50 |1652 |  10k|2128 | 960 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   317s| 17000 |   100 |  2475k| 127.3 |   141M |  50 |1652 |  10k|2127 | 981 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   319s| 17100 |   100 |  2490k| 127.4 |   141M |  50 |1652 |  10k|2125 |1005 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   321s| 17200 |    98 |  2508k| 127.7 |   141M |  50 |1652 |  10k|2126 |1021 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   323s| 17300 |    96 |  2526k| 127.9 |   141M |  50 |1652 |  10k|2123 |1038 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   324s| 17400 |   106 |  2535k| 127.8 |   142M |  50 |1652 |9997 |2123 |1056 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   325s| 17500 |   104 |  2541k| 127.4 |   142M |  50 |1652 |  10k|2123 |1063 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   326s| 17600 |   100 |  2551k| 127.3 |   142M |  50 |1652 |  10k|2122 |1075 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   327s| 17700 |   108 |  2560k| 127.1 |   142M |  50 |1652 |  10k|2122 |1086 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   328s| 17800 |   106 |  2567k| 126.8 |   142M |  50 |1652 |  10k|2123 |1103 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   329s| 17900 |   102 |  2577k| 126.7 |   142M |  50 |1652 |  10k|2121 |1112 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   330s| 18000 |   108 |  2584k| 126.4 |   142M |  50 |1652 |  10k|2124 |1125 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   331s| 18100 |   108 |  2590k| 126.1 |   142M |  50 |1652 |  10k|2124 |1131 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   332s| 18200 |   106 |  2598k| 125.8 |   142M |  50 |1652 |  11k|2124 |1143 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
339.17/340.36	c   333s| 18300 |   112 |  2606k| 125.6 |   142M |  50 |1652 |  11k|2124 |1156 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   333s| 18400 |   109 |  2615k| 125.4 |   142M |  50 |1652 |  11k|2123 |1171 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   335s| 18500 |   107 |  2624k| 125.3 |   142M |  50 |1652 |  11k|2123 |1186 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   335s| 18600 |   110 |  2631k| 125.0 |   142M |  50 |1652 |  11k|2125 |1195 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   336s| 18700 |   110 |  2639k| 124.8 |   142M |  50 |1652 |  11k|2124 |1208 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   337s| 18800 |   106 |  2648k| 124.6 |   142M |  50 |1652 |  11k|2126 |1218 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   338s| 18900 |   110 |  2657k| 124.5 |   142M |  50 |1652 |  11k|2122 |1231 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf | unknown
339.17/340.36	c   339s| 19000 |   108 |  2664k| 124.2 |   142M |  50 |1652 |  11k|2124 |1240 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   340s| 19100 |   108 |  2672k| 124.0 |   142M |  50 |1652 |  11k|2122 |1245 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   341s| 19200 |   105 |  2679k| 123.8 |   142M |  50 |1652 |  11k|2121 |1252 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   342s| 19300 |   107 |  2686k| 123.5 |   142M |  50 |1652 |  11k|2122 |1262 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   342s| 19400 |   111 |  2693k| 123.3 |   142M |  50 |1652 |  11k|2122 |1265 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   343s| 19500 |   109 |  2700k| 123.1 |   142M |  50 |1652 |  11k|2122 |1269 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   344s| 19600 |   108 |  2708k| 122.8 |   142M |  50 |1652 |  12k|2123 |1272 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   345s| 19700 |   110 |  2717k| 122.7 |   142M |  50 |1652 |  12k|2123 |1278 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
392.82/394.12	c   346s| 19800 |   112 |  2726k| 122.5 |   142M |  50 |1652 |  12k|2122 |1279 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   347s| 19900 |   108 |  2736k| 122.4 |   142M |  50 |1652 |  11k|2122 |1285 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   348s| 20000 |   104 |  2746k| 122.3 |   142M |  50 |1652 |  11k|2122 |1299 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   349s| 20100 |   106 |  2753k| 122.1 |   142M |  50 |1652 |  11k|2122 |1319 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   351s| 20200 |   102 |  2766k| 122.2 |   142M |  50 |1652 |  10k|2126 |1336 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   352s| 20300 |   108 |  2775k| 122.0 |   142M |  50 |1652 |9610 |2122 |1345 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   353s| 20400 |   106 |  2783k| 121.8 |   142M |  50 |1652 |9713 |2122 |1355 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   354s| 20500 |   102 |  2794k| 121.7 |   142M |  50 |1652 |9665 |2122 |1360 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   355s| 20600 |   102 |  2804k| 121.7 |   142M |  50 |1652 |9699 |2122 |1362 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   356s| 20700 |   104 |  2815k| 121.6 |   142M |  50 |1652 |9505 |2123 |1374 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   357s| 20800 |   106 |  2826k| 121.6 |   142M |  50 |1652 |9622 |2124 |1382 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   358s| 20900 |   106 |  2836k| 121.5 |   142M |  50 |1652 |9736 |2123 |1390 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   359s| 21000 |   102 |  2843k| 121.3 |   143M |  50 |1652 |9889 |2121 |1395 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   360s| 21100 |   102 |  2853k| 121.2 |   143M |  50 |1652 |  10k|2123 |1402 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   361s| 21200 |   104 |  2864k| 121.1 |   143M |  50 |1652 |  10k|2122 |1405 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
392.82/394.12	c   362s| 21300 |   110 |  2873k| 121.0 |   143M |  50 |1652 |  10k|2122 |1409 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   364s| 21400 |   108 |  2883k| 120.9 |   143M |  50 |1652 |  10k|2122 |1417 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   364s| 21500 |   106 |  2891k| 120.7 |   143M |  50 |1652 |  10k|2122 |1421 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   366s| 21600 |   104 |  2901k| 120.6 |   143M |  50 |1652 |  10k|2122 |1424 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   367s| 21700 |   104 |  2914k| 120.7 |   143M |  50 |1652 |  10k|2122 |1427 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   368s| 21800 |   108 |  2922k| 120.5 |   143M |  50 |1652 |  11k|2122 |1431 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   369s| 21900 |   102 |  2932k| 120.4 |   143M |  50 |1652 |  11k|2122 |1439 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   370s| 22000 |   100 |  2941k| 120.3 |   143M |  50 |1652 |  10k|2124 |1443 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   371s| 22100 |   106 |  2950k| 120.2 |   143M |  50 |1652 |9727 |2122 |1450 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   372s| 22200 |   106 |  2958k| 120.0 |   143M |  50 |1652 |9659 |2122 |1455 |  2 |  33k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   373s| 22300 |   108 |  2966k| 119.8 |   143M |  50 |1652 |9744 |2123 |1463 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   374s| 22400 |   112 |  2975k| 119.7 |   143M |  50 |1652 |9830 |2124 |1468 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   375s| 22500 |   108 |  2983k| 119.6 |   143M |  50 |1652 |9904 |2122 |1469 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   376s| 22600 |   108 |  2993k| 119.5 |   143M |  50 |1652 |9940 |2121 |1471 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   377s| 22700 |   108 |  3002k| 119.4 |   143M |  50 |1652 |  10k|2121 |1476 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
392.82/394.12	c   378s| 22800 |   112 |  3013k| 119.3 |   143M |  50 |1652 |  10k|2122 |1483 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   379s| 22900 |   110 |  3023k| 119.2 |   143M |  50 |1652 |9554 |2122 |1491 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   381s| 23000 |   120 |  3033k| 119.2 |   143M |  50 |1652 |8608 |2122 |1492 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   382s| 23100 |   122 |  3041k| 119.0 |   143M |  50 |1652 |8511 |2122 |1493 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   382s| 23200 |   122 |  3050k| 118.9 |   143M |  50 |1652 |8682 |2122 |1496 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   383s| 23300 |   126 |  3058k| 118.8 |   143M |  50 |1652 |8810 |2122 |1496 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   384s| 23400 |   124 |  3065k| 118.6 |   143M |  50 |1652 |8939 |2122 |1496 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   385s| 23500 |   120 |  3074k| 118.5 |   143M |  50 |1652 |9150 |2122 |1497 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   386s| 23600 |   124 |  3084k| 118.4 |   143M |  50 |1652 |9295 |2122 |1498 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   387s| 23700 |   122 |  3094k| 118.3 |   143M |  50 |1652 |9535 |2122 |1498 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   388s| 23800 |   124 |  3105k| 118.3 |   143M |  50 |1652 |9654 |2122 |1499 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   389s| 23900 |   124 |  3114k| 118.2 |   143M |  50 |1652 |9567 |2122 |1499 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   391s| 24000 |   122 |  3124k| 118.1 |   143M |  50 |1652 |9774 |2122 |1504 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   392s| 24100 |   122 |  3134k| 118.0 |   143M |  50 |1652 |9901 |2122 |1505 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c   393s| 24200 |   120 |  3143k| 117.9 |   143M |  50 |1652 |  10k|2122 |1505 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf | unknown
392.82/394.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
451.44/452.93	c   394s| 24300 |   120 |  3152k| 117.8 |   143M |  50 |1652 |9957 |2123 |1507 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   395s| 24400 |   122 |  3161k| 117.7 |   143M |  50 |1652 |9958 |2122 |1507 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   396s| 24500 |   122 |  3171k| 117.6 |   143M |  50 |1652 |9854 |2123 |1509 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   397s| 24600 |   122 |  3178k| 117.5 |   143M |  50 |1652 |  10k|2123 |1510 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   397s| 24700 |   126 |  3185k| 117.3 |   143M |  50 |1652 |  10k|2122 |1510 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   398s| 24800 |   128 |  3192k| 117.1 |   143M |  50 |1652 |  10k|2122 |1510 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   399s| 24900 |   128 |  3200k| 117.0 |   143M |  50 |1652 |  10k|2122 |1510 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   400s| 25000 |   122 |  3209k| 116.9 |   143M |  50 |1652 |  10k|2122 |1511 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   401s| 25100 |   122 |  3218k| 116.8 |   143M |  50 |1652 |  10k|2123 |1511 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   402s| 25200 |   122 |  3228k| 116.7 |   143M |  50 |1652 |  10k|2122 |1511 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   403s| 25300 |   126 |  3237k| 116.7 |   143M |  50 |1652 |  11k|2123 |1512 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   404s| 25400 |   126 |  3246k| 116.6 |   143M |  50 |1652 |  11k|2122 |1513 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   405s| 25500 |   124 |  3253k| 116.4 |   143M |  50 |1652 |  11k|2122 |1513 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   406s| 25600 |   126 |  3259k| 116.2 |   143M |  50 |1652 |  11k|2122 |1515 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   406s| 25700 |   132 |  3267k| 116.1 |   143M |  50 |1652 |  11k|2123 |1516 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
451.44/452.93	c   407s| 25800 |   130 |  3276k| 116.0 |   143M |  50 |1652 |  11k|2122 |1521 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   408s| 25900 |   133 |  3286k| 115.9 |   143M |  50 |1652 |  11k|2122 |1523 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   409s| 26000 |   125 |  3294k| 115.8 |   143M |  50 |1652 |  12k|2122 |1526 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   410s| 26100 |   127 |  3304k| 115.7 |   143M |  50 |1652 |  11k|2122 |1531 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   411s| 26200 |   125 |  3313k| 115.6 |   143M |  50 |1652 |  12k|2122 |1554 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   412s| 26300 |   123 |  3322k| 115.5 |   143M |  50 |1652 |  12k|2122 |1555 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   413s| 26400 |   121 |  3330k| 115.4 |   143M |  50 |1652 |  12k|2122 |1560 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   414s| 26500 |   123 |  3339k| 115.3 |   143M |  50 |1652 |  12k|2123 |1565 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   415s| 26600 |   119 |  3348k| 115.2 |   144M |  50 |1652 |  12k|2124 |1570 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   416s| 26700 |   125 |  3358k| 115.2 |   144M |  50 |1652 |  11k|2123 |1571 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   418s| 26800 |   127 |  3368k| 115.1 |   144M |  50 |1652 |  11k|2123 |1574 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   419s| 26900 |   121 |  3380k| 115.1 |   144M |  50 |1652 |  11k|2123 |1577 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   420s| 27000 |   121 |  3389k| 115.1 |   144M |  50 |1652 |  11k|2123 |1578 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   421s| 27100 |   127 |  3402k| 115.1 |   144M |  50 |1652 |  12k|2123 |1578 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   422s| 27200 |   131 |  3411k| 115.0 |   144M |  50 |1652 |  12k|2123 |1578 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
451.44/452.93	c   424s| 27300 |   129 |  3420k| 115.0 |   144M |  50 |1652 |  12k|2123 |1581 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   425s| 27400 |   129 |  3431k| 114.9 |   144M |  50 |1652 |  12k|2123 |1595 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   426s| 27500 |   131 |  3442k| 114.9 |   145M |  50 |1652 |  12k|2123 |1596 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   427s| 27600 |   129 |  3453k| 114.9 |   145M |  50 |1652 |  12k|2123 |1598 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   428s| 27700 |   127 |  3463k| 114.8 |   145M |  50 |1652 |  12k|2123 |1598 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   430s| 27800 |   129 |  3475k| 114.9 |   145M |  50 |1652 |  12k|2123 |1601 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   431s| 27900 |   129 |  3484k| 114.8 |   145M |  50 |1652 |  12k|2123 |1601 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   432s| 28000 |   131 |  3493k| 114.7 |   145M |  50 |1652 |  12k|2123 |1603 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   433s| 28100 |   135 |  3506k| 114.8 |   145M |  50 |1652 |  12k|2123 |1604 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   435s| 28200 |   135 |  3518k| 114.8 |   145M |  50 |1652 |  12k|2123 |1605 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   436s| 28300 |   134 |  3532k| 114.9 |   146M |  50 |1652 |  12k|2123 |1608 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   437s| 28400 |   134 |  3542k| 114.8 |   146M |  50 |1652 |  12k|2123 |1611 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   438s| 28500 |   130 |  3553k| 114.8 |   146M |  50 |1652 |  12k|2123 |1620 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   440s| 28600 |   128 |  3565k| 114.8 |   146M |  50 |1652 |  12k|2123 |1623 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   441s| 28700 |   128 |  3577k| 114.8 |   146M |  50 |1652 |  12k|2124 |1632 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
451.44/452.93	c   443s| 28800 |   126 |  3589k| 114.9 |   146M |  50 |1652 |  11k|2124 |1640 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   444s| 28900 |   124 |  3603k| 114.9 |   146M |  50 |1652 |  11k|2124 |1641 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   446s| 29000 |   126 |  3614k| 114.9 |   146M |  50 |1652 |  11k|2126 |1643 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   447s| 29100 |   124 |  3625k| 114.9 |   146M |  50 |1652 |  10k|2123 |1653 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   448s| 29200 |   124 |  3635k| 114.8 |   146M |  50 |1652 |9913 |2123 |1655 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   449s| 29300 |   126 |  3647k| 114.8 |   146M |  50 |1652 |9395 |2122 |1656 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   450s| 29400 |   128 |  3656k| 114.8 |   146M |  50 |1652 |8884 |2122 |1662 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf | unknown
451.44/452.93	c   451s| 29500 |   130 |  3665k| 114.7 |   146M |  50 |1652 |8641 |2122 |1665 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   453s| 29600 |   130 |  3676k| 114.7 |   146M |  50 |1652 |8618 |2122 |1667 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   454s| 29700 |   128 |  3686k| 114.6 |   146M |  50 |1652 |8724 |2122 |1674 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   455s| 29800 |   130 |  3696k| 114.6 |   146M |  50 |1652 |8725 |2122 |1675 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   456s| 29900 |   130 |  3705k| 114.5 |   146M |  50 |1652 |8901 |2123 |1683 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   457s| 30000 |   128 |  3714k| 114.4 |   146M |  50 |1652 |9109 |2123 |1687 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   458s| 30100 |   130 |  3725k| 114.4 |   146M |  50 |1652 |9189 |2123 |1689 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   459s| 30200 |   134 |  3736k| 114.4 |   146M |  50 |1652 |9273 |2123 |1696 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.71/500.39	c   461s| 30300 |   130 |  3749k| 114.5 |   146M |  50 |1652 |9388 |2123 |1704 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   462s| 30400 |   128 |  3759k| 114.4 |   146M |  50 |1652 |9653 |2122 |1706 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   463s| 30500 |   128 |  3770k| 114.4 |   146M |  50 |1652 |8867 |2123 |1711 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   464s| 30600 |   128 |  3780k| 114.4 |   146M |  50 |1652 |8647 |2123 |1720 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   466s| 30700 |   132 |  3792k| 114.4 |   146M |  50 |1652 |8656 |2125 |1726 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   467s| 30800 |   126 |  3803k| 114.4 |   146M |  50 |1652 |8842 |2124 |1735 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   468s| 30900 |   128 |  3817k| 114.4 |   146M |  50 |1652 |8931 |2123 |1738 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   470s| 31000 |   128 |  3828k| 114.4 |   146M |  50 |1652 |8074 |2122 |1740 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   471s| 31100 |   128 |  3837k| 114.4 |   146M |  50 |1652 |8320 |2123 |1745 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   472s| 31200 |   128 |  3845k| 114.3 |   146M |  50 |1652 |8474 |2123 |1745 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   473s| 31300 |   130 |  3857k| 114.3 |   146M |  50 |1652 |8792 |2122 |1750 |  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   474s| 31400 |   128 |  3867k| 114.2 |   146M |  50 |1652 |8947 |2122 |1758 |  0 |  50k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   475s| 31500 |   126 |  3878k| 114.2 |   146M |  50 |1652 |8759 |2122 |1765 |  0 |  50k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   477s| 31600 |   124 |  3890k| 114.2 |   146M |  50 |1652 |8520 |2125 |1773 |  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   478s| 31700 |   126 |  3902k| 114.3 |   146M |  50 |1652 |8125 |2123 |1775 |  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.71/500.39	c   479s| 31800 |   126 |  3915k| 114.3 |   146M |  50 |1652 |7761 |2123 |1779 |  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   481s| 31900 |   128 |  3926k| 114.3 |   146M |  50 |1652 |7721 |2123 |1783 |  0 |  51k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   482s| 32000 |   128 |  3936k| 114.3 |   146M |  50 |1652 |7782 |2124 |1792 |  1 |  51k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   483s| 32100 |   125 |  3947k| 114.2 |   146M |  50 |1652 |7885 |2124 |1798 |  0 |  51k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   484s| 32200 |   129 |  3957k| 114.2 |   146M |  50 |1652 |7942 |2123 |1802 |  1 |  51k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   485s| 32300 |   125 |  3966k| 114.1 |   146M |  50 |1652 |8153 |2122 |1805 |  0 |  51k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   486s| 32400 |   129 |  3978k| 114.1 |   146M |  50 |1652 |8190 |2123 |1807 |  1 |  51k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   487s| 32500 |   127 |  3988k| 114.1 |   146M |  50 |1652 |8413 |2123 |1810 |  0 |  51k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   489s| 32600 |   125 |  4000k| 114.1 |   146M |  50 |1652 |8516 |2126 |1823 |  0 |  52k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   490s| 32700 |   123 |  4012k| 114.1 |   146M |  50 |1652 |8736 |2126 |1830 |  0 |  52k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   491s| 32800 |   131 |  4022k| 114.1 |   146M |  50 |1652 |8254 |2125 |1846 |  0 |  52k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   492s| 32900 |   132 |  4028k| 113.9 |   146M |  50 |1652 |8447 |2124 |1854 |  1 |  52k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   493s| 33000 |   132 |  4036k| 113.8 |   146M |  50 |1652 |8551 |2124 |1858 |  0 |  52k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   494s| 33100 |   134 |  4045k| 113.8 |   146M |  50 |1652 |8523 |2124 |1866 |  0 |  53k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   495s| 33200 |   128 |  4053k| 113.7 |   146M |  50 |1652 |8589 |2123 |1870 |  0 |  53k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.71/500.39	c   496s| 33300 |   132 |  4062k| 113.6 |   146M |  50 |1652 |8658 |2124 |1879 |  0 |  53k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   497s| 33400 |   128 |  4071k| 113.6 |   146M |  50 |1652 |8733 |2123 |1886 |  0 |  53k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   498s| 33500 |   131 |  4084k| 113.6 |   146M |  50 |1652 |8862 |2123 |1893 |  1 |  53k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c   499s| 33600 |   130 |  4093k| 113.5 |   146M |  50 |1652 |8922 |2122 |1899 |  1 |  53k|  22 | 0.000000e+00 |      --      |    Inf | unknown
498.71/500.39	c 
498.71/500.39	c SCIP Status        : solving was interrupted [time limit reached]
498.71/500.39	c Solving Time (sec) : 500.00
498.71/500.39	c Solving Nodes      : 33659 (total of 36001 nodes in 2 runs)
498.71/500.39	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
498.71/500.39	c Dual Bound         : +0.00000000000000e+00
498.71/500.39	c Gap                : infinite
498.71/500.39	c ----------------------------------------------------------------------
498.71/500.39	c dual bound: 0.0 -> 0
498.71/500.39	c primal bound: 1e+20 -> 100000000000000000000
498.71/500.39	c scip-goal-lb: 0
498.71/500.39	c scip-goal-ub: 100000000000000000000
498.71/500.39	c writing output to: HOME/tmp4_32q1w9.opb
498.71/500.39	c appending fixed variable constraints
498.71/500.39	c scip-fixed vars: 27.85% (460/1652)
498.71/500.39	c ----------------------------------------------------------------------
498.71/500.39	c executing external solver: HOME/naps-1.03a6
498.71/500.39	c ----------------------------------------------------------------------
498.71/500.39	c command: HOME/naps-1.03a6 HOME/tmp4_32q1w9.opb
498.71/500.40	c NaPS 1.03a6.
498.71/500.40	c Input file name: HOME/tmp4_32q1w9.opb
1421.48/1425.58	c _____________________________________________________________________________
1421.48/1425.58	c std/band forms        : 79,0
1421.48/1425.58	c 2cl/3cl ITE-codings   : 0,0
1421.48/1425.58	c BDD/srt/adr Max costs : 0,61382,0
1421.48/1425.58	c BDDraw/bin/mul/srt/adr: 0,0,0,79,0
1421.48/1425.58	c BDD nodes             : 0
1421.48/1425.58	c Es1/CC detections     : 0,0
1421.48/1425.58	c CC sort               : 79
1421.48/1425.58	c SAT/UNSAT calls       : 1,0
1421.48/1425.58	c regenrated variables  : 0
1421.48/1425.58	c eliminated fixed lits : 460
1421.48/1425.58	c goal lit flips        : 0
1421.48/1425.58	c goal stages           : 0
1421.48/1425.58	c goal shrink           : 0
1421.48/1425.58	c goal coeff separations: 0
1421.48/1425.58	c restarts              : 372022
1421.48/1425.58	c conflicts             : 15174232       (16461 /sec)
1421.48/1425.58	c decisions             : 36461114       (39552 /sec)
1421.48/1425.58	c propagations          : 2981924948     (3234706 /sec)
1421.48/1425.58	c inspects              : 0              (0 /sec)
1421.48/1425.58	c CPU time (solving tm) : 921.9 s        (921.7 s, SAT 921.7 s, UNSAT 0 s)
1421.48/1425.58	c Time for Opt-base     : 0.002061 s
1421.48/1425.58	c Steps for Opt-base    : 0
1421.48/1425.58	c Time for BDD coding   : 0 s
1421.48/1425.58	c Time for srt coding   : 0.02399 s
1421.48/1425.58	c _____________________________________________________________________________
1421.48/1425.59	s SATISFIABLE
1421.48/1425.59	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 x144 -x145 -x146 x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 -x189 -x190 -x191 -x192 x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 -x1203 x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 x1234 -x1235 -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 x1274 -x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 -x1288 x1289 -x1290 -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 -x1297 -x1298 x1299 -x1300 -x1301 -x1302 -x1303 -x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 -x1319 -x1320 -x1321 -x1322 x1323 -x1324 -x1325 -x1326 -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 -x1333 -x1334 -x1335 -x1336 -x1337 -x1338 -x1339 x1340 -x1341 -x1342 -x1343 -x1344 x1345 -x1346 -x1347 -x1348 -x1349 -x1350 -x1351 -x1352 -x1353 -x1354 -x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 -x1363 -x1364 x1365 -x1366 -x1367 -x1368 -x1369 -x1370 -x1371 -x1372 -x1373 -x1374 -x1375 -x1376 -x1377 -x1378 -x1379 -x1380 -x1381 -x1382 -x1383 -x1384 -x1385 -x1386 -x1387 -x1388 -x1389 -x1390 x1391 -x1392 x1393 -x1394 -x1395 -x1396 -x1397 -x1398 -x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 -x1406 -x1407 -x1408 -x1409 -x1410 -x1411 -x1412 x1413 -x1414 -x1415 -x1416 -x1417 -x1418 -x1419 -x1420 -x1421 -x1422 -x1423 -x1424 -x1425 -x1426 -x1427 -x1428 -x1429 -x1430 -x1431 -x1432 -x1433 -x1434 -x1435 -x1436 -x1437 -x1438 -x1439 -x1440 -x1441 -x1442 -x1443 -x1444 -x1445 -x1446 -x1447 -x1448 -x1449 -x1450 -x1451 -x1452 -x1453 -x1454 x1455 -x1456 -x1457 -x1458 -x1459 -x1460 -x1461 -x1462 -x1463 -x1464 x1465 -x1466 -x1467 -x1468 -x1469 -x1470 -x1471 -x1472 -x1473 -x1474 -x1475 x1476 -x1477 -x1478 -x1479 -x1480 -x1481 -x1482 -x1483 -x1484 -x1485 -x1486 -x1487 -x1488 -x1489 -x1490 -x1491 -x1492 -x1493 -x1494 -x1495 -x1496 -x1497 x1498 -x1499 -x1500 -x1501 -x1502 -x1503 -x1504 -x1505 -x1506 x1507 -x1508 -x1509 -x1510 -x1511 -x1512 -x1513 -x1514 -x1515 -x1516 -x1517 -x1518 -x1519 -x1520 -x1521 -x1522 -x1523 -x1524 -x1525 -x1526 -x1527 -x1528 -x1529 -x1530 -x1531 x1532 -x1533 -x1534 -x1535 -x1536 -x1537 -x1538 -x1539 -x1540 -x1541 -x1542 -x1543 x1544 -x1545 -x1546 -x1547 -x1548 -x1549 -x1550 -x1551 -x1552 -x1553 -x1554 -x1555 -x1556 -x1557 -x1558 -x1559 -x1560 -x1561 -x1562 -x1563 -x1564 -x1565 -x1566 -x1567 x1568 -x1569 x1570 -x1571 -x1572 -x1573 -x1574 -x1575 -x1576 -x1577 -x1578 -x1579 -x1580 -x1581 -x1582 -x1583 -x1584 -x1585 -x1586 -x1587 -x1588 x1589 -x1590 -x1591 -x1592 -x1593 -x1594 -x1595 -x1596 -x1597 -x1598 -x1599 -x1600 -x1601 -x1602 -x1603 -x1604 -x1605 -x1606 -x1607 x1608 -x1609 -x1610 -x1611 -x1612 -x1613 -x1614 -x1615 -x1616 -x1617 -x1618 -x1619 -x1620 -x1621 -x1622 -x1623 -x1624 -x1625 -x1626 -x1627 -x1628 -x1629 -x1630 -x1631 x1632 -x1633 x1634 -x1635 -x1636 -x1637 -x1638 -x1639 -x1640 -x1641 -x1642 -x1643 -x1644 -x1645 -x1646 -x1647 -x1648 -x1649 x1650 -x1651 -x1652 -x1653 -x1654 -x1655 -x1656 -x1657 -x1658 -x1659 -x1660 -x1661 -x1662 -x1663 -x1664 -x1665 -x1666 -x1667 -x1668 -x1669 -x1670 -x1671 -x1672 -x1673 -x1674 -x1675 x1676 -x1677 -x1678 -x1679 -x1680 -x1681 x1682 -x1683 -x1684 -x1685 -x1686 -x1687 -x1688 -x1689 -x1690 -x1691 -x1692 -x1693 -x1694 -x1695 -x1696 x1697 -x1698 -x1699 -x1700 -x1701 -x1702 -x1703 -x1704 -x1705 -x1706 -x1707 -x1708 -x1709 -x1710 -x1711 -x1712 -x1713 -x1714 -x1715 -x1716 -x1717 -x1718 -x1719 x1720 -x1721 -x1722 -x1723 -x1724 -x1725 -x1726 -x1727 -x1728 -x1729 -x1730 -x1731 -x1732 -x1733 -x1734 -x1735 -x1736 x1737 -x1738 -x1739 -x1740 -x1741 -x1742 -x1743 -x1744 -x1745 x1746 -x1747 -x1748 -x1749 -x1750 -x1751 -x1752 -x1753 -x1754 -x1755 -x1756 -x1757 -x1758 -x1759 -x1760 -x1761 -x1762 -x1763 -x1764 -x1765 -x1766 -x1767 x1768 -x1769 -x1770 -x1771 -x1772 -x1773 -x1774 -x1775 -x1776 -x1777 -x1778 -x1779 -x1780 -x1781 -x1782 -x1783 -x1784 -x1785 -x1786 x1787 -x1788 -x1789 -x1790 -x1791 -x1792 -x1793 -x1794 -x1795 -x1796 -x1797 -x1798 -x1799 -x1800 -x1801 -x1802 x1803 -x1804 -x1805 -x1806 -x1807 -x1808 -x1809 -x1810 x1811 -x1812 -x1813 -x1814 -x1815 -x1816 -x1817 -x1818 -x1819 -x1820 -x1821 -x1822 -x1823 -x1824 -x1825 -x1826 -x1827 -x1828 -x1829 -x1830 -x1831 -x1832 -x1833 -x1834 -x1835 -x1836 -x1837 -x1838 -x1839 -x1840 x1841 -x1842 -x1843 -x1844 -x1845 -x1846 -x1847 -x1848 -x1849 -x1850 -x1851 -x1852 -x1853 -x1854 -x1855 -x1856 -x1857 -x1858 -x1859 -x1860 -x1861 -x1862 -x1863 x1864 -x1865 -x1866 -x1867 -x1868 -x1869 -x1870 -x1871 -x1872 x1873 -x1874 -x1875 -x1876 -x1877 -x1878 -x1879 -x1880 -x1881 -x1882 -x1883 -x1884 -x1885 -x1886 -x1887 -x1888 -x1889 -x1890 -x1891 -x1892 -x1893 -x1894 -x1895 -x1896 -x1897 -x1898 -x1899 -x1900 -x1901 -x1902 -x1903 -x1904 -x1905 -x1906 -x1907 -x1908 -x1909 -x1910 -x1911 -x1912 -x1913 -x1914 x1915 -x1916 -x1917 -x1918 -x1919 -x1920 -x1921 -x1922 -x1923 -x1924 x1925 -x1926 -x1927 -x1928 -x1929 -x1930 -x1931 -x1932 -x1933 -x1934 -x1935 -x1936 x1937 -x1938 -x1939 -x1940 -x1941 -x1942 -x1943 -x1944 -x1945 -x1946 -x1947 -x1948 -x1949 -x1950 -x1951 -x1952 -x1953 -x1954 -x1955 -x1956 -x1957 -x1958 -x1959 -x1960 x1961 -x1962 -x1963 -x1964 -x1965 -x1966 -x1967 -x1968 -x1969 -x1970 -x1971 -x1972 -x1973 -x1974 -x1975 -x1976 -x1977 -x1978 -x1979 x1980 -x1981 -x1982 -x1983 -x1984 -x1985 -x1986 x1987 -x1988 -x1989 -x1990 -x1991 -x1992 -x1993 -x1994 -x1995 -x1996 -x1997 -x1998 -x1999
1421.48/1425.59	v -x2000 -x2001 -x2002 -x2003 -x2004 -x2005 -x2006 -x2007 -x2008 -x2009 x2010 -x2011 -x2012 -x2013 -x2014 -x2015 -x2016 -x2017 -x2018 -x2019 -x2020 -x2021 -x2022 -x2023 -x2024 -x2025 -x2026 -x2027 x2028 -x2029 -x2030 -x2031 -x2032 -x2033 -x2034 x2035 -x2036 -x2037 -x2038 -x2039 -x2040 -x2041 -x2042 -x2043 -x2044 -x2045 -x2046 -x2047 -x2048 -x2049 -x2050 x2051 -x2052 -x2053 -x2054 -x2055 -x2056 -x2057 -x2058 -x2059 -x2060 -x2061 -x2062 -x2063 -x2064 -x2065 -x2066 -x2067 -x2068 -x2069 -x2070 -x2071 x2072 -x2073 -x2074 -x2075 -x2076 -x2077 -x2078 -x2079 -x2080 -x2081 -x2082 -x2083 -x2084 -x2085 -x2086 -x2087 -x2088 -x2089 -x2090 -x2091 -x2092 -x2093 -x2094 -x2095 x2096 -x2097 -x2098 -x2099 -x2100 x2101 -x2102 -x2103 -x2104 -x2105 -x2106 -x2107 -x2108 -x2109 -x2110 -x2111 -x2112

Verifier Data

OK	0

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515143-1751227365/watcher-4515143-1751227365 -o /tmp/evaluation-result-4515143-1751227365/solver-4515143-1751227365 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751226828-31368 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4515143-1751227365.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100071 s]*
/proc/loadavg: 4.06 3.70 3.39 5/259 32024
/proc/meminfo: memFree=110745244/131382116 swapFree=33010684/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/32019/stat : 32019 (scip-naps-1.00.) S 32016 32019 31357 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 38416181 4292608 736 18446744073709551615 94881369948160 94881370842693 140734648407680 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94881371081744 94881371129488 94881390145536 140734648412577 140734648412674 140734648412674 140734648418276 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32024] ppid=32019 vsize=13152 memory=10496 CPUtime=0.06 cores=4,6
/proc/32024/stat : 32024 (python3) D 32019 32019 31357 0 -1 4194304 1589 0 0 0 5 1 0 0 20 0 1 0 38416184 13467648 2624 18446744073709551615 93888939954176 93888939954553 140732613507264 0 0 0 0 16781312 2 1 0 0 17 4 0 0 0 0 0 93888939965848 93888939966468 93888961146880 140732613515608 140732613515810 140732613515810 140732613521383 0
/proc/32024/statm: 3288 2624 1248 1 0 1459 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 17344 KiB
Current children cumulated memory: 13440 KiB

[startup+0.214959 s]*
/proc/loadavg: 4.06 3.70 3.39 5/259 32024
/proc/meminfo: memFree=110744504/131382116 swapFree=33010684/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/32019/stat : 32019 (scip-naps-1.00.) S 32016 32019 31357 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 38416181 4292608 736 18446744073709551615 94881369948160 94881370842693 140734648407680 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94881371081744 94881371129488 94881390145536 140734648412577 140734648412674 140734648412674 140734648418276 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32024] ppid=32019 vsize=1186496 memory=31208 CPUtime=0.16 cores=4,6
/proc/32024/stat : 32024 (python3) R 32019 32019 31357 0 -1 4194304 3594 0 0 0 14 2 0 0 20 0 1 0 38416184 1214971904 7802 18446744073709551615 93888939954176 93888939954553 140732613507264 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 93888939965848 93888939966468 93888961146880 140732613515608 140732613515810 140732613515810 140732613521383 0
/proc/32024/statm: 296624 7802 4859 1 0 268646 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 1190688 KiB
Current children cumulated memory: 34152 KiB

[startup+0.313622 s]*
/proc/loadavg: 4.06 3.70 3.39 5/259 32024
/proc/meminfo: memFree=110740472/131382116 swapFree=33010684/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/32019/stat : 32019 (scip-naps-1.00.) S 32016 32019 31357 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 38416181 4292608 736 18446744073709551615 94881369948160 94881370842693 140734648407680 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94881371081744 94881371129488 94881390145536 140734648412577 140734648412674 140734648412674 140734648418276 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32024] ppid=32019 vsize=1190724 memory=35816 CPUtime=0.26 cores=4,6
/proc/32024/stat : 32024 (python3) R 32019 32019 31357 0 -1 4194304 4542 0 0 0 23 3 0 0 20 0 1 0 38416184 1219301376 8954 18446744073709551615 93888939954176 93888939954553 140732613507264 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 93888939965848 93888939966468 93888961146880 140732613515608 140732613515810 140732613515810 140732613521383 0
/proc/32024/statm: 297681 8954 5083 1 0 269572 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 1194916 KiB
Current children cumulated memory: 38760 KiB

[startup+0.700366 s]
/proc/loadavg: 4.06 3.70 3.39 5/259 32024
/proc/meminfo: memFree=110719052/131382116 swapFree=33010684/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/32019/stat : 32019 (scip-naps-1.00.) S 32016 32019 31357 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 38416181 4292608 736 18446744073709551615 94881369948160 94881370842693 140734648407680 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94881371081744 94881371129488 94881390145536 140734648412577 140734648412674 140734648412674 140734648418276 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32024] ppid=32019 vsize=1215496 memory=68200 CPUtime=0.63 cores=4,6
/proc/32024/stat : 32024 (python3) R 32019 32019 31357 0 -1 4194304 9970 0 0 0 58 5 0 0 20 0 1 0 38416184 1244667904 17050 18446744073709551615 93888939954176 93888939954553 140732613507264 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 93888939965848 93888939966468 93888961146880 140732613515608 140732613515810 140732613515810 140732613521383 0
/proc/32024/statm: 303874 17050 7963 1 0 275232 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 1219688 KiB
Current children cumulated memory: 71144 KiB

[startup+1.50036 s]
/proc/loadavg: 4.06 3.70 3.39 5/259 32024
/proc/meminfo: memFree=110710988/131382116 swapFree=33010684/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/32019/stat : 32019 (scip-naps-1.00.) S 32016 32019 31357 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 38416181 4292608 736 18446744073709551615 94881369948160 94881370842693 140734648407680 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94881371081744 94881371129488 94881390145536 140734648412577 140734648412674 140734648412674 140734648418276 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32024] ppid=32019 vsize=1241792 memory=88040 CPUtime=1.43 cores=4,6
/proc/32024/stat : 32024 (python3) R 32019 32019 31357 0 -1 4194304 14791 0 0 0 136 7 0 0 20 0 1 0 38416184 1271595008 22010 18446744073709551615 93888939954176 93888939954553 140732613507264 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 93888939965848 93888939966468 93888961146880 140732613515608 140732613515810 140732613515810 140732613521383 0
/proc/32024/statm: 310448 22010 8155 1 0 281806 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 1245984 KiB
Current children cumulated memory: 90984 KiB

[startup+3.11335 s]
/proc/loadavg: 4.06 3.70 3.39 5/259 32024
/proc/meminfo: memFree=110677400/131382116 swapFree=33010684/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/32019/stat : 32019 (scip-naps-1.00.) S 32016 32019 31357 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 38416181 4292608 736 18446744073709551615 94881369948160 94881370842693 140734648407680 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94881371081744 94881371129488 94881390145536 140734648412577 140734648412674 140734648412674 140734648418276 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32024] ppid=32019 vsize=1261964 memory=106984 CPUtime=3.04 cores=4,6
/proc/32024/stat : 32024 (python3) R 32019 32019 31357 0 -1 4194304 19523 0 0 0 296 8 0 0 20 0 1 0 38416184 1292251136 26746 18446744073709551615 93888939954176 93888939954553 140732613507264 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 93888939965848 93888939966468 93888961146880 140732613515608 140732613515810 140732613515810 140732613521383 0
/proc/32024/statm: 315491 26746 8155 1 0 286849 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 1266156 KiB
Current children cumulated memory: 109928 KiB

[startup+6.3004 s]
/proc/loadavg: 4.06 3.71 3.39 5/259 32024
/proc/meminfo: memFree=110669840/131382116 swapFree=33010684/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/32019/stat : 32019 (scip-naps-1.00.) S 32016 32019 31357 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 38416181 4292608 736 18446744073709551615 94881369948160 94881370842693 140734648407680 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94881371081744 94881371129488 94881390145536 140734648412577 140734648412674 140734648412674 140734648418276 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32024] ppid=32019 vsize=1268712 memory=114640 CPUtime=6.22 cores=4,6
/proc/32024/stat : 32024 (python3) R 32019 32019 31357 0 -1 4194304 21815 0 0 0 614 8 0 0 20 0 1 0 38416184 1299161088 28660 18446744073709551615 93888939954176 93888939954553 140732613507264 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 93888939965848 93888939966468 93888961146880 140732613515608 140732613515810 140732613515810 140732613521383 0
/proc/32024/statm: 317178 28660 8155 1 0 288536 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 1272904 KiB
Current children cumulated memory: 117584 KiB

[startup+12.7003 s]
/proc/loadavg: 4.13 3.73 3.40 5/259 32024
/proc/meminfo: memFree=110643484/131382116 swapFree=33010684/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/32019/stat : 32019 (scip-naps-1.00.) S 32016 32019 31357 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 38416181 4292608 736 18446744073709551615 94881369948160 94881370842693 140734648407680 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94881371081744 94881371129488 94881390145536 140734648412577 140734648412674 140734648412674 140734648418276 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32024] ppid=32019 vsize=1282188 memory=127952 CPUtime=12.59 cores=4,6
/proc/32024/stat : 32024 (python3) R 32019 32019 31357 0 -1 4194304 25160 0 0 0 1251 8 0 0 20 0 1 0 38416184 1312960512 31988 18446744073709551615 93888939954176 93888939954553 140732613507264 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 93888939965848 93888939966468 93888961146880 140732613515608 140732613515810 140732613515810 140732613521383 0
/proc/32024/statm: 320547 31988 8155 1 0 291905 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 1286380 KiB
Current children cumulated memory: 130896 KiB

[startup+25.5004 s]
/proc/loadavg: 4.11 3.74 3.41 5/258 32024
/proc/meminfo: memFree=106672700/131382116 swapFree=33010684/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/32019/stat : 32019 (scip-naps-1.00.) S 32016 32019 31357 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 38416181 4292608 736 18446744073709551615 94881369948160 94881370842693 140734648407680 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94881371081744 94881371129488 94881390145536 140734648412577 140734648412674 140734648412674 140734648418276 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32024] ppid=32019 vsize=1284604 memory=130668 CPUtime=25.36 cores=4,6
/proc/32024/stat : 32024 (python3) R 32019 32019 31357 0 -1 4194304 32566 0 0 0 2526 10 0 0 20 0 1 0 38416184 1315434496 32667 18446744073709551615 93888939954176 93888939954553 140732613507264 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 93888939965848 93888939966468 93888961146880 140732613515608 140732613515810 140732613515810 140732613521383 0
/proc/32024/statm: 321151 32667 8155 1 0 292509 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 1288796 KiB
Current children cumulated memory: 133612 KiB

[startup+51.1133 s]
/proc/loadavg: 4.46 3.86 3.46 5/258 32024
/proc/meminfo: memFree=104905960/131382116 swapFree=33010684/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/32019/stat : 32019 (scip-naps-1.00.) S 32016 32019 31357 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 38416181 4292608 736 18446744073709551615 94881369948160 94881370842693 140734648407680 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94881371081744 94881371129488 94881390145536 140734648412577 140734648412674 140734648412674 140734648418276 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32024] ppid=32019 vsize=1324364 memory=170416 CPUtime=50.89 cores=4,6
/proc/32024/stat : 32024 (python3) R 32019 32019 31357 0 -1 4194304 51170 0 0 0 5076 13 0 0 20 0 1 0 38416184 1356148736 42604 18446744073709551615 93888939954176 93888939954553 140732613507264 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 93888939965848 93888939966468 93888961146880 140732613515608 140732613515810 140732613515810 140732613521383 0
/proc/32024/statm: 331091 42604 8155 1 0 302449 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 1328556 KiB
Current children cumulated memory: 173360 KiB

[startup+102.3 s]
/proc/loadavg: 4.74 4.04 3.55 5/258 32026
/proc/meminfo: memFree=104866828/131382116 swapFree=33010684/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/32019/stat : 32019 (scip-naps-1.00.) S 32016 32019 31357 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 38416181 4292608 736 18446744073709551615 94881369948160 94881370842693 140734648407680 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94881371081744 94881371129488 94881390145536 140734648412577 140734648412674 140734648412674 140734648418276 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32024] ppid=32019 vsize=1389172 memory=233684 CPUtime=101.91 cores=4,6
/proc/32024/stat : 32024 (python3) R 32019 32019 31357 0 -1 4194304 69368 0 0 0 10175 16 0 0 20 0 1 0 38416184 1422512128 58421 18446744073709551615 93888939954176 93888939954553 140732613507264 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 93888939965848 93888939966468 93888961146880 140732613515608 140732613515810 140732613515810 140732613521383 0
/proc/32024/statm: 347293 58421 8155 1 0 318651 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 1393364 KiB
Current children cumulated memory: 236628 KiB

[startup+162.3 s]
/proc/loadavg: 4.27 4.03 3.58 5/258 32077
/proc/meminfo: memFree=104884388/131382116 swapFree=33010684/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/32019/stat : 32019 (scip-naps-1.00.) S 32016 32019 31357 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 38416181 4292608 736 18446744073709551615 94881369948160 94881370842693 140734648407680 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94881371081744 94881371129488 94881390145536 140734648412577 140734648412674 140734648412674 140734648418276 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32024] ppid=32019 vsize=1389172 memory=233684 CPUtime=161.71 cores=4,6
/proc/32024/stat : 32024 (python3) R 32019 32019 31357 0 -1 4194304 69380 0 0 0 16155 16 0 0 20 0 1 0 38416184 1422512128 58421 18446744073709551615 93888939954176 93888939954553 140732613507264 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 93888939965848 93888939966468 93888961146880 140732613515608 140732613515810 140732613515810 140732613521383 0
/proc/32024/statm: 347293 58421 8155 1 0 318651 0
Current children cumulated CPU time: 161.71 s
Current children cumulated vsize: 1393364 KiB
Current children cumulated memory: 236628 KiB

[startup+222.3 s]
/proc/loadavg: 4.18 4.05 3.62 5/258 32080
/proc/meminfo: memFree=100944412/131382116 swapFree=33010684/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/32019/stat : 32019 (scip-naps-1.00.) S 32016 32019 31357 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 38416181 4292608 736 18446744073709551615 94881369948160 94881370842693 140734648407680 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94881371081744 94881371129488 94881390145536 140734648412577 140734648412674 140734648412674 140734648418276 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32024] ppid=32019 vsize=1389172 memory=233812 CPUtime=221.54 cores=4,6
/proc/32024/stat : 32024 (python3) R 32019 32019 31357 0 -1 4194304 69388 0 0 0 22138 16 0 0 20 0 1 0 38416184 1422512128 58453 18446744073709551615 93888939954176 93888939954553 140732613507264 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 93888939965848 93888939966468 93888961146880 140732613515608 140732613515810 140732613515810 140732613521383 0
/proc/32024/statm: 347293 58453 8155 1 0 318651 0
Current children cumulated CPU time: 221.54 s
Current children cumulated vsize: 1393364 KiB

################
# More data... #
################

/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32024] ppid=32019 vsize=1390196 memory=243924 CPUtime=498.8 cores=4,6
/proc/32024/stat : 32024 (python3) S 32019 32019 31357 0 -1 4194304 70013 0 0 0 49864 16 0 0 20 0 1 0 38416184 1423560704 60981 18446744073709551615 93888939954176 93888939954553 140732613507264 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 93888939965848 93888939966468 93888961146880 140732613515608 140732613515810 140732613515810 140732613521383 0
/proc/32024/statm: 347549 60981 8187 1 0 318907 0
[pid=32144] ppid=32024 vsize=53888 memory=40100 CPUtime=680.1 cores=4,6
/proc/32144/stat : 32144 (naps-1.03a6) R 32024 32144 32144 0 -1 4194304 393183 0 0 0 67921 89 0 0 20 0 1 0 38466221 55181312 10025 18446744073709551615 4198400 7047149 140725222369344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 15704064 140725222373777 140725222373875 140725222373875 140725222379465 0
/proc/32144/statm: 13472 10025 544 696 0 12633 0
Current children cumulated CPU time: 1178.9 s
Current children cumulated vsize: 1448276 KiB
Current children cumulated memory: 286968 KiB

[startup+1242.3 s]
/proc/loadavg: 4.22 4.28 4.08 5/260 32329
/proc/meminfo: memFree=123946500/131382116 swapFree=33010684/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/32019/stat : 32019 (scip-naps-1.00.) S 32016 32019 31357 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 38416181 4292608 736 18446744073709551615 94881369948160 94881370842693 140734648407680 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94881371081744 94881371129488 94881390145536 140734648412577 140734648412674 140734648412674 140734648418276 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32024] ppid=32019 vsize=1390196 memory=243924 CPUtime=498.8 cores=4,6
/proc/32024/stat : 32024 (python3) S 32019 32019 31357 0 -1 4194304 70013 0 0 0 49864 16 0 0 20 0 1 0 38416184 1423560704 60981 18446744073709551615 93888939954176 93888939954553 140732613507264 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 93888939965848 93888939966468 93888961146880 140732613515608 140732613515810 140732613515810 140732613521383 0
/proc/32024/statm: 347549 60981 8187 1 0 318907 0
[pid=32144] ppid=32024 vsize=62080 memory=42788 CPUtime=739.94 cores=4,6
/proc/32144/stat : 32144 (naps-1.03a6) R 32024 32144 32144 0 -1 4194304 393335 0 0 0 73905 89 0 0 20 0 1 0 38466221 63569920 10697 18446744073709551615 4198400 7047149 140725222369344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 15704064 140725222373777 140725222373875 140725222373875 140725222379465 0
/proc/32144/statm: 15520 10697 544 696 0 14681 0
Current children cumulated CPU time: 1238.74 s
Current children cumulated vsize: 1456468 KiB
Current children cumulated memory: 289656 KiB

[startup+1302.3 s]
/proc/loadavg: 4.20 4.26 4.08 5/259 32335
/proc/meminfo: memFree=123940148/131382116 swapFree=33010684/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/32019/stat : 32019 (scip-naps-1.00.) S 32016 32019 31357 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 38416181 4292608 736 18446744073709551615 94881369948160 94881370842693 140734648407680 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94881371081744 94881371129488 94881390145536 140734648412577 140734648412674 140734648412674 140734648418276 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32024] ppid=32019 vsize=1390196 memory=243924 CPUtime=498.8 cores=4,6
/proc/32024/stat : 32024 (python3) S 32019 32019 31357 0 -1 4194304 70013 0 0 0 49864 16 0 0 20 0 1 0 38416184 1423560704 60981 18446744073709551615 93888939954176 93888939954553 140732613507264 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 93888939965848 93888939966468 93888961146880 140732613515608 140732613515810 140732613515810 140732613521383 0
/proc/32024/statm: 347549 60981 8187 1 0 318907 0
[pid=32144] ppid=32024 vsize=62080 memory=42788 CPUtime=799.79 cores=4,6
/proc/32144/stat : 32144 (naps-1.03a6) R 32024 32144 32144 0 -1 4194304 393969 0 0 0 79889 90 0 0 20 0 1 0 38466221 63569920 10697 18446744073709551615 4198400 7047149 140725222369344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 15704064 140725222373777 140725222373875 140725222373875 140725222379465 0
/proc/32144/statm: 15520 10697 544 696 0 14681 0
Current children cumulated CPU time: 1298.59 s
Current children cumulated vsize: 1456468 KiB
Current children cumulated memory: 289656 KiB

[startup+1362.3 s]
/proc/loadavg: 4.19 4.24 4.09 5/257 32337
/proc/meminfo: memFree=124075796/131382116 swapFree=33010684/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/32019/stat : 32019 (scip-naps-1.00.) S 32016 32019 31357 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 38416181 4292608 736 18446744073709551615 94881369948160 94881370842693 140734648407680 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94881371081744 94881371129488 94881390145536 140734648412577 140734648412674 140734648412674 140734648418276 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32024] ppid=32019 vsize=1390196 memory=243924 CPUtime=498.8 cores=4,6
/proc/32024/stat : 32024 (python3) S 32019 32019 31357 0 -1 4194304 70013 0 0 0 49864 16 0 0 20 0 1 0 38416184 1423560704 60981 18446744073709551615 93888939954176 93888939954553 140732613507264 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 93888939965848 93888939966468 93888961146880 140732613515608 140732613515810 140732613515810 140732613521383 0
/proc/32024/statm: 347549 60981 8187 1 0 318907 0
[pid=32144] ppid=32024 vsize=62080 memory=44020 CPUtime=859.64 cores=4,6
/proc/32144/stat : 32144 (naps-1.03a6) R 32024 32144 32144 0 -1 4194304 395539 0 0 0 85873 91 0 0 20 0 1 0 38466221 63569920 11005 18446744073709551615 4198400 7047149 140725222369344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 15704064 140725222373777 140725222373875 140725222373875 140725222379465 0
/proc/32144/statm: 15520 11005 544 696 0 14681 0
Current children cumulated CPU time: 1358.44 s
Current children cumulated vsize: 1456468 KiB
Current children cumulated memory: 290888 KiB

[startup+1422.3 s]
/proc/loadavg: 4.12 4.21 4.09 5/257 32339
/proc/meminfo: memFree=124077244/131382116 swapFree=33010684/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/32019/stat : 32019 (scip-naps-1.00.) S 32016 32019 31357 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 38416181 4292608 736 18446744073709551615 94881369948160 94881370842693 140734648407680 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94881371081744 94881371129488 94881390145536 140734648412577 140734648412674 140734648412674 140734648418276 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32024] ppid=32019 vsize=1390196 memory=243924 CPUtime=498.8 cores=4,6
/proc/32024/stat : 32024 (python3) S 32019 32019 31357 0 -1 4194304 70013 0 0 0 49864 16 0 0 20 0 1 0 38416184 1423560704 60981 18446744073709551615 93888939954176 93888939954553 140732613507264 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 93888939965848 93888939966468 93888961146880 140732613515608 140732613515810 140732613515810 140732613521383 0
/proc/32024/statm: 347549 60981 8187 1 0 318907 0
[pid=32144] ppid=32024 vsize=62080 memory=44020 CPUtime=919.49 cores=4,6
/proc/32144/stat : 32144 (naps-1.03a6) R 32024 32144 32144 0 -1 4194304 397429 0 0 0 91857 92 0 0 20 0 1 0 38466221 63569920 11005 18446744073709551615 4198400 7047149 140725222369344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 15704064 140725222373777 140725222373875 140725222373875 140725222379465 0
/proc/32144/statm: 15520 11005 544 696 0 14681 0
Current children cumulated CPU time: 1418.29 s
Current children cumulated vsize: 1456468 KiB
Current children cumulated memory: 290888 KiB

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

# cumulated CPU time of all completed processes:  user=1420.61 s, system=1.11246 s

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

[startup+1424 s]*
/proc/loadavg: 4.12 4.21 4.09 5/257 32339
/proc/meminfo: memFree=124077496/131382116 swapFree=33010684/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/32019/stat : 32019 (scip-naps-1.00.) S 32016 32019 31357 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 38416181 4292608 736 18446744073709551615 94881369948160 94881370842693 140734648407680 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94881371081744 94881371129488 94881390145536 140734648412577 140734648412674 140734648412674 140734648418276 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32024] ppid=32019 vsize=1390196 memory=243924 CPUtime=498.8 cores=4,6
/proc/32024/stat : 32024 (python3) S 32019 32019 31357 0 -1 4194304 70013 0 0 0 49864 16 0 0 20 0 1 0 38416184 1423560704 60981 18446744073709551615 93888939954176 93888939954553 140732613507264 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 93888939965848 93888939966468 93888961146880 140732613515608 140732613515810 140732613515810 140732613521383 0
/proc/32024/statm: 347549 60981 8187 1 0 318907 0
[pid=32144] ppid=32024 vsize=62080 memory=44020 CPUtime=921.2 cores=4,6
/proc/32144/stat : 32144 (naps-1.03a6) R 32024 32144 32144 0 -1 4194304 397429 0 0 0 92028 92 0 0 20 0 1 0 38466221 63569920 11005 18446744073709551615 4198400 7047149 140725222369344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 15704064 140725222373777 140725222373875 140725222373875 140725222379465 0
/proc/32144/statm: 15520 11005 544 696 0 14681 0
Current children cumulated CPU time: 1420 s
Current children cumulated vsize: 1456468 KiB
Current children cumulated memory: 290888 KiB

[startup+1424.8 s]
/proc/loadavg: 4.12 4.21 4.09 5/257 32339
/proc/meminfo: memFree=124077496/131382116 swapFree=33010684/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/32019/stat : 32019 (scip-naps-1.00.) S 32016 32019 31357 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 38416181 4292608 736 18446744073709551615 94881369948160 94881370842693 140734648407680 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94881371081744 94881371129488 94881390145536 140734648412577 140734648412674 140734648412674 140734648418276 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32024] ppid=32019 vsize=1390196 memory=243924 CPUtime=498.8 cores=4,6
/proc/32024/stat : 32024 (python3) S 32019 32019 31357 0 -1 4194304 70013 0 0 0 49864 16 0 0 20 0 1 0 38416184 1423560704 60981 18446744073709551615 93888939954176 93888939954553 140732613507264 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 93888939965848 93888939966468 93888961146880 140732613515608 140732613515810 140732613515810 140732613521383 0
/proc/32024/statm: 347549 60981 8187 1 0 318907 0
[pid=32144] ppid=32024 vsize=62080 memory=44020 CPUtime=921.98 cores=4,6
/proc/32144/stat : 32144 (naps-1.03a6) R 32024 32144 32144 0 -1 4194304 397429 0 0 0 92106 92 0 0 20 0 1 0 38466221 63569920 11005 18446744073709551615 4198400 7047149 140725222369344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 15704064 140725222373777 140725222373875 140725222373875 140725222379465 0
/proc/32144/statm: 15520 11005 544 696 0 14681 0
Current children cumulated CPU time: 1420.78 s
Current children cumulated vsize: 1456468 KiB
Current children cumulated memory: 290888 KiB

[startup+1425.2 s]
/proc/loadavg: 4.12 4.21 4.09 5/257 32339
/proc/meminfo: memFree=124085560/131382116 swapFree=33010684/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/32019/stat : 32019 (scip-naps-1.00.) S 32016 32019 31357 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 38416181 4292608 736 18446744073709551615 94881369948160 94881370842693 140734648407680 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94881371081744 94881371129488 94881390145536 140734648412577 140734648412674 140734648412674 140734648418276 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32024] ppid=32019 vsize=1390196 memory=243924 CPUtime=498.8 cores=4,6
/proc/32024/stat : 32024 (python3) S 32019 32019 31357 0 -1 4194304 70013 0 0 0 49864 16 0 0 20 0 1 0 38416184 1423560704 60981 18446744073709551615 93888939954176 93888939954553 140732613507264 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 93888939965848 93888939966468 93888961146880 140732613515608 140732613515810 140732613515810 140732613521383 0
/proc/32024/statm: 347549 60981 8187 1 0 318907 0
[pid=32144] ppid=32024 vsize=62080 memory=44020 CPUtime=922.38 cores=4,6
/proc/32144/stat : 32144 (naps-1.03a6) R 32024 32144 32144 0 -1 4194304 397429 0 0 0 92146 92 0 0 20 0 1 0 38466221 63569920 11005 18446744073709551615 4198400 7047149 140725222369344 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 15704064 140725222373777 140725222373875 140725222373875 140725222379465 0
/proc/32144/statm: 15520 11005 544 696 0 14681 0
Current children cumulated CPU time: 1421.18 s
Current children cumulated vsize: 1456468 KiB
Current children cumulated memory: 290888 KiB

[startup+1425.6 s]
/proc/loadavg: 4.12 4.21 4.09 5/257 32339
/proc/meminfo: memFree=124085560/131382116 swapFree=33010684/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/32019/stat : 32019 (scip-naps-1.00.) S 32016 32019 31357 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 38416181 4292608 736 18446744073709551615 94881369948160 94881370842693 140734648407680 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94881371081744 94881371129488 94881390145536 140734648412577 140734648412674 140734648412674 140734648418276 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32024] ppid=32019 vsize=1390196 memory=243924 CPUtime=1421.59 cores=4,6
/proc/32024/stat : 32024 (python3) R 32019 32019 31357 0 -1 4194304 70487 397431 0 0 49866 16 92185 92 20 0 1 0 38416184 1423560704 60981 18446744073709551615 93888939954176 93888939954553 140732613507264 0 0 0 0 16781312 16386 0 0 0 17 6 0 0 0 0 0 93888939965848 93888939966468 93888961146880 140732613515608 140732613515810 140732613515810 140732613521383 0
/proc/32024/statm: 347549 60981 8187 1 0 318907 0
Current children cumulated CPU time: 1421.59 s
Current children cumulated vsize: 1394388 KiB
Current children cumulated memory: 246868 KiB

[startup+1425.7 s]
/proc/loadavg: 4.12 4.21 4.09 5/257 32339
/proc/meminfo: memFree=124085560/131382116 swapFree=33010684/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/32019/stat : 32019 (scip-naps-1.00.) S 32016 32019 31357 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 38416181 4292608 736 18446744073709551615 94881369948160 94881370842693 140734648407680 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94881371081744 94881371129488 94881390145536 140734648412577 140734648412674 140734648412674 140734648418276 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32024] ppid=32019 vsize=1387776 memory=243148 CPUtime=1421.68 cores=4,6
/proc/32024/stat : 32024 (python3) R 32019 32019 31357 0 -1 4194304 74278 397431 0 0 49874 17 92185 92 20 0 1 0 38416184 1421082624 60787 18446744073709551615 93888939954176 93888939954553 140732613507264 0 0 0 0 16781312 0 0 0 0 17 6 0 0 0 0 0 93888939965848 93888939966468 93888961146880 140732613515608 140732613515810 140732613515810 140732613521383 0
/proc/32024/statm: 346944 60787 8187 1 0 318302 0
Current children cumulated CPU time: 1421.68 s
Current children cumulated vsize: 1391968 KiB
Current children cumulated memory: 246092 KiB

Child status: 0

Real time (s): 1425.71
CPU time (s): 1421.72
CPU user time (s): 1420.61
CPU system time (s): 1.11246
CPU usage (%): 99.7202
Max. virtual memory (cumulated for all children) (KiB): 1460940
Max. memory (cumulated for all children) (KiB): 295344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1420.61
system time used= 1.11246
maximum resident set size= 243924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 472401
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 403
involuntary context switches= 1056


# summary of solver processes directly reported to runsolver:
#   pid: 32019
#   total CPU time (s): 1421.72
#   total CPU user time (s): 1420.61
#   total CPU system time (s): 1.11246

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.47675 second user time and 14.9283 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-29 22:02:45
IDJOB=4515143
IDBENCH=164171
IDSOLVER=3368
FILE ID=nodeC011/4515143-1751227365
RUNJOBID= nodeC011-1751226828-31368
SLURM_JOB_ID= 9587684
Free space on /tmp= 432604 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-cvs16r70-62.0.s.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515143-1751227365/watcher-4515143-1751227365 -o /tmp/evaluation-result-4515143-1751227365/solver-4515143-1751227365 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751226828-31368 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4515143-1751227365.opb

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

MD5SUM BENCH= 4e99b38fa81d8e2d96927a91dd0f6056
RANDOM SEED=1738587691

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        110747144 kB
MemAvailable:   110977592 kB
Buffers:            3280 kB
Cached:          1040200 kB
SwapCached:            0 kB
Active:         19299124 kB
Inactive:         741328 kB
Active(anon):   19014932 kB
Inactive(anon):        0 kB
Active(file):     284192 kB
Inactive(file):   741328 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5920 kB
Writeback:             0 kB
AnonPages:      18998392 kB
Mapped:           127176 kB
Shmem:             17960 kB
KReclaimable:      88724 kB
Slab:             169096 kB
SReclaimable:      88724 kB
SUnreclaim:        80372 kB
KernelStack:        4188 kB
PageTables:        41328 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   24385652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149528 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4012032 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC011 at 2025-06-29 22:26:31