Trace number 4493745

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.00a1SAT 8.61664 8.66953

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army10.14ls.opb
MD5SUM531481e7cf3d0451843bb4aa5119dd25
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.037083
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables316
Total number of constraints476
Number of constraints which are clauses274
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint2
Maximum length of a constraint100
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 14
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 114
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

6.83/6.97	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4493745-1751149995.opb
6.83/6.97	c Solving mode: decision
6.83/6.97	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
6.83/6.97	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
6.83/6.97	c original problem has 316 variables (316 bin, 0 int, 0 impl, 0 cont) and 476 constraints
6.83/6.97	c presolving:
6.83/6.97	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 476 upgd conss, 0 impls, 166 clqs
6.83/6.97	c (round 2, medium)     8 del vars, 208 del conss, 800 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 476 upgd conss, 0 impls, 946 clqs
6.83/6.97	c (round 3, fast)       8 del vars, 220 del conss, 800 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 476 upgd conss, 0 impls, 946 clqs
6.83/6.97	c (round 4, exhaustive) 8 del vars, 1120 del conss, 908 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 476 upgd conss, 0 impls, 946 clqs
6.83/6.97	c    (0.0s) probing cycle finished: starting next cycle
6.83/6.97	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
6.83/6.97	c    (0.0s) symmetry computation finished: 3 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.00)
6.83/6.97	c dynamic symmetry handling statistics:
6.83/6.97	c    orbitopal reduction:       no components
6.83/6.97	c    orbital reduction:          1 components of sizes 3
6.83/6.97	c    lexicographic reduction:    3 permutations with support sizes 252, 288, 308
6.83/6.97	c handled 1 out of 1 symmetry components
6.83/6.97	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
6.83/6.97	c  8 deleted vars, 1120 deleted constraints, 908 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
6.83/6.97	c  0 implications, 2432 cliques
6.83/6.97	c presolved problem has 308 variables (308 bin, 0 int, 0 impl, 0 cont) and 264 constraints
6.83/6.97	c       2 constraints of type <knapsack>
6.83/6.97	c     154 constraints of type <setppc>
6.83/6.97	c     108 constraints of type <and>
6.83/6.97	c transformed objective value is always integral (scale: 1)
6.83/6.97	c Presolving Time: 0.03
6.83/6.97	c 
6.83/6.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.83/6.97	c   0.0s|     1 |     0 |   162 |     - |  9251k |   0 | 308 | 345 | 372 |   0 |  0 |  88 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.83/6.97	c   0.1s|     1 |     0 |   336 |     - |    10M |   0 | 308 | 372 | 425 |  53 |  1 |  92 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.83/6.97	c   0.1s|     1 |     0 |   376 |     - |    13M |   0 | 308 | 377 | 461 |  89 |  2 |  97 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.83/6.97	c   0.1s|     1 |     0 |   404 |     - |    18M |   0 | 308 | 382 | 482 | 110 |  3 | 102 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.83/6.97	c   0.2s|     1 |     0 |   470 |     - |    23M |   0 | 308 | 385 | 507 | 135 |  4 | 105 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.83/6.97	c   0.2s|     1 |     0 |   514 |     - |    25M |   0 | 308 | 389 | 539 | 167 |  5 | 109 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.83/6.97	c   0.3s|     1 |     0 |   576 |     - |    31M |   0 | 308 | 394 | 554 | 182 |  6 | 114 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.83/6.97	c   0.3s|     1 |     0 |   626 |     - |    38M |   0 | 308 | 398 | 581 | 209 |  7 | 118 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.83/6.97	c   0.4s|     1 |     0 |   682 |     - |    43M |   0 | 308 | 401 | 599 | 227 |  8 | 121 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.83/6.97	c   0.4s|     1 |     0 |   746 |     - |    51M |   0 | 308 | 407 | 617 | 245 |  9 | 127 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.83/6.97	c   0.5s|     1 |     0 |   794 |     - |    56M |   0 | 308 | 408 | 639 | 267 | 10 | 128 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.83/6.97	c   0.5s|     1 |     0 |   830 |     - |    56M |   0 | 308 | 412 | 609 | 285 | 11 | 132 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.83/6.97	c   0.5s|     1 |     2 |  1205 |     - |    56M |   0 | 308 | 418 | 609 | 285 | 11 | 139 |  10 | 0.000000e+00 |      --      |    Inf | unknown
6.83/6.97	c   1.2s|   100 |    13 |  4551 |  38.0 |    70M |  18 | 308 | 433 | 707 |1067 |  0 | 154 |  10 | 0.000000e+00 |      --      |    Inf |   0.76%
6.83/6.97	c   1.7s|   200 |    21 |  7850 |  35.5 |    77M |  20 | 308 | 457 | 721 |1658 |  0 | 182 |  10 | 0.000000e+00 |      --      |    Inf |   1.56%
6.83/6.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.83/6.97	c   2.5s|   300 |    31 | 11305 |  35.2 |    89M |  20 | 308 | 495 | 688 |2216 |  2 | 220 |  10 | 0.000000e+00 |      --      |    Inf |   2.97%
6.83/6.97	c   3.1s|   400 |    31 | 13915 |  32.9 |    99M |  20 | 308 | 515 | 704 |2657 |  2 | 240 |  10 | 0.000000e+00 |      --      |    Inf |   4.33%
6.83/6.97	c   3.5s|   500 |    29 | 16513 |  31.5 |   104M |  20 | 308 | 547 | 701 |3082 |  1 | 272 |  10 | 0.000000e+00 |      --      |    Inf |   5.12%
6.83/6.97	c   4.2s|   600 |    29 | 19106 |  30.6 |   108M |  20 | 308 | 573 | 699 |3618 |  2 | 298 |  10 | 0.000000e+00 |      --      |    Inf |   5.68%
6.83/6.97	c   4.3s|   700 |    29 | 21025 |  29.0 |   108M |  20 | 308 | 604 | 722 |3938 |  2 | 329 |  10 | 0.000000e+00 |      --      |    Inf |   5.77%
6.83/6.97	c   4.6s|   800 |    25 | 23586 |  28.5 |   108M |  20 | 308 | 613 | 685 |4251 |  0 | 338 |  10 | 0.000000e+00 |      --      |    Inf |   6.07%
6.83/6.97	c   4.9s|   900 |    25 | 25357 |  27.3 |   108M |  20 | 308 | 637 | 697 |4623 |  1 | 362 |  10 | 0.000000e+00 |      --      |    Inf |   6.48%
6.83/6.97	c   5.4s|  1000 |    29 | 27997 |  27.2 |   109M |  20 | 308 | 654 | 692 |5062 |  0 | 379 |  10 | 0.000000e+00 |      --      |    Inf |   6.79%
6.83/6.97	c   5.7s|  1100 |    29 | 30141 |  26.7 |   110M |  20 | 308 | 671 |   0 |5399 |  0 | 396 |  10 | 0.000000e+00 |      --      |    Inf |   7.21%
6.83/6.97	c   6.0s|  1200 |    29 | 32348 |  26.3 |   110M |  20 | 308 | 679 | 697 |5691 |  0 | 404 |  10 | 0.000000e+00 |      --      |    Inf |   7.49%
6.83/6.97	c   6.5s|  1300 |    35 | 34533 |  26.0 |   110M |  20 | 308 | 683 | 690 |6105 |  0 | 408 |  10 | 0.000000e+00 |      --      |    Inf |   7.82%
6.83/6.97	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
6.83/6.97	c (run 1, node 1350) performing user restart
6.83/6.97	c 
6.83/6.97	c (restart) converted 88 cuts from the global cut pool into linear constraints
6.83/6.97	c 
6.83/6.97	c presolving:
6.83/6.97	c (round 1, fast)       0 del vars, 2 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 2432 clqs
6.83/6.97	c (round 2, exhaustive) 0 del vars, 2 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 108 upgd conss, 0 impls, 2432 clqs
6.83/6.97	c (round 3, medium)     0 del vars, 8 del conss, 16 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 108 upgd conss, 0 impls, 2432 clqs
6.83/6.97	c (round 4, exhaustive) 0 del vars, 28 del conss, 16 add conss, 0 chg bounds, 0 chg sides, 79 chg coeffs, 108 upgd conss, 0 impls, 2432 clqs
6.83/6.97	c (round 5, exhaustive) 0 del vars, 28 del conss, 16 add conss, 0 chg bounds, 0 chg sides, 216 chg coeffs, 108 upgd conss, 0 impls, 2432 clqs
6.83/6.97	c presolving (6 rounds: 6 fast, 5 medium, 4 exhaustive):
6.83/6.97	c  0 deleted vars, 28 deleted constraints, 16 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 216 changed coefficients
6.83/6.97	c  0 implications, 2432 cliques
6.83/6.97	c presolved problem has 308 variables (308 bin, 0 int, 0 impl, 0 cont) and 771 constraints
6.83/6.97	c       2 constraints of type <knapsack>
6.83/6.97	c     255 constraints of type <setppc>
6.83/6.97	c     108 constraints of type <and>
6.83/6.97	c       3 constraints of type <linear>
6.83/6.97	c     403 constraints of type <logicor>
6.83/6.97	c transformed objective value is always integral (scale: 1)
6.83/6.97	c Presolving Time: 0.08
6.83/6.97	c 
6.83/6.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
6.83/6.97	c   6.7s|     1 |     0 | 35760 |     - |   106M |   0 | 308 | 766 | 470 |   0 |  0 | 426 |  10 | 0.000000e+00 |      --      |    Inf | unknown
6.83/6.97	c   6.8s|     1 |     0 | 35821 |     - |   108M |   0 | 308 | 796 | 507 |  37 |  1 | 431 |  10 | 0.000000e+00 |      --      |    Inf | unknown
8.53/8.62	c   6.8s|     1 |     0 | 35866 |     - |   109M |   0 | 308 | 797 | 539 |  69 |  2 | 432 |  10 | 0.000000e+00 |      --      |    Inf | unknown
8.53/8.62	c   6.9s|     1 |     0 | 35916 |     - |   112M |   0 | 308 | 801 | 555 |  85 |  3 | 436 |  10 | 0.000000e+00 |      --      |    Inf | unknown
8.53/8.62	c   6.9s|     1 |     0 | 35945 |     - |   115M |   0 | 308 | 806 | 584 | 114 |  4 | 441 |  10 | 0.000000e+00 |      --      |    Inf | unknown
8.53/8.62	c   7.0s|     1 |     0 | 35969 |     - |   117M |   0 | 308 | 809 | 588 | 118 |  5 | 444 |  10 | 0.000000e+00 |      --      |    Inf | unknown
8.53/8.62	c   7.0s|     1 |     0 | 36018 |     - |   119M |   0 | 308 | 810 | 593 | 123 |  6 | 445 |  10 | 0.000000e+00 |      --      |    Inf | unknown
8.53/8.62	c   7.1s|     1 |     0 | 36079 |     - |   120M |   0 | 308 | 815 | 617 | 147 |  7 | 450 |  10 | 0.000000e+00 |      --      |    Inf | unknown
8.53/8.62	c   7.1s|     1 |     0 | 36119 |     - |   122M |   0 | 308 | 820 | 628 | 158 |  8 | 455 |  10 | 0.000000e+00 |      --      |    Inf | unknown
8.53/8.62	c   7.2s|     1 |     0 | 36183 |     - |   122M |   0 | 308 | 823 | 642 | 172 |  9 | 458 |  10 | 0.000000e+00 |      --      |    Inf | unknown
8.53/8.62	c   7.2s|     1 |     0 | 36218 |     - |   124M |   0 | 308 | 826 | 650 | 180 | 10 | 462 |  10 | 0.000000e+00 |      --      |    Inf | unknown
8.53/8.62	c   7.2s|     1 |     0 | 36291 |     - |   124M |   0 | 308 | 826 | 663 | 193 | 11 | 464 |  10 | 0.000000e+00 |      --      |    Inf | unknown
8.53/8.62	c   7.3s|     1 |     2 | 36594 |     - |   124M |   0 | 308 | 837 | 663 | 193 | 11 | 480 |  21 | 0.000000e+00 |      --      |    Inf | unknown
8.53/8.62	c   8.0s|   100 |    27 | 43925 |  29.3 |   125M |  17 | 308 | 913 | 701 |1079 |  2 | 556 |  21 | 0.000000e+00 |      --      |    Inf |   4.29%
8.53/8.62	c   8.3s|   200 |    29 | 47907 |  30.0 |   125M |  17 | 308 | 951 | 694 |1754 |  1 | 594 |  21 | 0.000000e+00 |      --      |    Inf |   4.79%
8.53/8.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.53/8.62	c * 8.5s|   225 |     0 | 48484 |  29.9 |    LP  |  18 | 308 | 955 | 608 |1853 |  2 | 598 |  21 | 0.000000e+00 | 0.000000e+00 |   0.00%|  99.96%
8.53/8.62	c 
8.53/8.62	c SCIP Status        : problem is solved [optimal solution found]
8.53/8.62	c Solving Time (sec) : 8.47
8.53/8.62	c Solving Nodes      : 225 (total of 1575 nodes in 2 runs)
8.53/8.62	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
8.53/8.62	c Dual Bound         : +0.00000000000000e+00
8.53/8.62	c Gap                : 0.00 %
8.53/8.62	c All original constraints are satisfied.
8.53/8.62	c SCIP's best solution is verified feasible for the original problem.
8.53/8.62	c SCIP found a feasible solution.
8.53/8.62	s SATISFIABLE
8.53/8.62	v -x1 -x3 -x5 -x7 -x9 -x11 -x13 -x15 -x17 -x19 -x21 -x23 -x25 -x27 -x29 -x31 -x33 -x35 -x37 -x39 -x41 -x43 -x45 -x47 -x49 -x51 -x53 -x55 -x57 -x59 -x61 -x63 -x65 -x67 -x69 -x71 -x73 -x75 -x77 -x79 -x81 -x83 -x85 -x87 -x89 -x91 -x93 -x95 -x97 -x99 -x101 -x103 -x105 -x107 -x109 -x111 -x113 -x115 -x117 -x119 -x121 x123 -x125 -x127 -x129 -x131 -x133 -x135 -x137 -x139 x141 x143 -x145 -x147 -x149 -x151 x153 -x155 -x157 -x159 x161 x163 -x165 -x167 -x169 x171 x173 x175 -x177 -x179 x181 x183 -x185 -x187 -x189 x191 x193 x195 -x197 -x199 -x2 -x4 x6 x8 x10 -x12 -x14 -x16 -x18 -x20 -x22 -x24 x26 x28 x30 -x32 -x34 -x36 -x38 -x40 -x42 -x44 x46 x48 x50 -x52 -x54 -x56 -x58 x60 -x62 -x64 -x66 x68 -x70 -x72 -x74 -x76 x78 x80 -x82 -x84 -x86 -x88 -x90 -x92 -x94 -x96 x98 -x100 -x102 -x104 -x106 -x108 -x110 -x112 -x114 -x116 -x118 -x120 -x122 -x124 -x126 -x128 -x130 -x132 -x134 -x136 -x138 -x140 -x142 -x144 -x146 -x148 -x150 -x152 -x154 -x156 -x158 -x160 -x162 -x164 -x166 -x168 -x170 -x172 -x174 -x176 -x178 -x180 -x182 -x184 -x186 -x188 -x190 -x192 -x194 -x196 -x198 -x200 -x202 x201 -x204 x203 -x206 x205 -x208 x207 -x210 x209 -x212 -x211 x214 -x213 x216 -x215 x218 -x217 x220 -x219 x222 -x221 x224 -x223 -x226 x225 -x228 x227 -x230 x229 x232 -x231 x234 -x233 x236 -x235 -x238 x237 -x240 x239 -x242 x241 x244 -x243 x246 -x245 x248 -x247 x250 -x249 x252 -x251 x254 -x253 x256 -x255 x258 -x257 x260 -x259 -x262 -x261 -x264 -x263 -x266 x265 -x268 x267 -x270 x269 -x272 x271 -x274 x273 x276 -x275 x278 -x277 x280 -x279 x282 -x281 -x284 x283 -x286 x285 x288 -x287 x290 -x289 x292 -x291 x294 -x293 -x296 -x295 -x298 -x297 -x300 -x299 -x302 -x301 -x304 x303 -x306 x305 -x308 x307 -x310 x309 -x312 x311 -x314 x313 -x316 x315

