Trace number 4531871

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-log 0f876b3SAT (TO)-43 3600.15 3666.78

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-5.opb
MD5SUMf240478745515edc7850a10c9aa5c21f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-50
Best CPU time to get the best result obtained on this benchmark1849.76
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1150
Total number of constraints80035
Number of constraints which are clauses80035
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 constraint2
Maximum length of a constraint2
Number of terms in the objective function 1150
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 1150
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1150
Number of bits of the biggest sum of numbers11
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.06	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.06	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.06	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.06	c │      (c) 2025 Markus Anders                                    │
0.00/0.06	c └────────────────────────────────────────────────────────────────┘
0.00/0.06	c parse 'HOME/instance-4531871-1752584603.opb'
0.04/0.14	c 	read 1.94MB  (83.82ms)
0.04/0.14	c	 [cnf: #variables 1150 #clauses 80036 #duplicates 0 #arr 161220]
0.04/0.15	c output proof to 'PROOFDIR/proof-4531871-1752584603'
0.04/0.15	c 
0.04/0.15	c make graph and approximate orbits
0.04/0.21	c	 [group: #orbits ~= 0] (62.62ms)
0.04/0.21	c 
0.04/0.21	c detect special group actions
0.04/0.21	c 	probe for Johnson action (limit=64)
0.04/0.21	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.04/0.21	c 	probe for row symmetry (limit=64, splits=16.78M)
0.04/0.22	c 	 (9.06ms)
0.04/0.22	c 
0.04/0.22	c detect symmetries on remainder
0.04/0.22	c 	[graph: #vertices 83486 #edges 327040]
0.04/0.22	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.16/0.23	c 	 [group: #symmetries 1.00*10^0 #generators 0] (14.37ms)
0.16/0.23	c 
0.16/0.23	c finalize break order and special generators
0.16/0.23	c 
0.16/0.23	c generation finished
0.16/0.23	c 	[sbp: #constraints 0 #add_vars 0]
0.16/0.23	c 
0.16/0.23	c write result to 'HOME/instance-4531871-1752584603.opb.pre'
0.16/0.25	c 	wrote 1.94MB (12.16ms)
0.16/0.25	c ------------------------------------------------------------------
0.16/0.25	c                  83.82ms 45.14% parse
0.16/0.25	c                  62.62ms 33.72% approx_orbits
0.16/0.25	c                  14.37ms  7.74% detect_generic
0.16/0.25	c                  12.16ms  6.55% output
0.16/0.25	c                   9.06ms  4.88% detect_special
0.16/0.25	c                   3.54ms  1.90% other
0.16/0.25	c                   0.12ms  0.06% finalize_order
0.16/0.25	c         ───────────────────────────────────────────────
0.16/0.25	c                 185.68ms   100% total
0.16/0.25	c ------------------------------------------------------------------
0.16/0.30	c RoundingSat 2
0.16/0.30	c branch pb25
0.16/0.30	c commit 0f876b3
1.19/1.31	c #variables 1150 #constraints 80035
1.19/1.31	c objective is ce32 
1.19/1.38	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
1.19/1.38	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
1.19/1.38	c bounds -15 >= -1150 @ 0.853253
1.68/1.87	c bounds -16 >= -1150 @ 1.31927
2.08/2.20	c rational objective -575
2.48/2.62	c bounds -16 >= -1149 @ 2.05911
2.48/2.62	c bounds -16 >= -1148 @ 2.05946
2.48/2.62	c bounds -16 >= -1147 @ 2.05979
2.48/2.62	c bounds -16 >= -1146 @ 2.06012
2.48/2.62	c bounds -16 >= -1145 @ 2.06044
2.48/2.62	c bounds -16 >= -1144 @ 2.06076
2.48/2.62	c bounds -16 >= -1143 @ 2.06109
2.48/2.62	c bounds -16 >= -1142 @ 2.06141
2.48/2.62	c bounds -16 >= -1141 @ 2.06174
2.48/2.62	c bounds -16 >= -1140 @ 2.06205
2.48/2.62	c bounds -17 >= -1140 @ 2.06222
2.48/2.62	c bounds -17 >= -1139 @ 2.06222
2.48/2.62	c bounds -17 >= -1138 @ 2.06246
2.48/2.62	c bounds -17 >= -1137 @ 2.06279
2.48/2.62	c bounds -17 >= -1136 @ 2.06309
2.48/2.62	c bounds -17 >= -1135 @ 2.06341
2.48/2.62	c bounds -17 >= -1134 @ 2.06373
2.48/2.62	c bounds -17 >= -1133 @ 2.06405
2.48/2.62	c bounds -17 >= -1132 @ 2.06437
2.48/2.62	c bounds -17 >= -1131 @ 2.06469
2.48/2.62	c bounds -17 >= -1130 @ 2.06501
2.48/2.66	c bounds -18 >= -1130 @ 2.09618
2.48/2.66	c bounds -18 >= -1129 @ 2.09652
2.48/2.66	c bounds -18 >= -1128 @ 2.09685
2.48/2.66	c bounds -18 >= -1127 @ 2.09718
2.48/2.66	c bounds -18 >= -1126 @ 2.0975
2.48/2.66	c bounds -18 >= -1125 @ 2.09783
2.48/2.66	c bounds -18 >= -1124 @ 2.09816
2.48/2.66	c bounds -18 >= -1123 @ 2.09849
2.48/2.66	c bounds -18 >= -1122 @ 2.09882
2.48/2.66	c bounds -18 >= -1121 @ 2.09914
2.48/2.66	c bounds -18 >= -1120 @ 2.09948
2.48/2.66	c bounds -18 >= -1119 @ 2.09981
2.48/2.66	c bounds -18 >= -1118 @ 2.10013
2.48/2.66	c bounds -18 >= -1117 @ 2.10046
2.48/2.66	c bounds -18 >= -1116 @ 2.10079
2.48/2.66	c bounds -18 >= -1115 @ 2.10108
2.48/2.66	c bounds -18 >= -1114 @ 2.10108
2.48/2.66	c bounds -18 >= -1113 @ 2.10108
2.48/2.66	c bounds -18 >= -1112 @ 2.10111
2.48/2.66	c bounds -18 >= -1111 @ 2.10144
2.48/2.66	c bounds -18 >= -1110 @ 2.10177
2.48/2.66	c bounds -18 >= -1109 @ 2.10208
2.48/2.66	c bounds -18 >= -1108 @ 2.10208
2.48/2.66	c bounds -18 >= -1107 @ 2.10208
2.48/2.66	c bounds -18 >= -1106 @ 2.10208
2.48/2.66	c bounds -18 >= -1105 @ 2.10241
2.48/2.66	c bounds -18 >= -1104 @ 2.10272
2.48/2.66	c bounds -18 >= -1103 @ 2.10301
2.48/2.66	c bounds -18 >= -1102 @ 2.10333
2.48/2.66	c bounds -18 >= -1101 @ 2.10366
2.48/2.67	c bounds -18 >= -1100 @ 2.10399
2.48/2.67	c bounds -18 >= -1099 @ 2.10431
2.48/2.67	c bounds -18 >= -1098 @ 2.10463
2.48/2.67	c bounds -18 >= -1097 @ 2.10495
2.48/2.67	c bounds -18 >= -1096 @ 2.10527
2.48/2.67	c bounds -18 >= -1095 @ 2.1056
2.48/2.67	c bounds -18 >= -1094 @ 2.10592
2.48/2.67	c bounds -18 >= -1093 @ 2.10624
2.48/2.67	c bounds -18 >= -1092 @ 2.10655
2.48/2.67	c bounds -18 >= -1091 @ 2.10687
2.48/2.67	c bounds -18 >= -1090 @ 2.1072
2.48/2.67	c bounds -18 >= -1089 @ 2.10751
2.48/2.67	c bounds -18 >= -1088 @ 2.10783
2.48/2.67	c bounds -18 >= -1087 @ 2.10815
2.48/2.67	c bounds -18 >= -1086 @ 2.10847
2.48/2.67	c bounds -18 >= -1085 @ 2.10879
2.48/2.67	c bounds -18 >= -1084 @ 2.1091
2.48/2.67	c bounds -18 >= -1083 @ 2.10942
2.48/2.67	c bounds -18 >= -1082 @ 2.10974
2.48/2.67	c bounds -18 >= -1081 @ 2.11006
2.48/2.67	c bounds -18 >= -1080 @ 2.11038
2.48/2.67	c bounds -18 >= -1079 @ 2.11069
2.48/2.67	c bounds -18 >= -1078 @ 2.11101
2.48/2.67	c bounds -18 >= -1077 @ 2.11132
2.48/2.67	c bounds -18 >= -1076 @ 2.11164
2.48/2.67	c bounds -18 >= -1075 @ 2.11196
2.48/2.67	c bounds -18 >= -1074 @ 2.11227
2.48/2.67	c bounds -18 >= -1073 @ 2.1126
2.48/2.67	c bounds -18 >= -1072 @ 2.11292
2.48/2.67	c bounds -18 >= -1071 @ 2.11323
2.48/2.67	c bounds -18 >= -1070 @ 2.11356
2.48/2.68	c bounds -18 >= -1069 @ 2.11388
2.48/2.68	c bounds -18 >= -1068 @ 2.1142
2.48/2.68	c bounds -18 >= -1067 @ 2.11451
2.48/2.68	c bounds -18 >= -1066 @ 2.11483
2.48/2.68	c bounds -18 >= -1065 @ 2.11515
2.48/2.68	c bounds -18 >= -1064 @ 2.11547
2.48/2.68	c bounds -18 >= -1063 @ 2.11579
2.48/2.68	c bounds -18 >= -1062 @ 2.11611
2.48/2.68	c bounds -18 >= -1061 @ 2.11643
2.48/2.68	c bounds -18 >= -1060 @ 2.11675
2.48/2.68	c bounds -18 >= -1059 @ 2.11707
2.48/2.68	c bounds -18 >= -1058 @ 2.11739
2.48/2.68	c bounds -18 >= -1057 @ 2.11771
2.48/2.68	c bounds -18 >= -1056 @ 2.11802
2.48/2.68	c bounds -18 >= -1055 @ 2.11802
2.48/2.68	c bounds -18 >= -1054 @ 2.11802
2.48/2.68	c bounds -18 >= -1053 @ 2.11802
2.48/2.68	c bounds -18 >= -1052 @ 2.11834
2.48/2.68	c bounds -18 >= -1051 @ 2.11865
2.48/2.68	c bounds -18 >= -1050 @ 2.11895
2.48/2.68	c bounds -18 >= -1049 @ 2.11926
2.48/2.68	c bounds -18 >= -1048 @ 2.11958
2.48/2.68	c bounds -18 >= -1047 @ 2.1199
2.48/2.68	c bounds -18 >= -1046 @ 2.11997
2.48/2.68	c bounds -18 >= -1045 @ 2.11997
2.48/2.68	c bounds -18 >= -1044 @ 2.11997
2.48/2.68	c bounds -18 >= -1043 @ 2.12021
2.48/2.68	c bounds -18 >= -1042 @ 2.12053
2.48/2.68	c bounds -18 >= -1041 @ 2.12083
2.48/2.68	c bounds -18 >= -1040 @ 2.12114
2.48/2.68	c bounds -18 >= -1039 @ 2.12147
2.48/2.69	c bounds -18 >= -1038 @ 2.1218
2.48/2.69	c bounds -18 >= -1037 @ 2.12214
2.48/2.69	c bounds -18 >= -1036 @ 2.12248
2.48/2.69	c bounds -18 >= -1035 @ 2.12281
2.48/2.69	c bounds -18 >= -1034 @ 2.12315
2.48/2.69	c bounds -18 >= -1033 @ 2.12349
2.48/2.69	c bounds -18 >= -1032 @ 2.12382
2.48/2.69	c bounds -18 >= -1031 @ 2.12416
2.48/2.69	c bounds -18 >= -1030 @ 2.12451
2.48/2.69	c bounds -18 >= -1029 @ 2.12485
2.48/2.69	c bounds -18 >= -1028 @ 2.12519
2.48/2.69	c bounds -18 >= -1027 @ 2.12552
2.48/2.69	c bounds -18 >= -1026 @ 2.12585
2.48/2.69	c bounds -18 >= -1025 @ 2.12619
2.48/2.69	c bounds -18 >= -1024 @ 2.12653
2.48/2.69	c bounds -18 >= -1023 @ 2.12687
2.48/2.69	c bounds -18 >= -1022 @ 2.12721
2.48/2.69	c bounds -18 >= -1021 @ 2.12754
2.48/2.69	c bounds -18 >= -1020 @ 2.12787
2.48/2.69	c bounds -18 >= -1019 @ 2.1282
2.48/2.69	c bounds -18 >= -1018 @ 2.12854
2.48/2.69	c bounds -18 >= -1017 @ 2.12887
2.48/2.69	c bounds -18 >= -1016 @ 2.1292
2.48/2.69	c bounds -18 >= -1015 @ 2.12951
2.48/2.69	c bounds -18 >= -1014 @ 2.12983
2.48/2.69	c bounds -18 >= -1013 @ 2.13015
2.48/2.69	c bounds -18 >= -1012 @ 2.13047
2.48/2.69	c bounds -18 >= -1011 @ 2.13077
2.48/2.69	c bounds -18 >= -1010 @ 2.13109
2.48/2.69	c bounds -18 >= -1009 @ 2.13142
2.48/2.70	c bounds -18 >= -1008 @ 2.13173
2.48/2.70	c bounds -18 >= -1007 @ 2.13205
2.48/2.70	c bounds -18 >= -1006 @ 2.13237
2.58/2.70	c bounds -18 >= -1005 @ 2.13269
2.58/2.70	c bounds -18 >= -1004 @ 2.13301
2.58/2.70	c bounds -18 >= -1003 @ 2.13333
2.58/2.70	c bounds -18 >= -1002 @ 2.13364
2.58/2.70	c bounds -18 >= -1001 @ 2.13395
2.58/2.70	c bounds -18 >= -1000 @ 2.13426
2.58/2.70	c bounds -18 >= -999 @ 2.13457
2.58/2.70	c bounds -18 >= -998 @ 2.13464
2.58/2.70	c bounds -18 >= -997 @ 2.13464
2.58/2.70	c bounds -18 >= -996 @ 2.13466
2.58/2.70	c bounds -18 >= -995 @ 2.13494
2.58/2.70	c bounds -18 >= -994 @ 2.13526
2.58/2.70	c bounds -18 >= -993 @ 2.13557
2.58/2.70	c bounds -18 >= -992 @ 2.13588
2.58/2.70	c bounds -18 >= -991 @ 2.13619
2.58/2.70	c bounds -18 >= -990 @ 2.1365
2.58/2.70	c bounds -18 >= -989 @ 2.13681
2.58/2.70	c bounds -18 >= -988 @ 2.13712
2.58/2.70	c bounds -18 >= -987 @ 2.13743
2.58/2.70	c bounds -18 >= -986 @ 2.13774
2.58/2.70	c bounds -18 >= -985 @ 2.13804
2.58/2.70	c bounds -18 >= -984 @ 2.13835
2.58/2.70	c bounds -18 >= -983 @ 2.13866
2.58/2.70	c bounds -18 >= -982 @ 2.13896
2.58/2.70	c bounds -18 >= -981 @ 2.13927
2.58/2.70	c bounds -18 >= -980 @ 2.13957
2.58/2.70	c bounds -18 >= -979 @ 2.13988
2.58/2.70	c bounds -18 >= -978 @ 2.14018
2.58/2.70	c bounds -18 >= -977 @ 2.14048
2.58/2.71	c bounds -18 >= -976 @ 2.1408
2.58/2.71	c bounds -18 >= -975 @ 2.14112
2.58/2.71	c bounds -18 >= -974 @ 2.14143
2.58/2.71	c bounds -18 >= -973 @ 2.14174
2.58/2.71	c bounds -18 >= -972 @ 2.14206
2.58/2.71	c bounds -18 >= -971 @ 2.14238
2.58/2.71	c bounds -18 >= -970 @ 2.14269
2.58/2.71	c bounds -18 >= -969 @ 2.14302
2.58/2.71	c bounds -18 >= -968 @ 2.14333
2.58/2.71	c bounds -18 >= -967 @ 2.14365
2.58/2.71	c bounds -18 >= -966 @ 2.14397
2.58/2.71	c bounds -18 >= -965 @ 2.14428
2.58/2.71	c bounds -18 >= -964 @ 2.14458
2.58/2.71	c bounds -18 >= -963 @ 2.14489
2.58/2.71	c bounds -18 >= -962 @ 2.1452
2.58/2.71	c bounds -18 >= -961 @ 2.14551
2.58/2.71	c bounds -18 >= -960 @ 2.14581
2.58/2.71	c bounds -18 >= -959 @ 2.14612
2.58/2.71	c bounds -18 >= -958 @ 2.14642
2.58/2.71	c bounds -18 >= -957 @ 2.14672
2.58/2.71	c bounds -18 >= -956 @ 2.14703
2.58/2.71	c bounds -18 >= -955 @ 2.14733
2.58/2.71	c bounds -18 >= -954 @ 2.14764
2.58/2.71	c bounds -18 >= -953 @ 2.14797
2.58/2.71	c bounds -18 >= -952 @ 2.14828
2.58/2.71	c bounds -18 >= -951 @ 2.14859
2.58/2.71	c bounds -18 >= -950 @ 2.1489
2.58/2.71	c bounds -18 >= -949 @ 2.1492
2.58/2.71	c bounds -18 >= -948 @ 2.1495
2.58/2.71	c bounds -18 >= -947 @ 2.1498
2.58/2.71	c bounds -18 >= -946 @ 2.15011
2.58/2.71	c bounds -18 >= -945 @ 2.15042
2.58/2.72	c bounds -18 >= -944 @ 2.15072
2.58/2.72	c bounds -18 >= -943 @ 2.15103
2.58/2.72	c bounds -18 >= -942 @ 2.15133
2.58/2.72	c bounds -18 >= -941 @ 2.15164
2.58/2.72	c bounds -18 >= -940 @ 2.15195
2.58/2.72	c bounds -18 >= -939 @ 2.15226
2.58/2.72	c bounds -18 >= -938 @ 2.15257
2.58/2.72	c bounds -18 >= -937 @ 2.15287
2.58/2.72	c bounds -18 >= -936 @ 2.15318
2.58/2.72	c bounds -18 >= -935 @ 2.15349
2.58/2.72	c bounds -18 >= -934 @ 2.1538
2.58/2.72	c bounds -18 >= -933 @ 2.1541
2.58/2.72	c bounds -18 >= -932 @ 2.1544
2.58/2.72	c bounds -18 >= -931 @ 2.15471
2.58/2.72	c bounds -18 >= -930 @ 2.15502
2.58/2.72	c bounds -18 >= -929 @ 2.15532
2.58/2.72	c bounds -18 >= -928 @ 2.15562
2.58/2.72	c bounds -18 >= -927 @ 2.15594
2.58/2.72	c bounds -18 >= -926 @ 2.15624
2.58/2.72	c bounds -18 >= -925 @ 2.15655
2.58/2.72	c bounds -18 >= -924 @ 2.15685
2.58/2.72	c bounds -18 >= -923 @ 2.15715
2.58/2.72	c bounds -18 >= -922 @ 2.15746
2.58/2.72	c bounds -18 >= -921 @ 2.15775
2.58/2.72	c bounds -18 >= -920 @ 2.15805
2.58/2.72	c bounds -18 >= -919 @ 2.15835
2.58/2.72	c bounds -18 >= -918 @ 2.15864
2.58/2.72	c bounds -18 >= -917 @ 2.15894
2.58/2.72	c bounds -18 >= -916 @ 2.15924
2.58/2.72	c bounds -18 >= -915 @ 2.15953
2.58/2.72	c bounds -18 >= -914 @ 2.15983
2.58/2.72	c bounds -18 >= -913 @ 2.16012
2.58/2.72	c bounds -18 >= -912 @ 2.16042
2.58/2.73	c bounds -18 >= -911 @ 2.16071
2.58/2.73	c bounds -18 >= -910 @ 2.16101
2.58/2.73	c bounds -18 >= -909 @ 2.1613
2.58/2.73	c bounds -18 >= -908 @ 2.1616
2.58/2.73	c bounds -18 >= -907 @ 2.16189
2.58/2.73	c bounds -18 >= -906 @ 2.16219
2.58/2.73	c bounds -18 >= -905 @ 2.16249
2.58/2.73	c bounds -18 >= -904 @ 2.16279
2.58/2.73	c bounds -18 >= -903 @ 2.16309
2.58/2.73	c bounds -18 >= -902 @ 2.16339
2.58/2.73	c bounds -18 >= -901 @ 2.16368
2.58/2.73	c bounds -18 >= -900 @ 2.16398
2.58/2.73	c bounds -18 >= -899 @ 2.16429
2.58/2.73	c bounds -18 >= -898 @ 2.16459
2.58/2.73	c bounds -18 >= -897 @ 2.1649
2.58/2.73	c bounds -18 >= -896 @ 2.1652
2.58/2.73	c bounds -18 >= -895 @ 2.1655
2.58/2.73	c bounds -18 >= -894 @ 2.1658
2.58/2.73	c bounds -18 >= -893 @ 2.1661
2.58/2.73	c bounds -18 >= -892 @ 2.16641
2.58/2.73	c bounds -18 >= -891 @ 2.1667
2.58/2.73	c bounds -18 >= -890 @ 2.16701
2.58/2.73	c bounds -18 >= -889 @ 2.1673
2.58/2.73	c bounds -18 >= -888 @ 2.16759
2.58/2.73	c bounds -18 >= -887 @ 2.16789
2.58/2.73	c bounds -18 >= -886 @ 2.16819
2.58/2.73	c bounds -18 >= -885 @ 2.16849
2.58/2.73	c bounds -18 >= -884 @ 2.16879
2.58/2.73	c bounds -18 >= -883 @ 2.16909
2.58/2.73	c bounds -18 >= -882 @ 2.16939
2.58/2.73	c bounds -18 >= -881 @ 2.16969
2.58/2.73	c bounds -18 >= -880 @ 2.16999
2.58/2.73	c bounds -18 >= -879 @ 2.17029
2.58/2.74	c bounds -18 >= -878 @ 2.17058
2.58/2.74	c bounds -18 >= -877 @ 2.17088
2.58/2.74	c bounds -18 >= -876 @ 2.17121
2.58/2.74	c bounds -18 >= -875 @ 2.1715
2.58/2.74	c bounds -18 >= -874 @ 2.1718
2.58/2.74	c bounds -18 >= -873 @ 2.17209
2.58/2.74	c bounds -18 >= -872 @ 2.1724
2.58/2.74	c bounds -18 >= -871 @ 2.1727
2.58/2.74	c bounds -18 >= -870 @ 2.17299
2.58/2.74	c bounds -18 >= -869 @ 2.17328
2.58/2.74	c bounds -18 >= -868 @ 2.17358
2.58/2.74	c bounds -18 >= -867 @ 2.17387
2.58/2.74	c bounds -18 >= -866 @ 2.17417
2.58/2.74	c bounds -18 >= -865 @ 2.17447
2.58/2.74	c bounds -18 >= -864 @ 2.17476
2.58/2.74	c bounds -18 >= -863 @ 2.17505
2.58/2.74	c bounds -18 >= -862 @ 2.17535
2.58/2.74	c bounds -18 >= -861 @ 2.17566
2.58/2.74	c bounds -18 >= -860 @ 2.17596
2.58/2.74	c bounds -18 >= -859 @ 2.17625
2.58/2.74	c bounds -18 >= -858 @ 2.17655
2.58/2.74	c bounds -18 >= -857 @ 2.17685
2.58/2.74	c bounds -18 >= -856 @ 2.17714
2.58/2.74	c bounds -18 >= -855 @ 2.17744
2.58/2.74	c bounds -18 >= -854 @ 2.17773
2.58/2.74	c bounds -18 >= -853 @ 2.17803
2.58/2.74	c bounds -18 >= -852 @ 2.17833
2.58/2.74	c bounds -18 >= -851 @ 2.17862
2.58/2.74	c bounds -18 >= -850 @ 2.17891
2.58/2.74	c bounds -18 >= -849 @ 2.17919
2.58/2.74	c bounds -18 >= -848 @ 2.17948
2.58/2.74	c bounds -18 >= -847 @ 2.17976
2.58/2.74	c bounds -18 >= -846 @ 2.18005
2.58/2.74	c bounds -18 >= -845 @ 2.18034
2.58/2.75	c bounds -18 >= -844 @ 2.18063
2.58/2.75	c bounds -18 >= -843 @ 2.18092
2.58/2.75	c bounds -18 >= -842 @ 2.18121
2.58/2.75	c bounds -18 >= -841 @ 2.18149
2.58/2.75	c bounds -18 >= -840 @ 2.18178
2.58/2.75	c bounds -18 >= -839 @ 2.18207
2.58/2.75	c bounds -18 >= -838 @ 2.18236
2.58/2.75	c bounds -18 >= -837 @ 2.18265
2.58/2.75	c bounds -18 >= -836 @ 2.18295
2.58/2.75	c bounds -18 >= -835 @ 2.18324
2.58/2.75	c bounds -18 >= -834 @ 2.18353
2.58/2.75	c bounds -18 >= -833 @ 2.18383
2.58/2.75	c bounds -18 >= -832 @ 2.18412
2.58/2.75	c bounds -18 >= -831 @ 2.18441
2.58/2.75	c bounds -18 >= -830 @ 2.1847
2.58/2.75	c bounds -18 >= -829 @ 2.185
2.58/2.75	c bounds -18 >= -828 @ 2.18528
2.58/2.75	c bounds -18 >= -827 @ 2.18558
2.58/2.75	c bounds -18 >= -826 @ 2.18587
2.58/2.75	c bounds -18 >= -825 @ 2.18616
2.58/2.75	c bounds -18 >= -824 @ 2.18645
2.58/2.75	c bounds -18 >= -823 @ 2.18674
2.58/2.75	c bounds -18 >= -822 @ 2.18703
2.58/2.75	c bounds -18 >= -821 @ 2.18731
2.58/2.75	c bounds -18 >= -820 @ 2.1876
2.58/2.75	c bounds -18 >= -819 @ 2.1879
2.58/2.75	c bounds -18 >= -818 @ 2.18818
2.58/2.75	c bounds -18 >= -817 @ 2.18847
2.58/2.75	c bounds -18 >= -816 @ 2.18876
2.58/2.75	c bounds -18 >= -815 @ 2.18905
2.58/2.75	c bounds -18 >= -814 @ 2.18935
2.58/2.75	c bounds -18 >= -813 @ 2.18964
2.58/2.75	c bounds -18 >= -812 @ 2.18994
2.58/2.75	c bounds -18 >= -811 @ 2.19023
2.58/2.76	c bounds -18 >= -810 @ 2.19052
2.58/2.76	c bounds -18 >= -809 @ 2.19082
2.58/2.76	c bounds -18 >= -808 @ 2.19112
2.58/2.76	c bounds -18 >= -807 @ 2.1914
2.58/2.76	c bounds -18 >= -806 @ 2.19169
2.58/2.76	c bounds -18 >= -805 @ 2.19198
2.58/2.76	c bounds -18 >= -804 @ 2.19228
2.58/2.76	c bounds -18 >= -803 @ 2.19257
2.58/2.76	c bounds -18 >= -802 @ 2.19286
2.58/2.76	c bounds -18 >= -801 @ 2.19315
2.58/2.76	c bounds -18 >= -800 @ 2.19345
2.58/2.76	c bounds -18 >= -799 @ 2.19374
2.58/2.76	c bounds -18 >= -798 @ 2.19403
2.58/2.76	c bounds -18 >= -797 @ 2.19432
2.58/2.76	c bounds -18 >= -796 @ 2.19461
2.58/2.76	c bounds -18 >= -795 @ 2.1949
2.58/2.76	c bounds -18 >= -794 @ 2.19519
2.58/2.76	c bounds -18 >= -793 @ 2.19548
2.58/2.76	c bounds -18 >= -792 @ 2.19575
2.58/2.76	c bounds -18 >= -791 @ 2.19606
2.58/2.76	c bounds -18 >= -790 @ 2.19635
2.58/2.76	c bounds -18 >= -789 @ 2.19664
2.58/2.76	c bounds -18 >= -788 @ 2.19693
2.58/2.76	c bounds -18 >= -787 @ 2.19722
2.58/2.76	c bounds -18 >= -786 @ 2.19751
2.58/2.76	c bounds -18 >= -785 @ 2.1978
2.58/2.76	c bounds -18 >= -784 @ 2.19808
2.58/2.76	c bounds -18 >= -783 @ 2.19836
2.58/2.76	c bounds -18 >= -782 @ 2.19865
2.58/2.76	c bounds -18 >= -781 @ 2.19894
2.58/2.76	c bounds -18 >= -780 @ 2.19922
2.58/2.76	c bounds -18 >= -779 @ 2.1995
2.58/2.76	c bounds -18 >= -778 @ 2.19978
2.58/2.76	c bounds -18 >= -777 @ 2.20007
2.58/2.77	c bounds -18 >= -776 @ 2.20035
2.58/2.77	c bounds -18 >= -775 @ 2.20063
2.58/2.77	c bounds -18 >= -774 @ 2.20091
2.58/2.77	c bounds -18 >= -773 @ 2.2012
2.58/2.77	c bounds -18 >= -772 @ 2.20148
2.58/2.77	c bounds -18 >= -771 @ 2.20177
2.58/2.77	c bounds -18 >= -770 @ 2.20205
2.58/2.77	c bounds -18 >= -769 @ 2.20233
2.58/2.77	c bounds -18 >= -768 @ 2.20262
2.58/2.77	c bounds -18 >= -767 @ 2.2029
2.58/2.77	c bounds -18 >= -766 @ 2.2032
2.58/2.77	c bounds -18 >= -765 @ 2.20349
2.58/2.77	c bounds -18 >= -764 @ 2.20378
2.58/2.77	c bounds -18 >= -763 @ 2.20406
2.58/2.77	c bounds -18 >= -762 @ 2.20434
2.58/2.77	c bounds -18 >= -761 @ 2.20462
2.58/2.77	c bounds -18 >= -760 @ 2.2049
2.58/2.77	c bounds -18 >= -759 @ 2.20519
2.58/2.77	c bounds -18 >= -758 @ 2.20547
2.58/2.77	c bounds -18 >= -757 @ 2.20575
2.58/2.77	c bounds -18 >= -756 @ 2.20602
2.58/2.77	c bounds -18 >= -755 @ 2.2063
2.58/2.77	c bounds -18 >= -754 @ 2.20659
2.58/2.77	c bounds -18 >= -753 @ 2.20687
2.58/2.77	c bounds -18 >= -752 @ 2.20714
2.58/2.77	c bounds -18 >= -751 @ 2.20741
2.58/2.77	c bounds -18 >= -750 @ 2.20769
2.58/2.77	c bounds -18 >= -749 @ 2.20798
2.58/2.77	c bounds -18 >= -748 @ 2.20827
2.58/2.77	c bounds -18 >= -747 @ 2.20855
2.58/2.77	c bounds -18 >= -746 @ 2.20884
2.58/2.77	c bounds -18 >= -745 @ 2.20912
2.58/2.77	c bounds -18 >= -744 @ 2.2094
2.58/2.77	c bounds -18 >= -743 @ 2.20969
2.58/2.77	c bounds -18 >= -742 @ 2.20997
2.58/2.77	c bounds -18 >= -741 @ 2.21027
2.58/2.78	c bounds -18 >= -740 @ 2.21055
2.58/2.78	c bounds -18 >= -739 @ 2.21085
2.58/2.78	c bounds -18 >= -738 @ 2.21114
2.58/2.78	c bounds -18 >= -737 @ 2.21142
2.58/2.78	c bounds -18 >= -736 @ 2.21169
2.58/2.78	c bounds -18 >= -735 @ 2.21198
2.58/2.78	c bounds -18 >= -734 @ 2.21227
2.58/2.78	c bounds -18 >= -733 @ 2.21255
2.58/2.78	c bounds -18 >= -732 @ 2.21284
2.58/2.78	c bounds -18 >= -731 @ 2.21313
2.58/2.78	c bounds -18 >= -730 @ 2.21341
2.58/2.78	c bounds -18 >= -729 @ 2.21369
2.58/2.78	c bounds -18 >= -728 @ 2.21398
2.58/2.78	c bounds -18 >= -727 @ 2.21426
2.58/2.78	c bounds -18 >= -726 @ 2.21455
2.58/2.78	c bounds -18 >= -725 @ 2.21483
2.58/2.78	c bounds -18 >= -724 @ 2.21511
2.58/2.78	c bounds -18 >= -723 @ 2.2154
2.58/2.78	c bounds -18 >= -722 @ 2.21568
2.58/2.78	c bounds -18 >= -721 @ 2.21597
2.58/2.78	c bounds -18 >= -720 @ 2.21625
2.58/2.78	c bounds -18 >= -719 @ 2.21653
2.58/2.78	c bounds -18 >= -718 @ 2.21682
2.58/2.78	c bounds -18 >= -717 @ 2.21711
2.58/2.78	c bounds -18 >= -716 @ 2.21739
2.58/2.78	c bounds -18 >= -715 @ 2.21767
2.58/2.78	c bounds -18 >= -714 @ 2.21796
2.58/2.78	c bounds -18 >= -713 @ 2.21824
2.58/2.78	c bounds -18 >= -712 @ 2.21852
2.58/2.78	c bounds -18 >= -711 @ 2.21881
2.58/2.78	c bounds -18 >= -710 @ 2.21909
2.58/2.78	c bounds -18 >= -709 @ 2.21943
2.58/2.78	c bounds -18 >= -708 @ 2.21971
2.58/2.78	c bounds -18 >= -707 @ 2.21999
2.58/2.78	c bounds -18 >= -706 @ 2.22028
2.58/2.79	c bounds -18 >= -705 @ 2.22056
2.58/2.79	c bounds -18 >= -704 @ 2.22084
2.58/2.79	c bounds -18 >= -703 @ 2.22112
2.58/2.79	c bounds -18 >= -702 @ 2.2214
2.58/2.79	c bounds -18 >= -701 @ 2.22169
2.58/2.79	c bounds -18 >= -700 @ 2.22197
2.58/2.79	c bounds -18 >= -699 @ 2.22225
2.58/2.79	c bounds -18 >= -698 @ 2.22253
2.58/2.79	c bounds -18 >= -697 @ 2.22259
2.58/2.79	c bounds -18 >= -696 @ 2.22259
2.58/2.79	c bounds -18 >= -695 @ 2.22259
2.58/2.79	c bounds -18 >= -694 @ 2.22276
2.58/2.79	c bounds -18 >= -693 @ 2.22301
2.58/2.79	c bounds -18 >= -692 @ 2.22325
2.58/2.79	c bounds -18 >= -691 @ 2.2235
2.58/2.79	c bounds -18 >= -690 @ 2.22377
2.58/2.79	c bounds -18 >= -689 @ 2.22405
2.58/2.79	c bounds -18 >= -688 @ 2.22432
2.58/2.79	c bounds -18 >= -687 @ 2.22458
2.58/2.79	c bounds -18 >= -686 @ 2.22485
2.58/2.79	c bounds -18 >= -685 @ 2.22512
2.58/2.79	c bounds -18 >= -684 @ 2.22539
2.58/2.79	c bounds -18 >= -683 @ 2.22545
2.58/2.79	c bounds -18 >= -682 @ 2.22545
2.58/2.79	c bounds -18 >= -681 @ 2.22545
2.58/2.79	c bounds -18 >= -680 @ 2.22547
2.58/2.79	c bounds -18 >= -679 @ 2.22573
2.58/2.79	c bounds -18 >= -678 @ 2.226
2.58/2.79	c bounds -18 >= -677 @ 2.22627
2.58/2.79	c bounds -18 >= -676 @ 2.22653
2.58/2.79	c bounds -18 >= -675 @ 2.2268
2.58/2.79	c bounds -18 >= -674 @ 2.22707
2.58/2.79	c bounds -18 >= -673 @ 2.22734
2.58/2.79	c bounds -18 >= -672 @ 2.22759
2.58/2.79	c bounds -18 >= -671 @ 2.22787
2.58/2.79	c bounds -18 >= -670 @ 2.22814
2.58/2.80	c bounds -18 >= -669 @ 2.2284
2.58/2.80	c bounds -18 >= -668 @ 2.22866
2.58/2.80	c bounds -18 >= -667 @ 2.22893
2.68/2.80	c bounds -18 >= -666 @ 2.2292
2.68/2.80	c bounds -18 >= -665 @ 2.22948
2.68/2.80	c bounds -18 >= -664 @ 2.22975
2.68/2.80	c bounds -18 >= -663 @ 2.23002
2.68/2.80	c bounds -18 >= -662 @ 2.23029
2.68/2.80	c bounds -18 >= -661 @ 2.23056
2.68/2.80	c bounds -18 >= -660 @ 2.23083
2.68/2.80	c bounds -18 >= -659 @ 2.23109
2.68/2.80	c bounds -18 >= -658 @ 2.23136
2.68/2.80	c bounds -18 >= -657 @ 2.23163
2.68/2.80	c bounds -18 >= -656 @ 2.2319
2.68/2.80	c bounds -18 >= -655 @ 2.23217
2.68/2.80	c bounds -18 >= -654 @ 2.23243
2.68/2.80	c bounds -18 >= -653 @ 2.23271
2.68/2.80	c bounds -18 >= -652 @ 2.23298
2.68/2.80	c bounds -18 >= -651 @ 2.23324
2.68/2.80	c bounds -18 >= -650 @ 2.2335
2.68/2.80	c bounds -18 >= -649 @ 2.23378
2.68/2.80	c bounds -18 >= -648 @ 2.23405
2.68/2.80	c bounds -18 >= -647 @ 2.23432
2.68/2.80	c bounds -18 >= -646 @ 2.23458
2.68/2.80	c bounds -18 >= -645 @ 2.23484
2.68/2.80	c bounds -18 >= -644 @ 2.23511
2.68/2.80	c bounds -18 >= -643 @ 2.23539
2.68/2.80	c bounds -18 >= -642 @ 2.23567
2.68/2.80	c bounds -18 >= -641 @ 2.23594
2.68/2.80	c bounds -18 >= -640 @ 2.23621
2.68/2.80	c bounds -18 >= -639 @ 2.23648
2.68/2.80	c bounds -18 >= -638 @ 2.23675
2.68/2.80	c bounds -18 >= -637 @ 2.23701
2.68/2.80	c bounds -18 >= -636 @ 2.23729
2.68/2.80	c bounds -18 >= -635 @ 2.23757
2.68/2.80	c bounds -18 >= -634 @ 2.23784
2.68/2.80	c bounds -18 >= -633 @ 2.23811
2.68/2.81	c bounds -18 >= -632 @ 2.23838
2.68/2.81	c bounds -18 >= -631 @ 2.23866
2.68/2.81	c bounds -18 >= -630 @ 2.23894
2.68/2.81	c bounds -18 >= -629 @ 2.23922
2.68/2.81	c bounds -18 >= -628 @ 2.2395
2.68/2.81	c bounds -18 >= -627 @ 2.23977
2.68/2.81	c bounds -18 >= -626 @ 2.24004
2.68/2.81	c bounds -18 >= -625 @ 2.24032
2.68/2.81	c bounds -18 >= -624 @ 2.24059
2.68/2.81	c bounds -18 >= -623 @ 2.24086
2.68/2.81	c bounds -18 >= -622 @ 2.24113
2.68/2.81	c bounds -18 >= -621 @ 2.2414
2.68/2.81	c bounds -18 >= -620 @ 2.24168
2.68/2.81	c bounds -18 >= -619 @ 2.24197
2.68/2.81	c bounds -18 >= -618 @ 2.24223
2.68/2.81	c bounds -18 >= -617 @ 2.2425
2.68/2.81	c bounds -18 >= -616 @ 2.24278
2.68/2.81	c bounds -18 >= -615 @ 2.24305
2.68/2.81	c bounds -18 >= -614 @ 2.24332
2.68/2.81	c bounds -18 >= -613 @ 2.24358
2.68/2.81	c bounds -18 >= -612 @ 2.24385
2.68/2.81	c bounds -18 >= -611 @ 2.24411
2.68/2.81	c bounds -18 >= -610 @ 2.24438
2.68/2.81	c bounds -18 >= -609 @ 2.24465
2.68/2.81	c bounds -18 >= -608 @ 2.24493
2.68/2.81	c bounds -18 >= -607 @ 2.24521
2.68/2.81	c bounds -18 >= -606 @ 2.24548
2.68/2.81	c bounds -18 >= -605 @ 2.24576
2.68/2.81	c bounds -18 >= -604 @ 2.24602
2.68/2.81	c bounds -18 >= -603 @ 2.24629
2.68/2.81	c bounds -18 >= -602 @ 2.24657
2.68/2.81	c bounds -18 >= -601 @ 2.24683
2.68/2.81	c bounds -18 >= -600 @ 2.2471
2.68/2.81	c bounds -18 >= -599 @ 2.24737
2.68/2.81	c bounds -18 >= -598 @ 2.24764
2.68/2.81	c bounds -18 >= -597 @ 2.24791
2.68/2.82	c bounds -18 >= -596 @ 2.24821
2.68/2.82	c bounds -18 >= -595 @ 2.24848
2.68/2.82	c bounds -18 >= -594 @ 2.24873
2.68/2.82	c bounds -18 >= -593 @ 2.24899
2.68/2.82	c bounds -18 >= -592 @ 2.24925
2.68/2.82	c bounds -18 >= -591 @ 2.24951
2.68/2.82	c bounds -18 >= -590 @ 2.24977
2.68/2.82	c bounds -18 >= -589 @ 2.25003
2.68/2.82	c bounds -18 >= -588 @ 2.25028
2.68/2.82	c bounds -18 >= -587 @ 2.25054
2.68/2.82	c bounds -18 >= -586 @ 2.25081
2.68/2.82	c bounds -18 >= -585 @ 2.25107
2.68/2.82	c bounds -18 >= -584 @ 2.25133
2.68/2.82	c bounds -18 >= -583 @ 2.25159
2.68/2.82	c bounds -18 >= -582 @ 2.25184
2.68/2.82	c bounds -18 >= -581 @ 2.25208
2.68/2.82	c bounds -18 >= -580 @ 2.25233
2.68/2.82	c bounds -18 >= -579 @ 2.2526
2.68/2.82	c bounds -18 >= -578 @ 2.25285
2.68/2.82	c bounds -18 >= -577 @ 2.2531
2.68/2.82	c bounds -18 >= -576 @ 2.25336
2.68/2.82	c bounds -18 >= -575 @ 2.2536
2.68/2.82	c bounds -18 >= -574 @ 2.25387
2.68/2.82	c bounds -18 >= -573 @ 2.25449
2.68/2.82	c bounds -18 >= -572 @ 2.2558
2.68/2.83	c bounds -18 >= -571 @ 2.25663
2.68/2.83	c bounds -18 >= -570 @ 2.25748
2.68/2.83	c bounds -18 >= -569 @ 2.25841
2.68/2.83	c bounds -18 >= -568 @ 2.25848
2.68/2.83	c bounds -18 >= -567 @ 2.25848
2.68/2.83	c bounds -18 >= -566 @ 2.25924
2.68/2.83	c bounds -18 >= -565 @ 2.26098
2.68/2.84	c bounds -18 >= -564 @ 2.26147
2.68/2.84	c bounds -18 >= -563 @ 2.26147
2.68/2.84	c bounds -18 >= -562 @ 2.26147
2.68/2.84	c bounds -18 >= -561 @ 2.26167
2.68/2.84	c bounds -18 >= -560 @ 2.26247
2.68/2.84	c bounds -18 >= -559 @ 2.26357
2.68/2.85	c bounds -18 >= -558 @ 2.26573
2.68/2.85	c bounds -18 >= -557 @ 2.26745
2.68/2.85	c bounds -18 >= -556 @ 2.26799
2.68/2.85	c bounds -18 >= -555 @ 2.2701
2.68/2.85	c bounds -18 >= -554 @ 2.27044
2.68/2.86	c bounds -18 >= -553 @ 2.27076
2.68/2.86	c bounds -18 >= -552 @ 2.27244
2.68/2.86	c bounds -18 >= -551 @ 2.27364
2.68/2.86	c bounds -18 >= -550 @ 2.27443
2.68/2.86	c bounds -18 >= -549 @ 2.27443
2.68/2.87	c bounds -18 >= -548 @ 2.27443
2.68/2.87	c bounds -18 >= -547 @ 2.27443
2.68/2.87	c bounds -18 >= -546 @ 2.27543
2.68/2.87	c bounds -18 >= -545 @ 2.27568
2.68/2.87	c bounds -18 >= -544 @ 2.27742
2.68/2.88	c bounds -18 >= -543 @ 2.27881
2.68/2.88	c bounds -18 >= -542 @ 2.27958
2.68/2.88	c bounds -18 >= -541 @ 2.28141
2.68/2.88	c bounds -18 >= -540 @ 2.28204
2.68/2.88	c bounds -18 >= -539 @ 2.28262
2.68/2.89	c bounds -18 >= -538 @ 2.28414
2.68/2.89	c bounds -18 >= -537 @ 2.28539
3.07/3.20	c bounds -18 >= -536 @ 2.58538
3.07/3.20	c bounds -18 >= -535 @ 2.58638
3.07/3.20	c bounds -18 >= -534 @ 2.58638
3.07/3.20	c bounds -18 >= -533 @ 2.5874
3.07/3.20	c bounds -18 >= -532 @ 2.58855
3.07/3.21	c bounds -18 >= -531 @ 2.58937
3.07/3.21	c bounds -18 >= -530 @ 2.58937
3.07/3.21	c bounds -18 >= -529 @ 2.58954
3.07/3.21	c bounds -18 >= -528 @ 2.59136
3.07/3.22	c bounds -18 >= -527 @ 2.59155
3.07/3.22	c bounds -18 >= -526 @ 2.59337
3.07/3.22	c bounds -18 >= -525 @ 2.59455
3.07/3.22	c bounds -18 >= -524 @ 2.5966
3.07/3.22	c bounds -18 >= -523 @ 2.59734
3.07/3.23	c bounds -18 >= -522 @ 2.59734
3.07/3.23	c bounds -18 >= -521 @ 2.59848
3.07/3.23	c bounds -18 >= -520 @ 2.60046
3.07/3.23	c bounds -18 >= -519 @ 2.60152
3.07/3.23	c bounds -18 >= -518 @ 2.60236
3.07/3.24	c bounds -18 >= -517 @ 2.60395
3.07/3.24	c bounds -18 >= -516 @ 2.60451
3.07/3.24	c bounds -18 >= -515 @ 2.60562
3.07/3.24	c bounds -18 >= -514 @ 2.60631
3.07/3.24	c bounds -18 >= -513 @ 2.60743
3.07/3.25	c bounds -18 >= -512 @ 2.60831
3.07/3.25	c bounds -18 >= -511 @ 2.60831
3.07/3.25	c bounds -18 >= -510 @ 2.6093
3.07/3.25	c bounds -18 >= -509 @ 2.6093
3.07/3.25	c bounds -18 >= -508 @ 2.6093
3.07/3.25	c bounds -18 >= -507 @ 2.61055
3.07/3.26	c bounds -18 >= -506 @ 2.61206
3.07/3.26	c bounds -18 >= -505 @ 2.61299
3.07/3.26	c bounds -18 >= -504 @ 2.61429
3.07/3.26	c bounds -18 >= -503 @ 2.61528
3.07/3.26	c bounds -18 >= -502 @ 2.61529
3.07/3.26	c bounds -18 >= -501 @ 2.61568
3.07/3.26	c bounds -18 >= -500 @ 2.61628
3.07/3.27	c bounds -18 >= -499 @ 2.61649
3.07/3.27	c bounds -18 >= -498 @ 2.61757
3.07/3.27	c bounds -18 >= -497 @ 2.61828
3.07/3.27	c bounds -18 >= -496 @ 2.61828
3.07/3.27	c bounds -18 >= -495 @ 2.61927
3.07/3.27	c bounds -18 >= -494 @ 2.61927
3.07/3.28	c bounds -18 >= -493 @ 2.62127
3.07/3.28	c bounds -18 >= -492 @ 2.62142
3.07/3.28	c bounds -18 >= -491 @ 2.62249
3.07/3.28	c bounds -18 >= -490 @ 2.62326
3.07/3.29	c bounds -18 >= -489 @ 2.62442
3.07/3.29	c bounds -18 >= -488 @ 2.62525
3.07/3.29	c bounds -18 >= -487 @ 2.62608
3.07/3.29	c bounds -18 >= -486 @ 2.62625
3.07/3.29	c bounds -18 >= -485 @ 2.62745
3.07/3.29	c bounds -18 >= -484 @ 2.62824
3.18/3.30	c bounds -18 >= -483 @ 2.62924
3.18/3.30	c bounds -18 >= -482 @ 2.62924
3.18/3.30	c bounds -18 >= -481 @ 2.62991
3.18/3.30	c bounds -18 >= -480 @ 2.63024
3.18/3.30	c bounds -18 >= -479 @ 2.6322
3.18/3.30	c bounds -18 >= -478 @ 2.63254
3.18/3.31	c bounds -18 >= -477 @ 2.63323
3.18/3.31	c bounds -18 >= -476 @ 2.63323
3.18/3.31	c bounds -18 >= -475 @ 2.63412
3.18/3.31	c bounds -18 >= -474 @ 2.63422
3.18/3.31	c bounds -18 >= -473 @ 2.63422
3.18/3.31	c bounds -18 >= -472 @ 2.63473
3.18/3.31	c bounds -18 >= -471 @ 2.63522
3.18/3.31	c bounds -18 >= -470 @ 2.63522
3.18/3.35	c bounds -19 >= -470 @ 2.66625
3.18/3.35	c bounds -19 >= -469 @ 2.66705
3.18/3.35	c bounds -19 >= -468 @ 2.66711
3.18/3.35	c bounds -19 >= -467 @ 2.66711
3.18/3.35	c bounds -19 >= -466 @ 2.66711
3.18/3.35	c bounds -19 >= -465 @ 2.66775
3.18/3.35	c bounds -19 >= -464 @ 2.66881
3.18/3.35	c bounds -19 >= -463 @ 2.6691
3.18/3.35	c bounds -19 >= -462 @ 2.6691
3.18/3.36	c bounds -19 >= -461 @ 2.6691
3.18/3.36	c bounds -19 >= -460 @ 2.66999
3.18/3.36	c bounds -19 >= -459 @ 2.67046
3.18/3.36	c bounds -19 >= -458 @ 2.67192
3.18/3.36	c bounds -19 >= -457 @ 2.67225
3.18/3.36	c bounds -19 >= -456 @ 2.67338
3.18/3.36	c bounds -19 >= -455 @ 2.67408
3.18/3.36	c bounds -19 >= -454 @ 2.67485
3.18/3.37	c bounds -19 >= -453 @ 2.67508
3.18/3.37	c bounds -19 >= -452 @ 2.67599
3.18/3.37	c bounds -19 >= -451 @ 2.67608
3.18/3.37	c bounds -19 >= -450 @ 2.67608
3.18/3.37	c bounds -19 >= -449 @ 2.67743
3.18/3.37	c bounds -19 >= -448 @ 2.67966
3.18/3.37	c bounds -19 >= -447 @ 2.68009
3.18/3.38	c bounds -19 >= -446 @ 2.68106
3.18/3.38	c bounds -19 >= -445 @ 2.68106
3.18/3.38	c bounds -19 >= -444 @ 2.68344
3.18/3.39	c #Conflicts:       1000 | #Constraints:      83361
3.18/3.39	c bounds -19 >= -443 @ 2.68591
3.18/3.39	c bounds -19 >= -442 @ 2.68777
3.18/3.39	c bounds -19 >= -441 @ 2.68903
3.18/3.39	c bounds -19 >= -440 @ 2.69083
3.18/3.39	c bounds -19 >= -439 @ 2.69102
3.18/3.40	c bounds -19 >= -438 @ 2.69118
3.27/3.40	c bounds -19 >= -437 @ 2.69192
3.27/3.40	c bounds -19 >= -436 @ 2.69202
3.27/3.40	c bounds -19 >= -435 @ 2.69226
3.27/3.40	c bounds -19 >= -434 @ 2.69327
3.27/3.40	c bounds -19 >= -433 @ 2.69455
3.27/3.40	c bounds -19 >= -432 @ 2.69583
3.27/3.40	c bounds -19 >= -431 @ 2.696
3.27/3.41	c bounds -19 >= -430 @ 2.697
3.27/3.41	c bounds -19 >= -429 @ 2.697
3.27/3.41	c bounds -19 >= -428 @ 2.697
3.27/3.41	c bounds -19 >= -427 @ 2.697
3.27/3.41	c bounds -19 >= -426 @ 2.697
3.27/3.41	c bounds -19 >= -425 @ 2.69837
3.27/3.41	c bounds -19 >= -424 @ 2.69899
3.27/3.42	c bounds -19 >= -423 @ 2.69899
3.27/3.42	c bounds -19 >= -422 @ 2.70026
3.27/3.42	c bounds -19 >= -421 @ 2.70147
3.27/3.42	c bounds -19 >= -420 @ 2.70198
3.27/3.42	c bounds -19 >= -419 @ 2.70198
3.27/3.42	c bounds -19 >= -418 @ 2.70225
3.27/3.42	c bounds -19 >= -417 @ 2.7035
3.27/3.42	c bounds -19 >= -416 @ 2.70443
3.27/3.43	c bounds -19 >= -415 @ 2.70598
3.27/3.43	c bounds -19 >= -414 @ 2.70703
3.27/3.43	c bounds -19 >= -413 @ 2.70843
3.27/3.43	c bounds -19 >= -412 @ 2.7092
3.27/3.43	c bounds -19 >= -411 @ 2.70987
3.27/3.43	c bounds -19 >= -410 @ 2.71082
3.27/3.43	c bounds -19 >= -409 @ 2.71113
3.27/3.43	c bounds -19 >= -408 @ 2.71222
3.27/3.43	c bounds -19 >= -407 @ 2.71294
3.27/3.44	c bounds -19 >= -406 @ 2.71294
3.27/3.44	c bounds -19 >= -405 @ 2.71294
3.27/3.44	c bounds -19 >= -404 @ 2.71368
3.27/3.44	c bounds -19 >= -403 @ 2.71473
3.27/3.44	c bounds -19 >= -402 @ 2.71688
3.27/3.44	c bounds -19 >= -401 @ 2.71801
3.27/3.45	c bounds -19 >= -400 @ 2.72044
3.27/3.45	c bounds -19 >= -399 @ 2.7222
3.27/3.45	c bounds -19 >= -398 @ 2.7235
3.27/3.45	c bounds -19 >= -397 @ 2.7239
3.27/3.45	c bounds -19 >= -396 @ 2.72407
3.27/3.45	c bounds -19 >= -395 @ 2.72489
3.27/3.45	c bounds -19 >= -394 @ 2.72516
3.27/3.46	c bounds -19 >= -393 @ 2.72589
3.27/3.46	c bounds -19 >= -392 @ 2.72607
3.27/3.46	c bounds -19 >= -391 @ 2.72743
3.27/3.46	c bounds -19 >= -390 @ 2.7283
3.27/3.46	c bounds -19 >= -389 @ 2.72962
3.27/3.46	c bounds -19 >= -388 @ 2.73064
3.27/3.47	c bounds -19 >= -387 @ 2.73478
3.27/3.47	c bounds -19 >= -386 @ 2.73502
3.27/3.47	c bounds -19 >= -385 @ 2.73578
3.27/3.47	c bounds -19 >= -384 @ 2.73585
3.27/3.47	c bounds -19 >= -383 @ 2.73603
3.27/3.47	c bounds -19 >= -382 @ 2.73762
3.27/3.48	c bounds -19 >= -381 @ 2.74003
3.27/3.48	c bounds -19 >= -380 @ 2.74263
3.27/3.48	c bounds -19 >= -379 @ 2.745
3.27/3.48	c bounds -19 >= -378 @ 2.74655
3.27/3.49	c bounds -19 >= -377 @ 2.75079
3.27/3.49	c bounds -19 >= -376 @ 2.75177
3.27/3.49	c bounds -19 >= -375 @ 2.75359
3.37/3.50	c bounds -19 >= -374 @ 2.75722
3.37/3.50	c bounds -19 >= -373 @ 2.7642
3.37/3.53	c #Conflicts:       2000 | #Constraints:      84951
3.37/3.53	c INPROCESSING
3.37/3.53	c GARBAGE COLLECT
3.37/3.53	c bounds -19 >= -372 @ 2.78761
3.57/3.79	c bounds -19 >= -371 @ 3.03997
3.57/3.79	c bounds -19 >= -370 @ 3.04624
3.68/3.80	c bounds -19 >= -369 @ 3.05127
3.68/3.80	c bounds -20 >= -369 @ 3.05378
3.68/3.80	c bounds -21 >= -369 @ 3.05466
3.68/3.80	c bounds -22 >= -369 @ 3.05571
3.68/3.80	c bounds -23 >= -369 @ 3.05652
3.68/3.80	c bounds -24 >= -369 @ 3.05733
3.68/3.81	c bounds -24 >= -368 @ 3.05784
3.68/3.81	c bounds -25 >= -368 @ 3.05886
3.68/3.81	c bounds -25 >= -367 @ 3.05975
3.68/3.81	c bounds -26 >= -367 @ 3.06103
3.68/3.81	c bounds -26 >= -366 @ 3.0618
3.68/3.81	c bounds -27 >= -366 @ 3.06312
3.68/3.81	c bounds -27 >= -365 @ 3.06434
3.68/3.82	c bounds -28 >= -365 @ 3.06591
3.68/3.82	c bounds -28 >= -364 @ 3.06691
3.68/3.82	c bounds -29 >= -364 @ 3.06813
3.68/3.82	c bounds -29 >= -363 @ 3.06989
3.68/3.82	c bounds -30 >= -363 @ 3.07099
3.68/3.83	c bounds -31 >= -363 @ 3.07472
3.68/3.83	c bounds -31 >= -362 @ 3.07583
3.68/3.83	c bounds -31 >= -361 @ 3.07671
3.68/3.83	c bounds -31 >= -360 @ 3.07794
3.68/3.83	c bounds -31 >= -359 @ 3.07873
3.68/3.84	c bounds -32 >= -359 @ 3.0868
3.68/3.84	c bounds -32 >= -358 @ 3.08777
3.68/3.84	c bounds -32 >= -357 @ 3.08877
3.68/3.84	c bounds -32 >= -356 @ 3.09067
3.68/3.85	c bounds -32 >= -355 @ 3.09401
3.68/3.85	c bounds -32 >= -354 @ 3.0982
3.68/3.86	c bounds -32 >= -353 @ 3.10621
3.77/3.91	c #Conflicts:       3000 | #Constraints:      84478
3.77/3.91	c bounds -33 >= -353 @ 3.15355
3.77/3.91	c bounds -33 >= -352 @ 3.15471
3.77/3.91	c bounds -33 >= -351 @ 3.15618
3.77/3.91	c bounds -33 >= -350 @ 3.15804
3.77/3.92	c bounds -33 >= -349 @ 3.16093
3.77/3.92	c bounds -33 >= -348 @ 3.16737
3.77/3.94	c bounds -33 >= -347 @ 3.18268
3.99/4.17	c bounds -33 >= -346 @ 3.40566
4.07/4.21	c #Conflicts:       4000 | #Constraints:      85644
4.07/4.21	c bounds -33 >= -345 @ 3.44136
4.07/4.24	c bounds -34 >= -345 @ 3.47419
4.07/4.24	c bounds -34 >= -344 @ 3.47781
4.07/4.25	c bounds -34 >= -343 @ 3.48554
4.07/4.26	c bounds -34 >= -342 @ 3.49028
4.07/4.26	c bounds -34 >= -341 @ 3.49737
4.07/4.28	c #Conflicts:       5000 | #Constraints:      86747
4.07/4.28	c bounds -34 >= -340 @ 3.51263
4.17/4.30	c bounds -34 >= -339 @ 3.53182
4.17/4.31	c bounds -35 >= -339 @ 3.54565
4.38/4.52	c bounds -35 >= -338 @ 3.74483
4.38/4.52	c bounds -35 >= -337 @ 3.75063
4.38/4.53	c bounds -35 >= -336 @ 3.75718
4.57/4.75	c #Conflicts:       6000 | #Constraints:      87874
4.57/4.75	c INPROCESSING
4.57/4.75	c GARBAGE COLLECT
4.57/4.75	c rational objective -336
4.98/5.14	c bounds -36 >= -336 @ 4.35055
4.98/5.14	c bounds -36 >= -335 @ 4.35542
4.98/5.15	c bounds -37 >= -335 @ 4.35764
4.98/5.15	c bounds -38 >= -335 @ 4.36249
4.98/5.17	c bounds -38 >= -334 @ 4.37511
10.05/10.21	c #Conflicts:       7000 | #Constraints:      86073
10.05/10.21	c #Conflicts:       8000 | #Constraints:      87110
10.05/10.21	c #Conflicts:       9000 | #Constraints:      88162
10.05/10.21	c #Conflicts:      10000 | #Constraints:      89195
10.05/10.21	c #Conflicts:      11000 | #Constraints:      90243
10.05/10.21	c #Conflicts:      12000 | #Constraints:      91281
10.05/10.21	c INPROCESSING
10.05/10.21	c GARBAGE COLLECT
10.05/10.21	c rational objective -334
10.87/11.02	c bounds -38 >= -333 @ 10.1394
10.87/11.03	c bounds -38 >= -332 @ 10.1436
10.87/11.03	c bounds -38 >= -331 @ 10.1499
10.87/11.04	c bounds -38 >= -330 @ 10.1593
10.87/11.06	c bounds -38 >= -329 @ 10.1735
10.87/11.08	c bounds -38 >= -328 @ 10.1938
10.87/11.10	c bounds -38 >= -327 @ 10.2134
10.96/11.15	c #Conflicts:      13000 | #Constraints:      88020
10.96/11.15	c bounds -38 >= -326 @ 10.2579
11.05/11.23	c bounds -38 >= -325 @ 10.3348
11.45/11.62	c #Conflicts:      14000 | #Constraints:      89077
11.45/11.62	c bounds -38 >= -324 @ 10.7188
11.45/11.67	c bounds -38 >= -323 @ 10.7677
11.55/11.78	c #Conflicts:      15000 | #Constraints:      90122
11.55/11.78	c bounds -38 >= -322 @ 10.8764
11.96/12.12	c #Conflicts:      16000 | #Constraints:      91167
11.96/12.12	c bounds -38 >= -321 @ 11.2136
12.14/12.39	c INPROCESSING
12.14/12.39	c GARBAGE COLLECT
12.14/12.39	c rational objective -321
12.65/12.83	c bounds -38 >= -320 @ 11.9146
12.95/13.15	c #Conflicts:      17000 | #Constraints:      87478
12.95/13.15	c bounds -38 >= -319 @ 12.2297
13.04/13.27	c #Conflicts:      18000 | #Constraints:      88520
13.04/13.27	c bounds -38 >= -318 @ 12.3465
13.44/13.68	c #Conflicts:      19000 | #Constraints:      89556
13.44/13.68	c bounds -38 >= -317 @ 12.736
13.95/14.12	c #Conflicts:      20000 | #Constraints:      90586
13.95/14.12	c #Conflicts:      21000 | #Constraints:      91586
13.95/14.12	c INPROCESSING
13.95/14.12	c rational objective -317
14.43/14.62	c bounds -38 >= -316 @ 13.6627
15.14/15.37	c #Conflicts:      22000 | #Constraints:      87854
15.14/15.37	c #Conflicts:      23000 | #Constraints:      88854
15.14/15.37	c #Conflicts:      24000 | #Constraints:      89854
15.14/15.37	c bounds -38 >= -315 @ 14.3895
16.03/16.24	c #Conflicts:      25000 | #Constraints:      90893
16.03/16.24	c #Conflicts:      26000 | #Constraints:      91893
16.03/16.24	c bounds -38 >= -314 @ 15.2474
18.23/18.47	c #Conflicts:      27000 | #Constraints:      92935
18.23/18.47	c #Conflicts:      28000 | #Constraints:      93935
18.23/18.47	c #Conflicts:      29000 | #Constraints:      94935
18.23/18.47	c bounds -38 >= -313 @ 17.4451
18.72/18.98	c #Conflicts:      30000 | #Constraints:      95983
18.72/18.98	c #Conflicts:      31000 | #Constraints:      96983
18.72/18.98	c INPROCESSING
18.72/18.98	c GARBAGE COLLECT
18.72/18.98	c rational objective -313
20.42/20.62	c #Conflicts:      32000 | #Constraints:      90695
20.42/20.62	c #Conflicts:      33000 | #Constraints:      91695
20.42/20.62	c #Conflicts:      34000 | #Constraints:      92695
20.42/20.62	c bounds -38 >= -312 @ 19.557
21.51/21.71	c #Conflicts:      35000 | #Constraints:      93743
21.51/21.71	c #Conflicts:      36000 | #Constraints:      94743
21.51/21.71	c #Conflicts:      37000 | #Constraints:      95743
21.51/21.71	c INPROCESSING
21.51/21.71	c GARBAGE COLLECT
21.51/21.71	c rational objective -312
22.92/23.15	c #Conflicts:      38000 | #Constraints:      90168
22.92/23.15	c #Conflicts:      39000 | #Constraints:      91168
22.92/23.15	c bounds -38 >= -311 @ 22.047
24.50/24.78	c #Conflicts:      40000 | #Constraints:      92225
24.50/24.78	c #Conflicts:      41000 | #Constraints:      93225
24.50/24.78	c #Conflicts:      42000 | #Constraints:      94225
24.50/24.78	c #Conflicts:      43000 | #Constraints:      95225
24.50/24.78	c INPROCESSING
24.50/24.78	c GARBAGE COLLECT
24.50/24.78	c rational objective -311
25.40/25.65	c #Conflicts:      44000 | #Constraints:      89933
25.40/25.65	c bounds -38 >= -310 @ 24.5067
27.20/27.40	c #Conflicts:      45000 | #Constraints:      91002
27.20/27.40	c #Conflicts:      46000 | #Constraints:      92002
27.20/27.40	c #Conflicts:      47000 | #Constraints:      93002
27.20/27.40	c #Conflicts:      48000 | #Constraints:      94002
27.20/27.40	c bounds -38 >= -309 @ 26.2232
27.91/28.19	c #Conflicts:      49000 | #Constraints:      95026
27.91/28.19	c #Conflicts:      50000 | #Constraints:      96026
27.91/28.19	c bounds -38 >= -308 @ 26.9978
28.69/28.90	c #Conflicts:      51000 | #Constraints:      97053
28.69/28.90	c #Conflicts:      52000 | #Constraints:      98053
28.69/28.90	c bounds -38 >= -307 @ 27.6893
31.48/32.32	c #Conflicts:      53000 | #Constraints:      99080
31.48/32.32	c #Conflicts:      54000 | #Constraints:     100080
31.48/32.32	c #Conflicts:      55000 | #Constraints:     101080
31.48/32.32	c #Conflicts:      56000 | #Constraints:     102080
31.48/32.32	c bounds -38 >= -306 @ 30.4466
32.08/32.97	c #Conflicts:      57000 | #Constraints:     103107
32.08/32.97	c INPROCESSING
32.08/32.97	c GARBAGE COLLECT
32.08/32.97	c rational objective -306
34.18/35.09	c #Conflicts:      58000 | #Constraints:      93057
34.18/35.09	c #Conflicts:      59000 | #Constraints:      94057
34.18/35.09	c #Conflicts:      60000 | #Constraints:      95057
34.18/35.09	c #Conflicts:      61000 | #Constraints:      96057
34.18/35.09	c bounds -38 >= -305 @ 33.1661
35.96/36.89	c #Conflicts:      62000 | #Constraints:      97117
35.96/36.89	c #Conflicts:      63000 | #Constraints:      98117
35.96/36.89	c #Conflicts:      64000 | #Constraints:      99117
35.96/36.89	c #Conflicts:      65000 | #Constraints:     100117
35.96/36.89	c INPROCESSING
35.96/36.89	c GARBAGE COLLECT
35.96/36.89	c rational objective -305
36.66/37.53	c bounds -39 >= -305 @ 35.5768
36.97/37.85	WSVECS04 Frhs2[1]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[2]: 6 0 1.00001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[3]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[4]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[5]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[6]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[8]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[9]: 6 0 1.0001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[10]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[11]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[12]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[13]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[14]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[15]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[16]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[17]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[18]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[19]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[20]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[21]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[22]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[23]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[24]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[26]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[27]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[29]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[30]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[31]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[32]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[33]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[34]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[35]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[36]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[37]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[38]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[39]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[40]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[41]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[44]: 6 0 1.00001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[45]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[46]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[47]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[48]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[49]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[50]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[52]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[55]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[57]: 6 0 1.0001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[60]: 6 0 1.0001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[61]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[64]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[65]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[66]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[67]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[69]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[79]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[84]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[85]: 6 0 1.00001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[90]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[91]: 6 0 1.00001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[93]: 6 0 1.00001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[94]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[95]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[96]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[97]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[98]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[99]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[100]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[101]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[102]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[103]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[104]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[105]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[106]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[107]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[108]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[109]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[110]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[111]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[112]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[113]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[114]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[115]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[118]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[120]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[121]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[122]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[125]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[126]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[127]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[129]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[131]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[133]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[135]: 6 0 1.0001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[136]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[137]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[139]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[143]: 6 0 1.0001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[146]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[150]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[151]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[162]: 6 0 1.0001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[163]: 6 0 1.00001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[164]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[165]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[166]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[167]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[168]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[169]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[170]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[171]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[172]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[173]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[174]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[175]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[176]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[177]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[178]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[179]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[181]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[182]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[183]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[184]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[211]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[213]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[215]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[217]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[218]: 6 0 1.0001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[220]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[221]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[228]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[234]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[235]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[237]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[239]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[246]: 6 0 1.00001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[250]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[257]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[258]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[260]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[262]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[263]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[265]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[266]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[268]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[271]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[272]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[273]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[274]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[275]: 6 0 1.00001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[276]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[300]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[301]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[303]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[304]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[305]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[306]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[307]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[309]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[311]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[312]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[313]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[314]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[315]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[316]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[317]: 6 0 1.0001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[318]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[319]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[320]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[321]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[322]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[324]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[325]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[326]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[327]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[330]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[334]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[335]: 6 0 1.00001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[336]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[339]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[340]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[343]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[345]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[346]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[347]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[349]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[350]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[352]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[355]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[357]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[393]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[394]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[396]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[397]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[399]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[400]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[401]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[402]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[403]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[404]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[405]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[406]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[407]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[408]: 6 0 1.0001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[414]: 6 0 1.0001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[416]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[417]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[418]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[419]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[420]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[422]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[423]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[424]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[425]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[427]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[428]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[429]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[431]: 6 0 1.0001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[432]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[435]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[436]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[440]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[445]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[447]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[455]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[461]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[462]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[463]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[464]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[465]: 6 0 1.00001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[467]: 6 0 1.0001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[468]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[470]: 6 0 1.00001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[471]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[472]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[474]: 6 0 1.0001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[475]: 6 0 1.00001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[476]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[477]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[478]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[480]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[481]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[482]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[483]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[501]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[506]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[507]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[509]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[510]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[511]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[512]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[513]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[514]: 6 0 1.00001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[516]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[521]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[522]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[524]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[525]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[526]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[527]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[528]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[529]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[530]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[531]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[532]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[533]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[534]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[535]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[536]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[537]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[538]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[539]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[541]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[542]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[543]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[544]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[545]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[546]: 6 0 1.00001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[547]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[548]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[549]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[550]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[551]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[552]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[553]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[558]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[560]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[561]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[564]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[565]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[569]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[570]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[572]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[573]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[576]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[577]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[578]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[579]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[581]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[582]: 6 0 1.0001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[583]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[584]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[585]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[586]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[587]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[588]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[589]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[590]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[591]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[592]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[593]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[594]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[595]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[596]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[597]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[598]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[622]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[623]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[624]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[625]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[626]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[627]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[628]: 6 0 1.00001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[629]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[630]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[631]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[632]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[633]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[634]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[635]: 6 0 1.0001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[636]: 6 0 1.0001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[637]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[638]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[639]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[640]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[641]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[642]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[643]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[644]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[646]: 6 0 1.0001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[647]: 6 0 1.0001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[649]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[650]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[651]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[652]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[653]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[654]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[657]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[658]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[659]: 6 0 1.0001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[660]: 6 0 1.0001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[661]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[663]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[664]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[665]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[666]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[667]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[668]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[670]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[671]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[672]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[673]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[674]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[676]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[677]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[678]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[682]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[683]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[685]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[686]: 6 0 1.00001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[687]: 6 0 1.00001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[688]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[689]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[690]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[691]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[694]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[697]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[700]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[701]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[704]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[707]: 6 0 1.00001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[710]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[711]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[716]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[718]: 6 0 1.00001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[721]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[724]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[725]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[728]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[729]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[730]: 6 0 1.00001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[732]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[735]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[736]: 6 0 1.00001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[739]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[740]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[741]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[742]: 6 0 1.00001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[743]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[745]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[747]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[748]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[750]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[752]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[755]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[756]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[758]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[759]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[760]: 6 0 1.00001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[761]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[762]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[765]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[767]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[769]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[770]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[773]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[777]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[780]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[784]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[786]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[787]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[789]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[790]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[792]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[793]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[794]: 6 0 1.0001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[795]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[797]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[800]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[802]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[803]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[804]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[805]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[806]: 6 0 1.0001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[807]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[811]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[814]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[815]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[816]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[817]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[818]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[819]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[820]: 6 0 1.0001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[822]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[825]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[826]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[831]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[832]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[833]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[834]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[835]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[839]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[840]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[841]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[842]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[843]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[844]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[845]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[846]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[847]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[849]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[850]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[851]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[853]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[857]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[860]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[863]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[864]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[868]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[869]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[870]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[871]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[876]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[878]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[881]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[887]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[896]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[898]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[899]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[900]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[901]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[903]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[906]: 6 0 1.00001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[909]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[912]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[914]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[915]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[916]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[917]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[919]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[922]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[923]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[925]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[927]: 6 0 1.00004 shouldn't be
36.97/37.85	WSVECS04 Frhs2[928]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[929]: 6 0 1.00005 shouldn't be
36.97/37.85	WSVECS04 Frhs2[930]: 6 0 1.0001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[931]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[933]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[938]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[943]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[944]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[945]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[946]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[949]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[950]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[953]: 6 0 1.00008 shouldn't be
36.97/37.85	WSVECS04 Frhs2[954]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[955]: 6 0 1.00007 shouldn't be
36.97/37.85	WSVECS04 Frhs2[956]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[960]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[961]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[962]: 6 0 1.00001 shouldn't be
36.97/37.85	WSVECS04 Frhs2[965]: 6 0 1.00003 shouldn't be
36.97/37.85	WSVECS04 Frhs2[967]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[968]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[969]: 6 0 1.00009 shouldn't be
36.97/37.85	WSVECS04 Frhs2[970]: 6 0 1.00006 shouldn't be
36.97/37.85	WSVECS04 Frhs2[971]: 6 0 1.00002 shouldn't be
36.97/37.85	WSVECS04 Frhs2[972]: 6 0 1.00009 shouldn't be
36.97/37.86	WSVECS04 Frhs2[973]: 6 0 1.00005 shouldn't be
36.97/37.86	WSVECS04 Frhs2[974]: 6 0 1.00004 shouldn't be
36.97/37.86	WSVECS04 Frhs2[976]: 6 0 1.00008 shouldn't be
36.97/37.86	WSVECS04 Frhs2[977]: 6 0 1.00006 shouldn't be
36.97/37.86	WSVECS04 Frhs2[978]: 6 0 1.00005 shouldn't be
36.97/37.86	WSVECS04 Frhs2[979]: 6 0 1.00009 shouldn't be
36.97/37.86	WSVECS04 Frhs2[980]: 6 0 1.00006 shouldn't be
36.97/37.86	WSVECS04 Frhs2[981]: 6 0 1.00009 shouldn't be
36.97/37.86	WSVECS04 Frhs2[982]: 6 0 1.00009 shouldn't be
36.97/37.86	WSVECS04 Frhs2[983]: 6 0 1.00009 shouldn't be
36.97/37.86	WSVECS04 Frhs2[984]: 6 0 1.00008 shouldn't be
36.97/37.86	WSVECS04 Frhs2[985]: 6 0 1.00006 shouldn't be
36.97/37.86	WSVECS04 Frhs2[986]: 6 0 1.00009 shouldn't be
36.97/37.86	WSVECS04 Frhs2[987]: 6 0 1.00006 shouldn't be
36.97/37.86	WSVECS04 Frhs2[988]: 6 0 1.00007 shouldn't be
36.97/37.86	WSVECS04 Frhs2[989]: 6 0 1.00004 shouldn't be
36.97/37.86	WSVECS04 Frhs2[990]: 6 0 1.00008 shouldn't be
36.97/37.86	WSVECS04 Frhs2[992]: 6 0 1.00008 shouldn't be
36.97/37.86	WSVECS04 Frhs2[993]: 6 0 1.00005 shouldn't be
36.97/37.86	WSVECS04 Frhs2[995]: 6 0 1.00005 shouldn't be
36.97/37.86	WSVECS04 Frhs2[996]: 6 0 1.00003 shouldn't be
36.97/37.86	WSVECS04 Frhs2[999]: 6 0 1.00007 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1000]: 6 0 1.00001 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1001]: 6 0 1.00005 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1002]: 6 0 1.00005 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1003]: 6 0 1.00004 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1005]: 6 0 1.00009 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1006]: 6 0 1.00004 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1009]: 6 0 1.00001 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1010]: 6 0 1.00006 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1012]: 6 0 1.00007 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1013]: 6 0 1.00007 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1014]: 6 0 1.00005 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1015]: 6 0 1.0001 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1017]: 6 0 1.00009 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1018]: 6 0 1.00003 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1019]: 6 0 1.00004 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1020]: 6 0 1.00006 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1021]: 6 0 1.00008 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1022]: 6 0 1.00009 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1023]: 6 0 1.00001 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1024]: 6 0 1.00002 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1025]: 6 0 1.00007 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1026]: 6 0 1.00004 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1027]: 6 0 1.00003 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1028]: 6 0 1.00003 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1029]: 6 0 1.00007 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1030]: 6 0 1.00008 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1031]: 6 0 1.00008 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1032]: 6 0 1.00001 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1033]: 6 0 1.00001 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1034]: 6 0 1.00006 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1035]: 6 0 1.00001 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1036]: 6 0 1.00009 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1038]: 6 0 1.00006 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1039]: 6 0 1.00002 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1043]: 6 0 1.00001 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1044]: 6 0 1.0001 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1046]: 6 0 1.00008 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1048]: 6 0 1.00009 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1049]: 6 0 1.00002 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1050]: 6 0 1.00003 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1051]: 6 0 1.00006 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1053]: 6 0 1.00006 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1054]: 6 0 1.00004 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1056]: 6 0 1.00001 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1057]: 6 0 1.00007 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1059]: 6 0 1.00003 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1060]: 6 0 1.0001 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1061]: 6 0 1.00003 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1062]: 6 0 1.00009 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1063]: 6 0 1.00005 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1064]: 6 0 1.00008 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1065]: 6 0 1.00009 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1067]: 6 0 1.00008 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1068]: 6 0 1.00007 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1069]: 6 0 1.00009 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1070]: 6 0 1.00003 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1071]: 6 0 1.00003 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1072]: 6 0 1.00006 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1073]: 6 0 1.00009 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1074]: 6 0 1.00009 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1075]: 6 0 1.00002 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1076]: 6 0 1.00002 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1077]: 6 0 1.00005 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1078]: 6 0 1.00001 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1079]: 6 0 1.00004 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1080]: 6 0 1.00006 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1081]: 6 0 1.00007 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1083]: 6 0 1.0001 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1084]: 6 0 1.00005 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1085]: 6 0 1.00003 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1086]: 6 0 1.00007 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1087]: 6 0 1.00009 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1088]: 6 0 1.00004 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1089]: 6 0 1.00004 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1090]: 6 0 1.00006 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1091]: 6 0 1.00007 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1092]: 6 0 1.00005 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1094]: 6 0 1.00004 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1095]: 6 0 1.00003 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1096]: 6 0 1.00009 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1097]: 6 0 1.0001 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1099]: 6 0 1.0001 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1100]: 6 0 1.00008 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1101]: 6 0 1.00008 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1102]: 6 0 1.00002 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1103]: 6 0 1.00009 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1105]: 6 0 1.00003 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1106]: 6 0 1.00002 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1107]: 6 0 1.00002 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1108]: 6 0 1.00009 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1109]: 6 0 1.00004 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1110]: 6 0 1.00008 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1111]: 6 0 1.00005 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1112]: 6 0 1.00006 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1113]: 6 0 1.0001 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1115]: 6 0 1.00009 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1116]: 6 0 1.00007 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1117]: 6 0 1.0001 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1118]: 6 0 1.00009 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1119]: 6 0 1.00005 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1120]: 6 0 1.00005 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1121]: 6 0 1.00006 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1122]: 6 0 1.00008 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1123]: 6 0 1.00002 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1124]: 6 0 1.00007 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1125]: 6 0 1.00008 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1126]: 6 0 1.00005 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1127]: 6 0 1.00002 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1128]: 6 0 1.00009 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1130]: 6 0 1.00006 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1132]: 6 0 1.00006 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1133]: 6 0 1.00009 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1137]: 6 0 1.00001 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1138]: 6 0 1.00003 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1139]: 6 0 1.00002 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1142]: 6 0 1.00005 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1145]: 6 0 1.0001 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1146]: 6 0 1.00002 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1147]: 6 0 1.00001 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1148]: 6 0 1.00004 shouldn't be
36.97/37.86	WSVECS04 Frhs2[1150]: 6 0 1.00005 shouldn't be
37.17/38.06	c #Conflicts:      66000 | #Constraints:      92463
37.17/38.06	c bounds -39 >= -304 @ 36.0977
42.64/43.53	c #Conflicts:      67000 | #Constraints:      93532
42.64/43.53	c #Conflicts:      68000 | #Constraints:      94547
42.64/43.53	c #Conflicts:      69000 | #Constraints:      95562
42.64/43.53	c #Conflicts:      70000 | #Constraints:      96584
42.64/43.53	c #Conflicts:      71000 | #Constraints:      97603
42.64/43.53	c #Conflicts:      72000 | #Constraints:      98638
42.64/43.53	c INPROCESSING
42.64/43.53	c GARBAGE COLLECT
42.64/43.53	c rational objective -304
45.44/46.31	c #Conflicts:      73000 | #Constraints:      91402
45.44/46.31	c #Conflicts:      74000 | #Constraints:      92402
45.44/46.31	c #Conflicts:      75000 | #Constraints:      93402
45.44/46.31	c #Conflicts:      76000 | #Constraints:      94402
45.44/46.31	c bounds -39 >= -303 @ 44.2297
47.04/47.92	c #Conflicts:      77000 | #Constraints:      95432
47.04/47.92	c #Conflicts:      78000 | #Constraints:      96432
47.04/47.92	c #Conflicts:      79000 | #Constraints:      97432
47.04/47.92	c bounds -39 >= -302 @ 45.8131
47.34/48.29	c #Conflicts:      80000 | #Constraints:      98456
47.34/48.29	c INPROCESSING
47.34/48.29	c GARBAGE COLLECT
47.34/48.29	c rational objective -302
49.33/50.25	c #Conflicts:      81000 | #Constraints:      91450
49.33/50.25	c #Conflicts:      82000 | #Constraints:      92450
49.33/50.25	c #Conflicts:      83000 | #Constraints:      93450
49.33/50.25	c bounds -39 >= -301 @ 48.1042
53.51/54.40	c #Conflicts:      84000 | #Constraints:      94507
53.51/54.40	c #Conflicts:      85000 | #Constraints:      95507
53.51/54.40	c #Conflicts:      86000 | #Constraints:      96507
53.51/54.40	c #Conflicts:      87000 | #Constraints:      97507
53.51/54.40	c #Conflicts:      88000 | #Constraints:      98507
53.51/54.40	c #Conflicts:      89000 | #Constraints:      99507
53.51/54.40	c bounds -39 >= -300 @ 52.1918
60.11/61.09	c #Conflicts:      90000 | #Constraints:     100537
60.11/61.09	c #Conflicts:      91000 | #Constraints:     101537
60.11/61.09	c #Conflicts:      92000 | #Constraints:     102537
60.11/61.09	c #Conflicts:      93000 | #Constraints:     103537
60.11/61.09	c #Conflicts:      94000 | #Constraints:     104537
60.11/61.09	c #Conflicts:      95000 | #Constraints:     105537
60.11/61.09	c #Conflicts:      96000 | #Constraints:     106537
60.11/61.09	c #Conflicts:      97000 | #Constraints:     107537
60.11/61.09	c #Conflicts:      98000 | #Constraints:     108537
60.11/61.09	c bounds -39 >= -299 @ 58.7822
60.83/62.14	c #Conflicts:      99000 | #Constraints:     109591
60.83/62.14	c #Conflicts:     100000 | #Constraints:     110591
60.83/62.14	c INPROCESSING
60.83/62.14	c GARBAGE COLLECT
60.83/62.14	c rational objective -299
62.90/64.28	c #Conflicts:     101000 | #Constraints:      97185
62.90/64.28	c #Conflicts:     102000 | #Constraints:      98185
62.90/64.28	c #Conflicts:     103000 | #Constraints:      99185
62.90/64.28	c bounds -39 >= -298 @ 61.5532
66.71/68.09	c #Conflicts:     104000 | #Constraints:     100233
66.71/68.09	c #Conflicts:     105000 | #Constraints:     101233
66.71/68.09	c #Conflicts:     106000 | #Constraints:     102233
66.71/68.09	c #Conflicts:     107000 | #Constraints:     103233
66.71/68.09	c #Conflicts:     108000 | #Constraints:     104233
66.71/68.09	c #Conflicts:     109000 | #Constraints:     105233
66.71/68.09	c INPROCESSING
66.71/68.09	c GARBAGE COLLECT
66.71/68.09	c rational objective -298
68.99/70.36	c #Conflicts:     110000 | #Constraints:      95079
68.99/70.36	c #Conflicts:     111000 | #Constraints:      96079
68.99/70.36	c #Conflicts:     112000 | #Constraints:      97079
68.99/70.36	c bounds -39 >= -297 @ 67.5289
72.38/73.72	c #Conflicts:     113000 | #Constraints:      98139
72.38/73.72	c #Conflicts:     114000 | #Constraints:      99139
72.38/73.72	c #Conflicts:     115000 | #Constraints:     100139
72.38/73.72	c #Conflicts:     116000 | #Constraints:     101139
72.38/73.72	c #Conflicts:     117000 | #Constraints:     102139
72.38/73.72	c #Conflicts:     118000 | #Constraints:     103139
72.38/73.72	c bounds -39 >= -296 @ 70.8357
72.58/73.95	c INPROCESSING
72.58/73.95	c GARBAGE COLLECT
72.58/73.95	c rational objective -296
102.79/104.92	c #Conflicts:     119000 | #Constraints:      93616
102.79/104.92	c #Conflicts:     120000 | #Constraints:      94631
102.79/104.92	c #Conflicts:     121000 | #Constraints:      95669
102.79/104.92	c #Conflicts:     122000 | #Constraints:      96708
102.79/104.92	c #Conflicts:     123000 | #Constraints:      97747
102.79/104.92	c #Conflicts:     124000 | #Constraints:      98778
102.79/104.92	c #Conflicts:     125000 | #Constraints:      99822
102.79/104.92	c #Conflicts:     126000 | #Constraints:     100858
102.79/104.92	c #Conflicts:     127000 | #Constraints:     101889
102.79/104.92	c #Conflicts:     128000 | #Constraints:     102940
102.79/104.92	c #Conflicts:     129000 | #Constraints:     103992
102.79/104.92	c #Conflicts:     130000 | #Constraints:     105050
102.79/104.92	c #Conflicts:     131000 | #Constraints:     106094
102.79/104.92	c #Conflicts:     132000 | #Constraints:     107128
102.79/104.92	c #Conflicts:     133000 | #Constraints:     108152
102.79/104.92	c #Conflicts:     134000 | #Constraints:     109185
102.79/104.92	c #Conflicts:     135000 | #Constraints:     110223
102.79/104.92	c #Conflicts:     136000 | #Constraints:     111265
102.79/104.92	c #Conflicts:     137000 | #Constraints:     112303
102.79/104.92	c #Conflicts:     138000 | #Constraints:     113341
102.79/104.92	c #Conflicts:     139000 | #Constraints:     114386
102.79/104.92	c #Conflicts:     140000 | #Constraints:     115434
102.79/104.92	c #Conflicts:     141000 | #Constraints:     116481
102.79/104.92	c #Conflicts:     142000 | #Constraints:     117518
102.79/104.92	c INPROCESSING
102.79/104.92	c GARBAGE COLLECT
102.79/104.92	c rational objective -296
112.26/114.47	c #Conflicts:     143000 | #Constraints:     101155
112.26/114.47	c #Conflicts:     144000 | #Constraints:     102155
112.26/114.47	c #Conflicts:     145000 | #Constraints:     103155
112.26/114.47	c #Conflicts:     146000 | #Constraints:     104155
112.26/114.47	c #Conflicts:     147000 | #Constraints:     105155
112.26/114.47	c #Conflicts:     148000 | #Constraints:     106155
112.26/114.47	c #Conflicts:     149000 | #Constraints:     107155
112.26/114.47	c #Conflicts:     150000 | #Constraints:     108155
112.26/114.47	c #Conflicts:     151000 | #Constraints:     109155
112.26/114.47	c #Conflicts:     152000 | #Constraints:     110155
112.26/114.47	c #Conflicts:     153000 | #Constraints:     111155
112.26/114.47	c INPROCESSING
112.26/114.47	c GARBAGE COLLECT
112.26/114.47	c rational objective -296
113.05/115.25	c bounds -39 >= -295 @ 111.17
114.25/116.49	c #Conflicts:     154000 | #Constraints:      98098
114.25/116.49	c #Conflicts:     155000 | #Constraints:      99098
114.25/116.49	c #Conflicts:     156000 | #Constraints:     100098
114.25/116.49	c bounds -39 >= -294 @ 112.388
116.85/119.04	c #Conflicts:     157000 | #Constraints:     101122
116.85/119.04	c #Conflicts:     158000 | #Constraints:     102122
116.85/119.04	c #Conflicts:     159000 | #Constraints:     103122
116.85/119.04	c #Conflicts:     160000 | #Constraints:     104122
116.85/119.04	c bounds -39 >= -293 @ 114.893
118.95/121.14	c #Conflicts:     161000 | #Constraints:     105143
118.95/121.14	c #Conflicts:     162000 | #Constraints:     106143
118.95/121.14	c #Conflicts:     163000 | #Constraints:     107143
118.95/121.14	c INPROCESSING
118.95/121.14	c GARBAGE COLLECT
118.95/121.14	c rational objective -293
120.53/122.79	c #Conflicts:     164000 | #Constraints:      95404
120.53/122.79	c #Conflicts:     165000 | #Constraints:      96404
120.53/122.79	c #Conflicts:     166000 | #Constraints:      97404
120.53/122.79	c bounds -39 >= -292 @ 118.568
130.57/134.00	c #Conflicts:     167000 | #Constraints:      98449
130.57/134.00	c #Conflicts:     168000 | #Constraints:      99449
130.57/134.00	c #Conflicts:     169000 | #Constraints:     100449
130.57/134.00	c #Conflicts:     170000 | #Constraints:     101449
130.57/134.00	c #Conflicts:     171000 | #Constraints:     102449
130.57/134.00	c #Conflicts:     172000 | #Constraints:     103449
130.57/134.00	c #Conflicts:     173000 | #Constraints:     104449
130.57/134.00	c #Conflicts:     174000 | #Constraints:     105449
130.57/134.00	c INPROCESSING
130.57/134.00	c GARBAGE COLLECT
130.57/134.00	c rational objective -292
131.68/135.07	c #Conflicts:     175000 | #Constraints:      94653
131.68/135.07	c #Conflicts:     176000 | #Constraints:      95653
131.68/135.07	c #Conflicts:     177000 | #Constraints:      96653
131.68/135.07	c bounds -39 >= -291 @ 129.569
138.24/141.69	c #Conflicts:     178000 | #Constraints:      97695
138.24/141.69	c #Conflicts:     179000 | #Constraints:      98695
138.24/141.69	c #Conflicts:     180000 | #Constraints:      99695
138.24/141.69	c #Conflicts:     181000 | #Constraints:     100695
138.24/141.69	c #Conflicts:     182000 | #Constraints:     101695
138.24/141.69	c #Conflicts:     183000 | #Constraints:     102695
138.24/141.69	c #Conflicts:     184000 | #Constraints:     103695
138.24/141.69	c bounds -39 >= -290 @ 136.11
145.63/149.03	c #Conflicts:     185000 | #Constraints:     104731
145.63/149.03	c #Conflicts:     186000 | #Constraints:     105731
145.63/149.03	c #Conflicts:     187000 | #Constraints:     106731
145.63/149.03	c #Conflicts:     188000 | #Constraints:     107731
145.63/149.03	c #Conflicts:     189000 | #Constraints:     108731
145.63/149.03	c #Conflicts:     190000 | #Constraints:     109731
145.63/149.03	c #Conflicts:     191000 | #Constraints:     110731
145.63/149.03	c #Conflicts:     192000 | #Constraints:     111731
145.63/149.03	c #Conflicts:     193000 | #Constraints:     112731
145.63/149.03	c bounds -39 >= -289 @ 143.354
154.85/158.79	c #Conflicts:     194000 | #Constraints:     113755
154.85/158.79	c #Conflicts:     195000 | #Constraints:     114755
154.85/158.79	c #Conflicts:     196000 | #Constraints:     115755
154.85/158.79	c #Conflicts:     197000 | #Constraints:     116755
154.85/158.79	c #Conflicts:     198000 | #Constraints:     117755
154.85/158.79	c #Conflicts:     199000 | #Constraints:     118755
154.85/158.79	c #Conflicts:     200000 | #Constraints:     119755
154.85/158.79	c #Conflicts:     201000 | #Constraints:     120755
154.85/158.79	c bounds -39 >= -288 @ 152.579
156.65/160.51	c #Conflicts:     202000 | #Constraints:     121782
156.65/160.51	c #Conflicts:     203000 | #Constraints:     122782
156.65/160.51	c #Conflicts:     204000 | #Constraints:     123782
156.65/160.51	c INPROCESSING
156.65/160.51	c GARBAGE COLLECT
156.65/160.51	c rational objective -288
160.04/163.92	c #Conflicts:     205000 | #Constraints:     104301
160.04/163.92	c #Conflicts:     206000 | #Constraints:     105301
160.04/163.92	c #Conflicts:     207000 | #Constraints:     106301
160.04/163.92	c #Conflicts:     208000 | #Constraints:     107301
160.04/163.92	c bounds -39 >= -287 @ 157.627
165.92/169.83	c #Conflicts:     209000 | #Constraints:     108337
165.92/169.83	c #Conflicts:     210000 | #Constraints:     109337
165.92/169.83	c #Conflicts:     211000 | #Constraints:     110337
165.92/169.83	c #Conflicts:     212000 | #Constraints:     111337
165.92/169.83	c #Conflicts:     213000 | #Constraints:     112337
165.92/169.83	c #Conflicts:     214000 | #Constraints:     113337
165.92/169.83	c #Conflicts:     215000 | #Constraints:     114337
165.92/169.83	c bounds -39 >= -286 @ 163.457
166.52/170.46	c #Conflicts:     216000 | #Constraints:     115367
166.52/170.46	c INPROCESSING
166.52/170.46	c GARBAGE COLLECT
166.52/170.46	c rational objective -286
175.00/178.96	c #Conflicts:     217000 | #Constraints:      99986
175.00/178.96	c #Conflicts:     218000 | #Constraints:     100986
175.00/178.96	c #Conflicts:     219000 | #Constraints:     101986
175.00/178.96	c #Conflicts:     220000 | #Constraints:     102986
175.00/178.96	c #Conflicts:     221000 | #Constraints:     103986
175.00/178.96	c #Conflicts:     222000 | #Constraints:     104986
175.00/178.96	c #Conflicts:     223000 | #Constraints:     105986
175.00/178.96	c #Conflicts:     224000 | #Constraints:     106986
175.00/178.96	c #Conflicts:     225000 | #Constraints:     107986
175.00/178.96	c #Conflicts:     226000 | #Constraints:     108986
175.00/178.96	c #Conflicts:     227000 | #Constraints:     109986
175.00/178.96	c bounds -39 >= -285 @ 172.464
175.50/179.47	c #Conflicts:     228000 | #Constraints:     111031
175.50/179.47	c INPROCESSING
175.50/179.47	c GARBAGE COLLECT
175.50/179.47	c rational objective -285
179.68/183.64	c #Conflicts:     229000 | #Constraints:      97767
179.68/183.64	c #Conflicts:     230000 | #Constraints:      98767
179.68/183.64	c #Conflicts:     231000 | #Constraints:      99767
179.68/183.64	c #Conflicts:     232000 | #Constraints:     100767
179.68/183.64	c #Conflicts:     233000 | #Constraints:     101767
179.68/183.64	c #Conflicts:     234000 | #Constraints:     102767
179.68/183.64	c #Conflicts:     235000 | #Constraints:     103767
179.68/183.64	c bounds -39 >= -284 @ 177.077
180.20/184.19	c #Conflicts:     236000 | #Constraints:     104839
180.20/184.19	c bounds -39 >= -283 @ 177.617
180.78/186.08	c #Conflicts:     237000 | #Constraints:     105854
180.78/186.08	c bounds -39 >= -282 @ 178.179
181.37/186.69	c #Conflicts:     238000 | #Constraints:     106872
181.37/186.69	c bounds -39 >= -281 @ 178.779
182.56/187.86	c #Conflicts:     239000 | #Constraints:     107887
182.56/187.86	c #Conflicts:     240000 | #Constraints:     108887
182.56/187.86	c bounds -39 >= -280 @ 179.919
183.26/188.52	c #Conflicts:     241000 | #Constraints:     109917
183.26/188.52	c #Conflicts:     242000 | #Constraints:     110917
183.26/188.52	c bounds -39 >= -279 @ 180.576
184.96/190.23	c #Conflicts:     243000 | #Constraints:     111941
184.96/190.23	c #Conflicts:     244000 | #Constraints:     112941
184.96/190.23	c #Conflicts:     245000 | #Constraints:     113941
184.96/190.23	c bounds -39 >= -278 @ 182.25
186.77/192.05	c #Conflicts:     246000 | #Constraints:     114968
186.77/192.05	c #Conflicts:     247000 | #Constraints:     115968
186.77/192.05	c #Conflicts:     248000 | #Constraints:     116968
186.77/192.05	c bounds -39 >= -277 @ 184.046
190.94/196.21	c #Conflicts:     249000 | #Constraints:     117986
190.94/196.21	c #Conflicts:     250000 | #Constraints:     118986
190.94/196.21	c #Conflicts:     251000 | #Constraints:     119986
190.94/196.21	c #Conflicts:     252000 | #Constraints:     120986
190.94/196.21	c #Conflicts:     253000 | #Constraints:     121986
190.94/196.21	c #Conflicts:     254000 | #Constraints:     122986
190.94/196.21	c bounds -39 >= -276 @ 188.152
195.43/200.79	c #Conflicts:     255000 | #Constraints:     124013
195.43/200.79	c #Conflicts:     256000 | #Constraints:     125013
195.43/200.79	c #Conflicts:     257000 | #Constraints:     126013
195.43/200.79	c #Conflicts:     258000 | #Constraints:     127013
195.43/200.79	c #Conflicts:     259000 | #Constraints:     128013
195.43/200.79	c #Conflicts:     260000 | #Constraints:     129013
195.43/200.79	c bounds -39 >= -275 @ 192.669
197.12/202.41	c #Conflicts:     261000 | #Constraints:     130037
197.12/202.41	c #Conflicts:     262000 | #Constraints:     131037
197.12/202.41	c INPROCESSING
197.12/202.41	c GARBAGE COLLECT
197.12/202.41	c rational objective -275
201.61/206.98	c #Conflicts:     263000 | #Constraints:     104644
201.61/206.98	c #Conflicts:     264000 | #Constraints:     105644
201.61/206.98	c #Conflicts:     265000 | #Constraints:     106644
201.61/206.98	c #Conflicts:     266000 | #Constraints:     107644
201.61/206.98	c #Conflicts:     267000 | #Constraints:     108644
201.61/206.98	c #Conflicts:     268000 | #Constraints:     109644
201.61/206.98	c bounds -39 >= -274 @ 198.762
206.50/211.87	c #Conflicts:     269000 | #Constraints:     110695
206.50/211.87	c #Conflicts:     270000 | #Constraints:     111695
206.50/211.87	c #Conflicts:     271000 | #Constraints:     112695
206.50/211.87	c #Conflicts:     272000 | #Constraints:     113695
206.50/211.87	c #Conflicts:     273000 | #Constraints:     114695
206.50/211.87	c #Conflicts:     274000 | #Constraints:     115695
206.50/211.87	c #Conflicts:     275000 | #Constraints:     116695
206.50/211.87	c #Conflicts:     276000 | #Constraints:     117695
206.50/211.87	c INPROCESSING
206.50/211.87	c GARBAGE COLLECT
206.50/211.87	c rational objective -274
212.82/219.43	c #Conflicts:     277000 | #Constraints:     101604
212.82/219.43	c #Conflicts:     278000 | #Constraints:     102604
212.82/219.43	c #Conflicts:     279000 | #Constraints:     103604
212.82/219.43	c #Conflicts:     280000 | #Constraints:     104604
212.82/219.43	c #Conflicts:     281000 | #Constraints:     105604
212.82/219.43	c #Conflicts:     282000 | #Constraints:     106604
212.82/219.43	c #Conflicts:     283000 | #Constraints:     107604
212.82/219.43	c bounds -39 >= -273 @ 209.806
216.81/223.48	c #Conflicts:     284000 | #Constraints:     108661
216.81/223.48	c #Conflicts:     285000 | #Constraints:     109661
216.81/223.48	c #Conflicts:     286000 | #Constraints:     110661
216.81/223.48	c #Conflicts:     287000 | #Constraints:     111661
216.81/223.48	c #Conflicts:     288000 | #Constraints:     112661
216.81/223.48	c #Conflicts:     289000 | #Constraints:     113661
216.81/223.48	c #Conflicts:     290000 | #Constraints:     114661
216.81/223.48	c INPROCESSING
216.81/223.48	c GARBAGE COLLECT
216.81/223.48	c rational objective -273
221.99/228.66	c #Conflicts:     291000 | #Constraints:      99936
221.99/228.66	c #Conflicts:     292000 | #Constraints:     100936
221.99/228.66	c #Conflicts:     293000 | #Constraints:     101936
221.99/228.66	c #Conflicts:     294000 | #Constraints:     102936
221.99/228.66	c #Conflicts:     295000 | #Constraints:     103936
221.99/228.66	c #Conflicts:     296000 | #Constraints:     104936
221.99/228.66	c #Conflicts:     297000 | #Constraints:     105936
221.99/228.66	c bounds -39 >= -272 @ 218.907
253.56/262.03	c #Conflicts:     298000 | #Constraints:     107011
253.56/262.03	c #Conflicts:     299000 | #Constraints:     108061
253.56/262.03	c #Conflicts:     300000 | #Constraints:     109106
253.56/262.03	c #Conflicts:     301000 | #Constraints:     110160
253.56/262.03	c #Conflicts:     302000 | #Constraints:     111209
253.56/262.03	c #Conflicts:     303000 | #Constraints:     112255
253.56/262.03	c #Conflicts:     304000 | #Constraints:     113297
253.56/262.03	c #Conflicts:     305000 | #Constraints:     114333
253.56/262.03	c #Conflicts:     306000 | #Constraints:     115373
253.56/262.03	c #Conflicts:     307000 | #Constraints:     116412
253.56/262.03	c #Conflicts:     308000 | #Constraints:     117453
253.56/262.03	c #Conflicts:     309000 | #Constraints:     118504
253.56/262.03	c #Conflicts:     310000 | #Constraints:     119532
253.56/262.03	c #Conflicts:     311000 | #Constraints:     120573
253.56/262.03	c #Conflicts:     312000 | #Constraints:     121606
253.56/262.03	c #Conflicts:     313000 | #Constraints:     122641
253.56/262.03	c #Conflicts:     314000 | #Constraints:     123657
253.56/262.03	c #Conflicts:     315000 | #Constraints:     124682
253.56/262.03	c #Conflicts:     316000 | #Constraints:     125705
253.56/262.03	c #Conflicts:     317000 | #Constraints:     126737
253.56/262.03	c #Conflicts:     318000 | #Constraints:     127766
253.56/262.03	c #Conflicts:     319000 | #Constraints:     128782
253.56/262.03	c #Conflicts:     320000 | #Constraints:     129809
253.56/262.03	c #Conflicts:     321000 | #Constraints:     130840
253.56/262.03	c #Conflicts:     322000 | #Constraints:     131860
253.56/262.03	c #Conflicts:     323000 | #Constraints:     132879
253.56/262.03	c #Conflicts:     324000 | #Constraints:     133905
253.56/262.03	c #Conflicts:     325000 | #Constraints:     134924
253.56/262.03	c #Conflicts:     326000 | #Constraints:     135958
253.56/262.03	c #Conflicts:     327000 | #Constraints:     136978
253.56/262.03	c INPROCESSING
253.56/262.03	c GARBAGE COLLECT
253.56/262.03	c rational objective -272
258.33/266.83	c #Conflicts:     328000 | #Constraints:     110724
258.33/266.83	c #Conflicts:     329000 | #Constraints:     111724
258.33/266.83	c #Conflicts:     330000 | #Constraints:     112724
258.33/266.83	c #Conflicts:     331000 | #Constraints:     113724
258.33/266.83	c #Conflicts:     332000 | #Constraints:     114724
258.33/266.83	c #Conflicts:     333000 | #Constraints:     115724
258.33/266.83	c bounds -39 >= -271 @ 254.902
261.12/269.64	c #Conflicts:     334000 | #Constraints:     116757
261.12/269.64	c #Conflicts:     335000 | #Constraints:     117757
261.12/269.64	c #Conflicts:     336000 | #Constraints:     118757
261.12/269.64	c #Conflicts:     337000 | #Constraints:     119757
261.12/269.64	c #Conflicts:     338000 | #Constraints:     120757
261.12/269.64	c bounds -39 >= -270 @ 257.652
263.53/272.01	c #Conflicts:     339000 | #Constraints:     121775
263.53/272.01	c #Conflicts:     340000 | #Constraints:     122775
263.53/272.01	c #Conflicts:     341000 | #Constraints:     123775
263.53/272.01	c #Conflicts:     342000 | #Constraints:     124775
263.53/272.01	c bounds -39 >= -269 @ 259.996
264.11/272.65	c INPROCESSING
264.11/272.65	c GARBAGE COLLECT
264.11/272.65	c rational objective -269
268.23/277.19	c #Conflicts:     343000 | #Constraints:     103989
268.23/277.19	c #Conflicts:     344000 | #Constraints:     104989
268.23/277.19	c #Conflicts:     345000 | #Constraints:     105989
268.23/277.19	c #Conflicts:     346000 | #Constraints:     106989
268.23/277.19	c #Conflicts:     347000 | #Constraints:     107989
268.23/277.19	c #Conflicts:     348000 | #Constraints:     108989
268.23/277.19	c #Conflicts:     349000 | #Constraints:     109989
268.23/277.19	c #Conflicts:     350000 | #Constraints:     110989
268.23/277.19	c bounds -39 >= -268 @ 264.664
270.56/279.54	c #Conflicts:     351000 | #Constraints:     112022
270.56/279.54	c #Conflicts:     352000 | #Constraints:     113022
270.56/279.54	c #Conflicts:     353000 | #Constraints:     114022
270.56/279.54	c bounds -39 >= -267 @ 266.969
273.85/282.88	c #Conflicts:     354000 | #Constraints:     115058
273.85/282.88	c #Conflicts:     355000 | #Constraints:     116058
273.85/282.88	c #Conflicts:     356000 | #Constraints:     117058
273.85/282.88	c #Conflicts:     357000 | #Constraints:     118058
273.85/282.88	c #Conflicts:     358000 | #Constraints:     119058
273.85/282.88	c INPROCESSING
273.85/282.88	c GARBAGE COLLECT
273.85/282.88	c rational objective -267
275.74/284.73	c #Conflicts:     359000 | #Constraints:     102160
275.74/284.73	c #Conflicts:     360000 | #Constraints:     103160
275.74/284.73	c #Conflicts:     361000 | #Constraints:     104160
275.74/284.73	c bounds -39 >= -266 @ 272.074
281.62/290.64	c #Conflicts:     362000 | #Constraints:     105214
281.62/290.64	c #Conflicts:     363000 | #Constraints:     106214
281.62/290.64	c #Conflicts:     364000 | #Constraints:     107214
281.62/290.64	c #Conflicts:     365000 | #Constraints:     108214
281.62/290.64	c #Conflicts:     366000 | #Constraints:     109214
281.62/290.64	c #Conflicts:     367000 | #Constraints:     110214
281.62/290.64	c #Conflicts:     368000 | #Constraints:     111214
281.62/290.64	c #Conflicts:     369000 | #Constraints:     112214
281.62/290.64	c bounds -39 >= -265 @ 277.895
287.60/296.64	c #Conflicts:     370000 | #Constraints:     113250
287.60/296.64	c #Conflicts:     371000 | #Constraints:     114250
287.60/296.64	c #Conflicts:     372000 | #Constraints:     115250
287.60/296.64	c #Conflicts:     373000 | #Constraints:     116250
287.60/296.64	c #Conflicts:     374000 | #Constraints:     117250
287.60/296.64	c #Conflicts:     375000 | #Constraints:     118250
287.60/296.64	c #Conflicts:     376000 | #Constraints:     119250
287.60/296.64	c #Conflicts:     377000 | #Constraints:     120250
287.60/296.64	c #Conflicts:     378000 | #Constraints:     121250
287.60/296.64	c bounds -39 >= -264 @ 283.816
302.77/313.11	c #Conflicts:     379000 | #Constraints:     122277
302.77/313.11	c #Conflicts:     380000 | #Constraints:     123277
302.77/313.11	c #Conflicts:     381000 | #Constraints:     124277
302.77/313.11	c #Conflicts:     382000 | #Constraints:     125277
302.77/313.11	c #Conflicts:     383000 | #Constraints:     126277
302.77/313.11	c #Conflicts:     384000 | #Constraints:     127277
302.77/313.11	c #Conflicts:     385000 | #Constraints:     128277
302.77/313.11	c #Conflicts:     386000 | #Constraints:     129277
302.77/313.11	c #Conflicts:     387000 | #Constraints:     130277
302.77/313.11	c #Conflicts:     388000 | #Constraints:     131277
302.77/313.11	c #Conflicts:     389000 | #Constraints:     132277
302.77/313.11	c #Conflicts:     390000 | #Constraints:     133277
302.77/313.11	c #Conflicts:     391000 | #Constraints:     134277
302.77/313.11	c #Conflicts:     392000 | #Constraints:     135277
302.77/313.11	c #Conflicts:     393000 | #Constraints:     136277
302.77/313.11	c bounds -39 >= -263 @ 298.91
309.24/319.57	c #Conflicts:     394000 | #Constraints:     137298
309.24/319.57	c #Conflicts:     395000 | #Constraints:     138298
309.24/319.57	c #Conflicts:     396000 | #Constraints:     139298
309.24/319.57	c #Conflicts:     397000 | #Constraints:     140298
309.24/319.57	c #Conflicts:     398000 | #Constraints:     141298
309.24/319.57	c #Conflicts:     399000 | #Constraints:     142298
309.24/319.57	c #Conflicts:     400000 | #Constraints:     143298
309.24/319.57	c INPROCESSING
309.24/319.57	c GARBAGE COLLECT
309.24/319.57	c rational objective -263
315.12/325.42	c #Conflicts:     401000 | #Constraints:     114306
315.12/325.42	c #Conflicts:     402000 | #Constraints:     115306
315.12/325.42	c #Conflicts:     403000 | #Constraints:     116306
315.12/325.42	c #Conflicts:     404000 | #Constraints:     117306
315.12/325.42	c #Conflicts:     405000 | #Constraints:     118306
315.12/325.42	c #Conflicts:     406000 | #Constraints:     119306
315.12/325.42	c #Conflicts:     407000 | #Constraints:     120306
315.12/325.42	c bounds -39 >= -262 @ 311.058
322.10/332.44	c #Conflicts:     408000 | #Constraints:     121342
322.10/332.44	c #Conflicts:     409000 | #Constraints:     122342
322.10/332.44	c #Conflicts:     410000 | #Constraints:     123342
322.10/332.44	c #Conflicts:     411000 | #Constraints:     124342
322.10/332.44	c #Conflicts:     412000 | #Constraints:     125342
322.10/332.44	c #Conflicts:     413000 | #Constraints:     126342
322.10/332.44	c #Conflicts:     414000 | #Constraints:     127342
322.10/332.44	c #Conflicts:     415000 | #Constraints:     128342
322.10/332.44	c #Conflicts:     416000 | #Constraints:     129342
322.10/332.44	c #Conflicts:     417000 | #Constraints:     130342
322.10/332.44	c INPROCESSING
322.10/332.44	c GARBAGE COLLECT
322.10/332.44	c rational objective -262
325.90/336.24	c #Conflicts:     418000 | #Constraints:     108044
325.90/336.24	c #Conflicts:     419000 | #Constraints:     109044
325.90/336.24	c #Conflicts:     420000 | #Constraints:     110044
325.90/336.24	c #Conflicts:     421000 | #Constraints:     111044
325.90/336.24	c #Conflicts:     422000 | #Constraints:     112044
325.90/336.24	c bounds -39 >= -261 @ 321.73
335.93/347.31	c #Conflicts:     423000 | #Constraints:     113101
335.93/347.31	c #Conflicts:     424000 | #Constraints:     114101
335.93/347.31	c #Conflicts:     425000 | #Constraints:     115101
335.93/347.31	c #Conflicts:     426000 | #Constraints:     116101
335.93/347.31	c #Conflicts:     427000 | #Constraints:     117101
335.93/347.31	c #Conflicts:     428000 | #Constraints:     118101
335.93/347.31	c #Conflicts:     429000 | #Constraints:     119101
335.93/347.31	c #Conflicts:     430000 | #Constraints:     120101
335.93/347.31	c #Conflicts:     431000 | #Constraints:     121101
335.93/347.31	c #Conflicts:     432000 | #Constraints:     122101
335.93/347.31	c #Conflicts:     433000 | #Constraints:     123101
335.93/347.31	c #Conflicts:     434000 | #Constraints:     124101
335.93/347.31	c INPROCESSING
335.93/347.31	c GARBAGE COLLECT
335.93/347.31	c rational objective -261
336.83/348.27	c #Conflicts:     435000 | #Constraints:     104589
336.83/348.27	c bounds -39 >= -260 @ 332.564
351.89/363.34	c #Conflicts:     436000 | #Constraints:     105646
351.89/363.34	c #Conflicts:     437000 | #Constraints:     106646
351.89/363.34	c #Conflicts:     438000 | #Constraints:     107646
351.89/363.34	c #Conflicts:     439000 | #Constraints:     108646
351.89/363.34	c #Conflicts:     440000 | #Constraints:     109646
351.89/363.34	c #Conflicts:     441000 | #Constraints:     110646
351.89/363.34	c #Conflicts:     442000 | #Constraints:     111646
351.89/363.34	c #Conflicts:     443000 | #Constraints:     112646
351.89/363.34	c #Conflicts:     444000 | #Constraints:     113646
351.89/363.34	c #Conflicts:     445000 | #Constraints:     114646
351.89/363.34	c #Conflicts:     446000 | #Constraints:     115646
351.89/363.34	c #Conflicts:     447000 | #Constraints:     116646
351.89/363.34	c #Conflicts:     448000 | #Constraints:     117646
351.89/363.34	c #Conflicts:     449000 | #Constraints:     118646
351.89/363.34	c #Conflicts:     450000 | #Constraints:     119646
351.89/363.34	c #Conflicts:     451000 | #Constraints:     120646
351.89/363.34	c #Conflicts:     452000 | #Constraints:     121646
351.89/363.34	c #Conflicts:     453000 | #Constraints:     122646
351.89/363.34	c #Conflicts:     454000 | #Constraints:     123646
351.89/363.34	c #Conflicts:     455000 | #Constraints:     124646
351.89/363.34	c bounds -39 >= -259 @ 347.411
364.61/378.44	c #Conflicts:     456000 | #Constraints:     125670
364.61/378.44	c #Conflicts:     457000 | #Constraints:     126670
364.61/378.44	c #Conflicts:     458000 | #Constraints:     127670
364.61/378.44	c #Conflicts:     459000 | #Constraints:     128670
364.61/378.44	c #Conflicts:     460000 | #Constraints:     129670
364.61/378.44	c #Conflicts:     461000 | #Constraints:     130670
364.61/378.44	c #Conflicts:     462000 | #Constraints:     131670
364.61/378.44	c #Conflicts:     463000 | #Constraints:     132670
364.61/378.44	c #Conflicts:     464000 | #Constraints:     133670
364.61/378.44	c #Conflicts:     465000 | #Constraints:     134670
364.61/378.44	c #Conflicts:     466000 | #Constraints:     135670
364.61/378.44	c #Conflicts:     467000 | #Constraints:     136670
364.61/378.44	c #Conflicts:     468000 | #Constraints:     137670
364.61/378.44	c #Conflicts:     469000 | #Constraints:     138670
364.61/378.44	c bounds -39 >= -258 @ 360
373.89/387.73	c #Conflicts:     470000 | #Constraints:     139700
373.89/387.73	c #Conflicts:     471000 | #Constraints:     140711
373.89/387.73	c #Conflicts:     472000 | #Constraints:     141748
373.89/387.73	c #Conflicts:     473000 | #Constraints:     142789
373.89/387.73	c #Conflicts:     474000 | #Constraints:     143831
373.89/387.73	c #Conflicts:     475000 | #Constraints:     144870
373.89/387.73	c #Conflicts:     476000 | #Constraints:     145913
373.89/387.73	c #Conflicts:     477000 | #Constraints:     146959
373.89/387.73	c #Conflicts:     478000 | #Constraints:     147989
373.89/387.73	c #Conflicts:     479000 | #Constraints:     149027
373.89/387.73	c #Conflicts:     480000 | #Constraints:     150057
373.89/387.73	c INPROCESSING
373.89/387.73	c GARBAGE COLLECT
373.89/387.73	c rational objective -258
389.34/403.26	c #Conflicts:     481000 | #Constraints:     117439
389.34/403.26	c #Conflicts:     482000 | #Constraints:     118439
389.34/403.26	c #Conflicts:     483000 | #Constraints:     119439
389.34/403.26	c #Conflicts:     484000 | #Constraints:     120439
389.34/403.26	c #Conflicts:     485000 | #Constraints:     121439
389.34/403.26	c #Conflicts:     486000 | #Constraints:     122439
389.34/403.26	c #Conflicts:     487000 | #Constraints:     123439
389.34/403.26	c #Conflicts:     488000 | #Constraints:     124439
389.34/403.26	c #Conflicts:     489000 | #Constraints:     125439
389.34/403.26	c #Conflicts:     490000 | #Constraints:     126439
389.34/403.26	c #Conflicts:     491000 | #Constraints:     127439
389.34/403.26	c #Conflicts:     492000 | #Constraints:     128439
389.34/403.26	c #Conflicts:     493000 | #Constraints:     129439
389.34/403.26	c #Conflicts:     494000 | #Constraints:     130439
389.34/403.26	c #Conflicts:     495000 | #Constraints:     131439
389.34/403.26	c #Conflicts:     496000 | #Constraints:     132439
389.34/403.26	c #Conflicts:     497000 | #Constraints:     133439
389.34/403.26	c #Conflicts:     498000 | #Constraints:     134439
389.34/403.26	c INPROCESSING
389.34/403.26	c GARBAGE COLLECT
389.34/403.26	c rational objective -258
398.47/413.60	c #Conflicts:     499000 | #Constraints:     109983
398.47/413.60	c #Conflicts:     500000 | #Constraints:     110983
398.47/413.60	c #Conflicts:     501000 | #Constraints:     111983
398.47/413.60	c #Conflicts:     502000 | #Constraints:     112983
398.47/413.60	c #Conflicts:     503000 | #Constraints:     113983
398.47/413.60	c #Conflicts:     504000 | #Constraints:     114983
398.47/413.60	c #Conflicts:     505000 | #Constraints:     115983
398.47/413.60	c #Conflicts:     506000 | #Constraints:     116983
398.47/413.60	c #Conflicts:     507000 | #Constraints:     117983
398.47/413.60	c #Conflicts:     508000 | #Constraints:     118983
398.47/413.60	c #Conflicts:     509000 | #Constraints:     119983
398.47/413.60	c #Conflicts:     510000 | #Constraints:     120983
398.47/413.60	c bounds -39 >= -257 @ 393.44
403.25/418.40	c #Conflicts:     511000 | #Constraints:     122025
403.25/418.40	c #Conflicts:     512000 | #Constraints:     123025
403.25/418.40	c #Conflicts:     513000 | #Constraints:     124025
403.25/418.40	c #Conflicts:     514000 | #Constraints:     125025
403.25/418.40	c #Conflicts:     515000 | #Constraints:     126025
403.25/418.40	c #Conflicts:     516000 | #Constraints:     127025
403.25/418.40	c INPROCESSING
403.25/418.40	c GARBAGE COLLECT
403.25/418.40	c rational objective -257
413.33/428.53	c #Conflicts:     517000 | #Constraints:     106063
413.33/428.53	c #Conflicts:     518000 | #Constraints:     107063
413.33/428.53	c #Conflicts:     519000 | #Constraints:     108063
413.33/428.53	c #Conflicts:     520000 | #Constraints:     109063
413.33/428.53	c #Conflicts:     521000 | #Constraints:     110063
413.33/428.53	c #Conflicts:     522000 | #Constraints:     111063
413.33/428.53	c #Conflicts:     523000 | #Constraints:     112063
413.33/428.53	c #Conflicts:     524000 | #Constraints:     113063
413.33/428.53	c #Conflicts:     525000 | #Constraints:     114063
413.33/428.53	c #Conflicts:     526000 | #Constraints:     115063
413.33/428.53	c #Conflicts:     527000 | #Constraints:     116063
413.33/428.53	c #Conflicts:     528000 | #Constraints:     117063
413.33/428.53	c #Conflicts:     529000 | #Constraints:     118063
413.33/428.53	c #Conflicts:     530000 | #Constraints:     119063
413.33/428.53	c #Conflicts:     531000 | #Constraints:     120063
413.33/428.53	c bounds -39 >= -256 @ 408.14
459.21/475.27	c #Conflicts:     532000 | #Constraints:     121132
459.21/475.27	c #Conflicts:     533000 | #Constraints:     122132
459.21/475.27	c #Conflicts:     534000 | #Constraints:     123160
459.21/475.27	c #Conflicts:     535000 | #Constraints:     124203
459.21/475.27	c #Conflicts:     536000 | #Constraints:     125232
459.21/475.27	c #Conflicts:     537000 | #Constraints:     126265
459.21/475.27	c #Conflicts:     538000 | #Constraints:     127287
459.21/475.27	c #Conflicts:     539000 | #Constraints:     128303
459.21/475.27	c #Conflicts:     540000 | #Constraints:     129331
459.21/475.27	c #Conflicts:     541000 | #Constraints:     130358
459.21/475.27	c #Conflicts:     542000 | #Constraints:     131382
459.21/475.27	c #Conflicts:     543000 | #Constraints:     132409
459.21/475.27	c #Conflicts:     544000 | #Constraints:     133439
459.21/475.27	c #Conflicts:     545000 | #Constraints:     134461
459.21/475.27	c #Conflicts:     546000 | #Constraints:     135489
459.21/475.27	c #Conflicts:     547000 | #Constraints:     136526
459.21/475.27	c #Conflicts:     548000 | #Constraints:     137567
459.21/475.27	c #Conflicts:     549000 | #Constraints:     138606
459.21/475.27	c #Conflicts:     550000 | #Constraints:     139649
459.21/475.27	c #Conflicts:     551000 | #Constraints:     140679
459.21/475.27	c #Conflicts:     552000 | #Constraints:     141704
459.21/475.27	c #Conflicts:     553000 | #Constraints:     142728
459.21/475.27	c #Conflicts:     554000 | #Constraints:     143756
459.21/475.27	c #Conflicts:     555000 | #Constraints:     144778
459.21/475.27	c #Conflicts:     556000 | #Constraints:     145801
459.21/475.27	c #Conflicts:     557000 | #Constraints:     146815
459.21/475.27	c #Conflicts:     558000 | #Constraints:     147824
459.21/475.27	c #Conflicts:     559000 | #Constraints:     148844
459.21/475.27	c #Conflicts:     560000 | #Constraints:     149868
459.21/475.27	c #Conflicts:     561000 | #Constraints:     150894
459.21/475.27	c #Conflicts:     562000 | #Constraints:     151912
459.21/475.27	c #Conflicts:     563000 | #Constraints:     152936
459.21/475.27	c #Conflicts:     564000 | #Constraints:     153960
459.21/475.27	c #Conflicts:     565000 | #Constraints:     154985
459.21/475.27	c #Conflicts:     566000 | #Constraints:     156007
459.21/475.27	c #Conflicts:     567000 | #Constraints:     157032
459.21/475.27	c INPROCESSING
459.21/475.27	c GARBAGE COLLECT
459.21/475.27	c rational objective -256
472.87/488.91	c #Conflicts:     568000 | #Constraints:     121242
472.87/488.91	c #Conflicts:     569000 | #Constraints:     122242
472.87/488.91	c #Conflicts:     570000 | #Constraints:     123242
472.87/488.91	c #Conflicts:     571000 | #Constraints:     124242
472.87/488.91	c #Conflicts:     572000 | #Constraints:     125242
472.87/488.91	c #Conflicts:     573000 | #Constraints:     126242
472.87/488.91	c #Conflicts:     574000 | #Constraints:     127242
472.87/488.91	c #Conflicts:     575000 | #Constraints:     128242
472.87/488.91	c #Conflicts:     576000 | #Constraints:     129242
472.87/488.91	c #Conflicts:     577000 | #Constraints:     130242
472.87/488.91	c #Conflicts:     578000 | #Constraints:     131242
472.87/488.91	c #Conflicts:     579000 | #Constraints:     132242
472.87/488.91	c #Conflicts:     580000 | #Constraints:     133242
472.87/488.91	c #Conflicts:     581000 | #Constraints:     134242
472.87/488.91	c #Conflicts:     582000 | #Constraints:     135242
472.87/488.91	c #Conflicts:     583000 | #Constraints:     136242
472.87/488.91	c bounds -39 >= -255 @ 467.2
475.98/492.03	c #Conflicts:     584000 | #Constraints:     137263
475.98/492.03	c #Conflicts:     585000 | #Constraints:     138263
475.98/492.03	c #Conflicts:     586000 | #Constraints:     139263
475.98/492.03	c INPROCESSING
475.98/492.03	c GARBAGE COLLECT
475.98/492.03	c rational objective -255
487.13/503.28	c #Conflicts:     587000 | #Constraints:     112190
487.13/503.28	c #Conflicts:     588000 | #Constraints:     113190
487.13/503.28	c #Conflicts:     589000 | #Constraints:     114190
487.13/503.28	c #Conflicts:     590000 | #Constraints:     115190
487.13/503.28	c #Conflicts:     591000 | #Constraints:     116190
487.13/503.28	c #Conflicts:     592000 | #Constraints:     117190
487.13/503.28	c #Conflicts:     593000 | #Constraints:     118190
487.13/503.28	c #Conflicts:     594000 | #Constraints:     119190
487.13/503.28	c #Conflicts:     595000 | #Constraints:     120190
487.13/503.28	c #Conflicts:     596000 | #Constraints:     121190
487.13/503.28	c #Conflicts:     597000 | #Constraints:     122190
487.13/503.28	c #Conflicts:     598000 | #Constraints:     123190
487.13/503.28	c #Conflicts:     599000 | #Constraints:     124190
487.13/503.28	c #Conflicts:     600000 | #Constraints:     125190
487.13/503.28	c #Conflicts:     601000 | #Constraints:     126190
487.13/503.28	c bounds -39 >= -254 @ 481.342
491.62/507.70	c #Conflicts:     602000 | #Constraints:     127241
491.62/507.70	c #Conflicts:     603000 | #Constraints:     128241
491.62/507.70	c #Conflicts:     604000 | #Constraints:     129241
491.62/507.70	c #Conflicts:     605000 | #Constraints:     130241
491.62/507.70	c #Conflicts:     606000 | #Constraints:     131241
491.62/507.70	c INPROCESSING
491.62/507.70	c GARBAGE COLLECT
491.62/507.70	c rational objective -254
505.58/521.70	c #Conflicts:     607000 | #Constraints:     108208
505.58/521.70	c #Conflicts:     608000 | #Constraints:     109208
505.58/521.70	c #Conflicts:     609000 | #Constraints:     110208
505.58/521.70	c #Conflicts:     610000 | #Constraints:     111208
505.58/521.70	c #Conflicts:     611000 | #Constraints:     112208
505.58/521.70	c #Conflicts:     612000 | #Constraints:     113208
505.58/521.70	c #Conflicts:     613000 | #Constraints:     114208
505.58/521.70	c #Conflicts:     614000 | #Constraints:     115208
505.58/521.70	c #Conflicts:     615000 | #Constraints:     116208
505.58/521.70	c #Conflicts:     616000 | #Constraints:     117208
505.58/521.70	c #Conflicts:     617000 | #Constraints:     118208
505.58/521.70	c #Conflicts:     618000 | #Constraints:     119208
505.58/521.70	c #Conflicts:     619000 | #Constraints:     120208
505.58/521.70	c #Conflicts:     620000 | #Constraints:     121208
505.58/521.70	c #Conflicts:     621000 | #Constraints:     122208
505.58/521.70	c #Conflicts:     622000 | #Constraints:     123208
505.58/521.70	c #Conflicts:     623000 | #Constraints:     124208
505.58/521.70	c #Conflicts:     624000 | #Constraints:     125208
505.58/521.70	c #Conflicts:     625000 | #Constraints:     126208
505.58/521.70	c #Conflicts:     626000 | #Constraints:     127208
505.58/521.70	c bounds -39 >= -253 @ 499.485
527.09/544.07	c #Conflicts:     627000 | #Constraints:     128268
527.09/544.07	c #Conflicts:     628000 | #Constraints:     129268
527.09/544.07	c #Conflicts:     629000 | #Constraints:     130268
527.09/544.07	c #Conflicts:     630000 | #Constraints:     131268
527.09/544.07	c #Conflicts:     631000 | #Constraints:     132268
527.09/544.07	c #Conflicts:     632000 | #Constraints:     133268
527.09/544.07	c #Conflicts:     633000 | #Constraints:     134268
527.09/544.07	c #Conflicts:     634000 | #Constraints:     135268
527.09/544.07	c #Conflicts:     635000 | #Constraints:     136268
527.09/544.07	c #Conflicts:     636000 | #Constraints:     137268
527.09/544.07	c #Conflicts:     637000 | #Constraints:     138268
527.09/544.07	c #Conflicts:     638000 | #Constraints:     139268
527.09/544.07	c #Conflicts:     639000 | #Constraints:     140268
527.09/544.07	c #Conflicts:     640000 | #Constraints:     141268
527.09/544.07	c #Conflicts:     641000 | #Constraints:     142268
527.09/544.07	c #Conflicts:     642000 | #Constraints:     143268
527.09/544.07	c #Conflicts:     643000 | #Constraints:     144268
527.09/544.07	c #Conflicts:     644000 | #Constraints:     145268
527.09/544.07	c #Conflicts:     645000 | #Constraints:     146268
527.09/544.07	c #Conflicts:     646000 | #Constraints:     147268
527.09/544.07	c #Conflicts:     647000 | #Constraints:     148268
527.09/544.07	c #Conflicts:     648000 | #Constraints:     149268
527.09/544.07	c #Conflicts:     649000 | #Constraints:     150268
527.09/544.07	c bounds -39 >= -252 @ 520.826
540.05/557.06	c #Conflicts:     650000 | #Constraints:     151295
540.05/557.06	c #Conflicts:     651000 | #Constraints:     152295
540.05/557.06	c #Conflicts:     652000 | #Constraints:     153295
540.05/557.06	c #Conflicts:     653000 | #Constraints:     154295
540.05/557.06	c #Conflicts:     654000 | #Constraints:     155295
540.05/557.06	c #Conflicts:     655000 | #Constraints:     156295
540.05/557.06	c #Conflicts:     656000 | #Constraints:     157295
540.05/557.06	c #Conflicts:     657000 | #Constraints:     158295
540.05/557.06	c #Conflicts:     658000 | #Constraints:     159295
540.05/557.06	c #Conflicts:     659000 | #Constraints:     160295
540.05/557.06	c #Conflicts:     660000 | #Constraints:     161295
540.05/557.06	c #Conflicts:     661000 | #Constraints:     162295
540.05/557.06	c INPROCESSING
540.05/557.06	c GARBAGE COLLECT
540.05/557.06	c rational objective -252
548.14/565.61	c #Conflicts:     662000 | #Constraints:     123705
548.14/565.61	c #Conflicts:     663000 | #Constraints:     124705
548.14/565.61	c #Conflicts:     664000 | #Constraints:     125705
548.14/565.61	c #Conflicts:     665000 | #Constraints:     126705
548.14/565.61	c #Conflicts:     666000 | #Constraints:     127705
548.14/565.61	c #Conflicts:     667000 | #Constraints:     128705
548.14/565.61	c #Conflicts:     668000 | #Constraints:     129705
548.14/565.61	c #Conflicts:     669000 | #Constraints:     130705
548.14/565.61	c #Conflicts:     670000 | #Constraints:     131705
548.14/565.61	c bounds -39 >= -251 @ 541.641
557.52/575.07	c #Conflicts:     671000 | #Constraints:     132741
557.52/575.07	c #Conflicts:     672000 | #Constraints:     133741
557.52/575.07	c #Conflicts:     673000 | #Constraints:     134741
557.52/575.07	c #Conflicts:     674000 | #Constraints:     135741
557.52/575.07	c #Conflicts:     675000 | #Constraints:     136741
557.52/575.07	c #Conflicts:     676000 | #Constraints:     137741
557.52/575.07	c #Conflicts:     677000 | #Constraints:     138741
557.52/575.07	c #Conflicts:     678000 | #Constraints:     139741
557.52/575.07	c #Conflicts:     679000 | #Constraints:     140741
557.52/575.07	c #Conflicts:     680000 | #Constraints:     141741
557.52/575.07	c #Conflicts:     681000 | #Constraints:     142741
557.52/575.07	c #Conflicts:     682000 | #Constraints:     143741
557.52/575.07	c INPROCESSING
557.52/575.07	c GARBAGE COLLECT
557.52/575.07	c rational objective -251
571.27/588.81	c #Conflicts:     683000 | #Constraints:     114514
571.27/588.81	c #Conflicts:     684000 | #Constraints:     115514
571.27/588.81	c #Conflicts:     685000 | #Constraints:     116514
571.27/588.81	c #Conflicts:     686000 | #Constraints:     117514
571.27/588.81	c #Conflicts:     687000 | #Constraints:     118514
571.27/588.81	c #Conflicts:     688000 | #Constraints:     119514
571.27/588.81	c #Conflicts:     689000 | #Constraints:     120514
571.27/588.81	c #Conflicts:     690000 | #Constraints:     121514
571.27/588.81	c #Conflicts:     691000 | #Constraints:     122514
571.27/588.81	c #Conflicts:     692000 | #Constraints:     123514
571.27/588.81	c #Conflicts:     693000 | #Constraints:     124514
571.27/588.81	c #Conflicts:     694000 | #Constraints:     125514
571.27/588.81	c #Conflicts:     695000 | #Constraints:     126514
571.27/588.81	c #Conflicts:     696000 | #Constraints:     127514
571.27/588.81	c #Conflicts:     697000 | #Constraints:     128514
571.27/588.81	c #Conflicts:     698000 | #Constraints:     129514
571.27/588.81	c #Conflicts:     699000 | #Constraints:     130514
571.27/588.81	c #Conflicts:     700000 | #Constraints:     131514
571.27/588.81	c bounds -39 >= -250 @ 564.559
574.55/593.00	c #Conflicts:     701000 | #Constraints:     132562
574.55/593.00	c #Conflicts:     702000 | #Constraints:     133562
574.55/593.00	c #Conflicts:     703000 | #Constraints:     134562
574.55/593.00	c #Conflicts:     704000 | #Constraints:     135562
574.55/593.00	c INPROCESSING
574.55/593.00	c GARBAGE COLLECT
574.55/593.00	c rational objective -250
587.01/605.46	c #Conflicts:     705000 | #Constraints:     110558
587.01/605.46	c #Conflicts:     706000 | #Constraints:     111558
587.01/605.46	c #Conflicts:     707000 | #Constraints:     112558
587.01/605.46	c #Conflicts:     708000 | #Constraints:     113558
587.01/605.46	c #Conflicts:     709000 | #Constraints:     114558
587.01/605.46	c #Conflicts:     710000 | #Constraints:     115558
587.01/605.46	c #Conflicts:     711000 | #Constraints:     116558
587.01/605.46	c #Conflicts:     712000 | #Constraints:     117558
587.01/605.46	c #Conflicts:     713000 | #Constraints:     118558
587.01/605.46	c #Conflicts:     714000 | #Constraints:     119558
587.01/605.46	c #Conflicts:     715000 | #Constraints:     120558
587.01/605.46	c #Conflicts:     716000 | #Constraints:     121558
587.01/605.46	c #Conflicts:     717000 | #Constraints:     122558
587.01/605.46	c #Conflicts:     718000 | #Constraints:     123558
587.01/605.46	c #Conflicts:     719000 | #Constraints:     124558
587.01/605.46	c #Conflicts:     720000 | #Constraints:     125558
587.01/605.46	c #Conflicts:     721000 | #Constraints:     126558
587.01/605.46	c bounds -39 >= -249 @ 580.18
617.91/637.36	c #Conflicts:     722000 | #Constraints:     127621
617.91/637.36	c #Conflicts:     723000 | #Constraints:     128621
617.91/637.36	c #Conflicts:     724000 | #Constraints:     129621
617.91/637.36	c #Conflicts:     725000 | #Constraints:     130621
617.91/637.36	c #Conflicts:     726000 | #Constraints:     131621
617.91/637.36	c #Conflicts:     727000 | #Constraints:     132621
617.91/637.36	c #Conflicts:     728000 | #Constraints:     133621
617.91/637.36	c #Conflicts:     729000 | #Constraints:     134621
617.91/637.36	c #Conflicts:     730000 | #Constraints:     135621
617.91/637.36	c #Conflicts:     731000 | #Constraints:     136621
617.91/637.36	c #Conflicts:     732000 | #Constraints:     137621
617.91/637.36	c #Conflicts:     733000 | #Constraints:     138621
617.91/637.36	c #Conflicts:     734000 | #Constraints:     139621
617.91/637.36	c #Conflicts:     735000 | #Constraints:     140621
617.91/637.36	c #Conflicts:     736000 | #Constraints:     141621
617.91/637.36	c #Conflicts:     737000 | #Constraints:     142621
617.91/637.36	c #Conflicts:     738000 | #Constraints:     143621
617.91/637.36	c #Conflicts:     739000 | #Constraints:     144621
617.91/637.36	c #Conflicts:     740000 | #Constraints:     145621
617.91/637.36	c #Conflicts:     741000 | #Constraints:     146621
617.91/637.36	c #Conflicts:     742000 | #Constraints:     147621
617.91/637.36	c #Conflicts:     743000 | #Constraints:     148621
617.91/637.36	c #Conflicts:     744000 | #Constraints:     149621
617.91/637.36	c #Conflicts:     745000 | #Constraints:     150621
617.91/637.36	c #Conflicts:     746000 | #Constraints:     151621
617.91/637.36	c #Conflicts:     747000 | #Constraints:     152621
617.91/637.36	c #Conflicts:     748000 | #Constraints:     153621
617.91/637.36	c #Conflicts:     749000 | #Constraints:     154621
617.91/637.36	c #Conflicts:     750000 | #Constraints:     155621
617.91/637.36	c #Conflicts:     751000 | #Constraints:     156621
617.91/637.36	c bounds -39 >= -248 @ 610.796
631.14/650.90	c #Conflicts:     752000 | #Constraints:     157645
631.14/650.90	c #Conflicts:     753000 | #Constraints:     158645
631.14/650.90	c #Conflicts:     754000 | #Constraints:     159645
631.14/650.90	c #Conflicts:     755000 | #Constraints:     160645
631.14/650.90	c #Conflicts:     756000 | #Constraints:     161645
631.14/650.90	c #Conflicts:     757000 | #Constraints:     162645
631.14/650.90	c #Conflicts:     758000 | #Constraints:     163645
631.14/650.90	c #Conflicts:     759000 | #Constraints:     164645
631.14/650.90	c #Conflicts:     760000 | #Constraints:     165645
631.14/650.90	c #Conflicts:     761000 | #Constraints:     166645
631.14/650.90	c #Conflicts:     762000 | #Constraints:     167645
631.14/650.90	c INPROCESSING
631.14/650.90	c GARBAGE COLLECT
631.14/650.90	c rational objective -248
650.78/670.68	c #Conflicts:     763000 | #Constraints:     125966
650.78/670.68	c #Conflicts:     764000 | #Constraints:     126966
650.78/670.68	c #Conflicts:     765000 | #Constraints:     127966
650.78/670.68	c #Conflicts:     766000 | #Constraints:     128966
650.78/670.68	c #Conflicts:     767000 | #Constraints:     129966
650.78/670.68	c #Conflicts:     768000 | #Constraints:     130966
650.78/670.68	c #Conflicts:     769000 | #Constraints:     131966
650.78/670.68	c #Conflicts:     770000 | #Constraints:     132966
650.78/670.68	c #Conflicts:     771000 | #Constraints:     133966
650.78/670.68	c #Conflicts:     772000 | #Constraints:     134966
650.78/670.68	c #Conflicts:     773000 | #Constraints:     135966
650.78/670.68	c #Conflicts:     774000 | #Constraints:     136966
650.78/670.68	c #Conflicts:     775000 | #Constraints:     137966
650.78/670.68	c #Conflicts:     776000 | #Constraints:     138966
650.78/670.68	c #Conflicts:     777000 | #Constraints:     139966
650.78/670.68	c #Conflicts:     778000 | #Constraints:     140966
650.78/670.68	c #Conflicts:     779000 | #Constraints:     141966
650.78/670.68	c #Conflicts:     780000 | #Constraints:     142966
650.78/670.68	c #Conflicts:     781000 | #Constraints:     143966
650.78/670.68	c #Conflicts:     782000 | #Constraints:     144966
650.78/670.68	c #Conflicts:     783000 | #Constraints:     145966
650.78/670.68	c #Conflicts:     784000 | #Constraints:     146966
650.78/670.68	c #Conflicts:     785000 | #Constraints:     147966
650.78/670.68	c bounds -39 >= -247 @ 643.41
651.08/671.00	c INPROCESSING
651.08/671.00	c GARBAGE COLLECT
651.08/671.00	c rational objective -247
669.94/690.94	c #Conflicts:     786000 | #Constraints:     116876
669.94/690.94	c #Conflicts:     787000 | #Constraints:     117876
669.94/690.94	c #Conflicts:     788000 | #Constraints:     118876
669.94/690.94	c #Conflicts:     789000 | #Constraints:     119876
669.94/690.94	c #Conflicts:     790000 | #Constraints:     120876
669.94/690.94	c #Conflicts:     791000 | #Constraints:     121876
669.94/690.94	c #Conflicts:     792000 | #Constraints:     122876
669.94/690.94	c #Conflicts:     793000 | #Constraints:     123876
669.94/690.94	c #Conflicts:     794000 | #Constraints:     124876
669.94/690.94	c #Conflicts:     795000 | #Constraints:     125876
669.94/690.94	c #Conflicts:     796000 | #Constraints:     126876
669.94/690.94	c #Conflicts:     797000 | #Constraints:     127876
669.94/690.94	c #Conflicts:     798000 | #Constraints:     128876
669.94/690.94	c #Conflicts:     799000 | #Constraints:     129876
669.94/690.94	c #Conflicts:     800000 | #Constraints:     130876
669.94/690.94	c #Conflicts:     801000 | #Constraints:     131876
669.94/690.94	c #Conflicts:     802000 | #Constraints:     132876
669.94/690.94	c #Conflicts:     803000 | #Constraints:     133876
669.94/690.94	c #Conflicts:     804000 | #Constraints:     134876
669.94/690.94	c #Conflicts:     805000 | #Constraints:     135876
669.94/690.94	c #Conflicts:     806000 | #Constraints:     136876
669.94/690.94	c #Conflicts:     807000 | #Constraints:     137876
669.94/690.94	c #Conflicts:     808000 | #Constraints:     138876
669.94/690.94	c INPROCESSING
669.94/690.94	c GARBAGE COLLECT
669.94/690.94	c rational objective -247
683.71/704.75	c #Conflicts:     809000 | #Constraints:     112179
683.71/704.75	c #Conflicts:     810000 | #Constraints:     113179
683.71/704.75	c #Conflicts:     811000 | #Constraints:     114179
683.71/704.75	c #Conflicts:     812000 | #Constraints:     115179
683.71/704.75	c #Conflicts:     813000 | #Constraints:     116179
683.71/704.75	c #Conflicts:     814000 | #Constraints:     117179
683.71/704.75	c #Conflicts:     815000 | #Constraints:     118179
683.71/704.75	c #Conflicts:     816000 | #Constraints:     119179
683.71/704.75	c #Conflicts:     817000 | #Constraints:     120179
683.71/704.75	c #Conflicts:     818000 | #Constraints:     121179
683.71/704.75	c #Conflicts:     819000 | #Constraints:     122179
683.71/704.75	c #Conflicts:     820000 | #Constraints:     123179
683.71/704.75	c #Conflicts:     821000 | #Constraints:     124179
683.71/704.75	c #Conflicts:     822000 | #Constraints:     125179
683.71/704.75	c #Conflicts:     823000 | #Constraints:     126179
683.71/704.75	c #Conflicts:     824000 | #Constraints:     127179
683.71/704.75	c #Conflicts:     825000 | #Constraints:     128179
683.71/704.75	c #Conflicts:     826000 | #Constraints:     129179
683.71/704.75	c #Conflicts:     827000 | #Constraints:     130179
683.71/704.75	c bounds -39 >= -246 @ 675.923
746.64/768.70	c #Conflicts:     828000 | #Constraints:     131239
746.64/768.70	c #Conflicts:     829000 | #Constraints:     132239
746.64/768.70	c #Conflicts:     830000 | #Constraints:     133239
746.64/768.70	c #Conflicts:     831000 | #Constraints:     134265
746.64/768.70	c #Conflicts:     832000 | #Constraints:     135273
746.64/768.70	c #Conflicts:     833000 | #Constraints:     136315
746.64/768.70	c #Conflicts:     834000 | #Constraints:     137348
746.64/768.70	c #Conflicts:     835000 | #Constraints:     138373
746.64/768.70	c #Conflicts:     836000 | #Constraints:     139399
746.64/768.70	c #Conflicts:     837000 | #Constraints:     140431
746.64/768.70	c #Conflicts:     838000 | #Constraints:     141452
746.64/768.70	c #Conflicts:     839000 | #Constraints:     142466
746.64/768.70	c #Conflicts:     840000 | #Constraints:     143483
746.64/768.70	c #Conflicts:     841000 | #Constraints:     144505
746.64/768.70	c #Conflicts:     842000 | #Constraints:     145521
746.64/768.70	c #Conflicts:     843000 | #Constraints:     146544
746.64/768.70	c #Conflicts:     844000 | #Constraints:     147566
746.64/768.70	c #Conflicts:     845000 | #Constraints:     148594
746.64/768.70	c #Conflicts:     846000 | #Constraints:     149614
746.64/768.70	c #Conflicts:     847000 | #Constraints:     150653
746.64/768.70	c #Conflicts:     848000 | #Constraints:     151704
746.64/768.70	c #Conflicts:     849000 | #Constraints:     152761
746.64/768.70	c #Conflicts:     850000 | #Constraints:     153804
746.64/768.70	c #Conflicts:     851000 | #Constraints:     154843
746.64/768.70	c #Conflicts:     852000 | #Constraints:     155885
746.64/768.70	c #Conflicts:     853000 | #Constraints:     156930
746.64/768.70	c #Conflicts:     854000 | #Constraints:     157969
746.64/768.70	c #Conflicts:     855000 | #Constraints:     159020
746.64/768.70	c #Conflicts:     856000 | #Constraints:     160068
746.64/768.70	c #Conflicts:     857000 | #Constraints:     161121
746.64/768.70	c #Conflicts:     858000 | #Constraints:     162165
746.64/768.70	c #Conflicts:     859000 | #Constraints:     163210
746.64/768.70	c #Conflicts:     860000 | #Constraints:     164259
746.64/768.70	c #Conflicts:     861000 | #Constraints:     165308
746.64/768.70	c #Conflicts:     862000 | #Constraints:     166363
746.64/768.70	c #Conflicts:     863000 | #Constraints:     167411
746.64/768.70	c #Conflicts:     864000 | #Constraints:     168453
746.64/768.70	c #Conflicts:     865000 | #Constraints:     169503
746.64/768.70	c #Conflicts:     866000 | #Constraints:     170557
746.64/768.70	c #Conflicts:     867000 | #Constraints:     171600
746.64/768.70	c #Conflicts:     868000 | #Constraints:     172636
746.64/768.70	c #Conflicts:     869000 | #Constraints:     173684
746.64/768.70	c #Conflicts:     870000 | #Constraints:     174722
746.64/768.70	c #Conflicts:     871000 | #Constraints:     175765
746.64/768.70	c INPROCESSING
746.64/768.70	c GARBAGE COLLECT
746.64/768.70	c rational objective -246
768.79/790.99	c #Conflicts:     872000 | #Constraints:     130837
768.79/790.99	c #Conflicts:     873000 | #Constraints:     131837
768.79/790.99	c #Conflicts:     874000 | #Constraints:     132837
768.79/790.99	c #Conflicts:     875000 | #Constraints:     133837
768.79/790.99	c #Conflicts:     876000 | #Constraints:     134837
768.79/790.99	c #Conflicts:     877000 | #Constraints:     135837
768.79/790.99	c #Conflicts:     878000 | #Constraints:     136837
768.79/790.99	c #Conflicts:     879000 | #Constraints:     137837
768.79/790.99	c #Conflicts:     880000 | #Constraints:     138837
768.79/790.99	c #Conflicts:     881000 | #Constraints:     139837
768.79/790.99	c #Conflicts:     882000 | #Constraints:     140837
768.79/790.99	c #Conflicts:     883000 | #Constraints:     141837
768.79/790.99	c #Conflicts:     884000 | #Constraints:     142837
768.79/790.99	c #Conflicts:     885000 | #Constraints:     143837
768.79/790.99	c #Conflicts:     886000 | #Constraints:     144837
768.79/790.99	c #Conflicts:     887000 | #Constraints:     145837
768.79/790.99	c #Conflicts:     888000 | #Constraints:     146837
768.79/790.99	c #Conflicts:     889000 | #Constraints:     147837
768.79/790.99	c #Conflicts:     890000 | #Constraints:     148837
768.79/790.99	c #Conflicts:     891000 | #Constraints:     149837
768.79/790.99	c #Conflicts:     892000 | #Constraints:     150837
768.79/790.99	c #Conflicts:     893000 | #Constraints:     151837
768.79/790.99	c #Conflicts:     894000 | #Constraints:     152837
768.79/790.99	c #Conflicts:     895000 | #Constraints:     153837
768.79/790.99	c INPROCESSING
768.79/790.99	c GARBAGE COLLECT
768.79/790.99	c rational objective -246
779.37/801.53	c #Conflicts:     896000 | #Constraints:     119525
779.37/801.53	c #Conflicts:     897000 | #Constraints:     120525
779.37/801.53	c #Conflicts:     898000 | #Constraints:     121525
779.37/801.53	c #Conflicts:     899000 | #Constraints:     122525
779.37/801.53	c #Conflicts:     900000 | #Constraints:     123525
779.37/801.53	c #Conflicts:     901000 | #Constraints:     124525
779.37/801.53	c #Conflicts:     902000 | #Constraints:     125525
779.37/801.53	c #Conflicts:     903000 | #Constraints:     126525
779.37/801.53	c #Conflicts:     904000 | #Constraints:     127525
779.37/801.53	c #Conflicts:     905000 | #Constraints:     128525
779.37/801.53	c #Conflicts:     906000 | #Constraints:     129525
779.37/801.53	c #Conflicts:     907000 | #Constraints:     130525
779.37/801.53	c #Conflicts:     908000 | #Constraints:     131525
779.37/801.53	c #Conflicts:     909000 | #Constraints:     132525
779.37/801.53	c #Conflicts:     910000 | #Constraints:     133525
779.37/801.53	c bounds -39 >= -245 @ 770.842
788.59/812.03	c #Conflicts:     911000 | #Constraints:     134567
788.59/812.03	c #Conflicts:     912000 | #Constraints:     135567
788.59/812.03	c #Conflicts:     913000 | #Constraints:     136567
788.59/812.03	c #Conflicts:     914000 | #Constraints:     137567
788.59/812.03	c #Conflicts:     915000 | #Constraints:     138567
788.59/812.03	c #Conflicts:     916000 | #Constraints:     139567
788.59/812.03	c #Conflicts:     917000 | #Constraints:     140567
788.59/812.03	c #Conflicts:     918000 | #Constraints:     141567
788.59/812.03	c #Conflicts:     919000 | #Constraints:     142567
788.59/812.03	c #Conflicts:     920000 | #Constraints:     143567
788.59/812.03	c INPROCESSING
788.59/812.03	c GARBAGE COLLECT
788.59/812.03	c rational objective -245
807.03/830.53	c #Conflicts:     921000 | #Constraints:     114686
807.03/830.53	c #Conflicts:     922000 | #Constraints:     115686
807.03/830.53	c #Conflicts:     923000 | #Constraints:     116686
807.03/830.53	c #Conflicts:     924000 | #Constraints:     117686
807.03/830.53	c #Conflicts:     925000 | #Constraints:     118686
807.03/830.53	c #Conflicts:     926000 | #Constraints:     119686
807.03/830.53	c #Conflicts:     927000 | #Constraints:     120686
807.03/830.53	c #Conflicts:     928000 | #Constraints:     121686
807.03/830.53	c #Conflicts:     929000 | #Constraints:     122686
807.03/830.53	c #Conflicts:     930000 | #Constraints:     123686
807.03/830.53	c #Conflicts:     931000 | #Constraints:     124686
807.03/830.53	c #Conflicts:     932000 | #Constraints:     125686
807.03/830.53	c #Conflicts:     933000 | #Constraints:     126686
807.03/830.53	c #Conflicts:     934000 | #Constraints:     127686
807.03/830.53	c #Conflicts:     935000 | #Constraints:     128686
807.03/830.53	c #Conflicts:     936000 | #Constraints:     129686
807.03/830.53	c #Conflicts:     937000 | #Constraints:     130686
807.03/830.53	c #Conflicts:     938000 | #Constraints:     131686
807.03/830.53	c #Conflicts:     939000 | #Constraints:     132686
807.03/830.53	c #Conflicts:     940000 | #Constraints:     133686
807.03/830.53	c #Conflicts:     941000 | #Constraints:     134686
807.03/830.53	c bounds -39 >= -244 @ 798.183
832.41/856.59	c #Conflicts:     942000 | #Constraints:     135755
832.41/856.59	c #Conflicts:     943000 | #Constraints:     136755
832.41/856.59	c #Conflicts:     944000 | #Constraints:     137755
832.41/856.59	c #Conflicts:     945000 | #Constraints:     138755
832.41/856.59	c #Conflicts:     946000 | #Constraints:     139755
832.41/856.59	c #Conflicts:     947000 | #Constraints:     140755
832.41/856.59	c #Conflicts:     948000 | #Constraints:     141755
832.41/856.59	c #Conflicts:     949000 | #Constraints:     142755
832.41/856.59	c #Conflicts:     950000 | #Constraints:     143755
832.41/856.59	c #Conflicts:     951000 | #Constraints:     144755
832.41/856.59	c #Conflicts:     952000 | #Constraints:     145755
832.41/856.59	c #Conflicts:     953000 | #Constraints:     146755
832.41/856.59	c #Conflicts:     954000 | #Constraints:     147755
832.41/856.59	c #Conflicts:     955000 | #Constraints:     148755
832.41/856.59	c #Conflicts:     956000 | #Constraints:     149755
832.41/856.59	c #Conflicts:     957000 | #Constraints:     150755
832.41/856.59	c #Conflicts:     958000 | #Constraints:     151755
832.41/856.59	c #Conflicts:     959000 | #Constraints:     152755
832.41/856.59	c #Conflicts:     960000 | #Constraints:     153755
832.41/856.59	c #Conflicts:     961000 | #Constraints:     154755
832.41/856.59	c #Conflicts:     962000 | #Constraints:     155755
832.41/856.59	c #Conflicts:     963000 | #Constraints:     156755
832.41/856.59	c #Conflicts:     964000 | #Constraints:     157755
832.41/856.59	c bounds -39 >= -243 @ 823.381
863.27/887.77	c #Conflicts:     965000 | #Constraints:     158770
863.27/887.77	c #Conflicts:     966000 | #Constraints:     159770
863.27/887.77	c #Conflicts:     967000 | #Constraints:     160770
863.27/887.77	c #Conflicts:     968000 | #Constraints:     161770
863.27/887.77	c #Conflicts:     969000 | #Constraints:     162770
863.27/887.77	c #Conflicts:     970000 | #Constraints:     163770
863.27/887.77	c #Conflicts:     971000 | #Constraints:     164770
863.27/887.77	c #Conflicts:     972000 | #Constraints:     165770
863.27/887.77	c #Conflicts:     973000 | #Constraints:     166770
863.27/887.77	c #Conflicts:     974000 | #Constraints:     167770
863.27/887.77	c #Conflicts:     975000 | #Constraints:     168770
863.27/887.77	c #Conflicts:     976000 | #Constraints:     169770
863.27/887.77	c #Conflicts:     977000 | #Constraints:     170770
863.27/887.77	c #Conflicts:     978000 | #Constraints:     171770
863.27/887.77	c #Conflicts:     979000 | #Constraints:     172770
863.27/887.77	c #Conflicts:     980000 | #Constraints:     173770
863.27/887.77	c #Conflicts:     981000 | #Constraints:     174770
863.27/887.77	c #Conflicts:     982000 | #Constraints:     175770
863.27/887.77	c #Conflicts:     983000 | #Constraints:     176770
863.27/887.77	c #Conflicts:     984000 | #Constraints:     177770
863.27/887.77	c #Conflicts:     985000 | #Constraints:     178770
863.27/887.77	c #Conflicts:     986000 | #Constraints:     179770
863.27/887.77	c #Conflicts:     987000 | #Constraints:     180770
863.27/887.77	c INPROCESSING
863.27/887.77	c GARBAGE COLLECT
863.27/887.77	c rational objective -243
864.77/889.21	c #Conflicts:     988000 | #Constraints:     133543
864.77/889.21	c bounds -39 >= -242 @ 855.408
888.09/912.93	c #Conflicts:     989000 | #Constraints:     134567
888.09/912.93	c #Conflicts:     990000 | #Constraints:     135567
888.09/912.93	c #Conflicts:     991000 | #Constraints:     136567
888.09/912.93	c #Conflicts:     992000 | #Constraints:     137567
888.09/912.93	c #Conflicts:     993000 | #Constraints:     138567
888.09/912.93	c #Conflicts:     994000 | #Constraints:     139567
888.09/912.93	c #Conflicts:     995000 | #Constraints:     140567
888.09/912.93	c #Conflicts:     996000 | #Constraints:     141567
888.09/912.93	c #Conflicts:     997000 | #Constraints:     142567
888.09/912.93	c #Conflicts:     998000 | #Constraints:     143567
888.09/912.93	c #Conflicts:     999000 | #Constraints:     144567
888.09/912.93	c #Conflicts:    1000000 | #Constraints:     145567
888.09/912.93	c #Conflicts:    1001000 | #Constraints:     146567
888.09/912.93	c #Conflicts:    1002000 | #Constraints:     147567
888.09/912.93	c #Conflicts:    1003000 | #Constraints:     148567
888.09/912.93	c #Conflicts:    1004000 | #Constraints:     149567
888.09/912.93	c #Conflicts:    1005000 | #Constraints:     150567
888.09/912.93	c #Conflicts:    1006000 | #Constraints:     151567
888.09/912.93	c #Conflicts:    1007000 | #Constraints:     152567
888.09/912.93	c #Conflicts:    1008000 | #Constraints:     153567
888.09/912.93	c #Conflicts:    1009000 | #Constraints:     154567
888.09/912.93	c #Conflicts:    1010000 | #Constraints:     155567
888.09/912.93	c #Conflicts:    1011000 | #Constraints:     156567
888.09/912.93	c #Conflicts:    1012000 | #Constraints:     157567
888.09/912.93	c INPROCESSING
888.09/912.93	c GARBAGE COLLECT
888.09/912.93	c rational objective -242
888.99/913.87	c #Conflicts:    1013000 | #Constraints:     121554
888.99/913.87	c bounds -39 >= -241 @ 879.434
909.09/934.53	c #Conflicts:    1014000 | #Constraints:     122593
909.09/934.53	c #Conflicts:    1015000 | #Constraints:     123593
909.09/934.53	c #Conflicts:    1016000 | #Constraints:     124593
909.09/934.53	c #Conflicts:    1017000 | #Constraints:     125593
909.09/934.53	c #Conflicts:    1018000 | #Constraints:     126593
909.09/934.53	c #Conflicts:    1019000 | #Constraints:     127593
909.09/934.53	c #Conflicts:    1020000 | #Constraints:     128593
909.09/934.53	c #Conflicts:    1021000 | #Constraints:     129593
909.09/934.53	c #Conflicts:    1022000 | #Constraints:     130593
909.09/934.53	c #Conflicts:    1023000 | #Constraints:     131593
909.09/934.53	c #Conflicts:    1024000 | #Constraints:     132593
909.09/934.53	c #Conflicts:    1025000 | #Constraints:     133593
909.09/934.53	c #Conflicts:    1026000 | #Constraints:     134593
909.09/934.53	c #Conflicts:    1027000 | #Constraints:     135593
909.09/934.53	c #Conflicts:    1028000 | #Constraints:     136593
909.09/934.53	c #Conflicts:    1029000 | #Constraints:     137593
909.09/934.53	c #Conflicts:    1030000 | #Constraints:     138593
909.09/934.53	c #Conflicts:    1031000 | #Constraints:     139593
909.09/934.53	c #Conflicts:    1032000 | #Constraints:     140593
909.09/934.53	c #Conflicts:    1033000 | #Constraints:     141593
909.09/934.53	c #Conflicts:    1034000 | #Constraints:     142593
909.09/934.53	c #Conflicts:    1035000 | #Constraints:     143593
909.09/934.53	c #Conflicts:    1036000 | #Constraints:     144593
909.09/934.53	c #Conflicts:    1037000 | #Constraints:     145593
909.09/934.53	c #Conflicts:    1038000 | #Constraints:     146593
909.09/934.53	c INPROCESSING
909.09/934.53	c GARBAGE COLLECT
909.09/934.53	c rational objective -241
951.74/978.14	c #Conflicts:    1039000 | #Constraints:     116019
951.74/978.14	c #Conflicts:    1040000 | #Constraints:     117019
951.74/978.14	c #Conflicts:    1041000 | #Constraints:     118019
951.74/978.14	c #Conflicts:    1042000 | #Constraints:     119019
951.74/978.14	c #Conflicts:    1043000 | #Constraints:     120019
951.74/978.14	c #Conflicts:    1044000 | #Constraints:     121019
951.74/978.14	c #Conflicts:    1045000 | #Constraints:     122019
951.74/978.14	c #Conflicts:    1046000 | #Constraints:     123019
951.74/978.14	c #Conflicts:    1047000 | #Constraints:     124019
951.74/978.14	c #Conflicts:    1048000 | #Constraints:     125019
951.74/978.14	c #Conflicts:    1049000 | #Constraints:     126019
951.74/978.14	c #Conflicts:    1050000 | #Constraints:     127019
951.74/978.14	c #Conflicts:    1051000 | #Constraints:     128019
951.74/978.14	c #Conflicts:    1052000 | #Constraints:     129019
951.74/978.14	c #Conflicts:    1053000 | #Constraints:     130019
951.74/978.14	c #Conflicts:    1054000 | #Constraints:     131019
951.74/978.14	c #Conflicts:    1055000 | #Constraints:     132019
951.74/978.14	c #Conflicts:    1056000 | #Constraints:     133019
951.74/978.14	c #Conflicts:    1057000 | #Constraints:     134019
951.74/978.14	c #Conflicts:    1058000 | #Constraints:     135019
951.74/978.14	c #Conflicts:    1059000 | #Constraints:     136019
951.74/978.14	c #Conflicts:    1060000 | #Constraints:     137019
951.74/978.14	c #Conflicts:    1061000 | #Constraints:     138019
951.74/978.14	c #Conflicts:    1062000 | #Constraints:     139019
951.74/978.14	c #Conflicts:    1063000 | #Constraints:     140019
951.74/978.14	c #Conflicts:    1064000 | #Constraints:     141019
951.74/978.14	c #Conflicts:    1065000 | #Constraints:     142019
951.74/978.14	c #Conflicts:    1066000 | #Constraints:     143019
951.74/978.14	c #Conflicts:    1067000 | #Constraints:     144019
951.74/978.14	c #Conflicts:    1068000 | #Constraints:     145019
951.74/978.14	c #Conflicts:    1069000 | #Constraints:     146019
951.74/978.14	c #Conflicts:    1070000 | #Constraints:     147019
951.74/978.14	c #Conflicts:    1071000 | #Constraints:     148019
951.74/978.14	c #Conflicts:    1072000 | #Constraints:     149019
951.74/978.14	c #Conflicts:    1073000 | #Constraints:     150019
951.74/978.14	c #Conflicts:    1074000 | #Constraints:     151019
951.74/978.14	c #Conflicts:    1075000 | #Constraints:     152019
951.74/978.14	c #Conflicts:    1076000 | #Constraints:     153019
951.74/978.14	c #Conflicts:    1077000 | #Constraints:     154019
951.74/978.14	c #Conflicts:    1078000 | #Constraints:     155019
951.74/978.14	c #Conflicts:    1079000 | #Constraints:     156019
951.74/978.14	c #Conflicts:    1080000 | #Constraints:     157019
951.74/978.14	c #Conflicts:    1081000 | #Constraints:     158019
951.74/978.14	c #Conflicts:    1082000 | #Constraints:     159019
951.74/978.14	c #Conflicts:    1083000 | #Constraints:     160019
951.74/978.14	c #Conflicts:    1084000 | #Constraints:     161019
951.74/978.14	c #Conflicts:    1085000 | #Constraints:     162019
951.74/978.14	c bounds -39 >= -240 @ 941.478
986.92/1014.26	c #Conflicts:    1086000 | #Constraints:     163097
986.92/1014.26	c #Conflicts:    1087000 | #Constraints:     164097
986.92/1014.26	c #Conflicts:    1088000 | #Constraints:     165097
986.92/1014.26	c #Conflicts:    1089000 | #Constraints:     166097
986.92/1014.26	c #Conflicts:    1090000 | #Constraints:     167097
986.92/1014.26	c #Conflicts:    1091000 | #Constraints:     168097
986.92/1014.26	c #Conflicts:    1092000 | #Constraints:     169097
986.92/1014.26	c #Conflicts:    1093000 | #Constraints:     170097
986.92/1014.26	c #Conflicts:    1094000 | #Constraints:     171097
986.92/1014.26	c #Conflicts:    1095000 | #Constraints:     172097
986.92/1014.26	c #Conflicts:    1096000 | #Constraints:     173097
986.92/1014.26	c #Conflicts:    1097000 | #Constraints:     174097
986.92/1014.26	c #Conflicts:    1098000 | #Constraints:     175097
986.92/1014.26	c #Conflicts:    1099000 | #Constraints:     176097
986.92/1014.26	c #Conflicts:    1100000 | #Constraints:     177097
986.92/1014.26	c #Conflicts:    1101000 | #Constraints:     178097
986.92/1014.26	c #Conflicts:    1102000 | #Constraints:     179097
986.92/1014.26	c #Conflicts:    1103000 | #Constraints:     180097
986.92/1014.26	c #Conflicts:    1104000 | #Constraints:     181097
986.92/1014.26	c #Conflicts:    1105000 | #Constraints:     182097
986.92/1014.26	c #Conflicts:    1106000 | #Constraints:     183097
986.92/1014.26	c #Conflicts:    1107000 | #Constraints:     184097
986.92/1014.26	c #Conflicts:    1108000 | #Constraints:     185097
986.92/1014.26	c #Conflicts:    1109000 | #Constraints:     186097
986.92/1014.26	c #Conflicts:    1110000 | #Constraints:     187097
986.92/1014.26	c INPROCESSING
986.92/1014.26	c GARBAGE COLLECT
986.92/1014.26	c rational objective -240
1027.02/1054.84	c #Conflicts:    1111000 | #Constraints:     136651
1027.02/1054.84	c #Conflicts:    1112000 | #Constraints:     137698
1027.02/1054.84	c #Conflicts:    1113000 | #Constraints:     138734
1027.02/1054.84	c #Conflicts:    1114000 | #Constraints:     139781
1027.02/1054.84	c #Conflicts:    1115000 | #Constraints:     140823
1027.02/1054.84	c #Conflicts:    1116000 | #Constraints:     141854
1027.02/1054.84	c #Conflicts:    1117000 | #Constraints:     142894
1027.02/1054.84	c #Conflicts:    1118000 | #Constraints:     143949
1027.02/1054.84	c #Conflicts:    1119000 | #Constraints:     144998
1027.02/1054.84	c #Conflicts:    1120000 | #Constraints:     146043
1027.02/1054.84	c #Conflicts:    1121000 | #Constraints:     147090
1027.02/1054.84	c #Conflicts:    1122000 | #Constraints:     148127
1027.02/1054.84	c #Conflicts:    1123000 | #Constraints:     149158
1027.02/1054.84	c #Conflicts:    1124000 | #Constraints:     150192
1027.02/1054.84	c #Conflicts:    1125000 | #Constraints:     151239
1027.02/1054.84	c #Conflicts:    1126000 | #Constraints:     152277
1027.02/1054.84	c #Conflicts:    1127000 | #Constraints:     153317
1027.02/1054.84	c #Conflicts:    1128000 | #Constraints:     154373
1027.02/1054.84	c #Conflicts:    1129000 | #Constraints:     155417
1027.02/1054.84	c #Conflicts:    1130000 | #Constraints:     156458
1027.02/1054.84	c #Conflicts:    1131000 | #Constraints:     157499
1027.02/1054.84	c #Conflicts:    1132000 | #Constraints:     158544
1027.02/1054.84	c #Conflicts:    1133000 | #Constraints:     159582
1027.02/1054.84	c #Conflicts:    1134000 | #Constraints:     160631
1027.02/1054.84	c #Conflicts:    1135000 | #Constraints:     161672
1027.02/1054.84	c #Conflicts:    1136000 | #Constraints:     162713
1027.02/1054.84	c #Conflicts:    1137000 | #Constraints:     163754
1027.02/1054.84	c INPROCESSING
1027.02/1054.84	c GARBAGE COLLECT
1027.02/1054.84	c rational objective -240
1050.16/1078.01	c #Conflicts:    1138000 | #Constraints:     124849
1050.16/1078.01	c #Conflicts:    1139000 | #Constraints:     125849
1050.16/1078.01	c #Conflicts:    1140000 | #Constraints:     126849
1050.16/1078.01	c #Conflicts:    1141000 | #Constraints:     127849
1050.16/1078.01	c #Conflicts:    1142000 | #Constraints:     128849
1050.16/1078.01	c #Conflicts:    1143000 | #Constraints:     129849
1050.16/1078.01	c #Conflicts:    1144000 | #Constraints:     130849
1050.16/1078.01	c #Conflicts:    1145000 | #Constraints:     131849
1050.16/1078.01	c #Conflicts:    1146000 | #Constraints:     132849
1050.16/1078.01	c #Conflicts:    1147000 | #Constraints:     133849
1050.16/1078.01	c #Conflicts:    1148000 | #Constraints:     134849
1050.16/1078.01	c #Conflicts:    1149000 | #Constraints:     135849
1050.16/1078.01	c #Conflicts:    1150000 | #Constraints:     136849
1050.16/1078.01	c #Conflicts:    1151000 | #Constraints:     137849
1050.16/1078.01	c #Conflicts:    1152000 | #Constraints:     138849
1050.16/1078.01	c #Conflicts:    1153000 | #Constraints:     139849
1050.16/1078.01	c #Conflicts:    1154000 | #Constraints:     140849
1050.16/1078.01	c #Conflicts:    1155000 | #Constraints:     141849
1050.16/1078.01	c #Conflicts:    1156000 | #Constraints:     142849
1050.16/1078.01	c #Conflicts:    1157000 | #Constraints:     143849
1050.16/1078.01	c #Conflicts:    1158000 | #Constraints:     144849
1050.16/1078.01	c #Conflicts:    1159000 | #Constraints:     145849
1050.16/1078.01	c #Conflicts:    1160000 | #Constraints:     146849
1050.16/1078.01	c #Conflicts:    1161000 | #Constraints:     147849
1050.16/1078.01	c #Conflicts:    1162000 | #Constraints:     148849
1050.16/1078.01	c #Conflicts:    1163000 | #Constraints:     149849
1050.16/1078.01	c #Conflicts:    1164000 | #Constraints:     150849
1050.16/1078.01	c INPROCESSING
1050.16/1078.01	c GARBAGE COLLECT
1050.16/1078.01	c rational objective -240
1060.78/1088.82	c #Conflicts:    1165000 | #Constraints:     118244
1060.78/1088.82	c #Conflicts:    1166000 | #Constraints:     119244
1060.78/1088.82	c #Conflicts:    1167000 | #Constraints:     120244
1060.78/1088.82	c #Conflicts:    1168000 | #Constraints:     121244
1060.78/1088.82	c #Conflicts:    1169000 | #Constraints:     122244
1060.78/1088.82	c #Conflicts:    1170000 | #Constraints:     123244
1060.78/1088.82	c #Conflicts:    1171000 | #Constraints:     124244
1060.78/1088.82	c #Conflicts:    1172000 | #Constraints:     125244
1060.78/1088.82	c #Conflicts:    1173000 | #Constraints:     126244
1060.78/1088.82	c #Conflicts:    1174000 | #Constraints:     127244
1060.78/1088.82	c #Conflicts:    1175000 | #Constraints:     128244
1060.78/1088.82	c #Conflicts:    1176000 | #Constraints:     129244
1060.78/1088.82	c #Conflicts:    1177000 | #Constraints:     130244
1060.78/1088.82	c #Conflicts:    1178000 | #Constraints:     131244
1060.78/1088.82	c bounds -39 >= -239 @ 1049.67
1117.93/1147.65	c #Conflicts:    1179000 | #Constraints:     132304
1117.93/1147.65	c #Conflicts:    1180000 | #Constraints:     133304
1117.93/1147.65	c #Conflicts:    1181000 | #Constraints:     134304
1117.93/1147.65	c #Conflicts:    1182000 | #Constraints:     135304
1117.93/1147.65	c #Conflicts:    1183000 | #Constraints:     136304
1117.93/1147.65	c #Conflicts:    1184000 | #Constraints:     137304
1117.93/1147.65	c #Conflicts:    1185000 | #Constraints:     138304
1117.93/1147.65	c #Conflicts:    1186000 | #Constraints:     139304
1117.93/1147.65	c #Conflicts:    1187000 | #Constraints:     140304
1117.93/1147.65	c #Conflicts:    1188000 | #Constraints:     141304
1117.93/1147.65	c #Conflicts:    1189000 | #Constraints:     142304
1117.93/1147.65	c #Conflicts:    1190000 | #Constraints:     143304
1117.93/1147.65	c #Conflicts:    1191000 | #Constraints:     144304
1117.93/1147.65	c #Conflicts:    1192000 | #Constraints:     145304
1117.93/1147.65	c #Conflicts:    1193000 | #Constraints:     146304
1117.93/1147.65	c #Conflicts:    1194000 | #Constraints:     147304
1117.93/1147.65	c #Conflicts:    1195000 | #Constraints:     148304
1117.93/1147.65	c #Conflicts:    1196000 | #Constraints:     149304
1117.93/1147.65	c #Conflicts:    1197000 | #Constraints:     150304
1117.93/1147.65	c #Conflicts:    1198000 | #Constraints:     151304
1117.93/1147.65	c #Conflicts:    1199000 | #Constraints:     152304
1117.93/1147.65	c #Conflicts:    1200000 | #Constraints:     153304
1117.93/1147.65	c #Conflicts:    1201000 | #Constraints:     154304
1117.93/1147.65	c #Conflicts:    1202000 | #Constraints:     155304
1117.93/1147.65	c #Conflicts:    1203000 | #Constraints:     156304
1117.93/1147.65	c #Conflicts:    1204000 | #Constraints:     157304
1117.93/1147.65	c #Conflicts:    1205000 | #Constraints:     158304
1117.93/1147.65	c #Conflicts:    1206000 | #Constraints:     159304
1117.93/1147.65	c #Conflicts:    1207000 | #Constraints:     160304
1117.93/1147.65	c #Conflicts:    1208000 | #Constraints:     161304
1117.93/1147.65	c #Conflicts:    1209000 | #Constraints:     162304
1117.93/1147.65	c #Conflicts:    1210000 | #Constraints:     163304
1117.93/1147.65	c #Conflicts:    1211000 | #Constraints:     164304
1117.93/1147.65	c #Conflicts:    1212000 | #Constraints:     165304
1117.93/1147.65	c #Conflicts:    1213000 | #Constraints:     166304
1117.93/1147.65	c #Conflicts:    1214000 | #Constraints:     167304
1117.93/1147.65	c #Conflicts:    1215000 | #Constraints:     168304
1117.93/1147.65	c #Conflicts:    1216000 | #Constraints:     169304
1117.93/1147.65	c #Conflicts:    1217000 | #Constraints:     170304
1117.93/1147.65	c #Conflicts:    1218000 | #Constraints:     171304
1117.93/1147.65	c #Conflicts:    1219000 | #Constraints:     172304
1117.93/1147.65	c #Conflicts:    1220000 | #Constraints:     173304
1117.93/1147.65	c #Conflicts:    1221000 | #Constraints:     174304
1117.93/1147.65	c #Conflicts:    1222000 | #Constraints:     175304
1117.93/1147.65	c #Conflicts:    1223000 | #Constraints:     176304
1117.93/1147.65	c #Conflicts:    1224000 | #Constraints:     177304
1117.93/1147.65	c #Conflicts:    1225000 | #Constraints:     178304
1117.93/1147.65	c #Conflicts:    1226000 | #Constraints:     179304
1117.93/1147.65	c bounds -39 >= -238 @ 1106.34
1137.70/1167.60	c #Conflicts:    1227000 | #Constraints:     180343
1137.70/1167.60	c #Conflicts:    1228000 | #Constraints:     181343
1137.70/1167.60	c #Conflicts:    1229000 | #Constraints:     182343
1137.70/1167.60	c #Conflicts:    1230000 | #Constraints:     183343
1137.70/1167.60	c #Conflicts:    1231000 | #Constraints:     184343
1137.70/1167.60	c #Conflicts:    1232000 | #Constraints:     185343
1137.70/1167.60	c #Conflicts:    1233000 | #Constraints:     186343
1137.70/1167.60	c #Conflicts:    1234000 | #Constraints:     187343
1137.70/1167.60	c #Conflicts:    1235000 | #Constraints:     188343
1137.70/1167.60	c #Conflicts:    1236000 | #Constraints:     189343
1137.70/1167.60	c #Conflicts:    1237000 | #Constraints:     190343
1137.70/1167.60	c #Conflicts:    1238000 | #Constraints:     191343
1137.70/1167.60	c #Conflicts:    1239000 | #Constraints:     192343
1137.70/1167.60	c #Conflicts:    1240000 | #Constraints:     193343
1137.70/1167.60	c INPROCESSING
1137.70/1167.60	c GARBAGE COLLECT
1137.70/1167.60	c rational objective -238
1166.26/1196.43	c #Conflicts:    1241000 | #Constraints:     139342
1166.26/1196.43	c #Conflicts:    1242000 | #Constraints:     140342
1166.26/1196.43	c #Conflicts:    1243000 | #Constraints:     141342
1166.26/1196.43	c #Conflicts:    1244000 | #Constraints:     142342
1166.26/1196.43	c #Conflicts:    1245000 | #Constraints:     143342
1166.26/1196.43	c #Conflicts:    1246000 | #Constraints:     144342
1166.26/1196.43	c #Conflicts:    1247000 | #Constraints:     145342
1166.26/1196.43	c #Conflicts:    1248000 | #Constraints:     146342
1166.26/1196.43	c #Conflicts:    1249000 | #Constraints:     147342
1166.26/1196.43	c #Conflicts:    1250000 | #Constraints:     148342
1166.26/1196.43	c #Conflicts:    1251000 | #Constraints:     149342
1166.26/1196.43	c #Conflicts:    1252000 | #Constraints:     150342
1166.26/1196.43	c #Conflicts:    1253000 | #Constraints:     151342
1166.26/1196.43	c #Conflicts:    1254000 | #Constraints:     152342
1166.26/1196.43	c #Conflicts:    1255000 | #Constraints:     153342
1166.26/1196.43	c #Conflicts:    1256000 | #Constraints:     154342
1166.26/1196.43	c #Conflicts:    1257000 | #Constraints:     155342
1166.26/1196.43	c #Conflicts:    1258000 | #Constraints:     156342
1166.26/1196.43	c #Conflicts:    1259000 | #Constraints:     157342
1166.26/1196.43	c #Conflicts:    1260000 | #Constraints:     158342
1166.26/1196.43	c #Conflicts:    1261000 | #Constraints:     159342
1166.26/1196.43	c #Conflicts:    1262000 | #Constraints:     160342
1166.26/1196.43	c #Conflicts:    1263000 | #Constraints:     161342
1166.26/1196.43	c #Conflicts:    1264000 | #Constraints:     162342
1166.26/1196.43	c #Conflicts:    1265000 | #Constraints:     163342
1166.26/1196.43	c #Conflicts:    1266000 | #Constraints:     164342
1166.26/1196.43	c #Conflicts:    1267000 | #Constraints:     165342
1166.26/1196.43	c #Conflicts:    1268000 | #Constraints:     166342
1166.26/1196.43	c #Conflicts:    1269000 | #Constraints:     167342
1166.26/1196.43	c INPROCESSING
1166.26/1196.43	c GARBAGE COLLECT
1166.26/1196.43	c rational objective -238
1204.62/1235.02	c #Conflicts:    1270000 | #Constraints:     126585
1204.62/1235.02	c #Conflicts:    1271000 | #Constraints:     127586
1204.62/1235.02	c #Conflicts:    1272000 | #Constraints:     128597
1204.62/1235.02	c #Conflicts:    1273000 | #Constraints:     129601
1204.62/1235.02	c #Conflicts:    1274000 | #Constraints:     130631
1204.62/1235.02	c #Conflicts:    1275000 | #Constraints:     131681
1204.62/1235.02	c #Conflicts:    1276000 | #Constraints:     132720
1204.62/1235.02	c #Conflicts:    1277000 | #Constraints:     133747
1204.62/1235.02	c #Conflicts:    1278000 | #Constraints:     134790
1204.62/1235.02	c #Conflicts:    1279000 | #Constraints:     135832
1204.62/1235.02	c #Conflicts:    1280000 | #Constraints:     136873
1204.62/1235.02	c #Conflicts:    1281000 | #Constraints:     137914
1204.62/1235.02	c #Conflicts:    1282000 | #Constraints:     138951
1204.62/1235.02	c #Conflicts:    1283000 | #Constraints:     139984
1204.62/1235.02	c #Conflicts:    1284000 | #Constraints:     141015
1204.62/1235.02	c #Conflicts:    1285000 | #Constraints:     142051
1204.62/1235.02	c #Conflicts:    1286000 | #Constraints:     143093
1204.62/1235.02	c #Conflicts:    1287000 | #Constraints:     144133
1204.62/1235.02	c #Conflicts:    1288000 | #Constraints:     145170
1204.62/1235.02	c #Conflicts:    1289000 | #Constraints:     146200
1204.62/1235.02	c #Conflicts:    1290000 | #Constraints:     147236
1204.62/1235.02	c #Conflicts:    1291000 | #Constraints:     148270
1204.62/1235.02	c #Conflicts:    1292000 | #Constraints:     149321
1204.62/1235.02	c #Conflicts:    1293000 | #Constraints:     150360
1204.62/1235.02	c #Conflicts:    1294000 | #Constraints:     151392
1204.62/1235.02	c #Conflicts:    1295000 | #Constraints:     152429
1204.62/1235.02	c #Conflicts:    1296000 | #Constraints:     153459
1204.62/1235.02	c #Conflicts:    1297000 | #Constraints:     154484
1204.62/1235.02	c #Conflicts:    1298000 | #Constraints:     155519
1204.62/1235.02	c INPROCESSING
1204.62/1235.02	c GARBAGE COLLECT
1204.62/1235.02	c rational objective -238
1257.49/1288.64	c #Conflicts:    1299000 | #Constraints:     121147
1257.49/1288.64	c #Conflicts:    1300000 | #Constraints:     122147
1257.49/1288.64	c #Conflicts:    1301000 | #Constraints:     123147
1257.49/1288.64	c #Conflicts:    1302000 | #Constraints:     124147
1257.49/1288.64	c #Conflicts:    1303000 | #Constraints:     125147
1257.49/1288.64	c #Conflicts:    1304000 | #Constraints:     126147
1257.49/1288.64	c #Conflicts:    1305000 | #Constraints:     127147
1257.49/1288.64	c #Conflicts:    1306000 | #Constraints:     128147
1257.49/1288.64	c #Conflicts:    1307000 | #Constraints:     129147
1257.49/1288.64	c #Conflicts:    1308000 | #Constraints:     130147
1257.49/1288.64	c #Conflicts:    1309000 | #Constraints:     131147
1257.49/1288.64	c #Conflicts:    1310000 | #Constraints:     132147
1257.49/1288.64	c #Conflicts:    1311000 | #Constraints:     133147
1257.49/1288.64	c #Conflicts:    1312000 | #Constraints:     134147
1257.49/1288.64	c #Conflicts:    1313000 | #Constraints:     135147
1257.49/1288.64	c #Conflicts:    1314000 | #Constraints:     136147
1257.49/1288.64	c #Conflicts:    1315000 | #Constraints:     137147
1257.49/1288.64	c #Conflicts:    1316000 | #Constraints:     138147
1257.49/1288.64	c #Conflicts:    1317000 | #Constraints:     139147
1257.49/1288.64	c #Conflicts:    1318000 | #Constraints:     140147
1257.49/1288.64	c #Conflicts:    1319000 | #Constraints:     141147
1257.49/1288.64	c #Conflicts:    1320000 | #Constraints:     142147
1257.49/1288.64	c #Conflicts:    1321000 | #Constraints:     143147
1257.49/1288.64	c #Conflicts:    1322000 | #Constraints:     144147
1257.49/1288.64	c #Conflicts:    1323000 | #Constraints:     145147
1257.49/1288.64	c #Conflicts:    1324000 | #Constraints:     146147
1257.49/1288.64	c #Conflicts:    1325000 | #Constraints:     147147
1257.49/1288.64	c #Conflicts:    1326000 | #Constraints:     148147
1257.49/1288.64	c #Conflicts:    1327000 | #Constraints:     149147
1257.49/1288.64	c #Conflicts:    1328000 | #Constraints:     150147
1257.49/1288.64	c #Conflicts:    1329000 | #Constraints:     151147
1257.49/1288.64	c #Conflicts:    1330000 | #Constraints:     152147
1257.49/1288.64	c #Conflicts:    1331000 | #Constraints:     153147
1257.49/1288.64	c #Conflicts:    1332000 | #Constraints:     154147
1257.49/1288.64	c #Conflicts:    1333000 | #Constraints:     155147
1257.49/1288.64	c #Conflicts:    1334000 | #Constraints:     156147
1257.49/1288.64	c #Conflicts:    1335000 | #Constraints:     157147
1257.49/1288.64	c #Conflicts:    1336000 | #Constraints:     158147
1257.49/1288.64	c #Conflicts:    1337000 | #Constraints:     159147
1257.49/1288.64	c #Conflicts:    1338000 | #Constraints:     160147
1257.49/1288.64	c #Conflicts:    1339000 | #Constraints:     161147
1257.49/1288.64	c #Conflicts:    1340000 | #Constraints:     162147
1257.49/1288.64	c #Conflicts:    1341000 | #Constraints:     163147
1257.49/1288.64	c #Conflicts:    1342000 | #Constraints:     164147
1257.49/1288.64	c #Conflicts:    1343000 | #Constraints:     165147
1257.49/1288.64	c #Conflicts:    1344000 | #Constraints:     166147
1257.49/1288.64	c #Conflicts:    1345000 | #Constraints:     167147
1257.49/1288.64	c #Conflicts:    1346000 | #Constraints:     168147
1257.49/1288.64	c #Conflicts:    1347000 | #Constraints:     169147
1257.49/1288.64	c #Conflicts:    1348000 | #Constraints:     170147
1257.49/1288.64	c #Conflicts:    1349000 | #Constraints:     171147
1257.49/1288.64	c #Conflicts:    1350000 | #Constraints:     172147
1257.49/1288.64	c #Conflicts:    1351000 | #Constraints:     173147
1257.49/1288.64	c #Conflicts:    1352000 | #Constraints:     174147
1257.49/1288.64	c #Conflicts:    1353000 | #Constraints:     175147
1257.49/1288.64	c #Conflicts:    1354000 | #Constraints:     176147
1257.49/1288.64	c #Conflicts:    1355000 | #Constraints:     177147
1257.49/1288.64	c bounds -39 >= -237 @ 1244.71
1285.21/1317.00	c #Conflicts:    1356000 | #Constraints:     178189
1285.21/1317.00	c #Conflicts:    1357000 | #Constraints:     179189
1285.21/1317.00	c #Conflicts:    1358000 | #Constraints:     180189
1285.21/1317.00	c #Conflicts:    1359000 | #Constraints:     181189
1285.21/1317.00	c #Conflicts:    1360000 | #Constraints:     182189
1285.21/1317.00	c #Conflicts:    1361000 | #Constraints:     183189
1285.21/1317.00	c #Conflicts:    1362000 | #Constraints:     184189
1285.21/1317.00	c #Conflicts:    1363000 | #Constraints:     185189
1285.21/1317.00	c #Conflicts:    1364000 | #Constraints:     186189
1285.21/1317.00	c #Conflicts:    1365000 | #Constraints:     187189
1285.21/1317.00	c #Conflicts:    1366000 | #Constraints:     188189
1285.21/1317.00	c #Conflicts:    1367000 | #Constraints:     189189
1285.21/1317.00	c #Conflicts:    1368000 | #Constraints:     190189
1285.21/1317.00	c #Conflicts:    1369000 | #Constraints:     191189
1285.21/1317.00	c #Conflicts:    1370000 | #Constraints:     192189
1285.21/1317.00	c #Conflicts:    1371000 | #Constraints:     193189
1285.21/1317.00	c #Conflicts:    1372000 | #Constraints:     194189
1285.21/1317.00	c #Conflicts:    1373000 | #Constraints:     195189
1285.21/1317.00	c #Conflicts:    1374000 | #Constraints:     196189
1285.21/1317.00	c #Conflicts:    1375000 | #Constraints:     197189
1285.21/1317.00	c #Conflicts:    1376000 | #Constraints:     198189
1285.21/1317.00	c #Conflicts:    1377000 | #Constraints:     199189
1285.21/1317.00	c INPROCESSING
1285.21/1317.00	c GARBAGE COLLECT
1285.21/1317.00	c rational objective -237
1309.04/1340.83	c #Conflicts:    1378000 | #Constraints:     142450
1309.04/1340.83	c #Conflicts:    1379000 | #Constraints:     143450
1309.04/1340.83	c #Conflicts:    1380000 | #Constraints:     144450
1309.04/1340.83	c #Conflicts:    1381000 | #Constraints:     145450
1309.04/1340.83	c #Conflicts:    1382000 | #Constraints:     146450
1309.04/1340.83	c #Conflicts:    1383000 | #Constraints:     147450
1309.04/1340.83	c #Conflicts:    1384000 | #Constraints:     148450
1309.04/1340.83	c #Conflicts:    1385000 | #Constraints:     149450
1309.04/1340.83	c #Conflicts:    1386000 | #Constraints:     150450
1309.04/1340.83	c #Conflicts:    1387000 | #Constraints:     151450
1309.04/1340.83	c #Conflicts:    1388000 | #Constraints:     152450
1309.04/1340.83	c #Conflicts:    1389000 | #Constraints:     153450
1309.04/1340.83	c #Conflicts:    1390000 | #Constraints:     154450
1309.04/1340.83	c #Conflicts:    1391000 | #Constraints:     155450
1309.04/1340.83	c #Conflicts:    1392000 | #Constraints:     156450
1309.04/1340.83	c #Conflicts:    1393000 | #Constraints:     157450
1309.04/1340.83	c #Conflicts:    1394000 | #Constraints:     158450
1309.04/1340.83	c #Conflicts:    1395000 | #Constraints:     159450
1309.04/1340.83	c #Conflicts:    1396000 | #Constraints:     160450
1309.04/1340.83	c #Conflicts:    1397000 | #Constraints:     161450
1309.04/1340.83	c #Conflicts:    1398000 | #Constraints:     162450
1309.04/1340.83	c #Conflicts:    1399000 | #Constraints:     163450
1309.04/1340.83	c #Conflicts:    1400000 | #Constraints:     164450
1309.04/1340.83	c #Conflicts:    1401000 | #Constraints:     165450
1309.04/1340.83	c #Conflicts:    1402000 | #Constraints:     166450
1309.04/1340.83	c #Conflicts:    1403000 | #Constraints:     167450
1309.04/1340.83	c #Conflicts:    1404000 | #Constraints:     168450
1309.04/1340.83	c bounds -39 >= -236 @ 1295.79
1312.53/1344.37	c #Conflicts:    1405000 | #Constraints:     169480
1312.53/1344.37	c #Conflicts:    1406000 | #Constraints:     170480
1312.53/1344.37	c #Conflicts:    1407000 | #Constraints:     171480
1312.53/1344.37	c INPROCESSING
1312.53/1344.37	c GARBAGE COLLECT
1312.53/1344.37	c rational objective -236
1337.06/1369.36	c #Conflicts:    1408000 | #Constraints:     128239
1337.06/1369.36	c #Conflicts:    1409000 | #Constraints:     129239
1337.06/1369.36	c #Conflicts:    1410000 | #Constraints:     130239
1337.06/1369.36	c #Conflicts:    1411000 | #Constraints:     131239
1337.06/1369.36	c #Conflicts:    1412000 | #Constraints:     132239
1337.06/1369.36	c #Conflicts:    1413000 | #Constraints:     133239
1337.06/1369.36	c #Conflicts:    1414000 | #Constraints:     134239
1337.06/1369.36	c #Conflicts:    1415000 | #Constraints:     135239
1337.06/1369.36	c #Conflicts:    1416000 | #Constraints:     136239
1337.06/1369.36	c #Conflicts:    1417000 | #Constraints:     137239
1337.06/1369.36	c #Conflicts:    1418000 | #Constraints:     138239
1337.06/1369.36	c #Conflicts:    1419000 | #Constraints:     139239
1337.06/1369.36	c #Conflicts:    1420000 | #Constraints:     140239
1337.06/1369.36	c #Conflicts:    1421000 | #Constraints:     141239
1337.06/1369.36	c #Conflicts:    1422000 | #Constraints:     142239
1337.06/1369.36	c #Conflicts:    1423000 | #Constraints:     143239
1337.06/1369.36	c #Conflicts:    1424000 | #Constraints:     144239
1337.06/1369.36	c #Conflicts:    1425000 | #Constraints:     145239
1337.06/1369.36	c #Conflicts:    1426000 | #Constraints:     146239
1337.06/1369.36	c #Conflicts:    1427000 | #Constraints:     147239
1337.06/1369.36	c #Conflicts:    1428000 | #Constraints:     148239
1337.06/1369.36	c #Conflicts:    1429000 | #Constraints:     149239
1337.06/1369.36	c #Conflicts:    1430000 | #Constraints:     150239
1337.06/1369.36	c #Conflicts:    1431000 | #Constraints:     151239
1337.06/1369.36	c #Conflicts:    1432000 | #Constraints:     152239
1337.06/1369.36	c #Conflicts:    1433000 | #Constraints:     153239
1337.06/1369.36	c #Conflicts:    1434000 | #Constraints:     154239
1337.06/1369.36	c #Conflicts:    1435000 | #Constraints:     155239
1337.06/1369.36	c #Conflicts:    1436000 | #Constraints:     156239
1337.06/1369.36	c #Conflicts:    1437000 | #Constraints:     157239
1337.06/1369.36	c #Conflicts:    1438000 | #Constraints:     158239
1337.06/1369.36	c INPROCESSING
1337.06/1369.36	c GARBAGE COLLECT
1337.06/1369.36	c rational objective -236
1372.69/1405.59	c #Conflicts:    1439000 | #Constraints:     125053
1372.69/1405.59	c #Conflicts:    1440000 | #Constraints:     126053
1372.69/1405.59	c #Conflicts:    1441000 | #Constraints:     127053
1372.69/1405.59	c #Conflicts:    1442000 | #Constraints:     128053
1372.69/1405.59	c #Conflicts:    1443000 | #Constraints:     129053
1372.69/1405.59	c #Conflicts:    1444000 | #Constraints:     130053
1372.69/1405.59	c #Conflicts:    1445000 | #Constraints:     131053
1372.69/1405.59	c #Conflicts:    1446000 | #Constraints:     132053
1372.69/1405.59	c #Conflicts:    1447000 | #Constraints:     133053
1372.69/1405.59	c #Conflicts:    1448000 | #Constraints:     134053
1372.69/1405.59	c #Conflicts:    1449000 | #Constraints:     135053
1372.69/1405.59	c #Conflicts:    1450000 | #Constraints:     136053
1372.69/1405.59	c #Conflicts:    1451000 | #Constraints:     137053
1372.69/1405.59	c #Conflicts:    1452000 | #Constraints:     138053
1372.69/1405.59	c #Conflicts:    1453000 | #Constraints:     139053
1372.69/1405.59	c #Conflicts:    1454000 | #Constraints:     140053
1372.69/1405.59	c #Conflicts:    1455000 | #Constraints:     141053
1372.69/1405.59	c #Conflicts:    1456000 | #Constraints:     142053
1372.69/1405.59	c #Conflicts:    1457000 | #Constraints:     143053
1372.69/1405.59	c #Conflicts:    1458000 | #Constraints:     144053
1372.69/1405.59	c #Conflicts:    1459000 | #Constraints:     145053
1372.69/1405.59	c #Conflicts:    1460000 | #Constraints:     146053
1372.69/1405.59	c #Conflicts:    1461000 | #Constraints:     147053
1372.69/1405.59	c #Conflicts:    1462000 | #Constraints:     148053
1372.69/1405.59	c #Conflicts:    1463000 | #Constraints:     149053
1372.69/1405.59	c #Conflicts:    1464000 | #Constraints:     150053
1372.69/1405.59	c #Conflicts:    1465000 | #Constraints:     151053
1372.69/1405.59	c #Conflicts:    1466000 | #Constraints:     152053
1372.69/1405.59	c #Conflicts:    1467000 | #Constraints:     153053
1372.69/1405.59	c #Conflicts:    1468000 | #Constraints:     154053
1372.69/1405.59	c #Conflicts:    1469000 | #Constraints:     155053
1372.69/1405.59	c #Conflicts:    1470000 | #Constraints:     156053
1372.69/1405.59	c #Conflicts:    1471000 | #Constraints:     157053
1372.69/1405.59	c #Conflicts:    1472000 | #Constraints:     158053
1372.69/1405.59	c #Conflicts:    1473000 | #Constraints:     159053
1372.69/1405.59	c #Conflicts:    1474000 | #Constraints:     160053
1372.69/1405.59	c #Conflicts:    1475000 | #Constraints:     161053
1372.69/1405.59	c #Conflicts:    1476000 | #Constraints:     162053
1372.69/1405.59	c #Conflicts:    1477000 | #Constraints:     163053
1372.69/1405.59	c #Conflicts:    1478000 | #Constraints:     164053
1372.69/1405.59	c bounds -39 >= -235 @ 1358.89
1439.39/1473.10	c #Conflicts:    1479000 | #Constraints:     165125
1439.39/1473.10	c #Conflicts:    1480000 | #Constraints:     166126
1439.39/1473.10	c #Conflicts:    1481000 | #Constraints:     167162
1439.39/1473.10	c #Conflicts:    1482000 | #Constraints:     168194
1439.39/1473.10	c #Conflicts:    1483000 | #Constraints:     169239
1439.39/1473.10	c #Conflicts:    1484000 | #Constraints:     170277
1439.39/1473.10	c #Conflicts:    1485000 | #Constraints:     171315
1439.39/1473.10	c #Conflicts:    1486000 | #Constraints:     172354
1439.39/1473.10	c #Conflicts:    1487000 | #Constraints:     173393
1439.39/1473.10	c #Conflicts:    1488000 | #Constraints:     174436
1439.39/1473.10	c #Conflicts:    1489000 | #Constraints:     175477
1439.39/1473.10	c #Conflicts:    1490000 | #Constraints:     176518
1439.39/1473.10	c #Conflicts:    1491000 | #Constraints:     177564
1439.39/1473.10	c #Conflicts:    1492000 | #Constraints:     178606
1439.39/1473.10	c #Conflicts:    1493000 | #Constraints:     179654
1439.39/1473.10	c #Conflicts:    1494000 | #Constraints:     180688
1439.39/1473.10	c #Conflicts:    1495000 | #Constraints:     181725
1439.39/1473.10	c #Conflicts:    1496000 | #Constraints:     182772
1439.39/1473.10	c #Conflicts:    1497000 | #Constraints:     183820
1439.39/1473.10	c #Conflicts:    1498000 | #Constraints:     184858
1439.39/1473.10	c #Conflicts:    1499000 | #Constraints:     185902
1439.39/1473.10	c #Conflicts:    1500000 | #Constraints:     186931
1439.39/1473.10	c #Conflicts:    1501000 | #Constraints:     187975
1439.39/1473.10	c #Conflicts:    1502000 | #Constraints:     189013
1439.39/1473.10	c #Conflicts:    1503000 | #Constraints:     190051
1439.39/1473.10	c #Conflicts:    1504000 | #Constraints:     191082
1439.39/1473.10	c #Conflicts:    1505000 | #Constraints:     192120
1439.39/1473.10	c #Conflicts:    1506000 | #Constraints:     193157
1439.39/1473.10	c #Conflicts:    1507000 | #Constraints:     194197
1439.39/1473.10	c #Conflicts:    1508000 | #Constraints:     195231
1439.39/1473.10	c #Conflicts:    1509000 | #Constraints:     196267
1439.39/1473.10	c #Conflicts:    1510000 | #Constraints:     197310
1439.39/1473.10	c #Conflicts:    1511000 | #Constraints:     198349
1439.39/1473.10	c #Conflicts:    1512000 | #Constraints:     199395
1439.39/1473.10	c #Conflicts:    1513000 | #Constraints:     200434
1439.39/1473.10	c #Conflicts:    1514000 | #Constraints:     201478
1439.39/1473.10	c #Conflicts:    1515000 | #Constraints:     202522
1439.39/1473.10	c #Conflicts:    1516000 | #Constraints:     203550
1439.39/1473.10	c #Conflicts:    1517000 | #Constraints:     204587
1439.39/1473.10	c #Conflicts:    1518000 | #Constraints:     205624
1439.39/1473.10	c #Conflicts:    1519000 | #Constraints:     206660
1439.39/1473.10	c #Conflicts:    1520000 | #Constraints:     207696
1439.39/1473.10	c #Conflicts:    1521000 | #Constraints:     208732
1439.39/1473.10	c #Conflicts:    1522000 | #Constraints:     209773
1439.39/1473.10	c INPROCESSING
1439.39/1473.10	c GARBAGE COLLECT
1439.39/1473.10	c rational objective -235
1464.89/1498.62	c #Conflicts:    1523000 | #Constraints:     147643
1464.89/1498.62	c #Conflicts:    1524000 | #Constraints:     148643
1464.89/1498.62	c #Conflicts:    1525000 | #Constraints:     149643
1464.89/1498.62	c #Conflicts:    1526000 | #Constraints:     150643
1464.89/1498.62	c #Conflicts:    1527000 | #Constraints:     151643
1464.89/1498.62	c #Conflicts:    1528000 | #Constraints:     152643
1464.89/1498.62	c #Conflicts:    1529000 | #Constraints:     153643
1464.89/1498.62	c #Conflicts:    1530000 | #Constraints:     154643
1464.89/1498.62	c #Conflicts:    1531000 | #Constraints:     155643
1464.89/1498.62	c #Conflicts:    1532000 | #Constraints:     156643
1464.89/1498.62	c #Conflicts:    1533000 | #Constraints:     157643
1464.89/1498.62	c #Conflicts:    1534000 | #Constraints:     158643
1464.89/1498.62	c #Conflicts:    1535000 | #Constraints:     159643
1464.89/1498.62	c #Conflicts:    1536000 | #Constraints:     160643
1464.89/1498.62	c #Conflicts:    1537000 | #Constraints:     161643
1464.89/1498.62	c #Conflicts:    1538000 | #Constraints:     162643
1464.89/1498.62	c #Conflicts:    1539000 | #Constraints:     163643
1464.89/1498.62	c #Conflicts:    1540000 | #Constraints:     164643
1464.89/1498.62	c #Conflicts:    1541000 | #Constraints:     165643
1464.89/1498.62	c #Conflicts:    1542000 | #Constraints:     166643
1464.89/1498.62	c #Conflicts:    1543000 | #Constraints:     167643
1464.89/1498.62	c #Conflicts:    1544000 | #Constraints:     168643
1464.89/1498.62	c #Conflicts:    1545000 | #Constraints:     169643
1464.89/1498.62	c #Conflicts:    1546000 | #Constraints:     170643
1464.89/1498.62	c #Conflicts:    1547000 | #Constraints:     171643
1464.89/1498.62	c bounds -39 >= -234 @ 1450.43
1471.57/1505.42	c #Conflicts:    1548000 | #Constraints:     172676
1471.57/1505.42	c #Conflicts:    1549000 | #Constraints:     173676
1471.57/1505.42	c #Conflicts:    1550000 | #Constraints:     174676
1471.57/1505.42	c #Conflicts:    1551000 | #Constraints:     175676
1471.57/1505.42	c #Conflicts:    1552000 | #Constraints:     176676
1471.57/1505.42	c #Conflicts:    1553000 | #Constraints:     177676
1471.57/1505.42	c #Conflicts:    1554000 | #Constraints:     178676
1471.57/1505.42	c INPROCESSING
1471.57/1505.42	c GARBAGE COLLECT
1471.57/1505.42	c rational objective -234
1492.12/1526.10	c #Conflicts:    1555000 | #Constraints:     132634
1492.12/1526.10	c #Conflicts:    1556000 | #Constraints:     133634
1492.12/1526.10	c #Conflicts:    1557000 | #Constraints:     134634
1492.12/1526.10	c #Conflicts:    1558000 | #Constraints:     135634
1492.12/1526.10	c #Conflicts:    1559000 | #Constraints:     136634
1492.12/1526.10	c #Conflicts:    1560000 | #Constraints:     137634
1492.12/1526.10	c #Conflicts:    1561000 | #Constraints:     138634
1492.12/1526.10	c #Conflicts:    1562000 | #Constraints:     139634
1492.12/1526.10	c #Conflicts:    1563000 | #Constraints:     140634
1492.12/1526.10	c #Conflicts:    1564000 | #Constraints:     141634
1492.12/1526.10	c #Conflicts:    1565000 | #Constraints:     142634
1492.12/1526.10	c #Conflicts:    1566000 | #Constraints:     143634
1492.12/1526.10	c #Conflicts:    1567000 | #Constraints:     144634
1492.12/1526.10	c #Conflicts:    1568000 | #Constraints:     145634
1492.12/1526.10	c #Conflicts:    1569000 | #Constraints:     146634
1492.12/1526.10	c #Conflicts:    1570000 | #Constraints:     147634
1492.12/1526.10	c #Conflicts:    1571000 | #Constraints:     148634
1492.12/1526.10	c #Conflicts:    1572000 | #Constraints:     149634
1492.12/1526.10	c #Conflicts:    1573000 | #Constraints:     150634
1492.12/1526.10	c #Conflicts:    1574000 | #Constraints:     151634
1492.12/1526.10	c #Conflicts:    1575000 | #Constraints:     152634
1492.12/1526.10	c #Conflicts:    1576000 | #Constraints:     153634
1492.12/1526.10	c #Conflicts:    1577000 | #Constraints:     154634
1492.12/1526.10	c #Conflicts:    1578000 | #Constraints:     155634
1492.12/1526.10	c bounds -39 >= -233 @ 1477.43
1498.52/1532.55	c #Conflicts:    1579000 | #Constraints:     156688
1498.52/1532.55	c #Conflicts:    1580000 | #Constraints:     157688
1498.52/1532.55	c #Conflicts:    1581000 | #Constraints:     158688
1498.52/1532.55	c #Conflicts:    1582000 | #Constraints:     159688
1498.52/1532.55	c #Conflicts:    1583000 | #Constraints:     160688
1498.52/1532.55	c #Conflicts:    1584000 | #Constraints:     161688
1498.52/1532.55	c #Conflicts:    1585000 | #Constraints:     162688
1498.52/1532.55	c #Conflicts:    1586000 | #Constraints:     163688
1498.52/1532.55	c INPROCESSING
1498.52/1532.55	c GARBAGE COLLECT
1498.52/1532.55	c rational objective -233
1537.71/1571.93	c #Conflicts:    1587000 | #Constraints:     128538
1537.71/1571.93	c #Conflicts:    1588000 | #Constraints:     129538
1537.71/1571.93	c #Conflicts:    1589000 | #Constraints:     130538
1537.71/1571.93	c #Conflicts:    1590000 | #Constraints:     131538
1537.71/1571.93	c #Conflicts:    1591000 | #Constraints:     132538
1537.71/1571.93	c #Conflicts:    1592000 | #Constraints:     133538
1537.71/1571.93	c #Conflicts:    1593000 | #Constraints:     134538
1537.71/1571.93	c #Conflicts:    1594000 | #Constraints:     135538
1537.71/1571.93	c #Conflicts:    1595000 | #Constraints:     136538
1537.71/1571.93	c #Conflicts:    1596000 | #Constraints:     137538
1537.71/1571.93	c #Conflicts:    1597000 | #Constraints:     138538
1537.71/1571.93	c #Conflicts:    1598000 | #Constraints:     139538
1537.71/1571.93	c #Conflicts:    1599000 | #Constraints:     140538
1537.71/1571.93	c #Conflicts:    1600000 | #Constraints:     141538
1537.71/1571.93	c #Conflicts:    1601000 | #Constraints:     142538
1537.71/1571.93	c #Conflicts:    1602000 | #Constraints:     143538
1537.71/1571.93	c #Conflicts:    1603000 | #Constraints:     144538
1537.71/1571.93	c #Conflicts:    1604000 | #Constraints:     145538
1537.71/1571.93	c #Conflicts:    1605000 | #Constraints:     146538
1537.71/1571.93	c #Conflicts:    1606000 | #Constraints:     147538
1537.71/1571.93	c #Conflicts:    1607000 | #Constraints:     148538
1537.71/1571.93	c #Conflicts:    1608000 | #Constraints:     149538
1537.71/1571.93	c #Conflicts:    1609000 | #Constraints:     150538
1537.71/1571.93	c #Conflicts:    1610000 | #Constraints:     151538
1537.71/1571.93	c #Conflicts:    1611000 | #Constraints:     152538
1537.71/1571.93	c #Conflicts:    1612000 | #Constraints:     153538
1537.71/1571.93	c #Conflicts:    1613000 | #Constraints:     154538
1537.71/1571.93	c #Conflicts:    1614000 | #Constraints:     155538
1537.71/1571.93	c #Conflicts:    1615000 | #Constraints:     156538
1537.71/1571.93	c #Conflicts:    1616000 | #Constraints:     157538
1537.71/1571.93	c #Conflicts:    1617000 | #Constraints:     158538
1537.71/1571.93	c #Conflicts:    1618000 | #Constraints:     159538
1537.71/1571.93	c #Conflicts:    1619000 | #Constraints:     160538
1537.71/1571.93	c #Conflicts:    1620000 | #Constraints:     161538
1537.71/1571.93	c #Conflicts:    1621000 | #Constraints:     162538
1537.71/1571.93	c #Conflicts:    1622000 | #Constraints:     163538
1537.71/1571.93	c #Conflicts:    1623000 | #Constraints:     164538
1537.71/1571.93	c #Conflicts:    1624000 | #Constraints:     165538
1537.71/1571.93	c #Conflicts:    1625000 | #Constraints:     166538
1537.71/1571.93	c #Conflicts:    1626000 | #Constraints:     167538
1537.71/1571.93	c #Conflicts:    1627000 | #Constraints:     168538
1537.71/1571.93	c #Conflicts:    1628000 | #Constraints:     169538
1537.71/1571.93	c #Conflicts:    1629000 | #Constraints:     170538
1537.71/1571.93	c #Conflicts:    1630000 | #Constraints:     171538
1537.71/1571.93	c #Conflicts:    1631000 | #Constraints:     172538
1537.71/1571.93	c bounds -39 >= -232 @ 1522.48
1595.46/1629.91	c #Conflicts:    1632000 | #Constraints:     173607
1595.46/1629.91	c #Conflicts:    1633000 | #Constraints:     174607
1595.46/1629.91	c #Conflicts:    1634000 | #Constraints:     175607
1595.46/1629.91	c #Conflicts:    1635000 | #Constraints:     176607
1595.46/1629.91	c #Conflicts:    1636000 | #Constraints:     177607
1595.46/1629.91	c #Conflicts:    1637000 | #Constraints:     178607
1595.46/1629.91	c #Conflicts:    1638000 | #Constraints:     179607
1595.46/1629.91	c #Conflicts:    1639000 | #Constraints:     180607
1595.46/1629.91	c #Conflicts:    1640000 | #Constraints:     181607
1595.46/1629.91	c #Conflicts:    1641000 | #Constraints:     182607
1595.46/1629.91	c #Conflicts:    1642000 | #Constraints:     183607
1595.46/1629.91	c #Conflicts:    1643000 | #Constraints:     184607
1595.46/1629.91	c #Conflicts:    1644000 | #Constraints:     185607
1595.46/1629.91	c #Conflicts:    1645000 | #Constraints:     186607
1595.46/1629.91	c #Conflicts:    1646000 | #Constraints:     187607
1595.46/1629.91	c #Conflicts:    1647000 | #Constraints:     188607
1595.46/1629.91	c #Conflicts:    1648000 | #Constraints:     189607
1595.46/1629.91	c #Conflicts:    1649000 | #Constraints:     190607
1595.46/1629.91	c #Conflicts:    1650000 | #Constraints:     191607
1595.46/1629.91	c #Conflicts:    1651000 | #Constraints:     192607
1595.46/1629.92	c #Conflicts:    1652000 | #Constraints:     193607
1595.46/1629.92	c #Conflicts:    1653000 | #Constraints:     194607
1595.46/1629.92	c #Conflicts:    1654000 | #Constraints:     195607
1595.46/1629.92	c #Conflicts:    1655000 | #Constraints:     196607
1595.46/1629.92	c #Conflicts:    1656000 | #Constraints:     197607
1595.46/1629.92	c #Conflicts:    1657000 | #Constraints:     198607
1595.46/1629.92	c #Conflicts:    1658000 | #Constraints:     199607
1595.46/1629.92	c #Conflicts:    1659000 | #Constraints:     200607
1595.46/1629.92	c #Conflicts:    1660000 | #Constraints:     201607
1595.46/1629.92	c #Conflicts:    1661000 | #Constraints:     202607
1595.46/1629.92	c #Conflicts:    1662000 | #Constraints:     203607
1595.46/1629.92	c #Conflicts:    1663000 | #Constraints:     204607
1595.46/1629.92	c #Conflicts:    1664000 | #Constraints:     205607
1595.46/1629.92	c #Conflicts:    1665000 | #Constraints:     206607
1595.46/1629.92	c #Conflicts:    1666000 | #Constraints:     207607
1595.46/1629.92	c #Conflicts:    1667000 | #Constraints:     208607
1595.46/1629.92	c #Conflicts:    1668000 | #Constraints:     209607
1595.46/1629.92	c #Conflicts:    1669000 | #Constraints:     210607
1595.46/1629.92	c #Conflicts:    1670000 | #Constraints:     211607
1595.46/1629.92	c #Conflicts:    1671000 | #Constraints:     212607
1595.46/1629.92	c #Conflicts:    1672000 | #Constraints:     213607
1595.46/1629.92	c #Conflicts:    1673000 | #Constraints:     214607
1595.46/1629.92	c #Conflicts:    1674000 | #Constraints:     215607
1595.46/1629.92	c INPROCESSING
1595.46/1629.92	c GARBAGE COLLECT
1595.46/1629.92	c rational objective -232
1626.12/1660.79	c #Conflicts:    1675000 | #Constraints:     150662
1626.12/1660.79	c #Conflicts:    1676000 | #Constraints:     151662
1626.12/1660.79	c #Conflicts:    1677000 | #Constraints:     152662
1626.12/1660.79	c #Conflicts:    1678000 | #Constraints:     153662
1626.12/1660.79	c #Conflicts:    1679000 | #Constraints:     154662
1626.12/1660.79	c #Conflicts:    1680000 | #Constraints:     155662
1626.12/1660.79	c #Conflicts:    1681000 | #Constraints:     156662
1626.12/1660.79	c #Conflicts:    1682000 | #Constraints:     157662
1626.12/1660.79	c #Conflicts:    1683000 | #Constraints:     158662
1626.12/1660.79	c #Conflicts:    1684000 | #Constraints:     159662
1626.12/1660.79	c #Conflicts:    1685000 | #Constraints:     160662
1626.12/1660.79	c #Conflicts:    1686000 | #Constraints:     161662
1626.12/1660.79	c #Conflicts:    1687000 | #Constraints:     162662
1626.12/1660.79	c #Conflicts:    1688000 | #Constraints:     163662
1626.12/1660.79	c #Conflicts:    1689000 | #Constraints:     164662
1626.12/1660.79	c #Conflicts:    1690000 | #Constraints:     165662
1626.12/1660.79	c #Conflicts:    1691000 | #Constraints:     166662
1626.12/1660.79	c #Conflicts:    1692000 | #Constraints:     167662
1626.12/1660.79	c #Conflicts:    1693000 | #Constraints:     168662
1626.12/1660.79	c #Conflicts:    1694000 | #Constraints:     169662
1626.12/1660.79	c #Conflicts:    1695000 | #Constraints:     170662
1626.12/1660.79	c #Conflicts:    1696000 | #Constraints:     171662
1626.12/1660.79	c #Conflicts:    1697000 | #Constraints:     172662
1626.12/1660.79	c #Conflicts:    1698000 | #Constraints:     173662
1626.12/1660.79	c #Conflicts:    1699000 | #Constraints:     174662
1626.12/1660.79	c #Conflicts:    1700000 | #Constraints:     175662
1626.12/1660.79	c #Conflicts:    1701000 | #Constraints:     176662
1626.12/1660.79	c #Conflicts:    1702000 | #Constraints:     177662
1626.12/1660.79	c #Conflicts:    1703000 | #Constraints:     178662
1626.12/1660.79	c #Conflicts:    1704000 | #Constraints:     179662
1626.12/1660.79	c #Conflicts:    1705000 | #Constraints:     180662
1626.12/1660.79	c #Conflicts:    1706000 | #Constraints:     181662
1626.12/1660.79	c #Conflicts:    1707000 | #Constraints:     182662
1626.12/1660.79	c INPROCESSING
1626.12/1660.79	c GARBAGE COLLECT
1626.12/1660.79	c rational objective -232
1635.80/1670.68	c #Conflicts:    1708000 | #Constraints:     134497
1635.80/1670.68	c #Conflicts:    1709000 | #Constraints:     135497
1635.80/1670.68	c #Conflicts:    1710000 | #Constraints:     136497
1635.80/1670.68	c #Conflicts:    1711000 | #Constraints:     137497
1635.80/1670.68	c #Conflicts:    1712000 | #Constraints:     138497
1635.80/1670.68	c #Conflicts:    1713000 | #Constraints:     139497
1635.80/1670.68	c #Conflicts:    1714000 | #Constraints:     140497
1635.80/1670.68	c #Conflicts:    1715000 | #Constraints:     141497
1635.80/1670.68	c #Conflicts:    1716000 | #Constraints:     142497
1635.80/1670.68	c #Conflicts:    1717000 | #Constraints:     143497
1635.80/1670.68	c #Conflicts:    1718000 | #Constraints:     144497
1635.80/1670.68	c #Conflicts:    1719000 | #Constraints:     145497
1635.80/1670.68	c #Conflicts:    1720000 | #Constraints:     146497
1635.80/1670.68	c bounds -39 >= -231 @ 1619.78
1724.43/1760.19	c #Conflicts:    1721000 | #Constraints:     147551
1724.43/1760.19	c #Conflicts:    1722000 | #Constraints:     148551
1724.43/1760.19	c #Conflicts:    1723000 | #Constraints:     149551
1724.43/1760.19	c #Conflicts:    1724000 | #Constraints:     150551
1724.43/1760.19	c #Conflicts:    1725000 | #Constraints:     151551
1724.43/1760.19	c #Conflicts:    1726000 | #Constraints:     152551
1724.43/1760.19	c #Conflicts:    1727000 | #Constraints:     153551
1724.43/1760.19	c #Conflicts:    1728000 | #Constraints:     154551
1724.43/1760.19	c #Conflicts:    1729000 | #Constraints:     155551
1724.43/1760.19	c #Conflicts:    1730000 | #Constraints:     156551
1724.43/1760.19	c #Conflicts:    1731000 | #Constraints:     157551
1724.43/1760.19	c #Conflicts:    1732000 | #Constraints:     158551
1724.43/1760.19	c #Conflicts:    1733000 | #Constraints:     159551
1724.43/1760.19	c #Conflicts:    1734000 | #Constraints:     160551
1724.43/1760.19	c #Conflicts:    1735000 | #Constraints:     161551
1724.43/1760.19	c #Conflicts:    1736000 | #Constraints:     162551
1724.43/1760.19	c #Conflicts:    1737000 | #Constraints:     163551
1724.43/1760.19	c #Conflicts:    1738000 | #Constraints:     164551
1724.43/1760.19	c #Conflicts:    1739000 | #Constraints:     165551
1724.43/1760.19	c #Conflicts:    1740000 | #Constraints:     166551
1724.43/1760.19	c #Conflicts:    1741000 | #Constraints:     167551
1724.43/1760.19	c #Conflicts:    1742000 | #Constraints:     168551
1724.43/1760.19	c #Conflicts:    1743000 | #Constraints:     169551
1724.43/1760.19	c #Conflicts:    1744000 | #Constraints:     170551
1724.43/1760.19	c #Conflicts:    1745000 | #Constraints:     171551
1724.43/1760.19	c #Conflicts:    1746000 | #Constraints:     172551
1724.43/1760.19	c #Conflicts:    1747000 | #Constraints:     173551
1724.43/1760.19	c #Conflicts:    1748000 | #Constraints:     174551
1724.43/1760.19	c #Conflicts:    1749000 | #Constraints:     175551
1724.43/1760.19	c #Conflicts:    1750000 | #Constraints:     176551
1724.43/1760.19	c #Conflicts:    1751000 | #Constraints:     177551
1724.43/1760.19	c #Conflicts:    1752000 | #Constraints:     178551
1724.43/1760.19	c #Conflicts:    1753000 | #Constraints:     179551
1724.43/1760.19	c #Conflicts:    1754000 | #Constraints:     180551
1724.43/1760.19	c #Conflicts:    1755000 | #Constraints:     181551
1724.43/1760.19	c #Conflicts:    1756000 | #Constraints:     182551
1724.43/1760.19	c #Conflicts:    1757000 | #Constraints:     183551
1724.43/1760.19	c #Conflicts:    1758000 | #Constraints:     184551
1724.43/1760.19	c #Conflicts:    1759000 | #Constraints:     185551
1724.43/1760.19	c #Conflicts:    1760000 | #Constraints:     186551
1724.43/1760.19	c #Conflicts:    1761000 | #Constraints:     187551
1724.43/1760.19	c #Conflicts:    1762000 | #Constraints:     188551
1724.43/1760.19	c #Conflicts:    1763000 | #Constraints:     189551
1724.43/1760.19	c #Conflicts:    1764000 | #Constraints:     190551
1724.43/1760.19	c #Conflicts:    1765000 | #Constraints:     191551
1724.43/1760.19	c #Conflicts:    1766000 | #Constraints:     192551
1724.43/1760.19	c #Conflicts:    1767000 | #Constraints:     193551
1724.43/1760.19	c #Conflicts:    1768000 | #Constraints:     194551
1724.43/1760.19	c #Conflicts:    1769000 | #Constraints:     195551
1724.43/1760.19	c #Conflicts:    1770000 | #Constraints:     196551
1724.43/1760.19	c #Conflicts:    1771000 | #Constraints:     197551
1724.43/1760.19	c #Conflicts:    1772000 | #Constraints:     198551
1724.43/1760.19	c #Conflicts:    1773000 | #Constraints:     199551
1724.43/1760.19	c #Conflicts:    1774000 | #Constraints:     200551
1724.43/1760.19	c #Conflicts:    1775000 | #Constraints:     201551
1724.43/1760.19	c #Conflicts:    1776000 | #Constraints:     202551
1724.43/1760.19	c #Conflicts:    1777000 | #Constraints:     203551
1724.43/1760.19	c #Conflicts:    1778000 | #Constraints:     204551
1724.43/1760.19	c #Conflicts:    1779000 | #Constraints:     205551
1724.43/1760.19	c #Conflicts:    1780000 | #Constraints:     206551
1724.43/1760.19	c #Conflicts:    1781000 | #Constraints:     207551
1724.43/1760.19	c #Conflicts:    1782000 | #Constraints:     208551
1724.43/1760.19	c #Conflicts:    1783000 | #Constraints:     209551
1724.43/1760.19	c #Conflicts:    1784000 | #Constraints:     210551
1724.43/1760.19	c #Conflicts:    1785000 | #Constraints:     211551
1724.43/1760.19	c #Conflicts:    1786000 | #Constraints:     212551
1724.43/1760.19	c #Conflicts:    1787000 | #Constraints:     213551
1724.43/1760.19	c #Conflicts:    1788000 | #Constraints:     214551
1724.43/1760.19	c #Conflicts:    1789000 | #Constraints:     215551
1724.43/1760.19	c #Conflicts:    1790000 | #Constraints:     216551
1724.43/1760.19	c #Conflicts:    1791000 | #Constraints:     217551
1724.43/1760.19	c #Conflicts:    1792000 | #Constraints:     218551
1724.43/1760.19	c #Conflicts:    1793000 | #Constraints:     219551
1724.43/1760.19	c #Conflicts:    1794000 | #Constraints:     220551
1724.43/1760.19	c #Conflicts:    1795000 | #Constraints:     221551
1724.43/1760.19	c #Conflicts:    1796000 | #Constraints:     222551
1724.43/1760.19	c #Conflicts:    1797000 | #Constraints:     223551
1724.43/1760.19	c #Conflicts:    1798000 | #Constraints:     224551
1724.43/1760.19	c bounds -39 >= -230 @ 1707.69
1724.81/1760.56	c INPROCESSING
1724.81/1760.56	c GARBAGE COLLECT
1724.81/1760.56	c rational objective -230
1725.43/1761.16	c bounds -40 >= -230 @ 1708.65
1766.25/1802.26	c #Conflicts:    1799000 | #Constraints:     154778
1766.25/1802.26	c #Conflicts:    1800000 | #Constraints:     155819
1766.25/1802.26	c #Conflicts:    1801000 | #Constraints:     156857
1766.25/1802.26	c #Conflicts:    1802000 | #Constraints:     157909
1766.25/1802.26	c #Conflicts:    1803000 | #Constraints:     158940
1766.25/1802.26	c #Conflicts:    1804000 | #Constraints:     159977
1766.25/1802.26	c #Conflicts:    1805000 | #Constraints:     161005
1766.25/1802.26	c #Conflicts:    1806000 | #Constraints:     162043
1766.25/1802.26	c #Conflicts:    1807000 | #Constraints:     163086
1766.25/1802.26	c #Conflicts:    1808000 | #Constraints:     164128
1766.25/1802.26	c #Conflicts:    1809000 | #Constraints:     165159
1766.25/1802.26	c #Conflicts:    1810000 | #Constraints:     166192
1766.25/1802.26	c #Conflicts:    1811000 | #Constraints:     167222
1766.25/1802.26	c #Conflicts:    1812000 | #Constraints:     168256
1766.25/1802.26	c #Conflicts:    1813000 | #Constraints:     169281
1766.25/1802.26	c #Conflicts:    1814000 | #Constraints:     170314
1766.25/1802.26	c #Conflicts:    1815000 | #Constraints:     171351
1766.25/1802.26	c #Conflicts:    1816000 | #Constraints:     172403
1766.25/1802.26	c #Conflicts:    1817000 | #Constraints:     173442
1766.25/1802.26	c #Conflicts:    1818000 | #Constraints:     174473
1766.25/1802.26	c #Conflicts:    1819000 | #Constraints:     175507
1766.25/1802.26	c #Conflicts:    1820000 | #Constraints:     176548
1766.25/1802.26	c #Conflicts:    1821000 | #Constraints:     177578
1766.25/1802.26	c #Conflicts:    1822000 | #Constraints:     178604
1766.25/1802.26	c #Conflicts:    1823000 | #Constraints:     179633
1766.25/1802.26	c #Conflicts:    1824000 | #Constraints:     180667
1766.25/1802.26	c #Conflicts:    1825000 | #Constraints:     181709
1766.25/1802.26	c #Conflicts:    1826000 | #Constraints:     182744
1766.25/1802.26	c #Conflicts:    1827000 | #Constraints:     183788
1766.25/1802.26	c #Conflicts:    1828000 | #Constraints:     184823
1766.25/1802.26	c #Conflicts:    1829000 | #Constraints:     185871
1766.25/1802.26	c #Conflicts:    1830000 | #Constraints:     186911
1766.25/1802.26	c #Conflicts:    1831000 | #Constraints:     187952
1766.25/1802.26	c #Conflicts:    1832000 | #Constraints:     188987
1766.25/1802.26	c #Conflicts:    1833000 | #Constraints:     190029
1766.25/1802.26	c INPROCESSING
1766.25/1802.26	c GARBAGE COLLECT
1766.25/1802.26	c rational objective -230
1853.43/1890.25	c #Conflicts:    1834000 | #Constraints:     138229
1853.43/1890.25	c #Conflicts:    1835000 | #Constraints:     139229
1853.43/1890.25	c #Conflicts:    1836000 | #Constraints:     140229
1853.43/1890.25	c #Conflicts:    1837000 | #Constraints:     141229
1853.43/1890.25	c #Conflicts:    1838000 | #Constraints:     142229
1853.43/1890.25	c #Conflicts:    1839000 | #Constraints:     143229
1853.43/1890.25	c #Conflicts:    1840000 | #Constraints:     144229
1853.43/1890.25	c #Conflicts:    1841000 | #Constraints:     145229
1853.43/1890.25	c #Conflicts:    1842000 | #Constraints:     146229
1853.43/1890.25	c #Conflicts:    1843000 | #Constraints:     147229
1853.43/1890.25	c #Conflicts:    1844000 | #Constraints:     148229
1853.43/1890.25	c #Conflicts:    1845000 | #Constraints:     149229
1853.43/1890.25	c #Conflicts:    1846000 | #Constraints:     150229
1853.43/1890.25	c #Conflicts:    1847000 | #Constraints:     151229
1853.43/1890.25	c #Conflicts:    1848000 | #Constraints:     152229
1853.43/1890.25	c #Conflicts:    1849000 | #Constraints:     153229
1853.43/1890.25	c #Conflicts:    1850000 | #Constraints:     154229
1853.43/1890.25	c #Conflicts:    1851000 | #Constraints:     155229
1853.43/1890.25	c #Conflicts:    1852000 | #Constraints:     156229
1853.43/1890.25	c #Conflicts:    1853000 | #Constraints:     157229
1853.43/1890.25	c #Conflicts:    1854000 | #Constraints:     158229
1853.43/1890.25	c #Conflicts:    1855000 | #Constraints:     159229
1853.43/1890.25	c #Conflicts:    1856000 | #Constraints:     160229
1853.43/1890.25	c #Conflicts:    1857000 | #Constraints:     161229
1853.43/1890.25	c #Conflicts:    1858000 | #Constraints:     162229
1853.43/1890.25	c #Conflicts:    1859000 | #Constraints:     163229
1853.43/1890.25	c #Conflicts:    1860000 | #Constraints:     164229
1853.43/1890.25	c #Conflicts:    1861000 | #Constraints:     165229
1853.43/1890.25	c #Conflicts:    1862000 | #Constraints:     166229
1853.43/1890.25	c #Conflicts:    1863000 | #Constraints:     167229
1853.43/1890.25	c #Conflicts:    1864000 | #Constraints:     168229
1853.43/1890.25	c #Conflicts:    1865000 | #Constraints:     169229
1853.43/1890.25	c #Conflicts:    1866000 | #Constraints:     170229
1853.43/1890.25	c #Conflicts:    1867000 | #Constraints:     171229
1853.43/1890.25	c #Conflicts:    1868000 | #Constraints:     172229
1853.43/1890.25	c #Conflicts:    1869000 | #Constraints:     173229
1853.43/1890.25	c #Conflicts:    1870000 | #Constraints:     174229
1853.43/1890.25	c #Conflicts:    1871000 | #Constraints:     175229
1853.43/1890.25	c #Conflicts:    1872000 | #Constraints:     176229
1853.43/1890.25	c #Conflicts:    1873000 | #Constraints:     177229
1853.43/1890.25	c #Conflicts:    1874000 | #Constraints:     178229
1853.43/1890.25	c #Conflicts:    1875000 | #Constraints:     179229
1853.43/1890.25	c #Conflicts:    1876000 | #Constraints:     180229
1853.43/1890.25	c #Conflicts:    1877000 | #Constraints:     181229
1853.43/1890.25	c #Conflicts:    1878000 | #Constraints:     182229
1853.43/1890.25	c #Conflicts:    1879000 | #Constraints:     183229
1853.43/1890.25	c #Conflicts:    1880000 | #Constraints:     184229
1853.43/1890.25	c #Conflicts:    1881000 | #Constraints:     185229
1853.43/1890.25	c #Conflicts:    1882000 | #Constraints:     186229
1853.43/1890.25	c #Conflicts:    1883000 | #Constraints:     187229
1853.43/1890.25	c #Conflicts:    1884000 | #Constraints:     188229
1853.43/1890.25	c #Conflicts:    1885000 | #Constraints:     189229
1853.43/1890.25	c #Conflicts:    1886000 | #Constraints:     190229
1853.43/1890.25	c #Conflicts:    1887000 | #Constraints:     191229
1853.43/1890.25	c #Conflicts:    1888000 | #Constraints:     192229
1853.43/1890.25	c #Conflicts:    1889000 | #Constraints:     193229
1853.43/1890.25	c #Conflicts:    1890000 | #Constraints:     194229
1853.43/1890.25	c #Conflicts:    1891000 | #Constraints:     195229
1853.43/1890.25	c #Conflicts:    1892000 | #Constraints:     196229
1853.43/1890.25	c #Conflicts:    1893000 | #Constraints:     197229
1853.43/1890.25	c #Conflicts:    1894000 | #Constraints:     198229
1853.43/1890.25	c #Conflicts:    1895000 | #Constraints:     199229
1853.43/1890.25	c #Conflicts:    1896000 | #Constraints:     200229
1853.43/1890.25	c #Conflicts:    1897000 | #Constraints:     201229
1853.43/1890.25	c #Conflicts:    1898000 | #Constraints:     202229
1853.43/1890.25	c #Conflicts:    1899000 | #Constraints:     203229
1853.43/1890.25	c #Conflicts:    1900000 | #Constraints:     204229
1853.43/1890.25	c #Conflicts:    1901000 | #Constraints:     205229
1853.43/1890.25	c #Conflicts:    1902000 | #Constraints:     206229
1853.43/1890.25	c #Conflicts:    1903000 | #Constraints:     207229
1853.43/1890.25	c #Conflicts:    1904000 | #Constraints:     208229
1853.43/1890.25	c #Conflicts:    1905000 | #Constraints:     209229
1853.43/1890.25	c #Conflicts:    1906000 | #Constraints:     210229
1853.43/1890.25	c #Conflicts:    1907000 | #Constraints:     211229
1853.43/1890.25	c #Conflicts:    1908000 | #Constraints:     212229
1853.43/1890.25	c #Conflicts:    1909000 | #Constraints:     213229
1853.43/1890.25	c #Conflicts:    1910000 | #Constraints:     214229
1853.43/1890.25	c #Conflicts:    1911000 | #Constraints:     215229
1853.43/1890.25	c #Conflicts:    1912000 | #Constraints:     216229
1877.87/1914.85	c #Conflicts:    1913000 | #Constraints:     217229
1877.87/1914.85	c #Conflicts:    1914000 | #Constraints:     218229
1877.87/1914.85	c #Conflicts:    1915000 | #Constraints:     219229
1877.87/1914.85	c #Conflicts:    1916000 | #Constraints:     220229
1877.87/1914.85	c #Conflicts:    1917000 | #Constraints:     221229
1877.87/1914.85	c #Conflicts:    1918000 | #Constraints:     222229
1877.87/1914.85	c #Conflicts:    1919000 | #Constraints:     223229
1877.87/1914.85	c #Conflicts:    1920000 | #Constraints:     224229
1877.87/1914.85	c #Conflicts:    1921000 | #Constraints:     225229
1877.87/1914.85	c #Conflicts:    1922000 | #Constraints:     226229
1877.87/1914.85	c #Conflicts:    1923000 | #Constraints:     227229
1877.87/1914.85	c #Conflicts:    1924000 | #Constraints:     228229
1877.87/1914.85	c #Conflicts:    1925000 | #Constraints:     229229
1877.87/1914.85	c #Conflicts:    1926000 | #Constraints:     230229
1877.87/1914.85	c #Conflicts:    1927000 | #Constraints:     231229
1877.87/1914.85	c INPROCESSING
1877.87/1914.85	c GARBAGE COLLECT
1877.87/1914.85	c rational objective -230
1922.02/1959.12	c #Conflicts:    1928000 | #Constraints:     158786
1922.02/1959.12	c #Conflicts:    1929000 | #Constraints:     159813
1922.02/1959.12	c #Conflicts:    1930000 | #Constraints:     160842
1922.02/1959.12	c #Conflicts:    1931000 | #Constraints:     161871
1922.02/1959.12	c #Conflicts:    1932000 | #Constraints:     162915
1922.02/1959.12	c #Conflicts:    1933000 | #Constraints:     163951
1922.02/1959.12	c #Conflicts:    1934000 | #Constraints:     164991
1922.02/1959.12	c #Conflicts:    1935000 | #Constraints:     166041
1922.02/1959.12	c #Conflicts:    1936000 | #Constraints:     167075
1922.02/1959.12	c #Conflicts:    1937000 | #Constraints:     168109
1922.02/1959.12	c #Conflicts:    1938000 | #Constraints:     169135
1922.02/1959.12	c #Conflicts:    1939000 | #Constraints:     170162
1922.02/1959.12	c #Conflicts:    1940000 | #Constraints:     171197
1922.02/1959.12	c #Conflicts:    1941000 | #Constraints:     172230
1922.02/1959.12	c #Conflicts:    1942000 | #Constraints:     173250
1922.02/1959.12	c #Conflicts:    1943000 | #Constraints:     174288
1922.02/1959.12	c #Conflicts:    1944000 | #Constraints:     175319
1922.02/1959.12	c #Conflicts:    1945000 | #Constraints:     176356
1922.02/1959.12	c #Conflicts:    1946000 | #Constraints:     177391
1922.02/1959.12	c #Conflicts:    1947000 | #Constraints:     178418
1922.02/1959.12	c #Conflicts:    1948000 | #Constraints:     179439
1922.02/1959.12	c #Conflicts:    1949000 | #Constraints:     180472
1922.02/1959.12	c #Conflicts:    1950000 | #Constraints:     181496
1922.02/1959.12	c #Conflicts:    1951000 | #Constraints:     182524
1922.02/1959.12	c #Conflicts:    1952000 | #Constraints:     183552
1922.02/1959.12	c #Conflicts:    1953000 | #Constraints:     184588
1922.02/1959.12	c #Conflicts:    1954000 | #Constraints:     185625
1922.02/1959.12	c #Conflicts:    1955000 | #Constraints:     186672
1922.02/1959.12	c #Conflicts:    1956000 | #Constraints:     187712
1922.02/1959.12	c #Conflicts:    1957000 | #Constraints:     188754
1922.02/1959.12	c #Conflicts:    1958000 | #Constraints:     189793
1922.02/1959.12	c #Conflicts:    1959000 | #Constraints:     190832
1922.02/1959.12	c #Conflicts:    1960000 | #Constraints:     191867
1922.02/1959.12	c #Conflicts:    1961000 | #Constraints:     192904
1922.02/1959.12	c #Conflicts:    1962000 | #Constraints:     193933
1922.02/1959.12	c #Conflicts:    1963000 | #Constraints:     194972
1922.02/1959.12	c INPROCESSING
1922.02/1959.12	c GARBAGE COLLECT
1922.02/1959.12	c rational objective -230
1994.77/2032.31	c #Conflicts:    1964000 | #Constraints:     140644
1994.77/2032.31	c #Conflicts:    1965000 | #Constraints:     141644
1994.77/2032.31	c #Conflicts:    1966000 | #Constraints:     142644
1994.77/2032.31	c #Conflicts:    1967000 | #Constraints:     143644
1994.77/2032.31	c #Conflicts:    1968000 | #Constraints:     144644
1994.77/2032.31	c #Conflicts:    1969000 | #Constraints:     145644
1994.77/2032.31	c #Conflicts:    1970000 | #Constraints:     146644
1994.77/2032.31	c #Conflicts:    1971000 | #Constraints:     147644
1994.77/2032.31	c #Conflicts:    1972000 | #Constraints:     148644
1994.77/2032.31	c #Conflicts:    1973000 | #Constraints:     149644
1994.77/2032.31	c #Conflicts:    1974000 | #Constraints:     150644
1994.77/2032.31	c #Conflicts:    1975000 | #Constraints:     151644
1994.77/2032.31	c #Conflicts:    1976000 | #Constraints:     152644
1994.77/2032.31	c #Conflicts:    1977000 | #Constraints:     153644
1994.77/2032.31	c #Conflicts:    1978000 | #Constraints:     154644
1994.77/2032.31	c #Conflicts:    1979000 | #Constraints:     155644
1994.77/2032.31	c #Conflicts:    1980000 | #Constraints:     156644
1994.77/2032.31	c #Conflicts:    1981000 | #Constraints:     157644
1994.77/2032.31	c #Conflicts:    1982000 | #Constraints:     158644
1994.77/2032.31	c #Conflicts:    1983000 | #Constraints:     159644
1994.77/2032.31	c #Conflicts:    1984000 | #Constraints:     160644
1994.77/2032.31	c #Conflicts:    1985000 | #Constraints:     161644
1994.77/2032.31	c #Conflicts:    1986000 | #Constraints:     162644
1994.77/2032.31	c #Conflicts:    1987000 | #Constraints:     163644
1994.77/2032.31	c #Conflicts:    1988000 | #Constraints:     164644
1994.77/2032.31	c #Conflicts:    1989000 | #Constraints:     165644
1994.77/2032.31	c #Conflicts:    1990000 | #Constraints:     166644
1994.77/2032.31	c #Conflicts:    1991000 | #Constraints:     167644
1994.77/2032.31	c #Conflicts:    1992000 | #Constraints:     168644
1994.77/2032.31	c #Conflicts:    1993000 | #Constraints:     169644
1994.77/2032.31	c #Conflicts:    1994000 | #Constraints:     170644
1994.77/2032.31	c #Conflicts:    1995000 | #Constraints:     171644
1994.77/2032.31	c #Conflicts:    1996000 | #Constraints:     172644
1994.77/2032.31	c #Conflicts:    1997000 | #Constraints:     173644
1994.77/2032.31	c #Conflicts:    1998000 | #Constraints:     174644
1994.77/2032.31	c #Conflicts:    1999000 | #Constraints:     175644
1994.77/2032.31	c #Conflicts:    2000000 | #Constraints:     176644
1994.77/2032.31	c #Conflicts:    2001000 | #Constraints:     177644
1994.77/2032.31	c #Conflicts:    2002000 | #Constraints:     178644
1994.77/2032.31	c #Conflicts:    2003000 | #Constraints:     179644
1994.77/2032.31	c #Conflicts:    2004000 | #Constraints:     180644
1994.77/2032.31	c #Conflicts:    2005000 | #Constraints:     181644
1994.77/2032.31	c #Conflicts:    2006000 | #Constraints:     182644
1994.77/2032.31	c #Conflicts:    2007000 | #Constraints:     183644
1994.77/2032.31	c #Conflicts:    2008000 | #Constraints:     184644
1994.77/2032.31	c #Conflicts:    2009000 | #Constraints:     185644
1994.77/2032.31	c #Conflicts:    2010000 | #Constraints:     186644
1994.77/2032.31	c #Conflicts:    2011000 | #Constraints:     187644
1994.77/2032.31	c #Conflicts:    2012000 | #Constraints:     188644
1994.77/2032.31	c #Conflicts:    2013000 | #Constraints:     189644
1994.77/2032.31	c #Conflicts:    2014000 | #Constraints:     190644
1994.77/2032.31	c #Conflicts:    2015000 | #Constraints:     191644
1994.77/2032.31	c #Conflicts:    2016000 | #Constraints:     192644
1994.77/2032.31	c #Conflicts:    2017000 | #Constraints:     193644
1994.77/2032.31	c #Conflicts:    2018000 | #Constraints:     194644
1994.77/2032.31	c #Conflicts:    2019000 | #Constraints:     195644
1994.77/2032.31	c #Conflicts:    2020000 | #Constraints:     196644
1994.77/2032.31	c #Conflicts:    2021000 | #Constraints:     197644
1994.77/2032.31	c #Conflicts:    2022000 | #Constraints:     198644
1994.77/2032.31	c #Conflicts:    2023000 | #Constraints:     199644
1994.77/2032.31	c #Conflicts:    2024000 | #Constraints:     200644
1994.77/2032.31	c #Conflicts:    2025000 | #Constraints:     201644
1994.77/2032.31	c #Conflicts:    2026000 | #Constraints:     202644
1994.77/2032.31	c #Conflicts:    2027000 | #Constraints:     203644
1994.77/2032.31	c #Conflicts:    2028000 | #Constraints:     204644
1994.77/2032.31	c #Conflicts:    2029000 | #Constraints:     205644
1994.77/2032.31	c #Conflicts:    2030000 | #Constraints:     206644
1994.77/2032.31	c #Conflicts:    2031000 | #Constraints:     207644
1994.77/2032.31	c #Conflicts:    2032000 | #Constraints:     208644
1994.77/2032.31	c #Conflicts:    2033000 | #Constraints:     209644
1994.77/2032.31	c #Conflicts:    2034000 | #Constraints:     210644
1994.77/2032.31	c #Conflicts:    2035000 | #Constraints:     211644
1994.77/2032.31	c bounds -40 >= -229 @ 1975.82
2032.62/2072.67	c #Conflicts:    2036000 | #Constraints:     212683
2032.62/2072.67	c #Conflicts:    2037000 | #Constraints:     213683
2032.62/2072.67	c #Conflicts:    2038000 | #Constraints:     214683
2032.62/2072.67	c #Conflicts:    2039000 | #Constraints:     215683
2032.62/2072.67	c #Conflicts:    2040000 | #Constraints:     216683
2032.62/2072.67	c #Conflicts:    2041000 | #Constraints:     217683
2032.62/2072.67	c #Conflicts:    2042000 | #Constraints:     218683
2032.62/2072.67	c #Conflicts:    2043000 | #Constraints:     219683
2032.62/2072.67	c #Conflicts:    2044000 | #Constraints:     220683
2032.62/2072.67	c #Conflicts:    2045000 | #Constraints:     221683
2032.62/2072.67	c #Conflicts:    2046000 | #Constraints:     222683
2032.62/2072.67	c #Conflicts:    2047000 | #Constraints:     223683
2032.62/2072.67	c #Conflicts:    2048000 | #Constraints:     224683
2032.62/2072.67	c #Conflicts:    2049000 | #Constraints:     225683
2032.62/2072.67	c #Conflicts:    2050000 | #Constraints:     226683
2032.62/2072.67	c #Conflicts:    2051000 | #Constraints:     227683
2032.62/2072.67	c #Conflicts:    2052000 | #Constraints:     228683
2032.62/2072.67	c #Conflicts:    2053000 | #Constraints:     229683
2032.62/2072.67	c #Conflicts:    2054000 | #Constraints:     230683
2032.62/2072.67	c #Conflicts:    2055000 | #Constraints:     231683
2032.62/2072.67	c #Conflicts:    2056000 | #Constraints:     232683
2032.62/2072.67	c #Conflicts:    2057000 | #Constraints:     233683
2032.62/2072.67	c #Conflicts:    2058000 | #Constraints:     234683
2032.62/2072.67	c #Conflicts:    2059000 | #Constraints:     235683
2032.62/2072.67	c #Conflicts:    2060000 | #Constraints:     236683
2032.62/2072.67	c INPROCESSING
2032.62/2072.67	c GARBAGE COLLECT
2032.62/2072.67	c rational objective -229
2037.40/2077.41	c #Conflicts:    2061000 | #Constraints:     161124
2037.40/2077.41	c #Conflicts:    2062000 | #Constraints:     162124
2037.40/2077.41	c #Conflicts:    2063000 | #Constraints:     163124
2037.40/2077.41	c #Conflicts:    2064000 | #Constraints:     164124
2037.40/2077.41	c #Conflicts:    2065000 | #Constraints:     165124
2037.40/2077.41	c #Conflicts:    2066000 | #Constraints:     166128
2037.40/2077.41	c #Conflicts:    2067000 | #Constraints:     167161
2037.40/2077.41	c bounds -41 >= -229 @ 2018.17
2074.24/2114.45	c #Conflicts:    2068000 | #Constraints:     168208
2074.24/2114.45	c #Conflicts:    2069000 | #Constraints:     169259
2074.24/2114.45	c #Conflicts:    2070000 | #Constraints:     170305
2074.24/2114.45	c #Conflicts:    2071000 | #Constraints:     171349
2074.24/2114.45	c #Conflicts:    2072000 | #Constraints:     172389
2074.24/2114.45	c #Conflicts:    2073000 | #Constraints:     173420
2074.24/2114.45	c #Conflicts:    2074000 | #Constraints:     174458
2074.24/2114.45	c #Conflicts:    2075000 | #Constraints:     175494
2074.24/2114.45	c #Conflicts:    2076000 | #Constraints:     176524
2074.24/2114.45	c #Conflicts:    2077000 | #Constraints:     177559
2074.24/2114.45	c #Conflicts:    2078000 | #Constraints:     178587
2074.24/2114.45	c #Conflicts:    2079000 | #Constraints:     179619
2074.24/2114.45	c #Conflicts:    2080000 | #Constraints:     180650
2074.24/2114.45	c #Conflicts:    2081000 | #Constraints:     181687
2074.24/2114.45	c #Conflicts:    2082000 | #Constraints:     182716
2074.24/2114.45	c #Conflicts:    2083000 | #Constraints:     183756
2074.24/2114.45	c #Conflicts:    2084000 | #Constraints:     184790
2074.24/2114.45	c #Conflicts:    2085000 | #Constraints:     185830
2074.24/2114.45	c #Conflicts:    2086000 | #Constraints:     186862
2074.24/2114.45	c #Conflicts:    2087000 | #Constraints:     187895
2074.24/2114.45	c #Conflicts:    2088000 | #Constraints:     188932
2074.24/2114.45	c #Conflicts:    2089000 | #Constraints:     189960
2074.24/2114.45	c #Conflicts:    2090000 | #Constraints:     190999
2074.24/2114.45	c #Conflicts:    2091000 | #Constraints:     192033
2074.24/2114.45	c #Conflicts:    2092000 | #Constraints:     193061
2074.24/2114.45	c #Conflicts:    2093000 | #Constraints:     194104
2074.24/2114.45	c #Conflicts:    2094000 | #Constraints:     195133
2074.24/2114.45	c #Conflicts:    2095000 | #Constraints:     196161
2074.24/2114.45	c #Conflicts:    2096000 | #Constraints:     197191
2074.24/2114.45	c #Conflicts:    2097000 | #Constraints:     198226
2074.24/2114.45	c INPROCESSING
2074.24/2114.45	c GARBAGE COLLECT
2074.24/2114.45	c rational objective -229
2172.14/2212.92	c #Conflicts:    2098000 | #Constraints:     142051
2172.14/2212.92	c #Conflicts:    2099000 | #Constraints:     143051
2172.14/2212.92	c #Conflicts:    2100000 | #Constraints:     144051
2172.14/2212.92	c #Conflicts:    2101000 | #Constraints:     145051
2172.14/2212.92	c #Conflicts:    2102000 | #Constraints:     146051
2172.14/2212.92	c #Conflicts:    2103000 | #Constraints:     147051
2172.14/2212.92	c #Conflicts:    2104000 | #Constraints:     148051
2172.14/2212.92	c #Conflicts:    2105000 | #Constraints:     149051
2172.14/2212.92	c #Conflicts:    2106000 | #Constraints:     150051
2172.14/2212.92	c #Conflicts:    2107000 | #Constraints:     151051
2172.14/2212.92	c #Conflicts:    2108000 | #Constraints:     152051
2172.14/2212.92	c #Conflicts:    2109000 | #Constraints:     153051
2172.14/2212.92	c #Conflicts:    2110000 | #Constraints:     154051
2172.14/2212.92	c #Conflicts:    2111000 | #Constraints:     155051
2172.14/2212.92	c #Conflicts:    2112000 | #Constraints:     156051
2172.14/2212.92	c #Conflicts:    2113000 | #Constraints:     157051
2172.14/2212.92	c #Conflicts:    2114000 | #Constraints:     158051
2172.14/2212.92	c #Conflicts:    2115000 | #Constraints:     159051
2172.14/2212.92	c #Conflicts:    2116000 | #Constraints:     160051
2172.14/2212.92	c #Conflicts:    2117000 | #Constraints:     161051
2172.14/2212.92	c #Conflicts:    2118000 | #Constraints:     162051
2172.14/2212.92	c #Conflicts:    2119000 | #Constraints:     163051
2172.14/2212.92	c #Conflicts:    2120000 | #Constraints:     164051
2172.14/2212.92	c #Conflicts:    2121000 | #Constraints:     165051
2172.14/2212.92	c #Conflicts:    2122000 | #Constraints:     166051
2172.14/2212.92	c #Conflicts:    2123000 | #Constraints:     167051
2172.14/2212.92	c #Conflicts:    2124000 | #Constraints:     168051
2172.14/2212.92	c #Conflicts:    2125000 | #Constraints:     169051
2172.14/2212.92	c #Conflicts:    2126000 | #Constraints:     170051
2172.14/2212.92	c #Conflicts:    2127000 | #Constraints:     171051
2172.14/2212.92	c #Conflicts:    2128000 | #Constraints:     172051
2172.14/2212.92	c #Conflicts:    2129000 | #Constraints:     173051
2172.14/2212.92	c #Conflicts:    2130000 | #Constraints:     174051
2172.14/2212.92	c #Conflicts:    2131000 | #Constraints:     175051
2172.14/2212.92	c #Conflicts:    2132000 | #Constraints:     176051
2172.14/2212.92	c #Conflicts:    2133000 | #Constraints:     177051
2172.14/2212.92	c #Conflicts:    2134000 | #Constraints:     178051
2172.14/2212.92	c #Conflicts:    2135000 | #Constraints:     179051
2172.14/2212.92	c #Conflicts:    2136000 | #Constraints:     180051
2172.14/2212.92	c #Conflicts:    2137000 | #Constraints:     181051
2172.14/2212.92	c #Conflicts:    2138000 | #Constraints:     182051
2172.14/2212.92	c #Conflicts:    2139000 | #Constraints:     183051
2172.14/2212.92	c #Conflicts:    2140000 | #Constraints:     184051
2172.14/2212.92	c #Conflicts:    2141000 | #Constraints:     185051
2172.14/2212.92	c #Conflicts:    2142000 | #Constraints:     186051
2172.14/2212.92	c #Conflicts:    2143000 | #Constraints:     187051
2172.14/2212.92	c #Conflicts:    2144000 | #Constraints:     188051
2172.14/2212.92	c #Conflicts:    2145000 | #Constraints:     189051
2172.14/2212.92	c #Conflicts:    2146000 | #Constraints:     190051
2172.14/2212.92	c #Conflicts:    2147000 | #Constraints:     191051
2172.14/2212.92	c #Conflicts:    2148000 | #Constraints:     192051
2172.14/2212.92	c #Conflicts:    2149000 | #Constraints:     193051
2172.14/2212.92	c #Conflicts:    2150000 | #Constraints:     194051
2172.14/2212.92	c #Conflicts:    2151000 | #Constraints:     195051
2172.14/2212.92	c #Conflicts:    2152000 | #Constraints:     196051
2172.14/2212.92	c #Conflicts:    2153000 | #Constraints:     197051
2172.14/2212.92	c #Conflicts:    2154000 | #Constraints:     198051
2172.14/2212.92	c #Conflicts:    2155000 | #Constraints:     199051
2172.14/2212.92	c #Conflicts:    2156000 | #Constraints:     200051
2172.14/2212.92	c #Conflicts:    2157000 | #Constraints:     201051
2172.14/2212.92	c #Conflicts:    2158000 | #Constraints:     202051
2172.14/2212.92	c #Conflicts:    2159000 | #Constraints:     203051
2172.14/2212.92	c #Conflicts:    2160000 | #Constraints:     204051
2172.14/2212.92	c #Conflicts:    2161000 | #Constraints:     205051
2172.14/2212.92	c #Conflicts:    2162000 | #Constraints:     206051
2172.14/2212.92	c #Conflicts:    2163000 | #Constraints:     207051
2172.14/2212.92	c #Conflicts:    2164000 | #Constraints:     208051
2172.14/2212.92	c #Conflicts:    2165000 | #Constraints:     209051
2172.14/2212.92	c #Conflicts:    2166000 | #Constraints:     210051
2172.14/2212.92	c #Conflicts:    2167000 | #Constraints:     211051
2172.14/2212.92	c #Conflicts:    2168000 | #Constraints:     212051
2172.14/2212.92	c #Conflicts:    2169000 | #Constraints:     213051
2172.14/2212.92	c #Conflicts:    2170000 | #Constraints:     214051
2172.14/2212.92	c #Conflicts:    2171000 | #Constraints:     215051
2172.14/2212.92	c #Conflicts:    2172000 | #Constraints:     216051
2172.14/2212.92	c #Conflicts:    2173000 | #Constraints:     217051
2172.14/2212.92	c #Conflicts:    2174000 | #Constraints:     218051
2172.14/2212.92	c #Conflicts:    2175000 | #Constraints:     219051
2172.14/2212.92	c #Conflicts:    2176000 | #Constraints:     220051
2174.84/2215.63	c #Conflicts:    2177000 | #Constraints:     221051
2174.84/2215.63	c bounds -41 >= -228 @ 2154.65
2196.82/2237.71	c #Conflicts:    2178000 | #Constraints:     222076
2196.82/2237.71	c #Conflicts:    2179000 | #Constraints:     223088
2196.82/2237.71	c #Conflicts:    2180000 | #Constraints:     224137
2196.82/2237.71	c #Conflicts:    2181000 | #Constraints:     225176
2196.82/2237.71	c #Conflicts:    2182000 | #Constraints:     226219
2196.82/2237.71	c #Conflicts:    2183000 | #Constraints:     227268
2196.82/2237.71	c #Conflicts:    2184000 | #Constraints:     228307
2196.82/2237.71	c #Conflicts:    2185000 | #Constraints:     229339
2196.82/2237.71	c #Conflicts:    2186000 | #Constraints:     230376
2196.82/2237.71	c #Conflicts:    2187000 | #Constraints:     231411
2196.82/2237.71	c #Conflicts:    2188000 | #Constraints:     232450
2196.82/2237.71	c #Conflicts:    2189000 | #Constraints:     233479
2196.82/2237.71	c #Conflicts:    2190000 | #Constraints:     234511
2196.82/2237.71	c #Conflicts:    2191000 | #Constraints:     235539
2196.82/2237.71	c #Conflicts:    2192000 | #Constraints:     236562
2196.82/2237.71	c #Conflicts:    2193000 | #Constraints:     237606
2196.82/2237.71	c #Conflicts:    2194000 | #Constraints:     238636
2196.82/2237.71	c #Conflicts:    2195000 | #Constraints:     239659
2196.82/2237.71	c #Conflicts:    2196000 | #Constraints:     240690
2196.82/2237.71	c #Conflicts:    2197000 | #Constraints:     241734
2196.82/2237.71	c #Conflicts:    2198000 | #Constraints:     242769
2196.82/2237.71	c INPROCESSING
2196.82/2237.71	c GARBAGE COLLECT
2196.82/2237.71	c rational objective -228
2235.75/2276.88	c #Conflicts:    2199000 | #Constraints:     164267
2235.75/2276.88	c #Conflicts:    2200000 | #Constraints:     165267
2235.75/2276.88	c #Conflicts:    2201000 | #Constraints:     166267
2235.75/2276.88	c #Conflicts:    2202000 | #Constraints:     167267
2235.75/2276.88	c #Conflicts:    2203000 | #Constraints:     168267
2235.75/2276.88	c #Conflicts:    2204000 | #Constraints:     169267
2235.75/2276.88	c #Conflicts:    2205000 | #Constraints:     170267
2235.75/2276.88	c #Conflicts:    2206000 | #Constraints:     171267
2235.75/2276.88	c #Conflicts:    2207000 | #Constraints:     172267
2235.75/2276.88	c #Conflicts:    2208000 | #Constraints:     173267
2235.75/2276.88	c #Conflicts:    2209000 | #Constraints:     174267
2235.75/2276.88	c #Conflicts:    2210000 | #Constraints:     175267
2235.75/2276.88	c #Conflicts:    2211000 | #Constraints:     176267
2235.75/2276.88	c #Conflicts:    2212000 | #Constraints:     177267
2235.75/2276.88	c #Conflicts:    2213000 | #Constraints:     178267
2235.75/2276.88	c #Conflicts:    2214000 | #Constraints:     179267
2235.75/2276.88	c #Conflicts:    2215000 | #Constraints:     180267
2235.75/2276.88	c #Conflicts:    2216000 | #Constraints:     181267
2235.75/2276.88	c #Conflicts:    2217000 | #Constraints:     182267
2235.75/2276.88	c #Conflicts:    2218000 | #Constraints:     183267
2235.75/2276.88	c #Conflicts:    2219000 | #Constraints:     184267
2235.75/2276.88	c #Conflicts:    2220000 | #Constraints:     185267
2235.75/2276.88	c #Conflicts:    2221000 | #Constraints:     186267
2235.75/2276.88	c #Conflicts:    2222000 | #Constraints:     187267
2235.75/2276.88	c #Conflicts:    2223000 | #Constraints:     188267
2235.75/2276.88	c #Conflicts:    2224000 | #Constraints:     189267
2235.75/2276.88	c #Conflicts:    2225000 | #Constraints:     190267
2235.75/2276.88	c #Conflicts:    2226000 | #Constraints:     191267
2235.75/2276.88	c #Conflicts:    2227000 | #Constraints:     192267
2235.75/2276.88	c #Conflicts:    2228000 | #Constraints:     193267
2235.75/2276.88	c #Conflicts:    2229000 | #Constraints:     194267
2235.75/2276.88	c #Conflicts:    2230000 | #Constraints:     195267
2235.75/2276.88	c #Conflicts:    2231000 | #Constraints:     196267
2235.75/2276.88	c #Conflicts:    2232000 | #Constraints:     197267
2235.75/2276.88	c #Conflicts:    2233000 | #Constraints:     198267
2235.75/2276.88	c #Conflicts:    2234000 | #Constraints:     199267
2235.75/2276.88	c #Conflicts:    2235000 | #Constraints:     200267
2235.75/2276.88	c #Conflicts:    2236000 | #Constraints:     201267
2235.75/2276.88	c INPROCESSING
2235.75/2276.88	c GARBAGE COLLECT
2235.75/2276.88	c rational objective -228
2250.51/2291.82	c #Conflicts:    2237000 | #Constraints:     143668
2250.51/2291.82	c #Conflicts:    2238000 | #Constraints:     144698
2250.51/2291.82	c #Conflicts:    2239000 | #Constraints:     145761
2250.51/2291.82	c #Conflicts:    2240000 | #Constraints:     146818
2250.51/2291.82	c #Conflicts:    2241000 | #Constraints:     147869
2250.51/2291.82	c #Conflicts:    2242000 | #Constraints:     148909
2250.51/2291.82	c #Conflicts:    2243000 | #Constraints:     149941
2250.51/2291.82	c #Conflicts:    2244000 | #Constraints:     150973
2250.51/2291.82	c #Conflicts:    2245000 | #Constraints:     152022
2250.51/2291.82	c #Conflicts:    2246000 | #Constraints:     153068
2250.51/2291.82	c #Conflicts:    2247000 | #Constraints:     154114
2250.51/2291.82	c bounds -42 >= -228 @ 2229.76
2362.75/2406.22	c #Conflicts:    2248000 | #Constraints:     155163
2362.75/2406.22	c #Conflicts:    2249000 | #Constraints:     156163
2362.75/2406.22	c #Conflicts:    2250000 | #Constraints:     157163
2362.75/2406.22	c #Conflicts:    2251000 | #Constraints:     158163
2362.75/2406.22	c #Conflicts:    2252000 | #Constraints:     159163
2362.75/2406.22	c #Conflicts:    2253000 | #Constraints:     160163
2362.75/2406.22	c #Conflicts:    2254000 | #Constraints:     161163
2362.75/2406.22	c #Conflicts:    2255000 | #Constraints:     162163
2362.75/2406.22	c #Conflicts:    2256000 | #Constraints:     163163
2362.75/2406.22	c #Conflicts:    2257000 | #Constraints:     164163
2362.75/2406.22	c #Conflicts:    2258000 | #Constraints:     165163
2362.75/2406.22	c #Conflicts:    2259000 | #Constraints:     166163
2362.75/2406.22	c #Conflicts:    2260000 | #Constraints:     167163
2362.75/2406.22	c #Conflicts:    2261000 | #Constraints:     168163
2362.75/2406.22	c #Conflicts:    2262000 | #Constraints:     169163
2362.75/2406.22	c #Conflicts:    2263000 | #Constraints:     170163
2362.75/2406.22	c #Conflicts:    2264000 | #Constraints:     171163
2362.75/2406.22	c #Conflicts:    2265000 | #Constraints:     172163
2362.75/2406.22	c #Conflicts:    2266000 | #Constraints:     173163
2362.75/2406.22	c #Conflicts:    2267000 | #Constraints:     174163
2362.75/2406.22	c #Conflicts:    2268000 | #Constraints:     175163
2362.75/2406.22	c #Conflicts:    2269000 | #Constraints:     176163
2362.75/2406.22	c #Conflicts:    2270000 | #Constraints:     177163
2362.75/2406.22	c #Conflicts:    2271000 | #Constraints:     178163
2362.75/2406.22	c #Conflicts:    2272000 | #Constraints:     179163
2362.75/2406.22	c #Conflicts:    2273000 | #Constraints:     180163
2362.75/2406.22	c #Conflicts:    2274000 | #Constraints:     181163
2362.75/2406.22	c #Conflicts:    2275000 | #Constraints:     182163
2362.75/2406.22	c #Conflicts:    2276000 | #Constraints:     183163
2362.75/2406.22	c #Conflicts:    2277000 | #Constraints:     184163
2362.75/2406.22	c #Conflicts:    2278000 | #Constraints:     185163
2362.75/2406.22	c #Conflicts:    2279000 | #Constraints:     186163
2362.75/2406.22	c #Conflicts:    2280000 | #Constraints:     187163
2362.75/2406.22	c #Conflicts:    2281000 | #Constraints:     188163
2362.75/2406.22	c #Conflicts:    2282000 | #Constraints:     189163
2362.75/2406.22	c #Conflicts:    2283000 | #Constraints:     190163
2362.75/2406.22	c #Conflicts:    2284000 | #Constraints:     191163
2362.75/2406.22	c #Conflicts:    2285000 | #Constraints:     192163
2362.75/2406.22	c #Conflicts:    2286000 | #Constraints:     193163
2362.75/2406.22	c #Conflicts:    2287000 | #Constraints:     194163
2362.75/2406.22	c #Conflicts:    2288000 | #Constraints:     195163
2362.75/2406.22	c #Conflicts:    2289000 | #Constraints:     196163
2362.75/2406.22	c #Conflicts:    2290000 | #Constraints:     197163
2362.75/2406.22	c #Conflicts:    2291000 | #Constraints:     198163
2362.75/2406.22	c #Conflicts:    2292000 | #Constraints:     199163
2362.75/2406.22	c #Conflicts:    2293000 | #Constraints:     200163
2362.75/2406.22	c #Conflicts:    2294000 | #Constraints:     201163
2362.75/2406.22	c #Conflicts:    2295000 | #Constraints:     202163
2362.75/2406.22	c #Conflicts:    2296000 | #Constraints:     203163
2362.75/2406.22	c #Conflicts:    2297000 | #Constraints:     204163
2362.75/2406.22	c #Conflicts:    2298000 | #Constraints:     205163
2362.75/2406.22	c #Conflicts:    2299000 | #Constraints:     206163
2362.75/2406.22	c #Conflicts:    2300000 | #Constraints:     207163
2362.75/2406.22	c #Conflicts:    2301000 | #Constraints:     208163
2362.75/2406.22	c #Conflicts:    2302000 | #Constraints:     209163
2362.75/2406.22	c #Conflicts:    2303000 | #Constraints:     210163
2362.75/2406.22	c #Conflicts:    2304000 | #Constraints:     211163
2362.75/2406.22	c #Conflicts:    2305000 | #Constraints:     212163
2362.75/2406.22	c #Conflicts:    2306000 | #Constraints:     213163
2362.75/2406.22	c #Conflicts:    2307000 | #Constraints:     214163
2362.75/2406.22	c #Conflicts:    2308000 | #Constraints:     215163
2362.75/2406.22	c #Conflicts:    2309000 | #Constraints:     216163
2362.75/2406.22	c #Conflicts:    2310000 | #Constraints:     217163
2362.75/2406.22	c #Conflicts:    2311000 | #Constraints:     218163
2362.75/2406.22	c #Conflicts:    2312000 | #Constraints:     219163
2362.75/2406.22	c #Conflicts:    2313000 | #Constraints:     220163
2362.75/2406.22	c #Conflicts:    2314000 | #Constraints:     221163
2362.75/2406.22	c #Conflicts:    2315000 | #Constraints:     222163
2362.75/2406.22	c #Conflicts:    2316000 | #Constraints:     223163
2362.75/2406.22	c #Conflicts:    2317000 | #Constraints:     224163
2362.75/2406.22	c #Conflicts:    2318000 | #Constraints:     225163
2362.75/2406.22	c #Conflicts:    2319000 | #Constraints:     226163
2362.75/2406.22	c #Conflicts:    2320000 | #Constraints:     227163
2362.75/2406.22	c #Conflicts:    2321000 | #Constraints:     228163
2362.75/2406.22	c #Conflicts:    2322000 | #Constraints:     229163
2362.75/2406.22	c #Conflicts:    2323000 | #Constraints:     230163
2362.75/2406.22	c #Conflicts:    2324000 | #Constraints:     231163
2362.75/2406.22	c #Conflicts:    2325000 | #Constraints:     232163
2362.75/2406.22	c #Conflicts:    2326000 | #Constraints:     233163
2387.15/2430.81	c #Conflicts:    2327000 | #Constraints:     234163
2387.15/2430.81	c #Conflicts:    2328000 | #Constraints:     235163
2387.15/2430.81	c #Conflicts:    2329000 | #Constraints:     236163
2387.15/2430.81	c #Conflicts:    2330000 | #Constraints:     237163
2387.15/2430.81	c #Conflicts:    2331000 | #Constraints:     238163
2387.15/2430.81	c #Conflicts:    2332000 | #Constraints:     239163
2387.15/2430.81	c #Conflicts:    2333000 | #Constraints:     240163
2387.15/2430.81	c #Conflicts:    2334000 | #Constraints:     241163
2387.15/2430.81	c #Conflicts:    2335000 | #Constraints:     242163
2387.15/2430.81	c #Conflicts:    2336000 | #Constraints:     243163
2387.15/2430.81	c #Conflicts:    2337000 | #Constraints:     244163
2387.15/2430.81	c #Conflicts:    2338000 | #Constraints:     245163
2387.15/2430.81	c bounds -42 >= -227 @ 2365.51
2389.36/2433.06	c #Conflicts:    2339000 | #Constraints:     246214
2389.36/2433.06	c #Conflicts:    2340000 | #Constraints:     247247
2389.36/2433.06	c INPROCESSING
2389.36/2433.06	c GARBAGE COLLECT
2389.36/2433.06	c rational objective -227
2432.36/2476.29	c #Conflicts:    2341000 | #Constraints:     166705
2432.36/2476.29	c #Conflicts:    2342000 | #Constraints:     167713
2432.36/2476.29	c #Conflicts:    2343000 | #Constraints:     168727
2432.36/2476.29	c #Conflicts:    2344000 | #Constraints:     169736
2432.36/2476.29	c #Conflicts:    2345000 | #Constraints:     170743
2432.36/2476.29	c #Conflicts:    2346000 | #Constraints:     171762
2432.36/2476.29	c #Conflicts:    2347000 | #Constraints:     172783
2432.36/2476.29	c #Conflicts:    2348000 | #Constraints:     173790
2432.36/2476.29	c #Conflicts:    2349000 | #Constraints:     174803
2432.36/2476.29	c #Conflicts:    2350000 | #Constraints:     175818
2432.36/2476.29	c #Conflicts:    2351000 | #Constraints:     176832
2432.36/2476.29	c #Conflicts:    2352000 | #Constraints:     177849
2432.36/2476.29	c #Conflicts:    2353000 | #Constraints:     178868
2432.36/2476.29	c #Conflicts:    2354000 | #Constraints:     179892
2432.36/2476.29	c #Conflicts:    2355000 | #Constraints:     180916
2432.36/2476.29	c #Conflicts:    2356000 | #Constraints:     181927
2432.36/2476.29	c #Conflicts:    2357000 | #Constraints:     182931
2432.36/2476.29	c #Conflicts:    2358000 | #Constraints:     183941
2432.36/2476.29	c #Conflicts:    2359000 | #Constraints:     184950
2432.36/2476.29	c #Conflicts:    2360000 | #Constraints:     185961
2432.36/2476.29	c #Conflicts:    2361000 | #Constraints:     186970
2432.36/2476.29	c #Conflicts:    2362000 | #Constraints:     187979
2432.36/2476.29	c #Conflicts:    2363000 | #Constraints:     188983
2432.36/2476.29	c #Conflicts:    2364000 | #Constraints:     189997
2432.36/2476.29	c #Conflicts:    2365000 | #Constraints:     191015
2432.36/2476.29	c #Conflicts:    2366000 | #Constraints:     192036
2432.36/2476.29	c #Conflicts:    2367000 | #Constraints:     193049
2432.36/2476.29	c #Conflicts:    2368000 | #Constraints:     194071
2432.36/2476.29	c #Conflicts:    2369000 | #Constraints:     195084
2432.36/2476.29	c #Conflicts:    2370000 | #Constraints:     196109
2432.36/2476.29	c #Conflicts:    2371000 | #Constraints:     197136
2432.36/2476.29	c #Conflicts:    2372000 | #Constraints:     198157
2432.36/2476.29	c #Conflicts:    2373000 | #Constraints:     199167
2432.36/2476.29	c #Conflicts:    2374000 | #Constraints:     200182
2432.36/2476.29	c #Conflicts:    2375000 | #Constraints:     201200
2432.36/2476.29	c #Conflicts:    2376000 | #Constraints:     202219
2432.36/2476.29	c #Conflicts:    2377000 | #Constraints:     203237
2432.36/2476.29	c #Conflicts:    2378000 | #Constraints:     204246
2432.36/2476.29	c #Conflicts:    2379000 | #Constraints:     205259
2432.36/2476.29	c INPROCESSING
2432.36/2476.29	c GARBAGE COLLECT
2432.36/2476.29	c rational objective -227
2513.88/2559.48	c #Conflicts:    2380000 | #Constraints:     145478
2513.88/2559.48	c #Conflicts:    2381000 | #Constraints:     146478
2513.88/2559.48	c #Conflicts:    2382000 | #Constraints:     147478
2513.88/2559.48	c #Conflicts:    2383000 | #Constraints:     148478
2513.88/2559.48	c #Conflicts:    2384000 | #Constraints:     149478
2513.88/2559.48	c #Conflicts:    2385000 | #Constraints:     150478
2513.88/2559.48	c #Conflicts:    2386000 | #Constraints:     151478
2513.88/2559.48	c #Conflicts:    2387000 | #Constraints:     152478
2513.88/2559.48	c #Conflicts:    2388000 | #Constraints:     153478
2513.88/2559.48	c #Conflicts:    2389000 | #Constraints:     154478
2513.88/2559.48	c #Conflicts:    2390000 | #Constraints:     155478
2513.88/2559.48	c #Conflicts:    2391000 | #Constraints:     156478
2513.88/2559.48	c #Conflicts:    2392000 | #Constraints:     157478
2513.88/2559.48	c #Conflicts:    2393000 | #Constraints:     158478
2513.88/2559.48	c #Conflicts:    2394000 | #Constraints:     159478
2513.88/2559.48	c #Conflicts:    2395000 | #Constraints:     160478
2513.88/2559.48	c #Conflicts:    2396000 | #Constraints:     161478
2513.88/2559.48	c #Conflicts:    2397000 | #Constraints:     162478
2513.88/2559.48	c #Conflicts:    2398000 | #Constraints:     163478
2513.88/2559.48	c #Conflicts:    2399000 | #Constraints:     164478
2513.88/2559.48	c #Conflicts:    2400000 | #Constraints:     165478
2513.88/2559.48	c #Conflicts:    2401000 | #Constraints:     166478
2513.88/2559.48	c #Conflicts:    2402000 | #Constraints:     167478
2513.88/2559.48	c #Conflicts:    2403000 | #Constraints:     168478
2513.88/2559.48	c #Conflicts:    2404000 | #Constraints:     169478
2513.88/2559.48	c #Conflicts:    2405000 | #Constraints:     170478
2513.88/2559.48	c #Conflicts:    2406000 | #Constraints:     171478
2513.88/2559.48	c #Conflicts:    2407000 | #Constraints:     172478
2513.88/2559.48	c #Conflicts:    2408000 | #Constraints:     173478
2513.88/2559.48	c #Conflicts:    2409000 | #Constraints:     174478
2513.88/2559.48	c #Conflicts:    2410000 | #Constraints:     175478
2513.88/2559.48	c #Conflicts:    2411000 | #Constraints:     176478
2513.88/2559.48	c #Conflicts:    2412000 | #Constraints:     177478
2513.88/2559.48	c #Conflicts:    2413000 | #Constraints:     178478
2513.88/2559.48	c #Conflicts:    2414000 | #Constraints:     179478
2513.88/2559.48	c #Conflicts:    2415000 | #Constraints:     180478
2513.88/2559.48	c #Conflicts:    2416000 | #Constraints:     181478
2513.88/2559.48	c #Conflicts:    2417000 | #Constraints:     182478
2513.88/2559.48	c #Conflicts:    2418000 | #Constraints:     183478
2513.88/2559.48	c #Conflicts:    2419000 | #Constraints:     184478
2513.88/2559.48	c #Conflicts:    2420000 | #Constraints:     185478
2513.88/2559.48	c #Conflicts:    2421000 | #Constraints:     186478
2513.88/2559.48	c #Conflicts:    2422000 | #Constraints:     187478
2513.88/2559.48	c #Conflicts:    2423000 | #Constraints:     188478
2513.88/2559.48	c #Conflicts:    2424000 | #Constraints:     189478
2513.88/2559.48	c #Conflicts:    2425000 | #Constraints:     190478
2513.88/2559.48	c #Conflicts:    2426000 | #Constraints:     191478
2513.88/2559.48	c #Conflicts:    2427000 | #Constraints:     192478
2513.88/2559.48	c #Conflicts:    2428000 | #Constraints:     193478
2513.88/2559.48	c #Conflicts:    2429000 | #Constraints:     194478
2513.88/2559.48	c #Conflicts:    2430000 | #Constraints:     195478
2513.88/2559.48	c #Conflicts:    2431000 | #Constraints:     196478
2513.88/2559.48	c #Conflicts:    2432000 | #Constraints:     197478
2513.88/2559.48	c #Conflicts:    2433000 | #Constraints:     198478
2513.88/2559.48	c #Conflicts:    2434000 | #Constraints:     199478
2513.88/2559.48	c #Conflicts:    2435000 | #Constraints:     200478
2513.88/2559.48	c #Conflicts:    2436000 | #Constraints:     201478
2513.88/2559.48	c #Conflicts:    2437000 | #Constraints:     202478
2513.88/2559.48	c #Conflicts:    2438000 | #Constraints:     203478
2513.88/2559.48	c #Conflicts:    2439000 | #Constraints:     204478
2513.88/2559.48	c #Conflicts:    2440000 | #Constraints:     205478
2513.88/2559.48	c #Conflicts:    2441000 | #Constraints:     206478
2513.88/2559.48	c #Conflicts:    2442000 | #Constraints:     207478
2513.88/2559.48	c #Conflicts:    2443000 | #Constraints:     208478
2513.88/2559.48	c #Conflicts:    2444000 | #Constraints:     209478
2513.88/2559.48	c #Conflicts:    2445000 | #Constraints:     210478
2513.88/2559.48	c #Conflicts:    2446000 | #Constraints:     211478
2513.88/2559.48	c #Conflicts:    2447000 | #Constraints:     212478
2513.88/2559.48	c #Conflicts:    2448000 | #Constraints:     213478
2513.88/2559.48	c #Conflicts:    2449000 | #Constraints:     214478
2513.88/2559.48	c #Conflicts:    2450000 | #Constraints:     215478
2513.88/2559.48	c #Conflicts:    2451000 | #Constraints:     216478
2513.88/2559.48	c #Conflicts:    2452000 | #Constraints:     217478
2513.88/2559.48	c #Conflicts:    2453000 | #Constraints:     218478
2513.88/2559.48	c #Conflicts:    2454000 | #Constraints:     219478
2513.88/2559.48	c #Conflicts:    2455000 | #Constraints:     220478
2513.88/2559.48	c #Conflicts:    2456000 | #Constraints:     221478
2513.88/2559.48	c #Conflicts:    2457000 | #Constraints:     222478
2513.88/2559.48	c #Conflicts:    2458000 | #Constraints:     223478
2558.02/2603.84	c #Conflicts:    2459000 | #Constraints:     224478
2558.02/2603.84	c #Conflicts:    2460000 | #Constraints:     225478
2558.02/2603.84	c #Conflicts:    2461000 | #Constraints:     226478
2558.02/2603.84	c #Conflicts:    2462000 | #Constraints:     227478
2558.02/2603.84	c #Conflicts:    2463000 | #Constraints:     228478
2558.02/2603.84	c #Conflicts:    2464000 | #Constraints:     229478
2558.02/2603.84	c #Conflicts:    2465000 | #Constraints:     230478
2558.02/2603.84	c #Conflicts:    2466000 | #Constraints:     231478
2558.02/2603.84	c #Conflicts:    2467000 | #Constraints:     232478
2558.02/2603.84	c #Conflicts:    2468000 | #Constraints:     233478
2558.02/2603.84	c #Conflicts:    2469000 | #Constraints:     234478
2558.02/2603.84	c #Conflicts:    2470000 | #Constraints:     235478
2558.02/2603.84	c #Conflicts:    2471000 | #Constraints:     236478
2558.02/2603.84	c #Conflicts:    2472000 | #Constraints:     237478
2558.02/2603.84	c #Conflicts:    2473000 | #Constraints:     238478
2558.02/2603.84	c #Conflicts:    2474000 | #Constraints:     239478
2558.02/2603.84	c #Conflicts:    2475000 | #Constraints:     240478
2558.02/2603.84	c #Conflicts:    2476000 | #Constraints:     241478
2558.02/2603.84	c #Conflicts:    2477000 | #Constraints:     242478
2558.02/2603.84	c #Conflicts:    2478000 | #Constraints:     243478
2558.02/2603.84	c #Conflicts:    2479000 | #Constraints:     244478
2558.02/2603.84	c #Conflicts:    2480000 | #Constraints:     245478
2558.02/2603.84	c #Conflicts:    2481000 | #Constraints:     246478
2558.02/2603.84	c #Conflicts:    2482000 | #Constraints:     247478
2558.02/2603.84	c #Conflicts:    2483000 | #Constraints:     248478
2558.02/2603.84	c #Conflicts:    2484000 | #Constraints:     249478
2558.02/2603.84	c #Conflicts:    2485000 | #Constraints:     250478
2558.02/2603.84	c #Conflicts:    2486000 | #Constraints:     251478
2558.02/2603.84	c INPROCESSING
2558.02/2603.84	c GARBAGE COLLECT
2558.02/2603.84	c rational objective -227
2639.33/2685.93	c #Conflicts:    2487000 | #Constraints:     168515
2639.33/2685.93	c #Conflicts:    2488000 | #Constraints:     169563
2639.33/2685.93	c #Conflicts:    2489000 | #Constraints:     170614
2639.33/2685.93	c #Conflicts:    2490000 | #Constraints:     171654
2639.33/2685.93	c #Conflicts:    2491000 | #Constraints:     172684
2639.33/2685.93	c #Conflicts:    2492000 | #Constraints:     173733
2639.33/2685.93	c #Conflicts:    2493000 | #Constraints:     174782
2639.33/2685.93	c #Conflicts:    2494000 | #Constraints:     175828
2639.33/2685.93	c #Conflicts:    2495000 | #Constraints:     176877
2639.33/2685.93	c #Conflicts:    2496000 | #Constraints:     177917
2639.33/2685.93	c #Conflicts:    2497000 | #Constraints:     178960
2639.33/2685.93	c #Conflicts:    2498000 | #Constraints:     180005
2639.33/2685.93	c #Conflicts:    2499000 | #Constraints:     181038
2639.33/2685.93	c #Conflicts:    2500000 | #Constraints:     182074
2639.33/2685.93	c #Conflicts:    2501000 | #Constraints:     183121
2639.33/2685.93	c #Conflicts:    2502000 | #Constraints:     184166
2639.33/2685.93	c #Conflicts:    2503000 | #Constraints:     185207
2639.33/2685.93	c #Conflicts:    2504000 | #Constraints:     186253
2639.33/2685.93	c #Conflicts:    2505000 | #Constraints:     187294
2639.33/2685.93	c #Conflicts:    2506000 | #Constraints:     188331
2639.33/2685.93	c #Conflicts:    2507000 | #Constraints:     189376
2639.33/2685.93	c #Conflicts:    2508000 | #Constraints:     190429
2639.33/2685.93	c #Conflicts:    2509000 | #Constraints:     191471
2639.33/2685.93	c #Conflicts:    2510000 | #Constraints:     192523
2639.33/2685.93	c #Conflicts:    2511000 | #Constraints:     193572
2639.33/2685.93	c #Conflicts:    2512000 | #Constraints:     194611
2639.33/2685.93	c #Conflicts:    2513000 | #Constraints:     195665
2639.33/2685.93	c #Conflicts:    2514000 | #Constraints:     196717
2639.33/2685.93	c #Conflicts:    2515000 | #Constraints:     197752
2639.33/2685.93	c #Conflicts:    2516000 | #Constraints:     198783
2639.33/2685.93	c #Conflicts:    2517000 | #Constraints:     199823
2639.33/2685.93	c #Conflicts:    2518000 | #Constraints:     200857
2639.33/2685.93	c #Conflicts:    2519000 | #Constraints:     201893
2639.33/2685.93	c #Conflicts:    2520000 | #Constraints:     202937
2639.33/2685.93	c #Conflicts:    2521000 | #Constraints:     203974
2639.33/2685.93	c #Conflicts:    2522000 | #Constraints:     205031
2639.33/2685.93	c #Conflicts:    2523000 | #Constraints:     206073
2639.33/2685.93	c #Conflicts:    2524000 | #Constraints:     207119
2639.33/2685.93	c #Conflicts:    2525000 | #Constraints:     208156
2639.33/2685.93	c #Conflicts:    2526000 | #Constraints:     209187
2639.33/2685.93	c #Conflicts:    2527000 | #Constraints:     210236
2639.33/2685.93	c INPROCESSING
2639.33/2685.93	c GARBAGE COLLECT
2639.33/2685.93	c rational objective -227
2716.55/2768.51	c #Conflicts:    2528000 | #Constraints:     148096
2716.55/2768.51	c #Conflicts:    2529000 | #Constraints:     149096
2716.55/2768.51	c #Conflicts:    2530000 | #Constraints:     150096
2716.55/2768.51	c #Conflicts:    2531000 | #Constraints:     151096
2716.55/2768.51	c #Conflicts:    2532000 | #Constraints:     152096
2716.55/2768.51	c #Conflicts:    2533000 | #Constraints:     153096
2716.55/2768.51	c #Conflicts:    2534000 | #Constraints:     154096
2716.55/2768.51	c #Conflicts:    2535000 | #Constraints:     155096
2716.55/2768.51	c #Conflicts:    2536000 | #Constraints:     156096
2716.55/2768.51	c #Conflicts:    2537000 | #Constraints:     157096
2716.55/2768.51	c #Conflicts:    2538000 | #Constraints:     158096
2716.55/2768.51	c #Conflicts:    2539000 | #Constraints:     159096
2716.55/2768.51	c #Conflicts:    2540000 | #Constraints:     160096
2716.55/2768.51	c #Conflicts:    2541000 | #Constraints:     161096
2716.55/2768.51	c #Conflicts:    2542000 | #Constraints:     162096
2716.55/2768.51	c #Conflicts:    2543000 | #Constraints:     163096
2716.55/2768.51	c #Conflicts:    2544000 | #Constraints:     164096
2716.55/2768.51	c #Conflicts:    2545000 | #Constraints:     165096
2716.55/2768.51	c #Conflicts:    2546000 | #Constraints:     166096
2716.55/2768.51	c #Conflicts:    2547000 | #Constraints:     167096
2716.55/2768.51	c #Conflicts:    2548000 | #Constraints:     168096
2716.55/2768.51	c #Conflicts:    2549000 | #Constraints:     169096
2716.55/2768.51	c #Conflicts:    2550000 | #Constraints:     170096
2716.55/2768.51	c #Conflicts:    2551000 | #Constraints:     171096
2716.55/2768.51	c #Conflicts:    2552000 | #Constraints:     172096
2716.55/2768.51	c #Conflicts:    2553000 | #Constraints:     173096
2716.55/2768.51	c #Conflicts:    2554000 | #Constraints:     174096
2716.55/2768.51	c #Conflicts:    2555000 | #Constraints:     175096
2716.55/2768.51	c #Conflicts:    2556000 | #Constraints:     176096
2716.55/2768.51	c #Conflicts:    2557000 | #Constraints:     177096
2716.55/2768.51	c #Conflicts:    2558000 | #Constraints:     178096
2716.55/2768.51	c #Conflicts:    2559000 | #Constraints:     179096
2716.55/2768.51	c #Conflicts:    2560000 | #Constraints:     180096
2716.55/2768.51	c #Conflicts:    2561000 | #Constraints:     181096
2716.55/2768.51	c #Conflicts:    2562000 | #Constraints:     182096
2716.55/2768.51	c #Conflicts:    2563000 | #Constraints:     183096
2716.55/2768.51	c #Conflicts:    2564000 | #Constraints:     184096
2716.55/2768.51	c #Conflicts:    2565000 | #Constraints:     185096
2716.55/2768.51	c #Conflicts:    2566000 | #Constraints:     186096
2716.55/2768.51	c #Conflicts:    2567000 | #Constraints:     187096
2716.55/2768.51	c #Conflicts:    2568000 | #Constraints:     188096
2716.55/2768.51	c #Conflicts:    2569000 | #Constraints:     189096
2716.55/2768.51	c #Conflicts:    2570000 | #Constraints:     190096
2716.55/2768.51	c #Conflicts:    2571000 | #Constraints:     191096
2716.55/2768.51	c #Conflicts:    2572000 | #Constraints:     192096
2716.55/2768.51	c #Conflicts:    2573000 | #Constraints:     193096
2716.55/2768.51	c #Conflicts:    2574000 | #Constraints:     194096
2716.55/2768.51	c #Conflicts:    2575000 | #Constraints:     195096
2716.55/2768.51	c #Conflicts:    2576000 | #Constraints:     196096
2716.55/2768.51	c #Conflicts:    2577000 | #Constraints:     197096
2716.55/2768.51	c #Conflicts:    2578000 | #Constraints:     198096
2716.55/2768.51	c #Conflicts:    2579000 | #Constraints:     199096
2716.55/2768.51	c #Conflicts:    2580000 | #Constraints:     200096
2716.55/2768.51	c #Conflicts:    2581000 | #Constraints:     201096
2716.55/2768.51	c #Conflicts:    2582000 | #Constraints:     202096
2716.55/2768.51	c #Conflicts:    2583000 | #Constraints:     203096
2716.55/2768.51	c #Conflicts:    2584000 | #Constraints:     204096
2716.55/2768.51	c #Conflicts:    2585000 | #Constraints:     205096
2716.55/2768.51	c #Conflicts:    2586000 | #Constraints:     206096
2716.55/2768.51	c #Conflicts:    2587000 | #Constraints:     207096
2716.55/2768.51	c #Conflicts:    2588000 | #Constraints:     208096
2716.55/2768.51	c #Conflicts:    2589000 | #Constraints:     209096
2716.55/2768.51	c #Conflicts:    2590000 | #Constraints:     210096
2716.55/2768.51	c #Conflicts:    2591000 | #Constraints:     211096
2716.55/2768.51	c #Conflicts:    2592000 | #Constraints:     212096
2716.55/2768.51	c #Conflicts:    2593000 | #Constraints:     213096
2716.55/2768.51	c #Conflicts:    2594000 | #Constraints:     214096
2716.55/2768.51	c #Conflicts:    2595000 | #Constraints:     215096
2716.55/2768.51	c #Conflicts:    2596000 | #Constraints:     216096
2716.55/2768.51	c #Conflicts:    2597000 | #Constraints:     217096
2716.55/2768.51	c #Conflicts:    2598000 | #Constraints:     218096
2716.55/2768.51	c #Conflicts:    2599000 | #Constraints:     219096
2716.55/2768.51	c #Conflicts:    2600000 | #Constraints:     220096
2716.55/2768.51	c #Conflicts:    2601000 | #Constraints:     221096
2716.55/2768.51	c #Conflicts:    2602000 | #Constraints:     222096
2716.55/2768.51	c #Conflicts:    2603000 | #Constraints:     223096
2716.55/2768.51	c #Conflicts:    2604000 | #Constraints:     224096
2716.55/2768.51	c #Conflicts:    2605000 | #Constraints:     225096
2716.55/2768.51	c #Conflicts:    2606000 | #Constraints:     226096
2747.74/2799.97	c #Conflicts:    2607000 | #Constraints:     227096
2747.74/2799.97	c #Conflicts:    2608000 | #Constraints:     228096
2747.74/2799.97	c #Conflicts:    2609000 | #Constraints:     229096
2747.74/2799.97	c #Conflicts:    2610000 | #Constraints:     230096
2747.74/2799.97	c #Conflicts:    2611000 | #Constraints:     231096
2747.74/2799.97	c #Conflicts:    2612000 | #Constraints:     232096
2747.74/2799.97	c #Conflicts:    2613000 | #Constraints:     233096
2747.74/2799.97	c #Conflicts:    2614000 | #Constraints:     234096
2747.74/2799.97	c #Conflicts:    2615000 | #Constraints:     235096
2747.74/2799.97	c #Conflicts:    2616000 | #Constraints:     236096
2747.74/2799.97	c #Conflicts:    2617000 | #Constraints:     237096
2747.74/2799.97	c #Conflicts:    2618000 | #Constraints:     238096
2747.74/2799.97	c #Conflicts:    2619000 | #Constraints:     239096
2747.74/2799.97	c #Conflicts:    2620000 | #Constraints:     240096
2747.74/2799.97	c #Conflicts:    2621000 | #Constraints:     241096
2747.74/2799.97	c #Conflicts:    2622000 | #Constraints:     242096
2747.74/2799.97	c #Conflicts:    2623000 | #Constraints:     243096
2747.74/2799.97	c #Conflicts:    2624000 | #Constraints:     244096
2747.74/2799.97	c #Conflicts:    2625000 | #Constraints:     245096
2747.74/2799.97	c #Conflicts:    2626000 | #Constraints:     246096
2747.74/2799.97	c #Conflicts:    2627000 | #Constraints:     247096
2747.74/2799.97	c bounds -42 >= -226 @ 2723.54
2760.97/2813.28	c #Conflicts:    2628000 | #Constraints:     248129
2760.97/2813.28	c #Conflicts:    2629000 | #Constraints:     249129
2760.97/2813.28	c #Conflicts:    2630000 | #Constraints:     250129
2760.97/2813.28	c #Conflicts:    2631000 | #Constraints:     251129
2760.97/2813.28	c #Conflicts:    2632000 | #Constraints:     252129
2760.97/2813.28	c #Conflicts:    2633000 | #Constraints:     253129
2760.97/2813.28	c #Conflicts:    2634000 | #Constraints:     254129
2760.97/2813.28	c #Conflicts:    2635000 | #Constraints:     255129
2760.97/2813.28	c #Conflicts:    2636000 | #Constraints:     256129
2760.97/2813.28	c #Conflicts:    2637000 | #Constraints:     257129
2760.97/2813.28	c INPROCESSING
2760.97/2813.28	c GARBAGE COLLECT
2760.97/2813.28	c rational objective -226
2801.35/2854.35	c #Conflicts:    2638000 | #Constraints:     171620
2801.35/2854.35	c #Conflicts:    2639000 | #Constraints:     172620
2801.35/2854.35	c #Conflicts:    2640000 | #Constraints:     173620
2801.35/2854.35	c #Conflicts:    2641000 | #Constraints:     174620
2801.35/2854.35	c #Conflicts:    2642000 | #Constraints:     175620
2801.35/2854.35	c #Conflicts:    2643000 | #Constraints:     176620
2801.35/2854.35	c #Conflicts:    2644000 | #Constraints:     177620
2801.35/2854.35	c #Conflicts:    2645000 | #Constraints:     178620
2801.35/2854.35	c #Conflicts:    2646000 | #Constraints:     179620
2801.35/2854.35	c #Conflicts:    2647000 | #Constraints:     180620
2801.35/2854.35	c #Conflicts:    2648000 | #Constraints:     181620
2801.35/2854.35	c #Conflicts:    2649000 | #Constraints:     182620
2801.35/2854.35	c #Conflicts:    2650000 | #Constraints:     183620
2801.35/2854.35	c #Conflicts:    2651000 | #Constraints:     184620
2801.35/2854.35	c #Conflicts:    2652000 | #Constraints:     185620
2801.35/2854.35	c #Conflicts:    2653000 | #Constraints:     186620
2801.35/2854.35	c #Conflicts:    2654000 | #Constraints:     187620
2801.35/2854.35	c #Conflicts:    2655000 | #Constraints:     188620
2801.35/2854.35	c #Conflicts:    2656000 | #Constraints:     189620
2801.35/2854.35	c #Conflicts:    2657000 | #Constraints:     190620
2801.35/2854.35	c #Conflicts:    2658000 | #Constraints:     191620
2801.35/2854.35	c #Conflicts:    2659000 | #Constraints:     192620
2801.35/2854.35	c #Conflicts:    2660000 | #Constraints:     193620
2801.35/2854.35	c #Conflicts:    2661000 | #Constraints:     194620
2801.35/2854.35	c #Conflicts:    2662000 | #Constraints:     195620
2801.35/2854.35	c #Conflicts:    2663000 | #Constraints:     196620
2801.35/2854.35	c #Conflicts:    2664000 | #Constraints:     197620
2801.35/2854.35	c #Conflicts:    2665000 | #Constraints:     198620
2801.35/2854.35	c #Conflicts:    2666000 | #Constraints:     199620
2801.35/2854.35	c #Conflicts:    2667000 | #Constraints:     200620
2801.35/2854.35	c #Conflicts:    2668000 | #Constraints:     201620
2801.35/2854.35	c #Conflicts:    2669000 | #Constraints:     202620
2801.35/2854.35	c #Conflicts:    2670000 | #Constraints:     203620
2801.35/2854.35	c #Conflicts:    2671000 | #Constraints:     204620
2801.35/2854.35	c #Conflicts:    2672000 | #Constraints:     205620
2801.35/2854.35	c #Conflicts:    2673000 | #Constraints:     206620
2801.35/2854.35	c #Conflicts:    2674000 | #Constraints:     207620
2801.35/2854.35	c #Conflicts:    2675000 | #Constraints:     208620
2801.35/2854.35	c #Conflicts:    2676000 | #Constraints:     209620
2801.35/2854.35	c #Conflicts:    2677000 | #Constraints:     210620
2801.35/2854.35	c #Conflicts:    2678000 | #Constraints:     211620
2801.35/2854.35	c #Conflicts:    2679000 | #Constraints:     212620
2801.35/2854.35	c INPROCESSING
2801.35/2854.35	c GARBAGE COLLECT
2801.35/2854.35	c rational objective -226
2879.47/2933.30	c #Conflicts:    2680000 | #Constraints:     149351
2879.47/2933.30	c #Conflicts:    2681000 | #Constraints:     150351
2879.47/2933.30	c #Conflicts:    2682000 | #Constraints:     151351
2879.47/2933.30	c #Conflicts:    2683000 | #Constraints:     152351
2879.47/2933.30	c #Conflicts:    2684000 | #Constraints:     153351
2879.47/2933.30	c #Conflicts:    2685000 | #Constraints:     154351
2879.47/2933.30	c #Conflicts:    2686000 | #Constraints:     155351
2879.47/2933.30	c #Conflicts:    2687000 | #Constraints:     156351
2879.47/2933.30	c #Conflicts:    2688000 | #Constraints:     157351
2879.47/2933.30	c #Conflicts:    2689000 | #Constraints:     158351
2879.47/2933.30	c #Conflicts:    2690000 | #Constraints:     159351
2879.47/2933.30	c #Conflicts:    2691000 | #Constraints:     160351
2879.47/2933.30	c #Conflicts:    2692000 | #Constraints:     161351
2879.47/2933.30	c #Conflicts:    2693000 | #Constraints:     162351
2879.47/2933.30	c #Conflicts:    2694000 | #Constraints:     163351
2879.47/2933.30	c #Conflicts:    2695000 | #Constraints:     164351
2879.47/2933.30	c #Conflicts:    2696000 | #Constraints:     165351
2879.47/2933.30	c #Conflicts:    2697000 | #Constraints:     166351
2879.47/2933.30	c #Conflicts:    2698000 | #Constraints:     167351
2879.47/2933.30	c #Conflicts:    2699000 | #Constraints:     168351
2879.47/2933.30	c #Conflicts:    2700000 | #Constraints:     169351
2879.47/2933.30	c #Conflicts:    2701000 | #Constraints:     170351
2879.47/2933.30	c #Conflicts:    2702000 | #Constraints:     171351
2879.47/2933.30	c #Conflicts:    2703000 | #Constraints:     172351
2879.47/2933.30	c #Conflicts:    2704000 | #Constraints:     173351
2879.47/2933.30	c #Conflicts:    2705000 | #Constraints:     174351
2879.47/2933.30	c #Conflicts:    2706000 | #Constraints:     175351
2879.47/2933.30	c #Conflicts:    2707000 | #Constraints:     176351
2879.47/2933.30	c #Conflicts:    2708000 | #Constraints:     177351
2879.47/2933.30	c #Conflicts:    2709000 | #Constraints:     178351
2879.47/2933.30	c #Conflicts:    2710000 | #Constraints:     179351
2879.47/2933.30	c #Conflicts:    2711000 | #Constraints:     180351
2879.47/2933.30	c #Conflicts:    2712000 | #Constraints:     181351
2879.47/2933.30	c #Conflicts:    2713000 | #Constraints:     182351
2879.47/2933.30	c #Conflicts:    2714000 | #Constraints:     183351
2879.47/2933.30	c #Conflicts:    2715000 | #Constraints:     184351
2879.47/2933.30	c #Conflicts:    2716000 | #Constraints:     185351
2879.47/2933.30	c #Conflicts:    2717000 | #Constraints:     186351
2879.47/2933.30	c #Conflicts:    2718000 | #Constraints:     187351
2879.47/2933.30	c #Conflicts:    2719000 | #Constraints:     188351
2879.47/2933.30	c #Conflicts:    2720000 | #Constraints:     189351
2879.47/2933.30	c #Conflicts:    2721000 | #Constraints:     190351
2879.47/2933.30	c #Conflicts:    2722000 | #Constraints:     191351
2879.47/2933.30	c #Conflicts:    2723000 | #Constraints:     192351
2879.47/2933.30	c #Conflicts:    2724000 | #Constraints:     193351
2879.47/2933.30	c #Conflicts:    2725000 | #Constraints:     194351
2879.47/2933.30	c #Conflicts:    2726000 | #Constraints:     195351
2879.47/2933.30	c #Conflicts:    2727000 | #Constraints:     196351
2879.47/2933.30	c #Conflicts:    2728000 | #Constraints:     197351
2879.47/2933.30	c #Conflicts:    2729000 | #Constraints:     198351
2879.47/2933.30	c #Conflicts:    2730000 | #Constraints:     199351
2879.47/2933.30	c #Conflicts:    2731000 | #Constraints:     200351
2879.47/2933.30	c #Conflicts:    2732000 | #Constraints:     201351
2879.47/2933.30	c #Conflicts:    2733000 | #Constraints:     202351
2879.47/2933.30	c #Conflicts:    2734000 | #Constraints:     203351
2879.47/2933.30	c #Conflicts:    2735000 | #Constraints:     204351
2879.47/2933.30	c #Conflicts:    2736000 | #Constraints:     205351
2879.47/2933.30	c #Conflicts:    2737000 | #Constraints:     206351
2879.47/2933.30	c #Conflicts:    2738000 | #Constraints:     207351
2879.47/2933.30	c #Conflicts:    2739000 | #Constraints:     208351
2879.47/2933.30	c #Conflicts:    2740000 | #Constraints:     209351
2879.47/2933.30	c #Conflicts:    2741000 | #Constraints:     210351
2879.47/2933.30	c #Conflicts:    2742000 | #Constraints:     211351
2879.47/2933.30	c #Conflicts:    2743000 | #Constraints:     212351
2879.47/2933.30	c #Conflicts:    2744000 | #Constraints:     213351
2879.47/2933.30	c #Conflicts:    2745000 | #Constraints:     214351
2879.47/2933.30	c #Conflicts:    2746000 | #Constraints:     215351
2879.47/2933.30	c #Conflicts:    2747000 | #Constraints:     216351
2879.47/2933.30	c #Conflicts:    2748000 | #Constraints:     217351
2879.47/2933.30	c #Conflicts:    2749000 | #Constraints:     218351
2879.47/2933.30	c #Conflicts:    2750000 | #Constraints:     219351
2879.47/2933.30	c #Conflicts:    2751000 | #Constraints:     220351
2879.47/2933.30	c #Conflicts:    2752000 | #Constraints:     221351
2879.47/2933.30	c #Conflicts:    2753000 | #Constraints:     222351
2879.47/2933.30	c #Conflicts:    2754000 | #Constraints:     223351
2879.47/2933.30	c #Conflicts:    2755000 | #Constraints:     224351
2879.47/2933.30	c #Conflicts:    2756000 | #Constraints:     225351
2879.47/2933.30	c #Conflicts:    2757000 | #Constraints:     226351
2879.47/2933.30	c #Conflicts:    2758000 | #Constraints:     227351
2908.31/2962.39	c #Conflicts:    2759000 | #Constraints:     228351
2908.31/2962.39	c #Conflicts:    2760000 | #Constraints:     229351
2908.31/2962.39	c #Conflicts:    2761000 | #Constraints:     230351
2908.31/2962.39	c #Conflicts:    2762000 | #Constraints:     231351
2908.31/2962.39	c #Conflicts:    2763000 | #Constraints:     232351
2908.31/2962.39	c #Conflicts:    2764000 | #Constraints:     233351
2908.31/2962.39	c #Conflicts:    2765000 | #Constraints:     234351
2908.31/2962.39	c #Conflicts:    2766000 | #Constraints:     235351
2908.31/2962.39	c #Conflicts:    2767000 | #Constraints:     236351
2908.31/2962.39	c #Conflicts:    2768000 | #Constraints:     237351
2908.31/2962.39	c #Conflicts:    2769000 | #Constraints:     238351
2908.31/2962.39	c #Conflicts:    2770000 | #Constraints:     239351
2908.31/2962.39	c #Conflicts:    2771000 | #Constraints:     240351
2908.31/2962.39	c #Conflicts:    2772000 | #Constraints:     241351
2908.31/2962.39	c #Conflicts:    2773000 | #Constraints:     242351
2908.31/2962.39	c #Conflicts:    2774000 | #Constraints:     243351
2908.31/2962.39	c #Conflicts:    2775000 | #Constraints:     244351
2908.31/2962.39	c #Conflicts:    2776000 | #Constraints:     245351
2908.31/2962.39	c #Conflicts:    2777000 | #Constraints:     246351
2908.31/2962.39	c bounds -42 >= -225 @ 2882.76
2931.06/2985.13	c #Conflicts:    2778000 | #Constraints:     247411
2931.06/2985.13	c #Conflicts:    2779000 | #Constraints:     248411
2931.06/2985.13	c #Conflicts:    2780000 | #Constraints:     249411
2931.06/2985.13	c #Conflicts:    2781000 | #Constraints:     250411
2931.06/2985.13	c #Conflicts:    2782000 | #Constraints:     251411
2931.06/2985.13	c #Conflicts:    2783000 | #Constraints:     252411
2931.06/2985.13	c #Conflicts:    2784000 | #Constraints:     253411
2931.06/2985.13	c #Conflicts:    2785000 | #Constraints:     254411
2931.06/2985.13	c #Conflicts:    2786000 | #Constraints:     255411
2931.06/2985.13	c #Conflicts:    2787000 | #Constraints:     256411
2931.06/2985.13	c #Conflicts:    2788000 | #Constraints:     257411
2931.06/2985.13	c #Conflicts:    2789000 | #Constraints:     258411
2931.06/2985.13	c #Conflicts:    2790000 | #Constraints:     259411
2931.06/2985.13	c #Conflicts:    2791000 | #Constraints:     260411
2931.06/2985.13	c #Conflicts:    2792000 | #Constraints:     261411
2931.06/2985.13	c INPROCESSING
2931.06/2985.13	c GARBAGE COLLECT
2931.06/2985.13	c rational objective -225
2972.76/3027.03	c #Conflicts:    2793000 | #Constraints:     173734
2972.76/3027.03	c #Conflicts:    2794000 | #Constraints:     174734
2972.76/3027.03	c #Conflicts:    2795000 | #Constraints:     175734
2972.76/3027.03	c #Conflicts:    2796000 | #Constraints:     176734
2972.76/3027.03	c #Conflicts:    2797000 | #Constraints:     177734
2972.76/3027.03	c #Conflicts:    2798000 | #Constraints:     178734
2972.76/3027.03	c #Conflicts:    2799000 | #Constraints:     179734
2972.76/3027.03	c #Conflicts:    2800000 | #Constraints:     180734
2972.76/3027.03	c #Conflicts:    2801000 | #Constraints:     181734
2972.76/3027.03	c #Conflicts:    2802000 | #Constraints:     182734
2972.76/3027.03	c #Conflicts:    2803000 | #Constraints:     183734
2972.76/3027.03	c #Conflicts:    2804000 | #Constraints:     184734
2972.76/3027.03	c #Conflicts:    2805000 | #Constraints:     185734
2972.76/3027.03	c #Conflicts:    2806000 | #Constraints:     186734
2972.76/3027.03	c #Conflicts:    2807000 | #Constraints:     187734
2972.76/3027.03	c #Conflicts:    2808000 | #Constraints:     188734
2972.76/3027.03	c #Conflicts:    2809000 | #Constraints:     189734
2972.76/3027.03	c #Conflicts:    2810000 | #Constraints:     190734
2972.76/3027.03	c #Conflicts:    2811000 | #Constraints:     191734
2972.76/3027.03	c #Conflicts:    2812000 | #Constraints:     192734
2972.76/3027.03	c #Conflicts:    2813000 | #Constraints:     193734
2972.76/3027.03	c #Conflicts:    2814000 | #Constraints:     194734
2972.76/3027.03	c #Conflicts:    2815000 | #Constraints:     195734
2972.76/3027.03	c #Conflicts:    2816000 | #Constraints:     196734
2972.76/3027.03	c #Conflicts:    2817000 | #Constraints:     197734
2972.76/3027.03	c #Conflicts:    2818000 | #Constraints:     198734
2972.76/3027.03	c #Conflicts:    2819000 | #Constraints:     199734
2972.76/3027.03	c #Conflicts:    2820000 | #Constraints:     200734
2972.76/3027.03	c #Conflicts:    2821000 | #Constraints:     201734
2972.76/3027.03	c #Conflicts:    2822000 | #Constraints:     202734
2972.76/3027.03	c #Conflicts:    2823000 | #Constraints:     203734
2972.76/3027.03	c #Conflicts:    2824000 | #Constraints:     204734
2972.76/3027.03	c #Conflicts:    2825000 | #Constraints:     205734
2972.76/3027.03	c #Conflicts:    2826000 | #Constraints:     206734
2972.76/3027.03	c #Conflicts:    2827000 | #Constraints:     207734
2972.76/3027.03	c #Conflicts:    2828000 | #Constraints:     208734
2972.76/3027.03	c #Conflicts:    2829000 | #Constraints:     209734
2972.76/3027.03	c #Conflicts:    2830000 | #Constraints:     210734
2972.76/3027.03	c #Conflicts:    2831000 | #Constraints:     211734
2972.76/3027.03	c #Conflicts:    2832000 | #Constraints:     212734
2972.76/3027.03	c #Conflicts:    2833000 | #Constraints:     213734
2972.76/3027.03	c #Conflicts:    2834000 | #Constraints:     214734
2972.76/3027.03	c #Conflicts:    2835000 | #Constraints:     215734
2972.76/3027.03	c #Conflicts:    2836000 | #Constraints:     216734
2972.76/3027.03	c INPROCESSING
2972.76/3027.03	c GARBAGE COLLECT
2972.76/3027.03	c rational objective -225
3016.83/3071.36	c #Conflicts:    2837000 | #Constraints:     151856
3016.83/3071.36	c #Conflicts:    2838000 | #Constraints:     152856
3016.83/3071.36	c #Conflicts:    2839000 | #Constraints:     153856
3016.83/3071.36	c #Conflicts:    2840000 | #Constraints:     154856
3016.83/3071.36	c #Conflicts:    2841000 | #Constraints:     155856
3016.83/3071.36	c #Conflicts:    2842000 | #Constraints:     156856
3016.83/3071.36	c #Conflicts:    2843000 | #Constraints:     157856
3016.83/3071.36	c #Conflicts:    2844000 | #Constraints:     158856
3016.83/3071.36	c #Conflicts:    2845000 | #Constraints:     159856
3016.83/3071.36	c #Conflicts:    2846000 | #Constraints:     160856
3016.83/3071.36	c #Conflicts:    2847000 | #Constraints:     161856
3016.83/3071.36	c #Conflicts:    2848000 | #Constraints:     162856
3016.83/3071.36	c #Conflicts:    2849000 | #Constraints:     163856
3016.83/3071.36	c #Conflicts:    2850000 | #Constraints:     164856
3016.83/3071.36	c #Conflicts:    2851000 | #Constraints:     165856
3016.83/3071.36	c #Conflicts:    2852000 | #Constraints:     166856
3016.83/3071.36	c #Conflicts:    2853000 | #Constraints:     167856
3016.83/3071.36	c #Conflicts:    2854000 | #Constraints:     168856
3016.83/3071.36	c #Conflicts:    2855000 | #Constraints:     169856
3016.83/3071.36	c #Conflicts:    2856000 | #Constraints:     170856
3016.83/3071.36	c #Conflicts:    2857000 | #Constraints:     171856
3016.83/3071.36	c #Conflicts:    2858000 | #Constraints:     172856
3016.83/3071.36	c #Conflicts:    2859000 | #Constraints:     173856
3016.83/3071.36	c #Conflicts:    2860000 | #Constraints:     174856
3016.83/3071.36	c #Conflicts:    2861000 | #Constraints:     175856
3016.83/3071.36	c #Conflicts:    2862000 | #Constraints:     176856
3016.83/3071.36	c #Conflicts:    2863000 | #Constraints:     177856
3016.83/3071.36	c #Conflicts:    2864000 | #Constraints:     178856
3016.83/3071.36	c #Conflicts:    2865000 | #Constraints:     179856
3016.83/3071.36	c #Conflicts:    2866000 | #Constraints:     180856
3016.83/3071.36	c #Conflicts:    2867000 | #Constraints:     181856
3016.83/3071.36	c #Conflicts:    2868000 | #Constraints:     182856
3016.83/3071.36	c #Conflicts:    2869000 | #Constraints:     183856
3016.83/3071.36	c #Conflicts:    2870000 | #Constraints:     184856
3016.83/3071.36	c #Conflicts:    2871000 | #Constraints:     185856
3016.83/3071.36	c #Conflicts:    2872000 | #Constraints:     186856
3016.83/3071.36	c #Conflicts:    2873000 | #Constraints:     187856
3016.83/3071.36	c #Conflicts:    2874000 | #Constraints:     188856
3016.83/3071.36	c #Conflicts:    2875000 | #Constraints:     189856
3016.83/3071.36	c #Conflicts:    2876000 | #Constraints:     190856
3016.83/3071.36	c #Conflicts:    2877000 | #Constraints:     191856
3016.83/3071.36	c #Conflicts:    2878000 | #Constraints:     192856
3016.83/3071.36	c #Conflicts:    2879000 | #Constraints:     193856
3016.83/3071.36	c #Conflicts:    2880000 | #Constraints:     194856
3016.83/3071.36	c #Conflicts:    2881000 | #Constraints:     195856
3016.83/3071.36	c #Conflicts:    2882000 | #Constraints:     196856
3016.83/3071.36	c #Conflicts:    2883000 | #Constraints:     197856
3016.83/3071.36	c #Conflicts:    2884000 | #Constraints:     198856
3016.83/3071.36	c #Conflicts:    2885000 | #Constraints:     199856
3016.83/3071.36	c bounds -42 >= -224 @ 2990.32
3110.94/3165.89	c #Conflicts:    2886000 | #Constraints:     200904
3110.94/3165.89	c #Conflicts:    2887000 | #Constraints:     201904
3110.94/3165.89	c #Conflicts:    2888000 | #Constraints:     202904
3110.94/3165.89	c #Conflicts:    2889000 | #Constraints:     203904
3110.94/3165.89	c #Conflicts:    2890000 | #Constraints:     204904
3110.94/3165.89	c #Conflicts:    2891000 | #Constraints:     205904
3110.94/3165.89	c #Conflicts:    2892000 | #Constraints:     206904
3110.94/3165.89	c #Conflicts:    2893000 | #Constraints:     207904
3110.94/3165.89	c #Conflicts:    2894000 | #Constraints:     208904
3110.94/3165.89	c #Conflicts:    2895000 | #Constraints:     209904
3110.94/3165.89	c #Conflicts:    2896000 | #Constraints:     210904
3110.94/3165.89	c #Conflicts:    2897000 | #Constraints:     211904
3110.94/3165.89	c #Conflicts:    2898000 | #Constraints:     212904
3110.94/3165.89	c #Conflicts:    2899000 | #Constraints:     213904
3110.94/3165.89	c #Conflicts:    2900000 | #Constraints:     214904
3110.94/3165.89	c #Conflicts:    2901000 | #Constraints:     215904
3110.94/3165.89	c #Conflicts:    2902000 | #Constraints:     216904
3110.94/3165.89	c #Conflicts:    2903000 | #Constraints:     217904
3110.94/3165.89	c #Conflicts:    2904000 | #Constraints:     218904
3110.94/3165.89	c #Conflicts:    2905000 | #Constraints:     219904
3110.94/3165.89	c #Conflicts:    2906000 | #Constraints:     220904
3110.94/3165.89	c #Conflicts:    2907000 | #Constraints:     221904
3110.94/3165.89	c #Conflicts:    2908000 | #Constraints:     222904
3110.94/3165.89	c #Conflicts:    2909000 | #Constraints:     223904
3110.94/3165.89	c #Conflicts:    2910000 | #Constraints:     224904
3110.94/3165.89	c #Conflicts:    2911000 | #Constraints:     225904
3110.94/3165.89	c #Conflicts:    2912000 | #Constraints:     226904
3110.94/3165.89	c #Conflicts:    2913000 | #Constraints:     227904
3110.94/3165.89	c #Conflicts:    2914000 | #Constraints:     228904
3110.94/3165.89	c #Conflicts:    2915000 | #Constraints:     229904
3110.94/3165.89	c #Conflicts:    2916000 | #Constraints:     230904
3110.94/3165.89	c #Conflicts:    2917000 | #Constraints:     231904
3110.94/3165.89	c #Conflicts:    2918000 | #Constraints:     232904
3110.94/3165.89	c #Conflicts:    2919000 | #Constraints:     233904
3110.94/3165.89	c #Conflicts:    2920000 | #Constraints:     234904
3110.94/3165.89	c #Conflicts:    2921000 | #Constraints:     235904
3110.94/3165.89	c #Conflicts:    2922000 | #Constraints:     236904
3110.94/3165.89	c #Conflicts:    2923000 | #Constraints:     237904
3110.94/3165.89	c #Conflicts:    2924000 | #Constraints:     238904
3110.94/3165.89	c #Conflicts:    2925000 | #Constraints:     239904
3110.94/3165.89	c #Conflicts:    2926000 | #Constraints:     240904
3110.94/3165.89	c #Conflicts:    2927000 | #Constraints:     241904
3110.94/3165.89	c #Conflicts:    2928000 | #Constraints:     242904
3110.94/3165.89	c #Conflicts:    2929000 | #Constraints:     243904
3110.94/3165.89	c #Conflicts:    2930000 | #Constraints:     244904
3110.94/3165.89	c #Conflicts:    2931000 | #Constraints:     245904
3110.94/3165.89	c #Conflicts:    2932000 | #Constraints:     246904
3110.94/3165.89	c #Conflicts:    2933000 | #Constraints:     247904
3110.94/3165.89	c #Conflicts:    2934000 | #Constraints:     248904
3110.94/3165.89	c #Conflicts:    2935000 | #Constraints:     249904
3110.94/3165.89	c #Conflicts:    2936000 | #Constraints:     250904
3110.94/3165.89	c #Conflicts:    2937000 | #Constraints:     251904
3110.94/3165.89	c #Conflicts:    2938000 | #Constraints:     252904
3110.94/3165.89	c #Conflicts:    2939000 | #Constraints:     253904
3110.94/3165.89	c #Conflicts:    2940000 | #Constraints:     254904
3110.94/3165.89	c #Conflicts:    2941000 | #Constraints:     255904
3110.94/3165.89	c #Conflicts:    2942000 | #Constraints:     256904
3110.94/3165.89	c #Conflicts:    2943000 | #Constraints:     257904
3110.94/3165.89	c #Conflicts:    2944000 | #Constraints:     258904
3110.94/3165.89	c #Conflicts:    2945000 | #Constraints:     259904
3110.94/3165.89	c #Conflicts:    2946000 | #Constraints:     260904
3110.94/3165.89	c #Conflicts:    2947000 | #Constraints:     261904
3110.94/3165.89	c #Conflicts:    2948000 | #Constraints:     262904
3110.94/3165.89	c #Conflicts:    2949000 | #Constraints:     263904
3110.94/3165.89	c #Conflicts:    2950000 | #Constraints:     264904
3110.94/3165.89	c #Conflicts:    2951000 | #Constraints:     265904
3110.94/3165.89	c #Conflicts:    2952000 | #Constraints:     266904
3110.94/3165.89	c INPROCESSING
3110.94/3165.89	c GARBAGE COLLECT
3110.94/3165.89	c rational objective -224
3114.72/3169.66	c #Conflicts:    2953000 | #Constraints:     176841
3114.72/3169.66	c #Conflicts:    2954000 | #Constraints:     177841
3114.72/3169.66	c #Conflicts:    2955000 | #Constraints:     178841
3114.72/3169.66	c #Conflicts:    2956000 | #Constraints:     179841
3114.72/3169.66	c #Conflicts:    2957000 | #Constraints:     180842
3114.72/3169.66	c #Conflicts:    2958000 | #Constraints:     181870
3114.72/3169.66	c bounds -43 >= -224 @ 3087.53
3161.66/3217.54	c #Conflicts:    2959000 | #Constraints:     182899
3161.66/3217.54	c #Conflicts:    2960000 | #Constraints:     183921
3161.66/3217.54	c #Conflicts:    2961000 | #Constraints:     184939
3161.66/3217.54	c #Conflicts:    2962000 | #Constraints:     185955
3161.66/3217.54	c #Conflicts:    2963000 | #Constraints:     186978
3161.66/3217.54	c #Conflicts:    2964000 | #Constraints:     187997
3161.66/3217.54	c #Conflicts:    2965000 | #Constraints:     189028
3161.66/3217.54	c #Conflicts:    2966000 | #Constraints:     190048
3161.66/3217.54	c #Conflicts:    2967000 | #Constraints:     191068
3161.66/3217.54	c #Conflicts:    2968000 | #Constraints:     192090
3161.66/3217.54	c #Conflicts:    2969000 | #Constraints:     193108
3161.66/3217.54	c #Conflicts:    2970000 | #Constraints:     194134
3161.66/3217.54	c #Conflicts:    2971000 | #Constraints:     195150
3161.66/3217.54	c #Conflicts:    2972000 | #Constraints:     196175
3161.66/3217.54	c #Conflicts:    2973000 | #Constraints:     197195
3161.66/3217.54	c #Conflicts:    2974000 | #Constraints:     198217
3161.66/3217.54	c #Conflicts:    2975000 | #Constraints:     199242
3161.66/3217.54	c #Conflicts:    2976000 | #Constraints:     200260
3161.66/3217.54	c #Conflicts:    2977000 | #Constraints:     201293
3161.66/3217.54	c #Conflicts:    2978000 | #Constraints:     202339
3161.66/3217.54	c #Conflicts:    2979000 | #Constraints:     203366
3161.66/3217.54	c #Conflicts:    2980000 | #Constraints:     204398
3161.66/3217.54	c #Conflicts:    2981000 | #Constraints:     205421
3161.66/3217.54	c #Conflicts:    2982000 | #Constraints:     206462
3161.66/3217.54	c #Conflicts:    2983000 | #Constraints:     207497
3161.66/3217.54	c #Conflicts:    2984000 | #Constraints:     208535
3161.66/3217.54	c #Conflicts:    2985000 | #Constraints:     209573
3161.66/3217.54	c #Conflicts:    2986000 | #Constraints:     210602
3161.66/3217.54	c #Conflicts:    2987000 | #Constraints:     211630
3161.66/3217.54	c #Conflicts:    2988000 | #Constraints:     212661
3161.66/3217.54	c #Conflicts:    2989000 | #Constraints:     213688
3161.66/3217.54	c #Conflicts:    2990000 | #Constraints:     214732
3161.66/3217.54	c #Conflicts:    2991000 | #Constraints:     215771
3161.66/3217.54	c #Conflicts:    2992000 | #Constraints:     216814
3161.66/3217.54	c #Conflicts:    2993000 | #Constraints:     217848
3161.66/3217.54	c #Conflicts:    2994000 | #Constraints:     218882
3161.66/3217.54	c #Conflicts:    2995000 | #Constraints:     219923
3161.66/3217.54	c #Conflicts:    2996000 | #Constraints:     220968
3161.66/3217.54	c #Conflicts:    2997000 | #Constraints:     222017
3161.66/3217.54	c INPROCESSING
3161.66/3217.54	c GARBAGE COLLECT
3161.66/3217.54	c rational objective -224
3240.59/3296.96	c #Conflicts:    2998000 | #Constraints:     155644
3240.59/3296.96	c #Conflicts:    2999000 | #Constraints:     156644
3240.59/3296.96	c #Conflicts:    3000000 | #Constraints:     157644
3240.59/3296.96	c #Conflicts:    3001000 | #Constraints:     158644
3240.59/3296.96	c #Conflicts:    3002000 | #Constraints:     159644
3240.59/3296.96	c #Conflicts:    3003000 | #Constraints:     160644
3240.59/3296.96	c #Conflicts:    3004000 | #Constraints:     161644
3240.59/3296.96	c #Conflicts:    3005000 | #Constraints:     162644
3240.59/3296.96	c #Conflicts:    3006000 | #Constraints:     163644
3240.59/3296.96	c #Conflicts:    3007000 | #Constraints:     164644
3240.59/3296.96	c #Conflicts:    3008000 | #Constraints:     165644
3240.59/3296.96	c #Conflicts:    3009000 | #Constraints:     166644
3240.59/3296.96	c #Conflicts:    3010000 | #Constraints:     167644
3240.59/3296.96	c #Conflicts:    3011000 | #Constraints:     168644
3240.59/3296.96	c #Conflicts:    3012000 | #Constraints:     169644
3240.59/3296.96	c #Conflicts:    3013000 | #Constraints:     170644
3240.59/3296.96	c #Conflicts:    3014000 | #Constraints:     171644
3240.59/3296.96	c #Conflicts:    3015000 | #Constraints:     172644
3240.59/3296.96	c #Conflicts:    3016000 | #Constraints:     173644
3240.59/3296.96	c #Conflicts:    3017000 | #Constraints:     174644
3240.59/3296.96	c #Conflicts:    3018000 | #Constraints:     175644
3240.59/3296.96	c #Conflicts:    3019000 | #Constraints:     176644
3240.59/3296.96	c #Conflicts:    3020000 | #Constraints:     177644
3240.59/3296.96	c #Conflicts:    3021000 | #Constraints:     178644
3240.59/3296.96	c #Conflicts:    3022000 | #Constraints:     179644
3240.59/3296.96	c #Conflicts:    3023000 | #Constraints:     180644
3240.59/3296.96	c #Conflicts:    3024000 | #Constraints:     181644
3240.59/3296.96	c #Conflicts:    3025000 | #Constraints:     182644
3240.59/3296.96	c #Conflicts:    3026000 | #Constraints:     183644
3240.59/3296.96	c #Conflicts:    3027000 | #Constraints:     184644
3240.59/3296.96	c #Conflicts:    3028000 | #Constraints:     185644
3240.59/3296.96	c #Conflicts:    3029000 | #Constraints:     186644
3240.59/3296.96	c #Conflicts:    3030000 | #Constraints:     187644
3240.59/3296.96	c #Conflicts:    3031000 | #Constraints:     188644
3240.59/3296.96	c #Conflicts:    3032000 | #Constraints:     189644
3240.59/3296.96	c #Conflicts:    3033000 | #Constraints:     190644
3240.59/3296.96	c #Conflicts:    3034000 | #Constraints:     191644
3240.59/3296.96	c #Conflicts:    3035000 | #Constraints:     192644
3240.59/3296.96	c #Conflicts:    3036000 | #Constraints:     193644
3240.59/3296.96	c #Conflicts:    3037000 | #Constraints:     194644
3240.59/3296.96	c #Conflicts:    3038000 | #Constraints:     195644
3240.59/3296.96	c #Conflicts:    3039000 | #Constraints:     196644
3240.59/3296.96	c #Conflicts:    3040000 | #Constraints:     197644
3240.59/3296.96	c #Conflicts:    3041000 | #Constraints:     198644
3240.59/3296.96	c #Conflicts:    3042000 | #Constraints:     199644
3240.59/3296.96	c #Conflicts:    3043000 | #Constraints:     200644
3240.59/3296.96	c #Conflicts:    3044000 | #Constraints:     201644
3240.59/3296.96	c #Conflicts:    3045000 | #Constraints:     202644
3240.59/3296.96	c #Conflicts:    3046000 | #Constraints:     203644
3240.59/3296.96	c #Conflicts:    3047000 | #Constraints:     204644
3240.59/3296.96	c #Conflicts:    3048000 | #Constraints:     205644
3240.59/3296.96	c #Conflicts:    3049000 | #Constraints:     206644
3240.59/3296.96	c #Conflicts:    3050000 | #Constraints:     207644
3240.59/3296.96	c #Conflicts:    3051000 | #Constraints:     208644
3240.59/3296.96	c #Conflicts:    3052000 | #Constraints:     209644
3240.59/3296.96	c #Conflicts:    3053000 | #Constraints:     210644
3240.59/3296.96	c #Conflicts:    3054000 | #Constraints:     211644
3240.59/3296.96	c #Conflicts:    3055000 | #Constraints:     212644
3240.59/3296.96	c #Conflicts:    3056000 | #Constraints:     213644
3240.59/3296.96	c #Conflicts:    3057000 | #Constraints:     214644
3240.59/3296.96	c #Conflicts:    3058000 | #Constraints:     215644
3240.59/3296.96	c #Conflicts:    3059000 | #Constraints:     216644
3240.59/3296.96	c #Conflicts:    3060000 | #Constraints:     217644
3240.59/3296.96	c #Conflicts:    3061000 | #Constraints:     218644
3240.59/3296.96	c #Conflicts:    3062000 | #Constraints:     219644
3240.59/3296.96	c #Conflicts:    3063000 | #Constraints:     220644
3240.59/3296.96	c #Conflicts:    3064000 | #Constraints:     221644
3240.59/3296.96	c #Conflicts:    3065000 | #Constraints:     222644
3240.59/3296.96	c #Conflicts:    3066000 | #Constraints:     223644
3240.59/3296.96	c #Conflicts:    3067000 | #Constraints:     224644
3240.59/3296.96	c #Conflicts:    3068000 | #Constraints:     225644
3240.59/3296.96	c #Conflicts:    3069000 | #Constraints:     226644
3240.59/3296.96	c #Conflicts:    3070000 | #Constraints:     227644
3240.59/3296.96	c #Conflicts:    3071000 | #Constraints:     228644
3240.59/3296.96	c #Conflicts:    3072000 | #Constraints:     229644
3240.59/3296.96	c #Conflicts:    3073000 | #Constraints:     230644
3240.59/3296.96	c #Conflicts:    3074000 | #Constraints:     231644
3240.59/3296.96	c #Conflicts:    3075000 | #Constraints:     232644
3240.59/3296.96	c #Conflicts:    3076000 | #Constraints:     233644
3304.11/3361.16	c #Conflicts:    3077000 | #Constraints:     234644
3304.11/3361.16	c #Conflicts:    3078000 | #Constraints:     235644
3304.11/3361.16	c #Conflicts:    3079000 | #Constraints:     236644
3304.11/3361.16	c #Conflicts:    3080000 | #Constraints:     237644
3304.11/3361.16	c #Conflicts:    3081000 | #Constraints:     238644
3304.11/3361.16	c #Conflicts:    3082000 | #Constraints:     239644
3304.11/3361.16	c #Conflicts:    3083000 | #Constraints:     240644
3304.11/3361.16	c #Conflicts:    3084000 | #Constraints:     241644
3304.11/3361.16	c #Conflicts:    3085000 | #Constraints:     242644
3304.11/3361.16	c #Conflicts:    3086000 | #Constraints:     243644
3304.11/3361.16	c #Conflicts:    3087000 | #Constraints:     244644
3304.11/3361.16	c #Conflicts:    3088000 | #Constraints:     245644
3304.11/3361.16	c #Conflicts:    3089000 | #Constraints:     246644
3304.11/3361.16	c #Conflicts:    3090000 | #Constraints:     247644
3304.11/3361.16	c #Conflicts:    3091000 | #Constraints:     248644
3304.11/3361.16	c #Conflicts:    3092000 | #Constraints:     249644
3304.11/3361.16	c #Conflicts:    3093000 | #Constraints:     250644
3304.11/3361.16	c #Conflicts:    3094000 | #Constraints:     251644
3304.11/3361.16	c #Conflicts:    3095000 | #Constraints:     252644
3304.11/3361.16	c #Conflicts:    3096000 | #Constraints:     253644
3304.11/3361.16	c #Conflicts:    3097000 | #Constraints:     254644
3304.11/3361.16	c #Conflicts:    3098000 | #Constraints:     255644
3304.11/3361.16	c #Conflicts:    3099000 | #Constraints:     256644
3304.11/3361.16	c #Conflicts:    3100000 | #Constraints:     257644
3304.11/3361.16	c #Conflicts:    3101000 | #Constraints:     258644
3304.11/3361.16	c #Conflicts:    3102000 | #Constraints:     259644
3304.11/3361.16	c #Conflicts:    3103000 | #Constraints:     260644
3304.11/3361.16	c #Conflicts:    3104000 | #Constraints:     261644
3304.11/3361.16	c #Conflicts:    3105000 | #Constraints:     262644
3304.11/3361.16	c #Conflicts:    3106000 | #Constraints:     263644
3304.11/3361.16	c #Conflicts:    3107000 | #Constraints:     264644
3304.11/3361.16	c #Conflicts:    3108000 | #Constraints:     265644
3304.11/3361.16	c #Conflicts:    3109000 | #Constraints:     266644
3304.11/3361.16	c #Conflicts:    3110000 | #Constraints:     267644
3304.11/3361.16	c #Conflicts:    3111000 | #Constraints:     268644
3304.11/3361.16	c #Conflicts:    3112000 | #Constraints:     269644
3304.11/3361.16	c #Conflicts:    3113000 | #Constraints:     270644
3304.11/3361.16	c #Conflicts:    3114000 | #Constraints:     271644
3304.11/3361.16	c #Conflicts:    3115000 | #Constraints:     272644
3304.11/3361.16	c #Conflicts:    3116000 | #Constraints:     273644
3304.11/3361.16	c INPROCESSING
3304.11/3361.16	c GARBAGE COLLECT
3304.11/3361.16	c rational objective -224
3369.08/3429.52	c #Conflicts:    3117000 | #Constraints:     179690
3369.08/3429.52	c #Conflicts:    3118000 | #Constraints:     180724
3369.08/3429.52	c #Conflicts:    3119000 | #Constraints:     181756
3369.08/3429.52	c #Conflicts:    3120000 | #Constraints:     182774
3369.08/3429.52	c #Conflicts:    3121000 | #Constraints:     183799
3369.08/3429.52	c #Conflicts:    3122000 | #Constraints:     184846
3369.08/3429.52	c #Conflicts:    3123000 | #Constraints:     185895
3369.08/3429.52	c #Conflicts:    3124000 | #Constraints:     186944
3369.08/3429.52	c #Conflicts:    3125000 | #Constraints:     187995
3369.08/3429.52	c #Conflicts:    3126000 | #Constraints:     189033
3369.08/3429.52	c #Conflicts:    3127000 | #Constraints:     190072
3369.08/3429.52	c #Conflicts:    3128000 | #Constraints:     191104
3369.08/3429.52	c #Conflicts:    3129000 | #Constraints:     192140
3369.08/3429.52	c #Conflicts:    3130000 | #Constraints:     193179
3369.08/3429.52	c #Conflicts:    3131000 | #Constraints:     194208
3369.08/3429.52	c #Conflicts:    3132000 | #Constraints:     195244
3369.08/3429.52	c #Conflicts:    3133000 | #Constraints:     196280
3369.08/3429.52	c #Conflicts:    3134000 | #Constraints:     197318
3369.08/3429.52	c #Conflicts:    3135000 | #Constraints:     198362
3369.08/3429.52	c #Conflicts:    3136000 | #Constraints:     199400
3369.08/3429.52	c #Conflicts:    3137000 | #Constraints:     200433
3369.08/3429.52	c #Conflicts:    3138000 | #Constraints:     201476
3369.08/3429.52	c #Conflicts:    3139000 | #Constraints:     202510
3369.08/3429.52	c #Conflicts:    3140000 | #Constraints:     203548
3369.08/3429.52	c #Conflicts:    3141000 | #Constraints:     204592
3369.08/3429.52	c #Conflicts:    3142000 | #Constraints:     205635
3369.08/3429.52	c #Conflicts:    3143000 | #Constraints:     206663
3369.08/3429.52	c #Conflicts:    3144000 | #Constraints:     207691
3369.08/3429.52	c #Conflicts:    3145000 | #Constraints:     208726
3369.08/3429.52	c #Conflicts:    3146000 | #Constraints:     209760
3369.08/3429.52	c #Conflicts:    3147000 | #Constraints:     210788
3369.08/3429.52	c #Conflicts:    3148000 | #Constraints:     211827
3369.08/3429.52	c #Conflicts:    3149000 | #Constraints:     212867
3369.08/3429.52	c #Conflicts:    3150000 | #Constraints:     213902
3369.08/3429.52	c #Conflicts:    3151000 | #Constraints:     214938
3369.08/3429.52	c #Conflicts:    3152000 | #Constraints:     215968
3369.08/3429.52	c #Conflicts:    3153000 | #Constraints:     216995
3369.08/3429.52	c #Conflicts:    3154000 | #Constraints:     218036
3369.08/3429.52	c #Conflicts:    3155000 | #Constraints:     219070
3369.08/3429.52	c #Conflicts:    3156000 | #Constraints:     220115
3369.08/3429.52	c #Conflicts:    3157000 | #Constraints:     221155
3369.08/3429.52	c #Conflicts:    3158000 | #Constraints:     222201
3369.08/3429.52	c #Conflicts:    3159000 | #Constraints:     223243
3369.08/3429.52	c #Conflicts:    3160000 | #Constraints:     224283
3369.08/3429.52	c #Conflicts:    3161000 | #Constraints:     225320
3369.08/3429.52	c #Conflicts:    3162000 | #Constraints:     226373
3369.08/3429.52	c INPROCESSING
3369.08/3429.52	c GARBAGE COLLECT
3369.08/3429.52	c rational objective -224
3452.99/3518.12	c #Conflicts:    3163000 | #Constraints:     158043
3452.99/3518.12	c #Conflicts:    3164000 | #Constraints:     159043
3452.99/3518.12	c #Conflicts:    3165000 | #Constraints:     160043
3452.99/3518.12	c #Conflicts:    3166000 | #Constraints:     161043
3452.99/3518.12	c #Conflicts:    3167000 | #Constraints:     162043
3452.99/3518.12	c #Conflicts:    3168000 | #Constraints:     163043
3452.99/3518.12	c #Conflicts:    3169000 | #Constraints:     164043
3452.99/3518.12	c #Conflicts:    3170000 | #Constraints:     165043
3452.99/3518.12	c #Conflicts:    3171000 | #Constraints:     166043
3452.99/3518.12	c #Conflicts:    3172000 | #Constraints:     167043
3452.99/3518.12	c #Conflicts:    3173000 | #Constraints:     168043
3452.99/3518.12	c #Conflicts:    3174000 | #Constraints:     169043
3452.99/3518.12	c #Conflicts:    3175000 | #Constraints:     170043
3452.99/3518.12	c #Conflicts:    3176000 | #Constraints:     171043
3452.99/3518.12	c #Conflicts:    3177000 | #Constraints:     172043
3452.99/3518.12	c #Conflicts:    3178000 | #Constraints:     173043
3452.99/3518.12	c #Conflicts:    3179000 | #Constraints:     174043
3452.99/3518.12	c #Conflicts:    3180000 | #Constraints:     175043
3452.99/3518.12	c #Conflicts:    3181000 | #Constraints:     176043
3452.99/3518.12	c #Conflicts:    3182000 | #Constraints:     177043
3452.99/3518.12	c #Conflicts:    3183000 | #Constraints:     178043
3452.99/3518.12	c #Conflicts:    3184000 | #Constraints:     179043
3452.99/3518.12	c #Conflicts:    3185000 | #Constraints:     180043
3452.99/3518.12	c #Conflicts:    3186000 | #Constraints:     181043
3452.99/3518.12	c #Conflicts:    3187000 | #Constraints:     182043
3452.99/3518.12	c #Conflicts:    3188000 | #Constraints:     183043
3452.99/3518.12	c #Conflicts:    3189000 | #Constraints:     184043
3452.99/3518.12	c #Conflicts:    3190000 | #Constraints:     185043
3452.99/3518.12	c #Conflicts:    3191000 | #Constraints:     186043
3452.99/3518.12	c #Conflicts:    3192000 | #Constraints:     187043
3452.99/3518.12	c #Conflicts:    3193000 | #Constraints:     188043
3452.99/3518.12	c #Conflicts:    3194000 | #Constraints:     189043
3452.99/3518.12	c #Conflicts:    3195000 | #Constraints:     190043
3452.99/3518.12	c #Conflicts:    3196000 | #Constraints:     191043
3452.99/3518.12	c #Conflicts:    3197000 | #Constraints:     192043
3452.99/3518.12	c #Conflicts:    3198000 | #Constraints:     193043
3452.99/3518.12	c #Conflicts:    3199000 | #Constraints:     194043
3452.99/3518.12	c #Conflicts:    3200000 | #Constraints:     195043
3452.99/3518.12	c #Conflicts:    3201000 | #Constraints:     196043
3452.99/3518.12	c #Conflicts:    3202000 | #Constraints:     197043
3452.99/3518.12	c #Conflicts:    3203000 | #Constraints:     198043
3452.99/3518.12	c #Conflicts:    3204000 | #Constraints:     199043
3452.99/3518.12	c #Conflicts:    3205000 | #Constraints:     200043
3452.99/3518.12	c #Conflicts:    3206000 | #Constraints:     201043
3452.99/3518.12	c #Conflicts:    3207000 | #Constraints:     202043
3452.99/3518.12	c #Conflicts:    3208000 | #Constraints:     203043
3452.99/3518.12	c #Conflicts:    3209000 | #Constraints:     204043
3452.99/3518.12	c #Conflicts:    3210000 | #Constraints:     205043
3452.99/3518.12	c #Conflicts:    3211000 | #Constraints:     206043
3452.99/3518.12	c #Conflicts:    3212000 | #Constraints:     207043
3452.99/3518.12	c #Conflicts:    3213000 | #Constraints:     208043
3452.99/3518.12	c #Conflicts:    3214000 | #Constraints:     209043
3452.99/3518.12	c #Conflicts:    3215000 | #Constraints:     210043
3452.99/3518.12	c #Conflicts:    3216000 | #Constraints:     211043
3452.99/3518.12	c #Conflicts:    3217000 | #Constraints:     212043
3452.99/3518.12	c #Conflicts:    3218000 | #Constraints:     213043
3452.99/3518.12	c #Conflicts:    3219000 | #Constraints:     214043
3452.99/3518.12	c #Conflicts:    3220000 | #Constraints:     215043
3452.99/3518.12	c #Conflicts:    3221000 | #Constraints:     216043
3452.99/3518.12	c #Conflicts:    3222000 | #Constraints:     217043
3452.99/3518.12	c #Conflicts:    3223000 | #Constraints:     218043
3452.99/3518.12	c #Conflicts:    3224000 | #Constraints:     219043
3452.99/3518.12	c #Conflicts:    3225000 | #Constraints:     220043
3452.99/3518.12	c #Conflicts:    3226000 | #Constraints:     221043
3452.99/3518.12	c #Conflicts:    3227000 | #Constraints:     222043
3452.99/3518.12	c #Conflicts:    3228000 | #Constraints:     223043
3452.99/3518.12	c #Conflicts:    3229000 | #Constraints:     224043
3452.99/3518.12	c #Conflicts:    3230000 | #Constraints:     225043
3452.99/3518.12	c #Conflicts:    3231000 | #Constraints:     226043
3452.99/3518.12	c #Conflicts:    3232000 | #Constraints:     227043
3452.99/3518.12	c #Conflicts:    3233000 | #Constraints:     228043
3452.99/3518.12	c #Conflicts:    3234000 | #Constraints:     229043
3452.99/3518.12	c #Conflicts:    3235000 | #Constraints:     230043
3452.99/3518.12	c #Conflicts:    3236000 | #Constraints:     231043
3452.99/3518.12	c #Conflicts:    3237000 | #Constraints:     232043
3452.99/3518.12	c #Conflicts:    3238000 | #Constraints:     233043
3452.99/3518.12	c #Conflicts:    3239000 | #Constraints:     234043
3452.99/3518.12	c #Conflicts:    3240000 | #Constraints:     235043
3452.99/3518.12	c #Conflicts:    3241000 | #Constraints:     236043
3525.51/3591.06	c #Conflicts:    3242000 | #Constraints:     237043
3525.51/3591.06	c #Conflicts:    3243000 | #Constraints:     238043
3525.51/3591.06	c #Conflicts:    3244000 | #Constraints:     239043
3525.51/3591.06	c #Conflicts:    3245000 | #Constraints:     240043
3525.51/3591.06	c #Conflicts:    3246000 | #Constraints:     241043
3525.51/3591.06	c #Conflicts:    3247000 | #Constraints:     242043
3525.51/3591.06	c #Conflicts:    3248000 | #Constraints:     243043
3525.51/3591.06	c #Conflicts:    3249000 | #Constraints:     244043
3525.51/3591.06	c #Conflicts:    3250000 | #Constraints:     245043
3525.51/3591.06	c #Conflicts:    3251000 | #Constraints:     246043
3525.51/3591.06	c #Conflicts:    3252000 | #Constraints:     247043
3525.51/3591.06	c #Conflicts:    3253000 | #Constraints:     248043
3525.51/3591.06	c #Conflicts:    3254000 | #Constraints:     249043
3525.51/3591.06	c #Conflicts:    3255000 | #Constraints:     250043
3525.51/3591.06	c #Conflicts:    3256000 | #Constraints:     251043
3525.51/3591.06	c #Conflicts:    3257000 | #Constraints:     252043
3525.51/3591.06	c #Conflicts:    3258000 | #Constraints:     253043
3525.51/3591.06	c #Conflicts:    3259000 | #Constraints:     254043
3525.51/3591.06	c #Conflicts:    3260000 | #Constraints:     255043
3525.51/3591.06	c #Conflicts:    3261000 | #Constraints:     256043
3525.51/3591.06	c #Conflicts:    3262000 | #Constraints:     257043
3525.51/3591.06	c #Conflicts:    3263000 | #Constraints:     258043
3525.51/3591.06	c #Conflicts:    3264000 | #Constraints:     259043
3525.51/3591.06	c #Conflicts:    3265000 | #Constraints:     260043
3525.51/3591.06	c #Conflicts:    3266000 | #Constraints:     261043
3525.51/3591.06	c #Conflicts:    3267000 | #Constraints:     262043
3525.51/3591.06	c #Conflicts:    3268000 | #Constraints:     263043
3525.51/3591.06	c #Conflicts:    3269000 | #Constraints:     264043
3525.51/3591.06	c #Conflicts:    3270000 | #Constraints:     265043
3525.51/3591.06	c #Conflicts:    3271000 | #Constraints:     266043
3525.51/3591.06	c #Conflicts:    3272000 | #Constraints:     267043
3525.51/3591.06	c #Conflicts:    3273000 | #Constraints:     268043
3525.51/3591.06	c #Conflicts:    3274000 | #Constraints:     269043
3525.51/3591.06	c #Conflicts:    3275000 | #Constraints:     270043
3525.51/3591.06	c #Conflicts:    3276000 | #Constraints:     271043
3525.51/3591.06	c #Conflicts:    3277000 | #Constraints:     272043
3525.51/3591.06	c #Conflicts:    3278000 | #Constraints:     273043
3525.51/3591.06	c #Conflicts:    3279000 | #Constraints:     274043
3525.51/3591.06	c #Conflicts:    3280000 | #Constraints:     275043
3525.51/3591.06	c #Conflicts:    3281000 | #Constraints:     276043
3525.51/3591.06	c #Conflicts:    3282000 | #Constraints:     277043
3525.51/3591.06	c #Conflicts:    3283000 | #Constraints:     278043
3525.51/3591.06	c #Conflicts:    3284000 | #Constraints:     279043
3525.51/3591.06	c INPROCESSING
3525.51/3591.06	c GARBAGE COLLECT
3525.51/3591.06	c rational objective -224
3600.09/3665.90	c #Conflicts:    3285000 | #Constraints:     182587
3600.09/3665.90	c #Conflicts:    3286000 | #Constraints:     183620
3600.09/3665.90	c #Conflicts:    3287000 | #Constraints:     184657
3600.09/3665.90	c #Conflicts:    3288000 | #Constraints:     185684
3600.09/3665.90	c #Conflicts:    3289000 | #Constraints:     186715
3600.09/3665.90	c #Conflicts:    3290000 | #Constraints:     187752
3600.09/3665.90	c #Conflicts:    3291000 | #Constraints:     188782
3600.09/3665.90	c #Conflicts:    3292000 | #Constraints:     189811
3600.09/3665.90	c #Conflicts:    3293000 | #Constraints:     190840
3600.09/3665.90	c #Conflicts:    3294000 | #Constraints:     191869
3600.09/3665.90	c #Conflicts:    3295000 | #Constraints:     192903
3600.09/3665.90	c #Conflicts:    3296000 | #Constraints:     193935
3600.09/3665.90	c #Conflicts:    3297000 | #Constraints:     194958
3600.09/3665.90	c #Conflicts:    3298000 | #Constraints:     195990
3600.09/3665.90	c #Conflicts:    3299000 | #Constraints:     197017
3600.09/3665.90	c #Conflicts:    3300000 | #Constraints:     198040
3600.09/3665.90	c #Conflicts:    3301000 | #Constraints:     199073
3600.09/3665.90	c #Conflicts:    3302000 | #Constraints:     200087
3600.09/3665.90	c #Conflicts:    3303000 | #Constraints:     201108
3600.09/3665.90	c #Conflicts:    3304000 | #Constraints:     202125
3600.09/3665.90	c #Conflicts:    3305000 | #Constraints:     203156
3600.09/3665.90	c #Conflicts:    3306000 | #Constraints:     204178
3600.09/3665.90	c #Conflicts:    3307000 | #Constraints:     205198
3600.09/3665.90	c #Conflicts:    3308000 | #Constraints:     206219
3600.09/3665.90	c #Conflicts:    3309000 | #Constraints:     207249
3600.09/3665.90	c #Conflicts:    3310000 | #Constraints:     208290
3600.09/3665.90	c #Conflicts:    3311000 | #Constraints:     209330
3600.09/3665.90	c #Conflicts:    3312000 | #Constraints:     210364
3600.09/3665.90	c #Conflicts:    3313000 | #Constraints:     211399
3600.09/3665.90	c #Conflicts:    3314000 | #Constraints:     212436
3600.09/3665.90	c #Conflicts:    3315000 | #Constraints:     213463
3600.09/3665.90	c #Conflicts:    3316000 | #Constraints:     214495
3600.09/3665.90	c #Conflicts:    3317000 | #Constraints:     215525
3600.09/3665.90	c #Conflicts:    3318000 | #Constraints:     216560
3600.09/3665.90	c #Conflicts:    3319000 | #Constraints:     217601
3600.09/3665.90	c #Conflicts:    3320000 | #Constraints:     218647
3600.09/3665.90	c #Conflicts:    3321000 | #Constraints:     219676
3600.09/3665.90	c #Conflicts:    3322000 | #Constraints:     220711
3600.09/3665.90	c #Conflicts:    3323000 | #Constraints:     221747
3600.09/3665.90	c #Conflicts:    3324000 | #Constraints:     222781
3600.09/3665.90	c #Conflicts:    3325000 | #Constraints:     223813
3600.09/3665.90	c #Conflicts:    3326000 | #Constraints:     224862
3600.09/3665.90	c #Conflicts:    3327000 | #Constraints:     225895
3600.09/3665.90	c #Conflicts:    3328000 | #Constraints:     226931
3600.09/3665.90	c #Conflicts:    3329000 | #Constraints:     227960
3600.09/3665.90	c #Conflicts:    3330000 | #Constraints:     228992
3600.09/3665.90	c #Conflicts:    3331000 | #Constraints:     230025
3600.09/3665.90	c cpu time 3569.52 s
3600.09/3665.90	c deterministic time 170156635945 1.70e+11
3600.09/3665.90	c optimization time 74.0881 s
3600.09/3665.90	c total solve time 3494.65 s
3600.09/3665.90	c core-guided solve time 2751.79 s
3600.09/3665.90	c propagation time 2794.26 s
3600.09/3665.90	c conflict analysis time 680.557 s
3600.09/3665.90	c propagations 1129993991
3600.09/3665.90	c resolve steps 90865959
3600.09/3665.90	c decisions 6298040
3600.09/3665.90	c conflicts 3331759
3600.09/3665.90	c restarts 5968
3600.09/3665.90	c inprocessing phases 84
3600.09/3665.90	c garbage collections 83 ,( 98.81 )
3600.09/3665.90	c input clauses 82388 ,( 93.56 )
3600.09/3665.90	c input cardinalities 3904 ,( 4.43 )
3600.09/3665.90	c input general constraints 1765 ,( 2.00 )
3600.09/3665.90	c input average constraint length 15.14
3600.09/3665.90	c input average constraint degree 6.22
3600.09/3665.90	c learned clauses 2930916 ,( 87.40 )
3600.09/3665.90	c learned cardinalities 108342 ,( 3.23 )
3600.09/3665.90	c learned general constraints 314157 ,( 9.37 )
3600.09/3665.90	c learned average constraint length 304.42
3600.09/3665.90	c learned average constraint degree 7882737.86
3600.09/3665.90	c watched  CF 32, 64, 128, Arb: 181945 , 0 , 0 , 0
3600.09/3665.90	c counting CF 32, 64, 128, Arb: 133978 , 0 , 0 , 0
3600.09/3665.90	c watched   constraints 181945 ,( 57.59 ) 
3600.09/3665.90	c counting  constraints 133977 ,( 42.41 ) 
3600.09/3665.90	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 6408972602 , 2526804819 , 10564709259 ,( 873197970 , 9691511289 )
3600.09/3665.90	c gcd simplifications 97717
3600.09/3665.90	c detected cardinalities 25443
3600.09/3665.90	c weakened non-implied lits 88552478
3600.09/3665.90	c weakened non-implying lits 335879
3600.09/3665.90	c original variables 1150
3600.09/3665.90	c clausal propagations 848607427
3600.09/3665.90	c cardinality propagations 71840359
3600.09/3665.90	c watched propagations 2326293
3600.09/3665.90	c counting propagations 202431740
3600.09/3665.90	c watch lookups 55313311091
3600.09/3665.90	c watch backjump lookups 0
3600.09/3665.90	c watch checks 99386333029
3600.09/3665.90	c propagation checks 10249049846
3600.09/3665.90	c constraint additions 2928695079
3600.09/3665.90	c trail pops 1139600207
3600.09/3665.90	c formula constraints 80035
3600.09/3665.90	c learned constraints 3311519
3600.09/3665.90	c bound constraints 955
3600.09/3665.90	c core-guided constraints 7067
3600.09/3665.90	c encountered formula constraints 12530968
3600.09/3665.90	c encountered learned constraints 51879191
3600.09/3665.90	c encountered bound constraints 676
3600.09/3665.90	c encountered core-guided constraints 29497059
3600.09/3665.90	c LP total time 1112.03 s
3600.09/3665.90	c LP solve time 1031.29 s
3600.09/3665.90	c LP constraints added 81521
3600.09/3665.90	c LP constraints removed 1480
3600.09/3665.90	c LP pivots internal 3331764
3600.09/3665.90	c LP pivots root 22897
3600.09/3665.90	c LP calls 39976
3600.09/3665.90	c LP optimalities 19731
3600.09/3665.90	c LP no pivot count 5997
3600.09/3665.90	c LP infeasibilities 20243
3600.09/3665.90	c LP valid Farkas constraints 20243
3600.09/3665.90	c LP learned Farkas constraints 20243
3600.09/3665.90	c LP basis resets 0
3600.09/3665.90	c LP cycling count 0
3600.09/3665.90	c LP singular count 0
3600.09/3665.90	c LP no primal count 0
3600.09/3665.90	c LP no farkas count 0
3600.09/3665.90	c LP other issue count 0
3600.09/3665.90	c LP Gomory cuts 1410
3600.09/3665.90	c LP learned cuts 76
3600.09/3665.90	c LP deleted cuts 1480
3600.09/3665.90	c LP encountered Gomory constraints 0
3600.09/3665.90	c LP encountered Farkas constraints 222324
3600.09/3665.90	c LP encountered learned Farkas constraints 47257
3600.09/3665.90	c CG auxiliary variables introduced 2664
3600.09/3665.90	c CG solutions found 28
3600.09/3665.90	c CG cores constructed 926
3600.09/3665.90	c CG core cardinality constraints returned 0
3600.09/3665.90	c CG unit cores 0
3600.09/3665.90	c CG single cores 926
3600.09/3665.90	c CG blocks removed during cardinality reduction 0
3600.09/3665.90	c CG first core best 0
3600.09/3665.90	c CG decision core best 0
3600.09/3665.90	c CG core reduction tie 0
3600.09/3665.90	c CG core degree average 1.00
3600.09/3665.90	c CG core slack average 3.09
3600.09/3665.90	c CG core upper bound improvements 0
3600.09/3665.90	c STR number of successful calls 0
3600.09/3665.90	c STR number of unsuccessful calls 0
3600.09/3665.90	c STR number of inconclusive calls 0
3600.09/3665.90	c STR number of successful attempts 0
3600.09/3665.90	c STR number of unsuccessful attempts 0
3600.09/3665.90	c STR number of inconclusive attempts 0
3600.09/3665.90	c STR average degree increase per successful call inf
3600.09/3665.90	c STR average degree increase per successful attempt inf
3600.09/3665.90	c STR total number of conflicts for successful attempts 0
3600.09/3665.90	c STR total number of conflicts for unsuccessful attempts 0
3600.09/3665.90	c STR total number of conflicts for inconclusive attempts 0
3600.09/3665.90	c STR average number of conflicts per successful attempt inf
3600.09/3665.90	c STR average number of conflicts per unsuccessful attempt inf
3600.09/3665.90	c STR average number of conflicts per inconclusive attempt inf
3600.09/3665.90	c AVG.sumWPerc 34.83 
3600.09/3665.90	c bigint constraints 0 
3600.09/3665.90	o -43
3600.09/3665.90	s SATISFIABLE
3600.09/3665.90	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
3600.09/3665.90	c Program interrupted by user.

Verifier Data

OK	-43

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 (63102 MiB free)
  memory of node 1: 64465 MiB (62640 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4531871-1752584603/watcher-4531871-1752584603 -o /tmp/evaluation-result-4531871-1752584603/solver-4531871-1752584603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1752584602-141227 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4531871-1752584603.opb PROOFDIR/proof-4531871-1752584603 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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 FSIZE limit: 102400000 KiB
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
Starting watchdog thread
solver pid=141247, runsolver pid=141242
Current StackSize limit: 8192 KiB


[startup+0.100075 s]*
/proc/loadavg: 0.12 0.37 0.27 2/239 141250
/proc/meminfo: memFree=128736452/131382116 swapFree=33009904/33010684
[pid=141247] ppid=141242 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/141247/stat : 141247 (run-opt-ls-log.) S 141242 141247 141217 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 174139526 4292608 768 18446744073709551615 94057331695616 94057332590149 140724982678432 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94057332829200 94057332876944 94057335271424 140724982683929 140724982684127 140724982684127 140724982689731 0
/proc/141247/statm: 1048 768 704 219 0 110 0
[pid=141249] ppid=141247 vsize=31868 memory=23744 CPUtime=0.04 cores=0,2
/proc/141249/stat : 141249 (pbsuma) R 141247 141247 141217 0 -1 4194304 2190 0 0 0 3 1 0 0 20 0 1 0 174139530 32632832 5936 18446744073709551615 4210688 4653049 140721048270448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 22183936 140721048275169 140721048275504 140721048275504 140721048281071 0
/proc/141249/statm: 7967 5936 992 108 0 5375 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 36060 KiB
Current children cumulated memory: 26816 KiB

[startup+0.213916 s]*
/proc/loadavg: 0.12 0.37 0.27 3/241 141253
/proc/meminfo: memFree=128699912/131382116 swapFree=33009904/33010684
[pid=141247] ppid=141242 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/141247/stat : 141247 (run-opt-ls-log.) S 141242 141247 141217 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 174139526 4292608 768 18446744073709551615 94057331695616 94057332590149 140724982678432 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94057332829200 94057332876944 94057335271424 140724982683929 140724982684127 140724982684127 140724982689731 0
/proc/141247/statm: 1048 768 704 219 0 110 0
[pid=141249] ppid=141247 vsize=52216 memory=38084 CPUtime=0.16 cores=0,2
/proc/141249/stat : 141249 (pbsuma) R 141247 141247 141217 0 -1 4194304 7950 0 0 0 12 4 0 0 20 0 1 0 174139530 53469184 9489 18446744073709551615 4210688 4653049 140721048270448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 22183936 140721048275169 140721048275504 140721048275504 140721048281071 0
/proc/141249/statm: 13054 9521 1056 108 0 10462 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 56408 KiB
Current children cumulated memory: 41156 KiB

[startup+0.313931 s]*
/proc/loadavg: 0.12 0.37 0.27 3/242 141259
/proc/meminfo: memFree=128699520/131382116 swapFree=33009904/33010684
[pid=141247] ppid=141242 vsize=4192 memory=3072 CPUtime=0.19 cores=0,2
/proc/141247/stat : 141247 (run-opt-ls-log.) S 141242 141247 141217 0 -1 4194304 242 8736 0 0 0 0 14 5 20 0 1 0 174139526 4292608 768 18446744073709551615 94057331695616 94057332590149 140724982678432 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94057332829200 94057332876944 94057335271424 140724982683929 140724982684127 140724982684127 140724982689731 0
/proc/141247/statm: 1048 768 704 219 0 110 0
[pid=141258] ppid=141247 vsize=56336 memory=9600 CPUtime=0.02 cores=0,2
/proc/141258/stat : 141258 (roundingsat) R 141247 141247 141217 0 -1 4194304 625 0 0 0 1 1 0 0 20 0 1 0 174139553 57688064 2400 18446744073709551615 4227072 8923577 140733050338160 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 25174016 140733050341620 140733050341926 140733050341926 140733050347498 0
/proc/141258/statm: 14084 2400 2016 1147 0 1510 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 60528 KiB
Current children cumulated memory: 12672 KiB

[startup+0.700349 s]
/proc/loadavg: 0.12 0.37 0.27 5/250 141280
/proc/meminfo: memFree=128679248/131382116 swapFree=33009904/33010684
[pid=141247] ppid=141242 vsize=4192 memory=3072 CPUtime=0.19 cores=0,2
/proc/141247/stat : 141247 (run-opt-ls-log.) S 141242 141247 141217 0 -1 4194304 242 8736 0 0 0 0 14 5 20 0 1 0 174139526 4292608 768 18446744073709551615 94057331695616 94057332590149 140724982678432 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94057332829200 94057332876944 94057335271424 140724982683929 140724982684127 140724982684127 140724982689731 0
/proc/141247/statm: 1048 768 704 219 0 110 0
[pid=141258] ppid=141247 vsize=67840 memory=22676 CPUtime=0.4 cores=0,2
/proc/141258/stat : 141258 (roundingsat) R 141247 141247 141217 0 -1 4194304 3683 0 0 0 30 10 0 0 20 0 1 0 174139553 69468160 5669 18446744073709551615 4227072 8923577 140733050338160 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 25174016 140733050341620 140733050341926 140733050341926 140733050347498 0
/proc/141258/statm: 16960 5669 2016 1147 0 4386 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 72032 KiB
Current children cumulated memory: 25748 KiB

[startup+1.50046 s]
/proc/loadavg: 0.12 0.37 0.27 6/256 141294
/proc/meminfo: memFree=128673172/131382116 swapFree=33009904/33010684
[pid=141247] ppid=141242 vsize=4192 memory=3072 CPUtime=0.19 cores=0,2
/proc/141247/stat : 141247 (run-opt-ls-log.) S 141242 141247 141217 0 -1 4194304 242 8736 0 0 0 0 14 5 20 0 1 0 174139526 4292608 768 18446744073709551615 94057331695616 94057332590149 140724982678432 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94057332829200 94057332876944 94057335271424 140724982683929 140724982684127 140724982684127 140724982689731 0
/proc/141247/statm: 1048 768 704 219 0 110 0
[pid=141258] ppid=141247 vsize=190008 memory=122820 CPUtime=1.19 cores=0,2
/proc/141258/stat : 141258 (roundingsat) R 141247 141247 141217 0 -1 4194304 16389 0 0 0 95 24 0 0 20 0 1 0 174139553 194568192 30705 18446744073709551615 4227072 8923577 140733050338160 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 25174016 140733050341620 140733050341926 140733050341926 140733050347498 0
/proc/141258/statm: 47502 30705 2336 1147 0 34928 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 194200 KiB
Current children cumulated memory: 125892 KiB

[startup+3.11321 s]
/proc/loadavg: 0.12 0.37 0.27 4/251 141302
/proc/meminfo: memFree=128509596/131382116 swapFree=33009904/33010684
[pid=141247] ppid=141242 vsize=4192 memory=3072 CPUtime=0.19 cores=0,2
/proc/141247/stat : 141247 (run-opt-ls-log.) S 141242 141247 141217 0 -1 4194304 242 8736 0 0 0 0 14 5 20 0 1 0 174139526 4292608 768 18446744073709551615 94057331695616 94057332590149 140724982678432 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94057332829200 94057332876944 94057335271424 140724982683929 140724982684127 140724982684127 140724982689731 0
/proc/141247/statm: 1048 768 704 219 0 110 0
[pid=141258] ppid=141247 vsize=202276 memory=132824 CPUtime=2.8 cores=0,2
/proc/141258/stat : 141258 (roundingsat) R 141247 141247 141217 0 -1 4194304 18299 0 0 0 250 30 0 0 20 0 1 0 174139553 207130624 33206 18446744073709551615 4227072 8923577 140733050338160 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 25174016 140733050341620 140733050341926 140733050341926 140733050347498 0
/proc/141258/statm: 50569 33206 2432 1147 0 37995 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 206468 KiB
Current children cumulated memory: 135896 KiB

[startup+6.30036 s]
/proc/loadavg: 0.43 0.43 0.29 4/251 141302
/proc/meminfo: memFree=128426252/131382116 swapFree=33009904/33010684
[pid=141247] ppid=141242 vsize=4192 memory=3072 CPUtime=0.19 cores=0,2
/proc/141247/stat : 141247 (run-opt-ls-log.) S 141242 141247 141217 0 -1 4194304 242 8736 0 0 0 0 14 5 20 0 1 0 174139526 4292608 768 18446744073709551615 94057331695616 94057332590149 140724982678432 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94057332829200 94057332876944 94057335271424 140724982683929 140724982684127 140724982684127 140724982689731 0
/proc/141247/statm: 1048 768 704 219 0 110 0
[pid=141258] ppid=141247 vsize=231384 memory=156024 CPUtime=5.98 cores=0,2
/proc/141258/stat : 141258 (roundingsat) R 141247 141247 141217 0 -1 4194304 22738 0 0 0 549 49 0 0 20 0 1 0 174139553 236937216 39006 18446744073709551615 4227072 8923577 140733050338160 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 25174016 140733050341620 140733050341926 140733050341926 140733050347498 0
/proc/141258/statm: 57846 39006 2432 1147 0 45272 0
Current children cumulated CPU time: 6.17 s
Current children cumulated vsize: 235576 KiB
Current children cumulated memory: 159096 KiB

[startup+12.7003 s]
/proc/loadavg: 0.72 0.49 0.31 5/251 141302
/proc/meminfo: memFree=128280436/131382116 swapFree=33009904/33010684
[pid=141247] ppid=141242 vsize=4192 memory=3072 CPUtime=0.19 cores=0,2
/proc/141247/stat : 141247 (run-opt-ls-log.) S 141242 141247 141217 0 -1 4194304 242 8736 0 0 0 0 14 5 20 0 1 0 174139526 4292608 768 18446744073709551615 94057331695616 94057332590149 140724982678432 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94057332829200 94057332876944 94057335271424 140724982683929 140724982684127 140724982684127 140724982689731 0
/proc/141247/statm: 1048 768 704 219 0 110 0
[pid=141258] ppid=141247 vsize=267080 memory=182376 CPUtime=12.35 cores=0,2
/proc/141258/stat : 141258 (roundingsat) R 141247 141247 141217 0 -1 4194304 24745 0 0 0 1178 57 0 0 20 0 1 0 174139553 273489920 45594 18446744073709551615 4227072 8923577 140733050338160 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 25174016 140733050341620 140733050341926 140733050341926 140733050347498 0
/proc/141258/statm: 66770 45594 2432 1147 0 54196 0
Current children cumulated CPU time: 12.54 s
Current children cumulated vsize: 271272 KiB
Current children cumulated memory: 185448 KiB

[startup+25.5003 s]
/proc/loadavg: 1.53 0.67 0.38 5/258 141393
/proc/meminfo: memFree=127661680/131382116 swapFree=33009904/33010684
[pid=141247] ppid=141242 vsize=4192 memory=3072 CPUtime=0.19 cores=0,2
/proc/141247/stat : 141247 (run-opt-ls-log.) S 141242 141247 141217 0 -1 4194304 242 8736 0 0 0 0 14 5 20 0 1 0 174139526 4292608 768 18446744073709551615 94057331695616 94057332590149 140724982678432 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94057332829200 94057332876944 94057335271424 140724982683929 140724982684127 140724982684127 140724982689731 0
/proc/141247/statm: 1048 768 704 219 0 110 0
[pid=141258] ppid=141247 vsize=268796 memory=184168 CPUtime=25.12 cores=0,2
/proc/141258/stat : 141258 (roundingsat) R 141247 141247 141217 0 -1 4194304 25192 0 0 0 2436 76 0 0 20 0 1 0 174139553 275247104 46042 18446744073709551615 4227072 8923577 140733050338160 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 25174016 140733050341620 140733050341926 140733050341926 140733050347498 0
/proc/141258/statm: 67199 46042 2432 1147 0 54625 0
Current children cumulated CPU time: 25.31 s
Current children cumulated vsize: 272988 KiB
Current children cumulated memory: 187240 KiB

[startup+51.1136 s]
/proc/loadavg: 2.37 0.94 0.47 5/257 141393
/proc/meminfo: memFree=127046120/131382116 swapFree=33009904/33010684
[pid=141247] ppid=141242 vsize=4192 memory=3072 CPUtime=0.19 cores=0,2
/proc/141247/stat : 141247 (run-opt-ls-log.) S 141242 141247 141217 0 -1 4194304 242 8736 0 0 0 0 14 5 20 0 1 0 174139526 4292608 768 18446744073709551615 94057331695616 94057332590149 140724982678432 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94057332829200 94057332876944 94057335271424 140724982683929 140724982684127 140724982684127 140724982689731 0
/proc/141247/statm: 1048 768 704 219 0 110 0
[pid=141258] ppid=141247 vsize=274180 memory=193744 CPUtime=50.05 cores=0,2
/proc/141258/stat : 141258 (roundingsat) R 141247 141247 141217 0 -1 4194304 26560 0 0 0 4894 111 0 0 20 0 1 0 174139553 280760320 48436 18446744073709551615 4227072 8923577 140733050338160 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 25174016 140733050341620 140733050341926 140733050341926 140733050347498 0
/proc/141258/statm: 68545 48436 2432 1147 0 55971 0
Current children cumulated CPU time: 50.24 s
Current children cumulated vsize: 278372 KiB
Current children cumulated memory: 196816 KiB

[startup+102.3 s]
/proc/loadavg: 3.37 1.45 0.67 5/257 141395
/proc/meminfo: memFree=126282444/131382116 swapFree=33009904/33010684
[pid=141247] ppid=141242 vsize=4192 memory=3072 CPUtime=0.19 cores=0,2
/proc/141247/stat : 141247 (run-opt-ls-log.) S 141242 141247 141217 0 -1 4194304 242 8736 0 0 0 0 14 5 20 0 1 0 174139526 4292608 768 18446744073709551615 94057331695616 94057332590149 140724982678432 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94057332829200 94057332876944 94057335271424 140724982683929 140724982684127 140724982684127 140724982689731 0
/proc/141247/statm: 1048 768 704 219 0 110 0
[pid=141258] ppid=141247 vsize=372016 memory=295012 CPUtime=100.01 cores=0,2
/proc/141258/stat : 141258 (roundingsat) R 141247 141247 141217 0 -1 4194304 31996 0 0 0 9840 161 0 0 20 0 1 0 174139553 380944384 73753 18446744073709551615 4227072 8923577 140733050338160 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 25174016 140733050341620 140733050341926 140733050341926 140733050347498 0
/proc/141258/statm: 93004 73753 2432 1147 0 80430 0
Current children cumulated CPU time: 100.2 s
Current children cumulated vsize: 376208 KiB
Current children cumulated memory: 298084 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 1.96 0.90 5/257 141397
/proc/meminfo: memFree=125032360/131382116 swapFree=33009904/33010684
[pid=141247] ppid=141242 vsize=4192 memory=3072 CPUtime=0.19 cores=0,2
/proc/141247/stat : 141247 (run-opt-ls-log.) S 141242 141247 141217 0 -1 4194304 242 8736 0 0 0 0 14 5 20 0 1 0 174139526 4292608 768 18446744073709551615 94057331695616 94057332590149 140724982678432 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94057332829200 94057332876944 94057335271424 140724982683929 140724982684127 140724982684127 140724982689731 0
/proc/141247/statm: 1048 768 704 219 0 110 0
[pid=141258] ppid=141247 vsize=378336 memory=312056 CPUtime=158.26 cores=0,2
/proc/141258/stat : 141258 (roundingsat) R 141247 141247 141217 0 -1 4194304 34240 0 0 0 15603 223 0 0 20 0 1 0 174139553 387416064 78014 18446744073709551615 4227072 8923577 140733050338160 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 25174016 140733050341620 140733050341926 140733050341926 140733050347498 0
/proc/141258/statm: 94584 78014 2432 1147 0 82010 0
Current children cumulated CPU time: 158.45 s
Current children cumulated vsize: 382528 KiB
Current children cumulated memory: 315128 KiB

[startup+222.3 s]
/proc/loadavg: 4.03 2.35 1.10 5/257 141399
/proc/meminfo: memFree=123495396/131382116 swapFree=33009904/33010684
[pid=141247] ppid=141242 vsize=4192 memory=3072 CPUtime=0.19 cores=0,2
/proc/141247/stat : 141247 (run-opt-ls-log.) S 141242 141247 141217 0 -1 4194304 242 8736 0 0 0 0 14 5 20 0 1 0 174139526 4292608 768 18446744073709551615 94057331695616 94057332590149 140724982678432 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94057332829200 94057332876944 94057335271424 140724982683929 140724982684127 140724982684127 140724982689731 0
/proc/141247/statm: 1048 768 704 219 0 110 0
[pid=141258] ppid=141247 vsize=383700 memory=315688 CPUtime=215.52 cores=0,2
/proc/141258/stat : 141258 (roundingsat) R 141247 141247 141217 0 -1 4194304 35476 0 0 0 21262 290 0 0 20 0 1 0 174139553 392908800 78922 18446744073709551615 4227072 8923577 140733050338160 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 25174016 140733050341620 140733050341926 140733050341926 140733050347498 0
/proc/141258/statm: 95925 78922 2432 1147 0 83351 0
Current children cumulated CPU time: 215.71 s

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

/proc/meminfo: memFree=42261092/131382116 swapFree=33009904/33010684
[pid=141247] ppid=141242 vsize=4192 memory=3072 CPUtime=0.19 cores=0,2
/proc/141247/stat : 141247 (run-opt-ls-log.) S 141242 141247 141217 0 -1 4194304 242 8736 0 0 0 0 14 5 20 0 1 0 174139526 4292608 768 18446744073709551615 94057331695616 94057332590149 140724982678432 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94057332829200 94057332876944 94057335271424 140724982683929 140724982684127 140724982684127 140724982689731 0
/proc/141247/statm: 1048 768 704 219 0 110 0
[pid=141258] ppid=141247 vsize=790304 memory=652264 CPUtime=3225.88 cores=0,2
/proc/141258/stat : 141258 (roundingsat) R 141247 141247 141217 0 -1 4194304 84577 0 0 0 319787 2801 0 0 20 0 1 0 174139553 809271296 163066 18446744073709551615 4227072 8923577 140733050338160 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 25174016 140733050341620 140733050341926 140733050341926 140733050347498 0
/proc/141258/statm: 197576 163066 2432 1147 0 185002 0
Current children cumulated CPU time: 3226.07 s
Current children cumulated vsize: 794496 KiB
Current children cumulated memory: 655336 KiB

[startup+3342.3 s]
/proc/loadavg: 4.34 4.23 4.09 5/261 141617
/proc/meminfo: memFree=40887864/131382116 swapFree=33009904/33010684
[pid=141247] ppid=141242 vsize=4192 memory=3072 CPUtime=0.19 cores=0,2
/proc/141247/stat : 141247 (run-opt-ls-log.) S 141242 141247 141217 0 -1 4194304 242 8736 0 0 0 0 14 5 20 0 1 0 174139526 4292608 768 18446744073709551615 94057331695616 94057332590149 140724982678432 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94057332829200 94057332876944 94057335271424 140724982683929 140724982684127 140724982684127 140724982689731 0
/proc/141247/statm: 1048 768 704 219 0 110 0
[pid=141258] ppid=141247 vsize=790304 memory=652264 CPUtime=3285.37 cores=0,2
/proc/141258/stat : 141258 (roundingsat) R 141247 141247 141217 0 -1 4194304 84577 0 0 0 325696 2841 0 0 20 0 1 0 174139553 809271296 163066 18446744073709551615 4227072 8923577 140733050338160 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 25174016 140733050341620 140733050341926 140733050341926 140733050347498 0
/proc/141258/statm: 197576 163066 2432 1147 0 185002 0
Current children cumulated CPU time: 3285.56 s
Current children cumulated vsize: 794496 KiB
Current children cumulated memory: 655336 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.20 4.09 5/259 141619
/proc/meminfo: memFree=39399296/131382116 swapFree=33009904/33010684
[pid=141247] ppid=141242 vsize=4192 memory=3072 CPUtime=0.19 cores=0,2
/proc/141247/stat : 141247 (run-opt-ls-log.) S 141242 141247 141217 0 -1 4194304 242 8736 0 0 0 0 14 5 20 0 1 0 174139526 4292608 768 18446744073709551615 94057331695616 94057332590149 140724982678432 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94057332829200 94057332876944 94057335271424 140724982683929 140724982684127 140724982684127 140724982689731 0
/proc/141247/statm: 1048 768 704 219 0 110 0
[pid=141258] ppid=141247 vsize=795132 memory=657128 CPUtime=3344.92 cores=0,2
/proc/141258/stat : 141258 (roundingsat) R 141247 141247 141217 0 -1 4194304 85784 0 0 0 331617 2875 0 0 20 0 1 0 174139553 814215168 164282 18446744073709551615 4227072 8923577 140733050338160 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 25174016 140733050341620 140733050341926 140733050341926 140733050347498 0
/proc/141258/statm: 198783 164282 2432 1147 0 186209 0
Current children cumulated CPU time: 3345.11 s
Current children cumulated vsize: 799324 KiB
Current children cumulated memory: 660200 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.18 4.09 5/259 141632
/proc/meminfo: memFree=37741692/131382116 swapFree=33009904/33010684
[pid=141247] ppid=141242 vsize=4192 memory=3072 CPUtime=0.19 cores=0,2
/proc/141247/stat : 141247 (run-opt-ls-log.) S 141242 141247 141217 0 -1 4194304 242 8736 0 0 0 0 14 5 20 0 1 0 174139526 4292608 768 18446744073709551615 94057331695616 94057332590149 140724982678432 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94057332829200 94057332876944 94057335271424 140724982683929 140724982684127 140724982684127 140724982689731 0
/proc/141247/statm: 1048 768 704 219 0 110 0
[pid=141258] ppid=141247 vsize=801416 memory=663400 CPUtime=3401.45 cores=0,2
/proc/141258/stat : 141258 (roundingsat) R 141247 141247 141217 0 -1 4194304 87376 0 0 0 337224 2921 0 0 20 0 1 0 174139553 820649984 165850 18446744073709551615 4227072 8923577 140733050338160 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 25174016 140733050341620 140733050341926 140733050341926 140733050347498 0
/proc/141258/statm: 200354 165850 2432 1147 0 187780 0
Current children cumulated CPU time: 3401.64 s
Current children cumulated vsize: 805608 KiB
Current children cumulated memory: 666472 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.17 4.09 5/259 141634
/proc/meminfo: memFree=36199496/131382116 swapFree=33009904/33010684
[pid=141247] ppid=141242 vsize=4192 memory=3072 CPUtime=0.19 cores=0,2
/proc/141247/stat : 141247 (run-opt-ls-log.) S 141242 141247 141217 0 -1 4194304 242 8736 0 0 0 0 14 5 20 0 1 0 174139526 4292608 768 18446744073709551615 94057331695616 94057332590149 140724982678432 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94057332829200 94057332876944 94057335271424 140724982683929 140724982684127 140724982684127 140724982689731 0
/proc/141247/statm: 1048 768 704 219 0 110 0
[pid=141258] ppid=141247 vsize=801416 memory=663400 CPUtime=3456.97 cores=0,2
/proc/141258/stat : 141258 (roundingsat) R 141247 141247 141217 0 -1 4194304 87376 0 0 0 342737 2960 0 0 20 0 1 0 174139553 820649984 165850 18446744073709551615 4227072 8923577 140733050338160 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 25174016 140733050341620 140733050341926 140733050341926 140733050347498 0
/proc/141258/statm: 200354 165850 2432 1147 0 187780 0
Current children cumulated CPU time: 3457.16 s
Current children cumulated vsize: 805608 KiB
Current children cumulated memory: 666472 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.16 4.09 5/262 141639
/proc/meminfo: memFree=35202144/131382116 swapFree=33009904/33010684
[pid=141247] ppid=141242 vsize=4192 memory=3072 CPUtime=0.19 cores=0,2
/proc/141247/stat : 141247 (run-opt-ls-log.) S 141242 141247 141217 0 -1 4194304 242 8736 0 0 0 0 14 5 20 0 1 0 174139526 4292608 768 18446744073709551615 94057331695616 94057332590149 140724982678432 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94057332829200 94057332876944 94057335271424 140724982683929 140724982684127 140724982684127 140724982689731 0
/proc/141247/statm: 1048 768 704 219 0 110 0
[pid=141258] ppid=141247 vsize=801416 memory=663400 CPUtime=3516.62 cores=0,2
/proc/141258/stat : 141258 (roundingsat) R 141247 141247 141217 0 -1 4194304 87376 0 0 0 348669 2993 0 0 20 0 1 0 174139553 820649984 165850 18446744073709551615 4227072 8923577 140733050338160 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 25174016 140733050341620 140733050341926 140733050341926 140733050347498 0
/proc/141258/statm: 200354 165850 2432 1147 0 187780 0
Current children cumulated CPU time: 3516.81 s
Current children cumulated vsize: 805608 KiB
Current children cumulated memory: 666472 KiB

[startup+3642.3 s]
/proc/loadavg: 4.29 4.20 4.11 5/259 141688
/proc/meminfo: memFree=33645224/131382116 swapFree=33009904/33010684
[pid=141247] ppid=141242 vsize=4192 memory=3072 CPUtime=0.19 cores=0,2
/proc/141247/stat : 141247 (run-opt-ls-log.) S 141242 141247 141217 0 -1 4194304 242 8736 0 0 0 0 14 5 20 0 1 0 174139526 4292608 768 18446744073709551615 94057331695616 94057332590149 140724982678432 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94057332829200 94057332876944 94057335271424 140724982683929 140724982684127 140724982684127 140724982689731 0
/proc/141247/statm: 1048 768 704 219 0 110 0
[pid=141258] ppid=141247 vsize=806332 memory=668396 CPUtime=3576.38 cores=0,2
/proc/141258/stat : 141258 (roundingsat) R 141247 141247 141217 0 -1 4194304 88094 0 0 0 354612 3026 0 0 20 0 1 0 174139553 825683968 167099 18446744073709551615 4227072 8923577 140733050338160 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 25174016 140733050341620 140733050341926 140733050341926 140733050347498 0
/proc/141258/statm: 201583 167099 2432 1147 0 189009 0
Current children cumulated CPU time: 3576.57 s
Current children cumulated vsize: 810524 KiB
Current children cumulated memory: 671468 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3665.9 s]
/proc/loadavg: 4.19 4.18 4.10 4/259 141688
/proc/meminfo: memFree=33001652/131382116 swapFree=33009904/33010684
[pid=141247] ppid=141242 vsize=4192 memory=3072 CPUtime=0.19 cores=0,2
/proc/141247/stat : 141247 (run-opt-ls-log.) S 141242 141247 141217 0 -1 4194304 242 8736 0 0 0 0 14 5 20 0 1 0 174139526 4292608 768 18446744073709551615 94057331695616 94057332590149 140724982678432 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94057332829200 94057332876944 94057335271424 140724982683929 140724982684127 140724982684127 140724982689731 0
/proc/141247/statm: 1048 768 704 219 0 110 0
[pid=141258] ppid=141247 vsize=806600 memory=668396 CPUtime=3599.9 cores=0,2
/proc/141258/stat : 141258 (roundingsat) R 141247 141247 141217 0 -1 4194304 88227 0 0 0 356952 3038 0 0 20 0 1 0 174139553 825958400 167099 18446744073709551615 4227072 8923577 140733050338160 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 25174016 140733050341620 140733050341926 140733050341926 140733050347498 0
/proc/141258/statm: 201650 167099 2432 1147 0 189076 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 810792 KiB
Current children cumulated memory: 671468 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.149668 s, system=0.055513 s

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

# cumulated CPU time of all completed processes:  user=3569.71 s, system=30.4462 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+3666.4 s]
/proc/loadavg: 4.19 4.18 4.10 3/258 141688
/proc/meminfo: memFree=32970116/131382116 swapFree=33009904/33010684
[pid=141258] ppid=141242 vsize=806600 memory=668652 CPUtime=3599.9 cores=0,2
/proc/141258/stat : 141258 (roundingsat) D 141242 141247 141217 0 -1 4194304 88232 0 0 0 356952 3038 0 0 20 0 1 0 174139553 825958400 167163 18446744073709551615 4227072 8923577 140733050338160 0 0 0 0 0 8405026 1 0 0 17 0 0 0 0 0 0 9827200 9836688 25174016 140733050341620 140733050341926 140733050341926 140733050347498 0
/proc/141258/statm: 201650 167163 2496 1147 0 189076 0
Current cumulated CPU time of completed processes: 0.205181 s
Current children cumulated CPU time: 3599.9 s
Current children cumulated vsize: 806600 KiB
Current children cumulated memory: 668652 KiB

[startup+3666.6 s]
/proc/loadavg: 4.19 4.18 4.10 3/258 141688
/proc/meminfo: memFree=32970116/131382116 swapFree=33009904/33010684
[pid=141258] ppid=141242 vsize=806600 memory=668652 CPUtime=3599.9 cores=0,2
/proc/141258/stat : 141258 (roundingsat) D 141242 141247 141217 0 -1 4194304 88232 0 0 0 356952 3038 0 0 20 0 1 0 174139553 825958400 167163 18446744073709551615 4227072 8923577 140733050338160 0 0 0 0 0 8405026 1 0 0 17 0 0 0 0 0 0 9827200 9836688 25174016 140733050341620 140733050341926 140733050341926 140733050347498 0
/proc/141258/statm: 201650 167163 2496 1147 0 189076 0
Current cumulated CPU time of completed processes: 0.205181 s
Current children cumulated CPU time: 3599.9 s
Current children cumulated vsize: 806600 KiB
Current children cumulated memory: 668652 KiB

[startup+3666.7 s]
/proc/loadavg: 4.19 4.18 4.10 3/258 141688
/proc/meminfo: memFree=32970116/131382116 swapFree=33009904/33010684
[pid=141258] ppid=141242 vsize=806600 memory=668652 CPUtime=3599.9 cores=0,2
/proc/141258/stat : 141258 (roundingsat) D 141242 141247 141217 0 -1 4194304 88232 0 0 0 356952 3038 0 0 20 0 1 0 174139553 825958400 167163 18446744073709551615 4227072 8923577 140733050338160 0 0 0 0 0 8405026 1 0 0 17 0 0 0 0 0 0 9827200 9836688 25174016 140733050341620 140733050341926 140733050341926 140733050347498 0
/proc/141258/statm: 201650 167163 2496 1147 0 189076 0
Current cumulated CPU time of completed processes: 0.205181 s
Current children cumulated CPU time: 3599.9 s
Current children cumulated vsize: 806600 KiB
Current children cumulated memory: 668652 KiB

Child status: 2

Real time (s): 3666.78
CPU time (s): 3600.15
CPU user time (s): 3569.71
CPU system time (s): 30.4462
CPU usage (%): 98.1829
Max. virtual memory (cumulated for all children) (KiB): 810792
Max. memory (cumulated for all children) (KiB): 671468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3569.71
system time used= 30.4462
maximum resident set size= 668652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97225
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11677064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1551
involuntary context switches= 8612


# summary of solver processes directly reported to runsolver:
#   pid: 141247,141258
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3569.71
#   total CPU system time (s): 30.4462

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.3526 second user time and 37.045 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-15 15:03:23
IDJOB=4531871
IDBENCH=146676
IDSOLVER=3392
FILE ID=nodeC004/4531871-1752584603
RUNJOBID= nodeC004-1752584602-141227
SLURM_JOB_ID= 9684334
Free space on /tmp= 433016 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 0f876b3
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-5.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4531871-1752584603/watcher-4531871-1752584603 -o /tmp/evaluation-result-4531871-1752584603/solver-4531871-1752584603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1752584602-141227 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4531871-1752584603.opb PROOFDIR/proof-4531871-1752584603

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

MD5SUM BENCH= f240478745515edc7850a10c9aa5c21f
RANDOM SEED=1057340159

nodeC004 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.219
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.74
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		: 1197.421
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.74
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.645
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.242
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.74
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		: 3700.000
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.74
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		: 3700.000
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.74
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		: 3700.000
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3700.000
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        128760604 kB
MemAvailable:   129898536 kB
Buffers:            2128 kB
Cached:          1882740 kB
SwapCached:           32 kB
Active:           676276 kB
Inactive:        1276356 kB
Active(anon):      74976 kB
Inactive(anon):    10720 kB
Active(file):     601300 kB
Inactive(file):  1265636 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9296 kB
Writeback:             0 kB
AnonPages:         70804 kB
Mapped:           106224 kB
Shmem:             17932 kB
KReclaimable:     221244 kB
Slab:             311404 kB
SReclaimable:     221244 kB
SUnreclaim:        90160 kB
KernelStack:        3824 kB
PageTables:         2816 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     341740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149176 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432948 MiB
End job on nodeC004 at 2025-07-15 16:04:30