Trace number 4529706

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP-NaPS 1.00a2UNSAT 16.4219 16.5064

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900551347.opb
MD5SUM0e77a06dde1d23cd3307fd4f28b5c64b
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.917121
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 745
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

8.43/8.53	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4529706-1752253427.opb
8.43/8.53	c Solving mode: decision
8.43/8.53	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
8.43/8.53	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
8.43/8.53	c original problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2707 constraints
8.43/8.53	c presolving:
8.43/8.53	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
8.43/8.53	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
8.43/8.53	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
8.43/8.53	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
8.43/8.53	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
8.43/8.53	c    (0.0s) probing: 51/231 (22.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
8.43/8.53	c    (0.0s) probing aborted: 50/50 successive totally useless probings
8.43/8.53	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
8.43/8.53	c    (0.0s) symmetry computation finished: 1 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.00)
8.43/8.53	c dynamic symmetry handling statistics:
8.43/8.53	c    orbitopal reduction:       no components
8.43/8.53	c    orbital reduction:          1 components of sizes 1
8.43/8.53	c    lexicographic reduction:    1 permutations with support sizes 121
8.43/8.53	c handled 1 out of 1 symmetry components
8.43/8.53	c presolving (6 rounds: 6 fast, 6 medium, 6 exhaustive):
8.43/8.53	c  0 deleted vars, 264 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 55 changed sides, 0 changed coefficients
8.43/8.53	c  0 implications, 143 cliques
8.43/8.53	c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2443 constraints
8.43/8.53	c       1 constraints of type <knapsack>
8.43/8.53	c      22 constraints of type <setppc>
8.43/8.53	c    2420 constraints of type <logicor>
8.43/8.53	c transformed objective value is always integral (scale: 1)
8.43/8.53	c Presolving Time: 0.04
8.43/8.53	c 
8.43/8.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.43/8.53	c   0.1s|     1 |     0 |    95 |     - |    12M |   0 | 231 |2459 |2443 |   0 |  0 |  15 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.53	c   0.2s|     1 |     0 |  1386 |     - |    14M |   0 | 231 |2463 |2445 |   2 |  1 |  19 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.53	c   0.2s|     1 |     0 |  1401 |     - |    15M |   0 | 231 |2465 |2448 |   5 |  2 |  21 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.53	c   0.3s|     1 |     0 |  1423 |     - |    18M |   0 | 231 |2468 |2453 |  10 |  3 |  24 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.53	c   0.3s|     1 |     0 |  1440 |     - |    22M |   0 | 231 |2472 |2457 |  14 |  4 |  28 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.53	c   0.4s|     1 |     0 |  1453 |     - |    23M |   0 | 231 |2475 |2460 |  17 |  5 |  31 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.53	c   0.4s|     1 |     0 |  1486 |     - |    26M |   0 | 231 |2478 |2463 |  20 |  6 |  34 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.53	c   0.5s|     1 |     0 |  1502 |     - |    28M |   0 | 231 |2478 |2466 |  23 |  7 |  34 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.53	c   0.6s|     1 |     0 |  1507 |     - |    33M |   0 | 231 |2481 |2469 |  26 |  8 |  37 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.53	c   0.7s|     1 |     0 |  1531 |     - |    37M |   0 | 231 |2486 |2473 |  30 |  9 |  42 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.53	c   0.8s|     1 |     0 |  1547 |     - |    40M |   0 | 231 |2487 |2475 |  32 | 10 |  43 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.53	c   0.8s|     1 |     0 |  1562 |     - |    41M |   0 | 231 |2489 |2478 |  36 | 11 |  45 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.53	c   0.9s|     1 |     2 |  1779 |     - |    41M |   0 | 231 |2498 |2478 |  36 | 11 |  54 |  19 | 0.000000e+00 |      --      |    Inf | unknown
8.43/8.53	c   1.4s|   100 |     5 |  3708 |  21.7 |    47M |  15 | 231 |2544 |2461 |  82 |  2 | 102 |  19 | 0.000000e+00 |      --      |    Inf |  71.68%
8.43/8.53	c   1.7s|   200 |     5 |  5442 |  19.5 |    49M |  20 | 231 |2613 |2456 | 112 |  1 | 171 |  19 | 0.000000e+00 |      --      |    Inf |  74.37%
8.43/8.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.43/8.53	c   2.1s|   300 |     7 |  6858 |  17.7 |    51M |  20 | 231 |2672 |2453 | 145 |  0 | 232 |  19 | 0.000000e+00 |      --      |    Inf |  80.53%
8.43/8.53	c   2.5s|   400 |    10 |  8220 |  16.7 |    56M |  20 | 231 |2733 |2454 | 174 |  1 | 297 |  19 | 0.000000e+00 |      --      |    Inf |  82.29%
8.43/8.53	c   2.9s|   500 |     9 |  9559 |  16.0 |    58M |  20 | 231 |2835 |2456 | 193 |  0 | 400 |  19 | 0.000000e+00 |      --      |    Inf |  83.07%
8.43/8.53	c   3.2s|   600 |    11 | 10999 |  15.8 |    60M |  20 | 231 |2930 |2453 | 214 |  0 | 498 |  19 | 0.000000e+00 |      --      |    Inf |  83.54%
8.43/8.53	c   3.5s|   700 |    11 | 12676 |  15.9 |    62M |  20 | 231 |3005 |2455 | 252 |  1 | 575 |  19 | 0.000000e+00 |      --      |    Inf |  84.96%
8.43/8.53	c   3.8s|   800 |    10 | 14120 |  15.7 |    62M |  20 | 231 |3082 |   0 | 287 |  0 | 653 |  19 | 0.000000e+00 |      --      |    Inf |  86.19%
8.43/8.53	c   4.0s|   900 |    12 | 15694 |  15.7 |    62M |  20 | 231 |3151 |2456 | 296 |  1 | 723 |  19 | 0.000000e+00 |      --      |    Inf |  86.31%
8.43/8.53	c   4.3s|  1000 |    10 | 16917 |  15.4 |    62M |  20 | 231 |3226 |2456 | 302 |  0 | 798 |  19 | 0.000000e+00 |      --      |    Inf |  86.43%
8.43/8.53	c   4.6s|  1100 |     6 | 18217 |  15.2 |    62M |  20 | 231 |3319 |2451 | 308 |  1 | 894 |  19 | 0.000000e+00 |      --      |    Inf |  86.69%
8.43/8.53	c   4.8s|  1200 |     8 | 19466 |  14.9 |    61M |  20 | 231 |3402 |2456 | 324 |  0 | 982 |  19 | 0.000000e+00 |      --      |    Inf |  86.82%
8.43/8.53	c   5.0s|  1300 |     6 | 20885 |  14.9 |    61M |  20 | 231 |3484 |2455 | 324 |  0 |1070 |  19 | 0.000000e+00 |      --      |    Inf |  86.88%
8.43/8.53	c   5.3s|  1400 |     7 | 22275 |  14.8 |    61M |  31 | 231 |3556 |2457 | 325 |  1 |1145 |  19 | 0.000000e+00 |      --      |    Inf |  86.91%
8.43/8.53	c   5.4s|  1500 |     5 | 23251 |  14.5 |    61M |  37 | 231 |3662 |2455 | 332 |  0 |1254 |  19 | 0.000000e+00 |      --      |    Inf |  86.95%
8.43/8.53	c   5.8s|  1600 |     7 | 25214 |  14.8 |    61M |  37 | 231 |3744 |2455 | 345 |  1 |1339 |  19 | 0.000000e+00 |      --      |    Inf |  91.31%
8.43/8.53	c   6.2s|  1700 |     6 | 26844 |  14.9 |    61M |  37 | 231 |3834 |2454 | 352 |  1 |1433 |  19 | 0.000000e+00 |      --      |    Inf |  91.37%
8.43/8.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.43/8.53	c   6.5s|  1800 |     8 | 28506 |  15.0 |    61M |  37 | 231 |3902 |2454 | 360 |  1 |1504 |  19 | 0.000000e+00 |      --      |    Inf |  91.78%
8.43/8.53	c   7.0s|  1900 |     8 | 30271 |  15.1 |    61M |  37 | 231 |3959 |2454 | 360 |  1 |1579 |  19 | 0.000000e+00 |      --      |    Inf |  91.80%
8.43/8.53	c   7.2s|  2000 |     6 | 31875 |  15.2 |    61M |  37 | 231 |4057 |2454 | 360 |  1 |1689 |  19 | 0.000000e+00 |      --      |    Inf |  91.80%
8.43/8.53	c   7.5s|  2100 |     5 | 33355 |  15.1 |    61M |  37 | 231 |4136 |2455 | 385 |  0 |1777 |  19 | 0.000000e+00 |      --      |    Inf |  92.76%
8.43/8.53	c   7.8s|  2200 |     5 | 34962 |  15.2 |    61M |  37 | 231 |4209 |2455 | 404 |  0 |1865 |  19 | 0.000000e+00 |      --      |    Inf |  93.07%
8.43/8.53	c   8.0s|  2300 |     7 | 36490 |  15.2 |    61M |  37 | 231 |4252 |2454 | 429 |  1 |1928 |  19 | 0.000000e+00 |      --      |    Inf |  93.41%
15.31/15.44	c   8.4s|  2400 |     5 | 38143 |  15.2 |    61M |  37 | 231 |4322 |2457 | 442 |  0 |2029 |  19 | 0.000000e+00 |      --      |    Inf |  93.54%
15.31/15.44	c   8.5s|  2500 |     5 | 39613 |  15.2 |    61M |  37 | 231 |4390 |2453 | 448 |  0 |2117 |  19 | 0.000000e+00 |      --      |    Inf |  93.60%
15.31/15.44	c   8.6s|  2600 |     6 | 41100 |  15.2 |    61M |  37 | 231 |4452 |2454 | 448 |  1 |2200 |  19 | 0.000000e+00 |      --      |    Inf |  93.68%
15.31/15.44	c   8.8s|  2700 |     8 | 42832 |  15.3 |    61M |  37 | 231 |4543 |2457 | 449 |  1 |2295 |  19 | 0.000000e+00 |      --      |    Inf |  93.70%
15.31/15.44	c   8.9s|  2800 |     7 | 43998 |  15.2 |    61M |  37 | 231 |4603 |2457 | 450 |  0 |2365 |  19 | 0.000000e+00 |      --      |    Inf |  93.72%
15.31/15.44	c   9.0s|  2900 |     9 | 45363 |  15.1 |    61M |  37 | 231 |4690 |2457 | 450 |  1 |2462 |  19 | 0.000000e+00 |      --      |    Inf |  93.73%
15.31/15.44	c   9.1s|  3000 |     6 | 46901 |  15.1 |    61M |  37 | 231 |4776 |2457 | 450 |  1 |2561 |  19 | 0.000000e+00 |      --      |    Inf |  93.75%
15.31/15.44	c   9.3s|  3100 |     9 | 48569 |  15.2 |    61M |  37 | 231 |4843 |2456 | 476 |  1 |2637 |  19 | 0.000000e+00 |      --      |    Inf |  96.25%
15.31/15.44	c   9.5s|  3200 |     6 | 50028 |  15.2 |    61M |  37 | 231 |4894 |2451 | 485 |  1 |2699 |  19 | 0.000000e+00 |      --      |    Inf |  96.38%
15.31/15.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.31/15.44	c   9.6s|  3300 |     6 | 51333 |  15.1 |    61M |  37 | 231 |4988 |2455 | 498 |  0 |2798 |  19 | 0.000000e+00 |      --      |    Inf |  96.55%
15.31/15.44	c   9.7s|  3400 |     7 | 52602 |  15.0 |    61M |  37 | 231 |5102 |2452 | 498 |  1 |2914 |  19 | 0.000000e+00 |      --      |    Inf |  96.58%
15.31/15.44	c   9.9s|  3500 |     8 | 53964 |  15.0 |    61M |  37 | 231 |5224 |2453 | 500 |  1 |3041 |  19 | 0.000000e+00 |      --      |    Inf |  96.58%
15.31/15.44	c  10.0s|  3600 |     7 | 55234 |  14.9 |    61M |  37 | 231 |5345 |2454 | 502 |  0 |3171 |  19 | 0.000000e+00 |      --      |    Inf |  96.58%
15.31/15.44	c  10.1s|  3700 |     6 | 56424 |  14.8 |    61M |  37 | 231 |5456 |2456 | 512 |  0 |3290 |  19 | 0.000000e+00 |      --      |    Inf |  96.62%
15.31/15.44	c  10.2s|  3800 |     5 | 57802 |  14.8 |    61M |  37 | 231 |5540 |2457 | 512 |  0 |3384 |  19 | 0.000000e+00 |      --      |    Inf |  96.68%
15.31/15.44	c  10.4s|  3900 |     7 | 59263 |  14.8 |    61M |  37 | 231 |5658 |2457 | 512 |  1 |3508 |  19 | 0.000000e+00 |      --      |    Inf |  96.68%
15.31/15.44	c  10.5s|  4000 |     5 | 60690 |  14.8 |    61M |  40 | 231 |5739 |2460 | 523 |  0 |3599 |  19 | 0.000000e+00 |      --      |    Inf |  96.73%
15.31/15.44	c  10.6s|  4100 |     7 | 62279 |  14.8 |    61M |  40 | 231 |5796 |2459 | 523 |  0 |3672 |  19 | 0.000000e+00 |      --      |    Inf |  96.75%
15.31/15.44	c  10.7s|  4200 |    11 | 63984 |  14.9 |    61M |  40 | 231 |5858 |2459 | 523 |  1 |3749 |  19 | 0.000000e+00 |      --      |    Inf |  96.78%
15.31/15.44	c  10.8s|  4300 |     7 | 65589 |  14.9 |    61M |  40 | 231 |5966 |2460 | 525 |  0 |3870 |  19 | 0.000000e+00 |      --      |    Inf |  96.78%
15.31/15.44	c  11.1s|  4400 |     5 | 67509 |  15.0 |    61M |  40 | 231 |6042 |2456 | 555 |  0 |3955 |  19 | 0.000000e+00 |      --      |    Inf |  97.62%
15.31/15.44	c  11.4s|  4500 |     7 | 69367 |  15.1 |    64M |  40 | 231 |6073 |2455 | 584 |  1 |4001 |  19 | 0.000000e+00 |      --      |    Inf |  98.42%
15.31/15.44	c  11.5s|  4600 |     9 | 71070 |  15.1 |    64M |  40 | 231 |6153 |2455 | 584 |  0 |4085 |  19 | 0.000000e+00 |      --      |    Inf |  98.44%
15.31/15.44	c  11.6s|  4700 |     3 | 72500 |  15.1 |    64M |  40 | 231 |6241 |2451 | 584 |  1 |4183 |  19 | 0.000000e+00 |      --      |    Inf |  98.44%
15.31/15.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.31/15.44	c  11.8s|  4800 |    17 | 74199 |  15.1 |    64M |  40 | 231 |6298 |2456 | 606 |  1 |4259 |  19 | 0.000000e+00 |      --      |    Inf |  98.72%
15.31/15.44	c  12.0s|  4900 |    16 | 75336 |  15.1 |    64M |  40 | 231 |6375 |2458 | 621 |  0 |4346 |  19 | 0.000000e+00 |      --      |    Inf |  98.92%
15.31/15.44	c  12.1s|  5000 |    14 | 76915 |  15.1 |    64M |  40 | 231 |6464 |2456 | 634 |  0 |4437 |  19 | 0.000000e+00 |      --      |    Inf |  99.07%
15.31/15.44	c  12.3s|  5100 |    19 | 78275 |  15.0 |    64M |  40 | 231 |6532 |2456 | 646 |  1 |4513 |  19 | 0.000000e+00 |      --      |    Inf |  99.31%
15.31/15.44	c  12.4s|  5200 |    17 | 79249 |  14.9 |    64M |  40 | 231 |6632 |2458 | 649 |  2 |4614 |  19 | 0.000000e+00 |      --      |    Inf |  99.32%
15.31/15.44	c  12.5s|  5300 |    17 | 80657 |  14.9 |    64M |  40 | 231 |6743 |2456 | 649 |  1 |4727 |  19 | 0.000000e+00 |      --      |    Inf |  99.32%
15.31/15.44	c  12.6s|  5400 |    16 | 81920 |  14.9 |    64M |  40 | 231 |6840 |2457 | 650 |  0 |4827 |  19 | 0.000000e+00 |      --      |    Inf |  99.32%
15.31/15.44	c  12.7s|  5500 |    10 | 83174 |  14.8 |    64M |  40 | 231 |6934 |2454 | 650 |  0 |4925 |  19 | 0.000000e+00 |      --      |    Inf |  99.34%
15.31/15.44	c  12.8s|  5600 |    10 | 84435 |  14.8 |    64M |  40 | 231 |7023 |2456 | 652 |  1 |5022 |  19 | 0.000000e+00 |      --      |    Inf |  99.35%
15.31/15.44	c  12.9s|  5700 |     9 | 85794 |  14.8 |    64M |  40 | 231 |7131 |2456 | 652 |  0 |5134 |  19 | 0.000000e+00 |      --      |    Inf |  99.35%
15.31/15.44	c  13.0s|  5800 |     9 | 87250 |  14.8 |    64M |  40 | 231 |7237 |2456 | 663 |  0 |5251 |  19 | 0.000000e+00 |      --      |    Inf |  99.44%
15.31/15.44	c  13.1s|  5900 |    11 | 88544 |  14.7 |    64M |  40 | 231 |7360 |2456 | 674 |  1 |5381 |  19 | 0.000000e+00 |      --      |    Inf |  99.48%
15.31/15.44	c  13.2s|  6000 |    11 | 89806 |  14.7 |    65M |  40 | 231 |7463 |2456 | 674 |  1 |5488 |  19 | 0.000000e+00 |      --      |    Inf |  99.49%
15.31/15.44	c  13.4s|  6100 |     9 | 91915 |  14.8 |    65M |  40 | 231 |7573 |2457 | 677 |  0 |5603 |  19 | 0.000000e+00 |      --      |    Inf |  99.54%
15.31/15.44	c  13.5s|  6200 |     7 | 93766 |  14.9 |    65M |  40 | 231 |7694 |2456 | 677 |  1 |5732 |  19 | 0.000000e+00 |      --      |    Inf |  99.54%
15.31/15.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.31/15.44	c  13.6s|  6300 |     8 | 95006 |  14.8 |    65M |  40 | 231 |7805 |2456 | 678 |  1 |5851 |  19 | 0.000000e+00 |      --      |    Inf |  99.57%
15.31/15.44	c  13.7s|  6400 |     6 | 96092 |  14.8 |    65M |  40 | 231 |7910 |2454 | 678 |  1 |5962 |  19 | 0.000000e+00 |      --      |    Inf |  99.59%
15.31/15.44	c  13.9s|  6500 |     6 | 97836 |  14.8 |    65M |  40 | 231 |7992 |2457 | 691 |  1 |6052 |  19 | 0.000000e+00 |      --      |    Inf |  99.71%
15.31/15.44	c  14.0s|  6600 |     8 | 99619 |  14.9 |    65M |  40 | 231 |8042 |2457 | 691 |  0 |6116 |  19 | 0.000000e+00 |      --      |    Inf |  99.80%
15.31/15.44	c  14.1s|  6700 |     6 |101328 |  14.9 |    66M |  40 | 231 |8126 |2456 | 699 |  0 |6210 |  19 | 0.000000e+00 |      --      |    Inf |  99.88%
15.31/15.44	c  14.2s|  6800 |     6 |102646 |  14.9 |    66M |  40 | 231 |8183 |2456 | 699 |  0 |6276 |  19 | 0.000000e+00 |      --      |    Inf |  99.90%
15.31/15.44	c  14.3s|  6900 |     5 |104013 |  14.9 |    66M |  40 | 231 |8293 |2456 | 701 |  0 |6388 |  19 | 0.000000e+00 |      --      |    Inf |  99.90%
15.31/15.44	c  14.5s|  7000 |     6 |105497 |  14.8 |    66M |  40 | 231 |8375 |2456 | 711 |  1 |6477 |  19 | 0.000000e+00 |      --      |    Inf |  99.92%
15.31/15.44	c  14.6s|  7100 |     7 |106869 |  14.8 |    66M |  40 | 231 |8491 |2456 | 711 |  1 |6594 |  19 | 0.000000e+00 |      --      |    Inf |  99.93%
15.31/15.44	c  14.7s|  7200 |     6 |107998 |  14.8 |    66M |  40 | 231 |8604 |2456 | 712 |  0 |6709 |  19 | 0.000000e+00 |      --      |    Inf |  99.94%
15.31/15.44	c  14.8s|  7300 |     7 |109563 |  14.8 |    66M |  40 | 231 |8736 |2456 | 715 |  1 |6844 |  19 | 0.000000e+00 |      --      |    Inf |  99.95%
15.31/15.44	c  14.9s|  7400 |    10 |111252 |  14.8 |    66M |  40 | 231 |8862 |2456 | 716 |  1 |6980 |  19 | 0.000000e+00 |      --      |    Inf |  99.95%
15.31/15.44	c  15.0s|  7500 |     8 |113187 |  14.9 |    66M |  40 | 231 |9008 |2456 | 716 |  1 |7130 |  19 | 0.000000e+00 |      --      |    Inf |  99.95%
15.31/15.44	c  15.2s|  7600 |     2 |115329 |  15.0 |    66M |  40 | 231 |9105 |2456 | 716 |  0 |7231 |  19 | 0.000000e+00 |      --      |    Inf |  99.96%
16.30/16.48	c  15.3s|  7700 |     6 |116747 |  15.0 |    66M |  40 | 231 |7846 |2456 | 716 |  1 |7316 |  19 | 0.000000e+00 |      --      |    Inf |  99.99%
16.30/16.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
16.30/16.48	c  15.4s|  7800 |     5 |118767 |  15.0 |    66M |  40 | 231 |7945 |2456 | 716 |  0 |7424 |  19 | 0.000000e+00 |      --      |    Inf |  99.99%
16.30/16.48	c  15.5s|  7900 |     8 |120243 |  15.0 |    66M |  40 | 231 |8032 |2456 | 717 |  1 |7514 |  19 | 0.000000e+00 |      --      |    Inf |  99.99%
16.30/16.48	c  15.6s|  8000 |    12 |122051 |  15.1 |    66M |  40 | 231 |8129 |2457 | 721 |  0 |7613 |  19 | 0.000000e+00 |      --      |    Inf | 100.00%
16.30/16.48	c  15.7s|  8100 |    11 |123547 |  15.1 |    66M |  40 | 231 |8242 |2457 | 722 |  1 |7729 |  19 | 0.000000e+00 |      --      |    Inf | 100.00%
16.30/16.48	c  15.9s|  8200 |     8 |125598 |  15.1 |    66M |  40 | 231 |8364 |2457 | 722 |  0 |7853 |  19 | 0.000000e+00 |      --      |    Inf | 100.00%
16.30/16.48	c  16.0s|  8300 |     4 |127541 |  15.2 |    66M |  40 | 231 |7214 |2457 | 723 |  0 |7946 |  19 | 0.000000e+00 |      --      |    Inf | 100.00%
16.30/16.48	c  16.1s|  8400 |     4 |129469 |  15.2 |    66M |  40 | 231 |5549 |2457 | 724 |  1 |8033 |  19 | 0.000000e+00 |      --      |    Inf | 100.00%
16.30/16.48	c  16.2s|  8500 |     3 |131122 |  15.2 |    66M |  40 | 231 |5009 |2456 | 724 |  0 |8124 |  19 | 0.000000e+00 |      --      |    Inf | 100.00%
16.30/16.48	c 
16.30/16.48	c SCIP Status        : problem is solved [infeasible]
16.30/16.48	c Solving Time (sec) : 16.32
16.30/16.48	c Solving Nodes      : 8565
16.30/16.48	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
16.30/16.48	c Dual Bound         : +1.00000000000000e+20
16.30/16.48	c Gap                : 0.00 %
16.30/16.48	c SCIP found the problem to be infeasible.
16.30/16.48	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (53716 MiB free)
  memory of node 1: 64507 MiB (57300 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.10007 s]*