Verifier Data

OK	0

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62381 MiB free)
  memory of node 1: 64465 MiB (63605 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493745-1751149995/watcher-4493745-1751149995 -o /tmp/evaluation-result-4493745-1751149995/solver-4493745-1751149995 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751145166-19822 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4493745-1751149995.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.10006 s]*
/proc/loadavg: 4.08 4.10 4.09 5/270 22687
/proc/meminfo: memFree=129010620/131249992 swapFree=33010684/33010684
[pid=22682] ppid=22679 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22682/stat : 22682 (scip-naps-1.00.) S 22679 22682 19810 0 -1 4194304 255 321 0 0 0 0 0 0 20 0 1 0 30678293 4292608 736 18446744073709551615 94753220816896 94753221711429 140721966940400 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94753221950480 94753221998224 94753249124352 140721966946721 140721966946818 140721966946818 140721966952420 0
/proc/22682/statm: 1048 736 672 219 0 110 0
[pid=22687] ppid=22682 vsize=1186920 memory=31796 CPUtime=0.07 cores=1,3
/proc/22687/stat : 22687 (python3) R 22682 22682 19810 0 -1 4194304 3725 0 0 0 6 1 0 0 20 0 1 0 30678295 1215406080 7949 18446744073709551615 94494153129984 94494153130361 140724007958736 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94494153141656 94494153142276 94494154747904 140724007967064 140724007967266 140724007967266 140724007972839 0
/proc/22687/statm: 296730 7949 4877 1 0 268752 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 1191112 KiB
Current children cumulated memory: 34740 KiB

