Trace number 4517595

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.00a1OPT1 8.05065 8.18195

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=10-t=9.opb
MD5SUMfc6c22edea63d6bf282da0f44295fc1a
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 benchmark1
Best CPU time to get the best result obtained on this benchmark0.164575
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables245
Total number of constraints4485
Number of constraints which are clauses4475
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint11
Number of terms in the objective function 10
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 10
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 12
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

7.96/8.15	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --opt HOME/instance-4517595-1751526320.opb
7.96/8.15	c Solving mode: optimization
7.96/8.15	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
7.96/8.15	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
7.96/8.15	c original problem has 245 variables (245 bin, 0 int, 0 impl, 0 cont) and 4485 constraints
7.96/8.15	c presolving:
7.96/8.15	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 4485 upgd conss, 0 impls, 10 clqs
7.96/8.15	c    (0.1s) probing: 51/245 (20.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
7.96/8.15	c    (0.1s) probing aborted: 50/50 successive totally useless probings
7.96/8.15	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
7.96/8.15	c    (0.2s) symmetry computation finished: 26 generators found (max: 1500, log10 of symmetry group size: 10.0) (symcode time: 0.04)
7.96/8.15	c dynamic symmetry handling statistics:
7.96/8.15	c    orbitopal reduction:       no components
7.96/8.15	c    orbital reduction:          1 components of sizes 26
7.96/8.15	c    lexicographic reduction:   26 permutations with support sizes 20, 20, 20, 20, 20, 20, 20, 20, 54, 22, 54, 22, 54, 22, 54, 22, 54, 22, 54, 22, 54, 22, 54, 22, 54, 22
7.96/8.15	c handled 1 out of 1 symmetry components
7.96/8.15	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
7.96/8.15	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
7.96/8.15	c  0 implications, 10 cliques
7.96/8.15	c presolved problem has 245 variables (245 bin, 0 int, 0 impl, 0 cont) and 4485 constraints
7.96/8.15	c      10 constraints of type <setppc>
7.96/8.15	c    4475 constraints of type <logicor>
7.96/8.15	c transformed objective value is always integral (scale: 1)
7.96/8.15	c Presolving Time: 0.15
7.96/8.15	c 
7.96/8.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.96/8.15	c p 0.2s|     1 |     0 |     0 |     - |shiftand|   0 | 245 |4494 |4485 |   0 |  0 |   9 |   0 | 0.000000e+00 | 1.000000e+01 |    Inf | unknown
7.96/8.15	c i 0.2s|     1 |     0 |     0 |     - |  oneopt|   0 | 245 |4494 |4485 |   0 |  0 |   9 |   0 | 0.000000e+00 | 9.000000e+00 |    Inf | unknown
7.96/8.15	c   0.2s|     1 |     0 |   104 |     - |    19M |   0 | 245 |4494 |4485 |   0 |  0 |   9 |   0 | 0.000000e+00 | 9.000000e+00 |    Inf | unknown
7.96/8.15	c r 0.2s|     1 |     0 |   104 |     - |shifting|   0 | 245 |4494 |4485 |   0 |  0 |   9 |   0 | 0.000000e+00 | 4.000000e+00 |    Inf | unknown
7.96/8.15	c * 0.4s|     1 |     0 |   104 |     - |    LP  |   0 | 245 |4494 |4485 |   0 |  0 |   9 |   0 | 0.000000e+00 | 3.000000e+00 |    Inf | unknown
7.96/8.15	c   0.4s|     1 |     0 |   154 |     - |    20M |   0 | 245 |4633 |4488 |   3 |  1 |   9 |   0 | 0.000000e+00 | 3.000000e+00 |    Inf | unknown
7.96/8.15	c   0.7s|     1 |     0 |   186 |     - |    22M |   0 | 245 |4633 |4491 |   6 |  2 |   9 |   0 | 0.000000e+00 | 3.000000e+00 |    Inf | unknown
7.96/8.15	c   1.0s|     1 |     0 |   220 |     - |    24M |   0 | 245 |4633 |4493 |   8 |  3 |   9 |   0 | 0.000000e+00 | 3.000000e+00 |    Inf | unknown
7.96/8.15	c   1.4s|     1 |     0 |   262 |     - |    25M |   0 | 245 |4633 |4496 |  11 |  4 |   9 |   0 | 0.000000e+00 | 3.000000e+00 |    Inf | unknown
7.96/8.15	c   1.5s|     1 |     0 |   290 |     - |    27M |   0 | 245 |4633 |4498 |  13 |  5 |   9 |   0 | 0.000000e+00 | 3.000000e+00 |    Inf | unknown
7.96/8.15	c   1.7s|     1 |     0 |   299 |     - |    29M |   0 | 245 |4633 |4500 |  15 |  6 |   9 |   0 | 0.000000e+00 | 3.000000e+00 |    Inf | unknown
7.96/8.15	c   1.9s|     1 |     0 |   338 |     - |    31M |   0 | 245 |4633 |4503 |  18 |  7 |   9 |   0 | 0.000000e+00 | 3.000000e+00 |    Inf | unknown
7.96/8.15	c   2.0s|     1 |     0 |   358 |     - |    33M |   0 | 245 |4633 |4505 |  20 |  8 |   9 |   0 | 0.000000e+00 | 3.000000e+00 |    Inf | unknown
7.96/8.15	c   2.1s|     1 |     0 |   376 |     - |    36M |   0 | 245 |4633 |4508 |  23 |  9 |   9 |   0 | 0.000000e+00 | 3.000000e+00 |    Inf | unknown
7.96/8.15	c   2.3s|     1 |     0 |   401 |     - |    39M |   0 | 245 |4640 |4511 |  26 | 10 |  16 |   0 | 0.000000e+00 | 3.000000e+00 |    Inf | unknown
7.96/8.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.96/8.15	c   2.3s|     1 |     0 |   422 |     - |    39M |   0 | 245 |4640 |4514 |  30 | 11 |  16 |   0 | 0.000000e+00 | 3.000000e+00 |    Inf | unknown
7.96/8.15	c   2.4s|     1 |     2 |   980 |     - |    39M |   0 | 245 |4661 |4514 |  30 | 11 |  37 |  14 | 0.000000e+00 | 3.000000e+00 |    Inf | unknown
7.96/8.15	c r 2.6s|    12 |    11 |  1184 |  69.3 |shifting|  10 | 245 |4661 |4500 |  36 |  1 |  37 |  14 | 0.000000e+00 | 2.000000e+00 |    Inf | unknown
7.96/8.15	c * 2.7s|    22 |    19 |  1267 |  40.2 |    LP  |  20 | 245 |4642 |4508 |  48 |  0 |  37 |  14 | 0.000000e+00 | 1.000000e+00 |    Inf |   4.58%
7.96/8.15	c   3.0s|   100 |    45 |  1921 |  15.1 |    42M |  32 | 245 |4699 |4503 |  69 |  1 | 173 |  14 | 0.000000e+00 | 1.000000e+00 |    Inf |  45.58%
7.96/8.15	c   3.2s|   200 |    54 |  2611 |  11.0 |    43M |  32 | 245 |4872 |   0 |  87 |  0 | 352 |  14 | 0.000000e+00 | 1.000000e+00 |    Inf |  54.94%
7.96/8.15	c   3.5s|   300 |    63 |  3384 |   9.9 |    44M |  32 | 245 |5127 |   0 | 119 |  0 | 646 |  51 | 0.000000e+00 | 1.000000e+00 |    Inf |  55.02%
7.96/8.15	c   4.1s|   400 |    60 |  4167 |   9.4 |    44M |  32 | 245 |5267 |4502 | 140 |  1 | 857 |  78 | 0.000000e+00 | 1.000000e+00 |    Inf |  57.69%
7.96/8.15	c   4.3s|   500 |    62 |  4850 |   8.9 |    44M |  32 | 245 |5349 |4507 | 164 |  1 | 978 |  78 | 0.000000e+00 | 1.000000e+00 |    Inf |  61.39%
7.96/8.15	c   4.5s|   600 |    60 |  5287 |   8.1 |    44M |  32 | 245 |5527 |   0 | 164 |  0 |1205 |  78 | 0.000000e+00 | 1.000000e+00 |    Inf |  61.40%
7.96/8.15	c   4.8s|   700 |    55 |  5838 |   7.7 |    45M |  32 | 245 |5530 |4507 | 280 |  1 |1287 |  78 | 0.000000e+00 | 1.000000e+00 |    Inf |  61.46%
7.96/8.15	c   5.1s|   800 |    63 |  6579 |   7.7 |    46M |  32 | 245 |5955 |4499 | 288 |  1 |1785 | 144 | 0.000000e+00 | 1.000000e+00 |    Inf |  61.65%
7.96/8.15	c   5.5s|   900 |    69 |  7174 |   7.5 |    46M |  32 | 245 |6037 |4503 | 298 |  1 |1949 | 144 | 0.000000e+00 | 1.000000e+00 |    Inf |  61.74%
7.96/8.15	c   5.7s|  1000 |    60 |  7629 |   7.2 |    46M |  32 | 245 |6062 |   0 | 298 |  0 |2031 | 144 | 0.000000e+00 | 1.000000e+00 |    Inf |  61.81%
7.96/8.15	c   6.0s|  1100 |    43 |  8138 |   7.0 |    46M |  32 | 245 |6165 |4502 | 298 |  1 |2302 | 164 | 0.000000e+00 | 1.000000e+00 |    Inf |  62.54%
7.96/8.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.96/8.15	c   6.5s|  1200 |    25 |  8595 |   6.8 |    46M |  32 | 245 |6246 |4503 | 298 |  1 |2524 | 164 | 0.000000e+00 | 1.000000e+00 |    Inf |  68.16%
7.96/8.15	c   6.9s|  1300 |    17 |  9187 |   6.7 |    46M |  34 | 245 |6358 |4503 | 300 |  1 |2778 | 164 | 0.000000e+00 | 1.000000e+00 |    Inf |  77.67%
7.96/8.15	c   7.6s|  1400 |    16 | 10095 |   6.9 |    46M |  34 | 245 |6444 |4505 | 305 |  1 |2949 | 164 | 0.000000e+00 | 1.000000e+00 |    Inf |  77.67%
7.96/8.15	c 
7.96/8.15	c SCIP Status        : problem is solved [optimal solution found]
7.96/8.15	c Solving Time (sec) : 7.70
7.96/8.15	c Solving Nodes      : 1485
7.96/8.15	c Primal Bound       : +1.00000000000000e+00 (18 solutions)
7.96/8.15	c Dual Bound         : +1.00000000000000e+00
7.96/8.15	c Gap                : 0.00 %
7.96/8.15	c All original constraints are satisfied.
7.96/8.15	c SCIP's best solution is verified feasible for the original problem.
7.96/8.15	c SCIP found an optimal solution.
7.96/8.15	o 1
7.96/8.15	s OPTIMUM FOUND
7.96/8.15	v -x46 x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x66 -x76 -x86 -x96 -x106 -x116 -x126 x136 -x146 -x57 -x67 -x77 -x87 -x97 -x107 -x117 -x127 -x137 -x147 -x58 -x68 -x78 -x88 -x98 -x108 -x118 -x128 -x138 x148 -x59 -x69 -x79 -x89 -x99 -x109 x119 -x129 -x139 -x149 -x60 -x70 x80 -x90 -x100 -x110 -x120 -x130 -x140 -x150 -x61 -x71 -x81 -x91 -x101 -x111 -x121 x131 -x141 -x151 x62 -x72 -x82 -x92 -x102 -x112 -x122 -x132 -x142 -x152 -x63 x73 -x83 -x93 -x103 -x113 -x123 -x133 -x143 -x153 -x64 -x74 -x84 x94 -x104 -x114 -x124 -x134 -x144 -x154 -x65 -x75 -x85 -x95 -x105 x115 -x125 -x135 -x145 -x155 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 -x156 -x157 -x158 -x159 -x160 -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 x181 -x182 -x183 -x184 -x185 -x186 x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 x198 -x199 -x200 -x201 -x202 -x203 x204 -x205 -x206 -x207 -x208 -x209 -x210 x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 x224 -x225 -x226 -x227 -x228 -x229 x230 -x231 -x232 -x233 -x234 -x235 -x236 x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245

Verifier Data

OK	1

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100071 s]*
/proc/loadavg: 4.04 4.09 4.09 5/256 78749
/proc/meminfo: memFree=126070016/131382116 swapFree=33010684/33010684
[pid=78744] ppid=78741 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/78744/stat : 78744 (scip-naps-1.00.) S 78741 78744 77790 0 -1 4194304 257 341 0 0 0 0 0 0 20 0 1 0 68311713 4292608 736 18446744073709551615 94828760182784 94828761077317 140720364653376 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94828761316368 94828761364112 94828775399424 140720364661153 140720364661250 140720364661250 140720364666852 0
/proc/78744/statm: 1048 736 672 219 0 110 0
[pid=78749] ppid=78744 vsize=13228 memory=10496 CPUtime=0.06 cores=0,2
/proc/78749/stat : 78749 (python3) R 78744 78744 77790 0 -1 4194304 1597 0 0 0 5 1 0 0 20 0 1 0 68311715 13545472 2624 18446744073709551615 94083736649728 94083736650105 140720358353136 0 0 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0 94083736661400 94083736662020 94083753033728 140720358361447 140720358361634 140720358361634 140720358367207 0
/proc/78749/statm: 3307 2624 1248 1 0 1459 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 17420 KiB
Current children cumulated memory: 13440 KiB

