Trace number 4521080

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
roundingsat-ls+pbsuma 63f22adSAT (TO)-1696 3600.15 3611.16

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_6-partite_inlv/
normalized-maxcut_opt_complete_6-partite_inlv_nvert_87.opb
MD5SUM83591af43c3da6ede4007c8e5a8d776b
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 benchmark-1892
Best CPU time to get the best result obtained on this benchmark3584.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3741
Total number of constraints423980
Number of constraints which are clauses423980
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 3153
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3153
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 3153
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4521080-1751563255.opb'
0.49/0.55	c 	read 14.17MB  (538.17ms)
0.49/0.55	c	 [cnf: #variables 3741 #clauses 423981 #duplicates 0 #arr 1275093]
0.49/0.55	c 
0.49/0.55	c make graph and approximate orbits
0.66/0.77	c	 [group: #orbits ~= 10] (219.84ms)
0.66/0.77	c 
0.66/0.77	c detect special group actions
0.66/0.77	c 	probe for Johnson action (limit=64)
1.07/1.15	c 	probe for row-column symmetry (limit=64, splits=16.78M)
1.45/1.52	c 	probe for row symmetry (limit=64, splits=16.78M)
1.65/1.72	c 	 (948.41ms)
1.65/1.72	c 
1.65/1.72	c detect symmetries on remainder
1.65/1.72	c 	[graph: #vertices 438945 #edges 2572632]
1.65/1.73	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
5.05/5.19	c 	 [group: #symmetries 5.33*10^70 #generators 20] (3468.21ms)
5.05/5.19	c 
5.05/5.19	c optimize generators (opt_passes=64, conjugate_limit=256)
5.15/5.20	c 	opt it=15, l=657, m=267, opt=43, avg=3079, b=340, gens=20
5.15/5.21	c 	opt it=31, l=1233, m=494, opt=63, avg=2970, b=340, gens=20
5.15/5.23	c 	opt it=47, l=1815, m=714, opt=84, avg=2910, b=340, gens=20
5.15/5.24	c 	opt it=63, l=2384, m=905, opt=94, avg=2859, b=340, gens=20
5.15/5.24	c 	ran it=0, +gens=20 
5.24/5.37	c 	con best_support=340, best_gens=2, +gens=256
5.24/5.37	c 	(175.56ms)
5.24/5.37	c 
5.24/5.37	c finalize break order and special generators
5.24/5.37	c 
5.24/5.37	c add generic predicates (break_depth=20)
5.24/5.37	c 	added predicates for 296 generators (6.44ms)
5.24/5.37	c 
5.24/5.37	c generation finished
5.24/5.37	c 	[sbp: #constraints 17168 #add_vars 5624]
5.24/5.37	c 
5.24/5.37	c write result to 'HOME/instance-4521080-1751563255.opb.pre'
5.34/5.40	c 	wrote 15.10MB (31.81ms)
5.34/5.41	c ------------------------------------------------------------------
5.34/5.41	c                3468.21ms 64.34% detect_generic
5.34/5.41	c                 948.41ms 17.59% detect_special
5.34/5.41	c                 538.16ms  9.98% parse
5.34/5.41	c                 219.84ms  4.08% approx_orbits
5.34/5.41	c                 175.56ms  3.26% optimize_gens
5.34/5.41	c                  31.81ms  0.59% output
5.34/5.41	c                   6.44ms  0.12% break_generic
5.34/5.41	c                   1.07ms  0.02% finalize_order
5.34/5.41	c                   0.95ms  0.02% other
5.34/5.41	c         ───────────────────────────────────────────────
5.34/5.41	c                5390.45ms   100% total
5.34/5.41	c ------------------------------------------------------------------
5.45/5.52	c RoundingSat 2
5.45/5.52	c branch pb25
5.45/5.52	c commit 63f22ad
7.32/7.44	c #variables 9365 #constraints 441148
7.32/7.44	c objective is ce32 
8.11/8.22	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
8.11/8.22	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
8.11/8.22	c bounds 0 >= -3153 @ 2.20194
16.78/16.93	c bounds -72 >= -3153 @ 10.799
31.53/31.79	c bounds -72 >= -3152 @ 25.5611
78.16/78.54	c bounds -72 >= -3151 @ 72.0933
215.91/216.80	c bounds -72 >= -3150 @ 209.747
573.91/575.93	c bounds -72 >= -3149 @ 567.386
1310.77/1315.23	c bounds -72 >= -3148 @ 1303.75
2200.70/2207.72	c rational objective -2102
2203.80/2210.84	c bounds -72 >= -3147 @ 2196.3
2203.80/2210.84	c bounds -72 >= -3146 @ 2196.3
2203.80/2210.84	c bounds -72 >= -3145 @ 2196.3
2203.80/2210.84	c bounds -72 >= -3144 @ 2196.3
2203.80/2210.84	c bounds -72 >= -3143 @ 2196.3
2203.80/2210.84	c bounds -72 >= -3142 @ 2196.3
2203.80/2210.84	c bounds -72 >= -3141 @ 2196.3
2203.80/2210.84	c bounds -72 >= -3140 @ 2196.3
2203.80/2210.84	c bounds -72 >= -3139 @ 2196.3
2203.80/2210.84	c bounds -72 >= -3138 @ 2196.3
2203.80/2210.84	c bounds -72 >= -3137 @ 2196.3
2203.80/2210.84	c bounds -72 >= -3136 @ 2196.3
2203.80/2210.85	c bounds -72 >= -3135 @ 2196.3
2203.80/2210.85	c bounds -72 >= -3134 @ 2196.3
2203.80/2210.85	c bounds -72 >= -3133 @ 2196.3
2203.80/2210.85	c bounds -72 >= -3132 @ 2196.3
2203.80/2210.85	c bounds -72 >= -3131 @ 2196.3
2203.80/2210.85	c bounds -72 >= -3130 @ 2196.3
2203.80/2210.85	c bounds -72 >= -3129 @ 2196.3
2203.80/2210.85	c bounds -72 >= -3128 @ 2196.31
2203.80/2210.85	c bounds -72 >= -3127 @ 2196.31
2203.80/2210.85	c bounds -72 >= -3126 @ 2196.31
2203.80/2210.85	c bounds -72 >= -3125 @ 2196.31
2203.80/2210.85	c bounds -72 >= -3124 @ 2196.31
2203.80/2210.85	c bounds -72 >= -3123 @ 2196.31
2203.80/2210.85	c bounds -72 >= -3122 @ 2196.31
2203.80/2210.85	c bounds -72 >= -3121 @ 2196.31
2203.80/2210.85	c bounds -72 >= -3120 @ 2196.31
2203.80/2210.85	c bounds -72 >= -3119 @ 2196.31
2203.80/2210.85	c bounds -72 >= -3118 @ 2196.31
2203.80/2210.85	c bounds -72 >= -3117 @ 2196.31
2203.80/2210.85	c bounds -72 >= -3116 @ 2196.31
2203.80/2210.85	c bounds -72 >= -3115 @ 2196.31
2203.80/2210.85	c bounds -72 >= -3114 @ 2196.31
2203.80/2210.85	c bounds -72 >= -3113 @ 2196.31
2203.80/2210.86	c bounds -72 >= -3112 @ 2196.31
2203.80/2210.86	c bounds -72 >= -3111 @ 2196.31
2203.80/2210.86	c bounds -72 >= -3110 @ 2196.31
2203.80/2210.86	c bounds -72 >= -3109 @ 2196.31
2203.80/2210.86	c bounds -72 >= -3108 @ 2196.31
2203.80/2210.86	c bounds -72 >= -3107 @ 2196.31
2203.80/2210.86	c bounds -72 >= -3106 @ 2196.31
2203.80/2210.86	c bounds -72 >= -3105 @ 2196.32
2203.80/2210.86	c bounds -72 >= -3104 @ 2196.32
2203.80/2210.86	c bounds -72 >= -3103 @ 2196.32
2203.80/2210.86	c bounds -72 >= -3102 @ 2196.32
2203.80/2210.86	c bounds -72 >= -3101 @ 2196.32
2203.80/2210.86	c bounds -72 >= -3100 @ 2196.32
2203.80/2210.86	c bounds -72 >= -3099 @ 2196.32
2203.80/2210.86	c bounds -72 >= -3098 @ 2196.32
2203.80/2210.86	c bounds -72 >= -3097 @ 2196.32
2203.80/2210.86	c bounds -72 >= -3096 @ 2196.32
2203.80/2210.86	c bounds -72 >= -3095 @ 2196.32
2203.80/2210.86	c bounds -72 >= -3094 @ 2196.32
2203.80/2210.86	c bounds -72 >= -3093 @ 2196.32
2203.80/2210.86	c bounds -72 >= -3092 @ 2196.32
2203.80/2210.86	c bounds -72 >= -3091 @ 2196.32
2203.80/2210.86	c bounds -72 >= -3090 @ 2196.32
2203.80/2210.86	c bounds -72 >= -3089 @ 2196.32
2203.80/2210.87	c bounds -72 >= -3088 @ 2196.32
2203.80/2210.87	c bounds -72 >= -3087 @ 2196.32
2203.80/2210.87	c bounds -72 >= -3086 @ 2196.32
2203.80/2210.87	c bounds -72 >= -3085 @ 2196.32
2203.80/2210.87	c bounds -72 >= -3084 @ 2196.32
2203.80/2210.87	c bounds -72 >= -3083 @ 2196.32
2203.80/2210.87	c bounds -72 >= -3082 @ 2196.32
2203.80/2210.87	c bounds -72 >= -3081 @ 2196.33
2203.80/2210.87	c bounds -72 >= -3080 @ 2196.33
2203.80/2210.87	c bounds -72 >= -3079 @ 2196.33
2203.80/2210.87	c bounds -72 >= -3078 @ 2196.33
2203.80/2210.87	c bounds -72 >= -3077 @ 2196.33
2203.80/2210.87	c bounds -72 >= -3076 @ 2196.33
2203.80/2210.87	c bounds -72 >= -3075 @ 2196.33
2203.80/2210.87	c bounds -72 >= -3074 @ 2196.33
2203.80/2210.87	c bounds -72 >= -3073 @ 2196.33
2203.80/2210.87	c bounds -72 >= -3072 @ 2196.33
2203.80/2210.87	c bounds -72 >= -3071 @ 2196.33
2203.80/2210.87	c bounds -72 >= -3070 @ 2196.33
2203.80/2210.87	c bounds -72 >= -3069 @ 2196.33
2203.80/2210.87	c bounds -72 >= -3068 @ 2196.33
2203.80/2210.87	c bounds -72 >= -3067 @ 2196.33
2203.80/2210.87	c bounds -72 >= -3066 @ 2196.33
2203.80/2210.88	c bounds -72 >= -3065 @ 2196.33
2203.80/2210.88	c bounds -72 >= -3064 @ 2196.33
2203.80/2210.88	c bounds -72 >= -3063 @ 2196.33
2203.80/2210.88	c bounds -72 >= -3062 @ 2196.33
2203.80/2210.88	c bounds -72 >= -3061 @ 2196.33
2203.80/2210.88	c bounds -72 >= -3060 @ 2196.33
2203.80/2210.88	c bounds -72 >= -3059 @ 2196.33
2203.80/2210.88	c bounds -72 >= -3058 @ 2196.34
2203.80/2210.88	c bounds -72 >= -3057 @ 2196.34
2203.80/2210.88	c bounds -72 >= -3056 @ 2196.34
2203.80/2210.88	c bounds -72 >= -3055 @ 2196.34
2203.80/2210.88	c bounds -72 >= -3054 @ 2196.34
2203.80/2210.88	c bounds -72 >= -3053 @ 2196.34
2203.80/2210.88	c bounds -72 >= -3052 @ 2196.34
2203.80/2210.88	c bounds -72 >= -3051 @ 2196.34
2203.80/2210.88	c bounds -72 >= -3050 @ 2196.34
2203.80/2210.88	c bounds -72 >= -3049 @ 2196.34
2203.80/2210.88	c bounds -72 >= -3048 @ 2196.34
2203.80/2210.88	c bounds -72 >= -3047 @ 2196.34
2203.80/2210.88	c bounds -72 >= -3046 @ 2196.34
2203.80/2210.88	c bounds -72 >= -3045 @ 2196.34
2203.80/2210.88	c bounds -72 >= -3044 @ 2196.34
2203.80/2210.88	c bounds -72 >= -3043 @ 2196.34
2203.80/2210.88	c bounds -72 >= -3042 @ 2196.34
2203.80/2210.89	c bounds -72 >= -3041 @ 2196.34
2203.80/2210.89	c bounds -72 >= -3040 @ 2196.34
2203.80/2210.89	c bounds -72 >= -3039 @ 2196.34
2203.80/2210.89	c bounds -72 >= -3038 @ 2196.34
2203.80/2210.89	c bounds -72 >= -3037 @ 2196.34
2203.80/2210.89	c bounds -72 >= -3036 @ 2196.34
2203.80/2210.89	c bounds -72 >= -3035 @ 2196.34
2203.80/2210.89	c bounds -72 >= -3034 @ 2196.35
2203.80/2210.89	c bounds -72 >= -3033 @ 2196.35
2203.80/2210.89	c bounds -72 >= -3032 @ 2196.35
2203.80/2210.89	c bounds -72 >= -3031 @ 2196.35
2203.80/2210.89	c bounds -72 >= -3030 @ 2196.35
2203.80/2210.89	c bounds -72 >= -3029 @ 2196.35
2203.80/2210.89	c bounds -72 >= -3028 @ 2196.35
2203.80/2210.89	c bounds -72 >= -3027 @ 2196.35
2203.80/2210.89	c bounds -72 >= -3026 @ 2196.35
2203.80/2210.89	c bounds -72 >= -3025 @ 2196.35
2203.80/2210.89	c bounds -72 >= -3024 @ 2196.35
2203.80/2210.89	c bounds -72 >= -3023 @ 2196.35
2203.80/2210.89	c bounds -72 >= -3022 @ 2196.35
2203.80/2210.89	c bounds -72 >= -3021 @ 2196.35
2203.80/2210.89	c bounds -72 >= -3020 @ 2196.35
2203.80/2210.89	c bounds -72 >= -3019 @ 2196.35
2203.80/2210.89	c bounds -72 >= -3018 @ 2196.35
2203.80/2210.90	c bounds -72 >= -3017 @ 2196.35
2203.90/2210.90	c bounds -72 >= -3016 @ 2196.35
2203.90/2210.90	c bounds -72 >= -3015 @ 2196.35
2203.90/2210.90	c bounds -72 >= -3014 @ 2196.35
2203.90/2210.90	c bounds -72 >= -3013 @ 2196.35
2203.90/2210.90	c bounds -72 >= -3012 @ 2196.36
2203.90/2210.90	c bounds -72 >= -3011 @ 2196.36
2203.90/2210.90	c bounds -72 >= -3010 @ 2196.36
2203.90/2210.90	c bounds -72 >= -3009 @ 2196.36
2203.90/2210.90	c bounds -72 >= -3008 @ 2196.36
2203.90/2210.90	c bounds -72 >= -3007 @ 2196.36
2203.90/2210.90	c bounds -72 >= -3006 @ 2196.36
2203.90/2210.90	c bounds -72 >= -3005 @ 2196.36
2203.90/2210.90	c bounds -72 >= -3004 @ 2196.36
2203.90/2210.90	c bounds -72 >= -3003 @ 2196.36
2203.90/2210.90	c bounds -72 >= -3002 @ 2196.36
2203.90/2210.90	c bounds -72 >= -3001 @ 2196.36
2203.90/2210.90	c bounds -72 >= -3000 @ 2196.36
2203.90/2210.90	c bounds -72 >= -2999 @ 2196.36
2203.90/2210.90	c bounds -72 >= -2998 @ 2196.36
2203.90/2210.90	c bounds -72 >= -2997 @ 2196.36
2203.90/2210.90	c bounds -72 >= -2996 @ 2196.36
2203.90/2210.91	c bounds -72 >= -2995 @ 2196.36
2203.90/2210.91	c bounds -72 >= -2994 @ 2196.36
2203.90/2210.91	c bounds -72 >= -2993 @ 2196.36
2203.90/2210.91	c bounds -72 >= -2992 @ 2196.36
2203.90/2210.91	c bounds -72 >= -2991 @ 2196.36
2203.90/2210.91	c bounds -72 >= -2990 @ 2196.36
2203.90/2210.91	c bounds -72 >= -2989 @ 2196.36
2203.90/2210.91	c bounds -72 >= -2988 @ 2196.36
2203.90/2210.91	c bounds -72 >= -2987 @ 2196.37
2203.90/2210.91	c bounds -72 >= -2986 @ 2196.37
2203.90/2210.91	c bounds -72 >= -2985 @ 2196.37
2203.90/2210.91	c bounds -72 >= -2984 @ 2196.37
2203.90/2210.91	c bounds -72 >= -2983 @ 2196.37
2203.90/2210.91	c bounds -72 >= -2982 @ 2196.37
2203.90/2210.91	c bounds -72 >= -2981 @ 2196.37
2203.90/2210.91	c bounds -72 >= -2980 @ 2196.37
2203.90/2210.91	c bounds -72 >= -2979 @ 2196.37
2203.90/2210.91	c bounds -72 >= -2978 @ 2196.37
2203.90/2210.91	c bounds -72 >= -2977 @ 2196.37
2203.90/2210.91	c bounds -72 >= -2976 @ 2196.37
2203.90/2210.91	c bounds -72 >= -2975 @ 2196.37
2203.90/2210.91	c bounds -72 >= -2974 @ 2196.37
2203.90/2210.91	c bounds -72 >= -2973 @ 2196.37
2203.90/2210.92	c bounds -72 >= -2972 @ 2196.37
2203.90/2210.92	c bounds -72 >= -2971 @ 2196.37
2203.90/2210.92	c bounds -72 >= -2970 @ 2196.37
2203.90/2210.92	c bounds -72 >= -2969 @ 2196.37
2203.90/2210.92	c bounds -72 >= -2968 @ 2196.37
2203.90/2210.92	c bounds -72 >= -2967 @ 2196.37
2203.90/2210.92	c bounds -72 >= -2966 @ 2196.37
2203.90/2210.92	c bounds -72 >= -2965 @ 2196.37
2203.90/2210.92	c bounds -72 >= -2964 @ 2196.37
2203.90/2210.92	c bounds -72 >= -2963 @ 2196.38
2203.90/2210.92	c bounds -72 >= -2962 @ 2196.38
2203.90/2210.92	c bounds -72 >= -2961 @ 2196.38
2203.90/2210.92	c bounds -72 >= -2960 @ 2196.38
2203.90/2210.92	c bounds -72 >= -2959 @ 2196.38
2203.90/2210.92	c bounds -72 >= -2958 @ 2196.38
2203.90/2210.92	c bounds -72 >= -2957 @ 2196.38
2203.90/2210.92	c bounds -72 >= -2956 @ 2196.38
2203.90/2210.92	c bounds -72 >= -2955 @ 2196.38
2203.90/2210.92	c bounds -72 >= -2954 @ 2196.38
2203.90/2210.92	c bounds -72 >= -2953 @ 2196.38
2203.90/2210.92	c bounds -72 >= -2952 @ 2196.38
2203.90/2210.92	c bounds -72 >= -2951 @ 2196.38
2203.90/2210.93	c bounds -72 >= -2950 @ 2196.38
2203.90/2210.93	c bounds -72 >= -2949 @ 2196.38
2203.90/2210.93	c bounds -72 >= -2948 @ 2196.38
2203.90/2210.93	c bounds -72 >= -2947 @ 2196.38
2203.90/2210.93	c bounds -72 >= -2946 @ 2196.38
2203.90/2210.93	c bounds -72 >= -2945 @ 2196.38
2203.90/2210.93	c bounds -72 >= -2944 @ 2196.38
2203.90/2210.93	c bounds -72 >= -2943 @ 2196.38
2203.90/2210.93	c bounds -72 >= -2942 @ 2196.39
2203.90/2210.93	c bounds -72 >= -2941 @ 2196.39
2203.90/2210.93	c bounds -72 >= -2940 @ 2196.39
2203.90/2210.93	c bounds -72 >= -2939 @ 2196.39
2203.90/2210.93	c bounds -72 >= -2938 @ 2196.39
2203.90/2210.93	c bounds -72 >= -2937 @ 2196.39
2203.90/2210.93	c bounds -72 >= -2936 @ 2196.39
2203.90/2210.93	c bounds -72 >= -2935 @ 2196.39
2203.90/2210.93	c bounds -72 >= -2934 @ 2196.39
2203.90/2210.93	c bounds -72 >= -2933 @ 2196.39
2203.90/2210.93	c bounds -72 >= -2932 @ 2196.39
2203.90/2210.93	c bounds -72 >= -2931 @ 2196.39
2203.90/2210.93	c bounds -72 >= -2930 @ 2196.39
2203.90/2210.93	c bounds -72 >= -2929 @ 2196.39
2203.90/2210.94	c bounds -72 >= -2928 @ 2196.39
2203.90/2210.94	c bounds -72 >= -2927 @ 2196.39
2203.90/2210.94	c bounds -72 >= -2926 @ 2196.39
2203.90/2210.94	c bounds -72 >= -2925 @ 2196.39
2203.90/2210.94	c bounds -72 >= -2924 @ 2196.39
2203.90/2210.94	c bounds -72 >= -2923 @ 2196.39
2203.90/2210.94	c bounds -72 >= -2922 @ 2196.39
2203.90/2210.94	c bounds -72 >= -2921 @ 2196.39
2203.90/2210.94	c bounds -72 >= -2920 @ 2196.39
2203.90/2210.94	c bounds -72 >= -2919 @ 2196.39
2203.90/2210.94	c bounds -72 >= -2918 @ 2196.4
2203.90/2210.94	c bounds -72 >= -2917 @ 2196.4
2203.90/2210.94	c bounds -72 >= -2916 @ 2196.4
2203.90/2210.94	c bounds -72 >= -2915 @ 2196.4
2203.90/2210.94	c bounds -72 >= -2914 @ 2196.4
2203.90/2210.94	c bounds -72 >= -2913 @ 2196.4
2203.90/2210.94	c bounds -72 >= -2912 @ 2196.4
2203.90/2210.94	c bounds -72 >= -2911 @ 2196.4
2203.90/2210.94	c bounds -72 >= -2910 @ 2196.4
2203.90/2210.94	c bounds -72 >= -2909 @ 2196.4
2203.90/2210.94	c bounds -72 >= -2908 @ 2196.4
2203.90/2210.94	c bounds -72 >= -2907 @ 2196.4
2203.90/2210.94	c bounds -72 >= -2906 @ 2196.4
2203.90/2210.95	c bounds -72 >= -2905 @ 2196.4
2203.90/2210.95	c bounds -72 >= -2904 @ 2196.4
2203.90/2210.95	c bounds -72 >= -2903 @ 2196.4
2203.90/2210.95	c bounds -72 >= -2902 @ 2196.4
2203.90/2210.95	c bounds -72 >= -2901 @ 2196.4
2203.90/2210.95	c bounds -72 >= -2900 @ 2196.4
2203.90/2210.95	c bounds -72 >= -2899 @ 2196.4
2203.90/2210.95	c bounds -72 >= -2898 @ 2196.4
2203.90/2210.95	c bounds -72 >= -2897 @ 2196.4
2203.90/2210.95	c bounds -72 >= -2896 @ 2196.4
2203.90/2210.95	c bounds -72 >= -2895 @ 2196.41
2203.90/2210.95	c bounds -72 >= -2894 @ 2196.41
2203.90/2210.95	c bounds -72 >= -2893 @ 2196.41
2203.90/2210.95	c bounds -72 >= -2892 @ 2196.41
2203.90/2210.95	c bounds -72 >= -2891 @ 2196.41
2203.90/2210.95	c bounds -72 >= -2890 @ 2196.41
2203.90/2210.95	c bounds -72 >= -2889 @ 2196.41
2203.90/2210.96	c bounds -72 >= -2888 @ 2196.41
2203.90/2210.96	c bounds -72 >= -2887 @ 2196.41
2203.90/2210.96	c bounds -72 >= -2886 @ 2196.41
2203.90/2210.96	c bounds -72 >= -2885 @ 2196.41
2203.90/2210.96	c bounds -72 >= -2884 @ 2196.41
2203.90/2210.96	c bounds -72 >= -2883 @ 2196.41
2203.90/2210.96	c bounds -72 >= -2882 @ 2196.41
2203.90/2210.96	c bounds -72 >= -2881 @ 2196.41
2203.90/2210.96	c bounds -72 >= -2880 @ 2196.41
2203.90/2210.96	c bounds -72 >= -2879 @ 2196.41
2203.90/2210.96	c bounds -72 >= -2878 @ 2196.42
2203.90/2210.96	c bounds -72 >= -2877 @ 2196.42
2203.90/2210.96	c bounds -72 >= -2876 @ 2196.42
2203.90/2210.96	c bounds -72 >= -2875 @ 2196.42
2203.90/2210.96	c bounds -72 >= -2874 @ 2196.42
2203.90/2210.96	c bounds -72 >= -2873 @ 2196.42
2203.90/2210.96	c bounds -72 >= -2872 @ 2196.42
2203.90/2210.96	c bounds -72 >= -2871 @ 2196.42
2203.90/2210.96	c bounds -72 >= -2870 @ 2196.42
2203.90/2210.96	c bounds -72 >= -2869 @ 2196.42
2203.90/2210.96	c bounds -72 >= -2868 @ 2196.42
2203.90/2210.96	c bounds -72 >= -2867 @ 2196.42
2203.90/2210.96	c bounds -72 >= -2866 @ 2196.42
2203.90/2210.97	c bounds -72 >= -2865 @ 2196.42
2203.90/2210.97	c bounds -72 >= -2864 @ 2196.42
2203.90/2210.97	c bounds -72 >= -2863 @ 2196.42
2203.90/2210.97	c bounds -72 >= -2862 @ 2196.42
2203.90/2210.97	c bounds -72 >= -2861 @ 2196.42
2203.90/2210.97	c bounds -72 >= -2860 @ 2196.42
2203.90/2210.97	c bounds -72 >= -2859 @ 2196.42
2203.90/2210.97	c bounds -72 >= -2858 @ 2196.42
2203.90/2210.97	c bounds -72 >= -2857 @ 2196.42
2203.90/2210.97	c bounds -72 >= -2856 @ 2196.42
2203.90/2210.97	c bounds -72 >= -2855 @ 2196.43
2203.90/2210.97	c bounds -72 >= -2854 @ 2196.43
2203.90/2210.97	c bounds -72 >= -2853 @ 2196.43
2203.90/2210.97	c bounds -72 >= -2852 @ 2196.43
2203.90/2210.97	c bounds -72 >= -2851 @ 2196.43
2203.90/2210.97	c bounds -72 >= -2850 @ 2196.43
2203.90/2210.97	c bounds -72 >= -2849 @ 2196.43
2203.90/2210.97	c bounds -72 >= -2848 @ 2196.43
2203.90/2210.97	c bounds -72 >= -2847 @ 2196.43
2203.90/2210.97	c bounds -72 >= -2846 @ 2196.43
2203.90/2210.97	c bounds -72 >= -2845 @ 2196.43
2203.90/2210.97	c bounds -72 >= -2844 @ 2196.43
2203.90/2210.97	c bounds -72 >= -2843 @ 2196.43
2203.90/2210.98	c bounds -72 >= -2842 @ 2196.43
2203.90/2210.98	c bounds -72 >= -2841 @ 2196.43
2203.90/2210.98	c bounds -72 >= -2840 @ 2196.43
2203.90/2210.98	c bounds -72 >= -2839 @ 2196.43
2203.90/2210.98	c bounds -72 >= -2838 @ 2196.43
2203.90/2210.98	c bounds -72 >= -2837 @ 2196.43
2203.90/2210.98	c bounds -72 >= -2836 @ 2196.43
2203.90/2210.98	c bounds -72 >= -2835 @ 2196.43
2203.90/2210.98	c bounds -72 >= -2834 @ 2196.43
2203.90/2210.98	c bounds -72 >= -2833 @ 2196.43
2203.90/2210.98	c bounds -72 >= -2832 @ 2196.43
2203.90/2210.98	c bounds -72 >= -2831 @ 2196.44
2203.90/2210.98	c bounds -72 >= -2830 @ 2196.44
2203.90/2210.98	c bounds -72 >= -2829 @ 2196.44
2203.90/2210.98	c bounds -72 >= -2828 @ 2196.44
2203.90/2210.98	c bounds -72 >= -2827 @ 2196.44
2203.90/2210.98	c bounds -72 >= -2826 @ 2196.44
2203.90/2210.98	c bounds -72 >= -2825 @ 2196.44
2203.90/2210.98	c bounds -72 >= -2824 @ 2196.44
2203.90/2210.98	c bounds -72 >= -2823 @ 2196.44
2203.90/2210.98	c bounds -72 >= -2822 @ 2196.44
2203.90/2210.98	c bounds -72 >= -2821 @ 2196.44
2203.90/2210.98	c bounds -72 >= -2820 @ 2196.44
2203.90/2210.99	c bounds -72 >= -2819 @ 2196.44
2203.90/2210.99	c bounds -72 >= -2818 @ 2196.44
2203.90/2210.99	c bounds -72 >= -2817 @ 2196.44
2203.90/2210.99	c bounds -72 >= -2816 @ 2196.44
2203.90/2210.99	c bounds -72 >= -2815 @ 2196.44
2203.90/2210.99	c bounds -72 >= -2814 @ 2196.44
2203.90/2210.99	c bounds -72 >= -2813 @ 2196.44
2203.90/2210.99	c bounds -72 >= -2812 @ 2196.44
2203.90/2210.99	c bounds -72 >= -2811 @ 2196.44
2203.90/2210.99	c bounds -72 >= -2810 @ 2196.44
2203.90/2210.99	c bounds -72 >= -2809 @ 2196.44
2203.90/2210.99	c bounds -72 >= -2808 @ 2196.44
2203.90/2210.99	c bounds -72 >= -2807 @ 2196.44
2203.90/2210.99	c bounds -72 >= -2806 @ 2196.44
2203.90/2210.99	c bounds -72 >= -2805 @ 2196.45
2203.90/2210.99	c bounds -72 >= -2804 @ 2196.45
2203.90/2210.99	c bounds -72 >= -2803 @ 2196.45
2203.90/2210.99	c bounds -72 >= -2802 @ 2196.45
2203.90/2210.99	c bounds -72 >= -2801 @ 2196.45
2203.90/2210.99	c bounds -72 >= -2800 @ 2196.45
2203.90/2210.99	c bounds -72 >= -2799 @ 2196.45
2203.90/2210.99	c bounds -72 >= -2798 @ 2196.45
2203.90/2211.00	c bounds -72 >= -2797 @ 2196.45
2203.90/2211.00	c bounds -72 >= -2796 @ 2196.45
2203.90/2211.00	c bounds -72 >= -2795 @ 2196.45
2203.90/2211.00	c bounds -72 >= -2794 @ 2196.45
2204.01/2211.01	c bounds -72 >= -2793 @ 2196.45
2204.01/2211.01	c bounds -72 >= -2792 @ 2196.45
2204.01/2211.01	c bounds -72 >= -2791 @ 2196.45
2204.01/2211.01	c bounds -72 >= -2790 @ 2196.45
2204.01/2211.01	c bounds -72 >= -2789 @ 2196.45
2204.01/2211.01	c bounds -72 >= -2788 @ 2196.45
2204.01/2211.01	c bounds -72 >= -2787 @ 2196.45
2204.01/2211.01	c bounds -72 >= -2786 @ 2196.45
2204.01/2211.01	c bounds -72 >= -2785 @ 2196.45
2204.01/2211.01	c bounds -72 >= -2784 @ 2196.45
2204.01/2211.01	c bounds -72 >= -2783 @ 2196.45
2204.01/2211.01	c bounds -72 >= -2782 @ 2196.46
2204.01/2211.01	c bounds -72 >= -2781 @ 2196.46
2204.01/2211.01	c bounds -72 >= -2780 @ 2196.46
2204.01/2211.01	c bounds -72 >= -2779 @ 2196.46
2204.01/2211.01	c bounds -72 >= -2778 @ 2196.46
2204.01/2211.01	c bounds -72 >= -2777 @ 2196.46
2204.01/2211.01	c bounds -72 >= -2776 @ 2196.46
2204.01/2211.01	c bounds -72 >= -2775 @ 2196.46
2204.01/2211.01	c bounds -72 >= -2774 @ 2196.46
2204.01/2211.01	c bounds -72 >= -2773 @ 2196.46
2204.01/2211.01	c bounds -72 >= -2772 @ 2196.46
2204.01/2211.01	c bounds -72 >= -2771 @ 2196.46
2204.01/2211.01	c bounds -72 >= -2770 @ 2196.46
2204.01/2211.01	c bounds -72 >= -2769 @ 2196.46
2204.01/2211.01	c bounds -72 >= -2768 @ 2196.46
2204.01/2211.01	c bounds -72 >= -2767 @ 2196.46
2204.01/2211.01	c bounds -72 >= -2766 @ 2196.46
2204.01/2211.01	c bounds -72 >= -2765 @ 2196.46
2204.01/2211.01	c bounds -72 >= -2764 @ 2196.46
2204.01/2211.01	c bounds -72 >= -2763 @ 2196.46
2204.01/2211.01	c bounds -72 >= -2762 @ 2196.46
2204.01/2211.01	c bounds -72 >= -2761 @ 2196.46
2204.01/2211.01	c bounds -72 >= -2760 @ 2196.47
2204.01/2211.01	c bounds -72 >= -2759 @ 2196.47
2204.01/2211.01	c bounds -72 >= -2758 @ 2196.47
2204.01/2211.01	c bounds -72 >= -2757 @ 2196.47
2204.01/2211.01	c bounds -72 >= -2756 @ 2196.47
2204.01/2211.01	c bounds -72 >= -2755 @ 2196.47
2204.01/2211.01	c bounds -72 >= -2754 @ 2196.47
2204.01/2211.01	c bounds -72 >= -2753 @ 2196.47
2204.01/2211.02	c bounds -72 >= -2752 @ 2196.47
2204.01/2211.02	c bounds -72 >= -2751 @ 2196.47
2204.01/2211.02	c bounds -72 >= -2750 @ 2196.47
2204.01/2211.02	c bounds -72 >= -2749 @ 2196.47
2204.01/2211.02	c bounds -72 >= -2748 @ 2196.47
2204.01/2211.02	c bounds -72 >= -2747 @ 2196.47
2204.01/2211.02	c bounds -72 >= -2746 @ 2196.47
2204.01/2211.02	c bounds -72 >= -2745 @ 2196.47
2204.01/2211.02	c bounds -72 >= -2744 @ 2196.47
2204.01/2211.02	c bounds -72 >= -2743 @ 2196.47
2204.01/2211.02	c bounds -72 >= -2742 @ 2196.47
2204.01/2211.02	c bounds -72 >= -2741 @ 2196.47
2204.01/2211.02	c bounds -72 >= -2740 @ 2196.47
2204.01/2211.02	c bounds -72 >= -2739 @ 2196.47
2204.01/2211.02	c bounds -72 >= -2738 @ 2196.47
2204.01/2211.02	c bounds -72 >= -2737 @ 2196.47
2204.01/2211.02	c bounds -72 >= -2736 @ 2196.47
2204.01/2211.02	c bounds -72 >= -2735 @ 2196.48
2204.01/2211.02	c bounds -72 >= -2734 @ 2196.48
2204.01/2211.02	c bounds -72 >= -2733 @ 2196.48
2204.01/2211.02	c bounds -72 >= -2732 @ 2196.48
2204.01/2211.02	c bounds -72 >= -2731 @ 2196.48
2204.01/2211.02	c bounds -72 >= -2730 @ 2196.48
2204.01/2211.03	c bounds -72 >= -2729 @ 2196.48
2204.01/2211.03	c bounds -72 >= -2728 @ 2196.48
2204.01/2211.03	c bounds -72 >= -2727 @ 2196.48
2204.01/2211.03	c bounds -72 >= -2726 @ 2196.48
2204.01/2211.03	c bounds -72 >= -2725 @ 2196.48
2204.01/2211.03	c bounds -72 >= -2724 @ 2196.48
2204.01/2211.03	c bounds -72 >= -2723 @ 2196.48
2204.01/2211.03	c bounds -72 >= -2722 @ 2196.48
2204.01/2211.03	c bounds -72 >= -2721 @ 2196.48
2204.01/2211.03	c bounds -72 >= -2720 @ 2196.48
2204.01/2211.03	c bounds -72 >= -2719 @ 2196.48
2204.01/2211.03	c bounds -72 >= -2718 @ 2196.48
2204.01/2211.03	c bounds -72 >= -2717 @ 2196.48
2204.01/2211.03	c bounds -72 >= -2716 @ 2196.48
2204.01/2211.03	c bounds -72 >= -2715 @ 2196.48
2204.01/2211.03	c bounds -72 >= -2714 @ 2196.48
2204.01/2211.03	c bounds -72 >= -2713 @ 2196.48
2204.01/2211.03	c bounds -72 >= -2712 @ 2196.49
2204.01/2211.03	c bounds -72 >= -2711 @ 2196.49
2204.01/2211.03	c bounds -72 >= -2710 @ 2196.49
2204.01/2211.03	c bounds -72 >= -2709 @ 2196.49
2204.01/2211.03	c bounds -72 >= -2708 @ 2196.49
2204.01/2211.04	c bounds -72 >= -2707 @ 2196.49
2204.01/2211.04	c bounds -72 >= -2706 @ 2196.49
2204.01/2211.04	c bounds -72 >= -2705 @ 2196.49
2204.01/2211.04	c bounds -72 >= -2704 @ 2196.49
2204.01/2211.04	c bounds -72 >= -2703 @ 2196.49
2204.01/2211.04	c bounds -72 >= -2702 @ 2196.49
2204.01/2211.04	c bounds -72 >= -2701 @ 2196.49
2204.01/2211.04	c bounds -72 >= -2700 @ 2196.49
2204.01/2211.04	c bounds -72 >= -2699 @ 2196.49
2204.01/2211.04	c bounds -72 >= -2698 @ 2196.49
2204.01/2211.04	c bounds -72 >= -2697 @ 2196.49
2204.01/2211.04	c bounds -72 >= -2696 @ 2196.49
2204.01/2211.04	c bounds -72 >= -2695 @ 2196.49
2204.01/2211.04	c bounds -72 >= -2694 @ 2196.49
2204.01/2211.04	c bounds -72 >= -2693 @ 2196.49
2204.01/2211.04	c bounds -72 >= -2692 @ 2196.49
2204.01/2211.04	c bounds -72 >= -2691 @ 2196.49
2204.01/2211.04	c bounds -72 >= -2690 @ 2196.49
2204.01/2211.04	c bounds -72 >= -2689 @ 2196.49
2204.01/2211.04	c bounds -72 >= -2688 @ 2196.5
2204.01/2211.04	c bounds -72 >= -2687 @ 2196.5
2204.01/2211.04	c bounds -72 >= -2686 @ 2196.5
2204.01/2211.04	c bounds -72 >= -2685 @ 2196.5
2204.01/2211.04	c bounds -72 >= -2684 @ 2196.5
2204.01/2211.05	c bounds -72 >= -2683 @ 2196.5
2204.01/2211.05	c bounds -72 >= -2682 @ 2196.5
2204.01/2211.05	c bounds -72 >= -2681 @ 2196.5
2204.01/2211.05	c bounds -72 >= -2680 @ 2196.5
2204.01/2211.05	c bounds -72 >= -2679 @ 2196.5
2204.01/2211.05	c bounds -72 >= -2678 @ 2196.5
2204.01/2211.05	c bounds -72 >= -2677 @ 2196.5
2204.01/2211.05	c bounds -72 >= -2676 @ 2196.5
2204.01/2211.05	c bounds -72 >= -2675 @ 2196.5
2204.01/2211.05	c bounds -72 >= -2674 @ 2196.5
2204.01/2211.05	c bounds -72 >= -2673 @ 2196.5
2204.01/2211.05	c bounds -72 >= -2672 @ 2196.5
2204.01/2211.05	c bounds -72 >= -2671 @ 2196.5
2204.01/2211.05	c bounds -72 >= -2670 @ 2196.5
2204.01/2211.05	c bounds -72 >= -2669 @ 2196.5
2204.01/2211.05	c bounds -72 >= -2668 @ 2196.5
2204.01/2211.05	c bounds -72 >= -2667 @ 2196.5
2204.01/2211.05	c bounds -72 >= -2666 @ 2196.5
2204.01/2211.05	c bounds -72 >= -2665 @ 2196.51
2204.01/2211.05	c bounds -72 >= -2664 @ 2196.51
2204.01/2211.05	c bounds -72 >= -2663 @ 2196.51
2204.01/2211.05	c bounds -72 >= -2662 @ 2196.51
2204.01/2211.05	c bounds -72 >= -2661 @ 2196.51
2204.01/2211.06	c bounds -72 >= -2660 @ 2196.51
2204.01/2211.06	c bounds -72 >= -2659 @ 2196.51
2204.01/2211.06	c bounds -72 >= -2658 @ 2196.51
2204.01/2211.06	c bounds -72 >= -2657 @ 2196.51
2204.01/2211.06	c bounds -72 >= -2656 @ 2196.51
2204.01/2211.06	c bounds -72 >= -2655 @ 2196.51
2204.01/2211.06	c bounds -72 >= -2654 @ 2196.51
2204.01/2211.06	c bounds -72 >= -2653 @ 2196.51
2204.01/2211.06	c bounds -72 >= -2652 @ 2196.51
2204.01/2211.06	c bounds -72 >= -2651 @ 2196.51
2204.01/2211.06	c bounds -72 >= -2650 @ 2196.51
2204.01/2211.06	c bounds -72 >= -2649 @ 2196.51
2204.01/2211.06	c bounds -72 >= -2648 @ 2196.51
2204.01/2211.06	c bounds -72 >= -2647 @ 2196.51
2204.01/2211.06	c bounds -72 >= -2646 @ 2196.51
2204.01/2211.06	c bounds -72 >= -2645 @ 2196.51
2204.01/2211.06	c bounds -72 >= -2644 @ 2196.51
2204.01/2211.06	c bounds -72 >= -2643 @ 2196.52
2204.01/2211.06	c bounds -72 >= -2642 @ 2196.52
2204.01/2211.06	c bounds -72 >= -2641 @ 2196.52
2204.01/2211.06	c bounds -72 >= -2640 @ 2196.52
2204.01/2211.06	c bounds -72 >= -2639 @ 2196.52
2204.01/2211.07	c bounds -72 >= -2638 @ 2196.52
2204.01/2211.07	c bounds -72 >= -2637 @ 2196.52
2204.01/2211.07	c bounds -72 >= -2636 @ 2196.52
2204.01/2211.07	c bounds -72 >= -2635 @ 2196.52
2204.01/2211.07	c bounds -72 >= -2634 @ 2196.52
2204.01/2211.07	c bounds -72 >= -2633 @ 2196.52
2204.01/2211.07	c bounds -72 >= -2632 @ 2196.52
2204.01/2211.07	c bounds -72 >= -2631 @ 2196.52
2204.01/2211.07	c bounds -72 >= -2630 @ 2196.52
2204.01/2211.07	c bounds -72 >= -2629 @ 2196.52
2204.01/2211.07	c bounds -72 >= -2628 @ 2196.52
2204.01/2211.07	c bounds -72 >= -2627 @ 2196.52
2204.01/2211.07	c bounds -72 >= -2626 @ 2196.52
2204.01/2211.07	c bounds -72 >= -2625 @ 2196.52
2204.01/2211.07	c bounds -72 >= -2624 @ 2196.52
2204.01/2211.07	c bounds -72 >= -2623 @ 2196.52
2204.01/2211.07	c bounds -72 >= -2622 @ 2196.52
2204.01/2211.07	c bounds -72 >= -2621 @ 2196.52
2204.01/2211.07	c bounds -72 >= -2620 @ 2196.52
2204.01/2211.07	c bounds -72 >= -2619 @ 2196.52
2204.01/2211.07	c bounds -72 >= -2618 @ 2196.53
2204.01/2211.07	c bounds -72 >= -2617 @ 2196.53
2204.01/2211.07	c bounds -72 >= -2616 @ 2196.53
2204.01/2211.08	c bounds -72 >= -2615 @ 2196.53
2204.01/2211.08	c bounds -72 >= -2614 @ 2196.53
2204.01/2211.10	c bounds -142 >= -2614 @ 2196.55
2204.01/2211.10	c bounds -142 >= -2613 @ 2196.55
2204.01/2211.10	c bounds -142 >= -2612 @ 2196.55
2204.01/2211.10	c bounds -142 >= -2611 @ 2196.55
2204.01/2211.10	c bounds -142 >= -2610 @ 2196.55
2204.01/2211.10	c bounds -142 >= -2609 @ 2196.55
2204.01/2211.10	c bounds -142 >= -2608 @ 2196.55
2204.01/2211.10	c bounds -142 >= -2607 @ 2196.55
2204.01/2211.10	c bounds -142 >= -2606 @ 2196.55
2204.01/2211.10	c bounds -142 >= -2605 @ 2196.55
2204.01/2211.10	c bounds -142 >= -2604 @ 2196.55
2204.01/2211.10	c bounds -142 >= -2603 @ 2196.56
2204.01/2211.10	c bounds -142 >= -2602 @ 2196.56
2204.01/2211.11	c bounds -142 >= -2601 @ 2196.56
2204.01/2211.11	c bounds -142 >= -2600 @ 2196.56
2204.01/2211.11	c bounds -142 >= -2599 @ 2196.56
2204.01/2211.11	c bounds -142 >= -2598 @ 2196.56
2204.01/2211.11	c bounds -142 >= -2597 @ 2196.56
2204.01/2211.11	c bounds -142 >= -2596 @ 2196.56
2204.01/2211.11	c bounds -142 >= -2595 @ 2196.56
2204.01/2211.11	c bounds -142 >= -2594 @ 2196.56
2204.11/2211.11	c bounds -142 >= -2593 @ 2196.56
2204.11/2211.11	c bounds -142 >= -2592 @ 2196.56
2204.11/2211.11	c bounds -142 >= -2591 @ 2196.56
2204.11/2211.11	c bounds -142 >= -2590 @ 2196.56
2204.11/2211.11	c bounds -142 >= -2589 @ 2196.56
2204.11/2211.11	c bounds -142 >= -2588 @ 2196.56
2204.11/2211.11	c bounds -142 >= -2587 @ 2196.57
2204.11/2211.11	c bounds -142 >= -2586 @ 2196.57
2204.11/2211.11	c bounds -142 >= -2585 @ 2196.57
2204.11/2211.12	c bounds -142 >= -2584 @ 2196.57
2204.11/2211.12	c bounds -142 >= -2583 @ 2196.57
2204.11/2211.12	c bounds -142 >= -2582 @ 2196.57
2204.11/2211.12	c bounds -142 >= -2581 @ 2196.57
2204.11/2211.12	c bounds -142 >= -2580 @ 2196.57
2204.11/2211.12	c bounds -142 >= -2579 @ 2196.57
2204.11/2211.12	c bounds -142 >= -2578 @ 2196.57
2204.11/2211.12	c bounds -142 >= -2577 @ 2196.57
2204.11/2211.12	c bounds -142 >= -2576 @ 2196.57
2204.11/2211.12	c bounds -142 >= -2575 @ 2196.57
2204.11/2211.12	c bounds -142 >= -2574 @ 2196.57
2204.11/2211.12	c bounds -142 >= -2573 @ 2196.57
2204.11/2211.12	c bounds -142 >= -2572 @ 2196.57
2204.11/2211.12	c bounds -142 >= -2571 @ 2196.57
2204.11/2211.12	c bounds -142 >= -2570 @ 2196.57
2204.11/2211.12	c bounds -142 >= -2569 @ 2196.57
2204.11/2211.12	c bounds -142 >= -2568 @ 2196.57
2204.11/2211.12	c bounds -142 >= -2567 @ 2196.57
2204.11/2211.12	c bounds -142 >= -2566 @ 2196.58
2204.11/2211.12	c bounds -142 >= -2565 @ 2196.58
2204.11/2211.12	c bounds -142 >= -2564 @ 2196.58
2204.11/2211.13	c bounds -142 >= -2563 @ 2196.58
2204.11/2211.13	c bounds -142 >= -2562 @ 2196.58
2204.11/2211.13	c bounds -142 >= -2561 @ 2196.58
2204.11/2211.13	c bounds -142 >= -2560 @ 2196.58
2204.11/2211.13	c bounds -142 >= -2559 @ 2196.58
2204.11/2211.13	c bounds -142 >= -2558 @ 2196.58
2204.11/2211.13	c bounds -142 >= -2557 @ 2196.58
2204.11/2211.13	c bounds -142 >= -2556 @ 2196.58
2204.11/2211.13	c bounds -142 >= -2555 @ 2196.58
2204.11/2211.13	c bounds -142 >= -2554 @ 2196.58
2204.11/2211.13	c bounds -142 >= -2553 @ 2196.58
2204.11/2211.13	c bounds -142 >= -2552 @ 2196.58
2204.11/2211.13	c bounds -142 >= -2551 @ 2196.58
2204.11/2211.13	c bounds -142 >= -2550 @ 2196.58
2204.11/2211.13	c bounds -142 >= -2549 @ 2196.58
2204.11/2211.13	c bounds -142 >= -2548 @ 2196.58
2204.11/2211.13	c bounds -142 >= -2547 @ 2196.58
2204.11/2211.13	c bounds -142 >= -2546 @ 2196.58
2204.11/2211.13	c bounds -142 >= -2545 @ 2196.58
2204.11/2211.13	c bounds -142 >= -2544 @ 2196.58
2204.11/2211.13	c bounds -142 >= -2543 @ 2196.59
2204.11/2211.13	c bounds -142 >= -2542 @ 2196.59
2204.11/2211.14	c bounds -142 >= -2541 @ 2196.59
2204.11/2211.14	c bounds -142 >= -2540 @ 2196.59
2204.11/2211.14	c bounds -142 >= -2539 @ 2196.59
2204.11/2211.14	c bounds -142 >= -2538 @ 2196.59
2204.11/2211.14	c bounds -142 >= -2537 @ 2196.59
2204.11/2211.14	c bounds -142 >= -2536 @ 2196.59
2204.11/2211.14	c bounds -142 >= -2535 @ 2196.59
2204.11/2211.14	c bounds -142 >= -2534 @ 2196.59
2204.11/2211.14	c bounds -142 >= -2533 @ 2196.59
2204.11/2211.14	c bounds -142 >= -2532 @ 2196.59
2204.11/2211.14	c bounds -142 >= -2531 @ 2196.59
2204.11/2211.14	c bounds -142 >= -2530 @ 2196.59
2204.11/2211.14	c bounds -142 >= -2529 @ 2196.59
2204.11/2211.14	c bounds -142 >= -2528 @ 2196.59
2204.11/2211.14	c bounds -142 >= -2527 @ 2196.59
2204.11/2211.14	c bounds -142 >= -2526 @ 2196.59
2204.11/2211.14	c bounds -142 >= -2525 @ 2196.59
2204.11/2211.14	c bounds -142 >= -2524 @ 2196.59
2204.11/2211.14	c bounds -142 >= -2523 @ 2196.59
2204.11/2211.14	c bounds -142 >= -2522 @ 2196.59
2204.11/2211.14	c bounds -142 >= -2521 @ 2196.59
2204.11/2211.14	c bounds -142 >= -2520 @ 2196.59
2204.11/2211.14	c bounds -142 >= -2519 @ 2196.6
2204.11/2211.15	c bounds -142 >= -2518 @ 2196.6
2204.11/2211.15	c bounds -142 >= -2517 @ 2196.6
2204.11/2211.15	c bounds -142 >= -2516 @ 2196.6
2204.11/2211.15	c bounds -142 >= -2515 @ 2196.6
2204.11/2211.15	c bounds -142 >= -2514 @ 2196.6
2204.11/2211.15	c bounds -142 >= -2513 @ 2196.6
2204.11/2211.15	c bounds -142 >= -2512 @ 2196.6
2204.11/2211.15	c bounds -142 >= -2511 @ 2196.6
2204.11/2211.15	c bounds -142 >= -2510 @ 2196.6
2204.11/2211.15	c bounds -142 >= -2509 @ 2196.6
2204.11/2211.15	c bounds -142 >= -2508 @ 2196.6
2204.11/2211.15	c bounds -142 >= -2507 @ 2196.6
2204.11/2211.15	c bounds -142 >= -2506 @ 2196.6
2204.11/2211.15	c bounds -142 >= -2505 @ 2196.6
2204.11/2211.15	c bounds -142 >= -2504 @ 2196.6
2204.11/2211.15	c bounds -142 >= -2503 @ 2196.6
2204.11/2211.15	c bounds -142 >= -2502 @ 2196.6
2204.11/2211.15	c bounds -142 >= -2501 @ 2196.6
2204.11/2211.15	c bounds -142 >= -2500 @ 2196.6
2204.11/2211.15	c bounds -142 >= -2499 @ 2196.6
2204.11/2211.15	c bounds -142 >= -2498 @ 2196.6
2204.11/2211.15	c bounds -142 >= -2497 @ 2196.6
2204.11/2211.16	c bounds -142 >= -2496 @ 2196.6
2204.11/2211.16	c bounds -142 >= -2495 @ 2196.6
2204.11/2211.16	c bounds -142 >= -2494 @ 2196.6
2204.11/2211.16	c bounds -142 >= -2493 @ 2196.61
2204.11/2211.16	c bounds -142 >= -2492 @ 2196.61
2204.11/2211.16	c bounds -142 >= -2491 @ 2196.61
2204.11/2211.16	c bounds -142 >= -2490 @ 2196.61
2204.11/2211.16	c bounds -142 >= -2489 @ 2196.61
2204.11/2211.17	c bounds -212 >= -2489 @ 2196.62
2204.11/2211.18	c bounds -212 >= -2488 @ 2196.62
2204.11/2211.18	c bounds -212 >= -2487 @ 2196.63
2204.11/2211.18	c bounds -212 >= -2486 @ 2196.63
2204.11/2211.18	c bounds -212 >= -2485 @ 2196.63
2204.11/2211.18	c bounds -212 >= -2484 @ 2196.63
2204.11/2211.18	c bounds -212 >= -2483 @ 2196.63
2204.11/2211.18	c bounds -212 >= -2482 @ 2196.63
2204.11/2211.18	c bounds -212 >= -2481 @ 2196.63
2204.11/2211.18	c bounds -212 >= -2480 @ 2196.63
2204.11/2211.18	c bounds -212 >= -2479 @ 2196.63
2204.11/2211.18	c bounds -212 >= -2478 @ 2196.63
2204.11/2211.18	c bounds -212 >= -2477 @ 2196.63
2204.11/2211.18	c bounds -212 >= -2476 @ 2196.63
2204.11/2211.18	c bounds -212 >= -2475 @ 2196.63
2204.11/2211.18	c bounds -212 >= -2474 @ 2196.63
2204.11/2211.18	c bounds -212 >= -2473 @ 2196.63
2204.11/2211.18	c bounds -212 >= -2472 @ 2196.63
2204.11/2211.19	c bounds -212 >= -2471 @ 2196.63
2204.11/2211.19	c bounds -212 >= -2470 @ 2196.63
2204.11/2211.19	c bounds -212 >= -2469 @ 2196.63
2204.11/2211.19	c bounds -212 >= -2468 @ 2196.63
2204.11/2211.19	c bounds -212 >= -2467 @ 2196.63
2204.11/2211.19	c bounds -212 >= -2466 @ 2196.64
2204.11/2211.19	c bounds -212 >= -2465 @ 2196.64
2204.11/2211.19	c bounds -212 >= -2464 @ 2196.64
2204.11/2211.19	c bounds -212 >= -2463 @ 2196.64
2204.11/2211.19	c bounds -212 >= -2462 @ 2196.64
2204.11/2211.19	c bounds -212 >= -2461 @ 2196.64
2204.11/2211.19	c bounds -212 >= -2460 @ 2196.64
2204.11/2211.19	c bounds -212 >= -2459 @ 2196.64
2204.11/2211.19	c bounds -212 >= -2458 @ 2196.64
2204.11/2211.19	c bounds -212 >= -2457 @ 2196.64
2204.11/2211.19	c bounds -212 >= -2456 @ 2196.64
2204.11/2211.19	c bounds -212 >= -2455 @ 2196.64
2204.11/2211.19	c bounds -212 >= -2454 @ 2196.64
2204.11/2211.19	c bounds -212 >= -2453 @ 2196.64
2204.11/2211.19	c bounds -212 >= -2452 @ 2196.64
2204.11/2211.19	c bounds -212 >= -2451 @ 2196.64
2204.11/2211.20	c bounds -212 >= -2450 @ 2196.64
2204.11/2211.20	c bounds -212 >= -2449 @ 2196.64
2204.20/2211.20	c bounds -212 >= -2448 @ 2196.64
2204.20/2211.20	c bounds -212 >= -2447 @ 2196.64
2204.20/2211.20	c bounds -212 >= -2446 @ 2196.64
2204.20/2211.20	c bounds -212 >= -2445 @ 2196.64
2204.20/2211.20	c bounds -212 >= -2444 @ 2196.64
2204.20/2211.20	c bounds -212 >= -2443 @ 2196.64
2204.20/2211.20	c bounds -212 >= -2442 @ 2196.64
2204.20/2211.20	c bounds -212 >= -2441 @ 2196.65
2204.20/2211.20	c bounds -212 >= -2440 @ 2196.65
2204.20/2211.20	c bounds -212 >= -2439 @ 2196.65
2204.20/2211.20	c bounds -212 >= -2438 @ 2196.65
2204.20/2211.20	c bounds -212 >= -2437 @ 2196.65
2204.20/2211.20	c bounds -212 >= -2436 @ 2196.65
2204.20/2211.20	c bounds -212 >= -2435 @ 2196.65
2204.20/2211.20	c bounds -212 >= -2434 @ 2196.65
2204.20/2211.20	c bounds -212 >= -2433 @ 2196.65
2204.20/2211.20	c bounds -212 >= -2432 @ 2196.65
2204.20/2211.20	c bounds -212 >= -2431 @ 2196.65
2204.20/2211.21	c bounds -212 >= -2430 @ 2196.65
2204.20/2211.21	c bounds -212 >= -2429 @ 2196.65
2204.20/2211.21	c bounds -212 >= -2428 @ 2196.65
2204.20/2211.21	c bounds -212 >= -2427 @ 2196.65
2204.20/2211.21	c bounds -212 >= -2426 @ 2196.65
2204.20/2211.21	c bounds -212 >= -2425 @ 2196.65
2204.20/2211.21	c bounds -212 >= -2424 @ 2196.65
2204.20/2211.21	c bounds -212 >= -2423 @ 2196.65
2204.20/2211.21	c bounds -212 >= -2422 @ 2196.65
2204.20/2211.21	c bounds -212 >= -2421 @ 2196.65
2204.20/2211.21	c bounds -212 >= -2420 @ 2196.65
2204.20/2211.21	c bounds -212 >= -2419 @ 2196.65
2204.20/2211.21	c bounds -212 >= -2418 @ 2196.65
2204.20/2211.21	c bounds -212 >= -2417 @ 2196.65
2204.20/2211.21	c bounds -212 >= -2416 @ 2196.66
2204.20/2211.21	c bounds -212 >= -2415 @ 2196.66
2204.20/2211.21	c bounds -212 >= -2414 @ 2196.66
2204.20/2211.21	c bounds -212 >= -2413 @ 2196.66
2204.20/2211.21	c bounds -212 >= -2412 @ 2196.66
2204.20/2211.21	c bounds -212 >= -2411 @ 2196.66
2204.20/2211.21	c bounds -212 >= -2410 @ 2196.66
2204.20/2211.22	c bounds -212 >= -2409 @ 2196.66
2204.20/2211.23	c bounds -282 >= -2409 @ 2196.67
2204.20/2211.23	c bounds -282 >= -2408 @ 2196.68
2204.20/2211.23	c bounds -282 >= -2407 @ 2196.68
2204.20/2211.23	c bounds -282 >= -2406 @ 2196.68
2204.20/2211.24	c bounds -282 >= -2405 @ 2196.68
2204.20/2211.24	c bounds -282 >= -2404 @ 2196.68
2204.20/2211.24	c bounds -282 >= -2403 @ 2196.68
2204.20/2211.24	c bounds -282 >= -2402 @ 2196.68
2204.20/2211.24	c bounds -282 >= -2401 @ 2196.68
2204.20/2211.24	c bounds -282 >= -2400 @ 2196.68
2204.20/2211.24	c bounds -282 >= -2399 @ 2196.68
2204.20/2211.24	c bounds -282 >= -2398 @ 2196.68
2204.20/2211.24	c bounds -282 >= -2397 @ 2196.68
2204.20/2211.24	c bounds -282 >= -2396 @ 2196.68
2204.20/2211.24	c bounds -282 >= -2395 @ 2196.68
2204.20/2211.24	c bounds -282 >= -2394 @ 2196.68
2204.20/2211.24	c bounds -282 >= -2393 @ 2196.68
2204.20/2211.24	c bounds -282 >= -2392 @ 2196.68
2204.20/2211.24	c bounds -282 >= -2391 @ 2196.68
2204.20/2211.24	c bounds -282 >= -2390 @ 2196.69
2204.20/2211.24	c bounds -282 >= -2389 @ 2196.69
2204.20/2211.24	c bounds -282 >= -2388 @ 2196.69
2204.20/2211.24	c bounds -282 >= -2387 @ 2196.69
2204.20/2211.25	c bounds -282 >= -2386 @ 2196.69
2204.20/2211.25	c bounds -282 >= -2385 @ 2196.69
2204.20/2211.25	c bounds -282 >= -2384 @ 2196.69
2204.20/2211.25	c bounds -282 >= -2383 @ 2196.69
2204.20/2211.25	c bounds -282 >= -2382 @ 2196.69
2204.20/2211.25	c bounds -282 >= -2381 @ 2196.69
2204.20/2211.25	c bounds -282 >= -2380 @ 2196.69
2204.20/2211.25	c bounds -282 >= -2379 @ 2196.69
2204.20/2211.25	c bounds -282 >= -2378 @ 2196.69
2204.20/2211.25	c bounds -282 >= -2377 @ 2196.69
2204.20/2211.25	c bounds -282 >= -2376 @ 2196.69
2204.20/2211.25	c bounds -282 >= -2375 @ 2196.7
2204.20/2211.25	c bounds -282 >= -2374 @ 2196.7
2204.20/2211.25	c bounds -282 >= -2373 @ 2196.7
2204.20/2211.25	c bounds -282 >= -2372 @ 2196.7
2204.20/2211.25	c bounds -282 >= -2371 @ 2196.7
2204.20/2211.26	c bounds -282 >= -2370 @ 2196.7
2204.20/2211.26	c bounds -282 >= -2369 @ 2196.7
2204.20/2211.26	c bounds -282 >= -2368 @ 2196.7
2204.20/2211.26	c bounds -282 >= -2367 @ 2196.7
2204.20/2211.26	c bounds -282 >= -2366 @ 2196.7
2204.20/2211.26	c bounds -282 >= -2365 @ 2196.7
2204.20/2211.26	c bounds -282 >= -2364 @ 2196.7
2204.20/2211.26	c bounds -282 >= -2363 @ 2196.7
2204.20/2211.26	c bounds -282 >= -2362 @ 2196.7
2204.20/2211.26	c bounds -282 >= -2361 @ 2196.7
2204.20/2211.26	c bounds -282 >= -2360 @ 2196.7
2204.20/2211.28	c bounds -352 >= -2360 @ 2196.72
2204.20/2211.28	c bounds -352 >= -2359 @ 2196.72
2204.20/2211.28	c bounds -352 >= -2358 @ 2196.72
2204.20/2211.28	c bounds -352 >= -2357 @ 2196.72
2204.20/2211.28	c bounds -352 >= -2356 @ 2196.72
2204.20/2211.28	c bounds -352 >= -2355 @ 2196.72
2204.20/2211.28	c bounds -352 >= -2354 @ 2196.72
2204.20/2211.28	c bounds -352 >= -2353 @ 2196.72
2204.20/2211.28	c bounds -352 >= -2352 @ 2196.72
2204.20/2211.28	c bounds -352 >= -2351 @ 2196.72
2204.20/2211.28	c bounds -352 >= -2350 @ 2196.72
2204.20/2211.28	c bounds -352 >= -2349 @ 2196.72
2204.20/2211.28	c bounds -352 >= -2348 @ 2196.72
2204.20/2211.28	c bounds -352 >= -2347 @ 2196.73
2204.20/2211.28	c bounds -352 >= -2346 @ 2196.73
2204.20/2211.29	c bounds -352 >= -2345 @ 2196.73
2204.20/2211.29	c bounds -352 >= -2344 @ 2196.73
2204.20/2211.29	c bounds -352 >= -2343 @ 2196.73
2204.20/2211.29	c bounds -352 >= -2342 @ 2196.73
2204.20/2211.29	c bounds -352 >= -2341 @ 2196.73
2204.20/2211.29	c bounds -352 >= -2340 @ 2196.73
2204.20/2211.29	c bounds -352 >= -2339 @ 2196.73
2204.20/2211.29	c bounds -352 >= -2338 @ 2196.73
2204.20/2211.29	c bounds -352 >= -2337 @ 2196.73
2204.20/2211.29	c bounds -352 >= -2336 @ 2196.73
2204.20/2211.29	c bounds -352 >= -2335 @ 2196.73
2204.20/2211.29	c bounds -352 >= -2334 @ 2196.73
2204.20/2211.29	c bounds -352 >= -2333 @ 2196.73
2204.20/2211.29	c bounds -352 >= -2332 @ 2196.73
2204.20/2211.29	c bounds -352 >= -2331 @ 2196.73
2204.20/2211.29	c bounds -352 >= -2330 @ 2196.73
2204.20/2211.29	c bounds -352 >= -2329 @ 2196.74
2204.20/2211.29	c bounds -352 >= -2328 @ 2196.74
2204.20/2211.29	c bounds -352 >= -2327 @ 2196.74
2204.20/2211.29	c bounds -352 >= -2326 @ 2196.74
2204.20/2211.30	c bounds -352 >= -2325 @ 2196.74
2204.20/2211.30	c bounds -352 >= -2324 @ 2196.74
2204.29/2211.30	c bounds -352 >= -2323 @ 2196.74
2204.29/2211.30	c bounds -352 >= -2322 @ 2196.74
2204.29/2211.30	c bounds -352 >= -2321 @ 2196.74
2204.29/2211.30	c bounds -352 >= -2320 @ 2196.74
2204.29/2211.30	c bounds -352 >= -2319 @ 2196.74
2204.29/2211.30	c bounds -352 >= -2318 @ 2196.74
2204.29/2211.30	c bounds -352 >= -2317 @ 2196.74
2204.29/2211.30	c bounds -352 >= -2316 @ 2196.74
2204.29/2211.30	c bounds -352 >= -2315 @ 2196.74
2204.29/2211.30	c bounds -352 >= -2314 @ 2196.74
2204.29/2211.30	c bounds -352 >= -2313 @ 2196.74
2204.29/2211.30	c bounds -352 >= -2312 @ 2196.74
2204.29/2211.30	c bounds -352 >= -2311 @ 2196.74
2204.29/2211.31	c bounds -352 >= -2310 @ 2196.75
2204.29/2211.32	c bounds -422 >= -2310 @ 2196.76
2204.29/2211.32	c bounds -422 >= -2309 @ 2196.77
2204.29/2211.33	c bounds -422 >= -2308 @ 2196.77
2204.29/2211.33	c bounds -422 >= -2307 @ 2196.77
2204.29/2211.33	c bounds -422 >= -2306 @ 2196.77
2204.29/2211.33	c bounds -422 >= -2305 @ 2196.77
2204.29/2211.33	c bounds -422 >= -2304 @ 2196.77
2204.29/2211.33	c bounds -422 >= -2303 @ 2196.77
2204.29/2211.33	c bounds -422 >= -2302 @ 2196.77
2204.29/2211.33	c bounds -422 >= -2301 @ 2196.77
2204.29/2211.33	c bounds -422 >= -2300 @ 2196.77
2204.29/2211.33	c bounds -422 >= -2299 @ 2196.77
2204.29/2211.33	c bounds -422 >= -2298 @ 2196.77
2204.29/2211.33	c bounds -422 >= -2297 @ 2196.77
2204.29/2211.33	c bounds -422 >= -2296 @ 2196.77
2204.29/2211.33	c bounds -422 >= -2295 @ 2196.77
2204.29/2211.33	c bounds -422 >= -2294 @ 2196.77
2204.29/2211.33	c bounds -422 >= -2293 @ 2196.78
2204.29/2211.34	c bounds -422 >= -2292 @ 2196.78
2204.29/2211.34	c bounds -422 >= -2291 @ 2196.78
2204.29/2211.34	c bounds -422 >= -2290 @ 2196.78
2204.29/2211.34	c bounds -422 >= -2289 @ 2196.78
2204.29/2211.34	c bounds -422 >= -2288 @ 2196.78
2204.29/2211.34	c bounds -422 >= -2287 @ 2196.78
2204.29/2211.34	c bounds -422 >= -2286 @ 2196.78
2204.29/2211.34	c bounds -422 >= -2285 @ 2196.78
2204.29/2211.34	c bounds -422 >= -2284 @ 2196.78
2204.29/2211.34	c bounds -422 >= -2283 @ 2196.78
2204.29/2211.34	c bounds -422 >= -2282 @ 2196.78
2204.29/2211.34	c bounds -422 >= -2281 @ 2196.78
2204.29/2211.34	c bounds -422 >= -2280 @ 2196.78
2204.29/2211.36	c bounds -492 >= -2280 @ 2196.8
2204.29/2211.36	c bounds -492 >= -2279 @ 2196.8
2204.29/2211.36	c bounds -492 >= -2278 @ 2196.8
2204.29/2211.36	c bounds -492 >= -2277 @ 2196.8
2204.29/2211.36	c bounds -492 >= -2276 @ 2196.8
2204.29/2211.36	c bounds -492 >= -2275 @ 2196.8
2204.29/2211.36	c bounds -492 >= -2274 @ 2196.8
2204.29/2211.36	c bounds -492 >= -2273 @ 2196.8
2204.29/2211.36	c bounds -492 >= -2272 @ 2196.8
2204.29/2211.36	c bounds -492 >= -2271 @ 2196.8
2204.29/2211.36	c bounds -492 >= -2270 @ 2196.8
2204.29/2211.36	c bounds -492 >= -2269 @ 2196.8
2204.29/2211.36	c bounds -492 >= -2268 @ 2196.8
2204.29/2211.36	c bounds -492 >= -2267 @ 2196.8
2204.29/2211.36	c bounds -492 >= -2266 @ 2196.8
2204.29/2211.36	c bounds -492 >= -2265 @ 2196.8
2204.29/2211.37	c bounds -492 >= -2264 @ 2196.8
2204.29/2211.37	c bounds -492 >= -2263 @ 2196.81
2204.29/2211.37	c bounds -492 >= -2262 @ 2196.81
2204.29/2211.37	c bounds -492 >= -2261 @ 2196.81
2204.29/2211.37	c bounds -492 >= -2260 @ 2196.81
2204.29/2211.37	c bounds -492 >= -2259 @ 2196.81
2204.29/2211.37	c bounds -492 >= -2258 @ 2196.81
2204.29/2211.37	c bounds -492 >= -2257 @ 2196.81
2204.29/2211.37	c bounds -492 >= -2256 @ 2196.81
2204.29/2211.37	c bounds -492 >= -2255 @ 2196.81
2204.29/2211.37	c bounds -492 >= -2254 @ 2196.81
2204.29/2211.39	c bounds -562 >= -2254 @ 2196.82
2204.29/2211.39	c bounds -562 >= -2253 @ 2196.83
2204.29/2211.39	c bounds -562 >= -2252 @ 2196.83
2204.29/2211.39	c bounds -562 >= -2251 @ 2196.83
2204.29/2211.39	c bounds -562 >= -2250 @ 2196.83
2204.29/2211.39	c bounds -562 >= -2249 @ 2196.83
2204.29/2211.39	c bounds -562 >= -2248 @ 2196.83
2204.29/2211.39	c bounds -562 >= -2247 @ 2196.83
2204.29/2211.39	c bounds -562 >= -2246 @ 2196.83
2204.29/2211.40	c bounds -562 >= -2245 @ 2196.83
2204.39/2211.40	c bounds -562 >= -2244 @ 2196.83
2204.39/2211.40	c bounds -562 >= -2243 @ 2196.83
2204.39/2211.40	c bounds -562 >= -2242 @ 2196.83
2204.39/2211.40	c bounds -562 >= -2241 @ 2196.84
2204.39/2211.41	c bounds -632 >= -2241 @ 2196.85
2204.39/2211.41	c bounds -632 >= -2240 @ 2196.85
2204.39/2211.41	c bounds -632 >= -2239 @ 2196.85
2204.39/2211.41	c bounds -632 >= -2238 @ 2196.85
2204.39/2211.41	c bounds -632 >= -2237 @ 2196.85
2204.39/2211.42	c bounds -632 >= -2236 @ 2196.85
2204.39/2211.42	c bounds -632 >= -2235 @ 2196.85
2204.39/2211.42	c bounds -632 >= -2234 @ 2196.85
2204.39/2211.42	c bounds -632 >= -2233 @ 2196.86
2204.39/2211.42	c bounds -632 >= -2232 @ 2196.86
2204.39/2211.42	c bounds -632 >= -2231 @ 2196.86
2204.39/2211.44	c bounds -702 >= -2231 @ 2196.87
2204.39/2211.44	c bounds -702 >= -2230 @ 2196.87
2204.39/2211.44	c bounds -702 >= -2229 @ 2196.88
2204.39/2211.44	c bounds -702 >= -2228 @ 2196.88
2204.39/2211.44	c bounds -702 >= -2227 @ 2196.88
2204.39/2211.44	c bounds -702 >= -2226 @ 2196.88
2204.39/2211.45	c bounds -702 >= -2225 @ 2196.88
2204.39/2211.45	c bounds -702 >= -2224 @ 2196.88
2204.39/2211.45	c bounds -702 >= -2223 @ 2196.88
2204.39/2211.46	c bounds -772 >= -2223 @ 2196.9
2204.39/2211.47	c bounds -772 >= -2222 @ 2196.9
2204.39/2211.47	c bounds -772 >= -2221 @ 2196.9
2204.39/2211.47	c bounds -772 >= -2220 @ 2196.91
2204.39/2211.47	c bounds -772 >= -2219 @ 2196.91
2204.39/2211.47	c bounds -772 >= -2218 @ 2196.91
2204.39/2211.47	c bounds -772 >= -2217 @ 2196.91
2204.39/2211.48	c bounds -772 >= -2216 @ 2196.91
2204.50/2211.50	c bounds -842 >= -2216 @ 2196.93
2204.50/2211.50	c bounds -842 >= -2215 @ 2196.94
2204.50/2211.50	c bounds -842 >= -2214 @ 2196.94
2204.50/2211.51	c bounds -842 >= -2213 @ 2196.94
2204.50/2211.51	c bounds -842 >= -2212 @ 2196.94
2204.50/2211.51	c bounds -842 >= -2211 @ 2196.94
2204.50/2211.51	c bounds -842 >= -2210 @ 2196.94
2204.50/2211.53	c bounds -912 >= -2210 @ 2196.96
2204.50/2211.53	c bounds -912 >= -2209 @ 2196.96
2204.50/2211.53	c bounds -912 >= -2208 @ 2196.97
2204.50/2211.53	c bounds -912 >= -2207 @ 2196.97
2204.50/2211.53	c bounds -912 >= -2206 @ 2196.97
2204.50/2211.54	c bounds -912 >= -2205 @ 2196.97
2204.50/2211.54	c bounds -912 >= -2204 @ 2196.97
2204.50/2211.54	c bounds -912 >= -2203 @ 2196.97
2204.50/2211.54	c bounds -912 >= -2202 @ 2196.97
2204.50/2211.54	c bounds -912 >= -2201 @ 2196.97
2204.50/2211.54	c bounds -912 >= -2200 @ 2196.97
2204.50/2211.54	c bounds -912 >= -2199 @ 2196.98
2204.50/2211.55	c bounds -912 >= -2198 @ 2196.98
2204.50/2211.58	c bounds -960 >= -2198 @ 2197.01
2204.50/2211.58	c bounds -960 >= -2197 @ 2197.01
2204.50/2211.58	c bounds -960 >= -2196 @ 2197.01
2204.50/2211.59	c bounds -960 >= -2195 @ 2197.01
2204.50/2211.59	c bounds -960 >= -2194 @ 2197.02
2204.60/2211.60	c bounds -960 >= -2193 @ 2197.03
2204.60/2211.69	c bounds -981 >= -2193 @ 2197.12
2204.70/2211.70	c bounds -981 >= -2192 @ 2197.13
2204.70/2211.71	c bounds -981 >= -2191 @ 2197.13
2204.70/2211.72	c bounds -981 >= -2190 @ 2197.14
2204.70/2211.73	c bounds -981 >= -2189 @ 2197.15
2204.70/2211.74	c bounds -981 >= -2188 @ 2197.16
2204.70/2211.75	c bounds -981 >= -2187 @ 2197.17
2204.70/2211.76	c bounds -981 >= -2186 @ 2197.18
2204.79/2211.82	c bounds -1394 >= -2186 @ 2197.24
2204.79/2211.83	c bounds -1394 >= -2185 @ 2197.24
2204.79/2211.84	c bounds -1394 >= -2184 @ 2197.25
2204.79/2211.85	c bounds -1394 >= -2183 @ 2197.26
2204.79/2211.85	c bounds -1394 >= -2182 @ 2197.26
2204.79/2211.86	c bounds -1394 >= -2181 @ 2197.27
2204.79/2211.87	c bounds -1394 >= -2180 @ 2197.28
2204.89/2211.91	c bounds -1422 >= -2180 @ 2197.31
2204.89/2211.93	c bounds -1422 >= -2179 @ 2197.34
2204.89/2211.96	c bounds -1450 >= -2179 @ 2197.37
2204.89/2212.00	c bounds -1450 >= -2178 @ 2197.41
2205.00/2212.04	c bounds -1478 >= -2178 @ 2197.44
2205.00/2212.05	c bounds -1506 >= -2178 @ 2197.46
2205.11/2212.14	c bounds -1534 >= -2178 @ 2197.54
2205.11/2212.16	c bounds -1534 >= -2177 @ 2197.56
2205.11/2212.18	c bounds -1534 >= -2176 @ 2197.58
2205.19/2212.20	c bounds -1558 >= -2176 @ 2197.61
2205.19/2212.22	c bounds -1582 >= -2176 @ 2197.62
2205.19/2212.24	c bounds -1582 >= -2175 @ 2197.64
2205.29/2212.34	c bounds -1588 >= -2175 @ 2197.74
2205.29/2212.37	c bounds -1588 >= -2174 @ 2197.76
2205.39/2212.41	c bounds -1588 >= -2173 @ 2197.8
2205.39/2212.46	c bounds -1606 >= -2173 @ 2197.85
2205.49/2212.52	c bounds -1628 >= -2173 @ 2197.91
2205.49/2212.55	c bounds -1628 >= -2172 @ 2197.94
2205.49/2212.59	c bounds -1633 >= -2172 @ 2197.98
2205.59/2212.63	c bounds -1638 >= -2172 @ 2198.02
2205.59/2212.67	c #Conflicts:       1000 | #Constraints:     448168
2205.59/2212.67	c bounds -1638 >= -2171 @ 2198.06
2205.69/2212.73	c bounds -1643 >= -2171 @ 2198.11
2205.69/2212.75	c bounds -1659 >= -2171 @ 2198.13
2205.79/2212.81	c bounds -1659 >= -2170 @ 2198.19
2205.79/2212.89	c bounds -1673 >= -2170 @ 2198.27
2206.00/2213.05	c bounds -1687 >= -2170 @ 2198.43
2206.00/2213.08	c bounds -1687 >= -2169 @ 2198.46
2206.39/2213.49	c bounds -1691 >= -2169 @ 2198.87
2206.49/2213.55	c bounds -1691 >= -2168 @ 2198.93
2206.49/2213.58	c bounds -1691 >= -2167 @ 2198.96
2207.78/2214.89	c #Conflicts:       2000 | #Constraints:     449548
2207.78/2214.89	c INPROCESSING
2207.78/2214.89	c GARBAGE COLLECT
2207.78/2214.89	c bounds -1691 >= -2166 @ 2200.25
2207.89/2214.99	c bounds -1691 >= -2165 @ 2200.35
2209.78/2216.85	c bounds -1696 >= -2165 @ 2202.2
2209.88/2216.99	c #Conflicts:       3000 | #Constraints:     447890
2209.88/2216.99	c bounds -1696 >= -2164 @ 2202.34
2266.83/2274.06	WSVECS04 Frhs2[1]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[5]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[7]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[9]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[14]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[19]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[20]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[21]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[25]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[26]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[29]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[31]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[32]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[35]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[37]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[38]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[41]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[43]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[49]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[50]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[55]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[56]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[57]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[59]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[61]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[62]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[71]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[74]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[75]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[79]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[83]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[85]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[90]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[91]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[99]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[102]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[105]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[106]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[109]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[111]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[115]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[117]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[120]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[123]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[135]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[141]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[142]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[144]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[147]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[151]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[157]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[159]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[160]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[163]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[169]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[172]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[173]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[180]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[182]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[184]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[192]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[196]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[197]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[202]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[203]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[208]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[209]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[214]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[215]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[216]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[217]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[220]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[221]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[222]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[232]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[234]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[236]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[238]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[239]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[242]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[245]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[246]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[250]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[256]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[260]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[263]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[280]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[286]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[298]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[299]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[300]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[304]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[305]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[316]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[317]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[319]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[320]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[322]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[325]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[329]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[338]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[342]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[347]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[349]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[357]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[361]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[379]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[382]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[399]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[401]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[402]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[403]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[407]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[411]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[414]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[415]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[420]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[421]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[422]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[424]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[434]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[435]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[436]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[439]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[440]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[441]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[445]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[446]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[447]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[452]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[453]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[457]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[458]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[464]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[465]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[470]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[471]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[472]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[475]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[476]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[477]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[481]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[487]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[489]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[490]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[493]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[494]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[499]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[500]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[502]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[504]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[509]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[512]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[514]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[515]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[516]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[520]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[521]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[524]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[530]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[532]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[533]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[536]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[538]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[544]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[550]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[551]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[552]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[554]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[556]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[557]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[566]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[569]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[570]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[574]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[578]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[580]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[583]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[591]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[594]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[595]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[598]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[600]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[604]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[624]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[631]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[633]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[636]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[640]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[648]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[649]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[652]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[665]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[667]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[675]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[679]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[685]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[686]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[691]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[692]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[697]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[698]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[700]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[704]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[705]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[719]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[721]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[722]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[725]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[728]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[729]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[733]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[743]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[746]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[748]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[749]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[753]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[754]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[758]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[759]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[766]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[784]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[789]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[790]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[791]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[795]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[800]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[801]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[803]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[807]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[808]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[812]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[813]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[814]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[893]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[908]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[913]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[919]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[920]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[926]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[928]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[931]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[943]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[947]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[949]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[950]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[956]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[961]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[966]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1042]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1054]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1055]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1060]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1061]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1066]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1072]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1073]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1074]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1075]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1078]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1079]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1090]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1091]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1092]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1095]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1097]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1104]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1108]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1113]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1117]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1118]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1124]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1128]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1129]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1130]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1136]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1154]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1156]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1159]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1160]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1170]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1174]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1177]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1178]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1182]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1183]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1184]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1193]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1210]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1218]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1222]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1235]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1246]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1247]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1250]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1256]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1328]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1329]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1330]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1333]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1334]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1335]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1339]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1340]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1341]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1346]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1347]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1351]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1359]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1364]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1366]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1369]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1370]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1371]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1375]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1383]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1384]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1387]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1388]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1393]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1394]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1396]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1406]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1414]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1415]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1418]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1420]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1432]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1434]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1436]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1438]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1439]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1452]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1456]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1460]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1462]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1464]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1465]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1468]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1470]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1473]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1474]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1476]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1479]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1482]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1485]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1486]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1494]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1500]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1501]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1503]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1504]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1510]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1515]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1516]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1518]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1519]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1527]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1528]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1539]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1540]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1541]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1545]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1547]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1553]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1565]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1567]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1569]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1571]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1576]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1585]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1588]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1589]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1595]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1599]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1600]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1604]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1605]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1606]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1607]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1612]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1625]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1630]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1634]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1635]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1636]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1637]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1646]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1647]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1649]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1653]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1654]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1658]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1659]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1660]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1729]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1730]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1735]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1736]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1741]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1747]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1748]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1750]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1753]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1754]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1765]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1766]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1769]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1770]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1772]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1775]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1788]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1789]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1790]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1793]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1796]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1801]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1813]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1814]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1819]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1826]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1839]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1847]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1849]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1851]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1854]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1855]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1860]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1863]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1866]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1881]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1882]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1884]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1885]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1887]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1891]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1896]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1897]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1900]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1903]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1909]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1914]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1916]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1922]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1926]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1928]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1934]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1940]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1944]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1946]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1951]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1956]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1957]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1960]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1963]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1968]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1969]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1972]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1978]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1984]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1990]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1991]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1996]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[1997]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2009]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2011]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2012]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2014]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2020]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2021]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2024]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2030]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2041]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2050]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2053]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2055]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2065]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2067]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2070]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2071]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2075]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2082]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2088]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2089]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2090]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2091]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2096]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2097]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2101]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2108]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2114]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2115]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2116]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2120]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2121]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2131]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2133]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2134]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2137]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2138]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2143]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2144]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2146]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2150]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2152]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2156]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2164]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2165]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2170]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2171]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2172]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2176]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2177]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2186]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2189]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2190]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2198]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2200]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2205]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2211]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2212]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2220]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2226]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2229]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2232]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2241]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2248]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2253]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2254]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2259]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2261]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2267]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2273]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2283]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2284]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2285]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2296]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2299]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2302]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2307]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2308]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2309]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2311]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2317]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2323]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2324]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2329]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2341]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2342]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2345]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2350]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2353]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2357]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2363]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2368]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2374]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2382]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2396]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2397]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2398]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2406]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2409]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2415]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2417]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2418]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2422]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2423]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2430]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2435]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2436]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2437]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2440]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2441]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2442]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2455]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2458]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2459]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2464]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2465]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2517]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2520]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2521]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2529]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2535]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2536]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2538]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2539]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2545]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2550]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2551]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2553]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2554]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2562]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2563]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2568]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2569]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2576]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2582]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2584]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2586]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2588]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2598]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2599]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2602]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2605]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2606]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2611]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2612]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2614]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2620]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2621]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2622]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2626]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2638]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2639]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2641]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2642]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2644]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2647]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2650]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2651]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2654]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2660]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2665]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2667]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2668]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2671]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2673]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2683]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2685]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2687]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2688]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2693]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2697]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2701]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2706]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2714]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2715]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2720]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2721]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2726]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2727]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2739]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2740]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2743]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2744]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2750]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2752]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2758]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2759]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2764]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2766]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2770]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2771]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2780]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2784]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2792]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2794]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2802]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2809]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2811]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2814]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2818]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2823]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2824]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2827]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2830]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2836]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2881]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2882]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2883]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2888]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2899]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2900]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2902]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2903]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2905]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2911]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2912]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2915]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2921]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2922]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2928]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2938]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2940]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2942]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2944]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2948]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2952]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2955]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2956]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2961]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2977]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2981]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2982]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2983]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2984]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2987]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2990]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[2994]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3000]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3005]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3015]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3017]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3020]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3021]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3022]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3028]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3029]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3032]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3038]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3046]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3048]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3051]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3055]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3061]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3063]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3064]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3067]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3072]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3073]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3080]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3082]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3084]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3085]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3086]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3091]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3096]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3097]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3100]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3103]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3104]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3108]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3109]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3110]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3113]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3127]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3128]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3130]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3136]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3137]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3140]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3146]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3157]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3161]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3162]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3163]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3167]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3174]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3175]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3180]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3190]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3194]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3195]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3196]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3197]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3203]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3207]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3246]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3247]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3249]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3250]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3252]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3256]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3261]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3262]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3264]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3265]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3268]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3273]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3274]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3279]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3280]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3281]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3292]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3295]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3298]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3299]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3304]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3305]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3308]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3309]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3310]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3311]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3315]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3320]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3321]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3323]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3327]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3328]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3332]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3365]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3366]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3370]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3376]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3379]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3382]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3383]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3388]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3389]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3391]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3392]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3401]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3405]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3415]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3421]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3426]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3427]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3429]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3430]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3438]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3439]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3445]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3450]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3451]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3454]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3462]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3463]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3464]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3466]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3467]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3469]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3470]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3472]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3478]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3482]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3488]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3491]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3493]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3497]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3501]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3504]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3505]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3510]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3512]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3513]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3514]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3515]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3518]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3521]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3525]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3526]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3531]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3536]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3539]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3540]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3544]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3550]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3552]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3553]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3554]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3560]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3561]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3564]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3565]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3570]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3571]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3572]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3578]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3579]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3583]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3589]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3592]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3596]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3605]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3608]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3615]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3616]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3621]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3622]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3624]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3625]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3628]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3629]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3634]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3635]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3638]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3639]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3643]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3647]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3649]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3653]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3654]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3657]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3658]: 6 0 1.0001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3663]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3664]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3667]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3668]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3672]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3673]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3674]: 6 0 1.00007 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3678]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3679]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3683]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3684]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3685]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3687]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3691]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3696]: 6 0 1.00004 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3699]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3700]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3705]: 6 0 1.00002 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3706]: 6 0 1.00005 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3710]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3712]: 6 0 1.00001 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3717]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3718]: 6 0 1.00006 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3721]: 6 0 1.00008 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3731]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3736]: 6 0 1.00009 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3737]: 6 0 1.00003 shouldn't be
2266.83/2274.06	WSVECS04 Frhs2[3739]: 6 0 1.00001 shouldn't be
2447.79/2455.53	WSVECS04 Frhs2[3458]: 6 0 1.00002 shouldn't be
2632.16/2640.45	WSVECS04 Frhs2[960]: 6 0 1.00008 shouldn't be
2632.16/2640.45	WSVECS04 Frhs2[1237]: 6 0 1.00008 shouldn't be
2632.16/2640.45	WSVECS04 Frhs2[2279]: 6 0 1.00003 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[17]: 6 0 1.00008 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[373]: 6 0 1.00009 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[381]: 6 0 1.00004 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[387]: 6 0 1.0001 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[616]: 6 0 1.00008 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[764]: 6 0 1.00003 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[770]: 6 0 1.00006 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[914]: 6 0 1.00003 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[944]: 6 0 1.00004 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[948]: 6 0 1.00004 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[953]: 6 0 1.00003 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[1080]: 6 0 1.00006 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[1204]: 6 0 1.00002 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[1238]: 6 0 1.00004 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[1243]: 6 0 1.00007 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[1327]: 6 0 1.00006 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[1535]: 6 0 1.00006 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[1613]: 6 0 1.00005 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[1616]: 6 0 1.0001 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[1783]: 6 0 1.00008 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[1823]: 6 0 1.00009 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[1838]: 6 0 1.00008 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[1908]: 6 0 1.00009 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[1927]: 6 0 1.00009 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[1970]: 6 0 1.00002 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[2035]: 6 0 1.00008 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[2202]: 6 0 1.00009 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[2242]: 6 0 1.00004 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[2281]: 6 0 1.00004 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[2303]: 6 0 1.00006 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[2376]: 6 0 1.00006 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[2402]: 6 0 1.00004 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[2627]: 6 0 1.00009 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[2908]: 6 0 1.00002 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[3003]: 6 0 1.0001 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[3025]: 6 0 1.00003 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[3033]: 6 0 1.0001 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[3125]: 6 0 1.0001 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[3133]: 6 0 1.00008 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[3200]: 6 0 1.00006 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[3213]: 6 0 1.00003 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[3334]: 6 0 1.00006 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[3364]: 6 0 1.00006 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[3409]: 6 0 1.00007 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[3475]: 6 0 1.00004 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[3492]: 6 0 1.00007 shouldn't be
2809.96/2818.78	WSVECS04 Frhs2[3575]: 6 0 1.00007 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[103]: 6 0 1.00007 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[114]: 6 0 1.00004 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[233]: 6 0 1.00009 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[345]: 6 0 1.0001 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[367]: 6 0 1.00009 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[385]: 6 0 1.00007 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[397]: 6 0 1.00009 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[429]: 6 0 1.00002 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[526]: 6 0 1.0001 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[545]: 6 0 1.00002 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[606]: 6 0 1.00005 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[612]: 6 0 1.00006 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[634]: 6 0 1.00008 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[645]: 6 0 1.00006 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[663]: 6 0 1.00005 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[703]: 6 0 1.00009 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[715]: 6 0 1.00007 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[717]: 6 0 1.00002 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[779]: 6 0 1.00003 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[785]: 6 0 1.00004 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[788]: 6 0 1.00008 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[895]: 6 0 1.00005 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1120]: 6 0 1.00009 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1134]: 6 0 1.00009 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1141]: 6 0 1.00004 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1171]: 6 0 1.00005 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1198]: 6 0 1.00003 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1234]: 6 0 1.00006 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1240]: 6 0 1.0001 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1358]: 6 0 1.00008 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1402]: 6 0 1.00008 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1408]: 6 0 1.00007 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1426]: 6 0 1.00009 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1427]: 6 0 1.00006 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1448]: 6 0 1.00003 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1531]: 6 0 1.00006 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1534]: 6 0 1.00009 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1570]: 6 0 1.00005 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1581]: 6 0 1.00008 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1601]: 6 0 1.0001 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1624]: 6 0 1.00005 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1641]: 6 0 1.00003 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1795]: 6 0 1.00009 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1799]: 6 0 1.00006 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1820]: 6 0 1.00006 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1825]: 6 0 1.00008 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1835]: 6 0 1.00008 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1843]: 6 0 1.00007 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1857]: 6 0 1.00007 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1867]: 6 0 1.00008 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1875]: 6 0 1.00005 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1899]: 6 0 1.00006 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1915]: 6 0 1.00008 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1920]: 6 0 1.00006 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[1942]: 6 0 1.00004 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[2017]: 6 0 1.00005 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[2047]: 6 0 1.00006 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[2049]: 6 0 1.00008 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[2083]: 6 0 1.00003 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[2147]: 6 0 1.00007 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[2153]: 6 0 1.00007 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[2194]: 6 0 1.00002 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[2208]: 6 0 1.0001 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[2227]: 6 0 1.00005 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[2236]: 6 0 1.00006 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[2245]: 6 0 1.00007 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[2265]: 6 0 1.00006 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[2344]: 6 0 1.0001 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[2380]: 6 0 1.00009 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[2394]: 6 0 1.00006 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[2429]: 6 0 1.00006 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[2587]: 6 0 1.00008 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[2593]: 6 0 1.00006 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[2707]: 6 0 1.00008 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[2749]: 6 0 1.00008 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[2783]: 6 0 1.00008 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[2826]: 6 0 1.00006 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[2923]: 6 0 1.00008 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[3004]: 6 0 1.00007 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[3016]: 6 0 1.00004 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[3049]: 6 0 1.00006 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[3124]: 6 0 1.00009 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[3159]: 6 0 1.00006 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[3171]: 6 0 1.00004 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[3333]: 6 0 1.00004 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[3489]: 6 0 1.00003 shouldn't be
2994.24/3003.54	WSVECS04 Frhs2[3548]: 6 0 1.00005 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[94]: 6 0 1.00004 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[126]: 6 0 1.00009 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[156]: 6 0 1.00008 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[592]: 6 0 1.0001 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[609]: 6 0 1.00004 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[615]: 6 0 1.00009 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[646]: 6 0 1.00006 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[657]: 6 0 1.0001 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[680]: 6 0 1.00004 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[699]: 6 0 1.0001 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[716]: 6 0 1.00003 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[747]: 6 0 1.00002 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[755]: 6 0 1.00008 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[760]: 6 0 1.00006 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[778]: 6 0 1.00004 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[925]: 6 0 1.00005 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[1116]: 6 0 1.00008 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[1148]: 6 0 1.00008 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[1158]: 6 0 1.00009 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[1216]: 6 0 1.00005 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[1217]: 6 0 1.00007 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[1223]: 6 0 1.00008 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[1365]: 6 0 1.00004 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[1381]: 6 0 1.00009 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[1397]: 6 0 1.00006 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[1398]: 6 0 1.00007 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[1403]: 6 0 1.00008 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[1409]: 6 0 1.00006 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[1433]: 6 0 1.00004 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[1451]: 6 0 1.00006 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[1559]: 6 0 1.00008 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[1582]: 6 0 1.00008 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[1594]: 6 0 1.0001 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[1617]: 6 0 1.00009 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[1802]: 6 0 1.00006 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[1945]: 6 0 1.00008 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[1992]: 6 0 1.00005 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[2079]: 6 0 1.00004 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[2102]: 6 0 1.00004 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[2119]: 6 0 1.00009 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[2158]: 6 0 1.0001 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[2230]: 6 0 1.00009 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[2290]: 6 0 1.00005 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[2330]: 6 0 1.00005 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[2347]: 6 0 1.00007 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[2354]: 6 0 1.00007 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[2410]: 6 0 1.00005 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[2446]: 6 0 1.00009 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[2452]: 6 0 1.00007 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[2570]: 6 0 1.00009 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[2610]: 6 0 1.00005 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[2708]: 6 0 1.00007 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[2722]: 6 0 1.00005 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[2725]: 6 0 1.00005 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[2768]: 6 0 1.00007 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[2788]: 6 0 1.00007 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[2812]: 6 0 1.00002 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[2835]: 6 0 1.00004 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[2887]: 6 0 1.0001 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[2943]: 6 0 1.00006 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[2965]: 6 0 1.00009 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[2966]: 6 0 1.00004 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[2995]: 6 0 1.00005 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[3019]: 6 0 1.0001 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[3045]: 6 0 1.00008 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[3147]: 6 0 1.00005 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[3208]: 6 0 1.00009 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[3291]: 6 0 1.00004 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[3404]: 6 0 1.00008 shouldn't be
3152.10/3161.82	WSVECS04 Frhs2[3413]: 6 0 1.00006 shouldn't be
3309.87/3320.07	WSVECS04 Frhs2[433]: 6 0 1.00005 shouldn't be
3309.87/3320.07	WSVECS04 Frhs2[932]: 6 0 1.00004 shouldn't be
3309.87/3320.07	WSVECS04 Frhs2[1140]: 6 0 1.00008 shouldn't be
3309.87/3320.07	WSVECS04 Frhs2[1142]: 6 0 1.0001 shouldn't be
3309.87/3320.07	WSVECS04 Frhs2[1165]: 6 0 1.00009 shouldn't be
3309.87/3320.07	WSVECS04 Frhs2[1412]: 6 0 1.0001 shouldn't be
3309.87/3320.07	WSVECS04 Frhs2[1552]: 6 0 1.00004 shouldn't be
3309.87/3320.07	WSVECS04 Frhs2[1593]: 6 0 1.00003 shouldn't be
3309.87/3320.07	WSVECS04 Frhs2[1631]: 6 0 1.00002 shouldn't be
3309.87/3320.07	WSVECS04 Frhs2[1807]: 6 0 1.00007 shouldn't be
3309.87/3320.07	WSVECS04 Frhs2[1821]: 6 0 1.00006 shouldn't be
3309.87/3320.07	WSVECS04 Frhs2[1964]: 6 0 1.00007 shouldn't be
3309.87/3320.07	WSVECS04 Frhs2[2008]: 6 0 1.00005 shouldn't be
3309.87/3320.07	WSVECS04 Frhs2[2125]: 6 0 1.00005 shouldn't be
3309.87/3320.07	WSVECS04 Frhs2[2174]: 6 0 1.00009 shouldn't be
3309.87/3320.07	WSVECS04 Frhs2[2244]: 6 0 1.00006 shouldn't be
3309.87/3320.07	WSVECS04 Frhs2[2325]: 6 0 1.00009 shouldn't be
3309.87/3320.07	WSVECS04 Frhs2[2454]: 6 0 1.00008 shouldn't be
3309.87/3320.07	WSVECS04 Frhs2[2731]: 6 0 1.00005 shouldn't be
3309.87/3320.07	WSVECS04 Frhs2[2808]: 6 0 1.00008 shouldn't be
3309.87/3320.07	WSVECS04 Frhs2[2926]: 6 0 1.00007 shouldn't be
3309.87/3320.07	WSVECS04 Frhs2[2962]: 6 0 1.00006 shouldn't be
3309.87/3320.07	WSVECS04 Frhs2[2978]: 6 0 1.00002 shouldn't be
3309.87/3320.07	WSVECS04 Frhs2[3039]: 6 0 1.00008 shouldn't be
3309.87/3320.07	WSVECS04 Frhs2[3060]: 6 0 1.00007 shouldn't be
3309.87/3320.07	WSVECS04 Frhs2[3612]: 6 0 1.00006 shouldn't be
3471.07/3481.70	WSVECS04 Frhs2[127]: 6 0 1.00006 shouldn't be
3471.07/3481.70	WSVECS04 Frhs2[588]: 6 0 1.00007 shouldn't be
3471.07/3481.70	WSVECS04 Frhs2[658]: 6 0 1.0001 shouldn't be
3471.07/3481.70	WSVECS04 Frhs2[761]: 6 0 1.00008 shouldn't be
3471.07/3481.70	WSVECS04 Frhs2[767]: 6 0 1.00009 shouldn't be
3471.07/3481.70	WSVECS04 Frhs2[772]: 6 0 1.00002 shouldn't be
3471.07/3481.70	WSVECS04 Frhs2[1551]: 6 0 1.00009 shouldn't be
3471.07/3481.70	WSVECS04 Frhs2[1610]: 6 0 1.00004 shouldn't be
3471.07/3481.70	WSVECS04 Frhs2[1618]: 6 0 1.00005 shouldn't be
3471.07/3481.70	WSVECS04 Frhs2[2266]: 6 0 1.00006 shouldn't be
3471.07/3481.70	WSVECS04 Frhs2[2377]: 6 0 1.00007 shouldn't be
3471.07/3481.70	WSVECS04 Frhs2[2392]: 6 0 1.00003 shouldn't be
3471.07/3481.70	WSVECS04 Frhs2[2737]: 6 0 1.00003 shouldn't be
3471.07/3481.70	WSVECS04 Frhs2[3191]: 6 0 1.00007 shouldn't be
3471.07/3481.70	WSVECS04 Frhs2[3277]: 6 0 1.00003 shouldn't be
3600.07/3611.12	c Disabling crashed LP
3600.07/3611.12	c cpu time 3591.86 s
3600.07/3611.12	c deterministic time 56663389 5.67e+07
3600.07/3611.12	c optimization time 1390.65 s
3600.07/3611.12	c total solve time 2199.78 s
3600.07/3611.12	c core-guided solve time 2186.54 s
3600.07/3611.12	c propagation time 1399.88 s
3600.07/3611.12	c conflict analysis time 3.09041 s
3600.07/3611.12	c propagations 1851326
3600.07/3611.12	c resolve steps 113567
3600.07/3611.12	c decisions 113804
3600.07/3611.12	c conflicts 3164
3600.07/3611.12	c restarts 15
3600.07/3611.12	c inprocessing phases 1
3600.07/3611.12	c garbage collections 1 ,( 100.00 )
3600.07/3611.12	c input clauses 442308 ,( 98.81 )
3600.07/3611.12	c input cardinalities 4053 ,( 0.91 )
3600.07/3611.12	c input general constraints 1263 ,( 0.28 )
3600.07/3611.12	c input average constraint length 10.24
3600.07/3611.12	c input average constraint degree 2.20
3600.07/3611.12	c learned clauses 3116 ,( 94.48 )
3600.07/3611.12	c learned cardinalities 14 ,( 0.42 )
3600.07/3611.12	c learned general constraints 168 ,( 5.09 )
3600.07/3611.12	c learned average constraint length 427.83
3600.07/3611.12	c learned average constraint degree 114502420.63
3600.07/3611.12	c watched  CF 32, 64, 128, Arb: 35 , 0 , 0 , 0
3600.07/3611.12	c counting CF 32, 64, 128, Arb: 1397 , 0 , 0 , 0
3600.07/3611.12	c watched   constraints 35 ,( 2.45 ) 
3600.07/3611.12	c counting  constraints 1396 ,( 97.55 ) 
3600.07/3611.12	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 20103448 , 969665 , 354721 ,( 2106 , 352615 )
3600.07/3611.12	c gcd simplifications 429
3600.07/3611.12	c detected cardinalities 0
3600.07/3611.12	c weakened non-implied lits 1203487
3600.07/3611.12	c weakened non-implying lits 1630
3600.07/3611.12	c original variables 9365
3600.07/3611.12	c clausal propagations 1498838
3600.07/3611.12	c cardinality propagations 178730
3600.07/3611.12	c watched propagations 5
3600.07/3611.12	c counting propagations 122016
3600.07/3611.12	c watch lookups 21831463
3600.07/3611.12	c watch backjump lookups 0
3600.07/3611.12	c watch checks 23335711
3600.07/3611.12	c propagation checks 3157614
3600.07/3611.12	c constraint additions 4193993
3600.07/3611.12	c trail pops 1967717
3600.07/3611.12	c formula constraints 441148
3600.07/3611.12	c learned constraints 3295
3600.07/3611.12	c bound constraints 1024
3600.07/3611.12	c core-guided constraints 5452
3600.07/3611.12	c encountered formula constraints 105060
3600.07/3611.12	c encountered learned constraints 5560
3600.07/3611.12	c encountered bound constraints 488
3600.07/3611.12	c encountered core-guided constraints 5622
3600.07/3611.12	c LP total time 2194.2 s
3600.07/3611.12	c LP solve time 2190.78 s
3600.07/3611.12	c LP constraints added 441149
3600.07/3611.12	c LP constraints removed 0
3600.07/3611.12	c LP pivots internal 3164
3600.07/3611.12	c LP pivots root 208596
3600.07/3611.12	c LP calls 9
3600.07/3611.12	c LP optimalities 1
3600.07/3611.12	c LP no pivot count 0
3600.07/3611.12	c LP infeasibilities 1
3600.07/3611.12	c LP valid Farkas constraints 1
3600.07/3611.12	c LP learned Farkas constraints 1
3600.07/3611.12	c LP basis resets 0
3600.07/3611.12	c LP cycling count 0
3600.07/3611.12	c LP singular count 0
3600.07/3611.12	c LP no primal count 0
3600.07/3611.12	c LP no farkas count 0
3600.07/3611.12	c LP other issue count 0
3600.07/3611.12	c LP Gomory cuts 1
3600.07/3611.12	c LP learned cuts 0
3600.07/3611.12	c LP deleted cuts 0
3600.07/3611.12	c LP encountered Gomory constraints 0
3600.07/3611.12	c LP encountered Farkas constraints 0
3600.07/3611.12	c LP encountered learned Farkas constraints 0
3600.07/3611.12	c CG auxiliary variables introduced 2147
3600.07/3611.12	c CG solutions found 34
3600.07/3611.12	c CG cores constructed 989
3600.07/3611.12	c CG core cardinality constraints returned 0
3600.07/3611.12	c CG unit cores 0
3600.07/3611.12	c CG single cores 982
3600.07/3611.12	c CG blocks removed during cardinality reduction 0
3600.07/3611.12	c CG first core best 0
3600.07/3611.12	c CG decision core best 0
3600.07/3611.12	c CG core reduction tie 7
3600.07/3611.12	c CG core degree average 1.00
3600.07/3611.12	c CG core slack average 3.89
3600.07/3611.12	c CG core upper bound improvements 0
3600.07/3611.12	c STR number of successful calls 0
3600.07/3611.12	c STR number of unsuccessful calls 0
3600.07/3611.12	c STR number of inconclusive calls 0
3600.07/3611.12	c STR number of successful attempts 0
3600.07/3611.12	c STR number of unsuccessful attempts 0
3600.07/3611.12	c STR number of inconclusive attempts 0
3600.07/3611.12	c STR average degree increase per successful call inf
3600.07/3611.12	c STR average degree increase per successful attempt inf
3600.07/3611.12	c STR total number of conflicts for successful attempts 0
3600.07/3611.12	c STR total number of conflicts for unsuccessful attempts 0
3600.07/3611.12	c STR total number of conflicts for inconclusive attempts 0
3600.07/3611.12	c STR average number of conflicts per successful attempt inf
3600.07/3611.12	c STR average number of conflicts per unsuccessful attempt inf
3600.07/3611.12	c STR average number of conflicts per inconclusive attempt inf
3600.07/3611.12	c AVG.sumWPerc 75.65 
3600.07/3611.12	c bigint constraints 0 
3600.07/3611.12	o -1696
3600.07/3611.12	s SATISFIABLE
3600.07/3611.12	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 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
3600.07/3611.12	c Program interrupted by user.