/proc/loadavg: 2.83 2.23 2.19 6/271 116050
/proc/meminfo: memFree=113648344/131249996 swapFree=33003468/33010684
[pid=116045] ppid=116042 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/116045/stat : 116045 (scip-naps-1.00a) S 116042 116045 115863 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141020396 4292608 768 18446744073709551615 94669450702848 94669451597381 140730336489344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94669451836432 94669451884176 94669479395328 140730336496027 140730336496126 140730336496126 140730336501730 0
/proc/116045/statm: 1048 768 704 219 0 110 0
[pid=116050] ppid=116045 vsize=1186716 memory=31476 CPUtime=0.07 cores=5,7
/proc/116050/stat : 116050 (python3) R 116045 116045 115863 0 -1 4194304 3661 0 0 0 6 1 0 0 20 0 1 0 141020398 1215197184 7869 18446744073709551615 94095351734272 94095351734649 140733145444944 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94095351745944 94095351746564 94095363010560 140733145450831 140733145451040 140733145451040 140733145456615 0
/proc/116050/statm: 296679 7869 4868 1 0 268701 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 1190908 KiB
Current children cumulated memory: 34548 KiB

[startup+0.205844 s]*
/proc/loadavg: 2.83 2.23 2.19 5/271 116050
/proc/meminfo: memFree=113624408/131249996 swapFree=33003468/33010684
[pid=116045] ppid=116042 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/116045/stat : 116045 (scip-naps-1.00a) S 116042 116045 115863 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141020396 4292608 768 18446744073709551615 94669450702848 94669451597381 140730336489344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94669451836432 94669451884176 94669479395328 140730336496027 140730336496126 140730336496126 140730336501730 0
/proc/116045/statm: 1048 768 704 219 0 110 0
[pid=116050] ppid=116045 vsize=1210636 memory=63476 CPUtime=0.17 cores=5,7
/proc/116050/stat : 116050 (python3) R 116045 116045 115863 0 -1 4194304 8688 0 0 0 15 2 0 0 20 0 1 0 141020398 1239691264 15869 18446744073709551615 94095351734272 94095351734649 140733145444944 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94095351745944 94095351746564 94095363010560 140733145450831 140733145451040 140733145451040 140733145456615 0
/proc/116050/statm: 302659 15869 8100 1 0 274017 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1214828 KiB
Current children cumulated memory: 66548 KiB

