Trace number 4465241

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) 72000.8 3643.91

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_3.opb
MD5SUM8548cf2fe8567884970fc9be656882ff
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables71
Total number of constraints17
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 constraints16
Minimum length of a constraint1
Maximum length of a constraint70
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1782
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5346
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 22560768, getVmSize() = 22560768, SCIPgetMemUsed() = 828121, SCIPgetMemTotal() = 1109401, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for presolving in LC to 8.79602e+12 for SCIP **
0.00/0.01	c ** Estimated virtualMemUsedAtSolver = 15147008, getVmSize() = 25915392, SCIPgetMemUsed() = 1715450, SCIPgetMemTotal() = 3426682, SCIPgetMemExternEstim() = 1048576
0.00/0.01	c ** set memory limit for solvers to 4.18857e+11 for each SCIP **
0.00/0.01	c Original Problem   :
0.00/0.01	c   Problem name     : instance-4465241-1722453464
0.00/0.01	c   Variables        : 71 (71 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 17
0.00/0.01	c   Objective sense  : minimize
0.00/0.01	c Presolved Problem  :
0.00/0.01	c   Variables        : 70 (70 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 14
0.00/0.01	c Constraints        : Number
0.00/0.01	c   linear           : 12 
0.00/0.01	c   logicor          : 2 
0.00/0.01	c ** Instance transfer method used: 0
0.00/0.01	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.04	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.05	c                                Nodes    Active                                            
0.00/0.05	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
97.79/5.10	c         5          99766          33        20                -           0.0000          -
197.93/10.15	c        10         234493          32        20                -           0.0000          -
297.65/15.20	c        15         375494          33        20                -           0.0000          -
395.96/20.24	c        20         512244          33        20                -           0.0000          -
494.49/25.29	c        25         645419          32        20                -           0.0000          -
594.72/30.34	c        30         782326          35        20                -           0.0000          -
693.27/35.38	c        35         928121          34        20                -           0.0000          -
793.59/40.43	c        40        1065769          34        20                -           0.0000          -
892.19/45.49	c        45        1204603          32        20                -           0.0000          -
992.49/50.54	c        51        1336591          30        20                -           0.0000          -
1091.08/55.58	c        56        1483325          34        20                -           0.0000          -
1191.59/60.63	c        61        1609883          32        20                -           0.0000          -
1290.15/65.68	c        66        1755338          33        20                -           0.0000          -
1390.77/70.73	c        71        1879431          34        20                -           0.0000          -
1489.44/75.78	c        76        2016934          33        20                -           0.0000          -
1589.97/80.83	c        81        2173904          33        20                -           0.0000          -
1688.64/85.88	c        86        2309083          32        20                -           0.0000          -
1789.22/90.93	c        91        2442701          30        20                -           0.0000          -
1887.91/95.99	c        96        2587744          31        20                -           0.0000          -
1986.66/101.04	c       101        2721679          32        20                -           0.0000          -
2087.75/106.08	c       106        2870000          31        20                -           0.0000          -
2188.27/111.13	c       111        3000232          33        20                -           0.0000          -
2286.74/116.19	c       116        3142743          32        20                -           0.0000          -
2386.76/121.23	c       121        3286619          32        20                -           0.0000          -
2485.31/126.28	c       126        3427684          33        20                -           0.0000          -
2586.05/131.32	c       131        3568101          30        20                -           0.0000          -
2684.51/136.37	c       136        3707574          33        20                -           0.0000          -
2785.01/141.42	c       141        3847022          33        20                -           0.0000          -
2883.59/146.47	c       146        3985236          33        20                -           0.0000          -
2984.17/151.52	c       152        4123023          34        20                -           0.0000          -
3082.77/156.57	c       157        4260768          35        20                -           0.0000          -
3183.44/161.60	c       162        4401891          32        20                -           0.0000          -
3281.86/166.62	c       167         247846      143653        20                -           0.0000          -
3380.59/171.66	c       172        4674038          35        20                -           0.0000          -
3480.98/176.77	c       177        4813877          32        20                -           0.0000          -
3581.50/181.81	c       182        4956331          34        20                -           0.0000          -
3680.16/186.87	c       187        5097839          34        20                -           0.0000          -
3780.87/191.92	c       192        5227726          34        20                -           0.0000          -
3879.44/196.94	c       197        5377779          34        20                -           0.0000          -
3978.06/201.99	c       202        5519405          34        20                -           0.0000          -
4079.44/207.05	c       207        5661569          32        20                -           0.0000          -
4177.83/212.06	c       212        5802258          33        20                -           0.0000          -
4276.76/217.06	c       217         156068      102984        20                -           0.0000          -
4375.15/222.10	c       222         159736      105316        20                -           0.0000          -
4474.23/227.13	c       227         159014       95348        20                -           0.0000          -
4574.40/232.14	c       232         162772       97410        20                -           0.0000          -
4671.41/237.14	c       237         328943      186211        20                -           0.0000          -
4775.17/242.33	c       242         170114      101340        20                -           0.0000          -
4873.74/247.38	c       247         173360      103052        20                -           0.0000          -
4974.40/252.45	c       252         176802      104904        20                -           0.0000          -
5075.14/257.53	c       258         180442      106738        20                -           0.0000          -
5173.91/262.59	c       263        7250621          32        20                -           0.0000          -
5274.55/267.66	c       268        7395550          33        20                -           0.0000          -
5373.12/272.67	c       273        7538289          32        20                -           0.0000          -
5473.82/277.77	c       278        7645384          35        20                -           0.0000          -
5574.42/282.80	c       283        7823706          33        20                -           0.0000          -
5673.10/287.84	c       288        7966526          31        20                -           0.0000          -
5773.69/292.93	c       293        8071087          34        20                -           0.0000          -
5872.29/297.97	c       298         389418      218208        20                -           0.0000          -
5971.18/303.02	c       303        8398739          34        20                -           0.0000          -
6072.42/308.07	c       308        8500594          32        20                -           0.0000          -
6170.92/313.12	c       313        8681474          33        20                -           0.0000          -
6271.84/318.17	c       318         411730      228828        20                -           0.0000          -
6371.64/323.22	c       323        8918923          35        20                -           0.0000          -
6470.39/328.25	c       328        9065679          33        20                -           0.0000          -
6571.10/333.32	c       333        9256443          34        20                -           0.0000          -
6669.79/338.34	c       338        9352884          34        20                -           0.0000          -
6770.42/343.42	c       343        9498642          34        20                -           0.0000          -
6869.11/348.47	c       348        9639724          32        20                -           0.0000          -
6970.01/353.52	c       354        9780507          33        20                -           0.0000          -
7068.71/358.57	c       359         453972      249954        20                -           0.0000          -
7169.18/363.62	c       364       10062351          31        20                -           0.0000          -
7267.75/368.67	c       369       10263234          33        20                -           0.0000          -
7368.47/373.70	c       374       10408023          32        20                -           0.0000          -
7467.02/378.78	c       379       10467924          32        20                -           0.0000          -
7567.67/383.82	c       384       10704538          33        20                -           0.0000          -
7666.55/388.88	c       389       10850532          33        20                -           0.0000          -
7767.37/393.92	c       394       10875069          33        20                -           0.0000          -
7866.06/398.97	c       399       11147255          34        20                -           0.0000          -
7964.63/404.02	c       404       11155235          33        20                -           0.0000          -
8066.26/409.05	c       409         499560      273506        20                -           0.0000          -
8165.01/414.10	c       414       11429822          32        20                -           0.0000          -
8263.65/419.11	c       419       11733258          31        20                -           0.0000          -
8364.50/424.15	c       424         514459      280751        20                -           0.0000          -
8463.34/429.19	c       429       11845043          33        20                -           0.0000          -
8563.12/434.25	c       434         310782      194219        20                -           0.0000          -
8663.84/439.32	c       439       12125432          34        20                -           0.0000          -
8762.58/444.35	c       444       12453387          32        20                -           0.0000          -
8862.91/449.47	c       449       12602267          34        20                -           0.0000          -
8963.73/454.53	c       455       12747048          31        20                -           0.0000          -
9062.41/459.58	c       460       12892428          31        20                -           0.0000          -
9163.18/464.60	c       465       12840156          34        20                -           0.0000          -
9261.90/469.67	c       470       13186233          32        20                -           0.0000          -
9362.64/474.72	c       475       13338757          32        20                -           0.0000          -
9461.40/479.77	c       480       13482467          32        20                -           0.0000          -
9562.12/484.82	c       485         562496      306074        20                -           0.0000          -
9660.88/489.86	c       490       13571657          33        20                -           0.0000          -
9761.70/494.92	c       495       13915821          32        20                -           0.0000          -
9860.27/499.97	c       500       14060602          33        20                -           0.0000          -
9959.02/505.02	c       505       13997565          35        20                -           0.0000          -
10060.56/510.07	c       510       14141777          35        20                -           0.0000          -
10159.22/515.11	c       515       14288575          33        20                -           0.0000          -
10259.86/520.16	c       520       14644535          32        20                -           0.0000          -
10359.82/525.21	c       525       14788665          34        20                -           0.0000          -
10458.34/530.26	c       530       14933615          32        20                -           0.0000          -
10559.01/535.31	c       535       14862195          35        20                -           0.0000          -
10657.89/540.33	c       540         603634      327902        20                -           0.0000          -
10756.36/545.34	c       545       15157305          33        20                -           0.0000          -
10857.10/550.41	c       550       15307468          30        20                -           0.0000          -
10955.95/555.43	c       555         393383      242192        20                -           0.0000          -
11054.58/560.46	c       560         622712      337334        20                -           0.0000          -
11153.31/565.47	c       565       15963811          34        20                -           0.0000          -
11253.91/570.56	c       571         630215      341029        20                -           0.0000          -
11354.73/575.63	c       576         635113      343481        20                -           0.0000          -
11453.47/580.69	c       581       16411514          29        20                -           0.0000          -
11554.35/585.76	c       586       16326719          33        20                -           0.0000          -
11655.03/590.83	c       591       16476478          34        20                -           0.0000          -
11754.03/595.84	c       596       16615449          33        20                -           0.0000          -
11854.68/600.92	c       601       16759610          32        20                -           0.0000          -
11953.39/606.01	c       606         658372      355562        20                -           0.0000          -
12054.69/611.07	c       611       17271871          34        20                -           0.0000          -
12153.69/616.09	c       616       17210381          31        20                -           0.0000          -
12252.25/621.12	c       621       17361100          32        20                -           0.0000          -
12352.99/626.14	c       626       17705507          32        20                -           0.0000          -
12453.15/631.22	c       631       17652719          31        20                -           0.0000          -
12553.64/636.31	c       636       17984254          33        20                -           0.0000          -
12652.37/641.37	c       641       17941311          33        20                -           0.0000          -
12753.09/646.41	c       646       18083844          34        20                -           0.0000          -
12852.26/651.46	c       651       18228626          32        20                -           0.0000          -
12952.89/656.51	c       657       18372829          33        20                -           0.0000          -
13051.67/661.57	c       662       18725227          32        20                -           0.0000          -
13152.30/666.61	c       667       18872157          32        20                -           0.0000          -
13251.02/671.63	c       672         713044      381755        20                -           0.0000          -
13349.69/676.68	c       677       19160451          34        20                -           0.0000          -
13450.61/681.76	c       682         476369      287257        20                -           0.0000          -
13551.41/686.81	c       687       19445699          32        20                -           0.0000          -
13650.17/691.86	c       692       19590814          33        20                -           0.0000          -
13748.96/696.89	c       697       19736124          33        20                -           0.0000          -
13849.65/701.90	c       702       19881236          33        20                -           0.0000          -
13948.54/706.94	c       707       19815763          32        20                -           0.0000          -
14047.08/711.99	c       712       19958830          33        20                -           0.0000          -
14145.83/717.00	c       717       20106900          33        20                -           0.0000          -
14247.01/722.06	c       722         496182      277994        20                -           0.0000          -
14345.84/727.08	c       727         499713      279647        20                -           0.0000          -
14446.49/732.16	c       732         503028      281210        20                -           0.0000          -
14546.65/737.24	c       737         506251      283197        20                -           0.0000          -
14647.41/742.31	c       742       20836225          32        20                -           0.0000          -
14747.87/747.42	c       747         771028      410288        20                -           0.0000          -
14846.72/752.42	c       752       21119373          32        20                -           0.0000          -
14945.47/757.45	c       757         779388      414164        20                -           0.0000          -
15046.16/762.56	c       763         527698      315669        20                -           0.0000          -
15146.95/767.62	c       768       21544334          31        20                -           0.0000          -
15245.72/772.66	c       773       21946592          31        20                -           0.0000          -
15346.52/777.72	c       778       21835235          34        20                -           0.0000          -
15445.31/782.77	c       783       22240014          33        20                -           0.0000          -
15545.90/787.82	c       788       22387010          33        20                -           0.0000          -
15644.80/792.87	c       793       22256194          33        20                -           0.0000          -
15745.51/797.91	c       798       22402494          33        20                -           0.0000          -
15844.40/802.96	c       803       22550202          33        20                -           0.0000          -
15943.13/808.03	c       808         815180      432451        20                -           0.0000          -
16044.62/813.04	c       813       22835894          33        20                -           0.0000          -
16143.32/818.12	c       818       23273583          32        20                -           0.0000          -
16244.02/823.14	c       823         827425      438278        20                -           0.0000          -
16342.96/828.13	c       828         567862      338734        20                -           0.0000          -
16442.05/833.15	c       833         568513      316067        20                -           0.0000          -
16541.91/838.26	c       838         572299      317997        20                -           0.0000          -
16642.74/843.36	c       843       23692380          33        20                -           0.0000          -
16741.30/848.39	c       848       23834040          31        20                -           0.0000          -
16840.10/853.40	c       853       24310158          33        20                -           0.0000          -
16942.88/858.51	c       859       24119066          33        20                -           0.0000          -
17041.68/863.56	c       864       24262982          31        20                -           0.0000          -
17142.37/868.61	c       869       24404189          34        20                -           0.0000          -
17241.40/873.64	c       874       24901249          34        20                -           0.0000          -
17340.38/878.65	c       879       24691535          32        20                -           0.0000          -
17439.30/883.69	c       884       24838127          34        20                -           0.0000          -
17539.93/888.79	c       889       24981151          32        20                -           0.0000          -
17640.81/893.85	c       894       25496435          34        20                -           0.0000          -
17741.59/898.91	c       899       25264287          34        20                -           0.0000          -
17840.39/903.95	c       904       25795264          33        20                -           0.0000          -
17939.25/908.98	c       909       25949184          31        20                -           0.0000          -
18037.93/913.99	c       914       26097880          33        20                -           0.0000          -
18139.46/919.05	c       919       26247810          33        20                -           0.0000          -
18239.87/924.16	c       924         630469      371633        20                -           0.0000          -
18339.93/929.21	c       929       26127718          33        20                -           0.0000          -
18438.67/934.26	c       934       26272778          33        20                -           0.0000          -
18539.34/939.31	c       939         920457      481301        20                -           0.0000          -
18638.20/944.33	c       944       26553519          32        20                -           0.0000          -
18736.93/949.33	c       949         642448      354986        20                -           0.0000          -
18835.60/954.36	c       954       26842538          33        20                -           0.0000          -
18936.19/959.43	c       959       26993240          31        20                -           0.0000          -
19035.10/964.48	c       964       27140315          32        20                -           0.0000          -
19133.79/969.50	c       970       27740225          34        20                -           0.0000          -
19234.46/974.54	c       975         944947      493202        20                -           0.0000          -
19335.36/979.62	c       980       27583597          32        20                -           0.0000          -
19434.09/984.66	c       985         669956      393031        20                -           0.0000          -
19534.58/989.72	c       990         673356      394821        20                -           0.0000          -
19635.32/994.83	c       995         676505      396618        20                -           0.0000          -
19734.09/999.90	c      1000         965302      502451        20                -           0.0000          -
19834.69/1004.97	c      1005       28783443          30        20                -           0.0000          -
19933.40/1010.02	c      1010       28452475          32        20                -           0.0000          -
20034.54/1015.06	c      1015       29083989          30        20                -           0.0000          -
20133.38/1020.11	c      1020         979155      509333        20                -           0.0000          -
20231.93/1025.12	c      1025       28883395          32        20                -           0.0000          -
20332.57/1030.20	c      1030       29029786          31        20                -           0.0000          -
20432.67/1035.25	c      1035       29633212          33        20                -           0.0000          -
20531.48/1040.28	c      1040       29324941          31        20                -           0.0000          -
20632.25/1045.35	c      1045         994755      516779        20                -           0.0000          -
20730.82/1050.37	c      1050         709975      415063        20                -           0.0000          -
20831.77/1055.40	c      1055        1000925      519669        20                -           0.0000          -
20930.55/1060.47	c      1060       29916402          32        20                -           0.0000          -
21031.47/1065.55	c      1066        1007970      523030        20                -           0.0000          -
21130.36/1070.57	c      1071       30211289          29        20                -           0.0000          -
21231.07/1075.65	c      1076       30796371          32        20                -           0.0000          -
21331.87/1080.70	c      1081       30506640          32        20                -           0.0000          -
21430.71/1085.75	c      1086       30655669          33        20                -           0.0000          -
21531.75/1090.80	c      1091       30805825          31        20                -           0.0000          -
21630.66/1095.85	c      1096       30951657          33        20                -           0.0000          -
21729.45/1100.89	c      1101         741665      431816        20                -           0.0000          -
21830.30/1105.92	c      1106        1036796      536596        20                -           0.0000          -
21929.06/1111.01	c      1111       31384082          32        20                -           0.0000          -
22030.65/1116.06	c      1116       31951800          33        20                -           0.0000          -
22129.19/1121.08	c      1121       31669954          32        20                -           0.0000          -
22228.48/1126.09	c      1126       31806932          34        20                -           0.0000          -
22330.35/1131.20	c      1131       31947971          33        20                -           0.0000          -
22429.10/1136.25	c      1136        1057779      546695        20                -           0.0000          -
22529.73/1141.31	c      1141       32678598          35        20                -           0.0000          -
22628.52/1146.35	c      1146       32824246          33        20                -           0.0000          -
22729.17/1151.40	c      1151       32968119          32        20                -           0.0000          -
22828.01/1156.45	c      1156       32655040          34        20                -           0.0000          -
22926.87/1161.47	c      1161        1078401      556055        20                -           0.0000          -
23027.70/1166.55	c      1167       33389201          32        20                -           0.0000          -
23128.17/1171.60	c      1172       33526527          32        20                -           0.0000          -
23227.00/1176.65	c      1177        1089515      560799        20                -           0.0000          -
23327.86/1181.70	c      1182       33365872          32        20                -           0.0000          -
23426.57/1186.75	c      1187       33511215          33        20                -           0.0000          -
23527.27/1191.80	c      1192       33654886          32        20                -           0.0000          -
23626.07/1196.85	c      1197        1104132      567286        20                -           0.0000          -
23727.03/1201.90	c      1202       33930999          31        20                -           0.0000          -
23825.78/1206.96	c      1207       34552123          32        20                -           0.0000          -
23924.79/1212.01	c      1212       34695883          32        20                -           0.0000          -
24026.33/1217.06	c      1217       34843629          32        20                -           0.0000          -
24125.06/1222.08	c      1222       34991603          30        20                -           0.0000          -
24225.59/1227.15	c      1227       35134352          33        20                -           0.0000          -
24325.80/1232.20	c      1232       35280986          33        20                -           0.0000          -
24424.47/1237.25	c      1237       35426092          33        20                -           0.0000          -
24523.30/1242.29	c      1242        1132977      581018        20                -           0.0000          -
24624.20/1247.36	c      1247       35721815          34        20                -           0.0000          -
24722.99/1252.39	c      1252       35872166          33        20                -           0.0000          -
24823.71/1257.45	c      1257       36025569          34        20                -           0.0000          -
24922.57/1262.49	c      1262       36172556          33        20                -           0.0000          -
25023.51/1267.51	c      1268        1149662      588749        20                -           0.0000          -
25122.36/1272.55	c      1273       36462215          32        20                -           0.0000          -
25223.07/1277.65	c      1278       36606046          33        20                -           0.0000          -
25321.89/1282.67	c      1283       36751105          32        20                -           0.0000          -
25420.86/1287.69	c      1288       36898056          33        20                -           0.0000          -
25521.69/1292.71	c      1293        1165959      596160        20                -           0.0000          -
25620.44/1297.75	c      1298         855391      463534        20                -           0.0000          -
25721.23/1302.88	c      1303       37339504          33        20                -           0.0000          -
25821.99/1307.95	c      1308       37482775          32        20                -           0.0000          -
25920.74/1313.00	c      1313        1181708      603027        20                -           0.0000          -
26022.01/1318.05	c      1318       37774656          33        20                -           0.0000          -
26120.84/1323.10	c      1323       37921563          34        20                -           0.0000          -
26220.02/1328.12	c      1328         875836      504006        20                -           0.0000          -
26321.55/1333.21	c      1333       38220952          31        20                -           0.0000          -
26420.27/1338.26	c      1338       38370292          31        20                -           0.0000          -
26520.93/1343.31	c      1343       38515700          33        20                -           0.0000          -
26619.48/1348.36	c      1348       38662372          33        20                -           0.0000          -
26720.33/1353.40	c      1353        1213192      616681        20                -           0.0000          -
26819.22/1358.46	c      1358       38963755          32        20                -           0.0000          -
26918.18/1363.49	c      1363       39111846          33        20                -           0.0000          -
27019.07/1368.56	c      1369       39260509          32        20                -           0.0000          -
27119.88/1373.60	c      1374        1223217      621740        20                -           0.0000          -
27218.79/1378.62	c      1379       39562760          31        20                -           0.0000          -
27317.62/1383.63	c      1384       39715925          30        20                -           0.0000          -
27416.48/1388.66	c      1389        1232658      626145        20                -           0.0000          -
27515.31/1393.68	c      1394       40014930          33        20                -           0.0000          -
27616.03/1398.76	c      1399       40163704          35        20                -           0.0000          -
27718.74/1403.90	c      1404       40310148          33        20                -           0.0000          -
27817.86/1408.95	c      1409       40457446          33        20                -           0.0000          -
27916.61/1413.98	c      1414       40610620          33        20                -           0.0000          -
28015.47/1419.01	c      1419       40759975          34        20                -           0.0000          -
28114.22/1424.01	c      1424       40910962          31        20                -           0.0000          -
28215.52/1429.11	c      1429         934419      503438        20                -           0.0000          -
28317.76/1434.21	c      1434         937634      505013        20                -           0.0000          -
28416.60/1439.25	c      1439        1255249      637484        20                -           0.0000          -
28517.66/1444.30	c      1444       41507944          33        20                -           0.0000          -
28616.53/1449.35	c      1449       41656882          33        20                -           0.0000          -
28715.38/1454.39	c      1454        1265841      642459        20                -           0.0000          -
28816.05/1459.45	c      1459        1268771      643745        20                -           0.0000          -
28914.74/1464.46	c      1464       42089134          33        20                -           0.0000          -
29015.68/1469.55	c      1470       42235309          30        20                -           0.0000          -
29114.68/1474.60	c      1475       42384554          31        20                -           0.0000          -
29215.30/1479.66	c      1480       42536662          31        20                -           0.0000          -
29316.35/1484.70	c      1485       42687486          33        20                -           0.0000          -
29415.31/1489.73	c      1490        1289481      652807        20                -           0.0000          -
29514.31/1494.76	c      1495         970010      522230        20                -           0.0000          -
29615.10/1499.84	c      1500         973039      523927        20                -           0.0000          -
29715.97/1504.90	c      1505       43293688          31        20                -           0.0000          -
29814.84/1509.92	c      1510       43448478          31        20                -           0.0000          -
29913.62/1514.94	c      1515       43600511          30        20                -           0.0000          -
30015.29/1520.05	c      1520        1310255      662015        20                -           0.0000          -
30113.64/1525.07	c      1525       43903688          33        20                -           0.0000          -
30214.47/1530.15	c      1530       44057952          33        20                -           0.0000          -
30314.90/1535.20	c      1535       44212525          34        20                -           0.0000          -
30413.71/1540.25	c      1540        1001573      568302        20                -           0.0000          -
30514.53/1545.30	c      1545       44521853          32        20                -           0.0000          -
30613.43/1550.36	c      1550       44676828          35        20                -           0.0000          -
30714.22/1555.40	c      1555       44834434          33        20                -           0.0000          -
30813.15/1560.45	c      1560        1013039      574406        20                -           0.0000          -
30912.16/1565.49	c      1565       45142215          32        20                -           0.0000          -
31011.10/1570.49	c      1570       45292276          33        20                -           0.0000          -
31111.98/1575.53	c      1576       45440483          34        20                -           0.0000          -
31210.83/1580.55	c      1581        1024394      580589        20                -           0.0000          -
31309.81/1585.59	c      1586        1351773      680613        20                -           0.0000          -
31412.36/1590.75	c      1591        1355313      682165        20                -           0.0000          -
31513.45/1595.81	c      1596       46044294          31        20                -           0.0000          -
31612.02/1600.85	c      1601       46192618          33        20                -           0.0000          -
31712.77/1605.91	c      1606       46335704          33        20                -           0.0000          -
31811.69/1610.94	c      1611       46487779          32        20                -           0.0000          -
31910.47/1615.97	c      1616        1370247      689030        20                -           0.0000          -
32009.37/1621.00	c      1621        1047395      592172        20                -           0.0000          -
32110.78/1626.07	c      1626        1051435      561406        20                -           0.0000          -
32209.88/1631.09	c      1631       47107143          30        20                -           0.0000          -
32312.03/1636.20	c      1636       47262030          33        20                -           0.0000          -
32411.03/1641.25	c      1641       47416788          31        20                -           0.0000          -
32511.62/1646.30	c      1646       47559537          32        20                -           0.0000          -
32610.22/1651.33	c      1651       47699860          33        20                -           0.0000          -
32709.04/1656.36	c      1656        1387234      697831        20                -           0.0000          -
32810.00/1661.45	c      1661       47988792          33        20                -           0.0000          -
32908.90/1666.48	c      1666        1394096      700711        20                -           0.0000          -
33009.89/1671.55	c      1672       48276586          33        20                -           0.0000          -
33108.66/1676.56	c      1677        1398950      703095        20                -           0.0000          -
33207.48/1681.58	c      1682       48571644          33        20                -           0.0000          -
33306.28/1686.60	c      1687       48717625          32        20                -           0.0000          -
33409.06/1691.74	c      1692       48862999          32        20                -           0.0000          -
33509.98/1696.81	c      1697       49007925          34        20                -           0.0000          -
33608.58/1701.85	c      1702        1097285      583892        20                -           0.0000          -
33709.35/1706.90	c      1707       49297970          33        20                -           0.0000          -
33808.48/1711.95	c      1712        1420042      712369        20                -           0.0000          -
33907.21/1717.00	c      1717       49595963          32        20                -           0.0000          -
34008.68/1722.06	c      1722       49740586          33        20                -           0.0000          -
34107.44/1727.11	c      1727        1423454      714491        20                -           0.0000          -
34208.15/1732.16	c      1732        1424754      715371        20                -           0.0000          -
34308.30/1737.21	c      1737        1112357      626732        20                -           0.0000          -
34406.93/1742.26	c      1742       50326670          33        20                -           0.0000          -
34507.66/1747.31	c      1747       50473587          32        20                -           0.0000          -
34606.48/1752.36	c      1752       50619356          33        20                -           0.0000          -
34707.23/1757.41	c      1757       50768799          34        20                -           0.0000          -
34805.94/1762.47	c      1762       50917939          32        20                -           0.0000          -
34904.84/1767.49	c      1767       51068988          33        20                -           0.0000          -
35003.79/1772.49	c      1772        1131480      636423        20                -           0.0000          -
35106.44/1777.60	c      1778        1141748      605943        20                -           0.0000          -
35205.27/1782.66	c      1783       51508875          34        20                -           0.0000          -
35304.26/1787.69	c      1788       51645661          32        20                -           0.0000          -
35405.30/1792.72	c      1793       51785775          32        20                -           0.0000          -
35506.22/1797.81	c      1798       51925159          34        20                -           0.0000          -
35605.17/1802.86	c      1803       52073572          31        20                -           0.0000          -
35706.05/1807.92	c      1808       52221287          32        20                -           0.0000          -
35804.86/1812.96	c      1813        1156318      648525        20                -           0.0000          -
35903.83/1818.01	c      1818       52508601          34        20                -           0.0000          -
36005.30/1823.05	c      1823       52652920          35        20                -           0.0000          -
36104.15/1828.07	c      1828       52800537          34        20                -           0.0000          -
36204.85/1833.16	c      1833       52947305          32        20                -           0.0000          -
36304.94/1838.21	c      1838        1478487      741312        20                -           0.0000          -
36403.97/1843.25	c      1843       53242303          34        20                -           0.0000          -
36504.94/1848.31	c      1848       53389531          32        20                -           0.0000          -
36603.76/1853.36	c      1853       53537577          32        20                -           0.0000          -
36704.50/1858.41	c      1858        1491803      747166        20                -           0.0000          -
36803.32/1863.46	c      1863       53828349          32        20                -           0.0000          -
36904.18/1868.51	c      1869        1497995      749770        20                -           0.0000          -
37003.31/1873.53	c      1874       54119969          32        20                -           0.0000          -
37102.15/1878.54	c      1879       54267212          31        20                -           0.0000          -
37203.15/1883.60	c      1884       54416739          32        20                -           0.0000          -
37301.95/1888.65	c      1889        1198946      669967        20                -           0.0000          -
37400.75/1893.69	c      1894       54717016          33        20                -           0.0000          -
37503.50/1898.81	c      1899        1507984      755141        20                -           0.0000          -
37602.63/1903.86	c      1904       55019104          31        20                -           0.0000          -
37703.64/1908.91	c      1909       55167181          32        20                -           0.0000          -
37802.37/1913.96	c      1914       55312909          32        20                -           0.0000          -
37901.14/1919.01	c      1919        1519996      760426        20                -           0.0000          -
38002.54/1924.06	c      1924       55609601          32        20                -           0.0000          -
38101.24/1929.11	c      1929       55757334          31        20                -           0.0000          -
38202.02/1934.14	c      1934        1528662      764218        20                -           0.0000          -
38300.68/1939.15	c      1939        1229013      684938        20                -           0.0000          -
38400.65/1944.23	c      1944        1534558      766871        20                -           0.0000          -
38499.61/1949.26	c      1949       56346679          32        20                -           0.0000          -
38600.43/1954.36	c      1954       56496969          32        20                -           0.0000          -
38701.59/1959.41	c      1959       56646003          32        20                -           0.0000          -
38800.49/1964.46	c      1964       56792067          30        20                -           0.0000          -
38901.51/1969.51	c      1970        1257140      661623        20                -           0.0000          -
39000.40/1974.56	c      1975       57088077          32        20                -           0.0000          -
39101.25/1979.62	c      1980       57230189          32        20                -           0.0000          -
39200.12/1984.66	c      1985       57370666          31        20                -           0.0000          -
39301.01/1989.71	c      1990       57512643          32        20                -           0.0000          -
39399.57/1994.76	c      1995       57659875          32        20                -           0.0000          -
39498.28/1999.78	c      2000        1564100      780713        20                -           0.0000          -
39599.15/2004.82	c      2005        1277822      671279        20                -           0.0000          -
39699.99/2009.92	c      2010        1280757      672674        20                -           0.0000          -
39798.75/2014.96	c      2015        1570412      783547        20                -           0.0000          -
39897.58/2020.01	c      2020       58395413          32        20                -           0.0000          -
39998.98/2025.06	c      2025        1576458      786159        20                -           0.0000          -
40098.31/2030.11	c      2030       58685299          32        20                -           0.0000          -
40198.74/2035.16	c      2035       58834776          31        20                -           0.0000          -
40297.81/2040.18	c      2040       58980451          32        20                -           0.0000          -
40397.84/2045.23	c      2045       59124340          31        20                -           0.0000          -
40496.62/2050.26	c      2050        1589012      792035        20                -           0.0000          -
40597.28/2055.30	c      2055       59406563          32        20                -           0.0000          -
40696.27/2060.32	c      2060        1594403      794426        20                -           0.0000          -
40797.12/2065.42	c      2065        1597309      795788        20                -           0.0000          -
40895.95/2070.44	c      2070       59835872          33        20                -           0.0000          -
40996.88/2075.56	c      2076       59983372          33        20                -           0.0000          -
41097.80/2080.60	c      2081       60126918          33        20                -           0.0000          -
41196.72/2085.65	c      2086       60270836          33        20                -           0.0000          -
41297.55/2090.71	c      2091        1614445      803138        20                -           0.0000          -
41396.52/2095.75	c      2096        1617405      804418        20                -           0.0000          -
41495.48/2100.79	c      2101       60696879          32        20                -           0.0000          -
41596.31/2105.84	c      2106        1622458      806866        20                -           0.0000          -
41695.04/2110.89	c      2111       60982324          31        20                -           0.0000          -
41795.82/2115.92	c      2116       61125885          34        20                -           0.0000          -
41894.67/2120.93	c      2121        1328645      736019        20                -           0.0000          -
41996.14/2126.05	c      2126       61417676          31        20                -           0.0000          -
42095.10/2131.10	c      2131       61557978          31        20                -           0.0000          -
42196.11/2136.15	c      2136       61701408          31        20                -           0.0000          -
42296.14/2141.20	c      2141       61841715          32        20                -           0.0000          -
42395.00/2146.21	c      2146       61984369          32        20                -           0.0000          -
42493.89/2151.29	c      2151       62128457          32        20                -           0.0000          -
42592.76/2156.29	c      2156       62272272          31        20                -           0.0000          -
42695.75/2161.40	c      2161       62422831          32        20                -           0.0000          -
42794.59/2166.44	c      2166       62573210          33        20                -           0.0000          -
42895.35/2171.50	c      2172       62726463          32        20                -           0.0000          -
42994.23/2176.55	c      2177       62876565          32        20                -           0.0000          -
43093.09/2181.57	c      2182        1671288      827974        20                -           0.0000          -
43193.84/2186.61	c      2187       63164629          32        20                -           0.0000          -
43292.52/2191.69	c      2192       63313211          34        20                -           0.0000          -
43393.53/2196.75	c      2197       63463662          31        20                -           0.0000          -
43494.32/2201.80	c      2202       63605690          33        20                -           0.0000          -
43593.25/2206.85	c      2207       63749085          32        20                -           0.0000          -
43694.06/2211.90	c      2212       63891425          32        20                -           0.0000          -
43792.91/2216.92	c      2217        1692419      836938        20                -           0.0000          -
43891.76/2221.99	c      2222       64192852          33        20                -           0.0000          -
43993.30/2227.05	c      2227        1697328      839305        20                -           0.0000          -
44092.21/2232.10	c      2232       64505174          31        20                -           0.0000          -
44193.04/2237.15	c      2237        1704919      842216        20                -           0.0000          -
44291.81/2242.20	c      2242       64800632          33        20                -           0.0000          -
44391.46/2247.25	c      2247        1418117      737698        20                -           0.0000          -
44490.63/2252.30	c      2252        1713452      845969        20                -           0.0000          -
44591.29/2257.35	c      2257        1716427      847240        20                -           0.0000          -
44690.30/2262.38	c      2262        1720046      848776        20                -           0.0000          -
44791.28/2267.41	c      2267        1408767      775384        20                -           0.0000          -
44890.14/2272.47	c      2272       65701712          31        20                -           0.0000          -
44989.03/2277.49	c      2277        1411934      777577        20                -           0.0000          -
45089.96/2282.57	c      2283       66005552          31        20                -           0.0000          -
45188.92/2287.58	c      2288       66156020          31        20                -           0.0000          -
45287.97/2292.60	c      2293        1732490      854560        20                -           0.0000          -
45390.69/2297.70	c      2298        1447991      751812        20                -           0.0000          -
45489.57/2302.78	c      2303        1737932      856930        20                -           0.0000          -
45590.19/2307.85	c      2308        1739728      857798        20                -           0.0000          -
45689.07/2312.88	c      2313       66889982          33        20                -           0.0000          -
45788.08/2317.89	c      2318        1431079      788150        20                -           0.0000          -
45888.97/2322.90	c      2323       67195731          34        20                -           0.0000          -
45987.93/2327.96	c      2328       67350940          33        20                -           0.0000          -
46086.83/2333.01	c      2333       67504984          31        20                -           0.0000          -
46185.57/2338.04	c      2338        1471538      762616        20                -           0.0000          -
46286.93/2343.04	c      2343        1759294      866548        20                -           0.0000          -
46385.93/2348.07	c      2348        1449023      796748        20                -           0.0000          -
46485.13/2353.09	c      2353       68107326          33        20                -           0.0000          -
46585.59/2358.18	c      2358       68254436          33        20                -           0.0000          -
46685.78/2363.25	c      2363       68406282          33        20                -           0.0000          -
46786.57/2368.36	c      2368       68563368          33        20                -           0.0000          -
46887.41/2373.46	c      2373       68716811          32        20                -           0.0000          -
46986.19/2378.49	c      2378        1495294      773953        20                -           0.0000          -
47088.94/2383.60	c      2384       69011009          32        20                -           0.0000          -
47187.83/2388.65	c      2389       69158382          35        20                -           0.0000          -
47288.55/2393.70	c      2394        1789516      879708        20                -           0.0000          -
47387.58/2398.75	c      2399       69455035          32        20                -           0.0000          -
47486.48/2403.77	c      2404        1793591      881635        20                -           0.0000          -
47587.38/2408.85	c      2409       69745788          33        20                -           0.0000          -
47686.31/2413.87	c      2414        1797692      883662        20                -           0.0000          -
47787.22/2418.94	c      2419        1489622      816191        20                -           0.0000          -
47886.03/2424.00	c      2424       70194013          34        20                -           0.0000          -
47987.11/2429.05	c      2429       70341199          32        20                -           0.0000          -
48086.20/2434.10	c      2434       70483539          32        20                -           0.0000          -
48186.88/2439.16	c      2439        1527415      789316        20                -           0.0000          -
48286.95/2444.20	c      2444       70778393          34        20                -           0.0000          -
48385.54/2449.25	c      2449       70927593          34        20                -           0.0000          -
48484.31/2454.29	c      2454       71078228          33        20                -           0.0000          -
48585.12/2459.36	c      2459       71224821          32        20                -           0.0000          -
48684.08/2464.37	c      2464       71382459          34        20                -           0.0000          -
48784.79/2469.46	c      2469       71533981          32        20                -           0.0000          -
48885.74/2474.50	c      2475       71682986          33        20                -           0.0000          -
48984.55/2479.55	c      2480       71830881          32        20                -           0.0000          -
49083.17/2484.58	c      2485        1518445      831696        20                -           0.0000          -
49183.97/2489.65	c      2490        1831933      899071        20                -           0.0000          -
49284.75/2494.70	c      2495        1561146      804594        20                -           0.0000          -
49383.49/2499.75	c      2500        1524708      835161        20                -           0.0000          -
49482.42/2504.77	c      2505       72573849          32        20                -           0.0000          -
49583.16/2509.81	c      2510       72725812          31        20                -           0.0000          -
49683.97/2514.91	c      2515       72878987          34        20                -           0.0000          -
49783.02/2519.96	c      2520        1848083      906021        20                -           0.0000          -
49881.67/2525.01	c      2525       73180090          33        20                -           0.0000          -
49982.96/2530.05	c      2530       73329473          30        20                -           0.0000          -
50081.87/2535.08	c      2535        1539670      842983        20                -           0.0000          -
50182.83/2540.14	c      2540        1585161      816067        20                -           0.0000          -
50282.86/2545.20	c      2545       73770315          30        20                -           0.0000          -
50381.81/2550.23	c      2550       73916407          34        20                -           0.0000          -
50480.82/2555.29	c      2555       74064299          32        20                -           0.0000          -
50581.66/2560.35	c      2560       74209543          34        20                -           0.0000          -
50682.46/2565.40	c      2565       74355560          31        20                -           0.0000          -
50781.29/2570.45	c      2570        1875846      918254        20                -           0.0000          -
50880.11/2575.47	c      2575       74649351          32        20                -           0.0000          -
50980.92/2580.55	c      2581        1879806      920144        20                -           0.0000          -
51079.71/2585.59	c      2586        1881832      921214        20                -           0.0000          -
51180.46/2590.65	c      2591       75085092          31        20                -           0.0000          -
51281.16/2595.71	c      2596        1886106      923278        20                -           0.0000          -
51380.01/2600.76	c      2601       75386628          31        20                -           0.0000          -
51480.88/2605.80	c      2606       75540685          32        20                -           0.0000          -
51579.66/2610.82	c      2611       75691714          33        20                -           0.0000          -
51678.59/2615.87	c      2616       75834061          32        20                -           0.0000          -
51779.19/2620.93	c      2621       75983721          32        20                -           0.0000          -
51877.96/2625.95	c      2626       76132760          33        20                -           0.0000          -
51979.26/2631.05	c      2631       76282171          30        20                -           0.0000          -
52078.29/2636.10	c      2636       76427208          31        20                -           0.0000          -
52178.97/2641.15	c      2641       76575053          32        20                -           0.0000          -
52279.21/2646.20	c      2646        1912537      934875        20                -           0.0000          -
52377.91/2651.26	c      2651       76869426          33        20                -           0.0000          -
52476.88/2656.27	c      2656       77018831          32        20                -           0.0000          -
52575.88/2661.28	c      2661        1606070      875772        20                -           0.0000          -
52676.97/2666.31	c      2666        1607362      876644        20                -           0.0000          -
52777.78/2671.40	c      2671       77455928          33        20                -           0.0000          -
52876.82/2676.49	c      2676        1659192      850568        20                -           0.0000          -
52977.87/2681.56	c      2682       77754046          33        20                -           0.0000          -
53076.77/2686.58	c      2687        1616937      881561        20                -           0.0000          -
53177.61/2691.63	c      2692       78042158          33        20                -           0.0000          -
53276.45/2696.65	c      2697       78193102          33        20                -           0.0000          -
53377.20/2701.75	c      2702        1938498      946800        20                -           0.0000          -
53477.97/2706.80	c      2707        1940565      947683        20                -           0.0000          -
53576.91/2711.81	c      2712       78646602          31        20                -           0.0000          -
53677.72/2716.90	c      2717       78784241          34        20                -           0.0000          -
53776.71/2721.95	c      2722       78919371          34        20                -           0.0000          -
53875.27/2727.00	c      2727        1687318      863709        20                -           0.0000          -
53976.79/2732.05	c      2732        1639413      892944        20                -           0.0000          -
54075.46/2737.10	c      2737       79332758          31        20                -           0.0000          -
54176.63/2742.15	c      2742       79473697          32        20                -           0.0000          -
54275.23/2747.19	c      2747        1697385      868424        20                -           0.0000          -
54375.33/2752.25	c      2752       79755480          33        20                -           0.0000          -
54476.18/2757.30	c      2757       79895360          33        20                -           0.0000          -
54574.98/2762.35	c      2762       80037513          32        20                -           0.0000          -
54675.83/2767.41	c      2767       80180465          32        20                -           0.0000          -
54774.89/2772.46	c      2772       80320452          33        20                -           0.0000          -
54875.66/2777.51	c      2778       80461638          31        20                -           0.0000          -
54974.57/2782.55	c      2783       80605334          33        20                -           0.0000          -
55075.34/2787.60	c      2788        1668166      907287        20                -           0.0000          -
55174.41/2792.63	c      2793        1972632      963300        20                -           0.0000          -
55273.37/2797.67	c      2798       81033350          31        20                -           0.0000          -
55374.40/2802.72	c      2803        1674673      910770        20                -           0.0000          -
55475.29/2807.80	c      2808        1976932      965572        20                -           0.0000          -
55574.23/2812.85	c      2813       81458035          32        20                -           0.0000          -
55673.36/2817.87	c      2818       81604564          33        20                -           0.0000          -
55774.35/2822.95	c      2823       81748180          31        20                -           0.0000          -
55873.07/2827.97	c      2828       81892171          30        20                -           0.0000          -
55974.60/2833.05	c      2833       82031875          34        20                -           0.0000          -
56073.35/2838.10	c      2838       82177753          32        20                -           0.0000          -
56174.54/2843.15	c      2843       82320694          31        20                -           0.0000          -
56273.04/2848.17	c      2848       82465649          32        20                -           0.0000          -
56371.82/2853.19	c      2853       82606179          32        20                -           0.0000          -
56473.92/2858.30	c      2858       82751987          32        20                -           0.0000          -
56572.79/2863.35	c      2863       82895273          32        20                -           0.0000          -
56671.61/2868.37	c      2868        2004377      978073        20                -           0.0000          -
56772.47/2873.45	c      2873       83184876          31        20                -           0.0000          -
56873.36/2878.51	c      2879       83329549          30        20                -           0.0000          -
56972.17/2883.55	c      2884       83476392          31        20                -           0.0000          -
57073.00/2888.60	c      2889       83618298          33        20                -           0.0000          -
57171.84/2893.65	c      2894       83755712          33        20                -           0.0000          -
57270.61/2898.70	c      2899       83898125          32        20                -           0.0000          -
57371.59/2903.75	c      2904       84038928          35        20                -           0.0000          -
57470.42/2908.77	c      2909       84176527          32        20                -           0.0000          -
57571.20/2913.85	c      2914        2027632      988310        20                -           0.0000          -
57672.00/2918.90	c      2919       84458089          34        20                -           0.0000          -
57770.91/2923.93	c      2924       84593615          32        20                -           0.0000          -
57869.72/2928.97	c      2929       84730426          33        20                -           0.0000          -
57968.56/2934.02	c      2934       84871612          33        20                -           0.0000          -
58069.91/2939.06	c      2939        2040742      993896        20                -           0.0000          -
58169.03/2944.08	c      2944        1801332      917290        20                -           0.0000          -
58269.58/2949.13	c      2949        2045325      996047        20                -           0.0000          -
58368.43/2954.18	c      2954       85421749          32        20                -           0.0000          -
58470.48/2959.30	c      2959       85558544          31        20                -           0.0000          -
58569.48/2964.35	c      2964        2053958      999730        20                -           0.0000          -
58668.36/2969.39	c      2969       85834116          33        20                -           0.0000          -
58769.19/2974.44	c      2974       85972516          31        20                -           0.0000          -
58868.10/2979.46	c      2979       86111372          29        20                -           0.0000          -
58969.11/2984.51	c      2985       86254648          33        20                -           0.0000          -
59070.09/2989.60	c      2990       86400080          33        20                -           0.0000          -
59168.94/2994.65	c      2995       86538657          30        20                -           0.0000          -
59267.89/2999.68	c      3000        2072682     1007686        20                -           0.0000          -
59366.88/3004.70	c      3005       86815885          34        20                -           0.0000          -
59469.70/3009.80	c      3010        2079062     1010060        20                -           0.0000          -
59568.58/3014.85	c      3015       87097723          34        20                -           0.0000          -
59667.24/3019.85	c      3020       87241056          33        20                -           0.0000          -
59768.30/3024.96	c      3025       87384031          32        20                -           0.0000          -
59867.06/3029.98	c      3030        2091098     1015006        20                -           0.0000          -
59968.53/3035.05	c      3035       87670720          33        20                -           0.0000          -
60067.33/3040.10	c      3040       87812633          32        20                -           0.0000          -
60168.31/3045.15	c      3045       87953821          32        20                -           0.0000          -
60268.36/3050.20	c      3050       88092378          33        20                -           0.0000          -
60367.28/3055.25	c      3055       88239085          34        20                -           0.0000          -
60468.13/3060.30	c      3060       88380019          32        20                -           0.0000          -
60566.96/3065.35	c      3065        1865012      946875        20                -           0.0000          -
60667.62/3070.40	c      3070       88669410          33        20                -           0.0000          -
60766.78/3075.45	c      3075        2116312     1025688        20                -           0.0000          -
60867.59/3080.50	c      3081       88959290          31        20                -           0.0000          -
60966.44/3085.55	c      3086       89102939          32        20                -           0.0000          -
61065.16/3090.60	c      3091       89242579          32        20                -           0.0000          -
61165.99/3095.65	c      3096       89388968          33        20                -           0.0000          -
61266.82/3100.71	c      3101       89532949          32        20                -           0.0000          -
61365.56/3105.72	c      3106       89678421          32        20                -           0.0000          -
61464.30/3110.75	c      3111       89826376          33        20                -           0.0000          -
61565.16/3115.85	c      3116        1823654      985450        20                -           0.0000          -
61665.92/3120.90	c      3121       90120852          33        20                -           0.0000          -
61764.84/3125.94	c      3126       90267756          33        20                -           0.0000          -
61863.61/3130.99	c      3131       90413661          32        20                -           0.0000          -
61965.05/3136.05	c      3136       90559922          33        20                -           0.0000          -
62064.04/3141.06	c      3141       90708956          33        20                -           0.0000          -
62163.38/3146.09	c      3146        1837576      992418        20                -           0.0000          -
62264.94/3151.21	c      3151       90994163          30        20                -           0.0000          -
62363.72/3156.22	c      3156       91146973          34        20                -           0.0000          -
62464.46/3161.30	c      3161       91298911          34        20                -           0.0000          -
62563.24/3166.32	c      3166        1918978      971334        20                -           0.0000          -
62662.01/3171.33	c      3171       91598667          34        20                -           0.0000          -
62761.06/3176.37	c      3176        1923385      973777        20                -           0.0000          -
62859.81/3181.37	c      3181        2165173     1047311        20                -           0.0000          -
62960.62/3186.42	c      3186        1855543     1001789        20                -           0.0000          -
63059.40/3191.44	c      3191        1858269     1003105        20                -           0.0000          -
63160.37/3196.52	c      3197        2174781     1051251        20                -           0.0000          -
63261.35/3201.60	c      3202       92461329          32        20                -           0.0000          -
63360.20/3206.70	c      3207        2180566     1053436        20                -           0.0000          -
63461.26/3211.74	c      3212        2183367     1054659        20                -           0.0000          -
63560.05/3216.78	c      3217        1869380     1008845        20                -           0.0000          -
63662.96/3221.90	c      3222       93046377          32        20                -           0.0000          -
63761.81/3226.92	c      3227        1875303     1011535        20                -           0.0000          -
63860.86/3232.00	c      3232        2191497     1058327        20                -           0.0000          -
63959.69/3237.03	c      3237        1957064      989404        20                -           0.0000          -
64061.20/3242.09	c      3242       93635899          34        20                -           0.0000          -
64162.45/3247.15	c      3247       93778007          34        20                -           0.0000          -
64262.27/3252.20	c      3252       93920966          33        20                -           0.0000          -
64361.09/3257.24	c      3257       94071281          32        20                -           0.0000          -
64461.79/3262.30	c      3262        1970665      995458        20                -           0.0000          -
64560.68/3267.34	c      3267       94361737          34        20                -           0.0000          -
64659.55/3272.38	c      3272       94505473          32        20                -           0.0000          -
64760.26/3277.45	c      3277       94656131          30        20                -           0.0000          -
64859.25/3282.47	c      3282       94805132          33        20                -           0.0000          -
64960.19/3287.55	c      3288        2217087     1069275        20                -           0.0000          -
65061.21/3292.60	c      3293       95102454          31        20                -           0.0000          -
65160.23/3297.64	c      3298       95255866          31        20                -           0.0000          -
65261.31/3302.70	c      3303       95400190          33        20                -           0.0000          -
65360.22/3307.72	c      3308        2225862     1073046        20                -           0.0000          -
65461.31/3312.80	c      3313        1990783     1006222        20                -           0.0000          -
65560.21/3317.82	c      3318       95823784          33        20                -           0.0000          -
65658.94/3322.85	c      3323        1920921     1033734        20                -           0.0000          -
65757.81/3327.90	c      3328        1998652     1009894        20                -           0.0000          -
65858.65/3333.00	c      3333       96265748          33        20                -           0.0000          -
65960.28/3338.06	c      3338        2242618     1079807        20                -           0.0000          -
66058.95/3343.10	c      3343        1930478     1038295        20                -           0.0000          -
66159.90/3348.15	c      3348       96697655          30        20                -           0.0000          -
66260.23/3353.20	c      3353       96850277          34        20                -           0.0000          -
66359.29/3358.23	c      3358       97004786          33        20                -           0.0000          -
66458.21/3363.25	c      3363       97151337          32        20                -           0.0000          -
66557.09/3368.28	c      3368       97291696          35        20                -           0.0000          -
66658.07/3373.40	c      3373       97434907          32        20                -           0.0000          -
66759.05/3378.46	c      3378       97575479          32        20                -           0.0000          -
66858.00/3383.48	c      3383       97722873          34        20                -           0.0000          -
66958.86/3388.55	c      3389        2265670     1089721        20                -           0.0000          -
67057.87/3393.57	c      3394        2266464     1090193        20                -           0.0000          -
67156.77/3398.58	c      3399       98164182          33        20                -           0.0000          -
67259.67/3403.70	c      3404        2036155     1028545        20                -           0.0000          -
67358.39/3408.73	c      3409       98452401          32        20                -           0.0000          -
67457.34/3413.76	c      3414        2041085     1030886        20                -           0.0000          -
67558.15/3418.85	c      3419       98748073          30        20                -           0.0000          -
67657.20/3423.87	c      3424       98900313          32        20                -           0.0000          -
67755.98/3428.89	c      3429        1972830     1059579        20                -           0.0000          -
67857.09/3433.96	c      3434       99198958          31        20                -           0.0000          -
67955.95/3439.05	c      3439        2054606     1037043        20                -           0.0000          -
68057.82/3444.10	c      3444        2288790     1099933        20                -           0.0000          -
68156.38/3449.12	c      3449        2059051     1039124        20                -           0.0000          -
68258.80/3454.20	c      3454       99793198          33        20                -           0.0000          -
68357.62/3459.26	c      3459       99937613          32        20                -           0.0000          -
68458.41/3464.30	c      3464        2068144     1043163        20                -           0.0000          -
68557.42/3469.36	c      3469        2298499     1104496        20                -           0.0000          -
68658.38/3474.40	c      3474      100376665          32        20                -           0.0000          -
68757.35/3479.45	c      3479      100525851          28        20                -           0.0000          -
68858.21/3484.50	c      3485        2304049     1107050        20                -           0.0000          -
68957.02/3489.54	c      3490      100820930          33        20                -           0.0000          -
69057.88/3494.60	c      3495        2004633     1074564        20                -           0.0000          -
69156.74/3499.62	c      3500      101119003          32        20                -           0.0000          -
69255.77/3504.66	c      3505      101269288          33        20                -           0.0000          -
69356.70/3509.75	c      3510        2315222     1111889        20                -           0.0000          -
69457.39/3514.81	c      3515      101570176          31        20                -           0.0000          -
69556.34/3519.85	c      3520        2319462     1113675        20                -           0.0000          -
69657.23/3524.91	c      3525      101867257          30        20                -           0.0000          -
69756.09/3529.93	c      3530        2324889     1115786        20                -           0.0000          -
69855.03/3535.00	c      3535      102175662          31        20                -           0.0000          -
69956.68/3540.05	c      3540      102319852          31        20                -           0.0000          -
70055.37/3545.10	c      3545      102465239          32        20                -           0.0000          -
70156.34/3550.16	c      3550        2112394     1063499        20                -           0.0000          -
70256.57/3555.20	c      3555      102750905          32        20                -           0.0000          -
70355.58/3560.25	c      3560        2339565     1122140        20                -           0.0000          -
70456.59/3565.30	c      3565      103032534          33        20                -           0.0000          -
70555.25/3570.35	c      3570      103173465          32        20                -           0.0000          -
70654.00/3575.37	c      3575        2126081     1069738        20                -           0.0000          -
70754.91/3580.45	c      3580        2348844     1126201        20                -           0.0000          -
70855.65/3585.50	c      3586      103595609          32        20                -           0.0000          -
70954.46/3590.55	c      3591        2353119     1128046        20                -           0.0000          -
71053.48/3595.57	c      3596      103882100          33        20                -           0.0000          -
71154.47/3600.61	c      3601      104027352          31        20                -           0.0000          -
71255.58/3605.70	c      3606      104173174          33        20                -           0.0000          -
71354.43/3610.75	c      3611      104318102          33        20                -           0.0000          -
71453.35/3615.79	c      3616        2357907     1130716        20                -           0.0000          -
71554.45/3620.85	c      3621      104611992          31        20                -           0.0000          -
71653.44/3625.88	c      3626        2067842     1105472        20                -           0.0000          -
71754.41/3630.93	c      3631      104917795          32        20                -           0.0000          -
71853.55/3635.95	c      3636      105068950          31        20                -           0.0000          -
71955.23/3641.05	c      3641        2368788     1136035        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (190730 MiB free)
  memory of node 1: 193531 MiB (191946 MiB free)
  memory of node 2: 193531 MiB (193062 MiB free)
  memory of node 3: 193493 MiB (193054 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-4465241-1722453464/watcher-4465241-1722453464 -o /tmp/evaluation-result-4465241-1722453464/solver-4465241-1722453464 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722453464-68261 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465241-1722453464.opb -qsol -t 72000 -sth 20 

running on 20 cores: 2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78

CPU governors:
  performance: 2 6 10 14 18 22 26 30 34 38 42 46 50 54 58 62 66 70 74 78

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=68305, runsolver pid=68301
Current StackSize limit: 8192 KiB


[startup+0.10274 s]*
/proc/loadavg: 21.74 32.95 46.98 25/901 68362
/proc/meminfo: memFree=787055416/790760804 swapFree=131071996/131071996
[pid=68305] ppid=68301 vsize=1681596 memory=138000 CPUtime=1.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/stat : 68305 (fscip) R 68301 68305 68249 0 -1 1077936128 32298 0 0 0 117 16 0 0 20 0 41 0 11929141 1721954304 34500 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 17 46 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
/proc/68305/statm: 420399 34500 2950 3035 0 124459 0
[pid=68305/tid=68311] ppid=68301 vsize=1681596 memory=4026531959 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68311/stat : 68311 (fscip) R 68301 68305 68249 0 -1 4194368 1497 0 0 0 4 0 0 0 20 0 41 0 11929142 1721954304 34698 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68312] ppid=68301 vsize=1681596 memory=57906 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68312/stat : 68312 (fscip) R 68301 68305 68249 0 -1 4194368 1793 0 0 0 4 1 0 0 20 0 41 0 11929142 1721954304 34698 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68313] ppid=68301 vsize=1681596 memory=55216921903569 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68313/stat : 68313 (fscip) R 68301 68305 68249 0 -1 4194368 904 0 0 0 6 0 0 0 20 0 41 0 11929142 1721954304 34698 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68314] ppid=68301 vsize=1681596 memory=59619280159299 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68314/stat : 68314 (fscip) R 68301 68305 68249 0 -1 4194368 2028 0 0 0 6 0 0 0 20 0 41 0 11929142 1721954304 34698 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68315] ppid=68301 vsize=1681596 memory=55186907464376 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68315/stat : 68315 (fscip) S 68301 68305 68249 0 -1 1077936192 1836 0 0 0 6 0 0 0 20 0 41 0 11929142 1721954304 34698 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68316] ppid=68301 vsize=1681596 memory=54104609260454 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68316/stat : 68316 (fscip) R 68301 68305 68249 0 -1 4194368 904 0 0 0 6 0 0 0 20 0 41 0 11929142 1721954304 34698 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68317] ppid=68301 vsize=1681596 memory=14135532762432953 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68317/stat : 68317 (fscip) R 68301 68305 68249 0 -1 4194368 1573 0 0 0 5 0 0 0 20 0 41 0 11929142 1721954304 34698 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68318] ppid=68301 vsize=1681596 memory=14126745276123677 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68318/stat : 68318 (fscip) R 68301 68305 68249 0 -1 1077936192 1450 0 0 0 3 0 0 0 20 0 41 0 11929142 1721954304 34698 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68319] ppid=68301 vsize=1681596 memory=94864 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68319/stat : 68319 (fscip) R 68301 68305 68249 0 -1 4194368 905 0 0 0 6 0 0 0 20 0 41 0 11929142 1721954304 34698 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68320] ppid=68301 vsize=1681596 memory=263126 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68320/stat : 68320 (fscip) R 68301 68305 68249 0 -1 4194368 2068 0 0 0 6 0 0 0 20 0 41 0 11929142 1721954304 34698 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68321] ppid=68301 vsize=1681596 memory=0 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68321/stat : 68321 (fscip) R 68301 68305 68249 0 -1 4194368 1800 0 0 0 5 0 0 0 20 0 41 0 11929142 1721954304 34698 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68322] ppid=68301 vsize=1681596 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68322/stat : 68322 (fscip) R 68301 68305 68249 0 -1 4194368 904 0 0 0 6 0 0 0 20 0 41 0 11929142 1721954304 34698 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68323] ppid=68301 vsize=1681596 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68323/stat : 68323 (fscip) R 68301 68305 68249 0 -1 4194368 2051 0 0 0 6 0 0 0 20 0 41 0 11929142 1721954304 34698 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68324] ppid=68301 vsize=1681596 memory=0 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68324/stat : 68324 (fscip) R 68301 68305 68249 0 -1 4194368 1725 0 0 0 5 0 0 0 20 0 41 0 11929142 1721954304 34698 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68325] ppid=68301 vsize=1681596 memory=0 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68325/stat : 68325 (fscip) R 68301 68305 68249 0 -1 4194368 905 0 0 0 5 0 0 0 20 0 41 0 11929142 1721954304 34698 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68326] ppid=68301 vsize=1681596 memory=0 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68326/stat : 68326 (fscip) R 68301 68305 68249 0 -1 4194368 2029 0 0 0 6 1 0 0 20 0 41 0 11929142 1721954304 34698 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68327] ppid=68301 vsize=1681596 memory=0 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68327/stat : 68327 (fscip) R 68301 68305 68249 0 -1 4194368 1770 0 0 0 5 0 0 0 20 0 41 0 11929142 1721954304 34698 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68328] ppid=68301 vsize=1681596 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68328/stat : 68328 (fscip) R 68301 68305 68249 0 -1 4194368 905 0 0 0 6 0 0 0 20 0 41 0 11929142 1721954304 34698 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68329] ppid=68301 vsize=1681596 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68329/stat : 68329 (fscip) R 68301 68305 68249 0 -1 4194368 2020 0 0 0 5 1 0 0 20 0 41 0 11929142 1721954304 34698 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68330] ppid=68301 vsize=1681596 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68330/stat : 68330 (fscip) R 68301 68305 68249 0 -1 4194368 1791 0 0 0 4 0 0 0 20 0 41 0 11929142 1721954304 34698 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68343] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68343/stat : 68343 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 34698 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68344] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68344/stat : 68344 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 34698 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68345] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68345/stat : 68345 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 34698 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68346] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68346/stat : 68346 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 34830 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68347] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68347/stat : 68347 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 34830 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68348] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68348/stat : 68348 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 34830 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68349] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68349/stat : 68349 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 34830 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68350] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68350/stat : 68350 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 34830 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68351] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68351/stat : 68351 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 34830 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68352] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68352/stat : 68352 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 34830 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68353] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68353/stat : 68353 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 34896 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68354] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68354/stat : 68354 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 34896 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68355] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68355/stat : 68355 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 34896 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68356] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68356/stat : 68356 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 34896 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68357] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68357/stat : 68357 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 34896 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68358] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68358/stat : 68358 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 34896 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68359] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68359/stat : 68359 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 34896 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68360] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68360/stat : 68360 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 34896 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68361] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68361/stat : 68361 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 34962 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68362] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68362/stat : 68362 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 34962 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 1681596 KiB
Current children cumulated memory: 138000 KiB

