Trace number 4529716

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.00a2UNSAT 29.5034 29.6327

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4529716-1752253439/watcher-4529716-1752253439 -o /tmp/evaluation-result-4529716-1752253439/solver-4529716-1752253439 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1752253388-115874 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4529716-1752253439.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=116094, runsolver pid=116091

[startup+0.100062 s]*
/proc/loadavg: 3.01 2.29 2.21 5/271 116099
/proc/meminfo: memFree=113749048/131249996 swapFree=33003468/33010684
[pid=116094] ppid=116091 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/116094/stat : 116094 (scip-naps-1.00a) S 116091 116094 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141021638 4292608 768 18446744073709551615 94761909637120 94761910531653 140721708975504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94761910770704 94761910818448 94761923358720 140721708980635 140721708980734 140721708980734 140721708986338 0
/proc/116094/statm: 1048 768 704 219 0 110 0
[pid=116099] ppid=116094 vsize=1188032 memory=32792 CPUtime=0.07 cores=4,6
/proc/116099/stat : 116099 (python3) R 116094 116094 115863 0 -1 4194304 3972 0 0 0 6 1 0 0 20 0 1 0 141021640 1216544768 8198 18446744073709551615 93857615351808 93857615352185 140734692262656 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 93857615363480 93857615364100 93857633964032 140734692268367 140734692268576 140734692268576 140734692274151 0
/proc/116099/statm: 297008 8198 4870 1 0 269000 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 1192224 KiB
Current children cumulated memory: 35864 KiB

[startup+0.205758 s]*
/proc/loadavg: 3.01 2.29 2.21 5/271 116099
/proc/meminfo: memFree=113730148/131249996 swapFree=33003468/33010684
[pid=116094] ppid=116091 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/116094/stat : 116094 (scip-naps-1.00a) S 116091 116094 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141021638 4292608 768 18446744073709551615 94761909637120 94761910531653 140721708975504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94761910770704 94761910818448 94761923358720 140721708980635 140721708980734 140721708980734 140721708986338 0
/proc/116094/statm: 1048 768 704 219 0 110 0
[pid=116099] ppid=116094 vsize=1211068 memory=63896 CPUtime=0.17 cores=4,6
/proc/116099/stat : 116099 (python3) R 116094 116094 115863 0 -1 4194304 8782 0 0 0 15 2 0 0 20 0 1 0 141021640 1240133632 15974 18446744073709551615 93857615351808 93857615352185 140734692262656 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93857615363480 93857615364100 93857633964032 140734692268367 140734692268576 140734692268576 140734692274151 0
/proc/116099/statm: 302767 15974 8102 1 0 274125 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1215260 KiB
Current children cumulated memory: 66968 KiB

[startup+0.305886 s]*
/proc/loadavg: 3.01 2.29 2.21 5/271 116099
/proc/meminfo: memFree=113730148/131249996 swapFree=33003468/33010684
[pid=116094] ppid=116091 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/116094/stat : 116094 (scip-naps-1.00a) S 116091 116094 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141021638 4292608 768 18446744073709551615 94761909637120 94761910531653 140721708975504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94761910770704 94761910818448 94761923358720 140721708980635 140721708980734 140721708980734 140721708986338 0
/proc/116094/statm: 1048 768 704 219 0 110 0
[pid=116099] ppid=116094 vsize=1211800 memory=64792 CPUtime=0.27 cores=4,6
/proc/116099/stat : 116099 (python3) R 116094 116094 115863 0 -1 4194304 8997 0 0 0 25 2 0 0 20 0 1 0 141021640 1240883200 16198 18446744073709551615 93857615351808 93857615352185 140734692262656 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93857615363480 93857615364100 93857633964032 140734692268367 140734692268576 140734692268576 140734692274151 0
/proc/116099/statm: 302950 16198 8102 1 0 274308 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1215992 KiB
Current children cumulated memory: 67864 KiB

