Trace number 4514711

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.00a1UNSAT 179.012 179.662

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-7_7_15.opb
MD5SUM69d753b56eddf687e2d1b1391a40f474
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.04864
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables506
Total number of constraints2337
Number of constraints which are clauses2332
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint22
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 37
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

26.63/26.90	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4514711-1751226828.opb
26.63/26.90	c Solving mode: decision
26.63/26.90	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
26.63/26.90	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
26.63/26.90	c original problem has 506 variables (506 bin, 0 int, 0 impl, 0 cont) and 2337 constraints
26.63/26.90	c presolving:
26.63/26.90	c (round 1, fast)       4 del vars, 4 del conss, 0 add conss, 3 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 860 clqs
26.63/26.90	c (round 2, fast)       6 del vars, 180 del conss, 0 add conss, 4 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 940 clqs
26.63/26.90	c (round 3, fast)       7 del vars, 187 del conss, 0 add conss, 4 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 940 clqs
26.63/26.90	c (round 4, exhaustive) 7 del vars, 187 del conss, 0 add conss, 4 chg bounds, 0 chg sides, 0 chg coeffs, 2149 upgd conss, 0 impls, 940 clqs
26.63/26.90	c    (0.2s) probing: 457/500 (91.4%) - 0 fixings, 0 aggregations, 80 implications, 0 bound changes
26.63/26.90	c    (0.2s) probing aborted: 50/50 successive totally useless probings
26.63/26.90	c    (0.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
26.63/26.90	c    (0.2s) symmetry computation finished: 11 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.00)
26.63/26.90	c dynamic symmetry handling statistics:
26.63/26.90	c    orbitopal reduction:       no components
26.63/26.90	c    orbital reduction:         no components
26.63/26.90	c    lexicographic reduction:   11 permutations with support sizes 42, 44, 44, 44, 44, 44, 44, 44, 44, 44, 22
26.63/26.90	c handled 11 out of 11 symmetry components
26.63/26.90	c presolving (5 rounds: 5 fast, 2 medium, 2 exhaustive):
26.63/26.90	c  7 deleted vars, 187 deleted constraints, 0 added constraints, 4 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
26.63/26.90	c  0 implications, 1020 cliques
26.63/26.90	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 2150 constraints
26.63/26.90	c       1 constraints of type <knapsack>
26.63/26.90	c     940 constraints of type <setppc>
26.63/26.90	c       1 constraints of type <linear>
26.63/26.90	c    1208 constraints of type <logicor>
26.63/26.90	c transformed objective value is always integral (scale: 1)
26.63/26.90	c Presolving Time: 0.20
26.63/26.90	c 
26.63/26.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
26.63/26.90	c   0.3s|     1 |     0 |   681 |     - |    20M |   0 | 500 |2204 |2150 |   0 |  0 |  53 |   0 | 0.000000e+00 |      --      |    Inf | unknown
26.63/26.90	c   1.5s|     1 |     0 |  8837 |     - |    25M |   0 | 500 |2404 |2156 |   6 |  1 |  53 |   0 | 0.000000e+00 |      --      |    Inf | unknown
26.63/26.90	c   1.6s|     1 |     0 |  9173 |     - |    29M |   0 | 500 |2409 |2163 |  13 |  2 |  58 |   0 | 0.000000e+00 |      --      |    Inf | unknown
26.63/26.90	c   1.7s|     1 |     0 |  9410 |     - |    33M |   0 | 500 |2415 |2168 |  18 |  3 |  64 |   0 | 0.000000e+00 |      --      |    Inf | unknown
26.63/26.90	c   1.8s|     1 |     0 |  9541 |     - |    38M |   0 | 500 |2422 |2172 |  22 |  4 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
26.63/26.90	c   1.8s|     1 |     0 |  9675 |     - |    43M |   0 | 500 |2424 |2178 |  28 |  5 |  73 |   0 | 0.000000e+00 |      --      |    Inf | unknown
26.63/26.90	c   1.9s|     1 |     0 |  9807 |     - |    45M |   0 | 500 |2430 |2185 |  35 |  6 |  79 |   0 | 0.000000e+00 |      --      |    Inf | unknown
26.63/26.90	c   1.9s|     1 |     0 |  9911 |     - |    50M |   0 | 500 |2430 |2190 |  40 |  7 |  79 |   0 | 0.000000e+00 |      --      |    Inf | unknown
26.63/26.90	c   2.0s|     1 |     0 | 10101 |     - |    54M |   0 | 500 |2437 |2196 |  46 |  8 |  86 |   0 | 0.000000e+00 |      --      |    Inf | unknown
26.63/26.90	c   2.1s|     1 |     0 | 10308 |     - |    59M |   0 | 500 |2437 |2199 |  49 |  9 |  86 |   0 | 0.000000e+00 |      --      |    Inf | unknown
26.63/26.90	c   2.2s|     1 |     0 | 10401 |     - |    69M |   0 | 500 |2438 |2205 |  55 | 10 |  87 |   0 | 0.000000e+00 |      --      |    Inf | unknown
26.63/26.90	c   2.2s|     1 |     0 | 10459 |     - |    70M |   0 | 500 |2439 |2207 |  57 | 11 |  88 |   0 | 0.000000e+00 |      --      |    Inf | unknown
26.63/26.90	c   2.7s|     1 |     2 | 11426 |     - |    70M |   0 | 500 |2449 |2207 |  57 | 11 |  98 |  11 | 0.000000e+00 |      --      |    Inf | unknown
26.63/26.90	c   5.7s|   100 |    41 | 45309 | 352.0 |    71M |  20 | 500 |2675 |2185 |  81 |  0 | 367 |  11 | 0.000000e+00 |      --      |    Inf |   0.60%
26.63/26.90	c   6.4s|   200 |    52 | 53224 | 214.9 |    72M |  20 | 500 |2862 |2181 |  86 |  1 | 576 |  11 | 0.000000e+00 |      --      |    Inf |   0.80%
26.63/26.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
26.63/26.90	c   6.8s|   300 |    50 | 60152 | 166.2 |    73M |  20 | 500 |3013 |2186 | 121 |  1 | 739 |  11 | 0.000000e+00 |      --      |    Inf |   1.41%
26.63/26.90	c   7.2s|   400 |    44 | 66141 | 139.6 |    73M |  20 | 500 |3160 |   0 | 141 |  0 | 916 |  11 | 0.000000e+00 |      --      |    Inf |   1.65%
26.63/26.90	c   8.2s|   500 |    47 | 75571 | 130.5 |    80M |  20 | 500 |3272 |2188 | 194 |  2 |1103 |  11 | 0.000000e+00 |      --      |    Inf |   2.22%
26.63/26.90	c   8.8s|   600 |    46 | 83184 | 121.4 |    82M |  20 | 500 |3369 |2191 | 241 |  1 |1264 |  11 | 0.000000e+00 |      --      |    Inf |   2.97%
26.63/26.90	c  10.1s|   700 |    54 | 95478 | 121.6 |    90M |  20 | 500 |3451 |2190 | 352 |  1 |1456 |  11 | 0.000000e+00 |      --      |    Inf |   3.71%
26.63/26.90	c  10.7s|   800 |    53 |102477 | 115.2 |    90M |  20 | 500 |3535 |2182 | 399 |  0 |1612 |  11 | 0.000000e+00 |      --      |    Inf |   4.37%
26.63/26.90	c  12.0s|   900 |    58 |111714 | 112.6 |    92M |  20 | 500 |3620 |2182 | 517 |  0 |1775 |  11 | 0.000000e+00 |      --      |    Inf |   5.73%
26.63/26.90	c  13.2s|  1000 |    72 |123366 | 113.0 |    93M |  20 | 500 |3706 |   0 | 586 |  0 |1972 |  11 | 0.000000e+00 |      --      |    Inf |   6.17%
26.63/26.90	c  14.1s|  1100 |    73 |131221 | 109.9 |    93M |  20 | 500 |3736 |2190 | 660 |  2 |2084 |  11 | 0.000000e+00 |      --      |    Inf |   6.57%
26.63/26.90	c  15.4s|  1200 |    87 |146779 | 113.7 |    94M |  20 | 500 |3739 |2191 | 777 |  1 |2213 |  11 | 0.000000e+00 |      --      |    Inf |   7.08%
26.63/26.90	c  16.2s|  1300 |    91 |157443 | 113.2 |    95M |  20 | 500 |3814 |2178 | 815 |  1 |2413 |  11 | 0.000000e+00 |      --      |    Inf |   7.32%
26.63/26.90	c  17.5s|  1400 |    89 |165691 | 111.0 |    95M |  20 | 500 |3898 |2190 | 969 |  1 |2624 |  11 | 0.000000e+00 |      --      |    Inf |  10.46%
26.63/26.90	c  18.1s|  1500 |    93 |175631 | 110.2 |    96M |  20 | 500 |3954 |2190 | 982 |  1 |2753 |  11 | 0.000000e+00 |      --      |    Inf |  10.70%
26.63/26.90	c  19.0s|  1600 |    96 |187387 | 110.6 |    97M |  20 | 500 |3976 |2190 |1024 |  0 |2949 |  11 | 0.000000e+00 |      --      |    Inf |  11.08%
26.63/26.90	c  20.8s|  1700 |   109 |206214 | 115.2 |    97M |  20 | 500 |3883 |2185 |1068 |  1 |3099 |  11 | 0.000000e+00 |      --      |    Inf |  12.94%
26.63/26.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
26.63/26.90	c  21.3s|  1800 |   109 |215879 | 114.2 |    97M |  20 | 500 |3933 |2190 |1098 |  1 |3252 |  11 | 0.000000e+00 |      --      |    Inf |  13.14%
26.73/26.90	c  22.0s|  1900 |   111 |224844 | 112.9 |    97M |  20 | 500 |3986 |2190 |1136 |  0 |3434 |  11 | 0.000000e+00 |      --      |    Inf |  13.29%
26.73/26.90	c  22.9s|  2000 |   114 |234144 | 111.9 |    97M |  20 | 500 |3963 |2190 |1199 |  1 |3534 |  11 | 0.000000e+00 |      --      |    Inf |  15.38%
26.73/26.90	c  23.5s|  2100 |   116 |244019 | 111.3 |    97M |  20 | 500 |4003 |2181 |1245 |  1 |3680 |  11 | 0.000000e+00 |      --      |    Inf |  15.88%
26.73/26.90	c  24.5s|  2200 |   122 |256108 | 111.7 |    98M |  20 | 500 |4058 |2190 |1344 |  1 |3886 |  11 | 0.000000e+00 |      --      |    Inf |  16.59%
26.73/26.90	c  25.2s|  2300 |   125 |265046 | 110.7 |    98M |  20 | 500 |4077 |   0 |1390 |  0 |4032 |  11 | 0.000000e+00 |      --      |    Inf |  17.10%
26.73/26.90	c  25.9s|  2400 |   121 |273081 | 109.5 |    98M |  20 | 500 |4122 |2190 |1436 |  1 |4183 |  11 | 0.000000e+00 |      --      |    Inf |  17.39%
46.66/47.01	c  26.5s|  2500 |   128 |281801 | 108.6 |    98M |  20 | 500 |4212 |2189 |1472 |  1 |4358 |  11 | 0.000000e+00 |      --      |    Inf |  17.63%
46.66/47.01	c  27.3s|  2600 |   122 |293335 | 108.8 |    98M |  20 | 500 |4288 |2190 |1485 |  0 |4518 |  11 | 0.000000e+00 |      --      |    Inf |  17.79%
46.66/47.01	c  28.0s|  2700 |   121 |302644 | 108.3 |    98M |  20 | 500 |4340 |2187 |1525 |  1 |4664 |  11 | 0.000000e+00 |      --      |    Inf |  18.28%
46.66/47.01	c  29.0s|  2800 |   118 |312722 | 108.0 |    98M |  20 | 500 |4349 |2193 |1637 |  0 |4786 |  11 | 0.000000e+00 |      --      |    Inf |  19.63%
46.66/47.01	c  29.5s|  2900 |   115 |321280 | 107.2 |    98M |  20 | 500 |4422 |2189 |1637 |  0 |4951 |  11 | 0.000000e+00 |      --      |    Inf |  19.89%
46.66/47.01	c  30.2s|  3000 |   115 |331230 | 107.0 |    99M |  20 | 500 |4480 |2201 |1724 |  0 |5095 |  11 | 0.000000e+00 |      --      |    Inf |  20.35%
46.66/47.01	c  30.8s|  3100 |   112 |341528 | 106.8 |    99M |  20 | 500 |4493 |2185 |1760 |  1 |5240 |  11 | 0.000000e+00 |      --      |    Inf |  20.88%
46.66/47.01	c  31.8s|  3200 |   115 |352931 | 107.1 |   100M |  20 | 500 |4467 |2191 |1822 |  0 |5437 |  11 | 0.000000e+00 |      --      |    Inf |  21.14%
46.66/47.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
46.66/47.01	c  32.3s|  3300 |   114 |362429 | 106.7 |   100M |  20 | 500 |4491 |   0 |1845 |  0 |5574 |  11 | 0.000000e+00 |      --      |    Inf |  21.28%
46.66/47.01	c  32.7s|  3400 |   113 |370319 | 105.9 |   100M |  20 | 500 |4551 |2197 |1866 |  0 |5728 |  11 | 0.000000e+00 |      --      |    Inf |  21.38%
46.66/47.01	c  33.3s|  3500 |   114 |378611 | 105.2 |   100M |  20 | 500 |4568 |   0 |1914 |  0 |5866 |  11 | 0.000000e+00 |      --      |    Inf |  21.58%
46.66/47.01	c  33.8s|  3600 |   109 |387677 | 104.8 |   100M |  20 | 500 |4597 |2181 |1914 |  1 |6041 |  11 | 0.000000e+00 |      --      |    Inf |  21.78%
46.66/47.01	c  34.3s|  3700 |   110 |396285 | 104.3 |   100M |  20 | 500 |4698 |2189 |1914 |  0 |6230 |  11 | 0.000000e+00 |      --      |    Inf |  21.80%
46.66/47.01	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
46.66/47.01	c (run 1, node 3705) performing user restart
46.66/47.01	c 
46.66/47.01	c (restart) converted 24 cuts from the global cut pool into linear constraints
46.66/47.01	c 
46.66/47.01	c presolving:
46.66/47.01	c (round 1, fast)       0 del vars, 16 del conss, 0 add conss, 0 chg bounds, 3 chg sides, 92 chg coeffs, 0 upgd conss, 0 impls, 1033 clqs
46.66/47.01	c (round 2, exhaustive) 0 del vars, 19 del conss, 0 add conss, 0 chg bounds, 4 chg sides, 97 chg coeffs, 0 upgd conss, 0 impls, 1033 clqs
46.66/47.01	c (round 3, exhaustive) 0 del vars, 19 del conss, 0 add conss, 0 chg bounds, 4 chg sides, 100 chg coeffs, 218 upgd conss, 0 impls, 1033 clqs
46.66/47.01	c (round 4, exhaustive) 0 del vars, 48 del conss, 0 add conss, 0 chg bounds, 4 chg sides, 101 chg coeffs, 218 upgd conss, 0 impls, 1033 clqs
46.66/47.01	c (round 5, exhaustive) 0 del vars, 349 del conss, 0 add conss, 0 chg bounds, 4 chg sides, 3070 chg coeffs, 218 upgd conss, 0 impls, 1033 clqs
46.66/47.01	c (round 6, exhaustive) 0 del vars, 357 del conss, 0 add conss, 0 chg bounds, 4 chg sides, 3072 chg coeffs, 218 upgd conss, 0 impls, 1033 clqs
46.66/47.01	c (round 7, exhaustive) 0 del vars, 357 del conss, 0 add conss, 0 chg bounds, 4 chg sides, 3363 chg coeffs, 218 upgd conss, 0 impls, 1033 clqs
46.66/47.01	c presolving (8 rounds: 8 fast, 7 medium, 7 exhaustive):
46.66/47.01	c  0 deleted vars, 357 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 4 changed sides, 3363 changed coefficients
46.66/47.01	c  0 implications, 1033 cliques
46.66/47.01	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 4371 constraints
46.66/47.01	c      65 constraints of type <knapsack>
46.66/47.01	c     924 constraints of type <setppc>
46.66/47.01	c      32 constraints of type <linear>
46.66/47.01	c    3350 constraints of type <logicor>
46.66/47.01	c transformed objective value is always integral (scale: 1)
46.66/47.01	c Presolving Time: 0.37
46.66/47.01	c 
46.66/47.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
46.66/47.01	c  34.5s|     1 |     0 |397522 |     - |   102M |   0 | 500 |4382 |2145 |   0 |  0 |6250 |  11 | 0.000000e+00 |      --      |    Inf | unknown
46.66/47.01	c  34.7s|     1 |     0 |397744 |     - |   102M |   0 | 500 |4409 |2151 |   6 |  1 |6253 |  11 | 0.000000e+00 |      --      |    Inf | unknown
46.66/47.01	c  34.8s|     1 |     0 |397872 |     - |   103M |   0 | 500 |4416 |2156 |  11 |  2 |6260 |  11 | 0.000000e+00 |      --      |    Inf | unknown
46.66/47.01	c  34.9s|     1 |     0 |397952 |     - |   103M |   0 | 500 |4416 |2163 |  18 |  3 |6260 |  11 | 0.000000e+00 |      --      |    Inf | unknown
46.66/47.01	c  35.0s|     1 |     0 |398040 |     - |   103M |   0 | 500 |4423 |2170 |  25 |  4 |6267 |  11 | 0.000000e+00 |      --      |    Inf | unknown
46.66/47.01	c  35.0s|     1 |     0 |398134 |     - |   104M |   0 | 500 |4424 |2177 |  32 |  5 |6268 |  11 | 0.000000e+00 |      --      |    Inf | unknown
46.66/47.01	c  35.1s|     1 |     0 |398228 |     - |   105M |   0 | 500 |4424 |2181 |  36 |  6 |6268 |  11 | 0.000000e+00 |      --      |    Inf | unknown
46.66/47.01	c  35.2s|     1 |     0 |398402 |     - |   105M |   0 | 500 |4432 |2185 |  40 |  7 |6276 |  11 | 0.000000e+00 |      --      |    Inf | unknown
46.66/47.01	c  35.2s|     1 |     0 |398493 |     - |   105M |   0 | 500 |4439 |2192 |  47 |  8 |6283 |  11 | 0.000000e+00 |      --      |    Inf | unknown
46.66/47.01	c  35.3s|     1 |     0 |398594 |     - |   107M |   0 | 500 |4439 |2197 |  52 |  9 |6283 |  11 | 0.000000e+00 |      --      |    Inf | unknown
46.66/47.01	c  35.3s|     1 |     0 |398675 |     - |   109M |   0 | 500 |4439 |2200 |  55 | 10 |6283 |  11 | 0.000000e+00 |      --      |    Inf | unknown
46.66/47.01	c  35.4s|     1 |     0 |398725 |     - |   109M |   0 | 500 |4439 |2203 |  58 | 11 |6283 |  11 | 0.000000e+00 |      --      |    Inf | unknown
46.66/47.01	c  35.8s|     1 |     2 |400391 |     - |   109M |   0 | 500 |4454 |2203 |  58 | 11 |6303 |  23 | 0.000000e+00 |      --      |    Inf | unknown
46.66/47.01	c  36.8s|   100 |    16 |414533 | 105.7 |   109M |  20 | 500 |4506 |2165 |  74 |  0 |6426 |  23 | 0.000000e+00 |      --      |    Inf | unknown
46.66/47.01	c  38.0s|   200 |    19 |426076 | 105.9 |   110M |  20 | 500 |4564 |2165 |  96 |  1 |6620 |  23 | 0.000000e+00 |      --      |    Inf |   2.51%
46.66/47.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
46.66/47.01	c  38.6s|   300 |    17 |434723 | 105.4 |   111M |  20 | 500 |4551 |   0 | 120 |  0 |6747 |  23 | 0.000000e+00 |      --      |    Inf |   4.05%
46.66/47.01	c  39.1s|   400 |    20 |443365 | 105.0 |   111M |  20 | 500 |4578 |2161 | 133 |  1 |6868 |  23 | 0.000000e+00 |      --      |    Inf |   4.57%
46.66/47.01	c  39.6s|   500 |    17 |451322 | 104.4 |   111M |  20 | 500 |4671 |2164 | 139 |  0 |7036 |  23 | 0.000000e+00 |      --      |    Inf |   4.85%
46.66/47.01	c  40.1s|   600 |    20 |461586 | 104.3 |   112M |  20 | 500 |4744 |2163 | 152 |  1 |7187 |  23 | 0.000000e+00 |      --      |    Inf |   5.00%
46.66/47.01	c  40.7s|   700 |    16 |470934 | 104.1 |   112M |  20 | 500 |4792 |   0 | 169 |  0 |7337 |  23 | 0.000000e+00 |      --      |    Inf |   5.26%
46.66/47.01	c  41.4s|   800 |    20 |481158 | 104.0 |   112M |  20 | 500 |4817 |2162 | 182 |  2 |7491 |  23 | 0.000000e+00 |      --      |    Inf |   5.37%
46.66/47.01	c  42.4s|   900 |    19 |492323 | 104.2 |   114M |  20 | 500 |4697 |   0 | 222 |  0 |7615 |  23 | 0.000000e+00 |      --      |    Inf |   6.30%
46.66/47.01	c  43.0s|  1000 |    19 |501891 | 104.0 |   114M |  20 | 500 |4618 |2162 | 242 |  0 |7712 |  23 | 0.000000e+00 |      --      |    Inf |   6.78%
46.66/47.01	c  43.5s|  1100 |    19 |510982 | 103.8 |   115M |  20 | 500 |4643 |   0 | 266 |  0 |7838 |  23 | 0.000000e+00 |      --      |    Inf |   7.12%
46.66/47.01	c  44.3s|  1200 |    22 |523689 | 104.2 |   116M |  20 | 500 |4681 |   0 | 307 |  0 |7960 |  23 | 0.000000e+00 |      --      |    Inf |   7.45%
46.66/47.01	c  44.7s|  1300 |    22 |532582 | 103.9 |   117M |  20 | 500 |4737 |2164 | 317 |  1 |8082 |  23 | 0.000000e+00 |      --      |    Inf |   7.58%
46.66/47.01	c  45.1s|  1400 |    21 |540531 | 103.5 |   117M |  20 | 500 |4829 |   0 | 326 |  0 |8200 |  23 | 0.000000e+00 |      --      |    Inf |   7.65%
46.66/47.01	c  45.8s|  1500 |    17 |550923 | 103.5 |   117M |  20 | 500 |4931 |2162 | 341 |  0 |8353 |  23 | 0.000000e+00 |      --      |    Inf |   7.85%
84.24/84.61	c  46.6s|  1600 |    21 |562865 | 103.8 |   116M |  20 | 500 |4966 |2167 | 382 |  2 |8469 |  23 | 0.000000e+00 |      --      |    Inf |   8.11%
84.24/84.61	c  47.0s|  1700 |    22 |572110 | 103.6 |   117M |  20 | 500 |5069 |2162 | 382 |  1 |8603 |  23 | 0.000000e+00 |      --      |    Inf |   8.21%
84.24/84.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
84.24/84.61	c  47.4s|  1800 |    20 |578976 | 102.9 |   117M |  20 | 500 |5186 |   0 | 382 |  0 |8756 |  23 | 0.000000e+00 |      --      |    Inf |   8.26%
84.24/84.61	c  47.8s|  1900 |    20 |587432 | 102.6 |   118M |  20 | 500 |5294 |2162 | 389 |  1 |8901 |  23 | 0.000000e+00 |      --      |    Inf |   8.37%
84.24/84.61	c  48.3s|  2000 |    20 |598389 | 102.7 |   118M |  20 | 500 |5402 |2163 | 409 |  1 |9063 |  23 | 0.000000e+00 |      --      |    Inf |   8.51%
84.24/84.61	c  48.9s|  2100 |    25 |607968 | 102.6 |   119M |  20 | 500 |5471 |2163 | 427 |  1 |9207 |  23 | 0.000000e+00 |      --      |    Inf |   8.62%
84.24/84.61	c  49.4s|  2200 |    18 |617682 | 102.5 |   119M |  20 | 500 |5573 |2165 | 427 |  1 |9382 |  23 | 0.000000e+00 |      --      |    Inf |   8.85%
84.24/84.61	c  50.2s|  2300 |    20 |628764 | 102.6 |   119M |  20 | 500 |5592 |2162 | 458 |  1 |9524 |  23 | 0.000000e+00 |      --      |    Inf |   9.10%
84.24/84.61	c  50.8s|  2400 |    17 |639070 | 102.6 |   119M |  20 | 500 |5627 |2165 | 470 |  1 |9637 |  23 | 0.000000e+00 |      --      |    Inf |   9.37%
84.24/84.61	c  51.4s|  2500 |    18 |648014 | 102.4 |   119M |  20 | 500 |5638 |2162 | 491 |  0 |9783 |  23 | 0.000000e+00 |      --      |    Inf |   9.56%
84.24/84.61	c  51.9s|  2600 |    15 |657506 | 102.3 |   120M |  20 | 500 |5721 |2163 | 500 |  0 |9936 |  23 | 0.000000e+00 |      --      |    Inf |   9.71%
84.24/84.61	c  52.4s|  2700 |    14 |666581 | 102.1 |   120M |  20 | 500 |5817 |2163 | 509 |  0 |  10k|  23 | 0.000000e+00 |      --      |    Inf |   9.84%
84.24/84.61	c  53.5s|  2800 |    16 |678054 | 102.3 |   120M |  20 | 500 |5312 |2157 | 536 |  1 |  10k|  23 | 0.000000e+00 |      --      |    Inf |  16.02%
84.24/84.61	c  54.9s|  2900 |    21 |693919 | 103.2 |   120M |  20 | 500 |4794 |2162 | 588 |  1 |  10k|  23 | 0.000000e+00 |      --      |    Inf |  18.98%
84.24/84.61	c  55.3s|  3000 |    20 |701190 | 102.7 |   120M |  20 | 500 |4789 |2163 | 597 |  0 |  10k|  23 | 0.000000e+00 |      --      |    Inf |  19.11%
84.24/84.61	c  56.1s|  3100 |    19 |710515 | 102.6 |   120M |  20 | 500 |4701 |   0 | 622 |  0 |  10k|  23 | 0.000000e+00 |      --      |    Inf |  20.07%
84.24/84.61	c  57.1s|  3200 |    20 |721167 | 102.6 |   120M |  20 | 500 |4376 |   0 | 682 |  0 |  10k|  23 | 0.000000e+00 |      --      |    Inf |  21.86%
84.24/84.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
84.24/84.61	c  58.3s|  3300 |    23 |734404 | 103.1 |   120M |  20 | 500 |4242 |   0 | 754 |  0 |  10k|  23 | 0.000000e+00 |      --      |    Inf |  22.74%
84.24/84.61	c  59.0s|  3400 |    24 |746779 | 103.4 |   120M |  20 | 500 |4203 |2168 | 804 |  1 |  10k|  23 | 0.000000e+00 |      --      |    Inf |  23.14%
84.24/84.61	c  59.9s|  3500 |    22 |759449 | 103.7 |   120M |  20 | 500 |4247 |2165 | 833 |  1 |  10k|  23 | 0.000000e+00 |      --      |    Inf |  23.77%
84.24/84.61	c  60.8s|  3600 |    24 |774026 | 104.3 |   120M |  20 | 500 |4286 |2158 | 882 |  1 |  11k|  23 | 0.000000e+00 |      --      |    Inf |  24.46%
84.24/84.61	c  61.7s|  3700 |    29 |785446 | 104.4 |   120M |  20 | 500 |4356 |   0 | 930 |  0 |  11k|  23 | 0.000000e+00 |      --      |    Inf |  24.75%
84.24/84.61	c  62.1s|  3800 |    30 |793875 | 104.1 |   120M |  20 | 500 |4415 |2164 | 951 |  1 |  11k|  23 | 0.000000e+00 |      --      |    Inf |  24.98%
84.24/84.61	c  62.8s|  3900 |    24 |805174 | 104.2 |   120M |  20 | 500 |4508 |2172 | 974 |  2 |  11k|  23 | 0.000000e+00 |      --      |    Inf |  25.20%
84.24/84.61	c  63.3s|  4000 |    24 |816132 | 104.3 |   120M |  20 | 500 |4630 |2172 | 986 |  1 |  11k|  23 | 0.000000e+00 |      --      |    Inf |  25.34%
84.24/84.61	c  63.9s|  4100 |    22 |827478 | 104.4 |   120M |  20 | 500 |4731 |2166 |1003 |  0 |  11k|  23 | 0.000000e+00 |      --      |    Inf |  25.54%
84.24/84.61	c  64.5s|  4200 |    22 |836580 | 104.3 |   121M |  20 | 500 |4831 |2169 |1015 |  1 |  11k|  23 | 0.000000e+00 |      --      |    Inf |  25.67%
84.24/84.61	c  64.9s|  4300 |    19 |844897 | 104.0 |   121M |  20 | 500 |4919 |2168 |1026 |  0 |  12k|  23 | 0.000000e+00 |      --      |    Inf |  25.77%
84.24/84.61	c  65.4s|  4400 |    22 |854124 | 103.9 |   121M |  20 | 500 |5006 |2164 |1047 |  1 |  12k|  23 | 0.000000e+00 |      --      |    Inf |  25.94%
84.24/84.61	c  66.0s|  4500 |    20 |863984 | 103.8 |   121M |  20 | 500 |5045 |2165 |1080 |  1 |  12k|  23 | 0.000000e+00 |      --      |    Inf |  26.16%
84.24/84.61	c  66.6s|  4600 |    20 |874159 | 103.8 |   121M |  20 | 500 |4955 |   0 |1112 |  0 |  12k|  23 | 0.000000e+00 |      --      |    Inf |  26.73%
84.24/84.61	c  67.4s|  4700 |    20 |886760 | 104.0 |   121M |  20 | 500 |4982 |2167 |1138 |  1 |  12k|  23 | 0.000000e+00 |      --      |    Inf |  27.09%
84.24/84.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
84.24/84.61	c  67.9s|  4800 |    18 |896833 | 104.0 |   121M |  20 | 500 |5041 |2164 |1163 |  0 |  12k|  23 | 0.000000e+00 |      --      |    Inf |  27.35%
84.24/84.61	c  68.7s|  4900 |    17 |906735 | 103.9 |   121M |  20 | 500 |4957 |2164 |1185 |  1 |  12k|  23 | 0.000000e+00 |      --      |    Inf |  28.22%
84.24/84.61	c  71.2s|  5000 |    22 |934672 | 105.9 |   123M |  20 | 500 |4792 |2167 |1241 |  1 |  12k|  23 | 0.000000e+00 |      --      |    Inf |  28.80%
84.24/84.61	c  72.3s|  5100 |    22 |945452 | 106.0 |   123M |  20 | 500 |4652 |   0 |1278 |  0 |  13k|  23 | 0.000000e+00 |      --      |    Inf |  32.67%
84.24/84.61	c  72.9s|  5200 |    20 |953564 | 105.7 |   123M |  20 | 500 |4557 |   0 |1315 |  0 |  13k|  23 | 0.000000e+00 |      --      |    Inf |  34.18%
84.24/84.61	c  73.9s|  5300 |    22 |964188 | 105.7 |   123M |  20 | 500 |4494 |2164 |1364 |  1 |  13k|  23 | 0.000000e+00 |      --      |    Inf |  35.45%
84.24/84.61	c  74.3s|  5400 |    19 |972251 | 105.4 |   123M |  20 | 500 |4573 |   0 |1397 |  0 |  13k|  23 | 0.000000e+00 |      --      |    Inf |  35.69%
84.24/84.61	c  75.0s|  5500 |    20 |982785 | 105.4 |   123M |  20 | 500 |4588 |   0 |1442 |  0 |  13k|  23 | 0.000000e+00 |      --      |    Inf |  36.15%
84.24/84.61	c  75.4s|  5600 |    20 |991377 | 105.2 |   123M |  20 | 500 |4680 |2168 |1456 |  1 |  13k|  23 | 0.000000e+00 |      --      |    Inf |  36.30%
84.24/84.61	c  76.1s|  5700 |    17 |  1000k| 105.1 |   123M |  20 | 500 |4690 |2168 |1497 |  2 |  13k|  23 | 0.000000e+00 |      --      |    Inf |  36.87%
84.24/84.61	c  77.3s|  5800 |    17 |  1012k| 105.2 |   123M |  20 | 500 |4494 |   0 |1567 |  0 |  13k|  23 | 0.000000e+00 |      --      |    Inf |  41.67%
84.24/84.61	c  78.0s|  5900 |    18 |  1022k| 105.2 |   125M |  20 | 500 |4520 |   0 |1567 |  0 |  13k|  23 | 0.000000e+00 |      --      |    Inf |  41.80%
84.24/84.61	c  78.8s|  6000 |    18 |  1031k| 105.0 |   126M |  20 | 500 |4465 |2168 |1617 |  1 |  14k|  23 | 0.000000e+00 |      --      |    Inf |  42.97%
84.24/84.61	c  79.4s|  6100 |    23 |  1040k| 104.8 |   127M |  20 | 500 |4506 |   0 |1659 |  0 |  14k|  23 | 0.000000e+00 |      --      |    Inf |  43.39%
84.24/84.61	c  80.2s|  6200 |    24 |  1049k| 104.7 |   127M |  20 | 500 |4572 |2167 |1682 |  1 |  14k|  23 | 0.000000e+00 |      --      |    Inf |  43.58%
84.24/84.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
84.24/84.61	c  80.8s|  6300 |    24 |  1059k| 104.7 |   127M |  20 | 500 |4632 |2168 |1731 |  0 |  14k|  23 | 0.000000e+00 |      --      |    Inf |  44.09%
84.24/84.61	c  81.2s|  6400 |    22 |  1068k| 104.5 |   127M |  20 | 500 |4718 |   0 |1731 |  0 |  14k|  23 | 0.000000e+00 |      --      |    Inf |  44.19%
84.24/84.61	c  82.0s|  6500 |    22 |  1079k| 104.6 |   127M |  20 | 500 |4733 |2163 |1767 |  1 |  14k|  23 | 0.000000e+00 |      --      |    Inf |  44.77%
84.24/84.61	c  82.6s|  6600 |    22 |  1089k| 104.5 |   127M |  20 | 500 |4776 |   0 |1810 |  0 |  14k|  23 | 0.000000e+00 |      --      |    Inf |  45.03%
84.24/84.61	c  83.1s|  6700 |    18 |  1097k| 104.3 |   127M |  20 | 500 |4833 |2172 |1837 |  0 |  14k|  23 | 0.000000e+00 |      --      |    Inf |  45.25%
117.92/118.49	c  84.2s|  6800 |    20 |  1110k| 104.5 |   127M |  20 | 500 |4749 |2165 |1901 |  0 |  15k|  23 | 0.000000e+00 |      --      |    Inf |  46.58%
117.92/118.49	c  84.8s|  6900 |    25 |  1119k| 104.4 |   127M |  20 | 500 |4751 |   0 |1930 |  0 |  15k|  23 | 0.000000e+00 |      --      |    Inf |  46.76%
117.92/118.49	c  85.3s|  7000 |    23 |  1129k| 104.3 |   127M |  20 | 500 |4825 |   0 |1930 |  0 |  15k|  23 | 0.000000e+00 |      --      |    Inf |  46.84%
117.92/118.49	c  85.8s|  7100 |    18 |  1138k| 104.2 |   127M |  20 | 500 |4859 |2165 |1951 |  0 |  15k|  23 | 0.000000e+00 |      --      |    Inf |  47.02%
117.92/118.49	c  86.3s|  7200 |    18 |  1146k| 104.0 |   128M |  20 | 500 |4823 |2166 |1971 |  1 |  15k|  23 | 0.000000e+00 |      --      |    Inf |  47.26%
117.92/118.49	c  86.9s|  7300 |    22 |  1155k| 103.9 |   128M |  20 | 500 |4663 |2162 |2009 |  1 |  15k|  23 | 0.000000e+00 |      --      |    Inf |  48.84%
117.92/118.49	c  87.6s|  7400 |    24 |  1165k| 103.9 |   128M |  20 | 500 |4693 |2165 |2037 |  1 |  15k|  23 | 0.000000e+00 |      --      |    Inf |  49.12%
117.92/118.49	c  88.0s|  7500 |    20 |  1174k| 103.7 |   128M |  20 | 500 |4765 |2162 |2049 |  1 |  15k|  23 | 0.000000e+00 |      --      |    Inf |  49.26%
117.92/118.49	c  88.4s|  7600 |    20 |  1182k| 103.5 |   128M |  20 | 500 |4843 |2168 |2063 |  1 |  15k|  23 | 0.000000e+00 |      --      |    Inf |  49.38%
117.92/118.49	c  88.8s|  7700 |    19 |  1190k| 103.3 |   128M |  20 | 500 |4936 |2169 |2077 |  0 |  16k|  23 | 0.000000e+00 |      --      |    Inf |  49.45%
117.92/118.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
117.92/118.49	c  89.4s|  7800 |    20 |  1198k| 103.1 |   128M |  20 | 500 |4916 |   0 |2096 |  0 |  16k|  23 | 0.000000e+00 |      --      |    Inf |  50.48%
117.92/118.49	c  90.3s|  7900 |    19 |  1208k| 103.0 |   128M |  20 | 500 |4836 |2168 |2174 |  1 |  16k|  23 | 0.000000e+00 |      --      |    Inf |  51.51%
117.92/118.49	c  90.9s|  8000 |    19 |  1216k| 102.9 |   128M |  20 | 500 |4871 |2166 |2199 |  1 |  16k|  23 | 0.000000e+00 |      --      |    Inf |  51.68%
117.92/118.49	c  91.6s|  8100 |    20 |  1224k| 102.7 |   128M |  20 | 500 |4797 |2158 |2211 |  1 |  16k|  23 | 0.000000e+00 |      --      |    Inf |  52.93%
117.92/118.49	c  92.6s|  8200 |    21 |  1234k| 102.7 |   128M |  20 | 500 |4722 |   0 |2289 |  0 |  16k|  23 | 0.000000e+00 |      --      |    Inf |  54.27%
117.92/118.49	c  93.1s|  8300 |    21 |  1244k| 102.6 |   128M |  20 | 500 |4810 |2174 |2316 |  1 |  16k|  23 | 0.000000e+00 |      --      |    Inf |  54.48%
117.92/118.49	c  93.7s|  8400 |    17 |  1253k| 102.5 |   128M |  20 | 500 |4850 |2167 |2373 |  1 |  16k|  23 | 0.000000e+00 |      --      |    Inf |  55.07%
117.92/118.49	c  94.5s|  8500 |    17 |  1262k| 102.4 |   128M |  20 | 500 |4836 |   0 |2428 |  0 |  16k|  23 | 0.000000e+00 |      --      |    Inf |  55.47%
117.92/118.49	c  95.3s|  8600 |    18 |  1274k| 102.6 |   128M |  20 | 500 |4852 |2169 |2464 |  2 |  17k|  23 | 0.000000e+00 |      --      |    Inf |  55.74%
117.92/118.49	c  96.2s|  8700 |    20 |  1286k| 102.7 |   129M |  20 | 500 |4832 |   0 |2490 |  0 |  17k|  23 | 0.000000e+00 |      --      |    Inf |  56.78%
117.92/118.49	c  96.8s|  8800 |    17 |  1295k| 102.6 |   129M |  20 | 500 |4922 |2166 |2520 |  0 |  17k|  23 | 0.000000e+00 |      --      |    Inf |  57.19%
117.92/118.49	c  97.9s|  8900 |    18 |  1308k| 102.8 |   129M |  20 | 500 |4941 |   0 |2566 |  0 |  17k|  23 | 0.000000e+00 |      --      |    Inf |  58.89%
117.92/118.49	c  99.1s|  9000 |    23 |  1321k| 103.0 |   130M |  20 | 500 |4950 |2170 |2612 |  1 |  17k|  23 | 0.000000e+00 |      --      |    Inf |  59.48%
117.92/118.49	c   100s|  9100 |    22 |  1332k| 103.1 |   130M |  20 | 500 |4917 |   0 |2663 |  0 |  17k|  23 | 0.000000e+00 |      --      |    Inf |  60.20%
117.92/118.49	c   101s|  9200 |    21 |  1340k| 102.9 |   130M |  20 | 500 |4975 |   0 |2699 |  0 |  17k|  23 | 0.000000e+00 |      --      |    Inf |  60.84%
117.92/118.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
117.92/118.49	c   101s|  9300 |    19 |  1349k| 102.8 |   130M |  20 | 500 |5063 |2164 |2715 |  0 |  17k|  23 | 0.000000e+00 |      --      |    Inf |  61.21%
117.92/118.49	c   102s|  9400 |    19 |  1361k| 103.0 |   131M |  20 | 500 |5088 |2163 |2776 |  0 |  18k|  23 | 0.000000e+00 |      --      |    Inf |  61.93%
117.92/118.49	c   103s|  9500 |    21 |  1371k| 102.9 |   133M |  20 | 500 |5129 |2157 |2790 |  1 |  18k|  23 | 0.000000e+00 |      --      |    Inf |  62.21%
117.92/118.49	c   103s|  9600 |    25 |  1380k| 102.8 |   133M |  20 | 500 |5204 |2165 |2815 |  1 |  18k|  23 | 0.000000e+00 |      --      |    Inf |  62.39%
117.92/118.49	c   104s|  9700 |    22 |  1388k| 102.7 |   134M |  20 | 500 |5292 |   0 |2847 |  0 |  18k|  23 | 0.000000e+00 |      --      |    Inf |  62.60%
117.92/118.49	c   104s|  9800 |    25 |  1399k| 102.7 |   134M |  20 | 500 |5343 |2167 |2903 |  1 |  18k|  23 | 0.000000e+00 |      --      |    Inf |  62.88%
117.92/118.49	c   105s|  9900 |    21 |  1407k| 102.6 |   134M |  20 | 500 |5438 |2173 |2916 |  1 |  18k|  23 | 0.000000e+00 |      --      |    Inf |  63.07%
117.92/118.49	c   105s| 10000 |    25 |  1417k| 102.6 |   134M |  20 | 500 |5505 |2171 |2959 |  1 |  18k|  23 | 0.000000e+00 |      --      |    Inf |  63.34%
117.92/118.49	c   106s| 10100 |    21 |  1427k| 102.5 |   134M |  20 | 500 |5608 |2170 |2975 |  0 |  18k|  23 | 0.000000e+00 |      --      |    Inf |  63.51%
117.92/118.49	c   106s| 10200 |    21 |  1436k| 102.4 |   134M |  20 | 500 |5591 |2167 |3000 |  0 |  19k|  23 | 0.000000e+00 |      --      |    Inf |  63.75%
117.92/118.49	c   107s| 10300 |    23 |  1448k| 102.6 |   134M |  20 | 500 |5652 |2169 |3036 |  0 |  19k|  23 | 0.000000e+00 |      --      |    Inf |  63.99%
117.92/118.49	c   108s| 10400 |    24 |  1458k| 102.5 |   134M |  20 | 500 |5721 |2165 |3058 |  1 |  19k|  23 | 0.000000e+00 |      --      |    Inf |  64.17%
117.92/118.49	c   108s| 10500 |    24 |  1468k| 102.5 |   134M |  20 | 500 |5823 |   0 |3072 |  0 |  19k|  23 | 0.000000e+00 |      --      |    Inf |  64.27%
117.92/118.49	c   108s| 10600 |    21 |  1475k| 102.3 |   134M |  20 | 500 |5938 |   0 |3072 |  0 |  19k|  23 | 0.000000e+00 |      --      |    Inf |  64.33%
117.92/118.49	c   109s| 10700 |    23 |  1484k| 102.2 |   134M |  20 | 500 |6001 |2164 |3096 |  0 |  19k|  23 | 0.000000e+00 |      --      |    Inf |  64.43%
117.92/118.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
117.92/118.49	c   109s| 10800 |    21 |  1492k| 102.1 |   134M |  20 | 500 |6075 |2167 |3106 |  0 |  19k|  23 | 0.000000e+00 |      --      |    Inf |  64.59%
117.92/118.49	c   110s| 10900 |    20 |  1501k| 102.0 |   134M |  20 | 500 |6171 |2168 |3120 |  1 |  19k|  23 | 0.000000e+00 |      --      |    Inf |  64.70%
117.92/118.49	c   110s| 11000 |    23 |  1511k| 102.0 |   134M |  20 | 500 |6241 |2171 |3138 |  1 |  20k|  23 | 0.000000e+00 |      --      |    Inf |  64.77%
117.92/118.49	c   111s| 11100 |    20 |  1519k| 101.8 |   134M |  20 | 500 |6331 |2168 |3138 |  1 |  20k|  23 | 0.000000e+00 |      --      |    Inf |  64.82%
117.92/118.49	c   111s| 11200 |    22 |  1528k| 101.7 |   134M |  20 | 500 |6376 |2167 |3150 |  1 |  20k|  23 | 0.000000e+00 |      --      |    Inf |  64.93%
117.92/118.49	c   113s| 11300 |    22 |  1545k| 102.2 |   134M |  20 | 500 |6252 |   0 |3193 |  0 |  20k|  23 | 0.000000e+00 |      --      |    Inf |  65.62%
117.92/118.49	c   114s| 11400 |    23 |  1559k| 102.4 |   134M |  20 | 500 |6256 |2167 |3215 |  1 |  20k|  23 | 0.000000e+00 |      --      |    Inf |  65.82%
117.92/118.49	c   114s| 11500 |    23 |  1568k| 102.4 |   134M |  20 | 500 |6350 |2165 |3228 |  1 |  20k|  23 | 0.000000e+00 |      --      |    Inf |  65.90%
117.92/118.49	c   115s| 11600 |    18 |  1578k| 102.3 |   134M |  20 | 500 |6349 |2164 |3249 |  0 |  20k|  23 | 0.000000e+00 |      --      |    Inf |  66.50%
117.92/118.49	c   116s| 11700 |    22 |  1588k| 102.3 |   134M |  20 | 500 |6106 |2168 |3292 |  1 |  20k|  23 | 0.000000e+00 |      --      |    Inf |  66.88%
117.92/118.49	c   116s| 11800 |    23 |  1599k| 102.4 |   134M |  20 | 500 |6194 |2171 |3303 |  1 |  21k|  23 | 0.000000e+00 |      --      |    Inf |  67.07%
117.92/118.49	c   117s| 11900 |    23 |  1610k| 102.4 |   134M |  20 | 500 |6263 |2171 |3325 |  1 |  21k|  23 | 0.000000e+00 |      --      |    Inf |  67.35%
117.92/118.49	c   117s| 12000 |    21 |  1619k| 102.3 |   134M |  20 | 500 |6337 |2169 |3345 |  1 |  21k|  23 | 0.000000e+00 |      --      |    Inf |  67.50%
150.71/151.34	c   118s| 12100 |    19 |  1629k| 102.3 |   134M |  20 | 500 |6257 |2169 |3378 |  0 |  21k|  23 | 0.000000e+00 |      --      |    Inf |  68.16%
150.71/151.34	c   119s| 12200 |    24 |  1641k| 102.5 |   134M |  20 | 500 |6121 |2166 |3427 |  0 |  21k|  23 | 0.000000e+00 |      --      |    Inf |  69.61%
150.71/151.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
150.71/151.34	c   120s| 12300 |    21 |  1652k| 102.5 |   134M |  20 | 500 |6197 |   0 |3470 |  0 |  21k|  23 | 0.000000e+00 |      --      |    Inf |  69.94%
150.71/151.34	c   121s| 12400 |    23 |  1662k| 102.5 |   134M |  20 | 500 |5868 |2174 |3531 |  0 |  21k|  23 | 0.000000e+00 |      --      |    Inf |  71.12%
150.71/151.34	c   122s| 12500 |    24 |  1672k| 102.4 |   134M |  20 | 500 |5702 |   0 |3576 |  0 |  21k|  23 | 0.000000e+00 |      --      |    Inf |  71.48%
150.71/151.34	c   122s| 12600 |    26 |  1682k| 102.4 |   134M |  20 | 500 |5743 |2168 |3589 |  1 |  22k|  23 | 0.000000e+00 |      --      |    Inf |  71.62%
150.71/151.34	c   123s| 12700 |    33 |  1693k| 102.5 |   136M |  20 | 500 |5424 |2169 |3662 |  1 |  22k|  23 | 0.000000e+00 |      --      |    Inf |  72.50%
150.71/151.34	c   123s| 12800 |    31 |  1703k| 102.5 |   136M |  20 | 500 |5467 |   0 |3676 |  0 |  22k|  23 | 0.000000e+00 |      --      |    Inf |  72.67%
150.71/151.34	c   124s| 12900 |    30 |  1712k| 102.4 |   136M |  20 | 500 |5536 |2172 |3691 |  1 |  22k|  23 | 0.000000e+00 |      --      |    Inf |  72.75%
150.71/151.34	c   124s| 13000 |    29 |  1721k| 102.3 |   136M |  20 | 500 |5576 |2172 |3702 |  1 |  22k|  23 | 0.000000e+00 |      --      |    Inf |  72.94%
150.71/151.34	c   125s| 13100 |    27 |  1732k| 102.3 |   136M |  20 | 500 |5574 |2168 |3746 |  1 |  22k|  23 | 0.000000e+00 |      --      |    Inf |  73.43%
150.71/151.34	c   126s| 13200 |    25 |  1742k| 102.3 |   136M |  20 | 500 |5575 |2167 |3784 |  1 |  22k|  23 | 0.000000e+00 |      --      |    Inf |  73.80%
150.71/151.34	c   126s| 13300 |    31 |  1752k| 102.3 |   136M |  20 | 500 |5623 |2169 |3829 |  1 |  22k|  23 | 0.000000e+00 |      --      |    Inf |  74.00%
150.71/151.34	c   127s| 13400 |    28 |  1760k| 102.2 |   136M |  20 | 500 |5717 |2167 |3829 |  0 |  22k|  23 | 0.000000e+00 |      --      |    Inf |  74.08%
150.71/151.34	c   128s| 13500 |    30 |  1769k| 102.1 |   136M |  20 | 500 |5633 |2167 |3868 |  1 |  23k|  23 | 0.000000e+00 |      --      |    Inf |  74.36%
150.71/151.34	c   128s| 13600 |    31 |  1779k| 102.1 |   136M |  20 | 500 |5638 |2163 |3891 |  1 |  23k|  23 | 0.000000e+00 |      --      |    Inf |  74.46%
150.71/151.34	c   129s| 13700 |    35 |  1788k| 102.1 |   136M |  20 | 500 |5752 |2168 |3905 |  1 |  23k|  23 | 0.000000e+00 |      --      |    Inf |  74.53%
150.71/151.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
150.71/151.34	c   129s| 13800 |    31 |  1795k| 101.9 |   136M |  20 | 500 |5863 |2168 |3905 |  1 |  23k|  23 | 0.000000e+00 |      --      |    Inf |  74.56%
150.71/151.34	c   129s| 13900 |    29 |  1803k| 101.7 |   136M |  20 | 500 |5978 |2163 |3905 |  1 |  23k|  23 | 0.000000e+00 |      --      |    Inf |  74.62%
150.71/151.34	c   130s| 14000 |    26 |  1812k| 101.7 |   136M |  20 | 500 |5987 |   0 |3935 |  0 |  23k|  23 | 0.000000e+00 |      --      |    Inf |  74.95%
150.71/151.34	c   130s| 14100 |    25 |  1819k| 101.5 |   136M |  20 | 500 |6023 |2170 |3943 |  1 |  23k|  23 | 0.000000e+00 |      --      |    Inf |  75.10%
150.71/151.34	c   131s| 14200 |    26 |  1829k| 101.5 |   136M |  20 | 500 |5952 |   0 |3987 |  0 |  23k|  23 | 0.000000e+00 |      --      |    Inf |  75.68%
150.71/151.34	c   131s| 14300 |    25 |  1837k| 101.4 |   136M |  20 | 500 |5944 |2168 |4002 |  1 |  24k|  23 | 0.000000e+00 |      --      |    Inf |  75.88%
150.71/151.34	c   132s| 14400 |    25 |  1848k| 101.4 |   136M |  20 | 500 |5994 |   0 |4032 |  0 |  24k|  23 | 0.000000e+00 |      --      |    Inf |  76.03%
150.71/151.34	c   133s| 14500 |    29 |  1859k| 101.5 |   136M |  20 | 500 |5935 |2167 |4103 |  1 |  24k|  23 | 0.000000e+00 |      --      |    Inf |  76.47%
150.71/151.34	c   133s| 14600 |    26 |  1868k| 101.4 |   136M |  20 | 500 |5962 |2168 |4136 |  1 |  24k|  23 | 0.000000e+00 |      --      |    Inf |  76.66%
150.71/151.34	c   134s| 14700 |    27 |  1878k| 101.4 |   136M |  20 | 500 |6005 |2162 |4148 |  1 |  24k|  23 | 0.000000e+00 |      --      |    Inf |  76.78%
150.71/151.34	c   134s| 14800 |    26 |  1887k| 101.3 |   136M |  20 | 500 |6087 |2170 |4163 |  1 |  24k|  23 | 0.000000e+00 |      --      |    Inf |  76.90%
150.71/151.34	c   135s| 14900 |    23 |  1896k| 101.3 |   136M |  20 | 500 |6148 |2170 |4188 |  1 |  24k|  23 | 0.000000e+00 |      --      |    Inf |  77.10%
150.71/151.34	c   136s| 15000 |    21 |  1904k| 101.1 |   136M |  20 | 500 |6026 |2157 |4228 |  1 |  24k|  23 | 0.000000e+00 |      --      |    Inf |  77.54%
150.71/151.34	c   137s| 15100 |    23 |  1914k| 101.2 |   136M |  20 | 500 |5850 |2164 |4301 |  0 |  25k|  23 | 0.000000e+00 |      --      |    Inf |  78.17%
150.71/151.34	c   137s| 15200 |    23 |  1924k| 101.2 |   136M |  20 | 500 |5820 |2166 |4325 |  0 |  25k|  23 | 0.000000e+00 |      --      |    Inf |  78.51%
150.71/151.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
150.71/151.34	c   138s| 15300 |    24 |  1933k| 101.1 |   136M |  20 | 500 |5814 |2166 |4353 |  1 |  25k|  23 | 0.000000e+00 |      --      |    Inf |  78.69%
150.71/151.34	c   139s| 15400 |    25 |  1944k| 101.2 |   136M |  20 | 500 |5849 |   0 |4365 |  0 |  25k|  23 | 0.000000e+00 |      --      |    Inf |  78.80%
150.71/151.34	c   139s| 15500 |    21 |  1955k| 101.2 |   137M |  20 | 500 |5817 |2174 |4445 |  0 |  25k|  23 | 0.000000e+00 |      --      |    Inf |  79.93%
150.71/151.34	c   140s| 15600 |    26 |  1966k| 101.2 |   137M |  20 | 500 |5901 |2172 |4483 |  1 |  25k|  23 | 0.000000e+00 |      --      |    Inf |  80.36%
150.71/151.34	c   141s| 15700 |    23 |  1977k| 101.3 |   137M |  20 | 500 |5997 |2174 |4531 |  0 |  25k|  23 | 0.000000e+00 |      --      |    Inf |  80.65%
150.71/151.34	c   142s| 15800 |    23 |  1987k| 101.2 |   137M |  20 | 500 |5935 |2169 |4596 |  1 |  25k|  23 | 0.000000e+00 |      --      |    Inf |  81.02%
150.71/151.34	c   142s| 15900 |    26 |  1999k| 101.3 |   137M |  20 | 500 |5958 |   0 |4636 |  0 |  26k|  23 | 0.000000e+00 |      --      |    Inf |  81.26%
150.71/151.34	c   143s| 16000 |    23 |  2007k| 101.2 |   137M |  20 | 500 |6038 |2171 |4662 |  1 |  26k|  23 | 0.000000e+00 |      --      |    Inf |  81.52%
150.71/151.34	c   144s| 16100 |    16 |  2017k| 101.3 |   137M |  20 | 500 |5968 |   0 |4716 |  0 |  26k|  23 | 0.000000e+00 |      --      |    Inf |  82.57%
150.71/151.34	c   144s| 16200 |    20 |  2027k| 101.2 |   137M |  20 | 500 |6021 |2174 |4743 |  1 |  26k|  23 | 0.000000e+00 |      --      |    Inf |  82.80%
150.71/151.34	c   145s| 16300 |    18 |  2037k| 101.2 |   140M |  20 | 500 |6102 |2176 |4791 |  2 |  26k|  23 | 0.000000e+00 |      --      |    Inf |  83.11%
150.71/151.34	c   146s| 16400 |    17 |  2048k| 101.3 |   140M |  20 | 500 |6187 |2175 |4804 |  0 |  26k|  23 | 0.000000e+00 |      --      |    Inf |  83.29%
150.71/151.34	c   146s| 16500 |    19 |  2060k| 101.4 |   140M |  20 | 500 |6287 |   0 |4847 |  0 |  26k|  23 | 0.000000e+00 |      --      |    Inf |  83.53%
150.71/151.34	c   147s| 16600 |    18 |  2070k| 101.4 |   140M |  20 | 500 |6248 |2169 |4886 |  1 |  26k|  23 | 0.000000e+00 |      --      |    Inf |  84.11%
150.71/151.34	c   148s| 16700 |    18 |  2081k| 101.4 |   140M |  20 | 500 |6350 |2171 |4898 |  1 |  27k|  23 | 0.000000e+00 |      --      |    Inf |  84.26%
150.71/151.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
150.71/151.34	c   148s| 16800 |    16 |  2093k| 101.5 |   140M |  20 | 500 |6425 |   0 |4936 |  0 |  27k|  23 | 0.000000e+00 |      --      |    Inf |  84.48%
150.71/151.34	c   149s| 16900 |    17 |  2104k| 101.5 |   140M |  20 | 500 |6427 |2169 |4969 |  1 |  27k|  23 | 0.000000e+00 |      --      |    Inf |  84.84%
150.71/151.34	c   149s| 17000 |    18 |  2114k| 101.5 |   141M |  20 | 500 |6520 |2172 |5014 |  1 |  27k|  23 | 0.000000e+00 |      --      |    Inf |  85.13%
150.71/151.34	c   150s| 17100 |    16 |  2123k| 101.5 |   141M |  20 | 500 |6614 |2169 |5045 |  1 |  27k|  23 | 0.000000e+00 |      --      |    Inf |  85.34%
150.71/151.34	c   150s| 17200 |    16 |  2131k| 101.4 |   141M |  20 | 500 |6717 |2170 |5073 |  1 |  27k|  23 | 0.000000e+00 |      --      |    Inf |  85.40%
178.92/179.60	c   151s| 17300 |    14 |  2142k| 101.4 |   141M |  20 | 500 |6782 |2165 |5086 |  1 |  27k|  23 | 0.000000e+00 |      --      |    Inf |  85.60%
178.92/179.60	c   151s| 17400 |    16 |  2151k| 101.3 |   141M |  20 | 500 |6731 |2170 |5112 |  1 |  27k|  23 | 0.000000e+00 |      --      |    Inf |  86.12%
178.92/179.60	c   152s| 17500 |    12 |  2159k| 101.2 |   141M |  20 | 500 |6557 |   0 |5143 |  0 |  28k|  23 | 0.000000e+00 |      --      |    Inf |  86.52%
178.92/179.60	c   153s| 17600 |    14 |  2170k| 101.3 |   141M |  20 | 500 |6529 |2169 |5212 |  1 |  28k|  23 | 0.000000e+00 |      --      |    Inf |  87.15%
178.92/179.60	c   154s| 17700 |    14 |  2181k| 101.3 |   141M |  20 | 500 |6503 |2170 |5245 |  1 |  28k|  23 | 0.000000e+00 |      --      |    Inf |  87.34%
178.92/179.60	c   154s| 17800 |    13 |  2188k| 101.2 |   141M |  20 | 500 |6540 |2165 |5257 |  1 |  28k|  23 | 0.000000e+00 |      --      |    Inf |  87.44%
178.92/179.60	c   155s| 17900 |    15 |  2200k| 101.3 |   141M |  20 | 500 |6591 |2174 |5274 |  1 |  28k|  23 | 0.000000e+00 |      --      |    Inf |  87.54%
178.92/179.60	c   155s| 18000 |    15 |  2209k| 101.2 |   141M |  20 | 500 |6664 |   0 |5286 |  0 |  28k|  23 | 0.000000e+00 |      --      |    Inf |  87.65%
178.92/179.60	c   156s| 18100 |    15 |  2218k| 101.2 |   141M |  20 | 500 |6751 |2171 |5315 |  1 |  28k|  23 | 0.000000e+00 |      --      |    Inf |  87.84%
178.92/179.60	c   156s| 18200 |    12 |  2227k| 101.1 |   141M |  20 | 500 |6843 |2170 |5328 |  0 |  28k|  23 | 0.000000e+00 |      --      |    Inf |  87.93%
178.92/179.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
178.92/179.60	c   157s| 18300 |    13 |  2236k| 101.1 |   141M |  20 | 500 |6942 |   0 |5341 |  0 |  29k|  23 | 0.000000e+00 |      --      |    Inf |  88.07%
178.92/179.60	c   157s| 18400 |    19 |  2246k| 101.1 |   141M |  20 | 500 |7040 |2175 |5372 |  1 |  29k|  23 | 0.000000e+00 |      --      |    Inf |  88.15%
178.92/179.60	c   158s| 18500 |    11 |  2255k| 101.0 |   141M |  20 | 500 |7151 |2175 |5372 |  0 |  29k|  23 | 0.000000e+00 |      --      |    Inf |  88.26%
178.92/179.60	c   159s| 18600 |    11 |  2265k| 101.0 |   141M |  20 | 500 |6874 |2168 |5442 |  1 |  29k|  23 | 0.000000e+00 |      --      |    Inf |  89.94%
178.92/179.60	c   159s| 18700 |     9 |  2272k| 100.9 |   141M |  20 | 500 |6883 |   0 |5483 |  0 |  29k|  23 | 0.000000e+00 |      --      |    Inf |  90.32%
178.92/179.60	c   160s| 18800 |     7 |  2281k| 100.8 |   141M |  20 | 500 |6953 |2171 |5534 |  0 |  29k|  23 | 0.000000e+00 |      --      |    Inf |  90.58%
178.92/179.60	c   160s| 18900 |     8 |  2291k| 100.8 |   141M |  20 | 500 |6945 |2173 |5580 |  1 |  29k|  23 | 0.000000e+00 |      --      |    Inf |  90.96%
178.92/179.60	c   161s| 19000 |     6 |  2301k| 100.8 |   141M |  20 | 500 |6975 |   0 |5605 |  0 |  29k|  23 | 0.000000e+00 |      --      |    Inf |  91.11%
178.92/179.60	c   162s| 19100 |     4 |  2312k| 100.9 |   141M |  20 | 500 |6933 |2168 |5673 |  0 |  29k|  23 | 0.000000e+00 |      --      |    Inf |  91.75%
178.92/179.60	c   162s| 19200 |     6 |  2321k| 100.8 |   141M |  20 | 500 |6996 |2168 |5699 |  0 |  30k|  23 | 0.000000e+00 |      --      |    Inf |  91.93%
178.92/179.60	c   163s| 19300 |     6 |  2331k| 100.8 |   142M |  20 | 500 |7086 |2168 |5712 |  1 |  30k|  23 | 0.000000e+00 |      --      |    Inf |  92.04%
178.92/179.60	c   163s| 19400 |     6 |  2341k| 100.8 |   142M |  20 | 500 |7184 |2165 |5723 |  1 |  30k|  23 | 0.000000e+00 |      --      |    Inf |  92.16%
178.92/179.60	c   165s| 19500 |     7 |  2362k| 101.3 |   142M |  20 | 500 |6918 |2170 |5775 |  1 |  30k|  23 | 0.000000e+00 |      --      |    Inf |  94.12%
178.92/179.60	c   166s| 19600 |     6 |  2371k| 101.2 |   142M |  20 | 500 |6881 |   0 |5846 |  0 |  30k|  23 | 0.000000e+00 |      --      |    Inf |  95.14%
178.92/179.60	c   166s| 19700 |     5 |  2382k| 101.3 |   142M |  20 | 500 |6948 |   0 |5875 |  0 |  30k|  23 | 0.000000e+00 |      --      |    Inf |  95.50%
178.92/179.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
178.92/179.60	c   168s| 19800 |     8 |  2392k| 101.3 |   142M |  20 | 500 |6992 |   0 |5953 |  0 |  30k|  23 | 0.000000e+00 |      --      |    Inf |  96.03%
178.92/179.60	c   168s| 19900 |     8 |  2400k| 101.2 |   142M |  20 | 500 |7066 |2171 |5979 |  0 |  30k|  23 | 0.000000e+00 |      --      |    Inf |  96.26%
178.92/179.60	c   169s| 20000 |    15 |  2410k| 101.2 |   142M |  20 | 500 |7177 |2168 |6006 |  1 |  31k|  23 | 0.000000e+00 |      --      |    Inf |  96.44%
178.92/179.60	c   169s| 20100 |     8 |  2420k| 101.2 |   142M |  20 | 500 |7263 |   0 |6059 |  0 |  31k|  23 | 0.000000e+00 |      --      |    Inf |  96.77%
178.92/179.60	c   170s| 20200 |     9 |  2430k| 101.2 |   143M |  20 | 500 |7338 |   0 |6094 |  0 |  31k|  23 | 0.000000e+00 |      --      |    Inf |  96.95%
178.92/179.60	c   171s| 20300 |    11 |  2441k| 101.2 |   145M |  20 | 500 |7449 |2173 |6136 |  1 |  31k|  23 | 0.000000e+00 |      --      |    Inf |  97.07%
178.92/179.60	c   171s| 20400 |     6 |  2450k| 101.2 |   145M |  20 | 500 |7555 |2168 |6136 |  1 |  31k|  23 | 0.000000e+00 |      --      |    Inf |  97.23%
178.92/179.60	c   172s| 20500 |     7 |  2461k| 101.2 |   146M |  20 | 500 |7592 |2168 |6213 |  1 |  31k|  23 | 0.000000e+00 |      --      |    Inf |  97.80%
178.92/179.60	c   172s| 20600 |     6 |  2469k| 101.1 |   146M |  20 | 500 |7669 |   0 |6241 |  0 |  31k|  23 | 0.000000e+00 |      --      |    Inf |  98.03%
178.92/179.60	c   173s| 20700 |    10 |  2481k| 101.2 |   146M |  20 | 500 |7748 |2168 |6273 |  1 |  31k|  23 | 0.000000e+00 |      --      |    Inf |  98.23%
178.92/179.60	c   174s| 20800 |     6 |  2489k| 101.1 |   146M |  20 | 500 |7849 |   0 |6297 |  0 |  32k|  23 | 0.000000e+00 |      --      |    Inf |  98.43%
178.92/179.60	c   174s| 20900 |     9 |  2498k| 101.0 |   146M |  20 | 500 |7951 |2169 |6327 |  1 |  32k|  23 | 0.000000e+00 |      --      |    Inf |  98.52%
178.92/179.60	c   175s| 21000 |     6 |  2506k| 100.9 |   146M |  20 | 500 |8051 |   0 |6341 |  0 |  32k|  23 | 0.000000e+00 |      --      |    Inf |  98.65%
178.92/179.60	c   175s| 21100 |     8 |  2514k| 100.9 |   146M |  20 | 500 |8142 |2176 |6362 |  0 |  32k|  23 | 0.000000e+00 |      --      |    Inf |  98.77%
178.92/179.60	c   176s| 21200 |     7 |  2524k| 100.9 |   146M |  20 | 500 |8264 |2170 |6399 |  0 |  32k|  23 | 0.000000e+00 |      --      |    Inf |  98.89%
178.92/179.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
178.92/179.60	c   176s| 21300 |     8 |  2532k| 100.8 |   146M |  20 | 500 |8352 |2167 |6416 |  1 |  32k|  23 | 0.000000e+00 |      --      |    Inf |  99.01%
178.92/179.60	c   177s| 21400 |     5 |  2540k| 100.7 |   146M |  20 | 500 |8457 |   0 |6432 |  0 |  33k|  23 | 0.000000e+00 |      --      |    Inf |  99.13%
178.92/179.60	c   177s| 21500 |     8 |  2551k| 100.7 |   146M |  20 | 500 |8512 |2170 |6465 |  1 |  33k|  23 | 0.000000e+00 |      --      |    Inf |  99.35%
178.92/179.60	c   178s| 21600 |     4 |  2558k| 100.6 |   146M |  20 | 500 |8580 |2170 |6485 |  0 |  33k|  23 | 0.000000e+00 |      --      |    Inf |  99.50%
178.92/179.60	c   178s| 21700 |     7 |  2568k| 100.6 |   146M |  20 | 500 |8515 |2172 |6559 |  0 |  33k|  23 | 0.000000e+00 |      --      |    Inf |  99.78%
178.92/179.60	c   179s| 21800 |     5 |  2576k| 100.5 |   146M |  20 | 500 |8589 |2171 |6582 |  0 |  33k|  23 | 0.000000e+00 |      --      |    Inf |  99.93%
178.92/179.60	c 
178.92/179.60	c SCIP Status        : problem is solved [infeasible]
178.92/179.60	c Solving Time (sec) : 179.19
178.92/179.60	c Solving Nodes      : 21867 (total of 25572 nodes in 2 runs)
178.92/179.60	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
178.92/179.60	c Dual Bound         : +1.00000000000000e+20
178.92/179.60	c Gap                : 0.00 %
178.92/179.60	c SCIP found the problem to be infeasible.
178.92/179.60	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100072 s]*
/proc/loadavg: 0.58 1.58 2.79 6/256 31443
/proc/meminfo: memFree=130105524/131382116 swapFree=33010684/33010684
[pid=31418] ppid=31409 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/31418/stat : 31418 (scip-naps-1.00.) S 31409 31418 31357 0 -1 4194304 256 333 0 0 0 0 0 0 20 0 1 0 38362592 4292608 736 18446744073709551615 94185797517312 94185798411845 140720651688592 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94185798650896 94185798698640 94185809448960 140720651692449 140720651692546 140720651692546 140720651698148 0
/proc/31418/statm: 1048 736 672 219 0 110 0
[pid=31441] ppid=31418 vsize=11932 memory=8960 CPUtime=0.05 cores=0,2
/proc/31441/stat : 31441 (python3) R 31418 31418 31357 0 -1 4194304 1312 0 0 0 4 1 0 0 20 0 1 0 38362597 12218368 2240 18446744073709551615 94098878640128 94098878640505 140722132774352 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94098878651800 94098878652420 94098893316096 140722132781400 140722132781602 140722132781602 140722132787175 0
/proc/31441/statm: 2983 2240 1120 1 0 1231 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 16124 KiB
Current children cumulated memory: 11904 KiB