[startup+0.213794 s]*
/proc/loadavg: 4.04 4.09 4.09 5/256 78749
/proc/meminfo: memFree=126069276/131382116 swapFree=33010684/33010684
[pid=78744] ppid=78741 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/78744/stat : 78744 (scip-naps-1.00.) S 78741 78744 77790 0 -1 4194304 257 341 0 0 0 0 0 0 20 0 1 0 68311713 4292608 736 18446744073709551615 94828760182784 94828761077317 140720364653376 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94828761316368 94828761364112 94828775399424 140720364661153 140720364661250 140720364661250 140720364666852 0
/proc/78744/statm: 1048 736 672 219 0 110 0
[pid=78749] ppid=78744 vsize=1185788 memory=30588 CPUtime=0.15 cores=0,2
/proc/78749/stat : 78749 (python3) R 78744 78744 77790 0 -1 4194304 3463 0 0 0 12 3 0 0 20 0 1 0 68311715 1214246912 7647 18446744073709551615 94083736649728 94083736650105 140720358353136 0 0 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0 94083736661400 94083736662020 94083753033728 140720358361447 140720358361634 140720358361634 140720358367207 0
/proc/78749/statm: 296447 7647 4799 1 0 268515 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 1189980 KiB
Current children cumulated memory: 33532 KiB