[startup+0.305836 s]*
/proc/loadavg: 2.83 2.23 2.19 5/271 116050
/proc/meminfo: memFree=113624408/131249996 swapFree=33003468/33010684
[pid=116045] ppid=116042 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/116045/stat : 116045 (scip-naps-1.00a) S 116042 116045 115863 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141020396 4292608 768 18446744073709551615 94669450702848 94669451597381 140730336489344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94669451836432 94669451884176 94669479395328 140730336496027 140730336496126 140730336496126 140730336501730 0
/proc/116045/statm: 1048 768 704 219 0 110 0
[pid=116050] ppid=116045 vsize=1212148 memory=65140 CPUtime=0.27 cores=5,7
/proc/116050/stat : 116050 (python3) R 116045 116045 115863 0 -1 4194304 9084 0 0 0 25 2 0 0 20 0 1 0 141020398 1241239552 16285 18446744073709551615 94095351734272 94095351734649 140733145444944 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94095351745944 94095351746564 94095363010560 140733145450831 140733145451040 140733145451040 140733145456615 0
/proc/116050/statm: 303037 16285 8132 1 0 274395 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1216340 KiB
Current children cumulated memory: 68212 KiB

[startup+0.700205 s]
/proc/loadavg: 2.83 2.23 2.19 5/271 116050
/proc/meminfo: memFree=113600472/131249996 swapFree=33003468/33010684
[pid=116045] ppid=116042 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/116045/stat : 116045 (scip-naps-1.00a) S 116042 116045 115863 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141020396 4292608 768 18446744073709551615 94669450702848 94669451597381 140730336489344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94669451836432 94669451884176 94669479395328 140730336496027 140730336496126 140730336496126 140730336501730 0
/proc/116045/statm: 1048 768 704 219 0 110 0
[pid=116050] ppid=116045 vsize=1227644 memory=79092 CPUtime=0.66 cores=5,7
/proc/116050/stat : 116050 (python3) R 116045 116045 115863 0 -1 4194304 12576 0 0 0 63 3 0 0 20 0 1 0 141020398 1257107456 19773 18446744073709551615 94095351734272 94095351734649 140733145444944 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94095351745944 94095351746564 94095363010560 140733145450831 140733145451040 140733145451040 140733145456615 0
/proc/116050/statm: 306911 19773 8132 1 0 278269 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 1231836 KiB
Current children cumulated memory: 82164 KiB