[startup+0.700152 s]
/proc/loadavg: 3.01 2.29 2.21 5/271 116099
/proc/meminfo: memFree=113730528/131249996 swapFree=33003468/33010684
[pid=116094] ppid=116091 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/116094/stat : 116094 (scip-naps-1.00a) S 116091 116094 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141021638 4292608 768 18446744073709551615 94761909637120 94761910531653 140721708975504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94761910770704 94761910818448 94761923358720 140721708980635 140721708980734 140721708980734 140721708986338 0
/proc/116094/statm: 1048 768 704 219 0 110 0
[pid=116099] ppid=116094 vsize=1228508 memory=80024 CPUtime=0.66 cores=4,6
/proc/116099/stat : 116099 (python3) R 116094 116094 115863 0 -1 4194304 12824 0 0 0 63 3 0 0 20 0 1 0 141021640 1257992192 20006 18446744073709551615 93857615351808 93857615352185 140734692262656 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93857615363480 93857615364100 93857633964032 140734692268367 140734692268576 140734692268576 140734692274151 0
/proc/116099/statm: 307127 20006 8102 1 0 278485 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 1232700 KiB
Current children cumulated memory: 83096 KiB

[startup+1.50018 s]
/proc/loadavg: 3.09 2.32 2.22 5/271 116099
/proc/meminfo: memFree=113706336/131249996 swapFree=33003468/33010684
[pid=116094] ppid=116091 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/116094/stat : 116094 (scip-naps-1.00a) S 116091 116094 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141021638 4292608 768 18446744073709551615 94761909637120 94761910531653 140721708975504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94761910770704 94761910818448 94761923358720 140721708980635 140721708980734 140721708980734 140721708986338 0
/proc/116094/statm: 1048 768 704 219 0 110 0
[pid=116099] ppid=116094 vsize=1251632 memory=100704 CPUtime=1.45 cores=4,6
/proc/116099/stat : 116099 (python3) R 116094 116094 115863 0 -1 4194304 18276 0 0 0 141 4 0 0 20 0 1 0 141021640 1281671168 25176 18446744073709551615 93857615351808 93857615352185 140734692262656 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93857615363480 93857615364100 93857633964032 140734692268367 140734692268576 140734692268576 140734692274151 0
/proc/116099/statm: 312908 25176 8102 1 0 284266 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 1255824 KiB
Current children cumulated memory: 103776 KiB

[startup+3.10586 s]
/proc/loadavg: 3.09 2.32 2.22 5/271 116099
/proc/meminfo: memFree=113697424/131249996 swapFree=33003468/33010684
[pid=116094] ppid=116091 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/116094/stat : 116094 (scip-naps-1.00a) S 116091 116094 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141021638 4292608 768 18446744073709551615 94761909637120 94761910531653 140721708975504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94761910770704 94761910818448 94761923358720 140721708980635 140721708980734 140721708980734 140721708986338 0
/proc/116094/statm: 1048 768 704 219 0 110 0
[pid=116099] ppid=116094 vsize=1260824 memory=109920 CPUtime=3.06 cores=4,6
/proc/116099/stat : 116099 (python3) R 116094 116094 115863 0 -1 4194304 20592 0 0 0 301 5 0 0 20 0 1 0 141021640 1291083776 27480 18446744073709551615 93857615351808 93857615352185 140734692262656 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93857615363480 93857615364100 93857633964032 140734692268367 140734692268576 140734692268576 140734692274151 0
/proc/116099/statm: 315206 27480 8102 1 0 286564 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 1265016 KiB
Current children cumulated memory: 112992 KiB