[startup+0.213934 s]*
/proc/loadavg: 0.58 1.58 2.79 6/256 31443
/proc/meminfo: memFree=130102316/131382116 swapFree=33010684/33010684
[pid=31418] ppid=31409 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/31418/stat : 31418 (scip-naps-1.00.) S 31409 31418 31357 0 -1 4194304 256 333 0 0 0 0 0 0 20 0 1 0 38362592 4292608 736 18446744073709551615 94185797517312 94185798411845 140720651688592 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94185798650896 94185798698640 94185809448960 140720651692449 140720651692546 140720651692546 140720651698148 0
/proc/31418/statm: 1048 736 672 219 0 110 0
[pid=31441] ppid=31418 vsize=127372 memory=26636 CPUtime=0.14 cores=0,2
/proc/31441/stat : 31441 (python3) R 31418 31418 31357 0 -1 4194304 3068 0 9 0 12 2 0 0 20 0 1 0 38362597 130428928 6659 18446744073709551615 94098878640128 94098878640505 140722132774352 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94098878651800 94098878652420 94098893316096 140722132781400 140722132781602 140722132781602 140722132787175 0
/proc/31441/statm: 31843 6659 4197 1 0 3945 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 131564 KiB
Current children cumulated memory: 29580 KiB

[startup+0.314592 s]*
/proc/loadavg: 0.58 1.58 2.79 6/256 31443
/proc/meminfo: memFree=130098044/131382116 swapFree=33010684/33010684
[pid=31418] ppid=31409 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/31418/stat : 31418 (scip-naps-1.00.) S 31409 31418 31357 0 -1 4194304 256 333 0 0 0 0 0 0 20 0 1 0 38362592 4292608 736 18446744073709551615 94185797517312 94185798411845 140720651688592 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94185798650896 94185798698640 94185809448960 140720651692449 140720651692546 140720651692546 140720651698148 0
/proc/31418/statm: 1048 736 672 219 0 110 0
[pid=31441] ppid=31418 vsize=1189540 memory=34188 CPUtime=0.24 cores=0,2
/proc/31441/stat : 31441 (python3) R 31418 31418 31357 0 -1 4194304 4285 0 10 0 21 3 0 0 20 0 1 0 38362597 1218088960 8547 18446744073709551615 94098878640128 94098878640505 140722132774352 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94098878651800 94098878652420 94098893316096 140722132781400 140722132781602 140722132781602 140722132787175 0
/proc/31441/statm: 297385 8547 4965 1 0 269294 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 1193732 KiB
Current children cumulated memory: 37132 KiB