[startup+1.50021 s]
/proc/loadavg: 2.83 2.23 2.19 5/271 116050
/proc/meminfo: memFree=113560232/131249996 swapFree=33003468/33010684
[pid=116045] ppid=116042 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/116045/stat : 116045 (scip-naps-1.00a) S 116042 116045 115863 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141020396 4292608 768 18446744073709551615 94669450702848 94669451597381 140730336489344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94669451836432 94669451884176 94669479395328 140730336496027 140730336496126 140730336496126 140730336501730 0
/proc/116045/statm: 1048 768 704 219 0 110 0
[pid=116050] ppid=116045 vsize=1249200 memory=97976 CPUtime=1.45 cores=5,7
/proc/116050/stat : 116050 (python3) R 116045 116045 115863 0 -1 4194304 17621 0 0 0 141 4 0 0 20 0 1 0 141020398 1279180800 24494 18446744073709551615 94095351734272 94095351734649 140733145444944 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94095351745944 94095351746564 94095363010560 140733145450831 140733145451040 140733145451040 140733145456615 0
/proc/116050/statm: 312300 24494 8132 1 0 283658 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 1253392 KiB
Current children cumulated memory: 101048 KiB

[startup+3.1059 s]
/proc/loadavg: 2.83 2.23 2.19 5/271 116050
/proc/meminfo: memFree=113552248/131249996 swapFree=33003468/33010684
[pid=116045] ppid=116042 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/116045/stat : 116045 (scip-naps-1.00a) S 116042 116045 115863 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141020396 4292608 768 18446744073709551615 94669450702848 94669451597381 140730336489344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94669451836432 94669451884176 94669479395328 140730336496027 140730336496126 140730336496126 140730336501730 0
/proc/116045/statm: 1048 768 704 219 0 110 0
[pid=116050] ppid=116045 vsize=1263088 memory=112244 CPUtime=3.05 cores=5,7
/proc/116050/stat : 116050 (python3) R 116045 116045 115863 0 -1 4194304 21882 0 0 0 300 5 0 0 20 0 1 0 141020398 1293402112 28061 18446744073709551615 94095351734272 94095351734649 140733145444944 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94095351745944 94095351746564 94095363010560 140733145450831 140733145451040 140733145451040 140733145456615 0
/proc/116050/statm: 315772 28061 8132 1 0 287130 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 1267280 KiB
Current children cumulated memory: 115316 KiB