[startup+6.30016 s]
/proc/loadavg: 3.16 2.35 2.23 5/271 116148
/proc/meminfo: memFree=113752572/131249996 swapFree=33003468/33010684
[pid=116094] ppid=116091 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/116094/stat : 116094 (scip-naps-1.00a) S 116091 116094 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141021638 4292608 768 18446744073709551615 94761909637120 94761910531653 140721708975504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94761910770704 94761910818448 94761923358720 140721708980635 140721708980734 140721708980734 140721708986338 0
/proc/116094/statm: 1048 768 704 219 0 110 0
[pid=116099] ppid=116094 vsize=1264956 memory=114528 CPUtime=6.24 cores=4,6
/proc/116099/stat : 116099 (python3) R 116094 116094 115863 0 -1 4194304 21728 0 0 0 619 5 0 0 20 0 1 0 141021640 1295314944 28632 18446744073709551615 93857615351808 93857615352185 140734692262656 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93857615363480 93857615364100 93857633964032 140734692268367 140734692268576 140734692268576 140734692274151 0
/proc/116099/statm: 316239 28632 8102 1 0 287597 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 1269148 KiB
Current children cumulated memory: 117600 KiB

[startup+12.7001 s]
/proc/loadavg: 3.23 2.37 2.24 4/269 116254
/proc/meminfo: memFree=113828708/131249996 swapFree=33003468/33010684
[pid=116094] ppid=116091 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/116094/stat : 116094 (scip-naps-1.00a) S 116091 116094 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141021638 4292608 768 18446744073709551615 94761909637120 94761910531653 140721708975504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94761910770704 94761910818448 94761923358720 140721708980635 140721708980734 140721708980734 140721708986338 0
/proc/116094/statm: 1048 768 704 219 0 110 0
[pid=116099] ppid=116094 vsize=1274948 memory=122336 CPUtime=12.61 cores=4,6
/proc/116099/stat : 116099 (python3) R 116094 116094 115863 0 -1 4194304 23708 0 0 0 1256 5 0 0 20 0 1 0 141021640 1305546752 30584 18446744073709551615 93857615351808 93857615352185 140734692262656 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93857615363480 93857615364100 93857633964032 140734692268367 140734692268576 140734692268576 140734692274151 0
/proc/116099/statm: 318737 30584 8102 1 0 290095 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 1279140 KiB
Current children cumulated memory: 125408 KiB

[startup+25.5002 s]
/proc/loadavg: 3.42 2.44 2.27 5/272 116443
/proc/meminfo: memFree=110828008/131249996 swapFree=33003468/33010684
[pid=116094] ppid=116091 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/116094/stat : 116094 (scip-naps-1.00a) S 116091 116094 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141021638 4292608 768 18446744073709551615 94761909637120 94761910531653 140721708975504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94761910770704 94761910818448 94761923358720 140721708980635 140721708980734 140721708980734 140721708986338 0
/proc/116094/statm: 1048 768 704 219 0 110 0
[pid=116099] ppid=116094 vsize=1282664 memory=129376 CPUtime=25.37 cores=4,6
/proc/116099/stat : 116099 (python3) R 116094 116094 115863 0 -1 4194304 25515 0 0 0 2531 6 0 0 20 0 1 0 141021640 1313447936 32344 18446744073709551615 93857615351808 93857615352185 140734692262656 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93857615363480 93857615364100 93857633964032 140734692268367 140734692268576 140734692268576 140734692274151 0
/proc/116099/statm: 320666 32344 8102 1 0 292024 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 1286856 KiB
Current children cumulated memory: 132448 KiB

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

# cumulated CPU time of all completed processes:  user=29.4309 s, system=0.072569 s

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