[startup+0.205793 s]*
/proc/loadavg: 4.08 4.10 4.09 5/270 22687
/proc/meminfo: memFree=129010372/131249992 swapFree=33010684/33010684
[pid=22682] ppid=22679 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22682/stat : 22682 (scip-naps-1.00.) S 22679 22682 19810 0 -1 4194304 255 321 0 0 0 0 0 0 20 0 1 0 30678293 4292608 736 18446744073709551615 94753220816896 94753221711429 140721966940400 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94753221950480 94753221998224 94753249124352 140721966946721 140721966946818 140721966946818 140721966952420 0
/proc/22682/statm: 1048 736 672 219 0 110 0
[pid=22687] ppid=22682 vsize=1211492 memory=62388 CPUtime=0.17 cores=1,3
/proc/22687/stat : 22687 (python3) R 22682 22682 19810 0 -1 4194304 8365 0 0 0 15 2 0 0 20 0 1 0 30678295 1240567808 15597 18446744073709551615 94494153129984 94494153130361 140724007958736 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94494153141656 94494153142276 94494154747904 140724007967064 140724007967266 140724007967266 140724007972839 0
/proc/22687/statm: 302873 15597 8141 1 0 274231 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1215684 KiB
Current children cumulated memory: 65332 KiB

[startup+0.305728 s]*
/proc/loadavg: 4.08 4.10 4.09 5/270 22687
/proc/meminfo: memFree=129002560/131249992 swapFree=33010684/33010684
[pid=22682] ppid=22679 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22682/stat : 22682 (scip-naps-1.00.) S 22679 22682 19810 0 -1 4194304 255 321 0 0 0 0 0 0 20 0 1 0 30678293 4292608 736 18446744073709551615 94753220816896 94753221711429 140721966940400 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94753221950480 94753221998224 94753249124352 140721966946721 140721966946818 140721966946818 140721966952420 0
/proc/22682/statm: 1048 736 672 219 0 110 0
[pid=22687] ppid=22682 vsize=1216740 memory=68660 CPUtime=0.27 cores=1,3
/proc/22687/stat : 22687 (python3) R 22682 22682 19810 0 -1 4194304 9942 0 0 0 25 2 0 0 20 0 1 0 30678295 1245941760 17165 18446744073709551615 94494153129984 94494153130361 140724007958736 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94494153141656 94494153142276 94494154747904 140724007967064 140724007967266 140724007967266 140724007972839 0
/proc/22687/statm: 304185 17165 8141 1 0 275543 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1220932 KiB
Current children cumulated memory: 71604 KiB

