Trace number 4465388

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.5 3697.18

General information on the benchmark

NamePB24/normalized-PB10/OPT-LIN/oliveras/
j90opt/normalized-j909_1.std.opb
MD5SUMa3d0ac2e079c6211f06f187e0594548d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark106
Best CPU time to get the best result obtained on this benchmark3600.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables54782
Total number of constraints176175
Number of constraints which are clauses174975
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint76
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
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.53/0.57	c Default LC presolving (default).
0.53/0.57	c ** Before presolving: virtualMemUsedAtLc = 537122659, getVmSize() = 356483072, SCIPgetMemUsed() = 306335898, SCIPgetMemTotal() = 319648018, SCIPgetMemExternEstim() = 217474641
0.53/0.57	c ** set memory limit for presolving in LC to 8.7944e+12 for SCIP **
63.46/63.75	c ** Estimated virtualMemUsedAtSolver = 512242688, getVmSize() = 614539264, SCIPgetMemUsed() = 379957695, SCIPgetMemTotal() = 550889391, SCIPgetMemExternEstim() = 217474641
63.46/63.75	c ** set memory limit for solvers to 4.187e+11 for each SCIP **
63.46/63.75	c Original Problem   :
63.46/63.75	c   Problem name     : instance-4465388-1723607375
63.46/63.75	c   Variables        : 54782 (54782 binary, 0 integer, 0 implicit integer, 0 continuous)
63.46/63.75	c   Constraints      : 176175
63.46/63.75	c   Objective sense  : minimize
63.46/63.75	c Presolved Problem  :
63.46/63.75	c   Variables        : 43373 (43373 binary, 0 integer, 0 implicit integer, 0 continuous)
63.46/63.75	c   Constraints      : 89861
63.46/63.75	c Constraints        : Number
63.46/63.75	c   knapsack         : 1161 
63.46/63.75	c   setppc           : 69741 
63.46/63.75	c   and              : 18953 
63.46/63.75	c   logicor          : 6 
63.46/63.75	c ** Instance transfer method used: 0
63.66/63.95	c ** ParaScipInstance copy does not increase the number of variables. **
66.91/67.14	c LC is working with racing ramp-up and with rebuilding tree after racing.
66.91/67.14	c                                Nodes    Active                                            
66.91/67.14	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
175.97/72.82	c *      73              0           1        20         300.0000                -          -
175.97/72.82	c        73              0           1        20         300.0000                -          -
3473.92/239.54	c       240              2           1        20         300.0000          80.0000    275.00%
3596.66/245.79	c       246              3           4        20         300.0000          80.0000    275.00%
3705.75/251.23	c       251              4           3        20         300.0000          80.0000    275.00%
3821.63/257.12	c       257             21          22        20         300.0000          80.0000    275.00%
3926.04/262.31	c       262             41          42        20         300.0000          80.0000    275.00%
4027.24/267.47	c       267             62          61        20         300.0000          80.0000    275.00%
4126.53/272.49	c       272            102         101        20         300.0000          80.0000    275.00%
4229.63/277.63	c       278            121         122        20         300.0000          80.0000    275.00%
4337.68/283.10	c       283            172         171        20         300.0000          80.0000    275.00%
4438.85/288.16	c       288            182         181        20         300.0000          80.0000    275.00%
4551.25/293.89	c       294            202         203        20         300.0000          80.0000    275.00%
4652.51/298.98	c       299            222         221        20         300.0000          80.0000    275.00%
4757.76/304.22	c       304            342         341        20         300.0000          80.0000    275.00%
4860.91/309.47	c       309            566         557        20         300.0000          80.0000    275.00%
4966.13/314.72	c       315            728         715        20         300.0000          80.0000    275.00%
5067.41/319.86	c       320            718         685        20         300.0000          80.0000    275.00%
5168.68/324.97	c       325           1048        1035        20         300.0000          80.0000    275.00%
5273.90/330.29	c       330           1120         952        20         300.0000          80.0000    275.00%
5379.14/335.57	c       336           1288        1275        20         300.0000          80.0000    275.00%
5484.13/340.91	c       341           1360        1192        20         300.0000          80.0000    275.00%
5592.97/346.44	c       346           1560        1392        20         300.0000          80.0000    275.00%
5704.91/352.10	c       352           1646         856        20         300.0000          80.0000    275.00%
5815.32/357.61	c       358           1802         834        20         300.0000          80.0000    275.00%
5910.54/362.40	c *     362           1946        1156        20         299.0000          80.0000    273.75%
5916.50/362.72	c       363           1999        1026        20         299.0000          80.0000    273.75%
6033.51/368.62	c       369           2253         474        20         299.0000          80.0000    273.75%
6154.43/374.73	c       375           2024         518        20         299.0000          80.0000    273.75%
6257.57/379.98	c       380           2102         535        20         299.0000          80.0000    273.75%
6426.01/388.40	c       388           2121         556        20         299.0000          80.0000    273.75%
6525.15/393.47	c       393           2202         635        20         299.0000          80.0000    273.75%
6634.34/398.98	c       399           2209         644        20         299.0000          80.0000    273.75%
6741.47/404.32	c       404           2523         728        20         299.0000          80.0000    273.75%
6842.71/409.41	c       409           2723         928        20         299.0000          80.0000    273.75%
6943.97/414.52	c       415           2762        1195        20         299.0000          80.0000    273.75%
7043.19/419.57	c       420           2964        1456        20         299.0000          80.0000    273.75%
7146.38/424.79	c       425           3118        1551        20         299.0000          80.0000    273.75%
7203.88/427.63	c *     428           3259        1692        20         298.0000          80.0000    272.50%
7249.45/429.95	c       430           3283         453        20         298.0000          80.0000    272.50%
7368.55/435.97	c       436           3304         474        20         298.0000          80.0000    272.50%
7472.45/441.19	c       441           3364         534        20         298.0000          80.0000    272.50%
7632.41/449.28	c       449           3584         559        20         298.0000          80.0000    272.50%
7733.66/454.38	c       454           3544         714        20         298.0000          80.0000    272.50%
7834.91/459.40	c       459           3722         812        20         298.0000          80.0000    272.50%
7936.17/464.51	c       465           4065        1038        20         298.0000          80.0000    272.50%
8035.42/469.59	c       470           4094        1264        20         298.0000          80.0000    272.50%
8136.70/474.65	c       475           4299        1469        20         298.0000          80.0000    272.50%
8235.94/479.67	c       480           4482        1572        20         298.0000          80.0000    272.50%
8339.16/484.84	c       485           4859        1832        20         298.0000          80.0000    272.50%
8452.23/490.52	c       491           4904        1879        20         298.0000          80.0000    272.50%
8553.42/495.63	c       496           4861        1953        20         298.0000          80.0000    272.50%
8656.62/500.89	c       501           5224        2197        20         298.0000          80.0000    272.50%
8762.48/506.15	c       506           5257        2347        20         298.0000          80.0000    272.50%
8866.91/511.45	c       511           5257        2347        20         298.0000          80.0000    272.50%
8966.14/516.45	c       516           5342        2432        20         298.0000          80.0000    272.50%
9069.28/521.67	c       522           6064        3234        20         298.0000          80.0000    272.50%
9177.14/527.06	c       527           5842        2932        20         298.0000          80.0000    272.50%
9276.58/532.14	c       532           6062        3152        20         298.0000          80.0000    272.50%
9377.50/537.19	c       537           6382        3472        20         298.0000          80.0000    272.50%
9479.86/542.35	c       542           6619        3709        20         298.0000          80.0000    272.50%
9581.02/547.46	c       547           7325        4298        20         298.0000          80.0000    272.50%
9688.14/552.81	c       553           7992        5162        20         298.0000          80.0000    272.50%
9777.32/557.31	c *     557           7902        4992        20         297.0000          80.0000    271.25%
9789.23/558.00	c       558           8085        5058        20         297.0000          80.0000    271.25%
9898.37/563.41	c       563           8082        5172        20         297.0000          80.0000    271.25%
9999.59/568.52	c       569           8157         499        20         297.0000          80.0000    271.25%
10098.70/573.54	c       574           8196         540        20         297.0000          80.0000    271.25%
10495.09/593.58	c       594           8199         581        20         297.0000          80.0000    271.25%
10602.08/599.01	c       599           8280         660        20         297.0000          80.0000    271.25%
10713.14/604.54	c       605           8283         663        20         297.0000          80.0000    271.25%
10812.07/609.57	c       610           8465         807        20         297.0000          80.0000    271.25%
10913.08/614.68	c       615           8540         884        20         297.0000          80.0000    271.25%
11014.27/619.77	c       620           8732        1076        20         297.0000          80.0000    271.25%
11120.20/625.12	c       625           9017        1359        20         297.0000          80.0000    271.25%
11221.47/630.17	c       630           9210        1590        20         297.0000          80.0000    271.25%
11325.85/635.46	c       635           9435        1777        20         297.0000          80.0000    271.25%
11431.06/640.71	c       641           9516        1860        20         297.0000          80.0000    271.25%
11530.30/645.75	c       646           9722        2066        20         297.0000          80.0000    271.25%
11631.49/650.80	c       651           9908        2252        20         297.0000          80.0000    271.25%
11730.71/655.85	c       656          10160        2540        20         297.0000          80.0000    271.25%
11836.43/661.16	c       661          10317        2661        20         297.0000          80.0000    271.25%
11938.77/666.38	c       666          10600        2980        20         297.0000          80.0000    271.25%
12041.91/671.53	c       672          10712        3056        20         297.0000          80.0000    271.25%
12147.04/676.82	c       677          10897        3239        20         297.0000          80.0000    271.25%
12258.14/682.44	c       682          11116        3458        20         297.0000          80.0000    271.25%
12330.35/686.12	c *     686          11600        3980        20         296.0000          80.0000    270.00%
12381.04/688.64	c       689          11301         433        20         296.0000          80.0000    270.00%
12484.15/693.85	c       694          11329         459        20         296.0000          80.0000    270.00%
12826.13/711.12	c       711          11790         561        20         296.0000          80.0000    270.00%
12936.41/716.66	c       717          11879         650        20         296.0000          80.0000    270.00%
13047.36/722.21	c       722          11501         633        20         296.0000          80.0000    270.00%
13150.62/727.49	c       728          11649         779        20         296.0000          80.0000    270.00%
13255.64/732.76	c       733          11901         958        20         296.0000          80.0000    270.00%
13366.80/738.33	c       738          11961        1018        20         296.0000          80.0000    270.00%
13458.12/743.00	c *     743          12121        1178        20         295.0000          80.0000    268.75%
13473.93/743.78	c       744          12249        1379        20         295.0000          80.0000    268.75%
13587.06/749.41	c       749          12237         457        20         295.0000          80.0000    268.75%
13686.30/754.49	c       754          12940         561        20         295.0000          80.0000    268.75%
13791.25/759.72	c       760          12397         617        20         295.0000          80.0000    268.75%
13842.73/762.31	c *     762          12397         617        20         294.0000          80.0000    267.50%
13890.37/764.73	c       765          12500         422        20         294.0000          80.0000    267.50%
14009.07/770.71	c       771          12504         457        20         294.0000          80.0000    267.50%
14011.06/770.86	c *     771          12504         457        20         293.0000          80.0000    266.25%
14057.38/773.19	c *     773          12543         498        20         292.0000          80.0000    265.00%
14108.17/775.78	c       776          12704         340        20         292.0000          80.0000    265.00%
14157.71/778.23	c *     778          12744         380        20         291.0000          80.0000    263.75%
14209.24/780.89	c       781          12620         339        20         291.0000          80.0000    263.75%
14310.55/785.92	c       786          13492         440        20         291.0000          80.0000    263.75%
14320.26/786.46	c *     786          12711         398        20         290.0000          80.0000    262.50%
14409.50/790.97	c       791          12889         400        20         290.0000          80.0000    262.50%
14419.40/791.46	c *     791          12763         340        20         289.0000          80.0000    261.25%
14518.44/796.48	c       796          12886         419        20         289.0000          80.0000    261.25%
14625.50/801.85	c       802          12946         479        20         289.0000          80.0000    261.25%
14627.43/801.92	c *     802          12946         479        20         288.0000          80.0000    260.00%
14729.23/807.09	c       807          13069         344        20         288.0000          80.0000    260.00%
14752.33/808.22	c *     808          13164         340        20         287.0000          80.0000    258.75%
14833.24/812.39	c       812          13184         360        20         287.0000          80.0000    258.75%
14936.38/817.57	c       818          13295         334        20         287.0000          80.0000    258.75%
14978.02/819.68	c *     820          13300         341        20         286.0000          80.0000    257.50%
15037.52/822.63	c       823          13312         208        20         286.0000          80.0000    257.50%
15136.66/827.66	c       828          13400         294        20         286.0000          80.0000    257.50%
15178.34/829.74	c *     830          13419         315        20         285.0000          80.0000    256.25%
15241.83/832.93	c       833          14303         310        20         285.0000          80.0000    256.25%
15309.36/836.30	c *     836          13505         293        20         284.0000          80.0000    255.00%
15343.74/838.15	c       838          13477         321        20         284.0000          80.0000    255.00%
15405.22/841.16	c *     841          13479         209        20         283.0000          80.0000    253.75%
15446.01/843.24	c       843          14392         256        20         283.0000          80.0000    253.75%
15553.16/848.68	c       849          13574         220        20         283.0000          80.0000    253.75%
15590.87/850.54	c *     851          13613         261        20         282.0000          80.0000    252.50%
15650.38/853.56	c *     854          13631         215        20         281.0000          80.0000    251.25%
15654.22/853.75	c       854          13665         165        20         281.0000          80.0000    251.25%
15755.40/858.89	c       859          14567          59        20         281.0000          80.0000    251.25%
15808.94/861.52	c *     862          13707         200        20         280.0000          80.0000    250.00%
15866.49/864.42	c       864          13747         240        20         280.0000          80.0000    250.00%
15943.85/868.33	c *     868          13832         156        20         279.0000          80.0000    248.75%
15975.58/869.91	c       870          13833         135        20         279.0000          80.0000    248.75%
16059.87/874.19	c *     874          13931         194        20         278.0000          80.0000    247.50%
16079.53/875.17	c       875          13917         219        20         278.0000          80.0000    247.50%
16179.82/880.25	c       880          15077         237        20         278.0000          80.0000    247.50%
16257.59/884.15	c *     884          14086         252        20         277.0000          80.0000    246.25%
16286.42/885.60	c       886          14036         186        20         277.0000          80.0000    246.25%
16385.54/890.67	c       891          14148         310        20         277.0000          80.0000    246.25%
16414.10/892.11	c *     892          14148         310        20         276.0000          80.0000    245.00%
16451.02/894.03	c *     894          14187         351        20         275.0000          80.0000    243.75%
16486.69/895.77	c       896          14187         351        20         275.0000          80.0000    243.75%
16589.62/901.01	c       901          14233         160        20         275.0000          80.0000    243.75%
16654.04/904.20	c *     904          14267         215        20         274.0000          80.0000    242.50%
16698.66/906.46	c       906          14253         180        20         274.0000          80.0000    242.50%
16704.61/906.76	c *     907          14253         180        20         273.0000          80.0000    241.25%
16792.58/911.17	c *     911          14295         100        20         272.0000          80.0000    240.00%
16797.76/911.48	c       911          15991         255        20         272.0000          80.0000    240.00%
16904.92/916.89	c       917          14402         140        20         272.0000          80.0000    240.00%
16931.26/918.19	c *     918          14402         140        20         271.0000          80.0000    238.75%
17008.50/922.12	c       922          14497         192        20         271.0000          80.0000    238.75%
17109.77/927.17	c       927          14471         101        20         271.0000          80.0000    238.75%
17130.91/928.25	c *     928          14572         210        20         270.0000          80.0000    237.50%
17212.15/932.31	c       932          14612         250        20         270.0000          80.0000    237.50%
17241.89/933.81	c *     934          14627         150        20         269.0000          80.0000    236.25%
17319.19/937.70	c       938          14632         260        20         269.0000          80.0000    236.25%
17427.22/943.15	c       943          14714         132        20         269.0000          80.0000    236.25%
17430.25/943.34	c *     943          14714         132        20         268.0000          80.0000    235.00%
17531.33/948.46	c       948          16945         249        20         268.0000          80.0000    235.00%
17567.02/950.20	c *     950          14810         150        20         267.0000          80.0000    233.75%
17632.48/953.56	c       954          14920         116        20         267.0000          80.0000    233.75%
17668.17/955.36	c *     955          14891         190        20         266.0000          80.0000    232.50%
17709.79/957.43	c *     957          14950         251        20         265.0000          80.0000    231.25%
17739.36/958.93	c       959          14950         251        20         265.0000          80.0000    231.25%
17786.91/961.33	c *     961          15084         120        20         264.0000          80.0000    230.00%
17838.32/964.00	c       964          15139          83        20         264.0000          80.0000    230.00%
17848.20/964.44	c *     964          17266         137        20         263.0000          80.0000    228.75%
17909.55/967.59	c *     968          15079          81        20         262.0000          80.0000    227.50%
17942.02/969.15	c       969          17379         109        20         262.0000          80.0000    227.50%
18036.41/973.92	c *     974          15189         115        20         261.0000          80.0000    226.25%
18046.33/974.48	c       974          15189         115        20         261.0000          80.0000    226.25%
18091.96/976.73	c *     977          15228         156        20         260.0000          80.0000    225.00%
18155.43/979.98	c       980          15365         233        20         260.0000          80.0000    225.00%
18260.58/985.25	c       985          15426         120        20         260.0000          80.0000    225.00%
18286.24/986.51	c *     987          15342         175        20         259.0000          80.0000    223.75%
18353.47/990.02	c *     990          15490          75        20         258.0000          80.0000    222.50%
18365.19/990.53	c       991          15396         113        20         258.0000          80.0000    222.50%
18434.99/994.04	c *     994          15467          92        20         257.0000          80.0000    221.25%
18475.27/996.09	c       996          15630         215        20         257.0000          80.0000    221.25%
18556.59/1000.17	c *    1000          15574         154        20         256.0000          80.0000    220.00%
18576.15/1001.18	c      1001          18357          81        20         256.0000          80.0000    220.00%
18653.34/1005.12	c *    1005          15797         214        20         255.0000          80.0000    218.75%
18695.90/1007.29	c      1007          15797         214        20         255.0000          80.0000    218.75%
18781.16/1011.54	c *    1012          18543         169        20         254.0000          80.0000    217.50%
18799.00/1012.48	c      1012          18569         177        20         254.0000          80.0000    217.50%
18900.20/1017.60	c      1018          15970         140        20         254.0000          80.0000    217.50%
18919.87/1018.59	c *    1019          15970         140        20         253.0000          80.0000    216.25%
19001.03/1022.60	c      1023          15963         136        20         253.0000          80.0000    216.25%
19029.51/1024.09	c *    1024          16003         176        20         252.0000          80.0000    215.00%
19103.96/1027.89	c      1028          18875         117        20         252.0000          80.0000    215.00%
19205.01/1032.94	c      1033          16162         161        20         252.0000          80.0000    215.00%
19264.51/1035.99	c *    1036          16203         200        20         251.0000          80.0000    213.75%
19304.07/1037.96	c *    1038          16203         200        20         250.0000          80.0000    212.50%
19304.07/1037.96	c      1038          16203         200        20         250.0000          80.0000    212.50%
19326.59/1039.07	c *    1039          16242         241        20         249.0000          80.0000    211.25%
19373.33/1041.42	c *    1041          19305         130        20         248.0000          80.0000    210.00%
19403.09/1042.98	c      1043          19337          53        20         248.0000          80.0000    210.00%
19460.46/1045.87	c *    1046          19417         131        20         247.0000          80.0000    208.75%
19515.92/1048.62	c      1049          16698         136        20         247.0000          80.0000    208.75%
19615.07/1053.65	c      1054          16938         376        20         247.0000          80.0000    208.75%
19620.94/1053.91	c *    1054          16938         376        20         246.0000          80.0000    207.50%
19718.12/1058.87	c      1059          17073         137        20         246.0000          80.0000    207.50%
19722.82/1059.08	c *    1059          17073         137        20         245.0000          80.0000    206.25%
19821.92/1064.10	c      1064          19840          40        20         245.0000          80.0000    206.25%
19934.24/1069.78	c      1070          16714         175        20         245.0000          80.0000    206.25%
19948.10/1070.41	c *    1070          16714         175        20         244.0000          80.0000    205.00%
20037.38/1075.01	c      1075          17598          80        20         244.0000          80.0000    205.00%
20077.06/1077.01	c *    1077          16816         135        20         243.0000          80.0000    203.75%
20139.19/1080.08	c      1080          16835         156        20         243.0000          80.0000    203.75%
20152.24/1080.72	c *    1081          17849         199        20         242.0000          80.0000    202.50%
20203.79/1083.36	c *    1083          20541         124        20         241.0000          80.0000    201.25%
20245.37/1085.46	c      1085          17924          32        20         241.0000          80.0000    201.25%
20247.30/1085.54	c *    1086          17924          32        20         240.0000          80.0000    200.00%
20346.39/1090.55	c      1091          20732         120        20         240.0000          80.0000    200.00%
20399.87/1093.22	c *    1093          18182         208        20         239.0000          80.0000    198.75%
20445.32/1095.59	c      1096          17076         178        20         239.0000          80.0000    198.75%
20504.84/1098.52	c *    1099          18341         170        20         238.0000          80.0000    197.50%
20550.40/1100.86	c *    1101          18413          63        20         237.0000          80.0000    196.25%
20550.40/1100.86	c      1101          18413          63        20         237.0000          80.0000    196.25%
20597.65/1103.20	c *    1103          17207          40        20         236.0000          80.0000    195.00%
20651.17/1105.95	c      1106          17289          99        20         236.0000          80.0000    195.00%
20659.09/1106.37	c *    1106          17289          99        20         235.0000          80.0000    193.75%
20742.31/1110.57	c *    1111          17370         100        20         234.0000          80.0000    192.50%
20756.13/1111.22	c      1111          17370         100        20         234.0000          80.0000    192.50%
20781.85/1112.54	c *    1113          17370         100        20         233.0000          80.0000    191.25%
20855.15/1116.26	c      1116          17410         140        20         233.0000          80.0000    191.25%
20871.57/1117.10	c *    1117          21534         122        20         232.0000          80.0000    190.00%
20913.30/1119.16	c *    1119          18942          41        20         231.0000          80.0000    188.75%
20958.11/1121.40	c      1121          21745         117        20         231.0000          80.0000    188.75%
20983.91/1122.71	c *    1123          19013          86        20         230.0000          80.0000    187.50%
21057.28/1126.43	c      1126          21938          93        20         230.0000          80.0000    187.50%
21116.74/1129.41	c *    1129          17627         171        20         229.0000          80.0000    186.25%
21158.39/1131.58	c      1132          17666         212        20         229.0000          80.0000    186.25%
21196.06/1133.46	c *    1133          19358         150        20         228.0000          80.0000    185.00%
21231.68/1135.22	c *    1135          17701          33        20         227.0000          80.0000    183.75%
21259.45/1136.62	c      1137          19449          50        20         227.0000          80.0000    183.75%
21295.27/1138.47	c *    1138          22366         126        20         226.0000          80.0000    182.50%
21329.41/1140.19	c *    1140          19571          81        20         225.0000          80.0000    181.25%
21360.35/1141.77	c      1142          22461          54        20         225.0000          80.0000    181.25%
21400.03/1143.76	c *    1144          17909          92        20         224.0000          80.0000    180.00%
21463.40/1147.04	c      1147          17976          91        20         224.0000          80.0000    180.00%
21525.88/1150.11	c *    1150          18020         135        20         223.0000          80.0000    178.75%
21570.34/1152.37	c      1152          18055         172        20         223.0000          80.0000    178.75%
21615.94/1154.63	c *    1155          18077          40        20         222.0000          80.0000    177.50%
21655.48/1156.61	c *    1157          18077          40        20         221.0000          80.0000    176.25%
21671.36/1157.42	c      1157          18077          40        20         221.0000          80.0000    176.25%
21699.14/1158.88	c *    1159          23003          39        20         220.0000          80.0000    175.00%
21754.51/1161.64	c *    1162          18141          38        20         219.0000          80.0000    173.75%
21770.23/1162.46	c      1162          23060          53        20         219.0000          80.0000    173.75%
21873.34/1167.63	c      1168          23209          98        20         219.0000          80.0000    173.75%
21879.29/1167.96	c *    1168          18412         277        20         218.0000          80.0000    172.50%
21974.40/1172.74	c      1173          18604         177        20         218.0000          80.0000    172.50%
21976.33/1172.87	c *    1173          18604         177        20         217.0000          80.0000    171.25%
22029.80/1175.59	c *    1176          18735          62        20         216.0000          80.0000    170.00%
22081.91/1178.15	c *    1178          20966          75        20         215.0000          80.0000    168.75%
22081.91/1178.15	c      1178          20966          75        20         215.0000          80.0000    168.75%
22154.21/1181.86	c *    1182          23702          92        20         214.0000          80.0000    167.50%
22187.84/1183.51	c      1184          23769          81        20         214.0000          80.0000    167.50%
22205.66/1184.40	c *    1184          21239          53        20         213.0000          80.0000    166.25%
22292.89/1188.84	c      1189          23859         103        20         213.0000          80.0000    166.25%
22332.55/1190.84	c *    1191          19377         203        20         212.0000          80.0000    165.00%
22379.92/1193.24	c *    1193          21456          17        20         211.0000          80.0000    163.75%
22391.75/1193.89	c      1194          19462          77        20         211.0000          80.0000    163.75%
22418.26/1195.17	c *    1195          19493          28        20         210.0000          80.0000    162.50%
22468.90/1197.76	c *    1198          21699         105        20         209.0000          80.0000    161.25%
22495.27/1199.05	c      1199          19570          59        20         209.0000          80.0000    161.25%
22510.40/1199.88	c *    1200          21777          72        20         208.0000          80.0000    160.00%
22559.82/1202.32	c *    1202          24295          88        20         207.0000          80.0000    158.75%
22591.47/1203.99	c *    1204          19720          77        20         206.0000          80.0000    157.50%
22594.42/1204.07	c      1204          24364          51        20         206.0000          80.0000    157.50%
22680.58/1208.48	c *    1208          19886         112        20         205.0000          80.0000    156.25%
22698.16/1209.33	c      1209          19886         112        20         205.0000          80.0000    156.25%
22717.77/1210.31	c *    1210          22162          16        20         204.0000          80.0000    155.00%
22737.49/1211.37	c *    1211          22223          71        20         203.0000          80.0000    153.75%
22787.16/1213.90	c *    1214          22285          33        20         202.0000          80.0000    152.50%
22808.57/1214.90	c      1215          22335          26        20         202.0000          80.0000    152.50%
22810.92/1215.05	c *    1215          22335          26        20         201.0000          80.0000    151.25%
22863.97/1217.76	c *    1218          22462          25        20         200.0000          80.0000    150.00%
22893.53/1219.30	c *    1219          20266          33        20         199.0000          80.0000    148.75%
22907.20/1219.94	c      1220          22557          36        20         199.0000          80.0000    148.75%
22927.01/1220.98	c *    1221          20328           4        20         198.0000          80.0000    147.50%
22958.66/1222.56	c *    1223          22606          12        20         197.0000          80.0000    146.25%
22998.05/1224.52	c *    1225          25179          38        20         196.0000          80.0000    145.00%
23008.99/1225.12	c      1225          20487          61        20         196.0000          80.0000    145.00%
23055.56/1227.45	c *    1227          25315          49        20         195.0000          80.0000    143.75%
23092.83/1229.31	c *    1229          25318           0        20         194.0000          80.0000    142.50%
23112.64/1230.34	c      1230          20765           5        20         194.0000          80.0000    142.50%
23142.40/1231.89	c *    1232          22806          16        20         193.0000          80.0000    141.25%
23189.88/1234.29	c *    1234          22830           2        20         192.0000          80.0000    140.00%
23211.58/1235.35	c      1235          20952          80        20         192.0000          80.0000    140.00%
23247.97/1237.16	c *    1237          20955           0        20         191.0000          80.0000    138.75%
23288.71/1239.22	c *    1239          25747          36        20         190.0000          80.0000    137.50%
23316.47/1240.61	c      1241          21077          18        20         190.0000          80.0000    137.50%
23327.17/1241.18	c *    1241          23166          53        20         189.0000          80.0000    136.25%
23377.92/1243.78	c *    1244          21255          86        20         188.0000          80.0000    135.00%
23417.36/1245.78	c      1246          21399          69        20         188.0000          80.0000    135.00%
23470.86/1248.42	c *    1248          23524          47        20         187.0000          80.0000    133.75%
23502.89/1250.02	c *    1250          26175          22        20         186.0000          80.0000    132.50%
23516.35/1250.79	c      1251          23632          27        20         186.0000          80.0000    132.50%
23534.20/1251.67	c *    1252          23661           8        20         185.0000          80.0000    131.25%
23565.83/1253.23	c *    1253          26281          17        20         184.0000          80.0000    130.00%
23599.55/1254.98	c *    1255          21747          29        20         183.0000          80.0000    128.75%
23617.43/1255.83	c      1256          21835           0        20         183.0000          80.0000    128.75%
23639.02/1256.99	c *    1257          21865          22        20         182.0000          80.0000    127.50%
23661.37/1258.09	c *    1258          21938           8        20         181.0000          80.0000    126.25%
23687.99/1259.41	c *    1259          26525           8        20         180.0000          80.0000    125.00%
23717.66/1260.97	c      1261          22038          31        20         180.0000          80.0000    125.00%
23740.17/1262.08	c *    1262          22109          92        20         179.0000          80.0000    123.75%
23775.04/1263.87	c *    1264          24114          22        20         178.0000          80.0000    122.50%
23812.61/1265.73	c *    1266          24165          10        20         177.0000          80.0000    121.25%
23816.53/1266.01	c      1266          24165          10        20         177.0000          80.0000    121.25%
23834.27/1266.81	c *    1267          24187          19        20         176.0000          80.0000    120.00%
23861.62/1268.21	c *    1268          22437           4        20         175.0000          80.0000    118.75%
23885.25/1269.43	c *    1269          22484           5        20         174.0000          80.0000    117.50%
23914.84/1270.93	c *    1271          27117          41        20         173.0000          80.0000    116.25%
23917.53/1271.04	c      1271          24354          60        20         173.0000          80.0000    116.25%
23986.06/1274.58	c *    1275          24502          75        20         172.0000          80.0000    115.00%
24016.36/1276.12	c *    1276          27405          28        20         171.0000          80.0000    113.75%
24016.36/1276.12	c      1276          27405          28        20         171.0000          80.0000    113.75%
24051.04/1277.88	c *    1278          22941          48        20         170.0000          80.0000    112.50%
24078.57/1279.20	c *    1279          24718           7        20         169.0000          80.0000    111.25%
24110.22/1280.87	c *    1281          27596           4        20         168.0000          80.0000    110.00%
24117.85/1281.26	c      1281          24833          21        20         168.0000          80.0000    110.00%
24143.64/1282.59	c *    1283          27651          42        20         167.0000          80.0000    108.75%
24200.97/1285.49	c *    1286          25056          58        20         166.0000          80.0000    107.50%
24216.72/1286.29	c      1286          25080           7        20         166.0000          80.0000    107.50%
24232.85/1287.03	c *    1287          27841           6        20         165.0000          80.0000    106.25%
24270.10/1288.97	c *    1289          23566          71        20         164.0000          80.0000    105.00%
24292.39/1290.05	c *    1290          23600           8        20         163.0000          80.0000    103.75%
24317.53/1291.34	c *    1291          23618          19        20         162.0000          80.0000    102.50%
24317.53/1291.34	c      1291          23618          19        20         162.0000          80.0000    102.50%
24352.17/1293.14	c *    1293          28147          37        20         161.0000          80.0000    101.25%
24386.68/1294.80	c *    1295          25572         101        20         160.0000          80.0000    100.00%
24414.52/1296.28	c *    1296          23846           0        20         159.0000          80.0000     98.75%
24422.30/1296.64	c      1297          28330          23        20         159.0000          80.0000     98.75%
24452.85/1298.20	c *    1298          23926          64        20         158.0000          80.0000     97.50%
24473.61/1299.23	c *    1299          25727          67        20         157.0000          80.0000     96.25%
24515.17/1301.36	c *    1301          24100          63        20         156.0000          80.0000     95.00%
24527.06/1301.93	c      1302          28562          52        20         156.0000          80.0000     95.00%
24560.78/1303.69	c *    1304          24218          60        20         155.0000          80.0000     93.75%
24582.54/1304.76	c *    1305          26101          68        20         154.0000          80.0000     92.50%
24608.85/1306.06	c *    1306          24349          15        20         153.0000          80.0000     91.25%
24625.79/1306.98	c      1307          24405           4        20         153.0000          80.0000     91.25%
24635.63/1307.42	c *    1307          28916          24        20         152.0000          80.0000     90.00%
24653.37/1308.39	c *    1308          28975           6        20         151.0000          80.0000     88.75%
24669.76/1309.17	c *    1309          26383          53        20         150.0000          80.0000     87.50%
24676.72/1309.52	c *    1310          29049           2        20         149.0000          80.0000     86.25%
24702.35/1310.81	c *    1311          26474          55        20         148.0000          80.0000     85.00%
24726.82/1312.06	c      1312          26507           3        20         148.0000          80.0000     85.00%
24733.98/1312.41	c *    1312          24874          34        20         147.0000          80.0000     83.75%
24757.72/1313.61	c *    1314          29295          28        20         146.0000          80.0000     82.50%
24793.35/1315.44	c *    1315          25023          39        20         145.0000          80.0000     81.25%
24805.99/1316.11	c *    1316          26815          72        20         144.0000          80.0000     80.00%
24825.66/1317.08	c      1317          26870          16        20         144.0000          80.0000     80.00%
24842.71/1317.99	c *    1318          29494          34        20         143.0000          80.0000     78.75%
24865.73/1319.09	c *    1319          29545          24        20         142.0000          80.0000     77.50%
24890.10/1320.33	c *    1320          29588           0        20         141.0000          80.0000     76.25%
24924.52/1322.14	c *    1322          29716          44        20         140.0000          80.0000     75.00%
24924.52/1322.14	c      1322          29716          44        20         140.0000          80.0000     75.00%
24941.44/1323.01	c *    1323          25526          56        20         139.0000          80.0000     73.75%
24980.93/1324.94	c *    1325          27289          42        20         138.0000          80.0000     72.50%
25014.62/1326.68	c *    1327          25806          46        20         137.0000          80.0000     71.25%
25026.42/1327.20	c      1327          27418          30        20         137.0000          80.0000     71.25%
25036.27/1327.70	c *    1328          25856          31        20         136.0000          80.0000     70.00%
25062.45/1329.04	c *    1329          25936          34        20         135.0000          80.0000     68.75%
25084.53/1330.20	c *    1330          26012           2        20         134.0000          80.0000     67.50%
25113.39/1331.69	c *    1332          30474          28        20         133.0000          80.0000     66.25%
25127.13/1332.35	c *    1332          26113          36        20         132.0000          80.0000     65.00%
25127.13/1332.35	c      1332          26113          36        20         132.0000          80.0000     65.00%
25170.52/1334.52	c *    1335          27943          55        20         131.0000          80.0000     63.75%
25196.25/1335.86	c *    1336          30654          30        20         130.0000          80.0000     62.50%
25227.90/1337.42	c      1337          26344          54        20         130.0000          80.0000     62.50%
25229.89/1337.56	c *    1338          26344          54        20         129.0000          80.0000     61.25%
25255.62/1338.84	c *    1339          26383          12        20         128.0000          80.0000     60.00%
25287.17/1340.45	c *    1340          30925          11        20         127.0000          80.0000     58.75%
25316.76/1341.93	c *    1342          26580          20        20         126.0000          80.0000     57.50%
25330.59/1342.63	c      1343          31043          31        20         126.0000          80.0000     57.50%
25336.54/1342.99	c *    1343          26656          56        20         125.0000          80.0000     56.25%
25356.11/1343.94	c *    1344          31138          44        20         124.0000          80.0000     55.00%
25389.89/1345.68	c *    1346          31321          71        20         123.0000          80.0000     53.75%
25400.47/1346.20	c *    1346          31321          71        20         122.0000          80.0000     52.50%
25423.13/1347.32	c *    1347          26906           1        20         121.0000          80.0000     51.25%
25433.07/1347.83	c      1348          28780          43        20         121.0000          80.0000     51.25%
25439.68/1348.16	c *    1348          28780          43        20         120.0000          80.0000     50.00%
25462.61/1349.38	c *    1349          28806           2        20         119.0000          80.0000     48.75%
25494.29/1351.01	c *    1351          31655          48        20         118.0000          80.0000     47.50%
25531.84/1352.88	c      1353          27256           2        20         118.0000          80.0000     47.50%
25599.23/1356.25	c *    1356          31865          37        20         117.0000          80.0000     46.25%
25618.94/1357.26	c *    1357          31921          23        20         116.0000          80.0000     45.00%
25635.27/1358.04	c      1358          27616          76        20         116.0000          80.0000     45.00%
25739.37/1363.30	c      1363          27878           0        20         116.0000          80.0000     45.00%
25802.76/1366.57	c *    1367          28032          71        20         115.0000          80.0000     43.75%
25838.26/1368.35	c      1368          32443          46        20         115.0000          80.0000     43.75%
25939.33/1373.48	c      1373          32672          45        20         115.0000          80.0000     43.75%
26042.41/1378.62	c      1379          32972          38        20         115.0000          80.0000     43.75%
26145.46/1383.81	c      1384          28937          48        20         115.0000          80.0000     43.75%
26246.58/1388.99	c      1389          29190          48        20         115.0000          80.0000     43.75%
26351.64/1394.23	c      1394          29419          46        20         115.0000          80.0000     43.75%
26454.74/1399.48	c      1399          29683          50        20         115.0000          80.0000     43.75%
26561.84/1404.89	c      1405          29945          49        20         115.0000          80.0000     43.75%
26662.94/1410.03	c      1410          32040          55        20         115.0000          80.0000     43.75%
26769.95/1415.34	c      1415          30447          47        20         115.0000          80.0000     43.75%
26870.96/1420.45	c      1420          30671          43        20         115.0000          80.0000     43.75%
26903.43/1422.07	c *    1422          35427          45        20         114.0000          80.0000     42.50%
26942.93/1424.07	c *    1424          35587          56        20         113.0000          80.0000     41.25%
26971.64/1425.56	c      1426          31057          29        20         113.0000          80.0000     41.25%
27072.67/1430.61	c      1431          31327          37        20         113.0000          80.0000     41.25%
27173.78/1435.74	c      1436          31740          46        20         113.0000          80.0000     41.25%
27220.32/1438.09	c *    1438          36499          29        20         112.0000          80.0000     40.00%
27272.68/1440.77	c      1441          34245          49        20         112.0000          80.0000     40.00%
27373.81/1445.84	c      1446          34548          51        20         112.0000          80.0000     40.00%
27472.94/1450.85	c      1451          37345          47        20         112.0000          80.0000     40.00%
27576.98/1456.06	c      1456          37678          52        20         112.0000          80.0000     40.00%
27677.92/1461.18	c      1461          38054          52        20         112.0000          80.0000     40.00%
27778.25/1466.28	c      1466          38431          50        20         112.0000          80.0000     40.00%
27879.36/1471.39	c      1471          38740          52        20         112.0000          80.0000     40.00%
27982.46/1476.55	c      1477          39112          52        20         112.0000          80.0000     40.00%
28010.16/1477.93	c *    1478          39165          54        20         111.0000          80.0000     38.75%
28083.35/1481.62	c      1482          39443          47        20         111.0000          80.0000     38.75%
28184.52/1486.74	c      1487          39845          47        20         111.0000          80.0000     38.75%
28285.68/1491.81	c      1492          35210          32        20         111.0000          80.0000     38.75%
28389.51/1497.10	c      1497          35546          38        20         111.0000          80.0000     38.75%
28493.87/1502.30	c      1502          40880          48        20         111.0000          80.0000     38.75%
28595.00/1507.45	c      1507          36208          36        20         111.0000          80.0000     38.75%
28698.09/1512.70	c      1513          41531          51        20         111.0000          80.0000     38.75%
28801.22/1517.82	c      1518          39472          50        20         111.0000          80.0000     38.75%
28902.29/1523.02	c      1523          42125          49        20         111.0000          80.0000     38.75%
29009.28/1528.34	c      1528          40040          48        20         111.0000          80.0000     38.75%
29112.38/1533.51	c      1534          40346          50        20         111.0000          80.0000     38.75%
29215.48/1538.73	c      1539          43088          53        20         111.0000          80.0000     38.75%
29316.63/1543.88	c      1544          43384          46        20         111.0000          80.0000     38.75%
29420.77/1549.08	c      1549          41265          51        20         111.0000          80.0000     38.75%
29522.87/1554.22	c      1554          41558          47        20         111.0000          80.0000     38.75%
29624.06/1559.36	c      1559          41862          51        20         111.0000          80.0000     38.75%
29725.08/1564.48	c      1564          44777          52        20         111.0000          80.0000     38.75%
29828.13/1569.63	c      1570          45091          46        20         111.0000          80.0000     38.75%
29929.33/1574.71	c      1575          42830          49        20         111.0000          80.0000     38.75%
30028.39/1579.74	c      1580          45731          49        20         111.0000          80.0000     38.75%
30129.57/1584.89	c      1585          43457          45        20         111.0000          80.0000     38.75%
30235.50/1590.14	c      1590          43769          49        20         111.0000          80.0000     38.75%
30337.65/1595.31	c      1595          44063          48        20         111.0000          80.0000     38.75%
30438.82/1600.45	c      1600          44414          47        20         111.0000          80.0000     38.75%
30542.11/1605.67	c      1606          44748          51        20         111.0000          80.0000     38.75%
30643.26/1610.79	c      1611          45063          47        20         111.0000          80.0000     38.75%
30749.10/1616.04	c      1616          45377          46        20         111.0000          80.0000     38.75%
30851.43/1621.26	c      1621          45682          49        20         111.0000          80.0000     38.75%
30956.59/1626.57	c      1627          45981          45        20         111.0000          80.0000     38.75%
31059.68/1631.70	c      1632          45668          41        20         111.0000          80.0000     38.75%
31160.85/1636.89	c      1637          49225          51        20         111.0000          80.0000     38.75%
31264.78/1642.09	c      1642          46924          48        20         111.0000          80.0000     38.75%
31367.12/1647.25	c      1647          49891          53        20         111.0000          80.0000     38.75%
31468.17/1652.38	c      1652          50173          52        20         111.0000          80.0000     38.75%
31571.32/1657.57	c      1658          50495          50        20         111.0000          80.0000     38.75%
31674.39/1662.70	c      1663          50758          52        20         111.0000          80.0000     38.75%
31777.54/1667.90	c      1668          51067          47        20         111.0000          80.0000     38.75%
31879.29/1673.08	c      1673          51397          47        20         111.0000          80.0000     38.75%
31981.56/1678.28	c      1678          51707          48        20         111.0000          80.0000     38.75%
32080.67/1683.28	c      1683          49437          46        20         111.0000          80.0000     38.75%
32181.84/1688.32	c      1688          48969          45        20         111.0000          80.0000     38.75%
32285.01/1693.52	c      1694          49283          51        20         111.0000          80.0000     38.75%
32386.17/1698.65	c      1699          49543          46        20         111.0000          80.0000     38.75%
32487.41/1703.73	c      1704          49819          46        20         111.0000          80.0000     38.75%
32586.59/1708.73	c      1709          50166          43        20         111.0000          80.0000     38.75%
32685.70/1713.76	c      1714          51364          62        20         111.0000          80.0000     38.75%
32788.67/1718.96	c      1719          50685          43        20         111.0000          80.0000     38.75%
32890.58/1724.15	c      1724          50964          45        20         111.0000          80.0000     38.75%
32994.94/1729.30	c      1729          54858          47        20         111.0000          80.0000     38.75%
33096.11/1734.40	c      1734          55148          44        20         111.0000          80.0000     38.75%
33199.28/1739.63	c      1740          55486          54        20         111.0000          80.0000     38.75%
33300.55/1744.77	c      1745          55876          59        20         111.0000          80.0000     38.75%
33401.59/1749.88	c      1750          56280          56        20         111.0000          80.0000     38.75%
33505.51/1755.11	c      1755          56577          60        20         111.0000          80.0000     38.75%
33606.95/1760.20	c      1760          53171          28        20         111.0000          80.0000     38.75%
33707.07/1765.26	c      1765          53522          29        20         111.0000          80.0000     38.75%
33810.14/1770.45	c      1770          53853          33        20         111.0000          80.0000     38.75%
33911.30/1775.59	c      1776          54185          32        20         111.0000          80.0000     38.75%
34016.45/1780.82	c      1781          54499          27        20         111.0000          80.0000     38.75%
34120.34/1786.06	c      1786          54816          34        20         111.0000          80.0000     38.75%
34222.69/1791.28	c      1791          55107          28        20         111.0000          80.0000     38.75%
34323.89/1796.40	c      1796          55432          39        20         111.0000          80.0000     38.75%
34425.03/1801.47	c      1801          55748          35        20         111.0000          80.0000     38.75%
34524.14/1806.48	c      1806          56052          36        20         111.0000          80.0000     38.75%
34625.19/1811.51	c      1812          60121          69        20         111.0000          80.0000     38.75%
34724.39/1816.52	c      1817          56665          29        20         111.0000          80.0000     38.75%
34823.55/1821.59	c      1822          58596          55        20         111.0000          80.0000     38.75%
34928.69/1826.89	c      1827          58992          54        20         111.0000          80.0000     38.75%
35029.69/1832.03	c      1832          59379          60        20         111.0000          80.0000     38.75%
35134.79/1837.24	c      1837          61236          56        20         111.0000          80.0000     38.75%
35235.89/1842.40	c      1842          61483          53        20         111.0000          80.0000     38.75%
35337.06/1847.46	c      1847          61767          56        20         111.0000          80.0000     38.75%
35442.20/1852.76	c      1853          58872          28        20         111.0000          80.0000     38.75%
35545.39/1857.90	c      1858          59142          30        20         111.0000          80.0000     38.75%
35644.53/1863.01	c      1863          62564          55        20         111.0000          80.0000     38.75%
35749.66/1868.26	c      1868          62153          54        20         111.0000          80.0000     38.75%
35852.79/1873.43	c      1873          62483          59        20         111.0000          80.0000     38.75%
35957.94/1878.71	c      1879          62838          56        20         111.0000          80.0000     38.75%
36059.10/1883.84	c      1884          63227          53        20         111.0000          80.0000     38.75%
36160.30/1888.96	c      1889          63602          54        20         111.0000          80.0000     38.75%
36262.20/1894.10	c      1894          64034          56        20         111.0000          80.0000     38.75%
36363.47/1899.18	c      1899          61618          26        20         111.0000          80.0000     38.75%
36465.76/1904.39	c      1904          61928          31        20         111.0000          80.0000     38.75%
36568.90/1909.51	c      1910          62239          32        20         111.0000          80.0000     38.75%
36670.04/1914.67	c      1915          62533          25        20         111.0000          80.0000     38.75%
36773.20/1919.80	c      1920          62852          25        20         111.0000          80.0000     38.75%
36874.34/1924.95	c      1925          65436          62        20         111.0000          80.0000     38.75%
36976.36/1930.14	c      1930          66441          57        20         111.0000          80.0000     38.75%
37077.45/1935.16	c      1935          66014          59        20         111.0000          80.0000     38.75%
37179.74/1940.34	c      1940          66306          53        20         111.0000          80.0000     38.75%
37280.94/1945.45	c      1945          66583          55        20         111.0000          80.0000     38.75%
37382.14/1950.54	c      1951          64506          30        20         111.0000          80.0000     38.75%
37483.29/1955.65	c      1956          64782          29        20         111.0000          80.0000     38.75%
37584.26/1960.78	c      1961          67295          56        20         111.0000          80.0000     38.75%
37685.45/1965.82	c      1966          67551          57        20         111.0000          80.0000     38.75%
37786.64/1970.94	c      1971          67752          54        20         111.0000          80.0000     38.75%
37891.90/1976.25	c      1976          68013          53        20         111.0000          80.0000     38.75%
37994.95/1981.42	c      1981          66240          31        20         111.0000          80.0000     38.75%
38096.12/1986.58	c      1987          66524          24        20         111.0000          80.0000     38.75%
38199.29/1991.77	c      1992          70427          63        20         111.0000          80.0000     38.75%
38300.37/1996.87	c      1997          70832          58        20         111.0000          80.0000     38.75%
38403.97/2002.13	c      2002          67461          32        20         111.0000          80.0000     38.75%
38506.69/2007.28	c      2007          67715          29        20         111.0000          80.0000     38.75%
38607.66/2012.38	c      2012          71712          53        20         111.0000          80.0000     38.75%
38712.79/2017.66	c      2018          72040          55        20         111.0000          80.0000     38.75%
38815.78/2022.84	c      2023          72389          55        20         111.0000          80.0000     38.75%
38922.80/2028.23	c      2028          72744          52        20         111.0000          80.0000     38.75%
39025.98/2033.45	c      2033          73154          58        20         111.0000          80.0000     38.75%
39127.16/2038.56	c      2039          71143          56        20         111.0000          80.0000     38.75%
39232.28/2043.81	c      2044          71418          53        20         111.0000          80.0000     38.75%
39336.23/2049.08	c      2049          71667          61        20         111.0000          80.0000     38.75%
39438.62/2054.25	c      2054          71979          64        20         111.0000          80.0000     38.75%
39541.71/2059.45	c      2059          72241          53        20         111.0000          80.0000     38.75%
39644.90/2064.60	c      2065          72469          53        20         111.0000          80.0000     38.75%
39746.07/2069.77	c      2070          72769          58        20         111.0000          80.0000     38.75%
39857.09/2075.38	c      2075          71263          35        20         111.0000          80.0000     38.75%
39960.16/2080.57	c      2081          71541          30        20         111.0000          80.0000     38.75%
40061.28/2085.65	c      2086          73476          57        20         111.0000          80.0000     38.75%
40160.39/2090.69	c      2091          72141          30        20         111.0000          80.0000     38.75%
40265.47/2096.01	c      2096          72413          31        20         111.0000          80.0000     38.75%
40372.45/2101.38	c      2101          72704          27        20         111.0000          80.0000     38.75%
40475.51/2106.51	c      2107          72976          30        20         111.0000          80.0000     38.75%
40578.63/2111.72	c      2112          73282          32        20         111.0000          80.0000     38.75%
40681.76/2116.96	c      2117          73468          30        20         111.0000          80.0000     38.75%
40783.65/2122.13	c      2122          73727          29        20         111.0000          80.0000     38.75%
40885.97/2127.26	c      2127          74013          27        20         111.0000          80.0000     38.75%
40988.93/2132.41	c      2132          79655          48        20         111.0000          80.0000     38.75%
41091.93/2137.61	c      2138          74617          31        20         111.0000          80.0000     38.75%
41190.98/2142.68	c      2143          80327          48        20         111.0000          80.0000     38.75%
41294.11/2147.80	c      2148          75105           0        20         111.0000          80.0000     38.75%
41395.25/2152.97	c      2153          75428          54        20         111.0000          80.0000     38.75%
41494.44/2158.03	c      2158          75770          47        20         111.0000          80.0000     38.75%
41599.47/2163.27	c      2163          77342          48        20         111.0000          80.0000     38.75%
41702.57/2168.43	c      2168          77590          54        20         111.0000          80.0000     38.75%
41803.71/2173.58	c      2174          77874          57        20         111.0000          80.0000     38.75%
41906.76/2178.71	c      2179          78091          54        20         111.0000          80.0000     38.75%
42007.66/2183.86	c      2184          78281          56        20         111.0000          80.0000     38.75%
42111.24/2189.10	c      2189          77916          42        20         111.0000          80.0000     38.75%
42212.73/2194.18	c      2194          78232          42        20         111.0000          80.0000     38.75%
42311.57/2199.19	c      2199          78566          45        20         111.0000          80.0000     38.75%
42411.95/2204.24	c      2204          79390          70        20         111.0000          80.0000     38.75%
42511.06/2209.30	c      2209          84243          42        20         111.0000          80.0000     38.75%
42612.11/2214.33	c      2214          79511          46        20         111.0000          80.0000     38.75%
42715.11/2219.51	c      2220          79872          45        20         111.0000          80.0000     38.75%
42814.25/2224.53	c      2225          80231          49        20         111.0000          80.0000     38.75%
42917.48/2229.77	c      2230          80580          43        20         111.0000          80.0000     38.75%
43020.47/2235.00	c      2235          80948          43        20         111.0000          80.0000     38.75%
43127.51/2240.30	c      2240          81265          44        20         111.0000          80.0000     38.75%
43230.55/2245.51	c      2246          81622          41        20         111.0000          80.0000     38.75%
43333.58/2250.78	c      2251          81920          47        20         111.0000          80.0000     38.75%
43434.71/2255.89	c      2256          82647          59        20         111.0000          80.0000     38.75%
43540.82/2261.15	c      2261          82964          62        20         111.0000          80.0000     38.75%
43642.85/2266.30	c      2266          83265          62        20         111.0000          80.0000     38.75%
43743.93/2271.48	c      2271          83567          58        20         111.0000          80.0000     38.75%
43845.03/2276.55	c      2277          83905          58        20         111.0000          80.0000     38.75%
43948.19/2281.71	c      2282          84260          57        20         111.0000          80.0000     38.75%
44051.30/2286.94	c      2287          88910          42        20         111.0000          80.0000     38.75%
44153.22/2292.05	c      2292          89224          37        20         111.0000          80.0000     38.75%
44254.33/2297.15	c      2297          85373          57        20         111.0000          80.0000     38.75%
44353.74/2302.17	c      2302          85522          44        20         111.0000          80.0000     38.75%
44457.96/2307.40	c      2307          85917          42        20         111.0000          80.0000     38.75%
44561.11/2312.62	c      2313          90538          40        20         111.0000          80.0000     38.75%
44662.22/2317.78	c      2318          86682          58        20         111.0000          80.0000     38.75%
44765.26/2322.98	c      2323              2           1        20         111.0000          93.4324     18.80%
44867.17/2328.14	c      2328              2           1        20         111.0000          93.4324     18.80%
44968.55/2333.19	c      2333              2           1        20         111.0000          93.4324     18.80%
45068.65/2338.22	c      2338              2           1        20         111.0000          93.4324     18.80%
45171.81/2343.42	c      2343              2           1        20         111.0000          93.4324     18.80%
45270.94/2348.49	c      2348              2           1        20         111.0000          93.4324     18.80%
45374.11/2353.62	c      2354              2           1        20         111.0000          93.4324     18.80%
45475.28/2358.73	c      2359              2           1        20         111.0000          93.4324     18.80%
45576.18/2363.90	c      2364              2           1        20         111.0000          93.4324     18.80%
45680.07/2369.11	c      2369              2           1        20         111.0000          93.4324     18.80%
45782.40/2374.25	c      2374              2           1        20         111.0000          93.4324     18.80%
45887.54/2379.51	c      2380              2           1        20         111.0000          93.4324     18.80%
45990.71/2384.76	c      2385              2           1        20         111.0000          93.4324     18.80%
46093.88/2390.02	c      2390              2           1        20         111.0000          93.4324     18.80%
46197.93/2395.16	c      2395              2           1        20         111.0000          93.4324     18.80%
46298.30/2400.27	c      2400              2           1        20         111.0000          93.4324     18.80%
46403.32/2405.54	c      2406              2           1        20         111.0000          93.4324     18.80%
46502.50/2410.54	c      2411              2           1        20         111.0000          93.4324     18.80%
46601.72/2415.55	c      2416              2           1        20         111.0000          93.4324     18.80%
46700.89/2420.58	c      2421              2           1        20         111.0000          93.4324     18.80%
46804.07/2425.78	c      2426              2           1        20         111.0000          93.4324     18.80%
46907.16/2430.93	c      2431              2           1        20         111.0000          93.4324     18.80%
47009.06/2436.11	c      2436              2           1        20         111.0000          93.4324     18.80%
47111.38/2441.27	c      2441              2           1        20         111.0000          93.4324     18.80%
47214.47/2446.46	c      2446              2           1        20         111.0000          93.4324     18.80%
47317.52/2451.65	c      2452              2           1        20         111.0000          93.4324     18.80%
47416.72/2456.70	c      2457              2           1        20         111.0000          93.4324     18.80%
47519.89/2461.80	c      2462              2           1        20         111.0000          93.4324     18.80%
47621.04/2466.92	c      2467              2           1        20         111.0000          93.4324     18.80%
47725.22/2472.17	c      2472              2           1        20         111.0000          93.4324     18.80%
47829.35/2477.49	c      2478              2           1        20         111.0000          93.4324     18.80%
47930.53/2482.60	c      2483              2           1        20         111.0000          93.4324     18.80%
48033.73/2487.76	c      2488              2           1        20         111.0000          93.4324     18.80%
48132.91/2492.79	c      2493              2           1        20         111.0000          93.4324     18.80%
48236.09/2497.99	c      2498              2           1        20         111.0000          94.3813     17.61%
48340.00/2503.15	c      2503              2           1        20         111.0000          94.3813     17.61%
48442.39/2508.31	c      2508              2           1        20         111.0000          94.3813     17.61%
48543.55/2513.46	c      2513              2           1        20         111.0000          94.3813     17.61%
48646.70/2518.64	c      2519              2           1        20         111.0000          94.3813     17.61%
48749.87/2523.88	c      2524              2           1        20         111.0000          94.3813     17.61%
48850.99/2529.03	c      2529              2           1        20         111.0000          94.3813     17.61%
48956.10/2534.27	c      2534              2           1        20         111.0000          94.3813     17.61%
49057.27/2539.40	c      2539              2           1        20         111.0000          94.3813     17.61%
49160.43/2544.57	c      2545              2           1        20         111.0000          94.3813     17.61%
49263.59/2549.72	c      2550              2           1        20         111.0000          94.3813     17.61%
49369.56/2555.14	c      2555              2           1        20         111.0000          94.3813     17.61%
49473.83/2560.32	c      2560              2           1        20         111.0000          94.3813     17.61%
49576.99/2565.56	c      2566              2           1        20         111.0000          94.3813     17.61%
49678.16/2570.66	c      2571              2           1        20         111.0000          94.3813     17.61%
49779.33/2575.78	c      2576              2           1        20         111.0000          94.3813     17.61%
49878.41/2580.78	c      2581              2           1        20         111.0000          94.3813     17.61%
49981.52/2585.94	c      2586              2           1        20         111.0000          94.3813     17.61%
50080.57/2590.98	c      2591              2           1        20         111.0000          94.3813     17.61%
50179.75/2595.98	c      2596              2           1        20         111.0000          94.3813     17.61%
50281.92/2601.06	c      2601              2           1        20         111.0000          94.3813     17.61%
50382.95/2606.16	c      2606              2           1        20         111.0000          94.3813     17.61%
50486.93/2611.48	c      2611              2           1        20         111.0000          94.3813     17.61%
50593.91/2616.86	c      2617              2           1        20         111.0000          94.3813     17.61%
50697.63/2622.07	c      2622              2           1        20         111.0000          94.3813     17.61%
50800.06/2627.30	c      2627              2           1        20         111.0000          94.3813     17.61%
50901.23/2632.39	c      2632              2           1        20         111.0000          94.3813     17.61%
51004.38/2637.58	c      2638              2           1        20         111.0000          94.3813     17.61%
51105.56/2642.68	c      2643              2           1        20         111.0000          94.3813     17.61%
51208.68/2647.80	c      2648              2           1        20         111.0000          94.3813     17.61%
51309.85/2652.93	c      2653              2           1        20         111.0000          94.3813     17.61%
51409.04/2657.98	c      2658              2           1        20         111.0000          94.3813     17.61%
51508.21/2663.00	c      2663              2           1        20         111.0000          94.3813     17.61%
51615.31/2668.32	c      2668              2           1        20         111.0000          94.3813     17.61%
51716.47/2673.42	c      2673              2           1        20         111.0000          94.3813     17.61%
51817.64/2678.56	c      2679              2           1        20         111.0000          94.3813     17.61%
51916.81/2683.57	c      2684              2           1        20         111.0000          94.3813     17.61%
52017.98/2688.66	c      2689              2           1        20         111.0000          94.3813     17.61%
52125.74/2694.13	c      2694              2           1        20         111.0000          94.3813     17.61%
52228.13/2699.28	c      2699              2           1        20         111.0000          94.3813     17.61%
52329.31/2704.39	c      2704              2           1        20         111.0000          94.3813     17.61%
52434.43/2709.60	c      2710              2           1        20         111.0000          94.3813     17.61%
52535.62/2714.76	c      2715              2           1        20         111.0000          94.3813     17.61%
52638.79/2719.90	c      2720              2           1        20         111.0000          94.3813     17.61%
52742.59/2725.20	c      2725              2           1        20         111.0000          94.3813     17.61%
52846.96/2730.49	c      2730              2           1        20         111.0000          94.3813     17.61%
52950.13/2735.65	c      2736              2           1        20         111.0000          94.3813     17.61%
53055.29/2741.01	c      2741              2           1        20         111.0000          94.3813     17.61%
53159.50/2746.16	c      2746              2           1        20         111.0000          94.3813     17.61%
53261.45/2751.31	c      2751              3           2        20         111.0000          94.3813     17.61%
53362.59/2756.46	c      2756              3           2        20         111.0000          94.3813     17.61%
53465.68/2761.64	c      2762              3           2        20         111.0000          94.3813     17.61%
53566.74/2766.71	c      2767              3           2        20         111.0000          94.3813     17.61%
53669.81/2771.98	c      2772              3           2        20         111.0000          94.3813     17.61%
53774.88/2777.22	c      2777              3           2        20         111.0000          94.3813     17.61%
53875.99/2782.38	c      2782              3           2        20         111.0000          94.3813     17.61%
53979.11/2787.58	c      2788              3           2        20         111.0000          94.3813     17.61%
54082.20/2792.72	c      2793              3           2        20         111.0000          94.3813     17.61%
54185.34/2798.04	c      2798              3           2        20         111.0000          94.3813     17.61%
54294.39/2803.42	c      2803              3           2        20         111.0000          94.3813     17.61%
54395.53/2808.59	c      2809              3           2        20         111.0000          94.3813     17.61%
54498.65/2813.75	c      2814              3           2        20         111.0000          94.3813     17.61%
54601.75/2818.95	c      2819              3           2        20         111.0000          94.3813     17.61%
54705.74/2824.17	c      2824              3           2        20         111.0000          94.3813     17.61%
54807.81/2829.30	c      2829              3           2        20         111.0000          94.3813     17.61%
54910.93/2834.56	c      2835              3           2        20         111.0000          94.3813     17.61%
55012.08/2839.68	c      2840              3           2        20         111.0000          94.3813     17.61%
55115.18/2844.83	c      2845              3           2        20         111.0000          94.3813     17.61%
55216.30/2849.95	c      2850              3           2        20         111.0000          94.3813     17.61%
55315.45/2855.02	c      2855              3           2        20         111.0000          94.3813     17.61%
55417.29/2860.07	c      2860              3           2        20         111.0000          94.3813     17.61%
55519.63/2865.20	c      2865              3           2        20         111.0000          94.3813     17.61%
55618.73/2870.30	c      2870              3           2        20         111.0000          94.3813     17.61%
55721.85/2875.41	c      2875              3           2        20         111.0000          94.3813     17.61%
55822.98/2880.55	c      2881              3           2        20         111.0000          94.3813     17.61%
55924.10/2885.60	c      2886              3           2        20         111.0000          94.3813     17.61%
56023.10/2890.66	c      2891              3           2        20         111.0000          94.3813     17.61%
56124.17/2895.70	c      2896              3           2        20         111.0000          94.3813     17.61%
56225.26/2900.82	c      2901              3           2        20         111.0000          94.3813     17.61%
56326.42/2905.93	c      2906              3           2        20         111.0000          94.3813     17.61%
56428.38/2911.12	c      2911              3           2        20         111.0000          94.3813     17.61%
56530.70/2916.20	c      2916              3           2        20         111.0000          94.3813     17.61%
56633.70/2921.43	c      2921              3           2        20         111.0000          94.3813     17.61%
56736.79/2926.64	c      2927              3           2        20         111.0000          94.3813     17.61%
56839.92/2931.86	c      2932              3           2        20         111.0000          94.3813     17.61%
56941.09/2937.03	c      2937              3           2        20         111.0000          94.3813     17.61%
57045.14/2942.18	c      2942              3           2        20         111.0000          94.3813     17.61%
57147.30/2947.35	c      2947              3           2        20         111.0000          94.3813     17.61%
57250.40/2952.56	c      2953              3           2        20         111.0000          94.3813     17.61%
57355.55/2957.85	c      2958              3           2        20         111.0000          94.3813     17.61%
57456.72/2963.01	c      2963              4           3        20         111.0000          94.3813     17.61%
57558.66/2968.07	c      2968              4           3        20         111.0000          94.3813     17.61%
57659.82/2973.17	c      2973              4           3        20         111.0000          94.3813     17.61%
57761.95/2978.34	c      2978              4           3        20         111.0000          94.3813     17.61%
57861.13/2983.37	c      2983              4           3        20         111.0000          94.3813     17.61%
57964.22/2988.57	c      2989              4           3        20         111.0000          94.3813     17.61%
58067.22/2993.78	c      2994              4           3        20         111.0000          94.3813     17.61%
58168.28/2998.87	c      2999              4           3        20         111.0000          94.3813     17.61%
58267.47/3003.90	c      3004              4           3        20         111.0000          94.3813     17.61%
58371.36/3009.10	c      3009              4           3        20         111.0000          94.3813     17.61%
58473.92/3014.25	c      3014              4           3        20         111.0000          94.3813     17.61%
58576.88/3019.42	c      3019              4           3        20         111.0000          94.3813     17.61%
58680.03/3024.67	c      3025              4           3        20         111.0000          94.3813     17.61%
58781.20/3029.76	c      3030              4           3        20         111.0000          94.3813     17.61%
58882.38/3034.86	c      3035              4           3        20         111.0000          94.3813     17.61%
58981.55/3039.87	c      3040              4           3        20         111.0000          94.3813     17.61%
59085.48/3045.11	c      3045              4           3        20         111.0000          94.3813     17.61%
59187.77/3050.26	c      3050              4           3        20         111.0000          94.3813     17.61%
59290.94/3055.45	c      3055              4           3        20         111.0000          94.3813     17.61%
59392.10/3060.53	c      3061              4           3        20         111.0000          94.3813     17.61%
59493.27/3065.63	c      3066              4           3        20         111.0000          94.3813     17.61%
59594.30/3070.79	c      3071              4           3        20         111.0000          94.3813     17.61%
59695.36/3075.87	c      3076              4           3        20         111.0000          94.3813     17.61%
59796.27/3081.00	c      3081              4           3        20         111.0000          94.3813     17.61%
59895.39/3086.02	c      3086              4           3        20         111.0000          94.3813     17.61%
60000.49/3091.23	c      3091              4           3        20         111.0000          94.3813     17.61%
60103.67/3096.44	c      3096              4           3        20         111.0000          94.3813     17.61%
60202.77/3101.46	c      3101              4           3        20         111.0000          94.3813     17.61%
60305.91/3106.62	c      3107              5           4        20         111.0000          94.3813     17.61%
60409.00/3111.81	c      3112              5           4        20         111.0000          94.3813     17.61%
60510.17/3117.00	c      3117              5           4        20         111.0000          94.3813     17.61%
60611.61/3122.09	c      3122              5           4        20         111.0000          94.3813     17.61%
60716.11/3127.30	c      3127              5           4        20         111.0000          94.3813     17.61%
60817.19/3132.47	c      3132              5           4        20         111.0000          94.3813     17.61%
60918.37/3137.57	c      3138              5           4        20         111.0000          94.3813     17.61%
61021.52/3142.73	c      3143              5           4        20         111.0000          94.3813     17.61%
61124.68/3147.91	c      3148              5           4        20         111.0000          94.3813     17.61%
61226.64/3153.06	c      3153              5           4        20         111.0000          94.3813     17.61%
61328.93/3158.24	c      3158              5           4        20         111.0000          94.3813     17.61%
61430.11/3163.32	c      3163              5           4        20         111.0000          94.3813     17.61%
61531.30/3168.47	c      3168              5           4        20         111.0000          94.3813     17.61%
61632.47/3173.58	c      3174              5           4        20         111.0000          94.3813     17.61%
61733.66/3178.68	c      3179              5           4        20         111.0000          94.3813     17.61%
61834.79/3183.79	c      3184              5           4        20         111.0000          94.3813     17.61%
61937.83/3188.90	c      3189              5           4        20         111.0000          94.3813     17.61%
62036.97/3194.03	c      3194              5           4        20         111.0000          94.3813     17.61%
62138.89/3199.13	c      3199              5           4        20         111.0000          94.3813     17.61%
62241.30/3204.28	c      3204              5           4        20         111.0000          94.3813     17.61%
62344.46/3209.47	c      3209              6           5        20         111.0000          94.3813     17.61%
62447.63/3214.67	c      3215              6           5        20         111.0000          94.3813     17.61%
62550.79/3219.84	c      3220              6           5        20         111.0000          94.3813     17.61%
62651.96/3224.91	c      3225              6           5        20         111.0000          94.3813     17.61%
62754.15/3230.09	c      3230              6           5        20         111.0000          94.3813     17.61%
62855.28/3235.19	c      3235              6           5        20         111.0000          94.3813     17.61%
62954.22/3240.20	c      3240              6           5        20         111.0000          94.3813     17.61%
63056.58/3245.35	c      3245              6           5        20         111.0000          94.3813     17.61%
63159.68/3250.51	c      3251              6           5        20         111.0000          94.3813     17.61%
63262.83/3255.72	c      3256              6           5        20         111.0000          94.3813     17.61%
63364.01/3260.88	c      3261              6           5        20         111.0000          94.3813     17.61%
63465.16/3265.91	c      3266              6           5        20         111.0000          94.3813     17.61%
63567.05/3271.11	c      3271              6           5        20         111.0000          94.3813     17.61%
63669.42/3276.27	c      3276              6           5        20         111.0000          94.3813     17.61%
63772.60/3281.43	c      3281              6           5        20         111.0000          94.3813     17.61%
63871.76/3286.46	c      3286              6           5        20         111.0000          94.3813     17.61%
63974.91/3291.60	c      3292              6           5        20         111.0000          94.3813     17.61%
64076.07/3296.74	c      3297              6           5        20         111.0000          94.3813     17.61%
64179.16/3301.98	c      3302              6           5        20         111.0000          94.3813     17.61%
64283.08/3307.15	c      3307              6           5        20         111.0000          94.3813     17.61%
64385.39/3312.36	c      3312              6           5        20         111.0000          94.3813     17.61%
64488.55/3317.51	c      3318              6           5        20         111.0000          94.3813     17.61%
64589.67/3322.68	c      3323              6           5        20         111.0000          94.3813     17.61%
64694.82/3327.99	c      3328              6           5        20         111.0000          94.3813     17.61%
64796.90/3333.12	c      3333              6           5        20         111.0000          94.3813     17.61%
64901.11/3338.37	c      3338              6           5        20         111.0000          94.3813     17.61%
65006.27/3343.61	c      3344              6           5        20         111.0000          94.3813     17.61%
65107.36/3348.74	c      3349              6           5        20         111.0000          94.3813     17.61%
65210.52/3353.92	c      3354              6           5        20         111.0000          94.3813     17.61%
65309.65/3358.96	c      3359              6           5        20         111.0000          94.3813     17.61%
65413.57/3364.15	c      3364              6           5        20         111.0000          94.3813     17.61%
65513.90/3369.28	c      3369              6           5        20         111.0000          94.3813     17.61%
65616.98/3374.42	c      3374              6           5        20         111.0000          94.3813     17.61%
65718.16/3379.54	c      3380              6           5        20         111.0000          94.3813     17.61%
65821.31/3384.73	c      3385              6           5        20         111.0000          94.3813     17.61%
65920.42/3389.74	c      3390              6           5        20         111.0000          94.3813     17.61%
66023.57/3394.98	c      3395              6           5        20         111.0000          94.3813     17.61%
66128.78/3400.20	c      3400              6           5        20         111.0000          94.3813     17.61%
66231.67/3405.49	c      3406              6           5        20         111.0000          94.3813     17.61%
66332.70/3410.58	c      3411              6           5        20         111.0000          94.3813     17.61%
66435.75/3415.76	c      3416              6           5        20         111.0000          94.3813     17.61%
66538.77/3420.92	c      3421              6           5        20         111.0000          94.3813     17.61%
66640.70/3426.13	c      3426              6           5        20         111.0000          94.3813     17.61%
66744.80/3431.39	c      3431              6           5        20         111.0000          94.3813     17.61%
66847.77/3436.55	c      3437              6           5        20         111.0000          94.3813     17.61%
66948.86/3441.65	c      3442              6           5        20         111.0000          94.3813     17.61%
67052.02/3446.87	c      3447              6           5        20         111.0000          94.3813     17.61%
67153.19/3452.02	c      3452              6           5        20         111.0000          94.3813     17.61%
67255.14/3457.14	c      3457              6           5        20         111.0000          94.3813     17.61%
67356.31/3462.15	c      3462              6           5        20         111.0000          94.3813     17.61%
67458.58/3467.35	c      3467              7           6        20         111.0000          94.3813     17.61%
67561.73/3472.59	c      3473              7           6        20         111.0000          94.3813     17.61%
67664.89/3477.79	c      3478              7           6        20         111.0000          94.3813     17.61%
67766.03/3482.89	c      3483              7           6        20         111.0000          94.3813     17.61%
67869.98/3488.11	c      3488              7           6        20         111.0000          94.3813     17.61%
67974.24/3493.36	c      3493              7           6        20         111.0000          94.3813     17.61%
68077.39/3498.55	c      3499              7           6        20         111.0000          94.3813     17.61%
68180.55/3503.72	c      3504              7           6        20         111.0000          94.3813     17.61%
68283.70/3508.96	c      3509              7           6        20         111.0000          94.3813     17.61%
68385.84/3514.15	c      3514              7           6        20         111.0000          94.3813     17.61%
68489.99/3519.32	c      3519              7           6        20         111.0000          94.3813     17.61%
68593.14/3524.57	c      3525              7           6        20         111.0000          94.3813     17.61%
68696.27/3529.73	c      3530              7           6        20         111.0000          94.3813     17.61%
68797.38/3534.88	c      3535              7           6        20         111.0000          94.3813     17.61%
68898.50/3540.01	c      3540              7           6        20         111.0000          94.3813     17.61%
69002.49/3545.17	c      3545              7           6        20         111.0000          94.3813     17.61%
69102.77/3550.22	c      3550              7           6        20         111.0000          94.3813     17.61%
69203.85/3555.36	c      3555              7           6        20         111.0000          94.3813     17.61%
69308.95/3560.61	c      3561              8           7        20         111.0000          94.3813     17.61%
69408.11/3565.67	c      3566              8           7        20         111.0000          94.3813     17.61%
69507.27/3570.68	c      3571              8           7        20         111.0000          94.3813     17.61%
69608.40/3575.74	c      3576              8           7        20         111.0000          94.3813     17.61%
69709.53/3580.80	c      3581              8           7        20         111.0000          94.3813     17.61%
69808.69/3585.81	c      3586              8           7        20         111.0000          94.3813     17.61%
69909.83/3591.02	c      3591              8           7        20         111.0000          94.3813     17.61%
70014.90/3596.21	c      3596              8           7        20         111.0000          94.3813     17.61%
70116.02/3601.35	c      3601              8           7        20         111.0000          94.3813     17.61%
70219.12/3606.58	c      3607              8           7        20         111.0000          94.3813     17.61%
70324.18/3611.88	c      3612              8           7        20         111.0000          94.3813     17.61%
70425.28/3616.99	c      3617              8           7        20         111.0000          94.3813     17.61%
70527.33/3622.14	c      3622              8           7        20         111.0000          94.3813     17.61%
70628.27/3627.14	c      3627              8           7        20         111.0000          94.3813     17.61%
70732.65/3632.44	c      3632              8           7        20         111.0000          94.3813     17.61%
70835.77/3637.65	c      3638              8           7        20         111.0000          94.3813     17.61%
70934.91/3642.66	c      3643              8           7        20         111.0000          94.3813     17.61%
71038.03/3647.84	c      3648              8           7        20         111.0000          94.3813     17.61%
71139.17/3652.92	c      3653              8           7        20         111.0000          94.3813     17.61%
71238.28/3658.00	c      3658              8           7        20         111.0000          94.3813     17.61%
71343.41/3663.23	c      3663              8           7        20         111.0000          94.3813     17.61%
71444.65/3668.36	c      3668              8           7        20         111.0000          94.3813     17.61%
71549.88/3673.67	c      3674              8           7        20         111.0000          94.3813     17.61%
71651.12/3678.76	c      3679              8           7        20         111.0000          94.3813     17.61%
71754.36/3683.95	c      3684              8           7        20         111.0000          94.3813     17.61%
71856.47/3689.07	c      3689              8           7        20         111.0000          94.3813     17.61%
71955.73/3694.14	c      3694              8           7        20         111.0000          94.3813     17.61%

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 (188849 MiB free)
  memory of node 1: 193494 MiB (190353 MiB free)
  memory of node 2: 193531 MiB (191550 MiB free)
  memory of node 3: 193531 MiB (190201 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-4465388-1723607375/watcher-4465388-1723607375 -o /tmp/evaluation-result-4465388-1723607375/solver-4465388-1723607375 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723607375-750328 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465388-1723607375.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): 199680000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 199731200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=750360, runsolver pid=750357