Verifier Data

OK	-1696

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (62605 MiB free)
  memory of node 1: 64465 MiB (62730 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4521080-1751563255/watcher-4521080-1751563255 -o /tmp/evaluation-result-4521080-1751563255/solver-4521080-1751563255 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751559311-82829 --watchdog 3760 run-opt-ls.sh HOME/instance-4521080-1751563255.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
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): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=84168, runsolver pid=84165
Current StackSize limit: 8192 KiB


[startup+0.100072 s]*
/proc/loadavg: 4.13 4.21 4.24 5/255 84170
/proc/meminfo: memFree=128278640/131382120 swapFree=33010416/33010684
[pid=84168] ppid=84165 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/84168/stat : 84168 (run-opt-ls.sh) S 84165 84168 82819 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 72004230 4292608 768 18446744073709551615 94596117356544 94596118251077 140720656107216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94596118490128 94596118537872 94596118904832 140720656111975 140720656112101 140720656112101 140720656117703 0
/proc/84168/statm: 1048 768 704 219 0 110 0
[pid=84170] ppid=84168 vsize=89584 memory=76688 CPUtime=0.07 cores=0,2
/proc/84170/stat : 84170 (pbsuma) R 84168 84168 82819 0 -1 4194304 2633 0 0 0 5 2 0 0 20 0 1 0 72004231 91734016 19172 18446744073709551615 4210688 4653049 140726509167488 0 0 0 0 0 0 0 0 0 17 2 0 0 0 0 0 4700520 4703148 37097472 140726509168995 140726509169202 140726509169202 140726509174767 0
/proc/84170/statm: 22396 19172 960 108 0 19804 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 93776 KiB
Current children cumulated memory: 79760 KiB