[startup+0.700192 s]
/proc/loadavg: 4.08 4.10 4.09 5/270 22687
/proc/meminfo: memFree=128978368/131249992 swapFree=33010684/33010684
[pid=22682] ppid=22679 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22682/stat : 22682 (scip-naps-1.00.) S 22679 22682 19810 0 -1 4194304 255 321 0 0 0 0 0 0 20 0 1 0 30678293 4292608 736 18446744073709551615 94753220816896 94753221711429 140721966940400 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94753221950480 94753221998224 94753249124352 140721966946721 140721966946818 140721966946818 140721966952420 0
/proc/22682/statm: 1048 736 672 219 0 110 0
[pid=22687] ppid=22682 vsize=1260108 memory=107828 CPUtime=0.66 cores=1,3
/proc/22687/stat : 22687 (python3) R 22682 22682 19810 0 -1 4194304 19732 0 0 0 62 4 0 0 20 0 1 0 30678295 1290350592 26957 18446744073709551615 94494153129984 94494153130361 140724007958736 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94494153141656 94494153142276 94494154747904 140724007967064 140724007967266 140724007967266 140724007972839 0
/proc/22687/statm: 315027 26957 8141 1 0 286385 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 1264300 KiB
Current children cumulated memory: 110772 KiB

[startup+1.50019 s]
/proc/loadavg: 4.08 4.10 4.09 5/270 22687
/proc/meminfo: memFree=128954428/131249992 swapFree=33010684/33010684
[pid=22682] ppid=22679 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22682/stat : 22682 (scip-naps-1.00.) S 22679 22682 19810 0 -1 4194304 255 321 0 0 0 0 0 0 20 0 1 0 30678293 4292608 736 18446744073709551615 94753220816896 94753221711429 140721966940400 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94753221950480 94753221998224 94753249124352 140721966946721 140721966946818 140721966946818 140721966952420 0
/proc/22682/statm: 1048 736 672 219 0 110 0
[pid=22687] ppid=22682 vsize=1268140 memory=116532 CPUtime=1.45 cores=1,3
/proc/22687/stat : 22687 (python3) R 22682 22682 19810 0 -1 4194304 21925 0 0 0 141 4 0 0 20 0 1 0 30678295 1298575360 29133 18446744073709551615 94494153129984 94494153130361 140724007958736 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94494153141656 94494153142276 94494154747904 140724007967064 140724007967266 140724007967266 140724007972839 0
/proc/22687/statm: 317035 29133 8141 1 0 288393 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 1272332 KiB
Current children cumulated memory: 119476 KiB

