Trace number 4465300

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72001.4 3637.37

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_6.opb
MD5SUM9def910af6a1ee27abcf25feff61a445
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark71.6563
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6027
Total number of constraints21278
Number of constraints which are clauses21267
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint1
Maximum length of a constraint650
Number of terms in the objective function 650
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 650
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 31
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 681
Number of bits of the biggest sum of numbers10
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.06	c Default LC presolving (default).
0.00/0.06	c ** Before presolving: virtualMemUsedAtLc = 66396365, getVmSize() = 63860736, SCIPgetMemUsed() = 36140292, SCIPgetMemTotal() = 40644068, SCIPgetMemExternEstim() = 25752297
0.00/0.06	c ** set memory limit for presolving in LC to 8.79588e+12 for SCIP **
0.23/0.28	c ** Estimated virtualMemUsedAtSolver = 66650019, getVmSize() = 101531648, SCIPgetMemUsed() = 41338876, SCIPgetMemTotal() = 74222732, SCIPgetMemExternEstim() = 25752297
0.23/0.28	c ** set memory limit for solvers to 4.18841e+11 for each SCIP **
0.23/0.28	c Original Problem   :
0.23/0.28	c   Problem name     : instance-4465300-1722455569
0.23/0.28	c   Variables        : 6027 (6027 binary, 0 integer, 0 implicit integer, 0 continuous)
0.23/0.28	c   Constraints      : 21278
0.23/0.28	c   Objective sense  : minimize
0.23/0.28	c Presolved Problem  :
0.23/0.28	c   Variables        : 5294 (5294 binary, 0 integer, 0 implicit integer, 0 continuous)
0.23/0.28	c   Constraints      : 5239
0.23/0.28	c Constraints        : Number
0.23/0.28	c   knapsack         : 1 
0.23/0.28	c   setppc           : 584 
0.23/0.28	c   and              : 4649 
0.23/0.28	c   logicor          : 5 
0.23/0.28	c ** Instance transfer method used: 0
0.23/0.29	c ** ParaScipInstance copy does not increase the number of variables. **
0.54/0.54	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.54/0.54	c                                Nodes    Active                                            
0.54/0.54	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
6.88/1.04	c *       1              0           1        20          27.0000                -          -
12.71/1.25	c *       1              0           1        20          25.0000                -          -
12.71/1.29	c *       1              0           1        20          24.0000                -          -
97.68/5.50	c         6            609         155        20          24.0000           5.0000    380.00%
198.69/10.62	c        11              2           1        20          24.0000          10.0000    140.00%
240.28/12.78	c *      13              2           3        20          22.0000          10.0000    120.00%
297.58/15.66	c        16              2           1        20          22.0000          11.3509     93.82%
398.47/20.71	c        21              2           1        20          22.0000          11.4821     91.60%
497.42/25.78	c        26              4           3        20          22.0000          11.4821     91.60%
600.31/30.98	c        31              5           4        20          22.0000          11.4821     91.60%
701.74/36.12	c        36              7           6        20          22.0000          11.4821     91.60%
802.80/41.18	c        41              7           6        20          22.0000          11.4821     91.60%
902.95/46.24	c        46              9           8        20          22.0000          11.6379     89.04%
1001.88/51.29	c        51             10           9        20          22.0000          11.6492     88.85%
1102.72/56.34	c        56             11          10        20          22.0000          11.6626     88.64%
1201.61/61.38	c        61             13          12        20          22.0000          11.6825     88.32%
1302.55/66.44	c        66             14          13        20          22.0000          11.6825     88.32%
1401.50/71.50	c        71             15          14        20          22.0000          11.6825     88.32%
1502.33/76.54	c        77             16          15        20          22.0000          11.6825     88.32%
1601.30/81.59	c        82             16          15        20          22.0000          11.6825     88.32%
1702.22/86.64	c        87             16          15        20          22.0000          11.6825     88.32%
1801.07/91.69	c        92             17          16        20          22.0000          11.6825     88.32%
1902.00/96.75	c        97             18          17        20          22.0000          11.6825     88.32%
2001.08/101.79	c       102             20          19        20          22.0000          11.6825     88.32%
2106.67/107.12	c       107             20          19        20          22.0000          11.6825     88.32%
2207.32/112.17	c       112             21          20        20          22.0000          11.7072     87.92%
2307.61/117.21	c       117             24          23        20          22.0000          11.7072     87.92%
2408.51/122.32	c       122             28          27        20          22.0000          11.7072     87.92%
2507.52/127.36	c       127             30          29        20          22.0000          11.7132     87.82%
2608.45/132.40	c       132             35          34        20          22.0000          11.7132     87.82%
2707.41/137.46	c       137             35          34        20          22.0000          11.7132     87.82%
2808.32/142.51	c       143             35          34        20          22.0000          11.7132     87.82%
2907.31/147.56	c       148             36          35        20          22.0000          11.7132     87.82%
3008.21/152.62	c       153             38          37        20          22.0000          11.7132     87.82%
3107.22/157.67	c       158             39          38        20          22.0000          11.7132     87.82%
3208.28/162.74	c       163             39          38        20          22.0000          11.7132     87.82%
3307.27/167.78	c       168             39          38        20          22.0000          11.7132     87.82%
3408.28/172.83	c       173             41          40        20          22.0000          11.7132     87.82%
3507.42/177.89	c       178             44          43        20          22.0000          11.7132     87.82%
3608.21/182.94	c       183             47          46        20          22.0000          11.7132     87.82%
3707.24/187.99	c       188             52          51        20          22.0000          11.7132     87.82%
3806.26/193.01	c       193             55          54        20          22.0000          11.7132     87.82%
3908.11/198.12	c       198             55          54        20          22.0000          11.7132     87.82%
4008.92/203.18	c       203             57          56        20          22.0000          11.7132     87.82%
4109.28/208.23	c       208             60          59        20          22.0000          11.7132     87.82%
4208.30/213.24	c       213             61          60        20          22.0000          11.7132     87.82%
4307.28/218.26	c       218             61          60        20          22.0000          11.7132     87.82%
4408.21/223.31	c       223             61          60        20          22.0000          11.7132     87.82%
4507.21/228.37	c       228             62          61        20          22.0000          11.7132     87.82%
4608.09/233.44	c       233             71          70        20          22.0000          11.7132     87.82%
4709.00/238.50	c       238             71          70        20          22.0000          11.7132     87.82%
4807.93/243.55	c       244             72          71        20          22.0000          11.7428     87.35%
4908.90/248.60	c       249             72          71        20          22.0000          11.7428     87.35%
5007.80/253.61	c       254             72          71        20          22.0000          11.7428     87.35%
5108.79/258.70	c       259             76          75        20          22.0000          11.7428     87.35%
5207.81/263.72	c       264             81          80        20          22.0000          11.7428     87.35%
5308.84/268.82	c       269             81          80        20          22.0000          11.7428     87.35%
5409.82/273.93	c       274             81          80        20          22.0000          11.7428     87.35%
5508.82/278.93	c       279             81          80        20          22.0000          11.7428     87.35%
5607.73/283.96	c       284             81          80        20          22.0000          11.7428     87.35%
5706.66/289.01	c       289             81          80        20          22.0000          11.7428     87.35%
5808.31/294.13	c       294             81          80        20          22.0000          11.7428     87.35%
5912.58/299.34	c       299             81          80        20          22.0000          11.7428     87.35%
6013.55/304.41	c       304             81          80        20          22.0000          11.7428     87.35%
6112.58/309.47	c       309             81          80        20          22.0000          11.7428     87.35%
6213.49/314.55	c       315             82          81        20          22.0000          11.7428     87.35%
6314.46/319.61	c       320             82          81        20          22.0000          11.7428     87.35%
6413.44/324.66	c       325             86          85        20          22.0000          11.7428     87.35%
6516.41/329.84	c       330             88          87        20          22.0000          11.7428     87.35%
6617.35/334.94	c       335             88          87        20          22.0000          11.7428     87.35%
6716.30/340.01	c       340             89          88        20          22.0000          11.7428     87.35%
6817.97/345.05	c       345             90          89        20          22.0000          11.7428     87.35%
6916.71/350.12	c       350             93          92        20          22.0000          11.7428     87.35%
7019.03/355.22	c       355             96          95        20          22.0000          11.7428     87.35%
7117.99/360.25	c       360             98          97        20          22.0000          11.7428     87.35%
7218.89/365.30	c       365             98          97        20          22.0000          11.7428     87.35%
7319.86/370.42	c       370             98          97        20          22.0000          11.7428     87.35%
7420.84/375.54	c       376            100          99        20          22.0000          11.7428     87.35%
7519.84/380.58	c       381            103         102        20          22.0000          11.7428     87.35%
7620.77/385.68	c       386            104         103        20          22.0000          11.7428     87.35%
7721.72/390.72	c       391            108         107        20          22.0000          11.7428     87.35%
7820.68/395.76	c       396            110         109        20          22.0000          11.7428     87.35%
7921.63/400.89	c       401            111         110        20          22.0000          11.7428     87.35%
8022.61/405.97	c       406            111         110        20          22.0000          11.7428     87.35%
8121.62/411.02	c       411            112         111        20          22.0000          11.7428     87.35%
8223.26/416.07	c       416            113         112        20          22.0000          11.7428     87.35%
8322.26/421.12	c       421            116         115        20          22.0000          11.7428     87.35%
8423.39/426.17	c       426            117         116        20          22.0000          11.7428     87.35%
8523.58/431.23	c       431            119         118        20          22.0000          11.7428     87.35%
8622.57/436.28	c       436            119         118        20          22.0000          11.7428     87.35%
8723.51/441.33	c       441            120         119        20          22.0000          11.7428     87.35%
8822.47/446.39	c       446            126         125        20          22.0000          11.7428     87.35%
8923.40/451.44	c       451            127         126        20          22.0000          11.7428     87.35%
9022.36/456.50	c       456            128         127        20          22.0000          11.7428     87.35%
9123.30/461.52	c       462            130         129        20          22.0000          11.7428     87.35%
9222.30/466.59	c       467            131         130        20          22.0000          11.7428     87.35%
9323.29/471.64	c       472            131         130        20          22.0000          11.7428     87.35%
9424.30/476.70	c       477            131         130        20          22.0000          11.7428     87.35%
9523.29/481.75	c       482            134         133        20          22.0000          11.7428     87.35%
9624.16/486.80	c       487            137         136        20          22.0000          11.7428     87.35%
9723.13/491.85	c       492            137         136        20          22.0000          11.7428     87.35%
9824.07/496.91	c       497            137         136        20          22.0000          11.7428     87.35%
9923.03/501.95	c       502            137         136        20          22.0000          11.7428     87.35%
10021.99/507.02	c       507            137         136        20          22.0000          11.7428     87.35%
10123.60/512.07	c       512            138         137        20          22.0000          11.7754     86.83%
10224.52/517.13	c       517            139         138        20          22.0000          11.7754     86.83%
10323.84/522.19	c       522            140         139        20          22.0000          11.7754     86.83%
10423.70/527.20	c       527            142         141        20          22.0000          11.7754     86.83%
10524.56/532.30	c       532            146         145        20          22.0000          11.7754     86.83%
10623.42/537.35	c       537            148         147        20          22.0000          11.7754     86.83%
10722.36/542.36	c       542            149         148        20          22.0000          11.7754     86.83%
10823.26/547.50	c       547            151         150        20          22.0000          11.7754     86.83%
10924.13/552.57	c       553            151         150        20          22.0000          11.7754     86.83%
11025.05/557.63	c       558            151         150        20          22.0000          11.7754     86.83%
11123.96/562.67	c       563            151         150        20          22.0000          11.7754     86.83%
11224.85/567.72	c       568            156         155        20          22.0000          11.7754     86.83%
11323.81/572.77	c       573            453         454        20          22.0000          11.8044     86.37%
11424.82/577.87	c       578            454         453        20          22.0000          11.8044     86.37%
11525.81/582.92	c       583            462         461        20          22.0000          11.8044     86.37%
11624.84/587.98	c       588            471         470        20          22.0000          11.8044     86.37%
11723.87/592.98	c       593            478         477        20          22.0000          11.8044     86.37%
11825.52/598.05	c       598            484         483        20          22.0000          11.8044     86.37%
11924.92/603.13	c       603            488         487        20          22.0000          11.8044     86.37%
12026.81/608.20	c       608            497         496        20          22.0000          11.8044     86.37%
12125.83/613.26	c       613            502         501        20          22.0000          11.8366     85.86%
12226.82/618.32	c       618            506         505        20          22.0000          11.8366     85.86%
12325.76/623.34	c       623            192         191        20          22.0000          11.8749     85.26%
12426.70/628.43	c       628            192         191        20          22.0000          11.8749     85.26%
12525.66/633.49	c       633            192         191        20          22.0000          11.8749     85.26%
12626.63/638.53	c       639            195         194        20          22.0000          11.8749     85.26%
12725.59/643.60	c       644            195         194        20          22.0000          11.8749     85.26%
12826.56/648.64	c       649            202         203        20          22.0000          11.8749     85.26%
12927.67/653.71	c       654            205         204        20          22.0000          11.8749     85.26%
13026.49/658.77	c       659            208         207        20          22.0000          11.8749     85.26%
13127.32/663.83	c       664            210         209        20          22.0000          11.8749     85.26%
13226.27/668.89	c       669            211         210        20          22.0000          11.8749     85.26%
13327.18/673.98	c       674            214         213        20          22.0000          11.8812     85.17%
13428.75/679.03	c       679            218         217        20          22.0000          11.8812     85.17%
13527.90/684.13	c       684            218         217        20          22.0000          11.8812     85.17%
13628.92/689.19	c       689            218         217        20          22.0000          11.8812     85.17%
13729.13/694.26	c       694            220         219        20          22.0000          11.8812     85.17%
13830.17/699.31	c       699            226         225        20          22.0000          11.8812     85.17%
13929.25/704.36	c       704            227         226        20          22.0000          11.8812     85.17%
14030.29/709.41	c       709            227         226        20          22.0000          11.8812     85.17%
14129.35/714.47	c       714            227         226        20          22.0000          11.8812     85.17%
14228.41/719.47	c       719            227         226        20          22.0000          11.8812     85.17%
14329.35/724.59	c       725            231         230        20          22.0000          11.8812     85.17%
14430.32/729.64	c       730            234         233        20          22.0000          11.8812     85.17%
14529.27/734.66	c       735            243         242        20          22.0000          11.8812     85.17%
14630.24/739.75	c       740            244         243        20          22.0000          11.8812     85.17%
14729.16/744.80	c       745            247         246        20          22.0000          11.8812     85.17%
14830.14/749.84	c       750            252         251        20          22.0000          11.8844     85.12%
14929.10/754.89	c       755            254         253        20          22.0000          11.8844     85.12%
15030.06/759.94	c       760            256         255        20          22.0000          11.8844     85.12%
15129.04/764.99	c       765            258         257        20          22.0000          11.8844     85.12%
15228.04/770.04	c       770            258         257        20          22.0000          11.8844     85.12%
15329.64/775.11	c       775            258         257        20          22.0000          11.8844     85.12%
15430.78/780.18	c       780            260         259        20          22.0000          11.8844     85.12%
15530.97/785.23	c       785            261         260        20          22.0000          11.8844     85.12%
15630.04/790.28	c       790            263         262        20          22.0000          11.8844     85.12%
15731.00/795.33	c       795            265         264        20          22.0000          11.8844     85.12%
15831.99/800.42	c       800            267         266        20          22.0000          11.8844     85.12%
15930.99/805.43	c       805            268         267        20          22.0000          11.8844     85.12%
16031.95/810.57	c       811            269         268        20          22.0000          11.8844     85.12%
16132.88/815.61	c       816            272         271        20          22.0000          11.9253     84.48%
16231.85/820.68	c       821            272         271        20          22.0000          11.9253     84.48%
16332.76/825.75	c       826            272         271        20          22.0000          11.9253     84.48%
16433.65/830.80	c       831            274         273        20          22.0000          11.9253     84.48%
16532.62/835.85	c       836            274         273        20          22.0000          11.9253     84.48%
16633.59/840.90	c       841            274         273        20          22.0000          11.9253     84.48%
16732.50/846.01	c       846            275         274        20          22.0000          11.9253     84.48%
16836.10/851.15	c       851            276         275        20          22.0000          11.9253     84.48%
16936.35/856.28	c       856            279         278        20          22.0000          11.9253     84.48%
17037.32/861.36	c       861            281         280        20          22.0000          11.9253     84.48%
17138.30/866.45	c       866            283         282        20          22.0000          11.9407     84.24%
17239.23/871.53	c       872            285         284        20          22.0000          11.9407     84.24%
17338.22/876.58	c       877            288         287        20          22.0000          11.9407     84.24%
17439.21/881.65	c       882            290         289        20          22.0000          11.9407     84.24%
17540.19/886.71	c       887            292         291        20          22.0000          11.9407     84.24%
17639.18/891.77	c       892            294         293        20          22.0000          11.9407     84.24%
17740.18/896.81	c       897            296         295        20          22.0000          11.9407     84.24%
17841.11/901.96	c       902            297         296        20          22.0000          11.9407     84.24%
17940.06/906.98	c       907            300         299        20          22.0000          11.9407     84.24%
18041.69/912.07	c       912            302         301        20          22.0000          11.9407     84.24%
18140.87/917.14	c       917            302         301        20          22.0000          11.9407     84.24%
18241.83/922.20	c       922            302         301        20          22.0000          11.9407     84.24%
18341.97/927.25	c       927            303         302        20          22.0000          11.9407     84.24%
18442.94/932.30	c       932            304         303        20          22.0000          11.9407     84.24%
18541.95/937.38	c       937            305         304        20          22.0000          11.9407     84.24%
18642.93/942.44	c       942            306         305        20          22.0000          11.9407     84.24%
18743.85/947.50	c       948            307         306        20          22.0000          11.9407     84.24%
18842.84/952.57	c       953            307         306        20          22.0000          11.9407     84.24%
18943.83/957.67	c       958            308         307        20          22.0000          11.9407     84.24%
19044.86/962.73	c       963            309         308        20          22.0000          11.9443     84.19%
19143.79/967.80	c       968            313         312        20          22.0000          11.9773     83.68%
19244.78/972.88	c       973            314         313        20          22.0000          11.9773     83.68%
19345.76/977.94	c       978            314         313        20          22.0000          11.9773     83.68%
19444.79/983.01	c       983            314         313        20          22.0000          11.9773     83.68%
19546.47/988.08	c       988            318         317        20          22.0000          11.9773     83.68%
19648.82/993.20	c       993            326         325        20          22.0000          11.9773     83.68%
19747.89/998.27	c       998            326         325        20          22.0000          11.9773     83.68%
19848.92/1003.36	c      1003            326         325        20          22.0000          11.9773     83.68%
19949.88/1008.42	c      1008            327         326        20          22.0000          11.9773     83.68%
20048.94/1013.46	c      1013            329         328        20          22.0000          11.9773     83.68%
20149.99/1018.51	c      1019            330         329        20          22.0000          11.9773     83.68%
20248.97/1023.56	c      1024            334         333        20          22.0000          11.9773     83.68%
20347.96/1028.59	c      1029            334         333        20          22.0000          11.9773     83.68%
20448.97/1033.67	c      1034            334         333        20          22.0000          11.9773     83.68%
20549.94/1038.72	c      1039            334         333        20          22.0000          11.9773     83.68%
20648.97/1043.78	c      1044            335         334        20          22.0000          11.9773     83.68%
20749.96/1048.83	c      1049            337         336        20          22.0000          11.9773     83.68%
20850.97/1053.90	c      1054            339         338        20          22.0000          11.9773     83.68%
20950.02/1058.98	c      1059            339         338        20          22.0000          11.9773     83.68%
21049.06/1064.01	c      1064            339         338        20          22.0000          11.9773     83.68%
21150.93/1069.07	c      1069            340         339        20          22.0000          11.9773     83.68%
21249.67/1074.11	c      1074            342         341        20          22.0000          12.0006     83.32%
21350.61/1079.16	c      1079            344         343        20          22.0000          12.0006     83.32%
21450.81/1084.22	c      1084            346         345        20          22.0000          12.0006     83.32%
21549.76/1089.27	c      1089            346         345        20          22.0000          12.0006     83.32%
21650.69/1094.32	c      1094            347         346        20          22.0000          12.0006     83.32%
21749.65/1099.36	c      1099            348         347        20          22.0000          12.0006     83.32%
21850.59/1104.41	c      1104            351         350        20          22.0000          12.0006     83.32%
21949.55/1109.46	c      1109            351         350        20          22.0000          12.0006     83.32%
22050.46/1114.53	c      1115            351         350        20          22.0000          12.0006     83.32%
22151.33/1119.60	c      1120            355         356        20          22.0000          12.0006     83.32%
22250.25/1124.66	c      1125            357         356        20          22.0000          12.0006     83.32%
22351.12/1129.71	c      1130            358         357        20          22.0000          12.0006     83.32%
22450.10/1134.78	c      1135            359         358        20          22.0000          12.0006     83.32%
22551.10/1139.82	c      1140            361         360        20          22.0000          12.0006     83.32%
22650.15/1144.88	c      1145            361         360        20          22.0000          12.0006     83.32%
22751.08/1149.94	c      1150            361         360        20          22.0000          12.0006     83.32%
22852.70/1155.06	c      1155            362         361        20          22.0000          12.0006     83.32%
22951.74/1160.12	c      1160            362         361        20          22.0000          12.0006     83.32%
23052.83/1165.17	c      1165            363         362        20          22.0000          12.0006     83.32%
23155.10/1170.31	c      1170            365         364        20          22.0000          12.0006     83.32%
23254.07/1175.38	c      1175            366         365        20          22.0000          12.0006     83.32%
23355.03/1180.47	c      1180            366         365        20          22.0000          12.0006     83.32%
23455.97/1185.52	c      1186            367         366        20          22.0000          12.0006     83.32%
23554.93/1190.57	c      1191            369         368        20          22.0000          12.0006     83.32%
23655.84/1195.63	c      1196            372         371        20          22.0000          12.0069     83.23%
23756.75/1200.72	c      1201            375         374        20          22.0000          12.0119     83.15%
23857.66/1205.82	c      1206            375         374        20          22.0000          12.0119     83.15%
23956.56/1210.85	c      1211            375         374        20          22.0000          12.0119     83.15%
24055.50/1215.87	c      1216            380         379        20          22.0000          12.0119     83.15%
24156.41/1220.94	c      1221            381         380        20          22.0000          12.0119     83.15%
24255.40/1225.97	c      1226            382         381        20          22.0000          12.0119     83.15%
24356.95/1231.03	c      1231            384         383        20          22.0000          12.0119     83.15%
24455.95/1236.05	c      1236            385         384        20          22.0000          12.0119     83.15%
24555.23/1241.14	c      1241            390         389        20          22.0000          12.0119     83.15%
24657.27/1246.24	c      1246            390         389        20          22.0000          12.0119     83.15%
24756.30/1251.28	c      1251            390         389        20          22.0000          12.0119     83.15%
24857.25/1256.31	c      1256            390         389        20          22.0000          12.0119     83.15%
24958.14/1261.49	c      1261            390         389        20          22.0000          12.0119     83.15%
25058.99/1266.54	c      1267            390         389        20          22.0000          12.0119     83.15%
25157.95/1271.59	c      1272            390         389        20          22.0000          12.0119     83.15%
25258.89/1276.65	c      1277            390         389        20          22.0000          12.0119     83.15%
25357.85/1281.68	c      1282            391         390        20          22.0000          12.0119     83.15%
25458.83/1286.76	c      1287            392         391        20          22.0000          12.0123     83.15%
25559.85/1291.82	c      1292            392         391        20          22.0000          12.0123     83.15%
25658.80/1296.87	c      1297            394         393        20          22.0000          12.0123     83.15%
25759.80/1301.97	c      1302            396         395        20          22.0000          12.0123     83.15%
25858.82/1307.02	c      1307            398         397        20          22.0000          12.0123     83.15%
25960.46/1312.07	c      1312            402         401        20          22.0000          12.0123     83.15%
26059.33/1317.13	c      1317            404         403        20          22.0000          12.0123     83.15%
26160.48/1322.17	c      1322            405         404        20          22.0000          12.0123     83.15%
26260.63/1327.23	c      1327            407         406        20          22.0000          12.0123     83.15%
26359.57/1332.28	c      1332            408         407        20          22.0000          12.0123     83.15%
26462.49/1337.42	c      1337            409         408        20          22.0000          12.0123     83.15%
26563.42/1342.55	c      1343            410         409        20          22.0000          12.0123     83.15%
26664.30/1347.61	c      1348            412         411        20          22.0000          12.0123     83.15%
26763.28/1352.63	c      1353            412         411        20          22.0000          12.0123     83.15%
26862.24/1357.66	c      1358            412         411        20          22.0000          12.0123     83.15%
26963.22/1362.77	c      1363            413         412        20          22.0000          12.0123     83.15%
27064.16/1367.82	c      1368            417         416        20          22.0000          12.0123     83.15%
27163.21/1372.87	c      1373            420         419        20          22.0000          12.0123     83.15%
27264.27/1377.94	c      1378            422         421        20          22.0000          12.0123     83.15%
27363.35/1382.99	c      1383            425         424        20          22.0000          12.0123     83.15%
27467.07/1388.14	c      1388            426         425        20          22.0000          12.0123     83.15%
27566.07/1393.19	c      1393            427         426        20          22.0000          12.0123     83.15%
27666.31/1398.24	c      1398            429         428        20          22.0000          12.0123     83.15%
27767.35/1403.33	c      1403            432         431        20          22.0000          12.0123     83.15%
27868.36/1408.40	c      1408            433         432        20          22.0000          12.0123     83.15%
27967.41/1413.45	c      1413            434         433        20          22.0000          12.0123     83.15%
28068.44/1418.50	c      1418            434         433        20          22.0000          12.0123     83.15%
28167.50/1423.55	c      1424            434         433        20          22.0000          12.0123     83.15%
28268.48/1428.60	c      1429            435         434        20          22.0000          12.0123     83.15%
28367.44/1433.67	c      1434            435         434        20          22.0000          12.0123     83.15%
28468.39/1438.75	c      1439            436         435        20          22.0000          12.0123     83.15%
28569.26/1443.81	c      1444            438         437        20          22.0000          12.0123     83.15%
28670.16/1448.91	c      1449            441         440        20          22.0000          12.0123     83.15%
28769.06/1453.93	c      1454            442         441        20          22.0000          12.0277     82.91%
28870.63/1459.08	c      1459            442         441        20          22.0000          12.0277     82.91%
28971.63/1464.14	c      1464            442         441        20          22.0000          12.0277     82.91%
29070.66/1469.18	c      1469            444         443        20          22.0000          12.0277     82.91%
29169.79/1474.20	c      1474            446         445        20          22.0000          12.0277     82.91%
29269.90/1479.29	c      1479            447         446        20          22.0000          12.0277     82.91%
29370.90/1484.33	c      1484            447         446        20          22.0000          12.0277     82.91%
29469.94/1489.38	c      1489            447         446        20          22.0000          12.0277     82.91%
29570.84/1494.43	c      1494            448         447        20          22.0000          12.0277     82.91%
29669.87/1499.48	c      1499            449         448        20          22.0000          12.0277     82.91%
29770.82/1504.53	c      1505            451         450        20          22.0000          12.0277     82.91%
29869.81/1509.58	c      1510            452         451        20          22.0000          12.0277     82.91%
29968.86/1514.59	c      1515            453         452        20          22.0000          12.0277     82.91%
30069.89/1519.66	c      1520            455         454        20          22.0000          12.0277     82.91%
30170.91/1524.72	c      1525            456         455        20          22.0000          12.0277     82.91%
30269.90/1529.77	c      1530            457         456        20          22.0000          12.0277     82.91%
30370.93/1534.81	c      1535            459         458        20          22.0000          12.0277     82.91%
30469.96/1539.87	c      1540            462         461        20          22.0000          12.0277     82.91%
30571.00/1544.90	c      1545            464         463        20          22.0000          12.0277     82.91%
30670.08/1550.03	c      1550            465         464        20          22.0000          12.0277     82.91%
30771.79/1555.10	c      1555            468         467        20          22.0000          12.0277     82.91%
30872.92/1560.15	c      1560            469         468        20          22.0000          12.0277     82.91%
30973.28/1565.20	c      1565            471         470        20          22.0000          12.0277     82.91%
31072.36/1570.29	c      1570            471         470        20          22.0000          12.0277     82.91%
31173.43/1575.34	c      1575            471         470        20          22.0000          12.0277     82.91%
31272.49/1580.39	c      1580            472         471        20          22.0000          12.0637     82.37%
31373.51/1585.44	c      1585            473         472        20          22.0000          12.0637     82.37%
31474.60/1590.51	c      1591            475         474        20          22.0000          12.0637     82.37%
31573.65/1595.56	c      1596            478         477        20          22.0000          12.0637     82.37%
31674.71/1600.61	c      1601            479         478        20          22.0000          12.0637     82.37%
31773.80/1605.67	c      1606            482         481        20          22.0000          12.0637     82.37%
31874.85/1610.73	c      1611            484         483        20          22.0000          12.0637     82.37%
31973.91/1615.79	c      1616            486         485        20          22.0000          12.0637     82.37%
32074.96/1620.84	c      1621            487         486        20          22.0000          12.0637     82.37%
32175.97/1625.90	c      1626            488         487        20          22.0000          12.0637     82.37%
32274.98/1630.96	c      1631            489         488        20          22.0000          12.0637     82.37%
32374.00/1636.00	c      1636            490         489        20          22.0000          12.0637     82.37%
32475.66/1641.05	c      1641            490         489        20          22.0000          12.0637     82.37%
32574.79/1646.11	c      1646            490         489        20          22.0000          12.0637     82.37%
32673.95/1651.14	c      1651            491         490        20          22.0000          12.0637     82.37%
32776.15/1656.21	c      1656            492         491        20          22.0000          12.0637     82.37%
32875.22/1661.26	c      1661            493         492        20          22.0000          12.0637     82.37%
32976.26/1666.37	c      1666            495         494        20          22.0000          12.0637     82.37%
33077.31/1671.42	c      1671            495         494        20          22.0000          12.0637     82.37%
33176.38/1676.47	c      1676            496         495        20          22.0000          12.0637     82.37%
33277.40/1681.52	c      1682            497         496        20          22.0000          12.0637     82.37%
33376.48/1686.58	c      1687            498         497        20          22.0000          12.0637     82.37%
33477.39/1691.62	c      1692            500         499        20          22.0000          12.0637     82.37%
33578.37/1696.72	c      1697            501         500        20          22.0000          12.0637     82.37%
33679.40/1701.83	c      1702            502         501        20          22.0000          12.0709     82.26%
33778.44/1706.88	c      1707            502         501        20          22.0000          12.0709     82.26%
33877.49/1711.89	c      1712            503         502        20          22.0000          12.0709     82.26%
33978.55/1716.99	c      1717            505         504        20          22.0000          12.0709     82.26%
34077.63/1722.02	c      1722            505         504        20          22.0000          12.0709     82.26%
34179.51/1727.07	c      1727            505         504        20          22.0000          12.0709     82.26%
34280.29/1732.17	c      1732            506         505        20          22.0000          12.0709     82.26%
34380.78/1737.24	c      1737            507         506        20          22.0000          12.0709     82.26%
34481.83/1742.30	c      1742            508         507        20          22.0000          12.0709     82.26%
34580.91/1747.38	c      1747            509         508        20          22.0000          12.0709     82.26%
34681.87/1752.45	c      1752            511         510        20          22.0000          12.0709     82.26%
34782.92/1757.51	c      1758            512         511        20          22.0000          12.0709     82.26%
34881.98/1762.56	c      1763            512         511        20          22.0000          12.0709     82.26%
34982.94/1767.62	c      1768            512         511        20          22.0000          12.0709     82.26%
35081.93/1772.66	c      1773            513         512        20          22.0000          12.0709     82.26%
35184.93/1777.81	c      1778            514         513        20          22.0000          12.0709     82.26%
35283.96/1782.85	c      1783            516         515        20          22.0000          12.0709     82.26%
35384.97/1787.90	c      1788            516         515        20          22.0000          12.0709     82.26%
35484.03/1792.95	c      1793            518         517        20          22.0000          12.0709     82.26%
35583.09/1797.97	c      1798            519         518        20          22.0000          12.0709     82.26%
35682.16/1803.02	c      1803            519         518        20          22.0000          12.0709     82.26%
35783.80/1808.10	c      1808            519         518        20          22.0000          12.0709     82.26%
35885.10/1813.18	c      1813            520         519        20          22.0000          12.0709     82.26%
35985.23/1818.25	c      1818            521         520        20          22.0000          12.0709     82.26%
36086.32/1823.30	c      1823            521         520        20          22.0000          12.0709     82.26%
36185.39/1828.35	c      1828            522         521        20          22.0000          12.0709     82.26%
36286.45/1833.40	c      1833            522         521        20          22.0000          12.0709     82.26%
36385.50/1838.46	c      1838            522         521        20          22.0000          12.0709     82.26%
36486.46/1843.57	c      1844            522         521        20          22.0000          12.0709     82.26%
36587.43/1848.63	c      1849            522         521        20          22.0000          12.0709     82.26%
36686.48/1853.69	c      1854            522         521        20          22.0000          12.0709     82.26%
36787.49/1858.74	c      1859            522         521        20          22.0000          12.0709     82.26%
36886.55/1863.77	c      1864            522         521        20          22.0000          12.0709     82.26%
36987.59/1868.87	c      1869            522         521        20          22.0000          12.0709     82.26%
37086.60/1873.88	c      1874            522         521        20          22.0000          12.0709     82.26%
37187.57/1878.92	c      1879            522         521        20          22.0000          12.0709     82.26%
37292.54/1884.22	c      1884            522         521        20          22.0000          12.0709     82.26%
37391.51/1889.25	c      1889            522         521        20          22.0000          12.0709     82.26%
37492.53/1894.32	c      1894            522         521        20          22.0000          12.0709     82.26%
37591.47/1899.39	c      1899            523         522        20          22.0000          12.0709     82.26%
37692.45/1904.47	c      1904            523         522        20          22.0000          12.0709     82.26%
37793.47/1909.55	c      1910            523         522        20          22.0000          12.0709     82.26%
37894.49/1914.60	c      1915            524         523        20          22.0000          12.0709     82.26%
37993.50/1919.67	c      1920            525         524        20          22.0000          12.0709     82.26%
38094.47/1924.73	c      1925            525         524        20          22.0000          12.0709     82.26%
38193.53/1929.79	c      1930            525         524        20          22.0000          12.0709     82.26%
38294.46/1934.85	c      1935            526         525        20          22.0000          12.0709     82.26%
38393.52/1939.86	c      1940            526         525        20          22.0000          12.0709     82.26%
38494.57/1944.94	c      1945            527         526        20          22.0000          12.0709     82.26%
38596.40/1950.06	c      1950            528         527        20          22.0000          12.0709     82.26%
38695.31/1955.10	c      1955            528         527        20          22.0000          12.0709     82.26%
38796.42/1960.17	c      1960            529         528        20          22.0000          12.0709     82.26%
38896.84/1965.23	c      1965            530         529        20          22.0000          12.0709     82.26%
38997.90/1970.30	c      1970            530         529        20          22.0000          12.0709     82.26%
39096.98/1975.34	c      1975            531         530        20          22.0000          12.0709     82.26%
39195.97/1980.39	c      1980            531         530        20          22.0000          12.0709     82.26%
39297.00/1985.45	c      1985            532         531        20          22.0000          12.0822     82.09%
39396.07/1990.46	c      1990            532         531        20          22.0000          12.0822     82.09%
39497.06/1995.51	c      1996            532         531        20          22.0000          12.0822     82.09%
39596.10/2000.59	c      2001            532         531        20          22.0000          12.0822     82.09%
39697.13/2005.66	c      2006            532         531        20          22.0000          12.0822     82.09%
39798.17/2010.72	c      2011            532         531        20          22.0000          12.0822     82.09%
39897.14/2015.76	c      2016            533         532        20          22.0000          12.0822     82.09%
39998.16/2020.83	c      2021            533         532        20          22.0000          12.0822     82.09%
40097.20/2025.89	c      2026            533         532        20          22.0000          12.0822     82.09%
40198.22/2030.94	c      2031            533         532        20          22.0000          12.0822     82.09%
40297.27/2035.96	c      2036            535         534        20          22.0000          12.0822     82.09%
40399.00/2041.04	c      2041            535         534        20          22.0000          12.0822     82.09%
40497.99/2046.11	c      2046            535         534        20          22.0000          12.0822     82.09%
40599.34/2051.16	c      2051            535         534        20          22.0000          12.0822     82.09%
40699.28/2056.22	c      2056            535         534        20          22.0000          12.0822     82.09%
40798.33/2061.24	c      2061            536         535        20          22.0000          12.0822     82.09%
40899.35/2066.30	c      2066            537         536        20          22.0000          12.0822     82.09%
40998.38/2071.35	c      2071            538         537        20          22.0000          12.0822     82.09%
41099.41/2076.45	c      2076            538         537        20          22.0000          12.0822     82.09%
41200.44/2081.52	c      2082            539         538        20          22.0000          12.0822     82.09%
41299.48/2086.59	c      2087            540         539        20          22.0000          12.0822     82.09%
41400.49/2091.65	c      2092            540         539        20          22.0000          12.0822     82.09%
41499.53/2096.67	c      2097            540         539        20          22.0000          12.0822     82.09%
41602.55/2101.84	c      2102            540         539        20          22.0000          12.0822     82.09%
41703.53/2106.90	c      2107            541         540        20          22.0000          12.0822     82.09%
41802.49/2111.97	c      2112            541         540        20          22.0000          12.0822     82.09%
41906.01/2117.14	c      2117            541         540        20          22.0000          12.0822     82.09%
42005.15/2122.19	c      2122            542         541        20          22.0000          12.0822     82.09%
42105.44/2127.24	c      2127            543         542        20          22.0000          12.0822     82.09%
42204.48/2132.29	c      2132            543         542        20          22.0000          12.0822     82.09%
42305.45/2137.34	c      2137            543         542        20          22.0000          12.0822     82.09%
42406.47/2142.43	c      2142            543         542        20          22.0000          12.0822     82.09%
42505.51/2147.48	c      2147            544         543        20          22.0000          12.0822     82.09%
42606.55/2152.56	c      2153            544         543        20          22.0000          12.0822     82.09%
42705.52/2157.58	c      2158            544         543        20          22.0000          12.0822     82.09%
42806.55/2162.63	c      2163            545         544        20          22.0000          12.0822     82.09%
42907.58/2167.72	c      2168            545         544        20          22.0000          12.0822     82.09%
43006.59/2172.77	c      2173            546         545        20          22.0000          12.0822     82.09%
43107.65/2177.84	c      2178            546         545        20          22.0000          12.0822     82.09%
43206.70/2182.88	c      2183            546         545        20          22.0000          12.0822     82.09%
43307.75/2187.91	c      2188            548         547        20          22.0000          12.0822     82.09%
43406.76/2193.02	c      2193            549         548        20          22.0000          12.0822     82.09%
43508.57/2198.07	c      2198            549         548        20          22.0000          12.0822     82.09%
43609.47/2203.14	c      2203           1433         383        20          22.0000          12.0892     81.98%
43709.79/2208.24	c      2208           1435         385        20          22.0000          12.0892     81.98%
43808.87/2213.29	c      2213           1436         386        20          22.0000          12.0892     81.98%
43909.92/2218.35	c      2218           1439         389        20          22.0000          12.0892     81.98%
44010.98/2223.42	c      2223           1441         391        20          22.0000          12.0892     81.98%
44112.02/2228.55	c      2229           1444         394        20          22.0000          12.0892     81.98%
44213.01/2233.60	c      2234           1444         394        20          22.0000          12.0892     81.98%
44312.06/2238.67	c      2239           1447         397        20          22.0000          12.0892     81.98%
44413.08/2243.72	c      2244           1449         399        20          22.0000          12.0892     81.98%
44512.12/2248.78	c      2249           1451         401        20          22.0000          12.0892     81.98%
44613.13/2253.84	c      2254           1451         401        20          22.0000          12.0892     81.98%
44712.19/2258.88	c      2259           1453         403        20          22.0000          12.0892     81.98%
44813.23/2263.94	c      2264           1455         405        20          22.0000          12.0892     81.98%
44912.29/2269.01	c      2269           1457         407        20          22.0000          12.0892     81.98%
45014.07/2274.06	c      2274           1459         409        20          22.0000          12.0892     81.98%
45113.04/2279.12	c      2279           1462         412        20          22.0000          12.1085     81.69%
45213.76/2284.17	c      2284           1466         416        20          22.0000          12.1085     81.69%
45314.28/2289.24	c      2289           1469         419        20          22.0000          12.1085     81.69%
45413.29/2294.28	c      2294           1472         422        20          22.0000          12.1085     81.69%
45514.32/2299.33	c      2299           1474         424        20          22.0000          12.1085     81.69%
45615.36/2304.43	c      2304           1478         428        20          22.0000          12.1085     81.69%
45716.39/2309.52	c      2310           1480         430        20          22.0000          12.1085     81.69%
45815.46/2314.53	c      2315           1483         433        20          22.0000          12.1085     81.69%
45916.44/2319.62	c      2320           1484         434        20          22.0000          12.1085     81.69%
46015.46/2324.67	c      2325           1487         437        20          22.0000          12.1085     81.69%
46116.49/2329.73	c      2330           1491         441        20          22.0000          12.1085     81.69%
46215.54/2334.74	c      2335           1494         446        20          22.0000          12.1085     81.69%
46316.50/2339.81	c      2340           1497         447        20          22.0000          12.1085     81.69%
46417.55/2344.91	c      2345           1499         449        20          22.0000          12.1085     81.69%
46516.55/2349.96	c      2350           1503         453        20          22.0000          12.1085     81.69%
46615.49/2355.02	c      2355           1504         454        20          22.0000          12.1085     81.69%
46717.31/2360.07	c      2360           1508         458        20          22.0000          12.1085     81.69%
46818.34/2365.15	c      2365           1511         461        20          22.0000          12.1449     81.15%
46918.61/2370.21	c      2370           1515         465        20          22.0000          12.1449     81.15%
47017.62/2375.21	c      2375           1519         469        20          22.0000          12.1449     81.15%
47118.52/2380.31	c      2380           1524         474        20          22.0000          12.1449     81.15%
47217.61/2385.38	c      2385           1528         478        20          22.0000          12.1449     81.15%
47316.64/2390.38	c      2390           1531         481        20          22.0000          12.1449     81.15%
47417.64/2395.48	c      2395           1532         482        20          22.0000          12.1449     81.15%
47518.72/2400.51	c      2401           1534         484        20          22.0000          12.1449     81.15%
47617.80/2405.58	c      2406           1534         484        20          22.0000          12.1449     81.15%
47718.86/2410.65	c      2411           1534         484        20          22.0000          12.1449     81.15%
47819.87/2415.71	c      2416           1534         484        20          22.0000          12.1449     81.15%
47918.94/2420.77	c      2421           1534         484        20          22.0000          12.1449     81.15%
48021.91/2425.92	c      2426           1534         484        20          22.0000          12.1449     81.15%
48120.98/2430.96	c      2431           1537         487        20          22.0000          12.1449     81.15%
48220.05/2436.03	c      2436           1539         489        20          22.0000          12.1449     81.15%
48321.68/2441.07	c      2441           1540         490        20          22.0000          12.1449     81.15%
48420.87/2446.13	c      2446           1544         494        20          22.0000          12.1449     81.15%
48521.89/2451.18	c      2451           1546         496        20          22.0000          12.1449     81.15%
48622.15/2456.23	c      2456           1549         499        20          22.0000          12.1449     81.15%
48723.16/2461.32	c      2461           1552         502        20          22.0000          12.1449     81.15%
48822.23/2466.37	c      2466           1554         504        20          22.0000          12.1449     81.15%
48923.30/2471.43	c      2471           1557         507        20          22.0000          12.1449     81.15%
49022.35/2476.48	c      2476           1559         509        20          22.0000          12.1449     81.15%
49123.43/2481.54	c      2482           1560         510        20          22.0000          12.1449     81.15%
49222.49/2486.59	c      2487           1563         513        20          22.0000          12.1449     81.15%
49323.52/2491.65	c      2492           1565         515        20          22.0000          12.1449     81.15%
49426.54/2496.80	c      2497           1566         516        20          22.0000          12.1449     81.15%
49525.57/2501.85	c      2502           1568         518        20          22.0000          12.1449     81.15%
49626.57/2506.91	c      2507           1570         520        20          22.0000          12.1449     81.15%
49725.63/2511.97	c      2512           1571         521        20          22.0000          12.1541     81.01%
49824.69/2517.02	c      2517           1575         525        20          22.0000          12.1541     81.01%
49926.46/2522.09	c      2522           1579         529        20          22.0000          12.1541     81.01%
50027.47/2527.18	c      2527           1581         531        20          22.0000          12.1541     81.01%
50127.87/2532.24	c      2532           1584         534        20          22.0000          12.1541     81.01%
50228.82/2537.30	c      2537           1587         537        20          22.0000          12.1541     81.01%
50327.89/2542.35	c      2542           1590         540        20          22.0000          12.1541     81.01%
50428.96/2547.40	c      2547           1593         543        20          22.0000          12.1541     81.01%
50528.04/2552.45	c      2552           1596         546        20          22.0000          12.1541     81.01%
50629.11/2557.52	c      2558           1599         549        20          22.0000          12.1541     81.01%
50728.14/2562.56	c      2563           1601         551        20          22.0000          12.1685     80.79%
50829.20/2567.61	c      2568           1605         555        20          22.0000          12.1685     80.79%
50928.27/2572.63	c      2573           1608         558        20          22.0000          12.1685     80.79%
51029.29/2577.72	c      2578           1611         561        20          22.0000          12.1685     80.79%
51130.37/2582.81	c      2583           1614         564        20          22.0000          12.1685     80.79%
51229.46/2587.85	c      2588           1617         567        20          22.0000          12.1685     80.79%
51330.49/2592.91	c      2593           1618         568        20          22.0000          12.1685     80.79%
51429.53/2598.01	c      2598           1621         571        20          22.0000          12.1685     80.79%
51531.24/2603.06	c      2603           1624         574        20          22.0000          12.1685     80.79%
51630.14/2608.13	c      2608           1626         576        20          22.0000          12.1685     80.79%
51732.46/2613.20	c      2613           1627         577        20          22.0000          12.1685     80.79%
51831.49/2618.27	c      2618           1630         580        20          22.0000          12.1685     80.79%
51932.51/2623.31	c      2623           1630         580        20          22.0000          12.1685     80.79%
52031.53/2628.36	c      2628           1633         583        20          22.0000          12.1924     80.44%
52132.55/2633.46	c      2633           1635         585        20          22.0000          12.1924     80.44%
52233.56/2638.50	c      2638           1638         588        20          22.0000          12.1924     80.44%
52332.58/2643.56	c      2644           1641         591        20          22.0000          12.1924     80.44%
52433.55/2648.65	c      2649           1644         594        20          22.0000          12.1924     80.44%
52534.74/2653.72	c      2654           1647         597        20          22.0000          12.1924     80.44%
52633.56/2658.78	c      2659           1650         600        20          22.0000          12.1924     80.44%
52734.58/2663.83	c      2664           1652         602        20          22.0000          12.1924     80.44%
52833.61/2668.89	c      2669           1654         604        20          22.0000          12.1924     80.44%
52934.55/2674.03	c      2674           1657         607        20          22.0000          12.1924     80.44%
53036.14/2679.10	c      2679           1659         609        20          22.0000          12.1924     80.44%
53137.21/2684.15	c      2684           1661         611        20          22.0000          12.2054     80.25%
53237.58/2689.20	c      2689           1663         613        20          22.0000          12.2054     80.25%
53336.54/2694.28	c      2694           1665         615        20          22.0000          12.2054     80.25%
53437.57/2699.34	c      2699           1668         618        20          22.0000          12.2054     80.25%
53538.50/2704.41	c      2704           1670         620        20          22.0000          12.2054     80.25%
53637.47/2709.41	c      2709           1671         621        20          22.0000          12.2054     80.25%
53738.49/2714.51	c      2715           1674         624        20          22.0000          12.2054     80.25%
53837.51/2719.57	c      2720           1675         625        20          22.0000          12.2054     80.25%
53938.53/2724.62	c      2725           1677         627        20          22.0000          12.2054     80.25%
54037.53/2729.67	c      2730           1679         629        20          22.0000          12.2054     80.25%
54138.53/2734.74	c      2735           1682         632        20          22.0000          12.2054     80.25%
54237.57/2739.79	c      2740           1686         636        20          22.0000          12.2054     80.25%
54338.53/2744.84	c      2745           1689         639        20          22.0000          12.2054     80.25%
54439.55/2749.90	c      2750           1691         641        20          22.0000          12.2220     80.00%
54538.56/2755.01	c      2755           1692         642        20          22.0000          12.2220     80.00%
54640.11/2760.10	c      2760           1696         646        20          22.0000          12.2220     80.00%
54741.39/2765.20	c      2765           1700         650        20          22.0000          12.2220     80.00%
54841.53/2770.25	c      2770           1703         653        20          22.0000          12.2220     80.00%
54942.55/2775.31	c      2775           1706         656        20          22.0000          12.2220     80.00%
55041.58/2780.36	c      2780           1709         659        20          22.0000          12.2220     80.00%
55142.57/2785.43	c      2785           1710         660        20          22.0000          12.2220     80.00%
55241.62/2790.44	c      2790           1713         663        20          22.0000          12.2220     80.00%
55342.59/2795.51	c      2796           1715         665        20          22.0000          12.2220     80.00%
55441.60/2800.60	c      2801           1716         666        20          22.0000          12.2220     80.00%
55544.76/2805.73	c      2806           1717         667        20          22.0000          12.2220     80.00%
55643.58/2810.79	c      2811           1719         669        20          22.0000          12.2220     80.00%
55744.55/2815.85	c      2816           1721         671        20          22.0000          12.2338     79.83%
55845.52/2820.92	c      2821           1725         675        20          22.0000          12.2338     79.83%
55944.45/2825.99	c      2826           1726         676        20          22.0000          12.2338     79.83%
56043.36/2831.02	c      2831           1729         679        20          22.0000          12.2338     79.83%
56144.95/2836.04	c      2836           1729         679        20          22.0000          12.2338     79.83%
56245.95/2841.18	c      2841           1729         679        20          22.0000          12.2338     79.83%
56346.28/2846.24	c      2846           1729         679        20          22.0000          12.2338     79.83%
56447.21/2851.31	c      2851           1729         679        20          22.0000          12.2338     79.83%
56546.20/2856.33	c      2856           1729         679        20          22.0000          12.2338     79.83%
56647.12/2861.41	c      2861           1729         679        20          22.0000          12.2338     79.83%
56750.05/2866.63	c      2867           1729         679        20          22.0000          12.2338     79.83%
56849.07/2871.68	c      2872           1729         679        20          22.0000          12.2338     79.83%
56949.99/2876.70	c      2877           1729         679        20          22.0000          12.2338     79.83%
57049.02/2881.80	c      2882           1729         679        20          22.0000          12.2338     79.83%
57150.17/2886.87	c      2887           1729         679        20          22.0000          12.2338     79.83%
57250.93/2891.92	c      2892           1729         679        20          22.0000          12.2338     79.83%
57349.96/2896.95	c      2897           1730         680        20          22.0000          12.2338     79.83%
57448.97/2901.95	c      2902           1731         681        20          22.0000          12.2338     79.83%
57547.97/2906.99	c      2907           1734         684        20          22.0000          12.2338     79.83%
57652.86/2912.27	c      2912           1735         685        20          22.0000          12.2338     79.83%
57753.80/2917.32	c      2917           1738         688        20          22.0000          12.2338     79.83%
57852.77/2922.37	c      2922           1740         690        20          22.0000          12.2338     79.83%
57951.72/2927.39	c      2927           1741         691        20          22.0000          12.2338     79.83%
58052.68/2932.47	c      2932           1743         693        20          22.0000          12.2338     79.83%
58153.64/2937.51	c      2938           1745         695        20          22.0000          12.2338     79.83%
58254.61/2942.60	c      2943           1749         699        20          22.0000          12.2338     79.83%
58355.56/2947.71	c      2948           1751         701        20          22.0000          12.2565     79.50%
58454.48/2952.78	c      2953           1753         703        20          22.0000          12.2565     79.50%
58553.62/2957.79	c      2958           1756         706        20          22.0000          12.2565     79.50%
58652.43/2962.80	c      2963           1759         709        20          22.0000          12.2565     79.50%
58755.34/2967.98	c      2968           1761         711        20          22.0000          12.2565     79.50%
58854.27/2973.03	c      2973           1763         713        20          22.0000          12.2565     79.50%
58955.95/2978.09	c      2978           1766         716        20          22.0000          12.2565     79.50%
59056.73/2983.14	c      2983           1769         719        20          22.0000          12.2565     79.50%
59157.04/2988.20	c      2988           1772         722        20          22.0000          12.2565     79.50%
59256.03/2993.26	c      2993           1773         723        20          22.0000          12.2565     79.50%
59357.02/2998.32	c      2998           1775         725        20          22.0000          12.2565     79.50%
59458.00/3003.47	c      3003           1776         726        20          22.0000          12.2565     79.50%
59558.99/3008.52	c      3009           1778         728        20          22.0000          12.2565     79.50%
59657.97/3013.58	c      3014           1778         728        20          22.0000          12.2565     79.50%
59758.85/3018.65	c      3019           1780         730        20          22.0000          12.2565     79.50%
59859.85/3023.70	c      3024           1783         733        20          22.0000          12.2877     79.04%
59958.80/3028.76	c      3029           1785         735        20          22.0000          12.2877     79.04%
60059.76/3033.86	c      3034           1786         736        20          22.0000          12.2877     79.04%
60158.59/3038.89	c      3039           1788         738        20          22.0000          12.2877     79.04%
60259.55/3044.01	c      3044           1789         739        20          22.0000          12.2877     79.04%
60360.97/3049.05	c      3049           1791         741        20          22.0000          12.2877     79.04%
60459.92/3054.10	c      3054           1791         741        20          22.0000          12.2877     79.04%
60560.77/3059.15	c      3059           1792         742        20          22.0000          12.2877     79.04%
60659.94/3064.16	c      3064           1794         744        20          22.0000          12.2877     79.04%
60758.39/3069.18	c      3069           1794         744        20          22.0000          12.2877     79.04%
60858.77/3074.28	c      3074           1797         747        20          22.0000          12.2877     79.04%
60959.64/3079.35	c      3079           1799         749        20          22.0000          12.2877     79.04%
61058.55/3084.36	c      3084           1801         751        20          22.0000          12.2877     79.04%
61159.35/3089.47	c      3089           1802         752        20          22.0000          12.2877     79.04%
61260.05/3094.55	c      3095           1803         753        20          22.0000          12.2877     79.04%
61360.92/3099.66	c      3100           1806         756        20          22.0000          12.2877     79.04%
61461.80/3104.71	c      3105           1807         757        20          22.0000          12.2877     79.04%
61560.72/3109.77	c      3110           1809         759        20          22.0000          12.2877     79.04%
61661.35/3114.84	c      3115           1810         760        20          22.0000          12.2877     79.04%
61762.22/3119.92	c      3120           1812         762        20          22.0000          12.2936     78.95%
61863.70/3125.07	c      3125           1815         765        20          22.0000          12.2936     78.95%
61964.78/3130.15	c      3130           1815         765        20          22.0000          12.2936     78.95%
62065.01/3135.20	c      3135           1818         768        20          22.0000          12.2936     78.95%
62163.93/3140.26	c      3140           1820         770        20          22.0000          12.2936     78.95%
62264.84/3145.31	c      3145           1821         771        20          22.0000          12.2936     78.95%
62365.69/3150.43	c      3150           1821         771        20          22.0000          12.2936     78.95%
62464.54/3155.47	c      3155           1823         773        20          22.0000          12.2936     78.95%
62565.39/3160.53	c      3161           1824         774        20          22.0000          12.2936     78.95%
62664.29/3165.58	c      3166           1825         775        20          22.0000          12.2936     78.95%
62765.18/3170.64	c      3171           1827         777        20          22.0000          12.2936     78.95%
62866.11/3175.76	c      3176           1827         777        20          22.0000          12.2936     78.95%
62966.86/3180.80	c      3181           1830         780        20          22.0000          12.2936     78.95%
63065.80/3185.85	c      3186           1833         783        20          22.0000          12.2936     78.95%
63166.71/3190.94	c      3191           1836         786        20          22.0000          12.2936     78.95%
63265.57/3195.98	c      3196           1839         789        20          22.0000          12.2936     78.95%
63364.51/3200.99	c      3201           1841         791        20          22.0000          12.2957     78.92%
63466.14/3206.11	c      3206           1843         793        20          22.0000          12.2957     78.92%
63567.11/3211.18	c      3211           1845         795        20          22.0000          12.2957     78.92%
63667.33/3216.24	c      3216           1847         797        20          22.0000          12.2957     78.92%
63766.04/3221.26	c      3221           1850         800        20          22.0000          12.2957     78.92%
63864.91/3226.28	c      3226           1851         801        20          22.0000          12.2957     78.92%
63967.80/3231.43	c      3231           1854         804        20          22.0000          12.2957     78.92%
64066.70/3236.47	c      3236           1856         806        20          22.0000          12.2957     78.92%
64167.61/3241.57	c      3242           1856         806        20          22.0000          12.2957     78.92%
64268.50/3246.62	c      3247           1857         807        20          22.0000          12.2957     78.92%
64367.43/3251.68	c      3252           1859         809        20          22.0000          12.2957     78.92%
64468.43/3256.73	c      3257           1861         811        20          22.0000          12.2957     78.92%
64567.66/3261.77	c      3262           1864         814        20          22.0000          12.2957     78.92%
64668.54/3266.84	c      3267           1865         815        20          22.0000          12.2957     78.92%
64767.46/3271.89	c      3272           1869         819        20          22.0000          12.2957     78.92%
64868.52/3276.93	c      3277           1872         822        20          22.0000          12.3137     78.66%
64967.54/3281.99	c      3282           1874         824        20          22.0000          12.3137     78.66%
65069.16/3287.06	c      3287           1876         826        20          22.0000          12.3137     78.66%
65168.31/3292.10	c      3292           1881         831        20          22.0000          12.3137     78.66%
65269.20/3297.16	c      3297           1884         834        20          22.0000          12.3137     78.66%
65369.50/3302.21	c      3302           1884         834        20          22.0000          12.3137     78.66%
65468.54/3307.26	c      3307           1885         835        20          22.0000          12.3137     78.66%
65569.50/3312.32	c      3312           1887         837        20          22.0000          12.3137     78.66%
65668.52/3317.36	c      3317           1890         840        20          22.0000          12.3137     78.66%
65769.58/3322.49	c      3322           1894         844        20          22.0000          12.3137     78.66%
65870.54/3327.54	c      3328           1897         847        20          22.0000          12.3137     78.66%
65971.55/3332.60	c      3333           1899         849        20          22.0000          12.3137     78.66%
66070.59/3337.67	c      3338           1900         850        20          22.0000          12.3137     78.66%
66171.61/3342.71	c      3343           1902         852        20          22.0000          12.3151     78.64%
66270.66/3347.79	c      3348           1903         853        20          22.0000          12.3151     78.64%
66371.66/3352.85	c      3353           1906         856        20          22.0000          12.3151     78.64%
66472.70/3357.94	c      3358           1910         860        20          22.0000          12.3151     78.64%
66571.62/3362.98	c      3363           1912         862        20          22.0000          12.3151     78.64%
66670.59/3367.98	c      3368           1915         865        20          22.0000          12.3151     78.64%
66772.35/3373.04	c      3373           1916         866        20          22.0000          12.3151     78.64%
66871.28/3378.09	c      3378           1918         868        20          22.0000          12.3151     78.64%
66972.46/3383.16	c      3383           1920         870        20          22.0000          12.3151     78.64%
67072.60/3388.21	c      3388           1922         872        20          22.0000          12.3151     78.64%
67173.52/3393.30	c      3393           1924         874        20          22.0000          12.3151     78.64%
67274.54/3398.40	c      3398           1928         878        20          22.0000          12.3151     78.64%
67373.60/3403.47	c      3403           1929         879        20          22.0000          12.3151     78.64%
67474.57/3408.55	c      3409           1931         881        20          22.0000          12.3198     78.57%
67575.39/3413.61	c      3414           1934         884        20          22.0000          12.3198     78.57%
67676.40/3418.72	c      3419           1935         885        20          22.0000          12.3198     78.57%
67777.27/3423.82	c      3424           1938         888        20          22.0000          12.3198     78.57%
67878.26/3428.91	c      3429           1941         891        20          22.0000          12.3198     78.57%
67977.25/3433.95	c      3434           1943         893        20          22.0000          12.3198     78.57%
68076.26/3439.01	c      3439           1944         894        20          22.0000          12.3198     78.57%
68178.04/3444.06	c      3444           1945         895        20          22.0000          12.3198     78.57%
68276.66/3449.11	c      3449           1947         897        20          22.0000          12.3198     78.57%
68377.83/3454.17	c      3454           1950         900        20          22.0000          12.3198     78.57%
68478.14/3459.26	c      3459           1952         902        20          22.0000          12.3198     78.57%
68579.18/3464.31	c      3464           1954         904        20          22.0000          12.3198     78.57%
68678.20/3469.37	c      3469           1960         910        20          22.0000          12.3198     78.57%
68779.00/3474.43	c      3474           1961         911        20          22.0000          12.3213     78.55%
68878.05/3479.44	c      3479           1962         912        20          22.0000          12.3213     78.55%
68978.98/3484.56	c      3485           1965         915        20          22.0000          12.3213     78.55%
69079.91/3489.61	c      3490           1802         752        20          22.0000          12.3217     78.55%
69180.94/3494.74	c      3495           1803         753        20          22.0000          12.3217     78.55%
69281.96/3499.81	c      3500           1804         754        20          22.0000          12.3217     78.55%
69381.00/3504.87	c      3505           1805         755        20          22.0000          12.3217     78.55%
69479.98/3509.89	c      3510           1805         755        20          22.0000          12.3217     78.55%
69580.88/3514.92	c      3515           1805         755        20          22.0000          12.3217     78.55%
69682.64/3520.10	c      3520           1805         755        20          22.0000          12.3217     78.55%
69783.78/3525.16	c      3525           1805         755        20          22.0000          12.3217     78.55%
69884.01/3530.21	c      3530           1805         755        20          22.0000          12.3217     78.55%
69983.08/3535.27	c      3535           1805         755        20          22.0000          12.3217     78.55%
70084.15/3540.37	c      3540           1805         755        20          22.0000          12.3217     78.55%
70185.17/3545.44	c      3545           1806         756        20          22.0000          12.3217     78.55%
70284.14/3550.45	c      3550           1808         758        20          22.0000          12.3217     78.55%
70383.00/3555.48	c      3555           1810         760        20          22.0000          12.3217     78.55%
70484.06/3560.56	c      3561           1811         761        20          22.0000          12.3217     78.55%
70585.08/3565.65	c      3566           1812         762        20          22.0000          12.3217     78.55%
70686.10/3570.70	c      3571           1814         764        20          22.0000          12.3217     78.55%
70785.18/3575.78	c      3576           1815         765        20          22.0000          12.3217     78.55%
70886.18/3580.86	c      3581           1818         768        20          22.0000          12.3217     78.55%
70987.23/3585.92	c      3586           1820         770        20          22.0000          12.3217     78.55%
71086.36/3590.95	c      3591           1824         774        20          22.0000          12.3217     78.55%
71188.20/3596.05	c      3596           1824         774        20          22.0000          12.3217     78.55%
71287.12/3601.10	c      3601           1827         777        20          22.0000          12.3217     78.55%
71388.52/3606.18	c      3606           1829         779        20          22.0000          12.3217     78.55%
71488.59/3611.23	c      3611           1829         779        20          22.0000          12.3217     78.55%
71587.70/3616.29	c      3616           1829         779        20          22.0000          12.3217     78.55%
71688.70/3621.33	c      3621           1829         779        20          22.0000          12.3217     78.55%
71787.81/3626.39	c      3626           1829         779        20          22.0000          12.3217     78.55%
71888.88/3631.48	c      3631           1992         942        20          22.0000          12.3276     78.46%
71989.95/3636.53	c      3637           1994         944        20          22.0000          12.3276     78.46%

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 (187140 MiB free)
  memory of node 1: 193531 MiB (188929 MiB free)
  memory of node 2: 193531 MiB (185445 MiB free)
  memory of node 3: 193493 MiB (192356 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-4465300-1722455569/watcher-4465300-1722455569 -o /tmp/evaluation-result-4465300-1722455569/solver-4465300-1722455569 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722454516-70741 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465300-1722455569.opb -qsol -t 72000 -sth 20 

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

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

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 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=74477, runsolver pid=74474
Current StackSize limit: 8192 KiB


[startup+0.100106 s]*
/proc/loadavg: 74.06 74.07 62.21 62/984 74478
/proc/meminfo: memFree=771913548/790760800 swapFree=131071996/131071996
[pid=74477] ppid=74474 vsize=81272 memory=69972 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/stat : 74477 (fscip) R 74474 74477 70728 0 -1 4194304 16400 0 0 0 9 2 0 0 20 0 1 0 12136278 83222528 17493 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 17 43 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
/proc/74477/statm: 20318 17493 2678 3035 0 16714 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 81272 KiB
Current children cumulated memory: 69972 KiB

[startup+0.219399 s]*
/proc/loadavg: 74.06 74.07 62.21 63/984 74478
/proc/meminfo: memFree=771899372/790760800 swapFree=131071996/131071996
[pid=74477] ppid=74474 vsize=86328 memory=74604 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/stat : 74477 (fscip) R 74474 74477 70728 0 -1 4194304 19769 0 0 0 20 3 0 0 20 0 1 0 12136278 88399872 18651 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 17 43 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
/proc/74477/statm: 21582 18651 2774 3035 0 17978 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 86328 KiB
Current children cumulated memory: 74604 KiB

[startup+0.322507 s]*
/proc/loadavg: 74.06 74.07 62.21 62/1004 74498
/proc/meminfo: memFree=771855364/790760800 swapFree=131071996/131071996
[pid=74477] ppid=74474 vsize=1578308 memory=140768 CPUtime=0.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/stat : 74477 (fscip) S 74474 74477 70728 0 -1 1077936128 37616 0 0 0 28 6 0 0 20 0 21 0 12136278 1616187392 35192 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 17 47 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
/proc/74477/statm: 394577 35192 2806 3035 0 77566 0
[pid=74477/tid=74479] ppid=74474 vsize=1578308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74479/stat : 74479 (fscip) S 74474 74477 70728 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12136306 1616187392 35258 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74480] ppid=74474 vsize=1578308 memory=-5155631284447897477 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74480/stat : 74480 (fscip) S 74474 74477 70728 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12136306 1616187392 35258 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74481] ppid=74474 vsize=1578308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74481/stat : 74481 (fscip) S 74474 74477 70728 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12136306 1616187392 35258 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74482] ppid=74474 vsize=1578308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74482/stat : 74482 (fscip) S 74474 74477 70728 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12136306 1616187392 35258 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74483] ppid=74474 vsize=1578308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74483/stat : 74483 (fscip) S 74474 74477 70728 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12136306 1616187392 35258 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74484] ppid=74474 vsize=1578308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74484/stat : 74484 (fscip) S 74474 74477 70728 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12136306 1616187392 35258 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74485] ppid=74474 vsize=1578308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74485/stat : 74485 (fscip) S 74474 74477 70728 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12136306 1616187392 35324 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74486] ppid=74474 vsize=1578308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74486/stat : 74486 (fscip) S 74474 74477 70728 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12136306 1616187392 35324 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74487] ppid=74474 vsize=1578308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74487/stat : 74487 (fscip) S 74474 74477 70728 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 12136306 1616187392 35324 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74488] ppid=74474 vsize=1578308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74488/stat : 74488 (fscip) S 74474 74477 70728 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12136306 1616187392 35324 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74489] ppid=74474 vsize=1578308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74489/stat : 74489 (fscip) S 74474 74477 70728 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12136306 1616187392 35324 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74490] ppid=74474 vsize=1578308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74490/stat : 74490 (fscip) S 74474 74477 70728 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12136306 1616187392 35324 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74491] ppid=74474 vsize=1578308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74491/stat : 74491 (fscip) S 74474 74477 70728 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12136306 1616187392 35324 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74492] ppid=74474 vsize=1578308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74492/stat : 74492 (fscip) S 74474 74477 70728 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12136306 1616187392 35324 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74493] ppid=74474 vsize=1578308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74493/stat : 74493 (fscip) S 74474 74477 70728 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12136306 1616187392 35324 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74494] ppid=74474 vsize=1578308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74494/stat : 74494 (fscip) S 74474 74477 70728 0 -1 1077936192 3557 0 0 0 0 0 0 0 20 0 21 0 12136306 1616187392 35324 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74495] ppid=74474 vsize=1578308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74495/stat : 74495 (fscip) S 74474 74477 70728 0 -1 1077936192 3558 0 0 0 0 0 0 0 20 0 21 0 12136306 1616187392 35324 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74496] ppid=74474 vsize=1578308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74496/stat : 74496 (fscip) S 74474 74477 70728 0 -1 1077936192 3559 0 0 0 0 0 0 0 20 0 21 0 12136306 1616187392 35324 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74497] ppid=74474 vsize=1578308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74497/stat : 74497 (fscip) R 74474 74477 70728 0 -1 4194368 2830 0 0 0 0 0 0 0 20 0 21 0 12136306 1616187392 35324 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74498] ppid=74474 vsize=1578308 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74498/stat : 74498 (fscip) S 74474 74477 70728 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12136306 1616187392 35324 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 1578308 KiB
Current children cumulated memory: 140768 KiB

