Trace number 4465277

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
FiberSCIP 20 cores, 2024-07-30OPT1 6.91401 0.632267

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:20:4.5:0.95:100.opb
MD5SUM0c08209891d9f5241a74237055766898
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.180845
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables934
Total number of constraints1063
Number of constraints which are clauses879
Number of constraints which are cardinality constraints (but not clauses)184
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint20
Number of terms in the objective function 934
Biggest coefficient in the objective function 546
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 2594
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 546
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2594
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 26243072, getVmSize() = 26243072, SCIPgetMemUsed() = 3760170, SCIPgetMemTotal() = 4581250, SCIPgetMemExternEstim() = 1830525
0.00/0.00	c ** set memory limit for presolving in LC to 8.79601e+12 for SCIP **
0.00/0.09	c ** Estimated virtualMemUsedAtSolver = 17757785, getVmSize() = 34508800, SCIPgetMemUsed() = 5944828, SCIPgetMemTotal() = 11409092, SCIPgetMemExternEstim() = 1830525
0.00/0.09	c ** set memory limit for solvers to 4.18856e+11 for each SCIP **
0.00/0.09	c Original Problem   :
0.00/0.09	c   Problem name     : instance-4465277-1722441596
0.00/0.09	c   Variables        : 934 (934 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.09	c   Constraints      : 1063
0.00/0.09	c   Objective sense  : minimize
0.00/0.09	c Presolved Problem  :
0.00/0.09	c   Variables        : 930 (930 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.09	c   Constraints      : 1059
0.00/0.09	c Constraints        : Number
0.00/0.09	c   knapsack         : 182 
0.00/0.09	c   setppc           : 871 
0.00/0.09	c   logicor          : 6 
0.00/0.09	c ** Instance transfer method used: 0
0.00/0.10	c ** ParaScipInstance copy does not increase the number of variables. **
0.13/0.17	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.13/0.17	c                                Nodes    Active                                            
0.13/0.17	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.13/0.18	c *       0              0           1        20        1501.0000                -          -
0.13/0.18	c *       0              0           1        20        1480.0000                -          -
1.72/0.31	c *       0              0           1        20         106.0000                -          -
1.72/0.32	c *       0              0           1        20          36.0000                -          -
3.61/0.41	c *       0              0           1        20          29.0000                -          -
3.61/0.44	c *       0              2           1        20          26.0000        -543.0000          -
3.61/0.44	c *       0              2           1        20          25.0000        -543.0000          -
3.61/0.44	c *       0              2           1        20           4.0000        -543.0000          -
3.61/0.46	c *       0              2           3        20           3.0000        -542.0000          -
3.61/0.47	c *       0              2           3        20           2.0000        -542.0000          -
5.66/0.48	c *       0              2           3        20           1.0000        -542.0000          -
5.66/0.48	c         0              1           0         0           1.0000           1.0000      0.00%
6.66/0.61	c         1              1           0         0           1.0000           1.0000      0.00%
6.66/0.61	c SCIP Status        : c problem is solved
6.66/0.61	c Total Time         : 0.61
6.66/0.61	c   solving          : 0.61
6.66/0.61	c   presolving       : 0.09 (included in solving)
6.66/0.61	c B&B Tree           :
6.66/0.61	c   nodes (total)    : 1
6.66/0.61	c Solution           :
6.66/0.61	c   Solutions found  : 12
6.66/0.61	c   Primal Bound     : +1.00000000000000e+00
6.66/0.61	c   Dual Bound       : +1.00000000000000e+00
6.66/0.61	c Gap                : 0.00000 %
6.66/0.61	o 1
6.66/0.61	s OPTIMUM FOUND
6.66/0.61	v x1 x571 -x360 x934 x572 x419 x370 x407 -x845 x926 x369 -x411 -x404 -x844 x363 -x405 -x722 -x364 -x761 -x760 x848 x929 -x235 -x699 
6.66/0.61	v -x762 x849 x930 x686 -x746 -x186 x459 -x675 x685 x458 x684 -x185 -x435 x460 -x238 x314 x444 -x239 x189 x678 x190 -x439 x679 
6.66/0.61	v -x718 -x416 -x359 x418 -x560 -x717 x933 x378 -x559 -x361 x374 x415 x925 x366 -x723 x365 x367 -x410 -x721 -x846 x927 x368 x847 
6.66/0.61	v x932 -x310 -x406 x850 x931 x697 -x759 x830 -x234 -x309 x698 -x747 -x694 -x751 -x236 -x501 -x674 -x690 -x745 -x241 x315 x457 
6.66/0.61	v -x743 x824 -x187 -x240 x313 -x434 x445 -x676 x682 x188 x449 x681 -x683 x191 -x436 x443 x680 x170 -x440 x441 -x504 -x438 -x481 
6.66/0.61	v -x505 x570 -x417 x569 -x889 x568 -x564 x719 x377 x720 x362 x373 x414 -x557 -x724 x346 -x558 -x703 -x893 -x345 -x408 -x651 
6.66/0.61	v -x820 x928 -x344 -x696 -x756 x843 x912 x695 -x758 -x819 x831 x911 x835 x910 x311 -x755 x829 x312 -x339 x454 -x654 -x693 x825 
6.66/0.61	v -x827 -x237 x316 x456 -x477 -x500 -x550 -x655 -x689 -x750 x823 x221 -x295 -x220 x453 -x476 -x502 -x677 -x744 x184 -x219 -x507 
6.66/0.61	v x661 x172 -x437 x448 -x506 x660 x176 x420 -x482 -x553 x658 -x117 x171 -x421 x442 -x480 -x554 -x736 -x888 x899 -x99 x567 -x898 
6.66/0.61	v -x100 -x563 -x357 x375 -x716 x894 -x335 -x358 x371 x412 x704 -x892 -x354 -x708 -x840 x923 -x334 x350 -x409 -x650 -x702 -x757 
6.66/0.61	v -x842 x924 -x610 -x700 x920 -x342 -x652 -x821 x839 x916 x142 -x340 -x343 x657 -x822 -x338 -x455 x656 -x754 x826 x834 -x908 
6.66/0.61	v -x232 x308 -x691 x805 -x909 -x233 x296 x549 -x687 -x748 -x828 -x181 -x229 -x264 -x300 -x672 x183 -x225 -x294 x452 -x478 -x503 
6.66/0.61	v x551 -x673 -x292 -x432 x479 x487 -x556 x669 x180 -x217 -x433 -x446 -x483 x486 -x555 x665 -x218 -x289 x429 x461 -x484 -x116 x175 
6.66/0.61	v -x425 x659 -x799 -x869 x102 x907 x101 -x606 -x735 x890 -x903 -x356 x565 -x713 x891 -x138 -x355 -x561 -x605 -x715 x895 -x896 
6.66/0.61	v x376 -x739 x875 -x897 -x922 -x137 -x372 x413 -x712 -x740 -x841 -x921 -x353 -x611 -x260 x336 -x349 -x609 -x707 x143 x337 -x919 
6.66/0.61	v x141 -x259 x341 x653 -x701 -x838 -x915 -x231 -x305 -x320 -x530 x637 x818 -x230 -x285 -x307 -x397 x636 -x752 x806 x832 -x167 
6.66/0.61	v -x265 -x635 -x671 -x692 x810 -x182 -x263 -x284 -x304 -x670 -x688 -x749 -x795 -x804 -x228 -x431 -x498 -x802 -x113 -x224 -x299 
6.66/0.61	v -x430 x450 -x499 x552 -x794 -x865 -x290 -x400 x475 x495 x536 -x668 -x112 -x179 -x288 -x293 -x401 -x447 x463 x491 x535 -x664 
6.66/0.61	v -x214 -x428 -x467 -x533 -x800 -x118 x173 -x424 x462 -x485 -x798 -x868 x906 x98 -x581 -x714 x737 -x902 x97 x566 -x742 -x887 
6.66/0.61	v x526 -x562 -x607 -x741 x876 -x608 x880 -x139 -x163 x525 -x612 -x711 x874 -x140 -x351 -x585 -x591 x872 x144 -x162 -x347 -x705 
6.66/0.61	v x123 -x333 -x531 x648 -x815 -x917 -x88 -x261 -x306 x321 -x529 x649 -x817 -x836 -x913 -x168 x262 -x325 -x645 -x166 x210 -x266 
6.66/0.61	v -x319 -x396 -x641 -x753 x814 x833 x245 -x317 -x497 -x32 x209 x286 -x303 -x398 -x496 -x633 -x809 -x91 -x226 x287 -x403 -x472 x547 
6.66/0.61	v -x634 -x92 -x222 -x291 -x297 -x402 -x451 x474 x548 -x796 -x803 -x864 -x215 x270 x494 -x544 -x666 -x797 -x114 -x177 -x213 
6.66/0.61	v -x471 x490 -x540 -x662 -x801 -x866 -x35 -x115 -x426 -x779 -x871 -x36 -x119 x174 -x422 -x466 -x534 -x870 -x886 x904 x580 x738 
6.66/0.61	v -x885 -x900 x95 x728 -x884 -x96 -x586 x604 x727 x527 -x584 x592 -x626 -x709 -x879 -x136 -x330 -x352 x528 x596 -x647 x124 -x164 
6.66/0.61	v -x332 -x348 -x532 -x590 x646 -x706 -x816 -x873 x128 x165 -x511 -x588 -x918 -x87 x122 -x169 -x329 -x837 -x914 -x120 x148 x258 
6.66/0.61	v -x629 -x644 -x89 x246 -x324 -x630 -x640 x813 x94 x250 -x546 -x31 -x93 x211 -x244 -x301 -x318 x399 -x473 x545 -x807 x212 -x227 
6.66/0.61	v -x242 -x283 x383 -x33 x216 -x223 x271 -x298 x382 x38 -x195 x275 x381 -x492 -x543 -x667 -x793 -x37 -x178 x269 -x470 x488 -x539 
6.66/0.61	v -x663 -x781 -x867 -x111 x267 -x427 -x785 x851 x107 -x423 -x464 -x780 -x852 -x734 x905 x582 x733 -x901 x583 -x601 -x587 -x603 
6.66/0.61	v x732 -x883 -x133 -x576 -x48 -x135 -x331 x600 -x625 -x710 x725 -x877 x524 x726 x132 x512 -x595 -x627 -x772 -x161 x255 -x516 
6.66/0.61	v -x632 -x64 x127 x149 x257 -x328 -x510 -x589 -x631 -x51 x153 -x508 -x642 -x52 x90 -x121 x147 -x254 -x322 -x638 x811 x75 x145 
6.66/0.61	v -x280 -x394 -x775 -x10 x74 x249 -x282 -x302 -x395 -x776 -x808 -x67 x73 x208 -x391 -x790 x34 -x68 x196 -x243 -x279 x387 -x792 
6.66/0.61	v x20 -x108 x200 -x493 -x541 -x862 -x19 -x110 -x194 x274 x379 -x468 x489 -x537 -x789 -x863 -x13 -x17 -x192 -x380 x859 -x14 x106 
6.66/0.61	v x268 -x465 -x784 x855 -x602 -x134 x731 -x881 x521 x579 -x47 x523 -x575 -x599 -x878 -x158 -x573 -x49 x131 -x160 x256 x520 -x593 
6.66/0.61	v -x628 -x771 x54 -x617 x53 -x63 x125 -x157 -x326 -x515 -x616 x773 -x85 -x393 -x615 -x643 x778 -x65 -x86 x152 -x253 -x281 -x323 
6.66/0.61	v -x392 -x509 -x639 x777 -x812 -x70 x82 -x205 -x9 -x69 x79 -x146 x207 x247 -x791 -x29 -x390 -x861 -x11 x30 -x71 -x109 x204 
6.66/0.61	v -x278 -x386 -x860 -x16 x26 -x72 -x542 -x15 x23 -x199 x272 -x469 -x538 -x788 -x858 -x18 x105 -x193 -x782 x853 x522 x729 -x882 
6.66/0.61	v -x46 x518 -x598 -x622 -x45 -x159 x577 -x597 -x621 x730 x44 -x130 -x155 x517 x578 -x623 -x770 -x50 x129 x519 -x574 -x594 -x624 
6.66/0.61	v x769 x43 -x62 -x84 -x154 -x620 x768 x42 -x61 -x83 x126 -x156 -x327 -x513 -x618 x774 -x41 x60 -x81 -x252 -x619 x767 -x39 -x66 
6.66/0.61	v x150 -x206 -x251 -x514 -x613 x766 -x8 -x28 -x40 x59 x80 -x202 -x389 -x614 -x765 -x7 -x27 -x58 x78 -x151 x248 -x763 -x6 x25 
6.66/0.61	v -x57 x201 -x277 -x388 -x764 -x12 -x55 x76 x203 -x276 -x384 x5 x24 -x56 x77 -x787 -x857 x4 x21 -x197 -x273 -x385 -x786 x2 x104 
6.66/0.61	v -x856 x3 x22 x103 -x198 -x783 -x854 

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: 4
  memory of node 0: 191670 MiB (191058 MiB free)
  memory of node 1: 193531 MiB (191658 MiB free)
  memory of node 2: 193531 MiB (193160 MiB free)
  memory of node 3: 193493 MiB (193100 MiB free)
  node distances:
     10  21  21  21
     21  10  21  21
     21  21  10  21
     21  21  21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465277-1722441596/watcher-4465277-1722441596 -o /tmp/evaluation-result-4465277-1722441596/solver-4465277-1722441596 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722441596-58771 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465277-1722441596.opb -qsol -t 3600 -sth 20 

running on 20 cores: 3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79

CPU governors:
  performance: 3 7 11 15 19 23 27 31 35 39 43 47 51 55 59 63 67 71 75 79

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=58822, runsolver pid=58813
Current StackSize limit: 8192 KiB


[startup+0.100102 s]*
/proc/loadavg: 0.00 0.00 0.00 9/891 58900
/proc/meminfo: memFree=787296844/790760800 swapFree=131071996/131071996
[pid=58822] ppid=58813 vsize=1510908 memory=52064 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/stat : 58822 (fscip) S 58813 58822 58757 0 -1 1077936128 9415 0 0 0 11 2 0 0 20 0 21 0 10739071 1547169792 13016 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
/proc/58822/statm: 377727 13016 2790 3035 0 52730 0
[pid=58822/tid=58892] ppid=58813 vsize=1510908 memory=4026532252 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58892/stat : 58892 (fscip) S 58813 58822 58757 0 -1 1077936192 707 0 0 0 0 0 0 0 20 0 21 0 10739081 1547169792 13016 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58893] ppid=58813 vsize=1510908 memory=211359661321 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58893/stat : 58893 (fscip) S 58813 58822 58757 0 -1 1077936192 707 0 0 0 0 0 0 0 20 0 21 0 10739081 1547169792 13016 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58894] ppid=58813 vsize=1510908 memory=32655 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58894/stat : 58894 (fscip) R 58813 58822 58757 0 -1 4194368 128 0 0 0 0 0 0 0 20 0 21 0 10739081 1547169792 13016 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58895] ppid=58813 vsize=1510908 memory=32993 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58895/stat : 58895 (fscip) S 58813 58822 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10739081 1547169792 13016 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58896] ppid=58813 vsize=1510908 memory=33339 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58896/stat : 58896 (fscip) S 58813 58822 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10739081 1547169792 13016 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58897] ppid=58813 vsize=1510908 memory=86171 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58897/stat : 58897 (fscip) S 58813 58822 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10739081 1547169792 13082 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58898] ppid=58813 vsize=1510908 memory=48877 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58898/stat : 58898 (fscip) S 58813 58822 58757 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 10739081 1547169792 13082 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58899] ppid=58813 vsize=1510908 memory=60799 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58899/stat : 58899 (fscip) S 58813 58822 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10739081 1547169792 13082 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58900] ppid=58813 vsize=1510908 memory=20822 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58900/stat : 58900 (fscip) S 58813 58822 58757 0 -1 1077936192 708 0 0 0 0 0 0 0 20 0 21 0 10739081 1547169792 13082 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58901] ppid=58813 vsize=1510908 memory=130837 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58901/stat : 58901 (fscip) S 58813 58822 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10739081 1547169792 13082 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58902] ppid=58813 vsize=1510908 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58902/stat : 58902 (fscip) S 58813 58822 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10739081 1547169792 13082 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58903] ppid=58813 vsize=1510908 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58903/stat : 58903 (fscip) S 58813 58822 58757 0 -1 1077936192 707 0 0 0 0 0 0 0 20 0 21 0 10739081 1547169792 13082 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58904] ppid=58813 vsize=1510908 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58904/stat : 58904 (fscip) S 58813 58822 58757 0 -1 1077936192 706 0 0 0 0 0 0 0 20 0 21 0 10739081 1547169792 13082 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58905] ppid=58813 vsize=1510908 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58905/stat : 58905 (fscip) S 58813 58822 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10739081 1547169792 13082 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58906] ppid=58813 vsize=1510908 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58906/stat : 58906 (fscip) S 58813 58822 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10739081 1547169792 13082 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58907] ppid=58813 vsize=1510908 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58907/stat : 58907 (fscip) S 58813 58822 58757 0 -1 1077936192 707 0 0 0 0 0 0 0 20 0 21 0 10739081 1547169792 13082 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58908] ppid=58813 vsize=1510908 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58908/stat : 58908 (fscip) S 58813 58822 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10739081 1547169792 13082 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58909] ppid=58813 vsize=1510908 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58909/stat : 58909 (fscip) S 58813 58822 58757 0 -1 1077936192 707 0 0 0 0 0 0 0 20 0 21 0 10739081 1547169792 13082 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58910] ppid=58813 vsize=1510908 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58910/stat : 58910 (fscip) S 58813 58822 58757 0 -1 1077936192 707 0 0 0 0 0 0 0 20 0 21 0 10739081 1547169792 13082 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58911] ppid=58813 vsize=1510908 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58911/stat : 58911 (fscip) S 58813 58822 58757 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10739081 1547169792 13082 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 1510908 KiB
Current children cumulated memory: 52064 KiB