[startup+3.10575 s]
/proc/loadavg: 4.08 4.10 4.09 5/271 22688
/proc/meminfo: memFree=128495900/131249992 swapFree=33010684/33010684
[pid=22682] ppid=22679 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22682/stat : 22682 (scip-naps-1.00.) S 22679 22682 19810 0 -1 4194304 255 321 0 0 0 0 0 0 20 0 1 0 30678293 4292608 736 18446744073709551615 94753220816896 94753221711429 140721966940400 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94753221950480 94753221998224 94753249124352 140721966946721 140721966946818 140721966946818 140721966952420 0
/proc/22682/statm: 1048 736 672 219 0 110 0
[pid=22687] ppid=22682 vsize=1291868 memory=138164 CPUtime=3.05 cores=1,3
/proc/22687/stat : 22687 (python3) R 22682 22682 19810 0 -1 4194304 27315 0 0 0 300 5 0 0 20 0 1 0 30678295 1322872832 34541 18446744073709551615 94494153129984 94494153130361 140724007958736 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94494153141656 94494153142276 94494154747904 140724007967064 140724007967266 140724007967266 140724007972839 0
/proc/22687/statm: 322967 34541 8141 1 0 294325 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 1296060 KiB
Current children cumulated memory: 141108 KiB

[startup+6.30017 s]
/proc/loadavg: 4.08 4.10 4.09 5/271 22688
/proc/meminfo: memFree=128323600/131249992 swapFree=33010684/33010684
[pid=22682] ppid=22679 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22682/stat : 22682 (scip-naps-1.00.) S 22679 22682 19810 0 -1 4194304 255 321 0 0 0 0 0 0 20 0 1 0 30678293 4292608 736 18446744073709551615 94753220816896 94753221711429 140721966940400 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94753221950480 94753221998224 94753249124352 140721966946721 140721966946818 140721966946818 140721966952420 0
/proc/22682/statm: 1048 736 672 219 0 110 0
[pid=22687] ppid=22682 vsize=1312244 memory=156660 CPUtime=6.24 cores=1,3
/proc/22687/stat : 22687 (python3) R 22682 22682 19810 0 -1 4194304 32176 0 0 0 618 6 0 0 20 0 1 0 30678295 1343737856 39165 18446744073709551615 94494153129984 94494153130361 140724007958736 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94494153141656 94494153142276 94494154747904 140724007967064 140724007967266 140724007967266 140724007972839 0
/proc/22687/statm: 328061 39165 8141 1 0 299419 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 1316436 KiB
Current children cumulated memory: 159604 KiB

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