[startup+6.30021 s]
/proc/loadavg: 2.93 2.26 2.20 5/271 116050
/proc/meminfo: memFree=113599160/131249996 swapFree=33003468/33010684
[pid=116045] ppid=116042 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/116045/stat : 116045 (scip-naps-1.00a) S 116042 116045 115863 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141020396 4292608 768 18446744073709551615 94669450702848 94669451597381 140730336489344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94669451836432 94669451884176 94669479395328 140730336496027 140730336496126 140730336496126 140730336501730 0
/proc/116045/statm: 1048 768 704 219 0 110 0
[pid=116050] ppid=116045 vsize=1270180 memory=119540 CPUtime=6.23 cores=5,7
/proc/116050/stat : 116050 (python3) R 116045 116045 115863 0 -1 4194304 23698 0 0 0 618 5 0 0 20 0 1 0 141020398 1300664320 29885 18446744073709551615 94095351734272 94095351734649 140733145444944 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94095351745944 94095351746564 94095363010560 140733145450831 140733145451040 140733145451040 140733145456615 0
/proc/116050/statm: 317545 29885 8132 1 0 288903 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 1274372 KiB
Current children cumulated memory: 122612 KiB

[startup+12.7002 s]
/proc/loadavg: 3.01 2.29 2.21 5/266 116058
/proc/meminfo: memFree=113761860/131249996 swapFree=33003468/33010684
[pid=116045] ppid=116042 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/116045/stat : 116045 (scip-naps-1.00a) S 116042 116045 115863 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141020396 4292608 768 18446744073709551615 94669450702848 94669451597381 140730336489344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94669451836432 94669451884176 94669479395328 140730336496027 140730336496126 140730336496126 140730336501730 0
/proc/116045/statm: 1048 768 704 219 0 110 0
[pid=116050] ppid=116045 vsize=1270180 memory=119540 CPUtime=12.61 cores=5,7
/proc/116050/stat : 116050 (python3) R 116045 116045 115863 0 -1 4194304 23705 0 0 0 1256 5 0 0 20 0 1 0 141020398 1300664320 29885 18446744073709551615 94095351734272 94095351734649 140733145444944 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94095351745944 94095351746564 94095363010560 140733145450831 140733145451040 140733145451040 140733145456615 0
/proc/116050/statm: 317545 29885 8132 1 0 288903 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 1274372 KiB
Current children cumulated memory: 122612 KiB

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