[startup+0.2149 s]*
/proc/loadavg: 4.13 4.21 4.24 5/255 84170
/proc/meminfo: memFree=128262952/131382120 swapFree=33010416/33010684
[pid=84168] ppid=84165 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/84168/stat : 84168 (run-opt-ls.sh) S 84165 84168 82819 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 72004230 4292608 768 18446744073709551615 94596117356544 94596118251077 140720656107216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94596118490128 94596118537872 94596118904832 140720656111975 140720656112101 140720656112101 140720656117703 0
/proc/84168/statm: 1048 768 704 219 0 110 0
[pid=84170] ppid=84168 vsize=99812 memory=85904 CPUtime=0.18 cores=0,2
/proc/84170/stat : 84170 (pbsuma) R 84168 84168 82819 0 -1 4194304 5296 0 0 0 15 3 0 0 20 0 1 0 72004231 102207488 21476 18446744073709551615 4210688 4653049 140726509167488 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 37097472 140726509168995 140726509169202 140726509169202 140726509174767 0
/proc/84170/statm: 24953 21476 960 108 0 22361 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 104004 KiB
Current children cumulated memory: 88976 KiB

[startup+0.313597 s]*
/proc/loadavg: 4.13 4.21 4.24 5/255 84170
/proc/meminfo: memFree=128255140/131382120 swapFree=33010416/33010684
[pid=84168] ppid=84165 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/84168/stat : 84168 (run-opt-ls.sh) S 84165 84168 82819 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 72004230 4292608 768 18446744073709551615 94596117356544 94596118251077 140720656107216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94596118490128 94596118537872 94596118904832 140720656111975 140720656112101 140720656112101 140720656117703 0
/proc/84168/statm: 1048 768 704 219 0 110 0
[pid=84170] ppid=84168 vsize=105356 memory=97156 CPUtime=0.28 cores=0,2
/proc/84170/stat : 84170 (pbsuma) R 84168 84168 82819 0 -1 4194304 7076 0 0 0 24 4 0 0 20 0 1 0 72004231 107884544 24289 18446744073709551615 4210688 4653049 140726509167488 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 37097472 140726509168995 140726509169202 140726509169202 140726509174767 0
/proc/84170/statm: 26339 24289 960 108 0 23747 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 109548 KiB
Current children cumulated memory: 100228 KiB