# cumulated CPU time of all completed processes:  user=8.53109 s, system=0.085547 s

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

[startup+6.4002 s]
/proc/loadavg: 4.08 4.10 4.09 5/271 22688
/proc/meminfo: memFree=128323600/131249992 swapFree=33010684/33010684
[pid=22682] ppid=22679 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22682/stat : 22682 (scip-naps-1.00.) S 22679 22682 19810 0 -1 4194304 255 321 0 0 0 0 0 0 20 0 1 0 30678293 4292608 736 18446744073709551615 94753220816896 94753221711429 140721966940400 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94753221950480 94753221998224 94753249124352 140721966946721 140721966946818 140721966946818 140721966952420 0
/proc/22682/statm: 1048 736 672 219 0 110 0
[pid=22687] ppid=22682 vsize=1312244 memory=156660 CPUtime=6.34 cores=1,3
/proc/22687/stat : 22687 (python3) R 22682 22682 19810 0 -1 4194304 32176 0 0 0 628 6 0 0 20 0 1 0 30678295 1343737856 39165 18446744073709551615 94494153129984 94494153130361 140724007958736 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94494153141656 94494153142276 94494154747904 140724007967064 140724007967266 140724007967266 140724007972839 0
/proc/22687/statm: 328061 39165 8141 1 0 299419 0
Current children cumulated CPU time: 6.34 s
Current children cumulated vsize: 1316436 KiB
Current children cumulated memory: 159604 KiB