Current StackSize limit: 8192 KiB


[startup+0.10012 s]*
/proc/loadavg: 18.49 20.68 35.38 5/854 750368
/proc/meminfo: memFree=779044236/790760804 swapFree=131071996/131071996
[pid=750360] ppid=750357 vsize=87004 memory=75108 CPUtime=0.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/stat : 750360 (fscip) R 750357 750360 750315 0 -1 4194304 16658 0 0 0 9 1 0 0 20 0 1 0 127320630 89092096 18777 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
/proc/750360/statm: 21751 18777 2347 3035 0 18147 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 87004 KiB
Current children cumulated memory: 75108 KiB

[startup+0.218693 s]*
/proc/loadavg: 18.49 20.68 35.38 5/859 750378
/proc/meminfo: memFree=778863824/790760804 swapFree=131071996/131071996
[pid=750360] ppid=750357 vsize=141968 memory=130064 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/750360/stat : 750360 (fscip) R 750357 750360 750315 0 -1 4194304 30376 0 0 0 19 4 0 0 20 0 1 0 127320630 145375232 32516 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
/proc/750360/statm: 35492 32516 2347 3035 0 31888 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 141968 KiB
Current children cumulated memory: 130064 KiB

[startup+0.319445 s]*
/proc/loadavg: 18.49 20.68 35.38 5/859 750378
/proc/meminfo: memFree=778607284/790760804 swapFree=131071996/131071996
[pid=750360] ppid=750357 vsize=214160 memory=201364 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/stat : 750360 (fscip) R 750357 750360 750315 0 -1 4194304 48678 0 0 0 25 7 0 0 20 0 1 0 127320630 219299840 50341 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
/proc/750360/statm: 53540 50341 2555 3035 0 49936 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 214160 KiB
Current children cumulated memory: 201364 KiB

