Trace number 4465221

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.8 3633.07

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_11.opb
MD5SUM89d4e33f1fc4516d7db076f434bf527f
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 benchmark72
Best CPU time to get the best result obtained on this benchmark3600.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1288
Total number of constraints2431
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2430
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 8
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 182
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 175
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 802
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.02	c Default LC presolving (default).
0.00/0.02	c ** Before presolving: virtualMemUsedAtLc = 44122112, getVmSize() = 44122112, SCIPgetMemUsed() = 10607884, SCIPgetMemTotal() = 22289052, SCIPgetMemExternEstim() = 5463096
0.00/0.02	c ** set memory limit for presolving in LC to 8.79595e+12 for SCIP **
0.10/0.14	c ** Estimated virtualMemUsedAtSolver = 38402145, getVmSize() = 75161600, SCIPgetMemUsed() = 30150266, SCIPgetMemTotal() = 52140122, SCIPgetMemExternEstim() = 5463096
0.10/0.14	c ** set memory limit for solvers to 4.18849e+11 for each SCIP **
0.10/0.14	c Original Problem   :
0.10/0.14	c   Problem name     : instance-4465221-1722460726
0.10/0.14	c   Variables        : 1288 (1288 binary, 0 integer, 0 implicit integer, 0 continuous)
0.10/0.14	c   Constraints      : 2431
0.10/0.14	c   Objective sense  : minimize
0.10/0.14	c Presolved Problem  :
0.10/0.14	c   Variables        : 1287 (1287 binary, 0 integer, 0 implicit integer, 0 continuous)
0.10/0.14	c   Constraints      : 1744
0.10/0.14	c Constraints        : Number
0.10/0.14	c   knapsack         : 66 
0.10/0.14	c   setppc           : 496 
0.10/0.14	c   linear           : 1182 
0.10/0.14	c ** Instance transfer method used: 0
0.10/0.15	c ** ParaScipInstance copy does not increase the number of variables. **
0.23/0.26	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.23/0.26	c                                Nodes    Active                                            
0.23/0.26	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
93.62/5.03	c         5             34          29        20                -          55.0000          -
148.52/7.84	c *       8             78          48        20         119.0000          55.0000    116.36%
170.17/9.00	c *       9            279         119        20         114.0000          55.0000    107.27%
180.02/9.46	c *       9            309         129        20         113.0000          55.0000    105.45%
181.98/9.53	c *      10            309         129        20         112.0000          55.0000    103.64%
192.43/10.09	c        10            219          81        20         112.0000          55.0000    103.64%
201.76/10.54	c *      11            219          81        20          93.0000          55.0000     69.09%
257.23/13.34	c *      13            382         161        20          90.0000          55.0000     63.64%
269.15/13.95	c *      14            419         184        20          88.0000          55.0000     60.00%
294.81/15.30	c        15          18603          30        20          88.0000          55.0000     60.00%
396.02/20.33	c        20            424         176        20          88.0000          55.0000     60.00%
495.19/25.37	c        25          34062          22        20          88.0000          55.0000     60.00%
588.95/30.05	c *      30           1211         569        20          87.0000          55.0000     58.18%
596.19/30.41	c        30            492         211        20          87.0000          55.0000     58.18%
623.99/31.84	c *      32           1504          74        20          85.0000          55.0000     54.55%
657.64/33.56	c *      34          45643          26        20          84.0000          55.0000     52.73%
697.32/35.57	c        36            632         287        20          84.0000          55.0000     52.73%
798.42/40.60	c        41          54407          19        20          84.0000          55.0000     52.73%
897.24/45.65	c        46            952         482        20          84.0000          55.0000     52.73%
998.14/50.71	c        51           1014         518        20          84.0000          55.0000     52.73%
1097.22/55.76	c        56          62812          20        20          84.0000          55.0000     52.73%
1196.24/60.77	c        61          67811          22        20          84.0000          55.0000     52.73%
1297.43/65.85	c        66           1202         610        20          84.0000          55.0000     52.73%
1398.62/70.93	c        71           1303          39        20          84.0000          55.0000     52.73%
1491.84/75.61	c *      76          13715        2414        20          81.0000          55.0000     47.27%
1497.86/75.98	c        76          84056          20        20          81.0000          55.0000     47.27%
1599.09/81.04	c        81           1726         167        20          81.0000          55.0000     47.27%
1698.11/86.11	c        86           2358         252        20          81.0000          55.0000     47.27%
1798.99/91.15	c        91           2402         284        20          81.0000          55.0000     47.27%
1899.26/96.21	c        96           2553         378        20          81.0000          55.0000     47.27%
1998.22/101.26	c       101           2682         446        20          81.0000          55.0000     47.27%
2099.07/106.32	c       106           3151         585        20          81.0000          55.0000     47.27%
2197.88/111.38	c       111         144760          25        20          81.0000          55.0000     47.27%
2298.66/116.43	c       116         128095          20        20          81.0000          55.0000     47.27%
2399.85/121.50	c       122         134435          23        20          81.0000          55.0000     47.27%
2498.97/126.55	c       127         138752          20        20          81.0000          55.0000     47.27%
2597.97/131.59	c       132         143535          20        20          81.0000          55.0000     47.27%
2698.86/136.60	c       137         148635          22        20          81.0000          55.0000     47.27%
2799.90/141.70	c       142         154580          24        20          81.0000          55.0000     47.27%
2898.94/146.74	c       147         159712          26        20          81.0000          55.0000     47.27%
2997.96/151.79	c       152         165694          19        20          81.0000          55.0000     47.27%
3098.95/156.84	c       157         170858          26        20          81.0000          55.0000     47.27%
3197.89/161.89	c       162         175774          21        20          81.0000          55.0000     47.27%
3299.00/166.99	c       167          17955        3925        20          81.0000          55.0000     47.27%
3400.73/172.08	c       172          18656        4241        20          81.0000          55.0000     47.27%
3502.08/177.18	c       177          40760        3574        20          81.0000          55.0000     47.27%
3602.53/182.26	c       182         195007          27        20          81.0000          55.0000     47.27%
3701.69/187.26	c       187          42257        3766        20          81.0000          55.0000     47.27%
3800.89/192.27	c       192          42999        3855        20          81.0000          55.0000     47.27%
3902.00/197.33	c       197          43708        3918        20          81.0000          55.0000     47.27%
4000.77/202.38	c       202          44308        4009        20          81.0000          55.0000     47.27%
4101.66/207.48	c       207          45075        4067        20          81.0000          55.0000     47.27%
4202.51/212.53	c       213          45756        4118        20          81.0000          55.0000     47.27%
4301.53/217.58	c       218          46520        4187        20          81.0000          55.0000     47.27%
4402.68/222.63	c       223         233960          21        20          81.0000          55.0000     47.27%
4501.75/227.64	c       228         255977          27        20          81.0000          55.0000     47.27%
4600.79/232.69	c       233         261543          18        20          81.0000          55.0000     47.27%
4701.69/237.73	c       238         266353          21        20          81.0000          55.0000     47.27%
4800.67/242.78	c       243         255789          17        20          81.0000          55.0000     47.27%
4901.76/247.83	c       248         261768          18        20          81.0000          55.0000     47.27%
5000.48/252.86	c       253         284305          35        20          81.0000          55.0000     47.27%
5101.46/257.92	c       258         289193          30        20          81.0000          55.0000     47.27%
5200.24/262.96	c       263         295458          22        20          81.0000          55.0000     47.27%
5299.21/268.02	c       268          44704       10330        20          81.0000          55.0000     47.27%
5400.70/273.03	c       273         306553          27        20          81.0000          55.0000     47.27%
5499.80/278.08	c       278         312716          33        20          81.0000          55.0000     47.27%
5600.94/283.13	c       283         319867          24        20          81.0000          55.0000     47.27%
5701.41/288.21	c       288         327005          25        20          81.0000          55.0000     47.27%
5800.46/293.22	c       293         334149          21        20          81.0000          55.0000     47.27%
5899.41/298.27	c       298          59576        6222        20          81.0000          55.0000     47.27%
6000.36/303.35	c       303         345606          22        20          81.0000          55.0000     47.27%
6101.53/308.42	c       308          61419        6708        20          81.0000          55.0000     47.27%
6200.75/313.47	c       313          56499       12130        20          81.0000          55.0000     47.27%
6301.95/318.52	c       319          57290       12198        20          81.0000          55.0000     47.27%
6383.24/322.69	c *     323         393834          22        20          80.0000          55.0000     45.45%
6400.98/323.57	c       324          58569       12454        20          80.0000          55.0000     45.45%
6502.02/328.65	c       329         396070          26        20          80.0000          55.0000     45.45%
6603.27/333.70	c       334          59051       12521        20          80.0000          55.0000     45.45%
6706.45/338.90	c       339         353910          17        20          80.0000          55.0000     45.45%
6805.67/343.96	c       344          59909       12586        20          80.0000          55.0000     45.45%
6907.57/349.05	c       349         416348          31        20          80.0000          55.0000     45.45%
7006.60/354.12	c       354          67686        7868        20          80.0000          55.0000     45.45%
7107.77/359.17	c       359          68648        8143        20          80.0000          55.0000     45.45%
7208.29/364.22	c       364          64298       13422        20          80.0000          55.0000     45.45%
7307.48/369.26	c       369         440852          23        20          80.0000          55.0000     45.45%
7406.80/374.28	c       374         446646          25        20          80.0000          55.0000     45.45%
7505.11/379.31	c       379         451379          22        20          80.0000          55.0000     45.45%
7604.41/384.36	c       384         420593          20        20          80.0000          55.0000     45.45%
7705.32/389.41	c       389         462770          24        20          80.0000          55.0000     45.45%
7804.48/394.48	c       394         468097          26        20          80.0000          55.0000     45.45%
7905.26/399.55	c       400         473468          21        20          80.0000          55.0000     45.45%
8004.42/404.60	c       405         480335          24        20          80.0000          55.0000     45.45%
8105.57/409.65	c       410         485596          22        20          80.0000          55.0000     45.45%
8206.52/414.70	c       415         491481          24        20          80.0000          55.0000     45.45%
8305.42/419.71	c       420         496266          19        20          80.0000          55.0000     45.45%
8404.40/424.80	c       425         440784          24        20          80.0000          55.0000     45.45%
8505.50/429.85	c       430         445868          21        20          80.0000          55.0000     45.45%
8556.89/432.41	c *     432          78875       17421        20          77.0000          55.0000     40.00%
8606.25/434.90	c       435          79113       15632        20          77.0000          55.0000     40.00%
8705.21/439.95	c       440         452840          18        20          77.0000          55.0000     40.00%
8808.78/445.19	c       445         452840          18        20          77.0000          55.0000     40.00%
8909.27/450.24	c       450         488127          21        20          77.0000          55.0000     40.00%
9008.39/455.29	c       455         462154          19        20          77.0000          55.0000     40.00%
9109.60/460.34	c       460         463578           0        20          77.0000          55.0000     40.00%
9208.68/465.39	c       465         468976          25        20          77.0000          55.0000     40.00%
9309.73/470.44	c       470         473815          24        20          77.0000          55.0000     40.00%
9408.61/475.49	c       476         478953          18        20          77.0000          55.0000     40.00%
9509.81/480.54	c       481         483840          21        20          77.0000          55.0000     40.00%
9608.75/485.58	c       486          85281       10010        20          77.0000          55.0000     40.00%
9709.92/490.63	c       491          86030       10178        20          77.0000          55.0000     40.00%
9808.76/495.67	c       496         536119          20        20          77.0000          55.0000     40.00%
9908.03/500.70	c       501         542110          18        20          77.0000          55.0000     40.00%
10009.09/505.78	c       506         548637          21        20          77.0000          55.0000     40.00%
10110.24/510.83	c       511         520716          19        20          77.0000          55.0000     40.00%
10209.39/515.85	c       516         559407          20        20          77.0000          55.0000     40.00%
10310.52/520.90	c       521         565445          19        20          77.0000          55.0000     40.00%
10409.65/525.98	c       526         578176          19        20          77.0000          55.0000     40.00%
10508.87/531.03	c       531         546828          23        20          77.0000          55.0000     40.00%
10610.48/536.08	c       536         553057          21        20          77.0000          55.0000     40.00%
10709.30/541.13	c       541         588816          21        20          77.0000          55.0000     40.00%
10810.30/546.18	c       546         593680          25        20          77.0000          55.0000     40.00%
10910.45/551.23	c       551         572821          22        20          77.0000          55.0000     40.00%
11009.29/556.28	c       556         578765          22        20          77.0000          55.0000     40.00%
11110.46/561.33	c       561          95912       12090        20          77.0000          55.0000     40.00%
11209.54/566.39	c       566          96652       12263        20          77.0000          55.0000     40.00%
11310.65/571.41	c       571         620597          18        20          77.0000          55.0000     40.00%
11409.79/576.48	c       576         604618          20        20          77.0000          55.0000     40.00%
11511.01/581.53	c       582         610717          25        20          77.0000          55.0000     40.00%
11610.05/586.54	c       587         637694          20        20          77.0000          55.0000     40.00%
11710.95/591.63	c       592         622259          19        20          77.0000          55.0000     40.00%
11810.03/596.66	c       597         649346          20        20          77.0000          55.0000     40.00%
11910.97/601.72	c       602         654381          18        20          77.0000          55.0000     40.00%
12010.16/606.78	c       607         108417       24371        20          77.0000          55.0000     40.00%
12113.34/611.96	c       612         108927       24536        20          77.0000          55.0000     40.00%
12212.35/617.01	c       617         650966          20        20          77.0000          55.0000     40.00%
12314.15/622.07	c       622         657396          20        20          77.0000          55.0000     40.00%
12412.89/627.11	c       627         662067          21        20          77.0000          55.0000     40.00%
12511.93/632.12	c       632         668111          25        20          77.0000          55.0000     40.00%
12613.09/637.16	c       637         112537       25760        20          77.0000          55.0000     40.00%
12713.49/642.24	c       642         695996          16        20          77.0000          55.0000     40.00%
12812.72/647.29	c       647         682726          19        20          77.0000          55.0000     40.00%
12913.89/652.36	c       652         687503          25        20          77.0000          55.0000     40.00%
13014.93/657.41	c       657         692208          20        20          77.0000          55.0000     40.00%
13113.91/662.47	c       662         696534          20        20          77.0000          55.0000     40.00%
13213.07/667.48	c       667         113900       14933        20          77.0000          55.0000     40.00%
13314.09/672.56	c       673         114618       15043        20          77.0000          55.0000     40.00%
13413.02/677.59	c       678         115335       15137        20          77.0000          55.0000     40.00%
13514.25/682.63	c       683         120332       28073        20          77.0000          55.0000     40.00%
13615.47/687.71	c       688         116658       15373        20          77.0000          55.0000     40.00%
13714.68/692.76	c       693         117373       15561        20          77.0000          55.0000     40.00%
13815.74/697.80	c       698         117957       15694        20          77.0000          55.0000     40.00%
13914.65/702.86	c       703         123201       28974        20          77.0000          55.0000     40.00%
14013.62/707.90	c       708         124016       29229        20          77.0000          55.0000     40.00%
14114.57/712.91	c       713         763550          22        20          77.0000          55.0000     40.00%
14213.42/717.97	c       718         120734       16141        20          77.0000          55.0000     40.00%
14312.42/722.98	c       723         121467       16195        20          77.0000          55.0000     40.00%
14411.41/728.00	c       728         122153       16251        20          77.0000          55.0000     40.00%
14510.63/733.02	c       733         822092          24        20          77.0000          55.0000     40.00%
14612.61/738.05	c       738         128668       30601        20          77.0000          55.0000     40.00%
14711.66/743.10	c       743         129436       30913        20          77.0000          55.0000     40.00%
14812.51/748.17	c       748         130278       31184        20          77.0000          55.0000     40.00%
14912.61/753.22	c       753         131101       31427        20          77.0000          55.0000     40.00%
15011.58/758.27	c       758         131865       31641        20          77.0000          55.0000     40.00%
15112.81/763.32	c       763         132649       31918        20          77.0000          55.0000     40.00%
15212.05/768.37	c       768         133446       32153        20          77.0000          55.0000     40.00%
15313.47/773.42	c       773         134220       32341        20          77.0000          55.0000     40.00%
15412.55/778.44	c       778         135031       32595        20          77.0000          55.0000     40.00%
15511.81/783.47	c       783         132504       17745        20          77.0000          55.0000     40.00%
15610.88/788.48	c       788         133239       17797        20          77.0000          55.0000     40.00%
15712.08/793.57	c       794         133947       17888        20          77.0000          55.0000     40.00%
15813.09/798.60	c       799         134778       17971        20          77.0000          55.0000     40.00%
15914.17/803.71	c       804         135480       18007        20          77.0000          55.0000     40.00%
16013.27/808.73	c       809         136308       18071        20          77.0000          55.0000     40.00%
16112.53/813.76	c       814         137107       18136        20          77.0000          55.0000     40.00%
16211.59/818.77	c       819         137886       18190        20          77.0000          55.0000     40.00%
16312.53/823.81	c       824         138705       18269        20          77.0000          55.0000     40.00%
16411.62/828.82	c       829         876449          21        20          77.0000          55.0000     40.00%
16510.84/833.88	c       834         876715          26        20          77.0000          55.0000     40.00%
16611.86/838.96	c       839         881983          20        20          77.0000          55.0000     40.00%
16710.95/844.00	c       844         887985          19        20          77.0000          55.0000     40.00%
16813.03/849.05	c       849         893525          19        20          77.0000          55.0000     40.00%
16912.25/854.11	c       854         899265          27        20          77.0000          55.0000     40.00%
17013.32/859.14	c       859         907515          19        20          77.0000          55.0000     40.00%
17112.24/864.17	c       864         144411       18872        20          77.0000          55.0000     40.00%
17212.80/869.21	c       869         145079       18989        20          77.0000          55.0000     40.00%
17311.79/874.22	c       874         146077       19229        20          77.0000          55.0000     40.00%
17410.88/879.26	c       879         151657       36189        20          77.0000          55.0000     40.00%
17512.06/884.32	c       884        1004395          19        20          77.0000          55.0000     40.00%
17613.33/889.44	c       889         153226       36498        20          77.0000          55.0000     40.00%
17712.31/894.46	c       894        1015168          18        20          77.0000          55.0000     40.00%
17811.16/899.49	c       900        1020638          15        20          77.0000          55.0000     40.00%
17912.33/904.55	c       905        1026397          23        20          77.0000          55.0000     40.00%
18013.12/909.66	c       910         156432       37199        20          77.0000          55.0000     40.00%
18114.03/914.74	c       915        1038401          22        20          77.0000          55.0000     40.00%
18215.00/919.83	c       920        1044420          18        20          77.0000          55.0000     40.00%
18316.04/924.91	c       925         975361          27        20          77.0000          55.0000     40.00%
18415.18/929.95	c       930         981787          20        20          77.0000          55.0000     40.00%
18516.99/935.05	c       935        1062071          18        20          77.0000          55.0000     40.00%
18616.47/940.12	c       940        1069295          17        20          77.0000          55.0000     40.00%
18717.56/945.16	c       945        1075350          24        20          77.0000          55.0000     40.00%
18818.06/950.21	c       950         158827       20718        20          77.0000          55.0000     40.00%
18917.13/955.28	c       955        1084930          19        20          77.0000          55.0000     40.00%
19020.07/960.43	c       960        1089425          20        20          77.0000          55.0000     40.00%
19119.44/965.48	c       965         161677       20903        20          77.0000          55.0000     40.00%
19218.34/970.49	c       970        1098115          24        20          77.0000          55.0000     40.00%
19319.30/975.56	c       976        1102493          19        20          77.0000          55.0000     40.00%
19382.79/978.73	c *     979         164319       21074        20          76.0000          55.0000     38.18%
19420.44/980.64	c       981        1019330          20        20          76.0000          55.0000     38.18%
19523.34/985.83	c       986        1019516          16        20          76.0000          55.0000     38.18%
19624.42/990.92	c       991        1043610          19        20          76.0000          55.0000     38.18%
19723.69/996.01	c       996        1044762          23        20          76.0000          55.0000     38.18%
19825.86/1001.11	c      1001         167291       39600        20          76.0000          55.0000     38.18%
19928.21/1006.24	c      1006         167291       39600        20          76.0000          55.0000     38.18%
20027.51/1011.29	c      1011         167291       39600        20          76.0000          55.0000     38.18%
20128.77/1016.34	c      1016         167346       39602        20          76.0000          55.0000     38.18%
20228.05/1021.39	c      1021         167353       39603        20          76.0000          55.0000     38.18%
20329.30/1026.44	c      1026         167386       39613        20          76.0000          55.0000     38.18%
20428.59/1031.49	c      1032         167880       39726        20          76.0000          55.0000     38.18%
20529.98/1036.54	c      1037        1136367          23        20          76.0000          55.0000     38.18%
20630.77/1041.63	c      1042        1141966          21        20          76.0000          55.0000     38.18%
20729.95/1046.68	c      1047        1148112          18        20          76.0000          55.0000     38.18%
20831.13/1051.71	c      1052         170568       40314        20          76.0000          55.0000     38.18%
20930.32/1056.75	c      1057         171317       40481        20          76.0000          55.0000     38.18%
21029.39/1061.77	c      1062        1070041          24        20          76.0000          55.0000     38.18%
21130.41/1066.84	c      1067         176761       22582        20          76.0000          55.0000     38.18%
21229.61/1071.85	c      1072         177295       22663        20          76.0000          55.0000     38.18%
21330.66/1076.90	c      1077         177925       22778        20          76.0000          55.0000     38.18%
21429.80/1081.92	c      1082         178652       22887        20          76.0000          55.0000     38.18%
21531.27/1087.04	c      1087         179296       22985        20          76.0000          55.0000     38.18%
21630.20/1092.13	c      1092         180004       23119        20          76.0000          55.0000     38.18%
21731.00/1097.15	c      1097         180773       23231        20          76.0000          55.0000     38.18%
21830.26/1102.16	c      1102         181410       23353        20          76.0000          55.0000     38.18%
21930.44/1107.24	c      1107        1163349          17        20          76.0000          55.0000     38.18%
22031.64/1112.30	c      1112        1170528          17        20          76.0000          55.0000     38.18%
22130.83/1117.36	c      1117        1176038          19        20          76.0000          55.0000     38.18%
22231.93/1122.41	c      1122        1181592          18        20          76.0000          55.0000     38.18%
22331.20/1127.47	c      1127        1134630          17        20          76.0000          55.0000     38.18%
22432.26/1132.51	c      1133        1192594          19        20          76.0000          55.0000     38.18%
22531.50/1137.53	c      1138        1197681          14        20          76.0000          55.0000     38.18%
22630.41/1142.59	c      1143        1203994          21        20          76.0000          55.0000     38.18%
22731.24/1147.62	c      1148         185711       42715        20          76.0000          55.0000     38.18%
22830.04/1152.63	c      1153         186342       42889        20          76.0000          55.0000     38.18%
22929.23/1157.63	c      1158         187088       43030        20          76.0000          55.0000     38.18%
23028.37/1162.68	c      1163         187788       43184        20          76.0000          55.0000     38.18%
23129.62/1167.79	c      1168        1230255          23        20          76.0000          55.0000     38.18%
23232.56/1172.90	c      1173        1236371          20        20          76.0000          55.0000     38.18%
23334.27/1178.05	c      1178         193077       25054        20          76.0000          55.0000     38.18%
23435.54/1183.13	c      1183        1246594          21        20          76.0000          55.0000     38.18%
23536.09/1188.25	c      1188         194925       25223        20          76.0000          55.0000     38.18%
23637.32/1193.30	c      1193         195597       25296        20          76.0000          55.0000     38.18%
23736.38/1198.31	c      1198         196391       25407        20          76.0000          55.0000     38.18%
23835.60/1203.36	c      1203        1265199          17        20          76.0000          55.0000     38.18%
23936.77/1208.43	c      1208        1270190          20        20          76.0000          55.0000     38.18%
24038.00/1213.50	c      1214        1274806          17        20          76.0000          55.0000     38.18%
24137.06/1218.55	c      1219        1279702          16        20          76.0000          55.0000     38.18%
24240.29/1223.71	c      1224        1283970          19        20          76.0000          55.0000     38.18%
24339.21/1228.77	c      1229        1288735          17        20          76.0000          55.0000     38.18%
24440.31/1233.82	c      1234        1292973          19        20          76.0000          55.0000     38.18%
24539.18/1238.85	c      1239        1299047          26        20          76.0000          55.0000     38.18%
24638.36/1243.89	c      1244         199842       45399        20          76.0000          55.0000     38.18%
24739.17/1248.90	c      1249         200672       45486        20          76.0000          55.0000     38.18%
24838.25/1253.95	c      1254        1312424          20        20          76.0000          55.0000     38.18%
24937.28/1258.98	c      1259        1317336          21        20          76.0000          55.0000     38.18%
25038.86/1264.06	c      1264        1321986          23        20          76.0000          55.0000     38.18%
25137.68/1269.07	c      1269        1326991          20        20          76.0000          55.0000     38.18%
25236.92/1274.12	c      1274        1331589          20        20          76.0000          55.0000     38.18%
25339.27/1279.24	c      1279        1335459          19        20          76.0000          55.0000     38.18%
25440.49/1284.36	c      1284         209593       27168        20          76.0000          55.0000     38.18%
25541.50/1289.41	c      1289         210349       27212        20          76.0000          55.0000     38.18%
25640.54/1294.46	c      1294         211168       27287        20          76.0000          55.0000     38.18%
25741.76/1299.51	c      1300        1355259          22        20          76.0000          55.0000     38.18%
25843.00/1304.60	c      1305        1359851          25        20          76.0000          55.0000     38.18%
25944.16/1309.70	c      1310        1365036          19        20          76.0000          55.0000     38.18%
26043.40/1314.74	c      1315        1369702          21        20          76.0000          55.0000     38.18%
26142.65/1319.75	c      1320        1374836          26        20          76.0000          55.0000     38.18%
26241.89/1324.77	c      1325         211224       47151        20          76.0000          55.0000     38.18%
26343.16/1329.84	c      1330         211924       47218        20          76.0000          55.0000     38.18%
26443.71/1334.90	c      1335        1390262          25        20          76.0000          55.0000     38.18%
26542.80/1339.96	c      1340        1396588          20        20          76.0000          55.0000     38.18%
26641.95/1345.00	c      1345        1402067          22        20          76.0000          55.0000     38.18%
26741.14/1350.01	c      1350        1406587          19        20          76.0000          55.0000     38.18%
26843.14/1355.08	c      1355        1410857          23        20          76.0000          55.0000     38.18%
26944.17/1360.17	c      1360        1416476          23        20          76.0000          55.0000     38.18%
27044.38/1365.23	c      1365         221251       28731        20          76.0000          55.0000     38.18%
27145.41/1370.30	c      1370         222035       28751        20          76.0000          55.0000     38.18%
27244.52/1375.38	c      1375         222634       28845        20          76.0000          55.0000     38.18%
27347.65/1380.50	c      1381        1439235          26        20          76.0000          55.0000     38.18%
27446.74/1385.58	c      1386         224389       28929        20          76.0000          55.0000     38.18%
27547.71/1390.63	c      1391        1450201          23        20          76.0000          55.0000     38.18%
27646.81/1395.68	c      1396         221175       47866        20          76.0000          55.0000     38.18%
27748.02/1400.74	c      1401        1460300          20        20          76.0000          55.0000     38.18%
27849.00/1405.84	c      1406        1465469          21        20          76.0000          55.0000     38.18%
27950.05/1410.90	c      1411        1472637          19        20          76.0000          55.0000     38.18%
28049.28/1415.95	c      1416        1478592          19        20          76.0000          55.0000     38.18%
28148.50/1420.97	c      1421        1485463          23        20          76.0000          55.0000     38.18%
28247.40/1425.98	c      1426        1492008          23        20          76.0000          55.0000     38.18%
28346.35/1430.99	c      1431        1498160          23        20          76.0000          55.0000     38.18%
28448.17/1436.05	c      1436        1505103          20        20          76.0000          55.0000     38.18%
28547.35/1441.12	c      1441        1510569          20        20          76.0000          55.0000     38.18%
28649.69/1446.22	c      1446        1517008          20        20          76.0000          55.0000     38.18%
28752.36/1451.42	c      1451        1524585          22        20          76.0000          55.0000     38.18%
28851.47/1456.47	c      1456        1530306          17        20          76.0000          55.0000     38.18%
28952.46/1461.50	c      1462        1534571          21        20          76.0000          55.0000     38.18%
29051.56/1466.59	c      1467        1539009          18        20          76.0000          55.0000     38.18%
29152.63/1471.67	c      1472        1543441          21        20          76.0000          55.0000     38.18%
29253.81/1476.75	c      1477        1548637          17        20          76.0000          55.0000     38.18%
29355.03/1481.80	c      1482        1553525          17        20          76.0000          55.0000     38.18%
29454.20/1486.85	c      1487        1557350          26        20          76.0000          55.0000     38.18%
29555.39/1491.95	c      1492         239161       31029        20          76.0000          55.0000     38.18%
29654.63/1497.01	c      1497         239886       31172        20          76.0000          55.0000     38.18%
29756.51/1502.07	c      1502         240603       31230        20          76.0000          55.0000     38.18%
29856.27/1507.10	c      1507        1574394          21        20          76.0000          55.0000     38.18%
29954.85/1512.12	c      1512         237745       49919        20          76.0000          55.0000     38.18%
30056.04/1517.18	c      1517         238174       50029        20          76.0000          55.0000     38.18%
30156.38/1522.27	c      1522        1587720          19        20          76.0000          55.0000     38.18%
30257.54/1527.30	c      1527        1592867          22        20          76.0000          55.0000     38.18%
30356.75/1532.36	c      1532        1596869          21        20          76.0000          55.0000     38.18%
30455.97/1537.38	c      1537         245193       32044        20          76.0000          55.0000     38.18%
30557.20/1542.41	c      1542         246001       32174        20          76.0000          55.0000     38.18%
30656.41/1547.43	c      1547         246636       32318        20          76.0000          55.0000     38.18%
30755.59/1552.46	c      1552         242107       50366        20          76.0000          55.0000     38.18%
30856.79/1557.53	c      1558         242772       50399        20          76.0000          55.0000     38.18%
30958.00/1562.63	c      1563         243602       50350        20          76.0000          55.0000     38.18%
31059.17/1567.72	c      1568        1632638          19        20          76.0000          55.0000     38.18%
31158.37/1572.75	c      1573         245119       50518        20          76.0000          55.0000     38.18%
31257.26/1577.77	c      1578         245748       50606        20          76.0000          55.0000     38.18%
31358.34/1582.87	c      1583         246421       50669        20          76.0000          55.0000     38.18%
31462.18/1588.04	c      1588         247115       50724        20          76.0000          55.0000     38.18%
31564.67/1593.23	c      1593        1658615          20        20          76.0000          55.0000     38.18%
31663.86/1598.28	c      1598        1664041          23        20          76.0000          55.0000     38.18%
31767.07/1603.40	c      1603         248776       50946        20          76.0000          55.0000     38.18%
31866.12/1608.48	c      1608         248776       50946        20          76.0000          55.0000     38.18%
31967.10/1613.53	c      1614         249213       50999        20          76.0000          55.0000     38.18%
32066.32/1618.59	c      1619        1681968          24        20          76.0000          55.0000     38.18%
32167.54/1623.64	c      1624        1686232          25        20          76.0000          55.0000     38.18%
32266.76/1628.69	c      1629        1690550          21        20          76.0000          55.0000     38.18%
32367.85/1633.70	c      1634        1695585          19        20          76.0000          55.0000     38.18%
32467.07/1638.73	c      1639        1700604          22        20          76.0000          55.0000     38.18%
32566.31/1643.77	c      1644        1705994          17        20          76.0000          55.0000     38.18%
32667.53/1648.83	c      1649        1712084          24        20          76.0000          55.0000     38.18%
32766.74/1653.85	c      1654        1718739          24        20          76.0000          55.0000     38.18%
32865.97/1658.88	c      1659         260364       35178        20          76.0000          55.0000     38.18%
32967.20/1663.92	c      1664         260867       35326        20          76.0000          55.0000     38.18%
33066.41/1668.98	c      1669        1733989          20        20          76.0000          55.0000     38.18%
33165.59/1674.02	c      1674        1738089          23        20          76.0000          55.0000     38.18%
33267.28/1679.12	c      1679        1742686          19        20          76.0000          55.0000     38.18%
33369.62/1684.23	c      1684        1748048          19        20          76.0000          55.0000     38.18%
33470.60/1689.32	c      1689        1753123          18        20          76.0000          55.0000     38.18%
33571.61/1694.41	c      1694        1757724          21        20          76.0000          55.0000     38.18%
33672.80/1699.53	c      1700        1762970          18        20          76.0000          55.0000     38.18%
33773.94/1704.61	c      1705        1768719          24        20          76.0000          55.0000     38.18%
33872.96/1709.62	c      1710        1773828          17        20          76.0000          55.0000     38.18%
33971.94/1714.63	c      1715         266435       36339        20          76.0000          55.0000     38.18%
34072.98/1719.75	c      1720        1784590          21        20          76.0000          55.0000     38.18%
34174.11/1724.88	c      1725        1790250          21        20          76.0000          55.0000     38.18%
34275.25/1729.91	c      1730         265850       53001        20          76.0000          55.0000     38.18%
34374.48/1734.95	c      1735         265850       53001        20          76.0000          55.0000     38.18%
34473.71/1740.03	c      1740        1805663          26        20          76.0000          55.0000     38.18%
34577.58/1745.16	c      1745        1810292          20        20          76.0000          55.0000     38.18%
34678.07/1750.21	c      1750        1815070          22        20          76.0000          55.0000     38.18%
34777.17/1755.25	c      1755        1821787          17        20          76.0000          55.0000     38.18%
34878.41/1760.38	c      1760         269104       53240        20          76.0000          55.0000     38.18%
34979.62/1765.43	c      1765         269104       53240        20          76.0000          55.0000     38.18%
35080.84/1770.50	c      1771        1839181          21        20          76.0000          55.0000     38.18%
35180.05/1775.51	c      1776        1844832          16        20          76.0000          55.0000     38.18%
35279.22/1780.55	c      1781         275057       37873        20          76.0000          55.0000     38.18%
35378.23/1785.58	c      1786         271852       53147        20          76.0000          55.0000     38.18%
35477.30/1790.58	c      1791         272648       53097        20          76.0000          55.0000     38.18%
35578.36/1795.60	c      1796         273553       53083        20          76.0000          55.0000     38.18%
35679.40/1800.72	c      1801         277597       38238        20          76.0000          55.0000     38.18%
35778.42/1805.76	c      1806         278171       38344        20          76.0000          55.0000     38.18%
35877.38/1810.80	c      1811        1882331          23        20          76.0000          55.0000     38.18%
35980.34/1815.92	c      1816        1886882          19        20          76.0000          55.0000     38.18%
36079.16/1820.99	c      1821        1892045          22        20          76.0000          55.0000     38.18%
36181.06/1826.06	c      1826        1897226          21        20          76.0000          55.0000     38.18%
36280.30/1831.12	c      1831        1903013          20        20          76.0000          55.0000     38.18%
36381.37/1836.16	c      1836        1908790          22        20          76.0000          55.0000     38.18%
36481.43/1841.24	c      1841        1913473          20        20          76.0000          55.0000     38.18%
36584.54/1846.44	c      1846        1917756          19        20          76.0000          55.0000     38.18%
36685.52/1851.52	c      1852        1923204          19        20          76.0000          55.0000     38.18%
36784.74/1856.54	c      1857        1929397          21        20          76.0000          55.0000     38.18%
36883.98/1861.58	c      1862        1935692          21        20          76.0000          55.0000     38.18%
36985.16/1866.68	c      1867        1941626          21        20          76.0000          55.0000     38.18%
37085.99/1871.72	c      1872         286241       39724        20          76.0000          55.0000     38.18%
37187.06/1876.83	c      1877         286824       39793        20          76.0000          55.0000     38.18%
37286.28/1881.88	c      1882         287587       39851        20          76.0000          55.0000     38.18%
37387.34/1886.95	c      1887         288219       39912        20          76.0000          55.0000     38.18%
37488.92/1892.04	c      1892         288932       39981        20          76.0000          55.0000     38.18%
37587.98/1897.11	c      1897        1977466          21        20          76.0000          55.0000     38.18%
37689.15/1902.16	c      1902        1983405          20        20          76.0000          55.0000     38.18%
37789.64/1907.21	c      1907        1989204          19        20          76.0000          55.0000     38.18%
37888.87/1912.26	c      1912        1993965          14        20          76.0000          55.0000     38.18%
37990.00/1917.31	c      1917        1886160          16        20          76.0000          55.0000     38.18%
38088.92/1922.32	c      1922        1890391          18        20          76.0000          55.0000     38.18%
38188.15/1927.35	c      1927         293867       54058        20          76.0000          55.0000     38.18%
38289.34/1932.42	c      1932         294666       54028        20          76.0000          55.0000     38.18%
38388.52/1937.48	c      1937         295330       54099        20          76.0000          55.0000     38.18%
38489.74/1942.53	c      1943         295871       54159        20          76.0000          55.0000     38.18%
38588.96/1947.58	c      1948         296479       54239        20          76.0000          55.0000     38.18%
38690.14/1952.61	c      1953        1917215          18        20          76.0000          55.0000     38.18%
38789.29/1957.66	c      1958        1922411          26        20          76.0000          55.0000     38.18%
38892.00/1962.81	c      1963        1926731          21        20          76.0000          55.0000     38.18%
38990.93/1967.84	c      1968        1930596          22        20          76.0000          55.0000     38.18%
39090.04/1972.88	c      1973        1934789          20        20          76.0000          55.0000     38.18%
39191.09/1977.93	c      1978        1939280          19        20          76.0000          55.0000     38.18%
39290.09/1982.98	c      1983        1944208          18        20          76.0000          55.0000     38.18%
39389.10/1988.03	c      1988        1948681          25        20          76.0000          55.0000     38.18%
39490.91/1993.04	c      1993        1953055          18        20          76.0000          55.0000     38.18%
39589.63/1998.11	c      1998         303102       41570        20          76.0000          55.0000     38.18%
39691.99/2003.23	c      2003         303912       41597        20          76.0000          55.0000     38.18%
39791.16/2008.28	c      2008         304615       41635        20          76.0000          55.0000     38.18%
39892.38/2013.36	c      2013         305235       41728        20          76.0000          55.0000     38.18%
39993.35/2018.40	c      2018         305965       41795        20          76.0000          55.0000     38.18%
40094.36/2023.53	c      2024        1979842          18        20          76.0000          55.0000     38.18%
40193.19/2028.58	c      2029        1984108          18        20          76.0000          55.0000     38.18%
40294.23/2033.63	c      2034        1988546          21        20          76.0000          55.0000     38.18%
40393.46/2038.65	c      2039         308058       55545        20          76.0000          55.0000     38.18%
40494.77/2043.73	c      2044         308643       55615        20          76.0000          55.0000     38.18%
40593.78/2048.77	c      2049        2002107          23        20          76.0000          55.0000     38.18%
40694.66/2053.80	c      2054        2006514          22        20          76.0000          55.0000     38.18%
40793.49/2058.87	c      2059        2010375          20        20          76.0000          55.0000     38.18%
40892.40/2063.87	c      2064        2014778          19        20          76.0000          55.0000     38.18%
40991.32/2068.89	c      2069        2195579          14        20          76.0000          55.0000     38.18%
41092.18/2073.90	c      2074        2201022          21        20          76.0000          55.0000     38.18%
41191.40/2079.02	c      2079        2205522          19        20          76.0000          55.0000     38.18%
41293.24/2084.07	c      2084        2210357          20        20          76.0000          55.0000     38.18%
41392.49/2089.10	c      2089         314898       42862        20          76.0000          55.0000     38.18%
41493.57/2094.17	c      2094         315559       42914        20          76.0000          55.0000     38.18%
41595.90/2099.30	c      2099         316506       42956        20          76.0000          55.0000     38.18%
41697.01/2104.44	c      2104         317070       43019        20          76.0000          55.0000     38.18%
41796.16/2109.49	c      2110         317807       43108        20          76.0000          55.0000     38.18%
41897.12/2114.54	c      2115         318527       43180        20          76.0000          55.0000     38.18%
41997.81/2119.65	c      2120         319133       43240        20          76.0000          55.0000     38.18%
42098.93/2124.70	c      2125        2248395          20        20          76.0000          55.0000     38.18%
42198.07/2129.75	c      2130         320350       43398        20          76.0000          55.0000     38.18%
42299.06/2134.89	c      2135        2076674          22        20          76.0000          55.0000     38.18%
42400.31/2140.01	c      2140        2264540          19        20          76.0000          55.0000     38.18%
42502.11/2145.10	c      2145        2086073          18        20          76.0000          55.0000     38.18%
42603.26/2150.15	c      2150        2275541          17        20          76.0000          55.0000     38.18%
42703.78/2155.20	c      2155        2281078          19        20          76.0000          55.0000     38.18%
42802.99/2160.27	c      2160        2286270          22        20          76.0000          55.0000     38.18%
42904.20/2165.32	c      2165        2105243          20        20          76.0000          55.0000     38.18%
43003.44/2170.37	c      2170        2109894          25        20          76.0000          55.0000     38.18%
43104.39/2175.43	c      2175        2114225          21        20          76.0000          55.0000     38.18%
43203.43/2180.48	c      2180        2307283          19        20          76.0000          55.0000     38.18%
43304.66/2185.52	c      2186        2312190          21        20          76.0000          55.0000     38.18%
43403.87/2190.55	c      2191         327405       57136        20          76.0000          55.0000     38.18%
43504.95/2195.62	c      2196         328180       57092        20          76.0000          55.0000     38.18%
43606.04/2200.74	c      2201        2328297          20        20          76.0000          55.0000     38.18%
43705.17/2205.78	c      2206        2333143          16        20          76.0000          55.0000     38.18%
43806.31/2210.83	c      2211        2338119          21        20          76.0000          55.0000     38.18%
43905.55/2215.85	c      2216        2342738          17        20          76.0000          55.0000     38.18%
44004.81/2220.90	c      2221        2348143          17        20          76.0000          55.0000     38.18%
44106.05/2225.95	c      2226        2353368          15        20          76.0000          55.0000     38.18%
44205.29/2231.00	c      2231        2359375          18        20          76.0000          55.0000     38.18%
44304.45/2236.02	c      2236        2364774          14        20          76.0000          55.0000     38.18%
44405.93/2241.07	c      2241         333316       46092        20          76.0000          55.0000     38.18%
44505.13/2246.09	c      2246         333876       46257        20          76.0000          55.0000     38.18%
44606.71/2251.16	c      2251        2382450          18        20          76.0000          55.0000     38.18%
44707.02/2256.21	c      2256        2388211          15        20          76.0000          55.0000     38.18%
44806.26/2261.29	c      2261        2393841          18        20          76.0000          55.0000     38.18%
44907.50/2266.36	c      2266        2399390          17        20          76.0000          55.0000     38.18%
45006.76/2271.37	c      2271        2405032          19        20          76.0000          55.0000     38.18%
45106.02/2276.37	c      2276        2410719          15        20          76.0000          55.0000     38.18%
45207.24/2281.45	c      2281         338598       58103        20          76.0000          55.0000     38.18%
45308.39/2286.52	c      2287         338846       47521        20          76.0000          55.0000     38.18%
45409.57/2291.62	c      2292         339328       47622        20          76.0000          55.0000     38.18%
45510.58/2296.72	c      2297         339882       47713        20          76.0000          55.0000     38.18%
45611.54/2301.84	c      2302         341031       58341        20          76.0000          55.0000     38.18%
45710.79/2306.88	c      2307         341751       58455        20          76.0000          55.0000     38.18%
45812.00/2311.95	c      2312         342441       58477        20          76.0000          55.0000     38.18%
45911.24/2317.02	c      2317         343082       58513        20          76.0000          55.0000     38.18%
46013.08/2322.09	c      2322         343704       58585        20          76.0000          55.0000     38.18%
46114.27/2327.14	c      2327        2251418          19        20          76.0000          55.0000     38.18%
46213.66/2332.17	c      2332        2255301          18        20          76.0000          55.0000     38.18%
46314.02/2337.22	c      2337        2259552          15        20          76.0000          55.0000     38.18%
46413.06/2342.27	c      2342        2263879          17        20          76.0000          55.0000     38.18%
46514.08/2347.33	c      2347         345677       48705        20          76.0000          55.0000     38.18%
46613.11/2352.38	c      2352         346492       48915        20          76.0000          55.0000     38.18%
46716.14/2357.57	c      2358         347246       49176        20          76.0000          55.0000     38.18%
46817.19/2362.64	c      2363         348064       49335        20          76.0000          55.0000     38.18%
46918.21/2367.72	c      2368         348963       49436        20          76.0000          55.0000     38.18%
47017.22/2372.79	c      2373         349691       49529        20          76.0000          55.0000     38.18%
47118.43/2377.84	c      2378         350398       49673        20          76.0000          55.0000     38.18%
47217.66/2382.85	c      2383         350987       49797        20          76.0000          55.0000     38.18%
47316.89/2387.86	c      2388        2532043          16        20          76.0000          55.0000     38.18%
47418.09/2392.98	c      2393        2537392          21        20          76.0000          55.0000     38.18%
47519.81/2398.04	c      2398        2544255          19        20          76.0000          55.0000     38.18%
47618.96/2403.09	c      2403        2549551          20        20          76.0000          55.0000     38.18%
47718.01/2408.12	c      2408        2555566          18        20          76.0000          55.0000     38.18%
47818.96/2413.15	c      2413        2330714          20        20          76.0000          55.0000     38.18%
47918.09/2418.16	c      2418         356374       59959        20          76.0000          55.0000     38.18%
48017.30/2423.17	c      2423         355663       50348        20          76.0000          55.0000     38.18%
48116.34/2428.18	c      2428         356226       50485        20          76.0000          55.0000     38.18%
48216.84/2433.26	c      2433         356858       50553        20          76.0000          55.0000     38.18%
48320.05/2438.43	c      2438         357446       50693        20          76.0000          55.0000     38.18%
48419.31/2443.46	c      2443        2554463          24        20          76.0000          55.0000     38.18%
48520.56/2448.57	c      2449        2360967          22        20          76.0000          55.0000     38.18%
48621.81/2453.63	c      2454        2365602          17        20          76.0000          55.0000     38.18%
48721.06/2458.68	c      2459        2369842          15        20          76.0000          55.0000     38.18%
48822.29/2463.73	c      2464         361938       59963        20          76.0000          55.0000     38.18%
48921.55/2468.78	c      2469         362512       59971        20          76.0000          55.0000     38.18%
49022.72/2473.83	c      2474         363101       60017        20          76.0000          55.0000     38.18%
49121.97/2478.88	c      2479         363816       60143        20          76.0000          55.0000     38.18%
49223.21/2483.93	c      2484         364363       60241        20          76.0000          55.0000     38.18%
49322.47/2488.98	c      2489         363321       51470        20          76.0000          55.0000     38.18%
49421.68/2494.03	c      2494         365703       60280        20          76.0000          55.0000     38.18%
49523.45/2499.06	c      2499         366372       60326        20          76.0000          55.0000     38.18%
49624.93/2504.18	c      2504         367090       60385        20          76.0000          55.0000     38.18%
49725.37/2509.23	c      2509        2409927          21        20          76.0000          55.0000     38.18%
49824.60/2514.24	c      2514        2413439          18        20          76.0000          55.0000     38.18%
49923.72/2519.26	c      2519        2417428          14        20          76.0000          55.0000     38.18%
50024.94/2524.36	c      2524        2422140          16        20          76.0000          55.0000     38.18%
50124.18/2529.38	c      2529        2426738          17        20          76.0000          55.0000     38.18%
50225.32/2534.48	c      2534         370731       60692        20          76.0000          55.0000     38.18%
50326.46/2539.53	c      2540         371312       60739        20          76.0000          55.0000     38.18%
50425.58/2544.58	c      2545         371959       60813        20          76.0000          55.0000     38.18%
50526.56/2549.63	c      2550         369974       52272        20          76.0000          55.0000     38.18%
50625.74/2554.68	c      2555         370590       52333        20          76.0000          55.0000     38.18%
50726.76/2559.74	c      2560         371253       52423        20          76.0000          55.0000     38.18%
50825.99/2564.78	c      2565         371901       52500        20          76.0000          55.0000     38.18%
50927.22/2569.83	c      2570         372571       52528        20          76.0000          55.0000     38.18%
51026.46/2574.88	c      2575         373116       52600        20          76.0000          55.0000     38.18%
51127.57/2579.93	c      2580         375902       61200        20          76.0000          55.0000     38.18%
51226.79/2584.98	c      2585         376560       61214        20          76.0000          55.0000     38.18%
51328.39/2590.03	c      2590         377211       61303        20          76.0000          55.0000     38.18%
51429.49/2595.14	c      2595         377829       61338        20          76.0000          55.0000     38.18%
51528.72/2600.18	c      2600         378417       61395        20          76.0000          55.0000     38.18%
51629.25/2605.24	c      2605         379025       61487        20          76.0000          55.0000     38.18%
51728.41/2610.25	c      2610         377334       52965        20          76.0000          55.0000     38.18%
51827.41/2615.28	c      2615         377853       53017        20          76.0000          55.0000     38.18%
51926.47/2620.28	c      2620         378544       53082        20          76.0000          55.0000     38.18%
52027.49/2625.33	c      2625         379218       53193        20          76.0000          55.0000     38.18%
52126.48/2630.38	c      2630         379758       53273        20          76.0000          55.0000     38.18%
52227.46/2635.43	c      2635         380322       53395        20          76.0000          55.0000     38.18%
52326.64/2640.48	c      2640         383676       62133        20          76.0000          55.0000     38.18%
52427.86/2645.53	c      2646         384322       62147        20          76.0000          55.0000     38.18%
52526.96/2650.58	c      2651        2786622          25        20          76.0000          55.0000     38.18%
52626.01/2655.59	c      2656        2791294          20        20          76.0000          55.0000     38.18%
52727.20/2660.67	c      2661        2796630          21        20          76.0000          55.0000     38.18%
52828.16/2665.72	c      2666        2802411          21        20          76.0000          55.0000     38.18%
52927.30/2670.78	c      2671        2847081          17        20          76.0000          55.0000     38.18%
53028.37/2675.82	c      2676        2813643          19        20          76.0000          55.0000     38.18%
53127.42/2680.88	c      2681        2819166          21        20          76.0000          55.0000     38.18%
53228.46/2685.93	c      2686        2824760          18        20          76.0000          55.0000     38.18%
53327.23/2690.98	c      2691        2830650          18        20          76.0000          55.0000     38.18%
53426.33/2696.00	c      2696        2873465          15        20          76.0000          55.0000     38.18%
53528.21/2701.08	c      2701        2879702          14        20          76.0000          55.0000     38.18%
53629.38/2706.18	c      2706        2886174          18        20          76.0000          55.0000     38.18%
53729.88/2711.23	c      2711        2891221          14        20          76.0000          55.0000     38.18%
53829.13/2716.28	c      2716        2896419          13        20          76.0000          55.0000     38.18%
53930.30/2721.33	c      2721        2901389          16        20          76.0000          55.0000     38.18%
54029.57/2726.35	c      2726        2906878          18        20          76.0000          55.0000     38.18%
54128.77/2731.37	c      2731         391813       54565        20          76.0000          55.0000     38.18%
54227.97/2736.37	c      2736         396053       63208        20          76.0000          55.0000     38.18%
54327.13/2741.39	c      2741         396649       63292        20          76.0000          55.0000     38.18%
54428.36/2746.44	c      2746         397309       63375        20          76.0000          55.0000     38.18%
54527.59/2751.49	c      2752         397889       63360        20          76.0000          55.0000     38.18%
54628.81/2756.56	c      2757         398526       63425        20          76.0000          55.0000     38.18%
54728.05/2761.59	c      2762        2664756          20        20          76.0000          55.0000     38.18%
54829.29/2766.60	c      2767        2669375          18        20          76.0000          55.0000     38.18%
54928.40/2771.63	c      2772        2675068          19        20          76.0000          55.0000     38.18%
55029.48/2776.76	c      2777         400835       63290        20          76.0000          55.0000     38.18%
55130.69/2781.81	c      2782         401433       63373        20          76.0000          55.0000     38.18%
55229.97/2786.86	c      2787         402016       63394        20          76.0000          55.0000     38.18%
55329.20/2791.88	c      2792        2695249          19        20          76.0000          55.0000     38.18%
55430.10/2796.91	c      2797         399900       55691        20          76.0000          55.0000     38.18%
55529.27/2801.96	c      2802        2705556          17        20          76.0000          55.0000     38.18%
55628.54/2806.97	c      2807        2710350          22        20          76.0000          55.0000     38.18%
55727.81/2812.03	c      2812        2714732          24        20          76.0000          55.0000     38.18%
55831.73/2817.14	c      2817        2719067          22        20          76.0000          55.0000     38.18%
55932.27/2822.23	c      2822         402744       56018        20          76.0000          55.0000     38.18%
56031.53/2827.28	c      2827         403243       56109        20          76.0000          55.0000     38.18%
56132.78/2832.36	c      2832         403698       56213        20          76.0000          55.0000     38.18%
56232.12/2837.38	c      2837        2737026          19        20          76.0000          55.0000     38.18%
56333.26/2842.44	c      2842        2741676          17        20          76.0000          55.0000     38.18%
56434.38/2847.50	c      2848        2747097          18        20          76.0000          55.0000     38.18%
56533.65/2852.56	c      2853         409222       64221        20          76.0000          55.0000     38.18%
56634.80/2857.62	c      2858        2757883          19        20          76.0000          55.0000     38.18%
56734.08/2862.66	c      2863        2762770          20        20          76.0000          55.0000     38.18%
56835.29/2867.71	c      2868        2767900          21        20          76.0000          55.0000     38.18%
56934.56/2872.74	c      2873        2772322          20        20          76.0000          55.0000     38.18%
57035.73/2877.86	c      2878        2776745          16        20          76.0000          55.0000     38.18%
57137.01/2882.90	c      2883        2780890          18        20          76.0000          55.0000     38.18%
57236.14/2887.98	c      2888         410055       57075        20          76.0000          55.0000     38.18%
57338.04/2893.03	c      2893         410693       57246        20          76.0000          55.0000     38.18%
57437.29/2898.09	c      2898         411304       57301        20          76.0000          55.0000     38.18%
57538.58/2903.14	c      2903         411845       57424        20          76.0000          55.0000     38.18%
57637.77/2908.15	c      2908        2801037          19        20          76.0000          55.0000     38.18%
57737.90/2913.24	c      2913         412870       57527        20          76.0000          55.0000     38.18%
57836.92/2918.29	c      2918         413410       57652        20          76.0000          55.0000     38.18%
57938.07/2923.31	c      2923        2815431          21        20          76.0000          55.0000     38.18%
58037.21/2928.34	c      2928         418321       64792        20          76.0000          55.0000     38.18%
58136.42/2933.38	c      2933        2823437          18        20          76.0000          55.0000     38.18%
58237.68/2938.42	c      2938        2828503          17        20          76.0000          55.0000     38.18%
58336.61/2943.46	c      2943        2832763          15        20          76.0000          55.0000     38.18%
58435.84/2948.46	c      2948         416770       58138        20          76.0000          55.0000     38.18%
58537.08/2953.51	c      2954         417421       58202        20          76.0000          55.0000     38.18%
58635.94/2958.56	c      2959         418087       58261        20          76.0000          55.0000     38.18%
58735.22/2963.59	c      2964        3133416          19        20          76.0000          55.0000     38.18%
58836.27/2968.65	c      2969        3137772          22        20          76.0000          55.0000     38.18%
58935.44/2973.66	c      2974        3142873          19        20          76.0000          55.0000     38.18%
59034.37/2978.67	c      2979        3147422          19        20          76.0000          55.0000     38.18%
59135.44/2983.71	c      2984        3174281          17        20          76.0000          55.0000     38.18%
59234.68/2988.75	c      2989        3178619          19        20          76.0000          55.0000     38.18%
59333.96/2993.77	c      2994        3183678          16        20          76.0000          55.0000     38.18%
59433.23/2998.79	c      2999        3189372          23        20          76.0000          55.0000     38.18%
59534.38/3003.86	c      3004         423242       59031        20          76.0000          55.0000     38.18%
59633.58/3008.87	c      3009        3200708          17        20          76.0000          55.0000     38.18%
59734.70/3013.97	c      3014        3206099          23        20          76.0000          55.0000     38.18%
59833.82/3019.02	c      3019        3211943          22        20          76.0000          55.0000     38.18%
59935.71/3024.12	c      3024        3216481          17        20          76.0000          55.0000     38.18%
60038.33/3029.21	c      3029        3222200          21        20          76.0000          55.0000     38.18%
60137.38/3034.26	c      3034         425920       59450        20          76.0000          55.0000     38.18%
60236.53/3039.28	c      3039        3232968          18        20          76.0000          55.0000     38.18%
60337.48/3044.36	c      3044        3237332          17        20          76.0000          55.0000     38.18%
60438.63/3049.46	c      3049        3242238          20        20          76.0000          55.0000     38.18%
60539.76/3054.51	c      3055        3247166          21        20          76.0000          55.0000     38.18%
60638.77/3059.56	c      3060        3252609          16        20          76.0000          55.0000     38.18%
60739.75/3064.61	c      3065        3238236          22        20          76.0000          55.0000     38.18%
60838.89/3069.63	c      3070        3261752          18        20          76.0000          55.0000     38.18%
60938.01/3074.65	c      3075        3266593          19        20          76.0000          55.0000     38.18%
61036.56/3079.69	c      3080        3271714          21        20          76.0000          55.0000     38.18%
61137.46/3084.72	c      3085         431291       60124        20          76.0000          55.0000     38.18%
61236.42/3089.72	c      3090         436662       65802        20          76.0000          55.0000     38.18%
61337.50/3094.85	c      3095        3286440          22        20          76.0000          55.0000     38.18%
61436.63/3099.88	c      3100         437903       65910        20          76.0000          55.0000     38.18%
61537.78/3104.93	c      3105        3295920          23        20          76.0000          55.0000     38.18%
61636.75/3110.00	c      3110        3301039          17        20          76.0000          55.0000     38.18%
61738.51/3115.11	c      3115         439488       66113        20          76.0000          55.0000     38.18%
61840.61/3120.22	c      3120         440067       66145        20          76.0000          55.0000     38.18%
61939.66/3125.27	c      3125        3307688          18        20          76.0000          55.0000     38.18%
62040.46/3130.31	c      3130        3321771          21        20          76.0000          55.0000     38.18%
62139.33/3135.32	c      3135         436088       60936        20          76.0000          55.0000     38.18%
62240.21/3140.42	c      3140         436597       60980        20          76.0000          55.0000     38.18%
62339.20/3145.47	c      3145         437208       61122        20          76.0000          55.0000     38.18%
62438.42/3150.48	c      3150        3341629          22        20          76.0000          55.0000     38.18%
62539.61/3155.50	c      3156        3346147          17        20          76.0000          55.0000     38.18%
62638.75/3160.56	c      3161        3351439          17        20          76.0000          55.0000     38.18%
62743.92/3165.80	c      3166        3356394          21        20          76.0000          55.0000     38.18%
62843.06/3170.81	c      3171        3361404          16        20          76.0000          55.0000     38.18%
62941.97/3175.88	c      3176        3367216          16        20          76.0000          55.0000     38.18%
63042.97/3180.95	c      3181        3372649          17        20          76.0000          55.0000     38.18%
63142.02/3186.03	c      3186        3377703          14        20          76.0000          55.0000     38.18%
63241.07/3191.03	c      3191        3382827          22        20          76.0000          55.0000     38.18%
63342.83/3196.07	c      3196        3387358          18        20          76.0000          55.0000     38.18%
63441.90/3201.09	c      3201        3391847          22        20          76.0000          55.0000     38.18%
63541.18/3206.12	c      3206        3396525          18        20          76.0000          55.0000     38.18%
63642.17/3211.19	c      3211        3400640          15        20          76.0000          55.0000     38.18%
63746.42/3216.40	c      3216        3405591          20        20          76.0000          55.0000     38.18%
63845.68/3221.48	c      3221         450397       66873        20          76.0000          55.0000     38.18%
63946.92/3226.55	c      3227        3423583          23        20          76.0000          55.0000     38.18%
64046.09/3231.56	c      3232        3419778          15        20          76.0000          55.0000     38.18%
64147.39/3236.65	c      3237        3434635          18        20          76.0000          55.0000     38.18%
64248.26/3241.70	c      3242        3441228          21        20          76.0000          55.0000     38.18%
64347.50/3246.77	c      3247        3434688          24        20          76.0000          55.0000     38.18%
64448.45/3251.82	c      3252        3439266          19        20          76.0000          55.0000     38.18%
64547.65/3256.85	c      3257        3444674          21        20          76.0000          55.0000     38.18%
64648.62/3261.91	c      3262         449789       62900        20          76.0000          55.0000     38.18%
64747.88/3266.96	c      3267        3455173          18        20          76.0000          55.0000     38.18%
64847.15/3272.02	c      3272         455684       67157        20          76.0000          55.0000     38.18%
64948.82/3277.07	c      3277         456162       67204        20          76.0000          55.0000     38.18%
65047.91/3282.12	c      3282         456701       67244        20          76.0000          55.0000     38.18%
65149.40/3287.18	c      3287         457261       67278        20          76.0000          55.0000     38.18%
65249.70/3292.22	c      3292         457828       67330        20          76.0000          55.0000     38.18%
65350.95/3297.33	c      3297        3490908          17        20          76.0000          55.0000     38.18%
65450.22/3302.38	c      3302         454367       63312        20          76.0000          55.0000     38.18%
65551.43/3307.42	c      3307         454825       63380        20          76.0000          55.0000     38.18%
65650.69/3312.43	c      3312         455350       63476        20          76.0000          55.0000     38.18%
65749.84/3317.47	c      3317         455978       63544        20          76.0000          55.0000     38.18%
65850.70/3322.55	c      3323        3516619          18        20          76.0000          55.0000     38.18%
65951.77/3327.63	c      3328        3521563          21        20          76.0000          55.0000     38.18%
66052.86/3332.71	c      3333        3526505          19        20          76.0000          55.0000     38.18%
66151.74/3337.78	c      3338        3531596          20        20          76.0000          55.0000     38.18%
66252.85/3342.87	c      3343        3537707          17        20          76.0000          55.0000     38.18%
66354.03/3347.92	c      3348        3542258          18        20          76.0000          55.0000     38.18%
66453.28/3352.93	c      3353        3547623          15        20          76.0000          55.0000     38.18%
66552.55/3357.95	c      3358        3552606          23        20          76.0000          55.0000     38.18%
66651.82/3363.00	c      3363        3557228          14        20          76.0000          55.0000     38.18%
66717.29/3366.21	c *    3366        3560382          15        20          74.0000          55.0000     34.55%
66753.56/3368.07	c      3368        3581777          20        20          74.0000          55.0000     34.55%
66856.02/3373.22	c      3373         465984       66631        20          74.0000          55.0000     34.55%
66909.52/3376.02	c *    3376        3582100          16        20          72.0000          55.0000     30.91%
66957.04/3378.39	c      3378        3563093          15        20          72.0000          55.0000     30.91%
67056.23/3383.39	c      3383        3582288          15        20          72.0000          55.0000     30.91%
67159.43/3388.54	c      3389        3582288          15        20          72.0000          55.0000     30.91%
67262.66/3393.73	c      3394        3229297          14        20          72.0000          55.0000     30.91%
67363.87/3398.86	c      3399         466111       65158        20          72.0000          55.0000     30.91%
67467.78/3404.05	c      3404         466113       65158        20          72.0000          55.0000     30.91%
67569.04/3409.15	c      3409         466113       65158        20          72.0000          55.0000     30.91%
67669.56/3414.21	c      3414         466130       65154        20          72.0000          55.0000     30.91%
67768.93/3419.26	c      3419         466153       65154        20          72.0000          55.0000     30.91%
67870.09/3424.31	c      3424         466153       65154        20          72.0000          55.0000     30.91%
67971.33/3429.48	c      3429         466154       65155        20          72.0000          55.0000     30.91%
68072.58/3434.52	c      3435        3252456          23        20          72.0000          55.0000     30.91%
68171.59/3439.57	c      3440         466158       65153        20          72.0000          55.0000     30.91%
68272.78/3444.62	c      3445         466159       65152        20          72.0000          55.0000     30.91%
68372.05/3449.65	c      3450         466159       65152        20          72.0000          55.0000     30.91%
68473.30/3454.71	c      3455         466159       65152        20          72.0000          55.0000     30.91%
68572.46/3459.77	c      3460         466211       65155        20          72.0000          55.0000     30.91%
68673.70/3464.82	c      3465         466211       65155        20          72.0000          55.0000     30.91%
68772.90/3469.87	c      3470         466233       65156        20          72.0000          55.0000     30.91%
68874.17/3474.92	c      3475         466234       65157        20          72.0000          55.0000     30.91%
68973.41/3479.97	c      3480         466234       65157        20          72.0000          55.0000     30.91%
69072.50/3485.02	c      3485         466248       65157        20          72.0000          55.0000     30.91%
69171.30/3490.03	c      3490         466248       65157        20          72.0000          55.0000     30.91%
69273.21/3495.05	c      3495         466248       65157        20          72.0000          55.0000     30.91%
69372.17/3500.07	c      3500         466248       65157        20          72.0000          55.0000     30.91%
69473.42/3505.14	c      3505         466256       65162        20          72.0000          55.0000     30.91%
69572.70/3510.19	c      3510         466256       65162        20          72.0000          55.0000     30.91%
69673.27/3515.24	c      3515        3678557          17        20          72.0000          55.0000     30.91%
69772.33/3520.29	c      3520        3683546          26        20          72.0000          55.0000     30.91%
69873.37/3525.34	c      3525        3687802          17        20          72.0000          55.0000     30.91%
69972.23/3530.36	c      3530        3342750          24        20          72.0000          55.0000     30.91%
70071.46/3535.39	c      3535        3348899          19        20          72.0000          55.0000     30.91%
70172.48/3540.41	c      3540        3354535          19        20          72.0000          55.0000     30.91%
70271.36/3545.49	c      3546        3359426          17        20          72.0000          55.0000     30.91%
70372.55/3550.53	c      3551         469966       65466        20          72.0000          55.0000     30.91%
70473.77/3555.61	c      3556        3368506          22        20          72.0000          55.0000     30.91%
70572.95/3560.63	c      3561        3373209          20        20          72.0000          55.0000     30.91%
70672.17/3565.65	c      3566        3378215          15        20          72.0000          55.0000     30.91%
70771.38/3570.68	c      3571        3382618          18        20          72.0000          55.0000     30.91%
70872.50/3575.73	c      3576        3387471          18        20          72.0000          55.0000     30.91%
70971.54/3580.79	c      3581         485360       59356        20          72.0000          55.0000     30.91%
71072.74/3585.85	c      3586        3397582          18        20          72.0000          55.0000     30.91%
71171.95/3590.86	c      3591        3402105          18        20          72.0000          55.0000     30.91%
71271.15/3595.88	c      3596        3407138          13        20          72.0000          55.0000     30.91%
71372.33/3600.93	c      3601         474944       65998        20          72.0000          55.0000     30.91%
71471.55/3605.98	c      3606        3763113          19        20          72.0000          55.0000     30.91%
71570.78/3610.98	c      3611        3768221          20        20          72.0000          55.0000     30.91%
71672.32/3616.06	c      3616        3773975          22        20          72.0000          55.0000     30.91%
71771.49/3621.07	c      3621        3778285          18        20          72.0000          55.0000     30.91%
71872.77/3626.15	c      3626        3783547          21        20          72.0000          55.0000     30.91%
71971.89/3631.16	c      3631        3788961          23        20          72.0000          55.0000     30.91%

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: 191633 MiB (187173 MiB free)
  memory of node 1: 193531 MiB (185282 MiB free)
  memory of node 2: 193531 MiB (191110 MiB free)
  memory of node 3: 193531 MiB (193025 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-4465221-1722460726/watcher-4465221-1722460726 -o /tmp/evaluation-result-4465221-1722460726/solver-4465221-1722460726 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722453440-68158 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465221-1722460726.opb -qsol -t 72000 -sth 20 

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

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

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 72000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 72030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=74562, runsolver pid=74559
Current StackSize limit: 8192 KiB


[startup+0.100107 s]*
/proc/loadavg: 80.95 80.60 80.51 62/981 74563
/proc/meminfo: memFree=774718460/790760800 swapFree=131071996/131071996
[pid=74562] ppid=74559 vsize=61084 memory=47548 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/74562/stat : 74562 (fscip) R 74559 74562 68145 0 -1 4194304 11694 0 0 0 9 1 0 0 20 0 1 0 12659390 62550016 11887 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 17 47 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
/proc/74562/statm: 15271 11887 2790 3035 0 11667 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 61084 KiB
Current children cumulated memory: 47548 KiB

[startup+0.219716 s]*
/proc/loadavg: 80.95 80.60 80.51 63/1001 74583
/proc/meminfo: memFree=774623148/790760800 swapFree=131071996/131071996
[pid=74562] ppid=74559 vsize=1553072 memory=149644 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/74562/stat : 74562 (fscip) S 74559 74562 68145 0 -1 1077936128 35370 0 0 0 18 5 0 0 20 0 21 0 12659390 1590345728 37411 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 17 47 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
/proc/74562/statm: 388268 37411 2790 3035 0 77155 0
[pid=74562/tid=74564] ppid=74559 vsize=1553072 memory=5651821867064885367 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74564/stat : 74564 (fscip) S 74559 74562 68145 0 -1 1077936192 1261 0 0 0 0 0 0 0 20 0 21 0 12659404 1590345728 37477 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74565] ppid=74559 vsize=1553072 memory=74240 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74565/stat : 74565 (fscip) S 74559 74562 68145 0 -1 1077936192 1261 0 0 0 0 0 0 0 20 0 21 0 12659404 1590345728 37477 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74566] ppid=74559 vsize=1553072 memory=56316433531346 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74566/stat : 74566 (fscip) S 74559 74562 68145 0 -1 1077936192 1261 0 0 0 0 0 0 0 20 0 21 0 12659404 1590345728 37477 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74567] ppid=74559 vsize=1553072 memory=52983572464199 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74567/stat : 74567 (fscip) S 74559 74562 68145 0 -1 1077936192 1261 0 0 0 0 0 0 0 20 0 21 0 12659404 1590345728 37477 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74568] ppid=74559 vsize=1553072 memory=54087395836598 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74568/stat : 74568 (fscip) S 74559 74562 68145 0 -1 1077936192 1260 0 0 0 0 0 0 0 20 0 21 0 12659404 1590345728 37477 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74569] ppid=74559 vsize=1553072 memory=54104609260456 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74569/stat : 74569 (fscip) S 74559 74562 68145 0 -1 1077936192 1261 0 0 0 0 0 0 0 20 0 21 0 12659404 1590345728 37477 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74570] ppid=74559 vsize=1553072 memory=14697383204226502 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74570/stat : 74570 (fscip) S 74559 74562 68145 0 -1 1077936192 1261 0 0 0 0 0 0 0 20 0 21 0 12659404 1590345728 37477 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74571] ppid=74559 vsize=1553072 memory=14691881367898649 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74571/stat : 74571 (fscip) S 74559 74562 68145 0 -1 1077936192 1261 0 0 0 0 0 0 0 20 0 21 0 12659404 1590345728 37477 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74572] ppid=74559 vsize=1553072 memory=189121 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74572/stat : 74572 (fscip) S 74559 74562 68145 0 -1 1077936192 1262 0 0 0 0 0 0 0 20 0 21 0 12659404 1590345728 37477 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74573] ppid=74559 vsize=1553072 memory=254878 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74573/stat : 74573 (fscip) S 74559 74562 68145 0 -1 1077936192 1261 0 0 0 0 0 0 0 20 0 21 0 12659404 1590345728 37477 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74574] ppid=74559 vsize=1553072 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74574/stat : 74574 (fscip) S 74559 74562 68145 0 -1 1077936192 1261 0 0 0 0 0 0 0 20 0 21 0 12659404 1590345728 37477 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74575] ppid=74559 vsize=1553072 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74575/stat : 74575 (fscip) S 74559 74562 68145 0 -1 1077936192 1260 0 0 0 0 0 0 0 20 0 21 0 12659404 1590345728 37477 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74576] ppid=74559 vsize=1553072 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74576/stat : 74576 (fscip) S 74559 74562 68145 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12659404 1590345728 37477 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74577] ppid=74559 vsize=1553072 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74577/stat : 74577 (fscip) S 74559 74562 68145 0 -1 1077936192 1261 0 0 0 0 0 0 0 20 0 21 0 12659404 1590345728 37477 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74578] ppid=74559 vsize=1553072 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74578/stat : 74578 (fscip) S 74559 74562 68145 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12659404 1590345728 37477 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74579] ppid=74559 vsize=1553072 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74579/stat : 74579 (fscip) S 74559 74562 68145 0 -1 1077936192 1261 0 0 0 0 0 0 0 20 0 21 0 12659404 1590345728 37477 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74580] ppid=74559 vsize=1553072 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74580/stat : 74580 (fscip) S 74559 74562 68145 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12659404 1590345728 37477 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74581] ppid=74559 vsize=1553072 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74581/stat : 74581 (fscip) S 74559 74562 68145 0 -1 1077936192 1261 0 0 0 0 0 0 0 20 0 21 0 12659404 1590345728 37477 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74582] ppid=74559 vsize=1553072 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74582/stat : 74582 (fscip) S 74559 74562 68145 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12659404 1590345728 37477 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74583] ppid=74559 vsize=1553072 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74583/stat : 74583 (fscip) R 74559 74562 68145 0 -1 4194368 847 0 0 0 0 0 0 0 20 0 21 0 12659404 1590345728 37477 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1553072 KiB
Current children cumulated memory: 149644 KiB