[startup+0.700352 s]
/proc/loadavg: 0.58 1.58 2.79 5/253 31443
/proc/meminfo: memFree=130075020/131382116 swapFree=33010684/33010684
[pid=31418] ppid=31409 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/31418/stat : 31418 (scip-naps-1.00.) S 31409 31418 31357 0 -1 4194304 256 333 0 0 0 0 0 0 20 0 1 0 38362592 4292608 736 18446744073709551615 94185797517312 94185798411845 140720651688592 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94185798650896 94185798698640 94185809448960 140720651692449 140720651692546 140720651692546 140720651698148 0
/proc/31418/statm: 1048 736 672 219 0 110 0
[pid=31441] ppid=31418 vsize=1219076 memory=69772 CPUtime=0.61 cores=0,2
/proc/31441/stat : 31441 (python3) R 31418 31418 31357 0 -1 4194304 10443 0 11 0 56 5 0 0 20 0 1 0 38362597 1248333824 17443 18446744073709551615 94098878640128 94098878640505 140722132774352 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94098878651800 94098878652420 94098893316096 140722132781400 140722132781602 140722132781602 140722132787175 0
/proc/31441/statm: 304769 17443 8037 1 0 276127 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 1223268 KiB
Current children cumulated memory: 72716 KiB

[startup+1.50037 s]
/proc/loadavg: 0.86 1.62 2.79 6/251 31451
/proc/meminfo: memFree=130039016/131382116 swapFree=33010684/33010684
[pid=31418] ppid=31409 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/31418/stat : 31418 (scip-naps-1.00.) S 31409 31418 31357 0 -1 4194304 256 333 0 0 0 0 0 0 20 0 1 0 38362592 4292608 736 18446744073709551615 94185797517312 94185798411845 140720651688592 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94185798650896 94185798698640 94185809448960 140720651692449 140720651692546 140720651692546 140720651698148 0
/proc/31418/statm: 1048 736 672 219 0 110 0
[pid=31441] ppid=31418 vsize=1219500 memory=70156 CPUtime=1.4 cores=0,2
/proc/31441/stat : 31441 (python3) R 31418 31418 31357 0 -1 4194304 10524 0 11 0 135 5 0 0 20 0 1 0 38362597 1248768000 17539 18446744073709551615 94098878640128 94098878640505 140722132774352 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94098878651800 94098878652420 94098893316096 140722132781400 140722132781602 140722132781602 140722132787175 0
/proc/31441/statm: 304875 17539 8037 1 0 276233 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 1223692 KiB
Current children cumulated memory: 73100 KiB