[startup+0.700261 s]
/proc/loadavg: 18.49 20.68 35.38 6/857 750378
/proc/meminfo: memFree=778188264/790760804 swapFree=131071996/131071996
[pid=750360] ppid=750357 vsize=365104 memory=349976 CPUtime=0.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/stat : 750360 (fscip) R 750357 750360 750315 0 -1 4194304 85780 0 0 0 56 13 0 0 20 0 1 0 127320630 373866496 87494 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
/proc/750360/statm: 91276 87494 2614 3035 0 87672 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 365104 KiB
Current children cumulated memory: 349976 KiB

[startup+1.50026 s]
/proc/loadavg: 18.49 20.68 35.38 5/863 750389
/proc/meminfo: memFree=777831584/790760804 swapFree=131071996/131071996
[pid=750360] ppid=750357 vsize=476052 memory=459820 CPUtime=1.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/stat : 750360 (fscip) R 750357 750360 750315 0 -1 4194304 105673 0 0 0 132 17 0 0 20 0 1 0 127320630 487477248 114955 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
/proc/750360/statm: 119013 114955 2694 3035 0 115409 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 476052 KiB
Current children cumulated memory: 459820 KiB

[startup+3.11823 s]
/proc/loadavg: 18.49 20.68 35.38 5/863 750389
/proc/meminfo: memFree=776673664/790760804 swapFree=131071996/131071996
[pid=750360] ppid=750357 vsize=476052 memory=459820 CPUtime=3.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/stat : 750360 (fscip) R 750357 750360 750315 0 -1 4194304 105683 0 0 0 293 17 0 0 20 0 1 0 127320630 487477248 114955 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
/proc/750360/statm: 119013 114955 2694 3035 0 115409 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 476052 KiB
Current children cumulated memory: 459820 KiB

