Trace number 4494825

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 28.4298 28.5659

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900582300.opb
MD5SUM75eee10e25ffa4d5aec52eb68458e53f
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.98842
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 683
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

7.82/7.91	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4494825-1751151815.opb
7.82/7.91	c Solving mode: decision
7.82/7.91	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
7.82/7.91	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
7.82/7.91	c original problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2707 constraints
7.82/7.91	c presolving:
7.82/7.91	c (round 1, exhaustive) 0 del vars, 143 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 143 clqs
7.82/7.91	c (round 2, exhaustive) 0 del vars, 187 del conss, 0 add conss, 0 chg bounds, 44 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 143 clqs
7.82/7.91	c (round 3, exhaustive) 0 del vars, 198 del conss, 0 add conss, 0 chg bounds, 55 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 143 clqs
7.82/7.91	c (round 4, exhaustive) 0 del vars, 198 del conss, 0 add conss, 0 chg bounds, 55 chg sides, 0 chg coeffs, 2509 upgd conss, 0 impls, 143 clqs
7.82/7.91	c (round 5, exhaustive) 0 del vars, 264 del conss, 0 add conss, 0 chg bounds, 55 chg sides, 0 chg coeffs, 2509 upgd conss, 0 impls, 143 clqs
7.82/7.91	c    (0.0s) probing: 51/231 (22.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
7.82/7.91	c    (0.0s) probing aborted: 50/50 successive totally useless probings
7.82/7.91	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
7.82/7.91	c    (0.0s) symmetry computation finished: 1 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.00)
7.82/7.91	c dynamic symmetry handling statistics:
7.82/7.91	c    orbitopal reduction:       no components
7.82/7.91	c    orbital reduction:          1 components of sizes 1
7.82/7.91	c    lexicographic reduction:    1 permutations with support sizes 121
7.82/7.91	c handled 1 out of 1 symmetry components
7.82/7.91	c presolving (6 rounds: 6 fast, 6 medium, 6 exhaustive):
7.82/7.91	c  0 deleted vars, 264 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 55 changed sides, 0 changed coefficients
7.82/7.91	c  0 implications, 143 cliques
7.82/7.91	c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2443 constraints
7.82/7.91	c       1 constraints of type <knapsack>
7.82/7.91	c      22 constraints of type <setppc>
7.82/7.91	c    2420 constraints of type <logicor>
7.82/7.91	c transformed objective value is always integral (scale: 1)
7.82/7.91	c Presolving Time: 0.03
7.82/7.91	c 
7.82/7.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.82/7.91	c   0.0s|     1 |     0 |    95 |     - |    12M |   0 | 231 |2457 |2443 |   0 |  0 |  13 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.82/7.91	c   0.2s|     1 |     0 |  2042 |     - |    14M |   0 | 231 |2459 |2445 |   2 |  1 |  15 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.82/7.91	c   0.3s|     1 |     0 |  2057 |     - |    15M |   0 | 231 |2462 |2448 |   5 |  2 |  18 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.82/7.91	c   0.3s|     1 |     0 |  2077 |     - |    18M |   0 | 231 |2465 |2453 |  10 |  3 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.82/7.91	c   0.3s|     1 |     0 |  2093 |     - |    21M |   0 | 231 |2467 |2455 |  12 |  4 |  23 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.82/7.91	c   0.4s|     1 |     0 |  2113 |     - |    24M |   0 | 231 |2471 |2458 |  15 |  5 |  27 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.82/7.91	c   0.5s|     1 |     0 |  2134 |     - |    26M |   0 | 231 |2475 |2461 |  18 |  6 |  31 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.82/7.91	c   0.5s|     1 |     0 |  2144 |     - |    29M |   0 | 231 |2479 |2463 |  20 |  7 |  35 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.82/7.91	c   0.6s|     1 |     0 |  2160 |     - |    33M |   0 | 231 |2482 |2467 |  24 |  8 |  38 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.82/7.91	c   0.6s|     1 |     0 |  2169 |     - |    36M |   0 | 231 |2484 |2468 |  25 |  9 |  40 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.82/7.91	c   0.7s|     1 |     0 |  2186 |     - |    40M |   0 | 231 |2488 |2470 |  27 | 10 |  44 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.82/7.91	c   0.7s|     1 |     0 |  2195 |     - |    41M |   0 | 231 |2490 |2472 |  29 | 11 |  46 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.82/7.91	c   0.8s|     1 |     2 |  2913 |     - |    41M |   0 | 231 |2521 |2472 |  29 | 11 |  77 |  18 | 0.000000e+00 |      --      |    Inf | unknown
7.82/7.91	c   1.2s|   100 |    13 |  4666 |  25.0 |    45M |  20 | 231 |2591 |2449 |  70 |  1 | 147 |  18 | 0.000000e+00 |      --      |    Inf |  11.14%
7.82/7.91	c   1.5s|   200 |    11 |  6355 |  20.9 |    45M |  20 | 231 |2669 |2445 |  83 |  0 | 228 |  18 | 0.000000e+00 |      --      |    Inf |  61.62%
7.82/7.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.82/7.91	c   1.6s|   300 |    11 |  7775 |  18.7 |    45M |  20 | 231 |2745 |2447 |  83 |  1 | 308 |  18 | 0.000000e+00 |      --      |    Inf |  62.07%
7.82/7.91	c   1.9s|   400 |     9 |  9407 |  18.1 |    45M |  20 | 231 |2828 |2447 |  83 |  1 | 393 |  18 | 0.000000e+00 |      --      |    Inf |  62.10%
7.82/7.91	c   2.2s|   500 |     7 | 11042 |  17.7 |    45M |  29 | 231 |2932 |2447 |  83 |  1 | 504 |  18 | 0.000000e+00 |      --      |    Inf |  62.40%
7.82/7.91	c   2.6s|   600 |     3 | 12709 |  17.6 |    52M |  29 | 231 |3032 |2451 | 121 |  0 | 610 |  18 | 0.000000e+00 |      --      |    Inf |  74.95%
7.82/7.91	c   3.0s|   700 |     8 | 14526 |  17.6 |    53M |  29 | 231 |3105 |2452 | 131 |  1 | 690 |  18 | 0.000000e+00 |      --      |    Inf |  80.44%
7.82/7.91	c   3.2s|   800 |    12 | 16251 |  17.6 |    54M |  29 | 231 |3168 |2451 | 160 |  1 | 759 |  18 | 0.000000e+00 |      --      |    Inf |  84.07%
7.82/7.91	c   3.5s|   900 |    11 | 18230 |  17.8 |    56M |  29 | 231 |3243 |2452 | 178 |  1 | 836 |  18 | 0.000000e+00 |      --      |    Inf |  84.25%
7.82/7.91	c   4.0s|  1000 |    13 | 20003 |  17.8 |    56M |  29 | 231 |3311 |2454 | 180 |  1 | 908 |  18 | 0.000000e+00 |      --      |    Inf |  84.26%
7.82/7.91	c   4.3s|  1100 |    10 | 21612 |  17.7 |    56M |  38 | 231 |3379 |2452 | 180 |  1 | 976 |  18 | 0.000000e+00 |      --      |    Inf |  84.26%
7.82/7.91	c   4.7s|  1200 |     8 | 23303 |  17.6 |    55M |  38 | 231 |3440 |2445 | 200 |  0 |1040 |  18 | 0.000000e+00 |      --      |    Inf |  87.84%
7.82/7.91	c   5.0s|  1300 |    10 | 24926 |  17.5 |    56M |  38 | 231 |3502 |2449 | 225 |  0 |1104 |  18 | 0.000000e+00 |      --      |    Inf |  90.16%
7.82/7.91	c   5.2s|  1400 |     9 | 26130 |  17.1 |    56M |  38 | 231 |3567 |2451 | 246 |  0 |1176 |  18 | 0.000000e+00 |      --      |    Inf |  90.54%
7.82/7.91	c   5.6s|  1500 |    13 | 27725 |  17.0 |    56M |  38 | 231 |3649 |2449 | 267 |  1 |1261 |  18 | 0.000000e+00 |      --      |    Inf |  92.50%
7.82/7.91	c   5.8s|  1600 |    12 | 28970 |  16.7 |    56M |  38 | 231 |3701 |2449 | 280 |  0 |1316 |  18 | 0.000000e+00 |      --      |    Inf |  92.76%
7.82/7.91	c   6.0s|  1700 |    16 | 30317 |  16.6 |    56M |  38 | 231 |3760 |2449 | 303 |  1 |1378 |  18 | 0.000000e+00 |      --      |    Inf |  93.42%
7.82/7.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.82/7.91	c   6.2s|  1800 |    16 | 31659 |  16.4 |    56M |  38 | 231 |3845 |2448 | 321 |  0 |1466 |  18 | 0.000000e+00 |      --      |    Inf |  93.66%
7.82/7.91	c   6.4s|  1900 |    14 | 33170 |  16.3 |    56M |  38 | 231 |3969 |2449 | 321 |  0 |1590 |  18 | 0.000000e+00 |      --      |    Inf |  93.73%
7.82/7.91	c   6.6s|  2000 |    17 | 34271 |  16.0 |    56M |  38 | 231 |4038 |2449 | 328 |  0 |1663 |  18 | 0.000000e+00 |      --      |    Inf |  93.77%
7.82/7.91	c   7.0s|  2100 |    17 | 35706 |  16.0 |    56M |  38 | 231 |4111 |2448 | 334 |  1 |1741 |  18 | 0.000000e+00 |      --      |    Inf |  93.95%
7.82/7.91	c   7.2s|  2200 |    21 | 37036 |  15.8 |    56M |  38 | 231 |4185 |2451 | 346 |  0 |1817 |  18 | 0.000000e+00 |      --      |    Inf |  94.04%
7.82/7.91	c   7.5s|  2300 |    19 | 38419 |  15.8 |    56M |  38 | 231 |4268 |2449 | 353 |  1 |1910 |  18 | 0.000000e+00 |      --      |    Inf |  94.10%
12.61/12.78	c   7.8s|  2400 |    23 | 39722 |  15.6 |    56M |  38 | 231 |4367 |2451 | 373 |  1 |2013 |  18 | 0.000000e+00 |      --      |    Inf |  94.25%
12.61/12.78	c   8.0s|  2500 |    27 | 41162 |  15.6 |    56M |  38 | 231 |4454 |2451 | 373 |  0 |2108 |  18 | 0.000000e+00 |      --      |    Inf |  94.28%
12.61/12.78	c   8.2s|  2600 |    35 | 42383 |  15.5 |    56M |  38 | 231 |4532 |2451 | 374 |  1 |2191 |  18 | 0.000000e+00 |      --      |    Inf |  94.30%
12.61/12.78	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
12.61/12.78	c (run 1, node 2675) performing user restart
12.61/12.78	c 
12.61/12.78	c (restart) converted 2 cuts from the global cut pool into linear constraints
12.61/12.78	c 
12.61/12.78	c presolving:
12.61/12.78	c (round 1, fast)       23 del vars, 1238 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 293 chg coeffs, 0 upgd conss, 0 impls, 317 clqs
12.61/12.78	c (round 2, medium)     32 del vars, 1238 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 293 chg coeffs, 0 upgd conss, 0 impls, 302 clqs
12.61/12.78	c (round 3, fast)       32 del vars, 1256 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 300 chg coeffs, 0 upgd conss, 0 impls, 302 clqs
12.61/12.78	c (round 4, exhaustive) 32 del vars, 1259 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 300 chg coeffs, 0 upgd conss, 0 impls, 302 clqs
12.61/12.78	c (round 5, exhaustive) 32 del vars, 1259 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 300 chg coeffs, 3 upgd conss, 0 impls, 302 clqs
12.61/12.78	c (round 6, exhaustive) 32 del vars, 1605 del conss, 0 add conss, 0 chg bounds, 3 chg sides, 1129 chg coeffs, 3 upgd conss, 0 impls, 302 clqs
12.61/12.78	c (round 7, exhaustive) 32 del vars, 1669 del conss, 0 add conss, 0 chg bounds, 3 chg sides, 1148 chg coeffs, 3 upgd conss, 0 impls, 302 clqs
12.61/12.78	c (round 8, exhaustive) 32 del vars, 1669 del conss, 0 add conss, 0 chg bounds, 3 chg sides, 1190 chg coeffs, 3 upgd conss, 0 impls, 302 clqs
12.61/12.78	c presolving (9 rounds: 9 fast, 7 medium, 6 exhaustive):
12.61/12.78	c  32 deleted vars, 1669 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 3 changed sides, 1194 changed coefficients
12.61/12.78	c  0 implications, 302 cliques
12.61/12.78	c presolved problem has 199 variables (199 bin, 0 int, 0 impl, 0 cont) and 2918 constraints
12.61/12.78	c       6 constraints of type <knapsack>
12.61/12.78	c      22 constraints of type <setppc>
12.61/12.78	c    2890 constraints of type <logicor>
12.61/12.78	c transformed objective value is always integral (scale: 1)
12.61/12.78	c Presolving Time: 0.08
12.61/12.78	c 
12.61/12.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
12.61/12.78	c   8.3s|     1 |     0 | 43300 |     - |    56M |   0 | 199 |2972 |1814 |   0 |  0 |2304 |  18 | 0.000000e+00 |      --      |    Inf | unknown
12.61/12.78	c   8.4s|     1 |     0 | 43315 |     - |    56M |   0 | 199 |2975 |1816 |   2 |  1 |2307 |  18 | 0.000000e+00 |      --      |    Inf | unknown
12.61/12.78	c   8.4s|     1 |     0 | 43331 |     - |    57M |   0 | 199 |2978 |1820 |   6 |  2 |2310 |  18 | 0.000000e+00 |      --      |    Inf | unknown
12.61/12.78	c   8.5s|     1 |     0 | 43343 |     - |    57M |   0 | 199 |2979 |1823 |   9 |  3 |2311 |  18 | 0.000000e+00 |      --      |    Inf | unknown
12.61/12.78	c   8.5s|     1 |     0 | 43360 |     - |    57M |   0 | 199 |2981 |1827 |  13 |  4 |2313 |  18 | 0.000000e+00 |      --      |    Inf | unknown
12.61/12.78	c   8.6s|     1 |     0 | 43375 |     - |    58M |   0 | 199 |2981 |1831 |  17 |  5 |2313 |  18 | 0.000000e+00 |      --      |    Inf | unknown
12.61/12.78	c   8.6s|     1 |     0 | 43382 |     - |    58M |   0 | 199 |2984 |1833 |  19 |  6 |2316 |  18 | 0.000000e+00 |      --      |    Inf | unknown
12.61/12.78	c   8.7s|     1 |     0 | 43402 |     - |    59M |   0 | 199 |2985 |1835 |  21 |  7 |2317 |  18 | 0.000000e+00 |      --      |    Inf | unknown
12.61/12.78	c   8.7s|     1 |     0 | 43411 |     - |    59M |   0 | 199 |2986 |1838 |  24 |  8 |2318 |  18 | 0.000000e+00 |      --      |    Inf | unknown
12.61/12.78	c   8.8s|     1 |     0 | 43422 |     - |    59M |   0 | 199 |2992 |1841 |  27 |  9 |2324 |  18 | 0.000000e+00 |      --      |    Inf | unknown
12.61/12.78	c   8.8s|     1 |     0 | 43441 |     - |    59M |   0 | 199 |2995 |1844 |  30 | 10 |2327 |  18 | 0.000000e+00 |      --      |    Inf | unknown
12.61/12.78	c   8.8s|     1 |     0 | 43454 |     - |    59M |   0 | 199 |3000 |1846 |  32 | 11 |2332 |  18 | 0.000000e+00 |      --      |    Inf | unknown
12.61/12.78	c   8.9s|     1 |     2 | 43584 |     - |    59M |   0 | 199 |3004 |1846 |  32 | 11 |2340 |  37 | 0.000000e+00 |      --      |    Inf | unknown
12.61/12.78	c   9.1s|   100 |    11 | 44940 |  15.3 |    63M |  19 | 199 |3056 |1815 |  51 |  0 |2397 |  37 | 0.000000e+00 |      --      |    Inf |   6.10%
12.61/12.78	c   9.3s|   200 |    11 | 46443 |  15.3 |    64M |  19 | 199 |3105 |1820 |  79 |  0 |2461 |  37 | 0.000000e+00 |      --      |    Inf |  16.00%
12.61/12.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
12.61/12.78	c   9.5s|   300 |     8 | 47767 |  15.2 |    64M |  20 | 199 |3139 |1821 | 106 |  0 |2528 |  37 | 0.000000e+00 |      --      |    Inf |  16.80%
12.61/12.78	c   9.8s|   400 |    12 | 49610 |  15.3 |    65M |  23 | 199 |3176 |1822 | 165 |  0 |2585 |  37 | 0.000000e+00 |      --      |    Inf |  18.55%
12.61/12.78	c   9.9s|   500 |    12 | 50716 |  15.2 |    67M |  23 | 199 |3217 |1815 | 177 |  1 |2647 |  37 | 0.000000e+00 |      --      |    Inf |  20.97%
12.61/12.78	c  10.3s|   600 |    26 | 52386 |  15.3 |    73M |  23 | 199 |3224 |   0 | 239 |  0 |2705 |  37 | 0.000000e+00 |      --      |    Inf |  23.77%
12.61/12.78	c  10.5s|   700 |    34 | 53607 |  15.2 |    73M |  25 | 199 |3262 |1821 | 249 |  0 |2774 |  37 | 0.000000e+00 |      --      |    Inf |  23.85%
12.61/12.78	c  10.5s|   800 |    31 | 54750 |  15.1 |    73M |  28 | 199 |3317 |1818 | 249 |  1 |2843 |  37 | 0.000000e+00 |      --      |    Inf |  23.88%
12.61/12.78	c  10.8s|   900 |    33 | 55883 |  15.0 |    73M |  28 | 199 |3354 |1817 | 274 |  0 |2908 |  37 | 0.000000e+00 |      --      |    Inf |  24.28%
12.61/12.78	c  10.9s|  1000 |    30 | 56987 |  14.8 |    73M |  28 | 199 |3379 |1817 | 287 |  0 |2968 |  37 | 0.000000e+00 |      --      |    Inf |  24.69%
12.61/12.78	c  11.0s|  1100 |    26 | 58134 |  14.8 |    73M |  30 | 199 |3391 |1815 | 296 |  1 |3008 |  37 | 0.000000e+00 |      --      |    Inf |  24.81%
12.61/12.78	c  11.2s|  1200 |    28 | 59670 |  14.8 |    73M |  30 | 199 |3399 |1817 | 328 |  0 |3068 |  37 | 0.000000e+00 |      --      |    Inf |  25.15%
12.61/12.78	c  11.2s|  1300 |    30 | 60900 |  14.7 |    73M |  30 | 199 |3433 |1819 | 328 |  0 |3133 |  37 | 0.000000e+00 |      --      |    Inf |  25.20%
12.61/12.78	c  11.3s|  1400 |    28 | 62330 |  14.7 |    73M |  30 | 199 |3461 |1820 | 331 |  1 |3194 |  37 | 0.000000e+00 |      --      |    Inf |  25.26%
12.61/12.78	c  11.4s|  1500 |    38 | 63719 |  14.7 |    73M |  30 | 199 |3507 |1820 | 334 |  1 |3272 |  37 | 0.000000e+00 |      --      |    Inf |  25.27%
12.61/12.78	c  11.5s|  1600 |    40 | 64996 |  14.6 |    73M |  30 | 199 |3554 |1820 | 337 |  0 |3329 |  37 | 0.000000e+00 |      --      |    Inf |  25.27%
12.61/12.78	c  11.6s|  1700 |    34 | 66222 |  14.6 |    73M |  30 | 199 |3619 |1820 | 339 |  1 |3406 |  37 | 0.000000e+00 |      --      |    Inf |  25.28%
12.61/12.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
12.61/12.78	c  11.7s|  1800 |    34 | 67404 |  14.5 |    73M |  30 | 199 |3707 |1820 | 339 |  0 |3501 |  37 | 0.000000e+00 |      --      |    Inf |  25.28%
12.61/12.78	c  11.8s|  1900 |    37 | 68786 |  14.5 |    73M |  31 | 199 |3775 |1820 | 339 |  0 |3577 |  37 | 0.000000e+00 |      --      |    Inf |  25.28%
12.61/12.78	c  11.9s|  2000 |    28 | 70121 |  14.5 |    73M |  33 | 199 |3844 |1816 | 339 |  1 |3652 |  37 | 0.000000e+00 |      --      |    Inf |  25.30%
12.61/12.78	c  12.0s|  2100 |    31 | 71311 |  14.4 |    74M |  33 | 199 |3889 |1820 | 346 |  0 |3708 |  37 | 0.000000e+00 |      --      |    Inf |  25.52%
12.61/12.78	c  12.1s|  2200 |    25 | 72520 |  14.4 |    72M |  33 | 199 |3942 |   0 | 354 |  0 |3778 |  37 | 0.000000e+00 |      --      |    Inf |  25.79%
12.61/12.78	c  12.3s|  2300 |    24 | 73817 |  14.3 |    72M |  33 | 199 |4008 |1821 | 375 |  0 |3851 |  37 | 0.000000e+00 |      --      |    Inf |  26.15%
12.61/12.78	c  12.4s|  2400 |    21 | 75095 |  14.3 |    73M |  33 | 199 |4061 |1815 | 387 |  0 |3917 |  37 | 0.000000e+00 |      --      |    Inf |  32.02%
20.48/20.62	c  12.6s|  2500 |    20 | 76363 |  14.3 |    73M |  33 | 199 |4093 |1819 | 419 |  0 |3973 |  37 | 0.000000e+00 |      --      |    Inf |  36.56%
20.48/20.62	c  12.7s|  2600 |    18 | 77612 |  14.3 |    73M |  33 | 199 |4151 |1824 | 430 |  0 |4046 |  37 | 0.000000e+00 |      --      |    Inf |  38.16%
20.48/20.62	c  12.8s|  2700 |    20 | 78908 |  14.2 |    73M |  33 | 199 |4185 |1815 | 430 |  1 |4096 |  37 | 0.000000e+00 |      --      |    Inf |  51.07%
20.48/20.62	c  13.1s|  2800 |    20 | 80179 |  14.2 |    73M |  33 | 199 |4212 |1817 | 468 |  1 |4162 |  37 | 0.000000e+00 |      --      |    Inf |  56.73%
20.48/20.62	c  13.3s|  2900 |    19 | 81503 |  14.2 |    73M |  33 | 199 |4243 |1819 | 497 |  1 |4222 |  37 | 0.000000e+00 |      --      |    Inf |  59.64%
20.48/20.62	c  13.4s|  3000 |    18 | 82771 |  14.2 |    73M |  33 | 199 |4271 |1821 | 529 |  0 |4270 |  37 | 0.000000e+00 |      --      |    Inf |  61.57%
20.48/20.62	c  13.7s|  3100 |    23 | 84109 |  14.1 |    73M |  33 | 199 |4291 |1817 | 578 |  1 |4325 |  37 | 0.000000e+00 |      --      |    Inf |  62.82%
20.48/20.62	c  13.9s|  3200 |    21 | 85364 |  14.1 |    73M |  33 | 199 |4317 |1820 | 596 |  1 |4378 |  37 | 0.000000e+00 |      --      |    Inf |  63.10%
20.48/20.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
20.48/20.62	c  14.0s|  3300 |    16 | 86655 |  14.1 |    73M |  33 | 199 |4344 |1815 | 602 |  1 |4440 |  37 | 0.000000e+00 |      --      |    Inf |  63.56%
20.48/20.62	c  14.1s|  3400 |    13 | 88006 |  14.1 |    73M |  33 | 199 |4361 |1820 | 610 |  1 |4489 |  37 | 0.000000e+00 |      --      |    Inf |  64.02%
20.48/20.62	c  14.2s|  3500 |    11 | 89222 |  14.1 |    73M |  33 | 199 |4423 |1822 | 615 |  0 |4593 |  37 | 0.000000e+00 |      --      |    Inf |  64.03%
20.48/20.62	c  14.4s|  3600 |    11 | 90682 |  14.1 |    73M |  33 | 199 |4433 |1819 | 648 |  0 |4644 |  37 | 0.000000e+00 |      --      |    Inf |  67.15%
20.48/20.62	c  14.5s|  3700 |    11 | 92034 |  14.1 |    73M |  33 | 199 |4464 |1820 | 662 |  1 |4720 |  37 | 0.000000e+00 |      --      |    Inf |  68.69%
20.48/20.62	c  14.6s|  3800 |     9 | 93347 |  14.0 |    73M |  33 | 199 |4501 |1815 | 667 |  0 |4795 |  37 | 0.000000e+00 |      --      |    Inf |  71.46%
20.48/20.62	c  14.8s|  3900 |     6 | 94856 |  14.1 |    73M |  33 | 199 |4542 |1819 | 678 |  1 |4867 |  37 | 0.000000e+00 |      --      |    Inf |  71.86%
20.48/20.62	c  14.9s|  4000 |     6 | 96366 |  14.1 |    73M |  33 | 199 |4527 |1815 | 678 |  0 |4922 |  37 | 0.000000e+00 |      --      |    Inf |  73.05%
20.48/20.62	c  15.1s|  4100 |     6 | 97691 |  14.1 |    73M |  33 | 199 |4544 |1817 | 713 |  0 |4969 |  37 | 0.000000e+00 |      --      |    Inf |  78.88%
20.48/20.62	c  15.4s|  4200 |     6 | 99102 |  14.1 |    73M |  33 | 199 |4552 |1818 | 754 |  0 |5018 |  37 | 0.000000e+00 |      --      |    Inf |  79.66%
20.48/20.62	c  15.6s|  4300 |     8 |100777 |  14.1 |    73M |  33 | 199 |4558 |1820 | 779 |  2 |5083 |  37 | 0.000000e+00 |      --      |    Inf |  83.50%
20.48/20.62	c  15.9s|  4400 |     8 |102163 |  14.1 |    73M |  33 | 199 |4592 |1817 | 818 |  0 |5152 |  37 | 0.000000e+00 |      --      |    Inf |  85.84%
20.48/20.62	c  16.2s|  4500 |     9 |103939 |  14.1 |    73M |  33 | 199 |4650 |1818 | 853 |  1 |5252 |  37 | 0.000000e+00 |      --      |    Inf |  87.10%
20.48/20.62	c  16.4s|  4600 |     9 |105481 |  14.2 |    73M |  33 | 199 |4712 |1818 | 880 |  0 |5343 |  37 | 0.000000e+00 |      --      |    Inf |  88.02%
20.48/20.62	c  16.5s|  4700 |    12 |106844 |  14.2 |    73M |  33 | 199 |4747 |1822 | 894 |  1 |5403 |  37 | 0.000000e+00 |      --      |    Inf |  88.83%
20.48/20.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
20.48/20.62	c  16.8s|  4800 |     9 |108336 |  14.2 |    73M |  33 | 199 |4778 |1821 | 941 |  0 |5456 |  37 | 0.000000e+00 |      --      |    Inf |  91.09%
20.48/20.62	c  17.0s|  4900 |     9 |109871 |  14.2 |    73M |  33 | 199 |4830 |1821 | 954 |  0 |5529 |  37 | 0.000000e+00 |      --      |    Inf |  91.33%
20.48/20.62	c  17.1s|  5000 |     7 |111171 |  14.2 |    73M |  33 | 199 |4882 |1821 | 967 |  0 |5619 |  37 | 0.000000e+00 |      --      |    Inf |  91.76%
20.48/20.62	c  17.3s|  5100 |    11 |112693 |  14.2 |    73M |  33 | 199 |4912 |1818 |1012 |  1 |5685 |  37 | 0.000000e+00 |      --      |    Inf |  92.86%
20.48/20.62	c  17.4s|  5200 |    13 |113837 |  14.1 |    73M |  33 | 199 |4977 |1823 |1012 |  0 |5767 |  37 | 0.000000e+00 |      --      |    Inf |  92.93%
20.48/20.62	c  17.5s|  5300 |     8 |115180 |  14.1 |    73M |  33 | 199 |5047 |1820 |1012 |  0 |5850 |  37 | 0.000000e+00 |      --      |    Inf |  92.95%
20.48/20.62	c  17.6s|  5400 |    10 |116618 |  14.1 |    73M |  33 | 199 |5142 |1820 |1012 |  0 |5953 |  37 | 0.000000e+00 |      --      |    Inf |  92.95%
20.48/20.62	c  17.7s|  5500 |     8 |118101 |  14.1 |    73M |  33 | 199 |5212 |1820 |1013 |  0 |6024 |  37 | 0.000000e+00 |      --      |    Inf |  92.96%
20.48/20.62	c  17.9s|  5600 |    10 |119595 |  14.2 |    74M |  33 | 199 |5287 |1819 |1047 |  1 |6109 |  37 | 0.000000e+00 |      --      |    Inf |  93.34%
20.48/20.62	c  18.0s|  5700 |    11 |121128 |  14.2 |    74M |  33 | 199 |5392 |1820 |1059 |  0 |6227 |  37 | 0.000000e+00 |      --      |    Inf |  93.41%
20.48/20.62	c  18.1s|  5800 |    13 |122588 |  14.2 |    74M |  34 | 199 |5468 |1819 |1069 |  1 |6319 |  37 | 0.000000e+00 |      --      |    Inf |  93.52%
20.48/20.62	c  18.3s|  5900 |    11 |123928 |  14.2 |    74M |  34 | 199 |5569 |1821 |1078 |  0 |6435 |  37 | 0.000000e+00 |      --      |    Inf |  93.61%
20.48/20.62	c  18.4s|  6000 |     7 |125432 |  14.2 |    74M |  34 | 199 |5692 |1818 |1093 |  0 |6565 |  37 | 0.000000e+00 |      --      |    Inf |  93.73%
20.48/20.62	c  18.5s|  6100 |     8 |126653 |  14.2 |    74M |  34 | 199 |5761 |1821 |1117 |  0 |6660 |  37 | 0.000000e+00 |      --      |    Inf |  94.51%
20.48/20.62	c  18.7s|  6200 |     8 |128104 |  14.2 |    74M |  34 | 199 |5816 |1820 |1137 |  1 |6726 |  37 | 0.000000e+00 |      --      |    Inf |  94.87%
20.48/20.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
20.48/20.62	c  18.8s|  6300 |    11 |129086 |  14.1 |    74M |  34 | 199 |5887 |   0 |1137 |  0 |6806 |  37 | 0.000000e+00 |      --      |    Inf |  94.91%
20.48/20.62	c  18.8s|  6400 |    11 |130139 |  14.1 |    74M |  34 | 199 |5975 |1820 |1137 |  1 |6896 |  37 | 0.000000e+00 |      --      |    Inf |  94.91%
20.48/20.62	c  19.0s|  6500 |     7 |131562 |  14.1 |    74M |  34 | 199 |6027 |1818 |1155 |  1 |6955 |  37 | 0.000000e+00 |      --      |    Inf |  95.10%
20.48/20.62	c  19.2s|  6600 |     9 |132886 |  14.1 |    74M |  34 | 199 |6089 |1817 |1176 |  0 |7026 |  37 | 0.000000e+00 |      --      |    Inf |  95.34%
20.48/20.62	c  19.3s|  6700 |    12 |133828 |  14.0 |    74M |  34 | 199 |6147 |1818 |1182 |  1 |7106 |  37 | 0.000000e+00 |      --      |    Inf |  95.49%
20.48/20.62	c  19.4s|  6800 |    15 |134785 |  14.0 |    74M |  34 | 199 |6217 |1819 |1200 |  1 |7185 |  37 | 0.000000e+00 |      --      |    Inf |  95.61%
20.48/20.62	c  19.5s|  6900 |    13 |135749 |  13.9 |    74M |  34 | 199 |6293 |1819 |1201 |  0 |7268 |  37 | 0.000000e+00 |      --      |    Inf |  95.62%
20.48/20.62	c  19.6s|  7000 |    12 |136930 |  13.9 |    74M |  34 | 199 |6358 |1819 |1208 |  0 |7350 |  37 | 0.000000e+00 |      --      |    Inf |  95.84%
20.48/20.62	c  19.7s|  7100 |    11 |138007 |  13.9 |    74M |  34 | 199 |6465 |1815 |1209 |  1 |7466 |  37 | 0.000000e+00 |      --      |    Inf |  95.93%
20.48/20.62	c  19.8s|  7200 |    16 |139327 |  13.9 |    74M |  34 | 199 |6518 |1820 |1229 |  1 |7526 |  37 | 0.000000e+00 |      --      |    Inf |  96.21%
20.48/20.62	c  20.0s|  7300 |    13 |140483 |  13.8 |    74M |  34 | 199 |6597 |1820 |1241 |  0 |7611 |  37 | 0.000000e+00 |      --      |    Inf |  96.35%
20.48/20.62	c  20.1s|  7400 |    16 |141807 |  13.8 |    74M |  34 | 199 |6677 |1818 |1259 |  1 |7702 |  37 | 0.000000e+00 |      --      |    Inf |  96.48%
20.48/20.62	c  20.2s|  7500 |    16 |143225 |  13.8 |    74M |  34 | 199 |6740 |1819 |1269 |  1 |7781 |  37 | 0.000000e+00 |      --      |    Inf |  96.58%
20.48/20.62	c  20.3s|  7600 |    20 |144420 |  13.8 |    74M |  34 | 199 |6795 |1819 |1269 |  1 |7853 |  37 | 0.000000e+00 |      --      |    Inf |  96.61%
20.48/20.62	c  20.4s|  7700 |    22 |145668 |  13.8 |    74M |  34 | 199 |6855 |1821 |1273 |  1 |7933 |  37 | 0.000000e+00 |      --      |    Inf |  96.61%
25.86/26.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
25.86/26.10	c  20.5s|  7800 |    24 |146916 |  13.8 |    74M |  34 | 199 |6906 |1819 |1273 |  1 |7997 |  37 | 0.000000e+00 |      --      |    Inf |  96.62%
25.86/26.10	c  20.6s|  7900 |    24 |148088 |  13.8 |    74M |  34 | 199 |7004 |1819 |1275 |  0 |8104 |  37 | 0.000000e+00 |      --      |    Inf |  96.62%
25.86/26.10	c  20.6s|  8000 |    24 |149254 |  13.8 |    74M |  34 | 199 |7095 |1819 |1275 |  1 |8203 |  37 | 0.000000e+00 |      --      |    Inf |  96.63%
25.86/26.10	c  20.7s|  8100 |    22 |150305 |  13.7 |    74M |  34 | 199 |7198 |1820 |1278 |  1 |8308 |  37 | 0.000000e+00 |      --      |    Inf |  96.63%
25.86/26.10	c  20.8s|  8200 |    18 |151525 |  13.7 |    74M |  34 | 199 |7287 |1820 |1280 |  0 |8398 |  37 | 0.000000e+00 |      --      |    Inf |  96.64%
25.86/26.10	c  20.9s|  8300 |    21 |152603 |  13.7 |    75M |  34 | 199 |7392 |1821 |1283 |  1 |8506 |  37 | 0.000000e+00 |      --      |    Inf |  96.64%
25.86/26.10	c  21.0s|  8400 |    20 |153852 |  13.7 |    75M |  34 | 199 |7470 |1820 |1285 |  0 |8585 |  37 | 0.000000e+00 |      --      |    Inf |  96.64%
25.86/26.10	c  21.1s|  8500 |    25 |155207 |  13.7 |    78M |  34 | 199 |7575 |1821 |1286 |  1 |8693 |  37 | 0.000000e+00 |      --      |    Inf |  96.64%
25.86/26.10	c  21.2s|  8600 |    23 |156580 |  13.7 |    78M |  34 | 199 |7676 |1820 |1291 |  1 |8796 |  37 | 0.000000e+00 |      --      |    Inf |  96.64%
25.86/26.10	c  21.3s|  8700 |    21 |157708 |  13.7 |    78M |  34 | 199 |7778 |1819 |1291 |  1 |8899 |  37 | 0.000000e+00 |      --      |    Inf |  96.64%
25.86/26.10	c  21.3s|  8800 |    18 |158901 |  13.6 |    78M |  34 | 199 |7852 |1823 |1295 |  0 |8977 |  37 | 0.000000e+00 |      --      |    Inf |  96.64%
25.86/26.10	c  21.4s|  8900 |    20 |160152 |  13.6 |    78M |  34 | 199 |7920 |1821 |1299 |  0 |9049 |  37 | 0.000000e+00 |      --      |    Inf |  96.64%
25.86/26.10	c  21.5s|  9000 |    18 |161364 |  13.6 |    78M |  34 | 199 |8003 |1819 |1301 |  1 |9140 |  37 | 0.000000e+00 |      --      |    Inf |  96.67%
25.86/26.10	c  21.6s|  9100 |    14 |162465 |  13.6 |    78M |  34 | 199 |8074 |1819 |1301 |  0 |9212 |  37 | 0.000000e+00 |      --      |    Inf |  96.67%
25.86/26.10	c  21.7s|  9200 |    13 |163692 |  13.6 |    78M |  34 | 199 |8151 |1820 |1309 |  1 |9297 |  37 | 0.000000e+00 |      --      |    Inf |  96.75%
25.86/26.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
25.86/26.10	c  21.8s|  9300 |    14 |165138 |  13.6 |    78M |  34 | 199 |8222 |1820 |1309 |  0 |9373 |  37 | 0.000000e+00 |      --      |    Inf |  96.77%
25.86/26.10	c  21.9s|  9400 |    10 |166519 |  13.6 |    78M |  34 | 199 |8288 |1816 |1309 |  0 |9448 |  37 | 0.000000e+00 |      --      |    Inf |  96.82%
25.86/26.10	c  22.2s|  9500 |    12 |168010 |  13.6 |    78M |  34 | 199 |8311 |1819 |1354 |  1 |9511 |  37 | 0.000000e+00 |      --      |    Inf |  97.84%
25.86/26.10	c  22.4s|  9600 |    10 |169568 |  13.6 |    78M |  34 | 199 |8372 |1821 |1372 |  2 |9611 |  37 | 0.000000e+00 |      --      |    Inf |  98.14%
25.86/26.10	c  22.5s|  9700 |    12 |171139 |  13.6 |    78M |  34 | 199 |8398 |1817 |1378 |  1 |9682 |  37 | 0.000000e+00 |      --      |    Inf |  98.32%
25.86/26.10	c  22.6s|  9800 |     7 |172729 |  13.7 |    78M |  34 | 199 |8440 |1816 |1383 |  0 |9776 |  37 | 0.000000e+00 |      --      |    Inf |  98.53%
25.86/26.10	c  22.8s|  9900 |     9 |174206 |  13.7 |    78M |  34 | 199 |8439 |1815 |1401 |  1 |9844 |  37 | 0.000000e+00 |      --      |    Inf |  98.73%
25.86/26.10	c  23.0s| 10000 |    13 |175608 |  13.7 |    78M |  34 | 199 |8445 |1818 |1424 |  1 |9910 |  37 | 0.000000e+00 |      --      |    Inf |  98.96%
25.86/26.10	c  23.0s| 10100 |    10 |176975 |  13.7 |    78M |  34 | 199 |8523 |1820 |1428 |  0 |  10k|  37 | 0.000000e+00 |      --      |    Inf |  98.98%
25.86/26.10	c  23.2s| 10200 |    14 |178297 |  13.7 |    78M |  34 | 199 |8563 |1819 |1435 |  1 |  10k|  37 | 0.000000e+00 |      --      |    Inf |  99.06%
25.86/26.10	c  23.3s| 10300 |    12 |179526 |  13.6 |    78M |  34 | 199 |8596 |1821 |1436 |  1 |  10k|  37 | 0.000000e+00 |      --      |    Inf |  99.09%
25.86/26.10	c  23.4s| 10400 |     9 |180908 |  13.7 |    78M |  34 | 199 |8641 |1819 |1443 |  0 |  10k|  37 | 0.000000e+00 |      --      |    Inf |  99.19%
25.86/26.10	c  23.5s| 10500 |    11 |182312 |  13.7 |    78M |  34 | 199 |8649 |1823 |1453 |  0 |  10k|  37 | 0.000000e+00 |      --      |    Inf |  99.25%
25.86/26.10	c  23.6s| 10600 |    15 |183755 |  13.7 |    78M |  34 | 199 |8689 |1824 |1470 |  0 |  10k|  37 | 0.000000e+00 |      --      |    Inf |  99.31%
25.86/26.10	c  23.7s| 10700 |    21 |185396 |  13.7 |    78M |  34 | 199 |8738 |1824 |1470 |  1 |  10k|  37 | 0.000000e+00 |      --      |    Inf |  99.34%
25.86/26.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
25.86/26.10	c  23.8s| 10800 |    25 |186808 |  13.7 |    78M |  34 | 199 |8760 |1824 |1471 |  1 |  10k|  37 | 0.000000e+00 |      --      |    Inf |  99.35%
25.86/26.10	c  23.9s| 10900 |    27 |188365 |  13.7 |    78M |  34 | 199 |8803 |1826 |1476 |  0 |  10k|  37 | 0.000000e+00 |      --      |    Inf |  99.35%
25.86/26.10	c  24.0s| 11000 |    27 |190042 |  13.7 |    78M |  34 | 199 |8865 |1826 |1476 |  0 |  10k|  37 | 0.000000e+00 |      --      |    Inf |  99.35%
25.86/26.10	c  24.1s| 11100 |    24 |191409 |  13.7 |    78M |  36 | 199 |8941 |1827 |1476 |  1 |  10k|  37 | 0.000000e+00 |      --      |    Inf |  99.35%
25.86/26.10	c  24.2s| 11200 |    24 |192859 |  13.7 |    78M |  36 | 199 |9028 |1825 |1479 |  1 |  10k|  37 | 0.000000e+00 |      --      |    Inf |  99.36%
25.86/26.10	c  24.3s| 11300 |    30 |194401 |  13.7 |    79M |  36 | 199 |9113 |1825 |1479 |  1 |  10k|  37 | 0.000000e+00 |      --      |    Inf |  99.37%
25.86/26.10	c  24.4s| 11400 |    28 |195752 |  13.7 |    79M |  36 | 199 |9204 |1825 |1479 |  0 |  11k|  37 | 0.000000e+00 |      --      |    Inf |  99.37%
25.86/26.10	c  24.5s| 11500 |    26 |197258 |  13.7 |    79M |  36 | 199 |9272 |1825 |1479 |  0 |  11k|  37 | 0.000000e+00 |      --      |    Inf |  99.38%
25.86/26.10	c  24.6s| 11600 |    28 |198598 |  13.7 |    79M |  36 | 199 |9349 |1825 |1481 |  0 |  11k|  37 | 0.000000e+00 |      --      |    Inf |  99.38%
25.86/26.10	c  24.7s| 11700 |    28 |200055 |  13.7 |    79M |  36 | 199 |9419 |1825 |1481 |  0 |  11k|  37 | 0.000000e+00 |      --      |    Inf |  99.39%
25.86/26.10	c  24.8s| 11800 |    30 |201541 |  13.8 |    79M |  36 | 199 |9521 |1826 |1483 |  1 |  11k|  37 | 0.000000e+00 |      --      |    Inf |  99.39%
25.86/26.10	c  24.9s| 11900 |    24 |202936 |  13.8 |    79M |  36 | 199 |9636 |1825 |1484 |  1 |  11k|  37 | 0.000000e+00 |      --      |    Inf |  99.39%
25.86/26.10	c  25.0s| 12000 |    24 |204334 |  13.8 |    79M |  36 | 199 |9732 |1825 |1484 |  0 |  11k|  37 | 0.000000e+00 |      --      |    Inf |  99.40%
25.86/26.10	c  25.1s| 12100 |    24 |205791 |  13.8 |    79M |  36 | 199 |9824 |1825 |1484 |  0 |  11k|  37 | 0.000000e+00 |      --      |    Inf |  99.40%
25.86/26.10	c  25.1s| 12200 |    24 |207254 |  13.8 |    79M |  36 | 199 |9940 |1825 |1484 |  1 |  11k|  37 | 0.000000e+00 |      --      |    Inf |  99.40%
25.86/26.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
25.86/26.10	c  25.2s| 12300 |    20 |208720 |  13.8 |    79M |  36 | 199 |  10k|1824 |1484 |  0 |  11k|  37 | 0.000000e+00 |      --      |    Inf |  99.41%
25.86/26.10	c  25.3s| 12400 |    29 |210132 |  13.8 |    79M |  36 | 199 |  10k|1825 |1484 |  0 |  12k|  37 | 0.000000e+00 |      --      |    Inf |  99.42%
25.86/26.10	c  25.4s| 12500 |    33 |211838 |  13.8 |    79M |  36 | 199 |  10k|1825 |1485 |  1 |  12k|  37 | 0.000000e+00 |      --      |    Inf |  99.42%
25.86/26.10	c  25.5s| 12600 |    31 |213330 |  13.8 |    79M |  36 | 199 |  10k|1825 |1485 |  0 |  12k|  37 | 0.000000e+00 |      --      |    Inf |  99.42%
25.86/26.10	c  25.6s| 12700 |    43 |215231 |  13.8 |    79M |  36 | 199 |  10k|1826 |1489 |  1 |  12k|  37 | 0.000000e+00 |      --      |    Inf |  99.42%
25.86/26.10	c  25.7s| 12800 |    49 |216917 |  13.9 |    79M |  36 | 199 |  10k|1826 |1489 |  0 |  12k|  37 | 0.000000e+00 |      --      |    Inf |  99.42%
25.86/26.10	c  25.8s| 12900 |    49 |218433 |  13.9 |    79M |  36 | 199 |  10k|1826 |1490 |  1 |  12k|  37 | 0.000000e+00 |      --      |    Inf |  99.42%
28.35/28.53	c  26.0s| 13000 |    47 |219789 |  13.9 |    79M |  40 | 199 |  10k|1827 |1494 |  0 |  12k|  37 | 0.000000e+00 |      --      |    Inf |  99.42%
28.35/28.53	c  26.0s| 13100 |    45 |221353 |  13.9 |    79M |  40 | 199 |  10k|1826 |1494 |  1 |  12k|  37 | 0.000000e+00 |      --      |    Inf |  99.42%
28.35/28.53	c  26.1s| 13200 |    37 |222791 |  13.9 |    79M |  40 | 199 |  10k|1826 |1494 |  0 |  12k|  37 | 0.000000e+00 |      --      |    Inf |  99.42%
28.35/28.53	c  26.2s| 13300 |    35 |224191 |  13.9 |    79M |  40 | 199 |  10k|1826 |1495 |  0 |  12k|  37 | 0.000000e+00 |      --      |    Inf |  99.42%
28.35/28.53	c  26.3s| 13400 |    35 |225660 |  13.9 |    79M |  40 | 199 |  11k|1826 |1495 |  1 |  12k|  37 | 0.000000e+00 |      --      |    Inf |  99.42%
28.35/28.53	c  26.4s| 13500 |    26 |227135 |  13.9 |    79M |  40 | 199 |  11k|1826 |1495 |  0 |  13k|  37 | 0.000000e+00 |      --      |    Inf |  99.42%
28.35/28.53	c  26.5s| 13600 |    24 |228919 |  13.9 |    79M |  40 | 199 |  11k|1825 |1495 |  0 |  13k|  37 | 0.000000e+00 |      --      |    Inf |  99.42%
28.35/28.53	c  26.6s| 13700 |    22 |230436 |  13.9 |    79M |  40 | 199 |  11k|1827 |1495 |  0 |  13k|  37 | 0.000000e+00 |      --      |    Inf |  99.42%
28.35/28.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
28.35/28.53	c  26.7s| 13800 |    20 |231872 |  13.9 |    79M |  40 | 199 |  11k|1818 |1496 |  1 |  13k|  37 | 0.000000e+00 |      --      |    Inf |  99.43%
28.35/28.53	c  26.8s| 13900 |    19 |233150 |  13.9 |    79M |  40 | 199 |  11k|1821 |1497 |  1 |  13k|  37 | 0.000000e+00 |      --      |    Inf |  99.47%
28.35/28.53	c  26.9s| 14000 |    19 |234566 |  13.9 |    79M |  40 | 199 |  11k|1825 |1498 |  1 |  13k|  37 | 0.000000e+00 |      --      |    Inf |  99.48%
28.35/28.53	c  27.0s| 14100 |    17 |235900 |  13.9 |    79M |  40 | 199 |  11k|1818 |1498 |  0 |  13k|  37 | 0.000000e+00 |      --      |    Inf |  99.49%
28.35/28.53	c  27.2s| 14200 |    17 |237288 |  13.9 |    79M |  40 | 199 |  11k|1819 |1510 |  0 |  13k|  37 | 0.000000e+00 |      --      |    Inf |  99.76%
28.35/28.53	c  27.3s| 14300 |    23 |238757 |  13.9 |    79M |  40 | 199 |  11k|1821 |1518 |  1 |  13k|  37 | 0.000000e+00 |      --      |    Inf |  99.80%
28.35/28.53	c  27.4s| 14400 |    16 |240113 |  13.9 |    79M |  40 | 199 |  11k|1822 |1519 |  0 |  13k|  37 | 0.000000e+00 |      --      |    Inf |  99.83%
28.35/28.53	c  27.5s| 14500 |    18 |241486 |  13.9 |    79M |  40 | 199 |  11k|1821 |1519 |  0 |  13k|  37 | 0.000000e+00 |      --      |    Inf |  99.86%
28.35/28.53	c  27.6s| 14600 |    18 |242945 |  13.9 |    79M |  40 | 199 |  11k|1821 |1521 |  0 |  14k|  37 | 0.000000e+00 |      --      |    Inf |  99.87%
28.35/28.53	c  27.7s| 14700 |    14 |244333 |  13.9 |    79M |  40 | 199 |  11k|1821 |1521 |  1 |  14k|  37 | 0.000000e+00 |      --      |    Inf |  99.89%
28.35/28.53	c  27.8s| 14800 |    12 |245763 |  13.9 |    79M |  40 | 199 |  11k|1818 |1522 |  0 |  14k|  37 | 0.000000e+00 |      --      |    Inf |  99.91%
28.35/28.53	c  27.9s| 14900 |    10 |247437 |  13.9 |    79M |  40 | 199 |  11k|1821 |1522 |  0 |  14k|  37 | 0.000000e+00 |      --      |    Inf |  99.94%
28.35/28.53	c  28.0s| 15000 |    10 |249096 |  14.0 |    79M |  40 | 199 |  11k|1818 |1522 |  1 |  14k|  37 | 0.000000e+00 |      --      |    Inf |  99.94%
28.35/28.53	c  28.1s| 15100 |    10 |250450 |  14.0 |    79M |  40 | 199 |  11k|1818 |1523 |  0 |  14k|  37 | 0.000000e+00 |      --      |    Inf |  99.95%
28.35/28.53	c  28.2s| 15200 |    10 |252000 |  14.0 |    79M |  40 | 199 |  11k|1819 |1525 |  0 |  14k|  37 | 0.000000e+00 |      --      |    Inf |  99.95%
28.35/28.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
28.35/28.53	c  28.3s| 15300 |     6 |253563 |  14.0 |    79M |  40 | 199 |  11k|1827 |1525 |  1 |  14k|  37 | 0.000000e+00 |      --      |    Inf |  99.95%
28.35/28.53	c 
28.35/28.53	c SCIP Status        : problem is solved [infeasible]
28.35/28.53	c Solving Time (sec) : 28.38
28.35/28.53	c Solving Nodes      : 15398 (total of 18073 nodes in 2 runs)
28.35/28.53	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
28.35/28.53	c Dual Bound         : +1.00000000000000e+20
28.35/28.53	c Gap                : 0.00 %
28.35/28.53	c SCIP found the problem to be infeasible.
28.35/28.53	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: 63708 MiB (62498 MiB free)
  memory of node 1: 64465 MiB (59025 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4494825-1751151815/watcher-4494825-1751151815 -o /tmp/evaluation-result-4494825-1751151815/solver-4494825-1751151815 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751145166-19821 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4494825-1751151815.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=24248, runsolver pid=24245

[startup+0.100061 s]*
/proc/loadavg: 4.10 4.10 4.09 5/269 24253
/proc/meminfo: memFree=124428116/131249992 swapFree=33010684/33010684
[pid=24248] ppid=24245 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24248/stat : 24248 (scip-naps-1.00.) S 24245 24248 19810 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 30860286 4292608 736 18446744073709551615 94144387776512 94144388671045 140731347974736 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94144388910096 94144388957840 94144404434944 140731347982753 140731347982850 140731347982850 140731347988452 0
/proc/24248/statm: 1048 736 672 219 0 110 0
[pid=24253] ppid=24248 vsize=1187344 memory=32248 CPUtime=0.06 cores=4,6
/proc/24253/stat : 24253 (python3) R 24248 24248 19810 0 -1 4194304 3807 0 0 0 5 1 0 0 20 0 1 0 30860288 1215840256 8062 18446744073709551615 94515703455744 94515703456121 140730454326000 0 0 0 0 16781312 2 0 0 0 17 6 0 0 0 0 0 94515703467416 94515703468036 94515705155584 140730454329688 140730454329890 140730454329890 140730454335463 0
/proc/24253/statm: 296836 8062 4899 1 0 268858 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 1191536 KiB
Current children cumulated memory: 35192 KiB

[startup+0.205529 s]*
/proc/loadavg: 4.10 4.10 4.09 5/269 24253
/proc/meminfo: memFree=124407200/131249992 swapFree=33010684/33010684
[pid=24248] ppid=24245 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24248/stat : 24248 (scip-naps-1.00.) S 24245 24248 19810 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 30860286 4292608 736 18446744073709551615 94144387776512 94144388671045 140731347974736 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94144388910096 94144388957840 94144404434944 140731347982753 140731347982850 140731347982850 140731347988452 0
/proc/24248/statm: 1048 736 672 219 0 110 0
[pid=24253] ppid=24248 vsize=1210852 memory=63736 CPUtime=0.16 cores=4,6
/proc/24253/stat : 24253 (python3) R 24248 24248 19810 0 -1 4194304 8758 0 0 0 14 2 0 0 20 0 1 0 30860288 1239912448 15934 18446744073709551615 94515703455744 94515703456121 140730454326000 0 0 0 0 16781312 2 0 0 0 17 6 0 0 0 0 0 94515703467416 94515703468036 94515705155584 140730454329688 140730454329890 140730454329890 140730454335463 0
/proc/24253/statm: 302713 15934 8099 1 0 274071 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 1215044 KiB
Current children cumulated memory: 66680 KiB

[startup+0.305559 s]*
/proc/loadavg: 4.10 4.10 4.09 5/269 24253
/proc/meminfo: memFree=124407200/131249992 swapFree=33010684/33010684
[pid=24248] ppid=24245 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24248/stat : 24248 (scip-naps-1.00.) S 24245 24248 19810 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 30860286 4292608 736 18446744073709551615 94144387776512 94144388671045 140731347974736 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94144388910096 94144388957840 94144404434944 140731347982753 140731347982850 140731347982850 140731347988452 0
/proc/24248/statm: 1048 736 672 219 0 110 0
[pid=24253] ppid=24248 vsize=1211328 memory=64376 CPUtime=0.25 cores=4,6
/proc/24253/stat : 24253 (python3) R 24248 24248 19810 0 -1 4194304 8876 0 0 0 23 2 0 0 20 0 1 0 30860288 1240399872 16094 18446744073709551615 94515703455744 94515703456121 140730454326000 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94515703467416 94515703468036 94515705155584 140730454329688 140730454329890 140730454329890 140730454335463 0
/proc/24253/statm: 302832 16094 8131 1 0 274190 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 1215520 KiB
Current children cumulated memory: 67320 KiB

[startup+0.700161 s]
/proc/loadavg: 4.10 4.10 4.09 5/269 24253
/proc/meminfo: memFree=124411544/131249992 swapFree=33010684/33010684
[pid=24248] ppid=24245 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24248/stat : 24248 (scip-naps-1.00.) S 24245 24248 19810 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 30860286 4292608 736 18446744073709551615 94144387776512 94144388671045 140731347974736 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94144388910096 94144388957840 94144404434944 140731347982753 140731347982850 140731347982850 140731347988452 0
/proc/24248/statm: 1048 736 672 219 0 110 0
[pid=24253] ppid=24248 vsize=1228288 memory=79864 CPUtime=0.65 cores=4,6
/proc/24253/stat : 24253 (python3) R 24248 24248 19810 0 -1 4194304 12746 0 0 0 62 3 0 0 20 0 1 0 30860288 1257766912 19966 18446744073709551615 94515703455744 94515703456121 140730454326000 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94515703467416 94515703468036 94515705155584 140730454329688 140730454329890 140730454329890 140730454335463 0
/proc/24253/statm: 307072 19966 8131 1 0 278430 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 1232480 KiB
Current children cumulated memory: 82808 KiB

[startup+1.50015 s]
/proc/loadavg: 4.10 4.10 4.09 5/269 24253
/proc/meminfo: memFree=124395920/131249992 swapFree=33010684/33010684
[pid=24248] ppid=24245 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24248/stat : 24248 (scip-naps-1.00.) S 24245 24248 19810 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 30860286 4292608 736 18446744073709551615 94144387776512 94144388671045 140731347974736 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94144388910096 94144388957840 94144404434944 140731347982753 140731347982850 140731347982850 140731347988452 0
/proc/24248/statm: 1048 736 672 219 0 110 0
[pid=24253] ppid=24248 vsize=1251212 memory=99340 CPUtime=1.44 cores=4,6
/proc/24253/stat : 24253 (python3) R 24248 24248 19810 0 -1 4194304 18428 0 0 0 140 4 0 0 20 0 1 0 30860288 1281241088 24835 18446744073709551615 94515703455744 94515703456121 140730454326000 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94515703467416 94515703468036 94515705155584 140730454329688 140730454329890 140730454329890 140730454335463 0
/proc/24253/statm: 312803 24835 8131 1 0 284161 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 1255404 KiB
Current children cumulated memory: 102284 KiB

[startup+3.1054 s]
/proc/loadavg: 4.10 4.10 4.09 5/269 24253
/proc/meminfo: memFree=124376044/131249992 swapFree=33010684/33010684
[pid=24248] ppid=24245 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24248/stat : 24248 (scip-naps-1.00.) S 24245 24248 19810 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 30860286 4292608 736 18446744073709551615 94144387776512 94144388671045 140731347974736 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94144388910096 94144388957840 94144404434944 140731347982753 140731347982850 140731347982850 140731347988452 0
/proc/24248/statm: 1048 736 672 219 0 110 0
[pid=24253] ppid=24248 vsize=1260764 memory=108940 CPUtime=3.05 cores=4,6
/proc/24253/stat : 24253 (python3) R 24248 24248 19810 0 -1 4194304 20822 0 0 0 300 5 0 0 20 0 1 0 30860288 1291022336 27235 18446744073709551615 94515703455744 94515703456121 140730454326000 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94515703467416 94515703468036 94515705155584 140730454329688 140730454329890 140730454329890 140730454335463 0
/proc/24253/statm: 315191 27235 8131 1 0 286549 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 1264956 KiB
Current children cumulated memory: 111884 KiB

[startup+6.30019 s]
/proc/loadavg: 4.09 4.10 4.09 5/269 24253
/proc/meminfo: memFree=124376044/131249992 swapFree=33010684/33010684
[pid=24248] ppid=24245 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24248/stat : 24248 (scip-naps-1.00.) S 24245 24248 19810 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 30860286 4292608 736 18446744073709551615 94144387776512 94144388671045 140731347974736 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94144388910096 94144388957840 94144404434944 140731347982753 140731347982850 140731347982850 140731347988452 0
/proc/24248/statm: 1048 736 672 219 0 110 0
[pid=24253] ppid=24248 vsize=1265000 memory=114188 CPUtime=6.23 cores=4,6
/proc/24253/stat : 24253 (python3) R 24248 24248 19810 0 -1 4194304 22129 0 0 0 618 5 0 0 20 0 1 0 30860288 1295360000 28547 18446744073709551615 94515703455744 94515703456121 140730454326000 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94515703467416 94515703468036 94515705155584 140730454329688 140730454329890 140730454329890 140730454335463 0
/proc/24253/statm: 316250 28547 8131 1 0 287608 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 1269192 KiB
Current children cumulated memory: 117132 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 4.10 4.09 5/269 24253
/proc/meminfo: memFree=124347492/131249992 swapFree=33010684/33010684
[pid=24248] ppid=24245 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24248/stat : 24248 (scip-naps-1.00.) S 24245 24248 19810 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 30860286 4292608 736 18446744073709551615 94144387776512 94144388671045 140731347974736 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94144388910096 94144388957840 94144404434944 140731347982753 140731347982850 140731347982850 140731347988452 0
/proc/24248/statm: 1048 736 672 219 0 110 0
[pid=24253] ppid=24248 vsize=1274964 memory=122764 CPUtime=12.61 cores=4,6
/proc/24253/stat : 24253 (python3) R 24248 24248 19810 0 -1 4194304 24280 0 0 0 1255 6 0 0 20 0 1 0 30860288 1305563136 30691 18446744073709551615 94515703455744 94515703456121 140730454326000 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94515703467416 94515703468036 94515705155584 140730454329688 140730454329890 140730454329890 140730454335463 0
/proc/24253/statm: 318741 30691 8131 1 0 290099 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 1279156 KiB
Current children cumulated memory: 125708 KiB

[startup+25.5002 s]
/proc/loadavg: 4.06 4.10 4.09 5/269 24254
/proc/meminfo: memFree=124356076/131249992 swapFree=33010684/33010684
[pid=24248] ppid=24245 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24248/stat : 24248 (scip-naps-1.00.) S 24245 24248 19810 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 30860286 4292608 736 18446744073709551615 94144387776512 94144388671045 140731347974736 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94144388910096 94144388957840 94144404434944 140731347982753 140731347982850 140731347982850 140731347988452 0
/proc/24248/statm: 1048 736 672 219 0 110 0
[pid=24253] ppid=24248 vsize=1281696 memory=128908 CPUtime=25.36 cores=4,6
/proc/24253/stat : 24253 (python3) R 24248 24248 19810 0 -1 4194304 25902 0 0 0 2530 6 0 0 20 0 1 0 30860288 1312456704 32227 18446744073709551615 94515703455744 94515703456121 140730454326000 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94515703467416 94515703468036 94515705155584 140730454329688 140730454329890 140730454329890 140730454335463 0
/proc/24253/statm: 320424 32227 8131 1 0 291782 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 1285888 KiB
Current children cumulated memory: 131852 KiB

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

# cumulated CPU time of all completed processes:  user=28.3545 s, system=0.075311 s

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

[startup+25.6002 s]
/proc/loadavg: 4.06 4.10 4.09 5/269 24254
/proc/meminfo: memFree=124356076/131249992 swapFree=33010684/33010684
[pid=24248] ppid=24245 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24248/stat : 24248 (scip-naps-1.00.) S 24245 24248 19810 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 30860286 4292608 736 18446744073709551615 94144387776512 94144388671045 140731347974736 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94144388910096 94144388957840 94144404434944 140731347982753 140731347982850 140731347982850 140731347988452 0
/proc/24248/statm: 1048 736 672 219 0 110 0
[pid=24253] ppid=24248 vsize=1281696 memory=128908 CPUtime=25.46 cores=4,6
/proc/24253/stat : 24253 (python3) R 24248 24248 19810 0 -1 4194304 25902 0 0 0 2540 6 0 0 20 0 1 0 30860288 1312456704 32227 18446744073709551615 94515703455744 94515703456121 140730454326000 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94515703467416 94515703468036 94515705155584 140730454329688 140730454329890 140730454329890 140730454335463 0
/proc/24253/statm: 320424 32227 8131 1 0 291782 0
Current children cumulated CPU time: 25.46 s
Current children cumulated vsize: 1285888 KiB
Current children cumulated memory: 131852 KiB

[startup+27.2001 s]
/proc/loadavg: 4.06 4.10 4.09 5/269 24254
/proc/meminfo: memFree=124356084/131249992 swapFree=33010684/33010684
[pid=24248] ppid=24245 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24248/stat : 24248 (scip-naps-1.00.) S 24245 24248 19810 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 30860286 4292608 736 18446744073709551615 94144387776512 94144388671045 140731347974736 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94144388910096 94144388957840 94144404434944 140731347982753 140731347982850 140731347982850 140731347988452 0
/proc/24248/statm: 1048 736 672 219 0 110 0
[pid=24253] ppid=24248 vsize=1281696 memory=128908 CPUtime=27.05 cores=4,6
/proc/24253/stat : 24253 (python3) R 24248 24248 19810 0 -1 4194304 25902 0 0 0 2699 6 0 0 20 0 1 0 30860288 1312456704 32227 18446744073709551615 94515703455744 94515703456121 140730454326000 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94515703467416 94515703468036 94515705155584 140730454329688 140730454329890 140730454329890 140730454335463 0
/proc/24253/statm: 320424 32227 8131 1 0 291782 0
Current children cumulated CPU time: 27.05 s
Current children cumulated vsize: 1285888 KiB
Current children cumulated memory: 131852 KiB

[startup+28.0001 s]*
/proc/loadavg: 4.06 4.10 4.09 5/269 24254
/proc/meminfo: memFree=124356084/131249992 swapFree=33010684/33010684
[pid=24248] ppid=24245 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24248/stat : 24248 (scip-naps-1.00.) S 24245 24248 19810 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 30860286 4292608 736 18446744073709551615 94144387776512 94144388671045 140731347974736 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94144388910096 94144388957840 94144404434944 140731347982753 140731347982850 140731347982850 140731347988452 0
/proc/24248/statm: 1048 736 672 219 0 110 0
[pid=24253] ppid=24248 vsize=1281696 memory=128908 CPUtime=27.86 cores=4,6
/proc/24253/stat : 24253 (python3) R 24248 24248 19810 0 -1 4194304 25902 0 0 0 2780 6 0 0 20 0 1 0 30860288 1312456704 32227 18446744073709551615 94515703455744 94515703456121 140730454326000 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94515703467416 94515703468036 94515705155584 140730454329688 140730454329890 140730454329890 140730454335463 0
/proc/24253/statm: 320424 32227 8131 1 0 291782 0
Current children cumulated CPU time: 27.86 s
Current children cumulated vsize: 1285888 KiB
Current children cumulated memory: 131852 KiB

[startup+28.4001 s]
/proc/loadavg: 4.06 4.10 4.09 5/269 24254
/proc/meminfo: memFree=124356084/131249992 swapFree=33010684/33010684
[pid=24248] ppid=24245 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24248/stat : 24248 (scip-naps-1.00.) S 24245 24248 19810 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 30860286 4292608 736 18446744073709551615 94144387776512 94144388671045 140731347974736 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94144388910096 94144388957840 94144404434944 140731347982753 140731347982850 140731347982850 140731347988452 0
/proc/24248/statm: 1048 736 672 219 0 110 0
[pid=24253] ppid=24248 vsize=1281696 memory=128908 CPUtime=28.25 cores=4,6
/proc/24253/stat : 24253 (python3) R 24248 24248 19810 0 -1 4194304 25902 0 0 0 2819 6 0 0 20 0 1 0 30860288 1312456704 32227 18446744073709551615 94515703455744 94515703456121 140730454326000 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94515703467416 94515703468036 94515705155584 140730454329688 140730454329890 140730454329890 140730454335463 0
/proc/24253/statm: 320424 32227 8131 1 0 291782 0
Current children cumulated CPU time: 28.25 s
Current children cumulated vsize: 1285888 KiB
Current children cumulated memory: 131852 KiB

[startup+28.5002 s]
/proc/loadavg: 4.06 4.10 4.09 5/269 24254
/proc/meminfo: memFree=124356084/131249992 swapFree=33010684/33010684
[pid=24248] ppid=24245 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24248/stat : 24248 (scip-naps-1.00.) S 24245 24248 19810 0 -1 4194304 259 338 0 0 0 0 0 0 20 0 1 0 30860286 4292608 736 18446744073709551615 94144387776512 94144388671045 140731347974736 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94144388910096 94144388957840 94144404434944 140731347982753 140731347982850 140731347982850 140731347988452 0
/proc/24248/statm: 1048 736 672 219 0 110 0
[pid=24253] ppid=24248 vsize=1281696 memory=128908 CPUtime=28.35 cores=4,6
/proc/24253/stat : 24253 (python3) R 24248 24248 19810 0 -1 4194304 25902 0 0 0 2829 6 0 0 20 0 1 0 30860288 1312456704 32227 18446744073709551615 94515703455744 94515703456121 140730454326000 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94515703467416 94515703468036 94515705155584 140730454329688 140730454329890 140730454329890 140730454335463 0
/proc/24253/statm: 320424 32227 8131 1 0 291782 0
Current children cumulated CPU time: 28.35 s
Current children cumulated vsize: 1285888 KiB
Current children cumulated memory: 131852 KiB

Child status: 0

Real time (s): 28.5659
CPU time (s): 28.4298
CPU user time (s): 28.3545
CPU system time (s): 0.075311
CPU usage (%): 99.5233
Max. virtual memory (cumulated for all children) (KiB): 1285888
Max. memory (cumulated for all children) (KiB): 131852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.3545
system time used= 0.075311
maximum resident set size= 128908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26540
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 334
involuntary context switches= 190


# summary of solver processes directly reported to runsolver:
#   pid: 24248
#   total CPU time (s): 28.4298
#   total CPU user time (s): 28.3545
#   total CPU system time (s): 0.075311

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.05777 second user time and 0.153211 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-06-29 01:03:35
IDJOB=4494825
IDBENCH=147933
IDSOLVER=3368
FILE ID=nodeC025/4494825-1751151815
RUNJOBID= nodeC025-1751145166-19821
SLURM_JOB_ID= 9587446
Free space on /tmp= 433000 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900582300.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4494825-1751151815/watcher-4494825-1751151815 -o /tmp/evaluation-result-4494825-1751151815/solver-4494825-1751151815 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751145166-19821 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4494825-1751151815.opb

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

MD5SUM BENCH= 75eee10e25ffa4d5aec52eb68458e53f
RANDOM SEED=891575151

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        124440528 kB
MemAvailable:   124122732 kB
Buffers:            3280 kB
Cached:           492624 kB
SwapCached:            0 kB
Active:          5961788 kB
Inactive:         234540 kB
Active(anon):    5718508 kB
Inactive(anon):        0 kB
Active(file):     243280 kB
Inactive(file):   234540 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5604 kB
Writeback:             0 kB
AnonPages:       5703148 kB
Mapped:           127220 kB
Shmem:             18084 kB
KReclaimable:      87248 kB
Slab:             171280 kB
SReclaimable:      87248 kB
SUnreclaim:        84032 kB
KernelStack:        4336 kB
PageTables:        14944 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    9643252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2166784 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432992 MiB
End job on nodeC025 at 2025-06-29 01:04:04