[startup+3.11279 s]
/proc/loadavg: 0.86 1.62 2.79 5/256 31541
/proc/meminfo: memFree=129948644/131382116 swapFree=33010684/33010684
[pid=31418] ppid=31409 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/31418/stat : 31418 (scip-naps-1.00.) S 31409 31418 31357 0 -1 4194304 256 333 0 0 0 0 0 0 20 0 1 0 38362592 4292608 736 18446744073709551615 94185797517312 94185798411845 140720651688592 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94185798650896 94185798698640 94185809448960 140720651692449 140720651692546 140720651692546 140720651698148 0
/proc/31418/statm: 1048 736 672 219 0 110 0
[pid=31441] ppid=31418 vsize=1268840 memory=114444 CPUtime=3.01 cores=0,2
/proc/31441/stat : 31441 (python3) R 31418 31418 31357 0 -1 4194304 21608 0 11 0 294 7 0 0 20 0 1 0 38362597 1299292160 28611 18446744073709551615 94098878640128 94098878640505 140722132774352 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94098878651800 94098878652420 94098893316096 140722132781400 140722132781602 140722132781602 140722132787175 0
/proc/31441/statm: 317210 28611 8037 1 0 288568 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 1273032 KiB
Current children cumulated memory: 117388 KiB

[startup+6.3004 s]
/proc/loadavg: 1.11 1.66 2.80 6/256 31688
/proc/meminfo: memFree=129877524/131382116 swapFree=33010684/33010684
[pid=31418] ppid=31409 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/31418/stat : 31418 (scip-naps-1.00.) S 31409 31418 31357 0 -1 4194304 256 333 0 0 0 0 0 0 20 0 1 0 38362592 4292608 736 18446744073709551615 94185797517312 94185798411845 140720651688592 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94185798650896 94185798698640 94185809448960 140720651692449 140720651692546 140720651692546 140720651698148 0
/proc/31418/statm: 1048 736 672 219 0 110 0
[pid=31441] ppid=31418 vsize=1280300 memory=126092 CPUtime=6.19 cores=0,2
/proc/31441/stat : 31441 (python3) R 31418 31418 31357 0 -1 4194304 24536 0 11 0 611 8 0 0 20 0 1 0 38362597 1311027200 31523 18446744073709551615 94098878640128 94098878640505 140722132774352 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94098878651800 94098878652420 94098893316096 140722132781400 140722132781602 140722132781602 140722132787175 0
/proc/31441/statm: 320075 31523 8037 1 0 291433 0
Current children cumulated CPU time: 6.19 s
Current children cumulated vsize: 1284492 KiB
Current children cumulated memory: 129036 KiB