[startup+0.24222 s]*
/proc/loadavg: 0.00 0.00 0.00 25/939 58959
/proc/meminfo: memFree=786802872/790760800 swapFree=131071996/131071996
[pid=58822] ppid=58813 vsize=1712428 memory=224516 CPUtime=1.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/stat : 58822 (fscip) S 58813 58822 58757 0 -1 1077936128 51449 0 0 0 156 16 0 0 20 0 41 0 10739071 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 17 51 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
/proc/58822/statm: 428107 56129 2806 3035 0 140820 0
[pid=58822/tid=58892] ppid=58813 vsize=1712428 memory=4026531957 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58892/stat : 58892 (fscip) R 58813 58822 58757 0 -1 4194368 2382 0 0 0 7 0 0 0 20 0 41 0 10739081 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58893] ppid=58813 vsize=1712428 memory=207064662359 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58893/stat : 58893 (fscip) R 58813 58822 58757 0 -1 4194368 2398 0 0 0 7 0 0 0 20 0 41 0 10739081 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58894] ppid=58813 vsize=1712428 memory=59610673479151 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58894/stat : 58894 (fscip) R 58813 58822 58757 0 -1 4194368 2398 0 0 0 7 0 0 0 20 0 41 0 10739081 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58895] ppid=58813 vsize=1712428 memory=62913520107217 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58895/stat : 58895 (fscip) R 58813 58822 58757 0 -1 4194368 2378 0 0 0 7 0 0 0 20 0 41 0 10739081 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58896] ppid=58813 vsize=1712428 memory=57381635784631 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58896/stat : 58896 (fscip) R 58813 58822 58757 0 -1 4194368 2403 0 0 0 7 0 0 0 20 0 41 0 10739081 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58897] ppid=58813 vsize=1712428 memory=60718842203447 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58897/stat : 58897 (fscip) R 58813 58822 58757 0 -1 4194368 2395 0 0 0 7 0 0 0 20 0 41 0 10739081 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58898] ppid=58813 vsize=1712428 memory=14135528467511713 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58898/stat : 58898 (fscip) R 58813 58822 58757 0 -1 4194368 2405 0 0 0 8 0 0 0 20 0 41 0 10739081 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58899] ppid=58813 vsize=1712428 memory=14975594005849331 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58899/stat : 58899 (fscip) R 58813 58822 58757 0 -1 4194368 2394 0 0 0 7 0 0 0 20 0 41 0 10739081 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58900] ppid=58813 vsize=1712428 memory=93720 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58900/stat : 58900 (fscip) R 58813 58822 58757 0 -1 4194368 2401 0 0 0 7 0 0 0 20 0 41 0 10739081 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58901] ppid=58813 vsize=1712428 memory=130836 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58901/stat : 58901 (fscip) R 58813 58822 58757 0 -1 4194368 2382 0 0 0 7 0 0 0 20 0 41 0 10739081 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58902] ppid=58813 vsize=1712428 memory=0 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58902/stat : 58902 (fscip) R 58813 58822 58757 0 -1 4194368 2310 0 0 0 4 0 0 0 20 0 41 0 10739081 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58903] ppid=58813 vsize=1712428 memory=0 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58903/stat : 58903 (fscip) R 58813 58822 58757 0 -1 4194368 2399 0 0 0 7 1 0 0 20 0 41 0 10739081 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58904] ppid=58813 vsize=1712428 memory=0 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58904/stat : 58904 (fscip) R 58813 58822 58757 0 -1 4194368 2379 0 0 0 7 0 0 0 20 0 41 0 10739081 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58905] ppid=58813 vsize=1712428 memory=0 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58905/stat : 58905 (fscip) R 58813 58822 58757 0 -1 4194368 2400 0 0 0 7 0 0 0 20 0 41 0 10739081 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58906] ppid=58813 vsize=1712428 memory=0 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58906/stat : 58906 (fscip) R 58813 58822 58757 0 -1 4194368 2396 0 0 0 7 1 0 0 20 0 41 0 10739081 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58907] ppid=58813 vsize=1712428 memory=0 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58907/stat : 58907 (fscip) R 58813 58822 58757 0 -1 4194368 2388 0 0 0 7 0 0 0 20 0 41 0 10739081 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58908] ppid=58813 vsize=1712428 memory=0 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58908/stat : 58908 (fscip) R 58813 58822 58757 0 -1 4194368 2399 0 0 0 7 0 0 0 20 0 41 0 10739081 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58909] ppid=58813 vsize=1712428 memory=0 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58909/stat : 58909 (fscip) R 58813 58822 58757 0 -1 4194368 2396 0 0 0 7 0 0 0 20 0 41 0 10739081 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58910] ppid=58813 vsize=1712428 memory=0 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58910/stat : 58910 (fscip) R 58813 58822 58757 0 -1 4194368 2401 0 0 0 7 0 0 0 20 0 41 0 10739081 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58911] ppid=58813 vsize=1712428 memory=0 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58911/stat : 58911 (fscip) R 58813 58822 58757 0 -1 4194368 2395 0 0 0 7 0 0 0 20 0 41 0 10739081 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58916] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58916/stat : 58916 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739088 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58917] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58917/stat : 58917 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739088 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58918] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58918/stat : 58918 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739088 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58919] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58919/stat : 58919 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739088 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58920] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58920/stat : 58920 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739088 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58921] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58921/stat : 58921 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58922] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58922/stat : 58922 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58923] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58923/stat : 58923 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58924] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58924/stat : 58924 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58925] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58925/stat : 58925 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58926] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58926/stat : 58926 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58927] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58927/stat : 58927 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58928] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58928/stat : 58928 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58929] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58929/stat : 58929 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58930] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58930/stat : 58930 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58931] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58931/stat : 58931 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58932] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58932/stat : 58932 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58933] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58933/stat : 58933 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58934] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58934/stat : 58934 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58935] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58935/stat : 58935 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 56129 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 1712428 KiB
Current children cumulated memory: 224516 KiB