[startup+6.30022 s]
/proc/loadavg: 17.33 20.40 35.21 5/863 750389
/proc/meminfo: memFree=776150588/790760804 swapFree=131071996/131071996
[pid=750360] ppid=750357 vsize=476052 memory=459820 CPUtime=6.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/stat : 750360 (fscip) R 750357 750360 750315 0 -1 4194304 105703 0 0 0 610 17 0 0 20 0 1 0 127320630 487477248 114955 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
/proc/750360/statm: 119013 114955 2694 3035 0 115409 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 476052 KiB
Current children cumulated memory: 459820 KiB

[startup+12.7002 s]
/proc/loadavg: 16.26 20.13 35.04 5/863 750391
/proc/meminfo: memFree=772946548/790760804 swapFree=131071996/131071996
[pid=750360] ppid=750357 vsize=476052 memory=460056 CPUtime=12.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/stat : 750360 (fscip) R 750357 750360 750315 0 -1 4194304 105730 0 0 0 1247 18 0 0 20 0 1 0 127320630 487477248 115014 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
/proc/750360/statm: 119013 115014 2742 3035 0 115409 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 476052 KiB
Current children cumulated memory: 460056 KiB

[startup+25.5003 s]
/proc/loadavg: 13.54 19.34 34.54 5/883 750413
/proc/meminfo: memFree=763329108/790760804 swapFree=131071996/131071996
[pid=750360] ppid=750357 vsize=499076 memory=482716 CPUtime=25.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/stat : 750360 (fscip) R 750357 750360 750315 0 -1 4194304 117875 0 0 0 2521 20 0 0 20 0 1 0 127320630 511053824 120679 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
/proc/750360/statm: 124769 120679 2790 3035 0 121165 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 499076 KiB
Current children cumulated memory: 482716 KiB