[startup+0.700357 s]
/proc/loadavg: 4.13 4.21 4.24 5/255 84170
/proc/meminfo: memFree=128243296/131382120 swapFree=33010416/33010684
[pid=84168] ppid=84165 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/84168/stat : 84168 (run-opt-ls.sh) S 84165 84168 82819 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 72004230 4292608 768 18446744073709551615 94596117356544 94596118251077 140720656107216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94596118490128 94596118537872 94596118904832 140720656111975 140720656112101 140720656112101 140720656117703 0
/proc/84168/statm: 1048 768 704 219 0 110 0
[pid=84170] ppid=84168 vsize=200472 memory=165252 CPUtime=0.66 cores=0,2
/proc/84170/stat : 84170 (pbsuma) R 84168 84168 82819 0 -1 4194304 19286 0 0 0 56 10 0 0 20 0 1 0 72004231 205283328 41313 18446744073709551615 4210688 4653049 140726509167488 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 37097472 140726509168995 140726509169202 140726509169202 140726509174767 0
/proc/84170/statm: 50118 41313 992 108 0 47526 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 204664 KiB
Current children cumulated memory: 168324 KiB

[startup+1.50036 s]
/proc/loadavg: 4.13 4.21 4.24 5/255 84170
/proc/meminfo: memFree=128180920/131382120 swapFree=33010416/33010684
[pid=84168] ppid=84165 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/84168/stat : 84168 (run-opt-ls.sh) S 84165 84168 82819 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 72004230 4292608 768 18446744073709551615 94596117356544 94596118251077 140720656107216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94596118490128 94596118537872 94596118904832 140720656111975 140720656112101 140720656112101 140720656117703 0
/proc/84168/statm: 1048 768 704 219 0 110 0
[pid=84170] ppid=84168 vsize=233436 memory=195340 CPUtime=1.45 cores=0,2
/proc/84170/stat : 84170 (pbsuma) R 84168 84168 82819 0 -1 4194304 25602 0 0 0 133 12 0 0 20 0 1 0 72004231 239038464 48835 18446744073709551615 4210688 4653049 140726509167488 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 37097472 140726509168995 140726509169202 140726509169202 140726509174767 0
/proc/84170/statm: 58359 48835 992 108 0 55767 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 237628 KiB
Current children cumulated memory: 198412 KiB