[startup+0.327219 s]*
/proc/loadavg: 0.00 0.00 0.00 33/939 58959
/proc/meminfo: memFree=786493816/790760800 swapFree=131071996/131071996
[pid=58822] ppid=58813 vsize=1712428 memory=311636 CPUtime=3.61 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/stat : 58822 (fscip) S 58813 58822 58757 0 -1 1077936128 74280 0 0 0 336 25 0 0 20 0 41 0 10739071 1753526272 77909 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 17 47 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
/proc/58822/statm: 428107 77909 2950 3035 0 166266 0
[pid=58822/tid=58892] ppid=58813 vsize=1712428 memory=-6000919507032564842 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58892/stat : 58892 (fscip) R 58813 58822 58757 0 -1 4194368 3254 0 0 0 15 1 0 0 20 0 41 0 10739081 1753526272 77909 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58893] ppid=58813 vsize=1712428 memory=29836794214613092 CPUtime=0.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58893/stat : 58893 (fscip) R 58813 58822 58757 0 -1 4194368 3285 0 0 0 16 1 0 0 20 0 41 0 10739081 1753526272 77909 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58894] ppid=58813 vsize=1712428 memory=0 CPUtime=0.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58894/stat : 58894 (fscip) R 58813 58822 58757 0 -1 4194368 4347 0 0 0 16 1 0 0 20 0 41 0 10739081 1753526272 77909 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58895] ppid=58813 vsize=1712428 memory=0 CPUtime=0.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58895/stat : 58895 (fscip) R 58813 58822 58757 0 -1 4194368 3263 0 0 0 16 1 0 0 20 0 41 0 10739081 1753526272 77909 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58896] ppid=58813 vsize=1712428 memory=0 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58896/stat : 58896 (fscip) R 58813 58822 58757 0 -1 4194368 3227 0 0 0 16 0 0 0 20 0 41 0 10739081 1753526272 77909 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58897] ppid=58813 vsize=1712428 memory=-7594871433784676910 CPUtime=0.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58897/stat : 58897 (fscip) R 58813 58822 58757 0 -1 4194368 4231 0 0 0 16 1 0 0 20 0 41 0 10739081 1753526272 77909 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58898] ppid=58813 vsize=1712428 memory=7679927811743456362 CPUtime=0.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58898/stat : 58898 (fscip) R 58813 58822 58757 0 -1 4194368 3330 0 0 0 17 0 0 0 20 0 41 0 10739081 1753526272 77909 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58899] ppid=58813 vsize=1712428 memory=5791717494736562784 CPUtime=0.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58899/stat : 58899 (fscip) R 58813 58822 58757 0 -1 4194368 3260 0 0 0 16 1 0 0 20 0 41 0 10739081 1753526272 77909 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0