[startup+51.1194 s]
/proc/loadavg: 22.16 20.86 34.64 43/944 750481
/proc/meminfo: memFree=713577724/790760804 swapFree=131071996/131071996
[pid=750360] ppid=750357 vsize=502560 memory=486336 CPUtime=50.93 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/stat : 750360 (fscip) R 750357 750360 750315 0 -1 4194304 118805 0 0 0 5072 21 0 0 20 0 1 0 127320630 514621440 121584 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
/proc/750360/statm: 125640 121584 2790 3035 0 122036 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 502560 KiB
Current children cumulated memory: 486336 KiB

[startup+102.301 s]
/proc/loadavg: 41.84 26.24 35.74 62/984 750530
/proc/meminfo: memFree=692215984/790760804 swapFree=131071996/131071996
[pid=750360] ppid=750357 vsize=12161884 memory=10876868 CPUtime=758.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/stat : 750360 (fscip) S 750357 750360 750315 0 -1 1077936128 3621871 0 0 0 74946 936 0 0 20 0 41 0 127320630 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 17 59 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
/proc/750360/statm: 3040471 2719217 2918 3035 0 2901703 0
[pid=750360/tid=750485] ppid=750357 vsize=12161884 memory=279441981885584 CPUtime=34.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750485/stat : 750485 (fscip) R 750357 750360 750315 0 -1 4194368 113897 0 0 0 3470 21 0 0 20 0 41 0 127327005 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750486] ppid=750357 vsize=12161884 memory=25333125866717268 CPUtime=33.62 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750486/stat : 750486 (fscip) R 750357 750360 750315 0 -1 4194368 216910 0 0 0 3283 79 0 0 20 0 41 0 127327005 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750487] ppid=750357 vsize=12161884 memory=0 CPUtime=34.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750487/stat : 750487 (fscip) R 750357 750360 750315 0 -1 4194368 189871 0 0 0 3453 33 0 0 20 0 41 0 127327005 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750488] ppid=750357 vsize=12161884 memory=139720991280881 CPUtime=34.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750488/stat : 750488 (fscip) R 750357 750360 750315 0 -1 4194368 113201 0 0 0 3469 22 0 0 20 0 41 0 127327005 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750489] ppid=750357 vsize=12161884 memory=279441981847408 CPUtime=34.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750489/stat : 750489 (fscip) R 750357 750360 750315 0 -1 4194368 216662 0 0 0 3393 80 0 0 20 0 41 0 127327005 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750490] ppid=750357 vsize=12161884 memory=10876388 CPUtime=34.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750490/stat : 750490 (fscip) R 750357 750360 750315 0 -1 4194368 192250 0 0 0 3449 33 0 0 20 0 41 0 127327005 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750491] ppid=750357 vsize=12161884 memory=11448 CPUtime=34.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750491/stat : 750491 (fscip) R 750357 750360 750315 0 -1 4194368 113653 0 0 0 3470 21 0 0 20 0 41 0 127327005 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750492] ppid=750357 vsize=12161884 memory=279441981695056 CPUtime=34.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750492/stat : 750492 (fscip) R 750357 750360 750315 0 -1 4194368 219824 0 0 0 3385 81 0 0 20 0 41 0 127327005 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750493] ppid=750357 vsize=12161884 memory=7450478129478848857 CPUtime=34.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750493/stat : 750493 (fscip) R 750357 750360 750315 0 -1 4194368 191847 0 0 0 3453 32 0 0 20 0 41 0 127327005 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750494] ppid=750357 vsize=12161884 memory=279441982515232 CPUtime=34.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750494/stat : 750494 (fscip) R 750357 750360 750315 0 -1 4194368 115657 0 0 0 3471 21 0 0 20 0 41 0 127327005 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750495] ppid=750357 vsize=12161884 memory=484140 CPUtime=34.62 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750495/stat : 750495 (fscip) R 750357 750360 750315 0 -1 4194368 209558 0 0 0 3380 82 0 0 20 0 41 0 127327005 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750496] ppid=750357 vsize=12161884 memory=0 CPUtime=34.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750496/stat : 750496 (fscip) R 750357 750360 750315 0 -1 4194368 186476 0 0 0 3449 35 0 0 20 0 41 0 127327005 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750497] ppid=750357 vsize=12161884 memory=3148 CPUtime=34.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750497/stat : 750497 (fscip) R 750357 750360 750315 0 -1 4194368 116269 0 0 0 3469 22 0 0 20 0 41 0 127327005 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750498] ppid=750357 vsize=12161884 memory=11448 CPUtime=34.58 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750498/stat : 750498 (fscip) R 750357 750360 750315 0 -1 4194368 210140 0 0 0 3385 73 0 0 20 0 41 0 127327005 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750499] ppid=750357 vsize=12161884 memory=10544 CPUtime=34.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750499/stat : 750499 (fscip) R 750357 750360 750315 0 -1 4194368 194247 0 0 0 3452 35 0 0 20 0 41 0 127327005 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750500] ppid=750357 vsize=12161884 memory=22376566274399843 CPUtime=34.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750500/stat : 750500 (fscip) R 750357 750360 750315 0 -1 4194368 116947 0 0 0 3469 21 0 0 20 0 41 0 127327005 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750501] ppid=750357 vsize=12161884 memory=25333125866717268 CPUtime=34.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750501/stat : 750501 (fscip) R 750357 750360 750315 0 -1 4194368 211129 0 0 0 3383 72 0 0 20 0 41 0 127327005 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750502] ppid=750357 vsize=12161884 memory=0 CPUtime=34.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750502/stat : 750502 (fscip) R 750357 750360 750315 0 -1 4194368 196597 0 0 0 3451 34 0 0 20 0 41 0 127327005 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750503] ppid=750357 vsize=12161884 memory=25333125866717268 CPUtime=34.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750503/stat : 750503 (fscip) R 750357 750360 750315 0 -1 4194368 117452 0 0 0 3469 22 0 0 20 0 41 0 127327005 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750504] ppid=750357 vsize=12161884 memory=0 CPUtime=34.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750504/stat : 750504 (fscip) R 750357 750360 750315 0 -1 4194368 223804 0 0 0 3388 80 0 0 20 0 41 0 127327005 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750505] ppid=750357 vsize=12161884 memory=279441981175488 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750505/stat : 750505 (fscip) S 750357 750360 750315 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 41 0 127327345 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750506] ppid=750357 vsize=12161884 memory=279441981156496 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750506/stat : 750506 (fscip) S 750357 750360 750315 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 127327345 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750507] ppid=750357 vsize=12161884 memory=279441981872808 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750507/stat : 750507 (fscip) S 750357 750360 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 127327345 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750508] ppid=750357 vsize=12161884 memory=19508 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750508/stat : 750508 (fscip) S 750357 750360 750315 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 127327345 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750509] ppid=750357 vsize=12161884 memory=-6370179397619727205 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750509/stat : 750509 (fscip) S 750357 750360 750315 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 127327345 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750510] ppid=750357 vsize=12161884 memory=279441981094816 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750510/stat : 750510 (fscip) S 750357 750360 750315 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 127327345 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750511] ppid=750357 vsize=12161884 memory=-6800859132029471841 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750511/stat : 750511 (fscip) S 750357 750360 750315 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 127327345 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750512] ppid=750357 vsize=12161884 memory=10876736 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750512/stat : 750512 (fscip) S 750357 750360 750315 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 127327345 12453769216 2719217 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0

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