# cumulated CPU time of all completed processes:  user=16.3528 s, system=0.069141 s

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

[startup+12.8002 s]
/proc/loadavg: 3.01 2.29 2.21 5/266 116058
/proc/meminfo: memFree=113761860/131249996 swapFree=33003468/33010684
[pid=116045] ppid=116042 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/116045/stat : 116045 (scip-naps-1.00a) S 116042 116045 115863 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141020396 4292608 768 18446744073709551615 94669450702848 94669451597381 140730336489344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94669451836432 94669451884176 94669479395328 140730336496027 140730336496126 140730336496126 140730336501730 0
/proc/116045/statm: 1048 768 704 219 0 110 0
[pid=116050] ppid=116045 vsize=1270180 memory=119540 CPUtime=12.71 cores=5,7
/proc/116050/stat : 116050 (python3) R 116045 116045 115863 0 -1 4194304 23705 0 0 0 1266 5 0 0 20 0 1 0 141020398 1300664320 29885 18446744073709551615 94095351734272 94095351734649 140733145444944 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94095351745944 94095351746564 94095363010560 140733145450831 140733145451040 140733145451040 140733145456615 0
/proc/116050/statm: 317545 29885 8132 1 0 288903 0
Current children cumulated CPU time: 12.71 s
Current children cumulated vsize: 1274372 KiB
Current children cumulated memory: 122612 KiB

