Trace number 4529735

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.00a2SAT 9.31792 9.38151

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

7.52/7.69	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4529735-1752253353.opb
7.52/7.69	c Solving mode: decision
7.52/7.69	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
7.52/7.69	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
7.52/7.69	c original problem has 316 variables (316 bin, 0 int, 0 impl, 0 cont) and 476 constraints
7.52/7.69	c presolving:
7.52/7.69	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
7.52/7.69	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
7.52/7.69	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
7.52/7.69	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
7.52/7.69	c    (0.1s) probing cycle finished: starting next cycle
7.52/7.69	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
7.52/7.69	c    (0.1s) symmetry computation finished: 3 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.00)
7.52/7.69	c dynamic symmetry handling statistics:
7.52/7.69	c    orbitopal reduction:       no components
7.52/7.69	c    orbital reduction:          1 components of sizes 3
7.52/7.69	c    lexicographic reduction:    3 permutations with support sizes 252, 288, 308
7.52/7.69	c handled 1 out of 1 symmetry components
7.52/7.69	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
7.52/7.69	c  8 deleted vars, 1120 deleted constraints, 908 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
7.52/7.69	c  0 implications, 2432 cliques
7.52/7.69	c presolved problem has 308 variables (308 bin, 0 int, 0 impl, 0 cont) and 264 constraints
7.52/7.69	c       2 constraints of type <knapsack>
7.52/7.69	c     154 constraints of type <setppc>
7.52/7.69	c     108 constraints of type <and>
7.52/7.69	c transformed objective value is always integral (scale: 1)
7.52/7.69	c Presolving Time: 0.08
7.52/7.69	c 
7.52/7.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.52/7.69	c   0.1s|     1 |     0 |   162 |     - |  9251k |   0 | 308 | 345 | 372 |   0 |  0 |  88 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.52/7.69	c   0.2s|     1 |     0 |   336 |     - |    10M |   0 | 308 | 372 | 425 |  53 |  1 |  92 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.52/7.69	c   0.2s|     1 |     0 |   376 |     - |    13M |   0 | 308 | 377 | 461 |  89 |  2 |  97 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.52/7.69	c   0.3s|     1 |     0 |   404 |     - |    18M |   0 | 308 | 382 | 482 | 110 |  3 | 102 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.52/7.69	c   0.4s|     1 |     0 |   470 |     - |    23M |   0 | 308 | 385 | 507 | 135 |  4 | 105 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.52/7.69	c   0.4s|     1 |     0 |   514 |     - |    25M |   0 | 308 | 389 | 539 | 167 |  5 | 109 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.52/7.69	c   0.5s|     1 |     0 |   576 |     - |    31M |   0 | 308 | 394 | 554 | 182 |  6 | 114 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.52/7.69	c   0.6s|     1 |     0 |   626 |     - |    38M |   0 | 308 | 398 | 581 | 209 |  7 | 118 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.52/7.69	c   0.7s|     1 |     0 |   682 |     - |    43M |   0 | 308 | 401 | 599 | 227 |  8 | 121 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.52/7.69	c   0.8s|     1 |     0 |   746 |     - |    51M |   0 | 308 | 407 | 617 | 245 |  9 | 127 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.52/7.69	c   0.8s|     1 |     0 |   794 |     - |    56M |   0 | 308 | 408 | 639 | 267 | 10 | 128 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.52/7.69	c   0.9s|     1 |     0 |   830 |     - |    56M |   0 | 308 | 412 | 609 | 285 | 11 | 132 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.52/7.69	c   1.0s|     1 |     2 |  1205 |     - |    56M |   0 | 308 | 418 | 609 | 285 | 11 | 139 |  10 | 0.000000e+00 |      --      |    Inf | unknown
7.52/7.69	c   1.7s|   100 |    13 |  4551 |  38.0 |    70M |  18 | 308 | 433 | 707 |1067 |  0 | 154 |  10 | 0.000000e+00 |      --      |    Inf |   0.76%
7.52/7.69	c   2.3s|   200 |    21 |  7850 |  35.5 |    77M |  20 | 308 | 457 | 721 |1658 |  0 | 182 |  10 | 0.000000e+00 |      --      |    Inf |   1.56%
7.52/7.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.52/7.69	c   3.1s|   300 |    31 | 11305 |  35.2 |    89M |  20 | 308 | 495 | 688 |2216 |  2 | 220 |  10 | 0.000000e+00 |      --      |    Inf |   2.97%
7.52/7.69	c   3.7s|   400 |    31 | 13915 |  32.9 |    99M |  20 | 308 | 515 | 704 |2657 |  2 | 240 |  10 | 0.000000e+00 |      --      |    Inf |   4.33%
7.52/7.69	c   4.0s|   500 |    29 | 16513 |  31.5 |   104M |  20 | 308 | 547 | 701 |3082 |  1 | 272 |  10 | 0.000000e+00 |      --      |    Inf |   5.12%
7.52/7.69	c   4.7s|   600 |    29 | 19106 |  30.6 |   108M |  20 | 308 | 573 | 699 |3618 |  2 | 298 |  10 | 0.000000e+00 |      --      |    Inf |   5.68%
7.52/7.69	c   4.9s|   700 |    29 | 21025 |  29.0 |   108M |  20 | 308 | 604 | 722 |3938 |  2 | 329 |  10 | 0.000000e+00 |      --      |    Inf |   5.77%
7.52/7.69	c   5.1s|   800 |    25 | 23586 |  28.5 |   108M |  20 | 308 | 613 | 685 |4251 |  0 | 338 |  10 | 0.000000e+00 |      --      |    Inf |   6.07%
7.52/7.69	c   5.4s|   900 |    25 | 25357 |  27.3 |   108M |  20 | 308 | 637 | 697 |4623 |  1 | 362 |  10 | 0.000000e+00 |      --      |    Inf |   6.48%
7.52/7.69	c   5.9s|  1000 |    29 | 27997 |  27.2 |   109M |  20 | 308 | 654 | 692 |5062 |  0 | 379 |  10 | 0.000000e+00 |      --      |    Inf |   6.79%
7.52/7.69	c   6.2s|  1100 |    29 | 30141 |  26.7 |   110M |  20 | 308 | 671 |   0 |5399 |  0 | 396 |  10 | 0.000000e+00 |      --      |    Inf |   7.21%
7.52/7.69	c   6.5s|  1200 |    29 | 32348 |  26.3 |   110M |  20 | 308 | 679 | 697 |5691 |  0 | 404 |  10 | 0.000000e+00 |      --      |    Inf |   7.49%
7.52/7.69	c   7.0s|  1300 |    35 | 34533 |  26.0 |   110M |  20 | 308 | 683 | 690 |6105 |  0 | 408 |  10 | 0.000000e+00 |      --      |    Inf |   7.82%
7.52/7.69	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
7.52/7.69	c (run 1, node 1350) performing user restart
7.52/7.69	c 
7.52/7.69	c (restart) converted 88 cuts from the global cut pool into linear constraints
7.52/7.69	c 
7.52/7.69	c presolving:
7.52/7.69	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
7.52/7.69	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
7.52/7.69	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
7.52/7.69	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
7.52/7.69	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
7.52/7.69	c presolving (6 rounds: 6 fast, 5 medium, 4 exhaustive):
7.52/7.69	c  0 deleted vars, 28 deleted constraints, 16 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 216 changed coefficients
7.52/7.69	c  0 implications, 2432 cliques
7.52/7.69	c presolved problem has 308 variables (308 bin, 0 int, 0 impl, 0 cont) and 771 constraints
7.52/7.69	c       2 constraints of type <knapsack>
7.52/7.69	c     255 constraints of type <setppc>
7.52/7.69	c     108 constraints of type <and>
7.52/7.69	c       3 constraints of type <linear>
7.52/7.69	c     403 constraints of type <logicor>
7.52/7.69	c transformed objective value is always integral (scale: 1)
7.52/7.69	c Presolving Time: 0.12
7.52/7.69	c 
7.52/7.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.52/7.69	c   7.2s|     1 |     0 | 35760 |     - |   106M |   0 | 308 | 766 | 470 |   0 |  0 | 426 |  10 | 0.000000e+00 |      --      |    Inf | unknown
7.52/7.69	c   7.3s|     1 |     0 | 35821 |     - |   108M |   0 | 308 | 796 | 507 |  37 |  1 | 431 |  10 | 0.000000e+00 |      --      |    Inf | unknown
9.21/9.33	c   7.3s|     1 |     0 | 35866 |     - |   109M |   0 | 308 | 797 | 539 |  69 |  2 | 432 |  10 | 0.000000e+00 |      --      |    Inf | unknown
9.21/9.33	c   7.4s|     1 |     0 | 35916 |     - |   112M |   0 | 308 | 801 | 555 |  85 |  3 | 436 |  10 | 0.000000e+00 |      --      |    Inf | unknown
9.21/9.33	c   7.4s|     1 |     0 | 35945 |     - |   115M |   0 | 308 | 806 | 584 | 114 |  4 | 441 |  10 | 0.000000e+00 |      --      |    Inf | unknown
9.21/9.33	c   7.5s|     1 |     0 | 35969 |     - |   117M |   0 | 308 | 809 | 588 | 118 |  5 | 444 |  10 | 0.000000e+00 |      --      |    Inf | unknown
9.21/9.33	c   7.5s|     1 |     0 | 36018 |     - |   119M |   0 | 308 | 810 | 593 | 123 |  6 | 445 |  10 | 0.000000e+00 |      --      |    Inf | unknown
9.21/9.33	c   7.6s|     1 |     0 | 36079 |     - |   120M |   0 | 308 | 815 | 617 | 147 |  7 | 450 |  10 | 0.000000e+00 |      --      |    Inf | unknown
9.21/9.33	c   7.6s|     1 |     0 | 36119 |     - |   122M |   0 | 308 | 820 | 628 | 158 |  8 | 455 |  10 | 0.000000e+00 |      --      |    Inf | unknown
9.21/9.33	c   7.7s|     1 |     0 | 36183 |     - |   122M |   0 | 308 | 823 | 642 | 172 |  9 | 458 |  10 | 0.000000e+00 |      --      |    Inf | unknown
9.21/9.33	c   7.7s|     1 |     0 | 36218 |     - |   124M |   0 | 308 | 826 | 650 | 180 | 10 | 462 |  10 | 0.000000e+00 |      --      |    Inf | unknown
9.21/9.33	c   7.8s|     1 |     0 | 36291 |     - |   124M |   0 | 308 | 826 | 663 | 193 | 11 | 464 |  10 | 0.000000e+00 |      --      |    Inf | unknown
9.21/9.33	c   7.8s|     1 |     2 | 36594 |     - |   124M |   0 | 308 | 837 | 663 | 193 | 11 | 480 |  21 | 0.000000e+00 |      --      |    Inf | unknown
9.21/9.33	c   8.6s|   100 |    27 | 43925 |  29.3 |   125M |  17 | 308 | 913 | 701 |1079 |  2 | 556 |  21 | 0.000000e+00 |      --      |    Inf |   4.29%
9.21/9.33	c   8.8s|   200 |    29 | 47907 |  30.0 |   125M |  17 | 308 | 951 | 694 |1754 |  1 | 594 |  21 | 0.000000e+00 |      --      |    Inf |   4.79%
9.21/9.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
9.21/9.33	c * 9.0s|   225 |     0 | 48484 |  29.9 |    LP  |  18 | 308 | 955 | 608 |1853 |  2 | 598 |  21 | 0.000000e+00 | 0.000000e+00 |   0.00%|  99.96%
9.21/9.33	c 
9.21/9.33	c SCIP Status        : problem is solved [optimal solution found]
9.21/9.33	c Solving Time (sec) : 8.97
9.21/9.33	c Solving Nodes      : 225 (total of 1575 nodes in 2 runs)
9.21/9.33	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
9.21/9.33	c Dual Bound         : +0.00000000000000e+00
9.21/9.33	c Gap                : 0.00 %
9.21/9.33	c All original constraints are satisfied.
9.21/9.33	c SCIP's best solution is verified feasible for the original problem.
9.21/9.33	c SCIP found a feasible solution.
9.21/9.33	s SATISFIABLE
9.21/9.33	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: 63794 MiB (62686 MiB free)
  memory of node 1: 64507 MiB (62857 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4529735-1752253353/watcher-4529735-1752253353 -o /tmp/evaluation-result-4529735-1752253353/solver-4529735-1752253353 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1752253269-119227 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4529735-1752253353.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=119448, runsolver pid=119445

[startup+0.100099 s]*
/proc/loadavg: 3.28 2.69 2.97 5/256 119453
/proc/meminfo: memFree=128556560/131382112 swapFree=33010416/33010684
[pid=119448] ppid=119445 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/119448/stat : 119448 (scip-naps-1.00a) S 119445 119448 119216 0 -1 4194304 259 317 0 0 0 0 0 0 20 0 1 0 141015030 4292608 768 18446744073709551615 94578629169152 94578630063685 140726607174112 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578630302736 94578630350480 94578640732160 140726607178139 140726607178238 140726607178238 140726607183842 0
/proc/119448/statm: 1048 768 704 219 0 110 0
[pid=119453] ppid=119448 vsize=19328 memory=14464 CPUtime=0.07 cores=4,6
/proc/119453/stat : 119453 (python3) R 119448 119448 119216 0 -1 4194304 1892 0 0 0 6 1 0 0 20 0 1 0 141015033 19791872 3616 18446744073709551615 94853326540800 94853326541177 140730528644096 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94853326552472 94853326553092 94853336547328 140730528651599 140730528651808 140730528651808 140730528657383 0
/proc/119453/statm: 4832 3616 2016 1 0 1586 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 23520 KiB
Current children cumulated memory: 17536 KiB

[startup+0.213505 s]*
/proc/loadavg: 3.28 2.69 2.97 6/256 119453
/proc/meminfo: memFree=128551304/131382112 swapFree=33010416/33010684
[pid=119448] ppid=119445 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/119448/stat : 119448 (scip-naps-1.00a) S 119445 119448 119216 0 -1 4194304 259 317 0 0 0 0 0 0 20 0 1 0 141015030 4292608 768 18446744073709551615 94578629169152 94578630063685 140726607174112 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578630302736 94578630350480 94578640732160 140726607178139 140726607178238 140726607178238 140726607183842 0
/proc/119448/statm: 1048 768 704 219 0 110 0
[pid=119453] ppid=119448 vsize=1186972 memory=31756 CPUtime=0.18 cores=4,6
/proc/119453/stat : 119453 (python3) R 119448 119448 119216 0 -1 4194304 3726 0 0 0 16 2 0 0 20 0 1 0 141015033 1215459328 7939 18446744073709551615 94853326540800 94853326541177 140730528644096 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94853326552472 94853326553092 94853336547328 140730528651599 140730528651808 140730528651808 140730528657383 0
/proc/119453/statm: 296743 7939 4842 1 0 268765 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 1191164 KiB
Current children cumulated memory: 34828 KiB

[startup+0.31349 s]*
/proc/loadavg: 3.28 2.69 2.97 5/256 119453
/proc/meminfo: memFree=128546516/131382112 swapFree=33010416/33010684
[pid=119448] ppid=119445 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/119448/stat : 119448 (scip-naps-1.00a) S 119445 119448 119216 0 -1 4194304 259 317 0 0 0 0 0 0 20 0 1 0 141015030 4292608 768 18446744073709551615 94578629169152 94578630063685 140726607174112 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578630302736 94578630350480 94578640732160 140726607178139 140726607178238 140726607178238 140726607183842 0
/proc/119448/statm: 1048 768 704 219 0 110 0
[pid=119453] ppid=119448 vsize=1194128 memory=38796 CPUtime=0.27 cores=4,6
/proc/119453/stat : 119453 (python3) R 119448 119448 119216 0 -1 4194304 4904 0 0 0 24 3 0 0 20 0 1 0 141015033 1222787072 9699 18446744073709551615 94853326540800 94853326541177 140730528644096 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94853326552472 94853326553092 94853336547328 140730528651599 140730528651808 140730528651808 140730528657383 0
/proc/119453/statm: 298532 9699 5514 1 0 269890 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1198320 KiB
Current children cumulated memory: 41868 KiB

[startup+0.700365 s]
/proc/loadavg: 3.28 2.69 2.97 5/256 119453
/proc/meminfo: memFree=128529380/131382112 swapFree=33010416/33010684
[pid=119448] ppid=119445 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/119448/stat : 119448 (scip-naps-1.00a) S 119445 119448 119216 0 -1 4194304 259 317 0 0 0 0 0 0 20 0 1 0 141015030 4292608 768 18446744073709551615 94578629169152 94578630063685 140726607174112 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578630302736 94578630350480 94578640732160 140726607178139 140726607178238 140726607178238 140726607183842 0
/proc/119448/statm: 1048 768 704 219 0 110 0
[pid=119453] ppid=119448 vsize=1218068 memory=69900 CPUtime=0.64 cores=4,6
/proc/119453/stat : 119453 (python3) R 119448 119448 119216 0 -1 4194304 10278 0 0 0 59 5 0 0 20 0 1 0 141015033 1247301632 17475 18446744073709551615 94853326540800 94853326541177 140730528644096 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94853326552472 94853326553092 94853336547328 140730528651599 140730528651808 140730528651808 140730528657383 0
/proc/119453/statm: 304517 17475 8106 1 0 275875 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 1222260 KiB
Current children cumulated memory: 72972 KiB

[startup+1.50042 s]
/proc/loadavg: 3.28 2.69 2.97 5/256 119453
/proc/meminfo: memFree=128505200/131382112 swapFree=33010416/33010684
[pid=119448] ppid=119445 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/119448/stat : 119448 (scip-naps-1.00a) S 119445 119448 119216 0 -1 4194304 259 317 0 0 0 0 0 0 20 0 1 0 141015030 4292608 768 18446744073709551615 94578629169152 94578630063685 140726607174112 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578630302736 94578630350480 94578640732160 140726607178139 140726607178238 140726607178238 140726607183842 0
/proc/119448/statm: 1048 768 704 219 0 110 0
[pid=119453] ppid=119448 vsize=1260160 memory=109452 CPUtime=1.44 cores=4,6
/proc/119453/stat : 119453 (python3) R 119448 119448 119216 0 -1 4194304 20158 0 0 0 137 7 0 0 20 0 1 0 141015033 1290403840 27363 18446744073709551615 94853326540800 94853326541177 140730528644096 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94853326552472 94853326553092 94853336547328 140730528651599 140730528651808 140730528651808 140730528657383 0
/proc/119453/statm: 315040 27363 8106 1 0 286398 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 1264352 KiB
Current children cumulated memory: 112524 KiB

[startup+3.11292 s]
/proc/loadavg: 3.42 2.72 2.98 5/256 119453
/proc/meminfo: memFree=128465132/131382112 swapFree=33010416/33010684
[pid=119448] ppid=119445 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/119448/stat : 119448 (scip-naps-1.00a) S 119445 119448 119216 0 -1 4194304 259 317 0 0 0 0 0 0 20 0 1 0 141015030 4292608 768 18446744073709551615 94578629169152 94578630063685 140726607174112 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578630302736 94578630350480 94578640732160 140726607178139 140726607178238 140726607178238 140726607183842 0
/proc/119448/statm: 1048 768 704 219 0 110 0
[pid=119453] ppid=119448 vsize=1279368 memory=126860 CPUtime=3.05 cores=4,6
/proc/119453/stat : 119453 (python3) R 119448 119448 119216 0 -1 4194304 24514 0 0 0 297 8 0 0 20 0 1 0 141015033 1310072832 31715 18446744073709551615 94853326540800 94853326541177 140730528644096 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94853326552472 94853326553092 94853336547328 140730528651599 140730528651808 140730528651808 140730528657383 0
/proc/119453/statm: 319842 31715 8106 1 0 291200 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 1283560 KiB
Current children cumulated memory: 129932 KiB

[startup+6.30039 s]
/proc/loadavg: 3.42 2.72 2.98 5/256 119453
/proc/meminfo: memFree=128437752/131382112 swapFree=33010416/33010684
[pid=119448] ppid=119445 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/119448/stat : 119448 (scip-naps-1.00a) S 119445 119448 119216 0 -1 4194304 259 317 0 0 0 0 0 0 20 0 1 0 141015030 4292608 768 18446744073709551615 94578629169152 94578630063685 140726607174112 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578630302736 94578630350480 94578640732160 140726607178139 140726607178238 140726607178238 140726607183842 0
/proc/119448/statm: 1048 768 704 219 0 110 0
[pid=119453] ppid=119448 vsize=1312308 memory=156940 CPUtime=6.23 cores=4,6
/proc/119453/stat : 119453 (python3) R 119448 119448 119216 0 -1 4194304 32041 0 0 0 614 9 0 0 20 0 1 0 141015033 1343803392 39235 18446744073709551615 94853326540800 94853326541177 140730528644096 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94853326552472 94853326553092 94853336547328 140730528651599 140730528651808 140730528651808 140730528657383 0
/proc/119453/statm: 328077 39235 8106 1 0 299435 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 1316500 KiB
Current children cumulated memory: 160012 KiB

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

# cumulated CPU time of all completed processes:  user=9.20022 s, system=0.117705 s

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

[startup+6.40041 s]
/proc/loadavg: 3.42 2.72 2.98 5/256 119453
/proc/meminfo: memFree=128437752/131382112 swapFree=33010416/33010684
[pid=119448] ppid=119445 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/119448/stat : 119448 (scip-naps-1.00a) S 119445 119448 119216 0 -1 4194304 259 317 0 0 0 0 0 0 20 0 1 0 141015030 4292608 768 18446744073709551615 94578629169152 94578630063685 140726607174112 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578630302736 94578630350480 94578640732160 140726607178139 140726607178238 140726607178238 140726607183842 0
/proc/119448/statm: 1048 768 704 219 0 110 0
[pid=119453] ppid=119448 vsize=1312308 memory=156940 CPUtime=6.32 cores=4,6
/proc/119453/stat : 119453 (python3) R 119448 119448 119216 0 -1 4194304 32042 0 0 0 623 9 0 0 20 0 1 0 141015033 1343803392 39235 18446744073709551615 94853326540800 94853326541177 140730528644096 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94853326552472 94853326553092 94853336547328 140730528651599 140730528651808 140730528651808 140730528657383 0
/proc/119453/statm: 328077 39235 8106 1 0 299435 0
Current children cumulated CPU time: 6.32 s
Current children cumulated vsize: 1316500 KiB
Current children cumulated memory: 160012 KiB

[startup+8.00035 s]*
/proc/loadavg: 3.47 2.75 2.99 5/256 119453
/proc/meminfo: memFree=128438132/131382112 swapFree=33010416/33010684
[pid=119448] ppid=119445 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/119448/stat : 119448 (scip-naps-1.00a) S 119445 119448 119216 0 -1 4194304 259 317 0 0 0 0 0 0 20 0 1 0 141015030 4292608 768 18446744073709551615 94578629169152 94578630063685 140726607174112 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578630302736 94578630350480 94578640732160 140726607178139 140726607178238 140726607178238 140726607183842 0
/proc/119448/statm: 1048 768 704 219 0 110 0
[pid=119453] ppid=119448 vsize=1320656 memory=166924 CPUtime=7.93 cores=4,6
/proc/119453/stat : 119453 (python3) R 119448 119448 119216 0 -1 4194304 34525 0 0 0 784 9 0 0 20 0 1 0 141015033 1352351744 41731 18446744073709551615 94853326540800 94853326541177 140730528644096 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94853326552472 94853326553092 94853336547328 140730528651599 140730528651808 140730528651808 140730528657383 0
/proc/119453/statm: 330164 41731 8106 1 0 301522 0
Current children cumulated CPU time: 7.93 s
Current children cumulated vsize: 1324848 KiB
Current children cumulated memory: 169996 KiB

[startup+8.80036 s]
/proc/loadavg: 3.47 2.75 2.99 5/256 119453
/proc/meminfo: memFree=128438132/131382112 swapFree=33010416/33010684
[pid=119448] ppid=119445 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/119448/stat : 119448 (scip-naps-1.00a) S 119445 119448 119216 0 -1 4194304 259 317 0 0 0 0 0 0 20 0 1 0 141015030 4292608 768 18446744073709551615 94578629169152 94578630063685 140726607174112 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578630302736 94578630350480 94578640732160 140726607178139 140726607178238 140726607178238 140726607183842 0
/proc/119448/statm: 1048 768 704 219 0 110 0
[pid=119453] ppid=119448 vsize=1327696 memory=174348 CPUtime=8.71 cores=4,6
/proc/119453/stat : 119453 (python3) R 119448 119448 119216 0 -1 4194304 36399 0 0 0 862 9 0 0 20 0 1 0 141015033 1359560704 43587 18446744073709551615 94853326540800 94853326541177 140730528644096 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94853326552472 94853326553092 94853336547328 140730528651599 140730528651808 140730528651808 140730528657383 0
/proc/119453/statm: 331924 43587 8106 1 0 303282 0
Current children cumulated CPU time: 8.71 s
Current children cumulated vsize: 1331888 KiB
Current children cumulated memory: 177420 KiB

[startup+9.20034 s]
/proc/loadavg: 3.47 2.75 2.99 5/256 119453
/proc/meminfo: memFree=128437844/131382112 swapFree=33010416/33010684
[pid=119448] ppid=119445 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/119448/stat : 119448 (scip-naps-1.00a) S 119445 119448 119216 0 -1 4194304 259 317 0 0 0 0 0 0 20 0 1 0 141015030 4292608 768 18446744073709551615 94578629169152 94578630063685 140726607174112 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578630302736 94578630350480 94578640732160 140726607178139 140726607178238 140726607178238 140726607183842 0
/proc/119448/statm: 1048 768 704 219 0 110 0
[pid=119453] ppid=119448 vsize=1327696 memory=174604 CPUtime=9.11 cores=4,6
/proc/119453/stat : 119453 (python3) R 119448 119448 119216 0 -1 4194304 36451 0 0 0 902 9 0 0 20 0 1 0 141015033 1359560704 43651 18446744073709551615 94853326540800 94853326541177 140730528644096 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94853326552472 94853326553092 94853336547328 140730528651599 140730528651808 140730528651808 140730528657383 0
/proc/119453/statm: 331924 43651 8106 1 0 303282 0
Current children cumulated CPU time: 9.11 s
Current children cumulated vsize: 1331888 KiB
Current children cumulated memory: 177676 KiB

[startup+9.30038 s]
/proc/loadavg: 3.47 2.75 2.99 5/256 119453
/proc/meminfo: memFree=128437844/131382112 swapFree=33010416/33010684
[pid=119448] ppid=119445 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/119448/stat : 119448 (scip-naps-1.00a) S 119445 119448 119216 0 -1 4194304 259 317 0 0 0 0 0 0 20 0 1 0 141015030 4292608 768 18446744073709551615 94578629169152 94578630063685 140726607174112 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578630302736 94578630350480 94578640732160 140726607178139 140726607178238 140726607178238 140726607183842 0
/proc/119448/statm: 1048 768 704 219 0 110 0
[pid=119453] ppid=119448 vsize=1327696 memory=174604 CPUtime=9.21 cores=4,6
/proc/119453/stat : 119453 (python3) R 119448 119448 119216 0 -1 4194304 36451 0 0 0 912 9 0 0 20 0 1 0 141015033 1359560704 43651 18446744073709551615 94853326540800 94853326541177 140730528644096 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94853326552472 94853326553092 94853336547328 140730528651599 140730528651808 140730528651808 140730528657383 0
/proc/119453/statm: 331924 43651 8106 1 0 303282 0
Current children cumulated CPU time: 9.21 s
Current children cumulated vsize: 1331888 KiB
Current children cumulated memory: 177676 KiB

Child status: 0

Real time (s): 9.38151
CPU time (s): 9.31792
CPU user time (s): 9.20022
CPU system time (s): 0.117705
CPU usage (%): 99.3222
Max. virtual memory (cumulated for all children) (KiB): 1331888
Max. memory (cumulated for all children) (KiB): 177676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.20022
system time used= 0.117705
maximum resident set size= 175756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37120
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= 350
involuntary context switches= 21


# summary of solver processes directly reported to runsolver:
#   pid: 119448
#   total CPU time (s): 9.31792
#   total CPU user time (s): 9.20022
#   total CPU system time (s): 0.117705

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.080865 second user time and 0.158322 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-11 19:02:33
IDJOB=4529735
IDBENCH=147871
IDSOLVER=3388
FILE ID=nodeC012/4529735-1752253353
RUNJOBID= nodeC012-1752253269-119227
SLURM_JOB_ID= 9682583
Free space on /tmp= 431552 MiB

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

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

MD5SUM BENCH= 531481e7cf3d0451843bb4aa5119dd25
RANDOM SEED=1347479233

nodeC012 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		: 3660.550
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.39
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		: 3491.969
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.39
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.038
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.39
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		: 3700.000
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.39
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		: 1197.612
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.39
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.211
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.39
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.164
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.39
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		: 1198.185
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        128556976 kB
MemAvailable:   129312764 kB
Buffers:            2136 kB
Cached:          1552540 kB
SwapCached:           16 kB
Active:          1282600 kB
Inactive:         928560 kB
Active(anon):     669480 kB
Inactive(anon):     4948 kB
Active(file):     613120 kB
Inactive(file):   923612 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5516 kB
Writeback:             0 kB
AnonPages:        659588 kB
Mapped:           128456 kB
Shmem:             17944 kB
KReclaimable:     116980 kB
Slab:             206004 kB
SReclaimable:     116980 kB
SUnreclaim:        89024 kB
KernelStack:        4096 kB
PageTables:         5152 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    4269736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149480 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431548 MiB
End job on nodeC012 at 2025-07-11 19:02:43