Trace number 4514567

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 94.9559 95.2951

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-4_5_19.opb
MD5SUM719d74ea1fcd347cdae012916eb20490
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.118804
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables552
Total number of constraints2558
Number of constraints which are clauses2553
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint23
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 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 42
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

43.50/43.76	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4514567-1751214386.opb
43.50/43.76	c Solving mode: decision
43.50/43.76	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
43.50/43.76	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
43.50/43.76	c original problem has 552 variables (552 bin, 0 int, 0 impl, 0 cont) and 2558 constraints
43.50/43.76	c presolving:
43.50/43.76	c (round 1, fast)       4 del vars, 4 del conss, 0 add conss, 3 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 945 clqs
43.50/43.76	c (round 2, fast)       6 del vars, 186 del conss, 0 add conss, 4 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1029 clqs
43.50/43.76	c (round 3, fast)       7 del vars, 191 del conss, 0 add conss, 4 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1029 clqs
43.50/43.76	c (round 4, exhaustive) 7 del vars, 191 del conss, 0 add conss, 4 chg bounds, 0 chg sides, 0 chg coeffs, 2366 upgd conss, 0 impls, 1029 clqs
43.50/43.76	c    (0.2s) probing: 512/546 (93.8%) - 0 fixings, 0 aggregations, 84 implications, 0 bound changes
43.50/43.76	c    (0.2s) probing aborted: 50/50 successive totally useless probings
43.50/43.76	c    (0.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
43.50/43.76	c    (0.2s) symmetry computation finished: 11 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.01)
43.50/43.76	c dynamic symmetry handling statistics:
43.50/43.76	c    orbitopal reduction:       no components
43.50/43.76	c    orbital reduction:         no components
43.50/43.76	c    lexicographic reduction:   11 permutations with support sizes 44, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46
43.50/43.76	c handled 11 out of 11 symmetry components
43.50/43.76	c presolving (5 rounds: 5 fast, 2 medium, 2 exhaustive):
43.50/43.76	c  7 deleted vars, 191 deleted constraints, 0 added constraints, 4 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
43.50/43.76	c  0 implications, 1113 cliques
43.50/43.76	c presolved problem has 546 variables (546 bin, 0 int, 0 impl, 0 cont) and 2367 constraints
43.50/43.76	c       1 constraints of type <knapsack>
43.50/43.76	c    1029 constraints of type <setppc>
43.50/43.76	c       1 constraints of type <linear>
43.50/43.76	c    1336 constraints of type <logicor>
43.50/43.76	c transformed objective value is always integral (scale: 1)
43.50/43.76	c Presolving Time: 0.23
43.50/43.76	c 
43.50/43.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
43.50/43.76	c   0.3s|     1 |     0 |   808 |     - |    21M |   0 | 546 |2426 |2367 |   0 |  0 |  58 |   0 | 0.000000e+00 |      --      |    Inf | unknown
43.50/43.76	c   1.0s|     1 |     0 |  3421 |     - |    26M |   0 | 546 |2628 |2369 |   2 |  1 |  60 |   0 | 0.000000e+00 |      --      |    Inf | unknown
43.50/43.76	c   1.1s|     1 |     0 |  3511 |     - |    30M |   0 | 546 |2628 |2376 |   9 |  2 |  60 |   0 | 0.000000e+00 |      --      |    Inf | unknown
43.50/43.76	c   1.1s|     1 |     0 |  3570 |     - |    34M |   0 | 546 |2633 |2380 |  13 |  3 |  65 |   0 | 0.000000e+00 |      --      |    Inf | unknown
43.50/43.76	c   1.2s|     1 |     0 |  3610 |     - |    41M |   0 | 546 |2634 |2382 |  15 |  4 |  66 |   0 | 0.000000e+00 |      --      |    Inf | unknown
43.50/43.76	c   1.3s|     1 |     0 |  3692 |     - |    48M |   0 | 546 |2634 |2388 |  21 |  5 |  66 |   0 | 0.000000e+00 |      --      |    Inf | unknown
43.50/43.76	c   1.4s|     1 |     0 |  3769 |     - |    54M |   0 | 546 |2642 |2391 |  24 |  6 |  74 |   0 | 0.000000e+00 |      --      |    Inf | unknown
43.50/43.76	c   1.5s|     1 |     0 |  3803 |     - |    61M |   0 | 546 |2643 |2394 |  27 |  7 |  75 |   0 | 0.000000e+00 |      --      |    Inf | unknown
43.50/43.76	c   1.6s|     1 |     0 |  3919 |     - |    69M |   0 | 546 |2643 |2397 |  30 |  8 |  75 |   0 | 0.000000e+00 |      --      |    Inf | unknown
43.50/43.76	c   1.7s|     1 |     0 |  3973 |     - |    72M |   0 | 546 |2643 |2400 |  33 |  9 |  75 |   0 | 0.000000e+00 |      --      |    Inf | unknown
43.50/43.76	c   1.8s|     1 |     0 |  4018 |     - |    81M |   0 | 546 |2646 |2404 |  37 | 10 |  78 |   0 | 0.000000e+00 |      --      |    Inf | unknown
43.50/43.76	c   1.8s|     1 |     0 |  4068 |     - |    81M |   0 | 546 |2649 |2407 |  40 | 11 |  81 |   0 | 0.000000e+00 |      --      |    Inf | unknown
43.50/43.76	c   2.3s|     1 |     2 |  4677 |     - |    81M |   0 | 546 |2655 |2407 |  40 | 11 |  87 |  11 | 0.000000e+00 |      --      |    Inf | unknown
43.50/43.76	c   4.6s|   100 |    19 | 29036 | 252.2 |    83M |  16 | 546 |2847 |2391 | 108 |  1 | 283 |  11 | 0.000000e+00 |      --      |    Inf |  14.40%
43.50/43.76	c   6.0s|   200 |    20 | 39394 | 177.5 |    89M |  16 | 546 |3017 |   0 | 252 |  0 | 478 |  11 | 0.000000e+00 |      --      |    Inf |  21.46%
43.50/43.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
43.50/43.76	c   7.2s|   300 |    13 | 49273 | 151.2 |    96M |  16 | 546 |3127 |2390 | 353 |  1 | 612 |  11 | 0.000000e+00 |      --      |    Inf |  29.44%
43.50/43.76	c   8.6s|   400 |    21 | 60944 | 142.5 |   100M |  17 | 546 |3265 |   0 | 414 |  0 | 807 |  11 | 0.000000e+00 |      --      |    Inf |  33.79%
43.50/43.76	c   9.7s|   500 |    19 | 69890 | 131.9 |   100M |  17 | 546 |3395 |2391 | 479 |  0 | 974 |  11 | 0.000000e+00 |      --      |    Inf |  35.03%
43.50/43.76	c  10.4s|   600 |    22 | 79737 | 126.3 |   101M |  19 | 546 |3505 |2390 | 505 |  0 |1130 |  11 | 0.000000e+00 |      --      |    Inf |  35.26%
43.50/43.76	c  12.3s|   700 |    37 | 91194 | 124.6 |   101M |  19 | 546 |3593 |   0 | 540 |  0 |1288 |  11 | 0.000000e+00 |      --      |    Inf |  46.15%
43.50/43.76	c  13.2s|   800 |    39 | 99095 | 118.9 |   101M |  19 | 546 |3653 |2392 | 609 |  1 |1419 |  11 | 0.000000e+00 |      --      |    Inf |  47.49%
43.50/43.76	c  15.1s|   900 |    48 |114962 | 123.4 |   102M |  19 | 546 |3773 |2394 | 697 |  1 |1681 |  11 | 0.000000e+00 |      --      |    Inf |  49.93%
43.50/43.76	c  17.1s|  1000 |    61 |134398 | 130.5 |   103M |  19 | 546 |3851 |   0 | 819 |  0 |1916 |  11 | 0.000000e+00 |      --      |    Inf |  54.97%
43.50/43.76	c  19.0s|  1100 |   101 |148797 | 131.7 |   104M |  19 | 546 |3895 |   0 | 945 |  0 |2146 |  11 | 0.000000e+00 |      --      |    Inf |  56.49%
43.50/43.76	c  21.5s|  1200 |   125 |165316 | 134.5 |   106M |  19 | 546 |3997 |2386 |1148 |  1 |2412 |  11 | 0.000000e+00 |      --      |    Inf |  58.20%
43.50/43.76	c  24.9s|  1300 |   144 |188475 | 142.0 |   108M |  19 | 546 |4055 |2395 |1427 |  2 |2611 |  11 | 0.000000e+00 |      --      |    Inf |  60.63%
43.50/43.76	c  27.6s|  1400 |   140 |204765 | 143.5 |   109M |  19 | 546 |4149 |2400 |1629 |  2 |2894 |  11 | 0.000000e+00 |      --      |    Inf |  62.89%
43.50/43.76	c  28.6s|  1500 |   112 |214963 | 140.7 |   109M |  20 | 546 |4208 |2392 |1723 |  1 |3090 |  11 | 0.000000e+00 |      --      |    Inf |  65.48%
43.50/43.76	c  30.5s|  1600 |   115 |230332 | 141.5 |   111M |  20 | 546 |4246 |2394 |1854 |  2 |3266 |  11 | 0.000000e+00 |      --      |    Inf |  67.09%
43.50/43.76	c  32.0s|  1700 |   103 |242795 | 140.5 |   114M |  20 | 546 |4289 |   0 |1967 |  0 |3481 |  11 | 0.000000e+00 |      --      |    Inf |  69.29%
43.50/43.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
43.50/43.76	c  33.7s|  1800 |   105 |254868 | 139.4 |   114M |  20 | 546 |4330 |2397 |2095 |  1 |3695 |  11 | 0.000000e+00 |      --      |    Inf |  71.62%
43.50/43.76	c  34.9s|  1900 |    77 |264679 | 137.2 |   114M |  20 | 546 |4377 |   0 |2207 |  0 |3861 |  11 | 0.000000e+00 |      --      |    Inf |  73.65%
43.50/43.76	c  36.5s|  2000 |    71 |278077 | 137.1 |   116M |  20 | 546 |4398 |2393 |2354 |  1 |4016 |  11 | 0.000000e+00 |      --      |    Inf |  75.54%
43.50/43.76	c  38.2s|  2100 |    64 |290536 | 136.5 |   116M |  20 | 546 |4428 |2391 |2493 |  1 |4172 |  11 | 0.000000e+00 |      --      |    Inf |  77.17%
43.50/43.76	c  39.3s|  2200 |    51 |304653 | 136.7 |   116M |  20 | 546 |4511 |2391 |2552 |  1 |4333 |  11 | 0.000000e+00 |      --      |    Inf |  78.65%
43.50/43.76	c  41.0s|  2300 |    54 |317400 | 136.3 |   118M |  20 | 546 |4567 |2385 |2723 |  1 |4486 |  11 | 0.000000e+00 |      --      |    Inf |  80.08%
43.50/43.76	c  42.2s|  2400 |    49 |332000 | 136.7 |   120M |  20 | 546 |4653 |   0 |2808 |  0 |4649 |  11 | 0.000000e+00 |      --      |    Inf |  81.30%
80.19/80.53	c  43.4s|  2500 |    44 |343155 | 135.7 |   120M |  20 | 546 |4714 |2389 |2942 |  1 |4788 |  11 | 0.000000e+00 |      --      |    Inf |  83.10%
80.19/80.53	c  44.5s|  2600 |    41 |354986 | 135.0 |   120M |  20 | 546 |4775 |   0 |3058 |  0 |4922 |  11 | 0.000000e+00 |      --      |    Inf |  84.20%
80.19/80.53	c  45.5s|  2700 |    38 |365517 | 133.9 |   120M |  20 | 546 |4861 |2394 |3123 |  0 |5096 |  11 | 0.000000e+00 |      --      |    Inf |  84.85%
80.19/80.53	c  46.1s|  2800 |    35 |375758 | 132.8 |   120M |  20 | 546 |4937 |2393 |3141 |  2 |5242 |  11 | 0.000000e+00 |      --      |    Inf |  85.18%
80.19/80.53	c  47.1s|  2900 |    44 |386376 | 131.9 |   121M |  20 | 546 |4963 |2390 |3228 |  1 |5361 |  11 | 0.000000e+00 |      --      |    Inf |  86.09%
80.19/80.53	c  48.0s|  3000 |    42 |398820 | 131.6 |   123M |  20 | 546 |5007 |2399 |3280 |  1 |5534 |  11 | 0.000000e+00 |      --      |    Inf |  86.40%
80.19/80.53	c  48.6s|  3100 |    39 |409787 | 130.9 |   123M |  20 | 546 |5095 |   0 |3289 |  0 |5704 |  11 | 0.000000e+00 |      --      |    Inf |  86.57%
80.19/80.53	c  49.1s|  3200 |    37 |420665 | 130.2 |   123M |  20 | 546 |5196 |2394 |3302 |  1 |5863 |  11 | 0.000000e+00 |      --      |    Inf |  86.69%
80.19/80.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
80.19/80.53	c  49.8s|  3300 |    38 |431943 | 129.7 |   124M |  20 | 546 |5282 |2391 |3326 |  0 |6028 |  11 | 0.000000e+00 |      --      |    Inf |  86.79%
80.19/80.53	c  50.3s|  3400 |    37 |442883 | 129.1 |   124M |  20 | 546 |5362 |   0 |3347 |  0 |6191 |  11 | 0.000000e+00 |      --      |    Inf |  86.95%
80.19/80.53	c  50.8s|  3500 |    36 |453739 | 128.5 |   124M |  20 | 546 |5455 |2394 |3347 |  0 |6328 |  11 | 0.000000e+00 |      --      |    Inf |  87.08%
80.19/80.53	c  51.7s|  3600 |    40 |466974 | 128.6 |   124M |  20 | 546 |5392 |2398 |3396 |  1 |6494 |  11 | 0.000000e+00 |      --      |    Inf |  87.34%
80.19/80.53	c  52.8s|  3700 |    37 |479412 | 128.5 |   124M |  20 | 546 |5449 |   0 |3462 |  0 |6667 |  11 | 0.000000e+00 |      --      |    Inf |  87.94%
80.19/80.53	c  53.6s|  3800 |    38 |491305 | 128.3 |   124M |  20 | 546 |5488 |2394 |3520 |  1 |6825 |  11 | 0.000000e+00 |      --      |    Inf |  88.50%
80.19/80.53	c  54.3s|  3900 |    34 |503036 | 128.0 |   125M |  20 | 546 |5571 |2394 |3534 |  1 |6970 |  11 | 0.000000e+00 |      --      |    Inf |  88.65%
80.19/80.53	c  54.9s|  4000 |    38 |513975 | 127.5 |   125M |  20 | 546 |5636 |2393 |3546 |  1 |7124 |  11 | 0.000000e+00 |      --      |    Inf |  88.73%
80.19/80.53	c  55.3s|  4100 |    36 |522822 | 126.6 |   125M |  20 | 546 |5698 |2393 |3560 |  0 |7278 |  11 | 0.000000e+00 |      --      |    Inf |  88.82%
80.19/80.53	c  56.0s|  4200 |    33 |535072 | 126.5 |   125M |  20 | 546 |5700 |2395 |3589 |  0 |7428 |  11 | 0.000000e+00 |      --      |    Inf |  89.10%
80.19/80.53	c  56.7s|  4300 |    36 |545619 | 126.0 |   125M |  20 | 546 |5790 |2393 |3613 |  1 |7586 |  11 | 0.000000e+00 |      --      |    Inf |  89.24%
80.19/80.53	c  57.3s|  4400 |    35 |556318 | 125.5 |   126M |  20 | 546 |5904 |   0 |3626 |  0 |7752 |  11 | 0.000000e+00 |      --      |    Inf |  89.36%
80.19/80.53	c  58.4s|  4500 |    38 |573149 | 126.5 |   128M |  20 | 546 |5976 |2395 |3741 |  1 |7896 |  11 | 0.000000e+00 |      --      |    Inf |  89.72%
80.19/80.53	c  59.4s|  4600 |    42 |586106 | 126.6 |   130M |  20 | 546 |6046 |2394 |3781 |  0 |8061 |  11 | 0.000000e+00 |      --      |    Inf |  90.25%
80.19/80.53	c  60.1s|  4700 |    40 |597492 | 126.3 |   130M |  20 | 546 |6096 |2396 |3793 |  1 |8221 |  11 | 0.000000e+00 |      --      |    Inf |  90.45%
80.19/80.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
80.19/80.53	c  60.7s|  4800 |    39 |608390 | 125.9 |   130M |  20 | 546 |6156 |2397 |3820 |  0 |8384 |  11 | 0.000000e+00 |      --      |    Inf |  90.58%
80.19/80.53	c  61.3s|  4900 |    36 |618769 | 125.5 |   130M |  20 | 546 |6211 |2389 |3862 |  1 |8526 |  11 | 0.000000e+00 |      --      |    Inf |  91.01%
80.19/80.53	c  61.9s|  5000 |    34 |629144 | 125.0 |   130M |  20 | 546 |6286 |2394 |3889 |  1 |8705 |  11 | 0.000000e+00 |      --      |    Inf |  91.15%
80.19/80.53	c  62.7s|  5100 |    43 |642604 | 125.2 |   130M |  20 | 546 |6322 |2394 |3917 |  1 |8865 |  11 | 0.000000e+00 |      --      |    Inf |  91.29%
80.19/80.53	c  63.2s|  5200 |    40 |652936 | 124.8 |   130M |  20 | 546 |6445 |2395 |3931 |  1 |9025 |  11 | 0.000000e+00 |      --      |    Inf |  91.39%
80.19/80.53	c  63.7s|  5300 |    36 |662984 | 124.3 |   130M |  20 | 546 |6546 |   0 |3946 |  0 |9174 |  11 | 0.000000e+00 |      --      |    Inf |  91.54%
80.19/80.53	c  64.4s|  5400 |    35 |677588 | 124.7 |   130M |  20 | 546 |6587 |2398 |3976 |  1 |9320 |  11 | 0.000000e+00 |      --      |    Inf |  91.75%
80.19/80.53	c  65.1s|  5500 |    35 |689859 | 124.7 |   131M |  20 | 546 |6623 |2395 |3998 |  1 |9484 |  11 | 0.000000e+00 |      --      |    Inf |  91.98%
80.19/80.53	c  65.6s|  5600 |    30 |699895 | 124.3 |   131M |  20 | 546 |6675 |2398 |4026 |  1 |9625 |  11 | 0.000000e+00 |      --      |    Inf |  92.14%
80.19/80.53	c  66.1s|  5700 |    25 |711028 | 124.0 |   131M |  20 | 546 |6740 |2396 |4026 |  1 |9771 |  11 | 0.000000e+00 |      --      |    Inf |  92.26%
80.19/80.53	c  67.2s|  5800 |    25 |722706 | 123.9 |   131M |  20 | 546 |6727 |2398 |4107 |  0 |9906 |  11 | 0.000000e+00 |      --      |    Inf |  92.79%
80.19/80.53	c  67.7s|  5900 |    26 |732954 | 123.6 |   131M |  20 | 546 |6797 |2401 |4124 |  0 |  10k|  11 | 0.000000e+00 |      --      |    Inf |  92.94%
80.19/80.53	c  68.3s|  6000 |    29 |743719 | 123.3 |   131M |  20 | 546 |6824 |2394 |4138 |  0 |  10k|  11 | 0.000000e+00 |      --      |    Inf |  93.06%
80.19/80.53	c  69.0s|  6100 |    27 |757303 | 123.5 |   131M |  20 | 546 |6856 |   0 |4153 |  0 |  10k|  11 | 0.000000e+00 |      --      |    Inf |  93.15%
80.19/80.53	c  69.5s|  6200 |    25 |767516 | 123.2 |   131M |  20 | 546 |6883 |2396 |4188 |  1 |  10k|  11 | 0.000000e+00 |      --      |    Inf |  93.29%
80.19/80.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
80.19/80.53	c  70.3s|  6300 |    26 |783202 | 123.7 |   131M |  20 | 546 |6896 |2395 |4225 |  0 |  10k|  11 | 0.000000e+00 |      --      |    Inf |  93.84%
80.19/80.53	c  71.0s|  6400 |    27 |795278 | 123.6 |   131M |  20 | 546 |6967 |2396 |4249 |  1 |  10k|  11 | 0.000000e+00 |      --      |    Inf |  93.99%
80.19/80.53	c  71.5s|  6500 |    23 |806406 | 123.5 |   131M |  20 | 546 |7040 |2397 |4262 |  2 |  10k|  11 | 0.000000e+00 |      --      |    Inf |  94.09%
80.19/80.53	c  72.2s|  6600 |    24 |819282 | 123.5 |   131M |  20 | 546 |7105 |2393 |4290 |  1 |  11k|  11 | 0.000000e+00 |      --      |    Inf |  94.36%
80.19/80.53	c  73.0s|  6700 |    18 |830796 | 123.4 |   132M |  20 | 546 |7147 |2395 |4316 |  0 |  11k|  11 | 0.000000e+00 |      --      |    Inf |  94.60%
80.19/80.53	c  73.7s|  6800 |    23 |842664 | 123.3 |   132M |  20 | 546 |7131 |2390 |4326 |  1 |  11k|  11 | 0.000000e+00 |      --      |    Inf |  94.78%
80.19/80.53	c  74.3s|  6900 |    20 |854048 | 123.2 |   132M |  20 | 546 |7195 |   0 |4355 |  0 |  11k|  11 | 0.000000e+00 |      --      |    Inf |  94.91%
80.19/80.53	c  74.9s|  7000 |    18 |865550 | 123.1 |   133M |  20 | 546 |7225 |   0 |4355 |  0 |  11k|  11 | 0.000000e+00 |      --      |    Inf |  95.10%
80.19/80.53	c  75.5s|  7100 |    17 |875979 | 122.8 |   133M |  20 | 546 |7260 |2398 |4403 |  0 |  11k|  11 | 0.000000e+00 |      --      |    Inf |  95.35%
80.19/80.53	c  76.4s|  7200 |    17 |889838 | 123.0 |   133M |  20 | 546 |7361 |2397 |4430 |  0 |  12k|  11 | 0.000000e+00 |      --      |    Inf |  95.50%
80.19/80.53	c  77.0s|  7300 |    20 |901210 | 122.9 |   133M |  20 | 546 |7411 |2394 |4443 |  0 |  12k|  11 | 0.000000e+00 |      --      |    Inf |  95.61%
80.19/80.53	c  77.8s|  7400 |    22 |913469 | 122.9 |   133M |  20 | 546 |7376 |2397 |4488 |  1 |  12k|  11 | 0.000000e+00 |      --      |    Inf |  95.85%
80.19/80.53	c  78.3s|  7500 |    18 |924155 | 122.7 |   133M |  20 | 546 |7411 |2395 |4503 |  0 |  12k|  11 | 0.000000e+00 |      --      |    Inf |  95.96%
80.19/80.53	c  78.9s|  7600 |    20 |935630 | 122.6 |   133M |  20 | 546 |7414 |2395 |4531 |  1 |  12k|  11 | 0.000000e+00 |      --      |    Inf |  96.08%
80.19/80.53	c  79.5s|  7700 |    14 |949043 | 122.7 |   133M |  20 | 546 |7445 |2400 |4544 |  1 |  12k|  11 | 0.000000e+00 |      --      |    Inf |  96.39%
94.84/95.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
94.84/95.22	c  80.2s|  7800 |    15 |960080 | 122.6 |   133M |  20 | 546 |7539 |2390 |4557 |  1 |  12k|  11 | 0.000000e+00 |      --      |    Inf |  96.50%
94.84/95.22	c  80.6s|  7900 |    14 |970575 | 122.4 |   133M |  20 | 546 |7611 |2399 |4573 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf |  96.62%
94.84/95.22	c  81.7s|  8000 |    14 |983791 | 122.5 |   133M |  20 | 546 |7583 |2400 |4634 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf |  96.98%
94.84/95.22	c  82.3s|  8100 |    15 |995161 | 122.4 |   133M |  20 | 546 |7642 |2396 |4661 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf |  97.18%
94.84/95.22	c  82.8s|  8200 |    15 |  1004k| 122.0 |   133M |  20 | 546 |7716 |2396 |4677 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf |  97.32%
94.84/95.22	c  83.5s|  8300 |    17 |  1015k| 121.9 |   133M |  20 | 546 |7808 |2395 |4706 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf |  97.42%
94.84/95.22	c  84.1s|  8400 |    13 |  1026k| 121.8 |   133M |  20 | 546 |7913 |2398 |4721 |  0 |  13k|  11 | 0.000000e+00 |      --      |    Inf |  97.60%
94.84/95.22	c  84.9s|  8500 |    14 |  1040k| 122.0 |   133M |  20 | 546 |8029 |2398 |4757 |  0 |  13k|  11 | 0.000000e+00 |      --      |    Inf |  97.76%
94.84/95.22	c  85.4s|  8600 |    13 |  1050k| 121.7 |   133M |  20 | 546 |8122 |2395 |4768 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf |  97.86%
94.84/95.22	c  86.0s|  8700 |    13 |  1061k| 121.6 |   133M |  20 | 546 |8203 |2397 |4800 |  1 |  14k|  11 | 0.000000e+00 |      --      |    Inf |  98.05%
94.84/95.22	c  86.6s|  8800 |    10 |  1072k| 121.4 |   133M |  20 | 546 |8277 |   0 |4816 |  0 |  14k|  11 | 0.000000e+00 |      --      |    Inf |  98.23%
94.84/95.22	c  87.4s|  8900 |    13 |  1084k| 121.5 |   133M |  20 | 546 |8320 |2400 |4873 |  0 |  14k|  11 | 0.000000e+00 |      --      |    Inf |  98.40%
94.84/95.22	c  88.0s|  9000 |    13 |  1095k| 121.3 |   133M |  20 | 546 |8391 |2400 |4889 |  1 |  14k|  11 | 0.000000e+00 |      --      |    Inf |  98.55%
94.84/95.22	c  88.6s|  9100 |    11 |  1106k| 121.2 |   133M |  20 | 546 |8493 |2396 |4918 |  0 |  14k|  11 | 0.000000e+00 |      --      |    Inf |  98.67%
94.84/95.22	c  89.3s|  9200 |    12 |  1119k| 121.3 |   134M |  20 | 546 |8546 |   0 |4941 |  0 |  14k|  11 | 0.000000e+00 |      --      |    Inf |  98.86%
94.84/95.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
94.84/95.22	c  90.0s|  9300 |    10 |  1132k| 121.4 |   134M |  20 | 546 |8548 |2394 |4969 |  1 |  15k|  11 | 0.000000e+00 |      --      |    Inf |  99.09%
94.84/95.22	c  90.6s|  9400 |     9 |  1144k| 121.3 |   134M |  20 | 546 |8624 |2394 |4984 |  1 |  15k|  11 | 0.000000e+00 |      --      |    Inf |  99.19%
94.84/95.22	c  91.3s|  9500 |     8 |  1157k| 121.4 |   134M |  20 | 546 |8553 |2394 |5005 |  1 |  15k|  11 | 0.000000e+00 |      --      |    Inf |  99.38%
94.84/95.22	c  92.0s|  9600 |     3 |  1169k| 121.5 |   134M |  20 | 546 |8643 |2399 |5020 |  2 |  15k|  11 | 0.000000e+00 |      --      |    Inf |  99.51%
94.84/95.22	c  92.8s|  9700 |     7 |  1181k| 121.4 |   135M |  20 | 546 |8676 |   0 |5049 |  0 |  15k|  11 | 0.000000e+00 |      --      |    Inf |  99.65%
94.84/95.22	c  93.5s|  9800 |     9 |  1195k| 121.6 |   135M |  20 | 546 |8780 |2397 |5066 |  0 |  15k|  11 | 0.000000e+00 |      --      |    Inf |  99.74%
94.84/95.22	c  94.0s|  9900 |     7 |  1205k| 121.4 |   135M |  20 | 546 |8895 |2398 |5066 |  1 |  15k|  11 | 0.000000e+00 |      --      |    Inf |  99.81%
94.84/95.22	c  94.7s| 10000 |     3 |  1216k| 121.2 |   135M |  20 | 546 |8917 |2391 |5079 |  1 |  16k|  11 | 0.000000e+00 |      --      |    Inf |  99.97%
94.84/95.22	c 
94.84/95.22	c SCIP Status        : problem is solved [infeasible]
94.84/95.22	c Solving Time (sec) : 94.84
94.84/95.22	c Solving Nodes      : 10040
94.84/95.22	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
94.84/95.22	c Dual Bound         : +1.00000000000000e+20
94.84/95.22	c Gap                : 0.00 %
94.84/95.22	c SCIP found the problem to be infeasible.
94.84/95.22	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 (62715 MiB free)
  memory of node 1: 64465 MiB (61626 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514567-1751214386/watcher-4514567-1751214386 -o /tmp/evaluation-result-4514567-1751214386/solver-4514567-1751214386 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751204746-27064 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4514567-1751214386.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=30034, runsolver pid=30031
Current StackSize limit: 8192 KiB


[startup+0.100069 s]*
/proc/loadavg: 4.10 4.22 4.17 5/256 30039
/proc/meminfo: memFree=127326216/131382116 swapFree=33010684/33010684
[pid=30034] ppid=30031 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/30034/stat : 30034 (scip-naps-1.00.) S 30031 30034 27054 0 -1 4194304 256 330 0 0 0 0 0 0 20 0 1 0 37117821 4292608 768 18446744073709551615 94443187818496 94443188713029 140727167949600 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94443188952080 94443188999824 94443198660608 140727167957409 140727167957506 140727167957506 140727167963108 0
/proc/30034/statm: 1048 768 704 219 0 110 0
[pid=30039] ppid=30034 vsize=13152 memory=10368 CPUtime=0.06 cores=0,2
/proc/30039/stat : 30039 (python3) D 30034 30034 27054 0 -1 4194304 1586 0 0 0 5 1 0 0 20 0 1 0 37117824 13467648 2592 18446744073709551615 94123172229120 94123172229497 140726339843600 0 0 0 0 16781312 2 1 0 0 17 0 0 0 0 0 0 94123172240792 94123172241412 94123181731840 140726339848536 140726339848738 140726339848738 140726339854311 0
/proc/30039/statm: 3288 2592 1216 1 0 1459 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 17344 KiB
Current children cumulated memory: 13440 KiB

[startup+0.213789 s]*
/proc/loadavg: 4.10 4.22 4.17 5/256 30039
/proc/meminfo: memFree=127326488/131382116 swapFree=33010684/33010684
[pid=30034] ppid=30031 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/30034/stat : 30034 (scip-naps-1.00.) S 30031 30034 27054 0 -1 4194304 256 330 0 0 0 0 0 0 20 0 1 0 37117821 4292608 768 18446744073709551615 94443187818496 94443188713029 140727167949600 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94443188952080 94443188999824 94443198660608 140727167957409 140727167957506 140727167957506 140727167963108 0
/proc/30034/statm: 1048 768 704 219 0 110 0
[pid=30039] ppid=30034 vsize=1186496 memory=31176 CPUtime=0.16 cores=0,2
/proc/30039/stat : 30039 (python3) R 30034 30034 27054 0 -1 4194304 3577 0 0 0 14 2 0 0 20 0 1 0 37117824 1214971904 7794 18446744073709551615 94123172229120 94123172229497 140726339843600 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94123172240792 94123172241412 94123181731840 140726339848536 140726339848738 140726339848738 140726339854311 0
/proc/30039/statm: 296624 7794 4850 1 0 268646 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 1190688 KiB
Current children cumulated memory: 34248 KiB

[startup+0.313655 s]*
/proc/loadavg: 4.10 4.22 4.17 5/256 30039
/proc/meminfo: memFree=127326488/131382116 swapFree=33010684/33010684
[pid=30034] ppid=30031 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/30034/stat : 30034 (scip-naps-1.00.) S 30031 30034 27054 0 -1 4194304 256 330 0 0 0 0 0 0 20 0 1 0 37117821 4292608 768 18446744073709551615 94443187818496 94443188713029 140727167949600 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94443188952080 94443188999824 94443198660608 140727167957409 140727167957506 140727167957506 140727167963108 0
/proc/30034/statm: 1048 768 704 219 0 110 0
[pid=30039] ppid=30034 vsize=1191032 memory=36296 CPUtime=0.26 cores=0,2
/proc/30039/stat : 30039 (python3) R 30034 30034 27054 0 -1 4194304 4636 0 0 0 23 3 0 0 20 0 1 0 37117824 1219616768 9074 18446744073709551615 94123172229120 94123172229497 140726339843600 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94123172240792 94123172241412 94123181731840 140726339848536 140726339848738 140726339848738 140726339854311 0
/proc/30039/statm: 297758 9074 5106 1 0 269649 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 1195224 KiB
Current children cumulated memory: 39368 KiB

[startup+0.700346 s]
/proc/loadavg: 4.10 4.22 4.17 5/256 30039
/proc/meminfo: memFree=127326488/131382116 swapFree=33010684/33010684
[pid=30034] ppid=30031 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/30034/stat : 30034 (scip-naps-1.00.) S 30031 30034 27054 0 -1 4194304 256 330 0 0 0 0 0 0 20 0 1 0 37117821 4292608 768 18446744073709551615 94443187818496 94443188713029 140727167949600 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94443188952080 94443188999824 94443198660608 140727167957409 140727167957506 140727167957506 140727167963108 0
/proc/30034/statm: 1048 768 704 219 0 110 0
[pid=30039] ppid=30034 vsize=1220292 memory=71368 CPUtime=0.63 cores=0,2
/proc/30039/stat : 30039 (python3) R 30034 30034 27054 0 -1 4194304 10693 0 0 0 58 5 0 0 20 0 1 0 37117824 1249579008 17842 18446744073709551615 94123172229120 94123172229497 140726339843600 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94123172240792 94123172241412 94123181731840 140726339848536 140726339848738 140726339848738 140726339854311 0
/proc/30039/statm: 305073 17842 8114 1 0 276431 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 1224484 KiB
Current children cumulated memory: 74440 KiB

[startup+1.50041 s]
/proc/loadavg: 4.10 4.22 4.17 5/256 30039
/proc/meminfo: memFree=127310424/131382116 swapFree=33010684/33010684
[pid=30034] ppid=30031 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/30034/stat : 30034 (scip-naps-1.00.) S 30031 30034 27054 0 -1 4194304 256 330 0 0 0 0 0 0 20 0 1 0 37117821 4292608 768 18446744073709551615 94443187818496 94443188713029 140727167949600 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94443188952080 94443188999824 94443198660608 140727167957409 140727167957506 140727167957506 140727167963108 0
/proc/30034/statm: 1048 768 704 219 0 110 0
[pid=30039] ppid=30034 vsize=1236276 memory=86088 CPUtime=1.43 cores=0,2
/proc/30039/stat : 30039 (python3) R 30034 30034 27054 0 -1 4194304 14380 0 0 0 137 6 0 0 20 0 1 0 37117824 1265946624 21522 18446744073709551615 94123172229120 94123172229497 140726339843600 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94123172240792 94123172241412 94123181731840 140726339848536 140726339848738 140726339848738 140726339854311 0
/proc/30039/statm: 309069 21522 8114 1 0 280427 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 1240468 KiB
Current children cumulated memory: 89160 KiB

[startup+3.11332 s]
/proc/loadavg: 4.09 4.21 4.17 5/256 30039
/proc/meminfo: memFree=127242144/131382116 swapFree=33010684/33010684
[pid=30034] ppid=30031 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/30034/stat : 30034 (scip-naps-1.00.) S 30031 30034 27054 0 -1 4194304 256 330 0 0 0 0 0 0 20 0 1 0 37117821 4292608 768 18446744073709551615 94443187818496 94443188713029 140727167949600 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94443188952080 94443188999824 94443198660608 140727167957409 140727167957506 140727167957506 140727167963108 0
/proc/30034/statm: 1048 768 704 219 0 110 0
[pid=30039] ppid=30034 vsize=1290524 memory=137576 CPUtime=3.04 cores=0,2
/proc/30039/stat : 30039 (python3) R 30034 30034 27054 0 -1 4194304 27736 0 0 0 296 8 0 0 20 0 1 0 37117824 1321496576 34394 18446744073709551615 94123172229120 94123172229497 140726339843600 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94123172240792 94123172241412 94123181731840 140726339848536 140726339848738 140726339848738 140726339854311 0
/proc/30039/statm: 322631 34394 8114 1 0 293989 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 1294716 KiB
Current children cumulated memory: 140648 KiB

[startup+6.30037 s]
/proc/loadavg: 4.09 4.21 4.17 5/256 30039
/proc/meminfo: memFree=127242288/131382116 swapFree=33010684/33010684
[pid=30034] ppid=30031 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/30034/stat : 30034 (scip-naps-1.00.) S 30031 30034 27054 0 -1 4194304 256 330 0 0 0 0 0 0 20 0 1 0 37117821 4292608 768 18446744073709551615 94443187818496 94443188713029 140727167949600 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94443188952080 94443188999824 94443198660608 140727167957409 140727167957506 140727167957506 140727167963108 0
/proc/30034/statm: 1048 768 704 219 0 110 0
[pid=30039] ppid=30034 vsize=1295744 memory=141800 CPUtime=6.21 cores=0,2
/proc/30039/stat : 30039 (python3) R 30034 30034 27054 0 -1 4194304 28785 0 0 0 613 8 0 0 20 0 1 0 37117824 1326841856 35450 18446744073709551615 94123172229120 94123172229497 140726339843600 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94123172240792 94123172241412 94123181731840 140726339848536 140726339848738 140726339848738 140726339854311 0
/proc/30039/statm: 323936 35450 8114 1 0 295294 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 1299936 KiB
Current children cumulated memory: 144872 KiB

[startup+12.7004 s]
/proc/loadavg: 4.08 4.20 4.17 5/256 30039
/proc/meminfo: memFree=127218600/131382116 swapFree=33010684/33010684
[pid=30034] ppid=30031 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/30034/stat : 30034 (scip-naps-1.00.) S 30031 30034 27054 0 -1 4194304 256 330 0 0 0 0 0 0 20 0 1 0 37117821 4292608 768 18446744073709551615 94443187818496 94443188713029 140727167949600 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94443188952080 94443188999824 94443198660608 140727167957409 140727167957506 140727167957506 140727167963108 0
/proc/30034/statm: 1048 768 704 219 0 110 0
[pid=30039] ppid=30034 vsize=1310536 memory=158116 CPUtime=12.6 cores=0,2
/proc/30039/stat : 30039 (python3) R 30034 30034 27054 0 -1 4194304 35274 0 0 0 1250 10 0 0 20 0 1 0 37117824 1341988864 39529 18446744073709551615 94123172229120 94123172229497 140726339843600 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94123172240792 94123172241412 94123181731840 140726339848536 140726339848738 140726339848738 140726339854311 0
/proc/30039/statm: 327634 39529 8114 1 0 298992 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 1314728 KiB
Current children cumulated memory: 161188 KiB

[startup+25.5004 s]
/proc/loadavg: 4.07 4.20 4.17 5/256 30039
/proc/meminfo: memFree=127206692/131382116 swapFree=33010684/33010684
[pid=30034] ppid=30031 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/30034/stat : 30034 (scip-naps-1.00.) S 30031 30034 27054 0 -1 4194304 256 330 0 0 0 0 0 0 20 0 1 0 37117821 4292608 768 18446744073709551615 94443187818496 94443188713029 140727167949600 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94443188952080 94443188999824 94443198660608 140727167957409 140727167957506 140727167957506 140727167963108 0
/proc/30034/statm: 1048 768 704 219 0 110 0
[pid=30039] ppid=30034 vsize=1321224 memory=168488 CPUtime=25.36 cores=0,2
/proc/30039/stat : 30039 (python3) R 30034 30034 27054 0 -1 4194304 39557 0 0 0 2525 11 0 0 20 0 1 0 37117824 1352933376 42122 18446744073709551615 94123172229120 94123172229497 140726339843600 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94123172240792 94123172241412 94123181731840 140726339848536 140726339848738 140726339848738 140726339854311 0
/proc/30039/statm: 330306 42122 8114 1 0 301664 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 1325416 KiB
Current children cumulated memory: 171560 KiB

[startup+51.1134 s]
/proc/loadavg: 4.11 4.20 4.17 5/256 30039
/proc/meminfo: memFree=127195856/131382116 swapFree=33010684/33010684
[pid=30034] ppid=30031 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/30034/stat : 30034 (scip-naps-1.00.) S 30031 30034 27054 0 -1 4194304 256 330 0 0 0 0 0 0 20 0 1 0 37117821 4292608 768 18446744073709551615 94443187818496 94443188713029 140727167949600 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94443188952080 94443188999824 94443198660608 140727167957409 140727167957506 140727167957506 140727167963108 0
/proc/30034/statm: 1048 768 704 219 0 110 0
[pid=30039] ppid=30034 vsize=1333352 memory=179684 CPUtime=50.89 cores=0,2
/proc/30039/stat : 30039 (python3) R 30034 30034 27054 0 -1 4194304 42824 0 0 0 5078 11 0 0 20 0 1 0 37117824 1365352448 44921 18446744073709551615 94123172229120 94123172229497 140726339843600 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94123172240792 94123172241412 94123181731840 140726339848536 140726339848738 140726339848738 140726339854311 0
/proc/30039/statm: 333338 44921 8114 1 0 304696 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 1337544 KiB
Current children cumulated memory: 182756 KiB

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

# cumulated CPU time of all completed processes:  user=94.8125 s, system=0.143451 s

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

[startup+51.2005 s]
/proc/loadavg: 4.11 4.20 4.17 5/256 30039
/proc/meminfo: memFree=127195856/131382116 swapFree=33010684/33010684
[pid=30034] ppid=30031 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/30034/stat : 30034 (scip-naps-1.00.) S 30031 30034 27054 0 -1 4194304 256 330 0 0 0 0 0 0 20 0 1 0 37117821 4292608 768 18446744073709551615 94443187818496 94443188713029 140727167949600 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94443188952080 94443188999824 94443198660608 140727167957409 140727167957506 140727167957506 140727167963108 0
/proc/30034/statm: 1048 768 704 219 0 110 0
[pid=30039] ppid=30034 vsize=1333352 memory=179684 CPUtime=50.97 cores=0,2
/proc/30039/stat : 30039 (python3) R 30034 30034 27054 0 -1 4194304 42824 0 0 0 5086 11 0 0 20 0 1 0 37117824 1365352448 44921 18446744073709551615 94123172229120 94123172229497 140726339843600 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94123172240792 94123172241412 94123181731840 140726339848536 140726339848738 140726339848738 140726339854311 0
/proc/30039/statm: 333338 44921 8114 1 0 304696 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 1337544 KiB
Current children cumulated memory: 182756 KiB

[startup+76.8004 s]
/proc/loadavg: 4.07 4.18 4.17 5/256 30041
/proc/meminfo: memFree=127182560/131382116 swapFree=33010684/33010684
[pid=30034] ppid=30031 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/30034/stat : 30034 (scip-naps-1.00.) S 30031 30034 27054 0 -1 4194304 256 330 0 0 0 0 0 0 20 0 1 0 37117821 4292608 768 18446744073709551615 94443187818496 94443188713029 140727167949600 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94443188952080 94443188999824 94443198660608 140727167957409 140727167957506 140727167957506 140727167963108 0
/proc/30034/statm: 1048 768 704 219 0 110 0
[pid=30039] ppid=30034 vsize=1335376 memory=181476 CPUtime=76.5 cores=0,2
/proc/30039/stat : 30039 (python3) R 30034 30034 27054 0 -1 4194304 43275 0 0 0 7638 12 0 0 20 0 1 0 37117824 1367425024 45369 18446744073709551615 94123172229120 94123172229497 140726339843600 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94123172240792 94123172241412 94123181731840 140726339848536 140726339848738 140726339848738 140726339854311 0
/proc/30039/statm: 333844 45369 8114 1 0 305202 0
Current children cumulated CPU time: 76.5 s
Current children cumulated vsize: 1339568 KiB
Current children cumulated memory: 184548 KiB

[startup+83.2004 s]
/proc/loadavg: 4.14 4.19 4.17 5/256 30041
/proc/meminfo: memFree=127176952/131382116 swapFree=33010684/33010684
[pid=30034] ppid=30031 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/30034/stat : 30034 (scip-naps-1.00.) S 30031 30034 27054 0 -1 4194304 256 330 0 0 0 0 0 0 20 0 1 0 37117821 4292608 768 18446744073709551615 94443187818496 94443188713029 140727167949600 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94443188952080 94443188999824 94443198660608 140727167957409 140727167957506 140727167957506 140727167963108 0
/proc/30034/statm: 1048 768 704 219 0 110 0
[pid=30039] ppid=30034 vsize=1335376 memory=181476 CPUtime=82.88 cores=0,2
/proc/30039/stat : 30039 (python3) R 30034 30034 27054 0 -1 4194304 43275 0 0 0 8276 12 0 0 20 0 1 0 37117824 1367425024 45369 18446744073709551615 94123172229120 94123172229497 140726339843600 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94123172240792 94123172241412 94123181731840 140726339848536 140726339848738 140726339848738 140726339854311 0
/proc/30039/statm: 333844 45369 8114 1 0 305202 0
Current children cumulated CPU time: 82.88 s
Current children cumulated vsize: 1339568 KiB
Current children cumulated memory: 184548 KiB

[startup+89.6003 s]
/proc/loadavg: 4.13 4.19 4.17 5/256 30041
/proc/meminfo: memFree=127173424/131382116 swapFree=33010684/33010684
[pid=30034] ppid=30031 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/30034/stat : 30034 (scip-naps-1.00.) S 30031 30034 27054 0 -1 4194304 256 330 0 0 0 0 0 0 20 0 1 0 37117821 4292608 768 18446744073709551615 94443187818496 94443188713029 140727167949600 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94443188952080 94443188999824 94443198660608 140727167957409 140727167957506 140727167957506 140727167963108 0
/proc/30034/statm: 1048 768 704 219 0 110 0
[pid=30039] ppid=30034 vsize=1335376 memory=181988 CPUtime=89.26 cores=0,2
/proc/30039/stat : 30039 (python3) R 30034 30034 27054 0 -1 4194304 43385 0 0 0 8914 12 0 0 20 0 1 0 37117824 1367425024 45497 18446744073709551615 94123172229120 94123172229497 140726339843600 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94123172240792 94123172241412 94123181731840 140726339848536 140726339848738 140726339848738 140726339854311 0
/proc/30039/statm: 333844 45497 8114 1 0 305202 0
Current children cumulated CPU time: 89.26 s
Current children cumulated vsize: 1339568 KiB
Current children cumulated memory: 185060 KiB

[startup+92.8004 s]
/proc/loadavg: 4.12 4.18 4.17 5/256 30041
/proc/meminfo: memFree=127183100/131382116 swapFree=33010684/33010684
[pid=30034] ppid=30031 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/30034/stat : 30034 (scip-naps-1.00.) S 30031 30034 27054 0 -1 4194304 256 330 0 0 0 0 0 0 20 0 1 0 37117821 4292608 768 18446744073709551615 94443187818496 94443188713029 140727167949600 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94443188952080 94443188999824 94443198660608 140727167957409 140727167957506 140727167957506 140727167963108 0
/proc/30034/statm: 1048 768 704 219 0 110 0
[pid=30039] ppid=30034 vsize=1335376 memory=181988 CPUtime=92.45 cores=0,2
/proc/30039/stat : 30039 (python3) R 30034 30034 27054 0 -1 4194304 43385 0 0 0 9233 12 0 0 20 0 1 0 37117824 1367425024 45497 18446744073709551615 94123172229120 94123172229497 140726339843600 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94123172240792 94123172241412 94123181731840 140726339848536 140726339848738 140726339848738 140726339854311 0
/proc/30039/statm: 333844 45497 8114 1 0 305202 0
Current children cumulated CPU time: 92.45 s
Current children cumulated vsize: 1339568 KiB
Current children cumulated memory: 185060 KiB

[startup+94.4003 s]
/proc/loadavg: 4.12 4.18 4.17 5/256 30041
/proc/meminfo: memFree=127183100/131382116 swapFree=33010684/33010684
[pid=30034] ppid=30031 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/30034/stat : 30034 (scip-naps-1.00.) S 30031 30034 27054 0 -1 4194304 256 330 0 0 0 0 0 0 20 0 1 0 37117821 4292608 768 18446744073709551615 94443187818496 94443188713029 140727167949600 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94443188952080 94443188999824 94443198660608 140727167957409 140727167957506 140727167957506 140727167963108 0
/proc/30034/statm: 1048 768 704 219 0 110 0
[pid=30039] ppid=30034 vsize=1336552 memory=183012 CPUtime=94.04 cores=0,2
/proc/30039/stat : 30039 (python3) R 30034 30034 27054 0 -1 4194304 43647 0 0 0 9392 12 0 0 20 0 1 0 37117824 1368629248 45753 18446744073709551615 94123172229120 94123172229497 140726339843600 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94123172240792 94123172241412 94123181731840 140726339848536 140726339848738 140726339848738 140726339854311 0
/proc/30039/statm: 334138 45753 8114 1 0 305496 0
Current children cumulated CPU time: 94.04 s
Current children cumulated vsize: 1340744 KiB
Current children cumulated memory: 186084 KiB

[startup+94.8003 s]
/proc/loadavg: 4.12 4.18 4.17 5/256 30041
/proc/meminfo: memFree=127183100/131382116 swapFree=33010684/33010684
[pid=30034] ppid=30031 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/30034/stat : 30034 (scip-naps-1.00.) S 30031 30034 27054 0 -1 4194304 256 330 0 0 0 0 0 0 20 0 1 0 37117821 4292608 768 18446744073709551615 94443187818496 94443188713029 140727167949600 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94443188952080 94443188999824 94443198660608 140727167957409 140727167957506 140727167957506 140727167963108 0
/proc/30034/statm: 1048 768 704 219 0 110 0
[pid=30039] ppid=30034 vsize=1336552 memory=183012 CPUtime=94.44 cores=0,2
/proc/30039/stat : 30039 (python3) R 30034 30034 27054 0 -1 4194304 43647 0 0 0 9432 12 0 0 20 0 1 0 37117824 1368629248 45753 18446744073709551615 94123172229120 94123172229497 140726339843600 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94123172240792 94123172241412 94123181731840 140726339848536 140726339848738 140726339848738 140726339854311 0
/proc/30039/statm: 334138 45753 8114 1 0 305496 0
Current children cumulated CPU time: 94.44 s
Current children cumulated vsize: 1340744 KiB
Current children cumulated memory: 186084 KiB

[startup+95.2003 s]
/proc/loadavg: 4.12 4.18 4.17 5/256 30041
/proc/meminfo: memFree=127183100/131382116 swapFree=33010684/33010684
[pid=30034] ppid=30031 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/30034/stat : 30034 (scip-naps-1.00.) S 30031 30034 27054 0 -1 4194304 256 330 0 0 0 0 0 0 20 0 1 0 37117821 4292608 768 18446744073709551615 94443187818496 94443188713029 140727167949600 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94443188952080 94443188999824 94443198660608 140727167957409 140727167957506 140727167957506 140727167963108 0
/proc/30034/statm: 1048 768 704 219 0 110 0
[pid=30039] ppid=30034 vsize=1336552 memory=183012 CPUtime=94.84 cores=0,2
/proc/30039/stat : 30039 (python3) R 30034 30034 27054 0 -1 4194304 43647 0 0 0 9472 12 0 0 20 0 1 0 37117824 1368629248 45753 18446744073709551615 94123172229120 94123172229497 140726339843600 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94123172240792 94123172241412 94123181731840 140726339848536 140726339848738 140726339848738 140726339854311 0
/proc/30039/statm: 334138 45753 8114 1 0 305496 0
Current children cumulated CPU time: 94.84 s
Current children cumulated vsize: 1340744 KiB
Current children cumulated memory: 186084 KiB

Child status: 0

Real time (s): 95.2951
CPU time (s): 94.9559
CPU user time (s): 94.8125
CPU system time (s): 0.143451
CPU usage (%): 99.6441
Max. virtual memory (cumulated for all children) (KiB): 1340744
Max. memory (cumulated for all children) (KiB): 186084

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


# summary of solver processes directly reported to runsolver:
#   pid: 30034
#   total CPU time (s): 94.9559
#   total CPU user time (s): 94.8125
#   total CPU system time (s): 0.143451

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.516059 second user time and 1.07524 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-06-29 18:26:26
IDJOB=4514567
IDBENCH=162757
IDSOLVER=3368
FILE ID=nodeC004/4514567-1751214386
RUNJOBID= nodeC004-1751204746-27064
SLURM_JOB_ID= 9587619
Free space on /tmp= 433036 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-4_5_19.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514567-1751214386/watcher-4514567-1751214386 -o /tmp/evaluation-result-4514567-1751214386/solver-4514567-1751214386 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751204746-27064 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4514567-1751214386.opb

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

MD5SUM BENCH= 719d74ea1fcd347cdae012916eb20490
RANDOM SEED=1135669359

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.619
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		: 3691.408
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.212
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.535
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.296
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		: 3691.435
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.324
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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:        127326392 kB
MemAvailable:   128878884 kB
Buffers:            3280 kB
Cached:          2355976 kB
SwapCached:            0 kB
Active:          1382036 kB
Inactive:        2057752 kB
Active(anon):    1098508 kB
Inactive(anon):        0 kB
Active(file):     283528 kB
Inactive(file):  2057752 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5692 kB
Writeback:             0 kB
AnonPages:       1083312 kB
Mapped:           129284 kB
Shmem:             17976 kB
KReclaimable:     101680 kB
Slab:             184660 kB
SReclaimable:     101680 kB
SUnreclaim:        82980 kB
KernelStack:        4112 kB
PageTables:         5960 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    4693844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    190464 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= 433028 MiB
End job on nodeC004 at 2025-06-29 18:28:02