[startup+14.4002 s]
/proc/loadavg: 3.09 2.32 2.22 5/271 116099
/proc/meminfo: memFree=113699392/131249996 swapFree=33003468/33010684
[pid=116045] ppid=116042 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/116045/stat : 116045 (scip-naps-1.00a) S 116042 116045 115863 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141020396 4292608 768 18446744073709551615 94669450702848 94669451597381 140730336489344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94669451836432 94669451884176 94669479395328 140730336496027 140730336496126 140730336496126 140730336501730 0
/proc/116045/statm: 1048 768 704 219 0 110 0
[pid=116050] ppid=116045 vsize=1269288 memory=118792 CPUtime=14.31 cores=5,7
/proc/116050/stat : 116050 (python3) R 116045 116045 115863 0 -1 4194304 24904 0 0 0 1425 6 0 0 20 0 1 0 141020398 1299750912 29698 18446744073709551615 94095351734272 94095351734649 140733145444944 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94095351745944 94095351746564 94095363010560 140733145450831 140733145451040 140733145451040 140733145456615 0
/proc/116050/statm: 317322 29698 8132 1 0 288680 0
Current children cumulated CPU time: 14.31 s
Current children cumulated vsize: 1273480 KiB
Current children cumulated memory: 121864 KiB

[startup+15.2002 s]
/proc/loadavg: 3.09 2.32 2.22 5/271 116099
/proc/meminfo: memFree=113705488/131249996 swapFree=33003468/33010684
[pid=116045] ppid=116042 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/116045/stat : 116045 (scip-naps-1.00a) S 116042 116045 115863 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141020396 4292608 768 18446744073709551615 94669450702848 94669451597381 140730336489344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94669451836432 94669451884176 94669479395328 140730336496027 140730336496126 140730336496126 140730336501730 0
/proc/116045/statm: 1048 768 704 219 0 110 0
[pid=116050] ppid=116045 vsize=1269288 memory=118792 CPUtime=15.11 cores=5,7
/proc/116050/stat : 116050 (python3) R 116045 116045 115863 0 -1 4194304 24904 0 0 0 1505 6 0 0 20 0 1 0 141020398 1299750912 29698 18446744073709551615 94095351734272 94095351734649 140733145444944 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94095351745944 94095351746564 94095363010560 140733145450831 140733145451040 140733145451040 140733145456615 0
/proc/116050/statm: 317322 29698 8132 1 0 288680 0
Current children cumulated CPU time: 15.11 s
Current children cumulated vsize: 1273480 KiB
Current children cumulated memory: 121864 KiB