[startup+25.6002 s]
/proc/loadavg: 3.42 2.44 2.27 5/272 116443
/proc/meminfo: memFree=110828008/131249996 swapFree=33003468/33010684
[pid=116094] ppid=116091 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/116094/stat : 116094 (scip-naps-1.00a) S 116091 116094 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141021638 4292608 768 18446744073709551615 94761909637120 94761910531653 140721708975504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94761910770704 94761910818448 94761923358720 140721708980635 140721708980734 140721708980734 140721708986338 0
/proc/116094/statm: 1048 768 704 219 0 110 0
[pid=116099] ppid=116094 vsize=1282664 memory=129376 CPUtime=25.47 cores=4,6
/proc/116099/stat : 116099 (python3) R 116094 116094 115863 0 -1 4194304 25515 0 0 0 2541 6 0 0 20 0 1 0 141021640 1313447936 32344 18446744073709551615 93857615351808 93857615352185 140734692262656 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93857615363480 93857615364100 93857633964032 140734692268367 140734692268576 140734692268576 140734692274151 0
/proc/116099/statm: 320666 32344 8102 1 0 292024 0
Current children cumulated CPU time: 25.47 s
Current children cumulated vsize: 1286856 KiB
Current children cumulated memory: 132448 KiB

[startup+27.2002 s]
/proc/loadavg: 3.47 2.47 2.28 5/272 116443
/proc/meminfo: memFree=110830184/131249996 swapFree=33003468/33010684
[pid=116094] ppid=116091 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/116094/stat : 116094 (scip-naps-1.00a) S 116091 116094 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141021638 4292608 768 18446744073709551615 94761909637120 94761910531653 140721708975504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94761910770704 94761910818448 94761923358720 140721708980635 140721708980734 140721708980734 140721708986338 0
/proc/116094/statm: 1048 768 704 219 0 110 0
[pid=116099] ppid=116094 vsize=1282664 memory=129376 CPUtime=27.07 cores=4,6
/proc/116099/stat : 116099 (python3) R 116094 116094 115863 0 -1 4194304 25515 0 0 0 2701 6 0 0 20 0 1 0 141021640 1313447936 32344 18446744073709551615 93857615351808 93857615352185 140734692262656 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93857615363480 93857615364100 93857633964032 140734692268367 140734692268576 140734692268576 140734692274151 0
/proc/116099/statm: 320666 32344 8102 1 0 292024 0
Current children cumulated CPU time: 27.07 s
Current children cumulated vsize: 1286856 KiB
Current children cumulated memory: 132448 KiB

[startup+28.8002 s]
/proc/loadavg: 3.47 2.47 2.28 5/272 116443
/proc/meminfo: memFree=110833780/131249996 swapFree=33003468/33010684
[pid=116094] ppid=116091 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/116094/stat : 116094 (scip-naps-1.00a) S 116091 116094 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141021638 4292608 768 18446744073709551615 94761909637120 94761910531653 140721708975504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94761910770704 94761910818448 94761923358720 140721708980635 140721708980734 140721708980734 140721708986338 0
/proc/116094/statm: 1048 768 704 219 0 110 0
[pid=116099] ppid=116094 vsize=1282664 memory=129376 CPUtime=28.66 cores=4,6
/proc/116099/stat : 116099 (python3) R 116094 116094 115863 0 -1 4194304 25515 0 0 0 2860 6 0 0 20 0 1 0 141021640 1313447936 32344 18446744073709551615 93857615351808 93857615352185 140734692262656 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93857615363480 93857615364100 93857633964032 140734692268367 140734692268576 140734692268576 140734692274151 0
/proc/116099/statm: 320666 32344 8102 1 0 292024 0
Current children cumulated CPU time: 28.66 s
Current children cumulated vsize: 1286856 KiB
Current children cumulated memory: 132448 KiB

