Trace number 4494789

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP-NaPS 1.00a1UNSAT 13.0368 13.1095

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4494789-1751151801/watcher-4494789-1751151801 -o /tmp/evaluation-result-4494789-1751151801/solver-4494789-1751151801 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751145166-19821 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4494789-1751151801.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=24199, runsolver pid=24196
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 4.04 4.09 4.09 5/269 24204
/proc/meminfo: memFree=124412064/131249992 swapFree=33010684/33010684
[pid=24199] ppid=24196 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24199/stat : 24199 (scip-naps-1.00.) S 24196 24199 19810 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 30858874 4292608 736 18446744073709551615 93931179507712 93931180402245 140724585373744 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93931180641296 93931180689040 93931204030464 140724585376161 140724585376258 140724585376258 140724585381860 0
/proc/24199/statm: 1048 736 672 219 0 110 0
[pid=24204] ppid=24199 vsize=1187176 memory=32012 CPUtime=0.07 cores=4,6
/proc/24204/stat : 24204 (python3) R 24199 24199 19810 0 -1 4194304 3766 0 0 0 6 1 0 0 20 0 1 0 30858876 1215668224 8003 18446744073709551615 94183738085376 94183738085753 140737120638048 0 0 0 0 16781312 2 0 0 0 17 6 0 0 0 0 0 94183738097048 94183738097668 94183768182784 140737120643416 140737120643618 140737120643618 140737120649191 0
/proc/24204/statm: 296794 8003 4900 1 0 268816 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 1191368 KiB
Current children cumulated memory: 34956 KiB

[startup+0.205504 s]*
/proc/loadavg: 4.04 4.09 4.09 6/269 24204
/proc/meminfo: memFree=124387872/131249992 swapFree=33010684/33010684
[pid=24199] ppid=24196 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24199/stat : 24199 (scip-naps-1.00.) S 24196 24199 19810 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 30858874 4292608 736 18446744073709551615 93931179507712 93931180402245 140724585373744 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93931180641296 93931180689040 93931204030464 140724585376161 140724585376258 140724585376258 140724585381860 0
/proc/24199/statm: 1048 736 672 219 0 110 0
[pid=24204] ppid=24199 vsize=1210996 memory=63756 CPUtime=0.17 cores=4,6
/proc/24204/stat : 24204 (python3) R 24199 24199 19810 0 -1 4194304 8763 0 0 0 15 2 0 0 20 0 1 0 30858876 1240059904 15939 18446744073709551615 94183738085376 94183738085753 140737120638048 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94183738097048 94183738097668 94183768182784 140737120643416 140737120643618 140737120643618 140737120649191 0
/proc/24204/statm: 302749 15939 8100 1 0 274107 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1215188 KiB
Current children cumulated memory: 66700 KiB

[startup+0.305652 s]*
/proc/loadavg: 4.04 4.09 4.09 5/269 24204
/proc/meminfo: memFree=124387872/131249992 swapFree=33010684/33010684
[pid=24199] ppid=24196 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24199/stat : 24199 (scip-naps-1.00.) S 24196 24199 19810 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 30858874 4292608 736 18446744073709551615 93931179507712 93931180402245 140724585373744 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93931180641296 93931180689040 93931204030464 140724585376161 140724585376258 140724585376258 140724585381860 0
/proc/24199/statm: 1048 736 672 219 0 110 0
[pid=24204] ppid=24199 vsize=1215612 memory=68236 CPUtime=0.26 cores=4,6
/proc/24204/stat : 24204 (python3) R 24199 24199 19810 0 -1 4194304 9869 0 0 0 24 2 0 0 20 0 1 0 30858876 1244786688 17059 18446744073709551615 94183738085376 94183738085753 140737120638048 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94183738097048 94183738097668 94183768182784 140737120643416 140737120643618 140737120643618 140737120649191 0
/proc/24204/statm: 303903 17059 8100 1 0 275261 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 1219804 KiB
Current children cumulated memory: 71180 KiB

[startup+0.700212 s]
/proc/loadavg: 4.04 4.09 4.09 5/269 24204
/proc/meminfo: memFree=124387872/131249992 swapFree=33010684/33010684
[pid=24199] ppid=24196 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24199/stat : 24199 (scip-naps-1.00.) S 24196 24199 19810 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 30858874 4292608 736 18446744073709551615 93931179507712 93931180402245 140724585373744 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93931180641296 93931180689040 93931204030464 140724585376161 140724585376258 140724585376258 140724585381860 0
/proc/24199/statm: 1048 736 672 219 0 110 0
[pid=24204] ppid=24199 vsize=1236520 memory=86284 CPUtime=0.65 cores=4,6
/proc/24204/stat : 24204 (python3) R 24199 24199 19810 0 -1 4194304 14385 0 0 0 62 3 0 0 20 0 1 0 30858876 1266196480 21571 18446744073709551615 94183738085376 94183738085753 140737120638048 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94183738097048 94183738097668 94183768182784 140737120643416 140737120643618 140737120643618 140737120649191 0
/proc/24204/statm: 309130 21571 8100 1 0 280488 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 1240712 KiB
Current children cumulated memory: 89228 KiB