[startup+8.00017 s]*
/proc/loadavg: 4.08 4.10 4.09 5/271 22688
/proc/meminfo: memFree=128307852/131249992 swapFree=33010684/33010684
[pid=22682] ppid=22679 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22682/stat : 22682 (scip-naps-1.00.) S 22679 22682 19810 0 -1 4194304 255 321 0 0 0 0 0 0 20 0 1 0 30678293 4292608 736 18446744073709551615 94753220816896 94753221711429 140721966940400 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94753221950480 94753221998224 94753249124352 140721966946721 140721966946818 140721966946818 140721966952420 0
/proc/22682/statm: 1048 736 672 219 0 110 0
[pid=22687] ppid=22682 vsize=1327640 memory=174452 CPUtime=7.94 cores=1,3
/proc/22687/stat : 22687 (python3) R 22682 22682 19810 0 -1 4194304 36613 0 0 0 787 7 0 0 20 0 1 0 30678295 1359503360 43613 18446744073709551615 94494153129984 94494153130361 140724007958736 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94494153141656 94494153142276 94494154747904 140724007967064 140724007967266 140724007967266 140724007972839 0
/proc/22687/statm: 331910 43613 8141 1 0 303268 0
Current children cumulated CPU time: 7.94 s
Current children cumulated vsize: 1331832 KiB
Current children cumulated memory: 177396 KiB