[startup+0.320946 s]*
/proc/loadavg: 80.95 80.60 80.51 74/1021 74603
/proc/meminfo: memFree=774306804/790760800 swapFree=131071996/131071996
[pid=74562] ppid=74559 vsize=1716992 memory=481664 CPUtime=0.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/stat : 74562 (fscip) S 74559 74562 68145 0 -1 1077936128 117756 0 0 0 53 39 0 0 20 0 41 0 12659390 1758199808 120416 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 17 47 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
/proc/74562/statm: 429248 120416 2806 3035 0 208969 0
[pid=74562/tid=74564] ppid=74559 vsize=1716992 memory=-5155625795462915973 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74564/stat : 74564 (fscip) D 74559 74562 68145 0 -1 4194368 4763 0 0 0 2 0 0 0 20 0 41 0 12659404 1758199808 120416 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74565] ppid=74559 vsize=1716992 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74565/stat : 74565 (fscip) D 74559 74562 68145 0 -1 4194368 5181 0 0 0 1 1 0 0 20 0 41 0 12659404 1758199808 120416 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74566] ppid=74559 vsize=1716992 memory=0 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/74562/task/74566/stat : 74566 (fscip) D 74559 74562 68145 0 -1 4194368 5108 0 0 0 2 1 0 0 20 0 41 0 12659404 1758199808 120416 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74567] ppid=74559 vsize=1716992 memory=0 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/74562/task/74567/stat : 74567 (fscip) D 74559 74562 68145 0 -1 4194368 4701 0 0 0 2 1 0 0 20 0 41 0 12659404 1758199808 120416 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74568] ppid=74559 vsize=1716992 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74568/stat : 74568 (fscip) D 74559 74562 68145 0 -1 4194368 5112 0 0 0 1 1 0 0 20 0 41 0 12659404 1758199808 120416 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74569] ppid=74559 vsize=1716992 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74569/stat : 74569 (fscip) D 74559 74562 68145 0 -1 4194368 4992 0 0 0 1 1 0 0 20 0 41 0 12659404 1758199808 120416 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74570] ppid=74559 vsize=1716992 memory=0 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/74562/task/74570/stat : 74570 (fscip) D 74559 74562 68145 0 -1 4194368 4626 0 0 0 2 1 0 0 20 0 41 0 12659404 1758199808 120416 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74571] ppid=74559 vsize=1716992 memory=0 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/74562/task/74571/stat : 74571 (fscip) D 74559 74562 68145 0 -1 4194368 5054 0 0 0 1 2 0 0 20 0 41 0 12659404 1758199808 120416 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74572] ppid=74559 vsize=1716992 memory=0 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/74562/task/74572/stat : 74572 (fscip) D 74559 74562 68145 0 -1 4194368 5169 0 0 0 1 2 0 0 20 0 41 0 12659404 1758199808 120416 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74573] ppid=74559 vsize=1716992 memory=0 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/74562/task/74573/stat : 74573 (fscip) D 74559 74562 68145 0 -1 4194368 4636 0 0 0 2 1 0 0 20 0 41 0 12659404 1758199808 120416 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74574] ppid=74559 vsize=1716992 memory=0 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/74562/task/74574/stat : 74574 (fscip) D 74559 74562 68145 0 -1 4194368 5121 0 0 0 1 2 0 0 20 0 41 0 12659404 1758199808 120416 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74575] ppid=74559 vsize=1716992 memory=0 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74575/stat : 74575 (fscip) R 74559 74562 68145 0 -1 4194368 7984 0 0 0 2 2 0 0 20 0 41 0 12659404 1758199808 120416 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74576] ppid=74559 vsize=1716992 memory=0 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/74562/task/74576/stat : 74576 (fscip) R 74559 74562 68145 0 -1 4194368 4830 0 0 0 1 2 0 0 20 0 41 0 12659404 1758199808 120416 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74577] ppid=74559 vsize=1716992 memory=0 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/74562/task/74577/stat : 74577 (fscip) D 74559 74562 68145 0 -1 4194368 5114 0 0 0 2 1 0 0 20 0 41 0 12659404 1758199808 120416 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74578] ppid=74559 vsize=1716992 memory=0 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/74562/task/74578/stat : 74578 (fscip) D 74559 74562 68145 0 -1 4194368 5127 0 0 0 1 2 0 0 20 0 41 0 12659404 1758199808 120416 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74579] ppid=74559 vsize=1716992 memory=0 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/74562/task/74579/stat : 74579 (fscip) D 74559 74562 68145 0 -1 4194368 4498 0 0 0 2 1 0 0 20 0 41 0 12659404 1758199808 120416 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74580] ppid=74559 vsize=1716992 memory=0 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/74562/task/74580/stat : 74580 (fscip) D 74559 74562 68145 0 -1 4194368 5194 0 0 0 1 2 0 0 20 0 41 0 12659404 1758199808 120416 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74581] ppid=74559 vsize=1716992 memory=0 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/74562/task/74581/stat : 74581 (fscip) D 74559 74562 68145 0 -1 4194368 5087 0 0 0 2 1 0 0 20 0 41 0 12659404 1758199808 120416 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74582] ppid=74559 vsize=1716992 memory=0 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/74562/task/74582/stat : 74582 (fscip) D 74559 74562 68145 0 -1 4194368 4792 0 0 0 2 1 0 0 20 0 41 0 12659404 1758199808 120416 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74583] ppid=74559 vsize=1716992 memory=0 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/74562/task/74583/stat : 74583 (fscip) D 74559 74562 68145 0 -1 4194368 4991 0 0 0 1 2 0 0 20 0 41 0 12659404 1758199808 120416 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74584] ppid=74559 vsize=1716992 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74584/stat : 74584 (fscip) S 74559 74562 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12659416 1758199808 120482 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74585] ppid=74559 vsize=1716992 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74585/stat : 74585 (fscip) S 74559 74562 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12659416 1758199808 120482 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74586] ppid=74559 vsize=1716992 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74586/stat : 74586 (fscip) S 74559 74562 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12659416 1758199808 120482 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74587] ppid=74559 vsize=1716992 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74587/stat : 74587 (fscip) S 74559 74562 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12659416 1758199808 120482 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74588] ppid=74559 vsize=1716992 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74588/stat : 74588 (fscip) S 74559 74562 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12659416 1758199808 120482 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74589] ppid=74559 vsize=1716992 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74589/stat : 74589 (fscip) S 74559 74562 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12659416 1758199808 120482 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74590] ppid=74559 vsize=1716992 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74590/stat : 74590 (fscip) S 74559 74562 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12659416 1758199808 120482 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74592] ppid=74559 vsize=1716992 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74592/stat : 74592 (fscip) S 74559 74562 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12659416 1758199808 120482 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74591] ppid=74559 vsize=1716992 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74591/stat : 74591 (fscip) S 74559 74562 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12659416 1758199808 120482 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74593] ppid=74559 vsize=1716992 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74593/stat : 74593 (fscip) S 74559 74562 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12659416 1758199808 120482 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74594] ppid=74559 vsize=1716992 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74594/stat : 74594 (fscip) S 74559 74562 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12659416 1758199808 120482 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74595] ppid=74559 vsize=1716992 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74595/stat : 74595 (fscip) S 74559 74562 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12659416 1758199808 120482 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74597] ppid=74559 vsize=1716992 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74597/stat : 74597 (fscip) S 74559 74562 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12659416 1758199808 120482 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74596] ppid=74559 vsize=1716992 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74596/stat : 74596 (fscip) S 74559 74562 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12659416 1758199808 120482 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74598] ppid=74559 vsize=1716992 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74598/stat : 74598 (fscip) S 74559 74562 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12659416 1758199808 120482 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74599] ppid=74559 vsize=1716992 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74599/stat : 74599 (fscip) S 74559 74562 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12659416 1758199808 120482 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74600] ppid=74559 vsize=1716992 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74600/stat : 74600 (fscip) S 74559 74562 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12659416 1758199808 120482 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74601] ppid=74559 vsize=1716992 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74601/stat : 74601 (fscip) S 74559 74562 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12659416 1758199808 120482 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74602] ppid=74559 vsize=1716992 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74602/stat : 74602 (fscip) S 74559 74562 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12659416 1758199808 120482 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74603] ppid=74559 vsize=1716992 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74603/stat : 74603 (fscip) S 74559 74562 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12659416 1758199808 120482 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
Current children cumulated CPU time: 0.92 s
Current children cumulated vsize: 1716992 KiB
Current children cumulated memory: 481664 KiB