[startup+0.701261 s]
/proc/loadavg: 74.06 74.07 62.21 62/1004 74498
/proc/meminfo: memFree=771625484/790760800 swapFree=131071996/131071996
[pid=74477] ppid=74474 vsize=2594196 memory=1186484 CPUtime=3.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/stat : 74477 (fscip) S 74474 74477 70728 0 -1 1077936128 298484 0 0 0 235 76 0 0 20 0 41 0 12136278 2656456704 296621 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 17 43 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
/proc/74477/statm: 648549 296621 2822 3035 0 395043 0
[pid=74477/tid=74479] ppid=74474 vsize=2594196 memory=5937544666527986260 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74479/stat : 74479 (fscip) R 74474 74477 70728 0 -1 4194368 9146 0 0 0 12 2 0 0 20 0 41 0 12136306 2656456704 296621 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74480] ppid=74474 vsize=2594196 memory=6441944508944836453 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74480/stat : 74480 (fscip) R 74474 74477 70728 0 -1 4194368 16162 0 0 0 9 4 0 0 20 0 41 0 12136306 2656456704 296621 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74481] ppid=74474 vsize=2594196 memory=11572 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74481/stat : 74481 (fscip) R 74474 74477 70728 0 -1 4194368 16170 0 0 0 9 3 0 0 20 0 41 0 12136306 2656456704 296621 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74482] ppid=74474 vsize=2594196 memory=16088 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74482/stat : 74482 (fscip) R 74474 74477 70728 0 -1 4194368 9149 0 0 0 12 2 0 0 20 0 41 0 12136306 2656456704 296621 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74483] ppid=74474 vsize=2594196 memory=5556 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74483/stat : 74483 (fscip) R 74474 74477 70728 0 -1 4194368 16194 0 0 0 9 4 0 0 20 0 41 0 12136306 2656456704 296621 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74484] ppid=74474 vsize=2594196 memory=2212 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74484/stat : 74484 (fscip) R 74474 74477 70728 0 -1 4194368 16143 0 0 0 8 4 0 0 20 0 41 0 12136306 2656456704 296621 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74485] ppid=74474 vsize=2594196 memory=13844 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74485/stat : 74485 (fscip) R 74474 74477 70728 0 -1 4194368 9149 0 0 0 11 2 0 0 20 0 41 0 12136306 2656456704 296621 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74486] ppid=74474 vsize=2594196 memory=7524782068386393953 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74486/stat : 74486 (fscip) R 74474 74477 70728 0 -1 4194368 16193 0 0 0 9 4 0 0 20 0 41 0 12136306 2656456704 296621 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74487] ppid=74474 vsize=2594196 memory=6009893600979084637 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74487/stat : 74487 (fscip) R 74474 74477 70728 0 -1 4194368 16216 0 0 0 9 4 0 0 20 0 41 0 12136306 2656456704 296621 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74488] ppid=74474 vsize=2594196 memory=443992244294733 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74488/stat : 74488 (fscip) R 74474 74477 70728 0 -1 4194368 9145 0 0 0 12 2 0 0 20 0 41 0 12136306 2656456704 296621 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74489] ppid=74474 vsize=2594196 memory=7157463803934827869 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74489/stat : 74489 (fscip) R 74474 74477 70728 0 -1 4194368 16172 0 0 0 10 3 0 0 20 0 41 0 12136306 2656456704 296621 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74490] ppid=74474 vsize=2594196 memory=91273697 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74490/stat : 74490 (fscip) R 74474 74477 70728 0 -1 4194368 16146 0 0 0 9 4 0 0 20 0 41 0 12136306 2656456704 296621 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74491] ppid=74474 vsize=2594196 memory=33 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74491/stat : 74491 (fscip) R 74474 74477 70728 0 -1 4194368 9146 0 0 0 12 2 0 0 20 0 41 0 12136306 2656456704 296621 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74492] ppid=74474 vsize=2594196 memory=0 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74492/stat : 74492 (fscip) R 74474 74477 70728 0 -1 4194368 16179 0 0 0 8 4 0 0 20 0 41 0 12136306 2656456704 296621 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74493] ppid=74474 vsize=2594196 memory=21524 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74493/stat : 74493 (fscip) R 74474 74477 70728 0 -1 4194368 16150 0 0 0 9 4 0 0 20 0 41 0 12136306 2656456704 296621 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74494] ppid=74474 vsize=2594196 memory=100 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74494/stat : 74494 (fscip) R 74474 74477 70728 0 -1 4194368 9145 0 0 0 12 2 0 0 20 0 41 0 12136306 2656456704 296621 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74495] ppid=74474 vsize=2594196 memory=25333125866717268 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74495/stat : 74495 (fscip) R 74474 74477 70728 0 -1 4194368 16146 0 0 0 8 5 0 0 20 0 41 0 12136306 2656456704 296621 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74496] ppid=74474 vsize=2594196 memory=31232 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74496/stat : 74496 (fscip) R 74474 74477 70728 0 -1 4194368 16154 0 0 0 9 3 0 0 20 0 41 0 12136306 2656456704 296621 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74497] ppid=74474 vsize=2594196 memory=28656 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74497/stat : 74497 (fscip) R 74474 74477 70728 0 -1 4194368 9146 0 0 0 12 2 0 0 20 0 41 0 12136306 2656456704 296621 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74498] ppid=74474 vsize=2594196 memory=7492 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74498/stat : 74498 (fscip) R 74474 74477 70728 0 -1 4194368 16178 0 0 0 9 4 0 0 20 0 41 0 12136306 2656456704 296621 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 2594196 KiB
Current children cumulated memory: 1186484 KiB