[startup+8.40017 s]
/proc/loadavg: 4.08 4.10 4.09 5/271 22688
/proc/meminfo: memFree=128307852/131249992 swapFree=33010684/33010684
[pid=22682] ppid=22679 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22682/stat : 22682 (scip-naps-1.00.) S 22679 22682 19810 0 -1 4194304 255 321 0 0 0 0 0 0 20 0 1 0 30678293 4292608 736 18446744073709551615 94753220816896 94753221711429 140721966940400 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94753221950480 94753221998224 94753249124352 140721966946721 140721966946818 140721966946818 140721966952420 0
/proc/22682/statm: 1048 736 672 219 0 110 0
[pid=22687] ppid=22682 vsize=1327640 memory=174580 CPUtime=8.33 cores=1,3
/proc/22687/stat : 22687 (python3) R 22682 22682 19810 0 -1 4194304 36645 0 0 0 826 7 0 0 20 0 1 0 30678295 1359503360 43645 18446744073709551615 94494153129984 94494153130361 140724007958736 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94494153141656 94494153142276 94494154747904 140724007967064 140724007967266 140724007967266 140724007972839 0
/proc/22687/statm: 331910 43645 8141 1 0 303268 0
Current children cumulated CPU time: 8.33 s
Current children cumulated vsize: 1331832 KiB
Current children cumulated memory: 177524 KiB

[startup+8.60016 s]
/proc/loadavg: 4.08 4.10 4.09 5/271 22688
/proc/meminfo: memFree=128307852/131249992 swapFree=33010684/33010684
[pid=22682] ppid=22679 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/22682/stat : 22682 (scip-naps-1.00.) S 22679 22682 19810 0 -1 4194304 255 321 0 0 0 0 0 0 20 0 1 0 30678293 4292608 736 18446744073709551615 94753220816896 94753221711429 140721966940400 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94753221950480 94753221998224 94753249124352 140721966946721 140721966946818 140721966946818 140721966952420 0
/proc/22682/statm: 1048 736 672 219 0 110 0
[pid=22687] ppid=22682 vsize=1327640 memory=174580 CPUtime=8.53 cores=1,3
/proc/22687/stat : 22687 (python3) R 22682 22682 19810 0 -1 4194304 36665 0 0 0 846 7 0 0 20 0 1 0 30678295 1359503360 43645 18446744073709551615 94494153129984 94494153130361 140724007958736 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94494153141656 94494153142276 94494154747904 140724007967064 140724007967266 140724007967266 140724007972839 0
/proc/22687/statm: 331910 43645 8141 1 0 303268 0
Current children cumulated CPU time: 8.53 s
Current children cumulated vsize: 1331832 KiB
Current children cumulated memory: 177524 KiB

Child status: 0

Real time (s): 8.66953
CPU time (s): 8.61664
CPU user time (s): 8.53109
CPU system time (s): 0.085547
CPU usage (%): 99.39
Max. virtual memory (cumulated for all children) (KiB): 1331832
Max. memory (cumulated for all children) (KiB): 177524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.53109
system time used= 0.085547
maximum resident set size= 175604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37339
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= 26


# summary of solver processes directly reported to runsolver:
#   pid: 22682
#   total CPU time (s): 8.61664
#   total CPU user time (s): 8.53109
#   total CPU system time (s): 0.085547

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028804 second user time and 0.06761 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-06-29 00:33:15
IDJOB=4493745
IDBENCH=147871
IDSOLVER=3368
FILE ID=nodeC025/4493745-1751149995
RUNJOBID= nodeC025-1751145166-19822
SLURM_JOB_ID= 9587446
Free space on /tmp= 433044 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army10.14ls.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493745-1751149995/watcher-4493745-1751149995 -o /tmp/evaluation-result-4493745-1751149995/solver-4493745-1751149995 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751145166-19822 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4493745-1751149995.opb

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

MD5SUM BENCH= 531481e7cf3d0451843bb4aa5119dd25
RANDOM SEED=446143883

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        129010476 kB
MemAvailable:   128651780 kB
Buffers:            3280 kB
Cached:           445816 kB
SwapCached:            0 kB
Active:          1441468 kB
Inactive:         187732 kB
Active(anon):    1198188 kB
Inactive(anon):        0 kB
Active(file):     243280 kB
Inactive(file):   187732 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5536 kB
Writeback:             0 kB
AnonPages:       1180660 kB
Mapped:           127224 kB
Shmem:             18084 kB
KReclaimable:      86948 kB
Slab:             170812 kB
SReclaimable:      86948 kB
SUnreclaim:        83864 kB
KernelStack:        4352 kB
PageTables:         6040 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4839092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    305152 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433036 MiB
End job on nodeC025 at 2025-06-29 00:33:24