Trace number 4529709

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 28.6726 28.7969

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900559676.opb
MD5SUM95888c36dbc3e063e75763857563d2e5
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 benchmark2.15436
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 625
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.83/7.92	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4529709-1752253425.opb
7.83/7.92	c Solving mode: decision
7.83/7.92	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
7.83/7.92	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
7.83/7.92	c original problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2707 constraints
7.83/7.92	c presolving:
7.83/7.92	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.83/7.92	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.83/7.92	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.83/7.92	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.83/7.92	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.83/7.92	c    (0.0s) probing: 51/231 (22.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
7.83/7.92	c    (0.0s) probing aborted: 50/50 successive totally useless probings
7.83/7.92	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
7.83/7.92	c    (0.0s) symmetry computation finished: 1 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.00)
7.83/7.92	c dynamic symmetry handling statistics:
7.83/7.92	c    orbitopal reduction:       no components
7.83/7.92	c    orbital reduction:          1 components of sizes 1
7.83/7.92	c    lexicographic reduction:    1 permutations with support sizes 121
7.83/7.92	c handled 1 out of 1 symmetry components
7.83/7.92	c presolving (6 rounds: 6 fast, 6 medium, 6 exhaustive):
7.83/7.92	c  0 deleted vars, 264 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 55 changed sides, 0 changed coefficients
7.83/7.92	c  0 implications, 143 cliques
7.83/7.92	c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2443 constraints
7.83/7.92	c       1 constraints of type <knapsack>
7.83/7.92	c      22 constraints of type <setppc>
7.83/7.92	c    2420 constraints of type <logicor>
7.83/7.92	c transformed objective value is always integral (scale: 1)
7.83/7.92	c Presolving Time: 0.04
7.83/7.92	c 
7.83/7.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.83/7.92	c   0.0s|     1 |     0 |    95 |     - |    12M |   0 | 231 |2481 |2443 |   0 |  0 |  37 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.83/7.92	c   0.2s|     1 |     0 |  1441 |     - |    14M |   0 | 231 |2485 |2445 |   2 |  1 |  41 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.83/7.92	c   0.2s|     1 |     0 |  1457 |     - |    15M |   0 | 231 |2490 |2449 |   6 |  2 |  46 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.83/7.92	c   0.3s|     1 |     0 |  1481 |     - |    18M |   0 | 231 |2492 |2454 |  11 |  3 |  48 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.83/7.92	c   0.3s|     1 |     0 |  1496 |     - |    21M |   0 | 231 |2494 |2457 |  14 |  4 |  50 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.83/7.92	c   0.4s|     1 |     0 |  1508 |     - |    23M |   0 | 231 |2498 |2460 |  17 |  5 |  54 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.83/7.92	c   0.4s|     1 |     0 |  1521 |     - |    25M |   0 | 231 |2498 |2462 |  19 |  6 |  54 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.83/7.92	c   0.5s|     1 |     0 |  1534 |     - |    27M |   0 | 231 |2503 |2467 |  24 |  7 |  59 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.83/7.92	c   0.6s|     1 |     0 |  1544 |     - |    30M |   0 | 231 |2507 |2470 |  27 |  8 |  63 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.83/7.92	c   0.6s|     1 |     0 |  1557 |     - |    36M |   0 | 231 |2512 |2473 |  30 |  9 |  68 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.83/7.92	c   0.7s|     1 |     0 |  1576 |     - |    38M |   0 | 231 |2519 |2476 |  33 | 10 |  75 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.83/7.92	c   0.7s|     1 |     0 |  1586 |     - |    39M |   0 | 231 |2525 |2479 |  36 | 11 |  81 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.83/7.92	c   0.8s|     1 |     2 |  1776 |     - |    39M |   0 | 231 |2546 |2479 |  36 | 11 | 102 |  19 | 0.000000e+00 |      --      |    Inf | unknown
7.83/7.92	c   1.3s|   100 |    17 |  3710 |  21.5 |    42M |  18 | 231 |2614 |2457 |  66 |  1 | 172 |  19 | 0.000000e+00 |      --      |    Inf |  60.88%
7.83/7.92	c   1.6s|   200 |    15 |  4872 |  16.5 |    46M |  20 | 231 |2672 |2455 |  87 |  0 | 230 |  19 | 0.000000e+00 |      --      |    Inf |  61.65%
7.83/7.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.83/7.92	c   1.8s|   300 |    15 |  6235 |  15.5 |    47M |  20 | 231 |2738 |2456 |  94 |  1 | 297 |  19 | 0.000000e+00 |      --      |    Inf |  61.91%
7.83/7.92	c   2.2s|   400 |    13 |  7980 |  16.0 |    49M |  20 | 231 |2839 |2457 | 124 |  1 | 405 |  19 | 0.000000e+00 |      --      |    Inf |  63.84%
7.83/7.92	c   2.4s|   500 |    16 |  9443 |  15.7 |    52M |  20 | 231 |2907 |2452 | 158 |  1 | 482 |  19 | 0.000000e+00 |      --      |    Inf |  64.34%
7.83/7.92	c   2.7s|   600 |    15 | 10961 |  15.7 |    54M |  20 | 231 |2961 |2459 | 181 |  0 | 550 |  19 | 0.000000e+00 |      --      |    Inf |  64.85%
7.83/7.92	c   2.9s|   700 |    21 | 12111 |  15.1 |    54M |  20 | 231 |3017 |2455 | 197 |  0 | 614 |  19 | 0.000000e+00 |      --      |    Inf |  64.97%
7.83/7.92	c   3.0s|   800 |    19 | 13219 |  14.6 |    54M |  20 | 231 |3086 |2455 | 197 |  1 | 684 |  19 | 0.000000e+00 |      --      |    Inf |  65.02%
7.83/7.92	c   3.2s|   900 |    18 | 14303 |  14.1 |    54M |  20 | 231 |3161 |2456 | 197 |  1 | 762 |  19 | 0.000000e+00 |      --      |    Inf |  65.08%
7.83/7.92	c   3.6s|  1000 |    16 | 15732 |  14.2 |    54M |  20 | 231 |3249 |2457 | 213 |  2 | 853 |  19 | 0.000000e+00 |      --      |    Inf |  65.82%
7.83/7.92	c   3.9s|  1100 |    20 | 17263 |  14.3 |    54M |  20 | 231 |3326 |2455 | 234 |  0 | 937 |  19 | 0.000000e+00 |      --      |    Inf |  66.75%
7.83/7.92	c   4.1s|  1200 |    22 | 18302 |  13.9 |    54M |  20 | 231 |3429 |2455 | 243 |  0 |1042 |  19 | 0.000000e+00 |      --      |    Inf |  66.97%
7.83/7.92	c   4.5s|  1300 |    24 | 19601 |  13.9 |    54M |  20 | 231 |3519 |2457 | 259 |  1 |1138 |  19 | 0.000000e+00 |      --      |    Inf |  67.19%
7.83/7.92	c   4.7s|  1400 |    24 | 20773 |  13.7 |    54M |  20 | 231 |3587 |2456 | 266 |  0 |1209 |  19 | 0.000000e+00 |      --      |    Inf |  68.03%
7.83/7.92	c   4.9s|  1500 |    22 | 22003 |  13.6 |    54M |  20 | 231 |3652 |2456 | 266 |  0 |1283 |  19 | 0.000000e+00 |      --      |    Inf |  68.10%
7.83/7.92	c   5.2s|  1600 |    24 | 23484 |  13.7 |    53M |  20 | 231 |3728 |2456 | 277 |  1 |1367 |  19 | 0.000000e+00 |      --      |    Inf |  68.89%
7.83/7.92	c   5.7s|  1700 |    26 | 24967 |  13.8 |    53M |  20 | 231 |3792 |2457 | 277 |  1 |1443 |  19 | 0.000000e+00 |      --      |    Inf |  72.23%
7.83/7.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.83/7.92	c   6.4s|  1800 |    18 | 26469 |  13.8 |    53M |  20 | 231 |3880 |2452 | 284 |  1 |1538 |  19 | 0.000000e+00 |      --      |    Inf |  79.48%
7.83/7.92	c   6.9s|  1900 |    30 | 28221 |  14.0 |    53M |  20 | 231 |3947 |2455 | 345 |  1 |1617 |  19 | 0.000000e+00 |      --      |    Inf |  85.47%
7.83/7.92	c   7.1s|  2000 |    28 | 29275 |  13.9 |    53M |  20 | 231 |4040 |2455 | 345 |  1 |1715 |  19 | 0.000000e+00 |      --      |    Inf |  85.57%
7.83/7.92	c   7.2s|  2100 |    24 | 30336 |  13.7 |    53M |  26 | 231 |4164 |2455 | 345 |  1 |1843 |  19 | 0.000000e+00 |      --      |    Inf |  85.70%
7.83/7.92	c   7.3s|  2200 |    24 | 31591 |  13.6 |    53M |  29 | 231 |4267 |2455 | 356 |  0 |1952 |  19 | 0.000000e+00 |      --      |    Inf |  85.78%
7.83/7.92	c   7.5s|  2300 |    21 | 32946 |  13.6 |    53M |  29 | 231 |4363 |2456 | 366 |  1 |2055 |  19 | 0.000000e+00 |      --      |    Inf |  85.94%
15.20/15.37	c   7.8s|  2400 |    23 | 34717 |  13.8 |    53M |  29 | 231 |4438 |2455 | 383 |  0 |2146 |  19 | 0.000000e+00 |      --      |    Inf |  86.31%
15.20/15.37	c   8.0s|  2500 |    24 | 36025 |  13.8 |    53M |  29 | 231 |4488 |2456 | 405 |  2 |2209 |  19 | 0.000000e+00 |      --      |    Inf |  86.71%
15.20/15.37	c   8.4s|  2600 |    22 | 37545 |  13.8 |    53M |  29 | 231 |4544 |2458 | 458 |  0 |2282 |  19 | 0.000000e+00 |      --      |    Inf |  87.96%
15.20/15.37	c   8.5s|  2700 |    24 | 38802 |  13.8 |    53M |  29 | 231 |4592 |2458 | 473 |  1 |2347 |  19 | 0.000000e+00 |      --      |    Inf |  88.19%
15.20/15.37	c   8.7s|  2800 |    22 | 40342 |  13.8 |    53M |  29 | 231 |4674 |2459 | 481 |  0 |2441 |  19 | 0.000000e+00 |      --      |    Inf |  88.31%
15.20/15.37	c   8.8s|  2900 |    22 | 41751 |  13.9 |    53M |  29 | 231 |4777 |2457 | 491 |  1 |2554 |  19 | 0.000000e+00 |      --      |    Inf |  88.41%
15.20/15.37	c   8.9s|  3000 |    22 | 43133 |  13.9 |    53M |  29 | 231 |4858 |2459 | 491 |  1 |2660 |  19 | 0.000000e+00 |      --      |    Inf |  88.43%
15.20/15.37	c   9.2s|  3100 |    22 | 44694 |  13.9 |    53M |  29 | 231 |4910 |2454 | 509 |  1 |2735 |  19 | 0.000000e+00 |      --      |    Inf |  90.10%
15.20/15.37	c   9.4s|  3200 |    25 | 45905 |  13.9 |    53M |  29 | 231 |4950 |2457 | 525 |  1 |2792 |  19 | 0.000000e+00 |      --      |    Inf |  90.24%
15.20/15.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.20/15.37	c   9.5s|  3300 |    23 | 47279 |  13.9 |    53M |  29 | 231 |5001 |2459 | 538 |  0 |2858 |  19 | 0.000000e+00 |      --      |    Inf |  90.33%
15.20/15.37	c   9.7s|  3400 |    27 | 48814 |  13.9 |    53M |  29 | 231 |5080 |2459 | 540 |  1 |2958 |  19 | 0.000000e+00 |      --      |    Inf |  90.35%
15.20/15.37	c   9.8s|  3500 |    28 | 50105 |  13.9 |    53M |  29 | 231 |5147 |2459 | 543 |  0 |3043 |  19 | 0.000000e+00 |      --      |    Inf |  90.35%
15.20/15.37	c   9.9s|  3600 |    26 | 51675 |  13.9 |    54M |  32 | 231 |5220 |2458 | 553 |  1 |3145 |  19 | 0.000000e+00 |      --      |    Inf |  90.41%
15.20/15.37	c  10.1s|  3700 |    32 | 53262 |  14.0 |    54M |  32 | 231 |5277 |2455 | 570 |  1 |3223 |  19 | 0.000000e+00 |      --      |    Inf |  90.51%
15.20/15.37	c  10.2s|  3800 |    42 | 54582 |  13.9 |    54M |  32 | 231 |5347 |2455 | 570 |  0 |3311 |  19 | 0.000000e+00 |      --      |    Inf |  90.52%
15.20/15.37	c  10.3s|  3900 |    48 | 56088 |  14.0 |    54M |  32 | 231 |5403 |2455 | 570 |  0 |3394 |  19 | 0.000000e+00 |      --      |    Inf |  90.54%
15.20/15.37	c  10.4s|  4000 |    43 | 57426 |  14.0 |    54M |  32 | 231 |5464 |2455 | 570 |  1 |3484 |  19 | 0.000000e+00 |      --      |    Inf |  90.55%
15.20/15.37	c  10.5s|  4100 |    44 | 58678 |  13.9 |    54M |  33 | 231 |5549 |2455 | 570 |  1 |3599 |  19 | 0.000000e+00 |      --      |    Inf |  90.55%
15.20/15.37	c  10.7s|  4200 |    43 | 59944 |  13.9 |    54M |  33 | 231 |5642 |2460 | 584 |  1 |3706 |  19 | 0.000000e+00 |      --      |    Inf |  90.58%
15.20/15.37	c  10.8s|  4300 |    41 | 61143 |  13.9 |    54M |  33 | 231 |5773 |2460 | 584 |  0 |3844 |  19 | 0.000000e+00 |      --      |    Inf |  90.60%
15.20/15.37	c  10.9s|  4400 |    45 | 62269 |  13.8 |    54M |  33 | 231 |5838 |2460 | 584 |  1 |3919 |  19 | 0.000000e+00 |      --      |    Inf |  90.61%
15.20/15.37	c  11.0s|  4500 |    44 | 63649 |  13.8 |    54M |  33 | 231 |5931 |2456 | 596 |  1 |4028 |  19 | 0.000000e+00 |      --      |    Inf |  90.63%
15.20/15.37	c  11.1s|  4600 |    48 | 64978 |  13.8 |    55M |  33 | 231 |6019 |2456 | 596 |  1 |4122 |  19 | 0.000000e+00 |      --      |    Inf |  90.64%
15.20/15.37	c  11.3s|  4700 |    44 | 66115 |  13.7 |    55M |  33 | 231 |6102 |2458 | 608 |  0 |4219 |  19 | 0.000000e+00 |      --      |    Inf |  90.68%
15.20/15.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.20/15.37	c  11.5s|  4800 |    48 | 67320 |  13.7 |    55M |  33 | 231 |6162 |2455 | 622 |  1 |4294 |  19 | 0.000000e+00 |      --      |    Inf |  92.34%
15.20/15.37	c  11.6s|  4900 |    44 | 68484 |  13.7 |    55M |  33 | 231 |6213 |2455 | 631 |  1 |4363 |  19 | 0.000000e+00 |      --      |    Inf |  92.50%
15.20/15.37	c  11.8s|  5000 |    47 | 69682 |  13.6 |    55M |  33 | 231 |6269 |2460 | 656 |  1 |4443 |  19 | 0.000000e+00 |      --      |    Inf |  92.88%
15.20/15.37	c  11.9s|  5100 |    45 | 71022 |  13.6 |    55M |  33 | 231 |6323 |2455 | 656 |  0 |4533 |  19 | 0.000000e+00 |      --      |    Inf |  92.95%
15.20/15.37	c  12.1s|  5200 |    46 | 72308 |  13.6 |    55M |  33 | 231 |6377 |2455 | 681 |  1 |4619 |  19 | 0.000000e+00 |      --      |    Inf |  93.27%
15.20/15.37	c  12.2s|  5300 |    44 | 73683 |  13.6 |    55M |  33 | 231 |6413 |2459 | 681 |  1 |4676 |  19 | 0.000000e+00 |      --      |    Inf |  93.33%
15.20/15.37	c  12.3s|  5400 |    39 | 74778 |  13.6 |    55M |  33 | 231 |6477 |2456 | 681 |  0 |4775 |  19 | 0.000000e+00 |      --      |    Inf |  93.37%
15.20/15.37	c  12.4s|  5500 |    37 | 76272 |  13.6 |    55M |  33 | 231 |6552 |2452 | 684 |  0 |4870 |  19 | 0.000000e+00 |      --      |    Inf |  94.54%
15.20/15.37	c  12.5s|  5600 |    39 | 77507 |  13.6 |    55M |  33 | 231 |6608 |2458 | 689 |  1 |4949 |  19 | 0.000000e+00 |      --      |    Inf |  94.74%
15.20/15.37	c  12.6s|  5700 |    41 | 78953 |  13.6 |    55M |  33 | 231 |6681 |2458 | 692 |  1 |5037 |  19 | 0.000000e+00 |      --      |    Inf |  94.75%
15.20/15.37	c  12.8s|  5800 |    39 | 80591 |  13.6 |    55M |  33 | 231 |6750 |2457 | 709 |  0 |5134 |  19 | 0.000000e+00 |      --      |    Inf |  94.85%
15.20/15.37	c  12.9s|  5900 |    40 | 82083 |  13.6 |    55M |  33 | 231 |6855 |2457 | 709 |  0 |5273 |  19 | 0.000000e+00 |      --      |    Inf |  94.90%
15.20/15.37	c  13.0s|  6000 |    42 | 83524 |  13.7 |    55M |  33 | 231 |6903 |2457 | 709 |  1 |5372 |  19 | 0.000000e+00 |      --      |    Inf |  94.94%
15.20/15.37	c  13.1s|  6100 |    38 | 85025 |  13.7 |    55M |  33 | 231 |6943 |2455 | 710 |  0 |5459 |  19 | 0.000000e+00 |      --      |    Inf |  94.99%
15.20/15.37	c  13.3s|  6200 |    37 | 86346 |  13.7 |    55M |  33 | 231 |6969 |2455 | 724 |  1 |5534 |  19 | 0.000000e+00 |      --      |    Inf |  95.19%
15.20/15.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.20/15.37	c  13.4s|  6300 |    39 | 87610 |  13.7 |    55M |  33 | 231 |7017 |2458 | 726 |  2 |5635 |  19 | 0.000000e+00 |      --      |    Inf |  95.20%
15.20/15.37	c  13.5s|  6400 |    43 | 88944 |  13.7 |    57M |  33 | 231 |7058 |2456 | 726 |  1 |5704 |  19 | 0.000000e+00 |      --      |    Inf |  95.21%
15.20/15.37	c  13.6s|  6500 |    39 | 90187 |  13.6 |    57M |  33 | 231 |7118 |2457 | 727 |  0 |5770 |  19 | 0.000000e+00 |      --      |    Inf |  95.21%
15.20/15.37	c  13.7s|  6600 |    42 | 91701 |  13.7 |    57M |  37 | 231 |7252 |2457 | 727 |  0 |5922 |  19 | 0.000000e+00 |      --      |    Inf |  95.21%
15.20/15.37	c  13.8s|  6700 |    44 | 93288 |  13.7 |    57M |  37 | 231 |7373 |2458 | 728 |  1 |6051 |  19 | 0.000000e+00 |      --      |    Inf |  95.21%
15.20/15.37	c  14.1s|  6800 |    48 | 94709 |  13.7 |    57M |  37 | 231 |7403 |2454 | 756 |  1 |6116 |  19 | 0.000000e+00 |      --      |    Inf |  96.15%
15.20/15.37	c  14.2s|  6900 |    47 | 96097 |  13.7 |    57M |  37 | 231 |7458 |2456 | 768 |  0 |6189 |  19 | 0.000000e+00 |      --      |    Inf |  96.29%
15.20/15.37	c  14.4s|  7000 |    45 | 97530 |  13.7 |    57M |  37 | 231 |7497 |2458 | 784 |  1 |6252 |  19 | 0.000000e+00 |      --      |    Inf |  96.76%
15.20/15.37	c  14.5s|  7100 |    45 | 98897 |  13.7 |    57M |  37 | 231 |7558 |2458 | 784 |  0 |6330 |  19 | 0.000000e+00 |      --      |    Inf |  96.82%
15.20/15.37	c  14.6s|  7200 |    43 |100279 |  13.7 |    57M |  37 | 231 |7605 |2455 | 786 |  0 |6411 |  19 | 0.000000e+00 |      --      |    Inf |  96.85%
15.20/15.37	c  14.8s|  7300 |    35 |101503 |  13.7 |    57M |  37 | 231 |7637 |2457 | 797 |  0 |6499 |  19 | 0.000000e+00 |      --      |    Inf |  97.04%
15.20/15.37	c  14.9s|  7400 |    40 |103022 |  13.7 |    57M |  37 | 231 |7672 |2456 | 801 |  0 |6595 |  19 | 0.000000e+00 |      --      |    Inf |  97.05%
15.20/15.37	c  15.0s|  7500 |    40 |104370 |  13.7 |    57M |  37 | 231 |7754 |2457 | 802 |  1 |6700 |  19 | 0.000000e+00 |      --      |    Inf |  97.07%
15.20/15.37	c  15.1s|  7600 |    42 |105932 |  13.7 |    57M |  37 | 231 |7799 |   0 | 807 |  0 |6792 |  19 | 0.000000e+00 |      --      |    Inf |  97.08%
21.39/21.57	c  15.2s|  7700 |    44 |107327 |  13.7 |    57M |  37 | 231 |7866 |2458 | 807 |  1 |6879 |  19 | 0.000000e+00 |      --      |    Inf |  97.08%
21.39/21.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
21.39/21.57	c  15.3s|  7800 |    43 |108622 |  13.7 |    57M |  37 | 231 |8001 |2458 | 807 |  1 |7021 |  19 | 0.000000e+00 |      --      |    Inf |  97.08%
21.39/21.57	c  15.4s|  7900 |    39 |110144 |  13.7 |    58M |  37 | 231 |8142 |2459 | 807 |  0 |7176 |  19 | 0.000000e+00 |      --      |    Inf |  97.09%
21.39/21.57	c  15.7s|  8000 |    40 |111759 |  13.8 |    58M |  37 | 231 |8147 |2456 | 826 |  1 |7270 |  19 | 0.000000e+00 |      --      |    Inf |  97.39%
21.39/21.57	c  15.8s|  8100 |    42 |113190 |  13.8 |    58M |  37 | 231 |8139 |2453 | 832 |  1 |7345 |  19 | 0.000000e+00 |      --      |    Inf |  97.57%
21.39/21.57	c  15.9s|  8200 |    41 |114475 |  13.8 |    58M |  37 | 231 |8195 |2453 | 832 |  1 |7434 |  19 | 0.000000e+00 |      --      |    Inf |  97.58%
21.39/21.57	c  16.0s|  8300 |    39 |115850 |  13.8 |    58M |  37 | 231 |8230 |2457 | 840 |  0 |7528 |  19 | 0.000000e+00 |      --      |    Inf |  97.61%
21.39/21.57	c  16.1s|  8400 |    47 |117219 |  13.8 |    58M |  37 | 231 |8284 |2457 | 841 |  1 |7625 |  19 | 0.000000e+00 |      --      |    Inf |  97.63%
21.39/21.57	c  16.2s|  8500 |    45 |118580 |  13.8 |    58M |  37 | 231 |8336 |2457 | 841 |  1 |7726 |  19 | 0.000000e+00 |      --      |    Inf |  97.66%
21.39/21.57	c  16.4s|  8600 |    45 |119971 |  13.8 |    58M |  37 | 231 |8361 |2457 | 841 |  0 |7821 |  19 | 0.000000e+00 |      --      |    Inf |  97.67%
21.39/21.57	c  16.5s|  8700 |    45 |121454 |  13.8 |    58M |  37 | 231 |8433 |2455 | 841 |  0 |7933 |  19 | 0.000000e+00 |      --      |    Inf |  97.69%
21.39/21.57	c  16.6s|  8800 |    47 |122704 |  13.8 |    58M |  37 | 231 |8502 |2460 | 841 |  1 |8033 |  19 | 0.000000e+00 |      --      |    Inf |  97.70%
21.39/21.57	c  16.7s|  8900 |    45 |124149 |  13.8 |    58M |  37 | 231 |8602 |2460 | 841 |  0 |8156 |  19 | 0.000000e+00 |      --      |    Inf |  97.70%
21.39/21.57	c  16.8s|  9000 |    45 |125536 |  13.8 |    58M |  37 | 231 |8671 |2456 | 847 |  1 |8254 |  19 | 0.000000e+00 |      --      |    Inf |  97.75%
21.39/21.57	c  16.9s|  9100 |    47 |127200 |  13.8 |    58M |  37 | 231 |8721 |2456 | 858 |  0 |8335 |  19 | 0.000000e+00 |      --      |    Inf |  97.82%
21.39/21.57	c  17.0s|  9200 |    51 |128544 |  13.8 |    58M |  37 | 231 |8777 |2456 | 858 |  0 |8435 |  19 | 0.000000e+00 |      --      |    Inf |  97.86%
21.39/21.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
21.39/21.57	c  17.2s|  9300 |    49 |129923 |  13.8 |    58M |  37 | 231 |8854 |2456 | 858 |  0 |8535 |  19 | 0.000000e+00 |      --      |    Inf |  97.87%
21.39/21.57	c  17.3s|  9400 |    55 |131522 |  13.8 |    58M |  37 | 231 |8947 |2457 | 861 |  0 |8655 |  19 | 0.000000e+00 |      --      |    Inf |  97.88%
21.39/21.57	c  17.4s|  9500 |    57 |132961 |  13.8 |    58M |  37 | 231 |9041 |2456 | 861 |  0 |8760 |  19 | 0.000000e+00 |      --      |    Inf |  97.88%
21.39/21.57	c  17.5s|  9600 |    56 |134443 |  13.8 |    58M |  37 | 231 |9157 |2456 | 863 |  1 |8881 |  19 | 0.000000e+00 |      --      |    Inf |  97.90%
21.39/21.57	c  17.6s|  9700 |    54 |136198 |  13.9 |    58M |  37 | 231 |9281 |2456 | 863 |  1 |9015 |  19 | 0.000000e+00 |      --      |    Inf |  97.90%
21.39/21.57	c  17.7s|  9800 |    56 |137785 |  13.9 |    58M |  37 | 231 |9395 |2456 | 872 |  1 |9141 |  19 | 0.000000e+00 |      --      |    Inf |  97.90%
21.39/21.57	c  17.8s|  9900 |    56 |139299 |  13.9 |    58M |  37 | 231 |9495 |2455 | 872 |  1 |9261 |  19 | 0.000000e+00 |      --      |    Inf |  97.92%
21.39/21.57	c  18.0s| 10000 |    60 |140777 |  13.9 |    58M |  37 | 231 |9526 |2457 | 883 |  0 |9336 |  19 | 0.000000e+00 |      --      |    Inf |  97.96%
21.39/21.57	c  18.1s| 10100 |    60 |142209 |  13.9 |    58M |  37 | 231 |9602 |2456 | 885 |  2 |9427 |  19 | 0.000000e+00 |      --      |    Inf |  97.98%
21.39/21.57	c  18.2s| 10200 |    64 |143855 |  13.9 |    58M |  37 | 231 |9674 |2457 | 887 |  1 |9519 |  19 | 0.000000e+00 |      --      |    Inf |  97.99%
21.39/21.57	c  18.3s| 10300 |    69 |145412 |  14.0 |    58M |  37 | 231 |9750 |2455 | 887 |  0 |9613 |  19 | 0.000000e+00 |      --      |    Inf |  98.00%
21.39/21.57	c  18.4s| 10400 |    69 |146826 |  14.0 |    58M |  37 | 231 |9856 |2456 | 890 |  0 |9731 |  19 | 0.000000e+00 |      --      |    Inf |  98.00%
21.39/21.57	c  18.5s| 10500 |    67 |148344 |  14.0 |    58M |  37 | 231 |9961 |2456 | 891 |  1 |9847 |  19 | 0.000000e+00 |      --      |    Inf |  98.00%
21.39/21.57	c  18.6s| 10600 |    67 |149836 |  14.0 |    58M |  37 | 231 |  10k|2455 | 893 |  1 |9959 |  19 | 0.000000e+00 |      --      |    Inf |  98.00%
21.39/21.57	c  18.8s| 10700 |    67 |151197 |  14.0 |    58M |  37 | 231 |  10k|2457 | 897 |  1 |  10k|  19 | 0.000000e+00 |      --      |    Inf |  98.01%
21.39/21.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
21.39/21.57	c  18.9s| 10800 |    65 |152778 |  14.0 |    58M |  37 | 231 |  10k|2457 | 897 |  0 |  10k|  19 | 0.000000e+00 |      --      |    Inf |  98.01%
21.39/21.57	c  19.0s| 10900 |    61 |154179 |  14.0 |    58M |  37 | 231 |  10k|2456 | 900 |  0 |  10k|  19 | 0.000000e+00 |      --      |    Inf |  98.01%
21.39/21.57	c  19.1s| 11000 |    58 |155693 |  14.0 |    58M |  37 | 231 |  10k|2456 | 902 |  0 |  10k|  19 | 0.000000e+00 |      --      |    Inf |  98.01%
21.39/21.57	c  19.2s| 11100 |    60 |157210 |  14.0 |    58M |  37 | 231 |  10k|2456 | 907 |  0 |  10k|  19 | 0.000000e+00 |      --      |    Inf |  98.03%
21.39/21.57	c  19.3s| 11200 |    64 |158944 |  14.1 |    58M |  37 | 231 |  10k|2456 | 908 |  1 |  10k|  19 | 0.000000e+00 |      --      |    Inf |  98.03%
21.39/21.57	c  19.4s| 11300 |    64 |160533 |  14.1 |    58M |  37 | 231 |  10k|2457 | 910 |  1 |  10k|  19 | 0.000000e+00 |      --      |    Inf |  98.03%
21.39/21.57	c  19.6s| 11400 |    62 |162013 |  14.1 |    58M |  37 | 231 |  10k|2456 | 910 |  0 |  10k|  19 | 0.000000e+00 |      --      |    Inf |  98.03%
21.39/21.57	c  19.7s| 11500 |    72 |163857 |  14.1 |    58M |  37 | 231 |  10k|2456 | 910 |  1 |  10k|  19 | 0.000000e+00 |      --      |    Inf |  98.03%
21.39/21.57	c  19.8s| 11600 |    69 |165451 |  14.1 |    58M |  37 | 231 |  10k|2456 | 912 |  1 |  10k|  19 | 0.000000e+00 |      --      |    Inf |  98.03%
21.39/21.57	c  19.9s| 11700 |    67 |167098 |  14.1 |    58M |  37 | 231 |  10k|2458 | 914 |  0 |  11k|  19 | 0.000000e+00 |      --      |    Inf |  98.03%
21.39/21.57	c  20.0s| 11800 |    74 |168881 |  14.2 |    58M |  37 | 231 |  11k|2457 | 920 |  0 |  11k|  19 | 0.000000e+00 |      --      |    Inf |  98.03%
21.39/21.57	c  20.2s| 11900 |    74 |170487 |  14.2 |    58M |  39 | 231 |  11k|2457 | 921 |  2 |  11k|  19 | 0.000000e+00 |      --      |    Inf |  98.03%
21.39/21.57	c  20.3s| 12000 |    80 |172359 |  14.2 |    58M |  39 | 231 |  11k|2456 | 924 |  1 |  11k|  19 | 0.000000e+00 |      --      |    Inf |  98.03%
21.39/21.57	c  20.4s| 12100 |    73 |174154 |  14.3 |    58M |  39 | 231 |  11k|2456 | 924 |  0 |  11k|  19 | 0.000000e+00 |      --      |    Inf |  98.03%
21.39/21.57	c  20.5s| 12200 |    71 |175797 |  14.3 |    58M |  39 | 231 |  11k|2456 | 926 |  0 |  11k|  19 | 0.000000e+00 |      --      |    Inf |  98.03%
21.39/21.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
21.39/21.57	c  20.7s| 12300 |    73 |177389 |  14.3 |    58M |  39 | 231 |  11k|2458 | 929 |  0 |  11k|  19 | 0.000000e+00 |      --      |    Inf |  98.03%
21.39/21.57	c  20.8s| 12400 |    69 |179022 |  14.3 |    58M |  39 | 231 |  11k|2456 | 931 |  0 |  11k|  19 | 0.000000e+00 |      --      |    Inf |  98.03%
21.39/21.57	c  20.9s| 12500 |    67 |180748 |  14.3 |    58M |  39 | 231 |  11k|2457 | 932 |  1 |  12k|  19 | 0.000000e+00 |      --      |    Inf |  98.03%
21.39/21.57	c  21.0s| 12600 |    67 |182233 |  14.3 |    58M |  39 | 231 |  11k|2458 | 935 |  1 |  12k|  19 | 0.000000e+00 |      --      |    Inf |  98.04%
21.39/21.57	c  21.2s| 12700 |    65 |183982 |  14.4 |    59M |  39 | 231 |  12k|2458 | 937 |  0 |  12k|  19 | 0.000000e+00 |      --      |    Inf |  98.04%
21.39/21.57	c  21.3s| 12800 |    67 |185384 |  14.4 |    59M |  39 | 231 |  12k|   0 | 937 |  0 |  12k|  19 | 0.000000e+00 |      --      |    Inf |  98.06%
28.46/28.63	c  21.4s| 12900 |    66 |186913 |  14.4 |    59M |  39 | 231 |  12k|2457 | 937 |  0 |  12k|  19 | 0.000000e+00 |      --      |    Inf |  98.06%
28.46/28.63	c  21.5s| 13000 |    69 |188560 |  14.4 |    59M |  39 | 231 |  12k|2456 | 942 |  0 |  12k|  19 | 0.000000e+00 |      --      |    Inf |  98.08%
28.46/28.63	c  21.7s| 13100 |    74 |190269 |  14.4 |    59M |  39 | 231 |  12k|2458 | 948 |  1 |  12k|  19 | 0.000000e+00 |      --      |    Inf |  98.08%
28.46/28.63	c  21.8s| 13200 |    74 |192064 |  14.4 |    59M |  39 | 231 |  12k|2458 | 951 |  1 |  12k|  19 | 0.000000e+00 |      --      |    Inf |  98.08%
28.46/28.63	c  22.0s| 13300 |    69 |193640 |  14.4 |    59M |  40 | 231 |  12k|2458 | 960 |  1 |  12k|  19 | 0.000000e+00 |      --      |    Inf |  98.09%
28.46/28.63	c  22.1s| 13400 |    69 |195117 |  14.4 |    59M |  40 | 231 |  12k|2459 | 964 |  1 |  12k|  19 | 0.000000e+00 |      --      |    Inf |  98.09%
28.46/28.63	c  22.2s| 13500 |    70 |196780 |  14.5 |    59M |  40 | 231 |  12k|2458 | 965 |  1 |  12k|  19 | 0.000000e+00 |      --      |    Inf |  98.09%
28.46/28.63	c  22.3s| 13600 |    70 |198390 |  14.5 |    59M |  40 | 231 |  12k|2458 | 966 |  1 |  13k|  19 | 0.000000e+00 |      --      |    Inf |  98.10%
28.46/28.63	c  22.5s| 13700 |    70 |199997 |  14.5 |    59M |  40 | 231 |  12k|2460 | 966 |  1 |  13k|  19 | 0.000000e+00 |      --      |    Inf |  98.10%
28.46/28.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
28.46/28.63	c  22.6s| 13800 |    66 |201596 |  14.5 |    59M |  40 | 231 |  12k|2456 | 968 |  0 |  13k|  19 | 0.000000e+00 |      --      |    Inf |  98.10%
28.46/28.63	c  22.7s| 13900 |    68 |203226 |  14.5 |    59M |  40 | 231 |  12k|2458 | 969 |  1 |  13k|  19 | 0.000000e+00 |      --      |    Inf |  98.10%
28.46/28.63	c  22.8s| 14000 |    65 |204572 |  14.5 |    59M |  40 | 231 |  12k|2458 | 971 |  1 |  13k|  19 | 0.000000e+00 |      --      |    Inf |  98.12%
28.46/28.63	c  23.0s| 14100 |    65 |206078 |  14.5 |    59M |  40 | 231 |  12k|2458 | 972 |  1 |  13k|  19 | 0.000000e+00 |      --      |    Inf |  98.15%
28.46/28.63	c  23.1s| 14200 |    61 |207706 |  14.5 |    59M |  40 | 231 |  12k|2458 | 974 |  1 |  13k|  19 | 0.000000e+00 |      --      |    Inf |  98.15%
28.46/28.63	c  23.2s| 14300 |    58 |209141 |  14.5 |    59M |  40 | 231 |  12k|2456 | 974 |  1 |  13k|  19 | 0.000000e+00 |      --      |    Inf |  98.15%
28.46/28.63	c  23.3s| 14400 |    57 |210623 |  14.5 |    59M |  40 | 231 |  12k|2456 | 974 |  0 |  13k|  19 | 0.000000e+00 |      --      |    Inf |  98.16%
28.46/28.63	c  23.4s| 14500 |    53 |211955 |  14.5 |    59M |  40 | 231 |  12k|2457 | 974 |  0 |  13k|  19 | 0.000000e+00 |      --      |    Inf |  98.16%
28.46/28.63	c  23.6s| 14600 |    47 |213699 |  14.5 |    59M |  40 | 231 |  12k|2459 | 979 |  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |  98.16%
28.46/28.63	c  23.9s| 14700 |    45 |215315 |  14.5 |    59M |  40 | 231 |  12k|2458 |1002 |  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |  98.91%
28.46/28.63	c  24.0s| 14800 |    45 |216869 |  14.5 |    59M |  40 | 231 |  12k|2455 |1017 |  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |  99.22%
28.46/28.63	c  24.2s| 14900 |    45 |218453 |  14.6 |    59M |  40 | 231 |  12k|2456 |1024 |  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |  99.30%
28.46/28.63	c  24.3s| 15000 |    43 |220016 |  14.6 |    59M |  40 | 231 |  12k|2459 |1024 |  1 |  14k|  19 | 0.000000e+00 |      --      |    Inf |  99.32%
28.46/28.63	c  24.5s| 15100 |    41 |221446 |  14.6 |    59M |  40 | 231 |  12k|2459 |1041 |  1 |  14k|  19 | 0.000000e+00 |      --      |    Inf |  99.52%
28.46/28.63	c  24.7s| 15200 |    37 |222825 |  14.6 |    59M |  40 | 231 |  12k|2455 |1041 |  1 |  14k|  19 | 0.000000e+00 |      --      |    Inf |  99.54%
28.46/28.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
28.46/28.63	c  24.8s| 15300 |    33 |224294 |  14.6 |    59M |  40 | 231 |  12k|2458 |1041 |  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |  99.54%
28.46/28.63	c  24.9s| 15400 |    35 |225806 |  14.6 |    59M |  40 | 231 |  12k|   0 |1044 |  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |  99.55%
28.46/28.63	c  25.0s| 15500 |    32 |227133 |  14.6 |    59M |  40 | 231 |  12k|2457 |1048 |  0 |  14k|  19 | 0.000000e+00 |      --      |    Inf |  99.55%
28.46/28.63	c  25.2s| 15600 |    32 |228567 |  14.6 |    59M |  40 | 231 |  12k|2460 |1049 |  1 |  15k|  19 | 0.000000e+00 |      --      |    Inf |  99.55%
28.46/28.63	c  25.3s| 15700 |    30 |230369 |  14.6 |    59M |  40 | 231 |  12k|   0 |1049 |  0 |  15k|  19 | 0.000000e+00 |      --      |    Inf |  99.55%
28.46/28.63	c  25.5s| 15800 |    29 |231838 |  14.6 |    59M |  40 | 231 |  12k|2458 |1050 |  1 |  15k|  19 | 0.000000e+00 |      --      |    Inf |  99.55%
28.46/28.63	c  25.6s| 15900 |    29 |233280 |  14.6 |    59M |  40 | 231 |  12k|2456 |1050 |  0 |  15k|  19 | 0.000000e+00 |      --      |    Inf |  99.57%
28.46/28.63	c  25.7s| 16000 |    25 |234760 |  14.6 |    59M |  40 | 231 |  12k|2457 |1050 |  1 |  15k|  19 | 0.000000e+00 |      --      |    Inf |  99.57%
28.46/28.63	c  25.8s| 16100 |    24 |236298 |  14.6 |    59M |  40 | 231 |  12k|2460 |1050 |  0 |  15k|  19 | 0.000000e+00 |      --      |    Inf |  99.58%
28.46/28.63	c  26.0s| 16200 |    21 |237779 |  14.6 |    59M |  40 | 231 |  12k|2457 |1050 |  1 |  15k|  19 | 0.000000e+00 |      --      |    Inf |  99.58%
28.46/28.63	c  26.1s| 16300 |    21 |239276 |  14.6 |    59M |  40 | 231 |  12k|2456 |1052 |  0 |  15k|  19 | 0.000000e+00 |      --      |    Inf |  99.59%
28.46/28.63	c  26.2s| 16400 |    20 |240507 |  14.6 |    59M |  40 | 231 |  12k|2456 |1052 |  0 |  16k|  19 | 0.000000e+00 |      --      |    Inf |  99.59%
28.46/28.63	c  26.4s| 16500 |    18 |242179 |  14.6 |    59M |  40 | 231 |  12k|2457 |1055 |  1 |  16k|  19 | 0.000000e+00 |      --      |    Inf |  99.59%
28.46/28.63	c  26.5s| 16600 |    20 |243575 |  14.6 |    59M |  40 | 231 |  12k|2456 |1061 |  1 |  16k|  19 | 0.000000e+00 |      --      |    Inf |  99.79%
28.46/28.63	c  26.6s| 16700 |    16 |245223 |  14.6 |    59M |  40 | 231 |  12k|2456 |1061 |  0 |  16k|  19 | 0.000000e+00 |      --      |    Inf |  99.79%
28.46/28.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
28.46/28.63	c  26.7s| 16800 |    18 |246905 |  14.6 |    59M |  40 | 231 |  12k|2457 |1063 |  1 |  16k|  19 | 0.000000e+00 |      --      |    Inf |  99.79%
28.46/28.63	c  26.8s| 16900 |    14 |248393 |  14.6 |    59M |  40 | 231 |  12k|2458 |1069 |  0 |  16k|  19 | 0.000000e+00 |      --      |    Inf |  99.80%
28.46/28.63	c  27.0s| 17000 |    12 |249586 |  14.6 |    59M |  40 | 231 |  12k|2457 |1069 |  0 |  16k|  19 | 0.000000e+00 |      --      |    Inf |  99.80%
28.46/28.63	c  27.1s| 17100 |    14 |250869 |  14.6 |    59M |  40 | 231 |  12k|2457 |1069 |  1 |  16k|  19 | 0.000000e+00 |      --      |    Inf |  99.80%
28.46/28.63	c  27.2s| 17200 |    10 |252199 |  14.6 |    59M |  40 | 231 |  12k|2457 |1069 |  0 |  16k|  19 | 0.000000e+00 |      --      |    Inf |  99.80%
28.46/28.63	c  27.3s| 17300 |    14 |253672 |  14.6 |    59M |  40 | 231 |  12k|2456 |1069 |  1 |  17k|  19 | 0.000000e+00 |      --      |    Inf |  99.80%
28.46/28.63	c  27.4s| 17400 |    12 |255038 |  14.6 |    59M |  40 | 231 |  12k|2457 |1069 |  1 |  17k|  19 | 0.000000e+00 |      --      |    Inf |  99.80%
28.46/28.63	c  27.6s| 17500 |    10 |256267 |  14.6 |    59M |  40 | 231 |  12k|2456 |1076 |  1 |  17k|  19 | 0.000000e+00 |      --      |    Inf | 100.00%
28.46/28.63	c  27.7s| 17600 |    10 |257922 |  14.6 |    59M |  40 | 231 |  12k|2457 |1079 |  1 |  17k|  19 | 0.000000e+00 |      --      |    Inf | 100.00%
28.46/28.63	c  27.8s| 17700 |     8 |259416 |  14.6 |    59M |  40 | 231 |  12k|2456 |1080 |  0 |  17k|  19 | 0.000000e+00 |      --      |    Inf | 100.00%
28.46/28.63	c  27.9s| 17800 |     9 |260829 |  14.6 |    59M |  40 | 231 |  12k|2456 |1080 |  0 |  17k|  19 | 0.000000e+00 |      --      |    Inf | 100.00%
28.46/28.63	c  28.1s| 17900 |     9 |262349 |  14.6 |    59M |  40 | 231 |  12k|2456 |1080 |  1 |  17k|  19 | 0.000000e+00 |      --      |    Inf | 100.00%
28.46/28.63	c  28.2s| 18000 |     7 |263863 |  14.6 |    59M |  40 | 231 |  12k|2457 |1080 |  0 |  18k|  19 | 0.000000e+00 |      --      |    Inf | 100.00%
28.46/28.63	c  28.3s| 18100 |     7 |265314 |  14.6 |    59M |  40 | 231 |  12k|2456 |1080 |  0 |  18k|  19 | 0.000000e+00 |      --      |    Inf | 100.00%
28.56/28.76	c  28.5s| 18200 |     3 |266586 |  14.6 |    59M |  40 | 231 |  12k|2457 |1080 |  0 |  18k|  19 | 0.000000e+00 |      --      |    Inf | 100.00%
28.56/28.76	c 
28.56/28.76	c SCIP Status        : problem is solved [infeasible]
28.56/28.76	c Solving Time (sec) : 28.61
28.56/28.76	c Solving Nodes      : 18296
28.56/28.76	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
28.56/28.76	c Dual Bound         : +1.00000000000000e+20
28.56/28.76	c Gap                : 0.00 %
28.56/28.76	c SCIP found the problem to be infeasible.
28.56/28.76	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 (56191 MiB free)
  memory of node 1: 64465 MiB (57833 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4529709-1752253425/watcher-4529709-1752253425 -o /tmp/evaluation-result-4529709-1752253425/solver-4529709-1752253425 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1752253388-109748 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4529709-1752253425.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.10007 s]*