[startup+1.50126 s]
/proc/loadavg: 74.06 74.07 62.21 81/1024 74518
/proc/meminfo: memFree=770415076/790760800 swapFree=131071996/131071996
[pid=74477] ppid=74474 vsize=3052948 memory=1994180 CPUtime=18.53 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/stat : 74477 (fscip) S 74474 74477 70728 0 -1 1077936128 508677 0 0 0 1557 296 0 0 20 0 41 0 12136278 3126218752 498545 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
/proc/74477/statm: 763237 498545 2950 3035 0 599562 0
[pid=74477/tid=74479] ppid=74474 vsize=3052948 memory=16088 CPUtime=0.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74479/stat : 74479 (fscip) R 74474 74477 70728 0 -1 4194368 27696 0 0 0 74 17 0 0 20 0 41 0 12136306 3126218752 498545 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74480] ppid=74474 vsize=3052948 memory=5556 CPUtime=0.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74480/stat : 74480 (fscip) R 74474 74477 70728 0 -1 4194368 22905 0 0 0 68 20 0 0 20 0 41 0 12136306 3126218752 498545 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74481] ppid=74474 vsize=3052948 memory=11572 CPUtime=0.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74481/stat : 74481 (fscip) R 74474 74477 70728 0 -1 4194368 21763 0 0 0 86 5 0 0 20 0 41 0 12136306 3126218752 498545 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74482] ppid=74474 vsize=3052948 memory=865572 CPUtime=0.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74482/stat : 74482 (fscip) R 74474 74477 70728 0 -1 4194368 27724 0 0 0 76 15 0 0 20 0 41 0 12136306 3126218752 498545 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74483] ppid=74474 vsize=3052948 memory=11572 CPUtime=0.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74483/stat : 74483 (fscip) R 74474 74477 70728 0 -1 4194368 23062 0 0 0 69 19 0 0 20 0 41 0 12136306 3126218752 498545 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74484] ppid=74474 vsize=3052948 memory=2212 CPUtime=0.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74484/stat : 74484 (fscip) R 74474 74477 70728 0 -1 4194368 21484 0 0 0 86 6 0 0 20 0 41 0 12136306 3126218752 498545 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74485] ppid=74474 vsize=3052948 memory=91273697 CPUtime=0.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74485/stat : 74485 (fscip) R 74474 74477 70728 0 -1 4194368 27696 0 0 0 75 16 0 0 20 0 41 0 12136306 3126218752 498545 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74486] ppid=74474 vsize=3052948 memory=33 CPUtime=0.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74486/stat : 74486 (fscip) R 74474 74477 70728 0 -1 4194368 22983 0 0 0 67 22 0 0 20 0 41 0 12136306 3126218752 498545 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74487] ppid=74474 vsize=3052948 memory=25333125866717268 CPUtime=0.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74487/stat : 74487 (fscip) R 74474 74477 70728 0 -1 4194368 21626 0 0 0 87 5 0 0 20 0 41 0 12136306 3126218752 498545 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74488] ppid=74474 vsize=3052948 memory=0 CPUtime=0.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74488/stat : 74488 (fscip) R 74474 74477 70728 0 -1 4194368 27678 0 0 0 74 17 0 0 20 0 41 0 12136306 3126218752 498545 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74489] ppid=74474 vsize=3052948 memory=31232 CPUtime=0.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74489/stat : 74489 (fscip) R 74474 74477 70728 0 -1 4194368 23193 0 0 0 70 18 0 0 20 0 41 0 12136306 3126218752 498545 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74490] ppid=74474 vsize=3052948 memory=28656 CPUtime=0.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74490/stat : 74490 (fscip) R 74474 74477 70728 0 -1 4194368 20876 0 0 0 86 5 0 0 20 0 41 0 12136306 3126218752 498545 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74491] ppid=74474 vsize=3052948 memory=7492 CPUtime=0.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74491/stat : 74491 (fscip) R 74474 74477 70728 0 -1 4194368 27682 0 0 0 75 16 0 0 20 0 41 0 12136306 3126218752 498545 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74492] ppid=74474 vsize=3052948 memory=21524 CPUtime=0.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74492/stat : 74492 (fscip) R 74474 74477 70728 0 -1 4194368 23266 0 0 0 68 20 0 0 20 0 41 0 12136306 3126218752 498545 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74493] ppid=74474 vsize=3052948 memory=100 CPUtime=0.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74493/stat : 74493 (fscip) R 74474 74477 70728 0 -1 4194368 21727 0 0 0 87 5 0 0 20 0 41 0 12136306 3126218752 498545 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74494] ppid=74474 vsize=3052948 memory=25333125866717268 CPUtime=0.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74494/stat : 74494 (fscip) R 74474 74477 70728 0 -1 4194368 27659 0 0 0 77 15 0 0 20 0 41 0 12136306 3126218752 498545 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74495] ppid=74474 vsize=3052948 memory=25333125866717268 CPUtime=0.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74495/stat : 74495 (fscip) R 74474 74477 70728 0 -1 4194368 22955 0 0 0 67 20 0 0 20 0 41 0 12136306 3126218752 498545 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74496] ppid=74474 vsize=3052948 memory=-4866470824705286763 CPUtime=0.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74496/stat : 74496 (fscip) R 74474 74477 70728 0 -1 4194368 21654 0 0 0 87 5 0 0 20 0 41 0 12136306 3126218752 498545 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0

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