################
# More data... #
################


# cumulated CPU time of all completed processes:  user=6.54646 s, system=0.367557 s

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

[startup+0.442218 s]*
/proc/loadavg: 0.00 0.00 0.00 45/939 58959
/proc/meminfo: memFree=786379532/790760800 swapFree=131071996/131071996
[pid=58822] ppid=58813 vsize=1712428 memory=356304 CPUtime=5.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/stat : 58822 (fscip) R 58813 58822 58757 0 -1 1077936128 92040 0 0 0 538 28 0 0 20 0 41 0 10739071 1753526272 89076 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
/proc/58822/statm: 428107 89076 2950 3035 0 179212 0
[pid=58822/tid=58892] ppid=58813 vsize=1712428 memory=4026531957 CPUtime=0.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58892/stat : 58892 (fscip) R 58813 58822 58757 0 -1 4194368 3335 0 0 0 26 1 0 0 20 0 41 0 10739081 1753526272 89142 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58893] ppid=58813 vsize=1712428 memory=207064662359 CPUtime=0.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58893/stat : 58893 (fscip) R 58813 58822 58757 0 -1 4194368 3695 0 0 0 27 1 0 0 20 0 41 0 10739081 1753526272 89142 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58894] ppid=58813 vsize=1712428 memory=59610673479151 CPUtime=0.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58894/stat : 58894 (fscip) R 58813 58822 58757 0 -1 4194368 6460 0 0 0 25 1 0 0 20 0 41 0 10739081 1753526272 89142 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58895] ppid=58813 vsize=1712428 memory=62913520107217 CPUtime=0.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58895/stat : 58895 (fscip) R 58813 58822 58757 0 -1 4194368 3305 0 0 0 26 1 0 0 20 0 41 0 10739081 1753526272 89208 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58896] ppid=58813 vsize=1712428 memory=57381635784631 CPUtime=0.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58896/stat : 58896 (fscip) R 58813 58822 58757 0 -1 4194368 3902 0 0 0 27 0 0 0 20 0 41 0 10739081 1753526272 89208 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58897] ppid=58813 vsize=1712428 memory=60718842203447 CPUtime=0.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58897/stat : 58897 (fscip) R 58813 58822 58757 0 -1 4194368 6366 0 0 0 26 1 0 0 20 0 41 0 10739081 1753526272 89208 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58898] ppid=58813 vsize=1712428 memory=13572578514090399 CPUtime=0.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58898/stat : 58898 (fscip) R 58813 58822 58757 0 -1 4194368 3348 0 0 0 28 0 0 0 20 0 41 0 10739081 1753526272 89208 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58899] ppid=58813 vsize=1712428 memory=16100394401094058 CPUtime=0.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58899/stat : 58899 (fscip) R 58813 58822 58757 0 -1 4194368 3340 0 0 0 27 1 0 0 20 0 41 0 10739081 1753526272 89208 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58900] ppid=58813 vsize=1712428 memory=3977858492597041667 CPUtime=0.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58900/stat : 58900 (fscip) R 58813 58822 58757 0 -1 4194368 6373 0 0 0 25 1 0 0 20 0 41 0 10739081 1753526272 89208 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58901] ppid=58813 vsize=1712428 memory=3762255253261838002 CPUtime=0.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58901/stat : 58901 (fscip) R 58813 58822 58757 0 -1 4194368 3312 0 0 0 26 1 0 0 20 0 41 0 10739081 1753526272 89208 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58902] ppid=58813 vsize=1712428 memory=0 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58902/stat : 58902 (fscip) R 58813 58822 58757 0 -1 4194368 3313 0 0 0 19 1 0 0 20 0 41 0 10739081 1753526272 89208 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58903] ppid=58813 vsize=1712428 memory=0 CPUtime=0.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58903/stat : 58903 (fscip) R 58813 58822 58757 0 -1 4194368 6478 0 0 0 26 2 0 0 20 0 41 0 10739081 1753526272 89208 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58904] ppid=58813 vsize=1712428 memory=0 CPUtime=0.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58904/stat : 58904 (fscip) R 58813 58822 58757 0 -1 4194368 3464 0 0 0 27 1 0 0 20 0 41 0 10739081 1753526272 89208 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58905] ppid=58813 vsize=1712428 memory=0 CPUtime=0.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58905/stat : 58905 (fscip) R 58813 58822 58757 0 -1 4194368 3344 0 0 0 27 0 0 0 20 0 41 0 10739081 1753526272 89208 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58906] ppid=58813 vsize=1712428 memory=0 CPUtime=0.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58906/stat : 58906 (fscip) R 58813 58822 58757 0 -1 4194368 6360 0 0 0 25 2 0 0 20 0 41 0 10739081 1753526272 89274 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58907] ppid=58813 vsize=1712428 memory=0 CPUtime=0.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58907/stat : 58907 (fscip) R 58813 58822 58757 0 -1 4194368 3326 0 0 0 27 1 0 0 20 0 41 0 10739081 1753526272 89274 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58908] ppid=58813 vsize=1712428 memory=0 CPUtime=0.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58908/stat : 58908 (fscip) R 58813 58822 58757 0 -1 4194368 3333 0 0 0 27 1 0 0 20 0 41 0 10739081 1753526272 89274 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58909] ppid=58813 vsize=1712428 memory=0 CPUtime=0.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58909/stat : 58909 (fscip) R 58813 58822 58757 0 -1 4194368 6347 0 0 0 26 1 0 0 20 0 41 0 10739081 1753526272 89274 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58910] ppid=58813 vsize=1712428 memory=0 CPUtime=0.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58910/stat : 58910 (fscip) R 58813 58822 58757 0 -1 4194368 3328 0 0 0 28 0 0 0 20 0 41 0 10739081 1753526272 89274 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58911] ppid=58813 vsize=1712428 memory=0 CPUtime=0.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58911/stat : 58911 (fscip) R 58813 58822 58757 0 -1 4194368 5763 0 0 0 26 1 0 0 20 0 41 0 10739081 1753526272 89274 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58916] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58916/stat : 58916 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739088 1753526272 89274 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58917] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58917/stat : 58917 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739088 1753526272 89274 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58918] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58918/stat : 58918 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739088 1753526272 89274 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58919] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58919/stat : 58919 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739088 1753526272 89274 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58920] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58920/stat : 58920 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739088 1753526272 89274 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58921] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58921/stat : 58921 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 89274 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58922] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58922/stat : 58922 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 89274 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58923] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58923/stat : 58923 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 89274 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58924] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58924/stat : 58924 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 89274 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58925] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58925/stat : 58925 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 89274 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58926] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58926/stat : 58926 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 89274 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58927] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58927/stat : 58927 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 89274 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58928] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58928/stat : 58928 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 89274 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58929] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58929/stat : 58929 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 89274 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58930] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58930/stat : 58930 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 89274 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58931] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58931/stat : 58931 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 89274 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58932] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58932/stat : 58932 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 89274 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58933] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58933/stat : 58933 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 89274 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58934] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58934/stat : 58934 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 89274 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58935] ppid=58813 vsize=1712428 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58935/stat : 58935 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10739089 1753526272 89274 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
Current children cumulated CPU time: 5.66 s
Current children cumulated vsize: 1712428 KiB
Current children cumulated memory: 356304 KiB