/proc/loadavg: 3.09 3.03 3.14 5/267 110035
/proc/meminfo: memFree=116762072/131250000 swapFree=33010672/33010684
[pid=110030] ppid=110027 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/110030/stat : 110030 (scip-naps-1.00a) S 110027 110030 109737 0 -1 4194304 259 335 0 0 0 0 0 0 20 0 1 0 141021150 4292608 768 18446744073709551615 94307611983872 94307612878405 140723117346304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94307613117456 94307613165200 94307638444032 140723117353371 140723117353470 140723117353470 140723117359074 0
/proc/110030/statm: 1048 768 704 219 0 110 0
[pid=110035] ppid=110030 vsize=1186976 memory=31972 CPUtime=0.07 cores=4,6
/proc/110035/stat : 110035 (python3) R 110030 110030 109737 0 -1 4194304 3736 0 0 0 6 1 0 0 20 0 1 0 141021152 1215463424 7993 18446744073709551615 94786936643584 94786936643961 140730600420720 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94786936655256 94786936655876 94786962034688 140730600429903 140730600430112 140730600430112 140730600435687 0
/proc/110035/statm: 296744 7993 4896 1 0 268766 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 1191168 KiB
Current children cumulated memory: 35044 KiB

[startup+0.20571 s]*
/proc/loadavg: 3.09 3.03 3.14 5/267 110035
/proc/meminfo: memFree=116762072/131250000 swapFree=33010672/33010684
[pid=110030] ppid=110027 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/110030/stat : 110030 (scip-naps-1.00a) S 110027 110030 109737 0 -1 4194304 259 335 0 0 0 0 0 0 20 0 1 0 141021150 4292608 768 18446744073709551615 94307611983872 94307612878405 140723117346304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94307613117456 94307613165200 94307638444032 140723117353371 140723117353470 140723117353470 140723117359074 0
/proc/110030/statm: 1048 768 704 219 0 110 0
[pid=110035] ppid=110030 vsize=1210924 memory=63972 CPUtime=0.17 cores=4,6
/proc/110035/stat : 110035 (python3) R 110030 110030 109737 0 -1 4194304 8765 0 0 0 15 2 0 0 20 0 1 0 141021152 1239986176 15993 18446744073709551615 94786936643584 94786936643961 140730600420720 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94786936655256 94786936655876 94786962034688 140730600429903 140730600430112 140730600430112 140730600435687 0
/proc/110035/statm: 302731 15993 8128 1 0 274089 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1215116 KiB
Current children cumulated memory: 67044 KiB

