Trace number 4529718

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 11.9148 11.9887

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900584219.opb
MD5SUM5cb6b74fefc8a9f17ac95610df8bcc89
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.892307
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

8.52/8.63	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4529718-1752253427.opb
8.52/8.63	c Solving mode: decision
8.52/8.63	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
8.52/8.63	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
8.52/8.63	c original problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2707 constraints
8.52/8.63	c presolving:
8.52/8.63	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.52/8.63	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.52/8.63	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.52/8.63	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.52/8.63	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.52/8.63	c    (0.0s) probing: 51/231 (22.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
8.52/8.63	c    (0.0s) probing aborted: 50/50 successive totally useless probings
8.52/8.63	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
8.52/8.63	c    (0.0s) symmetry computation finished: 1 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.00)
8.52/8.63	c dynamic symmetry handling statistics:
8.52/8.63	c    orbitopal reduction:       no components
8.52/8.63	c    orbital reduction:          1 components of sizes 1
8.52/8.63	c    lexicographic reduction:    1 permutations with support sizes 121
8.52/8.63	c handled 1 out of 1 symmetry components
8.52/8.63	c presolving (6 rounds: 6 fast, 6 medium, 6 exhaustive):
8.52/8.63	c  0 deleted vars, 264 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 55 changed sides, 0 changed coefficients
8.52/8.63	c  0 implications, 143 cliques
8.52/8.63	c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2443 constraints
8.52/8.63	c       1 constraints of type <knapsack>
8.52/8.63	c      22 constraints of type <setppc>
8.52/8.63	c    2420 constraints of type <logicor>
8.52/8.63	c transformed objective value is always integral (scale: 1)
8.52/8.63	c Presolving Time: 0.04
8.52/8.63	c 
8.52/8.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.52/8.63	c   0.1s|     1 |     0 |    95 |     - |    12M |   0 | 231 |2481 |2443 |   0 |  0 |  37 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.52/8.63	c   0.2s|     1 |     0 |  1356 |     - |    14M |   0 | 231 |2484 |2445 |   2 |  1 |  40 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.52/8.63	c   0.2s|     1 |     0 |  1371 |     - |    15M |   0 | 231 |2486 |2448 |   5 |  2 |  42 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.52/8.63	c   0.3s|     1 |     0 |  1391 |     - |    18M |   0 | 231 |2489 |2453 |  10 |  3 |  45 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.52/8.63	c   0.3s|     1 |     0 |  1404 |     - |    21M |   0 | 231 |2492 |2455 |  12 |  4 |  48 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.52/8.63	c   0.4s|     1 |     0 |  1421 |     - |    24M |   0 | 231 |2493 |2459 |  16 |  5 |  49 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.52/8.63	c   0.4s|     1 |     0 |  1434 |     - |    26M |   0 | 231 |2497 |2462 |  19 |  6 |  53 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.52/8.63	c   0.5s|     1 |     0 |  1451 |     - |    28M |   0 | 231 |2497 |2465 |  22 |  7 |  53 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.52/8.63	c   0.5s|     1 |     0 |  1472 |     - |    30M |   0 | 231 |2500 |2469 |  26 |  8 |  56 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.52/8.63	c   0.6s|     1 |     0 |  1489 |     - |    33M |   0 | 231 |2502 |2471 |  28 |  9 |  58 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.52/8.63	c   0.7s|     1 |     0 |  1524 |     - |    38M |   0 | 231 |2505 |2474 |  31 | 10 |  61 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.52/8.63	c   0.7s|     1 |     0 |  1543 |     - |    38M |   0 | 231 |2506 |2477 |  34 | 11 |  62 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.52/8.63	c   0.8s|     1 |     2 |  1783 |     - |    38M |   0 | 231 |2530 |2477 |  34 | 11 |  86 |  19 | 0.000000e+00 |      --      |    Inf | unknown
8.52/8.63	c   1.3s|   100 |    21 |  5168 |  36.6 |    41M |  18 | 231 |2616 |2452 |  65 |  1 | 172 |  19 | 0.000000e+00 |      --      |    Inf |   4.98%
8.52/8.63	c   1.6s|   200 |    17 |  6777 |  26.3 |    43M |  20 | 231 |2665 |2453 |  82 |  1 | 221 |  19 | 0.000000e+00 |      --      |    Inf |   8.51%
8.52/8.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.52/8.63	c   1.8s|   300 |    13 |  8095 |  21.9 |    43M |  20 | 231 |2713 |2452 |  89 |  1 | 275 |  19 | 0.000000e+00 |      --      |    Inf |  58.71%
8.52/8.63	c   2.2s|   400 |    13 |  9832 |  20.8 |    46M |  20 | 231 |2759 |2455 | 124 |  0 | 327 |  19 | 0.000000e+00 |      --      |    Inf |  69.97%
8.52/8.63	c   2.4s|   500 |    14 | 11467 |  19.9 |    48M |  20 | 231 |2836 |2451 | 139 |  1 | 414 |  19 | 0.000000e+00 |      --      |    Inf |  71.06%
8.52/8.63	c   2.6s|   600 |    14 | 12844 |  18.9 |    52M |  20 | 231 |2890 |2455 | 169 |  1 | 476 |  19 | 0.000000e+00 |      --      |    Inf |  71.87%
8.52/8.63	c   2.8s|   700 |    15 | 14151 |  18.0 |    52M |  20 | 231 |2962 |2454 | 178 |  1 | 557 |  19 | 0.000000e+00 |      --      |    Inf |  71.92%
8.52/8.63	c   3.1s|   800 |    13 | 15932 |  18.0 |    52M |  20 | 231 |3049 |2455 | 184 |  1 | 649 |  19 | 0.000000e+00 |      --      |    Inf |  72.76%
8.52/8.63	c   3.6s|   900 |    15 | 17763 |  18.0 |    57M |  20 | 231 |3144 |2453 | 208 |  1 | 751 |  19 | 0.000000e+00 |      --      |    Inf |  77.16%
8.52/8.63	c   4.0s|  1000 |    15 | 19824 |  18.3 |    58M |  20 | 231 |3226 |2449 | 225 |  1 | 841 |  19 | 0.000000e+00 |      --      |    Inf |  78.44%
8.52/8.63	c   4.4s|  1100 |    15 | 21428 |  18.1 |    58M |  20 | 231 |3290 |2454 | 278 |  0 | 914 |  19 | 0.000000e+00 |      --      |    Inf |  86.98%
8.52/8.63	c   4.7s|  1200 |    15 | 22999 |  17.9 |    58M |  20 | 231 |3368 |2455 | 295 |  1 | 999 |  19 | 0.000000e+00 |      --      |    Inf |  87.79%
8.52/8.63	c   5.1s|  1300 |    15 | 24816 |  17.9 |    58M |  20 | 231 |3428 |2452 | 325 |  1 |1074 |  19 | 0.000000e+00 |      --      |    Inf |  94.07%
8.52/8.63	c   5.4s|  1400 |    13 | 26446 |  17.8 |    58M |  20 | 231 |3487 |2456 | 333 |  0 |1138 |  19 | 0.000000e+00 |      --      |    Inf |  94.99%
8.52/8.63	c   5.8s|  1500 |    13 | 28240 |  17.8 |    58M |  20 | 231 |3572 |2455 | 354 |  0 |1233 |  19 | 0.000000e+00 |      --      |    Inf |  96.18%
8.52/8.63	c   6.0s|  1600 |    11 | 29957 |  17.8 |    58M |  20 | 231 |3643 |2453 | 372 |  1 |1310 |  19 | 0.000000e+00 |      --      |    Inf |  96.39%
8.52/8.63	c   6.4s|  1700 |    13 | 31847 |  17.8 |    59M |  27 | 231 |3742 |2451 | 397 |  1 |1424 |  19 | 0.000000e+00 |      --      |    Inf |  97.08%
8.52/8.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.52/8.63	c   6.6s|  1800 |    11 | 33499 |  17.8 |    59M |  27 | 231 |3817 |2453 | 422 |  1 |1504 |  19 | 0.000000e+00 |      --      |    Inf |  97.48%
8.52/8.63	c   6.9s|  1900 |    11 | 35587 |  17.9 |    59M |  27 | 231 |3892 |2454 | 460 |  1 |1587 |  19 | 0.000000e+00 |      --      |    Inf |  98.46%
8.52/8.63	c   7.4s|  2000 |    11 | 37476 |  18.0 |    59M |  27 | 231 |3961 |2456 | 500 |  0 |1675 |  19 | 0.000000e+00 |      --      |    Inf |  98.79%
8.52/8.63	c   7.6s|  2100 |    13 | 39039 |  17.9 |    59M |  27 | 231 |4016 |2454 | 515 |  0 |1741 |  19 | 0.000000e+00 |      --      |    Inf |  98.99%
8.52/8.63	c   7.9s|  2200 |    19 | 40793 |  17.8 |    61M |  27 | 231 |4095 |2454 | 530 |  1 |1834 |  19 | 0.000000e+00 |      --      |    Inf |  99.10%
8.52/8.63	c   8.2s|  2300 |    15 | 42484 |  17.8 |    61M |  27 | 231 |4166 |2451 | 530 |  1 |1916 |  19 | 0.000000e+00 |      --      |    Inf |  99.15%
11.80/11.96	c   8.5s|  2400 |    13 | 44346 |  17.8 |    61M |  27 | 231 |4237 |2456 | 530 |  1 |2002 |  19 | 0.000000e+00 |      --      |    Inf |  99.21%
11.80/11.96	c   8.8s|  2500 |    11 | 46160 |  17.9 |    61M |  27 | 231 |4333 |2456 | 530 |  1 |2111 |  19 | 0.000000e+00 |      --      |    Inf |  99.28%
11.80/11.96	c   9.2s|  2600 |     9 | 47865 |  17.8 |    61M |  30 | 231 |4427 |2454 | 531 |  1 |2213 |  19 | 0.000000e+00 |      --      |    Inf |  99.33%
11.80/11.96	c   9.7s|  2700 |    11 | 49808 |  17.9 |    61M |  30 | 231 |4506 |2457 | 532 |  1 |2313 |  19 | 0.000000e+00 |      --      |    Inf |  99.35%
11.80/11.96	c   9.8s|  2800 |    13 | 51329 |  17.8 |    61M |  34 | 231 |4609 |2457 | 532 |  1 |2419 |  19 | 0.000000e+00 |      --      |    Inf |  99.35%
11.80/11.96	c   9.9s|  2900 |    12 | 52723 |  17.7 |    60M |  35 | 231 |4735 |2452 | 537 |  1 |2547 |  19 | 0.000000e+00 |      --      |    Inf |  99.35%
11.80/11.96	c  10.1s|  3000 |    12 | 54547 |  17.7 |    60M |  35 | 231 |4843 |2456 | 540 |  1 |2659 |  19 | 0.000000e+00 |      --      |    Inf |  99.36%
11.80/11.96	c  10.2s|  3100 |    16 | 56463 |  17.7 |    59M |  35 | 231 |4937 |2456 | 544 |  1 |2757 |  19 | 0.000000e+00 |      --      |    Inf |  99.36%
11.80/11.96	c  10.3s|  3200 |    12 | 58279 |  17.7 |    59M |  35 | 231 |5043 |2459 | 549 |  0 |2874 |  19 | 0.000000e+00 |      --      |    Inf |  99.36%
11.80/11.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
11.80/11.96	c  10.5s|  3300 |    16 | 60183 |  17.8 |    59M |  35 | 231 |5163 |2460 | 553 |  1 |3005 |  19 | 0.000000e+00 |      --      |    Inf |  99.36%
11.80/11.96	c  10.6s|  3400 |    14 | 62020 |  17.8 |    59M |  35 | 231 |5299 |2460 | 553 |  0 |3154 |  19 | 0.000000e+00 |      --      |    Inf |  99.36%
11.80/11.96	c  10.7s|  3500 |    10 | 64122 |  17.9 |    59M |  38 | 231 |5423 |2451 | 556 |  1 |3285 |  19 | 0.000000e+00 |      --      |    Inf |  99.36%
11.80/11.96	c  10.8s|  3600 |    14 | 65722 |  17.8 |    59M |  38 | 231 |5506 |2457 | 560 |  1 |3374 |  19 | 0.000000e+00 |      --      |    Inf |  99.38%
11.80/11.96	c  10.9s|  3700 |     8 | 67256 |  17.8 |    59M |  38 | 231 |5606 |2456 | 560 |  0 |3480 |  19 | 0.000000e+00 |      --      |    Inf |  99.40%
11.80/11.96	c  11.0s|  3800 |     8 | 68771 |  17.7 |    59M |  38 | 231 |5719 |2456 | 560 |  0 |3601 |  19 | 0.000000e+00 |      --      |    Inf |  99.41%
11.80/11.96	c  11.2s|  3900 |    10 | 70500 |  17.7 |    59M |  38 | 231 |5820 |2457 | 562 |  0 |3710 |  19 | 0.000000e+00 |      --      |    Inf |  99.41%
11.80/11.96	c  11.3s|  4000 |     6 | 72162 |  17.7 |    59M |  38 | 231 |5928 |   0 | 563 |  0 |3830 |  19 | 0.000000e+00 |      --      |    Inf |  99.41%
11.80/11.96	c  11.4s|  4100 |     8 | 74219 |  17.7 |    60M |  38 | 231 |5978 |2456 | 580 |  0 |3899 |  19 | 0.000000e+00 |      --      |    Inf |  99.55%
11.80/11.96	c  11.5s|  4200 |     6 | 75880 |  17.7 |    60M |  38 | 231 |6081 |2456 | 580 |  0 |4001 |  19 | 0.000000e+00 |      --      |    Inf |  99.55%
11.80/11.96	c  11.7s|  4300 |     4 | 77654 |  17.7 |    60M |  38 | 231 |6178 |2456 | 584 |  0 |4118 |  19 | 0.000000e+00 |      --      |    Inf |  99.56%
11.80/11.96	c  11.8s|  4400 |     2 | 79418 |  17.7 |    60M |  38 | 231 |6231 |2457 | 585 |  0 |4209 |  19 | 0.000000e+00 |      --      |    Inf |  99.61%
11.80/11.96	c 
11.80/11.96	c SCIP Status        : problem is solved [infeasible]
11.80/11.96	c Solving Time (sec) : 11.80
11.80/11.96	c Solving Nodes      : 4406
11.80/11.96	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
11.80/11.96	c Dual Bound         : +1.00000000000000e+20
11.80/11.96	c Gap                : 0.00 %
11.80/11.96	c SCIP found the problem to be infeasible.
11.80/11.96	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 (53723 MiB free)
  memory of node 1: 64507 MiB (57308 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=116030, runsolver pid=116026

[startup+0.100062 s]*
/proc/loadavg: 2.83 2.23 2.19 5/266 116042
/proc/meminfo: memFree=113680872/131249996 swapFree=33003468/33010684
[pid=116030] ppid=116026 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116030/stat : 116030 (scip-naps-1.00a) S 116026 116030 115863 0 -1 4194304 257 338 0 0 0 0 0 0 20 0 1 0 141020385 4292608 736 18446744073709551615 94456775872512 94456776767045 140737131192624 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94456777006096 94456777053840 94456799109120 140737131194779 140737131194878 140737131194878 140737131200482 0
/proc/116030/statm: 1048 736 672 219 0 110 0
[pid=116037] ppid=116030 vsize=1186292 memory=31116 CPUtime=0.06 cores=4,6
/proc/116037/stat : 116037 (python3) R 116030 116030 115863 0 -1 4194304 3548 0 0 0 5 1 0 0 20 0 1 0 141020387 1214763008 7779 18446744073709551615 94352526012416 94352526012793 140721839360928 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94352526024088 94352526024708 94352534528000 140721839368527 140721839368736 140721839368736 140721839374311 0
/proc/116037/statm: 296573 7779 4874 1 0 268595 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 1190484 KiB
Current children cumulated memory: 34060 KiB

[startup+0.206286 s]*
/proc/loadavg: 2.83 2.23 2.19 4/271 116050
/proc/meminfo: memFree=113648344/131249996 swapFree=33003468/33010684
[pid=116030] ppid=116026 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116030/stat : 116030 (scip-naps-1.00a) S 116026 116030 115863 0 -1 4194304 257 338 0 0 0 0 0 0 20 0 1 0 141020385 4292608 736 18446744073709551615 94456775872512 94456776767045 140737131192624 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94456777006096 94456777053840 94456799109120 140737131194779 140737131194878 140737131194878 140737131200482 0
/proc/116030/statm: 1048 736 672 219 0 110 0
[pid=116037] ppid=116030 vsize=1210632 memory=63372 CPUtime=0.16 cores=4,6
/proc/116037/stat : 116037 (python3) R 116030 116030 115863 0 -1 4194304 8679 0 2 0 14 2 0 0 20 0 1 0 141020387 1239687168 15843 18446744073709551615 94352526012416 94352526012793 140721839360928 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94352526024088 94352526024708 94352534528000 140721839368527 140721839368736 140721839368736 140721839374311 0
/proc/116037/statm: 302658 15843 8074 1 0 274016 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 1214824 KiB
Current children cumulated memory: 66316 KiB

[startup+0.306027 s]*
/proc/loadavg: 2.83 2.23 2.19 5/271 116050
/proc/meminfo: memFree=113632472/131249996 swapFree=33003468/33010684
[pid=116030] ppid=116026 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116030/stat : 116030 (scip-naps-1.00a) S 116026 116030 115863 0 -1 4194304 257 338 0 0 0 0 0 0 20 0 1 0 141020385 4292608 736 18446744073709551615 94456775872512 94456776767045 140737131192624 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94456777006096 94456777053840 94456799109120 140737131194779 140737131194878 140737131194878 140737131200482 0
/proc/116030/statm: 1048 736 672 219 0 110 0
[pid=116037] ppid=116030 vsize=1212140 memory=65292 CPUtime=0.26 cores=4,6
/proc/116037/stat : 116037 (python3) R 116030 116030 115863 0 -1 4194304 9080 0 6 0 24 2 0 0 20 0 1 0 141020387 1241231360 16323 18446744073709551615 94352526012416 94352526012793 140721839360928 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94352526024088 94352526024708 94352534528000 140721839368527 140721839368736 140721839368736 140721839374311 0
/proc/116037/statm: 303035 16323 8138 1 0 274393 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 1216332 KiB
Current children cumulated memory: 68236 KiB

[startup+0.700199 s]
/proc/loadavg: 2.83 2.23 2.19 5/271 116050
/proc/meminfo: memFree=113608536/131249996 swapFree=33003468/33010684
[pid=116030] ppid=116026 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116030/stat : 116030 (scip-naps-1.00a) S 116026 116030 115863 0 -1 4194304 257 338 0 0 0 0 0 0 20 0 1 0 141020385 4292608 736 18446744073709551615 94456775872512 94456776767045 140737131192624 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94456777006096 94456777053840 94456799109120 140737131194779 140737131194878 140737131194878 140737131200482 0
/proc/116030/statm: 1048 736 672 219 0 110 0
[pid=116037] ppid=116030 vsize=1229868 memory=80908 CPUtime=0.65 cores=4,6
/proc/116037/stat : 116037 (python3) R 116030 116030 115863 0 -1 4194304 12995 0 7 0 62 3 0 0 20 0 1 0 141020387 1259384832 20227 18446744073709551615 94352526012416 94352526012793 140721839360928 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94352526024088 94352526024708 94352534528000 140721839368527 140721839368736 140721839368736 140721839374311 0
/proc/116037/statm: 307467 20227 8138 1 0 278825 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 1234060 KiB
Current children cumulated memory: 83852 KiB

[startup+1.5002 s]
/proc/loadavg: 2.83 2.23 2.19 5/271 116050
/proc/meminfo: memFree=113568296/131249996 swapFree=33003468/33010684
[pid=116030] ppid=116026 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116030/stat : 116030 (scip-naps-1.00a) S 116026 116030 115863 0 -1 4194304 257 338 0 0 0 0 0 0 20 0 1 0 141020385 4292608 736 18446744073709551615 94456775872512 94456776767045 140737131192624 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94456777006096 94456777053840 94456799109120 140737131194779 140737131194878 140737131194878 140737131200482 0
/proc/116030/statm: 1048 736 672 219 0 110 0
[pid=116037] ppid=116030 vsize=1247992 memory=97244 CPUtime=1.44 cores=4,6
/proc/116037/stat : 116037 (python3) R 116030 116030 115863 0 -1 4194304 17344 0 7 0 141 3 0 0 20 0 1 0 141020387 1277943808 24311 18446744073709551615 94352526012416 94352526012793 140721839360928 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94352526024088 94352526024708 94352534528000 140721839368527 140721839368736 140721839368736 140721839374311 0
/proc/116037/statm: 311998 24311 8138 1 0 283356 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 1252184 KiB
Current children cumulated memory: 100188 KiB

[startup+3.10578 s]
/proc/loadavg: 2.83 2.23 2.19 5/271 116050
/proc/meminfo: memFree=113552248/131249996 swapFree=33003468/33010684
[pid=116030] ppid=116026 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116030/stat : 116030 (scip-naps-1.00a) S 116026 116030 115863 0 -1 4194304 257 338 0 0 0 0 0 0 20 0 1 0 141020385 4292608 736 18446744073709551615 94456775872512 94456776767045 140737131192624 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94456777006096 94456777053840 94456799109120 140737131194779 140737131194878 140737131194878 140737131200482 0
/proc/116030/statm: 1048 736 672 219 0 110 0
[pid=116037] ppid=116030 vsize=1258116 memory=108056 CPUtime=3.05 cores=4,6
/proc/116037/stat : 116037 (python3) R 116030 116030 115863 0 -1 4194304 20359 0 7 0 301 4 0 0 20 0 1 0 141020387 1288310784 27014 18446744073709551615 94352526012416 94352526012793 140721839360928 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94352526024088 94352526024708 94352534528000 140721839368527 140721839368736 140721839368736 140721839374311 0
/proc/116037/statm: 314529 27014 8138 1 0 285887 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 1262308 KiB
Current children cumulated memory: 111000 KiB

[startup+6.30019 s]
/proc/loadavg: 2.93 2.26 2.20 5/271 116050
/proc/meminfo: memFree=113599160/131249996 swapFree=33003468/33010684
[pid=116030] ppid=116026 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116030/stat : 116030 (scip-naps-1.00a) S 116026 116030 115863 0 -1 4194304 257 338 0 0 0 0 0 0 20 0 1 0 141020385 4292608 736 18446744073709551615 94456775872512 94456776767045 140737131192624 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94456777006096 94456777053840 94456799109120 140737131194779 140737131194878 140737131194878 140737131200482 0
/proc/116030/statm: 1048 736 672 219 0 110 0
[pid=116037] ppid=116030 vsize=1267188 memory=117272 CPUtime=6.23 cores=4,6
/proc/116037/stat : 116037 (python3) R 116030 116030 115863 0 -1 4194304 22659 0 7 0 619 4 0 0 20 0 1 0 141020387 1297600512 29318 18446744073709551615 94352526012416 94352526012793 140721839360928 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94352526024088 94352526024708 94352534528000 140721839368527 140721839368736 140721839368736 140721839374311 0
/proc/116037/statm: 316797 29318 8138 1 0 288155 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 1271380 KiB
Current children cumulated memory: 120216 KiB

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

# cumulated CPU time of all completed processes:  user=11.8521 s, system=0.062681 s

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

[startup+6.40023 s]
/proc/loadavg: 2.93 2.26 2.20 5/271 116050
/proc/meminfo: memFree=113599160/131249996 swapFree=33003468/33010684
[pid=116030] ppid=116026 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116030/stat : 116030 (scip-naps-1.00a) S 116026 116030 115863 0 -1 4194304 257 338 0 0 0 0 0 0 20 0 1 0 141020385 4292608 736 18446744073709551615 94456775872512 94456776767045 140737131192624 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94456777006096 94456777053840 94456799109120 140737131194779 140737131194878 140737131194878 140737131200482 0
/proc/116030/statm: 1048 736 672 219 0 110 0
[pid=116037] ppid=116030 vsize=1267188 memory=117272 CPUtime=6.33 cores=4,6
/proc/116037/stat : 116037 (python3) R 116030 116030 115863 0 -1 4194304 22659 0 7 0 629 4 0 0 20 0 1 0 141020387 1297600512 29318 18446744073709551615 94352526012416 94352526012793 140721839360928 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94352526024088 94352526024708 94352534528000 140721839368527 140721839368736 140721839368736 140721839374311 0
/proc/116037/statm: 316797 29318 8138 1 0 288155 0
Current children cumulated CPU time: 6.33 s
Current children cumulated vsize: 1271380 KiB
Current children cumulated memory: 120216 KiB

[startup+9.60018 s]
/proc/loadavg: 3.01 2.29 2.21 5/271 116050
/proc/meminfo: memFree=113630028/131249996 swapFree=33003468/33010684
[pid=116030] ppid=116026 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116030/stat : 116030 (scip-naps-1.00a) S 116026 116030 115863 0 -1 4194304 257 338 0 0 0 0 0 0 20 0 1 0 141020385 4292608 736 18446744073709551615 94456775872512 94456776767045 140737131192624 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94456777006096 94456777053840 94456799109120 140737131194779 140737131194878 140737131194878 140737131200482 0
/proc/116030/statm: 1048 736 672 219 0 110 0
[pid=116037] ppid=116030 vsize=1269656 memory=119832 CPUtime=9.51 cores=4,6
/proc/116037/stat : 116037 (python3) R 116030 116030 115863 0 -1 4194304 23298 0 7 0 947 4 0 0 20 0 1 0 141020387 1300127744 29958 18446744073709551615 94352526012416 94352526012793 140721839360928 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94352526024088 94352526024708 94352534528000 140721839368527 140721839368736 140721839368736 140721839374311 0
/proc/116037/statm: 317414 29958 8138 1 0 288772 0
Current children cumulated CPU time: 9.51 s
Current children cumulated vsize: 1273848 KiB
Current children cumulated memory: 122776 KiB

[startup+11.2001 s]
/proc/loadavg: 3.01 2.29 2.21 5/271 116050
/proc/meminfo: memFree=113664240/131249996 swapFree=33003468/33010684
[pid=116030] ppid=116026 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116030/stat : 116030 (scip-naps-1.00a) S 116026 116030 115863 0 -1 4194304 257 338 0 0 0 0 0 0 20 0 1 0 141020385 4292608 736 18446744073709551615 94456775872512 94456776767045 140737131192624 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94456777006096 94456777053840 94456799109120 140737131194779 140737131194878 140737131194878 140737131200482 0
/proc/116030/statm: 1048 736 672 219 0 110 0
[pid=116037] ppid=116030 vsize=1269824 memory=119960 CPUtime=11.11 cores=4,6
/proc/116037/stat : 116037 (python3) R 116030 116030 115863 0 -1 4194304 23344 0 7 0 1107 4 0 0 20 0 1 0 141020387 1300299776 29990 18446744073709551615 94352526012416 94352526012793 140721839360928 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94352526024088 94352526024708 94352534528000 140721839368527 140721839368736 140721839368736 140721839374311 0
/proc/116037/statm: 317456 29990 8138 1 0 288814 0
Current children cumulated CPU time: 11.11 s
Current children cumulated vsize: 1274016 KiB
Current children cumulated memory: 122904 KiB

[startup+11.6002 s]
/proc/loadavg: 3.01 2.29 2.21 5/271 116050
/proc/meminfo: memFree=113664240/131249996 swapFree=33003468/33010684
[pid=116030] ppid=116026 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116030/stat : 116030 (scip-naps-1.00a) S 116026 116030 115863 0 -1 4194304 257 338 0 0 0 0 0 0 20 0 1 0 141020385 4292608 736 18446744073709551615 94456775872512 94456776767045 140737131192624 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94456777006096 94456777053840 94456799109120 140737131194779 140737131194878 140737131194878 140737131200482 0
/proc/116030/statm: 1048 736 672 219 0 110 0
[pid=116037] ppid=116030 vsize=1269824 memory=119960 CPUtime=11.51 cores=4,6
/proc/116037/stat : 116037 (python3) R 116030 116030 115863 0 -1 4194304 23344 0 7 0 1147 4 0 0 20 0 1 0 141020387 1300299776 29990 18446744073709551615 94352526012416 94352526012793 140721839360928 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94352526024088 94352526024708 94352534528000 140721839368527 140721839368736 140721839368736 140721839374311 0
/proc/116037/statm: 317456 29990 8138 1 0 288814 0
Current children cumulated CPU time: 11.51 s
Current children cumulated vsize: 1274016 KiB
Current children cumulated memory: 122904 KiB

[startup+11.8002 s]
/proc/loadavg: 3.01 2.29 2.21 5/271 116050
/proc/meminfo: memFree=113664240/131249996 swapFree=33003468/33010684
[pid=116030] ppid=116026 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116030/stat : 116030 (scip-naps-1.00a) S 116026 116030 115863 0 -1 4194304 257 338 0 0 0 0 0 0 20 0 1 0 141020385 4292608 736 18446744073709551615 94456775872512 94456776767045 140737131192624 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94456777006096 94456777053840 94456799109120 140737131194779 140737131194878 140737131194878 140737131200482 0
/proc/116030/statm: 1048 736 672 219 0 110 0
[pid=116037] ppid=116030 vsize=1269824 memory=119960 CPUtime=11.71 cores=4,6
/proc/116037/stat : 116037 (python3) R 116030 116030 115863 0 -1 4194304 23344 0 7 0 1167 4 0 0 20 0 1 0 141020387 1300299776 29990 18446744073709551615 94352526012416 94352526012793 140721839360928 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94352526024088 94352526024708 94352534528000 140721839368527 140721839368736 140721839368736 140721839374311 0
/proc/116037/statm: 317456 29990 8138 1 0 288814 0
Current children cumulated CPU time: 11.71 s
Current children cumulated vsize: 1274016 KiB
Current children cumulated memory: 122904 KiB

[startup+11.9001 s]
/proc/loadavg: 3.01 2.29 2.21 5/271 116050
/proc/meminfo: memFree=113664240/131249996 swapFree=33003468/33010684
[pid=116030] ppid=116026 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116030/stat : 116030 (scip-naps-1.00a) S 116026 116030 115863 0 -1 4194304 257 338 0 0 0 0 0 0 20 0 1 0 141020385 4292608 736 18446744073709551615 94456775872512 94456776767045 140737131192624 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94456777006096 94456777053840 94456799109120 140737131194779 140737131194878 140737131194878 140737131200482 0
/proc/116030/statm: 1048 736 672 219 0 110 0
[pid=116037] ppid=116030 vsize=1269824 memory=119960 CPUtime=11.8 cores=4,6
/proc/116037/stat : 116037 (python3) R 116030 116030 115863 0 -1 4194304 23344 0 7 0 1176 4 0 0 20 0 1 0 141020387 1300299776 29990 18446744073709551615 94352526012416 94352526012793 140721839360928 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94352526024088 94352526024708 94352534528000 140721839368527 140721839368736 140721839368736 140721839374311 0
/proc/116037/statm: 317456 29990 8138 1 0 288814 0
Current children cumulated CPU time: 11.8 s
Current children cumulated vsize: 1274016 KiB
Current children cumulated memory: 122904 KiB

Child status: 0

Real time (s): 11.9887
CPU time (s): 11.9148
CPU user time (s): 11.8521
CPU system time (s): 0.062681
CPU usage (%): 99.3832
Max. virtual memory (cumulated for all children) (KiB): 1274016
Max. memory (cumulated for all children) (KiB): 122904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.8521
system time used= 0.062681
maximum resident set size= 120472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23981
page faults= 7
swaps= 0
block input operations= 224
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 402
involuntary context switches= 24


# summary of solver processes directly reported to runsolver:
#   pid: 116030
#   total CPU time (s): 11.9148
#   total CPU user time (s): 11.8521
#   total CPU system time (s): 0.062681

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038937 second user time and 0.080348 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-11 19:03:47
IDJOB=4529718
IDBENCH=147910
IDSOLVER=3388
FILE ID=nodeC021/4529718-1752253427
RUNJOBID= nodeC021-1752253388-115874
SLURM_JOB_ID= 9682586
Free space on /tmp= 430640 MiB

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

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

MD5SUM BENCH= 5cb6b74fefc8a9f17ac95610df8bcc89
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.718
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		: 3600.006
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		: 3578.485
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.923
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		: 3600.400
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		: 3599.652
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		: 3599.779
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.965
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:        113682112 kB
MemAvailable:   120578524 kB
Buffers:            1056 kB
Cached:          7627108 kB
SwapCached:           32 kB
Active:          9278268 kB
Inactive:        7107588 kB
Active(anon):    8731384 kB
Inactive(anon):    39760 kB
Active(file):     546884 kB
Inactive(file):  7067828 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5576 kB
Writeback:           180 kB
AnonPages:       8760296 kB
Mapped:           122388 kB
Shmem:             13452 kB
KReclaimable:     241476 kB
Slab:             336336 kB
SReclaimable:     241476 kB
SUnreclaim:        94860 kB
KernelStack:        4368 kB
PageTables:        20568 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   11279808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1591296 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:03:59