Trace number 4465771

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72000.7 3634.86

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n94-d3-i3-r1.cnf.gz-plain.pb.metafix.opb
MD5SUMd3332ca740d3ae6dd3f9a6cb3b2999d7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark588.803
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables141
Total number of constraints376
Number of constraints which are clauses376
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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 = 23113728, getVmSize() = 23113728, SCIPgetMemUsed() = 1259867, SCIPgetMemTotal() = 1603579, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for presolving in LC to 8.79602e+12 for SCIP **
0.00/0.01	c ** Estimated virtualMemUsedAtSolver = 15466496, getVmSize() = 24920064, SCIPgetMemUsed() = 1451503, SCIPgetMemTotal() = 2318711, SCIPgetMemExternEstim() = 1048576
0.00/0.01	c ** set memory limit for solvers to 4.18857e+11 for each SCIP **
0.00/0.01	c Original Problem   :
0.00/0.01	c   Problem name     : instance-4465771-1722551184
0.00/0.01	c   Variables        : 141 (141 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 376
0.00/0.01	c   Objective sense  : minimize
0.00/0.01	c Presolved Problem  :
0.00/0.01	c   Variables        : 141 (141 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 376
0.00/0.01	c Constraints        : Number
0.00/0.01	c   logicor          : 376 
0.00/0.01	c ** Instance transfer method used: 0
0.00/0.01	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.05	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.05	c                                Nodes    Active                                            
0.00/0.05	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
97.66/5.12	c         5          30606          33        20                -           0.0000          -
199.55/10.22	c        10          72537          37        20                -           0.0000          -
298.29/15.27	c        15           4862        3681        20                -           0.0000          -
399.07/20.31	c        20           7221        5958        20                -           0.0000          -
497.83/25.39	c        25         202103          35        20                -           0.0000          -
598.61/30.43	c        30         244530          37        20                -           0.0000          -
697.27/35.49	c        35         290780          36        20                -           0.0000          -
798.06/40.53	c        41         336418          38        20                -           0.0000          -
896.91/45.58	c        46         376190          32        20                -           0.0000          -
997.71/50.63	c        51         416158          40        20                -           0.0000          -
1096.42/55.68	c        56         457247          32        20                -           0.0000          -
1197.15/60.73	c        61         495195          37        20                -           0.0000          -
1295.88/65.77	c        66         533101          32        20                -           0.0000          -
1396.70/70.82	c        71         572829          37        20                -           0.0000          -
1495.56/75.87	c        76         611780          36        20                -           0.0000          -
1596.17/80.92	c        81         655432          34        20                -           0.0000          -
1694.87/85.97	c        86         692949          34        20                -           0.0000          -
1793.68/91.02	c        91         735810          35        20                -           0.0000          -
1895.12/96.07	c        96         774938          38        20                -           0.0000          -
1993.80/101.12	c       101         813990          35        20                -           0.0000          -
2094.77/106.17	c       106         854677          36        20                -           0.0000          -
2194.89/111.22	c       111         895613          33        20                -           0.0000          -
2293.88/116.27	c       116         936453          35        20                -           0.0000          -
2394.86/121.32	c       121         981223          36        20                -           0.0000          -
2493.83/126.37	c       126        1022806          35        20                -           0.0000          -
2594.46/131.42	c       131        1064423          35        20                -           0.0000          -
2693.32/136.47	c       136        1101923          33        20                -           0.0000          -
2794.27/141.52	c       142        1143775          32        20                -           0.0000          -
2893.02/146.57	c       147        1180872          34        20                -           0.0000          -
2993.97/151.62	c       152        1219911          33        20                -           0.0000          -
3092.54/156.67	c       157        1261627          36        20                -           0.0000          -
3193.48/161.72	c       162        1302934          35        20                -           0.0000          -
3292.13/166.76	c       167        1341794          34        20                -           0.0000          -
3390.80/171.78	c       172         122226      115366        20                -           0.0000          -
3491.74/176.86	c       177         124665      117626        20                -           0.0000          -
3592.46/181.92	c       182         127529      120356        20                -           0.0000          -
3691.33/186.94	c       187        1497711          36        20                -           0.0000          -
3790.17/191.99	c       192        1538186          31        20                -           0.0000          -
3891.83/197.07	c       197        1583252          31        20                -           0.0000          -
3990.35/202.12	c       202        1630182          38        20                -           0.0000          -
4091.33/207.17	c       207        1674599          34        20                -           0.0000          -
4191.15/212.22	c       212        1718421          35        20                -           0.0000          -
4290.04/217.27	c       217        1760230          35        20                -           0.0000          -
4390.94/222.32	c       222         148748      139651        20                -           0.0000          -
4489.99/227.37	c       227         151622      142169        20                -           0.0000          -
4590.73/232.42	c       232        1881945          34        20                -           0.0000          -
4689.49/237.47	c       237        1920773          36        20                -           0.0000          -
4790.07/242.52	c       243        1955637          35        20                -           0.0000          -
4889.11/247.57	c       248        1996758          34        20                -           0.0000          -
4989.86/252.62	c       253        2036984          36        20                -           0.0000          -
5088.69/257.66	c       258        2075052          40        20                -           0.0000          -
5189.50/262.71	c       263        2116143          34        20                -           0.0000          -
5288.52/267.73	c       268        2152886          35        20                -           0.0000          -
5387.24/272.75	c       273         100624       90652        20                -           0.0000          -
5487.88/277.86	c       278         102273       92036        20                -           0.0000          -
5588.73/282.90	c       283         103961       93519        20                -           0.0000          -
5687.73/287.90	c       288         105649       95025        20                -           0.0000          -
5786.74/292.92	c       293         124133      108735        20                -           0.0000          -
5885.72/297.99	c       298         126450      110471        20                -           0.0000          -
5987.26/303.05	c       303         128712      112529        20                -           0.0000          -
6088.21/308.13	c       308         111781      100874        20                -           0.0000          -
6187.46/313.15	c       313         132517      116111        20                -           0.0000          -
6286.21/318.16	c       318         193391      181559        20                -           0.0000          -
6386.67/323.23	c       323         136540      119582        20                -           0.0000          -
6487.67/328.30	c       328         138427      121160        20                -           0.0000          -
6586.71/333.36	c       333         140787      123032        20                -           0.0000          -
6685.78/338.38	c       338        2699200          37        20                -           0.0000          -
6786.39/343.42	c       343         203426      190422        20                -           0.0000          -
6885.28/348.48	c       348        2772567          38        20                -           0.0000          -
6986.23/353.57	c       354        2808324          35        20                -           0.0000          -
7087.35/358.67	c       359         209643      196311        20                -           0.0000          -
7188.24/363.71	c       364        2884203          38        20                -           0.0000          -
7287.16/368.73	c       369         131956      120269        20                -           0.0000          -
7388.00/373.81	c       374         215562      201845        20                -           0.0000          -
7486.79/378.85	c       379         217849      203878        20                -           0.0000          -
7587.56/383.91	c       384        3035884          34        20                -           0.0000          -
7686.66/388.95	c       389        3072355          35        20                -           0.0000          -
7785.51/393.98	c       394         223272      208503        20                -           0.0000          -
7886.87/399.06	c       399         224993      210101        20                -           0.0000          -
7985.77/404.11	c       404        3190700          32        20                -           0.0000          -
8086.55/409.16	c       409        3230208          33        20                -           0.0000          -
8186.86/414.22	c       414         230581      215028        20                -           0.0000          -
8285.82/419.26	c       419        3314407          31        20                -           0.0000          -
8386.77/424.31	c       424        3355766          34        20                -           0.0000          -
8485.68/429.33	c       429         236061      219914        20                -           0.0000          -
8586.70/434.41	c       434        3438597          38        20                -           0.0000          -
8685.88/439.46	c       439        3477600          32        20                -           0.0000          -
8786.68/444.51	c       445         242477      226268        20                -           0.0000          -
8885.78/449.56	c       450        3553922          36        20                -           0.0000          -
8986.87/454.61	c       455         246789      230199        20                -           0.0000          -
9086.03/459.66	c       460         190686      163424        20                -           0.0000          -
9187.11/464.71	c       465         162045      148232        20                -           0.0000          -
9286.13/469.76	c       470        3700176          36        20                -           0.0000          -
9387.21/474.81	c       475         254451      237207        20                -           0.0000          -
9486.12/479.85	c       480        3779807          30        20                -           0.0000          -
9585.25/484.86	c       485        3820731          32        20                -           0.0000          -
9684.40/489.89	c       490        3859964          31        20                -           0.0000          -
9785.40/494.91	c       495        3898347          36        20                -           0.0000          -
9884.41/499.92	c       500         263782      246022        20                -           0.0000          -
9983.52/504.97	c       505         174232      159444        20                -           0.0000          -
10082.44/510.03	c       510         175671      160700        20                -           0.0000          -
10183.88/515.05	c       515         177260      162088        20                -           0.0000          -
10282.54/520.07	c       520         178729      163507        20                -           0.0000          -
10381.83/525.12	c       525         214694      181989        20                -           0.0000          -
10482.60/530.16	c       530         216556      183221        20                -           0.0000          -
10583.10/535.20	c       535         218398      184603        20                -           0.0000          -
10682.23/540.24	c       540         280551      262043        20                -           0.0000          -
10781.40/545.24	c       545         186075      170118        20                -           0.0000          -
10880.36/550.26	c       550         187442      171284        20                -           0.0000          -
10983.39/555.45	c       555         188870      172620        20                -           0.0000          -
11084.08/560.50	c       560         288626      269291        20                -           0.0000          -
11183.02/565.51	c       566        4417653          33        20                -           0.0000          -
11284.08/570.60	c       571        4454341          37        20                -           0.0000          -
11383.16/575.67	c       576        4493018          33        20                -           0.0000          -
11484.23/580.75	c       581         295481      275533        20                -           0.0000          -
11585.39/585.81	c       586        4571586          34        20                -           0.0000          -
11684.55/590.84	c       591        4611122          33        20                -           0.0000          -
11783.22/595.88	c       596         301267      281078        20                -           0.0000          -
11882.33/600.90	c       601         200622      183723        20                -           0.0000          -
11983.24/605.90	c       606         304802      284504        20                -           0.0000          -
12082.19/611.03	c       611        4768590          32        20                -           0.0000          -
12183.85/616.09	c       616         308189      287711        20                -           0.0000          -
12286.20/621.22	c       621         247630      207739        20                -           0.0000          -
12385.18/626.28	c       626         311678      291187        20                -           0.0000          -
12485.91/631.32	c       631         251101      210608        20                -           0.0000          -
12584.89/636.38	c       636        4958043          32        20                -           0.0000          -
12685.87/641.43	c       641        4996091          32        20                -           0.0000          -
12787.01/646.51	c       647        5034808          31        20                -           0.0000          -
12886.17/651.56	c       652         214362      195914        20                -           0.0000          -
12986.75/656.61	c       657         215775      197245        20                -           0.0000          -
13085.77/661.64	c       662         217146      198444        20                -           0.0000          -
13186.88/666.71	c       667        5191090          33        20                -           0.0000          -
13286.04/671.75	c       672        5232094          32        20                -           0.0000          -
13385.03/676.77	c       677        5273163          34        20                -           0.0000          -
13486.13/681.83	c       682         267194      223725        20                -           0.0000          -
13587.28/686.91	c       687        5347780          32        20                -           0.0000          -
13686.33/691.96	c       692        5386253          36        20                -           0.0000          -
13785.31/697.01	c       697        5424786          32        20                -           0.0000          -
13887.12/702.06	c       702         334942      312443        20                -           0.0000          -
13986.07/707.07	c       707         228131      208443        20                -           0.0000          -
14087.10/712.15	c       712        5544922          32        20                -           0.0000          -
14187.28/717.21	c       717         340563      318046        20                -           0.0000          -
14286.16/722.26	c       722        5614147          29        20                -           0.0000          -
14387.22/727.31	c       727         281812      235505        20                -           0.0000          -
14486.32/732.32	c       732         234981      214983        20                -           0.0000          -
14587.12/737.41	c       737        5727603          33        20                -           0.0000          -
14686.24/742.46	c       742        5765444          34        20                -           0.0000          -
14787.43/747.51	c       748        5802673          33        20                -           0.0000          -
14886.66/752.56	c       753        5842435          31        20                -           0.0000          -
14985.54/757.59	c       758         290978      243252        20                -           0.0000          -
15086.49/762.66	c       763         292487      244619        20                -           0.0000          -
15185.52/767.68	c       768         355599      332798        20                -           0.0000          -
15286.68/772.75	c       773        6000945          37        20                -           0.0000          -
15387.06/777.81	c       778         246887      225474        20                -           0.0000          -
15486.19/782.84	c       783        6078205          33        20                -           0.0000          -
15586.87/787.91	c       788        6117073          34        20                -           0.0000          -
15685.81/792.96	c       793        6156157          34        20                -           0.0000          -
15784.76/797.97	c       798        6190724          35        20                -           0.0000          -
15883.73/803.01	c       803         304685      254126        20                -           0.0000          -
15985.22/808.07	c       808         254221      232160        20                -           0.0000          -
16084.30/813.12	c       813        6292382          33        20                -           0.0000          -
16185.20/818.18	c       818         372317      349165        20                -           0.0000          -
16285.62/823.23	c       823         374226      351070        20                -           0.0000          -
16384.39/828.28	c       828         376187      353031        20                -           0.0000          -
16483.26/833.29	c       833         313430      261368        20                -           0.0000          -
16584.11/838.32	c       838         379923      356767        20                -           0.0000          -
16683.19/843.37	c       843        6529993          32        20                -           0.0000          -
16782.47/848.38	c       848         383358      360188        20                -           0.0000          -
16883.52/853.40	c       853        6613380          30        20                -           0.0000          -
16982.70/858.42	c       858        6653972          35        20                -           0.0000          -
17081.70/863.47	c       863         321997      267863        20                -           0.0000          -
17182.65/868.57	c       869         323172      268851        20                -           0.0000          -
17283.27/873.61	c       874        6764977          30        20                -           0.0000          -
17386.01/878.81	c       879        6802303          33        20                -           0.0000          -
17485.04/883.86	c       884         393006      369655        20                -           0.0000          -
17586.21/888.91	c       889        6879130          33        20                -           0.0000          -
17685.02/893.97	c       894         395953      372545        20                -           0.0000          -
17784.02/899.01	c       899        6956814          36        20                -           0.0000          -
17885.49/904.06	c       904        6992732          36        20                -           0.0000          -
17984.57/909.11	c       909        7030669          33        20                -           0.0000          -
18085.15/914.16	c       914         336512      278950        20                -           0.0000          -
18185.52/919.21	c       919         338137      280301        20                -           0.0000          -
18284.52/924.26	c       924         282444      257072        20                -           0.0000          -
18385.52/929.31	c       929        7187131          32        20                -           0.0000          -
18484.56/934.36	c       934        7225823          33        20                -           0.0000          -
18585.54/939.41	c       939         344160      285017        20                -           0.0000          -
18684.58/944.44	c       944         286501      260753        20                -           0.0000          -
18785.54/949.51	c       950        7339957          33        20                -           0.0000          -
18884.68/954.56	c       955         413069      387784        20                -           0.0000          -
18983.50/959.59	c       960        7418445          32        20                -           0.0000          -
19084.64/964.62	c       965        7458392          31        20                -           0.0000          -
19185.77/969.71	c       970        7495645          35        20                -           0.0000          -
19284.89/974.73	c       975        7535617          32        20                -           0.0000          -
19385.96/979.81	c       980         355357      294225        20                -           0.0000          -
19485.01/984.85	c       985        7610947          36        20                -           0.0000          -
19586.16/989.91	c       990         423612      397903        20                -           0.0000          -
19685.33/994.96	c       995         296687      270276        20                -           0.0000          -
19784.29/1000.01	c      1000        7723507          38        20                -           0.0000          -
19885.88/1005.06	c      1005         298753      272201        20                -           0.0000          -
19984.83/1010.12	c      1010         363834      300837        20                -           0.0000          -
20086.01/1015.17	c      1015         430528      404536        20                -           0.0000          -
20186.42/1020.21	c      1020        7875665          33        20                -           0.0000          -
20285.48/1025.23	c      1025        7916066          33        20                -           0.0000          -
20384.56/1030.24	c      1030         434296      408260        20                -           0.0000          -
20483.47/1035.26	c      1035         435474      409389        20                -           0.0000          -
20584.57/1040.30	c      1040         437177      411075        20                -           0.0000          -
20685.51/1045.40	c      1045         307533      279567        20                -           0.0000          -
20784.54/1050.42	c      1050        8114970          36        20                -           0.0000          -
20885.66/1055.52	c      1056        8152959          29        20                -           0.0000          -
20986.68/1060.61	c      1061         442616      416206        20                -           0.0000          -
21085.79/1065.66	c      1066         443967      417377        20                -           0.0000          -
21186.95/1070.71	c      1071        8265463          35        20                -           0.0000          -
21285.94/1075.76	c      1076        8305863          32        20                -           0.0000          -
21386.81/1080.81	c      1081         448129      421436        20                -           0.0000          -
21486.01/1085.86	c      1086         383002      316393        20                -           0.0000          -
21584.72/1090.88	c      1091         450786      424013        20                -           0.0000          -
21685.83/1095.93	c      1096         452046      425257        20                -           0.0000          -
21785.00/1100.99	c      1101        8503743          33        20                -           0.0000          -
21883.95/1106.00	c      1106         454813      427949        20                -           0.0000          -
21985.60/1111.03	c      1111         323228      292658        20                -           0.0000          -
22084.72/1116.05	c      1116         457261      430353        20                -           0.0000          -
22186.91/1121.21	c      1121         458605      431647        20                -           0.0000          -
22285.79/1126.26	c      1126         459927      432916        20                -           0.0000          -
22386.95/1131.31	c      1131        8752713          32        20                -           0.0000          -
22485.92/1136.34	c      1136         396332      326934        20                -           0.0000          -
22584.99/1141.37	c      1141         463246      435963        20                -           0.0000          -
22686.13/1146.46	c      1146         330678      299632        20                -           0.0000          -
22785.25/1151.49	c      1151        8919809          31        20                -           0.0000          -
22886.41/1156.56	c      1157        8962319          35        20                -           0.0000          -
22987.33/1161.60	c      1162        8999218          37        20                -           0.0000          -
23086.42/1166.61	c      1167        9038088          32        20                -           0.0000          -
23185.48/1171.62	c      1172        9076196          36        20                -           0.0000          -
23284.38/1176.62	c      1177        9112347          33        20                -           0.0000          -
23387.24/1181.81	c      1182        9149939          34        20                -           0.0000          -
23486.38/1186.86	c      1187         408428      337837        20                -           0.0000          -
23587.08/1191.91	c      1192         474801      446567        20                -           0.0000          -
23686.15/1196.93	c      1197         476146      447841        20                -           0.0000          -
23785.25/1202.01	c      1202        9301641          29        20                -           0.0000          -
23884.30/1207.02	c      1207        9341816          32        20                -           0.0000          -
23985.89/1212.10	c      1212         415272      343194        20                -           0.0000          -
24087.16/1217.16	c      1217        9425281          31        20                -           0.0000          -
24187.40/1222.21	c      1222         345667      313976        20                -           0.0000          -
24286.11/1227.22	c      1227         419235      346387        20                -           0.0000          -
24387.06/1232.31	c      1232        9549464          32        20                -           0.0000          -
24486.23/1237.36	c      1237         485743      456619        20                -           0.0000          -
24587.45/1242.41	c      1242         486939      457767        20                -           0.0000          -
24686.42/1247.45	c      1247        9670679          31        20                -           0.0000          -
24785.60/1252.48	c      1252        9714351          34        20                -           0.0000          -
24886.63/1257.52	c      1258        9755017          35        20                -           0.0000          -
24985.52/1262.54	c      1263        9796031          29        20                -           0.0000          -
25084.60/1267.55	c      1268        9835117          35        20                -           0.0000          -
25185.55/1272.62	c      1273         430269      355161        20                -           0.0000          -
25284.74/1277.64	c      1278         356771      323480        20                -           0.0000          -
25383.73/1282.67	c      1283         357712      324421        20                -           0.0000          -
25484.85/1287.70	c      1288        9991138          35        20                -           0.0000          -
25584.04/1292.72	c      1293         497734      467952        20                -           0.0000          -
25683.02/1297.77	c      1298       10072921          30        20                -           0.0000          -
25786.07/1302.92	c      1303       10116389          28        20                -           0.0000          -
25885.17/1307.96	c      1308         438623      362051        20                -           0.0000          -
25983.70/1313.01	c      1313         439979      362968        20                -           0.0000          -
26085.61/1318.12	c      1318       10237174          33        20                -           0.0000          -
26187.80/1323.20	c      1323       10275536          34        20                -           0.0000          -
26286.99/1328.26	c      1328       10314696          34        20                -           0.0000          -
26388.16/1333.31	c      1333         366271      331658        20                -           0.0000          -
26487.33/1338.36	c      1338         446134      367720        20                -           0.0000          -
26588.44/1343.41	c      1343       10435147          33        20                -           0.0000          -
26687.57/1348.45	c      1348       10473440          31        20                -           0.0000          -
26788.60/1353.51	c      1354         370031      334900        20                -           0.0000          -
26887.57/1358.56	c      1359       10553309          30        20                -           0.0000          -
26988.54/1363.60	c      1364         451942      373096        20                -           0.0000          -
27087.65/1368.66	c      1369         373135      337625        20                -           0.0000          -
27188.85/1373.71	c      1374       10667545          33        20                -           0.0000          -
27287.91/1378.76	c      1379         455511      375996        20                -           0.0000          -
27389.00/1383.81	c      1384       10747424          32        20                -           0.0000          -
27488.15/1388.86	c      1389       10787389          37        20                -           0.0000          -
27589.19/1393.90	c      1394         519432      488398        20                -           0.0000          -
27688.34/1398.95	c      1399         520578      489513        20                -           0.0000          -
27787.27/1403.98	c      1404         379864      343846        20                -           0.0000          -
27888.80/1409.04	c      1409       10946709          34        20                -           0.0000          -
27987.63/1414.11	c      1414       10986925          34        20                -           0.0000          -
28088.83/1419.16	c      1419         382634      346336        20                -           0.0000          -
28187.69/1424.17	c      1424       11065845          30        20                -           0.0000          -
28288.24/1429.21	c      1429       11104502          35        20                -           0.0000          -
28387.18/1434.28	c      1434         385564      349199        20                -           0.0000          -
28488.30/1439.34	c      1439         469887      387693        20                -           0.0000          -
28587.63/1444.38	c      1444         387605      351230        20                -           0.0000          -
28688.49/1449.42	c      1449       11260111          35        20                -           0.0000          -
28787.53/1454.44	c      1454         532531      500922        20                -           0.0000          -
28888.57/1459.54	c      1460         533397      501698        20                -           0.0000          -
28989.20/1464.61	c      1465         534554      502682        20                -           0.0000          -
29088.24/1469.66	c      1470       11426858          35        20                -           0.0000          -
29189.42/1474.71	c      1475         393145      356310        20                -           0.0000          -
29288.51/1479.73	c      1480       11513848          34        20                -           0.0000          -
29387.56/1484.75	c      1485       11553552          33        20                -           0.0000          -
29486.66/1489.79	c      1490       11594129          32        20                -           0.0000          -
29589.77/1494.90	c      1495       11634822          34        20                -           0.0000          -
29688.84/1499.91	c      1500         482453      397900        20                -           0.0000          -
29788.02/1504.92	c      1505         483494      398812        20                -           0.0000          -
29889.95/1510.06	c      1510       11752708          29        20                -           0.0000          -
29989.01/1515.11	c      1515       11793496          30        20                -           0.0000          -
30090.19/1520.16	c      1520       11835044          37        20                -           0.0000          -
30190.48/1525.20	c      1525       11878558          33        20                -           0.0000          -
30289.51/1530.24	c      1530         548571      516099        20                -           0.0000          -
30388.72/1535.26	c      1535       11968043          36        20                -           0.0000          -
30489.74/1540.30	c      1540       12013150          36        20                -           0.0000          -
30589.03/1545.38	c      1545         551458      518834        20                -           0.0000          -
30688.10/1550.39	c      1550         552538      519849        20                -           0.0000          -
30788.89/1555.48	c      1555         409111      370715        20                -           0.0000          -
30889.97/1560.50	c      1560         410253      371803        20                -           0.0000          -
30991.07/1565.61	c      1566         555057      522186        20                -           0.0000          -
31090.06/1570.66	c      1571         412158      373502        20                -           0.0000          -
31191.28/1575.71	c      1576       12307679          34        20                -           0.0000          -
31290.24/1580.74	c      1581         414206      375158        20                -           0.0000          -
31391.17/1585.81	c      1586         558465      525322        20                -           0.0000          -
31490.15/1590.86	c      1591         416215      376972        20                -           0.0000          -
31591.01/1595.91	c      1596       12477250          33        20                -           0.0000          -
31690.06/1600.93	c      1601       12517381          31        20                -           0.0000          -
31789.13/1605.95	c      1606         418926      379644        20                -           0.0000          -
31887.88/1610.98	c      1611       12595353          33        20                -           0.0000          -
31989.51/1616.11	c      1616         506574      417635        20                -           0.0000          -
32091.08/1621.16	c      1621       12679283          32        20                -           0.0000          -
32190.05/1626.19	c      1626       12721584          33        20                -           0.0000          -
32290.53/1631.24	c      1631       12761096          31        20                -           0.0000          -
32391.69/1636.31	c      1636         424052      384597        20                -           0.0000          -
32490.85/1641.35	c      1641       12843566          34        20                -           0.0000          -
32591.98/1646.41	c      1646         425701      386125        20                -           0.0000          -
32691.05/1651.43	c      1651         571545      537298        20                -           0.0000          -
32790.18/1656.44	c      1656         427426      387738        20                -           0.0000          -
32891.33/1661.53	c      1662       13012133          34        20                -           0.0000          -
32992.54/1666.61	c      1667       13051571          27        20                -           0.0000          -
33091.74/1671.66	c      1672         575287      540795        20                -           0.0000          -
33190.76/1676.67	c      1677         430808      391058        20                -           0.0000          -
33291.90/1681.72	c      1682       13176226          30        20                -           0.0000          -
33391.03/1686.74	c      1687         520493      428841        20                -           0.0000          -
33492.14/1691.84	c      1692         579166      544358        20                -           0.0000          -
33591.18/1696.85	c      1697         580331      545420        20                -           0.0000          -
33690.30/1701.86	c      1702         580864      545949        20                -           0.0000          -
33789.49/1706.88	c      1707         523772      431426        20                -           0.0000          -
33890.32/1711.94	c      1712         582902      547889        20                -           0.0000          -
33989.37/1716.97	c      1717         437541      397250        20                -           0.0000          -
34088.30/1722.03	c      1722         438373      397955        20                -           0.0000          -
34189.98/1727.11	c      1727       13540571          33        20                -           0.0000          -
34288.86/1732.12	c      1732       13578342          32        20                -           0.0000          -
34387.83/1737.14	c      1737         440921      400334        20                -           0.0000          -
34491.98/1742.32	c      1742         588603      552871        20                -           0.0000          -
34591.17/1747.37	c      1747         589438      553659        20                -           0.0000          -
34692.27/1752.46	c      1752         590364      554524        20                -           0.0000          -
34793.26/1757.50	c      1758         591076      555207        20                -           0.0000          -
34892.42/1762.52	c      1763         445744      405136        20                -           0.0000          -
34993.36/1767.61	c      1768       13858818          32        20                -           0.0000          -
35092.54/1772.62	c      1773         593766      557829        20                -           0.0000          -
35191.71/1777.67	c      1778         448278      407606        20                -           0.0000          -
35292.66/1782.73	c      1783         596071      560069        20                -           0.0000          -
35391.78/1787.74	c      1788       14009970          31        20                -           0.0000          -
35490.77/1792.79	c      1793       14048952          35        20                -           0.0000          -
35591.73/1797.81	c      1798         451691      410672        20                -           0.0000          -
35692.78/1802.96	c      1803       14123982          34        20                -           0.0000          -
35791.89/1807.98	c      1808       14162685          31        20                -           0.0000          -
35893.15/1813.06	c      1813       14202091          33        20                -           0.0000          -
35992.12/1818.11	c      1818       14240400          31        20                -           0.0000          -
36093.38/1823.15	c      1823         456187      414801        20                -           0.0000          -
36193.87/1828.21	c      1828         604489      568068        20                -           0.0000          -
36293.05/1833.24	c      1833       14358855          36        20                -           0.0000          -
36392.23/1838.25	c      1838       14400848          32        20                -           0.0000          -
36493.40/1843.31	c      1843       14442437          36        20                -           0.0000          -
36592.56/1848.33	c      1848         553641      454129        20                -           0.0000          -
36693.43/1853.46	c      1853       14516857          31        20                -           0.0000          -
36794.54/1858.51	c      1859       14551135          33        20                -           0.0000          -
36893.69/1863.56	c      1864         611036      574291        20                -           0.0000          -
36994.87/1868.61	c      1869         611933      575142        20                -           0.0000          -
37094.00/1873.66	c      1874       14672189          31        20                -           0.0000          -
37195.29/1878.71	c      1879         560078      458926        20                -           0.0000          -
37294.17/1883.76	c      1884         466181      424208        20                -           0.0000          -
37395.24/1888.81	c      1889         466923      424894        20                -           0.0000          -
37494.38/1893.86	c      1894       14821715          36        20                -           0.0000          -
37595.27/1898.91	c      1899         468297      426190        20                -           0.0000          -
37694.21/1903.96	c      1904       14896528          28        20                -           0.0000          -
37793.29/1909.01	c      1909         618609      581463        20                -           0.0000          -
37894.98/1914.04	c      1914       14975099          37        20                -           0.0000          -
37994.37/1919.05	c      1919       15010750          34        20                -           0.0000          -
38093.23/1924.10	c      1924         472673      430027        20                -           0.0000          -
38192.43/1929.12	c      1929         621741      584453        20                -           0.0000          -
38293.38/1934.15	c      1934       15125205          32        20                -           0.0000          -
38393.74/1939.20	c      1939         475489      432774        20                -           0.0000          -
38492.89/1944.25	c      1944         624781      587356        20                -           0.0000          -
38591.80/1949.29	c      1949         477343      434497        20                -           0.0000          -
38692.85/1954.31	c      1954       15292847          33        20                -           0.0000          -
38791.74/1959.37	c      1959         478851      435866        20                -           0.0000          -
38892.91/1964.41	c      1964       15379551          30        20                -           0.0000          -
38991.77/1969.42	c      1969         577043      471683        20                -           0.0000          -
39092.92/1974.54	c      1975       15461244          34        20                -           0.0000          -
39195.75/1979.71	c      1980       15504818          40        20                -           0.0000          -
39294.59/1984.76	c      1985         482674      439304        20                -           0.0000          -
39395.73/1989.81	c      1990         581119      474514        20                -           0.0000          -
39494.78/1994.84	c      1995         484107      440484        20                -           0.0000          -
39593.94/1999.86	c      2000       15668635          34        20                -           0.0000          -
39695.05/2004.91	c      2005         485538      441663        20                -           0.0000          -
39794.14/2009.92	c      2010       15748516          28        20                -           0.0000          -
39893.01/2014.95	c      2015         586981      478403        20                -           0.0000          -
39994.65/2020.11	c      2020       15835678          34        20                -           0.0000          -
40095.41/2025.16	c      2025         489214      445184        20                -           0.0000          -
40194.64/2030.17	c      2030         589755      480562        20                -           0.0000          -
40294.57/2035.24	c      2035       15953115          35        20                -           0.0000          -
40395.70/2040.31	c      2040       15993510          31        20                -           0.0000          -
40494.90/2045.35	c      2045         592469      482898        20                -           0.0000          -
40596.06/2050.40	c      2050         641664      603474        20                -           0.0000          -
40695.10/2055.42	c      2055         642626      604315        20                -           0.0000          -
40795.81/2060.50	c      2060         494585      449392        20                -           0.0000          -
40895.03/2065.53	c      2066       16182563          37        20                -           0.0000          -
40994.21/2070.55	c      2071         495878      450511        20                -           0.0000          -
41095.41/2075.65	c      2076         645781      607290        20                -           0.0000          -
41196.47/2080.70	c      2081         497283      451614        20                -           0.0000          -
41295.62/2085.75	c      2086       16333397          36        20                -           0.0000          -
41394.69/2090.80	c      2091       16372744          35        20                -           0.0000          -
41495.72/2095.85	c      2096         648660      610006        20                -           0.0000          -
41596.66/2100.90	c      2101         602470      491971        20                -           0.0000          -
41695.72/2105.94	c      2106         650321      611516        20                -           0.0000          -
41794.74/2111.00	c      2111         651164      612333        20                -           0.0000          -
41896.77/2116.05	c      2116         503422      456701        20                -           0.0000          -
41995.55/2121.08	c      2121         652796      613913        20                -           0.0000          -
42096.80/2126.14	c      2126         653772      614839        20                -           0.0000          -
42195.80/2131.20	c      2131       16684890          33        20                -           0.0000          -
42295.91/2136.21	c      2136         506732      459592        20                -           0.0000          -
42394.81/2141.27	c      2141       16763257          36        20                -           0.0000          -
42496.07/2146.35	c      2146         656559      617496        20                -           0.0000          -
42596.76/2151.40	c      2151       16845927          32        20                -           0.0000          -
42695.95/2156.45	c      2156       16886550          30        20                -           0.0000          -
42795.11/2161.50	c      2161         510949      463372        20                -           0.0000          -
42896.26/2166.55	c      2167         659996      620707        20                -           0.0000          -
42997.36/2171.60	c      2172       17001532          32        20                -           0.0000          -
43096.33/2176.65	c      2177         661491      622073        20                -           0.0000          -
43195.35/2181.69	c      2182       17075105          27        20                -           0.0000          -
43296.23/2186.72	c      2187       17119437          35        20                -           0.0000          -
43395.40/2191.75	c      2192       17163933          32        20                -           0.0000          -
43496.48/2196.84	c      2197       17203187          36        20                -           0.0000          -
43595.45/2201.85	c      2202       17241503          32        20                -           0.0000          -
43694.78/2206.86	c      2207         666436      626605        20                -           0.0000          -
43795.75/2211.96	c      2212       17320583          34        20                -           0.0000          -
43897.42/2217.04	c      2217       17362017          35        20                -           0.0000          -
43996.56/2222.10	c      2222         519861      471540        20                -           0.0000          -
44097.72/2227.15	c      2227       17436205          37        20                -           0.0000          -
44198.13/2232.20	c      2232         521592      472972        20                -           0.0000          -
44297.27/2237.22	c      2237         670749      630688        20                -           0.0000          -
44398.42/2242.30	c      2242       17554790          27        20                -           0.0000          -
44497.55/2247.31	c      2247       17589853          35        20                -           0.0000          -
44596.69/2252.38	c      2252         672876      632607        20                -           0.0000          -
44697.77/2257.42	c      2257       17665572          36        20                -           0.0000          -
44798.60/2262.50	c      2262         526216      477192        20                -           0.0000          -
44897.75/2267.55	c      2268       17734791          34        20                -           0.0000          -
44996.88/2272.56	c      2273         675165      634726        20                -           0.0000          -
45096.02/2277.58	c      2278         676086      635640        20                -           0.0000          -
45197.12/2282.62	c      2283         676791      636266        20                -           0.0000          -
45296.31/2287.63	c      2288         677656      637048        20                -           0.0000          -
45397.15/2292.79	c      2293       17902820          29        20                -           0.0000          -
45498.17/2297.85	c      2298         679021      638378        20                -           0.0000          -
45599.29/2302.90	c      2303         679777      639092        20                -           0.0000          -
45698.41/2307.95	c      2308       18012025          35        20                -           0.0000          -
45797.59/2313.00	c      2313         534298      484797        20                -           0.0000          -
45896.64/2318.02	c      2318       18090087          29        20                -           0.0000          -
45998.68/2323.10	c      2323       18128409          33        20                -           0.0000          -
46099.75/2328.15	c      2328         684154      643139        20                -           0.0000          -
46199.76/2333.20	c      2333         684953      643912        20                -           0.0000          -
46298.64/2338.24	c      2338       18243216          27        20                -           0.0000          -
46399.55/2343.30	c      2343       18286229          35        20                -           0.0000          -
46498.64/2348.35	c      2348       18325619          33        20                -           0.0000          -
46599.54/2353.40	c      2353         687608      646542        20                -           0.0000          -
46698.64/2358.41	c      2358         650290      528789        20                -           0.0000          -
46797.78/2363.49	c      2363       18453852          38        20                -           0.0000          -
46898.86/2368.51	c      2369       18503528          34        20                -           0.0000          -
46998.07/2373.55	c      2374         690547      649259        20                -           0.0000          -
47099.00/2378.62	c      2379         691411      650024        20                -           0.0000          -
47198.15/2383.70	c      2384       18633513          34        20                -           0.0000          -
47299.32/2388.75	c      2389         693155      651720        20                -           0.0000          -
47398.53/2393.79	c      2394       18719748          31        20                -           0.0000          -
47499.68/2398.80	c      2399       18762087          35        20                -           0.0000          -
47598.49/2403.88	c      2404       18800477          32        20                -           0.0000          -
47699.40/2408.94	c      2409       18839136          28        20                -           0.0000          -
47798.56/2413.96	c      2414       18878561          37        20                -           0.0000          -
47897.67/2419.01	c      2419         698142      656132        20                -           0.0000          -
47996.55/2424.03	c      2424         551986      501213        20                -           0.0000          -
48098.32/2429.04	c      2429         664427      540346        20                -           0.0000          -
48199.46/2434.17	c      2434         553518      502648        20                -           0.0000          -
48299.87/2439.26	c      2439       19080783          33        20                -           0.0000          -
48401.06/2444.31	c      2444       19121577          30        20                -           0.0000          -
48500.02/2449.37	c      2449         702731      660375        20                -           0.0000          -
48601.06/2454.42	c      2454       19201239          32        20                -           0.0000          -
48700.25/2459.47	c      2459         704038      661596        20                -           0.0000          -
48801.31/2464.52	c      2465         704875      662363        20                -           0.0000          -
48900.26/2469.57	c      2470         705439      662891        20                -           0.0000          -
49001.19/2474.62	c      2475       19353816          32        20                -           0.0000          -
49100.37/2479.63	c      2480         672983      546998        20                -           0.0000          -
49199.38/2484.68	c      2485         707863      665179        20                -           0.0000          -
49300.42/2489.72	c      2490         562671      510679        20                -           0.0000          -
49399.60/2494.73	c      2495         675556      549008        20                -           0.0000          -
49498.64/2499.75	c      2500       19563027          28        20                -           0.0000          -
49597.65/2504.75	c      2505         677504      550473        20                -           0.0000          -
49700.80/2509.91	c      2510         678453      551200        20                -           0.0000          -
49799.62/2515.02	c      2515         712757      669717        20                -           0.0000          -
49901.49/2520.07	c      2520         567286      514564        20                -           0.0000          -
50000.67/2525.12	c      2525         680852      553088        20                -           0.0000          -
50101.87/2530.17	c      2530         715167      671956        20                -           0.0000          -
50200.86/2535.18	c      2535       19812790          29        20                -           0.0000          -
50301.11/2540.27	c      2540       19855324          33        20                -           0.0000          -
50402.27/2545.32	c      2545       19891869          29        20                -           0.0000          -
50501.49/2550.37	c      2550       19930819          39        20                -           0.0000          -
50602.61/2555.42	c      2555         572129      519197        20                -           0.0000          -
50701.67/2560.47	c      2560         686962      557926        20                -           0.0000          -
50802.87/2565.52	c      2566       20062293          36        20                -           0.0000          -
50902.09/2570.57	c      2571         720947      677275        20                -           0.0000          -
51003.30/2575.62	c      2576       20143801          31        20                -           0.0000          -
51102.44/2580.67	c      2581         722513      678810        20                -           0.0000          -
51203.62/2585.72	c      2586         723741      680025        20                -           0.0000          -
51302.83/2590.77	c      2591       20266138          34        20                -           0.0000          -
51403.87/2595.82	c      2596         578145      524479        20                -           0.0000          -
51502.91/2600.85	c      2601         578517      524778        20                -           0.0000          -
51603.91/2605.92	c      2606       20389686          30        20                -           0.0000          -
51703.00/2610.97	c      2611         727758      683655        20                -           0.0000          -
51801.85/2616.02	c      2616         581036      526728        20                -           0.0000          -
51903.65/2621.06	c      2621       20513860          32        20                -           0.0000          -
52002.45/2626.12	c      2626       20553839          35        20                -           0.0000          -
52103.32/2631.14	c      2631         583541      528950        20                -           0.0000          -
52202.24/2636.18	c      2636       20632871          35        20                -           0.0000          -
52302.69/2641.21	c      2641         585006      530162        20                -           0.0000          -
52403.68/2646.32	c      2646       20716045          30        20                -           0.0000          -
52502.82/2651.37	c      2651         586609      531424        20                -           0.0000          -
52603.94/2656.42	c      2656       20801506          35        20                -           0.0000          -
52703.03/2661.45	c      2661       20846357          35        20                -           0.0000          -
52804.16/2666.52	c      2667       20889206          32        20                -           0.0000          -
52903.36/2671.57	c      2672         589477      533792        20                -           0.0000          -
53004.45/2676.62	c      2677       20969568          29        20                -           0.0000          -
53103.56/2681.67	c      2682       21011029          31        20                -           0.0000          -
53204.54/2686.70	c      2687       21054727          36        20                -           0.0000          -
53303.13/2691.77	c      2692         592306      536023        20                -           0.0000          -
53404.31/2696.82	c      2697       21135079          29        20                -           0.0000          -
53503.45/2701.87	c      2702         741439      696158        20                -           0.0000          -
53602.64/2706.90	c      2707       21221018          28        20                -           0.0000          -
53703.81/2711.97	c      2712       21262437          30        20                -           0.0000          -
53803.02/2717.02	c      2717       21301028          32        20                -           0.0000          -
53904.98/2722.07	c      2722         714528      578203        20                -           0.0000          -
54004.09/2727.12	c      2727         715114      578555        20                -           0.0000          -
54105.23/2732.16	c      2732       21420532          32        20                -           0.0000          -
54204.25/2737.18	c      2737       21454387          30        20                -           0.0000          -
54304.66/2742.27	c      2742         747616      701768        20                -           0.0000          -
54405.86/2747.31	c      2747         748319      702435        20                -           0.0000          -
54505.03/2752.37	c      2752         720173      581803        20                -           0.0000          -
54606.18/2757.42	c      2757       21609268          30        20                -           0.0000          -
54705.35/2762.43	c      2762         602222      544832        20                -           0.0000          -
54806.38/2767.51	c      2768         751134      705124        20                -           0.0000          -
54905.54/2772.56	c      2773         751851      705758        20                -           0.0000          -
55006.63/2777.62	c      2778         752541      706351        20                -           0.0000          -
55105.82/2782.67	c      2783         753243      707008        20                -           0.0000          -
55207.00/2787.72	c      2788         725827      585665        20                -           0.0000          -
55306.16/2792.77	c      2793         754795      708477        20                -           0.0000          -
55407.15/2797.82	c      2798         607553      549484        20                -           0.0000          -
55506.26/2802.83	c      2803       21975279          32        20                -           0.0000          -
55607.36/2807.91	c      2808         608875      550790        20                -           0.0000          -
55706.35/2812.97	c      2813         757711      711190        20                -           0.0000          -
55805.35/2818.02	c      2818         758548      711914        20                -           0.0000          -
55907.24/2823.06	c      2823         759341      712603        20                -           0.0000          -
56006.01/2828.12	c      2828         759984      713197        20                -           0.0000          -
56107.29/2833.17	c      2833         734205      591399        20                -           0.0000          -
56206.37/2838.19	c      2838       22273983          26        20                -           0.0000          -
56306.78/2843.22	c      2843         613153      554571        20                -           0.0000          -
56407.71/2848.32	c      2848         613869      555278        20                -           0.0000          -
56506.69/2853.37	c      2853         614546      555955        20                -           0.0000          -
56605.68/2858.38	c      2858       22442574          28        20                -           0.0000          -
56706.36/2863.43	c      2863         615852      557246        20                -           0.0000          -
56805.49/2868.43	c      2868       22526904          30        20                -           0.0000          -
56906.46/2873.57	c      2874         766056      718472        20                -           0.0000          -
57007.49/2878.62	c      2879         766961      719287        20                -           0.0000          -
57106.66/2883.64	c      2884         767623      719886        20                -           0.0000          -
57207.62/2888.72	c      2889         619615      560316        20                -           0.0000          -
57306.52/2893.77	c      2894       22719173          30        20                -           0.0000          -
57407.65/2898.81	c      2899         769827      721963        20                -           0.0000          -
57506.73/2903.87	c      2904       22796856          29        20                -           0.0000          -
57607.90/2908.92	c      2909       22835819          28        20                -           0.0000          -
57707.13/2913.97	c      2914       22874588          30        20                -           0.0000          -
57806.14/2919.02	c      2919         748155      601525        20                -           0.0000          -
57907.96/2924.05	c      2924       22961431          29        20                -           0.0000          -
58007.05/2929.12	c      2929         774284      726298        20                -           0.0000          -
58108.35/2934.17	c      2934         750287      603009        20                -           0.0000          -
58208.56/2939.22	c      2939       23084441          38        20                -           0.0000          -
58307.61/2944.27	c      2944         627451      566874        20                -           0.0000          -
58408.79/2949.31	c      2949       23167528          35        20                -           0.0000          -
58507.80/2954.35	c      2954       23208096          32        20                -           0.0000          -
58608.82/2959.40	c      2959       23248874          28        20                -           0.0000          -
58707.83/2964.47	c      2964       23288280          30        20                -           0.0000          -
58807.02/2969.50	c      2969         778838      730703        20                -           0.0000          -
58907.81/2974.57	c      2975         779462      731238        20                -           0.0000          -
59008.78/2979.61	c      2980       23402889          32        20                -           0.0000          -
59107.94/2984.65	c      2985         759557      609480        20                -           0.0000          -
59209.10/2989.73	c      2990       23476927          31        20                -           0.0000          -
59308.04/2994.74	c      2995       23509453          31        20                -           0.0000          -
59407.23/2999.79	c      3000       23544127          25        20                -           0.0000          -
59508.03/3004.86	c      3005         635243      573980        20                -           0.0000          -
59607.22/3009.90	c      3010         763463      612628        20                -           0.0000          -
59708.40/3014.92	c      3015       23649856          32        20                -           0.0000          -
59807.55/3020.03	c      3020         765443      614390        20                -           0.0000          -
59909.40/3025.08	c      3025         638252      576547        20                -           0.0000          -
60010.37/3030.13	c      3030         766632      615335        20                -           0.0000          -
60109.62/3035.18	c      3035         766983      615625        20                -           0.0000          -
60209.99/3040.23	c      3040       23833912          31        20                -           0.0000          -
60309.19/3045.28	c      3045         789803      740853        20                -           0.0000          -
60410.40/3050.31	c      3050         790137      741171        20                -           0.0000          -
60509.44/3055.38	c      3055       23955686          32        20                -           0.0000          -
60610.70/3060.43	c      3060         643172      581040        20                -           0.0000          -
60709.80/3065.48	c      3065       24027599          30        20                -           0.0000          -
60811.03/3070.51	c      3071         772400      619921        20                -           0.0000          -
60910.20/3075.57	c      3076       24103076          30        20                -           0.0000          -
61009.41/3080.59	c      3081       24141268          27        20                -           0.0000          -
61110.54/3085.66	c      3086       24177650          24        20                -           0.0000          -
61211.49/3090.73	c      3091         795488      746104        20                -           0.0000          -
61310.50/3095.76	c      3096         796105      746668        20                -           0.0000          -
61411.50/3100.83	c      3101       24286800          32        20                -           0.0000          -
61510.70/3105.88	c      3106         797602      747993        20                -           0.0000          -
61611.94/3110.91	c      3111         798126      748507        20                -           0.0000          -
61711.08/3115.98	c      3116         798679      749044        20                -           0.0000          -
61810.30/3121.03	c      3121         780228      626173        20                -           0.0000          -
61912.26/3126.08	c      3126         800181      750303        20                -           0.0000          -
62011.26/3131.09	c      3131         800792      750872        20                -           0.0000          -
62110.23/3136.12	c      3136         782750      627762        20                -           0.0000          -
62209.37/3141.13	c      3141       24580861          34        20                -           0.0000          -
62311.76/3146.28	c      3146       24619523          37        20                -           0.0000          -
62412.65/3151.33	c      3151         655377      591103        20                -           0.0000          -
62511.41/3156.34	c      3156       24691752          39        20                -           0.0000          -
62612.47/3161.40	c      3161       24727979          33        20                -           0.0000          -
62711.65/3166.42	c      3166       24765336          35        20                -           0.0000          -
62810.83/3171.46	c      3171         789153      632775        20                -           0.0000          -
62911.80/3176.50	c      3176         807061      756671        20                -           0.0000          -
63010.99/3181.51	c      3182       24879451          36        20                -           0.0000          -
63110.06/3186.56	c      3187         791382      634847        20                -           0.0000          -
63211.13/3191.60	c      3192       24948636          37        20                -           0.0000          -
63310.02/3196.65	c      3197         809128      758556        20                -           0.0000          -
63413.07/3201.82	c      3202       25024643          34        20                -           0.0000          -
63512.17/3206.88	c      3207       25060544          33        20                -           0.0000          -
63611.05/3211.89	c      3212         794882      638262        20                -           0.0000          -
63712.19/3216.97	c      3217         811911      761075        20                -           0.0000          -
63811.12/3222.00	c      3222         796272      639626        20                -           0.0000          -
63912.88/3227.03	c      3227         812886      762014        20                -           0.0000          -
64014.01/3232.13	c      3232       25228936          36        20                -           0.0000          -
64113.34/3237.18	c      3237       25269436          34        20                -           0.0000          -
64213.78/3242.23	c      3242         814827      763734        20                -           0.0000          -
64312.97/3247.25	c      3247         815428      764298        20                -           0.0000          -
64414.08/3252.32	c      3252         668107      602859        20                -           0.0000          -
64513.28/3257.37	c      3257         668782      603526        20                -           0.0000          -
64614.45/3262.42	c      3262         669408      604146        20                -           0.0000          -
64713.57/3267.44	c      3267         670008      604734        20                -           0.0000          -
64814.75/3272.53	c      3273         670663      605297        20                -           0.0000          -
64914.07/3277.58	c      3278         805207      646821        20                -           0.0000          -
65014.92/3282.61	c      3283         820446      769039        20                -           0.0000          -
65114.02/3287.68	c      3288         672622      607121        20                -           0.0000          -
65214.88/3292.73	c      3293         807311      648427        20                -           0.0000          -
65313.82/3297.78	c      3298         822541      770903        20                -           0.0000          -
65414.77/3302.83	c      3303         809305      649776        20                -           0.0000          -
65513.97/3307.88	c      3308         823671      771878        20                -           0.0000          -
65615.17/3312.93	c      3313       25855194          35        20                -           0.0000          -
65714.35/3317.98	c      3318         676403      610495        20                -           0.0000          -
65813.52/3323.01	c      3323       25928913          35        20                -           0.0000          -
65912.67/3328.03	c      3328         677719      611659        20                -           0.0000          -
66014.28/3333.06	c      3333       26007839          35        20                -           0.0000          -
66113.55/3338.14	c      3338       26050272          34        20                -           0.0000          -
66214.52/3343.19	c      3343         815869      655267        20                -           0.0000          -
66315.12/3348.28	c      3348       26131843          35        20                -           0.0000          -
66416.40/3353.33	c      3353       26174831          36        20                -           0.0000          -
66515.69/3358.38	c      3358         830024      777813        20                -           0.0000          -
66616.96/3363.43	c      3363         830685      778367        20                -           0.0000          -
66716.16/3368.47	c      3368       26306173          35        20                -           0.0000          -
66817.42/3373.53	c      3374         831781      779327        20                -           0.0000          -
66916.71/3378.56	c      3379         832121      779635        20                -           0.0000          -
67017.98/3383.63	c      3384       26431129          35        20                -           0.0000          -
67117.27/3388.66	c      3389         686131      619453        20                -           0.0000          -
67218.54/3393.70	c      3394         686882      620145        20                -           0.0000          -
67317.81/3398.78	c      3399       26551949          29        20                -           0.0000          -
67419.10/3403.83	c      3404       26595229          35        20                -           0.0000          -
67518.39/3408.88	c      3409       26641418          36        20                -           0.0000          -
67619.60/3413.93	c      3414         827150      663302        20                -           0.0000          -
67718.89/3418.97	c      3419       26721965          38        20                -           0.0000          -
67818.16/3424.00	c      3424         691558      624376        20                -           0.0000          -
67920.01/3429.08	c      3429         838453      785757        20                -           0.0000          -
68019.34/3434.13	c      3434       26847620          37        20                -           0.0000          -
68120.65/3439.18	c      3439       26886888          30        20                -           0.0000          -
68221.27/3444.22	c      3444         693836      626493        20                -           0.0000          -
68320.57/3449.28	c      3449       26971140          34        20                -           0.0000          -
68421.85/3454.33	c      3454         833776      668456        20                -           0.0000          -
68521.15/3459.38	c      3459       27050857          36        20                -           0.0000          -
68622.43/3464.43	c      3464         696399      628751        20                -           0.0000          -
68721.73/3469.48	c      3469         696974      629320        20                -           0.0000          -
68822.99/3474.53	c      3475       27176391          31        20                -           0.0000          -
68922.28/3479.58	c      3480         837145      671453        20                -           0.0000          -
69021.48/3484.60	c      3485         845588      792366        20                -           0.0000          -
69122.75/3489.65	c      3490         838809      672713        20                -           0.0000          -
69223.95/3494.73	c      3495       27342734          30        20                -           0.0000          -
69323.24/3499.78	c      3500         847421      794072        20                -           0.0000          -
69424.47/3504.83	c      3505         848051      794683        20                -           0.0000          -
69523.77/3509.88	c      3510         841488      674557        20                -           0.0000          -
69625.03/3514.90	c      3515       27512960          40        20                -           0.0000          -
69724.32/3519.98	c      3520         843168      675440        20                -           0.0000          -
69823.62/3524.99	c      3525         850686      796982        20                -           0.0000          -
69925.69/3530.08	c      3530         851267      797528        20                -           0.0000          -
70024.97/3535.12	c      3535         851782      797933        20                -           0.0000          -
70126.00/3540.16	c      3540         852251      798322        20                -           0.0000          -
70225.30/3545.20	c      3545         847150      677943        20                -           0.0000          -
70326.00/3550.27	c      3550         853387      799429        20                -           0.0000          -
70425.30/3555.28	c      3555       27842622          31        20                -           0.0000          -
70526.57/3560.32	c      3560         854451      800425        20                -           0.0000          -
70625.86/3565.35	c      3565       27928176          32        20                -           0.0000          -
70725.16/3570.36	c      3570         855721      801661        20                -           0.0000          -
70826.36/3575.42	c      3575         851009      681001        20                -           0.0000          -
70927.65/3580.58	c      3581         710638      640551        20                -           0.0000          -
71028.88/3585.63	c      3586         858143      803860        20                -           0.0000          -
71128.26/3590.68	c      3591         853078      682158        20                -           0.0000          -
71229.47/3595.73	c      3596         859206      804798        20                -           0.0000          -
71328.73/3600.78	c      3601         859617      805197        20                -           0.0000          -
71429.99/3605.81	c      3606         854732      683272        20                -           0.0000          -
71529.25/3610.87	c      3611       28273979          32        20                -           0.0000          -
71628.52/3615.87	c      3616       28310266          32        20                -           0.0000          -
71727.72/3620.89	c      3621       28349643          32        20                -           0.0000          -
71829.09/3626.03	c      3626       28388962          31        20                -           0.0000          -
71931.12/3631.07	c      3631         863549      808555        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

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 (180881 MiB free)
  memory of node 1: 193531 MiB (191499 MiB free)
  memory of node 2: 193531 MiB (192007 MiB free)
  memory of node 3: 193493 MiB (191285 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-4465771-1722551184/watcher-4465771-1722551184 -o /tmp/evaluation-result-4465771-1722551184/solver-4465771-1722551184 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722543894-128202 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465771-1722551184.opb -qsol -t 72000 -sth 20 

running on 20 cores: 1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77

CPU governors:
  performance: 1 5 9 13 17 21 25 29 33 37 41 45 49 53 57 61 65 69 73 77

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 72000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 72030 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=135316, runsolver pid=135313
Current StackSize limit: 8192 KiB


[startup+0.100096 s]*
/proc/loadavg: 78.85 76.86 75.12 71/1024 135357
/proc/meminfo: memFree=773708664/790760800 swapFree=131071996/131071996
[pid=135316] ppid=135313 vsize=1664496 memory=118512 CPUtime=0.94 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/stat : 135316 (fscip) S 135313 135316 128191 0 -1 1077936128 26633 0 0 0 73 21 0 0 20 0 41 0 21697781 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
/proc/135316/statm: 416124 29628 2950 3035 0 118745 0
[pid=135316/tid=135318] ppid=135313 vsize=1664496 memory=8390339637985935414 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135318/stat : 135318 (fscip) R 135313 135316 128191 0 -1 4194368 1491 0 0 0 2 1 0 0 20 0 41 0 21697782 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135319] ppid=135313 vsize=1664496 memory=32309 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135319/stat : 135319 (fscip) D 135313 135316 128191 0 -1 4194368 1155 0 0 0 2 1 0 0 20 0 41 0 21697782 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135320] ppid=135313 vsize=1664496 memory=55216921903569 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135320/stat : 135320 (fscip) D 135313 135316 128191 0 -1 4194368 991 0 0 0 4 0 0 0 20 0 41 0 21697782 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135321] ppid=135313 vsize=1664496 memory=52983572464199 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135321/stat : 135321 (fscip) D 135313 135316 128191 0 -1 4194368 1642 0 0 0 4 0 0 0 20 0 41 0 21697782 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135322] ppid=135313 vsize=1664496 memory=59584953975483 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135322/stat : 135322 (fscip) D 135313 135316 128191 0 -1 4194368 1081 0 0 0 2 1 0 0 20 0 41 0 21697782 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135323] ppid=135313 vsize=1664496 memory=57420340790325 CPUtime=0.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135323/stat : 135323 (fscip) R 135313 135316 128191 0 -1 4194368 945 0 0 0 5 0 0 0 20 0 41 0 21697782 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135324] ppid=135313 vsize=1664496 memory=14690790429427172 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135324/stat : 135324 (fscip) D 135313 135316 128191 0 -1 4194368 1576 0 0 0 2 1 0 0 20 0 41 0 21697782 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135325] ppid=135313 vsize=1664496 memory=3761405296346672923 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135325/stat : 135325 (fscip) D 135313 135316 128191 0 -1 4194368 1505 0 0 0 2 1 0 0 20 0 41 0 21697782 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135326] ppid=135313 vsize=1664496 memory=282710 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135326/stat : 135326 (fscip) R 135313 135316 128191 0 -1 4194368 959 0 0 0 4 0 0 0 20 0 41 0 21697782 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135327] ppid=135313 vsize=1664496 memory=310739 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135327/stat : 135327 (fscip) D 135313 135316 128191 0 -1 4194368 1672 0 0 0 4 0 0 0 20 0 41 0 21697782 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135328] ppid=135313 vsize=1664496 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135328/stat : 135328 (fscip) D 135313 135316 128191 0 -1 4194368 1287 0 0 0 3 0 0 0 20 0 41 0 21697782 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135329] ppid=135313 vsize=1664496 memory=0 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135329/stat : 135329 (fscip) R 135313 135316 128191 0 -1 4194368 907 0 0 0 4 0 0 0 20 0 41 0 21697782 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135330] ppid=135313 vsize=1664496 memory=0 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135330/stat : 135330 (fscip) D 135313 135316 128191 0 -1 4194368 1682 0 0 0 4 0 0 0 20 0 41 0 21697782 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135331] ppid=135313 vsize=1664496 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135331/stat : 135331 (fscip) D 135313 135316 128191 0 -1 4194368 1434 0 0 0 3 0 0 0 20 0 41 0 21697782 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135332] ppid=135313 vsize=1664496 memory=0 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135332/stat : 135332 (fscip) R 135313 135316 128191 0 -1 4194368 934 0 0 0 4 0 0 0 20 0 41 0 21697782 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135333] ppid=135313 vsize=1664496 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135333/stat : 135333 (fscip) D 135313 135316 128191 0 -1 4194368 1482 0 0 0 2 1 0 0 20 0 41 0 21697782 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135334] ppid=135313 vsize=1664496 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135334/stat : 135334 (fscip) D 135313 135316 128191 0 -1 4194368 1169 0 0 0 3 0 0 0 20 0 41 0 21697782 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135335] ppid=135313 vsize=1664496 memory=0 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135335/stat : 135335 (fscip) D 135313 135316 128191 0 -1 4194368 881 0 0 0 4 0 0 0 20 0 41 0 21697782 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135336] ppid=135313 vsize=1664496 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135336/stat : 135336 (fscip) R 135313 135316 128191 0 -1 4194368 1246 0 0 0 2 1 0 0 20 0 41 0 21697782 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135337] ppid=135313 vsize=1664496 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135337/stat : 135337 (fscip) D 135313 135316 128191 0 -1 4194368 1123 0 0 0 2 1 0 0 20 0 41 0 21697782 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135338] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135338/stat : 135338 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135339] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135339/stat : 135339 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135340] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135340/stat : 135340 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135341] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135341/stat : 135341 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135342] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135342/stat : 135342 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135343] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135343/stat : 135343 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135344] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135344/stat : 135344 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135345] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135345/stat : 135345 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135347] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135347/stat : 135347 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 29628 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135346] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135346/stat : 135346 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 29694 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135348] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135348/stat : 135348 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 29694 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135349] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135349/stat : 135349 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 29694 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135350] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135350/stat : 135350 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 29694 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135351] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135351/stat : 135351 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 29694 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135352] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135352/stat : 135352 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 29694 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135353] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135353/stat : 135353 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 29694 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135354] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135354/stat : 135354 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 29694 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135355] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135355/stat : 135355 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 29694 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135356] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135356/stat : 135356 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 29694 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135357] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135357/stat : 135357 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 29694 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
Current children cumulated CPU time: 0.94 s
Current children cumulated vsize: 1664496 KiB
Current children cumulated memory: 118512 KiB