[startup+0.305627 s]*
/proc/loadavg: 3.09 3.03 3.14 5/267 110035
/proc/meminfo: memFree=116762072/131250000 swapFree=33010672/33010684
[pid=110030] ppid=110027 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/110030/stat : 110030 (scip-naps-1.00a) S 110027 110030 109737 0 -1 4194304 259 335 0 0 0 0 0 0 20 0 1 0 141021150 4292608 768 18446744073709551615 94307611983872 94307612878405 140723117346304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94307613117456 94307613165200 94307638444032 140723117353371 140723117353470 140723117353470 140723117359074 0
/proc/110030/statm: 1048 768 704 219 0 110 0
[pid=110035] ppid=110030 vsize=1212188 memory=65380 CPUtime=0.27 cores=4,6
/proc/110035/stat : 110035 (python3) R 110030 110030 109737 0 -1 4194304 9081 0 0 0 25 2 0 0 20 0 1 0 141021152 1241280512 16345 18446744073709551615 94786936643584 94786936643961 140730600420720 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94786936655256 94786936655876 94786962034688 140730600429903 140730600430112 140730600430112 140730600435687 0
/proc/110035/statm: 303047 16345 8160 1 0 274405 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1216380 KiB
Current children cumulated memory: 68452 KiB

[startup+0.700204 s]
/proc/loadavg: 3.09 3.03 3.14 5/267 110035
/proc/meminfo: memFree=116786264/131250000 swapFree=33010672/33010684
[pid=110030] ppid=110027 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/110030/stat : 110030 (scip-naps-1.00a) S 110027 110030 109737 0 -1 4194304 259 335 0 0 0 0 0 0 20 0 1 0 141021150 4292608 768 18446744073709551615 94307611983872 94307612878405 140723117346304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94307613117456 94307613165200 94307638444032 140723117353371 140723117353470 140723117353470 140723117359074 0
/proc/110030/statm: 1048 768 704 219 0 110 0
[pid=110035] ppid=110030 vsize=1228536 memory=80100 CPUtime=0.66 cores=4,6
/proc/110035/stat : 110035 (python3) R 110030 110030 109737 0 -1 4194304 12773 0 0 0 63 3 0 0 20 0 1 0 141021152 1258020864 20025 18446744073709551615 94786936643584 94786936643961 140730600420720 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94786936655256 94786936655876 94786962034688 140730600429903 140730600430112 140730600430112 140730600435687 0
/proc/110035/statm: 307134 20025 8160 1 0 278492 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 1232728 KiB
Current children cumulated memory: 83172 KiB