[startup+0.532565 s]*
/proc/loadavg: 0.00 0.00 0.00 30/929 58965
/proc/meminfo: memFree=786317772/790760800 swapFree=131071996/131071996
[pid=58822] ppid=58813 vsize=1686108 memory=308108 CPUtime=6.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/stat : 58822 (fscip) S 58813 58822 58757 0 -1 1077936128 111813 0 0 0 633 33 0 0 20 0 27 0 10739071 1726574592 77027 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 17 11 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
/proc/58822/statm: 421527 77027 2998 3035 0 190958 0
[pid=58822/tid=58892] ppid=58813 vsize=1686108 memory=-8183431371243230913 CPUtime=0.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58892/stat : 58892 (fscip) R 58813 58822 58757 0 -1 4194368 5985 0 0 0 33 2 0 0 20 0 27 0 10739081 1726574592 77225 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58893] ppid=58813 vsize=1686108 memory=0 CPUtime=0.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58893/stat : 58893 (fscip) R 58813 58822 58757 0 -1 4194368 4688 0 0 0 34 1 0 0 20 0 27 0 10739081 1726574592 77225 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58901] ppid=58813 vsize=1686108 memory=0 CPUtime=0.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58901/stat : 58901 (fscip) R 58813 58822 58757 0 -1 4194368 3790 0 0 0 33 1 0 0 20 0 27 0 10739081 1726574592 77225 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58904] ppid=58813 vsize=1686108 memory=0 CPUtime=0.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58904/stat : 58904 (fscip) R 58813 58822 58757 0 -1 4194368 3865 0 0 0 35 1 0 0 20 0 27 0 10739081 1726574592 77291 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58907] ppid=58813 vsize=1686108 memory=506101766409290 CPUtime=0.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58907/stat : 58907 (fscip) R 58813 58822 58757 0 -1 4194368 3686 0 0 0 35 1 0 0 20 0 27 0 10739081 1726574592 77291 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58910] ppid=58813 vsize=1686108 memory=0 CPUtime=0.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58910/stat : 58910 (fscip) R 58813 58822 58757 0 -1 4194368 5092 0 0 0 35 0 0 0 20 0 27 0 10739081 1726574592 77291 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58916] ppid=58813 vsize=1686108 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58916/stat : 58916 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 27 0 10739088 1726574592 77291 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58917] ppid=58813 vsize=1686108 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58917/stat : 58917 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 27 0 10739088 1726574592 77291 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58918] ppid=58813 vsize=1686108 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58918/stat : 58918 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 27 0 10739088 1726574592 77291 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58919] ppid=58813 vsize=1686108 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58919/stat : 58919 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 27 0 10739088 1726574592 77291 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58920] ppid=58813 vsize=1686108 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58920/stat : 58920 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 27 0 10739088 1726574592 77291 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58921] ppid=58813 vsize=1686108 memory=2784 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58921/stat : 58921 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 27 0 10739089 1726574592 77291 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58922] ppid=58813 vsize=1686108 memory=4288 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58922/stat : 58922 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 27 0 10739089 1726574592 77291 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58923] ppid=58813 vsize=1686108 memory=4348 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58923/stat : 58923 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 27 0 10739089 1726574592 77291 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58924] ppid=58813 vsize=1686108 memory=83972 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58924/stat : 58924 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 27 0 10739089 1726574592 77291 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58925] ppid=58813 vsize=1686108 memory=311636 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58925/stat : 58925 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 27 0 10739089 1726574592 77357 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58926] ppid=58813 vsize=1686108 memory=7805983249857933153 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58926/stat : 58926 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 27 0 10739089 1726574592 77357 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58927] ppid=58813 vsize=1686108 memory=5793992394011731553 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58927/stat : 58927 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 27 0 10739089 1726574592 77357 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58928] ppid=58813 vsize=1686108 memory=-8813974798734826869 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58928/stat : 58928 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 27 0 10739089 1726574592 77357 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58929] ppid=58813 vsize=1686108 memory=6291624776501057377 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58929/stat : 58929 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 27 0 10739089 1726574592 77357 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58930] ppid=58813 vsize=1686108 memory=108725846 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58930/stat : 58930 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 27 0 10739089 1726574592 77357 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58931] ppid=58813 vsize=1686108 memory=8993858465875004474 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58931/stat : 58931 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 27 0 10739089 1726574592 77357 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58932] ppid=58813 vsize=1686108 memory=7318452475133972 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58932/stat : 58932 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 27 0 10739089 1726574592 77357 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58933] ppid=58813 vsize=1686108 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58933/stat : 58933 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 27 0 10739089 1726574592 77357 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58934] ppid=58813 vsize=1686108 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58934/stat : 58934 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 27 0 10739089 1726574592 77423 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
[pid=58822/tid=58935] ppid=58813 vsize=1686108 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/58822/task/58935/stat : 58935 (fscip) S 58813 58822 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 27 0 10739089 1726574592 77423 809668444160 4194304 16623229 140730173457264 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 45232128 140730173461519 140730173461636 140730173461636 140730173468656 0
Current children cumulated CPU time: 6.66 s
Current children cumulated vsize: 1686108 KiB
Current children cumulated memory: 308108 KiB