[startup+0.229559 s]*
/proc/loadavg: 21.74 32.95 46.98 25/901 68362
/proc/meminfo: memFree=786776348/790760804 swapFree=131071996/131071996
[pid=68305] ppid=68301 vsize=1681596 memory=173640 CPUtime=3.76 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/stat : 68305 (fscip) S 68301 68305 68249 0 -1 1077936128 41197 0 0 0 355 21 0 0 20 0 41 0 11929141 1721954304 43410 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 17 50 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
/proc/68305/statm: 420399 43410 2950 3035 0 135044 0
[pid=68305/tid=68311] ppid=68301 vsize=1681596 memory=4026531959 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68311/stat : 68311 (fscip) R 68301 68305 68249 0 -1 4194368 2949 0 0 0 16 1 0 0 20 0 41 0 11929142 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68312] ppid=68301 vsize=1681596 memory=57915 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68312/stat : 68312 (fscip) R 68301 68305 68249 0 -1 4194368 1884 0 0 0 17 1 0 0 20 0 41 0 11929142 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68313] ppid=68301 vsize=1681596 memory=57415945159124 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68313/stat : 68313 (fscip) R 68301 68305 68249 0 -1 4194368 905 0 0 0 18 1 0 0 20 0 41 0 11929142 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68314] ppid=68301 vsize=1681596 memory=61818303414854 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68314/stat : 68314 (fscip) R 68301 68305 68249 0 -1 1077936192 2947 0 0 0 15 1 0 0 20 0 41 0 11929142 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68315] ppid=68301 vsize=1681596 memory=58485442347706 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68315/stat : 68315 (fscip) R 68301 68305 68249 0 -1 4194368 1900 0 0 0 18 0 0 0 20 0 41 0 11929142 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68316] ppid=68301 vsize=1681596 memory=62900702282670 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68316/stat : 68316 (fscip) R 68301 68305 68249 0 -1 4194368 904 0 0 0 18 0 0 0 20 0 41 0 11929142 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68317] ppid=68301 vsize=1681596 memory=14698482715854267 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68317/stat : 68317 (fscip) R 68301 68305 68249 0 -1 4194368 2962 0 0 0 17 0 0 0 20 0 41 0 11929142 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68318] ppid=68301 vsize=1681596 memory=15539617717815933 CPUtime=0.15 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68318/stat : 68318 (fscip) R 68301 68305 68249 0 -1 4194368 1894 0 0 0 15 0 0 0 20 0 41 0 11929142 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68319] ppid=68301 vsize=1681596 memory=3906369311744458784 CPUtime=0.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68319/stat : 68319 (fscip) R 68301 68305 68249 0 -1 4194368 906 0 0 0 19 1 0 0 20 0 41 0 11929142 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68320] ppid=68301 vsize=1681596 memory=3618134567644561440 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68320/stat : 68320 (fscip) R 68301 68305 68249 0 -1 4194368 3113 0 0 0 18 1 0 0 20 0 41 0 11929142 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68321] ppid=68301 vsize=1681596 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68321/stat : 68321 (fscip) R 68301 68305 68249 0 -1 4194368 1835 0 0 0 18 0 0 0 20 0 41 0 11929142 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68322] ppid=68301 vsize=1681596 memory=0 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68322/stat : 68322 (fscip) R 68301 68305 68249 0 -1 4194368 906 0 0 0 18 1 0 0 20 0 41 0 11929142 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68323] ppid=68301 vsize=1681596 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68323/stat : 68323 (fscip) R 68301 68305 68249 0 -1 4194368 3060 0 0 0 18 0 0 0 20 0 41 0 11929142 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68324] ppid=68301 vsize=1681596 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68324/stat : 68324 (fscip) R 68301 68305 68249 0 -1 4194368 1837 0 0 0 16 0 0 0 20 0 41 0 11929142 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68325] ppid=68301 vsize=1681596 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68325/stat : 68325 (fscip) R 68301 68305 68249 0 -1 4194368 905 0 0 0 18 0 0 0 20 0 41 0 11929142 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68326] ppid=68301 vsize=1681596 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68326/stat : 68326 (fscip) R 68301 68305 68249 0 -1 4194368 2949 0 0 0 17 1 0 0 20 0 41 0 11929142 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68327] ppid=68301 vsize=1681596 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68327/stat : 68327 (fscip) R 68301 68305 68249 0 -1 4194368 1931 0 0 0 17 1 0 0 20 0 41 0 11929142 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68328] ppid=68301 vsize=1681596 memory=0 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68328/stat : 68328 (fscip) R 68301 68305 68249 0 -1 4194368 906 0 0 0 18 1 0 0 20 0 41 0 11929142 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68329] ppid=68301 vsize=1681596 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68329/stat : 68329 (fscip) R 68301 68305 68249 0 -1 4194368 2986 0 0 0 17 1 0 0 20 0 41 0 11929142 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68330] ppid=68301 vsize=1681596 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68330/stat : 68330 (fscip) R 68301 68305 68249 0 -1 4194368 1962 0 0 0 17 1 0 0 20 0 41 0 11929142 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68343] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68343/stat : 68343 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68344] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68344/stat : 68344 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68345] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68345/stat : 68345 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68346] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68346/stat : 68346 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68347] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68347/stat : 68347 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68348] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68348/stat : 68348 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68349] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68349/stat : 68349 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68350] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68350/stat : 68350 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68351] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68351/stat : 68351 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68352] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68352/stat : 68352 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68353] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68353/stat : 68353 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68354] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68354/stat : 68354 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68355] ppid=68301 vsize=1681596 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68355/stat : 68355 (fscip) S 68301 68305 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929146 1721954304 43476 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0

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