[startup+3.11335 s]
/proc/loadavg: 4.12 4.21 4.24 5/255 84170
/proc/meminfo: memFree=128007488/131382120 swapFree=33010416/33010684
[pid=84168] ppid=84165 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/84168/stat : 84168 (run-opt-ls.sh) S 84165 84168 82819 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 72004230 4292608 768 18446744073709551615 94596117356544 94596118251077 140720656107216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94596118490128 94596118537872 94596118904832 140720656111975 140720656112101 140720656112101 140720656117703 0
/proc/84168/statm: 1048 768 704 219 0 110 0
[pid=84170] ppid=84168 vsize=430044 memory=347492 CPUtime=3.06 cores=0,2
/proc/84170/stat : 84170 (pbsuma) R 84168 84168 82819 0 -1 4194304 53200 0 0 0 289 17 0 0 20 0 1 0 72004231 440365056 86873 18446744073709551615 4210688 4653049 140726509167488 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 37097472 140726509168995 140726509169202 140726509169202 140726509174767 0
/proc/84170/statm: 107511 86873 992 108 0 104919 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 434236 KiB
Current children cumulated memory: 350564 KiB

[startup+6.30036 s]
/proc/loadavg: 4.12 4.21 4.24 5/255 84171
/proc/meminfo: memFree=128181304/131382120 swapFree=33010416/33010684
[pid=84168] ppid=84165 vsize=4192 memory=3072 CPUtime=5.45 cores=0,2
/proc/84168/stat : 84168 (run-opt-ls.sh) S 84165 84168 82819 0 -1 4194304 238 68597 0 0 0 0 523 22 20 0 1 0 72004230 4292608 768 18446744073709551615 94596117356544 94596118251077 140720656107216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94596118490128 94596118537872 94596118904832 140720656111975 140720656112101 140720656112101 140720656117703 0
/proc/84168/statm: 1048 768 704 219 0 110 0
[pid=84171] ppid=84168 vsize=154684 memory=100780 CPUtime=0.76 cores=0,2
/proc/84171/stat : 84171 (roundingsat) R 84168 84168 82819 0 -1 4194304 23597 0 0 0 55 21 0 0 20 0 1 0 72004782 158396416 25195 18446744073709551615 4227072 8923433 140726144598720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22900736 140726144604486 140726144604712 140726144604712 140726144610282 0
/proc/84171/statm: 38671 25195 1952 1147 0 26098 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 158876 KiB
Current children cumulated memory: 103852 KiB