[startup+1.50026 s]
/proc/loadavg: 3.16 3.05 3.15 5/267 110035
/proc/meminfo: memFree=116786264/131250000 swapFree=33010672/33010684
[pid=110030] ppid=110027 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/110030/stat : 110030 (scip-naps-1.00a) S 110027 110030 109737 0 -1 4194304 259 335 0 0 0 0 0 0 20 0 1 0 141021150 4292608 768 18446744073709551615 94307611983872 94307612878405 140723117346304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94307613117456 94307613165200 94307638444032 140723117353371 140723117353470 140723117353470 140723117359074 0
/proc/110030/statm: 1048 768 704 219 0 110 0
[pid=110035] ppid=110030 vsize=1246140 memory=96368 CPUtime=1.46 cores=4,6
/proc/110035/stat : 110035 (python3) R 110030 110030 109737 0 -1 4194304 17085 0 0 0 142 4 0 0 20 0 1 0 141021152 1276047360 24092 18446744073709551615 94786936643584 94786936643961 140730600420720 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94786936655256 94786936655876 94786962034688 140730600429903 140730600430112 140730600430112 140730600435687 0
/proc/110035/statm: 311535 24092 8160 1 0 282893 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 1250332 KiB
Current children cumulated memory: 99440 KiB

[startup+3.10575 s]
/proc/loadavg: 3.16 3.05 3.15 5/269 110070
/proc/meminfo: memFree=116780624/131250000 swapFree=33010672/33010684
[pid=110030] ppid=110027 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/110030/stat : 110030 (scip-naps-1.00a) S 110027 110030 109737 0 -1 4194304 259 335 0 0 0 0 0 0 20 0 1 0 141021150 4292608 768 18446744073709551615 94307611983872 94307612878405 140723117346304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94307613117456 94307613165200 94307638444032 140723117353371 140723117353470 140723117353470 140723117359074 0
/proc/110030/statm: 1048 768 704 219 0 110 0
[pid=110035] ppid=110030 vsize=1260564 memory=109168 CPUtime=3.05 cores=4,6
/proc/110035/stat : 110035 (python3) R 110030 110030 109737 0 -1 4194304 20556 0 0 0 301 4 0 0 20 0 1 0 141021152 1290817536 27292 18446744073709551615 94786936643584 94786936643961 140730600420720 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94786936655256 94786936655876 94786962034688 140730600429903 140730600430112 140730600430112 140730600435687 0
/proc/110035/statm: 315141 27292 8160 1 0 286499 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 1264756 KiB
Current children cumulated memory: 112240 KiB