[startup+12.7004 s]
/proc/loadavg: 1.42 1.71 2.81 5/256 31786
/proc/meminfo: memFree=129617540/131382116 swapFree=33010684/33010684
[pid=31418] ppid=31409 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/31418/stat : 31418 (scip-naps-1.00.) S 31409 31418 31357 0 -1 4194304 256 333 0 0 0 0 0 0 20 0 1 0 38362592 4292608 736 18446744073709551615 94185797517312 94185798411845 140720651688592 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94185798650896 94185798698640 94185809448960 140720651692449 140720651692546 140720651692546 140720651698148 0
/proc/31418/statm: 1048 736 672 219 0 110 0
[pid=31441] ppid=31418 vsize=1302620 memory=148364 CPUtime=12.57 cores=0,2
/proc/31441/stat : 31441 (python3) R 31418 31418 31357 0 -1 4194304 30086 0 11 0 1248 9 0 0 20 0 1 0 38362597 1333882880 37091 18446744073709551615 94098878640128 94098878640505 140722132774352 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94098878651800 94098878652420 94098893316096 140722132781400 140722132781602 140722132781602 140722132787175 0
/proc/31441/statm: 325655 37091 8037 1 0 297013 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 1306812 KiB
Current children cumulated memory: 151308 KiB

[startup+25.5004 s]
/proc/loadavg: 1.82 1.79 2.82 5/256 31786
/proc/meminfo: memFree=129287948/131382116 swapFree=33010684/33010684
[pid=31418] ppid=31409 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/31418/stat : 31418 (scip-naps-1.00.) S 31409 31418 31357 0 -1 4194304 256 333 0 0 0 0 0 0 20 0 1 0 38362592 4292608 736 18446744073709551615 94185797517312 94185798411845 140720651688592 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94185798650896 94185798698640 94185809448960 140720651692449 140720651692546 140720651692546 140720651698148 0
/proc/31418/statm: 1048 736 672 219 0 110 0
[pid=31441] ppid=31418 vsize=1310736 memory=157756 CPUtime=25.33 cores=0,2
/proc/31441/stat : 31441 (python3) R 31418 31418 31357 0 -1 4194304 33921 0 11 0 2523 10 0 0 20 0 1 0 38362597 1342193664 39439 18446744073709551615 94098878640128 94098878640505 140722132774352 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94098878651800 94098878652420 94098893316096 140722132781400 140722132781602 140722132781602 140722132787175 0
/proc/31441/statm: 327684 39439 8037 1 0 299042 0
Current children cumulated CPU time: 25.33 s
Current children cumulated vsize: 1314928 KiB
Current children cumulated memory: 160700 KiB