[startup+12.7004 s]
/proc/loadavg: 4.10 4.20 4.23 5/255 84171
/proc/meminfo: memFree=127690244/131382120 swapFree=33010416/33010684
[pid=84168] ppid=84165 vsize=4192 memory=3072 CPUtime=5.45 cores=0,2
/proc/84168/stat : 84168 (run-opt-ls.sh) S 84165 84168 82819 0 -1 4194304 238 68597 0 0 0 0 523 22 20 0 1 0 72004230 4292608 768 18446744073709551615 94596117356544 94596118251077 140720656107216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94596118490128 94596118537872 94596118904832 140720656111975 140720656112101 140720656112101 140720656117703 0
/proc/84168/statm: 1048 768 704 219 0 110 0
[pid=84171] ppid=84168 vsize=678512 memory=579680 CPUtime=7.15 cores=0,2
/proc/84171/stat : 84171 (roundingsat) R 84168 84168 82819 0 -1 4194304 70358 0 0 0 659 56 0 0 20 0 1 0 72004782 694796288 144920 18446744073709551615 4227072 8923433 140726144598720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22900736 140726144604486 140726144604712 140726144604712 140726144610282 0
/proc/84171/statm: 169628 144920 2336 1147 0 157055 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 682704 KiB
Current children cumulated memory: 582752 KiB

