Trace number 4530170

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 NameAnswerobjective functionCPU timeWall clock time
SCIP-NaPS 1.00a2OPT25 11.1622 11.2487

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/
submitted-PB06/manquiho/golomb-rulers/normalized-OGR_7.opb
MD5SUM31239eff399a5786b9ac75ec6014d884
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark0.431958
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables238
Total number of constraints398
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints398
Minimum length of a constraint12
Maximum length of a constraint25
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 64
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 349
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.62/4.77	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --opt HOME/instance-4530170-1752253208.opb
4.62/4.77	c Solving mode: optimization
4.62/4.77	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
4.62/4.77	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
4.62/4.77	c original problem has 238 variables (238 bin, 0 int, 0 impl, 0 cont) and 398 constraints
4.62/4.77	c presolving:
4.62/4.77	c (round 1, exhaustive) 0 del vars, 196 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 21 clqs
4.62/4.77	c (round 2, exhaustive) 0 del vars, 196 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 6 upgd conss, 0 impls, 21 clqs
4.62/4.77	c    (0.0s) probing cycle finished: starting next cycle
4.62/4.77	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
4.62/4.77	c    (0.0s) symmetry computation finished: 70 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.00)
4.62/4.77	c dynamic symmetry handling statistics:
4.62/4.77	c    orbitopal reduction:       no components
4.62/4.77	c    orbital reduction:         no components
4.62/4.77	c    lexicographic reduction:   no permutations
4.62/4.77	c handled 70 out of 70 symmetry components
4.62/4.77	c (round 3, exhaustive) 0 del vars, 196 del conss, 70 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 6 upgd conss, 0 impls, 287 clqs
4.62/4.77	c (round 4, exhaustive) 0 del vars, 196 del conss, 70 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 76 upgd conss, 0 impls, 287 clqs
4.62/4.77	c presolving (5 rounds: 5 fast, 5 medium, 5 exhaustive):
4.62/4.77	c  0 deleted vars, 196 deleted constraints, 70 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
4.62/4.77	c  0 implications, 287 cliques
4.62/4.77	c presolved problem has 238 variables (238 bin, 0 int, 0 impl, 0 cont) and 272 constraints
4.62/4.77	c       6 constraints of type <knapsack>
4.62/4.77	c      70 constraints of type <setppc>
4.62/4.77	c     196 constraints of type <linear>
4.62/4.77	c transformed objective value is always integral (scale: 1)
4.62/4.77	c Presolving Time: 0.02
4.62/4.77	c 
4.62/4.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.62/4.77	c   0.0s|     1 |     0 |   231 |     - |  8409k |   0 | 238 | 284 | 272 |   0 |  0 |  11 |   0 | 6.000000e+00 |      --      |    Inf | unknown
4.62/4.77	c   0.1s|     1 |     0 |   663 |     - |  9037k |   0 | 238 | 284 | 278 |   6 |  1 |  11 |   0 | 6.000000e+00 |      --      |    Inf | unknown
4.62/4.77	c   0.1s|     1 |     0 |   670 |     - |  9585k |   0 | 238 | 284 | 284 |  12 |  2 |  11 |   0 | 6.000000e+00 |      --      |    Inf | unknown
4.62/4.77	c   0.1s|     1 |     0 |   682 |     - |  9906k |   0 | 238 | 284 | 289 |  17 |  3 |  11 |   0 | 6.000000e+00 |      --      |    Inf | unknown
4.62/4.77	c   0.1s|     1 |     0 |   690 |     - |    10M |   0 | 238 | 284 | 295 |  23 |  4 |  11 |   0 | 6.000000e+00 |      --      |    Inf | unknown
4.62/4.77	c   0.1s|     1 |     0 |   708 |     - |    11M |   0 | 238 | 284 | 301 |  29 |  5 |  11 |   0 | 6.000000e+00 |      --      |    Inf | unknown
4.62/4.77	c   0.1s|     1 |     0 |   722 |     - |    11M |   0 | 238 | 284 | 306 |  34 |  6 |  11 |   0 | 6.000000e+00 |      --      |    Inf | unknown
4.62/4.77	c   0.1s|     1 |     0 |   740 |     - |    12M |   0 | 238 | 284 | 312 |  40 |  7 |  11 |   0 | 6.000000e+00 |      --      |    Inf | unknown
4.62/4.77	c   0.1s|     1 |     0 |   759 |     - |    12M |   0 | 238 | 284 | 317 |  45 |  8 |  11 |   0 | 6.000000e+00 |      --      |    Inf | unknown
4.62/4.77	c   0.1s|     1 |     0 |   780 |     - |    12M |   0 | 238 | 284 | 322 |  50 |  9 |  11 |   0 | 6.000000e+00 |      --      |    Inf | unknown
4.62/4.77	c   0.1s|     1 |     0 |   806 |     - |    13M |   0 | 238 | 284 | 328 |  56 | 10 |  11 |   0 | 6.000000e+00 |      --      |    Inf | unknown
4.62/4.77	c   0.1s|     1 |     0 |   824 |     - |    13M |   0 | 238 | 284 | 333 |  61 | 11 |  11 |   0 | 6.000000e+00 |      --      |    Inf | unknown
4.62/4.77	c   0.2s|     1 |     2 |  1295 |     - |    13M |   0 | 238 | 294 | 333 |  61 | 11 |  21 |  22 | 7.000000e+00 |      --      |    Inf | unknown
4.62/4.77	c d 0.2s|    11 |    12 |  1701 |  95.9 |adaptive|   6 | 238 | 297 | 279 |   0 |  1 |  24 |  22 | 7.000000e+00 | 3.300000e+01 | 371.43%| unknown
4.62/4.77	c * 0.3s|    36 |    27 |  2532 |  51.1 |    LP  |   9 | 238 | 305 | 279 |  61 |  0 |  38 |  22 | 7.000000e+00 | 2.800000e+01 | 300.00%|   0.94%
4.62/4.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.62/4.77	c   0.8s|   100 |    72 |  8800 |  81.4 |    13M |  10 | 238 | 423 | 279 |  61 |  1 | 157 |  22 | 7.000000e+00 | 2.800000e+01 | 300.00%|  21.01%
4.62/4.77	c * 1.2s|   166 |   108 | 13835 |  79.4 |    LP  |  16 | 238 | 544 | 279 | 298 |  0 | 279 |  30 | 7.000000e+00 | 2.500000e+01 | 257.14%|  21.38%
4.62/4.77	c   1.4s|   200 |   125 | 15723 |  75.3 |    24M |  16 | 238 | 598 | 279 | 363 |  1 | 334 |  30 | 7.000000e+00 | 2.500000e+01 | 257.14%|  30.51%
4.62/4.77	c   1.9s|   300 |   167 | 19411 |  62.4 |    26M |  18 | 238 | 721 | 279 | 541 |  1 | 461 |  31 | 9.000000e+00 | 2.500000e+01 | 177.78%|  41.02%
4.62/4.77	c   2.0s|   400 |   191 | 22079 |  53.5 |    27M |  18 | 238 | 796 |   0 | 723 |  0 | 537 |  36 | 9.811190e+00 | 2.500000e+01 | 154.81%|  43.01%
4.62/4.77	c   2.2s|   500 |   209 | 23810 |  46.2 |    27M |  18 | 238 | 887 | 282 | 785 |  1 | 631 |  41 | 1.000000e+01 | 2.500000e+01 | 150.00%|  50.53%
4.62/4.77	c   2.4s|   600 |   225 | 25243 |  40.9 |    27M |  20 | 238 | 976 | 282 | 790 |  1 | 720 |  41 | 1.000000e+01 | 2.500000e+01 | 150.00%|  54.18%
4.62/4.77	c   2.5s|   700 |   221 | 26151 |  36.4 |    27M |  20 | 238 |1048 |   0 | 793 |  0 | 793 |  41 | 1.033333e+01 | 2.500000e+01 | 141.94%|  55.40%
4.62/4.77	c   2.6s|   800 |   213 | 27715 |  33.8 |    27M |  20 | 238 |1125 | 282 | 860 |  1 | 871 |  60 | 1.200000e+01 | 2.500000e+01 | 108.33%|  57.43%
4.62/4.77	c   2.7s|   900 |   235 | 29115 |  31.6 |    27M |  20 | 238 |1228 | 288 | 907 |  1 | 977 |  70 | 1.200000e+01 | 2.500000e+01 | 108.33%|  57.54%
4.62/4.77	c   2.8s|  1000 |   265 | 30746 |  30.0 |    27M |  20 | 238 |1367 | 286 | 941 |  1 |1120 |  80 | 1.200000e+01 | 2.500000e+01 | 108.33%|  57.72%
4.62/4.77	c   2.9s|  1100 |   275 | 32072 |  28.5 |    27M |  20 | 238 |1447 |   0 |1039 |  0 |1205 |  80 | 1.300000e+01 | 2.500000e+01 |  92.31%|  58.80%
4.62/4.77	c   3.1s|  1200 |   300 | 33899 |  27.7 |    28M |  20 | 238 |1550 | 289 |1106 |  1 |1314 |  85 | 1.400000e+01 | 2.500000e+01 |  78.57%|  59.86%
4.62/4.77	c   3.2s|  1300 |   321 | 35799 |  27.0 |    28M |  20 | 238 |1619 |   0 |1267 |  0 |1384 |  85 | 1.400000e+01 | 2.500000e+01 |  78.57%|  60.40%
4.62/4.77	c   3.3s|  1400 |   330 | 37316 |  26.1 |    28M |  20 | 238 |1712 |   0 |1389 |  0 |1481 |  90 | 1.400000e+01 | 2.500000e+01 |  78.57%|  61.70%
4.62/4.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.62/4.77	c   3.4s|  1500 |   321 | 38552 |  25.2 |    28M |  20 | 238 |1762 |   0 |1454 |  0 |1535 | 110 | 1.400000e+01 | 2.500000e+01 |  78.57%|  62.14%
4.62/4.77	c   3.6s|  1600 |   312 | 40263 |  24.7 |    28M |  20 | 238 |1841 |   0 |1515 |  0 |1618 | 120 | 1.422222e+01 | 2.500000e+01 |  75.78%|  62.80%
4.62/4.77	c   3.7s|  1700 |   314 | 41252 |  23.8 |    29M |  20 | 238 |1923 | 286 |1565 |  1 |1711 | 121 | 1.600000e+01 | 2.500000e+01 |  56.25%|  64.59%
4.62/4.77	c   3.9s|  1800 |   345 | 43220 |  23.6 |    29M |  20 | 238 |2055 | 289 |1686 |  2 |1855 | 141 | 1.600000e+01 | 2.500000e+01 |  56.25%|  65.92%
4.62/4.77	c   4.1s|  1900 |   345 | 44798 |  23.2 |    29M |  20 | 238 |2226 | 293 |1856 |  1 |2039 | 190 | 1.600000e+01 | 2.500000e+01 |  56.25%|  66.22%
4.62/4.77	c   4.1s|  2000 |   324 | 45781 |  22.5 |    29M |  20 | 238 |2396 | 286 |1865 |  1 |2232 | 258 | 1.600000e+01 | 2.500000e+01 |  56.25%|  66.66%
4.62/4.77	c   4.3s|  2100 |   333 | 46932 |  22.0 |    29M |  20 | 238 |2481 | 285 |1908 |  1 |2342 | 268 | 1.600000e+01 | 2.500000e+01 |  56.25%|  67.20%
4.62/4.77	c   4.4s|  2200 |   350 | 48239 |  21.6 |    29M |  20 | 238 |2524 | 285 |1947 |  1 |2403 | 278 | 1.600000e+01 | 2.500000e+01 |  56.25%|  67.61%
4.62/4.77	c   4.5s|  2300 |   369 | 49414 |  21.2 |    29M |  20 | 238 |2582 | 288 |1985 |  1 |2488 | 283 | 1.600000e+01 | 2.500000e+01 |  56.25%|  67.98%
10.50/10.62	c   4.6s|  2400 |   347 | 50417 |  20.7 |    29M |  20 | 238 |2654 | 289 |2010 |  1 |2595 | 303 | 1.600000e+01 | 2.500000e+01 |  56.25%|  69.04%
10.50/10.62	c   4.8s|  2500 |   338 | 52169 |  20.6 |    30M |  20 | 238 |2682 |   0 |2066 |  0 |2673 | 303 | 1.600000e+01 | 2.500000e+01 |  56.25%|  69.74%
10.50/10.62	c   4.8s|  2600 |   327 | 53022 |  20.1 |    30M |  20 | 238 |2739 | 289 |2066 |  1 |2771 | 339 | 1.600000e+01 | 2.500000e+01 |  56.25%|  69.98%
10.50/10.62	c   4.9s|  2700 |   320 | 54083 |  19.8 |    30M |  20 | 238 |2767 | 286 |2104 |  1 |2849 | 342 | 1.600000e+01 | 2.500000e+01 |  56.25%|  70.62%
10.50/10.62	c   5.0s|  2800 |   325 | 55132 |  19.4 |    30M |  20 | 238 |2805 | 290 |2135 |  1 |2951 | 347 | 1.600000e+01 | 2.500000e+01 |  56.25%|  70.77%
10.50/10.62	c   5.1s|  2900 |   339 | 56247 |  19.1 |    30M |  20 | 238 |2790 |   0 |2147 |  0 |3033 | 352 | 1.600000e+01 | 2.500000e+01 |  56.25%|  71.34%
10.50/10.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
10.50/10.62	c   5.2s|  3000 |   314 | 56984 |  18.8 |    30M |  20 | 238 |2785 | 289 |2175 |  1 |3101 | 357 | 1.600000e+01 | 2.500000e+01 |  56.25%|  71.72%
10.50/10.62	c   5.2s|  3100 |   282 | 57804 |  18.4 |    30M |  20 | 238 |2763 |   0 |2185 |  0 |3177 | 370 | 1.700000e+01 | 2.500000e+01 |  47.06%|  73.60%
10.50/10.62	c   5.4s|  3200 |   274 | 59039 |  18.2 |    31M |  20 | 238 |2776 |   0 |2237 |  0 |3275 | 392 | 1.700000e+01 | 2.500000e+01 |  47.06%|  74.53%
10.50/10.62	c   5.5s|  3300 |   285 | 61006 |  18.3 |    31M |  20 | 238 |2829 | 290 |2369 |  1 |3453 | 429 | 1.700000e+01 | 2.500000e+01 |  47.06%|  75.37%
10.50/10.62	c   5.6s|  3400 |   267 | 61928 |  18.0 |    31M |  20 | 238 |2848 | 285 |2379 |  1 |3544 | 460 | 1.700000e+01 | 2.500000e+01 |  47.06%|  75.65%
10.50/10.62	c   5.8s|  3500 |   283 | 64024 |  18.1 |    31M |  20 | 238 |2843 |   0 |2571 |  0 |3659 | 517 | 1.700000e+01 | 2.500000e+01 |  47.06%|  76.33%
10.50/10.62	c   6.0s|  3600 |   284 | 65345 |  18.0 |    31M |  20 | 238 |2799 |   0 |2687 |  0 |3796 | 570 | 1.700000e+01 | 2.500000e+01 |  47.06%|  76.72%
10.50/10.62	c   6.2s|  3700 |   289 | 67854 |  18.1 |    31M |  20 | 238 |2774 |   0 |2945 |  0 |3984 | 619 | 1.700000e+01 | 2.500000e+01 |  47.06%|  77.31%
10.50/10.62	c   6.4s|  3800 |   301 | 69306 |  18.0 |    31M |  20 | 238 |2932 | 292 |3036 |  1 |4170 | 660 | 1.700000e+01 | 2.500000e+01 |  47.06%|  77.87%
10.50/10.62	c   6.4s|  3900 |   299 | 70214 |  17.8 |    32M |  20 | 238 |2920 |   0 |3062 |  0 |4274 | 669 | 1.800000e+01 | 2.500000e+01 |  38.89%|  78.11%
10.50/10.62	c   6.5s|  4000 |   288 | 71196 |  17.6 |    32M |  20 | 238 |2857 | 289 |3097 |  1 |4373 | 691 | 1.800000e+01 | 2.500000e+01 |  38.89%|  78.48%
10.50/10.62	c   6.8s|  4100 |   320 | 73416 |  17.7 |    32M |  20 | 238 |2790 | 279 |3287 |  1 |4465 | 708 | 1.800000e+01 | 2.500000e+01 |  38.89%|  78.74%
10.50/10.62	c   7.0s|  4200 |   337 | 74925 |  17.7 |    32M |  20 | 238 |2772 | 292 |3396 |  2 |4582 | 733 | 1.800000e+01 | 2.500000e+01 |  38.89%|  78.97%
10.50/10.62	c   7.1s|  4300 |   342 | 76011 |  17.5 |    32M |  20 | 238 |2776 |   0 |3498 |  0 |4656 | 743 | 1.800000e+01 | 2.500000e+01 |  38.89%|  79.50%
10.50/10.62	c   7.2s|  4400 |   368 | 77415 |  17.4 |    32M |  20 | 238 |2797 | 286 |3560 |  1 |4771 | 773 | 1.800000e+01 | 2.500000e+01 |  38.89%|  79.70%
10.50/10.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
10.50/10.62	c   7.2s|  4500 |   358 | 78341 |  17.2 |    32M |  20 | 238 |2749 |   0 |3585 |  0 |4860 | 788 | 1.800000e+01 | 2.500000e+01 |  38.89%|  79.79%
10.50/10.62	c   7.3s|  4600 |   344 | 79153 |  17.0 |    32M |  20 | 238 |2718 |   0 |3585 |  0 |4979 | 820 | 1.800000e+01 | 2.500000e+01 |  38.89%|  80.08%
10.50/10.62	c   7.4s|  4700 |   349 | 80948 |  17.1 |    32M |  20 | 238 |2664 | 285 |3696 |  1 |5082 | 823 | 1.800000e+01 | 2.500000e+01 |  38.89%|  80.52%
10.50/10.62	c   7.6s|  4800 |   322 | 81729 |  16.9 |    32M |  20 | 238 |2624 |   0 |3710 |  0 |5177 | 835 | 1.800000e+01 | 2.500000e+01 |  38.89%|  82.26%
10.50/10.62	c   7.7s|  4900 |   347 | 83455 |  16.9 |    32M |  20 | 238 |2716 |   0 |3808 |  0 |5338 | 865 | 1.800000e+01 | 2.500000e+01 |  38.89%|  82.40%
10.50/10.62	c   7.8s|  5000 |   367 | 84808 |  16.8 |    32M |  20 | 238 |2825 | 280 |3849 |  1 |5505 | 925 | 1.802083e+01 | 2.500000e+01 |  38.73%|  82.49%
10.50/10.62	c   7.9s|  5100 |   368 | 85879 |  16.7 |    32M |  20 | 238 |2929 |   0 |3850 |  0 |5644 | 952 | 1.833333e+01 | 2.500000e+01 |  36.36%|  82.59%
10.50/10.62	c   8.1s|  5200 |   356 | 86620 |  16.5 |    32M |  20 | 238 |2990 | 290 |3850 |  0 |5760 | 960 | 1.850515e+01 | 2.500000e+01 |  35.10%|  82.83%
10.50/10.62	c   8.1s|  5300 |   366 | 87410 |  16.4 |    33M |  20 | 238 |2977 | 285 |3869 |  1 |5883 | 972 | 1.900000e+01 | 2.500000e+01 |  31.58%|  83.23%
10.50/10.62	c   8.3s|  5400 |   357 | 88684 |  16.3 |    33M |  20 | 238 |2952 | 285 |3905 |  1 |5993 | 984 | 1.900000e+01 | 2.500000e+01 |  31.58%|  83.44%
10.50/10.62	c   8.3s|  5500 |   342 | 89625 |  16.2 |    33M |  20 | 238 |2933 | 286 |3918 |  1 |6094 | 997 | 1.900000e+01 | 2.500000e+01 |  31.58%|  83.87%
10.50/10.62	c   8.4s|  5600 |   354 | 91147 |  16.1 |    33M |  20 | 238 |3000 | 282 |3953 |  1 |6203 |1016 | 1.900000e+01 | 2.500000e+01 |  31.58%|  84.19%
10.50/10.62	c   8.6s|  5700 |   357 | 92354 |  16.1 |    33M |  20 | 238 |3040 | 289 |4014 |  1 |6364 |1052 | 1.900000e+01 | 2.500000e+01 |  31.58%|  84.69%
10.50/10.62	c   8.7s|  5800 |   349 | 93179 |  15.9 |    33M |  20 | 238 |3109 |   0 |4017 |  0 |6487 |1073 | 1.900000e+01 | 2.500000e+01 |  31.58%|  84.81%
10.50/10.62	c   8.8s|  5900 |   346 | 93849 |  15.8 |    33M |  20 | 238 |3129 |   0 |4023 |  0 |6585 |1078 | 1.950000e+01 | 2.500000e+01 |  28.21%|  85.05%
10.50/10.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
10.50/10.62	c   9.0s|  6000 |   339 | 94704 |  15.7 |    33M |  20 | 238 |3188 | 294 |4028 |  1 |6693 |1095 | 1.950000e+01 | 2.500000e+01 |  28.21%|  85.11%
10.50/10.62	c   9.0s|  6100 |   332 | 95732 |  15.6 |    33M |  20 | 238 |3179 |   0 |4050 |  0 |6818 |1121 | 1.950000e+01 | 2.500000e+01 |  28.21%|  85.19%
10.50/10.62	c   9.2s|  6200 |   341 | 96975 |  15.5 |    33M |  20 | 238 |3138 | 283 |4140 |  1 |6884 |1121 | 2.000000e+01 | 2.500000e+01 |  25.00%|  85.37%
10.50/10.62	c   9.2s|  6300 |   345 | 97810 |  15.4 |    33M |  20 | 238 |3152 | 287 |4151 |  1 |6978 |1127 | 2.000000e+01 | 2.500000e+01 |  25.00%|  85.55%
10.50/10.62	c   9.3s|  6400 |   329 | 98415 |  15.3 |    33M |  20 | 238 |3184 |   0 |4154 |  0 |7072 |1127 | 2.000000e+01 | 2.500000e+01 |  25.00%|  85.78%
10.50/10.62	c   9.5s|  6500 |   317 | 99046 |  15.1 |    33M |  20 | 238 |3179 | 287 |4157 |  1 |7141 |1135 | 2.000000e+01 | 2.500000e+01 |  25.00%|  86.14%
10.50/10.62	c   9.6s|  6600 |   296 | 99889 |  15.0 |    33M |  20 | 238 |3078 |   0 |4221 |  0 |7229 |1154 | 2.000000e+01 | 2.500000e+01 |  25.00%|  86.63%
10.50/10.62	c   9.7s|  6700 |   289 |100902 |  15.0 |    33M |  20 | 238 |2957 |   0 |4322 |  0 |7319 |1170 | 2.000000e+01 | 2.500000e+01 |  25.00%|  87.27%
10.50/10.62	c   9.8s|  6800 |   279 |101555 |  14.8 |    33M |  20 | 238 |2892 | 287 |4333 |  1 |7382 |1177 | 2.000000e+01 | 2.500000e+01 |  25.00%|  88.01%
10.50/10.62	c   9.9s|  6900 |   248 |102182 |  14.7 |    33M |  21 | 238 |2826 |   0 |4352 |  0 |7474 |1182 | 2.000000e+01 | 2.500000e+01 |  25.00%|  88.73%
10.50/10.62	c  10.0s|  7000 |   233 |103217 |  14.6 |    33M |  21 | 238 |2839 |   0 |4461 |  0 |7591 |1211 | 2.000000e+01 | 2.500000e+01 |  25.00%|  89.43%
10.50/10.62	c  10.1s|  7100 |   209 |104475 |  14.6 |    33M |  21 | 238 |2759 |   0 |4553 |  0 |7683 |1218 | 2.002000e+01 | 2.500000e+01 |  24.88%|  90.00%
10.50/10.62	c  10.2s|  7200 |   186 |105281 |  14.5 |    34M |  21 | 238 |2662 | 288 |4581 |  1 |7766 |1218 | 2.100000e+01 | 2.500000e+01 |  19.05%|  91.84%
10.50/10.62	c  10.3s|  7300 |   170 |106047 |  14.4 |    34M |  21 | 238 |2690 | 285 |4614 |  1 |7878 |1243 | 2.100000e+01 | 2.500000e+01 |  19.05%|  92.62%
10.50/10.62	c  10.3s|  7400 |   140 |106788 |  14.3 |    34M |  21 | 238 |2679 |   0 |4625 |  0 |7960 |1248 | 2.100000e+01 | 2.500000e+01 |  19.05%|  93.06%
10.50/10.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
10.50/10.62	c  10.4s|  7500 |   126 |107974 |  14.3 |    34M |  22 | 238 |2653 | 290 |4687 |  1 |8032 |1250 | 2.100000e+01 | 2.500000e+01 |  19.05%|  93.74%
11.10/11.22	c  10.5s|  7600 |   120 |108805 |  14.2 |    34M |  23 | 238 |2695 | 285 |4712 |  1 |8127 |1250 | 2.102041e+01 | 2.500000e+01 |  18.93%|  94.51%
11.10/11.22	c  10.5s|  7700 |   110 |109625 |  14.1 |    34M |  23 | 238 |2740 | 290 |4767 |  1 |8225 |1258 | 2.200000e+01 | 2.500000e+01 |  13.64%|  94.84%
11.10/11.22	c  10.6s|  7800 |    83 |110276 |  14.0 |    34M |  23 | 238 |2754 |   0 |4802 |  0 |8313 |1258 | 2.200000e+01 | 2.500000e+01 |  13.64%|  95.81%
11.10/11.22	c  10.8s|  7900 |    87 |111945 |  14.1 |    34M |  23 | 238 |2739 | 289 |5015 |  1 |8403 |1259 | 2.200000e+01 | 2.500000e+01 |  13.64%|  97.30%
11.10/11.22	c  10.9s|  8000 |    60 |112655 |  14.0 |    34M |  23 | 238 |2750 | 290 |5015 |  1 |8486 |1263 | 2.300000e+01 | 2.500000e+01 |   8.70%|  98.10%
11.10/11.22	c  11.0s|  8100 |    39 |113726 |  14.0 |    34M |  23 | 238 |2699 | 286 |5051 |  1 |8572 |1263 | 2.300000e+01 | 2.500000e+01 |   8.70%|  98.60%
11.10/11.22	c  11.0s|  8200 |    11 |114465 |  13.9 |    34M |  23 | 238 |2304 | 288 |5051 |  1 |8636 |1263 | 2.400000e+01 | 2.500000e+01 |   4.17%|  99.43%
11.10/11.22	c 
11.10/11.22	c SCIP Status        : problem is solved [optimal solution found]
11.10/11.22	c Solving Time (sec) : 11.05
11.10/11.22	c Solving Nodes      : 8216
11.10/11.22	c Primal Bound       : +2.50000000000000e+01 (3 solutions)
11.10/11.22	c Dual Bound         : +2.50000000000000e+01
11.10/11.22	c Gap                : 0.00 %
11.10/11.22	c All original constraints are satisfied.
11.10/11.22	c SCIP's best solution is verified feasible for the original problem.
11.10/11.22	c SCIP found an optimal solution.
11.10/11.22	o 25
11.10/11.22	s OPTIMUM FOUND
11.10/11.22	v x1 -x2 -x3 x4 x5 -x6 x31 -x32 x33 -x34 x35 -x36 -x37 x38 x39 -x40 x41 -x42 x238 x25 -x26 x27 x28 -x29 -x30 -x237 -x236 -x235 -x234 -x233 x19 x20 x21 -x22 -x23 -x24 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 x221 x220 x219 -x7 x8 -x9 -x10 -x11 -x12 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 x204 -x203 -x202 x201 x200 x199 -x198 -x197 -x196 x195 x194 x193 x192 x191 x190 x189 -x13 -x14 -x15 -x16 -x17 -x18 -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 x168 x167 x166 x165 x164 x163 -x162 -x161 -x160 x159 x158 x157 x156 x155 x154 -x153 x152 x151 x150 x149 x148 x147 -x146 x145 x144 x143 x142 x141 x140 x139 x138 x137 x136 x135 x134 -x133 -x132 -x131 -x130 x129 x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 x120 -x119 x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 x110 x109 x108 x107 x106 x105 x104 x103 x102 -x101 -x100 -x99 x98 x97 x96 x95 x94 x93 -x92 x91 x90 x89 x88 x87 x86 x85 x84 x83 x82 -x81 x80 x79 x78 x77 x76 x75 x74 x73 x72 x71 x70 x69 x68 x67 x66 x65 x64 x63 x62 x61 x60 x59 x58 x57 x56 x55 x54 x53 x52 x51 x50 x49 x48 x47 x46 x45 x44 x43