[startup+0.232132 s]*
/proc/loadavg: 78.85 76.86 75.12 80/1024 135357
/proc/meminfo: memFree=773641848/790760800 swapFree=131071996/131071996
[pid=135316] ppid=135313 vsize=1664496 memory=182328 CPUtime=3.37 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/stat : 135316 (fscip) R 135313 135316 128191 0 -1 1077936128 42520 0 0 0 312 25 0 0 20 0 41 0 21697781 1704443904 45582 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 17 69 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
/proc/135316/statm: 416124 45582 2966 3035 0 135900 0
[pid=135316/tid=135318] ppid=135313 vsize=1664496 memory=8318255677412212789 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135318/stat : 135318 (fscip) R 135313 135316 128191 0 -1 4194368 2652 0 0 0 14 2 0 0 20 0 41 0 21697782 1704443904 45582 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135319] ppid=135313 vsize=1664496 memory=207064662359 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135319/stat : 135319 (fscip) R 135313 135316 128191 0 -1 4194368 2161 0 0 0 15 1 0 0 20 0 41 0 21697782 1704443904 45582 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135320] ppid=135313 vsize=1664496 memory=61809696734709 CPUtime=0.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135320/stat : 135320 (fscip) R 135313 135316 128191 0 -1 4194368 1276 0 0 0 16 1 0 0 20 0 41 0 21697782 1704443904 45582 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135321] ppid=135313 vsize=1664496 memory=59619280191199 CPUtime=0.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135321/stat : 135321 (fscip) R 135313 135316 128191 0 -1 4194368 2642 0 0 0 16 1 0 0 20 0 41 0 21697782 1704443904 45582 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135322] ppid=135313 vsize=1664496 memory=55186907496393 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135322/stat : 135322 (fscip) R 135313 135316 128191 0 -1 4194368 2394 0 0 0 14 1 0 0 20 0 41 0 21697782 1704443904 45648 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135323] ppid=135313 vsize=1664496 memory=62917882236373 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135323/stat : 135323 (fscip) R 135313 135316 128191 0 -1 4194368 1207 0 0 0 16 0 0 0 20 0 41 0 21697782 1704443904 45648 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135324] ppid=135313 vsize=1664496 memory=13846365499341261 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135324/stat : 135324 (fscip) R 135313 135316 128191 0 -1 4194368 2647 0 0 0 14 1 0 0 20 0 41 0 21697782 1704443904 45648 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135325] ppid=135313 vsize=1664496 memory=14689712442985013 CPUtime=0.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135325/stat : 135325 (fscip) R 135313 135316 128191 0 -1 4194368 2227 0 0 0 13 1 0 0 20 0 41 0 21697782 1704443904 45648 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135326] ppid=135313 vsize=1664496 memory=267017 CPUtime=0.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135326/stat : 135326 (fscip) R 135313 135316 128191 0 -1 4194368 1235 0 0 0 17 0 0 0 20 0 41 0 21697782 1704443904 45648 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135327] ppid=135313 vsize=1664496 memory=310745 CPUtime=0.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135327/stat : 135327 (fscip) S 135313 135316 128191 0 -1 1077936192 2697 0 0 0 16 1 0 0 20 0 41 0 21697782 1704443904 45648 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135328] ppid=135313 vsize=1664496 memory=0 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135328/stat : 135328 (fscip) R 135313 135316 128191 0 -1 4194368 1948 0 0 0 12 1 0 0 20 0 41 0 21697782 1704443904 45648 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135329] ppid=135313 vsize=1664496 memory=0 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135329/stat : 135329 (fscip) R 135313 135316 128191 0 -1 4194368 1166 0 0 0 17 1 0 0 20 0 41 0 21697782 1704443904 45648 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135330] ppid=135313 vsize=1664496 memory=0 CPUtime=0.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135330/stat : 135330 (fscip) R 135313 135316 128191 0 -1 4194368 2684 0 0 0 17 0 0 0 20 0 41 0 21697782 1704443904 45648 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135331] ppid=135313 vsize=1664496 memory=0 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135331/stat : 135331 (fscip) R 135313 135316 128191 0 -1 4194368 2247 0 0 0 15 1 0 0 20 0 41 0 21697782 1704443904 45648 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135332] ppid=135313 vsize=1664496 memory=0 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135332/stat : 135332 (fscip) R 135313 135316 128191 0 -1 4194368 1222 0 0 0 17 1 0 0 20 0 41 0 21697782 1704443904 45648 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135333] ppid=135313 vsize=1664496 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135333/stat : 135333 (fscip) R 135313 135316 128191 0 -1 4194368 2411 0 0 0 14 1 0 0 20 0 41 0 21697782 1704443904 45648 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135334] ppid=135313 vsize=1664496 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135334/stat : 135334 (fscip) R 135313 135316 128191 0 -1 4194368 2109 0 0 0 14 1 0 0 20 0 41 0 21697782 1704443904 45648 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135335] ppid=135313 vsize=1664496 memory=0 CPUtime=0.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135335/stat : 135335 (fscip) R 135313 135316 128191 0 -1 4194368 1220 0 0 0 16 1 0 0 20 0 41 0 21697782 1704443904 45648 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135336] ppid=135313 vsize=1664496 memory=0 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135336/stat : 135336 (fscip) R 135313 135316 128191 0 -1 4194368 2650 0 0 0 15 1 0 0 20 0 41 0 21697782 1704443904 45648 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135337] ppid=135313 vsize=1664496 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135337/stat : 135337 (fscip) R 135313 135316 128191 0 -1 4194368 2307 0 0 0 14 1 0 0 20 0 41 0 21697782 1704443904 45714 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135338] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135338/stat : 135338 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 45714 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135339] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135339/stat : 135339 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 45714 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135340] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135340/stat : 135340 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 45714 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135341] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135341/stat : 135341 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 45714 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135342] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135342/stat : 135342 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 45714 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135343] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135343/stat : 135343 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 45714 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135344] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135344/stat : 135344 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 45714 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135345] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135345/stat : 135345 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 45714 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135347] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135347/stat : 135347 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 45714 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135346] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135346/stat : 135346 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 45714 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135348] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135348/stat : 135348 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 45714 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135349] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135349/stat : 135349 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 45714 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135350] ppid=135313 vsize=1664496 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135350/stat : 135350 (fscip) S 135313 135316 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21697786 1704443904 45714 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0

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