[startup+6.30021 s]
/proc/loadavg: 3.23 3.06 3.15 5/269 110070
/proc/meminfo: memFree=116794640/131250000 swapFree=33010672/33010684
[pid=110030] ppid=110027 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/110030/stat : 110030 (scip-naps-1.00a) S 110027 110030 109737 0 -1 4194304 259 335 0 0 0 0 0 0 20 0 1 0 141021150 4292608 768 18446744073709551615 94307611983872 94307612878405 140723117346304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94307613117456 94307613165200 94307638444032 140723117353371 140723117353470 140723117353470 140723117359074 0
/proc/110030/statm: 1048 768 704 219 0 110 0
[pid=110035] ppid=110030 vsize=1263568 memory=113392 CPUtime=6.24 cores=4,6
/proc/110035/stat : 110035 (python3) R 110030 110030 109737 0 -1 4194304 21623 0 0 0 620 4 0 0 20 0 1 0 141021152 1293893632 28348 18446744073709551615 94786936643584 94786936643961 140730600420720 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94786936655256 94786936655876 94786962034688 140730600429903 140730600430112 140730600430112 140730600435687 0
/proc/110035/statm: 315892 28348 8160 1 0 287250 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 1267760 KiB
Current children cumulated memory: 116464 KiB

[startup+12.7002 s]
/proc/loadavg: 3.29 3.08 3.16 5/269 110070
/proc/meminfo: memFree=116888968/131250000 swapFree=33010672/33010684
[pid=110030] ppid=110027 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/110030/stat : 110030 (scip-naps-1.00a) S 110027 110030 109737 0 -1 4194304 259 335 0 0 0 0 0 0 20 0 1 0 141021150 4292608 768 18446744073709551615 94307611983872 94307612878405 140723117346304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94307613117456 94307613165200 94307638444032 140723117353371 140723117353470 140723117353470 140723117359074 0
/proc/110030/statm: 1048 768 704 219 0 110 0
[pid=110035] ppid=110030 vsize=1263568 memory=113392 CPUtime=12.61 cores=4,6
/proc/110035/stat : 110035 (python3) R 110030 110030 109737 0 -1 4194304 21623 0 0 0 1257 4 0 0 20 0 1 0 141021152 1293893632 28348 18446744073709551615 94786936643584 94786936643961 140730600420720 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94786936655256 94786936655876 94786962034688 140730600429903 140730600430112 140730600430112 140730600435687 0
/proc/110035/statm: 315892 28348 8160 1 0 287250 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 1267760 KiB
Current children cumulated memory: 116464 KiB