/proc/68305/task/68349/stat : 68349 (fscip) S 68301 68305 68249 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 11929146 21272711168 4758848 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68350] ppid=68301 vsize=20774132 memory=198340509722 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68350/stat : 68350 (fscip) S 68301 68305 68249 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 11929146 21272711168 4758848 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68351] ppid=68301 vsize=20774132 memory=57792 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68351/stat : 68351 (fscip) S 68301 68305 68249 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 11929146 21272711168 4758848 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68352] ppid=68301 vsize=20774132 memory=62072 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68352/stat : 68352 (fscip) S 68301 68305 68249 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 11929146 21272711168 4758848 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68353] ppid=68301 vsize=20774132 memory=7744 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68353/stat : 68353 (fscip) S 68301 68305 68249 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 11929146 21272711168 4758848 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68354] ppid=68301 vsize=20774132 memory=18977004 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68354/stat : 68354 (fscip) S 68301 68305 68249 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 11929146 21272711168 4758848 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68355] ppid=68301 vsize=20774132 memory=279659551675472 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68355/stat : 68355 (fscip) S 68301 68305 68249 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 11929146 21272711168 4758848 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68356] ppid=68301 vsize=20774132 memory=13552 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68356/stat : 68356 (fscip) S 68301 68305 68249 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 11929146 21272711168 4758848 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68357] ppid=68301 vsize=20774132 memory=18714264 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68357/stat : 68357 (fscip) S 68301 68305 68249 0 -1 1077936192 132 0 0 0 0 1 0 0 20 0 41 0 11929146 21272711168 4758848 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68358] ppid=68301 vsize=20774132 memory=8072 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68358/stat : 68358 (fscip) S 68301 68305 68249 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 11929146 21272711168 4758848 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68359] ppid=68301 vsize=20774132 memory=3516 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68359/stat : 68359 (fscip) S 68301 68305 68249 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 11929146 21272711168 4758848 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68360] ppid=68301 vsize=20774132 memory=279659548093472 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68360/stat : 68360 (fscip) S 68301 68305 68249 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 11929146 21272711168 4758848 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68361] ppid=68301 vsize=20774132 memory=19014472 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68361/stat : 68361 (fscip) S 68301 68305 68249 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 11929146 21272711168 4758848 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68362] ppid=68301 vsize=20774132 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68362/stat : 68362 (fscip) S 68301 68305 68249 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 11929146 21272711168 4758848 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
Current children cumulated CPU time: 71980.3 s
Current children cumulated vsize: 20774132 KiB
Current children cumulated memory: 19035392 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3643.3 s]
/proc/loadavg: 77.48 80.17 80.04 82/1023 70614
/proc/meminfo: memFree=759543648/790760804 swapFree=131071996/131071996
[pid=68305] ppid=68301 vsize=20774712 memory=19036808 CPUtime=72000.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/stat : 68305 (fscip) S 68301 68305 68249 0 -1 1077936128 61628509 0 0 0 7122092 77918 0 0 20 0 41 0 11929141 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
/proc/68305/statm: 5193678 4759202 3014 3035 0 5013237 0
[pid=68305/tid=68311] ppid=68301 vsize=20774712 memory=587079079826928 CPUtime=3608.84 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68311/stat : 68311 (fscip) R 68301 68305 68249 0 -1 4194368 5735918 0 0 0 359577 1307 0 0 20 0 41 0 11929142 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68312] ppid=68301 vsize=20774712 memory=587079079826928 CPUtime=3613.86 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68312/stat : 68312 (fscip) R 68301 68305 68249 0 -1 4194368 3314606 0 0 0 360396 990 0 0 20 0 41 0 11929142 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68313] ppid=68301 vsize=20774712 memory=18950544 CPUtime=3576.37 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68313/stat : 68313 (fscip) R 68301 68305 68249 0 -1 4194368 18328 0 0 0 347642 9995 0 0 20 0 41 0 11929142 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68314] ppid=68301 vsize=20774712 memory=18886392 CPUtime=3610.39 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68314/stat : 68314 (fscip) R 68301 68305 68249 0 -1 4194368 5792257 0 0 0 359596 1443 0 0 20 0 41 0 11929142 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68315] ppid=68301 vsize=20774712 memory=52808 CPUtime=3613.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68315/stat : 68315 (fscip) R 68301 68305 68249 0 -1 4194368 3355893 0 0 0 360279 1023 0 0 20 0 41 0 11929142 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68316] ppid=68301 vsize=20774712 memory=28720 CPUtime=3572.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68316/stat : 68316 (fscip) R 68301 68305 68249 0 -1 4194368 18971 0 0 0 346609 10608 0 0 20 0 41 0 11929142 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68317] ppid=68301 vsize=20774712 memory=587079079826928 CPUtime=3608.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68317/stat : 68317 (fscip) R 68301 68305 68249 0 -1 4194368 5745212 0 0 0 359510 1368 0 0 20 0 41 0 11929142 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68318] ppid=68301 vsize=20774712 memory=0 CPUtime=3613.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68318/stat : 68318 (fscip) R 68301 68305 68249 0 -1 4194368 3177080 0 0 0 360368 1010 0 0 20 0 41 0 11929142 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68319] ppid=68301 vsize=20774712 memory=19021940 CPUtime=3566.59 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68319/stat : 68319 (fscip) R 68301 68305 68249 0 -1 4194368 5835 0 0 0 346502 10157 0 0 20 0 41 0 11929142 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68320] ppid=68301 vsize=20774712 memory=279659548803392 CPUtime=3610.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68320/stat : 68320 (fscip) R 68301 68305 68249 0 -1 4194368 5398855 0 0 0 359788 1235 0 0 20 0 41 0 11929142 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68321] ppid=68301 vsize=20774712 memory=0 CPUtime=3613.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68321/stat : 68321 (fscip) R 68301 68305 68249 0 -1 4194368 3012719 0 0 0 360401 929 0 0 20 0 41 0 11929142 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68322] ppid=68301 vsize=20774712 memory=11592 CPUtime=3574.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68322/stat : 68322 (fscip) R 68301 68305 68249 0 -1 1077936192 5927 0 0 0 347090 10326 0 0 20 0 41 0 11929142 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68323] ppid=68301 vsize=20774712 memory=0 CPUtime=3609.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68323/stat : 68323 (fscip) R 68301 68305 68249 0 -1 4194368 5442049 0 0 0 359697 1233 0 0 20 0 41 0 11929142 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68324] ppid=68301 vsize=20774712 memory=25333125866717268 CPUtime=3613.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68324/stat : 68324 (fscip) R 68301 68305 68249 0 -1 4194368 3181648 0 0 0 360316 988 0 0 20 0 41 0 11929142 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68325] ppid=68301 vsize=20774712 memory=279659548731840 CPUtime=3571.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68325/stat : 68325 (fscip) R 68301 68305 68249 0 -1 4194368 4969 0 0 0 346729 10393 0 0 20 0 41 0 11929142 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68326] ppid=68301 vsize=20774712 memory=30 CPUtime=3608.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68326/stat : 68326 (fscip) R 68301 68305 68249 0 -1 4194368 5784176 0 0 0 359505 1348 0 0 20 0 41 0 11929142 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68327] ppid=68301 vsize=20774712 memory=25333125866717268 CPUtime=3613.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68327/stat : 68327 (fscip) R 68301 68305 68249 0 -1 4194368 2954277 0 0 0 360388 922 0 0 20 0 41 0 11929142 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68328] ppid=68301 vsize=20774712 memory=11592 CPUtime=3577.84 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68328/stat : 68328 (fscip) R 68301 68305 68249 0 -1 4194368 4622 0 0 0 347447 10337 0 0 20 0 41 0 11929142 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68329] ppid=68301 vsize=20774712 memory=2420 CPUtime=3609.43 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68329/stat : 68329 (fscip) R 68301 68305 68249 0 -1 4194368 5640125 0 0 0 359627 1316 0 0 20 0 41 0 11929142 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68330] ppid=68301 vsize=20774712 memory=1952 CPUtime=3614.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68330/stat : 68330 (fscip) R 68301 68305 68249 0 -1 4194368 3029994 0 0 0 360458 974 0 0 20 0 41 0 11929142 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68343] ppid=68301 vsize=20774712 memory=5440 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68343/stat : 68343 (fscip) S 68301 68305 68249 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 11929146 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68344] ppid=68301 vsize=20774712 memory=2212 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68344/stat : 68344 (fscip) S 68301 68305 68249 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 11929146 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68345] ppid=68301 vsize=20774712 memory=279659550119056 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68345/stat : 68345 (fscip) S 68301 68305 68249 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 11929146 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68346] ppid=68301 vsize=20774712 memory=279659548298640 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68346/stat : 68346 (fscip) S 68301 68305 68249 0 -1 1077936192 69 0 0 0 0 2 0 0 20 0 41 0 11929146 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68347] ppid=68301 vsize=20774712 memory=25333125866717268 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68347/stat : 68347 (fscip) S 68301 68305 68249 0 -1 1077936192 127 0 0 0 1 1 0 0 20 0 41 0 11929146 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68348] ppid=68301 vsize=20774712 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68348/stat : 68348 (fscip) S 68301 68305 68249 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 11929146 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68349] ppid=68301 vsize=20774712 memory=8072 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68349/stat : 68349 (fscip) S 68301 68305 68249 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 11929146 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68350] ppid=68301 vsize=20774712 memory=3516 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68350/stat : 68350 (fscip) S 68301 68305 68249 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 11929146 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68351] ppid=68301 vsize=20774712 memory=279659548093472 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68351/stat : 68351 (fscip) S 68301 68305 68249 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 11929146 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68352] ppid=68301 vsize=20774712 memory=19014472 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68352/stat : 68352 (fscip) S 68301 68305 68249 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 11929146 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68353] ppid=68301 vsize=20774712 memory=198340509722 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68353/stat : 68353 (fscip) S 68301 68305 68249 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 11929146 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68354] ppid=68301 vsize=20774712 memory=57792 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68354/stat : 68354 (fscip) S 68301 68305 68249 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 11929146 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68355] ppid=68301 vsize=20774712 memory=62072 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68355/stat : 68355 (fscip) S 68301 68305 68249 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 11929146 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68356] ppid=68301 vsize=20774712 memory=7744 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68356/stat : 68356 (fscip) S 68301 68305 68249 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 11929146 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68357] ppid=68301 vsize=20774712 memory=27608 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68357/stat : 68357 (fscip) S 68301 68305 68249 0 -1 1077936192 132 0 0 0 0 1 0 0 20 0 41 0 11929146 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68358] ppid=68301 vsize=20774712 memory=19036580 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68358/stat : 68358 (fscip) S 68301 68305 68249 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 11929146 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68359] ppid=68301 vsize=20774712 memory=18977004 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68359/stat : 68359 (fscip) S 68301 68305 68249 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 11929146 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68360] ppid=68301 vsize=20774712 memory=279659551675472 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68360/stat : 68360 (fscip) S 68301 68305 68249 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 11929146 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68361] ppid=68301 vsize=20774712 memory=13552 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68361/stat : 68361 (fscip) S 68301 68305 68249 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 11929146 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
[pid=68305/tid=68362] ppid=68301 vsize=20774712 memory=18714264 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68305/task/68362/stat : 68362 (fscip) S 68301 68305 68249 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 11929146 21273305088 4759202 809668444160 4194304 16623229 140725889091952 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 54935552 140725889094666 140725889094784 140725889094784 140725889101808 0
Current children cumulated CPU time: 72000.1 s
Current children cumulated vsize: 20774712 KiB
Current children cumulated memory: 19036808 KiB

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

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