[startup+51.113 s]
/proc/loadavg: 2.68 2.00 2.86 5/256 31787
/proc/meminfo: memFree=129112080/131382116 swapFree=33010684/33010684
[pid=31418] ppid=31409 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/31418/stat : 31418 (scip-naps-1.00.) S 31409 31418 31357 0 -1 4194304 256 333 0 0 0 0 0 0 20 0 1 0 38362592 4292608 736 18446744073709551615 94185797517312 94185798411845 140720651688592 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94185798650896 94185798698640 94185809448960 140720651692449 140720651692546 140720651692546 140720651698148 0
/proc/31418/statm: 1048 736 672 219 0 110 0
[pid=31441] ppid=31418 vsize=1330448 memory=177968 CPUtime=50.86 cores=0,2
/proc/31441/stat : 31441 (python3) R 31418 31418 31357 0 -1 4194304 39320 0 11 0 5075 11 0 0 20 0 1 0 38362597 1362378752 44492 18446744073709551615 94098878640128 94098878640505 140722132774352 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94098878651800 94098878652420 94098893316096 140722132781400 140722132781602 140722132781602 140722132787175 0
/proc/31441/statm: 332612 44492 8037 1 0 303970 0
Current children cumulated CPU time: 50.86 s
Current children cumulated vsize: 1334640 KiB
Current children cumulated memory: 180912 KiB