[startup+0.313719 s]*
/proc/loadavg: 4.04 4.09 4.09 5/256 78749
/proc/meminfo: memFree=126066252/131382116 swapFree=33010684/33010684
[pid=78744] ppid=78741 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/78744/stat : 78744 (scip-naps-1.00.) S 78741 78744 77790 0 -1 4194304 257 341 0 0 0 0 0 0 20 0 1 0 68311713 4292608 736 18446744073709551615 94828760182784 94828761077317 140720364653376 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94828761316368 94828761364112 94828775399424 140720364661153 140720364661250 140720364661250 140720364666852 0
/proc/78744/statm: 1048 736 672 219 0 110 0
[pid=78749] ppid=78744 vsize=1189540 memory=34684 CPUtime=0.24 cores=0,2
/proc/78749/stat : 78749 (python3) R 78744 78744 77790 0 -1 4194304 4293 0 0 0 20 4 0 0 20 0 1 0 68311715 1218088960 8671 18446744073709551615 94083736649728 94083736650105 140720358353136 0 0 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0 94083736661400 94083736662020 94083753033728 140720358361447 140720358361634 140720358361634 140720358367207 0
/proc/78749/statm: 297385 8671 5055 1 0 269294 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 1193732 KiB
Current children cumulated memory: 37628 KiB