[pid=74477/tid=74502] ppid=74474 vsize=10862048 memory=25333125866717268 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74502/stat : 74502 (fscip) S 74474 74477 70728 0 -1 1077936192 108 0 0 0 2 0 0 0 20 0 41 0 12136332 11122737152 2218687 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74503] ppid=74474 vsize=10862048 memory=8865028 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74503/stat : 74503 (fscip) S 74474 74477 70728 0 -1 1077936192 140 0 0 0 0 1 0 0 20 0 41 0 12136332 11122737152 2218687 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74504] ppid=74474 vsize=10862048 memory=6944656592455360604 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74504/stat : 74504 (fscip) S 74474 74477 70728 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 12136332 11122737152 2218687 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74505] ppid=74474 vsize=10862048 memory=8728992 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74505/stat : 74505 (fscip) S 74474 74477 70728 0 -1 1077936192 139 0 0 0 2 0 0 0 20 0 41 0 12136332 11122737152 2218687 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74506] ppid=74474 vsize=10862048 memory=8868812 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74506/stat : 74506 (fscip) S 74474 74477 70728 0 -1 1077936192 146 0 0 0 2 0 0 0 20 0 41 0 12136332 11122737152 2218687 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74507] ppid=74474 vsize=10862048 memory=1109728 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74507/stat : 74507 (fscip) S 74474 74477 70728 0 -1 1077936192 143 0 0 0 3 0 0 0 20 0 41 0 12136332 11122737152 2218687 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74508] ppid=74474 vsize=10862048 memory=3428 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74508/stat : 74508 (fscip) S 74474 74477 70728 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 12136332 11122737152 2218687 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74509] ppid=74474 vsize=10862048 memory=8868376 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74509/stat : 74509 (fscip) S 74474 74477 70728 0 -1 1077936192 83 0 0 0 2 0 0 0 20 0 41 0 12136332 11122737152 2218687 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74510] ppid=74474 vsize=10862048 memory=11572 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74510/stat : 74510 (fscip) S 74474 74477 70728 0 -1 1077936192 143 0 0 0 0 1 0 0 20 0 41 0 12136332 11122737152 2218687 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74511] ppid=74474 vsize=10862048 memory=8816452 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74511/stat : 74511 (fscip) S 74474 74477 70728 0 -1 1077936192 141 0 0 0 2 0 0 0 20 0 41 0 12136332 11122737152 2218687 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74512] ppid=74474 vsize=10862048 memory=3859448 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74512/stat : 74512 (fscip) S 74474 74477 70728 0 -1 1077936192 135 0 0 0 2 0 0 0 20 0 41 0 12136332 11122737152 2218687 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74513] ppid=74474 vsize=10862048 memory=198340509722 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74513/stat : 74513 (fscip) S 74474 74477 70728 0 -1 1077936192 135 0 0 0 2 0 0 0 20 0 41 0 12136332 11122737152 2218687 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74515] ppid=74474 vsize=10862048 memory=11572 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74515/stat : 74515 (fscip) S 74474 74477 70728 0 -1 1077936192 135 0 0 0 2 0 0 0 20 0 41 0 12136332 11122737152 2218687 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74514] ppid=74474 vsize=10862048 memory=8876524 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74514/stat : 74514 (fscip) S 74474 74477 70728 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 12136332 11122737152 2218687 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74516] ppid=74474 vsize=10862048 memory=31232 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74516/stat : 74516 (fscip) S 74474 74477 70728 0 -1 1077936192 108 0 0 0 2 0 0 0 20 0 41 0 12136332 11122737152 2218687 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74517] ppid=74474 vsize=10862048 memory=28656 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74517/stat : 74517 (fscip) S 74474 74477 70728 0 -1 1077936192 109 0 0 0 2 0 0 0 20 0 41 0 12136332 11122737152 2218687 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74518] ppid=74474 vsize=10862048 memory=8876524 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74518/stat : 74518 (fscip) S 74474 74477 70728 0 -1 1077936192 136 0 0 0 2 0 0 0 20 0 41 0 12136332 11122737152 2218687 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
Current children cumulated CPU time: 70915.9 s
Current children cumulated vsize: 10862048 KiB
Current children cumulated memory: 8874748 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3637 s]*
/proc/loadavg: 80.36 80.28 79.91 81/1024 76905
/proc/meminfo: memFree=765375136/790760800 swapFree=131071996/131071996
[pid=74477] ppid=74474 vsize=10862232 memory=8885420 CPUtime=72000.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/stat : 74477 (fscip) S 74474 74477 70728 0 -1 1077936128 36937353 0 0 0 7191462 8586 0 0 20 0 41 0 12136278 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 17 79 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
/proc/74477/statm: 2715558 2221355 3030 3035 0 2558317 0
[pid=74477/tid=74479] ppid=74474 vsize=10862232 memory=-7090468481880123004 CPUtime=3599.44 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74479/stat : 74479 (fscip) R 74474 74477 70728 0 -1 4194368 1281311 0 0 0 359727 217 0 0 20 0 41 0 12136306 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74480] ppid=74474 vsize=10862232 memory=1968 CPUtime=3606.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74480/stat : 74480 (fscip) R 74474 74477 70728 0 -1 4194368 2155797 0 0 0 360368 245 0 0 20 0 41 0 12136306 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74481] ppid=74474 vsize=10862232 memory=-7379261807985255033 CPUtime=3591.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74481/stat : 74481 (fscip) R 74474 74477 70728 0 -1 4194368 2131267 0 0 0 358252 917 0 0 20 0 41 0 12136306 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74482] ppid=74474 vsize=10862232 memory=10824 CPUtime=3604.77 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74482/stat : 74482 (fscip) R 74474 74477 70728 0 -1 4194368 1530400 0 0 0 360305 172 0 0 20 0 41 0 12136306 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74483] ppid=74474 vsize=10862232 memory=5556 CPUtime=3607.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74483/stat : 74483 (fscip) R 74474 74477 70728 0 -1 4194368 2117854 0 0 0 360461 252 0 0 20 0 41 0 12136306 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74484] ppid=74474 vsize=10862232 memory=54204 CPUtime=3598.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74484/stat : 74484 (fscip) R 74474 74477 70728 0 -1 4194368 1888474 0 0 0 358947 907 0 0 20 0 41 0 12136306 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74485] ppid=74474 vsize=10862232 memory=33196 CPUtime=3603.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74485/stat : 74485 (fscip) R 74474 74477 70728 0 -1 4194368 1329029 0 0 0 360106 217 0 0 20 0 41 0 12136306 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74486] ppid=74474 vsize=10862232 memory=21524 CPUtime=3606.98 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74486/stat : 74486 (fscip) R 74474 74477 70728 0 -1 4194368 2281104 0 0 0 360418 280 0 0 20 0 41 0 12136306 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74487] ppid=74474 vsize=10862232 memory=31232 CPUtime=3579.98 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74487/stat : 74487 (fscip) R 74474 74477 70728 0 -1 4194368 2375029 0 0 0 356995 1003 0 0 20 0 41 0 12136306 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74488] ppid=74474 vsize=10862232 memory=28656 CPUtime=3604.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74488/stat : 74488 (fscip) R 74474 74477 70728 0 -1 4194368 1405084 0 0 0 360260 158 0 0 20 0 41 0 12136306 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74489] ppid=74474 vsize=10862232 memory=7492 CPUtime=3606.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74489/stat : 74489 (fscip) R 74474 74477 70728 0 -1 4194368 2163669 0 0 0 360412 252 0 0 20 0 41 0 12136306 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74490] ppid=74474 vsize=10862232 memory=26972 CPUtime=3586.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74490/stat : 74490 (fscip) R 74474 74477 70728 0 -1 4194368 1916977 0 0 0 357815 870 0 0 20 0 41 0 12136306 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74491] ppid=74474 vsize=10862232 memory=3664 CPUtime=3606.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74491/stat : 74491 (fscip) R 74474 74477 70728 0 -1 4194368 1351713 0 0 0 360466 152 0 0 20 0 41 0 12136306 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74492] ppid=74474 vsize=10862232 memory=39996 CPUtime=3603.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74492/stat : 74492 (fscip) R 74474 74477 70728 0 -1 4194368 2098314 0 0 0 360146 239 0 0 20 0 41 0 12136306 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74493] ppid=74474 vsize=10862232 memory=8148 CPUtime=3592.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74493/stat : 74493 (fscip) R 74474 74477 70728 0 -1 4194368 1519643 0 0 0 358431 800 0 0 20 0 41 0 12136306 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74494] ppid=74474 vsize=10862232 memory=-7379261807985255033 CPUtime=3605.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74494/stat : 74494 (fscip) R 74474 74477 70728 0 -1 4194368 1383832 0 0 0 360430 154 0 0 20 0 41 0 12136306 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74495] ppid=74474 vsize=10862232 memory=7044 CPUtime=3603.94 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74495/stat : 74495 (fscip) R 74474 74477 70728 0 -1 4194368 2262982 0 0 0 360142 252 0 0 20 0 41 0 12136306 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74496] ppid=74474 vsize=10862232 memory=28184 CPUtime=3587.99 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74496/stat : 74496 (fscip) R 74474 74477 70728 0 -1 4194368 1982280 0 0 0 357846 953 0 0 20 0 41 0 12136306 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74497] ppid=74474 vsize=10862232 memory=33608 CPUtime=3594.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74497/stat : 74497 (fscip) R 74474 74477 70728 0 -1 4194368 1303778 0 0 0 359258 211 0 0 20 0 41 0 12136306 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74498] ppid=74474 vsize=10862232 memory=62620 CPUtime=3608.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74498/stat : 74498 (fscip) R 74474 74477 70728 0 -1 4194368 2429456 0 0 0 360544 285 0 0 20 0 41 0 12136306 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74499] ppid=74474 vsize=10862232 memory=7948 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74499/stat : 74499 (fscip) S 74474 74477 70728 0 -1 1077936192 139 0 0 0 2 0 0 0 20 0 41 0 12136332 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74500] ppid=74474 vsize=10862232 memory=18736 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74500/stat : 74500 (fscip) S 74474 74477 70728 0 -1 1077936192 81 0 0 0 2 0 0 0 20 0 41 0 12136332 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74501] ppid=74474 vsize=10862232 memory=20600 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74501/stat : 74501 (fscip) S 74474 74477 70728 0 -1 1077936192 110 0 0 0 2 0 0 0 20 0 41 0 12136332 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74502] ppid=74474 vsize=10862232 memory=5548 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74502/stat : 74502 (fscip) S 74474 74477 70728 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 12136332 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74503] ppid=74474 vsize=10862232 memory=11500 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74503/stat : 74503 (fscip) S 74474 74477 70728 0 -1 1077936192 143 0 0 0 0 1 0 0 20 0 41 0 12136332 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74504] ppid=74474 vsize=10862232 memory=-7379261807985255033 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74504/stat : 74504 (fscip) S 74474 74477 70728 0 -1 1077936192 133 0 0 0 2 0 0 0 20 0 41 0 12136332 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74505] ppid=74474 vsize=10862232 memory=20448 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74505/stat : 74505 (fscip) S 74474 74477 70728 0 -1 1077936192 142 0 0 0 2 0 0 0 20 0 41 0 12136332 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74506] ppid=74474 vsize=10862232 memory=6836 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74506/stat : 74506 (fscip) S 74474 74477 70728 0 -1 1077936192 149 0 0 0 2 0 0 0 20 0 41 0 12136332 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74507] ppid=74474 vsize=10862232 memory=7044 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74507/stat : 74507 (fscip) S 74474 74477 70728 0 -1 1077936192 146 0 0 0 3 0 0 0 20 0 41 0 12136332 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74508] ppid=74474 vsize=10862232 memory=28184 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74508/stat : 74508 (fscip) S 74474 74477 70728 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 12136332 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74509] ppid=74474 vsize=10862232 memory=33608 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74509/stat : 74509 (fscip) S 74474 74477 70728 0 -1 1077936192 85 0 0 0 2 0 0 0 20 0 41 0 12136332 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74510] ppid=74474 vsize=10862232 memory=62620 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74510/stat : 74510 (fscip) S 74474 74477 70728 0 -1 1077936192 146 0 0 0 0 1 0 0 20 0 41 0 12136332 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74511] ppid=74474 vsize=10862232 memory=7948 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74511/stat : 74511 (fscip) S 74474 74477 70728 0 -1 1077936192 144 0 0 0 2 0 0 0 20 0 41 0 12136332 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74512] ppid=74474 vsize=10862232 memory=18736 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74512/stat : 74512 (fscip) S 74474 74477 70728 0 -1 1077936192 137 0 0 0 2 0 0 0 20 0 41 0 12136332 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74513] ppid=74474 vsize=10862232 memory=20600 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74513/stat : 74513 (fscip) S 74474 74477 70728 0 -1 1077936192 138 0 0 0 2 0 0 0 20 0 41 0 12136332 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74515] ppid=74474 vsize=10862232 memory=5548 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74515/stat : 74515 (fscip) S 74474 74477 70728 0 -1 1077936192 138 0 0 0 2 0 0 0 20 0 41 0 12136332 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74514] ppid=74474 vsize=10862232 memory=11500 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74514/stat : 74514 (fscip) S 74474 74477 70728 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 12136332 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74516] ppid=74474 vsize=10862232 memory=13924 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74516/stat : 74516 (fscip) S 74474 74477 70728 0 -1 1077936192 110 0 0 0 2 0 0 0 20 0 41 0 12136332 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74517] ppid=74474 vsize=10862232 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74517/stat : 74517 (fscip) S 74474 74477 70728 0 -1 1077936192 111 0 0 0 2 0 0 0 20 0 41 0 12136332 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
[pid=74477/tid=74518] ppid=74474 vsize=10862232 memory=280357748728416 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74477/task/74518/stat : 74518 (fscip) S 74474 74477 70728 0 -1 1077936192 139 0 0 0 2 0 0 0 20 0 41 0 12136332 11122925568 2221355 809668444160 4194304 16623229 140733610915872 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 51019776 140733610918922 140733610919040 140733610919040 140733610926064 0
Current children cumulated CPU time: 72000.5 s
Current children cumulated vsize: 10862232 KiB
Current children cumulated memory: 8885420 KiB

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

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