[startup+0.709754 s]
/proc/loadavg: 80.95 80.60 80.51 79/1021 74603
/proc/meminfo: memFree=773826212/790760800 swapFree=131071996/131071996
[pid=74562] ppid=74559 vsize=1782584 memory=1091344 CPUtime=7.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/stat : 74562 (fscip) S 74559 74562 68145 0 -1 1077936128 270863 0 0 0 685 100 0 0 20 0 41 0 12659390 1825366016 272836 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 17 47 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
/proc/74562/statm: 445646 272836 2950 3035 0 376135 0
[pid=74562/tid=74564] ppid=74559 vsize=1782584 memory=0 CPUtime=0.38 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74564/stat : 74564 (fscip) R 74559 74562 68145 0 -1 4194368 15405 0 0 0 33 5 0 0 20 0 41 0 12659404 1825366016 272836 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74565] ppid=74559 vsize=1782584 memory=13664 CPUtime=0.37 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74565/stat : 74565 (fscip) R 74559 74562 68145 0 -1 4194368 11326 0 0 0 32 5 0 0 20 0 41 0 12659404 1825366016 272836 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74566] ppid=74559 vsize=1782584 memory=5432 CPUtime=0.38 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74566/stat : 74566 (fscip) R 74559 74562 68145 0 -1 4194368 11710 0 0 0 35 3 0 0 20 0 41 0 12659404 1825366016 272836 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0

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