[startup+1.50019 s]
/proc/loadavg: 4.04 4.09 4.09 5/269 24204
/proc/meminfo: memFree=124363932/131249992 swapFree=33010684/33010684
[pid=24199] ppid=24196 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24199/stat : 24199 (scip-naps-1.00.) S 24196 24199 19810 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 30858874 4292608 736 18446744073709551615 93931179507712 93931180402245 140724585373744 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93931180641296 93931180689040 93931204030464 140724585376161 140724585376258 140724585376258 140724585381860 0
/proc/24199/statm: 1048 736 672 219 0 110 0
[pid=24204] ppid=24199 vsize=1254396 memory=102876 CPUtime=1.45 cores=4,6
/proc/24204/stat : 24204 (python3) R 24199 24199 19810 0 -1 4194304 18844 0 0 0 141 4 0 0 20 0 1 0 30858876 1284501504 25719 18446744073709551615 94183738085376 94183738085753 140737120638048 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94183738097048 94183738097668 94183768182784 140737120643416 140737120643618 140737120643618 140737120649191 0
/proc/24204/statm: 313599 25719 8100 1 0 284957 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 1258588 KiB
Current children cumulated memory: 105820 KiB

[startup+3.10542 s]
/proc/loadavg: 4.04 4.09 4.09 5/269 24204
/proc/meminfo: memFree=124361116/131249992 swapFree=33010684/33010684
[pid=24199] ppid=24196 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24199/stat : 24199 (scip-naps-1.00.) S 24196 24199 19810 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 30858874 4292608 736 18446744073709551615 93931179507712 93931180402245 140724585373744 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93931180641296 93931180689040 93931204030464 140724585376161 140724585376258 140724585376258 140724585381860 0
/proc/24199/statm: 1048 736 672 219 0 110 0
[pid=24204] ppid=24199 vsize=1266664 memory=114652 CPUtime=3.05 cores=4,6
/proc/24204/stat : 24204 (python3) R 24199 24199 19810 0 -1 4194304 21791 0 0 0 301 4 0 0 20 0 1 0 30858876 1297063936 28663 18446744073709551615 94183738085376 94183738085753 140737120638048 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94183738097048 94183738097668 94183768182784 140737120643416 140737120643618 140737120643618 140737120649191 0
/proc/24204/statm: 316666 28663 8100 1 0 288024 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 1270856 KiB
Current children cumulated memory: 117596 KiB

[startup+6.30019 s]
/proc/loadavg: 4.12 4.11 4.09 5/269 24204
/proc/meminfo: memFree=124365288/131249992 swapFree=33010684/33010684
[pid=24199] ppid=24196 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24199/stat : 24199 (scip-naps-1.00.) S 24196 24199 19810 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 30858874 4292608 736 18446744073709551615 93931179507712 93931180402245 140724585373744 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93931180641296 93931180689040 93931204030464 140724585376161 140724585376258 140724585376258 140724585381860 0
/proc/24199/statm: 1048 736 672 219 0 110 0
[pid=24204] ppid=24199 vsize=1269728 memory=118156 CPUtime=6.24 cores=4,6
/proc/24204/stat : 24204 (python3) R 24199 24199 19810 0 -1 4194304 23052 0 0 0 619 5 0 0 20 0 1 0 30858876 1300201472 29539 18446744073709551615 94183738085376 94183738085753 140737120638048 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94183738097048 94183738097668 94183768182784 140737120643416 140737120643618 140737120643618 140737120649191 0
/proc/24204/statm: 317432 29539 8100 1 0 288790 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 1273920 KiB
Current children cumulated memory: 121100 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.11 4.09 5/269 24204
/proc/meminfo: memFree=124361760/131249992 swapFree=33010684/33010684
[pid=24199] ppid=24196 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24199/stat : 24199 (scip-naps-1.00.) S 24196 24199 19810 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 30858874 4292608 736 18446744073709551615 93931179507712 93931180402245 140724585373744 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93931180641296 93931180689040 93931204030464 140724585376161 140724585376258 140724585376258 140724585381860 0
/proc/24199/statm: 1048 736 672 219 0 110 0
[pid=24204] ppid=24199 vsize=1275936 memory=124300 CPUtime=12.61 cores=4,6
/proc/24204/stat : 24204 (python3) R 24199 24199 19810 0 -1 4194304 24620 0 0 0 1256 5 0 0 20 0 1 0 30858876 1306558464 31075 18446744073709551615 94183738085376 94183738085753 140737120638048 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94183738097048 94183738097668 94183768182784 140737120643416 140737120643618 140737120643618 140737120649191 0
/proc/24204/statm: 318984 31075 8100 1 0 290342 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 1280128 KiB
Current children cumulated memory: 127244 KiB

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

# cumulated CPU time of all completed processes:  user=12.9731 s, system=0.063648 s

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

