Trace number 4511529

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP-NaPS 1.00a1UNSAT 10.1593 10.3538

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid3x80split.opb
MD5SUMc830ce34512a257c61a7b8e2ae28bccb
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.101614
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables481
Total number of constraints241
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)241
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

7.31/7.56	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4511529-1751205290.opb
7.31/7.56	c Solving mode: decision
7.31/7.56	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
7.31/7.56	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
7.31/7.56	c original problem has 481 variables (481 bin, 0 int, 0 impl, 0 cont) and 241 constraints
7.31/7.56	c presolving:
7.31/7.56	c (round 1, fast)       1 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
7.31/7.56	c    (0.0s) probing: 51/480 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
7.31/7.56	c    (0.0s) probing aborted: 50/50 successive totally useless probings
7.31/7.56	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
7.31/7.56	c    (0.0s) symmetry computation finished: 1 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.00)
7.31/7.56	c dynamic symmetry handling statistics:
7.31/7.56	c    orbitopal reduction:       no components
7.31/7.56	c    orbital reduction:         no components
7.31/7.56	c    lexicographic reduction:    1 permutations with support sizes 320
7.31/7.56	c handled 1 out of 1 symmetry components
7.31/7.56	c presolving (2 rounds: 2 fast, 1 medium, 1 exhaustive):
7.31/7.56	c  1 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
7.31/7.56	c  0 implications, 0 cliques
7.31/7.56	c presolved problem has 480 variables (480 bin, 0 int, 0 impl, 0 cont) and 240 constraints
7.31/7.56	c     240 constraints of type <linear>
7.31/7.56	c transformed objective value is always integral (scale: 1)
7.31/7.56	c Presolving Time: 0.02
7.31/7.56	c 
7.31/7.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.31/7.56	c   0.0s|     1 |     0 |   257 |     - |  8676k |   0 | 480 | 249 | 240 |   0 |  0 |   9 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.31/7.56	c   0.1s|     1 |     0 |   293 |     - |  8951k |   0 | 480 | 381 | 243 |   3 |  1 |   9 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.31/7.56	c   0.1s|     1 |     0 |   298 |     - |  9133k |   0 | 480 | 381 | 246 |   6 |  2 |   9 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.31/7.56	c   0.1s|     1 |     0 |   301 |     - |  9660k |   0 | 480 | 381 | 249 |   9 |  3 |   9 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.31/7.56	c   0.1s|     1 |     0 |   305 |     - |  9874k |   0 | 480 | 381 | 252 |  12 |  4 |   9 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.31/7.56	c   0.1s|     1 |     0 |   311 |     - |    10M |   0 | 480 | 384 | 255 |  15 |  5 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.31/7.56	c   0.2s|     1 |     0 |   317 |     - |    11M |   0 | 480 | 384 | 258 |  18 |  6 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.31/7.56	c   0.2s|     1 |     0 |   323 |     - |    11M |   0 | 480 | 384 | 260 |  20 |  7 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.31/7.56	c   0.2s|     1 |     0 |   331 |     - |    12M |   0 | 480 | 384 | 262 |  22 |  8 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.31/7.56	c   0.2s|     1 |     0 |   337 |     - |    12M |   0 | 480 | 384 | 264 |  24 |  9 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.31/7.56	c   0.2s|     1 |     0 |   341 |     - |    12M |   0 | 480 | 384 | 266 |  26 | 10 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.31/7.56	c   0.2s|     1 |     0 |   342 |     - |    12M |   0 | 480 | 384 | 267 |  27 | 11 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.31/7.56	c   0.2s|     1 |     0 |   348 |     - |    12M |   0 | 480 | 384 | 265 |  29 | 12 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.31/7.56	c   0.2s|     1 |     0 |   349 |     - |    12M |   0 | 480 | 384 | 266 |  30 | 13 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.31/7.56	c   0.2s|     1 |     0 |   350 |     - |    12M |   0 | 480 | 384 | 267 |  31 | 14 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.31/7.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.31/7.56	c   0.2s|     1 |     0 |   352 |     - |    12M |   0 | 480 | 384 | 268 |  32 | 15 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.31/7.56	c   0.2s|     1 |     0 |   353 |     - |    12M |   0 | 480 | 384 | 269 |  33 | 16 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.31/7.56	c   0.2s|     1 |     0 |   354 |     - |    12M |   0 | 480 | 384 | 270 |  34 | 17 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.31/7.56	c   0.2s|     1 |     0 |   357 |     - |    12M |   0 | 480 | 385 | 261 |  35 | 18 |  13 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.31/7.56	c   0.2s|     1 |     2 |   532 |     - |    12M |   0 | 480 | 394 | 261 |  35 | 18 |  22 |   7 | 0.000000e+00 |      --      |    Inf | unknown
7.31/7.56	c   1.1s|   100 |    91 |  6273 |  59.8 |    14M |  11 | 480 | 604 |   0 | 208 |  0 | 232 |   7 | 0.000000e+00 |      --      |    Inf |   2.83%
7.31/7.56	c   1.9s|   200 |   185 | 10571 |  51.3 |    15M |  11 | 480 | 845 | 250 | 377 |  2 | 475 |   7 | 0.000000e+00 |      --      |    Inf |   7.03%
7.31/7.56	c   2.3s|   300 |   281 | 12163 |  39.5 |    17M |  15 | 480 | 876 | 248 | 591 |  2 | 507 |   7 | 0.000000e+00 |      --      |    Inf |   7.23%
7.31/7.56	c   2.6s|   400 |   367 | 13864 |  33.9 |    20M |  15 | 480 | 931 | 251 | 885 |  3 | 563 |   7 | 0.000000e+00 |      --      |    Inf |   9.28%
7.31/7.56	c   3.1s|   500 |   467 | 16932 |  33.2 |    26M |  18 | 480 |1000 | 240 |1215 |  1 | 641 |   7 | 0.000000e+00 |      --      |    Inf |   9.28%
7.31/7.56	c   3.4s|   600 |   559 | 19851 |  32.5 |    31M |  19 | 480 |1085 | 240 |1544 |  1 | 755 |   7 | 0.000000e+00 |      --      |    Inf |   9.33%
7.31/7.56	c   4.0s|   700 |   653 | 23919 |  33.7 |    33M |  21 | 480 |1164 | 250 |1856 |  2 | 856 |   7 | 0.000000e+00 |      --      |    Inf |   9.38%
7.31/7.56	c   4.2s|   800 |   749 | 26003 |  32.1 |    34M |  21 | 480 |1223 | 250 |2125 |  1 | 934 |   7 | 0.000000e+00 |      --      |    Inf |   9.57%
7.31/7.56	c   4.6s|   900 |   831 | 28576 |  31.4 |    37M |  22 | 480 |1295 | 240 |2403 |  1 |1022 |   7 | 0.000000e+00 |      --      |    Inf |   9.89%
7.31/7.56	c   5.2s|  1000 |   916 | 31269 |  30.9 |    39M |  25 | 480 |1455 | 245 |2619 |  1 |1191 |   7 | 0.000000e+00 |      --      |    Inf |  10.14%
7.31/7.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.31/7.56	c   5.4s|  1100 |  1012 | 32299 |  29.1 |    39M |  43 | 480 |1538 | 245 |2672 |  1 |1274 |   7 | 0.000000e+00 |      --      |    Inf |  10.14%
7.31/7.56	c   5.6s|  1200 |  1112 | 33504 |  27.6 |    40M |  44 | 480 |1643 | 245 |2786 |  1 |1381 |   7 | 0.000000e+00 |      --      |    Inf |  10.14%
7.31/7.56	c   5.7s|  1300 |  1212 | 34880 |  26.6 |    40M |  45 | 480 |1792 | 252 |2934 |  1 |1530 |   7 | 0.000000e+00 |      --      |    Inf |  10.14%
7.31/7.56	c   5.8s|  1400 |  1308 | 36129 |  25.6 |    40M |  53 | 480 |1929 | 253 |3084 |  1 |1672 |   7 | 0.000000e+00 |      --      |    Inf |  10.14%
7.31/7.56	c   6.0s|  1500 |  1404 | 37250 |  24.6 |    40M |  53 | 480 |2046 | 252 |3234 |  1 |1792 |   7 | 0.000000e+00 |      --      |    Inf |  10.14%
7.31/7.56	c   6.1s|  1600 |  1498 | 38450 |  23.8 |    40M |  53 | 480 |2198 | 254 |3399 |  1 |1948 |   7 | 0.000000e+00 |      --      |    Inf |  10.14%
7.31/7.56	c   6.2s|  1700 |  1596 | 39277 |  22.9 |    40M |  65 | 480 |2287 | 251 |3471 |  1 |2037 |   7 | 0.000000e+00 |      --      |    Inf |  10.14%
7.31/7.56	c   6.4s|  1800 |  1691 | 40398 |  22.3 |    40M |  65 | 480 |2419 | 248 |3611 |  2 |2171 |   7 | 0.000000e+00 |      --      |    Inf |  10.33%
7.31/7.56	c   6.8s|  1900 |  1780 | 41380 |  21.6 |    41M |  65 | 480 |2545 | 245 |3644 |  1 |2304 |   7 | 0.000000e+00 |      --      |    Inf |  10.33%
7.31/7.56	c   7.0s|  2000 |  1871 | 42465 |  21.1 |    41M |  65 | 480 |2670 | 240 |3757 |  1 |2437 |   7 | 0.000000e+00 |      --      |    Inf |  10.33%
7.31/7.56	c   7.1s|  2100 |  1923 | 43023 |  20.3 |    41M |  77 | 480 |2795 | 245 |3778 |  1 |2574 |   7 | 0.000000e+00 |      --      |    Inf |  10.33%
10.08/10.32	c   7.2s|  2200 |  2021 | 43871 |  19.8 |    41M |  77 | 480 |2832 | 245 |3861 |  1 |2615 |   7 | 0.000000e+00 |      --      |    Inf |  10.33%
10.08/10.32	c   7.3s|  2300 |  2115 | 44814 |  19.3 |    41M |  77 | 480 |2894 | 250 |3992 |  1 |2681 |   7 | 0.000000e+00 |      --      |    Inf |  10.33%
10.08/10.32	c   7.4s|  2400 |  2209 | 45627 |  18.9 |    41M |  77 | 480 |2977 | 251 |4071 |  1 |2772 |   7 | 0.000000e+00 |      --      |    Inf |  10.33%
10.08/10.32	c   7.6s|  2500 |  2299 | 46691 |  18.5 |    42M |  77 | 480 |3008 | 246 |4160 |  0 |2804 |   7 | 0.000000e+00 |      --      |    Inf |  10.35%
10.08/10.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
10.08/10.32	c   7.7s|  2600 |  2391 | 47099 |  18.0 |    42M |  77 | 480 |3037 | 249 |4220 |  1 |2833 |   7 | 0.000000e+00 |      --      |    Inf |  10.35%
10.08/10.32	c   7.8s|  2700 |  2491 | 48089 |  17.7 |    43M |  77 | 480 |3102 | 247 |4336 |  1 |2910 |   7 | 0.000000e+00 |      --      |    Inf |  10.35%
10.08/10.32	c   8.0s|  2800 |  2584 | 48893 |  17.3 |    43M |  77 | 480 |3124 | 249 |4395 |  3 |2937 |   7 | 0.000000e+00 |      --      |    Inf |  10.35%
10.08/10.32	c   8.5s|  2900 |  2672 | 49888 |  17.1 |    43M |  77 | 480 |3197 | 251 |4444 |  1 |3025 |   7 | 0.000000e+00 |      --      |    Inf |  10.36%
10.08/10.32	c   9.1s|  3000 |  2772 | 50593 |  16.8 |    43M |  77 | 480 |3209 | 247 |4504 |  1 |3042 |   7 | 0.000000e+00 |      --      |    Inf |  10.36%
10.08/10.32	c   9.6s|  3100 |  2870 | 51095 |  16.4 |    43M |  77 | 480 |3214 | 252 |4555 |  1 |3050 |   7 | 0.000000e+00 |      --      |    Inf |  10.36%
10.08/10.32	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
10.08/10.32	c (run 1, node 3194) performing user restart
10.08/10.32	c 
10.08/10.32	c (restart) converted 6 cuts from the global cut pool into linear constraints
10.08/10.32	c 
10.08/10.32	c presolving:
10.08/10.32	c (round 1, fast)       0 del vars, 31 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
10.08/10.32	c (round 2, exhaustive) 0 del vars, 32 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 25 upgd conss, 0 impls, 0 clqs
10.08/10.32	c (round 3, exhaustive) 0 del vars, 141 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 681 chg coeffs, 25 upgd conss, 0 impls, 0 clqs
10.08/10.32	c (round 4, exhaustive) 0 del vars, 154 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 681 chg coeffs, 25 upgd conss, 0 impls, 0 clqs
10.08/10.32	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
10.08/10.32	c  0 deleted vars, 154 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 681 changed coefficients
10.08/10.32	c  0 implications, 0 cliques
10.08/10.32	c presolved problem has 480 variables (480 bin, 0 int, 0 impl, 0 cont) and 3077 constraints
10.08/10.32	c      78 constraints of type <knapsack>
10.08/10.32	c     266 constraints of type <linear>
10.08/10.32	c    2733 constraints of type <logicor>
10.08/10.32	c transformed objective value is always integral (scale: 1)
10.08/10.32	c Presolving Time: 0.08
10.08/10.32	c 
10.08/10.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
10.08/10.32	c   9.7s|     1 |     0 | 51654 |     - |    44M |   0 | 480 |3107 | 246 |   0 |  0 |3099 |   7 | 0.000000e+00 |      --      |    Inf | unknown
10.08/10.32	c   9.8s|     1 |     0 | 51663 |     - |    44M |   0 | 480 |3296 | 252 |   6 |  1 |3099 |   7 | 0.000000e+00 |      --      |    Inf | unknown
10.08/10.32	c   9.8s|     1 |     0 | 51695 |     - |    44M |   0 | 480 |3296 | 259 |  13 |  2 |3099 |   7 | 0.000000e+00 |      --      |    Inf | unknown
10.08/10.32	c   9.8s|     1 |     0 | 51710 |     - |    44M |   0 | 480 |3296 | 264 |  18 |  3 |3099 |   7 | 0.000000e+00 |      --      |    Inf | unknown
10.08/10.32	c   9.8s|     1 |     0 | 51736 |     - |    44M |   0 | 480 |3296 | 269 |  23 |  4 |3099 |   7 | 0.000000e+00 |      --      |    Inf | unknown
10.08/10.32	c   9.8s|     1 |     0 | 51766 |     - |    44M |   0 | 480 |3296 | 273 |  27 |  5 |3099 |   7 | 0.000000e+00 |      --      |    Inf | unknown
10.08/10.32	c   9.8s|     1 |     0 | 51822 |     - |    45M |   0 | 480 |3301 | 280 |  34 |  6 |3104 |   7 | 0.000000e+00 |      --      |    Inf | unknown
10.08/10.32	c   9.9s|     1 |     0 | 51854 |     - |    47M |   0 | 480 |3302 | 288 |  42 |  7 |3105 |   7 | 0.000000e+00 |      --      |    Inf | unknown
10.08/10.32	c   9.9s|     1 |     0 | 51895 |     - |    50M |   0 | 480 |3304 | 297 |  51 |  8 |3107 |   7 | 0.000000e+00 |      --      |    Inf | unknown
10.08/10.32	c   9.9s|     1 |     0 | 51897 |     - |    53M |   0 | 480 |3304 | 304 |  58 |  9 |3107 |   7 |    cutoff    |      --      |   0.00%| unknown
10.08/10.32	c   9.9s|     1 |     0 | 51897 |     - |    53M |   0 | 480 |3304 | 304 |  58 |  9 |3107 |   7 |    cutoff    |      --      |   0.00%| unknown
10.08/10.32	c 
10.08/10.32	c SCIP Status        : problem is solved [infeasible]
10.08/10.32	c Solving Time (sec) : 9.92
10.08/10.32	c Solving Nodes      : 1 (total of 3195 nodes in 2 runs)
10.08/10.32	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
10.08/10.32	c Dual Bound         : +1.00000000000000e+20
10.08/10.32	c Gap                : 0.00 %
10.08/10.32	c SCIP found the problem to be infeasible.
10.08/10.32	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: 63837 MiB (62977 MiB free)
  memory of node 1: 64465 MiB (61772 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511529-1751205290/watcher-4511529-1751205290 -o /tmp/evaluation-result-4511529-1751205290/solver-4511529-1751205290 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751204746-27067 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4511529-1751205290.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=27639, runsolver pid=27635
Current StackSize limit: 8192 KiB


[startup+0.100069 s]*
/proc/loadavg: 4.19 3.83 3.07 5/252 27648
/proc/meminfo: memFree=127735548/131382116 swapFree=33010684/33010684
[pid=27639] ppid=27635 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/27639/stat : 27639 (scip-naps-1.00.) S 27635 27639 27054 0 -1 4194304 259 322 0 0 0 0 0 0 20 0 1 0 36208168 4292608 736 18446744073709551615 94293630889984 94293631784517 140726716663264 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94293632023568 94293632071312 94293660766208 140726716672417 140726716672514 140726716672514 140726716678116 0
/proc/27639/statm: 1048 736 672 219 0 110 0
[pid=27644] ppid=27639 vsize=12528 memory=9728 CPUtime=0.05 cores=5,7
/proc/27644/stat : 27644 (python3) R 27639 27639 27054 0 -1 4194304 1431 0 0 0 5 0 0 0 20 0 1 0 36208172 12828672 2432 18446744073709551615 94322234327040 94322234327417 140721179955520 0 0 0 0 16781312 2 0 0 0 17 7 0 0 0 0 0 94322234338712 94322234339332 94322254917632 140721179957592 140721179957794 140721179957794 140721179963367 0
/proc/27644/statm: 3132 2432 1184 1 0 1344 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 16720 KiB
Current children cumulated memory: 12672 KiB

[startup+0.217096 s]*
/proc/loadavg: 4.19 3.83 3.07 5/255 27657
/proc/meminfo: memFree=127728036/131382116 swapFree=33010684/33010684
[pid=27639] ppid=27635 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/27639/stat : 27639 (scip-naps-1.00.) S 27635 27639 27054 0 -1 4194304 259 322 0 0 0 0 0 0 20 0 1 0 36208168 4292608 736 18446744073709551615 94293630889984 94293631784517 140726716663264 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94293632023568 94293632071312 94293660766208 140726716672417 140726716672514 140726716672514 140726716678116 0
/proc/27639/statm: 1048 736 672 219 0 110 0
[pid=27644] ppid=27639 vsize=1185784 memory=30540 CPUtime=0.15 cores=5,7
/proc/27644/stat : 27644 (python3) R 27639 27639 27054 0 -1 4194304 3465 0 0 0 13 2 0 0 20 0 1 0 36208172 1214242816 7635 18446744073709551615 94322234327040 94322234327417 140721179955520 0 0 0 0 16781312 2 0 0 0 17 7 0 0 0 0 0 94322234338712 94322234339332 94322254917632 140721179957592 140721179957794 140721179957794 140721179963367 0
/proc/27644/statm: 296446 7635 4787 1 0 268514 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 1189976 KiB
Current children cumulated memory: 33484 KiB

[startup+0.313621 s]*
/proc/loadavg: 4.19 3.83 3.07 5/255 27657
/proc/meminfo: memFree=127724016/131382116 swapFree=33010684/33010684
[pid=27639] ppid=27635 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/27639/stat : 27639 (scip-naps-1.00.) S 27635 27639 27054 0 -1 4194304 259 322 0 0 0 0 0 0 20 0 1 0 36208168 4292608 736 18446744073709551615 94293630889984 94293631784517 140726716663264 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94293632023568 94293632071312 94293660766208 140726716672417 140726716672514 140726716672514 140726716678116 0
/proc/27639/statm: 1048 736 672 219 0 110 0
[pid=27644] ppid=27639 vsize=1189536 memory=34636 CPUtime=0.23 cores=5,7
/proc/27644/stat : 27644 (python3) R 27639 27639 27054 0 -1 4194304 4275 0 0 0 20 3 0 0 20 0 1 0 36208172 1218084864 8659 18446744073709551615 94322234327040 94322234327417 140721179955520 0 0 0 0 16781312 2 0 0 0 17 7 0 0 0 0 0 94322234338712 94322234339332 94322254917632 140721179957592 140721179957794 140721179957794 140721179963367 0
/proc/27644/statm: 297384 8659 5043 1 0 269293 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1193728 KiB
Current children cumulated memory: 37580 KiB

[startup+0.700237 s]
/proc/loadavg: 4.19 3.83 3.07 5/255 27657
/proc/meminfo: memFree=127705888/131382116 swapFree=33010684/33010684
[pid=27639] ppid=27635 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/27639/stat : 27639 (scip-naps-1.00.) S 27635 27639 27054 0 -1 4194304 259 322 0 0 0 0 0 0 20 0 1 0 36208168 4292608 736 18446744073709551615 94293630889984 94293631784517 140726716663264 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94293632023568 94293632071312 94293660766208 140726716672417 140726716672514 140726716672514 140726716678116 0
/proc/27639/statm: 1048 736 672 219 0 110 0
[pid=27644] ppid=27639 vsize=1211296 memory=62800 CPUtime=0.57 cores=5,7
/proc/27644/stat : 27644 (python3) R 27639 27639 27054 0 -1 4194304 9318 0 0 0 53 4 0 0 20 0 1 0 36208172 1240367104 15700 18446744073709551615 94322234327040 94322234327417 140721179955520 0 0 0 0 16781312 2 0 0 0 17 7 0 0 0 0 0 94322234338712 94322234339332 94322254917632 140721179957592 140721179957794 140721179957794 140721179963367 0
/proc/27644/statm: 302824 15700 8147 1 0 274182 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 1215488 KiB
Current children cumulated memory: 65744 KiB

[startup+1.50021 s]
/proc/loadavg: 4.25 3.84 3.08 5/252 27671
/proc/meminfo: memFree=127696908/131382116 swapFree=33010684/33010684
[pid=27639] ppid=27635 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/27639/stat : 27639 (scip-naps-1.00.) S 27635 27639 27054 0 -1 4194304 259 322 0 0 0 0 0 0 20 0 1 0 36208168 4292608 736 18446744073709551615 94293630889984 94293631784517 140726716663264 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94293632023568 94293632071312 94293660766208 140726716672417 140726716672514 140726716672514 140726716678116 0
/proc/27639/statm: 1048 736 672 219 0 110 0
[pid=27644] ppid=27639 vsize=1217840 memory=69328 CPUtime=1.36 cores=5,7
/proc/27644/stat : 27644 (python3) R 27639 27639 27054 0 -1 4194304 10940 0 0 0 131 5 0 0 20 0 1 0 36208172 1247068160 17332 18446744073709551615 94322234327040 94322234327417 140721179955520 0 0 0 0 16781312 2 0 0 0 17 7 0 0 0 0 0 94322234338712 94322234339332 94322254917632 140721179957592 140721179957794 140721179957794 140721179963367 0
/proc/27644/statm: 304460 17332 8147 1 0 275818 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 1222032 KiB
Current children cumulated memory: 72272 KiB

[startup+3.11324 s]
/proc/loadavg: 4.25 3.84 3.08 5/255 27755
/proc/meminfo: memFree=127703688/131382116 swapFree=33010684/33010684
[pid=27639] ppid=27635 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/27639/stat : 27639 (scip-naps-1.00.) S 27635 27639 27054 0 -1 4194304 259 322 0 0 0 0 0 0 20 0 1 0 36208168 4292608 736 18446744073709551615 94293630889984 94293631784517 140726716663264 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94293632023568 94293632071312 94293660766208 140726716672417 140726716672514 140726716672514 140726716678116 0
/proc/27639/statm: 1048 736 672 219 0 110 0
[pid=27644] ppid=27639 vsize=1221428 memory=72784 CPUtime=2.94 cores=5,7
/proc/27644/stat : 27644 (python3) R 27639 27639 27054 0 -1 4194304 11845 0 0 0 286 8 0 0 20 0 1 0 36208172 1250742272 18196 18446744073709551615 94322234327040 94322234327417 140721179955520 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94322234338712 94322234339332 94322254917632 140721179957592 140721179957794 140721179957794 140721179963367 0
/proc/27644/statm: 305357 18196 8147 1 0 276715 0
Current children cumulated CPU time: 2.94 s
Current children cumulated vsize: 1225620 KiB
Current children cumulated memory: 75728 KiB

[startup+6.30034 s]
/proc/loadavg: 4.23 3.85 3.08 5/255 27755
/proc/meminfo: memFree=127643500/131382116 swapFree=33010684/33010684
[pid=27639] ppid=27635 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/27639/stat : 27639 (scip-naps-1.00.) S 27635 27639 27054 0 -1 4194304 259 322 0 0 0 0 0 0 20 0 1 0 36208168 4292608 736 18446744073709551615 94293630889984 94293631784517 140726716663264 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94293632023568 94293632071312 94293660766208 140726716672417 140726716672514 140726716672514 140726716678116 0
/proc/27639/statm: 1048 736 672 219 0 110 0
[pid=27644] ppid=27639 vsize=1246200 memory=97616 CPUtime=6.11 cores=5,7
/proc/27644/stat : 27644 (python3) R 27639 27639 27054 0 -1 4194304 18049 0 0 0 602 9 0 0 20 0 1 0 36208172 1276108800 24404 18446744073709551615 94322234327040 94322234327417 140721179955520 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94322234338712 94322234339332 94322254917632 140721179957592 140721179957794 140721179957794 140721179963367 0
/proc/27644/statm: 311550 24404 8147 1 0 282908 0
Current children cumulated CPU time: 6.11 s
Current children cumulated vsize: 1250392 KiB
Current children cumulated memory: 100560 KiB

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

# cumulated CPU time of all completed processes:  user=10.0232 s, system=0.136053 s

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

[startup+6.40038 s]
/proc/loadavg: 4.23 3.85 3.08 5/255 27755
/proc/meminfo: memFree=127643500/131382116 swapFree=33010684/33010684
[pid=27639] ppid=27635 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/27639/stat : 27639 (scip-naps-1.00.) S 27635 27639 27054 0 -1 4194304 259 322 0 0 0 0 0 0 20 0 1 0 36208168 4292608 736 18446744073709551615 94293630889984 94293631784517 140726716663264 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94293632023568 94293632071312 94293660766208 140726716672417 140726716672514 140726716672514 140726716678116 0
/proc/27639/statm: 1048 736 672 219 0 110 0
[pid=27644] ppid=27639 vsize=1246200 memory=97616 CPUtime=6.21 cores=5,7
/proc/27644/stat : 27644 (python3) R 27639 27639 27054 0 -1 4194304 18051 0 0 0 612 9 0 0 20 0 1 0 36208172 1276108800 24404 18446744073709551615 94322234327040 94322234327417 140721179955520 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94322234338712 94322234339332 94322254917632 140721179957592 140721179957794 140721179957794 140721179963367 0
/proc/27644/statm: 311550 24404 8147 1 0 282908 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 1250392 KiB
Current children cumulated memory: 100560 KiB

[startup+8.00033 s]*
/proc/loadavg: 4.23 3.85 3.08 5/255 27755
/proc/meminfo: memFree=127631784/131382116 swapFree=33010684/33010684
[pid=27639] ppid=27635 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/27639/stat : 27639 (scip-naps-1.00.) S 27635 27639 27054 0 -1 4194304 259 322 0 0 0 0 0 0 20 0 1 0 36208168 4292608 736 18446744073709551615 94293630889984 94293631784517 140726716663264 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94293632023568 94293632071312 94293660766208 140726716672417 140726716672514 140726716672514 140726716678116 0
/proc/27639/statm: 1048 736 672 219 0 110 0
[pid=27644] ppid=27639 vsize=1254008 memory=104784 CPUtime=7.82 cores=5,7
/proc/27644/stat : 27644 (python3) R 27639 27639 27054 0 -1 4194304 19836 0 0 0 773 9 0 0 20 0 1 0 36208172 1284104192 26196 18446744073709551615 94322234327040 94322234327417 140721179955520 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94322234338712 94322234339332 94322254917632 140721179957592 140721179957794 140721179957794 140721179963367 0
/proc/27644/statm: 313502 26196 8147 1 0 284860 0
Current children cumulated CPU time: 7.82 s
Current children cumulated vsize: 1258200 KiB
Current children cumulated memory: 107728 KiB

[startup+9.60029 s]
/proc/loadavg: 4.23 3.85 3.08 5/255 27755
/proc/meminfo: memFree=127608096/131382116 swapFree=33010684/33010684
[pid=27639] ppid=27635 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/27639/stat : 27639 (scip-naps-1.00.) S 27635 27639 27054 0 -1 4194304 259 322 0 0 0 0 0 0 20 0 1 0 36208168 4292608 736 18446744073709551615 94293630889984 94293631784517 140726716663264 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94293632023568 94293632071312 94293660766208 140726716672417 140726716672514 140726716672514 140726716678116 0
/proc/27639/statm: 1048 736 672 219 0 110 0
[pid=27644] ppid=27639 vsize=1255512 memory=106984 CPUtime=9.39 cores=5,7
/proc/27644/stat : 27644 (python3) R 27639 27639 27054 0 -1 4194304 21288 0 0 0 929 10 0 0 20 0 1 0 36208172 1285644288 26746 18446744073709551615 94322234327040 94322234327417 140721179955520 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94322234338712 94322234339332 94322254917632 140721179957592 140721179957794 140721179957794 140721179963367 0
/proc/27644/statm: 313878 26746 8147 1 0 285236 0
Current children cumulated CPU time: 9.39 s
Current children cumulated vsize: 1259704 KiB
Current children cumulated memory: 109928 KiB

[startup+10.0003 s]*
/proc/loadavg: 4.23 3.85 3.08 5/255 27804
/proc/meminfo: memFree=127655824/131382116 swapFree=33010684/33010684
[pid=27639] ppid=27635 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/27639/stat : 27639 (scip-naps-1.00.) S 27635 27639 27054 0 -1 4194304 259 322 0 0 0 0 0 0 20 0 1 0 36208168 4292608 736 18446744073709551615 94293630889984 94293631784517 140726716663264 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94293632023568 94293632071312 94293660766208 140726716672417 140726716672514 140726716672514 140726716678116 0
/proc/27639/statm: 1048 736 672 219 0 110 0
[pid=27644] ppid=27639 vsize=1255512 memory=106984 CPUtime=9.79 cores=5,7
/proc/27644/stat : 27644 (python3) R 27639 27639 27054 0 -1 4194304 21288 0 0 0 968 11 0 0 20 0 1 0 36208172 1285644288 26746 18446744073709551615 94322234327040 94322234327417 140721179955520 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94322234338712 94322234339332 94322254917632 140721179957592 140721179957794 140721179957794 140721179963367 0
/proc/27644/statm: 313878 26746 8147 1 0 285236 0
Current children cumulated CPU time: 9.79 s
Current children cumulated vsize: 1259704 KiB
Current children cumulated memory: 109928 KiB

[startup+10.2003 s]
/proc/loadavg: 4.23 3.85 3.08 5/255 27804
/proc/meminfo: memFree=127655824/131382116 swapFree=33010684/33010684
[pid=27639] ppid=27635 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/27639/stat : 27639 (scip-naps-1.00.) S 27635 27639 27054 0 -1 4194304 259 322 0 0 0 0 0 0 20 0 1 0 36208168 4292608 736 18446744073709551615 94293630889984 94293631784517 140726716663264 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94293632023568 94293632071312 94293660766208 140726716672417 140726716672514 140726716672514 140726716678116 0
/proc/27639/statm: 1048 736 672 219 0 110 0
[pid=27644] ppid=27639 vsize=1259532 memory=110952 CPUtime=9.98 cores=5,7
/proc/27644/stat : 27644 (python3) R 27639 27639 27054 0 -1 4194304 22285 0 0 0 987 11 0 0 20 0 1 0 36208172 1289760768 27738 18446744073709551615 94322234327040 94322234327417 140721179955520 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94322234338712 94322234339332 94322254917632 140721179957592 140721179957794 140721179957794 140721179963367 0
/proc/27644/statm: 314883 27738 8147 1 0 286241 0
Current children cumulated CPU time: 9.98 s
Current children cumulated vsize: 1263724 KiB
Current children cumulated memory: 113896 KiB

[startup+10.3004 s]
/proc/loadavg: 4.23 3.85 3.08 5/255 27804
/proc/meminfo: memFree=127655824/131382116 swapFree=33010684/33010684
[pid=27639] ppid=27635 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/27639/stat : 27639 (scip-naps-1.00.) S 27635 27639 27054 0 -1 4194304 259 322 0 0 0 0 0 0 20 0 1 0 36208168 4292608 736 18446744073709551615 94293630889984 94293631784517 140726716663264 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94293632023568 94293632071312 94293660766208 140726716672417 140726716672514 140726716672514 140726716678116 0
/proc/27639/statm: 1048 736 672 219 0 110 0
[pid=27644] ppid=27639 vsize=1259532 memory=111080 CPUtime=10.08 cores=5,7
/proc/27644/stat : 27644 (python3) R 27639 27639 27054 0 -1 4194304 22317 0 0 0 997 11 0 0 20 0 1 0 36208172 1289760768 27770 18446744073709551615 94322234327040 94322234327417 140721179955520 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94322234338712 94322234339332 94322254917632 140721179957592 140721179957794 140721179957794 140721179963367 0
/proc/27644/statm: 314883 27770 8147 1 0 286241 0
Current children cumulated CPU time: 10.08 s
Current children cumulated vsize: 1263724 KiB
Current children cumulated memory: 114024 KiB

Child status: 0

Real time (s): 10.3538
CPU time (s): 10.1593
CPU user time (s): 10.0232
CPU system time (s): 0.136053
CPU usage (%): 98.1211
Max. virtual memory (cumulated for all children) (KiB): 1263724
Max. memory (cumulated for all children) (KiB): 114024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.0232
system time used= 0.136053
maximum resident set size= 111720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22952
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= 339
involuntary context switches= 105


# summary of solver processes directly reported to runsolver:
#   pid: 27639
#   total CPU time (s): 10.1593
#   total CPU user time (s): 10.0232
#   total CPU system time (s): 0.136053

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.080945 second user time and 0.161196 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-06-29 15:54:50
IDJOB=4511529
IDBENCH=160444
IDSOLVER=3368
FILE ID=nodeC004/4511529-1751205290
RUNJOBID= nodeC004-1751204746-27067
SLURM_JOB_ID= 9587619
Free space on /tmp= 433044 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid3x80split.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511529-1751205290/watcher-4511529-1751205290 -o /tmp/evaluation-result-4511529-1751205290/solver-4511529-1751205290 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751204746-27067 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4511529-1751205290.opb

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

MD5SUM BENCH= c830ce34512a257c61a7b8e2ae28bccb
RANDOM SEED=1360099358

nodeC004 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	: 0xb00001f
cpu MHz		: 1197.329
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 3591.638
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.172
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.682
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 3661.338
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.214
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.491
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.202
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        127744000 kB
MemAvailable:   129246804 kB
Buffers:            3280 kB
Cached:          2306540 kB
SwapCached:            0 kB
Active:          1035316 kB
Inactive:        2008512 kB
Active(anon):     752004 kB
Inactive(anon):        0 kB
Active(file):     283312 kB
Inactive(file):  2008512 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6024 kB
Writeback:            44 kB
AnonPages:        737088 kB
Mapped:           126928 kB
Shmem:             17976 kB
KReclaimable:     101216 kB
Slab:             184112 kB
SReclaimable:     101216 kB
SUnreclaim:        82896 kB
KernelStack:        4028 kB
PageTables:         4836 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    3222628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149384 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433036 MiB
End job on nodeC004 at 2025-06-29 15:55:00