[pid=74562/tid=74587] ppid=74559 vsize=17432260 memory=15830352 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/74562/task/74587/stat : 74587 (fscip) S 74559 74562 68145 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 12659416 17850634240 3959043 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74588] ppid=74559 vsize=17432260 memory=351378 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/74562/task/74588/stat : 74588 (fscip) S 74559 74562 68145 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 12659416 17850634240 3959043 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74589] ppid=74559 vsize=17432260 memory=11424 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/74562/task/74589/stat : 74589 (fscip) S 74559 74562 68145 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 12659416 17850634240 3959043 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74590] ppid=74559 vsize=17432260 memory=281041991780320 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/74562/task/74590/stat : 74590 (fscip) S 74559 74562 68145 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 12659416 17850634240 3959043 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74592] ppid=74559 vsize=17432260 memory=15804324 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/74562/task/74592/stat : 74592 (fscip) S 74559 74562 68145 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 12659416 17850634240 3959043 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74591] ppid=74559 vsize=17432260 memory=15830100 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/74562/task/74591/stat : 74591 (fscip) S 74559 74562 68145 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 12659416 17850634240 3959043 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74593] ppid=74559 vsize=17432260 memory=15829612 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/74562/task/74593/stat : 74593 (fscip) S 74559 74562 68145 0 -1 1077936192 61 0 0 0 3 0 0 0 20 0 41 0 12659416 17850634240 3959043 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74594] ppid=74559 vsize=17432260 memory=281041992439280 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/74562/task/74594/stat : 74594 (fscip) S 74559 74562 68145 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 12659416 17850634240 3959043 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74595] ppid=74559 vsize=17432260 memory=15822060 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/74562/task/74595/stat : 74595 (fscip) S 74559 74562 68145 0 -1 1077936192 122 0 0 0 1 2 0 0 20 0 41 0 12659416 17850634240 3959043 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74597] ppid=74559 vsize=17432260 memory=15818356 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/74562/task/74597/stat : 74597 (fscip) S 74559 74562 68145 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 12659416 17850634240 3959043 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74596] ppid=74559 vsize=17432260 memory=15830264 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/74562/task/74596/stat : 74596 (fscip) S 74559 74562 68145 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 12659416 17850634240 3959043 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74598] ppid=74559 vsize=17432260 memory=11424 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/74562/task/74598/stat : 74598 (fscip) S 74559 74562 68145 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 12659416 17850634240 3959043 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74599] ppid=74559 vsize=17432260 memory=13664 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/74562/task/74599/stat : 74599 (fscip) S 74559 74562 68145 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 12659416 17850634240 3959043 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74600] ppid=74559 vsize=17432260 memory=104 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74600/stat : 74600 (fscip) S 74559 74562 68145 0 -1 1077936192 120 0 0 0 0 2 0 0 20 0 41 0 12659416 17850634240 3959043 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74601] ppid=74559 vsize=17432260 memory=33100 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74601/stat : 74601 (fscip) S 74559 74562 68145 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 12659416 17850634240 3959043 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74602] ppid=74559 vsize=17432260 memory=15819420 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/74562/task/74602/stat : 74602 (fscip) S 74559 74562 68145 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 12659416 17850634240 3959043 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74603] ppid=74559 vsize=17432260 memory=11424 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/74562/task/74603/stat : 74603 (fscip) S 74559 74562 68145 0 -1 1077936192 62 0 0 0 3 0 0 0 20 0 41 0 12659416 17850634240 3959043 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
Current children cumulated CPU time: 71003.3 s
Current children cumulated vsize: 17432260 KiB
Current children cumulated memory: 15836172 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.6 s]
/proc/loadavg: 78.78 79.90 79.85 41/927 77132
/proc/meminfo: memFree=754261236/790760800 swapFree=131071996/131071996
[pid=74562] ppid=74559 vsize=17444796 memory=15890592 CPUtime=72001.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/stat : 74562 (fscip) S 74559 74562 68145 0 -1 1077936128 71772801 0 0 0 7181720 18394 0 0 20 0 41 0 12659390 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
/proc/74562/statm: 4361199 3972648 3334 3035 0 4226956 0
[pid=74562/tid=74564] ppid=74559 vsize=17444796 memory=-7307204213947325819 CPUtime=3603.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74564/stat : 74564 (fscip) R 74559 74562 68145 0 -1 4194368 5705343 0 0 0 359500 843 0 0 20 0 41 0 12659404 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74565] ppid=74559 vsize=17444796 memory=54528 CPUtime=3599.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74565/stat : 74565 (fscip) R 74559 74562 68145 0 -1 4194368 2352114 0 0 0 359378 535 0 0 20 0 41 0 12659404 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74566] ppid=74559 vsize=17444796 memory=28496 CPUtime=3599.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74566/stat : 74566 (fscip) R 74559 74562 68145 0 -1 4194368 3150701 0 0 0 358411 1494 0 0 20 0 41 0 12659404 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74567] ppid=74559 vsize=17444796 memory=7644 CPUtime=3601.96 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74567/stat : 74567 (fscip) R 74559 74562 68145 0 -1 4194368 5691986 0 0 0 359331 865 0 0 20 0 41 0 12659404 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74568] ppid=74559 vsize=17444796 memory=2268 CPUtime=3600.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74568/stat : 74568 (fscip) R 74559 74562 68145 0 -1 4194368 3500841 0 0 0 359337 713 0 0 20 0 41 0 12659404 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74569] ppid=74559 vsize=17444796 memory=1996 CPUtime=3594.79 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74569/stat : 74569 (fscip) R 74559 74562 68145 0 -1 4194368 1253426 0 0 0 358340 1139 0 0 20 0 41 0 12659404 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74570] ppid=74559 vsize=17444796 memory=1836 CPUtime=3601.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74570/stat : 74570 (fscip) R 74559 74562 68145 0 -1 4194368 4672313 0 0 0 359286 843 0 0 20 0 41 0 12659404 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74571] ppid=74559 vsize=17444796 memory=38468 CPUtime=3600.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74571/stat : 74571 (fscip) R 74559 74562 68145 0 -1 4194368 3391554 0 0 0 359380 689 0 0 20 0 41 0 12659404 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74572] ppid=74559 vsize=17444796 memory=2152 CPUtime=3601.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74572/stat : 74572 (fscip) R 74559 74562 68145 0 -1 4194368 1234932 0 0 0 358899 1227 0 0 20 0 41 0 12659404 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74573] ppid=74559 vsize=17444796 memory=6056 CPUtime=3592.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74573/stat : 74573 (fscip) R 74559 74562 68145 0 -1 4194368 4866686 0 0 0 358395 812 0 0 20 0 41 0 12659404 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74574] ppid=74559 vsize=17444796 memory=104 CPUtime=3604.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74574/stat : 74574 (fscip) R 74559 74562 68145 0 -1 4194368 3807680 0 0 0 359746 671 0 0 20 0 41 0 12659404 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74575] ppid=74559 vsize=17444796 memory=33100 CPUtime=3599.52 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74575/stat : 74575 (fscip) R 74559 74562 68145 0 -1 4194368 1243278 0 0 0 358660 1292 0 0 20 0 41 0 12659404 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74576] ppid=74559 vsize=17444796 memory=19580 CPUtime=3598.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74576/stat : 74576 (fscip) R 74559 74562 68145 0 -1 4194368 5997648 0 0 0 359025 859 0 0 20 0 41 0 12659404 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74577] ppid=74559 vsize=17444796 memory=54528 CPUtime=3601.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74577/stat : 74577 (fscip) R 74559 74562 68145 0 -1 4194368 3254132 0 0 0 359559 573 0 0 20 0 41 0 12659404 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74578] ppid=74559 vsize=17444796 memory=28496 CPUtime=3597.46 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74578/stat : 74578 (fscip) R 74559 74562 68145 0 -1 4194368 1276785 0 0 0 358558 1188 0 0 20 0 41 0 12659404 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74579] ppid=74559 vsize=17444796 memory=7644 CPUtime=3601.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74579/stat : 74579 (fscip) R 74559 74562 68145 0 -1 4194368 5530299 0 0 0 359314 878 0 0 20 0 41 0 12659404 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74580] ppid=74559 vsize=17444796 memory=26960 CPUtime=3599.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74580/stat : 74580 (fscip) R 74559 74562 68145 0 -1 4194368 3216955 0 0 0 359289 666 0 0 20 0 41 0 12659404 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74581] ppid=74559 vsize=17444796 memory=31356 CPUtime=3600.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74581/stat : 74581 (fscip) R 74559 74562 68145 0 -1 4194368 3274175 0 0 0 358411 1639 0 0 20 0 41 0 12659404 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74582] ppid=74559 vsize=17444796 memory=3672 CPUtime=3602.39 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74582/stat : 74582 (fscip) R 74559 74562 68145 0 -1 4194368 4716203 0 0 0 359471 768 0 0 20 0 41 0 12659404 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74583] ppid=74559 vsize=17444796 memory=40372 CPUtime=3598.77 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74583/stat : 74583 (fscip) R 74559 74562 68145 0 -1 4194368 3614658 0 0 0 359248 629 0 0 20 0 41 0 12659404 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74584] ppid=74559 vsize=17444796 memory=8240 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/74562/task/74584/stat : 74584 (fscip) S 74559 74562 68145 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 12659416 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74585] ppid=74559 vsize=17444796 memory=2112 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/74562/task/74585/stat : 74585 (fscip) S 74559 74562 68145 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 12659416 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74586] ppid=74559 vsize=17444796 memory=3308 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/74562/task/74586/stat : 74586 (fscip) S 74559 74562 68145 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 12659416 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74587] ppid=74559 vsize=17444796 memory=1704 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/74562/task/74587/stat : 74587 (fscip) S 74559 74562 68145 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 12659416 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74588] ppid=74559 vsize=17444796 memory=7896 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/74562/task/74588/stat : 74588 (fscip) S 74559 74562 68145 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 12659416 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74589] ppid=74559 vsize=17444796 memory=28356 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/74562/task/74589/stat : 74589 (fscip) S 74559 74562 68145 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 12659416 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74590] ppid=74559 vsize=17444796 memory=31820 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/74562/task/74590/stat : 74590 (fscip) S 74559 74562 68145 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 12659416 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74592] ppid=74559 vsize=17444796 memory=7176 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/74562/task/74592/stat : 74592 (fscip) S 74559 74562 68145 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 12659416 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74591] ppid=74559 vsize=17444796 memory=36116 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/74562/task/74591/stat : 74591 (fscip) S 74559 74562 68145 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 12659416 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74593] ppid=74559 vsize=17444796 memory=4684 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/74562/task/74593/stat : 74593 (fscip) S 74559 74562 68145 0 -1 1077936192 61 0 0 0 3 0 0 0 20 0 41 0 12659416 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74594] ppid=74559 vsize=17444796 memory=20568 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/74562/task/74594/stat : 74594 (fscip) S 74559 74562 68145 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 12659416 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74595] ppid=74559 vsize=17444796 memory=6856 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/74562/task/74595/stat : 74595 (fscip) S 74559 74562 68145 0 -1 1077936192 122 0 0 0 1 2 0 0 20 0 41 0 12659416 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74597] ppid=74559 vsize=17444796 memory=-7307204213947325819 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/74562/task/74597/stat : 74597 (fscip) S 74559 74562 68145 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 12659416 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74596] ppid=74559 vsize=17444796 memory=28132 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/74562/task/74596/stat : 74596 (fscip) S 74559 74562 68145 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 12659416 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74598] ppid=74559 vsize=17444796 memory=33732 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/74562/task/74598/stat : 74598 (fscip) S 74559 74562 68145 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 12659416 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74599] ppid=74559 vsize=17444796 memory=37292 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/74562/task/74599/stat : 74599 (fscip) S 74559 74562 68145 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 12659416 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74600] ppid=74559 vsize=17444796 memory=7636 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74600/stat : 74600 (fscip) S 74559 74562 68145 0 -1 1077936192 120 0 0 0 0 2 0 0 20 0 41 0 12659416 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74601] ppid=74559 vsize=17444796 memory=18248 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74562/task/74601/stat : 74601 (fscip) S 74559 74562 68145 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 12659416 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74602] ppid=74559 vsize=17444796 memory=20208 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/74562/task/74602/stat : 74602 (fscip) S 74559 74562 68145 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 12659416 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
[pid=74562/tid=74603] ppid=74559 vsize=17444796 memory=5536 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/74562/task/74603/stat : 74603 (fscip) S 74559 74562 68145 0 -1 1077936192 62 0 0 0 3 0 0 0 20 0 41 0 12659416 17863471104 3972648 809668444160 4194304 16623229 140727309025520 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 30240768 140727309030410 140727309030528 140727309030528 140727309037552 0
Current children cumulated CPU time: 72001.1 s
Current children cumulated vsize: 17444796 KiB
Current children cumulated memory: 15890592 KiB

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

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