# cumulated CPU time of all completed processes:  user=71221 s, system=779.78 s

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

[startup+3643.6 s]
/proc/loadavg: 77.68 80.17 80.04 62/984 70614
/proc/meminfo: memFree=761972428/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3643.8 s]
/proc/loadavg: 77.68 80.17 80.04 62/984 70614
/proc/meminfo: memFree=761972428/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3643.9 s]
/proc/loadavg: 77.68 80.17 80.04 62/984 70614
/proc/meminfo: memFree=761972428/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3643.91
CPU time (s): 72000.8
CPU user time (s): 71221
CPU system time (s): 779.78
CPU usage (%): 1975.92
Max. virtual memory (cumulated for all children) (KiB): 20774712
Max. memory (cumulated for all children) (KiB): 19036808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71221
system time used= 779.78
maximum resident set size= 19036848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61628646
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= 12506119
involuntary context switches= 434731


# summary of solver processes directly reported to runsolver:
#   pid: 68305
#   total CPU time (s): 72000.8
#   total CPU user time (s): 71221
#   total CPU system time (s): 779.78

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.422 second user time and 98.1489 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-07-31 21:17:44
IDJOB=4465241
IDBENCH=147613
IDSOLVER=3094
FILE ID=nodeD103/4465241-1722453464
RUNJOBID= nodeD103-1722453464-68261
SLURM_JOB_ID= 8254237
Free space on /tmp= 8622924 MiB

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

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