[startup+25.5002 s]
/proc/loadavg: 3.40 3.11 3.17 5/269 110119
/proc/meminfo: memFree=117073960/131250000 swapFree=33010672/33010684
[pid=110030] ppid=110027 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/110030/stat : 110030 (scip-naps-1.00a) S 110027 110030 109737 0 -1 4194304 259 335 0 0 0 0 0 0 20 0 1 0 141021150 4292608 768 18446744073709551615 94307611983872 94307612878405 140723117346304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94307613117456 94307613165200 94307638444032 140723117353371 140723117353470 140723117353470 140723117359074 0
/proc/110030/statm: 1048 768 704 219 0 110 0
[pid=110035] ppid=110030 vsize=1275108 memory=123684 CPUtime=25.37 cores=4,6
/proc/110035/stat : 110035 (python3) R 110030 110030 109737 0 -1 4194304 24756 0 0 0 2532 5 0 0 20 0 1 0 141021152 1305710592 30921 18446744073709551615 94786936643584 94786936643961 140730600420720 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94786936655256 94786936655876 94786962034688 140730600429903 140730600430112 140730600430112 140730600435687 0
/proc/110035/statm: 318777 30921 8160 1 0 290135 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 1279300 KiB
Current children cumulated memory: 126756 KiB

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