[startup+25.5004 s]
/proc/loadavg: 4.17 4.21 4.24 5/255 84171
/proc/meminfo: memFree=127711464/131382120 swapFree=33010416/33010684
[pid=84168] ppid=84165 vsize=4192 memory=3072 CPUtime=5.45 cores=0,2
/proc/84168/stat : 84168 (run-opt-ls.sh) S 84165 84168 82819 0 -1 4194304 238 68597 0 0 0 0 523 22 20 0 1 0 72004230 4292608 768 18446744073709551615 94596117356544 94596118251077 140720656107216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94596118490128 94596118537872 94596118904832 140720656111975 140720656112101 140720656112101 140720656117703 0
/proc/84168/statm: 1048 768 704 219 0 110 0
[pid=84171] ppid=84168 vsize=709752 memory=611096 CPUtime=19.89 cores=0,2
/proc/84171/stat : 84171 (roundingsat) R 84168 84168 82819 0 -1 4194304 73125 0 0 0 1930 59 0 0 20 0 1 0 72004782 726786048 152774 18446744073709551615 4227072 8923433 140726144598720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22900736 140726144604486 140726144604712 140726144604712 140726144610282 0
/proc/84171/statm: 177438 152774 2368 1147 0 164865 0
Current children cumulated CPU time: 25.34 s
Current children cumulated vsize: 713944 KiB
Current children cumulated memory: 614168 KiB

[startup+51.1135 s]
/proc/loadavg: 4.11 4.19 4.23 5/255 84171
/proc/meminfo: memFree=127696984/131382120 swapFree=33010416/33010684
[pid=84168] ppid=84165 vsize=4192 memory=3072 CPUtime=5.45 cores=0,2
/proc/84168/stat : 84168 (run-opt-ls.sh) S 84165 84168 82819 0 -1 4194304 238 68597 0 0 0 0 523 22 20 0 1 0 72004230 4292608 768 18446744073709551615 94596117356544 94596118251077 140720656107216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94596118490128 94596118537872 94596118904832 140720656111975 140720656112101 140720656112101 140720656117703 0
/proc/84168/statm: 1048 768 704 219 0 110 0
[pid=84171] ppid=84168 vsize=735972 memory=638580 CPUtime=45.41 cores=0,2
/proc/84171/stat : 84171 (roundingsat) R 84168 84168 82819 0 -1 4194304 77324 0 0 0 4478 63 0 0 20 0 1 0 72004782 753635328 159645 18446744073709551615 4227072 8923433 140726144598720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22900736 140726144604486 140726144604712 140726144604712 140726144610282 0
/proc/84171/statm: 183993 159645 2368 1147 0 171420 0
Current children cumulated CPU time: 50.86 s
Current children cumulated vsize: 740164 KiB
Current children cumulated memory: 641652 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.17 4.22 5/253 84173
/proc/meminfo: memFree=127463016/131382120 swapFree=33010416/33010684
[pid=84168] ppid=84165 vsize=4192 memory=3072 CPUtime=5.45 cores=0,2
/proc/84168/stat : 84168 (run-opt-ls.sh) S 84165 84168 82819 0 -1 4194304 238 68597 0 0 0 0 523 22 20 0 1 0 72004230 4292608 768 18446744073709551615 94596117356544 94596118251077 140720656107216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94596118490128 94596118537872 94596118904832 140720656111975 140720656112101 140720656112101 140720656117703 0
/proc/84168/statm: 1048 768 704 219 0 110 0
[pid=84171] ppid=84168 vsize=739184 memory=641736 CPUtime=96.43 cores=0,2
/proc/84171/stat : 84171 (roundingsat) R 84168 84168 82819 0 -1 4194304 80736 0 0 0 9573 70 0 0 20 0 1 0 72004782 756924416 160434 18446744073709551615 4227072 8923433 140726144598720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22900736 140726144604486 140726144604712 140726144604712 140726144610282 0
/proc/84171/statm: 184796 160434 2368 1147 0 172223 0
Current children cumulated CPU time: 101.88 s
Current children cumulated vsize: 743376 KiB
Current children cumulated memory: 644808 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.17 4.21 5/254 84176
/proc/meminfo: memFree=127362984/131382120 swapFree=33010416/33010684
[pid=84168] ppid=84165 vsize=4192 memory=3072 CPUtime=5.45 cores=0,2
/proc/84168/stat : 84168 (run-opt-ls.sh) S 84165 84168 82819 0 -1 4194304 238 68597 0 0 0 0 523 22 20 0 1 0 72004230 4292608 768 18446744073709551615 94596117356544 94596118251077 140720656107216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94596118490128 94596118537872 94596118904832 140720656111975 140720656112101 140720656112101 140720656117703 0
/proc/84168/statm: 1048 768 704 219 0 110 0
[pid=84171] ppid=84168 vsize=765612 memory=664264 CPUtime=156.23 cores=0,2
/proc/84171/stat : 84171 (roundingsat) R 84168 84168 82819 0 -1 4194304 86390 0 0 0 15545 78 0 0 20 0 1 0 72004782 783986688 166066 18446744073709551615 4227072 8923433 140726144598720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22900736 140726144604486 140726144604712 140726144604712 140726144610282 0
/proc/84171/statm: 191403 166066 2368 1147 0 178830 0
Current children cumulated CPU time: 161.68 s
Current children cumulated vsize: 769804 KiB
Current children cumulated memory: 667336 KiB