# cumulated CPU time of all completed processes:  user=71817.4 s, system=184.399 s

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

[startup+3632.82 s]
/proc/loadavg: 75.67 79.24 79.64 22/888 77132
/proc/meminfo: memFree=757915876/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3633 s]*
/proc/loadavg: 75.67 79.24 79.64 22/888 77132
/proc/meminfo: memFree=767987712/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3633.07
CPU time (s): 72001.8
CPU user time (s): 71817.4
CPU system time (s): 184.399
CPU usage (%): 1981.84
Max. virtual memory (cumulated for all children) (KiB): 17444796
Max. memory (cumulated for all children) (KiB): 15890592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71817.4
system time used= 184.399
maximum resident set size= 15890592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71772849
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= 620832
involuntary context switches= 463748


# summary of solver processes directly reported to runsolver:
#   pid: 74562
#   total CPU time (s): 72001.8
#   total CPU user time (s): 71817.4
#   total CPU system time (s): 184.399

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.4475 second user time and 80.8325 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-07-31 23:18:46
IDJOB=4465221
IDBENCH=147695
IDSOLVER=3094
FILE ID=nodeD101/4465221-1722460726
RUNJOBID= nodeD101-1722453440-68158
SLURM_JOB_ID= 8254236
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_11.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-4465221-1722460726/watcher-4465221-1722460726 -o /tmp/evaluation-result-4465221-1722460726/solver-4465221-1722460726 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722453440-68158 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465221-1722460726.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 89d4e33f1fc4516d7db076f434bf527f
RANDOM SEED=1330421184