Child status: 0

Real time (s): 0.632267
CPU time (s): 6.91401
CPU user time (s): 6.54646
CPU system time (s): 0.367557
CPU usage (%): 1093.53
Max. virtual memory (cumulated for all children) (KiB): 1712428
Max. memory (cumulated for all children) (KiB): 356304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.54646
system time used= 0.367557
maximum resident set size= 369952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123740
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16778
involuntary context switches= 24


# summary of solver processes directly reported to runsolver:
#   pid: 58822
#   total CPU time (s): 6.91401
#   total CPU user time (s): 6.54646
#   total CPU system time (s): 0.367557

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041367 second user time and 0.132819 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-07-31 17:59:56
IDJOB=4465277
IDBENCH=146663
IDSOLVER=3094
FILE ID=nodeD104/4465277-1722441596
RUNJOBID= nodeD104-1722441596-58771
SLURM_JOB_ID= 8254234
Free space on /tmp= 8622896 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:20:4.5:0.95:100.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465277-1722441596/watcher-4465277-1722441596 -o /tmp/evaluation-result-4465277-1722441596/solver-4465277-1722441596 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722441596-58771 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465277-1722441596.opb -qsol -t 3600 -sth 20

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

MD5SUM BENCH= 0c08209891d9f5241a74237055766898
RANDOM SEED=1797644578