# cumulated CPU time of all completed processes:  user=28.6101 s, system=0.062562 s

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

[startup+25.6003 s]
/proc/loadavg: 3.40 3.11 3.17 5/269 110119
/proc/meminfo: memFree=117073960/131250000 swapFree=33010672/33010684
[pid=110030] ppid=110027 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/110030/stat : 110030 (scip-naps-1.00a) S 110027 110030 109737 0 -1 4194304 259 335 0 0 0 0 0 0 20 0 1 0 141021150 4292608 768 18446744073709551615 94307611983872 94307612878405 140723117346304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94307613117456 94307613165200 94307638444032 140723117353371 140723117353470 140723117353470 140723117359074 0
/proc/110030/statm: 1048 768 704 219 0 110 0
[pid=110035] ppid=110030 vsize=1275108 memory=123684 CPUtime=25.47 cores=4,6
/proc/110035/stat : 110035 (python3) R 110030 110030 109737 0 -1 4194304 24756 0 0 0 2542 5 0 0 20 0 1 0 141021152 1305710592 30921 18446744073709551615 94786936643584 94786936643961 140730600420720 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94786936655256 94786936655876 94786962034688 140730600429903 140730600430112 140730600430112 140730600435687 0
/proc/110035/statm: 318777 30921 8160 1 0 290135 0
Current children cumulated CPU time: 25.47 s
Current children cumulated vsize: 1279300 KiB
Current children cumulated memory: 126756 KiB