/proc/750360/task/750511/stat : 750511 (fscip) S 750357 750360 750315 0 -1 1077936192 184 0 0 0 0 3 0 0 20 0 41 0 127327345 67338248192 6351228 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750512] ppid=750357 vsize=65760008 memory=6952 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/750360/task/750512/stat : 750512 (fscip) S 750357 750360 750315 0 -1 1077936192 128 0 0 0 3 0 0 0 20 0 41 0 127327345 67338248192 6351228 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750513] ppid=750357 vsize=65760008 memory=279441981371600 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/750360/task/750513/stat : 750513 (fscip) S 750357 750360 750315 0 -1 1077936192 182 0 0 0 3 0 0 0 20 0 41 0 127327345 67338248192 6351228 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750514] ppid=750357 vsize=65760008 memory=7596277790691060843 CPUtime=0.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750514/stat : 750514 (fscip) S 750357 750360 750315 0 -1 1077936192 299 0 0 0 1 4 0 0 20 0 41 0 127327345 67338248192 6351228 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750515] ppid=750357 vsize=65760008 memory=5512 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/750360/task/750515/stat : 750515 (fscip) S 750357 750360 750315 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 127327345 67338248192 6351228 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750516] ppid=750357 vsize=65760008 memory=16164 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750516/stat : 750516 (fscip) S 750357 750360 750315 0 -1 1077936192 239 0 0 0 4 0 0 0 20 0 41 0 127327345 67338248192 6351228 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750517] ppid=750357 vsize=65760008 memory=11264 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/750360/task/750517/stat : 750517 (fscip) S 750357 750360 750315 0 -1 1077936192 187 0 0 0 1 2 0 0 20 0 41 0 127327345 67338248192 6351228 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750518] ppid=750357 vsize=65760008 memory=11236 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/750360/task/750518/stat : 750518 (fscip) S 750357 750360 750315 0 -1 1077936192 121 0 0 0 1 2 0 0 20 0 41 0 127327345 67338248192 6351228 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750519] ppid=750357 vsize=65760008 memory=6816 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750519/stat : 750519 (fscip) S 750357 750360 750315 0 -1 1077936192 277 0 0 0 6 0 0 0 20 0 41 0 127327345 67338248192 6351228 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750520] ppid=750357 vsize=65760008 memory=6720667649056980839 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750520/stat : 750520 (fscip) S 750357 750360 750315 0 -1 1077936192 119 0 0 0 4 0 0 0 20 0 41 0 127327345 67338248192 6351228 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750521] ppid=750357 vsize=65760008 memory=279441983155024 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750521/stat : 750521 (fscip) S 750357 750360 750315 0 -1 1077936192 626 0 0 0 7 0 0 0 20 0 41 0 127327345 67338248192 6351228 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750522] ppid=750357 vsize=65760008 memory=6943526294502006880 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/750360/task/750522/stat : 750522 (fscip) S 750357 750360 750315 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 127327345 67338248192 6351228 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750523] ppid=750357 vsize=65760008 memory=25377600 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/750360/task/750523/stat : 750523 (fscip) S 750357 750360 750315 0 -1 1077936192 192 0 0 0 3 0 0 0 20 0 41 0 127327345 67338248192 6351228 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750524] ppid=750357 vsize=65760008 memory=3300 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750524/stat : 750524 (fscip) S 750357 750360 750315 0 -1 1077936192 178 0 0 0 4 0 0 0 20 0 41 0 127327345 67338248192 6351228 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
Current children cumulated CPU time: 70929 s
Current children cumulated vsize: 65760008 KiB
Current children cumulated memory: 25404912 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3696.3 s]
/proc/loadavg: 63.72 73.03 76.46 68/997 752593
/proc/meminfo: memFree=665239512/790760804 swapFree=131071996/131071996
[pid=750360] ppid=750357 vsize=65760008 memory=25707740 CPUtime=72000.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/stat : 750360 (fscip) S 750357 750360 750315 0 -1 1077936128 60970435 0 0 0 7191516 8522 0 0 20 0 41 0 127320630 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 17 67 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
/proc/750360/statm: 16440002 6426935 3030 3035 0 16265086 0
[pid=750360/tid=750485] ppid=750357 vsize=65760008 memory=10544 CPUtime=3601.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750485/stat : 750485 (fscip) R 750357 750360 750315 0 -1 4194368 2061160 0 0 0 359934 207 0 0 20 0 41 0 127327005 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750486] ppid=750357 vsize=65760008 memory=2648 CPUtime=3591.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750486/stat : 750486 (fscip) R 750357 750360 750315 0 -1 4194368 2184260 0 0 0 358794 361 0 0 20 0 41 0 127327005 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750487] ppid=750357 vsize=65760008 memory=279441983247696 CPUtime=3594.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750487/stat : 750487 (fscip) R 750357 750360 750315 0 -1 4194368 4499505 0 0 0 358785 665 0 0 20 0 41 0 127327005 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750488] ppid=750357 vsize=65760008 memory=11592 CPUtime=3604.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750488/stat : 750488 (fscip) R 750357 750360 750315 0 -1 4194368 2339441 0 0 0 360201 225 0 0 20 0 41 0 127327005 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750489] ppid=750357 vsize=65760008 memory=279441981488064 CPUtime=3594.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750489/stat : 750489 (fscip) R 750357 750360 750315 0 -1 4194368 1983228 0 0 0 359121 365 0 0 20 0 41 0 127327005 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750490] ppid=750357 vsize=65760008 memory=279441984482464 CPUtime=3586.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750490/stat : 750490 (fscip) R 750357 750360 750315 0 -1 4194368 4790318 0 0 0 357986 683 0 0 20 0 41 0 127327005 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750491] ppid=750357 vsize=65760008 memory=6007837363929245551 CPUtime=3601.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750491/stat : 750491 (fscip) R 750357 750360 750315 0 -1 4194368 2310908 0 0 0 359888 227 0 0 20 0 41 0 127327005 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750492] ppid=750357 vsize=65760008 memory=0 CPUtime=3596.58 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750492/stat : 750492 (fscip) R 750357 750360 750315 0 -1 4194368 2140712 0 0 0 359276 382 0 0 20 0 41 0 127327005 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750493] ppid=750357 vsize=65760008 memory=11448 CPUtime=3596.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750493/stat : 750493 (fscip) R 750357 750360 750315 0 -1 4194368 4920868 0 0 0 358973 718 0 0 20 0 41 0 127327005 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750494] ppid=750357 vsize=65760008 memory=30962685530996822 CPUtime=3600 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750494/stat : 750494 (fscip) R 750357 750360 750315 0 -1 4194368 2285125 0 0 0 359774 226 0 0 20 0 41 0 127327005 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750495] ppid=750357 vsize=65760008 memory=484140 CPUtime=3592.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750495/stat : 750495 (fscip) R 750357 750360 750315 0 -1 4194368 2063462 0 0 0 358940 343 0 0 20 0 41 0 127327005 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750496] ppid=750357 vsize=65760008 memory=62 CPUtime=3593.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750496/stat : 750496 (fscip) R 750357 750360 750315 0 -1 4194368 4797985 0 0 0 358598 718 0 0 20 0 41 0 127327005 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750497] ppid=750357 vsize=65760008 memory=25605316 CPUtime=3592.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750497/stat : 750497 (fscip) R 750357 750360 750315 0 -1 4194368 2395652 0 0 0 359056 224 0 0 20 0 41 0 127327005 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750498] ppid=750357 vsize=65760008 memory=25333125866717268 CPUtime=3603.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750498/stat : 750498 (fscip) R 750357 750360 750315 0 -1 4194368 2098444 0 0 0 360002 346 0 0 20 0 41 0 127327005 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750499] ppid=750357 vsize=65760008 memory=6720667649056980839 CPUtime=3583.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750499/stat : 750499 (fscip) R 750357 750360 750315 0 -1 4194368 5101346 0 0 0 357631 740 0 0 20 0 41 0 127327005 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750500] ppid=750357 vsize=65760008 memory=7312 CPUtime=3596.56 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750500/stat : 750500 (fscip) R 750357 750360 750315 0 -1 4194368 2279821 0 0 0 359437 219 0 0 20 0 41 0 127327005 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750501] ppid=750357 vsize=65760008 memory=24781228 CPUtime=3601.39 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750501/stat : 750501 (fscip) R 750357 750360 750315 0 -1 4194368 2344828 0 0 0 359731 408 0 0 20 0 41 0 127327005 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750502] ppid=750357 vsize=65760008 memory=6048 CPUtime=3594.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750502/stat : 750502 (fscip) R 750357 750360 750315 0 -1 4194368 5590887 0 0 0 358670 771 0 0 20 0 41 0 127327005 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750503] ppid=750357 vsize=65760008 memory=40660 CPUtime=3604.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750503/stat : 750503 (fscip) R 750357 750360 750315 0 -1 4194368 2421482 0 0 0 360225 239 0 0 20 0 41 0 127327005 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750504] ppid=750357 vsize=65760008 memory=10544 CPUtime=3602.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750504/stat : 750504 (fscip) R 750357 750360 750315 0 -1 4194368 2139915 0 0 0 359889 384 0 0 20 0 41 0 127327005 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750505] ppid=750357 vsize=65760008 memory=25701736 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750505/stat : 750505 (fscip) S 750357 750360 750315 0 -1 1077936192 392 0 0 0 7 0 0 0 20 0 41 0 127327345 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750506] ppid=750357 vsize=65760008 memory=6752 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750506/stat : 750506 (fscip) S 750357 750360 750315 0 -1 1077936192 230 0 0 0 2 2 0 0 20 0 41 0 127327345 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750507] ppid=750357 vsize=65760008 memory=4 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/750360/task/750507/stat : 750507 (fscip) S 750357 750360 750315 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 127327345 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750508] ppid=750357 vsize=65760008 memory=8 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/750360/task/750508/stat : 750508 (fscip) S 750357 750360 750315 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 127327345 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750509] ppid=750357 vsize=65760008 memory=5512 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750509/stat : 750509 (fscip) S 750357 750360 750315 0 -1 1077936192 364 0 0 0 7 0 0 0 20 0 41 0 127327345 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750510] ppid=750357 vsize=65760008 memory=25647136 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750510/stat : 750510 (fscip) S 750357 750360 750315 0 -1 1077936192 997 0 0 0 0 6 0 0 20 0 41 0 127327345 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750511] ppid=750357 vsize=65760008 memory=7161340 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/750360/task/750511/stat : 750511 (fscip) S 750357 750360 750315 0 -1 1077936192 187 0 0 0 0 3 0 0 20 0 41 0 127327345 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750512] ppid=750357 vsize=65760008 memory=358203 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/750360/task/750512/stat : 750512 (fscip) S 750357 750360 750315 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 127327345 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750513] ppid=750357 vsize=65760008 memory=20660 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/750360/task/750513/stat : 750513 (fscip) S 750357 750360 750315 0 -1 1077936192 185 0 0 0 3 0 0 0 20 0 41 0 127327345 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750514] ppid=750357 vsize=65760008 memory=6952 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750514/stat : 750514 (fscip) S 750357 750360 750315 0 -1 1077936192 302 0 0 0 1 5 0 0 20 0 41 0 127327345 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750515] ppid=750357 vsize=65760008 memory=25644580 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/750360/task/750515/stat : 750515 (fscip) S 750357 750360 750315 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 127327345 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750516] ppid=750357 vsize=65760008 memory=25696620 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750516/stat : 750516 (fscip) S 750357 750360 750315 0 -1 1077936192 242 0 0 0 4 0 0 0 20 0 41 0 127327345 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750517] ppid=750357 vsize=65760008 memory=25584888 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/750360/task/750517/stat : 750517 (fscip) S 750357 750360 750315 0 -1 1077936192 190 0 0 0 1 2 0 0 20 0 41 0 127327345 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750518] ppid=750357 vsize=65760008 memory=3300 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/750360/task/750518/stat : 750518 (fscip) S 750357 750360 750315 0 -1 1077936192 123 0 0 0 1 2 0 0 20 0 41 0 127327345 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750519] ppid=750357 vsize=65760008 memory=25667584 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750519/stat : 750519 (fscip) S 750357 750360 750315 0 -1 1077936192 280 0 0 0 6 0 0 0 20 0 41 0 127327345 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750520] ppid=750357 vsize=65760008 memory=1668 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750520/stat : 750520 (fscip) S 750357 750360 750315 0 -1 1077936192 121 0 0 0 4 0 0 0 20 0 41 0 127327345 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750521] ppid=750357 vsize=65760008 memory=6720667649056980839 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750521/stat : 750521 (fscip) S 750357 750360 750315 0 -1 1077936192 632 0 0 0 8 0 0 0 20 0 41 0 127327345 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750522] ppid=750357 vsize=65760008 memory=25705980 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/750360/task/750522/stat : 750522 (fscip) S 750357 750360 750315 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 127327345 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750523] ppid=750357 vsize=65760008 memory=31572 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750523/stat : 750523 (fscip) S 750357 750360 750315 0 -1 1077936192 196 0 0 0 4 0 0 0 20 0 41 0 127327345 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
[pid=750360/tid=750524] ppid=750357 vsize=65760008 memory=25333125866717268 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/750360/task/750524/stat : 750524 (fscip) S 750357 750360 750315 0 -1 1077936192 181 0 0 0 4 0 0 0 20 0 41 0 127327345 67338248192 6426935 809668444160 4194304 16623229 140735440361296 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 26169344 140735440364550 140735440364668 140735440364668 140735440371696 0
Current children cumulated CPU time: 72000.4 s
Current children cumulated vsize: 65760008 KiB
Current children cumulated memory: 25707740 KiB

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

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