# cumulated CPU time of all completed processes:  user=71915.2 s, system=86.1572 s

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

[startup+3637.23 s]
/proc/loadavg: 80.36 80.28 79.91 63/985 76905
/proc/meminfo: memFree=768978272/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3637.3 s]
/proc/loadavg: 80.36 80.28 79.91 63/985 76905
/proc/meminfo: memFree=768978272/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): 3637.37
CPU time (s): 72001.4
CPU user time (s): 71915.2
CPU system time (s): 86.1572
CPU usage (%): 1979.49
Max. virtual memory (cumulated for all children) (KiB): 10927584
Max. memory (cumulated for all children) (KiB): 8893092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71915.2
system time used= 86.1572
maximum resident set size= 8893680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36937462
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= 455712
involuntary context switches= 189006


# summary of solver processes directly reported to runsolver:
#   pid: 74477
#   total CPU time (s): 72001.4
#   total CPU user time (s): 71915.2
#   total CPU system time (s): 86.1572

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.9574 second user time and 82.39 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-07-31 21:52:49
IDJOB=4465300
IDBENCH=148185
IDSOLVER=3094
FILE ID=nodeD104/4465300-1722455569
RUNJOBID= nodeD104-1722454516-70741
SLURM_JOB_ID= 8254240
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_6.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-4465300-1722455569/watcher-4465300-1722455569 -o /tmp/evaluation-result-4465300-1722455569/solver-4465300-1722455569 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722454516-70741 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465300-1722455569.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 9def910af6a1ee27abcf25feff61a445
RANDOM SEED=1547011483

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		: 3200.000
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		: 2989.209
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		: 3124.783
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		: 2257.878
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		: 2970.355
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		: 2896.933
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		: 3127.330
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		: 1661.413
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		: 3067.870
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		: 2889.409
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		: 3122.779
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		: 3628.350
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		: 3094.968
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		: 3034.571
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		: 3128.948
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		: 3512.865
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		: 3112.625
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		: 3049.790
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		: 3128.896
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		: 2364.948
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		: 3108.782
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		: 2995.379
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		: 3125.118
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		: 3184.130
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		: 3200.000
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		: 3049.642
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		: 3102.117
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		: 3408.708
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		: 3073.584
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		: 3049.559
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		: 3103.769
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		: 3567.897
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		: 2979.684
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		: 2902.707
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		: 3123.959
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		: 2636.980
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		: 3199.999
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		: 3014.967
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		: 3125.020
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		: 2629.297
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		: 2883.151
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		: 2926.534
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		: 3129.217
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		: 3351.213
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		: 3115.496
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		: 2888.201
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		: 3129.289
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		: 2126.052
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		: 2910.501
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		: 3049.353
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		: 3127.472
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		: 2409.981
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		: 3200.000
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 38
initial apicid	: 38
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 53
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2983.303
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		: 3129.446
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		: 2666.246
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		: 3199.999
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		: 2904.883
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		: 3129.515
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		: 2656.250
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		: 3148.871
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		: 3049.238
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		: 3127.713
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		: 2670.975
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		: 3114.342
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		: 2982.561
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		: 3129.682
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		: 2642.919
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		: 3088.819
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		: 3026.561
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		: 3129.779
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		: 2668.048
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		: 3200.000
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		: 3049.488
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		: 3127.961
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		: 2656.119
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		: 3112.574
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		: 2882.909
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		: 3111.552
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		: 3086.270
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:        771965636 kB
MemAvailable:   770986960 kB
Buffers:          157280 kB
Cached:          2219692 kB
SwapCached:            0 kB
Active:           315720 kB
Inactive:       16073084 kB
Active(anon):       2212 kB
Inactive(anon): 14032148 kB
Active(file):     313508 kB
Inactive(file):  2040936 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29092 kB
Writeback:             0 kB
AnonPages:      14012688 kB
Mapped:           125464 kB
Shmem:             22536 kB
KReclaimable:     173188 kB
Slab:             514560 kB
SReclaimable:     173188 kB
SUnreclaim:       341372 kB
KernelStack:       16800 kB
PageTables:        38964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    3804580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           188544 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1273856 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:      483328 kB
DirectMap2M:    39860224 kB
DirectMap1G:    765460480 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD104 at 2024-07-31 22:53:26