[startup+29.2002 s]
/proc/loadavg: 3.47 2.47 2.28 5/272 116443
/proc/meminfo: memFree=110851764/131249996 swapFree=33003468/33010684
[pid=116094] ppid=116091 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/116094/stat : 116094 (scip-naps-1.00a) S 116091 116094 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141021638 4292608 768 18446744073709551615 94761909637120 94761910531653 140721708975504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94761910770704 94761910818448 94761923358720 140721708980635 140721708980734 140721708980734 140721708986338 0
/proc/116094/statm: 1048 768 704 219 0 110 0
[pid=116099] ppid=116094 vsize=1282664 memory=129376 CPUtime=29.06 cores=4,6
/proc/116099/stat : 116099 (python3) R 116094 116094 115863 0 -1 4194304 25515 0 0 0 2900 6 0 0 20 0 1 0 141021640 1313447936 32344 18446744073709551615 93857615351808 93857615352185 140734692262656 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93857615363480 93857615364100 93857633964032 140734692268367 140734692268576 140734692268576 140734692274151 0
/proc/116099/statm: 320666 32344 8102 1 0 292024 0
Current children cumulated CPU time: 29.06 s
Current children cumulated vsize: 1286856 KiB
Current children cumulated memory: 132448 KiB

[startup+29.6002 s]
/proc/loadavg: 3.47 2.47 2.28 5/272 116443
/proc/meminfo: memFree=110851764/131249996 swapFree=33003468/33010684
[pid=116094] ppid=116091 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/116094/stat : 116094 (scip-naps-1.00a) S 116091 116094 115863 0 -1 4194304 258 331 0 0 0 0 0 0 20 0 1 0 141021638 4292608 768 18446744073709551615 94761909637120 94761910531653 140721708975504 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94761910770704 94761910818448 94761923358720 140721708980635 140721708980734 140721708980734 140721708986338 0
/proc/116094/statm: 1048 768 704 219 0 110 0
[pid=116099] ppid=116094 vsize=1282664 memory=129376 CPUtime=29.46 cores=4,6
/proc/116099/stat : 116099 (python3) R 116094 116094 115863 0 -1 4194304 25515 0 0 0 2940 6 0 0 20 0 1 0 141021640 1313447936 32344 18446744073709551615 93857615351808 93857615352185 140734692262656 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93857615363480 93857615364100 93857633964032 140734692268367 140734692268576 140734692268576 140734692274151 0
/proc/116099/statm: 320666 32344 8102 1 0 292024 0
Current children cumulated CPU time: 29.46 s
Current children cumulated vsize: 1286856 KiB
Current children cumulated memory: 132448 KiB

Child status: 0

Real time (s): 29.6327
CPU time (s): 29.5034
CPU user time (s): 29.4309
CPU system time (s): 0.072569
CPU usage (%): 99.5639
Max. virtual memory (cumulated for all children) (KiB): 1286856
Max. memory (cumulated for all children) (KiB): 132448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.4309
system time used= 0.072569
maximum resident set size= 129376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26145
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= 339
involuntary context switches= 49


# summary of solver processes directly reported to runsolver:
#   pid: 116094
#   total CPU time (s): 29.5034
#   total CPU user time (s): 29.4309
#   total CPU system time (s): 0.072569

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.077463 second user time and 0.163509 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-11 19:04:00
IDJOB=4529716
IDBENCH=147933
IDSOLVER=3388
FILE ID=nodeC021/4529716-1752253439
RUNJOBID= nodeC021-1752253388-115874
SLURM_JOB_ID= 9682586
Free space on /tmp= 430672 MiB

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

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

MD5SUM BENCH= 75eee10e25ffa4d5aec52eb68458e53f
RANDOM SEED=277004428

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        113757336 kB
MemAvailable:   120659560 kB
Buffers:            1056 kB
Cached:          7632924 kB
SwapCached:           32 kB
Active:          9368024 kB
Inactive:        7113280 kB
Active(anon):    8821028 kB
Inactive(anon):    39760 kB
Active(file):     546996 kB
Inactive(file):  7073520 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11316 kB
Writeback:             8 kB
AnonPages:       8850624 kB
Mapped:           123604 kB
Shmem:             13452 kB
KReclaimable:     241496 kB
Slab:             335920 kB
SReclaimable:     241496 kB
SUnreclaim:        94424 kB
KernelStack:        4400 kB
PageTables:        21032 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   12462244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1593344 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430668 MiB
End job on nodeC021 at 2025-07-11 19:04:29