[startup+0.700354 s]
/proc/loadavg: 4.04 4.09 4.09 5/256 78749
/proc/meminfo: memFree=126044076/131382116 swapFree=33010684/33010684
[pid=78744] ppid=78741 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/78744/stat : 78744 (scip-naps-1.00.) S 78741 78744 77790 0 -1 4194304 257 341 0 0 0 0 0 0 20 0 1 0 68311713 4292608 736 18446744073709551615 94828760182784 94828761077317 140720364653376 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94828761316368 94828761364112 94828775399424 140720364661153 140720364661250 140720364661250 140720364666852 0
/proc/78744/statm: 1048 736 672 219 0 110 0
[pid=78749] ppid=78744 vsize=1219396 memory=72700 CPUtime=0.58 cores=0,2
/proc/78749/stat : 78749 (python3) R 78744 78744 77790 0 -1 4194304 10928 0 0 0 51 7 0 0 20 0 1 0 68311715 1248661504 18175 18446744073709551615 94083736649728 94083736650105 140720358353136 0 0 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0 94083736661400 94083736662020 94083753033728 140720358361447 140720358361634 140720358361634 140720358367207 0
/proc/78749/statm: 304849 18175 8159 1 0 276207 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 1223588 KiB
Current children cumulated memory: 75644 KiB