[startup+27.2002 s]
/proc/loadavg: 3.45 3.12 3.17 5/269 110119
/proc/meminfo: memFree=117100832/131250000 swapFree=33010672/33010684
[pid=110030] ppid=110027 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/110030/stat : 110030 (scip-naps-1.00a) S 110027 110030 109737 0 -1 4194304 259 335 0 0 0 0 0 0 20 0 1 0 141021150 4292608 768 18446744073709551615 94307611983872 94307612878405 140723117346304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94307613117456 94307613165200 94307638444032 140723117353371 140723117353470 140723117353470 140723117359074 0
/proc/110030/statm: 1048 768 704 219 0 110 0
[pid=110035] ppid=110030 vsize=1275108 memory=123684 CPUtime=27.07 cores=4,6
/proc/110035/stat : 110035 (python3) R 110030 110030 109737 0 -1 4194304 24756 0 0 0 2702 5 0 0 20 0 1 0 141021152 1305710592 30921 18446744073709551615 94786936643584 94786936643961 140730600420720 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94786936655256 94786936655876 94786962034688 140730600429903 140730600430112 140730600430112 140730600435687 0
/proc/110035/statm: 318777 30921 8160 1 0 290135 0
Current children cumulated CPU time: 27.07 s
Current children cumulated vsize: 1279300 KiB
Current children cumulated memory: 126756 KiB

[startup+28.0001 s]*
/proc/loadavg: 3.45 3.12 3.17 4/264 110127
/proc/meminfo: memFree=117199720/131250000 swapFree=33010672/33010684
[pid=110030] ppid=110027 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/110030/stat : 110030 (scip-naps-1.00a) S 110027 110030 109737 0 -1 4194304 259 335 0 0 0 0 0 0 20 0 1 0 141021150 4292608 768 18446744073709551615 94307611983872 94307612878405 140723117346304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94307613117456 94307613165200 94307638444032 140723117353371 140723117353470 140723117353470 140723117359074 0
/proc/110030/statm: 1048 768 704 219 0 110 0
[pid=110035] ppid=110030 vsize=1275108 memory=123684 CPUtime=27.87 cores=4,6
/proc/110035/stat : 110035 (python3) R 110030 110030 109737 0 -1 4194304 24756 0 0 0 2782 5 0 0 20 0 1 0 141021152 1305710592 30921 18446744073709551615 94786936643584 94786936643961 140730600420720 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94786936655256 94786936655876 94786962034688 140730600429903 140730600430112 140730600430112 140730600435687 0
/proc/110035/statm: 318777 30921 8160 1 0 290135 0
Current children cumulated CPU time: 27.87 s
Current children cumulated vsize: 1279300 KiB
Current children cumulated memory: 126756 KiB

[startup+28.4002 s]
/proc/loadavg: 3.45 3.12 3.17 4/264 110127
/proc/meminfo: memFree=117199720/131250000 swapFree=33010672/33010684
[pid=110030] ppid=110027 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/110030/stat : 110030 (scip-naps-1.00a) S 110027 110030 109737 0 -1 4194304 259 335 0 0 0 0 0 0 20 0 1 0 141021150 4292608 768 18446744073709551615 94307611983872 94307612878405 140723117346304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94307613117456 94307613165200 94307638444032 140723117353371 140723117353470 140723117353470 140723117359074 0
/proc/110030/statm: 1048 768 704 219 0 110 0
[pid=110035] ppid=110030 vsize=1275108 memory=123684 CPUtime=28.26 cores=4,6
/proc/110035/stat : 110035 (python3) R 110030 110030 109737 0 -1 4194304 24756 0 0 0 2821 5 0 0 20 0 1 0 141021152 1305710592 30921 18446744073709551615 94786936643584 94786936643961 140730600420720 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94786936655256 94786936655876 94786962034688 140730600429903 140730600430112 140730600430112 140730600435687 0
/proc/110035/statm: 318777 30921 8160 1 0 290135 0
Current children cumulated CPU time: 28.26 s
Current children cumulated vsize: 1279300 KiB
Current children cumulated memory: 126756 KiB

[startup+28.6002 s]
/proc/loadavg: 3.45 3.12 3.17 4/264 110127
/proc/meminfo: memFree=117199720/131250000 swapFree=33010672/33010684
[pid=110030] ppid=110027 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/110030/stat : 110030 (scip-naps-1.00a) S 110027 110030 109737 0 -1 4194304 259 335 0 0 0 0 0 0 20 0 1 0 141021150 4292608 768 18446744073709551615 94307611983872 94307612878405 140723117346304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94307613117456 94307613165200 94307638444032 140723117353371 140723117353470 140723117353470 140723117359074 0
/proc/110030/statm: 1048 768 704 219 0 110 0
[pid=110035] ppid=110030 vsize=1275108 memory=123684 CPUtime=28.46 cores=4,6
/proc/110035/stat : 110035 (python3) R 110030 110030 109737 0 -1 4194304 24756 0 0 0 2841 5 0 0 20 0 1 0 141021152 1305710592 30921 18446744073709551615 94786936643584 94786936643961 140730600420720 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94786936655256 94786936655876 94786962034688 140730600429903 140730600430112 140730600430112 140730600435687 0
/proc/110035/statm: 318777 30921 8160 1 0 290135 0
Current children cumulated CPU time: 28.46 s
Current children cumulated vsize: 1279300 KiB
Current children cumulated memory: 126756 KiB

[startup+28.7002 s]
/proc/loadavg: 3.45 3.12 3.17 4/264 110127
/proc/meminfo: memFree=117199720/131250000 swapFree=33010672/33010684
[pid=110030] ppid=110027 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/110030/stat : 110030 (scip-naps-1.00a) S 110027 110030 109737 0 -1 4194304 259 335 0 0 0 0 0 0 20 0 1 0 141021150 4292608 768 18446744073709551615 94307611983872 94307612878405 140723117346304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94307613117456 94307613165200 94307638444032 140723117353371 140723117353470 140723117353470 140723117359074 0
/proc/110030/statm: 1048 768 704 219 0 110 0
[pid=110035] ppid=110030 vsize=1275108 memory=123684 CPUtime=28.56 cores=4,6
/proc/110035/stat : 110035 (python3) R 110030 110030 109737 0 -1 4194304 24756 0 0 0 2851 5 0 0 20 0 1 0 141021152 1305710592 30921 18446744073709551615 94786936643584 94786936643961 140730600420720 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94786936655256 94786936655876 94786962034688 140730600429903 140730600430112 140730600430112 140730600435687 0
/proc/110035/statm: 318777 30921 8160 1 0 290135 0
Current children cumulated CPU time: 28.56 s
Current children cumulated vsize: 1279300 KiB
Current children cumulated memory: 126756 KiB

Child status: 0

Real time (s): 28.7969
CPU time (s): 28.6726
CPU user time (s): 28.6101
CPU system time (s): 0.062562
CPU usage (%): 99.5684
Max. virtual memory (cumulated for all children) (KiB): 1279300
Max. memory (cumulated for all children) (KiB): 126756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.6101
system time used= 0.062562
maximum resident set size= 124196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25390
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= 48


# summary of solver processes directly reported to runsolver:
#   pid: 110030
#   total CPU time (s): 28.6726
#   total CPU user time (s): 28.6101
#   total CPU system time (s): 0.062562

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.058927 second user time and 0.167348 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-11 19:03:45
IDJOB=4529709
IDBENCH=147898
IDSOLVER=3388
FILE ID=nodeC026/4529709-1752253425
RUNJOBID= nodeC026-1752253388-109748
SLURM_JOB_ID= 9682587
Free space on /tmp= 429620 MiB

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

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

MD5SUM BENCH= 95888c36dbc3e063e75763857563d2e5
RANDOM SEED=1859007563

nodeC026 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.717
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.59
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.691
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.59
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		: 3600.191
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.59
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		: 3700.000
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.59
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		: 3594.874
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.59
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.791
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.59
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.801
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.59
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.265
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        116762516 kB
MemAvailable:   120226692 kB
Buffers:            2128 kB
Cached:          4087376 kB
SwapCached:            4 kB
Active:          9447860 kB
Inactive:        3413508 kB
Active(anon):    8780256 kB
Inactive(anon):     9684 kB
Active(file):     667604 kB
Inactive(file):  3403824 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             99980 kB
Writeback:             0 kB
AnonPages:       8775148 kB
Mapped:           127956 kB
Shmem:             18076 kB
KReclaimable:     453548 kB
Slab:             557148 kB
SReclaimable:     453548 kB
SUnreclaim:       103600 kB
KernelStack:        4336 kB
PageTables:        20760 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   11291024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1589248 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 429648 MiB
End job on nodeC026 at 2025-07-11 19:04:14