Trace number 4486288

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma 63f22adSAT (TO)148 3600.06 3609.3

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-circ8_3.opb
MD5SUM82a224b9434e58ca22c331a9d6eb0d67
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark136
Best CPU time to get the best result obtained on this benchmark3586.51
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1344
Total number of constraints16096
Number of constraints which are clauses8208
Number of constraints which are cardinality constraints (but not clauses)496
Number of constraints which are nor clauses,nor cardinality constraints7392
Minimum length of a constraint2
Maximum length of a constraint28
Number of terms in the objective function 448
Biggest coefficient in the objective function 4
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 1024
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 1024
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.02	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.02	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.02	c │      (c) 2025 Markus Anders                                    │
0.00/0.02	c └────────────────────────────────────────────────────────────────┘
0.00/0.02	c parse 'HOME/instance-4486288-1751325174.opb'
0.00/0.03	c 	read 0.91MB  (10.68ms)
0.00/0.03	c	 [cnf: #variables 1344 #clauses 16097 #duplicates 0 #arr 95888]
0.00/0.03	c 
0.00/0.03	c make graph and approximate orbits
0.00/0.03	c	 [group: #orbits ~= 198] (7.31ms)
0.00/0.03	c 
0.00/0.03	c detect special group actions
0.00/0.03	c 	probe for Johnson action (limit=64)
0.00/0.04	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.04	c 	probe for row symmetry (limit=64, splits=16.78M)
0.48/0.54	c 	 (503.65ms)
0.48/0.54	c 
0.48/0.54	c detect symmetries on remainder
0.48/0.54	c 	[graph: #vertices 25993 #edges 208880]
0.48/0.54	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.48/0.57	c 	 [group: #symmetries 1.60*10^1 #generators 3] (33.83ms)
0.48/0.57	c 
0.48/0.57	c optimize generators (opt_passes=64, conjugate_limit=256)
0.48/0.57	c 	(0.01ms)
0.48/0.57	c 
0.48/0.57	c finalize break order and special generators
0.48/0.57	c 
0.48/0.57	c add generic predicates (break_depth=20)
0.48/0.57	c 	added predicates for 3 generators (0.14ms)
0.48/0.57	c 
0.48/0.57	c generation finished
0.48/0.57	c 	[sbp: #constraints 174 #add_vars 57]
0.48/0.57	c 
0.48/0.57	c write result to 'HOME/instance-4486288-1751325174.opb.pre'
0.48/0.57	c 	wrote 0.92MB (2.11ms)
0.48/0.57	c ------------------------------------------------------------------
0.48/0.57	c                 503.65ms 90.25% detect_special
0.48/0.57	c                  33.83ms  6.06% detect_generic
0.48/0.57	c                  10.68ms  1.91% parse
0.48/0.57	c                   7.31ms  1.31% approx_orbits
0.48/0.57	c                   2.11ms  0.38% output
0.48/0.57	c                   0.26ms  0.05% other
0.48/0.57	c                   0.14ms  0.03% break_generic
0.48/0.57	c                   0.08ms  0.01% finalize_order
0.48/0.57	c                   0.01ms  0.00% optimize_gens
0.48/0.57	c         ───────────────────────────────────────────────
0.48/0.57	c                 558.07ms   100% total
0.48/0.57	c ------------------------------------------------------------------
0.48/0.59	c RoundingSat 2
0.48/0.59	c branch pb25
0.48/0.59	c commit 63f22ad
0.55/0.68	c #variables 1401 #constraints 16550
0.55/0.68	c objective is ce32 
0.55/0.70	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.55/0.70	c initial counting CF 32, 64, 128, Arb: 7393 , 0 , 0 , 0
0.55/0.70	c bounds - >= 0 @ 0.08663
1.55/1.66	c bounds 190 >= 0 @ 1.03832
1.55/1.67	c bounds 190 >= 3 @ 1.04704
1.55/1.67	c bounds 184 >= 3 @ 1.04719
1.65/1.75	c #Conflicts:       1000 | #Constraints:      17554
1.65/1.75	c bounds 182 >= 3 @ 1.11551
1.65/1.76	c bounds 182 >= 6 @ 1.13264
1.65/1.78	c bounds 182 >= 9 @ 1.14712
2.45/2.50	c #Conflicts:       2000 | #Constraints:      18561
2.45/2.50	c INPROCESSING
2.45/2.50	c GARBAGE COLLECT
2.45/2.50	c rational objective 96
2.55/2.60	c bounds 182 >= 12 @ 1.95588
2.55/2.62	c #Conflicts:       3000 | #Constraints:      18572
2.55/2.62	c bounds 182 >= 15 @ 1.97726
2.55/2.64	c bounds 180 >= 15 @ 1.98879
2.65/2.76	c bounds 178 >= 15 @ 2.10928
2.65/2.77	c bounds 178 >= 18 @ 2.12269
3.25/3.31	c #Conflicts:       4000 | #Constraints:      19581
3.25/3.31	c INPROCESSING
3.25/3.31	c GARBAGE COLLECT
3.25/3.31	WSVECS04 Frhs2[51]: 6 0 2.00005 shouldn't be
3.25/3.31	WSVECS04 Frhs2[116]: 6 -4.00002 0 shouldn't be
3.25/3.31	WSVECS04 Frhs2[370]: 6 -2.0001 0 shouldn't be
3.25/3.31	WSVECS04 Frhs2[435]: 6 0 1.00004 shouldn't be
3.25/3.31	WSVECS04 Frhs2[913]: 6 0 1.00003 shouldn't be
3.25/3.31	WSVECS04 Frhs2[1017]: 6 -1.00004 0 shouldn't be
3.25/3.31	WSVECS04 Frhs2[1026]: 6 -2.00002 0 shouldn't be
3.25/3.31	WSVECS04 Frhs2[1152]: 6 -1.00002 0 shouldn't be
3.64/3.79	WSVECS04 Frhs2[52]: 6 0 2.00007 shouldn't be
3.64/3.79	WSVECS04 Frhs2[436]: 6 0 1.00006 shouldn't be
3.64/3.79	WSVECS04 Frhs2[439]: 6 0 1.00004 shouldn't be
3.64/3.79	WSVECS04 Frhs2[946]: 6 0 2.00007 shouldn't be
3.64/3.79	WSVECS04 Frhs2[973]: 6 -2.00009 0 shouldn't be
3.64/3.79	WSVECS04 Frhs2[1047]: 6 -2.00004 0 shouldn't be
3.64/3.79	WSVECS04 Frhs2[1063]: 6 -2.00006 0 shouldn't be
3.64/3.79	WSVECS04 Frhs2[1188]: 6 -3.00006 0 shouldn't be
4.64/4.79	c bounds 178 >= 21 @ 4.12432
5.33/5.44	c #Conflicts:       5000 | #Constraints:      18996
5.33/5.44	c #Conflicts:       6000 | #Constraints:      19996
5.33/5.44	c INPROCESSING
5.33/5.44	c GARBAGE COLLECT
5.33/5.44	c bounds 176 >= 21 @ 4.75267
5.33/5.49	c #Conflicts:       7000 | #Constraints:      19004
5.33/5.49	c bounds 174 >= 21 @ 4.80112
6.04/6.10	c #Conflicts:       8000 | #Constraints:      20005
6.04/6.10	c #Conflicts:       9000 | #Constraints:      21006
6.04/6.10	c bounds 166 >= 21 @ 5.39277
6.04/6.10	c bounds 166 >= 23 @ 5.39313
6.04/6.10	c bounds 166 >= 25 @ 5.39367
6.04/6.11	c bounds 166 >= 27 @ 5.39421
6.04/6.11	c bounds 166 >= 29 @ 5.39489
6.34/6.43	c INPROCESSING
6.34/6.43	c GARBAGE COLLECT
6.34/6.43	WSVECS04 Frhs2[1270]: 6 -3.00003 0 shouldn't be
7.73/7.88	c rational objective 96
7.83/7.96	c bounds 166 >= 31 @ 7.23947
7.83/7.97	c bounds 166 >= 33 @ 7.24121
7.83/7.97	c bounds 166 >= 35 @ 7.2471
7.83/7.98	c bounds 166 >= 37 @ 7.25143
7.83/7.98	c bounds 166 >= 39 @ 7.25181
8.23/8.38	c #Conflicts:      10000 | #Constraints:      19741
8.23/8.38	WSVECS04 Frhs2[76]: 6 0 2.00002 shouldn't be
8.23/8.38	WSVECS04 Frhs2[267]: 6 0 4.00001 shouldn't be
8.23/8.38	WSVECS04 Frhs2[521]: 6 0 1.00001 shouldn't be
8.23/8.38	WSVECS04 Frhs2[523]: 6 0 3.0001 shouldn't be
8.23/8.38	WSVECS04 Frhs2[529]: 6 -2.00005 0 shouldn't be
8.23/8.38	WSVECS04 Frhs2[715]: 6 0 2.00007 shouldn't be
8.23/8.38	WSVECS04 Frhs2[899]: 6 -3.00004 0 shouldn't be
8.23/8.38	WSVECS04 Frhs2[900]: 6 -4.00004 0 shouldn't be
8.23/8.38	WSVECS04 Frhs2[912]: 6 -1.00007 0 shouldn't be
8.23/8.38	WSVECS04 Frhs2[920]: 6 -1.00007 0 shouldn't be
8.23/8.38	WSVECS04 Frhs2[952]: 6 -1.00008 0 shouldn't be
8.23/8.38	WSVECS04 Frhs2[953]: 6 -1.00005 0 shouldn't be
8.23/8.38	WSVECS04 Frhs2[980]: 6 -4.00001 0 shouldn't be
8.23/8.38	WSVECS04 Frhs2[992]: 6 0 1.00004 shouldn't be
8.23/8.38	WSVECS04 Frhs2[1296]: 6 -1.00008 0 shouldn't be
8.23/8.38	WSVECS04 Frhs2[1304]: 6 -1.00004 0 shouldn't be
8.53/8.68	WSVECS04 Frhs2[403]: 6 -2.0001 0 shouldn't be
8.53/8.68	WSVECS04 Frhs2[1025]: 6 0 2.00007 shouldn't be
8.53/8.68	WSVECS04 Frhs2[1026]: 6 0 2.00003 shouldn't be
8.53/8.68	WSVECS04 Frhs2[1039]: 6 0 1.00007 shouldn't be
8.53/8.68	WSVECS04 Frhs2[1053]: 6 -1.00004 0 shouldn't be
8.94/9.02	WSVECS04 Frhs2[467]: 6 0 2.00006 shouldn't be
8.94/9.02	WSVECS04 Frhs2[469]: 6 0 2.00008 shouldn't be
8.94/9.02	WSVECS04 Frhs2[963]: 6 -3.00001 0 shouldn't be
8.94/9.02	WSVECS04 Frhs2[964]: 6 -4.00009 0 shouldn't be
8.94/9.02	WSVECS04 Frhs2[1040]: 6 -1.00006 0 shouldn't be
9.23/9.39	WSVECS04 Frhs2[395]: 6 0 4.00009 shouldn't be
9.23/9.39	WSVECS04 Frhs2[459]: 6 0 4.00008 shouldn't be
9.23/9.39	WSVECS04 Frhs2[587]: 6 0 2.00008 shouldn't be
9.23/9.39	WSVECS04 Frhs2[716]: 6 0 2.00005 shouldn't be
9.23/9.39	WSVECS04 Frhs2[784]: 6 0 4.00008 shouldn't be
9.23/9.39	WSVECS04 Frhs2[925]: 6 -4.00003 0 shouldn't be
9.23/9.39	WSVECS04 Frhs2[1010]: 6 0 4.00005 shouldn't be
9.23/9.39	WSVECS04 Frhs2[1295]: 6 -1.00007 0 shouldn't be
9.62/9.79	WSVECS04 Frhs2[15]: 6 0 2.00005 shouldn't be
9.62/9.79	WSVECS04 Frhs2[271]: 6 0 2.00007 shouldn't be
9.62/9.79	WSVECS04 Frhs2[329]: 6 0 2.00009 shouldn't be
9.62/9.79	WSVECS04 Frhs2[331]: 6 0 4.0001 shouldn't be
9.62/9.79	WSVECS04 Frhs2[336]: 6 0 4.00005 shouldn't be
9.62/9.79	WSVECS04 Frhs2[396]: 6 0 4.00007 shouldn't be
9.62/9.79	WSVECS04 Frhs2[398]: 6 0 2.0001 shouldn't be
9.62/9.79	WSVECS04 Frhs2[527]: 6 0 1.00004 shouldn't be
9.62/9.79	WSVECS04 Frhs2[903]: 6 -1.00002 0 shouldn't be
9.62/9.79	WSVECS04 Frhs2[944]: 6 -1.00008 0 shouldn't be
9.62/9.79	WSVECS04 Frhs2[982]: 6 -3.00002 0 shouldn't be
9.62/9.79	WSVECS04 Frhs2[1314]: 6 -2.00006 0 shouldn't be
9.62/9.79	WSVECS04 Frhs2[1320]: 6 -1.00004 0 shouldn't be
9.62/9.79	WSVECS04 Frhs2[1330]: 6 -2.00004 0 shouldn't be
9.62/9.79	WSVECS04 Frhs2[1337]: 6 -1.00006 0 shouldn't be
13.22/13.31	c #Conflicts:      11000 | #Constraints:      20741
13.22/13.31	c #Conflicts:      12000 | #Constraints:      21741
13.22/13.31	c INPROCESSING
13.22/13.31	c GARBAGE COLLECT
13.22/13.31	c #Conflicts:      13000 | #Constraints:      20194
13.22/13.31	c #Conflicts:      14000 | #Constraints:      21194
13.22/13.31	c #Conflicts:      15000 | #Constraints:      22194
13.22/13.31	c INPROCESSING
13.22/13.31	c GARBAGE COLLECT
13.22/13.31	c rational objective 96
13.42/13.57	c bounds 164 >= 39 @ 12.7663
13.42/13.57	c bounds 164 >= 40 @ 12.7666
13.42/13.57	c bounds 164 >= 41 @ 12.7668
13.42/13.57	c bounds 164 >= 42 @ 12.7671
13.42/13.57	c bounds 164 >= 43 @ 12.7673
13.42/13.57	c bounds 164 >= 44 @ 12.7676
13.42/13.57	c bounds 164 >= 45 @ 12.7678
13.42/13.57	c bounds 164 >= 46 @ 12.7682
13.42/13.58	c bounds 164 >= 47 @ 12.7685
13.42/13.58	c bounds 164 >= 48 @ 12.7688
13.42/13.58	c bounds 164 >= 49 @ 12.7691
13.42/13.58	c bounds 164 >= 50 @ 12.7694
13.42/13.58	c bounds 164 >= 51 @ 12.7697
13.42/13.58	c bounds 164 >= 52 @ 12.77
13.42/13.58	c bounds 164 >= 53 @ 12.7703
13.42/13.58	c bounds 164 >= 54 @ 12.7706
13.42/13.58	c bounds 164 >= 55 @ 12.7709
13.42/13.58	c bounds 164 >= 56 @ 12.7709
13.42/13.58	c bounds 164 >= 57 @ 12.7709
13.42/13.58	c bounds 164 >= 58 @ 12.7709
13.42/13.58	c bounds 164 >= 59 @ 12.7712
13.42/13.58	c bounds 164 >= 60 @ 12.7716
13.42/13.58	c bounds 164 >= 61 @ 12.772
13.42/13.58	c bounds 164 >= 62 @ 12.7725
13.42/13.58	c bounds 164 >= 63 @ 12.7729
13.42/13.58	c bounds 164 >= 64 @ 12.7737
13.42/13.58	c bounds 164 >= 65 @ 12.7755
13.42/13.59	c bounds 164 >= 66 @ 12.778
13.42/13.59	c bounds 164 >= 67 @ 12.7822
13.62/13.76	c #Conflicts:      16000 | #Constraints:      20632
13.62/13.76	c bounds 160 >= 67 @ 12.9423
13.62/13.76	c bounds 160 >= 68 @ 12.9424
13.62/13.76	c bounds 160 >= 69 @ 12.9424
13.62/13.76	c bounds 160 >= 70 @ 12.9424
13.62/13.76	c bounds 160 >= 71 @ 12.9424
13.62/13.76	c bounds 160 >= 72 @ 12.9424
13.62/13.76	c bounds 160 >= 73 @ 12.9424
13.62/13.76	c bounds 160 >= 74 @ 12.9434
13.62/13.77	c bounds 160 >= 75 @ 12.947
13.62/13.78	c #Conflicts:      17000 | #Constraints:      21727
13.62/13.78	c bounds 160 >= 76 @ 12.9535
13.72/13.81	c bounds 160 >= 77 @ 12.9812
13.72/13.82	c #Conflicts:      18000 | #Constraints:      22769
13.72/13.82	c bounds 160 >= 78 @ 12.9919
13.72/13.83	c INPROCESSING
13.72/13.83	c GARBAGE COLLECT
13.72/13.83	c bounds 160 >= 79 @ 13.0035
13.72/13.83	c bounds 160 >= 80 @ 13.0039
13.72/13.83	c bounds 160 >= 81 @ 13.0043
13.72/13.84	c bounds 160 >= 82 @ 13.0048
13.72/13.84	c bounds 160 >= 83 @ 13.0058
13.72/13.84	c bounds 160 >= 84 @ 13.0078
15.91/16.06	c bounds 160 >= 85 @ 15.2022
16.01/16.10	c #Conflicts:      19000 | #Constraints:      20780
16.01/16.10	c bounds 160 >= 86 @ 15.2453
16.01/16.16	c #Conflicts:      20000 | #Constraints:      21798
16.01/16.16	c bounds 160 >= 87 @ 15.2985
18.30/18.42	c #Conflicts:      21000 | #Constraints:      22816
18.30/18.42	c INPROCESSING
18.30/18.42	c GARBAGE COLLECT
18.30/18.42	c rational objective 96
18.40/18.50	c bounds 160 >= 88 @ 17.6073
18.40/18.50	c bounds 160 >= 89 @ 17.6073
18.40/18.50	c bounds 160 >= 90 @ 17.6073
18.40/18.50	c bounds 160 >= 91 @ 17.6086
18.40/18.51	c bounds 160 >= 92 @ 17.6107
18.40/18.51	c bounds 160 >= 93 @ 17.6146
18.40/18.51	c bounds 160 >= 94 @ 17.6163
18.40/18.51	c bounds 160 >= 95 @ 17.6163
18.40/18.51	c bounds 160 >= 96 @ 17.6163
18.40/18.51	c bounds 160 >= 97 @ 17.6169
18.40/18.52	c bounds 160 >= 98 @ 17.6182
18.40/18.52	c #Conflicts:      22000 | #Constraints:      20719
18.40/18.52	c bounds 160 >= 99 @ 17.6206
18.40/18.52	c bounds 160 >= 100 @ 17.6259
18.40/18.53	c bounds 160 >= 101 @ 17.6291
18.40/18.53	c bounds 160 >= 102 @ 17.6294
18.40/18.53	c bounds 160 >= 103 @ 17.6299
18.40/18.53	c bounds 160 >= 104 @ 17.6304
18.40/18.53	c bounds 160 >= 105 @ 17.6312
18.40/18.53	c bounds 160 >= 106 @ 17.6324
18.40/18.53	c bounds 160 >= 107 @ 17.6344
18.40/18.57	c #Conflicts:      23000 | #Constraints:      21854
18.40/18.57	c bounds 160 >= 108 @ 17.6687
18.40/18.58	c bounds 160 >= 109 @ 17.6836
18.40/18.59	c bounds 160 >= 110 @ 17.6858
18.40/18.59	c bounds 160 >= 111 @ 17.6861
18.40/18.59	c bounds 160 >= 112 @ 17.6861
18.40/18.59	c bounds 160 >= 113 @ 17.6865
18.40/18.59	c bounds 160 >= 114 @ 17.6871
18.40/18.59	c bounds 160 >= 115 @ 17.6871
18.40/18.59	c #Conflicts:      24000 | #Constraints:      22968
18.40/18.59	c bounds 160 >= 116 @ 17.6895
18.50/18.62	c bounds 160 >= 117 @ 17.7126
20.70/20.85	c #Conflicts:      25000 | #Constraints:      24025
20.70/20.85	c INPROCESSING
20.70/20.85	c GARBAGE COLLECT
20.70/20.85	c #Conflicts:      26000 | #Constraints:      21507
20.70/20.85	c #Conflicts:      27000 | #Constraints:      22507
20.70/20.85	c #Conflicts:      28000 | #Constraints:      23507
20.70/20.85	c #Conflicts:      29000 | #Constraints:      24507
20.70/20.85	c INPROCESSING
20.70/20.85	c GARBAGE COLLECT
20.70/20.85	c rational objective 117
22.49/22.61	c #Conflicts:      30000 | #Constraints:      21861
22.49/22.61	c bounds 160 >= 118 @ 21.6525
22.49/22.68	c #Conflicts:      31000 | #Constraints:      22894
22.49/22.68	c bounds 160 >= 119 @ 21.7189
22.59/22.76	c #Conflicts:      32000 | #Constraints:      23912
22.59/22.76	c bounds 160 >= 120 @ 21.7985
24.39/24.56	c #Conflicts:      33000 | #Constraints:      24939
24.39/24.56	c INPROCESSING
24.39/24.56	c GARBAGE COLLECT
24.39/24.56	c rational objective 120
25.68/25.85	c #Conflicts:      34000 | #Constraints:      22103
25.68/25.85	c #Conflicts:      35000 | #Constraints:      23103
25.68/25.85	c #Conflicts:      36000 | #Constraints:      24103
25.68/25.85	c bounds 160 >= 121 @ 24.844
27.18/27.39	c #Conflicts:      37000 | #Constraints:      25142
27.18/27.39	c #Conflicts:      38000 | #Constraints:      26142
27.18/27.39	c bounds 160 >= 122 @ 26.3606
30.07/30.21	c #Conflicts:      39000 | #Constraints:      27178
30.07/30.21	c #Conflicts:      40000 | #Constraints:      28178
30.07/30.21	c #Conflicts:      41000 | #Constraints:      29181
30.07/30.21	c #Conflicts:      42000 | #Constraints:      30182
30.07/30.21	c #Conflicts:      43000 | #Constraints:      31184
30.07/30.21	c #Conflicts:      44000 | #Constraints:      32184
30.07/30.21	c #Conflicts:      45000 | #Constraints:      33186
30.07/30.21	c bounds 158 >= 122 @ 29.1226
31.17/31.38	c #Conflicts:      46000 | #Constraints:      34187
31.17/31.38	c bounds 158 >= 123 @ 30.2742
31.27/31.40	c bounds 158 >= 124 @ 30.2895
31.27/31.46	c #Conflicts:      47000 | #Constraints:      35232
31.27/31.46	c bounds 158 >= 125 @ 30.3416
32.97/33.10	c #Conflicts:      48000 | #Constraints:      36256
32.97/33.10	c INPROCESSING
32.97/33.10	c GARBAGE COLLECT
32.97/33.10	c rational objective 125
33.16/33.38	c bounds 158 >= 126 @ 32.2465
35.55/35.78	c #Conflicts:      49000 | #Constraints:      27804
35.55/35.78	c #Conflicts:      50000 | #Constraints:      28804
35.55/35.78	c #Conflicts:      51000 | #Constraints:      29804
35.55/35.78	c #Conflicts:      52000 | #Constraints:      30804
35.55/35.78	c #Conflicts:      53000 | #Constraints:      31804
35.55/35.78	c INPROCESSING
35.55/35.78	c GARBAGE COLLECT
35.55/35.78	c rational objective 126
38.05/38.28	c #Conflicts:      54000 | #Constraints:      25417
38.05/38.28	c #Conflicts:      55000 | #Constraints:      26417
38.05/38.28	c #Conflicts:      56000 | #Constraints:      27417
38.05/38.28	c #Conflicts:      57000 | #Constraints:      28417
38.05/38.28	c #Conflicts:      58000 | #Constraints:      29417
38.05/38.28	c INPROCESSING
38.05/38.28	c GARBAGE COLLECT
38.05/38.28	c rational objective 126
40.34/40.50	c #Conflicts:      59000 | #Constraints:      24001
40.34/40.50	c #Conflicts:      60000 | #Constraints:      25001
40.34/40.50	c #Conflicts:      61000 | #Constraints:      26001
40.34/40.50	c bounds 158 >= 127 @ 39.2326
42.64/42.84	c #Conflicts:      62000 | #Constraints:      27037
42.64/42.84	c #Conflicts:      63000 | #Constraints:      28037
42.64/42.84	c #Conflicts:      64000 | #Constraints:      29037
42.64/42.84	c INPROCESSING
42.64/42.84	c GARBAGE COLLECT
42.64/42.84	c rational objective 127
45.73/45.99	c #Conflicts:      65000 | #Constraints:      23986
45.73/45.99	c #Conflicts:      66000 | #Constraints:      24986
45.73/45.99	c #Conflicts:      67000 | #Constraints:      25986
45.73/45.99	c #Conflicts:      68000 | #Constraints:      26986
45.73/45.99	c #Conflicts:      69000 | #Constraints:      27986
45.73/45.99	c #Conflicts:      70000 | #Constraints:      28986
45.73/45.99	c #Conflicts:      71000 | #Constraints:      29986
45.73/45.99	c #Conflicts:      72000 | #Constraints:      30986
45.73/45.99	c bounds 158 >= 128 @ 44.6312
53.11/53.37	c #Conflicts:      73000 | #Constraints:      32019
53.11/53.37	c #Conflicts:      74000 | #Constraints:      33019
53.11/53.37	c #Conflicts:      75000 | #Constraints:      34019
53.11/53.37	c #Conflicts:      76000 | #Constraints:      35019
53.11/53.37	c #Conflicts:      77000 | #Constraints:      36019
53.11/53.37	c #Conflicts:      78000 | #Constraints:      37019
53.11/53.37	c #Conflicts:      79000 | #Constraints:      38019
53.11/53.37	c #Conflicts:      80000 | #Constraints:      39019
53.11/53.37	c #Conflicts:      81000 | #Constraints:      40020
53.11/53.37	c #Conflicts:      82000 | #Constraints:      41023
53.11/53.37	c #Conflicts:      83000 | #Constraints:      42024
53.11/53.37	c #Conflicts:      84000 | #Constraints:      43024
53.11/53.37	c INPROCESSING
53.11/53.37	c GARBAGE COLLECT
53.11/53.37	c rational objective 128
54.20/54.49	c #Conflicts:      85000 | #Constraints:      30830
54.20/54.49	c #Conflicts:      86000 | #Constraints:      31830
54.20/54.49	c #Conflicts:      87000 | #Constraints:      32830
54.20/54.49	WSVECS04 Frhs2[84]: 6 0 1.25067 shouldn't be
54.20/54.49	WSVECS04 Frhs2[86]: 6 0 2.11041 shouldn't be
54.20/54.49	WSVECS04 Frhs2[114]: 6 0 0.110426 shouldn't be
54.20/54.49	WSVECS04 Frhs2[185]: 6 -0.0736609 0 shouldn't be
54.20/54.49	WSVECS04 Frhs2[188]: 6 0 0.0736138 shouldn't be
54.20/54.49	WSVECS04 Frhs2[387]: 6 -5.46213 0 shouldn't be
54.20/54.49	WSVECS04 Frhs2[388]: 6 0 2.89658 shouldn't be
54.20/54.49	WSVECS04 Frhs2[401]: 6 0 0.501199 shouldn't be
54.20/54.49	WSVECS04 Frhs2[403]: 6 -3.49894 0 shouldn't be
54.20/54.49	WSVECS04 Frhs2[452]: 6 0 2.89661 shouldn't be
54.20/54.49	WSVECS04 Frhs2[490]: 6 0 0.055199 shouldn't be
54.20/54.49	WSVECS04 Frhs2[513]: 6 -1.46211 0 shouldn't be
54.20/54.49	WSVECS04 Frhs2[516]: 6 0 2.89663 shouldn't be
54.20/54.49	WSVECS04 Frhs2[561]: 6 -17.7794 0 shouldn't be
54.20/54.49	WSVECS04 Frhs2[595]: 6 0 1.49889 shouldn't be
54.20/54.49	WSVECS04 Frhs2[597]: 6 0 1.49889 shouldn't be
54.20/54.49	WSVECS04 Frhs2[769]: 6 -1.46208 0 shouldn't be
54.20/54.49	WSVECS04 Frhs2[1049]: 6 0 0.501235 shouldn't be
55.99/56.21	c #Conflicts:      88000 | #Constraints:      33830
55.99/56.21	c #Conflicts:      89000 | #Constraints:      34830
55.99/56.21	c #Conflicts:      90000 | #Constraints:      35830
55.99/56.21	c #Conflicts:      91000 | #Constraints:      36830
55.99/56.21	c INPROCESSING
55.99/56.21	c GARBAGE COLLECT
55.99/56.21	c rational objective 128
58.80/59.06	c #Conflicts:      92000 | #Constraints:      27709
58.80/59.06	c #Conflicts:      93000 | #Constraints:      28709
58.80/59.06	c #Conflicts:      94000 | #Constraints:      29709
58.80/59.06	c #Conflicts:      95000 | #Constraints:      30709
58.80/59.06	c #Conflicts:      96000 | #Constraints:      31709
58.80/59.06	c #Conflicts:      97000 | #Constraints:      32709
58.80/59.06	c #Conflicts:      98000 | #Constraints:      33709
58.80/59.06	c #Conflicts:      99000 | #Constraints:      34709
58.80/59.06	c INPROCESSING
58.80/59.06	c GARBAGE COLLECT
58.80/59.06	c rational objective 128
61.48/61.79	c #Conflicts:     100000 | #Constraints:      27052
61.48/61.79	c #Conflicts:     101000 | #Constraints:      28052
61.48/61.79	c #Conflicts:     102000 | #Constraints:      29052
61.48/61.79	c #Conflicts:     103000 | #Constraints:      30052
61.48/61.79	c #Conflicts:     104000 | #Constraints:      31052
61.48/61.79	c #Conflicts:     105000 | #Constraints:      32052
61.48/61.79	c #Conflicts:     106000 | #Constraints:      33052
61.48/61.79	c INPROCESSING
61.48/61.79	c GARBAGE COLLECT
61.48/61.79	c rational objective 128
72.75/73.02	c #Conflicts:     107000 | #Constraints:      26029
72.75/73.02	c #Conflicts:     108000 | #Constraints:      27029
72.75/73.02	c #Conflicts:     109000 | #Constraints:      28029
72.75/73.02	c #Conflicts:     110000 | #Constraints:      29029
72.75/73.02	c #Conflicts:     111000 | #Constraints:      30029
72.75/73.02	c #Conflicts:     112000 | #Constraints:      31029
72.75/73.02	c #Conflicts:     113000 | #Constraints:      32029
72.75/73.02	c #Conflicts:     114000 | #Constraints:      33029
72.75/73.02	c #Conflicts:     115000 | #Constraints:      34029
72.75/73.02	c #Conflicts:     116000 | #Constraints:      35029
72.75/73.02	c #Conflicts:     117000 | #Constraints:      36029
72.75/73.02	c #Conflicts:     118000 | #Constraints:      37029
72.75/73.02	c #Conflicts:     119000 | #Constraints:      38029
72.75/73.02	c #Conflicts:     120000 | #Constraints:      39029
72.75/73.02	c #Conflicts:     121000 | #Constraints:      40029
72.75/73.02	c #Conflicts:     122000 | #Constraints:      41029
72.75/73.02	c #Conflicts:     123000 | #Constraints:      42029
72.75/73.02	c #Conflicts:     124000 | #Constraints:      43029
72.75/73.02	c #Conflicts:     125000 | #Constraints:      44029
72.75/73.02	c #Conflicts:     126000 | #Constraints:      45029
72.75/73.02	c #Conflicts:     127000 | #Constraints:      46029
72.75/73.02	c #Conflicts:     128000 | #Constraints:      47029
72.75/73.02	c #Conflicts:     129000 | #Constraints:      48029
72.75/73.02	c #Conflicts:     130000 | #Constraints:      49029
72.75/73.02	c #Conflicts:     131000 | #Constraints:      50029
72.75/73.02	c #Conflicts:     132000 | #Constraints:      51029
72.75/73.02	c INPROCESSING
72.75/73.02	c GARBAGE COLLECT
72.75/73.02	c rational objective 128
73.05/73.37	c bounds 156 >= 128 @ 71.4885
73.35/73.64	c #Conflicts:     133000 | #Constraints:      35226
73.35/73.64	c bounds 154 >= 128 @ 71.7482
77.84/78.11	c #Conflicts:     134000 | #Constraints:      36229
77.84/78.11	c #Conflicts:     135000 | #Constraints:      37229
77.84/78.11	c #Conflicts:     136000 | #Constraints:      38231
77.84/78.11	c #Conflicts:     137000 | #Constraints:      39231
77.84/78.11	c #Conflicts:     138000 | #Constraints:      40231
77.84/78.11	c #Conflicts:     139000 | #Constraints:      41233
77.84/78.11	c #Conflicts:     140000 | #Constraints:      42235
77.84/78.11	c INPROCESSING
77.84/78.11	c GARBAGE COLLECT
77.84/78.11	c rational objective 128
82.72/83.01	c #Conflicts:     141000 | #Constraints:      30506
82.72/83.01	c #Conflicts:     142000 | #Constraints:      31506
82.72/83.01	c #Conflicts:     143000 | #Constraints:      32506
82.72/83.01	c #Conflicts:     144000 | #Constraints:      33506
82.72/83.01	c #Conflicts:     145000 | #Constraints:      34506
82.72/83.01	c #Conflicts:     146000 | #Constraints:      35506
82.72/83.01	c #Conflicts:     147000 | #Constraints:      36506
82.72/83.01	c #Conflicts:     148000 | #Constraints:      37506
82.72/83.01	c #Conflicts:     149000 | #Constraints:      38506
82.72/83.01	c INPROCESSING
82.72/83.01	c GARBAGE COLLECT
82.72/83.01	c rational objective 128
85.81/86.15	c #Conflicts:     150000 | #Constraints:      28657
85.81/86.15	c #Conflicts:     151000 | #Constraints:      29657
85.81/86.15	c #Conflicts:     152000 | #Constraints:      30657
85.81/86.15	c #Conflicts:     153000 | #Constraints:      31657
85.81/86.15	c #Conflicts:     154000 | #Constraints:      32657
85.81/86.15	c #Conflicts:     155000 | #Constraints:      33657
85.81/86.15	c #Conflicts:     156000 | #Constraints:      34657
85.81/86.15	c #Conflicts:     157000 | #Constraints:      35657
85.81/86.15	c #Conflicts:     158000 | #Constraints:      36657
85.81/86.15	c INPROCESSING
85.81/86.15	c GARBAGE COLLECT
85.81/86.15	c rational objective 128
92.79/93.15	c #Conflicts:     159000 | #Constraints:      27696
92.79/93.15	c #Conflicts:     160000 | #Constraints:      28696
92.79/93.15	c #Conflicts:     161000 | #Constraints:      29698
92.79/93.15	c #Conflicts:     162000 | #Constraints:      30701
92.79/93.15	c #Conflicts:     163000 | #Constraints:      31703
92.79/93.15	c #Conflicts:     164000 | #Constraints:      32704
92.79/93.15	c #Conflicts:     165000 | #Constraints:      33704
92.79/93.15	c #Conflicts:     166000 | #Constraints:      34705
92.79/93.15	c #Conflicts:     167000 | #Constraints:      35705
92.79/93.15	c #Conflicts:     168000 | #Constraints:      36705
92.79/93.15	c #Conflicts:     169000 | #Constraints:      37705
92.79/93.15	c #Conflicts:     170000 | #Constraints:      38705
92.79/93.15	c #Conflicts:     171000 | #Constraints:      39707
92.79/93.15	WSVECS04 Frhs2[34]: 6 0 2.11541 shouldn't be
92.79/93.15	WSVECS04 Frhs2[78]: 6 -2.03855 0 shouldn't be
92.79/93.15	WSVECS04 Frhs2[83]: 6 -3.04864 0 shouldn't be
92.79/93.15	WSVECS04 Frhs2[86]: 6 0 2.58309 shouldn't be
92.79/93.15	WSVECS04 Frhs2[87]: 6 0 2.38868 shouldn't be
92.79/93.15	WSVECS04 Frhs2[98]: 6 0 6.07695 shouldn't be
92.79/93.15	WSVECS04 Frhs2[113]: 6 -3.96768 0 shouldn't be
92.79/93.15	WSVECS04 Frhs2[117]: 6 0 3.28342 shouldn't be
92.79/93.15	WSVECS04 Frhs2[137]: 6 -0.0385258 0 shouldn't be
92.79/93.15	WSVECS04 Frhs2[153]: 6 0 4.00004 shouldn't be
92.79/93.15	WSVECS04 Frhs2[162]: 6 0 2.11547 shouldn't be
92.79/93.15	WSVECS04 Frhs2[170]: 6 0 2.60939 shouldn't be
92.79/93.15	WSVECS04 Frhs2[172]: 6 0 1.88467 shouldn't be
92.79/93.15	WSVECS04 Frhs2[182]: 6 0 1.34217 shouldn't be
92.79/93.15	WSVECS04 Frhs2[188]: 6 -4.00005 0 shouldn't be
92.79/93.15	WSVECS04 Frhs2[229]: 6 -8.11544 0 shouldn't be
92.79/93.15	WSVECS04 Frhs2[237]: 6 0 6.03852 shouldn't be
92.79/93.15	WSVECS04 Frhs2[243]: 6 0 3.28341 shouldn't be
92.79/93.15	WSVECS04 Frhs2[248]: 6 -12.6863 0 shouldn't be
92.79/93.15	WSVECS04 Frhs2[256]: 6 -6.00004 0 shouldn't be
92.79/93.15	WSVECS04 Frhs2[278]: 6 0 2.19436 shouldn't be
92.79/93.15	WSVECS04 Frhs2[282]: 6 0 25.3705 shouldn't be
92.79/93.15	WSVECS04 Frhs2[300]: 6 0 0.27535 shouldn't be
92.79/93.15	WSVECS04 Frhs2[302]: 6 -3.72473 0 shouldn't be
92.79/93.15	WSVECS04 Frhs2[310]: 6 0 1.06076 shouldn't be
92.79/93.15	WSVECS04 Frhs2[320]: 6 0 2.00009 shouldn't be
92.79/93.15	WSVECS04 Frhs2[354]: 6 0 4.1154 shouldn't be
92.79/93.15	WSVECS04 Frhs2[360]: 6 0 2.0001 shouldn't be
92.79/93.15	WSVECS04 Frhs2[365]: 6 0 3.35224 shouldn't be
92.79/93.15	WSVECS04 Frhs2[413]: 6 0 0.0385527 shouldn't be
92.79/93.15	WSVECS04 Frhs2[424]: 6 -14.1539 0 shouldn't be
92.79/93.15	WSVECS04 Frhs2[425]: 6 0 3.0001 shouldn't be
92.79/93.15	WSVECS04 Frhs2[432]: 6 0 3.00004 shouldn't be
92.79/93.15	WSVECS04 Frhs2[435]: 6 0 3.28343 shouldn't be
92.79/93.15	WSVECS04 Frhs2[436]: 6 0 1.66402 shouldn't be
92.79/93.15	WSVECS04 Frhs2[448]: 6 -6.00007 0 shouldn't be
92.79/93.15	WSVECS04 Frhs2[451]: 6 0 0.10126 shouldn't be
92.79/93.15	WSVECS04 Frhs2[461]: 6 0 0.0384738 shouldn't be
92.79/93.15	WSVECS04 Frhs2[476]: 6 -4.00003 0 shouldn't be
92.79/93.15	WSVECS04 Frhs2[501]: 6 0 4.62758 shouldn't be
92.79/93.15	WSVECS04 Frhs2[504]: 6 0 1.34414 shouldn't be
92.79/93.15	WSVECS04 Frhs2[513]: 6 0 1.89886 shouldn't be
92.79/93.15	WSVECS04 Frhs2[514]: 6 0 1.8988 shouldn't be
92.79/93.15	WSVECS04 Frhs2[520]: 6 0 1.89883 shouldn't be
92.79/93.15	WSVECS04 Frhs2[557]: 6 0 3.35225 shouldn't be
92.79/93.15	WSVECS04 Frhs2[563]: 6 0 1.31386 shouldn't be
92.79/93.15	WSVECS04 Frhs2[565]: 6 0 1.31379 shouldn't be
92.79/93.15	WSVECS04 Frhs2[579]: 6 0 0.101304 shouldn't be
92.79/93.15	WSVECS04 Frhs2[582]: 6 -3.00003 0 shouldn't be
92.79/93.15	WSVECS04 Frhs2[593]: 6 0 1.16602 shouldn't be
92.79/93.15	WSVECS04 Frhs2[609]: 6 0 0.0385363 shouldn't be
92.79/93.15	WSVECS04 Frhs2[622]: 6 -2.65695 0 shouldn't be
92.79/93.15	WSVECS04 Frhs2[647]: 6 0 1.10124 shouldn't be
92.79/93.15	WSVECS04 Frhs2[662]: 6 0 4.50616 shouldn't be
92.79/93.15	WSVECS04 Frhs2[670]: 6 0 4.58301 shouldn't be
92.79/93.15	WSVECS04 Frhs2[707]: 6 0 0.10127 shouldn't be
92.79/93.15	WSVECS04 Frhs2[721]: 6 0 1.16605 shouldn't be
92.79/93.15	WSVECS04 Frhs2[729]: 6 0 1.31382 shouldn't be
92.79/93.15	WSVECS04 Frhs2[736]: 6 -19.3968 0 shouldn't be
92.79/93.15	WSVECS04 Frhs2[738]: 6 0 2.11547 shouldn't be
92.79/93.15	WSVECS04 Frhs2[749]: 6 0 3.35226 shouldn't be
92.79/93.15	WSVECS04 Frhs2[807]: 6 0 3.31587 shouldn't be
92.79/93.15	WSVECS04 Frhs2[813]: 6 0 2.03854 shouldn't be
92.79/93.15	WSVECS04 Frhs2[821]: 6 0 3.28342 shouldn't be
92.79/93.15	WSVECS04 Frhs2[833]: 6 -1.91098 0 shouldn't be
92.79/93.15	WSVECS04 Frhs2[835]: 6 0 0.101246 shouldn't be
92.79/93.15	WSVECS04 Frhs2[954]: 6 0 1.00003 shouldn't be
92.79/93.15	WSVECS04 Frhs2[1131]: 6 -3.00004 0 shouldn't be
92.79/93.15	WSVECS04 Frhs2[1135]: 6 0 2.00009 shouldn't be
92.79/93.15	WSVECS04 Frhs2[1141]: 6 0 4.1154 shouldn't be
92.79/93.15	WSVECS04 Frhs2[1150]: 6 -0.0385225 0 shouldn't be
92.79/93.15	WSVECS04 Frhs2[1181]: 6 -3.00003 0 shouldn't be
92.79/93.15	WSVECS04 Frhs2[1218]: 6 -1.00001 0 shouldn't be
92.79/93.15	WSVECS04 Frhs2[1240]: 6 0 0.625588 shouldn't be
92.79/93.15	WSVECS04 Frhs2[1297]: 6 0 2.00002 shouldn't be
92.79/93.16	WSVECS04 Frhs2[1313]: 6 0 2.00001 shouldn't be
92.79/93.16	WSVECS04 Frhs2[1323]: 6 -3.00003 0 shouldn't be
105.06/105.48	c #Conflicts:     172000 | #Constraints:      40707
105.06/105.48	c #Conflicts:     173000 | #Constraints:      41707
105.06/105.48	c #Conflicts:     174000 | #Constraints:      42707
105.06/105.48	c #Conflicts:     175000 | #Constraints:      43707
105.06/105.48	c #Conflicts:     176000 | #Constraints:      44707
105.06/105.48	c #Conflicts:     177000 | #Constraints:      45707
105.06/105.48	c #Conflicts:     178000 | #Constraints:      46707
105.06/105.48	c #Conflicts:     179000 | #Constraints:      47707
105.06/105.48	c #Conflicts:     180000 | #Constraints:      48707
105.06/105.48	c #Conflicts:     181000 | #Constraints:      49708
105.06/105.48	c #Conflicts:     182000 | #Constraints:      50708
105.06/105.48	c #Conflicts:     183000 | #Constraints:      51708
105.06/105.48	c #Conflicts:     184000 | #Constraints:      52708
105.06/105.48	c #Conflicts:     185000 | #Constraints:      53709
105.06/105.48	c #Conflicts:     186000 | #Constraints:      54710
105.06/105.48	c #Conflicts:     187000 | #Constraints:      55710
105.06/105.48	c #Conflicts:     188000 | #Constraints:      56710
105.06/105.48	c #Conflicts:     189000 | #Constraints:      57710
105.06/105.48	c INPROCESSING
105.06/105.48	c GARBAGE COLLECT
105.06/105.48	c rational objective 128
109.54/109.91	c #Conflicts:     190000 | #Constraints:      38342
109.54/109.91	c #Conflicts:     191000 | #Constraints:      39342
109.54/109.91	c #Conflicts:     192000 | #Constraints:      40342
109.54/109.91	c #Conflicts:     193000 | #Constraints:      41342
109.54/109.91	c #Conflicts:     194000 | #Constraints:      42342
109.54/109.91	c #Conflicts:     195000 | #Constraints:      43342
109.54/109.91	c #Conflicts:     196000 | #Constraints:      44342
109.54/109.91	c #Conflicts:     197000 | #Constraints:      45342
109.54/109.91	c #Conflicts:     198000 | #Constraints:      46342
109.54/109.91	c #Conflicts:     199000 | #Constraints:      47342
109.54/109.91	c #Conflicts:     200000 | #Constraints:      48342
109.54/109.91	c INPROCESSING
109.54/109.91	c GARBAGE COLLECT
109.54/109.91	c rational objective 128
113.83/114.27	c #Conflicts:     201000 | #Constraints:      33891
113.83/114.27	c #Conflicts:     202000 | #Constraints:      34891
113.83/114.27	c #Conflicts:     203000 | #Constraints:      35891
113.83/114.27	c #Conflicts:     204000 | #Constraints:      36891
113.83/114.27	c #Conflicts:     205000 | #Constraints:      37891
113.83/114.27	c #Conflicts:     206000 | #Constraints:      38891
113.83/114.27	c #Conflicts:     207000 | #Constraints:      39891
113.83/114.27	c #Conflicts:     208000 | #Constraints:      40891
113.83/114.27	c #Conflicts:     209000 | #Constraints:      41891
113.83/114.27	c #Conflicts:     210000 | #Constraints:      42891
113.83/114.27	c INPROCESSING
113.83/114.27	c GARBAGE COLLECT
113.83/114.27	c rational objective 128
118.12/118.57	c #Conflicts:     211000 | #Constraints:      30876
118.12/118.57	c #Conflicts:     212000 | #Constraints:      31876
118.12/118.57	c #Conflicts:     213000 | #Constraints:      32876
118.12/118.57	c #Conflicts:     214000 | #Constraints:      33876
118.12/118.57	c #Conflicts:     215000 | #Constraints:      34876
118.12/118.57	c #Conflicts:     216000 | #Constraints:      35876
118.12/118.57	c #Conflicts:     217000 | #Constraints:      36876
118.12/118.57	c #Conflicts:     218000 | #Constraints:      37876
118.12/118.57	c #Conflicts:     219000 | #Constraints:      38876
118.12/118.57	c #Conflicts:     220000 | #Constraints:      39876
118.12/118.57	c #Conflicts:     221000 | #Constraints:      40876
118.12/118.57	c INPROCESSING
118.12/118.57	c GARBAGE COLLECT
118.12/118.57	c rational objective 128
122.61/123.10	c #Conflicts:     222000 | #Constraints:      29967
122.61/123.10	c #Conflicts:     223000 | #Constraints:      30967
122.61/123.10	c #Conflicts:     224000 | #Constraints:      31967
122.61/123.10	c #Conflicts:     225000 | #Constraints:      32967
122.61/123.10	c #Conflicts:     226000 | #Constraints:      33967
122.61/123.10	c #Conflicts:     227000 | #Constraints:      34967
122.61/123.10	c #Conflicts:     228000 | #Constraints:      35967
122.61/123.10	c #Conflicts:     229000 | #Constraints:      36967
122.61/123.10	c #Conflicts:     230000 | #Constraints:      37967
122.61/123.10	c #Conflicts:     231000 | #Constraints:      38967
122.61/123.10	c #Conflicts:     232000 | #Constraints:      39967
122.61/123.10	c INPROCESSING
122.61/123.10	c GARBAGE COLLECT
122.61/123.10	c rational objective 128
138.96/139.41	c #Conflicts:     233000 | #Constraints:      29506
138.96/139.41	c #Conflicts:     234000 | #Constraints:      30506
138.96/139.41	c #Conflicts:     235000 | #Constraints:      31506
138.96/139.41	c #Conflicts:     236000 | #Constraints:      32506
138.96/139.41	c #Conflicts:     237000 | #Constraints:      33506
138.96/139.41	c #Conflicts:     238000 | #Constraints:      34506
138.96/139.41	c #Conflicts:     239000 | #Constraints:      35506
138.96/139.41	c #Conflicts:     240000 | #Constraints:      36506
138.96/139.41	c #Conflicts:     241000 | #Constraints:      37506
138.96/139.41	c #Conflicts:     242000 | #Constraints:      38506
138.96/139.41	c #Conflicts:     243000 | #Constraints:      39506
138.96/139.41	c #Conflicts:     244000 | #Constraints:      40506
138.96/139.41	c #Conflicts:     245000 | #Constraints:      41506
138.96/139.41	c #Conflicts:     246000 | #Constraints:      42506
138.96/139.41	c #Conflicts:     247000 | #Constraints:      43506
138.96/139.41	c #Conflicts:     248000 | #Constraints:      44506
138.96/139.41	c #Conflicts:     249000 | #Constraints:      45506
138.96/139.41	c #Conflicts:     250000 | #Constraints:      46506
138.96/139.41	c #Conflicts:     251000 | #Constraints:      47506
138.96/139.41	c #Conflicts:     252000 | #Constraints:      48506
138.96/139.41	c #Conflicts:     253000 | #Constraints:      49506
138.96/139.41	c #Conflicts:     254000 | #Constraints:      50506
138.96/139.41	c #Conflicts:     255000 | #Constraints:      51506
138.96/139.41	c #Conflicts:     256000 | #Constraints:      52506
138.96/139.41	c #Conflicts:     257000 | #Constraints:      53506
138.96/139.41	c #Conflicts:     258000 | #Constraints:      54506
138.96/139.41	c #Conflicts:     259000 | #Constraints:      55506
138.96/139.41	c #Conflicts:     260000 | #Constraints:      56506
138.96/139.41	c #Conflicts:     261000 | #Constraints:      57506
138.96/139.41	c #Conflicts:     262000 | #Constraints:      58506
138.96/139.41	c #Conflicts:     263000 | #Constraints:      59506
138.96/139.41	c #Conflicts:     264000 | #Constraints:      60506
138.96/139.41	c #Conflicts:     265000 | #Constraints:      61506
138.96/139.41	c #Conflicts:     266000 | #Constraints:      62506
138.96/139.41	c #Conflicts:     267000 | #Constraints:      63506
138.96/139.41	c #Conflicts:     268000 | #Constraints:      64506
138.96/139.41	c #Conflicts:     269000 | #Constraints:      65506
138.96/139.41	c INPROCESSING
138.96/139.41	c GARBAGE COLLECT
138.96/139.41	c rational objective 128
144.55/145.06	c #Conflicts:     270000 | #Constraints:      42148
144.55/145.06	c #Conflicts:     271000 | #Constraints:      43148
144.55/145.06	c #Conflicts:     272000 | #Constraints:      44148
144.55/145.06	c #Conflicts:     273000 | #Constraints:      45148
144.55/145.06	c #Conflicts:     274000 | #Constraints:      46148
144.55/145.06	c #Conflicts:     275000 | #Constraints:      47148
144.55/145.06	c #Conflicts:     276000 | #Constraints:      48148
144.55/145.06	c #Conflicts:     277000 | #Constraints:      49148
144.55/145.06	c #Conflicts:     278000 | #Constraints:      50148
144.55/145.06	c #Conflicts:     279000 | #Constraints:      51148
144.55/145.06	c #Conflicts:     280000 | #Constraints:      52148
144.55/145.06	c #Conflicts:     281000 | #Constraints:      53148
144.55/145.06	c #Conflicts:     282000 | #Constraints:      54148
144.55/145.06	c INPROCESSING
144.55/145.06	c GARBAGE COLLECT
144.55/145.06	c rational objective 128
148.23/148.77	c #Conflicts:     283000 | #Constraints:      36822
148.23/148.77	c #Conflicts:     284000 | #Constraints:      37822
148.23/148.77	c #Conflicts:     285000 | #Constraints:      38822
148.23/148.77	c #Conflicts:     286000 | #Constraints:      39822
148.23/148.77	c #Conflicts:     287000 | #Constraints:      40822
148.23/148.77	c #Conflicts:     288000 | #Constraints:      41822
148.23/148.77	c #Conflicts:     289000 | #Constraints:      42822
148.23/148.77	c #Conflicts:     290000 | #Constraints:      43822
148.23/148.77	c #Conflicts:     291000 | #Constraints:      44822
148.23/148.77	WSVECS04 Frhs2[24]: 6 0 6.86428 shouldn't be
148.23/148.77	WSVECS04 Frhs2[32]: 6 0 6.35419 shouldn't be
148.23/148.77	WSVECS04 Frhs2[87]: 6 0 17.4783 shouldn't be
148.23/148.77	WSVECS04 Frhs2[109]: 6 0 0.977122 shouldn't be
148.23/148.77	WSVECS04 Frhs2[111]: 6 0 18.4506 shouldn't be
148.23/148.77	WSVECS04 Frhs2[169]: 6 0 4.88791 shouldn't be
148.23/148.77	WSVECS04 Frhs2[237]: 6 0 0.97713 shouldn't be
148.23/148.77	WSVECS04 Frhs2[276]: 6 0 3.21684 shouldn't be
148.23/148.77	WSVECS04 Frhs2[285]: 6 0 2.00009 shouldn't be
148.23/148.77	WSVECS04 Frhs2[288]: 6 0 9.71115 shouldn't be
148.23/148.77	WSVECS04 Frhs2[290]: 6 0 3.1007 shouldn't be
148.23/148.77	WSVECS04 Frhs2[293]: 6 -1.87757 0 shouldn't be
148.23/148.77	WSVECS04 Frhs2[296]: 6 0 12.2333 shouldn't be
148.23/148.77	WSVECS04 Frhs2[321]: 6 0 6.4626 shouldn't be
148.23/148.77	WSVECS04 Frhs2[325]: 6 -2.86608 0 shouldn't be
148.23/148.77	WSVECS04 Frhs2[332]: 6 0 0.263854 shouldn't be
148.23/148.77	WSVECS04 Frhs2[345]: 6 0 3.81267 shouldn't be
148.23/148.77	WSVECS04 Frhs2[347]: 6 0 5.71119 shouldn't be
148.23/148.77	WSVECS04 Frhs2[348]: 6 -3.38111 0 shouldn't be
148.23/148.77	WSVECS04 Frhs2[350]: 6 0 0.738172 shouldn't be
148.23/148.77	WSVECS04 Frhs2[353]: 6 0 5.48548 shouldn't be
148.23/148.77	WSVECS04 Frhs2[357]: 6 -3.17921 0 shouldn't be
148.23/148.77	WSVECS04 Frhs2[361]: 6 0 3.77031 shouldn't be
148.23/148.77	WSVECS04 Frhs2[395]: 6 0 0.997173 shouldn't be
148.23/148.77	WSVECS04 Frhs2[397]: 6 0 1.67582 shouldn't be
148.23/148.77	WSVECS04 Frhs2[417]: 6 0 1.11693 shouldn't be
148.23/148.77	WSVECS04 Frhs2[459]: 6 0 3.54231 shouldn't be
148.23/148.77	WSVECS04 Frhs2[467]: 6 -2.9858 0 shouldn't be
148.23/148.77	WSVECS04 Frhs2[536]: 6 0 10.1754 shouldn't be
148.23/148.77	WSVECS04 Frhs2[558]: 6 -0.867298 0 shouldn't be
148.23/148.77	WSVECS04 Frhs2[560]: 6 0 7.99704 shouldn't be
148.23/148.77	WSVECS04 Frhs2[608]: 6 0 7.71116 shouldn't be
148.23/148.77	WSVECS04 Frhs2[609]: 6 0 3.62532 shouldn't be
148.23/148.77	WSVECS04 Frhs2[610]: 6 0 0.0613497 shouldn't be
148.23/148.77	WSVECS04 Frhs2[616]: 6 0 9.19397 shouldn't be
148.23/148.77	WSVECS04 Frhs2[624]: 6 0 7.99701 shouldn't be
148.23/148.77	WSVECS04 Frhs2[668]: 6 -1.81269 0 shouldn't be
148.23/148.77	WSVECS04 Frhs2[686]: 6 0 0.0837902 shouldn't be
148.23/148.77	WSVECS04 Frhs2[737]: 6 0 8.66462 shouldn't be
148.23/148.77	WSVECS04 Frhs2[739]: 6 0 3.17919 shouldn't be
148.23/148.77	WSVECS04 Frhs2[740]: 6 0 3.03943 shouldn't be
148.23/148.77	WSVECS04 Frhs2[801]: 6 0 5.6253 shouldn't be
148.23/148.77	WSVECS04 Frhs2[807]: 6 0 19.6047 shouldn't be
148.23/148.77	WSVECS04 Frhs2[861]: 6 -3.43042 0 shouldn't be
148.23/148.77	WSVECS04 Frhs2[864]: 6 0 7.71115 shouldn't be
148.23/148.77	WSVECS04 Frhs2[866]: 6 0 0.0612767 shouldn't be
148.23/148.77	WSVECS04 Frhs2[872]: 6 0 9.19403 shouldn't be
148.23/148.77	WSVECS04 Frhs2[880]: 6 0 7.99698 shouldn't be
148.23/148.77	WSVECS04 Frhs2[1081]: 6 -1.00004 0 shouldn't be
149.64/150.14	c #Conflicts:     292000 | #Constraints:      45822
149.64/150.14	c #Conflicts:     293000 | #Constraints:      46822
149.64/150.14	c #Conflicts:     294000 | #Constraints:      47822
149.64/150.14	c INPROCESSING
149.64/150.14	c GARBAGE COLLECT
149.64/150.14	c rational objective 128
154.41/154.96	c #Conflicts:     295000 | #Constraints:      33417
154.41/154.96	c #Conflicts:     296000 | #Constraints:      34417
154.41/154.96	c #Conflicts:     297000 | #Constraints:      35417
154.41/154.96	c #Conflicts:     298000 | #Constraints:      36417
154.41/154.96	c #Conflicts:     299000 | #Constraints:      37417
154.41/154.96	c #Conflicts:     300000 | #Constraints:      38417
154.41/154.96	c #Conflicts:     301000 | #Constraints:      39417
154.41/154.96	c #Conflicts:     302000 | #Constraints:      40417
154.41/154.96	c #Conflicts:     303000 | #Constraints:      41417
154.41/154.96	c #Conflicts:     304000 | #Constraints:      42417
154.41/154.96	c #Conflicts:     305000 | #Constraints:      43417
154.41/154.96	c #Conflicts:     306000 | #Constraints:      44417
154.41/154.96	c #Conflicts:     307000 | #Constraints:      45417
154.41/154.96	c INPROCESSING
154.41/154.96	c GARBAGE COLLECT
154.41/154.96	c rational objective 128
159.60/160.12	c #Conflicts:     308000 | #Constraints:      32366
159.60/160.12	c #Conflicts:     309000 | #Constraints:      33366
159.60/160.12	c #Conflicts:     310000 | #Constraints:      34366
159.60/160.12	c #Conflicts:     311000 | #Constraints:      35366
159.60/160.12	c #Conflicts:     312000 | #Constraints:      36366
159.60/160.12	c #Conflicts:     313000 | #Constraints:      37367
159.60/160.12	c #Conflicts:     314000 | #Constraints:      38368
159.60/160.12	c #Conflicts:     315000 | #Constraints:      39368
159.60/160.12	c #Conflicts:     316000 | #Constraints:      40368
159.60/160.12	c #Conflicts:     317000 | #Constraints:      41368
159.60/160.12	WSVECS04 Frhs2[63]: 6 0 11.0001 shouldn't be
159.60/160.12	WSVECS04 Frhs2[324]: 6 -7.00002 0 shouldn't be
159.60/160.12	WSVECS04 Frhs2[399]: 6 -10.0001 0 shouldn't be
159.60/160.12	WSVECS04 Frhs2[403]: 6 -2.00003 0 shouldn't be
159.60/160.12	WSVECS04 Frhs2[439]: 6 -2.00006 0 shouldn't be
159.60/160.12	WSVECS04 Frhs2[447]: 6 0 11 shouldn't be
159.60/160.12	WSVECS04 Frhs2[511]: 6 0 11 shouldn't be
159.60/160.12	WSVECS04 Frhs2[575]: 6 0 11.0001 shouldn't be
159.60/160.12	WSVECS04 Frhs2[639]: 6 0 11.0001 shouldn't be
159.60/160.12	WSVECS04 Frhs2[650]: 6 -2.00005 0 shouldn't be
159.60/160.12	WSVECS04 Frhs2[769]: 6 -2.00008 0 shouldn't be
159.60/160.12	WSVECS04 Frhs2[778]: 6 -2.00009 0 shouldn't be
159.60/160.12	WSVECS04 Frhs2[933]: 6 -3.0001 0 shouldn't be
159.60/160.12	WSVECS04 Frhs2[937]: 6 0 1.00006 shouldn't be
159.60/160.12	WSVECS04 Frhs2[952]: 6 0 2.00001 shouldn't be
159.60/160.12	WSVECS04 Frhs2[960]: 6 0 1.00006 shouldn't be
159.60/160.12	WSVECS04 Frhs2[988]: 6 -3.00008 0 shouldn't be
159.60/160.12	WSVECS04 Frhs2[1002]: 6 0 1.00002 shouldn't be
159.60/160.12	WSVECS04 Frhs2[1276]: 6 -1.00003 0 shouldn't be
159.60/160.12	WSVECS04 Frhs2[1321]: 6 0 4.00004 shouldn't be
176.16/176.74	c #Conflicts:     318000 | #Constraints:      42368
176.16/176.74	c #Conflicts:     319000 | #Constraints:      43368
176.16/176.74	c #Conflicts:     320000 | #Constraints:      44368
176.16/176.74	c #Conflicts:     321000 | #Constraints:      45369
176.16/176.74	c #Conflicts:     322000 | #Constraints:      46371
176.16/176.74	c #Conflicts:     323000 | #Constraints:      47373
176.16/176.74	c #Conflicts:     324000 | #Constraints:      48375
176.16/176.74	c #Conflicts:     325000 | #Constraints:      49377
176.16/176.74	c #Conflicts:     326000 | #Constraints:      50377
176.16/176.74	c #Conflicts:     327000 | #Constraints:      51377
176.16/176.74	c #Conflicts:     328000 | #Constraints:      52377
176.16/176.74	c #Conflicts:     329000 | #Constraints:      53379
176.16/176.74	c #Conflicts:     330000 | #Constraints:      54381
176.16/176.74	c #Conflicts:     331000 | #Constraints:      55381
176.16/176.74	c #Conflicts:     332000 | #Constraints:      56381
176.16/176.74	c #Conflicts:     333000 | #Constraints:      57384
176.16/176.74	c #Conflicts:     334000 | #Constraints:      58385
176.16/176.74	c #Conflicts:     335000 | #Constraints:      59385
176.16/176.74	c #Conflicts:     336000 | #Constraints:      60386
176.16/176.74	c #Conflicts:     337000 | #Constraints:      61386
176.16/176.74	c #Conflicts:     338000 | #Constraints:      62386
176.16/176.74	c #Conflicts:     339000 | #Constraints:      63387
176.16/176.74	c #Conflicts:     340000 | #Constraints:      64387
176.16/176.74	c #Conflicts:     341000 | #Constraints:      65387
176.16/176.74	c #Conflicts:     342000 | #Constraints:      66387
176.16/176.74	c #Conflicts:     343000 | #Constraints:      67387
176.16/176.74	WSVECS04 Frhs2[3]: 6 0 3.0001 shouldn't be
176.16/176.74	WSVECS04 Frhs2[35]: 6 0 7.00001 shouldn't be
176.16/176.74	WSVECS04 Frhs2[37]: 6 -1.00004 0 shouldn't be
176.16/176.74	WSVECS04 Frhs2[47]: 6 -4.00003 0 shouldn't be
176.16/176.74	WSVECS04 Frhs2[59]: 6 0 8.0001 shouldn't be
176.16/176.74	WSVECS04 Frhs2[78]: 6 -5.00003 0 shouldn't be
176.16/176.74	WSVECS04 Frhs2[110]: 6 -1.00004 0 shouldn't be
176.16/176.74	WSVECS04 Frhs2[160]: 6 0 4.00004 shouldn't be
176.16/176.74	WSVECS04 Frhs2[166]: 6 0 4.00007 shouldn't be
176.16/176.74	WSVECS04 Frhs2[179]: 6 -2.00009 0 shouldn't be
176.16/176.74	WSVECS04 Frhs2[193]: 6 -3.00002 0 shouldn't be
176.16/176.74	WSVECS04 Frhs2[197]: 6 0 2.00004 shouldn't be
176.16/176.74	WSVECS04 Frhs2[207]: 6 0 2.00003 shouldn't be
176.16/176.74	WSVECS04 Frhs2[248]: 6 -2.00008 0 shouldn't be
176.16/176.74	WSVECS04 Frhs2[266]: 6 -2.00006 0 shouldn't be
176.16/176.74	WSVECS04 Frhs2[279]: 6 -20 0 shouldn't be
176.16/176.74	WSVECS04 Frhs2[294]: 6 0 2.00002 shouldn't be
176.16/176.74	WSVECS04 Frhs2[302]: 6 -2.00001 0 shouldn't be
176.16/176.74	WSVECS04 Frhs2[318]: 6 -2.00004 0 shouldn't be
176.16/176.74	WSVECS04 Frhs2[346]: 6 0 2.00005 shouldn't be
176.16/176.74	WSVECS04 Frhs2[348]: 6 -2.00007 0 shouldn't be
176.16/176.74	WSVECS04 Frhs2[366]: 6 -9.0001 0 shouldn't be
176.16/176.74	WSVECS04 Frhs2[380]: 6 0 1.00007 shouldn't be
176.16/176.74	WSVECS04 Frhs2[383]: 6 0 1.00005 shouldn't be
176.16/176.74	WSVECS04 Frhs2[428]: 6 0 7.00009 shouldn't be
176.16/176.74	WSVECS04 Frhs2[430]: 6 0 7.00008 shouldn't be
176.16/176.74	WSVECS04 Frhs2[450]: 6 0 2.00009 shouldn't be
176.16/176.74	WSVECS04 Frhs2[473]: 6 0 2.00003 shouldn't be
176.16/176.74	WSVECS04 Frhs2[474]: 6 0 4.00009 shouldn't be
176.16/176.74	WSVECS04 Frhs2[511]: 6 -2.00001 0 shouldn't be
176.16/176.74	WSVECS04 Frhs2[540]: 6 -2.00005 0 shouldn't be
176.16/176.74	WSVECS04 Frhs2[573]: 6 -6.00005 0 shouldn't be
176.16/176.74	WSVECS04 Frhs2[582]: 6 0 2.00007 shouldn't be
176.16/176.74	WSVECS04 Frhs2[605]: 6 -7.00005 0 shouldn't be
176.16/176.74	WSVECS04 Frhs2[631]: 6 0 2.00009 shouldn't be
176.16/176.74	WSVECS04 Frhs2[675]: 6 0 7.00008 shouldn't be
176.16/176.74	WSVECS04 Frhs2[698]: 6 0 1.00005 shouldn't be
176.16/176.74	WSVECS04 Frhs2[736]: 6 0 4.00003 shouldn't be
176.16/176.74	WSVECS04 Frhs2[743]: 6 -4.00009 0 shouldn't be
176.16/176.74	WSVECS04 Frhs2[763]: 6 0 5.00006 shouldn't be
176.16/176.74	WSVECS04 Frhs2[900]: 6 -3.00005 0 shouldn't be
176.16/176.74	WSVECS04 Frhs2[976]: 6 0 0.500071 shouldn't be
176.16/176.74	WSVECS04 Frhs2[1092]: 6 -4.00009 0 shouldn't be
176.16/176.74	WSVECS04 Frhs2[1114]: 6 0 2.00009 shouldn't be
176.16/176.74	WSVECS04 Frhs2[1117]: 6 -4.00002 0 shouldn't be
176.16/176.74	WSVECS04 Frhs2[1151]: 6 0 2.00008 shouldn't be
176.16/176.74	WSVECS04 Frhs2[1154]: 6 -2.00009 0 shouldn't be
176.16/176.74	WSVECS04 Frhs2[1184]: 6 0 2.00008 shouldn't be
176.16/176.74	WSVECS04 Frhs2[1190]: 6 0 1.00007 shouldn't be
176.16/176.74	WSVECS04 Frhs2[1200]: 6 -1.00004 0 shouldn't be
176.16/176.74	WSVECS04 Frhs2[1253]: 6 -6.00008 0 shouldn't be
176.16/176.74	WSVECS04 Frhs2[1273]: 6 -1.00005 0 shouldn't be
176.16/176.74	WSVECS04 Frhs2[1276]: 6 -4.00009 0 shouldn't be
176.16/176.74	WSVECS04 Frhs2[1316]: 6 -4.00001 0 shouldn't be
176.16/176.74	WSVECS04 Frhs2[1336]: 6 0 3.00006 shouldn't be
176.16/176.74	WSVECS04 Frhs2[1337]: 6 0 1.00005 shouldn't be
177.95/178.59	c #Conflicts:     344000 | #Constraints:      68387
177.95/178.59	c #Conflicts:     345000 | #Constraints:      69388
177.95/178.59	WSVECS04 Frhs2[13]: 6 -4.0001 0 shouldn't be
177.95/178.59	WSVECS04 Frhs2[75]: 6 0 1.00006 shouldn't be
177.95/178.59	WSVECS04 Frhs2[137]: 6 0 1.0001 shouldn't be
177.95/178.59	WSVECS04 Frhs2[144]: 6 0 1.00007 shouldn't be
177.95/178.59	WSVECS04 Frhs2[220]: 6 -4.00006 0 shouldn't be
177.95/178.59	WSVECS04 Frhs2[233]: 6 0 2.48005 shouldn't be
177.95/178.59	WSVECS04 Frhs2[293]: 6 -5.0001 0 shouldn't be
177.95/178.59	WSVECS04 Frhs2[303]: 6 -4.00005 0 shouldn't be
177.95/178.59	WSVECS04 Frhs2[320]: 6 -2.00005 0 shouldn't be
177.95/178.59	WSVECS04 Frhs2[329]: 6 -1.00007 0 shouldn't be
177.95/178.59	WSVECS04 Frhs2[340]: 6 -1.00009 0 shouldn't be
177.95/178.59	WSVECS04 Frhs2[348]: 6 -3.00003 0 shouldn't be
177.95/178.59	WSVECS04 Frhs2[361]: 6 0 2.48001 shouldn't be
177.95/178.59	WSVECS04 Frhs2[390]: 6 0 2.48008 shouldn't be
177.95/178.59	WSVECS04 Frhs2[399]: 6 -1.00005 0 shouldn't be
177.95/178.59	WSVECS04 Frhs2[403]: 6 -7.00004 0 shouldn't be
177.95/178.59	WSVECS04 Frhs2[410]: 6 0 3.00004 shouldn't be
177.95/178.59	WSVECS04 Frhs2[425]: 6 0 2.48003 shouldn't be
177.95/178.59	WSVECS04 Frhs2[454]: 6 0 1.48007 shouldn't be
177.95/178.59	WSVECS04 Frhs2[465]: 6 -2.0001 0 shouldn't be
177.95/178.59	WSVECS04 Frhs2[474]: 6 0 3.00003 shouldn't be
177.95/178.59	WSVECS04 Frhs2[494]: 6 -1.00002 0 shouldn't be
177.95/178.59	WSVECS04 Frhs2[519]: 6 -8.00007 0 shouldn't be
177.95/178.59	WSVECS04 Frhs2[522]: 6 -1.00007 0 shouldn't be
177.95/178.59	WSVECS04 Frhs2[553]: 6 0 2.48007 shouldn't be
177.95/178.59	WSVECS04 Frhs2[577]: 6 0 1.48006 shouldn't be
177.95/178.59	WSVECS04 Frhs2[582]: 6 -0.520096 0 shouldn't be
177.95/178.59	WSVECS04 Frhs2[622]: 6 -1.00006 0 shouldn't be
177.95/178.59	WSVECS04 Frhs2[718]: 6 0 1.00002 shouldn't be
177.95/178.59	WSVECS04 Frhs2[732]: 6 0 2.00004 shouldn't be
177.95/178.59	WSVECS04 Frhs2[799]: 6 -2.00007 0 shouldn't be
177.95/178.59	WSVECS04 Frhs2[809]: 6 0 2.48006 shouldn't be
177.95/178.59	WSVECS04 Frhs2[810]: 6 -0.520094 0 shouldn't be
177.95/178.59	WSVECS04 Frhs2[851]: 6 -2.00008 0 shouldn't be
177.95/178.59	WSVECS04 Frhs2[858]: 6 0 3.00005 shouldn't be
177.95/178.59	WSVECS04 Frhs2[1092]: 6 -3.00005 0 shouldn't be
177.95/178.59	WSVECS04 Frhs2[1120]: 6 0 2.00002 shouldn't be
177.95/178.59	WSVECS04 Frhs2[1161]: 6 0 1.00007 shouldn't be
181.14/181.75	c #Conflicts:     346000 | #Constraints:      70388
181.14/181.75	c #Conflicts:     347000 | #Constraints:      71388
181.14/181.75	c #Conflicts:     348000 | #Constraints:      72388
181.14/181.75	c #Conflicts:     349000 | #Constraints:      73388
181.14/181.75	c INPROCESSING
181.14/181.75	c GARBAGE COLLECT
181.14/181.75	c rational objective 128
184.93/185.56	c #Conflicts:     350000 | #Constraints:      46088
184.93/185.56	c #Conflicts:     351000 | #Constraints:      47088
184.93/185.56	c #Conflicts:     352000 | #Constraints:      48088
184.93/185.56	c #Conflicts:     353000 | #Constraints:      49088
184.93/185.56	c #Conflicts:     354000 | #Constraints:      50088
184.93/185.56	c #Conflicts:     355000 | #Constraints:      51088
184.93/185.56	c #Conflicts:     356000 | #Constraints:      52088
184.93/185.56	c #Conflicts:     357000 | #Constraints:      53088
184.93/185.56	c #Conflicts:     358000 | #Constraints:      54088
184.93/185.56	WSVECS04 Frhs2[28]: 6 -2.08965 0 shouldn't be
184.93/185.56	WSVECS04 Frhs2[87]: 6 0 0.955246 shouldn't be
184.93/185.56	WSVECS04 Frhs2[131]: 6 -12 0 shouldn't be
184.93/185.56	WSVECS04 Frhs2[140]: 6 0 0.47765 shouldn't be
184.93/185.56	WSVECS04 Frhs2[156]: 6 -3.28364 0 shouldn't be
184.93/185.56	WSVECS04 Frhs2[158]: 6 0 1.04484 shouldn't be
184.93/185.56	WSVECS04 Frhs2[202]: 6 -7.04481 0 shouldn't be
184.93/185.56	WSVECS04 Frhs2[206]: 6 0 0.955236 shouldn't be
184.93/185.56	WSVECS04 Frhs2[224]: 6 0 4.08959 shouldn't be
184.93/185.56	WSVECS04 Frhs2[264]: 6 0 5.04481 shouldn't be
184.93/185.56	WSVECS04 Frhs2[327]: 6 -2.00005 0 shouldn't be
184.93/185.56	WSVECS04 Frhs2[329]: 6 0 0.477667 shouldn't be
184.93/185.56	WSVECS04 Frhs2[331]: 6 0 1.52245 shouldn't be
184.93/185.56	WSVECS04 Frhs2[351]: 6 0 5.6493 shouldn't be
184.93/185.56	WSVECS04 Frhs2[352]: 6 0 4.56721 shouldn't be
184.93/185.56	WSVECS04 Frhs2[366]: 6 0 7.82092 shouldn't be
184.93/185.56	WSVECS04 Frhs2[391]: 6 0 2.00003 shouldn't be
184.93/185.56	WSVECS04 Frhs2[395]: 6 0 1.04481 shouldn't be
184.93/185.56	WSVECS04 Frhs2[414]: 6 0 1.04482 shouldn't be
184.93/185.56	WSVECS04 Frhs2[422]: 6 0 1.68663 shouldn't be
184.93/185.56	WSVECS04 Frhs2[427]: 6 -6.89554 0 shouldn't be
184.93/185.56	WSVECS04 Frhs2[478]: 6 0 1.04487 shouldn't be
184.93/185.56	WSVECS04 Frhs2[481]: 6 0 0.641804 shouldn't be
184.93/185.56	WSVECS04 Frhs2[482]: 6 0 1.47767 shouldn't be
184.93/185.56	WSVECS04 Frhs2[489]: 6 0 7.89555 shouldn't be
184.93/185.56	WSVECS04 Frhs2[493]: 6 0 7.89556 shouldn't be
184.93/185.56	WSVECS04 Frhs2[494]: 6 0 8.82095 shouldn't be
184.93/185.56	WSVECS04 Frhs2[497]: 6 -0.955266 0 shouldn't be
184.93/185.56	WSVECS04 Frhs2[514]: 6 0 3.43285 shouldn't be
184.93/185.56	WSVECS04 Frhs2[532]: 6 0 3.17169 shouldn't be
184.93/185.56	WSVECS04 Frhs2[533]: 6 0 3.17174 shouldn't be
184.93/185.56	WSVECS04 Frhs2[535]: 6 0 0.955275 shouldn't be
184.93/185.56	WSVECS04 Frhs2[540]: 6 -0.716455 0 shouldn't be
184.93/185.56	WSVECS04 Frhs2[542]: 6 0 1.0448 shouldn't be
184.93/185.56	WSVECS04 Frhs2[544]: 6 0 4.08956 shouldn't be
184.93/185.56	WSVECS04 Frhs2[546]: 6 0 2.43285 shouldn't be
184.93/185.56	WSVECS04 Frhs2[599]: 6 -6.21647 0 shouldn't be
184.93/185.56	WSVECS04 Frhs2[614]: 6 0 1.68659 shouldn't be
184.93/185.56	WSVECS04 Frhs2[617]: 6 0 5.07466 shouldn't be
184.93/185.56	WSVECS04 Frhs2[621]: 6 0 5.07471 shouldn't be
184.93/185.56	WSVECS04 Frhs2[655]: 6 -16.9553 0 shouldn't be
184.93/185.56	WSVECS04 Frhs2[673]: 6 0 0.641854 shouldn't be
184.93/185.56	WSVECS04 Frhs2[674]: 6 0 1.47764 shouldn't be
184.93/185.56	WSVECS04 Frhs2[677]: 6 -4.0001 0 shouldn't be
184.93/185.56	WSVECS04 Frhs2[686]: 6 0 12.9553 shouldn't be
184.93/185.56	WSVECS04 Frhs2[715]: 6 0 3.52244 shouldn't be
184.93/185.56	WSVECS04 Frhs2[719]: 6 0 1.52241 shouldn't be
184.93/185.56	WSVECS04 Frhs2[735]: 6 0 5.17172 shouldn't be
184.93/185.56	WSVECS04 Frhs2[736]: 6 0 6.08957 shouldn't be
184.93/185.56	WSVECS04 Frhs2[750]: 6 -3.98516 0 shouldn't be
184.93/185.56	WSVECS04 Frhs2[752]: 6 0 0.119414 shouldn't be
184.93/185.56	WSVECS04 Frhs2[778]: 6 -0.955267 0 shouldn't be
184.93/185.56	WSVECS04 Frhs2[800]: 6 0 0.917981 shouldn't be
184.93/185.56	WSVECS04 Frhs2[808]: 6 0 0.701562 shouldn't be
184.93/185.56	WSVECS04 Frhs2[823]: 6 -2.00004 0 shouldn't be
184.93/185.56	WSVECS04 Frhs2[870]: 6 0 1.68659 shouldn't be
184.93/185.56	WSVECS04 Frhs2[879]: 6 -2.98511 0 shouldn't be
184.93/185.56	WSVECS04 Frhs2[880]: 6 0 0.119418 shouldn't be
184.93/185.56	WSVECS04 Frhs2[1183]: 6 0 2.8956 shouldn't be
187.33/187.99	c #Conflicts:     359000 | #Constraints:      55088
187.33/187.99	c #Conflicts:     360000 | #Constraints:      56088
187.33/187.99	c #Conflicts:     361000 | #Constraints:      57088
187.33/187.99	c #Conflicts:     362000 | #Constraints:      58088
187.33/187.99	c #Conflicts:     363000 | #Constraints:      59088
187.33/187.99	c INPROCESSING
187.33/187.99	c GARBAGE COLLECT
187.33/187.99	c rational objective 128
191.52/192.12	c #Conflicts:     364000 | #Constraints:      38923
191.52/192.12	c #Conflicts:     365000 | #Constraints:      39923
191.52/192.12	c #Conflicts:     366000 | #Constraints:      40923
191.52/192.12	c #Conflicts:     367000 | #Constraints:      41923
191.52/192.12	c #Conflicts:     368000 | #Constraints:      42923
191.52/192.12	c #Conflicts:     369000 | #Constraints:      43923
191.52/192.12	c #Conflicts:     370000 | #Constraints:      44923
191.52/192.12	c #Conflicts:     371000 | #Constraints:      45923
191.52/192.12	c #Conflicts:     372000 | #Constraints:      46924
191.52/192.12	c #Conflicts:     373000 | #Constraints:      47925
191.52/192.12	WSVECS04 Frhs2[138]: 6 -2.25221 0 shouldn't be
191.52/192.12	WSVECS04 Frhs2[193]: 6 -3.37777 0 shouldn't be
191.52/192.12	WSVECS04 Frhs2[267]: 6 0 0.35897 shouldn't be
191.52/192.12	WSVECS04 Frhs2[272]: 6 0 0.478571 shouldn't be
191.52/192.12	WSVECS04 Frhs2[310]: 6 0 2.00006 shouldn't be
191.52/192.12	WSVECS04 Frhs2[320]: 6 -0.880452 0 shouldn't be
191.52/192.12	WSVECS04 Frhs2[322]: 6 0 0.0781681 shouldn't be
191.52/192.12	WSVECS04 Frhs2[324]: 6 0 0.0781525 shouldn't be
191.52/192.12	WSVECS04 Frhs2[331]: 6 -14.4657 0 shouldn't be
191.52/192.12	WSVECS04 Frhs2[336]: 6 0 0.119681 shouldn't be
191.52/192.12	WSVECS04 Frhs2[351]: 6 -1.00004 0 shouldn't be
191.52/192.12	WSVECS04 Frhs2[378]: 6 0 0.369678 shouldn't be
191.52/192.12	WSVECS04 Frhs2[379]: 6 0 0.250023 shouldn't be
191.52/192.12	WSVECS04 Frhs2[383]: 6 0 0.250087 shouldn't be
191.52/192.12	WSVECS04 Frhs2[389]: 6 0 0.614646 shouldn't be
191.52/192.12	WSVECS04 Frhs2[413]: 6 -1.00009 0 shouldn't be
191.52/192.12	WSVECS04 Frhs2[467]: 6 0 3.25649 shouldn't be
191.52/192.12	WSVECS04 Frhs2[503]: 6 -0.685077 0 shouldn't be
191.52/192.12	WSVECS04 Frhs2[532]: 6 0 2.87617 shouldn't be
191.52/192.12	WSVECS04 Frhs2[535]: 6 0 2.87612 shouldn't be
191.52/192.12	WSVECS04 Frhs2[537]: 6 -2.87616 0 shouldn't be
191.52/192.12	WSVECS04 Frhs2[566]: 6 0 0.123965 shouldn't be
191.52/192.12	WSVECS04 Frhs2[590]: 6 0 1.99574 shouldn't be
191.52/192.12	WSVECS04 Frhs2[592]: 6 0 0.119664 shouldn't be
191.52/192.12	WSVECS04 Frhs2[597]: 6 -2.87609 0 shouldn't be
191.52/192.12	WSVECS04 Frhs2[598]: 6 0 3.00006 shouldn't be
191.52/192.12	WSVECS04 Frhs2[608]: 6 -0.500077 0 shouldn't be
191.52/192.12	WSVECS04 Frhs2[628]: 6 0 2.0001 shouldn't be
191.52/192.12	WSVECS04 Frhs2[645]: 6 0 0.536592 shouldn't be
191.52/192.12	WSVECS04 Frhs2[699]: 6 -9.00006 0 shouldn't be
191.52/192.12	WSVECS04 Frhs2[772]: 6 -12.5001 0 shouldn't be
191.52/192.12	WSVECS04 Frhs2[819]: 6 -11.5 0 shouldn't be
191.52/192.12	WSVECS04 Frhs2[822]: 6 0 2.0001 shouldn't be
191.52/192.12	WSVECS04 Frhs2[927]: 6 0 2.00008 shouldn't be
191.52/192.12	WSVECS04 Frhs2[1065]: 6 0 2.00007 shouldn't be
191.52/192.12	WSVECS04 Frhs2[1071]: 6 -1.00005 0 shouldn't be
191.52/192.12	WSVECS04 Frhs2[1081]: 6 -1.00002 0 shouldn't be
191.52/192.12	WSVECS04 Frhs2[1086]: 6 -2.00001 0 shouldn't be
191.52/192.12	WSVECS04 Frhs2[1087]: 6 0 1.00004 shouldn't be
191.52/192.12	WSVECS04 Frhs2[1090]: 6 -2.00004 0 shouldn't be
191.52/192.12	WSVECS04 Frhs2[1111]: 6 -2.00003 0 shouldn't be
191.52/192.12	WSVECS04 Frhs2[1297]: 6 0 0.88039 shouldn't be
192.91/193.56	c #Conflicts:     374000 | #Constraints:      48925
192.91/193.56	c #Conflicts:     375000 | #Constraints:      49925
192.91/193.56	c #Conflicts:     376000 | #Constraints:      50926
192.91/193.56	c #Conflicts:     377000 | #Constraints:      51926
192.91/193.56	c #Conflicts:     378000 | #Constraints:      52926
192.91/193.56	c INPROCESSING
192.91/193.56	c GARBAGE COLLECT
192.91/193.56	c rational objective 128
199.41/200.10	c #Conflicts:     379000 | #Constraints:      36216
199.41/200.10	c #Conflicts:     380000 | #Constraints:      37216
199.41/200.10	c #Conflicts:     381000 | #Constraints:      38216
199.41/200.10	c #Conflicts:     382000 | #Constraints:      39216
199.41/200.10	c #Conflicts:     383000 | #Constraints:      40216
199.41/200.10	c #Conflicts:     384000 | #Constraints:      41216
199.41/200.10	c #Conflicts:     385000 | #Constraints:      42216
199.41/200.10	c #Conflicts:     386000 | #Constraints:      43216
199.41/200.10	c #Conflicts:     387000 | #Constraints:      44216
199.41/200.10	c #Conflicts:     388000 | #Constraints:      45216
199.41/200.10	c #Conflicts:     389000 | #Constraints:      46216
199.41/200.10	c #Conflicts:     390000 | #Constraints:      47216
199.41/200.10	c #Conflicts:     391000 | #Constraints:      48216
199.41/200.10	c #Conflicts:     392000 | #Constraints:      49216
199.41/200.10	c INPROCESSING
199.41/200.10	c GARBAGE COLLECT
199.41/200.10	c rational objective 128
205.58/206.29	c #Conflicts:     393000 | #Constraints:      34183
205.58/206.29	c #Conflicts:     394000 | #Constraints:      35184
205.58/206.29	c #Conflicts:     395000 | #Constraints:      36184
205.58/206.29	c #Conflicts:     396000 | #Constraints:      37184
205.58/206.29	c #Conflicts:     397000 | #Constraints:      38184
205.58/206.29	c #Conflicts:     398000 | #Constraints:      39184
205.58/206.29	c #Conflicts:     399000 | #Constraints:      40184
205.58/206.29	c #Conflicts:     400000 | #Constraints:      41184
205.58/206.29	c #Conflicts:     401000 | #Constraints:      42184
205.58/206.29	c #Conflicts:     402000 | #Constraints:      43184
205.58/206.29	c #Conflicts:     403000 | #Constraints:      44184
205.58/206.29	c #Conflicts:     404000 | #Constraints:      45184
205.58/206.29	c #Conflicts:     405000 | #Constraints:      46184
205.58/206.29	c #Conflicts:     406000 | #Constraints:      47184
205.58/206.29	c #Conflicts:     407000 | #Constraints:      48184
205.58/206.29	WSVECS04 Frhs2[3]: 6 0 5.33341 shouldn't be
205.58/206.29	WSVECS04 Frhs2[137]: 6 0 2.00003 shouldn't be
205.58/206.29	WSVECS04 Frhs2[143]: 6 0 2.00007 shouldn't be
205.58/206.29	WSVECS04 Frhs2[238]: 6 -1.00003 0 shouldn't be
205.58/206.29	WSVECS04 Frhs2[341]: 6 0 0.400025 shouldn't be
205.58/206.29	WSVECS04 Frhs2[348]: 6 -0.40009 0 shouldn't be
205.58/206.29	WSVECS04 Frhs2[412]: 6 -0.400088 0 shouldn't be
205.58/206.29	WSVECS04 Frhs2[450]: 6 0 0.666687 shouldn't be
205.58/206.29	WSVECS04 Frhs2[456]: 6 0 0.666692 shouldn't be
205.58/206.29	WSVECS04 Frhs2[918]: 6 -3.00007 0 shouldn't be
205.98/206.62	WSVECS04 Frhs2[24]: 6 0 3.4001 shouldn't be
205.98/206.62	WSVECS04 Frhs2[51]: 6 0 0.400031 shouldn't be
205.98/206.62	WSVECS04 Frhs2[85]: 6 0 7.40004 shouldn't be
205.98/206.62	WSVECS04 Frhs2[86]: 6 0 7.80009 shouldn't be
205.98/206.62	WSVECS04 Frhs2[155]: 6 -17.6 0 shouldn't be
205.98/206.62	WSVECS04 Frhs2[278]: 6 0 0.400032 shouldn't be
205.98/206.62	WSVECS04 Frhs2[406]: 6 0 7.80003 shouldn't be
205.98/206.62	WSVECS04 Frhs2[444]: 6 -6.00002 0 shouldn't be
205.98/206.62	WSVECS04 Frhs2[467]: 6 -2.40009 0 shouldn't be
205.98/206.62	WSVECS04 Frhs2[468]: 6 0 6.60005 shouldn't be
205.98/206.62	WSVECS04 Frhs2[469]: 6 0 7.40005 shouldn't be
205.98/206.62	WSVECS04 Frhs2[536]: 6 0 0.800072 shouldn't be
205.98/206.62	WSVECS04 Frhs2[729]: 6 0 2.00006 shouldn't be
205.98/206.62	WSVECS04 Frhs2[789]: 6 0 3.4001 shouldn't be
205.98/206.62	WSVECS04 Frhs2[1188]: 6 -2.00001 0 shouldn't be
205.98/206.62	WSVECS04 Frhs2[1192]: 6 -1.00002 0 shouldn't be
206.58/207.24	WSVECS04 Frhs2[11]: 6 0 4.00002 shouldn't be
206.58/207.24	WSVECS04 Frhs2[206]: 6 0 1.60005 shouldn't be
206.58/207.24	WSVECS04 Frhs2[333]: 6 0 2.00009 shouldn't be
206.58/207.24	WSVECS04 Frhs2[349]: 6 0 4.40009 shouldn't be
206.58/207.24	WSVECS04 Frhs2[436]: 6 0 0.400071 shouldn't be
206.58/207.24	WSVECS04 Frhs2[668]: 6 -5.20004 0 shouldn't be
206.58/207.24	WSVECS04 Frhs2[692]: 6 0 0.400023 shouldn't be
206.58/207.24	WSVECS04 Frhs2[734]: 6 0 1.6001 shouldn't be
206.58/207.24	WSVECS04 Frhs2[736]: 6 0 1.60006 shouldn't be
206.58/207.24	WSVECS04 Frhs2[820]: 6 0 0.40008 shouldn't be
206.58/207.24	WSVECS04 Frhs2[841]: 6 0 1.40005 shouldn't be
206.58/207.24	WSVECS04 Frhs2[887]: 6 -0.400093 0 shouldn't be
206.58/207.24	WSVECS04 Frhs2[1200]: 6 -1.00003 0 shouldn't be
206.58/207.24	WSVECS04 Frhs2[1225]: 6 -2.00009 0 shouldn't be
206.58/207.24	WSVECS04 Frhs2[1252]: 6 -2.00005 0 shouldn't be
220.65/221.31	c #Conflicts:     408000 | #Constraints:      49184
220.65/221.31	c #Conflicts:     409000 | #Constraints:      50184
220.65/221.31	c #Conflicts:     410000 | #Constraints:      51184
220.65/221.31	c #Conflicts:     411000 | #Constraints:      52184
220.65/221.31	c #Conflicts:     412000 | #Constraints:      53184
220.65/221.31	c #Conflicts:     413000 | #Constraints:      54184
220.65/221.31	c #Conflicts:     414000 | #Constraints:      55184
220.65/221.31	c #Conflicts:     415000 | #Constraints:      56184
220.65/221.31	c #Conflicts:     416000 | #Constraints:      57184
220.65/221.31	c #Conflicts:     417000 | #Constraints:      58184
220.65/221.31	c #Conflicts:     418000 | #Constraints:      59184
220.65/221.31	c #Conflicts:     419000 | #Constraints:      60184
220.65/221.31	c #Conflicts:     420000 | #Constraints:      61184
220.65/221.31	c #Conflicts:     421000 | #Constraints:      62184
220.65/221.31	c #Conflicts:     422000 | #Constraints:      63184
220.65/221.31	c #Conflicts:     423000 | #Constraints:      64184
220.65/221.31	c #Conflicts:     424000 | #Constraints:      65184
220.65/221.31	c #Conflicts:     425000 | #Constraints:      66184
220.65/221.31	c #Conflicts:     426000 | #Constraints:      67184
220.65/221.31	c #Conflicts:     427000 | #Constraints:      68184
220.65/221.31	c #Conflicts:     428000 | #Constraints:      69184
220.65/221.31	c #Conflicts:     429000 | #Constraints:      70184
220.65/221.31	c #Conflicts:     430000 | #Constraints:      71184
220.65/221.31	c #Conflicts:     431000 | #Constraints:      72184
220.65/221.31	c #Conflicts:     432000 | #Constraints:      73184
220.65/221.31	c #Conflicts:     433000 | #Constraints:      74184
220.65/221.31	c #Conflicts:     434000 | #Constraints:      75184
220.65/221.31	c #Conflicts:     435000 | #Constraints:      76184
220.65/221.31	c #Conflicts:     436000 | #Constraints:      77184
220.65/221.31	c #Conflicts:     437000 | #Constraints:      78184
220.65/221.31	c #Conflicts:     438000 | #Constraints:      79184
220.65/221.31	c #Conflicts:     439000 | #Constraints:      80184
220.65/221.31	c #Conflicts:     440000 | #Constraints:      81184
220.65/221.31	c INPROCESSING
220.65/221.31	c GARBAGE COLLECT
220.65/221.31	c rational objective 128
228.83/229.57	c #Conflicts:     441000 | #Constraints:      50231
228.83/229.57	c #Conflicts:     442000 | #Constraints:      51231
228.83/229.57	c #Conflicts:     443000 | #Constraints:      52231
228.83/229.57	c #Conflicts:     444000 | #Constraints:      53231
228.83/229.57	c #Conflicts:     445000 | #Constraints:      54231
228.83/229.57	c #Conflicts:     446000 | #Constraints:      55231
228.83/229.57	c #Conflicts:     447000 | #Constraints:      56231
228.83/229.57	c #Conflicts:     448000 | #Constraints:      57231
228.83/229.57	c #Conflicts:     449000 | #Constraints:      58231
228.83/229.57	c #Conflicts:     450000 | #Constraints:      59231
228.83/229.57	c #Conflicts:     451000 | #Constraints:      60231
228.83/229.57	c #Conflicts:     452000 | #Constraints:      61231
228.83/229.57	c #Conflicts:     453000 | #Constraints:      62231
228.83/229.57	c #Conflicts:     454000 | #Constraints:      63231
228.83/229.57	c #Conflicts:     455000 | #Constraints:      64231
228.83/229.57	c #Conflicts:     456000 | #Constraints:      65231
228.83/229.57	c INPROCESSING
228.83/229.57	c GARBAGE COLLECT
228.83/229.57	c rational objective 128
236.51/237.25	c #Conflicts:     457000 | #Constraints:      42423
236.51/237.25	c #Conflicts:     458000 | #Constraints:      43423
236.51/237.25	c #Conflicts:     459000 | #Constraints:      44423
236.51/237.25	c #Conflicts:     460000 | #Constraints:      45423
236.51/237.25	c #Conflicts:     461000 | #Constraints:      46423
236.51/237.25	c #Conflicts:     462000 | #Constraints:      47423
236.51/237.25	c #Conflicts:     463000 | #Constraints:      48423
236.51/237.25	c #Conflicts:     464000 | #Constraints:      49423
236.51/237.25	c #Conflicts:     465000 | #Constraints:      50423
236.51/237.25	c #Conflicts:     466000 | #Constraints:      51423
236.51/237.25	c #Conflicts:     467000 | #Constraints:      52423
236.51/237.25	c #Conflicts:     468000 | #Constraints:      53423
236.51/237.25	c #Conflicts:     469000 | #Constraints:      54424
236.51/237.25	c #Conflicts:     470000 | #Constraints:      55424
236.51/237.25	c #Conflicts:     471000 | #Constraints:      56424
236.51/237.25	c INPROCESSING
236.51/237.25	c GARBAGE COLLECT
236.51/237.25	c rational objective 128
243.49/244.22	c #Conflicts:     472000 | #Constraints:      37553
243.49/244.22	c #Conflicts:     473000 | #Constraints:      38553
243.49/244.22	c #Conflicts:     474000 | #Constraints:      39553
243.49/244.22	c #Conflicts:     475000 | #Constraints:      40553
243.49/244.22	c #Conflicts:     476000 | #Constraints:      41553
243.49/244.22	c #Conflicts:     477000 | #Constraints:      42553
243.49/244.22	c #Conflicts:     478000 | #Constraints:      43553
243.49/244.22	c #Conflicts:     479000 | #Constraints:      44553
243.49/244.22	c #Conflicts:     480000 | #Constraints:      45553
243.49/244.22	c #Conflicts:     481000 | #Constraints:      46553
243.49/244.22	c #Conflicts:     482000 | #Constraints:      47553
243.49/244.22	c #Conflicts:     483000 | #Constraints:      48553
243.49/244.22	c #Conflicts:     484000 | #Constraints:      49553
243.49/244.22	c #Conflicts:     485000 | #Constraints:      50553
243.49/244.22	c #Conflicts:     486000 | #Constraints:      51553
243.49/244.22	c #Conflicts:     487000 | #Constraints:      52553
243.49/244.22	c #Conflicts:     488000 | #Constraints:      53553
243.49/244.22	c INPROCESSING
243.49/244.22	c GARBAGE COLLECT
243.49/244.22	c rational objective 128
264.54/265.39	c #Conflicts:     489000 | #Constraints:      36561
264.54/265.39	c #Conflicts:     490000 | #Constraints:      37561
264.54/265.39	c #Conflicts:     491000 | #Constraints:      38561
264.54/265.39	c #Conflicts:     492000 | #Constraints:      39563
264.54/265.39	c #Conflicts:     493000 | #Constraints:      40563
264.54/265.39	c #Conflicts:     494000 | #Constraints:      41566
264.54/265.39	c #Conflicts:     495000 | #Constraints:      42566
264.54/265.39	c #Conflicts:     496000 | #Constraints:      43566
264.54/265.39	c #Conflicts:     497000 | #Constraints:      44567
264.54/265.39	c #Conflicts:     498000 | #Constraints:      45568
264.54/265.39	c #Conflicts:     499000 | #Constraints:      46569
264.54/265.39	c #Conflicts:     500000 | #Constraints:      47569
264.54/265.39	c #Conflicts:     501000 | #Constraints:      48569
264.54/265.39	c #Conflicts:     502000 | #Constraints:      49569
264.54/265.39	c #Conflicts:     503000 | #Constraints:      50569
264.54/265.39	c #Conflicts:     504000 | #Constraints:      51569
264.54/265.39	c #Conflicts:     505000 | #Constraints:      52569
264.54/265.39	c #Conflicts:     506000 | #Constraints:      53569
264.54/265.39	c #Conflicts:     507000 | #Constraints:      54569
264.54/265.39	c #Conflicts:     508000 | #Constraints:      55569
264.54/265.39	c #Conflicts:     509000 | #Constraints:      56569
264.54/265.39	c #Conflicts:     510000 | #Constraints:      57569
264.54/265.39	c #Conflicts:     511000 | #Constraints:      58569
264.54/265.39	c #Conflicts:     512000 | #Constraints:      59570
264.54/265.39	c #Conflicts:     513000 | #Constraints:      60570
264.54/265.39	c #Conflicts:     514000 | #Constraints:      61570
264.54/265.39	c #Conflicts:     515000 | #Constraints:      62572
264.54/265.39	c #Conflicts:     516000 | #Constraints:      63573
264.54/265.39	c #Conflicts:     517000 | #Constraints:      64573
264.54/265.39	c #Conflicts:     518000 | #Constraints:      65574
264.54/265.39	c #Conflicts:     519000 | #Constraints:      66574
264.54/265.39	WSVECS04 Frhs2[13]: 6 -6.00003 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[29]: 6 0 0.500018 shouldn't be
264.54/265.39	WSVECS04 Frhs2[31]: 6 0 2.61119 shouldn't be
264.54/265.39	WSVECS04 Frhs2[47]: 6 -2.00005 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[95]: 6 0 1.6112 shouldn't be
264.54/265.39	WSVECS04 Frhs2[96]: 6 0 2.50002 shouldn't be
264.54/265.39	WSVECS04 Frhs2[111]: 6 0 1.00003 shouldn't be
264.54/265.39	WSVECS04 Frhs2[126]: 6 0 5.00009 shouldn't be
264.54/265.39	WSVECS04 Frhs2[128]: 6 0 5.00009 shouldn't be
264.54/265.39	WSVECS04 Frhs2[137]: 6 -2.00008 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[177]: 6 0 3.84487 shouldn't be
264.54/265.39	WSVECS04 Frhs2[178]: 6 0 3.84491 shouldn't be
264.54/265.39	WSVECS04 Frhs2[183]: 6 0 2.84491 shouldn't be
264.54/265.39	WSVECS04 Frhs2[187]: 6 0 0.155254 shouldn't be
264.54/265.39	WSVECS04 Frhs2[193]: 6 -1.18969 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[226]: 6 -8.00005 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[257]: 6 0 3.81043 shouldn't be
264.54/265.39	WSVECS04 Frhs2[267]: 6 0 2.00003 shouldn't be
264.54/265.39	WSVECS04 Frhs2[268]: 6 0 2.50007 shouldn't be
264.54/265.39	WSVECS04 Frhs2[282]: 6 -2.11118 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[284]: 6 0 1.88893 shouldn't be
264.54/265.39	WSVECS04 Frhs2[296]: 6 0 7.0001 shouldn't be
264.54/265.39	WSVECS04 Frhs2[307]: 6 0 4.00008 shouldn't be
264.54/265.39	WSVECS04 Frhs2[312]: 6 0 4.00002 shouldn't be
264.54/265.39	WSVECS04 Frhs2[324]: 6 -0.0345111 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[355]: 6 0 3.00007 shouldn't be
264.54/265.39	WSVECS04 Frhs2[366]: 6 -3.00004 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[388]: 6 0 1.15522 shouldn't be
264.54/265.39	WSVECS04 Frhs2[401]: 6 0 0.562547 shouldn't be
264.54/265.39	WSVECS04 Frhs2[421]: 6 0 1.00001 shouldn't be
264.54/265.39	WSVECS04 Frhs2[427]: 6 0 1.00007 shouldn't be
264.54/265.39	WSVECS04 Frhs2[531]: 6 -0.844892 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[558]: 6 0 1.00001 shouldn't be
264.54/265.39	WSVECS04 Frhs2[586]: 6 -3.11498 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[590]: 6 0 2.00006 shouldn't be
264.54/265.39	WSVECS04 Frhs2[600]: 6 -5.06253 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[622]: 6 -4.00002 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[626]: 6 -3.00003 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[640]: 6 -2.00008 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[643]: 6 0 1.18967 shouldn't be
264.54/265.39	WSVECS04 Frhs2[645]: 6 0 1.18967 shouldn't be
264.54/265.39	WSVECS04 Frhs2[654]: 6 0 2.88515 shouldn't be
264.54/265.39	WSVECS04 Frhs2[657]: 6 0 1.6552 shouldn't be
264.54/265.39	WSVECS04 Frhs2[659]: 6 -1.84488 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[671]: 6 0 2.00004 shouldn't be
264.54/265.39	WSVECS04 Frhs2[675]: 6 -4.00007 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[682]: 6 0 3.00002 shouldn't be
264.54/265.39	WSVECS04 Frhs2[723]: 6 -0.500019 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[745]: 6 -6.00009 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[763]: 6 0 1.00007 shouldn't be
264.54/265.39	WSVECS04 Frhs2[770]: 6 0 0.344891 shouldn't be
264.54/265.39	WSVECS04 Frhs2[771]: 6 0 1.53453 shouldn't be
264.54/265.39	WSVECS04 Frhs2[773]: 6 0 1.53454 shouldn't be
264.54/265.39	WSVECS04 Frhs2[780]: 6 0 0.500025 shouldn't be
264.54/265.39	WSVECS04 Frhs2[782]: 6 0 2.00009 shouldn't be
264.54/265.39	WSVECS04 Frhs2[820]: 6 0 1.15519 shouldn't be
264.54/265.39	WSVECS04 Frhs2[826]: 6 0 1.00008 shouldn't be
264.54/265.39	WSVECS04 Frhs2[832]: 6 -2.00007 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[844]: 6 0 0.500047 shouldn't be
264.54/265.39	WSVECS04 Frhs2[846]: 6 0 2.0001 shouldn't be
264.54/265.39	WSVECS04 Frhs2[850]: 6 -1.15523 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[897]: 6 0 1.65527 shouldn't be
264.54/265.39	WSVECS04 Frhs2[900]: 6 -2.34486 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[933]: 6 -2.00003 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[973]: 6 -2.00007 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[1016]: 6 0 0.500081 shouldn't be
264.54/265.39	WSVECS04 Frhs2[1017]: 6 -1.00006 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[1027]: 6 -1.00007 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[1032]: 6 -1.00003 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[1055]: 6 -1.0001 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[1056]: 6 0 1.00008 shouldn't be
264.54/265.39	WSVECS04 Frhs2[1086]: 6 -1.00009 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[1092]: 6 -2.00009 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[1152]: 6 -1.00007 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[1177]: 6 0 1.00009 shouldn't be
264.54/265.39	WSVECS04 Frhs2[1212]: 6 -4.00008 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[1225]: 6 0 1.00002 shouldn't be
264.54/265.39	WSVECS04 Frhs2[1238]: 6 0 2.00005 shouldn't be
264.54/265.39	WSVECS04 Frhs2[1242]: 6 -0.155248 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[1249]: 6 0 0.844924 shouldn't be
264.54/265.39	WSVECS04 Frhs2[1264]: 6 0 0.844854 shouldn't be
264.54/265.39	WSVECS04 Frhs2[1298]: 6 0 2.00003 shouldn't be
264.54/265.39	WSVECS04 Frhs2[1314]: 6 0 2.00006 shouldn't be
264.54/265.39	WSVECS04 Frhs2[1335]: 6 -5.00002 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[1339]: 6 -2.0001 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[1340]: 6 -6.00005 0 shouldn't be
264.54/265.39	WSVECS04 Frhs2[1343]: 6 -2.00003 0 shouldn't be
269.63/270.46	c #Conflicts:     520000 | #Constraints:      67575
269.63/270.46	c #Conflicts:     521000 | #Constraints:      68575
269.63/270.46	c #Conflicts:     522000 | #Constraints:      69575
269.63/270.46	c #Conflicts:     523000 | #Constraints:      70575
269.63/270.46	c #Conflicts:     524000 | #Constraints:      71576
269.63/270.46	c #Conflicts:     525000 | #Constraints:      72576
269.63/270.46	c #Conflicts:     526000 | #Constraints:      73576
269.63/270.46	WSVECS04 Frhs2[8]: 6 -6.00008 0 shouldn't be
269.63/270.46	WSVECS04 Frhs2[17]: 6 0 4.50277 shouldn't be
269.63/270.46	WSVECS04 Frhs2[57]: 6 0 2.50282 shouldn't be
269.63/270.46	WSVECS04 Frhs2[64]: 6 -2.14211 0 shouldn't be
269.63/270.46	WSVECS04 Frhs2[110]: 6 -1.00004 0 shouldn't be
269.63/270.46	WSVECS04 Frhs2[125]: 6 0 2.00008 shouldn't be
269.63/270.46	WSVECS04 Frhs2[156]: 6 -1.14212 0 shouldn't be
269.63/270.46	WSVECS04 Frhs2[188]: 6 -15.4317 0 shouldn't be
269.63/270.46	WSVECS04 Frhs2[192]: 6 0 2.00004 shouldn't be
269.63/270.46	WSVECS04 Frhs2[214]: 6 -13.3061 0 shouldn't be
269.63/270.46	WSVECS04 Frhs2[238]: 6 -1.00006 0 shouldn't be
269.63/270.46	WSVECS04 Frhs2[243]: 6 0 0.284169 shouldn't be
269.63/270.46	WSVECS04 Frhs2[251]: 6 0 2.1421 shouldn't be
269.63/270.46	WSVECS04 Frhs2[254]: 6 0 2.00004 shouldn't be
269.63/270.46	WSVECS04 Frhs2[272]: 6 0 1.4864 shouldn't be
269.63/270.46	WSVECS04 Frhs2[276]: 6 0 1.50276 shouldn't be
269.63/270.46	WSVECS04 Frhs2[280]: 6 0 1.50274 shouldn't be
269.63/270.46	WSVECS04 Frhs2[318]: 6 -12.2842 0 shouldn't be
269.63/270.46	WSVECS04 Frhs2[337]: 6 0 4.50278 shouldn't be
269.63/270.46	WSVECS04 Frhs2[385]: 6 -3.49728 0 shouldn't be
269.63/270.46	WSVECS04 Frhs2[387]: 6 0 0.262359 shouldn't be
269.63/270.46	WSVECS04 Frhs2[399]: 6 0 5.86889 shouldn't be
269.63/270.46	WSVECS04 Frhs2[401]: 6 0 5.50282 shouldn't be
269.63/270.46	WSVECS04 Frhs2[402]: 6 0 1.00001 shouldn't be
269.63/270.46	WSVECS04 Frhs2[514]: 6 0 0.502749 shouldn't be
269.63/270.46	WSVECS04 Frhs2[522]: 6 -2.00004 0 shouldn't be
269.63/270.46	WSVECS04 Frhs2[526]: 6 0 8.85525 shouldn't be
269.63/270.46	WSVECS04 Frhs2[527]: 6 0 5.86893 shouldn't be
269.63/270.46	WSVECS04 Frhs2[529]: 6 0 5.50275 shouldn't be
269.63/270.46	WSVECS04 Frhs2[533]: 6 0 1.00006 shouldn't be
269.63/270.46	WSVECS04 Frhs2[549]: 6 -3.49185 0 shouldn't be
269.63/270.46	WSVECS04 Frhs2[554]: 6 -1.0001 0 shouldn't be
269.63/270.46	WSVECS04 Frhs2[571]: 6 0 0.142113 shouldn't be
269.63/270.46	WSVECS04 Frhs2[573]: 6 -0.142137 0 shouldn't be
269.63/270.46	WSVECS04 Frhs2[586]: 6 -5.86895 0 shouldn't be
269.63/270.46	WSVECS04 Frhs2[587]: 6 0 0.480899 shouldn't be
269.63/270.46	WSVECS04 Frhs2[600]: 6 -11 0 shouldn't be
269.63/270.46	WSVECS04 Frhs2[644]: 6 0 2.52465 shouldn't be
269.63/270.46	WSVECS04 Frhs2[720]: 6 0 4.00005 shouldn't be
269.63/270.46	WSVECS04 Frhs2[723]: 6 -1.00009 0 shouldn't be
269.63/270.46	WSVECS04 Frhs2[736]: 6 -17.5739 0 shouldn't be
269.63/270.46	WSVECS04 Frhs2[768]: 6 -2.14209 0 shouldn't be
269.63/270.46	WSVECS04 Frhs2[770]: 6 0 0.0219293 shouldn't be
269.63/270.46	WSVECS04 Frhs2[776]: 6 0 0.021874 shouldn't be
269.63/270.46	WSVECS04 Frhs2[806]: 6 -6.00003 0 shouldn't be
269.63/270.46	WSVECS04 Frhs2[842]: 6 -1.93449 0 shouldn't be
269.63/270.46	WSVECS04 Frhs2[850]: 6 -2.00004 0 shouldn't be
269.63/270.46	WSVECS04 Frhs2[890]: 6 0 1.85795 shouldn't be
269.63/270.46	WSVECS04 Frhs2[891]: 6 0 0.142094 shouldn't be
269.63/270.46	WSVECS04 Frhs2[897]: 6 0 1.00001 shouldn't be
269.63/270.46	WSVECS04 Frhs2[904]: 6 -1.00003 0 shouldn't be
269.63/270.46	WSVECS04 Frhs2[912]: 6 0 1.00009 shouldn't be
269.63/270.46	WSVECS04 Frhs2[933]: 6 -3.00004 0 shouldn't be
269.63/270.46	WSVECS04 Frhs2[1017]: 6 -1.00004 0 shouldn't be
269.63/270.46	WSVECS04 Frhs2[1086]: 6 -2.00008 0 shouldn't be
269.63/270.46	WSVECS04 Frhs2[1124]: 6 -2.52463 0 shouldn't be
269.63/270.46	WSVECS04 Frhs2[1217]: 6 -1.00006 0 shouldn't be
269.63/270.46	WSVECS04 Frhs2[1313]: 6 0 2.00009 shouldn't be
269.63/270.46	WSVECS04 Frhs2[1321]: 6 0 0.857937 shouldn't be
269.63/270.46	WSVECS04 Frhs2[1323]: 6 -3.00009 0 shouldn't be
269.63/270.46	WSVECS04 Frhs2[1328]: 6 0 1.85797 shouldn't be
271.82/272.69	c #Conflicts:     527000 | #Constraints:      74576
271.82/272.69	c #Conflicts:     528000 | #Constraints:      75576
271.82/272.69	c #Conflicts:     529000 | #Constraints:      76576
271.82/272.69	WSVECS04 Frhs2[111]: 6 0 0.312539 shouldn't be
271.82/272.69	WSVECS04 Frhs2[115]: 6 0 1.00005 shouldn't be
271.82/272.69	WSVECS04 Frhs2[130]: 6 0 0.150049 shouldn't be
271.82/272.69	WSVECS04 Frhs2[132]: 6 0 1.52508 shouldn't be
271.82/272.69	WSVECS04 Frhs2[142]: 6 0 4.01255 shouldn't be
271.82/272.69	WSVECS04 Frhs2[196]: 6 0 0.450022 shouldn't be
271.82/272.69	WSVECS04 Frhs2[217]: 6 -15.4188 0 shouldn't be
271.82/272.69	WSVECS04 Frhs2[225]: 6 0 17.1418 shouldn't be
271.82/272.69	WSVECS04 Frhs2[260]: 6 0 1.52503 shouldn't be
271.82/272.69	WSVECS04 Frhs2[265]: 6 0 2.28759 shouldn't be
271.82/272.69	WSVECS04 Frhs2[281]: 6 0 3.00004 shouldn't be
271.82/272.69	WSVECS04 Frhs2[288]: 6 0 5.02195 shouldn't be
271.82/272.69	WSVECS04 Frhs2[289]: 6 0 19.0667 shouldn't be
271.82/272.69	WSVECS04 Frhs2[290]: 6 0 4.74176 shouldn't be
271.82/272.69	WSVECS04 Frhs2[309]: 6 0 1.00005 shouldn't be
271.82/272.69	WSVECS04 Frhs2[316]: 6 0 2.70944 shouldn't be
271.82/272.69	WSVECS04 Frhs2[333]: 6 0 2.96676 shouldn't be
271.82/272.69	WSVECS04 Frhs2[353]: 6 0 22.0667 shouldn't be
271.82/272.69	WSVECS04 Frhs2[374]: 6 -10.8625 0 shouldn't be
271.82/272.69	WSVECS04 Frhs2[380]: 6 0 2.7844 shouldn't be
271.82/272.69	WSVECS04 Frhs2[388]: 6 0 1.52503 shouldn't be
271.82/272.69	WSVECS04 Frhs2[392]: 6 0 0.437539 shouldn't be
271.82/272.69	WSVECS04 Frhs2[416]: 6 0 2.02189 shouldn't be
271.82/272.69	WSVECS04 Frhs2[424]: 6 -10.4834 0 shouldn't be
271.82/272.69	WSVECS04 Frhs2[448]: 6 -0.0500218 0 shouldn't be
271.82/272.69	WSVECS04 Frhs2[449]: 6 -2.5344 0 shouldn't be
271.82/272.69	WSVECS04 Frhs2[467]: 6 -2.00005 0 shouldn't be
271.82/272.69	WSVECS04 Frhs2[491]: 6 -5.00008 0 shouldn't be
271.82/272.69	WSVECS04 Frhs2[546]: 6 0 7.40842 shouldn't be
271.82/272.69	WSVECS04 Frhs2[555]: 6 0 0.850085 shouldn't be
271.82/272.69	WSVECS04 Frhs2[560]: 6 0 0.850084 shouldn't be
271.82/272.69	WSVECS04 Frhs2[609]: 6 0 19.5834 shouldn't be
271.82/272.69	WSVECS04 Frhs2[610]: 6 0 5.4084 shouldn't be
271.82/272.69	WSVECS04 Frhs2[622]: 6 -2.00002 0 shouldn't be
271.82/272.69	WSVECS04 Frhs2[646]: 6 0 2.00002 shouldn't be
271.82/272.69	WSVECS04 Frhs2[647]: 6 0 1.85003 shouldn't be
271.82/272.69	WSVECS04 Frhs2[648]: 6 0 2.28753 shouldn't be
271.82/272.69	WSVECS04 Frhs2[650]: 6 -3.00002 0 shouldn't be
271.82/272.69	WSVECS04 Frhs2[668]: 6 -2.00002 0 shouldn't be
271.82/272.69	WSVECS04 Frhs2[672]: 6 0 2.02189 shouldn't be
271.82/272.69	WSVECS04 Frhs2[673]: 6 0 17.1417 shouldn't be
271.82/272.69	WSVECS04 Frhs2[675]: 6 -5.55008 0 shouldn't be
271.82/272.69	WSVECS04 Frhs2[686]: 6 0 5.15008 shouldn't be
271.82/272.69	WSVECS04 Frhs2[696]: 6 0 2.28755 shouldn't be
271.82/272.69	WSVECS04 Frhs2[708]: 6 0 1.37502 shouldn't be
271.82/272.69	WSVECS04 Frhs2[738]: 6 0 5.40835 shouldn't be
271.82/272.69	WSVECS04 Frhs2[740]: 6 0 1.03337 shouldn't be
271.82/272.69	WSVECS04 Frhs2[742]: 6 0 0.516715 shouldn't be
271.82/272.69	WSVECS04 Frhs2[772]: 6 0 1.37503 shouldn't be
271.82/272.69	WSVECS04 Frhs2[782]: 6 0 5.07507 shouldn't be
271.82/272.69	WSVECS04 Frhs2[804]: 6 0 0.591751 shouldn't be
271.82/272.69	WSVECS04 Frhs2[823]: 6 -1.00008 0 shouldn't be
271.82/272.69	WSVECS04 Frhs2[824]: 6 0 0.287586 shouldn't be
271.82/272.69	WSVECS04 Frhs2[828]: 6 0 2.73442 shouldn't be
271.82/272.69	WSVECS04 Frhs2[892]: 6 0 2.73441 shouldn't be
271.82/272.69	WSVECS04 Frhs2[1112]: 6 -1.00003 0 shouldn't be
271.82/272.69	WSVECS04 Frhs2[1136]: 6 0 0.516715 shouldn't be
271.82/272.69	WSVECS04 Frhs2[1185]: 6 0 2.00003 shouldn't be
271.82/272.69	WSVECS04 Frhs2[1186]: 6 0 1.00004 shouldn't be
271.82/272.69	WSVECS04 Frhs2[1190]: 6 0 3.00007 shouldn't be
271.82/272.69	WSVECS04 Frhs2[1215]: 6 -2.00002 0 shouldn't be
271.82/272.69	WSVECS04 Frhs2[1297]: 6 0 2.00006 shouldn't be
272.23/273.03	WSVECS04 Frhs2[63]: 6 0 0.287561 shouldn't be
272.23/273.03	WSVECS04 Frhs2[170]: 6 0 0.150059 shouldn't be
272.23/273.03	WSVECS04 Frhs2[175]: 6 0 1.28757 shouldn't be
272.23/273.03	WSVECS04 Frhs2[190]: 6 0 0.0500408 shouldn't be
272.23/273.03	WSVECS04 Frhs2[203]: 6 0 0.15001 shouldn't be
272.23/273.03	WSVECS04 Frhs2[444]: 6 0 3.02194 shouldn't be
272.23/273.03	WSVECS04 Frhs2[446]: 6 0 0.362579 shouldn't be
272.23/273.03	WSVECS04 Frhs2[493]: 6 0 1.00009 shouldn't be
272.23/273.03	WSVECS04 Frhs2[505]: 6 0 0.287516 shouldn't be
272.23/273.03	WSVECS04 Frhs2[520]: 6 0 2.2876 shouldn't be
272.23/273.03	WSVECS04 Frhs2[534]: 6 0 0.075064 shouldn't be
272.23/273.03	WSVECS04 Frhs2[570]: 6 0 0.481274 shouldn't be
272.23/273.03	WSVECS04 Frhs2[582]: 6 -16 0 shouldn't be
272.23/273.03	WSVECS04 Frhs2[592]: 6 0 0.237547 shouldn't be
272.23/273.03	WSVECS04 Frhs2[623]: 6 0 1.28759 shouldn't be
272.23/273.03	WSVECS04 Frhs2[656]: 6 0 0.23759 shouldn't be
272.23/273.03	WSVECS04 Frhs2[685]: 6 0 1.00005 shouldn't be
272.23/273.03	WSVECS04 Frhs2[687]: 6 0 1.28758 shouldn't be
272.23/273.03	WSVECS04 Frhs2[705]: 6 -2.30005 0 shouldn't be
272.23/273.03	WSVECS04 Frhs2[718]: 6 0 2.15009 shouldn't be
272.23/273.03	WSVECS04 Frhs2[749]: 6 0 1.00006 shouldn't be
272.23/273.03	WSVECS04 Frhs2[751]: 6 0 1.28752 shouldn't be
272.23/273.03	WSVECS04 Frhs2[767]: 6 0 0.265691 shouldn't be
272.23/273.03	WSVECS04 Frhs2[799]: 6 -1.00006 0 shouldn't be
272.23/273.03	WSVECS04 Frhs2[894]: 6 0 0.0750216 shouldn't be
272.23/273.03	WSVECS04 Frhs2[1199]: 6 0 1.00005 shouldn't be
272.52/273.39	WSVECS04 Frhs2[5]: 6 0 0.637577 shouldn't be
272.52/273.39	WSVECS04 Frhs2[141]: 6 0 1.82925 shouldn't be
272.52/273.39	WSVECS04 Frhs2[162]: 6 0 4.89176 shouldn't be
272.52/273.39	WSVECS04 Frhs2[163]: 6 0 1.92503 shouldn't be
272.52/273.39	WSVECS04 Frhs2[193]: 6 -4.00009 0 shouldn't be
272.52/273.39	WSVECS04 Frhs2[224]: 6 0 2.02195 shouldn't be
272.52/273.39	WSVECS04 Frhs2[264]: 6 0 0.437583 shouldn't be
272.52/273.39	WSVECS04 Frhs2[377]: 6 0 0.0500104 shouldn't be
272.52/273.39	WSVECS04 Frhs2[441]: 6 0 0.287535 shouldn't be
272.52/273.39	WSVECS04 Frhs2[557]: 6 0 1.85009 shouldn't be
272.52/273.39	WSVECS04 Frhs2[589]: 6 0 2.96673 shouldn't be
272.52/273.39	WSVECS04 Frhs2[618]: 6 0 0.15002 shouldn't be
272.52/273.39	WSVECS04 Frhs2[621]: 6 0 1.00006 shouldn't be
272.52/273.39	WSVECS04 Frhs2[697]: 6 0 0.287513 shouldn't be
272.52/273.39	WSVECS04 Frhs2[712]: 6 0 0.265708 shouldn't be
272.52/273.39	WSVECS04 Frhs2[717]: 6 0 2.96671 shouldn't be
272.52/273.39	WSVECS04 Frhs2[739]: 6 0 2.4417 shouldn't be
272.52/273.39	WSVECS04 Frhs2[762]: 6 0 0.265703 shouldn't be
272.52/273.39	WSVECS04 Frhs2[829]: 6 0 0.0250707 shouldn't be
272.52/273.39	WSVECS04 Frhs2[1097]: 6 0 1.00009 shouldn't be
272.52/273.39	WSVECS04 Frhs2[1184]: 6 0 4.00005 shouldn't be
272.52/273.39	WSVECS04 Frhs2[1216]: 6 -1.00008 0 shouldn't be
272.52/273.39	WSVECS04 Frhs2[1224]: 6 -1.00005 0 shouldn't be
272.52/273.39	WSVECS04 Frhs2[1312]: 6 0 2.00007 shouldn't be
272.93/273.73	WSVECS04 Frhs2[58]: 6 0 0.287598 shouldn't be
272.93/273.73	WSVECS04 Frhs2[60]: 6 0 3.0219 shouldn't be
272.93/273.73	WSVECS04 Frhs2[62]: 6 0 0.362589 shouldn't be
272.93/273.73	WSVECS04 Frhs2[136]: 6 0 0.437572 shouldn't be
272.93/273.73	WSVECS04 Frhs2[252]: 6 0 2.73442 shouldn't be
272.93/273.73	WSVECS04 Frhs2[253]: 6 0 0.0250729 shouldn't be
272.93/273.73	WSVECS04 Frhs2[366]: 6 -1.28758 0 shouldn't be
272.93/273.73	WSVECS04 Frhs2[445]: 6 0 0.312511 shouldn't be
272.93/273.73	WSVECS04 Frhs2[470]: 6 0 0.0750781 shouldn't be
272.93/273.73	WSVECS04 Frhs2[598]: 6 0 0.0750726 shouldn't be
272.93/273.73	WSVECS04 Frhs2[614]: 6 0 0.516761 shouldn't be
272.93/273.73	WSVECS04 Frhs2[698]: 6 0 0.287584 shouldn't be
272.93/273.73	WSVECS04 Frhs2[701]: 6 0 0.312527 shouldn't be
272.93/273.73	WSVECS04 Frhs2[702]: 6 0 0.362533 shouldn't be
272.93/273.73	WSVECS04 Frhs2[726]: 6 0 0.0750345 shouldn't be
272.93/273.73	WSVECS04 Frhs2[1177]: 6 0 4.00002 shouldn't be
273.23/274.06	WSVECS04 Frhs2[32]: 6 0 2.02193 shouldn't be
273.23/274.06	WSVECS04 Frhs2[59]: 6 0 0.28752 shouldn't be
273.23/274.06	WSVECS04 Frhs2[96]: 6 0 2.02191 shouldn't be
273.23/274.06	WSVECS04 Frhs2[161]: 6 0 19.0667 shouldn't be
273.23/274.06	WSVECS04 Frhs2[168]: 6 0 1.92505 shouldn't be
273.23/274.06	WSVECS04 Frhs2[201]: 6 0 4.28758 shouldn't be
273.23/274.06	WSVECS04 Frhs2[237]: 6 0 0.850011 shouldn't be
273.23/274.06	WSVECS04 Frhs2[291]: 6 0 1.92506 shouldn't be
273.23/274.06	WSVECS04 Frhs2[296]: 6 0 1.92504 shouldn't be
273.23/274.06	WSVECS04 Frhs2[303]: 6 0 1.2876 shouldn't be
273.23/274.06	WSVECS04 Frhs2[381]: 6 0 0.0750887 shouldn't be
273.23/274.06	WSVECS04 Frhs2[382]: 6 0 0.125047 shouldn't be
273.23/274.06	WSVECS04 Frhs2[406]: 6 0 0.0750374 shouldn't be
273.23/274.06	WSVECS04 Frhs2[507]: 6 0 0.287587 shouldn't be
273.23/274.06	WSVECS04 Frhs2[509]: 6 0 0.312596 shouldn't be
273.23/274.06	WSVECS04 Frhs2[510]: 6 0 0.362584 shouldn't be
273.23/274.06	WSVECS04 Frhs2[547]: 6 0 4.44176 shouldn't be
273.23/274.06	WSVECS04 Frhs2[611]: 6 0 2.44173 shouldn't be
273.23/274.06	WSVECS04 Frhs2[627]: 6 0 4.00006 shouldn't be
273.23/274.06	WSVECS04 Frhs2[630]: 6 0 3.0001 shouldn't be
273.23/274.06	WSVECS04 Frhs2[632]: 6 0 3.28751 shouldn't be
273.23/274.06	WSVECS04 Frhs2[659]: 6 -2.00004 0 shouldn't be
273.23/274.06	WSVECS04 Frhs2[691]: 6 0 3.00002 shouldn't be
273.23/274.06	WSVECS04 Frhs2[699]: 6 0 0.287531 shouldn't be
273.23/274.06	WSVECS04 Frhs2[757]: 6 -7.28755 0 shouldn't be
273.23/274.06	WSVECS04 Frhs2[761]: 6 0 0.265683 shouldn't be
273.23/274.06	WSVECS04 Frhs2[766]: 6 0 0.340654 shouldn't be
273.23/274.06	WSVECS04 Frhs2[810]: 6 0 0.15005 shouldn't be
273.23/274.06	WSVECS04 Frhs2[1178]: 6 0 1.00009 shouldn't be
273.62/274.48	WSVECS04 Frhs2[97]: 6 0 18.275 shouldn't be
273.62/274.48	WSVECS04 Frhs2[134]: 6 0 0.150097 shouldn't be
273.62/274.48	WSVECS04 Frhs2[278]: 6 0 0.0750461 shouldn't be
273.62/274.48	WSVECS04 Frhs2[572]: 6 0 3.21568 shouldn't be
273.62/274.48	WSVECS04 Frhs2[580]: 6 0 1.37505 shouldn't be
273.62/274.48	WSVECS04 Frhs2[636]: 6 0 4.20318 shouldn't be
273.62/274.48	WSVECS04 Frhs2[643]: 6 0 1.85006 shouldn't be
273.62/274.48	WSVECS04 Frhs2[653]: 6 0 2.96674 shouldn't be
273.62/274.48	WSVECS04 Frhs2[700]: 6 0 3.02194 shouldn't be
273.62/274.48	WSVECS04 Frhs2[763]: 6 0 0.265696 shouldn't be
273.62/274.48	WSVECS04 Frhs2[765]: 6 0 0.290722 shouldn't be
273.62/274.48	WSVECS04 Frhs2[813]: 6 0 1.00008 shouldn't be
273.62/274.48	WSVECS04 Frhs2[864]: 6 0 2.02196 shouldn't be
274.02/274.88	WSVECS04 Frhs2[104]: 6 0 1.13343 shouldn't be
274.02/274.88	WSVECS04 Frhs2[287]: 6 0 3.00009 shouldn't be
274.02/274.88	WSVECS04 Frhs2[360]: 6 0 4.92506 shouldn't be
274.02/274.88	WSVECS04 Frhs2[453]: 6 0 0.925099 shouldn't be
274.02/274.88	WSVECS04 Frhs2[517]: 6 0 2.92507 shouldn't be
274.02/274.88	WSVECS04 Frhs2[518]: 6 0 2.00008 shouldn't be
274.02/274.88	WSVECS04 Frhs2[638]: 6 0 1.54385 shouldn't be
274.02/274.88	WSVECS04 Frhs2[639]: 6 0 1.46885 shouldn't be
274.02/274.88	WSVECS04 Frhs2[1183]: 6 0 4.00005 shouldn't be
274.71/275.54	WSVECS04 Frhs2[42]: 6 0 0.150099 shouldn't be
274.71/275.54	WSVECS04 Frhs2[358]: 6 0 3.00007 shouldn't be
274.71/275.54	WSVECS04 Frhs2[389]: 6 0 1.07508 shouldn't be
274.71/275.54	WSVECS04 Frhs2[443]: 6 0 0.28756 shouldn't be
274.71/275.54	WSVECS04 Frhs2[552]: 6 0 4.4417 shouldn't be
274.71/275.54	WSVECS04 Frhs2[559]: 6 0 1.65626 shouldn't be
274.71/275.54	WSVECS04 Frhs2[631]: 6 0 7.28759 shouldn't be
274.71/275.54	WSVECS04 Frhs2[695]: 6 0 6.28756 shouldn't be
274.71/275.54	WSVECS04 Frhs2[703]: 6 0 0.287575 shouldn't be
274.71/275.54	WSVECS04 Frhs2[704]: 6 -5.15627 0 shouldn't be
274.71/275.54	WSVECS04 Frhs2[800]: 6 0 2.02196 shouldn't be
274.71/275.54	WSVECS04 Frhs2[1225]: 6 0 1.00006 shouldn't be
275.22/276.08	WSVECS04 Frhs2[569]: 6 0 0.481305 shouldn't be
275.22/276.08	WSVECS04 Frhs2[709]: 6 0 0.925035 shouldn't be
275.22/276.08	WSVECS04 Frhs2[841]: 6 0 4.1376 shouldn't be
283.90/284.73	c #Conflicts:     530000 | #Constraints:      77576
283.90/284.73	c #Conflicts:     531000 | #Constraints:      78576
283.90/284.73	c #Conflicts:     532000 | #Constraints:      79576
283.90/284.73	c #Conflicts:     533000 | #Constraints:      80576
283.90/284.73	c #Conflicts:     534000 | #Constraints:      81576
283.90/284.73	c #Conflicts:     535000 | #Constraints:      82576
283.90/284.73	c #Conflicts:     536000 | #Constraints:      83576
283.90/284.73	c #Conflicts:     537000 | #Constraints:      84576
283.90/284.73	c #Conflicts:     538000 | #Constraints:      85576
283.90/284.73	c #Conflicts:     539000 | #Constraints:      86576
283.90/284.73	c #Conflicts:     540000 | #Constraints:      87576
283.90/284.73	c #Conflicts:     541000 | #Constraints:      88576
283.90/284.73	c INPROCESSING
283.90/284.73	c GARBAGE COLLECT
283.90/284.73	c rational objective 128
292.48/293.35	c #Conflicts:     542000 | #Constraints:      53967
292.48/293.35	c #Conflicts:     543000 | #Constraints:      54967
292.48/293.35	c #Conflicts:     544000 | #Constraints:      55967
292.48/293.35	c #Conflicts:     545000 | #Constraints:      56967
292.48/293.35	c #Conflicts:     546000 | #Constraints:      57967
292.48/293.35	c #Conflicts:     547000 | #Constraints:      58967
292.48/293.35	c #Conflicts:     548000 | #Constraints:      59967
292.48/293.35	c #Conflicts:     549000 | #Constraints:      60967
292.48/293.35	c #Conflicts:     550000 | #Constraints:      61967
292.48/293.35	c #Conflicts:     551000 | #Constraints:      62967
292.48/293.35	c #Conflicts:     552000 | #Constraints:      63967
292.48/293.35	c #Conflicts:     553000 | #Constraints:      64967
292.48/293.35	c #Conflicts:     554000 | #Constraints:      65967
292.48/293.35	c #Conflicts:     555000 | #Constraints:      66967
292.48/293.35	c #Conflicts:     556000 | #Constraints:      67968
292.48/293.35	c #Conflicts:     557000 | #Constraints:      68968
292.48/293.35	c #Conflicts:     558000 | #Constraints:      69968
292.48/293.35	c INPROCESSING
292.48/293.35	c GARBAGE COLLECT
292.48/293.35	c rational objective 128
299.96/300.85	c #Conflicts:     559000 | #Constraints:      44472
299.96/300.85	c #Conflicts:     560000 | #Constraints:      45472
299.96/300.85	c #Conflicts:     561000 | #Constraints:      46472
299.96/300.85	c #Conflicts:     562000 | #Constraints:      47472
299.96/300.85	c #Conflicts:     563000 | #Constraints:      48472
299.96/300.85	c #Conflicts:     564000 | #Constraints:      49472
299.96/300.85	c #Conflicts:     565000 | #Constraints:      50472
299.96/300.85	c #Conflicts:     566000 | #Constraints:      51472
299.96/300.85	c #Conflicts:     567000 | #Constraints:      52472
299.96/300.85	c #Conflicts:     568000 | #Constraints:      53472
299.96/300.85	c #Conflicts:     569000 | #Constraints:      54472
299.96/300.85	c #Conflicts:     570000 | #Constraints:      55472
299.96/300.85	c #Conflicts:     571000 | #Constraints:      56472
299.96/300.85	c #Conflicts:     572000 | #Constraints:      57472
299.96/300.85	c #Conflicts:     573000 | #Constraints:      58472
299.96/300.85	c #Conflicts:     574000 | #Constraints:      59472
299.96/300.85	c #Conflicts:     575000 | #Constraints:      60472
299.96/300.85	c #Conflicts:     576000 | #Constraints:      61472
299.96/300.85	c INPROCESSING
299.96/300.85	c GARBAGE COLLECT
299.96/300.85	c rational objective 128
307.35/308.23	c #Conflicts:     577000 | #Constraints:      40430
307.35/308.23	c #Conflicts:     578000 | #Constraints:      41430
307.35/308.23	c #Conflicts:     579000 | #Constraints:      42430
307.35/308.23	c #Conflicts:     580000 | #Constraints:      43430
307.35/308.23	c #Conflicts:     581000 | #Constraints:      44430
307.35/308.23	c #Conflicts:     582000 | #Constraints:      45430
307.35/308.23	c #Conflicts:     583000 | #Constraints:      46430
307.35/308.23	c #Conflicts:     584000 | #Constraints:      47430
307.35/308.23	c #Conflicts:     585000 | #Constraints:      48430
307.35/308.23	c #Conflicts:     586000 | #Constraints:      49430
307.35/308.23	c #Conflicts:     587000 | #Constraints:      50430
307.35/308.23	c #Conflicts:     588000 | #Constraints:      51430
307.35/308.23	c #Conflicts:     589000 | #Constraints:      52430
307.35/308.23	c #Conflicts:     590000 | #Constraints:      53430
307.35/308.23	c #Conflicts:     591000 | #Constraints:      54430
307.35/308.23	c #Conflicts:     592000 | #Constraints:      55430
307.35/308.23	c #Conflicts:     593000 | #Constraints:      56430
307.35/308.23	c #Conflicts:     594000 | #Constraints:      57430
307.35/308.23	c INPROCESSING
307.35/308.23	c GARBAGE COLLECT
307.35/308.23	c rational objective 128
323.51/324.40	c #Conflicts:     595000 | #Constraints:      38516
323.51/324.40	c #Conflicts:     596000 | #Constraints:      39516
323.51/324.40	c #Conflicts:     597000 | #Constraints:      40516
323.51/324.40	c #Conflicts:     598000 | #Constraints:      41516
323.51/324.40	c #Conflicts:     599000 | #Constraints:      42516
323.51/324.40	c #Conflicts:     600000 | #Constraints:      43516
323.51/324.40	c #Conflicts:     601000 | #Constraints:      44516
323.51/324.40	c #Conflicts:     602000 | #Constraints:      45516
323.51/324.40	c #Conflicts:     603000 | #Constraints:      46516
323.51/324.40	c #Conflicts:     604000 | #Constraints:      47516
323.51/324.40	c #Conflicts:     605000 | #Constraints:      48516
323.51/324.40	c #Conflicts:     606000 | #Constraints:      49516
323.51/324.40	c #Conflicts:     607000 | #Constraints:      50516
323.51/324.40	c #Conflicts:     608000 | #Constraints:      51516
323.51/324.40	c #Conflicts:     609000 | #Constraints:      52516
323.51/324.40	c #Conflicts:     610000 | #Constraints:      53516
323.51/324.40	c #Conflicts:     611000 | #Constraints:      54516
323.51/324.40	c #Conflicts:     612000 | #Constraints:      55516
323.51/324.40	c #Conflicts:     613000 | #Constraints:      56516
323.51/324.40	c #Conflicts:     614000 | #Constraints:      57516
323.51/324.40	c #Conflicts:     615000 | #Constraints:      58516
323.51/324.40	c #Conflicts:     616000 | #Constraints:      59516
323.51/324.40	c #Conflicts:     617000 | #Constraints:      60516
323.51/324.40	c #Conflicts:     618000 | #Constraints:      61516
323.51/324.40	c #Conflicts:     619000 | #Constraints:      62516
323.51/324.40	c #Conflicts:     620000 | #Constraints:      63516
323.51/324.40	c #Conflicts:     621000 | #Constraints:      64516
323.51/324.40	c #Conflicts:     622000 | #Constraints:      65516
323.51/324.40	c #Conflicts:     623000 | #Constraints:      66516
323.51/324.40	c #Conflicts:     624000 | #Constraints:      67516
323.51/324.40	c #Conflicts:     625000 | #Constraints:      68516
323.51/324.40	c #Conflicts:     626000 | #Constraints:      69516
323.51/324.40	c #Conflicts:     627000 | #Constraints:      70516
323.51/324.40	c #Conflicts:     628000 | #Constraints:      71516
323.51/324.40	WSVECS04 Frhs2[12]: 6 0 26.1334 shouldn't be
323.51/324.40	WSVECS04 Frhs2[79]: 6 0 0.200063 shouldn't be
323.51/324.40	WSVECS04 Frhs2[175]: 6 0 1.31115 shouldn't be
323.51/324.40	WSVECS04 Frhs2[177]: 6 0 4.84446 shouldn't be
323.51/324.40	WSVECS04 Frhs2[189]: 6 0 1.80004 shouldn't be
323.51/324.40	WSVECS04 Frhs2[195]: 6 0 2.00008 shouldn't be
323.51/324.40	WSVECS04 Frhs2[202]: 6 -2.20001 0 shouldn't be
323.51/324.40	WSVECS04 Frhs2[204]: 6 0 24.1334 shouldn't be
323.51/324.40	WSVECS04 Frhs2[233]: 6 0 0.355615 shouldn't be
323.51/324.40	WSVECS04 Frhs2[234]: 6 0 1.53337 shouldn't be
323.51/324.40	WSVECS04 Frhs2[235]: 6 0 3.00006 shouldn't be
323.51/324.40	WSVECS04 Frhs2[258]: 6 -2.00008 0 shouldn't be
323.51/324.40	WSVECS04 Frhs2[266]: 6 -2.00004 0 shouldn't be
323.51/324.40	WSVECS04 Frhs2[268]: 6 0 24.1334 shouldn't be
323.51/324.40	WSVECS04 Frhs2[298]: 6 0 2.53338 shouldn't be
323.51/324.40	WSVECS04 Frhs2[374]: 6 0 1.31118 shouldn't be
323.51/324.40	WSVECS04 Frhs2[375]: 6 -1.3112 0 shouldn't be
323.51/324.40	WSVECS04 Frhs2[393]: 6 -7.42226 0 shouldn't be
323.51/324.40	WSVECS04 Frhs2[434]: 6 0 1.57341 shouldn't be
323.51/324.40	WSVECS04 Frhs2[438]: 6 0 1.31115 shouldn't be
323.51/324.40	WSVECS04 Frhs2[460]: 6 0 24.1334 shouldn't be
323.51/324.40	WSVECS04 Frhs2[463]: 6 0 0.200048 shouldn't be
323.51/324.40	WSVECS04 Frhs2[556]: 6 0 3.00003 shouldn't be
323.51/324.40	WSVECS04 Frhs2[561]: 6 0 4.64447 shouldn't be
323.51/324.40	WSVECS04 Frhs2[588]: 6 0 26.1334 shouldn't be
323.51/324.40	WSVECS04 Frhs2[644]: 6 0 3.00002 shouldn't be
323.51/324.40	WSVECS04 Frhs2[674]: 6 -20.1112 0 shouldn't be
323.51/324.40	WSVECS04 Frhs2[681]: 6 0 1.00004 shouldn't be
323.51/324.40	WSVECS04 Frhs2[683]: 6 0 1.00008 shouldn't be
323.51/324.40	WSVECS04 Frhs2[690]: 6 0 1.57341 shouldn't be
323.51/324.40	WSVECS04 Frhs2[716]: 6 0 26.1334 shouldn't be
323.51/324.40	WSVECS04 Frhs2[720]: 6 0 15.4 shouldn't be
323.51/324.40	WSVECS04 Frhs2[773]: 6 0 1.00002 shouldn't be
323.51/324.40	WSVECS04 Frhs2[944]: 6 -1.00008 0 shouldn't be
323.51/324.40	WSVECS04 Frhs2[1067]: 6 -1.00009 0 shouldn't be
323.51/324.40	WSVECS04 Frhs2[1074]: 6 -1.00009 0 shouldn't be
323.51/324.40	WSVECS04 Frhs2[1124]: 6 -1.00003 0 shouldn't be
323.51/324.40	WSVECS04 Frhs2[1128]: 6 -1.00006 0 shouldn't be
323.51/324.40	WSVECS04 Frhs2[1297]: 6 0 1.00008 shouldn't be
323.51/324.40	WSVECS04 Frhs2[1311]: 6 -1.00004 0 shouldn't be
323.51/324.40	WSVECS04 Frhs2[1342]: 6 -1.00001 0 shouldn't be
323.51/324.40	WSVECS04 Frhs2[1343]: 6 0 2.00005 shouldn't be
323.80/324.76	WSVECS04 Frhs2[196]: 6 0 5.00001 shouldn't be
323.80/324.76	WSVECS04 Frhs2[207]: 6 0 0.200022 shouldn't be
323.80/324.76	WSVECS04 Frhs2[260]: 6 0 3.00001 shouldn't be
323.80/324.76	WSVECS04 Frhs2[399]: 6 0 0.200036 shouldn't be
323.80/324.76	WSVECS04 Frhs2[643]: 6 -1.00005 0 shouldn't be
323.80/324.76	WSVECS04 Frhs2[1103]: 6 -1.00006 0 shouldn't be
324.21/325.11	WSVECS04 Frhs2[119]: 6 -2.82669 0 shouldn't be
324.21/325.11	WSVECS04 Frhs2[557]: 6 0 3.00002 shouldn't be
324.21/325.11	WSVECS04 Frhs2[637]: 6 0 0.800069 shouldn't be
324.50/325.42	WSVECS04 Frhs2[49]: 6 0 5.95561 shouldn't be
324.50/325.42	WSVECS04 Frhs2[113]: 6 0 5.95565 shouldn't be
324.50/325.42	WSVECS04 Frhs2[134]: 6 -7.15561 0 shouldn't be
324.50/325.42	WSVECS04 Frhs2[369]: 6 0 5.95559 shouldn't be
324.50/325.42	WSVECS04 Frhs2[433]: 6 0 5.95561 shouldn't be
325.10/326.05	WSVECS04 Frhs2[118]: 6 0 1.31117 shouldn't be
325.10/326.05	WSVECS04 Frhs2[170]: 6 0 1.53338 shouldn't be
325.10/326.05	WSVECS04 Frhs2[242]: 6 0 0.262306 shouldn't be
325.10/326.05	WSVECS04 Frhs2[249]: 6 0 15.3556 shouldn't be
325.10/326.05	WSVECS04 Frhs2[558]: 6 -6.46671 0 shouldn't be
325.10/326.05	WSVECS04 Frhs2[1065]: 6 0 1.00005 shouldn't be
325.10/326.05	WSVECS04 Frhs2[1143]: 6 0 1.00003 shouldn't be
325.10/326.05	WSVECS04 Frhs2[1155]: 6 -2.00003 0 shouldn't be
325.10/326.05	WSVECS04 Frhs2[1340]: 6 -1.00005 0 shouldn't be
336.57/337.57	c #Conflicts:     629000 | #Constraints:      72516
336.57/337.57	c #Conflicts:     630000 | #Constraints:      73516
336.57/337.57	c #Conflicts:     631000 | #Constraints:      74516
336.57/337.57	c #Conflicts:     632000 | #Constraints:      75516
336.57/337.57	c #Conflicts:     633000 | #Constraints:      76516
336.57/337.57	c #Conflicts:     634000 | #Constraints:      77516
336.57/337.57	c #Conflicts:     635000 | #Constraints:      78516
336.57/337.57	c #Conflicts:     636000 | #Constraints:      79516
336.57/337.57	c #Conflicts:     637000 | #Constraints:      80516
336.57/337.57	c #Conflicts:     638000 | #Constraints:      81516
336.57/337.57	c #Conflicts:     639000 | #Constraints:      82516
336.57/337.57	c #Conflicts:     640000 | #Constraints:      83516
336.57/337.57	c #Conflicts:     641000 | #Constraints:      84516
336.57/337.57	c #Conflicts:     642000 | #Constraints:      85516
336.57/337.57	c #Conflicts:     643000 | #Constraints:      86516
336.57/337.57	c #Conflicts:     644000 | #Constraints:      87516
336.57/337.57	c #Conflicts:     645000 | #Constraints:      88516
336.57/337.57	c #Conflicts:     646000 | #Constraints:      89516
336.57/337.57	c #Conflicts:     647000 | #Constraints:      90516
336.57/337.57	c #Conflicts:     648000 | #Constraints:      91516
336.57/337.57	c #Conflicts:     649000 | #Constraints:      92516
336.57/337.57	c #Conflicts:     650000 | #Constraints:      93516
336.57/337.57	c #Conflicts:     651000 | #Constraints:      94516
336.57/337.57	c #Conflicts:     652000 | #Constraints:      95516
336.57/337.57	c INPROCESSING
336.57/337.57	c GARBAGE COLLECT
336.57/337.57	c rational objective 128
346.05/347.06	c #Conflicts:     653000 | #Constraints:      57289
346.05/347.06	c #Conflicts:     654000 | #Constraints:      58290
346.05/347.06	c #Conflicts:     655000 | #Constraints:      59290
346.05/347.06	c #Conflicts:     656000 | #Constraints:      60290
346.05/347.06	c #Conflicts:     657000 | #Constraints:      61290
346.05/347.06	c #Conflicts:     658000 | #Constraints:      62290
346.05/347.06	c #Conflicts:     659000 | #Constraints:      63290
346.05/347.06	c #Conflicts:     660000 | #Constraints:      64290
346.05/347.06	c #Conflicts:     661000 | #Constraints:      65290
346.05/347.06	c #Conflicts:     662000 | #Constraints:      66290
346.05/347.06	c #Conflicts:     663000 | #Constraints:      67290
346.05/347.06	c #Conflicts:     664000 | #Constraints:      68290
346.05/347.06	c #Conflicts:     665000 | #Constraints:      69290
346.05/347.06	c #Conflicts:     666000 | #Constraints:      70290
346.05/347.06	c #Conflicts:     667000 | #Constraints:      71290
346.05/347.06	c #Conflicts:     668000 | #Constraints:      72290
346.05/347.06	c #Conflicts:     669000 | #Constraints:      73290
346.05/347.06	c #Conflicts:     670000 | #Constraints:      74290
346.05/347.06	c #Conflicts:     671000 | #Constraints:      75290
346.05/347.06	c INPROCESSING
346.05/347.06	c GARBAGE COLLECT
346.05/347.06	c rational objective 128
353.03/354.04	c #Conflicts:     672000 | #Constraints:      47173
353.03/354.04	c #Conflicts:     673000 | #Constraints:      48173
353.03/354.04	c #Conflicts:     674000 | #Constraints:      49173
353.03/354.04	c #Conflicts:     675000 | #Constraints:      50173
353.03/354.04	c #Conflicts:     676000 | #Constraints:      51173
353.03/354.04	c #Conflicts:     677000 | #Constraints:      52173
353.03/354.04	c #Conflicts:     678000 | #Constraints:      53173
353.03/354.04	c #Conflicts:     679000 | #Constraints:      54173
353.03/354.04	c #Conflicts:     680000 | #Constraints:      55173
353.03/354.04	c #Conflicts:     681000 | #Constraints:      56173
353.03/354.04	c #Conflicts:     682000 | #Constraints:      57173
353.03/354.04	c #Conflicts:     683000 | #Constraints:      58173
353.03/354.04	c #Conflicts:     684000 | #Constraints:      59173
353.03/354.04	c #Conflicts:     685000 | #Constraints:      60173
353.03/354.04	WSVECS04 Frhs2[78]: 6 0 2.00003 shouldn't be
353.03/354.04	WSVECS04 Frhs2[138]: 6 -2.00009 0 shouldn't be
353.03/354.04	WSVECS04 Frhs2[139]: 6 0 2.00007 shouldn't be
353.03/354.04	WSVECS04 Frhs2[142]: 6 0 2.00008 shouldn't be
353.03/354.04	WSVECS04 Frhs2[206]: 6 0 2.00003 shouldn't be
353.03/354.04	WSVECS04 Frhs2[219]: 6 -2.00004 0 shouldn't be
353.03/354.04	WSVECS04 Frhs2[257]: 6 -1.00005 0 shouldn't be
353.03/354.04	WSVECS04 Frhs2[300]: 6 0 2.50005 shouldn't be
353.03/354.04	WSVECS04 Frhs2[355]: 6 0 0.166724 shouldn't be
353.03/354.04	WSVECS04 Frhs2[398]: 6 0 2.00006 shouldn't be
353.03/354.04	WSVECS04 Frhs2[430]: 6 -4.50006 0 shouldn't be
353.03/354.04	WSVECS04 Frhs2[558]: 6 -3.50004 0 shouldn't be
353.03/354.04	WSVECS04 Frhs2[581]: 6 -1.00003 0 shouldn't be
353.03/354.04	WSVECS04 Frhs2[810]: 6 0 1.50008 shouldn't be
353.03/354.04	WSVECS04 Frhs2[811]: 6 0 1.50001 shouldn't be
353.03/354.04	WSVECS04 Frhs2[814]: 6 -0.666678 0 shouldn't be
353.03/354.04	WSVECS04 Frhs2[903]: 6 0 2.00009 shouldn't be
353.03/354.04	WSVECS04 Frhs2[918]: 6 -2.00008 0 shouldn't be
353.03/354.04	WSVECS04 Frhs2[1065]: 6 0 1.00007 shouldn't be
353.03/354.04	WSVECS04 Frhs2[1234]: 6 0 1.00003 shouldn't be
353.03/354.04	WSVECS04 Frhs2[1239]: 6 -1.00007 0 shouldn't be
353.03/354.04	WSVECS04 Frhs2[1289]: 6 0 2.00009 shouldn't be
353.34/354.39	WSVECS04 Frhs2[284]: 6 -2.00006 0 shouldn't be
353.34/354.39	WSVECS04 Frhs2[617]: 6 0 2.00003 shouldn't be
353.34/354.39	WSVECS04 Frhs2[681]: 6 0 2.00002 shouldn't be
353.34/354.39	WSVECS04 Frhs2[911]: 6 -1.00002 0 shouldn't be
353.34/354.39	WSVECS04 Frhs2[1279]: 6 0 3.00005 shouldn't be
353.63/354.69	WSVECS04 Frhs2[99]: 6 0 0.388902 shouldn't be
353.63/354.69	WSVECS04 Frhs2[238]: 6 -2.33336 0 shouldn't be
353.63/354.69	WSVECS04 Frhs2[348]: 6 -2.00004 0 shouldn't be
353.63/354.69	WSVECS04 Frhs2[394]: 6 -4.00008 0 shouldn't be
353.63/354.69	WSVECS04 Frhs2[464]: 6 0 4.00001 shouldn't be
353.63/354.69	WSVECS04 Frhs2[551]: 6 0 4.16676 shouldn't be
353.63/354.69	WSVECS04 Frhs2[764]: 6 0 7.33338 shouldn't be
353.63/354.69	WSVECS04 Frhs2[780]: 6 0 11.1667 shouldn't be
356.33/357.37	WSVECS04 Frhs2[150]: 6 0 1.50006 shouldn't be
356.33/357.37	WSVECS04 Frhs2[214]: 6 0 1.50009 shouldn't be
356.33/357.37	WSVECS04 Frhs2[234]: 6 0 1.50008 shouldn't be
356.33/357.37	WSVECS04 Frhs2[240]: 6 0 3.50002 shouldn't be
356.33/357.37	WSVECS04 Frhs2[534]: 6 0 1.5001 shouldn't be
356.33/357.37	WSVECS04 Frhs2[752]: 6 0 2.5001 shouldn't be
356.33/357.37	WSVECS04 Frhs2[787]: 6 -3.00002 0 shouldn't be
356.33/357.37	WSVECS04 Frhs2[790]: 6 0 1.50005 shouldn't be
356.33/357.37	WSVECS04 Frhs2[1131]: 6 -1.00008 0 shouldn't be
356.33/357.37	WSVECS04 Frhs2[1339]: 6 0 1.00006 shouldn't be
357.82/358.83	c #Conflicts:     686000 | #Constraints:      61173
357.82/358.83	c #Conflicts:     687000 | #Constraints:      62173
357.82/358.83	c #Conflicts:     688000 | #Constraints:      63173
357.82/358.83	c #Conflicts:     689000 | #Constraints:      64173
357.82/358.83	c #Conflicts:     690000 | #Constraints:      65173
357.82/358.83	c INPROCESSING
357.82/358.83	c GARBAGE COLLECT
357.82/358.83	c rational objective 128
365.51/366.51	c #Conflicts:     691000 | #Constraints:      41943
365.51/366.51	c #Conflicts:     692000 | #Constraints:      42943
365.51/366.51	c #Conflicts:     693000 | #Constraints:      43943
365.51/366.51	c #Conflicts:     694000 | #Constraints:      44943
365.51/366.51	c #Conflicts:     695000 | #Constraints:      45943
365.51/366.51	c #Conflicts:     696000 | #Constraints:      46943
365.51/366.51	c #Conflicts:     697000 | #Constraints:      47943
365.51/366.51	c #Conflicts:     698000 | #Constraints:      48943
365.51/366.51	c #Conflicts:     699000 | #Constraints:      49943
365.51/366.51	c #Conflicts:     700000 | #Constraints:      50943
365.51/366.51	c #Conflicts:     701000 | #Constraints:      51943
365.51/366.51	c #Conflicts:     702000 | #Constraints:      52943
365.51/366.51	c #Conflicts:     703000 | #Constraints:      53943
365.51/366.51	c #Conflicts:     704000 | #Constraints:      54943
365.51/366.51	c #Conflicts:     705000 | #Constraints:      55944
365.51/366.51	c #Conflicts:     706000 | #Constraints:      56944
365.51/366.51	c #Conflicts:     707000 | #Constraints:      57944
365.51/366.51	c #Conflicts:     708000 | #Constraints:      58944
365.51/366.51	c #Conflicts:     709000 | #Constraints:      59944
365.51/366.51	c #Conflicts:     710000 | #Constraints:      60944
365.51/366.51	c INPROCESSING
365.51/366.51	c GARBAGE COLLECT
365.51/366.51	c rational objective 128
389.95/391.05	c #Conflicts:     711000 | #Constraints:      40061
389.95/391.05	c #Conflicts:     712000 | #Constraints:      41061
389.95/391.05	c #Conflicts:     713000 | #Constraints:      42061
389.95/391.05	c #Conflicts:     714000 | #Constraints:      43061
389.95/391.05	c #Conflicts:     715000 | #Constraints:      44061
389.95/391.05	c #Conflicts:     716000 | #Constraints:      45061
389.95/391.05	c #Conflicts:     717000 | #Constraints:      46062
389.95/391.05	c #Conflicts:     718000 | #Constraints:      47064
389.95/391.05	c #Conflicts:     719000 | #Constraints:      48065
389.95/391.05	c #Conflicts:     720000 | #Constraints:      49067
389.95/391.05	c #Conflicts:     721000 | #Constraints:      50067
389.95/391.05	c #Conflicts:     722000 | #Constraints:      51067
389.95/391.05	c #Conflicts:     723000 | #Constraints:      52069
389.95/391.05	c #Conflicts:     724000 | #Constraints:      53071
389.95/391.05	c #Conflicts:     725000 | #Constraints:      54072
389.95/391.05	c #Conflicts:     726000 | #Constraints:      55072
389.95/391.05	c #Conflicts:     727000 | #Constraints:      56072
389.95/391.05	c #Conflicts:     728000 | #Constraints:      57073
389.95/391.05	c #Conflicts:     729000 | #Constraints:      58073
389.95/391.05	c #Conflicts:     730000 | #Constraints:      59073
389.95/391.05	c #Conflicts:     731000 | #Constraints:      60073
389.95/391.05	c #Conflicts:     732000 | #Constraints:      61073
389.95/391.05	c #Conflicts:     733000 | #Constraints:      62073
389.95/391.05	c #Conflicts:     734000 | #Constraints:      63073
389.95/391.05	c #Conflicts:     735000 | #Constraints:      64074
389.95/391.05	c #Conflicts:     736000 | #Constraints:      65075
389.95/391.05	c #Conflicts:     737000 | #Constraints:      66075
389.95/391.05	c #Conflicts:     738000 | #Constraints:      67076
389.95/391.05	c #Conflicts:     739000 | #Constraints:      68076
389.95/391.05	c #Conflicts:     740000 | #Constraints:      69077
389.95/391.05	c #Conflicts:     741000 | #Constraints:      70079
389.95/391.05	c #Conflicts:     742000 | #Constraints:      71079
389.95/391.05	c #Conflicts:     743000 | #Constraints:      72079
389.95/391.05	c #Conflicts:     744000 | #Constraints:      73080
389.95/391.05	c #Conflicts:     745000 | #Constraints:      74081
389.95/391.05	c #Conflicts:     746000 | #Constraints:      75081
389.95/391.05	c #Conflicts:     747000 | #Constraints:      76081
389.95/391.05	WSVECS04 Frhs2[13]: 6 -8.00007 0 shouldn't be
389.95/391.05	WSVECS04 Frhs2[37]: 6 -2.00003 0 shouldn't be
389.95/391.05	WSVECS04 Frhs2[55]: 6 -4.00006 0 shouldn't be
389.95/391.05	WSVECS04 Frhs2[58]: 6 0 14.0001 shouldn't be
389.95/391.05	WSVECS04 Frhs2[64]: 6 -5.00008 0 shouldn't be
389.95/391.05	WSVECS04 Frhs2[89]: 6 0 6.00002 shouldn't be
389.95/391.05	WSVECS04 Frhs2[162]: 6 0 2.00004 shouldn't be
389.95/391.05	WSVECS04 Frhs2[167]: 6 0 1.00004 shouldn't be
389.95/391.05	WSVECS04 Frhs2[193]: 6 -4.00003 0 shouldn't be
389.95/391.05	WSVECS04 Frhs2[244]: 6 0 1.00004 shouldn't be
389.95/391.05	WSVECS04 Frhs2[245]: 6 0 1.00006 shouldn't be
389.95/391.05	WSVECS04 Frhs2[260]: 6 0 2.00008 shouldn't be
389.95/391.05	WSVECS04 Frhs2[279]: 6 -24 0 shouldn't be
389.95/391.05	WSVECS04 Frhs2[285]: 6 0 1.00005 shouldn't be
389.95/391.05	WSVECS04 Frhs2[286]: 6 0 3.00008 shouldn't be
389.95/391.05	WSVECS04 Frhs2[298]: 6 0 9.00007 shouldn't be
389.95/391.05	WSVECS04 Frhs2[302]: 6 -2.00002 0 shouldn't be
389.95/391.05	WSVECS04 Frhs2[306]: 6 0 3.00006 shouldn't be
389.95/391.05	WSVECS04 Frhs2[314]: 6 0 17.0001 shouldn't be
389.95/391.05	WSVECS04 Frhs2[324]: 6 -2.00003 0 shouldn't be
389.95/391.05	WSVECS04 Frhs2[329]: 6 0 4.0001 shouldn't be
389.95/391.05	WSVECS04 Frhs2[330]: 6 0 3.00008 shouldn't be
389.95/391.05	WSVECS04 Frhs2[348]: 6 -12.0001 0 shouldn't be
389.95/391.05	WSVECS04 Frhs2[372]: 6 0 1.00006 shouldn't be
389.95/391.05	WSVECS04 Frhs2[373]: 6 0 1.00004 shouldn't be
389.95/391.05	WSVECS04 Frhs2[414]: 6 0 7.00002 shouldn't be
389.95/391.05	WSVECS04 Frhs2[481]: 6 -14.0001 0 shouldn't be
389.95/391.05	WSVECS04 Frhs2[503]: 6 -11.0001 0 shouldn't be
389.95/391.05	WSVECS04 Frhs2[512]: 6 0 12.0001 shouldn't be
389.95/391.05	WSVECS04 Frhs2[542]: 6 0 4.00006 shouldn't be
389.95/391.05	WSVECS04 Frhs2[561]: 6 0 11.0001 shouldn't be
389.95/391.05	WSVECS04 Frhs2[564]: 6 0 1.00002 shouldn't be
389.95/391.05	WSVECS04 Frhs2[629]: 6 0 1.00003 shouldn't be
389.95/391.05	WSVECS04 Frhs2[682]: 6 0 3.66671 shouldn't be
389.95/391.05	WSVECS04 Frhs2[683]: 6 0 1.66671 shouldn't be
389.95/391.05	WSVECS04 Frhs2[688]: 6 -3.33337 0 shouldn't be
389.95/391.05	WSVECS04 Frhs2[798]: 6 0 2.0001 shouldn't be
389.95/391.05	WSVECS04 Frhs2[807]: 6 0 1.00003 shouldn't be
389.95/391.05	WSVECS04 Frhs2[812]: 6 0 6.00004 shouldn't be
389.95/391.05	WSVECS04 Frhs2[822]: 6 0 1.00004 shouldn't be
389.95/391.05	WSVECS04 Frhs2[862]: 6 0 2.00004 shouldn't be
389.95/391.05	WSVECS04 Frhs2[880]: 6 0 4.00005 shouldn't be
389.95/391.05	WSVECS04 Frhs2[884]: 6 0 1.00009 shouldn't be
389.95/391.05	WSVECS04 Frhs2[889]: 6 -4.00008 0 shouldn't be
389.95/391.05	WSVECS04 Frhs2[897]: 6 0 2.00006 shouldn't be
389.95/391.05	WSVECS04 Frhs2[932]: 6 0 2.00004 shouldn't be
389.95/391.05	WSVECS04 Frhs2[937]: 6 0 4.00003 shouldn't be
389.95/391.05	WSVECS04 Frhs2[943]: 6 -4.00009 0 shouldn't be
389.95/391.05	WSVECS04 Frhs2[944]: 6 0 2.00004 shouldn't be
389.95/391.05	WSVECS04 Frhs2[953]: 6 -1.00008 0 shouldn't be
389.95/391.05	WSVECS04 Frhs2[1065]: 6 -1.00001 0 shouldn't be
389.95/391.05	WSVECS04 Frhs2[1191]: 6 0 2.00009 shouldn't be
389.95/391.05	WSVECS04 Frhs2[1212]: 6 0 2.00003 shouldn't be
389.95/391.05	WSVECS04 Frhs2[1234]: 6 -13.0001 0 shouldn't be
389.95/391.05	WSVECS04 Frhs2[1252]: 6 0 1.00008 shouldn't be
389.95/391.05	WSVECS04 Frhs2[1253]: 6 -2.00002 0 shouldn't be
389.95/391.05	WSVECS04 Frhs2[1283]: 6 0 11.0001 shouldn't be
397.23/398.36	c #Conflicts:     748000 | #Constraints:      77081
397.23/398.36	c #Conflicts:     749000 | #Constraints:      78081
397.23/398.36	c #Conflicts:     750000 | #Constraints:      79081
397.23/398.36	c #Conflicts:     751000 | #Constraints:      80082
397.23/398.36	c #Conflicts:     752000 | #Constraints:      81085
397.23/398.36	c #Conflicts:     753000 | #Constraints:      82086
397.23/398.36	c #Conflicts:     754000 | #Constraints:      83086
397.23/398.36	c #Conflicts:     755000 | #Constraints:      84087
397.23/398.36	c #Conflicts:     756000 | #Constraints:      85087
397.23/398.36	WSVECS04 Frhs2[8]: 6 0 3.50006 shouldn't be
397.23/398.36	WSVECS04 Frhs2[17]: 6 0 1.05628 shouldn't be
397.23/398.36	WSVECS04 Frhs2[57]: 6 0 1.50004 shouldn't be
397.23/398.36	WSVECS04 Frhs2[58]: 6 0 2.92508 shouldn't be
397.23/398.36	WSVECS04 Frhs2[62]: 6 0 1.50006 shouldn't be
397.23/398.36	WSVECS04 Frhs2[63]: 6 0 1.50009 shouldn't be
397.23/398.36	WSVECS04 Frhs2[74]: 6 0 14.4251 shouldn't be
397.23/398.36	WSVECS04 Frhs2[75]: 6 0 15.2251 shouldn't be
397.23/398.36	WSVECS04 Frhs2[80]: 6 0 21.85 shouldn't be
397.23/398.36	WSVECS04 Frhs2[82]: 6 0 0.0562761 shouldn't be
397.23/398.36	WSVECS04 Frhs2[104]: 6 0 2.00005 shouldn't be
397.23/398.36	WSVECS04 Frhs2[110]: 6 -2.45007 0 shouldn't be
397.23/398.36	WSVECS04 Frhs2[123]: 6 -8.00002 0 shouldn't be
397.23/398.36	WSVECS04 Frhs2[125]: 6 0 3.00009 shouldn't be
397.23/398.36	WSVECS04 Frhs2[188]: 6 -1.00002 0 shouldn't be
397.23/398.36	WSVECS04 Frhs2[189]: 6 0 3.00009 shouldn't be
397.23/398.36	WSVECS04 Frhs2[203]: 6 0 0.887526 shouldn't be
397.23/398.36	WSVECS04 Frhs2[214]: 6 -3.10626 0 shouldn't be
397.23/398.36	WSVECS04 Frhs2[246]: 6 0 5.20006 shouldn't be
397.23/398.36	WSVECS04 Frhs2[253]: 6 0 3.00006 shouldn't be
397.23/398.36	WSVECS04 Frhs2[273]: 6 0 1.05628 shouldn't be
397.23/398.36	WSVECS04 Frhs2[289]: 6 0 0.800027 shouldn't be
397.23/398.36	WSVECS04 Frhs2[303]: 6 0 4.65006 shouldn't be
397.23/398.36	WSVECS04 Frhs2[333]: 6 0 1.71251 shouldn't be
397.23/398.36	WSVECS04 Frhs2[342]: 6 0 3.94376 shouldn't be
397.23/398.36	WSVECS04 Frhs2[353]: 6 0 0.800018 shouldn't be
397.23/398.36	WSVECS04 Frhs2[376]: 6 0 3.00004 shouldn't be
397.23/398.36	WSVECS04 Frhs2[381]: 6 0 1.57508 shouldn't be
397.23/398.36	WSVECS04 Frhs2[428]: 6 -2.00004 0 shouldn't be
397.23/398.36	WSVECS04 Frhs2[495]: 6 0 3.15006 shouldn't be
397.23/398.36	WSVECS04 Frhs2[505]: 6 -3.00004 0 shouldn't be
397.23/398.36	WSVECS04 Frhs2[539]: 6 -6.00004 0 shouldn't be
397.23/398.36	WSVECS04 Frhs2[570]: 6 0 1.42506 shouldn't be
397.23/398.36	WSVECS04 Frhs2[573]: 6 0 3.00007 shouldn't be
397.23/398.36	WSVECS04 Frhs2[593]: 6 0 1.05628 shouldn't be
397.23/398.36	WSVECS04 Frhs2[600]: 6 -2.05635 0 shouldn't be
397.23/398.36	WSVECS04 Frhs2[606]: 6 0 1.00004 shouldn't be
397.23/398.36	WSVECS04 Frhs2[623]: 6 0 4.65005 shouldn't be
397.23/398.36	WSVECS04 Frhs2[630]: 6 0 2.40006 shouldn't be
397.23/398.36	WSVECS04 Frhs2[634]: 6 0 0.625052 shouldn't be
397.23/398.36	WSVECS04 Frhs2[637]: 6 0 3.00004 shouldn't be
397.23/398.36	WSVECS04 Frhs2[653]: 6 0 0.912525 shouldn't be
397.23/398.36	WSVECS04 Frhs2[681]: 6 0 4.07508 shouldn't be
397.23/398.36	WSVECS04 Frhs2[682]: 6 0 4.00009 shouldn't be
397.23/398.36	WSVECS04 Frhs2[694]: 6 0 5.20002 shouldn't be
397.23/398.36	WSVECS04 Frhs2[698]: 6 0 1.42507 shouldn't be
397.23/398.36	WSVECS04 Frhs2[736]: 6 -10.6001 0 shouldn't be
397.23/398.36	WSVECS04 Frhs2[744]: 6 0 0.500071 shouldn't be
397.23/398.36	WSVECS04 Frhs2[756]: 6 0 0.800088 shouldn't be
397.23/398.36	WSVECS04 Frhs2[759]: 6 -9.2001 0 shouldn't be
397.23/398.36	WSVECS04 Frhs2[765]: 6 0 3.00002 shouldn't be
397.23/398.36	WSVECS04 Frhs2[797]: 6 0 3.00003 shouldn't be
397.23/398.36	WSVECS04 Frhs2[808]: 6 0 1.20003 shouldn't be
397.23/398.36	WSVECS04 Frhs2[811]: 6 0 0.800036 shouldn't be
397.23/398.36	WSVECS04 Frhs2[841]: 6 0 2.42502 shouldn't be
397.23/398.36	WSVECS04 Frhs2[862]: 6 -4.60006 0 shouldn't be
397.23/398.36	WSVECS04 Frhs2[865]: 6 0 0.800047 shouldn't be
397.23/398.36	WSVECS04 Frhs2[884]: 6 0 3.20005 shouldn't be
397.23/398.36	WSVECS04 Frhs2[886]: 6 0 5.60001 shouldn't be
397.23/398.36	WSVECS04 Frhs2[893]: 6 0 3.00007 shouldn't be
397.23/398.36	WSVECS04 Frhs2[896]: 6 -3.00004 0 shouldn't be
397.23/398.36	WSVECS04 Frhs2[902]: 6 -2.00008 0 shouldn't be
397.23/398.36	WSVECS04 Frhs2[946]: 6 -1.00004 0 shouldn't be
397.23/398.36	WSVECS04 Frhs2[1015]: 6 0 0.312579 shouldn't be
397.23/398.36	WSVECS04 Frhs2[1027]: 6 -2.00005 0 shouldn't be
397.23/398.36	WSVECS04 Frhs2[1029]: 6 -3.00007 0 shouldn't be
397.23/398.36	WSVECS04 Frhs2[1064]: 6 0 3.25629 shouldn't be
397.23/398.36	WSVECS04 Frhs2[1177]: 6 0 1.80006 shouldn't be
397.23/398.36	WSVECS04 Frhs2[1183]: 6 0 3.80008 shouldn't be
397.23/398.36	WSVECS04 Frhs2[1193]: 6 0 3.80001 shouldn't be
397.23/398.36	WSVECS04 Frhs2[1226]: 6 0 2.00003 shouldn't be
397.23/398.36	WSVECS04 Frhs2[1321]: 6 0 1.00001 shouldn't be
397.23/398.36	WSVECS04 Frhs2[1328]: 6 0 1.00002 shouldn't be
397.43/398.56	WSVECS04 Frhs2[186]: 6 0 1.42506 shouldn't be
397.43/398.56	WSVECS04 Frhs2[210]: 6 0 0.0562956 shouldn't be
397.43/398.56	WSVECS04 Frhs2[227]: 6 0 1.20009 shouldn't be
397.43/398.56	WSVECS04 Frhs2[230]: 6 0 1.90006 shouldn't be
397.43/398.56	WSVECS04 Frhs2[301]: 6 0 1.50007 shouldn't be
397.43/398.56	WSVECS04 Frhs2[373]: 6 0 0.400029 shouldn't be
397.43/398.56	WSVECS04 Frhs2[412]: 6 -1.00007 0 shouldn't be
397.43/398.56	WSVECS04 Frhs2[547]: 6 0 0.80004 shouldn't be
397.43/398.56	WSVECS04 Frhs2[550]: 6 0 1.50002 shouldn't be
397.43/398.56	WSVECS04 Frhs2[552]: 6 0 2.00001 shouldn't be
397.43/398.56	WSVECS04 Frhs2[557]: 6 0 1.50008 shouldn't be
397.43/398.56	WSVECS04 Frhs2[589]: 6 0 3.03755 shouldn't be
397.43/398.56	WSVECS04 Frhs2[616]: 6 0 2.00009 shouldn't be
397.43/398.56	WSVECS04 Frhs2[754]: 6 0 5.20003 shouldn't be
397.43/398.56	WSVECS04 Frhs2[760]: 6 0 0.600055 shouldn't be
397.43/398.56	WSVECS04 Frhs2[821]: 6 0 0.400068 shouldn't be
397.73/398.83	WSVECS04 Frhs2[59]: 6 0 1.50008 shouldn't be
397.73/398.83	WSVECS04 Frhs2[293]: 6 -3.60001 0 shouldn't be
397.73/398.83	WSVECS04 Frhs2[360]: 6 0 2.00007 shouldn't be
397.73/398.83	WSVECS04 Frhs2[481]: 6 0 0.800085 shouldn't be
397.73/398.83	WSVECS04 Frhs2[721]: 6 0 1.05628 shouldn't be
397.73/398.83	WSVECS04 Frhs2[879]: 6 0 4.65007 shouldn't be
412.29/413.45	c #Conflicts:     757000 | #Constraints:      86087
412.29/413.45	c #Conflicts:     758000 | #Constraints:      87087
412.29/413.45	c #Conflicts:     759000 | #Constraints:      88087
412.29/413.45	c #Conflicts:     760000 | #Constraints:      89087
412.29/413.45	c #Conflicts:     761000 | #Constraints:      90087
412.29/413.45	c #Conflicts:     762000 | #Constraints:      91088
412.29/413.45	c #Conflicts:     763000 | #Constraints:      92088
412.29/413.45	c #Conflicts:     764000 | #Constraints:      93091
412.29/413.45	c #Conflicts:     765000 | #Constraints:      94091
412.29/413.45	c #Conflicts:     766000 | #Constraints:      95091
412.29/413.45	c #Conflicts:     767000 | #Constraints:      96091
412.29/413.45	c #Conflicts:     768000 | #Constraints:      97091
412.29/413.45	c #Conflicts:     769000 | #Constraints:      98091
412.29/413.45	c #Conflicts:     770000 | #Constraints:      99091
412.29/413.45	c #Conflicts:     771000 | #Constraints:     100091
412.29/413.45	c #Conflicts:     772000 | #Constraints:     101091
412.29/413.45	WSVECS04 Frhs2[8]: 6 -2.80007 0 shouldn't be
412.29/413.45	WSVECS04 Frhs2[11]: 6 0 0.89092 shouldn't be
412.29/413.45	WSVECS04 Frhs2[20]: 6 -7.00007 0 shouldn't be
412.29/413.45	WSVECS04 Frhs2[58]: 6 0 2.00004 shouldn't be
412.29/413.45	WSVECS04 Frhs2[66]: 6 0 1.34553 shouldn't be
412.29/413.45	WSVECS04 Frhs2[81]: 6 0 2.00005 shouldn't be
412.29/413.45	WSVECS04 Frhs2[82]: 6 0 2.89096 shouldn't be
412.29/413.45	WSVECS04 Frhs2[86]: 6 0 4.1819 shouldn't be
412.29/413.45	WSVECS04 Frhs2[87]: 6 0 2.00002 shouldn't be
412.29/413.45	WSVECS04 Frhs2[115]: 6 0 12 shouldn't be
412.29/413.45	WSVECS04 Frhs2[119]: 6 0 2.00005 shouldn't be
412.29/413.45	WSVECS04 Frhs2[120]: 6 0 2.00009 shouldn't be
412.29/413.45	WSVECS04 Frhs2[123]: 6 -11 0 shouldn't be
412.29/413.45	WSVECS04 Frhs2[145]: 6 0 2.00003 shouldn't be
412.29/413.45	WSVECS04 Frhs2[146]: 6 0 2.89101 shouldn't be
412.29/413.45	WSVECS04 Frhs2[171]: 6 0 0.181867 shouldn't be
412.29/413.45	WSVECS04 Frhs2[193]: 6 -3.00004 0 shouldn't be
412.29/413.45	WSVECS04 Frhs2[194]: 6 0 0.545527 shouldn't be
412.29/413.45	WSVECS04 Frhs2[203]: 6 0 0.890956 shouldn't be
412.29/413.45	WSVECS04 Frhs2[210]: 6 0 0.890964 shouldn't be
412.29/413.45	WSVECS04 Frhs2[217]: 6 -4.00001 0 shouldn't be
412.29/413.45	WSVECS04 Frhs2[248]: 6 -14 0 shouldn't be
412.29/413.45	WSVECS04 Frhs2[256]: 6 -9.40919 0 shouldn't be
412.29/413.45	WSVECS04 Frhs2[257]: 6 0 2.00002 shouldn't be
412.29/413.45	WSVECS04 Frhs2[278]: 6 0 2.18186 shouldn't be
412.29/413.45	WSVECS04 Frhs2[302]: 6 -2.54555 0 shouldn't be
412.29/413.45	WSVECS04 Frhs2[307]: 6 0 10.0001 shouldn't be
412.29/413.45	WSVECS04 Frhs2[311]: 6 -4.00008 0 shouldn't be
412.29/413.45	WSVECS04 Frhs2[318]: 6 -2.00005 0 shouldn't be
412.29/413.45	WSVECS04 Frhs2[324]: 6 -9.00004 0 shouldn't be
412.29/413.45	WSVECS04 Frhs2[348]: 6 -3.00003 0 shouldn't be
412.29/413.45	WSVECS04 Frhs2[388]: 6 0 2.00007 shouldn't be
412.29/413.45	WSVECS04 Frhs2[389]: 6 0 2.00009 shouldn't be
412.29/413.45	WSVECS04 Frhs2[392]: 6 0 2.00003 shouldn't be
412.29/413.45	WSVECS04 Frhs2[406]: 6 0 2.18189 shouldn't be
412.29/413.45	WSVECS04 Frhs2[424]: 6 -14 0 shouldn't be
412.29/413.45	WSVECS04 Frhs2[488]: 6 0 2.00007 shouldn't be
412.29/413.45	WSVECS04 Frhs2[507]: 6 0 3.00006 shouldn't be
412.29/413.45	WSVECS04 Frhs2[514]: 6 0 1.63644 shouldn't be
412.29/413.45	WSVECS04 Frhs2[520]: 6 0 1.09092 shouldn't be
412.29/413.45	WSVECS04 Frhs2[530]: 6 0 0.890994 shouldn't be
412.29/413.45	WSVECS04 Frhs2[531]: 6 -5.10916 0 shouldn't be
412.29/413.45	WSVECS04 Frhs2[539]: 6 -5.00009 0 shouldn't be
412.29/413.45	WSVECS04 Frhs2[549]: 6 -4.00002 0 shouldn't be
412.29/413.45	WSVECS04 Frhs2[570]: 6 0 2.00003 shouldn't be
412.29/413.45	WSVECS04 Frhs2[571]: 6 0 3.00007 shouldn't be
412.29/413.45	WSVECS04 Frhs2[575]: 6 0 12.9091 shouldn't be
412.29/413.45	WSVECS04 Frhs2[600]: 6 -6.00005 0 shouldn't be
412.29/413.45	WSVECS04 Frhs2[657]: 6 0 2.00009 shouldn't be
412.29/413.45	WSVECS04 Frhs2[688]: 6 -8.72736 0 shouldn't be
412.29/413.45	WSVECS04 Frhs2[704]: 6 -5.00005 0 shouldn't be
412.29/413.45	WSVECS04 Frhs2[736]: 6 -8.18189 0 shouldn't be
412.29/413.45	WSVECS04 Frhs2[833]: 6 -3.60003 0 shouldn't be
414.49/415.65	c #Conflicts:     773000 | #Constraints:     102091
414.49/415.65	c #Conflicts:     774000 | #Constraints:     103091
414.49/415.65	c INPROCESSING
414.49/415.65	c GARBAGE COLLECT
414.49/415.65	c rational objective 128
425.16/426.36	c #Conflicts:     775000 | #Constraints:      61248
425.16/426.36	c #Conflicts:     776000 | #Constraints:      62248
425.16/426.36	c #Conflicts:     777000 | #Constraints:      63248
425.16/426.36	c #Conflicts:     778000 | #Constraints:      64248
425.16/426.36	c #Conflicts:     779000 | #Constraints:      65248
425.16/426.36	c #Conflicts:     780000 | #Constraints:      66248
425.16/426.36	c #Conflicts:     781000 | #Constraints:      67248
425.16/426.36	c #Conflicts:     782000 | #Constraints:      68248
425.16/426.36	c #Conflicts:     783000 | #Constraints:      69248
425.16/426.36	c #Conflicts:     784000 | #Constraints:      70248
425.16/426.36	c #Conflicts:     785000 | #Constraints:      71248
425.16/426.36	c #Conflicts:     786000 | #Constraints:      72248
425.16/426.36	c #Conflicts:     787000 | #Constraints:      73248
425.16/426.36	c #Conflicts:     788000 | #Constraints:      74248
425.16/426.36	c #Conflicts:     789000 | #Constraints:      75248
425.16/426.36	c #Conflicts:     790000 | #Constraints:      76248
425.16/426.36	c #Conflicts:     791000 | #Constraints:      77248
425.16/426.36	c #Conflicts:     792000 | #Constraints:      78248
425.16/426.36	c #Conflicts:     793000 | #Constraints:      79248
425.16/426.36	c #Conflicts:     794000 | #Constraints:      80248
425.16/426.36	c #Conflicts:     795000 | #Constraints:      81248
425.16/426.36	c INPROCESSING
425.16/426.36	c GARBAGE COLLECT
425.16/426.36	c rational objective 128
435.73/436.92	c #Conflicts:     796000 | #Constraints:      50419
435.73/436.92	c #Conflicts:     797000 | #Constraints:      51419
435.73/436.92	c #Conflicts:     798000 | #Constraints:      52419
435.73/436.92	c #Conflicts:     799000 | #Constraints:      53419
435.73/436.92	c #Conflicts:     800000 | #Constraints:      54420
435.73/436.92	c #Conflicts:     801000 | #Constraints:      55420
435.73/436.92	c #Conflicts:     802000 | #Constraints:      56420
435.73/436.92	c #Conflicts:     803000 | #Constraints:      57420
435.73/436.92	c #Conflicts:     804000 | #Constraints:      58420
435.73/436.92	c #Conflicts:     805000 | #Constraints:      59420
435.73/436.92	c #Conflicts:     806000 | #Constraints:      60420
435.73/436.92	c #Conflicts:     807000 | #Constraints:      61420
435.73/436.92	c #Conflicts:     808000 | #Constraints:      62420
435.73/436.92	c #Conflicts:     809000 | #Constraints:      63420
435.73/436.92	c #Conflicts:     810000 | #Constraints:      64420
435.73/436.92	c #Conflicts:     811000 | #Constraints:      65420
435.73/436.92	c #Conflicts:     812000 | #Constraints:      66420
435.73/436.92	c #Conflicts:     813000 | #Constraints:      67420
435.73/436.92	c #Conflicts:     814000 | #Constraints:      68421
435.73/436.92	c #Conflicts:     815000 | #Constraints:      69421
435.73/436.92	c #Conflicts:     816000 | #Constraints:      70421
435.73/436.92	c INPROCESSING
435.73/436.92	c GARBAGE COLLECT
435.73/436.92	c rational objective 128
443.02/444.20	c #Conflicts:     817000 | #Constraints:      45001
443.02/444.20	c #Conflicts:     818000 | #Constraints:      46001
443.02/444.20	c #Conflicts:     819000 | #Constraints:      47001
443.02/444.20	c #Conflicts:     820000 | #Constraints:      48002
443.02/444.20	c #Conflicts:     821000 | #Constraints:      49002
443.02/444.20	c #Conflicts:     822000 | #Constraints:      50002
443.02/444.20	c #Conflicts:     823000 | #Constraints:      51002
443.02/444.20	c #Conflicts:     824000 | #Constraints:      52002
443.02/444.20	c #Conflicts:     825000 | #Constraints:      53002
443.02/444.20	c #Conflicts:     826000 | #Constraints:      54002
443.02/444.20	c #Conflicts:     827000 | #Constraints:      55002
443.02/444.20	c #Conflicts:     828000 | #Constraints:      56002
443.02/444.20	c #Conflicts:     829000 | #Constraints:      57002
443.02/444.20	c #Conflicts:     830000 | #Constraints:      58002
443.02/444.20	c #Conflicts:     831000 | #Constraints:      59003
443.02/444.20	c #Conflicts:     832000 | #Constraints:      60003
443.02/444.20	c #Conflicts:     833000 | #Constraints:      61003
443.02/444.20	WSVECS04 Frhs2[75]: 6 0 0.333346 shouldn't be
443.02/444.20	WSVECS04 Frhs2[76]: 6 0 8.33343 shouldn't be
443.02/444.20	WSVECS04 Frhs2[116]: 6 0 14.6667 shouldn't be
443.02/444.20	WSVECS04 Frhs2[142]: 6 0 1.66677 shouldn't be
443.02/444.20	WSVECS04 Frhs2[205]: 6 0 0.333389 shouldn't be
443.02/444.20	WSVECS04 Frhs2[356]: 6 0 20.6667 shouldn't be
443.02/444.20	WSVECS04 Frhs2[358]: 6 0 34.3334 shouldn't be
443.02/444.20	WSVECS04 Frhs2[359]: 6 0 1.00005 shouldn't be
443.02/444.20	WSVECS04 Frhs2[369]: 6 0 9.66675 shouldn't be
443.02/444.20	WSVECS04 Frhs2[371]: 6 0 2.00005 shouldn't be
443.02/444.20	WSVECS04 Frhs2[375]: 6 -6.00005 0 shouldn't be
443.02/444.20	WSVECS04 Frhs2[376]: 6 0 3.66675 shouldn't be
443.02/444.20	WSVECS04 Frhs2[439]: 6 -8.66676 0 shouldn't be
443.02/444.20	WSVECS04 Frhs2[440]: 6 0 4.00003 shouldn't be
443.02/444.20	WSVECS04 Frhs2[448]: 6 -2.00008 0 shouldn't be
443.02/444.20	WSVECS04 Frhs2[482]: 6 0 13.3334 shouldn't be
443.02/444.20	WSVECS04 Frhs2[485]: 6 -4.00006 0 shouldn't be
443.02/444.20	WSVECS04 Frhs2[491]: 6 0 3.00006 shouldn't be
443.02/444.20	WSVECS04 Frhs2[500]: 6 0 14.0001 shouldn't be
443.02/444.20	WSVECS04 Frhs2[549]: 6 -2.00008 0 shouldn't be
443.02/444.20	WSVECS04 Frhs2[551]: 6 0 14.3334 shouldn't be
443.02/444.20	WSVECS04 Frhs2[564]: 6 0 13.3334 shouldn't be
443.02/444.20	WSVECS04 Frhs2[573]: 6 -1.0001 0 shouldn't be
443.02/444.20	WSVECS04 Frhs2[614]: 6 0 47.6667 shouldn't be
443.02/444.20	WSVECS04 Frhs2[615]: 6 0 14.3334 shouldn't be
443.02/444.20	WSVECS04 Frhs2[630]: 6 0 2.33335 shouldn't be
443.02/444.20	WSVECS04 Frhs2[650]: 6 -2.0001 0 shouldn't be
443.02/444.20	WSVECS04 Frhs2[653]: 6 0 0.333399 shouldn't be
443.02/444.20	WSVECS04 Frhs2[674]: 6 0 0.333419 shouldn't be
443.02/444.20	WSVECS04 Frhs2[694]: 6 0 2.66675 shouldn't be
443.02/444.20	WSVECS04 Frhs2[714]: 6 0 1.66668 shouldn't be
443.02/444.20	WSVECS04 Frhs2[719]: 6 0 11.3334 shouldn't be
443.02/444.20	WSVECS04 Frhs2[818]: 6 0 0.666761 shouldn't be
443.02/444.20	WSVECS04 Frhs2[821]: 6 0 1.33338 shouldn't be
443.02/444.20	WSVECS04 Frhs2[844]: 6 0 8.33334 shouldn't be
443.02/444.20	WSVECS04 Frhs2[845]: 6 0 0.333406 shouldn't be
443.02/444.20	WSVECS04 Frhs2[882]: 6 0 0.666711 shouldn't be
443.02/444.20	WSVECS04 Frhs2[884]: 6 0 13.3334 shouldn't be
443.02/444.20	WSVECS04 Frhs2[897]: 6 -1.00005 0 shouldn't be
443.02/444.20	WSVECS04 Frhs2[905]: 6 -1.00004 0 shouldn't be
443.02/444.20	WSVECS04 Frhs2[918]: 6 -2.00008 0 shouldn't be
443.02/444.20	WSVECS04 Frhs2[964]: 6 -2.00002 0 shouldn't be
443.02/444.20	WSVECS04 Frhs2[1200]: 6 0 1.00005 shouldn't be
443.02/444.20	WSVECS04 Frhs2[1201]: 6 0 1.00005 shouldn't be
443.02/444.20	WSVECS04 Frhs2[1209]: 6 0 1.00002 shouldn't be
443.02/444.20	WSVECS04 Frhs2[1213]: 6 -3.00005 0 shouldn't be
443.02/444.20	WSVECS04 Frhs2[1296]: 6 -1.00003 0 shouldn't be
443.02/444.20	WSVECS04 Frhs2[1304]: 6 -1.00002 0 shouldn't be
443.02/444.20	WSVECS04 Frhs2[1316]: 6 -3.00009 0 shouldn't be
443.02/444.20	WSVECS04 Frhs2[1338]: 6 0 1.00003 shouldn't be
443.02/444.20	WSVECS04 Frhs2[1340]: 6 -1.00008 0 shouldn't be
443.22/444.41	WSVECS04 Frhs2[101]: 6 -54.0001 0 shouldn't be
443.22/444.41	WSVECS04 Frhs2[202]: 6 -4.00003 0 shouldn't be
443.22/444.41	WSVECS04 Frhs2[996]: 6 0 7.00002 shouldn't be
443.22/444.41	WSVECS04 Frhs2[1185]: 6 0 1.00005 shouldn't be
444.12/445.31	c #Conflicts:     834000 | #Constraints:      62003
444.12/445.31	c #Conflicts:     835000 | #Constraints:      63003
444.12/445.31	c #Conflicts:     836000 | #Constraints:      64003
444.12/445.31	c #Conflicts:     837000 | #Constraints:      65003
444.12/445.31	c INPROCESSING
444.12/445.31	c GARBAGE COLLECT
444.12/445.31	c rational objective 128
479.54/480.82	c #Conflicts:     838000 | #Constraints:      42202
479.54/480.82	c #Conflicts:     839000 | #Constraints:      43202
479.54/480.82	c #Conflicts:     840000 | #Constraints:      44202
479.54/480.82	c #Conflicts:     841000 | #Constraints:      45202
479.54/480.82	c #Conflicts:     842000 | #Constraints:      46202
479.54/480.82	c #Conflicts:     843000 | #Constraints:      47202
479.54/480.82	c #Conflicts:     844000 | #Constraints:      48202
479.54/480.82	c #Conflicts:     845000 | #Constraints:      49202
479.54/480.82	c #Conflicts:     846000 | #Constraints:      50202
479.54/480.82	c #Conflicts:     847000 | #Constraints:      51202
479.54/480.82	c #Conflicts:     848000 | #Constraints:      52202
479.54/480.82	c #Conflicts:     849000 | #Constraints:      53202
479.54/480.82	c #Conflicts:     850000 | #Constraints:      54202
479.54/480.82	c #Conflicts:     851000 | #Constraints:      55202
479.54/480.82	c #Conflicts:     852000 | #Constraints:      56202
479.54/480.82	c #Conflicts:     853000 | #Constraints:      57202
479.54/480.82	c #Conflicts:     854000 | #Constraints:      58202
479.54/480.82	c #Conflicts:     855000 | #Constraints:      59202
479.54/480.82	c #Conflicts:     856000 | #Constraints:      60202
479.54/480.82	c #Conflicts:     857000 | #Constraints:      61202
479.54/480.82	c #Conflicts:     858000 | #Constraints:      62202
479.54/480.82	c #Conflicts:     859000 | #Constraints:      63202
479.54/480.82	c #Conflicts:     860000 | #Constraints:      64202
479.54/480.82	c #Conflicts:     861000 | #Constraints:      65202
479.54/480.82	c #Conflicts:     862000 | #Constraints:      66202
479.54/480.82	c #Conflicts:     863000 | #Constraints:      67202
479.54/480.82	c #Conflicts:     864000 | #Constraints:      68202
479.54/480.82	c #Conflicts:     865000 | #Constraints:      69202
479.54/480.82	c #Conflicts:     866000 | #Constraints:      70202
479.54/480.82	c #Conflicts:     867000 | #Constraints:      71202
479.54/480.82	c #Conflicts:     868000 | #Constraints:      72202
479.54/480.82	c #Conflicts:     869000 | #Constraints:      73202
479.54/480.82	c #Conflicts:     870000 | #Constraints:      74202
479.54/480.82	c #Conflicts:     871000 | #Constraints:      75202
479.54/480.82	c #Conflicts:     872000 | #Constraints:      76202
479.54/480.82	c #Conflicts:     873000 | #Constraints:      77202
479.54/480.82	c #Conflicts:     874000 | #Constraints:      78202
479.54/480.82	c #Conflicts:     875000 | #Constraints:      79202
479.54/480.82	c #Conflicts:     876000 | #Constraints:      80202
479.54/480.82	c #Conflicts:     877000 | #Constraints:      81202
479.54/480.82	c #Conflicts:     878000 | #Constraints:      82202
479.54/480.82	c #Conflicts:     879000 | #Constraints:      83202
479.54/480.82	c #Conflicts:     880000 | #Constraints:      84202
479.54/480.82	c #Conflicts:     881000 | #Constraints:      85202
479.54/480.82	c #Conflicts:     882000 | #Constraints:      86202
479.54/480.82	c #Conflicts:     883000 | #Constraints:      87202
479.54/480.82	c #Conflicts:     884000 | #Constraints:      88202
479.54/480.82	c #Conflicts:     885000 | #Constraints:      89202
479.54/480.82	c #Conflicts:     886000 | #Constraints:      90202
479.54/480.82	c #Conflicts:     887000 | #Constraints:      91202
479.54/480.82	c #Conflicts:     888000 | #Constraints:      92202
479.54/480.82	c #Conflicts:     889000 | #Constraints:      93202
479.54/480.82	c #Conflicts:     890000 | #Constraints:      94202
479.54/480.82	c #Conflicts:     891000 | #Constraints:      95202
479.54/480.82	c #Conflicts:     892000 | #Constraints:      96202
479.54/480.82	c #Conflicts:     893000 | #Constraints:      97202
479.54/480.82	c #Conflicts:     894000 | #Constraints:      98202
479.54/480.82	c #Conflicts:     895000 | #Constraints:      99202
479.54/480.82	c #Conflicts:     896000 | #Constraints:     100202
479.54/480.82	c #Conflicts:     897000 | #Constraints:     101202
479.54/480.82	c #Conflicts:     898000 | #Constraints:     102202
479.54/480.82	c #Conflicts:     899000 | #Constraints:     103202
479.54/480.82	c #Conflicts:     900000 | #Constraints:     104202
479.54/480.82	c #Conflicts:     901000 | #Constraints:     105202
479.54/480.82	c #Conflicts:     902000 | #Constraints:     106202
479.54/480.82	c #Conflicts:     903000 | #Constraints:     107202
479.54/480.82	c #Conflicts:     904000 | #Constraints:     108202
479.54/480.82	c #Conflicts:     905000 | #Constraints:     109202
479.54/480.82	c #Conflicts:     906000 | #Constraints:     110202
479.54/480.82	c INPROCESSING
479.54/480.82	c GARBAGE COLLECT
479.54/480.82	c rational objective 128
491.41/492.74	c #Conflicts:     907000 | #Constraints:      64741
491.41/492.74	c #Conflicts:     908000 | #Constraints:      65741
491.41/492.74	c #Conflicts:     909000 | #Constraints:      66741
491.41/492.74	c #Conflicts:     910000 | #Constraints:      67741
491.41/492.74	c #Conflicts:     911000 | #Constraints:      68741
491.41/492.74	c #Conflicts:     912000 | #Constraints:      69741
491.41/492.74	c #Conflicts:     913000 | #Constraints:      70741
491.41/492.74	c #Conflicts:     914000 | #Constraints:      71741
491.41/492.74	c #Conflicts:     915000 | #Constraints:      72741
491.41/492.74	c #Conflicts:     916000 | #Constraints:      73741
491.41/492.74	c #Conflicts:     917000 | #Constraints:      74741
491.41/492.74	c #Conflicts:     918000 | #Constraints:      75741
491.41/492.74	c #Conflicts:     919000 | #Constraints:      76741
491.41/492.74	c #Conflicts:     920000 | #Constraints:      77741
491.41/492.74	c #Conflicts:     921000 | #Constraints:      78741
491.41/492.74	c #Conflicts:     922000 | #Constraints:      79741
491.41/492.74	c #Conflicts:     923000 | #Constraints:      80741
491.41/492.74	c #Conflicts:     924000 | #Constraints:      81741
491.41/492.74	c #Conflicts:     925000 | #Constraints:      82741
491.41/492.74	c #Conflicts:     926000 | #Constraints:      83741
491.41/492.74	c #Conflicts:     927000 | #Constraints:      84741
491.41/492.74	c #Conflicts:     928000 | #Constraints:      85741
491.41/492.74	c INPROCESSING
491.41/492.74	c GARBAGE COLLECT
491.41/492.74	c rational objective 128
503.18/504.52	c #Conflicts:     929000 | #Constraints:      52295
503.18/504.52	c #Conflicts:     930000 | #Constraints:      53296
503.18/504.52	c #Conflicts:     931000 | #Constraints:      54296
503.18/504.52	c #Conflicts:     932000 | #Constraints:      55296
503.18/504.52	c #Conflicts:     933000 | #Constraints:      56296
503.18/504.52	c #Conflicts:     934000 | #Constraints:      57296
503.18/504.52	c #Conflicts:     935000 | #Constraints:      58296
503.18/504.52	c #Conflicts:     936000 | #Constraints:      59296
503.18/504.52	c #Conflicts:     937000 | #Constraints:      60296
503.18/504.52	c #Conflicts:     938000 | #Constraints:      61296
503.18/504.52	c #Conflicts:     939000 | #Constraints:      62296
503.18/504.52	c #Conflicts:     940000 | #Constraints:      63296
503.18/504.52	c #Conflicts:     941000 | #Constraints:      64296
503.18/504.52	c #Conflicts:     942000 | #Constraints:      65296
503.18/504.52	c #Conflicts:     943000 | #Constraints:      66296
503.18/504.52	c #Conflicts:     944000 | #Constraints:      67296
503.18/504.52	c #Conflicts:     945000 | #Constraints:      68296
503.18/504.52	c #Conflicts:     946000 | #Constraints:      69296
503.18/504.52	c #Conflicts:     947000 | #Constraints:      70296
503.18/504.52	c #Conflicts:     948000 | #Constraints:      71296
503.18/504.52	c #Conflicts:     949000 | #Constraints:      72296
503.18/504.52	c #Conflicts:     950000 | #Constraints:      73296
503.18/504.52	c #Conflicts:     951000 | #Constraints:      74296
503.18/504.52	c INPROCESSING
503.18/504.52	c GARBAGE COLLECT
503.18/504.52	c rational objective 128
514.55/515.94	c #Conflicts:     952000 | #Constraints:      46722
514.55/515.94	c #Conflicts:     953000 | #Constraints:      47722
514.55/515.94	c #Conflicts:     954000 | #Constraints:      48722
514.55/515.94	c #Conflicts:     955000 | #Constraints:      49722
514.55/515.94	c #Conflicts:     956000 | #Constraints:      50722
514.55/515.94	c #Conflicts:     957000 | #Constraints:      51722
514.55/515.94	c #Conflicts:     958000 | #Constraints:      52722
514.55/515.94	c #Conflicts:     959000 | #Constraints:      53722
514.55/515.94	c #Conflicts:     960000 | #Constraints:      54722
514.55/515.94	c #Conflicts:     961000 | #Constraints:      55722
514.55/515.94	c #Conflicts:     962000 | #Constraints:      56722
514.55/515.94	c #Conflicts:     963000 | #Constraints:      57722
514.55/515.94	c #Conflicts:     964000 | #Constraints:      58722
514.55/515.94	c #Conflicts:     965000 | #Constraints:      59722
514.55/515.94	c #Conflicts:     966000 | #Constraints:      60722
514.55/515.94	c #Conflicts:     967000 | #Constraints:      61722
514.55/515.94	c #Conflicts:     968000 | #Constraints:      62722
514.55/515.94	c #Conflicts:     969000 | #Constraints:      63722
514.55/515.94	c #Conflicts:     970000 | #Constraints:      64722
514.55/515.94	c #Conflicts:     971000 | #Constraints:      65722
514.55/515.94	c #Conflicts:     972000 | #Constraints:      66722
514.55/515.94	c #Conflicts:     973000 | #Constraints:      67722
514.55/515.94	c #Conflicts:     974000 | #Constraints:      68722
514.55/515.94	c INPROCESSING
514.55/515.94	c GARBAGE COLLECT
514.55/515.94	c rational objective 128
527.22/528.70	c #Conflicts:     975000 | #Constraints:      43978
527.22/528.70	c #Conflicts:     976000 | #Constraints:      44978
527.22/528.70	c #Conflicts:     977000 | #Constraints:      45978
527.22/528.70	c #Conflicts:     978000 | #Constraints:      46978
527.22/528.70	c #Conflicts:     979000 | #Constraints:      47981
527.22/528.70	c #Conflicts:     980000 | #Constraints:      48982
527.22/528.70	c #Conflicts:     981000 | #Constraints:      49983
527.22/528.70	c #Conflicts:     982000 | #Constraints:      50983
527.22/528.70	c #Conflicts:     983000 | #Constraints:      51983
527.22/528.70	c #Conflicts:     984000 | #Constraints:      52983
527.22/528.70	c #Conflicts:     985000 | #Constraints:      53984
527.22/528.70	c #Conflicts:     986000 | #Constraints:      54985
527.22/528.70	c #Conflicts:     987000 | #Constraints:      55985
527.22/528.70	c #Conflicts:     988000 | #Constraints:      56985
527.22/528.70	c #Conflicts:     989000 | #Constraints:      57985
527.22/528.70	c #Conflicts:     990000 | #Constraints:      58985
527.22/528.70	c #Conflicts:     991000 | #Constraints:      59985
527.22/528.70	c #Conflicts:     992000 | #Constraints:      60986
527.22/528.70	c #Conflicts:     993000 | #Constraints:      61986
527.22/528.70	c #Conflicts:     994000 | #Constraints:      62987
527.22/528.70	WSVECS04 Frhs2[133]: 6 0 8.50003 shouldn't be
527.22/528.70	WSVECS04 Frhs2[136]: 6 0 5.25003 shouldn't be
527.22/528.70	WSVECS04 Frhs2[257]: 6 0 9.25003 shouldn't be
527.22/528.70	WSVECS04 Frhs2[278]: 6 0 3.07006 shouldn't be
527.22/528.70	WSVECS04 Frhs2[288]: 6 0 0.250084 shouldn't be
527.22/528.70	WSVECS04 Frhs2[317]: 6 -9.25005 0 shouldn't be
527.22/528.70	WSVECS04 Frhs2[338]: 6 0 19.5001 shouldn't be
527.22/528.70	WSVECS04 Frhs2[353]: 6 0 14.0001 shouldn't be
527.22/528.70	WSVECS04 Frhs2[395]: 6 -13.7501 0 shouldn't be
527.22/528.70	WSVECS04 Frhs2[403]: 6 -4.0001 0 shouldn't be
527.22/528.70	WSVECS04 Frhs2[405]: 6 0 16 shouldn't be
527.22/528.70	WSVECS04 Frhs2[490]: 6 0 1.38009 shouldn't be
527.22/528.70	WSVECS04 Frhs2[496]: 6 -10.76 0 shouldn't be
527.22/528.70	WSVECS04 Frhs2[577]: 6 -1.00003 0 shouldn't be
527.22/528.70	WSVECS04 Frhs2[653]: 6 0 2.25006 shouldn't be
527.22/528.70	WSVECS04 Frhs2[657]: 6 0 21.8101 shouldn't be
527.22/528.70	WSVECS04 Frhs2[659]: 6 -3.00003 0 shouldn't be
527.22/528.70	WSVECS04 Frhs2[661]: 6 0 15.0001 shouldn't be
527.22/528.70	WSVECS04 Frhs2[680]: 6 0 10.0001 shouldn't be
527.22/528.70	WSVECS04 Frhs2[708]: 6 0 4.50004 shouldn't be
527.22/528.70	WSVECS04 Frhs2[723]: 6 -21.5001 0 shouldn't be
527.22/528.70	WSVECS04 Frhs2[775]: 6 0 5.56005 shouldn't be
527.22/528.70	WSVECS04 Frhs2[785]: 6 0 21.81 shouldn't be
527.22/528.70	WSVECS04 Frhs2[787]: 6 -2.00003 0 shouldn't be
527.22/528.70	WSVECS04 Frhs2[812]: 6 0 3.00004 shouldn't be
527.22/528.70	WSVECS04 Frhs2[829]: 6 0 2.00003 shouldn't be
527.22/528.70	WSVECS04 Frhs2[859]: 6 0 22.5001 shouldn't be
527.22/528.70	WSVECS04 Frhs2[875]: 6 0 47.0701 shouldn't be
527.22/528.70	WSVECS04 Frhs2[911]: 6 -2.00006 0 shouldn't be
527.22/528.70	WSVECS04 Frhs2[1058]: 6 0 1.00006 shouldn't be
527.22/528.70	WSVECS04 Frhs2[1214]: 6 -0.620052 0 shouldn't be
527.22/528.70	WSVECS04 Frhs2[1328]: 6 0 1.00006 shouldn't be
527.22/528.70	WSVECS04 Frhs2[1337]: 6 -1.00009 0 shouldn't be
530.12/531.57	c #Conflicts:     995000 | #Constraints:      63987
530.12/531.57	c #Conflicts:     996000 | #Constraints:      64987
530.12/531.57	c #Conflicts:     997000 | #Constraints:      65987
530.12/531.57	c #Conflicts:     998000 | #Constraints:      66987
530.12/531.57	WSVECS04 Frhs2[140]: 6 0 1.81827 shouldn't be
530.12/531.57	WSVECS04 Frhs2[193]: 6 -3.00005 0 shouldn't be
530.12/531.57	WSVECS04 Frhs2[198]: 6 0 1.58591 shouldn't be
530.12/531.57	WSVECS04 Frhs2[227]: 6 0 0.909168 shouldn't be
530.12/531.57	WSVECS04 Frhs2[269]: 6 0 0.909184 shouldn't be
530.12/531.57	WSVECS04 Frhs2[283]: 6 0 6.00006 shouldn't be
530.12/531.57	WSVECS04 Frhs2[294]: 6 -4.00008 0 shouldn't be
530.12/531.57	WSVECS04 Frhs2[318]: 6 0 7.00008 shouldn't be
530.12/531.57	WSVECS04 Frhs2[322]: 6 -4.00008 0 shouldn't be
530.12/531.57	WSVECS04 Frhs2[332]: 6 0 1.63642 shouldn't be
530.12/531.57	WSVECS04 Frhs2[336]: 6 0 1.6364 shouldn't be
530.12/531.57	WSVECS04 Frhs2[348]: 6 -2.00001 0 shouldn't be
530.12/531.57	WSVECS04 Frhs2[399]: 6 0 0.121296 shouldn't be
530.12/531.57	WSVECS04 Frhs2[449]: 6 -4.70715 0 shouldn't be
530.12/531.57	WSVECS04 Frhs2[455]: 6 0 2.00009 shouldn't be
530.12/531.57	WSVECS04 Frhs2[465]: 6 -6.00008 0 shouldn't be
530.12/531.57	WSVECS04 Frhs2[475]: 6 0 6.00003 shouldn't be
530.12/531.57	WSVECS04 Frhs2[488]: 6 0 1.091 shouldn't be
530.12/531.57	WSVECS04 Frhs2[491]: 6 0 2.0001 shouldn't be
530.12/531.57	WSVECS04 Frhs2[496]: 6 -3.79296 0 shouldn't be
530.12/531.57	WSVECS04 Frhs2[520]: 6 0 3.12131 shouldn't be
530.12/531.57	WSVECS04 Frhs2[528]: 6 0 0.121267 shouldn't be
530.12/531.57	WSVECS04 Frhs2[539]: 6 0 6.00005 shouldn't be
530.12/531.57	WSVECS04 Frhs2[542]: 6 0 6.00003 shouldn't be
530.12/531.57	WSVECS04 Frhs2[552]: 6 0 2.00004 shouldn't be
530.12/531.57	WSVECS04 Frhs2[576]: 6 0 1.0001 shouldn't be
530.12/531.57	WSVECS04 Frhs2[641]: 6 -6.29302 0 shouldn't be
530.12/531.57	WSVECS04 Frhs2[653]: 6 0 0.727311 shouldn't be
530.12/531.57	WSVECS04 Frhs2[675]: 6 -1.09094 0 shouldn't be
530.12/531.57	WSVECS04 Frhs2[686]: 6 -6.00008 0 shouldn't be
530.12/531.57	WSVECS04 Frhs2[899]: 6 -3.00003 0 shouldn't be
530.12/531.57	WSVECS04 Frhs2[905]: 6 0 1.0001 shouldn't be
530.12/531.57	WSVECS04 Frhs2[907]: 6 -3.00002 0 shouldn't be
530.12/531.57	WSVECS04 Frhs2[918]: 6 -3.00009 0 shouldn't be
530.12/531.57	WSVECS04 Frhs2[925]: 6 -3.00008 0 shouldn't be
530.12/531.57	WSVECS04 Frhs2[1023]: 6 -2.0001 0 shouldn't be
530.12/531.57	WSVECS04 Frhs2[1341]: 6 -4.00009 0 shouldn't be
532.61/534.00	c #Conflicts:     999000 | #Constraints:      67988
532.61/534.00	c #Conflicts:    1000000 | #Constraints:      68988
532.61/534.00	c #Conflicts:    1001000 | #Constraints:      69988
532.61/534.00	c #Conflicts:    1002000 | #Constraints:      70988
532.61/534.00	WSVECS04 Frhs2[141]: 6 0 0.666697 shouldn't be
532.61/534.00	WSVECS04 Frhs2[142]: 6 0 0.666679 shouldn't be
532.61/534.00	WSVECS04 Frhs2[165]: 6 -2.62779 0 shouldn't be
532.61/534.00	WSVECS04 Frhs2[166]: 6 0 3.58155 shouldn't be
532.61/534.00	WSVECS04 Frhs2[173]: 6 -5.3002 0 shouldn't be
532.61/534.00	WSVECS04 Frhs2[298]: 6 0 8.01882 shouldn't be
532.61/534.00	WSVECS04 Frhs2[387]: 6 0 28.5758 shouldn't be
532.61/534.00	WSVECS04 Frhs2[403]: 6 -6.00003 0 shouldn't be
532.61/534.00	WSVECS04 Frhs2[405]: 6 0 3.35937 shouldn't be
532.61/534.00	WSVECS04 Frhs2[423]: 6 0 3.35935 shouldn't be
532.61/534.00	WSVECS04 Frhs2[456]: 6 0 2.00009 shouldn't be
532.61/534.00	WSVECS04 Frhs2[708]: 6 0 4.51806 shouldn't be
532.61/534.00	WSVECS04 Frhs2[729]: 6 0 2.03759 shouldn't be
532.61/534.00	WSVECS04 Frhs2[769]: 6 -1.17035 0 shouldn't be
532.61/534.00	WSVECS04 Frhs2[771]: 6 0 4.58877 shouldn't be
532.61/534.00	WSVECS04 Frhs2[774]: 6 0 2.9726 shouldn't be
532.61/534.00	WSVECS04 Frhs2[775]: 6 0 7.35936 shouldn't be
532.61/534.00	WSVECS04 Frhs2[800]: 6 0 0.666684 shouldn't be
532.61/534.00	WSVECS04 Frhs2[801]: 6 -6.00008 0 shouldn't be
532.61/534.00	WSVECS04 Frhs2[806]: 6 0 3.58162 shouldn't be
532.61/534.00	WSVECS04 Frhs2[829]: 6 0 3.35938 shouldn't be
532.61/534.00	WSVECS04 Frhs2[843]: 6 0 2.00006 shouldn't be
532.61/534.00	WSVECS04 Frhs2[853]: 6 0 3.3594 shouldn't be
532.61/534.00	WSVECS04 Frhs2[862]: 6 0 9.31465 shouldn't be
532.61/534.00	WSVECS04 Frhs2[876]: 6 0 4.27999 shouldn't be
532.61/534.00	WSVECS04 Frhs2[1027]: 6 -3.00005 0 shouldn't be
553.16/554.67	c #Conflicts:    1003000 | #Constraints:      71988
553.16/554.67	c #Conflicts:    1004000 | #Constraints:      72988
553.16/554.67	c #Conflicts:    1005000 | #Constraints:      73988
553.16/554.67	c #Conflicts:    1006000 | #Constraints:      74988
553.16/554.67	c #Conflicts:    1007000 | #Constraints:      75988
553.16/554.67	c #Conflicts:    1008000 | #Constraints:      76989
553.16/554.67	c #Conflicts:    1009000 | #Constraints:      77989
553.16/554.67	c #Conflicts:    1010000 | #Constraints:      78989
553.16/554.67	c #Conflicts:    1011000 | #Constraints:      79991
553.16/554.67	c #Conflicts:    1012000 | #Constraints:      80991
553.16/554.67	c #Conflicts:    1013000 | #Constraints:      81991
553.16/554.67	c #Conflicts:    1014000 | #Constraints:      82992
553.16/554.67	c #Conflicts:    1015000 | #Constraints:      83994
553.16/554.67	c #Conflicts:    1016000 | #Constraints:      84995
553.16/554.67	c #Conflicts:    1017000 | #Constraints:      85995
553.16/554.67	c #Conflicts:    1018000 | #Constraints:      86995
553.16/554.67	c #Conflicts:    1019000 | #Constraints:      87995
553.16/554.67	c #Conflicts:    1020000 | #Constraints:      88997
553.16/554.67	c #Conflicts:    1021000 | #Constraints:      89997
553.16/554.67	c #Conflicts:    1022000 | #Constraints:      90997
553.16/554.67	c #Conflicts:    1023000 | #Constraints:      91998
553.16/554.67	c #Conflicts:    1024000 | #Constraints:      92998
553.16/554.67	c #Conflicts:    1025000 | #Constraints:      93999
553.16/554.67	c #Conflicts:    1026000 | #Constraints:      94999
553.16/554.67	WSVECS04 Frhs2[13]: 6 -4.00008 0 shouldn't be
553.16/554.67	WSVECS04 Frhs2[26]: 6 0 16.2116 shouldn't be
553.16/554.67	WSVECS04 Frhs2[27]: 6 0 32.7885 shouldn't be
553.16/554.67	WSVECS04 Frhs2[29]: 6 0 0.884638 shouldn't be
553.16/554.67	WSVECS04 Frhs2[33]: 6 0 6.66351 shouldn't be
553.16/554.67	WSVECS04 Frhs2[43]: 6 0 7.43273 shouldn't be
553.16/554.67	WSVECS04 Frhs2[45]: 6 0 0.211577 shouldn't be
553.16/554.67	WSVECS04 Frhs2[48]: 6 0 0.663506 shouldn't be
553.16/554.67	WSVECS04 Frhs2[62]: 6 0 0.0384831 shouldn't be
553.16/554.67	WSVECS04 Frhs2[64]: 6 -0.442338 0 shouldn't be
553.16/554.67	WSVECS04 Frhs2[65]: 6 -3.1058 0 shouldn't be
553.16/554.67	WSVECS04 Frhs2[78]: 6 -2.00009 0 shouldn't be
553.16/554.67	WSVECS04 Frhs2[90]: 6 0 16.2116 shouldn't be
553.16/554.67	WSVECS04 Frhs2[94]: 6 0 1.00005 shouldn't be
553.16/554.67	WSVECS04 Frhs2[96]: 6 0 1.00003 shouldn't be
553.16/554.67	WSVECS04 Frhs2[106]: 6 0 10.0001 shouldn't be
553.16/554.67	WSVECS04 Frhs2[110]: 6 -2.13464 0 shouldn't be
553.16/554.67	WSVECS04 Frhs2[124]: 6 0 1.47124 shouldn't be
553.16/554.67	WSVECS04 Frhs2[132]: 6 0 1.44238 shouldn't be
553.16/554.67	WSVECS04 Frhs2[138]: 6 -2.00006 0 shouldn't be
553.16/554.67	WSVECS04 Frhs2[179]: 6 -5.00009 0 shouldn't be
553.16/554.67	WSVECS04 Frhs2[185]: 6 0 0.173165 shouldn't be
553.16/554.67	WSVECS04 Frhs2[209]: 6 0 1.7597 shouldn't be
553.16/554.67	WSVECS04 Frhs2[215]: 6 0 6.76926 shouldn't be
553.16/554.67	WSVECS04 Frhs2[223]: 6 0 1.00002 shouldn't be
553.16/554.67	WSVECS04 Frhs2[237]: 6 0 0.211574 shouldn't be
553.16/554.67	WSVECS04 Frhs2[252]: 6 0 1.91353 shouldn't be
553.16/554.67	WSVECS04 Frhs2[254]: 6 0 0.0385255 shouldn't be
553.16/554.67	WSVECS04 Frhs2[256]: 6 -7.79811 0 shouldn't be
553.16/554.67	WSVECS04 Frhs2[260]: 6 0 2.4424 shouldn't be
553.16/554.67	WSVECS04 Frhs2[262]: 6 0 1.00004 shouldn't be
553.16/554.67	WSVECS04 Frhs2[263]: 6 0 0.230805 shouldn't be
553.16/554.67	WSVECS04 Frhs2[310]: 6 0 1.00005 shouldn't be
553.16/554.67	WSVECS04 Frhs2[347]: 6 0 32.7886 shouldn't be
553.16/554.67	WSVECS04 Frhs2[349]: 6 0 0.884672 shouldn't be
553.16/554.67	WSVECS04 Frhs2[350]: 6 0 1.00004 shouldn't be
553.16/554.67	WSVECS04 Frhs2[353]: 6 0 6.66353 shouldn't be
553.16/554.67	WSVECS04 Frhs2[365]: 6 0 0.211562 shouldn't be
553.16/554.67	WSVECS04 Frhs2[382]: 6 0 0.0385457 shouldn't be
553.16/554.67	WSVECS04 Frhs2[384]: 6 -7.03851 0 shouldn't be
553.16/554.67	WSVECS04 Frhs2[438]: 6 0 0.375098 shouldn't be
553.16/554.67	WSVECS04 Frhs2[450]: 6 0 13.1058 shouldn't be
553.16/554.67	WSVECS04 Frhs2[466]: 6 0 36.2212 shouldn't be
553.16/554.67	WSVECS04 Frhs2[476]: 6 -3.0001 0 shouldn't be
553.16/554.67	WSVECS04 Frhs2[478]: 6 0 1.00002 shouldn't be
553.16/554.67	WSVECS04 Frhs2[482]: 6 0 14.2116 shouldn't be
553.16/554.67	WSVECS04 Frhs2[490]: 6 0 13.3462 shouldn't be
553.16/554.67	WSVECS04 Frhs2[514]: 6 0 1.76927 shouldn't be
553.16/554.67	WSVECS04 Frhs2[537]: 6 0 3.0097 shouldn't be
553.16/554.67	WSVECS04 Frhs2[580]: 6 0 4.33655 shouldn't be
553.16/554.67	WSVECS04 Frhs2[600]: 6 -12.0001 0 shouldn't be
553.16/554.67	WSVECS04 Frhs2[602]: 6 0 15.327 shouldn't be
553.16/554.67	WSVECS04 Frhs2[611]: 6 0 0.884706 shouldn't be
553.16/554.67	WSVECS04 Frhs2[614]: 6 0 0.88465 shouldn't be
553.16/554.67	WSVECS04 Frhs2[618]: 6 0 11.1058 shouldn't be
553.16/554.67	WSVECS04 Frhs2[628]: 6 0 4.00005 shouldn't be
553.16/554.67	WSVECS04 Frhs2[630]: 6 0 1.00009 shouldn't be
553.16/554.67	WSVECS04 Frhs2[638]: 6 0 0.0384781 shouldn't be
553.16/554.67	WSVECS04 Frhs2[640]: 6 -0.538512 0 shouldn't be
553.16/554.67	WSVECS04 Frhs2[666]: 6 0 16.2116 shouldn't be
553.16/554.67	WSVECS04 Frhs2[667]: 6 0 32.7885 shouldn't be
553.16/554.67	WSVECS04 Frhs2[669]: 6 0 0.884635 shouldn't be
553.16/554.67	WSVECS04 Frhs2[670]: 6 0 1.00003 shouldn't be
553.16/554.67	WSVECS04 Frhs2[683]: 6 0 7.43274 shouldn't be
553.16/554.67	WSVECS04 Frhs2[697]: 6 -16.4423 0 shouldn't be
553.16/554.67	WSVECS04 Frhs2[705]: 6 -6.89426 0 shouldn't be
553.16/554.67	WSVECS04 Frhs2[746]: 6 0 10 shouldn't be
553.16/554.67	WSVECS04 Frhs2[757]: 6 -1.00007 0 shouldn't be
553.16/554.67	WSVECS04 Frhs2[761]: 6 0 0.0865689 shouldn't be
553.16/554.67	WSVECS04 Frhs2[766]: 6 0 0.125052 shouldn't be
553.16/554.67	WSVECS04 Frhs2[786]: 6 0 47 shouldn't be
553.16/554.67	WSVECS04 Frhs2[826]: 6 0 12.9616 shouldn't be
553.16/554.67	WSVECS04 Frhs2[827]: 6 0 0.55776 shouldn't be
553.16/554.67	WSVECS04 Frhs2[835]: 6 -12.0001 0 shouldn't be
553.16/554.67	WSVECS04 Frhs2[857]: 6 0 3.00963 shouldn't be
553.16/554.67	WSVECS04 Frhs2[859]: 6 0 31.7885 shouldn't be
553.16/554.67	WSVECS04 Frhs2[873]: 6 0 2.00972 shouldn't be
553.16/554.67	WSVECS04 Frhs2[1302]: 6 -0.625018 0 shouldn't be
553.16/554.67	WSVECS04 Frhs2[1338]: 6 -1.0001 0 shouldn't be
553.35/554.88	WSVECS04 Frhs2[54]: 6 0 1.00006 shouldn't be
553.35/554.88	WSVECS04 Frhs2[113]: 6 -2.00007 0 shouldn't be
553.35/554.88	WSVECS04 Frhs2[357]: 6 -4.9039 0 shouldn't be
553.35/554.88	WSVECS04 Frhs2[711]: 6 0 5.89432 shouldn't be
553.35/554.88	WSVECS04 Frhs2[749]: 6 0 0.211623 shouldn't be
553.66/555.10	WSVECS04 Frhs2[59]: 6 0 1.41355 shouldn't be
553.66/555.10	WSVECS04 Frhs2[606]: 6 0 0.115483 shouldn't be
553.66/555.10	WSVECS04 Frhs2[709]: 6 0 4.00005 shouldn't be
553.86/555.32	WSVECS04 Frhs2[441]: 6 0 1.58656 shouldn't be
553.86/555.32	WSVECS04 Frhs2[748]: 6 0 1.66354 shouldn't be
564.03/565.54	c #Conflicts:    1027000 | #Constraints:      95999
564.03/565.54	c #Conflicts:    1028000 | #Constraints:      96999
564.03/565.54	c #Conflicts:    1029000 | #Constraints:      97999
564.03/565.54	c #Conflicts:    1030000 | #Constraints:      98999
564.03/565.54	c #Conflicts:    1031000 | #Constraints:      99999
564.03/565.54	c #Conflicts:    1032000 | #Constraints:     100999
564.03/565.54	c #Conflicts:    1033000 | #Constraints:     101999
564.03/565.54	c #Conflicts:    1034000 | #Constraints:     102999
564.03/565.54	c #Conflicts:    1035000 | #Constraints:     103999
564.03/565.54	c #Conflicts:    1036000 | #Constraints:     105000
564.03/565.54	c #Conflicts:    1037000 | #Constraints:     106001
564.03/565.54	c #Conflicts:    1038000 | #Constraints:     107001
564.03/565.54	WSVECS04 Frhs2[40]: 6 0 3.9667 shouldn't be
564.03/565.54	WSVECS04 Frhs2[47]: 6 0 1.06668 shouldn't be
564.03/565.54	WSVECS04 Frhs2[65]: 6 0 2.00005 shouldn't be
564.03/565.54	WSVECS04 Frhs2[92]: 6 -6.00008 0 shouldn't be
564.03/565.54	WSVECS04 Frhs2[102]: 6 0 0.066742 shouldn't be
564.03/565.54	WSVECS04 Frhs2[124]: 6 0 0.666678 shouldn't be
564.03/565.54	WSVECS04 Frhs2[138]: 6 -1.33336 0 shouldn't be
564.03/565.54	WSVECS04 Frhs2[192]: 6 -2.66673 0 shouldn't be
564.03/565.54	WSVECS04 Frhs2[225]: 6 -12.4 0 shouldn't be
564.03/565.54	WSVECS04 Frhs2[230]: 6 0 0.0667164 shouldn't be
564.03/565.54	WSVECS04 Frhs2[369]: 6 -0.666719 0 shouldn't be
564.03/565.54	WSVECS04 Frhs2[424]: 6 0 1.93341 shouldn't be
564.03/565.54	WSVECS04 Frhs2[473]: 6 -6.00006 0 shouldn't be
564.03/565.54	WSVECS04 Frhs2[484]: 6 0 1.16674 shouldn't be
564.03/565.54	WSVECS04 Frhs2[668]: 6 -2.00003 0 shouldn't be
564.03/565.54	WSVECS04 Frhs2[678]: 6 0 0.0667091 shouldn't be
564.03/565.54	WSVECS04 Frhs2[741]: 6 -2.10005 0 shouldn't be
564.03/565.54	WSVECS04 Frhs2[799]: 6 0 0.666728 shouldn't be
564.03/565.54	WSVECS04 Frhs2[868]: 6 0 2.13339 shouldn't be
564.03/565.54	WSVECS04 Frhs2[871]: 6 -19.3 0 shouldn't be
564.03/565.54	WSVECS04 Frhs2[1091]: 6 -3.00006 0 shouldn't be
564.03/565.54	WSVECS04 Frhs2[1120]: 6 0 1.00002 shouldn't be
564.03/565.54	WSVECS04 Frhs2[1242]: 6 -2.00005 0 shouldn't be
564.03/565.54	WSVECS04 Frhs2[1256]: 6 0 1.00006 shouldn't be
564.03/565.54	WSVECS04 Frhs2[1270]: 6 -4.00002 0 shouldn't be
564.03/565.54	WSVECS04 Frhs2[1275]: 6 -1.00003 0 shouldn't be
564.03/565.54	WSVECS04 Frhs2[1329]: 6 0 1.00003 shouldn't be
564.03/565.54	WSVECS04 Frhs2[1344]: 6 -1.00007 0 shouldn't be
574.21/575.70	c #Conflicts:    1039000 | #Constraints:     108001
574.21/575.70	c #Conflicts:    1040000 | #Constraints:     109001
574.21/575.70	c #Conflicts:    1041000 | #Constraints:     110001
574.21/575.70	c #Conflicts:    1042000 | #Constraints:     111001
574.21/575.70	c #Conflicts:    1043000 | #Constraints:     112001
574.21/575.70	c #Conflicts:    1044000 | #Constraints:     113001
574.21/575.70	c #Conflicts:    1045000 | #Constraints:     114001
574.21/575.70	c #Conflicts:    1046000 | #Constraints:     115002
574.21/575.70	c #Conflicts:    1047000 | #Constraints:     116002
574.21/575.70	c #Conflicts:    1048000 | #Constraints:     117003
574.21/575.70	c INPROCESSING
574.21/575.70	c GARBAGE COLLECT
574.21/575.70	c rational objective 128
588.96/590.50	c #Conflicts:    1049000 | #Constraints:      67892
588.96/590.50	c #Conflicts:    1050000 | #Constraints:      68892
588.96/590.50	c #Conflicts:    1051000 | #Constraints:      69892
588.96/590.50	c #Conflicts:    1052000 | #Constraints:      70892
588.96/590.50	c #Conflicts:    1053000 | #Constraints:      71892
588.96/590.50	c #Conflicts:    1054000 | #Constraints:      72892
588.96/590.50	c #Conflicts:    1055000 | #Constraints:      73892
588.96/590.50	c #Conflicts:    1056000 | #Constraints:      74892
588.96/590.50	c #Conflicts:    1057000 | #Constraints:      75892
588.96/590.50	c #Conflicts:    1058000 | #Constraints:      76892
588.96/590.50	c #Conflicts:    1059000 | #Constraints:      77892
588.96/590.50	c #Conflicts:    1060000 | #Constraints:      78892
588.96/590.50	c #Conflicts:    1061000 | #Constraints:      79892
588.96/590.50	c #Conflicts:    1062000 | #Constraints:      80892
588.96/590.50	c #Conflicts:    1063000 | #Constraints:      81892
588.96/590.50	c #Conflicts:    1064000 | #Constraints:      82892
588.96/590.50	c #Conflicts:    1065000 | #Constraints:      83892
588.96/590.50	c #Conflicts:    1066000 | #Constraints:      84892
588.96/590.50	c #Conflicts:    1067000 | #Constraints:      85892
588.96/590.50	c #Conflicts:    1068000 | #Constraints:      86892
588.96/590.50	c #Conflicts:    1069000 | #Constraints:      87892
588.96/590.50	c #Conflicts:    1070000 | #Constraints:      88892
588.96/590.50	c #Conflicts:    1071000 | #Constraints:      89892
588.96/590.50	c #Conflicts:    1072000 | #Constraints:      90892
588.96/590.50	c #Conflicts:    1073000 | #Constraints:      91892
588.96/590.50	c INPROCESSING
588.96/590.50	c GARBAGE COLLECT
588.96/590.50	c rational objective 128
601.94/603.50	c #Conflicts:    1074000 | #Constraints:      55775
601.94/603.50	c #Conflicts:    1075000 | #Constraints:      56775
601.94/603.50	c #Conflicts:    1076000 | #Constraints:      57775
601.94/603.50	c #Conflicts:    1077000 | #Constraints:      58775
601.94/603.50	c #Conflicts:    1078000 | #Constraints:      59775
601.94/603.50	c #Conflicts:    1079000 | #Constraints:      60775
601.94/603.50	c #Conflicts:    1080000 | #Constraints:      61775
601.94/603.50	c #Conflicts:    1081000 | #Constraints:      62775
601.94/603.50	c #Conflicts:    1082000 | #Constraints:      63775
601.94/603.50	c #Conflicts:    1083000 | #Constraints:      64775
601.94/603.50	c #Conflicts:    1084000 | #Constraints:      65775
601.94/603.50	c #Conflicts:    1085000 | #Constraints:      66775
601.94/603.50	c #Conflicts:    1086000 | #Constraints:      67775
601.94/603.50	c #Conflicts:    1087000 | #Constraints:      68775
601.94/603.50	c #Conflicts:    1088000 | #Constraints:      69775
601.94/603.50	c #Conflicts:    1089000 | #Constraints:      70775
601.94/603.50	c #Conflicts:    1090000 | #Constraints:      71775
601.94/603.50	c #Conflicts:    1091000 | #Constraints:      72775
601.94/603.50	c #Conflicts:    1092000 | #Constraints:      73775
601.94/603.50	c #Conflicts:    1093000 | #Constraints:      74775
601.94/603.50	c #Conflicts:    1094000 | #Constraints:      75775
601.94/603.50	c #Conflicts:    1095000 | #Constraints:      76775
601.94/603.50	c #Conflicts:    1096000 | #Constraints:      77775
601.94/603.50	c #Conflicts:    1097000 | #Constraints:      78775
601.94/603.50	c INPROCESSING
601.94/603.50	c GARBAGE COLLECT
601.94/603.50	c rational objective 128
615.90/617.50	c #Conflicts:    1098000 | #Constraints:      49017
615.90/617.50	c #Conflicts:    1099000 | #Constraints:      50017
615.90/617.50	c #Conflicts:    1100000 | #Constraints:      51017
615.90/617.50	c #Conflicts:    1101000 | #Constraints:      52017
615.90/617.50	c #Conflicts:    1102000 | #Constraints:      53017
615.90/617.50	c #Conflicts:    1103000 | #Constraints:      54017
615.90/617.50	c #Conflicts:    1104000 | #Constraints:      55017
615.90/617.50	c #Conflicts:    1105000 | #Constraints:      56017
615.90/617.50	c #Conflicts:    1106000 | #Constraints:      57017
615.90/617.50	c #Conflicts:    1107000 | #Constraints:      58017
615.90/617.50	c #Conflicts:    1108000 | #Constraints:      59017
615.90/617.50	c #Conflicts:    1109000 | #Constraints:      60017
615.90/617.50	c #Conflicts:    1110000 | #Constraints:      61017
615.90/617.50	c #Conflicts:    1111000 | #Constraints:      62017
615.90/617.50	c #Conflicts:    1112000 | #Constraints:      63017
615.90/617.50	c #Conflicts:    1113000 | #Constraints:      64017
615.90/617.50	c #Conflicts:    1114000 | #Constraints:      65017
615.90/617.50	c #Conflicts:    1115000 | #Constraints:      66017
615.90/617.50	c #Conflicts:    1116000 | #Constraints:      67017
615.90/617.50	c #Conflicts:    1117000 | #Constraints:      68017
615.90/617.50	c #Conflicts:    1118000 | #Constraints:      69017
615.90/617.50	c #Conflicts:    1119000 | #Constraints:      70017
615.90/617.50	c #Conflicts:    1120000 | #Constraints:      71017
615.90/617.50	c #Conflicts:    1121000 | #Constraints:      72017
615.90/617.50	c #Conflicts:    1122000 | #Constraints:      73018
615.90/617.50	c INPROCESSING
615.90/617.50	c GARBAGE COLLECT
615.90/617.50	c rational objective 128
619.99/621.69	c #Conflicts:    1123000 | #Constraints:      46308
619.99/621.69	c #Conflicts:    1124000 | #Constraints:      47308
619.99/621.69	c #Conflicts:    1125000 | #Constraints:      48308
619.99/621.69	c #Conflicts:    1126000 | #Constraints:      49308
619.99/621.69	c #Conflicts:    1127000 | #Constraints:      50308
619.99/621.69	c #Conflicts:    1128000 | #Constraints:      51308
619.99/621.69	c #Conflicts:    1129000 | #Constraints:      52308
619.99/621.69	c #Conflicts:    1130000 | #Constraints:      53308
619.99/621.69	WSVECS04 Frhs2[1]: 6 -1.18237 0 shouldn't be
619.99/621.69	WSVECS04 Frhs2[39]: 6 0 3.3252 shouldn't be
619.99/621.69	WSVECS04 Frhs2[74]: 6 -1.549 0 shouldn't be
619.99/621.69	WSVECS04 Frhs2[75]: 6 0 1.3413 shouldn't be
619.99/621.69	WSVECS04 Frhs2[80]: 6 0 3.26073 shouldn't be
619.99/621.69	WSVECS04 Frhs2[117]: 6 0 2.00006 shouldn't be
619.99/621.69	WSVECS04 Frhs2[138]: 6 -7.61477 0 shouldn't be
619.99/621.69	WSVECS04 Frhs2[231]: 6 0 1.3252 shouldn't be
619.99/621.69	WSVECS04 Frhs2[245]: 6 0 2.00006 shouldn't be
619.99/621.69	WSVECS04 Frhs2[264]: 6 0 1.18241 shouldn't be
619.99/621.69	WSVECS04 Frhs2[309]: 6 0 2.00003 shouldn't be
619.99/621.69	WSVECS04 Frhs2[321]: 6 -1.18243 0 shouldn't be
619.99/621.69	WSVECS04 Frhs2[330]: 6 -4.23749 0 shouldn't be
619.99/621.69	WSVECS04 Frhs2[348]: 6 -3.33751 0 shouldn't be
619.99/621.69	WSVECS04 Frhs2[357]: 6 -1.23406 0 shouldn't be
619.99/621.69	WSVECS04 Frhs2[373]: 6 0 2.00006 shouldn't be
619.99/621.69	WSVECS04 Frhs2[409]: 6 -6.00008 0 shouldn't be
619.99/621.69	WSVECS04 Frhs2[416]: 6 0 1.82832 shouldn't be
619.99/621.69	WSVECS04 Frhs2[421]: 6 -2.69387 0 shouldn't be
619.99/621.69	WSVECS04 Frhs2[464]: 6 0 2.03945 shouldn't be
619.99/621.69	WSVECS04 Frhs2[478]: 6 0 0.120046 shouldn't be
619.99/621.69	WSVECS04 Frhs2[501]: 6 0 2.00006 shouldn't be
619.99/621.69	WSVECS04 Frhs2[549]: 6 -3.78049 0 shouldn't be
619.99/621.69	WSVECS04 Frhs2[565]: 6 0 2.00007 shouldn't be
619.99/621.69	WSVECS04 Frhs2[615]: 6 0 1.32516 shouldn't be
619.99/621.69	WSVECS04 Frhs2[629]: 6 0 2.0001 shouldn't be
619.99/621.69	WSVECS04 Frhs2[703]: 6 0 0.148976 shouldn't be
619.99/621.69	WSVECS04 Frhs2[896]: 6 -2.00003 0 shouldn't be
619.99/621.69	WSVECS04 Frhs2[897]: 6 -1.0001 0 shouldn't be
619.99/621.69	WSVECS04 Frhs2[903]: 6 -1.00008 0 shouldn't be
619.99/621.69	WSVECS04 Frhs2[905]: 6 -1.00002 0 shouldn't be
619.99/621.69	WSVECS04 Frhs2[918]: 6 -3.00006 0 shouldn't be
619.99/621.69	WSVECS04 Frhs2[928]: 6 -1.00004 0 shouldn't be
619.99/621.69	WSVECS04 Frhs2[936]: 6 -1.00005 0 shouldn't be
619.99/621.69	WSVECS04 Frhs2[952]: 6 -1.00004 0 shouldn't be
619.99/621.69	WSVECS04 Frhs2[1265]: 6 0 1.00003 shouldn't be
619.99/621.69	WSVECS04 Frhs2[1271]: 6 0 1.00007 shouldn't be
633.96/635.69	c #Conflicts:    1131000 | #Constraints:      54308
633.96/635.69	c #Conflicts:    1132000 | #Constraints:      55308
633.96/635.69	c #Conflicts:    1133000 | #Constraints:      56308
633.96/635.69	c #Conflicts:    1134000 | #Constraints:      57308
633.96/635.69	c #Conflicts:    1135000 | #Constraints:      58308
633.96/635.69	c #Conflicts:    1136000 | #Constraints:      59308
633.96/635.69	c #Conflicts:    1137000 | #Constraints:      60308
633.96/635.69	c #Conflicts:    1138000 | #Constraints:      61308
633.96/635.69	c #Conflicts:    1139000 | #Constraints:      62308
633.96/635.69	c #Conflicts:    1140000 | #Constraints:      63308
633.96/635.69	c #Conflicts:    1141000 | #Constraints:      64308
633.96/635.69	c #Conflicts:    1142000 | #Constraints:      65308
633.96/635.69	c #Conflicts:    1143000 | #Constraints:      66308
633.96/635.69	c #Conflicts:    1144000 | #Constraints:      67308
633.96/635.69	c #Conflicts:    1145000 | #Constraints:      68308
633.96/635.69	c #Conflicts:    1146000 | #Constraints:      69308
633.96/635.69	c #Conflicts:    1147000 | #Constraints:      70308
633.96/635.69	c #Conflicts:    1148000 | #Constraints:      71308
633.96/635.69	c #Conflicts:    1149000 | #Constraints:      72308
633.96/635.69	c #Conflicts:    1150000 | #Constraints:      73308
633.96/635.69	c #Conflicts:    1151000 | #Constraints:      74308
633.96/635.69	c #Conflicts:    1152000 | #Constraints:      75308
633.96/635.69	c #Conflicts:    1153000 | #Constraints:      76308
633.96/635.69	c #Conflicts:    1154000 | #Constraints:      77308
633.96/635.69	c #Conflicts:    1155000 | #Constraints:      78308
633.96/635.69	c #Conflicts:    1156000 | #Constraints:      79308
633.96/635.69	c #Conflicts:    1157000 | #Constraints:      80308
633.96/635.69	c #Conflicts:    1158000 | #Constraints:      81308
633.96/635.69	c #Conflicts:    1159000 | #Constraints:      82308
633.96/635.69	c #Conflicts:    1160000 | #Constraints:      83308
633.96/635.69	c #Conflicts:    1161000 | #Constraints:      84308
633.96/635.69	WSVECS04 Frhs2[45]: 6 0 1.32399 shouldn't be
633.96/635.69	WSVECS04 Frhs2[57]: 6 0 1.32402 shouldn't be
633.96/635.69	WSVECS04 Frhs2[169]: 6 0 1.32396 shouldn't be
633.96/635.69	WSVECS04 Frhs2[302]: 6 -6.16903 0 shouldn't be
633.96/635.69	WSVECS04 Frhs2[304]: 6 0 4.98599 shouldn't be
633.96/635.69	WSVECS04 Frhs2[325]: 6 0 0.169099 shouldn't be
633.96/635.69	WSVECS04 Frhs2[340]: 6 -5.71838 0 shouldn't be
633.96/635.69	WSVECS04 Frhs2[361]: 6 0 1.32403 shouldn't be
633.96/635.69	WSVECS04 Frhs2[367]: 6 0 10.5071 shouldn't be
633.96/635.69	WSVECS04 Frhs2[368]: 6 0 10.4789 shouldn't be
633.96/635.69	WSVECS04 Frhs2[389]: 6 0 0.169113 shouldn't be
633.96/635.69	WSVECS04 Frhs2[396]: 6 -6.00001 0 shouldn't be
633.96/635.69	WSVECS04 Frhs2[412]: 6 -2.00009 0 shouldn't be
633.96/635.69	WSVECS04 Frhs2[429]: 6 0 1.32398 shouldn't be
633.96/635.69	WSVECS04 Frhs2[431]: 6 0 10.5071 shouldn't be
633.96/635.69	WSVECS04 Frhs2[432]: 6 0 10.479 shouldn't be
633.96/635.69	WSVECS04 Frhs2[453]: 6 0 0.169101 shouldn't be
633.96/635.69	WSVECS04 Frhs2[477]: 6 -3.32403 0 shouldn't be
633.96/635.69	WSVECS04 Frhs2[495]: 6 0 10.5071 shouldn't be
633.96/635.69	WSVECS04 Frhs2[502]: 6 -2.00002 0 shouldn't be
633.96/635.69	WSVECS04 Frhs2[516]: 6 -15.0001 0 shouldn't be
633.96/635.69	WSVECS04 Frhs2[531]: 6 -1.49297 0 shouldn't be
633.96/635.69	WSVECS04 Frhs2[565]: 6 -2.56347 0 shouldn't be
633.96/635.69	WSVECS04 Frhs2[728]: 6 -1.54939 0 shouldn't be
633.96/635.69	WSVECS04 Frhs2[868]: 6 -4.84515 0 shouldn't be
633.96/635.69	WSVECS04 Frhs2[889]: 6 0 1.32398 shouldn't be
633.96/635.69	WSVECS04 Frhs2[1078]: 6 0 2.00008 shouldn't be
633.96/635.69	WSVECS04 Frhs2[1096]: 6 -1.00004 0 shouldn't be
633.96/635.69	WSVECS04 Frhs2[1106]: 6 0 2.00004 shouldn't be
633.96/635.69	WSVECS04 Frhs2[1119]: 6 -2.00005 0 shouldn't be
659.90/661.68	c #Conflicts:    1162000 | #Constraints:      85308
659.90/661.68	c #Conflicts:    1163000 | #Constraints:      86308
659.90/661.68	c #Conflicts:    1164000 | #Constraints:      87308
659.90/661.68	c #Conflicts:    1165000 | #Constraints:      88308
659.90/661.68	c #Conflicts:    1166000 | #Constraints:      89308
659.90/661.68	c #Conflicts:    1167000 | #Constraints:      90308
659.90/661.68	c #Conflicts:    1168000 | #Constraints:      91308
659.90/661.68	c #Conflicts:    1169000 | #Constraints:      92308
659.90/661.68	c #Conflicts:    1170000 | #Constraints:      93308
659.90/661.68	c #Conflicts:    1171000 | #Constraints:      94308
659.90/661.68	c #Conflicts:    1172000 | #Constraints:      95308
659.90/661.68	c #Conflicts:    1173000 | #Constraints:      96308
659.90/661.68	c #Conflicts:    1174000 | #Constraints:      97308
659.90/661.68	c #Conflicts:    1175000 | #Constraints:      98308
659.90/661.68	c #Conflicts:    1176000 | #Constraints:      99308
659.90/661.68	c #Conflicts:    1177000 | #Constraints:     100308
659.90/661.68	c #Conflicts:    1178000 | #Constraints:     101308
659.90/661.68	c #Conflicts:    1179000 | #Constraints:     102308
659.90/661.68	c #Conflicts:    1180000 | #Constraints:     103308
659.90/661.68	c #Conflicts:    1181000 | #Constraints:     104308
659.90/661.68	c #Conflicts:    1182000 | #Constraints:     105308
659.90/661.68	c #Conflicts:    1183000 | #Constraints:     106308
659.90/661.68	c #Conflicts:    1184000 | #Constraints:     107308
659.90/661.68	c #Conflicts:    1185000 | #Constraints:     108308
659.90/661.68	c #Conflicts:    1186000 | #Constraints:     109308
659.90/661.68	c #Conflicts:    1187000 | #Constraints:     110308
659.90/661.68	c #Conflicts:    1188000 | #Constraints:     111308
659.90/661.68	c #Conflicts:    1189000 | #Constraints:     112308
659.90/661.68	c #Conflicts:    1190000 | #Constraints:     113308
659.90/661.68	c #Conflicts:    1191000 | #Constraints:     114308
659.90/661.68	c #Conflicts:    1192000 | #Constraints:     115308
659.90/661.68	c #Conflicts:    1193000 | #Constraints:     116308
659.90/661.68	c #Conflicts:    1194000 | #Constraints:     117308
659.90/661.68	c #Conflicts:    1195000 | #Constraints:     118308
659.90/661.68	c #Conflicts:    1196000 | #Constraints:     119308
659.90/661.68	c #Conflicts:    1197000 | #Constraints:     120308
659.90/661.68	c #Conflicts:    1198000 | #Constraints:     121308
659.90/661.68	c #Conflicts:    1199000 | #Constraints:     122308
659.90/661.68	c #Conflicts:    1200000 | #Constraints:     123308
659.90/661.68	c #Conflicts:    1201000 | #Constraints:     124308
659.90/661.68	c INPROCESSING
659.90/661.68	c GARBAGE COLLECT
659.90/661.68	c rational objective 128
673.87/675.69	c #Conflicts:    1202000 | #Constraints:      71654
673.87/675.69	c #Conflicts:    1203000 | #Constraints:      72654
673.87/675.69	c #Conflicts:    1204000 | #Constraints:      73654
673.87/675.69	c #Conflicts:    1205000 | #Constraints:      74654
673.87/675.69	c #Conflicts:    1206000 | #Constraints:      75654
673.87/675.69	c #Conflicts:    1207000 | #Constraints:      76654
673.87/675.69	c #Conflicts:    1208000 | #Constraints:      77654
673.87/675.69	c #Conflicts:    1209000 | #Constraints:      78654
673.87/675.69	c #Conflicts:    1210000 | #Constraints:      79654
673.87/675.69	c #Conflicts:    1211000 | #Constraints:      80654
673.87/675.69	c #Conflicts:    1212000 | #Constraints:      81654
673.87/675.69	c #Conflicts:    1213000 | #Constraints:      82654
673.87/675.69	c #Conflicts:    1214000 | #Constraints:      83654
673.87/675.69	c #Conflicts:    1215000 | #Constraints:      84654
673.87/675.69	c #Conflicts:    1216000 | #Constraints:      85654
673.87/675.69	c #Conflicts:    1217000 | #Constraints:      86654
673.87/675.69	c #Conflicts:    1218000 | #Constraints:      87654
673.87/675.69	c #Conflicts:    1219000 | #Constraints:      88655
673.87/675.69	c #Conflicts:    1220000 | #Constraints:      89655
673.87/675.69	c #Conflicts:    1221000 | #Constraints:      90655
673.87/675.69	c #Conflicts:    1222000 | #Constraints:      91655
673.87/675.69	c #Conflicts:    1223000 | #Constraints:      92655
673.87/675.69	c #Conflicts:    1224000 | #Constraints:      93655
673.87/675.69	c #Conflicts:    1225000 | #Constraints:      94655
673.87/675.69	c #Conflicts:    1226000 | #Constraints:      95655
673.87/675.69	c #Conflicts:    1227000 | #Constraints:      96655
673.87/675.69	c INPROCESSING
673.87/675.69	c GARBAGE COLLECT
673.87/675.69	c rational objective 128
687.13/688.90	c #Conflicts:    1228000 | #Constraints:      57857
687.13/688.90	c #Conflicts:    1229000 | #Constraints:      58857
687.13/688.90	c #Conflicts:    1230000 | #Constraints:      59857
687.13/688.90	c #Conflicts:    1231000 | #Constraints:      60857
687.13/688.90	c #Conflicts:    1232000 | #Constraints:      61857
687.13/688.90	c #Conflicts:    1233000 | #Constraints:      62857
687.13/688.90	c #Conflicts:    1234000 | #Constraints:      63857
687.13/688.90	c #Conflicts:    1235000 | #Constraints:      64857
687.13/688.90	c #Conflicts:    1236000 | #Constraints:      65857
687.13/688.90	c #Conflicts:    1237000 | #Constraints:      66857
687.13/688.90	c #Conflicts:    1238000 | #Constraints:      67857
687.13/688.90	c #Conflicts:    1239000 | #Constraints:      68857
687.13/688.90	c #Conflicts:    1240000 | #Constraints:      69857
687.13/688.90	c #Conflicts:    1241000 | #Constraints:      70857
687.13/688.90	c #Conflicts:    1242000 | #Constraints:      71857
687.13/688.90	c #Conflicts:    1243000 | #Constraints:      72857
687.13/688.90	c #Conflicts:    1244000 | #Constraints:      73857
687.13/688.90	c #Conflicts:    1245000 | #Constraints:      74857
687.13/688.90	c #Conflicts:    1246000 | #Constraints:      75857
687.13/688.90	c #Conflicts:    1247000 | #Constraints:      76857
687.13/688.90	c #Conflicts:    1248000 | #Constraints:      77857
687.13/688.90	c #Conflicts:    1249000 | #Constraints:      78857
687.13/688.90	c #Conflicts:    1250000 | #Constraints:      79857
687.13/688.90	c #Conflicts:    1251000 | #Constraints:      80857
687.13/688.90	c #Conflicts:    1252000 | #Constraints:      81857
687.13/688.90	c #Conflicts:    1253000 | #Constraints:      82857
687.13/688.90	c INPROCESSING
687.13/688.90	c GARBAGE COLLECT
687.13/688.90	c rational objective 128
699.31/701.13	c #Conflicts:    1254000 | #Constraints:      50925
699.31/701.13	c #Conflicts:    1255000 | #Constraints:      51926
699.31/701.13	c #Conflicts:    1256000 | #Constraints:      52926
699.31/701.13	c #Conflicts:    1257000 | #Constraints:      53926
699.31/701.13	c #Conflicts:    1258000 | #Constraints:      54926
699.31/701.13	c #Conflicts:    1259000 | #Constraints:      55927
699.31/701.13	c #Conflicts:    1260000 | #Constraints:      56927
699.31/701.13	c #Conflicts:    1261000 | #Constraints:      57927
699.31/701.13	c #Conflicts:    1262000 | #Constraints:      58927
699.31/701.13	c #Conflicts:    1263000 | #Constraints:      59927
699.31/701.13	c #Conflicts:    1264000 | #Constraints:      60927
699.31/701.13	c #Conflicts:    1265000 | #Constraints:      61927
699.31/701.13	c #Conflicts:    1266000 | #Constraints:      62927
699.31/701.13	c #Conflicts:    1267000 | #Constraints:      63928
699.31/701.13	c #Conflicts:    1268000 | #Constraints:      64930
699.31/701.13	c #Conflicts:    1269000 | #Constraints:      65931
699.31/701.13	c #Conflicts:    1270000 | #Constraints:      66932
699.31/701.13	c #Conflicts:    1271000 | #Constraints:      67932
699.31/701.13	c #Conflicts:    1272000 | #Constraints:      68932
699.31/701.13	c #Conflicts:    1273000 | #Constraints:      69932
699.31/701.13	WSVECS04 Frhs2[522]: 6 -0.666726 0 shouldn't be
699.31/701.13	WSVECS04 Frhs2[549]: 6 -1.0001 0 shouldn't be
699.31/701.13	WSVECS04 Frhs2[604]: 6 -2.00005 0 shouldn't be
699.31/701.13	WSVECS04 Frhs2[732]: 6 -4.00005 0 shouldn't be
701.50/703.35	c #Conflicts:    1274000 | #Constraints:      70932
701.50/703.35	c #Conflicts:    1275000 | #Constraints:      71932
701.50/703.35	c #Conflicts:    1276000 | #Constraints:      72932
701.50/703.35	c #Conflicts:    1277000 | #Constraints:      73933
701.50/703.35	WSVECS04 Frhs2[8]: 6 -2.00002 0 shouldn't be
701.50/703.35	WSVECS04 Frhs2[78]: 6 0 36.2 shouldn't be
701.50/703.35	WSVECS04 Frhs2[113]: 6 -2.00007 0 shouldn't be
701.50/703.35	WSVECS04 Frhs2[123]: 6 0 0.400014 shouldn't be
701.50/703.35	WSVECS04 Frhs2[137]: 6 -16.0001 0 shouldn't be
701.50/703.35	WSVECS04 Frhs2[157]: 6 0 2.00007 shouldn't be
701.50/703.35	WSVECS04 Frhs2[159]: 6 0 2.00009 shouldn't be
701.50/703.35	WSVECS04 Frhs2[183]: 6 -3.00003 0 shouldn't be
701.50/703.35	WSVECS04 Frhs2[287]: 6 0 6.00009 shouldn't be
701.50/703.35	WSVECS04 Frhs2[295]: 6 0 2.00007 shouldn't be
701.50/703.35	WSVECS04 Frhs2[335]: 6 0 14.0001 shouldn't be
701.50/703.35	WSVECS04 Frhs2[374]: 6 -4.00002 0 shouldn't be
701.50/703.35	WSVECS04 Frhs2[415]: 6 0 2.00004 shouldn't be
701.50/703.35	WSVECS04 Frhs2[424]: 6 -4.00003 0 shouldn't be
701.50/703.35	WSVECS04 Frhs2[428]: 6 -6.00002 0 shouldn't be
701.50/703.35	WSVECS04 Frhs2[444]: 6 0 3.20007 shouldn't be
701.50/703.35	WSVECS04 Frhs2[454]: 6 0 4.00008 shouldn't be
701.50/703.35	WSVECS04 Frhs2[485]: 6 0 1.00004 shouldn't be
701.50/703.35	WSVECS04 Frhs2[487]: 6 0 2.00008 shouldn't be
701.50/703.35	WSVECS04 Frhs2[500]: 6 0 1.00001 shouldn't be
701.50/703.35	WSVECS04 Frhs2[534]: 6 0 3.40004 shouldn't be
701.50/703.35	WSVECS04 Frhs2[549]: 6 -2.00008 0 shouldn't be
701.50/703.35	WSVECS04 Frhs2[554]: 6 -7.00007 0 shouldn't be
701.50/703.35	WSVECS04 Frhs2[567]: 6 -3.00009 0 shouldn't be
701.50/703.35	WSVECS04 Frhs2[604]: 6 -2.00002 0 shouldn't be
701.50/703.35	WSVECS04 Frhs2[635]: 6 0 0.800057 shouldn't be
701.50/703.35	WSVECS04 Frhs2[642]: 6 -8.00001 0 shouldn't be
701.50/703.35	WSVECS04 Frhs2[664]: 6 0 8.00006 shouldn't be
701.50/703.35	WSVECS04 Frhs2[679]: 6 0 2.00007 shouldn't be
701.50/703.35	WSVECS04 Frhs2[688]: 6 -4.00001 0 shouldn't be
701.50/703.35	WSVECS04 Frhs2[700]: 6 0 3.20009 shouldn't be
701.50/703.35	WSVECS04 Frhs2[704]: 6 -7.20007 0 shouldn't be
701.50/703.35	WSVECS04 Frhs2[756]: 6 0 3.00005 shouldn't be
701.50/703.35	WSVECS04 Frhs2[767]: 6 0 1.20009 shouldn't be
701.50/703.35	WSVECS04 Frhs2[785]: 6 -4.00004 0 shouldn't be
701.50/703.35	WSVECS04 Frhs2[796]: 6 0 7.00002 shouldn't be
701.50/703.35	WSVECS04 Frhs2[800]: 6 0 5.00006 shouldn't be
701.50/703.35	WSVECS04 Frhs2[807]: 6 0 2.00009 shouldn't be
701.50/703.35	WSVECS04 Frhs2[827]: 6 0 2.2001 shouldn't be
701.50/703.35	WSVECS04 Frhs2[849]: 6 0 2.0001 shouldn't be
701.50/703.35	WSVECS04 Frhs2[854]: 6 0 0.400043 shouldn't be
701.50/703.35	WSVECS04 Frhs2[888]: 6 0 28.4001 shouldn't be
701.50/703.35	WSVECS04 Frhs2[889]: 6 -2.00008 0 shouldn't be
701.50/703.35	WSVECS04 Frhs2[1106]: 6 0 2.00003 shouldn't be
701.50/703.35	WSVECS04 Frhs2[1113]: 6 0 2.00004 shouldn't be
701.50/703.35	WSVECS04 Frhs2[1181]: 6 -2.00004 0 shouldn't be
701.50/703.35	WSVECS04 Frhs2[1266]: 6 -2.00005 0 shouldn't be
704.30/706.14	c #Conflicts:    1278000 | #Constraints:      74933
704.30/706.14	c #Conflicts:    1279000 | #Constraints:      75933
704.30/706.14	c #Conflicts:    1280000 | #Constraints:      76933
704.30/706.14	c INPROCESSING
704.30/706.14	c GARBAGE COLLECT
704.30/706.14	c rational objective 128
733.72/735.63	c #Conflicts:    1281000 | #Constraints:      48273
733.72/735.63	c #Conflicts:    1282000 | #Constraints:      49273
733.72/735.63	c #Conflicts:    1283000 | #Constraints:      50273
733.72/735.63	c #Conflicts:    1284000 | #Constraints:      51273
733.72/735.63	c #Conflicts:    1285000 | #Constraints:      52273
733.72/735.63	c #Conflicts:    1286000 | #Constraints:      53273
733.72/735.63	c #Conflicts:    1287000 | #Constraints:      54273
733.72/735.63	c #Conflicts:    1288000 | #Constraints:      55273
733.72/735.63	c #Conflicts:    1289000 | #Constraints:      56273
733.72/735.63	c #Conflicts:    1290000 | #Constraints:      57273
733.72/735.63	c #Conflicts:    1291000 | #Constraints:      58273
733.72/735.63	c #Conflicts:    1292000 | #Constraints:      59273
733.72/735.63	c #Conflicts:    1293000 | #Constraints:      60273
733.72/735.63	c #Conflicts:    1294000 | #Constraints:      61273
733.72/735.63	c #Conflicts:    1295000 | #Constraints:      62273
733.72/735.63	c #Conflicts:    1296000 | #Constraints:      63273
733.72/735.63	c #Conflicts:    1297000 | #Constraints:      64273
733.72/735.63	c #Conflicts:    1298000 | #Constraints:      65273
733.72/735.63	c #Conflicts:    1299000 | #Constraints:      66273
733.72/735.63	c #Conflicts:    1300000 | #Constraints:      67273
733.72/735.63	c #Conflicts:    1301000 | #Constraints:      68273
733.72/735.63	c #Conflicts:    1302000 | #Constraints:      69273
733.72/735.63	c #Conflicts:    1303000 | #Constraints:      70273
733.72/735.63	c #Conflicts:    1304000 | #Constraints:      71273
733.72/735.63	c #Conflicts:    1305000 | #Constraints:      72273
733.72/735.63	c #Conflicts:    1306000 | #Constraints:      73273
733.72/735.63	c #Conflicts:    1307000 | #Constraints:      74273
733.72/735.63	c #Conflicts:    1308000 | #Constraints:      75273
733.72/735.63	c #Conflicts:    1309000 | #Constraints:      76273
733.72/735.63	c #Conflicts:    1310000 | #Constraints:      77273
733.72/735.63	c #Conflicts:    1311000 | #Constraints:      78273
733.72/735.63	c #Conflicts:    1312000 | #Constraints:      79273
733.72/735.63	c #Conflicts:    1313000 | #Constraints:      80273
733.72/735.63	c #Conflicts:    1314000 | #Constraints:      81273
733.72/735.63	c #Conflicts:    1315000 | #Constraints:      82273
733.72/735.63	c #Conflicts:    1316000 | #Constraints:      83273
733.72/735.63	c #Conflicts:    1317000 | #Constraints:      84273
733.72/735.63	c #Conflicts:    1318000 | #Constraints:      85273
733.72/735.63	c #Conflicts:    1319000 | #Constraints:      86273
733.72/735.63	c #Conflicts:    1320000 | #Constraints:      87273
733.72/735.63	c #Conflicts:    1321000 | #Constraints:      88273
733.72/735.63	c #Conflicts:    1322000 | #Constraints:      89273
733.72/735.63	c #Conflicts:    1323000 | #Constraints:      90273
733.72/735.63	c #Conflicts:    1324000 | #Constraints:      91273
733.72/735.63	c #Conflicts:    1325000 | #Constraints:      92273
733.72/735.63	c #Conflicts:    1326000 | #Constraints:      93273
733.72/735.63	c #Conflicts:    1327000 | #Constraints:      94273
733.72/735.63	c #Conflicts:    1328000 | #Constraints:      95273
733.72/735.63	c #Conflicts:    1329000 | #Constraints:      96273
733.72/735.63	c #Conflicts:    1330000 | #Constraints:      97273
733.72/735.63	c #Conflicts:    1331000 | #Constraints:      98273
733.72/735.63	c #Conflicts:    1332000 | #Constraints:      99273
733.72/735.63	c #Conflicts:    1333000 | #Constraints:     100273
733.72/735.63	c #Conflicts:    1334000 | #Constraints:     101273
733.72/735.63	c #Conflicts:    1335000 | #Constraints:     102273
733.72/735.63	c #Conflicts:    1336000 | #Constraints:     103273
733.72/735.63	c #Conflicts:    1337000 | #Constraints:     104273
733.72/735.63	c #Conflicts:    1338000 | #Constraints:     105273
733.72/735.63	WSVECS04 Frhs2[9]: 6 0 5.10514 shouldn't be
733.72/735.63	WSVECS04 Frhs2[33]: 6 0 4.81526 shouldn't be
733.72/735.63	WSVECS04 Frhs2[39]: 6 0 1.19566 shouldn't be
733.72/735.63	WSVECS04 Frhs2[73]: 6 0 6.32251 shouldn't be
733.72/735.63	WSVECS04 Frhs2[74]: 6 -1.72465 0 shouldn't be
733.72/735.63	WSVECS04 Frhs2[85]: 6 0 1.13048 shouldn't be
733.72/735.63	WSVECS04 Frhs2[97]: 6 0 2.40226 shouldn't be
733.72/735.63	WSVECS04 Frhs2[107]: 6 0 2.77178 shouldn't be
733.72/735.63	WSVECS04 Frhs2[139]: 6 0 0.927597 shouldn't be
733.72/735.63	WSVECS04 Frhs2[142]: 6 0 0.862382 shouldn't be
733.72/735.63	WSVECS04 Frhs2[144]: 6 0 0.431252 shouldn't be
733.72/735.63	WSVECS04 Frhs2[149]: 6 0 1.13053 shouldn't be
733.72/735.63	WSVECS04 Frhs2[166]: 6 0 0.260916 shouldn't be
733.72/735.63	WSVECS04 Frhs2[168]: 6 0 2.8914 shouldn't be
733.72/735.63	WSVECS04 Frhs2[174]: 6 -2.26095 0 shouldn't be
733.72/735.63	WSVECS04 Frhs2[176]: 6 0 0.44569 shouldn't be
733.72/735.63	WSVECS04 Frhs2[213]: 6 0 1.13048 shouldn't be
733.72/735.63	WSVECS04 Frhs2[235]: 6 0 3.47831 shouldn't be
733.72/735.63	WSVECS04 Frhs2[237]: 6 0 0.260949 shouldn't be
733.72/735.63	WSVECS04 Frhs2[239]: 6 0 1.47829 shouldn't be
733.72/735.63	WSVECS04 Frhs2[290]: 6 0 1.13046 shouldn't be
733.72/735.63	WSVECS04 Frhs2[302]: 6 -1.04355 0 shouldn't be
733.72/735.63	WSVECS04 Frhs2[353]: 6 0 4.81528 shouldn't be
733.72/735.63	WSVECS04 Frhs2[361]: 6 0 2.44574 shouldn't be
733.72/735.63	WSVECS04 Frhs2[395]: 6 0 0.0652295 shouldn't be
733.72/735.63	WSVECS04 Frhs2[405]: 6 0 1.1305 shouldn't be
733.72/735.63	WSVECS04 Frhs2[427]: 6 0 3.21743 shouldn't be
733.72/735.63	WSVECS04 Frhs2[431]: 6 0 1.21748 shouldn't be
733.72/735.63	WSVECS04 Frhs2[461]: 6 0 2.08697 shouldn't be
733.72/735.63	WSVECS04 Frhs2[464]: 6 0 1.93847 shouldn't be
733.72/735.63	WSVECS04 Frhs2[488]: 6 0 0.47836 shouldn't be
733.72/735.63	WSVECS04 Frhs2[524]: 6 0 4.59426 shouldn't be
733.72/735.63	WSVECS04 Frhs2[591]: 6 0 3.18849 shouldn't be
733.72/735.63	WSVECS04 Frhs2[623]: 6 0 1.21747 shouldn't be
733.72/735.63	WSVECS04 Frhs2[651]: 6 0 1.47835 shouldn't be
733.72/735.63	WSVECS04 Frhs2[675]: 6 0 2.1522 shouldn't be
733.72/735.63	WSVECS04 Frhs2[683]: 6 0 3.47832 shouldn't be
733.72/735.63	WSVECS04 Frhs2[783]: 6 0 2.00004 shouldn't be
733.72/735.63	WSVECS04 Frhs2[807]: 6 0 0.108738 shouldn't be
733.72/735.63	WSVECS04 Frhs2[841]: 6 0 6.3225 shouldn't be
733.72/735.63	WSVECS04 Frhs2[848]: 6 0 1.93844 shouldn't be
733.72/735.63	WSVECS04 Frhs2[865]: 6 0 3.68482 shouldn't be
733.72/735.63	WSVECS04 Frhs2[873]: 6 0 1.22829 shouldn't be
733.72/735.63	WSVECS04 Frhs2[1049]: 6 -2.00006 0 shouldn't be
733.72/735.63	WSVECS04 Frhs2[1233]: 6 0 2.0001 shouldn't be
733.72/735.63	WSVECS04 Frhs2[1246]: 6 0 1.00009 shouldn't be
733.72/735.63	WSVECS04 Frhs2[1257]: 6 0 1.00006 shouldn't be
733.72/735.63	WSVECS04 Frhs2[1273]: 6 -1.00005 0 shouldn't be
733.72/735.63	WSVECS04 Frhs2[1399]: 6 0 1.47835 shouldn't be
752.37/754.39	c #Conflicts:    1339000 | #Constraints:     106273
752.37/754.39	c #Conflicts:    1340000 | #Constraints:     107273
752.37/754.39	c #Conflicts:    1341000 | #Constraints:     108273
752.37/754.39	c #Conflicts:    1342000 | #Constraints:     109273
752.37/754.39	c #Conflicts:    1343000 | #Constraints:     110273
752.37/754.39	c #Conflicts:    1344000 | #Constraints:     111273
752.37/754.39	c #Conflicts:    1345000 | #Constraints:     112273
752.37/754.39	c #Conflicts:    1346000 | #Constraints:     113273
752.37/754.39	c #Conflicts:    1347000 | #Constraints:     114273
752.37/754.39	c #Conflicts:    1348000 | #Constraints:     115273
752.37/754.39	c #Conflicts:    1349000 | #Constraints:     116273
752.37/754.39	c #Conflicts:    1350000 | #Constraints:     117273
752.37/754.39	c #Conflicts:    1351000 | #Constraints:     118273
752.37/754.39	c #Conflicts:    1352000 | #Constraints:     119273
752.37/754.39	c #Conflicts:    1353000 | #Constraints:     120273
752.37/754.39	c #Conflicts:    1354000 | #Constraints:     121273
752.37/754.39	c #Conflicts:    1355000 | #Constraints:     122273
752.37/754.39	c #Conflicts:    1356000 | #Constraints:     123273
752.37/754.39	c #Conflicts:    1357000 | #Constraints:     124273
752.37/754.39	c #Conflicts:    1358000 | #Constraints:     125273
752.37/754.39	c #Conflicts:    1359000 | #Constraints:     126273
752.37/754.39	c #Conflicts:    1360000 | #Constraints:     127273
752.37/754.39	c #Conflicts:    1361000 | #Constraints:     128273
752.37/754.39	c #Conflicts:    1362000 | #Constraints:     129273
752.37/754.39	c #Conflicts:    1363000 | #Constraints:     130273
752.37/754.39	c #Conflicts:    1364000 | #Constraints:     131273
752.37/754.39	c #Conflicts:    1365000 | #Constraints:     132273
752.37/754.39	c INPROCESSING
752.37/754.39	c GARBAGE COLLECT
752.37/754.39	c rational objective 128
753.67/755.67	c #Conflicts:    1366000 | #Constraints:      75953
753.67/755.67	WSVECS04 Frhs2[48]: 6 0 1.97203 shouldn't be
753.67/755.67	WSVECS04 Frhs2[90]: 6 0 0.741319 shouldn't be
753.67/755.67	WSVECS04 Frhs2[110]: 6 -2.14928 0 shouldn't be
753.67/755.67	WSVECS04 Frhs2[137]: 6 -2.70735 0 shouldn't be
753.67/755.67	WSVECS04 Frhs2[177]: 6 0 1.56214 shouldn't be
753.67/755.67	WSVECS04 Frhs2[278]: 6 0 3.23542 shouldn't be
753.67/755.67	WSVECS04 Frhs2[281]: 6 0 2.0001 shouldn't be
753.67/755.67	WSVECS04 Frhs2[296]: 6 0 2.61953 shouldn't be
753.67/755.67	WSVECS04 Frhs2[302]: 6 -1.80641 0 shouldn't be
753.67/755.67	WSVECS04 Frhs2[304]: 6 0 1.97198 shouldn't be
753.67/755.67	WSVECS04 Frhs2[346]: 6 0 0.741326 shouldn't be
753.67/755.67	WSVECS04 Frhs2[348]: 6 -2.48953 0 shouldn't be
753.67/755.67	WSVECS04 Frhs2[351]: 6 0 1.24481 shouldn't be
753.67/755.67	WSVECS04 Frhs2[366]: 6 -5.23541 0 shouldn't be
753.67/755.67	WSVECS04 Frhs2[368]: 6 0 0.984908 shouldn't be
753.67/755.67	WSVECS04 Frhs2[374]: 6 -3.63821 0 shouldn't be
753.67/755.67	WSVECS04 Frhs2[481]: 6 -4.56792 0 shouldn't be
753.67/755.67	WSVECS04 Frhs2[488]: 6 0 2.61953 shouldn't be
753.67/755.67	WSVECS04 Frhs2[498]: 6 0 2.04923 shouldn't be
753.67/755.67	WSVECS04 Frhs2[501]: 6 0 0.671026 shouldn't be
753.67/755.67	WSVECS04 Frhs2[552]: 6 0 2.61951 shouldn't be
753.67/755.67	WSVECS04 Frhs2[589]: 6 0 0.574177 shouldn't be
753.67/755.67	WSVECS04 Frhs2[591]: 6 0 0.367765 shouldn't be
753.67/755.67	WSVECS04 Frhs2[601]: 6 0 2.00005 shouldn't be
753.67/755.67	WSVECS04 Frhs2[607]: 6 0 1.24478 shouldn't be
753.67/755.67	WSVECS04 Frhs2[612]: 6 -4.70955 0 shouldn't be
753.67/755.67	WSVECS04 Frhs2[622]: 6 -6.45238 0 shouldn't be
753.67/755.67	WSVECS04 Frhs2[806]: 6 -9.92908 0 shouldn't be
753.67/755.67	WSVECS04 Frhs2[816]: 6 0 1.97203 shouldn't be
753.67/755.67	WSVECS04 Frhs2[818]: 6 0 1.03285 shouldn't be
753.67/755.67	WSVECS04 Frhs2[862]: 6 -7.19338 0 shouldn't be
753.67/755.67	WSVECS04 Frhs2[865]: 6 0 0.61949 shouldn't be
753.67/755.67	WSVECS04 Frhs2[868]: 6 0 0.619457 shouldn't be
753.67/755.67	WSVECS04 Frhs2[870]: 6 0 0.619521 shouldn't be
753.67/755.67	WSVECS04 Frhs2[904]: 6 -1.00006 0 shouldn't be
753.67/755.67	WSVECS04 Frhs2[920]: 6 -1.00005 0 shouldn't be
753.67/755.67	WSVECS04 Frhs2[960]: 6 0 1.85179 shouldn't be
753.67/755.67	WSVECS04 Frhs2[1002]: 6 0 0.221695 shouldn't be
753.67/755.67	WSVECS04 Frhs2[1071]: 6 0 1.97667 shouldn't be
753.67/755.67	WSVECS04 Frhs2[1137]: 6 0 0.485343 shouldn't be
753.67/755.68	WSVECS04 Frhs2[1183]: 6 0 0.622405 shouldn't be
753.67/755.68	WSVECS04 Frhs2[1217]: 6 -1.00002 0 shouldn't be
753.67/755.68	WSVECS04 Frhs2[1224]: 6 -1.00003 0 shouldn't be
753.67/755.68	WSVECS04 Frhs2[1225]: 6 0 0.622404 shouldn't be
753.67/755.68	WSVECS04 Frhs2[1232]: 6 0 0.235461 shouldn't be
755.96/757.98	c #Conflicts:    1367000 | #Constraints:      76953
755.96/757.98	c #Conflicts:    1368000 | #Constraints:      77953
755.96/757.98	c #Conflicts:    1369000 | #Constraints:      78953
755.96/757.98	c #Conflicts:    1370000 | #Constraints:      79953
755.96/757.98	WSVECS04 Frhs2[83]: 6 -4.00006 0 shouldn't be
755.96/757.98	WSVECS04 Frhs2[274]: 6 0 1.00001 shouldn't be
755.96/757.98	WSVECS04 Frhs2[276]: 6 0 3.00003 shouldn't be
755.96/757.98	WSVECS04 Frhs2[300]: 6 0 12.0001 shouldn't be
755.96/757.98	WSVECS04 Frhs2[330]: 6 -2.00004 0 shouldn't be
755.96/757.98	WSVECS04 Frhs2[341]: 6 -5.00005 0 shouldn't be
755.96/757.98	WSVECS04 Frhs2[357]: 6 -4.00008 0 shouldn't be
755.96/757.98	WSVECS04 Frhs2[362]: 6 0 2.00004 shouldn't be
755.96/757.98	WSVECS04 Frhs2[365]: 6 0 2.0001 shouldn't be
755.96/757.98	WSVECS04 Frhs2[382]: 6 0 3.50004 shouldn't be
755.96/757.98	WSVECS04 Frhs2[489]: 6 0 3.00004 shouldn't be
755.96/757.98	WSVECS04 Frhs2[492]: 6 0 15.0001 shouldn't be
755.96/757.98	WSVECS04 Frhs2[522]: 6 -2.00008 0 shouldn't be
755.96/757.98	WSVECS04 Frhs2[535]: 6 0 5.00002 shouldn't be
755.96/757.98	WSVECS04 Frhs2[554]: 6 -13.0001 0 shouldn't be
755.96/757.98	WSVECS04 Frhs2[556]: 6 0 11.5001 shouldn't be
755.96/757.98	WSVECS04 Frhs2[600]: 6 -8.00005 0 shouldn't be
755.96/757.98	WSVECS04 Frhs2[620]: 6 0 13.5001 shouldn't be
755.96/757.98	WSVECS04 Frhs2[624]: 6 0 2.00008 shouldn't be
755.96/757.98	WSVECS04 Frhs2[686]: 6 -3.00009 0 shouldn't be
755.96/757.98	WSVECS04 Frhs2[688]: 6 0 0.500049 shouldn't be
755.96/757.98	WSVECS04 Frhs2[702]: 6 0 4.37503 shouldn't be
755.96/757.98	WSVECS04 Frhs2[705]: 6 -1.00007 0 shouldn't be
755.96/757.98	WSVECS04 Frhs2[727]: 6 0 2.00002 shouldn't be
755.96/757.98	WSVECS04 Frhs2[745]: 6 -16 0 shouldn't be
755.96/757.98	WSVECS04 Frhs2[752]: 6 0 0.500023 shouldn't be
755.96/757.98	WSVECS04 Frhs2[791]: 6 0 2.00006 shouldn't be
755.96/757.98	WSVECS04 Frhs2[850]: 6 -3.00009 0 shouldn't be
755.96/757.98	WSVECS04 Frhs2[876]: 6 0 12 shouldn't be
755.96/757.98	WSVECS04 Frhs2[969]: 6 0 1.00005 shouldn't be
758.95/760.99	c #Conflicts:    1371000 | #Constraints:      80954
758.95/760.99	c #Conflicts:    1372000 | #Constraints:      81954
758.95/760.99	c #Conflicts:    1373000 | #Constraints:      82955
758.95/760.99	c #Conflicts:    1374000 | #Constraints:      83955
758.95/760.99	c #Conflicts:    1375000 | #Constraints:      84955
758.95/760.99	WSVECS04 Frhs2[34]: 6 0 2.00004 shouldn't be
758.95/760.99	WSVECS04 Frhs2[84]: 6 0 3.00005 shouldn't be
758.95/760.99	WSVECS04 Frhs2[93]: 6 -9.00003 0 shouldn't be
758.95/760.99	WSVECS04 Frhs2[116]: 6 0 2.00009 shouldn't be
758.95/760.99	WSVECS04 Frhs2[120]: 6 0 0.00993105 shouldn't be
758.95/760.99	WSVECS04 Frhs2[124]: 6 0 0.995116 shouldn't be
758.95/760.99	WSVECS04 Frhs2[147]: 6 -12.0001 0 shouldn't be
758.95/760.99	WSVECS04 Frhs2[150]: 6 0 9.03457 shouldn't be
758.95/760.99	WSVECS04 Frhs2[157]: 6 0 1.00007 shouldn't be
758.95/760.99	WSVECS04 Frhs2[158]: 6 0 3.00009 shouldn't be
758.95/760.99	WSVECS04 Frhs2[160]: 6 0 3.00005 shouldn't be
758.95/760.99	WSVECS04 Frhs2[162]: 6 0 2.00006 shouldn't be
758.95/760.99	WSVECS04 Frhs2[163]: 6 0 15.005 shouldn't be
758.95/760.99	WSVECS04 Frhs2[242]: 6 0 0.955758 shouldn't be
758.95/760.99	WSVECS04 Frhs2[255]: 6 0 0.00993814 shouldn't be
758.95/760.99	WSVECS04 Frhs2[266]: 6 -4.00003 0 shouldn't be
758.95/760.99	WSVECS04 Frhs2[282]: 6 -4.00008 0 shouldn't be
758.95/760.99	WSVECS04 Frhs2[306]: 6 0 3.94589 shouldn't be
758.95/760.99	WSVECS04 Frhs2[371]: 6 0 2.02961 shouldn't be
758.95/760.99	WSVECS04 Frhs2[374]: 6 -11 0 shouldn't be
758.95/760.99	WSVECS04 Frhs2[415]: 6 0 4.00004 shouldn't be
758.95/760.99	WSVECS04 Frhs2[612]: 6 -6.38919 0 shouldn't be
758.95/760.99	WSVECS04 Frhs2[628]: 6 0 2.00008 shouldn't be
758.95/760.99	WSVECS04 Frhs2[669]: 6 0 2.00004 shouldn't be
758.95/760.99	WSVECS04 Frhs2[684]: 6 0 0.857209 shouldn't be
758.95/760.99	WSVECS04 Frhs2[686]: 6 0 0.00989831 shouldn't be
758.95/760.99	WSVECS04 Frhs2[688]: 6 -15.4286 0 shouldn't be
758.95/760.99	WSVECS04 Frhs2[703]: 6 0 0.0197707 shouldn't be
758.95/760.99	WSVECS04 Frhs2[736]: 6 -12.0001 0 shouldn't be
758.95/760.99	WSVECS04 Frhs2[742]: 6 0 2.00002 shouldn't be
758.95/760.99	WSVECS04 Frhs2[756]: 6 0 1.04436 shouldn't be
758.95/760.99	WSVECS04 Frhs2[764]: 6 0 1.00497 shouldn't be
758.95/760.99	WSVECS04 Frhs2[767]: 6 0 0.0197665 shouldn't be
758.95/760.99	WSVECS04 Frhs2[882]: 6 0 0.955701 shouldn't be
758.95/760.99	WSVECS04 Frhs2[883]: 6 0 2.02964 shouldn't be
758.95/760.99	WSVECS04 Frhs2[963]: 6 -2.00007 0 shouldn't be
758.95/760.99	WSVECS04 Frhs2[966]: 6 -1.00001 0 shouldn't be
758.95/760.99	WSVECS04 Frhs2[1009]: 6 -1.00009 0 shouldn't be
758.95/760.99	WSVECS04 Frhs2[1104]: 6 0 1.00006 shouldn't be
758.95/760.99	WSVECS04 Frhs2[1182]: 6 0 1.14289 shouldn't be
758.95/760.99	WSVECS04 Frhs2[1321]: 6 0 1.00006 shouldn't be
758.95/760.99	WSVECS04 Frhs2[1323]: 6 -1.00005 0 shouldn't be
758.95/760.99	WSVECS04 Frhs2[1335]: 6 -2.00004 0 shouldn't be
758.95/760.99	WSVECS04 Frhs2[1336]: 6 0 1.00007 shouldn't be
758.95/760.99	WSVECS04 Frhs2[1337]: 6 0 1.00004 shouldn't be
772.31/774.32	c #Conflicts:    1376000 | #Constraints:      85955
772.31/774.32	c #Conflicts:    1377000 | #Constraints:      86955
772.31/774.32	c #Conflicts:    1378000 | #Constraints:      87955
772.31/774.32	c #Conflicts:    1379000 | #Constraints:      88957
772.31/774.32	c #Conflicts:    1380000 | #Constraints:      89958
772.31/774.32	c #Conflicts:    1381000 | #Constraints:      90958
772.31/774.32	c #Conflicts:    1382000 | #Constraints:      91958
772.31/774.32	c #Conflicts:    1383000 | #Constraints:      92959
772.31/774.32	c #Conflicts:    1384000 | #Constraints:      93959
772.31/774.32	c #Conflicts:    1385000 | #Constraints:      94959
772.31/774.32	c #Conflicts:    1386000 | #Constraints:      95959
772.31/774.32	c #Conflicts:    1387000 | #Constraints:      96959
772.31/774.32	c #Conflicts:    1388000 | #Constraints:      97962
772.31/774.32	c #Conflicts:    1389000 | #Constraints:      98962
772.31/774.32	c #Conflicts:    1390000 | #Constraints:      99962
772.31/774.32	c #Conflicts:    1391000 | #Constraints:     100963
772.31/774.32	c #Conflicts:    1392000 | #Constraints:     101963
772.31/774.32	c INPROCESSING
772.31/774.32	c GARBAGE COLLECT
772.31/774.32	c rational objective 128
775.70/777.70	c #Conflicts:    1393000 | #Constraints:      60499
775.70/777.70	c #Conflicts:    1394000 | #Constraints:      61499
775.70/777.70	c #Conflicts:    1395000 | #Constraints:      62499
775.70/777.70	c #Conflicts:    1396000 | #Constraints:      63499
775.70/777.70	c #Conflicts:    1397000 | #Constraints:      64499
775.70/777.70	c #Conflicts:    1398000 | #Constraints:      65499
775.70/777.70	WSVECS04 Frhs2[11]: 6 0 1.00006 shouldn't be
775.70/777.70	WSVECS04 Frhs2[28]: 6 -2.00001 0 shouldn't be
775.70/777.70	WSVECS04 Frhs2[32]: 6 0 11.0001 shouldn't be
775.70/777.70	WSVECS04 Frhs2[71]: 6 0 2.33334 shouldn't be
775.70/777.70	WSVECS04 Frhs2[114]: 6 0 5.0001 shouldn't be
775.70/777.70	WSVECS04 Frhs2[137]: 6 0 2.00007 shouldn't be
775.70/777.70	WSVECS04 Frhs2[203]: 6 0 1.33343 shouldn't be
775.70/777.70	WSVECS04 Frhs2[214]: 6 -12.0001 0 shouldn't be
775.70/777.70	WSVECS04 Frhs2[263]: 6 0 7.33342 shouldn't be
775.70/777.70	WSVECS04 Frhs2[310]: 6 0 3.00008 shouldn't be
775.70/777.70	WSVECS04 Frhs2[391]: 6 0 4.33335 shouldn't be
775.70/777.70	WSVECS04 Frhs2[455]: 6 0 2.3334 shouldn't be
775.70/777.70	WSVECS04 Frhs2[511]: 6 -5.00002 0 shouldn't be
775.70/777.70	WSVECS04 Frhs2[513]: 6 -0.500029 0 shouldn't be
775.70/777.70	WSVECS04 Frhs2[519]: 6 0 2.33342 shouldn't be
775.70/777.70	WSVECS04 Frhs2[573]: 6 0 3.00007 shouldn't be
775.70/777.70	WSVECS04 Frhs2[647]: 6 0 2.3334 shouldn't be
775.70/777.70	WSVECS04 Frhs2[653]: 6 0 0.666751 shouldn't be
775.70/777.70	WSVECS04 Frhs2[690]: 6 0 3.33337 shouldn't be
775.70/777.70	WSVECS04 Frhs2[714]: 6 0 3.00007 shouldn't be
775.70/777.70	WSVECS04 Frhs2[715]: 6 -9.00006 0 shouldn't be
775.70/777.70	WSVECS04 Frhs2[716]: 6 0 0.666754 shouldn't be
775.70/777.70	WSVECS04 Frhs2[718]: 6 0 0.333406 shouldn't be
775.70/777.70	WSVECS04 Frhs2[746]: 6 0 1.66671 shouldn't be
775.70/777.70	WSVECS04 Frhs2[769]: 6 -2.50009 0 shouldn't be
775.70/777.70	WSVECS04 Frhs2[841]: 6 0 2.00009 shouldn't be
775.70/777.70	WSVECS04 Frhs2[873]: 6 0 1.50004 shouldn't be
775.70/777.70	WSVECS04 Frhs2[1010]: 6 0 4.00008 shouldn't be
775.70/777.70	WSVECS04 Frhs2[1029]: 6 -1.00009 0 shouldn't be
775.70/777.70	WSVECS04 Frhs2[1039]: 6 -1.00007 0 shouldn't be
775.70/777.70	WSVECS04 Frhs2[1242]: 6 -2.00003 0 shouldn't be
775.70/777.70	WSVECS04 Frhs2[1296]: 6 0 1.00007 shouldn't be
777.11/779.19	c #Conflicts:    1399000 | #Constraints:      66499
777.11/779.19	c #Conflicts:    1400000 | #Constraints:      67499
777.11/779.19	c #Conflicts:    1401000 | #Constraints:      68499
777.11/779.19	WSVECS04 Frhs2[93]: 6 -2.00001 0 shouldn't be
777.11/779.19	WSVECS04 Frhs2[266]: 6 -5.10602 0 shouldn't be
777.11/779.19	WSVECS04 Frhs2[313]: 6 0 0.332982 shouldn't be
777.11/779.19	WSVECS04 Frhs2[324]: 6 -11.1562 0 shouldn't be
777.11/779.19	WSVECS04 Frhs2[349]: 6 0 2.0001 shouldn't be
777.11/779.19	WSVECS04 Frhs2[377]: 6 0 0.266407 shouldn't be
777.11/779.19	WSVECS04 Frhs2[383]: 6 0 0.266448 shouldn't be
777.11/779.19	WSVECS04 Frhs2[387]: 6 0 3.50097 shouldn't be
777.11/779.19	WSVECS04 Frhs2[392]: 6 0 2.37781 shouldn't be
777.11/779.19	WSVECS04 Frhs2[401]: 6 0 1.34639 shouldn't be
777.11/779.19	WSVECS04 Frhs2[405]: 6 0 0.32421 shouldn't be
777.11/779.19	WSVECS04 Frhs2[408]: 6 -0.448505 0 shouldn't be
777.11/779.19	WSVECS04 Frhs2[448]: 6 -1.33413 0 shouldn't be
777.11/779.19	WSVECS04 Frhs2[451]: 6 0 1.32303 shouldn't be
777.11/779.19	WSVECS04 Frhs2[470]: 6 0 0.190988 shouldn't be
777.11/779.19	WSVECS04 Frhs2[494]: 6 0 2.90018 shouldn't be
777.11/779.19	WSVECS04 Frhs2[761]: 6 0 0.266404 shouldn't be
777.11/779.19	WSVECS04 Frhs2[768]: 6 -0.266401 0 shouldn't be
777.11/779.19	WSVECS04 Frhs2[772]: 6 0 0.133238 shouldn't be
777.11/779.19	WSVECS04 Frhs2[820]: 6 0 0.64449 shouldn't be
777.11/779.19	WSVECS04 Frhs2[861]: 6 0 2.00007 shouldn't be
777.11/779.19	WSVECS04 Frhs2[868]: 6 0 0.644496 shouldn't be
779.40/781.42	c #Conflicts:    1402000 | #Constraints:      69499
779.40/781.42	c #Conflicts:    1403000 | #Constraints:      70499
779.40/781.42	c #Conflicts:    1404000 | #Constraints:      71499
779.40/781.42	c #Conflicts:    1405000 | #Constraints:      72499
779.40/781.42	WSVECS04 Frhs2[9]: 6 0 7.2501 shouldn't be
779.40/781.42	WSVECS04 Frhs2[16]: 6 0 26.75 shouldn't be
779.40/781.42	WSVECS04 Frhs2[39]: 6 0 6.00006 shouldn't be
779.40/781.42	WSVECS04 Frhs2[47]: 6 -8.50004 0 shouldn't be
779.40/781.42	WSVECS04 Frhs2[79]: 6 0 27.5 shouldn't be
779.40/781.42	WSVECS04 Frhs2[103]: 6 0 4.00004 shouldn't be
779.40/781.42	WSVECS04 Frhs2[141]: 6 0 2.00007 shouldn't be
779.40/781.42	WSVECS04 Frhs2[143]: 6 0 30.7501 shouldn't be
779.40/781.42	WSVECS04 Frhs2[147]: 6 -2.00008 0 shouldn't be
779.40/781.42	WSVECS04 Frhs2[167]: 6 0 0.750039 shouldn't be
779.40/781.42	WSVECS04 Frhs2[169]: 6 0 2.00007 shouldn't be
779.40/781.42	WSVECS04 Frhs2[170]: 6 0 2.00003 shouldn't be
779.40/781.42	WSVECS04 Frhs2[175]: 6 0 2.00004 shouldn't be
779.40/781.42	WSVECS04 Frhs2[179]: 6 -11 0 shouldn't be
779.40/781.42	WSVECS04 Frhs2[193]: 6 -2.00004 0 shouldn't be
779.40/781.42	WSVECS04 Frhs2[201]: 6 0 7.25006 shouldn't be
779.40/781.42	WSVECS04 Frhs2[207]: 6 0 30.75 shouldn't be
779.40/781.42	WSVECS04 Frhs2[214]: 6 -2.00006 0 shouldn't be
779.40/781.42	WSVECS04 Frhs2[217]: 6 -8.00003 0 shouldn't be
779.40/781.42	WSVECS04 Frhs2[223]: 6 0 3.75002 shouldn't be
779.40/781.42	WSVECS04 Frhs2[230]: 6 0 4.25004 shouldn't be
779.40/781.42	WSVECS04 Frhs2[231]: 6 0 6.00002 shouldn't be
779.40/781.42	WSVECS04 Frhs2[233]: 6 0 2.00002 shouldn't be
779.40/781.42	WSVECS04 Frhs2[236]: 6 0 5.00009 shouldn't be
779.40/781.42	WSVECS04 Frhs2[239]: 6 0 2.00005 shouldn't be
779.40/781.42	WSVECS04 Frhs2[248]: 6 -8.00003 0 shouldn't be
779.40/781.42	WSVECS04 Frhs2[261]: 6 -2.00003 0 shouldn't be
779.40/781.42	WSVECS04 Frhs2[262]: 6 0 2.0001 shouldn't be
779.40/781.42	WSVECS04 Frhs2[293]: 6 -10.2501 0 shouldn't be
779.40/781.42	WSVECS04 Frhs2[297]: 6 0 2.00002 shouldn't be
779.40/781.42	WSVECS04 Frhs2[321]: 6 0 5.25007 shouldn't be
779.40/781.42	WSVECS04 Frhs2[329]: 6 0 7.25009 shouldn't be
779.40/781.42	WSVECS04 Frhs2[341]: 6 -0.62505 0 shouldn't be
779.40/781.42	WSVECS04 Frhs2[354]: 6 0 3.00006 shouldn't be
779.40/781.42	WSVECS04 Frhs2[357]: 6 -3.00009 0 shouldn't be
779.40/781.42	WSVECS04 Frhs2[359]: 6 0 6.00002 shouldn't be
779.40/781.42	WSVECS04 Frhs2[383]: 6 0 3.25003 shouldn't be
779.40/781.42	WSVECS04 Frhs2[390]: 6 0 2.00008 shouldn't be
779.40/781.42	WSVECS04 Frhs2[402]: 6 0 2.00005 shouldn't be
779.40/781.42	WSVECS04 Frhs2[522]: 6 -30.7501 0 shouldn't be
779.40/781.42	WSVECS04 Frhs2[614]: 6 0 7.25008 shouldn't be
779.40/781.42	WSVECS04 Frhs2[642]: 6 -2.00003 0 shouldn't be
779.40/781.42	WSVECS04 Frhs2[649]: 6 0 2.00008 shouldn't be
779.40/781.42	WSVECS04 Frhs2[656]: 6 0 21.5 shouldn't be
779.40/781.42	WSVECS04 Frhs2[675]: 6 -19.0001 0 shouldn't be
779.40/781.42	WSVECS04 Frhs2[713]: 6 0 2.00003 shouldn't be
779.40/781.42	WSVECS04 Frhs2[738]: 6 0 3.00001 shouldn't be
779.40/781.42	WSVECS04 Frhs2[742]: 6 0 4.25008 shouldn't be
779.40/781.42	WSVECS04 Frhs2[745]: 6 -17.2501 0 shouldn't be
779.40/781.42	WSVECS04 Frhs2[758]: 6 0 4.00006 shouldn't be
779.40/781.42	WSVECS04 Frhs2[769]: 6 -0.750097 0 shouldn't be
779.40/781.42	WSVECS04 Frhs2[774]: 6 0 1.37507 shouldn't be
779.40/781.42	WSVECS04 Frhs2[785]: 6 -1.37509 0 shouldn't be
779.40/781.42	WSVECS04 Frhs2[787]: 6 0 0.625055 shouldn't be
779.40/781.42	WSVECS04 Frhs2[842]: 6 -39.2501 0 shouldn't be
779.40/781.42	WSVECS04 Frhs2[872]: 6 0 0.750056 shouldn't be
779.40/781.42	WSVECS04 Frhs2[889]: 6 -28.7501 0 shouldn't be
779.40/781.42	WSVECS04 Frhs2[933]: 6 -2.00009 0 shouldn't be
779.40/781.42	WSVECS04 Frhs2[1026]: 6 0 1.00006 shouldn't be
779.40/781.42	WSVECS04 Frhs2[1049]: 6 -1.00005 0 shouldn't be
779.40/781.42	WSVECS04 Frhs2[1217]: 6 -1.00002 0 shouldn't be
779.40/781.42	WSVECS04 Frhs2[1233]: 6 0 4.00007 shouldn't be
779.40/781.42	WSVECS04 Frhs2[1266]: 6 -2.00009 0 shouldn't be
788.17/790.22	c #Conflicts:    1406000 | #Constraints:      73499
788.17/790.22	c #Conflicts:    1407000 | #Constraints:      74499
788.17/790.22	c #Conflicts:    1408000 | #Constraints:      75499
788.17/790.22	c #Conflicts:    1409000 | #Constraints:      76500
788.17/790.22	c #Conflicts:    1410000 | #Constraints:      77500
788.17/790.22	c #Conflicts:    1411000 | #Constraints:      78500
788.17/790.22	c #Conflicts:    1412000 | #Constraints:      79500
788.17/790.22	c #Conflicts:    1413000 | #Constraints:      80501
788.17/790.22	c #Conflicts:    1414000 | #Constraints:      81501
788.17/790.22	c #Conflicts:    1415000 | #Constraints:      82501
788.17/790.22	c #Conflicts:    1416000 | #Constraints:      83502
788.17/790.22	c #Conflicts:    1417000 | #Constraints:      84502
788.17/790.22	c #Conflicts:    1418000 | #Constraints:      85502
788.17/790.22	WSVECS04 Frhs2[46]: 6 0 2.00005 shouldn't be
788.17/790.22	WSVECS04 Frhs2[54]: 6 0 4.00005 shouldn't be
788.17/790.22	WSVECS04 Frhs2[66]: 6 0 0.341324 shouldn't be
788.17/790.22	WSVECS04 Frhs2[70]: 6 0 0.341297 shouldn't be
788.17/790.22	WSVECS04 Frhs2[73]: 6 0 2.00002 shouldn't be
788.17/790.22	WSVECS04 Frhs2[74]: 6 0 4.00006 shouldn't be
788.17/790.22	WSVECS04 Frhs2[78]: 6 -8.00003 0 shouldn't be
788.17/790.22	WSVECS04 Frhs2[110]: 6 -4.00004 0 shouldn't be
788.17/790.22	WSVECS04 Frhs2[118]: 6 0 0.682622 shouldn't be
788.17/790.22	WSVECS04 Frhs2[133]: 6 0 4.3413 shouldn't be
788.17/790.22	WSVECS04 Frhs2[134]: 6 0 4.00003 shouldn't be
788.17/790.22	WSVECS04 Frhs2[162]: 6 0 4.0001 shouldn't be
788.17/790.22	WSVECS04 Frhs2[165]: 6 -6.4008 0 shouldn't be
788.17/790.22	WSVECS04 Frhs2[169]: 6 0 2.00008 shouldn't be
788.17/790.22	WSVECS04 Frhs2[179]: 6 -2.00004 0 shouldn't be
788.17/790.22	WSVECS04 Frhs2[231]: 6 0 2.40083 shouldn't be
788.17/790.22	WSVECS04 Frhs2[232]: 6 0 2.40083 shouldn't be
788.17/790.22	WSVECS04 Frhs2[242]: 6 0 1.02389 shouldn't be
788.17/790.22	WSVECS04 Frhs2[248]: 6 -8.89687 0 shouldn't be
788.17/790.22	WSVECS04 Frhs2[262]: 6 0 0.801683 shouldn't be
788.17/790.22	WSVECS04 Frhs2[264]: 6 0 5.59531 shouldn't be
788.17/790.22	WSVECS04 Frhs2[294]: 6 0 0.682634 shouldn't be
788.17/790.22	WSVECS04 Frhs2[296]: 6 0 2.68258 shouldn't be
788.17/790.22	WSVECS04 Frhs2[302]: 6 -2.00008 0 shouldn't be
788.17/790.22	WSVECS04 Frhs2[317]: 6 0 1.12708 shouldn't be
788.17/790.22	WSVECS04 Frhs2[318]: 6 -11.9604 0 shouldn't be
788.17/790.22	WSVECS04 Frhs2[341]: 6 -4.00006 0 shouldn't be
788.17/790.22	WSVECS04 Frhs2[357]: 6 -5.08343 0 shouldn't be
788.17/790.22	WSVECS04 Frhs2[385]: 6 0 10.8 shouldn't be
788.17/790.22	WSVECS04 Frhs2[399]: 6 -9.00006 0 shouldn't be
788.17/790.22	WSVECS04 Frhs2[403]: 6 -12.8 0 shouldn't be
788.17/790.22	WSVECS04 Frhs2[423]: 6 0 2.0001 shouldn't be
788.17/790.22	WSVECS04 Frhs2[434]: 6 0 4.00004 shouldn't be
788.17/790.22	WSVECS04 Frhs2[435]: 6 0 4.00002 shouldn't be
788.17/790.22	WSVECS04 Frhs2[439]: 6 -0.500098 0 shouldn't be
788.17/790.22	WSVECS04 Frhs2[445]: 6 0 4.00008 shouldn't be
788.17/790.22	WSVECS04 Frhs2[448]: 6 -3.65882 0 shouldn't be
788.17/790.22	WSVECS04 Frhs2[569]: 6 0 2.34136 shouldn't be
788.17/790.22	WSVECS04 Frhs2[586]: 6 -2.00003 0 shouldn't be
788.17/790.22	WSVECS04 Frhs2[626]: 6 -16.0001 0 shouldn't be
788.17/790.22	WSVECS04 Frhs2[645]: 6 0 4.50005 shouldn't be
788.17/790.22	WSVECS04 Frhs2[675]: 6 -4.00005 0 shouldn't be
788.17/790.22	WSVECS04 Frhs2[690]: 6 0 4.68261 shouldn't be
788.17/790.22	WSVECS04 Frhs2[705]: 6 -2.00006 0 shouldn't be
788.17/790.22	WSVECS04 Frhs2[709]: 6 0 0.341362 shouldn't be
788.17/790.22	WSVECS04 Frhs2[737]: 6 0 4.3175 shouldn't be
788.17/790.22	WSVECS04 Frhs2[742]: 6 0 2.31753 shouldn't be
788.17/790.22	WSVECS04 Frhs2[745]: 6 -2.00002 0 shouldn't be
788.17/790.22	WSVECS04 Frhs2[769]: 6 -2.00006 0 shouldn't be
788.17/790.22	WSVECS04 Frhs2[771]: 6 0 9.72232 shouldn't be
788.17/790.22	WSVECS04 Frhs2[796]: 6 0 7.98415 shouldn't be
788.17/790.22	WSVECS04 Frhs2[798]: 6 0 9.98416 shouldn't be
788.17/790.22	WSVECS04 Frhs2[804]: 6 0 2.00009 shouldn't be
788.17/790.22	WSVECS04 Frhs2[806]: 6 -6.63497 0 shouldn't be
788.17/790.22	WSVECS04 Frhs2[807]: 6 0 2.00007 shouldn't be
788.17/790.22	WSVECS04 Frhs2[838]: 6 0 1.65881 shouldn't be
788.17/790.22	WSVECS04 Frhs2[840]: 6 0 6.45242 shouldn't be
788.17/790.22	WSVECS04 Frhs2[899]: 6 0 6.61913 shouldn't be
788.17/790.22	WSVECS04 Frhs2[936]: 6 0 1.8413 shouldn't be
788.17/790.22	WSVECS04 Frhs2[1055]: 6 -1.60009 0 shouldn't be
788.17/790.22	WSVECS04 Frhs2[1060]: 6 -4.00009 0 shouldn't be
788.17/790.22	WSVECS04 Frhs2[1105]: 6 0 2.00005 shouldn't be
788.17/790.22	WSVECS04 Frhs2[1112]: 6 -1.00002 0 shouldn't be
788.17/790.22	WSVECS04 Frhs2[1113]: 6 0 1.00008 shouldn't be
788.17/790.22	WSVECS04 Frhs2[1136]: 6 0 0.682551 shouldn't be
788.17/790.22	WSVECS04 Frhs2[1137]: 6 0 0.682562 shouldn't be
788.17/790.22	WSVECS04 Frhs2[1182]: 6 0 1.00002 shouldn't be
788.17/790.22	WSVECS04 Frhs2[1217]: 6 -1.00008 0 shouldn't be
788.17/790.22	WSVECS04 Frhs2[1253]: 6 -3.00004 0 shouldn't be
788.17/790.22	WSVECS04 Frhs2[1265]: 6 0 4.00004 shouldn't be
788.17/790.22	WSVECS04 Frhs2[1272]: 6 0 1.00002 shouldn't be
788.17/790.22	WSVECS04 Frhs2[1273]: 6 -1.00004 0 shouldn't be
788.17/790.22	WSVECS04 Frhs2[1282]: 6 0 1.00006 shouldn't be
788.17/790.22	WSVECS04 Frhs2[1288]: 6 -1.00005 0 shouldn't be
788.17/790.22	WSVECS04 Frhs2[1343]: 6 -2.00001 0 shouldn't be
789.57/791.60	c #Conflicts:    1419000 | #Constraints:      86502
789.57/791.60	c #Conflicts:    1420000 | #Constraints:      87502
789.57/791.60	c INPROCESSING
789.57/791.60	c GARBAGE COLLECT
789.57/791.60	c rational objective 128
792.76/794.86	c #Conflicts:    1421000 | #Constraints:      53403
792.76/794.86	c #Conflicts:    1422000 | #Constraints:      54403
792.76/794.86	c #Conflicts:    1423000 | #Constraints:      55403
792.76/794.86	c #Conflicts:    1424000 | #Constraints:      56403
792.76/794.86	c #Conflicts:    1425000 | #Constraints:      57403
792.76/794.86	c #Conflicts:    1426000 | #Constraints:      58403
792.76/794.86	c #Conflicts:    1427000 | #Constraints:      59403
792.76/794.86	WSVECS04 Frhs2[25]: 6 0 2.00004 shouldn't be
792.76/794.86	WSVECS04 Frhs2[31]: 6 0 20.8667 shouldn't be
792.76/794.86	WSVECS04 Frhs2[39]: 6 0 18.8667 shouldn't be
792.76/794.86	WSVECS04 Frhs2[47]: 6 0 18.8667 shouldn't be
792.76/794.86	WSVECS04 Frhs2[60]: 6 0 4.00009 shouldn't be
792.76/794.86	WSVECS04 Frhs2[89]: 6 0 2.00009 shouldn't be
792.76/794.86	WSVECS04 Frhs2[97]: 6 0 3.28336 shouldn't be
792.76/794.86	WSVECS04 Frhs2[142]: 6 0 1.00003 shouldn't be
792.76/794.86	WSVECS04 Frhs2[174]: 6 -4.00003 0 shouldn't be
792.76/794.86	WSVECS04 Frhs2[217]: 6 0 2.00009 shouldn't be
792.76/794.86	WSVECS04 Frhs2[220]: 6 -2.00009 0 shouldn't be
792.76/794.86	WSVECS04 Frhs2[234]: 6 0 3.80002 shouldn't be
792.76/794.86	WSVECS04 Frhs2[366]: 6 0 2.10008 shouldn't be
792.76/794.86	WSVECS04 Frhs2[423]: 6 0 16.8667 shouldn't be
792.76/794.86	WSVECS04 Frhs2[431]: 6 0 18.8668 shouldn't be
792.76/794.86	WSVECS04 Frhs2[464]: 6 0 17.2001 shouldn't be
792.76/794.86	WSVECS04 Frhs2[481]: 6 0 3.95003 shouldn't be
792.76/794.86	WSVECS04 Frhs2[528]: 6 0 13.2001 shouldn't be
792.76/794.86	WSVECS04 Frhs2[554]: 6 0 3.80001 shouldn't be
792.76/794.86	WSVECS04 Frhs2[586]: 6 -2.00001 0 shouldn't be
792.76/794.86	WSVECS04 Frhs2[618]: 6 0 3.80009 shouldn't be
792.76/794.86	WSVECS04 Frhs2[623]: 6 0 18.8667 shouldn't be
792.76/794.86	WSVECS04 Frhs2[650]: 6 0 3.20006 shouldn't be
792.76/794.86	WSVECS04 Frhs2[665]: 6 0 4.00005 shouldn't be
792.76/794.86	WSVECS04 Frhs2[666]: 6 0 2.00008 shouldn't be
792.76/794.86	WSVECS04 Frhs2[671]: 6 0 22.8667 shouldn't be
792.76/794.86	WSVECS04 Frhs2[714]: 6 -6.00006 0 shouldn't be
792.76/794.86	WSVECS04 Frhs2[746]: 6 0 3.80007 shouldn't be
792.76/794.86	WSVECS04 Frhs2[777]: 6 0 1.60003 shouldn't be
792.76/794.86	WSVECS04 Frhs2[807]: 6 0 18.8667 shouldn't be
792.76/794.86	WSVECS04 Frhs2[848]: 6 0 17.4001 shouldn't be
792.76/794.86	WSVECS04 Frhs2[874]: 6 0 3.80001 shouldn't be
792.76/794.86	WSVECS04 Frhs2[906]: 6 0 1.00007 shouldn't be
792.76/794.86	WSVECS04 Frhs2[914]: 6 -1.00009 0 shouldn't be
792.76/794.86	WSVECS04 Frhs2[928]: 6 -1.00002 0 shouldn't be
792.76/794.86	WSVECS04 Frhs2[951]: 6 -1.00007 0 shouldn't be
792.76/794.86	WSVECS04 Frhs2[1087]: 6 -2.00003 0 shouldn't be
792.76/794.86	WSVECS04 Frhs2[1114]: 6 0 1.00009 shouldn't be
792.76/794.86	WSVECS04 Frhs2[1273]: 6 -1.00003 0 shouldn't be
792.76/794.86	WSVECS04 Frhs2[1279]: 6 0 1.00003 shouldn't be
793.07/795.14	WSVECS04 Frhs2[9]: 6 0 1.60005 shouldn't be
793.07/795.14	WSVECS04 Frhs2[41]: 6 0 1.80006 shouldn't be
793.07/795.14	WSVECS04 Frhs2[110]: 6 0 2.00005 shouldn't be
793.07/795.14	WSVECS04 Frhs2[206]: 6 0 3.00005 shouldn't be
793.07/795.14	WSVECS04 Frhs2[233]: 6 0 1.80007 shouldn't be
793.07/795.14	WSVECS04 Frhs2[365]: 6 0 2.10008 shouldn't be
793.07/795.14	WSVECS04 Frhs2[590]: 6 0 4.20007 shouldn't be
793.07/795.14	WSVECS04 Frhs2[911]: 6 0 1.00008 shouldn't be
793.07/795.14	WSVECS04 Frhs2[946]: 6 0 2.00004 shouldn't be
793.07/795.14	WSVECS04 Frhs2[1242]: 6 0 1.00003 shouldn't be
793.07/795.14	WSVECS04 Frhs2[1252]: 6 -4.00004 0 shouldn't be
793.07/795.14	WSVECS04 Frhs2[1275]: 6 -1.00003 0 shouldn't be
793.07/795.14	WSVECS04 Frhs2[1342]: 6 -4.00005 0 shouldn't be
802.74/804.88	c #Conflicts:    1428000 | #Constraints:      60403
802.74/804.88	c #Conflicts:    1429000 | #Constraints:      61403
802.74/804.88	c #Conflicts:    1430000 | #Constraints:      62403
802.74/804.88	c #Conflicts:    1431000 | #Constraints:      63403
802.74/804.88	c #Conflicts:    1432000 | #Constraints:      64403
802.74/804.88	c #Conflicts:    1433000 | #Constraints:      65403
802.74/804.88	c #Conflicts:    1434000 | #Constraints:      66403
802.74/804.88	c #Conflicts:    1435000 | #Constraints:      67403
802.74/804.88	c #Conflicts:    1436000 | #Constraints:      68403
802.74/804.88	c #Conflicts:    1437000 | #Constraints:      69403
802.74/804.88	c #Conflicts:    1438000 | #Constraints:      70403
802.74/804.88	c #Conflicts:    1439000 | #Constraints:      71404
802.74/804.88	c #Conflicts:    1440000 | #Constraints:      72404
802.74/804.88	c #Conflicts:    1441000 | #Constraints:      73404
802.74/804.88	c #Conflicts:    1442000 | #Constraints:      74404
802.74/804.88	c #Conflicts:    1443000 | #Constraints:      75404
802.74/804.88	c #Conflicts:    1444000 | #Constraints:      76404
802.74/804.88	c #Conflicts:    1445000 | #Constraints:      77404
802.74/804.88	c #Conflicts:    1446000 | #Constraints:      78404
802.74/804.88	c #Conflicts:    1447000 | #Constraints:      79404
802.74/804.88	c #Conflicts:    1448000 | #Constraints:      80404
802.74/804.88	c INPROCESSING
802.74/804.88	c GARBAGE COLLECT
802.74/804.88	c rational objective 128
810.61/812.70	c #Conflicts:    1449000 | #Constraints:      49852
810.61/812.70	c #Conflicts:    1450000 | #Constraints:      50852
810.61/812.70	c #Conflicts:    1451000 | #Constraints:      51852
810.61/812.70	c #Conflicts:    1452000 | #Constraints:      52852
810.61/812.70	c #Conflicts:    1453000 | #Constraints:      53852
810.61/812.70	c #Conflicts:    1454000 | #Constraints:      54852
810.61/812.70	c #Conflicts:    1455000 | #Constraints:      55852
810.61/812.70	c #Conflicts:    1456000 | #Constraints:      56852
810.61/812.70	c #Conflicts:    1457000 | #Constraints:      57852
810.61/812.70	c #Conflicts:    1458000 | #Constraints:      58852
810.61/812.70	c #Conflicts:    1459000 | #Constraints:      59852
810.61/812.70	c #Conflicts:    1460000 | #Constraints:      60852
810.61/812.70	c #Conflicts:    1461000 | #Constraints:      61852
810.61/812.70	c #Conflicts:    1462000 | #Constraints:      62852
810.61/812.70	c #Conflicts:    1463000 | #Constraints:      63852
810.61/812.70	WSVECS04 Frhs2[6]: 6 0 2.57919 shouldn't be
810.61/812.70	WSVECS04 Frhs2[131]: 6 0 2.57918 shouldn't be
810.61/812.70	WSVECS04 Frhs2[132]: 6 0 2.57915 shouldn't be
810.61/812.70	WSVECS04 Frhs2[139]: 6 0 19.7022 shouldn't be
810.61/812.70	WSVECS04 Frhs2[156]: 6 0 49.2265 shouldn't be
810.61/812.70	WSVECS04 Frhs2[158]: 6 -2.00001 0 shouldn't be
810.61/812.70	WSVECS04 Frhs2[187]: 6 0 23.0487 shouldn't be
810.61/812.70	WSVECS04 Frhs2[193]: 6 -1.90075 0 shouldn't be
810.61/812.70	WSVECS04 Frhs2[198]: 6 0 0.678408 shouldn't be
810.61/812.70	WSVECS04 Frhs2[289]: 6 0 2.77566 shouldn't be
810.61/812.70	WSVECS04 Frhs2[291]: 6 0 16.0042 shouldn't be
810.61/812.70	WSVECS04 Frhs2[347]: 6 -49.2265 0 shouldn't be
810.61/812.70	WSVECS04 Frhs2[355]: 6 0 0.304056 shouldn't be
810.61/812.70	WSVECS04 Frhs2[357]: 6 -27.1831 0 shouldn't be
810.61/812.70	WSVECS04 Frhs2[421]: 6 -2.00003 0 shouldn't be
810.61/812.70	WSVECS04 Frhs2[769]: 6 0 12.1004 shouldn't be
810.61/812.70	WSVECS04 Frhs2[843]: 6 0 15.6278 shouldn't be
810.91/813.04	WSVECS04 Frhs2[170]: 6 0 0.219278 shouldn't be
810.91/813.04	WSVECS04 Frhs2[872]: 6 0 0.0807158 shouldn't be
810.91/813.04	WSVECS04 Frhs2[1330]: 6 0 2.00001 shouldn't be
811.20/813.34	WSVECS04 Frhs2[70]: 6 0 2.57917 shouldn't be
811.20/813.34	WSVECS04 Frhs2[95]: 6 -1.00002 0 shouldn't be
811.20/813.34	WSVECS04 Frhs2[112]: 6 0 0.684627 shouldn't be
811.20/813.34	WSVECS04 Frhs2[119]: 6 -8.00009 0 shouldn't be
811.20/813.34	WSVECS04 Frhs2[135]: 6 0 2.57914 shouldn't be
811.20/813.34	WSVECS04 Frhs2[253]: 6 0 2.74668 shouldn't be
811.20/813.34	WSVECS04 Frhs2[336]: 6 0 1.44159 shouldn't be
811.20/813.34	WSVECS04 Frhs2[439]: 6 -2.00007 0 shouldn't be
811.20/813.34	WSVECS04 Frhs2[719]: 6 0 0.678433 shouldn't be
811.20/813.34	WSVECS04 Frhs2[1077]: 6 0 1.00002 shouldn't be
811.20/813.34	WSVECS04 Frhs2[1309]: 6 0 1.00001 shouldn't be
811.20/813.34	WSVECS04 Frhs2[1323]: 6 0 2.00004 shouldn't be
811.20/813.34	WSVECS04 Frhs2[1340]: 6 -1.00003 0 shouldn't be
811.51/813.62	WSVECS04 Frhs2[58]: 6 0 1.21616 shouldn't be
811.51/813.62	WSVECS04 Frhs2[374]: 6 0 8.6536 shouldn't be
811.51/813.62	WSVECS04 Frhs2[650]: 6 -2.00003 0 shouldn't be
811.51/813.62	WSVECS04 Frhs2[1296]: 6 -2.00003 0 shouldn't be
833.35/835.50	c #Conflicts:    1464000 | #Constraints:      64852
833.35/835.50	c #Conflicts:    1465000 | #Constraints:      65852
833.35/835.50	c #Conflicts:    1466000 | #Constraints:      66852
833.35/835.50	c #Conflicts:    1467000 | #Constraints:      67852
833.35/835.50	c #Conflicts:    1468000 | #Constraints:      68852
833.35/835.50	c #Conflicts:    1469000 | #Constraints:      69852
833.35/835.50	c #Conflicts:    1470000 | #Constraints:      70852
833.35/835.50	c #Conflicts:    1471000 | #Constraints:      71852
833.35/835.50	c #Conflicts:    1472000 | #Constraints:      72852
833.35/835.50	c #Conflicts:    1473000 | #Constraints:      73852
833.35/835.50	c #Conflicts:    1474000 | #Constraints:      74852
833.35/835.50	c #Conflicts:    1475000 | #Constraints:      75852
833.35/835.50	c #Conflicts:    1476000 | #Constraints:      76852
833.35/835.50	c #Conflicts:    1477000 | #Constraints:      77852
833.35/835.50	c #Conflicts:    1478000 | #Constraints:      78852
833.35/835.50	c #Conflicts:    1479000 | #Constraints:      79852
833.35/835.50	c #Conflicts:    1480000 | #Constraints:      80852
833.35/835.50	c #Conflicts:    1481000 | #Constraints:      81852
833.35/835.50	c #Conflicts:    1482000 | #Constraints:      82852
833.35/835.50	c #Conflicts:    1483000 | #Constraints:      83852
833.35/835.50	c #Conflicts:    1484000 | #Constraints:      84852
833.35/835.50	c #Conflicts:    1485000 | #Constraints:      85852
833.35/835.50	c #Conflicts:    1486000 | #Constraints:      86852
833.35/835.50	c #Conflicts:    1487000 | #Constraints:      87852
833.35/835.50	c #Conflicts:    1488000 | #Constraints:      88852
833.35/835.50	c #Conflicts:    1489000 | #Constraints:      89853
833.35/835.50	c #Conflicts:    1490000 | #Constraints:      90853
833.35/835.50	c #Conflicts:    1491000 | #Constraints:      91853
833.35/835.50	c #Conflicts:    1492000 | #Constraints:      92854
833.35/835.50	c #Conflicts:    1493000 | #Constraints:      93854
833.35/835.50	c #Conflicts:    1494000 | #Constraints:      94854
833.35/835.50	c #Conflicts:    1495000 | #Constraints:      95854
833.35/835.50	c #Conflicts:    1496000 | #Constraints:      96854
833.35/835.50	c #Conflicts:    1497000 | #Constraints:      97854
833.35/835.50	c #Conflicts:    1498000 | #Constraints:      98854
833.35/835.50	c #Conflicts:    1499000 | #Constraints:      99854
833.35/835.50	c #Conflicts:    1500000 | #Constraints:     100854
833.35/835.50	c #Conflicts:    1501000 | #Constraints:     101855
833.35/835.50	c #Conflicts:    1502000 | #Constraints:     102855
833.35/835.50	c #Conflicts:    1503000 | #Constraints:     103855
833.35/835.50	c #Conflicts:    1504000 | #Constraints:     104855
833.35/835.50	WSVECS04 Frhs2[150]: 6 0 1.80954 shouldn't be
833.35/835.50	WSVECS04 Frhs2[158]: 6 0 1.64892 shouldn't be
833.35/835.50	WSVECS04 Frhs2[166]: 6 0 1.15437 shouldn't be
833.35/835.50	WSVECS04 Frhs2[214]: 6 0 1.80954 shouldn't be
833.35/835.50	WSVECS04 Frhs2[215]: 6 0 13.23 shouldn't be
833.35/835.50	WSVECS04 Frhs2[222]: 6 0 1.64887 shouldn't be
833.35/835.50	WSVECS04 Frhs2[314]: 6 0 4.00006 shouldn't be
833.35/835.50	WSVECS04 Frhs2[378]: 6 0 4.00005 shouldn't be
833.35/835.50	WSVECS04 Frhs2[387]: 6 0 1.61898 shouldn't be
833.35/835.50	WSVECS04 Frhs2[404]: 6 0 0.0315405 shouldn't be
833.35/835.50	WSVECS04 Frhs2[455]: 6 0 14.23 shouldn't be
833.35/835.50	WSVECS04 Frhs2[476]: 6 -47.5497 0 shouldn't be
833.35/835.50	WSVECS04 Frhs2[511]: 6 0 35.5812 shouldn't be
833.35/835.50	WSVECS04 Frhs2[521]: 6 0 0.198468 shouldn't be
833.35/835.50	WSVECS04 Frhs2[529]: 6 0 2.19849 shouldn't be
833.35/835.50	WSVECS04 Frhs2[531]: 6 -4.00006 0 shouldn't be
833.35/835.50	WSVECS04 Frhs2[569]: 6 -4.00002 0 shouldn't be
833.35/835.50	WSVECS04 Frhs2[598]: 6 0 1.80953 shouldn't be
833.35/835.50	WSVECS04 Frhs2[614]: 6 0 1.15435 shouldn't be
833.35/835.50	WSVECS04 Frhs2[634]: 6 0 4.0001 shouldn't be
833.35/835.50	WSVECS04 Frhs2[666]: 6 0 1.12449 shouldn't be
833.35/835.50	WSVECS04 Frhs2[672]: 6 0 1.65049 shouldn't be
858.17/860.42	c #Conflicts:    1505000 | #Constraints:     105855
858.17/860.42	c #Conflicts:    1506000 | #Constraints:     106855
858.17/860.42	c #Conflicts:    1507000 | #Constraints:     107855
858.17/860.42	c #Conflicts:    1508000 | #Constraints:     108855
858.17/860.42	c #Conflicts:    1509000 | #Constraints:     109855
858.17/860.42	c #Conflicts:    1510000 | #Constraints:     110855
858.17/860.42	c #Conflicts:    1511000 | #Constraints:     111855
858.17/860.42	c #Conflicts:    1512000 | #Constraints:     112855
858.17/860.42	c #Conflicts:    1513000 | #Constraints:     113855
858.17/860.42	c #Conflicts:    1514000 | #Constraints:     114855
858.17/860.42	c #Conflicts:    1515000 | #Constraints:     115855
858.17/860.42	c #Conflicts:    1516000 | #Constraints:     116855
858.17/860.42	c #Conflicts:    1517000 | #Constraints:     117855
858.17/860.42	c #Conflicts:    1518000 | #Constraints:     118855
858.17/860.42	c #Conflicts:    1519000 | #Constraints:     119855
858.17/860.42	c #Conflicts:    1520000 | #Constraints:     120855
858.17/860.42	c #Conflicts:    1521000 | #Constraints:     121855
858.17/860.42	c #Conflicts:    1522000 | #Constraints:     122855
858.17/860.42	c #Conflicts:    1523000 | #Constraints:     123855
858.17/860.42	c #Conflicts:    1524000 | #Constraints:     124855
858.17/860.42	c #Conflicts:    1525000 | #Constraints:     125856
858.17/860.42	c #Conflicts:    1526000 | #Constraints:     126856
858.17/860.42	c #Conflicts:    1527000 | #Constraints:     127856
858.17/860.42	c #Conflicts:    1528000 | #Constraints:     128856
858.17/860.42	c #Conflicts:    1529000 | #Constraints:     129856
858.17/860.42	c #Conflicts:    1530000 | #Constraints:     130856
858.17/860.42	c #Conflicts:    1531000 | #Constraints:     131856
858.17/860.42	c #Conflicts:    1532000 | #Constraints:     132856
858.17/860.42	c #Conflicts:    1533000 | #Constraints:     133856
858.17/860.42	c #Conflicts:    1534000 | #Constraints:     134856
858.17/860.42	c #Conflicts:    1535000 | #Constraints:     135856
858.17/860.42	c #Conflicts:    1536000 | #Constraints:     136856
858.17/860.42	c #Conflicts:    1537000 | #Constraints:     137856
858.17/860.42	c #Conflicts:    1538000 | #Constraints:     138856
858.17/860.42	c INPROCESSING
858.17/860.42	c GARBAGE COLLECT
858.17/860.42	c rational objective 128
860.07/862.30	c #Conflicts:    1539000 | #Constraints:      78887
860.07/862.30	c #Conflicts:    1540000 | #Constraints:      79887
860.07/862.30	c #Conflicts:    1541000 | #Constraints:      80887
860.07/862.30	WSVECS04 Frhs2[78]: 6 -12.077 0 shouldn't be
860.07/862.30	WSVECS04 Frhs2[124]: 6 0 7.00009 shouldn't be
860.07/862.30	WSVECS04 Frhs2[126]: 6 0 4.92313 shouldn't be
860.07/862.30	WSVECS04 Frhs2[128]: 6 0 7.00004 shouldn't be
860.07/862.30	WSVECS04 Frhs2[138]: 6 0 4.00005 shouldn't be
860.07/862.30	WSVECS04 Frhs2[141]: 6 0 5.00008 shouldn't be
860.07/862.30	WSVECS04 Frhs2[142]: 6 0 4.00007 shouldn't be
860.07/862.30	WSVECS04 Frhs2[146]: 6 0 4.00008 shouldn't be
860.07/862.30	WSVECS04 Frhs2[165]: 6 -6.15391 0 shouldn't be
860.07/862.30	WSVECS04 Frhs2[272]: 6 0 2.00001 shouldn't be
860.07/862.30	WSVECS04 Frhs2[297]: 6 0 6.00009 shouldn't be
860.07/862.30	WSVECS04 Frhs2[391]: 6 0 6.07698 shouldn't be
860.07/862.30	WSVECS04 Frhs2[400]: 6 0 2.00009 shouldn't be
860.07/862.30	WSVECS04 Frhs2[414]: 6 0 0.0770175 shouldn't be
860.07/862.30	WSVECS04 Frhs2[424]: 6 -15.8462 0 shouldn't be
860.07/862.30	WSVECS04 Frhs2[454]: 6 0 8.53853 shouldn't be
860.07/862.30	WSVECS04 Frhs2[456]: 6 0 1.38464 shouldn't be
860.07/862.30	WSVECS04 Frhs2[485]: 6 0 6.30776 shouldn't be
860.07/862.30	WSVECS04 Frhs2[486]: 6 0 3.077 shouldn't be
860.07/862.30	WSVECS04 Frhs2[641]: 6 0 6.61544 shouldn't be
860.07/862.30	WSVECS04 Frhs2[648]: 6 0 4.61545 shouldn't be
860.07/862.30	WSVECS04 Frhs2[705]: 6 -7.15386 0 shouldn't be
860.07/862.30	WSVECS04 Frhs2[723]: 6 -2.00007 0 shouldn't be
860.07/862.30	WSVECS04 Frhs2[729]: 6 0 1.53851 shouldn't be
860.07/862.30	WSVECS04 Frhs2[736]: 6 -6.69234 0 shouldn't be
860.07/862.30	WSVECS04 Frhs2[778]: 6 -1.00005 0 shouldn't be
860.07/862.30	WSVECS04 Frhs2[785]: 6 -1.23082 0 shouldn't be
860.07/862.30	WSVECS04 Frhs2[806]: 6 -3.61541 0 shouldn't be
860.07/862.30	WSVECS04 Frhs2[814]: 6 -2.00008 0 shouldn't be
860.07/862.30	WSVECS04 Frhs2[832]: 6 0 7.00006 shouldn't be
860.07/862.30	WSVECS04 Frhs2[845]: 6 0 1.00009 shouldn't be
860.07/862.30	WSVECS04 Frhs2[865]: 6 0 1.38466 shouldn't be
860.07/862.30	WSVECS04 Frhs2[878]: 6 -2.00008 0 shouldn't be
860.07/862.30	WSVECS04 Frhs2[889]: 6 -7.00007 0 shouldn't be
860.07/862.30	WSVECS04 Frhs2[1009]: 6 -1.00004 0 shouldn't be
860.07/862.30	WSVECS04 Frhs2[1017]: 6 -1.00005 0 shouldn't be
860.07/862.30	WSVECS04 Frhs2[1023]: 6 -2.00005 0 shouldn't be
860.07/862.30	WSVECS04 Frhs2[1181]: 6 -3.00006 0 shouldn't be
860.07/862.30	WSVECS04 Frhs2[1200]: 6 -1.00006 0 shouldn't be
860.07/862.30	WSVECS04 Frhs2[1218]: 6 -2.00008 0 shouldn't be
860.07/862.30	WSVECS04 Frhs2[1224]: 6 -1.00008 0 shouldn't be
860.07/862.30	WSVECS04 Frhs2[1226]: 6 -4.00006 0 shouldn't be
860.07/862.30	WSVECS04 Frhs2[1304]: 6 0 1.00003 shouldn't be
860.07/862.30	WSVECS04 Frhs2[1316]: 6 -3.00008 0 shouldn't be
860.07/862.30	WSVECS04 Frhs2[1330]: 6 -2.00004 0 shouldn't be
860.07/862.30	WSVECS04 Frhs2[1335]: 6 -2.00009 0 shouldn't be
860.07/862.30	WSVECS04 Frhs2[1340]: 6 -3.00007 0 shouldn't be
860.07/862.30	WSVECS04 Frhs2[1343]: 6 -2.00008 0 shouldn't be
860.07/862.30	WSVECS04 Frhs2[1344]: 6 -1.00008 0 shouldn't be
879.61/881.90	c #Conflicts:    1542000 | #Constraints:      81887
879.61/881.90	c #Conflicts:    1543000 | #Constraints:      82887
879.61/881.90	c #Conflicts:    1544000 | #Constraints:      83887
879.61/881.90	c #Conflicts:    1545000 | #Constraints:      84887
879.61/881.90	c #Conflicts:    1546000 | #Constraints:      85887
879.61/881.90	c #Conflicts:    1547000 | #Constraints:      86887
879.61/881.90	c #Conflicts:    1548000 | #Constraints:      87887
879.61/881.90	c #Conflicts:    1549000 | #Constraints:      88887
879.61/881.90	c #Conflicts:    1550000 | #Constraints:      89887
879.61/881.90	c #Conflicts:    1551000 | #Constraints:      90887
879.61/881.90	c #Conflicts:    1552000 | #Constraints:      91887
879.61/881.90	c #Conflicts:    1553000 | #Constraints:      92888
879.61/881.90	c #Conflicts:    1554000 | #Constraints:      93888
879.61/881.90	c #Conflicts:    1555000 | #Constraints:      94888
879.61/881.90	c #Conflicts:    1556000 | #Constraints:      95888
879.61/881.90	c #Conflicts:    1557000 | #Constraints:      96888
879.61/881.90	c #Conflicts:    1558000 | #Constraints:      97888
879.61/881.90	c #Conflicts:    1559000 | #Constraints:      98889
879.61/881.90	c #Conflicts:    1560000 | #Constraints:      99889
879.61/881.90	c #Conflicts:    1561000 | #Constraints:     100889
879.61/881.90	c #Conflicts:    1562000 | #Constraints:     101890
879.61/881.90	c #Conflicts:    1563000 | #Constraints:     102890
879.61/881.90	c #Conflicts:    1564000 | #Constraints:     103891
879.61/881.90	c #Conflicts:    1565000 | #Constraints:     104892
879.61/881.90	c #Conflicts:    1566000 | #Constraints:     105893
879.61/881.90	c #Conflicts:    1567000 | #Constraints:     106893
879.61/881.90	c #Conflicts:    1568000 | #Constraints:     107894
879.61/881.90	c INPROCESSING
879.61/881.90	c GARBAGE COLLECT
879.61/881.90	c rational objective 128
901.35/903.77	c #Conflicts:    1569000 | #Constraints:      63758
901.35/903.77	c #Conflicts:    1570000 | #Constraints:      64758
901.35/903.77	c #Conflicts:    1571000 | #Constraints:      65760
901.35/903.77	c #Conflicts:    1572000 | #Constraints:      66762
901.35/903.77	c #Conflicts:    1573000 | #Constraints:      67763
901.35/903.77	c #Conflicts:    1574000 | #Constraints:      68765
901.35/903.77	c #Conflicts:    1575000 | #Constraints:      69765
901.35/903.77	c #Conflicts:    1576000 | #Constraints:      70765
901.35/903.77	c #Conflicts:    1577000 | #Constraints:      71765
901.35/903.77	c #Conflicts:    1578000 | #Constraints:      72767
901.35/903.77	c #Conflicts:    1579000 | #Constraints:      73769
901.35/903.77	c #Conflicts:    1580000 | #Constraints:      74770
901.35/903.77	c #Conflicts:    1581000 | #Constraints:      75772
901.35/903.77	c #Conflicts:    1582000 | #Constraints:      76773
901.35/903.77	c #Conflicts:    1583000 | #Constraints:      77773
901.35/903.77	c #Conflicts:    1584000 | #Constraints:      78773
901.35/903.77	c #Conflicts:    1585000 | #Constraints:      79774
901.35/903.77	c #Conflicts:    1586000 | #Constraints:      80774
901.35/903.77	c #Conflicts:    1587000 | #Constraints:      81774
901.35/903.77	c #Conflicts:    1588000 | #Constraints:      82775
901.35/903.77	c #Conflicts:    1589000 | #Constraints:      83775
901.35/903.77	c #Conflicts:    1590000 | #Constraints:      84777
901.35/903.77	c #Conflicts:    1591000 | #Constraints:      85779
901.35/903.77	c #Conflicts:    1592000 | #Constraints:      86779
901.35/903.77	c #Conflicts:    1593000 | #Constraints:      87781
901.35/903.77	c #Conflicts:    1594000 | #Constraints:      88783
901.35/903.77	c #Conflicts:    1595000 | #Constraints:      89787
901.35/903.77	c #Conflicts:    1596000 | #Constraints:      90791
901.35/903.77	c #Conflicts:    1597000 | #Constraints:      91791
901.35/903.77	c INPROCESSING
901.35/903.77	c GARBAGE COLLECT
901.35/903.77	c rational objective 128
917.91/920.34	c #Conflicts:    1598000 | #Constraints:      55470
917.91/920.34	c #Conflicts:    1599000 | #Constraints:      56470
917.91/920.34	c #Conflicts:    1600000 | #Constraints:      57470
917.91/920.34	c #Conflicts:    1601000 | #Constraints:      58470
917.91/920.34	c #Conflicts:    1602000 | #Constraints:      59470
917.91/920.34	c #Conflicts:    1603000 | #Constraints:      60470
917.91/920.34	c #Conflicts:    1604000 | #Constraints:      61470
917.91/920.34	c #Conflicts:    1605000 | #Constraints:      62470
917.91/920.34	c #Conflicts:    1606000 | #Constraints:      63470
917.91/920.34	c #Conflicts:    1607000 | #Constraints:      64470
917.91/920.34	c #Conflicts:    1608000 | #Constraints:      65470
917.91/920.34	c #Conflicts:    1609000 | #Constraints:      66470
917.91/920.34	c #Conflicts:    1610000 | #Constraints:      67470
917.91/920.34	c #Conflicts:    1611000 | #Constraints:      68470
917.91/920.34	c #Conflicts:    1612000 | #Constraints:      69470
917.91/920.34	c #Conflicts:    1613000 | #Constraints:      70470
917.91/920.34	c #Conflicts:    1614000 | #Constraints:      71470
917.91/920.34	c #Conflicts:    1615000 | #Constraints:      72470
917.91/920.34	c #Conflicts:    1616000 | #Constraints:      73470
917.91/920.34	c #Conflicts:    1617000 | #Constraints:      74470
917.91/920.34	c #Conflicts:    1618000 | #Constraints:      75470
917.91/920.34	c #Conflicts:    1619000 | #Constraints:      76470
917.91/920.34	c #Conflicts:    1620000 | #Constraints:      77470
917.91/920.34	c #Conflicts:    1621000 | #Constraints:      78470
917.91/920.34	c #Conflicts:    1622000 | #Constraints:      79470
917.91/920.34	c #Conflicts:    1623000 | #Constraints:      80470
917.91/920.34	c #Conflicts:    1624000 | #Constraints:      81470
917.91/920.34	c #Conflicts:    1625000 | #Constraints:      82470
917.91/920.34	c #Conflicts:    1626000 | #Constraints:      83470
917.91/920.34	c #Conflicts:    1627000 | #Constraints:      84470
917.91/920.34	c INPROCESSING
917.91/920.34	c GARBAGE COLLECT
917.91/920.34	c rational objective 128
933.86/936.37	c #Conflicts:    1628000 | #Constraints:      51982
933.86/936.37	c #Conflicts:    1629000 | #Constraints:      52982
933.86/936.37	c #Conflicts:    1630000 | #Constraints:      53983
933.86/936.37	c #Conflicts:    1631000 | #Constraints:      54985
933.86/936.37	c #Conflicts:    1632000 | #Constraints:      55985
933.86/936.37	c #Conflicts:    1633000 | #Constraints:      56985
933.86/936.37	c #Conflicts:    1634000 | #Constraints:      57986
933.86/936.37	c #Conflicts:    1635000 | #Constraints:      58988
933.86/936.37	c #Conflicts:    1636000 | #Constraints:      59988
933.86/936.37	c #Conflicts:    1637000 | #Constraints:      60989
933.86/936.37	c #Conflicts:    1638000 | #Constraints:      61991
933.86/936.37	c #Conflicts:    1639000 | #Constraints:      62992
933.86/936.37	c #Conflicts:    1640000 | #Constraints:      63993
933.86/936.37	c #Conflicts:    1641000 | #Constraints:      64993
933.86/936.37	c #Conflicts:    1642000 | #Constraints:      65993
933.86/936.37	c #Conflicts:    1643000 | #Constraints:      66994
933.86/936.37	c #Conflicts:    1644000 | #Constraints:      67994
933.86/936.37	c #Conflicts:    1645000 | #Constraints:      68994
933.86/936.37	c #Conflicts:    1646000 | #Constraints:      69995
933.86/936.37	c #Conflicts:    1647000 | #Constraints:      70996
933.86/936.37	c #Conflicts:    1648000 | #Constraints:      71997
933.86/936.37	c #Conflicts:    1649000 | #Constraints:      72998
933.86/936.37	c #Conflicts:    1650000 | #Constraints:      73998
933.86/936.37	c #Conflicts:    1651000 | #Constraints:      74998
933.86/936.37	c #Conflicts:    1652000 | #Constraints:      75998
933.86/936.37	WSVECS04 Frhs2[137]: 6 -15.1569 0 shouldn't be
933.86/936.37	WSVECS04 Frhs2[178]: 6 0 2.68635 shouldn't be
933.86/936.37	WSVECS04 Frhs2[184]: 6 0 2.00003 shouldn't be
933.86/936.37	WSVECS04 Frhs2[248]: 6 -7.00003 0 shouldn't be
933.86/936.37	WSVECS04 Frhs2[269]: 6 0 3.64714 shouldn't be
933.86/936.37	WSVECS04 Frhs2[272]: 6 0 1.43143 shouldn't be
933.86/936.37	WSVECS04 Frhs2[293]: 6 -2.00004 0 shouldn't be
933.86/936.37	WSVECS04 Frhs2[318]: 6 -1.00006 0 shouldn't be
933.86/936.37	WSVECS04 Frhs2[324]: 6 -4.00002 0 shouldn't be
933.86/936.37	WSVECS04 Frhs2[336]: 6 -15.8628 0 shouldn't be
933.86/936.37	WSVECS04 Frhs2[338]: 6 0 1.00004 shouldn't be
933.86/936.37	WSVECS04 Frhs2[348]: 6 -1.00008 0 shouldn't be
933.86/936.37	WSVECS04 Frhs2[354]: 6 0 1.66673 shouldn't be
933.86/936.37	WSVECS04 Frhs2[386]: 6 0 0.941212 shouldn't be
933.86/936.37	WSVECS04 Frhs2[393]: 6 0 0.568694 shouldn't be
933.86/936.37	WSVECS04 Frhs2[400]: 6 0 0.568702 shouldn't be
933.86/936.37	WSVECS04 Frhs2[402]: 6 0 1.05887 shouldn't be
933.86/936.37	WSVECS04 Frhs2[424]: 6 -14 0 shouldn't be
933.86/936.37	WSVECS04 Frhs2[466]: 6 0 0.333384 shouldn't be
933.86/936.37	WSVECS04 Frhs2[483]: 6 0 2.00004 shouldn't be
933.86/936.37	WSVECS04 Frhs2[514]: 6 0 1.00003 shouldn't be
933.86/936.37	WSVECS04 Frhs2[578]: 6 0 3.00006 shouldn't be
933.86/936.37	WSVECS04 Frhs2[583]: 6 0 2.00007 shouldn't be
933.86/936.37	WSVECS04 Frhs2[599]: 6 0 1.66673 shouldn't be
933.86/936.37	WSVECS04 Frhs2[600]: 6 -19.6667 0 shouldn't be
933.86/936.37	WSVECS04 Frhs2[658]: 6 0 1.66671 shouldn't be
933.86/936.37	WSVECS04 Frhs2[722]: 6 0 3.33336 shouldn't be
933.86/936.37	WSVECS04 Frhs2[785]: 6 -12.3334 0 shouldn't be
933.86/936.37	WSVECS04 Frhs2[843]: 6 0 0.529465 shouldn't be
933.86/936.37	WSVECS04 Frhs2[1264]: 6 0 1.00004 shouldn't be
934.16/936.61	WSVECS04 Frhs2[140]: 6 0 0.431456 shouldn't be
934.16/936.61	WSVECS04 Frhs2[142]: 6 0 1.49022 shouldn't be
934.16/936.61	WSVECS04 Frhs2[372]: 6 0 1.31376 shouldn't be
934.16/936.61	WSVECS04 Frhs2[407]: 6 0 2.72556 shouldn't be
934.16/936.61	WSVECS04 Frhs2[465]: 6 0 0.333375 shouldn't be
934.16/936.61	WSVECS04 Frhs2[564]: 6 0 1.31375 shouldn't be
934.16/936.61	WSVECS04 Frhs2[655]: 6 0 1.03931 shouldn't be
934.16/936.61	WSVECS04 Frhs2[716]: 6 0 0.333375 shouldn't be
934.16/936.61	WSVECS04 Frhs2[756]: 6 0 1.3138 shouldn't be
934.36/936.87	WSVECS04 Frhs2[160]: 6 0 1.31377 shouldn't be
934.36/936.87	WSVECS04 Frhs2[179]: 6 0 2.00007 shouldn't be
934.36/936.87	WSVECS04 Frhs2[306]: 6 0 0.686328 shouldn't be
934.36/936.87	WSVECS04 Frhs2[311]: 6 -1.66669 0 shouldn't be
934.36/936.87	WSVECS04 Frhs2[384]: 6 -2.00009 0 shouldn't be
934.36/936.87	WSVECS04 Frhs2[469]: 6 0 1.0001 shouldn't be
934.36/936.87	WSVECS04 Frhs2[535]: 6 0 4.66675 shouldn't be
934.36/936.87	WSVECS04 Frhs2[592]: 6 0 0.882391 shouldn't be
934.36/936.87	WSVECS04 Frhs2[628]: 6 0 1.3138 shouldn't be
934.36/936.87	WSVECS04 Frhs2[650]: 6 -2.94119 0 shouldn't be
934.36/936.87	WSVECS04 Frhs2[1242]: 6 -2.00002 0 shouldn't be
934.67/937.15	WSVECS04 Frhs2[129]: 6 -1.00002 0 shouldn't be
934.67/937.15	WSVECS04 Frhs2[206]: 6 0 2.96086 shouldn't be
934.67/937.15	WSVECS04 Frhs2[370]: 6 0 0.686316 shouldn't be
934.67/937.15	WSVECS04 Frhs2[562]: 6 0 0.686307 shouldn't be
934.67/937.15	WSVECS04 Frhs2[597]: 6 0 0.666694 shouldn't be
934.67/937.15	WSVECS04 Frhs2[1289]: 6 0 2.00004 shouldn't be
934.96/937.43	WSVECS04 Frhs2[5]: 6 0 2.00008 shouldn't be
934.96/937.43	WSVECS04 Frhs2[7]: 6 0 1.00008 shouldn't be
934.96/937.43	WSVECS04 Frhs2[52]: 6 0 1.3138 shouldn't be
934.96/937.43	WSVECS04 Frhs2[73]: 6 0 0.509843 shouldn't be
934.96/937.43	WSVECS04 Frhs2[148]: 6 0 0.666693 shouldn't be
934.96/937.43	WSVECS04 Frhs2[177]: 6 0 4.0001 shouldn't be
934.96/937.43	WSVECS04 Frhs2[242]: 6 0 0.686291 shouldn't be
934.96/937.43	WSVECS04 Frhs2[401]: 6 0 1.05892 shouldn't be
934.96/937.43	WSVECS04 Frhs2[759]: 6 0 2.00009 shouldn't be
943.94/946.49	c #Conflicts:    1653000 | #Constraints:      76998
943.94/946.49	c #Conflicts:    1654000 | #Constraints:      77998
943.94/946.49	c #Conflicts:    1655000 | #Constraints:      78998
943.94/946.49	c #Conflicts:    1656000 | #Constraints:      79998
943.94/946.49	c #Conflicts:    1657000 | #Constraints:      80998
943.94/946.49	c #Conflicts:    1658000 | #Constraints:      81998
943.94/946.49	c #Conflicts:    1659000 | #Constraints:      82998
943.94/946.49	c #Conflicts:    1660000 | #Constraints:      83998
943.94/946.49	c #Conflicts:    1661000 | #Constraints:      84998
943.94/946.49	c #Conflicts:    1662000 | #Constraints:      85999
943.94/946.49	c #Conflicts:    1663000 | #Constraints:      86999
943.94/946.49	c #Conflicts:    1664000 | #Constraints:      88000
943.94/946.49	c #Conflicts:    1665000 | #Constraints:      89000
943.94/946.49	WSVECS04 Frhs2[5]: 6 0 0.500099 shouldn't be
943.94/946.49	WSVECS04 Frhs2[13]: 6 -2.00003 0 shouldn't be
943.94/946.49	WSVECS04 Frhs2[34]: 6 0 3.00008 shouldn't be
943.94/946.49	WSVECS04 Frhs2[49]: 6 0 0.500041 shouldn't be
943.94/946.49	WSVECS04 Frhs2[56]: 6 0 10.0001 shouldn't be
943.94/946.49	WSVECS04 Frhs2[199]: 6 0 2.00009 shouldn't be
943.94/946.49	WSVECS04 Frhs2[296]: 6 0 3.00006 shouldn't be
943.94/946.49	WSVECS04 Frhs2[305]: 6 0 0.500029 shouldn't be
943.94/946.49	WSVECS04 Frhs2[318]: 6 -7.00006 0 shouldn't be
943.94/946.49	WSVECS04 Frhs2[321]: 6 -5.00005 0 shouldn't be
943.94/946.49	WSVECS04 Frhs2[324]: 6 0 7.50003 shouldn't be
943.94/946.49	WSVECS04 Frhs2[345]: 6 0 1.50003 shouldn't be
943.94/946.49	WSVECS04 Frhs2[350]: 6 0 1.00005 shouldn't be
943.94/946.49	WSVECS04 Frhs2[355]: 6 0 3.50006 shouldn't be
943.94/946.49	WSVECS04 Frhs2[374]: 6 -6.00008 0 shouldn't be
943.94/946.49	WSVECS04 Frhs2[412]: 6 -1.00003 0 shouldn't be
943.94/946.49	WSVECS04 Frhs2[416]: 6 0 1.00005 shouldn't be
943.94/946.49	WSVECS04 Frhs2[435]: 6 0 4.00007 shouldn't be
943.94/946.49	WSVECS04 Frhs2[450]: 6 0 4.50006 shouldn't be
943.94/946.49	WSVECS04 Frhs2[452]: 6 0 7.50006 shouldn't be
943.94/946.49	WSVECS04 Frhs2[458]: 6 0 5.50006 shouldn't be
943.94/946.49	WSVECS04 Frhs2[491]: 6 -6.00009 0 shouldn't be
943.94/946.49	WSVECS04 Frhs2[565]: 6 0 1.00004 shouldn't be
943.94/946.49	WSVECS04 Frhs2[574]: 6 0 0.500088 shouldn't be
943.94/946.49	WSVECS04 Frhs2[576]: 6 0 0.500063 shouldn't be
943.94/946.49	WSVECS04 Frhs2[626]: 6 -8.00008 0 shouldn't be
943.94/946.49	WSVECS04 Frhs2[672]: 6 0 2.00002 shouldn't be
943.94/946.49	WSVECS04 Frhs2[688]: 6 -6.00005 0 shouldn't be
943.94/946.49	WSVECS04 Frhs2[704]: 6 -3.00003 0 shouldn't be
943.94/946.49	WSVECS04 Frhs2[714]: 6 0 7.50009 shouldn't be
943.94/946.49	WSVECS04 Frhs2[729]: 6 0 0.500056 shouldn't be
943.94/946.49	WSVECS04 Frhs2[771]: 6 -7.50003 0 shouldn't be
943.94/946.49	WSVECS04 Frhs2[785]: 6 0 3.00006 shouldn't be
943.94/946.49	WSVECS04 Frhs2[787]: 6 -1.00002 0 shouldn't be
943.94/946.49	WSVECS04 Frhs2[793]: 6 0 0.500096 shouldn't be
943.94/946.49	WSVECS04 Frhs2[806]: 6 -10.0001 0 shouldn't be
943.94/946.49	WSVECS04 Frhs2[819]: 6 0 2.00003 shouldn't be
943.94/946.49	WSVECS04 Frhs2[911]: 6 -2.00004 0 shouldn't be
943.94/946.49	WSVECS04 Frhs2[929]: 6 0 2.00002 shouldn't be
943.94/946.49	WSVECS04 Frhs2[963]: 6 -2.00007 0 shouldn't be
943.94/946.49	WSVECS04 Frhs2[966]: 6 -2.00002 0 shouldn't be
943.94/946.49	WSVECS04 Frhs2[1188]: 6 -3.00008 0 shouldn't be
943.94/946.49	WSVECS04 Frhs2[1208]: 6 0 1.00003 shouldn't be
943.94/946.49	WSVECS04 Frhs2[1319]: 6 0 1.00001 shouldn't be
948.63/951.17	c #Conflicts:    1666000 | #Constraints:      90000
948.63/951.17	c #Conflicts:    1667000 | #Constraints:      91000
948.63/951.17	c #Conflicts:    1668000 | #Constraints:      92000
948.63/951.17	c #Conflicts:    1669000 | #Constraints:      93000
948.63/951.17	c #Conflicts:    1670000 | #Constraints:      94000
948.63/951.17	WSVECS04 Frhs2[25]: 6 0 0.333384 shouldn't be
948.63/951.17	WSVECS04 Frhs2[65]: 6 -0.500011 0 shouldn't be
948.63/951.17	WSVECS04 Frhs2[68]: 6 0 0.500015 shouldn't be
948.63/951.17	WSVECS04 Frhs2[145]: 6 0 2.55564 shouldn't be
948.63/951.17	WSVECS04 Frhs2[153]: 6 0 0.333397 shouldn't be
948.63/951.17	WSVECS04 Frhs2[194]: 6 0 3.50002 shouldn't be
948.63/951.17	WSVECS04 Frhs2[217]: 6 0 0.333408 shouldn't be
948.63/951.17	WSVECS04 Frhs2[266]: 6 -2.0001 0 shouldn't be
948.63/951.17	WSVECS04 Frhs2[322]: 6 0 3.50009 shouldn't be
948.63/951.17	WSVECS04 Frhs2[336]: 6 -9.00008 0 shouldn't be
948.63/951.17	WSVECS04 Frhs2[340]: 6 0 0.11121 shouldn't be
948.63/951.17	WSVECS04 Frhs2[348]: 6 -1.00003 0 shouldn't be
948.63/951.17	WSVECS04 Frhs2[387]: 6 -3.77785 0 shouldn't be
948.63/951.17	WSVECS04 Frhs2[398]: 6 0 5.00006 shouldn't be
948.63/951.17	WSVECS04 Frhs2[409]: 6 0 0.333375 shouldn't be
948.63/951.17	WSVECS04 Frhs2[439]: 6 -2.00009 0 shouldn't be
948.63/951.17	WSVECS04 Frhs2[449]: 6 -0.50007 0 shouldn't be
948.63/951.17	WSVECS04 Frhs2[450]: 6 0 3.00007 shouldn't be
948.63/951.17	WSVECS04 Frhs2[582]: 6 -5.50004 0 shouldn't be
948.63/951.17	WSVECS04 Frhs2[589]: 6 0 3.00001 shouldn't be
948.63/951.17	WSVECS04 Frhs2[622]: 6 -1.00005 0 shouldn't be
948.63/951.17	WSVECS04 Frhs2[658]: 6 0 0.666696 shouldn't be
948.63/951.17	WSVECS04 Frhs2[708]: 6 0 0.500074 shouldn't be
948.63/951.17	WSVECS04 Frhs2[729]: 6 0 0.333415 shouldn't be
948.63/951.17	WSVECS04 Frhs2[732]: 6 -2.33339 0 shouldn't be
948.63/951.17	WSVECS04 Frhs2[834]: 6 0 3.50002 shouldn't be
948.63/951.17	WSVECS04 Frhs2[850]: 6 0 0.666694 shouldn't be
948.63/951.17	WSVECS04 Frhs2[857]: 6 0 0.666751 shouldn't be
948.63/951.17	WSVECS04 Frhs2[864]: 6 0 0.333343 shouldn't be
948.63/951.17	WSVECS04 Frhs2[900]: 6 -1.50006 0 shouldn't be
948.63/951.17	WSVECS04 Frhs2[936]: 6 0 0.500047 shouldn't be
948.63/951.17	WSVECS04 Frhs2[953]: 6 -1.00002 0 shouldn't be
948.63/951.17	WSVECS04 Frhs2[992]: 6 0 3.00002 shouldn't be
948.63/951.17	WSVECS04 Frhs2[1039]: 6 -2.00004 0 shouldn't be
948.63/951.17	WSVECS04 Frhs2[1073]: 6 0 1.00008 shouldn't be
948.63/951.17	WSVECS04 Frhs2[1086]: 6 -2.00004 0 shouldn't be
948.63/951.17	WSVECS04 Frhs2[1124]: 6 -2.00008 0 shouldn't be
948.63/951.17	WSVECS04 Frhs2[1131]: 6 -2.00006 0 shouldn't be
948.63/951.17	WSVECS04 Frhs2[1150]: 6 -2.00005 0 shouldn't be
948.63/951.17	WSVECS04 Frhs2[1155]: 6 -2.00002 0 shouldn't be
948.63/951.17	WSVECS04 Frhs2[1184]: 6 0 3.00003 shouldn't be
948.63/951.17	WSVECS04 Frhs2[1190]: 6 0 2.00002 shouldn't be
948.63/951.17	WSVECS04 Frhs2[1306]: 6 0 1.00006 shouldn't be
948.63/951.17	WSVECS04 Frhs2[1311]: 6 0 4.00005 shouldn't be
948.63/951.17	WSVECS04 Frhs2[1313]: 6 0 6.00006 shouldn't be
961.39/963.98	c #Conflicts:    1671000 | #Constraints:      95000
961.39/963.98	c #Conflicts:    1672000 | #Constraints:      96000
961.39/963.98	c #Conflicts:    1673000 | #Constraints:      97000
961.39/963.98	c #Conflicts:    1674000 | #Constraints:      98000
961.39/963.98	c #Conflicts:    1675000 | #Constraints:      99001
961.39/963.98	c #Conflicts:    1676000 | #Constraints:     100001
961.39/963.98	c #Conflicts:    1677000 | #Constraints:     101002
961.39/963.98	c #Conflicts:    1678000 | #Constraints:     102002
961.39/963.98	c #Conflicts:    1679000 | #Constraints:     103002
961.39/963.98	c #Conflicts:    1680000 | #Constraints:     104003
961.39/963.98	c #Conflicts:    1681000 | #Constraints:     105003
961.39/963.98	c #Conflicts:    1682000 | #Constraints:     106003
961.39/963.98	c #Conflicts:    1683000 | #Constraints:     107003
961.39/963.98	WSVECS04 Frhs2[8]: 6 0 2.35528 shouldn't be
961.39/963.98	WSVECS04 Frhs2[18]: 6 0 0.134924 shouldn't be
961.39/963.98	WSVECS04 Frhs2[19]: 6 -0.605276 0 shouldn't be
961.39/963.98	WSVECS04 Frhs2[65]: 6 -5.10529 0 shouldn't be
961.39/963.98	WSVECS04 Frhs2[78]: 6 -6.00005 0 shouldn't be
961.39/963.98	WSVECS04 Frhs2[97]: 6 0 6.85206 shouldn't be
961.39/963.98	WSVECS04 Frhs2[113]: 6 0 6.69743 shouldn't be
961.39/963.98	WSVECS04 Frhs2[114]: 6 0 2.14805 shouldn't be
961.39/963.98	WSVECS04 Frhs2[129]: 6 -5.60535 0 shouldn't be
961.39/963.98	WSVECS04 Frhs2[130]: 6 0 2.75002 shouldn't be
961.39/963.98	WSVECS04 Frhs2[137]: 6 -3.00004 0 shouldn't be
961.39/963.98	WSVECS04 Frhs2[178]: 6 0 3.14812 shouldn't be
961.39/963.98	WSVECS04 Frhs2[184]: 6 0 1.00003 shouldn't be
961.39/963.98	WSVECS04 Frhs2[242]: 6 0 2.14805 shouldn't be
961.39/963.98	WSVECS04 Frhs2[248]: 6 -13.7501 0 shouldn't be
961.39/963.98	WSVECS04 Frhs2[262]: 6 0 0.302649 shouldn't be
961.39/963.98	WSVECS04 Frhs2[292]: 6 0 2.30267 shouldn't be
961.39/963.98	WSVECS04 Frhs2[302]: 6 -2.00009 0 shouldn't be
961.39/963.98	WSVECS04 Frhs2[318]: 6 -6.00007 0 shouldn't be
961.39/963.98	WSVECS04 Frhs2[518]: 6 0 2.75003 shouldn't be
961.39/963.98	WSVECS04 Frhs2[537]: 6 0 0.210583 shouldn't be
961.39/963.98	WSVECS04 Frhs2[628]: 6 0 3.05265 shouldn't be
961.39/963.98	WSVECS04 Frhs2[651]: 6 0 2.00009 shouldn't be
961.39/963.98	WSVECS04 Frhs2[652]: 6 0 2.00002 shouldn't be
961.39/963.98	WSVECS04 Frhs2[654]: 6 0 2.00006 shouldn't be
961.39/963.98	WSVECS04 Frhs2[665]: 6 0 1.09214 shouldn't be
961.39/963.98	WSVECS04 Frhs2[666]: 6 0 2.88165 shouldn't be
961.39/963.98	WSVECS04 Frhs2[706]: 6 0 2.75003 shouldn't be
961.39/963.98	WSVECS04 Frhs2[710]: 6 0 2.75005 shouldn't be
961.39/963.98	WSVECS04 Frhs2[714]: 6 0 4.30269 shouldn't be
961.39/963.98	WSVECS04 Frhs2[722]: 6 0 0.134924 shouldn't be
961.39/963.98	WSVECS04 Frhs2[746]: 6 0 0.134918 shouldn't be
961.39/963.98	WSVECS04 Frhs2[754]: 6 0 2.14807 shouldn't be
961.39/963.98	WSVECS04 Frhs2[850]: 6 0 2.13496 shouldn't be
961.39/963.98	WSVECS04 Frhs2[856]: 6 0 5.96713 shouldn't be
961.39/963.98	WSVECS04 Frhs2[857]: 6 0 0.210625 shouldn't be
961.39/963.98	WSVECS04 Frhs2[866]: 6 -0.648053 0 shouldn't be
961.39/963.98	WSVECS04 Frhs2[905]: 6 0 1.00007 shouldn't be
961.39/963.98	WSVECS04 Frhs2[912]: 6 0 1.25008 shouldn't be
961.39/963.98	WSVECS04 Frhs2[1071]: 6 0 2.00006 shouldn't be
965.48/968.06	c #Conflicts:    1684000 | #Constraints:     108003
965.48/968.06	c #Conflicts:    1685000 | #Constraints:     109003
965.48/968.06	c #Conflicts:    1686000 | #Constraints:     110003
965.48/968.06	c #Conflicts:    1687000 | #Constraints:     111004
965.48/968.06	WSVECS04 Frhs2[4]: 6 0 2.88242 shouldn't be
965.48/968.06	WSVECS04 Frhs2[8]: 6 -2.00006 0 shouldn't be
965.48/968.06	WSVECS04 Frhs2[68]: 6 0 0.882401 shouldn't be
965.48/968.06	WSVECS04 Frhs2[83]: 6 -2.00006 0 shouldn't be
965.48/968.06	WSVECS04 Frhs2[96]: 6 0 1.35296 shouldn't be
965.48/968.06	WSVECS04 Frhs2[104]: 6 0 4.52951 shouldn't be
965.48/968.06	WSVECS04 Frhs2[108]: 6 0 1.47061 shouldn't be
965.48/968.06	WSVECS04 Frhs2[110]: 6 -1.35295 0 shouldn't be
965.48/968.06	WSVECS04 Frhs2[132]: 6 0 2.88239 shouldn't be
965.48/968.06	WSVECS04 Frhs2[138]: 6 0 8.00008 shouldn't be
965.48/968.06	WSVECS04 Frhs2[164]: 6 0 2.50982 shouldn't be
965.48/968.06	WSVECS04 Frhs2[175]: 6 0 0.705936 shouldn't be
965.48/968.06	WSVECS04 Frhs2[193]: 6 0 2.88241 shouldn't be
965.48/968.06	WSVECS04 Frhs2[196]: 6 0 2.88236 shouldn't be
965.48/968.06	WSVECS04 Frhs2[225]: 6 0 8.8824 shouldn't be
965.48/968.06	WSVECS04 Frhs2[260]: 6 0 2.88237 shouldn't be
965.48/968.06	WSVECS04 Frhs2[261]: 6 -2.00002 0 shouldn't be
965.48/968.06	WSVECS04 Frhs2[266]: 6 -6.00002 0 shouldn't be
965.48/968.06	WSVECS04 Frhs2[281]: 6 0 2.88241 shouldn't be
965.48/968.06	WSVECS04 Frhs2[283]: 6 0 0.76478 shouldn't be
965.48/968.06	WSVECS04 Frhs2[288]: 6 0 2.11767 shouldn't be
965.48/968.06	WSVECS04 Frhs2[296]: 6 0 4.52944 shouldn't be
965.48/968.06	WSVECS04 Frhs2[300]: 6 0 2.82355 shouldn't be
965.48/968.06	WSVECS04 Frhs2[303]: 6 0 0.705923 shouldn't be
965.48/968.06	WSVECS04 Frhs2[327]: 6 0 4.00007 shouldn't be
965.48/968.06	WSVECS04 Frhs2[336]: 6 -4.00002 0 shouldn't be
965.48/968.06	WSVECS04 Frhs2[346]: 6 0 3.47061 shouldn't be
965.48/968.06	WSVECS04 Frhs2[366]: 6 -4.00006 0 shouldn't be
965.48/968.06	WSVECS04 Frhs2[369]: 6 0 3.88237 shouldn't be
965.48/968.06	WSVECS04 Frhs2[372]: 6 0 2.00001 shouldn't be
965.48/968.06	WSVECS04 Frhs2[375]: 6 0 2.00004 shouldn't be
965.48/968.06	WSVECS04 Frhs2[384]: 6 -5.11768 0 shouldn't be
965.48/968.06	WSVECS04 Frhs2[397]: 6 0 6.00002 shouldn't be
965.48/968.06	WSVECS04 Frhs2[399]: 6 -6.00008 0 shouldn't be
965.48/968.06	WSVECS04 Frhs2[410]: 6 0 3.47065 shouldn't be
965.48/968.06	WSVECS04 Frhs2[439]: 6 -6.00002 0 shouldn't be
965.48/968.06	WSVECS04 Frhs2[460]: 6 -2.00004 0 shouldn't be
965.48/968.06	WSVECS04 Frhs2[461]: 6 0 6.00002 shouldn't be
965.48/968.06	WSVECS04 Frhs2[473]: 6 0 2.88243 shouldn't be
965.48/968.06	WSVECS04 Frhs2[474]: 6 0 4.23533 shouldn't be
965.48/968.06	WSVECS04 Frhs2[476]: 6 -0.6471 0 shouldn't be
965.48/968.06	WSVECS04 Frhs2[477]: 6 0 0.76474 shouldn't be
965.48/968.06	WSVECS04 Frhs2[480]: 6 0 2.11773 shouldn't be
965.48/968.06	WSVECS04 Frhs2[549]: 6 -2.00003 0 shouldn't be
965.48/968.06	WSVECS04 Frhs2[554]: 6 -15.8236 0 shouldn't be
965.48/968.06	WSVECS04 Frhs2[563]: 6 0 0.235309 shouldn't be
965.48/968.06	WSVECS04 Frhs2[573]: 6 -7.00007 0 shouldn't be
965.48/968.06	WSVECS04 Frhs2[589]: 6 0 6.00002 shouldn't be
965.48/968.06	WSVECS04 Frhs2[626]: 6 -6.00006 0 shouldn't be
965.48/968.06	WSVECS04 Frhs2[641]: 6 0 2.76479 shouldn't be
965.48/968.06	WSVECS04 Frhs2[642]: 6 -10.8824 0 shouldn't be
965.48/968.06	WSVECS04 Frhs2[653]: 6 0 6.00004 shouldn't be
965.48/968.06	WSVECS04 Frhs2[668]: 6 -11.2354 0 shouldn't be
965.48/968.06	WSVECS04 Frhs2[690]: 6 0 0.117662 shouldn't be
965.48/968.06	WSVECS04 Frhs2[692]: 6 -5.88238 0 shouldn't be
965.48/968.06	WSVECS04 Frhs2[693]: 6 0 0.117717 shouldn't be
965.48/968.06	WSVECS04 Frhs2[694]: 6 0 0.117706 shouldn't be
965.48/968.06	WSVECS04 Frhs2[717]: 6 0 6.00004 shouldn't be
965.48/968.06	WSVECS04 Frhs2[739]: 6 0 0.764792 shouldn't be
965.48/968.06	WSVECS04 Frhs2[740]: 6 0 0.764725 shouldn't be
965.48/968.06	WSVECS04 Frhs2[745]: 6 0 6.11768 shouldn't be
965.48/968.06	WSVECS04 Frhs2[799]: 6 -10.6472 0 shouldn't be
965.48/968.06	WSVECS04 Frhs2[812]: 6 0 2.11768 shouldn't be
965.48/968.06	WSVECS04 Frhs2[873]: 6 0 6.00005 shouldn't be
965.48/968.06	WSVECS04 Frhs2[898]: 6 -1.11774 0 shouldn't be
965.48/968.06	WSVECS04 Frhs2[920]: 6 0 2.88245 shouldn't be
965.48/968.06	WSVECS04 Frhs2[921]: 6 0 2.00008 shouldn't be
965.48/968.06	WSVECS04 Frhs2[957]: 6 0 2.00004 shouldn't be
965.48/968.06	WSVECS04 Frhs2[978]: 6 0 4.00003 shouldn't be
965.48/968.06	WSVECS04 Frhs2[1028]: 6 -4.00009 0 shouldn't be
965.48/968.06	WSVECS04 Frhs2[1056]: 6 0 2.00004 shouldn't be
965.48/968.06	WSVECS04 Frhs2[1114]: 6 0 2.00008 shouldn't be
965.48/968.06	WSVECS04 Frhs2[1217]: 6 -1.00004 0 shouldn't be
965.77/968.32	WSVECS04 Frhs2[103]: 6 0 0.960827 shouldn't be
965.77/968.32	WSVECS04 Frhs2[116]: 6 0 0.117663 shouldn't be
965.77/968.32	WSVECS04 Frhs2[293]: 6 -4.00003 0 shouldn't be
965.77/968.32	WSVECS04 Frhs2[352]: 6 0 1.353 shouldn't be
965.77/968.32	WSVECS04 Frhs2[497]: 6 0 1.88239 shouldn't be
965.77/968.32	WSVECS04 Frhs2[665]: 6 0 2.88244 shouldn't be
965.77/968.32	WSVECS04 Frhs2[670]: 6 0 0.764753 shouldn't be
965.77/968.32	WSVECS04 Frhs2[672]: 6 0 0.353024 shouldn't be
965.77/968.32	WSVECS04 Frhs2[735]: 6 0 1.88244 shouldn't be
965.77/968.32	WSVECS04 Frhs2[742]: 6 0 0.764735 shouldn't be
965.77/968.32	WSVECS04 Frhs2[761]: 6 0 1.00009 shouldn't be
965.77/968.32	WSVECS04 Frhs2[807]: 6 0 1.00003 shouldn't be
965.77/968.32	WSVECS04 Frhs2[877]: 6 0 0.529504 shouldn't be
965.77/968.32	WSVECS04 Frhs2[959]: 6 0 2.00008 shouldn't be
965.77/968.32	WSVECS04 Frhs2[1065]: 6 0 2.00001 shouldn't be
965.77/968.32	WSVECS04 Frhs2[1232]: 6 0 1.0001 shouldn't be
965.77/968.32	WSVECS04 Frhs2[1242]: 6 -2.00007 0 shouldn't be
965.77/968.32	WSVECS04 Frhs2[1272]: 6 0 1.00002 shouldn't be
965.77/968.32	WSVECS04 Frhs2[1337]: 6 0 2.00007 shouldn't be
965.98/968.58	WSVECS04 Frhs2[1]: 6 0 2.11772 shouldn't be
965.98/968.58	WSVECS04 Frhs2[51]: 6 0 0.235341 shouldn't be
965.98/968.58	WSVECS04 Frhs2[135]: 6 0 4.00003 shouldn't be
965.98/968.58	WSVECS04 Frhs2[157]: 6 0 0.764758 shouldn't be
965.98/968.58	WSVECS04 Frhs2[163]: 6 0 2.50988 shouldn't be
965.98/968.58	WSVECS04 Frhs2[669]: 6 0 0.764722 shouldn't be
965.98/968.58	WSVECS04 Frhs2[755]: 6 0 2.11766 shouldn't be
965.98/968.58	WSVECS04 Frhs2[1339]: 6 -2.00001 0 shouldn't be
966.27/968.88	WSVECS04 Frhs2[102]: 6 0 0.764801 shouldn't be
966.27/968.88	WSVECS04 Frhs2[177]: 6 0 1.88237 shouldn't be
966.27/968.88	WSVECS04 Frhs2[218]: 6 0 4.23532 shouldn't be
966.27/968.88	WSVECS04 Frhs2[221]: 6 0 0.764786 shouldn't be
966.27/968.88	WSVECS04 Frhs2[224]: 6 0 2.11774 shouldn't be
966.27/968.88	WSVECS04 Frhs2[248]: 6 -2.00003 0 shouldn't be
966.27/968.88	WSVECS04 Frhs2[294]: 6 0 0.764745 shouldn't be
966.27/968.88	WSVECS04 Frhs2[305]: 6 0 1.88236 shouldn't be
966.27/968.88	WSVECS04 Frhs2[319]: 6 0 2.00009 shouldn't be
966.27/968.88	WSVECS04 Frhs2[631]: 6 0 3.88242 shouldn't be
966.27/968.88	WSVECS04 Frhs2[666]: 6 0 4.23535 shouldn't be
966.27/968.88	WSVECS04 Frhs2[749]: 6 0 0.647137 shouldn't be
966.27/968.88	WSVECS04 Frhs2[753]: 6 0 1.88242 shouldn't be
966.27/968.88	WSVECS04 Frhs2[861]: 6 0 3.76474 shouldn't be
966.27/968.88	WSVECS04 Frhs2[863]: 6 0 3.00001 shouldn't be
966.27/968.88	WSVECS04 Frhs2[961]: 6 -2.00004 0 shouldn't be
966.27/968.88	WSVECS04 Frhs2[968]: 6 -1.00004 0 shouldn't be
966.27/968.88	WSVECS04 Frhs2[1193]: 6 0 4.00001 shouldn't be
966.27/968.88	WSVECS04 Frhs2[1336]: 6 0 2.00005 shouldn't be
966.57/969.14	WSVECS04 Frhs2[26]: 6 0 3.47062 shouldn't be
966.57/969.14	WSVECS04 Frhs2[33]: 6 0 2.88241 shouldn't be
966.57/969.14	WSVECS04 Frhs2[44]: 6 0 2.11771 shouldn't be
966.57/969.14	WSVECS04 Frhs2[90]: 6 0 3.4706 shouldn't be
966.57/969.14	WSVECS04 Frhs2[114]: 6 0 0.117728 shouldn't be
966.57/969.14	WSVECS04 Frhs2[154]: 6 0 4.23537 shouldn't be
966.57/969.14	WSVECS04 Frhs2[158]: 6 0 0.764722 shouldn't be
966.57/969.14	WSVECS04 Frhs2[232]: 6 0 2.52946 shouldn't be
966.57/969.14	WSVECS04 Frhs2[292]: 6 0 0.764745 shouldn't be
966.57/969.14	WSVECS04 Frhs2[370]: 6 0 2.00008 shouldn't be
966.57/969.14	WSVECS04 Frhs2[602]: 6 0 3.47062 shouldn't be
966.57/969.14	WSVECS04 Frhs2[644]: 6 0 4.64711 shouldn't be
966.57/969.14	WSVECS04 Frhs2[689]: 6 0 2.00008 shouldn't be
966.57/969.14	WSVECS04 Frhs2[798]: 6 0 0.764777 shouldn't be
966.57/969.14	WSVECS04 Frhs2[903]: 6 -1.00005 0 shouldn't be
966.57/969.14	WSVECS04 Frhs2[970]: 6 0 1.00002 shouldn't be
966.57/969.14	WSVECS04 Frhs2[971]: 6 0 1.00004 shouldn't be
966.57/969.14	WSVECS04 Frhs2[1305]: 6 -1.00006 0 shouldn't be
966.57/969.14	WSVECS04 Frhs2[1331]: 6 0 1.00005 shouldn't be
966.87/969.45	WSVECS04 Frhs2[49]: 6 0 1.88237 shouldn't be
966.87/969.45	WSVECS04 Frhs2[77]: 6 0 6.00008 shouldn't be
966.87/969.45	WSVECS04 Frhs2[98]: 6 0 6.25492 shouldn't be
966.87/969.45	WSVECS04 Frhs2[118]: 6 0 0.117715 shouldn't be
966.87/969.45	WSVECS04 Frhs2[199]: 6 0 4.0001 shouldn't be
966.87/969.45	WSVECS04 Frhs2[364]: 6 0 2.11774 shouldn't be
966.87/969.45	WSVECS04 Frhs2[733]: 6 0 2.64711 shouldn't be
966.87/969.45	WSVECS04 Frhs2[738]: 6 0 6.25494 shouldn't be
966.87/969.45	WSVECS04 Frhs2[919]: 6 0 2.00007 shouldn't be
966.87/969.45	WSVECS04 Frhs2[988]: 6 -3.00009 0 shouldn't be
966.87/969.45	WSVECS04 Frhs2[992]: 6 0 2.00007 shouldn't be
966.87/969.45	WSVECS04 Frhs2[1000]: 6 0 2.00004 shouldn't be
966.87/969.45	WSVECS04 Frhs2[1266]: 6 -2.00007 0 shouldn't be
966.87/969.45	WSVECS04 Frhs2[1340]: 6 -3.00003 0 shouldn't be
967.17/969.76	WSVECS04 Frhs2[295]: 6 0 0.960809 shouldn't be
967.77/970.30	WSVECS04 Frhs2[117]: 6 0 0.117707 shouldn't be
967.77/970.30	WSVECS04 Frhs2[727]: 6 0 5.00006 shouldn't be
967.77/970.30	WSVECS04 Frhs2[977]: 6 0 4.00006 shouldn't be
967.77/970.30	WSVECS04 Frhs2[1080]: 6 0 2.00007 shouldn't be
967.77/970.30	WSVECS04 Frhs2[1127]: 6 0 1.00008 shouldn't be
967.77/970.30	WSVECS04 Frhs2[1194]: 6 0 2.00009 shouldn't be
967.77/970.30	WSVECS04 Frhs2[1224]: 6 -1.0001 0 shouldn't be
967.77/970.30	WSVECS04 Frhs2[1316]: 6 -4.0001 0 shouldn't be
995.29/997.95	c #Conflicts:    1688000 | #Constraints:     112004
995.29/997.95	c #Conflicts:    1689000 | #Constraints:     113004
995.29/997.95	c #Conflicts:    1690000 | #Constraints:     114004
995.29/997.95	c #Conflicts:    1691000 | #Constraints:     115004
995.29/997.95	c #Conflicts:    1692000 | #Constraints:     116004
995.29/997.95	c #Conflicts:    1693000 | #Constraints:     117004
995.29/997.95	c #Conflicts:    1694000 | #Constraints:     118004
995.29/997.95	c #Conflicts:    1695000 | #Constraints:     119004
995.29/997.95	c #Conflicts:    1696000 | #Constraints:     120004
995.29/997.95	c #Conflicts:    1697000 | #Constraints:     121004
995.29/997.95	c #Conflicts:    1698000 | #Constraints:     122004
995.29/997.95	c #Conflicts:    1699000 | #Constraints:     123004
995.29/997.95	c #Conflicts:    1700000 | #Constraints:     124004
995.29/997.95	c #Conflicts:    1701000 | #Constraints:     125004
995.29/997.95	c #Conflicts:    1702000 | #Constraints:     126004
995.29/997.95	c #Conflicts:    1703000 | #Constraints:     127004
995.29/997.95	c #Conflicts:    1704000 | #Constraints:     128006
995.29/997.95	c #Conflicts:    1705000 | #Constraints:     129006
995.29/997.95	c #Conflicts:    1706000 | #Constraints:     130006
995.29/997.95	c #Conflicts:    1707000 | #Constraints:     131006
995.29/997.95	c #Conflicts:    1708000 | #Constraints:     132007
995.29/997.95	c #Conflicts:    1709000 | #Constraints:     133007
995.29/997.95	c #Conflicts:    1710000 | #Constraints:     134007
995.29/997.95	c #Conflicts:    1711000 | #Constraints:     135007
995.29/997.95	WSVECS04 Frhs2[19]: 6 -0.666734 0 shouldn't be
995.29/997.95	WSVECS04 Frhs2[28]: 6 0 1.66674 shouldn't be
995.29/997.95	WSVECS04 Frhs2[59]: 6 0 2.00004 shouldn't be
995.29/997.95	WSVECS04 Frhs2[62]: 6 0 2.66671 shouldn't be
995.29/997.95	WSVECS04 Frhs2[81]: 6 0 0.666684 shouldn't be
995.29/997.95	WSVECS04 Frhs2[83]: 6 -0.666747 0 shouldn't be
995.29/997.95	WSVECS04 Frhs2[100]: 6 -2.66674 0 shouldn't be
995.29/997.95	WSVECS04 Frhs2[103]: 6 0 0.666703 shouldn't be
995.29/997.95	WSVECS04 Frhs2[104]: 6 0 0.666684 shouldn't be
995.29/997.95	WSVECS04 Frhs2[115]: 6 0 2.00003 shouldn't be
995.29/997.95	WSVECS04 Frhs2[123]: 6 -6.00005 0 shouldn't be
995.29/997.95	WSVECS04 Frhs2[172]: 6 0 2.00007 shouldn't be
995.29/997.95	WSVECS04 Frhs2[184]: 6 0 1.66677 shouldn't be
995.29/997.95	WSVECS04 Frhs2[236]: 6 0 2.00002 shouldn't be
995.29/997.95	WSVECS04 Frhs2[252]: 6 0 2.66671 shouldn't be
995.29/997.95	WSVECS04 Frhs2[256]: 6 -4.00009 0 shouldn't be
995.29/997.95	WSVECS04 Frhs2[300]: 6 0 2.00005 shouldn't be
995.29/997.95	WSVECS04 Frhs2[316]: 6 0 2.66668 shouldn't be
995.29/997.95	WSVECS04 Frhs2[374]: 6 0 0.666681 shouldn't be
995.29/997.95	WSVECS04 Frhs2[375]: 6 -2.66672 0 shouldn't be
995.29/997.95	WSVECS04 Frhs2[413]: 6 0 2.33336 shouldn't be
995.29/997.95	WSVECS04 Frhs2[414]: 6 0 0.666731 shouldn't be
995.29/997.95	WSVECS04 Frhs2[416]: 6 0 2.33338 shouldn't be
995.29/997.95	WSVECS04 Frhs2[422]: 6 0 0.666737 shouldn't be
995.29/997.95	WSVECS04 Frhs2[446]: 6 0 0.666743 shouldn't be
995.29/997.95	WSVECS04 Frhs2[459]: 6 0 0.666721 shouldn't be
995.29/997.95	WSVECS04 Frhs2[460]: 6 0 0.666688 shouldn't be
995.29/997.95	WSVECS04 Frhs2[467]: 6 -0.666704 0 shouldn't be
995.29/997.95	WSVECS04 Frhs2[481]: 6 0 0.666734 shouldn't be
995.29/997.95	WSVECS04 Frhs2[491]: 6 -2.66671 0 shouldn't be
995.29/997.95	WSVECS04 Frhs2[508]: 6 0 2.66672 shouldn't be
995.29/997.95	WSVECS04 Frhs2[532]: 6 -4.00006 0 shouldn't be
995.29/997.95	WSVECS04 Frhs2[552]: 6 0 0.666747 shouldn't be
995.29/997.95	WSVECS04 Frhs2[572]: 6 0 2.66674 shouldn't be
995.29/997.95	WSVECS04 Frhs2[613]: 6 -3.33338 0 shouldn't be
995.29/997.95	WSVECS04 Frhs2[616]: 6 0 0.666677 shouldn't be
995.29/997.95	WSVECS04 Frhs2[636]: 6 0 2.66669 shouldn't be
995.29/997.95	WSVECS04 Frhs2[662]: 6 0 0.666721 shouldn't be
995.29/997.95	WSVECS04 Frhs2[680]: 6 0 0.666691 shouldn't be
995.29/997.95	WSVECS04 Frhs2[748]: 6 0 2.00002 shouldn't be
995.29/997.95	WSVECS04 Frhs2[750]: 6 0 2.00003 shouldn't be
995.29/997.95	WSVECS04 Frhs2[799]: 6 -2.00003 0 shouldn't be
995.29/997.95	WSVECS04 Frhs2[862]: 6 -4.33341 0 shouldn't be
995.29/997.95	WSVECS04 Frhs2[1092]: 6 -4.0001 0 shouldn't be
995.29/997.95	WSVECS04 Frhs2[1181]: 6 -2.00009 0 shouldn't be
995.29/997.95	WSVECS04 Frhs2[1192]: 6 -1.00005 0 shouldn't be
995.29/997.95	WSVECS04 Frhs2[1215]: 6 -1.00003 0 shouldn't be
999.38/1002.10	c #Conflicts:    1712000 | #Constraints:     136007
999.38/1002.10	c #Conflicts:    1713000 | #Constraints:     137007
999.38/1002.10	c #Conflicts:    1714000 | #Constraints:     138007
999.38/1002.10	WSVECS04 Frhs2[37]: 6 -1.25586 0 shouldn't be
999.38/1002.10	WSVECS04 Frhs2[76]: 6 0 1.00002 shouldn't be
999.38/1002.10	WSVECS04 Frhs2[78]: 6 -4.00009 0 shouldn't be
999.38/1002.10	WSVECS04 Frhs2[110]: 6 -4.00005 0 shouldn't be
999.38/1002.10	WSVECS04 Frhs2[137]: 6 -4.00007 0 shouldn't be
999.38/1002.10	WSVECS04 Frhs2[140]: 6 0 1.00003 shouldn't be
999.38/1002.10	WSVECS04 Frhs2[165]: 6 -0.37211 0 shouldn't be
999.38/1002.10	WSVECS04 Frhs2[333]: 6 0 4.00008 shouldn't be
999.38/1002.10	WSVECS04 Frhs2[354]: 6 0 0.186072 shouldn't be
999.38/1002.10	WSVECS04 Frhs2[360]: 6 0 0.186073 shouldn't be
999.38/1002.10	WSVECS04 Frhs2[371]: 6 0 0.186095 shouldn't be
999.38/1002.10	WSVECS04 Frhs2[376]: 6 0 0.186102 shouldn't be
999.38/1002.10	WSVECS04 Frhs2[431]: 6 0 0.41863 shouldn't be
999.38/1002.10	WSVECS04 Frhs2[494]: 6 0 2.00003 shouldn't be
999.38/1002.10	WSVECS04 Frhs2[502]: 6 0 0.186098 shouldn't be
999.38/1002.10	WSVECS04 Frhs2[522]: 6 -2.00006 0 shouldn't be
999.38/1002.10	WSVECS04 Frhs2[524]: 6 0 1.00006 shouldn't be
999.38/1002.10	WSVECS04 Frhs2[554]: 6 -6.00008 0 shouldn't be
999.38/1002.10	WSVECS04 Frhs2[826]: 6 -5.00003 0 shouldn't be
999.38/1002.10	WSVECS04 Frhs2[1065]: 6 -1.00008 0 shouldn't be
999.38/1002.10	WSVECS04 Frhs2[1072]: 6 0 1.00001 shouldn't be
999.38/1002.10	WSVECS04 Frhs2[1086]: 6 -1.00004 0 shouldn't be
999.38/1002.10	WSVECS04 Frhs2[1150]: 6 -4.00002 0 shouldn't be
1011.74/1014.44	c #Conflicts:    1715000 | #Constraints:     139007
1011.74/1014.44	c #Conflicts:    1716000 | #Constraints:     140007
1011.74/1014.44	c #Conflicts:    1717000 | #Constraints:     141007
1011.74/1014.44	c #Conflicts:    1718000 | #Constraints:     142008
1011.74/1014.44	c #Conflicts:    1719000 | #Constraints:     143009
1011.74/1014.44	c #Conflicts:    1720000 | #Constraints:     144009
1011.74/1014.44	c #Conflicts:    1721000 | #Constraints:     145010
1011.74/1014.44	c #Conflicts:    1722000 | #Constraints:     146010
1011.74/1014.44	c INPROCESSING
1011.74/1014.44	c GARBAGE COLLECT
1011.74/1014.44	c rational objective 128
1030.39/1033.12	c #Conflicts:    1723000 | #Constraints:      82456
1030.39/1033.12	c #Conflicts:    1724000 | #Constraints:      83456
1030.39/1033.12	c #Conflicts:    1725000 | #Constraints:      84456
1030.39/1033.12	c #Conflicts:    1726000 | #Constraints:      85456
1030.39/1033.12	c #Conflicts:    1727000 | #Constraints:      86456
1030.39/1033.12	c #Conflicts:    1728000 | #Constraints:      87456
1030.39/1033.12	c #Conflicts:    1729000 | #Constraints:      88456
1030.39/1033.12	c #Conflicts:    1730000 | #Constraints:      89456
1030.39/1033.12	c #Conflicts:    1731000 | #Constraints:      90456
1030.39/1033.12	c #Conflicts:    1732000 | #Constraints:      91456
1030.39/1033.12	c #Conflicts:    1733000 | #Constraints:      92456
1030.39/1033.12	c #Conflicts:    1734000 | #Constraints:      93456
1030.39/1033.12	c #Conflicts:    1735000 | #Constraints:      94456
1030.39/1033.12	c #Conflicts:    1736000 | #Constraints:      95456
1030.39/1033.12	c #Conflicts:    1737000 | #Constraints:      96456
1030.39/1033.12	c #Conflicts:    1738000 | #Constraints:      97456
1030.39/1033.12	c #Conflicts:    1739000 | #Constraints:      98456
1030.39/1033.12	c #Conflicts:    1740000 | #Constraints:      99456
1030.39/1033.12	c #Conflicts:    1741000 | #Constraints:     100456
1030.39/1033.12	c #Conflicts:    1742000 | #Constraints:     101456
1030.39/1033.12	c #Conflicts:    1743000 | #Constraints:     102456
1030.39/1033.12	c #Conflicts:    1744000 | #Constraints:     103456
1030.39/1033.12	c #Conflicts:    1745000 | #Constraints:     104456
1030.39/1033.12	c #Conflicts:    1746000 | #Constraints:     105456
1030.39/1033.12	c #Conflicts:    1747000 | #Constraints:     106456
1030.39/1033.12	c #Conflicts:    1748000 | #Constraints:     107456
1030.39/1033.12	c #Conflicts:    1749000 | #Constraints:     108456
1030.39/1033.12	c #Conflicts:    1750000 | #Constraints:     109456
1030.39/1033.12	c #Conflicts:    1751000 | #Constraints:     110456
1030.39/1033.12	c #Conflicts:    1752000 | #Constraints:     111456
1030.39/1033.12	c #Conflicts:    1753000 | #Constraints:     112456
1030.39/1033.12	c INPROCESSING
1030.39/1033.12	c GARBAGE COLLECT
1030.39/1033.12	c rational objective 128
1044.75/1047.59	c #Conflicts:    1754000 | #Constraints:      65641
1044.75/1047.59	c #Conflicts:    1755000 | #Constraints:      66641
1044.75/1047.59	c #Conflicts:    1756000 | #Constraints:      67641
1044.75/1047.59	c #Conflicts:    1757000 | #Constraints:      68641
1044.75/1047.59	c #Conflicts:    1758000 | #Constraints:      69641
1044.75/1047.59	c #Conflicts:    1759000 | #Constraints:      70641
1044.75/1047.59	c #Conflicts:    1760000 | #Constraints:      71641
1044.75/1047.59	c #Conflicts:    1761000 | #Constraints:      72641
1044.75/1047.59	c #Conflicts:    1762000 | #Constraints:      73641
1044.75/1047.59	c #Conflicts:    1763000 | #Constraints:      74641
1044.75/1047.59	c #Conflicts:    1764000 | #Constraints:      75641
1044.75/1047.59	c #Conflicts:    1765000 | #Constraints:      76641
1044.75/1047.59	c #Conflicts:    1766000 | #Constraints:      77641
1044.75/1047.59	c #Conflicts:    1767000 | #Constraints:      78641
1044.75/1047.59	c #Conflicts:    1768000 | #Constraints:      79641
1044.75/1047.59	c #Conflicts:    1769000 | #Constraints:      80641
1044.75/1047.59	c #Conflicts:    1770000 | #Constraints:      81641
1044.75/1047.59	c #Conflicts:    1771000 | #Constraints:      82641
1044.75/1047.59	c #Conflicts:    1772000 | #Constraints:      83641
1044.75/1047.59	c #Conflicts:    1773000 | #Constraints:      84641
1044.75/1047.59	c #Conflicts:    1774000 | #Constraints:      85641
1044.75/1047.59	c #Conflicts:    1775000 | #Constraints:      86641
1044.75/1047.59	c #Conflicts:    1776000 | #Constraints:      87641
1044.75/1047.59	c #Conflicts:    1777000 | #Constraints:      88641
1044.75/1047.59	c #Conflicts:    1778000 | #Constraints:      89641
1044.75/1047.59	c #Conflicts:    1779000 | #Constraints:      90641
1044.75/1047.59	c #Conflicts:    1780000 | #Constraints:      91641
1044.75/1047.59	c #Conflicts:    1781000 | #Constraints:      92641
1044.75/1047.59	WSVECS04 Frhs2[32]: 6 0 1.5001 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[33]: 6 0 6.00009 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[76]: 6 0 8.00006 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[84]: 6 0 11.0001 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[140]: 6 0 8.00003 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[144]: 6 0 9.00002 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[145]: 6 -18.0001 0 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[156]: 6 0 11.0001 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[171]: 6 0 5.00007 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[235]: 6 0 4.00003 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[298]: 6 0 3.00008 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[357]: 6 0 2.00007 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[398]: 6 0 1.00005 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[430]: 6 0 6.00003 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[436]: 6 0 1.00009 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[460]: 6 0 8.00004 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[468]: 6 0 11 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[471]: 6 0 2.00005 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[484]: 6 0 9.00007 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[497]: 6 -20 0 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[534]: 6 0 2.00008 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[556]: 6 0 6.83335 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[716]: 6 0 8.00009 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[777]: 6 -19 0 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[787]: 6 -4.00007 0 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[788]: 6 0 11.0001 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[791]: 6 0 2.00004 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[795]: 6 -6.00004 0 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[800]: 6 0 1.50006 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[810]: 6 0 5.00001 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[852]: 6 0 11 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[869]: 6 0 2.33338 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[1073]: 6 -1.00008 0 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[1088]: 6 0 1.00009 shouldn't be
1044.75/1047.59	WSVECS04 Frhs2[1120]: 6 -1.00004 0 shouldn't be
1047.24/1050.03	c #Conflicts:    1782000 | #Constraints:      93641
1047.24/1050.03	c #Conflicts:    1783000 | #Constraints:      94641
1047.24/1050.03	c #Conflicts:    1784000 | #Constraints:      95641
1047.24/1050.03	c #Conflicts:    1785000 | #Constraints:      96641
1047.24/1050.03	c INPROCESSING
1047.24/1050.03	c GARBAGE COLLECT
1047.24/1050.03	c rational objective 128
1048.34/1051.14	c #Conflicts:    1786000 | #Constraints:      58162
1048.34/1051.14	c #Conflicts:    1787000 | #Constraints:      59162
1048.34/1051.14	WSVECS04 Frhs2[145]: 6 0 9.33335 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[201]: 6 -19.3334 0 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[206]: 6 0 5.00006 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[209]: 6 0 10.6667 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[211]: 6 -0.666746 0 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[270]: 6 0 5.00004 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[289]: 6 0 12.0001 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[298]: 6 0 0.6667 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[301]: 6 0 0.666739 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[336]: 6 -18.6667 0 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[342]: 6 0 0.666743 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[363]: 6 0 11.3334 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[367]: 6 0 4.66672 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[398]: 6 0 1.66675 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[406]: 6 0 0.666757 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[429]: 6 0 0.666714 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[465]: 6 0 10.6667 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[604]: 6 -3.00005 0 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[677]: 6 -1.33343 0 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[680]: 6 0 8.6667 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[686]: 6 0 1.33338 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[715]: 6 0 6.33339 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[718]: 6 0 6.33337 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[721]: 6 0 10.0001 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[726]: 6 0 1.33335 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[738]: 6 0 1.33342 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[746]: 6 0 0.666686 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[747]: 6 0 12 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[749]: 6 0 0.666741 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[782]: 6 0 3.00003 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[787]: 6 -2.00006 0 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[790]: 6 0 2.00002 shouldn't be
1048.34/1051.14	WSVECS04 Frhs2[1008]: 6 0 1.00008 shouldn't be
1063.09/1065.98	c #Conflicts:    1788000 | #Constraints:      60162
1063.09/1065.98	c #Conflicts:    1789000 | #Constraints:      61162
1063.09/1065.98	c #Conflicts:    1790000 | #Constraints:      62162
1063.09/1065.98	c #Conflicts:    1791000 | #Constraints:      63162
1063.09/1065.98	c #Conflicts:    1792000 | #Constraints:      64162
1063.09/1065.98	c #Conflicts:    1793000 | #Constraints:      65162
1063.09/1065.98	c #Conflicts:    1794000 | #Constraints:      66162
1063.09/1065.98	c #Conflicts:    1795000 | #Constraints:      67162
1063.09/1065.98	c #Conflicts:    1796000 | #Constraints:      68162
1063.09/1065.98	c #Conflicts:    1797000 | #Constraints:      69162
1063.09/1065.98	c #Conflicts:    1798000 | #Constraints:      70162
1063.09/1065.98	c #Conflicts:    1799000 | #Constraints:      71162
1063.09/1065.98	c #Conflicts:    1800000 | #Constraints:      72162
1063.09/1065.98	c #Conflicts:    1801000 | #Constraints:      73162
1063.09/1065.98	c #Conflicts:    1802000 | #Constraints:      74162
1063.09/1065.98	c #Conflicts:    1803000 | #Constraints:      75162
1063.09/1065.98	c #Conflicts:    1804000 | #Constraints:      76162
1063.09/1065.98	c #Conflicts:    1805000 | #Constraints:      77162
1063.09/1065.98	c #Conflicts:    1806000 | #Constraints:      78162
1063.09/1065.98	c #Conflicts:    1807000 | #Constraints:      79162
1063.09/1065.98	c #Conflicts:    1808000 | #Constraints:      80162
1063.09/1065.98	c #Conflicts:    1809000 | #Constraints:      81162
1063.09/1065.98	c #Conflicts:    1810000 | #Constraints:      82162
1063.09/1065.98	c #Conflicts:    1811000 | #Constraints:      83162
1063.09/1065.98	c #Conflicts:    1812000 | #Constraints:      84162
1063.09/1065.98	c #Conflicts:    1813000 | #Constraints:      85162
1063.09/1065.98	c #Conflicts:    1814000 | #Constraints:      86162
1063.09/1065.98	c #Conflicts:    1815000 | #Constraints:      87162
1063.09/1065.98	c #Conflicts:    1816000 | #Constraints:      88162
1063.09/1065.98	c INPROCESSING
1063.09/1065.98	c GARBAGE COLLECT
1063.09/1065.98	c rational objective 128
1081.54/1084.42	c #Conflicts:    1817000 | #Constraints:      53705
1081.54/1084.42	c #Conflicts:    1818000 | #Constraints:      54705
1081.54/1084.42	c #Conflicts:    1819000 | #Constraints:      55705
1081.54/1084.42	c #Conflicts:    1820000 | #Constraints:      56705
1081.54/1084.42	c #Conflicts:    1821000 | #Constraints:      57705
1081.54/1084.42	c #Conflicts:    1822000 | #Constraints:      58705
1081.54/1084.42	c #Conflicts:    1823000 | #Constraints:      59705
1081.54/1084.42	c #Conflicts:    1824000 | #Constraints:      60705
1081.54/1084.42	c #Conflicts:    1825000 | #Constraints:      61705
1081.54/1084.42	c #Conflicts:    1826000 | #Constraints:      62705
1081.54/1084.42	c #Conflicts:    1827000 | #Constraints:      63705
1081.54/1084.42	c #Conflicts:    1828000 | #Constraints:      64705
1081.54/1084.42	c #Conflicts:    1829000 | #Constraints:      65705
1081.54/1084.42	c #Conflicts:    1830000 | #Constraints:      66705
1081.54/1084.42	c #Conflicts:    1831000 | #Constraints:      67705
1081.54/1084.42	c #Conflicts:    1832000 | #Constraints:      68705
1081.54/1084.42	c #Conflicts:    1833000 | #Constraints:      69705
1081.54/1084.42	c #Conflicts:    1834000 | #Constraints:      70705
1081.54/1084.42	c #Conflicts:    1835000 | #Constraints:      71705
1081.54/1084.42	c #Conflicts:    1836000 | #Constraints:      72705
1081.54/1084.42	c #Conflicts:    1837000 | #Constraints:      73705
1081.54/1084.42	c #Conflicts:    1838000 | #Constraints:      74705
1081.54/1084.42	c #Conflicts:    1839000 | #Constraints:      75705
1081.54/1084.42	c #Conflicts:    1840000 | #Constraints:      76705
1081.54/1084.42	c #Conflicts:    1841000 | #Constraints:      77705
1081.54/1084.42	c #Conflicts:    1842000 | #Constraints:      78705
1081.54/1084.42	c #Conflicts:    1843000 | #Constraints:      79705
1081.54/1084.42	c #Conflicts:    1844000 | #Constraints:      80705
1081.54/1084.42	c #Conflicts:    1845000 | #Constraints:      81705
1081.54/1084.42	c #Conflicts:    1846000 | #Constraints:      82705
1081.54/1084.42	c #Conflicts:    1847000 | #Constraints:      83705
1081.54/1084.42	c #Conflicts:    1848000 | #Constraints:      84705
1081.54/1084.42	c #Conflicts:    1849000 | #Constraints:      85705
1081.54/1084.42	c #Conflicts:    1850000 | #Constraints:      86705
1081.54/1084.42	WSVECS04 Frhs2[1]: 6 0 16.9265 shouldn't be
1081.54/1084.42	WSVECS04 Frhs2[40]: 6 0 7.10804 shouldn't be
1081.54/1084.42	WSVECS04 Frhs2[121]: 6 0 14.1847 shouldn't be
1081.54/1084.42	WSVECS04 Frhs2[185]: 6 0 12.0627 shouldn't be
1081.54/1084.42	WSVECS04 Frhs2[194]: 6 0 3.00004 shouldn't be
1081.54/1084.42	WSVECS04 Frhs2[258]: 6 0 0.716772 shouldn't be
1081.54/1084.42	WSVECS04 Frhs2[314]: 6 0 2.12214 shouldn't be
1081.54/1084.42	WSVECS04 Frhs2[483]: 6 0 0.231641 shouldn't be
1081.54/1084.42	WSVECS04 Frhs2[524]: 6 0 18.299 shouldn't be
1081.54/1084.42	WSVECS04 Frhs2[556]: 6 0 15.4164 shouldn't be
1081.54/1084.42	WSVECS04 Frhs2[679]: 6 0 23.1174 shouldn't be
1081.54/1084.42	WSVECS04 Frhs2[728]: 6 0 0.025088 shouldn't be
1081.54/1084.42	WSVECS04 Frhs2[803]: 6 0 0.231627 shouldn't be
1081.54/1084.42	WSVECS04 Frhs2[871]: 6 0 17.2739 shouldn't be
1081.54/1084.42	WSVECS04 Frhs2[880]: 6 0 0.0250636 shouldn't be
1081.54/1084.42	WSVECS04 Frhs2[952]: 6 -1.00002 0 shouldn't be
1081.54/1084.42	WSVECS04 Frhs2[1397]: 6 0 1.44297 shouldn't be
1133.99/1137.08	c #Conflicts:    1851000 | #Constraints:      87705
1133.99/1137.08	c #Conflicts:    1852000 | #Constraints:      88705
1133.99/1137.08	c #Conflicts:    1853000 | #Constraints:      89705
1133.99/1137.08	c #Conflicts:    1854000 | #Constraints:      90705
1133.99/1137.08	c #Conflicts:    1855000 | #Constraints:      91705
1133.99/1137.08	c #Conflicts:    1856000 | #Constraints:      92705
1133.99/1137.08	c #Conflicts:    1857000 | #Constraints:      93705
1133.99/1137.08	c #Conflicts:    1858000 | #Constraints:      94705
1133.99/1137.08	c #Conflicts:    1859000 | #Constraints:      95705
1133.99/1137.08	c #Conflicts:    1860000 | #Constraints:      96705
1133.99/1137.08	c #Conflicts:    1861000 | #Constraints:      97705
1133.99/1137.08	c #Conflicts:    1862000 | #Constraints:      98705
1133.99/1137.08	c #Conflicts:    1863000 | #Constraints:      99705
1133.99/1137.08	c #Conflicts:    1864000 | #Constraints:     100705
1133.99/1137.08	c #Conflicts:    1865000 | #Constraints:     101705
1133.99/1137.08	c #Conflicts:    1866000 | #Constraints:     102705
1133.99/1137.08	c #Conflicts:    1867000 | #Constraints:     103705
1133.99/1137.08	c #Conflicts:    1868000 | #Constraints:     104705
1133.99/1137.08	c #Conflicts:    1869000 | #Constraints:     105705
1133.99/1137.08	c #Conflicts:    1870000 | #Constraints:     106705
1133.99/1137.08	c #Conflicts:    1871000 | #Constraints:     107705
1133.99/1137.08	c #Conflicts:    1872000 | #Constraints:     108705
1133.99/1137.08	c #Conflicts:    1873000 | #Constraints:     109705
1133.99/1137.08	c #Conflicts:    1874000 | #Constraints:     110705
1133.99/1137.08	c #Conflicts:    1875000 | #Constraints:     111705
1133.99/1137.08	c #Conflicts:    1876000 | #Constraints:     112705
1133.99/1137.08	c #Conflicts:    1877000 | #Constraints:     113705
1133.99/1137.08	c #Conflicts:    1878000 | #Constraints:     114705
1133.99/1137.08	c #Conflicts:    1879000 | #Constraints:     115705
1133.99/1137.08	c #Conflicts:    1880000 | #Constraints:     116705
1133.99/1137.08	c #Conflicts:    1881000 | #Constraints:     117705
1133.99/1137.08	c #Conflicts:    1882000 | #Constraints:     118705
1133.99/1137.08	c #Conflicts:    1883000 | #Constraints:     119705
1133.99/1137.08	c #Conflicts:    1884000 | #Constraints:     120705
1133.99/1137.08	c #Conflicts:    1885000 | #Constraints:     121705
1133.99/1137.08	c #Conflicts:    1886000 | #Constraints:     122705
1133.99/1137.08	c #Conflicts:    1887000 | #Constraints:     123705
1133.99/1137.08	c #Conflicts:    1888000 | #Constraints:     124705
1133.99/1137.08	c #Conflicts:    1889000 | #Constraints:     125705
1133.99/1137.08	c #Conflicts:    1890000 | #Constraints:     126705
1133.99/1137.08	c #Conflicts:    1891000 | #Constraints:     127705
1133.99/1137.08	c #Conflicts:    1892000 | #Constraints:     128705
1133.99/1137.08	c #Conflicts:    1893000 | #Constraints:     129705
1133.99/1137.08	c #Conflicts:    1894000 | #Constraints:     130705
1133.99/1137.08	c #Conflicts:    1895000 | #Constraints:     131705
1133.99/1137.08	c #Conflicts:    1896000 | #Constraints:     132705
1133.99/1137.08	c #Conflicts:    1897000 | #Constraints:     133705
1133.99/1137.08	c #Conflicts:    1898000 | #Constraints:     134705
1133.99/1137.08	c #Conflicts:    1899000 | #Constraints:     135705
1133.99/1137.08	c #Conflicts:    1900000 | #Constraints:     136705
1133.99/1137.08	c #Conflicts:    1901000 | #Constraints:     137705
1133.99/1137.08	c #Conflicts:    1902000 | #Constraints:     138705
1133.99/1137.08	c #Conflicts:    1903000 | #Constraints:     139705
1133.99/1137.08	c #Conflicts:    1904000 | #Constraints:     140705
1133.99/1137.08	c #Conflicts:    1905000 | #Constraints:     141705
1133.99/1137.08	c #Conflicts:    1906000 | #Constraints:     142705
1133.99/1137.08	c #Conflicts:    1907000 | #Constraints:     143705
1133.99/1137.08	c #Conflicts:    1908000 | #Constraints:     144705
1133.99/1137.08	c #Conflicts:    1909000 | #Constraints:     145705
1133.99/1137.08	c #Conflicts:    1910000 | #Constraints:     146705
1133.99/1137.08	c #Conflicts:    1911000 | #Constraints:     147705
1133.99/1137.08	c #Conflicts:    1912000 | #Constraints:     148705
1133.99/1137.08	c #Conflicts:    1913000 | #Constraints:     149705
1133.99/1137.08	c #Conflicts:    1914000 | #Constraints:     150705
1133.99/1137.08	c #Conflicts:    1915000 | #Constraints:     151705
1133.99/1137.08	c #Conflicts:    1916000 | #Constraints:     152705
1133.99/1137.08	c #Conflicts:    1917000 | #Constraints:     153705
1133.99/1137.08	c INPROCESSING
1133.99/1137.08	c GARBAGE COLLECT
1133.99/1137.08	c rational objective 128
1146.84/1149.95	c #Conflicts:    1918000 | #Constraints:      86563
1146.84/1149.95	c #Conflicts:    1919000 | #Constraints:      87563
1146.84/1149.95	c #Conflicts:    1920000 | #Constraints:      88563
1146.84/1149.95	c #Conflicts:    1921000 | #Constraints:      89563
1146.84/1149.95	c #Conflicts:    1922000 | #Constraints:      90563
1146.84/1149.95	c #Conflicts:    1923000 | #Constraints:      91563
1146.84/1149.95	c #Conflicts:    1924000 | #Constraints:      92563
1146.84/1149.95	c #Conflicts:    1925000 | #Constraints:      93563
1146.84/1149.95	c #Conflicts:    1926000 | #Constraints:      94563
1146.84/1149.95	c #Conflicts:    1927000 | #Constraints:      95563
1146.84/1149.95	c #Conflicts:    1928000 | #Constraints:      96563
1146.84/1149.95	c #Conflicts:    1929000 | #Constraints:      97563
1146.84/1149.95	c #Conflicts:    1930000 | #Constraints:      98563
1146.84/1149.95	c #Conflicts:    1931000 | #Constraints:      99563
1146.84/1149.95	c #Conflicts:    1932000 | #Constraints:     100564
1146.84/1149.95	c #Conflicts:    1933000 | #Constraints:     101564
1146.84/1149.95	c #Conflicts:    1934000 | #Constraints:     102564
1146.84/1149.95	c #Conflicts:    1935000 | #Constraints:     103564
1146.84/1149.95	c #Conflicts:    1936000 | #Constraints:     104564
1146.84/1149.95	c #Conflicts:    1937000 | #Constraints:     105564
1146.84/1149.95	c #Conflicts:    1938000 | #Constraints:     106565
1146.84/1149.95	WSVECS04 Frhs2[12]: 6 0 7.20002 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[15]: 6 0 4.60004 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[22]: 6 0 3.40009 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[24]: 6 0 94.2 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[30]: 6 0 31 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[33]: 6 0 5.40004 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[40]: 6 0 92.2001 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[55]: 6 0 6.40003 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[87]: 6 0 22 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[88]: 6 0 100.8 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[99]: 6 0 0.400071 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[101]: 6 -2.00005 0 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[103]: 6 0 2.40002 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[116]: 6 0 29.4001 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[147]: 6 -4.00002 0 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[152]: 6 0 100.8 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[163]: 6 0 1.40004 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[168]: 6 0 92.2001 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[202]: 6 -72 0 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[210]: 6 0 0.600084 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[247]: 6 -30.4 0 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[266]: 6 -86.4001 0 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[311]: 6 0 30.4001 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[329]: 6 0 34 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[337]: 6 0 7.00003 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[353]: 6 0 4.00005 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[369]: 6 0 6.00005 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[398]: 6 0 72 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[399]: 6 0 0.80007 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[406]: 6 0 10 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[407]: 6 0 22.0001 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[422]: 6 0 37.4001 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[434]: 6 0 0.300016 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[457]: 6 0 27 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[465]: 6 0 5.00009 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[476]: 6 -3.00002 0 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[481]: 6 0 4.00002 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[488]: 6 0 90.8 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[550]: 6 0 33.8 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[585]: 6 0 23 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[604]: 6 -2.00004 0 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[613]: 6 0 1.40004 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[650]: 6 -78.0001 0 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[670]: 6 0 37.4 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[677]: 6 -42.8001 0 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[690]: 6 0 6.70005 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[696]: 6 0 114.6 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[722]: 6 0 11.6 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[723]: 6 -6.00004 0 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[760]: 6 0 108.2 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[824]: 6 0 114.975 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[872]: 6 0 20.0001 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[1066]: 6 -1.00002 0 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[1087]: 6 -2.00001 0 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[1103]: 6 -2.00004 0 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[1282]: 6 0 1.00006 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[1295]: 6 -1.00006 0 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[1304]: 6 -1.00009 0 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[1343]: 6 -2.00009 0 shouldn't be
1146.84/1149.95	WSVECS04 Frhs2[1344]: 6 -1.0001 0 shouldn't be
1147.15/1150.21	WSVECS04 Frhs2[394]: 6 -9.4001 0 shouldn't be
1147.15/1150.21	WSVECS04 Frhs2[1080]: 6 0 1.00006 shouldn't be
1147.15/1150.21	WSVECS04 Frhs2[1328]: 6 0 2.00009 shouldn't be
1147.34/1150.44	WSVECS04 Frhs2[330]: 6 0 5.40007 shouldn't be
1147.34/1150.44	WSVECS04 Frhs2[403]: 6 -6.0001 0 shouldn't be
1147.34/1150.44	WSVECS04 Frhs2[869]: 6 0 0.600054 shouldn't be
1147.34/1150.44	WSVECS04 Frhs2[1337]: 6 -1.00003 0 shouldn't be
1154.23/1157.38	c #Conflicts:    1939000 | #Constraints:     107565
1154.23/1157.38	c #Conflicts:    1940000 | #Constraints:     108565
1154.23/1157.38	c #Conflicts:    1941000 | #Constraints:     109565
1154.23/1157.38	c #Conflicts:    1942000 | #Constraints:     110565
1154.23/1157.38	c #Conflicts:    1943000 | #Constraints:     111565
1154.23/1157.38	c #Conflicts:    1944000 | #Constraints:     112565
1154.23/1157.38	c #Conflicts:    1945000 | #Constraints:     113565
1154.23/1157.38	c #Conflicts:    1946000 | #Constraints:     114565
1154.23/1157.38	c #Conflicts:    1947000 | #Constraints:     115565
1154.23/1157.38	c #Conflicts:    1948000 | #Constraints:     116565
1154.23/1157.38	c #Conflicts:    1949000 | #Constraints:     117565
1154.23/1157.38	c #Conflicts:    1950000 | #Constraints:     118565
1154.23/1157.38	c INPROCESSING
1154.23/1157.38	c GARBAGE COLLECT
1154.23/1157.38	c rational objective 128
1172.99/1176.17	c #Conflicts:    1951000 | #Constraints:      69132
1172.99/1176.17	c #Conflicts:    1952000 | #Constraints:      70132
1172.99/1176.17	c #Conflicts:    1953000 | #Constraints:      71132
1172.99/1176.17	c #Conflicts:    1954000 | #Constraints:      72132
1172.99/1176.17	c #Conflicts:    1955000 | #Constraints:      73132
1172.99/1176.17	c #Conflicts:    1956000 | #Constraints:      74132
1172.99/1176.17	c #Conflicts:    1957000 | #Constraints:      75132
1172.99/1176.17	c #Conflicts:    1958000 | #Constraints:      76132
1172.99/1176.17	c #Conflicts:    1959000 | #Constraints:      77132
1172.99/1176.17	c #Conflicts:    1960000 | #Constraints:      78132
1172.99/1176.17	c #Conflicts:    1961000 | #Constraints:      79132
1172.99/1176.17	c #Conflicts:    1962000 | #Constraints:      80132
1172.99/1176.17	c #Conflicts:    1963000 | #Constraints:      81132
1172.99/1176.17	c #Conflicts:    1964000 | #Constraints:      82132
1172.99/1176.17	c #Conflicts:    1965000 | #Constraints:      83132
1172.99/1176.17	c #Conflicts:    1966000 | #Constraints:      84132
1172.99/1176.17	c #Conflicts:    1967000 | #Constraints:      85132
1172.99/1176.17	c #Conflicts:    1968000 | #Constraints:      86132
1172.99/1176.17	c #Conflicts:    1969000 | #Constraints:      87132
1172.99/1176.17	c #Conflicts:    1970000 | #Constraints:      88132
1172.99/1176.17	c #Conflicts:    1971000 | #Constraints:      89132
1172.99/1176.17	c #Conflicts:    1972000 | #Constraints:      90132
1172.99/1176.17	c #Conflicts:    1973000 | #Constraints:      91132
1172.99/1176.17	c #Conflicts:    1974000 | #Constraints:      92132
1172.99/1176.17	c #Conflicts:    1975000 | #Constraints:      93132
1172.99/1176.17	c #Conflicts:    1976000 | #Constraints:      94132
1172.99/1176.17	c #Conflicts:    1977000 | #Constraints:      95132
1172.99/1176.17	c #Conflicts:    1978000 | #Constraints:      96132
1172.99/1176.17	c #Conflicts:    1979000 | #Constraints:      97132
1172.99/1176.17	c #Conflicts:    1980000 | #Constraints:      98132
1172.99/1176.17	c #Conflicts:    1981000 | #Constraints:      99132
1172.99/1176.17	c #Conflicts:    1982000 | #Constraints:     100132
1172.99/1176.17	c INPROCESSING
1172.99/1176.17	c GARBAGE COLLECT
1172.99/1176.17	c rational objective 128
1182.87/1186.05	c #Conflicts:    1983000 | #Constraints:      59455
1182.87/1186.05	c #Conflicts:    1984000 | #Constraints:      60455
1182.87/1186.05	c #Conflicts:    1985000 | #Constraints:      61455
1182.87/1186.05	c #Conflicts:    1986000 | #Constraints:      62456
1182.87/1186.05	c #Conflicts:    1987000 | #Constraints:      63456
1182.87/1186.05	c #Conflicts:    1988000 | #Constraints:      64456
1182.87/1186.05	c #Conflicts:    1989000 | #Constraints:      65457
1182.87/1186.05	c #Conflicts:    1990000 | #Constraints:      66460
1182.87/1186.05	c #Conflicts:    1991000 | #Constraints:      67461
1182.87/1186.05	c #Conflicts:    1992000 | #Constraints:      68462
1182.87/1186.05	c #Conflicts:    1993000 | #Constraints:      69464
1182.87/1186.05	c #Conflicts:    1994000 | #Constraints:      70466
1182.87/1186.05	c #Conflicts:    1995000 | #Constraints:      71466
1182.87/1186.05	c #Conflicts:    1996000 | #Constraints:      72468
1182.87/1186.05	c #Conflicts:    1997000 | #Constraints:      73468
1182.87/1186.05	c #Conflicts:    1998000 | #Constraints:      74468
1182.87/1186.05	WSVECS04 Frhs2[28]: 6 -1.03772 0 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[32]: 6 0 11.1288 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[63]: 6 0 0.922797 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[65]: 6 -5.41394 0 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[105]: 6 0 2.50298 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[123]: 6 -1.00002 0 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[124]: 6 0 1.00003 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[125]: 6 0 2.12082 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[126]: 6 0 1.99018 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[128]: 6 0 1.00004 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[161]: 6 0 1.27528 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[162]: 6 0 6.00004 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[164]: 6 0 1.91292 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[188]: 6 -9.0001 0 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[189]: 6 0 1.12081 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[197]: 6 0 1.707 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[201]: 6 0 4.48326 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[218]: 6 0 1.72681 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[221]: 6 0 0.863389 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[229]: 6 0 3.12083 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[231]: 6 0 1.56046 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[232]: 6 0 3.12082 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[242]: 6 0 2.00004 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[257]: 6 0 2.00002 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[260]: 6 0 2.86343 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[265]: 6 0 4.48321 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[266]: 6 -6.00005 0 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[290]: 6 0 2.43969 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[293]: 6 -1.56042 0 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[317]: 6 0 0.0436405 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[325]: 6 0 0.14663 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[357]: 6 -2.43966 0 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[362]: 6 0 5.25151 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[367]: 6 0 0.0871901 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[382]: 6 0 0.241616 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[387]: 6 -13.1208 0 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[409]: 6 0 2.17427 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[412]: 6 -1.31095 0 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[418]: 6 0 2.87925 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[425]: 6 0 0.502995 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[426]: 6 0 3.1644 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[449]: 6 -1.707 0 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[452]: 6 0 5.98423 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[453]: 6 0 3.26741 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[473]: 6 0 2.17435 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[491]: 6 -8.00005 0 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[516]: 6 0 4.42386 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[533]: 6 0 1.00007 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[537]: 6 0 0.962429 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[539]: 6 -13.7267 0 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[544]: 6 0 11.4773 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[575]: 6 0 0.724792 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[609]: 6 0 1.73471 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[611]: 6 0 1.09706 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[637]: 6 0 1.12083 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[648]: 6 0 1.56046 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[661]: 6 0 0.0773101 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[669]: 6 0 0.788206 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[675]: 6 -11.5604 0 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[684]: 6 0 2.83574 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[701]: 6 0 1.12088 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[712]: 6 0 0.586206 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[713]: 6 0 2.11097 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[746]: 6 0 5.16438 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[765]: 6 0 1.12088 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[842]: 6 -3.00008 0 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[857]: 6 0 2.96245 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[867]: 6 0 0.087187 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[1017]: 6 -1.00003 0 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[1022]: 6 0 1.00005 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[1057]: 6 0 4.00007 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[1060]: 6 -3.00001 0 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[1073]: 6 0 1.00002 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[1088]: 6 -0.0376649 0 shouldn't be
1182.87/1186.05	WSVECS04 Frhs2[1160]: 6 0 0.352507 shouldn't be
1195.63/1198.86	c #Conflicts:    1999000 | #Constraints:      75468
1195.63/1198.86	c #Conflicts:    2000000 | #Constraints:      76468
1195.63/1198.86	c #Conflicts:    2001000 | #Constraints:      77468
1195.63/1198.86	c #Conflicts:    2002000 | #Constraints:      78468
1195.63/1198.86	c #Conflicts:    2003000 | #Constraints:      79469
1195.63/1198.86	c #Conflicts:    2004000 | #Constraints:      80469
1195.63/1198.86	c #Conflicts:    2005000 | #Constraints:      81469
1195.63/1198.86	c #Conflicts:    2006000 | #Constraints:      82470
1195.63/1198.86	c #Conflicts:    2007000 | #Constraints:      83470
1195.63/1198.86	c #Conflicts:    2008000 | #Constraints:      84470
1195.63/1198.86	c #Conflicts:    2009000 | #Constraints:      85470
1195.63/1198.86	c #Conflicts:    2010000 | #Constraints:      86471
1195.63/1198.86	c #Conflicts:    2011000 | #Constraints:      87471
1195.63/1198.86	c #Conflicts:    2012000 | #Constraints:      88471
1195.63/1198.86	c #Conflicts:    2013000 | #Constraints:      89471
1195.63/1198.86	c #Conflicts:    2014000 | #Constraints:      90472
1195.63/1198.86	c #Conflicts:    2015000 | #Constraints:      91472
1195.63/1198.86	c #Conflicts:    2016000 | #Constraints:      92472
1195.63/1198.86	c INPROCESSING
1195.63/1198.86	c GARBAGE COLLECT
1195.63/1198.86	c rational objective 128
1200.42/1203.68	c #Conflicts:    2017000 | #Constraints:      56078
1200.42/1203.68	c #Conflicts:    2018000 | #Constraints:      57078
1200.42/1203.68	c #Conflicts:    2019000 | #Constraints:      58078
1200.42/1203.68	c #Conflicts:    2020000 | #Constraints:      59078
1200.42/1203.68	c #Conflicts:    2021000 | #Constraints:      60078
1200.42/1203.68	c #Conflicts:    2022000 | #Constraints:      61078
1200.42/1203.68	c #Conflicts:    2023000 | #Constraints:      62078
1200.42/1203.68	c #Conflicts:    2024000 | #Constraints:      63078
1200.42/1203.68	c #Conflicts:    2025000 | #Constraints:      64078
1200.42/1203.68	c #Conflicts:    2026000 | #Constraints:      65078
1200.42/1203.68	WSVECS04 Frhs2[33]: 6 0 3.2709 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[35]: 6 -4.72919 0 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[47]: 6 -8.55732 0 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[78]: 6 0 0.807373 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[118]: 6 0 2.56257 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[135]: 6 0 1.3646 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[156]: 6 -1.00009 0 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[172]: 6 0 7.27606 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[228]: 6 0 5.27091 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[244]: 6 0 0.64587 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[256]: 6 -3.9167 0 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[296]: 6 0 0.729223 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[327]: 6 0 1.36468 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[363]: 6 -8.5573 0 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[369]: 6 0 0.77609 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[390]: 6 0 0.635495 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[392]: 6 0 0.635489 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[448]: 6 -2.00003 0 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[503]: 6 -7.64593 0 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[518]: 6 0 0.635428 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[563]: 6 0 0.187585 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[584]: 6 0 0.63544 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[616]: 6 0 0.729228 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[633]: 6 0 1.90633 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[640]: 6 -0.0833676 0 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[678]: 6 0 6.74486 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[680]: 6 0 0.729256 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[694]: 6 0 1.30732 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[695]: 6 -4.45837 0 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[710]: 6 0 0.635471 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[711]: 6 0 1.36467 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[713]: 6 0 0.635507 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[717]: 6 0 0.635444 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[718]: 6 0 1.91671 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[742]: 6 0 6.74481 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[771]: 6 0 1.45837 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[796]: 6 -1.00005 0 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[801]: 6 0 4.00005 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[804]: 6 0 4.71881 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[806]: 6 0 6.74486 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[812]: 6 0 7.2761 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[814]: 6 0 4.4011 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[838]: 6 -4.82293 0 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[839]: 6 0 1.3646 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[871]: 6 -9.96884 0 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[961]: 6 0 0.724006 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[1177]: 6 -1.00006 0 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[1190]: 6 -2.00009 0 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[1193]: 6 -2.00007 0 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[1209]: 6 0 3.00005 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[1251]: 6 0 1.3646 shouldn't be
1200.42/1203.68	WSVECS04 Frhs2[1313]: 6 0 1.00002 shouldn't be
1200.83/1204.03	WSVECS04 Frhs2[1004]: 6 -3.00007 0 shouldn't be
1200.83/1204.03	WSVECS04 Frhs2[1169]: 6 0 2.00004 shouldn't be
1201.12/1204.33	WSVECS04 Frhs2[97]: 6 0 0.364616 shouldn't be
1201.12/1204.33	WSVECS04 Frhs2[114]: 6 0 0.448012 shouldn't be
1201.12/1204.33	WSVECS04 Frhs2[137]: 6 0 0.635495 shouldn't be
1201.12/1204.33	WSVECS04 Frhs2[252]: 6 0 3.27089 shouldn't be
1201.12/1204.33	WSVECS04 Frhs2[379]: 6 0 2.18759 shouldn't be
1201.12/1204.33	WSVECS04 Frhs2[558]: 6 -2.00009 0 shouldn't be
1201.12/1204.33	WSVECS04 Frhs2[577]: 6 -2.54175 0 shouldn't be
1201.12/1204.33	WSVECS04 Frhs2[842]: 6 -0.635481 0 shouldn't be
1201.12/1204.33	WSVECS04 Frhs2[1176]: 6 0 2.00003 shouldn't be
1201.12/1204.33	WSVECS04 Frhs2[1323]: 6 -3.00004 0 shouldn't be
1201.12/1204.33	WSVECS04 Frhs2[1340]: 6 -3.00004 0 shouldn't be
1219.97/1223.26	c #Conflicts:    2027000 | #Constraints:      66078
1219.97/1223.26	c #Conflicts:    2028000 | #Constraints:      67078
1219.97/1223.26	c #Conflicts:    2029000 | #Constraints:      68078
1219.97/1223.26	c #Conflicts:    2030000 | #Constraints:      69078
1219.97/1223.26	c #Conflicts:    2031000 | #Constraints:      70078
1219.97/1223.26	c #Conflicts:    2032000 | #Constraints:      71078
1219.97/1223.26	c #Conflicts:    2033000 | #Constraints:      72078
1219.97/1223.26	c #Conflicts:    2034000 | #Constraints:      73078
1219.97/1223.26	c #Conflicts:    2035000 | #Constraints:      74078
1219.97/1223.26	c #Conflicts:    2036000 | #Constraints:      75079
1219.97/1223.26	c #Conflicts:    2037000 | #Constraints:      76079
1219.97/1223.26	c #Conflicts:    2038000 | #Constraints:      77079
1219.97/1223.26	c #Conflicts:    2039000 | #Constraints:      78079
1219.97/1223.26	c #Conflicts:    2040000 | #Constraints:      79079
1219.97/1223.26	c #Conflicts:    2041000 | #Constraints:      80079
1219.97/1223.26	c #Conflicts:    2042000 | #Constraints:      81079
1219.97/1223.26	c #Conflicts:    2043000 | #Constraints:      82079
1219.97/1223.26	c #Conflicts:    2044000 | #Constraints:      83079
1219.97/1223.26	c #Conflicts:    2045000 | #Constraints:      84079
1219.97/1223.26	c #Conflicts:    2046000 | #Constraints:      85079
1219.97/1223.26	c #Conflicts:    2047000 | #Constraints:      86079
1219.97/1223.26	c #Conflicts:    2048000 | #Constraints:      87079
1219.97/1223.26	c #Conflicts:    2049000 | #Constraints:      88079
1219.97/1223.26	c #Conflicts:    2050000 | #Constraints:      89079
1219.97/1223.26	c #Conflicts:    2051000 | #Constraints:      90079
1219.97/1223.26	c #Conflicts:    2052000 | #Constraints:      91079
1219.97/1223.26	c #Conflicts:    2053000 | #Constraints:      92079
1219.97/1223.26	c #Conflicts:    2054000 | #Constraints:      93079
1219.97/1223.26	c #Conflicts:    2055000 | #Constraints:      94079
1219.97/1223.26	c #Conflicts:    2056000 | #Constraints:      95079
1219.97/1223.26	c #Conflicts:    2057000 | #Constraints:      96079
1219.97/1223.26	c #Conflicts:    2058000 | #Constraints:      97079
1219.97/1223.26	c #Conflicts:    2059000 | #Constraints:      98079
1219.97/1223.26	c #Conflicts:    2060000 | #Constraints:      99079
1219.97/1223.26	c #Conflicts:    2061000 | #Constraints:     100079
1219.97/1223.26	c #Conflicts:    2062000 | #Constraints:     101079
1219.97/1223.26	c #Conflicts:    2063000 | #Constraints:     102079
1219.97/1223.26	WSVECS04 Frhs2[29]: 6 0 0.800031 shouldn't be
1219.97/1223.26	WSVECS04 Frhs2[248]: 6 0 4.40005 shouldn't be
1219.97/1223.26	WSVECS04 Frhs2[266]: 6 0 0.800091 shouldn't be
1219.97/1223.26	WSVECS04 Frhs2[268]: 6 0 1.20008 shouldn't be
1219.97/1223.26	WSVECS04 Frhs2[272]: 6 0 1.20007 shouldn't be
1219.97/1223.26	WSVECS04 Frhs2[284]: 6 -1.40003 0 shouldn't be
1219.97/1223.26	WSVECS04 Frhs2[296]: 6 0 1.60006 shouldn't be
1219.97/1223.26	WSVECS04 Frhs2[307]: 6 0 6.00004 shouldn't be
1219.97/1223.26	WSVECS04 Frhs2[311]: 6 -6.00002 0 shouldn't be
1219.97/1223.26	WSVECS04 Frhs2[355]: 6 0 3.60006 shouldn't be
1219.97/1223.26	WSVECS04 Frhs2[393]: 6 0 23 shouldn't be
1219.97/1223.26	WSVECS04 Frhs2[411]: 6 0 1.00005 shouldn't be
1219.97/1223.26	WSVECS04 Frhs2[425]: 6 0 22.8 shouldn't be
1219.97/1223.26	WSVECS04 Frhs2[503]: 6 0 1.6001 shouldn't be
1219.97/1223.26	WSVECS04 Frhs2[568]: 6 0 3.20007 shouldn't be
1219.97/1223.26	WSVECS04 Frhs2[677]: 6 -4.00006 0 shouldn't be
1219.97/1223.26	WSVECS04 Frhs2[683]: 6 -5.60003 0 shouldn't be
1219.97/1223.26	WSVECS04 Frhs2[694]: 6 0 0.400083 shouldn't be
1219.97/1223.26	WSVECS04 Frhs2[758]: 6 0 0.400039 shouldn't be
1219.97/1223.26	WSVECS04 Frhs2[819]: 6 0 8.40009 shouldn't be
1219.97/1223.26	WSVECS04 Frhs2[869]: 6 0 0.800066 shouldn't be
1219.97/1223.26	WSVECS04 Frhs2[870]: 6 0 0.400048 shouldn't be
1219.97/1223.26	WSVECS04 Frhs2[871]: 6 0 1.60009 shouldn't be
1219.97/1223.26	WSVECS04 Frhs2[872]: 6 0 2.00006 shouldn't be
1219.97/1223.26	WSVECS04 Frhs2[896]: 6 -2.00009 0 shouldn't be
1219.97/1223.26	WSVECS04 Frhs2[1088]: 6 -1.00002 0 shouldn't be
1219.97/1223.26	WSVECS04 Frhs2[1138]: 6 -2.00009 0 shouldn't be
1219.97/1223.26	WSVECS04 Frhs2[1295]: 6 -1.0001 0 shouldn't be
1220.27/1223.56	WSVECS04 Frhs2[898]: 6 0 1.00002 shouldn't be
1271.05/1274.40	c #Conflicts:    2064000 | #Constraints:     103079
1271.05/1274.40	c #Conflicts:    2065000 | #Constraints:     104079
1271.05/1274.40	c #Conflicts:    2066000 | #Constraints:     105079
1271.05/1274.40	c #Conflicts:    2067000 | #Constraints:     106079
1271.05/1274.40	c #Conflicts:    2068000 | #Constraints:     107079
1271.05/1274.40	c #Conflicts:    2069000 | #Constraints:     108079
1271.05/1274.40	c #Conflicts:    2070000 | #Constraints:     109079
1271.05/1274.40	c #Conflicts:    2071000 | #Constraints:     110079
1271.05/1274.40	c #Conflicts:    2072000 | #Constraints:     111079
1271.05/1274.40	c #Conflicts:    2073000 | #Constraints:     112079
1271.05/1274.40	c #Conflicts:    2074000 | #Constraints:     113079
1271.05/1274.40	c #Conflicts:    2075000 | #Constraints:     114079
1271.05/1274.40	c #Conflicts:    2076000 | #Constraints:     115079
1271.05/1274.40	c #Conflicts:    2077000 | #Constraints:     116079
1271.05/1274.40	c #Conflicts:    2078000 | #Constraints:     117079
1271.05/1274.40	c #Conflicts:    2079000 | #Constraints:     118079
1271.05/1274.40	c #Conflicts:    2080000 | #Constraints:     119079
1271.05/1274.40	c #Conflicts:    2081000 | #Constraints:     120079
1271.05/1274.40	c #Conflicts:    2082000 | #Constraints:     121079
1271.05/1274.40	c #Conflicts:    2083000 | #Constraints:     122079
1271.05/1274.40	c #Conflicts:    2084000 | #Constraints:     123079
1271.05/1274.40	c #Conflicts:    2085000 | #Constraints:     124079
1271.05/1274.40	c #Conflicts:    2086000 | #Constraints:     125079
1271.05/1274.40	c #Conflicts:    2087000 | #Constraints:     126079
1271.05/1274.40	c #Conflicts:    2088000 | #Constraints:     127079
1271.05/1274.40	c #Conflicts:    2089000 | #Constraints:     128079
1271.05/1274.40	c #Conflicts:    2090000 | #Constraints:     129079
1271.05/1274.40	c #Conflicts:    2091000 | #Constraints:     130079
1271.05/1274.40	c #Conflicts:    2092000 | #Constraints:     131079
1271.05/1274.40	c #Conflicts:    2093000 | #Constraints:     132079
1271.05/1274.40	c #Conflicts:    2094000 | #Constraints:     133079
1271.05/1274.40	c #Conflicts:    2095000 | #Constraints:     134079
1271.05/1274.40	c #Conflicts:    2096000 | #Constraints:     135079
1271.05/1274.40	c #Conflicts:    2097000 | #Constraints:     136079
1271.05/1274.40	c #Conflicts:    2098000 | #Constraints:     137079
1271.05/1274.40	c #Conflicts:    2099000 | #Constraints:     138079
1271.05/1274.40	c #Conflicts:    2100000 | #Constraints:     139079
1271.05/1274.40	c #Conflicts:    2101000 | #Constraints:     140079
1271.05/1274.40	c #Conflicts:    2102000 | #Constraints:     141079
1271.05/1274.40	c #Conflicts:    2103000 | #Constraints:     142079
1271.05/1274.40	c #Conflicts:    2104000 | #Constraints:     143079
1271.05/1274.40	c #Conflicts:    2105000 | #Constraints:     144079
1271.05/1274.40	c #Conflicts:    2106000 | #Constraints:     145079
1271.05/1274.40	c #Conflicts:    2107000 | #Constraints:     146079
1271.05/1274.40	c #Conflicts:    2108000 | #Constraints:     147079
1271.05/1274.40	c #Conflicts:    2109000 | #Constraints:     148079
1271.05/1274.40	c #Conflicts:    2110000 | #Constraints:     149079
1271.05/1274.40	c #Conflicts:    2111000 | #Constraints:     150079
1271.05/1274.40	c #Conflicts:    2112000 | #Constraints:     151079
1271.05/1274.40	c #Conflicts:    2113000 | #Constraints:     152079
1271.05/1274.40	c #Conflicts:    2114000 | #Constraints:     153079
1271.05/1274.40	c #Conflicts:    2115000 | #Constraints:     154079
1271.05/1274.40	c #Conflicts:    2116000 | #Constraints:     155079
1271.05/1274.40	c #Conflicts:    2117000 | #Constraints:     156079
1271.05/1274.40	c #Conflicts:    2118000 | #Constraints:     157079
1271.05/1274.40	c #Conflicts:    2119000 | #Constraints:     158079
1271.05/1274.40	c #Conflicts:    2120000 | #Constraints:     159079
1271.05/1274.40	c #Conflicts:    2121000 | #Constraints:     160079
1271.05/1274.40	c #Conflicts:    2122000 | #Constraints:     161079
1271.05/1274.40	c INPROCESSING
1271.05/1274.40	c GARBAGE COLLECT
1271.05/1274.40	c rational objective 128
1297.99/1301.40	c #Conflicts:    2123000 | #Constraints:      90278
1297.99/1301.40	c #Conflicts:    2124000 | #Constraints:      91278
1297.99/1301.40	c #Conflicts:    2125000 | #Constraints:      92279
1297.99/1301.40	c #Conflicts:    2126000 | #Constraints:      93279
1297.99/1301.40	c #Conflicts:    2127000 | #Constraints:      94282
1297.99/1301.40	c #Conflicts:    2128000 | #Constraints:      95285
1297.99/1301.40	c #Conflicts:    2129000 | #Constraints:      96286
1297.99/1301.40	c #Conflicts:    2130000 | #Constraints:      97290
1297.99/1301.40	c #Conflicts:    2131000 | #Constraints:      98293
1297.99/1301.40	c #Conflicts:    2132000 | #Constraints:      99299
1297.99/1301.40	c #Conflicts:    2133000 | #Constraints:     100301
1297.99/1301.40	c #Conflicts:    2134000 | #Constraints:     101302
1297.99/1301.40	c #Conflicts:    2135000 | #Constraints:     102303
1297.99/1301.40	c #Conflicts:    2136000 | #Constraints:     103303
1297.99/1301.40	c #Conflicts:    2137000 | #Constraints:     104306
1297.99/1301.40	c #Conflicts:    2138000 | #Constraints:     105311
1297.99/1301.40	c #Conflicts:    2139000 | #Constraints:     106313
1297.99/1301.40	c #Conflicts:    2140000 | #Constraints:     107315
1297.99/1301.40	c #Conflicts:    2141000 | #Constraints:     108316
1297.99/1301.40	c #Conflicts:    2142000 | #Constraints:     109318
1297.99/1301.40	c #Conflicts:    2143000 | #Constraints:     110318
1297.99/1301.40	c #Conflicts:    2144000 | #Constraints:     111320
1297.99/1301.40	c #Conflicts:    2145000 | #Constraints:     112322
1297.99/1301.40	c #Conflicts:    2146000 | #Constraints:     113325
1297.99/1301.40	c #Conflicts:    2147000 | #Constraints:     114325
1297.99/1301.40	c #Conflicts:    2148000 | #Constraints:     115326
1297.99/1301.40	c #Conflicts:    2149000 | #Constraints:     116327
1297.99/1301.40	c #Conflicts:    2150000 | #Constraints:     117329
1297.99/1301.40	c #Conflicts:    2151000 | #Constraints:     118331
1297.99/1301.40	c #Conflicts:    2152000 | #Constraints:     119332
1297.99/1301.40	c #Conflicts:    2153000 | #Constraints:     120333
1297.99/1301.40	c #Conflicts:    2154000 | #Constraints:     121333
1297.99/1301.40	c #Conflicts:    2155000 | #Constraints:     122335
1297.99/1301.40	c #Conflicts:    2156000 | #Constraints:     123337
1297.99/1301.40	c INPROCESSING
1297.99/1301.40	c GARBAGE COLLECT
1297.99/1301.40	c rational objective 128
1311.75/1315.20	c #Conflicts:    2157000 | #Constraints:      71188
1311.75/1315.20	c #Conflicts:    2158000 | #Constraints:      72188
1311.75/1315.20	c #Conflicts:    2159000 | #Constraints:      73188
1311.75/1315.20	c #Conflicts:    2160000 | #Constraints:      74188
1311.75/1315.20	c #Conflicts:    2161000 | #Constraints:      75190
1311.75/1315.20	c #Conflicts:    2162000 | #Constraints:      76190
1311.75/1315.20	c #Conflicts:    2163000 | #Constraints:      77191
1311.75/1315.20	c #Conflicts:    2164000 | #Constraints:      78192
1311.75/1315.20	c #Conflicts:    2165000 | #Constraints:      79192
1311.75/1315.20	c #Conflicts:    2166000 | #Constraints:      80193
1311.75/1315.20	c #Conflicts:    2167000 | #Constraints:      81193
1311.75/1315.20	c #Conflicts:    2168000 | #Constraints:      82193
1311.75/1315.20	c #Conflicts:    2169000 | #Constraints:      83193
1311.75/1315.20	c #Conflicts:    2170000 | #Constraints:      84195
1311.75/1315.20	c #Conflicts:    2171000 | #Constraints:      85197
1311.75/1315.20	c #Conflicts:    2172000 | #Constraints:      86199
1311.75/1315.20	c #Conflicts:    2173000 | #Constraints:      87201
1311.75/1315.20	c #Conflicts:    2174000 | #Constraints:      88201
1311.75/1315.20	c #Conflicts:    2175000 | #Constraints:      89204
1311.75/1315.20	c bounds 152 >= 128 @ 1296.22
1312.45/1315.91	c #Conflicts:    2176000 | #Constraints:      90205
1312.45/1315.91	WSVECS04 Frhs2[1027]: 6 -3.00007 0 shouldn't be
1312.45/1315.91	WSVECS04 Frhs2[1161]: 6 -1.00006 0 shouldn't be
1312.45/1315.91	WSVECS04 Frhs2[1192]: 6 -1.00004 0 shouldn't be
1312.45/1315.91	WSVECS04 Frhs2[1281]: 6 -1.00004 0 shouldn't be
1314.25/1317.73	c #Conflicts:    2177000 | #Constraints:      91205
1314.25/1317.73	c #Conflicts:    2178000 | #Constraints:      92205
1314.25/1317.73	c #Conflicts:    2179000 | #Constraints:      93205
1314.25/1317.73	WSVECS04 Frhs2[57]: 6 0 14.7778 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[74]: 6 -0.222304 0 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[95]: 6 0 1.55558 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[97]: 6 0 1.3334 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[113]: 6 -1.88895 0 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[114]: 6 0 0.22231 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[193]: 6 -2.0001 0 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[204]: 6 0 7.0371 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[217]: 6 -4.88894 0 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[223]: 6 0 1.55565 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[225]: 6 0 1.33342 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[281]: 6 0 2.88898 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[289]: 6 0 1.33339 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[348]: 6 -2.0001 0 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[353]: 6 0 1.33339 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[362]: 6 0 2.00002 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[364]: 6 0 2.66673 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[390]: 6 0 18.1111 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[394]: 6 -0.0741618 0 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[399]: 6 0 4.5186 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[425]: 6 0 10.1112 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[426]: 6 -15.0001 0 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[427]: 6 0 1.3334 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[434]: 6 0 0.444525 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[438]: 6 0 0.222244 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[451]: 6 0 17.0001 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[452]: 6 0 0.88891 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[458]: 6 -4.00006 0 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[460]: 6 0 5.33342 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[461]: 6 0 0.222294 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[474]: 6 0 1.55564 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[491]: 6 0 1.33338 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[526]: 6 0 1.70375 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[582]: 6 0 21.8889 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[588]: 6 0 1.25931 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[606]: 6 0 0.888901 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[617]: 6 0 12.1112 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[622]: 6 -1.33338 0 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[626]: 6 0 1.3334 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[630]: 6 0 1.11114 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[673]: 6 0 1.33341 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[724]: 6 0 4.0001 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[825]: 6 0 16.8889 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[848]: 6 0 2.59269 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[852]: 6 0 4.00009 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[950]: 6 0 1.00009 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[960]: 6 -1.00007 0 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[961]: 6 -1.00004 0 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[968]: 6 -1.00006 0 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[1010]: 6 -1.00006 0 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[1086]: 6 -2.00001 0 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[1239]: 6 0 0.111184 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[1240]: 6 0 1.00008 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[1247]: 6 -2.00002 0 shouldn't be
1314.25/1317.73	WSVECS04 Frhs2[1248]: 6 0 0.888943 shouldn't be
1314.44/1317.98	WSVECS04 Frhs2[372]: 6 0 0.888947 shouldn't be
1314.44/1317.98	WSVECS04 Frhs2[983]: 6 0 0.777872 shouldn't be
1314.44/1317.98	WSVECS04 Frhs2[1023]: 6 -1.00006 0 shouldn't be
1314.75/1318.23	WSVECS04 Frhs2[181]: 6 0 1.7778 shouldn't be
1314.75/1318.23	WSVECS04 Frhs2[244]: 6 0 0.888968 shouldn't be
1314.75/1318.23	WSVECS04 Frhs2[776]: 6 0 14.7779 shouldn't be
1324.12/1327.68	c #Conflicts:    2180000 | #Constraints:      94205
1324.12/1327.68	c #Conflicts:    2181000 | #Constraints:      95205
1324.12/1327.68	c #Conflicts:    2182000 | #Constraints:      96205
1324.12/1327.68	c #Conflicts:    2183000 | #Constraints:      97205
1324.12/1327.68	c #Conflicts:    2184000 | #Constraints:      98205
1324.12/1327.68	c #Conflicts:    2185000 | #Constraints:      99205
1324.12/1327.68	c #Conflicts:    2186000 | #Constraints:     100206
1324.12/1327.68	c #Conflicts:    2187000 | #Constraints:     101207
1324.12/1327.68	c #Conflicts:    2188000 | #Constraints:     102207
1324.12/1327.68	c #Conflicts:    2189000 | #Constraints:     103207
1324.12/1327.68	c #Conflicts:    2190000 | #Constraints:     104208
1324.12/1327.68	c #Conflicts:    2191000 | #Constraints:     105208
1324.12/1327.68	c INPROCESSING
1324.12/1327.68	c GARBAGE COLLECT
1324.12/1327.68	c rational objective 128
1345.58/1349.14	c #Conflicts:    2192000 | #Constraints:      62325
1345.58/1349.14	c #Conflicts:    2193000 | #Constraints:      63325
1345.58/1349.14	c #Conflicts:    2194000 | #Constraints:      64325
1345.58/1349.14	c #Conflicts:    2195000 | #Constraints:      65325
1345.58/1349.14	c #Conflicts:    2196000 | #Constraints:      66325
1345.58/1349.14	c #Conflicts:    2197000 | #Constraints:      67325
1345.58/1349.14	c #Conflicts:    2198000 | #Constraints:      68325
1345.58/1349.14	c #Conflicts:    2199000 | #Constraints:      69325
1345.58/1349.14	c #Conflicts:    2200000 | #Constraints:      70325
1345.58/1349.14	c #Conflicts:    2201000 | #Constraints:      71325
1345.58/1349.14	c #Conflicts:    2202000 | #Constraints:      72325
1345.58/1349.14	c #Conflicts:    2203000 | #Constraints:      73325
1345.58/1349.14	c #Conflicts:    2204000 | #Constraints:      74325
1345.58/1349.14	c #Conflicts:    2205000 | #Constraints:      75325
1345.58/1349.14	c #Conflicts:    2206000 | #Constraints:      76325
1345.58/1349.14	c #Conflicts:    2207000 | #Constraints:      77325
1345.58/1349.14	c #Conflicts:    2208000 | #Constraints:      78325
1345.58/1349.14	c #Conflicts:    2209000 | #Constraints:      79325
1345.58/1349.14	c #Conflicts:    2210000 | #Constraints:      80325
1345.58/1349.14	c #Conflicts:    2211000 | #Constraints:      81325
1345.58/1349.14	c #Conflicts:    2212000 | #Constraints:      82325
1345.58/1349.14	c #Conflicts:    2213000 | #Constraints:      83325
1345.58/1349.14	c #Conflicts:    2214000 | #Constraints:      84325
1345.58/1349.14	c #Conflicts:    2215000 | #Constraints:      85325
1345.58/1349.14	c #Conflicts:    2216000 | #Constraints:      86325
1345.58/1349.14	c #Conflicts:    2217000 | #Constraints:      87325
1345.58/1349.14	c #Conflicts:    2218000 | #Constraints:      88325
1345.58/1349.14	c #Conflicts:    2219000 | #Constraints:      89325
1345.58/1349.14	c #Conflicts:    2220000 | #Constraints:      90325
1345.58/1349.14	c #Conflicts:    2221000 | #Constraints:      91325
1345.58/1349.14	c #Conflicts:    2222000 | #Constraints:      92325
1345.58/1349.14	c #Conflicts:    2223000 | #Constraints:      93325
1345.58/1349.14	c #Conflicts:    2224000 | #Constraints:      94325
1345.58/1349.14	c #Conflicts:    2225000 | #Constraints:      95325
1345.58/1349.14	c #Conflicts:    2226000 | #Constraints:      96325
1345.58/1349.14	c INPROCESSING
1345.58/1349.14	c GARBAGE COLLECT
1345.58/1349.14	c rational objective 128
1368.62/1372.27	c #Conflicts:    2227000 | #Constraints:      58039
1368.62/1372.27	c #Conflicts:    2228000 | #Constraints:      59040
1368.62/1372.27	c #Conflicts:    2229000 | #Constraints:      60041
1368.62/1372.27	c #Conflicts:    2230000 | #Constraints:      61041
1368.62/1372.27	c #Conflicts:    2231000 | #Constraints:      62041
1368.62/1372.27	c #Conflicts:    2232000 | #Constraints:      63042
1368.62/1372.27	c #Conflicts:    2233000 | #Constraints:      64047
1368.62/1372.27	c #Conflicts:    2234000 | #Constraints:      65047
1368.62/1372.27	c #Conflicts:    2235000 | #Constraints:      66048
1368.62/1372.27	c #Conflicts:    2236000 | #Constraints:      67050
1368.62/1372.27	c #Conflicts:    2237000 | #Constraints:      68051
1368.62/1372.27	c #Conflicts:    2238000 | #Constraints:      69053
1368.62/1372.27	c #Conflicts:    2239000 | #Constraints:      70053
1368.62/1372.27	c #Conflicts:    2240000 | #Constraints:      71054
1368.62/1372.27	c #Conflicts:    2241000 | #Constraints:      72054
1368.62/1372.27	c #Conflicts:    2242000 | #Constraints:      73056
1368.62/1372.27	c #Conflicts:    2243000 | #Constraints:      74058
1368.62/1372.27	c #Conflicts:    2244000 | #Constraints:      75062
1368.62/1372.27	c #Conflicts:    2245000 | #Constraints:      76063
1368.62/1372.27	c #Conflicts:    2246000 | #Constraints:      77064
1368.62/1372.27	c #Conflicts:    2247000 | #Constraints:      78066
1368.62/1372.27	c #Conflicts:    2248000 | #Constraints:      79066
1368.62/1372.27	c #Conflicts:    2249000 | #Constraints:      80066
1368.62/1372.27	c #Conflicts:    2250000 | #Constraints:      81067
1368.62/1372.27	c #Conflicts:    2251000 | #Constraints:      82067
1368.62/1372.27	c #Conflicts:    2252000 | #Constraints:      83067
1368.62/1372.27	c #Conflicts:    2253000 | #Constraints:      84070
1368.62/1372.27	c #Conflicts:    2254000 | #Constraints:      85070
1368.62/1372.27	c #Conflicts:    2255000 | #Constraints:      86070
1368.62/1372.27	c #Conflicts:    2256000 | #Constraints:      87071
1368.62/1372.27	c #Conflicts:    2257000 | #Constraints:      88072
1368.62/1372.27	c #Conflicts:    2258000 | #Constraints:      89073
1368.62/1372.27	WSVECS04 Frhs2[78]: 6 -13 0 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[106]: 6 0 4.22537 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[110]: 6 -1.63385 0 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[174]: 6 -1.23946 0 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[260]: 6 0 2.00004 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[266]: 6 -4.00007 0 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[298]: 6 0 2.98595 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[331]: 6 -4.00009 0 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[339]: 6 -2.00008 0 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[341]: 6 0 5.25356 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[344]: 6 0 4.98597 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[348]: 6 -4.47894 0 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[351]: 6 0 0.478936 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[357]: 6 -2.00007 0 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[362]: 6 0 3.97193 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[374]: 6 0 0.98595 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[376]: 6 0 2.98596 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[399]: 6 -14.0001 0 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[403]: 6 -3.18319 0 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[406]: 6 0 1.18319 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[409]: 6 0 2.00007 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[415]: 6 0 0.478919 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[423]: 6 0 5.73243 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[438]: 6 0 3.98593 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[457]: 6 0 1.00007 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[479]: 6 0 0.478896 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[489]: 6 0 4.61978 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[536]: 6 0 4.98598 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[539]: 6 0 0.11271 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[541]: 6 0 0.112718 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[544]: 6 0 2.11276 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[547]: 6 0 10.7183 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[560]: 6 0 1.12677 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[600]: 6 0 4.98601 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[658]: 6 0 0.112754 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[682]: 6 0 4.22544 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[688]: 6 0 1.23946 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[850]: 6 0 0.112723 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[863]: 6 0 0.478968 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[969]: 6 0 1.00004 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[999]: 6 0 1.00006 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[1001]: 6 0 1.00008 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[1003]: 6 -2.00002 0 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[1121]: 6 0 2.00005 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[1124]: 6 -2.00001 0 shouldn't be
1368.62/1372.27	WSVECS04 Frhs2[1127]: 6 0 0.478958 shouldn't be
1374.30/1377.96	c #Conflicts:    2259000 | #Constraints:      90073
1374.30/1377.96	c #Conflicts:    2260000 | #Constraints:      91073
1374.30/1377.96	c #Conflicts:    2261000 | #Constraints:      92073
1374.30/1377.96	c #Conflicts:    2262000 | #Constraints:      93073
1374.30/1377.96	c #Conflicts:    2263000 | #Constraints:      94073
1374.30/1377.96	c #Conflicts:    2264000 | #Constraints:      95073
1374.30/1377.96	c #Conflicts:    2265000 | #Constraints:      96073
1374.30/1377.96	WSVECS04 Frhs2[61]: 6 0 1.75006 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[86]: 6 0 0.666695 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[87]: 6 0 2.00003 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[88]: 6 0 1.75008 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[106]: 6 -11.0001 0 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[124]: 6 0 0.250099 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[147]: 6 -3.16669 0 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[162]: 6 0 2.00002 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[188]: 6 0 0.250067 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[215]: 6 0 2.00007 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[339]: 6 -5.75002 0 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[348]: 6 -5.37502 0 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[403]: 6 -4.16675 0 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[406]: 6 0 0.666679 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[423]: 6 0 3.00005 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[474]: 6 -8.87506 0 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[480]: 6 0 0.37505 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[485]: 6 0 8.00002 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[513]: 6 0 3.25007 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[536]: 6 0 1.75009 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[551]: 6 0 0.500069 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[558]: 6 -2.00006 0 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[595]: 6 -0.666701 0 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[598]: 6 0 0.666754 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[603]: 6 0 0.750059 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[613]: 6 -2.00004 0 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[622]: 6 -5.00002 0 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[682]: 6 0 2.00006 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[688]: 6 0 2.00006 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[701]: 6 0 1.75004 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[726]: 6 0 0.666723 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[728]: 6 0 1.75006 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[764]: 6 0 0.250076 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[765]: 6 0 1.75003 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[828]: 6 0 0.250066 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[892]: 6 0 0.250084 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[960]: 6 -1.00002 0 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[975]: 6 -2.0001 0 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[982]: 6 -3.00004 0 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[991]: 6 -2.00006 0 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[1128]: 6 0 1.00003 shouldn't be
1374.30/1377.96	WSVECS04 Frhs2[1185]: 6 0 1.00009 shouldn't be
1377.10/1380.75	c #Conflicts:    2266000 | #Constraints:      97073
1377.10/1380.75	c #Conflicts:    2267000 | #Constraints:      98073
1377.10/1380.75	c #Conflicts:    2268000 | #Constraints:      99073
1377.10/1380.75	c #Conflicts:    2269000 | #Constraints:     100073
1377.10/1380.75	WSVECS04 Frhs2[8]: 6 -1.00003 0 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[13]: 6 -4.00006 0 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[25]: 6 0 2.00002 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[81]: 6 0 2.00003 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[87]: 6 0 0.0833978 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[89]: 6 0 2.00006 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[125]: 6 -4.58341 0 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[147]: 6 -6.00003 0 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[161]: 6 0 0.750064 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[167]: 6 0 0.750021 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[255]: 6 0 1.08335 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[267]: 6 0 1.41669 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[271]: 6 0 2.00002 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[277]: 6 0 1.5834 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[375]: 6 -0.416759 0 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[405]: 6 0 0.0834163 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[433]: 6 0 0.41674 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[549]: 6 0 5.58338 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[595]: 6 -1.00008 0 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[600]: 6 0 1.00007 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[651]: 6 0 1.4167 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[688]: 6 0 1.33336 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[729]: 6 0 2.00007 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[739]: 6 0 1.75002 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[741]: 6 0 4.0001 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[745]: 6 0 0.666744 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[769]: 6 -4.29171 0 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[777]: 6 0 3.29174 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[789]: 6 0 1.16675 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[807]: 6 0 4.00007 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[833]: 6 -3.29168 0 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[864]: 6 -7.00003 0 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[1126]: 6 0 1.00003 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[1133]: 6 -1.0001 0 shouldn't be
1377.10/1380.75	WSVECS04 Frhs2[1136]: 6 -1.00004 0 shouldn't be
1386.38/1390.04	c #Conflicts:    2270000 | #Constraints:     101073
1386.38/1390.04	c #Conflicts:    2271000 | #Constraints:     102073
1386.38/1390.04	c #Conflicts:    2272000 | #Constraints:     103074
1386.38/1390.04	c #Conflicts:    2273000 | #Constraints:     104075
1386.38/1390.04	c #Conflicts:    2274000 | #Constraints:     105075
1386.38/1390.04	c #Conflicts:    2275000 | #Constraints:     106075
1386.38/1390.04	c #Conflicts:    2276000 | #Constraints:     107075
1386.38/1390.04	c #Conflicts:    2277000 | #Constraints:     108075
1386.38/1390.04	c #Conflicts:    2278000 | #Constraints:     109075
1386.38/1390.04	WSVECS04 Frhs2[108]: 6 0 0.258854 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[115]: 6 0 0.698127 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[118]: 6 0 0.258873 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[126]: 6 0 1.70591 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[143]: 6 0 6.56476 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[153]: 6 0 1.12949 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[161]: 6 0 7.28636 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[165]: 6 -0.321652 0 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[177]: 6 0 1.89813 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[217]: 6 0 1.12946 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[220]: 6 -1.89805 0 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[255]: 6 0 0.517699 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[288]: 6 0 0.851058 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[298]: 6 0 1.35689 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[304]: 6 -2.00004 0 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[311]: 6 -0.258856 0 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[330]: 6 0 1.35693 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[331]: 6 -2.92943 0 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[345]: 6 0 1.12945 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[348]: 6 -1.0589 0 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[401]: 6 0 0.258868 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[425]: 6 0 0.25884 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[479]: 6 0 0.129472 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[480]: 6 0 0.788271 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[485]: 6 0 0.141236 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[502]: 6 0 0.258865 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[508]: 6 0 0.141252 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[512]: 6 0 0.141248 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[560]: 6 0 2.06277 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[723]: 6 -2.25892 0 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[801]: 6 0 6.70596 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[840]: 6 0 1.10983 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[857]: 6 0 0.870623 shouldn't be
1386.38/1390.04	WSVECS04 Frhs2[895]: 6 0 0.517719 shouldn't be
1418.10/1421.88	c #Conflicts:    2279000 | #Constraints:     110075
1418.10/1421.88	c #Conflicts:    2280000 | #Constraints:     111075
1418.10/1421.88	c #Conflicts:    2281000 | #Constraints:     112076
1418.10/1421.88	c #Conflicts:    2282000 | #Constraints:     113076
1418.10/1421.88	c #Conflicts:    2283000 | #Constraints:     114076
1418.10/1421.88	c #Conflicts:    2284000 | #Constraints:     115076
1418.10/1421.88	c #Conflicts:    2285000 | #Constraints:     116076
1418.10/1421.88	c #Conflicts:    2286000 | #Constraints:     117076
1418.10/1421.88	c #Conflicts:    2287000 | #Constraints:     118076
1418.10/1421.88	c #Conflicts:    2288000 | #Constraints:     119077
1418.10/1421.88	c #Conflicts:    2289000 | #Constraints:     120077
1418.10/1421.88	c #Conflicts:    2290000 | #Constraints:     121077
1418.10/1421.88	c #Conflicts:    2291000 | #Constraints:     122077
1418.10/1421.88	c #Conflicts:    2292000 | #Constraints:     123077
1418.10/1421.88	c #Conflicts:    2293000 | #Constraints:     124077
1418.10/1421.88	c #Conflicts:    2294000 | #Constraints:     125077
1418.10/1421.88	c #Conflicts:    2295000 | #Constraints:     126078
1418.10/1421.88	c #Conflicts:    2296000 | #Constraints:     127078
1418.10/1421.88	c #Conflicts:    2297000 | #Constraints:     128079
1418.10/1421.88	c #Conflicts:    2298000 | #Constraints:     129080
1418.10/1421.88	c #Conflicts:    2299000 | #Constraints:     130080
1418.10/1421.88	c #Conflicts:    2300000 | #Constraints:     131080
1418.10/1421.88	c #Conflicts:    2301000 | #Constraints:     132080
1418.10/1421.88	c #Conflicts:    2302000 | #Constraints:     133080
1418.10/1421.88	c #Conflicts:    2303000 | #Constraints:     134082
1418.10/1421.88	c #Conflicts:    2304000 | #Constraints:     135083
1418.10/1421.88	WSVECS04 Frhs2[13]: 6 0 8.00004 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[34]: 6 0 3.00009 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[99]: 6 0 0.500094 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[125]: 6 0 4.00009 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[229]: 6 -3.50009 0 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[287]: 6 0 1.25002 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[318]: 6 0 0.500075 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[336]: 6 0 2.00002 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[407]: 6 0 0.250047 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[415]: 6 0 1.25006 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[421]: 6 -6.37506 0 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[424]: 6 0 0.625074 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[430]: 6 -6.50005 0 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[445]: 6 0 4.00007 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[446]: 6 0 0.500098 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[479]: 6 0 1.25008 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[574]: 6 0 0.500072 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[600]: 6 -8.00003 0 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[613]: 6 -1.87503 0 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[668]: 6 -7.00006 0 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[688]: 6 0 1.00009 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[721]: 6 0 1.00002 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[723]: 6 -2.00008 0 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[826]: 6 -2.00005 0 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[847]: 6 -3.00004 0 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[863]: 6 0 1.25007 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[965]: 6 -2.00007 0 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[996]: 6 -3.00007 0 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[1058]: 6 0 1.00004 shouldn't be
1418.10/1421.88	WSVECS04 Frhs2[1064]: 6 0 1.00004 shouldn't be
1427.38/1431.14	c #Conflicts:    2305000 | #Constraints:     136083
1427.38/1431.14	c #Conflicts:    2306000 | #Constraints:     137083
1427.38/1431.14	c #Conflicts:    2307000 | #Constraints:     138083
1427.38/1431.14	c #Conflicts:    2308000 | #Constraints:     139085
1427.38/1431.14	c #Conflicts:    2309000 | #Constraints:     140085
1427.38/1431.14	c #Conflicts:    2310000 | #Constraints:     141085
1427.38/1431.14	c #Conflicts:    2311000 | #Constraints:     142085
1427.38/1431.14	WSVECS04 Frhs2[17]: 6 0 1.33343 shouldn't be
1427.38/1431.14	WSVECS04 Frhs2[19]: 6 -0.666745 0 shouldn't be
1427.38/1431.14	WSVECS04 Frhs2[130]: 6 0 15.8445 shouldn't be
1427.38/1431.14	WSVECS04 Frhs2[215]: 6 0 4.0001 shouldn't be
1427.38/1431.14	WSVECS04 Frhs2[247]: 6 0 1.22968 shouldn't be
1427.38/1431.14	WSVECS04 Frhs2[278]: 6 0 0.666688 shouldn't be
1427.38/1431.14	WSVECS04 Frhs2[288]: 6 0 0.281541 shouldn't be
1427.38/1431.14	WSVECS04 Frhs2[296]: 6 -6.00005 0 shouldn't be
1427.38/1431.14	WSVECS04 Frhs2[303]: 6 -7.12597 0 shouldn't be
1427.38/1431.14	WSVECS04 Frhs2[343]: 6 0 4.6667 shouldn't be
1427.38/1431.14	WSVECS04 Frhs2[345]: 6 0 1.33338 shouldn't be
1427.38/1431.14	WSVECS04 Frhs2[348]: 6 -0.948196 0 shouldn't be
1427.38/1431.14	WSVECS04 Frhs2[361]: 6 0 0.666681 shouldn't be
1427.38/1431.14	WSVECS04 Frhs2[407]: 6 0 4.6667 shouldn't be
1427.38/1431.14	WSVECS04 Frhs2[409]: 6 0 1.33341 shouldn't be
1427.38/1431.14	WSVECS04 Frhs2[425]: 6 0 0.666694 shouldn't be
1427.38/1431.14	WSVECS04 Frhs2[727]: 6 0 4.6667 shouldn't be
1427.38/1431.14	WSVECS04 Frhs2[849]: 6 0 2.00007 shouldn't be
1427.38/1431.14	WSVECS04 Frhs2[857]: 6 0 1.33339 shouldn't be
1427.38/1431.14	WSVECS04 Frhs2[873]: 6 0 0.666697 shouldn't be
1427.38/1431.14	WSVECS04 Frhs2[953]: 6 -1.00007 0 shouldn't be
1427.38/1431.14	WSVECS04 Frhs2[996]: 6 -3.00006 0 shouldn't be
1427.38/1431.14	WSVECS04 Frhs2[1008]: 6 0 3.82226 shouldn't be
1427.38/1431.14	WSVECS04 Frhs2[1009]: 6 0 1.00005 shouldn't be
1427.38/1431.14	WSVECS04 Frhs2[1024]: 6 -1.00008 0 shouldn't be
1427.38/1431.14	WSVECS04 Frhs2[1057]: 6 0 0.333392 shouldn't be
1427.38/1431.14	WSVECS04 Frhs2[1120]: 6 0 1.2297 shouldn't be
1427.38/1431.14	WSVECS04 Frhs2[1174]: 6 -2.00006 0 shouldn't be
1439.54/1443.35	c #Conflicts:    2312000 | #Constraints:     143085
1439.54/1443.35	c #Conflicts:    2313000 | #Constraints:     144085
1439.54/1443.35	c #Conflicts:    2314000 | #Constraints:     145085
1439.54/1443.35	c #Conflicts:    2315000 | #Constraints:     146085
1439.54/1443.35	c #Conflicts:    2316000 | #Constraints:     147085
1439.54/1443.35	c #Conflicts:    2317000 | #Constraints:     148085
1439.54/1443.35	c #Conflicts:    2318000 | #Constraints:     149086
1439.54/1443.35	c #Conflicts:    2319000 | #Constraints:     150086
1439.54/1443.35	WSVECS04 Frhs2[42]: 6 0 3.1502 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[47]: 6 0 1.64877 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[95]: 6 0 3.73664 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[113]: 6 0 4.31446 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[123]: 6 0 2.69981 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[143]: 6 0 2.47876 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[155]: 6 0 0.0850532 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[163]: 6 0 0.178519 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[186]: 6 0 0.69974 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[225]: 6 -16.578 0 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[226]: 6 0 1.82159 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[251]: 6 0 2.69976 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[258]: 6 -4.39945 0 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[295]: 6 0 0.821562 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[335]: 6 0 2.39384 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[339]: 6 -2.00002 0 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[362]: 6 0 3.50151 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[367]: 6 -9.16436 0 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[377]: 6 0 2.39953 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[433]: 6 0 4.31451 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[490]: 6 0 3.50147 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[607]: 6 0 3.73662 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[635]: 6 0 2.69981 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[719]: 6 0 2.47882 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[727]: 6 0 1.73657 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[740]: 6 0 0.263487 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[741]: 6 -1.00003 0 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[749]: 6 0 2.00006 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[752]: 6 0 1.81879 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[761]: 6 0 1.6998 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[766]: 6 0 0.620493 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[790]: 6 0 1.69973 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[814]: 6 -3.63179 0 shouldn't be
1439.54/1443.35	WSVECS04 Frhs2[863]: 6 0 3.7366 shouldn't be
1439.84/1443.60	WSVECS04 Frhs2[12]: 6 0 0.348477 shouldn't be
1439.84/1443.60	WSVECS04 Frhs2[32]: 6 0 0.263542 shouldn't be
1439.84/1443.60	WSVECS04 Frhs2[314]: 6 0 0.699768 shouldn't be
1439.84/1443.60	WSVECS04 Frhs2[318]: 6 0 1.32014 shouldn't be
1439.84/1443.60	WSVECS04 Frhs2[402]: 6 0 0.263515 shouldn't be
1439.84/1443.60	WSVECS04 Frhs2[422]: 6 0 5.50143 shouldn't be
1439.84/1443.60	WSVECS04 Frhs2[494]: 6 -2.1927 0 shouldn't be
1439.84/1443.60	WSVECS04 Frhs2[541]: 6 0 0.263534 shouldn't be
1439.84/1443.60	WSVECS04 Frhs2[615]: 6 -3.00005 0 shouldn't be
1439.84/1443.60	WSVECS04 Frhs2[720]: 6 0 0.0850104 shouldn't be
1439.84/1443.60	WSVECS04 Frhs2[742]: 6 0 5.5015 shouldn't be
1439.84/1443.60	WSVECS04 Frhs2[796]: 6 -2.62042 0 shouldn't be
1439.84/1443.60	WSVECS04 Frhs2[812]: 6 0 0.351298 shouldn't be
1439.84/1443.60	WSVECS04 Frhs2[843]: 6 0 0.300308 shouldn't be
1439.84/1443.60	WSVECS04 Frhs2[844]: 6 0 0.348507 shouldn't be
1439.84/1443.60	WSVECS04 Frhs2[850]: 6 0 0.263501 shouldn't be
1440.04/1443.87	WSVECS04 Frhs2[38]: 6 0 5.5015 shouldn't be
1440.04/1443.87	WSVECS04 Frhs2[160]: 6 0 0.348469 shouldn't be
1440.04/1443.87	WSVECS04 Frhs2[238]: 6 -1.16436 0 shouldn't be
1440.04/1443.87	WSVECS04 Frhs2[352]: 6 0 0.263541 shouldn't be
1440.04/1443.87	WSVECS04 Frhs2[363]: 6 0 2.00002 shouldn't be
1440.04/1443.87	WSVECS04 Frhs2[421]: 6 -2.00001 0 shouldn't be
1440.04/1443.87	WSVECS04 Frhs2[446]: 6 0 1.32015 shouldn't be
1440.04/1443.87	WSVECS04 Frhs2[480]: 6 0 0.263496 shouldn't be
1440.04/1443.87	WSVECS04 Frhs2[547]: 6 0 2.17855 shouldn't be
1440.04/1443.87	WSVECS04 Frhs2[549]: 6 0 4.25219 shouldn't be
1440.04/1443.87	WSVECS04 Frhs2[560]: 6 0 4.07085 shouldn't be
1440.04/1443.87	WSVECS04 Frhs2[733]: 6 0 0.263502 shouldn't be
1440.04/1443.87	WSVECS04 Frhs2[736]: 6 0 0.263532 shouldn't be
1440.04/1443.87	WSVECS04 Frhs2[797]: 6 0 0.263518 shouldn't be
1440.04/1443.87	WSVECS04 Frhs2[894]: 6 0 1.32015 shouldn't be
1449.92/1453.72	c #Conflicts:    2320000 | #Constraints:     151086
1449.92/1453.72	c #Conflicts:    2321000 | #Constraints:     152086
1449.92/1453.72	c #Conflicts:    2322000 | #Constraints:     153086
1449.92/1453.72	c #Conflicts:    2323000 | #Constraints:     154086
1449.92/1453.72	c #Conflicts:    2324000 | #Constraints:     155086
1449.92/1453.72	c #Conflicts:    2325000 | #Constraints:     156086
1449.92/1453.72	c #Conflicts:    2326000 | #Constraints:     157086
1449.92/1453.72	WSVECS04 Frhs2[13]: 6 -5.00009 0 shouldn't be
1449.92/1453.72	WSVECS04 Frhs2[19]: 6 -6.00003 0 shouldn't be
1449.92/1453.72	WSVECS04 Frhs2[25]: 6 0 2.00006 shouldn't be
1449.92/1453.72	WSVECS04 Frhs2[89]: 6 0 2.00005 shouldn't be
1449.92/1453.72	WSVECS04 Frhs2[138]: 6 -4.00003 0 shouldn't be
1449.92/1453.72	WSVECS04 Frhs2[162]: 6 0 1.00004 shouldn't be
1449.92/1453.72	WSVECS04 Frhs2[217]: 6 0 2.00009 shouldn't be
1449.92/1453.72	WSVECS04 Frhs2[324]: 6 -7.66668 0 shouldn't be
1449.92/1453.72	WSVECS04 Frhs2[400]: 6 0 2.00008 shouldn't be
1449.92/1453.72	WSVECS04 Frhs2[409]: 6 0 2.00001 shouldn't be
1449.92/1453.72	WSVECS04 Frhs2[592]: 6 0 2.00003 shouldn't be
1449.92/1453.72	WSVECS04 Frhs2[600]: 6 0 6.00002 shouldn't be
1449.92/1453.72	WSVECS04 Frhs2[639]: 6 -2.00006 0 shouldn't be
1449.92/1453.72	WSVECS04 Frhs2[856]: 6 0 6.00004 shouldn't be
1449.92/1453.72	WSVECS04 Frhs2[1149]: 6 -2.00006 0 shouldn't be
1470.17/1474.10	c #Conflicts:    2327000 | #Constraints:     158086
1470.17/1474.10	c #Conflicts:    2328000 | #Constraints:     159086
1470.17/1474.10	c #Conflicts:    2329000 | #Constraints:     160087
1470.17/1474.10	c #Conflicts:    2330000 | #Constraints:     161087
1470.17/1474.10	c #Conflicts:    2331000 | #Constraints:     162087
1470.17/1474.10	c #Conflicts:    2332000 | #Constraints:     163087
1470.17/1474.10	c #Conflicts:    2333000 | #Constraints:     164087
1470.17/1474.10	c #Conflicts:    2334000 | #Constraints:     165088
1470.17/1474.10	c #Conflicts:    2335000 | #Constraints:     166088
1470.17/1474.10	c #Conflicts:    2336000 | #Constraints:     167088
1470.17/1474.10	c #Conflicts:    2337000 | #Constraints:     168089
1470.17/1474.10	c INPROCESSING
1470.17/1474.10	c GARBAGE COLLECT
1470.17/1474.10	c rational objective 128
1479.64/1483.55	c #Conflicts:    2338000 | #Constraints:      93660
1479.64/1483.55	c #Conflicts:    2339000 | #Constraints:      94660
1479.64/1483.55	c #Conflicts:    2340000 | #Constraints:      95660
1479.64/1483.55	c #Conflicts:    2341000 | #Constraints:      96660
1479.64/1483.55	c #Conflicts:    2342000 | #Constraints:      97660
1479.64/1483.55	c #Conflicts:    2343000 | #Constraints:      98660
1479.64/1483.55	c #Conflicts:    2344000 | #Constraints:      99660
1479.64/1483.55	c #Conflicts:    2345000 | #Constraints:     100660
1479.64/1483.55	c #Conflicts:    2346000 | #Constraints:     101660
1479.64/1483.55	c #Conflicts:    2347000 | #Constraints:     102660
1479.64/1483.55	c #Conflicts:    2348000 | #Constraints:     103660
1479.64/1483.55	c #Conflicts:    2349000 | #Constraints:     104660
1479.64/1483.55	c #Conflicts:    2350000 | #Constraints:     105660
1479.64/1483.55	c #Conflicts:    2351000 | #Constraints:     106660
1479.64/1483.55	c #Conflicts:    2352000 | #Constraints:     107660
1479.64/1483.55	WSVECS04 Frhs2[28]: 6 0 6.12129 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[29]: 6 -1.39396 0 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[57]: 6 0 2.45459 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[137]: 6 0 0.363649 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[155]: 6 0 1.25009 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[169]: 6 0 1.00007 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[201]: 6 0 0.363654 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[249]: 6 0 2.33335 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[268]: 6 0 1.39396 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[277]: 6 0 6.0001 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[302]: 6 -1.00004 0 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[352]: 6 -3.45456 0 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[396]: 6 0 1.39397 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[444]: 6 0 5.33343 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[572]: 6 0 7.93942 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[573]: 6 0 7.27277 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[585]: 6 0 0.363652 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[640]: 6 -5.81822 0 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[697]: 6 0 0.454593 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[749]: 6 0 1.394 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[764]: 6 0 8.36365 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[765]: 6 0 8.48489 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[778]: 6 -1.45463 0 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[781]: 6 0 0.787905 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[813]: 6 0 1.39395 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[821]: 6 0 4.78789 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[828]: 6 0 6.12127 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[845]: 6 0 1.81824 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[853]: 6 0 3.75762 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[1090]: 6 0 1.00009 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[1119]: 6 -2.00009 0 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[1193]: 6 -1.00005 0 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[1202]: 6 -2.00002 0 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[1207]: 6 -1.00008 0 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[1212]: 6 0 1.00007 shouldn't be
1479.64/1483.55	WSVECS04 Frhs2[1295]: 6 -0.69703 0 shouldn't be
1479.94/1483.83	WSVECS04 Frhs2[68]: 6 0 18.0606 shouldn't be
1479.94/1483.83	WSVECS04 Frhs2[179]: 6 0 0.159132 shouldn't be
1479.94/1483.83	WSVECS04 Frhs2[250]: 6 0 2.42427 shouldn't be
1479.94/1483.83	WSVECS04 Frhs2[260]: 6 0 13.8485 shouldn't be
1479.94/1483.83	WSVECS04 Frhs2[301]: 6 0 0.394003 shouldn't be
1479.94/1483.83	WSVECS04 Frhs2[375]: 6 -2.72731 0 shouldn't be
1479.94/1483.83	WSVECS04 Frhs2[426]: 6 0 0.750059 shouldn't be
1479.94/1483.83	WSVECS04 Frhs2[431]: 6 0 0.750015 shouldn't be
1479.94/1483.83	WSVECS04 Frhs2[699]: 6 0 0.454557 shouldn't be
1479.94/1483.83	WSVECS04 Frhs2[705]: 6 -0.363709 0 shouldn't be
1479.94/1483.83	WSVECS04 Frhs2[832]: 6 -2.69706 0 shouldn't be
1479.94/1483.83	WSVECS04 Frhs2[854]: 6 0 0.242442 shouldn't be
1479.94/1483.83	WSVECS04 Frhs2[1081]: 6 0 1.00006 shouldn't be
1479.94/1483.83	WSVECS04 Frhs2[1192]: 6 0 1.00008 shouldn't be
1479.94/1483.83	WSVECS04 Frhs2[1364]: 6 0 3.00006 shouldn't be
1480.25/1484.16	WSVECS04 Frhs2[371]: 6 0 0.121249 shouldn't be
1480.25/1484.16	WSVECS04 Frhs2[840]: 6 -6.84858 0 shouldn't be
1480.25/1484.16	WSVECS04 Frhs2[890]: 6 0 6.0607 shouldn't be
1480.25/1484.16	WSVECS04 Frhs2[891]: 6 0 5.96971 shouldn't be
1480.94/1484.83	WSVECS04 Frhs2[18]: 6 0 0.363652 shouldn't be
1480.94/1484.83	WSVECS04 Frhs2[146]: 6 0 0.363731 shouldn't be
1480.94/1484.83	WSVECS04 Frhs2[194]: 6 0 0.363701 shouldn't be
1480.94/1484.83	WSVECS04 Frhs2[658]: 6 0 0.363711 shouldn't be
1480.94/1484.83	WSVECS04 Frhs2[722]: 6 0 0.363671 shouldn't be
1480.94/1484.83	WSVECS04 Frhs2[834]: 6 0 0.363689 shouldn't be
1480.94/1484.83	WSVECS04 Frhs2[925]: 6 -1.87885 0 shouldn't be
1480.94/1484.83	WSVECS04 Frhs2[1086]: 6 0 3.00002 shouldn't be
1480.94/1484.83	WSVECS04 Frhs2[1087]: 6 0 2.00003 shouldn't be
1480.94/1484.83	WSVECS04 Frhs2[1313]: 6 0 0.333369 shouldn't be
1493.61/1497.59	c #Conflicts:    2353000 | #Constraints:     108660
1493.61/1497.59	c #Conflicts:    2354000 | #Constraints:     109660
1493.61/1497.59	c #Conflicts:    2355000 | #Constraints:     110660
1493.61/1497.59	c #Conflicts:    2356000 | #Constraints:     111660
1493.61/1497.59	c #Conflicts:    2357000 | #Constraints:     112660
1493.61/1497.59	c #Conflicts:    2358000 | #Constraints:     113660
1493.61/1497.59	c #Conflicts:    2359000 | #Constraints:     114660
1493.61/1497.59	c #Conflicts:    2360000 | #Constraints:     115660
1493.61/1497.59	c #Conflicts:    2361000 | #Constraints:     116660
1493.61/1497.59	c #Conflicts:    2362000 | #Constraints:     117660
1493.61/1497.59	c #Conflicts:    2363000 | #Constraints:     118660
1493.61/1497.59	c #Conflicts:    2364000 | #Constraints:     119660
1493.61/1497.59	c #Conflicts:    2365000 | #Constraints:     120660
1493.61/1497.59	c #Conflicts:    2366000 | #Constraints:     121660
1493.61/1497.59	c #Conflicts:    2367000 | #Constraints:     122660
1493.61/1497.59	c #Conflicts:    2368000 | #Constraints:     123660
1493.61/1497.59	c #Conflicts:    2369000 | #Constraints:     124661
1493.61/1497.59	c #Conflicts:    2370000 | #Constraints:     125661
1493.61/1497.59	c #Conflicts:    2371000 | #Constraints:     126661
1493.61/1497.59	c #Conflicts:    2372000 | #Constraints:     127661
1493.61/1497.59	c #Conflicts:    2373000 | #Constraints:     128661
1493.61/1497.59	c INPROCESSING
1493.61/1497.59	c GARBAGE COLLECT
1493.61/1497.59	c rational objective 128
1518.55/1522.56	c #Conflicts:    2374000 | #Constraints:      73865
1518.55/1522.56	c #Conflicts:    2375000 | #Constraints:      74865
1518.55/1522.56	c #Conflicts:    2376000 | #Constraints:      75865
1518.55/1522.56	c #Conflicts:    2377000 | #Constraints:      76865
1518.55/1522.56	c #Conflicts:    2378000 | #Constraints:      77865
1518.55/1522.56	c #Conflicts:    2379000 | #Constraints:      78865
1518.55/1522.56	c #Conflicts:    2380000 | #Constraints:      79865
1518.55/1522.56	c #Conflicts:    2381000 | #Constraints:      80865
1518.55/1522.56	c #Conflicts:    2382000 | #Constraints:      81865
1518.55/1522.56	c #Conflicts:    2383000 | #Constraints:      82865
1518.55/1522.56	c #Conflicts:    2384000 | #Constraints:      83865
1518.55/1522.56	c #Conflicts:    2385000 | #Constraints:      84865
1518.55/1522.56	c #Conflicts:    2386000 | #Constraints:      85865
1518.55/1522.56	c #Conflicts:    2387000 | #Constraints:      86865
1518.55/1522.56	c #Conflicts:    2388000 | #Constraints:      87865
1518.55/1522.56	c #Conflicts:    2389000 | #Constraints:      88865
1518.55/1522.56	c #Conflicts:    2390000 | #Constraints:      89865
1518.55/1522.56	c #Conflicts:    2391000 | #Constraints:      90865
1518.55/1522.56	c #Conflicts:    2392000 | #Constraints:      91865
1518.55/1522.56	c #Conflicts:    2393000 | #Constraints:      92865
1518.55/1522.56	c #Conflicts:    2394000 | #Constraints:      93865
1518.55/1522.56	c #Conflicts:    2395000 | #Constraints:      94865
1518.55/1522.56	c #Conflicts:    2396000 | #Constraints:      95865
1518.55/1522.56	c #Conflicts:    2397000 | #Constraints:      96865
1518.55/1522.56	c #Conflicts:    2398000 | #Constraints:      97865
1518.55/1522.56	c #Conflicts:    2399000 | #Constraints:      98865
1518.55/1522.56	c #Conflicts:    2400000 | #Constraints:      99865
1518.55/1522.56	c #Conflicts:    2401000 | #Constraints:     100865
1518.55/1522.56	c #Conflicts:    2402000 | #Constraints:     101865
1518.55/1522.56	c #Conflicts:    2403000 | #Constraints:     102865
1518.55/1522.56	c #Conflicts:    2404000 | #Constraints:     103865
1518.55/1522.56	c #Conflicts:    2405000 | #Constraints:     104865
1518.55/1522.56	c #Conflicts:    2406000 | #Constraints:     105865
1518.55/1522.56	c #Conflicts:    2407000 | #Constraints:     106865
1518.55/1522.56	c #Conflicts:    2408000 | #Constraints:     107865
1518.55/1522.56	c #Conflicts:    2409000 | #Constraints:     108865
1518.55/1522.56	c INPROCESSING
1518.55/1522.56	c GARBAGE COLLECT
1518.55/1522.56	c rational objective 128
1526.33/1530.34	c #Conflicts:    2410000 | #Constraints:      63852
1526.33/1530.34	c #Conflicts:    2411000 | #Constraints:      64852
1526.33/1530.34	c #Conflicts:    2412000 | #Constraints:      65852
1526.33/1530.34	c #Conflicts:    2413000 | #Constraints:      66852
1526.33/1530.34	c #Conflicts:    2414000 | #Constraints:      67852
1526.33/1530.34	c #Conflicts:    2415000 | #Constraints:      68852
1526.33/1530.34	c #Conflicts:    2416000 | #Constraints:      69852
1526.33/1530.34	c #Conflicts:    2417000 | #Constraints:      70852
1526.33/1530.34	c #Conflicts:    2418000 | #Constraints:      71852
1526.33/1530.34	c #Conflicts:    2419000 | #Constraints:      72852
1526.33/1530.34	c #Conflicts:    2420000 | #Constraints:      73852
1526.33/1530.34	c #Conflicts:    2421000 | #Constraints:      74852
1526.33/1530.34	c #Conflicts:    2422000 | #Constraints:      75852
1526.33/1530.34	c #Conflicts:    2423000 | #Constraints:      76852
1526.33/1530.34	WSVECS04 Frhs2[54]: 6 0 2.00006 shouldn't be
1526.33/1530.34	WSVECS04 Frhs2[65]: 6 -2.00003 0 shouldn't be
1526.33/1530.34	WSVECS04 Frhs2[69]: 6 0 0.666688 shouldn't be
1526.33/1530.34	WSVECS04 Frhs2[183]: 6 -4.00005 0 shouldn't be
1526.33/1530.34	WSVECS04 Frhs2[278]: 6 0 2.00003 shouldn't be
1526.33/1530.34	WSVECS04 Frhs2[293]: 6 0 3.00002 shouldn't be
1526.33/1530.34	WSVECS04 Frhs2[394]: 6 -2.00002 0 shouldn't be
1526.33/1530.34	WSVECS04 Frhs2[507]: 6 0 3.00009 shouldn't be
1526.33/1530.34	WSVECS04 Frhs2[511]: 6 0 3.00008 shouldn't be
1526.33/1530.34	WSVECS04 Frhs2[512]: 6 0 3.00009 shouldn't be
1526.33/1530.34	WSVECS04 Frhs2[522]: 6 -4.00002 0 shouldn't be
1526.33/1530.34	WSVECS04 Frhs2[645]: 6 0 0.666694 shouldn't be
1526.33/1530.34	WSVECS04 Frhs2[680]: 6 0 0.500011 shouldn't be
1526.33/1530.34	WSVECS04 Frhs2[760]: 6 0 2.16672 shouldn't be
1526.33/1530.34	WSVECS04 Frhs2[775]: 6 0 1.33341 shouldn't be
1526.33/1530.34	WSVECS04 Frhs2[820]: 6 0 2.33338 shouldn't be
1526.33/1530.34	WSVECS04 Frhs2[1273]: 6 -1.00005 0 shouldn't be
1526.33/1530.34	WSVECS04 Frhs2[1280]: 6 -1.00003 0 shouldn't be
1526.63/1530.64	WSVECS04 Frhs2[165]: 6 -1.16673 0 shouldn't be
1526.63/1530.64	WSVECS04 Frhs2[225]: 6 0 4.00007 shouldn't be
1526.63/1530.64	WSVECS04 Frhs2[232]: 6 0 0.50007 shouldn't be
1526.63/1530.64	WSVECS04 Frhs2[342]: 6 0 2.00009 shouldn't be
1526.63/1530.64	WSVECS04 Frhs2[488]: 6 0 0.500063 shouldn't be
1533.32/1537.37	c #Conflicts:    2424000 | #Constraints:      77852
1533.32/1537.37	c #Conflicts:    2425000 | #Constraints:      78852
1533.32/1537.37	c #Conflicts:    2426000 | #Constraints:      79852
1533.32/1537.37	c #Conflicts:    2427000 | #Constraints:      80852
1533.32/1537.37	c #Conflicts:    2428000 | #Constraints:      81852
1533.32/1537.37	c #Conflicts:    2429000 | #Constraints:      82852
1533.32/1537.37	c #Conflicts:    2430000 | #Constraints:      83852
1533.32/1537.37	c #Conflicts:    2431000 | #Constraints:      84852
1533.32/1537.37	c #Conflicts:    2432000 | #Constraints:      85852
1533.32/1537.37	c #Conflicts:    2433000 | #Constraints:      86852
1533.32/1537.37	c #Conflicts:    2434000 | #Constraints:      87852
1533.32/1537.37	c #Conflicts:    2435000 | #Constraints:      88852
1533.32/1537.37	WSVECS04 Frhs2[129]: 6 -1.55558 0 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[140]: 6 0 0.222246 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[143]: 6 0 17.5556 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[144]: 6 0 4.00009 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[160]: 6 -8.0001 0 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[166]: 6 0 5.22232 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[211]: 6 -6.88891 0 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[224]: 6 0 3.77785 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[231]: 6 0 13.5556 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[261]: 6 -0.222241 0 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[264]: 6 0 1.5556 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[269]: 6 0 0.222321 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[271]: 6 0 17.5556 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[279]: 6 0 13.1112 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[295]: 6 0 17.1111 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[311]: 6 0 0.777826 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[328]: 6 0 1.55557 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[335]: 6 0 17.3334 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[336]: 6 0 3.77784 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[337]: 6 0 4.66672 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[343]: 6 0 12.889 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[352]: 6 0 0.222248 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[357]: 6 -4.00009 0 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[358]: 6 0 0.333402 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[373]: 6 0 17.5557 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[407]: 6 0 13.3333 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[415]: 6 0 15.1111 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[423]: 6 0 19.3334 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[473]: 6 0 0.888904 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[479]: 6 0 15.1112 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[487]: 6 0 17.1112 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[537]: 6 0 0.888931 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[577]: 6 0 2.55564 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[588]: 6 0 3.33337 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[604]: 6 0 2.00003 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[644]: 6 -3.00009 0 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[650]: 6 -8.22232 0 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[661]: 6 -2.00005 0 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[721]: 6 0 4.4445 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[723]: 6 -0.444534 0 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[776]: 6 0 1.55565 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[794]: 6 0 0.222257 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[796]: 6 -4.00003 0 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[807]: 6 0 18.6667 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[820]: 6 -17.5556 0 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[840]: 6 0 1.55565 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[842]: 6 -0.444484 0 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[848]: 6 0 4.00006 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[858]: 6 0 5.33342 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[860]: 6 0 5.11118 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[903]: 6 -2.00004 0 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[918]: 6 -1.00009 0 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[930]: 6 -2.00006 0 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[1248]: 6 0 1.00009 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[1256]: 6 0 2.00004 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[1265]: 6 -1.00004 0 shouldn't be
1533.32/1537.37	WSVECS04 Frhs2[1280]: 6 0 2.00002 shouldn't be
1533.61/1537.64	WSVECS04 Frhs2[164]: 6 0 2.44451 shouldn't be
1533.61/1537.64	WSVECS04 Frhs2[284]: 6 -17.5556 0 shouldn't be
1533.61/1537.64	WSVECS04 Frhs2[533]: 6 0 2.00008 shouldn't be
1533.61/1537.64	WSVECS04 Frhs2[545]: 6 0 4.00006 shouldn't be
1533.61/1537.64	WSVECS04 Frhs2[601]: 6 0 2.88892 shouldn't be
1533.61/1537.64	WSVECS04 Frhs2[658]: 6 0 0.444516 shouldn't be
1533.61/1537.64	WSVECS04 Frhs2[677]: 6 -6.0001 0 shouldn't be
1533.61/1537.64	WSVECS04 Frhs2[856]: 6 0 0.444495 shouldn't be
1533.61/1537.64	WSVECS04 Frhs2[897]: 6 -1.00006 0 shouldn't be
1541.19/1545.21	c #Conflicts:    2436000 | #Constraints:      89852
1541.19/1545.21	c #Conflicts:    2437000 | #Constraints:      90852
1541.19/1545.21	c #Conflicts:    2438000 | #Constraints:      91852
1541.19/1545.21	c #Conflicts:    2439000 | #Constraints:      92852
1541.19/1545.21	c #Conflicts:    2440000 | #Constraints:      93852
1541.19/1545.21	c #Conflicts:    2441000 | #Constraints:      94852
1541.19/1545.21	c #Conflicts:    2442000 | #Constraints:      95852
1541.19/1545.21	c #Conflicts:    2443000 | #Constraints:      96852
1541.19/1545.21	c #Conflicts:    2444000 | #Constraints:      97852
1541.19/1545.21	c #Conflicts:    2445000 | #Constraints:      98852
1541.19/1545.21	c #Conflicts:    2446000 | #Constraints:      99852
1541.19/1545.21	c INPROCESSING
1541.19/1545.21	c GARBAGE COLLECT
1541.19/1545.21	c rational objective 128
1592.27/1596.40	c #Conflicts:    2447000 | #Constraints:      59590
1592.27/1596.40	c #Conflicts:    2448000 | #Constraints:      60590
1592.27/1596.40	c #Conflicts:    2449000 | #Constraints:      61590
1592.27/1596.40	c #Conflicts:    2450000 | #Constraints:      62590
1592.27/1596.40	c #Conflicts:    2451000 | #Constraints:      63590
1592.27/1596.40	c #Conflicts:    2452000 | #Constraints:      64590
1592.27/1596.40	c #Conflicts:    2453000 | #Constraints:      65590
1592.27/1596.40	c #Conflicts:    2454000 | #Constraints:      66590
1592.27/1596.40	c #Conflicts:    2455000 | #Constraints:      67590
1592.27/1596.40	c #Conflicts:    2456000 | #Constraints:      68590
1592.27/1596.40	c #Conflicts:    2457000 | #Constraints:      69590
1592.27/1596.40	c #Conflicts:    2458000 | #Constraints:      70590
1592.27/1596.40	c #Conflicts:    2459000 | #Constraints:      71590
1592.27/1596.40	c #Conflicts:    2460000 | #Constraints:      72590
1592.27/1596.40	c #Conflicts:    2461000 | #Constraints:      73590
1592.27/1596.40	c #Conflicts:    2462000 | #Constraints:      74590
1592.27/1596.40	c #Conflicts:    2463000 | #Constraints:      75590
1592.27/1596.40	c #Conflicts:    2464000 | #Constraints:      76590
1592.27/1596.40	c #Conflicts:    2465000 | #Constraints:      77590
1592.27/1596.40	c #Conflicts:    2466000 | #Constraints:      78590
1592.27/1596.40	c #Conflicts:    2467000 | #Constraints:      79590
1592.27/1596.40	c #Conflicts:    2468000 | #Constraints:      80590
1592.27/1596.40	c #Conflicts:    2469000 | #Constraints:      81590
1592.27/1596.40	c #Conflicts:    2470000 | #Constraints:      82590
1592.27/1596.40	c #Conflicts:    2471000 | #Constraints:      83590
1592.27/1596.40	c #Conflicts:    2472000 | #Constraints:      84590
1592.27/1596.40	c #Conflicts:    2473000 | #Constraints:      85590
1592.27/1596.40	c #Conflicts:    2474000 | #Constraints:      86590
1592.27/1596.40	c #Conflicts:    2475000 | #Constraints:      87590
1592.27/1596.40	c #Conflicts:    2476000 | #Constraints:      88590
1592.27/1596.40	c #Conflicts:    2477000 | #Constraints:      89590
1592.27/1596.40	c #Conflicts:    2478000 | #Constraints:      90590
1592.27/1596.40	c #Conflicts:    2479000 | #Constraints:      91590
1592.27/1596.40	c #Conflicts:    2480000 | #Constraints:      92590
1592.27/1596.40	c #Conflicts:    2481000 | #Constraints:      93590
1592.27/1596.40	c #Conflicts:    2482000 | #Constraints:      94590
1592.27/1596.40	c #Conflicts:    2483000 | #Constraints:      95590
1592.27/1596.40	c #Conflicts:    2484000 | #Constraints:      96590
1592.27/1596.40	c #Conflicts:    2485000 | #Constraints:      97590
1592.27/1596.40	c #Conflicts:    2486000 | #Constraints:      98590
1592.27/1596.40	c #Conflicts:    2487000 | #Constraints:      99590
1592.27/1596.40	c #Conflicts:    2488000 | #Constraints:     100590
1592.27/1596.40	c #Conflicts:    2489000 | #Constraints:     101590
1592.27/1596.40	c #Conflicts:    2490000 | #Constraints:     102590
1592.27/1596.40	c #Conflicts:    2491000 | #Constraints:     103590
1592.27/1596.40	c #Conflicts:    2492000 | #Constraints:     104590
1592.27/1596.40	c #Conflicts:    2493000 | #Constraints:     105590
1592.27/1596.40	c #Conflicts:    2494000 | #Constraints:     106590
1592.27/1596.40	c #Conflicts:    2495000 | #Constraints:     107590
1592.27/1596.40	c #Conflicts:    2496000 | #Constraints:     108590
1592.27/1596.40	c #Conflicts:    2497000 | #Constraints:     109590
1592.27/1596.40	c #Conflicts:    2498000 | #Constraints:     110590
1592.27/1596.40	c #Conflicts:    2499000 | #Constraints:     111590
1592.27/1596.40	c #Conflicts:    2500000 | #Constraints:     112590
1592.27/1596.40	c #Conflicts:    2501000 | #Constraints:     113590
1592.27/1596.40	c #Conflicts:    2502000 | #Constraints:     114590
1592.27/1596.40	c #Conflicts:    2503000 | #Constraints:     115590
1592.27/1596.40	c #Conflicts:    2504000 | #Constraints:     116590
1592.27/1596.40	c #Conflicts:    2505000 | #Constraints:     117590
1592.27/1596.40	c #Conflicts:    2506000 | #Constraints:     118590
1592.27/1596.40	c #Conflicts:    2507000 | #Constraints:     119590
1592.27/1596.40	c #Conflicts:    2508000 | #Constraints:     120590
1592.27/1596.40	c #Conflicts:    2509000 | #Constraints:     121590
1592.27/1596.40	c #Conflicts:    2510000 | #Constraints:     122590
1592.27/1596.40	c #Conflicts:    2511000 | #Constraints:     123590
1592.27/1596.40	c #Conflicts:    2512000 | #Constraints:     124590
1592.27/1596.40	c #Conflicts:    2513000 | #Constraints:     125590
1592.27/1596.40	c #Conflicts:    2514000 | #Constraints:     126590
1592.27/1596.40	c #Conflicts:    2515000 | #Constraints:     127590
1592.27/1596.40	c #Conflicts:    2516000 | #Constraints:     128590
1592.27/1596.40	c #Conflicts:    2517000 | #Constraints:     129590
1592.27/1596.40	c #Conflicts:    2518000 | #Constraints:     130590
1592.27/1596.40	c #Conflicts:    2519000 | #Constraints:     131590
1592.27/1596.40	c #Conflicts:    2520000 | #Constraints:     132590
1592.27/1596.40	c #Conflicts:    2521000 | #Constraints:     133590
1592.27/1596.40	c #Conflicts:    2522000 | #Constraints:     134590
1592.27/1596.40	c #Conflicts:    2523000 | #Constraints:     135590
1592.27/1596.40	c #Conflicts:    2524000 | #Constraints:     136590
1592.27/1596.40	c #Conflicts:    2525000 | #Constraints:     137590
1626.69/1630.97	c #Conflicts:    2526000 | #Constraints:     138590
1626.69/1630.97	c #Conflicts:    2527000 | #Constraints:     139590
1626.69/1630.97	c #Conflicts:    2528000 | #Constraints:     140590
1626.69/1630.97	c #Conflicts:    2529000 | #Constraints:     141590
1626.69/1630.97	c #Conflicts:    2530000 | #Constraints:     142590
1626.69/1630.97	c #Conflicts:    2531000 | #Constraints:     143590
1626.69/1630.97	c #Conflicts:    2532000 | #Constraints:     144590
1626.69/1630.97	c #Conflicts:    2533000 | #Constraints:     145590
1626.69/1630.97	c #Conflicts:    2534000 | #Constraints:     146590
1626.69/1630.97	c #Conflicts:    2535000 | #Constraints:     147590
1626.69/1630.97	c #Conflicts:    2536000 | #Constraints:     148590
1626.69/1630.97	c #Conflicts:    2537000 | #Constraints:     149590
1626.69/1630.97	c #Conflicts:    2538000 | #Constraints:     150590
1626.69/1630.97	c #Conflicts:    2539000 | #Constraints:     151590
1626.69/1630.97	c #Conflicts:    2540000 | #Constraints:     152590
1626.69/1630.97	c #Conflicts:    2541000 | #Constraints:     153590
1626.69/1630.97	c #Conflicts:    2542000 | #Constraints:     154590
1626.69/1630.97	c #Conflicts:    2543000 | #Constraints:     155590
1626.69/1630.97	c #Conflicts:    2544000 | #Constraints:     156590
1626.69/1630.97	c #Conflicts:    2545000 | #Constraints:     157590
1626.69/1630.97	c #Conflicts:    2546000 | #Constraints:     158590
1626.69/1630.97	c #Conflicts:    2547000 | #Constraints:     159590
1626.69/1630.97	c #Conflicts:    2548000 | #Constraints:     160590
1626.69/1630.97	c #Conflicts:    2549000 | #Constraints:     161590
1626.69/1630.97	c #Conflicts:    2550000 | #Constraints:     162590
1626.69/1630.97	c #Conflicts:    2551000 | #Constraints:     163590
1626.69/1630.97	c #Conflicts:    2552000 | #Constraints:     164590
1626.69/1630.97	c #Conflicts:    2553000 | #Constraints:     165590
1626.69/1630.97	c #Conflicts:    2554000 | #Constraints:     166590
1626.69/1630.97	c #Conflicts:    2555000 | #Constraints:     167590
1626.69/1630.97	c #Conflicts:    2556000 | #Constraints:     168590
1626.69/1630.97	c #Conflicts:    2557000 | #Constraints:     169590
1626.69/1630.97	c #Conflicts:    2558000 | #Constraints:     170590
1626.69/1630.97	c #Conflicts:    2559000 | #Constraints:     171590
1626.69/1630.97	c #Conflicts:    2560000 | #Constraints:     172590
1626.69/1630.97	c #Conflicts:    2561000 | #Constraints:     173590
1626.69/1630.97	c #Conflicts:    2562000 | #Constraints:     174590
1626.69/1630.97	c #Conflicts:    2563000 | #Constraints:     175590
1626.69/1630.97	c INPROCESSING
1626.69/1630.97	c GARBAGE COLLECT
1626.69/1630.97	c rational objective 128
1652.03/1656.31	c #Conflicts:    2564000 | #Constraints:      97563
1652.03/1656.31	c #Conflicts:    2565000 | #Constraints:      98563
1652.03/1656.31	c #Conflicts:    2566000 | #Constraints:      99563
1652.03/1656.31	c #Conflicts:    2567000 | #Constraints:     100563
1652.03/1656.31	c #Conflicts:    2568000 | #Constraints:     101563
1652.03/1656.31	c #Conflicts:    2569000 | #Constraints:     102563
1652.03/1656.31	c #Conflicts:    2570000 | #Constraints:     103563
1652.03/1656.31	c #Conflicts:    2571000 | #Constraints:     104563
1652.03/1656.31	c #Conflicts:    2572000 | #Constraints:     105563
1652.03/1656.31	c #Conflicts:    2573000 | #Constraints:     106563
1652.03/1656.31	c #Conflicts:    2574000 | #Constraints:     107563
1652.03/1656.31	c #Conflicts:    2575000 | #Constraints:     108563
1652.03/1656.31	c #Conflicts:    2576000 | #Constraints:     109563
1652.03/1656.31	c #Conflicts:    2577000 | #Constraints:     110563
1652.03/1656.31	c #Conflicts:    2578000 | #Constraints:     111563
1652.03/1656.31	c #Conflicts:    2579000 | #Constraints:     112563
1652.03/1656.31	c #Conflicts:    2580000 | #Constraints:     113563
1652.03/1656.31	c #Conflicts:    2581000 | #Constraints:     114563
1652.03/1656.31	c #Conflicts:    2582000 | #Constraints:     115563
1652.03/1656.31	c #Conflicts:    2583000 | #Constraints:     116563
1652.03/1656.31	c #Conflicts:    2584000 | #Constraints:     117563
1652.03/1656.31	c #Conflicts:    2585000 | #Constraints:     118563
1652.03/1656.31	c #Conflicts:    2586000 | #Constraints:     119563
1652.03/1656.31	c #Conflicts:    2587000 | #Constraints:     120563
1652.03/1656.31	c #Conflicts:    2588000 | #Constraints:     121563
1652.03/1656.31	c #Conflicts:    2589000 | #Constraints:     122563
1652.03/1656.31	c #Conflicts:    2590000 | #Constraints:     123563
1652.03/1656.31	c #Conflicts:    2591000 | #Constraints:     124563
1652.03/1656.31	c #Conflicts:    2592000 | #Constraints:     125563
1652.03/1656.31	c #Conflicts:    2593000 | #Constraints:     126563
1652.03/1656.31	c #Conflicts:    2594000 | #Constraints:     127563
1652.03/1656.31	c #Conflicts:    2595000 | #Constraints:     128563
1652.03/1656.31	c #Conflicts:    2596000 | #Constraints:     129563
1652.03/1656.31	c #Conflicts:    2597000 | #Constraints:     130563
1652.03/1656.31	c #Conflicts:    2598000 | #Constraints:     131563
1652.03/1656.31	c #Conflicts:    2599000 | #Constraints:     132563
1652.03/1656.31	c #Conflicts:    2600000 | #Constraints:     133563
1652.03/1656.31	c #Conflicts:    2601000 | #Constraints:     134563
1652.03/1656.31	c INPROCESSING
1652.03/1656.31	c GARBAGE COLLECT
1652.03/1656.31	c rational objective 128
1655.62/1660.00	c #Conflicts:    2602000 | #Constraints:      77163
1655.62/1660.00	c #Conflicts:    2603000 | #Constraints:      78163
1655.62/1660.00	c #Conflicts:    2604000 | #Constraints:      79163
1655.62/1660.00	c #Conflicts:    2605000 | #Constraints:      80163
1655.62/1660.00	c #Conflicts:    2606000 | #Constraints:      81163
1655.62/1660.00	WSVECS04 Frhs2[64]: 6 -1.09098 0 shouldn't be
1655.62/1660.00	WSVECS04 Frhs2[163]: 6 -12.0001 0 shouldn't be
1655.62/1660.00	WSVECS04 Frhs2[168]: 6 0 0.0909708 shouldn't be
1655.62/1660.00	WSVECS04 Frhs2[183]: 6 -2.00003 0 shouldn't be
1655.62/1660.00	WSVECS04 Frhs2[184]: 6 0 1.59099 shouldn't be
1655.62/1660.00	WSVECS04 Frhs2[185]: 6 0 2.00007 shouldn't be
1655.62/1660.00	WSVECS04 Frhs2[188]: 6 -11.0001 0 shouldn't be
1655.62/1660.00	WSVECS04 Frhs2[296]: 6 0 0.0909812 shouldn't be
1655.62/1660.00	WSVECS04 Frhs2[318]: 6 -3.90914 0 shouldn't be
1655.62/1660.00	WSVECS04 Frhs2[374]: 6 -8.00002 0 shouldn't be
1655.62/1660.00	WSVECS04 Frhs2[376]: 6 0 1.50007 shouldn't be
1655.62/1660.00	WSVECS04 Frhs2[434]: 6 0 2.00006 shouldn't be
1655.62/1660.00	WSVECS04 Frhs2[692]: 6 -4.50007 0 shouldn't be
1655.62/1660.00	WSVECS04 Frhs2[754]: 6 -1.50005 0 shouldn't be
1655.62/1660.00	WSVECS04 Frhs2[888]: 6 0 1.591 shouldn't be
1655.62/1660.00	WSVECS04 Frhs2[960]: 6 0 2.00003 shouldn't be
1655.62/1660.00	WSVECS04 Frhs2[1194]: 6 0 0.909103 shouldn't be
1655.62/1660.00	WSVECS04 Frhs2[1257]: 6 0 1.00007 shouldn't be
1655.62/1660.00	WSVECS04 Frhs2[1283]: 6 0 1.00008 shouldn't be
1655.62/1660.00	WSVECS04 Frhs2[1288]: 6 -1.00007 0 shouldn't be
1655.62/1660.00	WSVECS04 Frhs2[1340]: 6 -3.00005 0 shouldn't be
1660.11/1664.48	c #Conflicts:    2607000 | #Constraints:      82163
1660.11/1664.48	c #Conflicts:    2608000 | #Constraints:      83163
1660.11/1664.48	c #Conflicts:    2609000 | #Constraints:      84163
1660.11/1664.48	c #Conflicts:    2610000 | #Constraints:      85163
1660.11/1664.48	c #Conflicts:    2611000 | #Constraints:      86163
1660.11/1664.48	c #Conflicts:    2612000 | #Constraints:      87165
1660.11/1664.48	c bounds 150 >= 128 @ 1641.79
1676.27/1680.63	c #Conflicts:    2613000 | #Constraints:      88166
1676.27/1680.63	c #Conflicts:    2614000 | #Constraints:      89166
1676.27/1680.63	c #Conflicts:    2615000 | #Constraints:      90166
1676.27/1680.63	c #Conflicts:    2616000 | #Constraints:      91166
1676.27/1680.63	c #Conflicts:    2617000 | #Constraints:      92166
1676.27/1680.63	c #Conflicts:    2618000 | #Constraints:      93166
1676.27/1680.63	c #Conflicts:    2619000 | #Constraints:      94166
1676.27/1680.63	c #Conflicts:    2620000 | #Constraints:      95166
1676.27/1680.63	c #Conflicts:    2621000 | #Constraints:      96166
1676.27/1680.63	c #Conflicts:    2622000 | #Constraints:      97166
1676.27/1680.63	c #Conflicts:    2623000 | #Constraints:      98166
1676.27/1680.63	c #Conflicts:    2624000 | #Constraints:      99166
1676.27/1680.63	c #Conflicts:    2625000 | #Constraints:     100166
1676.27/1680.63	c #Conflicts:    2626000 | #Constraints:     101166
1676.27/1680.63	c #Conflicts:    2627000 | #Constraints:     102166
1676.27/1680.63	c #Conflicts:    2628000 | #Constraints:     103166
1676.27/1680.63	c #Conflicts:    2629000 | #Constraints:     104166
1676.27/1680.63	c #Conflicts:    2630000 | #Constraints:     105166
1676.27/1680.63	c #Conflicts:    2631000 | #Constraints:     106166
1676.27/1680.63	c #Conflicts:    2632000 | #Constraints:     107167
1676.27/1680.63	c #Conflicts:    2633000 | #Constraints:     108167
1676.27/1680.63	c #Conflicts:    2634000 | #Constraints:     109167
1676.27/1680.63	c #Conflicts:    2635000 | #Constraints:     110167
1676.27/1680.63	c #Conflicts:    2636000 | #Constraints:     111167
1676.27/1680.63	c #Conflicts:    2637000 | #Constraints:     112167
1676.27/1680.63	c #Conflicts:    2638000 | #Constraints:     113167
1676.27/1680.63	c #Conflicts:    2639000 | #Constraints:     114167
1676.27/1680.63	c INPROCESSING
1676.27/1680.63	c GARBAGE COLLECT
1676.27/1680.63	c rational objective 128
1702.10/1706.54	c #Conflicts:    2640000 | #Constraints:      66951
1702.10/1706.54	c #Conflicts:    2641000 | #Constraints:      67951
1702.10/1706.54	c #Conflicts:    2642000 | #Constraints:      68952
1702.10/1706.54	c #Conflicts:    2643000 | #Constraints:      69952
1702.10/1706.54	c #Conflicts:    2644000 | #Constraints:      70952
1702.10/1706.54	c #Conflicts:    2645000 | #Constraints:      71953
1702.10/1706.54	c #Conflicts:    2646000 | #Constraints:      72954
1702.10/1706.54	c #Conflicts:    2647000 | #Constraints:      73956
1702.10/1706.54	c #Conflicts:    2648000 | #Constraints:      74956
1702.10/1706.54	c #Conflicts:    2649000 | #Constraints:      75956
1702.10/1706.54	c #Conflicts:    2650000 | #Constraints:      76959
1702.10/1706.54	c #Conflicts:    2651000 | #Constraints:      77959
1702.10/1706.54	c #Conflicts:    2652000 | #Constraints:      78959
1702.10/1706.54	c #Conflicts:    2653000 | #Constraints:      79960
1702.10/1706.54	c #Conflicts:    2654000 | #Constraints:      80961
1702.10/1706.54	c #Conflicts:    2655000 | #Constraints:      81963
1702.10/1706.54	c #Conflicts:    2656000 | #Constraints:      82964
1702.10/1706.54	c #Conflicts:    2657000 | #Constraints:      83964
1702.10/1706.54	c #Conflicts:    2658000 | #Constraints:      84966
1702.10/1706.54	c #Conflicts:    2659000 | #Constraints:      85967
1702.10/1706.54	c #Conflicts:    2660000 | #Constraints:      86968
1702.10/1706.54	c #Conflicts:    2661000 | #Constraints:      87970
1702.10/1706.54	c #Conflicts:    2662000 | #Constraints:      88971
1702.10/1706.54	c #Conflicts:    2663000 | #Constraints:      89972
1702.10/1706.54	c #Conflicts:    2664000 | #Constraints:      90973
1702.10/1706.54	c #Conflicts:    2665000 | #Constraints:      91974
1702.10/1706.54	c #Conflicts:    2666000 | #Constraints:      92976
1702.10/1706.54	c #Conflicts:    2667000 | #Constraints:      93977
1702.10/1706.54	c #Conflicts:    2668000 | #Constraints:      94978
1702.10/1706.54	c #Conflicts:    2669000 | #Constraints:      95979
1702.10/1706.54	c #Conflicts:    2670000 | #Constraints:      96979
1702.10/1706.54	c #Conflicts:    2671000 | #Constraints:      97979
1702.10/1706.54	c #Conflicts:    2672000 | #Constraints:      98979
1702.10/1706.54	c #Conflicts:    2673000 | #Constraints:      99979
1702.10/1706.54	c #Conflicts:    2674000 | #Constraints:     100979
1702.10/1706.54	c #Conflicts:    2675000 | #Constraints:     101979
1702.10/1706.54	WSVECS04 Frhs2[35]: 6 0 1.89483 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[52]: 6 0 1.00002 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[54]: 6 0 3.0001 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[55]: 6 0 3.00002 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[56]: 6 0 3.00002 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[69]: 6 0 2.55648 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[113]: 6 -2.00006 0 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[143]: 6 0 2.66675 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[164]: 6 0 3.3685 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[387]: 6 0 2.56144 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[392]: 6 0 0.105313 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[449]: 6 -1.62157 0 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[497]: 6 0 1.36845 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[501]: 6 0 1.36847 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[505]: 6 -3.15797 0 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[517]: 6 0 1.19308 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[565]: 6 0 1.36846 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[573]: 6 0 0.736931 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[574]: 6 0 0.736942 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[576]: 6 -1.0527 0 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[600]: 6 -1.33338 0 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[611]: 6 0 1.89478 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[635]: 6 0 2.73689 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[637]: 6 0 0.736866 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[639]: 6 0 0.736925 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[700]: 6 0 0.10528 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[704]: 6 -2.84218 0 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[1028]: 6 -6.00002 0 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[1029]: 6 -2.00001 0 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[1149]: 6 -4.00007 0 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[1154]: 6 -2.00002 0 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[1174]: 6 -2.00004 0 shouldn't be
1702.10/1706.54	WSVECS04 Frhs2[1241]: 6 0 1.00006 shouldn't be
1703.21/1707.64	c #Conflicts:    2676000 | #Constraints:     102979
1703.21/1707.64	c #Conflicts:    2677000 | #Constraints:     103979
1703.21/1707.64	c INPROCESSING
1703.21/1707.64	c GARBAGE COLLECT
1703.21/1707.64	c rational objective 128
1749.59/1754.12	c #Conflicts:    2678000 | #Constraints:      61715
1749.59/1754.12	c #Conflicts:    2679000 | #Constraints:      62715
1749.59/1754.12	c #Conflicts:    2680000 | #Constraints:      63715
1749.59/1754.12	c #Conflicts:    2681000 | #Constraints:      64715
1749.59/1754.12	c #Conflicts:    2682000 | #Constraints:      65715
1749.59/1754.12	c #Conflicts:    2683000 | #Constraints:      66715
1749.59/1754.12	c #Conflicts:    2684000 | #Constraints:      67715
1749.59/1754.12	c #Conflicts:    2685000 | #Constraints:      68715
1749.59/1754.12	c #Conflicts:    2686000 | #Constraints:      69715
1749.59/1754.12	c #Conflicts:    2687000 | #Constraints:      70715
1749.59/1754.12	c #Conflicts:    2688000 | #Constraints:      71715
1749.59/1754.12	c #Conflicts:    2689000 | #Constraints:      72715
1749.59/1754.12	c #Conflicts:    2690000 | #Constraints:      73715
1749.59/1754.12	c #Conflicts:    2691000 | #Constraints:      74715
1749.59/1754.12	c #Conflicts:    2692000 | #Constraints:      75715
1749.59/1754.12	c #Conflicts:    2693000 | #Constraints:      76715
1749.59/1754.12	c #Conflicts:    2694000 | #Constraints:      77715
1749.59/1754.12	c #Conflicts:    2695000 | #Constraints:      78715
1749.59/1754.12	c #Conflicts:    2696000 | #Constraints:      79715
1749.59/1754.12	c #Conflicts:    2697000 | #Constraints:      80715
1749.59/1754.12	c #Conflicts:    2698000 | #Constraints:      81715
1749.59/1754.12	c #Conflicts:    2699000 | #Constraints:      82715
1749.59/1754.12	c #Conflicts:    2700000 | #Constraints:      83715
1749.59/1754.12	c #Conflicts:    2701000 | #Constraints:      84715
1749.59/1754.12	c #Conflicts:    2702000 | #Constraints:      85715
1749.59/1754.12	c #Conflicts:    2703000 | #Constraints:      86715
1749.59/1754.12	c #Conflicts:    2704000 | #Constraints:      87715
1749.59/1754.12	c #Conflicts:    2705000 | #Constraints:      88715
1749.59/1754.12	c #Conflicts:    2706000 | #Constraints:      89715
1749.59/1754.12	c #Conflicts:    2707000 | #Constraints:      90715
1749.59/1754.12	c #Conflicts:    2708000 | #Constraints:      91715
1749.59/1754.12	c #Conflicts:    2709000 | #Constraints:      92715
1749.59/1754.12	c #Conflicts:    2710000 | #Constraints:      93715
1749.59/1754.12	c #Conflicts:    2711000 | #Constraints:      94715
1749.59/1754.12	c #Conflicts:    2712000 | #Constraints:      95715
1749.59/1754.12	c #Conflicts:    2713000 | #Constraints:      96715
1749.59/1754.12	c #Conflicts:    2714000 | #Constraints:      97715
1749.59/1754.12	c #Conflicts:    2715000 | #Constraints:      98715
1749.59/1754.12	c #Conflicts:    2716000 | #Constraints:      99715
1749.59/1754.12	c #Conflicts:    2717000 | #Constraints:     100715
1749.59/1754.12	c #Conflicts:    2718000 | #Constraints:     101715
1749.59/1754.12	c #Conflicts:    2719000 | #Constraints:     102715
1749.59/1754.12	c #Conflicts:    2720000 | #Constraints:     103715
1749.59/1754.12	c #Conflicts:    2721000 | #Constraints:     104715
1749.59/1754.12	c #Conflicts:    2722000 | #Constraints:     105715
1749.59/1754.12	c #Conflicts:    2723000 | #Constraints:     106715
1749.59/1754.12	c #Conflicts:    2724000 | #Constraints:     107715
1749.59/1754.12	c #Conflicts:    2725000 | #Constraints:     108715
1749.59/1754.12	c #Conflicts:    2726000 | #Constraints:     109715
1749.59/1754.12	c #Conflicts:    2727000 | #Constraints:     110715
1749.59/1754.12	c #Conflicts:    2728000 | #Constraints:     111716
1749.59/1754.12	c #Conflicts:    2729000 | #Constraints:     112716
1749.59/1754.12	c #Conflicts:    2730000 | #Constraints:     113716
1749.59/1754.12	c #Conflicts:    2731000 | #Constraints:     114716
1749.59/1754.12	c #Conflicts:    2732000 | #Constraints:     115716
1749.59/1754.12	c #Conflicts:    2733000 | #Constraints:     116716
1749.59/1754.12	c #Conflicts:    2734000 | #Constraints:     117716
1749.59/1754.12	c #Conflicts:    2735000 | #Constraints:     118716
1749.59/1754.12	c #Conflicts:    2736000 | #Constraints:     119716
1749.59/1754.12	c #Conflicts:    2737000 | #Constraints:     120716
1749.59/1754.12	c #Conflicts:    2738000 | #Constraints:     121716
1749.59/1754.12	c #Conflicts:    2739000 | #Constraints:     122716
1749.59/1754.12	c #Conflicts:    2740000 | #Constraints:     123716
1749.59/1754.12	c #Conflicts:    2741000 | #Constraints:     124716
1749.59/1754.12	c #Conflicts:    2742000 | #Constraints:     125716
1749.59/1754.12	c #Conflicts:    2743000 | #Constraints:     126716
1749.59/1754.12	c #Conflicts:    2744000 | #Constraints:     127716
1749.59/1754.12	c #Conflicts:    2745000 | #Constraints:     128716
1749.59/1754.12	c #Conflicts:    2746000 | #Constraints:     129716
1749.59/1754.12	c #Conflicts:    2747000 | #Constraints:     130716
1749.59/1754.12	c #Conflicts:    2748000 | #Constraints:     131716
1749.59/1754.12	c #Conflicts:    2749000 | #Constraints:     132716
1749.59/1754.12	c #Conflicts:    2750000 | #Constraints:     133716
1749.59/1754.12	c #Conflicts:    2751000 | #Constraints:     134716
1749.59/1754.12	c #Conflicts:    2752000 | #Constraints:     135716
1749.59/1754.12	c #Conflicts:    2753000 | #Constraints:     136716
1749.59/1754.12	c #Conflicts:    2754000 | #Constraints:     137717
1749.59/1754.12	WSVECS04 Frhs2[32]: 6 0 12.9563 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[97]: 6 0 0.388687 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[120]: 6 -19.6474 0 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[141]: 6 0 0.388724 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[143]: 6 0 0.445364 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[159]: 6 0 0.44539 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[202]: 6 -2.21882 0 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[206]: 6 0 4.16991 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[335]: 6 0 0.0566518 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[351]: 6 0 0.445342 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[372]: 6 0 0.133922 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[397]: 6 0 0.38873 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[400]: 6 0 16.6564 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[410]: 6 0 0.388707 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[416]: 6 0 16.6565 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[421]: 6 -4.00002 0 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[428]: 6 -6.11848 0 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[432]: 6 0 8.67183 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[475]: 6 0 1.08882 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[483]: 6 0 1.9447 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[484]: 6 0 0.611422 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[486]: 6 0 7.64485 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[499]: 6 0 4.67189 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[502]: 6 0 2.3836 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[522]: 6 -3.4981 0 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[526]: 6 0 8.20338 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[538]: 6 0 0.254861 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[541]: 6 0 0.254845 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[544]: 6 0 16.5226 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[546]: 6 0 0.537983 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[549]: 6 -8.43893 0 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[560]: 6 0 14.6564 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[566]: 6 0 5.98463 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[574]: 6 0 4.42216 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[649]: 6 0 7.7221 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[666]: 6 0 0.388774 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[668]: 6 -2.93443 0 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[672]: 6 0 16.6565 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[718]: 6 0 8.20343 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[720]: 6 0 16.6565 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[741]: 6 -11.401 0 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[742]: 6 0 3.97817 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[750]: 6 -3.00002 0 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[777]: 6 0 6.1674 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[779]: 6 0 0.445329 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[782]: 6 0 8.64867 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[793]: 6 0 9.74521 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[794]: 6 0 4.41191 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[801]: 6 0 9.76906 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[803]: 6 0 4.71371 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[816]: 6 0 14.6564 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[819]: 6 0 2.28835 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[823]: 6 -6.25234 0 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[841]: 6 0 5.72209 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[843]: 6 -2.00009 0 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[880]: 6 0 14.6564 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[886]: 6 0 5.98464 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[1113]: 6 -1.00009 0 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[1114]: 6 0 0.700201 shouldn't be
1749.59/1754.12	WSVECS04 Frhs2[1224]: 6 -2.00008 0 shouldn't be
1769.42/1774.05	c #Conflicts:    2755000 | #Constraints:     138717
1769.42/1774.05	c #Conflicts:    2756000 | #Constraints:     139717
1769.42/1774.05	c #Conflicts:    2757000 | #Constraints:     140717
1769.42/1774.05	c #Conflicts:    2758000 | #Constraints:     141717
1769.42/1774.05	c #Conflicts:    2759000 | #Constraints:     142717
1769.42/1774.05	c #Conflicts:    2760000 | #Constraints:     143717
1769.42/1774.05	c #Conflicts:    2761000 | #Constraints:     144717
1769.42/1774.05	c #Conflicts:    2762000 | #Constraints:     145717
1769.42/1774.05	c #Conflicts:    2763000 | #Constraints:     146717
1769.42/1774.05	c #Conflicts:    2764000 | #Constraints:     147717
1769.42/1774.05	c #Conflicts:    2765000 | #Constraints:     148717
1769.42/1774.05	c #Conflicts:    2766000 | #Constraints:     149717
1769.42/1774.05	c #Conflicts:    2767000 | #Constraints:     150717
1769.42/1774.05	c #Conflicts:    2768000 | #Constraints:     151717
1769.42/1774.05	c #Conflicts:    2769000 | #Constraints:     152717
1769.42/1774.05	c #Conflicts:    2770000 | #Constraints:     153717
1769.42/1774.05	c #Conflicts:    2771000 | #Constraints:     154717
1769.42/1774.05	c #Conflicts:    2772000 | #Constraints:     155717
1769.42/1774.05	c #Conflicts:    2773000 | #Constraints:     156717
1769.42/1774.05	c #Conflicts:    2774000 | #Constraints:     157717
1769.42/1774.05	c #Conflicts:    2775000 | #Constraints:     158717
1769.42/1774.05	c #Conflicts:    2776000 | #Constraints:     159717
1769.42/1774.05	c #Conflicts:    2777000 | #Constraints:     160717
1769.42/1774.05	c #Conflicts:    2778000 | #Constraints:     161717
1769.42/1774.05	c #Conflicts:    2779000 | #Constraints:     162717
1769.42/1774.05	WSVECS04 Frhs2[1]: 6 -0.500056 0 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[27]: 6 0 2.00009 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[31]: 6 0 3.00004 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[42]: 6 0 4.00006 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[43]: 6 0 8.00004 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[70]: 6 0 0.500012 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[74]: 6 -4.00006 0 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[79]: 6 0 2.00005 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[91]: 6 0 2.00004 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[107]: 6 0 8.00006 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[159]: 6 0 3.00003 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[167]: 6 0 1.00007 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[170]: 6 0 4.00006 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[171]: 6 0 6.00009 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[191]: 6 -6.00002 0 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[203]: 6 -12.0001 0 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[205]: 6 0 2.0001 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[207]: 6 0 3.00005 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[217]: 6 0 3.00003 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[220]: 6 -10 0 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[257]: 6 -1.00003 0 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[283]: 6 0 2.00006 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[287]: 6 0 3.00009 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[288]: 6 0 2.00009 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[299]: 6 0 6.00005 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[330]: 6 -6.00002 0 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[345]: 6 0 3.00003 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[348]: 6 -10.0001 0 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[354]: 6 0 2.00005 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[362]: 6 0 4.00007 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[418]: 6 0 2.00001 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[426]: 6 0 4.00007 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[449]: 6 0 8.00008 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[467]: 6 -1.00005 0 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[604]: 6 -2.00001 0 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[653]: 6 0 4.00002 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[667]: 6 0 2.0001 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[677]: 6 -2.00003 0 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[682]: 6 0 4.00006 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[683]: 6 0 8.0001 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[686]: 6 -2.00003 0 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[702]: 6 0 6.00007 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[735]: 6 0 3.00007 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[750]: 6 -10 0 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[848]: 6 -10.0001 0 shouldn't be
1769.42/1774.05	WSVECS04 Frhs2[1330]: 6 -1.00005 0 shouldn't be
1769.82/1774.41	WSVECS04 Frhs2[98]: 6 0 2.00004 shouldn't be
1769.82/1774.41	WSVECS04 Frhs2[335]: 6 0 1.00009 shouldn't be
1789.66/1794.33	c #Conflicts:    2780000 | #Constraints:     163717
1789.66/1794.33	c #Conflicts:    2781000 | #Constraints:     164717
1789.66/1794.33	c #Conflicts:    2782000 | #Constraints:     165717
1789.66/1794.33	c #Conflicts:    2783000 | #Constraints:     166717
1789.66/1794.33	c #Conflicts:    2784000 | #Constraints:     167717
1789.66/1794.33	c #Conflicts:    2785000 | #Constraints:     168717
1789.66/1794.33	c #Conflicts:    2786000 | #Constraints:     169718
1789.66/1794.33	c #Conflicts:    2787000 | #Constraints:     170718
1789.66/1794.33	c #Conflicts:    2788000 | #Constraints:     171718
1789.66/1794.33	c #Conflicts:    2789000 | #Constraints:     172718
1789.66/1794.33	c #Conflicts:    2790000 | #Constraints:     173718
1789.66/1794.33	c #Conflicts:    2791000 | #Constraints:     174718
1789.66/1794.33	c #Conflicts:    2792000 | #Constraints:     175718
1789.66/1794.33	c #Conflicts:    2793000 | #Constraints:     176718
1789.66/1794.33	c #Conflicts:    2794000 | #Constraints:     177718
1789.66/1794.33	c #Conflicts:    2795000 | #Constraints:     178718
1789.66/1794.33	c #Conflicts:    2796000 | #Constraints:     179718
1789.66/1794.33	c #Conflicts:    2797000 | #Constraints:     180718
1789.66/1794.33	c #Conflicts:    2798000 | #Constraints:     181718
1789.66/1794.33	c #Conflicts:    2799000 | #Constraints:     182718
1789.66/1794.33	c INPROCESSING
1789.66/1794.33	c GARBAGE COLLECT
1789.66/1794.33	c rational objective 128
1792.15/1796.81	c #Conflicts:    2800000 | #Constraints:     101077
1792.15/1796.81	c #Conflicts:    2801000 | #Constraints:     102078
1792.15/1796.81	c #Conflicts:    2802000 | #Constraints:     103078
1792.15/1796.81	WSVECS04 Frhs2[9]: 6 0 3.47883 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[16]: 6 0 4.95757 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[74]: 6 0 6.00007 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[129]: 6 -3.5601 0 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[134]: 6 0 1.20155 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[137]: 6 -6.79861 0 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[143]: 6 0 3.47876 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[172]: 6 0 0.530566 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[186]: 6 0 2.00005 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[190]: 6 0 2.79857 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[212]: 6 0 1.00002 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[221]: 6 0 1.74686 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[236]: 6 0 0.530538 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[263]: 6 0 1.04258 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[266]: 6 -1.79854 0 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[272]: 6 0 1.47881 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[276]: 6 0 1.00004 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[325]: 6 0 2.52129 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[327]: 6 0 1.04255 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[334]: 6 0 0.319868 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[335]: 6 0 3.7986 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[343]: 6 0 8.00009 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[350]: 6 0 2.00009 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[364]: 6 0 0.53056 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[366]: 6 -1.32906 0 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[374]: 6 -2.21497 0 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[387]: 6 -2.52127 0 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[438]: 6 0 1.08928 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[443]: 6 0 17.7228 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[449]: 6 -0.889184 0 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[453]: 6 0 2.5213 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[461]: 6 0 1.8818 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[481]: 6 -6.00004 0 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[588]: 6 -0.403026 0 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[600]: 6 -2.00005 0 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[604]: 6 -2.25325 0 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[640]: 6 -1.44553 0 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[653]: 6 0 1.88176 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[661]: 6 0 1.0001 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[674]: 6 0 4.81519 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[724]: 6 0 0.632195 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[725]: 6 0 1.00008 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[769]: 6 -4.98345 0 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[779]: 6 0 1.20155 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[781]: 6 0 1.88174 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[785]: 6 -3.00006 0 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[788]: 6 0 1.00002 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[789]: 6 0 1.00008 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[797]: 6 0 1.74684 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[802]: 6 0 3.67286 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[825]: 6 0 0.521291 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[827]: 6 0 18.5213 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[911]: 6 -0.521311 0 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[1003]: 6 0 1.79861 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[1040]: 6 0 1.00007 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[1057]: 6 0 2.00004 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[1065]: 6 0 2.00006 shouldn't be
1792.15/1796.81	WSVECS04 Frhs2[1127]: 6 -1.00006 0 shouldn't be
1792.36/1797.02	WSVECS04 Frhs2[75]: 6 0 8.2015 shouldn't be
1792.36/1797.02	WSVECS04 Frhs2[185]: 6 0 2.52128 shouldn't be
1792.36/1797.02	WSVECS04 Frhs2[206]: 6 0 0.916917 shouldn't be
1792.36/1797.02	WSVECS04 Frhs2[913]: 6 0 1.47882 shouldn't be
1792.36/1797.02	WSVECS04 Frhs2[962]: 6 -2.00004 0 shouldn't be
1792.36/1797.02	WSVECS04 Frhs2[1002]: 6 0 0.798588 shouldn't be
1792.36/1797.02	WSVECS04 Frhs2[1016]: 6 0 1.00003 shouldn't be
1792.36/1797.02	WSVECS04 Frhs2[1017]: 6 -1.00008 0 shouldn't be
1792.36/1797.02	WSVECS04 Frhs2[1027]: 6 -3.00002 0 shouldn't be
1792.36/1797.02	WSVECS04 Frhs2[1080]: 6 0 2.00005 shouldn't be
1792.36/1797.02	WSVECS04 Frhs2[1120]: 6 0 2.00002 shouldn't be
1792.36/1797.02	WSVECS04 Frhs2[1128]: 6 0 2.00008 shouldn't be
1792.36/1797.02	WSVECS04 Frhs2[1202]: 6 -2.0001 0 shouldn't be
1792.36/1797.02	WSVECS04 Frhs2[1215]: 6 -2.00004 0 shouldn't be
1799.44/1804.11	c #Conflicts:    2803000 | #Constraints:     104078
1799.44/1804.11	c #Conflicts:    2804000 | #Constraints:     105078
1799.44/1804.11	c #Conflicts:    2805000 | #Constraints:     106078
1799.44/1804.11	c #Conflicts:    2806000 | #Constraints:     107078
1799.44/1804.11	c #Conflicts:    2807000 | #Constraints:     108078
1799.44/1804.11	c #Conflicts:    2808000 | #Constraints:     109078
1799.44/1804.11	c #Conflicts:    2809000 | #Constraints:     110078
1799.44/1804.11	c #Conflicts:    2810000 | #Constraints:     111079
1799.44/1804.11	c #Conflicts:    2811000 | #Constraints:     112079
1799.44/1804.11	c #Conflicts:    2812000 | #Constraints:     113079
1799.44/1804.11	WSVECS04 Frhs2[10]: 6 0 2.00004 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[12]: 6 0 2.00004 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[18]: 6 0 9.00002 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[74]: 6 0 9.00007 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[94]: 6 0 0.500065 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[202]: 6 -1.00004 0 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[330]: 6 0 8.00006 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[373]: 6 0 6.00009 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[394]: 6 0 8.00002 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[412]: 6 -1.00001 0 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[413]: 6 0 1.00007 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[414]: 6 0 0.50002 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[420]: 6 -0.666753 0 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[438]: 6 0 2.00008 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[503]: 6 -5.00006 0 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[523]: 6 0 2.00008 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[526]: 6 0 2.0001 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[530]: 6 0 9.00003 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[554]: 6 0 12 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[586]: 6 0 15 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[615]: 6 0 0.666682 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[628]: 6 0 3.00002 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[629]: 6 -3.0001 0 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[719]: 6 0 1.00005 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[754]: 6 -3.00007 0 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[778]: 6 -2.00006 0 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[828]: 6 0 2.00006 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[852]: 6 0 1.00006 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[884]: 6 0 2.0001 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[887]: 6 -4.00004 0 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[988]: 6 -3.50004 0 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[999]: 6 0 1.00005 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[1060]: 6 -2.00008 0 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[1129]: 6 0 1.00003 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[1131]: 6 -1.66671 0 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[1136]: 6 0 4.00001 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[1200]: 6 0 1.50004 shouldn't be
1799.44/1804.11	WSVECS04 Frhs2[1297]: 6 0 1.00004 shouldn't be
1801.63/1806.37	c #Conflicts:    2813000 | #Constraints:     114079
1801.63/1806.37	c #Conflicts:    2814000 | #Constraints:     115079
1801.63/1806.37	WSVECS04 Frhs2[1]: 6 0 0.18713 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[7]: 6 0 0.187124 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[11]: 6 0 1.74068 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[35]: 6 0 1.32923 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[55]: 6 0 2.78812 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[73]: 6 0 8.57864 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[77]: 6 0 2.5786 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[101]: 6 -3.32919 0 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[113]: 6 -7.57614 0 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[125]: 6 -4.12975 0 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[126]: 6 0 4.99885 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[139]: 6 0 2.38406 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[146]: 6 0 0.812996 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[153]: 6 0 0.743213 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[175]: 6 -10.0001 0 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[176]: 6 0 2.74695 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[183]: 6 -1.47134 0 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[190]: 6 0 2.25945 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[193]: 6 -3.00007 0 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[203]: 6 0 2.38412 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[210]: 6 0 3.48382 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[224]: 6 0 10.2594 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[240]: 6 0 2.74694 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[266]: 6 -0.578582 0 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[279]: 6 -12.0001 0 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[297]: 6 0 4.00008 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[298]: 6 0 4.91527 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[311]: 6 -1.21199 0 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[326]: 6 0 3.00004 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[338]: 6 0 2.67084 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[343]: 6 0 2.67086 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[361]: 6 0 4.00005 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[362]: 6 0 4.91523 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[393]: 6 0 6.54116 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[400]: 6 0 0.653395 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[416]: 6 0 6.25944 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[435]: 6 0 2.00004 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[458]: 6 -4.83045 0 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[481]: 6 -10.5811 0 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[567]: 6 -4.8654 0 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[589]: 6 0 3.10981 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[618]: 6 0 4.91529 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[650]: 6 -2.53123 0 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[652]: 6 0 0.643483 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[654]: 6 0 2.51378 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[670]: 6 0 1.25693 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[688]: 6 0 2.74694 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[698]: 6 -15.6422 0 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[729]: 6 0 0.743212 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[740]: 6 0 0.411521 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[746]: 6 0 4.91525 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[888]: 6 0 0.346682 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[889]: 6 -8.64219 0 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[1121]: 6 0 1.3292 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[1303]: 6 0 1.00008 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[1304]: 6 0 4.00001 shouldn't be
1801.63/1806.37	WSVECS04 Frhs2[1328]: 6 0 2.00008 shouldn't be
1807.81/1812.54	c #Conflicts:    2815000 | #Constraints:     116079
1807.81/1812.54	c #Conflicts:    2816000 | #Constraints:     117079
1807.81/1812.54	c #Conflicts:    2817000 | #Constraints:     118079
1807.81/1812.54	c #Conflicts:    2818000 | #Constraints:     119079
1807.81/1812.54	c #Conflicts:    2819000 | #Constraints:     120079
1807.81/1812.54	c #Conflicts:    2820000 | #Constraints:     121080
1807.81/1812.54	c #Conflicts:    2821000 | #Constraints:     122080
1807.81/1812.54	WSVECS04 Frhs2[8]: 6 -2.00008 0 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[64]: 6 -3.00009 0 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[80]: 6 0 1.71432 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[101]: 6 -0.114338 0 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[102]: 6 0 6.08575 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[125]: 6 -17.4572 0 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[155]: 6 0 2.4572 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[168]: 6 0 1.88576 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[214]: 6 -7.88579 0 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[254]: 6 0 10 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[266]: 6 -1.82859 0 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[271]: 6 0 4.74288 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[272]: 6 0 1.71434 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[308]: 6 0 4.00001 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[312]: 6 0 3.00003 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[334]: 6 0 2.05723 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[335]: 6 0 3.02859 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[346]: 6 0 2.34287 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[348]: 6 -2.00003 0 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[382]: 6 0 13 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[396]: 6 0 2.45717 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[405]: 6 0 2.00004 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[408]: 6 0 1.77145 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[417]: 6 0 5.11432 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[418]: 6 0 1.77152 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[424]: 6 0 1.88574 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[463]: 6 0 3.02866 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[552]: 6 0 1.88578 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[586]: 6 -5.37146 0 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[591]: 6 0 2.28574 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[602]: 6 0 1.88579 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[611]: 6 0 0.228609 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[632]: 6 0 3.00008 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[634]: 6 -4.00001 0 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[652]: 6 0 2.45723 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[655]: 6 0 4.7429 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[660]: 6 0 0.45723 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[720]: 6 0 1.71432 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[727]: 6 0 1.00008 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[767]: 6 0 1.00009 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[778]: 6 -0.742933 0 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[782]: 6 0 3.77149 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[784]: 6 0 1.71431 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[785]: 6 -13.6 0 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[806]: 6 0 6.08574 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[830]: 6 0 11 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[848]: 6 0 1.7143 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[853]: 6 0 0.228582 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[866]: 6 0 1.8858 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[867]: 6 0 0.228657 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[882]: 6 0 2.00003 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[888]: 6 0 3.00005 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[895]: 6 0 1.00006 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[1015]: 6 0 2.00008 shouldn't be
1807.81/1812.54	WSVECS04 Frhs2[1134]: 6 0 0.114346 shouldn't be
1816.69/1821.44	c #Conflicts:    2822000 | #Constraints:     123080
1816.69/1821.44	c #Conflicts:    2823000 | #Constraints:     124080
1816.69/1821.44	c #Conflicts:    2824000 | #Constraints:     125080
1816.69/1821.44	c #Conflicts:    2825000 | #Constraints:     126081
1816.69/1821.44	c #Conflicts:    2826000 | #Constraints:     127081
1816.69/1821.44	c #Conflicts:    2827000 | #Constraints:     128081
1816.69/1821.44	c #Conflicts:    2828000 | #Constraints:     129081
1816.69/1821.44	c #Conflicts:    2829000 | #Constraints:     130081
1816.69/1821.44	c #Conflicts:    2830000 | #Constraints:     131081
1816.69/1821.44	c bounds 148 >= 128 @ 1796.88
1826.36/1831.18	c #Conflicts:    2831000 | #Constraints:     132082
1826.36/1831.18	c #Conflicts:    2832000 | #Constraints:     133082
1826.36/1831.18	c #Conflicts:    2833000 | #Constraints:     134082
1826.36/1831.18	c #Conflicts:    2834000 | #Constraints:     135082
1826.36/1831.18	c #Conflicts:    2835000 | #Constraints:     136083
1826.36/1831.18	c #Conflicts:    2836000 | #Constraints:     137085
1826.36/1831.18	c #Conflicts:    2837000 | #Constraints:     138085
1826.36/1831.18	c #Conflicts:    2838000 | #Constraints:     139085
1826.36/1831.18	c INPROCESSING
1826.36/1831.18	c GARBAGE COLLECT
1826.36/1831.18	c rational objective 128
1827.06/1831.86	c #Conflicts:    2839000 | #Constraints:      79005
1827.06/1831.86	WSVECS04 Frhs2[539]: 6 -1.00007 0 shouldn't be
1827.06/1831.86	WSVECS04 Frhs2[925]: 6 -4.00007 0 shouldn't be
1827.06/1831.86	WSVECS04 Frhs2[1028]: 6 -4.00006 0 shouldn't be
1827.06/1831.86	WSVECS04 Frhs2[1060]: 6 -3.00004 0 shouldn't be
1827.06/1831.86	WSVECS04 Frhs2[1092]: 6 -4.00004 0 shouldn't be
1827.06/1831.86	WSVECS04 Frhs2[1127]: 6 -1.00001 0 shouldn't be
1827.06/1831.86	WSVECS04 Frhs2[1130]: 6 -2.00002 0 shouldn't be
1827.06/1831.86	WSVECS04 Frhs2[1136]: 6 -1.00002 0 shouldn't be
1827.06/1831.86	WSVECS04 Frhs2[1149]: 6 -4.00003 0 shouldn't be
1827.06/1831.86	WSVECS04 Frhs2[1188]: 6 -4.00002 0 shouldn't be
1827.06/1831.86	WSVECS04 Frhs2[1202]: 6 -2.00002 0 shouldn't be
1827.06/1831.86	WSVECS04 Frhs2[1248]: 6 0 2.00003 shouldn't be
1827.06/1831.86	WSVECS04 Frhs2[1252]: 6 -4.00005 0 shouldn't be
1827.06/1831.86	WSVECS04 Frhs2[1277]: 6 -4.00009 0 shouldn't be
1827.06/1831.86	WSVECS04 Frhs2[1314]: 6 -2.00003 0 shouldn't be
1827.06/1831.86	WSVECS04 Frhs2[1330]: 6 -2.00003 0 shouldn't be
1831.25/1836.05	c #Conflicts:    2840000 | #Constraints:      80005
1831.25/1836.05	c #Conflicts:    2841000 | #Constraints:      81005
1831.25/1836.05	c #Conflicts:    2842000 | #Constraints:      82005
1831.25/1836.05	c #Conflicts:    2843000 | #Constraints:      83006
1831.25/1836.05	c #Conflicts:    2844000 | #Constraints:      84006
1831.25/1836.05	c #Conflicts:    2845000 | #Constraints:      85006
1831.25/1836.05	WSVECS04 Frhs2[8]: 6 -0.593847 0 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[13]: 6 -5.25006 0 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[59]: 6 0 1.00006 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[75]: 6 0 5.00008 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[79]: 6 0 4.00004 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[80]: 6 0 3.25006 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[101]: 6 -0.25001 0 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[113]: 6 -1.25007 0 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[124]: 6 0 2.62509 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[125]: 6 -2.00002 0 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[137]: 6 -2.00005 0 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[143]: 6 0 2.00005 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[144]: 6 0 1.25008 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[150]: 6 0 5.00002 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[180]: 6 0 0.625045 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[202]: 6 -2.0001 0 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[213]: 6 0 1.00003 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[226]: 6 -1.75005 0 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[229]: 6 0 2.25006 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[242]: 6 0 0.916697 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[253]: 6 0 4.00009 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[257]: 6 0 0.5938 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[266]: 6 -6.50004 0 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[272]: 6 0 1.25005 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[275]: 6 -35 0 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[278]: 6 0 1.00002 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[292]: 6 0 1.3751 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[295]: 6 0 0.250014 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[308]: 6 0 0.625027 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[320]: 6 -3.00008 0 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[324]: 6 -1.40634 0 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[331]: 6 0 3.00003 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[343]: 6 0 5.00005 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[348]: 6 -2.6251 0 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[350]: 6 0 0.875055 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[378]: 6 0 3.00006 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[380]: 6 0 4.00003 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[387]: 6 -1.00003 0 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[402]: 6 0 2.00007 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[404]: 6 0 9.12508 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[425]: 6 0 0.625038 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[432]: 6 0 0.625029 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[445]: 6 0 2.00008 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[481]: 6 -8.00007 0 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[484]: 6 0 1.37507 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[487]: 6 0 0.250033 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[491]: 6 -15.2501 0 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[503]: 6 -5.12505 0 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[542]: 6 0 0.625036 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[572]: 6 0 4.00007 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[600]: 6 -6.00002 0 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[641]: 6 0 0.593818 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[688]: 6 -6.00008 0 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[689]: 6 0 1.6667 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[700]: 6 0 4.00005 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[704]: 6 -3.00006 0 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[705]: 6 -0.593826 0 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[720]: 6 0 1.25001 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[736]: 6 0 1.25003 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[743]: 6 0 0.250035 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[747]: 6 0 2.37501 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[750]: 6 0 2.37504 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[751]: 6 0 2.37509 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[760]: 6 0 0.750019 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[769]: 6 -0.812521 0 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[778]: 6 -0.750041 0 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[779]: 6 0 3.00001 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[782]: 6 0 1.25005 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[783]: 6 0 2.00007 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[784]: 6 0 1.25005 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[785]: 6 -1.00009 0 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[848]: 6 0 1.25009 shouldn't be
1831.25/1836.05	WSVECS04 Frhs2[852]: 6 0 7.12501 shouldn't be
1866.35/1871.29	c #Conflicts:    2846000 | #Constraints:      86007
1866.35/1871.29	c #Conflicts:    2847000 | #Constraints:      87007
1866.35/1871.29	c #Conflicts:    2848000 | #Constraints:      88007
1866.35/1871.29	c #Conflicts:    2849000 | #Constraints:      89008
1866.35/1871.29	c #Conflicts:    2850000 | #Constraints:      90008
1866.35/1871.29	c #Conflicts:    2851000 | #Constraints:      91009
1866.35/1871.29	c #Conflicts:    2852000 | #Constraints:      92011
1866.35/1871.29	c #Conflicts:    2853000 | #Constraints:      93011
1866.35/1871.29	c #Conflicts:    2854000 | #Constraints:      94011
1866.35/1871.29	c #Conflicts:    2855000 | #Constraints:      95011
1866.35/1871.29	c #Conflicts:    2856000 | #Constraints:      96011
1866.35/1871.29	c #Conflicts:    2857000 | #Constraints:      97012
1866.35/1871.29	c #Conflicts:    2858000 | #Constraints:      98012
1866.35/1871.29	c #Conflicts:    2859000 | #Constraints:      99012
1866.35/1871.29	c #Conflicts:    2860000 | #Constraints:     100012
1866.35/1871.29	c #Conflicts:    2861000 | #Constraints:     101012
1866.35/1871.29	c #Conflicts:    2862000 | #Constraints:     102013
1866.35/1871.29	c #Conflicts:    2863000 | #Constraints:     103015
1866.35/1871.29	c #Conflicts:    2864000 | #Constraints:     104015
1866.35/1871.29	c #Conflicts:    2865000 | #Constraints:     105016
1866.35/1871.29	c #Conflicts:    2866000 | #Constraints:     106016
1866.35/1871.29	c #Conflicts:    2867000 | #Constraints:     107017
1866.35/1871.29	c #Conflicts:    2868000 | #Constraints:     108017
1866.35/1871.29	c #Conflicts:    2869000 | #Constraints:     109017
1866.35/1871.29	c #Conflicts:    2870000 | #Constraints:     110017
1866.35/1871.29	c #Conflicts:    2871000 | #Constraints:     111020
1866.35/1871.29	c #Conflicts:    2872000 | #Constraints:     112021
1866.35/1871.29	c #Conflicts:    2873000 | #Constraints:     113021
1866.35/1871.29	c #Conflicts:    2874000 | #Constraints:     114022
1866.35/1871.29	c #Conflicts:    2875000 | #Constraints:     115024
1866.35/1871.29	c #Conflicts:    2876000 | #Constraints:     116025
1866.35/1871.29	c #Conflicts:    2877000 | #Constraints:     117025
1866.35/1871.29	c #Conflicts:    2878000 | #Constraints:     118025
1866.35/1871.29	c INPROCESSING
1866.35/1871.29	c GARBAGE COLLECT
1866.35/1871.29	c rational objective 128
1890.99/1895.93	c #Conflicts:    2879000 | #Constraints:      68630
1890.99/1895.93	c #Conflicts:    2880000 | #Constraints:      69630
1890.99/1895.93	c #Conflicts:    2881000 | #Constraints:      70630
1890.99/1895.93	c #Conflicts:    2882000 | #Constraints:      71630
1890.99/1895.93	c #Conflicts:    2883000 | #Constraints:      72630
1890.99/1895.93	c #Conflicts:    2884000 | #Constraints:      73630
1890.99/1895.93	c #Conflicts:    2885000 | #Constraints:      74630
1890.99/1895.93	c #Conflicts:    2886000 | #Constraints:      75630
1890.99/1895.93	c #Conflicts:    2887000 | #Constraints:      76630
1890.99/1895.93	c #Conflicts:    2888000 | #Constraints:      77630
1890.99/1895.93	c #Conflicts:    2889000 | #Constraints:      78630
1890.99/1895.93	c #Conflicts:    2890000 | #Constraints:      79630
1890.99/1895.93	c #Conflicts:    2891000 | #Constraints:      80630
1890.99/1895.93	c #Conflicts:    2892000 | #Constraints:      81630
1890.99/1895.93	c #Conflicts:    2893000 | #Constraints:      82630
1890.99/1895.93	c #Conflicts:    2894000 | #Constraints:      83630
1890.99/1895.93	c #Conflicts:    2895000 | #Constraints:      84630
1890.99/1895.93	c #Conflicts:    2896000 | #Constraints:      85630
1890.99/1895.93	c #Conflicts:    2897000 | #Constraints:      86630
1890.99/1895.93	c #Conflicts:    2898000 | #Constraints:      87630
1890.99/1895.93	c #Conflicts:    2899000 | #Constraints:      88630
1890.99/1895.93	c #Conflicts:    2900000 | #Constraints:      89630
1890.99/1895.93	c #Conflicts:    2901000 | #Constraints:      90630
1890.99/1895.93	c #Conflicts:    2902000 | #Constraints:      91630
1890.99/1895.93	c #Conflicts:    2903000 | #Constraints:      92630
1890.99/1895.93	c #Conflicts:    2904000 | #Constraints:      93630
1890.99/1895.93	c #Conflicts:    2905000 | #Constraints:      94630
1890.99/1895.93	c #Conflicts:    2906000 | #Constraints:      95630
1890.99/1895.93	c #Conflicts:    2907000 | #Constraints:      96630
1890.99/1895.93	c #Conflicts:    2908000 | #Constraints:      97630
1890.99/1895.93	c #Conflicts:    2909000 | #Constraints:      98630
1890.99/1895.93	c #Conflicts:    2910000 | #Constraints:      99630
1890.99/1895.93	c #Conflicts:    2911000 | #Constraints:     100630
1890.99/1895.93	c #Conflicts:    2912000 | #Constraints:     101630
1890.99/1895.93	c #Conflicts:    2913000 | #Constraints:     102630
1890.99/1895.93	c #Conflicts:    2914000 | #Constraints:     103630
1890.99/1895.93	c #Conflicts:    2915000 | #Constraints:     104630
1890.99/1895.93	c #Conflicts:    2916000 | #Constraints:     105630
1890.99/1895.93	c #Conflicts:    2917000 | #Constraints:     106630
1890.99/1895.93	c #Conflicts:    2918000 | #Constraints:     107630
1890.99/1895.93	c INPROCESSING
1890.99/1895.93	c GARBAGE COLLECT
1890.99/1895.93	c rational objective 128
1913.15/1918.17	c #Conflicts:    2919000 | #Constraints:      63465
1913.15/1918.17	c #Conflicts:    2920000 | #Constraints:      64465
1913.15/1918.17	c #Conflicts:    2921000 | #Constraints:      65465
1913.15/1918.17	c #Conflicts:    2922000 | #Constraints:      66465
1913.15/1918.17	c #Conflicts:    2923000 | #Constraints:      67465
1913.15/1918.17	c #Conflicts:    2924000 | #Constraints:      68465
1913.15/1918.17	c #Conflicts:    2925000 | #Constraints:      69465
1913.15/1918.17	c #Conflicts:    2926000 | #Constraints:      70465
1913.15/1918.17	c #Conflicts:    2927000 | #Constraints:      71465
1913.15/1918.17	c #Conflicts:    2928000 | #Constraints:      72465
1913.15/1918.17	c #Conflicts:    2929000 | #Constraints:      73465
1913.15/1918.17	c #Conflicts:    2930000 | #Constraints:      74465
1913.15/1918.17	c #Conflicts:    2931000 | #Constraints:      75465
1913.15/1918.17	c #Conflicts:    2932000 | #Constraints:      76466
1913.15/1918.17	c #Conflicts:    2933000 | #Constraints:      77466
1913.15/1918.17	c #Conflicts:    2934000 | #Constraints:      78466
1913.15/1918.17	c #Conflicts:    2935000 | #Constraints:      79466
1913.15/1918.17	c #Conflicts:    2936000 | #Constraints:      80467
1913.15/1918.17	c #Conflicts:    2937000 | #Constraints:      81467
1913.15/1918.17	c #Conflicts:    2938000 | #Constraints:      82467
1913.15/1918.17	c #Conflicts:    2939000 | #Constraints:      83467
1913.15/1918.17	c #Conflicts:    2940000 | #Constraints:      84467
1913.15/1918.17	c #Conflicts:    2941000 | #Constraints:      85467
1913.15/1918.17	c #Conflicts:    2942000 | #Constraints:      86467
1913.15/1918.17	c #Conflicts:    2943000 | #Constraints:      87467
1913.15/1918.17	c #Conflicts:    2944000 | #Constraints:      88467
1913.15/1918.17	c #Conflicts:    2945000 | #Constraints:      89467
1913.15/1918.17	c #Conflicts:    2946000 | #Constraints:      90467
1913.15/1918.17	c #Conflicts:    2947000 | #Constraints:      91467
1913.15/1918.17	c #Conflicts:    2948000 | #Constraints:      92467
1913.15/1918.17	c #Conflicts:    2949000 | #Constraints:      93467
1913.15/1918.17	c #Conflicts:    2950000 | #Constraints:      94467
1913.15/1918.17	c #Conflicts:    2951000 | #Constraints:      95467
1913.15/1918.17	c #Conflicts:    2952000 | #Constraints:      96467
1913.15/1918.17	c #Conflicts:    2953000 | #Constraints:      97467
1913.15/1918.17	c #Conflicts:    2954000 | #Constraints:      98467
1913.15/1918.17	WSVECS04 Frhs2[14]: 6 0 8.50004 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[15]: 6 0 3.50006 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[78]: 6 0 8.50008 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[79]: 6 0 3.50007 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[101]: 6 -28.6668 0 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[109]: 6 -5.33341 0 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[114]: 6 0 5.00007 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[117]: 6 0 3.50009 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[119]: 6 -3.00004 0 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[120]: 6 0 19.5001 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[142]: 6 0 12.5001 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[166]: 6 0 23.6667 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[193]: 6 -12.8334 0 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[208]: 6 0 0.50003 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[229]: 6 -1.83337 0 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[265]: 6 0 4.00007 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[310]: 6 0 15.3334 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[312]: 6 0 19.5001 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[325]: 6 0 1.83339 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[327]: 6 0 5.00003 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[357]: 6 -0.166729 0 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[359]: 6 0 0.833411 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[373]: 6 0 3.50003 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[375]: 6 -6.00009 0 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[385]: 6 -4.33334 0 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[387]: 6 0 9.58338 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[391]: 6 0 5.00003 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[393]: 6 -1.0001 0 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[394]: 6 0 2.33341 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[397]: 6 0 2.00009 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[398]: 6 0 13.3334 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[432]: 6 -10.1667 0 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[440]: 6 0 0.166757 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[488]: 6 0 10.1667 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[507]: 6 -15.4167 0 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[552]: 6 0 10.1667 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[562]: 6 0 4.33341 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[583]: 6 0 5.00001 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[591]: 6 -1.33342 0 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[622]: 6 0 2.00009 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[623]: 6 0 2.00004 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[650]: 6 -3.50001 0 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[653]: 6 0 2.00002 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[685]: 6 0 1.83337 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[690]: 6 0 5.00002 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[739]: 6 0 5.00002 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[742]: 6 0 22 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[744]: 6 0 7.83335 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[759]: 6 -24.0001 0 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[806]: 6 0 22.5001 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[808]: 6 0 8.33335 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[874]: 6 0 1.33337 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[1002]: 6 0 1.00007 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[1177]: 6 -1.00008 0 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[1329]: 6 0 1.00003 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[1336]: 6 -1.00003 0 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[1338]: 6 -1.00003 0 shouldn't be
1913.15/1918.17	WSVECS04 Frhs2[1344]: 6 -1.00008 0 shouldn't be
1913.44/1918.48	WSVECS04 Frhs2[226]: 6 0 2.33338 shouldn't be
1913.44/1918.48	WSVECS04 Frhs2[497]: 6 0 2.33342 shouldn't be
1913.44/1918.48	WSVECS04 Frhs2[755]: 6 0 1.41674 shouldn't be
1913.44/1918.48	WSVECS04 Frhs2[959]: 6 0 1.00009 shouldn't be
1913.44/1918.48	WSVECS04 Frhs2[1001]: 6 0 1.00009 shouldn't be
1913.44/1918.48	WSVECS04 Frhs2[1195]: 6 -3.00001 0 shouldn't be
1913.44/1918.48	WSVECS04 Frhs2[1231]: 6 -2.00004 0 shouldn't be
1913.44/1918.48	WSVECS04 Frhs2[1321]: 6 0 1.00005 shouldn't be
1913.73/1918.78	WSVECS04 Frhs2[232]: 6 0 10.1667 shouldn't be
1913.73/1918.78	WSVECS04 Frhs2[389]: 6 0 1.83343 shouldn't be
1913.73/1918.78	WSVECS04 Frhs2[392]: 6 0 2.50002 shouldn't be
1913.73/1918.78	WSVECS04 Frhs2[417]: 6 0 2.33343 shouldn't be
1913.73/1918.78	WSVECS04 Frhs2[456]: 6 0 11.1667 shouldn't be
1913.73/1918.78	WSVECS04 Frhs2[674]: 6 0 0.333422 shouldn't be
1913.73/1918.78	WSVECS04 Frhs2[776]: 6 0 12.1667 shouldn't be
1913.73/1918.78	WSVECS04 Frhs2[1216]: 6 0 1.00008 shouldn't be
1914.04/1919.07	WSVECS04 Frhs2[372]: 6 0 12.0001 shouldn't be
1914.04/1919.07	WSVECS04 Frhs2[525]: 6 0 2.00009 shouldn't be
1914.04/1919.07	WSVECS04 Frhs2[625]: 6 0 0.83337 shouldn't be
1914.04/1919.07	WSVECS04 Frhs2[711]: 6 0 5.00008 shouldn't be
1914.04/1919.07	WSVECS04 Frhs2[772]: 6 0 0.500061 shouldn't be
1914.04/1919.07	WSVECS04 Frhs2[996]: 6 -3.00008 0 shouldn't be
1914.04/1919.07	WSVECS04 Frhs2[1320]: 6 0 1.00004 shouldn't be
1914.44/1919.40	WSVECS04 Frhs2[38]: 6 0 24.3334 shouldn't be
1914.44/1919.40	WSVECS04 Frhs2[118]: 6 0 32.6668 shouldn't be
1914.44/1919.40	WSVECS04 Frhs2[358]: 6 0 24.3334 shouldn't be
1914.44/1919.40	WSVECS04 Frhs2[374]: 6 0 32.6667 shouldn't be
1914.44/1919.40	WSVECS04 Frhs2[422]: 6 0 24.3334 shouldn't be
1914.44/1919.40	WSVECS04 Frhs2[430]: 6 0 23.5001 shouldn't be
1914.44/1919.40	WSVECS04 Frhs2[499]: 6 0 2.00004 shouldn't be
1914.44/1919.40	WSVECS04 Frhs2[528]: 6 0 5.33342 shouldn't be
1914.44/1919.40	WSVECS04 Frhs2[590]: 6 0 13.3334 shouldn't be
1914.44/1919.40	WSVECS04 Frhs2[630]: 6 0 27.6667 shouldn't be
1914.44/1919.40	WSVECS04 Frhs2[654]: 6 0 13.3334 shouldn't be
1914.44/1919.40	WSVECS04 Frhs2[712]: 6 0 12.6667 shouldn't be
1914.44/1919.40	WSVECS04 Frhs2[718]: 6 0 13.3334 shouldn't be
1914.44/1919.40	WSVECS04 Frhs2[748]: 6 0 2.3334 shouldn't be
1914.44/1919.40	WSVECS04 Frhs2[782]: 6 0 12.3334 shouldn't be
1914.44/1919.40	WSVECS04 Frhs2[836]: 6 0 2.00004 shouldn't be
1914.44/1919.40	WSVECS04 Frhs2[838]: 6 0 12.75 shouldn't be
1914.44/1919.40	WSVECS04 Frhs2[1291]: 6 -5.00004 0 shouldn't be
1914.44/1919.40	WSVECS04 Frhs2[1325]: 6 0 1.00005 shouldn't be
1914.44/1919.40	WSVECS04 Frhs2[1339]: 6 0 1.0001 shouldn't be
1914.74/1919.75	WSVECS04 Frhs2[36]: 6 0 2.83338 shouldn't be
1914.74/1919.75	WSVECS04 Frhs2[272]: 6 0 9.33335 shouldn't be
1914.74/1919.75	WSVECS04 Frhs2[364]: 6 0 2.83339 shouldn't be
1914.74/1919.75	WSVECS04 Frhs2[687]: 6 0 7.16668 shouldn't be
1914.74/1919.75	WSVECS04 Frhs2[715]: 6 0 17.4167 shouldn't be
1914.74/1919.75	WSVECS04 Frhs2[758]: 6 0 13.1668 shouldn't be
1914.74/1919.75	WSVECS04 Frhs2[784]: 6 0 4.33342 shouldn't be
1914.74/1919.75	WSVECS04 Frhs2[824]: 6 0 15 shouldn't be
1914.74/1919.75	WSVECS04 Frhs2[876]: 6 0 8.1667 shouldn't be
1915.04/1920.03	WSVECS04 Frhs2[52]: 6 0 6.16675 shouldn't be
1915.04/1920.03	WSVECS04 Frhs2[225]: 6 0 2.33343 shouldn't be
1915.04/1920.03	WSVECS04 Frhs2[686]: 6 0 7.16668 shouldn't be
1915.04/1920.03	WSVECS04 Frhs2[694]: 6 0 32.6667 shouldn't be
1915.04/1920.03	WSVECS04 Frhs2[696]: 6 0 13.3334 shouldn't be
1915.04/1920.03	WSVECS04 Frhs2[707]: 6 0 16.9168 shouldn't be
1915.63/1920.61	WSVECS04 Frhs2[4]: 6 0 2.00002 shouldn't be
1915.63/1920.61	WSVECS04 Frhs2[353]: 6 0 2.33337 shouldn't be
1915.63/1920.61	WSVECS04 Frhs2[360]: 6 0 10.1667 shouldn't be
1915.63/1920.61	WSVECS04 Frhs2[369]: 6 0 5.83342 shouldn't be
1915.63/1920.61	WSVECS04 Frhs2[965]: 6 -4.00003 0 shouldn't be
1947.96/1953.10	c #Conflicts:    2955000 | #Constraints:      99467
1947.96/1953.10	c #Conflicts:    2956000 | #Constraints:     100467
1947.96/1953.10	c #Conflicts:    2957000 | #Constraints:     101467
1947.96/1953.10	c #Conflicts:    2958000 | #Constraints:     102467
1947.96/1953.10	c #Conflicts:    2959000 | #Constraints:     103467
1947.96/1953.10	c #Conflicts:    2960000 | #Constraints:     104467
1947.96/1953.10	c #Conflicts:    2961000 | #Constraints:     105467
1947.96/1953.10	c #Conflicts:    2962000 | #Constraints:     106467
1947.96/1953.10	c #Conflicts:    2963000 | #Constraints:     107467
1947.96/1953.10	c #Conflicts:    2964000 | #Constraints:     108467
1947.96/1953.10	c #Conflicts:    2965000 | #Constraints:     109467
1947.96/1953.10	c #Conflicts:    2966000 | #Constraints:     110467
1947.96/1953.10	c #Conflicts:    2967000 | #Constraints:     111467
1947.96/1953.10	c #Conflicts:    2968000 | #Constraints:     112467
1947.96/1953.10	c #Conflicts:    2969000 | #Constraints:     113467
1947.96/1953.10	c #Conflicts:    2970000 | #Constraints:     114467
1947.96/1953.10	c #Conflicts:    2971000 | #Constraints:     115467
1947.96/1953.10	c #Conflicts:    2972000 | #Constraints:     116467
1947.96/1953.10	c #Conflicts:    2973000 | #Constraints:     117467
1947.96/1953.10	c #Conflicts:    2974000 | #Constraints:     118467
1947.96/1953.10	c #Conflicts:    2975000 | #Constraints:     119467
1947.96/1953.10	c #Conflicts:    2976000 | #Constraints:     120467
1947.96/1953.10	c #Conflicts:    2977000 | #Constraints:     121467
1947.96/1953.10	c #Conflicts:    2978000 | #Constraints:     122467
1947.96/1953.10	c #Conflicts:    2979000 | #Constraints:     123467
1947.96/1953.10	c #Conflicts:    2980000 | #Constraints:     124467
1947.96/1953.10	c #Conflicts:    2981000 | #Constraints:     125467
1947.96/1953.10	c #Conflicts:    2982000 | #Constraints:     126467
1947.96/1953.10	c #Conflicts:    2983000 | #Constraints:     127467
1947.96/1953.10	c #Conflicts:    2984000 | #Constraints:     128467
1947.96/1953.10	c #Conflicts:    2985000 | #Constraints:     129467
1947.96/1953.10	c #Conflicts:    2986000 | #Constraints:     130467
1947.96/1953.10	c #Conflicts:    2987000 | #Constraints:     131467
1947.96/1953.10	c #Conflicts:    2988000 | #Constraints:     132467
1947.96/1953.10	c #Conflicts:    2989000 | #Constraints:     133467
1947.96/1953.10	c #Conflicts:    2990000 | #Constraints:     134467
1947.96/1953.10	c #Conflicts:    2991000 | #Constraints:     135467
1947.96/1953.10	c #Conflicts:    2992000 | #Constraints:     136467
1947.96/1953.10	c #Conflicts:    2993000 | #Constraints:     137467
1947.96/1953.10	c #Conflicts:    2994000 | #Constraints:     138467
1947.96/1953.10	c #Conflicts:    2995000 | #Constraints:     139468
1947.96/1953.10	c #Conflicts:    2996000 | #Constraints:     140468
1947.96/1953.10	c #Conflicts:    2997000 | #Constraints:     141468
1947.96/1953.10	c #Conflicts:    2998000 | #Constraints:     142469
1947.96/1953.10	WSVECS04 Frhs2[1]: 6 -15.7723 0 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[3]: 6 0 15.2722 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[23]: 6 0 3.76352 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[83]: 6 -0.427628 0 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[87]: 6 0 3.90221 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[116]: 6 0 43.2035 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[119]: 6 -2.26895 0 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[131]: 6 0 31.0445 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[136]: 6 0 15.7723 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[148]: 6 0 37.4114 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[152]: 6 0 0.0694149 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[194]: 6 -6.42507 0 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[212]: 6 0 37.3421 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[214]: 6 0 8.26661 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[215]: 6 0 3.90217 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[218]: 6 0 0.500078 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[220]: 6 -0.500053 0 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[244]: 6 0 43.2034 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[247]: 6 -3.80896 0 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[263]: 6 0 15.7723 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[264]: 6 0 15.7723 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[272]: 6 0 2.00008 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[279]: 6 0 7.75196 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[373]: 6 0 3.61333 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[470]: 6 0 8.26658 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[471]: 6 0 3.90218 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[519]: 6 0 15.2723 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[596]: 6 0 37.3421 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[628]: 6 0 43.2034 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[631]: 6 -3.00003 0 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[656]: 6 0 2.00004 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[666]: 6 0 0.500033 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[692]: 6 0 43.2035 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[707]: 6 0 15.2723 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[714]: 6 -6.00008 0 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[727]: 6 0 3.90217 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[728]: 6 -1.93071 0 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[757]: 6 0 3.61334 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[759]: 6 -3.00008 0 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[770]: 6 0 13.3855 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[775]: 6 0 12.659 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[784]: 6 0 1.2736 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[787]: 6 0 4.31744 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[819]: 6 0 1.57788 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[835]: 6 0 31.0445 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[839]: 6 0 15.7722 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[840]: 6 0 15.7723 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[925]: 6 -3.00004 0 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[963]: 6 -3.00006 0 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[982]: 6 -3.00006 0 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[1003]: 6 -2.00004 0 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[1029]: 6 -2.00003 0 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[1057]: 6 0 0.0693597 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[1067]: 6 -1.00009 0 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[1080]: 6 -1.00009 0 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[1106]: 6 0 2.00008 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[1115]: 6 0 1.00007 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[1240]: 6 0 1.00005 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[1282]: 6 0 1.00007 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[1289]: 6 0 1.0001 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[1296]: 6 -1.00001 0 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[1304]: 6 0 1.00006 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[1323]: 6 -1.00008 0 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[1336]: 6 -1.00004 0 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[1340]: 6 -3.00005 0 shouldn't be
1947.96/1953.10	WSVECS04 Frhs2[1344]: 6 -1.00006 0 shouldn't be
1951.05/1956.11	c #Conflicts:    2999000 | #Constraints:     143469
1951.05/1956.11	c #Conflicts:    3000000 | #Constraints:     144469
1951.05/1956.11	c #Conflicts:    3001000 | #Constraints:     145469
1951.05/1956.11	WSVECS04 Frhs2[8]: 6 0 0.269935 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[25]: 6 0 2.45681 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[47]: 6 0 0.0994311 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[56]: 6 0 1.43432 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[66]: 6 0 0.480814 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[67]: 6 0 0.269934 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[68]: 6 0 0.269909 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[78]: 6 0 0.504831 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[92]: 6 -3.37672 0 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[113]: 6 0 0.229944 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[137]: 6 0 1.18574 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[139]: 6 0 0.229925 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[143]: 6 0 0.455793 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[154]: 6 0 4.06677 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[157]: 6 0 0.690071 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[158]: 6 0 0.690059 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[175]: 6 0 0.0994653 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[183]: 6 -39.6702 0 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[191]: 6 0 0.339261 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[201]: 6 0 1.18573 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[202]: 6 -1.31839 0 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[203]: 6 0 0.229953 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[205]: 6 0 35.7584 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[223]: 6 0 0.78944 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[238]: 6 -0.0994345 0 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[257]: 6 0 2.00009 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[260]: 6 0 2.78919 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[261]: 6 0 2.78912 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[265]: 6 0 1.69052 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[268]: 6 0 0.504808 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[269]: 6 0 36.2633 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[270]: 6 0 0.504828 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[273]: 6 0 0.0776409 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[276]: 6 0 0.822615 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[277]: 6 0 14.6321 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[313]: 6 0 0.931246 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[324]: 6 -12.2615 0 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[329]: 6 0 3.18573 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[332]: 6 0 2.00008 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[333]: 6 0 19.204 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[334]: 6 0 2.00003 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[336]: 6 0 1.59992 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[337]: 6 0 4.00005 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[346]: 6 0 0.69006 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[367]: 6 0 0.0994662 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[382]: 6 -7.09519 0 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[393]: 6 0 1.18569 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[396]: 6 -16.1047 0 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[407]: 6 0 0.0670149 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[433]: 6 0 0.795611 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[434]: 6 0 0.565714 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[436]: 6 0 3.43437 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[438]: 6 0 11.9475 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[439]: 6 -2.5658 0 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[440]: 6 0 0.565801 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[450]: 6 0 0.210926 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[453]: 6 -8.6578 0 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[457]: 6 0 4.72998 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[460]: 6 0 3.54426 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[462]: 6 0 3.5443 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[469]: 6 0 13.2285 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[495]: 6 0 0.0994674 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[508]: 6 -4.34197 0 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[515]: 6 0 1.78913 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[516]: 6 0 1.78912 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[529]: 6 0 0.157446 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[530]: 6 0 0.157507 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[559]: 6 0 0.0994349 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[585]: 6 0 1.18572 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[586]: 6 -3.4601 0 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[591]: 6 0 0.455797 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[643]: 6 0 0.269942 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[644]: 6 0 0.269905 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[645]: 6 0 0.269895 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[657]: 6 0 0.157459 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[658]: 6 0 0.157493 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[659]: 6 -3.0635 0 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[687]: 6 0 0.099469 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[689]: 6 0 0.229958 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[699]: 6 0 0.131593 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[702]: 6 0 0.131574 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[781]: 6 0 38.1585 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[815]: 6 0 0.032519 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[821]: 6 0 34.6127 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[834]: 6 0 1.37535 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[845]: 6 0 34.8236 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[846]: 6 -14.6636 0 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[848]: 6 0 4.35971 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[850]: 6 0 0.16807 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[852]: 6 0 0.913075 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[853]: 6 0 14.7226 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[854]: 6 0 11.1887 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[860]: 6 -1.48285 0 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[879]: 6 0 0.0994841 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[890]: 6 0 1.41318 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[892]: 6 0 1.54473 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[893]: 6 0 36.9161 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[918]: 6 -2.43435 0 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[929]: 6 0 0.565731 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[1089]: 6 -0.63247 0 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[1107]: 6 0 0.623379 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[1138]: 6 0 1.00008 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[1185]: 6 0 2.00005 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[1190]: 6 0 1.00003 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[1313]: 6 0 2.00009 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[1328]: 6 0 1.13307 shouldn't be
1951.05/1956.11	WSVECS04 Frhs2[1341]: 6 -4.00002 0 shouldn't be
1951.54/1956.65	WSVECS04 Frhs2[73]: 6 0 1.69047 shouldn't be
1951.54/1956.65	WSVECS04 Frhs2[207]: 6 0 0.455852 shouldn't be
1951.54/1956.65	WSVECS04 Frhs2[1184]: 6 0 1.00003 shouldn't be
1951.54/1956.65	WSVECS04 Frhs2[1321]: 6 0 0.0379724 shouldn't be
1992.05/1997.25	c #Conflicts:    3002000 | #Constraints:     146469
1992.05/1997.25	c #Conflicts:    3003000 | #Constraints:     147469
1992.05/1997.25	c #Conflicts:    3004000 | #Constraints:     148469
1992.05/1997.25	c #Conflicts:    3005000 | #Constraints:     149469
1992.05/1997.25	c #Conflicts:    3006000 | #Constraints:     150469
1992.05/1997.25	c #Conflicts:    3007000 | #Constraints:     151469
1992.05/1997.25	c #Conflicts:    3008000 | #Constraints:     152469
1992.05/1997.25	c #Conflicts:    3009000 | #Constraints:     153469
1992.05/1997.25	c #Conflicts:    3010000 | #Constraints:     154469
1992.05/1997.25	c #Conflicts:    3011000 | #Constraints:     155469
1992.05/1997.25	c #Conflicts:    3012000 | #Constraints:     156469
1992.05/1997.25	c #Conflicts:    3013000 | #Constraints:     157469
1992.05/1997.25	c #Conflicts:    3014000 | #Constraints:     158469
1992.05/1997.25	c #Conflicts:    3015000 | #Constraints:     159469
1992.05/1997.25	c #Conflicts:    3016000 | #Constraints:     160469
1992.05/1997.25	c #Conflicts:    3017000 | #Constraints:     161469
1992.05/1997.25	c #Conflicts:    3018000 | #Constraints:     162469
1992.05/1997.25	c #Conflicts:    3019000 | #Constraints:     163469
1992.05/1997.25	c #Conflicts:    3020000 | #Constraints:     164469
1992.05/1997.25	c #Conflicts:    3021000 | #Constraints:     165469
1992.05/1997.25	c #Conflicts:    3022000 | #Constraints:     166469
1992.05/1997.25	c #Conflicts:    3023000 | #Constraints:     167469
1992.05/1997.25	c #Conflicts:    3024000 | #Constraints:     168469
1992.05/1997.25	c #Conflicts:    3025000 | #Constraints:     169469
1992.05/1997.25	c #Conflicts:    3026000 | #Constraints:     170469
1992.05/1997.25	c #Conflicts:    3027000 | #Constraints:     171469
1992.05/1997.25	c #Conflicts:    3028000 | #Constraints:     172469
1992.05/1997.25	c #Conflicts:    3029000 | #Constraints:     173469
1992.05/1997.25	c #Conflicts:    3030000 | #Constraints:     174469
1992.05/1997.25	c #Conflicts:    3031000 | #Constraints:     175469
1992.05/1997.25	c #Conflicts:    3032000 | #Constraints:     176469
1992.05/1997.25	c #Conflicts:    3033000 | #Constraints:     177469
1992.05/1997.25	c #Conflicts:    3034000 | #Constraints:     178469
1992.05/1997.25	c #Conflicts:    3035000 | #Constraints:     179469
1992.05/1997.25	c #Conflicts:    3036000 | #Constraints:     180469
1992.05/1997.25	c #Conflicts:    3037000 | #Constraints:     181469
1992.05/1997.25	c #Conflicts:    3038000 | #Constraints:     182469
1992.05/1997.25	c #Conflicts:    3039000 | #Constraints:     183469
1992.05/1997.25	c #Conflicts:    3040000 | #Constraints:     184469
1992.05/1997.25	c #Conflicts:    3041000 | #Constraints:     185469
1992.05/1997.25	c #Conflicts:    3042000 | #Constraints:     186469
1992.05/1997.25	c #Conflicts:    3043000 | #Constraints:     187469
1992.05/1997.25	c #Conflicts:    3044000 | #Constraints:     188469
1992.05/1997.25	c #Conflicts:    3045000 | #Constraints:     189469
1992.05/1997.25	c INPROCESSING
1992.05/1997.25	c GARBAGE COLLECT
1992.05/1997.25	c rational objective 128
1995.63/2000.88	c #Conflicts:    3046000 | #Constraints:     104221
1995.63/2000.88	c #Conflicts:    3047000 | #Constraints:     105221
1995.63/2000.88	c #Conflicts:    3048000 | #Constraints:     106222
1995.63/2000.88	c #Conflicts:    3049000 | #Constraints:     107223
1995.63/2000.88	c #Conflicts:    3050000 | #Constraints:     108224
1995.63/2000.88	WSVECS04 Frhs2[40]: 6 0 0.0671192 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[92]: 6 -1.00008 0 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[122]: 6 0 1.0654 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[124]: 6 0 0.510521 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[137]: 6 -10.3659 0 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[168]: 6 0 0.0670935 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[172]: 6 0 0.969601 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[173]: 6 0 5.76833 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[190]: 6 0 0.013976 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[199]: 6 0 3.06713 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[217]: 6 -7.0001 0 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[223]: 6 0 3.00008 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[231]: 6 0 2.06713 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[249]: 6 0 0.371971 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[256]: 6 0 1.16814 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[260]: 6 0 0.62811 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[262]: 6 0 0.628141 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[282]: 6 0 2.62811 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[302]: 6 -2.17689 0 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[325]: 6 0 2.00007 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[357]: 6 -1.93302 0 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[387]: 6 -4.00008 0 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[412]: 6 0 2.39379 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[424]: 6 0 0.0671491 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[445]: 6 0 0.182991 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[450]: 6 0 3.06713 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[462]: 6 0 1.47774 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[479]: 6 0 3.00004 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[481]: 6 -9.933 0 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[495]: 6 0 5.88113 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[509]: 6 0 0.18302 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[511]: 6 -4.48263 0 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[516]: 6 0 0.554907 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[524]: 6 0 0.0670941 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[542]: 6 0 1.00009 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[547]: 6 0 1.93298 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[555]: 6 0 1.20737 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[556]: 6 0 1.20733 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[559]: 6 0 1.08843 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[572]: 6 0 1.80316 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[575]: 6 0 1.80316 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[590]: 6 0 1.41058 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[636]: 6 0 4.10287 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[651]: 6 -7.23178 0 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[681]: 6 0 2.60979 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[685]: 6 0 4.10373 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[698]: 6 0 0.751755 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[712]: 6 0 1.93295 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[763]: 6 -10.3938 0 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[770]: 6 0 3.0671 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[776]: 6 0 1.20741 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[785]: 6 -4.00007 0 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[799]: 6 0 2.00002 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[826]: 6 0 4.55494 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[831]: 6 0 4.00004 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[842]: 6 -8.41065 0 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[863]: 6 0 3.00007 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[872]: 6 0 0.0671646 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[889]: 6 -6.10282 0 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[1058]: 6 0 1.00006 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[1098]: 6 0 1.00007 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[1100]: 6 0 1.00005 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[1114]: 6 0 1.00004 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[1149]: 6 -3.0001 0 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[1207]: 6 -1.86079 0 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[1209]: 6 0 0.139252 shouldn't be
1995.63/2000.88	WSVECS04 Frhs2[1215]: 6 -1.23681 0 shouldn't be
1995.94/2001.12	WSVECS04 Frhs2[490]: 6 0 6.23788 shouldn't be
1995.94/2001.12	WSVECS04 Frhs2[492]: 6 0 6.00008 shouldn't be
1995.94/2001.12	WSVECS04 Frhs2[494]: 6 0 6.79276 shouldn't be
1995.94/2001.12	WSVECS04 Frhs2[548]: 6 0 1.93299 shouldn't be
1995.94/2001.12	WSVECS04 Frhs2[873]: 6 0 3.42384 shouldn't be
1995.94/2001.12	WSVECS04 Frhs2[1009]: 6 -1.00004 0 shouldn't be
1995.94/2001.12	WSVECS04 Frhs2[1023]: 6 -2.0001 0 shouldn't be
1995.94/2001.12	WSVECS04 Frhs2[1060]: 6 -1.0001 0 shouldn't be
1995.94/2001.12	WSVECS04 Frhs2[1115]: 6 -3.00002 0 shouldn't be
1996.13/2001.39	WSVECS04 Frhs2[75]: 6 0 0.955338 shouldn't be
1996.13/2001.39	WSVECS04 Frhs2[141]: 6 0 2.50008 shouldn't be
1996.13/2001.39	WSVECS04 Frhs2[569]: 6 0 1.80319 shouldn't be
1996.13/2001.39	WSVECS04 Frhs2[840]: 6 0 2.00006 shouldn't be
1996.13/2001.39	WSVECS04 Frhs2[1029]: 6 -2.00003 0 shouldn't be
2000.03/2005.21	c #Conflicts:    3051000 | #Constraints:     109224
2000.03/2005.21	c #Conflicts:    3052000 | #Constraints:     110224
2000.03/2005.21	c #Conflicts:    3053000 | #Constraints:     111224
2000.03/2005.21	c #Conflicts:    3054000 | #Constraints:     112224
2000.03/2005.21	c #Conflicts:    3055000 | #Constraints:     113224
2000.03/2005.21	c #Conflicts:    3056000 | #Constraints:     114225
2000.03/2005.21	WSVECS04 Frhs2[19]: 6 -2.00002 0 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[21]: 6 0 2.00003 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[51]: 6 -6.00002 0 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[53]: 6 0 12.0001 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[205]: 6 0 2.00009 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[207]: 6 0 16.0001 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[245]: 6 0 12.0001 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[247]: 6 -4.0001 0 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[277]: 6 0 2.00005 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[278]: 6 0 2.00008 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[341]: 6 0 2.00003 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[370]: 6 0 7.00008 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[394]: 6 -4.00009 0 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[469]: 6 0 2.00005 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[481]: 6 0 2.00005 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[527]: 6 0 15.0001 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[528]: 6 -1.00005 0 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[550]: 6 -4.00002 0 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[552]: 6 0 2.00003 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[589]: 6 0 1.00007 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[590]: 6 0 1.00007 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[595]: 6 -2.00002 0 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[781]: 6 0 2.00008 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[789]: 6 0 2.00004 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[802]: 6 0 2.00001 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[862]: 6 -2.00001 0 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[875]: 6 0 2.00009 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[1002]: 6 0 1.00008 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[1005]: 6 -3.00002 0 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[1053]: 6 -3.00003 0 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[1057]: 6 0 1.00009 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[1061]: 6 -2.00003 0 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[1064]: 6 0 1.00007 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[1091]: 6 0 1.00005 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[1092]: 6 -1.00001 0 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[1096]: 6 0 1.00002 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[1281]: 6 -1.00003 0 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[1301]: 6 -3.00007 0 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[1338]: 6 -1.00008 0 shouldn't be
2000.03/2005.21	WSVECS04 Frhs2[1340]: 6 -3.00004 0 shouldn't be
2029.66/2034.93	c #Conflicts:    3057000 | #Constraints:     115225
2029.66/2034.93	c #Conflicts:    3058000 | #Constraints:     116225
2029.66/2034.93	c #Conflicts:    3059000 | #Constraints:     117226
2029.66/2034.93	c #Conflicts:    3060000 | #Constraints:     118230
2029.66/2034.93	c #Conflicts:    3061000 | #Constraints:     119231
2029.66/2034.93	c #Conflicts:    3062000 | #Constraints:     120231
2029.66/2034.93	c #Conflicts:    3063000 | #Constraints:     121235
2029.66/2034.93	c #Conflicts:    3064000 | #Constraints:     122235
2029.66/2034.93	c #Conflicts:    3065000 | #Constraints:     123237
2029.66/2034.93	c #Conflicts:    3066000 | #Constraints:     124237
2029.66/2034.93	c #Conflicts:    3067000 | #Constraints:     125238
2029.66/2034.93	c #Conflicts:    3068000 | #Constraints:     126238
2029.66/2034.93	c #Conflicts:    3069000 | #Constraints:     127238
2029.66/2034.93	c #Conflicts:    3070000 | #Constraints:     128238
2029.66/2034.93	c #Conflicts:    3071000 | #Constraints:     129238
2029.66/2034.93	c #Conflicts:    3072000 | #Constraints:     130238
2029.66/2034.93	c #Conflicts:    3073000 | #Constraints:     131238
2029.66/2034.93	c #Conflicts:    3074000 | #Constraints:     132239
2029.66/2034.93	c #Conflicts:    3075000 | #Constraints:     133240
2029.66/2034.93	c #Conflicts:    3076000 | #Constraints:     134240
2029.66/2034.93	c #Conflicts:    3077000 | #Constraints:     135240
2029.66/2034.93	c #Conflicts:    3078000 | #Constraints:     136240
2029.66/2034.93	c #Conflicts:    3079000 | #Constraints:     137241
2029.66/2034.93	c #Conflicts:    3080000 | #Constraints:     138242
2029.66/2034.93	c #Conflicts:    3081000 | #Constraints:     139243
2029.66/2034.93	c #Conflicts:    3082000 | #Constraints:     140244
2029.66/2034.93	c #Conflicts:    3083000 | #Constraints:     141244
2029.66/2034.93	c #Conflicts:    3084000 | #Constraints:     142245
2029.66/2034.93	c #Conflicts:    3085000 | #Constraints:     143246
2029.66/2034.93	c #Conflicts:    3086000 | #Constraints:     144247
2029.66/2034.93	c #Conflicts:    3087000 | #Constraints:     145248
2029.66/2034.93	c INPROCESSING
2029.66/2034.93	c GARBAGE COLLECT
2029.66/2034.93	c rational objective 128
2055.09/2060.48	c #Conflicts:    3088000 | #Constraints:      82463
2055.09/2060.48	c #Conflicts:    3089000 | #Constraints:      83463
2055.09/2060.48	c #Conflicts:    3090000 | #Constraints:      84463
2055.09/2060.48	c #Conflicts:    3091000 | #Constraints:      85463
2055.09/2060.48	c #Conflicts:    3092000 | #Constraints:      86463
2055.09/2060.48	c #Conflicts:    3093000 | #Constraints:      87463
2055.09/2060.48	c #Conflicts:    3094000 | #Constraints:      88466
2055.09/2060.48	c #Conflicts:    3095000 | #Constraints:      89466
2055.09/2060.48	c #Conflicts:    3096000 | #Constraints:      90466
2055.09/2060.48	c #Conflicts:    3097000 | #Constraints:      91466
2055.09/2060.48	c #Conflicts:    3098000 | #Constraints:      92468
2055.09/2060.48	c #Conflicts:    3099000 | #Constraints:      93469
2055.09/2060.48	c #Conflicts:    3100000 | #Constraints:      94471
2055.09/2060.48	c #Conflicts:    3101000 | #Constraints:      95473
2055.09/2060.48	c #Conflicts:    3102000 | #Constraints:      96473
2055.09/2060.48	c #Conflicts:    3103000 | #Constraints:      97476
2055.09/2060.48	c #Conflicts:    3104000 | #Constraints:      98476
2055.09/2060.48	c #Conflicts:    3105000 | #Constraints:      99476
2055.09/2060.48	c #Conflicts:    3106000 | #Constraints:     100476
2055.09/2060.48	c #Conflicts:    3107000 | #Constraints:     101476
2055.09/2060.48	c #Conflicts:    3108000 | #Constraints:     102477
2055.09/2060.48	c #Conflicts:    3109000 | #Constraints:     103480
2055.09/2060.48	c #Conflicts:    3110000 | #Constraints:     104480
2055.09/2060.48	c #Conflicts:    3111000 | #Constraints:     105480
2055.09/2060.48	c #Conflicts:    3112000 | #Constraints:     106480
2055.09/2060.48	c #Conflicts:    3113000 | #Constraints:     107480
2055.09/2060.48	c #Conflicts:    3114000 | #Constraints:     108481
2055.09/2060.48	c #Conflicts:    3115000 | #Constraints:     109482
2055.09/2060.48	c #Conflicts:    3116000 | #Constraints:     110483
2055.09/2060.48	c #Conflicts:    3117000 | #Constraints:     111485
2055.09/2060.48	c #Conflicts:    3118000 | #Constraints:     112487
2055.09/2060.48	c #Conflicts:    3119000 | #Constraints:     113488
2055.09/2060.48	WSVECS04 Frhs2[53]: 6 0 2.00005 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[76]: 6 0 0.864588 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[81]: 6 0 0.864597 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[113]: 6 -4.00007 0 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[137]: 6 -4.00003 0 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[141]: 6 0 1.32909 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[146]: 6 0 0.903316 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[170]: 6 0 6.42584 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[217]: 6 -1.00006 0 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[266]: 6 -1.16139 0 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[270]: 6 0 8.16784 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[302]: 6 -3.74198 0 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[312]: 6 -13 0 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[324]: 6 -4.00007 0 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[338]: 6 0 0.606528 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[396]: 6 0 1.83235 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[416]: 6 -4.00003 0 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[421]: 6 -2.0001 0 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[424]: 6 0 4.00007 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[427]: 6 0 2.21941 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[429]: 6 -6.00003 0 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[460]: 6 0 0.348428 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[470]: 6 0 1.94844 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[481]: 6 -4.00001 0 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[490]: 6 0 6.16777 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[547]: 6 0 2.00008 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[552]: 6 -8.00005 0 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[588]: 6 -5.13557 0 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[589]: 6 0 1.32909 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[591]: 6 0 1.65164 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[604]: 6 -2.00007 0 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[751]: 6 0 0.683926 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[844]: 6 0 0.348398 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[848]: 6 0 4.00005 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[852]: 6 0 0.451638 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[862]: 6 -3.00007 0 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[886]: 6 0 4.07747 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[904]: 6 0 4.0001 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[959]: 6 0 0.651636 shouldn't be
2055.09/2060.48	WSVECS04 Frhs2[1070]: 6 0 2.00003 shouldn't be
2063.78/2069.15	c #Conflicts:    3120000 | #Constraints:     114488
2063.78/2069.15	c #Conflicts:    3121000 | #Constraints:     115488
2063.78/2069.15	c #Conflicts:    3122000 | #Constraints:     116488
2063.78/2069.15	c #Conflicts:    3123000 | #Constraints:     117488
2063.78/2069.15	c #Conflicts:    3124000 | #Constraints:     118491
2063.78/2069.15	c #Conflicts:    3125000 | #Constraints:     119491
2063.78/2069.15	c #Conflicts:    3126000 | #Constraints:     120492
2063.78/2069.15	c #Conflicts:    3127000 | #Constraints:     121492
2063.78/2069.15	c #Conflicts:    3128000 | #Constraints:     122492
2063.78/2069.15	c INPROCESSING
2063.78/2069.15	c GARBAGE COLLECT
2063.78/2069.15	c rational objective 128
2088.51/2093.99	c #Conflicts:    3129000 | #Constraints:      70921
2088.51/2093.99	c #Conflicts:    3130000 | #Constraints:      71921
2088.51/2093.99	c #Conflicts:    3131000 | #Constraints:      72921
2088.51/2093.99	c #Conflicts:    3132000 | #Constraints:      73921
2088.51/2093.99	c #Conflicts:    3133000 | #Constraints:      74921
2088.51/2093.99	c #Conflicts:    3134000 | #Constraints:      75921
2088.51/2093.99	c #Conflicts:    3135000 | #Constraints:      76921
2088.51/2093.99	c #Conflicts:    3136000 | #Constraints:      77921
2088.51/2093.99	c #Conflicts:    3137000 | #Constraints:      78921
2088.51/2093.99	c #Conflicts:    3138000 | #Constraints:      79921
2088.51/2093.99	c #Conflicts:    3139000 | #Constraints:      80921
2088.51/2093.99	c #Conflicts:    3140000 | #Constraints:      81921
2088.51/2093.99	c #Conflicts:    3141000 | #Constraints:      82921
2088.51/2093.99	c #Conflicts:    3142000 | #Constraints:      83921
2088.51/2093.99	c #Conflicts:    3143000 | #Constraints:      84921
2088.51/2093.99	c #Conflicts:    3144000 | #Constraints:      85921
2088.51/2093.99	c #Conflicts:    3145000 | #Constraints:      86921
2088.51/2093.99	c #Conflicts:    3146000 | #Constraints:      87921
2088.51/2093.99	c #Conflicts:    3147000 | #Constraints:      88921
2088.51/2093.99	c #Conflicts:    3148000 | #Constraints:      89921
2088.51/2093.99	c #Conflicts:    3149000 | #Constraints:      90921
2088.51/2093.99	c #Conflicts:    3150000 | #Constraints:      91921
2088.51/2093.99	c #Conflicts:    3151000 | #Constraints:      92921
2088.51/2093.99	c #Conflicts:    3152000 | #Constraints:      93921
2088.51/2093.99	c #Conflicts:    3153000 | #Constraints:      94921
2088.51/2093.99	c #Conflicts:    3154000 | #Constraints:      95921
2088.51/2093.99	c #Conflicts:    3155000 | #Constraints:      96921
2088.51/2093.99	c #Conflicts:    3156000 | #Constraints:      97922
2088.51/2093.99	c #Conflicts:    3157000 | #Constraints:      98922
2088.51/2093.99	c #Conflicts:    3158000 | #Constraints:      99922
2088.51/2093.99	c #Conflicts:    3159000 | #Constraints:     100922
2088.51/2093.99	c #Conflicts:    3160000 | #Constraints:     101922
2088.51/2093.99	c #Conflicts:    3161000 | #Constraints:     102922
2088.51/2093.99	c #Conflicts:    3162000 | #Constraints:     103922
2088.51/2093.99	c #Conflicts:    3163000 | #Constraints:     104922
2088.51/2093.99	c #Conflicts:    3164000 | #Constraints:     105922
2088.51/2093.99	c #Conflicts:    3165000 | #Constraints:     106922
2088.51/2093.99	c #Conflicts:    3166000 | #Constraints:     107922
2088.51/2093.99	c #Conflicts:    3167000 | #Constraints:     108922
2088.51/2093.99	c #Conflicts:    3168000 | #Constraints:     109922
2088.51/2093.99	c #Conflicts:    3169000 | #Constraints:     110922
2088.51/2093.99	c #Conflicts:    3170000 | #Constraints:     111922
2088.51/2093.99	c INPROCESSING
2088.51/2093.99	c GARBAGE COLLECT
2088.51/2093.99	c rational objective 128
2105.97/2111.45	c #Conflicts:    3171000 | #Constraints:      65830
2105.97/2111.45	c #Conflicts:    3172000 | #Constraints:      66832
2105.97/2111.45	c #Conflicts:    3173000 | #Constraints:      67832
2105.97/2111.45	c #Conflicts:    3174000 | #Constraints:      68833
2105.97/2111.45	c #Conflicts:    3175000 | #Constraints:      69835
2105.97/2111.45	c #Conflicts:    3176000 | #Constraints:      70836
2105.97/2111.45	c #Conflicts:    3177000 | #Constraints:      71837
2105.97/2111.45	c #Conflicts:    3178000 | #Constraints:      72839
2105.97/2111.45	c #Conflicts:    3179000 | #Constraints:      73840
2105.97/2111.45	c #Conflicts:    3180000 | #Constraints:      74840
2105.97/2111.45	c #Conflicts:    3181000 | #Constraints:      75841
2105.97/2111.45	c #Conflicts:    3182000 | #Constraints:      76844
2105.97/2111.45	c #Conflicts:    3183000 | #Constraints:      77845
2105.97/2111.45	c #Conflicts:    3184000 | #Constraints:      78845
2105.97/2111.45	c #Conflicts:    3185000 | #Constraints:      79845
2105.97/2111.45	c #Conflicts:    3186000 | #Constraints:      80846
2105.97/2111.45	c #Conflicts:    3187000 | #Constraints:      81847
2105.97/2111.45	c #Conflicts:    3188000 | #Constraints:      82848
2105.97/2111.45	c #Conflicts:    3189000 | #Constraints:      83849
2105.97/2111.45	c #Conflicts:    3190000 | #Constraints:      84849
2105.97/2111.45	c #Conflicts:    3191000 | #Constraints:      85849
2105.97/2111.45	c #Conflicts:    3192000 | #Constraints:      86849
2105.97/2111.45	c #Conflicts:    3193000 | #Constraints:      87851
2105.97/2111.45	c #Conflicts:    3194000 | #Constraints:      88852
2105.97/2111.45	c #Conflicts:    3195000 | #Constraints:      89852
2105.97/2111.45	c #Conflicts:    3196000 | #Constraints:      90852
2105.97/2111.45	WSVECS04 Frhs2[65]: 6 -2.98887 0 shouldn't be
2105.97/2111.45	WSVECS04 Frhs2[94]: 6 0 2.00004 shouldn't be
2105.97/2111.45	WSVECS04 Frhs2[215]: 6 0 6.79351 shouldn't be
2105.97/2111.45	WSVECS04 Frhs2[220]: 6 0 0.59036 shouldn't be
2105.97/2111.45	WSVECS04 Frhs2[231]: 6 -4.20656 0 shouldn't be
2105.97/2111.45	WSVECS04 Frhs2[247]: 6 -0.370942 0 shouldn't be
2105.97/2111.45	WSVECS04 Frhs2[287]: 6 -5.87097 0 shouldn't be
2105.97/2111.45	WSVECS04 Frhs2[727]: 6 0 1.79352 shouldn't be
2105.97/2111.45	WSVECS04 Frhs2[730]: 6 0 2.00003 shouldn't be
2105.97/2111.45	WSVECS04 Frhs2[733]: 6 0 4.89684 shouldn't be
2105.97/2111.45	WSVECS04 Frhs2[833]: 6 0 1.02583 shouldn't be
2105.97/2111.45	WSVECS04 Frhs2[939]: 6 -2.00005 0 shouldn't be
2105.97/2111.45	WSVECS04 Frhs2[1056]: 6 0 2.00002 shouldn't be
2105.97/2111.45	WSVECS04 Frhs2[1112]: 6 0 0.103337 shouldn't be
2105.97/2111.45	WSVECS04 Frhs2[1140]: 6 -4.89682 0 shouldn't be
2105.97/2111.45	WSVECS04 Frhs2[1233]: 6 0 0.741945 shouldn't be
2105.97/2111.45	WSVECS04 Frhs2[1238]: 6 -1.25815 0 shouldn't be
2108.06/2113.54	c #Conflicts:    3197000 | #Constraints:      91852
2108.06/2113.54	c #Conflicts:    3198000 | #Constraints:      92852
2108.06/2113.54	c #Conflicts:    3199000 | #Constraints:      93852
2108.06/2113.54	WSVECS04 Frhs2[1]: 6 -1.42038 0 shouldn't be
2108.06/2113.54	WSVECS04 Frhs2[6]: 6 0 1.47833 shouldn't be
2108.06/2113.54	WSVECS04 Frhs2[25]: 6 0 1.5653 shouldn't be
2108.06/2113.54	WSVECS04 Frhs2[33]: 6 -4.56528 0 shouldn't be
2108.06/2113.54	WSVECS04 Frhs2[248]: 6 0 9.76821 shouldn't be
2108.06/2113.54	WSVECS04 Frhs2[306]: 6 0 1.55082 shouldn't be
2108.06/2113.54	WSVECS04 Frhs2[308]: 6 0 2.71016 shouldn't be
2108.06/2113.54	WSVECS04 Frhs2[309]: 6 0 9.37683 shouldn't be
2108.06/2113.54	WSVECS04 Frhs2[312]: 6 0 9.37684 shouldn't be
2108.06/2113.54	WSVECS04 Frhs2[360]: 6 0 6.59425 shouldn't be
2108.06/2113.54	WSVECS04 Frhs2[477]: 6 0 0.434836 shouldn't be
2108.06/2113.54	WSVECS04 Frhs2[512]: 6 -3.21748 0 shouldn't be
2108.06/2113.54	WSVECS04 Frhs2[517]: 6 -19.4203 0 shouldn't be
2108.06/2113.54	WSVECS04 Frhs2[576]: 6 -2.00002 0 shouldn't be
2108.06/2113.54	WSVECS04 Frhs2[597]: 6 0 2.00001 shouldn't be
2108.06/2113.54	WSVECS04 Frhs2[1088]: 6 -2.00006 0 shouldn't be
2108.06/2113.54	WSVECS04 Frhs2[1257]: 6 0 0.116026 shouldn't be
2108.06/2113.54	WSVECS04 Frhs2[1280]: 6 -1.00003 0 shouldn't be
2108.06/2113.54	WSVECS04 Frhs2[1283]: 6 0 0.884076 shouldn't be
2108.06/2113.54	WSVECS04 Frhs2[1286]: 6 -1.00008 0 shouldn't be
2118.14/2123.61	c #Conflicts:    3200000 | #Constraints:      94852
2118.14/2123.61	c #Conflicts:    3201000 | #Constraints:      95852
2118.14/2123.61	c #Conflicts:    3202000 | #Constraints:      96852
2118.14/2123.61	c #Conflicts:    3203000 | #Constraints:      97853
2118.14/2123.61	c #Conflicts:    3204000 | #Constraints:      98854
2118.14/2123.61	c #Conflicts:    3205000 | #Constraints:      99855
2118.14/2123.61	c #Conflicts:    3206000 | #Constraints:     100855
2118.14/2123.61	c #Conflicts:    3207000 | #Constraints:     101855
2118.14/2123.61	c #Conflicts:    3208000 | #Constraints:     102858
2118.14/2123.61	c #Conflicts:    3209000 | #Constraints:     103858
2118.14/2123.61	c #Conflicts:    3210000 | #Constraints:     104858
2118.14/2123.61	WSVECS04 Frhs2[147]: 6 -0.378475 0 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[149]: 6 0 0.162189 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[164]: 6 0 0.270334 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[202]: 6 -0.43248 0 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[209]: 6 0 0.21625 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[213]: 6 0 0.216261 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[215]: 6 -4.67569 0 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[224]: 6 0 2.70276 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[226]: 6 -12.9731 0 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[277]: 6 0 2.21625 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[285]: 6 0 2.70272 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[310]: 6 0 1.45949 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[316]: 6 0 0.108131 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[332]: 6 0 0.432461 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[336]: 6 0 0.43245 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[341]: 6 0 0.432444 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[344]: 6 0 0.540586 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[346]: 6 0 5.13521 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[347]: 6 0 0.864894 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[349]: 6 0 3.56759 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[360]: 6 -18.2703 0 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[366]: 6 -2.00005 0 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[384]: 6 -0.864876 0 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[395]: 6 0 0.216309 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[405]: 6 0 0.216292 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[416]: 6 -9.8379 0 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[426]: 6 0 5.08112 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[444]: 6 0 0.108152 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[448]: 6 -1.24326 0 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[459]: 6 0 0.216264 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[467]: 6 -2.10816 0 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[479]: 6 0 2.70271 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[490]: 6 0 2.16221 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[491]: 6 -3.89196 0 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[502]: 6 0 1.56765 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[510]: 6 0 0.108163 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[541]: 6 0 2.70273 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[542]: 6 0 3.27036 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[544]: 6 0 2.70276 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[547]: 6 0 0.162202 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[548]: 6 0 0.324349 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[549]: 6 -1.89192 0 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[558]: 6 0 0.918939 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[730]: 6 0 1.56759 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[740]: 6 0 0.432522 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[741]: 6 -1.21627 0 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[743]: 6 0 0.0541034 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[798]: 6 0 0.567622 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[799]: 6 -1.00002 0 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[804]: 6 0 0.486583 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[806]: 6 0 0.0541524 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[807]: 6 0 0.108162 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[822]: 6 0 1.56763 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[847]: 6 0 0.43251 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[867]: 6 0 0.162221 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[868]: 6 0 0.432499 shouldn't be
2118.14/2123.61	WSVECS04 Frhs2[1320]: 6 -1.00008 0 shouldn't be
2148.26/2153.86	c #Conflicts:    3211000 | #Constraints:     105858
2148.26/2153.86	c #Conflicts:    3212000 | #Constraints:     106858
2148.26/2153.86	c #Conflicts:    3213000 | #Constraints:     107858
2148.26/2153.86	c #Conflicts:    3214000 | #Constraints:     108859
2148.26/2153.86	c #Conflicts:    3215000 | #Constraints:     109859
2148.26/2153.86	c #Conflicts:    3216000 | #Constraints:     110859
2148.26/2153.86	c #Conflicts:    3217000 | #Constraints:     111860
2148.26/2153.86	c #Conflicts:    3218000 | #Constraints:     112860
2148.26/2153.86	c #Conflicts:    3219000 | #Constraints:     113860
2148.26/2153.86	c #Conflicts:    3220000 | #Constraints:     114861
2148.26/2153.86	c #Conflicts:    3221000 | #Constraints:     115861
2148.26/2153.86	c #Conflicts:    3222000 | #Constraints:     116861
2148.26/2153.86	c #Conflicts:    3223000 | #Constraints:     117861
2148.26/2153.86	c #Conflicts:    3224000 | #Constraints:     118864
2148.26/2153.86	c #Conflicts:    3225000 | #Constraints:     119865
2148.26/2153.86	c #Conflicts:    3226000 | #Constraints:     120865
2148.26/2153.86	c #Conflicts:    3227000 | #Constraints:     121865
2148.26/2153.86	c #Conflicts:    3228000 | #Constraints:     122865
2148.26/2153.86	c #Conflicts:    3229000 | #Constraints:     123865
2148.26/2153.86	c #Conflicts:    3230000 | #Constraints:     124865
2148.26/2153.87	c #Conflicts:    3231000 | #Constraints:     125866
2148.26/2153.87	c #Conflicts:    3232000 | #Constraints:     126866
2148.26/2153.87	c #Conflicts:    3233000 | #Constraints:     127866
2148.26/2153.87	c #Conflicts:    3234000 | #Constraints:     128867
2148.26/2153.87	c #Conflicts:    3235000 | #Constraints:     129868
2148.26/2153.87	c #Conflicts:    3236000 | #Constraints:     130869
2148.26/2153.87	c #Conflicts:    3237000 | #Constraints:     131869
2148.26/2153.87	c #Conflicts:    3238000 | #Constraints:     132869
2148.26/2153.87	c #Conflicts:    3239000 | #Constraints:     133869
2148.26/2153.87	WSVECS04 Frhs2[14]: 6 0 2.00003 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[43]: 6 0 6.97068 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[50]: 6 0 1.32363 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[74]: 6 0 2.00009 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[76]: 6 0 2.00007 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[101]: 6 -1.50006 0 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[107]: 6 0 6.97061 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[124]: 6 0 5.00002 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[125]: 6 -1.00007 0 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[137]: 6 -4.00002 0 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[138]: 6 0 0.323571 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[156]: 6 -2.00004 0 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[160]: 6 0 1.63533 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[161]: 6 0 1.60591 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[215]: 6 -12 0 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[223]: 6 0 0.270684 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[243]: 6 0 1.16178 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[252]: 6 0 5.00008 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[258]: 6 -9.00002 0 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[266]: 6 -8.00009 0 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[271]: 6 0 4.39419 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[282]: 6 0 0.270618 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[287]: 6 0 0.270641 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[289]: 6 0 0.105968 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[312]: 6 -8.00001 0 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[316]: 6 0 5.0001 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[325]: 6 0 2.33388 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[439]: 6 -0.323594 0 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[449]: 6 -4.63535 0 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[461]: 6 0 4.00005 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[479]: 6 0 0.270666 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[554]: 6 -0.78832 0 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[558]: 6 0 1.67657 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[622]: 6 -0.18238 0 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[644]: 6 0 1.63533 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[665]: 6 0 0.72947 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[714]: 6 -0.270607 0 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[719]: 6 0 4.39418 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[739]: 6 0 0.750044 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[754]: 6 -17.6765 0 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[767]: 6 0 3.00009 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[838]: 6 0 3.33389 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[889]: 6 -6.00007 0 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[902]: 6 -1.00009 0 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[936]: 6 -1.00009 0 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[977]: 6 0 2.00009 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[992]: 6 0 4.00009 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[1000]: 6 0 2.00004 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[1008]: 6 -3.00008 0 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[1188]: 6 -2.18245 0 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[1193]: 6 0 1.81773 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[1306]: 6 0 1.00006 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[1312]: 6 0 2.00003 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[1313]: 6 0 2.00009 shouldn't be
2148.26/2153.87	WSVECS04 Frhs2[1344]: 6 -1.00003 0 shouldn't be
2185.08/2190.71	c #Conflicts:    3240000 | #Constraints:     134869
2185.08/2190.71	c #Conflicts:    3241000 | #Constraints:     135869
2185.08/2190.71	c #Conflicts:    3242000 | #Constraints:     136869
2185.08/2190.71	c #Conflicts:    3243000 | #Constraints:     137871
2185.08/2190.71	c #Conflicts:    3244000 | #Constraints:     138873
2185.08/2190.71	c #Conflicts:    3245000 | #Constraints:     139875
2185.08/2190.71	c #Conflicts:    3246000 | #Constraints:     140876
2185.08/2190.71	c #Conflicts:    3247000 | #Constraints:     141876
2185.08/2190.71	c #Conflicts:    3248000 | #Constraints:     142877
2185.08/2190.71	c #Conflicts:    3249000 | #Constraints:     143878
2185.08/2190.71	c #Conflicts:    3250000 | #Constraints:     144878
2185.08/2190.71	c #Conflicts:    3251000 | #Constraints:     145879
2185.08/2190.71	c #Conflicts:    3252000 | #Constraints:     146879
2185.08/2190.71	c #Conflicts:    3253000 | #Constraints:     147879
2185.08/2190.71	c #Conflicts:    3254000 | #Constraints:     148879
2185.08/2190.71	c #Conflicts:    3255000 | #Constraints:     149879
2185.08/2190.71	c #Conflicts:    3256000 | #Constraints:     150880
2185.08/2190.71	c #Conflicts:    3257000 | #Constraints:     151882
2185.08/2190.71	c #Conflicts:    3258000 | #Constraints:     152883
2185.08/2190.71	c #Conflicts:    3259000 | #Constraints:     153884
2185.08/2190.71	c #Conflicts:    3260000 | #Constraints:     154885
2185.08/2190.71	c #Conflicts:    3261000 | #Constraints:     155885
2185.08/2190.71	c #Conflicts:    3262000 | #Constraints:     156885
2185.08/2190.71	c #Conflicts:    3263000 | #Constraints:     157887
2185.08/2190.71	c #Conflicts:    3264000 | #Constraints:     158888
2185.08/2190.71	c #Conflicts:    3265000 | #Constraints:     159888
2185.08/2190.71	c #Conflicts:    3266000 | #Constraints:     160888
2185.08/2190.71	c #Conflicts:    3267000 | #Constraints:     161888
2185.08/2190.71	WSVECS04 Frhs2[1]: 6 0 2.00003 shouldn't be
2185.08/2190.71	WSVECS04 Frhs2[5]: 6 0 3.00001 shouldn't be
2185.08/2190.71	WSVECS04 Frhs2[6]: 6 0 2.00004 shouldn't be
2185.08/2190.71	WSVECS04 Frhs2[25]: 6 0 1.00006 shouldn't be
2185.08/2190.71	WSVECS04 Frhs2[115]: 6 0 2.80002 shouldn't be
2185.08/2190.71	WSVECS04 Frhs2[129]: 6 -2.00004 0 shouldn't be
2185.08/2190.71	WSVECS04 Frhs2[133]: 6 0 1.00006 shouldn't be
2185.08/2190.71	WSVECS04 Frhs2[145]: 6 0 0.300021 shouldn't be
2185.08/2190.71	WSVECS04 Frhs2[324]: 6 0 1.00001 shouldn't be
2185.08/2190.71	WSVECS04 Frhs2[487]: 6 0 2.00005 shouldn't be
2185.08/2190.71	WSVECS04 Frhs2[503]: 6 -2.00009 0 shouldn't be
2185.08/2190.71	WSVECS04 Frhs2[519]: 6 -5.90004 0 shouldn't be
2185.08/2190.71	WSVECS04 Frhs2[627]: 6 0 2.80007 shouldn't be
2185.08/2190.71	WSVECS04 Frhs2[645]: 6 0 5.00003 shouldn't be
2185.08/2190.71	WSVECS04 Frhs2[691]: 6 0 2.80005 shouldn't be
2185.08/2190.71	WSVECS04 Frhs2[770]: 6 0 0.700091 shouldn't be
2185.08/2190.71	WSVECS04 Frhs2[773]: 6 0 0.700024 shouldn't be
2185.08/2190.71	WSVECS04 Frhs2[808]: 6 0 12 shouldn't be
2185.08/2190.71	WSVECS04 Frhs2[818]: 6 0 0.40006 shouldn't be
2185.08/2190.71	WSVECS04 Frhs2[819]: 6 0 3.20008 shouldn't be
2185.08/2190.71	WSVECS04 Frhs2[903]: 6 -1.00009 0 shouldn't be
2185.08/2190.71	WSVECS04 Frhs2[926]: 6 0 2.00009 shouldn't be
2185.08/2190.71	WSVECS04 Frhs2[931]: 6 0 1.00005 shouldn't be
2185.08/2190.71	WSVECS04 Frhs2[942]: 6 0 1.00008 shouldn't be
2185.08/2190.71	WSVECS04 Frhs2[943]: 6 0 3.00008 shouldn't be
2185.08/2190.71	WSVECS04 Frhs2[1240]: 6 0 1.20009 shouldn't be
2185.08/2190.71	WSVECS04 Frhs2[1257]: 6 0 1.20003 shouldn't be
2196.35/2202.09	c #Conflicts:    3268000 | #Constraints:     162888
2196.35/2202.09	c #Conflicts:    3269000 | #Constraints:     163888
2196.35/2202.09	c #Conflicts:    3270000 | #Constraints:     164888
2196.35/2202.09	c #Conflicts:    3271000 | #Constraints:     165888
2196.35/2202.09	c #Conflicts:    3272000 | #Constraints:     166888
2196.35/2202.09	c #Conflicts:    3273000 | #Constraints:     167888
2196.35/2202.09	c #Conflicts:    3274000 | #Constraints:     168888
2196.35/2202.09	c #Conflicts:    3275000 | #Constraints:     169888
2196.35/2202.09	WSVECS04 Frhs2[51]: 6 -1.00002 0 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[93]: 6 0 1.04931 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[100]: 6 0 5.56927 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[123]: 6 0 7.49853 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[278]: 6 -4.00003 0 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[300]: 6 0 0.984703 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[323]: 6 0 0.507713 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[325]: 6 0 0.507762 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[341]: 6 -4.64928 0 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[343]: 6 0 2.00001 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[371]: 6 0 2.00006 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[374]: 6 -5.96314 0 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[387]: 6 -2.00007 0 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[404]: 6 0 2.00003 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[409]: 6 0 1.49234 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[441]: 6 0 3.49235 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[504]: 6 0 7.00001 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[571]: 6 0 3.52314 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[579]: 6 0 3.00004 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[613]: 6 -6.03391 0 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[644]: 6 0 0.0215759 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[668]: 6 -1.49236 0 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[669]: 6 0 1.04925 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[676]: 6 0 1.04924 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[677]: 6 -0.507784 0 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[690]: 6 0 2.96312 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[722]: 6 0 0.477009 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[778]: 6 -2.47698 0 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[785]: 6 -9.0462 0 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[794]: 6 0 4.47702 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[796]: 6 0 7.46162 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[800]: 6 0 4.47702 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[806]: 6 -7.49236 0 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[864]: 6 0 0.507762 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[867]: 6 0 2.54157 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[868]: 6 0 1.04925 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[882]: 6 0 2.96314 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[891]: 6 0 0.458514 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[903]: 6 -1.00002 0 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[921]: 6 0 1.00001 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[943]: 6 0 1.00008 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[946]: 6 -1.00002 0 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[952]: 6 0 1.00005 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[1028]: 6 -0.47697 0 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[1161]: 6 -1.00009 0 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[1241]: 6 0 1.00008 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[1256]: 6 0 1.00009 shouldn't be
2196.35/2202.09	WSVECS04 Frhs2[1322]: 6 0 0.513905 shouldn't be
2200.03/2205.73	c #Conflicts:    3276000 | #Constraints:     170888
2200.03/2205.73	c #Conflicts:    3277000 | #Constraints:     171888
2200.03/2205.73	WSVECS04 Frhs2[58]: 6 0 0.200099 shouldn't be
2200.03/2205.73	WSVECS04 Frhs2[64]: 6 -1.20002 0 shouldn't be
2200.03/2205.73	WSVECS04 Frhs2[78]: 6 -7.00006 0 shouldn't be
2200.03/2205.73	WSVECS04 Frhs2[104]: 6 0 1.00002 shouldn't be
2200.03/2205.73	WSVECS04 Frhs2[121]: 6 0 2.20008 shouldn't be
2200.03/2205.73	WSVECS04 Frhs2[127]: 6 0 2.20006 shouldn't be
2200.03/2205.73	WSVECS04 Frhs2[128]: 6 0 2.20004 shouldn't be
2200.03/2205.73	WSVECS04 Frhs2[129]: 6 -2.00006 0 shouldn't be
2200.03/2205.73	WSVECS04 Frhs2[137]: 6 -1.00008 0 shouldn't be
2200.03/2205.73	WSVECS04 Frhs2[156]: 6 -2.00008 0 shouldn't be
2200.03/2205.73	WSVECS04 Frhs2[258]: 6 -2.00005 0 shouldn't be
2200.03/2205.73	WSVECS04 Frhs2[261]: 6 0 2.00002 shouldn't be
2200.03/2205.73	WSVECS04 Frhs2[369]: 6 0 2.00007 shouldn't be
2200.03/2205.73	WSVECS04 Frhs2[581]: 6 0 2.00005 shouldn't be
2200.03/2205.73	WSVECS04 Frhs2[589]: 6 0 0.500099 shouldn't be
2200.03/2205.73	WSVECS04 Frhs2[610]: 6 0 0.250058 shouldn't be
2200.03/2205.73	WSVECS04 Frhs2[689]: 6 0 2.00002 shouldn't be
2200.03/2205.73	WSVECS04 Frhs2[762]: 6 0 0.20005 shouldn't be
2200.03/2205.73	WSVECS04 Frhs2[841]: 6 0 2.0001 shouldn't be
2200.03/2205.73	WSVECS04 Frhs2[881]: 6 0 2.00008 shouldn't be
2200.03/2205.73	WSVECS04 Frhs2[911]: 6 -1.00008 0 shouldn't be
2200.03/2205.73	WSVECS04 Frhs2[995]: 6 0 1.00003 shouldn't be
2200.03/2205.73	WSVECS04 Frhs2[1064]: 6 0 2.00001 shouldn't be
2200.03/2205.73	WSVECS04 Frhs2[1067]: 6 -2.00007 0 shouldn't be
2200.03/2205.73	WSVECS04 Frhs2[1086]: 6 -2.00008 0 shouldn't be
2200.03/2205.73	WSVECS04 Frhs2[1275]: 6 0 1.00004 shouldn't be
2240.93/2246.75	c #Conflicts:    3278000 | #Constraints:     172888
2240.93/2246.75	c #Conflicts:    3279000 | #Constraints:     173888
2240.93/2246.75	c #Conflicts:    3280000 | #Constraints:     174888
2240.93/2246.75	c #Conflicts:    3281000 | #Constraints:     175888
2240.93/2246.75	c #Conflicts:    3282000 | #Constraints:     176891
2240.93/2246.75	c #Conflicts:    3283000 | #Constraints:     177891
2240.93/2246.75	c #Conflicts:    3284000 | #Constraints:     178893
2240.93/2246.75	c #Conflicts:    3285000 | #Constraints:     179893
2240.93/2246.75	c #Conflicts:    3286000 | #Constraints:     180894
2240.93/2246.75	c #Conflicts:    3287000 | #Constraints:     181895
2240.93/2246.75	c #Conflicts:    3288000 | #Constraints:     182895
2240.93/2246.75	c #Conflicts:    3289000 | #Constraints:     183895
2240.93/2246.75	c #Conflicts:    3290000 | #Constraints:     184896
2240.93/2246.75	c #Conflicts:    3291000 | #Constraints:     185897
2240.93/2246.75	c #Conflicts:    3292000 | #Constraints:     186900
2240.93/2246.75	c #Conflicts:    3293000 | #Constraints:     187901
2240.93/2246.75	c #Conflicts:    3294000 | #Constraints:     188901
2240.93/2246.75	c #Conflicts:    3295000 | #Constraints:     189901
2240.93/2246.75	c #Conflicts:    3296000 | #Constraints:     190902
2240.93/2246.75	c #Conflicts:    3297000 | #Constraints:     191902
2240.93/2246.75	c #Conflicts:    3298000 | #Constraints:     192902
2240.93/2246.75	c #Conflicts:    3299000 | #Constraints:     193902
2240.93/2246.75	c #Conflicts:    3300000 | #Constraints:     194902
2240.93/2246.75	c #Conflicts:    3301000 | #Constraints:     195902
2240.93/2246.75	c #Conflicts:    3302000 | #Constraints:     196904
2240.93/2246.75	c INPROCESSING
2240.93/2246.75	c GARBAGE COLLECT
2240.93/2246.75	c rational objective 128
2263.38/2269.25	c #Conflicts:    3303000 | #Constraints:     107998
2263.38/2269.25	c #Conflicts:    3304000 | #Constraints:     108998
2263.38/2269.25	c #Conflicts:    3305000 | #Constraints:     109998
2263.38/2269.25	c #Conflicts:    3306000 | #Constraints:     110998
2263.38/2269.25	c #Conflicts:    3307000 | #Constraints:     111998
2263.38/2269.25	c #Conflicts:    3308000 | #Constraints:     112998
2263.38/2269.25	c #Conflicts:    3309000 | #Constraints:     113998
2263.38/2269.25	c #Conflicts:    3310000 | #Constraints:     114998
2263.38/2269.25	c #Conflicts:    3311000 | #Constraints:     115998
2263.38/2269.25	c #Conflicts:    3312000 | #Constraints:     116998
2263.38/2269.25	c #Conflicts:    3313000 | #Constraints:     117998
2263.38/2269.25	c #Conflicts:    3314000 | #Constraints:     118998
2263.38/2269.25	c #Conflicts:    3315000 | #Constraints:     119998
2263.38/2269.25	c #Conflicts:    3316000 | #Constraints:     120998
2263.38/2269.25	c #Conflicts:    3317000 | #Constraints:     121998
2263.38/2269.25	c #Conflicts:    3318000 | #Constraints:     122998
2263.38/2269.25	c #Conflicts:    3319000 | #Constraints:     123998
2263.38/2269.25	c #Conflicts:    3320000 | #Constraints:     124998
2263.38/2269.25	c #Conflicts:    3321000 | #Constraints:     125998
2263.38/2269.25	c #Conflicts:    3322000 | #Constraints:     126998
2263.38/2269.25	c #Conflicts:    3323000 | #Constraints:     127998
2263.38/2269.25	c #Conflicts:    3324000 | #Constraints:     128998
2263.38/2269.25	c #Conflicts:    3325000 | #Constraints:     129998
2263.38/2269.25	c #Conflicts:    3326000 | #Constraints:     130999
2263.38/2269.25	c #Conflicts:    3327000 | #Constraints:     131999
2263.38/2269.25	c #Conflicts:    3328000 | #Constraints:     132999
2263.38/2269.25	c #Conflicts:    3329000 | #Constraints:     133999
2263.38/2269.25	c #Conflicts:    3330000 | #Constraints:     134999
2263.38/2269.25	c #Conflicts:    3331000 | #Constraints:     135999
2263.38/2269.25	c #Conflicts:    3332000 | #Constraints:     136999
2263.38/2269.25	c #Conflicts:    3333000 | #Constraints:     137999
2263.38/2269.25	WSVECS04 Frhs2[101]: 6 -4.93911 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[109]: 6 0 0.0244799 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[184]: 6 0 7.0001 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[203]: 6 0 20.2927 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[235]: 6 0 17.0489 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[238]: 6 -3.12198 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[243]: 6 0 11.3903 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[247]: 6 -8.00002 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[295]: 6 0 0.939068 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[332]: 6 0 3.39026 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[356]: 6 0 5.25619 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[364]: 6 0 1.12202 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[418]: 6 0 18.1708 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[457]: 6 0 5.74397 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[497]: 6 0 3.53664 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[504]: 6 0 9.29271 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[564]: 6 0 1.34155 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[620]: 6 0 1.12197 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[625]: 6 0 2.63416 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[632]: 6 0 8.3903 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[688]: 6 0 6.63421 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[737]: 6 0 2.51225 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[738]: 6 0 11.2928 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[802]: 6 0 13.4147 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[872]: 6 0 19.0489 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[880]: 6 0 8.65861 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[896]: 6 -3.0001 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[898]: 6 -1.00003 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[932]: 6 -1.00008 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1131]: 6 -3.00006 0 shouldn't be
2263.68/2269.57	WSVECS04 Frhs2[49]: 6 0 4.00005 shouldn't be
2263.68/2269.57	WSVECS04 Frhs2[681]: 6 0 2.14641 shouldn't be
2274.05/2279.92	c #Conflicts:    3334000 | #Constraints:     138999
2274.05/2279.92	c #Conflicts:    3335000 | #Constraints:     139999
2274.05/2279.92	c #Conflicts:    3336000 | #Constraints:     140999
2274.05/2279.92	c #Conflicts:    3337000 | #Constraints:     141999
2274.05/2279.92	c #Conflicts:    3338000 | #Constraints:     142999
2274.05/2279.92	c #Conflicts:    3339000 | #Constraints:     143999
2274.05/2279.92	c #Conflicts:    3340000 | #Constraints:     144999
2274.05/2279.92	c #Conflicts:    3341000 | #Constraints:     145999
2274.05/2279.92	c #Conflicts:    3342000 | #Constraints:     146999
2274.05/2279.92	c #Conflicts:    3343000 | #Constraints:     147999
2274.05/2279.92	c #Conflicts:    3344000 | #Constraints:     148999
2274.05/2279.92	c #Conflicts:    3345000 | #Constraints:     149999
2274.05/2279.92	c INPROCESSING
2274.05/2279.92	c GARBAGE COLLECT
2274.05/2279.92	c rational objective 128
2281.03/2286.97	c #Conflicts:    3346000 | #Constraints:      84582
2281.03/2286.97	c #Conflicts:    3347000 | #Constraints:      85582
2281.03/2286.97	c #Conflicts:    3348000 | #Constraints:      86582
2281.03/2286.97	c #Conflicts:    3349000 | #Constraints:      87582
2281.03/2286.97	c #Conflicts:    3350000 | #Constraints:      88582
2281.03/2286.97	c #Conflicts:    3351000 | #Constraints:      89582
2281.03/2286.97	c #Conflicts:    3352000 | #Constraints:      90582
2281.03/2286.97	c #Conflicts:    3353000 | #Constraints:      91582
2281.03/2286.97	c #Conflicts:    3354000 | #Constraints:      92582
2281.03/2286.97	c #Conflicts:    3355000 | #Constraints:      93582
2281.03/2286.97	c #Conflicts:    3356000 | #Constraints:      94582
2281.03/2286.97	c #Conflicts:    3357000 | #Constraints:      95582
2281.03/2286.97	c #Conflicts:    3358000 | #Constraints:      96582
2281.03/2286.97	WSVECS04 Frhs2[77]: 6 0 1.00005 shouldn't be
2281.03/2286.97	WSVECS04 Frhs2[85]: 6 -6.00003 0 shouldn't be
2281.03/2286.97	WSVECS04 Frhs2[90]: 6 -2.66671 0 shouldn't be
2281.03/2286.97	WSVECS04 Frhs2[163]: 6 0 1.33335 shouldn't be
2281.03/2286.97	WSVECS04 Frhs2[164]: 6 0 0.666736 shouldn't be
2281.03/2286.97	WSVECS04 Frhs2[266]: 6 -6.00007 0 shouldn't be
2281.03/2286.97	WSVECS04 Frhs2[272]: 6 0 5.33338 shouldn't be
2281.03/2286.97	WSVECS04 Frhs2[394]: 6 -2.66674 0 shouldn't be
2281.03/2286.97	WSVECS04 Frhs2[399]: 6 0 3.33338 shouldn't be
2281.03/2286.97	WSVECS04 Frhs2[400]: 6 0 5.33337 shouldn't be
2281.03/2286.97	WSVECS04 Frhs2[424]: 6 0 4.00003 shouldn't be
2281.03/2286.97	WSVECS04 Frhs2[485]: 6 -2.66674 0 shouldn't be
2281.03/2286.97	WSVECS04 Frhs2[488]: 6 0 7.33342 shouldn't be
2281.03/2286.97	WSVECS04 Frhs2[527]: 6 0 3.33338 shouldn't be
2281.03/2286.97	WSVECS04 Frhs2[656]: 6 0 7.33342 shouldn't be
2281.03/2286.97	WSVECS04 Frhs2[716]: 6 -5.66668 0 shouldn't be
2281.03/2286.97	WSVECS04 Frhs2[738]: 6 0 0.666706 shouldn't be
2281.03/2286.97	WSVECS04 Frhs2[848]: 6 0 5.3334 shouldn't be
2281.03/2286.97	WSVECS04 Frhs2[1009]: 6 -1.00004 0 shouldn't be
2281.03/2286.97	WSVECS04 Frhs2[1027]: 6 -2.00003 0 shouldn't be
2281.03/2286.97	WSVECS04 Frhs2[1033]: 6 -1.00001 0 shouldn't be
2281.03/2286.97	WSVECS04 Frhs2[1039]: 6 -2.00003 0 shouldn't be
2281.03/2286.97	WSVECS04 Frhs2[1051]: 6 0 1.00006 shouldn't be
2281.03/2286.97	WSVECS04 Frhs2[1209]: 6 -1.00007 0 shouldn't be
2281.03/2286.97	WSVECS04 Frhs2[1218]: 6 -1.00004 0 shouldn't be
2281.33/2287.21	WSVECS04 Frhs2[38]: 6 0 2.00002 shouldn't be
2281.33/2287.21	WSVECS04 Frhs2[140]: 6 0 1.33336 shouldn't be
2281.33/2287.21	WSVECS04 Frhs2[247]: 6 -3.33337 0 shouldn't be
2281.33/2287.21	WSVECS04 Frhs2[268]: 6 0 1.33339 shouldn't be
2281.33/2287.21	WSVECS04 Frhs2[395]: 6 0 3.66675 shouldn't be
2281.33/2287.21	WSVECS04 Frhs2[414]: 6 0 3.33337 shouldn't be
2281.33/2287.21	WSVECS04 Frhs2[524]: 6 0 1.33343 shouldn't be
2281.33/2287.21	WSVECS04 Frhs2[756]: 6 0 2.00009 shouldn't be
2281.33/2287.21	WSVECS04 Frhs2[1114]: 6 -1.00005 0 shouldn't be
2300.59/2306.56	c #Conflicts:    3359000 | #Constraints:      97582
2300.59/2306.56	c #Conflicts:    3360000 | #Constraints:      98582
2300.59/2306.56	c #Conflicts:    3361000 | #Constraints:      99582
2300.59/2306.56	c #Conflicts:    3362000 | #Constraints:     100582
2300.59/2306.56	c #Conflicts:    3363000 | #Constraints:     101582
2300.59/2306.56	c #Conflicts:    3364000 | #Constraints:     102582
2300.59/2306.56	c #Conflicts:    3365000 | #Constraints:     103582
2300.59/2306.56	c #Conflicts:    3366000 | #Constraints:     104582
2300.59/2306.56	c #Conflicts:    3367000 | #Constraints:     105582
2300.59/2306.56	c #Conflicts:    3368000 | #Constraints:     106582
2300.59/2306.56	c #Conflicts:    3369000 | #Constraints:     107582
2300.59/2306.56	c #Conflicts:    3370000 | #Constraints:     108582
2300.59/2306.56	c #Conflicts:    3371000 | #Constraints:     109582
2300.59/2306.56	c #Conflicts:    3372000 | #Constraints:     110582
2300.59/2306.56	c #Conflicts:    3373000 | #Constraints:     111582
2300.59/2306.56	c #Conflicts:    3374000 | #Constraints:     112582
2300.59/2306.56	c #Conflicts:    3375000 | #Constraints:     113582
2300.59/2306.56	c #Conflicts:    3376000 | #Constraints:     114582
2300.59/2306.56	c #Conflicts:    3377000 | #Constraints:     115582
2300.59/2306.56	c #Conflicts:    3378000 | #Constraints:     116582
2300.59/2306.56	c #Conflicts:    3379000 | #Constraints:     117582
2300.59/2306.56	c #Conflicts:    3380000 | #Constraints:     118582
2300.59/2306.56	c #Conflicts:    3381000 | #Constraints:     119582
2300.59/2306.56	c #Conflicts:    3382000 | #Constraints:     120582
2300.59/2306.56	c #Conflicts:    3383000 | #Constraints:     121582
2300.59/2306.56	c #Conflicts:    3384000 | #Constraints:     122582
2300.59/2306.56	c #Conflicts:    3385000 | #Constraints:     123582
2300.59/2306.56	c #Conflicts:    3386000 | #Constraints:     124582
2300.59/2306.56	c #Conflicts:    3387000 | #Constraints:     125582
2300.59/2306.56	c #Conflicts:    3388000 | #Constraints:     126582
2300.59/2306.56	c INPROCESSING
2300.59/2306.56	c GARBAGE COLLECT
2300.59/2306.56	c rational objective 128
2310.87/2316.89	c #Conflicts:    3389000 | #Constraints:      72839
2310.87/2316.89	c #Conflicts:    3390000 | #Constraints:      73839
2310.87/2316.89	c #Conflicts:    3391000 | #Constraints:      74839
2310.87/2316.89	c #Conflicts:    3392000 | #Constraints:      75839
2310.87/2316.89	c #Conflicts:    3393000 | #Constraints:      76839
2310.87/2316.89	c #Conflicts:    3394000 | #Constraints:      77839
2310.87/2316.89	c #Conflicts:    3395000 | #Constraints:      78839
2310.87/2316.89	c #Conflicts:    3396000 | #Constraints:      79839
2310.87/2316.89	c #Conflicts:    3397000 | #Constraints:      80839
2310.87/2316.89	c #Conflicts:    3398000 | #Constraints:      81839
2310.87/2316.89	c #Conflicts:    3399000 | #Constraints:      82839
2310.87/2316.89	c #Conflicts:    3400000 | #Constraints:      83839
2310.87/2316.89	c #Conflicts:    3401000 | #Constraints:      84839
2310.87/2316.89	c #Conflicts:    3402000 | #Constraints:      85840
2310.87/2316.89	c #Conflicts:    3403000 | #Constraints:      86840
2310.87/2316.89	c #Conflicts:    3404000 | #Constraints:      87840
2310.87/2316.89	c #Conflicts:    3405000 | #Constraints:      88840
2310.87/2316.89	c #Conflicts:    3406000 | #Constraints:      89840
2310.87/2316.89	WSVECS04 Frhs2[13]: 6 0 4.00002 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[14]: 6 0 6.1429 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[26]: 6 -9.71431 0 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[44]: 6 0 62.2858 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[73]: 6 0 6.42861 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[74]: 6 -4.00002 0 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[82]: 6 -5.71432 0 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[89]: 6 -10.0001 0 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[95]: 6 0 2.00008 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[98]: 6 0 0.285772 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[107]: 6 0 13 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[115]: 6 0 16.1429 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[144]: 6 0 0.428624 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[159]: 6 0 2.00003 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[334]: 6 0 6.14295 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[364]: 6 0 71.8572 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[366]: 6 -4.00002 0 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[367]: 6 0 2.28581 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[409]: 6 0 3.00007 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[412]: 6 -2.00009 0 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[416]: 6 0 12 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[417]: 6 0 4.00009 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[421]: 6 -3.00008 0 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[424]: 6 0 6.57146 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[459]: 6 0 13.2858 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[475]: 6 0 11.0001 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[484]: 6 0 0.428657 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[554]: 6 0 6.28577 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[557]: 6 0 2.28573 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[558]: 6 -8.00005 0 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[560]: 6 0 11.0001 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[590]: 6 0 2.00007 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[612]: 6 0 1.00006 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[676]: 6 0 3.57152 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[685]: 6 0 2.28581 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[693]: 6 0 3.14289 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[735]: 6 0 2.00006 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[743]: 6 0 3.14294 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[759]: 6 -23.8572 0 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[770]: 6 0 40.8572 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[779]: 6 0 15.2857 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[796]: 6 -13.0001 0 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[817]: 6 0 11.0001 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[874]: 6 0 1.42864 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[1087]: 6 -1.00004 0 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[1111]: 6 -2.00004 0 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[1137]: 6 0 1.00001 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[1144]: 6 0 0.571525 shouldn't be
2310.87/2316.89	WSVECS04 Frhs2[1163]: 6 0 2.00004 shouldn't be
2328.32/2334.33	c #Conflicts:    3407000 | #Constraints:      90840
2328.32/2334.33	c #Conflicts:    3408000 | #Constraints:      91840
2328.32/2334.33	c #Conflicts:    3409000 | #Constraints:      92840
2328.32/2334.33	c #Conflicts:    3410000 | #Constraints:      93840
2328.32/2334.33	c #Conflicts:    3411000 | #Constraints:      94840
2328.32/2334.33	c #Conflicts:    3412000 | #Constraints:      95840
2328.32/2334.33	c #Conflicts:    3413000 | #Constraints:      96840
2328.32/2334.33	c #Conflicts:    3414000 | #Constraints:      97840
2328.32/2334.33	c #Conflicts:    3415000 | #Constraints:      98840
2328.32/2334.33	c #Conflicts:    3416000 | #Constraints:      99840
2328.32/2334.33	c #Conflicts:    3417000 | #Constraints:     100840
2328.32/2334.33	c #Conflicts:    3418000 | #Constraints:     101840
2328.32/2334.33	c #Conflicts:    3419000 | #Constraints:     102840
2328.32/2334.33	c #Conflicts:    3420000 | #Constraints:     103840
2328.32/2334.33	c #Conflicts:    3421000 | #Constraints:     104840
2328.32/2334.33	c #Conflicts:    3422000 | #Constraints:     105840
2328.32/2334.33	c #Conflicts:    3423000 | #Constraints:     106840
2328.32/2334.33	c #Conflicts:    3424000 | #Constraints:     107840
2328.32/2334.33	c #Conflicts:    3425000 | #Constraints:     108840
2328.32/2334.33	c #Conflicts:    3426000 | #Constraints:     109840
2328.32/2334.33	c #Conflicts:    3427000 | #Constraints:     110840
2328.32/2334.33	c #Conflicts:    3428000 | #Constraints:     111840
2328.32/2334.33	c #Conflicts:    3429000 | #Constraints:     112840
2328.32/2334.33	c #Conflicts:    3430000 | #Constraints:     113840
2328.32/2334.33	c #Conflicts:    3431000 | #Constraints:     114840
2328.32/2334.33	c #Conflicts:    3432000 | #Constraints:     115840
2328.32/2334.33	c INPROCESSING
2328.32/2334.33	c GARBAGE COLLECT
2328.32/2334.33	c rational objective 128
2357.75/2363.80	c #Conflicts:    3433000 | #Constraints:      67846
2357.75/2363.80	c #Conflicts:    3434000 | #Constraints:      68846
2357.75/2363.80	c #Conflicts:    3435000 | #Constraints:      69846
2357.75/2363.80	c #Conflicts:    3436000 | #Constraints:      70846
2357.75/2363.80	c #Conflicts:    3437000 | #Constraints:      71846
2357.75/2363.80	c #Conflicts:    3438000 | #Constraints:      72846
2357.75/2363.80	c #Conflicts:    3439000 | #Constraints:      73846
2357.75/2363.80	c #Conflicts:    3440000 | #Constraints:      74846
2357.75/2363.80	c #Conflicts:    3441000 | #Constraints:      75846
2357.75/2363.80	c #Conflicts:    3442000 | #Constraints:      76846
2357.75/2363.80	c #Conflicts:    3443000 | #Constraints:      77846
2357.75/2363.80	c #Conflicts:    3444000 | #Constraints:      78846
2357.75/2363.80	c #Conflicts:    3445000 | #Constraints:      79846
2357.75/2363.80	c #Conflicts:    3446000 | #Constraints:      80846
2357.75/2363.80	c #Conflicts:    3447000 | #Constraints:      81846
2357.75/2363.80	c #Conflicts:    3448000 | #Constraints:      82846
2357.75/2363.80	c #Conflicts:    3449000 | #Constraints:      83846
2357.75/2363.80	c #Conflicts:    3450000 | #Constraints:      84846
2357.75/2363.80	c #Conflicts:    3451000 | #Constraints:      85846
2357.75/2363.80	c #Conflicts:    3452000 | #Constraints:      86846
2357.75/2363.80	c #Conflicts:    3453000 | #Constraints:      87846
2357.75/2363.80	c #Conflicts:    3454000 | #Constraints:      88846
2357.75/2363.80	c #Conflicts:    3455000 | #Constraints:      89846
2357.75/2363.80	c #Conflicts:    3456000 | #Constraints:      90846
2357.75/2363.80	c #Conflicts:    3457000 | #Constraints:      91846
2357.75/2363.80	c #Conflicts:    3458000 | #Constraints:      92846
2357.75/2363.80	c #Conflicts:    3459000 | #Constraints:      93846
2357.75/2363.80	c #Conflicts:    3460000 | #Constraints:      94846
2357.75/2363.80	c #Conflicts:    3461000 | #Constraints:      95846
2357.75/2363.80	c #Conflicts:    3462000 | #Constraints:      96846
2357.75/2363.80	c #Conflicts:    3463000 | #Constraints:      97846
2357.75/2363.80	c #Conflicts:    3464000 | #Constraints:      98846
2357.75/2363.80	c #Conflicts:    3465000 | #Constraints:      99846
2357.75/2363.80	c #Conflicts:    3466000 | #Constraints:     100846
2357.75/2363.80	c #Conflicts:    3467000 | #Constraints:     101846
2357.75/2363.80	c #Conflicts:    3468000 | #Constraints:     102846
2357.75/2363.80	c #Conflicts:    3469000 | #Constraints:     103846
2357.75/2363.80	c #Conflicts:    3470000 | #Constraints:     104846
2357.75/2363.80	c #Conflicts:    3471000 | #Constraints:     105846
2357.75/2363.80	c #Conflicts:    3472000 | #Constraints:     106846
2357.75/2363.80	c #Conflicts:    3473000 | #Constraints:     107846
2357.75/2363.80	c #Conflicts:    3474000 | #Constraints:     108846
2357.75/2363.80	c #Conflicts:    3475000 | #Constraints:     109846
2357.75/2363.80	c #Conflicts:    3476000 | #Constraints:     110846
2357.75/2363.80	c #Conflicts:    3477000 | #Constraints:     111846
2357.75/2363.80	WSVECS04 Frhs2[2]: 6 -31.122 0 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[3]: 6 0 38.5366 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[9]: 6 0 20.2928 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[201]: 6 0 20.2927 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[207]: 6 0 3.85369 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[226]: 6 0 2.43904 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[231]: 6 0 2.29278 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[260]: 6 -7.85372 0 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[270]: 6 0 4.00004 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[330]: 6 -5.12203 0 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[334]: 6 0 5.85367 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[497]: 6 0 12.3903 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[526]: 6 0 5.85369 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[562]: 6 0 1.85374 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[585]: 6 0 18.2927 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[627]: 6 0 69.6586 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[630]: 6 0 5.41472 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[648]: 6 -37.3903 0 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[695]: 6 -4.34156 0 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[728]: 6 -71.439 0 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[755]: 6 0 68.4391 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[778]: 6 -9.85367 0 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[841]: 6 0 14.4391 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[842]: 6 -5.85372 0 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[843]: 6 0 48.9757 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[883]: 6 0 68.0976 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[914]: 6 -3.00004 0 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[938]: 6 -2.00006 0 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[1033]: 6 -1.00003 0 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[1041]: 6 -1.00002 0 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[1058]: 6 -1.00004 0 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[1312]: 6 -1.00006 0 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[1320]: 6 -1.00006 0 shouldn't be
2357.75/2363.80	WSVECS04 Frhs2[1328]: 6 0 1.00002 shouldn't be
2407.14/2413.39	c #Conflicts:    3478000 | #Constraints:     112846
2407.14/2413.39	c #Conflicts:    3479000 | #Constraints:     113846
2407.14/2413.39	c #Conflicts:    3480000 | #Constraints:     114846
2407.14/2413.39	c #Conflicts:    3481000 | #Constraints:     115846
2407.14/2413.39	c #Conflicts:    3482000 | #Constraints:     116846
2407.14/2413.39	c #Conflicts:    3483000 | #Constraints:     117846
2407.14/2413.39	c #Conflicts:    3484000 | #Constraints:     118846
2407.14/2413.39	c #Conflicts:    3485000 | #Constraints:     119846
2407.14/2413.39	c #Conflicts:    3486000 | #Constraints:     120846
2407.14/2413.39	c #Conflicts:    3487000 | #Constraints:     121846
2407.14/2413.39	c #Conflicts:    3488000 | #Constraints:     122846
2407.14/2413.39	c #Conflicts:    3489000 | #Constraints:     123846
2407.14/2413.39	c #Conflicts:    3490000 | #Constraints:     124846
2407.14/2413.39	c #Conflicts:    3491000 | #Constraints:     125846
2407.14/2413.39	c #Conflicts:    3492000 | #Constraints:     126846
2407.14/2413.39	c #Conflicts:    3493000 | #Constraints:     127846
2407.14/2413.39	c #Conflicts:    3494000 | #Constraints:     128846
2407.14/2413.39	c #Conflicts:    3495000 | #Constraints:     129846
2407.14/2413.39	c #Conflicts:    3496000 | #Constraints:     130846
2407.14/2413.39	c #Conflicts:    3497000 | #Constraints:     131846
2407.14/2413.39	c #Conflicts:    3498000 | #Constraints:     132846
2407.14/2413.39	c #Conflicts:    3499000 | #Constraints:     133846
2407.14/2413.39	c #Conflicts:    3500000 | #Constraints:     134846
2407.14/2413.39	c #Conflicts:    3501000 | #Constraints:     135846
2407.14/2413.39	c #Conflicts:    3502000 | #Constraints:     136846
2407.14/2413.39	c #Conflicts:    3503000 | #Constraints:     137846
2407.14/2413.39	c #Conflicts:    3504000 | #Constraints:     138846
2407.14/2413.39	c #Conflicts:    3505000 | #Constraints:     139846
2407.14/2413.39	c #Conflicts:    3506000 | #Constraints:     140846
2407.14/2413.39	c #Conflicts:    3507000 | #Constraints:     141846
2407.14/2413.39	c #Conflicts:    3508000 | #Constraints:     142846
2407.14/2413.39	c #Conflicts:    3509000 | #Constraints:     143846
2407.14/2413.39	c #Conflicts:    3510000 | #Constraints:     144846
2407.14/2413.39	c #Conflicts:    3511000 | #Constraints:     145846
2407.14/2413.39	c #Conflicts:    3512000 | #Constraints:     146846
2407.14/2413.39	c #Conflicts:    3513000 | #Constraints:     147846
2407.14/2413.39	c #Conflicts:    3514000 | #Constraints:     148846
2407.14/2413.39	c #Conflicts:    3515000 | #Constraints:     149846
2407.14/2413.39	c #Conflicts:    3516000 | #Constraints:     150846
2407.14/2413.39	c #Conflicts:    3517000 | #Constraints:     151846
2407.14/2413.39	c #Conflicts:    3518000 | #Constraints:     152846
2407.14/2413.39	c #Conflicts:    3519000 | #Constraints:     153846
2407.14/2413.39	c #Conflicts:    3520000 | #Constraints:     154846
2407.14/2413.39	c #Conflicts:    3521000 | #Constraints:     155846
2407.14/2413.39	c #Conflicts:    3522000 | #Constraints:     156846
2407.14/2413.39	c #Conflicts:    3523000 | #Constraints:     157846
2407.14/2413.39	c #Conflicts:    3524000 | #Constraints:     158846
2407.14/2413.39	c #Conflicts:    3525000 | #Constraints:     159846
2407.14/2413.39	c #Conflicts:    3526000 | #Constraints:     160846
2407.14/2413.39	c #Conflicts:    3527000 | #Constraints:     161846
2407.14/2413.39	c #Conflicts:    3528000 | #Constraints:     162846
2407.14/2413.39	WSVECS04 Frhs2[27]: 6 0 3.94272 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[36]: 6 0 0.371628 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[73]: 6 0 5.95015 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[76]: 6 0 0.997582 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[103]: 6 0 1.31428 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[129]: 6 -4.00003 0 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[131]: 6 0 5.10312 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[140]: 6 -19.5162 0 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[155]: 6 0 0.68582 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[156]: 6 -2.00008 0 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[187]: 6 0 1.37166 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[189]: 6 0 2.87616 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[230]: 6 0 3.00005 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[253]: 6 0 2.87621 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[270]: 6 0 7.88538 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[293]: 6 -10.3143 0 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[308]: 6 -13.0274 0 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[317]: 6 0 2.87621 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[318]: 6 0 8.10478 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[327]: 6 0 0.0474748 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[328]: 6 0 8.45557 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[336]: 6 0 1.26439 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[354]: 6 0 4.04739 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[378]: 6 0 0.0075703 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[393]: 6 0 4.06489 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[397]: 6 0 5.16964 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[452]: 6 -18.3225 0 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[475]: 6 0 7.41904 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[485]: 6 0 2.17211 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[512]: 6 -9.28187 0 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[513]: 6 -0.0474138 0 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[519]: 6 0 0.0474733 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[520]: 6 0 8.45555 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[528]: 6 0 1.2644 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[551]: 6 0 1.31426 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[572]: 6 -5.22866 0 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[590]: 6 0 9.88532 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[610]: 6 0 5.41899 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[613]: 6 -1.00008 0 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[615]: 6 0 1.31429 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[632]: 6 0 0.685833 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[635]: 6 0 5.22869 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[644]: 6 0 4.95265 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[647]: 6 0 5.00009 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[648]: 6 0 13.4082 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[667]: 6 0 7.41899 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[671]: 6 -3.00002 0 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[711]: 6 0 5.00007 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[744]: 6 0 0.562026 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[759]: 6 0 3.19958 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[768]: 6 -3.43227 0 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[769]: 6 -13.4082 0 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[806]: 6 -20.2519 0 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[825]: 6 0 2.87618 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[845]: 6 0 5.15714 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[846]: 6 0 3.88534 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[866]: 6 0 1.10475 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[901]: 6 -0.0474698 0 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[918]: 6 -3.00003 0 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[937]: 6 0 0.952706 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[1065]: 6 0 1.00001 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[1067]: 6 -1.00002 0 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[1073]: 6 -1.00008 0 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[1103]: 6 0 1.00009 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[1159]: 6 -2.00007 0 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[1298]: 6 0 0.685842 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[1311]: 6 0 0.685849 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[1312]: 6 0 4.00002 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[1320]: 6 0 3.68585 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[1330]: 6 -1.00001 0 shouldn't be
2407.14/2413.39	WSVECS04 Frhs2[1344]: 6 -0.685852 0 shouldn't be
2455.81/2462.19	c #Conflicts:    3529000 | #Constraints:     163846
2455.81/2462.19	c #Conflicts:    3530000 | #Constraints:     164846
2455.81/2462.19	c #Conflicts:    3531000 | #Constraints:     165846
2455.81/2462.19	c #Conflicts:    3532000 | #Constraints:     166846
2455.81/2462.19	c #Conflicts:    3533000 | #Constraints:     167846
2455.81/2462.19	c #Conflicts:    3534000 | #Constraints:     168846
2455.81/2462.19	c #Conflicts:    3535000 | #Constraints:     169846
2455.81/2462.19	c #Conflicts:    3536000 | #Constraints:     170846
2455.81/2462.19	c #Conflicts:    3537000 | #Constraints:     171846
2455.81/2462.19	c #Conflicts:    3538000 | #Constraints:     172846
2455.81/2462.19	c #Conflicts:    3539000 | #Constraints:     173846
2455.81/2462.19	c #Conflicts:    3540000 | #Constraints:     174846
2455.81/2462.19	c #Conflicts:    3541000 | #Constraints:     175846
2455.81/2462.19	c #Conflicts:    3542000 | #Constraints:     176846
2455.81/2462.19	c #Conflicts:    3543000 | #Constraints:     177846
2455.81/2462.19	c #Conflicts:    3544000 | #Constraints:     178846
2455.81/2462.19	c #Conflicts:    3545000 | #Constraints:     179846
2455.81/2462.19	c #Conflicts:    3546000 | #Constraints:     180846
2455.81/2462.19	c #Conflicts:    3547000 | #Constraints:     181846
2455.81/2462.19	c #Conflicts:    3548000 | #Constraints:     182846
2455.81/2462.19	c #Conflicts:    3549000 | #Constraints:     183846
2455.81/2462.19	c #Conflicts:    3550000 | #Constraints:     184846
2455.81/2462.19	c #Conflicts:    3551000 | #Constraints:     185846
2455.81/2462.19	c #Conflicts:    3552000 | #Constraints:     186846
2455.81/2462.19	c #Conflicts:    3553000 | #Constraints:     187846
2455.81/2462.19	c #Conflicts:    3554000 | #Constraints:     188846
2455.81/2462.19	c #Conflicts:    3555000 | #Constraints:     189846
2455.81/2462.19	c #Conflicts:    3556000 | #Constraints:     190846
2455.81/2462.19	c #Conflicts:    3557000 | #Constraints:     191846
2455.81/2462.19	c #Conflicts:    3558000 | #Constraints:     192846
2455.81/2462.19	c #Conflicts:    3559000 | #Constraints:     193846
2455.81/2462.19	c #Conflicts:    3560000 | #Constraints:     194846
2455.81/2462.19	c #Conflicts:    3561000 | #Constraints:     195846
2455.81/2462.19	c #Conflicts:    3562000 | #Constraints:     196847
2455.81/2462.19	WSVECS04 Frhs2[33]: 6 0 3.00004 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[49]: 6 0 5.79383 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[57]: 6 0 3.0722 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[101]: 6 -3.10315 0 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[104]: 6 0 8.19079 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[113]: 6 0 1.22944 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[121]: 6 0 23.6676 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[125]: 6 0 20.5954 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[184]: 6 0 4.4846 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[187]: 6 0 18.1985 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[188]: 6 0 18.1985 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[254]: 6 0 20.5954 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[403]: 6 -9.59542 0 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[422]: 6 0 9.5954 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[468]: 6 0 41.3867 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[547]: 6 0 5.15725 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[549]: 6 -2.60317 0 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[550]: 6 0 9.59538 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[557]: 6 0 72.049 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[558]: 6 0 72.7887 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[585]: 6 0 12.6031 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[622]: 6 -19.513 0 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[623]: 6 0 170.727 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[625]: 6 0 8.53355 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[633]: 6 0 3.07223 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[680]: 6 0 9.08769 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[690]: 6 0 20.1985 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[695]: 6 -3.00006 0 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[696]: 6 0 22.6831 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[762]: 6 -3.07221 0 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[782]: 6 0 3.07225 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[784]: 6 0 3.07219 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[805]: 6 -8.89694 0 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[806]: 6 0 3.69849 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[813]: 6 -4.0001 0 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[870]: 6 0 7.59542 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[879]: 6 0 175.503 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[902]: 6 0 1.00002 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[939]: 6 -1.00002 0 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[1185]: 6 0 2.00001 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[1192]: 6 0 19.513 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[1216]: 6 -1.00009 0 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[1296]: 6 -2.00008 0 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[1320]: 6 0 1.00002 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[1330]: 6 0 1.00002 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[1338]: 6 0 2.00008 shouldn't be
2455.81/2462.19	WSVECS04 Frhs2[1339]: 6 0 2.00009 shouldn't be
2466.79/2473.11	c #Conflicts:    3563000 | #Constraints:     197847
2466.79/2473.11	c #Conflicts:    3564000 | #Constraints:     198847
2466.79/2473.11	c #Conflicts:    3565000 | #Constraints:     199847
2466.79/2473.11	c #Conflicts:    3566000 | #Constraints:     200847
2466.79/2473.11	c #Conflicts:    3567000 | #Constraints:     201847
2466.79/2473.11	c #Conflicts:    3568000 | #Constraints:     202847
2466.79/2473.11	c #Conflicts:    3569000 | #Constraints:     203847
2466.79/2473.11	c #Conflicts:    3570000 | #Constraints:     204847
2466.79/2473.11	c INPROCESSING
2466.79/2473.11	c GARBAGE COLLECT
2466.79/2473.11	c rational objective 128
2486.74/2493.17	c #Conflicts:    3571000 | #Constraints:     112288
2486.74/2493.17	c #Conflicts:    3572000 | #Constraints:     113288
2486.74/2493.17	c #Conflicts:    3573000 | #Constraints:     114288
2486.74/2493.17	c #Conflicts:    3574000 | #Constraints:     115289
2486.74/2493.17	c #Conflicts:    3575000 | #Constraints:     116289
2486.74/2493.17	c #Conflicts:    3576000 | #Constraints:     117289
2486.74/2493.17	c #Conflicts:    3577000 | #Constraints:     118289
2486.74/2493.17	c #Conflicts:    3578000 | #Constraints:     119289
2486.74/2493.17	c #Conflicts:    3579000 | #Constraints:     120289
2486.74/2493.17	c #Conflicts:    3580000 | #Constraints:     121290
2486.74/2493.17	c #Conflicts:    3581000 | #Constraints:     122290
2486.74/2493.17	c #Conflicts:    3582000 | #Constraints:     123290
2486.74/2493.17	c #Conflicts:    3583000 | #Constraints:     124290
2486.74/2493.17	c #Conflicts:    3584000 | #Constraints:     125290
2486.74/2493.17	c #Conflicts:    3585000 | #Constraints:     126290
2486.74/2493.17	c #Conflicts:    3586000 | #Constraints:     127290
2486.74/2493.17	c #Conflicts:    3587000 | #Constraints:     128290
2486.74/2493.17	c #Conflicts:    3588000 | #Constraints:     129292
2486.74/2493.17	c #Conflicts:    3589000 | #Constraints:     130293
2486.74/2493.17	c #Conflicts:    3590000 | #Constraints:     131293
2486.74/2493.17	c #Conflicts:    3591000 | #Constraints:     132294
2486.74/2493.17	c #Conflicts:    3592000 | #Constraints:     133296
2486.74/2493.17	c #Conflicts:    3593000 | #Constraints:     134297
2486.74/2493.17	c #Conflicts:    3594000 | #Constraints:     135297
2486.74/2493.17	WSVECS04 Frhs2[8]: 6 -2.00009 0 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[33]: 6 0 2.65462 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[84]: 6 -11.0001 0 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[158]: 6 0 3.00007 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[182]: 6 0 2.18186 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[209]: 6 0 0.236401 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[212]: 6 0 0.236424 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[214]: 6 0 2.43644 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[217]: 6 -2.00003 0 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[244]: 6 0 1.63643 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[248]: 6 0 1.27277 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[252]: 6 0 4.72735 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[287]: 6 0 2.87279 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[292]: 6 -2.00006 0 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[302]: 6 -2.00005 0 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[319]: 6 0 0.309137 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[338]: 6 0 0.527367 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[343]: 6 0 0.654571 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[357]: 6 -3.94555 0 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[363]: 6 0 0.527303 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[375]: 6 0 2.36368 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[381]: 6 0 6.07276 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[399]: 6 -20.0001 0 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[416]: 6 -10.4182 0 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[434]: 6 0 0.545542 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[439]: 6 -2.18183 0 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[446]: 6 0 2.00007 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[448]: 6 -2.00005 0 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[449]: 6 -2.00004 0 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[458]: 6 -6.00002 0 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[467]: 6 -4.20003 0 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[488]: 6 0 6.0728 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[491]: 6 -12.6546 0 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[509]: 6 0 4.65456 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[510]: 6 0 0.0546183 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[519]: 6 -8.00003 0 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[531]: 6 -3.56368 0 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[574]: 6 0 2.00008 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[581]: 6 0 2.00004 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[588]: 6 -6.00008 0 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[589]: 6 0 0.327359 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[609]: 6 0 2.65456 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[613]: 6 -2.12735 0 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[622]: 6 -2.00009 0 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[631]: 6 0 3.63638 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[645]: 6 -18.3182 0 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[665]: 6 0 0.636422 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[673]: 6 0 2.6546 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[717]: 6 0 0.327359 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[733]: 6 -5.00005 0 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[741]: 6 -1.00009 0 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[798]: 6 0 1.00003 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[801]: 6 0 2.65464 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[806]: 6 -6.07276 0 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[814]: 6 -4.00009 0 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[822]: 6 0 0.363683 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[855]: 6 0 0.127364 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[868]: 6 0 1.07276 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[870]: 6 0 1.07281 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[884]: 6 0 2.00004 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[886]: 6 0 0.363696 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[902]: 6 -2.00007 0 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[912]: 6 0 4.00007 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[1001]: 6 0 2.00005 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[1065]: 6 0 2.00004 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[1100]: 6 0 1.00008 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[1114]: 6 0 4.00004 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[1144]: 6 0 1.00009 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[1145]: 6 -0.0728268 0 shouldn't be
2486.74/2493.17	WSVECS04 Frhs2[1176]: 6 0 1.00009 shouldn't be
2496.41/2502.89	c #Conflicts:    3595000 | #Constraints:     136297
2496.41/2502.89	c #Conflicts:    3596000 | #Constraints:     137297
2496.41/2502.89	c #Conflicts:    3597000 | #Constraints:     138297
2496.41/2502.89	c #Conflicts:    3598000 | #Constraints:     139298
2496.41/2502.89	c #Conflicts:    3599000 | #Constraints:     140298
2496.41/2502.89	c #Conflicts:    3600000 | #Constraints:     141298
2496.41/2502.89	c #Conflicts:    3601000 | #Constraints:     142299
2496.41/2502.89	c #Conflicts:    3602000 | #Constraints:     143299
2496.41/2502.89	c #Conflicts:    3603000 | #Constraints:     144300
2496.41/2502.89	c #Conflicts:    3604000 | #Constraints:     145300
2496.41/2502.89	WSVECS04 Frhs2[1]: 6 0 0.66674 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[11]: 6 0 2.00008 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[12]: 6 0 2.00002 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[52]: 6 0 2.00005 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[78]: 6 -5.00006 0 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[113]: 6 -3.0001 0 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[175]: 6 -1.0001 0 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[181]: 6 0 2.73336 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[196]: 6 0 2.33343 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[197]: 6 0 2.3334 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[199]: 6 0 2.00006 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[260]: 6 0 0.333412 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[261]: 6 0 0.333402 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[273]: 6 0 2.3334 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[278]: 6 -1.16674 0 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[325]: 6 0 0.666759 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[339]: 6 0 1.16671 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[342]: 6 0 1.16676 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[421]: 6 -2.00006 0 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[439]: 6 -1.60007 0 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[456]: 6 0 0.333346 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[481]: 6 -16.0001 0 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[505]: 6 0 3.00005 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[552]: 6 -16.0001 0 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[565]: 6 0 0.400035 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[825]: 6 0 1.33335 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[847]: 6 0 4.00001 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[889]: 6 0 3.00004 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[920]: 6 -1.00003 0 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[935]: 6 0 2.00004 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[937]: 6 0 1.00003 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[996]: 6 -3.00002 0 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[1001]: 6 0 1.00009 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[1127]: 6 -1.00001 0 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[1169]: 6 0 1.00001 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[1209]: 6 0 2.00005 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[1272]: 6 0 1.00006 shouldn't be
2496.41/2502.89	WSVECS04 Frhs2[1287]: 6 -2.00003 0 shouldn't be
2504.99/2511.44	c #Conflicts:    3605000 | #Constraints:     146300
2504.99/2511.44	c #Conflicts:    3606000 | #Constraints:     147300
2504.99/2511.44	c #Conflicts:    3607000 | #Constraints:     148300
2504.99/2511.44	c #Conflicts:    3608000 | #Constraints:     149300
2504.99/2511.44	c #Conflicts:    3609000 | #Constraints:     150300
2504.99/2511.44	c #Conflicts:    3610000 | #Constraints:     151302
2504.99/2511.44	c #Conflicts:    3611000 | #Constraints:     152302
2504.99/2511.44	c #Conflicts:    3612000 | #Constraints:     153302
2504.99/2511.44	WSVECS04 Frhs2[2]: 6 0 0.500032 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[10]: 6 -1.23533 0 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[77]: 6 0 0.235366 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[78]: 6 -1.00007 0 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[123]: 6 0 1.14713 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[137]: 6 -4.82354 0 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[174]: 6 0 3.00003 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[269]: 6 0 0.852968 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[271]: 6 0 0.617746 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[336]: 6 -5.47067 0 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[376]: 6 0 0.50004 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[378]: 6 0 1.14715 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[379]: 6 0 1.14711 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[386]: 6 0 0.500021 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[458]: 6 -0.970667 0 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[460]: 6 0 2.88238 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[461]: 6 0 1.23538 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[474]: 6 -4.00007 0 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[496]: 6 0 4.00002 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[506]: 6 0 1.14714 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[569]: 6 0 0.147135 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[571]: 6 0 1.29417 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[575]: 6 0 0.147145 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[634]: 6 0 1.14713 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[763]: 6 0 1.14715 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[765]: 6 0 1.00009 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[770]: 6 0 0.500056 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[781]: 6 0 0.235338 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[816]: 6 0 4.00001 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[826]: 6 0 1.1471 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[827]: 6 0 1.14713 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[834]: 6 0 0.500088 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[848]: 6 0 2.00002 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[889]: 6 0 1.00003 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[890]: 6 0 2.14713 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[891]: 6 0 2.14713 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[904]: 6 0 2.00003 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[906]: 6 -2.00006 0 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[918]: 6 0 1.00004 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[959]: 6 0 0.47068 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[968]: 6 -0.470674 0 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[985]: 6 0 2.00002 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[988]: 6 -2.00004 0 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[1000]: 6 0 1.50004 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[1089]: 6 -1.00004 0 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[1103]: 6 -1.00007 0 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[1105]: 6 0 3.00008 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[1152]: 6 0 3.50006 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[1178]: 6 0 1.00007 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[1182]: 6 0 1.00001 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[1183]: 6 0 3.00007 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[1194]: 6 0 1.00002 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[1207]: 6 -1.00009 0 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[1217]: 6 -1.00007 0 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[1218]: 6 -1.00003 0 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[1290]: 6 0 1.00008 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[1297]: 6 0 2.00009 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[1305]: 6 0 2.00008 shouldn't be
2504.99/2511.44	WSVECS04 Frhs2[1309]: 6 0 2.2942 shouldn't be
2507.28/2513.76	c #Conflicts:    3613000 | #Constraints:     154302
2507.28/2513.76	c #Conflicts:    3614000 | #Constraints:     155302
2507.28/2513.76	c INPROCESSING
2507.28/2513.76	c GARBAGE COLLECT
2507.28/2513.76	c rational objective 128
2536.71/2543.21	c #Conflicts:    3615000 | #Constraints:      87217
2536.71/2543.21	c #Conflicts:    3616000 | #Constraints:      88217
2536.71/2543.21	c #Conflicts:    3617000 | #Constraints:      89217
2536.71/2543.21	c #Conflicts:    3618000 | #Constraints:      90217
2536.71/2543.21	c #Conflicts:    3619000 | #Constraints:      91217
2536.71/2543.21	c #Conflicts:    3620000 | #Constraints:      92217
2536.71/2543.21	c #Conflicts:    3621000 | #Constraints:      93217
2536.71/2543.21	c #Conflicts:    3622000 | #Constraints:      94217
2536.71/2543.21	c #Conflicts:    3623000 | #Constraints:      95217
2536.71/2543.21	c #Conflicts:    3624000 | #Constraints:      96217
2536.71/2543.21	c #Conflicts:    3625000 | #Constraints:      97217
2536.71/2543.21	c #Conflicts:    3626000 | #Constraints:      98217
2536.71/2543.21	c #Conflicts:    3627000 | #Constraints:      99217
2536.71/2543.21	c #Conflicts:    3628000 | #Constraints:     100217
2536.71/2543.21	c #Conflicts:    3629000 | #Constraints:     101217
2536.71/2543.21	c #Conflicts:    3630000 | #Constraints:     102217
2536.71/2543.21	c #Conflicts:    3631000 | #Constraints:     103217
2536.71/2543.21	c #Conflicts:    3632000 | #Constraints:     104217
2536.71/2543.21	c #Conflicts:    3633000 | #Constraints:     105217
2536.71/2543.21	c #Conflicts:    3634000 | #Constraints:     106217
2536.71/2543.21	c #Conflicts:    3635000 | #Constraints:     107217
2536.71/2543.21	c #Conflicts:    3636000 | #Constraints:     108217
2536.71/2543.21	c #Conflicts:    3637000 | #Constraints:     109217
2536.71/2543.21	c #Conflicts:    3638000 | #Constraints:     110217
2536.71/2543.21	c #Conflicts:    3639000 | #Constraints:     111217
2536.71/2543.21	c #Conflicts:    3640000 | #Constraints:     112217
2536.71/2543.21	c #Conflicts:    3641000 | #Constraints:     113217
2536.71/2543.21	c #Conflicts:    3642000 | #Constraints:     114217
2536.71/2543.21	c #Conflicts:    3643000 | #Constraints:     115217
2536.71/2543.21	c #Conflicts:    3644000 | #Constraints:     116217
2536.71/2543.21	c #Conflicts:    3645000 | #Constraints:     117217
2536.71/2543.21	c #Conflicts:    3646000 | #Constraints:     118217
2536.71/2543.21	c #Conflicts:    3647000 | #Constraints:     119217
2536.71/2543.21	c #Conflicts:    3648000 | #Constraints:     120217
2536.71/2543.21	c #Conflicts:    3649000 | #Constraints:     121217
2536.71/2543.21	c #Conflicts:    3650000 | #Constraints:     122217
2536.71/2543.21	c #Conflicts:    3651000 | #Constraints:     123217
2536.71/2543.21	c #Conflicts:    3652000 | #Constraints:     124217
2536.71/2543.21	c #Conflicts:    3653000 | #Constraints:     125217
2536.71/2543.21	c #Conflicts:    3654000 | #Constraints:     126217
2536.71/2543.21	c #Conflicts:    3655000 | #Constraints:     127218
2536.71/2543.21	c #Conflicts:    3656000 | #Constraints:     128218
2536.71/2543.21	c #Conflicts:    3657000 | #Constraints:     129218
2536.71/2543.21	c #Conflicts:    3658000 | #Constraints:     130218
2536.71/2543.21	c #Conflicts:    3659000 | #Constraints:     131218
2536.71/2543.21	c INPROCESSING
2536.71/2543.21	c GARBAGE COLLECT
2536.71/2543.21	c rational objective 128
2564.25/2570.83	c #Conflicts:    3660000 | #Constraints:      75267
2564.25/2570.83	c #Conflicts:    3661000 | #Constraints:      76267
2564.25/2570.83	c #Conflicts:    3662000 | #Constraints:      77267
2564.25/2570.83	c #Conflicts:    3663000 | #Constraints:      78267
2564.25/2570.83	c #Conflicts:    3664000 | #Constraints:      79267
2564.25/2570.83	c #Conflicts:    3665000 | #Constraints:      80267
2564.25/2570.83	c #Conflicts:    3666000 | #Constraints:      81267
2564.25/2570.83	c #Conflicts:    3667000 | #Constraints:      82267
2564.25/2570.83	c #Conflicts:    3668000 | #Constraints:      83267
2564.25/2570.83	c #Conflicts:    3669000 | #Constraints:      84267
2564.25/2570.83	c #Conflicts:    3670000 | #Constraints:      85267
2564.25/2570.83	c #Conflicts:    3671000 | #Constraints:      86267
2564.25/2570.83	c #Conflicts:    3672000 | #Constraints:      87267
2564.25/2570.83	c #Conflicts:    3673000 | #Constraints:      88267
2564.25/2570.83	c #Conflicts:    3674000 | #Constraints:      89267
2564.25/2570.83	c #Conflicts:    3675000 | #Constraints:      90267
2564.25/2570.83	c #Conflicts:    3676000 | #Constraints:      91267
2564.25/2570.83	c #Conflicts:    3677000 | #Constraints:      92267
2564.25/2570.83	c #Conflicts:    3678000 | #Constraints:      93267
2564.25/2570.83	c #Conflicts:    3679000 | #Constraints:      94267
2564.25/2570.83	c #Conflicts:    3680000 | #Constraints:      95267
2564.25/2570.83	c #Conflicts:    3681000 | #Constraints:      96267
2564.25/2570.83	c #Conflicts:    3682000 | #Constraints:      97267
2564.25/2570.83	c #Conflicts:    3683000 | #Constraints:      98267
2564.25/2570.83	c #Conflicts:    3684000 | #Constraints:      99267
2564.25/2570.83	c #Conflicts:    3685000 | #Constraints:     100267
2564.25/2570.83	c #Conflicts:    3686000 | #Constraints:     101267
2564.25/2570.83	c #Conflicts:    3687000 | #Constraints:     102267
2564.25/2570.83	c #Conflicts:    3688000 | #Constraints:     103267
2564.25/2570.83	c #Conflicts:    3689000 | #Constraints:     104267
2564.25/2570.83	c #Conflicts:    3690000 | #Constraints:     105267
2564.25/2570.83	c #Conflicts:    3691000 | #Constraints:     106267
2564.25/2570.83	c #Conflicts:    3692000 | #Constraints:     107267
2564.25/2570.83	c #Conflicts:    3693000 | #Constraints:     108267
2564.25/2570.83	c #Conflicts:    3694000 | #Constraints:     109267
2564.25/2570.83	c #Conflicts:    3695000 | #Constraints:     110267
2564.25/2570.83	c #Conflicts:    3696000 | #Constraints:     111267
2564.25/2570.83	c #Conflicts:    3697000 | #Constraints:     112267
2564.25/2570.83	c #Conflicts:    3698000 | #Constraints:     113267
2564.25/2570.83	c #Conflicts:    3699000 | #Constraints:     114267
2564.25/2570.83	c #Conflicts:    3700000 | #Constraints:     115267
2564.25/2570.83	c #Conflicts:    3701000 | #Constraints:     116267
2564.25/2570.83	c #Conflicts:    3702000 | #Constraints:     117267
2564.25/2570.83	c #Conflicts:    3703000 | #Constraints:     118267
2564.25/2570.83	c #Conflicts:    3704000 | #Constraints:     119267
2564.25/2570.83	c INPROCESSING
2564.25/2570.83	c GARBAGE COLLECT
2564.25/2570.83	c rational objective 128
2569.44/2576.09	c #Conflicts:    3705000 | #Constraints:      69281
2569.44/2576.09	c #Conflicts:    3706000 | #Constraints:      70281
2569.44/2576.09	c #Conflicts:    3707000 | #Constraints:      71281
2569.44/2576.09	c #Conflicts:    3708000 | #Constraints:      72281
2569.44/2576.09	c #Conflicts:    3709000 | #Constraints:      73281
2569.44/2576.09	c #Conflicts:    3710000 | #Constraints:      74282
2569.44/2576.09	c #Conflicts:    3711000 | #Constraints:      75284
2569.44/2576.09	c #Conflicts:    3712000 | #Constraints:      76284
2569.44/2576.09	WSVECS04 Frhs2[19]: 6 -1.11264 0 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[20]: 6 0 2.36986 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[22]: 6 0 2.68177 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[28]: 6 -0.456608 0 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[32]: 6 0 0.167259 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[33]: 6 0 0.599709 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[34]: 6 0 0.59971 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[38]: 6 0 0.599732 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[39]: 6 0 0.599717 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[44]: 6 -4.00005 0 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[45]: 6 0 5.23317 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[50]: 6 0 5.36981 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[51]: 6 -4.00007 0 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[193]: 6 -2.00001 0 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[204]: 6 0 0.0740491 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[205]: 6 0 3.94221 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[215]: 6 -10.7524 0 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[217]: 6 -11.3312 0 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[226]: 6 -10.0001 0 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[278]: 6 0 2.31194 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[323]: 6 0 3.03868 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[388]: 6 0 1.00008 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[392]: 6 0 2.0001 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[396]: 6 0 0.0739934 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[397]: 6 0 3.94217 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[399]: 6 -6.00008 0 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[404]: 6 0 2.36979 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[406]: 6 0 2.68169 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[409]: 6 0 0.434168 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[421]: 6 -3.00009 0 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[429]: 6 -5.09892 0 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[434]: 6 0 5.36984 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[461]: 6 0 5.8682 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[466]: 6 0 6.24768 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[470]: 6 0 8.92928 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[473]: 6 0 0.601374 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[481]: 6 -7.59976 0 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[494]: 6 0 2.09896 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[531]: 6 -6.36015 0 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[539]: 6 -5.46951 0 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[589]: 6 0 3.86819 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[613]: 6 -4.00007 0 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[626]: 6 0 5.36982 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[628]: 6 0 0.684914 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[644]: 6 0 1.00009 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[645]: 6 -6.00008 0 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[653]: 6 0 3.94213 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[660]: 6 0 2.36985 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[677]: 6 -2.00001 0 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[690]: 6 0 5.36985 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[716]: 6 0 0.0739987 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[717]: 6 0 3.94218 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[735]: 6 0 5.83282 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[743]: 6 0 2.0001 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[797]: 6 0 0.276622 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[798]: 6 0 3.72676 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[806]: 6 -4.80067 0 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[813]: 6 0 5.23321 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[845]: 6 0 3.94218 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[875]: 6 0 3.29907 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[877]: 6 0 5.23314 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[882]: 6 0 5.36987 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[901]: 6 -3.00005 0 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[911]: 6 -2.00009 0 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[925]: 6 -3.0001 0 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[928]: 6 0 1.00002 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[1167]: 6 -0.599776 0 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[1176]: 6 0 0.599752 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[1202]: 6 -2.00004 0 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[1240]: 6 0 1.3152 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[1241]: 6 0 1.31513 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[1246]: 6 0 0.315137 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[1257]: 6 0 2.00005 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[1273]: 6 -1.00001 0 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[1279]: 6 -2.00005 0 shouldn't be
2569.44/2576.09	WSVECS04 Frhs2[1281]: 6 -1.00005 0 shouldn't be
2594.48/2601.12	c #Conflicts:    3713000 | #Constraints:      77284
2594.48/2601.12	c #Conflicts:    3714000 | #Constraints:      78284
2594.48/2601.12	c #Conflicts:    3715000 | #Constraints:      79285
2594.48/2601.12	c #Conflicts:    3716000 | #Constraints:      80287
2594.48/2601.12	c #Conflicts:    3717000 | #Constraints:      81287
2594.48/2601.12	c #Conflicts:    3718000 | #Constraints:      82287
2594.48/2601.12	c #Conflicts:    3719000 | #Constraints:      83289
2594.48/2601.12	c #Conflicts:    3720000 | #Constraints:      84290
2594.48/2601.12	c #Conflicts:    3721000 | #Constraints:      85291
2594.48/2601.12	c #Conflicts:    3722000 | #Constraints:      86291
2594.48/2601.12	c #Conflicts:    3723000 | #Constraints:      87291
2594.48/2601.12	c #Conflicts:    3724000 | #Constraints:      88291
2594.48/2601.12	c #Conflicts:    3725000 | #Constraints:      89291
2594.48/2601.12	c #Conflicts:    3726000 | #Constraints:      90292
2594.48/2601.12	c #Conflicts:    3727000 | #Constraints:      91293
2594.48/2601.12	c #Conflicts:    3728000 | #Constraints:      92293
2594.48/2601.12	c #Conflicts:    3729000 | #Constraints:      93294
2594.48/2601.12	c #Conflicts:    3730000 | #Constraints:      94294
2594.48/2601.12	c #Conflicts:    3731000 | #Constraints:      95295
2594.48/2601.12	c #Conflicts:    3732000 | #Constraints:      96295
2594.48/2601.12	c #Conflicts:    3733000 | #Constraints:      97295
2594.48/2601.12	c #Conflicts:    3734000 | #Constraints:      98295
2594.48/2601.12	c #Conflicts:    3735000 | #Constraints:      99295
2594.48/2601.12	c #Conflicts:    3736000 | #Constraints:     100295
2594.48/2601.12	c #Conflicts:    3737000 | #Constraints:     101295
2594.48/2601.12	c #Conflicts:    3738000 | #Constraints:     102295
2594.48/2601.12	c #Conflicts:    3739000 | #Constraints:     103296
2594.48/2601.12	c #Conflicts:    3740000 | #Constraints:     104297
2594.48/2601.12	c #Conflicts:    3741000 | #Constraints:     105297
2594.48/2601.12	c #Conflicts:    3742000 | #Constraints:     106297
2594.48/2601.12	WSVECS04 Frhs2[8]: 6 -2.00004 0 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[51]: 6 -1.00004 0 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[168]: 6 0 2.00007 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[175]: 6 -4.00006 0 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[187]: 6 0 3.00005 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[193]: 6 -2.00006 0 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[215]: 6 -6.00001 0 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[250]: 6 0 7.00004 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[252]: 6 0 7.00006 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[253]: 6 0 3.00004 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[272]: 6 0 5.00003 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[278]: 6 -8.00004 0 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[282]: 6 0 2.00007 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[296]: 6 0 2.0001 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[297]: 6 0 4.00005 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[316]: 6 0 11 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[318]: 6 0 4.0001 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[324]: 6 -3.00009 0 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[390]: 6 0 1.00004 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[399]: 6 -6.00006 0 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[425]: 6 0 4.00009 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[458]: 6 -8.0001 0 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[464]: 6 0 3.00009 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[511]: 6 -2.00001 0 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[516]: 6 0 4.00001 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[518]: 6 0 4.00002 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[524]: 6 0 2.00004 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[529]: 6 0 1.00005 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[572]: 6 0 9.00008 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[588]: 6 -6.0001 0 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[592]: 6 0 3.00009 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[602]: 6 0 2.0001 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[604]: 6 -1.00001 0 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[613]: 6 -2.00006 0 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[617]: 6 0 4.00002 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[638]: 6 0 1.0001 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[646]: 6 0 4.00002 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[665]: 6 0 1.00009 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[667]: 6 0 1.00002 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[677]: 6 -2.00004 0 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[681]: 6 0 15.0001 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[685]: 6 0 11 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[686]: 6 0 11.0001 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[754]: 6 -2.00007 0 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[755]: 6 0 3.00002 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[762]: 6 0 7.00005 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[798]: 6 0 1.00008 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[863]: 6 0 1.00008 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[873]: 6 0 2.00009 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[1056]: 6 -1.00003 0 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[1057]: 6 0 1.00002 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[1154]: 6 0 1.00008 shouldn't be
2594.48/2601.12	WSVECS04 Frhs2[1160]: 6 0 1.00002 shouldn't be
2594.77/2601.42	WSVECS04 Frhs2[319]: 6 0 1.00007 shouldn't be
2594.77/2601.42	WSVECS04 Frhs2[362]: 6 0 4.00005 shouldn't be
2594.77/2601.42	WSVECS04 Frhs2[537]: 6 0 1.00009 shouldn't be
2594.77/2601.42	WSVECS04 Frhs2[555]: 6 0 4.00004 shouldn't be
2594.77/2601.42	WSVECS04 Frhs2[609]: 6 0 2.00007 shouldn't be
2594.77/2601.42	WSVECS04 Frhs2[622]: 6 -4.00002 0 shouldn't be
2594.77/2601.42	WSVECS04 Frhs2[792]: 6 0 1.00002 shouldn't be
2594.77/2601.42	WSVECS04 Frhs2[982]: 6 -2.00002 0 shouldn't be
2594.77/2601.42	WSVECS04 Frhs2[1071]: 6 0 4.00005 shouldn't be
2594.77/2601.42	WSVECS04 Frhs2[1176]: 6 0 1.00008 shouldn't be
2594.97/2601.68	WSVECS04 Frhs2[24]: 6 0 1.00006 shouldn't be
2594.97/2601.68	WSVECS04 Frhs2[298]: 6 0 4.0001 shouldn't be
2594.97/2601.68	WSVECS04 Frhs2[377]: 6 0 2.00002 shouldn't be
2594.97/2601.68	WSVECS04 Frhs2[660]: 6 0 2.00001 shouldn't be
2594.97/2601.68	WSVECS04 Frhs2[806]: 6 -6.00009 0 shouldn't be
2594.97/2601.68	WSVECS04 Frhs2[944]: 6 -1.00009 0 shouldn't be
2615.52/2622.22	c #Conflicts:    3743000 | #Constraints:     107297
2615.52/2622.22	c #Conflicts:    3744000 | #Constraints:     108297
2615.52/2622.22	c #Conflicts:    3745000 | #Constraints:     109297
2615.52/2622.22	c #Conflicts:    3746000 | #Constraints:     110297
2615.52/2622.22	c #Conflicts:    3747000 | #Constraints:     111297
2615.52/2622.22	c #Conflicts:    3748000 | #Constraints:     112297
2615.52/2622.22	c #Conflicts:    3749000 | #Constraints:     113297
2615.52/2622.22	c #Conflicts:    3750000 | #Constraints:     114297
2615.52/2622.22	c #Conflicts:    3751000 | #Constraints:     115297
2615.52/2622.22	c #Conflicts:    3752000 | #Constraints:     116297
2615.52/2622.22	c #Conflicts:    3753000 | #Constraints:     117297
2615.52/2622.22	c #Conflicts:    3754000 | #Constraints:     118297
2615.52/2622.22	c #Conflicts:    3755000 | #Constraints:     119297
2615.52/2622.22	c #Conflicts:    3756000 | #Constraints:     120297
2615.52/2622.22	c #Conflicts:    3757000 | #Constraints:     121297
2615.52/2622.22	c #Conflicts:    3758000 | #Constraints:     122299
2615.52/2622.22	c #Conflicts:    3759000 | #Constraints:     123299
2615.52/2622.22	c #Conflicts:    3760000 | #Constraints:     124299
2615.52/2622.22	WSVECS04 Frhs2[8]: 6 -1.40115 0 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[49]: 6 0 4.88775 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[95]: 6 -1.00007 0 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[99]: 6 0 4.00001 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[100]: 6 0 11 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[127]: 6 0 1.6578 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[131]: 6 0 1.40109 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[137]: 6 -24.7701 0 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[141]: 6 0 3.22999 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[143]: 6 0 1.65784 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[156]: 6 -5.43859 0 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[162]: 6 0 8.00003 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[217]: 6 0 3.82893 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[221]: 6 0 8.68454 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[223]: 6 0 3.91454 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[232]: 6 0 3.31024 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[238]: 6 -5.00005 0 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[284]: 6 -10.385 0 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[296]: 6 0 3.54012 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[312]: 6 -3.65779 0 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[319]: 6 0 1.65783 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[330]: 6 0 6.77013 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[336]: 6 -4.88774 0 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[366]: 6 -4.6578 0 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[374]: 6 -7.31552 0 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[381]: 6 0 4.00005 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[414]: 6 0 0.925174 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[421]: 6 -9.00002 0 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[427]: 6 0 3.05886 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[442]: 6 0 1.77544 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[449]: 6 -2.17119 0 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[451]: 6 0 1.40112 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[463]: 6 0 1.65779 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[473]: 6 0 0.700592 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[481]: 6 -6.00004 0 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[482]: 6 0 6.22468 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[488]: 6 0 3.54014 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[527]: 6 0 1.6578 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[548]: 6 0 7.00001 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[572]: 6 0 0.745153 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[573]: 6 0 0.745167 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[578]: 6 0 3.05888 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[582]: 6 -5.82897 0 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[606]: 6 0 2.0001 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[616]: 6 0 3.54013 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[622]: 6 -1.00009 0 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[641]: 6 0 0.770072 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[668]: 6 -3.85036 0 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[670]: 6 0 2.00005 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[672]: 6 0 2.77549 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[682]: 6 0 10.7755 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[685]: 6 0 1.77011 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[705]: 6 -4.51345 0 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[709]: 6 0 1.40114 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[714]: 6 -2.00004 0 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[717]: 6 0 2.00004 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[719]: 6 0 1.65781 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[740]: 6 0 4.45991 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[745]: 6 -8.94122 0 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[783]: 6 0 1.65783 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[785]: 6 0 0.085615 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[797]: 6 0 4.77008 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[798]: 6 0 2.00001 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[804]: 6 0 16.8343 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[805]: 6 0 9.83425 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[808]: 6 0 13.3744 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[830]: 6 0 0.22461 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[860]: 6 0 2.00007 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[866]: 6 0 8.00003 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[868]: 6 0 7.00004 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[889]: 6 -2.00008 0 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[890]: 6 0 1.77541 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[974]: 6 0 7.77013 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[1066]: 6 0 1.00009 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[1072]: 6 0 0.775495 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[1091]: 6 -3.00007 0 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[1104]: 6 0 0.775494 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[1112]: 6 0 2.0001 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[1120]: 6 0 0.224691 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[1176]: 6 0 1.00004 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[1248]: 6 0 6.00002 shouldn't be
2615.52/2622.22	WSVECS04 Frhs2[1289]: 6 0 1.59719 shouldn't be
2615.83/2622.54	WSVECS04 Frhs2[368]: 6 0 2.00009 shouldn't be
2615.83/2622.54	WSVECS04 Frhs2[429]: 6 -8.94121 0 shouldn't be
2615.83/2622.54	WSVECS04 Frhs2[619]: 6 0 5.05885 shouldn't be
2615.83/2622.54	WSVECS04 Frhs2[638]: 6 0 2.6275 shouldn't be
2615.83/2622.54	WSVECS04 Frhs2[646]: 6 0 0.770098 shouldn't be
2615.83/2622.54	WSVECS04 Frhs2[704]: 6 -8.50987 0 shouldn't be
2615.83/2622.54	WSVECS04 Frhs2[764]: 6 0 1.88241 shouldn't be
2615.83/2622.54	WSVECS04 Frhs2[766]: 6 0 1.88243 shouldn't be
2615.83/2622.54	WSVECS04 Frhs2[1065]: 6 0 1.77541 shouldn't be
2615.83/2622.54	WSVECS04 Frhs2[1114]: 6 0 2.00004 shouldn't be
2615.83/2622.54	WSVECS04 Frhs2[1149]: 6 -4.00007 0 shouldn't be
2627.60/2634.33	c #Conflicts:    3761000 | #Constraints:     125299
2627.60/2634.33	c #Conflicts:    3762000 | #Constraints:     126299
2627.60/2634.33	c #Conflicts:    3763000 | #Constraints:     127299
2627.60/2634.33	c #Conflicts:    3764000 | #Constraints:     128299
2627.60/2634.33	c #Conflicts:    3765000 | #Constraints:     129299
2627.60/2634.33	c #Conflicts:    3766000 | #Constraints:     130300
2627.60/2634.33	c #Conflicts:    3767000 | #Constraints:     131300
2627.60/2634.33	c #Conflicts:    3768000 | #Constraints:     132301
2627.60/2634.33	c #Conflicts:    3769000 | #Constraints:     133302
2627.60/2634.33	c #Conflicts:    3770000 | #Constraints:     134302
2627.60/2634.33	WSVECS04 Frhs2[24]: 6 0 0.31121 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[78]: 6 -13.2445 0 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[89]: 6 0 2.0889 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[93]: 6 0 4.00007 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[99]: 6 0 2.00007 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[101]: 6 -4.0001 0 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[111]: 6 0 1.00002 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[116]: 6 0 5.7334 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[123]: 6 0 4.15559 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[144]: 6 0 0.622252 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[175]: 6 -1.00002 0 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[200]: 6 0 0.800017 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[281]: 6 0 2.08891 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[284]: 6 -5.86671 0 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[285]: 6 0 4.00007 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[296]: 6 0 0.681544 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[399]: 6 -6.00009 0 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[429]: 6 -2.00007 0 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[452]: 6 0 0.800084 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[491]: 6 -3.00003 0 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[522]: 6 -1.52602 0 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[548]: 6 0 2.00007 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[568]: 6 0 0.0519394 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[576]: 6 -0.155632 0 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[582]: 6 -6.05192 0 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[596]: 6 0 2.00007 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[627]: 6 0 9.73342 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[644]: 6 0 0.800087 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[649]: 6 0 0.311121 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[669]: 6 0 4.00002 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[695]: 6 -10.7334 0 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[698]: 6 0 0.577792 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[704]: 6 -5.84451 0 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[705]: 6 -0.577809 0 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[708]: 6 0 0.800047 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[754]: 6 -8.46674 0 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[772]: 6 0 0.800075 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[799]: 6 0 1.00007 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[803]: 6 0 2.00002 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[861]: 6 0 4.0001 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[868]: 6 0 2.00008 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[1112]: 6 0 2.00009 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[1239]: 6 0 2.00007 shouldn't be
2627.60/2634.33	WSVECS04 Frhs2[1287]: 6 -1.00009 0 shouldn't be
2627.80/2634.58	WSVECS04 Frhs2[386]: 6 0 1.02225 shouldn't be
2627.80/2634.58	WSVECS04 Frhs2[449]: 6 -1.60003 0 shouldn't be
2627.80/2634.58	WSVECS04 Frhs2[472]: 6 0 2.31117 shouldn't be
2627.80/2634.58	WSVECS04 Frhs2[493]: 6 0 1.00003 shouldn't be
2627.80/2634.58	WSVECS04 Frhs2[566]: 6 0 1.10375 shouldn't be
2627.80/2634.58	WSVECS04 Frhs2[570]: 6 0 0.577836 shouldn't be
2627.80/2634.58	WSVECS04 Frhs2[634]: 6 0 0.577816 shouldn't be
2627.80/2634.58	WSVECS04 Frhs2[655]: 6 0 0.311201 shouldn't be
2627.80/2634.58	WSVECS04 Frhs2[792]: 6 0 2.31115 shouldn't be
2627.80/2634.58	WSVECS04 Frhs2[1329]: 6 0 2.00008 shouldn't be
2645.76/2652.53	c #Conflicts:    3771000 | #Constraints:     135302
2645.76/2652.53	c #Conflicts:    3772000 | #Constraints:     136302
2645.76/2652.53	c #Conflicts:    3773000 | #Constraints:     137302
2645.76/2652.53	c #Conflicts:    3774000 | #Constraints:     138302
2645.76/2652.53	c #Conflicts:    3775000 | #Constraints:     139302
2645.76/2652.53	c #Conflicts:    3776000 | #Constraints:     140304
2645.76/2652.53	c #Conflicts:    3777000 | #Constraints:     141306
2645.76/2652.53	c #Conflicts:    3778000 | #Constraints:     142306
2645.76/2652.53	c #Conflicts:    3779000 | #Constraints:     143306
2645.76/2652.53	c #Conflicts:    3780000 | #Constraints:     144306
2645.76/2652.53	c #Conflicts:    3781000 | #Constraints:     145308
2645.76/2652.53	c #Conflicts:    3782000 | #Constraints:     146309
2645.76/2652.53	c #Conflicts:    3783000 | #Constraints:     147309
2645.76/2652.53	c #Conflicts:    3784000 | #Constraints:     148309
2645.76/2652.53	WSVECS04 Frhs2[140]: 6 0 0.0391825 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[158]: 6 0 0.650631 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[163]: 6 -12.3135 0 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[173]: 6 0 0.221034 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[188]: 6 -10 0 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[193]: 6 -0.645932 0 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[217]: 6 -1.57877 0 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[225]: 6 0 1.69284 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[227]: 6 0 1.69282 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[239]: 6 0 0.288237 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[257]: 6 0 0.992245 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[260]: 6 0 0.99229 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[327]: 6 0 0.00784122 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[346]: 6 0 1.50627 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[348]: 6 -1.00005 0 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[387]: 6 -2.00007 0 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[391]: 6 0 0.00786551 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[427]: 6 0 1.01378 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[481]: 6 -22.2429 0 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[491]: 6 -17.7 0 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[495]: 6 0 0.114733 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[517]: 6 0 1.10098 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[521]: 6 0 0.439621 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[582]: 6 -4.00004 0 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[585]: 6 0 2.22558 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[605]: 6 0 0.650641 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[614]: 6 0 0.11474 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[621]: 6 0 0.114737 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[640]: 6 -0.475331 0 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[649]: 6 0 0.33869 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[698]: 6 0 0.750137 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[742]: 6 0 0.114748 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[745]: 6 -13.4272 0 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[763]: 6 -7.00005 0 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[777]: 6 0 0.338719 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[785]: 6 -1.00006 0 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[841]: 6 0 0.338671 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[842]: 6 -0.153647 0 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[855]: 6 0 1.00001 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[913]: 6 0 2.00007 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[920]: 6 -1.0001 0 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[945]: 6 0 1.00001 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[1022]: 6 0 1.00008 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[1028]: 6 -4.00006 0 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[1059]: 6 0 1.0001 shouldn't be
2645.76/2652.53	WSVECS04 Frhs2[1255]: 6 0 2.00008 shouldn't be
2645.95/2652.79	WSVECS04 Frhs2[335]: 6 0 0.377889 shouldn't be
2645.95/2652.79	WSVECS04 Frhs2[493]: 6 0 0.114721 shouldn't be
2645.95/2652.79	WSVECS04 Frhs2[513]: 6 0 1.10098 shouldn't be
2645.95/2652.79	WSVECS04 Frhs2[808]: 6 0 0.213635 shouldn't be
2646.25/2653.08	WSVECS04 Frhs2[329]: 6 0 0.338738 shouldn't be
2646.25/2653.08	WSVECS04 Frhs2[424]: 6 0 3.29199 shouldn't be
2646.25/2653.08	WSVECS04 Frhs2[583]: 6 0 0.00783244 shouldn't be
2646.25/2653.08	WSVECS04 Frhs2[844]: 6 0 0.377855 shouldn't be
2646.25/2653.08	WSVECS04 Frhs2[846]: 6 0 0.192602 shouldn't be
2646.25/2653.08	WSVECS04 Frhs2[1312]: 6 0 1.00009 shouldn't be
2646.25/2653.08	WSVECS04 Frhs2[1319]: 6 0 1.00008 shouldn't be
2646.55/2653.34	WSVECS04 Frhs2[171]: 6 0 0.106425 shouldn't be
2646.55/2653.34	WSVECS04 Frhs2[201]: 6 0 0.338748 shouldn't be
2646.55/2653.34	WSVECS04 Frhs2[218]: 6 0 1.50622 shouldn't be
2646.55/2653.34	WSVECS04 Frhs2[622]: 6 -2.34008 0 shouldn't be
2646.55/2653.34	WSVECS04 Frhs2[653]: 6 0 0.307287 shouldn't be
2646.55/2653.34	WSVECS04 Frhs2[654]: 6 0 0.307245 shouldn't be
2646.55/2653.34	WSVECS04 Frhs2[677]: 6 -1.97901 0 shouldn't be
2646.55/2653.34	WSVECS04 Frhs2[845]: 6 0 0.307238 shouldn't be
2646.55/2653.34	WSVECS04 Frhs2[1058]: 6 0 2.00007 shouldn't be
2646.85/2653.63	WSVECS04 Frhs2[1023]: 6 -2.00006 0 shouldn't be
2646.85/2653.63	WSVECS04 Frhs2[1025]: 6 -2.0001 0 shouldn't be
2647.15/2653.97	WSVECS04 Frhs2[204]: 6 0 0.377885 shouldn't be
2647.15/2653.97	WSVECS04 Frhs2[228]: 6 0 1.69284 shouldn't be
2647.15/2653.97	WSVECS04 Frhs2[651]: 6 -16.7941 0 shouldn't be
2647.55/2654.32	WSVECS04 Frhs2[417]: 6 0 2.96375 shouldn't be
2647.55/2654.32	WSVECS04 Frhs2[590]: 6 0 2.19416 shouldn't be
2647.55/2654.32	WSVECS04 Frhs2[1065]: 6 0 2.00004 shouldn't be
2647.55/2654.32	WSVECS04 Frhs2[1297]: 6 0 2.00007 shouldn't be
2648.05/2654.87	WSVECS04 Frhs2[518]: 6 0 1.10099 shouldn't be
2648.05/2654.87	WSVECS04 Frhs2[523]: 6 0 0.101008 shouldn't be
2648.05/2654.87	WSVECS04 Frhs2[587]: 6 0 1.88692 shouldn't be
2648.05/2654.87	WSVECS04 Frhs2[685]: 6 0 2.06726 shouldn't be
2648.05/2654.87	WSVECS04 Frhs2[809]: 6 0 2.34005 shouldn't be
2648.05/2654.87	WSVECS04 Frhs2[811]: 6 0 2.34001 shouldn't be
2648.05/2654.87	WSVECS04 Frhs2[912]: 6 0 2.00005 shouldn't be
2668.10/2674.90	c #Conflicts:    3785000 | #Constraints:     149309
2668.10/2674.90	c #Conflicts:    3786000 | #Constraints:     150309
2668.10/2674.90	c #Conflicts:    3787000 | #Constraints:     151309
2668.10/2674.90	c #Conflicts:    3788000 | #Constraints:     152309
2668.10/2674.90	c #Conflicts:    3789000 | #Constraints:     153309
2668.10/2674.90	c #Conflicts:    3790000 | #Constraints:     154309
2668.10/2674.90	c #Conflicts:    3791000 | #Constraints:     155309
2668.10/2674.90	c #Conflicts:    3792000 | #Constraints:     156309
2668.10/2674.90	c #Conflicts:    3793000 | #Constraints:     157309
2668.10/2674.90	c #Conflicts:    3794000 | #Constraints:     158309
2668.10/2674.90	c #Conflicts:    3795000 | #Constraints:     159309
2668.10/2674.90	c #Conflicts:    3796000 | #Constraints:     160309
2668.10/2674.90	c #Conflicts:    3797000 | #Constraints:     161309
2668.10/2674.90	c #Conflicts:    3798000 | #Constraints:     162311
2668.10/2674.90	c #Conflicts:    3799000 | #Constraints:     163312
2668.10/2674.90	WSVECS04 Frhs2[16]: 6 0 1.00006 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[32]: 6 0 1.10005 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[33]: 6 0 0.10005 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[40]: 6 0 1.20007 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[90]: 6 0 1.00005 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[106]: 6 0 0.400026 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[137]: 6 -10 0 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[142]: 6 0 1.10009 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[161]: 6 0 1.80002 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[164]: 6 0 1.80006 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[175]: 6 -4.66676 0 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[226]: 6 0 0.90007 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[334]: 6 0 1.10004 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[383]: 6 0 1.00003 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[399]: 6 0 2.00008 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[416]: 6 0 1.00008 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[423]: 6 0 0.500089 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[424]: 6 0 1.10006 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[461]: 6 0 2.00002 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[474]: 6 0 1.00002 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[482]: 6 0 0.900059 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[483]: 6 0 0.100087 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[490]: 6 0 0.400056 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[532]: 6 -1.00007 0 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[546]: 6 0 0.900098 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[547]: 6 0 0.100074 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[610]: 6 0 0.900089 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[615]: 6 0 0.500068 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[629]: 6 -1.00009 0 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[686]: 6 -2.00005 0 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[714]: 6 -1.10008 0 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[738]: 6 0 0.900017 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[745]: 6 -8.66669 0 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[754]: 6 -8.50006 0 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[864]: 6 0 1.00007 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[872]: 6 0 1.10007 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[885]: 6 0 0.500099 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[889]: 6 -3.00008 0 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[959]: 6 0 2.00002 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[1025]: 6 0 1.00007 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[1032]: 6 -0.766739 0 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[1080]: 6 -2.00002 0 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[1105]: 6 0 1.00003 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[1127]: 6 0 1.00006 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[1149]: 6 -2.10003 0 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[1174]: 6 -0.400013 0 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[1176]: 6 0 0.50002 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[1192]: 6 0 2.00002 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[1196]: 6 -2.00005 0 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[1208]: 6 0 2.00007 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[1209]: 6 0 1.33341 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[1214]: 6 -2.00008 0 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[1238]: 6 -2.00007 0 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[1258]: 6 0 1.50006 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[1296]: 6 0 1.0001 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[1309]: 6 -2.00005 0 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[1330]: 6 -1.00006 0 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[1337]: 6 -1.00004 0 shouldn't be
2668.10/2674.90	WSVECS04 Frhs2[1341]: 6 -4.00009 0 shouldn't be
2721.57/2728.51	c #Conflicts:    3800000 | #Constraints:     164313
2721.57/2728.51	c #Conflicts:    3801000 | #Constraints:     165313
2721.57/2728.51	c #Conflicts:    3802000 | #Constraints:     166313
2721.57/2728.51	c #Conflicts:    3803000 | #Constraints:     167313
2721.57/2728.51	c #Conflicts:    3804000 | #Constraints:     168314
2721.57/2728.51	c #Conflicts:    3805000 | #Constraints:     169315
2721.57/2728.51	c #Conflicts:    3806000 | #Constraints:     170316
2721.57/2728.51	c #Conflicts:    3807000 | #Constraints:     171316
2721.57/2728.51	c #Conflicts:    3808000 | #Constraints:     172316
2721.57/2728.51	c #Conflicts:    3809000 | #Constraints:     173316
2721.57/2728.51	c #Conflicts:    3810000 | #Constraints:     174316
2721.57/2728.51	c #Conflicts:    3811000 | #Constraints:     175317
2721.57/2728.51	c #Conflicts:    3812000 | #Constraints:     176317
2721.57/2728.51	c #Conflicts:    3813000 | #Constraints:     177317
2721.57/2728.51	c #Conflicts:    3814000 | #Constraints:     178317
2721.57/2728.51	c #Conflicts:    3815000 | #Constraints:     179318
2721.57/2728.51	c #Conflicts:    3816000 | #Constraints:     180318
2721.57/2728.51	c #Conflicts:    3817000 | #Constraints:     181319
2721.57/2728.51	c #Conflicts:    3818000 | #Constraints:     182319
2721.57/2728.51	c #Conflicts:    3819000 | #Constraints:     183319
2721.57/2728.51	c #Conflicts:    3820000 | #Constraints:     184319
2721.57/2728.51	c #Conflicts:    3821000 | #Constraints:     185322
2721.57/2728.51	c #Conflicts:    3822000 | #Constraints:     186323
2721.57/2728.51	c #Conflicts:    3823000 | #Constraints:     187323
2721.57/2728.51	c #Conflicts:    3824000 | #Constraints:     188323
2721.57/2728.51	c #Conflicts:    3825000 | #Constraints:     189323
2721.57/2728.51	c #Conflicts:    3826000 | #Constraints:     190323
2721.57/2728.51	c #Conflicts:    3827000 | #Constraints:     191325
2721.57/2728.51	c #Conflicts:    3828000 | #Constraints:     192326
2721.57/2728.51	c #Conflicts:    3829000 | #Constraints:     193328
2721.57/2728.51	c #Conflicts:    3830000 | #Constraints:     194328
2721.57/2728.51	c #Conflicts:    3831000 | #Constraints:     195328
2721.57/2728.51	WSVECS04 Frhs2[15]: 6 0 0.800013 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[53]: 6 0 1.00007 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[78]: 6 -8.20009 0 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[156]: 6 -7.75364 0 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[215]: 6 -4.00005 0 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[278]: 6 -9.00004 0 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[302]: 6 -1.04352 0 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[354]: 6 0 2.00007 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[403]: 6 -4.10006 0 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[417]: 6 0 2.5218 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[418]: 6 0 2.04353 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[494]: 6 -0.47835 0 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[546]: 6 0 2.00002 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[549]: 6 -2.00004 0 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[551]: 6 0 1.52178 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[595]: 6 -0.500074 0 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[626]: 6 0 1.00002 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[627]: 6 0 1.00002 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[650]: 6 -0.800046 0 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[668]: 6 -5.02904 0 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[674]: 6 0 2.00005 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[692]: 6 -6.0001 0 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[714]: 6 -2.40007 0 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[733]: 6 -7.00009 0 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[741]: 6 -4.00007 0 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[754]: 6 -3.00005 0 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[813]: 6 0 0.318886 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[845]: 6 0 0.800069 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[1002]: 6 0 0.20004 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[1049]: 6 0 1.00006 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[1050]: 6 0 1.00007 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[1058]: 6 0 4.00009 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[1063]: 6 0 1.00005 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[1089]: 6 -1.00003 0 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[1092]: 6 -1.00008 0 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[1193]: 6 0 1.00008 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[1202]: 6 -1.00002 0 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[1207]: 6 -1.00003 0 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[1245]: 6 -2.00002 0 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[1249]: 6 0 1.00002 shouldn't be
2721.57/2728.51	WSVECS04 Frhs2[1262]: 6 0 1.00003 shouldn't be
2721.77/2728.74	WSVECS04 Frhs2[39]: 6 0 1.52183 shouldn't be
2721.77/2728.74	WSVECS04 Frhs2[168]: 6 0 1.00008 shouldn't be
2721.77/2728.74	WSVECS04 Frhs2[231]: 6 0 1.52179 shouldn't be
2721.77/2728.74	WSVECS04 Frhs2[338]: 6 0 4.10009 shouldn't be
2721.77/2728.74	WSVECS04 Frhs2[419]: 6 0 0.0435307 shouldn't be
2721.77/2728.74	WSVECS04 Frhs2[597]: 6 0 0.500032 shouldn't be
2721.77/2728.74	WSVECS04 Frhs2[610]: 6 0 0.478307 shouldn't be
2721.77/2728.74	WSVECS04 Frhs2[658]: 6 0 1.60003 shouldn't be
2721.77/2728.74	WSVECS04 Frhs2[782]: 6 0 0.698595 shouldn't be
2721.77/2728.74	WSVECS04 Frhs2[866]: 6 0 0.478276 shouldn't be
2721.77/2728.74	WSVECS04 Frhs2[1057]: 6 0 2.00005 shouldn't be
2721.77/2728.74	WSVECS04 Frhs2[1104]: 6 0 1.00004 shouldn't be
2721.77/2728.74	WSVECS04 Frhs2[1111]: 6 0 1.0001 shouldn't be
2748.90/2755.93	c #Conflicts:    3832000 | #Constraints:     196328
2748.90/2755.93	c #Conflicts:    3833000 | #Constraints:     197328
2748.90/2755.93	c #Conflicts:    3834000 | #Constraints:     198328
2748.90/2755.93	c #Conflicts:    3835000 | #Constraints:     199328
2748.90/2755.93	c #Conflicts:    3836000 | #Constraints:     200328
2748.90/2755.93	c #Conflicts:    3837000 | #Constraints:     201328
2748.90/2755.93	c #Conflicts:    3838000 | #Constraints:     202329
2748.90/2755.93	c #Conflicts:    3839000 | #Constraints:     203329
2748.90/2755.93	c #Conflicts:    3840000 | #Constraints:     204329
2748.90/2755.93	c #Conflicts:    3841000 | #Constraints:     205330
2748.90/2755.93	c #Conflicts:    3842000 | #Constraints:     206331
2748.90/2755.93	c #Conflicts:    3843000 | #Constraints:     207331
2748.90/2755.93	c #Conflicts:    3844000 | #Constraints:     208331
2748.90/2755.93	WSVECS04 Frhs2[33]: 6 0 0.608958 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[39]: 6 0 0.491105 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[40]: 6 0 0.992922 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[102]: 6 0 0.116163 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[122]: 6 0 0.10872 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[126]: 6 0 0.383992 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[137]: 6 -0.00365395 0 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[145]: 6 0 0.994664 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[215]: 6 -2.00358 0 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[243]: 6 0 5.33338 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[247]: 6 -1.83337 0 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[249]: 6 0 0.217288 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[312]: 6 -0.333387 0 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[319]: 6 0 2.00007 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[338]: 6 0 2.00006 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[358]: 6 0 0.116092 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[360]: 6 0 0.383957 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[373]: 6 0 0.833374 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[374]: 6 -0.333404 0 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[378]: 6 -1.89146 0 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[393]: 6 0 0.250059 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[394]: 6 0 0.666678 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[398]: 6 0 0.250085 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[417]: 6 0 1.53574 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[423]: 6 0 1.64294 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[429]: 6 -0.462511 0 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[504]: 6 0 0.333376 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[511]: 6 -0.384024 0 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[551]: 6 0 0.107197 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[574]: 6 0 0.16674 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[582]: 6 -0.171466 0 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[604]: 6 -0.33336 0 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[615]: 6 0 0.10717 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[641]: 6 0 0.16675 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[642]: 6 0 0.166724 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[678]: 6 0 0.105399 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[808]: 6 0 0.332238 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[813]: 6 0 0.173851 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[825]: 6 0 0.217318 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[866]: 6 0 0.225091 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[885]: 6 0 0.833428 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[929]: 6 0 2.00005 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[966]: 6 -2.00003 0 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[982]: 6 -1.00009 0 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[991]: 6 -1.00003 0 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[992]: 6 0 2.00002 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[996]: 6 -1.00005 0 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1023]: 6 -2.00002 0 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1040]: 6 0 1.00185 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1056]: 6 -1.00006 0 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1128]: 6 0 2.28931 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1129]: 6 0 1.93751 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1170]: 6 0 0.29291 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1174]: 6 -2.22144 0 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1177]: 6 0 2.00004 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1184]: 6 0 1.00005 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1189]: 6 -2.00004 0 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1195]: 6 -3.00007 0 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1207]: 6 -3.00005 0 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1213]: 6 -2.00007 0 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1233]: 6 0 0.333364 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1239]: 6 0 0.333361 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1240]: 6 0 1.3334 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1246]: 6 0 0.33335 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1255]: 6 -2.00002 0 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1273]: 6 -0.333407 0 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1280]: 6 0 0.666706 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1281]: 6 -1.00009 0 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1304]: 6 0 1.94573 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1314]: 6 -0.166725 0 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1321]: 6 0 3.77903 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1322]: 6 0 0.94571 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1338]: 6 -1.00005 0 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1340]: 6 -4.00002 0 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1342]: 6 -2.00004 0 shouldn't be
2748.90/2755.93	WSVECS04 Frhs2[1344]: 6 -1.00002 0 shouldn't be
2749.20/2756.22	WSVECS04 Frhs2[117]: 6 0 0.833393 shouldn't be
2749.20/2756.22	WSVECS04 Frhs2[501]: 6 0 1.16671 shouldn't be
2749.20/2756.22	WSVECS04 Frhs2[565]: 6 0 0.833403 shouldn't be
2749.20/2756.22	WSVECS04 Frhs2[702]: 6 0 0.383944 shouldn't be
2749.20/2756.22	WSVECS04 Frhs2[830]: 6 0 0.383973 shouldn't be
2749.20/2756.22	WSVECS04 Frhs2[897]: 6 -1.00005 0 shouldn't be
2749.20/2756.22	WSVECS04 Frhs2[912]: 6 0 1.00003 shouldn't be
2749.20/2756.22	WSVECS04 Frhs2[919]: 6 0 1.00008 shouldn't be
2749.20/2756.22	WSVECS04 Frhs2[943]: 6 0 1.00007 shouldn't be
2749.20/2756.22	WSVECS04 Frhs2[1247]: 6 -2.00009 0 shouldn't be
2749.20/2756.22	WSVECS04 Frhs2[1306]: 6 0 1.94571 shouldn't be
2749.20/2756.22	WSVECS04 Frhs2[1329]: 6 0 1.00009 shouldn't be
2749.20/2756.22	WSVECS04 Frhs2[1336]: 6 0 1.83337 shouldn't be
2749.40/2756.47	WSVECS04 Frhs2[16]: 6 0 0.500078 shouldn't be
2749.40/2756.47	WSVECS04 Frhs2[146]: 6 0 0.998289 shouldn't be
2749.40/2756.47	WSVECS04 Frhs2[251]: 6 0 0.217328 shouldn't be
2749.40/2756.47	WSVECS04 Frhs2[614]: 6 0 0.105439 shouldn't be
2749.40/2756.47	WSVECS04 Frhs2[827]: 6 0 0.21731 shouldn't be
2749.40/2756.47	WSVECS04 Frhs2[902]: 6 -2.00002 0 shouldn't be
2749.70/2756.78	WSVECS04 Frhs2[697]: 6 0 0.217341 shouldn't be
2749.70/2756.78	WSVECS04 Frhs2[766]: 6 0 0.383963 shouldn't be
2749.70/2756.78	WSVECS04 Frhs2[926]: 6 0 1.00009 shouldn't be
2749.70/2756.78	WSVECS04 Frhs2[930]: 6 0 2.00009 shouldn't be
2749.70/2756.78	WSVECS04 Frhs2[1183]: 6 0 2.00245 shouldn't be
2756.18/2763.27	c #Conflicts:    3845000 | #Constraints:     209332
2756.18/2763.27	c #Conflicts:    3846000 | #Constraints:     210332
2756.18/2763.27	c #Conflicts:    3847000 | #Constraints:     211332
2756.18/2763.27	c INPROCESSING
2756.18/2763.27	c GARBAGE COLLECT
2756.18/2763.27	c rational objective 128
2774.14/2781.27	c #Conflicts:    3848000 | #Constraints:     115194
2774.14/2781.27	c #Conflicts:    3849000 | #Constraints:     116194
2774.14/2781.27	c #Conflicts:    3850000 | #Constraints:     117194
2774.14/2781.27	c #Conflicts:    3851000 | #Constraints:     118194
2774.14/2781.27	c #Conflicts:    3852000 | #Constraints:     119194
2774.14/2781.27	c #Conflicts:    3853000 | #Constraints:     120194
2774.14/2781.27	c #Conflicts:    3854000 | #Constraints:     121194
2774.14/2781.27	c #Conflicts:    3855000 | #Constraints:     122194
2774.14/2781.27	c #Conflicts:    3856000 | #Constraints:     123194
2774.14/2781.27	c #Conflicts:    3857000 | #Constraints:     124194
2774.14/2781.27	c #Conflicts:    3858000 | #Constraints:     125194
2774.14/2781.27	c #Conflicts:    3859000 | #Constraints:     126194
2774.14/2781.27	c #Conflicts:    3860000 | #Constraints:     127194
2774.14/2781.27	c #Conflicts:    3861000 | #Constraints:     128194
2774.14/2781.27	c #Conflicts:    3862000 | #Constraints:     129194
2774.14/2781.27	c #Conflicts:    3863000 | #Constraints:     130194
2774.14/2781.27	c #Conflicts:    3864000 | #Constraints:     131194
2774.14/2781.27	c #Conflicts:    3865000 | #Constraints:     132194
2774.14/2781.27	c #Conflicts:    3866000 | #Constraints:     133194
2774.14/2781.27	c #Conflicts:    3867000 | #Constraints:     134194
2774.14/2781.27	c #Conflicts:    3868000 | #Constraints:     135194
2774.14/2781.27	c #Conflicts:    3869000 | #Constraints:     136194
2774.14/2781.27	c #Conflicts:    3870000 | #Constraints:     137194
2774.14/2781.27	c #Conflicts:    3871000 | #Constraints:     138194
2774.14/2781.27	c #Conflicts:    3872000 | #Constraints:     139194
2774.14/2781.27	WSVECS04 Frhs2[26]: 6 0 3.00008 shouldn't be
2774.14/2781.27	WSVECS04 Frhs2[42]: 6 0 1.00006 shouldn't be
2774.14/2781.27	WSVECS04 Frhs2[198]: 6 -5.00006 0 shouldn't be
2774.14/2781.27	WSVECS04 Frhs2[293]: 6 -2.00004 0 shouldn't be
2774.14/2781.27	WSVECS04 Frhs2[299]: 6 0 8.00008 shouldn't be
2774.14/2781.27	WSVECS04 Frhs2[304]: 6 0 2.00007 shouldn't be
2774.14/2781.27	WSVECS04 Frhs2[348]: 6 -1.50007 0 shouldn't be
2774.14/2781.27	WSVECS04 Frhs2[350]: 6 0 3.00009 shouldn't be
2774.14/2781.27	WSVECS04 Frhs2[404]: 6 -1.00006 0 shouldn't be
2774.14/2781.27	WSVECS04 Frhs2[414]: 6 0 3.00006 shouldn't be
2774.14/2781.27	WSVECS04 Frhs2[476]: 6 -4.00001 0 shouldn't be
2774.14/2781.27	WSVECS04 Frhs2[553]: 6 0 12.0001 shouldn't be
2774.14/2781.27	WSVECS04 Frhs2[618]: 6 0 1.00003 shouldn't be
2774.14/2781.27	WSVECS04 Frhs2[619]: 6 0 7.00002 shouldn't be
2774.14/2781.27	WSVECS04 Frhs2[641]: 6 -2.00004 0 shouldn't be
2774.14/2781.27	WSVECS04 Frhs2[677]: 6 -2.00003 0 shouldn't be
2774.14/2781.27	WSVECS04 Frhs2[798]: 6 0 3.00007 shouldn't be
2774.14/2781.27	WSVECS04 Frhs2[897]: 6 -1.00003 0 shouldn't be
2774.14/2781.27	WSVECS04 Frhs2[928]: 6 -1.00005 0 shouldn't be
2774.14/2781.27	WSVECS04 Frhs2[1086]: 6 -2.00002 0 shouldn't be
2774.14/2781.27	WSVECS04 Frhs2[1120]: 6 -1.00002 0 shouldn't be
2774.14/2781.27	WSVECS04 Frhs2[1302]: 6 -1.00003 0 shouldn't be
2774.14/2781.27	WSVECS04 Frhs2[1318]: 6 0 1.00002 shouldn't be
2774.14/2781.27	WSVECS04 Frhs2[1320]: 6 0 2.00005 shouldn't be
2774.45/2781.55	WSVECS04 Frhs2[303]: 6 -16 0 shouldn't be
2774.45/2781.55	WSVECS04 Frhs2[425]: 6 0 8.00001 shouldn't be
2774.45/2781.55	WSVECS04 Frhs2[477]: 6 0 3.00007 shouldn't be
2774.45/2781.55	WSVECS04 Frhs2[1010]: 6 -1.00002 0 shouldn't be
2774.45/2781.55	WSVECS04 Frhs2[1028]: 6 -2.00008 0 shouldn't be
2774.45/2781.55	WSVECS04 Frhs2[1039]: 6 -1.00004 0 shouldn't be
2774.45/2781.55	WSVECS04 Frhs2[1072]: 6 0 2.00005 shouldn't be
2774.45/2781.55	WSVECS04 Frhs2[1110]: 6 -2.00008 0 shouldn't be
2774.45/2781.55	WSVECS04 Frhs2[1252]: 6 -3.00007 0 shouldn't be
2774.45/2781.55	WSVECS04 Frhs2[1289]: 6 0 1.00004 shouldn't be
2774.45/2781.55	WSVECS04 Frhs2[1336]: 6 0 2.00008 shouldn't be
2774.45/2781.55	WSVECS04 Frhs2[1341]: 6 -2.00006 0 shouldn't be
2792.30/2799.47	c #Conflicts:    3873000 | #Constraints:     140194
2792.30/2799.47	c #Conflicts:    3874000 | #Constraints:     141194
2792.30/2799.47	c #Conflicts:    3875000 | #Constraints:     142194
2792.30/2799.47	c #Conflicts:    3876000 | #Constraints:     143194
2792.30/2799.47	c #Conflicts:    3877000 | #Constraints:     144194
2792.30/2799.47	c #Conflicts:    3878000 | #Constraints:     145194
2792.30/2799.47	c #Conflicts:    3879000 | #Constraints:     146194
2792.30/2799.47	c #Conflicts:    3880000 | #Constraints:     147194
2792.30/2799.47	c #Conflicts:    3881000 | #Constraints:     148194
2792.30/2799.47	c #Conflicts:    3882000 | #Constraints:     149194
2792.30/2799.47	c #Conflicts:    3883000 | #Constraints:     150194
2792.30/2799.47	c #Conflicts:    3884000 | #Constraints:     151194
2792.30/2799.47	c #Conflicts:    3885000 | #Constraints:     152194
2792.30/2799.47	c #Conflicts:    3886000 | #Constraints:     153194
2792.30/2799.47	c #Conflicts:    3887000 | #Constraints:     154194
2792.30/2799.47	c #Conflicts:    3888000 | #Constraints:     155194
2792.30/2799.47	c #Conflicts:    3889000 | #Constraints:     156194
2792.30/2799.47	c #Conflicts:    3890000 | #Constraints:     157194
2792.30/2799.47	c #Conflicts:    3891000 | #Constraints:     158194
2792.30/2799.47	c #Conflicts:    3892000 | #Constraints:     159194
2792.30/2799.47	c #Conflicts:    3893000 | #Constraints:     160194
2792.30/2799.47	c #Conflicts:    3894000 | #Constraints:     161194
2792.30/2799.47	c INPROCESSING
2792.30/2799.47	c GARBAGE COLLECT
2792.30/2799.47	c rational objective 128
2819.84/2827.04	c #Conflicts:    3895000 | #Constraints:      90464
2819.84/2827.04	c #Conflicts:    3896000 | #Constraints:      91464
2819.84/2827.04	c #Conflicts:    3897000 | #Constraints:      92464
2819.84/2827.04	c #Conflicts:    3898000 | #Constraints:      93464
2819.84/2827.04	c #Conflicts:    3899000 | #Constraints:      94464
2819.84/2827.04	c #Conflicts:    3900000 | #Constraints:      95464
2819.84/2827.04	c #Conflicts:    3901000 | #Constraints:      96464
2819.84/2827.04	c #Conflicts:    3902000 | #Constraints:      97464
2819.84/2827.04	c #Conflicts:    3903000 | #Constraints:      98464
2819.84/2827.04	c #Conflicts:    3904000 | #Constraints:      99464
2819.84/2827.04	c #Conflicts:    3905000 | #Constraints:     100464
2819.84/2827.04	c #Conflicts:    3906000 | #Constraints:     101464
2819.84/2827.04	c #Conflicts:    3907000 | #Constraints:     102464
2819.84/2827.04	c #Conflicts:    3908000 | #Constraints:     103464
2819.84/2827.04	c #Conflicts:    3909000 | #Constraints:     104464
2819.84/2827.04	c #Conflicts:    3910000 | #Constraints:     105464
2819.84/2827.04	c #Conflicts:    3911000 | #Constraints:     106464
2819.84/2827.04	c #Conflicts:    3912000 | #Constraints:     107464
2819.84/2827.04	c #Conflicts:    3913000 | #Constraints:     108464
2819.84/2827.04	c #Conflicts:    3914000 | #Constraints:     109464
2819.84/2827.04	c #Conflicts:    3915000 | #Constraints:     110464
2819.84/2827.04	c #Conflicts:    3916000 | #Constraints:     111464
2819.84/2827.04	c #Conflicts:    3917000 | #Constraints:     112464
2819.84/2827.04	c #Conflicts:    3918000 | #Constraints:     113464
2819.84/2827.04	c #Conflicts:    3919000 | #Constraints:     114464
2819.84/2827.04	c #Conflicts:    3920000 | #Constraints:     115464
2819.84/2827.04	c #Conflicts:    3921000 | #Constraints:     116464
2819.84/2827.04	c #Conflicts:    3922000 | #Constraints:     117464
2819.84/2827.04	c #Conflicts:    3923000 | #Constraints:     118464
2819.84/2827.04	c #Conflicts:    3924000 | #Constraints:     119464
2819.84/2827.04	c #Conflicts:    3925000 | #Constraints:     120464
2819.84/2827.04	c #Conflicts:    3926000 | #Constraints:     121464
2819.84/2827.04	c #Conflicts:    3927000 | #Constraints:     122464
2819.84/2827.04	c #Conflicts:    3928000 | #Constraints:     123464
2819.84/2827.04	c #Conflicts:    3929000 | #Constraints:     124464
2819.84/2827.04	c #Conflicts:    3930000 | #Constraints:     125464
2819.84/2827.04	c #Conflicts:    3931000 | #Constraints:     126464
2819.84/2827.04	c #Conflicts:    3932000 | #Constraints:     127464
2819.84/2827.04	c #Conflicts:    3933000 | #Constraints:     128464
2819.84/2827.04	c #Conflicts:    3934000 | #Constraints:     129464
2819.84/2827.04	WSVECS04 Frhs2[16]: 6 -9.5001 0 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[33]: 6 0 14.5001 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[69]: 6 -3.00004 0 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[101]: 6 -4.58336 0 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[116]: 6 0 6.33341 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[137]: 6 0 9.50009 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[177]: 6 0 27 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[179]: 6 0 5.3334 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[181]: 6 0 2.58341 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[202]: 6 -3.50002 0 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[211]: 6 0 11.4168 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[218]: 6 0 0.750017 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[220]: 6 -3.00008 0 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[244]: 6 0 6.33343 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[285]: 6 -4.0001 0 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[302]: 6 -3.00008 0 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[321]: 6 -1.00005 0 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[348]: 6 -4.00008 0 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[392]: 6 -4.50008 0 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[424]: 6 0 3.33338 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[461]: 6 0 1.50009 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[518]: 6 -3.00002 0 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[524]: 6 0 3.7501 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[562]: 6 0 20.5001 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[565]: 6 0 20.0834 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[580]: 6 0 3.00006 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[609]: 6 0 13.4167 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[613]: 6 -6.2501 0 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[666]: 6 0 0.750017 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[794]: 6 0 0.750069 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[808]: 6 0 2.08337 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[817]: 6 0 24.4167 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[857]: 6 0 4.00007 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[871]: 6 0 2.00005 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[872]: 6 0 2.58337 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[898]: 6 -1.00006 0 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[914]: 6 -1.00001 0 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[946]: 6 0 1.00008 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[1105]: 6 0 1.00002 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[1184]: 6 0 1.00003 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[1185]: 6 -1.00006 0 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[1218]: 6 0 1.00008 shouldn't be
2819.84/2827.04	WSVECS04 Frhs2[1232]: 6 -1.00007 0 shouldn't be
2820.13/2827.39	WSVECS04 Frhs2[1155]: 6 -2.00005 0 shouldn't be
2820.43/2827.67	WSVECS04 Frhs2[14]: 6 0 59.0834 shouldn't be
2820.43/2827.67	WSVECS04 Frhs2[26]: 6 0 0.750012 shouldn't be
2820.43/2827.67	WSVECS04 Frhs2[46]: 6 -3.00003 0 shouldn't be
2820.43/2827.67	WSVECS04 Frhs2[50]: 6 0 20.5001 shouldn't be
2820.43/2827.67	WSVECS04 Frhs2[84]: 6 0 0.250099 shouldn't be
2820.43/2827.67	WSVECS04 Frhs2[198]: 6 0 4.50007 shouldn't be
2820.43/2827.67	WSVECS04 Frhs2[207]: 6 0 6.00009 shouldn't be
2820.43/2827.67	WSVECS04 Frhs2[243]: 6 0 5.33341 shouldn't be
2820.43/2827.67	WSVECS04 Frhs2[294]: 6 0 48.0001 shouldn't be
2820.43/2827.67	WSVECS04 Frhs2[408]: 6 0 2.75002 shouldn't be
2820.43/2827.67	WSVECS04 Frhs2[774]: 6 0 4.5001 shouldn't be
2820.43/2827.67	WSVECS04 Frhs2[903]: 6 -1.00006 0 shouldn't be
2820.43/2827.67	WSVECS04 Frhs2[1212]: 6 -1.00003 0 shouldn't be
2820.73/2827.96	WSVECS04 Frhs2[79]: 6 0 9.5001 shouldn't be
2820.73/2827.96	WSVECS04 Frhs2[469]: 6 0 1.75002 shouldn't be
2820.73/2827.96	WSVECS04 Frhs2[655]: 6 0 6.00002 shouldn't be
2820.73/2827.96	WSVECS04 Frhs2[847]: 6 0 6.50003 shouldn't be
2820.73/2827.96	WSVECS04 Frhs2[966]: 6 -2.00007 0 shouldn't be
2820.73/2827.96	WSVECS04 Frhs2[1104]: 6 0 1.00009 shouldn't be
2821.03/2828.28	WSVECS04 Frhs2[1]: 6 0 4.50003 shouldn't be
2821.03/2828.28	WSVECS04 Frhs2[17]: 6 0 18.1667 shouldn't be
2821.03/2828.28	WSVECS04 Frhs2[147]: 6 -8.00003 0 shouldn't be
2821.03/2828.28	WSVECS04 Frhs2[204]: 6 0 1.75004 shouldn't be
2821.03/2828.28	WSVECS04 Frhs2[275]: 6 -12.0001 0 shouldn't be
2821.03/2828.28	WSVECS04 Frhs2[276]: 6 0 0.250056 shouldn't be
2821.03/2828.28	WSVECS04 Frhs2[293]: 6 -39.5834 0 shouldn't be
2821.03/2828.28	WSVECS04 Frhs2[548]: 6 0 2.50004 shouldn't be
2821.03/2828.28	WSVECS04 Frhs2[611]: 6 0 0.500092 shouldn't be
2821.03/2828.28	WSVECS04 Frhs2[650]: 6 -11.5001 0 shouldn't be
2821.03/2828.28	WSVECS04 Frhs2[686]: 6 -4.00006 0 shouldn't be
2821.03/2828.28	WSVECS04 Frhs2[721]: 6 0 17.9167 shouldn't be
2821.03/2828.28	WSVECS04 Frhs2[785]: 6 0 18.1667 shouldn't be
2821.03/2828.28	WSVECS04 Frhs2[1057]: 6 0 3.00009 shouldn't be
2821.44/2828.62	WSVECS04 Frhs2[49]: 6 0 44.5001 shouldn't be
2821.44/2828.62	WSVECS04 Frhs2[146]: 6 0 1.75006 shouldn't be
2821.44/2828.62	WSVECS04 Frhs2[393]: 6 0 14.75 shouldn't be
2821.44/2828.62	WSVECS04 Frhs2[566]: 6 0 61.5 shouldn't be
2821.44/2828.62	WSVECS04 Frhs2[615]: 6 0 2.00009 shouldn't be
2821.44/2828.62	WSVECS04 Frhs2[713]: 6 0 15.75 shouldn't be
2821.44/2828.62	WSVECS04 Frhs2[731]: 6 0 4.00001 shouldn't be
2821.44/2828.62	WSVECS04 Frhs2[780]: 6 0 2.25001 shouldn't be
2821.44/2828.62	WSVECS04 Frhs2[1225]: 6 0 2.00004 shouldn't be
2821.44/2828.62	WSVECS04 Frhs2[1226]: 6 0 1.00002 shouldn't be
2821.73/2828.95	WSVECS04 Frhs2[20]: 6 0 0.250022 shouldn't be
2821.73/2828.95	WSVECS04 Frhs2[196]: 6 0 4.50006 shouldn't be
2821.73/2828.95	WSVECS04 Frhs2[212]: 6 0 11.6667 shouldn't be
2821.73/2828.95	WSVECS04 Frhs2[332]: 6 0 11.25 shouldn't be
2821.73/2828.95	WSVECS04 Frhs2[772]: 6 0 4.50008 shouldn't be
2821.73/2828.95	WSVECS04 Frhs2[773]: 6 0 4.50005 shouldn't be
2821.73/2828.95	WSVECS04 Frhs2[862]: 6 0 121.833 shouldn't be
2821.73/2828.95	WSVECS04 Frhs2[1080]: 6 0 1.00001 shouldn't be
2822.33/2829.55	WSVECS04 Frhs2[138]: 6 -9.50002 0 shouldn't be
2822.33/2829.55	WSVECS04 Frhs2[194]: 6 0 4.50005 shouldn't be
2822.33/2829.55	WSVECS04 Frhs2[350]: 6 0 40.8333 shouldn't be
2822.33/2829.55	WSVECS04 Frhs2[770]: 6 0 4.50002 shouldn't be
2822.33/2829.55	WSVECS04 Frhs2[777]: 6 0 16.0001 shouldn't be
2822.33/2829.55	WSVECS04 Frhs2[822]: 6 0 41.4167 shouldn't be
2822.33/2829.55	WSVECS04 Frhs2[859]: 6 0 4.00006 shouldn't be
2822.84/2830.08	WSVECS04 Frhs2[76]: 6 0 5.25007 shouldn't be
2822.84/2830.08	WSVECS04 Frhs2[77]: 6 0 3.50007 shouldn't be
2822.84/2830.08	WSVECS04 Frhs2[166]: 6 0 77.8333 shouldn't be
2822.84/2830.08	WSVECS04 Frhs2[282]: 6 0 0.750046 shouldn't be
2822.84/2830.08	WSVECS04 Frhs2[846]: 6 0 124.083 shouldn't be
2822.84/2830.08	WSVECS04 Frhs2[870]: 6 0 79.5834 shouldn't be
2822.84/2830.08	WSVECS04 Frhs2[887]: 6 -62.2501 0 shouldn't be
2822.84/2830.08	WSVECS04 Frhs2[1003]: 6 -2.00009 0 shouldn't be
2822.84/2830.08	WSVECS04 Frhs2[1081]: 6 -1.00001 0 shouldn't be
2822.84/2830.08	WSVECS04 Frhs2[1089]: 6 -1.0001 0 shouldn't be
2823.52/2830.71	WSVECS04 Frhs2[2]: 6 0 4.5001 shouldn't be
2823.52/2830.71	WSVECS04 Frhs2[5]: 6 0 4.50001 shouldn't be
2823.52/2830.71	WSVECS04 Frhs2[210]: 6 0 13.1667 shouldn't be
2823.52/2830.71	WSVECS04 Frhs2[801]: 6 0 31.0834 shouldn't be
2826.61/2833.85	c #Conflicts:    3935000 | #Constraints:     130464
2826.61/2833.85	c #Conflicts:    3936000 | #Constraints:     131464
2826.61/2833.85	c #Conflicts:    3937000 | #Constraints:     132464
2826.61/2833.85	c #Conflicts:    3938000 | #Constraints:     133464
2826.61/2833.85	c #Conflicts:    3939000 | #Constraints:     134464
2826.61/2833.85	c #Conflicts:    3940000 | #Constraints:     135464
2826.61/2833.85	c INPROCESSING
2826.61/2833.85	c GARBAGE COLLECT
2826.61/2833.85	c rational objective 128
2829.61/2836.84	c #Conflicts:    3941000 | #Constraints:      77360
2829.61/2836.84	c #Conflicts:    3942000 | #Constraints:      78360
2829.61/2836.84	c #Conflicts:    3943000 | #Constraints:      79360
2829.61/2836.84	c #Conflicts:    3944000 | #Constraints:      80360
2829.61/2836.84	c #Conflicts:    3945000 | #Constraints:      81360
2829.61/2836.84	c #Conflicts:    3946000 | #Constraints:      82360
2829.61/2836.84	c #Conflicts:    3947000 | #Constraints:      83360
2829.61/2836.84	c #Conflicts:    3948000 | #Constraints:      84360
2829.61/2836.84	c #Conflicts:    3949000 | #Constraints:      85361
2829.61/2836.84	WSVECS04 Frhs2[81]: 6 0 74.0001 shouldn't be
2829.61/2836.84	WSVECS04 Frhs2[113]: 6 0 107 shouldn't be
2829.61/2836.84	WSVECS04 Frhs2[120]: 6 0 112 shouldn't be
2829.61/2836.84	WSVECS04 Frhs2[278]: 6 0 136 shouldn't be
2829.61/2836.84	WSVECS04 Frhs2[334]: 6 0 109 shouldn't be
2829.61/2836.84	WSVECS04 Frhs2[339]: 6 -11.0001 0 shouldn't be
2829.61/2836.84	WSVECS04 Frhs2[422]: 6 0 2.00005 shouldn't be
2829.61/2836.84	WSVECS04 Frhs2[484]: 6 0 100 shouldn't be
2829.61/2836.84	WSVECS04 Frhs2[485]: 6 -4.00005 0 shouldn't be
2829.61/2836.84	WSVECS04 Frhs2[497]: 6 0 10 shouldn't be
2829.61/2836.84	WSVECS04 Frhs2[504]: 6 0 15 shouldn't be
2829.61/2836.84	WSVECS04 Frhs2[594]: 6 0 3.00001 shouldn't be
2829.61/2836.84	WSVECS04 Frhs2[595]: 6 0 10.0001 shouldn't be
2829.61/2836.84	WSVECS04 Frhs2[654]: 6 0 111 shouldn't be
2829.61/2836.84	WSVECS04 Frhs2[678]: 6 0 2.00008 shouldn't be
2829.61/2836.84	WSVECS04 Frhs2[787]: 6 -2.00008 0 shouldn't be
2829.61/2836.84	WSVECS04 Frhs2[788]: 6 0 125 shouldn't be
2829.61/2836.84	WSVECS04 Frhs2[865]: 6 0 8.00005 shouldn't be
2829.61/2836.84	WSVECS04 Frhs2[868]: 6 0 2.00003 shouldn't be
2829.91/2837.16	WSVECS04 Frhs2[586]: 6 -1.00008 0 shouldn't be
2829.91/2837.16	WSVECS04 Frhs2[1305]: 6 -1.00008 0 shouldn't be
2829.91/2837.16	WSVECS04 Frhs2[1311]: 6 -2.00002 0 shouldn't be
2829.91/2837.16	WSVECS04 Frhs2[1321]: 6 -1.00007 0 shouldn't be
2829.91/2837.16	WSVECS04 Frhs2[1337]: 6 -1.0001 0 shouldn't be
2829.91/2837.16	WSVECS04 Frhs2[1340]: 6 -3.0001 0 shouldn't be
2830.21/2837.48	WSVECS04 Frhs2[203]: 6 0 1.00009 shouldn't be
2830.21/2837.48	WSVECS04 Frhs2[207]: 6 0 3.00009 shouldn't be
2830.21/2837.48	WSVECS04 Frhs2[293]: 6 -6.00008 0 shouldn't be
2830.21/2837.48	WSVECS04 Frhs2[458]: 6 -4.00005 0 shouldn't be
2830.21/2837.48	WSVECS04 Frhs2[591]: 6 0 2.00004 shouldn't be
2830.21/2837.48	WSVECS04 Frhs2[655]: 6 0 2.00004 shouldn't be
2830.21/2837.48	WSVECS04 Frhs2[902]: 6 -2.0001 0 shouldn't be
2845.07/2852.39	c #Conflicts:    3950000 | #Constraints:      86361
2845.07/2852.39	c #Conflicts:    3951000 | #Constraints:      87361
2845.07/2852.39	c #Conflicts:    3952000 | #Constraints:      88361
2845.07/2852.39	c #Conflicts:    3953000 | #Constraints:      89361
2845.07/2852.39	c #Conflicts:    3954000 | #Constraints:      90361
2845.07/2852.39	c #Conflicts:    3955000 | #Constraints:      91361
2845.07/2852.39	c #Conflicts:    3956000 | #Constraints:      92361
2845.07/2852.39	c #Conflicts:    3957000 | #Constraints:      93361
2845.07/2852.39	c #Conflicts:    3958000 | #Constraints:      94361
2845.07/2852.39	c #Conflicts:    3959000 | #Constraints:      95361
2845.07/2852.39	c #Conflicts:    3960000 | #Constraints:      96361
2845.07/2852.39	c #Conflicts:    3961000 | #Constraints:      97361
2845.07/2852.39	c #Conflicts:    3962000 | #Constraints:      98361
2845.07/2852.39	c #Conflicts:    3963000 | #Constraints:      99361
2845.07/2852.39	c #Conflicts:    3964000 | #Constraints:     100361
2845.07/2852.39	c #Conflicts:    3965000 | #Constraints:     101361
2845.07/2852.39	c #Conflicts:    3966000 | #Constraints:     102361
2845.07/2852.39	c #Conflicts:    3967000 | #Constraints:     103361
2845.07/2852.39	c #Conflicts:    3968000 | #Constraints:     104361
2845.07/2852.39	c #Conflicts:    3969000 | #Constraints:     105361
2845.07/2852.39	c #Conflicts:    3970000 | #Constraints:     106361
2845.07/2852.39	c #Conflicts:    3971000 | #Constraints:     107361
2845.07/2852.39	c #Conflicts:    3972000 | #Constraints:     108361
2845.07/2852.39	c #Conflicts:    3973000 | #Constraints:     109361
2845.07/2852.39	c #Conflicts:    3974000 | #Constraints:     110361
2845.07/2852.39	c #Conflicts:    3975000 | #Constraints:     111362
2845.07/2852.39	WSVECS04 Frhs2[32]: 6 0 44 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[40]: 6 0 58.5001 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[48]: 6 0 61.5 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[73]: 6 0 97.5001 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[97]: 6 0 59.5001 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[105]: 6 0 98.5001 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[129]: 6 0 1.00008 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[137]: 6 0 99.5 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[141]: 6 0 2.00009 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[161]: 6 0 56 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[169]: 6 0 102.5 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[171]: 6 -10 0 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[179]: 6 0 3.00002 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[193]: 6 -1.00007 0 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[201]: 6 0 99.5001 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[204]: 6 0 2.00002 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[223]: 6 0 1.00006 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[233]: 6 0 102.5 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[258]: 6 0 2.00001 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[259]: 6 0 2.00001 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[269]: 6 0 1.00008 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[289]: 6 0 56.0001 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[307]: 6 0 3.00005 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[321]: 6 -3.00007 0 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[348]: 6 -57.5 0 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[360]: 6 0 63.5001 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[385]: 6 0 97.5001 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[473]: 6 0 121 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[474]: 6 0 1.00008 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[494]: 6 -7.00008 0 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[608]: 6 0 26 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[620]: 6 0 2.0001 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[622]: 6 -1.0001 0 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[624]: 6 0 63.5 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[748]: 6 0 4.00007 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[749]: 6 0 2.00008 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[796]: 6 -5.00007 0 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[873]: 6 0 102.5 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[1015]: 6 -1.00008 0 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[1029]: 6 0 4.50006 shouldn't be
2845.07/2852.39	WSVECS04 Frhs2[1113]: 6 0 1.00008 shouldn't be
2852.76/2860.01	c #Conflicts:    3976000 | #Constraints:     112362
2852.76/2860.01	c #Conflicts:    3977000 | #Constraints:     113362
2852.76/2860.01	c #Conflicts:    3978000 | #Constraints:     114363
2852.76/2860.01	c #Conflicts:    3979000 | #Constraints:     115363
2852.76/2860.01	c #Conflicts:    3980000 | #Constraints:     116363
2852.76/2860.01	c #Conflicts:    3981000 | #Constraints:     117363
2852.76/2860.01	c #Conflicts:    3982000 | #Constraints:     118363
2852.76/2860.01	c #Conflicts:    3983000 | #Constraints:     119363
2852.76/2860.01	c #Conflicts:    3984000 | #Constraints:     120363
2852.76/2860.01	c #Conflicts:    3985000 | #Constraints:     121363
2852.76/2860.01	c #Conflicts:    3986000 | #Constraints:     122363
2852.76/2860.01	c #Conflicts:    3987000 | #Constraints:     123363
2852.76/2860.01	c INPROCESSING
2852.76/2860.01	c GARBAGE COLLECT
2852.76/2860.01	c rational objective 128
2909.32/2916.71	c #Conflicts:    3988000 | #Constraints:      71497
2909.32/2916.71	c #Conflicts:    3989000 | #Constraints:      72497
2909.32/2916.71	c #Conflicts:    3990000 | #Constraints:      73497
2909.32/2916.71	c #Conflicts:    3991000 | #Constraints:      74497
2909.32/2916.71	c #Conflicts:    3992000 | #Constraints:      75497
2909.32/2916.71	c #Conflicts:    3993000 | #Constraints:      76497
2909.32/2916.71	c #Conflicts:    3994000 | #Constraints:      77497
2909.32/2916.71	c #Conflicts:    3995000 | #Constraints:      78497
2909.32/2916.71	c #Conflicts:    3996000 | #Constraints:      79497
2909.32/2916.71	c #Conflicts:    3997000 | #Constraints:      80497
2909.32/2916.71	c #Conflicts:    3998000 | #Constraints:      81497
2909.32/2916.71	c #Conflicts:    3999000 | #Constraints:      82497
2909.32/2916.71	c #Conflicts:    4000000 | #Constraints:      83497
2909.32/2916.71	c #Conflicts:    4001000 | #Constraints:      84497
2909.32/2916.71	c #Conflicts:    4002000 | #Constraints:      85497
2909.32/2916.71	c #Conflicts:    4003000 | #Constraints:      86497
2909.32/2916.71	c #Conflicts:    4004000 | #Constraints:      87497
2909.32/2916.71	c #Conflicts:    4005000 | #Constraints:      88497
2909.32/2916.71	c #Conflicts:    4006000 | #Constraints:      89497
2909.32/2916.71	c #Conflicts:    4007000 | #Constraints:      90497
2909.32/2916.71	c #Conflicts:    4008000 | #Constraints:      91497
2909.32/2916.71	c #Conflicts:    4009000 | #Constraints:      92497
2909.32/2916.71	c #Conflicts:    4010000 | #Constraints:      93497
2909.32/2916.71	c #Conflicts:    4011000 | #Constraints:      94497
2909.32/2916.71	c #Conflicts:    4012000 | #Constraints:      95497
2909.32/2916.71	c #Conflicts:    4013000 | #Constraints:      96497
2909.32/2916.71	c #Conflicts:    4014000 | #Constraints:      97497
2909.32/2916.71	c #Conflicts:    4015000 | #Constraints:      98497
2909.32/2916.71	c #Conflicts:    4016000 | #Constraints:      99497
2909.32/2916.71	c #Conflicts:    4017000 | #Constraints:     100497
2909.32/2916.71	c #Conflicts:    4018000 | #Constraints:     101497
2909.32/2916.71	c #Conflicts:    4019000 | #Constraints:     102497
2909.32/2916.71	c #Conflicts:    4020000 | #Constraints:     103497
2909.32/2916.71	c #Conflicts:    4021000 | #Constraints:     104497
2909.32/2916.71	c #Conflicts:    4022000 | #Constraints:     105497
2909.32/2916.71	c #Conflicts:    4023000 | #Constraints:     106497
2909.32/2916.71	c #Conflicts:    4024000 | #Constraints:     107497
2909.32/2916.71	c #Conflicts:    4025000 | #Constraints:     108497
2909.32/2916.71	c #Conflicts:    4026000 | #Constraints:     109497
2909.32/2916.71	c #Conflicts:    4027000 | #Constraints:     110497
2909.32/2916.71	c #Conflicts:    4028000 | #Constraints:     111497
2909.32/2916.71	c #Conflicts:    4029000 | #Constraints:     112497
2909.32/2916.71	c #Conflicts:    4030000 | #Constraints:     113497
2909.32/2916.71	c #Conflicts:    4031000 | #Constraints:     114497
2909.32/2916.71	c #Conflicts:    4032000 | #Constraints:     115497
2909.32/2916.71	c #Conflicts:    4033000 | #Constraints:     116497
2909.32/2916.71	c #Conflicts:    4034000 | #Constraints:     117497
2909.32/2916.71	c #Conflicts:    4035000 | #Constraints:     118497
2909.32/2916.71	c #Conflicts:    4036000 | #Constraints:     119497
2909.32/2916.71	c #Conflicts:    4037000 | #Constraints:     120497
2909.32/2916.71	c #Conflicts:    4038000 | #Constraints:     121497
2909.32/2916.71	c #Conflicts:    4039000 | #Constraints:     122497
2909.32/2916.71	c #Conflicts:    4040000 | #Constraints:     123497
2909.32/2916.71	c #Conflicts:    4041000 | #Constraints:     124497
2909.32/2916.71	c #Conflicts:    4042000 | #Constraints:     125497
2909.32/2916.71	c #Conflicts:    4043000 | #Constraints:     126497
2909.32/2916.71	c #Conflicts:    4044000 | #Constraints:     127497
2909.32/2916.71	c #Conflicts:    4045000 | #Constraints:     128497
2909.32/2916.71	c #Conflicts:    4046000 | #Constraints:     129497
2909.32/2916.71	c #Conflicts:    4047000 | #Constraints:     130497
2909.32/2916.71	c #Conflicts:    4048000 | #Constraints:     131497
2909.32/2916.71	c #Conflicts:    4049000 | #Constraints:     132497
2909.32/2916.71	c #Conflicts:    4050000 | #Constraints:     133497
2909.32/2916.71	c #Conflicts:    4051000 | #Constraints:     134497
2909.32/2916.71	c #Conflicts:    4052000 | #Constraints:     135497
2909.32/2916.71	c #Conflicts:    4053000 | #Constraints:     136497
2909.32/2916.71	c #Conflicts:    4054000 | #Constraints:     137497
2909.32/2916.71	c #Conflicts:    4055000 | #Constraints:     138497
2909.32/2916.71	c #Conflicts:    4056000 | #Constraints:     139497
2909.32/2916.71	c #Conflicts:    4057000 | #Constraints:     140497
2909.32/2916.71	c #Conflicts:    4058000 | #Constraints:     141497
2909.32/2916.71	c #Conflicts:    4059000 | #Constraints:     142497
2909.32/2916.71	c #Conflicts:    4060000 | #Constraints:     143497
2909.32/2916.71	c #Conflicts:    4061000 | #Constraints:     144497
2909.32/2916.71	c #Conflicts:    4062000 | #Constraints:     145497
2909.32/2916.71	c #Conflicts:    4063000 | #Constraints:     146497
2909.32/2916.71	c #Conflicts:    4064000 | #Constraints:     147497
2909.32/2916.71	c #Conflicts:    4065000 | #Constraints:     148497
2909.32/2916.71	c #Conflicts:    4066000 | #Constraints:     149497
2990.23/2997.84	c #Conflicts:    4067000 | #Constraints:     150497
2990.23/2997.84	c #Conflicts:    4068000 | #Constraints:     151497
2990.23/2997.84	c #Conflicts:    4069000 | #Constraints:     152497
2990.23/2997.84	c #Conflicts:    4070000 | #Constraints:     153497
2990.23/2997.84	c #Conflicts:    4071000 | #Constraints:     154497
2990.23/2997.84	c #Conflicts:    4072000 | #Constraints:     155497
2990.23/2997.84	c #Conflicts:    4073000 | #Constraints:     156497
2990.23/2997.84	c #Conflicts:    4074000 | #Constraints:     157497
2990.23/2997.84	c #Conflicts:    4075000 | #Constraints:     158497
2990.23/2997.84	c #Conflicts:    4076000 | #Constraints:     159497
2990.23/2997.84	c #Conflicts:    4077000 | #Constraints:     160497
2990.23/2997.84	c #Conflicts:    4078000 | #Constraints:     161497
2990.23/2997.84	c #Conflicts:    4079000 | #Constraints:     162497
2990.23/2997.84	c #Conflicts:    4080000 | #Constraints:     163497
2990.23/2997.84	c #Conflicts:    4081000 | #Constraints:     164497
2990.23/2997.84	c #Conflicts:    4082000 | #Constraints:     165497
2990.23/2997.84	c #Conflicts:    4083000 | #Constraints:     166497
2990.23/2997.84	c #Conflicts:    4084000 | #Constraints:     167497
2990.23/2997.84	c #Conflicts:    4085000 | #Constraints:     168497
2990.23/2997.84	c #Conflicts:    4086000 | #Constraints:     169497
2990.23/2997.84	c #Conflicts:    4087000 | #Constraints:     170497
2990.23/2997.84	c #Conflicts:    4088000 | #Constraints:     171497
2990.23/2997.84	c #Conflicts:    4089000 | #Constraints:     172497
2990.23/2997.84	c #Conflicts:    4090000 | #Constraints:     173497
2990.23/2997.84	c #Conflicts:    4091000 | #Constraints:     174497
2990.23/2997.84	c #Conflicts:    4092000 | #Constraints:     175497
2990.23/2997.84	c #Conflicts:    4093000 | #Constraints:     176497
2990.23/2997.84	c #Conflicts:    4094000 | #Constraints:     177497
2990.23/2997.84	c #Conflicts:    4095000 | #Constraints:     178497
2990.23/2997.84	c #Conflicts:    4096000 | #Constraints:     179497
2990.23/2997.84	c #Conflicts:    4097000 | #Constraints:     180497
2990.23/2997.84	c #Conflicts:    4098000 | #Constraints:     181497
2990.23/2997.84	c #Conflicts:    4099000 | #Constraints:     182497
2990.23/2997.84	c #Conflicts:    4100000 | #Constraints:     183498
2990.23/2997.84	c #Conflicts:    4101000 | #Constraints:     184498
2990.23/2997.84	c #Conflicts:    4102000 | #Constraints:     185498
2990.23/2997.84	c #Conflicts:    4103000 | #Constraints:     186498
2990.23/2997.84	c #Conflicts:    4104000 | #Constraints:     187498
2990.23/2997.84	c #Conflicts:    4105000 | #Constraints:     188498
2990.23/2997.84	c #Conflicts:    4106000 | #Constraints:     189498
2990.23/2997.84	c #Conflicts:    4107000 | #Constraints:     190498
2990.23/2997.84	c #Conflicts:    4108000 | #Constraints:     191498
2990.23/2997.84	c #Conflicts:    4109000 | #Constraints:     192498
2990.23/2997.84	c #Conflicts:    4110000 | #Constraints:     193498
2990.23/2997.84	c #Conflicts:    4111000 | #Constraints:     194498
2990.23/2997.84	c #Conflicts:    4112000 | #Constraints:     195498
2990.23/2997.84	c #Conflicts:    4113000 | #Constraints:     196498
2990.23/2997.84	c #Conflicts:    4114000 | #Constraints:     197498
2990.23/2997.84	c #Conflicts:    4115000 | #Constraints:     198498
2990.23/2997.84	c #Conflicts:    4116000 | #Constraints:     199498
2990.23/2997.84	c #Conflicts:    4117000 | #Constraints:     200498
2990.23/2997.84	c #Conflicts:    4118000 | #Constraints:     201498
2990.23/2997.84	c #Conflicts:    4119000 | #Constraints:     202498
2990.23/2997.84	c #Conflicts:    4120000 | #Constraints:     203498
2990.23/2997.84	c #Conflicts:    4121000 | #Constraints:     204498
2990.23/2997.84	c #Conflicts:    4122000 | #Constraints:     205498
2990.23/2997.84	c #Conflicts:    4123000 | #Constraints:     206498
2990.23/2997.84	c #Conflicts:    4124000 | #Constraints:     207498
2990.23/2997.84	c #Conflicts:    4125000 | #Constraints:     208498
2990.23/2997.84	c #Conflicts:    4126000 | #Constraints:     209498
2990.23/2997.84	c #Conflicts:    4127000 | #Constraints:     210498
2990.23/2997.84	c #Conflicts:    4128000 | #Constraints:     211498
2990.23/2997.84	c #Conflicts:    4129000 | #Constraints:     212498
2990.23/2997.84	c #Conflicts:    4130000 | #Constraints:     213498
2990.23/2997.84	c #Conflicts:    4131000 | #Constraints:     214498
2990.23/2997.84	c #Conflicts:    4132000 | #Constraints:     215498
2990.23/2997.84	c #Conflicts:    4133000 | #Constraints:     216498
2990.23/2997.84	c #Conflicts:    4134000 | #Constraints:     217498
2990.23/2997.84	c #Conflicts:    4135000 | #Constraints:     218498
2990.23/2997.84	c INPROCESSING
2990.23/2997.84	c GARBAGE COLLECT
2990.23/2997.84	c rational objective 128
3001.30/3008.94	c #Conflicts:    4136000 | #Constraints:     118710
3001.30/3008.94	c #Conflicts:    4137000 | #Constraints:     119710
3001.30/3008.94	c #Conflicts:    4138000 | #Constraints:     120710
3001.30/3008.94	c #Conflicts:    4139000 | #Constraints:     121710
3001.30/3008.94	c #Conflicts:    4140000 | #Constraints:     122710
3001.30/3008.94	c #Conflicts:    4141000 | #Constraints:     123710
3001.30/3008.94	c #Conflicts:    4142000 | #Constraints:     124710
3001.30/3008.94	c #Conflicts:    4143000 | #Constraints:     125710
3001.30/3008.94	c #Conflicts:    4144000 | #Constraints:     126710
3001.30/3008.94	c #Conflicts:    4145000 | #Constraints:     127710
3001.30/3008.94	c #Conflicts:    4146000 | #Constraints:     128710
3001.30/3008.94	c #Conflicts:    4147000 | #Constraints:     129710
3001.30/3008.94	c #Conflicts:    4148000 | #Constraints:     130710
3001.30/3008.94	c #Conflicts:    4149000 | #Constraints:     131710
3001.30/3008.94	c #Conflicts:    4150000 | #Constraints:     132710
3001.30/3008.94	WSVECS04 Frhs2[19]: 6 -3.63662 0 shouldn't be
3001.30/3008.94	WSVECS04 Frhs2[131]: 6 0 0.198518 shouldn't be
3001.30/3008.94	WSVECS04 Frhs2[134]: 6 0 1.04642 shouldn't be
3001.30/3008.94	WSVECS04 Frhs2[145]: 6 0 3.63661 shouldn't be
3001.30/3008.94	WSVECS04 Frhs2[151]: 6 0 3.63667 shouldn't be
3001.30/3008.94	WSVECS04 Frhs2[276]: 6 -3.19982 0 shouldn't be
3001.30/3008.94	WSVECS04 Frhs2[279]: 6 0 0.436951 shouldn't be
3001.30/3008.94	WSVECS04 Frhs2[385]: 6 -7.12634 0 shouldn't be
3001.30/3008.94	WSVECS04 Frhs2[414]: 6 -1.57996 0 shouldn't be
3001.30/3008.94	WSVECS04 Frhs2[452]: 6 0 5.29643 shouldn't be
3001.30/3008.94	WSVECS04 Frhs2[455]: 6 0 5.29646 shouldn't be
3001.30/3008.94	WSVECS04 Frhs2[505]: 6 0 0.683028 shouldn't be
3001.30/3008.94	WSVECS04 Frhs2[508]: 6 0 0.683081 shouldn't be
3001.30/3008.94	WSVECS04 Frhs2[511]: 6 0 0.683064 shouldn't be
3001.30/3008.94	WSVECS04 Frhs2[513]: 6 -3.82996 0 shouldn't be
3001.30/3008.94	WSVECS04 Frhs2[583]: 6 0 1.63668 shouldn't be
3001.30/3008.94	WSVECS04 Frhs2[667]: 6 0 1.41501 shouldn't be
3001.30/3008.94	WSVECS04 Frhs2[785]: 6 0 3.63663 shouldn't be
3001.30/3008.94	WSVECS04 Frhs2[835]: 6 0 1.57476 shouldn't be
3001.30/3008.94	WSVECS04 Frhs2[856]: 6 -2.00008 0 shouldn't be
3001.30/3008.94	WSVECS04 Frhs2[1114]: 6 -1.00004 0 shouldn't be
3001.61/3009.26	WSVECS04 Frhs2[870]: 6 0 0.945968 shouldn't be
3001.61/3009.26	WSVECS04 Frhs2[1046]: 6 0 1.00006 shouldn't be
3001.90/3009.52	WSVECS04 Frhs2[67]: 6 0 1.93818 shouldn't be
3001.90/3009.52	WSVECS04 Frhs2[72]: 6 0 0.533537 shouldn't be
3001.90/3009.52	WSVECS04 Frhs2[205]: 6 0 0.0567405 shouldn't be
3001.90/3009.52	WSVECS04 Frhs2[264]: 6 -1.82999 0 shouldn't be
3001.90/3009.52	WSVECS04 Frhs2[273]: 6 0 0.43693 shouldn't be
3001.90/3009.52	WSVECS04 Frhs2[422]: 6 0 0.420126 shouldn't be
3001.90/3009.52	WSVECS04 Frhs2[482]: 6 0 0.134041 shouldn't be
3001.90/3009.52	WSVECS04 Frhs2[483]: 6 0 0.134109 shouldn't be
3001.90/3009.52	WSVECS04 Frhs2[572]: 6 -4.63405 0 shouldn't be
3001.90/3009.52	WSVECS04 Frhs2[634]: 6 0 0.283569 shouldn't be
3001.90/3009.52	WSVECS04 Frhs2[646]: 6 0 3.04646 shouldn't be
3001.90/3009.52	WSVECS04 Frhs2[705]: 6 -3.63661 0 shouldn't be
3001.90/3009.52	WSVECS04 Frhs2[826]: 6 0 0.283542 shouldn't be
3001.90/3009.52	WSVECS04 Frhs2[846]: 6 0 1.35315 shouldn't be
3001.90/3009.52	WSVECS04 Frhs2[868]: 6 -1.96265 0 shouldn't be
3009.18/3016.87	c #Conflicts:    4151000 | #Constraints:     133710
3009.18/3016.87	c #Conflicts:    4152000 | #Constraints:     134710
3009.18/3016.87	c #Conflicts:    4153000 | #Constraints:     135710
3009.18/3016.87	c #Conflicts:    4154000 | #Constraints:     136710
3009.18/3016.87	c #Conflicts:    4155000 | #Constraints:     137710
3009.18/3016.87	c #Conflicts:    4156000 | #Constraints:     138710
3009.18/3016.87	c #Conflicts:    4157000 | #Constraints:     139710
3009.18/3016.87	c #Conflicts:    4158000 | #Constraints:     140710
3009.18/3016.87	c #Conflicts:    4159000 | #Constraints:     141710
3009.18/3016.87	c #Conflicts:    4160000 | #Constraints:     142710
3009.18/3016.87	WSVECS04 Frhs2[116]: 6 0 1.25006 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[225]: 6 0 0.0833613 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[231]: 6 0 0.0833498 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[247]: 6 -2.00009 0 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[249]: 6 -24.3334 0 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[316]: 6 0 7.08335 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[318]: 6 0 13.6667 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[350]: 6 0 2.75005 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[382]: 6 0 6.50005 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[384]: 6 -7.08342 0 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[399]: 6 0 0.666679 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[441]: 6 0 3.58343 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[443]: 6 0 3.58335 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[444]: 6 0 3.58341 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[445]: 6 0 3.58334 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[485]: 6 0 7.00006 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[512]: 6 -10.5834 0 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[529]: 6 0 1.33341 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[530]: 6 0 2.33338 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[531]: 6 -2.00008 0 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[551]: 6 0 0.0833561 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[571]: 6 0 3.08338 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[572]: 6 0 3.08342 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[573]: 6 0 3.08335 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[591]: 6 0 0.666698 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[598]: 6 0 11.9167 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[611]: 6 0 0.0833494 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[640]: 6 -3.08338 0 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[650]: 6 -0.666752 0 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[655]: 6 0 0.666711 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[720]: 6 0 0.666684 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[754]: 6 0 2.00002 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[756]: 6 0 2.00004 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[802]: 6 0 5.41669 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[803]: 6 0 0.0834165 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[844]: 6 0 0.666751 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[847]: 6 0 1.33338 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[849]: 6 0 2.00004 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[851]: 6 -2.66671 0 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[896]: 6 -7.41675 0 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[897]: 6 -5.50007 0 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[1309]: 6 -3.00009 0 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[1383]: 6 -5.50006 0 shouldn't be
3009.18/3016.87	WSVECS04 Frhs2[1388]: 6 0 5.50005 shouldn't be
3029.44/3037.16	c #Conflicts:    4161000 | #Constraints:     143710
3029.44/3037.16	c #Conflicts:    4162000 | #Constraints:     144710
3029.44/3037.16	c #Conflicts:    4163000 | #Constraints:     145710
3029.44/3037.16	c #Conflicts:    4164000 | #Constraints:     146710
3029.44/3037.16	c #Conflicts:    4165000 | #Constraints:     147710
3029.44/3037.16	c #Conflicts:    4166000 | #Constraints:     148710
3029.44/3037.16	c #Conflicts:    4167000 | #Constraints:     149710
3029.44/3037.16	c #Conflicts:    4168000 | #Constraints:     150710
3029.44/3037.16	c #Conflicts:    4169000 | #Constraints:     151710
3029.44/3037.16	c #Conflicts:    4170000 | #Constraints:     152710
3029.44/3037.16	c #Conflicts:    4171000 | #Constraints:     153710
3029.44/3037.16	c #Conflicts:    4172000 | #Constraints:     154710
3029.44/3037.16	c #Conflicts:    4173000 | #Constraints:     155710
3029.44/3037.16	c #Conflicts:    4174000 | #Constraints:     156710
3029.44/3037.16	c #Conflicts:    4175000 | #Constraints:     157710
3029.44/3037.16	c #Conflicts:    4176000 | #Constraints:     158710
3029.44/3037.16	c #Conflicts:    4177000 | #Constraints:     159710
3029.44/3037.16	c #Conflicts:    4178000 | #Constraints:     160710
3029.44/3037.16	c #Conflicts:    4179000 | #Constraints:     161710
3029.44/3037.16	c #Conflicts:    4180000 | #Constraints:     162710
3029.44/3037.16	c #Conflicts:    4181000 | #Constraints:     163710
3029.44/3037.16	c #Conflicts:    4182000 | #Constraints:     164710
3029.44/3037.16	c #Conflicts:    4183000 | #Constraints:     165710
3029.44/3037.16	c INPROCESSING
3029.44/3037.16	c GARBAGE COLLECT
3029.44/3037.16	c rational objective 128
3064.53/3072.38	c #Conflicts:    4184000 | #Constraints:      92366
3064.53/3072.38	c #Conflicts:    4185000 | #Constraints:      93366
3064.53/3072.38	c #Conflicts:    4186000 | #Constraints:      94366
3064.53/3072.38	c #Conflicts:    4187000 | #Constraints:      95366
3064.53/3072.38	c #Conflicts:    4188000 | #Constraints:      96366
3064.53/3072.38	c #Conflicts:    4189000 | #Constraints:      97366
3064.53/3072.38	c #Conflicts:    4190000 | #Constraints:      98366
3064.53/3072.38	c #Conflicts:    4191000 | #Constraints:      99366
3064.53/3072.38	c #Conflicts:    4192000 | #Constraints:     100367
3064.53/3072.38	c #Conflicts:    4193000 | #Constraints:     101367
3064.53/3072.38	c #Conflicts:    4194000 | #Constraints:     102367
3064.53/3072.38	c #Conflicts:    4195000 | #Constraints:     103367
3064.53/3072.38	c #Conflicts:    4196000 | #Constraints:     104367
3064.53/3072.38	c #Conflicts:    4197000 | #Constraints:     105367
3064.53/3072.38	c #Conflicts:    4198000 | #Constraints:     106367
3064.53/3072.38	c #Conflicts:    4199000 | #Constraints:     107367
3064.53/3072.38	c #Conflicts:    4200000 | #Constraints:     108367
3064.53/3072.38	c #Conflicts:    4201000 | #Constraints:     109367
3064.53/3072.38	c #Conflicts:    4202000 | #Constraints:     110367
3064.53/3072.38	c #Conflicts:    4203000 | #Constraints:     111367
3064.53/3072.38	c #Conflicts:    4204000 | #Constraints:     112367
3064.53/3072.38	c #Conflicts:    4205000 | #Constraints:     113367
3064.53/3072.38	c #Conflicts:    4206000 | #Constraints:     114367
3064.53/3072.38	c #Conflicts:    4207000 | #Constraints:     115367
3064.53/3072.38	c #Conflicts:    4208000 | #Constraints:     116367
3064.53/3072.38	c #Conflicts:    4209000 | #Constraints:     117367
3064.53/3072.38	c #Conflicts:    4210000 | #Constraints:     118367
3064.53/3072.38	c #Conflicts:    4211000 | #Constraints:     119367
3064.53/3072.38	c #Conflicts:    4212000 | #Constraints:     120367
3064.53/3072.38	c #Conflicts:    4213000 | #Constraints:     121367
3064.53/3072.38	c #Conflicts:    4214000 | #Constraints:     122367
3064.53/3072.38	c #Conflicts:    4215000 | #Constraints:     123367
3064.53/3072.38	c #Conflicts:    4216000 | #Constraints:     124367
3064.53/3072.38	c #Conflicts:    4217000 | #Constraints:     125367
3064.53/3072.38	c #Conflicts:    4218000 | #Constraints:     126367
3064.53/3072.38	c #Conflicts:    4219000 | #Constraints:     127367
3064.53/3072.38	c #Conflicts:    4220000 | #Constraints:     128367
3064.53/3072.38	c #Conflicts:    4221000 | #Constraints:     129367
3064.53/3072.38	c #Conflicts:    4222000 | #Constraints:     130367
3064.53/3072.38	c #Conflicts:    4223000 | #Constraints:     131367
3064.53/3072.38	c #Conflicts:    4224000 | #Constraints:     132367
3064.53/3072.38	c #Conflicts:    4225000 | #Constraints:     133367
3064.53/3072.38	c #Conflicts:    4226000 | #Constraints:     134367
3064.53/3072.38	c #Conflicts:    4227000 | #Constraints:     135367
3064.53/3072.38	c #Conflicts:    4228000 | #Constraints:     136367
3064.53/3072.38	c #Conflicts:    4229000 | #Constraints:     137367
3064.53/3072.38	c #Conflicts:    4230000 | #Constraints:     138367
3064.53/3072.38	c #Conflicts:    4231000 | #Constraints:     139367
3064.53/3072.38	c #Conflicts:    4232000 | #Constraints:     140367
3064.53/3072.38	c INPROCESSING
3064.53/3072.38	c GARBAGE COLLECT
3064.53/3072.38	c rational objective 128
3074.70/3082.51	c #Conflicts:    4233000 | #Constraints:      80118
3074.70/3082.51	c #Conflicts:    4234000 | #Constraints:      81119
3074.70/3082.51	c #Conflicts:    4235000 | #Constraints:      82120
3074.70/3082.51	c #Conflicts:    4236000 | #Constraints:      83120
3074.70/3082.51	c #Conflicts:    4237000 | #Constraints:      84121
3074.70/3082.51	c #Conflicts:    4238000 | #Constraints:      85121
3074.70/3082.51	c #Conflicts:    4239000 | #Constraints:      86124
3074.70/3082.51	c #Conflicts:    4240000 | #Constraints:      87125
3074.70/3082.51	c #Conflicts:    4241000 | #Constraints:      88125
3074.70/3082.51	c #Conflicts:    4242000 | #Constraints:      89126
3074.70/3082.51	c #Conflicts:    4243000 | #Constraints:      90126
3074.70/3082.51	c #Conflicts:    4244000 | #Constraints:      91128
3074.70/3082.51	c #Conflicts:    4245000 | #Constraints:      92129
3074.70/3082.51	c #Conflicts:    4246000 | #Constraints:      93129
3074.70/3082.51	WSVECS04 Frhs2[78]: 6 -12.8458 0 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[107]: 6 0 4.69141 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[157]: 6 0 0.477414 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[182]: 6 0 1.50624 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[246]: 6 0 1.50625 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[257]: 6 0 0.444465 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[278]: 6 0 3.65435 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[370]: 6 0 0.493843 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[373]: 6 0 1.43216 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[385]: 6 0 5.11117 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[389]: 6 0 1.6791 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[391]: 6 0 4.66671 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[401]: 6 0 1.75313 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[404]: 6 0 5.55153 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[417]: 6 0 5.75314 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[449]: 6 -0.987704 0 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[465]: 6 0 1.01237 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[502]: 6 0 1.62968 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[528]: 6 0 0.0494391 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[565]: 6 0 0.938365 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[567]: 6 -1.18525 0 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[660]: 6 0 4.04532 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[663]: 6 0 0.246987 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[665]: 6 0 4.29227 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[714]: 6 -0.12354 0 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[719]: 6 0 0.123527 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[724]: 6 0 4.81072 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[757]: 6 0 0.938329 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[800]: 6 0 4.16878 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[828]: 6 0 0.123481 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[1057]: 6 0 0.123532 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[1188]: 6 -4.00001 0 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[1224]: 6 -1.00003 0 shouldn't be
3074.70/3082.51	WSVECS04 Frhs2[1263]: 6 0 2.00002 shouldn't be
3075.00/3082.80	WSVECS04 Frhs2[265]: 6 0 0.12353 shouldn't be
3075.00/3082.80	WSVECS04 Frhs2[1001]: 6 0 1.35805 shouldn't be
3075.31/3083.11	WSVECS04 Frhs2[720]: 6 0 0.0494595 shouldn't be
3087.07/3094.93	c #Conflicts:    4247000 | #Constraints:      94129
3087.07/3094.93	c #Conflicts:    4248000 | #Constraints:      95129
3087.07/3094.93	c #Conflicts:    4249000 | #Constraints:      96129
3087.07/3094.93	c #Conflicts:    4250000 | #Constraints:      97129
3087.07/3094.93	c #Conflicts:    4251000 | #Constraints:      98129
3087.07/3094.93	c #Conflicts:    4252000 | #Constraints:      99129
3087.07/3094.93	c #Conflicts:    4253000 | #Constraints:     100129
3087.07/3094.93	c #Conflicts:    4254000 | #Constraints:     101130
3087.07/3094.93	c #Conflicts:    4255000 | #Constraints:     102132
3087.07/3094.93	c #Conflicts:    4256000 | #Constraints:     103132
3087.07/3094.93	c #Conflicts:    4257000 | #Constraints:     104134
3087.07/3094.93	c #Conflicts:    4258000 | #Constraints:     105135
3087.07/3094.93	c #Conflicts:    4259000 | #Constraints:     106135
3087.07/3094.93	c #Conflicts:    4260000 | #Constraints:     107135
3087.07/3094.93	c #Conflicts:    4261000 | #Constraints:     108135
3087.07/3094.93	WSVECS04 Frhs2[88]: 6 0 0.800064 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[128]: 6 0 21.5501 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[152]: 6 0 0.800069 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[206]: 6 0 2.00001 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[253]: 6 0 4.20003 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[320]: 6 -29.15 0 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[334]: 6 0 2.00009 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[378]: 6 0 3.40005 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[384]: 6 -25.75 0 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[436]: 6 0 1.50006 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[442]: 6 0 28.3501 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[444]: 6 0 25.55 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[506]: 6 0 22.95 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[572]: 6 0 9.90004 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[588]: 6 -8.0001 0 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[604]: 6 -6.00005 0 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[698]: 6 0 3.40002 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[714]: 6 -2.00005 0 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[718]: 6 0 2.00009 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[756]: 6 0 2.50009 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[758]: 6 0 1.00001 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[762]: 6 0 5.40003 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[764]: 6 0 2.60005 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[892]: 6 0 4.60007 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[977]: 6 0 2.00001 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[992]: 6 0 4.00002 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[996]: 6 -3.00008 0 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[1000]: 6 0 1.00006 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[1002]: 6 0 2.00005 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[1048]: 6 -1.00007 0 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[1063]: 6 0 0.400057 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[1071]: 6 0 2.00009 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[1114]: 6 0 2.00005 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[1129]: 6 0 2.00008 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[1144]: 6 0 2.00006 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[1174]: 6 -3.00009 0 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[1202]: 6 -2.00002 0 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[1215]: 6 -2.00008 0 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[1224]: 6 -1.00007 0 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[1225]: 6 0 1.00005 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[1338]: 6 0 1.40003 shouldn't be
3087.07/3094.93	WSVECS04 Frhs2[1343]: 6 0 6.40007 shouldn't be
3098.15/3106.02	c #Conflicts:    4262000 | #Constraints:     109135
3098.15/3106.02	c #Conflicts:    4263000 | #Constraints:     110135
3098.15/3106.02	c #Conflicts:    4264000 | #Constraints:     111135
3098.15/3106.02	c #Conflicts:    4265000 | #Constraints:     112135
3098.15/3106.02	c #Conflicts:    4266000 | #Constraints:     113136
3098.15/3106.02	c #Conflicts:    4267000 | #Constraints:     114138
3098.15/3106.02	c #Conflicts:    4268000 | #Constraints:     115138
3098.15/3106.02	c #Conflicts:    4269000 | #Constraints:     116138
3098.15/3106.02	c #Conflicts:    4270000 | #Constraints:     117139
3098.15/3106.02	c #Conflicts:    4271000 | #Constraints:     118140
3098.15/3106.02	c #Conflicts:    4272000 | #Constraints:     119142
3098.15/3106.02	c #Conflicts:    4273000 | #Constraints:     120142
3098.15/3106.02	WSVECS04 Frhs2[12]: 6 0 1.35987 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[20]: 6 0 0.232648 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[29]: 6 0 2.00002 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[33]: 6 0 0.352999 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[60]: 6 0 0.750063 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[84]: 6 0 0.232571 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[92]: 6 -2.00004 0 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[108]: 6 0 2.69775 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[139]: 6 0 0.232592 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[140]: 6 0 2.76885 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[142]: 6 0 0.511649 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[156]: 6 -3.00009 0 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[157]: 6 0 2.00007 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[217]: 6 -3.0001 0 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[236]: 6 0 2.69769 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[258]: 6 -1.00009 0 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[266]: 6 -3.40905 0 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[324]: 6 -5.00007 0 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[483]: 6 0 0.058896 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[514]: 6 0 0.500033 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[582]: 6 -0.500067 0 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[620]: 6 0 2.46517 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[649]: 6 0 0.232639 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[651]: 6 0 0.465161 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[658]: 6 0 0.232576 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[659]: 6 -1.76751 0 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[677]: 6 -1.29421 0 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[729]: 6 0 3.00005 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[733]: 6 -3.41183 0 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[734]: 6 0 2.94776 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[784]: 6 0 1.48842 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[785]: 6 -6.46516 0 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[786]: 6 0 0.232649 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[799]: 6 -9.94777 0 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[803]: 6 0 0.588275 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[807]: 6 0 0.529502 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[841]: 6 -2.58553 0 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[850]: 6 0 0.23261 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[852]: 6 0 0.232627 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[863]: 6 0 3.94769 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[889]: 6 0 0.500061 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[890]: 6 0 0.500076 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[953]: 6 -1.00005 0 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[970]: 6 0 0.232623 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[977]: 6 0 2.00007 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[989]: 6 0 1.86049 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[1070]: 6 0 3.0001 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[1167]: 6 -1.23539 0 shouldn't be
3098.15/3106.02	WSVECS04 Frhs2[1342]: 6 -3.00008 0 shouldn't be
3104.32/3112.24	c #Conflicts:    4274000 | #Constraints:     121143
3104.32/3112.24	c #Conflicts:    4275000 | #Constraints:     122143
3104.32/3112.24	c #Conflicts:    4276000 | #Constraints:     123144
3104.32/3112.24	c #Conflicts:    4277000 | #Constraints:     124144
3104.32/3112.24	c #Conflicts:    4278000 | #Constraints:     125146
3104.32/3112.24	c #Conflicts:    4279000 | #Constraints:     126146
3104.32/3112.24	WSVECS04 Frhs2[8]: 6 -8.0001 0 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[23]: 6 0 12.0007 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[35]: 6 0 0.814316 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[48]: 6 0 2.063 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[51]: 6 -1.17495 0 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[87]: 6 0 7.71632 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[113]: 6 0 7.66672 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[115]: 6 0 0.185779 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[129]: 6 -16.5465 0 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[137]: 6 -5.40205 0 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[139]: 6 0 0.349919 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[162]: 6 0 6.00008 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[177]: 6 0 5.49178 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[199]: 6 0 2.5465 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[210]: 6 0 1.00006 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[211]: 6 -4.69981 0 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[213]: 6 0 4.41292 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[244]: 6 0 2.00003 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[258]: 6 -4.00006 0 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[263]: 6 0 2.54653 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[266]: 6 -4.00003 0 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[267]: 6 0 0.349959 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[279]: 6 0 7.58783 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[295]: 6 0 2.20237 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[301]: 6 0 2.22017 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[312]: 6 -3.00006 0 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[355]: 6 0 2.44279 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[363]: 6 0 5.48672 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[367]: 6 0 1.58209 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[399]: 6 -8.00006 0 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[403]: 6 -2.69979 0 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[405]: 6 0 4.41291 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[406]: 6 0 6.41294 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[418]: 6 0 5.62858 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[419]: 6 0 2.44279 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[421]: 6 -2.175 0 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[429]: 6 -12.4867 0 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[438]: 6 0 15.4842 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[469]: 6 0 4.41291 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[483]: 6 0 2.44281 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[554]: 6 -8.36775 0 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[566]: 6 0 6.27102 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[583]: 6 0 2.54645 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[641]: 6 0 3.09294 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[646]: 6 0 9.6394 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[647]: 6 0 5.63938 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[648]: 6 0 3.09294 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[677]: 6 -4.17497 0 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[680]: 6 0 4.17499 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[683]: 6 0 3.24876 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[691]: 6 0 3.00004 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[695]: 6 0 7.66669 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[711]: 6 0 2.54648 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[714]: 6 -8.00005 0 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[738]: 6 0 5.45363 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[753]: 6 0 2.00007 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[754]: 6 -4.6667 0 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[775]: 6 0 2.54647 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[785]: 6 -5.34997 0 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[788]: 6 0 4.76277 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[791]: 6 0 12.0007 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[799]: 6 -10.0001 0 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[803]: 6 0 2.44278 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[804]: 6 0 0.175021 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[807]: 6 0 0.175019 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[853]: 6 0 4.41287 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[866]: 6 0 5.45361 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[867]: 6 0 2.26789 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[897]: 6 -1.00006 0 shouldn't be
3104.32/3112.24	WSVECS04 Frhs2[968]: 6 -1.00006 0 shouldn't be
3105.61/3113.51	c #Conflicts:    4280000 | #Constraints:     127146
3105.61/3113.51	c INPROCESSING
3105.61/3113.51	c GARBAGE COLLECT
3105.61/3113.51	c rational objective 128
3108.11/3116.01	c #Conflicts:    4281000 | #Constraints:      73276
3108.11/3116.01	c #Conflicts:    4282000 | #Constraints:      74276
3108.11/3116.01	c #Conflicts:    4283000 | #Constraints:      75276
3108.11/3116.01	c #Conflicts:    4284000 | #Constraints:      76276
3108.11/3116.01	c #Conflicts:    4285000 | #Constraints:      77276
3108.11/3116.01	c #Conflicts:    4286000 | #Constraints:      78276
3108.11/3116.01	WSVECS04 Frhs2[16]: 6 0 14.9192 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[63]: 6 -3.00002 0 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[65]: 6 0 3.00005 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[180]: 6 0 1.50007 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[203]: 6 0 0.0510809 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[228]: 6 0 19.8894 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[336]: 6 0 14.9192 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[341]: 6 0 0.800095 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[342]: 6 0 0.90215 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[356]: 6 0 18.8766 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[376]: 6 0 1.50002 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[432]: 6 0 0.540446 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[469]: 6 0 0.646894 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[472]: 6 0 15.1533 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[495]: 6 0 39.098 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[512]: 6 -1.00005 0 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[587]: 6 0 0.0511297 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[594]: 6 0 2.17874 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[597]: 6 0 3.58307 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[611]: 6 0 0.5703 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[612]: 6 0 19.8894 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[613]: 6 -2.12774 0 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[614]: 6 0 1.01284 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[635]: 6 -1.00001 0 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[650]: 6 -3.92347 0 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[654]: 6 0 1.92349 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[661]: 6 0 0.646891 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[664]: 6 0 15.1533 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[688]: 6 0 0.540493 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[737]: 6 0 3.26816 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[843]: 6 0 0.0511546 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[844]: 6 0 21.8129 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[878]: 6 -1.82129 0 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[899]: 6 -3.00007 0 shouldn't be
3108.11/3116.01	WSVECS04 Frhs2[1289]: 6 0 2.00007 shouldn't be
3108.41/3116.32	WSVECS04 Frhs2[81]: 6 0 1.63412 shouldn't be
3108.41/3116.32	WSVECS04 Frhs2[85]: 6 0 0.800097 shouldn't be
3108.41/3116.32	WSVECS04 Frhs2[86]: 6 0 0.902213 shouldn't be
3108.41/3116.32	WSVECS04 Frhs2[209]: 6 0 1.48089 shouldn't be
3108.41/3116.32	WSVECS04 Frhs2[227]: 6 0 0.570302 shouldn't be
3108.41/3116.32	WSVECS04 Frhs2[374]: 6 0 0.500024 shouldn't be
3108.41/3116.32	WSVECS04 Frhs2[482]: 6 0 1.87241 shouldn't be
3108.41/3116.32	WSVECS04 Frhs2[555]: 6 0 0.493668 shouldn't be
3108.41/3116.32	WSVECS04 Frhs2[586]: 6 -6.20859 0 shouldn't be
3108.41/3116.32	WSVECS04 Frhs2[619]: 6 0 0.493657 shouldn't be
3108.41/3116.32	WSVECS04 Frhs2[621]: 6 0 0.757546 shouldn't be
3108.41/3116.32	WSVECS04 Frhs2[1258]: 6 0 2.00005 shouldn't be
3108.41/3116.32	WSVECS04 Frhs2[1296]: 6 -1.00004 0 shouldn't be
3108.71/3116.61	WSVECS04 Frhs2[238]: 6 -2.00002 0 shouldn't be
3108.71/3116.61	WSVECS04 Frhs2[291]: 6 0 1.60006 shouldn't be
3108.71/3116.61	WSVECS04 Frhs2[422]: 6 0 1.01278 shouldn't be
3108.71/3116.61	WSVECS04 Frhs2[598]: 6 0 3.68517 shouldn't be
3108.71/3116.61	WSVECS04 Frhs2[932]: 6 -1.00004 0 shouldn't be
3108.71/3116.61	WSVECS04 Frhs2[945]: 6 -1.00005 0 shouldn't be
3108.71/3116.61	WSVECS04 Frhs2[1170]: 6 0 0.127736 shouldn't be
3108.71/3116.61	WSVECS04 Frhs2[1344]: 6 -1.00003 0 shouldn't be
3166.25/3174.35	c #Conflicts:    4287000 | #Constraints:      79276
3166.25/3174.35	c #Conflicts:    4288000 | #Constraints:      80276
3166.25/3174.35	c #Conflicts:    4289000 | #Constraints:      81276
3166.25/3174.35	c #Conflicts:    4290000 | #Constraints:      82276
3166.25/3174.35	c #Conflicts:    4291000 | #Constraints:      83276
3166.25/3174.35	c #Conflicts:    4292000 | #Constraints:      84276
3166.25/3174.35	c #Conflicts:    4293000 | #Constraints:      85276
3166.25/3174.35	c #Conflicts:    4294000 | #Constraints:      86276
3166.25/3174.35	c #Conflicts:    4295000 | #Constraints:      87276
3166.25/3174.35	c #Conflicts:    4296000 | #Constraints:      88276
3166.25/3174.35	c #Conflicts:    4297000 | #Constraints:      89276
3166.25/3174.35	c #Conflicts:    4298000 | #Constraints:      90276
3166.25/3174.35	c #Conflicts:    4299000 | #Constraints:      91276
3166.25/3174.35	c #Conflicts:    4300000 | #Constraints:      92276
3166.25/3174.35	c #Conflicts:    4301000 | #Constraints:      93276
3166.25/3174.35	c #Conflicts:    4302000 | #Constraints:      94276
3166.25/3174.35	c #Conflicts:    4303000 | #Constraints:      95276
3166.25/3174.35	c #Conflicts:    4304000 | #Constraints:      96276
3166.25/3174.35	c #Conflicts:    4305000 | #Constraints:      97276
3166.25/3174.35	c #Conflicts:    4306000 | #Constraints:      98276
3166.25/3174.35	c #Conflicts:    4307000 | #Constraints:      99276
3166.25/3174.35	c #Conflicts:    4308000 | #Constraints:     100276
3166.25/3174.35	c #Conflicts:    4309000 | #Constraints:     101276
3166.25/3174.35	c #Conflicts:    4310000 | #Constraints:     102276
3166.25/3174.35	c #Conflicts:    4311000 | #Constraints:     103276
3166.25/3174.35	c #Conflicts:    4312000 | #Constraints:     104276
3166.25/3174.35	c #Conflicts:    4313000 | #Constraints:     105276
3166.25/3174.35	c #Conflicts:    4314000 | #Constraints:     106276
3166.25/3174.35	c #Conflicts:    4315000 | #Constraints:     107276
3166.25/3174.35	c #Conflicts:    4316000 | #Constraints:     108276
3166.25/3174.35	c #Conflicts:    4317000 | #Constraints:     109276
3166.25/3174.35	c #Conflicts:    4318000 | #Constraints:     110276
3166.25/3174.35	c #Conflicts:    4319000 | #Constraints:     111276
3166.25/3174.35	c #Conflicts:    4320000 | #Constraints:     112276
3166.25/3174.35	c #Conflicts:    4321000 | #Constraints:     113276
3166.25/3174.35	c #Conflicts:    4322000 | #Constraints:     114276
3166.25/3174.35	c #Conflicts:    4323000 | #Constraints:     115276
3166.25/3174.35	c #Conflicts:    4324000 | #Constraints:     116276
3166.25/3174.35	c #Conflicts:    4325000 | #Constraints:     117276
3166.25/3174.35	c #Conflicts:    4326000 | #Constraints:     118276
3166.25/3174.35	c #Conflicts:    4327000 | #Constraints:     119276
3166.25/3174.35	c #Conflicts:    4328000 | #Constraints:     120276
3166.25/3174.35	c #Conflicts:    4329000 | #Constraints:     121276
3166.25/3174.35	c #Conflicts:    4330000 | #Constraints:     122276
3166.25/3174.35	c #Conflicts:    4331000 | #Constraints:     123276
3166.25/3174.35	c #Conflicts:    4332000 | #Constraints:     124276
3166.25/3174.35	c #Conflicts:    4333000 | #Constraints:     125276
3166.25/3174.35	c #Conflicts:    4334000 | #Constraints:     126276
3166.25/3174.35	c #Conflicts:    4335000 | #Constraints:     127276
3166.25/3174.35	c #Conflicts:    4336000 | #Constraints:     128276
3166.25/3174.35	c #Conflicts:    4337000 | #Constraints:     129276
3166.25/3174.35	c #Conflicts:    4338000 | #Constraints:     130276
3166.25/3174.35	c #Conflicts:    4339000 | #Constraints:     131276
3166.25/3174.35	c #Conflicts:    4340000 | #Constraints:     132276
3166.25/3174.35	c #Conflicts:    4341000 | #Constraints:     133276
3166.25/3174.35	c #Conflicts:    4342000 | #Constraints:     134276
3166.25/3174.35	c #Conflicts:    4343000 | #Constraints:     135276
3166.25/3174.35	c #Conflicts:    4344000 | #Constraints:     136276
3166.25/3174.35	c #Conflicts:    4345000 | #Constraints:     137276
3166.25/3174.35	c #Conflicts:    4346000 | #Constraints:     138276
3166.25/3174.36	c #Conflicts:    4347000 | #Constraints:     139276
3166.25/3174.36	c #Conflicts:    4348000 | #Constraints:     140276
3166.25/3174.36	c #Conflicts:    4349000 | #Constraints:     141276
3166.25/3174.36	c #Conflicts:    4350000 | #Constraints:     142276
3166.25/3174.36	c #Conflicts:    4351000 | #Constraints:     143276
3166.25/3174.36	c #Conflicts:    4352000 | #Constraints:     144276
3166.25/3174.36	c #Conflicts:    4353000 | #Constraints:     145276
3166.25/3174.36	c #Conflicts:    4354000 | #Constraints:     146276
3166.25/3174.36	c #Conflicts:    4355000 | #Constraints:     147276
3166.25/3174.36	c #Conflicts:    4356000 | #Constraints:     148277
3166.25/3174.36	c #Conflicts:    4357000 | #Constraints:     149277
3166.25/3174.36	c #Conflicts:    4358000 | #Constraints:     150277
3166.25/3174.36	c #Conflicts:    4359000 | #Constraints:     151277
3166.25/3174.36	c #Conflicts:    4360000 | #Constraints:     152277
3166.25/3174.36	c #Conflicts:    4361000 | #Constraints:     153277
3166.25/3174.36	c #Conflicts:    4362000 | #Constraints:     154278
3166.25/3174.36	c #Conflicts:    4363000 | #Constraints:     155278
3166.25/3174.36	c #Conflicts:    4364000 | #Constraints:     156278
3166.25/3174.36	c #Conflicts:    4365000 | #Constraints:     157278
3188.00/3196.18	c #Conflicts:    4366000 | #Constraints:     158278
3188.00/3196.18	c #Conflicts:    4367000 | #Constraints:     159278
3188.00/3196.18	c #Conflicts:    4368000 | #Constraints:     160278
3188.00/3196.18	c #Conflicts:    4369000 | #Constraints:     161278
3188.00/3196.18	c #Conflicts:    4370000 | #Constraints:     162278
3188.00/3196.18	c #Conflicts:    4371000 | #Constraints:     163278
3188.00/3196.18	c #Conflicts:    4372000 | #Constraints:     164278
3188.00/3196.18	c #Conflicts:    4373000 | #Constraints:     165278
3188.00/3196.18	c #Conflicts:    4374000 | #Constraints:     166278
3188.00/3196.18	c #Conflicts:    4375000 | #Constraints:     167278
3188.00/3196.18	c #Conflicts:    4376000 | #Constraints:     168278
3188.00/3196.18	c #Conflicts:    4377000 | #Constraints:     169278
3188.00/3196.18	c #Conflicts:    4378000 | #Constraints:     170278
3188.00/3196.18	c #Conflicts:    4379000 | #Constraints:     171278
3188.00/3196.18	c #Conflicts:    4380000 | #Constraints:     172278
3188.00/3196.18	c #Conflicts:    4381000 | #Constraints:     173278
3188.00/3196.18	c #Conflicts:    4382000 | #Constraints:     174278
3188.00/3196.18	c #Conflicts:    4383000 | #Constraints:     175278
3188.00/3196.18	c #Conflicts:    4384000 | #Constraints:     176278
3188.00/3196.18	c #Conflicts:    4385000 | #Constraints:     177278
3188.00/3196.18	c #Conflicts:    4386000 | #Constraints:     178278
3188.00/3196.18	WSVECS04 Frhs2[9]: 6 0 18.9087 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[17]: 6 0 16.5041 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[49]: 6 0 4.1548 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[74]: 6 -1.00002 0 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[81]: 6 0 16.1707 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[82]: 6 -5.00008 0 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[97]: 6 0 18.9088 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[113]: 6 0 4.15478 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[137]: 6 0 18.9087 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[145]: 6 0 16.1707 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[170]: 6 0 1.17864 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[176]: 6 0 0.0714528 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[185]: 6 0 18.9088 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[186]: 6 -15.2858 0 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[250]: 6 0 0.142913 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[253]: 6 0 0.142907 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[290]: 6 -14.3215 0 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[298]: 6 0 1.17863 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[321]: 6 0 20.9087 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[337]: 6 0 16.0635 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[369]: 6 0 4.15483 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[377]: 6 0 19.1945 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[385]: 6 0 24.0278 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[393]: 6 0 18.9088 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[433]: 6 0 4.15484 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[512]: 6 -5.95247 0 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[532]: 6 0 4.11911 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[556]: 6 -2.00006 0 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[560]: 6 0 0.0357691 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[574]: 6 0 0.285762 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[575]: 6 0 0.571459 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[628]: 6 0 3.33735 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[688]: 6 0 0.0715128 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[704]: 6 -2.00006 0 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[713]: 6 0 18.9088 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[721]: 6 0 7.62305 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[723]: 6 -11.4128 0 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[756]: 6 0 2.15483 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[764]: 6 0 4.00005 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[780]: 6 -4.00005 0 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[828]: 6 0 3.42865 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[920]: 6 -1.00005 0 shouldn't be
3188.00/3196.18	WSVECS04 Frhs2[1321]: 6 0 2.57145 shouldn't be
3202.95/3211.17	c #Conflicts:    4387000 | #Constraints:     179278
3202.95/3211.17	c #Conflicts:    4388000 | #Constraints:     180278
3202.95/3211.17	c #Conflicts:    4389000 | #Constraints:     181278
3202.95/3211.17	c #Conflicts:    4390000 | #Constraints:     182278
3202.95/3211.17	c #Conflicts:    4391000 | #Constraints:     183278
3202.95/3211.17	c #Conflicts:    4392000 | #Constraints:     184278
3202.95/3211.17	c #Conflicts:    4393000 | #Constraints:     185278
3202.95/3211.17	c #Conflicts:    4394000 | #Constraints:     186278
3202.95/3211.17	c #Conflicts:    4395000 | #Constraints:     187278
3202.95/3211.17	c #Conflicts:    4396000 | #Constraints:     188278
3202.95/3211.17	c #Conflicts:    4397000 | #Constraints:     189278
3202.95/3211.17	c #Conflicts:    4398000 | #Constraints:     190278
3202.95/3211.17	c #Conflicts:    4399000 | #Constraints:     191278
3202.95/3211.17	c #Conflicts:    4400000 | #Constraints:     192278
3202.95/3211.17	c #Conflicts:    4401000 | #Constraints:     193278
3202.95/3211.17	WSVECS04 Frhs2[33]: 6 0 0.600039 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[100]: 6 0 4.20007 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[124]: 6 0 4.55002 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[164]: 6 0 4.20008 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[186]: 6 0 3.10006 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[188]: 6 0 5.25006 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[206]: 6 0 7.40008 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[208]: 6 0 8.80007 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[250]: 6 0 2.40009 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[256]: 6 -1.35003 0 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[262]: 6 0 0.700076 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[266]: 6 -7.40005 0 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[291]: 6 0 9.40002 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[311]: 6 -2.40002 0 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[321]: 6 -3.1001 0 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[353]: 6 0 2.60004 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[369]: 6 0 0.300091 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[420]: 6 0 4.20007 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[421]: 6 -2.90008 0 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[442]: 6 0 2.40003 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[483]: 6 0 9.60002 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[634]: 6 0 2.40007 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[635]: 6 0 8.80002 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[692]: 6 0 2.6001 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[737]: 6 0 1.70009 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[762]: 6 0 2.40006 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[830]: 6 0 0.600023 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[885]: 6 0 0.200088 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[890]: 6 0 2.40007 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[921]: 6 0 1.00005 shouldn't be
3202.95/3211.17	WSVECS04 Frhs2[989]: 6 -2.60007 0 shouldn't be
3203.24/3211.44	WSVECS04 Frhs2[309]: 6 0 1.80003 shouldn't be
3203.24/3211.44	WSVECS04 Frhs2[637]: 6 0 0.20008 shouldn't be
3203.24/3211.44	WSVECS04 Frhs2[754]: 6 0 1.20005 shouldn't be
3203.24/3211.44	WSVECS04 Frhs2[843]: 6 0 6.80002 shouldn't be
3203.24/3211.44	WSVECS04 Frhs2[893]: 6 0 0.200041 shouldn't be
3242.84/3251.14	c #Conflicts:    4402000 | #Constraints:     194278
3242.84/3251.14	c #Conflicts:    4403000 | #Constraints:     195278
3242.84/3251.14	c #Conflicts:    4404000 | #Constraints:     196278
3242.84/3251.14	c #Conflicts:    4405000 | #Constraints:     197278
3242.84/3251.14	c #Conflicts:    4406000 | #Constraints:     198278
3242.84/3251.14	c #Conflicts:    4407000 | #Constraints:     199278
3242.84/3251.14	c #Conflicts:    4408000 | #Constraints:     200278
3242.84/3251.14	c #Conflicts:    4409000 | #Constraints:     201278
3242.84/3251.14	c #Conflicts:    4410000 | #Constraints:     202278
3242.84/3251.14	c #Conflicts:    4411000 | #Constraints:     203278
3242.84/3251.14	c #Conflicts:    4412000 | #Constraints:     204278
3242.84/3251.14	c #Conflicts:    4413000 | #Constraints:     205278
3242.84/3251.14	c #Conflicts:    4414000 | #Constraints:     206278
3242.84/3251.14	c #Conflicts:    4415000 | #Constraints:     207278
3242.84/3251.14	c #Conflicts:    4416000 | #Constraints:     208278
3242.84/3251.14	c #Conflicts:    4417000 | #Constraints:     209278
3242.84/3251.14	c #Conflicts:    4418000 | #Constraints:     210278
3242.84/3251.14	c #Conflicts:    4419000 | #Constraints:     211278
3242.84/3251.14	c #Conflicts:    4420000 | #Constraints:     212278
3242.84/3251.14	c #Conflicts:    4421000 | #Constraints:     213278
3242.84/3251.14	c #Conflicts:    4422000 | #Constraints:     214278
3242.84/3251.14	c #Conflicts:    4423000 | #Constraints:     215278
3242.84/3251.14	c #Conflicts:    4424000 | #Constraints:     216278
3242.84/3251.14	c #Conflicts:    4425000 | #Constraints:     217278
3242.84/3251.14	c #Conflicts:    4426000 | #Constraints:     218278
3242.84/3251.14	c #Conflicts:    4427000 | #Constraints:     219278
3242.84/3251.14	c #Conflicts:    4428000 | #Constraints:     220278
3242.84/3251.14	c #Conflicts:    4429000 | #Constraints:     221278
3242.84/3251.14	c #Conflicts:    4430000 | #Constraints:     222278
3242.84/3251.14	c #Conflicts:    4431000 | #Constraints:     223278
3242.84/3251.14	c #Conflicts:    4432000 | #Constraints:     224278
3242.84/3251.14	c #Conflicts:    4433000 | #Constraints:     225278
3242.84/3251.14	c #Conflicts:    4434000 | #Constraints:     226278
3242.84/3251.14	c INPROCESSING
3242.84/3251.14	c GARBAGE COLLECT
3242.84/3251.14	c rational objective 128
3255.10/3263.45	c #Conflicts:    4435000 | #Constraints:     122880
3255.10/3263.45	c #Conflicts:    4436000 | #Constraints:     123881
3255.10/3263.45	c #Conflicts:    4437000 | #Constraints:     124882
3255.10/3263.45	c #Conflicts:    4438000 | #Constraints:     125883
3255.10/3263.45	c #Conflicts:    4439000 | #Constraints:     126883
3255.10/3263.45	c #Conflicts:    4440000 | #Constraints:     127884
3255.10/3263.45	c #Conflicts:    4441000 | #Constraints:     128886
3255.10/3263.45	c #Conflicts:    4442000 | #Constraints:     129887
3255.10/3263.45	c #Conflicts:    4443000 | #Constraints:     130887
3255.10/3263.45	c #Conflicts:    4444000 | #Constraints:     131887
3255.10/3263.45	c #Conflicts:    4445000 | #Constraints:     132888
3255.10/3263.45	c #Conflicts:    4446000 | #Constraints:     133892
3255.10/3263.45	c #Conflicts:    4447000 | #Constraints:     134892
3255.10/3263.45	c #Conflicts:    4448000 | #Constraints:     135892
3255.10/3263.45	WSVECS04 Frhs2[8]: 6 -3.65005 0 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[35]: 6 0 0.700052 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[39]: 6 0 1.70006 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[41]: 6 0 2.76675 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[50]: 6 0 1.00009 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[79]: 6 0 3.00003 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[105]: 6 0 3.76674 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[114]: 6 0 1.00003 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[137]: 6 -15 0 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[159]: 6 0 1.00004 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[162]: 6 0 0.60001 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[169]: 6 0 2.76676 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[175]: 6 -15 0 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[257]: 6 0 1.10008 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[282]: 6 0 2.00008 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[316]: 6 0 5.40008 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[361]: 6 0 2.7667 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[370]: 6 0 1.00002 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[399]: 6 -11.0001 0 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[425]: 6 0 2.76668 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[434]: 6 0 1.00002 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[439]: 6 -2.00004 0 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[589]: 6 0 2.30001 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[607]: 6 0 1.00002 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[610]: 6 0 1.30003 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[615]: 6 0 1.70009 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[672]: 6 0 5.15005 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[688]: 6 -0.533347 0 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[866]: 6 0 0.600085 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[873]: 6 0 2.76672 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[889]: 6 -4.00006 0 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[1174]: 6 -2.00004 0 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[1177]: 6 0 2.00001 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[1218]: 6 -2.00006 0 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[1227]: 6 0 1.00005 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[1231]: 6 0 1.0001 shouldn't be
3255.10/3263.45	WSVECS04 Frhs2[1279]: 6 -2.00003 0 shouldn't be
3258.39/3266.71	c #Conflicts:    4449000 | #Constraints:     136892
3258.39/3266.71	c #Conflicts:    4450000 | #Constraints:     137892
3258.39/3266.71	c #Conflicts:    4451000 | #Constraints:     138892
3258.39/3266.71	c #Conflicts:    4452000 | #Constraints:     139892
3258.39/3266.71	WSVECS04 Frhs2[101]: 6 -2.35713 0 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[124]: 6 0 4.39526 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[125]: 6 -4.00003 0 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[145]: 6 0 1.00005 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[193]: 6 -0.777154 0 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[194]: 6 0 1.03306 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[196]: 6 0 2.70601 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[201]: 6 0 1.40979 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[215]: 6 -0.197609 0 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[228]: 6 0 5.00006 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[260]: 6 0 2.706 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[265]: 6 0 1.26221 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[336]: 6 0 6.00005 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[337]: 6 0 3.00009 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[356]: 6 0 3.79473 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[357]: 6 -1.61619 0 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[384]: 6 -4.39523 0 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[386]: 6 0 1.03307 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[387]: 6 0 1.26217 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[393]: 6 0 1.26218 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[403]: 6 -2.00003 0 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[433]: 6 0 1.9732 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[589]: 6 0 7.47126 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[608]: 6 0 3.87438 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[673]: 6 0 1.97318 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[690]: 6 0 0.365092 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[692]: 6 -2.82153 0 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[727]: 6 0 2.00009 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[733]: 6 -7.00006 0 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[738]: 6 0 0.794659 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[754]: 6 0 0.707153 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[755]: 6 0 0.942913 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[763]: 6 -6.00002 0 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[771]: 6 0 1.26222 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[785]: 6 -12.1105 0 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[904]: 6 0 0.889558 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[918]: 6 -1.11049 0 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[920]: 6 0 1.1105 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[942]: 6 0 0.110482 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[1023]: 6 -2.00005 0 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[1033]: 6 0 1.8896 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[1072]: 6 0 1.00002 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[1073]: 6 -1.00001 0 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[1087]: 6 0 1.00005 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[1114]: 6 0 1.00009 shouldn't be
3258.39/3266.71	WSVECS04 Frhs2[1313]: 6 0 2.00005 shouldn't be
3261.69/3270.08	c #Conflicts:    4453000 | #Constraints:     140892
3261.69/3270.08	c #Conflicts:    4454000 | #Constraints:     141892
3261.69/3270.08	c #Conflicts:    4455000 | #Constraints:     142892
3261.69/3270.08	WSVECS04 Frhs2[5]: 6 0 5.42866 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[8]: 6 -8.00004 0 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[9]: 6 0 5.14288 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[78]: 6 -26.0001 0 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[261]: 6 0 4.28579 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[272]: 6 0 1.14291 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[315]: 6 0 4.00008 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[338]: 6 0 0.571516 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[373]: 6 0 3.71431 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[401]: 6 0 2.00001 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[503]: 6 -1.57147 0 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[592]: 6 0 1.14292 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[610]: 6 0 2.00002 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[612]: 6 0 2.00001 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[635]: 6 0 4.00009 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[657]: 6 0 1.71435 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[664]: 6 0 2.85724 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[688]: 6 -2.00006 0 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[773]: 6 0 5.42859 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[792]: 6 0 1.71435 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[806]: 6 -13.0001 0 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[834]: 6 0 1.14293 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[848]: 6 0 1.14292 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[891]: 6 0 4.00006 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[1001]: 6 0 2.00003 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[1057]: 6 0 0.571484 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[1064]: 6 0 0.57148 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[1183]: 6 0 4.00003 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[1188]: 6 -2.00009 0 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[1193]: 6 0 1.00003 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[1207]: 6 -2.00007 0 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[1226]: 6 -1.00009 0 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[1227]: 6 0 2.00005 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[1280]: 6 0 3.14292 shouldn't be
3261.69/3270.08	WSVECS04 Frhs2[1337]: 6 -1.00007 0 shouldn't be
3271.55/3279.93	c #Conflicts:    4456000 | #Constraints:     143892
3271.55/3279.93	c #Conflicts:    4457000 | #Constraints:     144892
3271.55/3279.93	c #Conflicts:    4458000 | #Constraints:     145892
3271.55/3279.93	c #Conflicts:    4459000 | #Constraints:     146893
3271.55/3279.93	c #Conflicts:    4460000 | #Constraints:     147893
3271.55/3279.93	c #Conflicts:    4461000 | #Constraints:     148895
3271.55/3279.93	c #Conflicts:    4462000 | #Constraints:     149895
3271.55/3279.93	c #Conflicts:    4463000 | #Constraints:     150895
3271.55/3279.93	c #Conflicts:    4464000 | #Constraints:     151895
3271.55/3279.93	WSVECS04 Frhs2[16]: 6 0 1.00005 shouldn't be
3271.55/3279.93	WSVECS04 Frhs2[67]: 6 0 3.00006 shouldn't be
3271.55/3279.93	WSVECS04 Frhs2[175]: 6 0 0.266734 shouldn't be
3271.55/3279.93	WSVECS04 Frhs2[179]: 6 -1.00002 0 shouldn't be
3271.55/3279.93	WSVECS04 Frhs2[239]: 6 0 0.266693 shouldn't be
3271.55/3279.93	WSVECS04 Frhs2[259]: 6 0 3.00002 shouldn't be
3271.55/3279.93	WSVECS04 Frhs2[278]: 6 0 0.666719 shouldn't be
3271.55/3279.93	WSVECS04 Frhs2[323]: 6 0 3.00007 shouldn't be
3271.55/3279.93	WSVECS04 Frhs2[324]: 6 -1.00002 0 shouldn't be
3271.55/3279.93	WSVECS04 Frhs2[394]: 6 0 0.666713 shouldn't be
3271.55/3279.93	WSVECS04 Frhs2[790]: 6 0 0.666741 shouldn't be
3271.55/3279.93	WSVECS04 Frhs2[977]: 6 0 1.00008 shouldn't be
3271.55/3279.93	WSVECS04 Frhs2[1049]: 6 0 2.00001 shouldn't be
3271.55/3279.93	WSVECS04 Frhs2[1056]: 6 -1.00007 0 shouldn't be
3271.55/3279.93	WSVECS04 Frhs2[1086]: 6 -3.00001 0 shouldn't be
3278.53/3287.00	c #Conflicts:    4465000 | #Constraints:     152895
3278.53/3287.00	c #Conflicts:    4466000 | #Constraints:     153895
3278.53/3287.00	c #Conflicts:    4467000 | #Constraints:     154895
3278.53/3287.00	c #Conflicts:    4468000 | #Constraints:     155895
3278.53/3287.00	c #Conflicts:    4469000 | #Constraints:     156895
3278.53/3287.00	c #Conflicts:    4470000 | #Constraints:     157895
3278.53/3287.00	WSVECS04 Frhs2[416]: 6 -12 0 shouldn't be
3278.53/3287.00	WSVECS04 Frhs2[448]: 6 -3.00007 0 shouldn't be
3278.53/3287.00	WSVECS04 Frhs2[474]: 6 -1.00005 0 shouldn't be
3278.53/3287.00	WSVECS04 Frhs2[540]: 6 0 1.00007 shouldn't be
3278.53/3287.00	WSVECS04 Frhs2[961]: 6 0 1.00007 shouldn't be
3278.53/3287.00	WSVECS04 Frhs2[963]: 6 -1.00002 0 shouldn't be
3278.53/3287.00	WSVECS04 Frhs2[968]: 6 -1.00003 0 shouldn't be
3278.53/3287.00	WSVECS04 Frhs2[1015]: 6 0 2.00006 shouldn't be
3278.53/3287.00	WSVECS04 Frhs2[1073]: 6 -1.00008 0 shouldn't be
3278.53/3287.00	WSVECS04 Frhs2[1074]: 6 0 1.00002 shouldn't be
3278.53/3287.00	WSVECS04 Frhs2[1098]: 6 -2.00005 0 shouldn't be
3278.53/3287.00	WSVECS04 Frhs2[1120]: 6 0 1.00009 shouldn't be
3278.53/3287.00	WSVECS04 Frhs2[1169]: 6 0 2.00004 shouldn't be
3278.53/3287.00	WSVECS04 Frhs2[1191]: 6 0 1.00008 shouldn't be
3278.53/3287.00	WSVECS04 Frhs2[1247]: 6 -1.0001 0 shouldn't be
3278.53/3287.00	WSVECS04 Frhs2[1248]: 6 0 1.00005 shouldn't be
3278.53/3287.00	WSVECS04 Frhs2[1279]: 6 -1.00009 0 shouldn't be
3295.29/3303.74	c #Conflicts:    4471000 | #Constraints:     158895
3295.29/3303.74	c #Conflicts:    4472000 | #Constraints:     159895
3295.29/3303.74	c #Conflicts:    4473000 | #Constraints:     160895
3295.29/3303.74	c #Conflicts:    4474000 | #Constraints:     161895
3295.29/3303.74	c #Conflicts:    4475000 | #Constraints:     162895
3295.29/3303.74	c #Conflicts:    4476000 | #Constraints:     163898
3295.29/3303.74	c #Conflicts:    4477000 | #Constraints:     164905
3295.29/3303.74	c #Conflicts:    4478000 | #Constraints:     165911
3295.29/3303.74	c #Conflicts:    4479000 | #Constraints:     166914
3295.29/3303.74	c #Conflicts:    4480000 | #Constraints:     167917
3295.29/3303.74	c #Conflicts:    4481000 | #Constraints:     168922
3295.29/3303.74	c #Conflicts:    4482000 | #Constraints:     169926
3295.29/3303.74	c #Conflicts:    4483000 | #Constraints:     170926
3295.29/3303.74	c #Conflicts:    4484000 | #Constraints:     171928
3295.29/3303.74	c INPROCESSING
3295.29/3303.74	c GARBAGE COLLECT
3295.29/3303.74	c rational objective 128
3296.59/3305.07	c #Conflicts:    4485000 | #Constraints:      95848
3296.59/3305.07	WSVECS04 Frhs2[41]: 6 0 2.91165 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[103]: 6 0 1.00002 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[113]: 6 -4.4512 0 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[147]: 6 -2.00007 0 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[212]: 6 0 2.00001 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[233]: 6 0 4.91169 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[235]: 6 0 2.33957 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[242]: 6 0 1.51633 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[266]: 6 -4.1256 0 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[272]: 6 0 3.43723 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[295]: 6 0 1.00004 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[304]: 6 0 2.43723 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[333]: 6 0 4.16288 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[359]: 6 0 1.00002 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[361]: 6 0 4.91167 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[395]: 6 0 2.38611 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[403]: 6 -1.41397 0 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[405]: 6 0 0.0558514 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[429]: 6 -8.00003 0 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[467]: 6 -1.41405 0 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[503]: 6 -1.51631 0 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[562]: 6 0 1.51635 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[566]: 6 0 3.00008 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[588]: 6 -12.9861 0 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[592]: 6 0 2.26521 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[610]: 6 0 3.00002 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[624]: 6 0 3.4373 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[626]: 6 0 0.516338 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[630]: 6 0 2.00009 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[632]: 6 0 3.43722 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[655]: 6 0 2.51172 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[664]: 6 0 1.90241 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[679]: 6 0 1.00003 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[681]: 6 0 4.57213 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[692]: 6 -6.03259 0 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[699]: 6 0 0.116289 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[719]: 6 0 0.260547 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[734]: 6 0 1.00004 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[759]: 6 0 0.953548 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[766]: 6 0 1.11166 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[790]: 6 0 1.36749 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[799]: 6 -3.00009 0 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[806]: 6 -1.00002 0 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[809]: 6 0 1.53495 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[823]: 6 -2.00005 0 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[867]: 6 0 0.972123 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[868]: 6 0 0.972146 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[873]: 6 0 0.786065 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[886]: 6 0 1.02797 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[984]: 6 0 0.251262 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[986]: 6 0 0.251173 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[1098]: 6 -2.00008 0 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[1127]: 6 -1.00007 0 shouldn't be
3296.59/3305.07	WSVECS04 Frhs2[1153]: 6 -1.00001 0 shouldn't be
3303.37/3311.85	c #Conflicts:    4486000 | #Constraints:      96848
3303.37/3311.85	c #Conflicts:    4487000 | #Constraints:      97848
3303.37/3311.85	c #Conflicts:    4488000 | #Constraints:      98849
3303.37/3311.85	c #Conflicts:    4489000 | #Constraints:      99851
3303.37/3311.85	c #Conflicts:    4490000 | #Constraints:     100852
3303.37/3311.85	c #Conflicts:    4491000 | #Constraints:     101853
3303.37/3311.85	c #Conflicts:    4492000 | #Constraints:     102854
3303.37/3311.85	c #Conflicts:    4493000 | #Constraints:     103855
3303.37/3311.85	c #Conflicts:    4494000 | #Constraints:     104856
3303.37/3311.85	WSVECS04 Frhs2[13]: 6 -7.00008 0 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[17]: 6 0 1.75612 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[61]: 6 0 5.09764 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[75]: 6 0 0.634235 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[78]: 6 -2.00004 0 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[84]: 6 0 2.00003 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[131]: 6 0 4.53666 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[134]: 6 0 1.50003 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[153]: 6 0 2.63418 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[175]: 6 -1.00004 0 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[179]: 6 0 2.92689 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[183]: 6 -2.00006 0 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[190]: 6 0 1.92685 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[217]: 6 -2.63419 0 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[221]: 6 0 3.24395 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[229]: 6 0 3.00007 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[230]: 6 0 6.00002 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[238]: 6 -1.00009 0 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[254]: 6 -4.92692 0 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[258]: 6 -2.53667 0 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[278]: 6 -5.12203 0 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[285]: 6 0 3.24394 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[292]: 6 -3.00003 0 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[302]: 6 -1.00006 0 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[323]: 6 0 4.53664 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[329]: 6 0 4.00001 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[343]: 6 0 1.9269 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[366]: 6 -1.0001 0 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[370]: 6 0 2.00009 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[374]: 6 -7.00005 0 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[399]: 6 -4.00009 0 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[402]: 6 0 0.634199 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[405]: 6 0 3.00002 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[408]: 6 0 2.00005 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[410]: 6 0 1.26839 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[415]: 6 0 0.634176 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[434]: 6 0 2.00004 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[435]: 6 0 2.92687 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[443]: 6 0 2.53661 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[447]: 6 0 0.146375 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[459]: 6 0 0.634207 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[466]: 6 0 0.634205 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[491]: 6 -4.5001 0 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[506]: 6 0 2.14637 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[519]: 6 -2.0001 0 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[522]: 6 -4.00003 0 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[605]: 6 0 3.24396 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[629]: 6 -4.00008 0 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[633]: 6 0 2.2927 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[639]: 6 0 1.07323 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[657]: 6 0 1.75614 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[661]: 6 0 3.00003 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[669]: 6 0 3.24396 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[691]: 6 0 3.92688 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[715]: 6 0 0.634171 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[776]: 6 0 2.53667 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[799]: 6 -4.63419 0 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[823]: 6 -2.92689 0 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[853]: 6 0 2.36594 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[858]: 6 0 0.634208 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[861]: 6 0 3.24393 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[999]: 6 0 1.00004 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[1000]: 6 0 2.00004 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[1041]: 6 0 0.122048 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[1067]: 6 -2.0001 0 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[1104]: 6 0 0.63422 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[1120]: 6 0 2.00007 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[1154]: 6 0 1.00003 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[1181]: 6 -2.00004 0 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[1200]: 6 0 1.00005 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[1207]: 6 -1.00009 0 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[1245]: 6 -2.00007 0 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[1249]: 6 0 1.00009 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[1257]: 6 0 1.00008 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[1263]: 6 0 2.00004 shouldn't be
3303.37/3311.85	WSVECS04 Frhs2[1272]: 6 0 1.00003 shouldn't be
3318.82/3327.30	c #Conflicts:    4495000 | #Constraints:     105856
3318.82/3327.30	c #Conflicts:    4496000 | #Constraints:     106856
3318.82/3327.30	c #Conflicts:    4497000 | #Constraints:     107856
3318.82/3327.30	c #Conflicts:    4498000 | #Constraints:     108857
3318.82/3327.30	c #Conflicts:    4499000 | #Constraints:     109860
3318.82/3327.30	c #Conflicts:    4500000 | #Constraints:     110861
3318.82/3327.30	c #Conflicts:    4501000 | #Constraints:     111862
3318.82/3327.30	c #Conflicts:    4502000 | #Constraints:     112862
3318.82/3327.30	c #Conflicts:    4503000 | #Constraints:     113862
3318.82/3327.30	c #Conflicts:    4504000 | #Constraints:     114863
3318.82/3327.30	c #Conflicts:    4505000 | #Constraints:     115863
3318.82/3327.30	c #Conflicts:    4506000 | #Constraints:     116863
3318.82/3327.30	c #Conflicts:    4507000 | #Constraints:     117863
3318.82/3327.30	c #Conflicts:    4508000 | #Constraints:     118863
3318.82/3327.30	c #Conflicts:    4509000 | #Constraints:     119863
3318.82/3327.30	c #Conflicts:    4510000 | #Constraints:     120864
3318.82/3327.30	c #Conflicts:    4511000 | #Constraints:     121866
3318.82/3327.30	c #Conflicts:    4512000 | #Constraints:     122866
3318.82/3327.30	WSVECS04 Frhs2[13]: 6 -2.00004 0 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[32]: 6 0 0.455658 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[61]: 6 0 0.936671 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[64]: 6 -1.82351 0 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[78]: 6 -8.00002 0 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[81]: 6 0 2.1269 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[86]: 6 0 3.06349 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[112]: 6 0 1.00001 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[113]: 6 -2.0001 0 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[115]: 6 0 4.00004 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[147]: 6 -7.06346 0 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[151]: 6 0 9.80588 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[193]: 6 -1.00008 0 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[226]: 6 -0.691721 0 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[258]: 6 -4.00004 0 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[266]: 6 -2.0001 0 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[273]: 6 0 8.12694 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[324]: 6 -4.00001 0 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[332]: 6 0 3.04585 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[337]: 6 0 2.12689 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[379]: 6 0 1.94157 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[396]: 6 0 1.04587 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[401]: 6 0 2.12692 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[407]: 6 0 17.6205 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[410]: 6 0 0.337579 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[411]: 6 0 0.337651 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[434]: 6 0 5.26593 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[442]: 6 0 0.118108 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[443]: 6 0 0.9874 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[449]: 6 -2.00008 0 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[509]: 6 0 0.818617 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[519]: 6 -4.00001 0 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[529]: 6 0 2.12689 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[537]: 6 0 2.92005 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[544]: 6 0 0.455656 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[572]: 6 0 0.954242 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[573]: 6 0 0.936666 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[576]: 6 -3.33164 0 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[582]: 6 -4.05912 0 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[593]: 6 0 2.12689 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[597]: 6 0 4.00008 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[598]: 6 0 3.06347 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[599]: 6 0 17.6206 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[638]: 6 0 0.9874 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[657]: 6 0 2.12693 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[668]: 6 -0.455682 0 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[697]: 6 0 0.244912 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[698]: 6 0 0.11808 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[699]: 6 0 1.10538 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[704]: 6 -0.501721 0 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[721]: 6 0 3.06347 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[727]: 6 0 18.5571 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[752]: 6 0 1.00007 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[799]: 6 -8.00002 0 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[816]: 6 0 1.00001 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[988]: 6 -3.00007 0 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[1039]: 6 -2.00008 0 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[1105]: 6 0 2.00009 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[1174]: 6 -2.00008 0 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[1219]: 6 0 0.653957 shouldn't be
3318.82/3327.30	WSVECS04 Frhs2[1257]: 6 0 1.00005 shouldn't be
3333.68/3342.27	c #Conflicts:    4513000 | #Constraints:     123866
3333.68/3342.27	c #Conflicts:    4514000 | #Constraints:     124866
3333.68/3342.27	c #Conflicts:    4515000 | #Constraints:     125867
3333.68/3342.27	c #Conflicts:    4516000 | #Constraints:     126868
3333.68/3342.27	c #Conflicts:    4517000 | #Constraints:     127868
3333.68/3342.27	c #Conflicts:    4518000 | #Constraints:     128869
3333.68/3342.27	c #Conflicts:    4519000 | #Constraints:     129869
3333.68/3342.27	c #Conflicts:    4520000 | #Constraints:     130870
3333.68/3342.27	c #Conflicts:    4521000 | #Constraints:     131872
3333.68/3342.27	c #Conflicts:    4522000 | #Constraints:     132872
3333.68/3342.27	c #Conflicts:    4523000 | #Constraints:     133873
3333.68/3342.27	c #Conflicts:    4524000 | #Constraints:     134874
3333.68/3342.27	c #Conflicts:    4525000 | #Constraints:     135876
3333.68/3342.27	c #Conflicts:    4526000 | #Constraints:     136877
3333.68/3342.27	WSVECS04 Frhs2[29]: 6 0 0.187366 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[36]: 6 0 0.187448 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[66]: 6 0 0.749506 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[73]: 6 0 0.133524 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[81]: 6 0 0.759984 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[107]: 6 0 7.04686 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[110]: 6 -4.28111 0 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[122]: 6 0 5.36188 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[124]: 6 0 0.50361 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[131]: 6 0 0.749432 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[153]: 6 0 1.85957 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[154]: 6 0 1.95323 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[160]: 6 0 1.85955 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[169]: 6 0 0.953193 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[170]: 6 0 5.81266 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[172]: 6 0 0.953184 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[173]: 6 0 0.953187 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[174]: 6 0 0.95326 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[176]: 6 0 2.4532 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[192]: 6 0 4.61363 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[193]: 6 -0.749439 0 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[206]: 6 0 3.32207 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[207]: 6 0 0.672143 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[208]: 6 0 1.00003 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[212]: 6 0 2.42745 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[217]: 6 -12.0469 0 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[221]: 6 0 0.187443 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[223]: 6 0 0.093712 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[227]: 6 0 0.227203 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[228]: 6 0 0.187418 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[238]: 6 -4.00008 0 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[269]: 6 0 2.00008 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[270]: 6 0 3.32211 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[271]: 6 0 0.76588 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[278]: 6 -7.00007 0 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[287]: 6 0 0.187404 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[290]: 6 0 0.826746 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[291]: 6 0 0.440332 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[302]: 6 -1.5001 0 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[306]: 6 0 3.04518 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[308]: 6 0 3.04515 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[309]: 6 0 3.04515 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[311]: 6 0 2.95143 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[334]: 6 0 2.57379 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[344]: 6 0 1.75999 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[354]: 6 0 0.613634 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[356]: 6 0 0.18744 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[363]: 6 0 7.04686 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[370]: 6 0 0.0937366 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[373]: 6 0 0.0937165 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[374]: 6 -3.62362 0 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[395]: 6 0 0.133532 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[396]: 6 0 2.85951 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[397]: 6 0 2.00009 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[398]: 6 0 3.32203 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[403]: 6 -2.76004 0 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[413]: 6 0 0.187369 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[416]: 6 -2.37475 0 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[419]: 6 0 0.227217 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[421]: 6 -5.09369 0 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[429]: 6 -6.00004 0 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[441]: 6 0 4.00004 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[442]: 6 0 4.74831 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[448]: 6 -8.00001 0 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[461]: 6 0 0.093697 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[462]: 6 0 1.41576 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[473]: 6 0 1.58554 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[497]: 6 0 0.615961 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[498]: 6 0 0.0936892 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[500]: 6 0 0.0937461 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[501]: 6 0 0.0936977 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[505]: 6 0 3.77285 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[510]: 6 0 4.00008 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[516]: 6 0 3.4813 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[526]: 6 0 0.462549 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[541]: 6 0 0.187383 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[547]: 6 0 0.227235 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[552]: 6 -16.4404 0 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[561]: 6 0 0.84313 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[562]: 6 0 0.093743 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[565]: 6 0 0.0937403 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[582]: 6 -3.00009 0 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[590]: 6 0 2.18155 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[596]: 6 0 6.38058 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[611]: 6 0 2.47431 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[619]: 6 0 7.04686 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[633]: 6 0 4.00004 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[653]: 6 0 1.90641 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[654]: 6 0 3.22836 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[669]: 6 0 0.187421 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[674]: 6 0 0.613678 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[675]: 6 0 0.187452 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[677]: 6 -1.63352 0 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[686]: 6 0 3.00004 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[704]: 6 -0.637089 0 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[716]: 6 0 2.85952 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[718]: 6 0 3.32206 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[724]: 6 0 1.42748 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[761]: 6 0 4.74716 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[762]: 6 0 5.49541 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[766]: 6 0 6.7471 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[768]: 6 0 0.747132 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[769]: 6 -6.00007 0 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[783]: 6 0 2.76583 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[802]: 6 0 0.519959 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[803]: 6 0 0.133582 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[817]: 6 0 0.843174 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[825]: 6 0 4.00001 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[868]: 6 0 0.0937746 shouldn't be
3333.68/3342.27	WSVECS04 Frhs2[1120]: 6 0 2.00004 shouldn't be
3342.36/3350.99	c #Conflicts:    4527000 | #Constraints:     137877
3342.36/3350.99	c #Conflicts:    4528000 | #Constraints:     138877
3342.36/3350.99	c #Conflicts:    4529000 | #Constraints:     139877
3342.36/3350.99	c #Conflicts:    4530000 | #Constraints:     140877
3342.36/3350.99	c #Conflicts:    4531000 | #Constraints:     141877
3342.36/3350.99	c #Conflicts:    4532000 | #Constraints:     142878
3342.36/3350.99	c #Conflicts:    4533000 | #Constraints:     143879
3342.36/3350.99	c INPROCESSING
3342.36/3350.99	c GARBAGE COLLECT
3342.36/3350.99	c rational objective 128
3377.26/3385.90	c #Conflicts:    4534000 | #Constraints:      81337
3377.26/3385.90	c #Conflicts:    4535000 | #Constraints:      82337
3377.26/3385.90	c #Conflicts:    4536000 | #Constraints:      83337
3377.26/3385.90	c #Conflicts:    4537000 | #Constraints:      84337
3377.26/3385.90	c #Conflicts:    4538000 | #Constraints:      85337
3377.26/3385.90	c #Conflicts:    4539000 | #Constraints:      86337
3377.26/3385.90	c #Conflicts:    4540000 | #Constraints:      87337
3377.26/3385.90	c #Conflicts:    4541000 | #Constraints:      88337
3377.26/3385.90	c #Conflicts:    4542000 | #Constraints:      89337
3377.26/3385.90	c #Conflicts:    4543000 | #Constraints:      90337
3377.26/3385.90	c #Conflicts:    4544000 | #Constraints:      91337
3377.26/3385.90	c #Conflicts:    4545000 | #Constraints:      92337
3377.26/3385.90	c #Conflicts:    4546000 | #Constraints:      93337
3377.26/3385.90	c #Conflicts:    4547000 | #Constraints:      94337
3377.26/3385.90	c #Conflicts:    4548000 | #Constraints:      95337
3377.26/3385.90	c #Conflicts:    4549000 | #Constraints:      96337
3377.26/3385.90	c #Conflicts:    4550000 | #Constraints:      97337
3377.26/3385.90	c #Conflicts:    4551000 | #Constraints:      98337
3377.26/3385.90	c #Conflicts:    4552000 | #Constraints:      99337
3377.26/3385.90	c #Conflicts:    4553000 | #Constraints:     100337
3377.26/3385.90	c #Conflicts:    4554000 | #Constraints:     101337
3377.26/3385.90	c #Conflicts:    4555000 | #Constraints:     102337
3377.26/3385.90	c #Conflicts:    4556000 | #Constraints:     103337
3377.26/3385.90	c #Conflicts:    4557000 | #Constraints:     104337
3377.26/3385.90	c #Conflicts:    4558000 | #Constraints:     105337
3377.26/3385.90	c #Conflicts:    4559000 | #Constraints:     106337
3377.26/3385.90	c #Conflicts:    4560000 | #Constraints:     107337
3377.26/3385.90	c #Conflicts:    4561000 | #Constraints:     108337
3377.26/3385.90	c #Conflicts:    4562000 | #Constraints:     109337
3377.26/3385.90	c #Conflicts:    4563000 | #Constraints:     110337
3377.26/3385.90	c #Conflicts:    4564000 | #Constraints:     111337
3377.26/3385.90	c #Conflicts:    4565000 | #Constraints:     112337
3377.26/3385.90	c #Conflicts:    4566000 | #Constraints:     113337
3377.26/3385.90	c #Conflicts:    4567000 | #Constraints:     114337
3377.26/3385.90	c #Conflicts:    4568000 | #Constraints:     115337
3377.26/3385.90	c #Conflicts:    4569000 | #Constraints:     116337
3377.26/3385.90	c #Conflicts:    4570000 | #Constraints:     117337
3377.26/3385.90	c #Conflicts:    4571000 | #Constraints:     118337
3377.26/3385.90	c #Conflicts:    4572000 | #Constraints:     119337
3377.26/3385.90	c #Conflicts:    4573000 | #Constraints:     120337
3377.26/3385.90	c #Conflicts:    4574000 | #Constraints:     121337
3377.26/3385.90	c #Conflicts:    4575000 | #Constraints:     122337
3377.26/3385.90	c #Conflicts:    4576000 | #Constraints:     123337
3377.26/3385.90	c #Conflicts:    4577000 | #Constraints:     124337
3377.26/3385.90	c #Conflicts:    4578000 | #Constraints:     125337
3377.26/3385.90	c #Conflicts:    4579000 | #Constraints:     126337
3377.26/3385.90	c #Conflicts:    4580000 | #Constraints:     127337
3377.26/3385.90	c #Conflicts:    4581000 | #Constraints:     128337
3377.26/3385.90	c #Conflicts:    4582000 | #Constraints:     129337
3377.26/3385.90	c #Conflicts:    4583000 | #Constraints:     130337
3377.26/3385.90	c #Conflicts:    4584000 | #Constraints:     131337
3377.26/3385.90	c INPROCESSING
3377.26/3385.90	c GARBAGE COLLECT
3377.26/3385.90	c rational objective 128
3451.55/3460.47	c #Conflicts:    4585000 | #Constraints:      75571
3451.55/3460.47	c #Conflicts:    4586000 | #Constraints:      76571
3451.55/3460.47	c #Conflicts:    4587000 | #Constraints:      77573
3451.55/3460.47	c #Conflicts:    4588000 | #Constraints:      78576
3451.55/3460.47	c #Conflicts:    4589000 | #Constraints:      79579
3451.55/3460.47	c #Conflicts:    4590000 | #Constraints:      80581
3451.55/3460.47	c #Conflicts:    4591000 | #Constraints:      81584
3451.55/3460.47	c #Conflicts:    4592000 | #Constraints:      82586
3451.55/3460.47	c #Conflicts:    4593000 | #Constraints:      83586
3451.55/3460.47	c #Conflicts:    4594000 | #Constraints:      84588
3451.55/3460.47	c #Conflicts:    4595000 | #Constraints:      85591
3451.55/3460.47	c #Conflicts:    4596000 | #Constraints:      86592
3451.55/3460.47	c #Conflicts:    4597000 | #Constraints:      87596
3451.55/3460.47	c #Conflicts:    4598000 | #Constraints:      88597
3451.55/3460.47	c #Conflicts:    4599000 | #Constraints:      89599
3451.55/3460.47	c #Conflicts:    4600000 | #Constraints:      90602
3451.55/3460.47	c #Conflicts:    4601000 | #Constraints:      91605
3451.55/3460.47	c #Conflicts:    4602000 | #Constraints:      92605
3451.55/3460.47	c #Conflicts:    4603000 | #Constraints:      93608
3451.55/3460.47	c #Conflicts:    4604000 | #Constraints:      94608
3451.55/3460.47	c #Conflicts:    4605000 | #Constraints:      95608
3451.55/3460.47	c #Conflicts:    4606000 | #Constraints:      96609
3451.55/3460.47	c #Conflicts:    4607000 | #Constraints:      97611
3451.55/3460.47	c #Conflicts:    4608000 | #Constraints:      98612
3451.55/3460.47	c #Conflicts:    4609000 | #Constraints:      99612
3451.55/3460.47	c #Conflicts:    4610000 | #Constraints:     100612
3451.55/3460.47	c #Conflicts:    4611000 | #Constraints:     101612
3451.55/3460.47	c #Conflicts:    4612000 | #Constraints:     102612
3451.55/3460.47	c #Conflicts:    4613000 | #Constraints:     103615
3451.55/3460.47	c #Conflicts:    4614000 | #Constraints:     104615
3451.55/3460.47	c #Conflicts:    4615000 | #Constraints:     105615
3451.55/3460.47	c #Conflicts:    4616000 | #Constraints:     106616
3451.55/3460.47	c #Conflicts:    4617000 | #Constraints:     107617
3451.55/3460.47	c #Conflicts:    4618000 | #Constraints:     108618
3451.55/3460.47	c #Conflicts:    4619000 | #Constraints:     109618
3451.55/3460.47	c #Conflicts:    4620000 | #Constraints:     110618
3451.55/3460.47	c #Conflicts:    4621000 | #Constraints:     111618
3451.55/3460.47	c #Conflicts:    4622000 | #Constraints:     112618
3451.55/3460.47	c #Conflicts:    4623000 | #Constraints:     113618
3451.55/3460.47	c #Conflicts:    4624000 | #Constraints:     114618
3451.55/3460.47	c #Conflicts:    4625000 | #Constraints:     115619
3451.55/3460.47	c #Conflicts:    4626000 | #Constraints:     116620
3451.55/3460.47	c #Conflicts:    4627000 | #Constraints:     117620
3451.55/3460.47	c #Conflicts:    4628000 | #Constraints:     118620
3451.55/3460.47	c #Conflicts:    4629000 | #Constraints:     119621
3451.55/3460.47	c #Conflicts:    4630000 | #Constraints:     120621
3451.55/3460.47	c #Conflicts:    4631000 | #Constraints:     121621
3451.55/3460.47	c #Conflicts:    4632000 | #Constraints:     122621
3451.55/3460.47	c #Conflicts:    4633000 | #Constraints:     123622
3451.55/3460.47	c #Conflicts:    4634000 | #Constraints:     124624
3451.55/3460.47	c #Conflicts:    4635000 | #Constraints:     125624
3451.55/3460.47	c #Conflicts:    4636000 | #Constraints:     126625
3451.55/3460.47	c #Conflicts:    4637000 | #Constraints:     127626
3451.55/3460.47	c #Conflicts:    4638000 | #Constraints:     128628
3451.55/3460.47	c #Conflicts:    4639000 | #Constraints:     129628
3451.55/3460.47	c #Conflicts:    4640000 | #Constraints:     130629
3451.55/3460.47	c #Conflicts:    4641000 | #Constraints:     131630
3451.55/3460.47	c #Conflicts:    4642000 | #Constraints:     132630
3451.55/3460.47	c #Conflicts:    4643000 | #Constraints:     133632
3451.55/3460.47	c #Conflicts:    4644000 | #Constraints:     134632
3451.55/3460.47	c #Conflicts:    4645000 | #Constraints:     135632
3451.55/3460.47	c #Conflicts:    4646000 | #Constraints:     136633
3451.55/3460.47	c #Conflicts:    4647000 | #Constraints:     137634
3451.55/3460.47	c #Conflicts:    4648000 | #Constraints:     138634
3451.55/3460.47	c #Conflicts:    4649000 | #Constraints:     139634
3451.55/3460.47	c #Conflicts:    4650000 | #Constraints:     140635
3451.55/3460.47	c #Conflicts:    4651000 | #Constraints:     141636
3451.55/3460.47	c #Conflicts:    4652000 | #Constraints:     142636
3451.55/3460.47	c #Conflicts:    4653000 | #Constraints:     143638
3451.55/3460.47	c #Conflicts:    4654000 | #Constraints:     144641
3451.55/3460.47	c #Conflicts:    4655000 | #Constraints:     145642
3451.55/3460.47	c #Conflicts:    4656000 | #Constraints:     146643
3451.55/3460.47	c #Conflicts:    4657000 | #Constraints:     147646
3451.55/3460.47	c #Conflicts:    4658000 | #Constraints:     148646
3451.55/3460.47	c #Conflicts:    4659000 | #Constraints:     149646
3451.55/3460.47	c #Conflicts:    4660000 | #Constraints:     150653
3451.55/3460.47	c #Conflicts:    4661000 | #Constraints:     151654
3451.55/3460.47	c #Conflicts:    4662000 | #Constraints:     152658
3451.55/3460.47	c #Conflicts:    4663000 | #Constraints:     153660
3523.85/3532.92	c #Conflicts:    4664000 | #Constraints:     154660
3523.85/3532.92	c #Conflicts:    4665000 | #Constraints:     155661
3523.85/3532.92	c #Conflicts:    4666000 | #Constraints:     156661
3523.85/3532.92	c #Conflicts:    4667000 | #Constraints:     157662
3523.85/3532.92	c #Conflicts:    4668000 | #Constraints:     158662
3523.85/3532.92	c #Conflicts:    4669000 | #Constraints:     159665
3523.85/3532.92	c #Conflicts:    4670000 | #Constraints:     160665
3523.85/3532.92	c #Conflicts:    4671000 | #Constraints:     161665
3523.85/3532.92	c #Conflicts:    4672000 | #Constraints:     162665
3523.85/3532.92	c #Conflicts:    4673000 | #Constraints:     163665
3523.85/3532.92	c #Conflicts:    4674000 | #Constraints:     164667
3523.85/3532.92	c #Conflicts:    4675000 | #Constraints:     165668
3523.85/3532.92	c #Conflicts:    4676000 | #Constraints:     166671
3523.85/3532.92	c #Conflicts:    4677000 | #Constraints:     167671
3523.85/3532.92	c #Conflicts:    4678000 | #Constraints:     168671
3523.85/3532.92	c #Conflicts:    4679000 | #Constraints:     169672
3523.85/3532.92	c #Conflicts:    4680000 | #Constraints:     170672
3523.85/3532.92	c #Conflicts:    4681000 | #Constraints:     171674
3523.85/3532.92	c #Conflicts:    4682000 | #Constraints:     172675
3523.85/3532.92	c #Conflicts:    4683000 | #Constraints:     173675
3523.85/3532.92	c #Conflicts:    4684000 | #Constraints:     174675
3523.85/3532.92	c #Conflicts:    4685000 | #Constraints:     175676
3523.85/3532.92	c #Conflicts:    4686000 | #Constraints:     176676
3523.85/3532.92	c #Conflicts:    4687000 | #Constraints:     177679
3523.85/3532.92	c #Conflicts:    4688000 | #Constraints:     178681
3523.85/3532.92	c #Conflicts:    4689000 | #Constraints:     179682
3523.85/3532.92	c #Conflicts:    4690000 | #Constraints:     180682
3523.85/3532.92	c #Conflicts:    4691000 | #Constraints:     181687
3523.85/3532.92	c #Conflicts:    4692000 | #Constraints:     182691
3523.85/3532.92	c #Conflicts:    4693000 | #Constraints:     183693
3523.85/3532.92	c #Conflicts:    4694000 | #Constraints:     184695
3523.85/3532.92	c #Conflicts:    4695000 | #Constraints:     185696
3523.85/3532.92	c #Conflicts:    4696000 | #Constraints:     186698
3523.85/3532.92	c #Conflicts:    4697000 | #Constraints:     187700
3523.85/3532.92	c #Conflicts:    4698000 | #Constraints:     188703
3523.85/3532.92	c #Conflicts:    4699000 | #Constraints:     189703
3523.85/3532.92	c #Conflicts:    4700000 | #Constraints:     190707
3523.85/3532.92	c #Conflicts:    4701000 | #Constraints:     191708
3523.85/3532.92	c #Conflicts:    4702000 | #Constraints:     192708
3523.85/3532.92	c #Conflicts:    4703000 | #Constraints:     193708
3523.85/3532.92	c #Conflicts:    4704000 | #Constraints:     194708
3523.85/3532.92	c #Conflicts:    4705000 | #Constraints:     195710
3523.85/3532.92	c #Conflicts:    4706000 | #Constraints:     196715
3523.85/3532.92	c #Conflicts:    4707000 | #Constraints:     197715
3523.85/3532.92	c #Conflicts:    4708000 | #Constraints:     198715
3523.85/3532.92	c #Conflicts:    4709000 | #Constraints:     199715
3523.85/3532.92	c #Conflicts:    4710000 | #Constraints:     200716
3523.85/3532.92	c #Conflicts:    4711000 | #Constraints:     201716
3523.85/3532.92	c #Conflicts:    4712000 | #Constraints:     202717
3523.85/3532.92	WSVECS04 Frhs2[22]: 6 0 0.294906 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[34]: 6 0 11.5385 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[98]: 6 0 11.5385 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[123]: 6 0 1.17952 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[199]: 6 0 1.15386 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[215]: 6 0 0.769304 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[234]: 6 0 2.00002 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[267]: 6 -2.00004 0 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[275]: 6 -0.615482 0 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[278]: 6 0 0.448759 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[279]: 6 0 0.179571 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[324]: 6 -15.0001 0 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[341]: 6 0 0.615416 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[342]: 6 0 1.03849 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[348]: 6 -4.0001 0 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[364]: 6 0 1.07699 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[399]: 6 0 2.00004 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[491]: 6 0 2.00006 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[494]: 6 -2.00006 0 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[519]: 6 0 1.15391 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[531]: 6 0 0.884692 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[539]: 6 0 2.00004 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[554]: 6 0 2.00001 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[563]: 6 0 0.769256 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[567]: 6 -1.077 0 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[654]: 6 0 2.00002 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[684]: 6 0 1.07696 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[691]: 6 0 2.10266 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[724]: 6 0 1.41033 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[747]: 6 0 2.00009 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[748]: 6 0 1.07701 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[876]: 6 0 1.07693 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[878]: 6 -1.07696 0 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[904]: 6 -0.205216 0 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[905]: 6 0 0.128228 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[920]: 6 0 0.128302 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[963]: 6 -1.00005 0 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[964]: 6 -6.00008 0 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[973]: 6 -3.00008 0 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[983]: 6 0 2.00001 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[989]: 6 -2.00006 0 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[992]: 6 0 3.00007 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[993]: 6 0 1.00003 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[1008]: 6 0 1.0001 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[1027]: 6 0 0.0256802 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[1049]: 6 0 2.00004 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[1071]: 6 0 2.00002 shouldn't be
3523.85/3532.92	WSVECS04 Frhs2[1092]: 6 -2.00002 0 shouldn't be
3547.98/3557.18	c #Conflicts:    4713000 | #Constraints:     203717
3547.98/3557.18	c #Conflicts:    4714000 | #Constraints:     204717
3547.98/3557.18	c #Conflicts:    4715000 | #Constraints:     205718
3547.98/3557.18	c #Conflicts:    4716000 | #Constraints:     206718
3547.98/3557.18	c #Conflicts:    4717000 | #Constraints:     207718
3547.98/3557.18	c #Conflicts:    4718000 | #Constraints:     208719
3547.98/3557.18	c #Conflicts:    4719000 | #Constraints:     209721
3547.98/3557.18	c #Conflicts:    4720000 | #Constraints:     210723
3547.98/3557.18	c #Conflicts:    4721000 | #Constraints:     211723
3547.98/3557.18	c #Conflicts:    4722000 | #Constraints:     212724
3547.98/3557.18	c #Conflicts:    4723000 | #Constraints:     213724
3547.98/3557.18	c #Conflicts:    4724000 | #Constraints:     214724
3547.98/3557.18	c #Conflicts:    4725000 | #Constraints:     215726
3547.98/3557.18	c #Conflicts:    4726000 | #Constraints:     216726
3547.98/3557.18	c #Conflicts:    4727000 | #Constraints:     217727
3547.98/3557.18	WSVECS04 Frhs2[32]: 6 0 2.24623 shouldn't be
3547.98/3557.18	WSVECS04 Frhs2[116]: 6 0 1.49235 shouldn't be
3547.98/3557.18	WSVECS04 Frhs2[241]: 6 0 2.00009 shouldn't be
3547.98/3557.18	WSVECS04 Frhs2[277]: 6 0 0.671819 shouldn't be
3547.98/3557.18	WSVECS04 Frhs2[278]: 6 0 4.00004 shouldn't be
3547.98/3557.18	WSVECS04 Frhs2[343]: 6 0 7.00004 shouldn't be
3547.98/3557.18	WSVECS04 Frhs2[351]: 6 0 0.89234 shouldn't be
3547.98/3557.18	WSVECS04 Frhs2[359]: 6 -9.66416 0 shouldn't be
3547.98/3557.18	WSVECS04 Frhs2[371]: 6 0 3.00003 shouldn't be
3547.98/3557.18	WSVECS04 Frhs2[372]: 6 0 1.49233 shouldn't be
3547.98/3557.18	WSVECS04 Frhs2[374]: 6 0 4.30776 shouldn't be
3547.98/3557.18	WSVECS04 Frhs2[375]: 6 -7.6052 0 shouldn't be
3547.98/3557.18	WSVECS04 Frhs2[416]: 6 0 2.35391 shouldn't be
3547.98/3557.18	WSVECS04 Frhs2[417]: 6 0 1.65902 shouldn't be
3547.98/3557.18	WSVECS04 Frhs2[448]: 6 0 3.96932 shouldn't be
3547.98/3557.18	WSVECS04 Frhs2[449]: 6 -4.00004 0 shouldn't be
3547.98/3557.18	WSVECS04 Frhs2[451]: 6 0 3.24619 shouldn't be
3547.98/3557.18	WSVECS04 Frhs2[469]: 6 0 0.671846 shouldn't be
3547.98/3557.18	WSVECS04 Frhs2[563]: 6 0 3.50775 shouldn't be
3547.98/3557.18	WSVECS04 Frhs2[599]: 6 0 6.33337 shouldn't be
3547.98/3557.18	WSVECS04 Frhs2[615]: 6 0 3.00009 shouldn't be
3547.98/3557.18	WSVECS04 Frhs2[627]: 6 0 0.0154189 shouldn't be
3547.98/3557.18	WSVECS04 Frhs2[712]: 6 0 1.00009 shouldn't be
3547.98/3557.18	WSVECS04 Frhs2[903]: 6 -1.00003 0 shouldn't be
3547.98/3557.18	WSVECS04 Frhs2[945]: 6 0 1.00002 shouldn't be
3547.98/3557.18	WSVECS04 Frhs2[1128]: 6 0 2.00003 shouldn't be
3547.98/3557.18	WSVECS04 Frhs2[1167]: 6 -2.00004 0 shouldn't be
3547.98/3557.18	WSVECS04 Frhs2[1170]: 6 0 1.00002 shouldn't be
3547.98/3557.18	WSVECS04 Frhs2[1277]: 6 -3.00003 0 shouldn't be
3572.91/3582.13	c #Conflicts:    4728000 | #Constraints:     218727
3572.91/3582.13	c #Conflicts:    4729000 | #Constraints:     219727
3572.91/3582.13	c #Conflicts:    4730000 | #Constraints:     220727
3572.91/3582.13	c #Conflicts:    4731000 | #Constraints:     221728
3572.91/3582.13	c #Conflicts:    4732000 | #Constraints:     222728
3572.91/3582.13	c #Conflicts:    4733000 | #Constraints:     223728
3572.91/3582.13	c #Conflicts:    4734000 | #Constraints:     224729
3572.91/3582.13	c #Conflicts:    4735000 | #Constraints:     225730
3572.91/3582.13	c #Conflicts:    4736000 | #Constraints:     226732
3572.91/3582.13	c #Conflicts:    4737000 | #Constraints:     227732
3572.91/3582.13	c #Conflicts:    4738000 | #Constraints:     228733
3572.91/3582.13	c #Conflicts:    4739000 | #Constraints:     229733
3572.91/3582.13	c #Conflicts:    4740000 | #Constraints:     230733
3572.91/3582.13	c #Conflicts:    4741000 | #Constraints:     231734
3572.91/3582.13	c #Conflicts:    4742000 | #Constraints:     232735
3572.91/3582.13	c #Conflicts:    4743000 | #Constraints:     233736
3572.91/3582.13	c INPROCESSING
3572.91/3582.13	c GARBAGE COLLECT
3572.91/3582.13	c rational objective 128
3600.03/3609.30	c #Conflicts:    4744000 | #Constraints:     126645
3600.03/3609.30	c #Conflicts:    4745000 | #Constraints:     127645
3600.03/3609.30	c #Conflicts:    4746000 | #Constraints:     128645
3600.03/3609.30	c #Conflicts:    4747000 | #Constraints:     129645
3600.03/3609.30	c #Conflicts:    4748000 | #Constraints:     130645
3600.03/3609.30	c #Conflicts:    4749000 | #Constraints:     131645
3600.03/3609.30	c #Conflicts:    4750000 | #Constraints:     132645
3600.03/3609.30	c #Conflicts:    4751000 | #Constraints:     133645
3600.03/3609.30	c #Conflicts:    4752000 | #Constraints:     134645
3600.03/3609.30	c #Conflicts:    4753000 | #Constraints:     135645
3600.03/3609.30	c #Conflicts:    4754000 | #Constraints:     136645
3600.03/3609.30	c #Conflicts:    4755000 | #Constraints:     137645
3600.03/3609.30	c #Conflicts:    4756000 | #Constraints:     138645
3600.03/3609.30	c #Conflicts:    4757000 | #Constraints:     139645
3600.03/3609.30	c #Conflicts:    4758000 | #Constraints:     140645
3600.03/3609.30	c #Conflicts:    4759000 | #Constraints:     141645
3600.03/3609.30	c #Conflicts:    4760000 | #Constraints:     142645
3600.03/3609.30	c #Conflicts:    4761000 | #Constraints:     143645
3600.03/3609.30	c #Conflicts:    4762000 | #Constraints:     144645
3600.03/3609.30	c #Conflicts:    4763000 | #Constraints:     145645
3600.03/3609.30	c #Conflicts:    4764000 | #Constraints:     146645
3600.03/3609.30	c #Conflicts:    4765000 | #Constraints:     147645
3600.03/3609.30	c #Conflicts:    4766000 | #Constraints:     148645
3600.03/3609.30	c #Conflicts:    4767000 | #Constraints:     149645
3600.03/3609.30	c #Conflicts:    4768000 | #Constraints:     150645
3600.03/3609.30	c #Conflicts:    4769000 | #Constraints:     151645
3600.03/3609.30	c #Conflicts:    4770000 | #Constraints:     152645
3600.03/3609.30	c #Conflicts:    4771000 | #Constraints:     153645
3600.03/3609.30	c #Conflicts:    4772000 | #Constraints:     154645
3600.03/3609.30	c cpu time 3566.84 s
3600.03/3609.30	c deterministic time 144900060725 1.45e+11
3600.03/3609.30	c optimization time 26.3636 s
3600.03/3609.30	c total solve time 3540.41 s
3600.03/3609.30	c core-guided solve time 2038.19 s
3600.03/3609.30	c propagation time 2734.98 s
3600.03/3609.30	c conflict analysis time 718.838 s
3600.03/3609.30	c propagations 590683984
3600.03/3609.30	c resolve steps 108277058
3600.03/3609.30	c decisions 9410346
3600.03/3609.30	c conflicts 4772226
3600.03/3609.30	c restarts 8189
3600.03/3609.30	c inprocessing phases 121
3600.03/3609.30	c garbage collections 121 ,( 100.00 )
3600.03/3609.30	c input clauses 8986 ,( 50.33 )
3600.03/3609.30	c input cardinalities 945 ,( 5.29 )
3600.03/3609.30	c input general constraints 7922 ,( 44.37 )
3600.03/3609.30	c input average constraint length 9.26
3600.03/3609.30	c input average constraint degree 5.24
3600.03/3609.30	c learned clauses 4295338 ,( 89.99 )
3600.03/3609.30	c learned cardinalities 53359 ,( 1.12 )
3600.03/3609.30	c learned general constraints 424578 ,( 8.89 )
3600.03/3609.30	c learned average constraint length 220.53
3600.03/3609.30	c learned average constraint degree 15636402.56
3600.03/3609.30	c watched  CF 32, 64, 128, Arb: 247794 , 0 , 0 , 0
3600.03/3609.30	c counting CF 32, 64, 128, Arb: 184707 , 0 , 0 , 0
3600.03/3609.30	c watched   constraints 247794 ,( 57.29 ) 
3600.03/3609.30	c counting  constraints 184706 ,( 42.71 ) 
3600.03/3609.30	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 6066041271 , 2055499241 , 8118047046 ,( 787896265 , 7330150781 )
3600.03/3609.30	c gcd simplifications 69488
3600.03/3609.30	c detected cardinalities 110
3600.03/3609.30	c weakened non-implied lits 189982542
3600.03/3609.30	c weakened non-implying lits 696438
3600.03/3609.30	c original variables 1401
3600.03/3609.30	c clausal propagations 260658704
3600.03/3609.30	c cardinality propagations 212086021
3600.03/3609.30	c watched propagations 5319177
3600.03/3609.30	c counting propagations 107345397
3600.03/3609.30	c watch lookups 75571405265
3600.03/3609.30	c watch backjump lookups 0
3600.03/3609.30	c watch checks 45791646033
3600.03/3609.30	c propagation checks 19337240740
3600.03/3609.30	c constraint additions 2989948034
3600.03/3609.30	c trail pops 604864938
3600.03/3609.30	c formula constraints 16550
3600.03/3609.30	c learned constraints 4771282
3600.03/3609.30	c bound constraints 121
3600.03/3609.30	c core-guided constraints 1182
3600.03/3609.30	c encountered formula constraints 47742004
3600.03/3609.30	c encountered learned constraints 60371820
3600.03/3609.30	c encountered bound constraints 194424
3600.03/3609.30	c encountered core-guided constraints 4603805
3600.03/3609.30	c LP total time 1189.87 s
3600.03/3609.30	c LP solve time 1162.18 s
3600.03/3609.30	c LP constraints added 21002
3600.03/3609.30	c LP constraints removed 4387
3600.03/3609.30	c LP pivots internal 4772920
3600.03/3609.30	c LP pivots root 88464
3600.03/3609.30	c LP calls 3711
3600.03/3609.30	c LP optimalities 2752
3600.03/3609.30	c LP no pivot count 109
3600.03/3609.30	c LP infeasibilities 955
3600.03/3609.30	c LP valid Farkas constraints 955
3600.03/3609.30	c LP learned Farkas constraints 955
3600.03/3609.30	c LP basis resets 0
3600.03/3609.30	c LP cycling count 0
3600.03/3609.30	c LP singular count 0
3600.03/3609.30	c LP no primal count 0
3600.03/3609.30	c LP no farkas count 0
3600.03/3609.30	c LP other issue count 0
3600.03/3609.30	c LP Gomory cuts 83
3600.03/3609.30	c LP learned cuts 4369
3600.03/3609.30	c LP deleted cuts 4387
3600.03/3609.30	c LP encountered Gomory constraints 16492
3600.03/3609.30	c LP encountered Farkas constraints 117836
3600.03/3609.30	c LP encountered learned Farkas constraints 1948
3600.03/3609.30	c CG auxiliary variables introduced 429
3600.03/3609.30	c CG solutions found 16
3600.03/3609.30	c CG cores constructed 105
3600.03/3609.30	c CG core cardinality constraints returned 0
3600.03/3609.30	c CG unit cores 0
3600.03/3609.30	c CG single cores 104
3600.03/3609.30	c CG blocks removed during cardinality reduction 0
3600.03/3609.30	c CG first core best 0
3600.03/3609.30	c CG decision core best 0
3600.03/3609.30	c CG core reduction tie 1
3600.03/3609.30	c CG core degree average 1.00
3600.03/3609.30	c CG core slack average 9.40
3600.03/3609.30	c CG core upper bound improvements 0
3600.03/3609.30	c STR number of successful calls 0
3600.03/3609.30	c STR number of unsuccessful calls 0
3600.03/3609.30	c STR number of inconclusive calls 0
3600.03/3609.30	c STR number of successful attempts 0
3600.03/3609.30	c STR number of unsuccessful attempts 0
3600.03/3609.30	c STR number of inconclusive attempts 0
3600.03/3609.30	c STR average degree increase per successful call inf
3600.03/3609.30	c STR average degree increase per successful attempt inf
3600.03/3609.30	c STR total number of conflicts for successful attempts 0
3600.03/3609.30	c STR total number of conflicts for unsuccessful attempts 0
3600.03/3609.30	c STR total number of conflicts for inconclusive attempts 0
3600.03/3609.30	c STR average number of conflicts per successful attempt inf
3600.03/3609.30	c STR average number of conflicts per unsuccessful attempt inf
3600.03/3609.30	c STR average number of conflicts per inconclusive attempt inf
3600.03/3609.30	c AVG.sumWPerc 38.64 
3600.03/3609.30	c bigint constraints 0 
3600.03/3609.30	o 148
3600.03/3609.30	s SATISFIABLE
3600.03/3609.30	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 x125 -x126 -x127 -x128 x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 -x161 -x162 x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 x183 -x184 -x185 -x186 -x187 x188 -x189 -x190 -x191 -x192 x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 x215 -x216 x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 x247 -x248 -x249 -x250 -x251 -x252 -x253 x254 -x255 -x256 -x257 x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 x278 -x279 -x280 -x281 -x282 -x283 x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 x320 -x321 -x322 -x323 x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 x336 -x337 -x338 -x339 -x340 x341 -x342 -x343 -x344 -x345 -x346 -x347 x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 x384 -x385 -x386 x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 x399 -x400 -x401 -x402 x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 x416 -x417 -x418 -x419 -x420 x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 x448 x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 x467 -x468 -x469 -x470 -x471 -x472 -x473 x474 -x475 -x476 -x477 -x478 -x479 -x480 x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 x519 -x520 -x521 x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 x552 -x553 x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 x576 -x577 -x578 -x579 -x580 -x581 x582 -x583 -x584 -x585 -x586 -x587 x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 x600 -x601 -x602 -x603 x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 x622 -x623 -x624 -x625 -x626 -x627 -x628 x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 x640 -x641 -x642 -x643 -x644 x645 -x646 -x647 -x648 -x649 -x650 x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 x688 -x689 -x690 -x691 x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 x704 x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 x741 -x742 -x743 -x744 x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 x763 -x764 -x765 -x766 -x767 -x768 x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 x778 -x779 -x780 -x781 -x782 -x783 -x784 x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 x799 -x800 -x801 -x802 -x803 -x804 -x805 x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 x823 -x824 -x825 x826 -x827 -x828 -x829 -x830 -x831 -x832 x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 x871 -x872 -x873 -x874 -x875 -x876 -x877 x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 x887 -x888 x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 x897 -x898 -x899 -x900 -x901 x902 x903 -x904 -x905 x906 -x907 -x908 -x909 -x910 x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 x920 -x921 -x922 -x923 -x924 x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 x944 -x945 x946 -x947 -x948 -x949 -x950 -x951 -x952 x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 x962 x963 -x964 -x965 x966 -x967 x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 x985 -x986 -x987 x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 x1008 x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 x1017 -x1018 -x1019 -x1020 -x1021 -x1022 x1023 -x1024 x1025 -x1026 -x1027 x1028 x1029 -x1030 -x1031 x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 x1056 -x1057 -x1058 -x1059 x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 x1067 -x1068 -x1069 -x1070 -x1071 -x1072 x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 x1081 -x1082 -x1083 -x1084 -x1085 x1086 -x1087 -x1088 x1089 -x1090 -x1091 x1092 -x1093 -x1094 -x1095 -x1096 -x1097 x1098 -x1099 -x1100 -x1101 -x1102 x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 x1112 -x1113 -x1114 x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 x1127 -x1128 -x1129 x1130 -x1131 -x1132 -x1133 -x1134 -x1135 x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 x1145 -x1146 -x1147 -x1148 x1149 -x1150 x1151 -x1152 x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 x1161 -x1162 -x1163 -x1164 -x1165 -x1166 x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 x1188 -x1189 -x1190 -x1191 x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 x1202 -x1203 -x1204 -x1205 -x1206 x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 x1215 x1216 x1217 x1218 -x1219 -x1220 -x1221 -x1222 -x1223 x1224 -x1225 x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 x1245 -x1246 x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 x1273 -x1274 -x1275 -x1276 x1277 -x1278 x1279 -x1280 x1281 -x1282 -x1283 -x1284 -x1285 -x1286 x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 x1295 x1296 -x1297 -x1298 -x1299 -x1300 -x1301 -x1302 -x1303 x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 x1314 -x1315 -x1316 -x1317 -x1318 -x1319 x1320 -x1321 -x1322 -x1323 -x1324 -x1325 -x1326 -x1327 -x1328 -x1329 x1330 -x1331 -x1332 -x1333 -x1334 -x1335 -x1336 x1337 -x1338 -x1339 x1340 -x1341 x1342 -x1343 x1344
3600.03/3609.30	c Program interrupted by user.

Verifier Data

OK	148

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: 63665 MiB (62628 MiB free)
  memory of node 1: 64507 MiB (63930 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=49985, runsolver pid=49980
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 1.25 2.76 3.57 4/258 49993
/proc/meminfo: memFree=129576144/131250000 swapFree=33010684/33010684
[pid=49985] ppid=49980 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/49985/stat : 49985 (run-opt-ls.sh) S 49980 49985 49929 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 48197661 4292608 768 18446744073709551615 94666458161152 94666459055685 140727939049888 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94666459294736 94666459342480 94666482905088 140727939053927 140727939054053 140727939054053 140727939059655 0
/proc/49985/statm: 1048 768 704 219 0 110 0
[pid=49991] ppid=49985 vsize=21904 memory=13592 CPUtime=0.07 cores=1,3
/proc/49991/stat : 49991 (pbsuma) R 49985 49985 49929 0 -1 4194304 2967 0 0 0 7 0 0 0 20 0 1 0 48197662 22429696 3398 18446744073709551615 4210688 4653049 140727896826944 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 26480640 140727896832355 140727896832562 140727896832562 140727896838127 0
/proc/49991/statm: 5476 3398 1024 108 0 2884 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 26096 KiB
Current children cumulated memory: 16664 KiB

[startup+0.205425 s]*
/proc/loadavg: 1.25 2.76 3.57 4/258 49996
/proc/meminfo: memFree=129563100/131250000 swapFree=33010684/33010684
[pid=49985] ppid=49980 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/49985/stat : 49985 (run-opt-ls.sh) S 49980 49985 49929 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 48197661 4292608 768 18446744073709551615 94666458161152 94666459055685 140727939049888 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94666459294736 94666459342480 94666482905088 140727939053927 140727939054053 140727939054053 140727939059655 0
/proc/49985/statm: 1048 768 704 219 0 110 0
[pid=49991] ppid=49985 vsize=21904 memory=13592 CPUtime=0.18 cores=1,3
/proc/49991/stat : 49991 (pbsuma) R 49985 49985 49929 0 -1 4194304 2967 0 0 0 18 0 0 0 20 0 1 0 48197662 22429696 3398 18446744073709551615 4210688 4653049 140727896826944 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 26480640 140727896832355 140727896832562 140727896832562 140727896838127 0
/proc/49991/statm: 5476 3398 1024 108 0 2884 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 26096 KiB
Current children cumulated memory: 16664 KiB

[startup+0.305663 s]*
/proc/loadavg: 1.25 2.76 3.57 3/257 50007
/proc/meminfo: memFree=129559576/131250000 swapFree=33010684/33010684
[pid=49985] ppid=49980 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/49985/stat : 49985 (run-opt-ls.sh) S 49980 49985 49929 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 48197661 4292608 768 18446744073709551615 94666458161152 94666459055685 140727939049888 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94666459294736 94666459342480 94666482905088 140727939053927 140727939054053 140727939054053 140727939059655 0
/proc/49985/statm: 1048 768 704 219 0 110 0
[pid=49991] ppid=49985 vsize=21904 memory=13592 CPUtime=0.28 cores=1,3
/proc/49991/stat : 49991 (pbsuma) R 49985 49985 49929 0 -1 4194304 2967 0 0 0 28 0 0 0 20 0 1 0 48197662 22429696 3398 18446744073709551615 4210688 4653049 140727896826944 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 26480640 140727896832355 140727896832562 140727896832562 140727896838127 0
/proc/49991/statm: 5476 3398 1024 108 0 2884 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 26096 KiB
Current children cumulated memory: 16664 KiB

[startup+0.700174 s]
/proc/loadavg: 1.25 2.76 3.57 4/262 50012
/proc/meminfo: memFree=129529272/131250000 swapFree=33010684/33010684
[pid=49985] ppid=49980 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/49985/stat : 49985 (run-opt-ls.sh) S 49980 49985 49929 0 -1 4194304 238 5412 0 0 0 0 54 1 20 0 1 0 48197661 4292608 768 18446744073709551615 94666458161152 94666459055685 140727939049888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94666459294736 94666459342480 94666482905088 140727939053927 140727939054053 140727939054053 140727939059655 0
/proc/49985/statm: 1048 768 704 219 0 110 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 3072 KiB

[startup+1.50014 s]
/proc/loadavg: 1.25 2.76 3.57 4/263 50014
/proc/meminfo: memFree=129371236/131250000 swapFree=33010684/33010684
[pid=49985] ppid=49980 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/49985/stat : 49985 (run-opt-ls.sh) S 49980 49985 49929 0 -1 4194304 238 5412 0 0 0 0 54 1 20 0 1 0 48197661 4292608 768 18446744073709551615 94666458161152 94666459055685 140727939049888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94666459294736 94666459342480 94666482905088 140727939053927 140727939054053 140727939054053 140727939059655 0
/proc/49985/statm: 1048 768 704 219 0 110 0
[pid=50013] ppid=49985 vsize=94252 memory=42084 CPUtime=0.9 cores=1,3
/proc/50013/stat : 50013 (roundingsat) R 49985 49985 49929 0 -1 4194304 8122 0 0 0 87 3 0 0 20 0 1 0 48197719 96514048 10521 18446744073709551615 4227072 8923433 140737484096160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35012608 140737484097862 140737484098088 140737484098088 140737484103658 0
/proc/50013/statm: 23563 10521 2304 1147 0 10990 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 98444 KiB
Current children cumulated memory: 45156 KiB

[startup+3.10541 s]
/proc/loadavg: 1.25 2.76 3.57 5/268 50100
/proc/meminfo: memFree=129382580/131250000 swapFree=33010684/33010684
[pid=49985] ppid=49980 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/49985/stat : 49985 (run-opt-ls.sh) S 49980 49985 49929 0 -1 4194304 238 5412 0 0 0 0 54 1 20 0 1 0 48197661 4292608 768 18446744073709551615 94666458161152 94666459055685 140727939049888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94666459294736 94666459342480 94666482905088 140727939053927 140727939054053 140727939054053 140727939059655 0
/proc/49985/statm: 1048 768 704 219 0 110 0
[pid=50013] ppid=49985 vsize=96772 memory=45924 CPUtime=2.5 cores=1,3
/proc/50013/stat : 50013 (roundingsat) R 49985 49985 49929 0 -1 4194304 8985 0 0 0 245 5 0 0 20 0 1 0 48197719 99094528 11481 18446744073709551615 4227072 8923433 140737484096160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35012608 140737484097862 140737484098088 140737484098088 140737484103658 0
/proc/50013/statm: 24193 11481 2432 1147 0 11620 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 100964 KiB
Current children cumulated memory: 48996 KiB

[startup+6.30019 s]
/proc/loadavg: 1.47 2.79 3.58 5/268 50101
/proc/meminfo: memFree=129341832/131250000 swapFree=33010684/33010684
[pid=49985] ppid=49980 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/49985/stat : 49985 (run-opt-ls.sh) S 49980 49985 49929 0 -1 4194304 238 5412 0 0 0 0 54 1 20 0 1 0 48197661 4292608 768 18446744073709551615 94666458161152 94666459055685 140727939049888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94666459294736 94666459342480 94666482905088 140727939053927 140727939054053 140727939054053 140727939059655 0
/proc/49985/statm: 1048 768 704 219 0 110 0
[pid=50013] ppid=49985 vsize=99492 memory=48376 CPUtime=5.69 cores=1,3
/proc/50013/stat : 50013 (roundingsat) R 49985 49985 49929 0 -1 4194304 9072 0 0 0 558 11 0 0 20 0 1 0 48197719 101879808 12094 18446744073709551615 4227072 8923433 140737484096160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35012608 140737484097862 140737484098088 140737484098088 140737484103658 0
/proc/50013/statm: 24873 12094 2432 1147 0 12300 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 103684 KiB
Current children cumulated memory: 51448 KiB

[startup+12.7001 s]
/proc/loadavg: 1.67 2.81 3.58 5/268 50101
/proc/meminfo: memFree=129349492/131250000 swapFree=33010684/33010684
[pid=49985] ppid=49980 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/49985/stat : 49985 (run-opt-ls.sh) S 49980 49985 49929 0 -1 4194304 238 5412 0 0 0 0 54 1 20 0 1 0 48197661 4292608 768 18446744073709551615 94666458161152 94666459055685 140727939049888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94666459294736 94666459342480 94666482905088 140727939053927 140727939054053 140727939054053 140727939059655 0
/proc/49985/statm: 1048 768 704 219 0 110 0
[pid=50013] ppid=49985 vsize=101920 memory=50040 CPUtime=12.07 cores=1,3
/proc/50013/stat : 50013 (roundingsat) R 49985 49985 49929 0 -1 4194304 9489 0 0 0 1190 17 0 0 20 0 1 0 48197719 104366080 12510 18446744073709551615 4227072 8923433 140737484096160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35012608 140737484097862 140737484098088 140737484098088 140737484103658 0
/proc/50013/statm: 25480 12510 2432 1147 0 12907 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 106112 KiB
Current children cumulated memory: 53112 KiB

[startup+25.5001 s]
/proc/loadavg: 2.19 2.86 3.58 5/268 50101
/proc/meminfo: memFree=129375348/131250000 swapFree=33010684/33010684
[pid=49985] ppid=49980 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/49985/stat : 49985 (run-opt-ls.sh) S 49980 49985 49929 0 -1 4194304 238 5412 0 0 0 0 54 1 20 0 1 0 48197661 4292608 768 18446744073709551615 94666458161152 94666459055685 140727939049888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94666459294736 94666459342480 94666482905088 140727939053927 140727939054053 140727939054053 140727939059655 0
/proc/49985/statm: 1048 768 704 219 0 110 0
[pid=50013] ppid=49985 vsize=106300 memory=55544 CPUtime=24.84 cores=1,3
/proc/50013/stat : 50013 (roundingsat) R 49985 49985 49929 0 -1 4194304 10859 0 0 0 2450 34 0 0 20 0 1 0 48197719 108851200 13886 18446744073709551615 4227072 8923433 140737484096160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35012608 140737484097862 140737484098088 140737484098088 140737484103658 0
/proc/50013/statm: 26575 13886 2432 1147 0 14002 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 110492 KiB
Current children cumulated memory: 58616 KiB

[startup+51.1055 s]
/proc/loadavg: 2.88 2.97 3.60 5/268 50102
/proc/meminfo: memFree=129437444/131250000 swapFree=33010684/33010684
[pid=49985] ppid=49980 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/49985/stat : 49985 (run-opt-ls.sh) S 49980 49985 49929 0 -1 4194304 238 5412 0 0 0 0 54 1 20 0 1 0 48197661 4292608 768 18446744073709551615 94666458161152 94666459055685 140727939049888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94666459294736 94666459342480 94666482905088 140727939053927 140727939054053 140727939054053 140727939059655 0
/proc/49985/statm: 1048 768 704 219 0 110 0
[pid=50013] ppid=49985 vsize=120988 memory=69952 CPUtime=50.36 cores=1,3
/proc/50013/stat : 50013 (roundingsat) R 49985 49985 49929 0 -1 4194304 13000 0 0 0 4966 70 0 0 20 0 1 0 48197719 123891712 17488 18446744073709551615 4227072 8923433 140737484096160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35012608 140737484097862 140737484098088 140737484098088 140737484103658 0
/proc/50013/statm: 30247 17488 2432 1147 0 17674 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 125180 KiB
Current children cumulated memory: 73024 KiB

[startup+102.3 s]
/proc/loadavg: 3.52 3.13 3.63 5/268 50103
/proc/meminfo: memFree=129385652/131250000 swapFree=33010684/33010684
[pid=49985] ppid=49980 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/49985/stat : 49985 (run-opt-ls.sh) S 49980 49985 49929 0 -1 4194304 238 5412 0 0 0 0 54 1 20 0 1 0 48197661 4292608 768 18446744073709551615 94666458161152 94666459055685 140727939049888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94666459294736 94666459342480 94666482905088 140727939053927 140727939054053 140727939054053 140727939059655 0
/proc/49985/statm: 1048 768 704 219 0 110 0
[pid=50013] ppid=49985 vsize=161000 memory=106372 CPUtime=101.41 cores=1,3
/proc/50013/stat : 50013 (roundingsat) R 49985 49985 49929 0 -1 4194304 15990 0 0 0 9992 149 0 0 20 0 1 0 48197719 164864000 26593 18446744073709551615 4227072 8923433 140737484096160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35012608 140737484097862 140737484098088 140737484098088 140737484103658 0
/proc/50013/statm: 40250 26593 2432 1147 0 27677 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 165192 KiB
Current children cumulated memory: 109444 KiB

[startup+162.3 s]
/proc/loadavg: 3.87 3.31 3.66 5/270 50107
/proc/meminfo: memFree=129347704/131250000 swapFree=33010684/33010684
[pid=49985] ppid=49980 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/49985/stat : 49985 (run-opt-ls.sh) S 49980 49985 49929 0 -1 4194304 238 5412 0 0 0 0 54 1 20 0 1 0 48197661 4292608 768 18446744073709551615 94666458161152 94666459055685 140727939049888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94666459294736 94666459342480 94666482905088 140727939053927 140727939054053 140727939054053 140727939059655 0
/proc/49985/statm: 1048 768 704 219 0 110 0
[pid=50013] ppid=49985 vsize=197880 memory=121480 CPUtime=161.25 cores=1,3
/proc/50013/stat : 50013 (roundingsat) R 49985 49985 49929 0 -1 4194304 17985 0 0 0 15885 240 0 0 20 0 1 0 48197719 202629120 30370 18446744073709551615 4227072 8923433 140737484096160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35012608 140737484097862 140737484098088 140737484098088 140737484103658 0
/proc/50013/statm: 49470 30370 2432 1147 0 36897 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 202072 KiB
Current children cumulated memory: 124552 KiB

[startup+222.3 s]
/proc/loadavg: 4.40 3.55 3.72 5/270 50109
/proc/meminfo: memFree=129307680/131250000 swapFree=33010684/33010684
[pid=49985] ppid=49980 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/49985/stat : 49985 (run-opt-ls.sh) S 49980 49985 49929 0 -1 4194304 238 5412 0 0 0 0 54 1 20 0 1 0 48197661 4292608 768 18446744073709551615 94666458161152 94666459055685 140727939049888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94666459294736 94666459342480 94666482905088 140727939053927 140727939054053 140727939054053 140727939059655 0
/proc/49985/statm: 1048 768 704 219 0 110 0
[pid=50013] ppid=49985 vsize=206268 memory=143540 CPUtime=221.1 cores=1,3
/proc/50013/stat : 50013 (roundingsat) R 49985 49985 49929 0 -1 4194304 19952 0 0 0 21787 323 0 0 20 0 1 0 48197719 211218432 35885 18446744073709551615 4227072 8923433 140737484096160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35012608 140737484097862 140737484098088 140737484098088 140737484103658 0
/proc/50013/statm: 51567 35885 2432 1147 0 38994 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 210460 KiB
Current children cumulated memory: 146612 KiB


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

/proc/50013/statm: 140424 108339 2432 1147 0 127851 0
Current children cumulated CPU time: 3094.45 s
Current children cumulated vsize: 565888 KiB
Current children cumulated memory: 436428 KiB

[startup+3162.3 s]
/proc/loadavg: 4.05 4.08 4.08 5/267 50262
/proc/meminfo: memFree=128478212/131250000 swapFree=33010684/33010684
[pid=49985] ppid=49980 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/49985/stat : 49985 (run-opt-ls.sh) S 49980 49985 49929 0 -1 4194304 238 5412 0 0 0 0 54 1 20 0 1 0 48197661 4292608 768 18446744073709551615 94666458161152 94666459055685 140727939049888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94666459294736 94666459342480 94666482905088 140727939053927 140727939054053 140727939054053 140727939059655 0
/proc/49985/statm: 1048 768 704 219 0 110 0
[pid=50013] ppid=49985 vsize=561696 memory=433356 CPUtime=3153.73 cores=1,3
/proc/50013/stat : 50013 (roundingsat) R 49985 49985 49929 0 -1 4194304 43569 0 0 0 312396 2977 0 0 20 0 1 0 48197719 575176704 108339 18446744073709551615 4227072 8923433 140737484096160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35012608 140737484097862 140737484098088 140737484098088 140737484103658 0
/proc/50013/statm: 140424 108339 2432 1147 0 127851 0
Current children cumulated CPU time: 3154.28 s
Current children cumulated vsize: 565888 KiB
Current children cumulated memory: 436428 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/267 50264
/proc/meminfo: memFree=128465808/131250000 swapFree=33010684/33010684
[pid=49985] ppid=49980 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/49985/stat : 49985 (run-opt-ls.sh) S 49980 49985 49929 0 -1 4194304 238 5412 0 0 0 0 54 1 20 0 1 0 48197661 4292608 768 18446744073709551615 94666458161152 94666459055685 140727939049888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94666459294736 94666459342480 94666482905088 140727939053927 140727939054053 140727939054053 140727939059655 0
/proc/49985/statm: 1048 768 704 219 0 110 0
[pid=50013] ppid=49985 vsize=561696 memory=433356 CPUtime=3213.56 cores=1,3
/proc/50013/stat : 50013 (roundingsat) R 49985 49985 49929 0 -1 4194304 43569 0 0 0 318333 3023 0 0 20 0 1 0 48197719 575176704 108339 18446744073709551615 4227072 8923433 140737484096160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35012608 140737484097862 140737484098088 140737484098088 140737484103658 0
/proc/50013/statm: 140424 108339 2432 1147 0 127851 0
Current children cumulated CPU time: 3214.11 s
Current children cumulated vsize: 565888 KiB
Current children cumulated memory: 436428 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/267 50266
/proc/meminfo: memFree=128433168/131250000 swapFree=33010684/33010684
[pid=49985] ppid=49980 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/49985/stat : 49985 (run-opt-ls.sh) S 49980 49985 49929 0 -1 4194304 238 5412 0 0 0 0 54 1 20 0 1 0 48197661 4292608 768 18446744073709551615 94666458161152 94666459055685 140727939049888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94666459294736 94666459342480 94666482905088 140727939053927 140727939054053 140727939054053 140727939059655 0
/proc/49985/statm: 1048 768 704 219 0 110 0
[pid=50013] ppid=49985 vsize=562764 memory=434508 CPUtime=3273.4 cores=1,3
/proc/50013/stat : 50013 (roundingsat) R 49985 49985 49929 0 -1 4194304 43836 0 0 0 324279 3061 0 0 20 0 1 0 48197719 576270336 108627 18446744073709551615 4227072 8923433 140737484096160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35012608 140737484097862 140737484098088 140737484098088 140737484103658 0
/proc/50013/statm: 140691 108627 2432 1147 0 128118 0
Current children cumulated CPU time: 3273.95 s
Current children cumulated vsize: 566956 KiB
Current children cumulated memory: 437580 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/266 50268
/proc/meminfo: memFree=128297888/131250000 swapFree=33010684/33010684
[pid=49985] ppid=49980 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/49985/stat : 49985 (run-opt-ls.sh) S 49980 49985 49929 0 -1 4194304 238 5412 0 0 0 0 54 1 20 0 1 0 48197661 4292608 768 18446744073709551615 94666458161152 94666459055685 140727939049888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94666459294736 94666459342480 94666482905088 140727939053927 140727939054053 140727939054053 140727939059655 0
/proc/49985/statm: 1048 768 704 219 0 110 0
[pid=50013] ppid=49985 vsize=562764 memory=434508 CPUtime=3333.23 cores=1,3
/proc/50013/stat : 50013 (roundingsat) R 49985 49985 49929 0 -1 4194304 43836 0 0 0 330219 3104 0 0 20 0 1 0 48197719 576270336 108627 18446744073709551615 4227072 8923433 140737484096160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35012608 140737484097862 140737484098088 140737484098088 140737484103658 0
/proc/50013/statm: 140691 108627 2432 1147 0 128118 0
Current children cumulated CPU time: 3333.78 s
Current children cumulated vsize: 566956 KiB
Current children cumulated memory: 437580 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/266 50270
/proc/meminfo: memFree=128170128/131250000 swapFree=33010684/33010684
[pid=49985] ppid=49980 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/49985/stat : 49985 (run-opt-ls.sh) S 49980 49985 49929 0 -1 4194304 238 5412 0 0 0 0 54 1 20 0 1 0 48197661 4292608 768 18446744073709551615 94666458161152 94666459055685 140727939049888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94666459294736 94666459342480 94666482905088 140727939053927 140727939054053 140727939054053 140727939059655 0
/proc/49985/statm: 1048 768 704 219 0 110 0
[pid=50013] ppid=49985 vsize=562764 memory=434508 CPUtime=3393.07 cores=1,3
/proc/50013/stat : 50013 (roundingsat) R 49985 49985 49929 0 -1 4194304 43836 0 0 0 336150 3157 0 0 20 0 1 0 48197719 576270336 108627 18446744073709551615 4227072 8923433 140737484096160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35012608 140737484097862 140737484098088 140737484098088 140737484103658 0
/proc/50013/statm: 140691 108627 2432 1147 0 128118 0
Current children cumulated CPU time: 3393.62 s
Current children cumulated vsize: 566956 KiB
Current children cumulated memory: 437580 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/267 50275
/proc/meminfo: memFree=128166564/131250000 swapFree=33010684/33010684
[pid=49985] ppid=49980 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/49985/stat : 49985 (run-opt-ls.sh) S 49980 49985 49929 0 -1 4194304 238 5412 0 0 0 0 54 1 20 0 1 0 48197661 4292608 768 18446744073709551615 94666458161152 94666459055685 140727939049888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94666459294736 94666459342480 94666482905088 140727939053927 140727939054053 140727939054053 140727939059655 0
/proc/49985/statm: 1048 768 704 219 0 110 0
[pid=50013] ppid=49985 vsize=562764 memory=434508 CPUtime=3452.9 cores=1,3
/proc/50013/stat : 50013 (roundingsat) R 49985 49985 49929 0 -1 4194304 43842 0 0 0 342097 3193 0 0 20 0 1 0 48197719 576270336 108627 18446744073709551615 4227072 8923433 140737484096160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35012608 140737484097862 140737484098088 140737484098088 140737484103658 0
/proc/50013/statm: 140691 108627 2432 1147 0 128118 0
Current children cumulated CPU time: 3453.45 s
Current children cumulated vsize: 566956 KiB
Current children cumulated memory: 437580 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/267 50277
/proc/meminfo: memFree=128155960/131250000 swapFree=33010684/33010684
[pid=49985] ppid=49980 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/49985/stat : 49985 (run-opt-ls.sh) S 49980 49985 49929 0 -1 4194304 238 5412 0 0 0 0 54 1 20 0 1 0 48197661 4292608 768 18446744073709551615 94666458161152 94666459055685 140727939049888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94666459294736 94666459342480 94666482905088 140727939053927 140727939054053 140727939054053 140727939059655 0
/proc/49985/statm: 1048 768 704 219 0 110 0
[pid=50013] ppid=49985 vsize=562764 memory=434508 CPUtime=3512.72 cores=1,3
/proc/50013/stat : 50013 (roundingsat) R 49985 49985 49929 0 -1 4194304 43884 0 0 0 348053 3219 0 0 20 0 1 0 48197719 576270336 108627 18446744073709551615 4227072 8923433 140737484096160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35012608 140737484097862 140737484098088 140737484098088 140737484103658 0
/proc/50013/statm: 140691 108627 2432 1147 0 128118 0
Current children cumulated CPU time: 3513.27 s
Current children cumulated vsize: 566956 KiB
Current children cumulated memory: 437580 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/267 50279
/proc/meminfo: memFree=128144412/131250000 swapFree=33010684/33010684
[pid=49985] ppid=49980 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/49985/stat : 49985 (run-opt-ls.sh) S 49980 49985 49929 0 -1 4194304 238 5412 0 0 0 0 54 1 20 0 1 0 48197661 4292608 768 18446744073709551615 94666458161152 94666459055685 140727939049888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94666459294736 94666459342480 94666482905088 140727939053927 140727939054053 140727939054053 140727939059655 0
/proc/49985/statm: 1048 768 704 219 0 110 0
[pid=50013] ppid=49985 vsize=570356 memory=453692 CPUtime=3572.55 cores=1,3
/proc/50013/stat : 50013 (roundingsat) R 49985 49985 49929 0 -1 4194304 45642 0 0 0 354011 3244 0 0 20 0 1 0 48197719 584044544 113423 18446744073709551615 4227072 8923433 140737484096160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35012608 140737484097862 140737484098088 140737484098088 140737484103658 0
/proc/50013/statm: 142589 113423 2432 1147 0 130016 0
Current children cumulated CPU time: 3573.1 s
Current children cumulated vsize: 574548 KiB
Current children cumulated memory: 456764 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.3 s]
/proc/loadavg: 4.04 4.07 4.08 5/267 50284
/proc/meminfo: memFree=128143188/131250000 swapFree=33010684/33010684
[pid=49985] ppid=49980 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/49985/stat : 49985 (run-opt-ls.sh) S 49980 49985 49929 0 -1 4194304 238 5412 0 0 0 0 54 1 20 0 1 0 48197661 4292608 768 18446744073709551615 94666458161152 94666459055685 140727939049888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94666459294736 94666459342480 94666482905088 140727939053927 140727939054053 140727939054053 140727939059655 0
/proc/49985/statm: 1048 768 704 219 0 110 0
[pid=50013] ppid=49985 vsize=570356 memory=455100 CPUtime=3599.48 cores=1,3
/proc/50013/stat : 50013 (roundingsat) R 49985 49985 49929 0 -1 4194304 45650 0 0 0 356684 3264 0 0 20 0 1 0 48197719 584044544 113775 18446744073709551615 4227072 8923433 140737484096160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35012608 140737484097862 140737484098088 140737484098088 140737484103658 0
/proc/50013/statm: 142589 113775 2432 1147 0 130016 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 574548 KiB
Current children cumulated memory: 458172 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=0.547468 s, system=0.014725 s

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

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

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

[startup+3609.3 s]
/proc/loadavg: 4.04 4.07 4.08 5/267 50284
/proc/meminfo: memFree=128143188/131250000 swapFree=33010684/33010684
[pid=49985] ppid=49980 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/49985/stat : 49985 (run-opt-ls.sh) S 49980 49985 49929 0 -1 4194304 238 5412 0 0 0 0 54 1 20 0 1 0 48197661 4292608 768 18446744073709551615 94666458161152 94666459055685 140727939049888 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94666459294736 94666459342480 94666482905088 140727939053927 140727939054053 140727939054053 140727939059655 0
/proc/49985/statm: 1048 768 704 219 0 110 0
[pid=50013] ppid=49985 vsize=570356 memory=455100 CPUtime=3599.48 cores=1,3
/proc/50013/stat : 50013 (roundingsat) R 49985 49985 49929 0 -1 4194304 45650 0 0 0 356684 3264 0 0 20 0 1 0 48197719 584044544 113775 18446744073709551615 4227072 8923433 140737484096160 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35012608 140737484097862 140737484098088 140737484098088 140737484103658 0
/proc/50013/statm: 142589 113775 2432 1147 0 130016 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 574548 KiB
Current children cumulated memory: 458172 KiB

Child status: 2

Real time (s): 3609.3
CPU time (s): 3600.06
CPU user time (s): 3567.39
CPU system time (s): 32.6638
CPU usage (%): 99.7438
Max. virtual memory (cumulated for all children) (KiB): 574548
Max. memory (cumulated for all children) (KiB): 458172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3567.39
system time used= 32.6638
maximum resident set size= 455484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51322
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 313
involuntary context switches= 5694


# summary of solver processes directly reported to runsolver:
#   pid: 49985,50013
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3567.39
#   total CPU system time (s): 32.6638

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.94536 second user time and 17.6147 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-01 01:12:54
IDJOB=4486288
IDBENCH=147017
IDSOLVER=3355
FILE ID=nodeC013/4486288-1751325174
RUNJOBID= nodeC013-1751325174-49941
SLURM_JOB_ID= 9594350
Free space on /tmp= 433040 MiB

SOLVER NAME= roundingsat-ls+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-circ8_3.opb
COMMAND LINE= run-opt-ls.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4486288-1751325174/watcher-4486288-1751325174 -o /tmp/evaluation-result-4486288-1751325174/solver-4486288-1751325174 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751325174-49941 --watchdog 3760  run-opt-ls.sh HOME/instance-4486288-1751325174.opb

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

MD5SUM BENCH= 82a224b9434e58ca22c331a9d6eb0d67
RANDOM SEED=1486626531

nodeC013 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	: 0xb00002a
cpu MHz		: 3599.831
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
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	: 0xb00002a
cpu MHz		: 3599.900
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
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	: 0xb00002a
cpu MHz		: 3628.213
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
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	: 0xb00002a
cpu MHz		: 3598.416
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.971
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
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	: 0xb00002a
cpu MHz		: 3599.830
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
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	: 0xb00002a
cpu MHz		: 3599.940
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
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	: 0xb00002a
cpu MHz		: 3599.906
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129620572 kB
MemAvailable:   129732440 kB
Buffers:            3280 kB
Cached:           912868 kB
SwapCached:            0 kB
Active:           321512 kB
Inactive:         669248 kB
Active(anon):      87896 kB
Inactive(anon):        0 kB
Active(file):     233616 kB
Inactive(file):   669248 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             52192 kB
Writeback:             0 kB
AnonPages:         78388 kB
Mapped:            98504 kB
Shmem:             13284 kB
KReclaimable:      96084 kB
Slab:             183572 kB
SReclaimable:      96084 kB
SUnreclaim:        87488 kB
KernelStack:        4068 kB
PageTables:         2580 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     326656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433016 MiB
End job on nodeC013 at 2025-07-01 02:13:03