[startup+1.50026 s]
/proc/loadavg: 4.04 4.09 4.09 5/256 78749
/proc/meminfo: memFree=126028268/131382116 swapFree=33010684/33010684
[pid=78744] ppid=78741 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/78744/stat : 78744 (scip-naps-1.00.) S 78741 78744 77790 0 -1 4194304 257 341 0 0 0 0 0 0 20 0 1 0 68311713 4292608 736 18446744073709551615 94828760182784 94828761077317 140720364653376 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94828761316368 94828761364112 94828775399424 140720364661153 140720364661250 140720364661250 140720364666852 0
/proc/78744/statm: 1048 736 672 219 0 110 0
[pid=78749] ppid=78744 vsize=1233324 memory=84860 CPUtime=1.37 cores=0,2
/proc/78749/stat : 78749 (python3) R 78744 78744 77790 0 -1 4194304 13972 0 0 0 130 7 0 0 20 0 1 0 68311715 1262923776 21215 18446744073709551615 94083736649728 94083736650105 140720358353136 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94083736661400 94083736662020 94083753033728 140720358361447 140720358361634 140720358361634 140720358367207 0
/proc/78749/statm: 308331 21215 8159 1 0 279689 0
Current children cumulated CPU time: 1.37 s
Current children cumulated vsize: 1237516 KiB
Current children cumulated memory: 87804 KiB

[startup+3.11316 s]
/proc/loadavg: 4.04 4.09 4.09 5/256 78749
/proc/meminfo: memFree=125980768/131382116 swapFree=33010684/33010684
[pid=78744] ppid=78741 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/78744/stat : 78744 (scip-naps-1.00.) S 78741 78744 77790 0 -1 4194304 257 341 0 0 0 0 0 0 20 0 1 0 68311713 4292608 736 18446744073709551615 94828760182784 94828761077317 140720364653376 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94828761316368 94828761364112 94828775399424 140720364661153 140720364661250 140720364661250 140720364666852 0
/proc/78744/statm: 1048 736 672 219 0 110 0
[pid=78749] ppid=78744 vsize=1250984 memory=100220 CPUtime=2.98 cores=0,2
/proc/78749/stat : 78749 (python3) R 78744 78744 77790 0 -1 4194304 17808 0 0 0 290 8 0 0 20 0 1 0 68311715 1281007616 25055 18446744073709551615 94083736649728 94083736650105 140720358353136 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94083736661400 94083736662020 94083753033728 140720358361447 140720358361634 140720358361634 140720358367207 0
/proc/78749/statm: 312746 25055 8159 1 0 284104 0
Current children cumulated CPU time: 2.98 s
Current children cumulated vsize: 1255176 KiB
Current children cumulated memory: 103164 KiB

[startup+6.30035 s]
/proc/loadavg: 4.04 4.09 4.09 5/256 78749
/proc/meminfo: memFree=125900748/131382116 swapFree=33010684/33010684
[pid=78744] ppid=78741 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/78744/stat : 78744 (scip-naps-1.00.) S 78741 78744 77790 0 -1 4194304 257 341 0 0 0 0 0 0 20 0 1 0 68311713 4292608 736 18446744073709551615 94828760182784 94828761077317 140720364653376 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94828761316368 94828761364112 94828775399424 140720364661153 140720364661250 140720364661250 140720364666852 0
/proc/78744/statm: 1048 736 672 219 0 110 0
[pid=78749] ppid=78744 vsize=1258088 memory=108412 CPUtime=6.15 cores=0,2
/proc/78749/stat : 78749 (python3) R 78744 78744 77790 0 -1 4194304 19871 0 0 0 607 8 0 0 20 0 1 0 68311715 1288282112 27103 18446744073709551615 94083736649728 94083736650105 140720358353136 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94083736661400 94083736662020 94083753033728 140720358361447 140720358361634 140720358361634 140720358367207 0
/proc/78749/statm: 314522 27103 8159 1 0 285880 0
Current children cumulated CPU time: 6.15 s
Current children cumulated vsize: 1262280 KiB
Current children cumulated memory: 111356 KiB

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