Verifier Data

OK	25

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 (61956 MiB free)
  memory of node 1: 64465 MiB (61150 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4530170-1752253208/watcher-4530170-1752253208 -o /tmp/evaluation-result-4530170-1752253208/solver-4530170-1752253208 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1752253208-142840 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4530170-1752253208.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=142891, runsolver pid=142881

[startup+0.10006 s]*
/proc/loadavg: 0.85 1.56 2.01 5/268 142915
/proc/meminfo: memFree=126026420/131249996 swapFree=33010160/33010684
[pid=142891] ppid=142881 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/142891/stat : 142891 (scip-naps-1.00a) S 142881 142891 142829 0 -1 4194304 260 337 0 0 0 0 0 0 20 0 1 0 140999296 4292608 768 18446744073709551615 94838021017600 94838021912133 140726090489552 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94838022151184 94838022198928 94838052921344 140726090496411 140726090496510 140726090496510 140726090502114 0
/proc/142891/statm: 1048 768 704 219 0 110 0
[pid=142912] ppid=142891 vsize=1184432 memory=28240 CPUtime=0.04 cores=4,6
/proc/142912/stat : 142912 (python3) R 142891 142891 142829 0 -1 4194304 3148 0 3 0 4 0 0 0 20 0 1 0 140999300 1212858368 7060 18446744073709551615 93996559884288 93996559884665 140727582709184 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 93996559895960 93996559896580 93996585967616 140727582718302 140727582718496 140727582718496 140727582724071 0
/proc/142912/statm: 296108 7060 4532 1 0 268205 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 1188624 KiB
Current children cumulated memory: 31312 KiB

[startup+0.205302 s]*
/proc/loadavg: 0.85 1.56 2.01 5/268 142915
/proc/meminfo: memFree=125954716/131249996 swapFree=33010160/33010684
[pid=142891] ppid=142881 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/142891/stat : 142891 (scip-naps-1.00a) S 142881 142891 142829 0 -1 4194304 260 337 0 0 0 0 0 0 20 0 1 0 140999296 4292608 768 18446744073709551615 94838021017600 94838021912133 140726090489552 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94838022151184 94838022198928 94838052921344 140726090496411 140726090496510 140726090496510 140726090502114 0
/proc/142891/statm: 1048 768 704 219 0 110 0
[pid=142912] ppid=142891 vsize=1207088 memory=59600 CPUtime=0.15 cores=4,6
/proc/142912/stat : 142912 (python3) R 142891 142891 142829 0 -1 4194304 7838 0 8 0 14 1 0 0 20 0 1 0 140999300 1236058112 14900 18446744073709551615 93996559884288 93996559884665 140727582709184 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93996559895960 93996559896580 93996585967616 140727582718302 140727582718496 140727582718496 140727582724071 0
/proc/142912/statm: 301772 14900 8052 1 0 273130 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 1211280 KiB
Current children cumulated memory: 62672 KiB

[startup+0.304801 s]*
/proc/loadavg: 0.85 1.56 2.01 5/268 142915
/proc/meminfo: memFree=125899528/131249996 swapFree=33010160/33010684
[pid=142891] ppid=142881 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/142891/stat : 142891 (scip-naps-1.00a) S 142881 142891 142829 0 -1 4194304 260 337 0 0 0 0 0 0 20 0 1 0 140999296 4292608 768 18446744073709551615 94838021017600 94838021912133 140726090489552 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94838022151184 94838022198928 94838052921344 140726090496411 140726090496510 140726090496510 140726090502114 0
/proc/142891/statm: 1048 768 704 219 0 110 0
[pid=142912] ppid=142891 vsize=1211820 memory=63952 CPUtime=0.24 cores=4,6
/proc/142912/stat : 142912 (python3) R 142891 142891 142829 0 -1 4194304 8935 0 8 0 23 1 0 0 20 0 1 0 140999300 1240903680 15988 18446744073709551615 93996559884288 93996559884665 140727582709184 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93996559895960 93996559896580 93996585967616 140727582718302 140727582718496 140727582718496 140727582724071 0
/proc/142912/statm: 302955 15988 8052 1 0 274313 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 1216012 KiB
Current children cumulated memory: 67024 KiB

[startup+0.70017 s]
/proc/loadavg: 0.85 1.56 2.01 5/268 142915
/proc/meminfo: memFree=125736484/131249996 swapFree=33010160/33010684
[pid=142891] ppid=142881 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/142891/stat : 142891 (scip-naps-1.00a) S 142881 142891 142829 0 -1 4194304 260 337 0 0 0 0 0 0 20 0 1 0 140999296 4292608 768 18446744073709551615 94838021017600 94838021912133 140726090489552 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94838022151184 94838022198928 94838052921344 140726090496411 140726090496510 140726090496510 140726090502114 0
/proc/142891/statm: 1048 768 704 219 0 110 0
[pid=142912] ppid=142891 vsize=1216396 memory=68580 CPUtime=0.64 cores=4,6
/proc/142912/stat : 142912 (python3) R 142891 142891 142829 0 -1 4194304 11612 0 8 0 62 2 0 0 20 0 1 0 140999300 1245589504 17145 18446744073709551615 93996559884288 93996559884665 140727582709184 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93996559895960 93996559896580 93996585967616 140727582718302 140727582718496 140727582718496 140727582724071 0
/proc/142912/statm: 304099 17145 8052 1 0 275457 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 1220588 KiB
Current children cumulated memory: 71652 KiB

[startup+1.50018 s]
/proc/loadavg: 0.85 1.56 2.01 5/268 142915
/proc/meminfo: memFree=125666680/131249996 swapFree=33010160/33010684
[pid=142891] ppid=142881 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/142891/stat : 142891 (scip-naps-1.00a) S 142881 142891 142829 0 -1 4194304 260 337 0 0 0 0 0 0 20 0 1 0 140999296 4292608 768 18446744073709551615 94838021017600 94838021912133 140726090489552 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94838022151184 94838022198928 94838052921344 140726090496411 140726090496510 140726090496510 140726090502114 0
/proc/142891/statm: 1048 768 704 219 0 110 0
[pid=142912] ppid=142891 vsize=1227136 memory=77996 CPUtime=1.43 cores=4,6
/proc/142912/stat : 142912 (python3) R 142891 142891 142829 0 -1 4194304 14403 0 8 0 141 2 0 0 20 0 1 0 140999300 1256587264 19499 18446744073709551615 93996559884288 93996559884665 140727582709184 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93996559895960 93996559896580 93996585967616 140727582718302 140727582718496 140727582718496 140727582724071 0
/proc/142912/statm: 306784 19499 8052 1 0 278142 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 1231328 KiB
Current children cumulated memory: 81068 KiB

[startup+3.10503 s]
/proc/loadavg: 0.85 1.56 2.01 5/268 142915
/proc/meminfo: memFree=125371232/131249996 swapFree=33010160/33010684
[pid=142891] ppid=142881 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/142891/stat : 142891 (scip-naps-1.00a) S 142881 142891 142829 0 -1 4194304 260 337 0 0 0 0 0 0 20 0 1 0 140999296 4292608 768 18446744073709551615 94838021017600 94838021912133 140726090489552 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94838022151184 94838022198928 94838052921344 140726090496411 140726090496510 140726090496510 140726090502114 0
/proc/142891/statm: 1048 768 704 219 0 110 0
[pid=142912] ppid=142891 vsize=1227720 memory=79980 CPUtime=3.03 cores=4,6
/proc/142912/stat : 142912 (python3) R 142891 142891 142829 0 -1 4194304 19290 0 8 0 300 3 0 0 20 0 1 0 140999300 1257185280 19995 18446744073709551615 93996559884288 93996559884665 140727582709184 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93996559895960 93996559896580 93996585967616 140727582718302 140727582718496 140727582718496 140727582724071 0
/proc/142912/statm: 306930 19995 8052 1 0 278288 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 1231912 KiB
Current children cumulated memory: 83052 KiB

[startup+6.30015 s]
/proc/loadavg: 1.11 1.60 2.02 5/268 142915
/proc/meminfo: memFree=125343328/131249996 swapFree=33010160/33010684
[pid=142891] ppid=142881 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/142891/stat : 142891 (scip-naps-1.00a) S 142881 142891 142829 0 -1 4194304 260 337 0 0 0 0 0 0 20 0 1 0 140999296 4292608 768 18446744073709551615 94838021017600 94838021912133 140726090489552 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94838022151184 94838022198928 94838052921344 140726090496411 140726090496510 140726090496510 140726090502114 0
/proc/142891/statm: 1048 768 704 219 0 110 0
[pid=142912] ppid=142891 vsize=1236980 memory=88348 CPUtime=6.21 cores=4,6
/proc/142912/stat : 142912 (python3) R 142891 142891 142829 0 -1 4194304 31366 0 8 0 616 5 0 0 20 0 1 0 140999300 1266667520 22087 18446744073709551615 93996559884288 93996559884665 140727582709184 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93996559895960 93996559896580 93996585967616 140727582718302 140727582718496 140727582718496 140727582724071 0
/proc/142912/statm: 309245 22087 8052 1 0 280603 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 1241172 KiB
Current children cumulated memory: 91420 KiB

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

# cumulated CPU time of all completed processes:  user=11.0841 s, system=0.078136 s

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

[startup+6.40016 s]
/proc/loadavg: 1.11 1.60 2.02 5/268 142915
/proc/meminfo: memFree=125343328/131249996 swapFree=33010160/33010684
[pid=142891] ppid=142881 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/142891/stat : 142891 (scip-naps-1.00a) S 142881 142891 142829 0 -1 4194304 260 337 0 0 0 0 0 0 20 0 1 0 140999296 4292608 768 18446744073709551615 94838021017600 94838021912133 140726090489552 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94838022151184 94838022198928 94838052921344 140726090496411 140726090496510 140726090496510 140726090502114 0
/proc/142891/statm: 1048 768 704 219 0 110 0
[pid=142912] ppid=142891 vsize=1236980 memory=88348 CPUtime=6.31 cores=4,6
/proc/142912/stat : 142912 (python3) R 142891 142891 142829 0 -1 4194304 31366 0 8 0 626 5 0 0 20 0 1 0 140999300 1266667520 22087 18446744073709551615 93996559884288 93996559884665 140727582709184 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93996559895960 93996559896580 93996585967616 140727582718302 140727582718496 140727582718496 140727582724071 0
/proc/142912/statm: 309245 22087 8052 1 0 280603 0
Current children cumulated CPU time: 6.31 s
Current children cumulated vsize: 1241172 KiB
Current children cumulated memory: 91420 KiB

[startup+9.60017 s]
/proc/loadavg: 1.11 1.60 2.02 5/268 142915
/proc/meminfo: memFree=125276788/131249996 swapFree=33010160/33010684
[pid=142891] ppid=142881 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/142891/stat : 142891 (scip-naps-1.00a) S 142881 142891 142829 0 -1 4194304 260 337 0 0 0 0 0 0 20 0 1 0 140999296 4292608 768 18446744073709551615 94838021017600 94838021912133 140726090489552 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94838022151184 94838022198928 94838052921344 140726090496411 140726090496510 140726090496510 140726090502114 0
/proc/142891/statm: 1048 768 704 219 0 110 0
[pid=142912] ppid=142891 vsize=1240336 memory=91296 CPUtime=9.51 cores=4,6
/proc/142912/stat : 142912 (python3) R 142891 142891 142829 0 -1 4194304 39795 0 8 0 944 7 0 0 20 0 1 0 140999300 1270104064 22824 18446744073709551615 93996559884288 93996559884665 140727582709184 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93996559895960 93996559896580 93996585967616 140727582718302 140727582718496 140727582718496 140727582724071 0
/proc/142912/statm: 310084 22824 8052 1 0 281442 0
Current children cumulated CPU time: 9.51 s
Current children cumulated vsize: 1244528 KiB
Current children cumulated memory: 94368 KiB

[startup+10.4001 s]
/proc/loadavg: 1.34 1.64 2.03 5/268 142915
/proc/meminfo: memFree=125271952/131249996 swapFree=33010160/33010684
[pid=142891] ppid=142881 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/142891/stat : 142891 (scip-naps-1.00a) S 142881 142891 142829 0 -1 4194304 260 337 0 0 0 0 0 0 20 0 1 0 140999296 4292608 768 18446744073709551615 94838021017600 94838021912133 140726090489552 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94838022151184 94838022198928 94838052921344 140726090496411 140726090496510 140726090496510 140726090502114 0
/proc/142891/statm: 1048 768 704 219 0 110 0
[pid=142912] ppid=142891 vsize=1236772 memory=88996 CPUtime=10.3 cores=4,6
/proc/142912/stat : 142912 (python3) R 142891 142891 142829 0 -1 4194304 40632 0 8 0 1023 7 0 0 20 0 1 0 140999300 1266454528 22249 18446744073709551615 93996559884288 93996559884665 140727582709184 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93996559895960 93996559896580 93996585967616 140727582718302 140727582718496 140727582718496 140727582724071 0
/proc/142912/statm: 309193 22249 8052 1 0 280551 0
Current children cumulated CPU time: 10.3 s
Current children cumulated vsize: 1240964 KiB
Current children cumulated memory: 92068 KiB

[startup+10.8001 s]
/proc/loadavg: 1.34 1.64 2.03 5/268 142915
/proc/meminfo: memFree=125271952/131249996 swapFree=33010160/33010684
[pid=142891] ppid=142881 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/142891/stat : 142891 (scip-naps-1.00a) S 142881 142891 142829 0 -1 4194304 260 337 0 0 0 0 0 0 20 0 1 0 140999296 4292608 768 18446744073709551615 94838021017600 94838021912133 140726090489552 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94838022151184 94838022198928 94838052921344 140726090496411 140726090496510 140726090496510 140726090502114 0
/proc/142891/statm: 1048 768 704 219 0 110 0
[pid=142912] ppid=142891 vsize=1236772 memory=88996 CPUtime=10.7 cores=4,6
/proc/142912/stat : 142912 (python3) R 142891 142891 142829 0 -1 4194304 40632 0 8 0 1063 7 0 0 20 0 1 0 140999300 1266454528 22249 18446744073709551615 93996559884288 93996559884665 140727582709184 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93996559895960 93996559896580 93996585967616 140727582718302 140727582718496 140727582718496 140727582724071 0
/proc/142912/statm: 309193 22249 8052 1 0 280551 0
Current children cumulated CPU time: 10.7 s
Current children cumulated vsize: 1240964 KiB
Current children cumulated memory: 92068 KiB

[startup+11.2002 s]
/proc/loadavg: 1.34 1.64 2.03 5/268 142915
/proc/meminfo: memFree=125271700/131249996 swapFree=33010160/33010684
[pid=142891] ppid=142881 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/142891/stat : 142891 (scip-naps-1.00a) S 142881 142891 142829 0 -1 4194304 260 337 0 0 0 0 0 0 20 0 1 0 140999296 4292608 768 18446744073709551615 94838021017600 94838021912133 140726090489552 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94838022151184 94838022198928 94838052921344 140726090496411 140726090496510 140726090496510 140726090502114 0
/proc/142891/statm: 1048 768 704 219 0 110 0
[pid=142912] ppid=142891 vsize=1237952 memory=90020 CPUtime=11.1 cores=4,6
/proc/142912/stat : 142912 (python3) R 142891 142891 142829 0 -1 4194304 40894 0 8 0 1103 7 0 0 20 0 1 0 140999300 1267662848 22505 18446744073709551615 93996559884288 93996559884665 140727582709184 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 93996559895960 93996559896580 93996585967616 140727582718302 140727582718496 140727582718496 140727582724071 0
/proc/142912/statm: 309488 22505 8052 1 0 280846 0
Current children cumulated CPU time: 11.1 s
Current children cumulated vsize: 1242144 KiB
Current children cumulated memory: 93092 KiB

Child status: 0

Real time (s): 11.2487
CPU time (s): 11.1622
CPU user time (s): 11.0841
CPU system time (s): 0.078136
CPU usage (%): 99.2311
Max. virtual memory (cumulated for all children) (KiB): 1244528
Max. memory (cumulated for all children) (KiB): 94368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.0841
system time used= 0.078136
maximum resident set size= 91808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41569
page faults= 8
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 486
involuntary context switches= 21


# summary of solver processes directly reported to runsolver:
#   pid: 142891
#   total CPU time (s): 11.1622
#   total CPU user time (s): 11.0841
#   total CPU system time (s): 0.078136

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037122 second user time and 0.065899 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-07-11 19:00:09
IDJOB=4530170
IDBENCH=147618
IDSOLVER=3388
FILE ID=nodeC029/4530170-1752253208
RUNJOBID= nodeC029-1752253208-142840
SLURM_JOB_ID= 9682582
Free space on /tmp= 432208 MiB

SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_7.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4530170-1752253208/watcher-4530170-1752253208 -o /tmp/evaluation-result-4530170-1752253208/solver-4530170-1752253208 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1752253208-142840 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4530170-1752253208.opb

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

MD5SUM BENCH= 31239eff399a5786b9ac75ec6014d884
RANDOM SEED=529743048

nodeC029 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		: 3598.504
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.46
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.932
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.910
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.46
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		: 3698.323
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.46
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.711
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.46
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.719
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.877
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.46
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		: 3601.132
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126061196 kB
MemAvailable:   129742504 kB
Buffers:            2128 kB
Cached:          4468360 kB
SwapCached:           40 kB
Active:           510388 kB
Inactive:        4025144 kB
Active(anon):      78300 kB
Inactive(anon):     4764 kB
Active(file):     432088 kB
Inactive(file):  4020380 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             22872 kB
Writeback:             0 kB
AnonPages:         68212 kB
Mapped:           106796 kB
Shmem:             18020 kB
KReclaimable:     136160 kB
Slab:             229596 kB
SReclaimable:     136160 kB
SUnreclaim:        93436 kB
KernelStack:        4112 kB
PageTables:         2952 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     333332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3968 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432180 MiB
End job on nodeC029 at 2025-07-11 19:00:20