[startup+102.3 s]
/proc/loadavg: 3.48 2.33 2.93 5/257 31790
/proc/meminfo: memFree=128957192/131382116 swapFree=33010684/33010684
[pid=31418] ppid=31409 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/31418/stat : 31418 (scip-naps-1.00.) S 31409 31418 31357 0 -1 4194304 256 333 0 0 0 0 0 0 20 0 1 0 38362592 4292608 736 18446744073709551615 94185797517312 94185798411845 140720651688592 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94185798650896 94185798698640 94185809448960 140720651692449 140720651692546 140720651692546 140720651698148 0
/proc/31418/statm: 1048 736 672 219 0 110 0
[pid=31441] ppid=31418 vsize=1347844 memory=201820 CPUtime=101.87 cores=0,2
/proc/31441/stat : 31441 (python3) R 31418 31418 31357 0 -1 4194304 43381 0 11 0 10175 12 0 0 20 0 1 0 38362597 1380192256 50455 18446744073709551615 94098878640128 94098878640505 140722132774352 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94098878651800 94098878652420 94098893316096 140722132781400 140722132781602 140722132781602 140722132787175 0
/proc/31441/statm: 336961 50455 8037 1 0 308319 0
Current children cumulated CPU time: 101.87 s
Current children cumulated vsize: 1352036 KiB
Current children cumulated memory: 204764 KiB