# cumulated CPU time of all completed processes:  user=7.9451 s, system=0.105551 s

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

[startup+6.40043 s]
/proc/loadavg: 4.04 4.09 4.09 5/256 78749
/proc/meminfo: memFree=125900748/131382116 swapFree=33010684/33010684
[pid=78744] ppid=78741 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/78744/stat : 78744 (scip-naps-1.00.) S 78741 78744 77790 0 -1 4194304 257 341 0 0 0 0 0 0 20 0 1 0 68311713 4292608 736 18446744073709551615 94828760182784 94828761077317 140720364653376 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94828761316368 94828761364112 94828775399424 140720364661153 140720364661250 140720364661250 140720364666852 0
/proc/78744/statm: 1048 736 672 219 0 110 0
[pid=78749] ppid=78744 vsize=1258088 memory=108412 CPUtime=6.25 cores=0,2
/proc/78749/stat : 78749 (python3) R 78744 78744 77790 0 -1 4194304 19871 0 0 0 617 8 0 0 20 0 1 0 68311715 1288282112 27103 18446744073709551615 94083736649728 94083736650105 140720358353136 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94083736661400 94083736662020 94083753033728 140720358361447 140720358361634 140720358361634 140720358367207 0
/proc/78749/statm: 314522 27103 8159 1 0 285880 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 1262280 KiB
Current children cumulated memory: 111356 KiB

[startup+7.20035 s]
/proc/loadavg: 4.04 4.09 4.09 5/256 78750
/proc/meminfo: memFree=125900748/131382116 swapFree=33010684/33010684
[pid=78744] ppid=78741 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/78744/stat : 78744 (scip-naps-1.00.) S 78741 78744 77790 0 -1 4194304 257 341 0 0 0 0 0 0 20 0 1 0 68311713 4292608 736 18446744073709551615 94828760182784 94828761077317 140720364653376 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94828761316368 94828761364112 94828775399424 140720364661153 140720364661250 140720364661250 140720364666852 0
/proc/78744/statm: 1048 736 672 219 0 110 0
[pid=78749] ppid=78744 vsize=1258088 memory=108412 CPUtime=7.05 cores=0,2
/proc/78749/stat : 78749 (python3) R 78744 78744 77790 0 -1 4194304 19871 0 0 0 697 8 0 0 20 0 1 0 68311715 1288282112 27103 18446744073709551615 94083736649728 94083736650105 140720358353136 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94083736661400 94083736662020 94083753033728 140720358361447 140720358361634 140720358361634 140720358367207 0
/proc/78749/statm: 314522 27103 8159 1 0 285880 0
Current children cumulated CPU time: 7.05 s
Current children cumulated vsize: 1262280 KiB
Current children cumulated memory: 111356 KiB

[startup+7.60033 s]
/proc/loadavg: 4.04 4.09 4.09 5/256 78750
/proc/meminfo: memFree=125900748/131382116 swapFree=33010684/33010684
[pid=78744] ppid=78741 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/78744/stat : 78744 (scip-naps-1.00.) S 78741 78744 77790 0 -1 4194304 257 341 0 0 0 0 0 0 20 0 1 0 68311713 4292608 736 18446744073709551615 94828760182784 94828761077317 140720364653376 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94828761316368 94828761364112 94828775399424 140720364661153 140720364661250 140720364661250 140720364666852 0
/proc/78744/statm: 1048 736 672 219 0 110 0
[pid=78749] ppid=78744 vsize=1258088 memory=108412 CPUtime=7.45 cores=0,2
/proc/78749/stat : 78749 (python3) R 78744 78744 77790 0 -1 4194304 19871 0 0 0 737 8 0 0 20 0 1 0 68311715 1288282112 27103 18446744073709551615 94083736649728 94083736650105 140720358353136 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94083736661400 94083736662020 94083753033728 140720358361447 140720358361634 140720358361634 140720358367207 0
/proc/78749/statm: 314522 27103 8159 1 0 285880 0
Current children cumulated CPU time: 7.45 s
Current children cumulated vsize: 1262280 KiB
Current children cumulated memory: 111356 KiB