[startup+222.3 s]
/proc/loadavg: 4.19 4.17 4.21 5/254 84178
/proc/meminfo: memFree=127331472/131382120 swapFree=33010416/33010684
[pid=84168] ppid=84165 vsize=4192 memory=3072 CPUtime=5.45 cores=0,2
/proc/84168/stat : 84168 (run-opt-ls.sh) S 84165 84168 82819 0 -1 4194304 238 68597 0 0 0 0 523 22 20 0 1 0 72004230 4292608 768 18446744073709551615 94596117356544 94596118251077 140720656107216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94596118490128 94596118537872 94596118904832 140720656111975 140720656112101 140720656112101 140720656117703 0
/proc/84168/statm: 1048 768 704 219 0 110 0
[pid=84171] ppid=84168 vsize=734192 memory=633088 CPUtime=216.04 cores=0,2
/proc/84171/stat : 84171 (roundingsat) R 84168 84168 82819 0 -1 4194304 86441 0 0 0 21521 83 0 0 20 0 1 0 72004782 751812608 158272 18446744073709551615 4227072 8923433 140726144598720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22900736 140726144604486 140726144604712 140726144604712 140726144610282 0
/proc/84171/statm: 183548 158272 2368 1147 0 170975 0

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

/proc/84171/statm: 237708 202544 2400 1147 0 225135 0
Current children cumulated CPU time: 3092.77 s
Current children cumulated vsize: 955024 KiB
Current children cumulated memory: 813248 KiB

[startup+3162.3 s]
/proc/loadavg: 4.32 4.16 4.11 5/253 84369
/proc/meminfo: memFree=125852812/131382120 swapFree=33010416/33010684
[pid=84168] ppid=84165 vsize=4192 memory=3072 CPUtime=5.45 cores=0,2
/proc/84168/stat : 84168 (run-opt-ls.sh) S 84165 84168 82819 0 -1 4194304 238 68597 0 0 0 0 523 22 20 0 1 0 72004230 4292608 768 18446744073709551615 94596117356544 94596118251077 140720656107216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94596118490128 94596118537872 94596118904832 140720656111975 140720656112101 140720656112101 140720656117703 0
/proc/84168/statm: 1048 768 704 219 0 110 0
[pid=84171] ppid=84168 vsize=950832 memory=810176 CPUtime=3147.15 cores=0,2
/proc/84171/stat : 84171 (roundingsat) R 84168 84168 82819 0 -1 4194304 141677 0 0 0 314456 259 0 0 20 0 1 0 72004782 973651968 202544 18446744073709551615 4227072 8923433 140726144598720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22900736 140726144604486 140726144604712 140726144604712 140726144610282 0
/proc/84171/statm: 237708 202544 2400 1147 0 225135 0
Current children cumulated CPU time: 3152.6 s
Current children cumulated vsize: 955024 KiB
Current children cumulated memory: 813248 KiB

[startup+3222.3 s]
/proc/loadavg: 4.78 4.33 4.18 5/254 84372
/proc/meminfo: memFree=125449628/131382120 swapFree=33010416/33010684
[pid=84168] ppid=84165 vsize=4192 memory=3072 CPUtime=5.45 cores=0,2
/proc/84168/stat : 84168 (run-opt-ls.sh) S 84165 84168 82819 0 -1 4194304 238 68597 0 0 0 0 523 22 20 0 1 0 72004230 4292608 768 18446744073709551615 94596117356544 94596118251077 140720656107216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94596118490128 94596118537872 94596118904832 140720656111975 140720656112101 140720656112101 140720656117703 0
/proc/84168/statm: 1048 768 704 219 0 110 0
[pid=84171] ppid=84168 vsize=950832 memory=810176 CPUtime=3206.99 cores=0,2
/proc/84171/stat : 84171 (roundingsat) R 84168 84168 82819 0 -1 4194304 141677 0 0 0 320437 262 0 0 20 0 1 0 72004782 973651968 202544 18446744073709551615 4227072 8923433 140726144598720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22900736 140726144604486 140726144604712 140726144604712 140726144610282 0
/proc/84171/statm: 237708 202544 2400 1147 0 225135 0
Current children cumulated CPU time: 3212.44 s
Current children cumulated vsize: 955024 KiB
Current children cumulated memory: 813248 KiB

[startup+3282.3 s]
/proc/loadavg: 4.34 4.28 4.17 4/249 84382
/proc/meminfo: memFree=127504796/131382120 swapFree=33010416/33010684
[pid=84168] ppid=84165 vsize=4192 memory=3072 CPUtime=5.45 cores=0,2
/proc/84168/stat : 84168 (run-opt-ls.sh) S 84165 84168 82819 0 -1 4194304 238 68597 0 0 0 0 523 22 20 0 1 0 72004230 4292608 768 18446744073709551615 94596117356544 94596118251077 140720656107216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94596118490128 94596118537872 94596118904832 140720656111975 140720656112101 140720656112101 140720656117703 0
/proc/84168/statm: 1048 768 704 219 0 110 0
[pid=84171] ppid=84168 vsize=950832 memory=810176 CPUtime=3266.82 cores=0,2
/proc/84171/stat : 84171 (roundingsat) R 84168 84168 82819 0 -1 4194304 141677 0 0 0 326418 264 0 0 20 0 1 0 72004782 973651968 202544 18446744073709551615 4227072 8923433 140726144598720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22900736 140726144604486 140726144604712 140726144604712 140726144610282 0
/proc/84171/statm: 237708 202544 2400 1147 0 225135 0
Current children cumulated CPU time: 3272.27 s
Current children cumulated vsize: 955024 KiB
Current children cumulated memory: 813248 KiB

[startup+3342.3 s]
/proc/loadavg: 4.27 4.28 4.18 5/255 84423
/proc/meminfo: memFree=127338256/131382120 swapFree=33010416/33010684
[pid=84168] ppid=84165 vsize=4192 memory=3072 CPUtime=5.45 cores=0,2
/proc/84168/stat : 84168 (run-opt-ls.sh) S 84165 84168 82819 0 -1 4194304 238 68597 0 0 0 0 523 22 20 0 1 0 72004230 4292608 768 18446744073709551615 94596117356544 94596118251077 140720656107216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94596118490128 94596118537872 94596118904832 140720656111975 140720656112101 140720656112101 140720656117703 0
/proc/84168/statm: 1048 768 704 219 0 110 0
[pid=84171] ppid=84168 vsize=950832 memory=810176 CPUtime=3326.64 cores=0,2
/proc/84171/stat : 84171 (roundingsat) R 84168 84168 82819 0 -1 4194304 141678 0 0 0 332397 267 0 0 20 0 1 0 72004782 973651968 202544 18446744073709551615 4227072 8923433 140726144598720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22900736 140726144604486 140726144604712 140726144604712 140726144610282 0
/proc/84171/statm: 237708 202544 2400 1147 0 225135 0
Current children cumulated CPU time: 3332.09 s
Current children cumulated vsize: 955024 KiB
Current children cumulated memory: 813248 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.24 4.17 5/255 84425
/proc/meminfo: memFree=127325568/131382120 swapFree=33010416/33010684
[pid=84168] ppid=84165 vsize=4192 memory=3072 CPUtime=5.45 cores=0,2
/proc/84168/stat : 84168 (run-opt-ls.sh) S 84165 84168 82819 0 -1 4194304 238 68597 0 0 0 0 523 22 20 0 1 0 72004230 4292608 768 18446744073709551615 94596117356544 94596118251077 140720656107216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94596118490128 94596118537872 94596118904832 140720656111975 140720656112101 140720656112101 140720656117703 0
/proc/84168/statm: 1048 768 704 219 0 110 0
[pid=84171] ppid=84168 vsize=950832 memory=810176 CPUtime=3386.47 cores=0,2
/proc/84171/stat : 84171 (roundingsat) R 84168 84168 82819 0 -1 4194304 141749 0 0 0 338377 270 0 0 20 0 1 0 72004782 973651968 202544 18446744073709551615 4227072 8923433 140726144598720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22900736 140726144604486 140726144604712 140726144604712 140726144610282 0
/proc/84171/statm: 237708 202544 2400 1147 0 225135 0
Current children cumulated CPU time: 3391.92 s
Current children cumulated vsize: 955024 KiB
Current children cumulated memory: 813248 KiB

[startup+3462.3 s]
/proc/loadavg: 4.45 4.29 4.19 5/255 84427
/proc/meminfo: memFree=127325564/131382120 swapFree=33010416/33010684
[pid=84168] ppid=84165 vsize=4192 memory=3072 CPUtime=5.45 cores=0,2
/proc/84168/stat : 84168 (run-opt-ls.sh) S 84165 84168 82819 0 -1 4194304 238 68597 0 0 0 0 523 22 20 0 1 0 72004230 4292608 768 18446744073709551615 94596117356544 94596118251077 140720656107216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94596118490128 94596118537872 94596118904832 140720656111975 140720656112101 140720656112101 140720656117703 0
/proc/84168/statm: 1048 768 704 219 0 110 0
[pid=84171] ppid=84168 vsize=950832 memory=810176 CPUtime=3446.28 cores=0,2
/proc/84171/stat : 84171 (roundingsat) R 84168 84168 82819 0 -1 4194304 141756 0 0 0 344356 272 0 0 20 0 1 0 72004782 973651968 202544 18446744073709551615 4227072 8923433 140726144598720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22900736 140726144604486 140726144604712 140726144604712 140726144610282 0
/proc/84171/statm: 237708 202544 2400 1147 0 225135 0
Current children cumulated CPU time: 3451.73 s
Current children cumulated vsize: 955024 KiB
Current children cumulated memory: 813248 KiB

[startup+3522.3 s]
/proc/loadavg: 4.65 4.40 4.24 5/254 84429
/proc/meminfo: memFree=127325120/131382120 swapFree=33010416/33010684
[pid=84168] ppid=84165 vsize=4192 memory=3072 CPUtime=5.45 cores=0,2
/proc/84168/stat : 84168 (run-opt-ls.sh) S 84165 84168 82819 0 -1 4194304 238 68597 0 0 0 0 523 22 20 0 1 0 72004230 4292608 768 18446744073709551615 94596117356544 94596118251077 140720656107216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94596118490128 94596118537872 94596118904832 140720656111975 140720656112101 140720656112101 140720656117703 0
/proc/84168/statm: 1048 768 704 219 0 110 0
[pid=84171] ppid=84168 vsize=950832 memory=810176 CPUtime=3506.09 cores=0,2
/proc/84171/stat : 84171 (roundingsat) R 84168 84168 82819 0 -1 4194304 141762 0 0 0 350336 273 0 0 20 0 1 0 72004782 973651968 202544 18446744073709551615 4227072 8923433 140726144598720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22900736 140726144604486 140726144604712 140726144604712 140726144610282 0
/proc/84171/statm: 237708 202544 2400 1147 0 225135 0
Current children cumulated CPU time: 3511.54 s
Current children cumulated vsize: 955024 KiB
Current children cumulated memory: 813248 KiB

[startup+3582.3 s]
/proc/loadavg: 4.29 4.34 4.23 5/254 84619
/proc/meminfo: memFree=126063616/131382120 swapFree=33010416/33010684
[pid=84168] ppid=84165 vsize=4192 memory=3072 CPUtime=5.45 cores=0,2
/proc/84168/stat : 84168 (run-opt-ls.sh) S 84165 84168 82819 0 -1 4194304 238 68597 0 0 0 0 523 22 20 0 1 0 72004230 4292608 768 18446744073709551615 94596117356544 94596118251077 140720656107216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94596118490128 94596118537872 94596118904832 140720656111975 140720656112101 140720656112101 140720656117703 0
/proc/84168/statm: 1048 768 704 219 0 110 0
[pid=84171] ppid=84168 vsize=950832 memory=810176 CPUtime=3565.9 cores=0,2
/proc/84171/stat : 84171 (roundingsat) R 84168 84168 82819 0 -1 4194304 141764 0 0 0 356315 275 0 0 20 0 1 0 72004782 973651968 202544 18446744073709551615 4227072 8923433 140726144598720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22900736 140726144604486 140726144604712 140726144604712 140726144610282 0
/proc/84171/statm: 237708 202544 2400 1147 0 225135 0
Current children cumulated CPU time: 3571.35 s
Current children cumulated vsize: 955024 KiB
Current children cumulated memory: 813248 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.11 s]
/proc/loadavg: 4.24 4.32 4.22 5/254 84713
/proc/meminfo: memFree=127864288/131382120 swapFree=33010416/33010684
[pid=84168] ppid=84165 vsize=4192 memory=3072 CPUtime=5.45 cores=0,2
/proc/84168/stat : 84168 (run-opt-ls.sh) S 84165 84168 82819 0 -1 4194304 238 68597 0 0 0 0 523 22 20 0 1 0 72004230 4292608 768 18446744073709551615 94596117356544 94596118251077 140720656107216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94596118490128 94596118537872 94596118904832 140720656111975 140720656112101 140720656112101 140720656117703 0
/proc/84168/statm: 1048 768 704 219 0 110 0
[pid=84171] ppid=84168 vsize=950832 memory=810176 CPUtime=3594.62 cores=0,2
/proc/84171/stat : 84171 (roundingsat) R 84168 84168 82819 0 -1 4194304 141765 0 0 0 359185 277 0 0 20 0 1 0 72004782 973651968 202544 18446744073709551615 4227072 8923433 140726144598720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22900736 140726144604486 140726144604712 140726144604712 140726144610282 0
/proc/84171/statm: 237708 202544 2400 1147 0 225135 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 955024 KiB
Current children cumulated memory: 813248 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=5.24066 s, system=0.231938 s
Sleeping 2 seconds

[startup+3611.16 s]
# the end of solver process 84171 was just reported to runsolver
# Child status: 2

# cumulated CPU time of all completed processes:  user=3597.13 s, system=3.01885 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+3611.11 s]
/proc/loadavg: 4.24 4.32 4.22 5/254 84713
/proc/meminfo: memFree=127864288/131382120 swapFree=33010416/33010684
[pid=84168] ppid=84165 vsize=4192 memory=3072 CPUtime=5.45 cores=0,2
/proc/84168/stat : 84168 (run-opt-ls.sh) S 84165 84168 82819 0 -1 4194304 238 68597 0 0 0 0 523 22 20 0 1 0 72004230 4292608 768 18446744073709551615 94596117356544 94596118251077 140720656107216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94596118490128 94596118537872 94596118904832 140720656111975 140720656112101 140720656112101 140720656117703 0
/proc/84168/statm: 1048 768 704 219 0 110 0
[pid=84171] ppid=84168 vsize=950832 memory=810176 CPUtime=3594.62 cores=0,2
/proc/84171/stat : 84171 (roundingsat) R 84168 84168 82819 0 -1 4194304 141765 0 0 0 359185 277 0 0 20 0 1 0 72004782 973651968 202544 18446744073709551615 4227072 8923433 140726144598720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22900736 140726144604486 140726144604712 140726144604712 140726144610282 0
/proc/84171/statm: 237708 202544 2400 1147 0 225135 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 955024 KiB
Current children cumulated memory: 813248 KiB

Child status: 2

Real time (s): 3611.16
CPU time (s): 3600.15
CPU user time (s): 3597.13
CPU system time (s): 3.01885
CPU usage (%): 99.6951
Max. virtual memory (cumulated for all children) (KiB): 955024
Max. memory (cumulated for all children) (KiB): 813248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.13
system time used= 3.01885
maximum resident set size= 810688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210696
page faults= 0
swaps= 0
block input operations= 0
block output operations= 29504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 220
involuntary context switches= 7882


# summary of solver processes directly reported to runsolver:
#   pid: 84168,84171
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3597.13
#   total CPU system time (s): 3.01885

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.203 second user time and 37.7871 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-03 19:20:56
IDJOB=4521080
IDBENCH=178219
IDSOLVER=3355
FILE ID=nodeC003/4521080-1751563255
RUNJOBID= nodeC003-1751559311-82829
SLURM_JOB_ID= 9598756
Free space on /tmp= 431948 MiB

SOLVER NAME= roundingsat-ls+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_6-partite_inlv/normalized-maxcut_opt_complete_6-partite_inlv_nvert_87.opb
COMMAND LINE= run-opt-ls.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4521080-1751563255/watcher-4521080-1751563255 -o /tmp/evaluation-result-4521080-1751563255/solver-4521080-1751563255 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751559311-82829 --watchdog 3760  run-opt-ls.sh HOME/instance-4521080-1751563255.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 83591af43c3da6ede4007c8e5a8d776b
RANDOM SEED=1210006256

nodeC003 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.165
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3691.268
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.249
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.670
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3661.977
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3540.816
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.402
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.250
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128343732 kB
MemAvailable:   128463276 kB
Buffers:            2736 kB
Cached:           915712 kB
SwapCached:           36 kB
Active:          1983320 kB
Inactive:         423544 kB
Active(anon):    1498732 kB
Inactive(anon):     7608 kB
Active(file):     484588 kB
Inactive(file):   415936 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             20992 kB
Writeback:             0 kB
AnonPages:       1491504 kB
Mapped:           117456 kB
Shmem:             17924 kB
KReclaimable:     117296 kB
Slab:             203172 kB
SReclaimable:     117296 kB
SUnreclaim:        85876 kB
KernelStack:        4128 kB
PageTables:         6272 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    1935332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    585728 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 431940 MiB
End job on nodeC003 at 2025-07-03 20:21:07