[startup+12.8002 s]
/proc/loadavg: 4.11 4.11 4.09 5/269 24204
/proc/meminfo: memFree=124361760/131249992 swapFree=33010684/33010684
[pid=24199] ppid=24196 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24199/stat : 24199 (scip-naps-1.00.) S 24196 24199 19810 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 30858874 4292608 736 18446744073709551615 93931179507712 93931180402245 140724585373744 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93931180641296 93931180689040 93931204030464 140724585376161 140724585376258 140724585376258 140724585381860 0
/proc/24199/statm: 1048 736 672 219 0 110 0
[pid=24204] ppid=24199 vsize=1275936 memory=124300 CPUtime=12.71 cores=4,6
/proc/24204/stat : 24204 (python3) R 24199 24199 19810 0 -1 4194304 24621 0 0 0 1266 5 0 0 20 0 1 0 30858876 1306558464 31075 18446744073709551615 94183738085376 94183738085753 140737120638048 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94183738097048 94183738097668 94183768182784 140737120643416 140737120643618 140737120643618 140737120649191 0
/proc/24204/statm: 318984 31075 8100 1 0 290342 0
Current children cumulated CPU time: 12.71 s
Current children cumulated vsize: 1280128 KiB
Current children cumulated memory: 127244 KiB

[startup+13.0002 s]*
/proc/loadavg: 4.11 4.11 4.09 5/269 24204
/proc/meminfo: memFree=124361760/131249992 swapFree=33010684/33010684
[pid=24199] ppid=24196 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24199/stat : 24199 (scip-naps-1.00.) S 24196 24199 19810 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 30858874 4292608 736 18446744073709551615 93931179507712 93931180402245 140724585373744 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93931180641296 93931180689040 93931204030464 140724585376161 140724585376258 140724585376258 140724585381860 0
/proc/24199/statm: 1048 736 672 219 0 110 0
[pid=24204] ppid=24199 vsize=1275936 memory=124300 CPUtime=12.92 cores=4,6
/proc/24204/stat : 24204 (python3) R 24199 24199 19810 0 -1 4194304 24621 0 0 0 1287 5 0 0 20 0 1 0 30858876 1306558464 31075 18446744073709551615 94183738085376 94183738085753 140737120638048 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94183738097048 94183738097668 94183768182784 140737120643416 140737120643618 140737120643618 140737120649191 0
/proc/24204/statm: 318984 31075 8100 1 0 290342 0
Current children cumulated CPU time: 12.92 s
Current children cumulated vsize: 1280128 KiB
Current children cumulated memory: 127244 KiB

[startup+13.1054 s]
/proc/loadavg: 4.11 4.11 4.09 5/269 24204
/proc/meminfo: memFree=124361760/131249992 swapFree=33010684/33010684
[pid=24199] ppid=24196 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/24199/stat : 24199 (scip-naps-1.00.) S 24196 24199 19810 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 30858874 4292608 736 18446744073709551615 93931179507712 93931180402245 140724585373744 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93931180641296 93931180689040 93931204030464 140724585376161 140724585376258 140724585376258 140724585381860 0
/proc/24199/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

Child status: 0

Real time (s): 13.1095
CPU time (s): 13.0368
CPU user time (s): 12.9731
CPU system time (s): 0.063648
CPU usage (%): 99.445
Max. virtual memory (cumulated for all children) (KiB): 1280128
Max. memory (cumulated for all children) (KiB): 127244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.9731
system time used= 0.063648
maximum resident set size= 125068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25258
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= 346
involuntary context switches= 95


# summary of solver processes directly reported to runsolver:
#   pid: 24199
#   total CPU time (s): 13.0368
#   total CPU user time (s): 12.9731
#   total CPU system time (s): 0.063648

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.03642 second user time and 0.088288 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-06-29 01:03:21
IDJOB=4494789
IDBENCH=147924
IDSOLVER=3368
FILE ID=nodeC025/4494789-1751151801
RUNJOBID= nodeC025-1751145166-19821
SLURM_JOB_ID= 9587446
Free space on /tmp= 433000 MiB

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

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

MD5SUM BENCH= 83979afc30a856316c8a6ffdd1ef6d89
RANDOM SEED=1785113943

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        124423908 kB
MemAvailable:   124106008 kB
Buffers:            3280 kB
Cached:           492520 kB
SwapCached:            0 kB
Active:          5958864 kB
Inactive:         234436 kB
Active(anon):    5715584 kB
Inactive(anon):        0 kB
Active(file):     243280 kB
Inactive(file):   234436 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5536 kB
Writeback:             4 kB
AnonPages:       5700100 kB
Mapped:           127108 kB
Shmem:             18084 kB
KReclaimable:      87248 kB
Slab:             171232 kB
SReclaimable:      87248 kB
SUnreclaim:        83984 kB
KernelStack:        4288 kB
PageTables:        14916 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    9639156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2162688 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432996 MiB
End job on nodeC025 at 2025-06-29 01:03:34