[startup+8.00032 s]*
/proc/loadavg: 4.04 4.09 4.09 5/256 78750
/proc/meminfo: memFree=125900748/131382116 swapFree=33010684/33010684
[pid=78744] ppid=78741 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/78744/stat : 78744 (scip-naps-1.00.) S 78741 78744 77790 0 -1 4194304 257 341 0 0 0 0 0 0 20 0 1 0 68311713 4292608 736 18446744073709551615 94828760182784 94828761077317 140720364653376 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94828761316368 94828761364112 94828775399424 140720364661153 140720364661250 140720364661250 140720364666852 0
/proc/78744/statm: 1048 736 672 219 0 110 0
[pid=78749] ppid=78744 vsize=1258232 memory=108796 CPUtime=7.86 cores=0,2
/proc/78749/stat : 78749 (python3) R 78744 78744 77790 0 -1 4194304 19962 0 0 0 778 8 0 0 20 0 1 0 68311715 1288429568 27199 18446744073709551615 94083736649728 94083736650105 140720358353136 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94083736661400 94083736662020 94083753033728 140720358361447 140720358361634 140720358361634 140720358367207 0
/proc/78749/statm: 314558 27199 8159 1 0 285916 0
Current children cumulated CPU time: 7.86 s
Current children cumulated vsize: 1262424 KiB
Current children cumulated memory: 111740 KiB

[startup+8.11319 s]
/proc/loadavg: 4.04 4.09 4.09 5/256 78750
/proc/meminfo: memFree=125900748/131382116 swapFree=33010684/33010684
[pid=78744] ppid=78741 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/78744/stat : 78744 (scip-naps-1.00.) S 78741 78744 77790 0 -1 4194304 257 341 0 0 0 0 0 0 20 0 1 0 68311713 4292608 736 18446744073709551615 94828760182784 94828761077317 140720364653376 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94828761316368 94828761364112 94828775399424 140720364661153 140720364661250 140720364661250 140720364666852 0
/proc/78744/statm: 1048 736 672 219 0 110 0
[pid=78749] ppid=78744 vsize=1258232 memory=108796 CPUtime=7.96 cores=0,2
/proc/78749/stat : 78749 (python3) R 78744 78744 77790 0 -1 4194304 19962 0 0 0 788 8 0 0 20 0 1 0 68311715 1288429568 27199 18446744073709551615 94083736649728 94083736650105 140720358353136 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94083736661400 94083736662020 94083753033728 140720358361447 140720358361634 140720358361634 140720358367207 0
/proc/78749/statm: 314558 27199 8159 1 0 285916 0
Current children cumulated CPU time: 7.96 s
Current children cumulated vsize: 1262424 KiB
Current children cumulated memory: 111740 KiB

Child status: 0

Real time (s): 8.18195
CPU time (s): 8.05065
CPU user time (s): 7.9451
CPU system time (s): 0.105551
CPU usage (%): 98.3953
Max. virtual memory (cumulated for all children) (KiB): 1262424
Max. memory (cumulated for all children) (KiB): 111740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.9451
system time used= 0.105551
maximum resident set size= 109692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20642
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= 335
involuntary context switches= 44


# summary of solver processes directly reported to runsolver:
#   pid: 78744
#   total CPU time (s): 8.05065
#   total CPU user time (s): 7.9451
#   total CPU system time (s): 0.105551

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.074747 second user time and 0.146914 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-03 09:05:20
IDJOB=4517595
IDBENCH=176126
IDSOLVER=3368
FILE ID=nodeC011/4517595-1751526320
RUNJOBID= nodeC011-1751522701-77800
SLURM_JOB_ID= 9598647
Free space on /tmp= 430520 MiB

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

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

MD5SUM BENCH= fc6c22edea63d6bf282da0f44295fc1a
RANDOM SEED=1544191472

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		: 1995.300
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		: 3662.113
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.987
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		: 1197.129
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		: 3662.964
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		: 3662.432
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.386
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.637
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:        126078000 kB
MemAvailable:   128103668 kB
Buffers:            3276 kB
Cached:          2827164 kB
SwapCached:            0 kB
Active:          2303080 kB
Inactive:        2388076 kB
Active(anon):    1876576 kB
Inactive(anon):     2104 kB
Active(file):     426504 kB
Inactive(file):  2385972 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14420 kB
Writeback:             0 kB
AnonPages:       1859432 kB
Mapped:           128948 kB
Shmem:             17960 kB
KReclaimable:     105252 kB
Slab:             190528 kB
SReclaimable:     105252 kB
SUnreclaim:        85276 kB
KernelStack:        4144 kB
PageTables:         7332 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    5528836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    305152 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

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