# cumulated CPU time of all completed processes:  user=71915.4 s, system=86.083 s

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

[startup+3696.8 s]
/proc/loadavg: 63.72 73.03 76.46 49/958 752593
/proc/meminfo: memFree=667718420/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3697 s]*
/proc/loadavg: 63.72 73.03 76.46 49/958 752593
/proc/meminfo: memFree=683988384/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3697.12 s]
/proc/loadavg: 63.72 73.03 76.46 49/958 752593
/proc/meminfo: memFree=683988384/790760804 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): 3697.18
CPU time (s): 72001.5
CPU user time (s): 71915.4
CPU system time (s): 86.083
CPU usage (%): 1947.47
Max. virtual memory (cumulated for all children) (KiB): 65956616
Max. memory (cumulated for all children) (KiB): 25707740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71915.4
system time used= 86.083
maximum resident set size= 25707740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60970477
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= 574806
involuntary context switches= 299959


# summary of solver processes directly reported to runsolver:
#   pid: 750360
#   total CPU time (s): 72001.5
#   total CPU user time (s): 71915.4
#   total CPU system time (s): 86.083

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.476 second user time and 97.3205 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 05:49:35
IDJOB=4465388
IDBENCH=150654
IDSOLVER=3094
FILE ID=nodeD105/4465388-1723607375
RUNJOBID= nodeD105-1723607375-750328
SLURM_JOB_ID= 8267905
Free space on /tmp= 8622900 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB10/OPT-LIN/oliveras/j90opt/normalized-j909_1.std.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-4465388-1723607375/watcher-4465388-1723607375 -o /tmp/evaluation-result-4465388-1723607375/solver-4465388-1723607375 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723607375-750328 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465388-1723607375.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= a3d0ac2e079c6211f06f187e0594548d
RANDOM SEED=800618487