MD5SUM BENCH= 8548cf2fe8567884970fc9be656882ff
RANDOM SEED=1254538972

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3583.680
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3209.016
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1727.741
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 128
initial apicid	: 128
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3784.474
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 192
initial apicid	: 192
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3278.759
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1448.381
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 72
initial apicid	: 72
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1698.497
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 136
initial apicid	: 136
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3655.001
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 200
initial apicid	: 200
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3412.530
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1673.846
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 130
initial apicid	: 130
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3395.114
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3597.845
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3505.466
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 70
initial apicid	: 70
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3681.317
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 134
initial apicid	: 134
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3588.337
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 198
initial apicid	: 198
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 17
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3298.830
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 68
initial apicid	: 68
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 18
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3490.110
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 132
initial apicid	: 132
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 19
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1437.543
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 196
initial apicid	: 196
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 21
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3601.450
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 88
initial apicid	: 88
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 22
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3429.096
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 152
initial apicid	: 152
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 23
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1426.978
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 216
initial apicid	: 216
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 25
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3394.055
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 26
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3624.990
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 144
initial apicid	: 144
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 27
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1429.531
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 29
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3525.931
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 86
initial apicid	: 86
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 30
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3016.407
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 150
initial apicid	: 150
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 31
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1417.764
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 214
initial apicid	: 214
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 33
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1432.448
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 34
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3481.947
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 146
initial apicid	: 146
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 35
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1459.533
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 37
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1434.867
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 84
initial apicid	: 84
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 38
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2648.076
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 148
initial apicid	: 148
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 39
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1443.635
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 212
initial apicid	: 212
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 41
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1424.718
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 42
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2643.424
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 160
initial apicid	: 160
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 43
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1413.713
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 45
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1415.549
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 104
initial apicid	: 104
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 46
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2655.960
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 168
initial apicid	: 168
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 47
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1423.851
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 232
initial apicid	: 232
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 49
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1407.981
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 50
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2644.876
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 162
initial apicid	: 162
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 51
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1417.464
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 53
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1421.767
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 102
initial apicid	: 102
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 54
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2649.019
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 166
initial apicid	: 166
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 55
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1444.429
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 230
initial apicid	: 230
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 57
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1447.214
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 100
initial apicid	: 100
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 58
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2648.406
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 164
initial apicid	: 164
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 59
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3051.035
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 228
initial apicid	: 228
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 61
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1432.566
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 120
initial apicid	: 120
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 62
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2656.662
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 184
initial apicid	: 184
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 63
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1692.634
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 248
initial apicid	: 248
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 64
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1429.017
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 48
initial apicid	: 48
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 65
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1443.398
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 66
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2644.329
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 176
initial apicid	: 176
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 67
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1674.790
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 69
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1435.642
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 118
initial apicid	: 118
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 70
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2661.812
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 182
initial apicid	: 182
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 71
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1737.543
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 246
initial apicid	: 246
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 73
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1430.929
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 74
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2658.334
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 178
initial apicid	: 178
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 75
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1680.430
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 77
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2228.352
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 116
initial apicid	: 116
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 78
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2693.549
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 180
initial apicid	: 180
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 79
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3652.077
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 244
initial apicid	: 244
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        787247328 kB
MemAvailable:   785201212 kB
Buffers:          151788 kB
Cached:           645096 kB
SwapCached:            0 kB
Active:           306100 kB
Inactive:         885072 kB
Active(anon):       2028 kB
Inactive(anon):   414828 kB
Active(file):     304072 kB
Inactive(file):   470244 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            119956 kB
Writeback:             0 kB
AnonPages:        392480 kB
Mapped:            89588 kB
Shmem:             22536 kB
KReclaimable:     121132 kB
Slab:             450152 kB
SReclaimable:     121132 kB
SUnreclaim:       329020 kB
KernelStack:       14592 kB
PageTables:        10380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     582024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           189696 kB
HardwareCorrupted:     0 kB
AnonHugePages:    264192 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:      458752 kB
DirectMap2M:    49321984 kB
DirectMap1G:    756023296 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD103 at 2024-07-31 22:18:28