/proc/135316/task/135337/stat : 135337 (fscip) R 135313 135316 128191 0 -1 4194368 1884313 0 0 0 354361 594 0 0 20 0 41 0 21697782 14462701568 3181899 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135338] ppid=135313 vsize=14123732 memory=12685532 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135338/stat : 135338 (fscip) S 135313 135316 128191 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 21697786 14462701568 3181899 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135339] ppid=135313 vsize=14123732 memory=15376 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135339/stat : 135339 (fscip) S 135313 135316 128191 0 -1 1077936192 112 0 0 0 1 1 0 0 20 0 41 0 21697786 14462701568 3181899 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135340] ppid=135313 vsize=14123732 memory=11720 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135340/stat : 135340 (fscip) S 135313 135316 128191 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 21697786 14462701568 3181899 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135341] ppid=135313 vsize=14123732 memory=2752 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135341/stat : 135341 (fscip) S 135313 135316 128191 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 21697786 14462701568 3181899 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135342] ppid=135313 vsize=14123732 memory=15376 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135342/stat : 135342 (fscip) S 135313 135316 128191 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 21697786 14462701568 3181899 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135343] ppid=135313 vsize=14123732 memory=12581604 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135343/stat : 135343 (fscip) S 135313 135316 128191 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 21697786 14462701568 3181899 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135344] ppid=135313 vsize=14123732 memory=12682124 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135344/stat : 135344 (fscip) S 135313 135316 128191 0 -1 1077936192 64 0 0 0 0 2 0 0 20 0 41 0 21697786 14462701568 3181899 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135345] ppid=135313 vsize=14123732 memory=15376 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135345/stat : 135345 (fscip) S 135313 135316 128191 0 -1 1077936192 117 0 0 0 0 3 0 0 20 0 41 0 21697786 14462701568 3181899 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135347] ppid=135313 vsize=14123732 memory=15376 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135347/stat : 135347 (fscip) S 135313 135316 128191 0 -1 1077936192 119 0 0 0 0 2 0 0 20 0 41 0 21697786 14462701568 3181899 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135346] ppid=135313 vsize=14123732 memory=10824 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135346/stat : 135346 (fscip) S 135313 135316 128191 0 -1 1077936192 113 0 0 0 2 0 0 0 20 0 41 0 21697786 14462701568 3181899 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135348] ppid=135313 vsize=14123732 memory=20452 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135348/stat : 135348 (fscip) S 135313 135316 128191 0 -1 1077936192 113 0 0 0 3 0 0 0 20 0 41 0 21697786 14462701568 3181899 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135349] ppid=135313 vsize=14123732 memory=6836 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135349/stat : 135349 (fscip) S 135313 135316 128191 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 21697786 14462701568 3181899 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135350] ppid=135313 vsize=14123732 memory=12708104 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135350/stat : 135350 (fscip) S 135313 135316 128191 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 21697786 14462701568 3181899 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135351] ppid=135313 vsize=14123732 memory=12704444 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135351/stat : 135351 (fscip) S 135313 135316 128191 0 -1 1077936192 117 0 0 0 1 1 0 0 20 0 41 0 21697786 14462701568 3181899 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135352] ppid=135313 vsize=14123732 memory=12714540 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135352/stat : 135352 (fscip) S 135313 135316 128191 0 -1 1077936192 122 0 0 0 0 2 0 0 20 0 41 0 21697786 14462701568 3181899 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135353] ppid=135313 vsize=14123732 memory=11572 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135353/stat : 135353 (fscip) S 135313 135316 128191 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 21697786 14462701568 3181899 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135354] ppid=135313 vsize=14123732 memory=15376 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135354/stat : 135354 (fscip) S 135313 135316 128191 0 -1 1077936192 113 0 0 0 3 0 0 0 20 0 41 0 21697786 14462701568 3181899 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135355] ppid=135313 vsize=14123732 memory=12725108 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135355/stat : 135355 (fscip) S 135313 135316 128191 0 -1 1077936192 121 0 0 0 0 2 0 0 20 0 41 0 21697786 14462701568 3181899 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135356] ppid=135313 vsize=14123732 memory=12719752 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135356/stat : 135356 (fscip) S 135313 135316 128191 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 21697786 14462701568 3181899 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135357] ppid=135313 vsize=14123732 memory=7492 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135357/stat : 135357 (fscip) S 135313 135316 128191 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 21697786 14462701568 3181899 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
Current children cumulated CPU time: 70963.4 s
Current children cumulated vsize: 14123732 KiB
Current children cumulated memory: 12727596 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.5 s]
/proc/loadavg: 52.91 66.13 74.34 21/882 137312
/proc/meminfo: memFree=770385952/790760800 swapFree=131071996/131071996
[pid=135316] ppid=135313 vsize=14184216 memory=12845828 CPUtime=72000.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/stat : 135316 (fscip) S 135313 135316 128191 0 -1 1077936128 39633643 0 0 0 7162587 37426 0 0 20 0 41 0 21697781 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
/proc/135316/statm: 3546054 3211457 3014 3035 0 3363141 0
[pid=135316/tid=135318] ppid=135313 vsize=14184216 memory=11720 CPUtime=3599.52 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135318/stat : 135318 (fscip) R 135313 135316 128191 0 -1 4194368 3525696 0 0 0 359229 723 0 0 20 0 41 0 21697782 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135319] ppid=135313 vsize=14184216 memory=15216 CPUtime=3595.52 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135319/stat : 135319 (fscip) R 135313 135316 128191 0 -1 4194368 1982200 0 0 0 358901 651 0 0 20 0 41 0 21697782 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135320] ppid=135313 vsize=14184216 memory=1162561747951958 CPUtime=3601.9 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135320/stat : 135320 (fscip) R 135313 135316 128191 0 -1 4194368 123484 0 0 0 355766 4424 0 0 20 0 41 0 21697782 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135321] ppid=135313 vsize=14184216 memory=280162733875760 CPUtime=3600.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135321/stat : 135321 (fscip) R 135313 135316 128191 0 -1 4194368 3653529 0 0 0 359272 794 0 0 20 0 41 0 21697782 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135322] ppid=135313 vsize=14184216 memory=8724288 CPUtime=3599.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135322/stat : 135322 (fscip) R 135313 135316 128191 0 -1 4194368 2026511 0 0 0 359344 619 0 0 20 0 41 0 21697782 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135323] ppid=135313 vsize=14184216 memory=6870982 CPUtime=3600.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135323/stat : 135323 (fscip) R 135313 135316 128191 0 -1 4194368 113456 0 0 0 355462 4625 0 0 20 0 41 0 21697782 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135324] ppid=135313 vsize=14184216 memory=15376 CPUtime=3601.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135324/stat : 135324 (fscip) R 135313 135316 128191 0 -1 4194368 3629138 0 0 0 359347 764 0 0 20 0 41 0 21697782 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135325] ppid=135313 vsize=14184216 memory=12757872 CPUtime=3600.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135325/stat : 135325 (fscip) R 135313 135316 128191 0 -1 4194368 1853805 0 0 0 359463 558 0 0 20 0 41 0 21697782 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135326] ppid=135313 vsize=14184216 memory=25333125866717268 CPUtime=3599.73 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135326/stat : 135326 (fscip) R 135313 135316 128191 0 -1 4194368 124132 0 0 0 355493 4480 0 0 20 0 41 0 21697782 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135327] ppid=135313 vsize=14184216 memory=164 CPUtime=3600.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135327/stat : 135327 (fscip) R 135313 135316 128191 0 -1 4194368 3517588 0 0 0 359305 751 0 0 20 0 41 0 21697782 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135328] ppid=135313 vsize=14184216 memory=25333125866717268 CPUtime=3597.92 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135328/stat : 135328 (fscip) R 135313 135316 128191 0 -1 4194368 2028126 0 0 0 359166 626 0 0 20 0 41 0 21697782 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135329] ppid=135313 vsize=14184216 memory=12833576 CPUtime=3598.89 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135329/stat : 135329 (fscip) R 135313 135316 128191 0 -1 4194368 116321 0 0 0 355137 4752 0 0 20 0 41 0 21697782 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135330] ppid=135313 vsize=14184216 memory=1162561747951958 CPUtime=3600.73 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135330/stat : 135330 (fscip) R 135313 135316 128191 0 -1 4194368 3672623 0 0 0 359319 754 0 0 20 0 41 0 21697782 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135331] ppid=135313 vsize=14184216 memory=2244 CPUtime=3598.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135331/stat : 135331 (fscip) R 135313 135316 128191 0 -1 4194368 2179337 0 0 0 359206 662 0 0 20 0 41 0 21697782 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135332] ppid=135313 vsize=14184216 memory=180 CPUtime=3600.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135332/stat : 135332 (fscip) R 135313 135316 128191 0 -1 4194368 119435 0 0 0 355112 4945 0 0 20 0 41 0 21697782 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135333] ppid=135313 vsize=14184216 memory=6988 CPUtime=3601.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135333/stat : 135333 (fscip) R 135313 135316 128191 0 -1 4194368 3490387 0 0 0 359375 744 0 0 20 0 41 0 21697782 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135334] ppid=135313 vsize=14184216 memory=280162733119856 CPUtime=3600.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135334/stat : 135334 (fscip) R 135313 135316 128191 0 -1 4194368 1851947 0 0 0 359412 624 0 0 20 0 41 0 21697782 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135335] ppid=135313 vsize=14184216 memory=7492 CPUtime=3600.28 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135335/stat : 135335 (fscip) R 135313 135316 128191 0 -1 4194368 125354 0 0 0 355484 4544 0 0 20 0 41 0 21697782 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135336] ppid=135313 vsize=14184216 memory=16088 CPUtime=3598.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135336/stat : 135336 (fscip) R 135313 135316 128191 0 -1 4194368 3587714 0 0 0 359064 739 0 0 20 0 41 0 21697782 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135337] ppid=135313 vsize=14184216 memory=6096 CPUtime=3601.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135337/stat : 135337 (fscip) R 135313 135316 128191 0 -1 4194368 1908010 0 0 0 359547 601 0 0 20 0 41 0 21697782 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135338] ppid=135313 vsize=14184216 memory=5556 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135338/stat : 135338 (fscip) S 135313 135316 128191 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 21697786 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135339] ppid=135313 vsize=14184216 memory=12841864 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135339/stat : 135339 (fscip) S 135313 135316 128191 0 -1 1077936192 114 0 0 0 1 1 0 0 20 0 41 0 21697786 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135340] ppid=135313 vsize=14184216 memory=25988 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135340/stat : 135340 (fscip) S 135313 135316 128191 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 21697786 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135341] ppid=135313 vsize=14184216 memory=12564276 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135341/stat : 135341 (fscip) S 135313 135316 128191 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 21697786 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135342] ppid=135313 vsize=14184216 memory=280162731074320 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135342/stat : 135342 (fscip) S 135313 135316 128191 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 21697786 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135343] ppid=135313 vsize=14184216 memory=12834956 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135343/stat : 135343 (fscip) S 135313 135316 128191 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 21697786 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135344] ppid=135313 vsize=14184216 memory=12806176 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135344/stat : 135344 (fscip) S 135313 135316 128191 0 -1 1077936192 65 0 0 0 0 2 0 0 20 0 41 0 21697786 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135345] ppid=135313 vsize=14184216 memory=11572 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135345/stat : 135345 (fscip) S 135313 135316 128191 0 -1 1077936192 119 0 0 0 0 3 0 0 20 0 41 0 21697786 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135347] ppid=135313 vsize=14184216 memory=15376 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135347/stat : 135347 (fscip) S 135313 135316 128191 0 -1 1077936192 121 0 0 0 0 2 0 0 20 0 41 0 21697786 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135346] ppid=135313 vsize=14184216 memory=280162731065280 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135346/stat : 135346 (fscip) S 135313 135316 128191 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 21697786 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135348] ppid=135313 vsize=14184216 memory=12834472 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135348/stat : 135348 (fscip) S 135313 135316 128191 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 21697786 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135349] ppid=135313 vsize=14184216 memory=10824 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135349/stat : 135349 (fscip) S 135313 135316 128191 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 21697786 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135350] ppid=135313 vsize=14184216 memory=5556 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135350/stat : 135350 (fscip) S 135313 135316 128191 0 -1 1077936192 127 0 0 0 2 1 0 0 20 0 41 0 21697786 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135351] ppid=135313 vsize=14184216 memory=41064 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135351/stat : 135351 (fscip) S 135313 135316 128191 0 -1 1077936192 119 0 0 0 1 1 0 0 20 0 41 0 21697786 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135352] ppid=135313 vsize=14184216 memory=12841520 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135352/stat : 135352 (fscip) S 135313 135316 128191 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 21697786 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135353] ppid=135313 vsize=14184216 memory=26972 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135353/stat : 135353 (fscip) S 135313 135316 128191 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 21697786 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135354] ppid=135313 vsize=14184216 memory=3664 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135354/stat : 135354 (fscip) S 135313 135316 128191 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 21697786 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135355] ppid=135313 vsize=14184216 memory=33196 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135355/stat : 135355 (fscip) S 135313 135316 128191 0 -1 1077936192 123 0 0 0 0 2 0 0 20 0 41 0 21697786 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135356] ppid=135313 vsize=14184216 memory=12841108 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135356/stat : 135356 (fscip) S 135313 135316 128191 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 21697786 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
[pid=135316/tid=135357] ppid=135313 vsize=14184216 memory=12826472 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/135316/task/135357/stat : 135357 (fscip) S 135313 135316 128191 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 21697786 14524637184 3211457 809668444160 4194304 16623229 140726311556752 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 53161984 140726311560201 140726311560319 140726311560319 140726311567344 0
Current children cumulated CPU time: 72000.1 s
Current children cumulated vsize: 14184216 KiB
Current children cumulated memory: 12845828 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3634.86 s]
# the end of solver process 135316 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=71626.1 s, system=374.588 s

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