nodeD105.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		: 2848.986
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		: 3332.139
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	: 5005.78
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		: 3612.365
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	: 5011.74
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		: 3572.013
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	: 5011.78
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		: 1944.145
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		: 3346.057
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	: 5005.78
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		: 3621.870
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	: 5011.74
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		: 3656.973
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	: 5011.78
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		: 2745.633
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		: 3318.471
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	: 5005.78
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		: 3410.708
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	: 5011.74
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		: 3292.509
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	: 5011.78
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		: 2605.460
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		: 3786.116
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	: 5005.78
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		: 3732.230
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	: 5011.74
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		: 3680.461
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	: 5011.78
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		: 2619.355
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		: 1442.419
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	: 5005.78
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		: 1710.771
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	: 5011.74
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		: 1403.650
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	: 5011.78
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		: 2657.396
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		: 1333.372
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	: 5005.78
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		: 2655.977
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	: 5011.74
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		: 1405.757
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	: 5011.78
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		: 2718.645
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		: 1429.548
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	: 5005.78
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		: 2646.947
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	: 5011.74
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		: 1691.896
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	: 5011.78
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		: 3235.133
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		: 1400.194
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	: 5005.78
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		: 2652.939
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	: 5011.74
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		: 1430.778
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	: 5011.78
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		: 2324.865
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		: 1416.270
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	: 5005.78
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		: 2641.827
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	: 5011.74
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		: 1682.297
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	: 5011.78
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		: 2655.896
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		: 1430.257
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	: 5005.78
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		: 2642.758
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	: 5011.74
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		: 1684.677
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	: 5011.78
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		: 2615.652
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		: 1419.677
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	: 5005.78
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		: 2642.227
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	: 5011.74
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		: 1695.620
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	: 5011.78
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		: 3211.153
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		: 2861.228
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	: 5005.78
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		: 2646.785
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	: 5011.74
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		: 1661.034
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	: 5011.78
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		: 2907.723
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		: 1417.330
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	: 5005.78
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		: 2644.704
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	: 5011.74
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		: 2804.773
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	: 5011.78
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		: 3497.332
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		: 1412.504
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	: 5005.78
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		: 2646.299
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	: 5011.74
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		: 2658.963
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	: 5011.78
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		: 3421.149
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		: 1423.273
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	: 5005.78
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		: 2645.490
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	: 5011.74
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		: 2658.959
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	: 5011.78
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		: 3737.442
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		: 1424.626
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	: 5005.78
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		: 2654.294
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	: 5011.74
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		: 2658.551
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	: 5011.78
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		: 1282.455
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		: 1450.033
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	: 5005.78
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		: 2627.510
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	: 5011.74
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		: 2655.522
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	: 5011.78
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		: 3224.040
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		: 1408.275
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	: 5005.78
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		: 2610.917
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	: 5011.74
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		: 2666.240
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	: 5011.78
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		: 1303.366
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		: 1401.657
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	: 5005.78
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		: 2655.694
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	: 5011.74
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		: 2692.876
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	: 5011.78
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		: 3649.876
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		: 2955.825
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	: 5005.78
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		: 2315.941
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	: 5011.74
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		: 3689.330
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	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        779243904 kB
MemAvailable:   783617120 kB
Buffers:         1195796 kB
Cached:          6470672 kB
SwapCached:            0 kB
Active:          1607408 kB
Inactive:        6465712 kB
Active(anon):       2072 kB
Inactive(anon):   443508 kB
Active(file):    1605336 kB
Inactive(file):  6022204 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             65728 kB
Writeback:          5048 kB
AnonPages:        405480 kB
Mapped:           102208 kB
Shmem:             38920 kB
KReclaimable:     330756 kB
Slab:             764424 kB
SReclaimable:     330756 kB
SUnreclaim:       433668 kB
KernelStack:       14688 kB
PageTables:         9892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     752900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1128960 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 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:     1157120 kB
DirectMap2M:    141946880 kB
DirectMap1G:    662700032 kB

Free space on /tmp at the end= 8622740 MiB
End job on nodeD105 at 2024-08-14 06:51:12