[startup+16.0002 s]*
/proc/loadavg: 3.09 2.32 2.22 5/271 116099
/proc/meminfo: memFree=113723380/131249996 swapFree=33003468/33010684
[pid=116045] ppid=116042 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/116045/stat : 116045 (scip-naps-1.00a) S 116042 116045 115863 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141020396 4292608 768 18446744073709551615 94669450702848 94669451597381 140730336489344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94669451836432 94669451884176 94669479395328 140730336496027 140730336496126 140730336496126 140730336501730 0
/proc/116045/statm: 1048 768 704 219 0 110 0
[pid=116050] ppid=116045 vsize=1269288 memory=118792 CPUtime=15.91 cores=5,7
/proc/116050/stat : 116050 (python3) R 116045 116045 115863 0 -1 4194304 24904 0 0 0 1585 6 0 0 20 0 1 0 141020398 1299750912 29698 18446744073709551615 94095351734272 94095351734649 140733145444944 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94095351745944 94095351746564 94095363010560 140733145450831 140733145451040 140733145451040 140733145456615 0
/proc/116050/statm: 317322 29698 8132 1 0 288680 0
Current children cumulated CPU time: 15.91 s
Current children cumulated vsize: 1273480 KiB
Current children cumulated memory: 121864 KiB

[startup+16.4001 s]
/proc/loadavg: 3.09 2.32 2.22 5/271 116099
/proc/meminfo: memFree=113723380/131249996 swapFree=33003468/33010684
[pid=116045] ppid=116042 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/116045/stat : 116045 (scip-naps-1.00a) S 116042 116045 115863 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141020396 4292608 768 18446744073709551615 94669450702848 94669451597381 140730336489344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94669451836432 94669451884176 94669479395328 140730336496027 140730336496126 140730336496126 140730336501730 0
/proc/116045/statm: 1048 768 704 219 0 110 0
[pid=116050] ppid=116045 vsize=1269288 memory=118792 CPUtime=16.3 cores=5,7
/proc/116050/stat : 116050 (python3) R 116045 116045 115863 0 -1 4194304 24904 0 0 0 1624 6 0 0 20 0 1 0 141020398 1299750912 29698 18446744073709551615 94095351734272 94095351734649 140733145444944 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94095351745944 94095351746564 94095363010560 140733145450831 140733145451040 140733145451040 140733145456615 0
/proc/116050/statm: 317322 29698 8132 1 0 288680 0
Current children cumulated CPU time: 16.3 s
Current children cumulated vsize: 1273480 KiB
Current children cumulated memory: 121864 KiB

[startup+16.5002 s]
/proc/loadavg: 3.09 2.32 2.22 5/271 116099
/proc/meminfo: memFree=113723380/131249996 swapFree=33003468/33010684
[pid=116045] ppid=116042 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/116045/stat : 116045 (scip-naps-1.00a) S 116042 116045 115863 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141020396 4292608 768 18446744073709551615 94669450702848 94669451597381 140730336489344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94669451836432 94669451884176 94669479395328 140730336496027 140730336496126 140730336496126 140730336501730 0
/proc/116045/statm: 1048 768 704 219 0 110 0
[pid=116050] ppid=116045 vsize=212020 memory=119432 CPUtime=16.4 cores=5,7
/proc/116050/stat : 116050 (python3) R 116045 116045 115863 0 -1 4194304 24928 0 0 0 1634 6 0 0 20 0 1 0 141020398 217108480 29858 18446744073709551615 94095351734272 94095351734649 140733145444944 0 0 0 0 16781312 0 0 0 0 17 5 0 0 0 0 0 94095351745944 94095351746564 94095363010560 140733145450831 140733145451040 140733145451040 140733145456615 0
/proc/116050/statm: 53003 29858 8292 1 0 24454 0
Current children cumulated CPU time: 16.4 s
Current children cumulated vsize: 216212 KiB
Current children cumulated memory: 122504 KiB

Child status: 0

Real time (s): 16.5064
CPU time (s): 16.4219
CPU user time (s): 16.3528
CPU system time (s): 0.069141
CPU usage (%): 99.4881
Max. virtual memory (cumulated for all children) (KiB): 1274372
Max. memory (cumulated for all children) (KiB): 122612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.3528
system time used= 0.069141
maximum resident set size= 124276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25544
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 334
involuntary context switches= 105


# summary of solver processes directly reported to runsolver:
#   pid: 116045
#   total CPU time (s): 16.4219
#   total CPU user time (s): 16.3528
#   total CPU system time (s): 0.069141

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.047525 second user time and 0.102744 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-11 19:03:47
IDJOB=4529706
IDBENCH=147918
IDSOLVER=3388
FILE ID=nodeC021/4529706-1752253427
RUNJOBID= nodeC021-1752253388-115876
SLURM_JOB_ID= 9682586
Free space on /tmp= 430672 MiB

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

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

MD5SUM BENCH= 0e77a06dde1d23cd3307fd4f28b5c64b
RANDOM SEED=612192484

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        113687548 kB
MemAvailable:   120589300 kB
Buffers:            1056 kB
Cached:          7632436 kB
SwapCached:           32 kB
Active:          9284972 kB
Inactive:        7112916 kB
Active(anon):    8738088 kB
Inactive(anon):    39760 kB
Active(file):     546884 kB
Inactive(file):  7073156 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11268 kB
Writeback:             0 kB
AnonPages:       8767492 kB
Mapped:           122536 kB
Shmem:             13452 kB
KReclaimable:     241500 kB
Slab:             336168 kB
SReclaimable:     241500 kB
SUnreclaim:        94668 kB
KernelStack:        4336 kB
PageTables:        20600 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   11310284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1593344 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

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