Trace number 4529707

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 13.3515 13.4225

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900557574.opb
MD5SUM83979afc30a856316c8a6ffdd1ef6d89
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 benchmark0.507882
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 689
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

6.63/6.74	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4529707-1752253439.opb
6.63/6.74	c Solving mode: decision
6.63/6.74	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
6.63/6.74	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
6.63/6.74	c original problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2707 constraints
6.63/6.74	c presolving:
6.63/6.74	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
6.63/6.74	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
6.63/6.74	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
6.63/6.74	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
6.63/6.74	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
6.63/6.74	c    (0.0s) probing: 51/231 (22.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
6.63/6.74	c    (0.0s) probing aborted: 50/50 successive totally useless probings
6.63/6.74	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
6.63/6.74	c    (0.0s) symmetry computation finished: 1 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.00)
6.63/6.74	c dynamic symmetry handling statistics:
6.63/6.74	c    orbitopal reduction:       no components
6.63/6.74	c    orbital reduction:          1 components of sizes 1
6.63/6.74	c    lexicographic reduction:    1 permutations with support sizes 121
6.63/6.74	c handled 1 out of 1 symmetry components
6.63/6.74	c presolving (6 rounds: 6 fast, 6 medium, 6 exhaustive):
6.63/6.74	c  0 deleted vars, 264 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 55 changed sides, 0 changed coefficients
6.63/6.74	c  0 implications, 143 cliques
6.63/6.74	c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2443 constraints
6.63/6.74	c       1 constraints of type <knapsack>
6.63/6.74	c      22 constraints of type <setppc>
6.63/6.74	c    2420 constraints of type <logicor>
6.63/6.74	c transformed objective value is always integral (scale: 1)
6.63/6.74	c Presolving Time: 0.04
6.63/6.74	c 
6.63/6.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.63/6.74	c   0.0s|     1 |     0 |    95 |     - |    12M |   0 | 231 |2467 |2443 |   0 |  0 |  23 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.63/6.74	c   0.2s|     1 |     0 |  1440 |     - |    14M |   0 | 231 |2470 |2445 |   2 |  1 |  26 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.63/6.74	c   0.2s|     1 |     0 |  1461 |     - |    16M |   0 | 231 |2474 |2449 |   6 |  2 |  30 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.63/6.74	c   0.3s|     1 |     0 |  1476 |     - |    19M |   0 | 231 |2481 |2453 |  10 |  3 |  37 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.63/6.74	c   0.3s|     1 |     0 |  1486 |     - |    23M |   0 | 231 |2483 |2456 |  13 |  4 |  39 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.63/6.74	c   0.4s|     1 |     0 |  1505 |     - |    25M |   0 | 231 |2483 |2461 |  18 |  5 |  39 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.63/6.74	c   0.5s|     1 |     0 |  1524 |     - |    30M |   0 | 231 |2486 |2464 |  21 |  6 |  42 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.63/6.74	c   0.5s|     1 |     0 |  1541 |     - |    33M |   0 | 231 |2488 |2466 |  23 |  7 |  44 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.63/6.74	c   0.6s|     1 |     0 |  1562 |     - |    38M |   0 | 231 |2489 |2467 |  24 |  8 |  45 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.63/6.74	c   0.6s|     1 |     0 |  1579 |     - |    42M |   0 | 231 |2492 |2470 |  27 |  9 |  48 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.63/6.74	c   0.7s|     1 |     0 |  1596 |     - |    45M |   0 | 231 |2494 |2472 |  29 | 10 |  50 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.63/6.74	c   0.7s|     1 |     0 |  1604 |     - |    45M |   0 | 231 |2497 |2475 |  32 | 11 |  53 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.63/6.74	c   0.8s|     1 |     2 |  2227 |     - |    45M |   0 | 231 |2521 |2475 |  32 | 11 |  77 |  19 | 0.000000e+00 |      --      |    Inf | unknown
6.63/6.74	c   1.2s|   100 |    15 |  3853 |  22.7 |    48M |  20 | 231 |2587 |2452 |  72 |  1 | 145 |  19 | 0.000000e+00 |      --      |    Inf |  51.53%
6.63/6.74	c   1.4s|   200 |    13 |  5160 |  17.9 |    49M |  20 | 231 |2667 |2452 |  75 |  1 | 225 |  19 | 0.000000e+00 |      --      |    Inf |  51.70%
6.63/6.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.63/6.74	c   1.8s|   300 |    12 |  6726 |  17.1 |    53M |  20 | 231 |2736 |2453 | 109 |  2 | 295 |  19 | 0.000000e+00 |      --      |    Inf |  53.75%
6.63/6.74	c   2.0s|   400 |    12 |  8136 |  16.4 |    56M |  20 | 231 |2811 |2447 | 129 |  1 | 374 |  19 | 0.000000e+00 |      --      |    Inf |  54.62%
6.63/6.74	c   2.5s|   500 |    12 | 10188 |  17.2 |    57M |  20 | 231 |2876 |2447 | 142 |  0 | 440 |  19 | 0.000000e+00 |      --      |    Inf |  74.74%
6.63/6.74	c   2.9s|   600 |    14 | 12125 |  17.6 |    59M |  20 | 231 |2951 |2454 | 186 |  1 | 519 |  19 | 0.000000e+00 |      --      |    Inf |  78.12%
6.63/6.74	c   3.2s|   700 |    14 | 14035 |  17.8 |    61M |  20 | 231 |3038 |2454 | 222 |  1 | 608 |  19 | 0.000000e+00 |      --      |    Inf |  78.67%
6.63/6.74	c   3.6s|   800 |    14 | 15991 |  18.0 |    61M |  20 | 231 |3123 |2454 | 259 |  1 | 696 |  19 | 0.000000e+00 |      --      |    Inf |  79.88%
6.63/6.74	c   4.0s|   900 |    14 | 17861 |  18.1 |    61M |  20 | 231 |3180 |2454 | 302 |  1 | 761 |  19 | 0.000000e+00 |      --      |    Inf |  87.20%
6.63/6.74	c   4.4s|  1000 |    14 | 19819 |  18.2 |    61M |  20 | 231 |3253 |2452 | 309 |  0 | 842 |  19 | 0.000000e+00 |      --      |    Inf |  87.44%
6.63/6.74	c   4.7s|  1100 |    22 | 21945 |  18.5 |    61M |  20 | 231 |3357 |2453 | 342 |  1 | 956 |  19 | 0.000000e+00 |      --      |    Inf |  87.66%
6.63/6.74	c   5.0s|  1200 |    17 | 23659 |  18.4 |    61M |  20 | 231 |3454 |2454 | 351 |  0 |1064 |  19 | 0.000000e+00 |      --      |    Inf |  87.75%
6.63/6.74	c   5.2s|  1300 |    16 | 25709 |  18.6 |    61M |  20 | 231 |3550 |2453 | 358 |  1 |1169 |  19 | 0.000000e+00 |      --      |    Inf |  87.90%
6.63/6.74	c   5.5s|  1400 |    16 | 27518 |  18.5 |    61M |  20 | 231 |3630 |2453 | 358 |  0 |1253 |  19 | 0.000000e+00 |      --      |    Inf |  87.92%
6.63/6.74	c   6.0s|  1500 |    18 | 29351 |  18.5 |    62M |  33 | 231 |3736 |2453 | 358 |  1 |1366 |  19 | 0.000000e+00 |      --      |    Inf |  87.93%
6.63/6.74	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
6.63/6.74	c (run 1, node 1590) performing user restart
6.63/6.74	c 
6.63/6.74	c (restart) converted 4 cuts from the global cut pool into linear constraints
6.63/6.74	c 
6.63/6.74	c presolving:
6.63/6.74	c (round 1, fast)       22 del vars, 806 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 582 chg coeffs, 0 upgd conss, 0 impls, 327 clqs
6.63/6.74	c (round 2, medium)     32 del vars, 807 del conss, 3 add conss, 0 chg bounds, 3 chg sides, 609 chg coeffs, 0 upgd conss, 0 impls, 308 clqs
6.63/6.74	c (round 3, fast)       32 del vars, 834 del conss, 4 add conss, 0 chg bounds, 3 chg sides, 724 chg coeffs, 0 upgd conss, 0 impls, 308 clqs
6.63/6.74	c (round 4, exhaustive) 32 del vars, 839 del conss, 4 add conss, 0 chg bounds, 3 chg sides, 725 chg coeffs, 0 upgd conss, 0 impls, 308 clqs
6.63/6.74	c (round 5, exhaustive) 32 del vars, 1111 del conss, 4 add conss, 0 chg bounds, 3 chg sides, 1364 chg coeffs, 2 upgd conss, 0 impls, 308 clqs
6.63/6.74	c (round 6, fast)       32 del vars, 1115 del conss, 4 add conss, 0 chg bounds, 3 chg sides, 1364 chg coeffs, 2 upgd conss, 0 impls, 308 clqs
6.63/6.74	c (round 7, exhaustive) 32 del vars, 1160 del conss, 4 add conss, 0 chg bounds, 3 chg sides, 1373 chg coeffs, 2 upgd conss, 0 impls, 308 clqs
6.63/6.74	c (round 8, exhaustive) 32 del vars, 1161 del conss, 4 add conss, 0 chg bounds, 3 chg sides, 1446 chg coeffs, 2 upgd conss, 0 impls, 308 clqs
13.21/13.39	c (round 9, exhaustive) 32 del vars, 1167 del conss, 4 add conss, 0 chg bounds, 3 chg sides, 1448 chg coeffs, 2 upgd conss, 0 impls, 308 clqs
13.21/13.39	c presolving (10 rounds: 10 fast, 7 medium, 6 exhaustive):
13.21/13.39	c  32 deleted vars, 1167 deleted constraints, 4 added constraints, 0 tightened bounds, 0 added holes, 3 changed sides, 1448 changed coefficients
13.21/13.39	c  0 implications, 308 cliques
13.21/13.39	c presolved problem has 199 variables (199 bin, 0 int, 0 impl, 0 cont) and 2671 constraints
13.21/13.39	c       7 constraints of type <knapsack>
13.21/13.39	c      21 constraints of type <setppc>
13.21/13.39	c       1 constraints of type <linear>
13.21/13.39	c    2642 constraints of type <logicor>
13.21/13.39	c transformed objective value is always integral (scale: 1)
13.21/13.39	c Presolving Time: 0.08
13.21/13.39	c 
13.21/13.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
13.21/13.39	c   6.6s|     1 |     0 | 31246 |     - |    60M |   0 | 199 |2717 |1806 |   0 |  0 |1512 |  19 | 0.000000e+00 |      --      |    Inf | unknown
13.21/13.39	c   6.7s|     1 |     0 | 31257 |     - |    61M |   0 | 199 |2717 |1810 |   4 |  1 |1512 |  19 | 0.000000e+00 |      --      |    Inf | unknown
13.21/13.39	c   6.7s|     1 |     0 | 31271 |     - |    61M |   0 | 199 |2720 |1814 |   8 |  2 |1515 |  19 | 0.000000e+00 |      --      |    Inf | unknown
13.21/13.39	c   6.8s|     1 |     0 | 31283 |     - |    61M |   0 | 199 |2726 |1818 |  12 |  3 |1521 |  19 | 0.000000e+00 |      --      |    Inf | unknown
13.21/13.39	c   6.8s|     1 |     0 | 31291 |     - |    61M |   0 | 199 |2729 |1821 |  15 |  4 |1524 |  19 | 0.000000e+00 |      --      |    Inf | unknown
13.21/13.39	c   6.8s|     1 |     0 | 31303 |     - |    61M |   0 | 199 |2731 |1825 |  19 |  5 |1526 |  19 | 0.000000e+00 |      --      |    Inf | unknown
13.21/13.39	c   6.9s|     1 |     0 | 31318 |     - |    62M |   0 | 199 |2732 |1828 |  22 |  6 |1527 |  19 | 0.000000e+00 |      --      |    Inf | unknown
13.21/13.39	c   6.9s|     1 |     0 | 31331 |     - |    62M |   0 | 199 |2733 |1831 |  25 |  7 |1528 |  19 | 0.000000e+00 |      --      |    Inf | unknown
13.21/13.39	c   7.0s|     1 |     0 | 31348 |     - |    62M |   0 | 199 |2736 |1834 |  28 |  8 |1531 |  19 | 0.000000e+00 |      --      |    Inf | unknown
13.21/13.39	c   7.0s|     1 |     0 | 31359 |     - |    63M |   0 | 199 |2736 |1838 |  32 |  9 |1531 |  19 | 0.000000e+00 |      --      |    Inf | unknown
13.21/13.39	c   7.1s|     1 |     0 | 31384 |     - |    64M |   0 | 199 |2737 |1840 |  34 | 10 |1532 |  19 | 0.000000e+00 |      --      |    Inf | unknown
13.21/13.39	c   7.1s|     1 |     0 | 31393 |     - |    64M |   0 | 199 |2740 |1836 |  37 | 11 |1536 |  19 | 0.000000e+00 |      --      |    Inf | unknown
13.21/13.39	c   7.2s|     1 |     2 | 31846 |     - |    64M |   0 | 199 |2753 |1836 |  37 | 11 |1552 |  36 | 0.000000e+00 |      --      |    Inf | unknown
13.21/13.39	c   7.9s|   100 |     8 | 34927 |  19.6 |    68M |  16 | 199 |2794 |   0 |  66 |  0 |1604 |  36 | 0.000000e+00 |      --      |    Inf |  59.89%
13.21/13.39	c   8.3s|   200 |     5 | 36679 |  19.5 |    69M |  20 | 199 |2856 |1812 |  98 |  0 |1685 |  36 | 0.000000e+00 |      --      |    Inf |  62.07%
13.21/13.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
13.21/13.39	c   8.7s|   300 |     7 | 38392 |  19.4 |    69M |  20 | 199 |2887 |1808 | 133 |  0 |1743 |  36 | 0.000000e+00 |      --      |    Inf |  73.80%
13.21/13.39	c   8.9s|   400 |     9 | 39845 |  19.1 |    69M |  20 | 199 |2924 |1814 | 153 |  1 |1794 |  36 | 0.000000e+00 |      --      |    Inf |  74.10%
13.21/13.39	c   9.4s|   500 |    11 | 41818 |  19.1 |    69M |  20 | 199 |2950 |1814 | 187 |  2 |1860 |  36 | 0.000000e+00 |      --      |    Inf |  86.01%
13.21/13.39	c   9.7s|   600 |    13 | 43630 |  19.1 |    69M |  20 | 199 |2967 |1814 | 225 |  1 |1928 |  36 | 0.000000e+00 |      --      |    Inf |  86.93%
13.21/13.39	c   9.8s|   700 |    11 | 45315 |  19.0 |    69M |  25 | 199 |2975 |1808 | 237 |  1 |1984 |  36 | 0.000000e+00 |      --      |    Inf |  87.79%
13.21/13.39	c  10.0s|   800 |     7 | 46757 |  18.8 |    69M |  25 | 199 |3018 |1813 | 266 |  0 |2054 |  36 | 0.000000e+00 |      --      |    Inf |  91.02%
13.21/13.39	c  10.3s|   900 |     9 | 48485 |  18.7 |    69M |  25 | 199 |3037 |1810 | 307 |  0 |2128 |  36 | 0.000000e+00 |      --      |    Inf |  93.99%
13.21/13.39	c  10.5s|  1000 |     9 | 50184 |  18.7 |    69M |  25 | 199 |3062 |1815 | 323 |  0 |2206 |  36 | 0.000000e+00 |      --      |    Inf |  94.24%
13.21/13.39	c  10.6s|  1100 |    10 | 52169 |  18.7 |    69M |  27 | 199 |3123 |1814 | 339 |  1 |2309 |  36 | 0.000000e+00 |      --      |    Inf |  95.82%
13.21/13.39	c  10.8s|  1200 |    11 | 53707 |  18.6 |    69M |  29 | 199 |3160 |1814 | 355 |  1 |2390 |  36 | 0.000000e+00 |      --      |    Inf |  96.41%
13.21/13.39	c  11.0s|  1300 |    11 | 55626 |  18.6 |    69M |  29 | 199 |3198 |1816 | 388 |  0 |2453 |  36 | 0.000000e+00 |      --      |    Inf |  96.90%
13.21/13.39	c  11.2s|  1400 |    12 | 57367 |  18.6 |    69M |  29 | 199 |3275 |1810 | 407 |  0 |2555 |  36 | 0.000000e+00 |      --      |    Inf |  97.22%
13.21/13.39	c  11.3s|  1500 |     9 | 58663 |  18.4 |    69M |  29 | 199 |3353 |1813 | 407 |  1 |2668 |  36 | 0.000000e+00 |      --      |    Inf |  97.28%
13.21/13.39	c  11.4s|  1600 |     9 | 60060 |  18.3 |    69M |  29 | 199 |3390 |1815 | 426 |  1 |2725 |  36 | 0.000000e+00 |      --      |    Inf |  97.96%
13.21/13.39	c  11.6s|  1700 |     9 | 61866 |  18.3 |    69M |  29 | 199 |3441 |1811 | 457 |  0 |2790 |  36 | 0.000000e+00 |      --      |    Inf |  98.40%
13.21/13.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
13.21/13.39	c  11.7s|  1800 |    13 | 63163 |  18.1 |    69M |  29 | 199 |3454 |1811 | 461 |  1 |2828 |  36 | 0.000000e+00 |      --      |    Inf |  98.49%
13.21/13.39	c  11.8s|  1900 |     9 | 65069 |  18.1 |    69M |  29 | 199 |3513 |1811 | 468 |  1 |2911 |  36 | 0.000000e+00 |      --      |    Inf |  98.66%
13.21/13.39	c  12.0s|  2000 |     9 | 66855 |  18.1 |    69M |  29 | 199 |3565 |1813 | 485 |  1 |2979 |  36 | 0.000000e+00 |      --      |    Inf |  98.82%
13.21/13.39	c  12.1s|  2100 |     9 | 68553 |  18.1 |    69M |  29 | 199 |3615 |1812 | 492 |  0 |3046 |  36 | 0.000000e+00 |      --      |    Inf |  98.90%
13.21/13.39	c  12.2s|  2200 |     9 | 70136 |  18.0 |    69M |  29 | 199 |3689 |1814 | 500 |  1 |3135 |  36 | 0.000000e+00 |      --      |    Inf |  98.93%
13.21/13.39	c  12.3s|  2300 |    11 | 71906 |  18.0 |    69M |  29 | 199 |3798 |1814 | 504 |  1 |3266 |  36 | 0.000000e+00 |      --      |    Inf |  98.94%
13.21/13.39	c  12.4s|  2400 |     5 | 73995 |  18.1 |    69M |  30 | 199 |3916 |1816 | 510 |  0 |3402 |  36 | 0.000000e+00 |      --      |    Inf |  98.95%
13.21/13.39	c  12.5s|  2500 |     9 | 76145 |  18.2 |    69M |  30 | 199 |3992 |1811 | 526 |  1 |3497 |  36 | 0.000000e+00 |      --      |    Inf |  99.10%
13.21/13.39	c  12.6s|  2600 |     8 | 78005 |  18.2 |    69M |  30 | 199 |4092 |1814 | 532 |  1 |3626 |  36 | 0.000000e+00 |      --      |    Inf |  99.18%
13.21/13.39	c  12.7s|  2700 |     5 | 79969 |  18.2 |    69M |  30 | 199 |4190 |1815 | 534 |  1 |3745 |  36 | 0.000000e+00 |      --      |    Inf |  99.20%
13.21/13.39	c  12.9s|  2800 |     5 | 81779 |  18.2 |    69M |  30 | 199 |4292 |1811 | 541 |  0 |3872 |  36 | 0.000000e+00 |      --      |    Inf |  99.21%
13.21/13.39	c  13.0s|  2900 |     5 | 83548 |  18.2 |    69M |  30 | 199 |4404 |1812 | 546 |  0 |3997 |  36 | 0.000000e+00 |      --      |    Inf |  99.21%
13.21/13.39	c  13.1s|  3000 |     5 | 85556 |  18.2 |    69M |  30 | 199 |4486 |1813 | 550 |  0 |4114 |  36 | 0.000000e+00 |      --      |    Inf |  99.22%
13.21/13.39	c  13.2s|  3100 |     2 | 87565 |  18.3 |    69M |  30 | 199 |3862 |   0 | 559 |  0 |4229 |  36 | 0.000000e+00 |      --      |    Inf |  99.90%
13.21/13.39	c 
13.21/13.39	c SCIP Status        : problem is solved [infeasible]
13.21/13.39	c Solving Time (sec) : 13.24
13.21/13.39	c Solving Nodes      : 3127 (total of 4717 nodes in 2 runs)
13.21/13.39	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
13.21/13.39	c Dual Bound         : +1.00000000000000e+20
13.21/13.39	c Gap                : 0.00 %
13.21/13.39	c SCIP found the problem to be infeasible.
13.21/13.39	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 (56324 MiB free)
  memory of node 1: 64465 MiB (57970 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=110114, runsolver pid=110111

[startup+0.100068 s]*
/proc/loadavg: 3.29 3.08 3.16 5/269 110119
/proc/meminfo: memFree=117037428/131250000 swapFree=33010672/33010684
[pid=110114] ppid=110111 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/110114/stat : 110114 (scip-naps-1.00a) S 110111 110114 109737 0 -1 4194304 261 340 0 0 0 0 0 0 20 0 1 0 141022572 4292608 736 18446744073709551615 94535296528384 94535297422917 140733572520048 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94535297661968 94535297709712 94535316893696 140733572524443 140733572524542 140733572524542 140733572530146 0
/proc/110114/statm: 1048 736 672 219 0 110 0
[pid=110119] ppid=110114 vsize=1186716 memory=31584 CPUtime=0.06 cores=5,7
/proc/110119/stat : 110119 (python3) R 110114 110114 109737 0 -1 4194304 3664 0 0 0 5 1 0 0 20 0 1 0 141022574 1215197184 7896 18446744073709551615 94743986319360 94743986319737 140731813252320 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94743986331032 94743986331652 94744009375744 140731813259599 140731813259808 140731813259808 140731813265383 0
/proc/110119/statm: 296679 7896 4863 1 0 268701 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 1190908 KiB
Current children cumulated memory: 34528 KiB

[startup+0.205683 s]*
/proc/loadavg: 3.29 3.08 3.16 5/269 110119
/proc/meminfo: memFree=117012116/131250000 swapFree=33010672/33010684
[pid=110114] ppid=110111 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/110114/stat : 110114 (scip-naps-1.00a) S 110111 110114 109737 0 -1 4194304 261 340 0 0 0 0 0 0 20 0 1 0 141022572 4292608 736 18446744073709551615 94535296528384 94535297422917 140733572520048 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94535297661968 94535297709712 94535316893696 140733572524443 140733572524542 140733572524542 140733572530146 0
/proc/110114/statm: 1048 736 672 219 0 110 0
[pid=110119] ppid=110114 vsize=1210768 memory=63968 CPUtime=0.16 cores=5,7
/proc/110119/stat : 110119 (python3) R 110114 110114 109737 0 -1 4194304 8727 0 0 0 14 2 0 0 20 0 1 0 141022574 1239826432 15992 18446744073709551615 94743986319360 94743986319737 140731813252320 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94743986331032 94743986331652 94744009375744 140731813259599 140731813259808 140731813259808 140731813265383 0
/proc/110119/statm: 302692 15992 8159 1 0 274050 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 1214960 KiB
Current children cumulated memory: 66912 KiB

[startup+0.305809 s]*
/proc/loadavg: 3.29 3.08 3.16 5/269 110119
/proc/meminfo: memFree=117012116/131250000 swapFree=33010672/33010684
[pid=110114] ppid=110111 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/110114/stat : 110114 (scip-naps-1.00a) S 110111 110114 109737 0 -1 4194304 261 340 0 0 0 0 0 0 20 0 1 0 141022572 4292608 736 18446744073709551615 94535296528384 94535297422917 140733572520048 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94535297661968 94535297709712 94535316893696 140733572524443 140733572524542 140733572524542 140733572530146 0
/proc/110114/statm: 1048 736 672 219 0 110 0
[pid=110119] ppid=110114 vsize=1212180 memory=65376 CPUtime=0.26 cores=5,7
/proc/110119/stat : 110119 (python3) R 110114 110114 109737 0 -1 4194304 9079 0 0 0 24 2 0 0 20 0 1 0 141022574 1241272320 16344 18446744073709551615 94743986319360 94743986319737 140731813252320 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94743986331032 94743986331652 94744009375744 140731813259599 140731813259808 140731813259808 140731813265383 0
/proc/110119/statm: 303045 16344 8159 1 0 274403 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 1216372 KiB
Current children cumulated memory: 68320 KiB

[startup+0.700198 s]
/proc/loadavg: 3.29 3.08 3.16 5/269 110119
/proc/meminfo: memFree=117004052/131250000 swapFree=33010672/33010684
[pid=110114] ppid=110111 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/110114/stat : 110114 (scip-naps-1.00a) S 110111 110114 109737 0 -1 4194304 261 340 0 0 0 0 0 0 20 0 1 0 141022572 4292608 736 18446744073709551615 94535296528384 94535297422917 140733572520048 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94535297661968 94535297709712 94535316893696 140733572524443 140733572524542 140733572524542 140733572530146 0
/proc/110114/statm: 1048 736 672 219 0 110 0
[pid=110119] ppid=110114 vsize=1234824 memory=85344 CPUtime=0.65 cores=5,7
/proc/110119/stat : 110119 (python3) R 110114 110114 109737 0 -1 4194304 14087 0 0 0 62 3 0 0 20 0 1 0 141022574 1264459776 21336 18446744073709551615 94743986319360 94743986319737 140731813252320 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94743986331032 94743986331652 94744009375744 140731813259599 140731813259808 140731813259808 140731813265383 0
/proc/110119/statm: 308706 21336 8159 1 0 280064 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 1239016 KiB
Current children cumulated memory: 88288 KiB

[startup+1.50021 s]
/proc/loadavg: 3.29 3.08 3.16 5/269 110119
/proc/meminfo: memFree=116979860/131250000 swapFree=33010672/33010684
[pid=110114] ppid=110111 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/110114/stat : 110114 (scip-naps-1.00a) S 110111 110114 109737 0 -1 4194304 261 340 0 0 0 0 0 0 20 0 1 0 141022572 4292608 736 18446744073709551615 94535296528384 94535297422917 140733572520048 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94535297661968 94535297709712 94535316893696 140733572524443 140733572524542 140733572524542 140733572530146 0
/proc/110114/statm: 1048 736 672 219 0 110 0
[pid=110119] ppid=110114 vsize=1254452 memory=103284 CPUtime=1.45 cores=5,7
/proc/110119/stat : 110119 (python3) R 110114 110114 109737 0 -1 4194304 19302 0 0 0 141 4 0 0 20 0 1 0 141022574 1284558848 25821 18446744073709551615 94743986319360 94743986319737 140731813252320 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94743986331032 94743986331652 94744009375744 140731813259599 140731813259808 140731813259808 140731813265383 0
/proc/110119/statm: 313613 25821 8159 1 0 284971 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 1258644 KiB
Current children cumulated memory: 106228 KiB

[startup+3.10549 s]
/proc/loadavg: 3.35 3.09 3.16 5/269 110119
/proc/meminfo: memFree=116989044/131250000 swapFree=33010672/33010684
[pid=110114] ppid=110111 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/110114/stat : 110114 (scip-naps-1.00a) S 110111 110114 109737 0 -1 4194304 261 340 0 0 0 0 0 0 20 0 1 0 141022572 4292608 736 18446744073709551615 94535296528384 94535297422917 140733572520048 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94535297661968 94535297709712 94535316893696 140733572524443 140733572524542 140733572524542 140733572530146 0
/proc/110114/statm: 1048 736 672 219 0 110 0
[pid=110119] ppid=110114 vsize=1264756 memory=113780 CPUtime=3.05 cores=5,7
/proc/110119/stat : 110119 (python3) R 110114 110114 109737 0 -1 4194304 21928 0 0 0 300 5 0 0 20 0 1 0 141022574 1295110144 28445 18446744073709551615 94743986319360 94743986319737 140731813252320 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94743986331032 94743986331652 94744009375744 140731813259599 140731813259808 140731813259808 140731813265383 0
/proc/110119/statm: 316189 28445 8159 1 0 287547 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 1268948 KiB
Current children cumulated memory: 116724 KiB

[startup+6.30019 s]
/proc/loadavg: 3.35 3.09 3.16 5/269 110119
/proc/meminfo: memFree=117024240/131250000 swapFree=33010672/33010684
[pid=110114] ppid=110111 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/110114/stat : 110114 (scip-naps-1.00a) S 110111 110114 109737 0 -1 4194304 261 340 0 0 0 0 0 0 20 0 1 0 141022572 4292608 736 18446744073709551615 94535296528384 94535297422917 140733572520048 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94535297661968 94535297709712 94535316893696 140733572524443 140733572524542 140733572524542 140733572530146 0
/proc/110114/statm: 1048 736 672 219 0 110 0
[pid=110119] ppid=110114 vsize=1269692 memory=118772 CPUtime=6.23 cores=5,7
/proc/110119/stat : 110119 (python3) R 110114 110114 109737 0 -1 4194304 23171 0 0 0 618 5 0 0 20 0 1 0 141022574 1300164608 29693 18446744073709551615 94743986319360 94743986319737 140731813252320 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94743986331032 94743986331652 94744009375744 140731813259599 140731813259808 140731813259808 140731813265383 0
/proc/110119/statm: 317423 29693 8159 1 0 288781 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 1273884 KiB
Current children cumulated memory: 121716 KiB

[startup+12.7002 s]
/proc/loadavg: 3.45 3.12 3.17 5/269 110119
/proc/meminfo: memFree=117082216/131250000 swapFree=33010672/33010684
[pid=110114] ppid=110111 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/110114/stat : 110114 (scip-naps-1.00a) S 110111 110114 109737 0 -1 4194304 261 340 0 0 0 0 0 0 20 0 1 0 141022572 4292608 736 18446744073709551615 94535296528384 94535297422917 140733572520048 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94535297661968 94535297709712 94535316893696 140733572524443 140733572524542 140733572524542 140733572530146 0
/proc/110114/statm: 1048 736 672 219 0 110 0
[pid=110119] ppid=110114 vsize=1275876 memory=124996 CPUtime=12.61 cores=5,7
/proc/110119/stat : 110119 (python3) R 110114 110114 109737 0 -1 4194304 27045 0 0 0 1255 6 0 0 20 0 1 0 141022574 1306497024 31249 18446744073709551615 94743986319360 94743986319737 140731813252320 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94743986331032 94743986331652 94744009375744 140731813259599 140731813259808 140731813259808 140731813265383 0
/proc/110119/statm: 318969 31249 8159 1 0 290327 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 1280068 KiB
Current children cumulated memory: 127940 KiB

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

# cumulated CPU time of all completed processes:  user=13.2705 s, system=0.081046 s

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

[startup+12.8002 s]
/proc/loadavg: 3.45 3.12 3.17 5/269 110119
/proc/meminfo: memFree=117082216/131250000 swapFree=33010672/33010684
[pid=110114] ppid=110111 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/110114/stat : 110114 (scip-naps-1.00a) S 110111 110114 109737 0 -1 4194304 261 340 0 0 0 0 0 0 20 0 1 0 141022572 4292608 736 18446744073709551615 94535296528384 94535297422917 140733572520048 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94535297661968 94535297709712 94535316893696 140733572524443 140733572524542 140733572524542 140733572530146 0
/proc/110114/statm: 1048 736 672 219 0 110 0
[pid=110119] ppid=110114 vsize=1275876 memory=124996 CPUtime=12.71 cores=5,7
/proc/110119/stat : 110119 (python3) R 110114 110114 109737 0 -1 4194304 27045 0 0 0 1265 6 0 0 20 0 1 0 141022574 1306497024 31249 18446744073709551615 94743986319360 94743986319737 140731813252320 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94743986331032 94743986331652 94744009375744 140731813259599 140731813259808 140731813259808 140731813265383 0
/proc/110119/statm: 318969 31249 8159 1 0 290327 0
Current children cumulated CPU time: 12.71 s
Current children cumulated vsize: 1280068 KiB
Current children cumulated memory: 127940 KiB

[startup+13.2001 s]
/proc/loadavg: 3.45 3.12 3.17 5/269 110119
/proc/meminfo: memFree=117100832/131250000 swapFree=33010672/33010684
[pid=110114] ppid=110111 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/110114/stat : 110114 (scip-naps-1.00a) S 110111 110114 109737 0 -1 4194304 261 340 0 0 0 0 0 0 20 0 1 0 141022572 4292608 736 18446744073709551615 94535296528384 94535297422917 140733572520048 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94535297661968 94535297709712 94535316893696 140733572524443 140733572524542 140733572524542 140733572530146 0
/proc/110114/statm: 1048 736 672 219 0 110 0
[pid=110119] ppid=110114 vsize=1275876 memory=124996 CPUtime=13.11 cores=5,7
/proc/110119/stat : 110119 (python3) R 110114 110114 109737 0 -1 4194304 27045 0 0 0 1305 6 0 0 20 0 1 0 141022574 1306497024 31249 18446744073709551615 94743986319360 94743986319737 140731813252320 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94743986331032 94743986331652 94744009375744 140731813259599 140731813259808 140731813259808 140731813265383 0
/proc/110119/statm: 318969 31249 8159 1 0 290327 0
Current children cumulated CPU time: 13.11 s
Current children cumulated vsize: 1280068 KiB
Current children cumulated memory: 127940 KiB

[startup+13.4001 s]
/proc/loadavg: 3.45 3.12 3.17 5/269 110119
/proc/meminfo: memFree=117100832/131250000 swapFree=33010672/33010684
[pid=110114] ppid=110111 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/110114/stat : 110114 (scip-naps-1.00a) S 110111 110114 109737 0 -1 4194304 261 340 0 0 0 0 0 0 20 0 1 0 141022572 4292608 736 18446744073709551615 94535296528384 94535297422917 140733572520048 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94535297661968 94535297709712 94535316893696 140733572524443 140733572524542 140733572524542 140733572530146 0
/proc/110114/statm: 1048 736 672 219 0 110 0
[pid=110119] ppid=110114 vsize=1275876 memory=124996 CPUtime=13.31 cores=5,7
/proc/110119/stat : 110119 (python3) R 110114 110114 109737 0 -1 4194304 27045 0 0 0 1325 6 0 0 20 0 1 0 141022574 1306497024 31249 18446744073709551615 94743986319360 94743986319737 140731813252320 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94743986331032 94743986331652 94744009375744 140731813259599 140731813259808 140731813259808 140731813265383 0
/proc/110119/statm: 318969 31249 8159 1 0 290327 0
Current children cumulated CPU time: 13.31 s
Current children cumulated vsize: 1280068 KiB
Current children cumulated memory: 127940 KiB

Child status: 0

Real time (s): 13.4225
CPU time (s): 13.3515
CPU user time (s): 13.2705
CPU system time (s): 0.081046
CPU usage (%): 99.4712
Max. virtual memory (cumulated for all children) (KiB): 1280068
Max. memory (cumulated for all children) (KiB): 127940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.2705
system time used= 0.081046
maximum resident set size= 125636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27685
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= 27


# summary of solver processes directly reported to runsolver:
#   pid: 110114
#   total CPU time (s): 13.3515
#   total CPU user time (s): 13.2705
#   total CPU system time (s): 0.081046

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.036984 second user time and 0.091512 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-11 19:03:59
IDJOB=4529707
IDBENCH=147924
IDSOLVER=3388
FILE ID=nodeC026/4529707-1752253439
RUNJOBID= nodeC026-1752253388-109750
SLURM_JOB_ID= 9682587
Free space on /tmp= 429656 MiB

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

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

MD5SUM BENCH= 83979afc30a856316c8a6ffdd1ef6d89
RANDOM SEED=277004428

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.868
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.875
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		: 3602.642
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		: 3614.043
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		: 3599.965
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.793
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		: 3601.634
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		: 3651.841
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:        117038508 kB
MemAvailable:   120468724 kB
Buffers:            2128 kB
Cached:          4053412 kB
SwapCached:            4 kB
Active:          9527604 kB
Inactive:        3379544 kB
Active(anon):    8860000 kB
Inactive(anon):     9684 kB
Active(file):     667604 kB
Inactive(file):  3369860 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11412 kB
Writeback:             0 kB
AnonPages:       8854808 kB
Mapped:           128368 kB
Shmem:             18076 kB
KReclaimable:     453552 kB
Slab:             557164 kB
SReclaimable:     453552 kB
SUnreclaim:       103612 kB
KernelStack:        4364 kB
PageTables:        21080 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   12455480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 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:13