[startup+162.3 s]
/proc/loadavg: 3.98 2.68 3.02 5/256 31791
/proc/meminfo: memFree=128784000/131382116 swapFree=33010684/33010684
[pid=31418] ppid=31409 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/31418/stat : 31418 (scip-naps-1.00.) S 31409 31418 31357 0 -1 4194304 256 333 0 0 0 0 0 0 20 0 1 0 38362592 4292608 736 18446744073709551615 94185797517312 94185798411845 140720651688592 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94185798650896 94185798698640 94185809448960 140720651692449 140720651692546 140720651692546 140720651698148 0
/proc/31418/statm: 1048 736 672 219 0 110 0
[pid=31441] ppid=31418 vsize=1359636 memory=213084 CPUtime=161.67 cores=0,2
/proc/31441/stat : 31441 (python3) R 31418 31418 31357 0 -1 4194304 46172 0 11 0 16155 12 0 0 20 0 1 0 38362597 1392267264 53271 18446744073709551615 94098878640128 94098878640505 140722132774352 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94098878651800 94098878652420 94098893316096 140722132781400 140722132781602 140722132781602 140722132787175 0
/proc/31441/statm: 339909 53271 8037 1 0 311267 0
Current children cumulated CPU time: 161.67 s
Current children cumulated vsize: 1363828 KiB
Current children cumulated memory: 216028 KiB

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

# cumulated CPU time of all completed processes:  user=178.866 s, system=0.145702 s

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

[startup+166.4 s]
/proc/loadavg: 3.98 2.70 3.02 5/257 31793
/proc/meminfo: memFree=128776700/131382116 swapFree=33010684/33010684
[pid=31418] ppid=31409 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/31418/stat : 31418 (scip-naps-1.00.) S 31409 31418 31357 0 -1 4194304 256 333 0 0 0 0 0 0 20 0 1 0 38362592 4292608 736 18446744073709551615 94185797517312 94185798411845 140720651688592 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94185798650896 94185798698640 94185809448960 140720651692449 140720651692546 140720651692546 140720651698148 0
/proc/31418/statm: 1048 736 672 219 0 110 0
[pid=31441] ppid=31418 vsize=1365452 memory=217564 CPUtime=165.76 cores=0,2
/proc/31441/stat : 31441 (python3) R 31418 31418 31357 0 -1 4194304 47281 0 11 0 16564 12 0 0 20 0 1 0 38362597 1398222848 54391 18446744073709551615 94098878640128 94098878640505 140722132774352 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94098878651800 94098878652420 94098893316096 140722132781400 140722132781602 140722132781602 140722132787175 0
/proc/31441/statm: 341363 54391 8037 1 0 312721 0
Current children cumulated CPU time: 165.76 s
Current children cumulated vsize: 1369644 KiB
Current children cumulated memory: 220508 KiB

[startup+172.8 s]
/proc/loadavg: 3.98 2.72 3.03 5/257 31793
/proc/meminfo: memFree=128775096/131382116 swapFree=33010684/33010684
[pid=31418] ppid=31409 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/31418/stat : 31418 (scip-naps-1.00.) S 31409 31418 31357 0 -1 4194304 256 333 0 0 0 0 0 0 20 0 1 0 38362592 4292608 736 18446744073709551615 94185797517312 94185798411845 140720651688592 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94185798650896 94185798698640 94185809448960 140720651692449 140720651692546 140720651692546 140720651698148 0
/proc/31418/statm: 1048 736 672 219 0 110 0
[pid=31441] ppid=31418 vsize=1367884 memory=219228 CPUtime=172.14 cores=0,2
/proc/31441/stat : 31441 (python3) R 31418 31418 31357 0 -1 4194304 47726 0 11 0 17202 12 0 0 20 0 1 0 38362597 1400713216 54807 18446744073709551615 94098878640128 94098878640505 140722132774352 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94098878651800 94098878652420 94098893316096 140722132781400 140722132781602 140722132781602 140722132787175 0
/proc/31441/statm: 341971 54807 8037 1 0 313329 0
Current children cumulated CPU time: 172.14 s
Current children cumulated vsize: 1372076 KiB
Current children cumulated memory: 222172 KiB

[startup+176 s]*
/proc/loadavg: 3.99 2.75 3.03 5/257 31793
/proc/meminfo: memFree=128775356/131382116 swapFree=33010684/33010684
[pid=31418] ppid=31409 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/31418/stat : 31418 (scip-naps-1.00.) S 31409 31418 31357 0 -1 4194304 256 333 0 0 0 0 0 0 20 0 1 0 38362592 4292608 736 18446744073709551615 94185797517312 94185798411845 140720651688592 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94185798650896 94185798698640 94185809448960 140720651692449 140720651692546 140720651692546 140720651698148 0
/proc/31418/statm: 1048 736 672 219 0 110 0
[pid=31441] ppid=31418 vsize=1367884 memory=219612 CPUtime=175.34 cores=0,2
/proc/31441/stat : 31441 (python3) R 31418 31418 31357 0 -1 4194304 47821 0 11 0 17522 12 0 0 20 0 1 0 38362597 1400713216 54903 18446744073709551615 94098878640128 94098878640505 140722132774352 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94098878651800 94098878652420 94098893316096 140722132781400 140722132781602 140722132781602 140722132787175 0
/proc/31441/statm: 341971 54903 8037 1 0 313329 0
Current children cumulated CPU time: 175.34 s
Current children cumulated vsize: 1372076 KiB
Current children cumulated memory: 222556 KiB

[startup+177.6 s]
/proc/loadavg: 3.99 2.75 3.03 5/257 31793
/proc/meminfo: memFree=128775356/131382116 swapFree=33010684/33010684
[pid=31418] ppid=31409 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/31418/stat : 31418 (scip-naps-1.00.) S 31409 31418 31357 0 -1 4194304 256 333 0 0 0 0 0 0 20 0 1 0 38362592 4292608 736 18446744073709551615 94185797517312 94185798411845 140720651688592 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94185798650896 94185798698640 94185809448960 140720651692449 140720651692546 140720651692546 140720651698148 0
/proc/31418/statm: 1048 736 672 219 0 110 0
[pid=31441] ppid=31418 vsize=1367884 memory=219612 CPUtime=176.93 cores=0,2
/proc/31441/stat : 31441 (python3) R 31418 31418 31357 0 -1 4194304 47821 0 11 0 17681 12 0 0 20 0 1 0 38362597 1400713216 54903 18446744073709551615 94098878640128 94098878640505 140722132774352 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94098878651800 94098878652420 94098893316096 140722132781400 140722132781602 140722132781602 140722132787175 0
/proc/31441/statm: 341971 54903 8037 1 0 313329 0
Current children cumulated CPU time: 176.93 s
Current children cumulated vsize: 1372076 KiB
Current children cumulated memory: 222556 KiB

[startup+178.4 s]
/proc/loadavg: 3.99 2.75 3.03 5/257 31793
/proc/meminfo: memFree=128775356/131382116 swapFree=33010684/33010684
[pid=31418] ppid=31409 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/31418/stat : 31418 (scip-naps-1.00.) S 31409 31418 31357 0 -1 4194304 256 333 0 0 0 0 0 0 20 0 1 0 38362592 4292608 736 18446744073709551615 94185797517312 94185798411845 140720651688592 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94185798650896 94185798698640 94185809448960 140720651692449 140720651692546 140720651692546 140720651698148 0
/proc/31418/statm: 1048 736 672 219 0 110 0
[pid=31441] ppid=31418 vsize=1367884 memory=219612 CPUtime=177.72 cores=0,2
/proc/31441/stat : 31441 (python3) R 31418 31418 31357 0 -1 4194304 47821 0 11 0 17760 12 0 0 20 0 1 0 38362597 1400713216 54903 18446744073709551615 94098878640128 94098878640505 140722132774352 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94098878651800 94098878652420 94098893316096 140722132781400 140722132781602 140722132781602 140722132787175 0
/proc/31441/statm: 341971 54903 8037 1 0 313329 0
Current children cumulated CPU time: 177.72 s
Current children cumulated vsize: 1372076 KiB
Current children cumulated memory: 222556 KiB

[startup+179.2 s]
/proc/loadavg: 3.99 2.75 3.03 5/257 31793
/proc/meminfo: memFree=128775356/131382116 swapFree=33010684/33010684
[pid=31418] ppid=31409 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/31418/stat : 31418 (scip-naps-1.00.) S 31409 31418 31357 0 -1 4194304 256 333 0 0 0 0 0 0 20 0 1 0 38362592 4292608 736 18446744073709551615 94185797517312 94185798411845 140720651688592 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94185798650896 94185798698640 94185809448960 140720651692449 140720651692546 140720651692546 140720651698148 0
/proc/31418/statm: 1048 736 672 219 0 110 0
[pid=31441] ppid=31418 vsize=1367884 memory=219612 CPUtime=178.52 cores=0,2
/proc/31441/stat : 31441 (python3) R 31418 31418 31357 0 -1 4194304 47821 0 11 0 17840 12 0 0 20 0 1 0 38362597 1400713216 54903 18446744073709551615 94098878640128 94098878640505 140722132774352 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94098878651800 94098878652420 94098893316096 140722132781400 140722132781602 140722132781602 140722132787175 0
/proc/31441/statm: 341971 54903 8037 1 0 313329 0
Current children cumulated CPU time: 178.52 s
Current children cumulated vsize: 1372076 KiB
Current children cumulated memory: 222556 KiB

[startup+179.6 s]
/proc/loadavg: 3.99 2.75 3.03 5/257 31793
/proc/meminfo: memFree=128775356/131382116 swapFree=33010684/33010684
[pid=31418] ppid=31409 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/31418/stat : 31418 (scip-naps-1.00.) S 31409 31418 31357 0 -1 4194304 256 333 0 0 0 0 0 0 20 0 1 0 38362592 4292608 736 18446744073709551615 94185797517312 94185798411845 140720651688592 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94185798650896 94185798698640 94185809448960 140720651692449 140720651692546 140720651692546 140720651698148 0
/proc/31418/statm: 1048 736 672 219 0 110 0
[pid=31441] ppid=31418 vsize=1367884 memory=219612 CPUtime=178.92 cores=0,2
/proc/31441/stat : 31441 (python3) R 31418 31418 31357 0 -1 4194304 47821 0 11 0 17880 12 0 0 20 0 1 0 38362597 1400713216 54903 18446744073709551615 94098878640128 94098878640505 140722132774352 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94098878651800 94098878652420 94098893316096 140722132781400 140722132781602 140722132781602 140722132787175 0
/proc/31441/statm: 341971 54903 8037 1 0 313329 0
Current children cumulated CPU time: 178.92 s
Current children cumulated vsize: 1372076 KiB
Current children cumulated memory: 222556 KiB

Child status: 0

Real time (s): 179.662
CPU time (s): 179.012
CPU user time (s): 178.866
CPU system time (s): 0.145702
CPU usage (%): 99.6381
Max. virtual memory (cumulated for all children) (KiB): 1372076
Max. memory (cumulated for all children) (KiB): 222556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 178.866
system time used= 0.145702
maximum resident set size= 219612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48453
page faults= 11
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 565
involuntary context switches= 413


# summary of solver processes directly reported to runsolver:
#   pid: 31418
#   total CPU time (s): 179.012
#   total CPU user time (s): 178.866
#   total CPU system time (s): 0.145702

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.972177 second user time and 1.82965 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-29 21:53:49
IDJOB=4514711
IDBENCH=162835
IDSOLVER=3368
FILE ID=nodeC011/4514711-1751226828
RUNJOBID= nodeC011-1751226828-31367
SLURM_JOB_ID= 9587684
Free space on /tmp= 433056 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-7_7_15.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514711-1751226828/watcher-4514711-1751226828 -o /tmp/evaluation-result-4514711-1751226828/solver-4514711-1751226828 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751226828-31367 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4514711-1751226828.opb

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

MD5SUM BENCH= 69d753b56eddf687e2d1b1391a40f474
RANDOM SEED=2101667811

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		: 1197.290
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		: 1197.267
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.399
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.213
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		: 1197.780
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		: 1197.289
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.275
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		: 1196.916
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:        130119604 kB
MemAvailable:   129902672 kB
Buffers:            3280 kB
Cached:           592968 kB
SwapCached:            0 kB
Active:           370648 kB
Inactive:         294116 kB
Active(anon):      86476 kB
Inactive(anon):        0 kB
Active(file):     284172 kB
Inactive(file):   294116 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             22032 kB
Writeback:             0 kB
AnonPages:         71604 kB
Mapped:           101388 kB
Shmem:             17960 kB
KReclaimable:      88432 kB
Slab:             169012 kB
SReclaimable:      88432 kB
SUnreclaim:        80580 kB
KernelStack:        3816 kB
PageTables:         2680 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     333076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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 21:56:49