Trace number 4517871

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 NameAnswerobjective functionCPU timeWall clock time
SCIP-NaPS 1.00a1OPT12 29.0595 29.1921

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=14-t=2.opb
MD5SUM0eb4af5d9d6a7991e65a6bdba739f56a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.372509
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables329
Total number of constraints16786
Number of constraints which are clauses16772
Number of constraints which are cardinality constraints (but not clauses)14
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint15
Number of terms in the objective function 14
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 14
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

28.96/29.14	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --opt HOME/instance-4517871-1751526516.opb
28.96/29.14	c Solving mode: optimization
28.96/29.14	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
28.96/29.14	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
28.96/29.14	c original problem has 329 variables (329 bin, 0 int, 0 impl, 0 cont) and 16786 constraints
28.96/29.14	c presolving:
28.96/29.14	c (round 1, fast)       14 del vars, 14 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 14 clqs
28.96/29.14	c (round 2, exhaustive) 14 del vars, 14 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16772 upgd conss, 0 impls, 14 clqs
28.96/29.14	c    (0.3s) probing: 51/315 (16.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
28.96/29.14	c    (0.3s) probing aborted: 50/50 successive totally useless probings
28.96/29.14	c    (0.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
28.96/29.14	c    (0.7s) symmetry computation finished: 26 generators found (max: 1500, log10 of symmetry group size: 20.0) (symcode time: 0.12)
28.96/29.14	c dynamic symmetry handling statistics:
28.96/29.14	c    orbitopal reduction:       no components
28.96/29.14	c    orbital reduction:          1 components of sizes 26
28.96/29.14	c    lexicographic reduction:   26 permutations with support sizes 54, 30, 54, 30, 54, 30, 54, 30, 54, 30, 54, 30, 54, 30, 54, 30, 54, 30, 54, 30, 54, 30, 54, 30, 54, 30
28.96/29.14	c handled 1 out of 1 symmetry components
28.96/29.14	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
28.96/29.14	c  14 deleted vars, 14 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
28.96/29.14	c  0 implications, 14 cliques
28.96/29.14	c presolved problem has 315 variables (315 bin, 0 int, 0 impl, 0 cont) and 16772 constraints
28.96/29.14	c      14 constraints of type <setppc>
28.96/29.14	c   16758 constraints of type <logicor>
28.96/29.14	c transformed objective value is always integral (scale: 1)
28.96/29.14	c Presolving Time: 0.63
28.96/29.14	c 
28.96/29.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
28.96/29.14	c p 0.7s|     1 |     0 |     0 |     - |  clique|   0 | 315 |  16k|  16k|   0 |  0 |   0 |   0 | 0.000000e+00 | 1.300000e+01 |    Inf | unknown
28.96/29.14	c p 0.8s|     1 |     0 |     2 |     - | vbounds|   0 | 315 |  16k|  16k|   0 |  0 |  10 |   0 | 0.000000e+00 | 1.200000e+01 |    Inf | unknown
28.96/29.14	c   0.8s|     1 |     0 |   345 |     - |   108M |   0 | 315 |  16k|  16k|   0 |  0 |  10 |   0 | 0.000000e+00 | 1.200000e+01 |    Inf | unknown
28.96/29.14	c   1.7s|     1 |     0 |   407 |     - |   112M |   0 | 315 |  16k|  16k|  10 |  1 |  12 |   0 | 0.000000e+00 | 1.200000e+01 |    Inf | unknown
28.96/29.14	c   1.9s|     1 |     0 |   439 |     - |   116M |   0 | 315 |  16k|  16k|  16 |  2 |  15 |   0 | 0.000000e+00 | 1.200000e+01 |    Inf | unknown
28.96/29.14	c   2.1s|     1 |     0 |   459 |     - |   121M |   0 | 315 |  16k|  16k|  18 |  3 |  16 |   0 | 0.000000e+00 | 1.200000e+01 |    Inf | unknown
28.96/29.14	c   2.3s|     1 |     0 |   482 |     - |   125M |   0 | 315 |  16k|  16k|  22 |  4 |  17 |   0 | 0.000000e+00 | 1.200000e+01 |    Inf | unknown
28.96/29.14	c   2.5s|     1 |     0 |   503 |     - |   130M |   0 | 315 |  16k|  16k|  24 |  5 |  19 |   0 | 0.000000e+00 | 1.200000e+01 |    Inf | unknown
28.96/29.14	c   2.8s|     1 |     0 |   531 |     - |   135M |   0 | 315 |  16k|  16k|  27 |  6 |  20 |   0 | 0.000000e+00 | 1.200000e+01 |    Inf | unknown
28.96/29.14	c   3.0s|     1 |     0 |   548 |     - |   141M |   0 | 315 |  16k|  16k|  28 |  7 |  22 |   0 | 0.000000e+00 | 1.200000e+01 |    Inf | unknown
28.96/29.14	c   3.1s|     1 |     0 |   580 |     - |   144M |   0 | 315 |  16k|  16k|  34 |  8 |  23 |   0 | 0.000000e+00 | 1.200000e+01 |    Inf | unknown
28.96/29.14	c   3.4s|     1 |     0 |   610 |     - |   148M |   0 | 315 |  16k|  16k|  37 |  9 |  24 |   0 | 0.000000e+00 | 1.200000e+01 |    Inf | unknown
28.96/29.14	c   3.5s|     1 |     0 |   649 |     - |   154M |   0 | 315 |  16k|  16k|  40 | 10 |  24 |   0 | 0.000000e+00 | 1.200000e+01 |    Inf | unknown
28.96/29.14	c   3.5s|     1 |     0 |   675 |     - |   156M |   0 | 315 |  16k|  16k|  44 | 11 |  25 |   0 | 0.000000e+00 | 1.200000e+01 |    Inf | unknown
28.96/29.14	c   4.4s|     1 |     2 |  1488 |     - |   156M |   0 | 315 |  16k|  16k|  44 | 11 |  29 |  47 | 0.000000e+00 | 1.200000e+01 |    Inf | unknown
28.96/29.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
28.96/29.14	c  13.2s|   100 |    14 |  6919 |  63.1 |   167M |  17 | 315 |  16k|  16k|  87 |  1 | 230 | 816 | 0.000000e+00 | 1.200000e+01 |    Inf |  64.02%
28.96/29.14	c r15.4s|   135 |    16 |  7858 |  53.6 |shifting|  17 | 315 |  16k|  16k| 119 |  2 | 266 | 907 | 1.000000e+00 | 1.200000e+01 |1100.00%|  67.14%
28.96/29.14	c  20.6s|   200 |    11 |  9896 |  46.3 |   177M |  17 | 315 |  16k|  16k| 213 |  2 | 362 |1121 | 6.000000e+00 | 1.200000e+01 | 100.00%|  81.77%
28.96/29.14	c  23.6s|   300 |    30 | 11423 |  36.0 |   179M |  22 | 315 |  17k|  16k| 239 |  1 | 442 |1264 | 8.000000e+00 | 1.200000e+01 |  50.00%|  87.43%
28.96/29.14	c  25.2s|   400 |    51 | 12961 |  30.8 |   180M |  26 | 315 |  17k|  16k| 254 |  1 | 551 |1375 | 8.000000e+00 | 1.200000e+01 |  50.00%|  87.45%
28.96/29.14	c  26.6s|   500 |    59 | 14140 |  27.0 |   178M |  26 | 315 |  17k|  16k| 268 |  0 | 650 |1440 | 8.000000e+00 | 1.200000e+01 |  50.00%|  87.50%
28.96/29.14	c  27.0s|   600 |    64 | 14743 |  23.5 |   178M |  26 | 315 |  17k|   0 | 270 |  0 | 710 |1449 | 8.000000e+00 | 1.200000e+01 |  50.00%|  87.50%
28.96/29.14	c  27.6s|   700 |    59 | 15269 |  20.9 |   178M |  26 | 315 |  17k|  16k| 273 |  1 | 783 |1462 | 8.000000e+00 | 1.200000e+01 |  50.00%|  87.55%
28.96/29.14	c  28.0s|   800 |    47 | 15659 |  18.8 |   178M |  26 | 315 |  17k|  16k| 276 |  1 | 845 |1469 | 8.000000e+00 | 1.200000e+01 |  50.00%|  88.74%
28.96/29.14	c  28.3s|   900 |    17 | 15976 |  17.0 |   178M |  26 | 315 |  17k|  16k| 277 |  0 | 917 |1470 | 1.000000e+01 | 1.200000e+01 |  20.00%|  94.08%
28.96/29.14	c 
28.96/29.14	c SCIP Status        : problem is solved [optimal solution found]
28.96/29.14	c Solving Time (sec) : 28.64
28.96/29.14	c Solving Nodes      : 931
28.96/29.14	c Primal Bound       : +1.20000000000000e+01 (63 solutions)
28.96/29.14	c Dual Bound         : +1.20000000000000e+01
28.96/29.14	c Gap                : 0.00 %
28.96/29.14	c All original constraints are satisfied.
28.96/29.14	c SCIP's best solution is verified feasible for the original problem.
28.96/29.14	c SCIP found an optimal solution.
28.96/29.14	o 12
28.96/29.14	s OPTIMUM FOUND
28.96/29.14	v x92 x93 x94 x95 -x96 x97 x98 x99 x100 -x101 x102 x103 x104 x105 -x106 -x120 -x134 -x148 -x162 -x176 -x190 -x204 -x218 -x232 -x246 -x260 -x274 -x288 -x107 -x121 -x135 -x149 -x163 -x177 -x191 -x205 -x219 -x233 -x247 -x261 -x275 -x289 -x108 -x122 -x136 -x150 -x164 -x178 -x192 -x206 -x220 -x234 -x248 -x262 -x276 -x290 -x109 -x123 -x137 -x151 -x165 -x179 -x193 -x207 -x221 -x235 -x249 -x263 -x277 -x291 -x110 -x124 -x138 -x152 -x166 -x180 -x194 -x208 -x222 -x236 -x250 -x264 -x278 x292 -x111 -x125 -x139 -x153 -x167 -x181 -x195 -x209 -x223 -x237 -x251 -x265 -x279 -x293 -x112 -x126 -x140 -x154 -x168 -x182 -x196 -x210 -x224 -x238 -x252 -x266 -x280 -x294 -x113 -x127 -x141 -x155 -x169 -x183 -x197 -x211 -x225 -x239 -x253 -x267 -x281 -x295 -x114 -x128 -x142 -x156 -x170 -x184 -x198 -x212 -x226 -x240 -x254 -x268 -x282 -x296 -x115 -x129 -x143 -x157 -x171 -x185 -x199 -x213 -x227 x241 -x255 -x269 -x283 -x297 -x116 -x130 -x144 -x158 -x172 -x186 -x200 -x214 -x228 -x242 -x256 -x270 -x284 -x298 -x117 -x131 -x145 -x159 -x173 -x187 -x201 -x215 -x229 -x243 -x257 -x271 -x285 -x299 -x118 -x132 -x146 -x160 -x174 -x188 -x202 -x216 -x230 -x244 -x258 -x272 -x286 -x300 -x119 -x133 -x147 -x161 -x175 -x189 -x203 -x217 -x231 -x245 -x259 -x273 -x287 -x301 -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 -x90 x91 x302 -x303 x304 -x305 x306 -x307 x308 -x309 x310 -x311 x312 -x313 x314 -x315 -x316 x317 -x318 x319 -x320 x321 x322 -x323 -x324 x325 -x326 x327 x328 -x329

Verifier Data

OK	12

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 (61586 MiB free)
  memory of node 1: 64507 MiB (61687 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517871-1751526516/watcher-4517871-1751526516 -o /tmp/evaluation-result-4517871-1751526516/solver-4517871-1751526516 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751522701-77803 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4517871-1751526516.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100068 s]*
/proc/loadavg: 4.07 4.10 4.09 5/255 79050
/proc/meminfo: memFree=126224976/131382116 swapFree=33010684/33010684
[pid=79045] ppid=79042 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/79045/stat : 79045 (scip-naps-1.00.) S 79042 79045 77790 0 -1 4194304 257 343 0 0 0 0 0 0 20 0 1 0 68331300 4292608 736 18446744073709551615 94558040797184 94558041691717 140727756472864 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94558041930768 94558041978512 94558056382464 140727756478881 140727756478978 140727756478978 140727756484580 0
/proc/79045/statm: 1048 736 672 219 0 110 0
[pid=79050] ppid=79045 vsize=19280 memory=14336 CPUtime=0.07 cores=5,7
/proc/79050/stat : 79050 (python3) R 79045 79045 77790 0 -1 4194304 1875 0 0 0 7 0 0 0 20 0 1 0 68331303 19742720 3584 18446744073709551615 94220822708224 94220822708601 140721931651552 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94220822719896 94220822720516 94220852662272 140721931659623 140721931659810 140721931659810 140721931665383 0
/proc/79050/statm: 4820 3584 2016 1 0 1574 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 23472 KiB
Current children cumulated memory: 17280 KiB

[startup+0.213833 s]*
/proc/loadavg: 4.07 4.10 4.09 5/255 79050
/proc/meminfo: memFree=126219432/131382116 swapFree=33010684/33010684
[pid=79045] ppid=79042 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/79045/stat : 79045 (scip-naps-1.00.) S 79042 79045 77790 0 -1 4194304 257 343 0 0 0 0 0 0 20 0 1 0 68331300 4292608 736 18446744073709551615 94558040797184 94558041691717 140727756472864 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94558041930768 94558041978512 94558056382464 140727756478881 140727756478978 140727756478978 140727756484580 0
/proc/79045/statm: 1048 736 672 219 0 110 0
[pid=79050] ppid=79045 vsize=1186920 memory=31784 CPUtime=0.17 cores=5,7
/proc/79050/stat : 79050 (python3) R 79045 79045 77790 0 -1 4194304 3720 0 0 0 16 1 0 0 20 0 1 0 68331303 1215406080 7946 18446744073709551615 94220822708224 94220822708601 140721931651552 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94220822719896 94220822720516 94220852662272 140721931659623 140721931659810 140721931659810 140721931665383 0
/proc/79050/statm: 296730 7946 4874 1 0 268752 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1191112 KiB
Current children cumulated memory: 34728 KiB

[startup+0.313639 s]*
/proc/loadavg: 4.07 4.10 4.09 5/255 79050
/proc/meminfo: memFree=126214392/131382116 swapFree=33010684/33010684
[pid=79045] ppid=79042 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/79045/stat : 79045 (scip-naps-1.00.) S 79042 79045 77790 0 -1 4194304 257 343 0 0 0 0 0 0 20 0 1 0 68331300 4292608 736 18446744073709551615 94558040797184 94558041691717 140727756472864 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94558041930768 94558041978512 94558056382464 140727756478881 140727756478978 140727756478978 140727756484580 0
/proc/79045/statm: 1048 736 672 219 0 110 0
[pid=79050] ppid=79045 vsize=1194208 memory=38824 CPUtime=0.27 cores=5,7
/proc/79050/stat : 79050 (python3) R 79045 79045 77790 0 -1 4194304 4898 0 0 0 25 2 0 0 20 0 1 0 68331303 1222868992 9706 18446744073709551615 94220822708224 94220822708601 140721931651552 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94220822719896 94220822720516 94220852662272 140721931659623 140721931659810 140721931659810 140721931665383 0
/proc/79050/statm: 298552 9706 5546 1 0 269910 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1198400 KiB
Current children cumulated memory: 41768 KiB

[startup+0.700381 s]
/proc/loadavg: 4.07 4.10 4.09 5/255 79050
/proc/meminfo: memFree=126187176/131382116 swapFree=33010684/33010684
[pid=79045] ppid=79042 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/79045/stat : 79045 (scip-naps-1.00.) S 79042 79045 77790 0 -1 4194304 257 343 0 0 0 0 0 0 20 0 1 0 68331300 4292608 736 18446744073709551615 94558040797184 94558041691717 140727756472864 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94558041930768 94558041978512 94558056382464 140727756478881 140727756478978 140727756478978 140727756484580 0
/proc/79045/statm: 1048 736 672 219 0 110 0
[pid=79050] ppid=79045 vsize=1233168 memory=85672 CPUtime=0.64 cores=5,7
/proc/79050/stat : 79050 (python3) R 79045 79045 77790 0 -1 4194304 14447 0 0 0 59 5 0 0 20 0 1 0 68331303 1262764032 21418 18446744073709551615 94220822708224 94220822708601 140721931651552 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94220822719896 94220822720516 94220852662272 140721931659623 140721931659810 140721931659810 140721931665383 0
/proc/79050/statm: 308292 21418 7882 1 0 279650 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 1237360 KiB
Current children cumulated memory: 88616 KiB

[startup+1.50036 s]
/proc/loadavg: 4.07 4.10 4.09 5/255 79050
/proc/meminfo: memFree=126109052/131382116 swapFree=33010684/33010684
[pid=79045] ppid=79042 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/79045/stat : 79045 (scip-naps-1.00.) S 79042 79045 77790 0 -1 4194304 257 343 0 0 0 0 0 0 20 0 1 0 68331300 4292608 736 18446744073709551615 94558040797184 94558041691717 140727756472864 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94558041930768 94558041978512 94558056382464 140727756478881 140727756478978 140727756478978 140727756484580 0
/proc/79045/statm: 1048 736 672 219 0 110 0
[pid=79050] ppid=79045 vsize=1313208 memory=161420 CPUtime=1.44 cores=5,7
/proc/79050/stat : 79050 (python3) R 79045 79045 77790 0 -1 4194304 30062 0 0 0 135 9 0 0 20 0 1 0 68331303 1344724992 40355 18446744073709551615 94220822708224 94220822708601 140721931651552 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94220822719896 94220822720516 94220852662272 140721931659623 140721931659810 140721931659810 140721931665383 0
/proc/79050/statm: 328302 40355 8106 1 0 299660 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 1317400 KiB
Current children cumulated memory: 164364 KiB

[startup+3.11335 s]
/proc/loadavg: 4.07 4.10 4.09 5/255 79050
/proc/meminfo: memFree=126052856/131382116 swapFree=33010684/33010684
[pid=79045] ppid=79042 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/79045/stat : 79045 (scip-naps-1.00.) S 79042 79045 77790 0 -1 4194304 257 343 0 0 0 0 0 0 20 0 1 0 68331300 4292608 736 18446744073709551615 94558040797184 94558041691717 140727756472864 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94558041930768 94558041978512 94558056382464 140727756478881 140727756478978 140727756478978 140727756484580 0
/proc/79045/statm: 1048 736 672 219 0 110 0
[pid=79050] ppid=79045 vsize=1338468 memory=177420 CPUtime=3.05 cores=5,7
/proc/79050/stat : 79050 (python3) R 79045 79045 77790 0 -1 4194304 34088 0 0 0 295 10 0 0 20 0 1 0 68331303 1370591232 44355 18446744073709551615 94220822708224 94220822708601 140721931651552 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94220822719896 94220822720516 94220852662272 140721931659623 140721931659810 140721931659810 140721931665383 0
/proc/79050/statm: 334617 44355 8106 1 0 305975 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 1342660 KiB
Current children cumulated memory: 180364 KiB

[startup+6.30039 s]
/proc/loadavg: 4.06 4.10 4.09 5/255 79050
/proc/meminfo: memFree=126008440/131382116 swapFree=33010684/33010684
[pid=79045] ppid=79042 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/79045/stat : 79045 (scip-naps-1.00.) S 79042 79045 77790 0 -1 4194304 257 343 0 0 0 0 0 0 20 0 1 0 68331300 4292608 736 18446744073709551615 94558040797184 94558041691717 140727756472864 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94558041930768 94558041978512 94558056382464 140727756478881 140727756478978 140727756478978 140727756484580 0
/proc/79045/statm: 1048 736 672 219 0 110 0
[pid=79050] ppid=79045 vsize=1385660 memory=213900 CPUtime=6.22 cores=5,7
/proc/79050/stat : 79050 (python3) R 79045 79045 77790 0 -1 4194304 43190 0 0 0 611 11 0 0 20 0 1 0 68331303 1418915840 53475 18446744073709551615 94220822708224 94220822708601 140721931651552 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94220822719896 94220822720516 94220852662272 140721931659623 140721931659810 140721931659810 140721931665383 0
/proc/79050/statm: 346415 53475 8106 1 0 317773 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 1389852 KiB
Current children cumulated memory: 216844 KiB

[startup+12.7004 s]
/proc/loadavg: 4.06 4.09 4.09 5/255 79050
/proc/meminfo: memFree=125992308/131382116 swapFree=33010684/33010684
[pid=79045] ppid=79042 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/79045/stat : 79045 (scip-naps-1.00.) S 79042 79045 77790 0 -1 4194304 257 343 0 0 0 0 0 0 20 0 1 0 68331300 4292608 736 18446744073709551615 94558040797184 94558041691717 140727756472864 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94558041930768 94558041978512 94558056382464 140727756478881 140727756478978 140727756478978 140727756484580 0
/proc/79045/statm: 1048 736 672 219 0 110 0
[pid=79050] ppid=79045 vsize=1385660 memory=214284 CPUtime=12.6 cores=5,7
/proc/79050/stat : 79050 (python3) R 79045 79045 77790 0 -1 4194304 43295 0 0 0 1249 11 0 0 20 0 1 0 68331303 1418915840 53571 18446744073709551615 94220822708224 94220822708601 140721931651552 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94220822719896 94220822720516 94220852662272 140721931659623 140721931659810 140721931659810 140721931665383 0
/proc/79050/statm: 346415 53571 8106 1 0 317773 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 1389852 KiB
Current children cumulated memory: 217228 KiB

[startup+25.5004 s]
/proc/loadavg: 4.04 4.09 4.09 5/255 79050
/proc/meminfo: memFree=125962508/131382116 swapFree=33010684/33010684
[pid=79045] ppid=79042 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/79045/stat : 79045 (scip-naps-1.00.) S 79042 79045 77790 0 -1 4194304 257 343 0 0 0 0 0 0 20 0 1 0 68331300 4292608 736 18446744073709551615 94558040797184 94558041691717 140727756472864 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94558041930768 94558041978512 94558056382464 140727756478881 140727756478978 140727756478978 140727756484580 0
/proc/79045/statm: 1048 736 672 219 0 110 0
[pid=79050] ppid=79045 vsize=1409168 memory=236800 CPUtime=25.36 cores=5,7
/proc/79050/stat : 79050 (python3) R 79045 79045 77790 0 -1 4194304 55984 0 0 0 2522 14 0 0 20 0 1 0 68331303 1442988032 59200 18446744073709551615 94220822708224 94220822708601 140721931651552 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94220822719896 94220822720516 94220852662272 140721931659623 140721931659810 140721931659810 140721931665383 0
/proc/79050/statm: 352292 59200 8106 1 0 323650 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 1413360 KiB
Current children cumulated memory: 239744 KiB

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

# cumulated CPU time of all completed processes:  user=28.8962 s, system=0.163364 s

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

[startup+25.6005 s]
/proc/loadavg: 4.04 4.09 4.09 5/255 79050
/proc/meminfo: memFree=125962508/131382116 swapFree=33010684/33010684
[pid=79045] ppid=79042 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/79045/stat : 79045 (scip-naps-1.00.) S 79042 79045 77790 0 -1 4194304 257 343 0 0 0 0 0 0 20 0 1 0 68331300 4292608 736 18446744073709551615 94558040797184 94558041691717 140727756472864 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94558041930768 94558041978512 94558056382464 140727756478881 140727756478978 140727756478978 140727756484580 0
/proc/79045/statm: 1048 736 672 219 0 110 0
[pid=79050] ppid=79045 vsize=1409168 memory=236928 CPUtime=25.46 cores=5,7
/proc/79050/stat : 79050 (python3) R 79045 79045 77790 0 -1 4194304 56000 0 0 0 2532 14 0 0 20 0 1 0 68331303 1442988032 59232 18446744073709551615 94220822708224 94220822708601 140721931651552 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94220822719896 94220822720516 94220852662272 140721931659623 140721931659810 140721931659810 140721931665383 0
/proc/79050/statm: 352292 59232 8106 1 0 323650 0
Current children cumulated CPU time: 25.46 s
Current children cumulated vsize: 1413360 KiB
Current children cumulated memory: 239872 KiB

[startup+27.2004 s]
/proc/loadavg: 4.04 4.09 4.09 5/255 79050
/proc/meminfo: memFree=125958980/131382116 swapFree=33010684/33010684
[pid=79045] ppid=79042 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/79045/stat : 79045 (scip-naps-1.00.) S 79042 79045 77790 0 -1 4194304 257 343 0 0 0 0 0 0 20 0 1 0 68331300 4292608 736 18446744073709551615 94558040797184 94558041691717 140727756472864 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94558041930768 94558041978512 94558056382464 140727756478881 140727756478978 140727756478978 140727756484580 0
/proc/79045/statm: 1048 736 672 219 0 110 0
[pid=79050] ppid=79045 vsize=1409168 memory=236928 CPUtime=27.05 cores=5,7
/proc/79050/stat : 79050 (python3) R 79045 79045 77790 0 -1 4194304 56000 0 0 0 2691 14 0 0 20 0 1 0 68331303 1442988032 59232 18446744073709551615 94220822708224 94220822708601 140721931651552 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94220822719896 94220822720516 94220852662272 140721931659623 140721931659810 140721931659810 140721931665383 0
/proc/79050/statm: 352292 59232 8106 1 0 323650 0
Current children cumulated CPU time: 27.05 s
Current children cumulated vsize: 1413360 KiB
Current children cumulated memory: 239872 KiB

[startup+28.0004 s]*
/proc/loadavg: 4.04 4.09 4.09 5/255 79050
/proc/meminfo: memFree=125958728/131382116 swapFree=33010684/33010684
[pid=79045] ppid=79042 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/79045/stat : 79045 (scip-naps-1.00.) S 79042 79045 77790 0 -1 4194304 257 343 0 0 0 0 0 0 20 0 1 0 68331300 4292608 736 18446744073709551615 94558040797184 94558041691717 140727756472864 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94558041930768 94558041978512 94558056382464 140727756478881 140727756478978 140727756478978 140727756484580 0
/proc/79045/statm: 1048 736 672 219 0 110 0
[pid=79050] ppid=79045 vsize=1409168 memory=236928 CPUtime=27.86 cores=5,7
/proc/79050/stat : 79050 (python3) R 79045 79045 77790 0 -1 4194304 56004 0 0 0 2772 14 0 0 20 0 1 0 68331303 1442988032 59232 18446744073709551615 94220822708224 94220822708601 140721931651552 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94220822719896 94220822720516 94220852662272 140721931659623 140721931659810 140721931659810 140721931665383 0
/proc/79050/statm: 352292 59232 8106 1 0 323650 0
Current children cumulated CPU time: 27.86 s
Current children cumulated vsize: 1413360 KiB
Current children cumulated memory: 239872 KiB

[startup+28.8004 s]
/proc/loadavg: 4.04 4.09 4.09 5/255 79050
/proc/meminfo: memFree=125958728/131382116 swapFree=33010684/33010684
[pid=79045] ppid=79042 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/79045/stat : 79045 (scip-naps-1.00.) S 79042 79045 77790 0 -1 4194304 257 343 0 0 0 0 0 0 20 0 1 0 68331300 4292608 736 18446744073709551615 94558040797184 94558041691717 140727756472864 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94558041930768 94558041978512 94558056382464 140727756478881 140727756478978 140727756478978 140727756484580 0
/proc/79045/statm: 1048 736 672 219 0 110 0
[pid=79050] ppid=79045 vsize=1409168 memory=236928 CPUtime=28.65 cores=5,7
/proc/79050/stat : 79050 (python3) R 79045 79045 77790 0 -1 4194304 56011 0 0 0 2851 14 0 0 20 0 1 0 68331303 1442988032 59232 18446744073709551615 94220822708224 94220822708601 140721931651552 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94220822719896 94220822720516 94220852662272 140721931659623 140721931659810 140721931659810 140721931665383 0
/proc/79050/statm: 352292 59232 8106 1 0 323650 0
Current children cumulated CPU time: 28.65 s
Current children cumulated vsize: 1413360 KiB
Current children cumulated memory: 239872 KiB

[startup+29.0004 s]*
/proc/loadavg: 4.12 4.10 4.09 5/255 79050
/proc/meminfo: memFree=125958728/131382116 swapFree=33010684/33010684
[pid=79045] ppid=79042 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/79045/stat : 79045 (scip-naps-1.00.) S 79042 79045 77790 0 -1 4194304 257 343 0 0 0 0 0 0 20 0 1 0 68331300 4292608 736 18446744073709551615 94558040797184 94558041691717 140727756472864 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94558041930768 94558041978512 94558056382464 140727756478881 140727756478978 140727756478978 140727756484580 0
/proc/79045/statm: 1048 736 672 219 0 110 0
[pid=79050] ppid=79045 vsize=1409168 memory=236928 CPUtime=28.86 cores=5,7
/proc/79050/stat : 79050 (python3) R 79045 79045 77790 0 -1 4194304 56011 0 0 0 2872 14 0 0 20 0 1 0 68331303 1442988032 59232 18446744073709551615 94220822708224 94220822708601 140721931651552 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94220822719896 94220822720516 94220852662272 140721931659623 140721931659810 140721931659810 140721931665383 0
/proc/79050/statm: 352292 59232 8106 1 0 323650 0
Current children cumulated CPU time: 28.86 s
Current children cumulated vsize: 1413360 KiB
Current children cumulated memory: 239872 KiB

[startup+29.1135 s]
/proc/loadavg: 4.12 4.10 4.09 5/255 79050
/proc/meminfo: memFree=125958728/131382116 swapFree=33010684/33010684
[pid=79045] ppid=79042 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/79045/stat : 79045 (scip-naps-1.00.) S 79042 79045 77790 0 -1 4194304 257 343 0 0 0 0 0 0 20 0 1 0 68331300 4292608 736 18446744073709551615 94558040797184 94558041691717 140727756472864 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94558041930768 94558041978512 94558056382464 140727756478881 140727756478978 140727756478978 140727756484580 0
/proc/79045/statm: 1048 736 672 219 0 110 0
[pid=79050] ppid=79045 vsize=1409168 memory=237312 CPUtime=28.96 cores=5,7
/proc/79050/stat : 79050 (python3) R 79045 79045 77790 0 -1 4194304 56067 0 0 0 2882 14 0 0 20 0 1 0 68331303 1442988032 59328 18446744073709551615 94220822708224 94220822708601 140721931651552 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94220822719896 94220822720516 94220852662272 140721931659623 140721931659810 140721931659810 140721931665383 0
/proc/79050/statm: 352292 59328 8170 1 0 323650 0
Current children cumulated CPU time: 28.96 s
Current children cumulated vsize: 1413360 KiB
Current children cumulated memory: 240256 KiB

Child status: 0

Real time (s): 29.1921
CPU time (s): 29.0595
CPU user time (s): 28.8962
CPU system time (s): 0.163364
CPU usage (%): 99.5457
Max. virtual memory (cumulated for all children) (KiB): 1413360
Max. memory (cumulated for all children) (KiB): 240256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.8962
system time used= 0.163364
maximum resident set size= 237312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56709
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= 190


# summary of solver processes directly reported to runsolver:
#   pid: 79045
#   total CPU time (s): 29.0595
#   total CPU user time (s): 28.8962
#   total CPU system time (s): 0.163364

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.221556 second user time and 0.34059 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-03 09:08:36
IDJOB=4517871
IDBENCH=176189
IDSOLVER=3368
FILE ID=nodeC011/4517871-1751526516
RUNJOBID= nodeC011-1751522701-77803
SLURM_JOB_ID= 9598647
Free space on /tmp= 430524 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=14-t=2.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517871-1751526516/watcher-4517871-1751526516 -o /tmp/evaluation-result-4517871-1751526516/solver-4517871-1751526516 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751522701-77803 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4517871-1751526516.opb

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

MD5SUM BENCH= 0eb4af5d9d6a7991e65a6bdba739f56a
RANDOM SEED=1644611064

nodeC011 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		: 3661.567
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3691.658
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	: 6984.20
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.574
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	: 6984.20
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3661.572
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.291
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	: 6984.20
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.368
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.486
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        126233036 kB
MemAvailable:   128256360 kB
Buffers:            3276 kB
Cached:          2824772 kB
SwapCached:            0 kB
Active:          2206752 kB
Inactive:        2385688 kB
Active(anon):    1780248 kB
Inactive(anon):     2104 kB
Active(file):     426504 kB
Inactive(file):  2383584 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6008 kB
Writeback:            12 kB
AnonPages:       1763060 kB
Mapped:           128872 kB
Shmem:             17960 kB
KReclaimable:     105340 kB
Slab:             190652 kB
SReclaimable:     105340 kB
SUnreclaim:        85312 kB
KernelStack:        4064 kB
PageTables:         7176 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    5439084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    243712 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430520 MiB
End job on nodeC011 at 2025-07-03 09:09:05