nodeD104.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2464.834
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
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		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1470.775
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
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		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1497.425
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 128
initial apicid	: 128
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
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		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2645.877
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 192
initial apicid	: 192
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2115.055
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
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		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1175.034
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 72
initial apicid	: 72
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
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		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3656.408
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 136
initial apicid	: 136
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
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		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3780.635
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 200
initial apicid	: 200
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3670.772
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1444.595
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3520.180
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 130
initial apicid	: 130
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3317.007
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3524.933
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1440.068
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 70
initial apicid	: 70
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3369.998
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 134
initial apicid	: 134
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3366.369
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 198
initial apicid	: 198
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 16
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2974.149
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 17
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1429.954
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 68
initial apicid	: 68
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 18
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3017.745
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 132
initial apicid	: 132
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 19
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3219.675
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 196
initial apicid	: 196
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 20
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1855.732
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 21
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1457.711
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 88
initial apicid	: 88
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 22
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2457.165
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 152
initial apicid	: 152
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 23
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3158.717
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 216
initial apicid	: 216
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 24
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2048.424
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 25
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3735.633
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 26
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2670.454
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 144
initial apicid	: 144
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 27
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2586.206
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 28
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2590.909
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 29
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2635.135
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 86
initial apicid	: 86
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 30
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2535.377
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 150
initial apicid	: 150
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 31
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2597.826
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 214
initial apicid	: 214
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 32
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2607.142
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 33
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2630.208
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 34
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2564.338
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 146
initial apicid	: 146
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 35
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2584.745
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 36
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2488.425
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 37
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2568.181
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 84
initial apicid	: 84
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 38
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2592.213
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 148
initial apicid	: 148
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 39
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2594.026
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 212
initial apicid	: 212
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 40
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2600.235
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 32
initial apicid	: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 41
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2522.321
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 42
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2487.903
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 160
initial apicid	: 160
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 43
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2591.594
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 44
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2598.379
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 40
initial apicid	: 40
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 45
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2484.879
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 104
initial apicid	: 104
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 46
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2511.160
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 168
initial apicid	: 168
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 47
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2500.000
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 232
initial apicid	: 232
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 48
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2332.589
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 49
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2571.721
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 50
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2505.482
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 162
initial apicid	: 162
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 51
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2500.000
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 52
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2500.000
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 38
initial apicid	: 38
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 53
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2332.589
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 102
initial apicid	: 102
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 54
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2500.000
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 166
initial apicid	: 166
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 55
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2500.000
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 230
initial apicid	: 230
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 56
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2581.775
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 36
initial apicid	: 36
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 57
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2577.479
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 100
initial apicid	: 100
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 58
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2500.000
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 164
initial apicid	: 164
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 59
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2515.000
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 228
initial apicid	: 228
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 60
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2302.631
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 56
initial apicid	: 56
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 61
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2556.352
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 120
initial apicid	: 120
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 62
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2500.000
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 184
initial apicid	: 184
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 63
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2494.834
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 248
initial apicid	: 248
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 64
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2510.080
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 48
initial apicid	: 48
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 65
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2566.598
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 66
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2483.974
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 176
initial apicid	: 176
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 67
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2500.000
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 68
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2332.589
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 54
initial apicid	: 54
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 69
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2587.809
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 118
initial apicid	: 118
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 70
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2505.482
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 182
initial apicid	: 182
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 71
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2489.583
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 246
initial apicid	: 246
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 72
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2531.250
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 73
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2510.964
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 74
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2488.095
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 178
initial apicid	: 178
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 75
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2505.530
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 76
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2511.682
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 52
initial apicid	: 52
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 77
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2515.060
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 116
initial apicid	: 116
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 78
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2488.317
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 180
initial apicid	: 180
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 79
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2500.000
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 244
initial apicid	: 244
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        787437004 kB
MemAvailable:   785310760 kB
Buffers:          122956 kB
Cached:           523408 kB
SwapCached:            0 kB
Active:           267288 kB
Inactive:         766856 kB
Active(anon):       2100 kB
Inactive(anon):   408728 kB
Active(file):     265188 kB
Inactive(file):   358128 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            112540 kB
Writeback:             0 kB
AnonPages:        387392 kB
Mapped:            87436 kB
Shmem:             22536 kB
KReclaimable:     111876 kB
Slab:             428004 kB
SReclaimable:     111876 kB
SUnreclaim:       316128 kB
KernelStack:       14656 kB
PageTables:         9712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1079616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           175872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    256000 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      468992 kB
DirectMap2M:    36728832 kB
DirectMap1G:    768606208 kB

Free space on /tmp at the end= 8622812 MiB
End job on nodeD104 at 2024-07-31 17:59:57