nodeD101.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	: 0x5003102
cpu MHz		: 3124.753
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 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	: 0x5003102
cpu MHz		: 3045.833
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3156.148
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2086.680
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3097.780
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 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	: 0x5003102
cpu MHz		: 3035.506
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3156.252
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3651.214
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3124.824
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 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	: 0x5003102
cpu MHz		: 3042.309
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3156.280
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3376.888
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3124.832
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 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	: 0x5003102
cpu MHz		: 3046.061
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3156.312
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3335.545
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3119.900
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 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	: 0x5003102
cpu MHz		: 3046.119
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3156.324
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2530.632
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3035.591
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 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	: 0x5003102
cpu MHz		: 3046.179
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3154.303
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3643.867
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3124.864
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 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	: 0x5003102
cpu MHz		: 3040.721
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3156.355
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3541.811
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3034.942
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 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	: 0x5003102
cpu MHz		: 3042.707
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3156.294
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2665.508
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2901.690
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 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	: 0x5003102
cpu MHz		: 3046.402
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3156.221
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2308.492
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3124.912
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 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	: 0x5003102
cpu MHz		: 3042.464
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3156.149
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2663.984
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3023.457
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 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	: 0x5003102
cpu MHz		: 3043.253
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3156.068
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 1135.454
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2991.222
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 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	: 0x5003102
cpu MHz		: 2905.044
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3156.007
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2669.489
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3065.708
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 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	: 0x5003102
cpu MHz		: 3043.661
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3153.359
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2658.384
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3072.104
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 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	: 0x5003102
cpu MHz		: 3046.244
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3155.958
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2665.329
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3124.985
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 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	: 0x5003102
cpu MHz		: 3042.364
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3155.936
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2666.280
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3124.999
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 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	: 0x5003102
cpu MHz		: 3044.843
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3156.016
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2659.295
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3125.018
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 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	: 0x5003102
cpu MHz		: 3046.002
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3156.088
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2646.603
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3125.026
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 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	: 0x5003102
cpu MHz		: 2979.273
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3156.184
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2660.161
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3018.757
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 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	: 0x5003102
cpu MHz		: 3045.974
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3156.264
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2659.555
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3125.060
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 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	: 0x5003102
cpu MHz		: 3045.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3154.418
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 1061.213
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        774765820 kB
MemAvailable:   772920612 kB
Buffers:          168496 kB
Cached:          1016868 kB
SwapCached:            0 kB
Active:           326940 kB
Inactive:       13297340 kB
Active(anon):       2128 kB
Inactive(anon): 12459316 kB
Active(file):     324812 kB
Inactive(file):   838024 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             59016 kB
Writeback:            12 kB
AnonPages:      12438156 kB
Mapped:           125320 kB
Shmem:             22536 kB
KReclaimable:     134064 kB
Slab:             462984 kB
SReclaimable:     134064 kB
SUnreclaim:       328920 kB
KernelStack:       16816 kB
PageTables:        34364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2277736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           211200 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2375680 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      468992 kB
DirectMap2M:    27291648 kB
DirectMap1G:    778043392 kB

Free space on /tmp at the end= 8622860 MiB
End job on nodeD101 at 2024-08-01 00:19:19