[startup+3634.8 s]
/proc/loadavg: 52.91 66.13 74.34 2/843 137312
/proc/meminfo: memFree=773481400/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3634.86
CPU time (s): 72000.7
CPU user time (s): 71626.1
CPU system time (s): 374.588
CPU usage (%): 1980.84
Max. virtual memory (cumulated for all children) (KiB): 14184216
Max. memory (cumulated for all children) (KiB): 12845828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71626.1
system time used= 374.588
maximum resident set size= 12846028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39633654
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= 645432
involuntary context switches= 447560


# summary of solver processes directly reported to runsolver:
#   pid: 135316
#   total CPU time (s): 72000.7
#   total CPU user time (s): 71626.1
#   total CPU system time (s): 374.588

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.2104 second user time and 81.3897 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-02 00:26:24
IDJOB=4465771
IDBENCH=159214
IDSOLVER=3094
FILE ID=nodeD104/4465771-1722551184
RUNJOBID= nodeD104-1722543894-128202
SLURM_JOB_ID= 8254279
Free space on /tmp= 8622840 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n94-d3-i3-r1.cnf.gz-plain.pb.metafix.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-4465771-1722551184/watcher-4465771-1722551184 -o /tmp/evaluation-result-4465771-1722551184/solver-4465771-1722551184 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722543894-128202 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465771-1722551184.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= d3332ca740d3ae6dd3f9a6cb3b2999d7
RANDOM SEED=223502499

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		: 3044.237
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		: 3557.384
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		: 3028.639
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		: 3023.648
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		: 3032.010
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		: 2568.365
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		: 2950.982
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		: 3161.310
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		: 3027.104
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		: 1787.127
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		: 3190.105
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		: 3067.167
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		: 3044.157
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		: 2666.438
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		: 3109.629
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		: 3161.267
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		: 3000.871
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		: 2657.818
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		: 3111.881
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		: 3161.241
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		: 3043.941
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		: 2667.562
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		: 2994.043
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		: 2997.079
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		: 3013.612
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		: 2646.645
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		: 3111.374
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		: 3020.121
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		: 3044.082
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		: 2665.322
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		: 3190.079
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		: 3133.278
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		: 3017.295
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		: 2659.950
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		: 3190.073
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		: 3044.739
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		: 3011.103
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		: 2664.701
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		: 3046.767
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		: 3161.605
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		: 3044.289
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		: 2654.164
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		: 3051.809
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		: 3161.694
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		: 3020.570
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		: 2657.843
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		: 3190.055
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		: 3136.578
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		: 3044.458
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		: 2659.159
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		: 3107.945
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		: 2968.967
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		: 3033.296
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		: 2667.979
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		: 3189.900
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		: 3057.315
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		: 3009.859
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		: 2664.154
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		: 3190.036
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		: 3053.794
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		: 2997.351
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		: 1959.732
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		: 3094.149
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		: 3079.608
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		: 3037.812
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		: 3720.073
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		: 3081.595
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		: 3002.953
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		: 3019.017
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		: 3599.306
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		: 2957.491
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		: 3162.101
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		: 3031.410
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		: 3442.467
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		: 3059.512
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		: 3034.719
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		: 2978.849
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		: 3142.566
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		: 3040.147
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		: 3006.968
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:        773810316 kB
MemAvailable:   775092252 kB
Buffers:          303612 kB
Cached:          4302120 kB
SwapCached:            0 kB
Active:           476820 kB
Inactive:       13924956 kB
Active(anon):       2212 kB
Inactive(anon):  9816364 kB
Active(file):     474608 kB
Inactive(file):  4108592 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             57740 kB
Writeback:             0 kB
AnonPages:       9795864 kB
Mapped:           127904 kB
Shmem:             22536 kB
KReclaimable:     236900 kB
Slab:             596728 kB
SReclaimable:     236900 kB
SUnreclaim:       359828 kB
KernelStack:       16912 kB
PageTables:        29836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1775384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           266880 kB
HardwareCorrupted:     0 kB
AnonHugePages:    307200 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:      628736 kB
DirectMap2M:    53346304 kB
DirectMap1G:    751828992 kB

Free space on /tmp at the end= 8622892 MiB
End job on nodeD104 at 2024-08-02 01:26:59