Trace number 4779974

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
NaPS 1.04SAT (TO)449144758400000001 3600.26 3612.26

General information on the benchmark

NamePB24/normalized-PB11/
OPT-LIN/heinz/normalized-sp98ic.opb
MD5SUM6e9d02c2e2c8828631c0600a054521cc
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark449144758400000001
Best CPU time to get the best result obtained on this benchmark3600.26
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10894
Total number of constraints825
Number of constraints which are clauses20
Number of constraints which are cardinality constraints (but not clauses)624
Number of constraints which are nor clauses,nor cardinality constraints181
Minimum length of a constraint2
Maximum length of a constraint5038
Number of terms in the objective function 10894
Biggest coefficient in the objective function 172784353600000000
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 486507432685759999927
Number of bits of the sum of numbers in the objective function 69
Biggest number in a constraint 172784353600000000
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 486507432685759999927
Number of bits of the biggest sum of numbers69
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file

Solver Data

0.00/0.12	exec HOME/naps_release -v2 -mc -cSCIP -scip-solve-prop -scip-stage-prop -given-time=3600 HOME/instance-4779974-1782135631.opb
0.00/0.19	c NaPS 1.03a50.
0.00/0.19	c Using SAT solver: CaDiCaL 3.0.0
0.00/0.19	c Input file name: HOME/instance-4779974-1782135631.opb
0.00/0.19	c Parsing PB file...
0.00/0.22	c goal was devided by 1 with offset 486507432685759999927.
0.43/0.67	c assumptions before coding: 
0.43/0.69	c initScipForCoop
0.52/0.71	c Running SCIP presolver (time limit: 10 sec)...
0.52/0.71	c solveScip
0.52/0.71	c initScipForCoop
0.52/0.71	c Cooperative mode: scip_coop_offset=486507432685763035136.000000
0.52/0.71	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
0.52/0.71	c Running SCIP presolve for solve-time propagation (rounds=3)
0.52/0.74	c Ignoring primal solution candidate with objective value beyond infinity threshold.
0.52/0.74	c Ignoring primal solution candidate with objective value beyond infinity threshold.
0.52/0.74	c presolving:
0.62/0.80	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 4 chg sides, 2457 chg coeffs, 0 upgd conss, 0 impls, 627 clqs, 0 implints
0.62/0.87	c    (0.2s) running MILP presolver
0.62/0.89	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.72/0.91	c (round 2, exhaustive) 0 del vars, 29 del conss, 0 add conss, 0 chg bounds, 31 chg sides, 2457 chg coeffs, 0 upgd conss, 0 impls, 627 clqs, 0 implints
0.93/1.13	c    (0.4s) probing: 51/10894 (0.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.93/1.13	c    (0.4s) probing aborted: 50/50 successive totally useless probings
0.93/1.16	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
0.93/1.16	c  0 deleted vars, 29 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 31 changed sides, 2457 changed coefficients
0.93/1.16	c  0 implications, 627 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
0.93/1.16	c presolved problem has 10894 variables (10894 bin, 0 int, 0 cont) and 796 constraints
0.93/1.16	c     156 constraints of type <knapsack>
0.93/1.16	c     625 constraints of type <setppc>
0.93/1.16	c       2 constraints of type <linear>
0.93/1.16	c      13 constraints of type <logicor>
0.93/1.16	c transformed objective value is always integral (scale: 1)
0.93/1.16	c Presolving Time: 0.43
1.02/1.21	c Ignoring primal solution candidate with objective value beyond infinity threshold.
1.02/1.21	c Ignoring primal solution candidate with objective value beyond infinity threshold.
1.02/1.21	c presolving:
1.02/1.27	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 4 chg sides, 2457 chg coeffs, 0 upgd conss, 0 impls, 627 clqs, 0 implints
1.11/1.34	c    (0.2s) running MILP presolver
1.11/1.36	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1.11/1.39	c (round 2, exhaustive) 0 del vars, 29 del conss, 0 add conss, 0 chg bounds, 31 chg sides, 2457 chg coeffs, 0 upgd conss, 0 impls, 627 clqs, 0 implints
1.21/1.43	c (round 3, exhaustive) 0 del vars, 29 del conss, 0 add conss, 0 chg bounds, 31 chg sides, 2457 chg coeffs, 794 upgd conss, 0 impls, 627 clqs, 0 implints
1.21/1.46	c (round 4, fast)       0 del vars, 29 del conss, 0 add conss, 0 chg bounds, 54 chg sides, 12810 chg coeffs, 794 upgd conss, 0 impls, 627 clqs, 0 implints
1.31/1.50	c (round 5, exhaustive) 0 del vars, 29 del conss, 0 add conss, 0 chg bounds, 54 chg sides, 12810 chg coeffs, 796 upgd conss, 0 impls, 627 clqs, 0 implints
1.31/1.52	c (round 6, exhaustive) 18 del vars, 29 del conss, 0 add conss, 0 chg bounds, 54 chg sides, 12810 chg coeffs, 796 upgd conss, 0 impls, 627 clqs, 0 implints
1.51/1.72	c    (0.5s) probing: 51/10876 (0.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.51/1.72	c    (0.5s) probing aborted: 50/50 successive totally useless probings
1.51/1.75	c    (0.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1.51/1.78	c    (0.6s) no symmetry present (symcode time: 0.00)
1.61/1.82	c presolving (7 rounds: 7 fast, 5 medium, 5 exhaustive):
1.61/1.82	c  18 deleted vars, 29 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 54 changed sides, 12813 changed coefficients
1.61/1.82	c  0 implications, 627 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1.61/1.82	c presolved problem has 10876 variables (10876 bin, 0 int, 0 cont) and 796 constraints
1.61/1.82	c     156 constraints of type <knapsack>
1.61/1.82	c     627 constraints of type <setppc>
1.61/1.82	c      13 constraints of type <logicor>
1.61/1.82	c transformed objective value is always integral (scale: 1)
1.61/1.82	c Presolving Time: 0.61
1.61/1.82	c 
1.61/1.83	c Ignoring primal solution candidate with objective value beyond infinity threshold.
1.61/1.83	c Ignoring primal solution candidate with objective value beyond infinity threshold.
1.71/1.94	c in SCIP_DECL_EVENTEXEC found by SCIP
1.71/1.94	o 11657124442559999986
1.71/1.94	c Model check passed
1.71/1.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.71/1.94	c p 0.8s|     1 |     0 |     0 |     - |  clique|   0 |  10k| 796 | 796 |   0 |  0 |   0 |   0 | 0.000000e+00 |-1.165712e+19 |    Inf | unknown
1.71/1.98	c in SCIP_DECL_EVENTEXEC found by SCIP
1.71/1.98	o 8658421853119999997
1.71/1.98	c Model check passed
1.71/1.98	c p 0.8s|     1 |     0 |     0 |     - |   locks|   0 |  10k| 796 | 796 |   0 |  0 |   0 |   0 | 0.000000e+00 |-8.658422e+18 |    Inf | unknown
4.50/4.79	c in SCIP_DECL_EVENTEXEC found by SCIP
4.50/4.79	o 1228038960800000000
4.50/4.79	c Model check passed
4.50/4.79	c p 3.6s|     1 |     0 |     0 |     - | vbounds|   0 |  10k| 796 | 796 |   0 |  0 |   0 |   0 | 0.000000e+00 |-1.228039e+18 |    Inf | unknown
5.19/5.45	c (node 1) unresolved numerical troubles in LP 2 -- using pseudo solution instead (loop 1)
5.19/5.45	c   4.3s|     1 |     2 |  2296 |     - |   207M |   0 |  10k| 796 | 796 |   0 |  0 |   0 |   0 | 0.000000e+00 |-1.228039e+18 |    Inf | unknown
8.89/9.18	c in SCIP_DECL_EVENTEXEC found by SCIP
8.89/9.18	o 767449480640000000
8.89/9.19	c Model check passed
8.89/9.19	c r 8.0s|     6 |     5 |  6134 | 767.6 |rounding|   5 |  10k| 796 | 796 |   0 |  0 |   0 |  33 | 0.000000e+00 |-7.674495e+17 |    Inf | unknown
8.89/9.19	c in SCIP_DECL_EVENTEXEC found by SCIP
8.89/9.19	o 761096812160000000
8.89/9.19	c Model check passed
8.89/9.19	c r 8.0s|     6 |     5 |  6134 | 767.6 |shifting|   5 |  10k| 796 | 796 |   0 |  0 |   0 |  33 | 0.000000e+00 |-7.610968e+17 |    Inf | unknown
9.08/9.34	c (node 6) error in strong branching call for variable <t_x6490> with solution 0.5
9.08/9.35	c in SCIP_DECL_EVENTEXEC found by SCIP
9.08/9.35	o 569253551360000000
9.08/9.35	c Model check passed
9.08/9.35	c i 8.2s|     7 |     6 |  6136 | 640.0 |  oneopt|   6 |  10k| 796 | 796 |   0 |  0 |   0 |  35 | 0.000000e+00 |-5.692536e+17 |    Inf | unknown
9.48/9.73	c (node 7) error in strong branching call for variable <t_x1918> with solution 0.333333
10.28/10.59	c (node 8) error in strong branching call for variable <t_x4922> with solution 0.612875
10.48/10.73	c (node 9) error in strong branching call for variable <t_x312> with solution 0.5
10.48/10.79	c (node 10) error in strong branching call for variable <t_x8634> with solution 0.52493
10.89/11.17	c (node 16) error in strong branching call for variable <t_x524> with solution 0.142857
10.89/11.19	c 
10.89/11.19	c SCIP Status        : solving was interrupted [time limit reached]
10.89/11.19	c Solving Time (sec) : 10.00
10.89/11.19	c Solving Nodes      : 16
10.89/11.19	c Primal Bound       : -5.69253551360000e+17 (6 solutions)
10.89/11.19	c Dual Bound         : +0.00000000000000e+00
10.89/11.19	c Gap                : infinite
10.89/11.19	c SCIP status: 23 (TIMELIMIT)
10.89/11.19	c solveScip: freeing transform (!can_skip_free_transform)
10.97/11.23	c SCIP presolver: sst_sat
10.97/11.23	c Converting 825 PB-constraints to clauses...
10.97/11.23	c   -- Clauses(.)/Splits(s): estimatedAdderCost: 1118
10.97/11.23	c Try to convert by bdds
10.97/11.24	c d: 1
10.97/11.24	c estimatedAdderCost: 578
10.97/11.24	c Try to convert by bdds
10.97/11.24	c d: 1
10.97/11.24	c estimatedAdderCost: 186
10.97/11.24	c Try to convert by bdds
10.97/11.25	c d: 1
10.97/11.25	c estimatedAdderCost: 198
10.97/11.25	c Try to convert by bdds
10.97/11.25	c d: 1
10.97/11.25	c estimatedAdderCost: 4335
10.97/11.25	c Try to convert by sorters
10.97/11.27	c estimatedAdderCost: 8808
10.97/11.27	c Try to convert by sorters
11.07/11.35	c estimatedAdderCost: 2743
11.07/11.35	c Try to convert by bdds
11.07/11.36	c d: 1
11.07/11.36	c estimatedAdderCost: 2283
11.07/11.36	c Try to convert by bdds
11.07/11.38	c d: 1
11.07/11.38	c estimatedAdderCost: 2656
11.07/11.38	c Try to convert by bdds
11.17/11.40	c d: 1
11.17/11.40	c estimatedAdderCost: 469
11.17/11.40	c Try to convert by bdds
11.17/11.40	c d: 1
11.17/11.40	c estimatedAdderCost: 1258
11.17/11.40	c Try to convert by bdds
11.17/11.40	c d: 1
11.17/11.40	c estimatedAdderCost: 1536
11.17/11.40	c Try to convert by bdds
11.17/11.41	c d: 1
11.17/11.41	c estimatedAdderCost: 3392
11.17/11.41	c Try to convert by bdds
11.17/11.45	c d: 1
11.17/11.45	c estimatedAdderCost: 539
11.17/11.45	c Try to convert by bdds
11.17/11.45	c d: 1
11.17/11.45	c estimatedAdderCost: 2095
11.17/11.45	c Try to convert by bdds
11.17/11.46	c d: 1
11.17/11.46	c estimatedAdderCost: 4575
11.17/11.46	c Try to convert by sorters
11.27/11.53	c estimatedAdderCost: 352
11.27/11.53	c Try to convert by bdds
11.27/11.53	c d: 1
11.27/11.53	c estimatedAdderCost: 947
11.27/11.53	c Try to convert by bdds
11.27/11.54	c d: 1
11.27/11.54	c estimatedAdderCost: 2751
11.27/11.54	c Try to convert by bdds
11.27/11.54	c d: 1
11.27/11.54	c estimatedAdderCost: 1776
11.27/11.54	c Try to convert by bdds
11.27/11.55	c d: 1
11.27/11.55	c estimatedAdderCost: 6017
11.27/11.55	c Try to convert by sorters
11.27/11.57	c estimatedAdderCost: 4048
11.27/11.57	c Try to convert by sorters
11.37/11.60	c estimatedAdderCost: 953
11.37/11.60	c Try to convert by bdds
11.37/11.61	c d: 1
11.37/11.61	c estimatedAdderCost: 1850
11.37/11.61	c Try to convert by bdds
11.37/11.61	c d: 1
11.37/11.61	c estimatedAdderCost: 632
11.37/11.61	c Try to convert by bdds
11.37/11.61	c d: 1
11.37/11.61	c estimatedAdderCost: 1227
11.37/11.61	c Try to convert by bdds
11.37/11.61	c d: 1
11.37/11.61	c estimatedAdderCost: 1536
11.37/11.61	c Try to convert by bdds
11.37/11.62	c d: 1
11.37/11.62	c estimatedAdderCost: 3392
11.37/11.62	c Try to convert by bdds
11.37/11.67	c d: 1
11.37/11.67	c estimatedAdderCost: 1428
11.37/11.67	c Try to convert by bdds
11.37/11.68	c d: 1
11.37/11.68	c estimatedAdderCost: 505
11.37/11.68	c Try to convert by bdds
11.37/11.69	c d: 1
11.37/11.69	c estimatedAdderCost: 2381
11.37/11.69	c Try to convert by bdds
11.37/11.69	c d: 1
11.37/11.69	c estimatedAdderCost: 5198
11.37/11.69	c Try to convert by sorters
11.57/11.83	c estimatedAdderCost: 1810
11.57/11.83	c Try to convert by bdds
11.57/11.83	c d: 1
11.57/11.83	c estimatedAdderCost: 2478
11.57/11.83	c Try to convert by bdds
11.57/11.84	c d: 1
11.57/11.84	c estimatedAdderCost: 5428
11.57/11.84	c Try to convert by sorters
11.67/11.90	c estimatedAdderCost: 414
11.67/11.90	c Try to convert by bdds
11.67/11.90	c d: 1
11.67/11.90	c estimatedAdderCost: 900
11.67/11.90	c Try to convert by bdds
11.67/11.91	c d: 1
11.67/11.91	c estimatedAdderCost: 2849
11.67/11.91	c Try to convert by bdds
11.67/11.94	c d: 1
11.67/11.94	c estimatedAdderCost: 6197
11.67/11.94	c Try to convert by sorters
11.79/12.01	c estimatedAdderCost: 745
11.79/12.01	c Try to convert by bdds
11.79/12.01	c d: 1
11.79/12.01	c estimatedAdderCost: 1352
11.79/12.01	c Try to convert by bdds
11.79/12.01	c d: 1
11.79/12.01	c estimatedAdderCost: 731
11.79/12.01	c Try to convert by bdds
11.79/12.01	c d: 1
11.79/12.01	c estimatedAdderCost: 1117
11.79/12.01	c Try to convert by bdds
11.79/12.02	c d: 1
11.79/12.02	c estimatedAdderCost: 2354
11.79/12.02	c Try to convert by bdds
11.79/12.03	c d: 1
11.79/12.03	c estimatedAdderCost: 928
11.79/12.03	c Try to convert by bdds
11.79/12.04	c d: 1
11.79/12.04	c estimatedAdderCost: 2547
11.79/12.04	c Try to convert by bdds
11.79/12.05	c d: 1
11.79/12.05	c estimatedAdderCost: 5691
11.79/12.05	c Try to convert by sorters
11.88/12.11	c estimatedAdderCost: 697
11.88/12.11	c Try to convert by bdds
11.88/12.12	c d: 1
11.88/12.12	c estimatedAdderCost: 1130
11.88/12.12	c Try to convert by bdds
11.88/12.12	c d: 1
11.88/12.12	c estimatedAdderCost: 6184
11.88/12.12	c Try to convert by sorters
11.88/12.18	c estimatedAdderCost: 1816
11.88/12.18	c Try to convert by bdds
11.88/12.19	c d: 1
11.88/12.19	c estimatedAdderCost: 3160
11.88/12.19	c Try to convert by bdds
11.88/12.19	c d: 1
11.88/12.19	c estimatedAdderCost: 1432
11.88/12.19	c Try to convert by bdds
11.97/12.20	c d: 1
11.97/12.20	c estimatedAdderCost: 2492
11.97/12.20	c Try to convert by bdds
11.97/12.20	c d: 1
11.97/12.20	c estimatedAdderCost: 734
11.97/12.20	c Try to convert by bdds
11.97/12.21	c d: 1
11.97/12.21	c estimatedAdderCost: 1373
11.97/12.21	c Try to convert by bdds
11.97/12.21	c d: 1
11.97/12.21	c estimatedAdderCost: 983
11.97/12.21	c Try to convert by bdds
11.97/12.21	c d: 1
11.97/12.21	c estimatedAdderCost: 2308
11.97/12.21	c Try to convert by bdds
11.97/12.22	c d: 1
11.97/12.22	c estimatedAdderCost: 5024
11.97/12.22	c Try to convert by sorters
12.17/12.47	c estimatedAdderCost: 2192
12.17/12.47	c Try to convert by bdds
12.17/12.48	c d: 1
12.17/12.48	c estimatedAdderCost: 3818
12.17/12.48	c Try to convert by sorters
12.27/12.52	c estimatedAdderCost: 3431
12.27/12.52	c Try to convert by sorters
12.27/12.55	c estimatedAdderCost: 7577
12.27/12.55	c Try to convert by sorters
12.36/12.63	c estimatedAdderCost: 472
12.36/12.63	c Try to convert by bdds
12.36/12.63	c d: 1
12.36/12.63	c estimatedAdderCost: 1003
12.36/12.63	c Try to convert by bdds
12.36/12.64	c d: 1
12.36/12.64	c estimatedAdderCost: 1253
12.36/12.64	c Try to convert by bdds
12.36/12.64	c d: 1
12.36/12.64	c estimatedAdderCost: 689
12.36/12.64	c Try to convert by bdds
12.36/12.65	c d: 1
12.36/12.65	c estimatedAdderCost: 1051
12.36/12.65	c Try to convert by bdds
12.36/12.65	c d: 1
12.36/12.65	c estimatedAdderCost: 1212
12.36/12.65	c Try to convert by bdds
12.36/12.65	c d: 1
12.36/12.65	c estimatedAdderCost: 2139
12.36/12.65	c Try to convert by bdds
12.36/12.66	c d: 1
12.36/12.66	c estimatedAdderCost: 847
12.36/12.66	c Try to convert by bdds
12.36/12.66	c d: 1
12.36/12.66	c estimatedAdderCost: 1501
12.36/12.66	c Try to convert by bdds
12.36/12.67	c d: 1
12.36/12.67	c estimatedAdderCost: 3365
12.36/12.67	c Try to convert by bdds
12.36/12.68	c d: 1
12.36/12.68	c estimatedAdderCost: 3638
12.36/12.68	c Try to convert by sorters
12.47/12.70	c estimatedAdderCost: 2230
12.47/12.70	c Try to convert by bdds
12.47/12.71	c d: 1
12.47/12.71	c estimatedAdderCost: 8388
12.47/12.71	c Try to convert by sorters
12.57/12.82	c estimatedAdderCost: 2961
12.57/12.82	c Try to convert by bdds
12.57/12.84	c d: 1
12.57/12.84	c estimatedAdderCost: 1255
12.57/12.84	c Try to convert by bdds
12.57/12.85	c d: 1
12.57/12.85	c estimatedAdderCost: 2436
12.57/12.85	c Try to convert by bdds
12.57/12.85	c d: 1
12.57/12.85	c estimatedAdderCost: 3004
12.57/12.85	c Try to convert by bdds
12.57/12.87	c d: 1
12.57/12.87	c estimatedAdderCost: 5684
12.57/12.87	c Try to convert by sorters
12.66/12.93	c estimatedAdderCost: 716
12.66/12.93	c Try to convert by bdds
12.66/12.93	c d: 1
12.66/12.93	c estimatedAdderCost: 1246
12.66/12.93	c Try to convert by bdds
12.66/12.94	c d: 1
12.66/12.94	c estimatedAdderCost: 2296
12.66/12.94	c Try to convert by bdds
12.66/12.96	c d: 1
12.66/12.96	c estimatedAdderCost: 5633
12.66/12.96	c Try to convert by sorters
12.78/13.03	c estimatedAdderCost: 5309
12.78/13.03	c Try to convert by sorters
12.78/13.10	c estimatedAdderCost: 1291
12.78/13.10	c Try to convert by bdds
12.78/13.10	c d: 1
12.78/13.10	c estimatedAdderCost: 4106
12.78/13.10	c Try to convert by sorters
12.88/13.15	c estimatedAdderCost: 7706
12.88/13.15	c Try to convert by sorters
12.97/13.25	c estimatedAdderCost: 4057
12.97/13.25	c Try to convert by sorters
12.97/13.29	c estimatedAdderCost: 4161
12.97/13.29	c Try to convert by sorters
13.56/13.80	c estimatedAdderCost: 3459
13.56/13.80	c Try to convert by sorters
13.56/13.85	c estimatedAdderCost: 3029
13.56/13.85	c Try to convert by bdds
13.56/13.86	c d: 1
13.56/13.86	c estimatedAdderCost: 3004
13.56/13.86	c Try to convert by bdds
13.56/13.87	c d: 1
13.56/13.87	c estimatedAdderCost: 2704
13.56/13.87	c Try to convert by bdds
13.66/13.91	c d: 1
13.66/13.91	c estimatedAdderCost: 2454
13.66/13.91	c Try to convert by bdds
13.66/13.91	c d: 1
13.66/13.91	c estimatedAdderCost: 7175
13.66/13.91	c Try to convert by sorters
13.78/14.01	c estimatedAdderCost: 1412
13.78/14.01	c Try to convert by bdds
13.78/14.04	c d: 1
13.78/14.04	c estimatedAdderCost: 2547
13.78/14.04	c Try to convert by bdds
13.78/14.05	c d: 1
13.78/14.05	c estimatedAdderCost: 4334
13.78/14.05	c Try to convert by sorters
13.78/14.11	c estimatedAdderCost: 2741
13.78/14.11	c Try to convert by bdds
13.88/14.12	c d: 1
13.88/14.12	c estimatedAdderCost: 1815
13.88/14.12	c Try to convert by bdds
13.88/14.12	c d: 1
13.88/14.12	c estimatedAdderCost: 1431
13.88/14.12	c Try to convert by bdds
13.88/14.12	c d: 1
13.88/14.12	c estimatedAdderCost: 729
13.88/14.12	c Try to convert by bdds
13.88/14.13	c d: 1
13.88/14.13	c estimatedAdderCost: 983
13.88/14.13	c Try to convert by bdds
13.88/14.13	c d: 1
13.88/14.13	c estimatedAdderCost: 2651
13.88/14.13	c Try to convert by bdds
13.88/14.14	c d: 1
13.88/14.14	c estimatedAdderCost: 2191
13.88/14.14	c Try to convert by bdds
13.88/14.14	c d: 1
13.88/14.14	c estimatedAdderCost: 3431
13.88/14.14	c Try to convert by sorters
13.88/14.18	c estimatedAdderCost: 184
13.88/14.18	c Try to convert by bdds
13.88/14.18	c d: 1
13.88/14.18	c estimatedAdderCost: 1207
13.88/14.18	c Try to convert by bdds
13.88/14.19	c d: 1
13.88/14.19	c estimatedAdderCost: 842
13.88/14.19	c Try to convert by bdds
13.88/14.19	c d: 1
13.88/14.19	c estimatedAdderCost: 1774
13.88/14.19	c Try to convert by bdds
13.88/14.20	c d: 1
13.88/14.20	c estimatedAdderCost: 1430
13.88/14.20	c Try to convert by bdds
13.96/14.20	c d: 1
13.96/14.20	c estimatedAdderCost: 2230
13.96/14.20	c Try to convert by bdds
13.96/14.20	c d: 1
13.96/14.20	c estimatedAdderCost: 1423
13.96/14.20	c Try to convert by bdds
13.96/14.21	c d: 1
13.96/14.21	c estimatedAdderCost: 1255
13.96/14.21	c Try to convert by bdds
13.96/14.21	c d: 1
13.96/14.21	c estimatedAdderCost: 3004
13.96/14.21	c Try to convert by bdds
13.96/14.23	c d: 1
13.96/14.23	c estimatedAdderCost: 485
13.96/14.23	c Try to convert by bdds
13.96/14.23	c d: 1
13.96/14.23	c estimatedAdderCost: 715
13.96/14.23	c Try to convert by bdds
13.96/14.23	c d: 1
13.96/14.23	c estimatedAdderCost: 394
13.96/14.23	c Try to convert by bdds
13.96/14.23	c d: 1
13.96/14.23	c estimatedAdderCost: 1416
13.96/14.23	c Try to convert by bdds
13.96/14.24	c d: 1
13.96/14.24	c estimatedAdderCost: 2983
13.96/14.24	c Try to convert by bdds
13.96/14.25	c d: 1
13.96/14.25	c estimatedAdderCost: 1081
13.96/14.25	c Try to convert by bdds
13.96/14.25	c d: 1
13.96/14.25	c estimatedAdderCost: 3614
13.96/14.25	c Try to convert by sorters
14.06/14.30	c estimatedAdderCost: 3101
14.06/14.30	c Try to convert by bdds
14.06/14.30	c d: 1
14.06/14.30	c estimatedAdderCost: 2444
14.06/14.30	c Try to convert by bdds
14.06/14.31	c d: 1
14.06/14.31	c estimatedAdderCost: 1264
14.06/14.31	c Try to convert by bdds
14.06/14.31	c d: 1
14.06/14.31	c estimatedAdderCost: 2942
14.06/14.31	c Try to convert by bdds
14.06/14.32	c d: 1
14.06/14.32	c estimatedAdderCost: 2844
14.06/14.32	c Try to convert by bdds
14.06/14.33	c d: 1
14.06/14.33	c estimatedAdderCost: 3931
14.06/14.33	c Try to convert by sorters
14.06/14.37	c estimatedAdderCost: 623
14.06/14.37	c Try to convert by bdds
14.06/14.38	c d: 1
14.06/14.38	c estimatedAdderCost: 2528
14.06/14.38	c Try to convert by bdds
14.06/14.38	c d: 1
14.06/14.38	c estimatedAdderCost: 815
14.06/14.38	c Try to convert by bdds
14.06/14.39	c d: 1
14.06/14.39	c estimatedAdderCost: 1516
14.06/14.39	c Try to convert by bdds
14.06/14.39	c d: 1
14.06/14.39	c estimatedAdderCost: 1061
14.06/14.39	c Try to convert by bdds
14.16/14.40	c d: 1
14.16/14.40	c estimatedAdderCost: 3056
14.16/14.40	c Try to convert by bdds
14.16/14.40	c d: 1
14.16/14.40	c estimatedAdderCost: 2644
14.16/14.40	c Try to convert by bdds
14.16/14.41	c d: 1
14.16/14.41	c estimatedAdderCost: 1617
14.16/14.41	c Try to convert by bdds
14.16/14.42	c d: 1
14.16/14.42	c estimatedAdderCost: 2147
14.16/14.42	c Try to convert by bdds
14.16/14.42	c d: 1
14.16/14.42	c estimatedAdderCost: 5180
14.16/14.42	c Try to convert by sorters
14.26/14.50	c estimatedAdderCost: 527
14.26/14.50	c Try to convert by bdds
14.26/14.50	c d: 1
14.26/14.50	c estimatedAdderCost: 2874
14.26/14.50	c Try to convert by bdds
14.26/14.51	c d: 1
14.26/14.51	c estimatedAdderCost: 1222
14.26/14.51	c Try to convert by bdds
14.26/14.51	c d: 1
14.26/14.51	c estimatedAdderCost: 522
14.26/14.51	c Try to convert by bdds
14.26/14.52	c d: 1
14.26/14.52	c estimatedAdderCost: 186
14.26/14.52	c Try to convert by bdds
14.26/14.52	c d: 1
14.26/14.52	c estimatedAdderCost: 1124
14.26/14.52	c Try to convert by bdds
14.26/14.53	c d: 1
14.26/14.53	c estimatedAdderCost: 7976
14.26/14.53	c Try to convert by sorters
14.36/14.67	c estimatedAdderCost: 1991
14.36/14.67	c Try to convert by bdds
14.36/14.68	c d: 1
14.36/14.68	c estimatedAdderCost: 1629
14.36/14.68	c Try to convert by bdds
14.46/14.70	c d: 1
14.46/14.70	c estimatedAdderCost: 731
14.46/14.70	c Try to convert by bdds
14.46/14.70	c d: 1
14.46/14.70	c estimatedAdderCost: 980
14.46/14.70	c Try to convert by bdds
14.46/14.71	c d: 1
14.46/14.71	c estimatedAdderCost: 3430
14.46/14.71	c Try to convert by sorters
14.46/14.75	c estimatedAdderCost: 538
14.46/14.75	c Try to convert by bdds
14.46/14.75	c d: 1
14.46/14.75	c estimatedAdderCost: 2093
14.46/14.75	c Try to convert by bdds
14.46/14.76	c d: 1
14.46/14.76	c estimatedAdderCost: 3003
14.46/14.76	c Try to convert by bdds
14.46/14.77	c d: 1
14.46/14.77	c estimatedAdderCost: 491
14.46/14.77	c Try to convert by bdds
14.46/14.77	c d: 1
14.46/14.77	c estimatedAdderCost: 2379
14.46/14.77	c Try to convert by bdds
14.46/14.78	c d: 1
14.46/14.78	c estimatedAdderCost: 4031
14.46/14.78	c Try to convert by sorters
14.56/14.84	c estimatedAdderCost: 1053
14.56/14.84	c Try to convert by bdds
14.56/14.85	c d: 1
14.56/14.85	c estimatedAdderCost: 4684
14.56/14.85	c Try to convert by sorters
14.66/14.92	c estimatedAdderCost: 723
14.66/14.92	c Try to convert by bdds
14.66/14.93	c d: 1
14.66/14.93	c estimatedAdderCost: 2710
14.66/14.93	c Try to convert by bdds
14.66/14.94	c d: 1
14.66/14.94	c estimatedAdderCost: 320
14.66/14.94	c Try to convert by bdds
14.66/14.94	c d: 1
14.66/14.94	c estimatedAdderCost: 2106
14.66/14.94	c Try to convert by bdds
14.66/14.94	c d: 1
14.66/14.94	c estimatedAdderCost: 1459
14.66/14.94	c Try to convert by bdds
14.66/14.95	c d: 1
14.66/14.95	c estimatedAdderCost: 1929
14.66/14.95	c Try to convert by bdds
14.66/14.95	c d: 1
14.66/14.95	c estimatedAdderCost: 734
14.66/14.95	c Try to convert by bdds
14.66/14.95	c d: 1
14.66/14.95	c estimatedAdderCost: 3080
14.66/14.95	c Try to convert by bdds
14.66/14.97	c d: 1
14.66/14.97	c estimatedAdderCost: 733
14.66/14.97	c Try to convert by bdds
14.66/14.97	c d: 1
14.66/14.97	c estimatedAdderCost: 2276
14.66/14.97	c Try to convert by bdds
14.66/14.97	c d: 1
14.66/14.97	c estimatedAdderCost: 3430
14.66/14.97	c Try to convert by sorters
14.77/15.01	c estimatedAdderCost: 504
14.77/15.01	c Try to convert by bdds
14.77/15.02	c d: 1
14.77/15.02	c estimatedAdderCost: 2624
14.77/15.02	c Try to convert by bdds
14.77/15.02	c d: 1
14.77/15.02	c estimatedAdderCost: 3362
14.77/15.02	c Try to convert by bdds
14.77/15.03	c d: 1
14.77/15.03	c estimatedAdderCost: 3823
14.77/15.03	c Try to convert by sorters
14.77/15.10	c estimatedAdderCost: 3702
14.77/15.10	c Try to convert by sorters
14.87/15.15	c estimatedAdderCost: 2094
14.87/15.15	c Try to convert by bdds
14.87/15.16	c d: 1
14.87/15.16	c estimatedAdderCost: 2380
14.87/15.16	c Try to convert by bdds
14.87/15.16	c d: 1
14.87/15.16	c estimatedAdderCost: 914
14.87/15.16	c Try to convert by bdds
14.87/15.17	c d: 1
14.87/15.17	c estimatedAdderCost: 599
14.87/15.17	c Try to convert by bdds
14.87/15.17	c d: 1
14.87/15.17	c estimatedAdderCost: 744
14.87/15.17	c Try to convert by bdds
14.96/15.20	c d: 1
14.96/15.20	c 
21.94/22.25	c pb_solver_status: sst_sat
21.94/22.25	c SCIP presolver nodes=16 > 1; boosting initial SCIP budget to 1000.0 sec
21.94/22.29	c goal1 is divided by 160000000
21.94/22.29	c Next goal: size: 10894 smallest: 31778442 biggest: 1079902210 multiplied with 160000000
21.94/22.29	c Rest goal: size: 553 smallest: 1 biggest: 16
21.94/22.29	c total stages of optimization mode: 2
21.94/22.29	c multi stage optimization mode: 1-th step
21.94/22.29	c Maximizing current goal: (10894)31778442*~x2082  35115594*~x7507  35532738*~x5333  36367026*~x6174  36367026*~x6382  37201314*~x529  37201314*~x7847  37618458*~x732  37618458*~x9832  38035602*~x2556  38035602*~x6791  38035602*~x10190  38035602*~x10413  38234656*~x2081  39287034*~x3566  39287034*~x8304  39704178*~x1717  39704178*~x4086  39704178*~x6241  39704178*~x8555  in [-oo,+oo]
21.94/22.29	c LB updated by evalGoalLB to 0
22.03/22.30	c UB updated by evalGoalUB to 3040671454286
22.03/22.30	c LB updated by evalGoal to 3037113619590
22.03/22.30	c o 569253551360000000 omitted printing the best_goalvalue
22.03/22.30	c minimizationMode: cmm_Binary
22.03/22.30	c goal coeffs: 31778442 35115594 35532738 36367026 36367026 37201314 37201314 37618458 37618458 38035602 38035602 38035602 38035602 38234656 39287034 39287034 39704178 39704178 39704178 39704178 
22.03/22.33	c Try to find a solution more than 3038299564488
22.14/22.42	c estimatedAdderCost: 153343
22.14/22.42	c Try to convert by sorters
38.00/38.31	c optbase uses 1 primes
60.24/60.67	c Sorter: base: 2 2 3 3 3 3 3 3 3 3 2 2 2 2 2 2 2 2 2 2 
60.24/60.67	c 
73.00/73.42	c assumptions: 
73.00/73.42	c invoking solver with time budget: 5.000000
122.36/122.97	c sat_solver_result: sst_unknown
122.36/122.97	c SAT solver timed out; proceeding to cooperative SCIP call
122.36/122.97	c Calling solveScip for cooperative mode with LB_goalvalue:       3037113619590, UB_goalvalue: 3040671454286
122.36/122.97	c scip solving with time budget: 1000.000000
122.36/122.97	c solveScip
122.36/122.97	c initScipForCoop
122.36/122.97	c Cooperative mode: scip_coop_offset=3040671454286.000000
122.36/122.97	c Coop Mode: Using SCIP obj units for LB/UB: 3037113619590, +oo
122.36/122.97	c Running SCIP presolve for solve-time propagation (rounds=3)
122.36/123.00	c 6/6 feasible solutions given by solution candidate storage, new primal bound -3.557835e+09
122.36/123.00	c 
122.47/123.02	c presolving:
122.47/123.09	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 4 chg sides, 2457 chg coeffs, 0 upgd conss, 0 impls, 627 clqs, 0 implints
122.57/123.14	c    (0.2s) running MILP presolver
122.57/123.16	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
122.57/123.19	c (round 2, exhaustive) 0 del vars, 29 del conss, 0 add conss, 0 chg bounds, 31 chg sides, 2457 chg coeffs, 0 upgd conss, 0 impls, 627 clqs, 0 implints
122.86/123.41	c    (0.4s) probing: 51/10894 (0.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
122.86/123.41	c    (0.4s) probing aborted: 50/50 successive totally useless probings
122.86/123.45	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
122.86/123.45	c  0 deleted vars, 29 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 31 changed sides, 2457 changed coefficients
122.86/123.45	c  0 implications, 627 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
122.86/123.45	c presolved problem has 10894 variables (10894 bin, 0 int, 0 cont) and 796 constraints
122.86/123.45	c     156 constraints of type <knapsack>
122.86/123.45	c     625 constraints of type <setppc>
122.86/123.45	c       2 constraints of type <linear>
122.86/123.45	c      13 constraints of type <logicor>
122.86/123.45	c transformed objective value is always integral (scale: 1)
122.86/123.45	c Presolving Time: 0.43
122.86/123.49	c 6/6 feasible solutions given by solution candidate storage, new primal bound -3.557835e+09
122.86/123.49	c 
122.96/123.52	c presolving:
122.96/123.58	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 4 chg sides, 2457 chg coeffs, 0 upgd conss, 0 impls, 627 clqs, 0 implints
123.06/123.64	c    (0.2s) running MILP presolver
123.06/123.66	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
123.15/123.70	c (round 2, exhaustive) 0 del vars, 29 del conss, 0 add conss, 0 chg bounds, 31 chg sides, 2457 chg coeffs, 0 upgd conss, 0 impls, 627 clqs, 0 implints
123.15/123.73	c (round 3, exhaustive) 0 del vars, 29 del conss, 0 add conss, 0 chg bounds, 31 chg sides, 2457 chg coeffs, 794 upgd conss, 0 impls, 627 clqs, 0 implints
123.15/123.76	c (round 4, fast)       0 del vars, 29 del conss, 0 add conss, 0 chg bounds, 54 chg sides, 12810 chg coeffs, 794 upgd conss, 0 impls, 627 clqs, 0 implints
123.25/123.81	c (round 5, exhaustive) 0 del vars, 29 del conss, 0 add conss, 0 chg bounds, 54 chg sides, 12810 chg coeffs, 796 upgd conss, 0 impls, 627 clqs, 0 implints
123.25/123.82	c (round 6, exhaustive) 18 del vars, 29 del conss, 0 add conss, 0 chg bounds, 54 chg sides, 12810 chg coeffs, 796 upgd conss, 0 impls, 627 clqs, 0 implints
123.47/124.02	c    (0.6s) probing: 51/10876 (0.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
123.47/124.02	c    (0.6s) probing aborted: 50/50 successive totally useless probings
123.47/124.05	c    (0.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
123.47/124.07	c    (0.6s) no symmetry present (symcode time: 0.00)
123.57/124.11	c presolving (7 rounds: 7 fast, 5 medium, 5 exhaustive):
123.57/124.11	c  18 deleted vars, 29 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 54 changed sides, 12813 changed coefficients
123.57/124.11	c  0 implications, 627 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
123.57/124.11	c presolved problem has 10876 variables (10876 bin, 0 int, 0 cont) and 796 constraints
123.57/124.11	c     156 constraints of type <knapsack>
123.57/124.11	c     627 constraints of type <setppc>
123.57/124.11	c      13 constraints of type <logicor>
123.57/124.11	c transformed objective value is always integral (scale: 1)
123.57/124.11	c Presolving Time: 0.60
123.57/124.14	c transformed 6/6 original solutions to the transformed problem space
123.57/124.14	c 
127.14/127.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
127.14/127.78	c   4.3s|     1 |     0 |  2377 |     - |   213M |   0 |  10k| 797 | 796 |   0 |  0 |   0 |   0 |-2.776735e+09 |-3.557835e+09 |  28.13%| unknown
127.84/128.40	c   4.9s|     1 |     0 |  2440 |     - |   227M |   0 |  10k| 797 | 803 |   7 |  1 |   0 |   0 |-2.777409e+09 |-3.557835e+09 |  28.10%| unknown
128.45/129.03	c   5.6s|     1 |     0 |  2517 |     - |   229M |   0 |  10k| 797 | 809 |  13 |  2 |   0 |   0 |-2.777720e+09 |-3.557835e+09 |  28.08%| unknown
129.04/129.65	c   6.2s|     1 |     0 |  2570 |     - |   229M |   0 |  10k| 797 | 814 |  18 |  3 |   0 |   0 |-2.778094e+09 |-3.557835e+09 |  28.07%| unknown
129.64/130.27	c   6.8s|     1 |     0 |  2617 |     - |   230M |   0 |  10k| 797 | 818 |  22 |  4 |   0 |   0 |-2.778324e+09 |-3.557835e+09 |  28.06%| unknown
130.24/130.88	c   7.4s|     1 |     0 |  2687 |     - |   230M |   0 |  10k| 797 | 821 |  25 |  5 |   0 |   0 |-2.778618e+09 |-3.557835e+09 |  28.04%| unknown
130.93/131.52	c   8.1s|     1 |     0 |  2766 |     - |   234M |   0 |  10k| 797 | 824 |  28 |  6 |   0 |   0 |-2.778993e+09 |-3.557835e+09 |  28.03%| unknown
131.55/132.13	c   8.7s|     1 |     0 |  2798 |     - |   236M |   0 |  10k| 797 | 828 |  32 |  7 |   0 |   0 |-2.779131e+09 |-3.557835e+09 |  28.02%| unknown
132.13/132.74	c   9.3s|     1 |     0 |  2837 |     - |   236M |   0 |  10k| 797 | 832 |  36 |  8 |   0 |   0 |-2.779658e+09 |-3.557835e+09 |  28.00%| unknown
132.73/133.36	c   9.9s|     1 |     0 |  2879 |     - |   236M |   0 |  10k| 797 | 837 |  41 |  9 |   0 |   0 |-2.779884e+09 |-3.557835e+09 |  27.99%| unknown
133.33/133.93	c  10.5s|     1 |     0 |  2893 |     - |   236M |   0 |  10k| 797 | 839 |  43 | 10 |   0 |   0 |-2.779928e+09 |-3.557835e+09 |  27.98%| unknown
133.93/134.54	c  11.1s|     1 |     0 |  2910 |     - |   239M |   0 |  10k| 797 | 843 |  47 | 11 |   0 |   0 |-2.779944e+09 |-3.557835e+09 |  27.98%| unknown
134.44/135.10	c  11.6s|     1 |     0 |  2931 |     - |   239M |   0 |  10k| 797 | 846 |  50 | 12 |   0 |   0 |-2.779950e+09 |-3.557835e+09 |  27.98%| unknown
135.02/135.66	c  12.2s|     1 |     0 |  2963 |     - |   239M |   0 |  10k| 797 | 850 |  54 | 13 |   0 |   0 |-2.779994e+09 |-3.557835e+09 |  27.98%| unknown
135.62/136.28	c  12.8s|     1 |     0 |  2991 |     - |   240M |   0 |  10k| 797 | 854 |  58 | 14 |   0 |   0 |-2.780001e+09 |-3.557835e+09 |  27.98%| unknown
136.22/136.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
136.22/136.84	c  13.4s|     1 |     0 |  3025 |     - |   240M |   0 |  10k| 797 | 856 |  60 | 15 |   0 |   0 |-2.780027e+09 |-3.557835e+09 |  27.98%| unknown
136.72/137.39	c  13.9s|     1 |     0 |  3042 |     - |   240M |   0 |  10k| 797 | 852 |  64 | 16 |   0 |   0 |-2.780045e+09 |-3.557835e+09 |  27.98%| unknown
137.32/137.96	c  14.5s|     1 |     0 |  3053 |     - |   240M |   0 |  10k| 797 | 854 |  66 | 17 |   0 |   0 |-2.780061e+09 |-3.557835e+09 |  27.98%| unknown
140.91/141.57	c in SCIP_DECL_EVENTEXEC found by SCIP
140.91/141.57	o 486628225119999998
140.91/141.57	c Model check passed
140.91/141.57	c L18.1s|     1 |     0 |  9203 |     - |    rens|   0 |  10k| 797 | 854 |  66 | 18 |   0 |   0 |-2.780061e+09 |-3.041426e+09 |   9.40%| unknown
141.11/141.71	c  18.2s|     1 |     0 |  9203 |     - |   242M |   0 |  10k| 797 | 854 |  66 | 18 |   0 |   0 |-2.780061e+09 |-3.041426e+09 |   9.40%| unknown
141.11/141.74	c  18.3s|     1 |     0 |  9203 |     - |   242M |   0 |  10k| 797 | 854 |  66 | 18 |   0 |   0 |-2.780061e+09 |-3.041426e+09 |   9.40%| unknown
143.80/144.46	c  21.0s|     1 |     2 |  9203 |     - |   242M |   0 |  10k| 797 | 854 |  66 | 19 |   0 |  28 |-2.781146e+09 |-3.041426e+09 |   9.36%| unknown
171.02/171.79	c in SCIP_DECL_EVENTEXEC found by SCIP
171.02/171.79	o 472161409119999995
171.02/171.79	c Model check passed
171.02/171.79	c r48.3s|    82 |    64 | 22990 | 246.1 |rounding|  15 |  10k| 797 | 846 | 149 |  5 |   0 | 782 |-2.783303e+09 |-2.951009e+09 |   6.03%| unknown
174.11/174.82	c  51.4s|   100 |    80 | 25552 | 227.3 |   276M |  16 |  10k| 796 | 834 | 160 |  1 |   0 | 871 |-2.783303e+09 |-2.951009e+09 |   6.03%| unknown
180.30/181.10	c  57.6s|   200 |   168 | 42814 | 199.8 |   292M |  19 |  10k| 796 | 836 | 243 |  1 |   0 | 928 |-2.784545e+09 |-2.951009e+09 |   5.98%| unknown
186.67/187.48	c  64.0s|   300 |   242 | 57653 | 182.6 |   302M |  23 |  10k| 796 | 835 | 301 |  1 |   0 | 993 |-2.785823e+09 |-2.951009e+09 |   5.93%| unknown
192.85/193.64	c  70.2s|   400 |   320 | 73335 | 176.1 |   314M |  24 |  10k| 796 | 850 | 384 |  1 |   0 |1066 |-2.785823e+09 |-2.951009e+09 |   5.93%| unknown
199.25/200.07	c  76.6s|   500 |   406 | 90967 | 176.2 |   318M |  35 |  10k| 796 | 847 | 455 |  1 |   0 |1128 |-2.785885e+09 |-2.951009e+09 |   5.93%| unknown
209.00/209.87	c  86.4s|   600 |   506 |123710 | 201.4 |   324M |  35 |  10k| 796 | 833 | 513 |  1 |   0 |1189 |-2.786011e+09 |-2.951009e+09 |   5.92%| unknown
220.18/221.04	c  97.6s|   700 |   606 |155519 | 218.1 |   328M |  35 |  10k| 796 | 833 | 641 |  1 |   0 |1280 |-2.786011e+09 |-2.951009e+09 |   5.92%| unknown
228.26/229.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
228.26/229.18	c   106s|   800 |   706 |179202 | 220.5 |   331M |  35 |  10k| 796 | 836 | 703 |  1 |   0 |1354 |-2.786070e+09 |-2.951009e+09 |   5.92%| unknown
236.32/237.24	c   114s|   900 |   806 |200217 | 219.3 |   337M |  62 |  10k| 796 | 848 | 765 |  1 |   0 |1430 |-2.786273e+09 |-2.951009e+09 |   5.91%| unknown
244.79/245.76	c   122s|  1000 |   900 |223974 | 221.1 |   344M |  62 |  10k| 796 | 839 | 859 |  1 |   0 |1515 |-2.786477e+09 |-2.951009e+09 |   5.90%| unknown
247.78/248.74	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
247.78/248.74	c (run 1, node 1035) performing user restart
247.78/248.74	c 
247.78/248.75	c (restart) converted 36 cuts from the global cut pool into linear constraints
247.78/248.75	c 
247.88/248.81	c presolving:
247.88/248.85	c (round 1, fast)       596 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 756 chg coeffs, 0 upgd conss, 0 impls, 627 clqs, 0 implints
247.98/248.90	c (round 2, exhaustive) 596 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 756 chg coeffs, 36 upgd conss, 0 impls, 627 clqs, 0 implints
247.98/248.98	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
247.98/248.98	c  596 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 756 changed coefficients
247.98/248.98	c  0 implications, 627 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
247.98/248.98	c presolved problem has 10280 variables (10280 bin, 0 int, 0 cont) and 832 constraints
247.98/248.98	c     191 constraints of type <knapsack>
247.98/248.98	c     627 constraints of type <setppc>
247.98/248.98	c      14 constraints of type <logicor>
247.98/248.98	c transformed objective value is always integral (scale: 1)
247.98/248.98	c Presolving Time: 0.81
248.38/249.38	c transformed 99/100 original solutions to the transformed problem space
248.38/249.38	c 
248.88/249.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
248.88/249.80	c   126s|     1 |     0 |233940 |     - |   379M |   0 |  10k| 832 | 832 |   0 |  0 |   0 |1549 |-2.786924e+09 |-2.951009e+09 |   5.89%| unknown
249.19/250.18	c   127s|     1 |     0 |235967 |     - |   379M |   0 |  10k| 832 | 832 |   0 |  0 |   0 |1549 |-2.786924e+09 |-2.951009e+09 |   5.89%| unknown
249.19/250.19	c   127s|     1 |     0 |235967 |     - |   379M |   0 |  10k| 832 | 832 |   0 |  0 |   0 |1549 |-2.786924e+09 |-2.951009e+09 |   5.89%| unknown
249.87/250.85	c   127s|     1 |     0 |235981 |     - |   380M |   0 |  10k| 832 | 835 |   3 |  1 |   0 |1549 |-2.786924e+09 |-2.951009e+09 |   5.89%| unknown
250.47/251.47	c   128s|     1 |     0 |235985 |     - |   380M |   0 |  10k| 832 | 837 |   5 |  2 |   0 |1549 |-2.786924e+09 |-2.951009e+09 |   5.89%| unknown
251.08/252.08	c   129s|     1 |     0 |235990 |     - |   380M |   0 |  10k| 832 | 838 |   6 |  3 |   0 |1549 |-2.786924e+09 |-2.951009e+09 |   5.89%| unknown
251.77/252.70	c   129s|     1 |     0 |235996 |     - |   380M |   0 |  10k| 832 | 839 |   7 |  4 |   0 |1549 |-2.786924e+09 |-2.951009e+09 |   5.89%| unknown
255.96/256.90	c   133s|     1 |     2 |242662 |     - |   381M |   0 |  10k| 832 | 839 |   7 |  5 |   0 |1555 |-2.786924e+09 |-2.951009e+09 |   5.89%| unknown
261.94/262.93	c   139s|   100 |   101 |259275 | 222.2 |   382M |  35 |  10k| 832 | 827 |  10 |  1 |   0 |1609 |-2.786924e+09 |-2.951009e+09 |   5.89%| unknown
267.83/268.88	c   145s|   200 |   201 |276935 | 218.5 |   384M |  35 |  10k| 832 | 831 |  33 |  1 |   0 |1660 |-2.786924e+09 |-2.951009e+09 |   5.89%| unknown
273.41/274.47	c   151s|   300 |   301 |292965 | 214.2 |   386M |  45 |  10k| 832 | 832 |  55 |  1 |   0 |1711 |-2.786924e+09 |-2.951009e+09 |   5.89%| unknown
279.69/280.77	c   157s|   400 |   401 |310880 | 211.7 |   388M |  45 |  10k| 832 | 835 |  75 |  1 |   0 |1772 |-2.786924e+09 |-2.951009e+09 |   5.89%| unknown
285.37/286.46	c   163s|   500 |   501 |326758 | 208.3 |   392M |  74 |  10k| 832 | 840 | 129 |  1 |   0 |1825 |-2.786924e+09 |-2.951009e+09 |   5.89%| unknown
291.65/292.75	c   169s|   600 |   599 |344261 | 206.2 |   396M |  74 |  10k| 832 | 829 | 176 |  1 |   0 |1903 |-2.786924e+09 |-2.951009e+09 |   5.89%| unknown
301.62/302.73	c   179s|   700 |   699 |376763 | 213.1 |   402M |  74 |  10k| 832 | 834 | 217 |  1 |   0 |2021 |-2.786924e+09 |-2.951009e+09 |   5.89%| unknown
310.09/311.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
310.09/311.21	c   188s|   800 |   797 |402234 | 215.3 |   406M |  74 |  10k| 832 | 843 | 261 |  1 |   0 |2116 |-2.786924e+09 |-2.951009e+09 |   5.89%| unknown
318.17/319.38	c   196s|   900 |   891 |425445 | 216.2 |   413M |  74 |  10k| 832 | 846 | 326 |  1 |   0 |2206 |-2.787450e+09 |-2.951009e+09 |   5.87%| unknown
325.34/326.51	c   203s|  1000 |   989 |443605 | 214.5 |   417M |  74 |  10k| 832 | 846 | 404 |  1 |   0 |2288 |-2.787630e+09 |-2.951009e+09 |   5.86%| unknown
332.72/333.95	c   210s|  1100 |  1089 |464466 | 214.2 |   423M |  74 |  10k| 832 | 848 | 472 |  1 |   0 |2364 |-2.787846e+09 |-2.951009e+09 |   5.85%| unknown
341.09/342.37	c   219s|  1200 |  1189 |487915 | 215.1 |   431M |  74 |  10k| 832 | 848 | 555 |  1 |   0 |2451 |-2.788280e+09 |-2.951009e+09 |   5.84%| unknown
350.16/351.43	c   228s|  1300 |  1287 |513336 | 216.8 |   435M |  74 |  10k| 832 | 850 | 596 |  2 |   0 |2538 |-2.788703e+09 |-2.951009e+09 |   5.82%| unknown
357.34/358.68	c   235s|  1400 |  1381 |534755 | 216.7 |   440M |  74 |  10k| 832 | 848 | 631 |  1 |   0 |2618 |-2.788809e+09 |-2.951009e+09 |   5.82%| unknown
366.41/367.73	c   244s|  1500 |  1481 |559127 | 217.8 |   445M |  74 |  10k| 832 | 858 | 695 |  1 |   0 |2700 |-2.788888e+09 |-2.951009e+09 |   5.81%| unknown
372.99/374.33	c   251s|  1600 |  1579 |578257 | 216.8 |   450M |  74 |  10k| 832 | 844 | 734 |  1 |   0 |2768 |-2.789094e+09 |-2.951009e+09 |   5.81%| unknown
379.68/381.04	c   258s|  1700 |  1677 |597405 | 215.8 |   455M |  74 |  10k| 832 | 850 | 776 |  1 |   0 |2846 |-2.789094e+09 |-2.951009e+09 |   5.81%| unknown
384.76/386.17	c in SCIP_DECL_EVENTEXEC found by SCIP
384.76/386.17	o 466534768960000001
384.76/386.17	c Model check passed
384.76/386.17	c r 263s|  1782 |  1592 |612101 | 214.8 |rounding|  74 |  10k| 832 | 852 | 809 |  3 |   0 |2909 |-2.789160e+09 |-2.915842e+09 |   4.54%| unknown
386.54/387.92	c   264s|  1800 |  1612 |615492 | 214.6 |   461M |  74 |  10k| 832 | 847 | 836 |  1 |   0 |2930 |-2.789378e+09 |-2.915842e+09 |   4.53%| unknown
393.82/395.21	c   272s|  1900 |  1706 |635153 | 214.0 |   467M |  74 |  10k| 832 | 851 | 899 |  1 |   0 |2999 |-2.789378e+09 |-2.915842e+09 |   4.53%| unknown
400.71/402.14	c   279s|  2000 |  1784 |654729 | 213.4 |   473M |  74 |  10k| 832 | 841 | 965 |  1 |   0 |3065 |-2.789593e+09 |-2.915842e+09 |   4.53%| unknown
407.98/409.40	c   286s|  2100 |  1860 |675910 | 213.3 |   482M |  74 |  10k| 832 | 835 |1026 |  0 |   0 |3135 |-2.789616e+09 |-2.915842e+09 |   4.52%| unknown
414.95/416.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
414.95/416.46	c   293s|  2200 |  1942 |698740 | 213.8 |   488M |  74 |  10k| 832 | 852 |1111 |  1 |   0 |3184 |-2.789914e+09 |-2.915842e+09 |   4.51%| unknown
421.93/423.43	c   300s|  2300 |  2026 |718307 | 213.3 |   495M |  74 |  10k| 832 | 848 |1208 |  1 |   0 |3245 |-2.789942e+09 |-2.915842e+09 |   4.51%|   1.21%
429.01/430.55	c   307s|  2400 |  2100 |736870 | 212.5 |   503M |  74 |  10k| 832 | 844 |1328 |  1 |   0 |3318 |-2.790064e+09 |-2.915842e+09 |   4.51%|   1.21%
436.78/438.35	c   315s|  2500 |  2188 |761945 | 213.5 |   510M |  74 |  10k| 832 | 853 |1397 |  1 |   0 |3380 |-2.790248e+09 |-2.915842e+09 |   4.50%|   1.22%
442.06/443.66	c   320s|  2600 |  2268 |782149 | 213.2 |   516M |  74 |  10k| 832 | 841 |1438 |  0 |   0 |3397 |-2.790286e+09 |-2.915842e+09 |   4.50%|   1.22%
449.46/451.01	c   328s|  2700 |  2352 |808766 | 214.6 |   522M |  74 |  10k| 832 | 856 |1516 |  1 |   0 |3442 |-2.790472e+09 |-2.915842e+09 |   4.49%|   1.22%
456.54/458.12	c   335s|  2800 |  2434 |834071 | 215.6 |   531M |  74 |  10k| 832 | 851 |1609 |  1 |   0 |3479 |-2.790517e+09 |-2.915842e+09 |   4.49%|   1.22%
463.20/464.82	c   341s|  2900 |  2522 |853711 | 215.2 |   536M |  74 |  10k| 832 | 855 |1685 |  1 |   0 |3531 |-2.790635e+09 |-2.915842e+09 |   4.49%|   1.23%
468.68/470.38	c   347s|  3000 |  2596 |872903 | 214.6 |   543M |  74 |  10k| 832 | 852 |1757 |  1 |   0 |3566 |-2.790635e+09 |-2.915842e+09 |   4.49%|   1.23%
472.16/473.86	c in SCIP_DECL_EVENTEXEC found by SCIP
472.16/473.86	o 465983453119999998
472.16/473.86	c Model check passed
472.16/473.86	c r 350s|  3065 |  2626 |884365 | 214.0 |ziroundi|  74 |  10k| 832 | 841 |1791 |  1 |   0 |3583 |-2.790709e+09 |-2.912397e+09 |   4.36%|   1.24%
474.65/476.35	c   353s|  3100 |  2661 |894442 | 214.6 |   549M |  74 |  10k| 832 | 857 |1819 |  1 |   0 |3588 |-2.790719e+09 |-2.912397e+09 |   4.36%|   1.24%
480.35/482.01	c   359s|  3200 |  2731 |913308 | 214.0 |   556M |  74 |  10k| 832 | 845 |1879 |  1 |   0 |3638 |-2.790719e+09 |-2.912397e+09 |   4.36%|   1.24%
486.52/488.23	c   365s|  3300 |  2811 |936037 | 214.3 |   562M |  74 |  10k| 832 | 844 |1936 |  1 |   0 |3674 |-2.790933e+09 |-2.912397e+09 |   4.35%|   1.24%
491.50/493.27	c   370s|  3400 |  2895 |953208 | 213.3 |   569M |  74 |  10k| 832 | 844 |1989 |  1 |   0 |3698 |-2.790950e+09 |-2.912397e+09 |   4.35%|   1.25%
497.59/499.30	c   376s|  3500 |  2979 |974019 | 213.2 |   575M |  74 |  10k| 832 | 836 |2055 |  1 |   0 |3731 |-2.790970e+09 |-2.912397e+09 |   4.35%|   1.25%
504.07/505.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
504.07/505.83	c   382s|  3600 |  3059 |994861 | 213.1 |   580M |  74 |  10k| 832 | 853 |2152 |  1 |   0 |3771 |-2.791092e+09 |-2.912397e+09 |   4.35%|   1.25%
504.17/505.92	c in SCIP_DECL_EVENTEXEC found by SCIP
504.17/505.92	o 463636073440000000
504.17/505.92	c Model check passed
504.17/505.92	c r 382s|  3602 |  2823 |995214 | 213.1 |rounding|  74 |  10k| 832 | 853 |2152 |  0 |   0 |3771 |-2.791092e+09 |-2.897725e+09 |   3.82%|   1.35%
510.36/512.15	c   389s|  3700 |  2903 |  1017k| 213.3 |   586M |  74 |  10k| 832 | 864 |2199 |  1 |   0 |3795 |-2.791213e+09 |-2.897725e+09 |   3.82%|   1.35%
515.83/517.66	c   394s|  3800 |  2983 |  1035k| 212.6 |   593M |  74 |  10k| 832 | 845 |2262 |  1 |   0 |3831 |-2.791213e+09 |-2.897725e+09 |   3.82%|   1.35%
520.71/522.55	c   399s|  3900 |  3047 |  1051k| 211.6 |   600M |  74 |  10k| 832 | 857 |2322 |  1 |   0 |3858 |-2.791224e+09 |-2.897725e+09 |   3.82%|   1.36%
524.99/526.83	c   403s|  4000 |  3125 |  1067k| 210.5 |   606M |  74 |  10k| 832 | 849 |2380 |  1 |   0 |3865 |-2.791281e+09 |-2.897725e+09 |   3.81%|   1.36%
530.77/532.67	c   409s|  4100 |  3195 |  1088k| 210.7 |   612M |  74 |  10k| 832 | 856 |2439 |  1 |   0 |3882 |-2.791283e+09 |-2.897725e+09 |   3.81%|   1.36%
536.65/538.59	c   415s|  4200 |  3271 |  1111k| 211.0 |   620M |  74 |  10k| 832 | 844 |2505 |  1 |   0 |3904 |-2.791413e+09 |-2.897725e+09 |   3.81%|   1.37%
541.74/543.62	c in SCIP_DECL_EVENTEXEC found by SCIP
541.74/543.62	o 459584151200000000
541.74/543.62	c Model check passed
541.74/543.63	c L 420s|  4294 |  2658 |  1129k| 210.5 |crossove|  74 |  10k| 832 | 855 |2585 |  1 |   0 |3917 |-2.791765e+09 |-2.872401e+09 |   2.89%|   2.19%
541.94/543.89	c   420s|  4300 |  2662 |  1130k| 210.5 |   626M |  74 |  10k| 832 | 857 |2588 |  0 |   0 |3917 |-2.791765e+09 |-2.872401e+09 |   2.89%|   2.20%
547.32/549.23	c   426s|  4400 |  2730 |  1150k| 210.4 |   631M |  74 |  10k| 832 | 860 |2645 |  1 |   0 |3938 |-2.791910e+09 |-2.872401e+09 |   2.88%|   2.21%
553.30/555.25	c   432s|  4500 |  2788 |  1168k| 209.9 |   635M |  74 |  10k| 832 | 834 |2680 |  0 |   0 |3999 |-2.791987e+09 |-2.872401e+09 |   2.88%|   2.21%
560.78/562.75	c   439s|  4600 |  2844 |  1191k| 210.3 |   643M |  74 |  10k| 832 | 852 |2821 |  0 |   0 |4058 |-2.791990e+09 |-2.872401e+09 |   2.88%|   2.22%
566.76/568.75	c   445s|  4700 |  2906 |  1209k| 209.6 |   650M |  74 |  10k| 832 | 858 |2895 |  0 |   0 |4107 |-2.791990e+09 |-2.872401e+09 |   2.88%|   2.23%
571.84/573.86	c   450s|  4800 |  2960 |  1223k| 208.5 |   655M |  74 |  10k| 832 | 846 |2955 |  1 |   0 |4156 |-2.792044e+09 |-2.872401e+09 |   2.88%|   2.27%
578.32/580.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
578.32/580.35	c   457s|  4900 |  3022 |  1243k| 208.3 |   661M |  74 |  10k| 832 | 856 |3018 |  1 |   0 |4215 |-2.792117e+09 |-2.872401e+09 |   2.88%|   2.27%
583.30/585.34	c   462s|  5000 |  3074 |  1259k| 207.5 |   665M |  74 |  10k| 832 | 838 |3073 |  1 |   0 |4253 |-2.792117e+09 |-2.872401e+09 |   2.88%|   2.28%
589.28/591.35	c   468s|  5100 |  3134 |  1277k| 207.2 |   669M |  74 |  10k| 832 | 864 |3141 |  1 |   0 |4305 |-2.792117e+09 |-2.872401e+09 |   2.88%|   2.28%
595.07/597.16	c   474s|  5200 |  3194 |  1294k| 206.5 |   675M |  74 |  10k| 832 | 872 |3213 |  1 |   0 |4361 |-2.792117e+09 |-2.872401e+09 |   2.88%|   2.29%
602.05/604.14	c   481s|  5300 |  3264 |  1314k| 206.4 |   680M |  74 |  10k| 832 | 853 |3282 |  2 |   0 |4425 |-2.792131e+09 |-2.872401e+09 |   2.87%|   2.29%
607.72/609.85	c   486s|  5400 |  3338 |  1331k| 205.8 |   686M |  74 |  10k| 832 | 860 |3328 |  1 |   0 |4477 |-2.792240e+09 |-2.872401e+09 |   2.87%|   2.29%
612.30/614.46	c   491s|  5500 |  3402 |  1345k| 204.8 |   690M |  74 |  10k| 832 | 868 |3362 |  0 |   0 |4512 |-2.792240e+09 |-2.872401e+09 |   2.87%|   2.29%
617.79/619.94	c   496s|  5600 |  3460 |  1362k| 204.3 |   696M |  74 |  10k| 832 | 863 |3405 |  1 |   0 |4572 |-2.792294e+09 |-2.872401e+09 |   2.87%|   2.29%
621.77/623.98	c   501s|  5700 |  3514 |  1374k| 203.1 |   700M |  74 |  10k| 832 | 868 |3416 |  2 |   0 |4617 |-2.792353e+09 |-2.872401e+09 |   2.87%|   2.29%
626.87/629.06	c   506s|  5800 |  3576 |  1389k| 202.2 |   705M |  79 |  10k| 832 | 860 |3452 |  0 |   0 |4660 |-2.792571e+09 |-2.872401e+09 |   2.86%|   2.34%
632.24/634.40	c   511s|  5900 |  3640 |  1406k| 201.9 |   711M |  79 |  10k| 832 | 862 |3492 |  1 |   0 |4700 |-2.792582e+09 |-2.872401e+09 |   2.86%|   2.34%
637.52/639.73	c   516s|  6000 |  3702 |  1425k| 201.7 |   715M |  79 |  10k| 832 | 868 |3509 |  1 |   0 |4736 |-2.792582e+09 |-2.872401e+09 |   2.86%|   2.34%
641.11/643.39	c   520s|  6100 |  3764 |  1438k| 200.6 |   720M |  82 |  10k| 832 | 867 |3532 |  0 |   0 |4756 |-2.792596e+09 |-2.872401e+09 |   2.86%|   2.34%
645.00/647.22	c   524s|  6200 |  3818 |  1450k| 199.5 |   724M |  84 |  10k| 832 | 863 |3567 |  0 |   0 |4782 |-2.792607e+09 |-2.872401e+09 |   2.86%|   2.34%
647.39/649.65	c in SCIP_DECL_EVENTEXEC found by SCIP
647.39/649.65	o 459137881119999994
647.39/649.66	c Model check passed
647.39/649.66	c * 526s|  6250 |  3705 |  1458k| 199.2 |strongbr|  84 |  10k| 832 | 847 |3580 |  1 |   0 |4797 |-2.792784e+09 |-2.869612e+09 |   2.75%|   3.01%
649.68/651.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
649.68/651.96	c   528s|  6300 |  3727 |  1465k| 198.8 |   728M |  84 |  10k| 832 | 863 |3593 |  0 |   0 |4821 |-2.792935e+09 |-2.869612e+09 |   2.75%|   3.02%
652.79/655.09	c   532s|  6400 |  3771 |  1476k| 197.7 |   731M |  84 |  10k| 832 | 861 |3618 |  1 |   0 |4834 |-2.792935e+09 |-2.869612e+09 |   2.75%|   3.02%
657.77/660.03	c   537s|  6500 |  3819 |  1494k| 197.4 |   735M |  84 |  10k| 832 | 860 |3659 |  2 |   0 |4865 |-2.792935e+09 |-2.869612e+09 |   2.75%|   3.02%
662.34/664.67	c   541s|  6600 |  3873 |  1511k| 197.0 |   740M |  84 |  10k| 832 | 868 |3681 |  1 |   0 |4888 |-2.792980e+09 |-2.869612e+09 |   2.74%|   3.02%
667.74/670.04	c   547s|  6700 |  3921 |  1527k| 196.6 |   743M |  84 |  10k| 832 | 859 |3693 |  2 |   0 |4946 |-2.793001e+09 |-2.869612e+09 |   2.74%|   3.02%
672.41/674.74	c   551s|  6800 |  3979 |  1541k| 195.9 |   748M |  84 |  10k| 832 | 861 |3715 |  1 |   0 |4989 |-2.793001e+09 |-2.869612e+09 |   2.74%|   3.02%
676.71/679.10	c   556s|  6900 |  4035 |  1555k| 195.1 |   753M |  84 |  10k| 832 | 864 |3737 |  0 |   0 |5028 |-2.793030e+09 |-2.869612e+09 |   2.74%|   3.02%
681.28/683.62	c   560s|  7000 |  4083 |  1570k| 194.6 |   757M |  84 |  10k| 832 | 864 |3756 |  0 |   0 |5061 |-2.793030e+09 |-2.869612e+09 |   2.74%|   3.02%
686.26/688.68	c   565s|  7100 |  4137 |  1585k| 194.1 |   761M |  84 |  10k| 832 | 856 |3783 |  1 |   0 |5103 |-2.793091e+09 |-2.869612e+09 |   2.74%|   3.03%
691.15/693.52	c   570s|  7200 |  4193 |  1600k| 193.5 |   765M |  84 |  10k| 832 | 865 |3805 |  1 |   0 |5145 |-2.793106e+09 |-2.869612e+09 |   2.74%|   3.03%
696.13/698.60	c   575s|  7300 |  4253 |  1614k| 192.9 |   770M |  84 |  10k| 832 | 860 |3823 |  1 |   0 |5200 |-2.793126e+09 |-2.869612e+09 |   2.74%|   3.03%
700.91/703.35	c   580s|  7400 |  4307 |  1631k| 192.6 |   774M |  84 |  10k| 832 | 865 |3831 |  1 |   0 |5237 |-2.793126e+09 |-2.869612e+09 |   2.74%|   3.03%
704.80/707.29	c   584s|  7500 |  4357 |  1646k| 192.1 |   778M |  84 |  10k| 832 | 864 |3844 |  1 |   0 |5249 |-2.793126e+09 |-2.869612e+09 |   2.74%|   3.03%
710.08/712.57	c   589s|  7600 |  4405 |  1663k| 191.9 |   782M |  89 |  10k| 832 | 864 |3860 |  1 |   0 |5303 |-2.793126e+09 |-2.869612e+09 |   2.74%|   3.03%
713.58/716.09	c   593s|  7700 |  4451 |  1675k| 191.0 |   787M |  96 |  10k| 832 | 865 |3875 |  0 |   0 |5330 |-2.793149e+09 |-2.869612e+09 |   2.74%|   3.03%
717.06/719.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
717.06/719.52	c   596s|  7800 |  4499 |  1687k| 190.2 |   792M |  96 |  10k| 832 | 859 |3892 |  1 |   0 |5345 |-2.793157e+09 |-2.869612e+09 |   2.74%|   3.03%
720.56/723.07	c   600s|  7900 |  4539 |  1700k| 189.5 |   796M |  96 |  10k| 832 | 849 |3915 |  1 |   0 |5373 |-2.793157e+09 |-2.869612e+09 |   2.74%|   3.03%
724.23/726.77	c   603s|  8000 |  4579 |  1713k| 188.9 |   799M |  96 |  10k| 832 | 865 |3928 |  1 |   0 |5396 |-2.793157e+09 |-2.869612e+09 |   2.74%|   3.03%
727.72/730.24	c   607s|  8100 |  4625 |  1727k| 188.4 |   803M |  96 |  10k| 832 | 860 |3939 |  1 |   0 |5404 |-2.793157e+09 |-2.869612e+09 |   2.74%|   3.03%
732.11/734.69	c   611s|  8200 |  4659 |  1743k| 188.1 |   806M |  96 |  10k| 832 | 865 |3986 |  2 |   0 |5421 |-2.793188e+09 |-2.869612e+09 |   2.74%|   3.03%
735.40/737.92	c   614s|  8300 |  4709 |  1754k| 187.2 |   810M |  96 |  10k| 832 | 867 |4006 |  0 |   0 |5439 |-2.793252e+09 |-2.869612e+09 |   2.73%|   3.04%
738.99/741.58	c   618s|  8400 |  4755 |  1768k| 186.6 |   815M |  96 |  10k| 832 | 851 |4041 |  1 |   0 |5456 |-2.793441e+09 |-2.869612e+09 |   2.73%|   3.04%
743.59/746.15	c   623s|  8500 |  4809 |  1782k| 186.2 |   822M |  96 |  10k| 832 | 844 |4098 |  1 |   0 |5482 |-2.793511e+09 |-2.869612e+09 |   2.72%|   3.05%
747.36/749.93	c   626s|  8600 |  4847 |  1795k| 185.7 |   825M |  96 |  10k| 832 | 853 |4133 |  1 |   0 |5506 |-2.793543e+09 |-2.869612e+09 |   2.72%|   3.05%
751.56/754.19	c   631s|  8700 |  4891 |  1811k| 185.3 |   830M |  96 |  10k| 832 | 849 |4166 |  3 |   0 |5529 |-2.793560e+09 |-2.869612e+09 |   2.72%|   3.05%
754.84/757.41	c   634s|  8800 |  4921 |  1823k| 184.7 |   834M |  96 |  10k| 832 | 869 |4189 |  1 |   0 |5538 |-2.793578e+09 |-2.869612e+09 |   2.72%|   3.05%
757.83/760.47	c   637s|  8900 |  4955 |  1836k| 184.1 |   838M |  96 |  10k| 832 | 864 |4196 |  0 |   0 |5544 |-2.793578e+09 |-2.869612e+09 |   2.72%|   3.05%
761.12/763.76	c   640s|  9000 |  5001 |  1847k| 183.4 |   842M |  96 |  10k| 832 | 858 |4210 |  1 |   0 |5560 |-2.793625e+09 |-2.869612e+09 |   2.72%|   3.05%
764.21/766.80	c   643s|  9100 |  5047 |  1858k| 182.7 |   846M |  96 |  10k| 832 | 858 |4238 |  1 |   0 |5569 |-2.793625e+09 |-2.869612e+09 |   2.72%|   3.05%
768.51/771.11	c   648s|  9200 |  5093 |  1875k| 182.6 |   850M |  96 |  10k| 832 | 858 |4249 |  1 |   0 |5584 |-2.793625e+09 |-2.869612e+09 |   2.72%|   3.05%
772.88/775.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
772.88/775.60	c   652s|  9300 |  5143 |  1891k| 182.4 |   854M |  96 |  10k| 832 | 849 |4279 |  0 |   0 |5608 |-2.793647e+09 |-2.869612e+09 |   2.72%|   3.05%
776.27/778.94	c   655s|  9400 |  5183 |  1904k| 181.8 |   858M |  96 |  10k| 832 | 832 |4298 |  0 |   0 |5619 |-2.793647e+09 |-2.869612e+09 |   2.72%|   3.05%
780.36/783.02	c   660s|  9500 |  5221 |  1919k| 181.6 |   863M |  96 |  10k| 832 | 863 |4333 |  0 |   0 |5641 |-2.793647e+09 |-2.869612e+09 |   2.72%|   3.05%
783.83/786.50	c   663s|  9600 |  5269 |  1933k| 181.1 |   868M |  96 |  10k| 832 | 865 |4350 |  1 |   0 |5654 |-2.793673e+09 |-2.869612e+09 |   2.72%|   3.05%
787.52/790.22	c   667s|  9700 |  5309 |  1949k| 180.9 |   873M |  96 |  10k| 832 | 853 |4374 |  1 |   0 |5661 |-2.793683e+09 |-2.869612e+09 |   2.72%|   3.06%
791.01/793.70	c   670s|  9800 |  5351 |  1960k| 180.3 |   876M |  96 |  10k| 832 | 867 |4386 |  1 |   0 |5687 |-2.793683e+09 |-2.869612e+09 |   2.72%|   3.06%
794.00/796.77	c   673s|  9900 |  5401 |  1971k| 179.7 |   880M |  96 |  10k| 832 | 853 |4402 |  1 |   0 |5698 |-2.793701e+09 |-2.869612e+09 |   2.72%|   3.06%
797.79/800.52	c   677s| 10000 |  5441 |  1985k| 179.3 |   884M |  96 |  10k| 832 | 867 |4416 |  1 |   0 |5716 |-2.793701e+09 |-2.869612e+09 |   2.72%|   3.06%
801.57/804.31	c   681s| 10100 |  5483 |  1997k| 178.7 |   888M |  96 |  10k| 832 | 847 |4423 |  1 |   0 |5731 |-2.793757e+09 |-2.869612e+09 |   2.72%|   3.06%
805.46/808.28	c   685s| 10200 |  5533 |  2011k| 178.4 |   893M |  96 |  10k| 832 | 839 |4445 |  1 |   0 |5750 |-2.793833e+09 |-2.869612e+09 |   2.71%|   3.06%
808.85/811.65	c   688s| 10300 |  5563 |  2023k| 177.9 |   896M |  96 |  10k| 832 | 865 |4457 |  1 |   0 |5771 |-2.793833e+09 |-2.869612e+09 |   2.71%|   3.06%
813.74/816.59	c   693s| 10400 |  5609 |  2039k| 177.7 |   901M |  96 |  10k| 832 | 854 |4532 |  1 |   0 |5802 |-2.793842e+09 |-2.869612e+09 |   2.71%|   3.24%
817.53/820.31	c   697s| 10500 |  5649 |  2053k| 177.4 |   906M |  96 |  10k| 832 | 845 |4562 |  1 |   0 |5812 |-2.793842e+09 |-2.869612e+09 |   2.71%|   3.24%
821.92/824.76	c   701s| 10600 |  5693 |  2070k| 177.4 |   910M |  96 |  10k| 832 | 878 |4612 |  1 |   0 |5829 |-2.793843e+09 |-2.869612e+09 |   2.71%|   3.28%
825.51/828.38	c   705s| 10700 |  5735 |  2083k| 176.9 |   916M |  96 |  10k| 832 | 855 |4643 |  1 |   0 |5846 |-2.793853e+09 |-2.869612e+09 |   2.71%|   3.28%
828.69/831.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
828.69/831.51	c   708s| 10800 |  5781 |  2093k| 176.3 |   919M |  96 |  10k| 832 | 857 |4681 |  1 |   0 |5855 |-2.793864e+09 |-2.869612e+09 |   2.71%|   3.29%
831.88/834.76	c   711s| 10900 |  5829 |  2106k| 175.9 |   923M |  96 |  10k| 832 | 850 |4694 |  0 |   0 |5863 |-2.793864e+09 |-2.869612e+09 |   2.71%|   3.29%
836.36/839.29	c   716s| 11000 |  5891 |  2121k| 175.7 |   932M |  96 |  10k| 832 | 854 |4775 |  1 |   0 |5881 |-2.793903e+09 |-2.869612e+09 |   2.71%|   3.29%
840.05/842.94	c   719s| 11100 |  5939 |  2134k| 175.3 |   936M |  96 |  10k| 832 | 852 |4818 |  1 |   0 |5889 |-2.793903e+09 |-2.869612e+09 |   2.71%|   3.30%
844.34/847.26	c   724s| 11200 |  5991 |  2148k| 175.0 |   940M |  96 |  10k| 832 | 872 |4831 |  1 |   0 |5925 |-2.793903e+09 |-2.869612e+09 |   2.71%|   3.30%
847.43/850.38	c   727s| 11300 |  6037 |  2160k| 174.5 |   944M |  96 |  10k| 832 | 851 |4851 |  1 |   0 |5940 |-2.793903e+09 |-2.869612e+09 |   2.71%|   3.30%
851.32/854.21	c   731s| 11400 |  6093 |  2174k| 174.3 |   949M |  96 |  10k| 832 | 859 |4885 |  1 |   0 |5947 |-2.793910e+09 |-2.869612e+09 |   2.71%|   3.30%
857.00/859.98	c   737s| 11500 |  6139 |  2193k| 174.4 |   957M |  96 |  10k| 832 | 848 |4949 |  2 |   0 |5995 |-2.793924e+09 |-2.869612e+09 |   2.71%|   3.30%
862.97/865.98	c   743s| 11600 |  6209 |  2212k| 174.5 |   962M |  96 |  10k| 832 | 853 |4996 |  1 |   0 |6047 |-2.793986e+09 |-2.869612e+09 |   2.71%|   3.30%
867.26/870.25	c   747s| 11700 |  6265 |  2226k| 174.2 |   965M |  96 |  10k| 832 | 866 |5035 |  1 |   0 |6072 |-2.794131e+09 |-2.869612e+09 |   2.70%|   3.30%
871.44/874.49	c   751s| 11800 |  6303 |  2238k| 173.9 |   969M |  96 |  10k| 832 | 851 |5067 |  0 |   0 |6112 |-2.794131e+09 |-2.869612e+09 |   2.70%|   3.30%
876.05/879.09	c   756s| 11900 |  6353 |  2253k| 173.6 |   974M |  96 |  10k| 832 | 863 |5104 |  1 |   0 |6145 |-2.794187e+09 |-2.869612e+09 |   2.70%|   3.30%
880.04/883.03	c   760s| 12000 |  6391 |  2266k| 173.3 |   977M | 101 |  10k| 832 | 875 |5121 |  0 |   0 |6170 |-2.794190e+09 |-2.869612e+09 |   2.70%|   3.31%
883.71/886.79	c   763s| 12100 |  6433 |  2278k| 172.9 |   980M | 102 |  10k| 832 | 864 |5141 |  0 |   0 |6202 |-2.794190e+09 |-2.869612e+09 |   2.70%|   3.31%
888.11/891.16	c   768s| 12200 |  6471 |  2293k| 172.8 |   983M | 102 |  10k| 832 | 862 |5160 |  0 |   0 |6229 |-2.794190e+09 |-2.869612e+09 |   2.70%|   3.31%
891.48/894.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
891.48/894.59	c   771s| 12300 |  6511 |  2302k| 172.2 |   986M | 102 |  10k| 832 | 862 |5164 |  0 |   0 |6280 |-2.794190e+09 |-2.869612e+09 |   2.70%|   3.31%
894.87/897.91	c   774s| 12400 |  6561 |  2313k| 171.7 |   992M | 102 |  10k| 832 | 862 |5192 |  1 |   0 |6309 |-2.794225e+09 |-2.869612e+09 |   2.70%|   3.33%
897.86/900.98	c   778s| 12500 |  6603 |  2323k| 171.1 |   995M | 102 |  10k| 832 | 866 |5212 |  0 |   0 |6330 |-2.794233e+09 |-2.869612e+09 |   2.70%|   3.33%
900.76/903.89	c   780s| 12600 |  6651 |  2332k| 170.5 |   998M | 102 |  10k| 832 | 864 |5223 |  1 |   0 |6356 |-2.794233e+09 |-2.869612e+09 |   2.70%|   3.33%
905.24/908.39	c   785s| 12700 |  6697 |  2345k| 170.3 |  1001M | 102 |  10k| 832 | 867 |5239 |  1 |   0 |6415 |-2.794233e+09 |-2.869612e+09 |   2.70%|   3.33%
908.83/911.94	c   788s| 12800 |  6741 |  2358k| 169.9 |  1005M | 102 |  10k| 832 | 865 |5248 |  1 |   0 |6438 |-2.794258e+09 |-2.869612e+09 |   2.70%|   3.33%
914.21/917.31	c   794s| 12900 |  6805 |  2373k| 169.8 |  1009M | 102 |  10k| 832 | 858 |5299 |  1 |   0 |6482 |-2.794258e+09 |-2.869612e+09 |   2.70%|   3.33%
918.01/921.12	c   798s| 13000 |  6851 |  2385k| 169.4 |  1013M | 102 |  10k| 832 | 850 |5338 |  1 |   0 |6513 |-2.794271e+09 |-2.869612e+09 |   2.70%|   3.33%
922.38/925.51	c   802s| 13100 |  6891 |  2398k| 169.2 |  1017M | 102 |  10k| 832 | 849 |5362 |  1 |   0 |6552 |-2.794327e+09 |-2.869612e+09 |   2.69%|   3.33%
926.47/929.66	c   806s| 13200 |  6931 |  2410k| 168.8 |  1019M | 102 |  10k| 832 | 864 |5378 |  1 |   0 |6598 |-2.794327e+09 |-2.869612e+09 |   2.69%|   3.33%
927.57/930.79	c in SCIP_DECL_EVENTEXEC found by SCIP
927.57/930.79	o 451923473599999996
927.57/930.79	c Model check passed
927.67/930.82	c r 807s| 13233 |  2318 |  2414k| 168.7 |rounding| 102 |  10k| 832 | 864 |5378 |  0 |   0 |6603 |-2.794327e+09 |-2.824522e+09 |   1.08%|  10.22%
928.97/932.17	c in SCIP_DECL_EVENTEXEC found by SCIP
928.97/932.17	o 451911975679999996
928.97/932.18	c Model check passed
928.97/932.18	c r 809s| 13286 |  2319 |  2418k| 168.4 |rounding| 102 |  10k| 832 | 865 |5380 |  0 |   0 |6609 |-2.794327e+09 |-2.824450e+09 |   1.08%|  10.25%
929.26/932.40	c   809s| 13300 |  2323 |  2419k| 168.3 |  1021M | 102 |  10k| 832 | 865 |5380 |  1 |   0 |6609 |-2.794327e+09 |-2.824450e+09 |   1.08%|  10.25%
931.75/934.95	c   811s| 13400 |  2339 |  2427k| 167.7 |  1021M | 102 |  10k| 832 | 867 |5390 |  1 |   0 |6632 |-2.794327e+09 |-2.824450e+09 |   1.08%|  10.26%
933.96/937.17	c   814s| 13500 |  2359 |  2434k| 167.0 |  1022M | 102 |  10k| 832 | 867 |5400 |  1 |   0 |6643 |-2.794327e+09 |-2.824450e+09 |   1.08%|  10.26%
937.03/940.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
937.03/940.24	c   817s| 13600 |  2383 |  2446k| 166.7 |  1022M | 102 |  10k| 832 | 857 |5411 |  0 |   0 |6657 |-2.794352e+09 |-2.824450e+09 |   1.08%|  10.26%
940.62/943.87	c   820s| 13700 |  2393 |  2461k| 166.6 |  1023M | 102 |  10k| 832 | 838 |5424 |  1 |   0 |6678 |-2.794387e+09 |-2.824450e+09 |   1.08%|  10.27%
945.21/948.44	c   825s| 13800 |  2409 |  2476k| 166.5 |  1023M | 102 |  10k| 832 | 841 |5460 |  1 |   0 |6715 |-2.794411e+09 |-2.824450e+09 |   1.07%|  10.28%
948.91/952.18	c   829s| 13900 |  2433 |  2488k| 166.1 |  1024M | 102 |  10k| 832 | 853 |5481 |  0 |   0 |6750 |-2.794428e+09 |-2.824450e+09 |   1.07%|  10.29%
953.18/956.46	c   833s| 14000 |  2453 |  2503k| 166.1 |  1024M | 102 |  10k| 832 | 863 |5501 |  0 |   0 |6788 |-2.794433e+09 |-2.824450e+09 |   1.07%|  10.30%
956.88/960.15	c   837s| 14100 |  2481 |  2517k| 165.9 |  1024M | 102 |  10k| 832 | 853 |5517 |  2 |   0 |6809 |-2.794454e+09 |-2.824450e+09 |   1.07%|  10.32%
959.87/963.15	c   840s| 14200 |  2501 |  2529k| 165.6 |  1025M | 102 |  10k| 832 | 854 |5527 |  1 |   0 |6815 |-2.794523e+09 |-2.824450e+09 |   1.07%|  10.32%
963.05/966.33	c   843s| 14300 |  2513 |  2542k| 165.3 |  1026M | 102 |  10k| 832 | 854 |5537 |  1 |   0 |6838 |-2.794523e+09 |-2.824450e+09 |   1.07%|  10.32%
965.94/969.28	c   846s| 14400 |  2535 |  2553k| 165.0 |  1026M | 102 |  10k| 832 | 854 |5546 |  2 |   0 |6852 |-2.794523e+09 |-2.824450e+09 |   1.07%|  10.32%
969.23/972.52	c   849s| 14500 |  2547 |  2568k| 164.8 |  1026M | 102 |  10k| 832 | 856 |5553 |  1 |   0 |6855 |-2.794523e+09 |-2.824450e+09 |   1.07%|  10.32%
972.83/976.13	c   853s| 14600 |  2567 |  2583k| 164.8 |  1027M | 102 |  10k| 832 | 857 |5572 |  0 |   0 |6862 |-2.794523e+09 |-2.824450e+09 |   1.07%|  10.33%
975.90/979.25	c   856s| 14700 |  2589 |  2595k| 164.5 |  1028M | 102 |  10k| 832 | 859 |5589 |  0 |   0 |6873 |-2.794529e+09 |-2.824450e+09 |   1.07%|  10.33%
978.99/982.37	c   859s| 14800 |  2607 |  2606k| 164.2 |  1028M | 102 |  10k| 832 | 860 |5608 |  0 |   0 |6888 |-2.794539e+09 |-2.824450e+09 |   1.07%|  10.34%
982.38/985.76	c   862s| 14900 |  2629 |  2620k| 164.0 |  1028M | 102 |  10k| 832 | 863 |5623 |  0 |   0 |6895 |-2.794539e+09 |-2.824450e+09 |   1.07%|  10.34%
985.97/989.32	c   866s| 15000 |  2649 |  2633k| 163.8 |  1029M | 102 |  10k| 832 | 867 |5652 |  0 |   0 |6911 |-2.794539e+09 |-2.824450e+09 |   1.07%|  10.34%
989.77/993.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
989.77/993.17	c   870s| 15100 |  2671 |  2647k| 163.6 |  1029M | 102 |  10k| 832 | 870 |5681 |  1 |   0 |6932 |-2.794539e+09 |-2.824450e+09 |   1.07%|  10.34%
993.95/997.32	c   874s| 15200 |  2695 |  2661k| 163.5 |  1029M | 102 |  10k| 832 | 867 |5758 |  1 |   0 |6944 |-2.794563e+09 |-2.824450e+09 |   1.07%|  10.34%
997.33/1000.76	c   877s| 15300 |  2711 |  2674k| 163.3 |  1031M | 102 |  10k| 832 | 851 |5798 |  0 |   0 |6965 |-2.794563e+09 |-2.824450e+09 |   1.07%|  10.34%
1000.92/1004.31	c   881s| 15400 |  2733 |  2687k| 163.1 |  1032M | 102 |  10k| 832 | 862 |5828 |  1 |   0 |6987 |-2.794570e+09 |-2.824450e+09 |   1.07%|  10.34%
1005.21/1008.68	c   885s| 15500 |  2751 |  2703k| 163.1 |  1033M | 102 |  10k| 832 | 868 |5856 |  1 |   0 |7016 |-2.794575e+09 |-2.824450e+09 |   1.07%|  10.39%
1008.30/1011.74	c   888s| 15600 |  2769 |  2714k| 162.8 |  1034M | 102 |  10k| 832 | 869 |5879 |  1 |   0 |7026 |-2.794575e+09 |-2.824450e+09 |   1.07%|  10.40%
1012.08/1015.50	c   892s| 15700 |  2783 |  2728k| 162.6 |  1035M | 102 |  10k| 832 | 854 |5916 |  0 |   0 |7047 |-2.794586e+09 |-2.824450e+09 |   1.07%|  10.40%
1014.78/1018.28	c   895s| 15800 |  2801 |  2740k| 162.3 |  1035M | 102 |  10k| 832 | 855 |5933 |  1 |   0 |7051 |-2.794586e+09 |-2.824450e+09 |   1.07%|  10.41%
1018.06/1021.51	c   898s| 15900 |  2823 |  2753k| 162.2 |  1036M | 102 |  10k| 832 | 844 |5954 |  1 |   0 |7057 |-2.794628e+09 |-2.824450e+09 |   1.07%|  10.41%
1022.75/1026.23	c   903s| 16000 |  2845 |  2771k| 162.3 |  1036M | 102 |  10k| 832 | 860 |5969 |  0 |   0 |7065 |-2.794660e+09 |-2.824450e+09 |   1.07%|  10.41%
1026.14/1029.62	c   906s| 16100 |  2865 |  2783k| 162.0 |  1037M | 102 |  10k| 832 | 854 |5986 |  1 |   0 |7079 |-2.794660e+09 |-2.824450e+09 |   1.07%|  10.41%
1029.23/1032.70	c   909s| 16200 |  2885 |  2795k| 161.8 |  1037M | 102 |  10k| 832 | 857 |6007 |  1 |   0 |7087 |-2.794672e+09 |-2.824450e+09 |   1.07%|  10.42%
1032.72/1036.27	c   913s| 16300 |  2907 |  2807k| 161.6 |  1038M | 102 |  10k| 832 | 862 |6030 |  1 |   0 |7111 |-2.794673e+09 |-2.824450e+09 |   1.07%|  10.42%
1035.81/1039.32	c   916s| 16400 |  2921 |  2821k| 161.4 |  1038M | 102 |  10k| 832 | 859 |6048 |  0 |   0 |7120 |-2.794689e+09 |-2.824450e+09 |   1.06%|  10.42%
1038.70/1042.25	c   919s| 16500 |  2935 |  2832k| 161.1 |  1039M | 102 |  10k| 832 | 863 |6069 |  1 |   0 |7130 |-2.794702e+09 |-2.824450e+09 |   1.06%|  10.42%
1042.08/1045.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1042.08/1045.64	c   922s| 16600 |  2951 |  2845k| 161.0 |  1039M | 102 |  10k| 832 | 848 |6087 |  0 |   0 |7140 |-2.794744e+09 |-2.824450e+09 |   1.06%|  10.43%
1044.78/1048.36	c   925s| 16700 |  2969 |  2856k| 160.7 |  1039M | 102 |  10k| 832 | 863 |6115 |  1 |   0 |7150 |-2.794744e+09 |-2.824450e+09 |   1.06%|  10.43%
1047.87/1051.46	c   928s| 16800 |  2991 |  2869k| 160.5 |  1040M | 102 |  10k| 832 | 858 |6128 |  2 |   0 |7160 |-2.794768e+09 |-2.824450e+09 |   1.06%|  10.43%
1051.57/1055.17	c   932s| 16900 |  3005 |  2882k| 160.3 |  1040M | 102 |  10k| 832 | 854 |6145 |  1 |   0 |7192 |-2.794795e+09 |-2.824450e+09 |   1.06%|  10.43%
1054.05/1057.69	c   934s| 17000 |  3025 |  2892k| 160.0 |  1041M | 102 |  10k| 832 | 852 |6161 |  0 |   0 |7202 |-2.794802e+09 |-2.824450e+09 |   1.06%|  10.43%
1056.93/1060.56	c   937s| 17100 |  3041 |  2903k| 159.7 |  1041M | 102 |  10k| 832 | 861 |6173 |  1 |   0 |7208 |-2.794802e+09 |-2.824450e+09 |   1.06%|  10.43%
1061.72/1065.32	c   942s| 17200 |  3057 |  2926k| 160.1 |  1042M | 102 |  10k| 832 | 877 |6184 |  0 |   0 |7211 |-2.794802e+09 |-2.824450e+09 |   1.06%|  10.44%
1064.81/1068.45	c   945s| 17300 |  3079 |  2939k| 159.9 |  1043M | 102 |  10k| 832 | 860 |6193 |  0 |   0 |7219 |-2.794822e+09 |-2.824450e+09 |   1.06%|  10.44%
1068.09/1071.73	c   948s| 17400 |  3093 |  2952k| 159.8 |  1043M | 103 |  10k| 832 | 871 |6203 |  0 |   0 |7230 |-2.794858e+09 |-2.824450e+09 |   1.06%|  10.44%
1071.68/1075.36	c   952s| 17500 |  3115 |  2967k| 159.7 |  1044M | 107 |  10k| 832 | 851 |6217 |  1 |   0 |7247 |-2.794859e+09 |-2.824450e+09 |   1.06%|  10.44%
1075.27/1078.92	c   955s| 17600 |  3143 |  2979k| 159.5 |  1044M | 107 |  10k| 832 | 866 |6250 |  0 |   0 |7263 |-2.794859e+09 |-2.824450e+09 |   1.06%|  10.45%
1078.26/1081.94	c   958s| 17700 |  3155 |  2991k| 159.3 |  1045M | 107 |  10k| 832 | 862 |6276 |  0 |   0 |7274 |-2.794879e+09 |-2.824450e+09 |   1.06%|  10.46%
1081.95/1085.62	c   962s| 17800 |  3175 |  3005k| 159.2 |  1046M | 107 |  10k| 832 | 855 |6291 |  0 |   0 |7284 |-2.794891e+09 |-2.824450e+09 |   1.06%|  10.46%
1083.36/1087.11	c in SCIP_DECL_EVENTEXEC found by SCIP
1083.36/1087.11	o 451806368799999994
1083.36/1087.11	c Model check passed
1083.46/1087.11	c * 964s| 17853 |  3090 |  3011k| 159.0 |    LP  | 107 |  10k| 832 | 869 |6298 |  1 |   0 |7289 |-2.794967e+09 |-2.823790e+09 |   1.03%|  10.47%
1085.64/1089.34	c   966s| 17900 |  3109 |  3018k| 159.0 |  1047M | 107 |  10k| 832 | 857 |6308 |  0 |   0 |7303 |-2.794967e+09 |-2.823790e+09 |   1.03%|  10.47%
1089.22/1092.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1089.22/1092.98	c   970s| 18000 |  3131 |  3031k| 158.9 |  1047M | 107 |  10k| 832 | 855 |6336 |  1 |   0 |7318 |-2.794967e+09 |-2.823790e+09 |   1.03%|  10.47%
1092.33/1096.10	c   973s| 18100 |  3151 |  3044k| 158.7 |  1048M | 107 |  10k| 832 | 854 |6357 |  0 |   0 |7326 |-2.794967e+09 |-2.823790e+09 |   1.03%|  10.48%
1095.51/1099.26	c   976s| 18200 |  3175 |  3057k| 158.6 |  1048M | 107 |  10k| 832 | 859 |6395 |  2 |   0 |7330 |-2.794968e+09 |-2.823790e+09 |   1.03%|  10.49%
1098.60/1102.34	c   979s| 18300 |  3189 |  3069k| 158.4 |  1049M | 107 |  10k| 832 | 860 |6418 |  0 |   0 |7338 |-2.794968e+09 |-2.823790e+09 |   1.03%|  10.49%
1100.69/1104.42	c   981s| 18400 |  3201 |  3078k| 158.0 |  1049M | 107 |  10k| 832 | 863 |6436 |  2 |   0 |7342 |-2.794968e+09 |-2.823790e+09 |   1.03%|  10.49%
1103.19/1107.00	c   984s| 18500 |  3213 |  3089k| 157.8 |  1049M | 107 |  10k| 832 | 860 |6451 |  0 |   0 |7349 |-2.794979e+09 |-2.823790e+09 |   1.03%|  10.50%
1106.08/1109.86	c   986s| 18600 |  3235 |  3100k| 157.5 |  1050M | 107 |  10k| 832 | 870 |6467 |  1 |   0 |7361 |-2.794979e+09 |-2.823790e+09 |   1.03%|  10.51%
1109.38/1113.18	c   990s| 18700 |  3253 |  3114k| 157.5 |  1051M | 107 |  10k| 832 | 872 |6482 |  0 |   0 |7369 |-2.794987e+09 |-2.823790e+09 |   1.03%|  10.51%
1112.26/1116.05	c   993s| 18800 |  3271 |  3127k| 157.3 |  1052M | 107 |  10k| 832 | 853 |6489 |  0 |   0 |7374 |-2.795010e+09 |-2.823790e+09 |   1.03%|  10.52%
1115.26/1119.05	c   996s| 18900 |  3289 |  3140k| 157.2 |  1052M | 107 |  10k| 832 | 871 |6503 |  1 |   0 |7377 |-2.795055e+09 |-2.823790e+09 |   1.03%|  10.52%
1118.53/1122.37	c   999s| 19000 |  3303 |  3153k| 157.1 |  1054M | 107 |  10k| 832 | 872 |6542 |  3 |   0 |7383 |-2.795055e+09 |-2.823790e+09 |   1.03%|  10.53%
1119.63/1123.47	c 
1119.63/1123.47	c SCIP Status        : solving was interrupted [time limit reached]
1119.63/1123.47	c Solving Time (sec) : 1000.00
1119.63/1123.47	c Solving Nodes      : 19042 (total of 20077 nodes in 2 runs)
1119.63/1123.47	c Primal Bound       : -2.82378980500000e+09 (358 solutions)
1119.63/1123.47	c Dual Bound         : -2.79505864977606e+09
1119.63/1123.47	c Gap                : 1.03 %
1119.63/1123.47	c SCIP status: 23 (TIMELIMIT)
1119.63/1123.47	c solveScip: freeing transform (!can_skip_free_transform)
1119.73/1123.56	c SCIP primal bound improved LB: 3037113619590 -> 3037847664481
1119.73/1123.56	c SCIP LP bound tightened UB: 3040671454286 -> 3037876395637
1119.73/1123.56	c pb_solver_status: sst_sat
1119.73/1123.56	c LB_goalvalue: 3037847664481
1119.73/1123.56	c UB_goalvalue: 3037876395637
1119.73/1123.56	c # improved by sat (lb/ub): 0, # improved by scip (lb): 10
1119.73/1123.56	c SCIP returned: sst_sat
1119.73/1123.56	c SCIP primal LB: 3037847664481, dual UB: 3037876395637
1119.73/1123.56	c Try to find a solution more than 3037857241533
1119.83/1123.66	c estimatedAdderCost: 153343
1119.83/1123.66	c Try to convert by sorters
1129.70/1133.58	c Sorter: base: 2 2 3 3 3 3 3 3 3 3 2 2 2 2 2 2 2 2 2 2 
1129.70/1133.58	c 
1139.18/1143.07	c assumptions: 
1139.18/1143.07	c invoking solver with time budget: 5.000000
1147.44/1151.37	c sat_solver_result: sst_unknown
1147.44/1151.37	c SAT solver timed out; proceeding to cooperative SCIP call
1147.44/1151.37	c Calling solveScip for cooperative mode with LB_goalvalue:       3037847664481, UB_goalvalue: 3037876395637
1147.44/1151.37	c scip solving with time budget: 1400.000000
1147.44/1151.37	c solveScip
1147.44/1151.37	c initScipForCoop
1147.44/1151.37	c Coop Mode: Using SCIP obj units for LB/UB: 3037847664481, +oo
1147.54/1151.40	c 10/10 feasible solutions given by solution candidate storage, new primal bound -2.823790e+09
1147.54/1151.40	c 
1147.54/1151.43	c presolving:
1147.54/1151.49	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 4 chg sides, 2457 chg coeffs, 0 upgd conss, 0 impls, 627 clqs, 0 implints
1147.64/1151.55	c    (0.2s) running MILP presolver
1147.64/1151.58	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1147.74/1151.61	c (round 2, exhaustive) 0 del vars, 29 del conss, 0 add conss, 0 chg bounds, 31 chg sides, 2457 chg coeffs, 0 upgd conss, 0 impls, 627 clqs, 0 implints
1147.74/1151.65	c (round 3, exhaustive) 0 del vars, 29 del conss, 0 add conss, 0 chg bounds, 31 chg sides, 2457 chg coeffs, 794 upgd conss, 0 impls, 627 clqs, 0 implints
1147.74/1151.68	c (round 4, fast)       0 del vars, 29 del conss, 0 add conss, 0 chg bounds, 54 chg sides, 12810 chg coeffs, 794 upgd conss, 0 impls, 627 clqs, 0 implints
1147.84/1151.72	c (round 5, exhaustive) 0 del vars, 29 del conss, 0 add conss, 0 chg bounds, 54 chg sides, 12810 chg coeffs, 796 upgd conss, 0 impls, 627 clqs, 0 implints
1147.84/1151.74	c (round 6, exhaustive) 18 del vars, 29 del conss, 0 add conss, 0 chg bounds, 54 chg sides, 12810 chg coeffs, 796 upgd conss, 0 impls, 627 clqs, 0 implints
1148.04/1151.94	c    (0.6s) probing: 51/10876 (0.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1148.04/1151.94	c    (0.6s) probing aborted: 50/50 successive totally useless probings
1148.04/1151.96	c    (0.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1148.04/1151.99	c    (0.6s) no symmetry present (symcode time: 0.00)
1148.15/1152.03	c presolving (7 rounds: 7 fast, 5 medium, 5 exhaustive):
1148.15/1152.03	c  18 deleted vars, 29 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 54 changed sides, 12813 changed coefficients
1148.15/1152.03	c  0 implications, 627 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1148.15/1152.03	c presolved problem has 10876 variables (10876 bin, 0 int, 0 cont) and 796 constraints
1148.15/1152.03	c     156 constraints of type <knapsack>
1148.15/1152.03	c     627 constraints of type <setppc>
1148.15/1152.03	c      13 constraints of type <logicor>
1148.15/1152.03	c transformed objective value is always integral (scale: 1)
1148.15/1152.03	c Presolving Time: 0.60
1148.15/1152.07	c transformed 10/10 original solutions to the transformed problem space
1148.15/1152.07	c 
1151.82/1155.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1151.82/1155.73	c   4.4s|     1 |     0 |  2377 |     - |  1030M |   0 |  10k| 797 | 796 |   0 |  0 |   0 |   0 |-2.776735e+09 |-2.823790e+09 |   1.69%| unknown
1151.82/1155.76	c   4.4s|     1 |     0 |  2377 |     - |  1030M |   0 |  10k| 797 | 733 |   0 |  0 |   0 |   0 |-2.776735e+09 |-2.823790e+09 |   1.69%| unknown
1152.42/1156.34	c   5.0s|     1 |     0 |  2408 |     - |  1031M |   0 |  10k| 734 | 738 |   5 |  1 |   0 |   0 |-2.776965e+09 |-2.823790e+09 |   1.69%| unknown
1152.42/1156.36	c   5.0s|     1 |     0 |  2408 |     - |  1031M |   0 |  10k| 734 | 737 |   5 |  1 |   0 |   0 |-2.776965e+09 |-2.823790e+09 |   1.69%| unknown
1153.02/1156.92	c   5.6s|     1 |     0 |  2468 |     - |  1031M |   0 |  10k| 733 | 746 |  14 |  2 |   0 |   0 |-2.777935e+09 |-2.823790e+09 |   1.65%| unknown
1153.02/1156.95	c   5.6s|     1 |     0 |  2468 |     - |  1031M |   0 |  10k| 733 | 745 |  14 |  2 |   0 |   0 |-2.777935e+09 |-2.823790e+09 |   1.65%| unknown
1153.62/1157.53	c   6.2s|     1 |     0 |  2531 |     - |  1032M |   0 |  10k| 732 | 753 |  22 |  3 |   0 |   0 |-2.778675e+09 |-2.823790e+09 |   1.62%| unknown
1153.62/1157.56	c   6.2s|     1 |     0 |  2532 |     - |  1032M |   0 |  10k| 732 | 751 |  22 |  3 |   0 |   0 |-2.778675e+09 |-2.823790e+09 |   1.62%| unknown
1154.23/1158.13	c   6.8s|     1 |     0 |  2577 |     - |  1032M |   0 |  10k| 730 | 759 |  30 |  4 |   0 |   0 |-2.779208e+09 |-2.823790e+09 |   1.60%| unknown
1154.23/1158.16	c   6.8s|     1 |     0 |  2578 |     - |  1032M |   0 |  10k| 730 | 750 |  30 |  4 |   0 |   0 |-2.779208e+09 |-2.823790e+09 |   1.60%| unknown
1154.81/1158.72	c   7.3s|     1 |     0 |  2606 |     - |  1032M |   0 |  10k| 721 | 756 |  36 |  5 |   0 |   0 |-2.779241e+09 |-2.823790e+09 |   1.60%| unknown
1154.81/1158.75	c   7.4s|     1 |     0 |  2606 |     - |  1032M |   0 |  10k| 721 | 756 |  36 |  5 |   0 |   0 |-2.779241e+09 |-2.823790e+09 |   1.60%| unknown
1155.41/1159.33	c   8.0s|     1 |     0 |  2660 |     - |  1032M |   0 |  10k| 721 | 761 |  41 |  6 |   0 |   0 |-2.779588e+09 |-2.823790e+09 |   1.59%| unknown
1155.41/1159.36	c   8.0s|     1 |     0 |  2661 |     - |  1032M |   0 |  10k| 721 | 756 |  41 |  6 |   0 |   0 |-2.779588e+09 |-2.823790e+09 |   1.59%| unknown
1156.01/1159.95	c   8.6s|     1 |     0 |  2686 |     - |  1032M |   0 |  10k| 716 | 760 |  45 |  7 |   0 |   0 |-2.779645e+09 |-2.823790e+09 |   1.59%| unknown
1156.01/1159.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1156.01/1159.98	c   8.6s|     1 |     0 |  2686 |     - |  1032M |   0 |  10k| 716 | 760 |  45 |  7 |   0 |   0 |-2.779645e+09 |-2.823790e+09 |   1.59%| unknown
1156.61/1160.54	c   9.2s|     1 |     0 |  2729 |     - |  1032M |   0 |  10k| 716 | 764 |  50 |  8 |   0 |   0 |-2.779767e+09 |-2.823790e+09 |   1.58%| unknown
1156.61/1160.57	c   9.2s|     1 |     0 |  2729 |     - |  1032M |   0 |  10k| 716 | 764 |  50 |  8 |   0 |   0 |-2.779767e+09 |-2.823790e+09 |   1.58%| unknown
1157.22/1161.13	c   9.8s|     1 |     0 |  2770 |     - |  1032M |   0 |  10k| 716 | 769 |  55 |  9 |   0 |   0 |-2.779817e+09 |-2.823790e+09 |   1.58%| unknown
1157.22/1161.16	c   9.8s|     1 |     0 |  2771 |     - |  1032M |   0 |  10k| 716 | 769 |  55 |  9 |   0 |   0 |-2.779817e+09 |-2.823790e+09 |   1.58%| unknown
1157.81/1161.72	c  10.4s|     1 |     0 |  2799 |     - |  1032M |   0 |  10k| 716 | 772 |  58 | 10 |   0 |   0 |-2.779942e+09 |-2.823790e+09 |   1.58%| unknown
1157.81/1161.75	c  10.4s|     1 |     0 |  2800 |     - |  1032M |   0 |  10k| 716 | 772 |  58 | 10 |   0 |   0 |-2.779942e+09 |-2.823790e+09 |   1.58%| unknown
1158.30/1162.28	c  10.9s|     1 |     0 |  2821 |     - |  1032M |   0 |  10k| 716 | 776 |  62 | 11 |   0 |   0 |-2.780045e+09 |-2.823790e+09 |   1.57%| unknown
1158.40/1162.32	c  11.0s|     1 |     0 |  2824 |     - |  1032M |   0 |  10k| 716 | 770 |  62 | 11 |   0 |   0 |-2.780045e+09 |-2.823790e+09 |   1.57%| unknown
1158.90/1162.88	c  11.5s|     1 |     0 |  2869 |     - |  1032M |   0 |  10k| 716 | 774 |  66 | 12 |   0 |   0 |-2.780138e+09 |-2.823790e+09 |   1.57%| unknown
1159.00/1162.92	c  11.5s|     1 |     0 |  2869 |     - |  1032M |   0 |  10k| 716 | 773 |  66 | 12 |   0 |   0 |-2.780138e+09 |-2.823790e+09 |   1.57%| unknown
1159.50/1163.49	c  12.1s|     1 |     0 |  2905 |     - |  1032M |   0 |  10k| 715 | 775 |  68 | 13 |   0 |   0 |-2.780163e+09 |-2.823790e+09 |   1.57%| unknown
1159.60/1163.53	c  12.2s|     1 |     0 |  2905 |     - |  1032M |   0 |  10k| 715 | 775 |  68 | 13 |   0 |   0 |-2.780163e+09 |-2.823790e+09 |   1.57%| unknown
1160.11/1164.08	c  12.7s|     1 |     0 |  2954 |     - |  1032M |   0 |  10k| 715 | 777 |  70 | 14 |   0 |   0 |-2.780233e+09 |-2.823790e+09 |   1.57%| unknown
1160.11/1164.11	c  12.7s|     1 |     0 |  2954 |     - |  1032M |   0 |  10k| 715 | 777 |  70 | 14 |   0 |   0 |-2.780233e+09 |-2.823790e+09 |   1.57%| unknown
1160.70/1164.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1160.70/1164.66	c  13.3s|     1 |     0 |  2972 |     - |  1032M |   0 |  10k| 715 | 780 |  73 | 15 |   0 |   0 |-2.780258e+09 |-2.823790e+09 |   1.57%| unknown
1160.80/1164.70	c  13.3s|     1 |     0 |  2975 |     - |  1032M |   0 |  10k| 715 | 768 |  73 | 15 |   0 |   0 |-2.780258e+09 |-2.823790e+09 |   1.57%| unknown
1161.30/1165.25	c  13.9s|     1 |     0 |  2987 |     - |  1032M |   0 |  10k| 715 | 771 |  76 | 16 |   0 |   0 |-2.780276e+09 |-2.823790e+09 |   1.57%| unknown
1161.30/1165.28	c  13.9s|     1 |     0 |  2987 |     - |  1032M |   0 |  10k| 715 | 771 |  76 | 16 |   0 |   0 |-2.780276e+09 |-2.823790e+09 |   1.57%| unknown
1164.39/1168.35	c (run 1, node 1) restarting after 5794 global fixings of integer variables
1164.39/1168.35	c 
1164.39/1168.36	c (restart) converted 50 cuts from the global cut pool into linear constraints
1164.39/1168.36	c 
1164.39/1168.39	c presolving:
1164.49/1168.43	c (round 1, fast)       5794 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 5131 chg coeffs, 0 upgd conss, 0 impls, 545 clqs, 0 implints
1164.49/1168.46	c    (17.1s) running MILP presolver
1164.49/1168.47	c    (17.1s) MILP presolver found nothing
1164.59/1168.51	c (round 2, exhaustive) 5794 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 5131 chg coeffs, 50 upgd conss, 0 impls, 545 clqs, 0 implints
1164.59/1168.52	c (round 3, fast)       5794 del vars, 1 del conss, 0 add conss, 0 chg bounds, 3 chg sides, 6343 chg coeffs, 50 upgd conss, 0 impls, 545 clqs, 0 implints
1164.59/1168.55	c presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):
1164.59/1168.55	c  5794 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 3 changed sides, 6343 changed coefficients
1164.59/1168.55	c  0 implications, 545 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1164.59/1168.55	c presolved problem has 5082 variables (5082 bin, 0 int, 0 cont) and 764 constraints
1164.59/1168.55	c     206 constraints of type <knapsack>
1164.59/1168.55	c     545 constraints of type <setppc>
1164.59/1168.55	c      13 constraints of type <logicor>
1164.59/1168.55	c transformed objective value is always integral (scale: 1)
1164.59/1168.55	c Presolving Time: 0.78
1164.59/1168.58	c transformed 12/12 original solutions to the transformed problem space
1164.59/1168.58	c 
1164.89/1168.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1164.89/1168.86	c  17.5s|     1 |     0 | 11315 |     - |  1035M |   0 |5082 | 764 | 764 |   0 |  0 |   0 |   0 |-2.780301e+09 |-2.823790e+09 |   1.56%| unknown
1164.89/1168.88	c  17.5s|     1 |     0 | 11315 |     - |  1035M |   0 |5082 | 764 | 763 |   0 |  0 |   0 |   0 |-2.780301e+09 |-2.823790e+09 |   1.56%| unknown
1165.49/1169.48	c  18.1s|     1 |     0 | 11327 |     - |  1036M |   0 |5082 | 763 | 767 |   4 |  1 |   0 |   0 |-2.780304e+09 |-2.823790e+09 |   1.56%| unknown
1165.49/1169.49	c  18.1s|     1 |     0 | 11327 |     - |  1036M |   0 |5082 | 763 | 767 |   4 |  1 |   0 |   0 |-2.780304e+09 |-2.823790e+09 |   1.56%| unknown
1168.09/1172.04	c  20.7s|     1 |     2 | 11330 |     - |  1036M |   0 |5082 | 763 | 767 |   4 |  2 |   0 |  41 |-2.781717e+09 |-2.823790e+09 |   1.51%| unknown
1185.13/1189.13	c  37.8s|   100 |    31 | 28218 | 226.1 |  1038M |  17 |5082 | 763 | 753 |  49 |  1 |   0 | 783 |-2.784210e+09 |-2.823790e+09 |   1.42%|  14.72%
1187.61/1191.68	c  40.3s|   200 |    69 | 39603 | 170.0 |  1038M |  18 |5082 | 763 | 766 |  88 |  1 |   0 | 823 |-2.787098e+09 |-2.823790e+09 |   1.32%|  19.57%
1190.60/1194.62	c  43.3s|   300 |   103 | 53604 | 160.0 |  1039M |  23 |5082 | 763 | 766 | 121 |  1 |   0 | 867 |-2.788943e+09 |-2.823790e+09 |   1.25%|  23.69%
1194.10/1198.12	c  46.8s|   400 |   131 | 69358 | 159.4 |  1039M |  25 |5082 | 763 | 759 | 177 |  1 |   0 | 924 |-2.790856e+09 |-2.823790e+09 |   1.18%|  28.71%
1198.47/1202.52	c  51.2s|   500 |   179 | 93499 | 175.8 |  1041M |  25 |5082 | 763 | 766 | 234 |  1 |   0 | 980 |-2.792033e+09 |-2.823790e+09 |   1.14%|  31.71%
1204.85/1209.01	c  57.6s|   600 |   263 |133058 | 212.4 |  1042M |  32 |5082 | 763 | 771 | 299 |  0 |   0 |1041 |-2.793182e+09 |-2.823790e+09 |   1.10%|  32.88%
1209.05/1213.15	c  61.8s|   700 |   339 |153490 | 211.3 |  1043M |  35 |5082 | 763 | 765 | 370 |  1 |   0 |1100 |-2.793502e+09 |-2.823790e+09 |   1.08%|  33.43%
1213.13/1217.25	c  65.9s|   800 |   411 |173979 | 210.5 |  1044M |  35 |5082 | 763 | 764 | 399 |  1 |   0 |1156 |-2.793775e+09 |-2.823790e+09 |   1.07%|  34.28%
1217.41/1221.50	c  70.1s|   900 |   473 |194013 | 209.3 |  1045M |  35 |5082 | 763 | 766 | 435 |  1 |   0 |1223 |-2.794271e+09 |-2.823790e+09 |   1.06%|  34.73%
1221.90/1226.09	c  74.7s|  1000 |   529 |217384 | 211.8 |  1046M |  37 |5082 | 763 | 777 | 469 |  1 |   0 |1292 |-2.794335e+09 |-2.823790e+09 |   1.05%|  34.99%
1225.68/1229.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1225.68/1229.83	c  78.5s|  1100 |   603 |234874 | 208.4 |  1046M |  37 |5082 | 763 | 766 | 512 |  1 |   0 |1343 |-2.794384e+09 |-2.823790e+09 |   1.05%|  35.27%
1229.16/1233.37	c  82.0s|  1200 |   675 |251544 | 204.9 |  1048M |  53 |5082 | 763 | 778 | 541 |  1 |   0 |1395 |-2.794520e+09 |-2.823790e+09 |   1.05%|  35.37%
1229.16/1233.38	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
1229.16/1233.38	c (run 2, node 1201) performing user restart
1229.16/1233.38	c 
1229.16/1233.39	c (restart) converted 8 cuts from the global cut pool into linear constraints
1229.16/1233.39	c 
1229.26/1233.43	c presolving:
1229.26/1233.45	c (round 1, fast)       93 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 53 chg coeffs, 0 upgd conss, 0 impls, 544 clqs, 0 implints
1229.26/1233.48	c (round 2, exhaustive) 93 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 53 chg coeffs, 8 upgd conss, 0 impls, 544 clqs, 0 implints
1229.26/1233.49	c (round 3, fast)       93 del vars, 0 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 54 chg coeffs, 8 upgd conss, 0 impls, 544 clqs, 0 implints
1229.36/1233.52	c presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):
1229.36/1233.52	c  93 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 1 changed sides, 54 changed coefficients
1229.36/1233.52	c  0 implications, 544 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1229.36/1233.52	c presolved problem has 4989 variables (4989 bin, 0 int, 0 cont) and 771 constraints
1229.36/1233.52	c     214 constraints of type <knapsack>
1229.36/1233.52	c     544 constraints of type <setppc>
1229.36/1233.52	c      13 constraints of type <logicor>
1229.36/1233.52	c transformed objective value is always integral (scale: 1)
1229.36/1233.52	c Presolving Time: 0.90
1229.46/1233.67	c transformed 71/71 original solutions to the transformed problem space
1229.46/1233.67	c 
1229.76/1233.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1229.76/1233.96	c  82.6s|     1 |     0 |254243 |     - |  1049M |   0 |4989 | 771 | 771 |   0 |  0 |   0 |1395 |-2.794520e+09 |-2.823790e+09 |   1.05%| unknown
1229.76/1233.97	c  82.6s|     1 |     0 |254243 |     - |  1049M |   0 |4989 | 771 | 760 |   0 |  0 |   0 |1395 |-2.794520e+09 |-2.823790e+09 |   1.05%| unknown
1230.46/1234.61	c  83.2s|     1 |     0 |254318 |     - |  1050M |   0 |4989 | 760 | 764 |   4 |  1 |   0 |1395 |-2.794520e+09 |-2.823790e+09 |   1.05%| unknown
1230.46/1234.62	c  83.3s|     1 |     0 |254318 |     - |  1050M |   0 |4989 | 760 | 756 |   4 |  1 |   0 |1395 |-2.794520e+09 |-2.823790e+09 |   1.05%| unknown
1231.06/1235.24	c  83.9s|     1 |     0 |254376 |     - |  1050M |   0 |4989 | 752 | 759 |   7 |  2 |   0 |1395 |-2.794520e+09 |-2.823790e+09 |   1.05%| unknown
1231.06/1235.25	c  83.9s|     1 |     0 |254376 |     - |  1050M |   0 |4989 | 752 | 759 |   7 |  2 |   0 |1395 |-2.794520e+09 |-2.823790e+09 |   1.05%| unknown
1231.66/1235.85	c  84.5s|     1 |     0 |254392 |     - |  1050M |   0 |4989 | 752 | 762 |  10 |  3 |   0 |1395 |-2.794520e+09 |-2.823790e+09 |   1.05%| unknown
1231.66/1235.86	c  84.5s|     1 |     0 |254392 |     - |  1050M |   0 |4989 | 752 | 760 |  10 |  3 |   0 |1395 |-2.794520e+09 |-2.823790e+09 |   1.05%| unknown
1232.27/1236.48	c  85.1s|     1 |     0 |254404 |     - |  1050M |   0 |4989 | 750 | 763 |  13 |  4 |   0 |1395 |-2.794520e+09 |-2.823790e+09 |   1.05%| unknown
1232.36/1236.50	c  85.1s|     1 |     0 |254404 |     - |  1050M |   0 |4989 | 750 | 762 |  13 |  4 |   0 |1395 |-2.794520e+09 |-2.823790e+09 |   1.05%| unknown
1232.88/1237.10	c  85.7s|     1 |     0 |254415 |     - |  1050M |   0 |4989 | 749 | 765 |  16 |  5 |   0 |1395 |-2.794520e+09 |-2.823790e+09 |   1.05%| unknown
1232.98/1237.11	c  85.7s|     1 |     0 |254415 |     - |  1050M |   0 |4989 | 749 | 765 |  16 |  5 |   0 |1395 |-2.794520e+09 |-2.823790e+09 |   1.05%| unknown
1233.56/1237.73	c  86.4s|     1 |     0 |254439 |     - |  1050M |   0 |4989 | 749 | 766 |  17 |  6 |   0 |1395 |-2.794520e+09 |-2.823790e+09 |   1.05%| unknown
1233.56/1237.74	c  86.4s|     1 |     0 |254439 |     - |  1050M |   0 |4989 | 749 | 766 |  17 |  6 |   0 |1395 |-2.794520e+09 |-2.823790e+09 |   1.05%| unknown
1234.16/1238.34	c  87.0s|     1 |     0 |254460 |     - |  1050M |   0 |4989 | 749 | 768 |  19 |  7 |   0 |1395 |-2.794520e+09 |-2.823790e+09 |   1.05%| unknown
1234.16/1238.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1234.16/1238.35	c  87.0s|     1 |     0 |254461 |     - |  1050M |   0 |4989 | 749 | 767 |  19 |  7 |   0 |1395 |-2.794520e+09 |-2.823790e+09 |   1.05%| unknown
1234.76/1238.97	c  87.6s|     1 |     0 |254482 |     - |  1050M |   0 |4989 | 748 | 769 |  21 |  8 |   0 |1395 |-2.794520e+09 |-2.823790e+09 |   1.05%| unknown
1234.76/1238.98	c  87.6s|     1 |     0 |254482 |     - |  1050M |   0 |4989 | 748 | 769 |  21 |  8 |   0 |1395 |-2.794520e+09 |-2.823790e+09 |   1.05%| unknown
1237.05/1241.27	c  89.9s|     1 |     2 |258729 |     - |  1050M |   0 |4989 | 748 | 769 |  21 |  9 |   0 |1398 |-2.794520e+09 |-2.823790e+09 |   1.05%| unknown
1239.85/1244.09	c  92.7s|   100 |    87 |271035 | 201.8 |  1050M |  32 |4989 | 748 | 737 |  41 |  1 |   0 |1429 |-2.794520e+09 |-2.823790e+09 |   1.05%| unknown
1243.33/1247.53	c  96.2s|   200 |   157 |287740 | 199.3 |  1051M |  35 |4989 | 748 | 737 |  54 |  1 |   0 |1482 |-2.794520e+09 |-2.823790e+09 |   1.05%|   1.15%
1246.93/1251.15	c  99.8s|   300 |   223 |305040 | 197.6 |  1051M |  35 |4989 | 748 | 731 |  79 |  1 |   0 |1538 |-2.794520e+09 |-2.823790e+09 |   1.05%|  13.25%
1250.51/1254.77	c   103s|   400 |   297 |322026 | 195.8 |  1052M |  35 |4989 | 748 | 739 | 146 |  1 |   0 |1588 |-2.794520e+09 |-2.823790e+09 |   1.05%|  13.83%
1254.39/1258.60	c   107s|   500 |   347 |339838 | 194.8 |  1053M |  41 |4989 | 748 | 742 | 184 |  1 |   0 |1646 |-2.794520e+09 |-2.823790e+09 |   1.05%|  14.68%
1257.98/1262.25	c   111s|   600 |   417 |357245 | 193.6 |  1054M |  44 |4989 | 748 | 741 | 283 |  1 |   0 |1693 |-2.795254e+09 |-2.823790e+09 |   1.02%|  15.59%
1262.88/1267.16	c   116s|   700 |   491 |380620 | 195.8 |  1054M |  44 |4989 | 748 | 750 | 331 |  1 |   0 |1758 |-2.795437e+09 |-2.823790e+09 |   1.01%|  15.79%
1267.65/1271.91	c   121s|   800 |   543 |409123 | 200.2 |  1055M |  54 |4989 | 748 | 756 | 381 |  0 |   0 |1807 |-2.796088e+09 |-2.823790e+09 |   0.99%|  16.60%
1271.14/1275.46	c   124s|   900 |   591 |427276 | 199.3 |  1055M |  54 |4989 | 748 | 752 | 435 |  1 |   0 |1867 |-2.796264e+09 |-2.823790e+09 |   0.98%|  18.27%
1274.52/1278.86	c   127s|  1000 |   631 |443193 | 197.5 |  1056M |  54 |4989 | 748 | 759 | 530 |  1 |   0 |1908 |-2.796264e+09 |-2.823790e+09 |   0.98%|  18.27%
1278.10/1282.46	c   131s|  1100 |   673 |461053 | 196.7 |  1056M |  56 |4989 | 748 | 756 | 562 |  0 |   0 |1962 |-2.796314e+09 |-2.823790e+09 |   0.98%|  18.33%
1281.30/1285.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1281.30/1285.62	c   134s|  1200 |   719 |475426 | 194.5 |  1056M |  56 |4989 | 748 | 750 | 624 |  2 |   0 |2005 |-2.796455e+09 |-2.823790e+09 |   0.98%|  18.49%
1284.88/1289.22	c   138s|  1300 |   769 |493540 | 193.9 |  1056M |  56 |4989 | 748 | 736 | 676 |  1 |   0 |2061 |-2.796455e+09 |-2.823790e+09 |   0.98%|  18.49%
1287.48/1291.83	c   140s|  1400 |   829 |506104 | 191.3 |  1056M |  56 |4989 | 748 | 739 | 712 |  2 |   0 |2102 |-2.796666e+09 |-2.823790e+09 |   0.97%|  18.71%
1290.96/1295.31	c   144s|  1500 |   875 |522930 | 190.5 |  1057M |  56 |4989 | 748 | 738 | 757 |  1 |   0 |2165 |-2.796986e+09 |-2.823790e+09 |   0.96%|  19.07%
1293.56/1297.93	c   147s|  1600 |   935 |535469 | 188.1 |  1058M |  56 |4989 | 748 | 741 | 809 |  0 |   0 |2199 |-2.797022e+09 |-2.823790e+09 |   0.96%|  19.11%
1296.15/1300.52	c   149s|  1700 |   989 |547431 | 185.8 |  1059M |  57 |4989 | 748 | 743 | 848 |  1 |   0 |2245 |-2.797131e+09 |-2.823790e+09 |   0.95%|  19.23%
1298.94/1303.32	c   152s|  1800 |  1029 |561471 | 184.3 |  1059M |  57 |4989 | 748 | 753 | 869 |  1 |   0 |2289 |-2.797172e+09 |-2.823790e+09 |   0.95%|  19.49%
1302.33/1306.75	c   155s|  1900 |  1069 |580256 | 184.4 |  1059M |  57 |4989 | 748 | 745 | 901 |  1 |   0 |2344 |-2.797172e+09 |-2.823790e+09 |   0.95%|  19.49%
1305.81/1310.22	c   159s|  2000 |  1123 |599006 | 184.5 |  1060M |  57 |4989 | 748 | 750 | 952 |  1 |   0 |2389 |-2.797236e+09 |-2.823790e+09 |   0.95%|  19.57%
1308.72/1313.19	c   162s|  2100 |  1171 |614367 | 183.5 |  1060M |  58 |4989 | 748 | 743 | 987 |  1 |   0 |2430 |-2.797379e+09 |-2.823790e+09 |   0.94%|  19.73%
1311.39/1315.89	c   165s|  2200 |  1221 |627722 | 182.1 |  1060M |  58 |4989 | 748 | 750 |1004 |  0 |   0 |2475 |-2.797479e+09 |-2.823790e+09 |   0.94%|  19.92%
1314.69/1319.16	c   168s|  2300 |  1265 |643845 | 181.5 |  1061M |  58 |4989 | 748 | 763 |1082 |  2 |   0 |2516 |-2.797556e+09 |-2.823790e+09 |   0.94%|  20.60%
1317.59/1322.08	c   171s|  2400 |  1317 |658261 | 180.4 |  1062M |  58 |4989 | 748 | 751 |1104 |  0 |   0 |2565 |-2.797786e+09 |-2.823790e+09 |   0.93%|  21.01%
1320.27/1324.70	c   173s|  2500 |  1367 |670147 | 178.8 |  1062M |  58 |4989 | 748 | 745 |1180 |  1 |   0 |2610 |-2.797786e+09 |-2.823790e+09 |   0.93%|  21.01%
1323.06/1327.51	c   176s|  2600 |  1419 |683494 | 177.6 |  1062M |  58 |4989 | 748 | 736 |1232 |  0 |   0 |2657 |-2.797932e+09 |-2.823790e+09 |   0.92%|  23.76%
1325.56/1330.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1325.56/1330.08	c   179s|  2700 |  1473 |695215 | 176.0 |  1063M |  58 |4989 | 748 | 735 |1275 |  1 |   0 |2702 |-2.797932e+09 |-2.823790e+09 |   0.92%|  23.76%
1329.24/1333.79	c   182s|  2800 |  1527 |715075 | 176.6 |  1063M |  58 |4989 | 748 | 758 |1337 |  0 |   0 |2753 |-2.797938e+09 |-2.823790e+09 |   0.92%|  23.80%
1332.23/1336.73	c   185s|  2900 |  1555 |728228 | 175.5 |  1064M |  59 |4989 | 748 | 756 |1381 |  3 |   0 |2810 |-2.797938e+09 |-2.823790e+09 |   0.92%|  23.80%
1335.42/1339.94	c   189s|  3000 |  1605 |743679 | 175.0 |  1064M |  59 |4989 | 748 | 747 |1456 |  0 |   0 |2855 |-2.798013e+09 |-2.823790e+09 |   0.92%|  23.89%
1338.70/1343.20	c   192s|  3100 |  1653 |759524 | 174.6 |  1066M |  59 |4989 | 748 | 760 |1540 |  1 |   0 |2898 |-2.798123e+09 |-2.823790e+09 |   0.92%|  24.01%
1341.30/1345.87	c   194s|  3200 |  1693 |774209 | 174.0 |  1066M |  59 |4989 | 748 | 761 |1565 |  1 |   0 |2929 |-2.798141e+09 |-2.823790e+09 |   0.92%|  24.03%
1343.79/1348.31	c   197s|  3300 |  1737 |787487 | 173.1 |  1067M |  59 |4989 | 748 | 755 |1617 |  3 |   0 |2961 |-2.798201e+09 |-2.823790e+09 |   0.91%|  24.15%
1346.98/1351.55	c   200s|  3400 |  1793 |804008 | 172.9 |  1068M |  59 |4989 | 748 | 762 |1690 |  4 |   0 |3006 |-2.798293e+09 |-2.823790e+09 |   0.91%|  24.25%
1350.07/1354.66	c   203s|  3500 |  1841 |818883 | 172.4 |  1069M |  59 |4989 | 748 | 762 |1776 |  1 |   0 |3057 |-2.798377e+09 |-2.823790e+09 |   0.91%|  24.42%
1353.15/1357.70	c   206s|  3600 |  1885 |833363 | 171.8 |  1070M |  59 |4989 | 748 | 749 |1831 |  2 |   0 |3107 |-2.798377e+09 |-2.823790e+09 |   0.91%|  24.43%
1355.46/1360.06	c   209s|  3700 |  1923 |847132 | 171.1 |  1070M |  59 |4989 | 748 | 751 |1846 |  0 |   0 |3137 |-2.798538e+09 |-2.823790e+09 |   0.90%|  24.60%
1358.14/1362.72	c   211s|  3800 |  1973 |861978 | 170.7 |  1071M |  59 |4989 | 748 | 752 |1874 |  1 |   0 |3169 |-2.798552e+09 |-2.823790e+09 |   0.90%|  24.62%
1361.03/1365.60	c   214s|  3900 |  2019 |875067 | 169.9 |  1071M |  67 |4989 | 748 | 754 |1930 |  1 |   0 |3214 |-2.798617e+09 |-2.823790e+09 |   0.90%|  24.69%
1363.62/1368.25	c   217s|  4000 |  2077 |888494 | 169.2 |  1072M |  68 |4989 | 748 | 756 |1977 |  0 |   0 |3252 |-2.798617e+09 |-2.823790e+09 |   0.90%|  24.69%
1366.21/1370.89	c   220s|  4100 |  2115 |903000 | 168.7 |  1072M |  68 |4989 | 748 | 752 |2029 |  1 |   0 |3286 |-2.798617e+09 |-2.823790e+09 |   0.90%|  24.69%
1368.20/1372.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1368.20/1372.87	c   221s|  4200 |  2147 |914872 | 167.8 |  1072M |  68 |4989 | 748 | 749 |2080 |  1 |   0 |3302 |-2.798638e+09 |-2.823790e+09 |   0.90%|  24.72%
1370.69/1375.34	c   224s|  4300 |  2183 |930267 | 167.6 |  1072M |  68 |4989 | 748 | 753 |2123 |  0 |   0 |3335 |-2.798638e+09 |-2.823790e+09 |   0.90%|  24.72%
1372.78/1377.42	c   226s|  4400 |  2213 |944680 | 167.1 |  1073M |  68 |4989 | 748 | 758 |2143 |  1 |   0 |3344 |-2.798638e+09 |-2.823790e+09 |   0.90%|  24.72%
1374.78/1379.49	c   228s|  4500 |  2243 |957043 | 166.4 |  1073M |  68 |4989 | 748 | 757 |2173 |  1 |   0 |3362 |-2.798638e+09 |-2.823790e+09 |   0.90%|  24.72%
1377.07/1381.75	c   230s|  4600 |  2275 |969789 | 165.7 |  1073M |  68 |4989 | 748 | 760 |2221 |  1 |   0 |3385 |-2.798729e+09 |-2.823790e+09 |   0.90%|  25.12%
1379.86/1384.57	c   233s|  4700 |  2327 |983708 | 165.3 |  1074M |  68 |4989 | 748 | 749 |2294 |  1 |   0 |3419 |-2.798761e+09 |-2.823790e+09 |   0.89%|  25.16%
1382.46/1387.13	c   236s|  4800 |  2369 |998476 | 165.0 |  1074M |  69 |4989 | 748 | 749 |2365 |  1 |   0 |3438 |-2.798919e+09 |-2.823790e+09 |   0.89%|  25.33%
1384.74/1389.48	c   238s|  4900 |  2415 |  1012k| 164.6 |  1075M |  70 |4989 | 748 | 762 |2417 |  2 |   0 |3451 |-2.798919e+09 |-2.823790e+09 |   0.89%|  25.33%
1387.03/1391.71	c   240s|  5000 |  2457 |  1024k| 163.8 |  1075M |  73 |4989 | 748 | 748 |2466 |  1 |   0 |3478 |-2.798919e+09 |-2.823790e+09 |   0.89%|  25.33%
1389.72/1394.41	c   243s|  5100 |  2507 |  1038k| 163.4 |  1075M |  73 |4989 | 748 | 752 |2533 |  1 |   0 |3515 |-2.798919e+09 |-2.823790e+09 |   0.89%|  25.33%
1391.82/1396.50	c   245s|  5200 |  2543 |  1048k| 162.5 |  1076M |  73 |4989 | 748 | 748 |2565 |  0 |   0 |3556 |-2.798997e+09 |-2.823790e+09 |   0.89%|  26.81%
1394.32/1399.09	c   248s|  5300 |  2583 |  1063k| 162.3 |  1076M |  75 |4989 | 748 | 747 |2631 |  1 |   0 |3580 |-2.799071e+09 |-2.823790e+09 |   0.88%|  26.89%
1396.31/1401.02	c   250s|  5400 |  2635 |  1075k| 161.6 |  1077M |  75 |4989 | 748 | 754 |2673 |  1 |   0 |3591 |-2.799086e+09 |-2.823790e+09 |   0.88%|  26.91%
1396.50/1401.21	c in SCIP_DECL_EVENTEXEC found by SCIP
1396.50/1401.21	o 451753029119999995
1396.50/1401.21	c Model check passed
1396.50/1401.21	c * 250s|  5405 |  2605 |  1076k| 161.6 |    LP  |  75 |4989 | 748 | 765 |2684 |  4 |   0 |3594 |-2.799086e+09 |-2.823456e+09 |   0.87%|  26.98%
1399.31/1404.08	c   253s|  5500 |  2642 |  1089k| 161.3 |  1079M |  75 |4989 | 748 | 749 |2773 |  1 |   0 |3621 |-2.799131e+09 |-2.823456e+09 |   0.87%|  27.04%
1401.30/1406.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1401.30/1406.08	c   255s|  5600 |  2666 |  1102k| 160.8 |  1079M |  75 |4989 | 748 | 745 |2835 |  0 |   0 |3638 |-2.799174e+09 |-2.823456e+09 |   0.87%|  27.05%
1401.49/1406.24	c in SCIP_DECL_EVENTEXEC found by SCIP
1401.49/1406.24	o 451139679999999996
1401.49/1406.24	c Model check passed
1401.49/1406.24	c L 255s|  5605 |  2170 |  1102k| 160.8 |crossove|  75 |4989 | 748 | 745 |2835 |  1 |   0 |3639 |-2.799174e+09 |-2.819623e+09 |   0.73%|  28.60%
1403.18/1407.97	c   257s|  5700 |  2201 |  1114k| 160.2 |  1080M |  75 |4989 | 748 | 756 |2879 |  1 |   0 |3649 |-2.799174e+09 |-2.819623e+09 |   0.73%|  28.60%
1405.07/1409.87	c   259s|  5800 |  2233 |  1123k| 159.3 |  1080M |  75 |4989 | 748 | 756 |2923 |  1 |   0 |3662 |-2.799183e+09 |-2.819623e+09 |   0.73%|  28.61%
1407.38/1412.19	c   261s|  5900 |  2267 |  1138k| 159.1 |  1081M |  75 |4989 | 748 | 749 |2975 |  1 |   0 |3667 |-2.799183e+09 |-2.819623e+09 |   0.73%|  28.63%
1409.85/1414.65	c   263s|  6000 |  2299 |  1154k| 159.1 |  1081M |  75 |4989 | 748 | 752 |3025 |  1 |   0 |3681 |-2.799286e+09 |-2.819623e+09 |   0.73%|  28.69%
1412.04/1416.90	c   266s|  6100 |  2335 |  1167k| 158.7 |  1081M |  75 |4989 | 748 | 758 |3088 |  1 |   0 |3698 |-2.799330e+09 |-2.819623e+09 |   0.72%|  28.69%
1414.04/1418.84	c   267s|  6200 |  2373 |  1178k| 158.1 |  1083M |  75 |4989 | 748 | 746 |3152 |  0 |   0 |3715 |-2.799330e+09 |-2.819623e+09 |   0.72%|  28.71%
1416.25/1421.04	c   270s|  6300 |  2399 |  1192k| 157.8 |  1083M |  75 |4989 | 748 | 761 |3199 |  0 |   0 |3724 |-2.799429e+09 |-2.819623e+09 |   0.72%|  28.72%
1418.53/1423.36	c   272s|  6400 |  2429 |  1206k| 157.6 |  1084M |  75 |4989 | 748 | 746 |3256 |  1 |   0 |3739 |-2.799483e+09 |-2.819623e+09 |   0.72%|  28.73%
1421.12/1425.91	c   275s|  6500 |  2461 |  1219k| 157.2 |  1084M |  75 |4989 | 748 | 755 |3347 |  1 |   0 |3751 |-2.799483e+09 |-2.819623e+09 |   0.72%|  28.76%
1423.01/1427.88	c   277s|  6600 |  2497 |  1230k| 156.6 |  1084M |  75 |4989 | 748 | 760 |3401 |  0 |   0 |3769 |-2.799499e+09 |-2.819623e+09 |   0.72%|  28.77%
1425.32/1430.19	c   279s|  6700 |  2525 |  1244k| 156.5 |  1084M |  75 |4989 | 748 | 762 |3470 |  1 |   0 |3781 |-2.799518e+09 |-2.819623e+09 |   0.72%|  28.83%
1427.50/1432.34	c   281s|  6800 |  2557 |  1260k| 156.5 |  1084M |  77 |4989 | 748 | 757 |3517 |  1 |   0 |3786 |-2.799545e+09 |-2.819623e+09 |   0.72%|  28.90%
1429.89/1434.74	c   283s|  6900 |  2599 |  1277k| 156.6 |  1084M |  77 |4989 | 748 | 748 |3578 |  0 |   0 |3793 |-2.799571e+09 |-2.819623e+09 |   0.72%|  28.98%
1432.19/1437.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1432.19/1437.11	c   286s|  7000 |  2625 |  1292k| 156.6 |  1085M |  77 |4989 | 748 | 750 |3624 |  1 |   0 |3804 |-2.799751e+09 |-2.819623e+09 |   0.71%|  28.99%
1434.47/1439.35	c   288s|  7100 |  2661 |  1304k| 156.2 |  1085M |  77 |4989 | 748 | 758 |3703 |  0 |   0 |3824 |-2.799751e+09 |-2.819623e+09 |   0.71%|  29.04%
1436.57/1441.43	c   290s|  7200 |  2685 |  1318k| 155.9 |  1086M |  77 |4989 | 748 | 744 |3781 |  1 |   0 |3833 |-2.799841e+09 |-2.819623e+09 |   0.71%|  29.05%
1438.96/1443.80	c   292s|  7300 |  2713 |  1331k| 155.7 |  1086M |  77 |4989 | 748 | 783 |3863 |  1 |   0 |3856 |-2.799872e+09 |-2.819623e+09 |   0.71%|  29.06%
1441.26/1446.15	c   295s|  7400 |  2741 |  1345k| 155.4 |  1086M |  77 |4989 | 748 | 758 |3923 |  1 |   0 |3883 |-2.799872e+09 |-2.819623e+09 |   0.71%|  29.07%
1443.44/1448.38	c   297s|  7500 |  2775 |  1356k| 154.9 |  1086M |  77 |4989 | 748 | 752 |3969 |  1 |   0 |3911 |-2.799872e+09 |-2.819623e+09 |   0.71%|  29.16%
1445.74/1450.68	c   299s|  7600 |  2807 |  1368k| 154.5 |  1087M |  77 |4989 | 748 | 774 |4020 |  1 |   0 |3954 |-2.799872e+09 |-2.819623e+09 |   0.71%|  29.17%
1448.24/1453.14	c   302s|  7700 |  2841 |  1381k| 154.2 |  1087M |  77 |4989 | 748 | 750 |4056 |  1 |   0 |3990 |-2.799884e+09 |-2.819623e+09 |   0.70%|  29.17%
1450.23/1455.15	c   304s|  7800 |  2887 |  1392k| 153.8 |  1087M |  81 |4989 | 748 | 762 |4107 |  1 |   0 |4006 |-2.799937e+09 |-2.819623e+09 |   0.70%|  29.18%
1452.91/1457.84	c   306s|  7900 |  2915 |  1406k| 153.6 |  1087M |  81 |4989 | 748 | 746 |4173 |  1 |   0 |4041 |-2.799937e+09 |-2.819623e+09 |   0.70%|  29.21%
1456.10/1461.09	c   310s|  8000 |  2939 |  1424k| 153.9 |  1088M |  81 |4989 | 748 | 766 |4246 |  1 |   0 |4084 |-2.799962e+09 |-2.819623e+09 |   0.70%|  29.23%
1458.39/1463.38	c   312s|  8100 |  2967 |  1435k| 153.4 |  1088M |  81 |4989 | 748 | 752 |4295 |  1 |   0 |4118 |-2.799995e+09 |-2.819623e+09 |   0.70%|  29.24%
1460.98/1465.94	c   315s|  8200 |  2999 |  1450k| 153.4 |  1088M |  81 |4989 | 748 | 777 |4355 |  5 |   0 |4151 |-2.799995e+09 |-2.819623e+09 |   0.70%|  29.24%
1463.87/1468.83	c   317s|  8300 |  3023 |  1465k| 153.3 |  1089M |  81 |4989 | 748 | 743 |4429 |  1 |   0 |4190 |-2.800057e+09 |-2.819623e+09 |   0.70%|  29.25%
1466.07/1471.08	c   320s|  8400 |  3059 |  1476k| 152.9 |  1090M |  86 |4989 | 748 | 744 |4486 |  0 |   0 |4224 |-2.800062e+09 |-2.819623e+09 |   0.70%|  29.26%
1467.95/1472.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1467.95/1472.94	c   322s|  8500 |  3089 |  1486k| 152.4 |  1090M |  86 |4989 | 748 | 758 |4545 |  1 |   0 |4254 |-2.800065e+09 |-2.819623e+09 |   0.70%|  29.28%
1470.45/1475.45	c   324s|  8600 |  3127 |  1498k| 152.0 |  1091M |  86 |4989 | 748 | 765 |4610 |  1 |   0 |4285 |-2.800119e+09 |-2.819623e+09 |   0.70%|  29.28%
1472.24/1477.21	c   326s|  8700 |  3147 |  1508k| 151.5 |  1091M |  86 |4989 | 748 | 752 |4651 |  0 |   0 |4310 |-2.800128e+09 |-2.819623e+09 |   0.70%|  29.31%
1473.93/1478.92	c   328s|  8800 |  3177 |  1516k| 150.7 |  1091M |  86 |4989 | 748 | 756 |4679 |  1 |   0 |4344 |-2.800134e+09 |-2.819623e+09 |   0.70%|  29.32%
1476.32/1481.32	c   330s|  8900 |  3199 |  1528k| 150.5 |  1092M |  86 |4989 | 748 | 755 |4738 |  1 |   0 |4378 |-2.800142e+09 |-2.819623e+09 |   0.70%|  29.33%
1478.32/1483.34	c   332s|  9000 |  3227 |  1538k| 150.0 |  1092M |  86 |4989 | 748 | 747 |4787 |  0 |   0 |4406 |-2.800156e+09 |-2.819623e+09 |   0.70%|  29.34%
1480.81/1485.85	c   334s|  9100 |  3265 |  1551k| 149.8 |  1092M |  86 |4989 | 748 | 738 |4851 |  1 |   0 |4435 |-2.800177e+09 |-2.819623e+09 |   0.69%|  29.46%
1483.11/1488.18	c   337s|  9200 |  3301 |  1563k| 149.5 |  1093M |  86 |4989 | 748 | 762 |4908 |  0 |   0 |4461 |-2.800177e+09 |-2.819623e+09 |   0.69%|  29.49%
1485.59/1490.67	c   339s|  9300 |  3333 |  1577k| 149.4 |  1093M |  86 |4989 | 748 | 756 |4971 |  1 |   0 |4493 |-2.800223e+09 |-2.819623e+09 |   0.69%|  29.49%
1486.79/1491.80	c in SCIP_DECL_EVENTEXEC found by SCIP
1486.79/1491.80	o 450948793119999994
1486.79/1491.80	c Model check passed
1486.79/1491.81	c * 340s|  9350 |  3104 |  1582k| 149.2 |    LP  |  86 |4989 | 748 | 747 |5012 |  1 |   0 |4508 |-2.800223e+09 |-2.818430e+09 |   0.65%|  29.61%
1488.00/1493.07	c   342s|  9400 |  3118 |  1588k| 149.1 |  1094M |  86 |4989 | 748 | 761 |5045 |  1 |   0 |4532 |-2.800269e+09 |-2.818430e+09 |   0.65%|  29.65%
1490.38/1495.46	c   344s|  9500 |  3158 |  1601k| 148.8 |  1095M |  86 |4989 | 748 | 767 |5109 |  1 |   0 |4558 |-2.800269e+09 |-2.818430e+09 |   0.65%|  29.67%
1492.37/1497.46	c   346s|  9600 |  3192 |  1610k| 148.3 |  1095M |  86 |4989 | 748 | 752 |5162 |  1 |   0 |4587 |-2.800311e+09 |-2.818430e+09 |   0.65%|  29.69%
1494.26/1499.37	c   348s|  9700 |  3220 |  1620k| 147.8 |  1096M |  86 |4989 | 748 | 763 |5202 |  1 |   0 |4622 |-2.800347e+09 |-2.818430e+09 |   0.65%|  29.70%
1497.07/1502.16	c   351s|  9800 |  3248 |  1635k| 147.9 |  1096M |  86 |4989 | 748 | 782 |5264 |  1 |   0 |4652 |-2.800402e+09 |-2.818430e+09 |   0.64%|  29.74%
1499.45/1504.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1499.45/1504.59	c   353s|  9900 |  3276 |  1650k| 147.9 |  1097M |  86 |4989 | 748 | 764 |5323 |  2 |   0 |4673 |-2.800402e+09 |-2.818430e+09 |   0.64%|  29.76%
1500.64/1505.79	c in SCIP_DECL_EVENTEXEC found by SCIP
1500.64/1505.79	o 450300184160000000
1500.64/1505.79	c Model check passed
1500.64/1505.79	c L 354s|  9957 |  2313 |  1656k| 147.7 |crossove|  86 |4989 | 748 | 766 |5350 |  1 |   0 |4692 |-2.800485e+09 |-2.814376e+09 |   0.50%|  37.23%
1501.44/1506.59	c   355s| 10000 |  2328 |  1660k| 147.5 |  1097M |  86 |4989 | 748 | 766 |5359 |  1 |   0 |4701 |-2.800485e+09 |-2.814376e+09 |   0.50%|  37.25%
1503.95/1509.05	c   358s| 10100 |  2356 |  1674k| 147.4 |  1097M |  86 |4989 | 748 | 757 |5413 |  0 |   0 |4725 |-2.800524e+09 |-2.814376e+09 |   0.49%|  37.29%
1506.13/1511.22	c   360s| 10200 |  2382 |  1685k| 147.1 |  1097M |  86 |4989 | 748 | 764 |5470 |  0 |   0 |4767 |-2.800524e+09 |-2.814376e+09 |   0.49%|  37.31%
1506.53/1511.65	c in SCIP_DECL_EVENTEXEC found by SCIP
1506.53/1511.65	o 449644526079999996
1506.53/1511.65	c Model check passed
1506.53/1511.66	c * 360s| 10214 |  1465 |  1687k| 147.1 |    LP  |  86 |4989 | 748 | 761 |5488 |  3 |   0 |4779 |-2.800580e+09 |-2.810278e+09 |   0.35%|  43.66%
1508.04/1513.16	c   362s| 10300 |  1481 |  1695k| 146.7 |  1097M |  86 |4989 | 748 | 758 |5540 |  2 |   0 |4791 |-2.800587e+09 |-2.810278e+09 |   0.35%|  43.72%
1508.32/1513.49	c in SCIP_DECL_EVENTEXEC found by SCIP
1508.32/1513.49	o 449468491840000000
1508.32/1513.49	c Model check passed
1508.32/1513.49	c * 362s| 10330 |  1227 |  1696k| 146.4 |    LP  |  86 |4989 | 748 | 754 |5545 |  1 |   0 |4799 |-2.800587e+09 |-2.809178e+09 |   0.31%|  44.06%
1509.62/1514.71	c   363s| 10400 |  1235 |  1703k| 146.1 |  1098M |  86 |4989 | 748 | 763 |5594 |  0 |   0 |4806 |-2.800601e+09 |-2.809178e+09 |   0.31%|  44.24%
1511.31/1516.44	c   365s| 10500 |  1237 |  1712k| 145.6 |  1098M |  86 |4989 | 748 | 750 |5665 |  1 |   0 |4823 |-2.800607e+09 |-2.809178e+09 |   0.31%|  44.65%
1513.60/1518.72	c   367s| 10600 |  1243 |  1727k| 145.6 |  1098M |  86 |4989 | 748 | 769 |5725 |  1 |   0 |4836 |-2.800653e+09 |-2.809178e+09 |   0.30%|  45.05%
1515.30/1520.44	c   369s| 10700 |  1255 |  1738k| 145.4 |  1098M |  86 |4989 | 748 | 765 |5775 |  1 |   0 |4843 |-2.800653e+09 |-2.809178e+09 |   0.30%|  45.24%
1516.90/1522.08	c   371s| 10800 |  1255 |  1749k| 145.0 |  1098M |  86 |4989 | 748 | 761 |5850 |  1 |   0 |4850 |-2.800653e+09 |-2.809178e+09 |   0.30%|  46.08%
1518.59/1523.73	c   372s| 10900 |  1269 |  1759k| 144.7 |  1098M |  86 |4989 | 748 | 752 |5880 |  0 |   0 |4860 |-2.800658e+09 |-2.809178e+09 |   0.30%|  46.22%
1520.28/1525.46	c   374s| 11000 |  1287 |  1768k| 144.2 |  1098M |  86 |4989 | 748 | 752 |5919 |  2 |   0 |4877 |-2.800660e+09 |-2.809178e+09 |   0.30%|  46.38%
1522.27/1527.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1522.27/1527.41	c   376s| 11100 |  1293 |  1781k| 144.1 |  1099M |  86 |4989 | 748 | 756 |5970 |  1 |   0 |4885 |-2.800679e+09 |-2.809178e+09 |   0.30%|  46.71%
1523.98/1529.14	c   378s| 11200 |  1315 |  1792k| 143.9 |  1099M |  86 |4989 | 748 | 756 |6022 |  1 |   0 |4891 |-2.800679e+09 |-2.809178e+09 |   0.30%|  46.79%
1525.76/1530.92	c   380s| 11300 |  1317 |  1804k| 143.6 |  1099M |  86 |4989 | 748 | 752 |6065 |  0 |   0 |4903 |-2.800686e+09 |-2.809178e+09 |   0.30%|  47.19%
1527.46/1532.69	c   381s| 11400 |  1329 |  1815k| 143.4 |  1099M |  86 |4989 | 748 | 737 |6109 |  0 |   0 |4908 |-2.800688e+09 |-2.809178e+09 |   0.30%|  47.37%
1529.15/1534.30	c   383s| 11500 |  1331 |  1825k| 143.1 |  1099M |  86 |4989 | 748 | 758 |6159 |  1 |   0 |4917 |-2.800698e+09 |-2.809178e+09 |   0.30%|  47.74%
1530.96/1536.11	c   385s| 11600 |  1341 |  1836k| 142.8 |  1100M |  86 |4989 | 748 | 757 |6222 |  1 |   0 |4930 |-2.800698e+09 |-2.809178e+09 |   0.30%|  47.96%
1532.85/1538.04	c   387s| 11700 |  1345 |  1850k| 142.8 |  1100M |  86 |4989 | 748 | 743 |6273 |  1 |   0 |4936 |-2.800816e+09 |-2.809178e+09 |   0.30%|  48.33%
1534.53/1539.70	c   388s| 11800 |  1341 |  1861k| 142.5 |  1100M |  86 |4989 | 748 | 794 |6316 |  1 |   0 |4942 |-2.800816e+09 |-2.809178e+09 |   0.30%|  48.71%
1536.23/1541.41	c   390s| 11900 |  1353 |  1872k| 142.3 |  1100M |  86 |4989 | 748 | 770 |6353 |  1 |   0 |4949 |-2.800862e+09 |-2.809178e+09 |   0.30%|  48.88%
1537.93/1543.14	c   392s| 12000 |  1359 |  1883k| 142.1 |  1101M |  86 |4989 | 748 | 753 |6437 |  0 |   0 |4954 |-2.800862e+09 |-2.809178e+09 |   0.30%|  49.08%
1539.93/1545.14	c   394s| 12100 |  1367 |  1898k| 142.1 |  1101M |  86 |4989 | 748 | 753 |6484 |  0 |   0 |4956 |-2.800875e+09 |-2.809178e+09 |   0.30%|  49.38%
1541.41/1546.67	c   395s| 12200 |  1371 |  1908k| 141.8 |  1101M |  86 |4989 | 748 | 737 |6542 |  1 |   0 |4961 |-2.800898e+09 |-2.809178e+09 |   0.30%|  49.58%
1543.40/1548.61	c   397s| 12300 |  1375 |  1920k| 141.6 |  1101M |  86 |4989 | 748 | 744 |6605 |  1 |   0 |4975 |-2.800905e+09 |-2.809178e+09 |   0.30%|  49.84%
1544.91/1550.16	c   399s| 12400 |  1373 |  1930k| 141.3 |  1102M |  86 |4989 | 748 | 738 |6648 |  0 |   0 |4982 |-2.800935e+09 |-2.809178e+09 |   0.29%|  50.12%
1546.59/1551.82	c   400s| 12500 |  1379 |  1942k| 141.1 |  1102M |  86 |4989 | 748 | 739 |6672 |  1 |   0 |4985 |-2.800935e+09 |-2.809178e+09 |   0.29%|  50.22%
1548.38/1553.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1548.38/1553.60	c   402s| 12600 |  1389 |  1953k| 140.9 |  1102M |  86 |4989 | 748 | 767 |6747 |  1 |   0 |4996 |-2.800966e+09 |-2.809178e+09 |   0.29%|  50.51%
1549.79/1555.11	c   404s| 12700 |  1399 |  1962k| 140.6 |  1102M |  86 |4989 | 748 | 771 |6788 |  0 |   0 |4997 |-2.800966e+09 |-2.809178e+09 |   0.29%|  50.60%
1551.67/1556.98	c   406s| 12800 |  1407 |  1974k| 140.5 |  1102M |  86 |4989 | 748 | 772 |6862 |  0 |   0 |5003 |-2.800967e+09 |-2.809178e+09 |   0.29%|  50.70%
1553.36/1558.62	c   407s| 12900 |  1413 |  1985k| 140.2 |  1102M |  86 |4989 | 748 | 760 |6919 |  1 |   0 |5008 |-2.800967e+09 |-2.809178e+09 |   0.29%|  50.90%
1555.26/1560.50	c   409s| 13000 |  1419 |  1998k| 140.1 |  1103M |  86 |4989 | 748 | 763 |6978 |  1 |   0 |5016 |-2.800991e+09 |-2.809178e+09 |   0.29%|  51.25%
1556.86/1562.16	c   411s| 13100 |  1415 |  2008k| 139.9 |  1103M |  86 |4989 | 748 | 756 |7022 |  0 |   0 |5022 |-2.801085e+09 |-2.809178e+09 |   0.29%|  51.61%
1558.54/1563.81	c   412s| 13200 |  1419 |  2020k| 139.7 |  1103M |  86 |4989 | 748 | 766 |7077 |  1 |   0 |5022 |-2.801121e+09 |-2.809178e+09 |   0.29%|  51.94%
1560.54/1565.81	c   414s| 13300 |  1441 |  2033k| 139.6 |  1103M |  86 |4989 | 748 | 764 |7128 |  1 |   0 |5025 |-2.801128e+09 |-2.809178e+09 |   0.29%|  52.22%
1562.03/1567.33	c   416s| 13400 |  1445 |  2044k| 139.4 |  1103M |  86 |4989 | 748 | 769 |7168 |  0 |   0 |5026 |-2.801150e+09 |-2.809178e+09 |   0.29%|  52.30%
1563.53/1568.86	c   417s| 13500 |  1451 |  2054k| 139.2 |  1103M |  86 |4989 | 748 | 745 |7229 |  0 |   0 |5027 |-2.801150e+09 |-2.809178e+09 |   0.29%|  52.53%
1565.32/1570.63	c   419s| 13600 |  1453 |  2065k| 139.0 |  1104M |  86 |4989 | 748 | 744 |7266 |  1 |   0 |5036 |-2.801166e+09 |-2.809178e+09 |   0.29%|  52.71%
1566.73/1572.10	c   421s| 13700 |  1473 |  2075k| 138.7 |  1104M |  89 |4989 | 748 | 759 |7294 |  1 |   0 |5040 |-2.801166e+09 |-2.809178e+09 |   0.29%|  52.77%
1568.51/1573.90	c   423s| 13800 |  1475 |  2086k| 138.5 |  1104M |  89 |4989 | 748 | 760 |7338 |  1 |   0 |5048 |-2.801260e+09 |-2.809178e+09 |   0.28%|  53.11%
1570.00/1575.35	c   424s| 13900 |  1477 |  2095k| 138.2 |  1104M |  89 |4989 | 748 | 776 |7399 |  1 |   0 |5053 |-2.801260e+09 |-2.809178e+09 |   0.28%|  53.30%
1571.60/1576.99	c   426s| 14000 |  1481 |  2105k| 138.0 |  1104M |  89 |4989 | 748 | 762 |7459 |  1 |   0 |5061 |-2.801277e+09 |-2.809178e+09 |   0.28%|  53.71%
1573.59/1578.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1573.59/1578.99	c   428s| 14100 |  1481 |  2120k| 138.0 |  1104M |  89 |4989 | 748 | 761 |7499 |  0 |   0 |5069 |-2.801289e+09 |-2.809178e+09 |   0.28%|  53.88%
1575.39/1580.78	c   429s| 14200 |  1481 |  2130k| 137.8 |  1105M |  89 |4989 | 748 | 755 |7558 |  1 |   0 |5082 |-2.801312e+09 |-2.809178e+09 |   0.28%|  54.14%
1577.18/1582.56	c   431s| 14300 |  1489 |  2142k| 137.6 |  1105M |  89 |4989 | 748 | 758 |7617 |  1 |   0 |5090 |-2.801312e+09 |-2.809178e+09 |   0.28%|  54.31%
1579.17/1584.50	c   433s| 14400 |  1495 |  2154k| 137.6 |  1105M |  89 |4989 | 748 | 764 |7696 |  0 |   0 |5098 |-2.801342e+09 |-2.809178e+09 |   0.28%|  54.69%
1580.47/1585.84	c   434s| 14500 |  1507 |  2163k| 137.2 |  1105M |  89 |4989 | 748 | 754 |7743 |  1 |   0 |5101 |-2.801342e+09 |-2.809178e+09 |   0.28%|  54.79%
1582.26/1587.60	c   436s| 14600 |  1521 |  2173k| 137.0 |  1106M |  89 |4989 | 748 | 761 |7785 |  1 |   0 |5119 |-2.801409e+09 |-2.809178e+09 |   0.28%|  54.98%
1583.96/1589.39	c   438s| 14700 |  1513 |  2183k| 136.8 |  1106M |  89 |4989 | 748 | 758 |7868 |  1 |   0 |5143 |-2.801423e+09 |-2.809178e+09 |   0.28%|  55.40%
1585.95/1591.33	c   440s| 14800 |  1517 |  2193k| 136.6 |  1106M |  89 |4989 | 748 | 755 |7931 |  1 |   0 |5162 |-2.801460e+09 |-2.809178e+09 |   0.28%|  57.04%
1587.66/1593.03	c   442s| 14900 |  1525 |  2202k| 136.3 |  1106M |  89 |4989 | 748 | 762 |7999 |  1 |   0 |5185 |-2.801486e+09 |-2.809178e+09 |   0.27%|  57.34%
1589.66/1595.02	c   444s| 15000 |  1515 |  2213k| 136.1 |  1106M |  89 |4989 | 748 | 753 |8065 |  0 |   0 |5213 |-2.801576e+09 |-2.809178e+09 |   0.27%|  58.28%
1592.04/1597.44	c   446s| 15100 |  1517 |  2226k| 136.0 |  1107M |  89 |4989 | 748 | 753 |8130 |  1 |   0 |5242 |-2.801639e+09 |-2.809178e+09 |   0.27%|  58.70%
1594.42/1599.80	c   448s| 15200 |  1515 |  2238k| 136.0 |  1107M |  89 |4989 | 748 | 765 |8175 |  1 |   0 |5276 |-2.801685e+09 |-2.809178e+09 |   0.27%|  59.04%
1596.73/1602.12	c   451s| 15300 |  1519 |  2251k| 135.9 |  1107M |  89 |4989 | 748 | 765 |8217 |  1 |   0 |5304 |-2.801711e+09 |-2.809178e+09 |   0.27%|  59.43%
1598.41/1603.84	c   452s| 15400 |  1521 |  2260k| 135.7 |  1107M |  89 |4989 | 748 | 760 |8267 |  0 |   0 |5321 |-2.801752e+09 |-2.809178e+09 |   0.27%|  59.62%
1599.81/1605.29	c in SCIP_DECL_EVENTEXEC found by SCIP
1599.81/1605.29	o 449226843520000000
1599.81/1605.29	c Model check passed
1599.81/1605.29	c * 454s| 15468 |  1063 |  2268k| 135.6 |    LP  |  89 |4989 | 748 | 764 |8301 |  1 |   0 |5345 |-2.801752e+09 |-2.807668e+09 |   0.21%|  59.91%
1600.41/1605.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1600.41/1605.89	c   455s| 15500 |  1061 |  2270k| 135.5 |  1107M |  89 |4989 | 748 | 774 |8329 |  0 |   0 |5356 |-2.801752e+09 |-2.807668e+09 |   0.21%|  60.00%
1602.61/1608.05	c   457s| 15600 |  1065 |  2283k| 135.4 |  1107M |  89 |4989 | 748 | 751 |8371 |  1 |   0 |5376 |-2.801816e+09 |-2.807668e+09 |   0.21%|  60.69%
1604.71/1610.13	c   459s| 15700 |  1064 |  2295k| 135.3 |  1108M |  89 |4989 | 748 | 771 |8446 |  0 |   0 |5398 |-2.801877e+09 |-2.807668e+09 |   0.21%|  61.15%
1606.89/1612.36	c   461s| 15800 |  1070 |  2308k| 135.3 |  1108M |  89 |4989 | 748 | 763 |8487 |  1 |   0 |5415 |-2.801886e+09 |-2.807668e+09 |   0.21%|  61.61%
1609.28/1614.76	c   463s| 15900 |  1070 |  2323k| 135.4 |  1108M |  89 |4989 | 748 | 751 |8536 |  0 |   0 |5438 |-2.801890e+09 |-2.807668e+09 |   0.21%|  61.81%
1611.17/1616.63	c   465s| 16000 |  1088 |  2331k| 135.1 |  1109M |  89 |4989 | 748 | 769 |8592 |  1 |   0 |5470 |-2.801898e+09 |-2.807668e+09 |   0.21%|  61.95%
1611.17/1616.65	c in SCIP_DECL_EVENTEXEC found by SCIP
1611.17/1616.65	o 449144758400000001
1611.17/1616.66	c Model check passed
1611.17/1616.66	c * 465s| 16004 |   944 |  2331k| 135.0 |    LP  |  89 |4989 | 748 | 772 |8595 |  1 |   0 |5470 |-2.801898e+09 |-2.807155e+09 |   0.19%|  61.97%
1613.26/1618.72	c   467s| 16100 |   944 |  2343k| 135.0 |  1109M |  89 |4989 | 748 | 774 |8647 |  4 |   0 |5488 |-2.801898e+09 |-2.807155e+09 |   0.19%|  62.39%
1615.06/1620.57	c   469s| 16200 |   942 |  2354k| 134.8 |  1109M |  89 |4989 | 748 | 758 |8691 |  1 |   0 |5506 |-2.801918e+09 |-2.807155e+09 |   0.19%|  62.80%
1616.85/1622.37	c   471s| 16300 |   932 |  2363k| 134.6 |  1109M |  89 |4989 | 748 | 741 |8725 |  0 |   0 |5527 |-2.801949e+09 |-2.807155e+09 |   0.19%|  63.32%
1618.84/1624.37	c   473s| 16400 |   922 |  2374k| 134.4 |  1109M |  89 |4989 | 748 | 752 |8771 |  0 |   0 |5552 |-2.801985e+09 |-2.807155e+09 |   0.18%|  64.11%
1620.65/1626.13	c   475s| 16500 |   908 |  2385k| 134.3 |  1109M |  89 |4989 | 748 | 743 |8809 |  0 |   0 |5562 |-2.802034e+09 |-2.807155e+09 |   0.18%|  64.81%
1622.23/1627.73	c   476s| 16600 |   900 |  2395k| 134.1 |  1110M |  89 |4989 | 748 | 757 |8842 |  1 |   0 |5574 |-2.802057e+09 |-2.807155e+09 |   0.18%|  66.61%
1624.13/1629.64	c   478s| 16700 |   886 |  2406k| 134.0 |  1110M |  89 |4989 | 748 | 765 |8866 |  1 |   0 |5586 |-2.802107e+09 |-2.807155e+09 |   0.18%|  67.33%
1625.82/1631.39	c   480s| 16800 |   884 |  2416k| 133.8 |  1110M |  89 |4989 | 748 | 778 |8910 |  0 |   0 |5596 |-2.802123e+09 |-2.807155e+09 |   0.18%|  67.80%
1627.53/1633.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1627.53/1633.06	c   482s| 16900 |   878 |  2427k| 133.6 |  1110M |  89 |4989 | 748 | 755 |8933 |  1 |   0 |5603 |-2.802123e+09 |-2.807155e+09 |   0.18%|  68.19%
1629.52/1635.10	c   484s| 17000 |   872 |  2439k| 133.6 |  1111M |  89 |4989 | 748 | 762 |8989 |  0 |   0 |5621 |-2.802125e+09 |-2.807155e+09 |   0.18%|  68.76%
1631.70/1637.28	c   486s| 17100 |   858 |  2453k| 133.6 |  1111M |  89 |4989 | 748 | 751 |9022 |  0 |   0 |5632 |-2.802173e+09 |-2.807155e+09 |   0.18%|  69.40%
1633.61/1639.17	c   488s| 17200 |   848 |  2467k| 133.6 |  1111M |  89 |4989 | 748 | 779 |9049 |  0 |   0 |5636 |-2.802183e+09 |-2.807155e+09 |   0.18%|  69.92%
1635.69/1641.26	c   490s| 17300 |   848 |  2480k| 133.6 |  1112M |  89 |4989 | 748 | 774 |9094 |  0 |   0 |5654 |-2.802195e+09 |-2.807155e+09 |   0.18%|  70.35%
1637.78/1643.35	c   492s| 17400 |   828 |  2492k| 133.5 |  1112M |  89 |4989 | 748 | 753 |9135 |  0 |   0 |5675 |-2.802334e+09 |-2.807155e+09 |   0.17%|  71.29%
1639.49/1645.08	c   494s| 17500 |   816 |  2503k| 133.4 |  1112M |  89 |4989 | 748 | 769 |9163 |  1 |   0 |5681 |-2.802359e+09 |-2.807155e+09 |   0.17%|  72.09%
1641.67/1647.24	c   496s| 17600 |   808 |  2519k| 133.5 |  1113M |  89 |4989 | 748 | 764 |9204 |  0 |   0 |5688 |-2.802359e+09 |-2.807155e+09 |   0.17%|  72.62%
1643.66/1649.20	c   498s| 17700 |   802 |  2533k| 133.6 |  1113M |  89 |4989 | 748 | 744 |9224 |  1 |   0 |5690 |-2.802374e+09 |-2.807155e+09 |   0.17%|  73.21%
1645.57/1651.13	c   500s| 17800 |   808 |  2544k| 133.5 |  1113M |  89 |4989 | 748 | 763 |9273 |  1 |   0 |5708 |-2.802383e+09 |-2.807155e+09 |   0.17%|  73.63%
1647.05/1652.62	c   501s| 17900 |   782 |  2554k| 133.3 |  1113M |  89 |4989 | 748 | 765 |9295 |  0 |   0 |5711 |-2.802395e+09 |-2.807155e+09 |   0.17%|  74.35%
1649.05/1654.66	c   503s| 18000 |   780 |  2567k| 133.3 |  1113M |  89 |4989 | 748 | 769 |9332 |  1 |   0 |5719 |-2.802395e+09 |-2.807155e+09 |   0.17%|  74.66%
1650.94/1656.55	c   505s| 18100 |   764 |  2579k| 133.2 |  1113M |  89 |4989 | 748 | 769 |9369 |  0 |   0 |5736 |-2.802395e+09 |-2.807155e+09 |   0.17%|  75.21%
1652.93/1658.50	c   507s| 18200 |   730 |  2592k| 133.2 |  1113M |  89 |4989 | 748 | 771 |9422 |  0 |   0 |5741 |-2.802422e+09 |-2.807155e+09 |   0.17%|  76.06%
1656.12/1661.71	c   510s| 18300 |   684 |  2615k| 133.7 |  1113M |  89 |4989 | 748 | 928 |9452 |  0 |   0 |5741 |-2.802565e+09 |-2.807155e+09 |   0.16%|  78.03%
1661.61/1667.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1661.61/1667.24	c   516s| 18400 |   591 |  2657k| 135.2 |  1113M |  89 |4989 | 748 | 974 |9452 |  0 |   0 |5741 |-2.802934e+09 |-2.807155e+09 |   0.15%|  81.68%
1669.28/1674.90	c   524s| 18500 |   489 |  2715k| 137.4 |  1113M |  89 |4989 | 748 |1050 |9452 |  0 |   0 |5741 |-2.803104e+09 |-2.807155e+09 |   0.14%|  85.59%
1677.75/1683.44	c   532s| 18600 |   388 |  2778k| 139.9 |  1113M |  89 |4989 | 748 |1089 |9452 |  0 |   0 |5741 |-2.803409e+09 |-2.807155e+09 |   0.13%|  89.11%
1688.02/1693.73	c   542s| 18700 |   287 |  2855k| 143.1 |  1113M |  89 |4989 | 748 |1125 |9452 |  0 |   0 |5741 |-2.803564e+09 |-2.807155e+09 |   0.13%|  92.53%
1697.48/1703.20	c   552s| 18800 |   186 |  2928k| 146.0 |  1113M |  89 |4989 | 748 |1151 |9452 |  0 |   0 |5741 |-2.804060e+09 |-2.807155e+09 |   0.11%|  95.39%
1706.27/1712.05	c   561s| 18900 |    71 |  2992k| 148.5 |  1113M |  89 |4989 | 748 |1189 |9452 |  0 |   0 |5741 |-2.804717e+09 |-2.807155e+09 |   0.09%|  98.51%
1713.13/1718.98	c 
1713.13/1718.98	c SCIP Status        : problem is solved [optimal solution found]
1713.13/1718.98	c Solving Time (sec) : 567.62
1713.13/1718.98	c Solving Nodes      : 18971 (total of 20173 nodes in 3 runs)
1713.13/1718.98	c Primal Bound       : -2.80715474000000e+09 (325 solutions, 10 respecting the objective limit)
1713.13/1718.98	c Dual Bound         : -2.80715474000000e+09
1713.13/1718.98	c Gap                : 0.00 %
1713.13/1718.99	c SCIP status: 1 (OPTIMAL)
1713.13/1718.99	c SCIP primal bound improved LB: 3037847664481 -> 3037864299546
1713.13/1718.99	c SCIP LP bound tightened UB: 3037876395637 -> 3037864299546
1713.13/1718.99	c pb_solver_status: sst_sat
1713.13/1718.99	c LB_goalvalue: 3037864299546
1713.13/1718.99	c UB_goalvalue: 3037864299546
1713.13/1718.99	c Optimized the 1-th goal (2) with best_original_goalvalue: 449144758400000001
1713.13/1718.99	c check whether model is feasible for 1-th stage:Value(3037864299546)
1713.25/1719.10	c estimatedAdderCost: 153343
1713.25/1719.10	c Try to convert by sorters
1722.32/1728.18	c Sorter: base: 2 2 3 3 3 3 3 3 3 3 2 2 2 2 2 2 2 2 2 2 
1722.32/1728.18	c 
1728.20/1734.05	c Disabling cooperative SCIP for subsequent stages: stage constraint precision unsafe
1728.20/1734.05	c multi stage optimization mode: 2-th step
1728.20/1734.05	c Maximizing current goal: (553)1*x105  1*~x1715  1*x1747  1*~x4084  1*x4105  1*x5356  1*x8532  1*~x8553  1*x8624  1*x9979  1*x10105  2*x100  2*~x135  2*x282  2*~x349  2*x418  2*x578  2*x722  2*x777  2*x974  in [-oo,+oo]
1728.20/1734.05	c LB updated by evalGoalLB to 0
1728.20/1734.05	c UB updated by evalGoalUB to 2803
1728.20/1734.05	c LB updated by evalGoal to 1364
1728.20/1734.05	c o 449144758400000001 omitted printing the best_goalvalue
1728.20/1734.05	c minimizationMode: cmm_Binary
1728.20/1734.05	c goal coeffs: 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 
1728.20/1734.06	c Try to find a solution more than 1843
1728.20/1734.08	c estimatedAdderCost: 553
1728.20/1734.08	c Try to convert by bdds
1728.20/1734.08	c d: 1
1728.20/1734.08	c mem for reusing cleared.
1728.20/1734.08	c Try to convert by sorters
1728.20/1734.10	c Sorter: base: 2 2 2 
1728.20/1734.10	c 
1728.30/1734.11	c assumptions: 
1728.30/1734.11	c invoking solver
3600.00/3612.01	
3600.00/3612.01	*** TERMINATED *** by signal
3600.00/3612.01	c
3600.00/3612.01	s SATISFIABLE
3600.00/3612.01	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 -x1274 -x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 -x1297 -x1298 -x1299 -x1300 -x1301 -x1302 -x1303 -x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 -x1319 -x1320 -x1321 -x1322 -x1323 -x1324 -x1325 -x1326 -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 -x1333 -x1334 -x1335 -x1336 -x1337 -x1338 -x1339 -x1340 -x1341 -x1342 -x1343 -x1344 -x1345 -x1346 -x1347 -x1348 -x1349 -x1350 -x1351 -x1352 -x1353 -x1354 -x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 -x1363 -x1364 -x1365 -x1366 -x1367 -x1368 -x1369 -x1370 -x1371 -x1372 -x1373 -x1374 -x1375 -x1376 -x1377 -x1378 -x1379 -x1380 -x1381 -x1382 -x1383 -x1384 -x1385 -x1386 -x1387 -x1388 -x1389 -x1390 -x1391 -x1392 -x1393 x1394 -x1395 -x1396 -x1397 -x1398 -x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 -x1406 -x1407 -x1408 -x1409 -x1410 -x1411 -x1412 -x1413 -x1414 -x1415 -x1416 -x1417 -x1418 -x1419 -x1420 -x1421 -x1422 -x1423 -x1424 -x1425 -x1426 -x1427 -x1428 -x1429 -x1430 -x1431 -x1432 -x1433 -x1434 -x1435 -x1436 -x1437 -x1438 -x1439 -x1440 -x1441 -x1442 -x1443 -x1444 -x1445 -x1446 -x1447 -x1448 -x1449 -x1450 -x1451 -x1452 -x1453 -x1454 -x1455 -x1456 -x1457 -x1458 -x1459 -x1460 -x1461 -x1462 -x1463 -x1464 -x1465 -x1466 -x1467 -x1468 -x1469 -x1470 -x1471 -x1472 -x1473 -x1474 -x1475 -x1476 -x1477 -x1478 -x1479 -x1480 -x1481 -x1482 -x1483 -x1484 -x1485 -x1486 -x1487 -x1488 -x1489 -x1490 -x1491 -x1492 -x1493 -x1494 -x1495 -x1496 -x1497 -x1498 -x1499 -x1500 -x1501 -x1502 -x1503 -x1504 -x1505 -x1506 -x1507 -x1508 -x1509 -x1510 -x1511 -x1512 -x1513 -x1514 -x1515 -x1516 -x1517 -x1518 -x1519 -x1520 -x1521 -x1522 -x1523 -x1524 -x1525 -x1526 -x1527 -x1528 -x1529 -x1530 -x1531 -x1532 -x1533 -x1534 -x1535 -x1536 -x1537 -x1538 -x1539 -x1540 -x1541 -x1542 -x1543 -x1544 -x1545 -x1546 -x1547 -x1548 -x1549 -x1550 -x1551 -x1552 -x1553 -x1554 -x1555 -x1556 -x1557 -x1558 -x1559 -x1560 -x1561 -x1562 -x1563 -x1564 -x1565 -x1566 -x1567 -x1568 -x1569 -x1570 -x1571 -x1572 -x1573 -x1574 -x1575 -x1576 -x1577 -x1578 -x1579 -x1580 -x1581 -x1582 -x1583 -x1584 -x1585 -x1586 -x1587 -x1588 -x1589 -x1590 -x1591 -x1592 -x1593 -x1594 -x1595 -x1596 -x1597 -x1598 -x1599 -x1600 -x1601 -x1602 -x1603 -x1604 -x1605 -x1606 -x1607 -x1608 -x1609 -x1610 -x1611 -x1612 -x1613 -x1614 -x1615 -x1616 -x1617 -x1618 -x1619 -x1620 -x1621 -x1622 -x1623 -x1624 -x1625 -x1626 -x1627 -x1628 -x1629 -x1630 -x1631 -x1632 -x1633 -x1634 -x1635 -x1636 -x1637 -x1638 -x1639 -x1640 -x1641 -x1642 -x1643 -x1644 -x1645 -x1646 -x1647 -x1648 -x1649 -x1650 -x1651 -x1652 -x1653 -x1654 -x1655 -x1656 -x1657 -x1658 -x1659 -x1660 -x1661 -x1662 -x1663 -x1664 -x1665 -x1666 -x1667 -x1668 -x1669 -x1670 -x1671 -x1672 -x1673 -x1674 -x1675 -x1676 -x1677 -x1678 -x1679 -x1680 -x1681 -x1682 -x1683 -x1684 -x1685 -x1686 -x1687 -x1688 -x1689 -x1690 -x1691 -x1692 -x1693 -x1694 -x1695 -x1696 -x1697 -x1698 -x1699 -x1700 -x1701 -x1702 -x1703 -x1704 -x1705 -x1706 -x1707 -x1708 -x1709 -x1710 -x1711 -x1712 -x1713 -x1714 -x1715 -x1716 -x1717 -x1718 -x1719 -x1720 -x1721 -x1722 -x1723 -x1724 -x1725 -x1726 -x1727 -x1728 -x1729 -x1730 -x1731 -x1732 -x1733 -x1734 -x1735 -x1736 -x1737 -x1738 -x1739 -x1740 -x1741 -x1742 -x1743 -x1744 -x1745 -x1746 x1747 -x1748 -x1749 -x1750 -x1751 -x1752 -x1753 -x1754 -x1755 -x1756 -x1757 -x1758 -x1759 -x1760 -x1761 -x1762 -x1763 -x1764 -x1765 -x1766 -x1767 -x1768 -x1769 -x1770 -x1771 -x1772 -x1773 -x1774 -x1775 -x1776 -x1777 -x1778 -x1779 -x1780 -x1781 -x1782 -x1783 -x1784 -x1785 -x1786 -x1787 -x1788 -x1789 -x1790 -x1791 -x1792 -x1793 -x1794 -x1795 -x1796 -x1797 -x1798 -x1799 -x1800 -x1801 -x1802 -x1803 -x1804 -x1805 -x1806 -x1807 -x1808 -x1809 -x1810 -x1811 -x1812 -x1813 -x1814 -x1815 -x1816 -x1817 -x1818 -x1819 -x1820 -x1821 -x1822 -x1823 -x1824 -x1825 -x1826 -x1827 -x1828 -x1829 -x1830 -x1831 -x1832 -x1833 -x1834 -x1835 -x1836 -x1837 -x1838 -x1839 -x1840 -x1841 -x1842 -x1843 -x1844 -x1845 -x1846 -x1847 -x1848 -x1849 -x1850 -x1851 -x1852 -x1853 -x1854 -x1855 -x1856 -x1857 -x1858 -x1859 -x1860 -x1861 -x1862 -x1863 -x1864 -x1865 -x1866 -x1867 -x1868 -x1869 -x1870 -x1871 -x1872 -x1873 -x1874 -x1875 -x1876 -x1877 -x1878 -x1879 -x1880 -x1881 -x1882 -x1883 -x1884 -x1885 -x1886 -x1887 -x1888 -x1889 -x1890 -x1891 -x1892 -x1893 -x1894 -x1895 -x1896 -x1897 -x1898 -x1899 -x1900 -x1901 -x1902 -x1903 -x1904 -x1905 -x1906 -x1907 -x1908 -x1909 -x1910 -x1911 -x1912 -x1913 -x1914 -x1915 -x1916 -x1917 -x1918 -x1919 -x1920 -x1921 -x1922 -x1923 -x1924 -x1925 -x1926 -x1927 -x1928 -x1929 -x1930 -x1931 -x1932 -x1933 -x1934 -x1935 -x1936 -x1937 -x1938 -x1939 -x1940 -x1941 -x1942 -x1943 -x1944 -x1945 -x1946 -x1947 -x1948 -x1949 -x1950 -x1951 -x1952 -x1953 -x1954 -x1955 -x1956 -x1957 -x1958 -x1959 -x1960 -x1961 -x1962 -x1963 -x1964 -x1965 -x1966 -x1967 -x1968 -x1969 -x1970 -x1971 -x1972 -x1973 -x1974 -x1975 -x1976 -x1977 -x1978 -x1979 -x1980 -x1981 -x1982 -x1983 -x1984 -x1985 -x1986 -x1987 -x1988 -x1989 -x1990 -x1991 -x1992 -x1993 -x1994 -x1995 -x1996 -x1997 -x1998 -x1999
3600.00/3612.01	v -x2000 -x2001 -x2002 -x2003 -x2004 -x2005 -x2006 -x2007 -x2008 -x2009 -x2010 -x2011 -x2012 -x2013 -x2014 -x2015 -x2016 -x2017 -x2018 -x2019 -x2020 -x2021 -x2022 -x2023 -x2024 -x2025 -x2026 -x2027 -x2028 -x2029 -x2030 -x2031 -x2032 -x2033 -x2034 -x2035 -x2036 -x2037 -x2038 -x2039 -x2040 -x2041 -x2042 -x2043 -x2044 -x2045 -x2046 -x2047 -x2048 -x2049 -x2050 -x2051 -x2052 -x2053 -x2054 -x2055 -x2056 -x2057 -x2058 -x2059 -x2060 -x2061 -x2062 -x2063 -x2064 -x2065 -x2066 -x2067 -x2068 -x2069 -x2070 -x2071 -x2072 -x2073 -x2074 -x2075 -x2076 -x2077 -x2078 -x2079 -x2080 -x2081 -x2082 -x2083 -x2084 -x2085 -x2086 -x2087 -x2088 -x2089 -x2090 -x2091 -x2092 -x2093 -x2094 -x2095 -x2096 -x2097 -x2098 -x2099 -x2100 -x2101 -x2102 -x2103 -x2104 -x2105 -x2106 -x2107 -x2108 -x2109 -x2110 -x2111 -x2112 -x2113 -x2114 -x2115 -x2116 -x2117 -x2118 -x2119 -x2120 -x2121 -x2122 -x2123 -x2124 -x2125 -x2126 -x2127 -x2128 -x2129 -x2130 -x2131 -x2132 -x2133 -x2134 -x2135 -x2136 -x2137 -x2138 -x2139 -x2140 -x2141 -x2142 -x2143 -x2144 -x2145 -x2146 -x2147 -x2148 -x2149 -x2150 -x2151 -x2152 -x2153 -x2154 -x2155 -x2156 -x2157 -x2158 -x2159 -x2160 -x2161 -x2162 -x2163 -x2164 -x2165 -x2166 -x2167 -x2168 -x2169 -x2170 -x2171 -x2172 -x2173 -x2174 -x2175 -x2176 -x2177 -x2178 -x2179 -x2180 -x2181 -x2182 -x2183 -x2184 -x2185 -x2186 -x2187 -x2188 -x2189 -x2190 -x2191 -x2192 -x2193 -x2194 -x2195 -x2196 -x2197 -x2198 -x2199 -x2200 -x2201 -x2202 -x2203 -x2204 -x2205 -x2206 -x2207 -x2208 -x2209 -x2210 -x2211 -x2212 -x2213 -x2214 -x2215 -x2216 -x2217 -x2218 -x2219 -x2220 -x2221 -x2222 -x2223 -x2224 -x2225 -x2226 -x2227 -x2228 -x2229 -x2230 -x2231 -x2232 -x2233 -x2234 -x2235 -x2236 -x2237 -x2238 -x2239 -x2240 -x2241 -x2242 -x2243 -x2244 -x2245 -x2246 -x2247 -x2248 -x2249 -x2250 -x2251 -x2252 -x2253 -x2254 -x2255 -x2256 -x2257 -x2258 -x2259 -x2260 -x2261 -x2262 -x2263 -x2264 -x2265 -x2266 -x2267 -x2268 -x2269 -x2270 -x2271 -x2272 -x2273 -x2274 -x2275 -x2276 -x2277 -x2278 -x2279 -x2280 -x2281 -x2282 -x2283 -x2284 -x2285 -x2286 -x2287 -x2288 -x2289 -x2290 -x2291 -x2292 -x2293 -x2294 -x2295 -x2296 -x2297 -x2298 -x2299 -x2300 -x2301 -x2302 -x2303 -x2304 -x2305 -x2306 -x2307 -x2308 -x2309 -x2310 -x2311 -x2312 -x2313 -x2314 -x2315 -x2316 -x2317 -x2318 -x2319 -x2320 -x2321 -x2322 -x2323 -x2324 -x2325 -x2326 -x2327 -x2328 -x2329 -x2330 -x2331 -x2332 -x2333 -x2334 -x2335 -x2336 -x2337 -x2338 -x2339 -x2340 -x2341 -x2342 -x2343 -x2344 -x2345 -x2346 -x2347 -x2348 -x2349 -x2350 -x2351 -x2352 -x2353 -x2354 -x2355 -x2356 -x2357 -x2358 -x2359 -x2360 -x2361 -x2362 -x2363 -x2364 -x2365 -x2366 -x2367 -x2368 -x2369 -x2370 -x2371 -x2372 -x2373 -x2374 -x2375 -x2376 -x2377 -x2378 -x2379 -x2380 -x2381 -x2382 -x2383 -x2384 -x2385 -x2386 -x2387 -x2388 -x2389 -x2390 -x2391 -x2392 -x2393 -x2394 -x2395 -x2396 -x2397 -x2398 -x2399 -x2400 -x2401 -x2402 -x2403 -x2404 -x2405 -x2406 -x2407 -x2408 -x2409 -x2410 -x2411 -x2412 -x2413 -x2414 -x2415 -x2416 -x2417 -x2418 -x2419 -x2420 -x2421 -x2422 -x2423 -x2424 -x2425 -x2426 -x2427 -x2428 -x2429 -x2430 -x2431 -x2432 -x2433 -x2434 -x2435 -x2436 -x2437 -x2438 -x2439 -x2440 -x2441 -x2442 -x2443 -x2444 -x2445 -x2446 -x2447 -x2448 -x2449 -x2450 -x2451 -x2452 -x2453 -x2454 -x2455 -x2456 -x2457 -x2458 -x2459 -x2460 -x2461 -x2462 -x2463 -x2464 -x2465 -x2466 -x2467 -x2468 -x2469 x2470 -x2471 -x2472 -x2473 -x2474 -x2475 -x2476 -x2477 -x2478 -x2479 -x2480 -x2481 -x2482 -x2483 -x2484 -x2485 -x2486 -x2487 -x2488 -x2489 -x2490 -x2491 -x2492 -x2493 -x2494 -x2495 -x2496 -x2497 -x2498 -x2499 -x2500 -x2501 -x2502 -x2503 -x2504 -x2505 -x2506 -x2507 -x2508 -x2509 -x2510 -x2511 -x2512 -x2513 -x2514 -x2515 -x2516 -x2517 -x2518 -x2519 -x2520 -x2521 -x2522 -x2523 -x2524 -x2525 -x2526 -x2527 -x2528 -x2529 -x2530 -x2531 -x2532 -x2533 -x2534 -x2535 -x2536 -x2537 -x2538 -x2539 -x2540 -x2541 -x2542 -x2543 -x2544 -x2545 -x2546 -x2547 -x2548 -x2549 x2550 -x2551 -x2552 -x2553 -x2554 -x2555 -x2556 -x2557 -x2558 -x2559 -x2560 -x2561 -x2562 -x2563 -x2564 -x2565 -x2566 -x2567 -x2568 -x2569 -x2570 -x2571 -x2572 -x2573 -x2574 -x2575 -x2576 -x2577 -x2578 -x2579 -x2580 -x2581 -x2582 -x2583 -x2584 -x2585 -x2586 -x2587 -x2588 -x2589 -x2590 -x2591 -x2592 -x2593 -x2594 -x2595 -x2596 -x2597 -x2598 -x2599 -x2600 -x2601 -x2602 -x2603 -x2604 -x2605 -x2606 -x2607 -x2608 -x2609 -x2610 -x2611 -x2612 -x2613 -x2614 -x2615 -x2616 -x2617 -x2618 -x2619 -x2620 -x2621 -x2622 -x2623 -x2624 -x2625 -x2626 -x2627 -x2628 -x2629 -x2630 -x2631 -x2632 -x2633 -x2634 -x2635 -x2636 -x2637 -x2638 -x2639 -x2640 -x2641 -x2642 -x2643 -x2644 -x2645 -x2646 -x2647 -x2648 -x2649 -x2650 -x2651 -x2652 -x2653 -x2654 -x2655 -x2656 -x2657 -x2658 -x2659 -x2660 -x2661 -x2662 -x2663 -x2664 -x2665 -x2666 -x2667 -x2668 -x2669 -x2670 -x2671 -x2672 -x2673 -x2674 -x2675 -x2676 -x2677 -x2678 -x2679 -x2680 -x2681 -x2682 -x2683 -x2684 x2685 -x2686 -x2687 -x2688 -x2689 -x2690 -x2691 -x2692 -x2693 -x2694 -x2695 -x2696 -x2697 -x2698 -x2699 -x2700 -x2701 -x2702 -x2703 -x2704 -x2705 -x2706 -x2707 -x2708 -x2709 -x2710 -x2711 -x2712 -x2713 -x2714 -x2715 -x2716 -x2717 -x2718 -x2719 -x2720 -x2721 -x2722 -x2723 -x2724 -x2725 -x2726 -x2727 -x2728 -x2729 -x2730 -x2731 -x2732 -x2733 -x2734 -x2735 -x2736 -x2737 -x2738 -x2739 -x2740 -x2741 -x2742 -x2743 -x2744 -x2745 -x2746 -x2747 -x2748 -x2749 -x2750 -x2751 -x2752 -x2753 -x2754 -x2755 -x2756 -x2757 -x2758 -x2759 -x2760 -x2761 -x2762 -x2763 -x2764 -x2765 -x2766 -x2767 -x2768 -x2769 -x2770 -x2771 -x2772 -x2773 -x2774 -x2775 -x2776 -x2777 -x2778 -x2779 -x2780 -x2781 -x2782 -x2783 -x2784 -x2785 -x2786 -x2787 -x2788 -x2789 -x2790 -x2791 -x2792 -x2793 -x2794 -x2795 -x2796 -x2797 -x2798 -x2799 -x2800 -x2801 -x2802 -x2803 -x2804 -x2805 -x2806 -x2807 -x2808 -x2809 -x2810 -x2811 -x2812 -x2813 -x2814 -x2815 -x2816 -x2817 -x2818 -x2819 -x2820 -x2821 -x2822 -x2823 -x2824 -x2825 -x2826 -x2827 -x2828 -x2829 -x2830 -x2831 -x2832 -x2833 -x2834 -x2835 -x2836 -x2837 -x2838 -x2839 -x2840 -x2841 -x2842 -x2843 -x2844 -x2845 -x2846 -x2847 -x2848 -x2849 -x2850 -x2851 -x2852 -x2853 -x2854 -x2855 -x2856 -x2857 -x2858 -x2859 -x2860 -x2861 -x2862 -x2863 -x2864 -x2865 -x2866 -x2867 -x2868 -x2869 -x2870 -x2871 -x2872 -x2873 -x2874 -x2875 -x2876 -x2877 -x2878 -x2879 -x2880 -x2881 -x2882 -x2883 -x2884 -x2885 -x2886 -x2887 -x2888 -x2889 -x2890 -x2891 -x2892 -x2893 -x2894 -x2895 -x2896 -x2897 -x2898 -x2899 -x2900 -x2901 -x2902 -x2903 -x2904 -x2905 -x2906 -x2907 -x2908 -x2909 -x2910 -x2911 -x2912 -x2913 -x2914 -x2915 -x2916 -x2917 -x2918 -x2919 -x2920 -x2921 -x2922 -x2923 -x2924 -x2925 -x2926 -x2927 -x2928 -x2929 -x2930 -x2931 -x2932 -x2933 -x2934 -x2935 -x2936 -x2937 -x2938 -x2939 -x2940 -x2941 -x2942 -x2943 -x2944 -x2945 -x2946 -x2947 -x2948 -x2949 -x2950 -x2951 -x2952 -x2953 -x2954 -x2955 -x2956 -x2957 -x2958 -x2959 -x2960 -x2961 -x2962 -x2963 -x2964 -x2965 -x2966 -x2967 -x2968 -x2969 -x2970 -x2971 -x2972 -x2973 -x2974 -x2975 -x2976 -x2977 -x2978 -x2979 -x2980 -x2981 -x2982 -x2983 -x2984 -x2985 -x2986 -x2987 -x2988 -x2989 -x2990 -x2991 -x2992 -x2993 -x2994 -x2995 -x2996 -x2997 -x2998 -x2999 -x3000 -x3001 -x3002 -x3003 -x3004 -x3005 -x3006 -x3007 -x3008 -x3009 -x3010 -x3011 -x3012 -x3013 -x3014 -x3015 -x3016 -x3017 -x3018 -x3019 -x3020 -x3021 -x3022 -x3023 -x3024 -x3025 -x3026 -x3027 -x3028 -x3029 -x3030 -x3031 -x3032 -x3033 -x3034 -x3035 -x3036 -x3037 -x3038 -x3039 -x3040 -x3041 -x3042 -x3043 -x3044 -x3045 -x3046 -x3047 -x3048 -x3049 -x3050 -x3051 -x3052 -x3053 -x3054 -x3055 -x3056 -x3057 -x3058 -x3059 -x3060 -x3061 -x3062 -x3063 -x3064 -x3065 -x3066 -x3067 -x3068 -x3069 -x3070 -x3071 -x3072 -x3073 -x3074 -x3075 -x3076 -x3077 -x3078 -x3079 -x3080 -x3081 -x3082 -x3083 -x3084 -x3085 -x3086 -x3087 -x3088 -x3089 -x3090 -x3091 -x3092 -x3093 -x3094 -x3095 -x3096 -x3097 -x3098 -x3099 -x3100 -x3101 -x3102 -x3103 -x3104 -x3105 -x3106 -x3107 -x3108 -x3109 -x3110 -x3111 -x3112 -x3113 -x3114 -x3115 -x3116 -x3117 -x3118 -x3119 -x3120 -x3121 -x3122 -x3123 -x3124 -x3125 -x3126 -x3127 -x3128 -x3129 -x3130 -x3131 -x3132 -x3133 -x3134 -x3135 -x3136 -x3137 -x3138 -x3139 -x3140 -x3141 -x3142 -x3143 -x3144 -x3145 -x3146 -x3147 -x3148 -x3149 -x3150 -x3151 -x3152 -x3153 -x3154 -x3155 -x3156 -x3157 -x3158 -x3159 -x3160 -x3161 -x3162 -x3163 -x3164 -x3165 -x3166 -x3167 -x3168 -x3169 -x3170 -x3171 -x3172 -x3173 -x3174 -x3175 -x3176 -x3177 -x3178 -x3179 -x3180 -x3181 -x3182 -x3183 -x3184 -x3185 -x3186 -x3187 -x3188 -x3189 -x3190 -x3191 -x3192 -x3193 -x3194 -x3195 -x3196 -x3197 -x3198 -x3199 -x3200 -x3201 -x3202 -x3203 -x3204 -x3205 -x3206 -x3207 -x3208 -x3209 -x3210 -x3211 -x3212 -x3213 -x3214 -x3215 -x3216 -x3217 -x3218 -x3219 -x3220 -x3221 -x3222 -x3223 -x3224 -x3225 -x3226 -x3227 -x3228 -x3229 -x3230 -x3231 -x3232 -x3233 -x3234 -x3235 -x3236 -x3237 -x3238 -x3239 -x3240 -x3241 -x3242 -x3243 -x3244 -x3245 -x3246 -x3247 -x3248 -x3249 -x3250 -x3251 -x3252 -x3253 -x3254 -x3255 -x3256 -x3257 -x3258 -x3259 -x3260 -x3261 -x3262 -x3263 -x3264 -x3265 -x3266 -x3267 -x3268 -x3269 -x3270 -x3271 -x3272 -x3273 -x3274 -x3275 -x3276 -x3277 -x3278 -x3279 -x3280 -x3281 -x3282 -x3283 -x3284 -x3285 -x3286 -x3287 -x3288 -x3289 -x3290 -x3291 -x3292 -x3293 -x3294 -x3295 -x3296 -x3297 x3298 -x3299 -x3300 -x3301 -x3302 -x3303 -x3304 -x3305 -x3306 -x3307 -x3308 -x3309 -x3310 -x3311 -x3312 -x3313 -x3314 -x3315 -x3316 -x3317 -x3318 -x3319 -x3320 -x3321 -x3322 -x3323 -x3324 -x3325 -x3326 -x3327 -x3328 -x3329 -x3330 -x3331 -x3332 -x3333 -x3334 -x3335 -x3336 -x3337 -x3338 -x3339 -x3340 -x3341 -x3342 -x3343 -x3344 -x3345 -x3346 -x3347 -x3348 -x3349 -x3350 -x3351 -x3352 -x3353 -x3354 -x3355 -x3356 -x3357 -x3358 -x3359 -x3360 -x3361 -x3362 -x3363 -x3364 -x3365 -x3366 -x3367 -x3368 -x3369 -x3370 -x3371 -x3372 -x3373 -x3374 -x3375 -x3376 -x3377 -x3378 -x3379 -x3380 -x3381 -x3382 -x3383 -x3384 -x3385 -x3386 -x3387 -x3388 -x3389 -x3390 -x3391 -x3392 -x3393 -x3394 -x3395 -x3396 -x3397 -x3398 -x3399 -x3400 -x3401 -x3402 -x3403 -x3404 -x3405 -x3406 -x3407 -x3408 -x3409 -x3410 -x3411 -x3412 -x3413 -x3414 -x3415 -x3416 -x3417 -x3418 -x3419 -x3420 -x3421 -x3422 -x3423 -x3424 -x3425 -x3426 -x3427 -x3428 -x3429 -x3430 -x3431 -x3432 -x3433 -x3434 -x3435 -x3436 -x3437 -x3438 -x3439 -x3440 -x3441 -x3442 -x3443 -x3444 -x3445 -x3446 -x3447 -x3448 -x3449 x3450 -x3451 -x3452 -x3453 -x3454 -x3455 -x3456 -x3457 -x3458 -x3459 -x3460 -x3461 -x3462 -x3463 -x3464 -x3465 -x3466 -x3467 -x3468 -x3469 -x3470 -x3471 -x3472 -x3473 -x3474 -x3475 -x3476 -x3477 -x3478 -x3479 -x3480 -x3481 -x3482 -x3483 -x3484 -x3485 -x3486 -x3487 -x3488 -x3489 -x3490 -x3491 -x3492 -x3493 -x3494 -x3495 -x3496 -x3497 -x3498 -x3499 -x3500 -x3501 -x3502 -x3503 -x3504 -x3505 -x3506 -x3507 -x3508 -x3509 -x3510 -x3511 -x3512 -x3513 -x3514 -x3515 -x3516 -x3517 -x3518 -x3519 -x3520 -x3521 -x3522 -x3523 -x3524 -x3525 -x3526 -x3527 -x3528 -x3529 -x3530 -x3531 -x3532 -x3533 -x3534 -x3535 -x3536 -x3537 -x3538 -x3539 -x3540 -x3541 -x3542 -x3543 -x3544 -x3545 -x3546 -x3547 -x3548 -x3549 -x3550 -x3551 -x3552 -x3553 -x3554 -x3555 -x3556 -x3557 -x3558 -x3559 -x3560 -x3561 -x3562 -x3563 -x3564 -x3565 -x3566 -x3567 -x3568 -x3569 -x3570 -x3571 -x3572 -x3573 -x3574 -x3575 -x3576 -x3577 -x3578 -x3579 -x3580 -x3581 -x3582 -x3583 -x3584 -x3585 -x3586 -x3587 -x3588 -x3589 -x3590 -x3591 -x3592 -x3593 -x3594 -x3595 -x3596 -x3597 -x3598 -x3599 -x3600 -x3601 -x3602 -x3603 -x3604 -x3605 -x3606 -x3607 -x3608 -x3609 -x3610 -x3611 -x3612 -x3613 -x3614 -x3615 -x3616 -x3617 -x3618 -x3619 -x3620 -x3621 -x3622 -x3623 -x3624 -x3625 -x3626 -x3627 -x3628 -x3629 -x3630 -x3631 -x3632 -x3633 -x3634 -x3635 -x3636 -x3637 -x3638 -x3639 -x3640 -x3641 -x3642 -x3643 -x3644 -x3645 -x3646 -x3647 -x3648 -x3649 -x3650 -x3651 -x3652 -x3653 -x3654 -x3655 -x3656 -x3657 -x3658 -x3659 -x3660 -x3661 -x3662 -x3663 -x3664 -x3665 -x3666 -x3667 -x3668 -x3669 -x3670 -x3671 -x3672 -x3673 -x3674 -x3675 -x3676 -x3677 -x3678 -x3679 -x3680 -x3681 x3682 -x3683 -x3684 -x3685 -x3686 -x3687 -x3688 -x3689 -x3690 -x3691 -x3692 -x3693 -x3694 -x3695 -x3696 -x3697 -x3698 -x3699 -x3700 -x3701 -x3702 -x3703 -x3704 -x3705 -x3706 -x3707 -x3708 -x3709 -x3710 -x3711 -x3712 -x3713 -x3714 -x3715 -x3716 -x3717 -x3718 -x3719 -x3720 -x3721 -x3722 -x3723 -x3724 -x3725 -x3726 -x3727 -x3728 -x3729 -x3730 -x3731 -x3732 -x3733 -x3734 -x3735 -x3736 -x3737 -x3738 -x3739 -x3740 -x3741 -x3742 -x3743 -x3744 -x3745 -x3746 -x3747 -x3748 -x3749 -x3750 -x3751 -x3752 -x3753 -x3754 -x3755 -x3756 -x3757 -x3758 -x3759 -x3760 -x3761 -x3762 -x3763 -x3764 -x3765 -x3766 -x3767 -x3768 -x3769 -x3770 -x3771 -x3772 -x3773 -x3774 -x3775 -x3776 -x3777 -x3778 -x3779 -x3780 -x3781 -x3782 -x3783 -x3784 -x3785 -x3786 -x3787 -x3788 -x3789 -x3790 -x3791 -x3792 -x3793 -x3794 -x3795 -x3796 -x3797 -x3798 -x3799 -x3800 -x3801 -x3802 -x3803 -x3804 -x3805 -x3806 -x3807 -x3808 -x3809 -x3810 -x3811 -x3812 -x3813 -x3814 -x3815 -x3816 -x3817 -x3818 -x3819 -x3820 -x3821 -x3822 -x3823 -x3824 -x3825 -x3826 -x3827 -x3828 -x3829 -x3830 -x3831 -x3832 -x3833 -x3834 -x3835 -x3836 -x3837 -x3838 -x3839 -x3840 -x3841 -x3842 -x3843 -x3844 -x3845 -x3846 -x3847 -x3848 -x3849 -x3850 -x3851 -x3852 -x3853 -x3854 -x3855 -x3856 -x3857 -x3858 -x3859 -x3860 -x3861 -x3862 -x3863 -x3864 -x3865 -x3866 -x3867 -x3868 -x3869 -x3870 -x3871 -x3872 -x3873 -x3874 -x3875 -x3876 -x3877 -x3878 -x3879 -x3880 -x3881 -x3882 -x3883 -x3884 -x3885 -x3886 -x3887 -x3888 -x3889 -x3890 -x3891 -x3892 -x3893 -x3894 -x3895 -x3896 -x3897 -x3898 -x3899 -x3900 -x3901 -x3902 -x3903 -x3904 -x3905 -x3906 -x3907 -x3908 -x3909 -x3910 -x3911 -x3912 -x3913 -x3914 -x3915 -x3916 -x3917 -x3918 -x3919 -x3920 -x3921 -x3922 -x3923 -x3924 -x3925 -x3926 -x3927 -x3928 -x3929 -x3930 -x3931 -x3932 -x3933 -x3934 -x3935 -x3936 -x3937 -x3938 -x3939 -x3940 -x3941 -x3942 -x3943 -x3944 -x3945 -x3946 -x3947 -x3948 -x3949 -x3950 -x3951 -x3952 -x3953 -x3954 -x3955 -x3956 -x3957 -x3958 -x3959 -x3960 -x3961 -x3962 -x3963 -x3964 -x3965 -x3966 -x3967 -x3968 -x3969 -x3970 -x3971 -x3972 -x3973 -x3974 -x3975 -x3976 -x3977 -x3978 -x3979 -x3980 -x3981 -x3982 -x3983 -x3984 -x3985 -x3986 -x3987 -x3988 -x3989 -x3990 -x3991 -x3992 -x3993 -x3994 -x3995 -x3996 -x3997 -x3998 -x3999
3600.00/3612.01	v -x4000 -x4001 -x4002 -x4003 -x4004 -x4005 -x4006 -x4007 -x4008 -x4009 -x4010 -x4011 -x4012 -x4013 -x4014 -x4015 -x4016 -x4017 -x4018 -x4019 -x4020 -x4021 -x4022 -x4023 -x4024 -x4025 -x4026 -x4027 -x4028 -x4029 -x4030 -x4031 -x4032 -x4033 -x4034 -x4035 -x4036 -x4037 -x4038 -x4039 -x4040 -x4041 -x4042 -x4043 -x4044 -x4045 -x4046 -x4047 -x4048 -x4049 -x4050 -x4051 -x4052 -x4053 -x4054 -x4055 -x4056 -x4057 -x4058 -x4059 -x4060 -x4061 -x4062 -x4063 -x4064 -x4065 -x4066 -x4067 -x4068 -x4069 -x4070 -x4071 -x4072 x4073 -x4074 -x4075 -x4076 -x4077 -x4078 -x4079 -x4080 -x4081 -x4082 -x4083 -x4084 -x4085 -x4086 -x4087 -x4088 -x4089 -x4090 -x4091 -x4092 -x4093 -x4094 -x4095 -x4096 -x4097 -x4098 -x4099 -x4100 -x4101 -x4102 -x4103 -x4104 -x4105 -x4106 -x4107 -x4108 -x4109 -x4110 -x4111 -x4112 -x4113 -x4114 -x4115 -x4116 -x4117 -x4118 -x4119 -x4120 -x4121 -x4122 -x4123 -x4124 -x4125 -x4126 -x4127 -x4128 -x4129 -x4130 -x4131 -x4132 -x4133 -x4134 -x4135 -x4136 -x4137 -x4138 -x4139 -x4140 -x4141 -x4142 -x4143 -x4144 -x4145 -x4146 -x4147 -x4148 -x4149 -x4150 -x4151 -x4152 -x4153 -x4154 -x4155 -x4156 -x4157 -x4158 -x4159 -x4160 -x4161 -x4162 -x4163 -x4164 -x4165 -x4166 -x4167 -x4168 -x4169 -x4170 -x4171 -x4172 -x4173 -x4174 -x4175 -x4176 -x4177 -x4178 -x4179 -x4180 -x4181 -x4182 -x4183 -x4184 -x4185 -x4186 -x4187 -x4188 -x4189 -x4190 -x4191 -x4192 -x4193 -x4194 -x4195 -x4196 -x4197 -x4198 -x4199 -x4200 -x4201 -x4202 -x4203 -x4204 -x4205 -x4206 -x4207 -x4208 -x4209 -x4210 -x4211 -x4212 -x4213 -x4214 -x4215 -x4216 -x4217 -x4218 -x4219 -x4220 -x4221 -x4222 -x4223 -x4224 -x4225 -x4226 -x4227 -x4228 -x4229 -x4230 -x4231 -x4232 -x4233 -x4234 -x4235 -x4236 -x4237 -x4238 -x4239 -x4240 -x4241 -x4242 -x4243 -x4244 -x4245 -x4246 -x4247 -x4248 -x4249 -x4250 -x4251 -x4252 -x4253 -x4254 -x4255 -x4256 -x4257 -x4258 -x4259 -x4260 -x4261 -x4262 -x4263 -x4264 -x4265 -x4266 -x4267 -x4268 -x4269 -x4270 -x4271 -x4272 -x4273 -x4274 -x4275 -x4276 -x4277 -x4278 -x4279 -x4280 -x4281 -x4282 -x4283 -x4284 -x4285 -x4286 -x4287 -x4288 -x4289 -x4290 -x4291 -x4292 -x4293 -x4294 -x4295 -x4296 -x4297 -x4298 -x4299 -x4300 -x4301 -x4302 -x4303 -x4304 -x4305 -x4306 -x4307 -x4308 -x4309 -x4310 -x4311 -x4312 -x4313 -x4314 -x4315 -x4316 -x4317 -x4318 -x4319 -x4320 -x4321 -x4322 -x4323 -x4324 -x4325 -x4326 -x4327 -x4328 -x4329 -x4330 -x4331 -x4332 -x4333 -x4334 -x4335 -x4336 -x4337 -x4338 x4339 -x4340 -x4341 -x4342 -x4343 -x4344 -x4345 -x4346 -x4347 -x4348 -x4349 -x4350 -x4351 -x4352 -x4353 -x4354 -x4355 -x4356 -x4357 -x4358 -x4359 -x4360 -x4361 -x4362 -x4363 -x4364 -x4365 -x4366 -x4367 -x4368 -x4369 -x4370 -x4371 -x4372 -x4373 -x4374 -x4375 -x4376 -x4377 -x4378 -x4379 -x4380 -x4381 -x4382 -x4383 -x4384 -x4385 -x4386 -x4387 -x4388 -x4389 -x4390 -x4391 -x4392 -x4393 -x4394 -x4395 -x4396 -x4397 -x4398 -x4399 -x4400 -x4401 -x4402 -x4403 -x4404 -x4405 -x4406 -x4407 -x4408 -x4409 -x4410 -x4411 -x4412 -x4413 -x4414 -x4415 -x4416 -x4417 -x4418 -x4419 -x4420 -x4421 -x4422 -x4423 -x4424 -x4425 -x4426 -x4427 -x4428 -x4429 -x4430 -x4431 -x4432 -x4433 -x4434 -x4435 -x4436 -x4437 -x4438 -x4439 -x4440 -x4441 -x4442 -x4443 -x4444 -x4445 -x4446 -x4447 -x4448 -x4449 -x4450 -x4451 -x4452 -x4453 -x4454 -x4455 -x4456 -x4457 -x4458 -x4459 -x4460 -x4461 -x4462 -x4463 -x4464 -x4465 -x4466 -x4467 -x4468 -x4469 -x4470 -x4471 -x4472 -x4473 -x4474 -x4475 -x4476 -x4477 -x4478 -x4479 -x4480 -x4481 -x4482 -x4483 -x4484 -x4485 -x4486 -x4487 -x4488 -x4489 -x4490 -x4491 -x4492 -x4493 -x4494 -x4495 -x4496 -x4497 -x4498 -x4499 -x4500 -x4501 -x4502 -x4503 -x4504 -x4505 -x4506 -x4507 -x4508 -x4509 -x4510 -x4511 -x4512 -x4513 -x4514 -x4515 -x4516 -x4517 -x4518 -x4519 -x4520 -x4521 -x4522 -x4523 -x4524 -x4525 -x4526 -x4527 -x4528 -x4529 -x4530 -x4531 -x4532 -x4533 -x4534 -x4535 -x4536 -x4537 -x4538 -x4539 -x4540 -x4541 -x4542 -x4543 -x4544 -x4545 -x4546 -x4547 -x4548 -x4549 -x4550 -x4551 -x4552 -x4553 -x4554 -x4555 -x4556 -x4557 -x4558 -x4559 -x4560 -x4561 -x4562 -x4563 -x4564 -x4565 -x4566 -x4567 -x4568 -x4569 -x4570 -x4571 -x4572 -x4573 -x4574 -x4575 -x4576 -x4577 -x4578 -x4579 -x4580 -x4581 -x4582 -x4583 -x4584 -x4585 -x4586 -x4587 -x4588 -x4589 -x4590 -x4591 -x4592 -x4593 -x4594 -x4595 -x4596 -x4597 -x4598 -x4599 -x4600 -x4601 -x4602 -x4603 -x4604 -x4605 -x4606 -x4607 -x4608 -x4609 -x4610 -x4611 -x4612 -x4613 -x4614 -x4615 -x4616 -x4617 -x4618 -x4619 -x4620 -x4621 -x4622 -x4623 -x4624 -x4625 -x4626 -x4627 -x4628 -x4629 -x4630 -x4631 -x4632 -x4633 -x4634 -x4635 -x4636 -x4637 -x4638 -x4639 -x4640 -x4641 -x4642 -x4643 -x4644 -x4645 -x4646 -x4647 -x4648 -x4649 -x4650 -x4651 -x4652 -x4653 -x4654 -x4655 -x4656 -x4657 -x4658 -x4659 -x4660 -x4661 -x4662 -x4663 -x4664 -x4665 -x4666 -x4667 -x4668 -x4669 -x4670 -x4671 -x4672 -x4673 -x4674 -x4675 -x4676 -x4677 -x4678 -x4679 -x4680 -x4681 -x4682 -x4683 -x4684 -x4685 -x4686 -x4687 -x4688 -x4689 -x4690 -x4691 -x4692 -x4693 -x4694 -x4695 -x4696 -x4697 -x4698 -x4699 -x4700 -x4701 -x4702 -x4703 -x4704 -x4705 -x4706 -x4707 -x4708 -x4709 -x4710 -x4711 -x4712 -x4713 -x4714 -x4715 x4716 -x4717 -x4718 -x4719 -x4720 -x4721 -x4722 -x4723 -x4724 -x4725 -x4726 -x4727 -x4728 -x4729 -x4730 -x4731 -x4732 -x4733 -x4734 -x4735 -x4736 -x4737 -x4738 -x4739 -x4740 -x4741 -x4742 -x4743 -x4744 -x4745 -x4746 -x4747 -x4748 -x4749 -x4750 -x4751 -x4752 -x4753 -x4754 -x4755 -x4756 -x4757 -x4758 -x4759 -x4760 -x4761 -x4762 -x4763 -x4764 -x4765 -x4766 -x4767 -x4768 -x4769 -x4770 -x4771 -x4772 -x4773 -x4774 -x4775 -x4776 -x4777 -x4778 -x4779 -x4780 -x4781 -x4782 -x4783 -x4784 -x4785 -x4786 -x4787 -x4788 -x4789 -x4790 -x4791 -x4792 -x4793 -x4794 -x4795 -x4796 -x4797 -x4798 -x4799 -x4800 -x4801 -x4802 -x4803 -x4804 -x4805 -x4806 -x4807 -x4808 -x4809 -x4810 -x4811 -x4812 -x4813 -x4814 -x4815 -x4816 -x4817 -x4818 -x4819 -x4820 -x4821 -x4822 -x4823 -x4824 -x4825 -x4826 -x4827 -x4828 -x4829 -x4830 -x4831 -x4832 -x4833 -x4834 -x4835 -x4836 -x4837 -x4838 -x4839 -x4840 -x4841 -x4842 -x4843 -x4844 -x4845 -x4846 -x4847 -x4848 -x4849 -x4850 -x4851 -x4852 -x4853 -x4854 -x4855 -x4856 -x4857 -x4858 -x4859 -x4860 -x4861 -x4862 -x4863 -x4864 -x4865 -x4866 -x4867 -x4868 -x4869 -x4870 -x4871 -x4872 -x4873 -x4874 -x4875 -x4876 -x4877 -x4878 -x4879 -x4880 -x4881 -x4882 -x4883 -x4884 -x4885 -x4886 -x4887 -x4888 -x4889 -x4890 -x4891 -x4892 -x4893 -x4894 -x4895 -x4896 -x4897 -x4898 -x4899 -x4900 -x4901 -x4902 -x4903 -x4904 -x4905 -x4906 -x4907 -x4908 -x4909 -x4910 -x4911 -x4912 -x4913 -x4914 -x4915 -x4916 -x4917 -x4918 -x4919 -x4920 -x4921 -x4922 -x4923 -x4924 -x4925 -x4926 -x4927 -x4928 -x4929 -x4930 -x4931 -x4932 -x4933 -x4934 -x4935 -x4936 -x4937 -x4938 -x4939 -x4940 -x4941 -x4942 -x4943 -x4944 -x4945 -x4946 -x4947 -x4948 -x4949 -x4950 -x4951 -x4952 -x4953 -x4954 -x4955 -x4956 -x4957 -x4958 -x4959 -x4960 -x4961 -x4962 -x4963 -x4964 -x4965 -x4966 -x4967 -x4968 -x4969 -x4970 -x4971 -x4972 -x4973 -x4974 -x4975 -x4976 -x4977 -x4978 -x4979 -x4980 -x4981 -x4982 -x4983 -x4984 -x4985 -x4986 -x4987 -x4988 -x4989 -x4990 -x4991 -x4992 -x4993 -x4994 -x4995 -x4996 -x4997 -x4998 -x4999 -x5000 -x5001 -x5002 -x5003 -x5004 -x5005 -x5006 -x5007 -x5008 -x5009 -x5010 -x5011 -x5012 -x5013 -x5014 -x5015 -x5016 -x5017 -x5018 -x5019 -x5020 -x5021 -x5022 -x5023 -x5024 -x5025 -x5026 -x5027 -x5028 -x5029 -x5030 -x5031 -x5032 -x5033 -x5034 -x5035 -x5036 -x5037 -x5038 -x5039 -x5040 -x5041 -x5042 -x5043 -x5044 -x5045 -x5046 -x5047 -x5048 -x5049 -x5050 -x5051 -x5052 -x5053 -x5054 -x5055 -x5056 -x5057 -x5058 -x5059 -x5060 -x5061 -x5062 -x5063 -x5064 -x5065 -x5066 -x5067 -x5068 -x5069 -x5070 -x5071 -x5072 -x5073 -x5074 -x5075 -x5076 -x5077 -x5078 -x5079 -x5080 -x5081 -x5082 -x5083 -x5084 -x5085 -x5086 -x5087 -x5088 -x5089 -x5090 -x5091 -x5092 -x5093 -x5094 -x5095 -x5096 -x5097 -x5098 -x5099 -x5100 -x5101 -x5102 -x5103 -x5104 -x5105 -x5106 -x5107 -x5108 -x5109 -x5110 -x5111 -x5112 -x5113 -x5114 -x5115 -x5116 -x5117 -x5118 -x5119 -x5120 -x5121 -x5122 -x5123 -x5124 -x5125 -x5126 -x5127 -x5128 -x5129 -x5130 -x5131 -x5132 -x5133 -x5134 -x5135 -x5136 -x5137 -x5138 -x5139 -x5140 -x5141 -x5142 -x5143 -x5144 -x5145 -x5146 -x5147 -x5148 -x5149 -x5150 -x5151 -x5152 -x5153 -x5154 -x5155 -x5156 -x5157 -x5158 -x5159 -x5160 -x5161 -x5162 -x5163 -x5164 -x5165 -x5166 -x5167 -x5168 -x5169 -x5170 -x5171 -x5172 -x5173 -x5174 -x5175 -x5176 -x5177 -x5178 -x5179 -x5180 -x5181 -x5182 -x5183 -x5184 -x5185 -x5186 -x5187 -x5188 -x5189 -x5190 -x5191 -x5192 -x5193 -x5194 -x5195 -x5196 -x5197 -x5198 -x5199 -x5200 -x5201 -x5202 -x5203 -x5204 -x5205 -x5206 -x5207 -x5208 -x5209 -x5210 -x5211 -x5212 -x5213 -x5214 -x5215 -x5216 -x5217 -x5218 -x5219 -x5220 -x5221 -x5222 -x5223 -x5224 -x5225 -x5226 -x5227 -x5228 -x5229 -x5230 -x5231 -x5232 -x5233 -x5234 -x5235 -x5236 -x5237 -x5238 -x5239 -x5240 -x5241 -x5242 -x5243 -x5244 -x5245 -x5246 -x5247 -x5248 -x5249 -x5250 -x5251 -x5252 -x5253 -x5254 -x5255 -x5256 -x5257 -x5258 -x5259 -x5260 -x5261 -x5262 -x5263 -x5264 -x5265 -x5266 -x5267 -x5268 -x5269 -x5270 -x5271 -x5272 -x5273 -x5274 -x5275 x5276 -x5277 -x5278 -x5279 -x5280 -x5281 -x5282 -x5283 -x5284 -x5285 -x5286 -x5287 -x5288 -x5289 -x5290 -x5291 -x5292 -x5293 -x5294 -x5295 -x5296 -x5297 -x5298 -x5299 -x5300 -x5301 -x5302 -x5303 -x5304 -x5305 -x5306 -x5307 -x5308 -x5309 -x5310 -x5311 -x5312 -x5313 -x5314 -x5315 -x5316 -x5317 -x5318 -x5319 -x5320 -x5321 -x5322 -x5323 -x5324 -x5325 -x5326 -x5327 -x5328 -x5329 -x5330 -x5331 -x5332 -x5333 -x5334 -x5335 -x5336 -x5337 -x5338 -x5339 -x5340 -x5341 -x5342 -x5343 -x5344 -x5345 -x5346 -x5347 -x5348 -x5349 -x5350 -x5351 -x5352 -x5353 -x5354 -x5355 -x5356 -x5357 -x5358 -x5359 -x5360 -x5361 -x5362 -x5363 -x5364 -x5365 -x5366 -x5367 -x5368 -x5369 -x5370 -x5371 -x5372 -x5373 -x5374 -x5375 -x5376 -x5377 -x5378 -x5379 -x5380 -x5381 -x5382 -x5383 -x5384 -x5385 -x5386 -x5387 -x5388 -x5389 -x5390 -x5391 -x5392 -x5393 -x5394 -x5395 -x5396 -x5397 -x5398 -x5399 -x5400 -x5401 -x5402 -x5403 -x5404 -x5405 -x5406 -x5407 -x5408 -x5409 -x5410 -x5411 -x5412 -x5413 -x5414 -x5415 -x5416 -x5417 -x5418 -x5419 -x5420 -x5421 -x5422 -x5423 -x5424 -x5425 -x5426 -x5427 -x5428 -x5429 -x5430 -x5431 -x5432 -x5433 -x5434 -x5435 -x5436 -x5437 -x5438 -x5439 -x5440 -x5441 -x5442 -x5443 -x5444 -x5445 -x5446 -x5447 -x5448 -x5449 -x5450 -x5451 -x5452 -x5453 -x5454 -x5455 -x5456 -x5457 -x5458 -x5459 -x5460 -x5461 -x5462 -x5463 -x5464 -x5465 -x5466 -x5467 -x5468 -x5469 -x5470 -x5471 -x5472 -x5473 -x5474 -x5475 -x5476 -x5477 -x5478 -x5479 -x5480 -x5481 -x5482 x5483 -x5484 -x5485 -x5486 -x5487 -x5488 -x5489 -x5490 -x5491 -x5492 -x5493 -x5494 -x5495 -x5496 -x5497 -x5498 -x5499 -x5500 -x5501 -x5502 -x5503 -x5504 -x5505 -x5506 -x5507 -x5508 -x5509 -x5510 -x5511 -x5512 -x5513 -x5514 -x5515 -x5516 -x5517 -x5518 -x5519 -x5520 -x5521 -x5522 -x5523 -x5524 -x5525 -x5526 -x5527 -x5528 -x5529 -x5530 -x5531 -x5532 -x5533 -x5534 -x5535 -x5536 -x5537 -x5538 -x5539 -x5540 -x5541 -x5542 -x5543 -x5544 -x5545 -x5546 -x5547 -x5548 -x5549 -x5550 -x5551 -x5552 -x5553 -x5554 -x5555 -x5556 -x5557 -x5558 -x5559 -x5560 -x5561 -x5562 -x5563 -x5564 -x5565 -x5566 -x5567 -x5568 -x5569 -x5570 -x5571 -x5572 -x5573 -x5574 -x5575 -x5576 -x5577 -x5578 -x5579 -x5580 -x5581 -x5582 -x5583 -x5584 -x5585 -x5586 -x5587 -x5588 -x5589 -x5590 -x5591 -x5592 -x5593 -x5594 -x5595 -x5596 -x5597 -x5598 -x5599 -x5600 -x5601 -x5602 -x5603 -x5604 -x5605 -x5606 -x5607 -x5608 -x5609 -x5610 -x5611 -x5612 -x5613 -x5614 -x5615 -x5616 -x5617 -x5618 -x5619 -x5620 -x5621 -x5622 -x5623 -x5624 -x5625 -x5626 -x5627 -x5628 -x5629 -x5630 -x5631 -x5632 -x5633 -x5634 -x5635 -x5636 -x5637 -x5638 -x5639 -x5640 -x5641 -x5642 -x5643 -x5644 -x5645 -x5646 -x5647 -x5648 -x5649 -x5650 -x5651 -x5652 -x5653 -x5654 -x5655 -x5656 -x5657 -x5658 -x5659 -x5660 -x5661 -x5662 -x5663 -x5664 -x5665 -x5666 -x5667 -x5668 -x5669 -x5670 -x5671 -x5672 -x5673 -x5674 -x5675 -x5676 -x5677 -x5678 -x5679 -x5680 -x5681 -x5682 -x5683 -x5684 -x5685 -x5686 -x5687 -x5688 -x5689 -x5690 -x5691 -x5692 -x5693 -x5694 -x5695 -x5696 -x5697 -x5698 -x5699 -x5700 -x5701 -x5702 -x5703 -x5704 -x5705 -x5706 -x5707 -x5708 -x5709 -x5710 -x5711 -x5712 -x5713 -x5714 -x5715 -x5716 -x5717 -x5718 -x5719 -x5720 -x5721 -x5722 -x5723 -x5724 -x5725 -x5726 -x5727 -x5728 -x5729 -x5730 -x5731 -x5732 -x5733 -x5734 -x5735 -x5736 -x5737 -x5738 -x5739 -x5740 -x5741 -x5742 -x5743 -x5744 -x5745 -x5746 -x5747 -x5748 -x5749 -x5750 -x5751 -x5752 -x5753 -x5754 -x5755 -x5756 -x5757 -x5758 -x5759 -x5760 -x5761 -x5762 -x5763 -x5764 -x5765 -x5766 -x5767 -x5768 -x5769 -x5770 -x5771 -x5772 -x5773 -x5774 -x5775 -x5776 -x5777 -x5778 -x5779 -x5780 -x5781 -x5782 -x5783 -x5784 -x5785 -x5786 -x5787 -x5788 -x5789 -x5790 -x5791 -x5792 -x5793 -x5794 -x5795 -x5796 -x5797 -x5798 -x5799 -x5800 -x5801 -x5802 -x5803 -x5804 -x5805 -x5806 -x5807 -x5808 -x5809 -x5810 -x5811 -x5812 -x5813 -x5814 -x5815 -x5816 -x5817 -x5818 -x5819 -x5820 -x5821 -x5822 -x5823 -x5824 -x5825 -x5826 -x5827 -x5828 -x5829 -x5830 -x5831 -x5832 -x5833 -x5834 -x5835 -x5836 -x5837 -x5838 -x5839 -x5840 -x5841 -x5842 -x5843 -x5844 -x5845 -x5846 -x5847 -x5848 -x5849 -x5850 -x5851 -x5852 -x5853 -x5854 -x5855 -x5856 -x5857 -x5858 -x5859 -x5860 -x5861 -x5862 -x5863 -x5864 -x5865 -x5866 -x5867 -x5868 -x5869 -x5870 -x5871 -x5872 -x5873 -x5874 -x5875 -x5876 -x5877 -x5878 -x5879 -x5880 -x5881 -x5882 -x5883 -x5884 -x5885 -x5886 -x5887 -x5888 -x5889 -x5890 -x5891 -x5892 -x5893 -x5894 -x5895 -x5896 -x5897 -x5898 -x5899 -x5900 -x5901 -x5902 -x5903 -x5904 -x5905 -x5906 -x5907 -x5908 -x5909 -x5910 -x5911 -x5912 -x5913 -x5914 -x5915 -x5916 -x5917 -x5918 -x5919 -x5920 -x5921 -x5922 -x5923 -x5924 -x5925 -x5926 -x5927 -x5928 -x5929 -x5930 -x5931 -x5932 -x5933 -x5934 -x5935 -x5936 -x5937 -x5938 -x5939 -x5940 -x5941 -x5942 -x5943 -x5944 -x5945 -x5946 -x5947 -x5948 -x5949 -x5950 -x5951 -x5952 -x5953 -x5954 -x5955 -x5956 -x5957 -x5958 -x5959 -x5960 -x5961 -x5962 -x5963 -x5964 -x5965 -x5966 -x5967 -x5968 -x5969 -x5970 -x5971 -x5972 -x5973 -x5974 -x5975 -x5976 -x5977 -x5978 -x5979 -x5980 -x5981 -x5982 -x5983 -x5984 -x5985 -x5986 -x5987 -x5988 -x5989 -x5990 -x5991 -x5992 -x5993 -x5994 -x5995 -x5996 -x5997 -x5998 -x5999
3600.00/3612.01	v -x6000 -x6001 -x6002 -x6003 -x6004 -x6005 -x6006 -x6007 -x6008 -x6009 -x6010 -x6011 -x6012 -x6013 -x6014 -x6015 -x6016 -x6017 -x6018 -x6019 -x6020 -x6021 -x6022 -x6023 -x6024 -x6025 -x6026 -x6027 -x6028 -x6029 -x6030 -x6031 -x6032 -x6033 -x6034 -x6035 -x6036 -x6037 -x6038 -x6039 -x6040 -x6041 -x6042 -x6043 -x6044 -x6045 -x6046 -x6047 -x6048 -x6049 -x6050 -x6051 -x6052 -x6053 -x6054 -x6055 -x6056 -x6057 -x6058 -x6059 -x6060 -x6061 -x6062 -x6063 -x6064 -x6065 -x6066 -x6067 -x6068 -x6069 -x6070 -x6071 -x6072 -x6073 -x6074 -x6075 -x6076 -x6077 -x6078 -x6079 -x6080 -x6081 -x6082 -x6083 -x6084 -x6085 -x6086 -x6087 -x6088 -x6089 -x6090 -x6091 -x6092 -x6093 -x6094 -x6095 -x6096 -x6097 -x6098 -x6099 -x6100 -x6101 -x6102 -x6103 -x6104 -x6105 x6106 -x6107 -x6108 -x6109 -x6110 -x6111 -x6112 -x6113 -x6114 -x6115 -x6116 -x6117 -x6118 -x6119 -x6120 -x6121 -x6122 -x6123 -x6124 -x6125 -x6126 -x6127 -x6128 -x6129 -x6130 -x6131 -x6132 -x6133 -x6134 -x6135 -x6136 -x6137 -x6138 -x6139 -x6140 -x6141 -x6142 -x6143 -x6144 -x6145 -x6146 -x6147 -x6148 -x6149 -x6150 -x6151 -x6152 -x6153 -x6154 -x6155 -x6156 -x6157 -x6158 -x6159 -x6160 -x6161 -x6162 -x6163 -x6164 -x6165 -x6166 -x6167 -x6168 -x6169 -x6170 -x6171 -x6172 -x6173 -x6174 -x6175 -x6176 -x6177 -x6178 -x6179 -x6180 -x6181 -x6182 -x6183 -x6184 -x6185 -x6186 -x6187 -x6188 -x6189 -x6190 -x6191 -x6192 -x6193 -x6194 -x6195 -x6196 -x6197 -x6198 -x6199 -x6200 -x6201 -x6202 -x6203 -x6204 -x6205 -x6206 -x6207 -x6208 -x6209 -x6210 -x6211 -x6212 -x6213 -x6214 -x6215 -x6216 -x6217 -x6218 -x6219 -x6220 -x6221 -x6222 -x6223 -x6224 -x6225 -x6226 -x6227 -x6228 -x6229 -x6230 -x6231 -x6232 -x6233 -x6234 -x6235 -x6236 -x6237 -x6238 -x6239 -x6240 x6241 -x6242 -x6243 -x6244 -x6245 -x6246 -x6247 -x6248 -x6249 -x6250 -x6251 -x6252 -x6253 -x6254 -x6255 -x6256 -x6257 -x6258 -x6259 -x6260 -x6261 -x6262 -x6263 -x6264 -x6265 -x6266 -x6267 -x6268 -x6269 -x6270 -x6271 -x6272 -x6273 -x6274 -x6275 -x6276 -x6277 -x6278 -x6279 -x6280 -x6281 -x6282 -x6283 -x6284 -x6285 -x6286 -x6287 -x6288 -x6289 -x6290 -x6291 -x6292 -x6293 -x6294 -x6295 -x6296 -x6297 -x6298 -x6299 -x6300 -x6301 -x6302 -x6303 -x6304 -x6305 -x6306 -x6307 -x6308 -x6309 -x6310 -x6311 -x6312 -x6313 -x6314 -x6315 -x6316 -x6317 -x6318 -x6319 -x6320 -x6321 -x6322 -x6323 -x6324 -x6325 -x6326 -x6327 -x6328 -x6329 -x6330 -x6331 -x6332 -x6333 -x6334 -x6335 -x6336 -x6337 -x6338 -x6339 -x6340 -x6341 -x6342 -x6343 -x6344 -x6345 -x6346 -x6347 -x6348 -x6349 -x6350 -x6351 -x6352 -x6353 -x6354 -x6355 -x6356 -x6357 -x6358 -x6359 -x6360 -x6361 -x6362 -x6363 -x6364 -x6365 -x6366 -x6367 -x6368 -x6369 -x6370 -x6371 -x6372 -x6373 -x6374 -x6375 -x6376 -x6377 -x6378 -x6379 -x6380 -x6381 -x6382 -x6383 -x6384 -x6385 -x6386 -x6387 -x6388 -x6389 -x6390 -x6391 -x6392 -x6393 -x6394 -x6395 -x6396 -x6397 -x6398 -x6399 -x6400 -x6401 -x6402 -x6403 -x6404 -x6405 -x6406 -x6407 -x6408 -x6409 -x6410 -x6411 -x6412 -x6413 -x6414 -x6415 -x6416 -x6417 -x6418 -x6419 -x6420 -x6421 -x6422 -x6423 -x6424 -x6425 -x6426 -x6427 -x6428 -x6429 -x6430 -x6431 -x6432 -x6433 -x6434 -x6435 -x6436 -x6437 -x6438 -x6439 -x6440 -x6441 -x6442 -x6443 -x6444 -x6445 -x6446 -x6447 -x6448 -x6449 -x6450 -x6451 -x6452 -x6453 -x6454 -x6455 -x6456 -x6457 -x6458 -x6459 -x6460 -x6461 -x6462 -x6463 -x6464 -x6465 -x6466 -x6467 -x6468 -x6469 -x6470 -x6471 -x6472 -x6473 -x6474 -x6475 -x6476 -x6477 -x6478 -x6479 -x6480 -x6481 -x6482 -x6483 -x6484 -x6485 -x6486 -x6487 -x6488 -x6489 -x6490 -x6491 -x6492 -x6493 -x6494 -x6495 -x6496 -x6497 -x6498 -x6499 -x6500 -x6501 -x6502 -x6503 -x6504 -x6505 -x6506 -x6507 -x6508 -x6509 -x6510 -x6511 -x6512 -x6513 -x6514 -x6515 -x6516 -x6517 -x6518 -x6519 -x6520 -x6521 -x6522 -x6523 -x6524 -x6525 -x6526 -x6527 -x6528 -x6529 -x6530 -x6531 -x6532 -x6533 -x6534 -x6535 -x6536 -x6537 -x6538 -x6539 -x6540 -x6541 -x6542 -x6543 -x6544 -x6545 -x6546 -x6547 -x6548 -x6549 -x6550 -x6551 -x6552 -x6553 -x6554 -x6555 -x6556 -x6557 -x6558 -x6559 -x6560 -x6561 -x6562 -x6563 -x6564 -x6565 -x6566 -x6567 -x6568 -x6569 -x6570 -x6571 -x6572 -x6573 -x6574 -x6575 -x6576 -x6577 -x6578 -x6579 -x6580 -x6581 -x6582 -x6583 -x6584 -x6585 -x6586 -x6587 -x6588 -x6589 -x6590 -x6591 -x6592 -x6593 -x6594 -x6595 -x6596 -x6597 -x6598 -x6599 -x6600 -x6601 -x6602 -x6603 -x6604 -x6605 -x6606 -x6607 -x6608 -x6609 -x6610 -x6611 -x6612 -x6613 -x6614 -x6615 -x6616 -x6617 -x6618 -x6619 -x6620 -x6621 -x6622 -x6623 -x6624 -x6625 -x6626 -x6627 -x6628 -x6629 -x6630 -x6631 -x6632 -x6633 -x6634 -x6635 -x6636 -x6637 -x6638 -x6639 -x6640 -x6641 -x6642 -x6643 -x6644 -x6645 -x6646 -x6647 -x6648 -x6649 -x6650 -x6651 -x6652 -x6653 -x6654 -x6655 -x6656 -x6657 -x6658 -x6659 -x6660 -x6661 -x6662 -x6663 -x6664 -x6665 -x6666 -x6667 -x6668 -x6669 -x6670 -x6671 -x6672 -x6673 -x6674 -x6675 -x6676 -x6677 -x6678 -x6679 -x6680 -x6681 -x6682 -x6683 -x6684 -x6685 -x6686 -x6687 -x6688 -x6689 -x6690 -x6691 -x6692 -x6693 -x6694 -x6695 -x6696 -x6697 -x6698 -x6699 -x6700 -x6701 -x6702 -x6703 -x6704 -x6705 -x6706 -x6707 -x6708 -x6709 -x6710 -x6711 -x6712 -x6713 -x6714 -x6715 -x6716 -x6717 -x6718 -x6719 -x6720 -x6721 -x6722 -x6723 -x6724 -x6725 -x6726 -x6727 -x6728 -x6729 -x6730 -x6731 -x6732 -x6733 -x6734 -x6735 -x6736 -x6737 -x6738 -x6739 -x6740 -x6741 -x6742 -x6743 -x6744 -x6745 -x6746 -x6747 -x6748 -x6749 -x6750 -x6751 -x6752 -x6753 -x6754 -x6755 -x6756 -x6757 -x6758 -x6759 -x6760 -x6761 -x6762 -x6763 -x6764 -x6765 -x6766 -x6767 -x6768 -x6769 -x6770 -x6771 -x6772 -x6773 -x6774 -x6775 -x6776 -x6777 -x6778 -x6779 -x6780 -x6781 -x6782 -x6783 -x6784 -x6785 -x6786 -x6787 -x6788 -x6789 -x6790 -x6791 -x6792 -x6793 -x6794 -x6795 -x6796 -x6797 -x6798 -x6799 -x6800 -x6801 -x6802 -x6803 -x6804 -x6805 -x6806 -x6807 -x6808 -x6809 -x6810 -x6811 -x6812 -x6813 -x6814 -x6815 -x6816 -x6817 -x6818 -x6819 -x6820 -x6821 -x6822 -x6823 -x6824 -x6825 -x6826 -x6827 -x6828 -x6829 -x6830 -x6831 -x6832 -x6833 -x6834 -x6835 -x6836 -x6837 -x6838 -x6839 -x6840 -x6841 -x6842 -x6843 -x6844 -x6845 -x6846 -x6847 -x6848 -x6849 -x6850 -x6851 -x6852 -x6853 -x6854 -x6855 -x6856 -x6857 -x6858 -x6859 -x6860 -x6861 -x6862 -x6863 -x6864 -x6865 -x6866 -x6867 -x6868 -x6869 -x6870 -x6871 -x6872 -x6873 -x6874 -x6875 -x6876 -x6877 -x6878 -x6879 -x6880 -x6881 -x6882 -x6883 -x6884 -x6885 -x6886 -x6887 -x6888 -x6889 -x6890 -x6891 -x6892 -x6893 -x6894 -x6895 -x6896 -x6897 -x6898 -x6899 -x6900 -x6901 -x6902 -x6903 -x6904 -x6905 -x6906 -x6907 -x6908 -x6909 -x6910 -x6911 -x6912 -x6913 -x6914 -x6915 -x6916 -x6917 -x6918 -x6919 -x6920 -x6921 -x6922 -x6923 -x6924 -x6925 -x6926 -x6927 -x6928 -x6929 -x6930 -x6931 -x6932 -x6933 -x6934 -x6935 -x6936 -x6937 -x6938 -x6939 -x6940 -x6941 -x6942 -x6943 -x6944 -x6945 -x6946 -x6947 -x6948 -x6949 -x6950 -x6951 -x6952 -x6953 -x6954 -x6955 -x6956 -x6957 -x6958 -x6959 -x6960 -x6961 -x6962 -x6963 -x6964 -x6965 -x6966 -x6967 -x6968 -x6969 -x6970 -x6971 -x6972 -x6973 -x6974 -x6975 -x6976 -x6977 -x6978 -x6979 -x6980 -x6981 -x6982 -x6983 -x6984 -x6985 -x6986 -x6987 -x6988 -x6989 -x6990 -x6991 -x6992 -x6993 -x6994 -x6995 -x6996 -x6997 -x6998 -x6999 -x7000 -x7001 -x7002 -x7003 -x7004 -x7005 -x7006 -x7007 -x7008 -x7009 -x7010 -x7011 -x7012 -x7013 -x7014 -x7015 -x7016 -x7017 -x7018 -x7019 -x7020 -x7021 -x7022 -x7023 -x7024 -x7025 -x7026 -x7027 -x7028 -x7029 -x7030 -x7031 -x7032 -x7033 -x7034 -x7035 -x7036 -x7037 -x7038 -x7039 -x7040 -x7041 -x7042 -x7043 -x7044 -x7045 -x7046 -x7047 -x7048 -x7049 -x7050 -x7051 -x7052 -x7053 -x7054 -x7055 -x7056 -x7057 -x7058 -x7059 -x7060 -x7061 -x7062 -x7063 -x7064 -x7065 -x7066 -x7067 -x7068 -x7069 -x7070 -x7071 -x7072 -x7073 -x7074 -x7075 -x7076 -x7077 -x7078 -x7079 -x7080 -x7081 -x7082 -x7083 -x7084 -x7085 -x7086 -x7087 -x7088 -x7089 -x7090 -x7091 -x7092 -x7093 -x7094 -x7095 -x7096 -x7097 -x7098 -x7099 -x7100 -x7101 -x7102 -x7103 -x7104 -x7105 -x7106 -x7107 -x7108 -x7109 -x7110 -x7111 -x7112 -x7113 -x7114 -x7115 -x7116 -x7117 -x7118 -x7119 -x7120 -x7121 -x7122 -x7123 -x7124 -x7125 -x7126 -x7127 -x7128 -x7129 -x7130 -x7131 -x7132 -x7133 -x7134 -x7135 -x7136 -x7137 -x7138 -x7139 -x7140 -x7141 -x7142 -x7143 -x7144 -x7145 -x7146 -x7147 -x7148 -x7149 -x7150 -x7151 -x7152 -x7153 -x7154 -x7155 -x7156 -x7157 -x7158 -x7159 -x7160 -x7161 -x7162 -x7163 -x7164 -x7165 -x7166 -x7167 -x7168 -x7169 -x7170 -x7171 -x7172 -x7173 -x7174 -x7175 -x7176 -x7177 -x7178 -x7179 -x7180 -x7181 -x7182 -x7183 -x7184 -x7185 -x7186 x7187 -x7188 -x7189 -x7190 -x7191 -x7192 -x7193 -x7194 -x7195 -x7196 -x7197 -x7198 -x7199 -x7200 -x7201 -x7202 -x7203 -x7204 -x7205 -x7206 -x7207 -x7208 -x7209 -x7210 -x7211 -x7212 -x7213 -x7214 -x7215 -x7216 -x7217 -x7218 -x7219 -x7220 -x7221 -x7222 -x7223 -x7224 -x7225 -x7226 -x7227 -x7228 -x7229 -x7230 -x7231 -x7232 -x7233 -x7234 -x7235 -x7236 -x7237 -x7238 -x7239 -x7240 -x7241 -x7242 -x7243 -x7244 -x7245 -x7246 -x7247 -x7248 -x7249 -x7250 -x7251 -x7252 -x7253 -x7254 -x7255 -x7256 -x7257 -x7258 -x7259 -x7260 -x7261 -x7262 -x7263 -x7264 -x7265 -x7266 -x7267 -x7268 -x7269 -x7270 -x7271 -x7272 -x7273 -x7274 -x7275 -x7276 -x7277 -x7278 -x7279 -x7280 -x7281 -x7282 -x7283 -x7284 -x7285 -x7286 -x7287 -x7288 -x7289 -x7290 -x7291 -x7292 -x7293 -x7294 -x7295 -x7296 -x7297 -x7298 -x7299 -x7300 -x7301 -x7302 -x7303 -x7304 -x7305 -x7306 -x7307 -x7308 -x7309 -x7310 -x7311 -x7312 -x7313 -x7314 -x7315 -x7316 -x7317 -x7318 -x7319 -x7320 -x7321 -x7322 -x7323 -x7324 -x7325 -x7326 -x7327 -x7328 -x7329 -x7330 -x7331 -x7332 -x7333 -x7334 -x7335 -x7336 -x7337 -x7338 -x7339 -x7340 -x7341 -x7342 -x7343 -x7344 -x7345 -x7346 -x7347 -x7348 -x7349 -x7350 -x7351 -x7352 -x7353 -x7354 -x7355 -x7356 -x7357 -x7358 -x7359 -x7360 -x7361 -x7362 -x7363 -x7364 -x7365 -x7366 -x7367 -x7368 -x7369 -x7370 -x7371 -x7372 -x7373 -x7374 -x7375 -x7376 -x7377 -x7378 -x7379 -x7380 -x7381 -x7382 -x7383 -x7384 -x7385 -x7386 -x7387 -x7388 -x7389 -x7390 -x7391 -x7392 -x7393 -x7394 -x7395 -x7396 -x7397 -x7398 -x7399 -x7400 -x7401 -x7402 -x7403 -x7404 -x7405 -x7406 -x7407 -x7408 -x7409 -x7410 -x7411 -x7412 -x7413 -x7414 -x7415 -x7416 -x7417 -x7418 -x7419 -x7420 -x7421 -x7422 -x7423 -x7424 -x7425 -x7426 -x7427 -x7428 -x7429 -x7430 -x7431 -x7432 -x7433 -x7434 -x7435 -x7436 -x7437 -x7438 -x7439 -x7440 -x7441 -x7442 -x7443 -x7444 -x7445 -x7446 -x7447 -x7448 -x7449 -x7450 -x7451 -x7452 -x7453 -x7454 -x7455 -x7456 -x7457 -x7458 -x7459 -x7460 -x7461 -x7462 -x7463 -x7464 -x7465 -x7466 -x7467 -x7468 -x7469 -x7470 -x7471 -x7472 -x7473 -x7474 -x7475 -x7476 -x7477 -x7478 -x7479 -x7480 -x7481 -x7482 -x7483 -x7484 -x7485 -x7486 -x7487 -x7488 -x7489 -x7490 -x7491 -x7492 -x7493 -x7494 -x7495 -x7496 -x7497 -x7498 -x7499 -x7500 -x7501 -x7502 -x7503 -x7504 -x7505 -x7506 -x7507 -x7508 -x7509 -x7510 -x7511 -x7512 -x7513 -x7514 -x7515 -x7516 -x7517 -x7518 -x7519 -x7520 -x7521 -x7522 -x7523 -x7524 -x7525 -x7526 -x7527 -x7528 -x7529 -x7530 -x7531 -x7532 -x7533 -x7534 -x7535 -x7536 -x7537 -x7538 -x7539 -x7540 -x7541 -x7542 -x7543 -x7544 -x7545 -x7546 -x7547 -x7548 -x7549 -x7550 -x7551 -x7552 -x7553 -x7554 -x7555 -x7556 -x7557 -x7558 -x7559 -x7560 -x7561 -x7562 -x7563 -x7564 -x7565 -x7566 -x7567 -x7568 -x7569 -x7570 -x7571 -x7572 -x7573 -x7574 -x7575 -x7576 -x7577 -x7578 -x7579 -x7580 -x7581 -x7582 -x7583 -x7584 -x7585 -x7586 -x7587 -x7588 -x7589 -x7590 -x7591 -x7592 -x7593 -x7594 -x7595 -x7596 -x7597 -x7598 -x7599 -x7600 -x7601 -x7602 -x7603 -x7604 -x7605 -x7606 -x7607 -x7608 -x7609 -x7610 -x7611 -x7612 -x7613 -x7614 -x7615 -x7616 -x7617 -x7618 -x7619 -x7620 -x7621 -x7622 -x7623 -x7624 -x7625 -x7626 -x7627 -x7628 -x7629 -x7630 -x7631 -x7632 -x7633 -x7634 -x7635 -x7636 -x7637 -x7638 -x7639 -x7640 -x7641 -x7642 -x7643 -x7644 -x7645 -x7646 -x7647 -x7648 -x7649 -x7650 -x7651 -x7652 -x7653 -x7654 -x7655 -x7656 -x7657 -x7658 -x7659 -x7660 -x7661 -x7662 -x7663 -x7664 -x7665 -x7666 -x7667 -x7668 -x7669 -x7670 -x7671 -x7672 -x7673 -x7674 -x7675 -x7676 -x7677 -x7678 -x7679 -x7680 -x7681 -x7682 -x7683 -x7684 -x7685 -x7686 -x7687 -x7688 -x7689 -x7690 -x7691 -x7692 -x7693 -x7694 -x7695 -x7696 -x7697 -x7698 -x7699 -x7700 -x7701 -x7702 -x7703 -x7704 -x7705 -x7706 -x7707 -x7708 -x7709 -x7710 -x7711 -x7712 -x7713 -x7714 -x7715 -x7716 -x7717 -x7718 -x7719 -x7720 -x7721 -x7722 -x7723 -x7724 -x7725 -x7726 -x7727 -x7728 -x7729 -x7730 -x7731 -x7732 -x7733 -x7734 -x7735 -x7736 -x7737 -x7738 -x7739 -x7740 -x7741 -x7742 -x7743 -x7744 -x7745 -x7746 -x7747 -x7748 -x7749 -x7750 -x7751 -x7752 -x7753 -x7754 -x7755 -x7756 -x7757 -x7758 -x7759 -x7760 -x7761 -x7762 -x7763 -x7764 -x7765 -x7766 -x7767 -x7768 -x7769 -x7770 -x7771 -x7772 -x7773 -x7774 -x7775 -x7776 -x7777 -x7778 -x7779 -x7780 -x7781 -x7782 -x7783 -x7784 -x7785 -x7786 -x7787 -x7788 -x7789 -x7790 -x7791 -x7792 -x7793 -x7794 -x7795 -x7796 -x7797 -x7798 -x7799 -x7800 -x7801 -x7802 -x7803 -x7804 -x7805 -x7806 -x7807 -x7808 -x7809 -x7810 -x7811 -x7812 -x7813 -x7814 -x7815 -x7816 -x7817 -x7818 -x7819 -x7820 -x7821 -x7822 -x7823 -x7824 -x7825 -x7826 -x7827 -x7828 -x7829 -x7830 -x7831 -x7832 -x7833 -x7834 -x7835 -x7836 -x7837 -x7838 -x7839 -x7840 -x7841 -x7842 -x7843 -x7844 -x7845 -x7846 -x7847 -x7848 -x7849 -x7850 -x7851 -x7852 -x7853 -x7854 -x7855 -x7856 -x7857 -x7858 -x7859 -x7860 -x7861 -x7862 -x7863 -x7864 -x7865 -x7866 -x7867 -x7868 -x7869 -x7870 -x7871 -x7872 -x7873 -x7874 -x7875 -x7876 -x7877 -x7878 -x7879 -x7880 -x7881 -x7882 -x7883 -x7884 -x7885 -x7886 -x7887 -x7888 -x7889 -x7890 -x7891 -x7892 -x7893 -x7894 -x7895 -x7896 -x7897 -x7898 -x7899 -x7900 -x7901 -x7902 -x7903 -x7904 -x7905 -x7906 -x7907 -x7908 -x7909 -x7910 -x7911 -x7912 -x7913 -x7914 -x7915 -x7916 -x7917 -x7918 -x7919 -x7920 -x7921 -x7922 -x7923 -x7924 -x7925 -x7926 -x7927 -x7928 -x7929 -x7930 -x7931 -x7932 -x7933 -x7934 -x7935 -x7936 -x7937 -x7938 -x7939 -x7940 -x7941 -x7942 -x7943 -x7944 -x7945 -x7946 -x7947 -x7948 -x7949 -x7950 -x7951 -x7952 -x7953 -x7954 -x7955 -x7956 -x7957 -x7958 -x7959 -x7960 -x7961 -x7962 -x7963 -x7964 -x7965 -x7966 -x7967 -x7968 -x7969 -x7970 -x7971 -x7972 -x7973 -x7974 -x7975 -x7976 -x7977 -x7978 -x7979 -x7980 -x7981 -x7982 -x7983 -x7984 -x7985 -x7986 -x7987 -x7988 -x7989 -x7990 -x7991 -x7992 -x7993 -x7994 -x7995 -x7996 -x7997 -x7998 -x7999
3600.00/3612.01	v -x8000 -x8001 -x8002 -x8003 -x8004 -x8005 -x8006 -x8007 -x8008 -x8009 -x8010 -x8011 -x8012 -x8013 -x8014 -x8015 -x8016 -x8017 -x8018 -x8019 -x8020 -x8021 -x8022 -x8023 -x8024 -x8025 -x8026 -x8027 -x8028 -x8029 -x8030 -x8031 -x8032 -x8033 -x8034 -x8035 -x8036 -x8037 -x8038 -x8039 -x8040 -x8041 -x8042 -x8043 -x8044 -x8045 -x8046 -x8047 -x8048 -x8049 -x8050 -x8051 -x8052 -x8053 -x8054 -x8055 -x8056 -x8057 -x8058 -x8059 -x8060 -x8061 -x8062 -x8063 -x8064 -x8065 -x8066 -x8067 -x8068 -x8069 -x8070 -x8071 -x8072 -x8073 -x8074 -x8075 -x8076 -x8077 -x8078 -x8079 -x8080 -x8081 -x8082 -x8083 -x8084 -x8085 -x8086 -x8087 -x8088 -x8089 -x8090 -x8091 -x8092 -x8093 -x8094 -x8095 -x8096 -x8097 -x8098 -x8099 -x8100 -x8101 -x8102 -x8103 -x8104 -x8105 -x8106 -x8107 -x8108 -x8109 -x8110 -x8111 -x8112 -x8113 -x8114 -x8115 -x8116 -x8117 -x8118 -x8119 -x8120 -x8121 -x8122 -x8123 -x8124 -x8125 -x8126 -x8127 -x8128 -x8129 -x8130 -x8131 -x8132 -x8133 -x8134 -x8135 -x8136 -x8137 -x8138 -x8139 -x8140 -x8141 -x8142 -x8143 -x8144 -x8145 -x8146 -x8147 -x8148 -x8149 -x8150 -x8151 -x8152 -x8153 -x8154 -x8155 -x8156 -x8157 -x8158 -x8159 -x8160 -x8161 -x8162 -x8163 -x8164 -x8165 -x8166 -x8167 -x8168 -x8169 -x8170 -x8171 -x8172 -x8173 -x8174 -x8175 -x8176 -x8177 -x8178 -x8179 -x8180 -x8181 -x8182 -x8183 -x8184 -x8185 -x8186 -x8187 -x8188 -x8189 -x8190 -x8191 -x8192 -x8193 -x8194 -x8195 -x8196 -x8197 -x8198 -x8199 -x8200 -x8201 -x8202 -x8203 -x8204 -x8205 -x8206 -x8207 -x8208 -x8209 -x8210 -x8211 -x8212 -x8213 -x8214 -x8215 -x8216 -x8217 -x8218 -x8219 -x8220 -x8221 -x8222 -x8223 -x8224 -x8225 -x8226 -x8227 -x8228 -x8229 -x8230 -x8231 -x8232 -x8233 -x8234 -x8235 -x8236 -x8237 -x8238 -x8239 -x8240 -x8241 -x8242 -x8243 -x8244 -x8245 -x8246 -x8247 -x8248 -x8249 -x8250 -x8251 -x8252 -x8253 -x8254 -x8255 -x8256 -x8257 -x8258 -x8259 -x8260 -x8261 -x8262 -x8263 -x8264 -x8265 -x8266 -x8267 -x8268 -x8269 -x8270 -x8271 -x8272 -x8273 -x8274 -x8275 -x8276 -x8277 -x8278 -x8279 -x8280 -x8281 -x8282 -x8283 -x8284 -x8285 -x8286 -x8287 -x8288 -x8289 -x8290 -x8291 -x8292 -x8293 -x8294 -x8295 -x8296 -x8297 -x8298 -x8299 -x8300 -x8301 -x8302 -x8303 -x8304 -x8305 -x8306 -x8307 -x8308 -x8309 -x8310 -x8311 -x8312 -x8313 -x8314 -x8315 -x8316 -x8317 -x8318 -x8319 -x8320 -x8321 -x8322 -x8323 -x8324 -x8325 -x8326 -x8327 -x8328 -x8329 -x8330 -x8331 -x8332 -x8333 -x8334 -x8335 -x8336 -x8337 -x8338 -x8339 -x8340 -x8341 -x8342 -x8343 -x8344 -x8345 -x8346 -x8347 -x8348 -x8349 -x8350 -x8351 -x8352 -x8353 -x8354 -x8355 -x8356 -x8357 -x8358 -x8359 -x8360 -x8361 -x8362 -x8363 -x8364 -x8365 -x8366 -x8367 -x8368 -x8369 -x8370 -x8371 -x8372 -x8373 -x8374 -x8375 -x8376 -x8377 -x8378 -x8379 -x8380 -x8381 -x8382 -x8383 -x8384 -x8385 -x8386 -x8387 -x8388 -x8389 x8390 -x8391 -x8392 -x8393 -x8394 -x8395 -x8396 -x8397 -x8398 -x8399 -x8400 -x8401 -x8402 -x8403 -x8404 -x8405 -x8406 -x8407 -x8408 -x8409 -x8410 -x8411 -x8412 -x8413 -x8414 -x8415 -x8416 -x8417 -x8418 -x8419 -x8420 -x8421 -x8422 -x8423 -x8424 -x8425 -x8426 -x8427 -x8428 -x8429 -x8430 -x8431 -x8432 -x8433 -x8434 -x8435 -x8436 -x8437 -x8438 -x8439 -x8440 -x8441 -x8442 -x8443 -x8444 -x8445 -x8446 -x8447 -x8448 -x8449 -x8450 -x8451 -x8452 -x8453 -x8454 -x8455 -x8456 -x8457 -x8458 -x8459 -x8460 -x8461 -x8462 -x8463 -x8464 -x8465 -x8466 -x8467 -x8468 -x8469 -x8470 -x8471 -x8472 -x8473 -x8474 -x8475 -x8476 -x8477 -x8478 -x8479 -x8480 -x8481 -x8482 -x8483 -x8484 -x8485 -x8486 -x8487 -x8488 -x8489 -x8490 -x8491 -x8492 -x8493 -x8494 -x8495 -x8496 -x8497 -x8498 -x8499 -x8500 -x8501 -x8502 -x8503 -x8504 -x8505 -x8506 -x8507 -x8508 -x8509 -x8510 -x8511 -x8512 -x8513 -x8514 -x8515 -x8516 -x8517 -x8518 -x8519 -x8520 -x8521 -x8522 -x8523 -x8524 -x8525 -x8526 -x8527 -x8528 -x8529 -x8530 -x8531 -x8532 -x8533 -x8534 -x8535 -x8536 -x8537 -x8538 -x8539 -x8540 -x8541 -x8542 -x8543 -x8544 -x8545 x8546 -x8547 -x8548 -x8549 -x8550 -x8551 -x8552 -x8553 -x8554 -x8555 -x8556 -x8557 -x8558 -x8559 -x8560 -x8561 -x8562 -x8563 -x8564 -x8565 -x8566 -x8567 -x8568 -x8569 -x8570 -x8571 -x8572 -x8573 -x8574 -x8575 -x8576 -x8577 -x8578 -x8579 -x8580 -x8581 -x8582 -x8583 -x8584 -x8585 -x8586 -x8587 -x8588 -x8589 -x8590 -x8591 -x8592 -x8593 -x8594 -x8595 -x8596 -x8597 -x8598 -x8599 -x8600 -x8601 -x8602 -x8603 -x8604 -x8605 -x8606 -x8607 -x8608 -x8609 -x8610 -x8611 -x8612 -x8613 -x8614 -x8615 -x8616 -x8617 -x8618 -x8619 -x8620 -x8621 -x8622 -x8623 -x8624 -x8625 -x8626 -x8627 -x8628 -x8629 -x8630 -x8631 -x8632 -x8633 -x8634 -x8635 -x8636 -x8637 -x8638 -x8639 -x8640 -x8641 -x8642 -x8643 -x8644 -x8645 -x8646 -x8647 -x8648 -x8649 -x8650 -x8651 -x8652 -x8653 -x8654 -x8655 -x8656 -x8657 -x8658 -x8659 -x8660 -x8661 -x8662 -x8663 -x8664 -x8665 -x8666 -x8667 -x8668 -x8669 -x8670 -x8671 -x8672 -x8673 -x8674 -x8675 -x8676 -x8677 -x8678 -x8679 x8680 -x8681 -x8682 -x8683 -x8684 -x8685 -x8686 -x8687 -x8688 -x8689 -x8690 -x8691 -x8692 -x8693 -x8694 -x8695 -x8696 -x8697 -x8698 -x8699 -x8700 -x8701 -x8702 -x8703 -x8704 -x8705 -x8706 -x8707 -x8708 -x8709 -x8710 -x8711 -x8712 -x8713 -x8714 -x8715 -x8716 -x8717 -x8718 -x8719 -x8720 -x8721 -x8722 -x8723 -x8724 -x8725 -x8726 -x8727 -x8728 -x8729 -x8730 -x8731 -x8732 -x8733 -x8734 -x8735 -x8736 -x8737 -x8738 -x8739 -x8740 -x8741 -x8742 -x8743 -x8744 -x8745 -x8746 -x8747 -x8748 -x8749 -x8750 -x8751 -x8752 -x8753 -x8754 -x8755 -x8756 -x8757 -x8758 -x8759 -x8760 -x8761 -x8762 -x8763 -x8764 -x8765 -x8766 -x8767 -x8768 -x8769 -x8770 -x8771 -x8772 -x8773 -x8774 -x8775 -x8776 -x8777 -x8778 -x8779 -x8780 -x8781 -x8782 -x8783 -x8784 -x8785 -x8786 -x8787 -x8788 -x8789 -x8790 -x8791 -x8792 -x8793 -x8794 -x8795 -x8796 -x8797 -x8798 -x8799 -x8800 -x8801 -x8802 -x8803 -x8804 -x8805 -x8806 -x8807 -x8808 -x8809 -x8810 -x8811 -x8812 -x8813 -x8814 -x8815 -x8816 -x8817 -x8818 -x8819 -x8820 -x8821 -x8822 -x8823 -x8824 -x8825 -x8826 -x8827 -x8828 -x8829 -x8830 -x8831 -x8832 -x8833 -x8834 -x8835 -x8836 -x8837 -x8838 -x8839 -x8840 -x8841 -x8842 -x8843 -x8844 -x8845 -x8846 -x8847 -x8848 -x8849 -x8850 -x8851 -x8852 -x8853 -x8854 -x8855 -x8856 -x8857 -x8858 -x8859 -x8860 -x8861 -x8862 -x8863 -x8864 -x8865 -x8866 -x8867 -x8868 -x8869 -x8870 -x8871 -x8872 -x8873 -x8874 -x8875 -x8876 -x8877 -x8878 -x8879 -x8880 -x8881 -x8882 -x8883 -x8884 -x8885 -x8886 -x8887 -x8888 -x8889 -x8890 -x8891 -x8892 -x8893 -x8894 -x8895 -x8896 -x8897 -x8898 -x8899 -x8900 -x8901 -x8902 -x8903 -x8904 -x8905 -x8906 -x8907 -x8908 -x8909 -x8910 -x8911 -x8912 -x8913 -x8914 -x8915 -x8916 -x8917 -x8918 -x8919 -x8920 -x8921 -x8922 -x8923 -x8924 -x8925 -x8926 -x8927 -x8928 -x8929 -x8930 -x8931 -x8932 -x8933 -x8934 -x8935 -x8936 -x8937 -x8938 -x8939 -x8940 -x8941 -x8942 -x8943 -x8944 -x8945 -x8946 -x8947 -x8948 -x8949 -x8950 -x8951 -x8952 -x8953 -x8954 -x8955 -x8956 -x8957 -x8958 -x8959 -x8960 -x8961 -x8962 -x8963 -x8964 -x8965 -x8966 -x8967 -x8968 -x8969 -x8970 -x8971 -x8972 -x8973 -x8974 -x8975 -x8976 -x8977 -x8978 -x8979 -x8980 -x8981 -x8982 -x8983 -x8984 -x8985 -x8986 -x8987 -x8988 -x8989 -x8990 -x8991 -x8992 -x8993 -x8994 -x8995 -x8996 -x8997 -x8998 -x8999 -x9000 -x9001 -x9002 -x9003 -x9004 -x9005 -x9006 -x9007 -x9008 -x9009 -x9010 -x9011 -x9012 -x9013 -x9014 -x9015 -x9016 -x9017 -x9018 -x9019 -x9020 -x9021 -x9022 -x9023 -x9024 -x9025 -x9026 -x9027 -x9028 -x9029 -x9030 -x9031 -x9032 -x9033 -x9034 -x9035 -x9036 -x9037 -x9038 -x9039 -x9040 -x9041 -x9042 -x9043 -x9044 -x9045 -x9046 -x9047 -x9048 -x9049 -x9050 -x9051 -x9052 -x9053 -x9054 -x9055 -x9056 -x9057 -x9058 -x9059 -x9060 -x9061 -x9062 -x9063 -x9064 -x9065 -x9066 -x9067 -x9068 -x9069 -x9070 -x9071 -x9072 -x9073 -x9074 -x9075 -x9076 -x9077 -x9078 -x9079 -x9080 -x9081 -x9082 -x9083 -x9084 -x9085 -x9086 -x9087 -x9088 -x9089 -x9090 -x9091 -x9092 -x9093 -x9094 -x9095 -x9096 -x9097 -x9098 -x9099 -x9100 -x9101 -x9102 -x9103 -x9104 -x9105 -x9106 -x9107 -x9108 -x9109 -x9110 -x9111 -x9112 -x9113 -x9114 -x9115 -x9116 -x9117 -x9118 -x9119 -x9120 -x9121 -x9122 -x9123 -x9124 -x9125 -x9126 -x9127 -x9128 -x9129 -x9130 -x9131 -x9132 -x9133 -x9134 -x9135 -x9136 -x9137 -x9138 -x9139 -x9140 -x9141 -x9142 -x9143 -x9144 -x9145 -x9146 -x9147 -x9148 -x9149 -x9150 -x9151 -x9152 -x9153 -x9154 -x9155 -x9156 -x9157 -x9158 -x9159 -x9160 -x9161 -x9162 -x9163 -x9164 -x9165 -x9166 -x9167 -x9168 -x9169 -x9170 -x9171 -x9172 -x9173 -x9174 -x9175 -x9176 -x9177 -x9178 -x9179 -x9180 -x9181 -x9182 -x9183 -x9184 -x9185 -x9186 -x9187 -x9188 -x9189 -x9190 -x9191 -x9192 -x9193 -x9194 -x9195 -x9196 -x9197 -x9198 -x9199 -x9200 -x9201 -x9202 -x9203 -x9204 -x9205 -x9206 -x9207 -x9208 -x9209 -x9210 -x9211 -x9212 -x9213 -x9214 -x9215 -x9216 -x9217 -x9218 -x9219 -x9220 -x9221 -x9222 -x9223 -x9224 -x9225 -x9226 -x9227 -x9228 -x9229 -x9230 -x9231 -x9232 -x9233 -x9234 -x9235 -x9236 -x9237 -x9238 -x9239 -x9240 -x9241 -x9242 -x9243 -x9244 -x9245 -x9246 -x9247 -x9248 -x9249 -x9250 -x9251 -x9252 -x9253 -x9254 -x9255 -x9256 -x9257 -x9258 -x9259 -x9260 -x9261 -x9262 -x9263 -x9264 -x9265 -x9266 -x9267 -x9268 -x9269 -x9270 -x9271 -x9272 -x9273 -x9274 -x9275 -x9276 -x9277 -x9278 -x9279 -x9280 -x9281 -x9282 -x9283 -x9284 -x9285 -x9286 -x9287 -x9288 -x9289 -x9290 -x9291 -x9292 -x9293 -x9294 -x9295 -x9296 -x9297 -x9298 -x9299 -x9300 -x9301 -x9302 -x9303 -x9304 -x9305 -x9306 -x9307 -x9308 -x9309 -x9310 -x9311 -x9312 -x9313 -x9314 -x9315 -x9316 -x9317 -x9318 -x9319 -x9320 -x9321 -x9322 -x9323 -x9324 -x9325 -x9326 -x9327 -x9328 -x9329 -x9330 -x9331 -x9332 -x9333 -x9334 -x9335 -x9336 -x9337 -x9338 -x9339 -x9340 -x9341 -x9342 -x9343 -x9344 -x9345 -x9346 -x9347 -x9348 -x9349 -x9350 -x9351 -x9352 -x9353 -x9354 -x9355 -x9356 -x9357 -x9358 -x9359 -x9360 -x9361 -x9362 -x9363 -x9364 -x9365 -x9366 -x9367 -x9368 -x9369 -x9370 -x9371 -x9372 -x9373 -x9374 -x9375 -x9376 -x9377 -x9378 -x9379 -x9380 -x9381 -x9382 -x9383 -x9384 -x9385 -x9386 -x9387 -x9388 -x9389 -x9390 -x9391 -x9392 -x9393 -x9394 -x9395 -x9396 -x9397 -x9398 -x9399 -x9400 -x9401 -x9402 -x9403 -x9404 -x9405 -x9406 -x9407 -x9408 -x9409 -x9410 -x9411 -x9412 -x9413 -x9414 -x9415 -x9416 -x9417 -x9418 -x9419 -x9420 -x9421 -x9422 -x9423 -x9424 -x9425 -x9426 -x9427 -x9428 -x9429 -x9430 -x9431 -x9432 -x9433 -x9434 -x9435 -x9436 -x9437 -x9438 -x9439 -x9440 -x9441 -x9442 -x9443 -x9444 -x9445 -x9446 -x9447 -x9448 -x9449 -x9450 -x9451 -x9452 -x9453 -x9454 -x9455 -x9456 -x9457 -x9458 -x9459 -x9460 -x9461 -x9462 -x9463 -x9464 -x9465 -x9466 -x9467 -x9468 -x9469 -x9470 -x9471 -x9472 -x9473 -x9474 -x9475 -x9476 -x9477 -x9478 -x9479 -x9480 -x9481 -x9482 -x9483 -x9484 -x9485 -x9486 -x9487 -x9488 -x9489 -x9490 -x9491 -x9492 -x9493 -x9494 -x9495 -x9496 -x9497 -x9498 -x9499 -x9500 -x9501 -x9502 -x9503 -x9504 -x9505 -x9506 -x9507 -x9508 -x9509 -x9510 -x9511 -x9512 -x9513 -x9514 -x9515 -x9516 -x9517 -x9518 -x9519 -x9520 -x9521 -x9522 -x9523 -x9524 -x9525 -x9526 -x9527 -x9528 -x9529 -x9530 -x9531 -x9532 -x9533 -x9534 -x9535 -x9536 -x9537 -x9538 -x9539 -x9540 -x9541 -x9542 -x9543 -x9544 -x9545 -x9546 -x9547 -x9548 -x9549 -x9550 -x9551 -x9552 -x9553 -x9554 -x9555 -x9556 -x9557 -x9558 -x9559 -x9560 -x9561 -x9562 -x9563 -x9564 -x9565 -x9566 -x9567 -x9568 -x9569 -x9570 -x9571 -x9572 -x9573 -x9574 -x9575 -x9576 -x9577 -x9578 -x9579 -x9580 -x9581 -x9582 -x9583 -x9584 -x9585 -x9586 -x9587 -x9588 -x9589 -x9590 -x9591 -x9592 -x9593 -x9594 -x9595 -x9596 -x9597 -x9598 -x9599 -x9600 -x9601 -x9602 -x9603 -x9604 -x9605 -x9606 -x9607 -x9608 -x9609 -x9610 -x9611 -x9612 -x9613 -x9614 -x9615 -x9616 -x9617 -x9618 -x9619 -x9620 -x9621 -x9622 -x9623 -x9624 -x9625 -x9626 -x9627 -x9628 -x9629 -x9630 -x9631 -x9632 -x9633 -x9634 -x9635 -x9636 -x9637 -x9638 -x9639 -x9640 -x9641 -x9642 -x9643 -x9644 -x9645 -x9646 -x9647 -x9648 -x9649 -x9650 -x9651 -x9652 -x9653 -x9654 -x9655 -x9656 -x9657 -x9658 -x9659 -x9660 -x9661 -x9662 -x9663 -x9664 -x9665 -x9666 -x9667 -x9668 -x9669 -x9670 -x9671 -x9672 -x9673 -x9674 -x9675 -x9676 -x9677 -x9678 -x9679 -x9680 -x9681 -x9682 -x9683 -x9684 -x9685 -x9686 -x9687 -x9688 -x9689 -x9690 -x9691 -x9692 -x9693 -x9694 -x9695 -x9696 -x9697 -x9698 -x9699 -x9700 -x9701 -x9702 -x9703 -x9704 -x9705 -x9706 -x9707 -x9708 -x9709 -x9710 -x9711 -x9712 -x9713 -x9714 -x9715 -x9716 -x9717 -x9718 -x9719 -x9720 -x9721 -x9722 -x9723 -x9724 -x9725 -x9726 -x9727 -x9728 -x9729 -x9730 -x9731 -x9732 -x9733 -x9734 -x9735 -x9736 -x9737 -x9738 -x9739 -x9740 -x9741 -x9742 -x9743 -x9744 -x9745 -x9746 -x9747 -x9748 -x9749 -x9750 -x9751 -x9752 -x9753 -x9754 -x9755 -x9756 -x9757 -x9758 -x9759 -x9760 -x9761 -x9762 -x9763 -x9764 -x9765 -x9766 -x9767 -x9768 -x9769 -x9770 -x9771 -x9772 -x9773 -x9774 -x9775 -x9776 -x9777 -x9778 -x9779 -x9780 -x9781 -x9782 -x9783 -x9784 -x9785 -x9786 -x9787 -x9788 -x9789 -x9790 -x9791 -x9792 -x9793 -x9794 -x9795 -x9796 -x9797 -x9798 -x9799 -x9800 -x9801 -x9802 -x9803 -x9804 -x9805 -x9806 -x9807 -x9808 -x9809 -x9810 -x9811 -x9812 -x9813 -x9814 -x9815 -x9816 -x9817 -x9818 -x9819 -x9820 -x9821 -x9822 -x9823 -x9824 -x9825 -x9826 -x9827 -x9828 x9829 -x9830 -x9831 -x9832 -x9833 -x9834 -x9835 -x9836 -x9837 -x9838 -x9839 -x9840 -x9841 -x9842 -x9843 -x9844 -x9845 -x9846 -x9847 -x9848 -x9849 -x9850 -x9851 -x9852 -x9853 -x9854 -x9855 -x9856 -x9857 -x9858 -x9859 -x9860 -x9861 -x9862 -x9863 -x9864 -x9865 -x9866 -x9867 -x9868 -x9869 -x9870 -x9871 -x9872 -x9873 -x9874 -x9875 -x9876 -x9877 -x9878 -x9879 -x9880 -x9881 -x9882 -x9883 -x9884 -x9885 -x9886 -x9887 -x9888 -x9889 -x9890 -x9891 -x9892 -x9893 -x9894 -x9895 -x9896 -x9897 -x9898 -x9899 -x9900 -x9901 -x9902 -x9903 -x9904 -x9905 -x9906 -x9907 -x9908 -x9909 -x9910 -x9911 -x9912 -x9913 -x9914 -x9915 -x9916 -x9917 -x9918 -x9919 -x9920 -x9921 -x9922 -x9923 -x9924 -x9925 -x9926 -x9927 -x9928 -x9929 -x9930 -x9931 -x9932 -x9933 -x9934 -x9935 -x9936 -x9937 -x9938 -x9939 -x9940 -x9941 -x9942 -x9943 -x9944 -x9945 -x9946 -x9947 -x9948 -x9949 -x9950 -x9951 -x9952 -x9953 -x9954 -x9955 -x9956 -x9957 x9958 -x9959 -x9960 -x9961 -x9962 -x9963 -x9964 -x9965 -x9966 -x9967 -x9968 -x9969 -x9970 -x9971 -x9972 -x9973 -x9974 -x9975 -x9976 -x9977 -x9978 -x9979 -x9980 -x9981 -x9982 -x9983 -x9984 -x9985 -x9986 -x9987 -x9988 -x9989 -x9990 -x9991 -x9992 -x9993 -x9994 -x9995 -x9996 -x9997 -x9998 -x9999
3600.00/3612.01	v -x10000 -x10001 -x10002 -x10003 -x10004 -x10005 -x10006 -x10007 -x10008 -x10009 -x10010 -x10011 -x10012 -x10013 -x10014 -x10015 -x10016 -x10017 -x10018 -x10019 -x10020 -x10021 -x10022 -x10023 -x10024 -x10025 -x10026 -x10027 -x10028 -x10029 -x10030 -x10031 -x10032 -x10033 -x10034 -x10035 -x10036 -x10037 -x10038 -x10039 -x10040 -x10041 -x10042 -x10043 -x10044 -x10045 -x10046 -x10047 -x10048 -x10049 -x10050 -x10051 -x10052 -x10053 -x10054 -x10055 -x10056 -x10057 -x10058 -x10059 -x10060 -x10061 -x10062 -x10063 -x10064 -x10065 -x10066 -x10067 -x10068 -x10069 -x10070 -x10071 -x10072 -x10073 -x10074 -x10075 -x10076 -x10077 -x10078 -x10079 -x10080 -x10081 -x10082 -x10083 -x10084 -x10085 -x10086 -x10087 -x10088 -x10089 -x10090 -x10091 -x10092 -x10093 -x10094 -x10095 -x10096 -x10097 -x10098 -x10099 -x10100 -x10101 -x10102 -x10103 -x10104 -x10105 -x10106 -x10107 -x10108 -x10109 -x10110 -x10111 -x10112 -x10113 -x10114 -x10115 -x10116 -x10117 -x10118 -x10119 -x10120 -x10121 -x10122 -x10123 -x10124 -x10125 -x10126 -x10127 -x10128 -x10129 -x10130 -x10131 -x10132 -x10133 -x10134 -x10135 -x10136 -x10137 -x10138 -x10139 -x10140 -x10141 -x10142 -x10143 -x10144 -x10145 -x10146 -x10147 -x10148 -x10149 -x10150 -x10151 -x10152 -x10153 -x10154 -x10155 -x10156 -x10157 -x10158 -x10159 -x10160 -x10161 -x10162 -x10163 -x10164 -x10165 -x10166 -x10167 -x10168 -x10169 -x10170 -x10171 -x10172 -x10173 -x10174 -x10175 -x10176 -x10177 -x10178 -x10179 -x10180 -x10181 -x10182 -x10183 -x10184 -x10185 -x10186 -x10187 -x10188 -x10189 -x10190 -x10191 -x10192 -x10193 -x10194 -x10195 -x10196 -x10197 -x10198 -x10199 -x10200 -x10201 -x10202 -x10203 -x10204 -x10205 -x10206 -x10207 -x10208 -x10209 -x10210 -x10211 -x10212 -x10213 -x10214 -x10215 -x10216 -x10217 -x10218 -x10219 -x10220 -x10221 -x10222 -x10223 -x10224 -x10225 -x10226 -x10227 -x10228 -x10229 -x10230 -x10231 -x10232 -x10233 -x10234 -x10235 -x10236 -x10237 -x10238 -x10239 -x10240 -x10241 -x10242 -x10243 -x10244 -x10245 -x10246 -x10247 -x10248 -x10249 -x10250 -x10251 -x10252 -x10253 -x10254 -x10255 -x10256 -x10257 -x10258 -x10259 -x10260 -x10261 -x10262 -x10263 -x10264 -x10265 -x10266 -x10267 -x10268 -x10269 -x10270 -x10271 -x10272 -x10273 -x10274 -x10275 -x10276 -x10277 -x10278 -x10279 -x10280 -x10281 -x10282 -x10283 -x10284 -x10285 -x10286 -x10287 -x10288 -x10289 -x10290 -x10291 -x10292 -x10293 -x10294 -x10295 -x10296 -x10297 -x10298 -x10299 -x10300 -x10301 -x10302 -x10303 -x10304 -x10305 -x10306 -x10307 -x10308 -x10309 -x10310 -x10311 -x10312 -x10313 -x10314 -x10315 -x10316 -x10317 -x10318 -x10319 -x10320 -x10321 -x10322 -x10323 -x10324 -x10325 -x10326 -x10327 -x10328 -x10329 -x10330 -x10331 -x10332 -x10333 -x10334 -x10335 -x10336 -x10337 -x10338 -x10339 -x10340 -x10341 -x10342 -x10343 -x10344 -x10345 -x10346 -x10347 -x10348 -x10349 -x10350 -x10351 -x10352 -x10353 -x10354 -x10355 -x10356 -x10357 -x10358 -x10359 -x10360 -x10361 -x10362 -x10363 -x10364 -x10365 -x10366 -x10367 -x10368 -x10369 -x10370 -x10371 -x10372 -x10373 -x10374 -x10375 -x10376 -x10377 -x10378 -x10379 -x10380 -x10381 -x10382 -x10383 -x10384 -x10385 -x10386 -x10387 -x10388 -x10389 -x10390 -x10391 -x10392 -x10393 -x10394 -x10395 -x10396 -x10397 -x10398 -x10399 -x10400 -x10401 -x10402 -x10403 -x10404 -x10405 -x10406 -x10407 -x10408 -x10409 -x10410 -x10411 -x10412 -x10413 -x10414 -x10415 -x10416 -x10417 -x10418 -x10419 -x10420 -x10421 -x10422 -x10423 -x10424 -x10425 -x10426 -x10427 -x10428 -x10429 -x10430 -x10431 -x10432 -x10433 -x10434 -x10435 -x10436 -x10437 -x10438 -x10439 -x10440 -x10441 -x10442 -x10443 -x10444 -x10445 -x10446 -x10447 -x10448 -x10449 -x10450 -x10451 -x10452 -x10453 -x10454 -x10455 -x10456 -x10457 -x10458 -x10459 -x10460 -x10461 -x10462 -x10463 -x10464 -x10465 -x10466 -x10467 -x10468 -x10469 -x10470 -x10471 -x10472 -x10473 -x10474 -x10475 -x10476 -x10477 -x10478 -x10479 -x10480 -x10481 -x10482 -x10483 -x10484 -x10485 -x10486 -x10487 -x10488 -x10489 -x10490 -x10491 -x10492 -x10493 -x10494 -x10495 -x10496 -x10497 -x10498 -x10499 -x10500 -x10501 -x10502 -x10503 -x10504 -x10505 -x10506 -x10507 -x10508 -x10509 -x10510 -x10511 -x10512 -x10513 -x10514 -x10515 -x10516 -x10517 -x10518 -x10519 -x10520 -x10521 -x10522 -x10523 -x10524 -x10525 -x10526 -x10527 -x10528 -x10529 -x10530 -x10531 -x10532 -x10533 -x10534 -x10535 -x10536 -x10537 -x10538 -x10539 -x10540 -x10541 -x10542 -x10543 -x10544 -x10545 -x10546 -x10547 -x10548 -x10549 -x10550 -x10551 -x10552 -x10553 -x10554 -x10555 -x10556 -x10557 -x10558 -x10559 -x10560 -x10561 -x10562 -x10563 -x10564 -x10565 -x10566 -x10567 -x10568 -x10569 -x10570 -x10571 -x10572 -x10573 -x10574 -x10575 -x10576 -x10577 -x10578 -x10579 -x10580 -x10581 -x10582 -x10583 -x10584 -x10585 -x10586 -x10587 -x10588 -x10589 -x10590 -x10591 -x10592 -x10593 -x10594 -x10595 -x10596 -x10597 -x10598 -x10599 -x10600 -x10601 -x10602 -x10603 -x10604 -x10605 -x10606 -x10607 -x10608 -x10609 -x10610 -x10611 -x10612 -x10613 -x10614 -x10615 -x10616 -x10617 -x10618 -x10619 -x10620 -x10621 -x10622 -x10623 -x10624 -x10625 -x10626 -x10627 -x10628 -x10629 -x10630 -x10631 -x10632 -x10633 -x10634 -x10635 -x10636 -x10637 -x10638 -x10639 -x10640 -x10641 -x10642 -x10643 -x10644 -x10645 -x10646 -x10647 -x10648 -x10649 -x10650 -x10651 -x10652 -x10653 -x10654 -x10655 -x10656 -x10657 -x10658 -x10659 -x10660 -x10661 -x10662 -x10663 -x10664 -x10665 -x10666 -x10667 -x10668 -x10669 -x10670 -x10671 -x10672 -x10673 -x10674 -x10675 -x10676 -x10677 -x10678 -x10679 -x10680 -x10681 -x10682 -x10683 -x10684 -x10685 -x10686 -x10687 -x10688 -x10689 -x10690 -x10691 -x10692 -x10693 -x10694 -x10695 -x10696 -x10697 -x10698 -x10699 -x10700 -x10701 -x10702 -x10703 -x10704 -x10705 -x10706 -x10707 -x10708 -x10709 -x10710 -x10711 -x10712 -x10713 -x10714 -x10715 -x10716 -x10717 -x10718 -x10719 -x10720 -x10721 -x10722 -x10723 -x10724 -x10725 -x10726 -x10727 -x10728 -x10729 -x10730 -x10731 -x10732 -x10733 -x10734 -x10735 -x10736 -x10737 -x10738 -x10739 -x10740 -x10741 -x10742 -x10743 -x10744 -x10745 -x10746 -x10747 -x10748 -x10749 -x10750 -x10751 -x10752 -x10753 -x10754 -x10755 -x10756 -x10757 -x10758 -x10759 -x10760 -x10761 -x10762 -x10763 -x10764 -x10765 -x10766 -x10767 -x10768 -x10769 -x10770 -x10771 -x10772 -x10773 -x10774 -x10775 -x10776 -x10777 -x10778 -x10779 -x10780 -x10781 -x10782 -x10783 -x10784 -x10785 -x10786 -x10787 -x10788 -x10789 -x10790 -x10791 -x10792 -x10793 -x10794 -x10795 -x10796 -x10797 -x10798 -x10799 -x10800 -x10801 -x10802 -x10803 -x10804 -x10805 -x10806 -x10807 -x10808 -x10809 -x10810 -x10811 -x10812 -x10813 -x10814 -x10815 -x10816 -x10817 -x10818 -x10819 -x10820 -x10821 -x10822 -x10823 -x10824 -x10825 -x10826 -x10827 -x10828 -x10829 -x10830 -x10831 -x10832 -x10833 -x10834 -x10835 -x10836 -x10837 -x10838 -x10839 -x10840 -x10841 -x10842 -x10843 -x10844 -x10845 -x10846 -x10847 -x10848 -x10849 -x10850 -x10851 -x10852 -x10853 -x10854 -x10855 -x10856 -x10857 -x10858 -x10859 -x10860 -x10861 -x10862 -x10863 -x10864 -x10865 -x10866 -x10867 -x10868 -x10869 -x10870 -x10871 -x10872 -x10873 -x10874 -x10875 -x10876 -x10877 -x10878 -x10879 -x10880 -x10881 -x10882 -x10883 -x10884 -x10885 -x10886 -x10887 -x10888 -x10889 -x10890 -x10891 -x10892 -x10893 -x10894
3600.00/3612.01	c Model check passed
3600.00/3612.01	c Model check has passed with goal value: 449144758400000001
3600.00/3612.01	c _____________________________________________________________________________
3600.00/3612.01	c std/band forms        : 810,0
3600.00/3612.01	c 2cl/3cl ITE-codings   : 198861,0
3600.00/3612.01	c BDD/srt/adr Max costs : 73180026,26496029,0
3600.00/3612.01	c BDDraw/bin/mul/srt/adr: 145,0,0,665,0
3600.00/3612.01	c BDD nodes             : 451360
3600.00/3612.01	c Es1/CC detections     : 0,0
3600.00/3612.01	c CC sort               : 624
3600.00/3612.01	c SAT/UNSAT calls       : 0,0
3600.00/3612.01	c regenrated variables  : 0
3600.00/3612.01	c eliminated fixed lits : 0
3600.00/3612.01	c goal lit flips        : 0
3600.00/3612.01	c goal stages           : 2
3600.00/3612.01	c goal shrink           : 1
3600.00/3612.01	c goal coeff separations: 553
3600.00/3612.01	c restarts              : 0
3600.00/3612.01	c conflicts             : 0              (0 /sec)
3600.00/3612.01	c decisions             : 0              (0 /sec)
3600.00/3612.01	c propagations          : 1178747        (327 /sec)
3600.00/3612.01	c inspects              : 0              (0 /sec)
3600.00/3612.01	c CPU time (solving tm) : 3600 s        (1929 s, SAT 0 s, UNSAT 0 s)
3600.00/3612.01	c SAT solver time       : 1929 s
3600.00/3612.01	c SAT solver SAT time   : 0 s
3600.00/3612.01	c SAT solver UNSAT time : 0 s
3600.00/3612.01	c SAT solver TO time    : 57.67 s
3600.00/3612.01	c Time for SCIP         : 1572 s
3600.00/3612.01	c Time for Opt-base     : 31 s
3600.00/3612.01	c Steps for Opt-base    : 155955888
3600.00/3612.01	c Time for BDD coding   : 0.8803 s
3600.00/3612.01	c Time for srt coding   : 29 s
3600.00/3612.01	c Inner solver invocations            : 0
3600.00/3612.01	c Inner solving count                 : 0
3600.00/3612.01	c _____________________________________________________________________________

Verifier Data

OK	449144758400000001

Watcher Data

runsolver version 3.4.3 (svn: 5215) 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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4779974-1782135631/watcher-4779974-1782135631 -o /tmp/evaluation-result-4779974-1782135631/solver-4779974-1782135631 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4779974-1782135631/vars-4779974-1782135631 --bin-var /tmp/runsolver-exch-nodeE002-1782135631-2432609 --watchdog 3760 ./naps.sh -given-time=3600 HOME/instance-4779974-1782135631.opb 

running on 4 cores: 28-31

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 6,11-13,15,22,46-47,55
  3550 MHz: 1,14,18,20-21,37,52-54,56-59,63
  3600 MHz: 0,2-5,7-10,16-17,19,23-36,38-45,48-51,60-62
WARNING: cores do not run at the same frequency!

Cores frequency (cpufreq):
  3550 MHz: 1
  3600 MHz: 0,2-3
WARNING: cores do not run at the same frequency!

CPU governors:
  performance: 28-31

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (107828 MiB free)
  node 1: cores 8-15, 128973 MiB (114787 MiB free)
  node 2: cores 16-23, 129019 MiB (111749 MiB free)
  node 3: cores 24-31, 129003 MiB (116003 MiB free)
  node 4: cores 32-39, 129019 MiB (115739 MiB free)
  node 5: cores 40-47, 129019 MiB (116001 MiB free)
  node 6: cores 48-55, 129019 MiB (114242 MiB free)
  node 7: cores 56-63, 128474 MiB (112086 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 63488000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 63539200 KiB
Linux 5.14.0-611.55.1.el9_7.0.3.x86_64
Starting watchdog thread
solver pid=2432768, runsolver pid=2432741
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 0.92 2.16 7.67 3/852 2432803
/proc/meminfo: memFree=930206728/1055320712 swapFree=32567592/33554428
[pid=2432768] ppid=2432741 vsize=4192 memory=3164 CPUtime=0 cores=28-31
/proc/2432768/stat : 2432768 (naps.sh) S 2432741 2432768 2432592 0 -1 4194304 192 0 0 0 0 0 0 0 20 0 1 0 146851048 4292608 640 18446744073709551615 94757694181376 94757695075909 140722176693472 0 0 0 2 4 65536 1 0 0 17 29 0 0 0 0 0 94757695314960 94757695362704 94757710528512 140722176702750 140722176702854 140722176702854 140722176708590 0
/proc/2432768/statm: 1048 791 714 219 0 110 0
[pid=2432782] ppid=2432768 vsize=4192 memory=1580 CPUtime=0 cores=28-31
/proc/2432782/stat : 2432782 (naps.sh) S 2432768 2432768 2432592 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 1 0 146851052 4292608 256 18446744073709551615 94757694181376 94757695075909 140722176693472 0 0 0 2 0 65538 1 0 0 17 28 0 0 0 0 0 94757695314960 94757695362704 94757710528512 140722176702750 140722176702854 140722176702854 140722176708590 0
/proc/2432782/statm: 1048 395 317 219 0 110 0
[pid=2432783] ppid=2432782 vsize=424 memory=264 CPUtime=0 cores=28-31
/proc/2432783/stat : 2432783 (dirname) D 2432782 2432768 2432592 0 -1 4194304 72 0 0 0 0 0 0 0 20 0 1 0 146851052 434176 0 18446744073709551615 94320260247552 94320260258753 140725530406464 0 0 0 0 0 0 1 0 0 17 30 0 0 0 0 0 94320260266928 94320260268040 94320284631040 140725530409354 140725530409372 140725530409372 140725530415079 0
/proc/2432783/statm: 106 66 55 3 0 42 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 8808 KiB
Current children cumulated memory: 5008 KiB

[startup+0.212117 s]*
/proc/loadavg: 0.92 2.16 7.67 6/860 2432832
/proc/meminfo: memFree=930151604/1055320712 swapFree=32567592/33554428
[pid=2432768] ppid=2432741 vsize=91808 memory=20312 CPUtime=0.04 cores=28-31
/proc/2432768/stat : 2432768 (naps_release) R 2432741 2432768 2432592 0 -1 4194304 2961 206 0 0 2 1 0 1 20 0 1 0 146851048 94011392 4992 18446744073709551615 4210688 6281017 140734945220544 0 0 0 0 0 16898 0 0 0 17 29 0 0 0 0 0 6662968 6676388 20180992 140734945224923 140734945225104 140734945225104 140734945230792 0
/proc/2432768/statm: 22952 5078 2725 506 0 3643 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 91808 KiB
Current children cumulated memory: 20312 KiB

[startup+0.312356 s]*
/proc/loadavg: 0.92 2.16 7.67 13/872 2432862
/proc/meminfo: memFree=930073928/1055320712 swapFree=32567592/33554428
[pid=2432768] ppid=2432741 vsize=100696 memory=28964 CPUtime=0.14 cores=28-31
/proc/2432768/stat : 2432768 (naps_release) R 2432741 2432768 2432592 0 -1 4194304 5124 206 0 0 12 1 0 1 20 0 1 0 146851048 103112704 7168 18446744073709551615 4210688 6281017 140734945220544 0 0 0 0 0 16898 0 0 0 17 29 0 0 0 0 0 6662968 6676388 20180992 140734945224923 140734945225104 140734945225104 140734945230792 0
/proc/2432768/statm: 25174 7241 2725 506 0 5865 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 100696 KiB
Current children cumulated memory: 28964 KiB

[startup+0.700121 s]
/proc/loadavg: 0.92 2.16 7.67 17/870 2432864
/proc/meminfo: memFree=929572820/1055320712 swapFree=32567592/33554428
[pid=2432768] ppid=2432741 vsize=154036 memory=89228 CPUtime=0.52 cores=28-31
/proc/2432768/stat : 2432768 (naps_release) R 2432741 2432768 2432592 0 -1 4194304 18522 206 0 0 49 2 0 1 20 0 1 0 146851048 157732864 22264 18446744073709551615 4210688 6281017 140734945220544 0 0 0 0 0 16898 0 0 0 17 29 0 0 0 0 0 6662968 6676388 20180992 140734945224923 140734945225104 140734945225104 140734945230792 0
/proc/2432768/statm: 38509 22307 4874 506 0 19200 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 154036 KiB
Current children cumulated memory: 89228 KiB

[startup+1.50018 s]
/proc/loadavg: 0.92 2.16 7.67 16/868 2432864
/proc/meminfo: memFree=928621568/1055320712 swapFree=32567592/33554428
[pid=2432768] ppid=2432741 vsize=267772 memory=197232 CPUtime=1.31 cores=28-31
/proc/2432768/stat : 2432768 (naps_release) R 2432741 2432768 2432592 0 -1 4194304 52459 206 0 0 126 4 0 1 20 0 1 0 146851048 274198528 49194 18446744073709551615 4210688 6281017 140734945220544 0 0 0 0 0 16898 0 0 0 17 29 0 0 0 0 0 6662968 6676388 20180992 140734945224923 140734945225104 140734945225104 140734945230792 0
/proc/2432768/statm: 66943 49308 5807 506 0 47634 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 267772 KiB
Current children cumulated memory: 197232 KiB

[startup+3.11293 s]
/proc/loadavg: 0.92 2.16 7.67 16/873 2432926
/proc/meminfo: memFree=926977704/1055320712 swapFree=32567592/33554428
[pid=2432768] ppid=2432741 vsize=380116 memory=293464 CPUtime=2.91 cores=28-31
/proc/2432768/stat : 2432768 (naps_release) R 2432741 2432768 2432592 0 -1 4194304 71952 206 1 0 284 6 0 1 20 0 1 0 146851048 389238784 73178 18446744073709551615 4210688 6281017 140734945220544 0 0 0 0 0 16898 0 0 0 17 29 0 0 0 0 0 6662968 6676388 20180992 140734945224923 140734945225104 140734945225104 140734945230792 0
/proc/2432768/statm: 95029 73366 6087 506 0 75720 0
Current children cumulated CPU time: 2.91 s
Current children cumulated vsize: 380116 KiB
Current children cumulated memory: 293464 KiB

[startup+6.30011 s]
/proc/loadavg: 2.21 2.40 7.72 17/873 2432926
/proc/meminfo: memFree=923565808/1055320712 swapFree=32567592/33554428
[pid=2432768] ppid=2432741 vsize=380116 memory=294064 CPUtime=6.09 cores=28-31
/proc/2432768/stat : 2432768 (naps_release) R 2432741 2432768 2432592 0 -1 4194304 72056 206 1 0 602 6 0 1 20 0 1 0 146851048 389238784 73434 18446744073709551615 4210688 6281017 140734945220544 0 0 0 0 0 16898 0 0 0 17 29 0 0 0 0 0 6662968 6676388 20180992 140734945224923 140734945225104 140734945225104 140734945230792 0
/proc/2432768/statm: 95029 73516 6145 506 0 75720 0
Current children cumulated CPU time: 6.09 s
Current children cumulated vsize: 380116 KiB
Current children cumulated memory: 294064 KiB

[startup+12.7002 s]
/proc/loadavg: 3.39 2.65 7.77 17/873 2432926
/proc/meminfo: memFree=912360976/1055320712 swapFree=32567592/33554428
[pid=2432768] ppid=2432741 vsize=754556 memory=658068 CPUtime=12.47 cores=28-31
/proc/2432768/stat : 2432768 (naps_release) R 2432741 2432768 2432592 0 -1 4194304 106032 206 1 0 1236 10 0 1 20 0 1 0 146851048 772665344 164466 18446744073709551615 4210688 6281017 140734945220544 0 0 0 0 0 16898 0 0 0 17 29 0 0 0 0 0 6662968 6676388 20180992 140734945224923 140734945225104 140734945225104 140734945230792 0
/proc/2432768/statm: 188639 164516 6145 506 0 169330 0
Current children cumulated CPU time: 12.47 s
Current children cumulated vsize: 754556 KiB
Current children cumulated memory: 658068 KiB

[startup+25.5001 s]
/proc/loadavg: 6.34 3.33 7.92 17/873 2432926
/proc/meminfo: memFree=887111072/1055320712 swapFree=32567592/33554428
[pid=2432768] ppid=2432741 vsize=7354776 memory=6978740 CPUtime=25.24 cores=28-31
/proc/2432768/stat : 2432768 (naps_release) R 2432741 2432768 2432592 0 -1 4194304 745020 206 1 0 2452 71 0 1 20 0 1 0 146851048 7531290624 1744608 18446744073709551615 4210688 6281017 140734945220544 0 0 0 0 0 16898 0 0 0 17 29 0 0 0 0 0 6662968 6676388 20180992 140734945224923 140734945225104 140734945225104 140734945230792 0
/proc/2432768/statm: 1838694 1744685 6161 506 0 1819385 0
Current children cumulated CPU time: 25.24 s
Current children cumulated vsize: 7354776 KiB
Current children cumulated memory: 6978740 KiB

[startup+51.1125 s]
/proc/loadavg: 9.98 4.43 8.16 17/873 2432926
/proc/meminfo: memFree=841630544/1055320712 swapFree=32567592/33554428
[pid=2432768] ppid=2432741 vsize=7354776 memory=6978740 CPUtime=50.78 cores=28-31
/proc/2432768/stat : 2432768 (naps_release) R 2432741 2432768 2432592 0 -1 4194304 745020 206 1 0 5006 71 0 1 20 0 1 0 146851048 7531290624 1744608 18446744073709551615 4210688 6281017 140734945220544 0 0 0 0 0 16898 0 0 0 17 29 0 0 0 0 0 6662968 6676388 20180992 140734945224923 140734945225104 140734945225104 140734945230792 0
/proc/2432768/statm: 1838694 1744685 6161 506 0 1819385 0
Current children cumulated CPU time: 50.78 s
Current children cumulated vsize: 7354776 KiB
Current children cumulated memory: 6978740 KiB

[startup+102.3 s]
/proc/loadavg: 13.67 6.31 8.60 17/873 2432977
/proc/meminfo: memFree=748546820/1055320712 swapFree=32567592/33554428
[pid=2432768] ppid=2432741 vsize=22320700 memory=20950008 CPUtime=101.82 cores=28-31
/proc/2432768/stat : 2432768 (naps_release) R 2432741 2432768 2432592 0 -1 4194304 2128182 206 1 0 9905 276 0 1 20 0 1 0 146851048 22856396800 5237421 18446744073709551615 4210688 6281017 140734945220544 0 0 0 0 0 16898 0 0 0 17 29 0 0 0 0 0 6662968 6676388 20180992 140734945224923 140734945225104 140734945225104 140734945230792 0
/proc/2432768/statm: 5580175 5237502 6225 506 0 5560866 0
Current children cumulated CPU time: 101.82 s
Current children cumulated vsize: 22320700 KiB
Current children cumulated memory: 20950008 KiB

[startup+162.3 s]
/proc/loadavg: 15.67 8.21 9.12 17/873 2432978
/proc/meminfo: memFree=711993896/1055320712 swapFree=32567592/33554428
[pid=2432768] ppid=2432741 vsize=22331160 memory=20961824 CPUtime=161.64 cores=28-31
/proc/2432768/stat : 2432768 (naps_release) R 2432741 2432768 2432592 0 -1 4194304 2133406 206 1 0 15874 289 0 1 20 0 1 0 146851048 22867107840 5240266 18446744073709551615 4210688 6281017 140734945220544 0 0 0 0 0 16898 0 0 0 17 29 0 0 0 0 0 6662968 6676388 20180992 140734945224923 140734945225104 140734945225104 140734945230792 0
/proc/2432768/statm: 5582790 5240456 6241 506 0 5563481 0
Current children cumulated CPU time: 161.64 s
Current children cumulated vsize: 22331160 KiB
Current children cumulated memory: 20961824 KiB

[startup+222.3 s]
/proc/loadavg: 16.02 9.69 9.57 17/874 2433029
/proc/meminfo: memFree=675926968/1055320712 swapFree=32567592/33554428
[pid=2432768] ppid=2432741 vsize=22388568 memory=21020784 CPUtime=221.46 cores=28-31
/proc/2432768/stat : 2432768 (naps_release) R 2432741 2432768 2432592 0 -1 4194304 2148092 206 1 0 21854 291 0 1 20 0 1 0 146851048 22925893632 5254986 18446744073709551615 4210688 6281017 140734945220544 0 0 0 0 0 16898 0 0 0 17 29 0 0 0 0 0 6662968 6676388 20180992 140734945224923 140734945225104 140734945225104 140734945230792 0
/proc/2432768/statm: 5597142 5255196 6272 506 0 5577833 0
Current children cumulated CPU time: 221.46 s
Current children cumulated vsize: 22388568 KiB
Current children cumulated memory: 21020784 KiB

[startup+282.3 s]
/proc/loadavg: 16.01 10.84 9.97 17/873 2433030
/proc/meminfo: memFree=658367872/1055320712 swapFree=32567592/33554428
[pid=2432768] ppid=2432741 vsize=22466152 memory=21099748 CPUtime=281.29 cores=28-31
/proc/2432768/stat : 2432768 (naps_release) R 2432741 2432768 2432592 0 -1 4194304 2165425 206 1 0 27836 292 0 1 20 0 1 0 146851048 23005339648 5274807 18446744073709551615 4210688 6281017 140734945220544 0 0 0 0 0 16898 0 0 0 17 29 0 0 0 0 0 6662968 6676388 20180992 140734945224923 140734945225104 140734945225104 140734945230792 0
/proc/2432768/statm: 5616538 5274937 6272 506 0 5597229 0
Current children cumulated CPU time: 281.29 s

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

/proc/2432768/statm: 8209194 7948245 6365 506 0 8189885 0
Current children cumulated CPU time: 2852.76 s
Current children cumulated vsize: 32836776 KiB
Current children cumulated memory: 31792980 KiB

[startup+2922.3 s]
/proc/loadavg: 16.68 16.20 15.80 17/871 2433792
/proc/meminfo: memFree=684302092/1055320712 swapFree=32567592/33554428
[pid=2432768] ppid=2432741 vsize=32838228 memory=31794328 CPUtime=2912.56 cores=28-31
/proc/2432768/stat : 2432768 (naps_release) R 2432741 2432768 2432592 0 -1 4194304 3881432 206 1 0 290757 498 0 1 20 0 1 0 146851048 33626345472 7948228 18446744073709551615 4210688 6281017 140734945220544 0 0 0 0 0 16898 0 0 0 17 29 0 0 0 0 0 6662968 6676388 20180992 140734945224923 140734945225104 140734945225104 140734945230792 0
/proc/2432768/statm: 8209557 7948582 6365 506 0 8190248 0
Current children cumulated CPU time: 2912.56 s
Current children cumulated vsize: 32838228 KiB
Current children cumulated memory: 31794328 KiB

[startup+2982.3 s]
/proc/loadavg: 16.28 16.17 15.82 17/872 2433794
/proc/meminfo: memFree=682622360/1055320712 swapFree=32567592/33554428
[pid=2432768] ppid=2432741 vsize=32838624 memory=31794808 CPUtime=2972.37 cores=28-31
/proc/2432768/stat : 2432768 (naps_release) R 2432741 2432768 2432592 0 -1 4194304 3887843 206 1 0 296735 501 0 1 20 0 1 0 146851048 33626750976 7948356 18446744073709551615 4210688 6281017 140734945220544 0 0 0 0 0 16898 0 0 0 17 29 0 0 0 0 0 6662968 6676388 20180992 140734945224923 140734945225104 140734945225104 140734945230792 0
/proc/2432768/statm: 8209656 7948702 6365 506 0 8190347 0
Current children cumulated CPU time: 2972.37 s
Current children cumulated vsize: 32838624 KiB
Current children cumulated memory: 31794808 KiB

[startup+3042.3 s]
/proc/loadavg: 16.10 16.14 15.83 17/871 2433845
/proc/meminfo: memFree=706814720/1055320712 swapFree=32567592/33554428
[pid=2432768] ppid=2432741 vsize=32839284 memory=31795468 CPUtime=3032.17 cores=28-31
/proc/2432768/stat : 2432768 (naps_release) R 2432741 2432768 2432592 0 -1 4194304 3892932 206 1 0 302713 503 0 1 20 0 1 0 146851048 33627426816 7948612 18446744073709551615 4210688 6281017 140734945220544 0 0 0 0 0 16898 0 0 0 17 29 0 0 0 0 0 6662968 6676388 20180992 140734945224923 140734945225104 140734945225104 140734945230792 0
/proc/2432768/statm: 8209821 7948867 6365 506 0 8190512 0
Current children cumulated CPU time: 3032.17 s
Current children cumulated vsize: 32839284 KiB
Current children cumulated memory: 31795468 KiB

[startup+3102.3 s]
/proc/loadavg: 16.12 16.13 15.85 17/871 2433846
/proc/meminfo: memFree=706911884/1055320712 swapFree=32567592/33554428
[pid=2432768] ppid=2432741 vsize=32839944 memory=31796084 CPUtime=3091.97 cores=28-31
/proc/2432768/stat : 2432768 (naps_release) R 2432741 2432768 2432592 0 -1 4194304 3897344 206 1 0 308691 505 0 1 20 0 1 0 146851048 33628102656 7948740 18446744073709551615 4210688 6281017 140734945220544 0 0 0 0 0 16898 0 0 0 17 29 0 0 0 0 0 6662968 6676388 20180992 140734945224923 140734945225104 140734945225104 140734945230792 0
/proc/2432768/statm: 8209986 7949021 6365 506 0 8190677 0
Current children cumulated CPU time: 3091.97 s
Current children cumulated vsize: 32839944 KiB
Current children cumulated memory: 31796084 KiB

[startup+3162.3 s]
/proc/loadavg: 16.68 16.29 15.92 17/872 2433854
/proc/meminfo: memFree=706832460/1055320712 swapFree=32567592/33554428
[pid=2432768] ppid=2432741 vsize=32840472 memory=31796632 CPUtime=3151.78 cores=28-31
/proc/2432768/stat : 2432768 (naps_release) R 2432741 2432768 2432592 0 -1 4194304 3902471 206 1 0 314670 507 0 1 20 0 1 0 146851048 33628643328 7948868 18446744073709551615 4210688 6281017 140734945220544 0 0 0 0 0 16898 0 0 0 17 29 0 0 0 0 0 6662968 6676388 20180992 140734945224923 140734945225104 140734945225104 140734945230792 0
/proc/2432768/statm: 8210118 7949158 6365 506 0 8190809 0
Current children cumulated CPU time: 3151.78 s
Current children cumulated vsize: 32840472 KiB
Current children cumulated memory: 31796632 KiB

[startup+3222.3 s]
/proc/loadavg: 16.28 16.25 15.93 17/871 2433855
/proc/meminfo: memFree=701595684/1055320712 swapFree=32567592/33554428
[pid=2432768] ppid=2432741 vsize=32841264 memory=31797456 CPUtime=3211.57 cores=28-31
/proc/2432768/stat : 2432768 (naps_release) R 2432741 2432768 2432592 0 -1 4194304 3907126 206 1 0 320648 508 0 1 20 0 1 0 146851048 33629454336 7948996 18446744073709551615 4210688 6281017 140734945220544 0 0 0 0 0 16898 0 0 0 17 29 0 0 0 0 0 6662968 6676388 20180992 140734945224923 140734945225104 140734945225104 140734945230792 0
/proc/2432768/statm: 8210316 7949364 6365 506 0 8191007 0
Current children cumulated CPU time: 3211.57 s
Current children cumulated vsize: 32841264 KiB
Current children cumulated memory: 31797456 KiB

[startup+3282.3 s]
/proc/loadavg: 16.10 16.20 15.94 17/870 2433856
/proc/meminfo: memFree=702389392/1055320712 swapFree=32567592/33554428
[pid=2432768] ppid=2432741 vsize=32842452 memory=31798552 CPUtime=3271.38 cores=28-31
/proc/2432768/stat : 2432768 (naps_release) R 2432741 2432768 2432592 0 -1 4194304 3913562 206 1 0 326626 511 0 1 20 0 1 0 146851048 33630670848 7949380 18446744073709551615 4210688 6281017 140734945220544 0 0 0 0 0 16898 0 0 0 17 29 0 0 0 0 0 6662968 6676388 20180992 140734945224923 140734945225104 140734945225104 140734945230792 0
/proc/2432768/statm: 8210613 7949638 6365 506 0 8191304 0
Current children cumulated CPU time: 3271.38 s
Current children cumulated vsize: 32842452 KiB
Current children cumulated memory: 31798552 KiB

[startup+3342.3 s]
/proc/loadavg: 16.04 16.16 15.95 17/871 2433858
/proc/meminfo: memFree=702407000/1055320712 swapFree=32567592/33554428
[pid=2432768] ppid=2432741 vsize=32843508 memory=31799712 CPUtime=3331.18 cores=28-31
/proc/2432768/stat : 2432768 (naps_release) R 2432741 2432768 2432592 0 -1 4194304 3918572 206 1 0 332603 514 0 1 20 0 1 0 146851048 33631752192 7949636 18446744073709551615 4210688 6281017 140734945220544 0 0 0 0 0 16898 0 0 0 17 29 0 0 0 0 0 6662968 6676388 20180992 140734945224923 140734945225104 140734945225104 140734945230792 0
/proc/2432768/statm: 8210877 7949928 6365 506 0 8191568 0
Current children cumulated CPU time: 3331.18 s
Current children cumulated vsize: 32843508 KiB
Current children cumulated memory: 31799712 KiB

[startup+3402.3 s]
/proc/loadavg: 16.05 16.14 15.96 17/871 2433859
/proc/meminfo: memFree=702461156/1055320712 swapFree=32567592/33554428
[pid=2432768] ppid=2432741 vsize=32844828 memory=31800948 CPUtime=3390.98 cores=28-31
/proc/2432768/stat : 2432768 (naps_release) R 2432741 2432768 2432592 0 -1 4194304 3924474 206 1 0 338581 516 0 1 20 0 1 0 146851048 33633103872 7949892 18446744073709551615 4210688 6281017 140734945220544 0 0 0 0 0 16898 0 0 0 17 29 0 0 0 0 0 6662968 6676388 20180992 140734945224923 140734945225104 140734945225104 140734945230792 0
/proc/2432768/statm: 8211207 7950237 6365 506 0 8191898 0
Current children cumulated CPU time: 3390.98 s
Current children cumulated vsize: 32844828 KiB
Current children cumulated memory: 31800948 KiB

[startup+3462.3 s]
/proc/loadavg: 16.51 16.24 16.01 17/870 2433860
/proc/meminfo: memFree=700415956/1055320712 swapFree=32567592/33554428
[pid=2432768] ppid=2432741 vsize=32846280 memory=31802436 CPUtime=3450.78 cores=28-31
/proc/2432768/stat : 2432768 (naps_release) R 2432741 2432768 2432592 0 -1 4194304 3930283 206 1 0 344559 518 0 1 20 0 1 0 146851048 33634590720 7950276 18446744073709551615 4210688 6281017 140734945220544 0 0 0 0 0 16898 0 0 0 17 29 0 0 0 0 0 6662968 6676388 20180992 140734945224923 140734945225104 140734945225104 140734945230792 0
/proc/2432768/statm: 8211570 7950609 6365 506 0 8192261 0
Current children cumulated CPU time: 3450.78 s
Current children cumulated vsize: 32846280 KiB
Current children cumulated memory: 31802436 KiB

[startup+3522.3 s]
/proc/loadavg: 16.33 16.26 16.02 17/870 2433861
/proc/meminfo: memFree=699330808/1055320712 swapFree=32567592/33554428
[pid=2432768] ppid=2432741 vsize=32847072 memory=31803160 CPUtime=3510.59 cores=28-31
/proc/2432768/stat : 2432768 (naps_release) R 2432741 2432768 2432592 0 -1 4194304 3934934 206 1 0 350538 520 0 1 20 0 1 0 146851048 33635401728 7950532 18446744073709551615 4210688 6281017 140734945220544 0 0 0 0 0 16898 0 0 0 17 29 0 0 0 0 0 6662968 6676388 20180992 140734945224923 140734945225104 140734945225104 140734945230792 0
/proc/2432768/statm: 8211768 7950790 6365 506 0 8192459 0
Current children cumulated CPU time: 3510.59 s
Current children cumulated vsize: 32847072 KiB
Current children cumulated memory: 31803160 KiB

[startup+3582.3 s]
/proc/loadavg: 16.17 16.22 16.02 17/870 2433912
/proc/meminfo: memFree=705565516/1055320712 swapFree=32567592/33554428
[pid=2432768] ppid=2432741 vsize=32847732 memory=31803868 CPUtime=3570.39 cores=28-31
/proc/2432768/stat : 2432768 (naps_release) R 2432741 2432768 2432592 0 -1 4194304 3939658 206 1 0 356516 522 0 1 20 0 1 0 146851048 33636077568 7950660 18446744073709551615 4210688 6281017 140734945220544 0 0 0 0 0 16898 0 0 0 17 29 0 0 0 0 0 6662968 6676388 20180992 140734945224923 140734945225104 140734945225104 140734945230792 0
/proc/2432768/statm: 8211933 7950967 6365 506 0 8192624 0
Current children cumulated CPU time: 3570.39 s
Current children cumulated vsize: 32847732 KiB
Current children cumulated memory: 31803868 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612 s]*
/proc/loadavg: 16.32 16.25 16.04 15/858 2433936
/proc/meminfo: memFree=716752440/1055320712 swapFree=32567592/33554428
[pid=2432768] ppid=2432741 vsize=32848128 memory=31804256 CPUtime=3600 cores=28-31
/proc/2432768/stat : 2432768 (naps_release) R 2432741 2432768 2432592 0 -1 4194304 3942996 206 1 0 359476 523 0 1 20 0 1 0 146851048 33636483072 7950788 18446744073709551615 4210688 6281017 140734945220544 0 0 0 0 0 16898 0 0 0 17 29 0 0 0 0 0 6662968 6676388 20180992 140734945224923 140734945225104 140734945225104 140734945230792 0
/proc/2432768/statm: 8212032 7951064 6365 506 0 8192723 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 32848128 KiB
Current children cumulated memory: 31804256 KiB

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

[startup+3612.26 s]
# the end of solver process 2432768 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=3594.77 s, system=5.49773 s

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

[startup+3612.21 s]
/proc/loadavg: 16.32 16.25 16.04 15/858 2433936
/proc/meminfo: memFree=726936112/1055320712 swapFree=32567592/33554428
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 10

Real time (s): 3612.26
CPU time (s): 3600.26
CPU user time (s): 3594.77
CPU system time (s): 5.49773
CPU usage (%): 99.6678
Max. virtual memory (cumulated for all children) (KiB): 33891048
Max. memory (cumulated for all children) (KiB): 31846444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.77
system time used= 5.49773
maximum resident set size= 31846132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3943226
page faults= 1
swaps= 0
block input operations= 176
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1097
involuntary context switches= 3797


# summary of solver processes directly reported to runsolver:
#   pid: 2432768
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3594.77
#   total CPU system time (s): 5.49773

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5178 second user time and 39.4746 second system time

The end

Launcher Data

Begin job on nodeE002 at 2026-06-22 15:40:31
IDJOB=4779974
IDBENCH=155396
IDSOLVER=3589
FILE ID=nodeE002/4779974-1782135631
RUNJOBID= nodeE002-1782135631-2432609
SLURM_JOB_ID= 12510918
Free space on /tmp= 797852 MiB

SOLVER NAME= NaPS 1.04
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-sp98ic.opb
COMMAND LINE= ./naps.sh -given-time=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4779974-1782135631/watcher-4779974-1782135631 -o /tmp/evaluation-result-4779974-1782135631/solver-4779974-1782135631 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4779974-1782135631/vars-4779974-1782135631 --bin-var /tmp/runsolver-exch-nodeE002-1782135631-2432609 --watchdog 3760  ./naps.sh -given-time=3600 HOME/instance-4779974-1782135631.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 62000 MiB
NBCORE= 3

MD5SUM BENCH= 6e9d02c2e2c8828631c0600a054521cc
RANDOM SEED=1887549885

nodeE002 Linux 5.14.0-611.55.1.el9_7.0.3.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 18 19:21:10 UTC 2026

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

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 0
cpu cores	: 32
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 1
cpu cores	: 32
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3579.389
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 2
cpu cores	: 32
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3581.045
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 3
cpu cores	: 32
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 4
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3583.299
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 64
cpu cores	: 32
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 5
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3583.159
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 65
cpu cores	: 32
apicid		: 65
initial apicid	: 65
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 6
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3580.965
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 66
cpu cores	: 32
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 7
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 67
cpu cores	: 32
apicid		: 67
initial apicid	: 67
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 8
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3579.121
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 32
cpu cores	: 32
apicid		: 32
initial apicid	: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 9
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 33
cpu cores	: 32
apicid		: 33
initial apicid	: 33
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 10
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3576.395
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 34
cpu cores	: 32
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 11
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3579.964
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 35
cpu cores	: 32
apicid		: 35
initial apicid	: 35
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 12
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3574.192
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 96
cpu cores	: 32
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 13
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 97
cpu cores	: 32
apicid		: 97
initial apicid	: 97
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 14
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3575.421
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 98
cpu cores	: 32
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 15
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 99
cpu cores	: 32
apicid		: 99
initial apicid	: 99
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 16
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3592.399
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 48
cpu cores	: 32
apicid		: 48
initial apicid	: 48
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 17
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3587.919
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 49
cpu cores	: 32
apicid		: 49
initial apicid	: 49
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 18
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3586.459
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 50
cpu cores	: 32
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 19
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3574.634
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 51
cpu cores	: 32
apicid		: 51
initial apicid	: 51
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 20
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 112
cpu cores	: 32
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 21
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 113
cpu cores	: 32
apicid		: 113
initial apicid	: 113
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 22
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3576.427
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 114
cpu cores	: 32
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 23
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 115
cpu cores	: 32
apicid		: 115
initial apicid	: 115
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 24
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3591.086
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 16
cpu cores	: 32
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 25
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3582.486
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 17
cpu cores	: 32
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 26
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3585.678
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 18
cpu cores	: 32
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 27
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3589.242
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 19
cpu cores	: 32
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 28
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3589.249
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 80
cpu cores	: 32
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 29
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3589.521
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 81
cpu cores	: 32
apicid		: 81
initial apicid	: 81
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 30
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3590.325
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 82
cpu cores	: 32
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 31
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 83
cpu cores	: 32
apicid		: 83
initial apicid	: 83
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 32
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3579.208
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 0
cpu cores	: 32
apicid		: 128
initial apicid	: 128
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 33
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3585.235
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 1
cpu cores	: 32
apicid		: 129
initial apicid	: 129
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 34
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3583.931
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 2
cpu cores	: 32
apicid		: 130
initial apicid	: 130
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 35
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3578.868
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 3
cpu cores	: 32
apicid		: 131
initial apicid	: 131
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 36
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3578.182
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 64
cpu cores	: 32
apicid		: 192
initial apicid	: 192
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 37
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3583.382
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 65
cpu cores	: 32
apicid		: 193
initial apicid	: 193
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 38
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3586.526
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 66
cpu cores	: 32
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 39
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 67
cpu cores	: 32
apicid		: 195
initial apicid	: 195
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 40
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3577.740
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 32
cpu cores	: 32
apicid		: 160
initial apicid	: 160
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 41
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3571.984
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 33
cpu cores	: 32
apicid		: 161
initial apicid	: 161
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 42
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3577.867
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 34
cpu cores	: 32
apicid		: 162
initial apicid	: 162
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 43
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 35
cpu cores	: 32
apicid		: 163
initial apicid	: 163
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 44
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 96
cpu cores	: 32
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 45
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 97
cpu cores	: 32
apicid		: 225
initial apicid	: 225
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 46
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3585.968
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 98
cpu cores	: 32
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 47
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3587.600
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 99
cpu cores	: 32
apicid		: 227
initial apicid	: 227
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 48
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3569.064
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 48
cpu cores	: 32
apicid		: 176
initial apicid	: 176
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 49
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3585.513
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 49
cpu cores	: 32
apicid		: 177
initial apicid	: 177
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 50
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3578.993
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 50
cpu cores	: 32
apicid		: 178
initial apicid	: 178
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 51
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3584.835
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 51
cpu cores	: 32
apicid		: 179
initial apicid	: 179
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 52
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3549.334
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 112
cpu cores	: 32
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 53
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3554.807
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 113
cpu cores	: 32
apicid		: 241
initial apicid	: 241
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 54
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3547.628
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 114
cpu cores	: 32
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 55
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3551.250
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 115
cpu cores	: 32
apicid		: 243
initial apicid	: 243
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 56
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3564.369
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 16
cpu cores	: 32
apicid		: 144
initial apicid	: 144
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 57
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3565.131
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 17
cpu cores	: 32
apicid		: 145
initial apicid	: 145
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 58
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3554.369
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 18
cpu cores	: 32
apicid		: 146
initial apicid	: 146
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 59
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3565.947
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 19
cpu cores	: 32
apicid		: 147
initial apicid	: 147
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 60
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3576.773
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 80
cpu cores	: 32
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 61
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3578.160
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 81
cpu cores	: 32
apicid		: 209
initial apicid	: 209
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 62
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3575.775
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 82
cpu cores	: 32
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 63
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3580.209
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 83
cpu cores	: 32
apicid		: 211
initial apicid	: 211
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]


/proc/meminfo:
MemTotal:       1055320712 kB
MemFree:        930342280 kB
MemAvailable:   1046993892 kB
Buffers:              32 kB
Cached:         120270196 kB
SwapCached:         8820 kB
Active:           733976 kB
Inactive:       119604448 kB
Active(anon):     104548 kB
Inactive(anon):     9268 kB
Active(file):     629428 kB
Inactive(file): 119595180 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       32567592 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            295780 kB
Writeback:             4 kB
AnonPages:         69612 kB
Mapped:            60996 kB
Shmem:             45116 kB
KReclaimable:    1172028 kB
Slab:            1713504 kB
SReclaimable:    1172028 kB
SUnreclaim:       541476 kB
KernelStack:       14160 kB
PageTables:         5272 kB
SecPageTables:     15440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214784 kB
Committed_AS:    1421512 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      477840 kB
VmallocChunk:          0 kB
Percpu:           119296 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      444868 kB
DirectMap2M:    19800064 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 797268 MiB
End job on nodeE002 at 2026-06-22 16:40:44