Trace number 4486290

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+pbsuma-opt 63f22adSAT (TO)148 3600.05 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.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4486290-1751323975.opb'
0.00/0.02	c 	read 0.91MB  (12.20ms)
0.00/0.02	c	 [cnf: #variables 1344 #clauses 16097 #duplicates 0 #arr 95888]
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.03	c	 [group: #orbits ~= 198] (7.39ms)
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.53	c 	 (503.17ms)
0.48/0.53	c 
0.48/0.53	c detect symmetries on remainder
0.48/0.53	c 	[graph: #vertices 25993 #edges 208880]
0.48/0.53	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.48/0.57	c 	 [group: #symmetries 1.60*10^1 #generators 3] (33.71ms)
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-4486290-1751323975.opb.pre'
0.48/0.57	c 	wrote 0.92MB (2.08ms)
0.48/0.57	c ------------------------------------------------------------------
0.48/0.57	c                 503.17ms 90.00% detect_special
0.48/0.57	c                  33.71ms  6.03% detect_generic
0.48/0.57	c                  12.20ms  2.18% parse
0.48/0.57	c                   7.39ms  1.32% approx_orbits
0.48/0.57	c                   2.08ms  0.37% output
0.48/0.57	c                   0.27ms  0.05% other
0.48/0.57	c                   0.14ms  0.02% 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                 559.05ms   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.67	c #variables 1401 #constraints 16550
0.55/0.67	c objective is ce32 
0.55/0.67	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.55/0.67	c initial counting CF 32, 64, 128, Arb: 7393 , 0 , 0 , 0
0.55/0.67	c bounds - >= 0 @ 0.062747
1.55/1.63	c bounds 190 >= 0 @ 1.00806
1.55/1.64	c bounds 190 >= 3 @ 1.01418
1.55/1.64	c bounds 184 >= 3 @ 1.01495
1.66/1.71	c #Conflicts:       1000 | #Constraints:      17554
1.66/1.71	c bounds 182 >= 3 @ 1.08323
1.66/1.73	c bounds 182 >= 6 @ 1.09961
1.66/1.75	c bounds 182 >= 9 @ 1.11618
2.34/2.46	c #Conflicts:       2000 | #Constraints:      18561
2.34/2.46	c INPROCESSING
2.34/2.46	c GARBAGE COLLECT
2.34/2.46	c rational objective 96
2.44/2.56	c bounds 182 >= 12 @ 1.91375
2.44/2.59	c #Conflicts:       3000 | #Constraints:      18572
2.44/2.59	c bounds 182 >= 15 @ 1.93557
2.55/2.60	c bounds 180 >= 15 @ 1.94611
2.65/2.72	c bounds 178 >= 15 @ 2.06368
2.65/2.74	c bounds 178 >= 18 @ 2.0761
3.15/3.27	c #Conflicts:       4000 | #Constraints:      19581
3.15/3.27	c INPROCESSING
3.15/3.27	c GARBAGE COLLECT
3.15/3.27	WSVECS04 Frhs2[51]: 6 0 2.00005 shouldn't be
3.15/3.27	WSVECS04 Frhs2[116]: 6 -4.00002 0 shouldn't be
3.15/3.27	WSVECS04 Frhs2[370]: 6 -2.0001 0 shouldn't be
3.15/3.27	WSVECS04 Frhs2[435]: 6 0 1.00004 shouldn't be
3.15/3.27	WSVECS04 Frhs2[913]: 6 0 1.00003 shouldn't be
3.15/3.27	WSVECS04 Frhs2[1017]: 6 -1.00004 0 shouldn't be
3.15/3.27	WSVECS04 Frhs2[1026]: 6 -2.00002 0 shouldn't be
3.15/3.27	WSVECS04 Frhs2[1152]: 6 -1.00002 0 shouldn't be
3.64/3.76	WSVECS04 Frhs2[52]: 6 0 2.00007 shouldn't be
3.64/3.76	WSVECS04 Frhs2[436]: 6 0 1.00006 shouldn't be
3.64/3.76	WSVECS04 Frhs2[439]: 6 0 1.00004 shouldn't be
3.64/3.76	WSVECS04 Frhs2[946]: 6 0 2.00007 shouldn't be
3.64/3.76	WSVECS04 Frhs2[973]: 6 -2.00009 0 shouldn't be
3.64/3.76	WSVECS04 Frhs2[1047]: 6 -2.00004 0 shouldn't be
3.64/3.76	WSVECS04 Frhs2[1063]: 6 -2.00006 0 shouldn't be
3.64/3.76	WSVECS04 Frhs2[1188]: 6 -3.00006 0 shouldn't be
4.64/4.76	c bounds 178 >= 21 @ 4.08182
5.34/5.40	c #Conflicts:       5000 | #Constraints:      18996
5.34/5.40	c #Conflicts:       6000 | #Constraints:      19996
5.34/5.40	c INPROCESSING
5.34/5.40	c GARBAGE COLLECT
5.34/5.40	c bounds 176 >= 21 @ 4.70616
5.34/5.45	c #Conflicts:       7000 | #Constraints:      19004
5.34/5.45	c bounds 174 >= 21 @ 4.7537
5.95/6.07	c #Conflicts:       8000 | #Constraints:      20005
5.95/6.07	c #Conflicts:       9000 | #Constraints:      21006
5.95/6.07	c bounds 166 >= 21 @ 5.35417
5.95/6.07	c bounds 166 >= 23 @ 5.35452
5.95/6.07	c bounds 166 >= 25 @ 5.35506
5.95/6.07	c bounds 166 >= 27 @ 5.35561
5.95/6.07	c bounds 166 >= 29 @ 5.35628
6.24/6.39	c INPROCESSING
6.24/6.39	c GARBAGE COLLECT
6.24/6.39	WSVECS04 Frhs2[1270]: 6 -3.00003 0 shouldn't be
7.74/7.83	c rational objective 96
7.84/7.92	c bounds 166 >= 31 @ 7.17986
7.84/7.92	c bounds 166 >= 33 @ 7.18259
7.84/7.92	c bounds 166 >= 35 @ 7.18752
7.84/7.93	c bounds 166 >= 37 @ 7.19508
7.84/7.93	c bounds 166 >= 39 @ 7.19625
8.23/8.33	c #Conflicts:      10000 | #Constraints:      19741
8.23/8.33	WSVECS04 Frhs2[76]: 6 0 2.00002 shouldn't be
8.23/8.33	WSVECS04 Frhs2[267]: 6 0 4.00001 shouldn't be
8.23/8.33	WSVECS04 Frhs2[521]: 6 0 1.00001 shouldn't be
8.23/8.33	WSVECS04 Frhs2[523]: 6 0 3.0001 shouldn't be
8.23/8.33	WSVECS04 Frhs2[529]: 6 -2.00005 0 shouldn't be
8.23/8.33	WSVECS04 Frhs2[715]: 6 0 2.00007 shouldn't be
8.23/8.33	WSVECS04 Frhs2[899]: 6 -3.00004 0 shouldn't be
8.23/8.33	WSVECS04 Frhs2[900]: 6 -4.00004 0 shouldn't be
8.23/8.33	WSVECS04 Frhs2[912]: 6 -1.00007 0 shouldn't be
8.23/8.33	WSVECS04 Frhs2[920]: 6 -1.00007 0 shouldn't be
8.23/8.33	WSVECS04 Frhs2[952]: 6 -1.00008 0 shouldn't be
8.23/8.33	WSVECS04 Frhs2[953]: 6 -1.00005 0 shouldn't be
8.23/8.33	WSVECS04 Frhs2[980]: 6 -4.00001 0 shouldn't be
8.23/8.33	WSVECS04 Frhs2[992]: 6 0 1.00004 shouldn't be
8.23/8.33	WSVECS04 Frhs2[1296]: 6 -1.00008 0 shouldn't be
8.23/8.33	WSVECS04 Frhs2[1304]: 6 -1.00004 0 shouldn't be
8.53/8.63	WSVECS04 Frhs2[403]: 6 -2.0001 0 shouldn't be
8.53/8.63	WSVECS04 Frhs2[1025]: 6 0 2.00007 shouldn't be
8.53/8.63	WSVECS04 Frhs2[1026]: 6 0 2.00003 shouldn't be
8.53/8.63	WSVECS04 Frhs2[1039]: 6 0 1.00007 shouldn't be
8.53/8.63	WSVECS04 Frhs2[1053]: 6 -1.00004 0 shouldn't be
8.83/8.97	WSVECS04 Frhs2[467]: 6 0 2.00006 shouldn't be
8.83/8.97	WSVECS04 Frhs2[469]: 6 0 2.00008 shouldn't be
8.83/8.97	WSVECS04 Frhs2[963]: 6 -3.00001 0 shouldn't be
8.83/8.97	WSVECS04 Frhs2[964]: 6 -4.00009 0 shouldn't be
8.83/8.97	WSVECS04 Frhs2[1040]: 6 -1.00006 0 shouldn't be
9.24/9.33	WSVECS04 Frhs2[395]: 6 0 4.00009 shouldn't be
9.24/9.33	WSVECS04 Frhs2[459]: 6 0 4.00008 shouldn't be
9.24/9.33	WSVECS04 Frhs2[587]: 6 0 2.00008 shouldn't be
9.24/9.33	WSVECS04 Frhs2[716]: 6 0 2.00005 shouldn't be
9.24/9.33	WSVECS04 Frhs2[784]: 6 0 4.00008 shouldn't be
9.24/9.33	WSVECS04 Frhs2[925]: 6 -4.00003 0 shouldn't be
9.24/9.33	WSVECS04 Frhs2[1010]: 6 0 4.00005 shouldn't be
9.24/9.33	WSVECS04 Frhs2[1295]: 6 -1.00007 0 shouldn't be
9.63/9.73	WSVECS04 Frhs2[15]: 6 0 2.00005 shouldn't be
9.63/9.73	WSVECS04 Frhs2[271]: 6 0 2.00007 shouldn't be
9.63/9.73	WSVECS04 Frhs2[329]: 6 0 2.00009 shouldn't be
9.63/9.73	WSVECS04 Frhs2[331]: 6 0 4.0001 shouldn't be
9.63/9.73	WSVECS04 Frhs2[336]: 6 0 4.00005 shouldn't be
9.63/9.73	WSVECS04 Frhs2[396]: 6 0 4.00007 shouldn't be
9.63/9.73	WSVECS04 Frhs2[398]: 6 0 2.0001 shouldn't be
9.63/9.73	WSVECS04 Frhs2[527]: 6 0 1.00004 shouldn't be
9.63/9.73	WSVECS04 Frhs2[903]: 6 -1.00002 0 shouldn't be
9.63/9.73	WSVECS04 Frhs2[944]: 6 -1.00008 0 shouldn't be
9.63/9.73	WSVECS04 Frhs2[982]: 6 -3.00002 0 shouldn't be
9.63/9.73	WSVECS04 Frhs2[1314]: 6 -2.00006 0 shouldn't be
9.63/9.73	WSVECS04 Frhs2[1320]: 6 -1.00004 0 shouldn't be
9.63/9.73	WSVECS04 Frhs2[1330]: 6 -2.00004 0 shouldn't be
9.63/9.73	WSVECS04 Frhs2[1337]: 6 -1.00006 0 shouldn't be
13.12/13.25	c #Conflicts:      11000 | #Constraints:      20741
13.12/13.25	c #Conflicts:      12000 | #Constraints:      21741
13.12/13.25	c INPROCESSING
13.12/13.25	c GARBAGE COLLECT
13.12/13.25	c #Conflicts:      13000 | #Constraints:      20194
13.12/13.25	c #Conflicts:      14000 | #Constraints:      21194
13.12/13.25	c #Conflicts:      15000 | #Constraints:      22194
13.12/13.25	c INPROCESSING
13.12/13.25	c GARBAGE COLLECT
13.12/13.25	c rational objective 96
13.42/13.52	c bounds 164 >= 39 @ 12.702
13.42/13.52	c bounds 164 >= 40 @ 12.7023
13.42/13.52	c bounds 164 >= 41 @ 12.7025
13.42/13.52	c bounds 164 >= 42 @ 12.7028
13.42/13.52	c bounds 164 >= 43 @ 12.7028
13.42/13.52	c bounds 164 >= 44 @ 12.7028
13.42/13.52	c bounds 164 >= 45 @ 12.7028
13.42/13.52	c bounds 164 >= 46 @ 12.7029
13.42/13.52	c bounds 164 >= 47 @ 12.7032
13.42/13.52	c bounds 164 >= 48 @ 12.7035
13.42/13.52	c bounds 164 >= 49 @ 12.7039
13.42/13.52	c bounds 164 >= 50 @ 12.7042
13.42/13.52	c bounds 164 >= 51 @ 12.7045
13.42/13.52	c bounds 164 >= 52 @ 12.7048
13.42/13.52	c bounds 164 >= 53 @ 12.7048
13.42/13.52	c bounds 164 >= 54 @ 12.7048
13.42/13.52	c bounds 164 >= 55 @ 12.7048
13.42/13.52	c bounds 164 >= 56 @ 12.705
13.42/13.52	c bounds 164 >= 57 @ 12.7053
13.42/13.52	c bounds 164 >= 58 @ 12.7056
13.42/13.52	c bounds 164 >= 59 @ 12.7058
13.42/13.52	c bounds 164 >= 60 @ 12.7058
13.42/13.52	c bounds 164 >= 61 @ 12.7058
13.42/13.52	c bounds 164 >= 62 @ 12.7058
13.42/13.52	c bounds 164 >= 63 @ 12.7058
13.42/13.52	c bounds 164 >= 64 @ 12.7065
13.42/13.53	c bounds 164 >= 65 @ 12.7082
13.42/13.53	c bounds 164 >= 66 @ 12.7107
13.42/13.53	c bounds 164 >= 67 @ 12.713
13.62/13.70	c #Conflicts:      16000 | #Constraints:      20632
13.62/13.70	c bounds 160 >= 67 @ 12.8754
13.62/13.70	c bounds 160 >= 68 @ 12.8758
13.62/13.70	c bounds 160 >= 69 @ 12.8764
13.62/13.70	c bounds 160 >= 70 @ 12.8774
13.62/13.70	c bounds 160 >= 71 @ 12.878
13.62/13.70	c bounds 160 >= 72 @ 12.8785
13.62/13.71	c bounds 160 >= 73 @ 12.8794
13.62/13.71	c bounds 160 >= 74 @ 12.8823
13.62/13.71	c bounds 160 >= 75 @ 12.8861
13.62/13.72	c #Conflicts:      17000 | #Constraints:      21727
13.62/13.72	c bounds 160 >= 76 @ 12.8927
13.62/13.75	c bounds 160 >= 77 @ 12.9173
13.62/13.77	c #Conflicts:      18000 | #Constraints:      22769
13.62/13.77	c bounds 160 >= 78 @ 12.9302
13.62/13.78	c INPROCESSING
13.62/13.78	c GARBAGE COLLECT
13.62/13.78	c bounds 160 >= 79 @ 12.9414
13.62/13.78	c bounds 160 >= 80 @ 12.9417
13.62/13.78	c bounds 160 >= 81 @ 12.9421
13.62/13.78	c bounds 160 >= 82 @ 12.9422
13.62/13.78	c bounds 160 >= 83 @ 12.9426
13.62/13.78	c bounds 160 >= 84 @ 12.9456
15.81/15.99	c bounds 160 >= 85 @ 15.1345
15.92/16.04	c #Conflicts:      19000 | #Constraints:      20780
15.92/16.04	c bounds 160 >= 86 @ 15.1769
15.92/16.10	c #Conflicts:      20000 | #Constraints:      21798
15.92/16.10	c bounds 160 >= 87 @ 15.2341
18.21/18.35	c #Conflicts:      21000 | #Constraints:      22816
18.21/18.35	c INPROCESSING
18.21/18.35	c GARBAGE COLLECT
18.21/18.35	c rational objective 96
18.31/18.44	c bounds 160 >= 88 @ 17.5482
18.31/18.44	c bounds 160 >= 89 @ 17.5484
18.31/18.44	c bounds 160 >= 90 @ 17.5487
18.31/18.44	c bounds 160 >= 91 @ 17.5504
18.31/18.44	c bounds 160 >= 92 @ 17.5526
18.31/18.45	c bounds 160 >= 93 @ 17.5564
18.31/18.45	c bounds 160 >= 94 @ 17.5581
18.31/18.45	c bounds 160 >= 95 @ 17.5584
18.31/18.45	c bounds 160 >= 96 @ 17.559
18.31/18.45	c bounds 160 >= 97 @ 17.5597
18.31/18.45	c bounds 160 >= 98 @ 17.5602
18.31/18.45	c #Conflicts:      22000 | #Constraints:      20719
18.31/18.45	c bounds 160 >= 99 @ 17.5625
18.31/18.46	c bounds 160 >= 100 @ 17.5688
18.31/18.46	c bounds 160 >= 101 @ 17.5721
18.31/18.46	c bounds 160 >= 102 @ 17.5721
18.31/18.46	c bounds 160 >= 103 @ 17.5721
18.31/18.46	c bounds 160 >= 104 @ 17.5724
18.31/18.47	c bounds 160 >= 105 @ 17.5732
18.31/18.47	c bounds 160 >= 106 @ 17.5744
18.31/18.47	c bounds 160 >= 107 @ 17.5755
18.41/18.51	c #Conflicts:      23000 | #Constraints:      21854
18.41/18.51	c bounds 160 >= 108 @ 17.6079
18.41/18.52	c bounds 160 >= 109 @ 17.621
18.41/18.52	c bounds 160 >= 110 @ 17.623
18.41/18.52	c bounds 160 >= 111 @ 17.623
18.41/18.52	c bounds 160 >= 112 @ 17.6233
18.41/18.53	c bounds 160 >= 113 @ 17.624
18.41/18.53	c bounds 160 >= 114 @ 17.624
18.41/18.53	c bounds 160 >= 115 @ 17.6252
18.41/18.53	c #Conflicts:      24000 | #Constraints:      22968
18.41/18.53	c bounds 160 >= 116 @ 17.6289
18.41/18.56	c bounds 160 >= 117 @ 17.6551
20.61/20.79	c #Conflicts:      25000 | #Constraints:      24025
20.61/20.79	c INPROCESSING
20.61/20.79	c GARBAGE COLLECT
20.61/20.79	c #Conflicts:      26000 | #Constraints:      21507
20.61/20.79	c #Conflicts:      27000 | #Constraints:      22507
20.61/20.79	c #Conflicts:      28000 | #Constraints:      23507
20.61/20.79	c #Conflicts:      29000 | #Constraints:      24507
20.61/20.79	c INPROCESSING
20.61/20.79	c GARBAGE COLLECT
20.61/20.79	c rational objective 117
22.40/22.54	c #Conflicts:      30000 | #Constraints:      21861
22.40/22.54	c bounds 160 >= 118 @ 21.5813
22.51/22.61	c #Conflicts:      31000 | #Constraints:      22894
22.51/22.61	c bounds 160 >= 119 @ 21.6449
22.51/22.69	c #Conflicts:      32000 | #Constraints:      23912
22.51/22.69	c bounds 160 >= 120 @ 21.7254
24.30/24.49	c #Conflicts:      33000 | #Constraints:      24939
24.30/24.49	c INPROCESSING
24.30/24.49	c GARBAGE COLLECT
24.30/24.49	c rational objective 120
25.60/25.79	c #Conflicts:      34000 | #Constraints:      22103
25.60/25.79	c #Conflicts:      35000 | #Constraints:      23103
25.60/25.79	c #Conflicts:      36000 | #Constraints:      24103
25.60/25.79	c bounds 160 >= 121 @ 24.7795
27.19/27.32	c #Conflicts:      37000 | #Constraints:      25142
27.19/27.32	c #Conflicts:      38000 | #Constraints:      26142
27.19/27.32	c bounds 160 >= 122 @ 26.2912
29.99/30.16	c #Conflicts:      39000 | #Constraints:      27178
29.99/30.16	c #Conflicts:      40000 | #Constraints:      28178
29.99/30.16	c #Conflicts:      41000 | #Constraints:      29181
29.99/30.16	c #Conflicts:      42000 | #Constraints:      30182
29.99/30.16	c #Conflicts:      43000 | #Constraints:      31184
29.99/30.16	c #Conflicts:      44000 | #Constraints:      32184
29.99/30.16	c #Conflicts:      45000 | #Constraints:      33186
29.99/30.16	c bounds 158 >= 122 @ 29.0795
31.18/31.32	c #Conflicts:      46000 | #Constraints:      34187
31.18/31.32	c bounds 158 >= 123 @ 30.2296
31.18/31.34	c bounds 158 >= 124 @ 30.2433
31.28/31.40	c #Conflicts:      47000 | #Constraints:      35232
31.28/31.40	c bounds 158 >= 125 @ 30.2989
32.88/33.04	c #Conflicts:      48000 | #Constraints:      36256
32.88/33.04	c INPROCESSING
32.88/33.04	c GARBAGE COLLECT
32.88/33.04	c rational objective 125
33.18/33.31	c bounds 158 >= 126 @ 32.1985
35.57/35.71	c #Conflicts:      49000 | #Constraints:      27804
35.57/35.71	c #Conflicts:      50000 | #Constraints:      28804
35.57/35.71	c #Conflicts:      51000 | #Constraints:      29804
35.57/35.71	c #Conflicts:      52000 | #Constraints:      30804
35.57/35.71	c #Conflicts:      53000 | #Constraints:      31804
35.57/35.71	c INPROCESSING
35.57/35.71	c GARBAGE COLLECT
35.57/35.71	c rational objective 126
37.96/38.19	c #Conflicts:      54000 | #Constraints:      25417
37.96/38.19	c #Conflicts:      55000 | #Constraints:      26417
37.96/38.19	c #Conflicts:      56000 | #Constraints:      27417
37.96/38.19	c #Conflicts:      57000 | #Constraints:      28417
37.96/38.19	c #Conflicts:      58000 | #Constraints:      29417
37.96/38.19	c INPROCESSING
37.96/38.19	c GARBAGE COLLECT
37.96/38.19	c rational objective 126
40.26/40.41	c #Conflicts:      59000 | #Constraints:      24001
40.26/40.41	c #Conflicts:      60000 | #Constraints:      25001
40.26/40.41	c #Conflicts:      61000 | #Constraints:      26001
40.26/40.41	c bounds 158 >= 127 @ 39.194
42.55/42.75	c #Conflicts:      62000 | #Constraints:      27037
42.55/42.75	c #Conflicts:      63000 | #Constraints:      28037
42.55/42.75	c #Conflicts:      64000 | #Constraints:      29037
42.55/42.75	c INPROCESSING
42.55/42.75	c GARBAGE COLLECT
42.55/42.75	c rational objective 127
45.75/45.91	c #Conflicts:      65000 | #Constraints:      23986
45.75/45.91	c #Conflicts:      66000 | #Constraints:      24986
45.75/45.91	c #Conflicts:      67000 | #Constraints:      25986
45.75/45.91	c #Conflicts:      68000 | #Constraints:      26986
45.75/45.91	c #Conflicts:      69000 | #Constraints:      27986
45.75/45.91	c #Conflicts:      70000 | #Constraints:      28986
45.75/45.91	c #Conflicts:      71000 | #Constraints:      29986
45.75/45.91	c #Conflicts:      72000 | #Constraints:      30986
45.75/45.91	c bounds 158 >= 128 @ 44.6087
53.33/53.55	c #Conflicts:      73000 | #Constraints:      32019
53.33/53.55	c #Conflicts:      74000 | #Constraints:      33019
53.33/53.55	c #Conflicts:      75000 | #Constraints:      34019
53.33/53.55	c #Conflicts:      76000 | #Constraints:      35019
53.33/53.55	c #Conflicts:      77000 | #Constraints:      36019
53.33/53.55	c #Conflicts:      78000 | #Constraints:      37019
53.33/53.55	c #Conflicts:      79000 | #Constraints:      38019
53.33/53.55	c #Conflicts:      80000 | #Constraints:      39019
53.33/53.55	c #Conflicts:      81000 | #Constraints:      40020
53.33/53.55	c #Conflicts:      82000 | #Constraints:      41023
53.33/53.55	c #Conflicts:      83000 | #Constraints:      42024
53.33/53.55	c #Conflicts:      84000 | #Constraints:      43024
53.33/53.55	c INPROCESSING
53.33/53.55	c GARBAGE COLLECT
53.33/53.55	c rational objective 128
54.43/54.68	c #Conflicts:      85000 | #Constraints:      30830
54.43/54.68	c #Conflicts:      86000 | #Constraints:      31830
54.43/54.68	c #Conflicts:      87000 | #Constraints:      32830
54.43/54.68	WSVECS04 Frhs2[84]: 6 0 1.25067 shouldn't be
54.43/54.68	WSVECS04 Frhs2[86]: 6 0 2.11041 shouldn't be
54.43/54.68	WSVECS04 Frhs2[114]: 6 0 0.110426 shouldn't be
54.43/54.68	WSVECS04 Frhs2[185]: 6 -0.0736609 0 shouldn't be
54.43/54.68	WSVECS04 Frhs2[188]: 6 0 0.0736138 shouldn't be
54.43/54.68	WSVECS04 Frhs2[387]: 6 -5.46213 0 shouldn't be
54.43/54.68	WSVECS04 Frhs2[388]: 6 0 2.89658 shouldn't be
54.43/54.68	WSVECS04 Frhs2[401]: 6 0 0.501199 shouldn't be
54.43/54.68	WSVECS04 Frhs2[403]: 6 -3.49894 0 shouldn't be
54.43/54.68	WSVECS04 Frhs2[452]: 6 0 2.89661 shouldn't be
54.43/54.68	WSVECS04 Frhs2[490]: 6 0 0.055199 shouldn't be
54.43/54.68	WSVECS04 Frhs2[513]: 6 -1.46211 0 shouldn't be
54.43/54.68	WSVECS04 Frhs2[516]: 6 0 2.89663 shouldn't be
54.43/54.68	WSVECS04 Frhs2[561]: 6 -17.7794 0 shouldn't be
54.43/54.68	WSVECS04 Frhs2[595]: 6 0 1.49889 shouldn't be
54.43/54.68	WSVECS04 Frhs2[597]: 6 0 1.49889 shouldn't be
54.43/54.68	WSVECS04 Frhs2[769]: 6 -1.46208 0 shouldn't be
54.43/54.68	WSVECS04 Frhs2[1049]: 6 0 0.501235 shouldn't be
56.22/56.43	c #Conflicts:      88000 | #Constraints:      33830
56.22/56.43	c #Conflicts:      89000 | #Constraints:      34830
56.22/56.43	c #Conflicts:      90000 | #Constraints:      35830
56.22/56.43	c #Conflicts:      91000 | #Constraints:      36830
56.22/56.43	c INPROCESSING
56.22/56.43	c GARBAGE COLLECT
56.22/56.43	c rational objective 128
59.11/59.31	c #Conflicts:      92000 | #Constraints:      27709
59.11/59.31	c #Conflicts:      93000 | #Constraints:      28709
59.11/59.31	c #Conflicts:      94000 | #Constraints:      29709
59.11/59.31	c #Conflicts:      95000 | #Constraints:      30709
59.11/59.31	c #Conflicts:      96000 | #Constraints:      31709
59.11/59.31	c #Conflicts:      97000 | #Constraints:      32709
59.11/59.31	c #Conflicts:      98000 | #Constraints:      33709
59.11/59.31	c #Conflicts:      99000 | #Constraints:      34709
59.11/59.31	c INPROCESSING
59.11/59.31	c GARBAGE COLLECT
59.11/59.31	c rational objective 128
61.81/62.05	c #Conflicts:     100000 | #Constraints:      27052
61.81/62.05	c #Conflicts:     101000 | #Constraints:      28052
61.81/62.05	c #Conflicts:     102000 | #Constraints:      29052
61.81/62.05	c #Conflicts:     103000 | #Constraints:      30052
61.81/62.05	c #Conflicts:     104000 | #Constraints:      31052
61.81/62.05	c #Conflicts:     105000 | #Constraints:      32052
61.81/62.05	c #Conflicts:     106000 | #Constraints:      33052
61.81/62.05	c INPROCESSING
61.81/62.05	c GARBAGE COLLECT
61.81/62.05	c rational objective 128
73.07/73.32	c #Conflicts:     107000 | #Constraints:      26029
73.07/73.32	c #Conflicts:     108000 | #Constraints:      27029
73.07/73.32	c #Conflicts:     109000 | #Constraints:      28029
73.07/73.32	c #Conflicts:     110000 | #Constraints:      29029
73.07/73.32	c #Conflicts:     111000 | #Constraints:      30029
73.07/73.32	c #Conflicts:     112000 | #Constraints:      31029
73.07/73.32	c #Conflicts:     113000 | #Constraints:      32029
73.07/73.32	c #Conflicts:     114000 | #Constraints:      33029
73.07/73.32	c #Conflicts:     115000 | #Constraints:      34029
73.07/73.32	c #Conflicts:     116000 | #Constraints:      35029
73.07/73.32	c #Conflicts:     117000 | #Constraints:      36029
73.07/73.32	c #Conflicts:     118000 | #Constraints:      37029
73.07/73.32	c #Conflicts:     119000 | #Constraints:      38029
73.07/73.32	c #Conflicts:     120000 | #Constraints:      39029
73.07/73.32	c #Conflicts:     121000 | #Constraints:      40029
73.07/73.32	c #Conflicts:     122000 | #Constraints:      41029
73.07/73.32	c #Conflicts:     123000 | #Constraints:      42029
73.07/73.32	c #Conflicts:     124000 | #Constraints:      43029
73.07/73.32	c #Conflicts:     125000 | #Constraints:      44029
73.07/73.32	c #Conflicts:     126000 | #Constraints:      45029
73.07/73.32	c #Conflicts:     127000 | #Constraints:      46029
73.07/73.32	c #Conflicts:     128000 | #Constraints:      47029
73.07/73.32	c #Conflicts:     129000 | #Constraints:      48029
73.07/73.32	c #Conflicts:     130000 | #Constraints:      49029
73.07/73.32	c #Conflicts:     131000 | #Constraints:      50029
73.07/73.32	c #Conflicts:     132000 | #Constraints:      51029
73.07/73.32	c INPROCESSING
73.07/73.32	c GARBAGE COLLECT
73.07/73.32	c rational objective 128
73.38/73.67	c bounds 156 >= 128 @ 71.8248
73.68/73.94	c #Conflicts:     133000 | #Constraints:      35226
73.68/73.94	c bounds 154 >= 128 @ 72.0868
78.16/78.42	c #Conflicts:     134000 | #Constraints:      36229
78.16/78.42	c #Conflicts:     135000 | #Constraints:      37229
78.16/78.42	c #Conflicts:     136000 | #Constraints:      38231
78.16/78.42	c #Conflicts:     137000 | #Constraints:      39231
78.16/78.42	c #Conflicts:     138000 | #Constraints:      40231
78.16/78.42	c #Conflicts:     139000 | #Constraints:      41233
78.16/78.42	c #Conflicts:     140000 | #Constraints:      42235
78.16/78.42	c INPROCESSING
78.16/78.42	c GARBAGE COLLECT
78.16/78.42	c rational objective 128
83.06/83.32	c #Conflicts:     141000 | #Constraints:      30506
83.06/83.32	c #Conflicts:     142000 | #Constraints:      31506
83.06/83.32	c #Conflicts:     143000 | #Constraints:      32506
83.06/83.32	c #Conflicts:     144000 | #Constraints:      33506
83.06/83.32	c #Conflicts:     145000 | #Constraints:      34506
83.06/83.32	c #Conflicts:     146000 | #Constraints:      35506
83.06/83.32	c #Conflicts:     147000 | #Constraints:      36506
83.06/83.32	c #Conflicts:     148000 | #Constraints:      37506
83.06/83.32	c #Conflicts:     149000 | #Constraints:      38506
83.06/83.32	c INPROCESSING
83.06/83.32	c GARBAGE COLLECT
83.06/83.32	c rational objective 128
86.15/86.48	c #Conflicts:     150000 | #Constraints:      28657
86.15/86.48	c #Conflicts:     151000 | #Constraints:      29657
86.15/86.48	c #Conflicts:     152000 | #Constraints:      30657
86.15/86.48	c #Conflicts:     153000 | #Constraints:      31657
86.15/86.48	c #Conflicts:     154000 | #Constraints:      32657
86.15/86.48	c #Conflicts:     155000 | #Constraints:      33657
86.15/86.48	c #Conflicts:     156000 | #Constraints:      34657
86.15/86.48	c #Conflicts:     157000 | #Constraints:      35657
86.15/86.48	c #Conflicts:     158000 | #Constraints:      36657
86.15/86.48	c INPROCESSING
86.15/86.48	c GARBAGE COLLECT
86.15/86.48	c rational objective 128
93.43/93.74	c #Conflicts:     159000 | #Constraints:      27696
93.43/93.74	c #Conflicts:     160000 | #Constraints:      28696
93.43/93.74	c #Conflicts:     161000 | #Constraints:      29698
93.43/93.74	c #Conflicts:     162000 | #Constraints:      30701
93.43/93.74	c #Conflicts:     163000 | #Constraints:      31703
93.43/93.74	c #Conflicts:     164000 | #Constraints:      32704
93.43/93.74	c #Conflicts:     165000 | #Constraints:      33704
93.43/93.74	c #Conflicts:     166000 | #Constraints:      34705
93.43/93.74	c #Conflicts:     167000 | #Constraints:      35705
93.43/93.74	c #Conflicts:     168000 | #Constraints:      36705
93.43/93.74	c #Conflicts:     169000 | #Constraints:      37705
93.43/93.74	c #Conflicts:     170000 | #Constraints:      38705
93.43/93.74	c #Conflicts:     171000 | #Constraints:      39707
93.43/93.74	WSVECS04 Frhs2[34]: 6 0 2.11541 shouldn't be
93.43/93.74	WSVECS04 Frhs2[78]: 6 -2.03855 0 shouldn't be
93.43/93.74	WSVECS04 Frhs2[83]: 6 -3.04864 0 shouldn't be
93.43/93.74	WSVECS04 Frhs2[86]: 6 0 2.58309 shouldn't be
93.43/93.74	WSVECS04 Frhs2[87]: 6 0 2.38868 shouldn't be
93.43/93.74	WSVECS04 Frhs2[98]: 6 0 6.07695 shouldn't be
93.43/93.74	WSVECS04 Frhs2[113]: 6 -3.96768 0 shouldn't be
93.43/93.74	WSVECS04 Frhs2[117]: 6 0 3.28342 shouldn't be
93.43/93.74	WSVECS04 Frhs2[137]: 6 -0.0385258 0 shouldn't be
93.43/93.74	WSVECS04 Frhs2[153]: 6 0 4.00004 shouldn't be
93.43/93.74	WSVECS04 Frhs2[162]: 6 0 2.11547 shouldn't be
93.43/93.74	WSVECS04 Frhs2[170]: 6 0 2.60939 shouldn't be
93.43/93.74	WSVECS04 Frhs2[172]: 6 0 1.88467 shouldn't be
93.43/93.74	WSVECS04 Frhs2[182]: 6 0 1.34217 shouldn't be
93.43/93.74	WSVECS04 Frhs2[188]: 6 -4.00005 0 shouldn't be
93.43/93.74	WSVECS04 Frhs2[229]: 6 -8.11544 0 shouldn't be
93.43/93.74	WSVECS04 Frhs2[237]: 6 0 6.03852 shouldn't be
93.43/93.74	WSVECS04 Frhs2[243]: 6 0 3.28341 shouldn't be
93.43/93.74	WSVECS04 Frhs2[248]: 6 -12.6863 0 shouldn't be
93.43/93.74	WSVECS04 Frhs2[256]: 6 -6.00004 0 shouldn't be
93.43/93.74	WSVECS04 Frhs2[278]: 6 0 2.19436 shouldn't be
93.43/93.74	WSVECS04 Frhs2[282]: 6 0 25.3705 shouldn't be
93.43/93.74	WSVECS04 Frhs2[300]: 6 0 0.27535 shouldn't be
93.43/93.74	WSVECS04 Frhs2[302]: 6 -3.72473 0 shouldn't be
93.43/93.74	WSVECS04 Frhs2[310]: 6 0 1.06076 shouldn't be
93.43/93.74	WSVECS04 Frhs2[320]: 6 0 2.00009 shouldn't be
93.43/93.74	WSVECS04 Frhs2[354]: 6 0 4.1154 shouldn't be
93.43/93.74	WSVECS04 Frhs2[360]: 6 0 2.0001 shouldn't be
93.43/93.74	WSVECS04 Frhs2[365]: 6 0 3.35224 shouldn't be
93.43/93.74	WSVECS04 Frhs2[413]: 6 0 0.0385527 shouldn't be
93.43/93.74	WSVECS04 Frhs2[424]: 6 -14.1539 0 shouldn't be
93.43/93.74	WSVECS04 Frhs2[425]: 6 0 3.0001 shouldn't be
93.43/93.74	WSVECS04 Frhs2[432]: 6 0 3.00004 shouldn't be
93.43/93.74	WSVECS04 Frhs2[435]: 6 0 3.28343 shouldn't be
93.43/93.74	WSVECS04 Frhs2[436]: 6 0 1.66402 shouldn't be
93.43/93.74	WSVECS04 Frhs2[448]: 6 -6.00007 0 shouldn't be
93.43/93.74	WSVECS04 Frhs2[451]: 6 0 0.10126 shouldn't be
93.43/93.74	WSVECS04 Frhs2[461]: 6 0 0.0384738 shouldn't be
93.43/93.74	WSVECS04 Frhs2[476]: 6 -4.00003 0 shouldn't be
93.43/93.74	WSVECS04 Frhs2[501]: 6 0 4.62758 shouldn't be
93.43/93.74	WSVECS04 Frhs2[504]: 6 0 1.34414 shouldn't be
93.43/93.74	WSVECS04 Frhs2[513]: 6 0 1.89886 shouldn't be
93.43/93.74	WSVECS04 Frhs2[514]: 6 0 1.8988 shouldn't be
93.43/93.74	WSVECS04 Frhs2[520]: 6 0 1.89883 shouldn't be
93.43/93.74	WSVECS04 Frhs2[557]: 6 0 3.35225 shouldn't be
93.43/93.74	WSVECS04 Frhs2[563]: 6 0 1.31386 shouldn't be
93.43/93.74	WSVECS04 Frhs2[565]: 6 0 1.31379 shouldn't be
93.43/93.74	WSVECS04 Frhs2[579]: 6 0 0.101304 shouldn't be
93.43/93.74	WSVECS04 Frhs2[582]: 6 -3.00003 0 shouldn't be
93.43/93.74	WSVECS04 Frhs2[593]: 6 0 1.16602 shouldn't be
93.43/93.74	WSVECS04 Frhs2[609]: 6 0 0.0385363 shouldn't be
93.43/93.74	WSVECS04 Frhs2[622]: 6 -2.65695 0 shouldn't be
93.43/93.74	WSVECS04 Frhs2[647]: 6 0 1.10124 shouldn't be
93.43/93.74	WSVECS04 Frhs2[662]: 6 0 4.50616 shouldn't be
93.43/93.74	WSVECS04 Frhs2[670]: 6 0 4.58301 shouldn't be
93.43/93.74	WSVECS04 Frhs2[707]: 6 0 0.10127 shouldn't be
93.43/93.74	WSVECS04 Frhs2[721]: 6 0 1.16605 shouldn't be
93.43/93.74	WSVECS04 Frhs2[729]: 6 0 1.31382 shouldn't be
93.43/93.74	WSVECS04 Frhs2[736]: 6 -19.3968 0 shouldn't be
93.43/93.74	WSVECS04 Frhs2[738]: 6 0 2.11547 shouldn't be
93.43/93.74	WSVECS04 Frhs2[749]: 6 0 3.35226 shouldn't be
93.43/93.74	WSVECS04 Frhs2[807]: 6 0 3.31587 shouldn't be
93.43/93.74	WSVECS04 Frhs2[813]: 6 0 2.03854 shouldn't be
93.43/93.74	WSVECS04 Frhs2[821]: 6 0 3.28342 shouldn't be
93.43/93.74	WSVECS04 Frhs2[833]: 6 -1.91098 0 shouldn't be
93.43/93.74	WSVECS04 Frhs2[835]: 6 0 0.101246 shouldn't be
93.43/93.74	WSVECS04 Frhs2[954]: 6 0 1.00003 shouldn't be
93.43/93.74	WSVECS04 Frhs2[1131]: 6 -3.00004 0 shouldn't be
93.43/93.74	WSVECS04 Frhs2[1135]: 6 0 2.00009 shouldn't be
93.43/93.74	WSVECS04 Frhs2[1141]: 6 0 4.1154 shouldn't be
93.43/93.74	WSVECS04 Frhs2[1150]: 6 -0.0385225 0 shouldn't be
93.43/93.74	WSVECS04 Frhs2[1181]: 6 -3.00003 0 shouldn't be
93.43/93.74	WSVECS04 Frhs2[1218]: 6 -1.00001 0 shouldn't be
93.43/93.74	WSVECS04 Frhs2[1240]: 6 0 0.625588 shouldn't be
93.43/93.74	WSVECS04 Frhs2[1297]: 6 0 2.00002 shouldn't be
93.43/93.74	WSVECS04 Frhs2[1313]: 6 0 2.00001 shouldn't be
93.43/93.74	WSVECS04 Frhs2[1323]: 6 -3.00003 0 shouldn't be
106.59/106.96	c #Conflicts:     172000 | #Constraints:      40707
106.59/106.96	c #Conflicts:     173000 | #Constraints:      41707
106.59/106.96	c #Conflicts:     174000 | #Constraints:      42707
106.59/106.96	c #Conflicts:     175000 | #Constraints:      43707
106.59/106.96	c #Conflicts:     176000 | #Constraints:      44707
106.59/106.96	c #Conflicts:     177000 | #Constraints:      45707
106.59/106.96	c #Conflicts:     178000 | #Constraints:      46707
106.59/106.96	c #Conflicts:     179000 | #Constraints:      47707
106.59/106.96	c #Conflicts:     180000 | #Constraints:      48707
106.59/106.96	c #Conflicts:     181000 | #Constraints:      49708
106.59/106.96	c #Conflicts:     182000 | #Constraints:      50708
106.59/106.96	c #Conflicts:     183000 | #Constraints:      51708
106.59/106.96	c #Conflicts:     184000 | #Constraints:      52708
106.59/106.96	c #Conflicts:     185000 | #Constraints:      53709
106.59/106.96	c #Conflicts:     186000 | #Constraints:      54710
106.59/106.96	c #Conflicts:     187000 | #Constraints:      55710
106.59/106.96	c #Conflicts:     188000 | #Constraints:      56710
106.59/106.96	c #Conflicts:     189000 | #Constraints:      57710
106.59/106.96	c INPROCESSING
106.59/106.96	c GARBAGE COLLECT
106.59/106.96	c rational objective 128
111.09/111.47	c #Conflicts:     190000 | #Constraints:      38342
111.09/111.47	c #Conflicts:     191000 | #Constraints:      39342
111.09/111.47	c #Conflicts:     192000 | #Constraints:      40342
111.09/111.47	c #Conflicts:     193000 | #Constraints:      41342
111.09/111.47	c #Conflicts:     194000 | #Constraints:      42342
111.09/111.47	c #Conflicts:     195000 | #Constraints:      43342
111.09/111.47	c #Conflicts:     196000 | #Constraints:      44342
111.09/111.47	c #Conflicts:     197000 | #Constraints:      45342
111.09/111.47	c #Conflicts:     198000 | #Constraints:      46342
111.09/111.47	c #Conflicts:     199000 | #Constraints:      47342
111.09/111.47	c #Conflicts:     200000 | #Constraints:      48342
111.09/111.47	c INPROCESSING
111.09/111.47	c GARBAGE COLLECT
111.09/111.47	c rational objective 128
115.48/115.88	c #Conflicts:     201000 | #Constraints:      33891
115.48/115.88	c #Conflicts:     202000 | #Constraints:      34891
115.48/115.88	c #Conflicts:     203000 | #Constraints:      35891
115.48/115.88	c #Conflicts:     204000 | #Constraints:      36891
115.48/115.88	c #Conflicts:     205000 | #Constraints:      37891
115.48/115.88	c #Conflicts:     206000 | #Constraints:      38891
115.48/115.88	c #Conflicts:     207000 | #Constraints:      39891
115.48/115.88	c #Conflicts:     208000 | #Constraints:      40891
115.48/115.88	c #Conflicts:     209000 | #Constraints:      41891
115.48/115.88	c #Conflicts:     210000 | #Constraints:      42891
115.48/115.88	c INPROCESSING
115.48/115.88	c GARBAGE COLLECT
115.48/115.88	c rational objective 128
119.86/120.23	c #Conflicts:     211000 | #Constraints:      30876
119.86/120.23	c #Conflicts:     212000 | #Constraints:      31876
119.86/120.23	c #Conflicts:     213000 | #Constraints:      32876
119.86/120.23	c #Conflicts:     214000 | #Constraints:      33876
119.86/120.23	c #Conflicts:     215000 | #Constraints:      34876
119.86/120.23	c #Conflicts:     216000 | #Constraints:      35876
119.86/120.23	c #Conflicts:     217000 | #Constraints:      36876
119.86/120.23	c #Conflicts:     218000 | #Constraints:      37876
119.86/120.23	c #Conflicts:     219000 | #Constraints:      38876
119.86/120.23	c #Conflicts:     220000 | #Constraints:      39876
119.86/120.23	c #Conflicts:     221000 | #Constraints:      40876
119.86/120.23	c INPROCESSING
119.86/120.23	c GARBAGE COLLECT
119.86/120.23	c rational objective 128
124.45/124.81	c #Conflicts:     222000 | #Constraints:      29967
124.45/124.81	c #Conflicts:     223000 | #Constraints:      30967
124.45/124.81	c #Conflicts:     224000 | #Constraints:      31967
124.45/124.81	c #Conflicts:     225000 | #Constraints:      32967
124.45/124.81	c #Conflicts:     226000 | #Constraints:      33967
124.45/124.81	c #Conflicts:     227000 | #Constraints:      34967
124.45/124.81	c #Conflicts:     228000 | #Constraints:      35967
124.45/124.81	c #Conflicts:     229000 | #Constraints:      36967
124.45/124.81	c #Conflicts:     230000 | #Constraints:      37967
124.45/124.81	c #Conflicts:     231000 | #Constraints:      38967
124.45/124.81	c #Conflicts:     232000 | #Constraints:      39967
124.45/124.81	c INPROCESSING
124.45/124.81	c GARBAGE COLLECT
124.45/124.81	c rational objective 128
140.81/141.23	c #Conflicts:     233000 | #Constraints:      29506
140.81/141.23	c #Conflicts:     234000 | #Constraints:      30506
140.81/141.23	c #Conflicts:     235000 | #Constraints:      31506
140.81/141.23	c #Conflicts:     236000 | #Constraints:      32506
140.81/141.23	c #Conflicts:     237000 | #Constraints:      33506
140.81/141.23	c #Conflicts:     238000 | #Constraints:      34506
140.81/141.23	c #Conflicts:     239000 | #Constraints:      35506
140.81/141.23	c #Conflicts:     240000 | #Constraints:      36506
140.81/141.23	c #Conflicts:     241000 | #Constraints:      37506
140.81/141.23	c #Conflicts:     242000 | #Constraints:      38506
140.81/141.23	c #Conflicts:     243000 | #Constraints:      39506
140.81/141.23	c #Conflicts:     244000 | #Constraints:      40506
140.81/141.23	c #Conflicts:     245000 | #Constraints:      41506
140.81/141.23	c #Conflicts:     246000 | #Constraints:      42506
140.81/141.23	c #Conflicts:     247000 | #Constraints:      43506
140.81/141.23	c #Conflicts:     248000 | #Constraints:      44506
140.81/141.23	c #Conflicts:     249000 | #Constraints:      45506
140.81/141.23	c #Conflicts:     250000 | #Constraints:      46506
140.81/141.23	c #Conflicts:     251000 | #Constraints:      47506
140.81/141.23	c #Conflicts:     252000 | #Constraints:      48506
140.81/141.23	c #Conflicts:     253000 | #Constraints:      49506
140.81/141.23	c #Conflicts:     254000 | #Constraints:      50506
140.81/141.23	c #Conflicts:     255000 | #Constraints:      51506
140.81/141.23	c #Conflicts:     256000 | #Constraints:      52506
140.81/141.23	c #Conflicts:     257000 | #Constraints:      53506
140.81/141.23	c #Conflicts:     258000 | #Constraints:      54506
140.81/141.23	c #Conflicts:     259000 | #Constraints:      55506
140.81/141.23	c #Conflicts:     260000 | #Constraints:      56506
140.81/141.23	c #Conflicts:     261000 | #Constraints:      57506
140.81/141.23	c #Conflicts:     262000 | #Constraints:      58506
140.81/141.23	c #Conflicts:     263000 | #Constraints:      59506
140.81/141.23	c #Conflicts:     264000 | #Constraints:      60506
140.81/141.23	c #Conflicts:     265000 | #Constraints:      61506
140.81/141.23	c #Conflicts:     266000 | #Constraints:      62506
140.81/141.23	c #Conflicts:     267000 | #Constraints:      63506
140.81/141.23	c #Conflicts:     268000 | #Constraints:      64506
140.81/141.23	c #Conflicts:     269000 | #Constraints:      65506
140.81/141.23	c INPROCESSING
140.81/141.23	c GARBAGE COLLECT
140.81/141.23	c rational objective 128
146.50/146.95	c #Conflicts:     270000 | #Constraints:      42148
146.50/146.95	c #Conflicts:     271000 | #Constraints:      43148
146.50/146.95	c #Conflicts:     272000 | #Constraints:      44148
146.50/146.95	c #Conflicts:     273000 | #Constraints:      45148
146.50/146.95	c #Conflicts:     274000 | #Constraints:      46148
146.50/146.95	c #Conflicts:     275000 | #Constraints:      47148
146.50/146.95	c #Conflicts:     276000 | #Constraints:      48148
146.50/146.95	c #Conflicts:     277000 | #Constraints:      49148
146.50/146.95	c #Conflicts:     278000 | #Constraints:      50148
146.50/146.95	c #Conflicts:     279000 | #Constraints:      51148
146.50/146.95	c #Conflicts:     280000 | #Constraints:      52148
146.50/146.95	c #Conflicts:     281000 | #Constraints:      53148
146.50/146.95	c #Conflicts:     282000 | #Constraints:      54148
146.50/146.95	c INPROCESSING
146.50/146.95	c GARBAGE COLLECT
146.50/146.95	c rational objective 128
150.29/150.71	c #Conflicts:     283000 | #Constraints:      36822
150.29/150.71	c #Conflicts:     284000 | #Constraints:      37822
150.29/150.71	c #Conflicts:     285000 | #Constraints:      38822
150.29/150.71	c #Conflicts:     286000 | #Constraints:      39822
150.29/150.71	c #Conflicts:     287000 | #Constraints:      40822
150.29/150.71	c #Conflicts:     288000 | #Constraints:      41822
150.29/150.71	c #Conflicts:     289000 | #Constraints:      42822
150.29/150.71	c #Conflicts:     290000 | #Constraints:      43822
150.29/150.71	c #Conflicts:     291000 | #Constraints:      44822
150.29/150.71	WSVECS04 Frhs2[24]: 6 0 6.86428 shouldn't be
150.29/150.71	WSVECS04 Frhs2[32]: 6 0 6.35419 shouldn't be
150.29/150.71	WSVECS04 Frhs2[87]: 6 0 17.4783 shouldn't be
150.29/150.71	WSVECS04 Frhs2[109]: 6 0 0.977122 shouldn't be
150.29/150.71	WSVECS04 Frhs2[111]: 6 0 18.4506 shouldn't be
150.29/150.71	WSVECS04 Frhs2[169]: 6 0 4.88791 shouldn't be
150.29/150.71	WSVECS04 Frhs2[237]: 6 0 0.97713 shouldn't be
150.29/150.71	WSVECS04 Frhs2[276]: 6 0 3.21684 shouldn't be
150.29/150.71	WSVECS04 Frhs2[285]: 6 0 2.00009 shouldn't be
150.29/150.71	WSVECS04 Frhs2[288]: 6 0 9.71115 shouldn't be
150.29/150.71	WSVECS04 Frhs2[290]: 6 0 3.1007 shouldn't be
150.29/150.71	WSVECS04 Frhs2[293]: 6 -1.87757 0 shouldn't be
150.29/150.71	WSVECS04 Frhs2[296]: 6 0 12.2333 shouldn't be
150.29/150.71	WSVECS04 Frhs2[321]: 6 0 6.4626 shouldn't be
150.29/150.71	WSVECS04 Frhs2[325]: 6 -2.86608 0 shouldn't be
150.29/150.71	WSVECS04 Frhs2[332]: 6 0 0.263854 shouldn't be
150.29/150.71	WSVECS04 Frhs2[345]: 6 0 3.81267 shouldn't be
150.29/150.71	WSVECS04 Frhs2[347]: 6 0 5.71119 shouldn't be
150.29/150.71	WSVECS04 Frhs2[348]: 6 -3.38111 0 shouldn't be
150.29/150.71	WSVECS04 Frhs2[350]: 6 0 0.738172 shouldn't be
150.29/150.71	WSVECS04 Frhs2[353]: 6 0 5.48548 shouldn't be
150.29/150.71	WSVECS04 Frhs2[357]: 6 -3.17921 0 shouldn't be
150.29/150.71	WSVECS04 Frhs2[361]: 6 0 3.77031 shouldn't be
150.29/150.71	WSVECS04 Frhs2[395]: 6 0 0.997173 shouldn't be
150.29/150.71	WSVECS04 Frhs2[397]: 6 0 1.67582 shouldn't be
150.29/150.71	WSVECS04 Frhs2[417]: 6 0 1.11693 shouldn't be
150.29/150.71	WSVECS04 Frhs2[459]: 6 0 3.54231 shouldn't be
150.29/150.71	WSVECS04 Frhs2[467]: 6 -2.9858 0 shouldn't be
150.29/150.71	WSVECS04 Frhs2[536]: 6 0 10.1754 shouldn't be
150.29/150.71	WSVECS04 Frhs2[558]: 6 -0.867298 0 shouldn't be
150.29/150.71	WSVECS04 Frhs2[560]: 6 0 7.99704 shouldn't be
150.29/150.71	WSVECS04 Frhs2[608]: 6 0 7.71116 shouldn't be
150.29/150.71	WSVECS04 Frhs2[609]: 6 0 3.62532 shouldn't be
150.29/150.71	WSVECS04 Frhs2[610]: 6 0 0.0613497 shouldn't be
150.29/150.71	WSVECS04 Frhs2[616]: 6 0 9.19397 shouldn't be
150.29/150.71	WSVECS04 Frhs2[624]: 6 0 7.99701 shouldn't be
150.29/150.71	WSVECS04 Frhs2[668]: 6 -1.81269 0 shouldn't be
150.29/150.71	WSVECS04 Frhs2[686]: 6 0 0.0837902 shouldn't be
150.29/150.71	WSVECS04 Frhs2[737]: 6 0 8.66462 shouldn't be
150.29/150.71	WSVECS04 Frhs2[739]: 6 0 3.17919 shouldn't be
150.29/150.71	WSVECS04 Frhs2[740]: 6 0 3.03943 shouldn't be
150.29/150.71	WSVECS04 Frhs2[801]: 6 0 5.6253 shouldn't be
150.29/150.71	WSVECS04 Frhs2[807]: 6 0 19.6047 shouldn't be
150.29/150.71	WSVECS04 Frhs2[861]: 6 -3.43042 0 shouldn't be
150.29/150.71	WSVECS04 Frhs2[864]: 6 0 7.71115 shouldn't be
150.29/150.71	WSVECS04 Frhs2[866]: 6 0 0.0612767 shouldn't be
150.29/150.71	WSVECS04 Frhs2[872]: 6 0 9.19403 shouldn't be
150.29/150.71	WSVECS04 Frhs2[880]: 6 0 7.99698 shouldn't be
150.29/150.71	WSVECS04 Frhs2[1081]: 6 -1.00004 0 shouldn't be
151.70/152.12	c #Conflicts:     292000 | #Constraints:      45822
151.70/152.12	c #Conflicts:     293000 | #Constraints:      46822
151.70/152.12	c #Conflicts:     294000 | #Constraints:      47822
151.70/152.12	c INPROCESSING
151.70/152.12	c GARBAGE COLLECT
151.70/152.12	c rational objective 128
156.47/157.00	c #Conflicts:     295000 | #Constraints:      33417
156.47/157.00	c #Conflicts:     296000 | #Constraints:      34417
156.47/157.00	c #Conflicts:     297000 | #Constraints:      35417
156.47/157.00	c #Conflicts:     298000 | #Constraints:      36417
156.47/157.00	c #Conflicts:     299000 | #Constraints:      37417
156.47/157.00	c #Conflicts:     300000 | #Constraints:      38417
156.47/157.00	c #Conflicts:     301000 | #Constraints:      39417
156.47/157.00	c #Conflicts:     302000 | #Constraints:      40417
156.47/157.00	c #Conflicts:     303000 | #Constraints:      41417
156.47/157.00	c #Conflicts:     304000 | #Constraints:      42417
156.47/157.00	c #Conflicts:     305000 | #Constraints:      43417
156.47/157.00	c #Conflicts:     306000 | #Constraints:      44417
156.47/157.00	c #Conflicts:     307000 | #Constraints:      45417
156.47/157.00	c INPROCESSING
156.47/157.00	c GARBAGE COLLECT
156.47/157.00	c rational objective 128
161.87/162.30	c #Conflicts:     308000 | #Constraints:      32366
161.87/162.30	c #Conflicts:     309000 | #Constraints:      33366
161.87/162.30	c #Conflicts:     310000 | #Constraints:      34366
161.87/162.30	c #Conflicts:     311000 | #Constraints:      35366
161.87/162.30	c #Conflicts:     312000 | #Constraints:      36366
161.87/162.30	c #Conflicts:     313000 | #Constraints:      37367
161.87/162.30	c #Conflicts:     314000 | #Constraints:      38368
161.87/162.30	c #Conflicts:     315000 | #Constraints:      39368
161.87/162.30	c #Conflicts:     316000 | #Constraints:      40368
161.87/162.30	c #Conflicts:     317000 | #Constraints:      41368
161.87/162.30	WSVECS04 Frhs2[63]: 6 0 11.0001 shouldn't be
161.87/162.30	WSVECS04 Frhs2[324]: 6 -7.00002 0 shouldn't be
161.87/162.30	WSVECS04 Frhs2[399]: 6 -10.0001 0 shouldn't be
161.87/162.30	WSVECS04 Frhs2[403]: 6 -2.00003 0 shouldn't be
161.87/162.30	WSVECS04 Frhs2[439]: 6 -2.00006 0 shouldn't be
161.87/162.30	WSVECS04 Frhs2[447]: 6 0 11 shouldn't be
161.87/162.30	WSVECS04 Frhs2[511]: 6 0 11 shouldn't be
161.87/162.30	WSVECS04 Frhs2[575]: 6 0 11.0001 shouldn't be
161.87/162.30	WSVECS04 Frhs2[639]: 6 0 11.0001 shouldn't be
161.87/162.30	WSVECS04 Frhs2[650]: 6 -2.00005 0 shouldn't be
161.87/162.30	WSVECS04 Frhs2[769]: 6 -2.00008 0 shouldn't be
161.87/162.30	WSVECS04 Frhs2[778]: 6 -2.00009 0 shouldn't be
161.87/162.30	WSVECS04 Frhs2[933]: 6 -3.0001 0 shouldn't be
161.87/162.30	WSVECS04 Frhs2[937]: 6 0 1.00006 shouldn't be
161.87/162.30	WSVECS04 Frhs2[952]: 6 0 2.00001 shouldn't be
161.87/162.30	WSVECS04 Frhs2[960]: 6 0 1.00006 shouldn't be
161.87/162.30	WSVECS04 Frhs2[988]: 6 -3.00008 0 shouldn't be
161.87/162.30	WSVECS04 Frhs2[1002]: 6 0 1.00002 shouldn't be
161.87/162.30	WSVECS04 Frhs2[1276]: 6 -1.00003 0 shouldn't be
161.87/162.30	WSVECS04 Frhs2[1321]: 6 0 4.00004 shouldn't be
180.12/180.66	c #Conflicts:     318000 | #Constraints:      42368
180.12/180.66	c #Conflicts:     319000 | #Constraints:      43368
180.12/180.66	c #Conflicts:     320000 | #Constraints:      44368
180.12/180.66	c #Conflicts:     321000 | #Constraints:      45369
180.12/180.66	c #Conflicts:     322000 | #Constraints:      46371
180.12/180.66	c #Conflicts:     323000 | #Constraints:      47373
180.12/180.66	c #Conflicts:     324000 | #Constraints:      48375
180.12/180.66	c #Conflicts:     325000 | #Constraints:      49377
180.12/180.66	c #Conflicts:     326000 | #Constraints:      50377
180.12/180.66	c #Conflicts:     327000 | #Constraints:      51377
180.12/180.66	c #Conflicts:     328000 | #Constraints:      52377
180.12/180.66	c #Conflicts:     329000 | #Constraints:      53379
180.12/180.66	c #Conflicts:     330000 | #Constraints:      54381
180.12/180.66	c #Conflicts:     331000 | #Constraints:      55381
180.12/180.66	c #Conflicts:     332000 | #Constraints:      56381
180.12/180.66	c #Conflicts:     333000 | #Constraints:      57384
180.12/180.66	c #Conflicts:     334000 | #Constraints:      58385
180.12/180.66	c #Conflicts:     335000 | #Constraints:      59385
180.12/180.66	c #Conflicts:     336000 | #Constraints:      60386
180.12/180.66	c #Conflicts:     337000 | #Constraints:      61386
180.12/180.66	c #Conflicts:     338000 | #Constraints:      62386
180.12/180.66	c #Conflicts:     339000 | #Constraints:      63387
180.12/180.66	c #Conflicts:     340000 | #Constraints:      64387
180.12/180.66	c #Conflicts:     341000 | #Constraints:      65387
180.12/180.66	c #Conflicts:     342000 | #Constraints:      66387
180.12/180.66	c #Conflicts:     343000 | #Constraints:      67387
180.12/180.66	WSVECS04 Frhs2[3]: 6 0 3.0001 shouldn't be
180.12/180.66	WSVECS04 Frhs2[35]: 6 0 7.00001 shouldn't be
180.12/180.66	WSVECS04 Frhs2[37]: 6 -1.00004 0 shouldn't be
180.12/180.66	WSVECS04 Frhs2[47]: 6 -4.00003 0 shouldn't be
180.12/180.66	WSVECS04 Frhs2[59]: 6 0 8.0001 shouldn't be
180.12/180.66	WSVECS04 Frhs2[78]: 6 -5.00003 0 shouldn't be
180.12/180.66	WSVECS04 Frhs2[110]: 6 -1.00004 0 shouldn't be
180.12/180.66	WSVECS04 Frhs2[160]: 6 0 4.00004 shouldn't be
180.12/180.66	WSVECS04 Frhs2[166]: 6 0 4.00007 shouldn't be
180.12/180.66	WSVECS04 Frhs2[179]: 6 -2.00009 0 shouldn't be
180.12/180.66	WSVECS04 Frhs2[193]: 6 -3.00002 0 shouldn't be
180.12/180.66	WSVECS04 Frhs2[197]: 6 0 2.00004 shouldn't be
180.12/180.66	WSVECS04 Frhs2[207]: 6 0 2.00003 shouldn't be
180.12/180.66	WSVECS04 Frhs2[248]: 6 -2.00008 0 shouldn't be
180.12/180.66	WSVECS04 Frhs2[266]: 6 -2.00006 0 shouldn't be
180.12/180.66	WSVECS04 Frhs2[279]: 6 -20 0 shouldn't be
180.12/180.66	WSVECS04 Frhs2[294]: 6 0 2.00002 shouldn't be
180.12/180.66	WSVECS04 Frhs2[302]: 6 -2.00001 0 shouldn't be
180.12/180.66	WSVECS04 Frhs2[318]: 6 -2.00004 0 shouldn't be
180.12/180.66	WSVECS04 Frhs2[346]: 6 0 2.00005 shouldn't be
180.12/180.66	WSVECS04 Frhs2[348]: 6 -2.00007 0 shouldn't be
180.12/180.66	WSVECS04 Frhs2[366]: 6 -9.0001 0 shouldn't be
180.12/180.66	WSVECS04 Frhs2[380]: 6 0 1.00007 shouldn't be
180.12/180.66	WSVECS04 Frhs2[383]: 6 0 1.00005 shouldn't be
180.12/180.66	WSVECS04 Frhs2[428]: 6 0 7.00009 shouldn't be
180.12/180.66	WSVECS04 Frhs2[430]: 6 0 7.00008 shouldn't be
180.12/180.66	WSVECS04 Frhs2[450]: 6 0 2.00009 shouldn't be
180.12/180.66	WSVECS04 Frhs2[473]: 6 0 2.00003 shouldn't be
180.12/180.66	WSVECS04 Frhs2[474]: 6 0 4.00009 shouldn't be
180.12/180.66	WSVECS04 Frhs2[511]: 6 -2.00001 0 shouldn't be
180.12/180.66	WSVECS04 Frhs2[540]: 6 -2.00005 0 shouldn't be
180.12/180.66	WSVECS04 Frhs2[573]: 6 -6.00005 0 shouldn't be
180.12/180.66	WSVECS04 Frhs2[582]: 6 0 2.00007 shouldn't be
180.12/180.66	WSVECS04 Frhs2[605]: 6 -7.00005 0 shouldn't be
180.12/180.66	WSVECS04 Frhs2[631]: 6 0 2.00009 shouldn't be
180.12/180.66	WSVECS04 Frhs2[675]: 6 0 7.00008 shouldn't be
180.12/180.66	WSVECS04 Frhs2[698]: 6 0 1.00005 shouldn't be
180.12/180.66	WSVECS04 Frhs2[736]: 6 0 4.00003 shouldn't be
180.12/180.66	WSVECS04 Frhs2[743]: 6 -4.00009 0 shouldn't be
180.12/180.66	WSVECS04 Frhs2[763]: 6 0 5.00006 shouldn't be
180.12/180.66	WSVECS04 Frhs2[900]: 6 -3.00005 0 shouldn't be
180.12/180.66	WSVECS04 Frhs2[976]: 6 0 0.500071 shouldn't be
180.12/180.66	WSVECS04 Frhs2[1092]: 6 -4.00009 0 shouldn't be
180.12/180.66	WSVECS04 Frhs2[1114]: 6 0 2.00009 shouldn't be
180.12/180.66	WSVECS04 Frhs2[1117]: 6 -4.00002 0 shouldn't be
180.12/180.66	WSVECS04 Frhs2[1151]: 6 0 2.00008 shouldn't be
180.12/180.66	WSVECS04 Frhs2[1154]: 6 -2.00009 0 shouldn't be
180.12/180.66	WSVECS04 Frhs2[1184]: 6 0 2.00008 shouldn't be
180.12/180.66	WSVECS04 Frhs2[1190]: 6 0 1.00007 shouldn't be
180.12/180.66	WSVECS04 Frhs2[1200]: 6 -1.00004 0 shouldn't be
180.12/180.66	WSVECS04 Frhs2[1253]: 6 -6.00008 0 shouldn't be
180.12/180.66	WSVECS04 Frhs2[1273]: 6 -1.00005 0 shouldn't be
180.12/180.66	WSVECS04 Frhs2[1276]: 6 -4.00009 0 shouldn't be
180.12/180.66	WSVECS04 Frhs2[1316]: 6 -4.00001 0 shouldn't be
180.12/180.66	WSVECS04 Frhs2[1336]: 6 0 3.00006 shouldn't be
180.12/180.66	WSVECS04 Frhs2[1337]: 6 0 1.00005 shouldn't be
182.21/182.79	c #Conflicts:     344000 | #Constraints:      68387
182.21/182.79	c #Conflicts:     345000 | #Constraints:      69388
182.21/182.79	WSVECS04 Frhs2[13]: 6 -4.0001 0 shouldn't be
182.21/182.79	WSVECS04 Frhs2[75]: 6 0 1.00006 shouldn't be
182.21/182.79	WSVECS04 Frhs2[137]: 6 0 1.0001 shouldn't be
182.21/182.79	WSVECS04 Frhs2[144]: 6 0 1.00007 shouldn't be
182.21/182.79	WSVECS04 Frhs2[220]: 6 -4.00006 0 shouldn't be
182.21/182.79	WSVECS04 Frhs2[233]: 6 0 2.48005 shouldn't be
182.21/182.79	WSVECS04 Frhs2[293]: 6 -5.0001 0 shouldn't be
182.21/182.79	WSVECS04 Frhs2[303]: 6 -4.00005 0 shouldn't be
182.21/182.79	WSVECS04 Frhs2[320]: 6 -2.00005 0 shouldn't be
182.21/182.79	WSVECS04 Frhs2[329]: 6 -1.00007 0 shouldn't be
182.21/182.79	WSVECS04 Frhs2[340]: 6 -1.00009 0 shouldn't be
182.21/182.79	WSVECS04 Frhs2[348]: 6 -3.00003 0 shouldn't be
182.21/182.79	WSVECS04 Frhs2[361]: 6 0 2.48001 shouldn't be
182.21/182.79	WSVECS04 Frhs2[390]: 6 0 2.48008 shouldn't be
182.21/182.79	WSVECS04 Frhs2[399]: 6 -1.00005 0 shouldn't be
182.21/182.79	WSVECS04 Frhs2[403]: 6 -7.00004 0 shouldn't be
182.21/182.79	WSVECS04 Frhs2[410]: 6 0 3.00004 shouldn't be
182.21/182.79	WSVECS04 Frhs2[425]: 6 0 2.48003 shouldn't be
182.21/182.79	WSVECS04 Frhs2[454]: 6 0 1.48007 shouldn't be
182.21/182.79	WSVECS04 Frhs2[465]: 6 -2.0001 0 shouldn't be
182.21/182.79	WSVECS04 Frhs2[474]: 6 0 3.00003 shouldn't be
182.21/182.79	WSVECS04 Frhs2[494]: 6 -1.00002 0 shouldn't be
182.21/182.79	WSVECS04 Frhs2[519]: 6 -8.00007 0 shouldn't be
182.21/182.79	WSVECS04 Frhs2[522]: 6 -1.00007 0 shouldn't be
182.21/182.79	WSVECS04 Frhs2[553]: 6 0 2.48007 shouldn't be
182.21/182.79	WSVECS04 Frhs2[577]: 6 0 1.48006 shouldn't be
182.21/182.79	WSVECS04 Frhs2[582]: 6 -0.520096 0 shouldn't be
182.21/182.79	WSVECS04 Frhs2[622]: 6 -1.00006 0 shouldn't be
182.21/182.79	WSVECS04 Frhs2[718]: 6 0 1.00002 shouldn't be
182.21/182.79	WSVECS04 Frhs2[732]: 6 0 2.00004 shouldn't be
182.21/182.79	WSVECS04 Frhs2[799]: 6 -2.00007 0 shouldn't be
182.21/182.79	WSVECS04 Frhs2[809]: 6 0 2.48006 shouldn't be
182.21/182.79	WSVECS04 Frhs2[810]: 6 -0.520094 0 shouldn't be
182.21/182.79	WSVECS04 Frhs2[851]: 6 -2.00008 0 shouldn't be
182.21/182.79	WSVECS04 Frhs2[858]: 6 0 3.00005 shouldn't be
182.21/182.79	WSVECS04 Frhs2[1092]: 6 -3.00005 0 shouldn't be
182.21/182.79	WSVECS04 Frhs2[1120]: 6 0 2.00002 shouldn't be
182.21/182.79	WSVECS04 Frhs2[1161]: 6 0 1.00007 shouldn't be
185.90/186.48	c #Conflicts:     346000 | #Constraints:      70388
185.90/186.48	c #Conflicts:     347000 | #Constraints:      71388
185.90/186.48	c #Conflicts:     348000 | #Constraints:      72388
185.90/186.48	c #Conflicts:     349000 | #Constraints:      73388
185.90/186.48	c INPROCESSING
185.90/186.48	c GARBAGE COLLECT
185.90/186.48	c rational objective 128
189.79/190.37	c #Conflicts:     350000 | #Constraints:      46088
189.79/190.37	c #Conflicts:     351000 | #Constraints:      47088
189.79/190.37	c #Conflicts:     352000 | #Constraints:      48088
189.79/190.37	c #Conflicts:     353000 | #Constraints:      49088
189.79/190.37	c #Conflicts:     354000 | #Constraints:      50088
189.79/190.37	c #Conflicts:     355000 | #Constraints:      51088
189.79/190.37	c #Conflicts:     356000 | #Constraints:      52088
189.79/190.37	c #Conflicts:     357000 | #Constraints:      53088
189.79/190.37	c #Conflicts:     358000 | #Constraints:      54088
189.79/190.37	WSVECS04 Frhs2[28]: 6 -2.08965 0 shouldn't be
189.79/190.37	WSVECS04 Frhs2[87]: 6 0 0.955246 shouldn't be
189.79/190.37	WSVECS04 Frhs2[131]: 6 -12 0 shouldn't be
189.79/190.37	WSVECS04 Frhs2[140]: 6 0 0.47765 shouldn't be
189.79/190.37	WSVECS04 Frhs2[156]: 6 -3.28364 0 shouldn't be
189.79/190.37	WSVECS04 Frhs2[158]: 6 0 1.04484 shouldn't be
189.79/190.37	WSVECS04 Frhs2[202]: 6 -7.04481 0 shouldn't be
189.79/190.37	WSVECS04 Frhs2[206]: 6 0 0.955236 shouldn't be
189.79/190.37	WSVECS04 Frhs2[224]: 6 0 4.08959 shouldn't be
189.79/190.37	WSVECS04 Frhs2[264]: 6 0 5.04481 shouldn't be
189.79/190.37	WSVECS04 Frhs2[327]: 6 -2.00005 0 shouldn't be
189.79/190.37	WSVECS04 Frhs2[329]: 6 0 0.477667 shouldn't be
189.79/190.37	WSVECS04 Frhs2[331]: 6 0 1.52245 shouldn't be
189.79/190.37	WSVECS04 Frhs2[351]: 6 0 5.6493 shouldn't be
189.79/190.37	WSVECS04 Frhs2[352]: 6 0 4.56721 shouldn't be
189.79/190.37	WSVECS04 Frhs2[366]: 6 0 7.82092 shouldn't be
189.79/190.37	WSVECS04 Frhs2[391]: 6 0 2.00003 shouldn't be
189.79/190.37	WSVECS04 Frhs2[395]: 6 0 1.04481 shouldn't be
189.79/190.37	WSVECS04 Frhs2[414]: 6 0 1.04482 shouldn't be
189.79/190.37	WSVECS04 Frhs2[422]: 6 0 1.68663 shouldn't be
189.79/190.37	WSVECS04 Frhs2[427]: 6 -6.89554 0 shouldn't be
189.79/190.37	WSVECS04 Frhs2[478]: 6 0 1.04487 shouldn't be
189.79/190.37	WSVECS04 Frhs2[481]: 6 0 0.641804 shouldn't be
189.79/190.37	WSVECS04 Frhs2[482]: 6 0 1.47767 shouldn't be
189.79/190.37	WSVECS04 Frhs2[489]: 6 0 7.89555 shouldn't be
189.79/190.37	WSVECS04 Frhs2[493]: 6 0 7.89556 shouldn't be
189.79/190.37	WSVECS04 Frhs2[494]: 6 0 8.82095 shouldn't be
189.79/190.37	WSVECS04 Frhs2[497]: 6 -0.955266 0 shouldn't be
189.79/190.37	WSVECS04 Frhs2[514]: 6 0 3.43285 shouldn't be
189.79/190.37	WSVECS04 Frhs2[532]: 6 0 3.17169 shouldn't be
189.79/190.37	WSVECS04 Frhs2[533]: 6 0 3.17174 shouldn't be
189.79/190.37	WSVECS04 Frhs2[535]: 6 0 0.955275 shouldn't be
189.79/190.37	WSVECS04 Frhs2[540]: 6 -0.716455 0 shouldn't be
189.79/190.37	WSVECS04 Frhs2[542]: 6 0 1.0448 shouldn't be
189.79/190.37	WSVECS04 Frhs2[544]: 6 0 4.08956 shouldn't be
189.79/190.37	WSVECS04 Frhs2[546]: 6 0 2.43285 shouldn't be
189.79/190.37	WSVECS04 Frhs2[599]: 6 -6.21647 0 shouldn't be
189.79/190.37	WSVECS04 Frhs2[614]: 6 0 1.68659 shouldn't be
189.79/190.37	WSVECS04 Frhs2[617]: 6 0 5.07466 shouldn't be
189.79/190.37	WSVECS04 Frhs2[621]: 6 0 5.07471 shouldn't be
189.79/190.37	WSVECS04 Frhs2[655]: 6 -16.9553 0 shouldn't be
189.79/190.37	WSVECS04 Frhs2[673]: 6 0 0.641854 shouldn't be
189.79/190.37	WSVECS04 Frhs2[674]: 6 0 1.47764 shouldn't be
189.79/190.37	WSVECS04 Frhs2[677]: 6 -4.0001 0 shouldn't be
189.79/190.37	WSVECS04 Frhs2[686]: 6 0 12.9553 shouldn't be
189.79/190.37	WSVECS04 Frhs2[715]: 6 0 3.52244 shouldn't be
189.79/190.37	WSVECS04 Frhs2[719]: 6 0 1.52241 shouldn't be
189.79/190.37	WSVECS04 Frhs2[735]: 6 0 5.17172 shouldn't be
189.79/190.37	WSVECS04 Frhs2[736]: 6 0 6.08957 shouldn't be
189.79/190.37	WSVECS04 Frhs2[750]: 6 -3.98516 0 shouldn't be
189.79/190.37	WSVECS04 Frhs2[752]: 6 0 0.119414 shouldn't be
189.79/190.37	WSVECS04 Frhs2[778]: 6 -0.955267 0 shouldn't be
189.79/190.37	WSVECS04 Frhs2[800]: 6 0 0.917981 shouldn't be
189.79/190.37	WSVECS04 Frhs2[808]: 6 0 0.701562 shouldn't be
189.79/190.37	WSVECS04 Frhs2[823]: 6 -2.00004 0 shouldn't be
189.79/190.37	WSVECS04 Frhs2[870]: 6 0 1.68659 shouldn't be
189.79/190.37	WSVECS04 Frhs2[879]: 6 -2.98511 0 shouldn't be
189.79/190.37	WSVECS04 Frhs2[880]: 6 0 0.119418 shouldn't be
189.79/190.37	WSVECS04 Frhs2[1183]: 6 0 2.8956 shouldn't be
192.29/192.87	c #Conflicts:     359000 | #Constraints:      55088
192.29/192.87	c #Conflicts:     360000 | #Constraints:      56088
192.29/192.87	c #Conflicts:     361000 | #Constraints:      57088
192.29/192.87	c #Conflicts:     362000 | #Constraints:      58088
192.29/192.87	c #Conflicts:     363000 | #Constraints:      59088
192.29/192.87	c INPROCESSING
192.29/192.87	c GARBAGE COLLECT
192.29/192.87	c rational objective 128
196.48/197.07	c #Conflicts:     364000 | #Constraints:      38923
196.48/197.07	c #Conflicts:     365000 | #Constraints:      39923
196.48/197.07	c #Conflicts:     366000 | #Constraints:      40923
196.48/197.07	c #Conflicts:     367000 | #Constraints:      41923
196.48/197.07	c #Conflicts:     368000 | #Constraints:      42923
196.48/197.07	c #Conflicts:     369000 | #Constraints:      43923
196.48/197.07	c #Conflicts:     370000 | #Constraints:      44923
196.48/197.07	c #Conflicts:     371000 | #Constraints:      45923
196.48/197.07	c #Conflicts:     372000 | #Constraints:      46924
196.48/197.07	c #Conflicts:     373000 | #Constraints:      47925
196.48/197.07	WSVECS04 Frhs2[138]: 6 -2.25221 0 shouldn't be
196.48/197.07	WSVECS04 Frhs2[193]: 6 -3.37777 0 shouldn't be
196.48/197.07	WSVECS04 Frhs2[267]: 6 0 0.35897 shouldn't be
196.48/197.07	WSVECS04 Frhs2[272]: 6 0 0.478571 shouldn't be
196.48/197.07	WSVECS04 Frhs2[310]: 6 0 2.00006 shouldn't be
196.48/197.07	WSVECS04 Frhs2[320]: 6 -0.880452 0 shouldn't be
196.48/197.07	WSVECS04 Frhs2[322]: 6 0 0.0781681 shouldn't be
196.48/197.07	WSVECS04 Frhs2[324]: 6 0 0.0781525 shouldn't be
196.48/197.07	WSVECS04 Frhs2[331]: 6 -14.4657 0 shouldn't be
196.48/197.07	WSVECS04 Frhs2[336]: 6 0 0.119681 shouldn't be
196.48/197.07	WSVECS04 Frhs2[351]: 6 -1.00004 0 shouldn't be
196.48/197.07	WSVECS04 Frhs2[378]: 6 0 0.369678 shouldn't be
196.48/197.07	WSVECS04 Frhs2[379]: 6 0 0.250023 shouldn't be
196.48/197.07	WSVECS04 Frhs2[383]: 6 0 0.250087 shouldn't be
196.48/197.07	WSVECS04 Frhs2[389]: 6 0 0.614646 shouldn't be
196.48/197.07	WSVECS04 Frhs2[413]: 6 -1.00009 0 shouldn't be
196.48/197.07	WSVECS04 Frhs2[467]: 6 0 3.25649 shouldn't be
196.48/197.07	WSVECS04 Frhs2[503]: 6 -0.685077 0 shouldn't be
196.48/197.07	WSVECS04 Frhs2[532]: 6 0 2.87617 shouldn't be
196.48/197.07	WSVECS04 Frhs2[535]: 6 0 2.87612 shouldn't be
196.48/197.07	WSVECS04 Frhs2[537]: 6 -2.87616 0 shouldn't be
196.48/197.07	WSVECS04 Frhs2[566]: 6 0 0.123965 shouldn't be
196.48/197.07	WSVECS04 Frhs2[590]: 6 0 1.99574 shouldn't be
196.48/197.07	WSVECS04 Frhs2[592]: 6 0 0.119664 shouldn't be
196.48/197.07	WSVECS04 Frhs2[597]: 6 -2.87609 0 shouldn't be
196.48/197.07	WSVECS04 Frhs2[598]: 6 0 3.00006 shouldn't be
196.48/197.07	WSVECS04 Frhs2[608]: 6 -0.500077 0 shouldn't be
196.48/197.07	WSVECS04 Frhs2[628]: 6 0 2.0001 shouldn't be
196.48/197.07	WSVECS04 Frhs2[645]: 6 0 0.536592 shouldn't be
196.48/197.07	WSVECS04 Frhs2[699]: 6 -9.00006 0 shouldn't be
196.48/197.07	WSVECS04 Frhs2[772]: 6 -12.5001 0 shouldn't be
196.48/197.07	WSVECS04 Frhs2[819]: 6 -11.5 0 shouldn't be
196.48/197.07	WSVECS04 Frhs2[822]: 6 0 2.0001 shouldn't be
196.48/197.07	WSVECS04 Frhs2[927]: 6 0 2.00008 shouldn't be
196.48/197.07	WSVECS04 Frhs2[1065]: 6 0 2.00007 shouldn't be
196.48/197.07	WSVECS04 Frhs2[1071]: 6 -1.00005 0 shouldn't be
196.48/197.07	WSVECS04 Frhs2[1081]: 6 -1.00002 0 shouldn't be
196.48/197.07	WSVECS04 Frhs2[1086]: 6 -2.00001 0 shouldn't be
196.48/197.07	WSVECS04 Frhs2[1087]: 6 0 1.00004 shouldn't be
196.48/197.07	WSVECS04 Frhs2[1090]: 6 -2.00004 0 shouldn't be
196.48/197.07	WSVECS04 Frhs2[1111]: 6 -2.00003 0 shouldn't be
196.48/197.07	WSVECS04 Frhs2[1297]: 6 0 0.88039 shouldn't be
197.98/198.59	c #Conflicts:     374000 | #Constraints:      48925
197.98/198.59	c #Conflicts:     375000 | #Constraints:      49925
197.98/198.59	c #Conflicts:     376000 | #Constraints:      50926
197.98/198.59	c #Conflicts:     377000 | #Constraints:      51926
197.98/198.59	c #Conflicts:     378000 | #Constraints:      52926
197.98/198.59	c INPROCESSING
197.98/198.59	c GARBAGE COLLECT
197.98/198.59	c rational objective 128
204.76/205.32	c #Conflicts:     379000 | #Constraints:      36216
204.76/205.32	c #Conflicts:     380000 | #Constraints:      37216
204.76/205.32	c #Conflicts:     381000 | #Constraints:      38216
204.76/205.32	c #Conflicts:     382000 | #Constraints:      39216
204.76/205.32	c #Conflicts:     383000 | #Constraints:      40216
204.76/205.32	c #Conflicts:     384000 | #Constraints:      41216
204.76/205.32	c #Conflicts:     385000 | #Constraints:      42216
204.76/205.32	c #Conflicts:     386000 | #Constraints:      43216
204.76/205.32	c #Conflicts:     387000 | #Constraints:      44216
204.76/205.32	c #Conflicts:     388000 | #Constraints:      45216
204.76/205.32	c #Conflicts:     389000 | #Constraints:      46216
204.76/205.32	c #Conflicts:     390000 | #Constraints:      47216
204.76/205.32	c #Conflicts:     391000 | #Constraints:      48216
204.76/205.32	c #Conflicts:     392000 | #Constraints:      49216
204.76/205.32	c INPROCESSING
204.76/205.32	c GARBAGE COLLECT
204.76/205.32	c rational objective 128
211.04/211.67	c #Conflicts:     393000 | #Constraints:      34183
211.04/211.67	c #Conflicts:     394000 | #Constraints:      35184
211.04/211.67	c #Conflicts:     395000 | #Constraints:      36184
211.04/211.67	c #Conflicts:     396000 | #Constraints:      37184
211.04/211.67	c #Conflicts:     397000 | #Constraints:      38184
211.04/211.67	c #Conflicts:     398000 | #Constraints:      39184
211.04/211.67	c #Conflicts:     399000 | #Constraints:      40184
211.04/211.67	c #Conflicts:     400000 | #Constraints:      41184
211.04/211.67	c #Conflicts:     401000 | #Constraints:      42184
211.04/211.67	c #Conflicts:     402000 | #Constraints:      43184
211.04/211.67	c #Conflicts:     403000 | #Constraints:      44184
211.04/211.67	c #Conflicts:     404000 | #Constraints:      45184
211.04/211.67	c #Conflicts:     405000 | #Constraints:      46184
211.04/211.67	c #Conflicts:     406000 | #Constraints:      47184
211.04/211.67	c #Conflicts:     407000 | #Constraints:      48184
211.04/211.67	WSVECS04 Frhs2[3]: 6 0 5.33341 shouldn't be
211.04/211.67	WSVECS04 Frhs2[137]: 6 0 2.00003 shouldn't be
211.04/211.67	WSVECS04 Frhs2[143]: 6 0 2.00007 shouldn't be
211.04/211.67	WSVECS04 Frhs2[238]: 6 -1.00003 0 shouldn't be
211.04/211.67	WSVECS04 Frhs2[341]: 6 0 0.400025 shouldn't be
211.04/211.67	WSVECS04 Frhs2[348]: 6 -0.40009 0 shouldn't be
211.04/211.67	WSVECS04 Frhs2[412]: 6 -0.400088 0 shouldn't be
211.04/211.67	WSVECS04 Frhs2[450]: 6 0 0.666687 shouldn't be
211.04/211.67	WSVECS04 Frhs2[456]: 6 0 0.666692 shouldn't be
211.04/211.67	WSVECS04 Frhs2[918]: 6 -3.00007 0 shouldn't be
211.45/212.01	WSVECS04 Frhs2[24]: 6 0 3.4001 shouldn't be
211.45/212.01	WSVECS04 Frhs2[51]: 6 0 0.400031 shouldn't be
211.45/212.01	WSVECS04 Frhs2[85]: 6 0 7.40004 shouldn't be
211.45/212.01	WSVECS04 Frhs2[86]: 6 0 7.80009 shouldn't be
211.45/212.01	WSVECS04 Frhs2[155]: 6 -17.6 0 shouldn't be
211.45/212.01	WSVECS04 Frhs2[278]: 6 0 0.400032 shouldn't be
211.45/212.01	WSVECS04 Frhs2[406]: 6 0 7.80003 shouldn't be
211.45/212.01	WSVECS04 Frhs2[444]: 6 -6.00002 0 shouldn't be
211.45/212.01	WSVECS04 Frhs2[467]: 6 -2.40009 0 shouldn't be
211.45/212.01	WSVECS04 Frhs2[468]: 6 0 6.60005 shouldn't be
211.45/212.01	WSVECS04 Frhs2[469]: 6 0 7.40005 shouldn't be
211.45/212.01	WSVECS04 Frhs2[536]: 6 0 0.800072 shouldn't be
211.45/212.01	WSVECS04 Frhs2[729]: 6 0 2.00006 shouldn't be
211.45/212.01	WSVECS04 Frhs2[789]: 6 0 3.4001 shouldn't be
211.45/212.01	WSVECS04 Frhs2[1188]: 6 -2.00001 0 shouldn't be
211.45/212.01	WSVECS04 Frhs2[1192]: 6 -1.00002 0 shouldn't be
212.04/212.63	WSVECS04 Frhs2[11]: 6 0 4.00002 shouldn't be
212.04/212.63	WSVECS04 Frhs2[206]: 6 0 1.60005 shouldn't be
212.04/212.63	WSVECS04 Frhs2[333]: 6 0 2.00009 shouldn't be
212.04/212.63	WSVECS04 Frhs2[349]: 6 0 4.40009 shouldn't be
212.04/212.63	WSVECS04 Frhs2[436]: 6 0 0.400071 shouldn't be
212.04/212.63	WSVECS04 Frhs2[668]: 6 -5.20004 0 shouldn't be
212.04/212.63	WSVECS04 Frhs2[692]: 6 0 0.400023 shouldn't be
212.04/212.63	WSVECS04 Frhs2[734]: 6 0 1.6001 shouldn't be
212.04/212.63	WSVECS04 Frhs2[736]: 6 0 1.60006 shouldn't be
212.04/212.63	WSVECS04 Frhs2[820]: 6 0 0.40008 shouldn't be
212.04/212.63	WSVECS04 Frhs2[841]: 6 0 1.40005 shouldn't be
212.04/212.63	WSVECS04 Frhs2[887]: 6 -0.400093 0 shouldn't be
212.04/212.63	WSVECS04 Frhs2[1200]: 6 -1.00003 0 shouldn't be
212.04/212.63	WSVECS04 Frhs2[1225]: 6 -2.00009 0 shouldn't be
212.04/212.63	WSVECS04 Frhs2[1252]: 6 -2.00005 0 shouldn't be
226.61/227.28	c #Conflicts:     408000 | #Constraints:      49184
226.61/227.28	c #Conflicts:     409000 | #Constraints:      50184
226.61/227.28	c #Conflicts:     410000 | #Constraints:      51184
226.61/227.28	c #Conflicts:     411000 | #Constraints:      52184
226.61/227.28	c #Conflicts:     412000 | #Constraints:      53184
226.61/227.28	c #Conflicts:     413000 | #Constraints:      54184
226.61/227.28	c #Conflicts:     414000 | #Constraints:      55184
226.61/227.28	c #Conflicts:     415000 | #Constraints:      56184
226.61/227.28	c #Conflicts:     416000 | #Constraints:      57184
226.61/227.28	c #Conflicts:     417000 | #Constraints:      58184
226.61/227.28	c #Conflicts:     418000 | #Constraints:      59184
226.61/227.28	c #Conflicts:     419000 | #Constraints:      60184
226.61/227.28	c #Conflicts:     420000 | #Constraints:      61184
226.61/227.28	c #Conflicts:     421000 | #Constraints:      62184
226.61/227.28	c #Conflicts:     422000 | #Constraints:      63184
226.61/227.28	c #Conflicts:     423000 | #Constraints:      64184
226.61/227.28	c #Conflicts:     424000 | #Constraints:      65184
226.61/227.28	c #Conflicts:     425000 | #Constraints:      66184
226.61/227.28	c #Conflicts:     426000 | #Constraints:      67184
226.61/227.28	c #Conflicts:     427000 | #Constraints:      68184
226.61/227.28	c #Conflicts:     428000 | #Constraints:      69184
226.61/227.28	c #Conflicts:     429000 | #Constraints:      70184
226.61/227.28	c #Conflicts:     430000 | #Constraints:      71184
226.61/227.28	c #Conflicts:     431000 | #Constraints:      72184
226.61/227.28	c #Conflicts:     432000 | #Constraints:      73184
226.61/227.28	c #Conflicts:     433000 | #Constraints:      74184
226.61/227.28	c #Conflicts:     434000 | #Constraints:      75184
226.61/227.28	c #Conflicts:     435000 | #Constraints:      76184
226.61/227.28	c #Conflicts:     436000 | #Constraints:      77184
226.61/227.28	c #Conflicts:     437000 | #Constraints:      78184
226.61/227.28	c #Conflicts:     438000 | #Constraints:      79184
226.61/227.28	c #Conflicts:     439000 | #Constraints:      80184
226.61/227.28	c #Conflicts:     440000 | #Constraints:      81184
226.61/227.28	c INPROCESSING
226.61/227.28	c GARBAGE COLLECT
226.61/227.28	c rational objective 128
235.39/236.04	c #Conflicts:     441000 | #Constraints:      50231
235.39/236.04	c #Conflicts:     442000 | #Constraints:      51231
235.39/236.04	c #Conflicts:     443000 | #Constraints:      52231
235.39/236.04	c #Conflicts:     444000 | #Constraints:      53231
235.39/236.04	c #Conflicts:     445000 | #Constraints:      54231
235.39/236.04	c #Conflicts:     446000 | #Constraints:      55231
235.39/236.04	c #Conflicts:     447000 | #Constraints:      56231
235.39/236.04	c #Conflicts:     448000 | #Constraints:      57231
235.39/236.04	c #Conflicts:     449000 | #Constraints:      58231
235.39/236.04	c #Conflicts:     450000 | #Constraints:      59231
235.39/236.04	c #Conflicts:     451000 | #Constraints:      60231
235.39/236.04	c #Conflicts:     452000 | #Constraints:      61231
235.39/236.04	c #Conflicts:     453000 | #Constraints:      62231
235.39/236.04	c #Conflicts:     454000 | #Constraints:      63231
235.39/236.04	c #Conflicts:     455000 | #Constraints:      64231
235.39/236.04	c #Conflicts:     456000 | #Constraints:      65231
235.39/236.04	c INPROCESSING
235.39/236.04	c GARBAGE COLLECT
235.39/236.04	c rational objective 128
243.37/244.04	c #Conflicts:     457000 | #Constraints:      42423
243.37/244.04	c #Conflicts:     458000 | #Constraints:      43423
243.37/244.04	c #Conflicts:     459000 | #Constraints:      44423
243.37/244.04	c #Conflicts:     460000 | #Constraints:      45423
243.37/244.04	c #Conflicts:     461000 | #Constraints:      46423
243.37/244.04	c #Conflicts:     462000 | #Constraints:      47423
243.37/244.04	c #Conflicts:     463000 | #Constraints:      48423
243.37/244.04	c #Conflicts:     464000 | #Constraints:      49423
243.37/244.04	c #Conflicts:     465000 | #Constraints:      50423
243.37/244.04	c #Conflicts:     466000 | #Constraints:      51423
243.37/244.04	c #Conflicts:     467000 | #Constraints:      52423
243.37/244.04	c #Conflicts:     468000 | #Constraints:      53423
243.37/244.04	c #Conflicts:     469000 | #Constraints:      54424
243.37/244.04	c #Conflicts:     470000 | #Constraints:      55424
243.37/244.04	c #Conflicts:     471000 | #Constraints:      56424
243.37/244.04	c INPROCESSING
243.37/244.04	c GARBAGE COLLECT
243.37/244.04	c rational objective 128
250.55/251.27	c #Conflicts:     472000 | #Constraints:      37553
250.55/251.27	c #Conflicts:     473000 | #Constraints:      38553
250.55/251.27	c #Conflicts:     474000 | #Constraints:      39553
250.55/251.27	c #Conflicts:     475000 | #Constraints:      40553
250.55/251.27	c #Conflicts:     476000 | #Constraints:      41553
250.55/251.27	c #Conflicts:     477000 | #Constraints:      42553
250.55/251.27	c #Conflicts:     478000 | #Constraints:      43553
250.55/251.27	c #Conflicts:     479000 | #Constraints:      44553
250.55/251.27	c #Conflicts:     480000 | #Constraints:      45553
250.55/251.27	c #Conflicts:     481000 | #Constraints:      46553
250.55/251.27	c #Conflicts:     482000 | #Constraints:      47553
250.55/251.27	c #Conflicts:     483000 | #Constraints:      48553
250.55/251.27	c #Conflicts:     484000 | #Constraints:      49553
250.55/251.27	c #Conflicts:     485000 | #Constraints:      50553
250.55/251.27	c #Conflicts:     486000 | #Constraints:      51553
250.55/251.27	c #Conflicts:     487000 | #Constraints:      52553
250.55/251.27	c #Conflicts:     488000 | #Constraints:      53553
250.55/251.27	c INPROCESSING
250.55/251.27	c GARBAGE COLLECT
250.55/251.27	c rational objective 128
273.19/273.90	c #Conflicts:     489000 | #Constraints:      36561
273.19/273.90	c #Conflicts:     490000 | #Constraints:      37561
273.19/273.90	c #Conflicts:     491000 | #Constraints:      38561
273.19/273.90	c #Conflicts:     492000 | #Constraints:      39563
273.19/273.90	c #Conflicts:     493000 | #Constraints:      40563
273.19/273.90	c #Conflicts:     494000 | #Constraints:      41566
273.19/273.90	c #Conflicts:     495000 | #Constraints:      42566
273.19/273.90	c #Conflicts:     496000 | #Constraints:      43566
273.19/273.90	c #Conflicts:     497000 | #Constraints:      44567
273.19/273.90	c #Conflicts:     498000 | #Constraints:      45568
273.19/273.90	c #Conflicts:     499000 | #Constraints:      46569
273.19/273.90	c #Conflicts:     500000 | #Constraints:      47569
273.19/273.90	c #Conflicts:     501000 | #Constraints:      48569
273.19/273.90	c #Conflicts:     502000 | #Constraints:      49569
273.19/273.90	c #Conflicts:     503000 | #Constraints:      50569
273.19/273.90	c #Conflicts:     504000 | #Constraints:      51569
273.19/273.90	c #Conflicts:     505000 | #Constraints:      52569
273.19/273.90	c #Conflicts:     506000 | #Constraints:      53569
273.19/273.90	c #Conflicts:     507000 | #Constraints:      54569
273.19/273.90	c #Conflicts:     508000 | #Constraints:      55569
273.19/273.90	c #Conflicts:     509000 | #Constraints:      56569
273.19/273.90	c #Conflicts:     510000 | #Constraints:      57569
273.19/273.90	c #Conflicts:     511000 | #Constraints:      58569
273.19/273.90	c #Conflicts:     512000 | #Constraints:      59570
273.19/273.90	c #Conflicts:     513000 | #Constraints:      60570
273.19/273.90	c #Conflicts:     514000 | #Constraints:      61570
273.19/273.90	c #Conflicts:     515000 | #Constraints:      62572
273.19/273.90	c #Conflicts:     516000 | #Constraints:      63573
273.19/273.90	c #Conflicts:     517000 | #Constraints:      64573
273.19/273.90	c #Conflicts:     518000 | #Constraints:      65574
273.19/273.90	c #Conflicts:     519000 | #Constraints:      66574
273.19/273.90	WSVECS04 Frhs2[13]: 6 -6.00003 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[29]: 6 0 0.500018 shouldn't be
273.19/273.90	WSVECS04 Frhs2[31]: 6 0 2.61119 shouldn't be
273.19/273.90	WSVECS04 Frhs2[47]: 6 -2.00005 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[95]: 6 0 1.6112 shouldn't be
273.19/273.90	WSVECS04 Frhs2[96]: 6 0 2.50002 shouldn't be
273.19/273.90	WSVECS04 Frhs2[111]: 6 0 1.00003 shouldn't be
273.19/273.90	WSVECS04 Frhs2[126]: 6 0 5.00009 shouldn't be
273.19/273.90	WSVECS04 Frhs2[128]: 6 0 5.00009 shouldn't be
273.19/273.90	WSVECS04 Frhs2[137]: 6 -2.00008 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[177]: 6 0 3.84487 shouldn't be
273.19/273.90	WSVECS04 Frhs2[178]: 6 0 3.84491 shouldn't be
273.19/273.90	WSVECS04 Frhs2[183]: 6 0 2.84491 shouldn't be
273.19/273.90	WSVECS04 Frhs2[187]: 6 0 0.155254 shouldn't be
273.19/273.90	WSVECS04 Frhs2[193]: 6 -1.18969 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[226]: 6 -8.00005 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[257]: 6 0 3.81043 shouldn't be
273.19/273.90	WSVECS04 Frhs2[267]: 6 0 2.00003 shouldn't be
273.19/273.90	WSVECS04 Frhs2[268]: 6 0 2.50007 shouldn't be
273.19/273.90	WSVECS04 Frhs2[282]: 6 -2.11118 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[284]: 6 0 1.88893 shouldn't be
273.19/273.90	WSVECS04 Frhs2[296]: 6 0 7.0001 shouldn't be
273.19/273.90	WSVECS04 Frhs2[307]: 6 0 4.00008 shouldn't be
273.19/273.90	WSVECS04 Frhs2[312]: 6 0 4.00002 shouldn't be
273.19/273.90	WSVECS04 Frhs2[324]: 6 -0.0345111 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[355]: 6 0 3.00007 shouldn't be
273.19/273.90	WSVECS04 Frhs2[366]: 6 -3.00004 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[388]: 6 0 1.15522 shouldn't be
273.19/273.90	WSVECS04 Frhs2[401]: 6 0 0.562547 shouldn't be
273.19/273.90	WSVECS04 Frhs2[421]: 6 0 1.00001 shouldn't be
273.19/273.90	WSVECS04 Frhs2[427]: 6 0 1.00007 shouldn't be
273.19/273.90	WSVECS04 Frhs2[531]: 6 -0.844892 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[558]: 6 0 1.00001 shouldn't be
273.19/273.90	WSVECS04 Frhs2[586]: 6 -3.11498 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[590]: 6 0 2.00006 shouldn't be
273.19/273.90	WSVECS04 Frhs2[600]: 6 -5.06253 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[622]: 6 -4.00002 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[626]: 6 -3.00003 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[640]: 6 -2.00008 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[643]: 6 0 1.18967 shouldn't be
273.19/273.90	WSVECS04 Frhs2[645]: 6 0 1.18967 shouldn't be
273.19/273.90	WSVECS04 Frhs2[654]: 6 0 2.88515 shouldn't be
273.19/273.90	WSVECS04 Frhs2[657]: 6 0 1.6552 shouldn't be
273.19/273.90	WSVECS04 Frhs2[659]: 6 -1.84488 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[671]: 6 0 2.00004 shouldn't be
273.19/273.90	WSVECS04 Frhs2[675]: 6 -4.00007 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[682]: 6 0 3.00002 shouldn't be
273.19/273.90	WSVECS04 Frhs2[723]: 6 -0.500019 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[745]: 6 -6.00009 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[763]: 6 0 1.00007 shouldn't be
273.19/273.90	WSVECS04 Frhs2[770]: 6 0 0.344891 shouldn't be
273.19/273.90	WSVECS04 Frhs2[771]: 6 0 1.53453 shouldn't be
273.19/273.90	WSVECS04 Frhs2[773]: 6 0 1.53454 shouldn't be
273.19/273.90	WSVECS04 Frhs2[780]: 6 0 0.500025 shouldn't be
273.19/273.90	WSVECS04 Frhs2[782]: 6 0 2.00009 shouldn't be
273.19/273.90	WSVECS04 Frhs2[820]: 6 0 1.15519 shouldn't be
273.19/273.90	WSVECS04 Frhs2[826]: 6 0 1.00008 shouldn't be
273.19/273.90	WSVECS04 Frhs2[832]: 6 -2.00007 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[844]: 6 0 0.500047 shouldn't be
273.19/273.90	WSVECS04 Frhs2[846]: 6 0 2.0001 shouldn't be
273.19/273.90	WSVECS04 Frhs2[850]: 6 -1.15523 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[897]: 6 0 1.65527 shouldn't be
273.19/273.90	WSVECS04 Frhs2[900]: 6 -2.34486 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[933]: 6 -2.00003 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[973]: 6 -2.00007 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[1016]: 6 0 0.500081 shouldn't be
273.19/273.90	WSVECS04 Frhs2[1017]: 6 -1.00006 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[1027]: 6 -1.00007 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[1032]: 6 -1.00003 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[1055]: 6 -1.0001 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[1056]: 6 0 1.00008 shouldn't be
273.19/273.90	WSVECS04 Frhs2[1086]: 6 -1.00009 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[1092]: 6 -2.00009 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[1152]: 6 -1.00007 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[1177]: 6 0 1.00009 shouldn't be
273.19/273.90	WSVECS04 Frhs2[1212]: 6 -4.00008 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[1225]: 6 0 1.00002 shouldn't be
273.19/273.90	WSVECS04 Frhs2[1238]: 6 0 2.00005 shouldn't be
273.19/273.90	WSVECS04 Frhs2[1242]: 6 -0.155248 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[1249]: 6 0 0.844924 shouldn't be
273.19/273.90	WSVECS04 Frhs2[1264]: 6 0 0.844854 shouldn't be
273.19/273.90	WSVECS04 Frhs2[1298]: 6 0 2.00003 shouldn't be
273.19/273.90	WSVECS04 Frhs2[1314]: 6 0 2.00006 shouldn't be
273.19/273.90	WSVECS04 Frhs2[1335]: 6 -5.00002 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[1339]: 6 -2.0001 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[1340]: 6 -6.00005 0 shouldn't be
273.19/273.90	WSVECS04 Frhs2[1343]: 6 -2.00003 0 shouldn't be
278.78/279.56	c #Conflicts:     520000 | #Constraints:      67575
278.78/279.56	c #Conflicts:     521000 | #Constraints:      68575
278.78/279.56	c #Conflicts:     522000 | #Constraints:      69575
278.78/279.56	c #Conflicts:     523000 | #Constraints:      70575
278.78/279.56	c #Conflicts:     524000 | #Constraints:      71576
278.78/279.56	c #Conflicts:     525000 | #Constraints:      72576
278.78/279.56	c #Conflicts:     526000 | #Constraints:      73576
278.78/279.56	WSVECS04 Frhs2[8]: 6 -6.00008 0 shouldn't be
278.78/279.56	WSVECS04 Frhs2[17]: 6 0 4.50277 shouldn't be
278.78/279.56	WSVECS04 Frhs2[57]: 6 0 2.50282 shouldn't be
278.78/279.56	WSVECS04 Frhs2[64]: 6 -2.14211 0 shouldn't be
278.78/279.56	WSVECS04 Frhs2[110]: 6 -1.00004 0 shouldn't be
278.78/279.56	WSVECS04 Frhs2[125]: 6 0 2.00008 shouldn't be
278.78/279.56	WSVECS04 Frhs2[156]: 6 -1.14212 0 shouldn't be
278.78/279.56	WSVECS04 Frhs2[188]: 6 -15.4317 0 shouldn't be
278.78/279.56	WSVECS04 Frhs2[192]: 6 0 2.00004 shouldn't be
278.78/279.56	WSVECS04 Frhs2[214]: 6 -13.3061 0 shouldn't be
278.78/279.56	WSVECS04 Frhs2[238]: 6 -1.00006 0 shouldn't be
278.78/279.56	WSVECS04 Frhs2[243]: 6 0 0.284169 shouldn't be
278.78/279.56	WSVECS04 Frhs2[251]: 6 0 2.1421 shouldn't be
278.78/279.56	WSVECS04 Frhs2[254]: 6 0 2.00004 shouldn't be
278.78/279.56	WSVECS04 Frhs2[272]: 6 0 1.4864 shouldn't be
278.78/279.56	WSVECS04 Frhs2[276]: 6 0 1.50276 shouldn't be
278.78/279.56	WSVECS04 Frhs2[280]: 6 0 1.50274 shouldn't be
278.78/279.56	WSVECS04 Frhs2[318]: 6 -12.2842 0 shouldn't be
278.78/279.56	WSVECS04 Frhs2[337]: 6 0 4.50278 shouldn't be
278.78/279.56	WSVECS04 Frhs2[385]: 6 -3.49728 0 shouldn't be
278.78/279.56	WSVECS04 Frhs2[387]: 6 0 0.262359 shouldn't be
278.78/279.56	WSVECS04 Frhs2[399]: 6 0 5.86889 shouldn't be
278.78/279.56	WSVECS04 Frhs2[401]: 6 0 5.50282 shouldn't be
278.78/279.56	WSVECS04 Frhs2[402]: 6 0 1.00001 shouldn't be
278.78/279.56	WSVECS04 Frhs2[514]: 6 0 0.502749 shouldn't be
278.78/279.56	WSVECS04 Frhs2[522]: 6 -2.00004 0 shouldn't be
278.78/279.56	WSVECS04 Frhs2[526]: 6 0 8.85525 shouldn't be
278.78/279.56	WSVECS04 Frhs2[527]: 6 0 5.86893 shouldn't be
278.78/279.56	WSVECS04 Frhs2[529]: 6 0 5.50275 shouldn't be
278.78/279.56	WSVECS04 Frhs2[533]: 6 0 1.00006 shouldn't be
278.78/279.56	WSVECS04 Frhs2[549]: 6 -3.49185 0 shouldn't be
278.78/279.56	WSVECS04 Frhs2[554]: 6 -1.0001 0 shouldn't be
278.78/279.56	WSVECS04 Frhs2[571]: 6 0 0.142113 shouldn't be
278.78/279.56	WSVECS04 Frhs2[573]: 6 -0.142137 0 shouldn't be
278.78/279.56	WSVECS04 Frhs2[586]: 6 -5.86895 0 shouldn't be
278.78/279.56	WSVECS04 Frhs2[587]: 6 0 0.480899 shouldn't be
278.78/279.56	WSVECS04 Frhs2[600]: 6 -11 0 shouldn't be
278.78/279.56	WSVECS04 Frhs2[644]: 6 0 2.52465 shouldn't be
278.78/279.56	WSVECS04 Frhs2[720]: 6 0 4.00005 shouldn't be
278.78/279.56	WSVECS04 Frhs2[723]: 6 -1.00009 0 shouldn't be
278.78/279.56	WSVECS04 Frhs2[736]: 6 -17.5739 0 shouldn't be
278.78/279.56	WSVECS04 Frhs2[768]: 6 -2.14209 0 shouldn't be
278.78/279.56	WSVECS04 Frhs2[770]: 6 0 0.0219293 shouldn't be
278.78/279.56	WSVECS04 Frhs2[776]: 6 0 0.021874 shouldn't be
278.78/279.56	WSVECS04 Frhs2[806]: 6 -6.00003 0 shouldn't be
278.78/279.56	WSVECS04 Frhs2[842]: 6 -1.93449 0 shouldn't be
278.78/279.56	WSVECS04 Frhs2[850]: 6 -2.00004 0 shouldn't be
278.78/279.56	WSVECS04 Frhs2[890]: 6 0 1.85795 shouldn't be
278.78/279.56	WSVECS04 Frhs2[891]: 6 0 0.142094 shouldn't be
278.78/279.56	WSVECS04 Frhs2[897]: 6 0 1.00001 shouldn't be
278.78/279.56	WSVECS04 Frhs2[904]: 6 -1.00003 0 shouldn't be
278.78/279.56	WSVECS04 Frhs2[912]: 6 0 1.00009 shouldn't be
278.78/279.56	WSVECS04 Frhs2[933]: 6 -3.00004 0 shouldn't be
278.78/279.56	WSVECS04 Frhs2[1017]: 6 -1.00004 0 shouldn't be
278.78/279.56	WSVECS04 Frhs2[1086]: 6 -2.00008 0 shouldn't be
278.78/279.56	WSVECS04 Frhs2[1124]: 6 -2.52463 0 shouldn't be
278.78/279.56	WSVECS04 Frhs2[1217]: 6 -1.00006 0 shouldn't be
278.78/279.56	WSVECS04 Frhs2[1313]: 6 0 2.00009 shouldn't be
278.78/279.56	WSVECS04 Frhs2[1321]: 6 0 0.857937 shouldn't be
278.78/279.56	WSVECS04 Frhs2[1323]: 6 -3.00009 0 shouldn't be
278.78/279.56	WSVECS04 Frhs2[1328]: 6 0 1.85797 shouldn't be
281.27/282.05	c #Conflicts:     527000 | #Constraints:      74576
281.27/282.05	c #Conflicts:     528000 | #Constraints:      75576
281.27/282.05	c #Conflicts:     529000 | #Constraints:      76576
281.27/282.05	WSVECS04 Frhs2[111]: 6 0 0.312539 shouldn't be
281.27/282.05	WSVECS04 Frhs2[115]: 6 0 1.00005 shouldn't be
281.27/282.05	WSVECS04 Frhs2[130]: 6 0 0.150049 shouldn't be
281.27/282.05	WSVECS04 Frhs2[132]: 6 0 1.52508 shouldn't be
281.27/282.05	WSVECS04 Frhs2[142]: 6 0 4.01255 shouldn't be
281.27/282.05	WSVECS04 Frhs2[196]: 6 0 0.450022 shouldn't be
281.27/282.05	WSVECS04 Frhs2[217]: 6 -15.4188 0 shouldn't be
281.27/282.05	WSVECS04 Frhs2[225]: 6 0 17.1418 shouldn't be
281.27/282.05	WSVECS04 Frhs2[260]: 6 0 1.52503 shouldn't be
281.27/282.05	WSVECS04 Frhs2[265]: 6 0 2.28759 shouldn't be
281.27/282.05	WSVECS04 Frhs2[281]: 6 0 3.00004 shouldn't be
281.27/282.05	WSVECS04 Frhs2[288]: 6 0 5.02195 shouldn't be
281.27/282.05	WSVECS04 Frhs2[289]: 6 0 19.0667 shouldn't be
281.27/282.05	WSVECS04 Frhs2[290]: 6 0 4.74176 shouldn't be
281.27/282.05	WSVECS04 Frhs2[309]: 6 0 1.00005 shouldn't be
281.27/282.05	WSVECS04 Frhs2[316]: 6 0 2.70944 shouldn't be
281.27/282.05	WSVECS04 Frhs2[333]: 6 0 2.96676 shouldn't be
281.27/282.05	WSVECS04 Frhs2[353]: 6 0 22.0667 shouldn't be
281.27/282.05	WSVECS04 Frhs2[374]: 6 -10.8625 0 shouldn't be
281.27/282.05	WSVECS04 Frhs2[380]: 6 0 2.7844 shouldn't be
281.27/282.05	WSVECS04 Frhs2[388]: 6 0 1.52503 shouldn't be
281.27/282.05	WSVECS04 Frhs2[392]: 6 0 0.437539 shouldn't be
281.27/282.05	WSVECS04 Frhs2[416]: 6 0 2.02189 shouldn't be
281.27/282.05	WSVECS04 Frhs2[424]: 6 -10.4834 0 shouldn't be
281.27/282.05	WSVECS04 Frhs2[448]: 6 -0.0500218 0 shouldn't be
281.27/282.05	WSVECS04 Frhs2[449]: 6 -2.5344 0 shouldn't be
281.27/282.05	WSVECS04 Frhs2[467]: 6 -2.00005 0 shouldn't be
281.27/282.05	WSVECS04 Frhs2[491]: 6 -5.00008 0 shouldn't be
281.27/282.05	WSVECS04 Frhs2[546]: 6 0 7.40842 shouldn't be
281.27/282.05	WSVECS04 Frhs2[555]: 6 0 0.850085 shouldn't be
281.27/282.05	WSVECS04 Frhs2[560]: 6 0 0.850084 shouldn't be
281.27/282.05	WSVECS04 Frhs2[609]: 6 0 19.5834 shouldn't be
281.27/282.05	WSVECS04 Frhs2[610]: 6 0 5.4084 shouldn't be
281.27/282.05	WSVECS04 Frhs2[622]: 6 -2.00002 0 shouldn't be
281.27/282.05	WSVECS04 Frhs2[646]: 6 0 2.00002 shouldn't be
281.27/282.05	WSVECS04 Frhs2[647]: 6 0 1.85003 shouldn't be
281.27/282.05	WSVECS04 Frhs2[648]: 6 0 2.28753 shouldn't be
281.27/282.05	WSVECS04 Frhs2[650]: 6 -3.00002 0 shouldn't be
281.27/282.05	WSVECS04 Frhs2[668]: 6 -2.00002 0 shouldn't be
281.27/282.05	WSVECS04 Frhs2[672]: 6 0 2.02189 shouldn't be
281.27/282.05	WSVECS04 Frhs2[673]: 6 0 17.1417 shouldn't be
281.27/282.05	WSVECS04 Frhs2[675]: 6 -5.55008 0 shouldn't be
281.27/282.05	WSVECS04 Frhs2[686]: 6 0 5.15008 shouldn't be
281.27/282.05	WSVECS04 Frhs2[696]: 6 0 2.28755 shouldn't be
281.27/282.05	WSVECS04 Frhs2[708]: 6 0 1.37502 shouldn't be
281.27/282.05	WSVECS04 Frhs2[738]: 6 0 5.40835 shouldn't be
281.27/282.05	WSVECS04 Frhs2[740]: 6 0 1.03337 shouldn't be
281.27/282.05	WSVECS04 Frhs2[742]: 6 0 0.516715 shouldn't be
281.27/282.05	WSVECS04 Frhs2[772]: 6 0 1.37503 shouldn't be
281.27/282.05	WSVECS04 Frhs2[782]: 6 0 5.07507 shouldn't be
281.27/282.05	WSVECS04 Frhs2[804]: 6 0 0.591751 shouldn't be
281.27/282.05	WSVECS04 Frhs2[823]: 6 -1.00008 0 shouldn't be
281.27/282.05	WSVECS04 Frhs2[824]: 6 0 0.287586 shouldn't be
281.27/282.05	WSVECS04 Frhs2[828]: 6 0 2.73442 shouldn't be
281.27/282.05	WSVECS04 Frhs2[892]: 6 0 2.73441 shouldn't be
281.27/282.05	WSVECS04 Frhs2[1112]: 6 -1.00003 0 shouldn't be
281.27/282.05	WSVECS04 Frhs2[1136]: 6 0 0.516715 shouldn't be
281.27/282.05	WSVECS04 Frhs2[1185]: 6 0 2.00003 shouldn't be
281.27/282.05	WSVECS04 Frhs2[1186]: 6 0 1.00004 shouldn't be
281.27/282.05	WSVECS04 Frhs2[1190]: 6 0 3.00007 shouldn't be
281.27/282.05	WSVECS04 Frhs2[1215]: 6 -2.00002 0 shouldn't be
281.27/282.05	WSVECS04 Frhs2[1297]: 6 0 2.00006 shouldn't be
281.67/282.40	WSVECS04 Frhs2[63]: 6 0 0.287561 shouldn't be
281.67/282.40	WSVECS04 Frhs2[170]: 6 0 0.150059 shouldn't be
281.67/282.40	WSVECS04 Frhs2[175]: 6 0 1.28757 shouldn't be
281.67/282.40	WSVECS04 Frhs2[190]: 6 0 0.0500408 shouldn't be
281.67/282.40	WSVECS04 Frhs2[203]: 6 0 0.15001 shouldn't be
281.67/282.40	WSVECS04 Frhs2[444]: 6 0 3.02194 shouldn't be
281.67/282.40	WSVECS04 Frhs2[446]: 6 0 0.362579 shouldn't be
281.67/282.40	WSVECS04 Frhs2[493]: 6 0 1.00009 shouldn't be
281.67/282.40	WSVECS04 Frhs2[505]: 6 0 0.287516 shouldn't be
281.67/282.40	WSVECS04 Frhs2[520]: 6 0 2.2876 shouldn't be
281.67/282.40	WSVECS04 Frhs2[534]: 6 0 0.075064 shouldn't be
281.67/282.40	WSVECS04 Frhs2[570]: 6 0 0.481274 shouldn't be
281.67/282.40	WSVECS04 Frhs2[582]: 6 -16 0 shouldn't be
281.67/282.40	WSVECS04 Frhs2[592]: 6 0 0.237547 shouldn't be
281.67/282.40	WSVECS04 Frhs2[623]: 6 0 1.28759 shouldn't be
281.67/282.40	WSVECS04 Frhs2[656]: 6 0 0.23759 shouldn't be
281.67/282.40	WSVECS04 Frhs2[685]: 6 0 1.00005 shouldn't be
281.67/282.40	WSVECS04 Frhs2[687]: 6 0 1.28758 shouldn't be
281.67/282.40	WSVECS04 Frhs2[705]: 6 -2.30005 0 shouldn't be
281.67/282.40	WSVECS04 Frhs2[718]: 6 0 2.15009 shouldn't be
281.67/282.40	WSVECS04 Frhs2[749]: 6 0 1.00006 shouldn't be
281.67/282.40	WSVECS04 Frhs2[751]: 6 0 1.28752 shouldn't be
281.67/282.40	WSVECS04 Frhs2[767]: 6 0 0.265691 shouldn't be
281.67/282.40	WSVECS04 Frhs2[799]: 6 -1.00006 0 shouldn't be
281.67/282.40	WSVECS04 Frhs2[894]: 6 0 0.0750216 shouldn't be
281.67/282.40	WSVECS04 Frhs2[1199]: 6 0 1.00005 shouldn't be
281.97/282.76	WSVECS04 Frhs2[5]: 6 0 0.637577 shouldn't be
281.97/282.76	WSVECS04 Frhs2[141]: 6 0 1.82925 shouldn't be
281.97/282.76	WSVECS04 Frhs2[162]: 6 0 4.89176 shouldn't be
281.97/282.76	WSVECS04 Frhs2[163]: 6 0 1.92503 shouldn't be
281.97/282.76	WSVECS04 Frhs2[193]: 6 -4.00009 0 shouldn't be
281.97/282.76	WSVECS04 Frhs2[224]: 6 0 2.02195 shouldn't be
281.97/282.76	WSVECS04 Frhs2[264]: 6 0 0.437583 shouldn't be
281.97/282.76	WSVECS04 Frhs2[377]: 6 0 0.0500104 shouldn't be
281.97/282.76	WSVECS04 Frhs2[441]: 6 0 0.287535 shouldn't be
281.97/282.76	WSVECS04 Frhs2[557]: 6 0 1.85009 shouldn't be
281.97/282.76	WSVECS04 Frhs2[589]: 6 0 2.96673 shouldn't be
281.97/282.76	WSVECS04 Frhs2[618]: 6 0 0.15002 shouldn't be
281.97/282.76	WSVECS04 Frhs2[621]: 6 0 1.00006 shouldn't be
281.97/282.76	WSVECS04 Frhs2[697]: 6 0 0.287513 shouldn't be
281.97/282.76	WSVECS04 Frhs2[712]: 6 0 0.265708 shouldn't be
281.97/282.76	WSVECS04 Frhs2[717]: 6 0 2.96671 shouldn't be
281.97/282.76	WSVECS04 Frhs2[739]: 6 0 2.4417 shouldn't be
281.97/282.76	WSVECS04 Frhs2[762]: 6 0 0.265703 shouldn't be
281.97/282.76	WSVECS04 Frhs2[829]: 6 0 0.0250707 shouldn't be
281.97/282.76	WSVECS04 Frhs2[1097]: 6 0 1.00009 shouldn't be
281.97/282.76	WSVECS04 Frhs2[1184]: 6 0 4.00005 shouldn't be
281.97/282.76	WSVECS04 Frhs2[1216]: 6 -1.00008 0 shouldn't be
281.97/282.76	WSVECS04 Frhs2[1224]: 6 -1.00005 0 shouldn't be
281.97/282.76	WSVECS04 Frhs2[1312]: 6 0 2.00007 shouldn't be
282.27/283.10	WSVECS04 Frhs2[58]: 6 0 0.287598 shouldn't be
282.27/283.10	WSVECS04 Frhs2[60]: 6 0 3.0219 shouldn't be
282.27/283.10	WSVECS04 Frhs2[62]: 6 0 0.362589 shouldn't be
282.27/283.10	WSVECS04 Frhs2[136]: 6 0 0.437572 shouldn't be
282.27/283.10	WSVECS04 Frhs2[252]: 6 0 2.73442 shouldn't be
282.27/283.10	WSVECS04 Frhs2[253]: 6 0 0.0250729 shouldn't be
282.27/283.10	WSVECS04 Frhs2[366]: 6 -1.28758 0 shouldn't be
282.27/283.10	WSVECS04 Frhs2[445]: 6 0 0.312511 shouldn't be
282.27/283.10	WSVECS04 Frhs2[470]: 6 0 0.0750781 shouldn't be
282.27/283.10	WSVECS04 Frhs2[598]: 6 0 0.0750726 shouldn't be
282.27/283.10	WSVECS04 Frhs2[614]: 6 0 0.516761 shouldn't be
282.27/283.10	WSVECS04 Frhs2[698]: 6 0 0.287584 shouldn't be
282.27/283.10	WSVECS04 Frhs2[701]: 6 0 0.312527 shouldn't be
282.27/283.10	WSVECS04 Frhs2[702]: 6 0 0.362533 shouldn't be
282.27/283.10	WSVECS04 Frhs2[726]: 6 0 0.0750345 shouldn't be
282.27/283.10	WSVECS04 Frhs2[1177]: 6 0 4.00002 shouldn't be
282.67/283.43	WSVECS04 Frhs2[32]: 6 0 2.02193 shouldn't be
282.67/283.43	WSVECS04 Frhs2[59]: 6 0 0.28752 shouldn't be
282.67/283.43	WSVECS04 Frhs2[96]: 6 0 2.02191 shouldn't be
282.67/283.43	WSVECS04 Frhs2[161]: 6 0 19.0667 shouldn't be
282.67/283.43	WSVECS04 Frhs2[168]: 6 0 1.92505 shouldn't be
282.67/283.43	WSVECS04 Frhs2[201]: 6 0 4.28758 shouldn't be
282.67/283.43	WSVECS04 Frhs2[237]: 6 0 0.850011 shouldn't be
282.67/283.43	WSVECS04 Frhs2[291]: 6 0 1.92506 shouldn't be
282.67/283.43	WSVECS04 Frhs2[296]: 6 0 1.92504 shouldn't be
282.67/283.43	WSVECS04 Frhs2[303]: 6 0 1.2876 shouldn't be
282.67/283.43	WSVECS04 Frhs2[381]: 6 0 0.0750887 shouldn't be
282.67/283.43	WSVECS04 Frhs2[382]: 6 0 0.125047 shouldn't be
282.67/283.43	WSVECS04 Frhs2[406]: 6 0 0.0750374 shouldn't be
282.67/283.43	WSVECS04 Frhs2[507]: 6 0 0.287587 shouldn't be
282.67/283.43	WSVECS04 Frhs2[509]: 6 0 0.312596 shouldn't be
282.67/283.43	WSVECS04 Frhs2[510]: 6 0 0.362584 shouldn't be
282.67/283.43	WSVECS04 Frhs2[547]: 6 0 4.44176 shouldn't be
282.67/283.43	WSVECS04 Frhs2[611]: 6 0 2.44173 shouldn't be
282.67/283.43	WSVECS04 Frhs2[627]: 6 0 4.00006 shouldn't be
282.67/283.43	WSVECS04 Frhs2[630]: 6 0 3.0001 shouldn't be
282.67/283.43	WSVECS04 Frhs2[632]: 6 0 3.28751 shouldn't be
282.67/283.43	WSVECS04 Frhs2[659]: 6 -2.00004 0 shouldn't be
282.67/283.43	WSVECS04 Frhs2[691]: 6 0 3.00002 shouldn't be
282.67/283.43	WSVECS04 Frhs2[699]: 6 0 0.287531 shouldn't be
282.67/283.43	WSVECS04 Frhs2[757]: 6 -7.28755 0 shouldn't be
282.67/283.43	WSVECS04 Frhs2[761]: 6 0 0.265683 shouldn't be
282.67/283.43	WSVECS04 Frhs2[766]: 6 0 0.340654 shouldn't be
282.67/283.43	WSVECS04 Frhs2[810]: 6 0 0.15005 shouldn't be
282.67/283.43	WSVECS04 Frhs2[1178]: 6 0 1.00009 shouldn't be
283.06/283.85	WSVECS04 Frhs2[97]: 6 0 18.275 shouldn't be
283.06/283.85	WSVECS04 Frhs2[134]: 6 0 0.150097 shouldn't be
283.06/283.85	WSVECS04 Frhs2[278]: 6 0 0.0750461 shouldn't be
283.06/283.85	WSVECS04 Frhs2[572]: 6 0 3.21568 shouldn't be
283.06/283.85	WSVECS04 Frhs2[580]: 6 0 1.37505 shouldn't be
283.06/283.85	WSVECS04 Frhs2[636]: 6 0 4.20318 shouldn't be
283.06/283.85	WSVECS04 Frhs2[643]: 6 0 1.85006 shouldn't be
283.06/283.85	WSVECS04 Frhs2[653]: 6 0 2.96674 shouldn't be
283.06/283.85	WSVECS04 Frhs2[700]: 6 0 3.02194 shouldn't be
283.06/283.85	WSVECS04 Frhs2[763]: 6 0 0.265696 shouldn't be
283.06/283.85	WSVECS04 Frhs2[765]: 6 0 0.290722 shouldn't be
283.06/283.85	WSVECS04 Frhs2[813]: 6 0 1.00008 shouldn't be
283.06/283.85	WSVECS04 Frhs2[864]: 6 0 2.02196 shouldn't be
283.47/284.25	WSVECS04 Frhs2[104]: 6 0 1.13343 shouldn't be
283.47/284.25	WSVECS04 Frhs2[287]: 6 0 3.00009 shouldn't be
283.47/284.25	WSVECS04 Frhs2[360]: 6 0 4.92506 shouldn't be
283.47/284.25	WSVECS04 Frhs2[453]: 6 0 0.925099 shouldn't be
283.47/284.25	WSVECS04 Frhs2[517]: 6 0 2.92507 shouldn't be
283.47/284.25	WSVECS04 Frhs2[518]: 6 0 2.00008 shouldn't be
283.47/284.25	WSVECS04 Frhs2[638]: 6 0 1.54385 shouldn't be
283.47/284.25	WSVECS04 Frhs2[639]: 6 0 1.46885 shouldn't be
283.47/284.25	WSVECS04 Frhs2[1183]: 6 0 4.00005 shouldn't be
284.17/284.91	WSVECS04 Frhs2[42]: 6 0 0.150099 shouldn't be
284.17/284.91	WSVECS04 Frhs2[358]: 6 0 3.00007 shouldn't be
284.17/284.91	WSVECS04 Frhs2[389]: 6 0 1.07508 shouldn't be
284.17/284.91	WSVECS04 Frhs2[443]: 6 0 0.28756 shouldn't be
284.17/284.91	WSVECS04 Frhs2[552]: 6 0 4.4417 shouldn't be
284.17/284.91	WSVECS04 Frhs2[559]: 6 0 1.65626 shouldn't be
284.17/284.91	WSVECS04 Frhs2[631]: 6 0 7.28759 shouldn't be
284.17/284.91	WSVECS04 Frhs2[695]: 6 0 6.28756 shouldn't be
284.17/284.91	WSVECS04 Frhs2[703]: 6 0 0.287575 shouldn't be
284.17/284.91	WSVECS04 Frhs2[704]: 6 -5.15627 0 shouldn't be
284.17/284.91	WSVECS04 Frhs2[800]: 6 0 2.02196 shouldn't be
284.17/284.91	WSVECS04 Frhs2[1225]: 6 0 1.00006 shouldn't be
284.66/285.45	WSVECS04 Frhs2[569]: 6 0 0.481305 shouldn't be
284.66/285.45	WSVECS04 Frhs2[709]: 6 0 0.925035 shouldn't be
284.66/285.45	WSVECS04 Frhs2[841]: 6 0 4.1376 shouldn't be
293.73/294.54	c #Conflicts:     530000 | #Constraints:      77576
293.73/294.54	c #Conflicts:     531000 | #Constraints:      78576
293.73/294.54	c #Conflicts:     532000 | #Constraints:      79576
293.73/294.54	c #Conflicts:     533000 | #Constraints:      80576
293.73/294.54	c #Conflicts:     534000 | #Constraints:      81576
293.73/294.54	c #Conflicts:     535000 | #Constraints:      82576
293.73/294.54	c #Conflicts:     536000 | #Constraints:      83576
293.73/294.54	c #Conflicts:     537000 | #Constraints:      84576
293.73/294.54	c #Conflicts:     538000 | #Constraints:      85576
293.73/294.54	c #Conflicts:     539000 | #Constraints:      86576
293.73/294.54	c #Conflicts:     540000 | #Constraints:      87576
293.73/294.54	c #Conflicts:     541000 | #Constraints:      88576
293.73/294.54	c INPROCESSING
293.73/294.54	c GARBAGE COLLECT
293.73/294.54	c rational objective 128
302.52/303.34	c #Conflicts:     542000 | #Constraints:      53967
302.52/303.34	c #Conflicts:     543000 | #Constraints:      54967
302.52/303.34	c #Conflicts:     544000 | #Constraints:      55967
302.52/303.34	c #Conflicts:     545000 | #Constraints:      56967
302.52/303.34	c #Conflicts:     546000 | #Constraints:      57967
302.52/303.34	c #Conflicts:     547000 | #Constraints:      58967
302.52/303.34	c #Conflicts:     548000 | #Constraints:      59967
302.52/303.34	c #Conflicts:     549000 | #Constraints:      60967
302.52/303.34	c #Conflicts:     550000 | #Constraints:      61967
302.52/303.34	c #Conflicts:     551000 | #Constraints:      62967
302.52/303.34	c #Conflicts:     552000 | #Constraints:      63967
302.52/303.34	c #Conflicts:     553000 | #Constraints:      64967
302.52/303.34	c #Conflicts:     554000 | #Constraints:      65967
302.52/303.34	c #Conflicts:     555000 | #Constraints:      66967
302.52/303.34	c #Conflicts:     556000 | #Constraints:      67968
302.52/303.34	c #Conflicts:     557000 | #Constraints:      68968
302.52/303.34	c #Conflicts:     558000 | #Constraints:      69968
302.52/303.34	c INPROCESSING
302.52/303.34	c GARBAGE COLLECT
302.52/303.34	c rational objective 128
310.20/311.00	c #Conflicts:     559000 | #Constraints:      44472
310.20/311.00	c #Conflicts:     560000 | #Constraints:      45472
310.20/311.00	c #Conflicts:     561000 | #Constraints:      46472
310.20/311.00	c #Conflicts:     562000 | #Constraints:      47472
310.20/311.00	c #Conflicts:     563000 | #Constraints:      48472
310.20/311.00	c #Conflicts:     564000 | #Constraints:      49472
310.20/311.00	c #Conflicts:     565000 | #Constraints:      50472
310.20/311.00	c #Conflicts:     566000 | #Constraints:      51472
310.20/311.00	c #Conflicts:     567000 | #Constraints:      52472
310.20/311.00	c #Conflicts:     568000 | #Constraints:      53472
310.20/311.00	c #Conflicts:     569000 | #Constraints:      54472
310.20/311.00	c #Conflicts:     570000 | #Constraints:      55472
310.20/311.00	c #Conflicts:     571000 | #Constraints:      56472
310.20/311.00	c #Conflicts:     572000 | #Constraints:      57472
310.20/311.00	c #Conflicts:     573000 | #Constraints:      58472
310.20/311.00	c #Conflicts:     574000 | #Constraints:      59472
310.20/311.00	c #Conflicts:     575000 | #Constraints:      60472
310.20/311.00	c #Conflicts:     576000 | #Constraints:      61472
310.20/311.00	c INPROCESSING
310.20/311.00	c GARBAGE COLLECT
310.20/311.00	c rational objective 128
317.68/318.54	c #Conflicts:     577000 | #Constraints:      40430
317.68/318.54	c #Conflicts:     578000 | #Constraints:      41430
317.68/318.54	c #Conflicts:     579000 | #Constraints:      42430
317.68/318.54	c #Conflicts:     580000 | #Constraints:      43430
317.68/318.54	c #Conflicts:     581000 | #Constraints:      44430
317.68/318.54	c #Conflicts:     582000 | #Constraints:      45430
317.68/318.54	c #Conflicts:     583000 | #Constraints:      46430
317.68/318.54	c #Conflicts:     584000 | #Constraints:      47430
317.68/318.54	c #Conflicts:     585000 | #Constraints:      48430
317.68/318.54	c #Conflicts:     586000 | #Constraints:      49430
317.68/318.54	c #Conflicts:     587000 | #Constraints:      50430
317.68/318.54	c #Conflicts:     588000 | #Constraints:      51430
317.68/318.54	c #Conflicts:     589000 | #Constraints:      52430
317.68/318.54	c #Conflicts:     590000 | #Constraints:      53430
317.68/318.54	c #Conflicts:     591000 | #Constraints:      54430
317.68/318.54	c #Conflicts:     592000 | #Constraints:      55430
317.68/318.54	c #Conflicts:     593000 | #Constraints:      56430
317.68/318.54	c #Conflicts:     594000 | #Constraints:      57430
317.68/318.54	c INPROCESSING
317.68/318.54	c GARBAGE COLLECT
317.68/318.54	c rational objective 128
334.25/335.11	c #Conflicts:     595000 | #Constraints:      38516
334.25/335.11	c #Conflicts:     596000 | #Constraints:      39516
334.25/335.11	c #Conflicts:     597000 | #Constraints:      40516
334.25/335.11	c #Conflicts:     598000 | #Constraints:      41516
334.25/335.11	c #Conflicts:     599000 | #Constraints:      42516
334.25/335.11	c #Conflicts:     600000 | #Constraints:      43516
334.25/335.11	c #Conflicts:     601000 | #Constraints:      44516
334.25/335.11	c #Conflicts:     602000 | #Constraints:      45516
334.25/335.11	c #Conflicts:     603000 | #Constraints:      46516
334.25/335.11	c #Conflicts:     604000 | #Constraints:      47516
334.25/335.11	c #Conflicts:     605000 | #Constraints:      48516
334.25/335.11	c #Conflicts:     606000 | #Constraints:      49516
334.25/335.11	c #Conflicts:     607000 | #Constraints:      50516
334.25/335.11	c #Conflicts:     608000 | #Constraints:      51516
334.25/335.11	c #Conflicts:     609000 | #Constraints:      52516
334.25/335.11	c #Conflicts:     610000 | #Constraints:      53516
334.25/335.11	c #Conflicts:     611000 | #Constraints:      54516
334.25/335.11	c #Conflicts:     612000 | #Constraints:      55516
334.25/335.11	c #Conflicts:     613000 | #Constraints:      56516
334.25/335.11	c #Conflicts:     614000 | #Constraints:      57516
334.25/335.11	c #Conflicts:     615000 | #Constraints:      58516
334.25/335.11	c #Conflicts:     616000 | #Constraints:      59516
334.25/335.11	c #Conflicts:     617000 | #Constraints:      60516
334.25/335.11	c #Conflicts:     618000 | #Constraints:      61516
334.25/335.11	c #Conflicts:     619000 | #Constraints:      62516
334.25/335.11	c #Conflicts:     620000 | #Constraints:      63516
334.25/335.11	c #Conflicts:     621000 | #Constraints:      64516
334.25/335.11	c #Conflicts:     622000 | #Constraints:      65516
334.25/335.11	c #Conflicts:     623000 | #Constraints:      66516
334.25/335.11	c #Conflicts:     624000 | #Constraints:      67516
334.25/335.11	c #Conflicts:     625000 | #Constraints:      68516
334.25/335.11	c #Conflicts:     626000 | #Constraints:      69516
334.25/335.11	c #Conflicts:     627000 | #Constraints:      70516
334.25/335.11	c #Conflicts:     628000 | #Constraints:      71516
334.25/335.11	WSVECS04 Frhs2[12]: 6 0 26.1334 shouldn't be
334.25/335.11	WSVECS04 Frhs2[79]: 6 0 0.200063 shouldn't be
334.25/335.11	WSVECS04 Frhs2[175]: 6 0 1.31115 shouldn't be
334.25/335.11	WSVECS04 Frhs2[177]: 6 0 4.84446 shouldn't be
334.25/335.11	WSVECS04 Frhs2[189]: 6 0 1.80004 shouldn't be
334.25/335.11	WSVECS04 Frhs2[195]: 6 0 2.00008 shouldn't be
334.25/335.11	WSVECS04 Frhs2[202]: 6 -2.20001 0 shouldn't be
334.25/335.11	WSVECS04 Frhs2[204]: 6 0 24.1334 shouldn't be
334.25/335.11	WSVECS04 Frhs2[233]: 6 0 0.355615 shouldn't be
334.25/335.11	WSVECS04 Frhs2[234]: 6 0 1.53337 shouldn't be
334.25/335.11	WSVECS04 Frhs2[235]: 6 0 3.00006 shouldn't be
334.25/335.11	WSVECS04 Frhs2[258]: 6 -2.00008 0 shouldn't be
334.25/335.11	WSVECS04 Frhs2[266]: 6 -2.00004 0 shouldn't be
334.25/335.11	WSVECS04 Frhs2[268]: 6 0 24.1334 shouldn't be
334.25/335.11	WSVECS04 Frhs2[298]: 6 0 2.53338 shouldn't be
334.25/335.11	WSVECS04 Frhs2[374]: 6 0 1.31118 shouldn't be
334.25/335.11	WSVECS04 Frhs2[375]: 6 -1.3112 0 shouldn't be
334.25/335.11	WSVECS04 Frhs2[393]: 6 -7.42226 0 shouldn't be
334.25/335.11	WSVECS04 Frhs2[434]: 6 0 1.57341 shouldn't be
334.25/335.11	WSVECS04 Frhs2[438]: 6 0 1.31115 shouldn't be
334.25/335.11	WSVECS04 Frhs2[460]: 6 0 24.1334 shouldn't be
334.25/335.11	WSVECS04 Frhs2[463]: 6 0 0.200048 shouldn't be
334.25/335.11	WSVECS04 Frhs2[556]: 6 0 3.00003 shouldn't be
334.25/335.11	WSVECS04 Frhs2[561]: 6 0 4.64447 shouldn't be
334.25/335.11	WSVECS04 Frhs2[588]: 6 0 26.1334 shouldn't be
334.25/335.11	WSVECS04 Frhs2[644]: 6 0 3.00002 shouldn't be
334.25/335.11	WSVECS04 Frhs2[674]: 6 -20.1112 0 shouldn't be
334.25/335.11	WSVECS04 Frhs2[681]: 6 0 1.00004 shouldn't be
334.25/335.11	WSVECS04 Frhs2[683]: 6 0 1.00008 shouldn't be
334.25/335.11	WSVECS04 Frhs2[690]: 6 0 1.57341 shouldn't be
334.25/335.11	WSVECS04 Frhs2[716]: 6 0 26.1334 shouldn't be
334.25/335.11	WSVECS04 Frhs2[720]: 6 0 15.4 shouldn't be
334.25/335.11	WSVECS04 Frhs2[773]: 6 0 1.00002 shouldn't be
334.25/335.11	WSVECS04 Frhs2[944]: 6 -1.00008 0 shouldn't be
334.25/335.11	WSVECS04 Frhs2[1067]: 6 -1.00009 0 shouldn't be
334.25/335.11	WSVECS04 Frhs2[1074]: 6 -1.00009 0 shouldn't be
334.25/335.11	WSVECS04 Frhs2[1124]: 6 -1.00003 0 shouldn't be
334.25/335.11	WSVECS04 Frhs2[1128]: 6 -1.00006 0 shouldn't be
334.25/335.11	WSVECS04 Frhs2[1297]: 6 0 1.00008 shouldn't be
334.25/335.11	WSVECS04 Frhs2[1311]: 6 -1.00004 0 shouldn't be
334.25/335.11	WSVECS04 Frhs2[1342]: 6 -1.00001 0 shouldn't be
334.25/335.11	WSVECS04 Frhs2[1343]: 6 0 2.00005 shouldn't be
334.54/335.47	WSVECS04 Frhs2[196]: 6 0 5.00001 shouldn't be
334.54/335.47	WSVECS04 Frhs2[207]: 6 0 0.200022 shouldn't be
334.54/335.47	WSVECS04 Frhs2[260]: 6 0 3.00001 shouldn't be
334.54/335.47	WSVECS04 Frhs2[399]: 6 0 0.200036 shouldn't be
334.54/335.47	WSVECS04 Frhs2[643]: 6 -1.00005 0 shouldn't be
334.54/335.47	WSVECS04 Frhs2[1103]: 6 -1.00006 0 shouldn't be
334.94/335.82	WSVECS04 Frhs2[119]: 6 -2.82669 0 shouldn't be
334.94/335.82	WSVECS04 Frhs2[557]: 6 0 3.00002 shouldn't be
334.94/335.82	WSVECS04 Frhs2[637]: 6 0 0.800069 shouldn't be
335.24/336.13	WSVECS04 Frhs2[49]: 6 0 5.95561 shouldn't be
335.24/336.13	WSVECS04 Frhs2[113]: 6 0 5.95565 shouldn't be
335.24/336.13	WSVECS04 Frhs2[134]: 6 -7.15561 0 shouldn't be
335.24/336.13	WSVECS04 Frhs2[369]: 6 0 5.95559 shouldn't be
335.24/336.13	WSVECS04 Frhs2[433]: 6 0 5.95561 shouldn't be
335.84/336.76	WSVECS04 Frhs2[118]: 6 0 1.31117 shouldn't be
335.84/336.76	WSVECS04 Frhs2[170]: 6 0 1.53338 shouldn't be
335.84/336.76	WSVECS04 Frhs2[242]: 6 0 0.262306 shouldn't be
335.84/336.76	WSVECS04 Frhs2[249]: 6 0 15.3556 shouldn't be
335.84/336.76	WSVECS04 Frhs2[558]: 6 -6.46671 0 shouldn't be
335.84/336.76	WSVECS04 Frhs2[1065]: 6 0 1.00005 shouldn't be
335.84/336.76	WSVECS04 Frhs2[1143]: 6 0 1.00003 shouldn't be
335.84/336.76	WSVECS04 Frhs2[1155]: 6 -2.00003 0 shouldn't be
335.84/336.76	WSVECS04 Frhs2[1340]: 6 -1.00005 0 shouldn't be
347.81/348.78	c #Conflicts:     629000 | #Constraints:      72516
347.81/348.78	c #Conflicts:     630000 | #Constraints:      73516
347.81/348.78	c #Conflicts:     631000 | #Constraints:      74516
347.81/348.78	c #Conflicts:     632000 | #Constraints:      75516
347.81/348.78	c #Conflicts:     633000 | #Constraints:      76516
347.81/348.78	c #Conflicts:     634000 | #Constraints:      77516
347.81/348.78	c #Conflicts:     635000 | #Constraints:      78516
347.81/348.78	c #Conflicts:     636000 | #Constraints:      79516
347.81/348.78	c #Conflicts:     637000 | #Constraints:      80516
347.81/348.78	c #Conflicts:     638000 | #Constraints:      81516
347.81/348.78	c #Conflicts:     639000 | #Constraints:      82516
347.81/348.78	c #Conflicts:     640000 | #Constraints:      83516
347.81/348.78	c #Conflicts:     641000 | #Constraints:      84516
347.81/348.78	c #Conflicts:     642000 | #Constraints:      85516
347.81/348.78	c #Conflicts:     643000 | #Constraints:      86516
347.81/348.78	c #Conflicts:     644000 | #Constraints:      87516
347.81/348.78	c #Conflicts:     645000 | #Constraints:      88516
347.81/348.78	c #Conflicts:     646000 | #Constraints:      89516
347.81/348.78	c #Conflicts:     647000 | #Constraints:      90516
347.81/348.78	c #Conflicts:     648000 | #Constraints:      91516
347.81/348.78	c #Conflicts:     649000 | #Constraints:      92516
347.81/348.78	c #Conflicts:     650000 | #Constraints:      93516
347.81/348.78	c #Conflicts:     651000 | #Constraints:      94516
347.81/348.78	c #Conflicts:     652000 | #Constraints:      95516
347.81/348.78	c INPROCESSING
347.81/348.78	c GARBAGE COLLECT
347.81/348.78	c rational objective 128
357.58/358.55	c #Conflicts:     653000 | #Constraints:      57289
357.58/358.55	c #Conflicts:     654000 | #Constraints:      58290
357.58/358.55	c #Conflicts:     655000 | #Constraints:      59290
357.58/358.55	c #Conflicts:     656000 | #Constraints:      60290
357.58/358.55	c #Conflicts:     657000 | #Constraints:      61290
357.58/358.55	c #Conflicts:     658000 | #Constraints:      62290
357.58/358.55	c #Conflicts:     659000 | #Constraints:      63290
357.58/358.55	c #Conflicts:     660000 | #Constraints:      64290
357.58/358.55	c #Conflicts:     661000 | #Constraints:      65290
357.58/358.55	c #Conflicts:     662000 | #Constraints:      66290
357.58/358.55	c #Conflicts:     663000 | #Constraints:      67290
357.58/358.55	c #Conflicts:     664000 | #Constraints:      68290
357.58/358.55	c #Conflicts:     665000 | #Constraints:      69290
357.58/358.55	c #Conflicts:     666000 | #Constraints:      70290
357.58/358.55	c #Conflicts:     667000 | #Constraints:      71290
357.58/358.55	c #Conflicts:     668000 | #Constraints:      72290
357.58/358.55	c #Conflicts:     669000 | #Constraints:      73290
357.58/358.55	c #Conflicts:     670000 | #Constraints:      74290
357.58/358.55	c #Conflicts:     671000 | #Constraints:      75290
357.58/358.55	c INPROCESSING
357.58/358.55	c GARBAGE COLLECT
357.58/358.55	c rational objective 128
364.66/365.66	c #Conflicts:     672000 | #Constraints:      47173
364.66/365.66	c #Conflicts:     673000 | #Constraints:      48173
364.66/365.66	c #Conflicts:     674000 | #Constraints:      49173
364.66/365.66	c #Conflicts:     675000 | #Constraints:      50173
364.66/365.66	c #Conflicts:     676000 | #Constraints:      51173
364.66/365.66	c #Conflicts:     677000 | #Constraints:      52173
364.66/365.66	c #Conflicts:     678000 | #Constraints:      53173
364.66/365.66	c #Conflicts:     679000 | #Constraints:      54173
364.66/365.66	c #Conflicts:     680000 | #Constraints:      55173
364.66/365.66	c #Conflicts:     681000 | #Constraints:      56173
364.66/365.66	c #Conflicts:     682000 | #Constraints:      57173
364.66/365.66	c #Conflicts:     683000 | #Constraints:      58173
364.66/365.66	c #Conflicts:     684000 | #Constraints:      59173
364.66/365.66	c #Conflicts:     685000 | #Constraints:      60173
364.66/365.66	WSVECS04 Frhs2[78]: 6 0 2.00003 shouldn't be
364.66/365.66	WSVECS04 Frhs2[138]: 6 -2.00009 0 shouldn't be
364.66/365.66	WSVECS04 Frhs2[139]: 6 0 2.00007 shouldn't be
364.66/365.66	WSVECS04 Frhs2[142]: 6 0 2.00008 shouldn't be
364.66/365.66	WSVECS04 Frhs2[206]: 6 0 2.00003 shouldn't be
364.66/365.66	WSVECS04 Frhs2[219]: 6 -2.00004 0 shouldn't be
364.66/365.66	WSVECS04 Frhs2[257]: 6 -1.00005 0 shouldn't be
364.66/365.66	WSVECS04 Frhs2[300]: 6 0 2.50005 shouldn't be
364.66/365.66	WSVECS04 Frhs2[355]: 6 0 0.166724 shouldn't be
364.66/365.66	WSVECS04 Frhs2[398]: 6 0 2.00006 shouldn't be
364.66/365.66	WSVECS04 Frhs2[430]: 6 -4.50006 0 shouldn't be
364.66/365.66	WSVECS04 Frhs2[558]: 6 -3.50004 0 shouldn't be
364.66/365.66	WSVECS04 Frhs2[581]: 6 -1.00003 0 shouldn't be
364.66/365.66	WSVECS04 Frhs2[810]: 6 0 1.50008 shouldn't be
364.66/365.66	WSVECS04 Frhs2[811]: 6 0 1.50001 shouldn't be
364.66/365.66	WSVECS04 Frhs2[814]: 6 -0.666678 0 shouldn't be
364.66/365.66	WSVECS04 Frhs2[903]: 6 0 2.00009 shouldn't be
364.66/365.66	WSVECS04 Frhs2[918]: 6 -2.00008 0 shouldn't be
364.66/365.66	WSVECS04 Frhs2[1065]: 6 0 1.00007 shouldn't be
364.66/365.66	WSVECS04 Frhs2[1234]: 6 0 1.00003 shouldn't be
364.66/365.66	WSVECS04 Frhs2[1239]: 6 -1.00007 0 shouldn't be
364.66/365.66	WSVECS04 Frhs2[1289]: 6 0 2.00009 shouldn't be
365.07/366.00	WSVECS04 Frhs2[284]: 6 -2.00006 0 shouldn't be
365.07/366.00	WSVECS04 Frhs2[617]: 6 0 2.00003 shouldn't be
365.07/366.00	WSVECS04 Frhs2[681]: 6 0 2.00002 shouldn't be
365.07/366.00	WSVECS04 Frhs2[911]: 6 -1.00002 0 shouldn't be
365.07/366.00	WSVECS04 Frhs2[1279]: 6 0 3.00005 shouldn't be
365.36/366.31	WSVECS04 Frhs2[99]: 6 0 0.388902 shouldn't be
365.36/366.31	WSVECS04 Frhs2[238]: 6 -2.33336 0 shouldn't be
365.36/366.31	WSVECS04 Frhs2[348]: 6 -2.00004 0 shouldn't be
365.36/366.31	WSVECS04 Frhs2[394]: 6 -4.00008 0 shouldn't be
365.36/366.31	WSVECS04 Frhs2[464]: 6 0 4.00001 shouldn't be
365.36/366.31	WSVECS04 Frhs2[551]: 6 0 4.16676 shouldn't be
365.36/366.31	WSVECS04 Frhs2[764]: 6 0 7.33338 shouldn't be
365.36/366.31	WSVECS04 Frhs2[780]: 6 0 11.1667 shouldn't be
367.96/368.98	WSVECS04 Frhs2[150]: 6 0 1.50006 shouldn't be
367.96/368.98	WSVECS04 Frhs2[214]: 6 0 1.50009 shouldn't be
367.96/368.98	WSVECS04 Frhs2[234]: 6 0 1.50008 shouldn't be
367.96/368.98	WSVECS04 Frhs2[240]: 6 0 3.50002 shouldn't be
367.96/368.98	WSVECS04 Frhs2[534]: 6 0 1.5001 shouldn't be
367.96/368.98	WSVECS04 Frhs2[752]: 6 0 2.5001 shouldn't be
367.96/368.98	WSVECS04 Frhs2[787]: 6 -3.00002 0 shouldn't be
367.96/368.98	WSVECS04 Frhs2[790]: 6 0 1.50005 shouldn't be
367.96/368.98	WSVECS04 Frhs2[1131]: 6 -1.00008 0 shouldn't be
367.96/368.98	WSVECS04 Frhs2[1339]: 6 0 1.00006 shouldn't be
369.56/370.50	c #Conflicts:     686000 | #Constraints:      61173
369.56/370.50	c #Conflicts:     687000 | #Constraints:      62173
369.56/370.50	c #Conflicts:     688000 | #Constraints:      63173
369.56/370.50	c #Conflicts:     689000 | #Constraints:      64173
369.56/370.50	c #Conflicts:     690000 | #Constraints:      65173
369.56/370.50	c INPROCESSING
369.56/370.50	c GARBAGE COLLECT
369.56/370.50	c rational objective 128
377.34/378.38	c #Conflicts:     691000 | #Constraints:      41943
377.34/378.38	c #Conflicts:     692000 | #Constraints:      42943
377.34/378.38	c #Conflicts:     693000 | #Constraints:      43943
377.34/378.38	c #Conflicts:     694000 | #Constraints:      44943
377.34/378.38	c #Conflicts:     695000 | #Constraints:      45943
377.34/378.38	c #Conflicts:     696000 | #Constraints:      46943
377.34/378.38	c #Conflicts:     697000 | #Constraints:      47943
377.34/378.38	c #Conflicts:     698000 | #Constraints:      48943
377.34/378.38	c #Conflicts:     699000 | #Constraints:      49943
377.34/378.38	c #Conflicts:     700000 | #Constraints:      50943
377.34/378.38	c #Conflicts:     701000 | #Constraints:      51943
377.34/378.38	c #Conflicts:     702000 | #Constraints:      52943
377.34/378.38	c #Conflicts:     703000 | #Constraints:      53943
377.34/378.38	c #Conflicts:     704000 | #Constraints:      54943
377.34/378.38	c #Conflicts:     705000 | #Constraints:      55944
377.34/378.38	c #Conflicts:     706000 | #Constraints:      56944
377.34/378.38	c #Conflicts:     707000 | #Constraints:      57944
377.34/378.38	c #Conflicts:     708000 | #Constraints:      58944
377.34/378.38	c #Conflicts:     709000 | #Constraints:      59944
377.34/378.38	c #Conflicts:     710000 | #Constraints:      60944
377.34/378.38	c INPROCESSING
377.34/378.38	c GARBAGE COLLECT
377.34/378.38	c rational objective 128
402.49/403.51	c #Conflicts:     711000 | #Constraints:      40061
402.49/403.51	c #Conflicts:     712000 | #Constraints:      41061
402.49/403.51	c #Conflicts:     713000 | #Constraints:      42061
402.49/403.51	c #Conflicts:     714000 | #Constraints:      43061
402.49/403.51	c #Conflicts:     715000 | #Constraints:      44061
402.49/403.51	c #Conflicts:     716000 | #Constraints:      45061
402.49/403.51	c #Conflicts:     717000 | #Constraints:      46062
402.49/403.51	c #Conflicts:     718000 | #Constraints:      47064
402.49/403.51	c #Conflicts:     719000 | #Constraints:      48065
402.49/403.51	c #Conflicts:     720000 | #Constraints:      49067
402.49/403.51	c #Conflicts:     721000 | #Constraints:      50067
402.49/403.51	c #Conflicts:     722000 | #Constraints:      51067
402.49/403.51	c #Conflicts:     723000 | #Constraints:      52069
402.49/403.51	c #Conflicts:     724000 | #Constraints:      53071
402.49/403.51	c #Conflicts:     725000 | #Constraints:      54072
402.49/403.51	c #Conflicts:     726000 | #Constraints:      55072
402.49/403.51	c #Conflicts:     727000 | #Constraints:      56072
402.49/403.51	c #Conflicts:     728000 | #Constraints:      57073
402.49/403.51	c #Conflicts:     729000 | #Constraints:      58073
402.49/403.51	c #Conflicts:     730000 | #Constraints:      59073
402.49/403.51	c #Conflicts:     731000 | #Constraints:      60073
402.49/403.51	c #Conflicts:     732000 | #Constraints:      61073
402.49/403.51	c #Conflicts:     733000 | #Constraints:      62073
402.49/403.51	c #Conflicts:     734000 | #Constraints:      63073
402.49/403.51	c #Conflicts:     735000 | #Constraints:      64074
402.49/403.51	c #Conflicts:     736000 | #Constraints:      65075
402.49/403.51	c #Conflicts:     737000 | #Constraints:      66075
402.49/403.51	c #Conflicts:     738000 | #Constraints:      67076
402.49/403.51	c #Conflicts:     739000 | #Constraints:      68076
402.49/403.51	c #Conflicts:     740000 | #Constraints:      69077
402.49/403.51	c #Conflicts:     741000 | #Constraints:      70079
402.49/403.51	c #Conflicts:     742000 | #Constraints:      71079
402.49/403.51	c #Conflicts:     743000 | #Constraints:      72079
402.49/403.51	c #Conflicts:     744000 | #Constraints:      73080
402.49/403.51	c #Conflicts:     745000 | #Constraints:      74081
402.49/403.51	c #Conflicts:     746000 | #Constraints:      75081
402.49/403.51	c #Conflicts:     747000 | #Constraints:      76081
402.49/403.51	WSVECS04 Frhs2[13]: 6 -8.00007 0 shouldn't be
402.49/403.51	WSVECS04 Frhs2[37]: 6 -2.00003 0 shouldn't be
402.49/403.51	WSVECS04 Frhs2[55]: 6 -4.00006 0 shouldn't be
402.49/403.51	WSVECS04 Frhs2[58]: 6 0 14.0001 shouldn't be
402.49/403.51	WSVECS04 Frhs2[64]: 6 -5.00008 0 shouldn't be
402.49/403.51	WSVECS04 Frhs2[89]: 6 0 6.00002 shouldn't be
402.49/403.51	WSVECS04 Frhs2[162]: 6 0 2.00004 shouldn't be
402.49/403.51	WSVECS04 Frhs2[167]: 6 0 1.00004 shouldn't be
402.49/403.51	WSVECS04 Frhs2[193]: 6 -4.00003 0 shouldn't be
402.49/403.51	WSVECS04 Frhs2[244]: 6 0 1.00004 shouldn't be
402.49/403.51	WSVECS04 Frhs2[245]: 6 0 1.00006 shouldn't be
402.49/403.51	WSVECS04 Frhs2[260]: 6 0 2.00008 shouldn't be
402.49/403.51	WSVECS04 Frhs2[279]: 6 -24 0 shouldn't be
402.49/403.51	WSVECS04 Frhs2[285]: 6 0 1.00005 shouldn't be
402.49/403.51	WSVECS04 Frhs2[286]: 6 0 3.00008 shouldn't be
402.49/403.51	WSVECS04 Frhs2[298]: 6 0 9.00007 shouldn't be
402.49/403.51	WSVECS04 Frhs2[302]: 6 -2.00002 0 shouldn't be
402.49/403.51	WSVECS04 Frhs2[306]: 6 0 3.00006 shouldn't be
402.49/403.51	WSVECS04 Frhs2[314]: 6 0 17.0001 shouldn't be
402.49/403.51	WSVECS04 Frhs2[324]: 6 -2.00003 0 shouldn't be
402.49/403.51	WSVECS04 Frhs2[329]: 6 0 4.0001 shouldn't be
402.49/403.51	WSVECS04 Frhs2[330]: 6 0 3.00008 shouldn't be
402.49/403.51	WSVECS04 Frhs2[348]: 6 -12.0001 0 shouldn't be
402.49/403.51	WSVECS04 Frhs2[372]: 6 0 1.00006 shouldn't be
402.49/403.51	WSVECS04 Frhs2[373]: 6 0 1.00004 shouldn't be
402.49/403.51	WSVECS04 Frhs2[414]: 6 0 7.00002 shouldn't be
402.49/403.51	WSVECS04 Frhs2[481]: 6 -14.0001 0 shouldn't be
402.49/403.51	WSVECS04 Frhs2[503]: 6 -11.0001 0 shouldn't be
402.49/403.51	WSVECS04 Frhs2[512]: 6 0 12.0001 shouldn't be
402.49/403.51	WSVECS04 Frhs2[542]: 6 0 4.00006 shouldn't be
402.49/403.51	WSVECS04 Frhs2[561]: 6 0 11.0001 shouldn't be
402.49/403.51	WSVECS04 Frhs2[564]: 6 0 1.00002 shouldn't be
402.49/403.51	WSVECS04 Frhs2[629]: 6 0 1.00003 shouldn't be
402.49/403.51	WSVECS04 Frhs2[682]: 6 0 3.66671 shouldn't be
402.49/403.51	WSVECS04 Frhs2[683]: 6 0 1.66671 shouldn't be
402.49/403.51	WSVECS04 Frhs2[688]: 6 -3.33337 0 shouldn't be
402.49/403.51	WSVECS04 Frhs2[798]: 6 0 2.0001 shouldn't be
402.49/403.51	WSVECS04 Frhs2[807]: 6 0 1.00003 shouldn't be
402.49/403.51	WSVECS04 Frhs2[812]: 6 0 6.00004 shouldn't be
402.49/403.51	WSVECS04 Frhs2[822]: 6 0 1.00004 shouldn't be
402.49/403.51	WSVECS04 Frhs2[862]: 6 0 2.00004 shouldn't be
402.49/403.51	WSVECS04 Frhs2[880]: 6 0 4.00005 shouldn't be
402.49/403.51	WSVECS04 Frhs2[884]: 6 0 1.00009 shouldn't be
402.49/403.51	WSVECS04 Frhs2[889]: 6 -4.00008 0 shouldn't be
402.49/403.51	WSVECS04 Frhs2[897]: 6 0 2.00006 shouldn't be
402.49/403.51	WSVECS04 Frhs2[932]: 6 0 2.00004 shouldn't be
402.49/403.51	WSVECS04 Frhs2[937]: 6 0 4.00003 shouldn't be
402.49/403.51	WSVECS04 Frhs2[943]: 6 -4.00009 0 shouldn't be
402.49/403.51	WSVECS04 Frhs2[944]: 6 0 2.00004 shouldn't be
402.49/403.51	WSVECS04 Frhs2[953]: 6 -1.00008 0 shouldn't be
402.49/403.51	WSVECS04 Frhs2[1065]: 6 -1.00001 0 shouldn't be
402.49/403.51	WSVECS04 Frhs2[1191]: 6 0 2.00009 shouldn't be
402.49/403.51	WSVECS04 Frhs2[1212]: 6 0 2.00003 shouldn't be
402.49/403.51	WSVECS04 Frhs2[1234]: 6 -13.0001 0 shouldn't be
402.49/403.51	WSVECS04 Frhs2[1252]: 6 0 1.00008 shouldn't be
402.49/403.51	WSVECS04 Frhs2[1253]: 6 -2.00002 0 shouldn't be
402.49/403.51	WSVECS04 Frhs2[1283]: 6 0 11.0001 shouldn't be
410.17/411.21	c #Conflicts:     748000 | #Constraints:      77081
410.17/411.21	c #Conflicts:     749000 | #Constraints:      78081
410.17/411.21	c #Conflicts:     750000 | #Constraints:      79081
410.17/411.21	c #Conflicts:     751000 | #Constraints:      80082
410.17/411.21	c #Conflicts:     752000 | #Constraints:      81085
410.17/411.21	c #Conflicts:     753000 | #Constraints:      82086
410.17/411.21	c #Conflicts:     754000 | #Constraints:      83086
410.17/411.21	c #Conflicts:     755000 | #Constraints:      84087
410.17/411.21	c #Conflicts:     756000 | #Constraints:      85087
410.17/411.21	WSVECS04 Frhs2[8]: 6 0 3.50006 shouldn't be
410.17/411.21	WSVECS04 Frhs2[17]: 6 0 1.05628 shouldn't be
410.17/411.21	WSVECS04 Frhs2[57]: 6 0 1.50004 shouldn't be
410.17/411.21	WSVECS04 Frhs2[58]: 6 0 2.92508 shouldn't be
410.17/411.21	WSVECS04 Frhs2[62]: 6 0 1.50006 shouldn't be
410.17/411.21	WSVECS04 Frhs2[63]: 6 0 1.50009 shouldn't be
410.17/411.21	WSVECS04 Frhs2[74]: 6 0 14.4251 shouldn't be
410.17/411.21	WSVECS04 Frhs2[75]: 6 0 15.2251 shouldn't be
410.17/411.21	WSVECS04 Frhs2[80]: 6 0 21.85 shouldn't be
410.17/411.21	WSVECS04 Frhs2[82]: 6 0 0.0562761 shouldn't be
410.17/411.21	WSVECS04 Frhs2[104]: 6 0 2.00005 shouldn't be
410.17/411.21	WSVECS04 Frhs2[110]: 6 -2.45007 0 shouldn't be
410.17/411.21	WSVECS04 Frhs2[123]: 6 -8.00002 0 shouldn't be
410.17/411.21	WSVECS04 Frhs2[125]: 6 0 3.00009 shouldn't be
410.17/411.21	WSVECS04 Frhs2[188]: 6 -1.00002 0 shouldn't be
410.17/411.21	WSVECS04 Frhs2[189]: 6 0 3.00009 shouldn't be
410.17/411.21	WSVECS04 Frhs2[203]: 6 0 0.887526 shouldn't be
410.17/411.21	WSVECS04 Frhs2[214]: 6 -3.10626 0 shouldn't be
410.17/411.21	WSVECS04 Frhs2[246]: 6 0 5.20006 shouldn't be
410.17/411.21	WSVECS04 Frhs2[253]: 6 0 3.00006 shouldn't be
410.17/411.21	WSVECS04 Frhs2[273]: 6 0 1.05628 shouldn't be
410.17/411.21	WSVECS04 Frhs2[289]: 6 0 0.800027 shouldn't be
410.17/411.21	WSVECS04 Frhs2[303]: 6 0 4.65006 shouldn't be
410.17/411.21	WSVECS04 Frhs2[333]: 6 0 1.71251 shouldn't be
410.17/411.21	WSVECS04 Frhs2[342]: 6 0 3.94376 shouldn't be
410.17/411.21	WSVECS04 Frhs2[353]: 6 0 0.800018 shouldn't be
410.17/411.21	WSVECS04 Frhs2[376]: 6 0 3.00004 shouldn't be
410.17/411.21	WSVECS04 Frhs2[381]: 6 0 1.57508 shouldn't be
410.17/411.21	WSVECS04 Frhs2[428]: 6 -2.00004 0 shouldn't be
410.17/411.21	WSVECS04 Frhs2[495]: 6 0 3.15006 shouldn't be
410.17/411.21	WSVECS04 Frhs2[505]: 6 -3.00004 0 shouldn't be
410.17/411.21	WSVECS04 Frhs2[539]: 6 -6.00004 0 shouldn't be
410.17/411.21	WSVECS04 Frhs2[570]: 6 0 1.42506 shouldn't be
410.17/411.21	WSVECS04 Frhs2[573]: 6 0 3.00007 shouldn't be
410.17/411.21	WSVECS04 Frhs2[593]: 6 0 1.05628 shouldn't be
410.17/411.21	WSVECS04 Frhs2[600]: 6 -2.05635 0 shouldn't be
410.17/411.21	WSVECS04 Frhs2[606]: 6 0 1.00004 shouldn't be
410.17/411.21	WSVECS04 Frhs2[623]: 6 0 4.65005 shouldn't be
410.17/411.21	WSVECS04 Frhs2[630]: 6 0 2.40006 shouldn't be
410.17/411.21	WSVECS04 Frhs2[634]: 6 0 0.625052 shouldn't be
410.17/411.21	WSVECS04 Frhs2[637]: 6 0 3.00004 shouldn't be
410.17/411.21	WSVECS04 Frhs2[653]: 6 0 0.912525 shouldn't be
410.17/411.21	WSVECS04 Frhs2[681]: 6 0 4.07508 shouldn't be
410.17/411.21	WSVECS04 Frhs2[682]: 6 0 4.00009 shouldn't be
410.17/411.21	WSVECS04 Frhs2[694]: 6 0 5.20002 shouldn't be
410.17/411.21	WSVECS04 Frhs2[698]: 6 0 1.42507 shouldn't be
410.17/411.21	WSVECS04 Frhs2[736]: 6 -10.6001 0 shouldn't be
410.17/411.21	WSVECS04 Frhs2[744]: 6 0 0.500071 shouldn't be
410.17/411.21	WSVECS04 Frhs2[756]: 6 0 0.800088 shouldn't be
410.17/411.21	WSVECS04 Frhs2[759]: 6 -9.2001 0 shouldn't be
410.17/411.21	WSVECS04 Frhs2[765]: 6 0 3.00002 shouldn't be
410.17/411.21	WSVECS04 Frhs2[797]: 6 0 3.00003 shouldn't be
410.17/411.21	WSVECS04 Frhs2[808]: 6 0 1.20003 shouldn't be
410.17/411.21	WSVECS04 Frhs2[811]: 6 0 0.800036 shouldn't be
410.17/411.21	WSVECS04 Frhs2[841]: 6 0 2.42502 shouldn't be
410.17/411.21	WSVECS04 Frhs2[862]: 6 -4.60006 0 shouldn't be
410.17/411.21	WSVECS04 Frhs2[865]: 6 0 0.800047 shouldn't be
410.17/411.21	WSVECS04 Frhs2[884]: 6 0 3.20005 shouldn't be
410.17/411.21	WSVECS04 Frhs2[886]: 6 0 5.60001 shouldn't be
410.17/411.21	WSVECS04 Frhs2[893]: 6 0 3.00007 shouldn't be
410.17/411.21	WSVECS04 Frhs2[896]: 6 -3.00004 0 shouldn't be
410.17/411.21	WSVECS04 Frhs2[902]: 6 -2.00008 0 shouldn't be
410.17/411.21	WSVECS04 Frhs2[946]: 6 -1.00004 0 shouldn't be
410.17/411.21	WSVECS04 Frhs2[1015]: 6 0 0.312579 shouldn't be
410.17/411.21	WSVECS04 Frhs2[1027]: 6 -2.00005 0 shouldn't be
410.17/411.21	WSVECS04 Frhs2[1029]: 6 -3.00007 0 shouldn't be
410.17/411.21	WSVECS04 Frhs2[1064]: 6 0 3.25629 shouldn't be
410.17/411.21	WSVECS04 Frhs2[1177]: 6 0 1.80006 shouldn't be
410.17/411.21	WSVECS04 Frhs2[1183]: 6 0 3.80008 shouldn't be
410.17/411.21	WSVECS04 Frhs2[1193]: 6 0 3.80001 shouldn't be
410.17/411.21	WSVECS04 Frhs2[1226]: 6 0 2.00003 shouldn't be
410.17/411.21	WSVECS04 Frhs2[1321]: 6 0 1.00001 shouldn't be
410.17/411.21	WSVECS04 Frhs2[1328]: 6 0 1.00002 shouldn't be
410.36/411.42	WSVECS04 Frhs2[186]: 6 0 1.42506 shouldn't be
410.36/411.42	WSVECS04 Frhs2[210]: 6 0 0.0562956 shouldn't be
410.36/411.42	WSVECS04 Frhs2[227]: 6 0 1.20009 shouldn't be
410.36/411.42	WSVECS04 Frhs2[230]: 6 0 1.90006 shouldn't be
410.36/411.42	WSVECS04 Frhs2[301]: 6 0 1.50007 shouldn't be
410.36/411.42	WSVECS04 Frhs2[373]: 6 0 0.400029 shouldn't be
410.36/411.42	WSVECS04 Frhs2[412]: 6 -1.00007 0 shouldn't be
410.36/411.42	WSVECS04 Frhs2[547]: 6 0 0.80004 shouldn't be
410.36/411.42	WSVECS04 Frhs2[550]: 6 0 1.50002 shouldn't be
410.36/411.42	WSVECS04 Frhs2[552]: 6 0 2.00001 shouldn't be
410.36/411.42	WSVECS04 Frhs2[557]: 6 0 1.50008 shouldn't be
410.36/411.42	WSVECS04 Frhs2[589]: 6 0 3.03755 shouldn't be
410.36/411.42	WSVECS04 Frhs2[616]: 6 0 2.00009 shouldn't be
410.36/411.42	WSVECS04 Frhs2[754]: 6 0 5.20003 shouldn't be
410.36/411.42	WSVECS04 Frhs2[760]: 6 0 0.600055 shouldn't be
410.36/411.42	WSVECS04 Frhs2[821]: 6 0 0.400068 shouldn't be
410.57/411.68	WSVECS04 Frhs2[59]: 6 0 1.50008 shouldn't be
410.57/411.68	WSVECS04 Frhs2[293]: 6 -3.60001 0 shouldn't be
410.57/411.68	WSVECS04 Frhs2[360]: 6 0 2.00007 shouldn't be
410.57/411.68	WSVECS04 Frhs2[481]: 6 0 0.800085 shouldn't be
410.57/411.68	WSVECS04 Frhs2[721]: 6 0 1.05628 shouldn't be
410.57/411.68	WSVECS04 Frhs2[879]: 6 0 4.65007 shouldn't be
426.62/427.79	c #Conflicts:     757000 | #Constraints:      86087
426.62/427.79	c #Conflicts:     758000 | #Constraints:      87087
426.62/427.79	c #Conflicts:     759000 | #Constraints:      88087
426.62/427.79	c #Conflicts:     760000 | #Constraints:      89087
426.62/427.79	c #Conflicts:     761000 | #Constraints:      90087
426.62/427.79	c #Conflicts:     762000 | #Constraints:      91088
426.62/427.79	c #Conflicts:     763000 | #Constraints:      92088
426.62/427.79	c #Conflicts:     764000 | #Constraints:      93091
426.62/427.79	c #Conflicts:     765000 | #Constraints:      94091
426.62/427.79	c #Conflicts:     766000 | #Constraints:      95091
426.62/427.79	c #Conflicts:     767000 | #Constraints:      96091
426.62/427.79	c #Conflicts:     768000 | #Constraints:      97091
426.62/427.79	c #Conflicts:     769000 | #Constraints:      98091
426.62/427.79	c #Conflicts:     770000 | #Constraints:      99091
426.62/427.79	c #Conflicts:     771000 | #Constraints:     100091
426.62/427.79	c #Conflicts:     772000 | #Constraints:     101091
426.62/427.79	WSVECS04 Frhs2[8]: 6 -2.80007 0 shouldn't be
426.62/427.79	WSVECS04 Frhs2[11]: 6 0 0.89092 shouldn't be
426.62/427.79	WSVECS04 Frhs2[20]: 6 -7.00007 0 shouldn't be
426.62/427.79	WSVECS04 Frhs2[58]: 6 0 2.00004 shouldn't be
426.62/427.79	WSVECS04 Frhs2[66]: 6 0 1.34553 shouldn't be
426.62/427.79	WSVECS04 Frhs2[81]: 6 0 2.00005 shouldn't be
426.62/427.79	WSVECS04 Frhs2[82]: 6 0 2.89096 shouldn't be
426.62/427.79	WSVECS04 Frhs2[86]: 6 0 4.1819 shouldn't be
426.62/427.79	WSVECS04 Frhs2[87]: 6 0 2.00002 shouldn't be
426.62/427.79	WSVECS04 Frhs2[115]: 6 0 12 shouldn't be
426.62/427.79	WSVECS04 Frhs2[119]: 6 0 2.00005 shouldn't be
426.62/427.79	WSVECS04 Frhs2[120]: 6 0 2.00009 shouldn't be
426.62/427.79	WSVECS04 Frhs2[123]: 6 -11 0 shouldn't be
426.62/427.79	WSVECS04 Frhs2[145]: 6 0 2.00003 shouldn't be
426.62/427.79	WSVECS04 Frhs2[146]: 6 0 2.89101 shouldn't be
426.62/427.79	WSVECS04 Frhs2[171]: 6 0 0.181867 shouldn't be
426.62/427.79	WSVECS04 Frhs2[193]: 6 -3.00004 0 shouldn't be
426.62/427.79	WSVECS04 Frhs2[194]: 6 0 0.545527 shouldn't be
426.62/427.79	WSVECS04 Frhs2[203]: 6 0 0.890956 shouldn't be
426.62/427.79	WSVECS04 Frhs2[210]: 6 0 0.890964 shouldn't be
426.62/427.79	WSVECS04 Frhs2[217]: 6 -4.00001 0 shouldn't be
426.62/427.79	WSVECS04 Frhs2[248]: 6 -14 0 shouldn't be
426.62/427.79	WSVECS04 Frhs2[256]: 6 -9.40919 0 shouldn't be
426.62/427.79	WSVECS04 Frhs2[257]: 6 0 2.00002 shouldn't be
426.62/427.79	WSVECS04 Frhs2[278]: 6 0 2.18186 shouldn't be
426.62/427.79	WSVECS04 Frhs2[302]: 6 -2.54555 0 shouldn't be
426.62/427.79	WSVECS04 Frhs2[307]: 6 0 10.0001 shouldn't be
426.62/427.79	WSVECS04 Frhs2[311]: 6 -4.00008 0 shouldn't be
426.62/427.79	WSVECS04 Frhs2[318]: 6 -2.00005 0 shouldn't be
426.62/427.79	WSVECS04 Frhs2[324]: 6 -9.00004 0 shouldn't be
426.62/427.79	WSVECS04 Frhs2[348]: 6 -3.00003 0 shouldn't be
426.62/427.79	WSVECS04 Frhs2[388]: 6 0 2.00007 shouldn't be
426.62/427.79	WSVECS04 Frhs2[389]: 6 0 2.00009 shouldn't be
426.62/427.79	WSVECS04 Frhs2[392]: 6 0 2.00003 shouldn't be
426.62/427.79	WSVECS04 Frhs2[406]: 6 0 2.18189 shouldn't be
426.62/427.79	WSVECS04 Frhs2[424]: 6 -14 0 shouldn't be
426.62/427.79	WSVECS04 Frhs2[488]: 6 0 2.00007 shouldn't be
426.62/427.79	WSVECS04 Frhs2[507]: 6 0 3.00006 shouldn't be
426.62/427.79	WSVECS04 Frhs2[514]: 6 0 1.63644 shouldn't be
426.62/427.79	WSVECS04 Frhs2[520]: 6 0 1.09092 shouldn't be
426.62/427.79	WSVECS04 Frhs2[530]: 6 0 0.890994 shouldn't be
426.62/427.79	WSVECS04 Frhs2[531]: 6 -5.10916 0 shouldn't be
426.62/427.79	WSVECS04 Frhs2[539]: 6 -5.00009 0 shouldn't be
426.62/427.79	WSVECS04 Frhs2[549]: 6 -4.00002 0 shouldn't be
426.62/427.79	WSVECS04 Frhs2[570]: 6 0 2.00003 shouldn't be
426.62/427.79	WSVECS04 Frhs2[571]: 6 0 3.00007 shouldn't be
426.62/427.79	WSVECS04 Frhs2[575]: 6 0 12.9091 shouldn't be
426.62/427.79	WSVECS04 Frhs2[600]: 6 -6.00005 0 shouldn't be
426.62/427.79	WSVECS04 Frhs2[657]: 6 0 2.00009 shouldn't be
426.62/427.79	WSVECS04 Frhs2[688]: 6 -8.72736 0 shouldn't be
426.62/427.79	WSVECS04 Frhs2[704]: 6 -5.00005 0 shouldn't be
426.62/427.79	WSVECS04 Frhs2[736]: 6 -8.18189 0 shouldn't be
426.62/427.79	WSVECS04 Frhs2[833]: 6 -3.60003 0 shouldn't be
429.02/430.16	c #Conflicts:     773000 | #Constraints:     102091
429.02/430.16	c #Conflicts:     774000 | #Constraints:     103091
429.02/430.16	c INPROCESSING
429.02/430.16	c GARBAGE COLLECT
429.02/430.16	c rational objective 128
440.09/441.22	c #Conflicts:     775000 | #Constraints:      61248
440.09/441.22	c #Conflicts:     776000 | #Constraints:      62248
440.09/441.22	c #Conflicts:     777000 | #Constraints:      63248
440.09/441.22	c #Conflicts:     778000 | #Constraints:      64248
440.09/441.22	c #Conflicts:     779000 | #Constraints:      65248
440.09/441.22	c #Conflicts:     780000 | #Constraints:      66248
440.09/441.22	c #Conflicts:     781000 | #Constraints:      67248
440.09/441.22	c #Conflicts:     782000 | #Constraints:      68248
440.09/441.22	c #Conflicts:     783000 | #Constraints:      69248
440.09/441.22	c #Conflicts:     784000 | #Constraints:      70248
440.09/441.22	c #Conflicts:     785000 | #Constraints:      71248
440.09/441.22	c #Conflicts:     786000 | #Constraints:      72248
440.09/441.22	c #Conflicts:     787000 | #Constraints:      73248
440.09/441.22	c #Conflicts:     788000 | #Constraints:      74248
440.09/441.22	c #Conflicts:     789000 | #Constraints:      75248
440.09/441.22	c #Conflicts:     790000 | #Constraints:      76248
440.09/441.22	c #Conflicts:     791000 | #Constraints:      77248
440.09/441.22	c #Conflicts:     792000 | #Constraints:      78248
440.09/441.22	c #Conflicts:     793000 | #Constraints:      79248
440.09/441.22	c #Conflicts:     794000 | #Constraints:      80248
440.09/441.22	c #Conflicts:     795000 | #Constraints:      81248
440.09/441.22	c INPROCESSING
440.09/441.22	c GARBAGE COLLECT
440.09/441.22	c rational objective 128
450.77/452.00	c #Conflicts:     796000 | #Constraints:      50419
450.77/452.00	c #Conflicts:     797000 | #Constraints:      51419
450.77/452.00	c #Conflicts:     798000 | #Constraints:      52419
450.77/452.00	c #Conflicts:     799000 | #Constraints:      53419
450.77/452.00	c #Conflicts:     800000 | #Constraints:      54420
450.77/452.00	c #Conflicts:     801000 | #Constraints:      55420
450.77/452.00	c #Conflicts:     802000 | #Constraints:      56420
450.77/452.00	c #Conflicts:     803000 | #Constraints:      57420
450.77/452.00	c #Conflicts:     804000 | #Constraints:      58420
450.77/452.00	c #Conflicts:     805000 | #Constraints:      59420
450.77/452.00	c #Conflicts:     806000 | #Constraints:      60420
450.77/452.00	c #Conflicts:     807000 | #Constraints:      61420
450.77/452.00	c #Conflicts:     808000 | #Constraints:      62420
450.77/452.00	c #Conflicts:     809000 | #Constraints:      63420
450.77/452.00	c #Conflicts:     810000 | #Constraints:      64420
450.77/452.00	c #Conflicts:     811000 | #Constraints:      65420
450.77/452.00	c #Conflicts:     812000 | #Constraints:      66420
450.77/452.00	c #Conflicts:     813000 | #Constraints:      67420
450.77/452.00	c #Conflicts:     814000 | #Constraints:      68421
450.77/452.00	c #Conflicts:     815000 | #Constraints:      69421
450.77/452.00	c #Conflicts:     816000 | #Constraints:      70421
450.77/452.00	c INPROCESSING
450.77/452.00	c GARBAGE COLLECT
450.77/452.00	c rational objective 128
458.25/459.43	c #Conflicts:     817000 | #Constraints:      45001
458.25/459.43	c #Conflicts:     818000 | #Constraints:      46001
458.25/459.43	c #Conflicts:     819000 | #Constraints:      47001
458.25/459.43	c #Conflicts:     820000 | #Constraints:      48002
458.25/459.43	c #Conflicts:     821000 | #Constraints:      49002
458.25/459.43	c #Conflicts:     822000 | #Constraints:      50002
458.25/459.43	c #Conflicts:     823000 | #Constraints:      51002
458.25/459.43	c #Conflicts:     824000 | #Constraints:      52002
458.25/459.43	c #Conflicts:     825000 | #Constraints:      53002
458.25/459.43	c #Conflicts:     826000 | #Constraints:      54002
458.25/459.43	c #Conflicts:     827000 | #Constraints:      55002
458.25/459.43	c #Conflicts:     828000 | #Constraints:      56002
458.25/459.43	c #Conflicts:     829000 | #Constraints:      57002
458.25/459.43	c #Conflicts:     830000 | #Constraints:      58002
458.25/459.43	c #Conflicts:     831000 | #Constraints:      59003
458.25/459.43	c #Conflicts:     832000 | #Constraints:      60003
458.25/459.43	c #Conflicts:     833000 | #Constraints:      61003
458.25/459.43	WSVECS04 Frhs2[75]: 6 0 0.333346 shouldn't be
458.25/459.43	WSVECS04 Frhs2[76]: 6 0 8.33343 shouldn't be
458.25/459.43	WSVECS04 Frhs2[116]: 6 0 14.6667 shouldn't be
458.25/459.43	WSVECS04 Frhs2[142]: 6 0 1.66677 shouldn't be
458.25/459.43	WSVECS04 Frhs2[205]: 6 0 0.333389 shouldn't be
458.25/459.43	WSVECS04 Frhs2[356]: 6 0 20.6667 shouldn't be
458.25/459.43	WSVECS04 Frhs2[358]: 6 0 34.3334 shouldn't be
458.25/459.43	WSVECS04 Frhs2[359]: 6 0 1.00005 shouldn't be
458.25/459.43	WSVECS04 Frhs2[369]: 6 0 9.66675 shouldn't be
458.25/459.43	WSVECS04 Frhs2[371]: 6 0 2.00005 shouldn't be
458.25/459.43	WSVECS04 Frhs2[375]: 6 -6.00005 0 shouldn't be
458.25/459.43	WSVECS04 Frhs2[376]: 6 0 3.66675 shouldn't be
458.25/459.43	WSVECS04 Frhs2[439]: 6 -8.66676 0 shouldn't be
458.25/459.43	WSVECS04 Frhs2[440]: 6 0 4.00003 shouldn't be
458.25/459.43	WSVECS04 Frhs2[448]: 6 -2.00008 0 shouldn't be
458.25/459.43	WSVECS04 Frhs2[482]: 6 0 13.3334 shouldn't be
458.25/459.43	WSVECS04 Frhs2[485]: 6 -4.00006 0 shouldn't be
458.25/459.43	WSVECS04 Frhs2[491]: 6 0 3.00006 shouldn't be
458.25/459.43	WSVECS04 Frhs2[500]: 6 0 14.0001 shouldn't be
458.25/459.43	WSVECS04 Frhs2[549]: 6 -2.00008 0 shouldn't be
458.25/459.43	WSVECS04 Frhs2[551]: 6 0 14.3334 shouldn't be
458.25/459.43	WSVECS04 Frhs2[564]: 6 0 13.3334 shouldn't be
458.25/459.43	WSVECS04 Frhs2[573]: 6 -1.0001 0 shouldn't be
458.25/459.43	WSVECS04 Frhs2[614]: 6 0 47.6667 shouldn't be
458.25/459.43	WSVECS04 Frhs2[615]: 6 0 14.3334 shouldn't be
458.25/459.43	WSVECS04 Frhs2[630]: 6 0 2.33335 shouldn't be
458.25/459.43	WSVECS04 Frhs2[650]: 6 -2.0001 0 shouldn't be
458.25/459.43	WSVECS04 Frhs2[653]: 6 0 0.333399 shouldn't be
458.25/459.43	WSVECS04 Frhs2[674]: 6 0 0.333419 shouldn't be
458.25/459.43	WSVECS04 Frhs2[694]: 6 0 2.66675 shouldn't be
458.25/459.43	WSVECS04 Frhs2[714]: 6 0 1.66668 shouldn't be
458.25/459.43	WSVECS04 Frhs2[719]: 6 0 11.3334 shouldn't be
458.25/459.43	WSVECS04 Frhs2[818]: 6 0 0.666761 shouldn't be
458.25/459.43	WSVECS04 Frhs2[821]: 6 0 1.33338 shouldn't be
458.25/459.43	WSVECS04 Frhs2[844]: 6 0 8.33334 shouldn't be
458.25/459.43	WSVECS04 Frhs2[845]: 6 0 0.333406 shouldn't be
458.25/459.43	WSVECS04 Frhs2[882]: 6 0 0.666711 shouldn't be
458.25/459.43	WSVECS04 Frhs2[884]: 6 0 13.3334 shouldn't be
458.25/459.43	WSVECS04 Frhs2[897]: 6 -1.00005 0 shouldn't be
458.25/459.43	WSVECS04 Frhs2[905]: 6 -1.00004 0 shouldn't be
458.25/459.43	WSVECS04 Frhs2[918]: 6 -2.00008 0 shouldn't be
458.25/459.43	WSVECS04 Frhs2[964]: 6 -2.00002 0 shouldn't be
458.25/459.43	WSVECS04 Frhs2[1200]: 6 0 1.00005 shouldn't be
458.25/459.43	WSVECS04 Frhs2[1201]: 6 0 1.00005 shouldn't be
458.25/459.43	WSVECS04 Frhs2[1209]: 6 0 1.00002 shouldn't be
458.25/459.43	WSVECS04 Frhs2[1213]: 6 -3.00005 0 shouldn't be
458.25/459.43	WSVECS04 Frhs2[1296]: 6 -1.00003 0 shouldn't be
458.25/459.43	WSVECS04 Frhs2[1304]: 6 -1.00002 0 shouldn't be
458.25/459.43	WSVECS04 Frhs2[1316]: 6 -3.00009 0 shouldn't be
458.25/459.43	WSVECS04 Frhs2[1338]: 6 0 1.00003 shouldn't be
458.25/459.43	WSVECS04 Frhs2[1340]: 6 -1.00008 0 shouldn't be
458.45/459.63	WSVECS04 Frhs2[101]: 6 -54.0001 0 shouldn't be
458.45/459.63	WSVECS04 Frhs2[202]: 6 -4.00003 0 shouldn't be
458.45/459.63	WSVECS04 Frhs2[996]: 6 0 7.00002 shouldn't be
458.45/459.63	WSVECS04 Frhs2[1185]: 6 0 1.00005 shouldn't be
459.35/460.57	c #Conflicts:     834000 | #Constraints:      62003
459.35/460.57	c #Conflicts:     835000 | #Constraints:      63003
459.35/460.57	c #Conflicts:     836000 | #Constraints:      64003
459.35/460.57	c #Conflicts:     837000 | #Constraints:      65003
459.35/460.57	c INPROCESSING
459.35/460.57	c GARBAGE COLLECT
459.35/460.57	c rational objective 128
496.05/497.35	c #Conflicts:     838000 | #Constraints:      42202
496.05/497.35	c #Conflicts:     839000 | #Constraints:      43202
496.05/497.35	c #Conflicts:     840000 | #Constraints:      44202
496.05/497.35	c #Conflicts:     841000 | #Constraints:      45202
496.05/497.35	c #Conflicts:     842000 | #Constraints:      46202
496.05/497.35	c #Conflicts:     843000 | #Constraints:      47202
496.05/497.35	c #Conflicts:     844000 | #Constraints:      48202
496.05/497.35	c #Conflicts:     845000 | #Constraints:      49202
496.05/497.35	c #Conflicts:     846000 | #Constraints:      50202
496.05/497.35	c #Conflicts:     847000 | #Constraints:      51202
496.05/497.35	c #Conflicts:     848000 | #Constraints:      52202
496.05/497.35	c #Conflicts:     849000 | #Constraints:      53202
496.05/497.35	c #Conflicts:     850000 | #Constraints:      54202
496.05/497.35	c #Conflicts:     851000 | #Constraints:      55202
496.05/497.35	c #Conflicts:     852000 | #Constraints:      56202
496.05/497.35	c #Conflicts:     853000 | #Constraints:      57202
496.05/497.35	c #Conflicts:     854000 | #Constraints:      58202
496.05/497.35	c #Conflicts:     855000 | #Constraints:      59202
496.05/497.35	c #Conflicts:     856000 | #Constraints:      60202
496.05/497.35	c #Conflicts:     857000 | #Constraints:      61202
496.05/497.35	c #Conflicts:     858000 | #Constraints:      62202
496.05/497.35	c #Conflicts:     859000 | #Constraints:      63202
496.05/497.35	c #Conflicts:     860000 | #Constraints:      64202
496.05/497.35	c #Conflicts:     861000 | #Constraints:      65202
496.05/497.35	c #Conflicts:     862000 | #Constraints:      66202
496.05/497.35	c #Conflicts:     863000 | #Constraints:      67202
496.05/497.35	c #Conflicts:     864000 | #Constraints:      68202
496.05/497.35	c #Conflicts:     865000 | #Constraints:      69202
496.05/497.35	c #Conflicts:     866000 | #Constraints:      70202
496.05/497.35	c #Conflicts:     867000 | #Constraints:      71202
496.05/497.35	c #Conflicts:     868000 | #Constraints:      72202
496.05/497.35	c #Conflicts:     869000 | #Constraints:      73202
496.05/497.35	c #Conflicts:     870000 | #Constraints:      74202
496.05/497.35	c #Conflicts:     871000 | #Constraints:      75202
496.05/497.35	c #Conflicts:     872000 | #Constraints:      76202
496.05/497.35	c #Conflicts:     873000 | #Constraints:      77202
496.05/497.35	c #Conflicts:     874000 | #Constraints:      78202
496.05/497.35	c #Conflicts:     875000 | #Constraints:      79202
496.05/497.35	c #Conflicts:     876000 | #Constraints:      80202
496.05/497.35	c #Conflicts:     877000 | #Constraints:      81202
496.05/497.35	c #Conflicts:     878000 | #Constraints:      82202
496.05/497.35	c #Conflicts:     879000 | #Constraints:      83202
496.05/497.35	c #Conflicts:     880000 | #Constraints:      84202
496.05/497.35	c #Conflicts:     881000 | #Constraints:      85202
496.05/497.35	c #Conflicts:     882000 | #Constraints:      86202
496.05/497.35	c #Conflicts:     883000 | #Constraints:      87202
496.05/497.35	c #Conflicts:     884000 | #Constraints:      88202
496.05/497.35	c #Conflicts:     885000 | #Constraints:      89202
496.05/497.35	c #Conflicts:     886000 | #Constraints:      90202
496.05/497.35	c #Conflicts:     887000 | #Constraints:      91202
496.05/497.35	c #Conflicts:     888000 | #Constraints:      92202
496.05/497.35	c #Conflicts:     889000 | #Constraints:      93202
496.05/497.35	c #Conflicts:     890000 | #Constraints:      94202
496.05/497.35	c #Conflicts:     891000 | #Constraints:      95202
496.05/497.35	c #Conflicts:     892000 | #Constraints:      96202
496.05/497.35	c #Conflicts:     893000 | #Constraints:      97202
496.05/497.35	c #Conflicts:     894000 | #Constraints:      98202
496.05/497.35	c #Conflicts:     895000 | #Constraints:      99202
496.05/497.35	c #Conflicts:     896000 | #Constraints:     100202
496.05/497.35	c #Conflicts:     897000 | #Constraints:     101202
496.05/497.35	c #Conflicts:     898000 | #Constraints:     102202
496.05/497.35	c #Conflicts:     899000 | #Constraints:     103202
496.05/497.35	c #Conflicts:     900000 | #Constraints:     104202
496.05/497.35	c #Conflicts:     901000 | #Constraints:     105202
496.05/497.35	c #Conflicts:     902000 | #Constraints:     106202
496.05/497.35	c #Conflicts:     903000 | #Constraints:     107202
496.05/497.35	c #Conflicts:     904000 | #Constraints:     108202
496.05/497.35	c #Conflicts:     905000 | #Constraints:     109202
496.05/497.35	c #Conflicts:     906000 | #Constraints:     110202
496.05/497.35	c INPROCESSING
496.05/497.35	c GARBAGE COLLECT
496.05/497.35	c rational objective 128
508.32/509.67	c #Conflicts:     907000 | #Constraints:      64741
508.32/509.67	c #Conflicts:     908000 | #Constraints:      65741
508.32/509.67	c #Conflicts:     909000 | #Constraints:      66741
508.32/509.67	c #Conflicts:     910000 | #Constraints:      67741
508.32/509.67	c #Conflicts:     911000 | #Constraints:      68741
508.32/509.67	c #Conflicts:     912000 | #Constraints:      69741
508.32/509.67	c #Conflicts:     913000 | #Constraints:      70741
508.32/509.67	c #Conflicts:     914000 | #Constraints:      71741
508.32/509.67	c #Conflicts:     915000 | #Constraints:      72741
508.32/509.67	c #Conflicts:     916000 | #Constraints:      73741
508.32/509.67	c #Conflicts:     917000 | #Constraints:      74741
508.32/509.67	c #Conflicts:     918000 | #Constraints:      75741
508.32/509.67	c #Conflicts:     919000 | #Constraints:      76741
508.32/509.67	c #Conflicts:     920000 | #Constraints:      77741
508.32/509.67	c #Conflicts:     921000 | #Constraints:      78741
508.32/509.67	c #Conflicts:     922000 | #Constraints:      79741
508.32/509.67	c #Conflicts:     923000 | #Constraints:      80741
508.32/509.67	c #Conflicts:     924000 | #Constraints:      81741
508.32/509.67	c #Conflicts:     925000 | #Constraints:      82741
508.32/509.67	c #Conflicts:     926000 | #Constraints:      83741
508.32/509.67	c #Conflicts:     927000 | #Constraints:      84741
508.32/509.67	c #Conflicts:     928000 | #Constraints:      85741
508.32/509.67	c INPROCESSING
508.32/509.67	c GARBAGE COLLECT
508.32/509.67	c rational objective 128
520.40/521.76	c #Conflicts:     929000 | #Constraints:      52295
520.40/521.76	c #Conflicts:     930000 | #Constraints:      53296
520.40/521.76	c #Conflicts:     931000 | #Constraints:      54296
520.40/521.76	c #Conflicts:     932000 | #Constraints:      55296
520.40/521.76	c #Conflicts:     933000 | #Constraints:      56296
520.40/521.76	c #Conflicts:     934000 | #Constraints:      57296
520.40/521.76	c #Conflicts:     935000 | #Constraints:      58296
520.40/521.76	c #Conflicts:     936000 | #Constraints:      59296
520.40/521.76	c #Conflicts:     937000 | #Constraints:      60296
520.40/521.76	c #Conflicts:     938000 | #Constraints:      61296
520.40/521.76	c #Conflicts:     939000 | #Constraints:      62296
520.40/521.76	c #Conflicts:     940000 | #Constraints:      63296
520.40/521.76	c #Conflicts:     941000 | #Constraints:      64296
520.40/521.76	c #Conflicts:     942000 | #Constraints:      65296
520.40/521.76	c #Conflicts:     943000 | #Constraints:      66296
520.40/521.76	c #Conflicts:     944000 | #Constraints:      67296
520.40/521.76	c #Conflicts:     945000 | #Constraints:      68296
520.40/521.76	c #Conflicts:     946000 | #Constraints:      69296
520.40/521.76	c #Conflicts:     947000 | #Constraints:      70296
520.40/521.76	c #Conflicts:     948000 | #Constraints:      71296
520.40/521.76	c #Conflicts:     949000 | #Constraints:      72296
520.40/521.76	c #Conflicts:     950000 | #Constraints:      73296
520.40/521.76	c #Conflicts:     951000 | #Constraints:      74296
520.40/521.76	c INPROCESSING
520.40/521.76	c GARBAGE COLLECT
520.40/521.76	c rational objective 128
531.97/533.31	c #Conflicts:     952000 | #Constraints:      46722
531.97/533.31	c #Conflicts:     953000 | #Constraints:      47722
531.97/533.31	c #Conflicts:     954000 | #Constraints:      48722
531.97/533.31	c #Conflicts:     955000 | #Constraints:      49722
531.97/533.31	c #Conflicts:     956000 | #Constraints:      50722
531.97/533.31	c #Conflicts:     957000 | #Constraints:      51722
531.97/533.31	c #Conflicts:     958000 | #Constraints:      52722
531.97/533.31	c #Conflicts:     959000 | #Constraints:      53722
531.97/533.31	c #Conflicts:     960000 | #Constraints:      54722
531.97/533.31	c #Conflicts:     961000 | #Constraints:      55722
531.97/533.31	c #Conflicts:     962000 | #Constraints:      56722
531.97/533.31	c #Conflicts:     963000 | #Constraints:      57722
531.97/533.31	c #Conflicts:     964000 | #Constraints:      58722
531.97/533.31	c #Conflicts:     965000 | #Constraints:      59722
531.97/533.31	c #Conflicts:     966000 | #Constraints:      60722
531.97/533.31	c #Conflicts:     967000 | #Constraints:      61722
531.97/533.31	c #Conflicts:     968000 | #Constraints:      62722
531.97/533.31	c #Conflicts:     969000 | #Constraints:      63722
531.97/533.31	c #Conflicts:     970000 | #Constraints:      64722
531.97/533.31	c #Conflicts:     971000 | #Constraints:      65722
531.97/533.31	c #Conflicts:     972000 | #Constraints:      66722
531.97/533.31	c #Conflicts:     973000 | #Constraints:      67722
531.97/533.31	c #Conflicts:     974000 | #Constraints:      68722
531.97/533.31	c INPROCESSING
531.97/533.31	c GARBAGE COLLECT
531.97/533.31	c rational objective 128
544.85/546.21	c #Conflicts:     975000 | #Constraints:      43978
544.85/546.21	c #Conflicts:     976000 | #Constraints:      44978
544.85/546.21	c #Conflicts:     977000 | #Constraints:      45978
544.85/546.21	c #Conflicts:     978000 | #Constraints:      46978
544.85/546.21	c #Conflicts:     979000 | #Constraints:      47981
544.85/546.21	c #Conflicts:     980000 | #Constraints:      48982
544.85/546.21	c #Conflicts:     981000 | #Constraints:      49983
544.85/546.21	c #Conflicts:     982000 | #Constraints:      50983
544.85/546.21	c #Conflicts:     983000 | #Constraints:      51983
544.85/546.21	c #Conflicts:     984000 | #Constraints:      52983
544.85/546.21	c #Conflicts:     985000 | #Constraints:      53984
544.85/546.21	c #Conflicts:     986000 | #Constraints:      54985
544.85/546.21	c #Conflicts:     987000 | #Constraints:      55985
544.85/546.21	c #Conflicts:     988000 | #Constraints:      56985
544.85/546.21	c #Conflicts:     989000 | #Constraints:      57985
544.85/546.21	c #Conflicts:     990000 | #Constraints:      58985
544.85/546.21	c #Conflicts:     991000 | #Constraints:      59985
544.85/546.21	c #Conflicts:     992000 | #Constraints:      60986
544.85/546.21	c #Conflicts:     993000 | #Constraints:      61986
544.85/546.21	c #Conflicts:     994000 | #Constraints:      62987
544.85/546.21	WSVECS04 Frhs2[133]: 6 0 8.50003 shouldn't be
544.85/546.21	WSVECS04 Frhs2[136]: 6 0 5.25003 shouldn't be
544.85/546.21	WSVECS04 Frhs2[257]: 6 0 9.25003 shouldn't be
544.85/546.21	WSVECS04 Frhs2[278]: 6 0 3.07006 shouldn't be
544.85/546.21	WSVECS04 Frhs2[288]: 6 0 0.250084 shouldn't be
544.85/546.21	WSVECS04 Frhs2[317]: 6 -9.25005 0 shouldn't be
544.85/546.21	WSVECS04 Frhs2[338]: 6 0 19.5001 shouldn't be
544.85/546.21	WSVECS04 Frhs2[353]: 6 0 14.0001 shouldn't be
544.85/546.21	WSVECS04 Frhs2[395]: 6 -13.7501 0 shouldn't be
544.85/546.21	WSVECS04 Frhs2[403]: 6 -4.0001 0 shouldn't be
544.85/546.21	WSVECS04 Frhs2[405]: 6 0 16 shouldn't be
544.85/546.21	WSVECS04 Frhs2[490]: 6 0 1.38009 shouldn't be
544.85/546.21	WSVECS04 Frhs2[496]: 6 -10.76 0 shouldn't be
544.85/546.21	WSVECS04 Frhs2[577]: 6 -1.00003 0 shouldn't be
544.85/546.21	WSVECS04 Frhs2[653]: 6 0 2.25006 shouldn't be
544.85/546.21	WSVECS04 Frhs2[657]: 6 0 21.8101 shouldn't be
544.85/546.21	WSVECS04 Frhs2[659]: 6 -3.00003 0 shouldn't be
544.85/546.21	WSVECS04 Frhs2[661]: 6 0 15.0001 shouldn't be
544.85/546.21	WSVECS04 Frhs2[680]: 6 0 10.0001 shouldn't be
544.85/546.21	WSVECS04 Frhs2[708]: 6 0 4.50004 shouldn't be
544.85/546.21	WSVECS04 Frhs2[723]: 6 -21.5001 0 shouldn't be
544.85/546.21	WSVECS04 Frhs2[775]: 6 0 5.56005 shouldn't be
544.85/546.21	WSVECS04 Frhs2[785]: 6 0 21.81 shouldn't be
544.85/546.21	WSVECS04 Frhs2[787]: 6 -2.00003 0 shouldn't be
544.85/546.21	WSVECS04 Frhs2[812]: 6 0 3.00004 shouldn't be
544.85/546.21	WSVECS04 Frhs2[829]: 6 0 2.00003 shouldn't be
544.85/546.21	WSVECS04 Frhs2[859]: 6 0 22.5001 shouldn't be
544.85/546.21	WSVECS04 Frhs2[875]: 6 0 47.0701 shouldn't be
544.85/546.21	WSVECS04 Frhs2[911]: 6 -2.00006 0 shouldn't be
544.85/546.21	WSVECS04 Frhs2[1058]: 6 0 1.00006 shouldn't be
544.85/546.21	WSVECS04 Frhs2[1214]: 6 -0.620052 0 shouldn't be
544.85/546.21	WSVECS04 Frhs2[1328]: 6 0 1.00006 shouldn't be
544.85/546.21	WSVECS04 Frhs2[1337]: 6 -1.00009 0 shouldn't be
547.75/549.16	c #Conflicts:     995000 | #Constraints:      63987
547.75/549.16	c #Conflicts:     996000 | #Constraints:      64987
547.75/549.16	c #Conflicts:     997000 | #Constraints:      65987
547.75/549.16	c #Conflicts:     998000 | #Constraints:      66987
547.75/549.16	WSVECS04 Frhs2[140]: 6 0 1.81827 shouldn't be
547.75/549.16	WSVECS04 Frhs2[193]: 6 -3.00005 0 shouldn't be
547.75/549.16	WSVECS04 Frhs2[198]: 6 0 1.58591 shouldn't be
547.75/549.16	WSVECS04 Frhs2[227]: 6 0 0.909168 shouldn't be
547.75/549.16	WSVECS04 Frhs2[269]: 6 0 0.909184 shouldn't be
547.75/549.16	WSVECS04 Frhs2[283]: 6 0 6.00006 shouldn't be
547.75/549.16	WSVECS04 Frhs2[294]: 6 -4.00008 0 shouldn't be
547.75/549.16	WSVECS04 Frhs2[318]: 6 0 7.00008 shouldn't be
547.75/549.16	WSVECS04 Frhs2[322]: 6 -4.00008 0 shouldn't be
547.75/549.16	WSVECS04 Frhs2[332]: 6 0 1.63642 shouldn't be
547.75/549.16	WSVECS04 Frhs2[336]: 6 0 1.6364 shouldn't be
547.75/549.16	WSVECS04 Frhs2[348]: 6 -2.00001 0 shouldn't be
547.75/549.16	WSVECS04 Frhs2[399]: 6 0 0.121296 shouldn't be
547.75/549.16	WSVECS04 Frhs2[449]: 6 -4.70715 0 shouldn't be
547.75/549.16	WSVECS04 Frhs2[455]: 6 0 2.00009 shouldn't be
547.75/549.16	WSVECS04 Frhs2[465]: 6 -6.00008 0 shouldn't be
547.75/549.16	WSVECS04 Frhs2[475]: 6 0 6.00003 shouldn't be
547.75/549.16	WSVECS04 Frhs2[488]: 6 0 1.091 shouldn't be
547.75/549.16	WSVECS04 Frhs2[491]: 6 0 2.0001 shouldn't be
547.75/549.16	WSVECS04 Frhs2[496]: 6 -3.79296 0 shouldn't be
547.75/549.16	WSVECS04 Frhs2[520]: 6 0 3.12131 shouldn't be
547.75/549.16	WSVECS04 Frhs2[528]: 6 0 0.121267 shouldn't be
547.75/549.16	WSVECS04 Frhs2[539]: 6 0 6.00005 shouldn't be
547.75/549.16	WSVECS04 Frhs2[542]: 6 0 6.00003 shouldn't be
547.75/549.16	WSVECS04 Frhs2[552]: 6 0 2.00004 shouldn't be
547.75/549.16	WSVECS04 Frhs2[576]: 6 0 1.0001 shouldn't be
547.75/549.16	WSVECS04 Frhs2[641]: 6 -6.29302 0 shouldn't be
547.75/549.16	WSVECS04 Frhs2[653]: 6 0 0.727311 shouldn't be
547.75/549.16	WSVECS04 Frhs2[675]: 6 -1.09094 0 shouldn't be
547.75/549.16	WSVECS04 Frhs2[686]: 6 -6.00008 0 shouldn't be
547.75/549.16	WSVECS04 Frhs2[899]: 6 -3.00003 0 shouldn't be
547.75/549.16	WSVECS04 Frhs2[905]: 6 0 1.0001 shouldn't be
547.75/549.16	WSVECS04 Frhs2[907]: 6 -3.00002 0 shouldn't be
547.75/549.16	WSVECS04 Frhs2[918]: 6 -3.00009 0 shouldn't be
547.75/549.16	WSVECS04 Frhs2[925]: 6 -3.00008 0 shouldn't be
547.75/549.16	WSVECS04 Frhs2[1023]: 6 -2.0001 0 shouldn't be
547.75/549.16	WSVECS04 Frhs2[1341]: 6 -4.00009 0 shouldn't be
550.33/551.77	c #Conflicts:     999000 | #Constraints:      67988
550.33/551.77	c #Conflicts:    1000000 | #Constraints:      68988
550.33/551.77	c #Conflicts:    1001000 | #Constraints:      69988
550.33/551.77	c #Conflicts:    1002000 | #Constraints:      70988
550.33/551.77	WSVECS04 Frhs2[141]: 6 0 0.666697 shouldn't be
550.33/551.77	WSVECS04 Frhs2[142]: 6 0 0.666679 shouldn't be
550.33/551.77	WSVECS04 Frhs2[165]: 6 -2.62779 0 shouldn't be
550.33/551.77	WSVECS04 Frhs2[166]: 6 0 3.58155 shouldn't be
550.33/551.77	WSVECS04 Frhs2[173]: 6 -5.3002 0 shouldn't be
550.33/551.77	WSVECS04 Frhs2[298]: 6 0 8.01882 shouldn't be
550.33/551.77	WSVECS04 Frhs2[387]: 6 0 28.5758 shouldn't be
550.33/551.77	WSVECS04 Frhs2[403]: 6 -6.00003 0 shouldn't be
550.33/551.77	WSVECS04 Frhs2[405]: 6 0 3.35937 shouldn't be
550.33/551.77	WSVECS04 Frhs2[423]: 6 0 3.35935 shouldn't be
550.33/551.77	WSVECS04 Frhs2[456]: 6 0 2.00009 shouldn't be
550.33/551.77	WSVECS04 Frhs2[708]: 6 0 4.51806 shouldn't be
550.33/551.77	WSVECS04 Frhs2[729]: 6 0 2.03759 shouldn't be
550.33/551.77	WSVECS04 Frhs2[769]: 6 -1.17035 0 shouldn't be
550.33/551.77	WSVECS04 Frhs2[771]: 6 0 4.58877 shouldn't be
550.33/551.77	WSVECS04 Frhs2[774]: 6 0 2.9726 shouldn't be
550.33/551.77	WSVECS04 Frhs2[775]: 6 0 7.35936 shouldn't be
550.33/551.77	WSVECS04 Frhs2[800]: 6 0 0.666684 shouldn't be
550.33/551.77	WSVECS04 Frhs2[801]: 6 -6.00008 0 shouldn't be
550.33/551.77	WSVECS04 Frhs2[806]: 6 0 3.58162 shouldn't be
550.33/551.77	WSVECS04 Frhs2[829]: 6 0 3.35938 shouldn't be
550.33/551.77	WSVECS04 Frhs2[843]: 6 0 2.00006 shouldn't be
550.33/551.77	WSVECS04 Frhs2[853]: 6 0 3.3594 shouldn't be
550.33/551.77	WSVECS04 Frhs2[862]: 6 0 9.31465 shouldn't be
550.33/551.77	WSVECS04 Frhs2[876]: 6 0 4.27999 shouldn't be
550.33/551.77	WSVECS04 Frhs2[1027]: 6 -3.00005 0 shouldn't be
572.87/574.30	c #Conflicts:    1003000 | #Constraints:      71988
572.87/574.30	c #Conflicts:    1004000 | #Constraints:      72988
572.87/574.30	c #Conflicts:    1005000 | #Constraints:      73988
572.87/574.30	c #Conflicts:    1006000 | #Constraints:      74988
572.87/574.30	c #Conflicts:    1007000 | #Constraints:      75988
572.87/574.30	c #Conflicts:    1008000 | #Constraints:      76989
572.87/574.30	c #Conflicts:    1009000 | #Constraints:      77989
572.87/574.30	c #Conflicts:    1010000 | #Constraints:      78989
572.87/574.30	c #Conflicts:    1011000 | #Constraints:      79991
572.87/574.30	c #Conflicts:    1012000 | #Constraints:      80991
572.87/574.30	c #Conflicts:    1013000 | #Constraints:      81991
572.87/574.30	c #Conflicts:    1014000 | #Constraints:      82992
572.87/574.30	c #Conflicts:    1015000 | #Constraints:      83994
572.87/574.30	c #Conflicts:    1016000 | #Constraints:      84995
572.87/574.30	c #Conflicts:    1017000 | #Constraints:      85995
572.87/574.30	c #Conflicts:    1018000 | #Constraints:      86995
572.87/574.30	c #Conflicts:    1019000 | #Constraints:      87995
572.87/574.30	c #Conflicts:    1020000 | #Constraints:      88997
572.87/574.30	c #Conflicts:    1021000 | #Constraints:      89997
572.87/574.30	c #Conflicts:    1022000 | #Constraints:      90997
572.87/574.30	c #Conflicts:    1023000 | #Constraints:      91998
572.87/574.30	c #Conflicts:    1024000 | #Constraints:      92998
572.87/574.30	c #Conflicts:    1025000 | #Constraints:      93999
572.87/574.30	c #Conflicts:    1026000 | #Constraints:      94999
572.87/574.30	WSVECS04 Frhs2[13]: 6 -4.00008 0 shouldn't be
572.87/574.30	WSVECS04 Frhs2[26]: 6 0 16.2116 shouldn't be
572.87/574.30	WSVECS04 Frhs2[27]: 6 0 32.7885 shouldn't be
572.87/574.30	WSVECS04 Frhs2[29]: 6 0 0.884638 shouldn't be
572.87/574.30	WSVECS04 Frhs2[33]: 6 0 6.66351 shouldn't be
572.87/574.30	WSVECS04 Frhs2[43]: 6 0 7.43273 shouldn't be
572.87/574.30	WSVECS04 Frhs2[45]: 6 0 0.211577 shouldn't be
572.87/574.30	WSVECS04 Frhs2[48]: 6 0 0.663506 shouldn't be
572.87/574.30	WSVECS04 Frhs2[62]: 6 0 0.0384831 shouldn't be
572.87/574.30	WSVECS04 Frhs2[64]: 6 -0.442338 0 shouldn't be
572.87/574.30	WSVECS04 Frhs2[65]: 6 -3.1058 0 shouldn't be
572.87/574.30	WSVECS04 Frhs2[78]: 6 -2.00009 0 shouldn't be
572.87/574.30	WSVECS04 Frhs2[90]: 6 0 16.2116 shouldn't be
572.87/574.30	WSVECS04 Frhs2[94]: 6 0 1.00005 shouldn't be
572.87/574.30	WSVECS04 Frhs2[96]: 6 0 1.00003 shouldn't be
572.87/574.30	WSVECS04 Frhs2[106]: 6 0 10.0001 shouldn't be
572.87/574.30	WSVECS04 Frhs2[110]: 6 -2.13464 0 shouldn't be
572.87/574.30	WSVECS04 Frhs2[124]: 6 0 1.47124 shouldn't be
572.87/574.30	WSVECS04 Frhs2[132]: 6 0 1.44238 shouldn't be
572.87/574.30	WSVECS04 Frhs2[138]: 6 -2.00006 0 shouldn't be
572.87/574.30	WSVECS04 Frhs2[179]: 6 -5.00009 0 shouldn't be
572.87/574.30	WSVECS04 Frhs2[185]: 6 0 0.173165 shouldn't be
572.87/574.30	WSVECS04 Frhs2[209]: 6 0 1.7597 shouldn't be
572.87/574.30	WSVECS04 Frhs2[215]: 6 0 6.76926 shouldn't be
572.87/574.30	WSVECS04 Frhs2[223]: 6 0 1.00002 shouldn't be
572.87/574.30	WSVECS04 Frhs2[237]: 6 0 0.211574 shouldn't be
572.87/574.30	WSVECS04 Frhs2[252]: 6 0 1.91353 shouldn't be
572.87/574.30	WSVECS04 Frhs2[254]: 6 0 0.0385255 shouldn't be
572.87/574.30	WSVECS04 Frhs2[256]: 6 -7.79811 0 shouldn't be
572.87/574.30	WSVECS04 Frhs2[260]: 6 0 2.4424 shouldn't be
572.87/574.30	WSVECS04 Frhs2[262]: 6 0 1.00004 shouldn't be
572.87/574.30	WSVECS04 Frhs2[263]: 6 0 0.230805 shouldn't be
572.87/574.30	WSVECS04 Frhs2[310]: 6 0 1.00005 shouldn't be
572.87/574.30	WSVECS04 Frhs2[347]: 6 0 32.7886 shouldn't be
572.87/574.30	WSVECS04 Frhs2[349]: 6 0 0.884672 shouldn't be
572.87/574.30	WSVECS04 Frhs2[350]: 6 0 1.00004 shouldn't be
572.87/574.30	WSVECS04 Frhs2[353]: 6 0 6.66353 shouldn't be
572.87/574.30	WSVECS04 Frhs2[365]: 6 0 0.211562 shouldn't be
572.87/574.30	WSVECS04 Frhs2[382]: 6 0 0.0385457 shouldn't be
572.87/574.30	WSVECS04 Frhs2[384]: 6 -7.03851 0 shouldn't be
572.87/574.30	WSVECS04 Frhs2[438]: 6 0 0.375098 shouldn't be
572.87/574.30	WSVECS04 Frhs2[450]: 6 0 13.1058 shouldn't be
572.87/574.30	WSVECS04 Frhs2[466]: 6 0 36.2212 shouldn't be
572.87/574.30	WSVECS04 Frhs2[476]: 6 -3.0001 0 shouldn't be
572.87/574.30	WSVECS04 Frhs2[478]: 6 0 1.00002 shouldn't be
572.87/574.30	WSVECS04 Frhs2[482]: 6 0 14.2116 shouldn't be
572.87/574.30	WSVECS04 Frhs2[490]: 6 0 13.3462 shouldn't be
572.87/574.30	WSVECS04 Frhs2[514]: 6 0 1.76927 shouldn't be
572.87/574.30	WSVECS04 Frhs2[537]: 6 0 3.0097 shouldn't be
572.87/574.30	WSVECS04 Frhs2[580]: 6 0 4.33655 shouldn't be
572.87/574.30	WSVECS04 Frhs2[600]: 6 -12.0001 0 shouldn't be
572.87/574.30	WSVECS04 Frhs2[602]: 6 0 15.327 shouldn't be
572.87/574.30	WSVECS04 Frhs2[611]: 6 0 0.884706 shouldn't be
572.87/574.30	WSVECS04 Frhs2[614]: 6 0 0.88465 shouldn't be
572.87/574.30	WSVECS04 Frhs2[618]: 6 0 11.1058 shouldn't be
572.87/574.30	WSVECS04 Frhs2[628]: 6 0 4.00005 shouldn't be
572.87/574.30	WSVECS04 Frhs2[630]: 6 0 1.00009 shouldn't be
572.87/574.30	WSVECS04 Frhs2[638]: 6 0 0.0384781 shouldn't be
572.87/574.30	WSVECS04 Frhs2[640]: 6 -0.538512 0 shouldn't be
572.87/574.30	WSVECS04 Frhs2[666]: 6 0 16.2116 shouldn't be
572.87/574.30	WSVECS04 Frhs2[667]: 6 0 32.7885 shouldn't be
572.87/574.30	WSVECS04 Frhs2[669]: 6 0 0.884635 shouldn't be
572.87/574.30	WSVECS04 Frhs2[670]: 6 0 1.00003 shouldn't be
572.87/574.30	WSVECS04 Frhs2[683]: 6 0 7.43274 shouldn't be
572.87/574.30	WSVECS04 Frhs2[697]: 6 -16.4423 0 shouldn't be
572.87/574.30	WSVECS04 Frhs2[705]: 6 -6.89426 0 shouldn't be
572.87/574.30	WSVECS04 Frhs2[746]: 6 0 10 shouldn't be
572.87/574.30	WSVECS04 Frhs2[757]: 6 -1.00007 0 shouldn't be
572.87/574.30	WSVECS04 Frhs2[761]: 6 0 0.0865689 shouldn't be
572.87/574.30	WSVECS04 Frhs2[766]: 6 0 0.125052 shouldn't be
572.87/574.30	WSVECS04 Frhs2[786]: 6 0 47 shouldn't be
572.87/574.30	WSVECS04 Frhs2[826]: 6 0 12.9616 shouldn't be
572.87/574.30	WSVECS04 Frhs2[827]: 6 0 0.55776 shouldn't be
572.87/574.30	WSVECS04 Frhs2[835]: 6 -12.0001 0 shouldn't be
572.87/574.30	WSVECS04 Frhs2[857]: 6 0 3.00963 shouldn't be
572.87/574.30	WSVECS04 Frhs2[859]: 6 0 31.7885 shouldn't be
572.87/574.30	WSVECS04 Frhs2[873]: 6 0 2.00972 shouldn't be
572.87/574.30	WSVECS04 Frhs2[1302]: 6 -0.625018 0 shouldn't be
572.87/574.30	WSVECS04 Frhs2[1338]: 6 -1.0001 0 shouldn't be
573.07/574.51	WSVECS04 Frhs2[54]: 6 0 1.00006 shouldn't be
573.07/574.51	WSVECS04 Frhs2[113]: 6 -2.00007 0 shouldn't be
573.07/574.51	WSVECS04 Frhs2[357]: 6 -4.9039 0 shouldn't be
573.07/574.51	WSVECS04 Frhs2[711]: 6 0 5.89432 shouldn't be
573.07/574.51	WSVECS04 Frhs2[749]: 6 0 0.211623 shouldn't be
573.28/574.74	WSVECS04 Frhs2[59]: 6 0 1.41355 shouldn't be
573.28/574.74	WSVECS04 Frhs2[606]: 6 0 0.115483 shouldn't be
573.28/574.74	WSVECS04 Frhs2[709]: 6 0 4.00005 shouldn't be
573.47/574.96	WSVECS04 Frhs2[441]: 6 0 1.58656 shouldn't be
573.47/574.96	WSVECS04 Frhs2[748]: 6 0 1.66354 shouldn't be
584.85/586.38	c #Conflicts:    1027000 | #Constraints:      95999
584.85/586.38	c #Conflicts:    1028000 | #Constraints:      96999
584.85/586.38	c #Conflicts:    1029000 | #Constraints:      97999
584.85/586.38	c #Conflicts:    1030000 | #Constraints:      98999
584.85/586.38	c #Conflicts:    1031000 | #Constraints:      99999
584.85/586.38	c #Conflicts:    1032000 | #Constraints:     100999
584.85/586.38	c #Conflicts:    1033000 | #Constraints:     101999
584.85/586.38	c #Conflicts:    1034000 | #Constraints:     102999
584.85/586.38	c #Conflicts:    1035000 | #Constraints:     103999
584.85/586.38	c #Conflicts:    1036000 | #Constraints:     105000
584.85/586.38	c #Conflicts:    1037000 | #Constraints:     106001
584.85/586.38	c #Conflicts:    1038000 | #Constraints:     107001
584.85/586.38	WSVECS04 Frhs2[40]: 6 0 3.9667 shouldn't be
584.85/586.38	WSVECS04 Frhs2[47]: 6 0 1.06668 shouldn't be
584.85/586.38	WSVECS04 Frhs2[65]: 6 0 2.00005 shouldn't be
584.85/586.38	WSVECS04 Frhs2[92]: 6 -6.00008 0 shouldn't be
584.85/586.38	WSVECS04 Frhs2[102]: 6 0 0.066742 shouldn't be
584.85/586.38	WSVECS04 Frhs2[124]: 6 0 0.666678 shouldn't be
584.85/586.38	WSVECS04 Frhs2[138]: 6 -1.33336 0 shouldn't be
584.85/586.38	WSVECS04 Frhs2[192]: 6 -2.66673 0 shouldn't be
584.85/586.38	WSVECS04 Frhs2[225]: 6 -12.4 0 shouldn't be
584.85/586.38	WSVECS04 Frhs2[230]: 6 0 0.0667164 shouldn't be
584.85/586.38	WSVECS04 Frhs2[369]: 6 -0.666719 0 shouldn't be
584.85/586.38	WSVECS04 Frhs2[424]: 6 0 1.93341 shouldn't be
584.85/586.38	WSVECS04 Frhs2[473]: 6 -6.00006 0 shouldn't be
584.85/586.38	WSVECS04 Frhs2[484]: 6 0 1.16674 shouldn't be
584.85/586.38	WSVECS04 Frhs2[668]: 6 -2.00003 0 shouldn't be
584.85/586.38	WSVECS04 Frhs2[678]: 6 0 0.0667091 shouldn't be
584.85/586.38	WSVECS04 Frhs2[741]: 6 -2.10005 0 shouldn't be
584.85/586.38	WSVECS04 Frhs2[799]: 6 0 0.666728 shouldn't be
584.85/586.38	WSVECS04 Frhs2[868]: 6 0 2.13339 shouldn't be
584.85/586.38	WSVECS04 Frhs2[871]: 6 -19.3 0 shouldn't be
584.85/586.38	WSVECS04 Frhs2[1091]: 6 -3.00006 0 shouldn't be
584.85/586.38	WSVECS04 Frhs2[1120]: 6 0 1.00002 shouldn't be
584.85/586.38	WSVECS04 Frhs2[1242]: 6 -2.00005 0 shouldn't be
584.85/586.38	WSVECS04 Frhs2[1256]: 6 0 1.00006 shouldn't be
584.85/586.38	WSVECS04 Frhs2[1270]: 6 -4.00002 0 shouldn't be
584.85/586.38	WSVECS04 Frhs2[1275]: 6 -1.00003 0 shouldn't be
584.85/586.38	WSVECS04 Frhs2[1329]: 6 0 1.00003 shouldn't be
584.85/586.38	WSVECS04 Frhs2[1344]: 6 -1.00007 0 shouldn't be
596.02/597.59	c #Conflicts:    1039000 | #Constraints:     108001
596.02/597.59	c #Conflicts:    1040000 | #Constraints:     109001
596.02/597.59	c #Conflicts:    1041000 | #Constraints:     110001
596.02/597.59	c #Conflicts:    1042000 | #Constraints:     111001
596.02/597.59	c #Conflicts:    1043000 | #Constraints:     112001
596.02/597.59	c #Conflicts:    1044000 | #Constraints:     113001
596.02/597.59	c #Conflicts:    1045000 | #Constraints:     114001
596.02/597.59	c #Conflicts:    1046000 | #Constraints:     115002
596.02/597.59	c #Conflicts:    1047000 | #Constraints:     116002
596.02/597.59	c #Conflicts:    1048000 | #Constraints:     117003
596.02/597.59	c INPROCESSING
596.02/597.59	c GARBAGE COLLECT
596.02/597.59	c rational objective 128
611.49/613.06	c #Conflicts:    1049000 | #Constraints:      67892
611.49/613.06	c #Conflicts:    1050000 | #Constraints:      68892
611.49/613.06	c #Conflicts:    1051000 | #Constraints:      69892
611.49/613.06	c #Conflicts:    1052000 | #Constraints:      70892
611.49/613.06	c #Conflicts:    1053000 | #Constraints:      71892
611.49/613.06	c #Conflicts:    1054000 | #Constraints:      72892
611.49/613.06	c #Conflicts:    1055000 | #Constraints:      73892
611.49/613.06	c #Conflicts:    1056000 | #Constraints:      74892
611.49/613.06	c #Conflicts:    1057000 | #Constraints:      75892
611.49/613.06	c #Conflicts:    1058000 | #Constraints:      76892
611.49/613.06	c #Conflicts:    1059000 | #Constraints:      77892
611.49/613.06	c #Conflicts:    1060000 | #Constraints:      78892
611.49/613.06	c #Conflicts:    1061000 | #Constraints:      79892
611.49/613.06	c #Conflicts:    1062000 | #Constraints:      80892
611.49/613.06	c #Conflicts:    1063000 | #Constraints:      81892
611.49/613.06	c #Conflicts:    1064000 | #Constraints:      82892
611.49/613.06	c #Conflicts:    1065000 | #Constraints:      83892
611.49/613.06	c #Conflicts:    1066000 | #Constraints:      84892
611.49/613.06	c #Conflicts:    1067000 | #Constraints:      85892
611.49/613.06	c #Conflicts:    1068000 | #Constraints:      86892
611.49/613.06	c #Conflicts:    1069000 | #Constraints:      87892
611.49/613.06	c #Conflicts:    1070000 | #Constraints:      88892
611.49/613.06	c #Conflicts:    1071000 | #Constraints:      89892
611.49/613.06	c #Conflicts:    1072000 | #Constraints:      90892
611.49/613.06	c #Conflicts:    1073000 | #Constraints:      91892
611.49/613.06	c INPROCESSING
611.49/613.06	c GARBAGE COLLECT
611.49/613.06	c rational objective 128
624.85/626.46	c #Conflicts:    1074000 | #Constraints:      55775
624.85/626.46	c #Conflicts:    1075000 | #Constraints:      56775
624.85/626.46	c #Conflicts:    1076000 | #Constraints:      57775
624.85/626.46	c #Conflicts:    1077000 | #Constraints:      58775
624.85/626.46	c #Conflicts:    1078000 | #Constraints:      59775
624.85/626.46	c #Conflicts:    1079000 | #Constraints:      60775
624.85/626.46	c #Conflicts:    1080000 | #Constraints:      61775
624.85/626.46	c #Conflicts:    1081000 | #Constraints:      62775
624.85/626.46	c #Conflicts:    1082000 | #Constraints:      63775
624.85/626.46	c #Conflicts:    1083000 | #Constraints:      64775
624.85/626.46	c #Conflicts:    1084000 | #Constraints:      65775
624.85/626.46	c #Conflicts:    1085000 | #Constraints:      66775
624.85/626.46	c #Conflicts:    1086000 | #Constraints:      67775
624.85/626.46	c #Conflicts:    1087000 | #Constraints:      68775
624.85/626.46	c #Conflicts:    1088000 | #Constraints:      69775
624.85/626.46	c #Conflicts:    1089000 | #Constraints:      70775
624.85/626.46	c #Conflicts:    1090000 | #Constraints:      71775
624.85/626.46	c #Conflicts:    1091000 | #Constraints:      72775
624.85/626.46	c #Conflicts:    1092000 | #Constraints:      73775
624.85/626.46	c #Conflicts:    1093000 | #Constraints:      74775
624.85/626.46	c #Conflicts:    1094000 | #Constraints:      75775
624.85/626.46	c #Conflicts:    1095000 | #Constraints:      76775
624.85/626.46	c #Conflicts:    1096000 | #Constraints:      77775
624.85/626.46	c #Conflicts:    1097000 | #Constraints:      78775
624.85/626.46	c INPROCESSING
624.85/626.46	c GARBAGE COLLECT
624.85/626.46	c rational objective 128
639.21/640.83	c #Conflicts:    1098000 | #Constraints:      49017
639.21/640.83	c #Conflicts:    1099000 | #Constraints:      50017
639.21/640.83	c #Conflicts:    1100000 | #Constraints:      51017
639.21/640.83	c #Conflicts:    1101000 | #Constraints:      52017
639.21/640.83	c #Conflicts:    1102000 | #Constraints:      53017
639.21/640.83	c #Conflicts:    1103000 | #Constraints:      54017
639.21/640.83	c #Conflicts:    1104000 | #Constraints:      55017
639.21/640.83	c #Conflicts:    1105000 | #Constraints:      56017
639.21/640.83	c #Conflicts:    1106000 | #Constraints:      57017
639.21/640.83	c #Conflicts:    1107000 | #Constraints:      58017
639.21/640.83	c #Conflicts:    1108000 | #Constraints:      59017
639.21/640.83	c #Conflicts:    1109000 | #Constraints:      60017
639.21/640.83	c #Conflicts:    1110000 | #Constraints:      61017
639.21/640.83	c #Conflicts:    1111000 | #Constraints:      62017
639.21/640.83	c #Conflicts:    1112000 | #Constraints:      63017
639.21/640.83	c #Conflicts:    1113000 | #Constraints:      64017
639.21/640.83	c #Conflicts:    1114000 | #Constraints:      65017
639.21/640.83	c #Conflicts:    1115000 | #Constraints:      66017
639.21/640.83	c #Conflicts:    1116000 | #Constraints:      67017
639.21/640.83	c #Conflicts:    1117000 | #Constraints:      68017
639.21/640.83	c #Conflicts:    1118000 | #Constraints:      69017
639.21/640.83	c #Conflicts:    1119000 | #Constraints:      70017
639.21/640.83	c #Conflicts:    1120000 | #Constraints:      71017
639.21/640.83	c #Conflicts:    1121000 | #Constraints:      72017
639.21/640.83	c #Conflicts:    1122000 | #Constraints:      73018
639.21/640.83	c INPROCESSING
639.21/640.83	c GARBAGE COLLECT
639.21/640.83	c rational objective 128
643.42/645.08	c #Conflicts:    1123000 | #Constraints:      46308
643.42/645.08	c #Conflicts:    1124000 | #Constraints:      47308
643.42/645.08	c #Conflicts:    1125000 | #Constraints:      48308
643.42/645.08	c #Conflicts:    1126000 | #Constraints:      49308
643.42/645.08	c #Conflicts:    1127000 | #Constraints:      50308
643.42/645.08	c #Conflicts:    1128000 | #Constraints:      51308
643.42/645.08	c #Conflicts:    1129000 | #Constraints:      52308
643.42/645.08	c #Conflicts:    1130000 | #Constraints:      53308
643.42/645.08	WSVECS04 Frhs2[1]: 6 -1.18237 0 shouldn't be
643.42/645.08	WSVECS04 Frhs2[39]: 6 0 3.3252 shouldn't be
643.42/645.08	WSVECS04 Frhs2[74]: 6 -1.549 0 shouldn't be
643.42/645.08	WSVECS04 Frhs2[75]: 6 0 1.3413 shouldn't be
643.42/645.08	WSVECS04 Frhs2[80]: 6 0 3.26073 shouldn't be
643.42/645.08	WSVECS04 Frhs2[117]: 6 0 2.00006 shouldn't be
643.42/645.08	WSVECS04 Frhs2[138]: 6 -7.61477 0 shouldn't be
643.42/645.08	WSVECS04 Frhs2[231]: 6 0 1.3252 shouldn't be
643.42/645.08	WSVECS04 Frhs2[245]: 6 0 2.00006 shouldn't be
643.42/645.08	WSVECS04 Frhs2[264]: 6 0 1.18241 shouldn't be
643.42/645.08	WSVECS04 Frhs2[309]: 6 0 2.00003 shouldn't be
643.42/645.08	WSVECS04 Frhs2[321]: 6 -1.18243 0 shouldn't be
643.42/645.08	WSVECS04 Frhs2[330]: 6 -4.23749 0 shouldn't be
643.42/645.08	WSVECS04 Frhs2[348]: 6 -3.33751 0 shouldn't be
643.42/645.08	WSVECS04 Frhs2[357]: 6 -1.23406 0 shouldn't be
643.42/645.08	WSVECS04 Frhs2[373]: 6 0 2.00006 shouldn't be
643.42/645.08	WSVECS04 Frhs2[409]: 6 -6.00008 0 shouldn't be
643.42/645.08	WSVECS04 Frhs2[416]: 6 0 1.82832 shouldn't be
643.42/645.08	WSVECS04 Frhs2[421]: 6 -2.69387 0 shouldn't be
643.42/645.08	WSVECS04 Frhs2[464]: 6 0 2.03945 shouldn't be
643.42/645.08	WSVECS04 Frhs2[478]: 6 0 0.120046 shouldn't be
643.42/645.08	WSVECS04 Frhs2[501]: 6 0 2.00006 shouldn't be
643.42/645.08	WSVECS04 Frhs2[549]: 6 -3.78049 0 shouldn't be
643.42/645.08	WSVECS04 Frhs2[565]: 6 0 2.00007 shouldn't be
643.42/645.08	WSVECS04 Frhs2[615]: 6 0 1.32516 shouldn't be
643.42/645.08	WSVECS04 Frhs2[629]: 6 0 2.0001 shouldn't be
643.42/645.08	WSVECS04 Frhs2[703]: 6 0 0.148976 shouldn't be
643.42/645.08	WSVECS04 Frhs2[896]: 6 -2.00003 0 shouldn't be
643.42/645.08	WSVECS04 Frhs2[897]: 6 -1.0001 0 shouldn't be
643.42/645.08	WSVECS04 Frhs2[903]: 6 -1.00008 0 shouldn't be
643.42/645.08	WSVECS04 Frhs2[905]: 6 -1.00002 0 shouldn't be
643.42/645.08	WSVECS04 Frhs2[918]: 6 -3.00006 0 shouldn't be
643.42/645.08	WSVECS04 Frhs2[928]: 6 -1.00004 0 shouldn't be
643.42/645.08	WSVECS04 Frhs2[936]: 6 -1.00005 0 shouldn't be
643.42/645.08	WSVECS04 Frhs2[952]: 6 -1.00004 0 shouldn't be
643.42/645.08	WSVECS04 Frhs2[1265]: 6 0 1.00003 shouldn't be
643.42/645.08	WSVECS04 Frhs2[1271]: 6 0 1.00007 shouldn't be
657.77/659.49	c #Conflicts:    1131000 | #Constraints:      54308
657.77/659.49	c #Conflicts:    1132000 | #Constraints:      55308
657.77/659.49	c #Conflicts:    1133000 | #Constraints:      56308
657.77/659.49	c #Conflicts:    1134000 | #Constraints:      57308
657.77/659.49	c #Conflicts:    1135000 | #Constraints:      58308
657.77/659.49	c #Conflicts:    1136000 | #Constraints:      59308
657.77/659.49	c #Conflicts:    1137000 | #Constraints:      60308
657.77/659.49	c #Conflicts:    1138000 | #Constraints:      61308
657.77/659.49	c #Conflicts:    1139000 | #Constraints:      62308
657.77/659.49	c #Conflicts:    1140000 | #Constraints:      63308
657.77/659.49	c #Conflicts:    1141000 | #Constraints:      64308
657.77/659.49	c #Conflicts:    1142000 | #Constraints:      65308
657.77/659.49	c #Conflicts:    1143000 | #Constraints:      66308
657.77/659.49	c #Conflicts:    1144000 | #Constraints:      67308
657.77/659.49	c #Conflicts:    1145000 | #Constraints:      68308
657.77/659.49	c #Conflicts:    1146000 | #Constraints:      69308
657.77/659.49	c #Conflicts:    1147000 | #Constraints:      70308
657.77/659.49	c #Conflicts:    1148000 | #Constraints:      71308
657.77/659.49	c #Conflicts:    1149000 | #Constraints:      72308
657.77/659.49	c #Conflicts:    1150000 | #Constraints:      73308
657.77/659.49	c #Conflicts:    1151000 | #Constraints:      74308
657.77/659.49	c #Conflicts:    1152000 | #Constraints:      75308
657.77/659.49	c #Conflicts:    1153000 | #Constraints:      76308
657.77/659.49	c #Conflicts:    1154000 | #Constraints:      77308
657.77/659.49	c #Conflicts:    1155000 | #Constraints:      78308
657.77/659.49	c #Conflicts:    1156000 | #Constraints:      79308
657.77/659.49	c #Conflicts:    1157000 | #Constraints:      80308
657.77/659.49	c #Conflicts:    1158000 | #Constraints:      81308
657.77/659.49	c #Conflicts:    1159000 | #Constraints:      82308
657.77/659.49	c #Conflicts:    1160000 | #Constraints:      83308
657.77/659.49	c #Conflicts:    1161000 | #Constraints:      84308
657.77/659.49	WSVECS04 Frhs2[45]: 6 0 1.32399 shouldn't be
657.77/659.49	WSVECS04 Frhs2[57]: 6 0 1.32402 shouldn't be
657.77/659.49	WSVECS04 Frhs2[169]: 6 0 1.32396 shouldn't be
657.77/659.49	WSVECS04 Frhs2[302]: 6 -6.16903 0 shouldn't be
657.77/659.49	WSVECS04 Frhs2[304]: 6 0 4.98599 shouldn't be
657.77/659.49	WSVECS04 Frhs2[325]: 6 0 0.169099 shouldn't be
657.77/659.49	WSVECS04 Frhs2[340]: 6 -5.71838 0 shouldn't be
657.77/659.49	WSVECS04 Frhs2[361]: 6 0 1.32403 shouldn't be
657.77/659.49	WSVECS04 Frhs2[367]: 6 0 10.5071 shouldn't be
657.77/659.49	WSVECS04 Frhs2[368]: 6 0 10.4789 shouldn't be
657.77/659.49	WSVECS04 Frhs2[389]: 6 0 0.169113 shouldn't be
657.77/659.49	WSVECS04 Frhs2[396]: 6 -6.00001 0 shouldn't be
657.77/659.49	WSVECS04 Frhs2[412]: 6 -2.00009 0 shouldn't be
657.77/659.49	WSVECS04 Frhs2[429]: 6 0 1.32398 shouldn't be
657.77/659.49	WSVECS04 Frhs2[431]: 6 0 10.5071 shouldn't be
657.77/659.49	WSVECS04 Frhs2[432]: 6 0 10.479 shouldn't be
657.77/659.49	WSVECS04 Frhs2[453]: 6 0 0.169101 shouldn't be
657.77/659.49	WSVECS04 Frhs2[477]: 6 -3.32403 0 shouldn't be
657.77/659.49	WSVECS04 Frhs2[495]: 6 0 10.5071 shouldn't be
657.77/659.49	WSVECS04 Frhs2[502]: 6 -2.00002 0 shouldn't be
657.77/659.49	WSVECS04 Frhs2[516]: 6 -15.0001 0 shouldn't be
657.77/659.49	WSVECS04 Frhs2[531]: 6 -1.49297 0 shouldn't be
657.77/659.49	WSVECS04 Frhs2[565]: 6 -2.56347 0 shouldn't be
657.77/659.49	WSVECS04 Frhs2[728]: 6 -1.54939 0 shouldn't be
657.77/659.49	WSVECS04 Frhs2[868]: 6 -4.84515 0 shouldn't be
657.77/659.49	WSVECS04 Frhs2[889]: 6 0 1.32398 shouldn't be
657.77/659.49	WSVECS04 Frhs2[1078]: 6 0 2.00008 shouldn't be
657.77/659.49	WSVECS04 Frhs2[1096]: 6 -1.00004 0 shouldn't be
657.77/659.49	WSVECS04 Frhs2[1106]: 6 0 2.00004 shouldn't be
657.77/659.49	WSVECS04 Frhs2[1119]: 6 -2.00005 0 shouldn't be
685.10/686.83	c #Conflicts:    1162000 | #Constraints:      85308
685.10/686.83	c #Conflicts:    1163000 | #Constraints:      86308
685.10/686.83	c #Conflicts:    1164000 | #Constraints:      87308
685.10/686.83	c #Conflicts:    1165000 | #Constraints:      88308
685.10/686.83	c #Conflicts:    1166000 | #Constraints:      89308
685.10/686.83	c #Conflicts:    1167000 | #Constraints:      90308
685.10/686.83	c #Conflicts:    1168000 | #Constraints:      91308
685.10/686.83	c #Conflicts:    1169000 | #Constraints:      92308
685.10/686.83	c #Conflicts:    1170000 | #Constraints:      93308
685.10/686.83	c #Conflicts:    1171000 | #Constraints:      94308
685.10/686.83	c #Conflicts:    1172000 | #Constraints:      95308
685.10/686.83	c #Conflicts:    1173000 | #Constraints:      96308
685.10/686.83	c #Conflicts:    1174000 | #Constraints:      97308
685.10/686.83	c #Conflicts:    1175000 | #Constraints:      98308
685.10/686.83	c #Conflicts:    1176000 | #Constraints:      99308
685.10/686.83	c #Conflicts:    1177000 | #Constraints:     100308
685.10/686.83	c #Conflicts:    1178000 | #Constraints:     101308
685.10/686.83	c #Conflicts:    1179000 | #Constraints:     102308
685.10/686.83	c #Conflicts:    1180000 | #Constraints:     103308
685.10/686.83	c #Conflicts:    1181000 | #Constraints:     104308
685.10/686.83	c #Conflicts:    1182000 | #Constraints:     105308
685.10/686.83	c #Conflicts:    1183000 | #Constraints:     106308
685.10/686.83	c #Conflicts:    1184000 | #Constraints:     107308
685.10/686.83	c #Conflicts:    1185000 | #Constraints:     108308
685.10/686.83	c #Conflicts:    1186000 | #Constraints:     109308
685.10/686.83	c #Conflicts:    1187000 | #Constraints:     110308
685.10/686.83	c #Conflicts:    1188000 | #Constraints:     111308
685.10/686.83	c #Conflicts:    1189000 | #Constraints:     112308
685.10/686.83	c #Conflicts:    1190000 | #Constraints:     113308
685.10/686.83	c #Conflicts:    1191000 | #Constraints:     114308
685.10/686.83	c #Conflicts:    1192000 | #Constraints:     115308
685.10/686.83	c #Conflicts:    1193000 | #Constraints:     116308
685.10/686.83	c #Conflicts:    1194000 | #Constraints:     117308
685.10/686.83	c #Conflicts:    1195000 | #Constraints:     118308
685.10/686.83	c #Conflicts:    1196000 | #Constraints:     119308
685.10/686.83	c #Conflicts:    1197000 | #Constraints:     120308
685.10/686.83	c #Conflicts:    1198000 | #Constraints:     121308
685.10/686.83	c #Conflicts:    1199000 | #Constraints:     122308
685.10/686.83	c #Conflicts:    1200000 | #Constraints:     123308
685.10/686.83	c #Conflicts:    1201000 | #Constraints:     124308
685.10/686.83	c INPROCESSING
685.10/686.83	c GARBAGE COLLECT
685.10/686.83	c rational objective 128
699.47/701.20	c #Conflicts:    1202000 | #Constraints:      71654
699.47/701.20	c #Conflicts:    1203000 | #Constraints:      72654
699.47/701.20	c #Conflicts:    1204000 | #Constraints:      73654
699.47/701.20	c #Conflicts:    1205000 | #Constraints:      74654
699.47/701.20	c #Conflicts:    1206000 | #Constraints:      75654
699.47/701.20	c #Conflicts:    1207000 | #Constraints:      76654
699.47/701.20	c #Conflicts:    1208000 | #Constraints:      77654
699.47/701.20	c #Conflicts:    1209000 | #Constraints:      78654
699.47/701.20	c #Conflicts:    1210000 | #Constraints:      79654
699.47/701.20	c #Conflicts:    1211000 | #Constraints:      80654
699.47/701.20	c #Conflicts:    1212000 | #Constraints:      81654
699.47/701.20	c #Conflicts:    1213000 | #Constraints:      82654
699.47/701.20	c #Conflicts:    1214000 | #Constraints:      83654
699.47/701.20	c #Conflicts:    1215000 | #Constraints:      84654
699.47/701.20	c #Conflicts:    1216000 | #Constraints:      85654
699.47/701.20	c #Conflicts:    1217000 | #Constraints:      86654
699.47/701.20	c #Conflicts:    1218000 | #Constraints:      87654
699.47/701.20	c #Conflicts:    1219000 | #Constraints:      88655
699.47/701.20	c #Conflicts:    1220000 | #Constraints:      89655
699.47/701.20	c #Conflicts:    1221000 | #Constraints:      90655
699.47/701.20	c #Conflicts:    1222000 | #Constraints:      91655
699.47/701.20	c #Conflicts:    1223000 | #Constraints:      92655
699.47/701.20	c #Conflicts:    1224000 | #Constraints:      93655
699.47/701.20	c #Conflicts:    1225000 | #Constraints:      94655
699.47/701.20	c #Conflicts:    1226000 | #Constraints:      95655
699.47/701.20	c #Conflicts:    1227000 | #Constraints:      96655
699.47/701.20	c INPROCESSING
699.47/701.20	c GARBAGE COLLECT
699.47/701.20	c rational objective 128
712.74/714.51	c #Conflicts:    1228000 | #Constraints:      57857
712.74/714.51	c #Conflicts:    1229000 | #Constraints:      58857
712.74/714.51	c #Conflicts:    1230000 | #Constraints:      59857
712.74/714.51	c #Conflicts:    1231000 | #Constraints:      60857
712.74/714.51	c #Conflicts:    1232000 | #Constraints:      61857
712.74/714.51	c #Conflicts:    1233000 | #Constraints:      62857
712.74/714.51	c #Conflicts:    1234000 | #Constraints:      63857
712.74/714.51	c #Conflicts:    1235000 | #Constraints:      64857
712.74/714.51	c #Conflicts:    1236000 | #Constraints:      65857
712.74/714.51	c #Conflicts:    1237000 | #Constraints:      66857
712.74/714.51	c #Conflicts:    1238000 | #Constraints:      67857
712.74/714.51	c #Conflicts:    1239000 | #Constraints:      68857
712.74/714.51	c #Conflicts:    1240000 | #Constraints:      69857
712.74/714.51	c #Conflicts:    1241000 | #Constraints:      70857
712.74/714.51	c #Conflicts:    1242000 | #Constraints:      71857
712.74/714.51	c #Conflicts:    1243000 | #Constraints:      72857
712.74/714.51	c #Conflicts:    1244000 | #Constraints:      73857
712.74/714.51	c #Conflicts:    1245000 | #Constraints:      74857
712.74/714.51	c #Conflicts:    1246000 | #Constraints:      75857
712.74/714.51	c #Conflicts:    1247000 | #Constraints:      76857
712.74/714.51	c #Conflicts:    1248000 | #Constraints:      77857
712.74/714.51	c #Conflicts:    1249000 | #Constraints:      78857
712.74/714.51	c #Conflicts:    1250000 | #Constraints:      79857
712.74/714.51	c #Conflicts:    1251000 | #Constraints:      80857
712.74/714.51	c #Conflicts:    1252000 | #Constraints:      81857
712.74/714.51	c #Conflicts:    1253000 | #Constraints:      82857
712.74/714.51	c INPROCESSING
712.74/714.51	c GARBAGE COLLECT
712.74/714.51	c rational objective 128
725.01/726.80	c #Conflicts:    1254000 | #Constraints:      50925
725.01/726.80	c #Conflicts:    1255000 | #Constraints:      51926
725.01/726.80	c #Conflicts:    1256000 | #Constraints:      52926
725.01/726.80	c #Conflicts:    1257000 | #Constraints:      53926
725.01/726.80	c #Conflicts:    1258000 | #Constraints:      54926
725.01/726.80	c #Conflicts:    1259000 | #Constraints:      55927
725.01/726.80	c #Conflicts:    1260000 | #Constraints:      56927
725.01/726.80	c #Conflicts:    1261000 | #Constraints:      57927
725.01/726.80	c #Conflicts:    1262000 | #Constraints:      58927
725.01/726.80	c #Conflicts:    1263000 | #Constraints:      59927
725.01/726.80	c #Conflicts:    1264000 | #Constraints:      60927
725.01/726.80	c #Conflicts:    1265000 | #Constraints:      61927
725.01/726.80	c #Conflicts:    1266000 | #Constraints:      62927
725.01/726.80	c #Conflicts:    1267000 | #Constraints:      63928
725.01/726.80	c #Conflicts:    1268000 | #Constraints:      64930
725.01/726.80	c #Conflicts:    1269000 | #Constraints:      65931
725.01/726.80	c #Conflicts:    1270000 | #Constraints:      66932
725.01/726.80	c #Conflicts:    1271000 | #Constraints:      67932
725.01/726.80	c #Conflicts:    1272000 | #Constraints:      68932
725.01/726.80	c #Conflicts:    1273000 | #Constraints:      69932
725.01/726.80	WSVECS04 Frhs2[522]: 6 -0.666726 0 shouldn't be
725.01/726.80	WSVECS04 Frhs2[549]: 6 -1.0001 0 shouldn't be
725.01/726.80	WSVECS04 Frhs2[604]: 6 -2.00005 0 shouldn't be
725.01/726.80	WSVECS04 Frhs2[732]: 6 -4.00005 0 shouldn't be
727.21/729.04	c #Conflicts:    1274000 | #Constraints:      70932
727.21/729.04	c #Conflicts:    1275000 | #Constraints:      71932
727.21/729.04	c #Conflicts:    1276000 | #Constraints:      72932
727.21/729.04	c #Conflicts:    1277000 | #Constraints:      73933
727.21/729.04	WSVECS04 Frhs2[8]: 6 -2.00002 0 shouldn't be
727.21/729.04	WSVECS04 Frhs2[78]: 6 0 36.2 shouldn't be
727.21/729.04	WSVECS04 Frhs2[113]: 6 -2.00007 0 shouldn't be
727.21/729.04	WSVECS04 Frhs2[123]: 6 0 0.400014 shouldn't be
727.21/729.04	WSVECS04 Frhs2[137]: 6 -16.0001 0 shouldn't be
727.21/729.04	WSVECS04 Frhs2[157]: 6 0 2.00007 shouldn't be
727.21/729.04	WSVECS04 Frhs2[159]: 6 0 2.00009 shouldn't be
727.21/729.04	WSVECS04 Frhs2[183]: 6 -3.00003 0 shouldn't be
727.21/729.04	WSVECS04 Frhs2[287]: 6 0 6.00009 shouldn't be
727.21/729.04	WSVECS04 Frhs2[295]: 6 0 2.00007 shouldn't be
727.21/729.04	WSVECS04 Frhs2[335]: 6 0 14.0001 shouldn't be
727.21/729.04	WSVECS04 Frhs2[374]: 6 -4.00002 0 shouldn't be
727.21/729.04	WSVECS04 Frhs2[415]: 6 0 2.00004 shouldn't be
727.21/729.04	WSVECS04 Frhs2[424]: 6 -4.00003 0 shouldn't be
727.21/729.04	WSVECS04 Frhs2[428]: 6 -6.00002 0 shouldn't be
727.21/729.04	WSVECS04 Frhs2[444]: 6 0 3.20007 shouldn't be
727.21/729.04	WSVECS04 Frhs2[454]: 6 0 4.00008 shouldn't be
727.21/729.04	WSVECS04 Frhs2[485]: 6 0 1.00004 shouldn't be
727.21/729.04	WSVECS04 Frhs2[487]: 6 0 2.00008 shouldn't be
727.21/729.04	WSVECS04 Frhs2[500]: 6 0 1.00001 shouldn't be
727.21/729.04	WSVECS04 Frhs2[534]: 6 0 3.40004 shouldn't be
727.21/729.04	WSVECS04 Frhs2[549]: 6 -2.00008 0 shouldn't be
727.21/729.04	WSVECS04 Frhs2[554]: 6 -7.00007 0 shouldn't be
727.21/729.04	WSVECS04 Frhs2[567]: 6 -3.00009 0 shouldn't be
727.21/729.04	WSVECS04 Frhs2[604]: 6 -2.00002 0 shouldn't be
727.21/729.04	WSVECS04 Frhs2[635]: 6 0 0.800057 shouldn't be
727.21/729.04	WSVECS04 Frhs2[642]: 6 -8.00001 0 shouldn't be
727.21/729.04	WSVECS04 Frhs2[664]: 6 0 8.00006 shouldn't be
727.21/729.04	WSVECS04 Frhs2[679]: 6 0 2.00007 shouldn't be
727.21/729.04	WSVECS04 Frhs2[688]: 6 -4.00001 0 shouldn't be
727.21/729.04	WSVECS04 Frhs2[700]: 6 0 3.20009 shouldn't be
727.21/729.04	WSVECS04 Frhs2[704]: 6 -7.20007 0 shouldn't be
727.21/729.04	WSVECS04 Frhs2[756]: 6 0 3.00005 shouldn't be
727.21/729.04	WSVECS04 Frhs2[767]: 6 0 1.20009 shouldn't be
727.21/729.04	WSVECS04 Frhs2[785]: 6 -4.00004 0 shouldn't be
727.21/729.04	WSVECS04 Frhs2[796]: 6 0 7.00002 shouldn't be
727.21/729.04	WSVECS04 Frhs2[800]: 6 0 5.00006 shouldn't be
727.21/729.04	WSVECS04 Frhs2[807]: 6 0 2.00009 shouldn't be
727.21/729.04	WSVECS04 Frhs2[827]: 6 0 2.2001 shouldn't be
727.21/729.04	WSVECS04 Frhs2[849]: 6 0 2.0001 shouldn't be
727.21/729.04	WSVECS04 Frhs2[854]: 6 0 0.400043 shouldn't be
727.21/729.04	WSVECS04 Frhs2[888]: 6 0 28.4001 shouldn't be
727.21/729.04	WSVECS04 Frhs2[889]: 6 -2.00008 0 shouldn't be
727.21/729.04	WSVECS04 Frhs2[1106]: 6 0 2.00003 shouldn't be
727.21/729.04	WSVECS04 Frhs2[1113]: 6 0 2.00004 shouldn't be
727.21/729.04	WSVECS04 Frhs2[1181]: 6 -2.00004 0 shouldn't be
727.21/729.04	WSVECS04 Frhs2[1266]: 6 -2.00005 0 shouldn't be
730.01/731.88	c #Conflicts:    1278000 | #Constraints:      74933
730.01/731.88	c #Conflicts:    1279000 | #Constraints:      75933
730.01/731.88	c #Conflicts:    1280000 | #Constraints:      76933
730.01/731.88	c INPROCESSING
730.01/731.88	c GARBAGE COLLECT
730.01/731.88	c rational objective 128
760.53/762.44	c #Conflicts:    1281000 | #Constraints:      48273
760.53/762.44	c #Conflicts:    1282000 | #Constraints:      49273
760.53/762.44	c #Conflicts:    1283000 | #Constraints:      50273
760.53/762.44	c #Conflicts:    1284000 | #Constraints:      51273
760.53/762.44	c #Conflicts:    1285000 | #Constraints:      52273
760.53/762.44	c #Conflicts:    1286000 | #Constraints:      53273
760.53/762.44	c #Conflicts:    1287000 | #Constraints:      54273
760.53/762.44	c #Conflicts:    1288000 | #Constraints:      55273
760.53/762.44	c #Conflicts:    1289000 | #Constraints:      56273
760.53/762.44	c #Conflicts:    1290000 | #Constraints:      57273
760.53/762.44	c #Conflicts:    1291000 | #Constraints:      58273
760.53/762.44	c #Conflicts:    1292000 | #Constraints:      59273
760.53/762.44	c #Conflicts:    1293000 | #Constraints:      60273
760.53/762.44	c #Conflicts:    1294000 | #Constraints:      61273
760.53/762.44	c #Conflicts:    1295000 | #Constraints:      62273
760.53/762.44	c #Conflicts:    1296000 | #Constraints:      63273
760.53/762.44	c #Conflicts:    1297000 | #Constraints:      64273
760.53/762.44	c #Conflicts:    1298000 | #Constraints:      65273
760.53/762.44	c #Conflicts:    1299000 | #Constraints:      66273
760.53/762.44	c #Conflicts:    1300000 | #Constraints:      67273
760.53/762.44	c #Conflicts:    1301000 | #Constraints:      68273
760.53/762.44	c #Conflicts:    1302000 | #Constraints:      69273
760.53/762.44	c #Conflicts:    1303000 | #Constraints:      70273
760.53/762.44	c #Conflicts:    1304000 | #Constraints:      71273
760.53/762.44	c #Conflicts:    1305000 | #Constraints:      72273
760.53/762.44	c #Conflicts:    1306000 | #Constraints:      73273
760.53/762.44	c #Conflicts:    1307000 | #Constraints:      74273
760.53/762.44	c #Conflicts:    1308000 | #Constraints:      75273
760.53/762.44	c #Conflicts:    1309000 | #Constraints:      76273
760.53/762.44	c #Conflicts:    1310000 | #Constraints:      77273
760.53/762.44	c #Conflicts:    1311000 | #Constraints:      78273
760.53/762.44	c #Conflicts:    1312000 | #Constraints:      79273
760.53/762.44	c #Conflicts:    1313000 | #Constraints:      80273
760.53/762.44	c #Conflicts:    1314000 | #Constraints:      81273
760.53/762.44	c #Conflicts:    1315000 | #Constraints:      82273
760.53/762.44	c #Conflicts:    1316000 | #Constraints:      83273
760.53/762.44	c #Conflicts:    1317000 | #Constraints:      84273
760.53/762.44	c #Conflicts:    1318000 | #Constraints:      85273
760.53/762.44	c #Conflicts:    1319000 | #Constraints:      86273
760.53/762.44	c #Conflicts:    1320000 | #Constraints:      87273
760.53/762.44	c #Conflicts:    1321000 | #Constraints:      88273
760.53/762.44	c #Conflicts:    1322000 | #Constraints:      89273
760.53/762.44	c #Conflicts:    1323000 | #Constraints:      90273
760.53/762.44	c #Conflicts:    1324000 | #Constraints:      91273
760.53/762.44	c #Conflicts:    1325000 | #Constraints:      92273
760.53/762.44	c #Conflicts:    1326000 | #Constraints:      93273
760.53/762.44	c #Conflicts:    1327000 | #Constraints:      94273
760.53/762.44	c #Conflicts:    1328000 | #Constraints:      95273
760.53/762.44	c #Conflicts:    1329000 | #Constraints:      96273
760.53/762.44	c #Conflicts:    1330000 | #Constraints:      97273
760.53/762.44	c #Conflicts:    1331000 | #Constraints:      98273
760.53/762.44	c #Conflicts:    1332000 | #Constraints:      99273
760.53/762.44	c #Conflicts:    1333000 | #Constraints:     100273
760.53/762.44	c #Conflicts:    1334000 | #Constraints:     101273
760.53/762.44	c #Conflicts:    1335000 | #Constraints:     102273
760.53/762.44	c #Conflicts:    1336000 | #Constraints:     103273
760.53/762.44	c #Conflicts:    1337000 | #Constraints:     104273
760.53/762.44	c #Conflicts:    1338000 | #Constraints:     105273
760.53/762.44	WSVECS04 Frhs2[9]: 6 0 5.10514 shouldn't be
760.53/762.44	WSVECS04 Frhs2[33]: 6 0 4.81526 shouldn't be
760.53/762.44	WSVECS04 Frhs2[39]: 6 0 1.19566 shouldn't be
760.53/762.44	WSVECS04 Frhs2[73]: 6 0 6.32251 shouldn't be
760.53/762.44	WSVECS04 Frhs2[74]: 6 -1.72465 0 shouldn't be
760.53/762.44	WSVECS04 Frhs2[85]: 6 0 1.13048 shouldn't be
760.53/762.44	WSVECS04 Frhs2[97]: 6 0 2.40226 shouldn't be
760.53/762.44	WSVECS04 Frhs2[107]: 6 0 2.77178 shouldn't be
760.53/762.44	WSVECS04 Frhs2[139]: 6 0 0.927597 shouldn't be
760.53/762.44	WSVECS04 Frhs2[142]: 6 0 0.862382 shouldn't be
760.53/762.44	WSVECS04 Frhs2[144]: 6 0 0.431252 shouldn't be
760.53/762.44	WSVECS04 Frhs2[149]: 6 0 1.13053 shouldn't be
760.53/762.44	WSVECS04 Frhs2[166]: 6 0 0.260916 shouldn't be
760.53/762.44	WSVECS04 Frhs2[168]: 6 0 2.8914 shouldn't be
760.53/762.44	WSVECS04 Frhs2[174]: 6 -2.26095 0 shouldn't be
760.53/762.44	WSVECS04 Frhs2[176]: 6 0 0.44569 shouldn't be
760.53/762.44	WSVECS04 Frhs2[213]: 6 0 1.13048 shouldn't be
760.53/762.44	WSVECS04 Frhs2[235]: 6 0 3.47831 shouldn't be
760.53/762.44	WSVECS04 Frhs2[237]: 6 0 0.260949 shouldn't be
760.53/762.44	WSVECS04 Frhs2[239]: 6 0 1.47829 shouldn't be
760.53/762.44	WSVECS04 Frhs2[290]: 6 0 1.13046 shouldn't be
760.53/762.44	WSVECS04 Frhs2[302]: 6 -1.04355 0 shouldn't be
760.53/762.44	WSVECS04 Frhs2[353]: 6 0 4.81528 shouldn't be
760.53/762.44	WSVECS04 Frhs2[361]: 6 0 2.44574 shouldn't be
760.53/762.44	WSVECS04 Frhs2[395]: 6 0 0.0652295 shouldn't be
760.53/762.44	WSVECS04 Frhs2[405]: 6 0 1.1305 shouldn't be
760.53/762.44	WSVECS04 Frhs2[427]: 6 0 3.21743 shouldn't be
760.53/762.44	WSVECS04 Frhs2[431]: 6 0 1.21748 shouldn't be
760.53/762.44	WSVECS04 Frhs2[461]: 6 0 2.08697 shouldn't be
760.53/762.44	WSVECS04 Frhs2[464]: 6 0 1.93847 shouldn't be
760.53/762.44	WSVECS04 Frhs2[488]: 6 0 0.47836 shouldn't be
760.53/762.44	WSVECS04 Frhs2[524]: 6 0 4.59426 shouldn't be
760.53/762.44	WSVECS04 Frhs2[591]: 6 0 3.18849 shouldn't be
760.53/762.44	WSVECS04 Frhs2[623]: 6 0 1.21747 shouldn't be
760.53/762.44	WSVECS04 Frhs2[651]: 6 0 1.47835 shouldn't be
760.53/762.44	WSVECS04 Frhs2[675]: 6 0 2.1522 shouldn't be
760.53/762.44	WSVECS04 Frhs2[683]: 6 0 3.47832 shouldn't be
760.53/762.44	WSVECS04 Frhs2[783]: 6 0 2.00004 shouldn't be
760.53/762.44	WSVECS04 Frhs2[807]: 6 0 0.108738 shouldn't be
760.53/762.44	WSVECS04 Frhs2[841]: 6 0 6.3225 shouldn't be
760.53/762.44	WSVECS04 Frhs2[848]: 6 0 1.93844 shouldn't be
760.53/762.44	WSVECS04 Frhs2[865]: 6 0 3.68482 shouldn't be
760.53/762.44	WSVECS04 Frhs2[873]: 6 0 1.22829 shouldn't be
760.53/762.44	WSVECS04 Frhs2[1049]: 6 -2.00006 0 shouldn't be
760.53/762.44	WSVECS04 Frhs2[1233]: 6 0 2.0001 shouldn't be
760.53/762.44	WSVECS04 Frhs2[1246]: 6 0 1.00009 shouldn't be
760.53/762.44	WSVECS04 Frhs2[1257]: 6 0 1.00006 shouldn't be
760.53/762.44	WSVECS04 Frhs2[1273]: 6 -1.00005 0 shouldn't be
760.53/762.44	WSVECS04 Frhs2[1399]: 6 0 1.47835 shouldn't be
780.39/782.34	c #Conflicts:    1339000 | #Constraints:     106273
780.39/782.34	c #Conflicts:    1340000 | #Constraints:     107273
780.39/782.34	c #Conflicts:    1341000 | #Constraints:     108273
780.39/782.34	c #Conflicts:    1342000 | #Constraints:     109273
780.39/782.34	c #Conflicts:    1343000 | #Constraints:     110273
780.39/782.34	c #Conflicts:    1344000 | #Constraints:     111273
780.39/782.34	c #Conflicts:    1345000 | #Constraints:     112273
780.39/782.34	c #Conflicts:    1346000 | #Constraints:     113273
780.39/782.34	c #Conflicts:    1347000 | #Constraints:     114273
780.39/782.34	c #Conflicts:    1348000 | #Constraints:     115273
780.39/782.34	c #Conflicts:    1349000 | #Constraints:     116273
780.39/782.34	c #Conflicts:    1350000 | #Constraints:     117273
780.39/782.34	c #Conflicts:    1351000 | #Constraints:     118273
780.39/782.34	c #Conflicts:    1352000 | #Constraints:     119273
780.39/782.34	c #Conflicts:    1353000 | #Constraints:     120273
780.39/782.34	c #Conflicts:    1354000 | #Constraints:     121273
780.39/782.34	c #Conflicts:    1355000 | #Constraints:     122273
780.39/782.34	c #Conflicts:    1356000 | #Constraints:     123273
780.39/782.34	c #Conflicts:    1357000 | #Constraints:     124273
780.39/782.34	c #Conflicts:    1358000 | #Constraints:     125273
780.39/782.34	c #Conflicts:    1359000 | #Constraints:     126273
780.39/782.34	c #Conflicts:    1360000 | #Constraints:     127273
780.39/782.34	c #Conflicts:    1361000 | #Constraints:     128273
780.39/782.34	c #Conflicts:    1362000 | #Constraints:     129273
780.39/782.34	c #Conflicts:    1363000 | #Constraints:     130273
780.39/782.34	c #Conflicts:    1364000 | #Constraints:     131273
780.39/782.34	c #Conflicts:    1365000 | #Constraints:     132273
780.39/782.34	c INPROCESSING
780.39/782.34	c GARBAGE COLLECT
780.39/782.34	c rational objective 128
781.68/783.67	c #Conflicts:    1366000 | #Constraints:      75953
781.68/783.67	WSVECS04 Frhs2[48]: 6 0 1.97203 shouldn't be
781.68/783.67	WSVECS04 Frhs2[90]: 6 0 0.741319 shouldn't be
781.68/783.67	WSVECS04 Frhs2[110]: 6 -2.14928 0 shouldn't be
781.68/783.67	WSVECS04 Frhs2[137]: 6 -2.70735 0 shouldn't be
781.68/783.67	WSVECS04 Frhs2[177]: 6 0 1.56214 shouldn't be
781.68/783.67	WSVECS04 Frhs2[278]: 6 0 3.23542 shouldn't be
781.68/783.67	WSVECS04 Frhs2[281]: 6 0 2.0001 shouldn't be
781.68/783.67	WSVECS04 Frhs2[296]: 6 0 2.61953 shouldn't be
781.68/783.67	WSVECS04 Frhs2[302]: 6 -1.80641 0 shouldn't be
781.68/783.67	WSVECS04 Frhs2[304]: 6 0 1.97198 shouldn't be
781.68/783.67	WSVECS04 Frhs2[346]: 6 0 0.741326 shouldn't be
781.68/783.67	WSVECS04 Frhs2[348]: 6 -2.48953 0 shouldn't be
781.68/783.67	WSVECS04 Frhs2[351]: 6 0 1.24481 shouldn't be
781.68/783.67	WSVECS04 Frhs2[366]: 6 -5.23541 0 shouldn't be
781.68/783.67	WSVECS04 Frhs2[368]: 6 0 0.984908 shouldn't be
781.68/783.67	WSVECS04 Frhs2[374]: 6 -3.63821 0 shouldn't be
781.68/783.67	WSVECS04 Frhs2[481]: 6 -4.56792 0 shouldn't be
781.68/783.67	WSVECS04 Frhs2[488]: 6 0 2.61953 shouldn't be
781.68/783.67	WSVECS04 Frhs2[498]: 6 0 2.04923 shouldn't be
781.68/783.67	WSVECS04 Frhs2[501]: 6 0 0.671026 shouldn't be
781.68/783.67	WSVECS04 Frhs2[552]: 6 0 2.61951 shouldn't be
781.68/783.67	WSVECS04 Frhs2[589]: 6 0 0.574177 shouldn't be
781.68/783.67	WSVECS04 Frhs2[591]: 6 0 0.367765 shouldn't be
781.68/783.67	WSVECS04 Frhs2[601]: 6 0 2.00005 shouldn't be
781.68/783.67	WSVECS04 Frhs2[607]: 6 0 1.24478 shouldn't be
781.68/783.67	WSVECS04 Frhs2[612]: 6 -4.70955 0 shouldn't be
781.68/783.67	WSVECS04 Frhs2[622]: 6 -6.45238 0 shouldn't be
781.68/783.67	WSVECS04 Frhs2[806]: 6 -9.92908 0 shouldn't be
781.68/783.67	WSVECS04 Frhs2[816]: 6 0 1.97203 shouldn't be
781.68/783.67	WSVECS04 Frhs2[818]: 6 0 1.03285 shouldn't be
781.68/783.67	WSVECS04 Frhs2[862]: 6 -7.19338 0 shouldn't be
781.68/783.67	WSVECS04 Frhs2[865]: 6 0 0.61949 shouldn't be
781.68/783.67	WSVECS04 Frhs2[868]: 6 0 0.619457 shouldn't be
781.68/783.67	WSVECS04 Frhs2[870]: 6 0 0.619521 shouldn't be
781.68/783.67	WSVECS04 Frhs2[904]: 6 -1.00006 0 shouldn't be
781.68/783.67	WSVECS04 Frhs2[920]: 6 -1.00005 0 shouldn't be
781.68/783.67	WSVECS04 Frhs2[960]: 6 0 1.85179 shouldn't be
781.68/783.67	WSVECS04 Frhs2[1002]: 6 0 0.221695 shouldn't be
781.68/783.67	WSVECS04 Frhs2[1071]: 6 0 1.97667 shouldn't be
781.68/783.67	WSVECS04 Frhs2[1137]: 6 0 0.485343 shouldn't be
781.68/783.67	WSVECS04 Frhs2[1183]: 6 0 0.622405 shouldn't be
781.68/783.67	WSVECS04 Frhs2[1217]: 6 -1.00002 0 shouldn't be
781.68/783.67	WSVECS04 Frhs2[1224]: 6 -1.00003 0 shouldn't be
781.68/783.67	WSVECS04 Frhs2[1225]: 6 0 0.622404 shouldn't be
781.68/783.67	WSVECS04 Frhs2[1232]: 6 0 0.235461 shouldn't be
784.18/786.10	c #Conflicts:    1367000 | #Constraints:      76953
784.18/786.10	c #Conflicts:    1368000 | #Constraints:      77953
784.18/786.10	c #Conflicts:    1369000 | #Constraints:      78953
784.18/786.10	c #Conflicts:    1370000 | #Constraints:      79953
784.18/786.10	WSVECS04 Frhs2[83]: 6 -4.00006 0 shouldn't be
784.18/786.10	WSVECS04 Frhs2[274]: 6 0 1.00001 shouldn't be
784.18/786.10	WSVECS04 Frhs2[276]: 6 0 3.00003 shouldn't be
784.18/786.10	WSVECS04 Frhs2[300]: 6 0 12.0001 shouldn't be
784.18/786.10	WSVECS04 Frhs2[330]: 6 -2.00004 0 shouldn't be
784.18/786.10	WSVECS04 Frhs2[341]: 6 -5.00005 0 shouldn't be
784.18/786.10	WSVECS04 Frhs2[357]: 6 -4.00008 0 shouldn't be
784.18/786.10	WSVECS04 Frhs2[362]: 6 0 2.00004 shouldn't be
784.18/786.10	WSVECS04 Frhs2[365]: 6 0 2.0001 shouldn't be
784.18/786.10	WSVECS04 Frhs2[382]: 6 0 3.50004 shouldn't be
784.18/786.10	WSVECS04 Frhs2[489]: 6 0 3.00004 shouldn't be
784.18/786.10	WSVECS04 Frhs2[492]: 6 0 15.0001 shouldn't be
784.18/786.10	WSVECS04 Frhs2[522]: 6 -2.00008 0 shouldn't be
784.18/786.10	WSVECS04 Frhs2[535]: 6 0 5.00002 shouldn't be
784.18/786.10	WSVECS04 Frhs2[554]: 6 -13.0001 0 shouldn't be
784.18/786.10	WSVECS04 Frhs2[556]: 6 0 11.5001 shouldn't be
784.18/786.10	WSVECS04 Frhs2[600]: 6 -8.00005 0 shouldn't be
784.18/786.10	WSVECS04 Frhs2[620]: 6 0 13.5001 shouldn't be
784.18/786.10	WSVECS04 Frhs2[624]: 6 0 2.00008 shouldn't be
784.18/786.10	WSVECS04 Frhs2[686]: 6 -3.00009 0 shouldn't be
784.18/786.10	WSVECS04 Frhs2[688]: 6 0 0.500049 shouldn't be
784.18/786.10	WSVECS04 Frhs2[702]: 6 0 4.37503 shouldn't be
784.18/786.10	WSVECS04 Frhs2[705]: 6 -1.00007 0 shouldn't be
784.18/786.10	WSVECS04 Frhs2[727]: 6 0 2.00002 shouldn't be
784.18/786.10	WSVECS04 Frhs2[745]: 6 -16 0 shouldn't be
784.18/786.10	WSVECS04 Frhs2[752]: 6 0 0.500023 shouldn't be
784.18/786.10	WSVECS04 Frhs2[791]: 6 0 2.00006 shouldn't be
784.18/786.10	WSVECS04 Frhs2[850]: 6 -3.00009 0 shouldn't be
784.18/786.10	WSVECS04 Frhs2[876]: 6 0 12 shouldn't be
784.18/786.10	WSVECS04 Frhs2[969]: 6 0 1.00005 shouldn't be
787.27/789.29	c #Conflicts:    1371000 | #Constraints:      80954
787.27/789.29	c #Conflicts:    1372000 | #Constraints:      81954
787.27/789.29	c #Conflicts:    1373000 | #Constraints:      82955
787.27/789.29	c #Conflicts:    1374000 | #Constraints:      83955
787.27/789.29	c #Conflicts:    1375000 | #Constraints:      84955
787.27/789.29	WSVECS04 Frhs2[34]: 6 0 2.00004 shouldn't be
787.27/789.29	WSVECS04 Frhs2[84]: 6 0 3.00005 shouldn't be
787.27/789.29	WSVECS04 Frhs2[93]: 6 -9.00003 0 shouldn't be
787.27/789.29	WSVECS04 Frhs2[116]: 6 0 2.00009 shouldn't be
787.27/789.29	WSVECS04 Frhs2[120]: 6 0 0.00993105 shouldn't be
787.27/789.29	WSVECS04 Frhs2[124]: 6 0 0.995116 shouldn't be
787.27/789.29	WSVECS04 Frhs2[147]: 6 -12.0001 0 shouldn't be
787.27/789.29	WSVECS04 Frhs2[150]: 6 0 9.03457 shouldn't be
787.27/789.29	WSVECS04 Frhs2[157]: 6 0 1.00007 shouldn't be
787.27/789.29	WSVECS04 Frhs2[158]: 6 0 3.00009 shouldn't be
787.27/789.29	WSVECS04 Frhs2[160]: 6 0 3.00005 shouldn't be
787.27/789.29	WSVECS04 Frhs2[162]: 6 0 2.00006 shouldn't be
787.27/789.29	WSVECS04 Frhs2[163]: 6 0 15.005 shouldn't be
787.27/789.29	WSVECS04 Frhs2[242]: 6 0 0.955758 shouldn't be
787.27/789.29	WSVECS04 Frhs2[255]: 6 0 0.00993814 shouldn't be
787.27/789.29	WSVECS04 Frhs2[266]: 6 -4.00003 0 shouldn't be
787.27/789.29	WSVECS04 Frhs2[282]: 6 -4.00008 0 shouldn't be
787.27/789.29	WSVECS04 Frhs2[306]: 6 0 3.94589 shouldn't be
787.27/789.29	WSVECS04 Frhs2[371]: 6 0 2.02961 shouldn't be
787.27/789.29	WSVECS04 Frhs2[374]: 6 -11 0 shouldn't be
787.27/789.29	WSVECS04 Frhs2[415]: 6 0 4.00004 shouldn't be
787.27/789.29	WSVECS04 Frhs2[612]: 6 -6.38919 0 shouldn't be
787.27/789.29	WSVECS04 Frhs2[628]: 6 0 2.00008 shouldn't be
787.27/789.29	WSVECS04 Frhs2[669]: 6 0 2.00004 shouldn't be
787.27/789.29	WSVECS04 Frhs2[684]: 6 0 0.857209 shouldn't be
787.27/789.29	WSVECS04 Frhs2[686]: 6 0 0.00989831 shouldn't be
787.27/789.29	WSVECS04 Frhs2[688]: 6 -15.4286 0 shouldn't be
787.27/789.29	WSVECS04 Frhs2[703]: 6 0 0.0197707 shouldn't be
787.27/789.29	WSVECS04 Frhs2[736]: 6 -12.0001 0 shouldn't be
787.27/789.29	WSVECS04 Frhs2[742]: 6 0 2.00002 shouldn't be
787.27/789.29	WSVECS04 Frhs2[756]: 6 0 1.04436 shouldn't be
787.27/789.29	WSVECS04 Frhs2[764]: 6 0 1.00497 shouldn't be
787.27/789.29	WSVECS04 Frhs2[767]: 6 0 0.0197665 shouldn't be
787.27/789.29	WSVECS04 Frhs2[882]: 6 0 0.955701 shouldn't be
787.27/789.29	WSVECS04 Frhs2[883]: 6 0 2.02964 shouldn't be
787.27/789.29	WSVECS04 Frhs2[963]: 6 -2.00007 0 shouldn't be
787.27/789.29	WSVECS04 Frhs2[966]: 6 -1.00001 0 shouldn't be
787.27/789.29	WSVECS04 Frhs2[1009]: 6 -1.00009 0 shouldn't be
787.27/789.29	WSVECS04 Frhs2[1104]: 6 0 1.00006 shouldn't be
787.27/789.29	WSVECS04 Frhs2[1182]: 6 0 1.14289 shouldn't be
787.27/789.29	WSVECS04 Frhs2[1321]: 6 0 1.00006 shouldn't be
787.27/789.29	WSVECS04 Frhs2[1323]: 6 -1.00005 0 shouldn't be
787.27/789.29	WSVECS04 Frhs2[1335]: 6 -2.00004 0 shouldn't be
787.27/789.29	WSVECS04 Frhs2[1336]: 6 0 1.00007 shouldn't be
787.27/789.29	WSVECS04 Frhs2[1337]: 6 0 1.00004 shouldn't be
801.73/803.78	c #Conflicts:    1376000 | #Constraints:      85955
801.73/803.78	c #Conflicts:    1377000 | #Constraints:      86955
801.73/803.78	c #Conflicts:    1378000 | #Constraints:      87955
801.73/803.78	c #Conflicts:    1379000 | #Constraints:      88957
801.73/803.78	c #Conflicts:    1380000 | #Constraints:      89958
801.73/803.78	c #Conflicts:    1381000 | #Constraints:      90958
801.73/803.78	c #Conflicts:    1382000 | #Constraints:      91958
801.73/803.78	c #Conflicts:    1383000 | #Constraints:      92959
801.73/803.78	c #Conflicts:    1384000 | #Constraints:      93959
801.73/803.78	c #Conflicts:    1385000 | #Constraints:      94959
801.73/803.78	c #Conflicts:    1386000 | #Constraints:      95959
801.73/803.78	c #Conflicts:    1387000 | #Constraints:      96959
801.73/803.78	c #Conflicts:    1388000 | #Constraints:      97962
801.73/803.78	c #Conflicts:    1389000 | #Constraints:      98962
801.73/803.78	c #Conflicts:    1390000 | #Constraints:      99962
801.73/803.78	c #Conflicts:    1391000 | #Constraints:     100963
801.73/803.78	c #Conflicts:    1392000 | #Constraints:     101963
801.73/803.78	c INPROCESSING
801.73/803.78	c GARBAGE COLLECT
801.73/803.78	c rational objective 128
805.23/807.27	c #Conflicts:    1393000 | #Constraints:      60499
805.23/807.27	c #Conflicts:    1394000 | #Constraints:      61499
805.23/807.27	c #Conflicts:    1395000 | #Constraints:      62499
805.23/807.27	c #Conflicts:    1396000 | #Constraints:      63499
805.23/807.27	c #Conflicts:    1397000 | #Constraints:      64499
805.23/807.27	c #Conflicts:    1398000 | #Constraints:      65499
805.23/807.27	WSVECS04 Frhs2[11]: 6 0 1.00006 shouldn't be
805.23/807.27	WSVECS04 Frhs2[28]: 6 -2.00001 0 shouldn't be
805.23/807.27	WSVECS04 Frhs2[32]: 6 0 11.0001 shouldn't be
805.23/807.27	WSVECS04 Frhs2[71]: 6 0 2.33334 shouldn't be
805.23/807.27	WSVECS04 Frhs2[114]: 6 0 5.0001 shouldn't be
805.23/807.27	WSVECS04 Frhs2[137]: 6 0 2.00007 shouldn't be
805.23/807.27	WSVECS04 Frhs2[203]: 6 0 1.33343 shouldn't be
805.23/807.27	WSVECS04 Frhs2[214]: 6 -12.0001 0 shouldn't be
805.23/807.27	WSVECS04 Frhs2[263]: 6 0 7.33342 shouldn't be
805.23/807.27	WSVECS04 Frhs2[310]: 6 0 3.00008 shouldn't be
805.23/807.27	WSVECS04 Frhs2[391]: 6 0 4.33335 shouldn't be
805.23/807.27	WSVECS04 Frhs2[455]: 6 0 2.3334 shouldn't be
805.23/807.27	WSVECS04 Frhs2[511]: 6 -5.00002 0 shouldn't be
805.23/807.27	WSVECS04 Frhs2[513]: 6 -0.500029 0 shouldn't be
805.23/807.27	WSVECS04 Frhs2[519]: 6 0 2.33342 shouldn't be
805.23/807.27	WSVECS04 Frhs2[573]: 6 0 3.00007 shouldn't be
805.23/807.27	WSVECS04 Frhs2[647]: 6 0 2.3334 shouldn't be
805.23/807.27	WSVECS04 Frhs2[653]: 6 0 0.666751 shouldn't be
805.23/807.27	WSVECS04 Frhs2[690]: 6 0 3.33337 shouldn't be
805.23/807.27	WSVECS04 Frhs2[714]: 6 0 3.00007 shouldn't be
805.23/807.27	WSVECS04 Frhs2[715]: 6 -9.00006 0 shouldn't be
805.23/807.27	WSVECS04 Frhs2[716]: 6 0 0.666754 shouldn't be
805.23/807.27	WSVECS04 Frhs2[718]: 6 0 0.333406 shouldn't be
805.23/807.27	WSVECS04 Frhs2[746]: 6 0 1.66671 shouldn't be
805.23/807.27	WSVECS04 Frhs2[769]: 6 -2.50009 0 shouldn't be
805.23/807.27	WSVECS04 Frhs2[841]: 6 0 2.00009 shouldn't be
805.23/807.27	WSVECS04 Frhs2[873]: 6 0 1.50004 shouldn't be
805.23/807.27	WSVECS04 Frhs2[1010]: 6 0 4.00008 shouldn't be
805.23/807.27	WSVECS04 Frhs2[1029]: 6 -1.00009 0 shouldn't be
805.23/807.27	WSVECS04 Frhs2[1039]: 6 -1.00007 0 shouldn't be
805.23/807.27	WSVECS04 Frhs2[1242]: 6 -2.00003 0 shouldn't be
805.23/807.27	WSVECS04 Frhs2[1296]: 6 0 1.00007 shouldn't be
806.82/808.83	c #Conflicts:    1399000 | #Constraints:      66499
806.82/808.83	c #Conflicts:    1400000 | #Constraints:      67499
806.82/808.83	c #Conflicts:    1401000 | #Constraints:      68499
806.82/808.83	WSVECS04 Frhs2[93]: 6 -2.00001 0 shouldn't be
806.82/808.83	WSVECS04 Frhs2[266]: 6 -5.10602 0 shouldn't be
806.82/808.83	WSVECS04 Frhs2[313]: 6 0 0.332982 shouldn't be
806.82/808.83	WSVECS04 Frhs2[324]: 6 -11.1562 0 shouldn't be
806.82/808.83	WSVECS04 Frhs2[349]: 6 0 2.0001 shouldn't be
806.82/808.83	WSVECS04 Frhs2[377]: 6 0 0.266407 shouldn't be
806.82/808.83	WSVECS04 Frhs2[383]: 6 0 0.266448 shouldn't be
806.82/808.83	WSVECS04 Frhs2[387]: 6 0 3.50097 shouldn't be
806.82/808.83	WSVECS04 Frhs2[392]: 6 0 2.37781 shouldn't be
806.82/808.83	WSVECS04 Frhs2[401]: 6 0 1.34639 shouldn't be
806.82/808.83	WSVECS04 Frhs2[405]: 6 0 0.32421 shouldn't be
806.82/808.83	WSVECS04 Frhs2[408]: 6 -0.448505 0 shouldn't be
806.82/808.83	WSVECS04 Frhs2[448]: 6 -1.33413 0 shouldn't be
806.82/808.83	WSVECS04 Frhs2[451]: 6 0 1.32303 shouldn't be
806.82/808.83	WSVECS04 Frhs2[470]: 6 0 0.190988 shouldn't be
806.82/808.83	WSVECS04 Frhs2[494]: 6 0 2.90018 shouldn't be
806.82/808.83	WSVECS04 Frhs2[761]: 6 0 0.266404 shouldn't be
806.82/808.83	WSVECS04 Frhs2[768]: 6 -0.266401 0 shouldn't be
806.82/808.83	WSVECS04 Frhs2[772]: 6 0 0.133238 shouldn't be
806.82/808.83	WSVECS04 Frhs2[820]: 6 0 0.64449 shouldn't be
806.82/808.83	WSVECS04 Frhs2[861]: 6 0 2.00007 shouldn't be
806.82/808.83	WSVECS04 Frhs2[868]: 6 0 0.644496 shouldn't be
809.12/811.19	c #Conflicts:    1402000 | #Constraints:      69499
809.12/811.19	c #Conflicts:    1403000 | #Constraints:      70499
809.12/811.19	c #Conflicts:    1404000 | #Constraints:      71499
809.12/811.19	c #Conflicts:    1405000 | #Constraints:      72499
809.12/811.19	WSVECS04 Frhs2[9]: 6 0 7.2501 shouldn't be
809.12/811.19	WSVECS04 Frhs2[16]: 6 0 26.75 shouldn't be
809.12/811.19	WSVECS04 Frhs2[39]: 6 0 6.00006 shouldn't be
809.12/811.19	WSVECS04 Frhs2[47]: 6 -8.50004 0 shouldn't be
809.12/811.19	WSVECS04 Frhs2[79]: 6 0 27.5 shouldn't be
809.12/811.19	WSVECS04 Frhs2[103]: 6 0 4.00004 shouldn't be
809.12/811.19	WSVECS04 Frhs2[141]: 6 0 2.00007 shouldn't be
809.12/811.19	WSVECS04 Frhs2[143]: 6 0 30.7501 shouldn't be
809.12/811.19	WSVECS04 Frhs2[147]: 6 -2.00008 0 shouldn't be
809.12/811.19	WSVECS04 Frhs2[167]: 6 0 0.750039 shouldn't be
809.12/811.19	WSVECS04 Frhs2[169]: 6 0 2.00007 shouldn't be
809.12/811.19	WSVECS04 Frhs2[170]: 6 0 2.00003 shouldn't be
809.12/811.19	WSVECS04 Frhs2[175]: 6 0 2.00004 shouldn't be
809.12/811.19	WSVECS04 Frhs2[179]: 6 -11 0 shouldn't be
809.12/811.19	WSVECS04 Frhs2[193]: 6 -2.00004 0 shouldn't be
809.12/811.19	WSVECS04 Frhs2[201]: 6 0 7.25006 shouldn't be
809.12/811.19	WSVECS04 Frhs2[207]: 6 0 30.75 shouldn't be
809.12/811.19	WSVECS04 Frhs2[214]: 6 -2.00006 0 shouldn't be
809.12/811.19	WSVECS04 Frhs2[217]: 6 -8.00003 0 shouldn't be
809.12/811.19	WSVECS04 Frhs2[223]: 6 0 3.75002 shouldn't be
809.12/811.19	WSVECS04 Frhs2[230]: 6 0 4.25004 shouldn't be
809.12/811.19	WSVECS04 Frhs2[231]: 6 0 6.00002 shouldn't be
809.12/811.19	WSVECS04 Frhs2[233]: 6 0 2.00002 shouldn't be
809.12/811.19	WSVECS04 Frhs2[236]: 6 0 5.00009 shouldn't be
809.12/811.19	WSVECS04 Frhs2[239]: 6 0 2.00005 shouldn't be
809.12/811.19	WSVECS04 Frhs2[248]: 6 -8.00003 0 shouldn't be
809.12/811.19	WSVECS04 Frhs2[261]: 6 -2.00003 0 shouldn't be
809.12/811.19	WSVECS04 Frhs2[262]: 6 0 2.0001 shouldn't be
809.12/811.19	WSVECS04 Frhs2[293]: 6 -10.2501 0 shouldn't be
809.12/811.19	WSVECS04 Frhs2[297]: 6 0 2.00002 shouldn't be
809.12/811.19	WSVECS04 Frhs2[321]: 6 0 5.25007 shouldn't be
809.12/811.19	WSVECS04 Frhs2[329]: 6 0 7.25009 shouldn't be
809.12/811.19	WSVECS04 Frhs2[341]: 6 -0.62505 0 shouldn't be
809.12/811.19	WSVECS04 Frhs2[354]: 6 0 3.00006 shouldn't be
809.12/811.19	WSVECS04 Frhs2[357]: 6 -3.00009 0 shouldn't be
809.12/811.19	WSVECS04 Frhs2[359]: 6 0 6.00002 shouldn't be
809.12/811.19	WSVECS04 Frhs2[383]: 6 0 3.25003 shouldn't be
809.12/811.19	WSVECS04 Frhs2[390]: 6 0 2.00008 shouldn't be
809.12/811.19	WSVECS04 Frhs2[402]: 6 0 2.00005 shouldn't be
809.12/811.19	WSVECS04 Frhs2[522]: 6 -30.7501 0 shouldn't be
809.12/811.19	WSVECS04 Frhs2[614]: 6 0 7.25008 shouldn't be
809.12/811.19	WSVECS04 Frhs2[642]: 6 -2.00003 0 shouldn't be
809.12/811.19	WSVECS04 Frhs2[649]: 6 0 2.00008 shouldn't be
809.12/811.19	WSVECS04 Frhs2[656]: 6 0 21.5 shouldn't be
809.12/811.19	WSVECS04 Frhs2[675]: 6 -19.0001 0 shouldn't be
809.12/811.19	WSVECS04 Frhs2[713]: 6 0 2.00003 shouldn't be
809.12/811.19	WSVECS04 Frhs2[738]: 6 0 3.00001 shouldn't be
809.12/811.19	WSVECS04 Frhs2[742]: 6 0 4.25008 shouldn't be
809.12/811.19	WSVECS04 Frhs2[745]: 6 -17.2501 0 shouldn't be
809.12/811.19	WSVECS04 Frhs2[758]: 6 0 4.00006 shouldn't be
809.12/811.19	WSVECS04 Frhs2[769]: 6 -0.750097 0 shouldn't be
809.12/811.19	WSVECS04 Frhs2[774]: 6 0 1.37507 shouldn't be
809.12/811.19	WSVECS04 Frhs2[785]: 6 -1.37509 0 shouldn't be
809.12/811.19	WSVECS04 Frhs2[787]: 6 0 0.625055 shouldn't be
809.12/811.19	WSVECS04 Frhs2[842]: 6 -39.2501 0 shouldn't be
809.12/811.19	WSVECS04 Frhs2[872]: 6 0 0.750056 shouldn't be
809.12/811.19	WSVECS04 Frhs2[889]: 6 -28.7501 0 shouldn't be
809.12/811.19	WSVECS04 Frhs2[933]: 6 -2.00009 0 shouldn't be
809.12/811.19	WSVECS04 Frhs2[1026]: 6 0 1.00006 shouldn't be
809.12/811.19	WSVECS04 Frhs2[1049]: 6 -1.00005 0 shouldn't be
809.12/811.19	WSVECS04 Frhs2[1217]: 6 -1.00002 0 shouldn't be
809.12/811.19	WSVECS04 Frhs2[1233]: 6 0 4.00007 shouldn't be
809.12/811.19	WSVECS04 Frhs2[1266]: 6 -2.00009 0 shouldn't be
818.60/820.63	c #Conflicts:    1406000 | #Constraints:      73499
818.60/820.63	c #Conflicts:    1407000 | #Constraints:      74499
818.60/820.63	c #Conflicts:    1408000 | #Constraints:      75499
818.60/820.63	c #Conflicts:    1409000 | #Constraints:      76500
818.60/820.63	c #Conflicts:    1410000 | #Constraints:      77500
818.60/820.63	c #Conflicts:    1411000 | #Constraints:      78500
818.60/820.63	c #Conflicts:    1412000 | #Constraints:      79500
818.60/820.63	c #Conflicts:    1413000 | #Constraints:      80501
818.60/820.63	c #Conflicts:    1414000 | #Constraints:      81501
818.60/820.63	c #Conflicts:    1415000 | #Constraints:      82501
818.60/820.63	c #Conflicts:    1416000 | #Constraints:      83502
818.60/820.63	c #Conflicts:    1417000 | #Constraints:      84502
818.60/820.63	c #Conflicts:    1418000 | #Constraints:      85502
818.60/820.63	WSVECS04 Frhs2[46]: 6 0 2.00005 shouldn't be
818.60/820.63	WSVECS04 Frhs2[54]: 6 0 4.00005 shouldn't be
818.60/820.63	WSVECS04 Frhs2[66]: 6 0 0.341324 shouldn't be
818.60/820.63	WSVECS04 Frhs2[70]: 6 0 0.341297 shouldn't be
818.60/820.63	WSVECS04 Frhs2[73]: 6 0 2.00002 shouldn't be
818.60/820.63	WSVECS04 Frhs2[74]: 6 0 4.00006 shouldn't be
818.60/820.63	WSVECS04 Frhs2[78]: 6 -8.00003 0 shouldn't be
818.60/820.63	WSVECS04 Frhs2[110]: 6 -4.00004 0 shouldn't be
818.60/820.63	WSVECS04 Frhs2[118]: 6 0 0.682622 shouldn't be
818.60/820.63	WSVECS04 Frhs2[133]: 6 0 4.3413 shouldn't be
818.60/820.63	WSVECS04 Frhs2[134]: 6 0 4.00003 shouldn't be
818.60/820.63	WSVECS04 Frhs2[162]: 6 0 4.0001 shouldn't be
818.60/820.63	WSVECS04 Frhs2[165]: 6 -6.4008 0 shouldn't be
818.60/820.63	WSVECS04 Frhs2[169]: 6 0 2.00008 shouldn't be
818.60/820.63	WSVECS04 Frhs2[179]: 6 -2.00004 0 shouldn't be
818.60/820.63	WSVECS04 Frhs2[231]: 6 0 2.40083 shouldn't be
818.60/820.63	WSVECS04 Frhs2[232]: 6 0 2.40083 shouldn't be
818.60/820.63	WSVECS04 Frhs2[242]: 6 0 1.02389 shouldn't be
818.60/820.63	WSVECS04 Frhs2[248]: 6 -8.89687 0 shouldn't be
818.60/820.63	WSVECS04 Frhs2[262]: 6 0 0.801683 shouldn't be
818.60/820.63	WSVECS04 Frhs2[264]: 6 0 5.59531 shouldn't be
818.60/820.63	WSVECS04 Frhs2[294]: 6 0 0.682634 shouldn't be
818.60/820.63	WSVECS04 Frhs2[296]: 6 0 2.68258 shouldn't be
818.60/820.63	WSVECS04 Frhs2[302]: 6 -2.00008 0 shouldn't be
818.60/820.63	WSVECS04 Frhs2[317]: 6 0 1.12708 shouldn't be
818.60/820.63	WSVECS04 Frhs2[318]: 6 -11.9604 0 shouldn't be
818.60/820.63	WSVECS04 Frhs2[341]: 6 -4.00006 0 shouldn't be
818.60/820.63	WSVECS04 Frhs2[357]: 6 -5.08343 0 shouldn't be
818.60/820.63	WSVECS04 Frhs2[385]: 6 0 10.8 shouldn't be
818.60/820.63	WSVECS04 Frhs2[399]: 6 -9.00006 0 shouldn't be
818.60/820.63	WSVECS04 Frhs2[403]: 6 -12.8 0 shouldn't be
818.60/820.63	WSVECS04 Frhs2[423]: 6 0 2.0001 shouldn't be
818.60/820.63	WSVECS04 Frhs2[434]: 6 0 4.00004 shouldn't be
818.60/820.63	WSVECS04 Frhs2[435]: 6 0 4.00002 shouldn't be
818.60/820.63	WSVECS04 Frhs2[439]: 6 -0.500098 0 shouldn't be
818.60/820.63	WSVECS04 Frhs2[445]: 6 0 4.00008 shouldn't be
818.60/820.63	WSVECS04 Frhs2[448]: 6 -3.65882 0 shouldn't be
818.60/820.63	WSVECS04 Frhs2[569]: 6 0 2.34136 shouldn't be
818.60/820.63	WSVECS04 Frhs2[586]: 6 -2.00003 0 shouldn't be
818.60/820.63	WSVECS04 Frhs2[626]: 6 -16.0001 0 shouldn't be
818.60/820.63	WSVECS04 Frhs2[645]: 6 0 4.50005 shouldn't be
818.60/820.63	WSVECS04 Frhs2[675]: 6 -4.00005 0 shouldn't be
818.60/820.63	WSVECS04 Frhs2[690]: 6 0 4.68261 shouldn't be
818.60/820.63	WSVECS04 Frhs2[705]: 6 -2.00006 0 shouldn't be
818.60/820.63	WSVECS04 Frhs2[709]: 6 0 0.341362 shouldn't be
818.60/820.63	WSVECS04 Frhs2[737]: 6 0 4.3175 shouldn't be
818.60/820.63	WSVECS04 Frhs2[742]: 6 0 2.31753 shouldn't be
818.60/820.63	WSVECS04 Frhs2[745]: 6 -2.00002 0 shouldn't be
818.60/820.63	WSVECS04 Frhs2[769]: 6 -2.00006 0 shouldn't be
818.60/820.63	WSVECS04 Frhs2[771]: 6 0 9.72232 shouldn't be
818.60/820.63	WSVECS04 Frhs2[796]: 6 0 7.98415 shouldn't be
818.60/820.63	WSVECS04 Frhs2[798]: 6 0 9.98416 shouldn't be
818.60/820.63	WSVECS04 Frhs2[804]: 6 0 2.00009 shouldn't be
818.60/820.63	WSVECS04 Frhs2[806]: 6 -6.63497 0 shouldn't be
818.60/820.63	WSVECS04 Frhs2[807]: 6 0 2.00007 shouldn't be
818.60/820.63	WSVECS04 Frhs2[838]: 6 0 1.65881 shouldn't be
818.60/820.63	WSVECS04 Frhs2[840]: 6 0 6.45242 shouldn't be
818.60/820.63	WSVECS04 Frhs2[899]: 6 0 6.61913 shouldn't be
818.60/820.63	WSVECS04 Frhs2[936]: 6 0 1.8413 shouldn't be
818.60/820.63	WSVECS04 Frhs2[1055]: 6 -1.60009 0 shouldn't be
818.60/820.63	WSVECS04 Frhs2[1060]: 6 -4.00009 0 shouldn't be
818.60/820.63	WSVECS04 Frhs2[1105]: 6 0 2.00005 shouldn't be
818.60/820.63	WSVECS04 Frhs2[1112]: 6 -1.00002 0 shouldn't be
818.60/820.63	WSVECS04 Frhs2[1113]: 6 0 1.00008 shouldn't be
818.60/820.63	WSVECS04 Frhs2[1136]: 6 0 0.682551 shouldn't be
818.60/820.63	WSVECS04 Frhs2[1137]: 6 0 0.682562 shouldn't be
818.60/820.63	WSVECS04 Frhs2[1182]: 6 0 1.00002 shouldn't be
818.60/820.63	WSVECS04 Frhs2[1217]: 6 -1.00008 0 shouldn't be
818.60/820.63	WSVECS04 Frhs2[1253]: 6 -3.00004 0 shouldn't be
818.60/820.63	WSVECS04 Frhs2[1265]: 6 0 4.00004 shouldn't be
818.60/820.63	WSVECS04 Frhs2[1272]: 6 0 1.00002 shouldn't be
818.60/820.63	WSVECS04 Frhs2[1273]: 6 -1.00004 0 shouldn't be
818.60/820.63	WSVECS04 Frhs2[1282]: 6 0 1.00006 shouldn't be
818.60/820.63	WSVECS04 Frhs2[1288]: 6 -1.00005 0 shouldn't be
818.60/820.63	WSVECS04 Frhs2[1343]: 6 -2.00001 0 shouldn't be
820.10/822.11	c #Conflicts:    1419000 | #Constraints:      86502
820.10/822.11	c #Conflicts:    1420000 | #Constraints:      87502
820.10/822.11	c INPROCESSING
820.10/822.11	c GARBAGE COLLECT
820.10/822.11	c rational objective 128
823.39/825.42	c #Conflicts:    1421000 | #Constraints:      53403
823.39/825.42	c #Conflicts:    1422000 | #Constraints:      54403
823.39/825.42	c #Conflicts:    1423000 | #Constraints:      55403
823.39/825.42	c #Conflicts:    1424000 | #Constraints:      56403
823.39/825.42	c #Conflicts:    1425000 | #Constraints:      57403
823.39/825.42	c #Conflicts:    1426000 | #Constraints:      58403
823.39/825.42	c #Conflicts:    1427000 | #Constraints:      59403
823.39/825.42	WSVECS04 Frhs2[25]: 6 0 2.00004 shouldn't be
823.39/825.42	WSVECS04 Frhs2[31]: 6 0 20.8667 shouldn't be
823.39/825.42	WSVECS04 Frhs2[39]: 6 0 18.8667 shouldn't be
823.39/825.42	WSVECS04 Frhs2[47]: 6 0 18.8667 shouldn't be
823.39/825.42	WSVECS04 Frhs2[60]: 6 0 4.00009 shouldn't be
823.39/825.42	WSVECS04 Frhs2[89]: 6 0 2.00009 shouldn't be
823.39/825.42	WSVECS04 Frhs2[97]: 6 0 3.28336 shouldn't be
823.39/825.42	WSVECS04 Frhs2[142]: 6 0 1.00003 shouldn't be
823.39/825.42	WSVECS04 Frhs2[174]: 6 -4.00003 0 shouldn't be
823.39/825.42	WSVECS04 Frhs2[217]: 6 0 2.00009 shouldn't be
823.39/825.42	WSVECS04 Frhs2[220]: 6 -2.00009 0 shouldn't be
823.39/825.42	WSVECS04 Frhs2[234]: 6 0 3.80002 shouldn't be
823.39/825.42	WSVECS04 Frhs2[366]: 6 0 2.10008 shouldn't be
823.39/825.42	WSVECS04 Frhs2[423]: 6 0 16.8667 shouldn't be
823.39/825.42	WSVECS04 Frhs2[431]: 6 0 18.8668 shouldn't be
823.39/825.42	WSVECS04 Frhs2[464]: 6 0 17.2001 shouldn't be
823.39/825.42	WSVECS04 Frhs2[481]: 6 0 3.95003 shouldn't be
823.39/825.42	WSVECS04 Frhs2[528]: 6 0 13.2001 shouldn't be
823.39/825.42	WSVECS04 Frhs2[554]: 6 0 3.80001 shouldn't be
823.39/825.42	WSVECS04 Frhs2[586]: 6 -2.00001 0 shouldn't be
823.39/825.42	WSVECS04 Frhs2[618]: 6 0 3.80009 shouldn't be
823.39/825.42	WSVECS04 Frhs2[623]: 6 0 18.8667 shouldn't be
823.39/825.42	WSVECS04 Frhs2[650]: 6 0 3.20006 shouldn't be
823.39/825.42	WSVECS04 Frhs2[665]: 6 0 4.00005 shouldn't be
823.39/825.42	WSVECS04 Frhs2[666]: 6 0 2.00008 shouldn't be
823.39/825.42	WSVECS04 Frhs2[671]: 6 0 22.8667 shouldn't be
823.39/825.42	WSVECS04 Frhs2[714]: 6 -6.00006 0 shouldn't be
823.39/825.42	WSVECS04 Frhs2[746]: 6 0 3.80007 shouldn't be
823.39/825.42	WSVECS04 Frhs2[777]: 6 0 1.60003 shouldn't be
823.39/825.42	WSVECS04 Frhs2[807]: 6 0 18.8667 shouldn't be
823.39/825.42	WSVECS04 Frhs2[848]: 6 0 17.4001 shouldn't be
823.39/825.42	WSVECS04 Frhs2[874]: 6 0 3.80001 shouldn't be
823.39/825.42	WSVECS04 Frhs2[906]: 6 0 1.00007 shouldn't be
823.39/825.42	WSVECS04 Frhs2[914]: 6 -1.00009 0 shouldn't be
823.39/825.42	WSVECS04 Frhs2[928]: 6 -1.00002 0 shouldn't be
823.39/825.42	WSVECS04 Frhs2[951]: 6 -1.00007 0 shouldn't be
823.39/825.42	WSVECS04 Frhs2[1087]: 6 -2.00003 0 shouldn't be
823.39/825.42	WSVECS04 Frhs2[1114]: 6 0 1.00009 shouldn't be
823.39/825.42	WSVECS04 Frhs2[1273]: 6 -1.00003 0 shouldn't be
823.39/825.42	WSVECS04 Frhs2[1279]: 6 0 1.00003 shouldn't be
823.69/825.70	WSVECS04 Frhs2[9]: 6 0 1.60005 shouldn't be
823.69/825.70	WSVECS04 Frhs2[41]: 6 0 1.80006 shouldn't be
823.69/825.70	WSVECS04 Frhs2[110]: 6 0 2.00005 shouldn't be
823.69/825.70	WSVECS04 Frhs2[206]: 6 0 3.00005 shouldn't be
823.69/825.70	WSVECS04 Frhs2[233]: 6 0 1.80007 shouldn't be
823.69/825.70	WSVECS04 Frhs2[365]: 6 0 2.10008 shouldn't be
823.69/825.70	WSVECS04 Frhs2[590]: 6 0 4.20007 shouldn't be
823.69/825.70	WSVECS04 Frhs2[911]: 6 0 1.00008 shouldn't be
823.69/825.70	WSVECS04 Frhs2[946]: 6 0 2.00004 shouldn't be
823.69/825.70	WSVECS04 Frhs2[1242]: 6 0 1.00003 shouldn't be
823.69/825.70	WSVECS04 Frhs2[1252]: 6 -4.00004 0 shouldn't be
823.69/825.70	WSVECS04 Frhs2[1275]: 6 -1.00003 0 shouldn't be
823.69/825.70	WSVECS04 Frhs2[1342]: 6 -4.00005 0 shouldn't be
833.66/835.75	c #Conflicts:    1428000 | #Constraints:      60403
833.66/835.75	c #Conflicts:    1429000 | #Constraints:      61403
833.66/835.75	c #Conflicts:    1430000 | #Constraints:      62403
833.66/835.75	c #Conflicts:    1431000 | #Constraints:      63403
833.66/835.75	c #Conflicts:    1432000 | #Constraints:      64403
833.66/835.75	c #Conflicts:    1433000 | #Constraints:      65403
833.66/835.75	c #Conflicts:    1434000 | #Constraints:      66403
833.66/835.75	c #Conflicts:    1435000 | #Constraints:      67403
833.66/835.75	c #Conflicts:    1436000 | #Constraints:      68403
833.66/835.75	c #Conflicts:    1437000 | #Constraints:      69403
833.66/835.75	c #Conflicts:    1438000 | #Constraints:      70403
833.66/835.75	c #Conflicts:    1439000 | #Constraints:      71404
833.66/835.75	c #Conflicts:    1440000 | #Constraints:      72404
833.66/835.75	c #Conflicts:    1441000 | #Constraints:      73404
833.66/835.75	c #Conflicts:    1442000 | #Constraints:      74404
833.66/835.75	c #Conflicts:    1443000 | #Constraints:      75404
833.66/835.75	c #Conflicts:    1444000 | #Constraints:      76404
833.66/835.75	c #Conflicts:    1445000 | #Constraints:      77404
833.66/835.75	c #Conflicts:    1446000 | #Constraints:      78404
833.66/835.75	c #Conflicts:    1447000 | #Constraints:      79404
833.66/835.75	c #Conflicts:    1448000 | #Constraints:      80404
833.66/835.75	c INPROCESSING
833.66/835.75	c GARBAGE COLLECT
833.66/835.75	c rational objective 128
841.64/843.76	c #Conflicts:    1449000 | #Constraints:      49852
841.64/843.76	c #Conflicts:    1450000 | #Constraints:      50852
841.64/843.76	c #Conflicts:    1451000 | #Constraints:      51852
841.64/843.76	c #Conflicts:    1452000 | #Constraints:      52852
841.64/843.76	c #Conflicts:    1453000 | #Constraints:      53852
841.64/843.76	c #Conflicts:    1454000 | #Constraints:      54852
841.64/843.76	c #Conflicts:    1455000 | #Constraints:      55852
841.64/843.76	c #Conflicts:    1456000 | #Constraints:      56852
841.64/843.76	c #Conflicts:    1457000 | #Constraints:      57852
841.64/843.76	c #Conflicts:    1458000 | #Constraints:      58852
841.64/843.76	c #Conflicts:    1459000 | #Constraints:      59852
841.64/843.76	c #Conflicts:    1460000 | #Constraints:      60852
841.64/843.76	c #Conflicts:    1461000 | #Constraints:      61852
841.64/843.76	c #Conflicts:    1462000 | #Constraints:      62852
841.64/843.76	c #Conflicts:    1463000 | #Constraints:      63852
841.64/843.76	WSVECS04 Frhs2[6]: 6 0 2.57919 shouldn't be
841.64/843.76	WSVECS04 Frhs2[131]: 6 0 2.57918 shouldn't be
841.64/843.76	WSVECS04 Frhs2[132]: 6 0 2.57915 shouldn't be
841.64/843.76	WSVECS04 Frhs2[139]: 6 0 19.7022 shouldn't be
841.64/843.76	WSVECS04 Frhs2[156]: 6 0 49.2265 shouldn't be
841.64/843.76	WSVECS04 Frhs2[158]: 6 -2.00001 0 shouldn't be
841.64/843.76	WSVECS04 Frhs2[187]: 6 0 23.0487 shouldn't be
841.64/843.76	WSVECS04 Frhs2[193]: 6 -1.90075 0 shouldn't be
841.64/843.76	WSVECS04 Frhs2[198]: 6 0 0.678408 shouldn't be
841.64/843.76	WSVECS04 Frhs2[289]: 6 0 2.77566 shouldn't be
841.64/843.76	WSVECS04 Frhs2[291]: 6 0 16.0042 shouldn't be
841.64/843.76	WSVECS04 Frhs2[347]: 6 -49.2265 0 shouldn't be
841.64/843.76	WSVECS04 Frhs2[355]: 6 0 0.304056 shouldn't be
841.64/843.76	WSVECS04 Frhs2[357]: 6 -27.1831 0 shouldn't be
841.64/843.76	WSVECS04 Frhs2[421]: 6 -2.00003 0 shouldn't be
841.64/843.76	WSVECS04 Frhs2[769]: 6 0 12.1004 shouldn't be
841.64/843.76	WSVECS04 Frhs2[843]: 6 0 15.6278 shouldn't be
842.05/844.11	WSVECS04 Frhs2[170]: 6 0 0.219278 shouldn't be
842.05/844.11	WSVECS04 Frhs2[872]: 6 0 0.0807158 shouldn't be
842.05/844.11	WSVECS04 Frhs2[1330]: 6 0 2.00001 shouldn't be
842.34/844.40	WSVECS04 Frhs2[70]: 6 0 2.57917 shouldn't be
842.34/844.40	WSVECS04 Frhs2[95]: 6 -1.00002 0 shouldn't be
842.34/844.40	WSVECS04 Frhs2[112]: 6 0 0.684627 shouldn't be
842.34/844.40	WSVECS04 Frhs2[119]: 6 -8.00009 0 shouldn't be
842.34/844.40	WSVECS04 Frhs2[135]: 6 0 2.57914 shouldn't be
842.34/844.40	WSVECS04 Frhs2[253]: 6 0 2.74668 shouldn't be
842.34/844.40	WSVECS04 Frhs2[336]: 6 0 1.44159 shouldn't be
842.34/844.40	WSVECS04 Frhs2[439]: 6 -2.00007 0 shouldn't be
842.34/844.40	WSVECS04 Frhs2[719]: 6 0 0.678433 shouldn't be
842.34/844.40	WSVECS04 Frhs2[1077]: 6 0 1.00002 shouldn't be
842.34/844.40	WSVECS04 Frhs2[1309]: 6 0 1.00001 shouldn't be
842.34/844.40	WSVECS04 Frhs2[1323]: 6 0 2.00004 shouldn't be
842.34/844.40	WSVECS04 Frhs2[1340]: 6 -1.00003 0 shouldn't be
842.54/844.68	WSVECS04 Frhs2[58]: 6 0 1.21616 shouldn't be
842.54/844.68	WSVECS04 Frhs2[374]: 6 0 8.6536 shouldn't be
842.54/844.68	WSVECS04 Frhs2[650]: 6 -2.00003 0 shouldn't be
842.54/844.68	WSVECS04 Frhs2[1296]: 6 -2.00003 0 shouldn't be
865.28/867.47	c #Conflicts:    1464000 | #Constraints:      64852
865.28/867.47	c #Conflicts:    1465000 | #Constraints:      65852
865.28/867.47	c #Conflicts:    1466000 | #Constraints:      66852
865.28/867.47	c #Conflicts:    1467000 | #Constraints:      67852
865.28/867.47	c #Conflicts:    1468000 | #Constraints:      68852
865.28/867.47	c #Conflicts:    1469000 | #Constraints:      69852
865.28/867.47	c #Conflicts:    1470000 | #Constraints:      70852
865.28/867.47	c #Conflicts:    1471000 | #Constraints:      71852
865.28/867.47	c #Conflicts:    1472000 | #Constraints:      72852
865.28/867.47	c #Conflicts:    1473000 | #Constraints:      73852
865.28/867.47	c #Conflicts:    1474000 | #Constraints:      74852
865.28/867.47	c #Conflicts:    1475000 | #Constraints:      75852
865.28/867.47	c #Conflicts:    1476000 | #Constraints:      76852
865.28/867.47	c #Conflicts:    1477000 | #Constraints:      77852
865.28/867.47	c #Conflicts:    1478000 | #Constraints:      78852
865.28/867.47	c #Conflicts:    1479000 | #Constraints:      79852
865.28/867.47	c #Conflicts:    1480000 | #Constraints:      80852
865.28/867.47	c #Conflicts:    1481000 | #Constraints:      81852
865.28/867.47	c #Conflicts:    1482000 | #Constraints:      82852
865.28/867.47	c #Conflicts:    1483000 | #Constraints:      83852
865.28/867.47	c #Conflicts:    1484000 | #Constraints:      84852
865.28/867.47	c #Conflicts:    1485000 | #Constraints:      85852
865.28/867.47	c #Conflicts:    1486000 | #Constraints:      86852
865.28/867.47	c #Conflicts:    1487000 | #Constraints:      87852
865.28/867.47	c #Conflicts:    1488000 | #Constraints:      88852
865.28/867.47	c #Conflicts:    1489000 | #Constraints:      89853
865.28/867.47	c #Conflicts:    1490000 | #Constraints:      90853
865.28/867.47	c #Conflicts:    1491000 | #Constraints:      91853
865.28/867.47	c #Conflicts:    1492000 | #Constraints:      92854
865.28/867.47	c #Conflicts:    1493000 | #Constraints:      93854
865.28/867.47	c #Conflicts:    1494000 | #Constraints:      94854
865.28/867.47	c #Conflicts:    1495000 | #Constraints:      95854
865.28/867.47	c #Conflicts:    1496000 | #Constraints:      96854
865.28/867.47	c #Conflicts:    1497000 | #Constraints:      97854
865.28/867.47	c #Conflicts:    1498000 | #Constraints:      98854
865.28/867.47	c #Conflicts:    1499000 | #Constraints:      99854
865.28/867.47	c #Conflicts:    1500000 | #Constraints:     100854
865.28/867.47	c #Conflicts:    1501000 | #Constraints:     101855
865.28/867.47	c #Conflicts:    1502000 | #Constraints:     102855
865.28/867.47	c #Conflicts:    1503000 | #Constraints:     103855
865.28/867.47	c #Conflicts:    1504000 | #Constraints:     104855
865.28/867.47	WSVECS04 Frhs2[150]: 6 0 1.80954 shouldn't be
865.28/867.47	WSVECS04 Frhs2[158]: 6 0 1.64892 shouldn't be
865.28/867.47	WSVECS04 Frhs2[166]: 6 0 1.15437 shouldn't be
865.28/867.47	WSVECS04 Frhs2[214]: 6 0 1.80954 shouldn't be
865.28/867.47	WSVECS04 Frhs2[215]: 6 0 13.23 shouldn't be
865.28/867.47	WSVECS04 Frhs2[222]: 6 0 1.64887 shouldn't be
865.28/867.47	WSVECS04 Frhs2[314]: 6 0 4.00006 shouldn't be
865.28/867.47	WSVECS04 Frhs2[378]: 6 0 4.00005 shouldn't be
865.28/867.47	WSVECS04 Frhs2[387]: 6 0 1.61898 shouldn't be
865.28/867.47	WSVECS04 Frhs2[404]: 6 0 0.0315405 shouldn't be
865.28/867.47	WSVECS04 Frhs2[455]: 6 0 14.23 shouldn't be
865.28/867.47	WSVECS04 Frhs2[476]: 6 -47.5497 0 shouldn't be
865.28/867.47	WSVECS04 Frhs2[511]: 6 0 35.5812 shouldn't be
865.28/867.47	WSVECS04 Frhs2[521]: 6 0 0.198468 shouldn't be
865.28/867.47	WSVECS04 Frhs2[529]: 6 0 2.19849 shouldn't be
865.28/867.47	WSVECS04 Frhs2[531]: 6 -4.00006 0 shouldn't be
865.28/867.47	WSVECS04 Frhs2[569]: 6 -4.00002 0 shouldn't be
865.28/867.47	WSVECS04 Frhs2[598]: 6 0 1.80953 shouldn't be
865.28/867.47	WSVECS04 Frhs2[614]: 6 0 1.15435 shouldn't be
865.28/867.47	WSVECS04 Frhs2[634]: 6 0 4.0001 shouldn't be
865.28/867.47	WSVECS04 Frhs2[666]: 6 0 1.12449 shouldn't be
865.28/867.47	WSVECS04 Frhs2[672]: 6 0 1.65049 shouldn't be
891.93/894.12	c #Conflicts:    1505000 | #Constraints:     105855
891.93/894.12	c #Conflicts:    1506000 | #Constraints:     106855
891.93/894.12	c #Conflicts:    1507000 | #Constraints:     107855
891.93/894.12	c #Conflicts:    1508000 | #Constraints:     108855
891.93/894.12	c #Conflicts:    1509000 | #Constraints:     109855
891.93/894.12	c #Conflicts:    1510000 | #Constraints:     110855
891.93/894.12	c #Conflicts:    1511000 | #Constraints:     111855
891.93/894.12	c #Conflicts:    1512000 | #Constraints:     112855
891.93/894.12	c #Conflicts:    1513000 | #Constraints:     113855
891.93/894.12	c #Conflicts:    1514000 | #Constraints:     114855
891.93/894.12	c #Conflicts:    1515000 | #Constraints:     115855
891.93/894.12	c #Conflicts:    1516000 | #Constraints:     116855
891.93/894.12	c #Conflicts:    1517000 | #Constraints:     117855
891.93/894.12	c #Conflicts:    1518000 | #Constraints:     118855
891.93/894.12	c #Conflicts:    1519000 | #Constraints:     119855
891.93/894.12	c #Conflicts:    1520000 | #Constraints:     120855
891.93/894.12	c #Conflicts:    1521000 | #Constraints:     121855
891.93/894.12	c #Conflicts:    1522000 | #Constraints:     122855
891.93/894.12	c #Conflicts:    1523000 | #Constraints:     123855
891.93/894.12	c #Conflicts:    1524000 | #Constraints:     124855
891.93/894.12	c #Conflicts:    1525000 | #Constraints:     125856
891.93/894.12	c #Conflicts:    1526000 | #Constraints:     126856
891.93/894.12	c #Conflicts:    1527000 | #Constraints:     127856
891.93/894.12	c #Conflicts:    1528000 | #Constraints:     128856
891.93/894.12	c #Conflicts:    1529000 | #Constraints:     129856
891.93/894.12	c #Conflicts:    1530000 | #Constraints:     130856
891.93/894.12	c #Conflicts:    1531000 | #Constraints:     131856
891.93/894.12	c #Conflicts:    1532000 | #Constraints:     132856
891.93/894.12	c #Conflicts:    1533000 | #Constraints:     133856
891.93/894.12	c #Conflicts:    1534000 | #Constraints:     134856
891.93/894.12	c #Conflicts:    1535000 | #Constraints:     135856
891.93/894.12	c #Conflicts:    1536000 | #Constraints:     136856
891.93/894.12	c #Conflicts:    1537000 | #Constraints:     137856
891.93/894.12	c #Conflicts:    1538000 | #Constraints:     138856
891.93/894.12	c INPROCESSING
891.93/894.12	c GARBAGE COLLECT
891.93/894.12	c rational objective 128
893.83/896.08	c #Conflicts:    1539000 | #Constraints:      78887
893.83/896.08	c #Conflicts:    1540000 | #Constraints:      79887
893.83/896.08	c #Conflicts:    1541000 | #Constraints:      80887
893.83/896.08	WSVECS04 Frhs2[78]: 6 -12.077 0 shouldn't be
893.83/896.08	WSVECS04 Frhs2[124]: 6 0 7.00009 shouldn't be
893.83/896.08	WSVECS04 Frhs2[126]: 6 0 4.92313 shouldn't be
893.83/896.08	WSVECS04 Frhs2[128]: 6 0 7.00004 shouldn't be
893.83/896.08	WSVECS04 Frhs2[138]: 6 0 4.00005 shouldn't be
893.83/896.08	WSVECS04 Frhs2[141]: 6 0 5.00008 shouldn't be
893.83/896.08	WSVECS04 Frhs2[142]: 6 0 4.00007 shouldn't be
893.83/896.08	WSVECS04 Frhs2[146]: 6 0 4.00008 shouldn't be
893.83/896.08	WSVECS04 Frhs2[165]: 6 -6.15391 0 shouldn't be
893.83/896.08	WSVECS04 Frhs2[272]: 6 0 2.00001 shouldn't be
893.83/896.08	WSVECS04 Frhs2[297]: 6 0 6.00009 shouldn't be
893.83/896.08	WSVECS04 Frhs2[391]: 6 0 6.07698 shouldn't be
893.83/896.08	WSVECS04 Frhs2[400]: 6 0 2.00009 shouldn't be
893.83/896.08	WSVECS04 Frhs2[414]: 6 0 0.0770175 shouldn't be
893.83/896.08	WSVECS04 Frhs2[424]: 6 -15.8462 0 shouldn't be
893.83/896.08	WSVECS04 Frhs2[454]: 6 0 8.53853 shouldn't be
893.83/896.08	WSVECS04 Frhs2[456]: 6 0 1.38464 shouldn't be
893.83/896.08	WSVECS04 Frhs2[485]: 6 0 6.30776 shouldn't be
893.83/896.08	WSVECS04 Frhs2[486]: 6 0 3.077 shouldn't be
893.83/896.08	WSVECS04 Frhs2[641]: 6 0 6.61544 shouldn't be
893.83/896.08	WSVECS04 Frhs2[648]: 6 0 4.61545 shouldn't be
893.83/896.08	WSVECS04 Frhs2[705]: 6 -7.15386 0 shouldn't be
893.83/896.08	WSVECS04 Frhs2[723]: 6 -2.00007 0 shouldn't be
893.83/896.08	WSVECS04 Frhs2[729]: 6 0 1.53851 shouldn't be
893.83/896.08	WSVECS04 Frhs2[736]: 6 -6.69234 0 shouldn't be
893.83/896.08	WSVECS04 Frhs2[778]: 6 -1.00005 0 shouldn't be
893.83/896.08	WSVECS04 Frhs2[785]: 6 -1.23082 0 shouldn't be
893.83/896.08	WSVECS04 Frhs2[806]: 6 -3.61541 0 shouldn't be
893.83/896.08	WSVECS04 Frhs2[814]: 6 -2.00008 0 shouldn't be
893.83/896.08	WSVECS04 Frhs2[832]: 6 0 7.00006 shouldn't be
893.83/896.08	WSVECS04 Frhs2[845]: 6 0 1.00009 shouldn't be
893.83/896.08	WSVECS04 Frhs2[865]: 6 0 1.38466 shouldn't be
893.83/896.08	WSVECS04 Frhs2[878]: 6 -2.00008 0 shouldn't be
893.83/896.08	WSVECS04 Frhs2[889]: 6 -7.00007 0 shouldn't be
893.83/896.08	WSVECS04 Frhs2[1009]: 6 -1.00004 0 shouldn't be
893.83/896.08	WSVECS04 Frhs2[1017]: 6 -1.00005 0 shouldn't be
893.83/896.08	WSVECS04 Frhs2[1023]: 6 -2.00005 0 shouldn't be
893.83/896.08	WSVECS04 Frhs2[1181]: 6 -3.00006 0 shouldn't be
893.83/896.08	WSVECS04 Frhs2[1200]: 6 -1.00006 0 shouldn't be
893.83/896.08	WSVECS04 Frhs2[1218]: 6 -2.00008 0 shouldn't be
893.83/896.08	WSVECS04 Frhs2[1224]: 6 -1.00008 0 shouldn't be
893.83/896.08	WSVECS04 Frhs2[1226]: 6 -4.00006 0 shouldn't be
893.83/896.08	WSVECS04 Frhs2[1304]: 6 0 1.00003 shouldn't be
893.83/896.08	WSVECS04 Frhs2[1316]: 6 -3.00008 0 shouldn't be
893.83/896.08	WSVECS04 Frhs2[1330]: 6 -2.00004 0 shouldn't be
893.83/896.08	WSVECS04 Frhs2[1335]: 6 -2.00009 0 shouldn't be
893.83/896.08	WSVECS04 Frhs2[1340]: 6 -3.00007 0 shouldn't be
893.83/896.08	WSVECS04 Frhs2[1343]: 6 -2.00008 0 shouldn't be
893.83/896.08	WSVECS04 Frhs2[1344]: 6 -1.00008 0 shouldn't be
914.88/917.14	c #Conflicts:    1542000 | #Constraints:      81887
914.88/917.14	c #Conflicts:    1543000 | #Constraints:      82887
914.88/917.14	c #Conflicts:    1544000 | #Constraints:      83887
914.88/917.14	c #Conflicts:    1545000 | #Constraints:      84887
914.88/917.14	c #Conflicts:    1546000 | #Constraints:      85887
914.88/917.14	c #Conflicts:    1547000 | #Constraints:      86887
914.88/917.14	c #Conflicts:    1548000 | #Constraints:      87887
914.88/917.14	c #Conflicts:    1549000 | #Constraints:      88887
914.88/917.14	c #Conflicts:    1550000 | #Constraints:      89887
914.88/917.14	c #Conflicts:    1551000 | #Constraints:      90887
914.88/917.14	c #Conflicts:    1552000 | #Constraints:      91887
914.88/917.14	c #Conflicts:    1553000 | #Constraints:      92888
914.88/917.14	c #Conflicts:    1554000 | #Constraints:      93888
914.88/917.14	c #Conflicts:    1555000 | #Constraints:      94888
914.88/917.14	c #Conflicts:    1556000 | #Constraints:      95888
914.88/917.14	c #Conflicts:    1557000 | #Constraints:      96888
914.88/917.14	c #Conflicts:    1558000 | #Constraints:      97888
914.88/917.14	c #Conflicts:    1559000 | #Constraints:      98889
914.88/917.14	c #Conflicts:    1560000 | #Constraints:      99889
914.88/917.14	c #Conflicts:    1561000 | #Constraints:     100889
914.88/917.14	c #Conflicts:    1562000 | #Constraints:     101890
914.88/917.14	c #Conflicts:    1563000 | #Constraints:     102890
914.88/917.14	c #Conflicts:    1564000 | #Constraints:     103891
914.88/917.14	c #Conflicts:    1565000 | #Constraints:     104892
914.88/917.14	c #Conflicts:    1566000 | #Constraints:     105893
914.88/917.14	c #Conflicts:    1567000 | #Constraints:     106893
914.88/917.14	c #Conflicts:    1568000 | #Constraints:     107894
914.88/917.14	c INPROCESSING
914.88/917.14	c GARBAGE COLLECT
914.88/917.14	c rational objective 128
937.92/940.24	c #Conflicts:    1569000 | #Constraints:      63758
937.92/940.24	c #Conflicts:    1570000 | #Constraints:      64758
937.92/940.24	c #Conflicts:    1571000 | #Constraints:      65760
937.92/940.24	c #Conflicts:    1572000 | #Constraints:      66762
937.92/940.24	c #Conflicts:    1573000 | #Constraints:      67763
937.92/940.24	c #Conflicts:    1574000 | #Constraints:      68765
937.92/940.24	c #Conflicts:    1575000 | #Constraints:      69765
937.92/940.24	c #Conflicts:    1576000 | #Constraints:      70765
937.92/940.24	c #Conflicts:    1577000 | #Constraints:      71765
937.92/940.24	c #Conflicts:    1578000 | #Constraints:      72767
937.92/940.24	c #Conflicts:    1579000 | #Constraints:      73769
937.92/940.24	c #Conflicts:    1580000 | #Constraints:      74770
937.92/940.24	c #Conflicts:    1581000 | #Constraints:      75772
937.92/940.24	c #Conflicts:    1582000 | #Constraints:      76773
937.92/940.24	c #Conflicts:    1583000 | #Constraints:      77773
937.92/940.24	c #Conflicts:    1584000 | #Constraints:      78773
937.92/940.24	c #Conflicts:    1585000 | #Constraints:      79774
937.92/940.24	c #Conflicts:    1586000 | #Constraints:      80774
937.92/940.24	c #Conflicts:    1587000 | #Constraints:      81774
937.92/940.24	c #Conflicts:    1588000 | #Constraints:      82775
937.92/940.24	c #Conflicts:    1589000 | #Constraints:      83775
937.92/940.24	c #Conflicts:    1590000 | #Constraints:      84777
937.92/940.24	c #Conflicts:    1591000 | #Constraints:      85779
937.92/940.24	c #Conflicts:    1592000 | #Constraints:      86779
937.92/940.24	c #Conflicts:    1593000 | #Constraints:      87781
937.92/940.24	c #Conflicts:    1594000 | #Constraints:      88783
937.92/940.24	c #Conflicts:    1595000 | #Constraints:      89787
937.92/940.24	c #Conflicts:    1596000 | #Constraints:      90791
937.92/940.24	c #Conflicts:    1597000 | #Constraints:      91791
937.92/940.24	c INPROCESSING
937.92/940.24	c GARBAGE COLLECT
937.92/940.24	c rational objective 128
954.69/957.04	c #Conflicts:    1598000 | #Constraints:      55470
954.69/957.04	c #Conflicts:    1599000 | #Constraints:      56470
954.69/957.04	c #Conflicts:    1600000 | #Constraints:      57470
954.69/957.04	c #Conflicts:    1601000 | #Constraints:      58470
954.69/957.04	c #Conflicts:    1602000 | #Constraints:      59470
954.69/957.04	c #Conflicts:    1603000 | #Constraints:      60470
954.69/957.04	c #Conflicts:    1604000 | #Constraints:      61470
954.69/957.04	c #Conflicts:    1605000 | #Constraints:      62470
954.69/957.04	c #Conflicts:    1606000 | #Constraints:      63470
954.69/957.04	c #Conflicts:    1607000 | #Constraints:      64470
954.69/957.04	c #Conflicts:    1608000 | #Constraints:      65470
954.69/957.04	c #Conflicts:    1609000 | #Constraints:      66470
954.69/957.04	c #Conflicts:    1610000 | #Constraints:      67470
954.69/957.04	c #Conflicts:    1611000 | #Constraints:      68470
954.69/957.04	c #Conflicts:    1612000 | #Constraints:      69470
954.69/957.04	c #Conflicts:    1613000 | #Constraints:      70470
954.69/957.04	c #Conflicts:    1614000 | #Constraints:      71470
954.69/957.04	c #Conflicts:    1615000 | #Constraints:      72470
954.69/957.04	c #Conflicts:    1616000 | #Constraints:      73470
954.69/957.04	c #Conflicts:    1617000 | #Constraints:      74470
954.69/957.04	c #Conflicts:    1618000 | #Constraints:      75470
954.69/957.04	c #Conflicts:    1619000 | #Constraints:      76470
954.69/957.04	c #Conflicts:    1620000 | #Constraints:      77470
954.69/957.04	c #Conflicts:    1621000 | #Constraints:      78470
954.69/957.04	c #Conflicts:    1622000 | #Constraints:      79470
954.69/957.04	c #Conflicts:    1623000 | #Constraints:      80470
954.69/957.04	c #Conflicts:    1624000 | #Constraints:      81470
954.69/957.04	c #Conflicts:    1625000 | #Constraints:      82470
954.69/957.04	c #Conflicts:    1626000 | #Constraints:      83470
954.69/957.04	c #Conflicts:    1627000 | #Constraints:      84470
954.69/957.04	c INPROCESSING
954.69/957.04	c GARBAGE COLLECT
954.69/957.04	c rational objective 128
970.75/973.14	c #Conflicts:    1628000 | #Constraints:      51982
970.75/973.14	c #Conflicts:    1629000 | #Constraints:      52982
970.75/973.14	c #Conflicts:    1630000 | #Constraints:      53983
970.75/973.14	c #Conflicts:    1631000 | #Constraints:      54985
970.75/973.14	c #Conflicts:    1632000 | #Constraints:      55985
970.75/973.14	c #Conflicts:    1633000 | #Constraints:      56985
970.75/973.14	c #Conflicts:    1634000 | #Constraints:      57986
970.75/973.14	c #Conflicts:    1635000 | #Constraints:      58988
970.75/973.14	c #Conflicts:    1636000 | #Constraints:      59988
970.75/973.14	c #Conflicts:    1637000 | #Constraints:      60989
970.75/973.14	c #Conflicts:    1638000 | #Constraints:      61991
970.75/973.14	c #Conflicts:    1639000 | #Constraints:      62992
970.75/973.14	c #Conflicts:    1640000 | #Constraints:      63993
970.75/973.14	c #Conflicts:    1641000 | #Constraints:      64993
970.75/973.14	c #Conflicts:    1642000 | #Constraints:      65993
970.75/973.14	c #Conflicts:    1643000 | #Constraints:      66994
970.75/973.14	c #Conflicts:    1644000 | #Constraints:      67994
970.75/973.14	c #Conflicts:    1645000 | #Constraints:      68994
970.75/973.14	c #Conflicts:    1646000 | #Constraints:      69995
970.75/973.14	c #Conflicts:    1647000 | #Constraints:      70996
970.75/973.14	c #Conflicts:    1648000 | #Constraints:      71997
970.75/973.14	c #Conflicts:    1649000 | #Constraints:      72998
970.75/973.14	c #Conflicts:    1650000 | #Constraints:      73998
970.75/973.14	c #Conflicts:    1651000 | #Constraints:      74998
970.75/973.14	c #Conflicts:    1652000 | #Constraints:      75998
970.75/973.14	WSVECS04 Frhs2[137]: 6 -15.1569 0 shouldn't be
970.75/973.14	WSVECS04 Frhs2[178]: 6 0 2.68635 shouldn't be
970.75/973.14	WSVECS04 Frhs2[184]: 6 0 2.00003 shouldn't be
970.75/973.14	WSVECS04 Frhs2[248]: 6 -7.00003 0 shouldn't be
970.75/973.14	WSVECS04 Frhs2[269]: 6 0 3.64714 shouldn't be
970.75/973.14	WSVECS04 Frhs2[272]: 6 0 1.43143 shouldn't be
970.75/973.14	WSVECS04 Frhs2[293]: 6 -2.00004 0 shouldn't be
970.75/973.14	WSVECS04 Frhs2[318]: 6 -1.00006 0 shouldn't be
970.75/973.14	WSVECS04 Frhs2[324]: 6 -4.00002 0 shouldn't be
970.75/973.14	WSVECS04 Frhs2[336]: 6 -15.8628 0 shouldn't be
970.75/973.14	WSVECS04 Frhs2[338]: 6 0 1.00004 shouldn't be
970.75/973.14	WSVECS04 Frhs2[348]: 6 -1.00008 0 shouldn't be
970.75/973.14	WSVECS04 Frhs2[354]: 6 0 1.66673 shouldn't be
970.75/973.14	WSVECS04 Frhs2[386]: 6 0 0.941212 shouldn't be
970.75/973.14	WSVECS04 Frhs2[393]: 6 0 0.568694 shouldn't be
970.75/973.14	WSVECS04 Frhs2[400]: 6 0 0.568702 shouldn't be
970.75/973.14	WSVECS04 Frhs2[402]: 6 0 1.05887 shouldn't be
970.75/973.14	WSVECS04 Frhs2[424]: 6 -14 0 shouldn't be
970.75/973.14	WSVECS04 Frhs2[466]: 6 0 0.333384 shouldn't be
970.75/973.14	WSVECS04 Frhs2[483]: 6 0 2.00004 shouldn't be
970.75/973.14	WSVECS04 Frhs2[514]: 6 0 1.00003 shouldn't be
970.75/973.14	WSVECS04 Frhs2[578]: 6 0 3.00006 shouldn't be
970.75/973.14	WSVECS04 Frhs2[583]: 6 0 2.00007 shouldn't be
970.75/973.14	WSVECS04 Frhs2[599]: 6 0 1.66673 shouldn't be
970.75/973.14	WSVECS04 Frhs2[600]: 6 -19.6667 0 shouldn't be
970.75/973.14	WSVECS04 Frhs2[658]: 6 0 1.66671 shouldn't be
970.75/973.14	WSVECS04 Frhs2[722]: 6 0 3.33336 shouldn't be
970.75/973.14	WSVECS04 Frhs2[785]: 6 -12.3334 0 shouldn't be
970.75/973.14	WSVECS04 Frhs2[843]: 6 0 0.529465 shouldn't be
970.75/973.14	WSVECS04 Frhs2[1264]: 6 0 1.00004 shouldn't be
970.94/973.38	WSVECS04 Frhs2[140]: 6 0 0.431456 shouldn't be
970.94/973.38	WSVECS04 Frhs2[142]: 6 0 1.49022 shouldn't be
970.94/973.38	WSVECS04 Frhs2[372]: 6 0 1.31376 shouldn't be
970.94/973.38	WSVECS04 Frhs2[407]: 6 0 2.72556 shouldn't be
970.94/973.38	WSVECS04 Frhs2[465]: 6 0 0.333375 shouldn't be
970.94/973.38	WSVECS04 Frhs2[564]: 6 0 1.31375 shouldn't be
970.94/973.38	WSVECS04 Frhs2[655]: 6 0 1.03931 shouldn't be
970.94/973.38	WSVECS04 Frhs2[716]: 6 0 0.333375 shouldn't be
970.94/973.38	WSVECS04 Frhs2[756]: 6 0 1.3138 shouldn't be
971.24/973.64	WSVECS04 Frhs2[160]: 6 0 1.31377 shouldn't be
971.24/973.64	WSVECS04 Frhs2[179]: 6 0 2.00007 shouldn't be
971.24/973.64	WSVECS04 Frhs2[306]: 6 0 0.686328 shouldn't be
971.24/973.64	WSVECS04 Frhs2[311]: 6 -1.66669 0 shouldn't be
971.24/973.64	WSVECS04 Frhs2[384]: 6 -2.00009 0 shouldn't be
971.24/973.64	WSVECS04 Frhs2[469]: 6 0 1.0001 shouldn't be
971.24/973.64	WSVECS04 Frhs2[535]: 6 0 4.66675 shouldn't be
971.24/973.64	WSVECS04 Frhs2[592]: 6 0 0.882391 shouldn't be
971.24/973.64	WSVECS04 Frhs2[628]: 6 0 1.3138 shouldn't be
971.24/973.64	WSVECS04 Frhs2[650]: 6 -2.94119 0 shouldn't be
971.24/973.64	WSVECS04 Frhs2[1242]: 6 -2.00002 0 shouldn't be
971.54/973.91	WSVECS04 Frhs2[129]: 6 -1.00002 0 shouldn't be
971.54/973.91	WSVECS04 Frhs2[206]: 6 0 2.96086 shouldn't be
971.54/973.91	WSVECS04 Frhs2[370]: 6 0 0.686316 shouldn't be
971.54/973.91	WSVECS04 Frhs2[562]: 6 0 0.686307 shouldn't be
971.54/973.91	WSVECS04 Frhs2[597]: 6 0 0.666694 shouldn't be
971.54/973.91	WSVECS04 Frhs2[1289]: 6 0 2.00004 shouldn't be
971.75/974.19	WSVECS04 Frhs2[5]: 6 0 2.00008 shouldn't be
971.75/974.19	WSVECS04 Frhs2[7]: 6 0 1.00008 shouldn't be
971.75/974.19	WSVECS04 Frhs2[52]: 6 0 1.3138 shouldn't be
971.75/974.19	WSVECS04 Frhs2[73]: 6 0 0.509843 shouldn't be
971.75/974.19	WSVECS04 Frhs2[148]: 6 0 0.666693 shouldn't be
971.75/974.19	WSVECS04 Frhs2[177]: 6 0 4.0001 shouldn't be
971.75/974.19	WSVECS04 Frhs2[242]: 6 0 0.686291 shouldn't be
971.75/974.19	WSVECS04 Frhs2[401]: 6 0 1.05892 shouldn't be
971.75/974.19	WSVECS04 Frhs2[759]: 6 0 2.00009 shouldn't be
981.42/983.88	c #Conflicts:    1653000 | #Constraints:      76998
981.42/983.88	c #Conflicts:    1654000 | #Constraints:      77998
981.42/983.88	c #Conflicts:    1655000 | #Constraints:      78998
981.42/983.88	c #Conflicts:    1656000 | #Constraints:      79998
981.42/983.88	c #Conflicts:    1657000 | #Constraints:      80998
981.42/983.88	c #Conflicts:    1658000 | #Constraints:      81998
981.42/983.88	c #Conflicts:    1659000 | #Constraints:      82998
981.42/983.88	c #Conflicts:    1660000 | #Constraints:      83998
981.42/983.88	c #Conflicts:    1661000 | #Constraints:      84998
981.42/983.88	c #Conflicts:    1662000 | #Constraints:      85999
981.42/983.88	c #Conflicts:    1663000 | #Constraints:      86999
981.42/983.88	c #Conflicts:    1664000 | #Constraints:      88000
981.42/983.88	c #Conflicts:    1665000 | #Constraints:      89000
981.42/983.88	WSVECS04 Frhs2[5]: 6 0 0.500099 shouldn't be
981.42/983.88	WSVECS04 Frhs2[13]: 6 -2.00003 0 shouldn't be
981.42/983.88	WSVECS04 Frhs2[34]: 6 0 3.00008 shouldn't be
981.42/983.88	WSVECS04 Frhs2[49]: 6 0 0.500041 shouldn't be
981.42/983.88	WSVECS04 Frhs2[56]: 6 0 10.0001 shouldn't be
981.42/983.88	WSVECS04 Frhs2[199]: 6 0 2.00009 shouldn't be
981.42/983.88	WSVECS04 Frhs2[296]: 6 0 3.00006 shouldn't be
981.42/983.88	WSVECS04 Frhs2[305]: 6 0 0.500029 shouldn't be
981.42/983.88	WSVECS04 Frhs2[318]: 6 -7.00006 0 shouldn't be
981.42/983.88	WSVECS04 Frhs2[321]: 6 -5.00005 0 shouldn't be
981.42/983.88	WSVECS04 Frhs2[324]: 6 0 7.50003 shouldn't be
981.42/983.88	WSVECS04 Frhs2[345]: 6 0 1.50003 shouldn't be
981.42/983.88	WSVECS04 Frhs2[350]: 6 0 1.00005 shouldn't be
981.42/983.88	WSVECS04 Frhs2[355]: 6 0 3.50006 shouldn't be
981.42/983.88	WSVECS04 Frhs2[374]: 6 -6.00008 0 shouldn't be
981.42/983.88	WSVECS04 Frhs2[412]: 6 -1.00003 0 shouldn't be
981.42/983.88	WSVECS04 Frhs2[416]: 6 0 1.00005 shouldn't be
981.42/983.88	WSVECS04 Frhs2[435]: 6 0 4.00007 shouldn't be
981.42/983.88	WSVECS04 Frhs2[450]: 6 0 4.50006 shouldn't be
981.42/983.88	WSVECS04 Frhs2[452]: 6 0 7.50006 shouldn't be
981.42/983.88	WSVECS04 Frhs2[458]: 6 0 5.50006 shouldn't be
981.42/983.88	WSVECS04 Frhs2[491]: 6 -6.00009 0 shouldn't be
981.42/983.88	WSVECS04 Frhs2[565]: 6 0 1.00004 shouldn't be
981.42/983.88	WSVECS04 Frhs2[574]: 6 0 0.500088 shouldn't be
981.42/983.88	WSVECS04 Frhs2[576]: 6 0 0.500063 shouldn't be
981.42/983.88	WSVECS04 Frhs2[626]: 6 -8.00008 0 shouldn't be
981.42/983.88	WSVECS04 Frhs2[672]: 6 0 2.00002 shouldn't be
981.42/983.88	WSVECS04 Frhs2[688]: 6 -6.00005 0 shouldn't be
981.42/983.88	WSVECS04 Frhs2[704]: 6 -3.00003 0 shouldn't be
981.42/983.88	WSVECS04 Frhs2[714]: 6 0 7.50009 shouldn't be
981.42/983.88	WSVECS04 Frhs2[729]: 6 0 0.500056 shouldn't be
981.42/983.88	WSVECS04 Frhs2[771]: 6 -7.50003 0 shouldn't be
981.42/983.88	WSVECS04 Frhs2[785]: 6 0 3.00006 shouldn't be
981.42/983.88	WSVECS04 Frhs2[787]: 6 -1.00002 0 shouldn't be
981.42/983.88	WSVECS04 Frhs2[793]: 6 0 0.500096 shouldn't be
981.42/983.88	WSVECS04 Frhs2[806]: 6 -10.0001 0 shouldn't be
981.42/983.88	WSVECS04 Frhs2[819]: 6 0 2.00003 shouldn't be
981.42/983.88	WSVECS04 Frhs2[911]: 6 -2.00004 0 shouldn't be
981.42/983.88	WSVECS04 Frhs2[929]: 6 0 2.00002 shouldn't be
981.42/983.88	WSVECS04 Frhs2[963]: 6 -2.00007 0 shouldn't be
981.42/983.88	WSVECS04 Frhs2[966]: 6 -2.00002 0 shouldn't be
981.42/983.88	WSVECS04 Frhs2[1188]: 6 -3.00008 0 shouldn't be
981.42/983.88	WSVECS04 Frhs2[1208]: 6 0 1.00003 shouldn't be
981.42/983.88	WSVECS04 Frhs2[1319]: 6 0 1.00001 shouldn't be
986.11/988.59	c #Conflicts:    1666000 | #Constraints:      90000
986.11/988.59	c #Conflicts:    1667000 | #Constraints:      91000
986.11/988.59	c #Conflicts:    1668000 | #Constraints:      92000
986.11/988.59	c #Conflicts:    1669000 | #Constraints:      93000
986.11/988.59	c #Conflicts:    1670000 | #Constraints:      94000
986.11/988.59	WSVECS04 Frhs2[25]: 6 0 0.333384 shouldn't be
986.11/988.59	WSVECS04 Frhs2[65]: 6 -0.500011 0 shouldn't be
986.11/988.59	WSVECS04 Frhs2[68]: 6 0 0.500015 shouldn't be
986.11/988.59	WSVECS04 Frhs2[145]: 6 0 2.55564 shouldn't be
986.11/988.59	WSVECS04 Frhs2[153]: 6 0 0.333397 shouldn't be
986.11/988.59	WSVECS04 Frhs2[194]: 6 0 3.50002 shouldn't be
986.11/988.59	WSVECS04 Frhs2[217]: 6 0 0.333408 shouldn't be
986.11/988.59	WSVECS04 Frhs2[266]: 6 -2.0001 0 shouldn't be
986.11/988.59	WSVECS04 Frhs2[322]: 6 0 3.50009 shouldn't be
986.11/988.59	WSVECS04 Frhs2[336]: 6 -9.00008 0 shouldn't be
986.11/988.59	WSVECS04 Frhs2[340]: 6 0 0.11121 shouldn't be
986.11/988.59	WSVECS04 Frhs2[348]: 6 -1.00003 0 shouldn't be
986.11/988.59	WSVECS04 Frhs2[387]: 6 -3.77785 0 shouldn't be
986.11/988.59	WSVECS04 Frhs2[398]: 6 0 5.00006 shouldn't be
986.11/988.59	WSVECS04 Frhs2[409]: 6 0 0.333375 shouldn't be
986.11/988.59	WSVECS04 Frhs2[439]: 6 -2.00009 0 shouldn't be
986.11/988.59	WSVECS04 Frhs2[449]: 6 -0.50007 0 shouldn't be
986.11/988.59	WSVECS04 Frhs2[450]: 6 0 3.00007 shouldn't be
986.11/988.59	WSVECS04 Frhs2[582]: 6 -5.50004 0 shouldn't be
986.11/988.59	WSVECS04 Frhs2[589]: 6 0 3.00001 shouldn't be
986.11/988.59	WSVECS04 Frhs2[622]: 6 -1.00005 0 shouldn't be
986.11/988.59	WSVECS04 Frhs2[658]: 6 0 0.666696 shouldn't be
986.11/988.59	WSVECS04 Frhs2[708]: 6 0 0.500074 shouldn't be
986.11/988.59	WSVECS04 Frhs2[729]: 6 0 0.333415 shouldn't be
986.11/988.59	WSVECS04 Frhs2[732]: 6 -2.33339 0 shouldn't be
986.11/988.59	WSVECS04 Frhs2[834]: 6 0 3.50002 shouldn't be
986.11/988.59	WSVECS04 Frhs2[850]: 6 0 0.666694 shouldn't be
986.11/988.59	WSVECS04 Frhs2[857]: 6 0 0.666751 shouldn't be
986.11/988.59	WSVECS04 Frhs2[864]: 6 0 0.333343 shouldn't be
986.11/988.59	WSVECS04 Frhs2[900]: 6 -1.50006 0 shouldn't be
986.11/988.59	WSVECS04 Frhs2[936]: 6 0 0.500047 shouldn't be
986.11/988.59	WSVECS04 Frhs2[953]: 6 -1.00002 0 shouldn't be
986.11/988.59	WSVECS04 Frhs2[992]: 6 0 3.00002 shouldn't be
986.11/988.59	WSVECS04 Frhs2[1039]: 6 -2.00004 0 shouldn't be
986.11/988.59	WSVECS04 Frhs2[1073]: 6 0 1.00008 shouldn't be
986.11/988.59	WSVECS04 Frhs2[1086]: 6 -2.00004 0 shouldn't be
986.11/988.59	WSVECS04 Frhs2[1124]: 6 -2.00008 0 shouldn't be
986.11/988.59	WSVECS04 Frhs2[1131]: 6 -2.00006 0 shouldn't be
986.11/988.59	WSVECS04 Frhs2[1150]: 6 -2.00005 0 shouldn't be
986.11/988.59	WSVECS04 Frhs2[1155]: 6 -2.00002 0 shouldn't be
986.11/988.59	WSVECS04 Frhs2[1184]: 6 0 3.00003 shouldn't be
986.11/988.59	WSVECS04 Frhs2[1190]: 6 0 2.00002 shouldn't be
986.11/988.59	WSVECS04 Frhs2[1306]: 6 0 1.00006 shouldn't be
986.11/988.59	WSVECS04 Frhs2[1311]: 6 0 4.00005 shouldn't be
986.11/988.59	WSVECS04 Frhs2[1313]: 6 0 6.00006 shouldn't be
999.77/1002.22	c #Conflicts:    1671000 | #Constraints:      95000
999.77/1002.22	c #Conflicts:    1672000 | #Constraints:      96000
999.77/1002.22	c #Conflicts:    1673000 | #Constraints:      97000
999.77/1002.22	c #Conflicts:    1674000 | #Constraints:      98000
999.77/1002.22	c #Conflicts:    1675000 | #Constraints:      99001
999.77/1002.22	c #Conflicts:    1676000 | #Constraints:     100001
999.77/1002.22	c #Conflicts:    1677000 | #Constraints:     101002
999.77/1002.22	c #Conflicts:    1678000 | #Constraints:     102002
999.77/1002.22	c #Conflicts:    1679000 | #Constraints:     103002
999.77/1002.22	c #Conflicts:    1680000 | #Constraints:     104003
999.77/1002.22	c #Conflicts:    1681000 | #Constraints:     105003
999.77/1002.22	c #Conflicts:    1682000 | #Constraints:     106003
999.77/1002.22	c #Conflicts:    1683000 | #Constraints:     107003
999.77/1002.22	WSVECS04 Frhs2[8]: 6 0 2.35528 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[18]: 6 0 0.134924 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[19]: 6 -0.605276 0 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[65]: 6 -5.10529 0 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[78]: 6 -6.00005 0 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[97]: 6 0 6.85206 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[113]: 6 0 6.69743 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[114]: 6 0 2.14805 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[129]: 6 -5.60535 0 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[130]: 6 0 2.75002 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[137]: 6 -3.00004 0 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[178]: 6 0 3.14812 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[184]: 6 0 1.00003 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[242]: 6 0 2.14805 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[248]: 6 -13.7501 0 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[262]: 6 0 0.302649 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[292]: 6 0 2.30267 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[302]: 6 -2.00009 0 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[318]: 6 -6.00007 0 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[518]: 6 0 2.75003 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[537]: 6 0 0.210583 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[628]: 6 0 3.05265 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[651]: 6 0 2.00009 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[652]: 6 0 2.00002 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[654]: 6 0 2.00006 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[665]: 6 0 1.09214 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[666]: 6 0 2.88165 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[706]: 6 0 2.75003 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[710]: 6 0 2.75005 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[714]: 6 0 4.30269 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[722]: 6 0 0.134924 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[746]: 6 0 0.134918 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[754]: 6 0 2.14807 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[850]: 6 0 2.13496 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[856]: 6 0 5.96713 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[857]: 6 0 0.210625 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[866]: 6 -0.648053 0 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[905]: 6 0 1.00007 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[912]: 6 0 1.25008 shouldn't be
999.77/1002.22	WSVECS04 Frhs2[1071]: 6 0 2.00006 shouldn't be
1004.27/1006.74	c #Conflicts:    1684000 | #Constraints:     108003
1004.27/1006.74	c #Conflicts:    1685000 | #Constraints:     109003
1004.27/1006.74	c #Conflicts:    1686000 | #Constraints:     110003
1004.27/1006.74	c #Conflicts:    1687000 | #Constraints:     111004
1004.27/1006.74	WSVECS04 Frhs2[4]: 6 0 2.88242 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[8]: 6 -2.00006 0 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[68]: 6 0 0.882401 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[83]: 6 -2.00006 0 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[96]: 6 0 1.35296 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[104]: 6 0 4.52951 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[108]: 6 0 1.47061 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[110]: 6 -1.35295 0 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[132]: 6 0 2.88239 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[138]: 6 0 8.00008 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[164]: 6 0 2.50982 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[175]: 6 0 0.705936 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[193]: 6 0 2.88241 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[196]: 6 0 2.88236 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[225]: 6 0 8.8824 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[260]: 6 0 2.88237 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[261]: 6 -2.00002 0 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[266]: 6 -6.00002 0 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[281]: 6 0 2.88241 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[283]: 6 0 0.76478 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[288]: 6 0 2.11767 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[296]: 6 0 4.52944 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[300]: 6 0 2.82355 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[303]: 6 0 0.705923 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[327]: 6 0 4.00007 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[336]: 6 -4.00002 0 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[346]: 6 0 3.47061 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[366]: 6 -4.00006 0 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[369]: 6 0 3.88237 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[372]: 6 0 2.00001 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[375]: 6 0 2.00004 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[384]: 6 -5.11768 0 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[397]: 6 0 6.00002 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[399]: 6 -6.00008 0 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[410]: 6 0 3.47065 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[439]: 6 -6.00002 0 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[460]: 6 -2.00004 0 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[461]: 6 0 6.00002 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[473]: 6 0 2.88243 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[474]: 6 0 4.23533 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[476]: 6 -0.6471 0 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[477]: 6 0 0.76474 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[480]: 6 0 2.11773 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[549]: 6 -2.00003 0 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[554]: 6 -15.8236 0 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[563]: 6 0 0.235309 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[573]: 6 -7.00007 0 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[589]: 6 0 6.00002 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[626]: 6 -6.00006 0 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[641]: 6 0 2.76479 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[642]: 6 -10.8824 0 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[653]: 6 0 6.00004 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[668]: 6 -11.2354 0 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[690]: 6 0 0.117662 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[692]: 6 -5.88238 0 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[693]: 6 0 0.117717 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[694]: 6 0 0.117706 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[717]: 6 0 6.00004 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[739]: 6 0 0.764792 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[740]: 6 0 0.764725 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[745]: 6 0 6.11768 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[799]: 6 -10.6472 0 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[812]: 6 0 2.11768 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[873]: 6 0 6.00005 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[898]: 6 -1.11774 0 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[920]: 6 0 2.88245 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[921]: 6 0 2.00008 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[957]: 6 0 2.00004 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[978]: 6 0 4.00003 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[1028]: 6 -4.00009 0 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[1056]: 6 0 2.00004 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[1114]: 6 0 2.00008 shouldn't be
1004.27/1006.74	WSVECS04 Frhs2[1217]: 6 -1.00004 0 shouldn't be
1004.57/1007.00	WSVECS04 Frhs2[103]: 6 0 0.960827 shouldn't be
1004.57/1007.00	WSVECS04 Frhs2[116]: 6 0 0.117663 shouldn't be
1004.57/1007.00	WSVECS04 Frhs2[293]: 6 -4.00003 0 shouldn't be
1004.57/1007.00	WSVECS04 Frhs2[352]: 6 0 1.353 shouldn't be
1004.57/1007.00	WSVECS04 Frhs2[497]: 6 0 1.88239 shouldn't be
1004.57/1007.00	WSVECS04 Frhs2[665]: 6 0 2.88244 shouldn't be
1004.57/1007.00	WSVECS04 Frhs2[670]: 6 0 0.764753 shouldn't be
1004.57/1007.00	WSVECS04 Frhs2[672]: 6 0 0.353024 shouldn't be
1004.57/1007.00	WSVECS04 Frhs2[735]: 6 0 1.88244 shouldn't be
1004.57/1007.00	WSVECS04 Frhs2[742]: 6 0 0.764735 shouldn't be
1004.57/1007.00	WSVECS04 Frhs2[761]: 6 0 1.00009 shouldn't be
1004.57/1007.00	WSVECS04 Frhs2[807]: 6 0 1.00003 shouldn't be
1004.57/1007.00	WSVECS04 Frhs2[877]: 6 0 0.529504 shouldn't be
1004.57/1007.00	WSVECS04 Frhs2[959]: 6 0 2.00008 shouldn't be
1004.57/1007.00	WSVECS04 Frhs2[1065]: 6 0 2.00001 shouldn't be
1004.57/1007.00	WSVECS04 Frhs2[1232]: 6 0 1.0001 shouldn't be
1004.57/1007.00	WSVECS04 Frhs2[1242]: 6 -2.00007 0 shouldn't be
1004.57/1007.00	WSVECS04 Frhs2[1272]: 6 0 1.00002 shouldn't be
1004.57/1007.00	WSVECS04 Frhs2[1337]: 6 0 2.00007 shouldn't be
1004.76/1007.26	WSVECS04 Frhs2[1]: 6 0 2.11772 shouldn't be
1004.76/1007.26	WSVECS04 Frhs2[51]: 6 0 0.235341 shouldn't be
1004.76/1007.26	WSVECS04 Frhs2[135]: 6 0 4.00003 shouldn't be
1004.76/1007.26	WSVECS04 Frhs2[157]: 6 0 0.764758 shouldn't be
1004.76/1007.26	WSVECS04 Frhs2[163]: 6 0 2.50988 shouldn't be
1004.76/1007.26	WSVECS04 Frhs2[669]: 6 0 0.764722 shouldn't be
1004.76/1007.26	WSVECS04 Frhs2[755]: 6 0 2.11766 shouldn't be
1004.76/1007.26	WSVECS04 Frhs2[1339]: 6 -2.00001 0 shouldn't be
1005.06/1007.57	WSVECS04 Frhs2[102]: 6 0 0.764801 shouldn't be
1005.06/1007.57	WSVECS04 Frhs2[177]: 6 0 1.88237 shouldn't be
1005.06/1007.57	WSVECS04 Frhs2[218]: 6 0 4.23532 shouldn't be
1005.06/1007.57	WSVECS04 Frhs2[221]: 6 0 0.764786 shouldn't be
1005.06/1007.57	WSVECS04 Frhs2[224]: 6 0 2.11774 shouldn't be
1005.06/1007.57	WSVECS04 Frhs2[248]: 6 -2.00003 0 shouldn't be
1005.06/1007.57	WSVECS04 Frhs2[294]: 6 0 0.764745 shouldn't be
1005.06/1007.57	WSVECS04 Frhs2[305]: 6 0 1.88236 shouldn't be
1005.06/1007.57	WSVECS04 Frhs2[319]: 6 0 2.00009 shouldn't be
1005.06/1007.57	WSVECS04 Frhs2[631]: 6 0 3.88242 shouldn't be
1005.06/1007.57	WSVECS04 Frhs2[666]: 6 0 4.23535 shouldn't be
1005.06/1007.57	WSVECS04 Frhs2[749]: 6 0 0.647137 shouldn't be
1005.06/1007.57	WSVECS04 Frhs2[753]: 6 0 1.88242 shouldn't be
1005.06/1007.57	WSVECS04 Frhs2[861]: 6 0 3.76474 shouldn't be
1005.06/1007.57	WSVECS04 Frhs2[863]: 6 0 3.00001 shouldn't be
1005.06/1007.57	WSVECS04 Frhs2[961]: 6 -2.00004 0 shouldn't be
1005.06/1007.57	WSVECS04 Frhs2[968]: 6 -1.00004 0 shouldn't be
1005.06/1007.57	WSVECS04 Frhs2[1193]: 6 0 4.00001 shouldn't be
1005.06/1007.57	WSVECS04 Frhs2[1336]: 6 0 2.00005 shouldn't be
1005.37/1007.83	WSVECS04 Frhs2[26]: 6 0 3.47062 shouldn't be
1005.37/1007.83	WSVECS04 Frhs2[33]: 6 0 2.88241 shouldn't be
1005.37/1007.83	WSVECS04 Frhs2[44]: 6 0 2.11771 shouldn't be
1005.37/1007.83	WSVECS04 Frhs2[90]: 6 0 3.4706 shouldn't be
1005.37/1007.83	WSVECS04 Frhs2[114]: 6 0 0.117728 shouldn't be
1005.37/1007.83	WSVECS04 Frhs2[154]: 6 0 4.23537 shouldn't be
1005.37/1007.83	WSVECS04 Frhs2[158]: 6 0 0.764722 shouldn't be
1005.37/1007.83	WSVECS04 Frhs2[232]: 6 0 2.52946 shouldn't be
1005.37/1007.83	WSVECS04 Frhs2[292]: 6 0 0.764745 shouldn't be
1005.37/1007.83	WSVECS04 Frhs2[370]: 6 0 2.00008 shouldn't be
1005.37/1007.83	WSVECS04 Frhs2[602]: 6 0 3.47062 shouldn't be
1005.37/1007.83	WSVECS04 Frhs2[644]: 6 0 4.64711 shouldn't be
1005.37/1007.83	WSVECS04 Frhs2[689]: 6 0 2.00008 shouldn't be
1005.37/1007.83	WSVECS04 Frhs2[798]: 6 0 0.764777 shouldn't be
1005.37/1007.83	WSVECS04 Frhs2[903]: 6 -1.00005 0 shouldn't be
1005.37/1007.83	WSVECS04 Frhs2[970]: 6 0 1.00002 shouldn't be
1005.37/1007.83	WSVECS04 Frhs2[971]: 6 0 1.00004 shouldn't be
1005.37/1007.83	WSVECS04 Frhs2[1305]: 6 -1.00006 0 shouldn't be
1005.37/1007.83	WSVECS04 Frhs2[1331]: 6 0 1.00005 shouldn't be
1005.67/1008.14	WSVECS04 Frhs2[49]: 6 0 1.88237 shouldn't be
1005.67/1008.14	WSVECS04 Frhs2[77]: 6 0 6.00008 shouldn't be
1005.67/1008.14	WSVECS04 Frhs2[98]: 6 0 6.25492 shouldn't be
1005.67/1008.14	WSVECS04 Frhs2[118]: 6 0 0.117715 shouldn't be
1005.67/1008.14	WSVECS04 Frhs2[199]: 6 0 4.0001 shouldn't be
1005.67/1008.14	WSVECS04 Frhs2[364]: 6 0 2.11774 shouldn't be
1005.67/1008.14	WSVECS04 Frhs2[733]: 6 0 2.64711 shouldn't be
1005.67/1008.14	WSVECS04 Frhs2[738]: 6 0 6.25494 shouldn't be
1005.67/1008.14	WSVECS04 Frhs2[919]: 6 0 2.00007 shouldn't be
1005.67/1008.14	WSVECS04 Frhs2[988]: 6 -3.00009 0 shouldn't be
1005.67/1008.14	WSVECS04 Frhs2[992]: 6 0 2.00007 shouldn't be
1005.67/1008.14	WSVECS04 Frhs2[1000]: 6 0 2.00004 shouldn't be
1005.67/1008.14	WSVECS04 Frhs2[1266]: 6 -2.00007 0 shouldn't be
1005.67/1008.14	WSVECS04 Frhs2[1340]: 6 -3.00003 0 shouldn't be
1005.96/1008.45	WSVECS04 Frhs2[295]: 6 0 0.960809 shouldn't be
1006.46/1008.99	WSVECS04 Frhs2[117]: 6 0 0.117707 shouldn't be
1006.46/1008.99	WSVECS04 Frhs2[727]: 6 0 5.00006 shouldn't be
1006.46/1008.99	WSVECS04 Frhs2[977]: 6 0 4.00006 shouldn't be
1006.46/1008.99	WSVECS04 Frhs2[1080]: 6 0 2.00007 shouldn't be
1006.46/1008.99	WSVECS04 Frhs2[1127]: 6 0 1.00008 shouldn't be
1006.46/1008.99	WSVECS04 Frhs2[1194]: 6 0 2.00009 shouldn't be
1006.46/1008.99	WSVECS04 Frhs2[1224]: 6 -1.0001 0 shouldn't be
1006.46/1008.99	WSVECS04 Frhs2[1316]: 6 -4.0001 0 shouldn't be
1037.98/1040.55	c #Conflicts:    1688000 | #Constraints:     112004
1037.98/1040.55	c #Conflicts:    1689000 | #Constraints:     113004
1037.98/1040.55	c #Conflicts:    1690000 | #Constraints:     114004
1037.98/1040.55	c #Conflicts:    1691000 | #Constraints:     115004
1037.98/1040.55	c #Conflicts:    1692000 | #Constraints:     116004
1037.98/1040.55	c #Conflicts:    1693000 | #Constraints:     117004
1037.98/1040.55	c #Conflicts:    1694000 | #Constraints:     118004
1037.98/1040.55	c #Conflicts:    1695000 | #Constraints:     119004
1037.98/1040.55	c #Conflicts:    1696000 | #Constraints:     120004
1037.98/1040.55	c #Conflicts:    1697000 | #Constraints:     121004
1037.98/1040.55	c #Conflicts:    1698000 | #Constraints:     122004
1037.98/1040.55	c #Conflicts:    1699000 | #Constraints:     123004
1037.98/1040.55	c #Conflicts:    1700000 | #Constraints:     124004
1037.98/1040.55	c #Conflicts:    1701000 | #Constraints:     125004
1037.98/1040.55	c #Conflicts:    1702000 | #Constraints:     126004
1037.98/1040.55	c #Conflicts:    1703000 | #Constraints:     127004
1037.98/1040.55	c #Conflicts:    1704000 | #Constraints:     128006
1037.98/1040.55	c #Conflicts:    1705000 | #Constraints:     129006
1037.98/1040.55	c #Conflicts:    1706000 | #Constraints:     130006
1037.98/1040.55	c #Conflicts:    1707000 | #Constraints:     131006
1037.98/1040.55	c #Conflicts:    1708000 | #Constraints:     132007
1037.98/1040.55	c #Conflicts:    1709000 | #Constraints:     133007
1037.98/1040.55	c #Conflicts:    1710000 | #Constraints:     134007
1037.98/1040.55	c #Conflicts:    1711000 | #Constraints:     135007
1037.98/1040.55	WSVECS04 Frhs2[19]: 6 -0.666734 0 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[28]: 6 0 1.66674 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[59]: 6 0 2.00004 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[62]: 6 0 2.66671 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[81]: 6 0 0.666684 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[83]: 6 -0.666747 0 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[100]: 6 -2.66674 0 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[103]: 6 0 0.666703 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[104]: 6 0 0.666684 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[115]: 6 0 2.00003 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[123]: 6 -6.00005 0 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[172]: 6 0 2.00007 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[184]: 6 0 1.66677 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[236]: 6 0 2.00002 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[252]: 6 0 2.66671 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[256]: 6 -4.00009 0 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[300]: 6 0 2.00005 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[316]: 6 0 2.66668 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[374]: 6 0 0.666681 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[375]: 6 -2.66672 0 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[413]: 6 0 2.33336 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[414]: 6 0 0.666731 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[416]: 6 0 2.33338 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[422]: 6 0 0.666737 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[446]: 6 0 0.666743 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[459]: 6 0 0.666721 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[460]: 6 0 0.666688 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[467]: 6 -0.666704 0 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[481]: 6 0 0.666734 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[491]: 6 -2.66671 0 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[508]: 6 0 2.66672 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[532]: 6 -4.00006 0 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[552]: 6 0 0.666747 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[572]: 6 0 2.66674 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[613]: 6 -3.33338 0 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[616]: 6 0 0.666677 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[636]: 6 0 2.66669 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[662]: 6 0 0.666721 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[680]: 6 0 0.666691 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[748]: 6 0 2.00002 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[750]: 6 0 2.00003 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[799]: 6 -2.00003 0 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[862]: 6 -4.33341 0 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[1092]: 6 -4.0001 0 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[1181]: 6 -2.00009 0 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[1192]: 6 -1.00005 0 shouldn't be
1037.98/1040.55	WSVECS04 Frhs2[1215]: 6 -1.00003 0 shouldn't be
1042.77/1045.39	c #Conflicts:    1712000 | #Constraints:     136007
1042.77/1045.39	c #Conflicts:    1713000 | #Constraints:     137007
1042.77/1045.39	c #Conflicts:    1714000 | #Constraints:     138007
1042.77/1045.39	WSVECS04 Frhs2[37]: 6 -1.25586 0 shouldn't be
1042.77/1045.39	WSVECS04 Frhs2[76]: 6 0 1.00002 shouldn't be
1042.77/1045.39	WSVECS04 Frhs2[78]: 6 -4.00009 0 shouldn't be
1042.77/1045.39	WSVECS04 Frhs2[110]: 6 -4.00005 0 shouldn't be
1042.77/1045.39	WSVECS04 Frhs2[137]: 6 -4.00007 0 shouldn't be
1042.77/1045.39	WSVECS04 Frhs2[140]: 6 0 1.00003 shouldn't be
1042.77/1045.39	WSVECS04 Frhs2[165]: 6 -0.37211 0 shouldn't be
1042.77/1045.39	WSVECS04 Frhs2[333]: 6 0 4.00008 shouldn't be
1042.77/1045.39	WSVECS04 Frhs2[354]: 6 0 0.186072 shouldn't be
1042.77/1045.39	WSVECS04 Frhs2[360]: 6 0 0.186073 shouldn't be
1042.77/1045.39	WSVECS04 Frhs2[371]: 6 0 0.186095 shouldn't be
1042.77/1045.39	WSVECS04 Frhs2[376]: 6 0 0.186102 shouldn't be
1042.77/1045.39	WSVECS04 Frhs2[431]: 6 0 0.41863 shouldn't be
1042.77/1045.39	WSVECS04 Frhs2[494]: 6 0 2.00003 shouldn't be
1042.77/1045.39	WSVECS04 Frhs2[502]: 6 0 0.186098 shouldn't be
1042.77/1045.39	WSVECS04 Frhs2[522]: 6 -2.00006 0 shouldn't be
1042.77/1045.39	WSVECS04 Frhs2[524]: 6 0 1.00006 shouldn't be
1042.77/1045.39	WSVECS04 Frhs2[554]: 6 -6.00008 0 shouldn't be
1042.77/1045.39	WSVECS04 Frhs2[826]: 6 -5.00003 0 shouldn't be
1042.77/1045.39	WSVECS04 Frhs2[1065]: 6 -1.00008 0 shouldn't be
1042.77/1045.39	WSVECS04 Frhs2[1072]: 6 0 1.00001 shouldn't be
1042.77/1045.39	WSVECS04 Frhs2[1086]: 6 -1.00004 0 shouldn't be
1042.77/1045.39	WSVECS04 Frhs2[1150]: 6 -4.00002 0 shouldn't be
1057.14/1059.71	c #Conflicts:    1715000 | #Constraints:     139007
1057.14/1059.71	c #Conflicts:    1716000 | #Constraints:     140007
1057.14/1059.71	c #Conflicts:    1717000 | #Constraints:     141007
1057.14/1059.71	c #Conflicts:    1718000 | #Constraints:     142008
1057.14/1059.71	c #Conflicts:    1719000 | #Constraints:     143009
1057.14/1059.71	c #Conflicts:    1720000 | #Constraints:     144009
1057.14/1059.71	c #Conflicts:    1721000 | #Constraints:     145010
1057.14/1059.71	c #Conflicts:    1722000 | #Constraints:     146010
1057.14/1059.71	c INPROCESSING
1057.14/1059.71	c GARBAGE COLLECT
1057.14/1059.71	c rational objective 128
1076.89/1079.55	c #Conflicts:    1723000 | #Constraints:      82456
1076.89/1079.55	c #Conflicts:    1724000 | #Constraints:      83456
1076.89/1079.55	c #Conflicts:    1725000 | #Constraints:      84456
1076.89/1079.55	c #Conflicts:    1726000 | #Constraints:      85456
1076.89/1079.55	c #Conflicts:    1727000 | #Constraints:      86456
1076.89/1079.55	c #Conflicts:    1728000 | #Constraints:      87456
1076.89/1079.55	c #Conflicts:    1729000 | #Constraints:      88456
1076.89/1079.55	c #Conflicts:    1730000 | #Constraints:      89456
1076.89/1079.55	c #Conflicts:    1731000 | #Constraints:      90456
1076.89/1079.55	c #Conflicts:    1732000 | #Constraints:      91456
1076.89/1079.55	c #Conflicts:    1733000 | #Constraints:      92456
1076.89/1079.55	c #Conflicts:    1734000 | #Constraints:      93456
1076.89/1079.55	c #Conflicts:    1735000 | #Constraints:      94456
1076.89/1079.55	c #Conflicts:    1736000 | #Constraints:      95456
1076.89/1079.55	c #Conflicts:    1737000 | #Constraints:      96456
1076.89/1079.55	c #Conflicts:    1738000 | #Constraints:      97456
1076.89/1079.55	c #Conflicts:    1739000 | #Constraints:      98456
1076.89/1079.55	c #Conflicts:    1740000 | #Constraints:      99456
1076.89/1079.55	c #Conflicts:    1741000 | #Constraints:     100456
1076.89/1079.55	c #Conflicts:    1742000 | #Constraints:     101456
1076.89/1079.55	c #Conflicts:    1743000 | #Constraints:     102456
1076.89/1079.55	c #Conflicts:    1744000 | #Constraints:     103456
1076.89/1079.55	c #Conflicts:    1745000 | #Constraints:     104456
1076.89/1079.55	c #Conflicts:    1746000 | #Constraints:     105456
1076.89/1079.55	c #Conflicts:    1747000 | #Constraints:     106456
1076.89/1079.55	c #Conflicts:    1748000 | #Constraints:     107456
1076.89/1079.55	c #Conflicts:    1749000 | #Constraints:     108456
1076.89/1079.55	c #Conflicts:    1750000 | #Constraints:     109456
1076.89/1079.55	c #Conflicts:    1751000 | #Constraints:     110456
1076.89/1079.55	c #Conflicts:    1752000 | #Constraints:     111456
1076.89/1079.55	c #Conflicts:    1753000 | #Constraints:     112456
1076.89/1079.55	c INPROCESSING
1076.89/1079.55	c GARBAGE COLLECT
1076.89/1079.55	c rational objective 128
1091.95/1094.60	c #Conflicts:    1754000 | #Constraints:      65641
1091.95/1094.60	c #Conflicts:    1755000 | #Constraints:      66641
1091.95/1094.60	c #Conflicts:    1756000 | #Constraints:      67641
1091.95/1094.60	c #Conflicts:    1757000 | #Constraints:      68641
1091.95/1094.60	c #Conflicts:    1758000 | #Constraints:      69641
1091.95/1094.60	c #Conflicts:    1759000 | #Constraints:      70641
1091.95/1094.60	c #Conflicts:    1760000 | #Constraints:      71641
1091.95/1094.60	c #Conflicts:    1761000 | #Constraints:      72641
1091.95/1094.60	c #Conflicts:    1762000 | #Constraints:      73641
1091.95/1094.60	c #Conflicts:    1763000 | #Constraints:      74641
1091.95/1094.60	c #Conflicts:    1764000 | #Constraints:      75641
1091.95/1094.60	c #Conflicts:    1765000 | #Constraints:      76641
1091.95/1094.60	c #Conflicts:    1766000 | #Constraints:      77641
1091.95/1094.60	c #Conflicts:    1767000 | #Constraints:      78641
1091.95/1094.60	c #Conflicts:    1768000 | #Constraints:      79641
1091.95/1094.60	c #Conflicts:    1769000 | #Constraints:      80641
1091.95/1094.60	c #Conflicts:    1770000 | #Constraints:      81641
1091.95/1094.60	c #Conflicts:    1771000 | #Constraints:      82641
1091.95/1094.60	c #Conflicts:    1772000 | #Constraints:      83641
1091.95/1094.60	c #Conflicts:    1773000 | #Constraints:      84641
1091.95/1094.60	c #Conflicts:    1774000 | #Constraints:      85641
1091.95/1094.60	c #Conflicts:    1775000 | #Constraints:      86641
1091.95/1094.60	c #Conflicts:    1776000 | #Constraints:      87641
1091.95/1094.60	c #Conflicts:    1777000 | #Constraints:      88641
1091.95/1094.60	c #Conflicts:    1778000 | #Constraints:      89641
1091.95/1094.60	c #Conflicts:    1779000 | #Constraints:      90641
1091.95/1094.60	c #Conflicts:    1780000 | #Constraints:      91641
1091.95/1094.60	c #Conflicts:    1781000 | #Constraints:      92641
1091.95/1094.60	WSVECS04 Frhs2[32]: 6 0 1.5001 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[33]: 6 0 6.00009 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[76]: 6 0 8.00006 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[84]: 6 0 11.0001 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[140]: 6 0 8.00003 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[144]: 6 0 9.00002 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[145]: 6 -18.0001 0 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[156]: 6 0 11.0001 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[171]: 6 0 5.00007 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[235]: 6 0 4.00003 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[298]: 6 0 3.00008 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[357]: 6 0 2.00007 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[398]: 6 0 1.00005 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[430]: 6 0 6.00003 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[436]: 6 0 1.00009 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[460]: 6 0 8.00004 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[468]: 6 0 11 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[471]: 6 0 2.00005 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[484]: 6 0 9.00007 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[497]: 6 -20 0 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[534]: 6 0 2.00008 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[556]: 6 0 6.83335 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[716]: 6 0 8.00009 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[777]: 6 -19 0 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[787]: 6 -4.00007 0 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[788]: 6 0 11.0001 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[791]: 6 0 2.00004 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[795]: 6 -6.00004 0 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[800]: 6 0 1.50006 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[810]: 6 0 5.00001 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[852]: 6 0 11 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[869]: 6 0 2.33338 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[1073]: 6 -1.00008 0 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[1088]: 6 0 1.00009 shouldn't be
1091.95/1094.60	WSVECS04 Frhs2[1120]: 6 -1.00004 0 shouldn't be
1094.46/1097.17	c #Conflicts:    1782000 | #Constraints:      93641
1094.46/1097.17	c #Conflicts:    1783000 | #Constraints:      94641
1094.46/1097.17	c #Conflicts:    1784000 | #Constraints:      95641
1094.46/1097.17	c #Conflicts:    1785000 | #Constraints:      96641
1094.46/1097.17	c INPROCESSING
1094.46/1097.17	c GARBAGE COLLECT
1094.46/1097.17	c rational objective 128
1095.64/1098.30	c #Conflicts:    1786000 | #Constraints:      58162
1095.64/1098.30	c #Conflicts:    1787000 | #Constraints:      59162
1095.64/1098.30	WSVECS04 Frhs2[145]: 6 0 9.33335 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[201]: 6 -19.3334 0 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[206]: 6 0 5.00006 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[209]: 6 0 10.6667 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[211]: 6 -0.666746 0 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[270]: 6 0 5.00004 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[289]: 6 0 12.0001 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[298]: 6 0 0.6667 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[301]: 6 0 0.666739 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[336]: 6 -18.6667 0 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[342]: 6 0 0.666743 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[363]: 6 0 11.3334 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[367]: 6 0 4.66672 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[398]: 6 0 1.66675 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[406]: 6 0 0.666757 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[429]: 6 0 0.666714 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[465]: 6 0 10.6667 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[604]: 6 -3.00005 0 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[677]: 6 -1.33343 0 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[680]: 6 0 8.6667 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[686]: 6 0 1.33338 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[715]: 6 0 6.33339 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[718]: 6 0 6.33337 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[721]: 6 0 10.0001 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[726]: 6 0 1.33335 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[738]: 6 0 1.33342 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[746]: 6 0 0.666686 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[747]: 6 0 12 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[749]: 6 0 0.666741 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[782]: 6 0 3.00003 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[787]: 6 -2.00006 0 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[790]: 6 0 2.00002 shouldn't be
1095.64/1098.30	WSVECS04 Frhs2[1008]: 6 0 1.00008 shouldn't be
1111.01/1113.73	c #Conflicts:    1788000 | #Constraints:      60162
1111.01/1113.73	c #Conflicts:    1789000 | #Constraints:      61162
1111.01/1113.73	c #Conflicts:    1790000 | #Constraints:      62162
1111.01/1113.73	c #Conflicts:    1791000 | #Constraints:      63162
1111.01/1113.73	c #Conflicts:    1792000 | #Constraints:      64162
1111.01/1113.73	c #Conflicts:    1793000 | #Constraints:      65162
1111.01/1113.73	c #Conflicts:    1794000 | #Constraints:      66162
1111.01/1113.73	c #Conflicts:    1795000 | #Constraints:      67162
1111.01/1113.73	c #Conflicts:    1796000 | #Constraints:      68162
1111.01/1113.73	c #Conflicts:    1797000 | #Constraints:      69162
1111.01/1113.73	c #Conflicts:    1798000 | #Constraints:      70162
1111.01/1113.73	c #Conflicts:    1799000 | #Constraints:      71162
1111.01/1113.73	c #Conflicts:    1800000 | #Constraints:      72162
1111.01/1113.73	c #Conflicts:    1801000 | #Constraints:      73162
1111.01/1113.73	c #Conflicts:    1802000 | #Constraints:      74162
1111.01/1113.73	c #Conflicts:    1803000 | #Constraints:      75162
1111.01/1113.73	c #Conflicts:    1804000 | #Constraints:      76162
1111.01/1113.73	c #Conflicts:    1805000 | #Constraints:      77162
1111.01/1113.73	c #Conflicts:    1806000 | #Constraints:      78162
1111.01/1113.73	c #Conflicts:    1807000 | #Constraints:      79162
1111.01/1113.73	c #Conflicts:    1808000 | #Constraints:      80162
1111.01/1113.73	c #Conflicts:    1809000 | #Constraints:      81162
1111.01/1113.73	c #Conflicts:    1810000 | #Constraints:      82162
1111.01/1113.73	c #Conflicts:    1811000 | #Constraints:      83162
1111.01/1113.73	c #Conflicts:    1812000 | #Constraints:      84162
1111.01/1113.73	c #Conflicts:    1813000 | #Constraints:      85162
1111.01/1113.73	c #Conflicts:    1814000 | #Constraints:      86162
1111.01/1113.73	c #Conflicts:    1815000 | #Constraints:      87162
1111.01/1113.73	c #Conflicts:    1816000 | #Constraints:      88162
1111.01/1113.73	c INPROCESSING
1111.01/1113.73	c GARBAGE COLLECT
1111.01/1113.73	c rational objective 128
1130.06/1132.89	c #Conflicts:    1817000 | #Constraints:      53705
1130.06/1132.89	c #Conflicts:    1818000 | #Constraints:      54705
1130.06/1132.89	c #Conflicts:    1819000 | #Constraints:      55705
1130.06/1132.89	c #Conflicts:    1820000 | #Constraints:      56705
1130.06/1132.89	c #Conflicts:    1821000 | #Constraints:      57705
1130.06/1132.89	c #Conflicts:    1822000 | #Constraints:      58705
1130.06/1132.89	c #Conflicts:    1823000 | #Constraints:      59705
1130.06/1132.89	c #Conflicts:    1824000 | #Constraints:      60705
1130.06/1132.89	c #Conflicts:    1825000 | #Constraints:      61705
1130.06/1132.89	c #Conflicts:    1826000 | #Constraints:      62705
1130.06/1132.89	c #Conflicts:    1827000 | #Constraints:      63705
1130.06/1132.89	c #Conflicts:    1828000 | #Constraints:      64705
1130.06/1132.89	c #Conflicts:    1829000 | #Constraints:      65705
1130.06/1132.89	c #Conflicts:    1830000 | #Constraints:      66705
1130.06/1132.89	c #Conflicts:    1831000 | #Constraints:      67705
1130.06/1132.89	c #Conflicts:    1832000 | #Constraints:      68705
1130.06/1132.89	c #Conflicts:    1833000 | #Constraints:      69705
1130.06/1132.89	c #Conflicts:    1834000 | #Constraints:      70705
1130.06/1132.89	c #Conflicts:    1835000 | #Constraints:      71705
1130.06/1132.89	c #Conflicts:    1836000 | #Constraints:      72705
1130.06/1132.89	c #Conflicts:    1837000 | #Constraints:      73705
1130.06/1132.89	c #Conflicts:    1838000 | #Constraints:      74705
1130.06/1132.89	c #Conflicts:    1839000 | #Constraints:      75705
1130.06/1132.89	c #Conflicts:    1840000 | #Constraints:      76705
1130.06/1132.89	c #Conflicts:    1841000 | #Constraints:      77705
1130.06/1132.89	c #Conflicts:    1842000 | #Constraints:      78705
1130.06/1132.89	c #Conflicts:    1843000 | #Constraints:      79705
1130.06/1132.89	c #Conflicts:    1844000 | #Constraints:      80705
1130.06/1132.89	c #Conflicts:    1845000 | #Constraints:      81705
1130.06/1132.89	c #Conflicts:    1846000 | #Constraints:      82705
1130.06/1132.89	c #Conflicts:    1847000 | #Constraints:      83705
1130.06/1132.89	c #Conflicts:    1848000 | #Constraints:      84705
1130.06/1132.89	c #Conflicts:    1849000 | #Constraints:      85705
1130.06/1132.89	c #Conflicts:    1850000 | #Constraints:      86705
1130.06/1132.89	WSVECS04 Frhs2[1]: 6 0 16.9265 shouldn't be
1130.06/1132.89	WSVECS04 Frhs2[40]: 6 0 7.10804 shouldn't be
1130.06/1132.89	WSVECS04 Frhs2[121]: 6 0 14.1847 shouldn't be
1130.06/1132.89	WSVECS04 Frhs2[185]: 6 0 12.0627 shouldn't be
1130.06/1132.89	WSVECS04 Frhs2[194]: 6 0 3.00004 shouldn't be
1130.06/1132.89	WSVECS04 Frhs2[258]: 6 0 0.716772 shouldn't be
1130.06/1132.89	WSVECS04 Frhs2[314]: 6 0 2.12214 shouldn't be
1130.06/1132.89	WSVECS04 Frhs2[483]: 6 0 0.231641 shouldn't be
1130.06/1132.89	WSVECS04 Frhs2[524]: 6 0 18.299 shouldn't be
1130.06/1132.89	WSVECS04 Frhs2[556]: 6 0 15.4164 shouldn't be
1130.06/1132.89	WSVECS04 Frhs2[679]: 6 0 23.1174 shouldn't be
1130.06/1132.89	WSVECS04 Frhs2[728]: 6 0 0.025088 shouldn't be
1130.06/1132.89	WSVECS04 Frhs2[803]: 6 0 0.231627 shouldn't be
1130.06/1132.89	WSVECS04 Frhs2[871]: 6 0 17.2739 shouldn't be
1130.06/1132.89	WSVECS04 Frhs2[880]: 6 0 0.0250636 shouldn't be
1130.06/1132.89	WSVECS04 Frhs2[952]: 6 -1.00002 0 shouldn't be
1130.06/1132.89	WSVECS04 Frhs2[1397]: 6 0 1.44297 shouldn't be
1186.63/1189.52	c #Conflicts:    1851000 | #Constraints:      87705
1186.63/1189.52	c #Conflicts:    1852000 | #Constraints:      88705
1186.63/1189.52	c #Conflicts:    1853000 | #Constraints:      89705
1186.63/1189.52	c #Conflicts:    1854000 | #Constraints:      90705
1186.63/1189.52	c #Conflicts:    1855000 | #Constraints:      91705
1186.63/1189.52	c #Conflicts:    1856000 | #Constraints:      92705
1186.63/1189.52	c #Conflicts:    1857000 | #Constraints:      93705
1186.63/1189.52	c #Conflicts:    1858000 | #Constraints:      94705
1186.63/1189.52	c #Conflicts:    1859000 | #Constraints:      95705
1186.63/1189.52	c #Conflicts:    1860000 | #Constraints:      96705
1186.63/1189.52	c #Conflicts:    1861000 | #Constraints:      97705
1186.63/1189.52	c #Conflicts:    1862000 | #Constraints:      98705
1186.63/1189.52	c #Conflicts:    1863000 | #Constraints:      99705
1186.63/1189.52	c #Conflicts:    1864000 | #Constraints:     100705
1186.63/1189.52	c #Conflicts:    1865000 | #Constraints:     101705
1186.63/1189.52	c #Conflicts:    1866000 | #Constraints:     102705
1186.63/1189.52	c #Conflicts:    1867000 | #Constraints:     103705
1186.63/1189.52	c #Conflicts:    1868000 | #Constraints:     104705
1186.63/1189.52	c #Conflicts:    1869000 | #Constraints:     105705
1186.63/1189.52	c #Conflicts:    1870000 | #Constraints:     106705
1186.63/1189.52	c #Conflicts:    1871000 | #Constraints:     107705
1186.63/1189.52	c #Conflicts:    1872000 | #Constraints:     108705
1186.63/1189.52	c #Conflicts:    1873000 | #Constraints:     109705
1186.63/1189.52	c #Conflicts:    1874000 | #Constraints:     110705
1186.63/1189.52	c #Conflicts:    1875000 | #Constraints:     111705
1186.63/1189.52	c #Conflicts:    1876000 | #Constraints:     112705
1186.63/1189.52	c #Conflicts:    1877000 | #Constraints:     113705
1186.63/1189.52	c #Conflicts:    1878000 | #Constraints:     114705
1186.63/1189.52	c #Conflicts:    1879000 | #Constraints:     115705
1186.63/1189.52	c #Conflicts:    1880000 | #Constraints:     116705
1186.63/1189.52	c #Conflicts:    1881000 | #Constraints:     117705
1186.63/1189.52	c #Conflicts:    1882000 | #Constraints:     118705
1186.63/1189.52	c #Conflicts:    1883000 | #Constraints:     119705
1186.63/1189.52	c #Conflicts:    1884000 | #Constraints:     120705
1186.63/1189.52	c #Conflicts:    1885000 | #Constraints:     121705
1186.63/1189.52	c #Conflicts:    1886000 | #Constraints:     122705
1186.63/1189.52	c #Conflicts:    1887000 | #Constraints:     123705
1186.63/1189.52	c #Conflicts:    1888000 | #Constraints:     124705
1186.63/1189.52	c #Conflicts:    1889000 | #Constraints:     125705
1186.63/1189.52	c #Conflicts:    1890000 | #Constraints:     126705
1186.63/1189.52	c #Conflicts:    1891000 | #Constraints:     127705
1186.63/1189.52	c #Conflicts:    1892000 | #Constraints:     128705
1186.63/1189.52	c #Conflicts:    1893000 | #Constraints:     129705
1186.63/1189.52	c #Conflicts:    1894000 | #Constraints:     130705
1186.63/1189.52	c #Conflicts:    1895000 | #Constraints:     131705
1186.63/1189.52	c #Conflicts:    1896000 | #Constraints:     132705
1186.63/1189.52	c #Conflicts:    1897000 | #Constraints:     133705
1186.63/1189.52	c #Conflicts:    1898000 | #Constraints:     134705
1186.63/1189.52	c #Conflicts:    1899000 | #Constraints:     135705
1186.63/1189.52	c #Conflicts:    1900000 | #Constraints:     136705
1186.63/1189.52	c #Conflicts:    1901000 | #Constraints:     137705
1186.63/1189.52	c #Conflicts:    1902000 | #Constraints:     138705
1186.63/1189.52	c #Conflicts:    1903000 | #Constraints:     139705
1186.63/1189.52	c #Conflicts:    1904000 | #Constraints:     140705
1186.63/1189.52	c #Conflicts:    1905000 | #Constraints:     141705
1186.63/1189.52	c #Conflicts:    1906000 | #Constraints:     142705
1186.63/1189.52	c #Conflicts:    1907000 | #Constraints:     143705
1186.63/1189.52	c #Conflicts:    1908000 | #Constraints:     144705
1186.63/1189.52	c #Conflicts:    1909000 | #Constraints:     145705
1186.63/1189.52	c #Conflicts:    1910000 | #Constraints:     146705
1186.63/1189.52	c #Conflicts:    1911000 | #Constraints:     147705
1186.63/1189.52	c #Conflicts:    1912000 | #Constraints:     148705
1186.63/1189.52	c #Conflicts:    1913000 | #Constraints:     149705
1186.63/1189.52	c #Conflicts:    1914000 | #Constraints:     150705
1186.63/1189.52	c #Conflicts:    1915000 | #Constraints:     151705
1186.63/1189.52	c #Conflicts:    1916000 | #Constraints:     152705
1186.63/1189.52	c #Conflicts:    1917000 | #Constraints:     153705
1186.63/1189.52	c INPROCESSING
1186.63/1189.52	c GARBAGE COLLECT
1186.63/1189.52	c rational objective 128
1200.09/1203.06	c #Conflicts:    1918000 | #Constraints:      86563
1200.09/1203.06	c #Conflicts:    1919000 | #Constraints:      87563
1200.09/1203.06	c #Conflicts:    1920000 | #Constraints:      88563
1200.09/1203.06	c #Conflicts:    1921000 | #Constraints:      89563
1200.09/1203.06	c #Conflicts:    1922000 | #Constraints:      90563
1200.09/1203.06	c #Conflicts:    1923000 | #Constraints:      91563
1200.09/1203.06	c #Conflicts:    1924000 | #Constraints:      92563
1200.09/1203.06	c #Conflicts:    1925000 | #Constraints:      93563
1200.09/1203.06	c #Conflicts:    1926000 | #Constraints:      94563
1200.09/1203.06	c #Conflicts:    1927000 | #Constraints:      95563
1200.09/1203.06	c #Conflicts:    1928000 | #Constraints:      96563
1200.09/1203.06	c #Conflicts:    1929000 | #Constraints:      97563
1200.09/1203.06	c #Conflicts:    1930000 | #Constraints:      98563
1200.09/1203.06	c #Conflicts:    1931000 | #Constraints:      99563
1200.09/1203.06	c #Conflicts:    1932000 | #Constraints:     100564
1200.09/1203.06	c #Conflicts:    1933000 | #Constraints:     101564
1200.09/1203.06	c #Conflicts:    1934000 | #Constraints:     102564
1200.09/1203.06	c #Conflicts:    1935000 | #Constraints:     103564
1200.09/1203.06	c #Conflicts:    1936000 | #Constraints:     104564
1200.09/1203.06	c #Conflicts:    1937000 | #Constraints:     105564
1200.09/1203.06	c #Conflicts:    1938000 | #Constraints:     106565
1200.09/1203.06	WSVECS04 Frhs2[12]: 6 0 7.20002 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[15]: 6 0 4.60004 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[22]: 6 0 3.40009 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[24]: 6 0 94.2 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[30]: 6 0 31 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[33]: 6 0 5.40004 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[40]: 6 0 92.2001 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[55]: 6 0 6.40003 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[87]: 6 0 22 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[88]: 6 0 100.8 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[99]: 6 0 0.400071 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[101]: 6 -2.00005 0 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[103]: 6 0 2.40002 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[116]: 6 0 29.4001 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[147]: 6 -4.00002 0 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[152]: 6 0 100.8 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[163]: 6 0 1.40004 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[168]: 6 0 92.2001 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[202]: 6 -72 0 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[210]: 6 0 0.600084 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[247]: 6 -30.4 0 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[266]: 6 -86.4001 0 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[311]: 6 0 30.4001 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[329]: 6 0 34 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[337]: 6 0 7.00003 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[353]: 6 0 4.00005 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[369]: 6 0 6.00005 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[398]: 6 0 72 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[399]: 6 0 0.80007 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[406]: 6 0 10 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[407]: 6 0 22.0001 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[422]: 6 0 37.4001 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[434]: 6 0 0.300016 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[457]: 6 0 27 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[465]: 6 0 5.00009 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[476]: 6 -3.00002 0 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[481]: 6 0 4.00002 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[488]: 6 0 90.8 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[550]: 6 0 33.8 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[585]: 6 0 23 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[604]: 6 -2.00004 0 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[613]: 6 0 1.40004 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[650]: 6 -78.0001 0 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[670]: 6 0 37.4 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[677]: 6 -42.8001 0 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[690]: 6 0 6.70005 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[696]: 6 0 114.6 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[722]: 6 0 11.6 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[723]: 6 -6.00004 0 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[760]: 6 0 108.2 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[824]: 6 0 114.975 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[872]: 6 0 20.0001 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[1066]: 6 -1.00002 0 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[1087]: 6 -2.00001 0 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[1103]: 6 -2.00004 0 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[1282]: 6 0 1.00006 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[1295]: 6 -1.00006 0 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[1304]: 6 -1.00009 0 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[1343]: 6 -2.00009 0 shouldn't be
1200.09/1203.06	WSVECS04 Frhs2[1344]: 6 -1.0001 0 shouldn't be
1200.39/1203.32	WSVECS04 Frhs2[394]: 6 -9.4001 0 shouldn't be
1200.39/1203.32	WSVECS04 Frhs2[1080]: 6 0 1.00006 shouldn't be
1200.39/1203.32	WSVECS04 Frhs2[1328]: 6 0 2.00009 shouldn't be
1200.59/1203.54	WSVECS04 Frhs2[330]: 6 0 5.40007 shouldn't be
1200.59/1203.54	WSVECS04 Frhs2[403]: 6 -6.0001 0 shouldn't be
1200.59/1203.54	WSVECS04 Frhs2[869]: 6 0 0.600054 shouldn't be
1200.59/1203.54	WSVECS04 Frhs2[1337]: 6 -1.00003 0 shouldn't be
1208.08/1211.05	c #Conflicts:    1939000 | #Constraints:     107565
1208.08/1211.05	c #Conflicts:    1940000 | #Constraints:     108565
1208.08/1211.05	c #Conflicts:    1941000 | #Constraints:     109565
1208.08/1211.05	c #Conflicts:    1942000 | #Constraints:     110565
1208.08/1211.05	c #Conflicts:    1943000 | #Constraints:     111565
1208.08/1211.05	c #Conflicts:    1944000 | #Constraints:     112565
1208.08/1211.05	c #Conflicts:    1945000 | #Constraints:     113565
1208.08/1211.05	c #Conflicts:    1946000 | #Constraints:     114565
1208.08/1211.05	c #Conflicts:    1947000 | #Constraints:     115565
1208.08/1211.05	c #Conflicts:    1948000 | #Constraints:     116565
1208.08/1211.05	c #Conflicts:    1949000 | #Constraints:     117565
1208.08/1211.05	c #Conflicts:    1950000 | #Constraints:     118565
1208.08/1211.05	c INPROCESSING
1208.08/1211.05	c GARBAGE COLLECT
1208.08/1211.05	c rational objective 128
1227.72/1230.73	c #Conflicts:    1951000 | #Constraints:      69132
1227.72/1230.73	c #Conflicts:    1952000 | #Constraints:      70132
1227.72/1230.73	c #Conflicts:    1953000 | #Constraints:      71132
1227.72/1230.73	c #Conflicts:    1954000 | #Constraints:      72132
1227.72/1230.73	c #Conflicts:    1955000 | #Constraints:      73132
1227.72/1230.73	c #Conflicts:    1956000 | #Constraints:      74132
1227.72/1230.73	c #Conflicts:    1957000 | #Constraints:      75132
1227.72/1230.73	c #Conflicts:    1958000 | #Constraints:      76132
1227.72/1230.73	c #Conflicts:    1959000 | #Constraints:      77132
1227.72/1230.73	c #Conflicts:    1960000 | #Constraints:      78132
1227.72/1230.73	c #Conflicts:    1961000 | #Constraints:      79132
1227.72/1230.73	c #Conflicts:    1962000 | #Constraints:      80132
1227.72/1230.73	c #Conflicts:    1963000 | #Constraints:      81132
1227.72/1230.73	c #Conflicts:    1964000 | #Constraints:      82132
1227.72/1230.73	c #Conflicts:    1965000 | #Constraints:      83132
1227.72/1230.73	c #Conflicts:    1966000 | #Constraints:      84132
1227.72/1230.73	c #Conflicts:    1967000 | #Constraints:      85132
1227.72/1230.73	c #Conflicts:    1968000 | #Constraints:      86132
1227.72/1230.73	c #Conflicts:    1969000 | #Constraints:      87132
1227.72/1230.73	c #Conflicts:    1970000 | #Constraints:      88132
1227.72/1230.73	c #Conflicts:    1971000 | #Constraints:      89132
1227.72/1230.73	c #Conflicts:    1972000 | #Constraints:      90132
1227.72/1230.73	c #Conflicts:    1973000 | #Constraints:      91132
1227.72/1230.73	c #Conflicts:    1974000 | #Constraints:      92132
1227.72/1230.73	c #Conflicts:    1975000 | #Constraints:      93132
1227.72/1230.73	c #Conflicts:    1976000 | #Constraints:      94132
1227.72/1230.73	c #Conflicts:    1977000 | #Constraints:      95132
1227.72/1230.73	c #Conflicts:    1978000 | #Constraints:      96132
1227.72/1230.73	c #Conflicts:    1979000 | #Constraints:      97132
1227.72/1230.73	c #Conflicts:    1980000 | #Constraints:      98132
1227.72/1230.73	c #Conflicts:    1981000 | #Constraints:      99132
1227.72/1230.73	c #Conflicts:    1982000 | #Constraints:     100132
1227.72/1230.73	c INPROCESSING
1227.72/1230.73	c GARBAGE COLLECT
1227.72/1230.73	c rational objective 128
1238.11/1241.13	c #Conflicts:    1983000 | #Constraints:      59455
1238.11/1241.13	c #Conflicts:    1984000 | #Constraints:      60455
1238.11/1241.13	c #Conflicts:    1985000 | #Constraints:      61455
1238.11/1241.13	c #Conflicts:    1986000 | #Constraints:      62456
1238.11/1241.13	c #Conflicts:    1987000 | #Constraints:      63456
1238.11/1241.13	c #Conflicts:    1988000 | #Constraints:      64456
1238.11/1241.13	c #Conflicts:    1989000 | #Constraints:      65457
1238.11/1241.13	c #Conflicts:    1990000 | #Constraints:      66460
1238.11/1241.13	c #Conflicts:    1991000 | #Constraints:      67461
1238.11/1241.13	c #Conflicts:    1992000 | #Constraints:      68462
1238.11/1241.13	c #Conflicts:    1993000 | #Constraints:      69464
1238.11/1241.13	c #Conflicts:    1994000 | #Constraints:      70466
1238.11/1241.13	c #Conflicts:    1995000 | #Constraints:      71466
1238.11/1241.13	c #Conflicts:    1996000 | #Constraints:      72468
1238.11/1241.13	c #Conflicts:    1997000 | #Constraints:      73468
1238.11/1241.13	c #Conflicts:    1998000 | #Constraints:      74468
1238.11/1241.13	WSVECS04 Frhs2[28]: 6 -1.03772 0 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[32]: 6 0 11.1288 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[63]: 6 0 0.922797 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[65]: 6 -5.41394 0 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[105]: 6 0 2.50298 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[123]: 6 -1.00002 0 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[124]: 6 0 1.00003 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[125]: 6 0 2.12082 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[126]: 6 0 1.99018 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[128]: 6 0 1.00004 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[161]: 6 0 1.27528 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[162]: 6 0 6.00004 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[164]: 6 0 1.91292 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[188]: 6 -9.0001 0 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[189]: 6 0 1.12081 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[197]: 6 0 1.707 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[201]: 6 0 4.48326 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[218]: 6 0 1.72681 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[221]: 6 0 0.863389 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[229]: 6 0 3.12083 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[231]: 6 0 1.56046 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[232]: 6 0 3.12082 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[242]: 6 0 2.00004 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[257]: 6 0 2.00002 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[260]: 6 0 2.86343 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[265]: 6 0 4.48321 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[266]: 6 -6.00005 0 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[290]: 6 0 2.43969 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[293]: 6 -1.56042 0 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[317]: 6 0 0.0436405 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[325]: 6 0 0.14663 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[357]: 6 -2.43966 0 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[362]: 6 0 5.25151 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[367]: 6 0 0.0871901 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[382]: 6 0 0.241616 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[387]: 6 -13.1208 0 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[409]: 6 0 2.17427 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[412]: 6 -1.31095 0 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[418]: 6 0 2.87925 shouldn't be
1238.11/1241.13	WSVECS04 Frhs2[425]: 6 0 0.502995 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[426]: 6 0 3.1644 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[449]: 6 -1.707 0 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[452]: 6 0 5.98423 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[453]: 6 0 3.26741 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[473]: 6 0 2.17435 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[491]: 6 -8.00005 0 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[516]: 6 0 4.42386 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[533]: 6 0 1.00007 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[537]: 6 0 0.962429 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[539]: 6 -13.7267 0 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[544]: 6 0 11.4773 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[575]: 6 0 0.724792 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[609]: 6 0 1.73471 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[611]: 6 0 1.09706 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[637]: 6 0 1.12083 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[648]: 6 0 1.56046 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[661]: 6 0 0.0773101 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[669]: 6 0 0.788206 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[675]: 6 -11.5604 0 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[684]: 6 0 2.83574 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[701]: 6 0 1.12088 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[712]: 6 0 0.586206 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[713]: 6 0 2.11097 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[746]: 6 0 5.16438 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[765]: 6 0 1.12088 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[842]: 6 -3.00008 0 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[857]: 6 0 2.96245 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[867]: 6 0 0.087187 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[1017]: 6 -1.00003 0 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[1022]: 6 0 1.00005 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[1057]: 6 0 4.00007 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[1060]: 6 -3.00001 0 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[1073]: 6 0 1.00002 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[1088]: 6 -0.0376649 0 shouldn't be
1238.11/1241.14	WSVECS04 Frhs2[1160]: 6 0 0.352507 shouldn't be
1251.87/1254.93	c #Conflicts:    1999000 | #Constraints:      75468
1251.87/1254.93	c #Conflicts:    2000000 | #Constraints:      76468
1251.87/1254.93	c #Conflicts:    2001000 | #Constraints:      77468
1251.87/1254.93	c #Conflicts:    2002000 | #Constraints:      78468
1251.87/1254.93	c #Conflicts:    2003000 | #Constraints:      79469
1251.87/1254.93	c #Conflicts:    2004000 | #Constraints:      80469
1251.87/1254.93	c #Conflicts:    2005000 | #Constraints:      81469
1251.87/1254.93	c #Conflicts:    2006000 | #Constraints:      82470
1251.87/1254.93	c #Conflicts:    2007000 | #Constraints:      83470
1251.87/1254.93	c #Conflicts:    2008000 | #Constraints:      84470
1251.87/1254.93	c #Conflicts:    2009000 | #Constraints:      85470
1251.87/1254.93	c #Conflicts:    2010000 | #Constraints:      86471
1251.87/1254.93	c #Conflicts:    2011000 | #Constraints:      87471
1251.87/1254.93	c #Conflicts:    2012000 | #Constraints:      88471
1251.87/1254.93	c #Conflicts:    2013000 | #Constraints:      89471
1251.87/1254.93	c #Conflicts:    2014000 | #Constraints:      90472
1251.87/1254.93	c #Conflicts:    2015000 | #Constraints:      91472
1251.87/1254.93	c #Conflicts:    2016000 | #Constraints:      92472
1251.87/1254.93	c INPROCESSING
1251.87/1254.93	c GARBAGE COLLECT
1251.87/1254.93	c rational objective 128
1256.76/1259.84	c #Conflicts:    2017000 | #Constraints:      56078
1256.76/1259.84	c #Conflicts:    2018000 | #Constraints:      57078
1256.76/1259.84	c #Conflicts:    2019000 | #Constraints:      58078
1256.76/1259.84	c #Conflicts:    2020000 | #Constraints:      59078
1256.76/1259.84	c #Conflicts:    2021000 | #Constraints:      60078
1256.76/1259.84	c #Conflicts:    2022000 | #Constraints:      61078
1256.76/1259.84	c #Conflicts:    2023000 | #Constraints:      62078
1256.76/1259.84	c #Conflicts:    2024000 | #Constraints:      63078
1256.76/1259.84	c #Conflicts:    2025000 | #Constraints:      64078
1256.76/1259.84	c #Conflicts:    2026000 | #Constraints:      65078
1256.76/1259.84	WSVECS04 Frhs2[33]: 6 0 3.2709 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[35]: 6 -4.72919 0 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[47]: 6 -8.55732 0 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[78]: 6 0 0.807373 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[118]: 6 0 2.56257 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[135]: 6 0 1.3646 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[156]: 6 -1.00009 0 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[172]: 6 0 7.27606 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[228]: 6 0 5.27091 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[244]: 6 0 0.64587 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[256]: 6 -3.9167 0 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[296]: 6 0 0.729223 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[327]: 6 0 1.36468 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[363]: 6 -8.5573 0 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[369]: 6 0 0.77609 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[390]: 6 0 0.635495 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[392]: 6 0 0.635489 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[448]: 6 -2.00003 0 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[503]: 6 -7.64593 0 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[518]: 6 0 0.635428 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[563]: 6 0 0.187585 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[584]: 6 0 0.63544 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[616]: 6 0 0.729228 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[633]: 6 0 1.90633 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[640]: 6 -0.0833676 0 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[678]: 6 0 6.74486 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[680]: 6 0 0.729256 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[694]: 6 0 1.30732 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[695]: 6 -4.45837 0 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[710]: 6 0 0.635471 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[711]: 6 0 1.36467 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[713]: 6 0 0.635507 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[717]: 6 0 0.635444 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[718]: 6 0 1.91671 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[742]: 6 0 6.74481 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[771]: 6 0 1.45837 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[796]: 6 -1.00005 0 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[801]: 6 0 4.00005 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[804]: 6 0 4.71881 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[806]: 6 0 6.74486 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[812]: 6 0 7.2761 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[814]: 6 0 4.4011 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[838]: 6 -4.82293 0 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[839]: 6 0 1.3646 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[871]: 6 -9.96884 0 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[961]: 6 0 0.724006 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[1177]: 6 -1.00006 0 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[1190]: 6 -2.00009 0 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[1193]: 6 -2.00007 0 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[1209]: 6 0 3.00005 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[1251]: 6 0 1.3646 shouldn't be
1256.76/1259.84	WSVECS04 Frhs2[1313]: 6 0 1.00002 shouldn't be
1257.06/1260.19	WSVECS04 Frhs2[1004]: 6 -3.00007 0 shouldn't be
1257.06/1260.19	WSVECS04 Frhs2[1169]: 6 0 2.00004 shouldn't be
1257.36/1260.49	WSVECS04 Frhs2[97]: 6 0 0.364616 shouldn't be
1257.36/1260.49	WSVECS04 Frhs2[114]: 6 0 0.448012 shouldn't be
1257.36/1260.49	WSVECS04 Frhs2[137]: 6 0 0.635495 shouldn't be
1257.36/1260.49	WSVECS04 Frhs2[252]: 6 0 3.27089 shouldn't be
1257.36/1260.49	WSVECS04 Frhs2[379]: 6 0 2.18759 shouldn't be
1257.36/1260.49	WSVECS04 Frhs2[558]: 6 -2.00009 0 shouldn't be
1257.36/1260.49	WSVECS04 Frhs2[577]: 6 -2.54175 0 shouldn't be
1257.36/1260.49	WSVECS04 Frhs2[842]: 6 -0.635481 0 shouldn't be
1257.36/1260.49	WSVECS04 Frhs2[1176]: 6 0 2.00003 shouldn't be
1257.36/1260.49	WSVECS04 Frhs2[1323]: 6 -3.00004 0 shouldn't be
1257.36/1260.49	WSVECS04 Frhs2[1340]: 6 -3.00004 0 shouldn't be
1276.61/1279.77	c #Conflicts:    2027000 | #Constraints:      66078
1276.61/1279.77	c #Conflicts:    2028000 | #Constraints:      67078
1276.61/1279.77	c #Conflicts:    2029000 | #Constraints:      68078
1276.61/1279.77	c #Conflicts:    2030000 | #Constraints:      69078
1276.61/1279.77	c #Conflicts:    2031000 | #Constraints:      70078
1276.61/1279.77	c #Conflicts:    2032000 | #Constraints:      71078
1276.61/1279.77	c #Conflicts:    2033000 | #Constraints:      72078
1276.61/1279.77	c #Conflicts:    2034000 | #Constraints:      73078
1276.61/1279.77	c #Conflicts:    2035000 | #Constraints:      74078
1276.61/1279.77	c #Conflicts:    2036000 | #Constraints:      75079
1276.61/1279.77	c #Conflicts:    2037000 | #Constraints:      76079
1276.61/1279.77	c #Conflicts:    2038000 | #Constraints:      77079
1276.61/1279.77	c #Conflicts:    2039000 | #Constraints:      78079
1276.61/1279.77	c #Conflicts:    2040000 | #Constraints:      79079
1276.61/1279.77	c #Conflicts:    2041000 | #Constraints:      80079
1276.61/1279.77	c #Conflicts:    2042000 | #Constraints:      81079
1276.61/1279.77	c #Conflicts:    2043000 | #Constraints:      82079
1276.61/1279.77	c #Conflicts:    2044000 | #Constraints:      83079
1276.61/1279.77	c #Conflicts:    2045000 | #Constraints:      84079
1276.61/1279.77	c #Conflicts:    2046000 | #Constraints:      85079
1276.61/1279.77	c #Conflicts:    2047000 | #Constraints:      86079
1276.61/1279.77	c #Conflicts:    2048000 | #Constraints:      87079
1276.61/1279.77	c #Conflicts:    2049000 | #Constraints:      88079
1276.61/1279.77	c #Conflicts:    2050000 | #Constraints:      89079
1276.61/1279.77	c #Conflicts:    2051000 | #Constraints:      90079
1276.61/1279.77	c #Conflicts:    2052000 | #Constraints:      91079
1276.61/1279.77	c #Conflicts:    2053000 | #Constraints:      92079
1276.61/1279.77	c #Conflicts:    2054000 | #Constraints:      93079
1276.61/1279.77	c #Conflicts:    2055000 | #Constraints:      94079
1276.61/1279.77	c #Conflicts:    2056000 | #Constraints:      95079
1276.61/1279.77	c #Conflicts:    2057000 | #Constraints:      96079
1276.61/1279.77	c #Conflicts:    2058000 | #Constraints:      97079
1276.61/1279.77	c #Conflicts:    2059000 | #Constraints:      98079
1276.61/1279.77	c #Conflicts:    2060000 | #Constraints:      99079
1276.61/1279.77	c #Conflicts:    2061000 | #Constraints:     100079
1276.61/1279.77	c #Conflicts:    2062000 | #Constraints:     101079
1276.61/1279.77	c #Conflicts:    2063000 | #Constraints:     102079
1276.61/1279.77	WSVECS04 Frhs2[29]: 6 0 0.800031 shouldn't be
1276.61/1279.77	WSVECS04 Frhs2[248]: 6 0 4.40005 shouldn't be
1276.61/1279.77	WSVECS04 Frhs2[266]: 6 0 0.800091 shouldn't be
1276.61/1279.77	WSVECS04 Frhs2[268]: 6 0 1.20008 shouldn't be
1276.61/1279.77	WSVECS04 Frhs2[272]: 6 0 1.20007 shouldn't be
1276.61/1279.77	WSVECS04 Frhs2[284]: 6 -1.40003 0 shouldn't be
1276.61/1279.77	WSVECS04 Frhs2[296]: 6 0 1.60006 shouldn't be
1276.61/1279.77	WSVECS04 Frhs2[307]: 6 0 6.00004 shouldn't be
1276.61/1279.77	WSVECS04 Frhs2[311]: 6 -6.00002 0 shouldn't be
1276.61/1279.77	WSVECS04 Frhs2[355]: 6 0 3.60006 shouldn't be
1276.61/1279.77	WSVECS04 Frhs2[393]: 6 0 23 shouldn't be
1276.61/1279.77	WSVECS04 Frhs2[411]: 6 0 1.00005 shouldn't be
1276.61/1279.77	WSVECS04 Frhs2[425]: 6 0 22.8 shouldn't be
1276.61/1279.77	WSVECS04 Frhs2[503]: 6 0 1.6001 shouldn't be
1276.61/1279.77	WSVECS04 Frhs2[568]: 6 0 3.20007 shouldn't be
1276.61/1279.77	WSVECS04 Frhs2[677]: 6 -4.00006 0 shouldn't be
1276.61/1279.77	WSVECS04 Frhs2[683]: 6 -5.60003 0 shouldn't be
1276.61/1279.77	WSVECS04 Frhs2[694]: 6 0 0.400083 shouldn't be
1276.61/1279.77	WSVECS04 Frhs2[758]: 6 0 0.400039 shouldn't be
1276.61/1279.77	WSVECS04 Frhs2[819]: 6 0 8.40009 shouldn't be
1276.61/1279.77	WSVECS04 Frhs2[869]: 6 0 0.800066 shouldn't be
1276.61/1279.77	WSVECS04 Frhs2[870]: 6 0 0.400048 shouldn't be
1276.61/1279.77	WSVECS04 Frhs2[871]: 6 0 1.60009 shouldn't be
1276.61/1279.77	WSVECS04 Frhs2[872]: 6 0 2.00006 shouldn't be
1276.61/1279.77	WSVECS04 Frhs2[896]: 6 -2.00009 0 shouldn't be
1276.61/1279.77	WSVECS04 Frhs2[1088]: 6 -1.00002 0 shouldn't be
1276.61/1279.77	WSVECS04 Frhs2[1138]: 6 -2.00009 0 shouldn't be
1276.61/1279.77	WSVECS04 Frhs2[1295]: 6 -1.0001 0 shouldn't be
1276.91/1280.06	WSVECS04 Frhs2[898]: 6 0 1.00002 shouldn't be
1327.99/1331.27	c #Conflicts:    2064000 | #Constraints:     103079
1327.99/1331.27	c #Conflicts:    2065000 | #Constraints:     104079
1327.99/1331.27	c #Conflicts:    2066000 | #Constraints:     105079
1327.99/1331.27	c #Conflicts:    2067000 | #Constraints:     106079
1327.99/1331.27	c #Conflicts:    2068000 | #Constraints:     107079
1327.99/1331.27	c #Conflicts:    2069000 | #Constraints:     108079
1327.99/1331.27	c #Conflicts:    2070000 | #Constraints:     109079
1327.99/1331.27	c #Conflicts:    2071000 | #Constraints:     110079
1327.99/1331.27	c #Conflicts:    2072000 | #Constraints:     111079
1327.99/1331.27	c #Conflicts:    2073000 | #Constraints:     112079
1327.99/1331.27	c #Conflicts:    2074000 | #Constraints:     113079
1327.99/1331.27	c #Conflicts:    2075000 | #Constraints:     114079
1327.99/1331.27	c #Conflicts:    2076000 | #Constraints:     115079
1327.99/1331.27	c #Conflicts:    2077000 | #Constraints:     116079
1327.99/1331.27	c #Conflicts:    2078000 | #Constraints:     117079
1327.99/1331.27	c #Conflicts:    2079000 | #Constraints:     118079
1327.99/1331.27	c #Conflicts:    2080000 | #Constraints:     119079
1327.99/1331.27	c #Conflicts:    2081000 | #Constraints:     120079
1327.99/1331.27	c #Conflicts:    2082000 | #Constraints:     121079
1327.99/1331.27	c #Conflicts:    2083000 | #Constraints:     122079
1327.99/1331.27	c #Conflicts:    2084000 | #Constraints:     123079
1327.99/1331.27	c #Conflicts:    2085000 | #Constraints:     124079
1327.99/1331.27	c #Conflicts:    2086000 | #Constraints:     125079
1327.99/1331.27	c #Conflicts:    2087000 | #Constraints:     126079
1327.99/1331.27	c #Conflicts:    2088000 | #Constraints:     127079
1327.99/1331.27	c #Conflicts:    2089000 | #Constraints:     128079
1327.99/1331.27	c #Conflicts:    2090000 | #Constraints:     129079
1327.99/1331.27	c #Conflicts:    2091000 | #Constraints:     130079
1327.99/1331.27	c #Conflicts:    2092000 | #Constraints:     131079
1327.99/1331.27	c #Conflicts:    2093000 | #Constraints:     132079
1327.99/1331.27	c #Conflicts:    2094000 | #Constraints:     133079
1327.99/1331.27	c #Conflicts:    2095000 | #Constraints:     134079
1327.99/1331.27	c #Conflicts:    2096000 | #Constraints:     135079
1327.99/1331.27	c #Conflicts:    2097000 | #Constraints:     136079
1327.99/1331.27	c #Conflicts:    2098000 | #Constraints:     137079
1327.99/1331.27	c #Conflicts:    2099000 | #Constraints:     138079
1327.99/1331.27	c #Conflicts:    2100000 | #Constraints:     139079
1327.99/1331.27	c #Conflicts:    2101000 | #Constraints:     140079
1327.99/1331.27	c #Conflicts:    2102000 | #Constraints:     141079
1327.99/1331.27	c #Conflicts:    2103000 | #Constraints:     142079
1327.99/1331.27	c #Conflicts:    2104000 | #Constraints:     143079
1327.99/1331.27	c #Conflicts:    2105000 | #Constraints:     144079
1327.99/1331.27	c #Conflicts:    2106000 | #Constraints:     145079
1327.99/1331.27	c #Conflicts:    2107000 | #Constraints:     146079
1327.99/1331.27	c #Conflicts:    2108000 | #Constraints:     147079
1327.99/1331.27	c #Conflicts:    2109000 | #Constraints:     148079
1327.99/1331.27	c #Conflicts:    2110000 | #Constraints:     149079
1327.99/1331.27	c #Conflicts:    2111000 | #Constraints:     150079
1327.99/1331.27	c #Conflicts:    2112000 | #Constraints:     151079
1327.99/1331.27	c #Conflicts:    2113000 | #Constraints:     152079
1327.99/1331.27	c #Conflicts:    2114000 | #Constraints:     153079
1327.99/1331.27	c #Conflicts:    2115000 | #Constraints:     154079
1327.99/1331.27	c #Conflicts:    2116000 | #Constraints:     155079
1327.99/1331.27	c #Conflicts:    2117000 | #Constraints:     156079
1327.99/1331.27	c #Conflicts:    2118000 | #Constraints:     157079
1327.99/1331.27	c #Conflicts:    2119000 | #Constraints:     158079
1327.99/1331.27	c #Conflicts:    2120000 | #Constraints:     159079
1327.99/1331.27	c #Conflicts:    2121000 | #Constraints:     160079
1327.99/1331.27	c #Conflicts:    2122000 | #Constraints:     161079
1327.99/1331.27	c INPROCESSING
1327.99/1331.27	c GARBAGE COLLECT
1327.99/1331.27	c rational objective 128
1355.22/1358.52	c #Conflicts:    2123000 | #Constraints:      90278
1355.22/1358.52	c #Conflicts:    2124000 | #Constraints:      91278
1355.22/1358.52	c #Conflicts:    2125000 | #Constraints:      92279
1355.22/1358.52	c #Conflicts:    2126000 | #Constraints:      93279
1355.22/1358.52	c #Conflicts:    2127000 | #Constraints:      94282
1355.22/1358.52	c #Conflicts:    2128000 | #Constraints:      95285
1355.22/1358.52	c #Conflicts:    2129000 | #Constraints:      96286
1355.22/1358.52	c #Conflicts:    2130000 | #Constraints:      97290
1355.22/1358.52	c #Conflicts:    2131000 | #Constraints:      98293
1355.22/1358.52	c #Conflicts:    2132000 | #Constraints:      99299
1355.22/1358.52	c #Conflicts:    2133000 | #Constraints:     100301
1355.22/1358.52	c #Conflicts:    2134000 | #Constraints:     101302
1355.22/1358.52	c #Conflicts:    2135000 | #Constraints:     102303
1355.22/1358.52	c #Conflicts:    2136000 | #Constraints:     103303
1355.22/1358.52	c #Conflicts:    2137000 | #Constraints:     104306
1355.22/1358.52	c #Conflicts:    2138000 | #Constraints:     105311
1355.22/1358.52	c #Conflicts:    2139000 | #Constraints:     106313
1355.22/1358.52	c #Conflicts:    2140000 | #Constraints:     107315
1355.22/1358.52	c #Conflicts:    2141000 | #Constraints:     108316
1355.22/1358.52	c #Conflicts:    2142000 | #Constraints:     109318
1355.22/1358.52	c #Conflicts:    2143000 | #Constraints:     110318
1355.22/1358.52	c #Conflicts:    2144000 | #Constraints:     111320
1355.22/1358.52	c #Conflicts:    2145000 | #Constraints:     112322
1355.22/1358.52	c #Conflicts:    2146000 | #Constraints:     113325
1355.22/1358.52	c #Conflicts:    2147000 | #Constraints:     114325
1355.22/1358.52	c #Conflicts:    2148000 | #Constraints:     115326
1355.22/1358.52	c #Conflicts:    2149000 | #Constraints:     116327
1355.22/1358.52	c #Conflicts:    2150000 | #Constraints:     117329
1355.22/1358.52	c #Conflicts:    2151000 | #Constraints:     118331
1355.22/1358.52	c #Conflicts:    2152000 | #Constraints:     119332
1355.22/1358.52	c #Conflicts:    2153000 | #Constraints:     120333
1355.22/1358.52	c #Conflicts:    2154000 | #Constraints:     121333
1355.22/1358.52	c #Conflicts:    2155000 | #Constraints:     122335
1355.22/1358.52	c #Conflicts:    2156000 | #Constraints:     123337
1355.22/1358.52	c INPROCESSING
1355.22/1358.52	c GARBAGE COLLECT
1355.22/1358.52	c rational objective 128
1369.89/1373.21	c #Conflicts:    2157000 | #Constraints:      71188
1369.89/1373.21	c #Conflicts:    2158000 | #Constraints:      72188
1369.89/1373.21	c #Conflicts:    2159000 | #Constraints:      73188
1369.89/1373.21	c #Conflicts:    2160000 | #Constraints:      74188
1369.89/1373.21	c #Conflicts:    2161000 | #Constraints:      75190
1369.89/1373.21	c #Conflicts:    2162000 | #Constraints:      76190
1369.89/1373.21	c #Conflicts:    2163000 | #Constraints:      77191
1369.89/1373.21	c #Conflicts:    2164000 | #Constraints:      78192
1369.89/1373.21	c #Conflicts:    2165000 | #Constraints:      79192
1369.89/1373.21	c #Conflicts:    2166000 | #Constraints:      80193
1369.89/1373.21	c #Conflicts:    2167000 | #Constraints:      81193
1369.89/1373.21	c #Conflicts:    2168000 | #Constraints:      82193
1369.89/1373.21	c #Conflicts:    2169000 | #Constraints:      83193
1369.89/1373.21	c #Conflicts:    2170000 | #Constraints:      84195
1369.89/1373.21	c #Conflicts:    2171000 | #Constraints:      85197
1369.89/1373.21	c #Conflicts:    2172000 | #Constraints:      86199
1369.89/1373.21	c #Conflicts:    2173000 | #Constraints:      87201
1369.89/1373.21	c #Conflicts:    2174000 | #Constraints:      88201
1369.89/1373.21	c #Conflicts:    2175000 | #Constraints:      89204
1369.89/1373.21	c bounds 152 >= 128 @ 1354.16
1370.60/1373.97	c #Conflicts:    2176000 | #Constraints:      90205
1370.60/1373.97	WSVECS04 Frhs2[1027]: 6 -3.00007 0 shouldn't be
1370.60/1373.97	WSVECS04 Frhs2[1161]: 6 -1.00006 0 shouldn't be
1370.60/1373.97	WSVECS04 Frhs2[1192]: 6 -1.00004 0 shouldn't be
1370.60/1373.97	WSVECS04 Frhs2[1281]: 6 -1.00004 0 shouldn't be
1372.58/1375.96	c #Conflicts:    2177000 | #Constraints:      91205
1372.58/1375.96	c #Conflicts:    2178000 | #Constraints:      92205
1372.58/1375.96	c #Conflicts:    2179000 | #Constraints:      93205
1372.58/1375.96	WSVECS04 Frhs2[57]: 6 0 14.7778 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[74]: 6 -0.222304 0 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[95]: 6 0 1.55558 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[97]: 6 0 1.3334 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[113]: 6 -1.88895 0 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[114]: 6 0 0.22231 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[193]: 6 -2.0001 0 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[204]: 6 0 7.0371 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[217]: 6 -4.88894 0 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[223]: 6 0 1.55565 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[225]: 6 0 1.33342 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[281]: 6 0 2.88898 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[289]: 6 0 1.33339 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[348]: 6 -2.0001 0 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[353]: 6 0 1.33339 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[362]: 6 0 2.00002 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[364]: 6 0 2.66673 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[390]: 6 0 18.1111 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[394]: 6 -0.0741618 0 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[399]: 6 0 4.5186 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[425]: 6 0 10.1112 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[426]: 6 -15.0001 0 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[427]: 6 0 1.3334 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[434]: 6 0 0.444525 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[438]: 6 0 0.222244 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[451]: 6 0 17.0001 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[452]: 6 0 0.88891 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[458]: 6 -4.00006 0 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[460]: 6 0 5.33342 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[461]: 6 0 0.222294 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[474]: 6 0 1.55564 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[491]: 6 0 1.33338 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[526]: 6 0 1.70375 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[582]: 6 0 21.8889 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[588]: 6 0 1.25931 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[606]: 6 0 0.888901 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[617]: 6 0 12.1112 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[622]: 6 -1.33338 0 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[626]: 6 0 1.3334 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[630]: 6 0 1.11114 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[673]: 6 0 1.33341 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[724]: 6 0 4.0001 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[825]: 6 0 16.8889 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[848]: 6 0 2.59269 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[852]: 6 0 4.00009 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[950]: 6 0 1.00009 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[960]: 6 -1.00007 0 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[961]: 6 -1.00004 0 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[968]: 6 -1.00006 0 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[1010]: 6 -1.00006 0 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[1086]: 6 -2.00001 0 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[1239]: 6 0 0.111184 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[1240]: 6 0 1.00008 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[1247]: 6 -2.00002 0 shouldn't be
1372.58/1375.96	WSVECS04 Frhs2[1248]: 6 0 0.888943 shouldn't be
1372.89/1376.21	WSVECS04 Frhs2[372]: 6 0 0.888947 shouldn't be
1372.89/1376.21	WSVECS04 Frhs2[983]: 6 0 0.777872 shouldn't be
1372.89/1376.21	WSVECS04 Frhs2[1023]: 6 -1.00006 0 shouldn't be
1373.09/1376.46	WSVECS04 Frhs2[181]: 6 0 1.7778 shouldn't be
1373.09/1376.46	WSVECS04 Frhs2[244]: 6 0 0.888968 shouldn't be
1373.09/1376.46	WSVECS04 Frhs2[776]: 6 0 14.7779 shouldn't be
1383.37/1386.79	c #Conflicts:    2180000 | #Constraints:      94205
1383.37/1386.79	c #Conflicts:    2181000 | #Constraints:      95205
1383.37/1386.79	c #Conflicts:    2182000 | #Constraints:      96205
1383.37/1386.79	c #Conflicts:    2183000 | #Constraints:      97205
1383.37/1386.79	c #Conflicts:    2184000 | #Constraints:      98205
1383.37/1386.79	c #Conflicts:    2185000 | #Constraints:      99205
1383.37/1386.79	c #Conflicts:    2186000 | #Constraints:     100206
1383.37/1386.79	c #Conflicts:    2187000 | #Constraints:     101207
1383.37/1386.79	c #Conflicts:    2188000 | #Constraints:     102207
1383.37/1386.79	c #Conflicts:    2189000 | #Constraints:     103207
1383.37/1386.79	c #Conflicts:    2190000 | #Constraints:     104208
1383.37/1386.79	c #Conflicts:    2191000 | #Constraints:     105208
1383.37/1386.79	c INPROCESSING
1383.37/1386.79	c GARBAGE COLLECT
1383.37/1386.79	c rational objective 128
1405.61/1409.09	c #Conflicts:    2192000 | #Constraints:      62325
1405.61/1409.09	c #Conflicts:    2193000 | #Constraints:      63325
1405.61/1409.09	c #Conflicts:    2194000 | #Constraints:      64325
1405.61/1409.09	c #Conflicts:    2195000 | #Constraints:      65325
1405.61/1409.09	c #Conflicts:    2196000 | #Constraints:      66325
1405.61/1409.09	c #Conflicts:    2197000 | #Constraints:      67325
1405.61/1409.09	c #Conflicts:    2198000 | #Constraints:      68325
1405.61/1409.09	c #Conflicts:    2199000 | #Constraints:      69325
1405.61/1409.09	c #Conflicts:    2200000 | #Constraints:      70325
1405.61/1409.09	c #Conflicts:    2201000 | #Constraints:      71325
1405.61/1409.09	c #Conflicts:    2202000 | #Constraints:      72325
1405.61/1409.09	c #Conflicts:    2203000 | #Constraints:      73325
1405.61/1409.09	c #Conflicts:    2204000 | #Constraints:      74325
1405.61/1409.09	c #Conflicts:    2205000 | #Constraints:      75325
1405.61/1409.09	c #Conflicts:    2206000 | #Constraints:      76325
1405.61/1409.09	c #Conflicts:    2207000 | #Constraints:      77325
1405.61/1409.09	c #Conflicts:    2208000 | #Constraints:      78325
1405.61/1409.09	c #Conflicts:    2209000 | #Constraints:      79325
1405.61/1409.09	c #Conflicts:    2210000 | #Constraints:      80325
1405.61/1409.09	c #Conflicts:    2211000 | #Constraints:      81325
1405.61/1409.09	c #Conflicts:    2212000 | #Constraints:      82325
1405.61/1409.09	c #Conflicts:    2213000 | #Constraints:      83325
1405.61/1409.09	c #Conflicts:    2214000 | #Constraints:      84325
1405.61/1409.09	c #Conflicts:    2215000 | #Constraints:      85325
1405.61/1409.09	c #Conflicts:    2216000 | #Constraints:      86325
1405.61/1409.09	c #Conflicts:    2217000 | #Constraints:      87325
1405.61/1409.09	c #Conflicts:    2218000 | #Constraints:      88325
1405.61/1409.09	c #Conflicts:    2219000 | #Constraints:      89325
1405.61/1409.09	c #Conflicts:    2220000 | #Constraints:      90325
1405.61/1409.09	c #Conflicts:    2221000 | #Constraints:      91325
1405.61/1409.09	c #Conflicts:    2222000 | #Constraints:      92325
1405.61/1409.09	c #Conflicts:    2223000 | #Constraints:      93325
1405.61/1409.09	c #Conflicts:    2224000 | #Constraints:      94325
1405.61/1409.09	c #Conflicts:    2225000 | #Constraints:      95325
1405.61/1409.09	c #Conflicts:    2226000 | #Constraints:      96325
1405.61/1409.09	c INPROCESSING
1405.61/1409.09	c GARBAGE COLLECT
1405.61/1409.09	c rational objective 128
1429.95/1433.44	c #Conflicts:    2227000 | #Constraints:      58039
1429.95/1433.44	c #Conflicts:    2228000 | #Constraints:      59040
1429.95/1433.44	c #Conflicts:    2229000 | #Constraints:      60041
1429.95/1433.44	c #Conflicts:    2230000 | #Constraints:      61041
1429.95/1433.44	c #Conflicts:    2231000 | #Constraints:      62041
1429.95/1433.44	c #Conflicts:    2232000 | #Constraints:      63042
1429.95/1433.44	c #Conflicts:    2233000 | #Constraints:      64047
1429.95/1433.44	c #Conflicts:    2234000 | #Constraints:      65047
1429.95/1433.44	c #Conflicts:    2235000 | #Constraints:      66048
1429.95/1433.44	c #Conflicts:    2236000 | #Constraints:      67050
1429.95/1433.44	c #Conflicts:    2237000 | #Constraints:      68051
1429.95/1433.44	c #Conflicts:    2238000 | #Constraints:      69053
1429.95/1433.44	c #Conflicts:    2239000 | #Constraints:      70053
1429.95/1433.44	c #Conflicts:    2240000 | #Constraints:      71054
1429.95/1433.44	c #Conflicts:    2241000 | #Constraints:      72054
1429.95/1433.44	c #Conflicts:    2242000 | #Constraints:      73056
1429.95/1433.44	c #Conflicts:    2243000 | #Constraints:      74058
1429.95/1433.44	c #Conflicts:    2244000 | #Constraints:      75062
1429.95/1433.44	c #Conflicts:    2245000 | #Constraints:      76063
1429.95/1433.44	c #Conflicts:    2246000 | #Constraints:      77064
1429.95/1433.44	c #Conflicts:    2247000 | #Constraints:      78066
1429.95/1433.44	c #Conflicts:    2248000 | #Constraints:      79066
1429.95/1433.44	c #Conflicts:    2249000 | #Constraints:      80066
1429.95/1433.44	c #Conflicts:    2250000 | #Constraints:      81067
1429.95/1433.44	c #Conflicts:    2251000 | #Constraints:      82067
1429.95/1433.44	c #Conflicts:    2252000 | #Constraints:      83067
1429.95/1433.44	c #Conflicts:    2253000 | #Constraints:      84070
1429.95/1433.44	c #Conflicts:    2254000 | #Constraints:      85070
1429.95/1433.44	c #Conflicts:    2255000 | #Constraints:      86070
1429.95/1433.44	c #Conflicts:    2256000 | #Constraints:      87071
1429.95/1433.44	c #Conflicts:    2257000 | #Constraints:      88072
1429.95/1433.44	c #Conflicts:    2258000 | #Constraints:      89073
1429.95/1433.44	WSVECS04 Frhs2[78]: 6 -13 0 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[106]: 6 0 4.22537 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[110]: 6 -1.63385 0 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[174]: 6 -1.23946 0 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[260]: 6 0 2.00004 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[266]: 6 -4.00007 0 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[298]: 6 0 2.98595 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[331]: 6 -4.00009 0 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[339]: 6 -2.00008 0 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[341]: 6 0 5.25356 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[344]: 6 0 4.98597 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[348]: 6 -4.47894 0 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[351]: 6 0 0.478936 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[357]: 6 -2.00007 0 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[362]: 6 0 3.97193 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[374]: 6 0 0.98595 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[376]: 6 0 2.98596 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[399]: 6 -14.0001 0 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[403]: 6 -3.18319 0 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[406]: 6 0 1.18319 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[409]: 6 0 2.00007 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[415]: 6 0 0.478919 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[423]: 6 0 5.73243 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[438]: 6 0 3.98593 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[457]: 6 0 1.00007 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[479]: 6 0 0.478896 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[489]: 6 0 4.61978 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[536]: 6 0 4.98598 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[539]: 6 0 0.11271 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[541]: 6 0 0.112718 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[544]: 6 0 2.11276 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[547]: 6 0 10.7183 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[560]: 6 0 1.12677 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[600]: 6 0 4.98601 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[658]: 6 0 0.112754 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[682]: 6 0 4.22544 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[688]: 6 0 1.23946 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[850]: 6 0 0.112723 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[863]: 6 0 0.478968 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[969]: 6 0 1.00004 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[999]: 6 0 1.00006 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[1001]: 6 0 1.00008 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[1003]: 6 -2.00002 0 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[1121]: 6 0 2.00005 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[1124]: 6 -2.00001 0 shouldn't be
1429.95/1433.44	WSVECS04 Frhs2[1127]: 6 0 0.478958 shouldn't be
1436.03/1439.55	c #Conflicts:    2259000 | #Constraints:      90073
1436.03/1439.55	c #Conflicts:    2260000 | #Constraints:      91073
1436.03/1439.55	c #Conflicts:    2261000 | #Constraints:      92073
1436.03/1439.55	c #Conflicts:    2262000 | #Constraints:      93073
1436.03/1439.55	c #Conflicts:    2263000 | #Constraints:      94073
1436.03/1439.55	c #Conflicts:    2264000 | #Constraints:      95073
1436.03/1439.55	c #Conflicts:    2265000 | #Constraints:      96073
1436.03/1439.55	WSVECS04 Frhs2[61]: 6 0 1.75006 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[86]: 6 0 0.666695 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[87]: 6 0 2.00003 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[88]: 6 0 1.75008 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[106]: 6 -11.0001 0 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[124]: 6 0 0.250099 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[147]: 6 -3.16669 0 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[162]: 6 0 2.00002 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[188]: 6 0 0.250067 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[215]: 6 0 2.00007 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[339]: 6 -5.75002 0 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[348]: 6 -5.37502 0 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[403]: 6 -4.16675 0 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[406]: 6 0 0.666679 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[423]: 6 0 3.00005 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[474]: 6 -8.87506 0 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[480]: 6 0 0.37505 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[485]: 6 0 8.00002 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[513]: 6 0 3.25007 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[536]: 6 0 1.75009 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[551]: 6 0 0.500069 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[558]: 6 -2.00006 0 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[595]: 6 -0.666701 0 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[598]: 6 0 0.666754 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[603]: 6 0 0.750059 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[613]: 6 -2.00004 0 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[622]: 6 -5.00002 0 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[682]: 6 0 2.00006 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[688]: 6 0 2.00006 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[701]: 6 0 1.75004 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[726]: 6 0 0.666723 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[728]: 6 0 1.75006 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[764]: 6 0 0.250076 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[765]: 6 0 1.75003 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[828]: 6 0 0.250066 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[892]: 6 0 0.250084 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[960]: 6 -1.00002 0 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[975]: 6 -2.0001 0 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[982]: 6 -3.00004 0 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[991]: 6 -2.00006 0 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[1128]: 6 0 1.00003 shouldn't be
1436.03/1439.55	WSVECS04 Frhs2[1185]: 6 0 1.00009 shouldn't be
1439.12/1442.61	c #Conflicts:    2266000 | #Constraints:      97073
1439.12/1442.61	c #Conflicts:    2267000 | #Constraints:      98073
1439.12/1442.61	c #Conflicts:    2268000 | #Constraints:      99073
1439.12/1442.61	c #Conflicts:    2269000 | #Constraints:     100073
1439.12/1442.61	WSVECS04 Frhs2[8]: 6 -1.00003 0 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[13]: 6 -4.00006 0 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[25]: 6 0 2.00002 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[81]: 6 0 2.00003 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[87]: 6 0 0.0833978 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[89]: 6 0 2.00006 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[125]: 6 -4.58341 0 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[147]: 6 -6.00003 0 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[161]: 6 0 0.750064 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[167]: 6 0 0.750021 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[255]: 6 0 1.08335 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[267]: 6 0 1.41669 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[271]: 6 0 2.00002 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[277]: 6 0 1.5834 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[375]: 6 -0.416759 0 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[405]: 6 0 0.0834163 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[433]: 6 0 0.41674 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[549]: 6 0 5.58338 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[595]: 6 -1.00008 0 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[600]: 6 0 1.00007 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[651]: 6 0 1.4167 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[688]: 6 0 1.33336 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[729]: 6 0 2.00007 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[739]: 6 0 1.75002 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[741]: 6 0 4.0001 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[745]: 6 0 0.666744 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[769]: 6 -4.29171 0 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[777]: 6 0 3.29174 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[789]: 6 0 1.16675 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[807]: 6 0 4.00007 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[833]: 6 -3.29168 0 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[864]: 6 -7.00003 0 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[1126]: 6 0 1.00003 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[1133]: 6 -1.0001 0 shouldn't be
1439.12/1442.61	WSVECS04 Frhs2[1136]: 6 -1.00004 0 shouldn't be
1449.30/1452.81	c #Conflicts:    2270000 | #Constraints:     101073
1449.30/1452.81	c #Conflicts:    2271000 | #Constraints:     102073
1449.30/1452.81	c #Conflicts:    2272000 | #Constraints:     103074
1449.30/1452.81	c #Conflicts:    2273000 | #Constraints:     104075
1449.30/1452.81	c #Conflicts:    2274000 | #Constraints:     105075
1449.30/1452.81	c #Conflicts:    2275000 | #Constraints:     106075
1449.30/1452.81	c #Conflicts:    2276000 | #Constraints:     107075
1449.30/1452.81	c #Conflicts:    2277000 | #Constraints:     108075
1449.30/1452.81	c #Conflicts:    2278000 | #Constraints:     109075
1449.30/1452.81	WSVECS04 Frhs2[108]: 6 0 0.258854 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[115]: 6 0 0.698127 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[118]: 6 0 0.258873 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[126]: 6 0 1.70591 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[143]: 6 0 6.56476 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[153]: 6 0 1.12949 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[161]: 6 0 7.28636 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[165]: 6 -0.321652 0 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[177]: 6 0 1.89813 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[217]: 6 0 1.12946 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[220]: 6 -1.89805 0 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[255]: 6 0 0.517699 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[288]: 6 0 0.851058 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[298]: 6 0 1.35689 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[304]: 6 -2.00004 0 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[311]: 6 -0.258856 0 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[330]: 6 0 1.35693 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[331]: 6 -2.92943 0 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[345]: 6 0 1.12945 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[348]: 6 -1.0589 0 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[401]: 6 0 0.258868 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[425]: 6 0 0.25884 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[479]: 6 0 0.129472 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[480]: 6 0 0.788271 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[485]: 6 0 0.141236 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[502]: 6 0 0.258865 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[508]: 6 0 0.141252 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[512]: 6 0 0.141248 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[560]: 6 0 2.06277 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[723]: 6 -2.25892 0 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[801]: 6 0 6.70596 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[840]: 6 0 1.10983 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[857]: 6 0 0.870623 shouldn't be
1449.30/1452.81	WSVECS04 Frhs2[895]: 6 0 0.517719 shouldn't be
1484.51/1488.15	c #Conflicts:    2279000 | #Constraints:     110075
1484.51/1488.15	c #Conflicts:    2280000 | #Constraints:     111075
1484.51/1488.15	c #Conflicts:    2281000 | #Constraints:     112076
1484.51/1488.15	c #Conflicts:    2282000 | #Constraints:     113076
1484.51/1488.15	c #Conflicts:    2283000 | #Constraints:     114076
1484.51/1488.15	c #Conflicts:    2284000 | #Constraints:     115076
1484.51/1488.15	c #Conflicts:    2285000 | #Constraints:     116076
1484.51/1488.15	c #Conflicts:    2286000 | #Constraints:     117076
1484.51/1488.15	c #Conflicts:    2287000 | #Constraints:     118076
1484.51/1488.15	c #Conflicts:    2288000 | #Constraints:     119077
1484.51/1488.15	c #Conflicts:    2289000 | #Constraints:     120077
1484.51/1488.15	c #Conflicts:    2290000 | #Constraints:     121077
1484.51/1488.15	c #Conflicts:    2291000 | #Constraints:     122077
1484.51/1488.15	c #Conflicts:    2292000 | #Constraints:     123077
1484.51/1488.15	c #Conflicts:    2293000 | #Constraints:     124077
1484.51/1488.15	c #Conflicts:    2294000 | #Constraints:     125077
1484.51/1488.15	c #Conflicts:    2295000 | #Constraints:     126078
1484.51/1488.15	c #Conflicts:    2296000 | #Constraints:     127078
1484.51/1488.15	c #Conflicts:    2297000 | #Constraints:     128079
1484.51/1488.15	c #Conflicts:    2298000 | #Constraints:     129080
1484.51/1488.15	c #Conflicts:    2299000 | #Constraints:     130080
1484.51/1488.15	c #Conflicts:    2300000 | #Constraints:     131080
1484.51/1488.15	c #Conflicts:    2301000 | #Constraints:     132080
1484.51/1488.15	c #Conflicts:    2302000 | #Constraints:     133080
1484.51/1488.15	c #Conflicts:    2303000 | #Constraints:     134082
1484.51/1488.15	c #Conflicts:    2304000 | #Constraints:     135083
1484.51/1488.15	WSVECS04 Frhs2[13]: 6 0 8.00004 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[34]: 6 0 3.00009 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[99]: 6 0 0.500094 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[125]: 6 0 4.00009 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[229]: 6 -3.50009 0 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[287]: 6 0 1.25002 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[318]: 6 0 0.500075 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[336]: 6 0 2.00002 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[407]: 6 0 0.250047 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[415]: 6 0 1.25006 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[421]: 6 -6.37506 0 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[424]: 6 0 0.625074 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[430]: 6 -6.50005 0 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[445]: 6 0 4.00007 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[446]: 6 0 0.500098 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[479]: 6 0 1.25008 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[574]: 6 0 0.500072 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[600]: 6 -8.00003 0 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[613]: 6 -1.87503 0 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[668]: 6 -7.00006 0 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[688]: 6 0 1.00009 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[721]: 6 0 1.00002 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[723]: 6 -2.00008 0 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[826]: 6 -2.00005 0 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[847]: 6 -3.00004 0 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[863]: 6 0 1.25007 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[965]: 6 -2.00007 0 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[996]: 6 -3.00007 0 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[1058]: 6 0 1.00004 shouldn't be
1484.51/1488.15	WSVECS04 Frhs2[1064]: 6 0 1.00004 shouldn't be
1494.87/1498.59	c #Conflicts:    2305000 | #Constraints:     136083
1494.87/1498.59	c #Conflicts:    2306000 | #Constraints:     137083
1494.87/1498.59	c #Conflicts:    2307000 | #Constraints:     138083
1494.87/1498.59	c #Conflicts:    2308000 | #Constraints:     139085
1494.87/1498.59	c #Conflicts:    2309000 | #Constraints:     140085
1494.87/1498.59	c #Conflicts:    2310000 | #Constraints:     141085
1494.87/1498.59	c #Conflicts:    2311000 | #Constraints:     142085
1494.87/1498.59	WSVECS04 Frhs2[17]: 6 0 1.33343 shouldn't be
1494.87/1498.59	WSVECS04 Frhs2[19]: 6 -0.666745 0 shouldn't be
1494.87/1498.59	WSVECS04 Frhs2[130]: 6 0 15.8445 shouldn't be
1494.87/1498.59	WSVECS04 Frhs2[215]: 6 0 4.0001 shouldn't be
1494.87/1498.59	WSVECS04 Frhs2[247]: 6 0 1.22968 shouldn't be
1494.87/1498.59	WSVECS04 Frhs2[278]: 6 0 0.666688 shouldn't be
1494.87/1498.59	WSVECS04 Frhs2[288]: 6 0 0.281541 shouldn't be
1494.87/1498.59	WSVECS04 Frhs2[296]: 6 -6.00005 0 shouldn't be
1494.87/1498.59	WSVECS04 Frhs2[303]: 6 -7.12597 0 shouldn't be
1494.87/1498.59	WSVECS04 Frhs2[343]: 6 0 4.6667 shouldn't be
1494.87/1498.59	WSVECS04 Frhs2[345]: 6 0 1.33338 shouldn't be
1494.87/1498.59	WSVECS04 Frhs2[348]: 6 -0.948196 0 shouldn't be
1494.87/1498.59	WSVECS04 Frhs2[361]: 6 0 0.666681 shouldn't be
1494.87/1498.59	WSVECS04 Frhs2[407]: 6 0 4.6667 shouldn't be
1494.87/1498.59	WSVECS04 Frhs2[409]: 6 0 1.33341 shouldn't be
1494.87/1498.59	WSVECS04 Frhs2[425]: 6 0 0.666694 shouldn't be
1494.87/1498.59	WSVECS04 Frhs2[727]: 6 0 4.6667 shouldn't be
1494.87/1498.59	WSVECS04 Frhs2[849]: 6 0 2.00007 shouldn't be
1494.87/1498.59	WSVECS04 Frhs2[857]: 6 0 1.33339 shouldn't be
1494.87/1498.59	WSVECS04 Frhs2[873]: 6 0 0.666697 shouldn't be
1494.87/1498.59	WSVECS04 Frhs2[953]: 6 -1.00007 0 shouldn't be
1494.87/1498.59	WSVECS04 Frhs2[996]: 6 -3.00006 0 shouldn't be
1494.87/1498.59	WSVECS04 Frhs2[1008]: 6 0 3.82226 shouldn't be
1494.87/1498.59	WSVECS04 Frhs2[1009]: 6 0 1.00005 shouldn't be
1494.87/1498.59	WSVECS04 Frhs2[1024]: 6 -1.00008 0 shouldn't be
1494.87/1498.59	WSVECS04 Frhs2[1057]: 6 0 0.333392 shouldn't be
1494.87/1498.59	WSVECS04 Frhs2[1120]: 6 0 1.2297 shouldn't be
1494.87/1498.59	WSVECS04 Frhs2[1174]: 6 -2.00006 0 shouldn't be
1508.63/1512.33	c #Conflicts:    2312000 | #Constraints:     143085
1508.63/1512.33	c #Conflicts:    2313000 | #Constraints:     144085
1508.63/1512.33	c #Conflicts:    2314000 | #Constraints:     145085
1508.63/1512.33	c #Conflicts:    2315000 | #Constraints:     146085
1508.63/1512.33	c #Conflicts:    2316000 | #Constraints:     147085
1508.63/1512.33	c #Conflicts:    2317000 | #Constraints:     148085
1508.63/1512.33	c #Conflicts:    2318000 | #Constraints:     149086
1508.63/1512.33	c #Conflicts:    2319000 | #Constraints:     150086
1508.63/1512.33	WSVECS04 Frhs2[42]: 6 0 3.1502 shouldn't be
1508.63/1512.33	WSVECS04 Frhs2[47]: 6 0 1.64877 shouldn't be
1508.63/1512.33	WSVECS04 Frhs2[95]: 6 0 3.73664 shouldn't be
1508.63/1512.33	WSVECS04 Frhs2[113]: 6 0 4.31446 shouldn't be
1508.63/1512.33	WSVECS04 Frhs2[123]: 6 0 2.69981 shouldn't be
1508.63/1512.33	WSVECS04 Frhs2[143]: 6 0 2.47876 shouldn't be
1508.63/1512.33	WSVECS04 Frhs2[155]: 6 0 0.0850532 shouldn't be
1508.63/1512.33	WSVECS04 Frhs2[163]: 6 0 0.178519 shouldn't be
1508.63/1512.33	WSVECS04 Frhs2[186]: 6 0 0.69974 shouldn't be
1508.63/1512.33	WSVECS04 Frhs2[225]: 6 -16.578 0 shouldn't be
1508.63/1512.33	WSVECS04 Frhs2[226]: 6 0 1.82159 shouldn't be
1508.63/1512.33	WSVECS04 Frhs2[251]: 6 0 2.69976 shouldn't be
1508.63/1512.33	WSVECS04 Frhs2[258]: 6 -4.39945 0 shouldn't be
1508.63/1512.33	WSVECS04 Frhs2[295]: 6 0 0.821562 shouldn't be
1508.63/1512.33	WSVECS04 Frhs2[335]: 6 0 2.39384 shouldn't be
1508.63/1512.33	WSVECS04 Frhs2[339]: 6 -2.00002 0 shouldn't be
1508.63/1512.33	WSVECS04 Frhs2[362]: 6 0 3.50151 shouldn't be
1508.63/1512.34	WSVECS04 Frhs2[367]: 6 -9.16436 0 shouldn't be
1508.63/1512.34	WSVECS04 Frhs2[377]: 6 0 2.39953 shouldn't be
1508.63/1512.34	WSVECS04 Frhs2[433]: 6 0 4.31451 shouldn't be
1508.63/1512.34	WSVECS04 Frhs2[490]: 6 0 3.50147 shouldn't be
1508.63/1512.34	WSVECS04 Frhs2[607]: 6 0 3.73662 shouldn't be
1508.63/1512.34	WSVECS04 Frhs2[635]: 6 0 2.69981 shouldn't be
1508.63/1512.34	WSVECS04 Frhs2[719]: 6 0 2.47882 shouldn't be
1508.63/1512.34	WSVECS04 Frhs2[727]: 6 0 1.73657 shouldn't be
1508.63/1512.34	WSVECS04 Frhs2[740]: 6 0 0.263487 shouldn't be
1508.63/1512.34	WSVECS04 Frhs2[741]: 6 -1.00003 0 shouldn't be
1508.63/1512.34	WSVECS04 Frhs2[749]: 6 0 2.00006 shouldn't be
1508.63/1512.34	WSVECS04 Frhs2[752]: 6 0 1.81879 shouldn't be
1508.63/1512.34	WSVECS04 Frhs2[761]: 6 0 1.6998 shouldn't be
1508.63/1512.34	WSVECS04 Frhs2[766]: 6 0 0.620493 shouldn't be
1508.63/1512.34	WSVECS04 Frhs2[790]: 6 0 1.69973 shouldn't be
1508.63/1512.34	WSVECS04 Frhs2[814]: 6 -3.63179 0 shouldn't be
1508.63/1512.34	WSVECS04 Frhs2[863]: 6 0 3.7366 shouldn't be
1508.84/1512.59	WSVECS04 Frhs2[12]: 6 0 0.348477 shouldn't be
1508.84/1512.59	WSVECS04 Frhs2[32]: 6 0 0.263542 shouldn't be
1508.84/1512.59	WSVECS04 Frhs2[314]: 6 0 0.699768 shouldn't be
1508.84/1512.59	WSVECS04 Frhs2[318]: 6 0 1.32014 shouldn't be
1508.84/1512.59	WSVECS04 Frhs2[402]: 6 0 0.263515 shouldn't be
1508.84/1512.59	WSVECS04 Frhs2[422]: 6 0 5.50143 shouldn't be
1508.84/1512.59	WSVECS04 Frhs2[494]: 6 -2.1927 0 shouldn't be
1508.84/1512.59	WSVECS04 Frhs2[541]: 6 0 0.263534 shouldn't be
1508.84/1512.59	WSVECS04 Frhs2[615]: 6 -3.00005 0 shouldn't be
1508.84/1512.59	WSVECS04 Frhs2[720]: 6 0 0.0850104 shouldn't be
1508.84/1512.59	WSVECS04 Frhs2[742]: 6 0 5.5015 shouldn't be
1508.84/1512.59	WSVECS04 Frhs2[796]: 6 -2.62042 0 shouldn't be
1508.84/1512.59	WSVECS04 Frhs2[812]: 6 0 0.351298 shouldn't be
1508.84/1512.59	WSVECS04 Frhs2[843]: 6 0 0.300308 shouldn't be
1508.84/1512.59	WSVECS04 Frhs2[844]: 6 0 0.348507 shouldn't be
1508.84/1512.59	WSVECS04 Frhs2[850]: 6 0 0.263501 shouldn't be
1509.13/1512.86	WSVECS04 Frhs2[38]: 6 0 5.5015 shouldn't be
1509.13/1512.86	WSVECS04 Frhs2[160]: 6 0 0.348469 shouldn't be
1509.13/1512.86	WSVECS04 Frhs2[238]: 6 -1.16436 0 shouldn't be
1509.13/1512.86	WSVECS04 Frhs2[352]: 6 0 0.263541 shouldn't be
1509.13/1512.86	WSVECS04 Frhs2[363]: 6 0 2.00002 shouldn't be
1509.13/1512.86	WSVECS04 Frhs2[421]: 6 -2.00001 0 shouldn't be
1509.13/1512.86	WSVECS04 Frhs2[446]: 6 0 1.32015 shouldn't be
1509.13/1512.86	WSVECS04 Frhs2[480]: 6 0 0.263496 shouldn't be
1509.13/1512.86	WSVECS04 Frhs2[547]: 6 0 2.17855 shouldn't be
1509.13/1512.86	WSVECS04 Frhs2[549]: 6 0 4.25219 shouldn't be
1509.13/1512.86	WSVECS04 Frhs2[560]: 6 0 4.07085 shouldn't be
1509.13/1512.86	WSVECS04 Frhs2[733]: 6 0 0.263502 shouldn't be
1509.13/1512.86	WSVECS04 Frhs2[736]: 6 0 0.263532 shouldn't be
1509.13/1512.86	WSVECS04 Frhs2[797]: 6 0 0.263518 shouldn't be
1509.13/1512.86	WSVECS04 Frhs2[894]: 6 0 1.32015 shouldn't be
1520.30/1524.03	c #Conflicts:    2320000 | #Constraints:     151086
1520.30/1524.03	c #Conflicts:    2321000 | #Constraints:     152086
1520.30/1524.03	c #Conflicts:    2322000 | #Constraints:     153086
1520.30/1524.03	c #Conflicts:    2323000 | #Constraints:     154086
1520.30/1524.03	c #Conflicts:    2324000 | #Constraints:     155086
1520.30/1524.03	c #Conflicts:    2325000 | #Constraints:     156086
1520.30/1524.03	c #Conflicts:    2326000 | #Constraints:     157086
1520.30/1524.03	WSVECS04 Frhs2[13]: 6 -5.00009 0 shouldn't be
1520.30/1524.04	WSVECS04 Frhs2[19]: 6 -6.00003 0 shouldn't be
1520.30/1524.04	WSVECS04 Frhs2[25]: 6 0 2.00006 shouldn't be
1520.30/1524.04	WSVECS04 Frhs2[89]: 6 0 2.00005 shouldn't be
1520.30/1524.04	WSVECS04 Frhs2[138]: 6 -4.00003 0 shouldn't be
1520.30/1524.04	WSVECS04 Frhs2[162]: 6 0 1.00004 shouldn't be
1520.30/1524.04	WSVECS04 Frhs2[217]: 6 0 2.00009 shouldn't be
1520.30/1524.04	WSVECS04 Frhs2[324]: 6 -7.66668 0 shouldn't be
1520.30/1524.04	WSVECS04 Frhs2[400]: 6 0 2.00008 shouldn't be
1520.30/1524.04	WSVECS04 Frhs2[409]: 6 0 2.00001 shouldn't be
1520.30/1524.04	WSVECS04 Frhs2[592]: 6 0 2.00003 shouldn't be
1520.30/1524.04	WSVECS04 Frhs2[600]: 6 0 6.00002 shouldn't be
1520.30/1524.04	WSVECS04 Frhs2[639]: 6 -2.00006 0 shouldn't be
1520.30/1524.04	WSVECS04 Frhs2[856]: 6 0 6.00004 shouldn't be
1520.30/1524.04	WSVECS04 Frhs2[1149]: 6 -2.00006 0 shouldn't be
1543.03/1546.85	c #Conflicts:    2327000 | #Constraints:     158086
1543.03/1546.85	c #Conflicts:    2328000 | #Constraints:     159086
1543.03/1546.85	c #Conflicts:    2329000 | #Constraints:     160087
1543.03/1546.85	c #Conflicts:    2330000 | #Constraints:     161087
1543.03/1546.85	c #Conflicts:    2331000 | #Constraints:     162087
1543.03/1546.85	c #Conflicts:    2332000 | #Constraints:     163087
1543.03/1546.85	c #Conflicts:    2333000 | #Constraints:     164087
1543.03/1546.85	c #Conflicts:    2334000 | #Constraints:     165088
1543.03/1546.85	c #Conflicts:    2335000 | #Constraints:     166088
1543.03/1546.85	c #Conflicts:    2336000 | #Constraints:     167088
1543.03/1546.85	c #Conflicts:    2337000 | #Constraints:     168089
1543.03/1546.85	c INPROCESSING
1543.03/1546.85	c GARBAGE COLLECT
1543.03/1546.85	c rational objective 128
1552.41/1556.28	c #Conflicts:    2338000 | #Constraints:      93660
1552.41/1556.28	c #Conflicts:    2339000 | #Constraints:      94660
1552.41/1556.28	c #Conflicts:    2340000 | #Constraints:      95660
1552.41/1556.28	c #Conflicts:    2341000 | #Constraints:      96660
1552.41/1556.28	c #Conflicts:    2342000 | #Constraints:      97660
1552.41/1556.28	c #Conflicts:    2343000 | #Constraints:      98660
1552.41/1556.28	c #Conflicts:    2344000 | #Constraints:      99660
1552.41/1556.28	c #Conflicts:    2345000 | #Constraints:     100660
1552.41/1556.28	c #Conflicts:    2346000 | #Constraints:     101660
1552.41/1556.28	c #Conflicts:    2347000 | #Constraints:     102660
1552.41/1556.28	c #Conflicts:    2348000 | #Constraints:     103660
1552.41/1556.28	c #Conflicts:    2349000 | #Constraints:     104660
1552.41/1556.28	c #Conflicts:    2350000 | #Constraints:     105660
1552.41/1556.28	c #Conflicts:    2351000 | #Constraints:     106660
1552.41/1556.28	c #Conflicts:    2352000 | #Constraints:     107660
1552.41/1556.28	WSVECS04 Frhs2[28]: 6 0 6.12129 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[29]: 6 -1.39396 0 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[57]: 6 0 2.45459 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[137]: 6 0 0.363649 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[155]: 6 0 1.25009 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[169]: 6 0 1.00007 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[201]: 6 0 0.363654 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[249]: 6 0 2.33335 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[268]: 6 0 1.39396 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[277]: 6 0 6.0001 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[302]: 6 -1.00004 0 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[352]: 6 -3.45456 0 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[396]: 6 0 1.39397 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[444]: 6 0 5.33343 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[572]: 6 0 7.93942 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[573]: 6 0 7.27277 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[585]: 6 0 0.363652 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[640]: 6 -5.81822 0 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[697]: 6 0 0.454593 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[749]: 6 0 1.394 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[764]: 6 0 8.36365 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[765]: 6 0 8.48489 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[778]: 6 -1.45463 0 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[781]: 6 0 0.787905 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[813]: 6 0 1.39395 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[821]: 6 0 4.78789 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[828]: 6 0 6.12127 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[845]: 6 0 1.81824 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[853]: 6 0 3.75762 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[1090]: 6 0 1.00009 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[1119]: 6 -2.00009 0 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[1193]: 6 -1.00005 0 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[1202]: 6 -2.00002 0 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[1207]: 6 -1.00008 0 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[1212]: 6 0 1.00007 shouldn't be
1552.41/1556.28	WSVECS04 Frhs2[1295]: 6 -0.69703 0 shouldn't be
1552.71/1556.56	WSVECS04 Frhs2[68]: 6 0 18.0606 shouldn't be
1552.71/1556.56	WSVECS04 Frhs2[179]: 6 0 0.159132 shouldn't be
1552.71/1556.56	WSVECS04 Frhs2[250]: 6 0 2.42427 shouldn't be
1552.71/1556.56	WSVECS04 Frhs2[260]: 6 0 13.8485 shouldn't be
1552.71/1556.56	WSVECS04 Frhs2[301]: 6 0 0.394003 shouldn't be
1552.71/1556.56	WSVECS04 Frhs2[375]: 6 -2.72731 0 shouldn't be
1552.71/1556.56	WSVECS04 Frhs2[426]: 6 0 0.750059 shouldn't be
1552.71/1556.56	WSVECS04 Frhs2[431]: 6 0 0.750015 shouldn't be
1552.71/1556.56	WSVECS04 Frhs2[699]: 6 0 0.454557 shouldn't be
1552.71/1556.56	WSVECS04 Frhs2[705]: 6 -0.363709 0 shouldn't be
1552.71/1556.56	WSVECS04 Frhs2[832]: 6 -2.69706 0 shouldn't be
1552.71/1556.56	WSVECS04 Frhs2[854]: 6 0 0.242442 shouldn't be
1552.71/1556.56	WSVECS04 Frhs2[1081]: 6 0 1.00006 shouldn't be
1552.71/1556.56	WSVECS04 Frhs2[1192]: 6 0 1.00008 shouldn't be
1552.71/1556.56	WSVECS04 Frhs2[1364]: 6 0 3.00006 shouldn't be
1553.01/1556.89	WSVECS04 Frhs2[371]: 6 0 0.121249 shouldn't be
1553.01/1556.89	WSVECS04 Frhs2[840]: 6 -6.84858 0 shouldn't be
1553.01/1556.89	WSVECS04 Frhs2[890]: 6 0 6.0607 shouldn't be
1553.01/1556.89	WSVECS04 Frhs2[891]: 6 0 5.96971 shouldn't be
1553.71/1557.55	WSVECS04 Frhs2[18]: 6 0 0.363652 shouldn't be
1553.71/1557.55	WSVECS04 Frhs2[146]: 6 0 0.363731 shouldn't be
1553.71/1557.55	WSVECS04 Frhs2[194]: 6 0 0.363701 shouldn't be
1553.71/1557.55	WSVECS04 Frhs2[658]: 6 0 0.363711 shouldn't be
1553.71/1557.55	WSVECS04 Frhs2[722]: 6 0 0.363671 shouldn't be
1553.71/1557.55	WSVECS04 Frhs2[834]: 6 0 0.363689 shouldn't be
1553.71/1557.55	WSVECS04 Frhs2[925]: 6 -1.87885 0 shouldn't be
1553.71/1557.55	WSVECS04 Frhs2[1086]: 6 0 3.00002 shouldn't be
1553.71/1557.55	WSVECS04 Frhs2[1087]: 6 0 2.00003 shouldn't be
1553.71/1557.55	WSVECS04 Frhs2[1313]: 6 0 0.333369 shouldn't be
1566.38/1570.28	c #Conflicts:    2353000 | #Constraints:     108660
1566.38/1570.28	c #Conflicts:    2354000 | #Constraints:     109660
1566.38/1570.28	c #Conflicts:    2355000 | #Constraints:     110660
1566.38/1570.28	c #Conflicts:    2356000 | #Constraints:     111660
1566.38/1570.28	c #Conflicts:    2357000 | #Constraints:     112660
1566.38/1570.28	c #Conflicts:    2358000 | #Constraints:     113660
1566.38/1570.28	c #Conflicts:    2359000 | #Constraints:     114660
1566.38/1570.28	c #Conflicts:    2360000 | #Constraints:     115660
1566.38/1570.28	c #Conflicts:    2361000 | #Constraints:     116660
1566.38/1570.28	c #Conflicts:    2362000 | #Constraints:     117660
1566.38/1570.28	c #Conflicts:    2363000 | #Constraints:     118660
1566.38/1570.28	c #Conflicts:    2364000 | #Constraints:     119660
1566.38/1570.28	c #Conflicts:    2365000 | #Constraints:     120660
1566.38/1570.28	c #Conflicts:    2366000 | #Constraints:     121660
1566.38/1570.28	c #Conflicts:    2367000 | #Constraints:     122660
1566.38/1570.28	c #Conflicts:    2368000 | #Constraints:     123660
1566.38/1570.28	c #Conflicts:    2369000 | #Constraints:     124661
1566.38/1570.28	c #Conflicts:    2370000 | #Constraints:     125661
1566.38/1570.28	c #Conflicts:    2371000 | #Constraints:     126661
1566.38/1570.28	c #Conflicts:    2372000 | #Constraints:     127661
1566.38/1570.28	c #Conflicts:    2373000 | #Constraints:     128661
1566.38/1570.28	c INPROCESSING
1566.38/1570.28	c GARBAGE COLLECT
1566.38/1570.28	c rational objective 128
1592.51/1596.44	c #Conflicts:    2374000 | #Constraints:      73865
1592.51/1596.44	c #Conflicts:    2375000 | #Constraints:      74865
1592.51/1596.44	c #Conflicts:    2376000 | #Constraints:      75865
1592.51/1596.44	c #Conflicts:    2377000 | #Constraints:      76865
1592.51/1596.44	c #Conflicts:    2378000 | #Constraints:      77865
1592.51/1596.44	c #Conflicts:    2379000 | #Constraints:      78865
1592.51/1596.44	c #Conflicts:    2380000 | #Constraints:      79865
1592.51/1596.44	c #Conflicts:    2381000 | #Constraints:      80865
1592.51/1596.44	c #Conflicts:    2382000 | #Constraints:      81865
1592.51/1596.44	c #Conflicts:    2383000 | #Constraints:      82865
1592.51/1596.44	c #Conflicts:    2384000 | #Constraints:      83865
1592.51/1596.44	c #Conflicts:    2385000 | #Constraints:      84865
1592.51/1596.44	c #Conflicts:    2386000 | #Constraints:      85865
1592.51/1596.44	c #Conflicts:    2387000 | #Constraints:      86865
1592.51/1596.44	c #Conflicts:    2388000 | #Constraints:      87865
1592.51/1596.44	c #Conflicts:    2389000 | #Constraints:      88865
1592.51/1596.44	c #Conflicts:    2390000 | #Constraints:      89865
1592.51/1596.44	c #Conflicts:    2391000 | #Constraints:      90865
1592.51/1596.44	c #Conflicts:    2392000 | #Constraints:      91865
1592.51/1596.44	c #Conflicts:    2393000 | #Constraints:      92865
1592.51/1596.44	c #Conflicts:    2394000 | #Constraints:      93865
1592.51/1596.44	c #Conflicts:    2395000 | #Constraints:      94865
1592.51/1596.44	c #Conflicts:    2396000 | #Constraints:      95865
1592.51/1596.44	c #Conflicts:    2397000 | #Constraints:      96865
1592.51/1596.44	c #Conflicts:    2398000 | #Constraints:      97865
1592.51/1596.44	c #Conflicts:    2399000 | #Constraints:      98865
1592.51/1596.44	c #Conflicts:    2400000 | #Constraints:      99865
1592.51/1596.44	c #Conflicts:    2401000 | #Constraints:     100865
1592.51/1596.44	c #Conflicts:    2402000 | #Constraints:     101865
1592.51/1596.44	c #Conflicts:    2403000 | #Constraints:     102865
1592.51/1596.44	c #Conflicts:    2404000 | #Constraints:     103865
1592.51/1596.44	c #Conflicts:    2405000 | #Constraints:     104865
1592.51/1596.44	c #Conflicts:    2406000 | #Constraints:     105865
1592.51/1596.44	c #Conflicts:    2407000 | #Constraints:     106865
1592.51/1596.44	c #Conflicts:    2408000 | #Constraints:     107865
1592.51/1596.44	c #Conflicts:    2409000 | #Constraints:     108865
1592.51/1596.44	c INPROCESSING
1592.51/1596.44	c GARBAGE COLLECT
1592.51/1596.44	c rational objective 128
1600.48/1604.48	c #Conflicts:    2410000 | #Constraints:      63852
1600.48/1604.48	c #Conflicts:    2411000 | #Constraints:      64852
1600.48/1604.48	c #Conflicts:    2412000 | #Constraints:      65852
1600.48/1604.48	c #Conflicts:    2413000 | #Constraints:      66852
1600.48/1604.48	c #Conflicts:    2414000 | #Constraints:      67852
1600.48/1604.48	c #Conflicts:    2415000 | #Constraints:      68852
1600.48/1604.48	c #Conflicts:    2416000 | #Constraints:      69852
1600.48/1604.48	c #Conflicts:    2417000 | #Constraints:      70852
1600.48/1604.48	c #Conflicts:    2418000 | #Constraints:      71852
1600.48/1604.48	c #Conflicts:    2419000 | #Constraints:      72852
1600.48/1604.48	c #Conflicts:    2420000 | #Constraints:      73852
1600.48/1604.48	c #Conflicts:    2421000 | #Constraints:      74852
1600.48/1604.48	c #Conflicts:    2422000 | #Constraints:      75852
1600.48/1604.48	c #Conflicts:    2423000 | #Constraints:      76852
1600.48/1604.48	WSVECS04 Frhs2[54]: 6 0 2.00006 shouldn't be
1600.48/1604.48	WSVECS04 Frhs2[65]: 6 -2.00003 0 shouldn't be
1600.48/1604.48	WSVECS04 Frhs2[69]: 6 0 0.666688 shouldn't be
1600.48/1604.48	WSVECS04 Frhs2[183]: 6 -4.00005 0 shouldn't be
1600.48/1604.48	WSVECS04 Frhs2[278]: 6 0 2.00003 shouldn't be
1600.48/1604.48	WSVECS04 Frhs2[293]: 6 0 3.00002 shouldn't be
1600.48/1604.48	WSVECS04 Frhs2[394]: 6 -2.00002 0 shouldn't be
1600.48/1604.48	WSVECS04 Frhs2[507]: 6 0 3.00009 shouldn't be
1600.48/1604.48	WSVECS04 Frhs2[511]: 6 0 3.00008 shouldn't be
1600.48/1604.48	WSVECS04 Frhs2[512]: 6 0 3.00009 shouldn't be
1600.48/1604.48	WSVECS04 Frhs2[522]: 6 -4.00002 0 shouldn't be
1600.48/1604.48	WSVECS04 Frhs2[645]: 6 0 0.666694 shouldn't be
1600.48/1604.48	WSVECS04 Frhs2[680]: 6 0 0.500011 shouldn't be
1600.48/1604.48	WSVECS04 Frhs2[760]: 6 0 2.16672 shouldn't be
1600.48/1604.48	WSVECS04 Frhs2[775]: 6 0 1.33341 shouldn't be
1600.48/1604.48	WSVECS04 Frhs2[820]: 6 0 2.33338 shouldn't be
1600.48/1604.48	WSVECS04 Frhs2[1273]: 6 -1.00005 0 shouldn't be
1600.48/1604.48	WSVECS04 Frhs2[1280]: 6 -1.00003 0 shouldn't be
1600.78/1604.79	WSVECS04 Frhs2[165]: 6 -1.16673 0 shouldn't be
1600.78/1604.79	WSVECS04 Frhs2[225]: 6 0 4.00007 shouldn't be
1600.78/1604.79	WSVECS04 Frhs2[232]: 6 0 0.50007 shouldn't be
1600.78/1604.79	WSVECS04 Frhs2[342]: 6 0 2.00009 shouldn't be
1600.78/1604.79	WSVECS04 Frhs2[488]: 6 0 0.500063 shouldn't be
1607.97/1611.94	c #Conflicts:    2424000 | #Constraints:      77852
1607.97/1611.94	c #Conflicts:    2425000 | #Constraints:      78852
1607.97/1611.94	c #Conflicts:    2426000 | #Constraints:      79852
1607.97/1611.94	c #Conflicts:    2427000 | #Constraints:      80852
1607.97/1611.94	c #Conflicts:    2428000 | #Constraints:      81852
1607.97/1611.94	c #Conflicts:    2429000 | #Constraints:      82852
1607.97/1611.94	c #Conflicts:    2430000 | #Constraints:      83852
1607.97/1611.94	c #Conflicts:    2431000 | #Constraints:      84852
1607.97/1611.94	c #Conflicts:    2432000 | #Constraints:      85852
1607.97/1611.94	c #Conflicts:    2433000 | #Constraints:      86852
1607.97/1611.94	c #Conflicts:    2434000 | #Constraints:      87852
1607.97/1611.94	c #Conflicts:    2435000 | #Constraints:      88852
1607.97/1611.94	WSVECS04 Frhs2[129]: 6 -1.55558 0 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[140]: 6 0 0.222246 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[143]: 6 0 17.5556 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[144]: 6 0 4.00009 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[160]: 6 -8.0001 0 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[166]: 6 0 5.22232 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[211]: 6 -6.88891 0 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[224]: 6 0 3.77785 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[231]: 6 0 13.5556 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[261]: 6 -0.222241 0 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[264]: 6 0 1.5556 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[269]: 6 0 0.222321 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[271]: 6 0 17.5556 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[279]: 6 0 13.1112 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[295]: 6 0 17.1111 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[311]: 6 0 0.777826 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[328]: 6 0 1.55557 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[335]: 6 0 17.3334 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[336]: 6 0 3.77784 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[337]: 6 0 4.66672 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[343]: 6 0 12.889 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[352]: 6 0 0.222248 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[357]: 6 -4.00009 0 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[358]: 6 0 0.333402 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[373]: 6 0 17.5557 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[407]: 6 0 13.3333 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[415]: 6 0 15.1111 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[423]: 6 0 19.3334 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[473]: 6 0 0.888904 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[479]: 6 0 15.1112 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[487]: 6 0 17.1112 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[537]: 6 0 0.888931 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[577]: 6 0 2.55564 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[588]: 6 0 3.33337 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[604]: 6 0 2.00003 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[644]: 6 -3.00009 0 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[650]: 6 -8.22232 0 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[661]: 6 -2.00005 0 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[721]: 6 0 4.4445 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[723]: 6 -0.444534 0 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[776]: 6 0 1.55565 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[794]: 6 0 0.222257 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[796]: 6 -4.00003 0 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[807]: 6 0 18.6667 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[820]: 6 -17.5556 0 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[840]: 6 0 1.55565 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[842]: 6 -0.444484 0 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[848]: 6 0 4.00006 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[858]: 6 0 5.33342 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[860]: 6 0 5.11118 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[903]: 6 -2.00004 0 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[918]: 6 -1.00009 0 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[930]: 6 -2.00006 0 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[1248]: 6 0 1.00009 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[1256]: 6 0 2.00004 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[1265]: 6 -1.00004 0 shouldn't be
1607.97/1611.94	WSVECS04 Frhs2[1280]: 6 0 2.00002 shouldn't be
1608.26/1612.21	WSVECS04 Frhs2[164]: 6 0 2.44451 shouldn't be
1608.26/1612.21	WSVECS04 Frhs2[284]: 6 -17.5556 0 shouldn't be
1608.26/1612.21	WSVECS04 Frhs2[533]: 6 0 2.00008 shouldn't be
1608.26/1612.21	WSVECS04 Frhs2[545]: 6 0 4.00006 shouldn't be
1608.26/1612.21	WSVECS04 Frhs2[601]: 6 0 2.88892 shouldn't be
1608.26/1612.21	WSVECS04 Frhs2[658]: 6 0 0.444516 shouldn't be
1608.26/1612.21	WSVECS04 Frhs2[677]: 6 -6.0001 0 shouldn't be
1608.26/1612.21	WSVECS04 Frhs2[856]: 6 0 0.444495 shouldn't be
1608.26/1612.21	WSVECS04 Frhs2[897]: 6 -1.00006 0 shouldn't be
1616.34/1620.32	c #Conflicts:    2436000 | #Constraints:      89852
1616.34/1620.32	c #Conflicts:    2437000 | #Constraints:      90852
1616.34/1620.32	c #Conflicts:    2438000 | #Constraints:      91852
1616.34/1620.32	c #Conflicts:    2439000 | #Constraints:      92852
1616.34/1620.32	c #Conflicts:    2440000 | #Constraints:      93852
1616.34/1620.32	c #Conflicts:    2441000 | #Constraints:      94852
1616.34/1620.32	c #Conflicts:    2442000 | #Constraints:      95852
1616.34/1620.32	c #Conflicts:    2443000 | #Constraints:      96852
1616.34/1620.32	c #Conflicts:    2444000 | #Constraints:      97852
1616.34/1620.32	c #Conflicts:    2445000 | #Constraints:      98852
1616.34/1620.32	c #Conflicts:    2446000 | #Constraints:      99852
1616.34/1620.32	c INPROCESSING
1616.34/1620.32	c GARBAGE COLLECT
1616.34/1620.32	c rational objective 128
1669.50/1673.67	c #Conflicts:    2447000 | #Constraints:      59590
1669.50/1673.67	c #Conflicts:    2448000 | #Constraints:      60590
1669.50/1673.67	c #Conflicts:    2449000 | #Constraints:      61590
1669.50/1673.67	c #Conflicts:    2450000 | #Constraints:      62590
1669.50/1673.67	c #Conflicts:    2451000 | #Constraints:      63590
1669.50/1673.67	c #Conflicts:    2452000 | #Constraints:      64590
1669.50/1673.67	c #Conflicts:    2453000 | #Constraints:      65590
1669.50/1673.67	c #Conflicts:    2454000 | #Constraints:      66590
1669.50/1673.67	c #Conflicts:    2455000 | #Constraints:      67590
1669.50/1673.67	c #Conflicts:    2456000 | #Constraints:      68590
1669.50/1673.67	c #Conflicts:    2457000 | #Constraints:      69590
1669.50/1673.67	c #Conflicts:    2458000 | #Constraints:      70590
1669.50/1673.67	c #Conflicts:    2459000 | #Constraints:      71590
1669.50/1673.67	c #Conflicts:    2460000 | #Constraints:      72590
1669.50/1673.67	c #Conflicts:    2461000 | #Constraints:      73590
1669.50/1673.67	c #Conflicts:    2462000 | #Constraints:      74590
1669.50/1673.67	c #Conflicts:    2463000 | #Constraints:      75590
1669.50/1673.67	c #Conflicts:    2464000 | #Constraints:      76590
1669.50/1673.67	c #Conflicts:    2465000 | #Constraints:      77590
1669.50/1673.67	c #Conflicts:    2466000 | #Constraints:      78590
1669.50/1673.67	c #Conflicts:    2467000 | #Constraints:      79590
1669.50/1673.67	c #Conflicts:    2468000 | #Constraints:      80590
1669.50/1673.67	c #Conflicts:    2469000 | #Constraints:      81590
1669.50/1673.67	c #Conflicts:    2470000 | #Constraints:      82590
1669.50/1673.67	c #Conflicts:    2471000 | #Constraints:      83590
1669.50/1673.67	c #Conflicts:    2472000 | #Constraints:      84590
1669.50/1673.67	c #Conflicts:    2473000 | #Constraints:      85590
1669.50/1673.67	c #Conflicts:    2474000 | #Constraints:      86590
1669.50/1673.67	c #Conflicts:    2475000 | #Constraints:      87590
1669.50/1673.67	c #Conflicts:    2476000 | #Constraints:      88590
1669.50/1673.67	c #Conflicts:    2477000 | #Constraints:      89590
1669.50/1673.67	c #Conflicts:    2478000 | #Constraints:      90590
1669.50/1673.67	c #Conflicts:    2479000 | #Constraints:      91590
1669.50/1673.67	c #Conflicts:    2480000 | #Constraints:      92590
1669.50/1673.67	c #Conflicts:    2481000 | #Constraints:      93590
1669.50/1673.67	c #Conflicts:    2482000 | #Constraints:      94590
1669.50/1673.67	c #Conflicts:    2483000 | #Constraints:      95590
1669.50/1673.67	c #Conflicts:    2484000 | #Constraints:      96590
1669.50/1673.67	c #Conflicts:    2485000 | #Constraints:      97590
1669.50/1673.67	c #Conflicts:    2486000 | #Constraints:      98590
1669.50/1673.67	c #Conflicts:    2487000 | #Constraints:      99590
1669.50/1673.67	c #Conflicts:    2488000 | #Constraints:     100590
1669.50/1673.67	c #Conflicts:    2489000 | #Constraints:     101590
1669.50/1673.67	c #Conflicts:    2490000 | #Constraints:     102590
1669.50/1673.67	c #Conflicts:    2491000 | #Constraints:     103590
1669.50/1673.67	c #Conflicts:    2492000 | #Constraints:     104590
1669.50/1673.67	c #Conflicts:    2493000 | #Constraints:     105590
1669.50/1673.67	c #Conflicts:    2494000 | #Constraints:     106590
1669.50/1673.67	c #Conflicts:    2495000 | #Constraints:     107590
1669.50/1673.67	c #Conflicts:    2496000 | #Constraints:     108590
1669.50/1673.67	c #Conflicts:    2497000 | #Constraints:     109590
1669.50/1673.67	c #Conflicts:    2498000 | #Constraints:     110590
1669.50/1673.67	c #Conflicts:    2499000 | #Constraints:     111590
1669.50/1673.67	c #Conflicts:    2500000 | #Constraints:     112590
1669.50/1673.67	c #Conflicts:    2501000 | #Constraints:     113590
1669.50/1673.67	c #Conflicts:    2502000 | #Constraints:     114590
1669.50/1673.67	c #Conflicts:    2503000 | #Constraints:     115590
1669.50/1673.67	c #Conflicts:    2504000 | #Constraints:     116590
1669.50/1673.67	c #Conflicts:    2505000 | #Constraints:     117590
1669.50/1673.67	c #Conflicts:    2506000 | #Constraints:     118590
1669.50/1673.67	c #Conflicts:    2507000 | #Constraints:     119590
1669.50/1673.67	c #Conflicts:    2508000 | #Constraints:     120590
1669.50/1673.67	c #Conflicts:    2509000 | #Constraints:     121590
1669.50/1673.67	c #Conflicts:    2510000 | #Constraints:     122590
1669.50/1673.67	c #Conflicts:    2511000 | #Constraints:     123590
1669.50/1673.67	c #Conflicts:    2512000 | #Constraints:     124590
1669.50/1673.67	c #Conflicts:    2513000 | #Constraints:     125590
1669.50/1673.67	c #Conflicts:    2514000 | #Constraints:     126590
1669.50/1673.67	c #Conflicts:    2515000 | #Constraints:     127590
1669.50/1673.67	c #Conflicts:    2516000 | #Constraints:     128590
1669.50/1673.67	c #Conflicts:    2517000 | #Constraints:     129590
1669.50/1673.67	c #Conflicts:    2518000 | #Constraints:     130590
1669.50/1673.67	c #Conflicts:    2519000 | #Constraints:     131590
1669.50/1673.67	c #Conflicts:    2520000 | #Constraints:     132590
1669.50/1673.67	c #Conflicts:    2521000 | #Constraints:     133590
1669.50/1673.67	c #Conflicts:    2522000 | #Constraints:     134590
1669.50/1673.67	c #Conflicts:    2523000 | #Constraints:     135590
1669.50/1673.67	c #Conflicts:    2524000 | #Constraints:     136590
1669.50/1673.67	c #Conflicts:    2525000 | #Constraints:     137590
1707.09/1711.36	c #Conflicts:    2526000 | #Constraints:     138590
1707.09/1711.36	c #Conflicts:    2527000 | #Constraints:     139590
1707.09/1711.36	c #Conflicts:    2528000 | #Constraints:     140590
1707.09/1711.36	c #Conflicts:    2529000 | #Constraints:     141590
1707.09/1711.36	c #Conflicts:    2530000 | #Constraints:     142590
1707.09/1711.36	c #Conflicts:    2531000 | #Constraints:     143590
1707.09/1711.36	c #Conflicts:    2532000 | #Constraints:     144590
1707.09/1711.36	c #Conflicts:    2533000 | #Constraints:     145590
1707.09/1711.36	c #Conflicts:    2534000 | #Constraints:     146590
1707.09/1711.36	c #Conflicts:    2535000 | #Constraints:     147590
1707.09/1711.36	c #Conflicts:    2536000 | #Constraints:     148590
1707.09/1711.36	c #Conflicts:    2537000 | #Constraints:     149590
1707.09/1711.36	c #Conflicts:    2538000 | #Constraints:     150590
1707.09/1711.36	c #Conflicts:    2539000 | #Constraints:     151590
1707.09/1711.36	c #Conflicts:    2540000 | #Constraints:     152590
1707.09/1711.36	c #Conflicts:    2541000 | #Constraints:     153590
1707.09/1711.36	c #Conflicts:    2542000 | #Constraints:     154590
1707.09/1711.36	c #Conflicts:    2543000 | #Constraints:     155590
1707.09/1711.36	c #Conflicts:    2544000 | #Constraints:     156590
1707.09/1711.36	c #Conflicts:    2545000 | #Constraints:     157590
1707.09/1711.36	c #Conflicts:    2546000 | #Constraints:     158590
1707.09/1711.36	c #Conflicts:    2547000 | #Constraints:     159590
1707.09/1711.36	c #Conflicts:    2548000 | #Constraints:     160590
1707.09/1711.36	c #Conflicts:    2549000 | #Constraints:     161590
1707.09/1711.36	c #Conflicts:    2550000 | #Constraints:     162590
1707.09/1711.36	c #Conflicts:    2551000 | #Constraints:     163590
1707.09/1711.36	c #Conflicts:    2552000 | #Constraints:     164590
1707.09/1711.36	c #Conflicts:    2553000 | #Constraints:     165590
1707.09/1711.36	c #Conflicts:    2554000 | #Constraints:     166590
1707.09/1711.36	c #Conflicts:    2555000 | #Constraints:     167590
1707.09/1711.36	c #Conflicts:    2556000 | #Constraints:     168590
1707.09/1711.36	c #Conflicts:    2557000 | #Constraints:     169590
1707.09/1711.36	c #Conflicts:    2558000 | #Constraints:     170590
1707.09/1711.36	c #Conflicts:    2559000 | #Constraints:     171590
1707.09/1711.36	c #Conflicts:    2560000 | #Constraints:     172590
1707.09/1711.36	c #Conflicts:    2561000 | #Constraints:     173590
1707.09/1711.36	c #Conflicts:    2562000 | #Constraints:     174590
1707.09/1711.36	c #Conflicts:    2563000 | #Constraints:     175590
1707.09/1711.36	c INPROCESSING
1707.09/1711.36	c GARBAGE COLLECT
1707.09/1711.36	c rational objective 128
1734.11/1738.42	c #Conflicts:    2564000 | #Constraints:      97563
1734.11/1738.42	c #Conflicts:    2565000 | #Constraints:      98563
1734.11/1738.42	c #Conflicts:    2566000 | #Constraints:      99563
1734.11/1738.42	c #Conflicts:    2567000 | #Constraints:     100563
1734.11/1738.42	c #Conflicts:    2568000 | #Constraints:     101563
1734.11/1738.42	c #Conflicts:    2569000 | #Constraints:     102563
1734.11/1738.42	c #Conflicts:    2570000 | #Constraints:     103563
1734.11/1738.42	c #Conflicts:    2571000 | #Constraints:     104563
1734.11/1738.42	c #Conflicts:    2572000 | #Constraints:     105563
1734.11/1738.42	c #Conflicts:    2573000 | #Constraints:     106563
1734.11/1738.42	c #Conflicts:    2574000 | #Constraints:     107563
1734.11/1738.42	c #Conflicts:    2575000 | #Constraints:     108563
1734.11/1738.42	c #Conflicts:    2576000 | #Constraints:     109563
1734.11/1738.42	c #Conflicts:    2577000 | #Constraints:     110563
1734.11/1738.42	c #Conflicts:    2578000 | #Constraints:     111563
1734.11/1738.42	c #Conflicts:    2579000 | #Constraints:     112563
1734.11/1738.42	c #Conflicts:    2580000 | #Constraints:     113563
1734.11/1738.42	c #Conflicts:    2581000 | #Constraints:     114563
1734.11/1738.42	c #Conflicts:    2582000 | #Constraints:     115563
1734.11/1738.42	c #Conflicts:    2583000 | #Constraints:     116563
1734.11/1738.42	c #Conflicts:    2584000 | #Constraints:     117563
1734.11/1738.42	c #Conflicts:    2585000 | #Constraints:     118563
1734.11/1738.42	c #Conflicts:    2586000 | #Constraints:     119563
1734.11/1738.42	c #Conflicts:    2587000 | #Constraints:     120563
1734.11/1738.42	c #Conflicts:    2588000 | #Constraints:     121563
1734.11/1738.42	c #Conflicts:    2589000 | #Constraints:     122563
1734.11/1738.42	c #Conflicts:    2590000 | #Constraints:     123563
1734.11/1738.42	c #Conflicts:    2591000 | #Constraints:     124563
1734.11/1738.42	c #Conflicts:    2592000 | #Constraints:     125563
1734.11/1738.42	c #Conflicts:    2593000 | #Constraints:     126563
1734.11/1738.42	c #Conflicts:    2594000 | #Constraints:     127563
1734.11/1738.42	c #Conflicts:    2595000 | #Constraints:     128563
1734.11/1738.42	c #Conflicts:    2596000 | #Constraints:     129563
1734.11/1738.42	c #Conflicts:    2597000 | #Constraints:     130563
1734.11/1738.42	c #Conflicts:    2598000 | #Constraints:     131563
1734.11/1738.42	c #Conflicts:    2599000 | #Constraints:     132563
1734.11/1738.42	c #Conflicts:    2600000 | #Constraints:     133563
1734.11/1738.42	c #Conflicts:    2601000 | #Constraints:     134563
1734.11/1738.42	c INPROCESSING
1734.11/1738.42	c GARBAGE COLLECT
1734.11/1738.42	c rational objective 128
1737.91/1742.28	c #Conflicts:    2602000 | #Constraints:      77163
1737.91/1742.28	c #Conflicts:    2603000 | #Constraints:      78163
1737.91/1742.28	c #Conflicts:    2604000 | #Constraints:      79163
1737.91/1742.28	c #Conflicts:    2605000 | #Constraints:      80163
1737.91/1742.28	c #Conflicts:    2606000 | #Constraints:      81163
1737.91/1742.28	WSVECS04 Frhs2[64]: 6 -1.09098 0 shouldn't be
1737.91/1742.28	WSVECS04 Frhs2[163]: 6 -12.0001 0 shouldn't be
1737.91/1742.28	WSVECS04 Frhs2[168]: 6 0 0.0909708 shouldn't be
1737.91/1742.28	WSVECS04 Frhs2[183]: 6 -2.00003 0 shouldn't be
1737.91/1742.28	WSVECS04 Frhs2[184]: 6 0 1.59099 shouldn't be
1737.91/1742.28	WSVECS04 Frhs2[185]: 6 0 2.00007 shouldn't be
1737.91/1742.28	WSVECS04 Frhs2[188]: 6 -11.0001 0 shouldn't be
1737.91/1742.28	WSVECS04 Frhs2[296]: 6 0 0.0909812 shouldn't be
1737.91/1742.28	WSVECS04 Frhs2[318]: 6 -3.90914 0 shouldn't be
1737.91/1742.28	WSVECS04 Frhs2[374]: 6 -8.00002 0 shouldn't be
1737.91/1742.28	WSVECS04 Frhs2[376]: 6 0 1.50007 shouldn't be
1737.91/1742.28	WSVECS04 Frhs2[434]: 6 0 2.00006 shouldn't be
1737.91/1742.28	WSVECS04 Frhs2[692]: 6 -4.50007 0 shouldn't be
1737.91/1742.28	WSVECS04 Frhs2[754]: 6 -1.50005 0 shouldn't be
1737.91/1742.28	WSVECS04 Frhs2[888]: 6 0 1.591 shouldn't be
1737.91/1742.28	WSVECS04 Frhs2[960]: 6 0 2.00003 shouldn't be
1737.91/1742.28	WSVECS04 Frhs2[1194]: 6 0 0.909103 shouldn't be
1737.91/1742.28	WSVECS04 Frhs2[1257]: 6 0 1.00007 shouldn't be
1737.91/1742.28	WSVECS04 Frhs2[1283]: 6 0 1.00008 shouldn't be
1737.91/1742.28	WSVECS04 Frhs2[1288]: 6 -1.00007 0 shouldn't be
1737.91/1742.28	WSVECS04 Frhs2[1340]: 6 -3.00005 0 shouldn't be
1742.60/1747.00	c #Conflicts:    2607000 | #Constraints:      82163
1742.60/1747.00	c #Conflicts:    2608000 | #Constraints:      83163
1742.60/1747.00	c #Conflicts:    2609000 | #Constraints:      84163
1742.60/1747.00	c #Conflicts:    2610000 | #Constraints:      85163
1742.60/1747.00	c #Conflicts:    2611000 | #Constraints:      86163
1742.60/1747.00	c #Conflicts:    2612000 | #Constraints:      87165
1742.60/1747.00	c bounds 150 >= 128 @ 1724.02
1759.55/1763.93	c #Conflicts:    2613000 | #Constraints:      88166
1759.55/1763.93	c #Conflicts:    2614000 | #Constraints:      89166
1759.55/1763.93	c #Conflicts:    2615000 | #Constraints:      90166
1759.55/1763.93	c #Conflicts:    2616000 | #Constraints:      91166
1759.55/1763.93	c #Conflicts:    2617000 | #Constraints:      92166
1759.55/1763.93	c #Conflicts:    2618000 | #Constraints:      93166
1759.55/1763.93	c #Conflicts:    2619000 | #Constraints:      94166
1759.55/1763.93	c #Conflicts:    2620000 | #Constraints:      95166
1759.55/1763.93	c #Conflicts:    2621000 | #Constraints:      96166
1759.55/1763.93	c #Conflicts:    2622000 | #Constraints:      97166
1759.55/1763.93	c #Conflicts:    2623000 | #Constraints:      98166
1759.55/1763.93	c #Conflicts:    2624000 | #Constraints:      99166
1759.55/1763.93	c #Conflicts:    2625000 | #Constraints:     100166
1759.55/1763.93	c #Conflicts:    2626000 | #Constraints:     101166
1759.55/1763.93	c #Conflicts:    2627000 | #Constraints:     102166
1759.55/1763.93	c #Conflicts:    2628000 | #Constraints:     103166
1759.55/1763.93	c #Conflicts:    2629000 | #Constraints:     104166
1759.55/1763.93	c #Conflicts:    2630000 | #Constraints:     105166
1759.55/1763.93	c #Conflicts:    2631000 | #Constraints:     106166
1759.55/1763.93	c #Conflicts:    2632000 | #Constraints:     107167
1759.55/1763.93	c #Conflicts:    2633000 | #Constraints:     108167
1759.55/1763.93	c #Conflicts:    2634000 | #Constraints:     109167
1759.55/1763.93	c #Conflicts:    2635000 | #Constraints:     110167
1759.55/1763.93	c #Conflicts:    2636000 | #Constraints:     111167
1759.55/1763.93	c #Conflicts:    2637000 | #Constraints:     112167
1759.55/1763.93	c #Conflicts:    2638000 | #Constraints:     113167
1759.55/1763.93	c #Conflicts:    2639000 | #Constraints:     114167
1759.55/1763.93	c INPROCESSING
1759.55/1763.93	c GARBAGE COLLECT
1759.55/1763.93	c rational objective 128
1787.07/1791.53	c #Conflicts:    2640000 | #Constraints:      66951
1787.07/1791.53	c #Conflicts:    2641000 | #Constraints:      67951
1787.07/1791.53	c #Conflicts:    2642000 | #Constraints:      68952
1787.07/1791.53	c #Conflicts:    2643000 | #Constraints:      69952
1787.07/1791.53	c #Conflicts:    2644000 | #Constraints:      70952
1787.07/1791.53	c #Conflicts:    2645000 | #Constraints:      71953
1787.07/1791.53	c #Conflicts:    2646000 | #Constraints:      72954
1787.07/1791.53	c #Conflicts:    2647000 | #Constraints:      73956
1787.07/1791.53	c #Conflicts:    2648000 | #Constraints:      74956
1787.07/1791.53	c #Conflicts:    2649000 | #Constraints:      75956
1787.07/1791.53	c #Conflicts:    2650000 | #Constraints:      76959
1787.07/1791.53	c #Conflicts:    2651000 | #Constraints:      77959
1787.07/1791.53	c #Conflicts:    2652000 | #Constraints:      78959
1787.07/1791.53	c #Conflicts:    2653000 | #Constraints:      79960
1787.07/1791.53	c #Conflicts:    2654000 | #Constraints:      80961
1787.07/1791.53	c #Conflicts:    2655000 | #Constraints:      81963
1787.07/1791.53	c #Conflicts:    2656000 | #Constraints:      82964
1787.07/1791.53	c #Conflicts:    2657000 | #Constraints:      83964
1787.07/1791.53	c #Conflicts:    2658000 | #Constraints:      84966
1787.07/1791.53	c #Conflicts:    2659000 | #Constraints:      85967
1787.07/1791.53	c #Conflicts:    2660000 | #Constraints:      86968
1787.07/1791.53	c #Conflicts:    2661000 | #Constraints:      87970
1787.07/1791.53	c #Conflicts:    2662000 | #Constraints:      88971
1787.07/1791.53	c #Conflicts:    2663000 | #Constraints:      89972
1787.07/1791.53	c #Conflicts:    2664000 | #Constraints:      90973
1787.07/1791.53	c #Conflicts:    2665000 | #Constraints:      91974
1787.07/1791.53	c #Conflicts:    2666000 | #Constraints:      92976
1787.07/1791.53	c #Conflicts:    2667000 | #Constraints:      93977
1787.07/1791.53	c #Conflicts:    2668000 | #Constraints:      94978
1787.07/1791.53	c #Conflicts:    2669000 | #Constraints:      95979
1787.07/1791.53	c #Conflicts:    2670000 | #Constraints:      96979
1787.07/1791.53	c #Conflicts:    2671000 | #Constraints:      97979
1787.07/1791.53	c #Conflicts:    2672000 | #Constraints:      98979
1787.07/1791.53	c #Conflicts:    2673000 | #Constraints:      99979
1787.07/1791.53	c #Conflicts:    2674000 | #Constraints:     100979
1787.07/1791.53	c #Conflicts:    2675000 | #Constraints:     101979
1787.07/1791.53	WSVECS04 Frhs2[35]: 6 0 1.89483 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[52]: 6 0 1.00002 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[54]: 6 0 3.0001 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[55]: 6 0 3.00002 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[56]: 6 0 3.00002 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[69]: 6 0 2.55648 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[113]: 6 -2.00006 0 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[143]: 6 0 2.66675 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[164]: 6 0 3.3685 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[387]: 6 0 2.56144 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[392]: 6 0 0.105313 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[449]: 6 -1.62157 0 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[497]: 6 0 1.36845 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[501]: 6 0 1.36847 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[505]: 6 -3.15797 0 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[517]: 6 0 1.19308 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[565]: 6 0 1.36846 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[573]: 6 0 0.736931 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[574]: 6 0 0.736942 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[576]: 6 -1.0527 0 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[600]: 6 -1.33338 0 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[611]: 6 0 1.89478 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[635]: 6 0 2.73689 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[637]: 6 0 0.736866 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[639]: 6 0 0.736925 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[700]: 6 0 0.10528 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[704]: 6 -2.84218 0 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[1028]: 6 -6.00002 0 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[1029]: 6 -2.00001 0 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[1149]: 6 -4.00007 0 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[1154]: 6 -2.00002 0 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[1174]: 6 -2.00004 0 shouldn't be
1787.07/1791.53	WSVECS04 Frhs2[1241]: 6 0 1.00006 shouldn't be
1788.27/1792.74	c #Conflicts:    2676000 | #Constraints:     102979
1788.27/1792.74	c #Conflicts:    2677000 | #Constraints:     103979
1788.27/1792.74	c INPROCESSING
1788.27/1792.74	c GARBAGE COLLECT
1788.27/1792.74	c rational objective 128
1836.64/1841.26	c #Conflicts:    2678000 | #Constraints:      61715
1836.64/1841.26	c #Conflicts:    2679000 | #Constraints:      62715
1836.64/1841.26	c #Conflicts:    2680000 | #Constraints:      63715
1836.64/1841.26	c #Conflicts:    2681000 | #Constraints:      64715
1836.64/1841.26	c #Conflicts:    2682000 | #Constraints:      65715
1836.64/1841.26	c #Conflicts:    2683000 | #Constraints:      66715
1836.64/1841.26	c #Conflicts:    2684000 | #Constraints:      67715
1836.64/1841.26	c #Conflicts:    2685000 | #Constraints:      68715
1836.64/1841.26	c #Conflicts:    2686000 | #Constraints:      69715
1836.64/1841.26	c #Conflicts:    2687000 | #Constraints:      70715
1836.64/1841.26	c #Conflicts:    2688000 | #Constraints:      71715
1836.64/1841.26	c #Conflicts:    2689000 | #Constraints:      72715
1836.64/1841.26	c #Conflicts:    2690000 | #Constraints:      73715
1836.64/1841.26	c #Conflicts:    2691000 | #Constraints:      74715
1836.64/1841.26	c #Conflicts:    2692000 | #Constraints:      75715
1836.64/1841.26	c #Conflicts:    2693000 | #Constraints:      76715
1836.64/1841.26	c #Conflicts:    2694000 | #Constraints:      77715
1836.64/1841.26	c #Conflicts:    2695000 | #Constraints:      78715
1836.64/1841.26	c #Conflicts:    2696000 | #Constraints:      79715
1836.64/1841.26	c #Conflicts:    2697000 | #Constraints:      80715
1836.64/1841.26	c #Conflicts:    2698000 | #Constraints:      81715
1836.64/1841.26	c #Conflicts:    2699000 | #Constraints:      82715
1836.64/1841.26	c #Conflicts:    2700000 | #Constraints:      83715
1836.64/1841.26	c #Conflicts:    2701000 | #Constraints:      84715
1836.64/1841.26	c #Conflicts:    2702000 | #Constraints:      85715
1836.64/1841.26	c #Conflicts:    2703000 | #Constraints:      86715
1836.64/1841.26	c #Conflicts:    2704000 | #Constraints:      87715
1836.64/1841.26	c #Conflicts:    2705000 | #Constraints:      88715
1836.64/1841.26	c #Conflicts:    2706000 | #Constraints:      89715
1836.64/1841.26	c #Conflicts:    2707000 | #Constraints:      90715
1836.64/1841.26	c #Conflicts:    2708000 | #Constraints:      91715
1836.64/1841.26	c #Conflicts:    2709000 | #Constraints:      92715
1836.64/1841.26	c #Conflicts:    2710000 | #Constraints:      93715
1836.64/1841.26	c #Conflicts:    2711000 | #Constraints:      94715
1836.64/1841.26	c #Conflicts:    2712000 | #Constraints:      95715
1836.64/1841.26	c #Conflicts:    2713000 | #Constraints:      96715
1836.64/1841.26	c #Conflicts:    2714000 | #Constraints:      97715
1836.64/1841.26	c #Conflicts:    2715000 | #Constraints:      98715
1836.64/1841.26	c #Conflicts:    2716000 | #Constraints:      99715
1836.64/1841.26	c #Conflicts:    2717000 | #Constraints:     100715
1836.64/1841.26	c #Conflicts:    2718000 | #Constraints:     101715
1836.64/1841.26	c #Conflicts:    2719000 | #Constraints:     102715
1836.64/1841.26	c #Conflicts:    2720000 | #Constraints:     103715
1836.64/1841.26	c #Conflicts:    2721000 | #Constraints:     104715
1836.64/1841.26	c #Conflicts:    2722000 | #Constraints:     105715
1836.64/1841.26	c #Conflicts:    2723000 | #Constraints:     106715
1836.64/1841.26	c #Conflicts:    2724000 | #Constraints:     107715
1836.64/1841.26	c #Conflicts:    2725000 | #Constraints:     108715
1836.64/1841.26	c #Conflicts:    2726000 | #Constraints:     109715
1836.64/1841.26	c #Conflicts:    2727000 | #Constraints:     110715
1836.64/1841.26	c #Conflicts:    2728000 | #Constraints:     111716
1836.64/1841.26	c #Conflicts:    2729000 | #Constraints:     112716
1836.64/1841.26	c #Conflicts:    2730000 | #Constraints:     113716
1836.64/1841.26	c #Conflicts:    2731000 | #Constraints:     114716
1836.64/1841.26	c #Conflicts:    2732000 | #Constraints:     115716
1836.64/1841.26	c #Conflicts:    2733000 | #Constraints:     116716
1836.64/1841.26	c #Conflicts:    2734000 | #Constraints:     117716
1836.64/1841.26	c #Conflicts:    2735000 | #Constraints:     118716
1836.64/1841.26	c #Conflicts:    2736000 | #Constraints:     119716
1836.64/1841.26	c #Conflicts:    2737000 | #Constraints:     120716
1836.64/1841.26	c #Conflicts:    2738000 | #Constraints:     121716
1836.64/1841.26	c #Conflicts:    2739000 | #Constraints:     122716
1836.64/1841.26	c #Conflicts:    2740000 | #Constraints:     123716
1836.64/1841.26	c #Conflicts:    2741000 | #Constraints:     124716
1836.64/1841.26	c #Conflicts:    2742000 | #Constraints:     125716
1836.64/1841.26	c #Conflicts:    2743000 | #Constraints:     126716
1836.64/1841.26	c #Conflicts:    2744000 | #Constraints:     127716
1836.64/1841.26	c #Conflicts:    2745000 | #Constraints:     128716
1836.64/1841.26	c #Conflicts:    2746000 | #Constraints:     129716
1836.64/1841.26	c #Conflicts:    2747000 | #Constraints:     130716
1836.64/1841.26	c #Conflicts:    2748000 | #Constraints:     131716
1836.64/1841.26	c #Conflicts:    2749000 | #Constraints:     132716
1836.64/1841.26	c #Conflicts:    2750000 | #Constraints:     133716
1836.64/1841.26	c #Conflicts:    2751000 | #Constraints:     134716
1836.64/1841.26	c #Conflicts:    2752000 | #Constraints:     135716
1836.64/1841.26	c #Conflicts:    2753000 | #Constraints:     136716
1836.64/1841.26	c #Conflicts:    2754000 | #Constraints:     137717
1836.64/1841.26	WSVECS04 Frhs2[32]: 6 0 12.9563 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[97]: 6 0 0.388687 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[120]: 6 -19.6474 0 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[141]: 6 0 0.388724 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[143]: 6 0 0.445364 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[159]: 6 0 0.44539 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[202]: 6 -2.21882 0 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[206]: 6 0 4.16991 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[335]: 6 0 0.0566518 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[351]: 6 0 0.445342 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[372]: 6 0 0.133922 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[397]: 6 0 0.38873 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[400]: 6 0 16.6564 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[410]: 6 0 0.388707 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[416]: 6 0 16.6565 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[421]: 6 -4.00002 0 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[428]: 6 -6.11848 0 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[432]: 6 0 8.67183 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[475]: 6 0 1.08882 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[483]: 6 0 1.9447 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[484]: 6 0 0.611422 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[486]: 6 0 7.64485 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[499]: 6 0 4.67189 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[502]: 6 0 2.3836 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[522]: 6 -3.4981 0 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[526]: 6 0 8.20338 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[538]: 6 0 0.254861 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[541]: 6 0 0.254845 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[544]: 6 0 16.5226 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[546]: 6 0 0.537983 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[549]: 6 -8.43893 0 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[560]: 6 0 14.6564 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[566]: 6 0 5.98463 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[574]: 6 0 4.42216 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[649]: 6 0 7.7221 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[666]: 6 0 0.388774 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[668]: 6 -2.93443 0 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[672]: 6 0 16.6565 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[718]: 6 0 8.20343 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[720]: 6 0 16.6565 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[741]: 6 -11.401 0 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[742]: 6 0 3.97817 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[750]: 6 -3.00002 0 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[777]: 6 0 6.1674 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[779]: 6 0 0.445329 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[782]: 6 0 8.64867 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[793]: 6 0 9.74521 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[794]: 6 0 4.41191 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[801]: 6 0 9.76906 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[803]: 6 0 4.71371 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[816]: 6 0 14.6564 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[819]: 6 0 2.28835 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[823]: 6 -6.25234 0 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[841]: 6 0 5.72209 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[843]: 6 -2.00009 0 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[880]: 6 0 14.6564 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[886]: 6 0 5.98464 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[1113]: 6 -1.00009 0 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[1114]: 6 0 0.700201 shouldn't be
1836.64/1841.26	WSVECS04 Frhs2[1224]: 6 -2.00008 0 shouldn't be
1857.78/1862.48	c #Conflicts:    2755000 | #Constraints:     138717
1857.78/1862.48	c #Conflicts:    2756000 | #Constraints:     139717
1857.78/1862.48	c #Conflicts:    2757000 | #Constraints:     140717
1857.78/1862.48	c #Conflicts:    2758000 | #Constraints:     141717
1857.78/1862.48	c #Conflicts:    2759000 | #Constraints:     142717
1857.78/1862.48	c #Conflicts:    2760000 | #Constraints:     143717
1857.78/1862.48	c #Conflicts:    2761000 | #Constraints:     144717
1857.78/1862.48	c #Conflicts:    2762000 | #Constraints:     145717
1857.78/1862.48	c #Conflicts:    2763000 | #Constraints:     146717
1857.78/1862.48	c #Conflicts:    2764000 | #Constraints:     147717
1857.78/1862.48	c #Conflicts:    2765000 | #Constraints:     148717
1857.78/1862.48	c #Conflicts:    2766000 | #Constraints:     149717
1857.78/1862.48	c #Conflicts:    2767000 | #Constraints:     150717
1857.78/1862.48	c #Conflicts:    2768000 | #Constraints:     151717
1857.78/1862.48	c #Conflicts:    2769000 | #Constraints:     152717
1857.78/1862.48	c #Conflicts:    2770000 | #Constraints:     153717
1857.78/1862.48	c #Conflicts:    2771000 | #Constraints:     154717
1857.78/1862.48	c #Conflicts:    2772000 | #Constraints:     155717
1857.78/1862.48	c #Conflicts:    2773000 | #Constraints:     156717
1857.78/1862.48	c #Conflicts:    2774000 | #Constraints:     157717
1857.78/1862.48	c #Conflicts:    2775000 | #Constraints:     158717
1857.78/1862.48	c #Conflicts:    2776000 | #Constraints:     159717
1857.78/1862.48	c #Conflicts:    2777000 | #Constraints:     160717
1857.78/1862.48	c #Conflicts:    2778000 | #Constraints:     161717
1857.78/1862.48	c #Conflicts:    2779000 | #Constraints:     162717
1857.78/1862.48	WSVECS04 Frhs2[1]: 6 -0.500056 0 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[27]: 6 0 2.00009 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[31]: 6 0 3.00004 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[42]: 6 0 4.00006 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[43]: 6 0 8.00004 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[70]: 6 0 0.500012 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[74]: 6 -4.00006 0 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[79]: 6 0 2.00005 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[91]: 6 0 2.00004 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[107]: 6 0 8.00006 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[159]: 6 0 3.00003 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[167]: 6 0 1.00007 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[170]: 6 0 4.00006 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[171]: 6 0 6.00009 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[191]: 6 -6.00002 0 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[203]: 6 -12.0001 0 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[205]: 6 0 2.0001 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[207]: 6 0 3.00005 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[217]: 6 0 3.00003 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[220]: 6 -10 0 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[257]: 6 -1.00003 0 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[283]: 6 0 2.00006 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[287]: 6 0 3.00009 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[288]: 6 0 2.00009 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[299]: 6 0 6.00005 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[330]: 6 -6.00002 0 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[345]: 6 0 3.00003 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[348]: 6 -10.0001 0 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[354]: 6 0 2.00005 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[362]: 6 0 4.00007 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[418]: 6 0 2.00001 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[426]: 6 0 4.00007 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[449]: 6 0 8.00008 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[467]: 6 -1.00005 0 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[604]: 6 -2.00001 0 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[653]: 6 0 4.00002 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[667]: 6 0 2.0001 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[677]: 6 -2.00003 0 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[682]: 6 0 4.00006 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[683]: 6 0 8.0001 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[686]: 6 -2.00003 0 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[702]: 6 0 6.00007 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[735]: 6 0 3.00007 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[750]: 6 -10 0 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[848]: 6 -10.0001 0 shouldn't be
1857.78/1862.48	WSVECS04 Frhs2[1330]: 6 -1.00005 0 shouldn't be
1858.18/1862.84	WSVECS04 Frhs2[98]: 6 0 2.00004 shouldn't be
1858.18/1862.84	WSVECS04 Frhs2[335]: 6 0 1.00009 shouldn't be
1877.93/1882.66	c #Conflicts:    2780000 | #Constraints:     163717
1877.93/1882.66	c #Conflicts:    2781000 | #Constraints:     164717
1877.93/1882.66	c #Conflicts:    2782000 | #Constraints:     165717
1877.93/1882.66	c #Conflicts:    2783000 | #Constraints:     166717
1877.93/1882.66	c #Conflicts:    2784000 | #Constraints:     167717
1877.93/1882.66	c #Conflicts:    2785000 | #Constraints:     168717
1877.93/1882.66	c #Conflicts:    2786000 | #Constraints:     169718
1877.93/1882.66	c #Conflicts:    2787000 | #Constraints:     170718
1877.93/1882.66	c #Conflicts:    2788000 | #Constraints:     171718
1877.93/1882.66	c #Conflicts:    2789000 | #Constraints:     172718
1877.93/1882.66	c #Conflicts:    2790000 | #Constraints:     173718
1877.93/1882.66	c #Conflicts:    2791000 | #Constraints:     174718
1877.93/1882.66	c #Conflicts:    2792000 | #Constraints:     175718
1877.93/1882.66	c #Conflicts:    2793000 | #Constraints:     176718
1877.93/1882.66	c #Conflicts:    2794000 | #Constraints:     177718
1877.93/1882.66	c #Conflicts:    2795000 | #Constraints:     178718
1877.93/1882.66	c #Conflicts:    2796000 | #Constraints:     179718
1877.93/1882.66	c #Conflicts:    2797000 | #Constraints:     180718
1877.93/1882.66	c #Conflicts:    2798000 | #Constraints:     181718
1877.93/1882.66	c #Conflicts:    2799000 | #Constraints:     182718
1877.93/1882.66	c INPROCESSING
1877.93/1882.66	c GARBAGE COLLECT
1877.93/1882.66	c rational objective 128
1880.42/1885.16	c #Conflicts:    2800000 | #Constraints:     101077
1880.42/1885.16	c #Conflicts:    2801000 | #Constraints:     102078
1880.42/1885.16	c #Conflicts:    2802000 | #Constraints:     103078
1880.42/1885.16	WSVECS04 Frhs2[9]: 6 0 3.47883 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[16]: 6 0 4.95757 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[74]: 6 0 6.00007 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[129]: 6 -3.5601 0 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[134]: 6 0 1.20155 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[137]: 6 -6.79861 0 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[143]: 6 0 3.47876 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[172]: 6 0 0.530566 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[186]: 6 0 2.00005 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[190]: 6 0 2.79857 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[212]: 6 0 1.00002 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[221]: 6 0 1.74686 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[236]: 6 0 0.530538 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[263]: 6 0 1.04258 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[266]: 6 -1.79854 0 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[272]: 6 0 1.47881 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[276]: 6 0 1.00004 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[325]: 6 0 2.52129 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[327]: 6 0 1.04255 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[334]: 6 0 0.319868 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[335]: 6 0 3.7986 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[343]: 6 0 8.00009 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[350]: 6 0 2.00009 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[364]: 6 0 0.53056 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[366]: 6 -1.32906 0 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[374]: 6 -2.21497 0 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[387]: 6 -2.52127 0 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[438]: 6 0 1.08928 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[443]: 6 0 17.7228 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[449]: 6 -0.889184 0 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[453]: 6 0 2.5213 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[461]: 6 0 1.8818 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[481]: 6 -6.00004 0 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[588]: 6 -0.403026 0 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[600]: 6 -2.00005 0 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[604]: 6 -2.25325 0 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[640]: 6 -1.44553 0 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[653]: 6 0 1.88176 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[661]: 6 0 1.0001 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[674]: 6 0 4.81519 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[724]: 6 0 0.632195 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[725]: 6 0 1.00008 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[769]: 6 -4.98345 0 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[779]: 6 0 1.20155 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[781]: 6 0 1.88174 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[785]: 6 -3.00006 0 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[788]: 6 0 1.00002 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[789]: 6 0 1.00008 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[797]: 6 0 1.74684 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[802]: 6 0 3.67286 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[825]: 6 0 0.521291 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[827]: 6 0 18.5213 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[911]: 6 -0.521311 0 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[1003]: 6 0 1.79861 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[1040]: 6 0 1.00007 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[1057]: 6 0 2.00004 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[1065]: 6 0 2.00006 shouldn't be
1880.42/1885.16	WSVECS04 Frhs2[1127]: 6 -1.00006 0 shouldn't be
1880.62/1885.37	WSVECS04 Frhs2[75]: 6 0 8.2015 shouldn't be
1880.62/1885.37	WSVECS04 Frhs2[185]: 6 0 2.52128 shouldn't be
1880.62/1885.37	WSVECS04 Frhs2[206]: 6 0 0.916917 shouldn't be
1880.62/1885.37	WSVECS04 Frhs2[913]: 6 0 1.47882 shouldn't be
1880.62/1885.37	WSVECS04 Frhs2[962]: 6 -2.00004 0 shouldn't be
1880.62/1885.37	WSVECS04 Frhs2[1002]: 6 0 0.798588 shouldn't be
1880.62/1885.37	WSVECS04 Frhs2[1016]: 6 0 1.00003 shouldn't be
1880.62/1885.37	WSVECS04 Frhs2[1017]: 6 -1.00008 0 shouldn't be
1880.62/1885.37	WSVECS04 Frhs2[1027]: 6 -3.00002 0 shouldn't be
1880.62/1885.37	WSVECS04 Frhs2[1080]: 6 0 2.00005 shouldn't be
1880.62/1885.37	WSVECS04 Frhs2[1120]: 6 0 2.00002 shouldn't be
1880.62/1885.37	WSVECS04 Frhs2[1128]: 6 0 2.00008 shouldn't be
1880.62/1885.37	WSVECS04 Frhs2[1202]: 6 -2.0001 0 shouldn't be
1880.62/1885.37	WSVECS04 Frhs2[1215]: 6 -2.00004 0 shouldn't be
1887.90/1892.60	c #Conflicts:    2803000 | #Constraints:     104078
1887.90/1892.60	c #Conflicts:    2804000 | #Constraints:     105078
1887.90/1892.60	c #Conflicts:    2805000 | #Constraints:     106078
1887.90/1892.60	c #Conflicts:    2806000 | #Constraints:     107078
1887.90/1892.60	c #Conflicts:    2807000 | #Constraints:     108078
1887.90/1892.60	c #Conflicts:    2808000 | #Constraints:     109078
1887.90/1892.60	c #Conflicts:    2809000 | #Constraints:     110078
1887.90/1892.60	c #Conflicts:    2810000 | #Constraints:     111079
1887.90/1892.60	c #Conflicts:    2811000 | #Constraints:     112079
1887.90/1892.60	c #Conflicts:    2812000 | #Constraints:     113079
1887.90/1892.60	WSVECS04 Frhs2[10]: 6 0 2.00004 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[12]: 6 0 2.00004 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[18]: 6 0 9.00002 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[74]: 6 0 9.00007 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[94]: 6 0 0.500065 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[202]: 6 -1.00004 0 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[330]: 6 0 8.00006 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[373]: 6 0 6.00009 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[394]: 6 0 8.00002 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[412]: 6 -1.00001 0 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[413]: 6 0 1.00007 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[414]: 6 0 0.50002 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[420]: 6 -0.666753 0 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[438]: 6 0 2.00008 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[503]: 6 -5.00006 0 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[523]: 6 0 2.00008 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[526]: 6 0 2.0001 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[530]: 6 0 9.00003 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[554]: 6 0 12 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[586]: 6 0 15 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[615]: 6 0 0.666682 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[628]: 6 0 3.00002 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[629]: 6 -3.0001 0 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[719]: 6 0 1.00005 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[754]: 6 -3.00007 0 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[778]: 6 -2.00006 0 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[828]: 6 0 2.00006 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[852]: 6 0 1.00006 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[884]: 6 0 2.0001 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[887]: 6 -4.00004 0 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[988]: 6 -3.50004 0 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[999]: 6 0 1.00005 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[1060]: 6 -2.00008 0 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[1129]: 6 0 1.00003 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[1131]: 6 -1.66671 0 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[1136]: 6 0 4.00001 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[1200]: 6 0 1.50004 shouldn't be
1887.90/1892.60	WSVECS04 Frhs2[1297]: 6 0 1.00004 shouldn't be
1890.19/1894.92	c #Conflicts:    2813000 | #Constraints:     114079
1890.19/1894.92	c #Conflicts:    2814000 | #Constraints:     115079
1890.19/1894.92	WSVECS04 Frhs2[1]: 6 0 0.18713 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[7]: 6 0 0.187124 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[11]: 6 0 1.74068 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[35]: 6 0 1.32923 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[55]: 6 0 2.78812 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[73]: 6 0 8.57864 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[77]: 6 0 2.5786 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[101]: 6 -3.32919 0 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[113]: 6 -7.57614 0 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[125]: 6 -4.12975 0 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[126]: 6 0 4.99885 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[139]: 6 0 2.38406 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[146]: 6 0 0.812996 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[153]: 6 0 0.743213 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[175]: 6 -10.0001 0 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[176]: 6 0 2.74695 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[183]: 6 -1.47134 0 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[190]: 6 0 2.25945 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[193]: 6 -3.00007 0 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[203]: 6 0 2.38412 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[210]: 6 0 3.48382 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[224]: 6 0 10.2594 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[240]: 6 0 2.74694 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[266]: 6 -0.578582 0 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[279]: 6 -12.0001 0 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[297]: 6 0 4.00008 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[298]: 6 0 4.91527 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[311]: 6 -1.21199 0 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[326]: 6 0 3.00004 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[338]: 6 0 2.67084 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[343]: 6 0 2.67086 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[361]: 6 0 4.00005 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[362]: 6 0 4.91523 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[393]: 6 0 6.54116 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[400]: 6 0 0.653395 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[416]: 6 0 6.25944 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[435]: 6 0 2.00004 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[458]: 6 -4.83045 0 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[481]: 6 -10.5811 0 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[567]: 6 -4.8654 0 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[589]: 6 0 3.10981 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[618]: 6 0 4.91529 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[650]: 6 -2.53123 0 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[652]: 6 0 0.643483 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[654]: 6 0 2.51378 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[670]: 6 0 1.25693 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[688]: 6 0 2.74694 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[698]: 6 -15.6422 0 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[729]: 6 0 0.743212 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[740]: 6 0 0.411521 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[746]: 6 0 4.91525 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[888]: 6 0 0.346682 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[889]: 6 -8.64219 0 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[1121]: 6 0 1.3292 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[1303]: 6 0 1.00008 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[1304]: 6 0 4.00001 shouldn't be
1890.19/1894.92	WSVECS04 Frhs2[1328]: 6 0 2.00008 shouldn't be
1896.78/1901.57	c #Conflicts:    2815000 | #Constraints:     116079
1896.78/1901.57	c #Conflicts:    2816000 | #Constraints:     117079
1896.78/1901.57	c #Conflicts:    2817000 | #Constraints:     118079
1896.78/1901.57	c #Conflicts:    2818000 | #Constraints:     119079
1896.78/1901.57	c #Conflicts:    2819000 | #Constraints:     120079
1896.78/1901.57	c #Conflicts:    2820000 | #Constraints:     121080
1896.78/1901.57	c #Conflicts:    2821000 | #Constraints:     122080
1896.78/1901.57	WSVECS04 Frhs2[8]: 6 -2.00008 0 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[64]: 6 -3.00009 0 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[80]: 6 0 1.71432 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[101]: 6 -0.114338 0 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[102]: 6 0 6.08575 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[125]: 6 -17.4572 0 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[155]: 6 0 2.4572 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[168]: 6 0 1.88576 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[214]: 6 -7.88579 0 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[254]: 6 0 10 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[266]: 6 -1.82859 0 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[271]: 6 0 4.74288 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[272]: 6 0 1.71434 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[308]: 6 0 4.00001 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[312]: 6 0 3.00003 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[334]: 6 0 2.05723 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[335]: 6 0 3.02859 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[346]: 6 0 2.34287 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[348]: 6 -2.00003 0 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[382]: 6 0 13 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[396]: 6 0 2.45717 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[405]: 6 0 2.00004 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[408]: 6 0 1.77145 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[417]: 6 0 5.11432 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[418]: 6 0 1.77152 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[424]: 6 0 1.88574 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[463]: 6 0 3.02866 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[552]: 6 0 1.88578 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[586]: 6 -5.37146 0 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[591]: 6 0 2.28574 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[602]: 6 0 1.88579 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[611]: 6 0 0.228609 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[632]: 6 0 3.00008 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[634]: 6 -4.00001 0 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[652]: 6 0 2.45723 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[655]: 6 0 4.7429 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[660]: 6 0 0.45723 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[720]: 6 0 1.71432 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[727]: 6 0 1.00008 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[767]: 6 0 1.00009 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[778]: 6 -0.742933 0 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[782]: 6 0 3.77149 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[784]: 6 0 1.71431 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[785]: 6 -13.6 0 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[806]: 6 0 6.08574 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[830]: 6 0 11 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[848]: 6 0 1.7143 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[853]: 6 0 0.228582 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[866]: 6 0 1.8858 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[867]: 6 0 0.228657 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[882]: 6 0 2.00003 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[888]: 6 0 3.00005 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[895]: 6 0 1.00006 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[1015]: 6 0 2.00008 shouldn't be
1896.78/1901.57	WSVECS04 Frhs2[1134]: 6 0 0.114346 shouldn't be
1906.75/1911.52	c #Conflicts:    2822000 | #Constraints:     123080
1906.75/1911.52	c #Conflicts:    2823000 | #Constraints:     124080
1906.75/1911.52	c #Conflicts:    2824000 | #Constraints:     125080
1906.75/1911.52	c #Conflicts:    2825000 | #Constraints:     126081
1906.75/1911.52	c #Conflicts:    2826000 | #Constraints:     127081
1906.75/1911.52	c #Conflicts:    2827000 | #Constraints:     128081
1906.75/1911.52	c #Conflicts:    2828000 | #Constraints:     129081
1906.75/1911.52	c #Conflicts:    2829000 | #Constraints:     130081
1906.75/1911.52	c #Conflicts:    2830000 | #Constraints:     131081
1906.75/1911.52	c bounds 148 >= 128 @ 1886.65
1917.33/1922.13	c #Conflicts:    2831000 | #Constraints:     132082
1917.33/1922.13	c #Conflicts:    2832000 | #Constraints:     133082
1917.33/1922.13	c #Conflicts:    2833000 | #Constraints:     134082
1917.33/1922.13	c #Conflicts:    2834000 | #Constraints:     135082
1917.33/1922.13	c #Conflicts:    2835000 | #Constraints:     136083
1917.33/1922.13	c #Conflicts:    2836000 | #Constraints:     137085
1917.33/1922.13	c #Conflicts:    2837000 | #Constraints:     138085
1917.33/1922.13	c #Conflicts:    2838000 | #Constraints:     139085
1917.33/1922.13	c INPROCESSING
1917.33/1922.13	c GARBAGE COLLECT
1917.33/1922.13	c rational objective 128
1918.02/1922.81	c #Conflicts:    2839000 | #Constraints:      79005
1918.02/1922.81	WSVECS04 Frhs2[539]: 6 -1.00007 0 shouldn't be
1918.02/1922.81	WSVECS04 Frhs2[925]: 6 -4.00007 0 shouldn't be
1918.02/1922.81	WSVECS04 Frhs2[1028]: 6 -4.00006 0 shouldn't be
1918.02/1922.81	WSVECS04 Frhs2[1060]: 6 -3.00004 0 shouldn't be
1918.02/1922.81	WSVECS04 Frhs2[1092]: 6 -4.00004 0 shouldn't be
1918.02/1922.81	WSVECS04 Frhs2[1127]: 6 -1.00001 0 shouldn't be
1918.02/1922.81	WSVECS04 Frhs2[1130]: 6 -2.00002 0 shouldn't be
1918.02/1922.81	WSVECS04 Frhs2[1136]: 6 -1.00002 0 shouldn't be
1918.02/1922.81	WSVECS04 Frhs2[1149]: 6 -4.00003 0 shouldn't be
1918.02/1922.81	WSVECS04 Frhs2[1188]: 6 -4.00002 0 shouldn't be
1918.02/1922.81	WSVECS04 Frhs2[1202]: 6 -2.00002 0 shouldn't be
1918.02/1922.81	WSVECS04 Frhs2[1248]: 6 0 2.00003 shouldn't be
1918.02/1922.81	WSVECS04 Frhs2[1252]: 6 -4.00005 0 shouldn't be
1918.02/1922.81	WSVECS04 Frhs2[1277]: 6 -4.00009 0 shouldn't be
1918.02/1922.81	WSVECS04 Frhs2[1314]: 6 -2.00003 0 shouldn't be
1918.02/1922.81	WSVECS04 Frhs2[1330]: 6 -2.00003 0 shouldn't be
1922.41/1927.26	c #Conflicts:    2840000 | #Constraints:      80005
1922.41/1927.26	c #Conflicts:    2841000 | #Constraints:      81005
1922.41/1927.26	c #Conflicts:    2842000 | #Constraints:      82005
1922.41/1927.26	c #Conflicts:    2843000 | #Constraints:      83006
1922.41/1927.26	c #Conflicts:    2844000 | #Constraints:      84006
1922.41/1927.26	c #Conflicts:    2845000 | #Constraints:      85006
1922.41/1927.26	WSVECS04 Frhs2[8]: 6 -0.593847 0 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[13]: 6 -5.25006 0 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[59]: 6 0 1.00006 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[75]: 6 0 5.00008 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[79]: 6 0 4.00004 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[80]: 6 0 3.25006 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[101]: 6 -0.25001 0 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[113]: 6 -1.25007 0 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[124]: 6 0 2.62509 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[125]: 6 -2.00002 0 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[137]: 6 -2.00005 0 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[143]: 6 0 2.00005 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[144]: 6 0 1.25008 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[150]: 6 0 5.00002 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[180]: 6 0 0.625045 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[202]: 6 -2.0001 0 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[213]: 6 0 1.00003 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[226]: 6 -1.75005 0 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[229]: 6 0 2.25006 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[242]: 6 0 0.916697 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[253]: 6 0 4.00009 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[257]: 6 0 0.5938 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[266]: 6 -6.50004 0 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[272]: 6 0 1.25005 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[275]: 6 -35 0 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[278]: 6 0 1.00002 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[292]: 6 0 1.3751 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[295]: 6 0 0.250014 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[308]: 6 0 0.625027 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[320]: 6 -3.00008 0 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[324]: 6 -1.40634 0 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[331]: 6 0 3.00003 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[343]: 6 0 5.00005 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[348]: 6 -2.6251 0 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[350]: 6 0 0.875055 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[378]: 6 0 3.00006 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[380]: 6 0 4.00003 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[387]: 6 -1.00003 0 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[402]: 6 0 2.00007 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[404]: 6 0 9.12508 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[425]: 6 0 0.625038 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[432]: 6 0 0.625029 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[445]: 6 0 2.00008 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[481]: 6 -8.00007 0 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[484]: 6 0 1.37507 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[487]: 6 0 0.250033 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[491]: 6 -15.2501 0 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[503]: 6 -5.12505 0 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[542]: 6 0 0.625036 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[572]: 6 0 4.00007 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[600]: 6 -6.00002 0 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[641]: 6 0 0.593818 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[688]: 6 -6.00008 0 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[689]: 6 0 1.6667 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[700]: 6 0 4.00005 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[704]: 6 -3.00006 0 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[705]: 6 -0.593826 0 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[720]: 6 0 1.25001 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[736]: 6 0 1.25003 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[743]: 6 0 0.250035 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[747]: 6 0 2.37501 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[750]: 6 0 2.37504 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[751]: 6 0 2.37509 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[760]: 6 0 0.750019 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[769]: 6 -0.812521 0 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[778]: 6 -0.750041 0 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[779]: 6 0 3.00001 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[782]: 6 0 1.25005 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[783]: 6 0 2.00007 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[784]: 6 0 1.25005 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[785]: 6 -1.00009 0 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[848]: 6 0 1.25009 shouldn't be
1922.41/1927.26	WSVECS04 Frhs2[852]: 6 0 7.12501 shouldn't be
1960.80/1965.75	c #Conflicts:    2846000 | #Constraints:      86007
1960.80/1965.75	c #Conflicts:    2847000 | #Constraints:      87007
1960.80/1965.75	c #Conflicts:    2848000 | #Constraints:      88007
1960.80/1965.75	c #Conflicts:    2849000 | #Constraints:      89008
1960.80/1965.75	c #Conflicts:    2850000 | #Constraints:      90008
1960.80/1965.75	c #Conflicts:    2851000 | #Constraints:      91009
1960.80/1965.75	c #Conflicts:    2852000 | #Constraints:      92011
1960.80/1965.75	c #Conflicts:    2853000 | #Constraints:      93011
1960.80/1965.75	c #Conflicts:    2854000 | #Constraints:      94011
1960.80/1965.75	c #Conflicts:    2855000 | #Constraints:      95011
1960.80/1965.75	c #Conflicts:    2856000 | #Constraints:      96011
1960.80/1965.75	c #Conflicts:    2857000 | #Constraints:      97012
1960.80/1965.75	c #Conflicts:    2858000 | #Constraints:      98012
1960.80/1965.75	c #Conflicts:    2859000 | #Constraints:      99012
1960.80/1965.75	c #Conflicts:    2860000 | #Constraints:     100012
1960.80/1965.75	c #Conflicts:    2861000 | #Constraints:     101012
1960.80/1965.75	c #Conflicts:    2862000 | #Constraints:     102013
1960.80/1965.75	c #Conflicts:    2863000 | #Constraints:     103015
1960.80/1965.75	c #Conflicts:    2864000 | #Constraints:     104015
1960.80/1965.75	c #Conflicts:    2865000 | #Constraints:     105016
1960.80/1965.75	c #Conflicts:    2866000 | #Constraints:     106016
1960.80/1965.75	c #Conflicts:    2867000 | #Constraints:     107017
1960.80/1965.75	c #Conflicts:    2868000 | #Constraints:     108017
1960.80/1965.75	c #Conflicts:    2869000 | #Constraints:     109017
1960.80/1965.75	c #Conflicts:    2870000 | #Constraints:     110017
1960.80/1965.75	c #Conflicts:    2871000 | #Constraints:     111020
1960.80/1965.75	c #Conflicts:    2872000 | #Constraints:     112021
1960.80/1965.75	c #Conflicts:    2873000 | #Constraints:     113021
1960.80/1965.75	c #Conflicts:    2874000 | #Constraints:     114022
1960.80/1965.75	c #Conflicts:    2875000 | #Constraints:     115024
1960.80/1965.75	c #Conflicts:    2876000 | #Constraints:     116025
1960.80/1965.75	c #Conflicts:    2877000 | #Constraints:     117025
1960.80/1965.75	c #Conflicts:    2878000 | #Constraints:     118025
1960.80/1965.75	c INPROCESSING
1960.80/1965.75	c GARBAGE COLLECT
1960.80/1965.75	c rational objective 128
1986.54/1991.52	c #Conflicts:    2879000 | #Constraints:      68630
1986.54/1991.52	c #Conflicts:    2880000 | #Constraints:      69630
1986.54/1991.52	c #Conflicts:    2881000 | #Constraints:      70630
1986.54/1991.52	c #Conflicts:    2882000 | #Constraints:      71630
1986.54/1991.52	c #Conflicts:    2883000 | #Constraints:      72630
1986.54/1991.52	c #Conflicts:    2884000 | #Constraints:      73630
1986.54/1991.52	c #Conflicts:    2885000 | #Constraints:      74630
1986.54/1991.52	c #Conflicts:    2886000 | #Constraints:      75630
1986.54/1991.52	c #Conflicts:    2887000 | #Constraints:      76630
1986.54/1991.52	c #Conflicts:    2888000 | #Constraints:      77630
1986.54/1991.52	c #Conflicts:    2889000 | #Constraints:      78630
1986.54/1991.52	c #Conflicts:    2890000 | #Constraints:      79630
1986.54/1991.52	c #Conflicts:    2891000 | #Constraints:      80630
1986.54/1991.52	c #Conflicts:    2892000 | #Constraints:      81630
1986.54/1991.52	c #Conflicts:    2893000 | #Constraints:      82630
1986.54/1991.52	c #Conflicts:    2894000 | #Constraints:      83630
1986.54/1991.52	c #Conflicts:    2895000 | #Constraints:      84630
1986.54/1991.52	c #Conflicts:    2896000 | #Constraints:      85630
1986.54/1991.52	c #Conflicts:    2897000 | #Constraints:      86630
1986.54/1991.52	c #Conflicts:    2898000 | #Constraints:      87630
1986.54/1991.52	c #Conflicts:    2899000 | #Constraints:      88630
1986.54/1991.52	c #Conflicts:    2900000 | #Constraints:      89630
1986.54/1991.52	c #Conflicts:    2901000 | #Constraints:      90630
1986.54/1991.52	c #Conflicts:    2902000 | #Constraints:      91630
1986.54/1991.52	c #Conflicts:    2903000 | #Constraints:      92630
1986.54/1991.52	c #Conflicts:    2904000 | #Constraints:      93630
1986.54/1991.52	c #Conflicts:    2905000 | #Constraints:      94630
1986.54/1991.52	c #Conflicts:    2906000 | #Constraints:      95630
1986.54/1991.52	c #Conflicts:    2907000 | #Constraints:      96630
1986.54/1991.52	c #Conflicts:    2908000 | #Constraints:      97630
1986.54/1991.52	c #Conflicts:    2909000 | #Constraints:      98630
1986.54/1991.52	c #Conflicts:    2910000 | #Constraints:      99630
1986.54/1991.52	c #Conflicts:    2911000 | #Constraints:     100630
1986.54/1991.52	c #Conflicts:    2912000 | #Constraints:     101630
1986.54/1991.52	c #Conflicts:    2913000 | #Constraints:     102630
1986.54/1991.52	c #Conflicts:    2914000 | #Constraints:     103630
1986.54/1991.52	c #Conflicts:    2915000 | #Constraints:     104630
1986.54/1991.52	c #Conflicts:    2916000 | #Constraints:     105630
1986.54/1991.52	c #Conflicts:    2917000 | #Constraints:     106630
1986.54/1991.52	c #Conflicts:    2918000 | #Constraints:     107630
1986.54/1991.52	c INPROCESSING
1986.54/1991.52	c GARBAGE COLLECT
1986.54/1991.52	c rational objective 128
2009.57/2014.66	c #Conflicts:    2919000 | #Constraints:      63465
2009.57/2014.66	c #Conflicts:    2920000 | #Constraints:      64465
2009.57/2014.66	c #Conflicts:    2921000 | #Constraints:      65465
2009.57/2014.66	c #Conflicts:    2922000 | #Constraints:      66465
2009.57/2014.66	c #Conflicts:    2923000 | #Constraints:      67465
2009.57/2014.66	c #Conflicts:    2924000 | #Constraints:      68465
2009.57/2014.66	c #Conflicts:    2925000 | #Constraints:      69465
2009.57/2014.66	c #Conflicts:    2926000 | #Constraints:      70465
2009.57/2014.66	c #Conflicts:    2927000 | #Constraints:      71465
2009.57/2014.66	c #Conflicts:    2928000 | #Constraints:      72465
2009.57/2014.66	c #Conflicts:    2929000 | #Constraints:      73465
2009.57/2014.66	c #Conflicts:    2930000 | #Constraints:      74465
2009.57/2014.66	c #Conflicts:    2931000 | #Constraints:      75465
2009.57/2014.66	c #Conflicts:    2932000 | #Constraints:      76466
2009.57/2014.66	c #Conflicts:    2933000 | #Constraints:      77466
2009.57/2014.66	c #Conflicts:    2934000 | #Constraints:      78466
2009.57/2014.66	c #Conflicts:    2935000 | #Constraints:      79466
2009.57/2014.66	c #Conflicts:    2936000 | #Constraints:      80467
2009.57/2014.66	c #Conflicts:    2937000 | #Constraints:      81467
2009.57/2014.66	c #Conflicts:    2938000 | #Constraints:      82467
2009.57/2014.66	c #Conflicts:    2939000 | #Constraints:      83467
2009.57/2014.66	c #Conflicts:    2940000 | #Constraints:      84467
2009.57/2014.66	c #Conflicts:    2941000 | #Constraints:      85467
2009.57/2014.66	c #Conflicts:    2942000 | #Constraints:      86467
2009.57/2014.66	c #Conflicts:    2943000 | #Constraints:      87467
2009.57/2014.66	c #Conflicts:    2944000 | #Constraints:      88467
2009.57/2014.66	c #Conflicts:    2945000 | #Constraints:      89467
2009.57/2014.66	c #Conflicts:    2946000 | #Constraints:      90467
2009.57/2014.66	c #Conflicts:    2947000 | #Constraints:      91467
2009.57/2014.66	c #Conflicts:    2948000 | #Constraints:      92467
2009.57/2014.66	c #Conflicts:    2949000 | #Constraints:      93467
2009.57/2014.66	c #Conflicts:    2950000 | #Constraints:      94467
2009.57/2014.66	c #Conflicts:    2951000 | #Constraints:      95467
2009.57/2014.66	c #Conflicts:    2952000 | #Constraints:      96467
2009.57/2014.66	c #Conflicts:    2953000 | #Constraints:      97467
2009.57/2014.66	c #Conflicts:    2954000 | #Constraints:      98467
2009.57/2014.66	WSVECS04 Frhs2[14]: 6 0 8.50004 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[15]: 6 0 3.50006 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[78]: 6 0 8.50008 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[79]: 6 0 3.50007 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[101]: 6 -28.6668 0 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[109]: 6 -5.33341 0 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[114]: 6 0 5.00007 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[117]: 6 0 3.50009 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[119]: 6 -3.00004 0 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[120]: 6 0 19.5001 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[142]: 6 0 12.5001 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[166]: 6 0 23.6667 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[193]: 6 -12.8334 0 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[208]: 6 0 0.50003 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[229]: 6 -1.83337 0 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[265]: 6 0 4.00007 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[310]: 6 0 15.3334 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[312]: 6 0 19.5001 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[325]: 6 0 1.83339 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[327]: 6 0 5.00003 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[357]: 6 -0.166729 0 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[359]: 6 0 0.833411 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[373]: 6 0 3.50003 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[375]: 6 -6.00009 0 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[385]: 6 -4.33334 0 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[387]: 6 0 9.58338 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[391]: 6 0 5.00003 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[393]: 6 -1.0001 0 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[394]: 6 0 2.33341 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[397]: 6 0 2.00009 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[398]: 6 0 13.3334 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[432]: 6 -10.1667 0 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[440]: 6 0 0.166757 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[488]: 6 0 10.1667 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[507]: 6 -15.4167 0 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[552]: 6 0 10.1667 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[562]: 6 0 4.33341 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[583]: 6 0 5.00001 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[591]: 6 -1.33342 0 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[622]: 6 0 2.00009 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[623]: 6 0 2.00004 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[650]: 6 -3.50001 0 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[653]: 6 0 2.00002 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[685]: 6 0 1.83337 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[690]: 6 0 5.00002 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[739]: 6 0 5.00002 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[742]: 6 0 22 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[744]: 6 0 7.83335 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[759]: 6 -24.0001 0 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[806]: 6 0 22.5001 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[808]: 6 0 8.33335 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[874]: 6 0 1.33337 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[1002]: 6 0 1.00007 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[1177]: 6 -1.00008 0 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[1329]: 6 0 1.00003 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[1336]: 6 -1.00003 0 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[1338]: 6 -1.00003 0 shouldn't be
2009.57/2014.66	WSVECS04 Frhs2[1344]: 6 -1.00008 0 shouldn't be
2009.88/2014.97	WSVECS04 Frhs2[226]: 6 0 2.33338 shouldn't be
2009.88/2014.97	WSVECS04 Frhs2[497]: 6 0 2.33342 shouldn't be
2009.88/2014.97	WSVECS04 Frhs2[755]: 6 0 1.41674 shouldn't be
2009.88/2014.97	WSVECS04 Frhs2[959]: 6 0 1.00009 shouldn't be
2009.88/2014.97	WSVECS04 Frhs2[1001]: 6 0 1.00009 shouldn't be
2009.88/2014.97	WSVECS04 Frhs2[1195]: 6 -3.00001 0 shouldn't be
2009.88/2014.97	WSVECS04 Frhs2[1231]: 6 -2.00004 0 shouldn't be
2009.88/2014.97	WSVECS04 Frhs2[1321]: 6 0 1.00005 shouldn't be
2010.17/2015.27	WSVECS04 Frhs2[232]: 6 0 10.1667 shouldn't be
2010.17/2015.27	WSVECS04 Frhs2[389]: 6 0 1.83343 shouldn't be
2010.17/2015.27	WSVECS04 Frhs2[392]: 6 0 2.50002 shouldn't be
2010.17/2015.27	WSVECS04 Frhs2[417]: 6 0 2.33343 shouldn't be
2010.17/2015.27	WSVECS04 Frhs2[456]: 6 0 11.1667 shouldn't be
2010.17/2015.27	WSVECS04 Frhs2[674]: 6 0 0.333422 shouldn't be
2010.17/2015.27	WSVECS04 Frhs2[776]: 6 0 12.1667 shouldn't be
2010.17/2015.27	WSVECS04 Frhs2[1216]: 6 0 1.00008 shouldn't be
2010.47/2015.56	WSVECS04 Frhs2[372]: 6 0 12.0001 shouldn't be
2010.47/2015.56	WSVECS04 Frhs2[525]: 6 0 2.00009 shouldn't be
2010.47/2015.56	WSVECS04 Frhs2[625]: 6 0 0.83337 shouldn't be
2010.47/2015.56	WSVECS04 Frhs2[711]: 6 0 5.00008 shouldn't be
2010.47/2015.56	WSVECS04 Frhs2[772]: 6 0 0.500061 shouldn't be
2010.47/2015.56	WSVECS04 Frhs2[996]: 6 -3.00008 0 shouldn't be
2010.47/2015.56	WSVECS04 Frhs2[1320]: 6 0 1.00004 shouldn't be
2010.87/2015.90	WSVECS04 Frhs2[38]: 6 0 24.3334 shouldn't be
2010.87/2015.90	WSVECS04 Frhs2[118]: 6 0 32.6668 shouldn't be
2010.87/2015.90	WSVECS04 Frhs2[358]: 6 0 24.3334 shouldn't be
2010.87/2015.90	WSVECS04 Frhs2[374]: 6 0 32.6667 shouldn't be
2010.87/2015.90	WSVECS04 Frhs2[422]: 6 0 24.3334 shouldn't be
2010.87/2015.90	WSVECS04 Frhs2[430]: 6 0 23.5001 shouldn't be
2010.87/2015.90	WSVECS04 Frhs2[499]: 6 0 2.00004 shouldn't be
2010.87/2015.90	WSVECS04 Frhs2[528]: 6 0 5.33342 shouldn't be
2010.87/2015.90	WSVECS04 Frhs2[590]: 6 0 13.3334 shouldn't be
2010.87/2015.90	WSVECS04 Frhs2[630]: 6 0 27.6667 shouldn't be
2010.87/2015.90	WSVECS04 Frhs2[654]: 6 0 13.3334 shouldn't be
2010.87/2015.90	WSVECS04 Frhs2[712]: 6 0 12.6667 shouldn't be
2010.87/2015.90	WSVECS04 Frhs2[718]: 6 0 13.3334 shouldn't be
2010.87/2015.90	WSVECS04 Frhs2[748]: 6 0 2.3334 shouldn't be
2010.87/2015.90	WSVECS04 Frhs2[782]: 6 0 12.3334 shouldn't be
2010.87/2015.90	WSVECS04 Frhs2[836]: 6 0 2.00004 shouldn't be
2010.87/2015.90	WSVECS04 Frhs2[838]: 6 0 12.75 shouldn't be
2010.87/2015.90	WSVECS04 Frhs2[1291]: 6 -5.00004 0 shouldn't be
2010.87/2015.90	WSVECS04 Frhs2[1325]: 6 0 1.00005 shouldn't be
2010.87/2015.90	WSVECS04 Frhs2[1339]: 6 0 1.0001 shouldn't be
2011.17/2016.25	WSVECS04 Frhs2[36]: 6 0 2.83338 shouldn't be
2011.17/2016.25	WSVECS04 Frhs2[272]: 6 0 9.33335 shouldn't be
2011.17/2016.25	WSVECS04 Frhs2[364]: 6 0 2.83339 shouldn't be
2011.17/2016.25	WSVECS04 Frhs2[687]: 6 0 7.16668 shouldn't be
2011.17/2016.25	WSVECS04 Frhs2[715]: 6 0 17.4167 shouldn't be
2011.17/2016.25	WSVECS04 Frhs2[758]: 6 0 13.1668 shouldn't be
2011.17/2016.25	WSVECS04 Frhs2[784]: 6 0 4.33342 shouldn't be
2011.17/2016.25	WSVECS04 Frhs2[824]: 6 0 15 shouldn't be
2011.17/2016.25	WSVECS04 Frhs2[876]: 6 0 8.1667 shouldn't be
2011.47/2016.53	WSVECS04 Frhs2[52]: 6 0 6.16675 shouldn't be
2011.47/2016.53	WSVECS04 Frhs2[225]: 6 0 2.33343 shouldn't be
2011.47/2016.53	WSVECS04 Frhs2[686]: 6 0 7.16668 shouldn't be
2011.47/2016.53	WSVECS04 Frhs2[694]: 6 0 32.6667 shouldn't be
2011.47/2016.53	WSVECS04 Frhs2[696]: 6 0 13.3334 shouldn't be
2011.47/2016.53	WSVECS04 Frhs2[707]: 6 0 16.9168 shouldn't be
2012.07/2017.11	WSVECS04 Frhs2[4]: 6 0 2.00002 shouldn't be
2012.07/2017.11	WSVECS04 Frhs2[353]: 6 0 2.33337 shouldn't be
2012.07/2017.11	WSVECS04 Frhs2[360]: 6 0 10.1667 shouldn't be
2012.07/2017.11	WSVECS04 Frhs2[369]: 6 0 5.83342 shouldn't be
2012.07/2017.11	WSVECS04 Frhs2[965]: 6 -4.00003 0 shouldn't be
2046.08/2051.27	c #Conflicts:    2955000 | #Constraints:      99467
2046.08/2051.27	c #Conflicts:    2956000 | #Constraints:     100467
2046.08/2051.27	c #Conflicts:    2957000 | #Constraints:     101467
2046.08/2051.27	c #Conflicts:    2958000 | #Constraints:     102467
2046.08/2051.27	c #Conflicts:    2959000 | #Constraints:     103467
2046.08/2051.27	c #Conflicts:    2960000 | #Constraints:     104467
2046.08/2051.27	c #Conflicts:    2961000 | #Constraints:     105467
2046.08/2051.27	c #Conflicts:    2962000 | #Constraints:     106467
2046.08/2051.27	c #Conflicts:    2963000 | #Constraints:     107467
2046.08/2051.27	c #Conflicts:    2964000 | #Constraints:     108467
2046.08/2051.27	c #Conflicts:    2965000 | #Constraints:     109467
2046.08/2051.27	c #Conflicts:    2966000 | #Constraints:     110467
2046.08/2051.27	c #Conflicts:    2967000 | #Constraints:     111467
2046.08/2051.27	c #Conflicts:    2968000 | #Constraints:     112467
2046.08/2051.27	c #Conflicts:    2969000 | #Constraints:     113467
2046.08/2051.27	c #Conflicts:    2970000 | #Constraints:     114467
2046.08/2051.27	c #Conflicts:    2971000 | #Constraints:     115467
2046.08/2051.27	c #Conflicts:    2972000 | #Constraints:     116467
2046.08/2051.27	c #Conflicts:    2973000 | #Constraints:     117467
2046.08/2051.27	c #Conflicts:    2974000 | #Constraints:     118467
2046.08/2051.27	c #Conflicts:    2975000 | #Constraints:     119467
2046.08/2051.27	c #Conflicts:    2976000 | #Constraints:     120467
2046.08/2051.27	c #Conflicts:    2977000 | #Constraints:     121467
2046.08/2051.27	c #Conflicts:    2978000 | #Constraints:     122467
2046.08/2051.27	c #Conflicts:    2979000 | #Constraints:     123467
2046.08/2051.27	c #Conflicts:    2980000 | #Constraints:     124467
2046.08/2051.27	c #Conflicts:    2981000 | #Constraints:     125467
2046.08/2051.27	c #Conflicts:    2982000 | #Constraints:     126467
2046.08/2051.27	c #Conflicts:    2983000 | #Constraints:     127467
2046.08/2051.27	c #Conflicts:    2984000 | #Constraints:     128467
2046.08/2051.27	c #Conflicts:    2985000 | #Constraints:     129467
2046.08/2051.27	c #Conflicts:    2986000 | #Constraints:     130467
2046.08/2051.27	c #Conflicts:    2987000 | #Constraints:     131467
2046.08/2051.27	c #Conflicts:    2988000 | #Constraints:     132467
2046.08/2051.27	c #Conflicts:    2989000 | #Constraints:     133467
2046.08/2051.27	c #Conflicts:    2990000 | #Constraints:     134467
2046.08/2051.27	c #Conflicts:    2991000 | #Constraints:     135467
2046.08/2051.27	c #Conflicts:    2992000 | #Constraints:     136467
2046.08/2051.27	c #Conflicts:    2993000 | #Constraints:     137467
2046.08/2051.27	c #Conflicts:    2994000 | #Constraints:     138467
2046.08/2051.27	c #Conflicts:    2995000 | #Constraints:     139468
2046.08/2051.27	c #Conflicts:    2996000 | #Constraints:     140468
2046.08/2051.27	c #Conflicts:    2997000 | #Constraints:     141468
2046.08/2051.27	c #Conflicts:    2998000 | #Constraints:     142469
2046.08/2051.27	WSVECS04 Frhs2[1]: 6 -15.7723 0 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[3]: 6 0 15.2722 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[23]: 6 0 3.76352 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[83]: 6 -0.427628 0 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[87]: 6 0 3.90221 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[116]: 6 0 43.2035 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[119]: 6 -2.26895 0 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[131]: 6 0 31.0445 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[136]: 6 0 15.7723 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[148]: 6 0 37.4114 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[152]: 6 0 0.0694149 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[194]: 6 -6.42507 0 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[212]: 6 0 37.3421 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[214]: 6 0 8.26661 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[215]: 6 0 3.90217 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[218]: 6 0 0.500078 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[220]: 6 -0.500053 0 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[244]: 6 0 43.2034 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[247]: 6 -3.80896 0 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[263]: 6 0 15.7723 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[264]: 6 0 15.7723 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[272]: 6 0 2.00008 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[279]: 6 0 7.75196 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[373]: 6 0 3.61333 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[470]: 6 0 8.26658 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[471]: 6 0 3.90218 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[519]: 6 0 15.2723 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[596]: 6 0 37.3421 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[628]: 6 0 43.2034 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[631]: 6 -3.00003 0 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[656]: 6 0 2.00004 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[666]: 6 0 0.500033 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[692]: 6 0 43.2035 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[707]: 6 0 15.2723 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[714]: 6 -6.00008 0 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[727]: 6 0 3.90217 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[728]: 6 -1.93071 0 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[757]: 6 0 3.61334 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[759]: 6 -3.00008 0 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[770]: 6 0 13.3855 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[775]: 6 0 12.659 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[784]: 6 0 1.2736 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[787]: 6 0 4.31744 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[819]: 6 0 1.57788 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[835]: 6 0 31.0445 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[839]: 6 0 15.7722 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[840]: 6 0 15.7723 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[925]: 6 -3.00004 0 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[963]: 6 -3.00006 0 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[982]: 6 -3.00006 0 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[1003]: 6 -2.00004 0 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[1029]: 6 -2.00003 0 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[1057]: 6 0 0.0693597 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[1067]: 6 -1.00009 0 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[1080]: 6 -1.00009 0 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[1106]: 6 0 2.00008 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[1115]: 6 0 1.00007 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[1240]: 6 0 1.00005 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[1282]: 6 0 1.00007 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[1289]: 6 0 1.0001 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[1296]: 6 -1.00001 0 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[1304]: 6 0 1.00006 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[1323]: 6 -1.00008 0 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[1336]: 6 -1.00004 0 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[1340]: 6 -3.00005 0 shouldn't be
2046.08/2051.27	WSVECS04 Frhs2[1344]: 6 -1.00006 0 shouldn't be
2049.17/2054.30	c #Conflicts:    2999000 | #Constraints:     143469
2049.17/2054.30	c #Conflicts:    3000000 | #Constraints:     144469
2049.17/2054.30	c #Conflicts:    3001000 | #Constraints:     145469
2049.17/2054.30	WSVECS04 Frhs2[8]: 6 0 0.269935 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[25]: 6 0 2.45681 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[47]: 6 0 0.0994311 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[56]: 6 0 1.43432 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[66]: 6 0 0.480814 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[67]: 6 0 0.269934 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[68]: 6 0 0.269909 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[78]: 6 0 0.504831 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[92]: 6 -3.37672 0 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[113]: 6 0 0.229944 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[137]: 6 0 1.18574 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[139]: 6 0 0.229925 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[143]: 6 0 0.455793 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[154]: 6 0 4.06677 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[157]: 6 0 0.690071 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[158]: 6 0 0.690059 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[175]: 6 0 0.0994653 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[183]: 6 -39.6702 0 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[191]: 6 0 0.339261 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[201]: 6 0 1.18573 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[202]: 6 -1.31839 0 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[203]: 6 0 0.229953 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[205]: 6 0 35.7584 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[223]: 6 0 0.78944 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[238]: 6 -0.0994345 0 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[257]: 6 0 2.00009 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[260]: 6 0 2.78919 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[261]: 6 0 2.78912 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[265]: 6 0 1.69052 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[268]: 6 0 0.504808 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[269]: 6 0 36.2633 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[270]: 6 0 0.504828 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[273]: 6 0 0.0776409 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[276]: 6 0 0.822615 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[277]: 6 0 14.6321 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[313]: 6 0 0.931246 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[324]: 6 -12.2615 0 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[329]: 6 0 3.18573 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[332]: 6 0 2.00008 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[333]: 6 0 19.204 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[334]: 6 0 2.00003 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[336]: 6 0 1.59992 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[337]: 6 0 4.00005 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[346]: 6 0 0.69006 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[367]: 6 0 0.0994662 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[382]: 6 -7.09519 0 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[393]: 6 0 1.18569 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[396]: 6 -16.1047 0 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[407]: 6 0 0.0670149 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[433]: 6 0 0.795611 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[434]: 6 0 0.565714 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[436]: 6 0 3.43437 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[438]: 6 0 11.9475 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[439]: 6 -2.5658 0 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[440]: 6 0 0.565801 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[450]: 6 0 0.210926 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[453]: 6 -8.6578 0 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[457]: 6 0 4.72998 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[460]: 6 0 3.54426 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[462]: 6 0 3.5443 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[469]: 6 0 13.2285 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[495]: 6 0 0.0994674 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[508]: 6 -4.34197 0 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[515]: 6 0 1.78913 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[516]: 6 0 1.78912 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[529]: 6 0 0.157446 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[530]: 6 0 0.157507 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[559]: 6 0 0.0994349 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[585]: 6 0 1.18572 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[586]: 6 -3.4601 0 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[591]: 6 0 0.455797 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[643]: 6 0 0.269942 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[644]: 6 0 0.269905 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[645]: 6 0 0.269895 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[657]: 6 0 0.157459 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[658]: 6 0 0.157493 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[659]: 6 -3.0635 0 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[687]: 6 0 0.099469 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[689]: 6 0 0.229958 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[699]: 6 0 0.131593 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[702]: 6 0 0.131574 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[781]: 6 0 38.1585 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[815]: 6 0 0.032519 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[821]: 6 0 34.6127 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[834]: 6 0 1.37535 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[845]: 6 0 34.8236 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[846]: 6 -14.6636 0 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[848]: 6 0 4.35971 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[850]: 6 0 0.16807 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[852]: 6 0 0.913075 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[853]: 6 0 14.7226 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[854]: 6 0 11.1887 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[860]: 6 -1.48285 0 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[879]: 6 0 0.0994841 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[890]: 6 0 1.41318 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[892]: 6 0 1.54473 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[893]: 6 0 36.9161 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[918]: 6 -2.43435 0 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[929]: 6 0 0.565731 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[1089]: 6 -0.63247 0 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[1107]: 6 0 0.623379 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[1138]: 6 0 1.00008 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[1185]: 6 0 2.00005 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[1190]: 6 0 1.00003 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[1313]: 6 0 2.00009 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[1328]: 6 0 1.13307 shouldn't be
2049.17/2054.31	WSVECS04 Frhs2[1341]: 6 -4.00002 0 shouldn't be
2049.67/2054.84	WSVECS04 Frhs2[73]: 6 0 1.69047 shouldn't be
2049.67/2054.84	WSVECS04 Frhs2[207]: 6 0 0.455852 shouldn't be
2049.67/2054.84	WSVECS04 Frhs2[1184]: 6 0 1.00003 shouldn't be
2049.67/2054.84	WSVECS04 Frhs2[1321]: 6 0 0.0379724 shouldn't be
2090.55/2095.88	c #Conflicts:    3002000 | #Constraints:     146469
2090.55/2095.88	c #Conflicts:    3003000 | #Constraints:     147469
2090.55/2095.88	c #Conflicts:    3004000 | #Constraints:     148469
2090.55/2095.88	c #Conflicts:    3005000 | #Constraints:     149469
2090.55/2095.88	c #Conflicts:    3006000 | #Constraints:     150469
2090.55/2095.88	c #Conflicts:    3007000 | #Constraints:     151469
2090.55/2095.88	c #Conflicts:    3008000 | #Constraints:     152469
2090.55/2095.88	c #Conflicts:    3009000 | #Constraints:     153469
2090.55/2095.88	c #Conflicts:    3010000 | #Constraints:     154469
2090.55/2095.88	c #Conflicts:    3011000 | #Constraints:     155469
2090.55/2095.88	c #Conflicts:    3012000 | #Constraints:     156469
2090.55/2095.88	c #Conflicts:    3013000 | #Constraints:     157469
2090.55/2095.88	c #Conflicts:    3014000 | #Constraints:     158469
2090.55/2095.88	c #Conflicts:    3015000 | #Constraints:     159469
2090.55/2095.88	c #Conflicts:    3016000 | #Constraints:     160469
2090.55/2095.88	c #Conflicts:    3017000 | #Constraints:     161469
2090.55/2095.88	c #Conflicts:    3018000 | #Constraints:     162469
2090.55/2095.88	c #Conflicts:    3019000 | #Constraints:     163469
2090.55/2095.88	c #Conflicts:    3020000 | #Constraints:     164469
2090.55/2095.88	c #Conflicts:    3021000 | #Constraints:     165469
2090.55/2095.88	c #Conflicts:    3022000 | #Constraints:     166469
2090.55/2095.88	c #Conflicts:    3023000 | #Constraints:     167469
2090.55/2095.88	c #Conflicts:    3024000 | #Constraints:     168469
2090.55/2095.88	c #Conflicts:    3025000 | #Constraints:     169469
2090.55/2095.88	c #Conflicts:    3026000 | #Constraints:     170469
2090.55/2095.88	c #Conflicts:    3027000 | #Constraints:     171469
2090.55/2095.88	c #Conflicts:    3028000 | #Constraints:     172469
2090.55/2095.88	c #Conflicts:    3029000 | #Constraints:     173469
2090.55/2095.88	c #Conflicts:    3030000 | #Constraints:     174469
2090.55/2095.88	c #Conflicts:    3031000 | #Constraints:     175469
2090.55/2095.88	c #Conflicts:    3032000 | #Constraints:     176469
2090.55/2095.88	c #Conflicts:    3033000 | #Constraints:     177469
2090.55/2095.88	c #Conflicts:    3034000 | #Constraints:     178469
2090.55/2095.88	c #Conflicts:    3035000 | #Constraints:     179469
2090.55/2095.88	c #Conflicts:    3036000 | #Constraints:     180469
2090.55/2095.88	c #Conflicts:    3037000 | #Constraints:     181469
2090.55/2095.88	c #Conflicts:    3038000 | #Constraints:     182469
2090.55/2095.88	c #Conflicts:    3039000 | #Constraints:     183469
2090.55/2095.88	c #Conflicts:    3040000 | #Constraints:     184469
2090.55/2095.88	c #Conflicts:    3041000 | #Constraints:     185469
2090.55/2095.88	c #Conflicts:    3042000 | #Constraints:     186469
2090.55/2095.88	c #Conflicts:    3043000 | #Constraints:     187469
2090.55/2095.88	c #Conflicts:    3044000 | #Constraints:     188469
2090.55/2095.88	c #Conflicts:    3045000 | #Constraints:     189469
2090.55/2095.88	c INPROCESSING
2090.55/2095.88	c GARBAGE COLLECT
2090.55/2095.88	c rational objective 128
2094.25/2099.52	c #Conflicts:    3046000 | #Constraints:     104221
2094.25/2099.52	c #Conflicts:    3047000 | #Constraints:     105221
2094.25/2099.52	c #Conflicts:    3048000 | #Constraints:     106222
2094.25/2099.52	c #Conflicts:    3049000 | #Constraints:     107223
2094.25/2099.52	c #Conflicts:    3050000 | #Constraints:     108224
2094.25/2099.52	WSVECS04 Frhs2[40]: 6 0 0.0671192 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[92]: 6 -1.00008 0 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[122]: 6 0 1.0654 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[124]: 6 0 0.510521 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[137]: 6 -10.3659 0 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[168]: 6 0 0.0670935 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[172]: 6 0 0.969601 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[173]: 6 0 5.76833 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[190]: 6 0 0.013976 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[199]: 6 0 3.06713 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[217]: 6 -7.0001 0 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[223]: 6 0 3.00008 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[231]: 6 0 2.06713 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[249]: 6 0 0.371971 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[256]: 6 0 1.16814 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[260]: 6 0 0.62811 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[262]: 6 0 0.628141 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[282]: 6 0 2.62811 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[302]: 6 -2.17689 0 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[325]: 6 0 2.00007 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[357]: 6 -1.93302 0 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[387]: 6 -4.00008 0 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[412]: 6 0 2.39379 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[424]: 6 0 0.0671491 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[445]: 6 0 0.182991 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[450]: 6 0 3.06713 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[462]: 6 0 1.47774 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[479]: 6 0 3.00004 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[481]: 6 -9.933 0 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[495]: 6 0 5.88113 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[509]: 6 0 0.18302 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[511]: 6 -4.48263 0 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[516]: 6 0 0.554907 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[524]: 6 0 0.0670941 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[542]: 6 0 1.00009 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[547]: 6 0 1.93298 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[555]: 6 0 1.20737 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[556]: 6 0 1.20733 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[559]: 6 0 1.08843 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[572]: 6 0 1.80316 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[575]: 6 0 1.80316 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[590]: 6 0 1.41058 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[636]: 6 0 4.10287 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[651]: 6 -7.23178 0 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[681]: 6 0 2.60979 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[685]: 6 0 4.10373 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[698]: 6 0 0.751755 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[712]: 6 0 1.93295 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[763]: 6 -10.3938 0 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[770]: 6 0 3.0671 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[776]: 6 0 1.20741 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[785]: 6 -4.00007 0 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[799]: 6 0 2.00002 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[826]: 6 0 4.55494 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[831]: 6 0 4.00004 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[842]: 6 -8.41065 0 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[863]: 6 0 3.00007 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[872]: 6 0 0.0671646 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[889]: 6 -6.10282 0 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[1058]: 6 0 1.00006 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[1098]: 6 0 1.00007 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[1100]: 6 0 1.00005 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[1114]: 6 0 1.00004 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[1149]: 6 -3.0001 0 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[1207]: 6 -1.86079 0 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[1209]: 6 0 0.139252 shouldn't be
2094.25/2099.52	WSVECS04 Frhs2[1215]: 6 -1.23681 0 shouldn't be
2094.44/2099.77	WSVECS04 Frhs2[490]: 6 0 6.23788 shouldn't be
2094.44/2099.77	WSVECS04 Frhs2[492]: 6 0 6.00008 shouldn't be
2094.44/2099.77	WSVECS04 Frhs2[494]: 6 0 6.79276 shouldn't be
2094.44/2099.77	WSVECS04 Frhs2[548]: 6 0 1.93299 shouldn't be
2094.44/2099.77	WSVECS04 Frhs2[873]: 6 0 3.42384 shouldn't be
2094.44/2099.77	WSVECS04 Frhs2[1009]: 6 -1.00004 0 shouldn't be
2094.44/2099.77	WSVECS04 Frhs2[1023]: 6 -2.0001 0 shouldn't be
2094.44/2099.77	WSVECS04 Frhs2[1060]: 6 -1.0001 0 shouldn't be
2094.44/2099.77	WSVECS04 Frhs2[1115]: 6 -3.00002 0 shouldn't be
2094.75/2100.03	WSVECS04 Frhs2[75]: 6 0 0.955338 shouldn't be
2094.75/2100.03	WSVECS04 Frhs2[141]: 6 0 2.50008 shouldn't be
2094.75/2100.03	WSVECS04 Frhs2[569]: 6 0 1.80319 shouldn't be
2094.75/2100.03	WSVECS04 Frhs2[840]: 6 0 2.00006 shouldn't be
2094.75/2100.03	WSVECS04 Frhs2[1029]: 6 -2.00003 0 shouldn't be
2098.64/2103.94	c #Conflicts:    3051000 | #Constraints:     109224
2098.64/2103.94	c #Conflicts:    3052000 | #Constraints:     110224
2098.64/2103.94	c #Conflicts:    3053000 | #Constraints:     111224
2098.64/2103.94	c #Conflicts:    3054000 | #Constraints:     112224
2098.64/2103.94	c #Conflicts:    3055000 | #Constraints:     113224
2098.64/2103.94	c #Conflicts:    3056000 | #Constraints:     114225
2098.64/2103.94	WSVECS04 Frhs2[19]: 6 -2.00002 0 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[21]: 6 0 2.00003 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[51]: 6 -6.00002 0 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[53]: 6 0 12.0001 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[205]: 6 0 2.00009 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[207]: 6 0 16.0001 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[245]: 6 0 12.0001 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[247]: 6 -4.0001 0 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[277]: 6 0 2.00005 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[278]: 6 0 2.00008 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[341]: 6 0 2.00003 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[370]: 6 0 7.00008 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[394]: 6 -4.00009 0 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[469]: 6 0 2.00005 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[481]: 6 0 2.00005 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[527]: 6 0 15.0001 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[528]: 6 -1.00005 0 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[550]: 6 -4.00002 0 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[552]: 6 0 2.00003 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[589]: 6 0 1.00007 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[590]: 6 0 1.00007 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[595]: 6 -2.00002 0 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[781]: 6 0 2.00008 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[789]: 6 0 2.00004 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[802]: 6 0 2.00001 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[862]: 6 -2.00001 0 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[875]: 6 0 2.00009 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[1002]: 6 0 1.00008 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[1005]: 6 -3.00002 0 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[1053]: 6 -3.00003 0 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[1057]: 6 0 1.00009 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[1061]: 6 -2.00003 0 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[1064]: 6 0 1.00007 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[1091]: 6 0 1.00005 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[1092]: 6 -1.00001 0 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[1096]: 6 0 1.00002 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[1281]: 6 -1.00003 0 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[1301]: 6 -3.00007 0 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[1338]: 6 -1.00008 0 shouldn't be
2098.64/2103.94	WSVECS04 Frhs2[1340]: 6 -3.00004 0 shouldn't be
2128.66/2134.10	c #Conflicts:    3057000 | #Constraints:     115225
2128.66/2134.10	c #Conflicts:    3058000 | #Constraints:     116225
2128.66/2134.10	c #Conflicts:    3059000 | #Constraints:     117226
2128.66/2134.10	c #Conflicts:    3060000 | #Constraints:     118230
2128.66/2134.10	c #Conflicts:    3061000 | #Constraints:     119231
2128.66/2134.10	c #Conflicts:    3062000 | #Constraints:     120231
2128.66/2134.10	c #Conflicts:    3063000 | #Constraints:     121235
2128.66/2134.10	c #Conflicts:    3064000 | #Constraints:     122235
2128.66/2134.10	c #Conflicts:    3065000 | #Constraints:     123237
2128.66/2134.10	c #Conflicts:    3066000 | #Constraints:     124237
2128.66/2134.10	c #Conflicts:    3067000 | #Constraints:     125238
2128.66/2134.10	c #Conflicts:    3068000 | #Constraints:     126238
2128.66/2134.10	c #Conflicts:    3069000 | #Constraints:     127238
2128.66/2134.10	c #Conflicts:    3070000 | #Constraints:     128238
2128.66/2134.10	c #Conflicts:    3071000 | #Constraints:     129238
2128.66/2134.10	c #Conflicts:    3072000 | #Constraints:     130238
2128.66/2134.10	c #Conflicts:    3073000 | #Constraints:     131238
2128.66/2134.10	c #Conflicts:    3074000 | #Constraints:     132239
2128.66/2134.10	c #Conflicts:    3075000 | #Constraints:     133240
2128.66/2134.10	c #Conflicts:    3076000 | #Constraints:     134240
2128.66/2134.10	c #Conflicts:    3077000 | #Constraints:     135240
2128.66/2134.10	c #Conflicts:    3078000 | #Constraints:     136240
2128.66/2134.10	c #Conflicts:    3079000 | #Constraints:     137241
2128.66/2134.10	c #Conflicts:    3080000 | #Constraints:     138242
2128.66/2134.10	c #Conflicts:    3081000 | #Constraints:     139243
2128.66/2134.10	c #Conflicts:    3082000 | #Constraints:     140244
2128.66/2134.10	c #Conflicts:    3083000 | #Constraints:     141244
2128.66/2134.10	c #Conflicts:    3084000 | #Constraints:     142245
2128.66/2134.10	c #Conflicts:    3085000 | #Constraints:     143246
2128.66/2134.10	c #Conflicts:    3086000 | #Constraints:     144247
2128.66/2134.10	c #Conflicts:    3087000 | #Constraints:     145248
2128.66/2134.10	c INPROCESSING
2128.66/2134.10	c GARBAGE COLLECT
2128.66/2134.10	c rational objective 128
2155.98/2161.42	c #Conflicts:    3088000 | #Constraints:      82463
2155.98/2161.42	c #Conflicts:    3089000 | #Constraints:      83463
2155.98/2161.42	c #Conflicts:    3090000 | #Constraints:      84463
2155.98/2161.42	c #Conflicts:    3091000 | #Constraints:      85463
2155.98/2161.42	c #Conflicts:    3092000 | #Constraints:      86463
2155.98/2161.42	c #Conflicts:    3093000 | #Constraints:      87463
2155.98/2161.42	c #Conflicts:    3094000 | #Constraints:      88466
2155.98/2161.42	c #Conflicts:    3095000 | #Constraints:      89466
2155.98/2161.42	c #Conflicts:    3096000 | #Constraints:      90466
2155.98/2161.42	c #Conflicts:    3097000 | #Constraints:      91466
2155.98/2161.42	c #Conflicts:    3098000 | #Constraints:      92468
2155.98/2161.42	c #Conflicts:    3099000 | #Constraints:      93469
2155.98/2161.42	c #Conflicts:    3100000 | #Constraints:      94471
2155.98/2161.42	c #Conflicts:    3101000 | #Constraints:      95473
2155.98/2161.42	c #Conflicts:    3102000 | #Constraints:      96473
2155.98/2161.42	c #Conflicts:    3103000 | #Constraints:      97476
2155.98/2161.42	c #Conflicts:    3104000 | #Constraints:      98476
2155.98/2161.42	c #Conflicts:    3105000 | #Constraints:      99476
2155.98/2161.42	c #Conflicts:    3106000 | #Constraints:     100476
2155.98/2161.42	c #Conflicts:    3107000 | #Constraints:     101476
2155.98/2161.42	c #Conflicts:    3108000 | #Constraints:     102477
2155.98/2161.42	c #Conflicts:    3109000 | #Constraints:     103480
2155.98/2161.42	c #Conflicts:    3110000 | #Constraints:     104480
2155.98/2161.42	c #Conflicts:    3111000 | #Constraints:     105480
2155.98/2161.42	c #Conflicts:    3112000 | #Constraints:     106480
2155.98/2161.42	c #Conflicts:    3113000 | #Constraints:     107480
2155.98/2161.42	c #Conflicts:    3114000 | #Constraints:     108481
2155.98/2161.42	c #Conflicts:    3115000 | #Constraints:     109482
2155.98/2161.42	c #Conflicts:    3116000 | #Constraints:     110483
2155.98/2161.42	c #Conflicts:    3117000 | #Constraints:     111485
2155.98/2161.42	c #Conflicts:    3118000 | #Constraints:     112487
2155.98/2161.42	c #Conflicts:    3119000 | #Constraints:     113488
2155.98/2161.42	WSVECS04 Frhs2[53]: 6 0 2.00005 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[76]: 6 0 0.864588 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[81]: 6 0 0.864597 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[113]: 6 -4.00007 0 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[137]: 6 -4.00003 0 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[141]: 6 0 1.32909 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[146]: 6 0 0.903316 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[170]: 6 0 6.42584 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[217]: 6 -1.00006 0 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[266]: 6 -1.16139 0 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[270]: 6 0 8.16784 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[302]: 6 -3.74198 0 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[312]: 6 -13 0 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[324]: 6 -4.00007 0 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[338]: 6 0 0.606528 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[396]: 6 0 1.83235 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[416]: 6 -4.00003 0 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[421]: 6 -2.0001 0 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[424]: 6 0 4.00007 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[427]: 6 0 2.21941 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[429]: 6 -6.00003 0 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[460]: 6 0 0.348428 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[470]: 6 0 1.94844 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[481]: 6 -4.00001 0 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[490]: 6 0 6.16777 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[547]: 6 0 2.00008 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[552]: 6 -8.00005 0 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[588]: 6 -5.13557 0 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[589]: 6 0 1.32909 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[591]: 6 0 1.65164 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[604]: 6 -2.00007 0 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[751]: 6 0 0.683926 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[844]: 6 0 0.348398 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[848]: 6 0 4.00005 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[852]: 6 0 0.451638 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[862]: 6 -3.00007 0 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[886]: 6 0 4.07747 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[904]: 6 0 4.0001 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[959]: 6 0 0.651636 shouldn't be
2155.98/2161.42	WSVECS04 Frhs2[1070]: 6 0 2.00003 shouldn't be
2164.66/2170.18	c #Conflicts:    3120000 | #Constraints:     114488
2164.66/2170.18	c #Conflicts:    3121000 | #Constraints:     115488
2164.66/2170.18	c #Conflicts:    3122000 | #Constraints:     116488
2164.66/2170.18	c #Conflicts:    3123000 | #Constraints:     117488
2164.66/2170.18	c #Conflicts:    3124000 | #Constraints:     118491
2164.66/2170.18	c #Conflicts:    3125000 | #Constraints:     119491
2164.66/2170.18	c #Conflicts:    3126000 | #Constraints:     120492
2164.66/2170.18	c #Conflicts:    3127000 | #Constraints:     121492
2164.66/2170.18	c #Conflicts:    3128000 | #Constraints:     122492
2164.66/2170.18	c INPROCESSING
2164.66/2170.18	c GARBAGE COLLECT
2164.66/2170.18	c rational objective 128
2189.79/2195.33	c #Conflicts:    3129000 | #Constraints:      70921
2189.79/2195.33	c #Conflicts:    3130000 | #Constraints:      71921
2189.79/2195.33	c #Conflicts:    3131000 | #Constraints:      72921
2189.79/2195.33	c #Conflicts:    3132000 | #Constraints:      73921
2189.79/2195.33	c #Conflicts:    3133000 | #Constraints:      74921
2189.79/2195.33	c #Conflicts:    3134000 | #Constraints:      75921
2189.79/2195.33	c #Conflicts:    3135000 | #Constraints:      76921
2189.79/2195.33	c #Conflicts:    3136000 | #Constraints:      77921
2189.79/2195.33	c #Conflicts:    3137000 | #Constraints:      78921
2189.79/2195.33	c #Conflicts:    3138000 | #Constraints:      79921
2189.79/2195.33	c #Conflicts:    3139000 | #Constraints:      80921
2189.79/2195.33	c #Conflicts:    3140000 | #Constraints:      81921
2189.79/2195.33	c #Conflicts:    3141000 | #Constraints:      82921
2189.79/2195.33	c #Conflicts:    3142000 | #Constraints:      83921
2189.79/2195.33	c #Conflicts:    3143000 | #Constraints:      84921
2189.79/2195.33	c #Conflicts:    3144000 | #Constraints:      85921
2189.79/2195.33	c #Conflicts:    3145000 | #Constraints:      86921
2189.79/2195.33	c #Conflicts:    3146000 | #Constraints:      87921
2189.79/2195.33	c #Conflicts:    3147000 | #Constraints:      88921
2189.79/2195.33	c #Conflicts:    3148000 | #Constraints:      89921
2189.79/2195.33	c #Conflicts:    3149000 | #Constraints:      90921
2189.79/2195.33	c #Conflicts:    3150000 | #Constraints:      91921
2189.79/2195.33	c #Conflicts:    3151000 | #Constraints:      92921
2189.79/2195.33	c #Conflicts:    3152000 | #Constraints:      93921
2189.79/2195.33	c #Conflicts:    3153000 | #Constraints:      94921
2189.79/2195.33	c #Conflicts:    3154000 | #Constraints:      95921
2189.79/2195.33	c #Conflicts:    3155000 | #Constraints:      96921
2189.79/2195.33	c #Conflicts:    3156000 | #Constraints:      97922
2189.79/2195.33	c #Conflicts:    3157000 | #Constraints:      98922
2189.79/2195.33	c #Conflicts:    3158000 | #Constraints:      99922
2189.79/2195.33	c #Conflicts:    3159000 | #Constraints:     100922
2189.79/2195.33	c #Conflicts:    3160000 | #Constraints:     101922
2189.79/2195.33	c #Conflicts:    3161000 | #Constraints:     102922
2189.79/2195.33	c #Conflicts:    3162000 | #Constraints:     103922
2189.79/2195.33	c #Conflicts:    3163000 | #Constraints:     104922
2189.79/2195.33	c #Conflicts:    3164000 | #Constraints:     105922
2189.79/2195.33	c #Conflicts:    3165000 | #Constraints:     106922
2189.79/2195.33	c #Conflicts:    3166000 | #Constraints:     107922
2189.79/2195.33	c #Conflicts:    3167000 | #Constraints:     108922
2189.79/2195.33	c #Conflicts:    3168000 | #Constraints:     109922
2189.79/2195.33	c #Conflicts:    3169000 | #Constraints:     110922
2189.79/2195.33	c #Conflicts:    3170000 | #Constraints:     111922
2189.79/2195.33	c INPROCESSING
2189.79/2195.33	c GARBAGE COLLECT
2189.79/2195.33	c rational objective 128
2207.94/2213.59	c #Conflicts:    3171000 | #Constraints:      65830
2207.94/2213.59	c #Conflicts:    3172000 | #Constraints:      66832
2207.94/2213.59	c #Conflicts:    3173000 | #Constraints:      67832
2207.94/2213.59	c #Conflicts:    3174000 | #Constraints:      68833
2207.94/2213.59	c #Conflicts:    3175000 | #Constraints:      69835
2207.94/2213.59	c #Conflicts:    3176000 | #Constraints:      70836
2207.94/2213.59	c #Conflicts:    3177000 | #Constraints:      71837
2207.94/2213.59	c #Conflicts:    3178000 | #Constraints:      72839
2207.94/2213.59	c #Conflicts:    3179000 | #Constraints:      73840
2207.94/2213.59	c #Conflicts:    3180000 | #Constraints:      74840
2207.94/2213.59	c #Conflicts:    3181000 | #Constraints:      75841
2207.94/2213.59	c #Conflicts:    3182000 | #Constraints:      76844
2207.94/2213.59	c #Conflicts:    3183000 | #Constraints:      77845
2207.94/2213.59	c #Conflicts:    3184000 | #Constraints:      78845
2207.94/2213.59	c #Conflicts:    3185000 | #Constraints:      79845
2207.94/2213.59	c #Conflicts:    3186000 | #Constraints:      80846
2207.94/2213.59	c #Conflicts:    3187000 | #Constraints:      81847
2207.94/2213.59	c #Conflicts:    3188000 | #Constraints:      82848
2207.94/2213.59	c #Conflicts:    3189000 | #Constraints:      83849
2207.94/2213.59	c #Conflicts:    3190000 | #Constraints:      84849
2207.94/2213.59	c #Conflicts:    3191000 | #Constraints:      85849
2207.94/2213.59	c #Conflicts:    3192000 | #Constraints:      86849
2207.94/2213.59	c #Conflicts:    3193000 | #Constraints:      87851
2207.94/2213.59	c #Conflicts:    3194000 | #Constraints:      88852
2207.94/2213.59	c #Conflicts:    3195000 | #Constraints:      89852
2207.94/2213.59	c #Conflicts:    3196000 | #Constraints:      90852
2207.94/2213.59	WSVECS04 Frhs2[65]: 6 -2.98887 0 shouldn't be
2207.94/2213.59	WSVECS04 Frhs2[94]: 6 0 2.00004 shouldn't be
2207.94/2213.59	WSVECS04 Frhs2[215]: 6 0 6.79351 shouldn't be
2207.94/2213.59	WSVECS04 Frhs2[220]: 6 0 0.59036 shouldn't be
2207.94/2213.59	WSVECS04 Frhs2[231]: 6 -4.20656 0 shouldn't be
2207.94/2213.59	WSVECS04 Frhs2[247]: 6 -0.370942 0 shouldn't be
2207.94/2213.59	WSVECS04 Frhs2[287]: 6 -5.87097 0 shouldn't be
2207.94/2213.59	WSVECS04 Frhs2[727]: 6 0 1.79352 shouldn't be
2207.94/2213.59	WSVECS04 Frhs2[730]: 6 0 2.00003 shouldn't be
2207.94/2213.59	WSVECS04 Frhs2[733]: 6 0 4.89684 shouldn't be
2207.94/2213.59	WSVECS04 Frhs2[833]: 6 0 1.02583 shouldn't be
2207.94/2213.59	WSVECS04 Frhs2[939]: 6 -2.00005 0 shouldn't be
2207.94/2213.59	WSVECS04 Frhs2[1056]: 6 0 2.00002 shouldn't be
2207.94/2213.59	WSVECS04 Frhs2[1112]: 6 0 0.103337 shouldn't be
2207.94/2213.59	WSVECS04 Frhs2[1140]: 6 -4.89682 0 shouldn't be
2207.94/2213.59	WSVECS04 Frhs2[1233]: 6 0 0.741945 shouldn't be
2207.94/2213.59	WSVECS04 Frhs2[1238]: 6 -1.25815 0 shouldn't be
2210.24/2215.81	c #Conflicts:    3197000 | #Constraints:      91852
2210.24/2215.81	c #Conflicts:    3198000 | #Constraints:      92852
2210.24/2215.81	c #Conflicts:    3199000 | #Constraints:      93852
2210.24/2215.81	WSVECS04 Frhs2[1]: 6 -1.42038 0 shouldn't be
2210.24/2215.81	WSVECS04 Frhs2[6]: 6 0 1.47833 shouldn't be
2210.24/2215.81	WSVECS04 Frhs2[25]: 6 0 1.5653 shouldn't be
2210.24/2215.81	WSVECS04 Frhs2[33]: 6 -4.56528 0 shouldn't be
2210.24/2215.81	WSVECS04 Frhs2[248]: 6 0 9.76821 shouldn't be
2210.24/2215.81	WSVECS04 Frhs2[306]: 6 0 1.55082 shouldn't be
2210.24/2215.81	WSVECS04 Frhs2[308]: 6 0 2.71016 shouldn't be
2210.24/2215.81	WSVECS04 Frhs2[309]: 6 0 9.37683 shouldn't be
2210.24/2215.81	WSVECS04 Frhs2[312]: 6 0 9.37684 shouldn't be
2210.24/2215.81	WSVECS04 Frhs2[360]: 6 0 6.59425 shouldn't be
2210.24/2215.81	WSVECS04 Frhs2[477]: 6 0 0.434836 shouldn't be
2210.24/2215.81	WSVECS04 Frhs2[512]: 6 -3.21748 0 shouldn't be
2210.24/2215.81	WSVECS04 Frhs2[517]: 6 -19.4203 0 shouldn't be
2210.24/2215.81	WSVECS04 Frhs2[576]: 6 -2.00002 0 shouldn't be
2210.24/2215.81	WSVECS04 Frhs2[597]: 6 0 2.00001 shouldn't be
2210.24/2215.81	WSVECS04 Frhs2[1088]: 6 -2.00006 0 shouldn't be
2210.24/2215.81	WSVECS04 Frhs2[1257]: 6 0 0.116026 shouldn't be
2210.24/2215.81	WSVECS04 Frhs2[1280]: 6 -1.00003 0 shouldn't be
2210.24/2215.81	WSVECS04 Frhs2[1283]: 6 0 0.884076 shouldn't be
2210.24/2215.81	WSVECS04 Frhs2[1286]: 6 -1.00008 0 shouldn't be
2220.91/2226.59	c #Conflicts:    3200000 | #Constraints:      94852
2220.91/2226.59	c #Conflicts:    3201000 | #Constraints:      95852
2220.91/2226.59	c #Conflicts:    3202000 | #Constraints:      96852
2220.91/2226.59	c #Conflicts:    3203000 | #Constraints:      97853
2220.91/2226.59	c #Conflicts:    3204000 | #Constraints:      98854
2220.91/2226.59	c #Conflicts:    3205000 | #Constraints:      99855
2220.91/2226.59	c #Conflicts:    3206000 | #Constraints:     100855
2220.91/2226.59	c #Conflicts:    3207000 | #Constraints:     101855
2220.91/2226.59	c #Conflicts:    3208000 | #Constraints:     102858
2220.91/2226.59	c #Conflicts:    3209000 | #Constraints:     103858
2220.91/2226.59	c #Conflicts:    3210000 | #Constraints:     104858
2220.91/2226.59	WSVECS04 Frhs2[147]: 6 -0.378475 0 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[149]: 6 0 0.162189 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[164]: 6 0 0.270334 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[202]: 6 -0.43248 0 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[209]: 6 0 0.21625 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[213]: 6 0 0.216261 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[215]: 6 -4.67569 0 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[224]: 6 0 2.70276 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[226]: 6 -12.9731 0 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[277]: 6 0 2.21625 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[285]: 6 0 2.70272 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[310]: 6 0 1.45949 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[316]: 6 0 0.108131 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[332]: 6 0 0.432461 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[336]: 6 0 0.43245 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[341]: 6 0 0.432444 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[344]: 6 0 0.540586 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[346]: 6 0 5.13521 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[347]: 6 0 0.864894 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[349]: 6 0 3.56759 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[360]: 6 -18.2703 0 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[366]: 6 -2.00005 0 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[384]: 6 -0.864876 0 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[395]: 6 0 0.216309 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[405]: 6 0 0.216292 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[416]: 6 -9.8379 0 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[426]: 6 0 5.08112 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[444]: 6 0 0.108152 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[448]: 6 -1.24326 0 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[459]: 6 0 0.216264 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[467]: 6 -2.10816 0 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[479]: 6 0 2.70271 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[490]: 6 0 2.16221 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[491]: 6 -3.89196 0 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[502]: 6 0 1.56765 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[510]: 6 0 0.108163 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[541]: 6 0 2.70273 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[542]: 6 0 3.27036 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[544]: 6 0 2.70276 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[547]: 6 0 0.162202 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[548]: 6 0 0.324349 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[549]: 6 -1.89192 0 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[558]: 6 0 0.918939 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[730]: 6 0 1.56759 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[740]: 6 0 0.432522 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[741]: 6 -1.21627 0 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[743]: 6 0 0.0541034 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[798]: 6 0 0.567622 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[799]: 6 -1.00002 0 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[804]: 6 0 0.486583 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[806]: 6 0 0.0541524 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[807]: 6 0 0.108162 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[822]: 6 0 1.56763 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[847]: 6 0 0.43251 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[867]: 6 0 0.162221 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[868]: 6 0 0.432499 shouldn't be
2220.91/2226.59	WSVECS04 Frhs2[1320]: 6 -1.00008 0 shouldn't be
2251.62/2257.39	c #Conflicts:    3211000 | #Constraints:     105858
2251.62/2257.39	c #Conflicts:    3212000 | #Constraints:     106858
2251.62/2257.39	c #Conflicts:    3213000 | #Constraints:     107858
2251.62/2257.39	c #Conflicts:    3214000 | #Constraints:     108859
2251.62/2257.39	c #Conflicts:    3215000 | #Constraints:     109859
2251.62/2257.39	c #Conflicts:    3216000 | #Constraints:     110859
2251.62/2257.39	c #Conflicts:    3217000 | #Constraints:     111860
2251.62/2257.39	c #Conflicts:    3218000 | #Constraints:     112860
2251.62/2257.39	c #Conflicts:    3219000 | #Constraints:     113860
2251.62/2257.39	c #Conflicts:    3220000 | #Constraints:     114861
2251.62/2257.39	c #Conflicts:    3221000 | #Constraints:     115861
2251.62/2257.39	c #Conflicts:    3222000 | #Constraints:     116861
2251.62/2257.39	c #Conflicts:    3223000 | #Constraints:     117861
2251.62/2257.39	c #Conflicts:    3224000 | #Constraints:     118864
2251.62/2257.39	c #Conflicts:    3225000 | #Constraints:     119865
2251.62/2257.39	c #Conflicts:    3226000 | #Constraints:     120865
2251.62/2257.39	c #Conflicts:    3227000 | #Constraints:     121865
2251.62/2257.39	c #Conflicts:    3228000 | #Constraints:     122865
2251.62/2257.39	c #Conflicts:    3229000 | #Constraints:     123865
2251.62/2257.39	c #Conflicts:    3230000 | #Constraints:     124865
2251.62/2257.39	c #Conflicts:    3231000 | #Constraints:     125866
2251.62/2257.39	c #Conflicts:    3232000 | #Constraints:     126866
2251.62/2257.39	c #Conflicts:    3233000 | #Constraints:     127866
2251.62/2257.39	c #Conflicts:    3234000 | #Constraints:     128867
2251.62/2257.39	c #Conflicts:    3235000 | #Constraints:     129868
2251.62/2257.39	c #Conflicts:    3236000 | #Constraints:     130869
2251.62/2257.39	c #Conflicts:    3237000 | #Constraints:     131869
2251.62/2257.39	c #Conflicts:    3238000 | #Constraints:     132869
2251.62/2257.39	c #Conflicts:    3239000 | #Constraints:     133869
2251.62/2257.39	WSVECS04 Frhs2[14]: 6 0 2.00003 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[43]: 6 0 6.97068 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[50]: 6 0 1.32363 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[74]: 6 0 2.00009 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[76]: 6 0 2.00007 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[101]: 6 -1.50006 0 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[107]: 6 0 6.97061 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[124]: 6 0 5.00002 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[125]: 6 -1.00007 0 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[137]: 6 -4.00002 0 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[138]: 6 0 0.323571 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[156]: 6 -2.00004 0 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[160]: 6 0 1.63533 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[161]: 6 0 1.60591 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[215]: 6 -12 0 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[223]: 6 0 0.270684 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[243]: 6 0 1.16178 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[252]: 6 0 5.00008 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[258]: 6 -9.00002 0 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[266]: 6 -8.00009 0 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[271]: 6 0 4.39419 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[282]: 6 0 0.270618 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[287]: 6 0 0.270641 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[289]: 6 0 0.105968 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[312]: 6 -8.00001 0 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[316]: 6 0 5.0001 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[325]: 6 0 2.33388 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[439]: 6 -0.323594 0 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[449]: 6 -4.63535 0 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[461]: 6 0 4.00005 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[479]: 6 0 0.270666 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[554]: 6 -0.78832 0 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[558]: 6 0 1.67657 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[622]: 6 -0.18238 0 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[644]: 6 0 1.63533 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[665]: 6 0 0.72947 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[714]: 6 -0.270607 0 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[719]: 6 0 4.39418 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[739]: 6 0 0.750044 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[754]: 6 -17.6765 0 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[767]: 6 0 3.00009 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[838]: 6 0 3.33389 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[889]: 6 -6.00007 0 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[902]: 6 -1.00009 0 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[936]: 6 -1.00009 0 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[977]: 6 0 2.00009 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[992]: 6 0 4.00009 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[1000]: 6 0 2.00004 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[1008]: 6 -3.00008 0 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[1188]: 6 -2.18245 0 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[1193]: 6 0 1.81773 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[1306]: 6 0 1.00006 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[1312]: 6 0 2.00003 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[1313]: 6 0 2.00009 shouldn't be
2251.62/2257.39	WSVECS04 Frhs2[1344]: 6 -1.00003 0 shouldn't be
2289.62/2295.46	c #Conflicts:    3240000 | #Constraints:     134869
2289.62/2295.46	c #Conflicts:    3241000 | #Constraints:     135869
2289.62/2295.46	c #Conflicts:    3242000 | #Constraints:     136869
2289.62/2295.46	c #Conflicts:    3243000 | #Constraints:     137871
2289.62/2295.46	c #Conflicts:    3244000 | #Constraints:     138873
2289.62/2295.46	c #Conflicts:    3245000 | #Constraints:     139875
2289.62/2295.46	c #Conflicts:    3246000 | #Constraints:     140876
2289.62/2295.46	c #Conflicts:    3247000 | #Constraints:     141876
2289.62/2295.46	c #Conflicts:    3248000 | #Constraints:     142877
2289.62/2295.46	c #Conflicts:    3249000 | #Constraints:     143878
2289.62/2295.46	c #Conflicts:    3250000 | #Constraints:     144878
2289.62/2295.46	c #Conflicts:    3251000 | #Constraints:     145879
2289.62/2295.46	c #Conflicts:    3252000 | #Constraints:     146879
2289.62/2295.46	c #Conflicts:    3253000 | #Constraints:     147879
2289.62/2295.46	c #Conflicts:    3254000 | #Constraints:     148879
2289.62/2295.46	c #Conflicts:    3255000 | #Constraints:     149879
2289.62/2295.46	c #Conflicts:    3256000 | #Constraints:     150880
2289.62/2295.46	c #Conflicts:    3257000 | #Constraints:     151882
2289.62/2295.46	c #Conflicts:    3258000 | #Constraints:     152883
2289.62/2295.46	c #Conflicts:    3259000 | #Constraints:     153884
2289.62/2295.46	c #Conflicts:    3260000 | #Constraints:     154885
2289.62/2295.46	c #Conflicts:    3261000 | #Constraints:     155885
2289.62/2295.46	c #Conflicts:    3262000 | #Constraints:     156885
2289.62/2295.46	c #Conflicts:    3263000 | #Constraints:     157887
2289.62/2295.46	c #Conflicts:    3264000 | #Constraints:     158888
2289.62/2295.46	c #Conflicts:    3265000 | #Constraints:     159888
2289.62/2295.46	c #Conflicts:    3266000 | #Constraints:     160888
2289.62/2295.46	c #Conflicts:    3267000 | #Constraints:     161888
2289.62/2295.46	WSVECS04 Frhs2[1]: 6 0 2.00003 shouldn't be
2289.62/2295.46	WSVECS04 Frhs2[5]: 6 0 3.00001 shouldn't be
2289.62/2295.46	WSVECS04 Frhs2[6]: 6 0 2.00004 shouldn't be
2289.62/2295.46	WSVECS04 Frhs2[25]: 6 0 1.00006 shouldn't be
2289.62/2295.46	WSVECS04 Frhs2[115]: 6 0 2.80002 shouldn't be
2289.62/2295.46	WSVECS04 Frhs2[129]: 6 -2.00004 0 shouldn't be
2289.62/2295.46	WSVECS04 Frhs2[133]: 6 0 1.00006 shouldn't be
2289.62/2295.46	WSVECS04 Frhs2[145]: 6 0 0.300021 shouldn't be
2289.62/2295.46	WSVECS04 Frhs2[324]: 6 0 1.00001 shouldn't be
2289.62/2295.46	WSVECS04 Frhs2[487]: 6 0 2.00005 shouldn't be
2289.62/2295.46	WSVECS04 Frhs2[503]: 6 -2.00009 0 shouldn't be
2289.62/2295.46	WSVECS04 Frhs2[519]: 6 -5.90004 0 shouldn't be
2289.62/2295.46	WSVECS04 Frhs2[627]: 6 0 2.80007 shouldn't be
2289.62/2295.46	WSVECS04 Frhs2[645]: 6 0 5.00003 shouldn't be
2289.62/2295.46	WSVECS04 Frhs2[691]: 6 0 2.80005 shouldn't be
2289.62/2295.46	WSVECS04 Frhs2[770]: 6 0 0.700091 shouldn't be
2289.62/2295.46	WSVECS04 Frhs2[773]: 6 0 0.700024 shouldn't be
2289.62/2295.46	WSVECS04 Frhs2[808]: 6 0 12 shouldn't be
2289.62/2295.46	WSVECS04 Frhs2[818]: 6 0 0.40006 shouldn't be
2289.62/2295.46	WSVECS04 Frhs2[819]: 6 0 3.20008 shouldn't be
2289.62/2295.46	WSVECS04 Frhs2[903]: 6 -1.00009 0 shouldn't be
2289.62/2295.46	WSVECS04 Frhs2[926]: 6 0 2.00009 shouldn't be
2289.62/2295.46	WSVECS04 Frhs2[931]: 6 0 1.00005 shouldn't be
2289.62/2295.46	WSVECS04 Frhs2[942]: 6 0 1.00008 shouldn't be
2289.62/2295.46	WSVECS04 Frhs2[943]: 6 0 3.00008 shouldn't be
2289.62/2295.46	WSVECS04 Frhs2[1240]: 6 0 1.20009 shouldn't be
2289.62/2295.46	WSVECS04 Frhs2[1257]: 6 0 1.20003 shouldn't be
2301.79/2307.69	c #Conflicts:    3268000 | #Constraints:     162888
2301.79/2307.69	c #Conflicts:    3269000 | #Constraints:     163888
2301.79/2307.69	c #Conflicts:    3270000 | #Constraints:     164888
2301.79/2307.69	c #Conflicts:    3271000 | #Constraints:     165888
2301.79/2307.69	c #Conflicts:    3272000 | #Constraints:     166888
2301.79/2307.69	c #Conflicts:    3273000 | #Constraints:     167888
2301.79/2307.69	c #Conflicts:    3274000 | #Constraints:     168888
2301.79/2307.69	c #Conflicts:    3275000 | #Constraints:     169888
2301.79/2307.69	WSVECS04 Frhs2[51]: 6 -1.00002 0 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[93]: 6 0 1.04931 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[100]: 6 0 5.56927 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[123]: 6 0 7.49853 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[278]: 6 -4.00003 0 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[300]: 6 0 0.984703 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[323]: 6 0 0.507713 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[325]: 6 0 0.507762 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[341]: 6 -4.64928 0 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[343]: 6 0 2.00001 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[371]: 6 0 2.00006 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[374]: 6 -5.96314 0 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[387]: 6 -2.00007 0 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[404]: 6 0 2.00003 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[409]: 6 0 1.49234 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[441]: 6 0 3.49235 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[504]: 6 0 7.00001 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[571]: 6 0 3.52314 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[579]: 6 0 3.00004 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[613]: 6 -6.03391 0 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[644]: 6 0 0.0215759 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[668]: 6 -1.49236 0 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[669]: 6 0 1.04925 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[676]: 6 0 1.04924 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[677]: 6 -0.507784 0 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[690]: 6 0 2.96312 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[722]: 6 0 0.477009 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[778]: 6 -2.47698 0 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[785]: 6 -9.0462 0 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[794]: 6 0 4.47702 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[796]: 6 0 7.46162 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[800]: 6 0 4.47702 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[806]: 6 -7.49236 0 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[864]: 6 0 0.507762 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[867]: 6 0 2.54157 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[868]: 6 0 1.04925 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[882]: 6 0 2.96314 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[891]: 6 0 0.458514 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[903]: 6 -1.00002 0 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[921]: 6 0 1.00001 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[943]: 6 0 1.00008 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[946]: 6 -1.00002 0 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[952]: 6 0 1.00005 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[1028]: 6 -0.47697 0 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[1161]: 6 -1.00009 0 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[1241]: 6 0 1.00008 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[1256]: 6 0 1.00009 shouldn't be
2301.79/2307.69	WSVECS04 Frhs2[1322]: 6 0 0.513905 shouldn't be
2305.78/2311.60	c #Conflicts:    3276000 | #Constraints:     170888
2305.78/2311.60	c #Conflicts:    3277000 | #Constraints:     171888
2305.78/2311.60	WSVECS04 Frhs2[58]: 6 0 0.200099 shouldn't be
2305.78/2311.60	WSVECS04 Frhs2[64]: 6 -1.20002 0 shouldn't be
2305.78/2311.60	WSVECS04 Frhs2[78]: 6 -7.00006 0 shouldn't be
2305.78/2311.60	WSVECS04 Frhs2[104]: 6 0 1.00002 shouldn't be
2305.78/2311.60	WSVECS04 Frhs2[121]: 6 0 2.20008 shouldn't be
2305.78/2311.60	WSVECS04 Frhs2[127]: 6 0 2.20006 shouldn't be
2305.78/2311.60	WSVECS04 Frhs2[128]: 6 0 2.20004 shouldn't be
2305.78/2311.60	WSVECS04 Frhs2[129]: 6 -2.00006 0 shouldn't be
2305.78/2311.60	WSVECS04 Frhs2[137]: 6 -1.00008 0 shouldn't be
2305.78/2311.60	WSVECS04 Frhs2[156]: 6 -2.00008 0 shouldn't be
2305.78/2311.60	WSVECS04 Frhs2[258]: 6 -2.00005 0 shouldn't be
2305.78/2311.60	WSVECS04 Frhs2[261]: 6 0 2.00002 shouldn't be
2305.78/2311.60	WSVECS04 Frhs2[369]: 6 0 2.00007 shouldn't be
2305.78/2311.60	WSVECS04 Frhs2[581]: 6 0 2.00005 shouldn't be
2305.78/2311.60	WSVECS04 Frhs2[589]: 6 0 0.500099 shouldn't be
2305.78/2311.60	WSVECS04 Frhs2[610]: 6 0 0.250058 shouldn't be
2305.78/2311.60	WSVECS04 Frhs2[689]: 6 0 2.00002 shouldn't be
2305.78/2311.60	WSVECS04 Frhs2[762]: 6 0 0.20005 shouldn't be
2305.78/2311.60	WSVECS04 Frhs2[841]: 6 0 2.0001 shouldn't be
2305.78/2311.60	WSVECS04 Frhs2[881]: 6 0 2.00008 shouldn't be
2305.78/2311.60	WSVECS04 Frhs2[911]: 6 -1.00008 0 shouldn't be
2305.78/2311.60	WSVECS04 Frhs2[995]: 6 0 1.00003 shouldn't be
2305.78/2311.60	WSVECS04 Frhs2[1064]: 6 0 2.00001 shouldn't be
2305.78/2311.60	WSVECS04 Frhs2[1067]: 6 -2.00007 0 shouldn't be
2305.78/2311.60	WSVECS04 Frhs2[1086]: 6 -2.00008 0 shouldn't be
2305.78/2311.60	WSVECS04 Frhs2[1275]: 6 0 1.00004 shouldn't be
2350.66/2356.64	c #Conflicts:    3278000 | #Constraints:     172888
2350.66/2356.64	c #Conflicts:    3279000 | #Constraints:     173888
2350.66/2356.64	c #Conflicts:    3280000 | #Constraints:     174888
2350.66/2356.64	c #Conflicts:    3281000 | #Constraints:     175888
2350.66/2356.64	c #Conflicts:    3282000 | #Constraints:     176891
2350.66/2356.64	c #Conflicts:    3283000 | #Constraints:     177891
2350.66/2356.64	c #Conflicts:    3284000 | #Constraints:     178893
2350.66/2356.64	c #Conflicts:    3285000 | #Constraints:     179893
2350.66/2356.64	c #Conflicts:    3286000 | #Constraints:     180894
2350.66/2356.64	c #Conflicts:    3287000 | #Constraints:     181895
2350.66/2356.64	c #Conflicts:    3288000 | #Constraints:     182895
2350.66/2356.64	c #Conflicts:    3289000 | #Constraints:     183895
2350.66/2356.64	c #Conflicts:    3290000 | #Constraints:     184896
2350.66/2356.64	c #Conflicts:    3291000 | #Constraints:     185897
2350.66/2356.64	c #Conflicts:    3292000 | #Constraints:     186900
2350.66/2356.64	c #Conflicts:    3293000 | #Constraints:     187901
2350.66/2356.64	c #Conflicts:    3294000 | #Constraints:     188901
2350.66/2356.64	c #Conflicts:    3295000 | #Constraints:     189901
2350.66/2356.64	c #Conflicts:    3296000 | #Constraints:     190902
2350.66/2356.64	c #Conflicts:    3297000 | #Constraints:     191902
2350.66/2356.64	c #Conflicts:    3298000 | #Constraints:     192902
2350.66/2356.64	c #Conflicts:    3299000 | #Constraints:     193902
2350.66/2356.64	c #Conflicts:    3300000 | #Constraints:     194902
2350.66/2356.64	c #Conflicts:    3301000 | #Constraints:     195902
2350.66/2356.64	c #Conflicts:    3302000 | #Constraints:     196904
2350.66/2356.64	c INPROCESSING
2350.66/2356.64	c GARBAGE COLLECT
2350.66/2356.64	c rational objective 128
2374.78/2380.83	c #Conflicts:    3303000 | #Constraints:     107998
2374.78/2380.83	c #Conflicts:    3304000 | #Constraints:     108998
2374.78/2380.83	c #Conflicts:    3305000 | #Constraints:     109998
2374.78/2380.83	c #Conflicts:    3306000 | #Constraints:     110998
2374.78/2380.83	c #Conflicts:    3307000 | #Constraints:     111998
2374.78/2380.83	c #Conflicts:    3308000 | #Constraints:     112998
2374.78/2380.83	c #Conflicts:    3309000 | #Constraints:     113998
2374.78/2380.83	c #Conflicts:    3310000 | #Constraints:     114998
2374.78/2380.83	c #Conflicts:    3311000 | #Constraints:     115998
2374.78/2380.83	c #Conflicts:    3312000 | #Constraints:     116998
2374.78/2380.83	c #Conflicts:    3313000 | #Constraints:     117998
2374.78/2380.83	c #Conflicts:    3314000 | #Constraints:     118998
2374.78/2380.83	c #Conflicts:    3315000 | #Constraints:     119998
2374.78/2380.83	c #Conflicts:    3316000 | #Constraints:     120998
2374.78/2380.83	c #Conflicts:    3317000 | #Constraints:     121998
2374.78/2380.83	c #Conflicts:    3318000 | #Constraints:     122998
2374.78/2380.83	c #Conflicts:    3319000 | #Constraints:     123998
2374.78/2380.83	c #Conflicts:    3320000 | #Constraints:     124998
2374.78/2380.83	c #Conflicts:    3321000 | #Constraints:     125998
2374.78/2380.83	c #Conflicts:    3322000 | #Constraints:     126998
2374.78/2380.83	c #Conflicts:    3323000 | #Constraints:     127998
2374.78/2380.83	c #Conflicts:    3324000 | #Constraints:     128998
2374.78/2380.83	c #Conflicts:    3325000 | #Constraints:     129998
2374.78/2380.83	c #Conflicts:    3326000 | #Constraints:     130999
2374.78/2380.83	c #Conflicts:    3327000 | #Constraints:     131999
2374.78/2380.83	c #Conflicts:    3328000 | #Constraints:     132999
2374.78/2380.83	c #Conflicts:    3329000 | #Constraints:     133999
2374.78/2380.83	c #Conflicts:    3330000 | #Constraints:     134999
2374.78/2380.83	c #Conflicts:    3331000 | #Constraints:     135999
2374.78/2380.83	c #Conflicts:    3332000 | #Constraints:     136999
2374.78/2380.83	c #Conflicts:    3333000 | #Constraints:     137999
2374.78/2380.83	WSVECS04 Frhs2[101]: 6 -4.93911 0 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[109]: 6 0 0.0244799 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[184]: 6 0 7.0001 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[203]: 6 0 20.2927 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[235]: 6 0 17.0489 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[238]: 6 -3.12198 0 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[243]: 6 0 11.3903 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[247]: 6 -8.00002 0 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[295]: 6 0 0.939068 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[332]: 6 0 3.39026 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[356]: 6 0 5.25619 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[364]: 6 0 1.12202 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[418]: 6 0 18.1708 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[457]: 6 0 5.74397 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[497]: 6 0 3.53664 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[504]: 6 0 9.29271 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[564]: 6 0 1.34155 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[620]: 6 0 1.12197 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[625]: 6 0 2.63416 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[632]: 6 0 8.3903 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[688]: 6 0 6.63421 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[737]: 6 0 2.51225 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[738]: 6 0 11.2928 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[802]: 6 0 13.4147 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[872]: 6 0 19.0489 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[880]: 6 0 8.65861 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[896]: 6 -3.0001 0 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[898]: 6 -1.00003 0 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[932]: 6 -1.00008 0 shouldn't be
2374.78/2380.83	WSVECS04 Frhs2[1131]: 6 -3.00006 0 shouldn't be
2375.09/2381.15	WSVECS04 Frhs2[49]: 6 0 4.00005 shouldn't be
2375.09/2381.15	WSVECS04 Frhs2[681]: 6 0 2.14641 shouldn't be
2386.16/2392.27	c #Conflicts:    3334000 | #Constraints:     138999
2386.16/2392.27	c #Conflicts:    3335000 | #Constraints:     139999
2386.16/2392.27	c #Conflicts:    3336000 | #Constraints:     140999
2386.16/2392.27	c #Conflicts:    3337000 | #Constraints:     141999
2386.16/2392.27	c #Conflicts:    3338000 | #Constraints:     142999
2386.16/2392.27	c #Conflicts:    3339000 | #Constraints:     143999
2386.16/2392.27	c #Conflicts:    3340000 | #Constraints:     144999
2386.16/2392.27	c #Conflicts:    3341000 | #Constraints:     145999
2386.16/2392.27	c #Conflicts:    3342000 | #Constraints:     146999
2386.16/2392.27	c #Conflicts:    3343000 | #Constraints:     147999
2386.16/2392.27	c #Conflicts:    3344000 | #Constraints:     148999
2386.16/2392.27	c #Conflicts:    3345000 | #Constraints:     149999
2386.16/2392.27	c INPROCESSING
2386.16/2392.27	c GARBAGE COLLECT
2386.16/2392.27	c rational objective 128
2393.53/2399.60	c #Conflicts:    3346000 | #Constraints:      84582
2393.53/2399.60	c #Conflicts:    3347000 | #Constraints:      85582
2393.53/2399.60	c #Conflicts:    3348000 | #Constraints:      86582
2393.53/2399.60	c #Conflicts:    3349000 | #Constraints:      87582
2393.53/2399.60	c #Conflicts:    3350000 | #Constraints:      88582
2393.53/2399.60	c #Conflicts:    3351000 | #Constraints:      89582
2393.53/2399.60	c #Conflicts:    3352000 | #Constraints:      90582
2393.53/2399.60	c #Conflicts:    3353000 | #Constraints:      91582
2393.53/2399.60	c #Conflicts:    3354000 | #Constraints:      92582
2393.53/2399.60	c #Conflicts:    3355000 | #Constraints:      93582
2393.53/2399.60	c #Conflicts:    3356000 | #Constraints:      94582
2393.53/2399.60	c #Conflicts:    3357000 | #Constraints:      95582
2393.53/2399.60	c #Conflicts:    3358000 | #Constraints:      96582
2393.53/2399.60	WSVECS04 Frhs2[77]: 6 0 1.00005 shouldn't be
2393.53/2399.60	WSVECS04 Frhs2[85]: 6 -6.00003 0 shouldn't be
2393.53/2399.60	WSVECS04 Frhs2[90]: 6 -2.66671 0 shouldn't be
2393.53/2399.60	WSVECS04 Frhs2[163]: 6 0 1.33335 shouldn't be
2393.53/2399.60	WSVECS04 Frhs2[164]: 6 0 0.666736 shouldn't be
2393.53/2399.60	WSVECS04 Frhs2[266]: 6 -6.00007 0 shouldn't be
2393.53/2399.60	WSVECS04 Frhs2[272]: 6 0 5.33338 shouldn't be
2393.53/2399.60	WSVECS04 Frhs2[394]: 6 -2.66674 0 shouldn't be
2393.53/2399.60	WSVECS04 Frhs2[399]: 6 0 3.33338 shouldn't be
2393.53/2399.60	WSVECS04 Frhs2[400]: 6 0 5.33337 shouldn't be
2393.53/2399.60	WSVECS04 Frhs2[424]: 6 0 4.00003 shouldn't be
2393.53/2399.60	WSVECS04 Frhs2[485]: 6 -2.66674 0 shouldn't be
2393.53/2399.60	WSVECS04 Frhs2[488]: 6 0 7.33342 shouldn't be
2393.53/2399.60	WSVECS04 Frhs2[527]: 6 0 3.33338 shouldn't be
2393.53/2399.60	WSVECS04 Frhs2[656]: 6 0 7.33342 shouldn't be
2393.53/2399.60	WSVECS04 Frhs2[716]: 6 -5.66668 0 shouldn't be
2393.53/2399.60	WSVECS04 Frhs2[738]: 6 0 0.666706 shouldn't be
2393.53/2399.60	WSVECS04 Frhs2[848]: 6 0 5.3334 shouldn't be
2393.53/2399.60	WSVECS04 Frhs2[1009]: 6 -1.00004 0 shouldn't be
2393.53/2399.60	WSVECS04 Frhs2[1027]: 6 -2.00003 0 shouldn't be
2393.53/2399.60	WSVECS04 Frhs2[1033]: 6 -1.00001 0 shouldn't be
2393.53/2399.60	WSVECS04 Frhs2[1039]: 6 -2.00003 0 shouldn't be
2393.53/2399.60	WSVECS04 Frhs2[1051]: 6 0 1.00006 shouldn't be
2393.53/2399.60	WSVECS04 Frhs2[1209]: 6 -1.00007 0 shouldn't be
2393.53/2399.60	WSVECS04 Frhs2[1218]: 6 -1.00004 0 shouldn't be
2393.74/2399.85	WSVECS04 Frhs2[38]: 6 0 2.00002 shouldn't be
2393.74/2399.85	WSVECS04 Frhs2[140]: 6 0 1.33336 shouldn't be
2393.74/2399.85	WSVECS04 Frhs2[247]: 6 -3.33337 0 shouldn't be
2393.74/2399.85	WSVECS04 Frhs2[268]: 6 0 1.33339 shouldn't be
2393.74/2399.85	WSVECS04 Frhs2[395]: 6 0 3.66675 shouldn't be
2393.74/2399.85	WSVECS04 Frhs2[414]: 6 0 3.33337 shouldn't be
2393.74/2399.85	WSVECS04 Frhs2[524]: 6 0 1.33343 shouldn't be
2393.74/2399.85	WSVECS04 Frhs2[756]: 6 0 2.00009 shouldn't be
2393.74/2399.85	WSVECS04 Frhs2[1114]: 6 -1.00005 0 shouldn't be
2414.27/2420.40	c #Conflicts:    3359000 | #Constraints:      97582
2414.27/2420.40	c #Conflicts:    3360000 | #Constraints:      98582
2414.27/2420.40	c #Conflicts:    3361000 | #Constraints:      99582
2414.27/2420.40	c #Conflicts:    3362000 | #Constraints:     100582
2414.27/2420.40	c #Conflicts:    3363000 | #Constraints:     101582
2414.27/2420.40	c #Conflicts:    3364000 | #Constraints:     102582
2414.27/2420.40	c #Conflicts:    3365000 | #Constraints:     103582
2414.27/2420.40	c #Conflicts:    3366000 | #Constraints:     104582
2414.27/2420.40	c #Conflicts:    3367000 | #Constraints:     105582
2414.27/2420.40	c #Conflicts:    3368000 | #Constraints:     106582
2414.27/2420.40	c #Conflicts:    3369000 | #Constraints:     107582
2414.27/2420.40	c #Conflicts:    3370000 | #Constraints:     108582
2414.27/2420.40	c #Conflicts:    3371000 | #Constraints:     109582
2414.27/2420.40	c #Conflicts:    3372000 | #Constraints:     110582
2414.27/2420.40	c #Conflicts:    3373000 | #Constraints:     111582
2414.27/2420.40	c #Conflicts:    3374000 | #Constraints:     112582
2414.27/2420.40	c #Conflicts:    3375000 | #Constraints:     113582
2414.27/2420.40	c #Conflicts:    3376000 | #Constraints:     114582
2414.27/2420.40	c #Conflicts:    3377000 | #Constraints:     115582
2414.27/2420.40	c #Conflicts:    3378000 | #Constraints:     116582
2414.27/2420.40	c #Conflicts:    3379000 | #Constraints:     117582
2414.27/2420.40	c #Conflicts:    3380000 | #Constraints:     118582
2414.27/2420.40	c #Conflicts:    3381000 | #Constraints:     119582
2414.27/2420.40	c #Conflicts:    3382000 | #Constraints:     120582
2414.27/2420.40	c #Conflicts:    3383000 | #Constraints:     121582
2414.27/2420.40	c #Conflicts:    3384000 | #Constraints:     122582
2414.27/2420.40	c #Conflicts:    3385000 | #Constraints:     123582
2414.27/2420.40	c #Conflicts:    3386000 | #Constraints:     124582
2414.27/2420.40	c #Conflicts:    3387000 | #Constraints:     125582
2414.27/2420.40	c #Conflicts:    3388000 | #Constraints:     126582
2414.27/2420.40	c INPROCESSING
2414.27/2420.40	c GARBAGE COLLECT
2414.27/2420.40	c rational objective 128
2424.95/2431.17	c #Conflicts:    3389000 | #Constraints:      72839
2424.95/2431.17	c #Conflicts:    3390000 | #Constraints:      73839
2424.95/2431.17	c #Conflicts:    3391000 | #Constraints:      74839
2424.95/2431.17	c #Conflicts:    3392000 | #Constraints:      75839
2424.95/2431.17	c #Conflicts:    3393000 | #Constraints:      76839
2424.95/2431.17	c #Conflicts:    3394000 | #Constraints:      77839
2424.95/2431.17	c #Conflicts:    3395000 | #Constraints:      78839
2424.95/2431.17	c #Conflicts:    3396000 | #Constraints:      79839
2424.95/2431.17	c #Conflicts:    3397000 | #Constraints:      80839
2424.95/2431.17	c #Conflicts:    3398000 | #Constraints:      81839
2424.95/2431.17	c #Conflicts:    3399000 | #Constraints:      82839
2424.95/2431.17	c #Conflicts:    3400000 | #Constraints:      83839
2424.95/2431.17	c #Conflicts:    3401000 | #Constraints:      84839
2424.95/2431.17	c #Conflicts:    3402000 | #Constraints:      85840
2424.95/2431.17	c #Conflicts:    3403000 | #Constraints:      86840
2424.95/2431.17	c #Conflicts:    3404000 | #Constraints:      87840
2424.95/2431.17	c #Conflicts:    3405000 | #Constraints:      88840
2424.95/2431.17	c #Conflicts:    3406000 | #Constraints:      89840
2424.95/2431.17	WSVECS04 Frhs2[13]: 6 0 4.00002 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[14]: 6 0 6.1429 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[26]: 6 -9.71431 0 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[44]: 6 0 62.2858 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[73]: 6 0 6.42861 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[74]: 6 -4.00002 0 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[82]: 6 -5.71432 0 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[89]: 6 -10.0001 0 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[95]: 6 0 2.00008 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[98]: 6 0 0.285772 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[107]: 6 0 13 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[115]: 6 0 16.1429 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[144]: 6 0 0.428624 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[159]: 6 0 2.00003 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[334]: 6 0 6.14295 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[364]: 6 0 71.8572 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[366]: 6 -4.00002 0 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[367]: 6 0 2.28581 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[409]: 6 0 3.00007 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[412]: 6 -2.00009 0 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[416]: 6 0 12 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[417]: 6 0 4.00009 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[421]: 6 -3.00008 0 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[424]: 6 0 6.57146 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[459]: 6 0 13.2858 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[475]: 6 0 11.0001 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[484]: 6 0 0.428657 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[554]: 6 0 6.28577 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[557]: 6 0 2.28573 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[558]: 6 -8.00005 0 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[560]: 6 0 11.0001 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[590]: 6 0 2.00007 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[612]: 6 0 1.00006 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[676]: 6 0 3.57152 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[685]: 6 0 2.28581 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[693]: 6 0 3.14289 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[735]: 6 0 2.00006 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[743]: 6 0 3.14294 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[759]: 6 -23.8572 0 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[770]: 6 0 40.8572 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[779]: 6 0 15.2857 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[796]: 6 -13.0001 0 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[817]: 6 0 11.0001 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[874]: 6 0 1.42864 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[1087]: 6 -1.00004 0 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[1111]: 6 -2.00004 0 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[1137]: 6 0 1.00001 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[1144]: 6 0 0.571525 shouldn't be
2424.95/2431.17	WSVECS04 Frhs2[1163]: 6 0 2.00004 shouldn't be
2443.20/2449.40	c #Conflicts:    3407000 | #Constraints:      90840
2443.20/2449.40	c #Conflicts:    3408000 | #Constraints:      91840
2443.20/2449.40	c #Conflicts:    3409000 | #Constraints:      92840
2443.20/2449.40	c #Conflicts:    3410000 | #Constraints:      93840
2443.20/2449.40	c #Conflicts:    3411000 | #Constraints:      94840
2443.20/2449.40	c #Conflicts:    3412000 | #Constraints:      95840
2443.20/2449.40	c #Conflicts:    3413000 | #Constraints:      96840
2443.20/2449.40	c #Conflicts:    3414000 | #Constraints:      97840
2443.20/2449.40	c #Conflicts:    3415000 | #Constraints:      98840
2443.20/2449.40	c #Conflicts:    3416000 | #Constraints:      99840
2443.20/2449.40	c #Conflicts:    3417000 | #Constraints:     100840
2443.20/2449.40	c #Conflicts:    3418000 | #Constraints:     101840
2443.20/2449.40	c #Conflicts:    3419000 | #Constraints:     102840
2443.20/2449.40	c #Conflicts:    3420000 | #Constraints:     103840
2443.20/2449.40	c #Conflicts:    3421000 | #Constraints:     104840
2443.20/2449.40	c #Conflicts:    3422000 | #Constraints:     105840
2443.20/2449.40	c #Conflicts:    3423000 | #Constraints:     106840
2443.20/2449.40	c #Conflicts:    3424000 | #Constraints:     107840
2443.20/2449.40	c #Conflicts:    3425000 | #Constraints:     108840
2443.20/2449.40	c #Conflicts:    3426000 | #Constraints:     109840
2443.20/2449.40	c #Conflicts:    3427000 | #Constraints:     110840
2443.20/2449.40	c #Conflicts:    3428000 | #Constraints:     111840
2443.20/2449.40	c #Conflicts:    3429000 | #Constraints:     112840
2443.20/2449.40	c #Conflicts:    3430000 | #Constraints:     113840
2443.20/2449.40	c #Conflicts:    3431000 | #Constraints:     114840
2443.20/2449.40	c #Conflicts:    3432000 | #Constraints:     115840
2443.20/2449.40	c INPROCESSING
2443.20/2449.40	c GARBAGE COLLECT
2443.20/2449.40	c rational objective 128
2474.21/2480.50	c #Conflicts:    3433000 | #Constraints:      67846
2474.21/2480.50	c #Conflicts:    3434000 | #Constraints:      68846
2474.21/2480.50	c #Conflicts:    3435000 | #Constraints:      69846
2474.21/2480.50	c #Conflicts:    3436000 | #Constraints:      70846
2474.21/2480.50	c #Conflicts:    3437000 | #Constraints:      71846
2474.21/2480.50	c #Conflicts:    3438000 | #Constraints:      72846
2474.21/2480.50	c #Conflicts:    3439000 | #Constraints:      73846
2474.21/2480.50	c #Conflicts:    3440000 | #Constraints:      74846
2474.21/2480.50	c #Conflicts:    3441000 | #Constraints:      75846
2474.21/2480.50	c #Conflicts:    3442000 | #Constraints:      76846
2474.21/2480.50	c #Conflicts:    3443000 | #Constraints:      77846
2474.21/2480.50	c #Conflicts:    3444000 | #Constraints:      78846
2474.21/2480.50	c #Conflicts:    3445000 | #Constraints:      79846
2474.21/2480.50	c #Conflicts:    3446000 | #Constraints:      80846
2474.21/2480.50	c #Conflicts:    3447000 | #Constraints:      81846
2474.21/2480.50	c #Conflicts:    3448000 | #Constraints:      82846
2474.21/2480.50	c #Conflicts:    3449000 | #Constraints:      83846
2474.21/2480.50	c #Conflicts:    3450000 | #Constraints:      84846
2474.21/2480.50	c #Conflicts:    3451000 | #Constraints:      85846
2474.21/2480.50	c #Conflicts:    3452000 | #Constraints:      86846
2474.21/2480.50	c #Conflicts:    3453000 | #Constraints:      87846
2474.21/2480.50	c #Conflicts:    3454000 | #Constraints:      88846
2474.21/2480.50	c #Conflicts:    3455000 | #Constraints:      89846
2474.21/2480.50	c #Conflicts:    3456000 | #Constraints:      90846
2474.21/2480.50	c #Conflicts:    3457000 | #Constraints:      91846
2474.21/2480.50	c #Conflicts:    3458000 | #Constraints:      92846
2474.21/2480.50	c #Conflicts:    3459000 | #Constraints:      93846
2474.21/2480.50	c #Conflicts:    3460000 | #Constraints:      94846
2474.21/2480.50	c #Conflicts:    3461000 | #Constraints:      95846
2474.21/2480.50	c #Conflicts:    3462000 | #Constraints:      96846
2474.21/2480.50	c #Conflicts:    3463000 | #Constraints:      97846
2474.21/2480.50	c #Conflicts:    3464000 | #Constraints:      98846
2474.21/2480.50	c #Conflicts:    3465000 | #Constraints:      99846
2474.21/2480.50	c #Conflicts:    3466000 | #Constraints:     100846
2474.21/2480.50	c #Conflicts:    3467000 | #Constraints:     101846
2474.21/2480.50	c #Conflicts:    3468000 | #Constraints:     102846
2474.21/2480.50	c #Conflicts:    3469000 | #Constraints:     103846
2474.21/2480.50	c #Conflicts:    3470000 | #Constraints:     104846
2474.21/2480.50	c #Conflicts:    3471000 | #Constraints:     105846
2474.21/2480.50	c #Conflicts:    3472000 | #Constraints:     106846
2474.21/2480.50	c #Conflicts:    3473000 | #Constraints:     107846
2474.21/2480.50	c #Conflicts:    3474000 | #Constraints:     108846
2474.21/2480.50	c #Conflicts:    3475000 | #Constraints:     109846
2474.21/2480.50	c #Conflicts:    3476000 | #Constraints:     110846
2474.21/2480.50	c #Conflicts:    3477000 | #Constraints:     111846
2474.21/2480.50	WSVECS04 Frhs2[2]: 6 -31.122 0 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[3]: 6 0 38.5366 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[9]: 6 0 20.2928 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[201]: 6 0 20.2927 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[207]: 6 0 3.85369 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[226]: 6 0 2.43904 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[231]: 6 0 2.29278 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[260]: 6 -7.85372 0 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[270]: 6 0 4.00004 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[330]: 6 -5.12203 0 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[334]: 6 0 5.85367 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[497]: 6 0 12.3903 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[526]: 6 0 5.85369 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[562]: 6 0 1.85374 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[585]: 6 0 18.2927 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[627]: 6 0 69.6586 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[630]: 6 0 5.41472 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[648]: 6 -37.3903 0 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[695]: 6 -4.34156 0 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[728]: 6 -71.439 0 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[755]: 6 0 68.4391 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[778]: 6 -9.85367 0 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[841]: 6 0 14.4391 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[842]: 6 -5.85372 0 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[843]: 6 0 48.9757 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[883]: 6 0 68.0976 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[914]: 6 -3.00004 0 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[938]: 6 -2.00006 0 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[1033]: 6 -1.00003 0 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[1041]: 6 -1.00002 0 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[1058]: 6 -1.00004 0 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[1312]: 6 -1.00006 0 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[1320]: 6 -1.00006 0 shouldn't be
2474.21/2480.50	WSVECS04 Frhs2[1328]: 6 0 1.00002 shouldn't be
2528.06/2534.55	c #Conflicts:    3478000 | #Constraints:     112846
2528.06/2534.55	c #Conflicts:    3479000 | #Constraints:     113846
2528.06/2534.55	c #Conflicts:    3480000 | #Constraints:     114846
2528.06/2534.55	c #Conflicts:    3481000 | #Constraints:     115846
2528.06/2534.55	c #Conflicts:    3482000 | #Constraints:     116846
2528.06/2534.55	c #Conflicts:    3483000 | #Constraints:     117846
2528.06/2534.55	c #Conflicts:    3484000 | #Constraints:     118846
2528.06/2534.55	c #Conflicts:    3485000 | #Constraints:     119846
2528.06/2534.55	c #Conflicts:    3486000 | #Constraints:     120846
2528.06/2534.55	c #Conflicts:    3487000 | #Constraints:     121846
2528.06/2534.55	c #Conflicts:    3488000 | #Constraints:     122846
2528.06/2534.55	c #Conflicts:    3489000 | #Constraints:     123846
2528.06/2534.55	c #Conflicts:    3490000 | #Constraints:     124846
2528.06/2534.55	c #Conflicts:    3491000 | #Constraints:     125846
2528.06/2534.55	c #Conflicts:    3492000 | #Constraints:     126846
2528.06/2534.55	c #Conflicts:    3493000 | #Constraints:     127846
2528.06/2534.55	c #Conflicts:    3494000 | #Constraints:     128846
2528.06/2534.55	c #Conflicts:    3495000 | #Constraints:     129846
2528.06/2534.55	c #Conflicts:    3496000 | #Constraints:     130846
2528.06/2534.55	c #Conflicts:    3497000 | #Constraints:     131846
2528.06/2534.55	c #Conflicts:    3498000 | #Constraints:     132846
2528.06/2534.55	c #Conflicts:    3499000 | #Constraints:     133846
2528.06/2534.55	c #Conflicts:    3500000 | #Constraints:     134846
2528.06/2534.55	c #Conflicts:    3501000 | #Constraints:     135846
2528.06/2534.55	c #Conflicts:    3502000 | #Constraints:     136846
2528.06/2534.55	c #Conflicts:    3503000 | #Constraints:     137846
2528.06/2534.55	c #Conflicts:    3504000 | #Constraints:     138846
2528.06/2534.55	c #Conflicts:    3505000 | #Constraints:     139846
2528.06/2534.55	c #Conflicts:    3506000 | #Constraints:     140846
2528.06/2534.55	c #Conflicts:    3507000 | #Constraints:     141846
2528.06/2534.55	c #Conflicts:    3508000 | #Constraints:     142846
2528.06/2534.55	c #Conflicts:    3509000 | #Constraints:     143846
2528.06/2534.55	c #Conflicts:    3510000 | #Constraints:     144846
2528.06/2534.55	c #Conflicts:    3511000 | #Constraints:     145846
2528.06/2534.55	c #Conflicts:    3512000 | #Constraints:     146846
2528.06/2534.55	c #Conflicts:    3513000 | #Constraints:     147846
2528.06/2534.55	c #Conflicts:    3514000 | #Constraints:     148846
2528.06/2534.55	c #Conflicts:    3515000 | #Constraints:     149846
2528.06/2534.55	c #Conflicts:    3516000 | #Constraints:     150846
2528.06/2534.55	c #Conflicts:    3517000 | #Constraints:     151846
2528.06/2534.55	c #Conflicts:    3518000 | #Constraints:     152846
2528.06/2534.55	c #Conflicts:    3519000 | #Constraints:     153846
2528.06/2534.55	c #Conflicts:    3520000 | #Constraints:     154846
2528.06/2534.55	c #Conflicts:    3521000 | #Constraints:     155846
2528.06/2534.55	c #Conflicts:    3522000 | #Constraints:     156846
2528.06/2534.55	c #Conflicts:    3523000 | #Constraints:     157846
2528.06/2534.55	c #Conflicts:    3524000 | #Constraints:     158846
2528.06/2534.55	c #Conflicts:    3525000 | #Constraints:     159846
2528.06/2534.55	c #Conflicts:    3526000 | #Constraints:     160846
2528.06/2534.55	c #Conflicts:    3527000 | #Constraints:     161846
2528.06/2534.55	c #Conflicts:    3528000 | #Constraints:     162846
2528.06/2534.55	WSVECS04 Frhs2[27]: 6 0 3.94272 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[36]: 6 0 0.371628 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[73]: 6 0 5.95015 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[76]: 6 0 0.997582 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[103]: 6 0 1.31428 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[129]: 6 -4.00003 0 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[131]: 6 0 5.10312 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[140]: 6 -19.5162 0 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[155]: 6 0 0.68582 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[156]: 6 -2.00008 0 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[187]: 6 0 1.37166 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[189]: 6 0 2.87616 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[230]: 6 0 3.00005 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[253]: 6 0 2.87621 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[270]: 6 0 7.88538 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[293]: 6 -10.3143 0 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[308]: 6 -13.0274 0 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[317]: 6 0 2.87621 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[318]: 6 0 8.10478 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[327]: 6 0 0.0474748 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[328]: 6 0 8.45557 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[336]: 6 0 1.26439 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[354]: 6 0 4.04739 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[378]: 6 0 0.0075703 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[393]: 6 0 4.06489 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[397]: 6 0 5.16964 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[452]: 6 -18.3225 0 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[475]: 6 0 7.41904 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[485]: 6 0 2.17211 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[512]: 6 -9.28187 0 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[513]: 6 -0.0474138 0 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[519]: 6 0 0.0474733 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[520]: 6 0 8.45555 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[528]: 6 0 1.2644 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[551]: 6 0 1.31426 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[572]: 6 -5.22866 0 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[590]: 6 0 9.88532 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[610]: 6 0 5.41899 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[613]: 6 -1.00008 0 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[615]: 6 0 1.31429 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[632]: 6 0 0.685833 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[635]: 6 0 5.22869 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[644]: 6 0 4.95265 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[647]: 6 0 5.00009 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[648]: 6 0 13.4082 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[667]: 6 0 7.41899 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[671]: 6 -3.00002 0 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[711]: 6 0 5.00007 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[744]: 6 0 0.562026 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[759]: 6 0 3.19958 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[768]: 6 -3.43227 0 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[769]: 6 -13.4082 0 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[806]: 6 -20.2519 0 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[825]: 6 0 2.87618 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[845]: 6 0 5.15714 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[846]: 6 0 3.88534 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[866]: 6 0 1.10475 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[901]: 6 -0.0474698 0 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[918]: 6 -3.00003 0 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[937]: 6 0 0.952706 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[1065]: 6 0 1.00001 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[1067]: 6 -1.00002 0 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[1073]: 6 -1.00008 0 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[1103]: 6 0 1.00009 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[1159]: 6 -2.00007 0 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[1298]: 6 0 0.685842 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[1311]: 6 0 0.685849 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[1312]: 6 0 4.00002 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[1320]: 6 0 3.68585 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[1330]: 6 -1.00001 0 shouldn't be
2528.06/2534.55	WSVECS04 Frhs2[1344]: 6 -0.685852 0 shouldn't be
2581.62/2588.27	c #Conflicts:    3529000 | #Constraints:     163846
2581.62/2588.27	c #Conflicts:    3530000 | #Constraints:     164846
2581.62/2588.27	c #Conflicts:    3531000 | #Constraints:     165846
2581.62/2588.27	c #Conflicts:    3532000 | #Constraints:     166846
2581.62/2588.27	c #Conflicts:    3533000 | #Constraints:     167846
2581.62/2588.27	c #Conflicts:    3534000 | #Constraints:     168846
2581.62/2588.27	c #Conflicts:    3535000 | #Constraints:     169846
2581.62/2588.27	c #Conflicts:    3536000 | #Constraints:     170846
2581.62/2588.27	c #Conflicts:    3537000 | #Constraints:     171846
2581.62/2588.27	c #Conflicts:    3538000 | #Constraints:     172846
2581.62/2588.27	c #Conflicts:    3539000 | #Constraints:     173846
2581.62/2588.27	c #Conflicts:    3540000 | #Constraints:     174846
2581.62/2588.27	c #Conflicts:    3541000 | #Constraints:     175846
2581.62/2588.27	c #Conflicts:    3542000 | #Constraints:     176846
2581.62/2588.27	c #Conflicts:    3543000 | #Constraints:     177846
2581.62/2588.27	c #Conflicts:    3544000 | #Constraints:     178846
2581.62/2588.27	c #Conflicts:    3545000 | #Constraints:     179846
2581.62/2588.27	c #Conflicts:    3546000 | #Constraints:     180846
2581.62/2588.27	c #Conflicts:    3547000 | #Constraints:     181846
2581.62/2588.27	c #Conflicts:    3548000 | #Constraints:     182846
2581.62/2588.27	c #Conflicts:    3549000 | #Constraints:     183846
2581.62/2588.27	c #Conflicts:    3550000 | #Constraints:     184846
2581.62/2588.27	c #Conflicts:    3551000 | #Constraints:     185846
2581.62/2588.27	c #Conflicts:    3552000 | #Constraints:     186846
2581.62/2588.27	c #Conflicts:    3553000 | #Constraints:     187846
2581.62/2588.27	c #Conflicts:    3554000 | #Constraints:     188846
2581.62/2588.27	c #Conflicts:    3555000 | #Constraints:     189846
2581.62/2588.27	c #Conflicts:    3556000 | #Constraints:     190846
2581.62/2588.27	c #Conflicts:    3557000 | #Constraints:     191846
2581.62/2588.27	c #Conflicts:    3558000 | #Constraints:     192846
2581.62/2588.27	c #Conflicts:    3559000 | #Constraints:     193846
2581.62/2588.27	c #Conflicts:    3560000 | #Constraints:     194846
2581.62/2588.27	c #Conflicts:    3561000 | #Constraints:     195846
2581.62/2588.27	c #Conflicts:    3562000 | #Constraints:     196847
2581.62/2588.27	WSVECS04 Frhs2[33]: 6 0 3.00004 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[49]: 6 0 5.79383 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[57]: 6 0 3.0722 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[101]: 6 -3.10315 0 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[104]: 6 0 8.19079 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[113]: 6 0 1.22944 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[121]: 6 0 23.6676 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[125]: 6 0 20.5954 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[184]: 6 0 4.4846 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[187]: 6 0 18.1985 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[188]: 6 0 18.1985 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[254]: 6 0 20.5954 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[403]: 6 -9.59542 0 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[422]: 6 0 9.5954 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[468]: 6 0 41.3867 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[547]: 6 0 5.15725 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[549]: 6 -2.60317 0 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[550]: 6 0 9.59538 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[557]: 6 0 72.049 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[558]: 6 0 72.7887 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[585]: 6 0 12.6031 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[622]: 6 -19.513 0 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[623]: 6 0 170.727 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[625]: 6 0 8.53355 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[633]: 6 0 3.07223 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[680]: 6 0 9.08769 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[690]: 6 0 20.1985 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[695]: 6 -3.00006 0 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[696]: 6 0 22.6831 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[762]: 6 -3.07221 0 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[782]: 6 0 3.07225 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[784]: 6 0 3.07219 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[805]: 6 -8.89694 0 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[806]: 6 0 3.69849 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[813]: 6 -4.0001 0 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[870]: 6 0 7.59542 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[879]: 6 0 175.503 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[902]: 6 0 1.00002 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[939]: 6 -1.00002 0 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[1185]: 6 0 2.00001 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[1192]: 6 0 19.513 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[1216]: 6 -1.00009 0 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[1296]: 6 -2.00008 0 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[1320]: 6 0 1.00002 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[1330]: 6 0 1.00002 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[1338]: 6 0 2.00008 shouldn't be
2581.62/2588.27	WSVECS04 Frhs2[1339]: 6 0 2.00009 shouldn't be
2593.49/2600.11	c #Conflicts:    3563000 | #Constraints:     197847
2593.49/2600.11	c #Conflicts:    3564000 | #Constraints:     198847
2593.49/2600.11	c #Conflicts:    3565000 | #Constraints:     199847
2593.49/2600.11	c #Conflicts:    3566000 | #Constraints:     200847
2593.49/2600.11	c #Conflicts:    3567000 | #Constraints:     201847
2593.49/2600.11	c #Conflicts:    3568000 | #Constraints:     202847
2593.49/2600.11	c #Conflicts:    3569000 | #Constraints:     203847
2593.49/2600.11	c #Conflicts:    3570000 | #Constraints:     204847
2593.49/2600.11	c INPROCESSING
2593.49/2600.11	c GARBAGE COLLECT
2593.49/2600.11	c rational objective 128
2614.63/2621.36	c #Conflicts:    3571000 | #Constraints:     112288
2614.63/2621.36	c #Conflicts:    3572000 | #Constraints:     113288
2614.63/2621.36	c #Conflicts:    3573000 | #Constraints:     114288
2614.63/2621.36	c #Conflicts:    3574000 | #Constraints:     115289
2614.63/2621.36	c #Conflicts:    3575000 | #Constraints:     116289
2614.63/2621.36	c #Conflicts:    3576000 | #Constraints:     117289
2614.63/2621.36	c #Conflicts:    3577000 | #Constraints:     118289
2614.63/2621.36	c #Conflicts:    3578000 | #Constraints:     119289
2614.63/2621.36	c #Conflicts:    3579000 | #Constraints:     120289
2614.63/2621.36	c #Conflicts:    3580000 | #Constraints:     121290
2614.63/2621.36	c #Conflicts:    3581000 | #Constraints:     122290
2614.63/2621.36	c #Conflicts:    3582000 | #Constraints:     123290
2614.63/2621.36	c #Conflicts:    3583000 | #Constraints:     124290
2614.63/2621.36	c #Conflicts:    3584000 | #Constraints:     125290
2614.63/2621.36	c #Conflicts:    3585000 | #Constraints:     126290
2614.63/2621.36	c #Conflicts:    3586000 | #Constraints:     127290
2614.63/2621.36	c #Conflicts:    3587000 | #Constraints:     128290
2614.63/2621.36	c #Conflicts:    3588000 | #Constraints:     129292
2614.63/2621.36	c #Conflicts:    3589000 | #Constraints:     130293
2614.63/2621.36	c #Conflicts:    3590000 | #Constraints:     131293
2614.63/2621.36	c #Conflicts:    3591000 | #Constraints:     132294
2614.63/2621.36	c #Conflicts:    3592000 | #Constraints:     133296
2614.63/2621.36	c #Conflicts:    3593000 | #Constraints:     134297
2614.63/2621.36	c #Conflicts:    3594000 | #Constraints:     135297
2614.63/2621.36	WSVECS04 Frhs2[8]: 6 -2.00009 0 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[33]: 6 0 2.65462 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[84]: 6 -11.0001 0 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[158]: 6 0 3.00007 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[182]: 6 0 2.18186 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[209]: 6 0 0.236401 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[212]: 6 0 0.236424 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[214]: 6 0 2.43644 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[217]: 6 -2.00003 0 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[244]: 6 0 1.63643 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[248]: 6 0 1.27277 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[252]: 6 0 4.72735 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[287]: 6 0 2.87279 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[292]: 6 -2.00006 0 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[302]: 6 -2.00005 0 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[319]: 6 0 0.309137 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[338]: 6 0 0.527367 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[343]: 6 0 0.654571 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[357]: 6 -3.94555 0 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[363]: 6 0 0.527303 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[375]: 6 0 2.36368 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[381]: 6 0 6.07276 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[399]: 6 -20.0001 0 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[416]: 6 -10.4182 0 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[434]: 6 0 0.545542 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[439]: 6 -2.18183 0 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[446]: 6 0 2.00007 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[448]: 6 -2.00005 0 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[449]: 6 -2.00004 0 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[458]: 6 -6.00002 0 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[467]: 6 -4.20003 0 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[488]: 6 0 6.0728 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[491]: 6 -12.6546 0 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[509]: 6 0 4.65456 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[510]: 6 0 0.0546183 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[519]: 6 -8.00003 0 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[531]: 6 -3.56368 0 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[574]: 6 0 2.00008 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[581]: 6 0 2.00004 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[588]: 6 -6.00008 0 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[589]: 6 0 0.327359 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[609]: 6 0 2.65456 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[613]: 6 -2.12735 0 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[622]: 6 -2.00009 0 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[631]: 6 0 3.63638 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[645]: 6 -18.3182 0 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[665]: 6 0 0.636422 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[673]: 6 0 2.6546 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[717]: 6 0 0.327359 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[733]: 6 -5.00005 0 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[741]: 6 -1.00009 0 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[798]: 6 0 1.00003 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[801]: 6 0 2.65464 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[806]: 6 -6.07276 0 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[814]: 6 -4.00009 0 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[822]: 6 0 0.363683 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[855]: 6 0 0.127364 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[868]: 6 0 1.07276 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[870]: 6 0 1.07281 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[884]: 6 0 2.00004 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[886]: 6 0 0.363696 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[902]: 6 -2.00007 0 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[912]: 6 0 4.00007 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[1001]: 6 0 2.00005 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[1065]: 6 0 2.00004 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[1100]: 6 0 1.00008 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[1114]: 6 0 4.00004 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[1144]: 6 0 1.00009 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[1145]: 6 -0.0728268 0 shouldn't be
2614.63/2621.36	WSVECS04 Frhs2[1176]: 6 0 1.00009 shouldn't be
2624.70/2631.45	c #Conflicts:    3595000 | #Constraints:     136297
2624.70/2631.45	c #Conflicts:    3596000 | #Constraints:     137297
2624.70/2631.45	c #Conflicts:    3597000 | #Constraints:     138297
2624.70/2631.45	c #Conflicts:    3598000 | #Constraints:     139298
2624.70/2631.45	c #Conflicts:    3599000 | #Constraints:     140298
2624.70/2631.45	c #Conflicts:    3600000 | #Constraints:     141298
2624.70/2631.45	c #Conflicts:    3601000 | #Constraints:     142299
2624.70/2631.45	c #Conflicts:    3602000 | #Constraints:     143299
2624.70/2631.45	c #Conflicts:    3603000 | #Constraints:     144300
2624.70/2631.45	c #Conflicts:    3604000 | #Constraints:     145300
2624.70/2631.45	WSVECS04 Frhs2[1]: 6 0 0.66674 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[11]: 6 0 2.00008 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[12]: 6 0 2.00002 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[52]: 6 0 2.00005 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[78]: 6 -5.00006 0 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[113]: 6 -3.0001 0 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[175]: 6 -1.0001 0 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[181]: 6 0 2.73336 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[196]: 6 0 2.33343 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[197]: 6 0 2.3334 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[199]: 6 0 2.00006 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[260]: 6 0 0.333412 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[261]: 6 0 0.333402 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[273]: 6 0 2.3334 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[278]: 6 -1.16674 0 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[325]: 6 0 0.666759 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[339]: 6 0 1.16671 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[342]: 6 0 1.16676 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[421]: 6 -2.00006 0 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[439]: 6 -1.60007 0 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[456]: 6 0 0.333346 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[481]: 6 -16.0001 0 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[505]: 6 0 3.00005 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[552]: 6 -16.0001 0 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[565]: 6 0 0.400035 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[825]: 6 0 1.33335 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[847]: 6 0 4.00001 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[889]: 6 0 3.00004 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[920]: 6 -1.00003 0 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[935]: 6 0 2.00004 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[937]: 6 0 1.00003 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[996]: 6 -3.00002 0 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[1001]: 6 0 1.00009 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[1127]: 6 -1.00001 0 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[1169]: 6 0 1.00001 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[1209]: 6 0 2.00005 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[1272]: 6 0 1.00006 shouldn't be
2624.70/2631.45	WSVECS04 Frhs2[1287]: 6 -2.00003 0 shouldn't be
2633.28/2640.01	c #Conflicts:    3605000 | #Constraints:     146300
2633.28/2640.01	c #Conflicts:    3606000 | #Constraints:     147300
2633.28/2640.01	c #Conflicts:    3607000 | #Constraints:     148300
2633.28/2640.01	c #Conflicts:    3608000 | #Constraints:     149300
2633.28/2640.01	c #Conflicts:    3609000 | #Constraints:     150300
2633.28/2640.01	c #Conflicts:    3610000 | #Constraints:     151302
2633.28/2640.01	c #Conflicts:    3611000 | #Constraints:     152302
2633.28/2640.01	c #Conflicts:    3612000 | #Constraints:     153302
2633.28/2640.01	WSVECS04 Frhs2[2]: 6 0 0.500032 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[10]: 6 -1.23533 0 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[77]: 6 0 0.235366 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[78]: 6 -1.00007 0 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[123]: 6 0 1.14713 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[137]: 6 -4.82354 0 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[174]: 6 0 3.00003 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[269]: 6 0 0.852968 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[271]: 6 0 0.617746 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[336]: 6 -5.47067 0 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[376]: 6 0 0.50004 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[378]: 6 0 1.14715 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[379]: 6 0 1.14711 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[386]: 6 0 0.500021 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[458]: 6 -0.970667 0 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[460]: 6 0 2.88238 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[461]: 6 0 1.23538 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[474]: 6 -4.00007 0 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[496]: 6 0 4.00002 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[506]: 6 0 1.14714 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[569]: 6 0 0.147135 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[571]: 6 0 1.29417 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[575]: 6 0 0.147145 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[634]: 6 0 1.14713 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[763]: 6 0 1.14715 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[765]: 6 0 1.00009 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[770]: 6 0 0.500056 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[781]: 6 0 0.235338 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[816]: 6 0 4.00001 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[826]: 6 0 1.1471 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[827]: 6 0 1.14713 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[834]: 6 0 0.500088 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[848]: 6 0 2.00002 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[889]: 6 0 1.00003 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[890]: 6 0 2.14713 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[891]: 6 0 2.14713 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[904]: 6 0 2.00003 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[906]: 6 -2.00006 0 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[918]: 6 0 1.00004 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[959]: 6 0 0.47068 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[968]: 6 -0.470674 0 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[985]: 6 0 2.00002 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[988]: 6 -2.00004 0 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[1000]: 6 0 1.50004 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[1089]: 6 -1.00004 0 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[1103]: 6 -1.00007 0 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[1105]: 6 0 3.00008 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[1152]: 6 0 3.50006 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[1178]: 6 0 1.00007 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[1182]: 6 0 1.00001 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[1183]: 6 0 3.00007 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[1194]: 6 0 1.00002 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[1207]: 6 -1.00009 0 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[1217]: 6 -1.00007 0 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[1218]: 6 -1.00003 0 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[1290]: 6 0 1.00008 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[1297]: 6 0 2.00009 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[1305]: 6 0 2.00008 shouldn't be
2633.28/2640.01	WSVECS04 Frhs2[1309]: 6 0 2.2942 shouldn't be
2635.47/2642.28	c #Conflicts:    3613000 | #Constraints:     154302
2635.47/2642.28	c #Conflicts:    3614000 | #Constraints:     155302
2635.47/2642.28	c INPROCESSING
2635.47/2642.28	c GARBAGE COLLECT
2635.47/2642.28	c rational objective 128
2665.99/2672.83	c #Conflicts:    3615000 | #Constraints:      87217
2665.99/2672.83	c #Conflicts:    3616000 | #Constraints:      88217
2665.99/2672.83	c #Conflicts:    3617000 | #Constraints:      89217
2665.99/2672.83	c #Conflicts:    3618000 | #Constraints:      90217
2665.99/2672.83	c #Conflicts:    3619000 | #Constraints:      91217
2665.99/2672.83	c #Conflicts:    3620000 | #Constraints:      92217
2665.99/2672.83	c #Conflicts:    3621000 | #Constraints:      93217
2665.99/2672.83	c #Conflicts:    3622000 | #Constraints:      94217
2665.99/2672.83	c #Conflicts:    3623000 | #Constraints:      95217
2665.99/2672.83	c #Conflicts:    3624000 | #Constraints:      96217
2665.99/2672.83	c #Conflicts:    3625000 | #Constraints:      97217
2665.99/2672.83	c #Conflicts:    3626000 | #Constraints:      98217
2665.99/2672.83	c #Conflicts:    3627000 | #Constraints:      99217
2665.99/2672.83	c #Conflicts:    3628000 | #Constraints:     100217
2665.99/2672.83	c #Conflicts:    3629000 | #Constraints:     101217
2665.99/2672.83	c #Conflicts:    3630000 | #Constraints:     102217
2665.99/2672.83	c #Conflicts:    3631000 | #Constraints:     103217
2665.99/2672.83	c #Conflicts:    3632000 | #Constraints:     104217
2665.99/2672.83	c #Conflicts:    3633000 | #Constraints:     105217
2665.99/2672.83	c #Conflicts:    3634000 | #Constraints:     106217
2665.99/2672.83	c #Conflicts:    3635000 | #Constraints:     107217
2665.99/2672.83	c #Conflicts:    3636000 | #Constraints:     108217
2665.99/2672.83	c #Conflicts:    3637000 | #Constraints:     109217
2665.99/2672.83	c #Conflicts:    3638000 | #Constraints:     110217
2665.99/2672.83	c #Conflicts:    3639000 | #Constraints:     111217
2665.99/2672.83	c #Conflicts:    3640000 | #Constraints:     112217
2665.99/2672.83	c #Conflicts:    3641000 | #Constraints:     113217
2665.99/2672.83	c #Conflicts:    3642000 | #Constraints:     114217
2665.99/2672.83	c #Conflicts:    3643000 | #Constraints:     115217
2665.99/2672.83	c #Conflicts:    3644000 | #Constraints:     116217
2665.99/2672.83	c #Conflicts:    3645000 | #Constraints:     117217
2665.99/2672.83	c #Conflicts:    3646000 | #Constraints:     118217
2665.99/2672.83	c #Conflicts:    3647000 | #Constraints:     119217
2665.99/2672.83	c #Conflicts:    3648000 | #Constraints:     120217
2665.99/2672.83	c #Conflicts:    3649000 | #Constraints:     121217
2665.99/2672.83	c #Conflicts:    3650000 | #Constraints:     122217
2665.99/2672.83	c #Conflicts:    3651000 | #Constraints:     123217
2665.99/2672.83	c #Conflicts:    3652000 | #Constraints:     124217
2665.99/2672.83	c #Conflicts:    3653000 | #Constraints:     125217
2665.99/2672.83	c #Conflicts:    3654000 | #Constraints:     126217
2665.99/2672.83	c #Conflicts:    3655000 | #Constraints:     127218
2665.99/2672.83	c #Conflicts:    3656000 | #Constraints:     128218
2665.99/2672.83	c #Conflicts:    3657000 | #Constraints:     129218
2665.99/2672.83	c #Conflicts:    3658000 | #Constraints:     130218
2665.99/2672.83	c #Conflicts:    3659000 | #Constraints:     131218
2665.99/2672.83	c INPROCESSING
2665.99/2672.83	c GARBAGE COLLECT
2665.99/2672.83	c rational objective 128
2694.02/2700.99	c #Conflicts:    3660000 | #Constraints:      75267
2694.02/2700.99	c #Conflicts:    3661000 | #Constraints:      76267
2694.02/2700.99	c #Conflicts:    3662000 | #Constraints:      77267
2694.02/2700.99	c #Conflicts:    3663000 | #Constraints:      78267
2694.02/2700.99	c #Conflicts:    3664000 | #Constraints:      79267
2694.02/2700.99	c #Conflicts:    3665000 | #Constraints:      80267
2694.02/2700.99	c #Conflicts:    3666000 | #Constraints:      81267
2694.02/2700.99	c #Conflicts:    3667000 | #Constraints:      82267
2694.02/2700.99	c #Conflicts:    3668000 | #Constraints:      83267
2694.02/2700.99	c #Conflicts:    3669000 | #Constraints:      84267
2694.02/2700.99	c #Conflicts:    3670000 | #Constraints:      85267
2694.02/2700.99	c #Conflicts:    3671000 | #Constraints:      86267
2694.02/2700.99	c #Conflicts:    3672000 | #Constraints:      87267
2694.02/2700.99	c #Conflicts:    3673000 | #Constraints:      88267
2694.02/2700.99	c #Conflicts:    3674000 | #Constraints:      89267
2694.02/2700.99	c #Conflicts:    3675000 | #Constraints:      90267
2694.02/2700.99	c #Conflicts:    3676000 | #Constraints:      91267
2694.02/2700.99	c #Conflicts:    3677000 | #Constraints:      92267
2694.02/2700.99	c #Conflicts:    3678000 | #Constraints:      93267
2694.02/2700.99	c #Conflicts:    3679000 | #Constraints:      94267
2694.02/2700.99	c #Conflicts:    3680000 | #Constraints:      95267
2694.02/2700.99	c #Conflicts:    3681000 | #Constraints:      96267
2694.02/2700.99	c #Conflicts:    3682000 | #Constraints:      97267
2694.02/2700.99	c #Conflicts:    3683000 | #Constraints:      98267
2694.02/2700.99	c #Conflicts:    3684000 | #Constraints:      99267
2694.02/2700.99	c #Conflicts:    3685000 | #Constraints:     100267
2694.02/2700.99	c #Conflicts:    3686000 | #Constraints:     101267
2694.02/2700.99	c #Conflicts:    3687000 | #Constraints:     102267
2694.02/2700.99	c #Conflicts:    3688000 | #Constraints:     103267
2694.02/2700.99	c #Conflicts:    3689000 | #Constraints:     104267
2694.02/2700.99	c #Conflicts:    3690000 | #Constraints:     105267
2694.02/2700.99	c #Conflicts:    3691000 | #Constraints:     106267
2694.02/2700.99	c #Conflicts:    3692000 | #Constraints:     107267
2694.02/2700.99	c #Conflicts:    3693000 | #Constraints:     108267
2694.02/2700.99	c #Conflicts:    3694000 | #Constraints:     109267
2694.02/2700.99	c #Conflicts:    3695000 | #Constraints:     110267
2694.02/2700.99	c #Conflicts:    3696000 | #Constraints:     111267
2694.02/2700.99	c #Conflicts:    3697000 | #Constraints:     112267
2694.02/2700.99	c #Conflicts:    3698000 | #Constraints:     113267
2694.02/2700.99	c #Conflicts:    3699000 | #Constraints:     114267
2694.02/2700.99	c #Conflicts:    3700000 | #Constraints:     115267
2694.02/2700.99	c #Conflicts:    3701000 | #Constraints:     116267
2694.02/2700.99	c #Conflicts:    3702000 | #Constraints:     117267
2694.02/2700.99	c #Conflicts:    3703000 | #Constraints:     118267
2694.02/2700.99	c #Conflicts:    3704000 | #Constraints:     119267
2694.02/2700.99	c INPROCESSING
2694.02/2700.99	c GARBAGE COLLECT
2694.02/2700.99	c rational objective 128
2699.60/2706.53	c #Conflicts:    3705000 | #Constraints:      69281
2699.60/2706.53	c #Conflicts:    3706000 | #Constraints:      70281
2699.60/2706.53	c #Conflicts:    3707000 | #Constraints:      71281
2699.60/2706.53	c #Conflicts:    3708000 | #Constraints:      72281
2699.60/2706.53	c #Conflicts:    3709000 | #Constraints:      73281
2699.60/2706.53	c #Conflicts:    3710000 | #Constraints:      74282
2699.60/2706.53	c #Conflicts:    3711000 | #Constraints:      75284
2699.60/2706.53	c #Conflicts:    3712000 | #Constraints:      76284
2699.60/2706.53	WSVECS04 Frhs2[19]: 6 -1.11264 0 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[20]: 6 0 2.36986 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[22]: 6 0 2.68177 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[28]: 6 -0.456608 0 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[32]: 6 0 0.167259 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[33]: 6 0 0.599709 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[34]: 6 0 0.59971 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[38]: 6 0 0.599732 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[39]: 6 0 0.599717 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[44]: 6 -4.00005 0 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[45]: 6 0 5.23317 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[50]: 6 0 5.36981 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[51]: 6 -4.00007 0 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[193]: 6 -2.00001 0 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[204]: 6 0 0.0740491 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[205]: 6 0 3.94221 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[215]: 6 -10.7524 0 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[217]: 6 -11.3312 0 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[226]: 6 -10.0001 0 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[278]: 6 0 2.31194 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[323]: 6 0 3.03868 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[388]: 6 0 1.00008 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[392]: 6 0 2.0001 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[396]: 6 0 0.0739934 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[397]: 6 0 3.94217 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[399]: 6 -6.00008 0 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[404]: 6 0 2.36979 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[406]: 6 0 2.68169 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[409]: 6 0 0.434168 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[421]: 6 -3.00009 0 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[429]: 6 -5.09892 0 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[434]: 6 0 5.36984 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[461]: 6 0 5.8682 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[466]: 6 0 6.24768 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[470]: 6 0 8.92928 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[473]: 6 0 0.601374 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[481]: 6 -7.59976 0 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[494]: 6 0 2.09896 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[531]: 6 -6.36015 0 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[539]: 6 -5.46951 0 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[589]: 6 0 3.86819 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[613]: 6 -4.00007 0 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[626]: 6 0 5.36982 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[628]: 6 0 0.684914 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[644]: 6 0 1.00009 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[645]: 6 -6.00008 0 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[653]: 6 0 3.94213 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[660]: 6 0 2.36985 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[677]: 6 -2.00001 0 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[690]: 6 0 5.36985 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[716]: 6 0 0.0739987 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[717]: 6 0 3.94218 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[735]: 6 0 5.83282 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[743]: 6 0 2.0001 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[797]: 6 0 0.276622 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[798]: 6 0 3.72676 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[806]: 6 -4.80067 0 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[813]: 6 0 5.23321 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[845]: 6 0 3.94218 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[875]: 6 0 3.29907 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[877]: 6 0 5.23314 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[882]: 6 0 5.36987 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[901]: 6 -3.00005 0 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[911]: 6 -2.00009 0 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[925]: 6 -3.0001 0 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[928]: 6 0 1.00002 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[1167]: 6 -0.599776 0 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[1176]: 6 0 0.599752 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[1202]: 6 -2.00004 0 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[1240]: 6 0 1.3152 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[1241]: 6 0 1.31513 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[1246]: 6 0 0.315137 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[1257]: 6 0 2.00005 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[1273]: 6 -1.00001 0 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[1279]: 6 -2.00005 0 shouldn't be
2699.60/2706.53	WSVECS04 Frhs2[1281]: 6 -1.00005 0 shouldn't be
2726.72/2733.77	c #Conflicts:    3713000 | #Constraints:      77284
2726.72/2733.77	c #Conflicts:    3714000 | #Constraints:      78284
2726.72/2733.77	c #Conflicts:    3715000 | #Constraints:      79285
2726.72/2733.77	c #Conflicts:    3716000 | #Constraints:      80287
2726.72/2733.77	c #Conflicts:    3717000 | #Constraints:      81287
2726.72/2733.77	c #Conflicts:    3718000 | #Constraints:      82287
2726.72/2733.77	c #Conflicts:    3719000 | #Constraints:      83289
2726.72/2733.77	c #Conflicts:    3720000 | #Constraints:      84290
2726.72/2733.77	c #Conflicts:    3721000 | #Constraints:      85291
2726.72/2733.77	c #Conflicts:    3722000 | #Constraints:      86291
2726.72/2733.77	c #Conflicts:    3723000 | #Constraints:      87291
2726.72/2733.77	c #Conflicts:    3724000 | #Constraints:      88291
2726.72/2733.77	c #Conflicts:    3725000 | #Constraints:      89291
2726.72/2733.77	c #Conflicts:    3726000 | #Constraints:      90292
2726.72/2733.77	c #Conflicts:    3727000 | #Constraints:      91293
2726.72/2733.77	c #Conflicts:    3728000 | #Constraints:      92293
2726.72/2733.77	c #Conflicts:    3729000 | #Constraints:      93294
2726.72/2733.77	c #Conflicts:    3730000 | #Constraints:      94294
2726.72/2733.77	c #Conflicts:    3731000 | #Constraints:      95295
2726.72/2733.77	c #Conflicts:    3732000 | #Constraints:      96295
2726.72/2733.77	c #Conflicts:    3733000 | #Constraints:      97295
2726.72/2733.77	c #Conflicts:    3734000 | #Constraints:      98295
2726.72/2733.77	c #Conflicts:    3735000 | #Constraints:      99295
2726.72/2733.77	c #Conflicts:    3736000 | #Constraints:     100295
2726.72/2733.77	c #Conflicts:    3737000 | #Constraints:     101295
2726.72/2733.77	c #Conflicts:    3738000 | #Constraints:     102295
2726.72/2733.77	c #Conflicts:    3739000 | #Constraints:     103296
2726.72/2733.77	c #Conflicts:    3740000 | #Constraints:     104297
2726.72/2733.77	c #Conflicts:    3741000 | #Constraints:     105297
2726.72/2733.77	c #Conflicts:    3742000 | #Constraints:     106297
2726.72/2733.77	WSVECS04 Frhs2[8]: 6 -2.00004 0 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[51]: 6 -1.00004 0 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[168]: 6 0 2.00007 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[175]: 6 -4.00006 0 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[187]: 6 0 3.00005 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[193]: 6 -2.00006 0 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[215]: 6 -6.00001 0 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[250]: 6 0 7.00004 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[252]: 6 0 7.00006 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[253]: 6 0 3.00004 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[272]: 6 0 5.00003 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[278]: 6 -8.00004 0 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[282]: 6 0 2.00007 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[296]: 6 0 2.0001 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[297]: 6 0 4.00005 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[316]: 6 0 11 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[318]: 6 0 4.0001 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[324]: 6 -3.00009 0 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[390]: 6 0 1.00004 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[399]: 6 -6.00006 0 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[425]: 6 0 4.00009 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[458]: 6 -8.0001 0 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[464]: 6 0 3.00009 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[511]: 6 -2.00001 0 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[516]: 6 0 4.00001 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[518]: 6 0 4.00002 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[524]: 6 0 2.00004 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[529]: 6 0 1.00005 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[572]: 6 0 9.00008 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[588]: 6 -6.0001 0 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[592]: 6 0 3.00009 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[602]: 6 0 2.0001 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[604]: 6 -1.00001 0 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[613]: 6 -2.00006 0 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[617]: 6 0 4.00002 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[638]: 6 0 1.0001 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[646]: 6 0 4.00002 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[665]: 6 0 1.00009 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[667]: 6 0 1.00002 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[677]: 6 -2.00004 0 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[681]: 6 0 15.0001 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[685]: 6 0 11 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[686]: 6 0 11.0001 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[754]: 6 -2.00007 0 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[755]: 6 0 3.00002 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[762]: 6 0 7.00005 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[798]: 6 0 1.00008 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[863]: 6 0 1.00008 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[873]: 6 0 2.00009 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[1056]: 6 -1.00003 0 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[1057]: 6 0 1.00002 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[1154]: 6 0 1.00008 shouldn't be
2726.72/2733.77	WSVECS04 Frhs2[1160]: 6 0 1.00002 shouldn't be
2727.03/2734.08	WSVECS04 Frhs2[319]: 6 0 1.00007 shouldn't be
2727.03/2734.08	WSVECS04 Frhs2[362]: 6 0 4.00005 shouldn't be
2727.03/2734.08	WSVECS04 Frhs2[537]: 6 0 1.00009 shouldn't be
2727.03/2734.08	WSVECS04 Frhs2[555]: 6 0 4.00004 shouldn't be
2727.03/2734.08	WSVECS04 Frhs2[609]: 6 0 2.00007 shouldn't be
2727.03/2734.08	WSVECS04 Frhs2[622]: 6 -4.00002 0 shouldn't be
2727.03/2734.08	WSVECS04 Frhs2[792]: 6 0 1.00002 shouldn't be
2727.03/2734.08	WSVECS04 Frhs2[982]: 6 -2.00002 0 shouldn't be
2727.03/2734.08	WSVECS04 Frhs2[1071]: 6 0 4.00005 shouldn't be
2727.03/2734.08	WSVECS04 Frhs2[1176]: 6 0 1.00008 shouldn't be
2727.33/2734.34	WSVECS04 Frhs2[24]: 6 0 1.00006 shouldn't be
2727.33/2734.34	WSVECS04 Frhs2[298]: 6 0 4.0001 shouldn't be
2727.33/2734.34	WSVECS04 Frhs2[377]: 6 0 2.00002 shouldn't be
2727.33/2734.34	WSVECS04 Frhs2[660]: 6 0 2.00001 shouldn't be
2727.33/2734.34	WSVECS04 Frhs2[806]: 6 -6.00009 0 shouldn't be
2727.33/2734.34	WSVECS04 Frhs2[944]: 6 -1.00009 0 shouldn't be
2750.26/2757.32	c #Conflicts:    3743000 | #Constraints:     107297
2750.26/2757.32	c #Conflicts:    3744000 | #Constraints:     108297
2750.26/2757.32	c #Conflicts:    3745000 | #Constraints:     109297
2750.26/2757.32	c #Conflicts:    3746000 | #Constraints:     110297
2750.26/2757.32	c #Conflicts:    3747000 | #Constraints:     111297
2750.26/2757.32	c #Conflicts:    3748000 | #Constraints:     112297
2750.26/2757.32	c #Conflicts:    3749000 | #Constraints:     113297
2750.26/2757.32	c #Conflicts:    3750000 | #Constraints:     114297
2750.26/2757.32	c #Conflicts:    3751000 | #Constraints:     115297
2750.26/2757.32	c #Conflicts:    3752000 | #Constraints:     116297
2750.26/2757.32	c #Conflicts:    3753000 | #Constraints:     117297
2750.26/2757.32	c #Conflicts:    3754000 | #Constraints:     118297
2750.26/2757.32	c #Conflicts:    3755000 | #Constraints:     119297
2750.26/2757.32	c #Conflicts:    3756000 | #Constraints:     120297
2750.26/2757.32	c #Conflicts:    3757000 | #Constraints:     121297
2750.26/2757.32	c #Conflicts:    3758000 | #Constraints:     122299
2750.26/2757.32	c #Conflicts:    3759000 | #Constraints:     123299
2750.26/2757.32	c #Conflicts:    3760000 | #Constraints:     124299
2750.26/2757.32	WSVECS04 Frhs2[8]: 6 -1.40115 0 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[49]: 6 0 4.88775 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[95]: 6 -1.00007 0 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[99]: 6 0 4.00001 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[100]: 6 0 11 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[127]: 6 0 1.6578 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[131]: 6 0 1.40109 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[137]: 6 -24.7701 0 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[141]: 6 0 3.22999 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[143]: 6 0 1.65784 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[156]: 6 -5.43859 0 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[162]: 6 0 8.00003 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[217]: 6 0 3.82893 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[221]: 6 0 8.68454 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[223]: 6 0 3.91454 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[232]: 6 0 3.31024 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[238]: 6 -5.00005 0 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[284]: 6 -10.385 0 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[296]: 6 0 3.54012 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[312]: 6 -3.65779 0 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[319]: 6 0 1.65783 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[330]: 6 0 6.77013 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[336]: 6 -4.88774 0 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[366]: 6 -4.6578 0 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[374]: 6 -7.31552 0 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[381]: 6 0 4.00005 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[414]: 6 0 0.925174 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[421]: 6 -9.00002 0 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[427]: 6 0 3.05886 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[442]: 6 0 1.77544 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[449]: 6 -2.17119 0 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[451]: 6 0 1.40112 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[463]: 6 0 1.65779 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[473]: 6 0 0.700592 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[481]: 6 -6.00004 0 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[482]: 6 0 6.22468 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[488]: 6 0 3.54014 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[527]: 6 0 1.6578 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[548]: 6 0 7.00001 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[572]: 6 0 0.745153 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[573]: 6 0 0.745167 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[578]: 6 0 3.05888 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[582]: 6 -5.82897 0 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[606]: 6 0 2.0001 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[616]: 6 0 3.54013 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[622]: 6 -1.00009 0 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[641]: 6 0 0.770072 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[668]: 6 -3.85036 0 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[670]: 6 0 2.00005 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[672]: 6 0 2.77549 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[682]: 6 0 10.7755 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[685]: 6 0 1.77011 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[705]: 6 -4.51345 0 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[709]: 6 0 1.40114 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[714]: 6 -2.00004 0 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[717]: 6 0 2.00004 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[719]: 6 0 1.65781 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[740]: 6 0 4.45991 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[745]: 6 -8.94122 0 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[783]: 6 0 1.65783 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[785]: 6 0 0.085615 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[797]: 6 0 4.77008 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[798]: 6 0 2.00001 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[804]: 6 0 16.8343 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[805]: 6 0 9.83425 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[808]: 6 0 13.3744 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[830]: 6 0 0.22461 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[860]: 6 0 2.00007 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[866]: 6 0 8.00003 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[868]: 6 0 7.00004 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[889]: 6 -2.00008 0 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[890]: 6 0 1.77541 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[974]: 6 0 7.77013 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[1066]: 6 0 1.00009 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[1072]: 6 0 0.775495 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[1091]: 6 -3.00007 0 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[1104]: 6 0 0.775494 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[1112]: 6 0 2.0001 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[1120]: 6 0 0.224691 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[1176]: 6 0 1.00004 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[1248]: 6 0 6.00002 shouldn't be
2750.26/2757.32	WSVECS04 Frhs2[1289]: 6 0 1.59719 shouldn't be
2750.56/2757.65	WSVECS04 Frhs2[368]: 6 0 2.00009 shouldn't be
2750.56/2757.65	WSVECS04 Frhs2[429]: 6 -8.94121 0 shouldn't be
2750.56/2757.65	WSVECS04 Frhs2[619]: 6 0 5.05885 shouldn't be
2750.56/2757.65	WSVECS04 Frhs2[638]: 6 0 2.6275 shouldn't be
2750.56/2757.65	WSVECS04 Frhs2[646]: 6 0 0.770098 shouldn't be
2750.56/2757.65	WSVECS04 Frhs2[704]: 6 -8.50987 0 shouldn't be
2750.56/2757.65	WSVECS04 Frhs2[764]: 6 0 1.88241 shouldn't be
2750.56/2757.65	WSVECS04 Frhs2[766]: 6 0 1.88243 shouldn't be
2750.56/2757.65	WSVECS04 Frhs2[1065]: 6 0 1.77541 shouldn't be
2750.56/2757.65	WSVECS04 Frhs2[1114]: 6 0 2.00004 shouldn't be
2750.56/2757.65	WSVECS04 Frhs2[1149]: 6 -4.00007 0 shouldn't be
2763.53/2770.64	c #Conflicts:    3761000 | #Constraints:     125299
2763.53/2770.64	c #Conflicts:    3762000 | #Constraints:     126299
2763.53/2770.64	c #Conflicts:    3763000 | #Constraints:     127299
2763.53/2770.64	c #Conflicts:    3764000 | #Constraints:     128299
2763.53/2770.64	c #Conflicts:    3765000 | #Constraints:     129299
2763.53/2770.64	c #Conflicts:    3766000 | #Constraints:     130300
2763.53/2770.64	c #Conflicts:    3767000 | #Constraints:     131300
2763.53/2770.64	c #Conflicts:    3768000 | #Constraints:     132301
2763.53/2770.64	c #Conflicts:    3769000 | #Constraints:     133302
2763.53/2770.64	c #Conflicts:    3770000 | #Constraints:     134302
2763.53/2770.64	WSVECS04 Frhs2[24]: 6 0 0.31121 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[78]: 6 -13.2445 0 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[89]: 6 0 2.0889 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[93]: 6 0 4.00007 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[99]: 6 0 2.00007 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[101]: 6 -4.0001 0 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[111]: 6 0 1.00002 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[116]: 6 0 5.7334 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[123]: 6 0 4.15559 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[144]: 6 0 0.622252 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[175]: 6 -1.00002 0 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[200]: 6 0 0.800017 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[281]: 6 0 2.08891 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[284]: 6 -5.86671 0 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[285]: 6 0 4.00007 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[296]: 6 0 0.681544 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[399]: 6 -6.00009 0 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[429]: 6 -2.00007 0 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[452]: 6 0 0.800084 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[491]: 6 -3.00003 0 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[522]: 6 -1.52602 0 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[548]: 6 0 2.00007 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[568]: 6 0 0.0519394 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[576]: 6 -0.155632 0 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[582]: 6 -6.05192 0 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[596]: 6 0 2.00007 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[627]: 6 0 9.73342 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[644]: 6 0 0.800087 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[649]: 6 0 0.311121 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[669]: 6 0 4.00002 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[695]: 6 -10.7334 0 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[698]: 6 0 0.577792 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[704]: 6 -5.84451 0 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[705]: 6 -0.577809 0 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[708]: 6 0 0.800047 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[754]: 6 -8.46674 0 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[772]: 6 0 0.800075 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[799]: 6 0 1.00007 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[803]: 6 0 2.00002 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[861]: 6 0 4.0001 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[868]: 6 0 2.00008 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[1112]: 6 0 2.00009 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[1239]: 6 0 2.00007 shouldn't be
2763.53/2770.64	WSVECS04 Frhs2[1287]: 6 -1.00009 0 shouldn't be
2763.82/2770.90	WSVECS04 Frhs2[386]: 6 0 1.02225 shouldn't be
2763.82/2770.90	WSVECS04 Frhs2[449]: 6 -1.60003 0 shouldn't be
2763.82/2770.90	WSVECS04 Frhs2[472]: 6 0 2.31117 shouldn't be
2763.82/2770.90	WSVECS04 Frhs2[493]: 6 0 1.00003 shouldn't be
2763.82/2770.90	WSVECS04 Frhs2[566]: 6 0 1.10375 shouldn't be
2763.82/2770.90	WSVECS04 Frhs2[570]: 6 0 0.577836 shouldn't be
2763.82/2770.90	WSVECS04 Frhs2[634]: 6 0 0.577816 shouldn't be
2763.82/2770.90	WSVECS04 Frhs2[655]: 6 0 0.311201 shouldn't be
2763.82/2770.90	WSVECS04 Frhs2[792]: 6 0 2.31115 shouldn't be
2763.82/2770.90	WSVECS04 Frhs2[1329]: 6 0 2.00008 shouldn't be
2783.67/2790.86	c #Conflicts:    3771000 | #Constraints:     135302
2783.67/2790.86	c #Conflicts:    3772000 | #Constraints:     136302
2783.67/2790.86	c #Conflicts:    3773000 | #Constraints:     137302
2783.67/2790.86	c #Conflicts:    3774000 | #Constraints:     138302
2783.67/2790.86	c #Conflicts:    3775000 | #Constraints:     139302
2783.67/2790.86	c #Conflicts:    3776000 | #Constraints:     140304
2783.67/2790.86	c #Conflicts:    3777000 | #Constraints:     141306
2783.67/2790.86	c #Conflicts:    3778000 | #Constraints:     142306
2783.67/2790.86	c #Conflicts:    3779000 | #Constraints:     143306
2783.67/2790.86	c #Conflicts:    3780000 | #Constraints:     144306
2783.67/2790.86	c #Conflicts:    3781000 | #Constraints:     145308
2783.67/2790.86	c #Conflicts:    3782000 | #Constraints:     146309
2783.67/2790.86	c #Conflicts:    3783000 | #Constraints:     147309
2783.67/2790.86	c #Conflicts:    3784000 | #Constraints:     148309
2783.67/2790.86	WSVECS04 Frhs2[140]: 6 0 0.0391825 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[158]: 6 0 0.650631 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[163]: 6 -12.3135 0 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[173]: 6 0 0.221034 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[188]: 6 -10 0 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[193]: 6 -0.645932 0 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[217]: 6 -1.57877 0 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[225]: 6 0 1.69284 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[227]: 6 0 1.69282 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[239]: 6 0 0.288237 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[257]: 6 0 0.992245 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[260]: 6 0 0.99229 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[327]: 6 0 0.00784122 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[346]: 6 0 1.50627 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[348]: 6 -1.00005 0 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[387]: 6 -2.00007 0 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[391]: 6 0 0.00786551 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[427]: 6 0 1.01378 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[481]: 6 -22.2429 0 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[491]: 6 -17.7 0 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[495]: 6 0 0.114733 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[517]: 6 0 1.10098 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[521]: 6 0 0.439621 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[582]: 6 -4.00004 0 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[585]: 6 0 2.22558 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[605]: 6 0 0.650641 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[614]: 6 0 0.11474 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[621]: 6 0 0.114737 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[640]: 6 -0.475331 0 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[649]: 6 0 0.33869 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[698]: 6 0 0.750137 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[742]: 6 0 0.114748 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[745]: 6 -13.4272 0 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[763]: 6 -7.00005 0 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[777]: 6 0 0.338719 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[785]: 6 -1.00006 0 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[841]: 6 0 0.338671 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[842]: 6 -0.153647 0 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[855]: 6 0 1.00001 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[913]: 6 0 2.00007 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[920]: 6 -1.0001 0 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[945]: 6 0 1.00001 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[1022]: 6 0 1.00008 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[1028]: 6 -4.00006 0 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[1059]: 6 0 1.0001 shouldn't be
2783.67/2790.86	WSVECS04 Frhs2[1255]: 6 0 2.00008 shouldn't be
2783.97/2791.12	WSVECS04 Frhs2[335]: 6 0 0.377889 shouldn't be
2783.97/2791.12	WSVECS04 Frhs2[493]: 6 0 0.114721 shouldn't be
2783.97/2791.12	WSVECS04 Frhs2[513]: 6 0 1.10098 shouldn't be
2783.97/2791.12	WSVECS04 Frhs2[808]: 6 0 0.213635 shouldn't be
2784.26/2791.40	WSVECS04 Frhs2[329]: 6 0 0.338738 shouldn't be
2784.26/2791.40	WSVECS04 Frhs2[424]: 6 0 3.29199 shouldn't be
2784.26/2791.40	WSVECS04 Frhs2[583]: 6 0 0.00783244 shouldn't be
2784.26/2791.40	WSVECS04 Frhs2[844]: 6 0 0.377855 shouldn't be
2784.26/2791.40	WSVECS04 Frhs2[846]: 6 0 0.192602 shouldn't be
2784.26/2791.40	WSVECS04 Frhs2[1312]: 6 0 1.00009 shouldn't be
2784.26/2791.40	WSVECS04 Frhs2[1319]: 6 0 1.00008 shouldn't be
2784.46/2791.67	WSVECS04 Frhs2[171]: 6 0 0.106425 shouldn't be
2784.46/2791.67	WSVECS04 Frhs2[201]: 6 0 0.338748 shouldn't be
2784.46/2791.67	WSVECS04 Frhs2[218]: 6 0 1.50622 shouldn't be
2784.46/2791.67	WSVECS04 Frhs2[622]: 6 -2.34008 0 shouldn't be
2784.46/2791.67	WSVECS04 Frhs2[653]: 6 0 0.307287 shouldn't be
2784.46/2791.67	WSVECS04 Frhs2[654]: 6 0 0.307245 shouldn't be
2784.46/2791.67	WSVECS04 Frhs2[677]: 6 -1.97901 0 shouldn't be
2784.46/2791.67	WSVECS04 Frhs2[845]: 6 0 0.307238 shouldn't be
2784.46/2791.67	WSVECS04 Frhs2[1058]: 6 0 2.00007 shouldn't be
2784.77/2791.96	WSVECS04 Frhs2[1023]: 6 -2.00006 0 shouldn't be
2784.77/2791.96	WSVECS04 Frhs2[1025]: 6 -2.0001 0 shouldn't be
2785.17/2792.30	WSVECS04 Frhs2[204]: 6 0 0.377885 shouldn't be
2785.17/2792.30	WSVECS04 Frhs2[228]: 6 0 1.69284 shouldn't be
2785.17/2792.30	WSVECS04 Frhs2[651]: 6 -16.7941 0 shouldn't be
2785.46/2792.65	WSVECS04 Frhs2[417]: 6 0 2.96375 shouldn't be
2785.46/2792.65	WSVECS04 Frhs2[590]: 6 0 2.19416 shouldn't be
2785.46/2792.65	WSVECS04 Frhs2[1065]: 6 0 2.00004 shouldn't be
2785.46/2792.65	WSVECS04 Frhs2[1297]: 6 0 2.00007 shouldn't be
2786.06/2793.20	WSVECS04 Frhs2[518]: 6 0 1.10099 shouldn't be
2786.06/2793.20	WSVECS04 Frhs2[523]: 6 0 0.101008 shouldn't be
2786.06/2793.20	WSVECS04 Frhs2[587]: 6 0 1.88692 shouldn't be
2786.06/2793.20	WSVECS04 Frhs2[685]: 6 0 2.06726 shouldn't be
2786.06/2793.20	WSVECS04 Frhs2[809]: 6 0 2.34005 shouldn't be
2786.06/2793.20	WSVECS04 Frhs2[811]: 6 0 2.34001 shouldn't be
2786.06/2793.20	WSVECS04 Frhs2[912]: 6 0 2.00005 shouldn't be
2808.70/2815.94	c #Conflicts:    3785000 | #Constraints:     149309
2808.70/2815.94	c #Conflicts:    3786000 | #Constraints:     150309
2808.70/2815.94	c #Conflicts:    3787000 | #Constraints:     151309
2808.70/2815.94	c #Conflicts:    3788000 | #Constraints:     152309
2808.70/2815.94	c #Conflicts:    3789000 | #Constraints:     153309
2808.70/2815.94	c #Conflicts:    3790000 | #Constraints:     154309
2808.70/2815.94	c #Conflicts:    3791000 | #Constraints:     155309
2808.70/2815.94	c #Conflicts:    3792000 | #Constraints:     156309
2808.70/2815.94	c #Conflicts:    3793000 | #Constraints:     157309
2808.70/2815.94	c #Conflicts:    3794000 | #Constraints:     158309
2808.70/2815.94	c #Conflicts:    3795000 | #Constraints:     159309
2808.70/2815.94	c #Conflicts:    3796000 | #Constraints:     160309
2808.70/2815.94	c #Conflicts:    3797000 | #Constraints:     161309
2808.70/2815.94	c #Conflicts:    3798000 | #Constraints:     162311
2808.70/2815.94	c #Conflicts:    3799000 | #Constraints:     163312
2808.70/2815.94	WSVECS04 Frhs2[16]: 6 0 1.00006 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[32]: 6 0 1.10005 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[33]: 6 0 0.10005 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[40]: 6 0 1.20007 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[90]: 6 0 1.00005 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[106]: 6 0 0.400026 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[137]: 6 -10 0 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[142]: 6 0 1.10009 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[161]: 6 0 1.80002 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[164]: 6 0 1.80006 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[175]: 6 -4.66676 0 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[226]: 6 0 0.90007 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[334]: 6 0 1.10004 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[383]: 6 0 1.00003 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[399]: 6 0 2.00008 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[416]: 6 0 1.00008 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[423]: 6 0 0.500089 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[424]: 6 0 1.10006 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[461]: 6 0 2.00002 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[474]: 6 0 1.00002 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[482]: 6 0 0.900059 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[483]: 6 0 0.100087 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[490]: 6 0 0.400056 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[532]: 6 -1.00007 0 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[546]: 6 0 0.900098 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[547]: 6 0 0.100074 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[610]: 6 0 0.900089 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[615]: 6 0 0.500068 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[629]: 6 -1.00009 0 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[686]: 6 -2.00005 0 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[714]: 6 -1.10008 0 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[738]: 6 0 0.900017 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[745]: 6 -8.66669 0 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[754]: 6 -8.50006 0 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[864]: 6 0 1.00007 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[872]: 6 0 1.10007 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[885]: 6 0 0.500099 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[889]: 6 -3.00008 0 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[959]: 6 0 2.00002 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[1025]: 6 0 1.00007 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[1032]: 6 -0.766739 0 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[1080]: 6 -2.00002 0 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[1105]: 6 0 1.00003 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[1127]: 6 0 1.00006 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[1149]: 6 -2.10003 0 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[1174]: 6 -0.400013 0 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[1176]: 6 0 0.50002 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[1192]: 6 0 2.00002 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[1196]: 6 -2.00005 0 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[1208]: 6 0 2.00007 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[1209]: 6 0 1.33341 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[1214]: 6 -2.00008 0 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[1238]: 6 -2.00007 0 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[1258]: 6 0 1.50006 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[1296]: 6 0 1.0001 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[1309]: 6 -2.00005 0 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[1330]: 6 -1.00006 0 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[1337]: 6 -1.00004 0 shouldn't be
2808.70/2815.94	WSVECS04 Frhs2[1341]: 6 -4.00009 0 shouldn't be
2868.93/2876.34	c #Conflicts:    3800000 | #Constraints:     164313
2868.93/2876.34	c #Conflicts:    3801000 | #Constraints:     165313
2868.93/2876.34	c #Conflicts:    3802000 | #Constraints:     166313
2868.93/2876.34	c #Conflicts:    3803000 | #Constraints:     167313
2868.93/2876.34	c #Conflicts:    3804000 | #Constraints:     168314
2868.93/2876.34	c #Conflicts:    3805000 | #Constraints:     169315
2868.93/2876.34	c #Conflicts:    3806000 | #Constraints:     170316
2868.93/2876.34	c #Conflicts:    3807000 | #Constraints:     171316
2868.93/2876.34	c #Conflicts:    3808000 | #Constraints:     172316
2868.93/2876.34	c #Conflicts:    3809000 | #Constraints:     173316
2868.93/2876.34	c #Conflicts:    3810000 | #Constraints:     174316
2868.93/2876.34	c #Conflicts:    3811000 | #Constraints:     175317
2868.93/2876.34	c #Conflicts:    3812000 | #Constraints:     176317
2868.93/2876.34	c #Conflicts:    3813000 | #Constraints:     177317
2868.93/2876.34	c #Conflicts:    3814000 | #Constraints:     178317
2868.93/2876.34	c #Conflicts:    3815000 | #Constraints:     179318
2868.93/2876.34	c #Conflicts:    3816000 | #Constraints:     180318
2868.93/2876.34	c #Conflicts:    3817000 | #Constraints:     181319
2868.93/2876.34	c #Conflicts:    3818000 | #Constraints:     182319
2868.93/2876.34	c #Conflicts:    3819000 | #Constraints:     183319
2868.93/2876.34	c #Conflicts:    3820000 | #Constraints:     184319
2868.93/2876.34	c #Conflicts:    3821000 | #Constraints:     185322
2868.93/2876.34	c #Conflicts:    3822000 | #Constraints:     186323
2868.93/2876.34	c #Conflicts:    3823000 | #Constraints:     187323
2868.93/2876.34	c #Conflicts:    3824000 | #Constraints:     188323
2868.93/2876.34	c #Conflicts:    3825000 | #Constraints:     189323
2868.93/2876.34	c #Conflicts:    3826000 | #Constraints:     190323
2868.93/2876.34	c #Conflicts:    3827000 | #Constraints:     191325
2868.93/2876.34	c #Conflicts:    3828000 | #Constraints:     192326
2868.93/2876.34	c #Conflicts:    3829000 | #Constraints:     193328
2868.93/2876.34	c #Conflicts:    3830000 | #Constraints:     194328
2868.93/2876.34	c #Conflicts:    3831000 | #Constraints:     195328
2868.93/2876.34	WSVECS04 Frhs2[15]: 6 0 0.800013 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[53]: 6 0 1.00007 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[78]: 6 -8.20009 0 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[156]: 6 -7.75364 0 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[215]: 6 -4.00005 0 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[278]: 6 -9.00004 0 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[302]: 6 -1.04352 0 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[354]: 6 0 2.00007 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[403]: 6 -4.10006 0 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[417]: 6 0 2.5218 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[418]: 6 0 2.04353 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[494]: 6 -0.47835 0 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[546]: 6 0 2.00002 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[549]: 6 -2.00004 0 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[551]: 6 0 1.52178 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[595]: 6 -0.500074 0 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[626]: 6 0 1.00002 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[627]: 6 0 1.00002 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[650]: 6 -0.800046 0 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[668]: 6 -5.02904 0 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[674]: 6 0 2.00005 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[692]: 6 -6.0001 0 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[714]: 6 -2.40007 0 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[733]: 6 -7.00009 0 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[741]: 6 -4.00007 0 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[754]: 6 -3.00005 0 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[813]: 6 0 0.318886 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[845]: 6 0 0.800069 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[1002]: 6 0 0.20004 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[1049]: 6 0 1.00006 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[1050]: 6 0 1.00007 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[1058]: 6 0 4.00009 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[1063]: 6 0 1.00005 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[1089]: 6 -1.00003 0 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[1092]: 6 -1.00008 0 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[1193]: 6 0 1.00008 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[1202]: 6 -1.00002 0 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[1207]: 6 -1.00003 0 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[1245]: 6 -2.00002 0 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[1249]: 6 0 1.00002 shouldn't be
2868.93/2876.34	WSVECS04 Frhs2[1262]: 6 0 1.00003 shouldn't be
2869.13/2876.57	WSVECS04 Frhs2[39]: 6 0 1.52183 shouldn't be
2869.13/2876.57	WSVECS04 Frhs2[168]: 6 0 1.00008 shouldn't be
2869.13/2876.57	WSVECS04 Frhs2[231]: 6 0 1.52179 shouldn't be
2869.13/2876.57	WSVECS04 Frhs2[338]: 6 0 4.10009 shouldn't be
2869.13/2876.57	WSVECS04 Frhs2[419]: 6 0 0.0435307 shouldn't be
2869.13/2876.57	WSVECS04 Frhs2[597]: 6 0 0.500032 shouldn't be
2869.13/2876.57	WSVECS04 Frhs2[610]: 6 0 0.478307 shouldn't be
2869.13/2876.57	WSVECS04 Frhs2[658]: 6 0 1.60003 shouldn't be
2869.13/2876.57	WSVECS04 Frhs2[782]: 6 0 0.698595 shouldn't be
2869.13/2876.57	WSVECS04 Frhs2[866]: 6 0 0.478276 shouldn't be
2869.13/2876.57	WSVECS04 Frhs2[1057]: 6 0 2.00005 shouldn't be
2869.13/2876.57	WSVECS04 Frhs2[1104]: 6 0 1.00004 shouldn't be
2869.13/2876.57	WSVECS04 Frhs2[1111]: 6 0 1.0001 shouldn't be
2899.75/2907.24	c #Conflicts:    3832000 | #Constraints:     196328
2899.75/2907.24	c #Conflicts:    3833000 | #Constraints:     197328
2899.75/2907.24	c #Conflicts:    3834000 | #Constraints:     198328
2899.75/2907.24	c #Conflicts:    3835000 | #Constraints:     199328
2899.75/2907.24	c #Conflicts:    3836000 | #Constraints:     200328
2899.75/2907.24	c #Conflicts:    3837000 | #Constraints:     201328
2899.75/2907.24	c #Conflicts:    3838000 | #Constraints:     202329
2899.75/2907.24	c #Conflicts:    3839000 | #Constraints:     203329
2899.75/2907.24	c #Conflicts:    3840000 | #Constraints:     204329
2899.75/2907.24	c #Conflicts:    3841000 | #Constraints:     205330
2899.75/2907.24	c #Conflicts:    3842000 | #Constraints:     206331
2899.75/2907.24	c #Conflicts:    3843000 | #Constraints:     207331
2899.75/2907.24	c #Conflicts:    3844000 | #Constraints:     208331
2899.75/2907.24	WSVECS04 Frhs2[33]: 6 0 0.608958 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[39]: 6 0 0.491105 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[40]: 6 0 0.992922 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[102]: 6 0 0.116163 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[122]: 6 0 0.10872 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[126]: 6 0 0.383992 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[137]: 6 -0.00365395 0 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[145]: 6 0 0.994664 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[215]: 6 -2.00358 0 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[243]: 6 0 5.33338 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[247]: 6 -1.83337 0 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[249]: 6 0 0.217288 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[312]: 6 -0.333387 0 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[319]: 6 0 2.00007 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[338]: 6 0 2.00006 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[358]: 6 0 0.116092 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[360]: 6 0 0.383957 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[373]: 6 0 0.833374 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[374]: 6 -0.333404 0 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[378]: 6 -1.89146 0 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[393]: 6 0 0.250059 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[394]: 6 0 0.666678 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[398]: 6 0 0.250085 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[417]: 6 0 1.53574 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[423]: 6 0 1.64294 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[429]: 6 -0.462511 0 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[504]: 6 0 0.333376 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[511]: 6 -0.384024 0 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[551]: 6 0 0.107197 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[574]: 6 0 0.16674 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[582]: 6 -0.171466 0 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[604]: 6 -0.33336 0 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[615]: 6 0 0.10717 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[641]: 6 0 0.16675 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[642]: 6 0 0.166724 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[678]: 6 0 0.105399 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[808]: 6 0 0.332238 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[813]: 6 0 0.173851 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[825]: 6 0 0.217318 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[866]: 6 0 0.225091 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[885]: 6 0 0.833428 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[929]: 6 0 2.00005 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[966]: 6 -2.00003 0 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[982]: 6 -1.00009 0 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[991]: 6 -1.00003 0 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[992]: 6 0 2.00002 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[996]: 6 -1.00005 0 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[1023]: 6 -2.00002 0 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[1040]: 6 0 1.00185 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[1056]: 6 -1.00006 0 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[1128]: 6 0 2.28931 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[1129]: 6 0 1.93751 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[1170]: 6 0 0.29291 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[1174]: 6 -2.22144 0 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[1177]: 6 0 2.00004 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[1184]: 6 0 1.00005 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[1189]: 6 -2.00004 0 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[1195]: 6 -3.00007 0 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[1207]: 6 -3.00005 0 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[1213]: 6 -2.00007 0 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[1233]: 6 0 0.333364 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[1239]: 6 0 0.333361 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[1240]: 6 0 1.3334 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[1246]: 6 0 0.33335 shouldn't be
2899.75/2907.24	WSVECS04 Frhs2[1255]: 6 -2.00002 0 shouldn't be
2899.75/2907.25	WSVECS04 Frhs2[1273]: 6 -0.333407 0 shouldn't be
2899.75/2907.25	WSVECS04 Frhs2[1280]: 6 0 0.666706 shouldn't be
2899.75/2907.25	WSVECS04 Frhs2[1281]: 6 -1.00009 0 shouldn't be
2899.75/2907.25	WSVECS04 Frhs2[1304]: 6 0 1.94573 shouldn't be
2899.75/2907.25	WSVECS04 Frhs2[1314]: 6 -0.166725 0 shouldn't be
2899.75/2907.25	WSVECS04 Frhs2[1321]: 6 0 3.77903 shouldn't be
2899.75/2907.25	WSVECS04 Frhs2[1322]: 6 0 0.94571 shouldn't be
2899.75/2907.25	WSVECS04 Frhs2[1338]: 6 -1.00005 0 shouldn't be
2899.75/2907.25	WSVECS04 Frhs2[1340]: 6 -4.00002 0 shouldn't be
2899.75/2907.25	WSVECS04 Frhs2[1342]: 6 -2.00004 0 shouldn't be
2899.75/2907.25	WSVECS04 Frhs2[1344]: 6 -1.00002 0 shouldn't be
2900.04/2907.53	WSVECS04 Frhs2[117]: 6 0 0.833393 shouldn't be
2900.04/2907.53	WSVECS04 Frhs2[501]: 6 0 1.16671 shouldn't be
2900.04/2907.53	WSVECS04 Frhs2[565]: 6 0 0.833403 shouldn't be
2900.04/2907.53	WSVECS04 Frhs2[702]: 6 0 0.383944 shouldn't be
2900.04/2907.53	WSVECS04 Frhs2[830]: 6 0 0.383973 shouldn't be
2900.04/2907.53	WSVECS04 Frhs2[897]: 6 -1.00005 0 shouldn't be
2900.04/2907.53	WSVECS04 Frhs2[912]: 6 0 1.00003 shouldn't be
2900.04/2907.53	WSVECS04 Frhs2[919]: 6 0 1.00008 shouldn't be
2900.04/2907.53	WSVECS04 Frhs2[943]: 6 0 1.00007 shouldn't be
2900.04/2907.53	WSVECS04 Frhs2[1247]: 6 -2.00009 0 shouldn't be
2900.04/2907.53	WSVECS04 Frhs2[1306]: 6 0 1.94571 shouldn't be
2900.04/2907.53	WSVECS04 Frhs2[1329]: 6 0 1.00009 shouldn't be
2900.04/2907.53	WSVECS04 Frhs2[1336]: 6 0 1.83337 shouldn't be
2900.24/2907.79	WSVECS04 Frhs2[16]: 6 0 0.500078 shouldn't be
2900.24/2907.79	WSVECS04 Frhs2[146]: 6 0 0.998289 shouldn't be
2900.24/2907.79	WSVECS04 Frhs2[251]: 6 0 0.217328 shouldn't be
2900.24/2907.79	WSVECS04 Frhs2[614]: 6 0 0.105439 shouldn't be
2900.24/2907.79	WSVECS04 Frhs2[827]: 6 0 0.21731 shouldn't be
2900.24/2907.79	WSVECS04 Frhs2[902]: 6 -2.00002 0 shouldn't be
2900.55/2908.09	WSVECS04 Frhs2[697]: 6 0 0.217341 shouldn't be
2900.55/2908.09	WSVECS04 Frhs2[766]: 6 0 0.383963 shouldn't be
2900.55/2908.09	WSVECS04 Frhs2[926]: 6 0 1.00009 shouldn't be
2900.55/2908.09	WSVECS04 Frhs2[930]: 6 0 2.00009 shouldn't be
2900.55/2908.09	WSVECS04 Frhs2[1183]: 6 0 2.00245 shouldn't be
2907.82/2915.38	c #Conflicts:    3845000 | #Constraints:     209332
2907.82/2915.38	c #Conflicts:    3846000 | #Constraints:     210332
2907.82/2915.38	c #Conflicts:    3847000 | #Constraints:     211332
2907.82/2915.38	c INPROCESSING
2907.82/2915.38	c GARBAGE COLLECT
2907.82/2915.38	c rational objective 128
2927.26/2934.87	c #Conflicts:    3848000 | #Constraints:     115194
2927.26/2934.87	c #Conflicts:    3849000 | #Constraints:     116194
2927.26/2934.87	c #Conflicts:    3850000 | #Constraints:     117194
2927.26/2934.87	c #Conflicts:    3851000 | #Constraints:     118194
2927.26/2934.87	c #Conflicts:    3852000 | #Constraints:     119194
2927.26/2934.87	c #Conflicts:    3853000 | #Constraints:     120194
2927.26/2934.87	c #Conflicts:    3854000 | #Constraints:     121194
2927.26/2934.87	c #Conflicts:    3855000 | #Constraints:     122194
2927.26/2934.87	c #Conflicts:    3856000 | #Constraints:     123194
2927.26/2934.87	c #Conflicts:    3857000 | #Constraints:     124194
2927.26/2934.87	c #Conflicts:    3858000 | #Constraints:     125194
2927.26/2934.87	c #Conflicts:    3859000 | #Constraints:     126194
2927.26/2934.87	c #Conflicts:    3860000 | #Constraints:     127194
2927.26/2934.87	c #Conflicts:    3861000 | #Constraints:     128194
2927.26/2934.87	c #Conflicts:    3862000 | #Constraints:     129194
2927.26/2934.87	c #Conflicts:    3863000 | #Constraints:     130194
2927.26/2934.87	c #Conflicts:    3864000 | #Constraints:     131194
2927.26/2934.87	c #Conflicts:    3865000 | #Constraints:     132194
2927.26/2934.87	c #Conflicts:    3866000 | #Constraints:     133194
2927.26/2934.87	c #Conflicts:    3867000 | #Constraints:     134194
2927.26/2934.87	c #Conflicts:    3868000 | #Constraints:     135194
2927.26/2934.87	c #Conflicts:    3869000 | #Constraints:     136194
2927.26/2934.87	c #Conflicts:    3870000 | #Constraints:     137194
2927.26/2934.87	c #Conflicts:    3871000 | #Constraints:     138194
2927.26/2934.87	c #Conflicts:    3872000 | #Constraints:     139194
2927.26/2934.87	WSVECS04 Frhs2[26]: 6 0 3.00008 shouldn't be
2927.26/2934.87	WSVECS04 Frhs2[42]: 6 0 1.00006 shouldn't be
2927.26/2934.87	WSVECS04 Frhs2[198]: 6 -5.00006 0 shouldn't be
2927.26/2934.87	WSVECS04 Frhs2[293]: 6 -2.00004 0 shouldn't be
2927.26/2934.87	WSVECS04 Frhs2[299]: 6 0 8.00008 shouldn't be
2927.26/2934.87	WSVECS04 Frhs2[304]: 6 0 2.00007 shouldn't be
2927.26/2934.87	WSVECS04 Frhs2[348]: 6 -1.50007 0 shouldn't be
2927.26/2934.87	WSVECS04 Frhs2[350]: 6 0 3.00009 shouldn't be
2927.26/2934.87	WSVECS04 Frhs2[404]: 6 -1.00006 0 shouldn't be
2927.26/2934.87	WSVECS04 Frhs2[414]: 6 0 3.00006 shouldn't be
2927.26/2934.87	WSVECS04 Frhs2[476]: 6 -4.00001 0 shouldn't be
2927.26/2934.87	WSVECS04 Frhs2[553]: 6 0 12.0001 shouldn't be
2927.26/2934.87	WSVECS04 Frhs2[618]: 6 0 1.00003 shouldn't be
2927.26/2934.87	WSVECS04 Frhs2[619]: 6 0 7.00002 shouldn't be
2927.26/2934.87	WSVECS04 Frhs2[641]: 6 -2.00004 0 shouldn't be
2927.26/2934.87	WSVECS04 Frhs2[677]: 6 -2.00003 0 shouldn't be
2927.26/2934.87	WSVECS04 Frhs2[798]: 6 0 3.00007 shouldn't be
2927.26/2934.87	WSVECS04 Frhs2[897]: 6 -1.00003 0 shouldn't be
2927.26/2934.87	WSVECS04 Frhs2[928]: 6 -1.00005 0 shouldn't be
2927.26/2934.87	WSVECS04 Frhs2[1086]: 6 -2.00002 0 shouldn't be
2927.26/2934.87	WSVECS04 Frhs2[1120]: 6 -1.00002 0 shouldn't be
2927.26/2934.87	WSVECS04 Frhs2[1302]: 6 -1.00003 0 shouldn't be
2927.26/2934.87	WSVECS04 Frhs2[1318]: 6 0 1.00002 shouldn't be
2927.26/2934.87	WSVECS04 Frhs2[1320]: 6 0 2.00005 shouldn't be
2927.57/2935.14	WSVECS04 Frhs2[303]: 6 -16 0 shouldn't be
2927.57/2935.14	WSVECS04 Frhs2[425]: 6 0 8.00001 shouldn't be
2927.57/2935.14	WSVECS04 Frhs2[477]: 6 0 3.00007 shouldn't be
2927.57/2935.14	WSVECS04 Frhs2[1010]: 6 -1.00002 0 shouldn't be
2927.57/2935.14	WSVECS04 Frhs2[1028]: 6 -2.00008 0 shouldn't be
2927.57/2935.14	WSVECS04 Frhs2[1039]: 6 -1.00004 0 shouldn't be
2927.57/2935.14	WSVECS04 Frhs2[1072]: 6 0 2.00005 shouldn't be
2927.57/2935.14	WSVECS04 Frhs2[1110]: 6 -2.00008 0 shouldn't be
2927.57/2935.14	WSVECS04 Frhs2[1252]: 6 -3.00007 0 shouldn't be
2927.57/2935.14	WSVECS04 Frhs2[1289]: 6 0 1.00004 shouldn't be
2927.57/2935.14	WSVECS04 Frhs2[1336]: 6 0 2.00008 shouldn't be
2927.57/2935.14	WSVECS04 Frhs2[1341]: 6 -2.00006 0 shouldn't be
2947.01/2954.60	c #Conflicts:    3873000 | #Constraints:     140194
2947.01/2954.60	c #Conflicts:    3874000 | #Constraints:     141194
2947.01/2954.60	c #Conflicts:    3875000 | #Constraints:     142194
2947.01/2954.60	c #Conflicts:    3876000 | #Constraints:     143194
2947.01/2954.60	c #Conflicts:    3877000 | #Constraints:     144194
2947.01/2954.60	c #Conflicts:    3878000 | #Constraints:     145194
2947.01/2954.60	c #Conflicts:    3879000 | #Constraints:     146194
2947.01/2954.60	c #Conflicts:    3880000 | #Constraints:     147194
2947.01/2954.60	c #Conflicts:    3881000 | #Constraints:     148194
2947.01/2954.60	c #Conflicts:    3882000 | #Constraints:     149194
2947.01/2954.60	c #Conflicts:    3883000 | #Constraints:     150194
2947.01/2954.60	c #Conflicts:    3884000 | #Constraints:     151194
2947.01/2954.60	c #Conflicts:    3885000 | #Constraints:     152194
2947.01/2954.60	c #Conflicts:    3886000 | #Constraints:     153194
2947.01/2954.60	c #Conflicts:    3887000 | #Constraints:     154194
2947.01/2954.60	c #Conflicts:    3888000 | #Constraints:     155194
2947.01/2954.60	c #Conflicts:    3889000 | #Constraints:     156194
2947.01/2954.60	c #Conflicts:    3890000 | #Constraints:     157194
2947.01/2954.60	c #Conflicts:    3891000 | #Constraints:     158194
2947.01/2954.60	c #Conflicts:    3892000 | #Constraints:     159194
2947.01/2954.60	c #Conflicts:    3893000 | #Constraints:     160194
2947.01/2954.60	c #Conflicts:    3894000 | #Constraints:     161194
2947.01/2954.60	c INPROCESSING
2947.01/2954.60	c GARBAGE COLLECT
2947.01/2954.60	c rational objective 128
2976.43/2984.16	c #Conflicts:    3895000 | #Constraints:      90464
2976.43/2984.16	c #Conflicts:    3896000 | #Constraints:      91464
2976.43/2984.16	c #Conflicts:    3897000 | #Constraints:      92464
2976.43/2984.16	c #Conflicts:    3898000 | #Constraints:      93464
2976.43/2984.16	c #Conflicts:    3899000 | #Constraints:      94464
2976.43/2984.16	c #Conflicts:    3900000 | #Constraints:      95464
2976.43/2984.16	c #Conflicts:    3901000 | #Constraints:      96464
2976.43/2984.16	c #Conflicts:    3902000 | #Constraints:      97464
2976.43/2984.16	c #Conflicts:    3903000 | #Constraints:      98464
2976.43/2984.16	c #Conflicts:    3904000 | #Constraints:      99464
2976.43/2984.16	c #Conflicts:    3905000 | #Constraints:     100464
2976.43/2984.16	c #Conflicts:    3906000 | #Constraints:     101464
2976.43/2984.16	c #Conflicts:    3907000 | #Constraints:     102464
2976.43/2984.16	c #Conflicts:    3908000 | #Constraints:     103464
2976.43/2984.16	c #Conflicts:    3909000 | #Constraints:     104464
2976.43/2984.16	c #Conflicts:    3910000 | #Constraints:     105464
2976.43/2984.16	c #Conflicts:    3911000 | #Constraints:     106464
2976.43/2984.16	c #Conflicts:    3912000 | #Constraints:     107464
2976.43/2984.16	c #Conflicts:    3913000 | #Constraints:     108464
2976.43/2984.16	c #Conflicts:    3914000 | #Constraints:     109464
2976.43/2984.16	c #Conflicts:    3915000 | #Constraints:     110464
2976.43/2984.16	c #Conflicts:    3916000 | #Constraints:     111464
2976.43/2984.16	c #Conflicts:    3917000 | #Constraints:     112464
2976.43/2984.16	c #Conflicts:    3918000 | #Constraints:     113464
2976.43/2984.16	c #Conflicts:    3919000 | #Constraints:     114464
2976.43/2984.16	c #Conflicts:    3920000 | #Constraints:     115464
2976.43/2984.16	c #Conflicts:    3921000 | #Constraints:     116464
2976.43/2984.16	c #Conflicts:    3922000 | #Constraints:     117464
2976.43/2984.16	c #Conflicts:    3923000 | #Constraints:     118464
2976.43/2984.16	c #Conflicts:    3924000 | #Constraints:     119464
2976.43/2984.16	c #Conflicts:    3925000 | #Constraints:     120464
2976.43/2984.16	c #Conflicts:    3926000 | #Constraints:     121464
2976.43/2984.16	c #Conflicts:    3927000 | #Constraints:     122464
2976.43/2984.16	c #Conflicts:    3928000 | #Constraints:     123464
2976.43/2984.16	c #Conflicts:    3929000 | #Constraints:     124464
2976.43/2984.16	c #Conflicts:    3930000 | #Constraints:     125464
2976.43/2984.16	c #Conflicts:    3931000 | #Constraints:     126464
2976.43/2984.16	c #Conflicts:    3932000 | #Constraints:     127464
2976.43/2984.16	c #Conflicts:    3933000 | #Constraints:     128464
2976.43/2984.16	c #Conflicts:    3934000 | #Constraints:     129464
2976.43/2984.16	WSVECS04 Frhs2[16]: 6 -9.5001 0 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[33]: 6 0 14.5001 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[69]: 6 -3.00004 0 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[101]: 6 -4.58336 0 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[116]: 6 0 6.33341 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[137]: 6 0 9.50009 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[177]: 6 0 27 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[179]: 6 0 5.3334 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[181]: 6 0 2.58341 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[202]: 6 -3.50002 0 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[211]: 6 0 11.4168 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[218]: 6 0 0.750017 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[220]: 6 -3.00008 0 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[244]: 6 0 6.33343 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[285]: 6 -4.0001 0 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[302]: 6 -3.00008 0 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[321]: 6 -1.00005 0 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[348]: 6 -4.00008 0 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[392]: 6 -4.50008 0 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[424]: 6 0 3.33338 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[461]: 6 0 1.50009 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[518]: 6 -3.00002 0 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[524]: 6 0 3.7501 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[562]: 6 0 20.5001 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[565]: 6 0 20.0834 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[580]: 6 0 3.00006 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[609]: 6 0 13.4167 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[613]: 6 -6.2501 0 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[666]: 6 0 0.750017 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[794]: 6 0 0.750069 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[808]: 6 0 2.08337 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[817]: 6 0 24.4167 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[857]: 6 0 4.00007 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[871]: 6 0 2.00005 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[872]: 6 0 2.58337 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[898]: 6 -1.00006 0 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[914]: 6 -1.00001 0 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[946]: 6 0 1.00008 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[1105]: 6 0 1.00002 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[1184]: 6 0 1.00003 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[1185]: 6 -1.00006 0 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[1218]: 6 0 1.00008 shouldn't be
2976.43/2984.16	WSVECS04 Frhs2[1232]: 6 -1.00007 0 shouldn't be
2976.83/2984.51	WSVECS04 Frhs2[1155]: 6 -2.00005 0 shouldn't be
2977.03/2984.79	WSVECS04 Frhs2[14]: 6 0 59.0834 shouldn't be
2977.03/2984.79	WSVECS04 Frhs2[26]: 6 0 0.750012 shouldn't be
2977.03/2984.79	WSVECS04 Frhs2[46]: 6 -3.00003 0 shouldn't be
2977.03/2984.79	WSVECS04 Frhs2[50]: 6 0 20.5001 shouldn't be
2977.03/2984.79	WSVECS04 Frhs2[84]: 6 0 0.250099 shouldn't be
2977.03/2984.79	WSVECS04 Frhs2[198]: 6 0 4.50007 shouldn't be
2977.03/2984.79	WSVECS04 Frhs2[207]: 6 0 6.00009 shouldn't be
2977.03/2984.79	WSVECS04 Frhs2[243]: 6 0 5.33341 shouldn't be
2977.03/2984.79	WSVECS04 Frhs2[294]: 6 0 48.0001 shouldn't be
2977.03/2984.79	WSVECS04 Frhs2[408]: 6 0 2.75002 shouldn't be
2977.03/2984.79	WSVECS04 Frhs2[774]: 6 0 4.5001 shouldn't be
2977.03/2984.79	WSVECS04 Frhs2[903]: 6 -1.00006 0 shouldn't be
2977.03/2984.79	WSVECS04 Frhs2[1212]: 6 -1.00003 0 shouldn't be
2977.33/2985.08	WSVECS04 Frhs2[79]: 6 0 9.5001 shouldn't be
2977.33/2985.08	WSVECS04 Frhs2[469]: 6 0 1.75002 shouldn't be
2977.33/2985.08	WSVECS04 Frhs2[655]: 6 0 6.00002 shouldn't be
2977.33/2985.08	WSVECS04 Frhs2[847]: 6 0 6.50003 shouldn't be
2977.33/2985.08	WSVECS04 Frhs2[966]: 6 -2.00007 0 shouldn't be
2977.33/2985.08	WSVECS04 Frhs2[1104]: 6 0 1.00009 shouldn't be
2977.72/2985.40	WSVECS04 Frhs2[1]: 6 0 4.50003 shouldn't be
2977.72/2985.40	WSVECS04 Frhs2[17]: 6 0 18.1667 shouldn't be
2977.72/2985.40	WSVECS04 Frhs2[147]: 6 -8.00003 0 shouldn't be
2977.72/2985.40	WSVECS04 Frhs2[204]: 6 0 1.75004 shouldn't be
2977.72/2985.40	WSVECS04 Frhs2[275]: 6 -12.0001 0 shouldn't be
2977.72/2985.40	WSVECS04 Frhs2[276]: 6 0 0.250056 shouldn't be
2977.72/2985.40	WSVECS04 Frhs2[293]: 6 -39.5834 0 shouldn't be
2977.72/2985.40	WSVECS04 Frhs2[548]: 6 0 2.50004 shouldn't be
2977.72/2985.40	WSVECS04 Frhs2[611]: 6 0 0.500092 shouldn't be
2977.72/2985.40	WSVECS04 Frhs2[650]: 6 -11.5001 0 shouldn't be
2977.72/2985.40	WSVECS04 Frhs2[686]: 6 -4.00006 0 shouldn't be
2977.72/2985.40	WSVECS04 Frhs2[721]: 6 0 17.9167 shouldn't be
2977.72/2985.40	WSVECS04 Frhs2[785]: 6 0 18.1667 shouldn't be
2977.72/2985.40	WSVECS04 Frhs2[1057]: 6 0 3.00009 shouldn't be
2978.03/2985.74	WSVECS04 Frhs2[49]: 6 0 44.5001 shouldn't be
2978.03/2985.74	WSVECS04 Frhs2[146]: 6 0 1.75006 shouldn't be
2978.03/2985.74	WSVECS04 Frhs2[393]: 6 0 14.75 shouldn't be
2978.03/2985.74	WSVECS04 Frhs2[566]: 6 0 61.5 shouldn't be
2978.03/2985.74	WSVECS04 Frhs2[615]: 6 0 2.00009 shouldn't be
2978.03/2985.74	WSVECS04 Frhs2[713]: 6 0 15.75 shouldn't be
2978.03/2985.74	WSVECS04 Frhs2[731]: 6 0 4.00001 shouldn't be
2978.03/2985.74	WSVECS04 Frhs2[780]: 6 0 2.25001 shouldn't be
2978.03/2985.74	WSVECS04 Frhs2[1225]: 6 0 2.00004 shouldn't be
2978.03/2985.74	WSVECS04 Frhs2[1226]: 6 0 1.00002 shouldn't be
2978.33/2986.08	WSVECS04 Frhs2[20]: 6 0 0.250022 shouldn't be
2978.33/2986.08	WSVECS04 Frhs2[196]: 6 0 4.50006 shouldn't be
2978.33/2986.08	WSVECS04 Frhs2[212]: 6 0 11.6667 shouldn't be
2978.33/2986.08	WSVECS04 Frhs2[332]: 6 0 11.25 shouldn't be
2978.33/2986.08	WSVECS04 Frhs2[772]: 6 0 4.50008 shouldn't be
2978.33/2986.08	WSVECS04 Frhs2[773]: 6 0 4.50005 shouldn't be
2978.33/2986.08	WSVECS04 Frhs2[862]: 6 0 121.833 shouldn't be
2978.33/2986.08	WSVECS04 Frhs2[1080]: 6 0 1.00001 shouldn't be
2978.92/2986.67	WSVECS04 Frhs2[138]: 6 -9.50002 0 shouldn't be
2978.92/2986.67	WSVECS04 Frhs2[194]: 6 0 4.50005 shouldn't be
2978.92/2986.67	WSVECS04 Frhs2[350]: 6 0 40.8333 shouldn't be
2978.92/2986.67	WSVECS04 Frhs2[770]: 6 0 4.50002 shouldn't be
2978.92/2986.67	WSVECS04 Frhs2[777]: 6 0 16.0001 shouldn't be
2978.92/2986.67	WSVECS04 Frhs2[822]: 6 0 41.4167 shouldn't be
2978.92/2986.67	WSVECS04 Frhs2[859]: 6 0 4.00006 shouldn't be
2979.52/2987.21	WSVECS04 Frhs2[76]: 6 0 5.25007 shouldn't be
2979.52/2987.21	WSVECS04 Frhs2[77]: 6 0 3.50007 shouldn't be
2979.52/2987.21	WSVECS04 Frhs2[166]: 6 0 77.8333 shouldn't be
2979.52/2987.21	WSVECS04 Frhs2[282]: 6 0 0.750046 shouldn't be
2979.52/2987.21	WSVECS04 Frhs2[846]: 6 0 124.083 shouldn't be
2979.52/2987.21	WSVECS04 Frhs2[870]: 6 0 79.5834 shouldn't be
2979.52/2987.21	WSVECS04 Frhs2[887]: 6 -62.2501 0 shouldn't be
2979.52/2987.21	WSVECS04 Frhs2[1003]: 6 -2.00009 0 shouldn't be
2979.52/2987.21	WSVECS04 Frhs2[1081]: 6 -1.00001 0 shouldn't be
2979.52/2987.21	WSVECS04 Frhs2[1089]: 6 -1.0001 0 shouldn't be
2980.11/2987.84	WSVECS04 Frhs2[2]: 6 0 4.5001 shouldn't be
2980.11/2987.84	WSVECS04 Frhs2[5]: 6 0 4.50001 shouldn't be
2980.11/2987.84	WSVECS04 Frhs2[210]: 6 0 13.1667 shouldn't be
2980.11/2987.84	WSVECS04 Frhs2[801]: 6 0 31.0834 shouldn't be
2983.61/2991.37	c #Conflicts:    3935000 | #Constraints:     130464
2983.61/2991.37	c #Conflicts:    3936000 | #Constraints:     131464
2983.61/2991.37	c #Conflicts:    3937000 | #Constraints:     132464
2983.61/2991.37	c #Conflicts:    3938000 | #Constraints:     133464
2983.61/2991.37	c #Conflicts:    3939000 | #Constraints:     134464
2983.61/2991.37	c #Conflicts:    3940000 | #Constraints:     135464
2983.61/2991.37	c INPROCESSING
2983.61/2991.37	c GARBAGE COLLECT
2983.61/2991.37	c rational objective 128
2986.80/2994.57	c #Conflicts:    3941000 | #Constraints:      77360
2986.80/2994.57	c #Conflicts:    3942000 | #Constraints:      78360
2986.80/2994.57	c #Conflicts:    3943000 | #Constraints:      79360
2986.80/2994.57	c #Conflicts:    3944000 | #Constraints:      80360
2986.80/2994.57	c #Conflicts:    3945000 | #Constraints:      81360
2986.80/2994.57	c #Conflicts:    3946000 | #Constraints:      82360
2986.80/2994.57	c #Conflicts:    3947000 | #Constraints:      83360
2986.80/2994.57	c #Conflicts:    3948000 | #Constraints:      84360
2986.80/2994.57	c #Conflicts:    3949000 | #Constraints:      85361
2986.80/2994.57	WSVECS04 Frhs2[81]: 6 0 74.0001 shouldn't be
2986.80/2994.57	WSVECS04 Frhs2[113]: 6 0 107 shouldn't be
2986.80/2994.57	WSVECS04 Frhs2[120]: 6 0 112 shouldn't be
2986.80/2994.57	WSVECS04 Frhs2[278]: 6 0 136 shouldn't be
2986.80/2994.57	WSVECS04 Frhs2[334]: 6 0 109 shouldn't be
2986.80/2994.57	WSVECS04 Frhs2[339]: 6 -11.0001 0 shouldn't be
2986.80/2994.57	WSVECS04 Frhs2[422]: 6 0 2.00005 shouldn't be
2986.80/2994.57	WSVECS04 Frhs2[484]: 6 0 100 shouldn't be
2986.80/2994.57	WSVECS04 Frhs2[485]: 6 -4.00005 0 shouldn't be
2986.80/2994.57	WSVECS04 Frhs2[497]: 6 0 10 shouldn't be
2986.80/2994.57	WSVECS04 Frhs2[504]: 6 0 15 shouldn't be
2986.80/2994.57	WSVECS04 Frhs2[594]: 6 0 3.00001 shouldn't be
2986.80/2994.57	WSVECS04 Frhs2[595]: 6 0 10.0001 shouldn't be
2986.80/2994.57	WSVECS04 Frhs2[654]: 6 0 111 shouldn't be
2986.80/2994.57	WSVECS04 Frhs2[678]: 6 0 2.00008 shouldn't be
2986.80/2994.57	WSVECS04 Frhs2[787]: 6 -2.00008 0 shouldn't be
2986.80/2994.57	WSVECS04 Frhs2[788]: 6 0 125 shouldn't be
2986.80/2994.57	WSVECS04 Frhs2[865]: 6 0 8.00005 shouldn't be
2986.80/2994.57	WSVECS04 Frhs2[868]: 6 0 2.00003 shouldn't be
2987.10/2994.88	WSVECS04 Frhs2[586]: 6 -1.00008 0 shouldn't be
2987.10/2994.88	WSVECS04 Frhs2[1305]: 6 -1.00008 0 shouldn't be
2987.10/2994.88	WSVECS04 Frhs2[1311]: 6 -2.00002 0 shouldn't be
2987.10/2994.88	WSVECS04 Frhs2[1321]: 6 -1.00007 0 shouldn't be
2987.10/2994.88	WSVECS04 Frhs2[1337]: 6 -1.0001 0 shouldn't be
2987.10/2994.88	WSVECS04 Frhs2[1340]: 6 -3.0001 0 shouldn't be
2987.50/2995.21	WSVECS04 Frhs2[203]: 6 0 1.00009 shouldn't be
2987.50/2995.21	WSVECS04 Frhs2[207]: 6 0 3.00009 shouldn't be
2987.50/2995.21	WSVECS04 Frhs2[293]: 6 -6.00008 0 shouldn't be
2987.50/2995.21	WSVECS04 Frhs2[458]: 6 -4.00005 0 shouldn't be
2987.50/2995.21	WSVECS04 Frhs2[591]: 6 0 2.00004 shouldn't be
2987.50/2995.21	WSVECS04 Frhs2[655]: 6 0 2.00004 shouldn't be
2987.50/2995.21	WSVECS04 Frhs2[902]: 6 -2.0001 0 shouldn't be
3003.26/3011.03	c #Conflicts:    3950000 | #Constraints:      86361
3003.26/3011.03	c #Conflicts:    3951000 | #Constraints:      87361
3003.26/3011.03	c #Conflicts:    3952000 | #Constraints:      88361
3003.26/3011.03	c #Conflicts:    3953000 | #Constraints:      89361
3003.26/3011.03	c #Conflicts:    3954000 | #Constraints:      90361
3003.26/3011.03	c #Conflicts:    3955000 | #Constraints:      91361
3003.26/3011.03	c #Conflicts:    3956000 | #Constraints:      92361
3003.26/3011.03	c #Conflicts:    3957000 | #Constraints:      93361
3003.26/3011.03	c #Conflicts:    3958000 | #Constraints:      94361
3003.26/3011.03	c #Conflicts:    3959000 | #Constraints:      95361
3003.26/3011.03	c #Conflicts:    3960000 | #Constraints:      96361
3003.26/3011.03	c #Conflicts:    3961000 | #Constraints:      97361
3003.26/3011.03	c #Conflicts:    3962000 | #Constraints:      98361
3003.26/3011.03	c #Conflicts:    3963000 | #Constraints:      99361
3003.26/3011.03	c #Conflicts:    3964000 | #Constraints:     100361
3003.26/3011.03	c #Conflicts:    3965000 | #Constraints:     101361
3003.26/3011.03	c #Conflicts:    3966000 | #Constraints:     102361
3003.26/3011.03	c #Conflicts:    3967000 | #Constraints:     103361
3003.26/3011.03	c #Conflicts:    3968000 | #Constraints:     104361
3003.26/3011.03	c #Conflicts:    3969000 | #Constraints:     105361
3003.26/3011.03	c #Conflicts:    3970000 | #Constraints:     106361
3003.26/3011.03	c #Conflicts:    3971000 | #Constraints:     107361
3003.26/3011.03	c #Conflicts:    3972000 | #Constraints:     108361
3003.26/3011.03	c #Conflicts:    3973000 | #Constraints:     109361
3003.26/3011.03	c #Conflicts:    3974000 | #Constraints:     110361
3003.26/3011.03	c #Conflicts:    3975000 | #Constraints:     111362
3003.26/3011.03	WSVECS04 Frhs2[32]: 6 0 44 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[40]: 6 0 58.5001 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[48]: 6 0 61.5 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[73]: 6 0 97.5001 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[97]: 6 0 59.5001 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[105]: 6 0 98.5001 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[129]: 6 0 1.00008 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[137]: 6 0 99.5 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[141]: 6 0 2.00009 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[161]: 6 0 56 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[169]: 6 0 102.5 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[171]: 6 -10 0 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[179]: 6 0 3.00002 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[193]: 6 -1.00007 0 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[201]: 6 0 99.5001 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[204]: 6 0 2.00002 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[223]: 6 0 1.00006 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[233]: 6 0 102.5 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[258]: 6 0 2.00001 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[259]: 6 0 2.00001 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[269]: 6 0 1.00008 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[289]: 6 0 56.0001 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[307]: 6 0 3.00005 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[321]: 6 -3.00007 0 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[348]: 6 -57.5 0 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[360]: 6 0 63.5001 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[385]: 6 0 97.5001 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[473]: 6 0 121 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[474]: 6 0 1.00008 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[494]: 6 -7.00008 0 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[608]: 6 0 26 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[620]: 6 0 2.0001 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[622]: 6 -1.0001 0 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[624]: 6 0 63.5 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[748]: 6 0 4.00007 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[749]: 6 0 2.00008 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[796]: 6 -5.00007 0 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[873]: 6 0 102.5 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[1015]: 6 -1.00008 0 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[1029]: 6 0 4.50006 shouldn't be
3003.26/3011.03	WSVECS04 Frhs2[1113]: 6 0 1.00008 shouldn't be
3011.34/3019.18	c #Conflicts:    3976000 | #Constraints:     112362
3011.34/3019.18	c #Conflicts:    3977000 | #Constraints:     113362
3011.34/3019.18	c #Conflicts:    3978000 | #Constraints:     114363
3011.34/3019.18	c #Conflicts:    3979000 | #Constraints:     115363
3011.34/3019.18	c #Conflicts:    3980000 | #Constraints:     116363
3011.34/3019.18	c #Conflicts:    3981000 | #Constraints:     117363
3011.34/3019.18	c #Conflicts:    3982000 | #Constraints:     118363
3011.34/3019.18	c #Conflicts:    3983000 | #Constraints:     119363
3011.34/3019.18	c #Conflicts:    3984000 | #Constraints:     120363
3011.34/3019.18	c #Conflicts:    3985000 | #Constraints:     121363
3011.34/3019.18	c #Conflicts:    3986000 | #Constraints:     122363
3011.34/3019.18	c #Conflicts:    3987000 | #Constraints:     123363
3011.34/3019.18	c INPROCESSING
3011.34/3019.18	c GARBAGE COLLECT
3011.34/3019.18	c rational objective 128
3068.87/3076.86	c #Conflicts:    3988000 | #Constraints:      71497
3068.87/3076.86	c #Conflicts:    3989000 | #Constraints:      72497
3068.87/3076.86	c #Conflicts:    3990000 | #Constraints:      73497
3068.87/3076.86	c #Conflicts:    3991000 | #Constraints:      74497
3068.87/3076.86	c #Conflicts:    3992000 | #Constraints:      75497
3068.87/3076.86	c #Conflicts:    3993000 | #Constraints:      76497
3068.87/3076.86	c #Conflicts:    3994000 | #Constraints:      77497
3068.87/3076.86	c #Conflicts:    3995000 | #Constraints:      78497
3068.87/3076.86	c #Conflicts:    3996000 | #Constraints:      79497
3068.87/3076.86	c #Conflicts:    3997000 | #Constraints:      80497
3068.87/3076.86	c #Conflicts:    3998000 | #Constraints:      81497
3068.87/3076.86	c #Conflicts:    3999000 | #Constraints:      82497
3068.87/3076.86	c #Conflicts:    4000000 | #Constraints:      83497
3068.87/3076.86	c #Conflicts:    4001000 | #Constraints:      84497
3068.87/3076.86	c #Conflicts:    4002000 | #Constraints:      85497
3068.87/3076.86	c #Conflicts:    4003000 | #Constraints:      86497
3068.87/3076.86	c #Conflicts:    4004000 | #Constraints:      87497
3068.87/3076.86	c #Conflicts:    4005000 | #Constraints:      88497
3068.87/3076.86	c #Conflicts:    4006000 | #Constraints:      89497
3068.87/3076.86	c #Conflicts:    4007000 | #Constraints:      90497
3068.87/3076.86	c #Conflicts:    4008000 | #Constraints:      91497
3068.87/3076.86	c #Conflicts:    4009000 | #Constraints:      92497
3068.87/3076.86	c #Conflicts:    4010000 | #Constraints:      93497
3068.87/3076.86	c #Conflicts:    4011000 | #Constraints:      94497
3068.87/3076.86	c #Conflicts:    4012000 | #Constraints:      95497
3068.87/3076.86	c #Conflicts:    4013000 | #Constraints:      96497
3068.87/3076.86	c #Conflicts:    4014000 | #Constraints:      97497
3068.87/3076.86	c #Conflicts:    4015000 | #Constraints:      98497
3068.87/3076.86	c #Conflicts:    4016000 | #Constraints:      99497
3068.87/3076.86	c #Conflicts:    4017000 | #Constraints:     100497
3068.87/3076.86	c #Conflicts:    4018000 | #Constraints:     101497
3068.87/3076.86	c #Conflicts:    4019000 | #Constraints:     102497
3068.87/3076.86	c #Conflicts:    4020000 | #Constraints:     103497
3068.87/3076.86	c #Conflicts:    4021000 | #Constraints:     104497
3068.87/3076.86	c #Conflicts:    4022000 | #Constraints:     105497
3068.87/3076.86	c #Conflicts:    4023000 | #Constraints:     106497
3068.87/3076.86	c #Conflicts:    4024000 | #Constraints:     107497
3068.87/3076.86	c #Conflicts:    4025000 | #Constraints:     108497
3068.87/3076.86	c #Conflicts:    4026000 | #Constraints:     109497
3068.87/3076.86	c #Conflicts:    4027000 | #Constraints:     110497
3068.87/3076.86	c #Conflicts:    4028000 | #Constraints:     111497
3068.87/3076.86	c #Conflicts:    4029000 | #Constraints:     112497
3068.87/3076.86	c #Conflicts:    4030000 | #Constraints:     113497
3068.87/3076.86	c #Conflicts:    4031000 | #Constraints:     114497
3068.87/3076.86	c #Conflicts:    4032000 | #Constraints:     115497
3068.87/3076.86	c #Conflicts:    4033000 | #Constraints:     116497
3068.87/3076.86	c #Conflicts:    4034000 | #Constraints:     117497
3068.87/3076.86	c #Conflicts:    4035000 | #Constraints:     118497
3068.87/3076.86	c #Conflicts:    4036000 | #Constraints:     119497
3068.87/3076.86	c #Conflicts:    4037000 | #Constraints:     120497
3068.87/3076.86	c #Conflicts:    4038000 | #Constraints:     121497
3068.87/3076.86	c #Conflicts:    4039000 | #Constraints:     122497
3068.87/3076.86	c #Conflicts:    4040000 | #Constraints:     123497
3068.87/3076.86	c #Conflicts:    4041000 | #Constraints:     124497
3068.87/3076.86	c #Conflicts:    4042000 | #Constraints:     125497
3068.87/3076.86	c #Conflicts:    4043000 | #Constraints:     126497
3068.87/3076.86	c #Conflicts:    4044000 | #Constraints:     127497
3068.87/3076.86	c #Conflicts:    4045000 | #Constraints:     128497
3068.87/3076.86	c #Conflicts:    4046000 | #Constraints:     129497
3068.87/3076.86	c #Conflicts:    4047000 | #Constraints:     130497
3068.87/3076.86	c #Conflicts:    4048000 | #Constraints:     131497
3068.87/3076.86	c #Conflicts:    4049000 | #Constraints:     132497
3068.87/3076.86	c #Conflicts:    4050000 | #Constraints:     133497
3068.87/3076.86	c #Conflicts:    4051000 | #Constraints:     134497
3068.87/3076.86	c #Conflicts:    4052000 | #Constraints:     135497
3068.87/3076.86	c #Conflicts:    4053000 | #Constraints:     136497
3068.87/3076.86	c #Conflicts:    4054000 | #Constraints:     137497
3068.87/3076.86	c #Conflicts:    4055000 | #Constraints:     138497
3068.87/3076.86	c #Conflicts:    4056000 | #Constraints:     139497
3068.87/3076.86	c #Conflicts:    4057000 | #Constraints:     140497
3068.87/3076.86	c #Conflicts:    4058000 | #Constraints:     141497
3068.87/3076.86	c #Conflicts:    4059000 | #Constraints:     142497
3068.87/3076.86	c #Conflicts:    4060000 | #Constraints:     143497
3068.87/3076.86	c #Conflicts:    4061000 | #Constraints:     144497
3068.87/3076.86	c #Conflicts:    4062000 | #Constraints:     145497
3068.87/3076.86	c #Conflicts:    4063000 | #Constraints:     146497
3068.87/3076.86	c #Conflicts:    4064000 | #Constraints:     147497
3068.87/3076.86	c #Conflicts:    4065000 | #Constraints:     148497
3068.87/3076.86	c #Conflicts:    4066000 | #Constraints:     149497
3150.36/3158.58	c #Conflicts:    4067000 | #Constraints:     150497
3150.36/3158.58	c #Conflicts:    4068000 | #Constraints:     151497
3150.36/3158.58	c #Conflicts:    4069000 | #Constraints:     152497
3150.36/3158.58	c #Conflicts:    4070000 | #Constraints:     153497
3150.36/3158.58	c #Conflicts:    4071000 | #Constraints:     154497
3150.36/3158.58	c #Conflicts:    4072000 | #Constraints:     155497
3150.36/3158.58	c #Conflicts:    4073000 | #Constraints:     156497
3150.36/3158.58	c #Conflicts:    4074000 | #Constraints:     157497
3150.36/3158.58	c #Conflicts:    4075000 | #Constraints:     158497
3150.36/3158.58	c #Conflicts:    4076000 | #Constraints:     159497
3150.36/3158.58	c #Conflicts:    4077000 | #Constraints:     160497
3150.36/3158.58	c #Conflicts:    4078000 | #Constraints:     161497
3150.36/3158.58	c #Conflicts:    4079000 | #Constraints:     162497
3150.36/3158.58	c #Conflicts:    4080000 | #Constraints:     163497
3150.36/3158.58	c #Conflicts:    4081000 | #Constraints:     164497
3150.36/3158.58	c #Conflicts:    4082000 | #Constraints:     165497
3150.36/3158.58	c #Conflicts:    4083000 | #Constraints:     166497
3150.36/3158.58	c #Conflicts:    4084000 | #Constraints:     167497
3150.36/3158.58	c #Conflicts:    4085000 | #Constraints:     168497
3150.36/3158.58	c #Conflicts:    4086000 | #Constraints:     169497
3150.36/3158.58	c #Conflicts:    4087000 | #Constraints:     170497
3150.36/3158.58	c #Conflicts:    4088000 | #Constraints:     171497
3150.36/3158.58	c #Conflicts:    4089000 | #Constraints:     172497
3150.36/3158.58	c #Conflicts:    4090000 | #Constraints:     173497
3150.36/3158.58	c #Conflicts:    4091000 | #Constraints:     174497
3150.36/3158.58	c #Conflicts:    4092000 | #Constraints:     175497
3150.36/3158.58	c #Conflicts:    4093000 | #Constraints:     176497
3150.36/3158.58	c #Conflicts:    4094000 | #Constraints:     177497
3150.36/3158.58	c #Conflicts:    4095000 | #Constraints:     178497
3150.36/3158.58	c #Conflicts:    4096000 | #Constraints:     179497
3150.36/3158.58	c #Conflicts:    4097000 | #Constraints:     180497
3150.36/3158.58	c #Conflicts:    4098000 | #Constraints:     181497
3150.36/3158.58	c #Conflicts:    4099000 | #Constraints:     182497
3150.36/3158.58	c #Conflicts:    4100000 | #Constraints:     183498
3150.36/3158.58	c #Conflicts:    4101000 | #Constraints:     184498
3150.36/3158.58	c #Conflicts:    4102000 | #Constraints:     185498
3150.36/3158.58	c #Conflicts:    4103000 | #Constraints:     186498
3150.36/3158.58	c #Conflicts:    4104000 | #Constraints:     187498
3150.36/3158.58	c #Conflicts:    4105000 | #Constraints:     188498
3150.36/3158.58	c #Conflicts:    4106000 | #Constraints:     189498
3150.36/3158.58	c #Conflicts:    4107000 | #Constraints:     190498
3150.36/3158.58	c #Conflicts:    4108000 | #Constraints:     191498
3150.36/3158.58	c #Conflicts:    4109000 | #Constraints:     192498
3150.36/3158.58	c #Conflicts:    4110000 | #Constraints:     193498
3150.36/3158.58	c #Conflicts:    4111000 | #Constraints:     194498
3150.36/3158.58	c #Conflicts:    4112000 | #Constraints:     195498
3150.36/3158.58	c #Conflicts:    4113000 | #Constraints:     196498
3150.36/3158.58	c #Conflicts:    4114000 | #Constraints:     197498
3150.36/3158.58	c #Conflicts:    4115000 | #Constraints:     198498
3150.36/3158.58	c #Conflicts:    4116000 | #Constraints:     199498
3150.36/3158.58	c #Conflicts:    4117000 | #Constraints:     200498
3150.36/3158.58	c #Conflicts:    4118000 | #Constraints:     201498
3150.36/3158.58	c #Conflicts:    4119000 | #Constraints:     202498
3150.36/3158.58	c #Conflicts:    4120000 | #Constraints:     203498
3150.36/3158.58	c #Conflicts:    4121000 | #Constraints:     204498
3150.36/3158.58	c #Conflicts:    4122000 | #Constraints:     205498
3150.36/3158.58	c #Conflicts:    4123000 | #Constraints:     206498
3150.36/3158.58	c #Conflicts:    4124000 | #Constraints:     207498
3150.36/3158.58	c #Conflicts:    4125000 | #Constraints:     208498
3150.36/3158.58	c #Conflicts:    4126000 | #Constraints:     209498
3150.36/3158.58	c #Conflicts:    4127000 | #Constraints:     210498
3150.36/3158.58	c #Conflicts:    4128000 | #Constraints:     211498
3150.36/3158.58	c #Conflicts:    4129000 | #Constraints:     212498
3150.36/3158.58	c #Conflicts:    4130000 | #Constraints:     213498
3150.36/3158.58	c #Conflicts:    4131000 | #Constraints:     214498
3150.36/3158.58	c #Conflicts:    4132000 | #Constraints:     215498
3150.36/3158.58	c #Conflicts:    4133000 | #Constraints:     216498
3150.36/3158.58	c #Conflicts:    4134000 | #Constraints:     217498
3150.36/3158.58	c #Conflicts:    4135000 | #Constraints:     218498
3150.36/3158.58	c INPROCESSING
3150.36/3158.58	c GARBAGE COLLECT
3150.36/3158.58	c rational objective 128
3161.73/3169.90	c #Conflicts:    4136000 | #Constraints:     118710
3161.73/3169.90	c #Conflicts:    4137000 | #Constraints:     119710
3161.73/3169.90	c #Conflicts:    4138000 | #Constraints:     120710
3161.73/3169.90	c #Conflicts:    4139000 | #Constraints:     121710
3161.73/3169.90	c #Conflicts:    4140000 | #Constraints:     122710
3161.73/3169.90	c #Conflicts:    4141000 | #Constraints:     123710
3161.73/3169.90	c #Conflicts:    4142000 | #Constraints:     124710
3161.73/3169.90	c #Conflicts:    4143000 | #Constraints:     125710
3161.73/3169.90	c #Conflicts:    4144000 | #Constraints:     126710
3161.73/3169.90	c #Conflicts:    4145000 | #Constraints:     127710
3161.73/3169.90	c #Conflicts:    4146000 | #Constraints:     128710
3161.73/3169.90	c #Conflicts:    4147000 | #Constraints:     129710
3161.73/3169.90	c #Conflicts:    4148000 | #Constraints:     130710
3161.73/3169.90	c #Conflicts:    4149000 | #Constraints:     131710
3161.73/3169.90	c #Conflicts:    4150000 | #Constraints:     132710
3161.73/3169.90	WSVECS04 Frhs2[19]: 6 -3.63662 0 shouldn't be
3161.73/3169.90	WSVECS04 Frhs2[131]: 6 0 0.198518 shouldn't be
3161.73/3169.90	WSVECS04 Frhs2[134]: 6 0 1.04642 shouldn't be
3161.73/3169.90	WSVECS04 Frhs2[145]: 6 0 3.63661 shouldn't be
3161.73/3169.90	WSVECS04 Frhs2[151]: 6 0 3.63667 shouldn't be
3161.73/3169.90	WSVECS04 Frhs2[276]: 6 -3.19982 0 shouldn't be
3161.73/3169.90	WSVECS04 Frhs2[279]: 6 0 0.436951 shouldn't be
3161.73/3169.90	WSVECS04 Frhs2[385]: 6 -7.12634 0 shouldn't be
3161.73/3169.90	WSVECS04 Frhs2[414]: 6 -1.57996 0 shouldn't be
3161.73/3169.90	WSVECS04 Frhs2[452]: 6 0 5.29643 shouldn't be
3161.73/3169.90	WSVECS04 Frhs2[455]: 6 0 5.29646 shouldn't be
3161.73/3169.90	WSVECS04 Frhs2[505]: 6 0 0.683028 shouldn't be
3161.73/3169.90	WSVECS04 Frhs2[508]: 6 0 0.683081 shouldn't be
3161.73/3169.90	WSVECS04 Frhs2[511]: 6 0 0.683064 shouldn't be
3161.73/3169.90	WSVECS04 Frhs2[513]: 6 -3.82996 0 shouldn't be
3161.73/3169.90	WSVECS04 Frhs2[583]: 6 0 1.63668 shouldn't be
3161.73/3169.90	WSVECS04 Frhs2[667]: 6 0 1.41501 shouldn't be
3161.73/3169.90	WSVECS04 Frhs2[785]: 6 0 3.63663 shouldn't be
3161.73/3169.90	WSVECS04 Frhs2[835]: 6 0 1.57476 shouldn't be
3161.73/3169.90	WSVECS04 Frhs2[856]: 6 -2.00008 0 shouldn't be
3161.73/3169.90	WSVECS04 Frhs2[1114]: 6 -1.00004 0 shouldn't be
3162.03/3170.22	WSVECS04 Frhs2[870]: 6 0 0.945968 shouldn't be
3162.03/3170.22	WSVECS04 Frhs2[1046]: 6 0 1.00006 shouldn't be
3162.23/3170.49	WSVECS04 Frhs2[67]: 6 0 1.93818 shouldn't be
3162.23/3170.49	WSVECS04 Frhs2[72]: 6 0 0.533537 shouldn't be
3162.23/3170.49	WSVECS04 Frhs2[205]: 6 0 0.0567405 shouldn't be
3162.23/3170.49	WSVECS04 Frhs2[264]: 6 -1.82999 0 shouldn't be
3162.23/3170.49	WSVECS04 Frhs2[273]: 6 0 0.43693 shouldn't be
3162.23/3170.49	WSVECS04 Frhs2[422]: 6 0 0.420126 shouldn't be
3162.23/3170.49	WSVECS04 Frhs2[482]: 6 0 0.134041 shouldn't be
3162.23/3170.49	WSVECS04 Frhs2[483]: 6 0 0.134109 shouldn't be
3162.23/3170.49	WSVECS04 Frhs2[572]: 6 -4.63405 0 shouldn't be
3162.23/3170.49	WSVECS04 Frhs2[634]: 6 0 0.283569 shouldn't be
3162.23/3170.49	WSVECS04 Frhs2[646]: 6 0 3.04646 shouldn't be
3162.23/3170.49	WSVECS04 Frhs2[705]: 6 -3.63661 0 shouldn't be
3162.23/3170.49	WSVECS04 Frhs2[826]: 6 0 0.283542 shouldn't be
3162.23/3170.49	WSVECS04 Frhs2[846]: 6 0 1.35315 shouldn't be
3162.23/3170.49	WSVECS04 Frhs2[868]: 6 -1.96265 0 shouldn't be
3169.81/3178.02	c #Conflicts:    4151000 | #Constraints:     133710
3169.81/3178.02	c #Conflicts:    4152000 | #Constraints:     134710
3169.81/3178.02	c #Conflicts:    4153000 | #Constraints:     135710
3169.81/3178.02	c #Conflicts:    4154000 | #Constraints:     136710
3169.81/3178.02	c #Conflicts:    4155000 | #Constraints:     137710
3169.81/3178.02	c #Conflicts:    4156000 | #Constraints:     138710
3169.81/3178.02	c #Conflicts:    4157000 | #Constraints:     139710
3169.81/3178.02	c #Conflicts:    4158000 | #Constraints:     140710
3169.81/3178.02	c #Conflicts:    4159000 | #Constraints:     141710
3169.81/3178.02	c #Conflicts:    4160000 | #Constraints:     142710
3169.81/3178.02	WSVECS04 Frhs2[116]: 6 0 1.25006 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[225]: 6 0 0.0833613 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[231]: 6 0 0.0833498 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[247]: 6 -2.00009 0 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[249]: 6 -24.3334 0 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[316]: 6 0 7.08335 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[318]: 6 0 13.6667 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[350]: 6 0 2.75005 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[382]: 6 0 6.50005 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[384]: 6 -7.08342 0 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[399]: 6 0 0.666679 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[441]: 6 0 3.58343 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[443]: 6 0 3.58335 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[444]: 6 0 3.58341 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[445]: 6 0 3.58334 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[485]: 6 0 7.00006 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[512]: 6 -10.5834 0 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[529]: 6 0 1.33341 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[530]: 6 0 2.33338 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[531]: 6 -2.00008 0 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[551]: 6 0 0.0833561 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[571]: 6 0 3.08338 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[572]: 6 0 3.08342 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[573]: 6 0 3.08335 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[591]: 6 0 0.666698 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[598]: 6 0 11.9167 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[611]: 6 0 0.0833494 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[640]: 6 -3.08338 0 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[650]: 6 -0.666752 0 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[655]: 6 0 0.666711 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[720]: 6 0 0.666684 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[754]: 6 0 2.00002 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[756]: 6 0 2.00004 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[802]: 6 0 5.41669 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[803]: 6 0 0.0834165 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[844]: 6 0 0.666751 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[847]: 6 0 1.33338 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[849]: 6 0 2.00004 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[851]: 6 -2.66671 0 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[896]: 6 -7.41675 0 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[897]: 6 -5.50007 0 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[1309]: 6 -3.00009 0 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[1383]: 6 -5.50006 0 shouldn't be
3169.81/3178.02	WSVECS04 Frhs2[1388]: 6 0 5.50005 shouldn't be
3190.45/3198.70	c #Conflicts:    4161000 | #Constraints:     143710
3190.45/3198.70	c #Conflicts:    4162000 | #Constraints:     144710
3190.45/3198.70	c #Conflicts:    4163000 | #Constraints:     145710
3190.45/3198.70	c #Conflicts:    4164000 | #Constraints:     146710
3190.45/3198.70	c #Conflicts:    4165000 | #Constraints:     147710
3190.45/3198.70	c #Conflicts:    4166000 | #Constraints:     148710
3190.45/3198.70	c #Conflicts:    4167000 | #Constraints:     149710
3190.45/3198.70	c #Conflicts:    4168000 | #Constraints:     150710
3190.45/3198.70	c #Conflicts:    4169000 | #Constraints:     151710
3190.45/3198.70	c #Conflicts:    4170000 | #Constraints:     152710
3190.45/3198.70	c #Conflicts:    4171000 | #Constraints:     153710
3190.45/3198.70	c #Conflicts:    4172000 | #Constraints:     154710
3190.45/3198.70	c #Conflicts:    4173000 | #Constraints:     155710
3190.45/3198.70	c #Conflicts:    4174000 | #Constraints:     156710
3190.45/3198.70	c #Conflicts:    4175000 | #Constraints:     157710
3190.45/3198.70	c #Conflicts:    4176000 | #Constraints:     158710
3190.45/3198.70	c #Conflicts:    4177000 | #Constraints:     159710
3190.45/3198.70	c #Conflicts:    4178000 | #Constraints:     160710
3190.45/3198.70	c #Conflicts:    4179000 | #Constraints:     161710
3190.45/3198.70	c #Conflicts:    4180000 | #Constraints:     162710
3190.45/3198.70	c #Conflicts:    4181000 | #Constraints:     163710
3190.45/3198.70	c #Conflicts:    4182000 | #Constraints:     164710
3190.45/3198.70	c #Conflicts:    4183000 | #Constraints:     165710
3190.45/3198.70	c INPROCESSING
3190.45/3198.70	c GARBAGE COLLECT
3190.45/3198.70	c rational objective 128
3226.26/3234.65	c #Conflicts:    4184000 | #Constraints:      92366
3226.26/3234.65	c #Conflicts:    4185000 | #Constraints:      93366
3226.26/3234.65	c #Conflicts:    4186000 | #Constraints:      94366
3226.26/3234.65	c #Conflicts:    4187000 | #Constraints:      95366
3226.26/3234.65	c #Conflicts:    4188000 | #Constraints:      96366
3226.26/3234.65	c #Conflicts:    4189000 | #Constraints:      97366
3226.26/3234.65	c #Conflicts:    4190000 | #Constraints:      98366
3226.26/3234.65	c #Conflicts:    4191000 | #Constraints:      99366
3226.26/3234.65	c #Conflicts:    4192000 | #Constraints:     100367
3226.26/3234.65	c #Conflicts:    4193000 | #Constraints:     101367
3226.26/3234.65	c #Conflicts:    4194000 | #Constraints:     102367
3226.26/3234.65	c #Conflicts:    4195000 | #Constraints:     103367
3226.26/3234.65	c #Conflicts:    4196000 | #Constraints:     104367
3226.26/3234.65	c #Conflicts:    4197000 | #Constraints:     105367
3226.26/3234.65	c #Conflicts:    4198000 | #Constraints:     106367
3226.26/3234.65	c #Conflicts:    4199000 | #Constraints:     107367
3226.26/3234.65	c #Conflicts:    4200000 | #Constraints:     108367
3226.26/3234.65	c #Conflicts:    4201000 | #Constraints:     109367
3226.26/3234.65	c #Conflicts:    4202000 | #Constraints:     110367
3226.26/3234.65	c #Conflicts:    4203000 | #Constraints:     111367
3226.26/3234.65	c #Conflicts:    4204000 | #Constraints:     112367
3226.26/3234.65	c #Conflicts:    4205000 | #Constraints:     113367
3226.26/3234.65	c #Conflicts:    4206000 | #Constraints:     114367
3226.26/3234.65	c #Conflicts:    4207000 | #Constraints:     115367
3226.26/3234.65	c #Conflicts:    4208000 | #Constraints:     116367
3226.26/3234.65	c #Conflicts:    4209000 | #Constraints:     117367
3226.26/3234.65	c #Conflicts:    4210000 | #Constraints:     118367
3226.26/3234.65	c #Conflicts:    4211000 | #Constraints:     119367
3226.26/3234.65	c #Conflicts:    4212000 | #Constraints:     120367
3226.26/3234.65	c #Conflicts:    4213000 | #Constraints:     121367
3226.26/3234.65	c #Conflicts:    4214000 | #Constraints:     122367
3226.26/3234.65	c #Conflicts:    4215000 | #Constraints:     123367
3226.26/3234.65	c #Conflicts:    4216000 | #Constraints:     124367
3226.26/3234.65	c #Conflicts:    4217000 | #Constraints:     125367
3226.26/3234.65	c #Conflicts:    4218000 | #Constraints:     126367
3226.26/3234.65	c #Conflicts:    4219000 | #Constraints:     127367
3226.26/3234.65	c #Conflicts:    4220000 | #Constraints:     128367
3226.26/3234.65	c #Conflicts:    4221000 | #Constraints:     129367
3226.26/3234.65	c #Conflicts:    4222000 | #Constraints:     130367
3226.26/3234.65	c #Conflicts:    4223000 | #Constraints:     131367
3226.26/3234.65	c #Conflicts:    4224000 | #Constraints:     132367
3226.26/3234.65	c #Conflicts:    4225000 | #Constraints:     133367
3226.26/3234.65	c #Conflicts:    4226000 | #Constraints:     134367
3226.26/3234.65	c #Conflicts:    4227000 | #Constraints:     135367
3226.26/3234.65	c #Conflicts:    4228000 | #Constraints:     136367
3226.26/3234.65	c #Conflicts:    4229000 | #Constraints:     137367
3226.26/3234.65	c #Conflicts:    4230000 | #Constraints:     138367
3226.26/3234.65	c #Conflicts:    4231000 | #Constraints:     139367
3226.26/3234.65	c #Conflicts:    4232000 | #Constraints:     140367
3226.26/3234.65	c INPROCESSING
3226.26/3234.65	c GARBAGE COLLECT
3226.26/3234.65	c rational objective 128
3236.64/3245.06	c #Conflicts:    4233000 | #Constraints:      80118
3236.64/3245.06	c #Conflicts:    4234000 | #Constraints:      81119
3236.64/3245.06	c #Conflicts:    4235000 | #Constraints:      82120
3236.64/3245.06	c #Conflicts:    4236000 | #Constraints:      83120
3236.64/3245.06	c #Conflicts:    4237000 | #Constraints:      84121
3236.64/3245.06	c #Conflicts:    4238000 | #Constraints:      85121
3236.64/3245.06	c #Conflicts:    4239000 | #Constraints:      86124
3236.64/3245.06	c #Conflicts:    4240000 | #Constraints:      87125
3236.64/3245.06	c #Conflicts:    4241000 | #Constraints:      88125
3236.64/3245.06	c #Conflicts:    4242000 | #Constraints:      89126
3236.64/3245.06	c #Conflicts:    4243000 | #Constraints:      90126
3236.64/3245.06	c #Conflicts:    4244000 | #Constraints:      91128
3236.64/3245.06	c #Conflicts:    4245000 | #Constraints:      92129
3236.64/3245.06	c #Conflicts:    4246000 | #Constraints:      93129
3236.64/3245.06	WSVECS04 Frhs2[78]: 6 -12.8458 0 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[107]: 6 0 4.69141 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[157]: 6 0 0.477414 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[182]: 6 0 1.50624 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[246]: 6 0 1.50625 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[257]: 6 0 0.444465 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[278]: 6 0 3.65435 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[370]: 6 0 0.493843 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[373]: 6 0 1.43216 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[385]: 6 0 5.11117 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[389]: 6 0 1.6791 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[391]: 6 0 4.66671 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[401]: 6 0 1.75313 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[404]: 6 0 5.55153 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[417]: 6 0 5.75314 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[449]: 6 -0.987704 0 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[465]: 6 0 1.01237 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[502]: 6 0 1.62968 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[528]: 6 0 0.0494391 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[565]: 6 0 0.938365 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[567]: 6 -1.18525 0 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[660]: 6 0 4.04532 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[663]: 6 0 0.246987 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[665]: 6 0 4.29227 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[714]: 6 -0.12354 0 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[719]: 6 0 0.123527 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[724]: 6 0 4.81072 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[757]: 6 0 0.938329 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[800]: 6 0 4.16878 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[828]: 6 0 0.123481 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[1057]: 6 0 0.123532 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[1188]: 6 -4.00001 0 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[1224]: 6 -1.00003 0 shouldn't be
3236.64/3245.06	WSVECS04 Frhs2[1263]: 6 0 2.00002 shouldn't be
3236.93/3245.35	WSVECS04 Frhs2[265]: 6 0 0.12353 shouldn't be
3236.93/3245.35	WSVECS04 Frhs2[1001]: 6 0 1.35805 shouldn't be
3237.23/3245.66	WSVECS04 Frhs2[720]: 6 0 0.0494595 shouldn't be
3249.39/3257.84	c #Conflicts:    4247000 | #Constraints:      94129
3249.39/3257.84	c #Conflicts:    4248000 | #Constraints:      95129
3249.39/3257.84	c #Conflicts:    4249000 | #Constraints:      96129
3249.39/3257.84	c #Conflicts:    4250000 | #Constraints:      97129
3249.39/3257.84	c #Conflicts:    4251000 | #Constraints:      98129
3249.39/3257.84	c #Conflicts:    4252000 | #Constraints:      99129
3249.39/3257.84	c #Conflicts:    4253000 | #Constraints:     100129
3249.39/3257.84	c #Conflicts:    4254000 | #Constraints:     101130
3249.39/3257.84	c #Conflicts:    4255000 | #Constraints:     102132
3249.39/3257.84	c #Conflicts:    4256000 | #Constraints:     103132
3249.39/3257.84	c #Conflicts:    4257000 | #Constraints:     104134
3249.39/3257.84	c #Conflicts:    4258000 | #Constraints:     105135
3249.39/3257.84	c #Conflicts:    4259000 | #Constraints:     106135
3249.39/3257.84	c #Conflicts:    4260000 | #Constraints:     107135
3249.39/3257.84	c #Conflicts:    4261000 | #Constraints:     108135
3249.39/3257.84	WSVECS04 Frhs2[88]: 6 0 0.800064 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[128]: 6 0 21.5501 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[152]: 6 0 0.800069 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[206]: 6 0 2.00001 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[253]: 6 0 4.20003 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[320]: 6 -29.15 0 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[334]: 6 0 2.00009 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[378]: 6 0 3.40005 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[384]: 6 -25.75 0 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[436]: 6 0 1.50006 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[442]: 6 0 28.3501 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[444]: 6 0 25.55 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[506]: 6 0 22.95 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[572]: 6 0 9.90004 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[588]: 6 -8.0001 0 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[604]: 6 -6.00005 0 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[698]: 6 0 3.40002 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[714]: 6 -2.00005 0 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[718]: 6 0 2.00009 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[756]: 6 0 2.50009 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[758]: 6 0 1.00001 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[762]: 6 0 5.40003 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[764]: 6 0 2.60005 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[892]: 6 0 4.60007 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[977]: 6 0 2.00001 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[992]: 6 0 4.00002 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[996]: 6 -3.00008 0 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[1000]: 6 0 1.00006 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[1002]: 6 0 2.00005 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[1048]: 6 -1.00007 0 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[1063]: 6 0 0.400057 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[1071]: 6 0 2.00009 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[1114]: 6 0 2.00005 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[1129]: 6 0 2.00008 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[1144]: 6 0 2.00006 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[1174]: 6 -3.00009 0 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[1202]: 6 -2.00002 0 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[1215]: 6 -2.00008 0 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[1224]: 6 -1.00007 0 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[1225]: 6 0 1.00005 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[1338]: 6 0 1.40003 shouldn't be
3249.39/3257.84	WSVECS04 Frhs2[1343]: 6 0 6.40007 shouldn't be
3261.76/3270.20	c #Conflicts:    4262000 | #Constraints:     109135
3261.76/3270.20	c #Conflicts:    4263000 | #Constraints:     110135
3261.76/3270.20	c #Conflicts:    4264000 | #Constraints:     111135
3261.76/3270.20	c #Conflicts:    4265000 | #Constraints:     112135
3261.76/3270.20	c #Conflicts:    4266000 | #Constraints:     113136
3261.76/3270.20	c #Conflicts:    4267000 | #Constraints:     114138
3261.76/3270.20	c #Conflicts:    4268000 | #Constraints:     115138
3261.76/3270.20	c #Conflicts:    4269000 | #Constraints:     116138
3261.76/3270.20	c #Conflicts:    4270000 | #Constraints:     117139
3261.76/3270.20	c #Conflicts:    4271000 | #Constraints:     118140
3261.76/3270.20	c #Conflicts:    4272000 | #Constraints:     119142
3261.76/3270.20	c #Conflicts:    4273000 | #Constraints:     120142
3261.76/3270.20	WSVECS04 Frhs2[12]: 6 0 1.35987 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[20]: 6 0 0.232648 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[29]: 6 0 2.00002 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[33]: 6 0 0.352999 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[60]: 6 0 0.750063 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[84]: 6 0 0.232571 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[92]: 6 -2.00004 0 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[108]: 6 0 2.69775 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[139]: 6 0 0.232592 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[140]: 6 0 2.76885 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[142]: 6 0 0.511649 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[156]: 6 -3.00009 0 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[157]: 6 0 2.00007 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[217]: 6 -3.0001 0 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[236]: 6 0 2.69769 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[258]: 6 -1.00009 0 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[266]: 6 -3.40905 0 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[324]: 6 -5.00007 0 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[483]: 6 0 0.058896 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[514]: 6 0 0.500033 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[582]: 6 -0.500067 0 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[620]: 6 0 2.46517 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[649]: 6 0 0.232639 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[651]: 6 0 0.465161 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[658]: 6 0 0.232576 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[659]: 6 -1.76751 0 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[677]: 6 -1.29421 0 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[729]: 6 0 3.00005 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[733]: 6 -3.41183 0 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[734]: 6 0 2.94776 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[784]: 6 0 1.48842 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[785]: 6 -6.46516 0 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[786]: 6 0 0.232649 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[799]: 6 -9.94777 0 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[803]: 6 0 0.588275 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[807]: 6 0 0.529502 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[841]: 6 -2.58553 0 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[850]: 6 0 0.23261 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[852]: 6 0 0.232627 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[863]: 6 0 3.94769 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[889]: 6 0 0.500061 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[890]: 6 0 0.500076 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[953]: 6 -1.00005 0 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[970]: 6 0 0.232623 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[977]: 6 0 2.00007 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[989]: 6 0 1.86049 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[1070]: 6 0 3.0001 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[1167]: 6 -1.23539 0 shouldn't be
3261.76/3270.20	WSVECS04 Frhs2[1342]: 6 -3.00008 0 shouldn't be
3268.65/3277.19	c #Conflicts:    4274000 | #Constraints:     121143
3268.65/3277.19	c #Conflicts:    4275000 | #Constraints:     122143
3268.65/3277.19	c #Conflicts:    4276000 | #Constraints:     123144
3268.65/3277.19	c #Conflicts:    4277000 | #Constraints:     124144
3268.65/3277.19	c #Conflicts:    4278000 | #Constraints:     125146
3268.65/3277.19	c #Conflicts:    4279000 | #Constraints:     126146
3268.65/3277.19	WSVECS04 Frhs2[8]: 6 -8.0001 0 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[23]: 6 0 12.0007 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[35]: 6 0 0.814316 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[48]: 6 0 2.063 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[51]: 6 -1.17495 0 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[87]: 6 0 7.71632 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[113]: 6 0 7.66672 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[115]: 6 0 0.185779 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[129]: 6 -16.5465 0 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[137]: 6 -5.40205 0 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[139]: 6 0 0.349919 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[162]: 6 0 6.00008 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[177]: 6 0 5.49178 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[199]: 6 0 2.5465 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[210]: 6 0 1.00006 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[211]: 6 -4.69981 0 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[213]: 6 0 4.41292 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[244]: 6 0 2.00003 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[258]: 6 -4.00006 0 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[263]: 6 0 2.54653 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[266]: 6 -4.00003 0 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[267]: 6 0 0.349959 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[279]: 6 0 7.58783 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[295]: 6 0 2.20237 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[301]: 6 0 2.22017 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[312]: 6 -3.00006 0 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[355]: 6 0 2.44279 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[363]: 6 0 5.48672 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[367]: 6 0 1.58209 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[399]: 6 -8.00006 0 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[403]: 6 -2.69979 0 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[405]: 6 0 4.41291 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[406]: 6 0 6.41294 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[418]: 6 0 5.62858 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[419]: 6 0 2.44279 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[421]: 6 -2.175 0 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[429]: 6 -12.4867 0 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[438]: 6 0 15.4842 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[469]: 6 0 4.41291 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[483]: 6 0 2.44281 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[554]: 6 -8.36775 0 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[566]: 6 0 6.27102 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[583]: 6 0 2.54645 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[641]: 6 0 3.09294 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[646]: 6 0 9.6394 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[647]: 6 0 5.63938 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[648]: 6 0 3.09294 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[677]: 6 -4.17497 0 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[680]: 6 0 4.17499 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[683]: 6 0 3.24876 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[691]: 6 0 3.00004 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[695]: 6 0 7.66669 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[711]: 6 0 2.54648 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[714]: 6 -8.00005 0 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[738]: 6 0 5.45363 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[753]: 6 0 2.00007 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[754]: 6 -4.6667 0 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[775]: 6 0 2.54647 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[785]: 6 -5.34997 0 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[788]: 6 0 4.76277 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[791]: 6 0 12.0007 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[799]: 6 -10.0001 0 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[803]: 6 0 2.44278 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[804]: 6 0 0.175021 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[807]: 6 0 0.175019 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[853]: 6 0 4.41287 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[866]: 6 0 5.45361 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[867]: 6 0 2.26789 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[897]: 6 -1.00006 0 shouldn't be
3268.65/3277.19	WSVECS04 Frhs2[968]: 6 -1.00006 0 shouldn't be
3270.14/3278.61	c #Conflicts:    4280000 | #Constraints:     127146
3270.14/3278.61	c INPROCESSING
3270.14/3278.61	c GARBAGE COLLECT
3270.14/3278.61	c rational objective 128
3272.63/3281.18	c #Conflicts:    4281000 | #Constraints:      73276
3272.63/3281.18	c #Conflicts:    4282000 | #Constraints:      74276
3272.63/3281.18	c #Conflicts:    4283000 | #Constraints:      75276
3272.63/3281.18	c #Conflicts:    4284000 | #Constraints:      76276
3272.63/3281.18	c #Conflicts:    4285000 | #Constraints:      77276
3272.63/3281.18	c #Conflicts:    4286000 | #Constraints:      78276
3272.63/3281.18	WSVECS04 Frhs2[16]: 6 0 14.9192 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[63]: 6 -3.00002 0 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[65]: 6 0 3.00005 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[180]: 6 0 1.50007 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[203]: 6 0 0.0510809 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[228]: 6 0 19.8894 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[336]: 6 0 14.9192 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[341]: 6 0 0.800095 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[342]: 6 0 0.90215 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[356]: 6 0 18.8766 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[376]: 6 0 1.50002 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[432]: 6 0 0.540446 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[469]: 6 0 0.646894 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[472]: 6 0 15.1533 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[495]: 6 0 39.098 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[512]: 6 -1.00005 0 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[587]: 6 0 0.0511297 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[594]: 6 0 2.17874 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[597]: 6 0 3.58307 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[611]: 6 0 0.5703 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[612]: 6 0 19.8894 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[613]: 6 -2.12774 0 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[614]: 6 0 1.01284 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[635]: 6 -1.00001 0 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[650]: 6 -3.92347 0 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[654]: 6 0 1.92349 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[661]: 6 0 0.646891 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[664]: 6 0 15.1533 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[688]: 6 0 0.540493 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[737]: 6 0 3.26816 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[843]: 6 0 0.0511546 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[844]: 6 0 21.8129 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[878]: 6 -1.82129 0 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[899]: 6 -3.00007 0 shouldn't be
3272.63/3281.18	WSVECS04 Frhs2[1289]: 6 0 2.00007 shouldn't be
3272.93/3281.49	WSVECS04 Frhs2[81]: 6 0 1.63412 shouldn't be
3272.93/3281.49	WSVECS04 Frhs2[85]: 6 0 0.800097 shouldn't be
3272.93/3281.49	WSVECS04 Frhs2[86]: 6 0 0.902213 shouldn't be
3272.93/3281.49	WSVECS04 Frhs2[209]: 6 0 1.48089 shouldn't be
3272.93/3281.49	WSVECS04 Frhs2[227]: 6 0 0.570302 shouldn't be
3272.93/3281.49	WSVECS04 Frhs2[374]: 6 0 0.500024 shouldn't be
3272.93/3281.49	WSVECS04 Frhs2[482]: 6 0 1.87241 shouldn't be
3272.93/3281.49	WSVECS04 Frhs2[555]: 6 0 0.493668 shouldn't be
3272.93/3281.49	WSVECS04 Frhs2[586]: 6 -6.20859 0 shouldn't be
3272.93/3281.49	WSVECS04 Frhs2[619]: 6 0 0.493657 shouldn't be
3272.93/3281.49	WSVECS04 Frhs2[621]: 6 0 0.757546 shouldn't be
3272.93/3281.49	WSVECS04 Frhs2[1258]: 6 0 2.00005 shouldn't be
3272.93/3281.49	WSVECS04 Frhs2[1296]: 6 -1.00004 0 shouldn't be
3273.23/3281.78	WSVECS04 Frhs2[238]: 6 -2.00002 0 shouldn't be
3273.23/3281.78	WSVECS04 Frhs2[291]: 6 0 1.60006 shouldn't be
3273.23/3281.78	WSVECS04 Frhs2[422]: 6 0 1.01278 shouldn't be
3273.23/3281.78	WSVECS04 Frhs2[598]: 6 0 3.68517 shouldn't be
3273.23/3281.78	WSVECS04 Frhs2[932]: 6 -1.00004 0 shouldn't be
3273.23/3281.78	WSVECS04 Frhs2[945]: 6 -1.00005 0 shouldn't be
3273.23/3281.78	WSVECS04 Frhs2[1170]: 6 0 0.127736 shouldn't be
3273.23/3281.78	WSVECS04 Frhs2[1344]: 6 -1.00003 0 shouldn't be
3333.17/3341.83	c #Conflicts:    4287000 | #Constraints:      79276
3333.17/3341.83	c #Conflicts:    4288000 | #Constraints:      80276
3333.17/3341.83	c #Conflicts:    4289000 | #Constraints:      81276
3333.17/3341.83	c #Conflicts:    4290000 | #Constraints:      82276
3333.17/3341.83	c #Conflicts:    4291000 | #Constraints:      83276
3333.17/3341.83	c #Conflicts:    4292000 | #Constraints:      84276
3333.17/3341.83	c #Conflicts:    4293000 | #Constraints:      85276
3333.17/3341.83	c #Conflicts:    4294000 | #Constraints:      86276
3333.17/3341.83	c #Conflicts:    4295000 | #Constraints:      87276
3333.17/3341.83	c #Conflicts:    4296000 | #Constraints:      88276
3333.17/3341.83	c #Conflicts:    4297000 | #Constraints:      89276
3333.17/3341.83	c #Conflicts:    4298000 | #Constraints:      90276
3333.17/3341.83	c #Conflicts:    4299000 | #Constraints:      91276
3333.17/3341.83	c #Conflicts:    4300000 | #Constraints:      92276
3333.17/3341.83	c #Conflicts:    4301000 | #Constraints:      93276
3333.17/3341.83	c #Conflicts:    4302000 | #Constraints:      94276
3333.17/3341.83	c #Conflicts:    4303000 | #Constraints:      95276
3333.17/3341.83	c #Conflicts:    4304000 | #Constraints:      96276
3333.17/3341.83	c #Conflicts:    4305000 | #Constraints:      97276
3333.17/3341.83	c #Conflicts:    4306000 | #Constraints:      98276
3333.17/3341.83	c #Conflicts:    4307000 | #Constraints:      99276
3333.17/3341.83	c #Conflicts:    4308000 | #Constraints:     100276
3333.17/3341.83	c #Conflicts:    4309000 | #Constraints:     101276
3333.17/3341.83	c #Conflicts:    4310000 | #Constraints:     102276
3333.17/3341.83	c #Conflicts:    4311000 | #Constraints:     103276
3333.17/3341.83	c #Conflicts:    4312000 | #Constraints:     104276
3333.17/3341.83	c #Conflicts:    4313000 | #Constraints:     105276
3333.17/3341.83	c #Conflicts:    4314000 | #Constraints:     106276
3333.17/3341.83	c #Conflicts:    4315000 | #Constraints:     107276
3333.17/3341.83	c #Conflicts:    4316000 | #Constraints:     108276
3333.17/3341.83	c #Conflicts:    4317000 | #Constraints:     109276
3333.17/3341.83	c #Conflicts:    4318000 | #Constraints:     110276
3333.17/3341.83	c #Conflicts:    4319000 | #Constraints:     111276
3333.17/3341.83	c #Conflicts:    4320000 | #Constraints:     112276
3333.17/3341.83	c #Conflicts:    4321000 | #Constraints:     113276
3333.17/3341.83	c #Conflicts:    4322000 | #Constraints:     114276
3333.17/3341.83	c #Conflicts:    4323000 | #Constraints:     115276
3333.17/3341.83	c #Conflicts:    4324000 | #Constraints:     116276
3333.17/3341.83	c #Conflicts:    4325000 | #Constraints:     117276
3333.17/3341.83	c #Conflicts:    4326000 | #Constraints:     118276
3333.17/3341.83	c #Conflicts:    4327000 | #Constraints:     119276
3333.17/3341.83	c #Conflicts:    4328000 | #Constraints:     120276
3333.17/3341.83	c #Conflicts:    4329000 | #Constraints:     121276
3333.17/3341.83	c #Conflicts:    4330000 | #Constraints:     122276
3333.17/3341.83	c #Conflicts:    4331000 | #Constraints:     123276
3333.17/3341.83	c #Conflicts:    4332000 | #Constraints:     124276
3333.17/3341.83	c #Conflicts:    4333000 | #Constraints:     125276
3333.17/3341.83	c #Conflicts:    4334000 | #Constraints:     126276
3333.17/3341.83	c #Conflicts:    4335000 | #Constraints:     127276
3333.17/3341.83	c #Conflicts:    4336000 | #Constraints:     128276
3333.17/3341.83	c #Conflicts:    4337000 | #Constraints:     129276
3333.17/3341.83	c #Conflicts:    4338000 | #Constraints:     130276
3333.17/3341.83	c #Conflicts:    4339000 | #Constraints:     131276
3333.17/3341.83	c #Conflicts:    4340000 | #Constraints:     132276
3333.17/3341.83	c #Conflicts:    4341000 | #Constraints:     133276
3333.17/3341.83	c #Conflicts:    4342000 | #Constraints:     134276
3333.17/3341.83	c #Conflicts:    4343000 | #Constraints:     135276
3333.17/3341.83	c #Conflicts:    4344000 | #Constraints:     136276
3333.17/3341.83	c #Conflicts:    4345000 | #Constraints:     137276
3333.17/3341.83	c #Conflicts:    4346000 | #Constraints:     138276
3333.17/3341.83	c #Conflicts:    4347000 | #Constraints:     139276
3333.17/3341.83	c #Conflicts:    4348000 | #Constraints:     140276
3333.17/3341.83	c #Conflicts:    4349000 | #Constraints:     141276
3333.17/3341.83	c #Conflicts:    4350000 | #Constraints:     142276
3333.17/3341.83	c #Conflicts:    4351000 | #Constraints:     143276
3333.17/3341.83	c #Conflicts:    4352000 | #Constraints:     144276
3333.17/3341.83	c #Conflicts:    4353000 | #Constraints:     145276
3333.17/3341.83	c #Conflicts:    4354000 | #Constraints:     146276
3333.17/3341.83	c #Conflicts:    4355000 | #Constraints:     147276
3333.17/3341.83	c #Conflicts:    4356000 | #Constraints:     148277
3333.17/3341.83	c #Conflicts:    4357000 | #Constraints:     149277
3333.17/3341.83	c #Conflicts:    4358000 | #Constraints:     150277
3333.17/3341.83	c #Conflicts:    4359000 | #Constraints:     151277
3333.17/3341.83	c #Conflicts:    4360000 | #Constraints:     152277
3333.17/3341.83	c #Conflicts:    4361000 | #Constraints:     153277
3333.17/3341.83	c #Conflicts:    4362000 | #Constraints:     154278
3333.17/3341.83	c #Conflicts:    4363000 | #Constraints:     155278
3333.17/3341.83	c #Conflicts:    4364000 | #Constraints:     156278
3333.17/3341.83	c #Conflicts:    4365000 | #Constraints:     157278
3356.20/3364.93	c #Conflicts:    4366000 | #Constraints:     158278
3356.20/3364.93	c #Conflicts:    4367000 | #Constraints:     159278
3356.20/3364.93	c #Conflicts:    4368000 | #Constraints:     160278
3356.20/3364.93	c #Conflicts:    4369000 | #Constraints:     161278
3356.20/3364.93	c #Conflicts:    4370000 | #Constraints:     162278
3356.20/3364.93	c #Conflicts:    4371000 | #Constraints:     163278
3356.20/3364.93	c #Conflicts:    4372000 | #Constraints:     164278
3356.20/3364.93	c #Conflicts:    4373000 | #Constraints:     165278
3356.20/3364.93	c #Conflicts:    4374000 | #Constraints:     166278
3356.20/3364.93	c #Conflicts:    4375000 | #Constraints:     167278
3356.20/3364.93	c #Conflicts:    4376000 | #Constraints:     168278
3356.20/3364.93	c #Conflicts:    4377000 | #Constraints:     169278
3356.20/3364.93	c #Conflicts:    4378000 | #Constraints:     170278
3356.20/3364.93	c #Conflicts:    4379000 | #Constraints:     171278
3356.20/3364.93	c #Conflicts:    4380000 | #Constraints:     172278
3356.20/3364.93	c #Conflicts:    4381000 | #Constraints:     173278
3356.20/3364.93	c #Conflicts:    4382000 | #Constraints:     174278
3356.20/3364.93	c #Conflicts:    4383000 | #Constraints:     175278
3356.20/3364.93	c #Conflicts:    4384000 | #Constraints:     176278
3356.20/3364.93	c #Conflicts:    4385000 | #Constraints:     177278
3356.20/3364.93	c #Conflicts:    4386000 | #Constraints:     178278
3356.20/3364.93	WSVECS04 Frhs2[9]: 6 0 18.9087 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[17]: 6 0 16.5041 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[49]: 6 0 4.1548 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[74]: 6 -1.00002 0 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[81]: 6 0 16.1707 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[82]: 6 -5.00008 0 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[97]: 6 0 18.9088 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[113]: 6 0 4.15478 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[137]: 6 0 18.9087 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[145]: 6 0 16.1707 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[170]: 6 0 1.17864 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[176]: 6 0 0.0714528 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[185]: 6 0 18.9088 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[186]: 6 -15.2858 0 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[250]: 6 0 0.142913 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[253]: 6 0 0.142907 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[290]: 6 -14.3215 0 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[298]: 6 0 1.17863 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[321]: 6 0 20.9087 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[337]: 6 0 16.0635 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[369]: 6 0 4.15483 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[377]: 6 0 19.1945 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[385]: 6 0 24.0278 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[393]: 6 0 18.9088 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[433]: 6 0 4.15484 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[512]: 6 -5.95247 0 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[532]: 6 0 4.11911 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[556]: 6 -2.00006 0 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[560]: 6 0 0.0357691 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[574]: 6 0 0.285762 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[575]: 6 0 0.571459 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[628]: 6 0 3.33735 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[688]: 6 0 0.0715128 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[704]: 6 -2.00006 0 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[713]: 6 0 18.9088 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[721]: 6 0 7.62305 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[723]: 6 -11.4128 0 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[756]: 6 0 2.15483 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[764]: 6 0 4.00005 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[780]: 6 -4.00005 0 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[828]: 6 0 3.42865 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[920]: 6 -1.00005 0 shouldn't be
3356.20/3364.93	WSVECS04 Frhs2[1321]: 6 0 2.57145 shouldn't be
3372.66/3381.49	c #Conflicts:    4387000 | #Constraints:     179278
3372.66/3381.49	c #Conflicts:    4388000 | #Constraints:     180278
3372.66/3381.49	c #Conflicts:    4389000 | #Constraints:     181278
3372.66/3381.49	c #Conflicts:    4390000 | #Constraints:     182278
3372.66/3381.49	c #Conflicts:    4391000 | #Constraints:     183278
3372.66/3381.49	c #Conflicts:    4392000 | #Constraints:     184278
3372.66/3381.49	c #Conflicts:    4393000 | #Constraints:     185278
3372.66/3381.49	c #Conflicts:    4394000 | #Constraints:     186278
3372.66/3381.49	c #Conflicts:    4395000 | #Constraints:     187278
3372.66/3381.49	c #Conflicts:    4396000 | #Constraints:     188278
3372.66/3381.49	c #Conflicts:    4397000 | #Constraints:     189278
3372.66/3381.49	c #Conflicts:    4398000 | #Constraints:     190278
3372.66/3381.49	c #Conflicts:    4399000 | #Constraints:     191278
3372.66/3381.49	c #Conflicts:    4400000 | #Constraints:     192278
3372.66/3381.49	c #Conflicts:    4401000 | #Constraints:     193278
3372.66/3381.49	WSVECS04 Frhs2[33]: 6 0 0.600039 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[100]: 6 0 4.20007 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[124]: 6 0 4.55002 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[164]: 6 0 4.20008 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[186]: 6 0 3.10006 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[188]: 6 0 5.25006 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[206]: 6 0 7.40008 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[208]: 6 0 8.80007 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[250]: 6 0 2.40009 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[256]: 6 -1.35003 0 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[262]: 6 0 0.700076 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[266]: 6 -7.40005 0 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[291]: 6 0 9.40002 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[311]: 6 -2.40002 0 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[321]: 6 -3.1001 0 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[353]: 6 0 2.60004 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[369]: 6 0 0.300091 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[420]: 6 0 4.20007 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[421]: 6 -2.90008 0 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[442]: 6 0 2.40003 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[483]: 6 0 9.60002 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[634]: 6 0 2.40007 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[635]: 6 0 8.80002 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[692]: 6 0 2.6001 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[737]: 6 0 1.70009 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[762]: 6 0 2.40006 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[830]: 6 0 0.600023 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[885]: 6 0 0.200088 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[890]: 6 0 2.40007 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[921]: 6 0 1.00005 shouldn't be
3372.66/3381.49	WSVECS04 Frhs2[989]: 6 -2.60007 0 shouldn't be
3372.96/3381.76	WSVECS04 Frhs2[309]: 6 0 1.80003 shouldn't be
3372.96/3381.76	WSVECS04 Frhs2[637]: 6 0 0.20008 shouldn't be
3372.96/3381.76	WSVECS04 Frhs2[754]: 6 0 1.20005 shouldn't be
3372.96/3381.76	WSVECS04 Frhs2[843]: 6 0 6.80002 shouldn't be
3372.96/3381.76	WSVECS04 Frhs2[893]: 6 0 0.200041 shouldn't be
3415.17/3424.05	c #Conflicts:    4402000 | #Constraints:     194278
3415.17/3424.05	c #Conflicts:    4403000 | #Constraints:     195278
3415.17/3424.05	c #Conflicts:    4404000 | #Constraints:     196278
3415.17/3424.05	c #Conflicts:    4405000 | #Constraints:     197278
3415.17/3424.05	c #Conflicts:    4406000 | #Constraints:     198278
3415.17/3424.05	c #Conflicts:    4407000 | #Constraints:     199278
3415.17/3424.05	c #Conflicts:    4408000 | #Constraints:     200278
3415.17/3424.05	c #Conflicts:    4409000 | #Constraints:     201278
3415.17/3424.05	c #Conflicts:    4410000 | #Constraints:     202278
3415.17/3424.05	c #Conflicts:    4411000 | #Constraints:     203278
3415.17/3424.05	c #Conflicts:    4412000 | #Constraints:     204278
3415.17/3424.05	c #Conflicts:    4413000 | #Constraints:     205278
3415.17/3424.05	c #Conflicts:    4414000 | #Constraints:     206278
3415.17/3424.05	c #Conflicts:    4415000 | #Constraints:     207278
3415.17/3424.05	c #Conflicts:    4416000 | #Constraints:     208278
3415.17/3424.05	c #Conflicts:    4417000 | #Constraints:     209278
3415.17/3424.05	c #Conflicts:    4418000 | #Constraints:     210278
3415.17/3424.05	c #Conflicts:    4419000 | #Constraints:     211278
3415.17/3424.05	c #Conflicts:    4420000 | #Constraints:     212278
3415.17/3424.05	c #Conflicts:    4421000 | #Constraints:     213278
3415.17/3424.05	c #Conflicts:    4422000 | #Constraints:     214278
3415.17/3424.05	c #Conflicts:    4423000 | #Constraints:     215278
3415.17/3424.05	c #Conflicts:    4424000 | #Constraints:     216278
3415.17/3424.05	c #Conflicts:    4425000 | #Constraints:     217278
3415.17/3424.05	c #Conflicts:    4426000 | #Constraints:     218278
3415.17/3424.05	c #Conflicts:    4427000 | #Constraints:     219278
3415.17/3424.05	c #Conflicts:    4428000 | #Constraints:     220278
3415.17/3424.05	c #Conflicts:    4429000 | #Constraints:     221278
3415.17/3424.05	c #Conflicts:    4430000 | #Constraints:     222278
3415.17/3424.05	c #Conflicts:    4431000 | #Constraints:     223278
3415.17/3424.05	c #Conflicts:    4432000 | #Constraints:     224278
3415.17/3424.05	c #Conflicts:    4433000 | #Constraints:     225278
3415.17/3424.05	c #Conflicts:    4434000 | #Constraints:     226278
3415.17/3424.05	c INPROCESSING
3415.17/3424.05	c GARBAGE COLLECT
3415.17/3424.05	c rational objective 128
3427.63/3436.54	c #Conflicts:    4435000 | #Constraints:     122880
3427.63/3436.54	c #Conflicts:    4436000 | #Constraints:     123881
3427.63/3436.54	c #Conflicts:    4437000 | #Constraints:     124882
3427.63/3436.54	c #Conflicts:    4438000 | #Constraints:     125883
3427.63/3436.54	c #Conflicts:    4439000 | #Constraints:     126883
3427.63/3436.54	c #Conflicts:    4440000 | #Constraints:     127884
3427.63/3436.54	c #Conflicts:    4441000 | #Constraints:     128886
3427.63/3436.54	c #Conflicts:    4442000 | #Constraints:     129887
3427.63/3436.54	c #Conflicts:    4443000 | #Constraints:     130887
3427.63/3436.54	c #Conflicts:    4444000 | #Constraints:     131887
3427.63/3436.54	c #Conflicts:    4445000 | #Constraints:     132888
3427.63/3436.54	c #Conflicts:    4446000 | #Constraints:     133892
3427.63/3436.54	c #Conflicts:    4447000 | #Constraints:     134892
3427.63/3436.54	c #Conflicts:    4448000 | #Constraints:     135892
3427.63/3436.54	WSVECS04 Frhs2[8]: 6 -3.65005 0 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[35]: 6 0 0.700052 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[39]: 6 0 1.70006 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[41]: 6 0 2.76675 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[50]: 6 0 1.00009 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[79]: 6 0 3.00003 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[105]: 6 0 3.76674 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[114]: 6 0 1.00003 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[137]: 6 -15 0 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[159]: 6 0 1.00004 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[162]: 6 0 0.60001 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[169]: 6 0 2.76676 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[175]: 6 -15 0 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[257]: 6 0 1.10008 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[282]: 6 0 2.00008 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[316]: 6 0 5.40008 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[361]: 6 0 2.7667 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[370]: 6 0 1.00002 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[399]: 6 -11.0001 0 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[425]: 6 0 2.76668 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[434]: 6 0 1.00002 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[439]: 6 -2.00004 0 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[589]: 6 0 2.30001 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[607]: 6 0 1.00002 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[610]: 6 0 1.30003 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[615]: 6 0 1.70009 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[672]: 6 0 5.15005 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[688]: 6 -0.533347 0 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[866]: 6 0 0.600085 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[873]: 6 0 2.76672 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[889]: 6 -4.00006 0 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[1174]: 6 -2.00004 0 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[1177]: 6 0 2.00001 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[1218]: 6 -2.00006 0 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[1227]: 6 0 1.00005 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[1231]: 6 0 1.0001 shouldn't be
3427.63/3436.54	WSVECS04 Frhs2[1279]: 6 -2.00003 0 shouldn't be
3431.13/3440.00	c #Conflicts:    4449000 | #Constraints:     136892
3431.13/3440.00	c #Conflicts:    4450000 | #Constraints:     137892
3431.13/3440.00	c #Conflicts:    4451000 | #Constraints:     138892
3431.13/3440.00	c #Conflicts:    4452000 | #Constraints:     139892
3431.13/3440.00	WSVECS04 Frhs2[101]: 6 -2.35713 0 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[124]: 6 0 4.39526 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[125]: 6 -4.00003 0 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[145]: 6 0 1.00005 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[193]: 6 -0.777154 0 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[194]: 6 0 1.03306 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[196]: 6 0 2.70601 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[201]: 6 0 1.40979 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[215]: 6 -0.197609 0 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[228]: 6 0 5.00006 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[260]: 6 0 2.706 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[265]: 6 0 1.26221 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[336]: 6 0 6.00005 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[337]: 6 0 3.00009 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[356]: 6 0 3.79473 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[357]: 6 -1.61619 0 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[384]: 6 -4.39523 0 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[386]: 6 0 1.03307 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[387]: 6 0 1.26217 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[393]: 6 0 1.26218 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[403]: 6 -2.00003 0 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[433]: 6 0 1.9732 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[589]: 6 0 7.47126 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[608]: 6 0 3.87438 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[673]: 6 0 1.97318 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[690]: 6 0 0.365092 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[692]: 6 -2.82153 0 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[727]: 6 0 2.00009 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[733]: 6 -7.00006 0 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[738]: 6 0 0.794659 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[754]: 6 0 0.707153 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[755]: 6 0 0.942913 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[763]: 6 -6.00002 0 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[771]: 6 0 1.26222 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[785]: 6 -12.1105 0 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[904]: 6 0 0.889558 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[918]: 6 -1.11049 0 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[920]: 6 0 1.1105 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[942]: 6 0 0.110482 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[1023]: 6 -2.00005 0 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[1033]: 6 0 1.8896 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[1072]: 6 0 1.00002 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[1073]: 6 -1.00001 0 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[1087]: 6 0 1.00005 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[1114]: 6 0 1.00009 shouldn't be
3431.13/3440.00	WSVECS04 Frhs2[1313]: 6 0 2.00005 shouldn't be
3434.82/3443.76	c #Conflicts:    4453000 | #Constraints:     140892
3434.82/3443.76	c #Conflicts:    4454000 | #Constraints:     141892
3434.82/3443.76	c #Conflicts:    4455000 | #Constraints:     142892
3434.82/3443.76	WSVECS04 Frhs2[5]: 6 0 5.42866 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[8]: 6 -8.00004 0 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[9]: 6 0 5.14288 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[78]: 6 -26.0001 0 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[261]: 6 0 4.28579 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[272]: 6 0 1.14291 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[315]: 6 0 4.00008 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[338]: 6 0 0.571516 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[373]: 6 0 3.71431 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[401]: 6 0 2.00001 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[503]: 6 -1.57147 0 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[592]: 6 0 1.14292 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[610]: 6 0 2.00002 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[612]: 6 0 2.00001 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[635]: 6 0 4.00009 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[657]: 6 0 1.71435 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[664]: 6 0 2.85724 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[688]: 6 -2.00006 0 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[773]: 6 0 5.42859 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[792]: 6 0 1.71435 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[806]: 6 -13.0001 0 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[834]: 6 0 1.14293 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[848]: 6 0 1.14292 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[891]: 6 0 4.00006 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[1001]: 6 0 2.00003 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[1057]: 6 0 0.571484 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[1064]: 6 0 0.57148 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[1183]: 6 0 4.00003 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[1188]: 6 -2.00009 0 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[1193]: 6 0 1.00003 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[1207]: 6 -2.00007 0 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[1226]: 6 -1.00009 0 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[1227]: 6 0 2.00005 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[1280]: 6 0 3.14292 shouldn't be
3434.82/3443.76	WSVECS04 Frhs2[1337]: 6 -1.00007 0 shouldn't be
3445.69/3454.68	c #Conflicts:    4456000 | #Constraints:     143892
3445.69/3454.68	c #Conflicts:    4457000 | #Constraints:     144892
3445.69/3454.68	c #Conflicts:    4458000 | #Constraints:     145892
3445.69/3454.68	c #Conflicts:    4459000 | #Constraints:     146893
3445.69/3454.68	c #Conflicts:    4460000 | #Constraints:     147893
3445.69/3454.68	c #Conflicts:    4461000 | #Constraints:     148895
3445.69/3454.68	c #Conflicts:    4462000 | #Constraints:     149895
3445.69/3454.68	c #Conflicts:    4463000 | #Constraints:     150895
3445.69/3454.68	c #Conflicts:    4464000 | #Constraints:     151895
3445.69/3454.68	WSVECS04 Frhs2[16]: 6 0 1.00005 shouldn't be
3445.69/3454.68	WSVECS04 Frhs2[67]: 6 0 3.00006 shouldn't be
3445.69/3454.68	WSVECS04 Frhs2[175]: 6 0 0.266734 shouldn't be
3445.69/3454.68	WSVECS04 Frhs2[179]: 6 -1.00002 0 shouldn't be
3445.69/3454.68	WSVECS04 Frhs2[239]: 6 0 0.266693 shouldn't be
3445.69/3454.68	WSVECS04 Frhs2[259]: 6 0 3.00002 shouldn't be
3445.69/3454.68	WSVECS04 Frhs2[278]: 6 0 0.666719 shouldn't be
3445.69/3454.68	WSVECS04 Frhs2[323]: 6 0 3.00007 shouldn't be
3445.69/3454.68	WSVECS04 Frhs2[324]: 6 -1.00002 0 shouldn't be
3445.69/3454.68	WSVECS04 Frhs2[394]: 6 0 0.666713 shouldn't be
3445.69/3454.68	WSVECS04 Frhs2[790]: 6 0 0.666741 shouldn't be
3445.69/3454.68	WSVECS04 Frhs2[977]: 6 0 1.00008 shouldn't be
3445.69/3454.68	WSVECS04 Frhs2[1049]: 6 0 2.00001 shouldn't be
3445.69/3454.68	WSVECS04 Frhs2[1056]: 6 -1.00007 0 shouldn't be
3445.69/3454.68	WSVECS04 Frhs2[1086]: 6 -3.00001 0 shouldn't be
3453.57/3462.54	c #Conflicts:    4465000 | #Constraints:     152895
3453.57/3462.54	c #Conflicts:    4466000 | #Constraints:     153895
3453.57/3462.54	c #Conflicts:    4467000 | #Constraints:     154895
3453.57/3462.54	c #Conflicts:    4468000 | #Constraints:     155895
3453.57/3462.54	c #Conflicts:    4469000 | #Constraints:     156895
3453.57/3462.54	c #Conflicts:    4470000 | #Constraints:     157895
3453.57/3462.54	WSVECS04 Frhs2[416]: 6 -12 0 shouldn't be
3453.57/3462.54	WSVECS04 Frhs2[448]: 6 -3.00007 0 shouldn't be
3453.57/3462.54	WSVECS04 Frhs2[474]: 6 -1.00005 0 shouldn't be
3453.57/3462.54	WSVECS04 Frhs2[540]: 6 0 1.00007 shouldn't be
3453.57/3462.54	WSVECS04 Frhs2[961]: 6 0 1.00007 shouldn't be
3453.57/3462.54	WSVECS04 Frhs2[963]: 6 -1.00002 0 shouldn't be
3453.57/3462.54	WSVECS04 Frhs2[968]: 6 -1.00003 0 shouldn't be
3453.57/3462.54	WSVECS04 Frhs2[1015]: 6 0 2.00006 shouldn't be
3453.57/3462.54	WSVECS04 Frhs2[1073]: 6 -1.00008 0 shouldn't be
3453.57/3462.54	WSVECS04 Frhs2[1074]: 6 0 1.00002 shouldn't be
3453.57/3462.54	WSVECS04 Frhs2[1098]: 6 -2.00005 0 shouldn't be
3453.57/3462.54	WSVECS04 Frhs2[1120]: 6 0 1.00009 shouldn't be
3453.57/3462.54	WSVECS04 Frhs2[1169]: 6 0 2.00004 shouldn't be
3453.57/3462.54	WSVECS04 Frhs2[1191]: 6 0 1.00008 shouldn't be
3453.57/3462.54	WSVECS04 Frhs2[1247]: 6 -1.0001 0 shouldn't be
3453.57/3462.54	WSVECS04 Frhs2[1248]: 6 0 1.00005 shouldn't be
3453.57/3462.54	WSVECS04 Frhs2[1279]: 6 -1.00009 0 shouldn't be
3470.43/3479.42	c #Conflicts:    4471000 | #Constraints:     158895
3470.43/3479.42	c #Conflicts:    4472000 | #Constraints:     159895
3470.43/3479.42	c #Conflicts:    4473000 | #Constraints:     160895
3470.43/3479.42	c #Conflicts:    4474000 | #Constraints:     161895
3470.43/3479.42	c #Conflicts:    4475000 | #Constraints:     162895
3470.43/3479.42	c #Conflicts:    4476000 | #Constraints:     163898
3470.43/3479.42	c #Conflicts:    4477000 | #Constraints:     164905
3470.43/3479.42	c #Conflicts:    4478000 | #Constraints:     165911
3470.43/3479.42	c #Conflicts:    4479000 | #Constraints:     166914
3470.43/3479.42	c #Conflicts:    4480000 | #Constraints:     167917
3470.43/3479.42	c #Conflicts:    4481000 | #Constraints:     168922
3470.43/3479.42	c #Conflicts:    4482000 | #Constraints:     169926
3470.43/3479.42	c #Conflicts:    4483000 | #Constraints:     170926
3470.43/3479.42	c #Conflicts:    4484000 | #Constraints:     171928
3470.43/3479.42	c INPROCESSING
3470.43/3479.42	c GARBAGE COLLECT
3470.43/3479.42	c rational objective 128
3471.73/3480.77	c #Conflicts:    4485000 | #Constraints:      95848
3471.73/3480.77	WSVECS04 Frhs2[41]: 6 0 2.91165 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[103]: 6 0 1.00002 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[113]: 6 -4.4512 0 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[147]: 6 -2.00007 0 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[212]: 6 0 2.00001 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[233]: 6 0 4.91169 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[235]: 6 0 2.33957 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[242]: 6 0 1.51633 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[266]: 6 -4.1256 0 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[272]: 6 0 3.43723 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[295]: 6 0 1.00004 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[304]: 6 0 2.43723 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[333]: 6 0 4.16288 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[359]: 6 0 1.00002 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[361]: 6 0 4.91167 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[395]: 6 0 2.38611 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[403]: 6 -1.41397 0 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[405]: 6 0 0.0558514 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[429]: 6 -8.00003 0 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[467]: 6 -1.41405 0 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[503]: 6 -1.51631 0 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[562]: 6 0 1.51635 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[566]: 6 0 3.00008 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[588]: 6 -12.9861 0 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[592]: 6 0 2.26521 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[610]: 6 0 3.00002 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[624]: 6 0 3.4373 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[626]: 6 0 0.516338 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[630]: 6 0 2.00009 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[632]: 6 0 3.43722 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[655]: 6 0 2.51172 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[664]: 6 0 1.90241 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[679]: 6 0 1.00003 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[681]: 6 0 4.57213 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[692]: 6 -6.03259 0 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[699]: 6 0 0.116289 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[719]: 6 0 0.260547 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[734]: 6 0 1.00004 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[759]: 6 0 0.953548 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[766]: 6 0 1.11166 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[790]: 6 0 1.36749 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[799]: 6 -3.00009 0 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[806]: 6 -1.00002 0 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[809]: 6 0 1.53495 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[823]: 6 -2.00005 0 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[867]: 6 0 0.972123 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[868]: 6 0 0.972146 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[873]: 6 0 0.786065 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[886]: 6 0 1.02797 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[984]: 6 0 0.251262 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[986]: 6 0 0.251173 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[1098]: 6 -2.00008 0 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[1127]: 6 -1.00007 0 shouldn't be
3471.73/3480.77	WSVECS04 Frhs2[1153]: 6 -1.00001 0 shouldn't be
3478.91/3487.95	c #Conflicts:    4486000 | #Constraints:      96848
3478.91/3487.95	c #Conflicts:    4487000 | #Constraints:      97848
3478.91/3487.95	c #Conflicts:    4488000 | #Constraints:      98849
3478.91/3487.95	c #Conflicts:    4489000 | #Constraints:      99851
3478.91/3487.95	c #Conflicts:    4490000 | #Constraints:     100852
3478.91/3487.95	c #Conflicts:    4491000 | #Constraints:     101853
3478.91/3487.95	c #Conflicts:    4492000 | #Constraints:     102854
3478.91/3487.95	c #Conflicts:    4493000 | #Constraints:     103855
3478.91/3487.95	c #Conflicts:    4494000 | #Constraints:     104856
3478.91/3487.95	WSVECS04 Frhs2[13]: 6 -7.00008 0 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[17]: 6 0 1.75612 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[61]: 6 0 5.09764 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[75]: 6 0 0.634235 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[78]: 6 -2.00004 0 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[84]: 6 0 2.00003 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[131]: 6 0 4.53666 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[134]: 6 0 1.50003 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[153]: 6 0 2.63418 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[175]: 6 -1.00004 0 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[179]: 6 0 2.92689 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[183]: 6 -2.00006 0 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[190]: 6 0 1.92685 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[217]: 6 -2.63419 0 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[221]: 6 0 3.24395 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[229]: 6 0 3.00007 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[230]: 6 0 6.00002 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[238]: 6 -1.00009 0 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[254]: 6 -4.92692 0 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[258]: 6 -2.53667 0 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[278]: 6 -5.12203 0 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[285]: 6 0 3.24394 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[292]: 6 -3.00003 0 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[302]: 6 -1.00006 0 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[323]: 6 0 4.53664 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[329]: 6 0 4.00001 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[343]: 6 0 1.9269 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[366]: 6 -1.0001 0 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[370]: 6 0 2.00009 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[374]: 6 -7.00005 0 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[399]: 6 -4.00009 0 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[402]: 6 0 0.634199 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[405]: 6 0 3.00002 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[408]: 6 0 2.00005 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[410]: 6 0 1.26839 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[415]: 6 0 0.634176 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[434]: 6 0 2.00004 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[435]: 6 0 2.92687 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[443]: 6 0 2.53661 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[447]: 6 0 0.146375 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[459]: 6 0 0.634207 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[466]: 6 0 0.634205 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[491]: 6 -4.5001 0 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[506]: 6 0 2.14637 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[519]: 6 -2.0001 0 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[522]: 6 -4.00003 0 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[605]: 6 0 3.24396 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[629]: 6 -4.00008 0 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[633]: 6 0 2.2927 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[639]: 6 0 1.07323 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[657]: 6 0 1.75614 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[661]: 6 0 3.00003 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[669]: 6 0 3.24396 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[691]: 6 0 3.92688 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[715]: 6 0 0.634171 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[776]: 6 0 2.53667 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[799]: 6 -4.63419 0 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[823]: 6 -2.92689 0 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[853]: 6 0 2.36594 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[858]: 6 0 0.634208 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[861]: 6 0 3.24393 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[999]: 6 0 1.00004 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[1000]: 6 0 2.00004 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[1041]: 6 0 0.122048 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[1067]: 6 -2.0001 0 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[1104]: 6 0 0.63422 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[1120]: 6 0 2.00007 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[1154]: 6 0 1.00003 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[1181]: 6 -2.00004 0 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[1200]: 6 0 1.00005 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[1207]: 6 -1.00009 0 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[1245]: 6 -2.00007 0 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[1249]: 6 0 1.00009 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[1257]: 6 0 1.00008 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[1263]: 6 0 2.00004 shouldn't be
3478.91/3487.95	WSVECS04 Frhs2[1272]: 6 0 1.00003 shouldn't be
3495.57/3504.60	c #Conflicts:    4495000 | #Constraints:     105856
3495.57/3504.60	c #Conflicts:    4496000 | #Constraints:     106856
3495.57/3504.60	c #Conflicts:    4497000 | #Constraints:     107856
3495.57/3504.60	c #Conflicts:    4498000 | #Constraints:     108857
3495.57/3504.60	c #Conflicts:    4499000 | #Constraints:     109860
3495.57/3504.60	c #Conflicts:    4500000 | #Constraints:     110861
3495.57/3504.60	c #Conflicts:    4501000 | #Constraints:     111862
3495.57/3504.60	c #Conflicts:    4502000 | #Constraints:     112862
3495.57/3504.60	c #Conflicts:    4503000 | #Constraints:     113862
3495.57/3504.60	c #Conflicts:    4504000 | #Constraints:     114863
3495.57/3504.60	c #Conflicts:    4505000 | #Constraints:     115863
3495.57/3504.60	c #Conflicts:    4506000 | #Constraints:     116863
3495.57/3504.60	c #Conflicts:    4507000 | #Constraints:     117863
3495.57/3504.60	c #Conflicts:    4508000 | #Constraints:     118863
3495.57/3504.60	c #Conflicts:    4509000 | #Constraints:     119863
3495.57/3504.60	c #Conflicts:    4510000 | #Constraints:     120864
3495.57/3504.60	c #Conflicts:    4511000 | #Constraints:     121866
3495.57/3504.60	c #Conflicts:    4512000 | #Constraints:     122866
3495.57/3504.60	WSVECS04 Frhs2[13]: 6 -2.00004 0 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[32]: 6 0 0.455658 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[61]: 6 0 0.936671 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[64]: 6 -1.82351 0 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[78]: 6 -8.00002 0 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[81]: 6 0 2.1269 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[86]: 6 0 3.06349 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[112]: 6 0 1.00001 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[113]: 6 -2.0001 0 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[115]: 6 0 4.00004 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[147]: 6 -7.06346 0 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[151]: 6 0 9.80588 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[193]: 6 -1.00008 0 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[226]: 6 -0.691721 0 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[258]: 6 -4.00004 0 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[266]: 6 -2.0001 0 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[273]: 6 0 8.12694 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[324]: 6 -4.00001 0 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[332]: 6 0 3.04585 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[337]: 6 0 2.12689 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[379]: 6 0 1.94157 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[396]: 6 0 1.04587 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[401]: 6 0 2.12692 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[407]: 6 0 17.6205 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[410]: 6 0 0.337579 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[411]: 6 0 0.337651 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[434]: 6 0 5.26593 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[442]: 6 0 0.118108 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[443]: 6 0 0.9874 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[449]: 6 -2.00008 0 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[509]: 6 0 0.818617 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[519]: 6 -4.00001 0 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[529]: 6 0 2.12689 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[537]: 6 0 2.92005 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[544]: 6 0 0.455656 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[572]: 6 0 0.954242 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[573]: 6 0 0.936666 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[576]: 6 -3.33164 0 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[582]: 6 -4.05912 0 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[593]: 6 0 2.12689 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[597]: 6 0 4.00008 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[598]: 6 0 3.06347 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[599]: 6 0 17.6206 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[638]: 6 0 0.9874 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[657]: 6 0 2.12693 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[668]: 6 -0.455682 0 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[697]: 6 0 0.244912 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[698]: 6 0 0.11808 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[699]: 6 0 1.10538 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[704]: 6 -0.501721 0 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[721]: 6 0 3.06347 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[727]: 6 0 18.5571 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[752]: 6 0 1.00007 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[799]: 6 -8.00002 0 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[816]: 6 0 1.00001 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[988]: 6 -3.00007 0 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[1039]: 6 -2.00008 0 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[1105]: 6 0 2.00009 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[1174]: 6 -2.00008 0 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[1219]: 6 0 0.653957 shouldn't be
3495.57/3504.60	WSVECS04 Frhs2[1257]: 6 0 1.00005 shouldn't be
3510.84/3519.98	c #Conflicts:    4513000 | #Constraints:     123866
3510.84/3519.98	c #Conflicts:    4514000 | #Constraints:     124866
3510.84/3519.98	c #Conflicts:    4515000 | #Constraints:     125867
3510.84/3519.98	c #Conflicts:    4516000 | #Constraints:     126868
3510.84/3519.98	c #Conflicts:    4517000 | #Constraints:     127868
3510.84/3519.98	c #Conflicts:    4518000 | #Constraints:     128869
3510.84/3519.98	c #Conflicts:    4519000 | #Constraints:     129869
3510.84/3519.98	c #Conflicts:    4520000 | #Constraints:     130870
3510.84/3519.98	c #Conflicts:    4521000 | #Constraints:     131872
3510.84/3519.98	c #Conflicts:    4522000 | #Constraints:     132872
3510.84/3519.98	c #Conflicts:    4523000 | #Constraints:     133873
3510.84/3519.98	c #Conflicts:    4524000 | #Constraints:     134874
3510.84/3519.98	c #Conflicts:    4525000 | #Constraints:     135876
3510.84/3519.98	c #Conflicts:    4526000 | #Constraints:     136877
3510.84/3519.98	WSVECS04 Frhs2[29]: 6 0 0.187366 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[36]: 6 0 0.187448 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[66]: 6 0 0.749506 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[73]: 6 0 0.133524 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[81]: 6 0 0.759984 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[107]: 6 0 7.04686 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[110]: 6 -4.28111 0 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[122]: 6 0 5.36188 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[124]: 6 0 0.50361 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[131]: 6 0 0.749432 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[153]: 6 0 1.85957 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[154]: 6 0 1.95323 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[160]: 6 0 1.85955 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[169]: 6 0 0.953193 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[170]: 6 0 5.81266 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[172]: 6 0 0.953184 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[173]: 6 0 0.953187 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[174]: 6 0 0.95326 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[176]: 6 0 2.4532 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[192]: 6 0 4.61363 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[193]: 6 -0.749439 0 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[206]: 6 0 3.32207 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[207]: 6 0 0.672143 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[208]: 6 0 1.00003 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[212]: 6 0 2.42745 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[217]: 6 -12.0469 0 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[221]: 6 0 0.187443 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[223]: 6 0 0.093712 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[227]: 6 0 0.227203 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[228]: 6 0 0.187418 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[238]: 6 -4.00008 0 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[269]: 6 0 2.00008 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[270]: 6 0 3.32211 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[271]: 6 0 0.76588 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[278]: 6 -7.00007 0 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[287]: 6 0 0.187404 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[290]: 6 0 0.826746 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[291]: 6 0 0.440332 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[302]: 6 -1.5001 0 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[306]: 6 0 3.04518 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[308]: 6 0 3.04515 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[309]: 6 0 3.04515 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[311]: 6 0 2.95143 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[334]: 6 0 2.57379 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[344]: 6 0 1.75999 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[354]: 6 0 0.613634 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[356]: 6 0 0.18744 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[363]: 6 0 7.04686 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[370]: 6 0 0.0937366 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[373]: 6 0 0.0937165 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[374]: 6 -3.62362 0 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[395]: 6 0 0.133532 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[396]: 6 0 2.85951 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[397]: 6 0 2.00009 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[398]: 6 0 3.32203 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[403]: 6 -2.76004 0 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[413]: 6 0 0.187369 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[416]: 6 -2.37475 0 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[419]: 6 0 0.227217 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[421]: 6 -5.09369 0 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[429]: 6 -6.00004 0 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[441]: 6 0 4.00004 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[442]: 6 0 4.74831 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[448]: 6 -8.00001 0 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[461]: 6 0 0.093697 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[462]: 6 0 1.41576 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[473]: 6 0 1.58554 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[497]: 6 0 0.615961 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[498]: 6 0 0.0936892 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[500]: 6 0 0.0937461 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[501]: 6 0 0.0936977 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[505]: 6 0 3.77285 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[510]: 6 0 4.00008 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[516]: 6 0 3.4813 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[526]: 6 0 0.462549 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[541]: 6 0 0.187383 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[547]: 6 0 0.227235 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[552]: 6 -16.4404 0 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[561]: 6 0 0.84313 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[562]: 6 0 0.093743 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[565]: 6 0 0.0937403 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[582]: 6 -3.00009 0 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[590]: 6 0 2.18155 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[596]: 6 0 6.38058 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[611]: 6 0 2.47431 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[619]: 6 0 7.04686 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[633]: 6 0 4.00004 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[653]: 6 0 1.90641 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[654]: 6 0 3.22836 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[669]: 6 0 0.187421 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[674]: 6 0 0.613678 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[675]: 6 0 0.187452 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[677]: 6 -1.63352 0 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[686]: 6 0 3.00004 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[704]: 6 -0.637089 0 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[716]: 6 0 2.85952 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[718]: 6 0 3.32206 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[724]: 6 0 1.42748 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[761]: 6 0 4.74716 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[762]: 6 0 5.49541 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[766]: 6 0 6.7471 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[768]: 6 0 0.747132 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[769]: 6 -6.00007 0 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[783]: 6 0 2.76583 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[802]: 6 0 0.519959 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[803]: 6 0 0.133582 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[817]: 6 0 0.843174 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[825]: 6 0 4.00001 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[868]: 6 0 0.0937746 shouldn't be
3510.84/3519.98	WSVECS04 Frhs2[1120]: 6 0 2.00004 shouldn't be
3520.12/3529.21	c #Conflicts:    4527000 | #Constraints:     137877
3520.12/3529.21	c #Conflicts:    4528000 | #Constraints:     138877
3520.12/3529.21	c #Conflicts:    4529000 | #Constraints:     139877
3520.12/3529.21	c #Conflicts:    4530000 | #Constraints:     140877
3520.12/3529.21	c #Conflicts:    4531000 | #Constraints:     141877
3520.12/3529.21	c #Conflicts:    4532000 | #Constraints:     142878
3520.12/3529.21	c #Conflicts:    4533000 | #Constraints:     143879
3520.12/3529.21	c INPROCESSING
3520.12/3529.21	c GARBAGE COLLECT
3520.12/3529.21	c rational objective 128
3556.23/3565.48	c #Conflicts:    4534000 | #Constraints:      81337
3556.23/3565.48	c #Conflicts:    4535000 | #Constraints:      82337
3556.23/3565.48	c #Conflicts:    4536000 | #Constraints:      83337
3556.23/3565.48	c #Conflicts:    4537000 | #Constraints:      84337
3556.23/3565.48	c #Conflicts:    4538000 | #Constraints:      85337
3556.23/3565.48	c #Conflicts:    4539000 | #Constraints:      86337
3556.23/3565.48	c #Conflicts:    4540000 | #Constraints:      87337
3556.23/3565.48	c #Conflicts:    4541000 | #Constraints:      88337
3556.23/3565.48	c #Conflicts:    4542000 | #Constraints:      89337
3556.23/3565.48	c #Conflicts:    4543000 | #Constraints:      90337
3556.23/3565.48	c #Conflicts:    4544000 | #Constraints:      91337
3556.23/3565.48	c #Conflicts:    4545000 | #Constraints:      92337
3556.23/3565.48	c #Conflicts:    4546000 | #Constraints:      93337
3556.23/3565.48	c #Conflicts:    4547000 | #Constraints:      94337
3556.23/3565.48	c #Conflicts:    4548000 | #Constraints:      95337
3556.23/3565.48	c #Conflicts:    4549000 | #Constraints:      96337
3556.23/3565.48	c #Conflicts:    4550000 | #Constraints:      97337
3556.23/3565.48	c #Conflicts:    4551000 | #Constraints:      98337
3556.23/3565.48	c #Conflicts:    4552000 | #Constraints:      99337
3556.23/3565.48	c #Conflicts:    4553000 | #Constraints:     100337
3556.23/3565.48	c #Conflicts:    4554000 | #Constraints:     101337
3556.23/3565.48	c #Conflicts:    4555000 | #Constraints:     102337
3556.23/3565.48	c #Conflicts:    4556000 | #Constraints:     103337
3556.23/3565.48	c #Conflicts:    4557000 | #Constraints:     104337
3556.23/3565.48	c #Conflicts:    4558000 | #Constraints:     105337
3556.23/3565.48	c #Conflicts:    4559000 | #Constraints:     106337
3556.23/3565.48	c #Conflicts:    4560000 | #Constraints:     107337
3556.23/3565.48	c #Conflicts:    4561000 | #Constraints:     108337
3556.23/3565.48	c #Conflicts:    4562000 | #Constraints:     109337
3556.23/3565.48	c #Conflicts:    4563000 | #Constraints:     110337
3556.23/3565.48	c #Conflicts:    4564000 | #Constraints:     111337
3556.23/3565.48	c #Conflicts:    4565000 | #Constraints:     112337
3556.23/3565.48	c #Conflicts:    4566000 | #Constraints:     113337
3556.23/3565.48	c #Conflicts:    4567000 | #Constraints:     114337
3556.23/3565.48	c #Conflicts:    4568000 | #Constraints:     115337
3556.23/3565.48	c #Conflicts:    4569000 | #Constraints:     116337
3556.23/3565.48	c #Conflicts:    4570000 | #Constraints:     117337
3556.23/3565.48	c #Conflicts:    4571000 | #Constraints:     118337
3556.23/3565.48	c #Conflicts:    4572000 | #Constraints:     119337
3556.23/3565.48	c #Conflicts:    4573000 | #Constraints:     120337
3556.23/3565.48	c #Conflicts:    4574000 | #Constraints:     121337
3556.23/3565.48	c #Conflicts:    4575000 | #Constraints:     122337
3556.23/3565.48	c #Conflicts:    4576000 | #Constraints:     123337
3556.23/3565.48	c #Conflicts:    4577000 | #Constraints:     124337
3556.23/3565.48	c #Conflicts:    4578000 | #Constraints:     125337
3556.23/3565.48	c #Conflicts:    4579000 | #Constraints:     126337
3556.23/3565.48	c #Conflicts:    4580000 | #Constraints:     127337
3556.23/3565.48	c #Conflicts:    4581000 | #Constraints:     128337
3556.23/3565.48	c #Conflicts:    4582000 | #Constraints:     129337
3556.23/3565.48	c #Conflicts:    4583000 | #Constraints:     130337
3556.23/3565.48	c #Conflicts:    4584000 | #Constraints:     131337
3556.23/3565.48	c INPROCESSING
3556.23/3565.48	c GARBAGE COLLECT
3556.23/3565.48	c rational objective 128
3600.02/3609.30	c #Conflicts:    4585000 | #Constraints:      75571
3600.02/3609.30	c #Conflicts:    4586000 | #Constraints:      76571
3600.02/3609.30	c #Conflicts:    4587000 | #Constraints:      77573
3600.02/3609.30	c #Conflicts:    4588000 | #Constraints:      78576
3600.02/3609.30	c #Conflicts:    4589000 | #Constraints:      79579
3600.02/3609.30	c #Conflicts:    4590000 | #Constraints:      80581
3600.02/3609.30	c #Conflicts:    4591000 | #Constraints:      81584
3600.02/3609.30	c #Conflicts:    4592000 | #Constraints:      82586
3600.02/3609.30	c #Conflicts:    4593000 | #Constraints:      83586
3600.02/3609.30	c #Conflicts:    4594000 | #Constraints:      84588
3600.02/3609.30	c #Conflicts:    4595000 | #Constraints:      85591
3600.02/3609.30	c #Conflicts:    4596000 | #Constraints:      86592
3600.02/3609.30	c #Conflicts:    4597000 | #Constraints:      87596
3600.02/3609.30	c #Conflicts:    4598000 | #Constraints:      88597
3600.02/3609.30	c #Conflicts:    4599000 | #Constraints:      89599
3600.02/3609.30	c #Conflicts:    4600000 | #Constraints:      90602
3600.02/3609.30	c #Conflicts:    4601000 | #Constraints:      91605
3600.02/3609.30	c #Conflicts:    4602000 | #Constraints:      92605
3600.02/3609.30	c #Conflicts:    4603000 | #Constraints:      93608
3600.02/3609.30	c #Conflicts:    4604000 | #Constraints:      94608
3600.02/3609.30	c #Conflicts:    4605000 | #Constraints:      95608
3600.02/3609.30	c #Conflicts:    4606000 | #Constraints:      96609
3600.02/3609.30	c #Conflicts:    4607000 | #Constraints:      97611
3600.02/3609.30	c #Conflicts:    4608000 | #Constraints:      98612
3600.02/3609.30	c #Conflicts:    4609000 | #Constraints:      99612
3600.02/3609.30	c #Conflicts:    4610000 | #Constraints:     100612
3600.02/3609.30	c #Conflicts:    4611000 | #Constraints:     101612
3600.02/3609.30	c #Conflicts:    4612000 | #Constraints:     102612
3600.02/3609.30	c #Conflicts:    4613000 | #Constraints:     103615
3600.02/3609.30	c #Conflicts:    4614000 | #Constraints:     104615
3600.02/3609.30	c #Conflicts:    4615000 | #Constraints:     105615
3600.02/3609.30	c #Conflicts:    4616000 | #Constraints:     106616
3600.02/3609.30	c #Conflicts:    4617000 | #Constraints:     107617
3600.02/3609.30	c #Conflicts:    4618000 | #Constraints:     108618
3600.02/3609.30	c #Conflicts:    4619000 | #Constraints:     109618
3600.02/3609.30	c #Conflicts:    4620000 | #Constraints:     110618
3600.02/3609.30	c #Conflicts:    4621000 | #Constraints:     111618
3600.02/3609.30	c #Conflicts:    4622000 | #Constraints:     112618
3600.02/3609.30	c #Conflicts:    4623000 | #Constraints:     113618
3600.02/3609.30	c #Conflicts:    4624000 | #Constraints:     114618
3600.02/3609.30	c #Conflicts:    4625000 | #Constraints:     115619
3600.02/3609.30	c #Conflicts:    4626000 | #Constraints:     116620
3600.02/3609.30	c #Conflicts:    4627000 | #Constraints:     117620
3600.02/3609.30	c #Conflicts:    4628000 | #Constraints:     118620
3600.02/3609.30	c #Conflicts:    4629000 | #Constraints:     119621
3600.02/3609.30	c #Conflicts:    4630000 | #Constraints:     120621
3600.02/3609.30	c #Conflicts:    4631000 | #Constraints:     121621
3600.02/3609.30	c #Conflicts:    4632000 | #Constraints:     122621
3600.02/3609.30	c #Conflicts:    4633000 | #Constraints:     123622
3600.02/3609.30	c cpu time 3567.35 s
3600.02/3609.30	c deterministic time 135575814284 1.36e+11
3600.02/3609.30	c optimization time 43.1286 s
3600.02/3609.30	c total solve time 3524.16 s
3600.02/3609.30	c core-guided solve time 2121.65 s
3600.02/3609.30	c propagation time 2768.41 s
3600.02/3609.30	c conflict analysis time 686.133 s
3600.02/3609.30	c propagations 568548528
3600.02/3609.30	c resolve steps 104385123
3600.02/3609.30	c decisions 9214254
3600.02/3609.30	c conflicts 4633862
3600.02/3609.30	c restarts 8188
3600.02/3609.30	c inprocessing phases 120
3600.02/3609.30	c garbage collections 120 ,( 100.00 )
3600.02/3609.30	c input clauses 8986 ,( 50.33 )
3600.02/3609.30	c input cardinalities 945 ,( 5.29 )
3600.02/3609.30	c input general constraints 7922 ,( 44.37 )
3600.02/3609.30	c input average constraint length 9.26
3600.02/3609.30	c input average constraint degree 5.24
3600.02/3609.30	c learned clauses 4170458 ,( 89.98 )
3600.02/3609.30	c learned cardinalities 51889 ,( 1.12 )
3600.02/3609.30	c learned general constraints 412452 ,( 8.90 )
3600.02/3609.30	c learned average constraint length 216.31
3600.02/3609.30	c learned average constraint degree 15212574.24
3600.02/3609.30	c watched  CF 32, 64, 128, Arb: 239112 , 0 , 0 , 0
3600.02/3609.30	c counting CF 32, 64, 128, Arb: 181263 , 0 , 0 , 0
3600.02/3609.30	c watched   constraints 239112 ,( 56.88 ) 
3600.02/3609.30	c counting  constraints 181262 ,( 43.12 ) 
3600.02/3609.30	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 5708820063 , 1924350501 , 7960826698 ,( 766719319 , 7194107379 )
3600.02/3609.30	c gcd simplifications 64081
3600.02/3609.30	c detected cardinalities 108
3600.02/3609.30	c weakened non-implied lits 179245075
3600.02/3609.30	c weakened non-implying lits 628257
3600.02/3609.30	c original variables 1401
3600.02/3609.30	c clausal propagations 251582653
3600.02/3609.30	c cardinality propagations 204453779
3600.02/3609.30	c watched propagations 4984511
3600.02/3609.30	c counting propagations 102405037
3600.02/3609.30	c watch lookups 69687197258
3600.02/3609.30	c watch backjump lookups 0
3600.02/3609.30	c watch checks 43489437375
3600.02/3609.30	c propagation checks 18391225020
3600.02/3609.30	c constraint additions 2843075463
3600.02/3609.30	c trail pops 582394627
3600.02/3609.30	c formula constraints 16550
3600.02/3609.30	c learned constraints 4633030
3600.02/3609.30	c bound constraints 121
3600.02/3609.30	c core-guided constraints 1182
3600.02/3609.30	c encountered formula constraints 46039674
3600.02/3609.30	c encountered learned constraints 58126478
3600.02/3609.30	c encountered bound constraints 179722
3600.02/3609.30	c encountered core-guided constraints 4549175
3600.02/3609.30	c LP total time 1163.31 s
3600.02/3609.30	c LP solve time 1136 s
3600.02/3609.30	c LP constraints added 20937
3600.02/3609.30	c LP constraints removed 4326
3600.02/3609.30	c LP pivots internal 4634090
3600.02/3609.30	c LP pivots root 87668
3600.02/3609.30	c LP calls 3519
3600.02/3609.30	c LP optimalities 2672
3600.02/3609.30	c LP no pivot count 106
3600.02/3609.30	c LP infeasibilities 843
3600.02/3609.30	c LP valid Farkas constraints 843
3600.02/3609.30	c LP learned Farkas constraints 843
3600.02/3609.30	c LP basis resets 0
3600.02/3609.30	c LP cycling count 0
3600.02/3609.30	c LP singular count 0
3600.02/3609.30	c LP no primal count 0
3600.02/3609.30	c LP no farkas count 0
3600.02/3609.30	c LP other issue count 0
3600.02/3609.30	c LP Gomory cuts 83
3600.02/3609.30	c LP learned cuts 4304
3600.02/3609.30	c LP deleted cuts 4326
3600.02/3609.30	c LP encountered Gomory constraints 15577
3600.02/3609.30	c LP encountered Farkas constraints 105749
3600.02/3609.30	c LP encountered learned Farkas constraints 1767
3600.02/3609.30	c CG auxiliary variables introduced 429
3600.02/3609.30	c CG solutions found 16
3600.02/3609.30	c CG cores constructed 105
3600.02/3609.30	c CG core cardinality constraints returned 0
3600.02/3609.30	c CG unit cores 0
3600.02/3609.30	c CG single cores 104
3600.02/3609.30	c CG blocks removed during cardinality reduction 0
3600.02/3609.30	c CG first core best 0
3600.02/3609.30	c CG decision core best 0
3600.02/3609.30	c CG core reduction tie 1
3600.02/3609.30	c CG core degree average 1.00
3600.02/3609.30	c CG core slack average 9.40
3600.02/3609.30	c CG core upper bound improvements 0
3600.02/3609.30	c STR number of successful calls 0
3600.02/3609.30	c STR number of unsuccessful calls 0
3600.02/3609.30	c STR number of inconclusive calls 0
3600.02/3609.30	c STR number of successful attempts 0
3600.02/3609.30	c STR number of unsuccessful attempts 0
3600.02/3609.30	c STR number of inconclusive attempts 0
3600.02/3609.30	c STR average degree increase per successful call inf
3600.02/3609.30	c STR average degree increase per successful attempt inf
3600.02/3609.30	c STR total number of conflicts for successful attempts 0
3600.02/3609.30	c STR total number of conflicts for unsuccessful attempts 0
3600.02/3609.30	c STR total number of conflicts for inconclusive attempts 0
3600.02/3609.30	c STR average number of conflicts per successful attempt inf
3600.02/3609.30	c STR average number of conflicts per unsuccessful attempt inf
3600.02/3609.30	c STR average number of conflicts per inconclusive attempt inf
3600.02/3609.30	c AVG.sumWPerc 38.92 
3600.02/3609.30	c bigint constraints 0 
3600.02/3609.30	o 148
3600.02/3609.30	s SATISFIABLE
3600.02/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.02/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 (63011 MiB free)
  memory of node 1: 64507 MiB (63671 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4486290-1751323975/watcher-4486290-1751323975 -o /tmp/evaluation-result-4486290-1751323975/solver-4486290-1751323975 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751323974-41572 --watchdog 3760 run-opt-break.sh HOME/instance-4486290-1751323975.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
Current StackSize limit: 8192 KiB

solver pid=41725, runsolver pid=41718

[startup+0.100069 s]*
/proc/loadavg: 0.76 1.82 2.86 5/268 41729
/proc/meminfo: memFree=129762708/131250000 swapFree=33010416/33010684
[pid=41725] ppid=41718 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/41725/stat : 41725 (run-opt-break.s) S 41718 41725 41560 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 48077438 4292608 768 18446744073709551615 94014970535936 94014971430469 140729703203728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94014971669520 94014971717264 94014987653120 140729703209313 140729703209442 140729703209442 140729703215044 0
/proc/41725/statm: 1048 768 704 219 0 110 0
[pid=41728] ppid=41725 vsize=21900 memory=13588 CPUtime=0.08 cores=1,3
/proc/41728/stat : 41728 (pbsuma) R 41725 41725 41560 0 -1 4194304 2964 0 0 0 8 0 0 0 20 0 1 0 48077439 22425600 3397 18446744073709551615 4210688 4653049 140731119660992 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 16678912 140731119663459 140731119663666 140731119663666 140731119669231 0
/proc/41728/statm: 5475 3397 1024 108 0 2883 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 26092 KiB
Current children cumulated memory: 16660 KiB

[startup+0.205563 s]*
/proc/loadavg: 0.76 1.82 2.86 5/268 41729
/proc/meminfo: memFree=129718860/131250000 swapFree=33010416/33010684
[pid=41725] ppid=41718 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/41725/stat : 41725 (run-opt-break.s) S 41718 41725 41560 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 48077438 4292608 768 18446744073709551615 94014970535936 94014971430469 140729703203728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94014971669520 94014971717264 94014987653120 140729703209313 140729703209442 140729703209442 140729703215044 0
/proc/41725/statm: 1048 768 704 219 0 110 0
[pid=41728] ppid=41725 vsize=21900 memory=13588 CPUtime=0.19 cores=1,3
/proc/41728/stat : 41728 (pbsuma) R 41725 41725 41560 0 -1 4194304 2964 0 0 0 19 0 0 0 20 0 1 0 48077439 22425600 3397 18446744073709551615 4210688 4653049 140731119660992 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 16678912 140731119663459 140731119663666 140731119663666 140731119669231 0
/proc/41728/statm: 5475 3397 1024 108 0 2883 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 26092 KiB
Current children cumulated memory: 16660 KiB

[startup+0.305658 s]*
/proc/loadavg: 0.76 1.82 2.86 5/268 41730
/proc/meminfo: memFree=129775084/131250000 swapFree=33010416/33010684
[pid=41725] ppid=41718 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/41725/stat : 41725 (run-opt-break.s) S 41718 41725 41560 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 48077438 4292608 768 18446744073709551615 94014970535936 94014971430469 140729703203728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94014971669520 94014971717264 94014987653120 140729703209313 140729703209442 140729703209442 140729703215044 0
/proc/41725/statm: 1048 768 704 219 0 110 0
[pid=41728] ppid=41725 vsize=21900 memory=13588 CPUtime=0.29 cores=1,3
/proc/41728/stat : 41728 (pbsuma) R 41725 41725 41560 0 -1 4194304 2964 0 0 0 29 0 0 0 20 0 1 0 48077439 22425600 3397 18446744073709551615 4210688 4653049 140731119660992 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 16678912 140731119663459 140731119663666 140731119663666 140731119669231 0
/proc/41728/statm: 5475 3397 1024 108 0 2883 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26092 KiB
Current children cumulated memory: 16660 KiB

[startup+0.700168 s]
/proc/loadavg: 0.76 1.82 2.86 4/265 41734
/proc/meminfo: memFree=129791408/131250000 swapFree=33010416/33010684
[pid=41725] ppid=41718 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/41725/stat : 41725 (run-opt-break.s) S 41718 41725 41560 0 -1 4194304 239 5409 0 0 0 0 55 0 20 0 1 0 48077438 4292608 768 18446744073709551615 94014970535936 94014971430469 140729703203728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94014971669520 94014971717264 94014987653120 140729703209313 140729703209442 140729703209442 140729703215044 0
/proc/41725/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.50015 s]
/proc/loadavg: 0.76 1.82 2.86 4/263 41739
/proc/meminfo: memFree=129762572/131250000 swapFree=33010416/33010684
[pid=41725] ppid=41718 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/41725/stat : 41725 (run-opt-break.s) S 41718 41725 41560 0 -1 4194304 239 5409 0 0 0 0 55 0 20 0 1 0 48077438 4292608 768 18446744073709551615 94014970535936 94014971430469 140729703203728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94014971669520 94014971717264 94014987653120 140729703209313 140729703209442 140729703209442 140729703215044 0
/proc/41725/statm: 1048 768 704 219 0 110 0
[pid=41739] ppid=41725 vsize=88712 memory=37852 CPUtime=0.9 cores=1,3
/proc/41739/stat : 41739 (roundingsat) R 41725 41725 41560 0 -1 4194304 7020 0 0 0 87 3 0 0 20 0 1 0 48077495 90841088 9463 18446744073709551615 4227072 8923433 140726686726000 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12201984 140726686730596 140726686730792 140726686730792 140726686736362 0
/proc/41739/statm: 22178 9463 2336 1147 0 9605 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 92904 KiB
Current children cumulated memory: 40924 KiB

[startup+3.10495 s]
/proc/loadavg: 1.02 1.86 2.86 5/268 41777
/proc/meminfo: memFree=129879472/131250000 swapFree=33010416/33010684
[pid=41725] ppid=41718 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/41725/stat : 41725 (run-opt-break.s) S 41718 41725 41560 0 -1 4194304 239 5409 0 0 0 0 55 0 20 0 1 0 48077438 4292608 768 18446744073709551615 94014970535936 94014971430469 140729703203728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94014971669520 94014971717264 94014987653120 140729703209313 140729703209442 140729703209442 140729703215044 0
/proc/41725/statm: 1048 768 704 219 0 110 0
[pid=41739] ppid=41725 vsize=91232 memory=41692 CPUtime=2.5 cores=1,3
/proc/41739/stat : 41739 (roundingsat) R 41725 41725 41560 0 -1 4194304 7882 0 0 0 243 7 0 0 20 0 1 0 48077495 93421568 10423 18446744073709551615 4227072 8923433 140726686726000 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12201984 140726686730596 140726686730792 140726686730792 140726686736362 0
/proc/41739/statm: 22808 10423 2432 1147 0 10235 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 95424 KiB
Current children cumulated memory: 44764 KiB

[startup+6.30015 s]
/proc/loadavg: 1.02 1.86 2.86 5/268 41778
/proc/meminfo: memFree=129843408/131250000 swapFree=33010416/33010684
[pid=41725] ppid=41718 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/41725/stat : 41725 (run-opt-break.s) S 41718 41725 41560 0 -1 4194304 239 5409 0 0 0 0 55 0 20 0 1 0 48077438 4292608 768 18446744073709551615 94014970535936 94014971430469 140729703203728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94014971669520 94014971717264 94014987653120 140729703209313 140729703209442 140729703209442 140729703215044 0
/proc/41725/statm: 1048 768 704 219 0 110 0
[pid=41739] ppid=41725 vsize=93952 memory=44096 CPUtime=5.69 cores=1,3
/proc/41739/stat : 41739 (roundingsat) R 41725 41725 41560 0 -1 4194304 7968 0 0 0 558 11 0 0 20 0 1 0 48077495 96206848 11024 18446744073709551615 4227072 8923433 140726686726000 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12201984 140726686730596 140726686730792 140726686730792 140726686736362 0
/proc/41739/statm: 23488 11024 2432 1147 0 10915 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 98144 KiB
Current children cumulated memory: 47168 KiB

[startup+12.7002 s]
/proc/loadavg: 1.48 1.93 2.88 5/268 41778
/proc/meminfo: memFree=129859840/131250000 swapFree=33010416/33010684
[pid=41725] ppid=41718 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/41725/stat : 41725 (run-opt-break.s) S 41718 41725 41560 0 -1 4194304 239 5409 0 0 0 0 55 0 20 0 1 0 48077438 4292608 768 18446744073709551615 94014970535936 94014971430469 140729703203728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94014971669520 94014971717264 94014987653120 140729703209313 140729703209442 140729703209442 140729703215044 0
/proc/41725/statm: 1048 768 704 219 0 110 0
[pid=41739] ppid=41725 vsize=96220 memory=45632 CPUtime=12.07 cores=1,3
/proc/41739/stat : 41739 (roundingsat) R 41725 41725 41560 0 -1 4194304 8350 0 0 0 1189 18 0 0 20 0 1 0 48077495 98529280 11408 18446744073709551615 4227072 8923433 140726686726000 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12201984 140726686730596 140726686730792 140726686730792 140726686736362 0
/proc/41739/statm: 24055 11408 2432 1147 0 11482 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 100412 KiB
Current children cumulated memory: 48704 KiB

[startup+25.5002 s]
/proc/loadavg: 1.87 2.00 2.89 5/268 41779
/proc/meminfo: memFree=129833248/131250000 swapFree=33010416/33010684
[pid=41725] ppid=41718 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/41725/stat : 41725 (run-opt-break.s) S 41718 41725 41560 0 -1 4194304 239 5409 0 0 0 0 55 0 20 0 1 0 48077438 4292608 768 18446744073709551615 94014970535936 94014971430469 140729703203728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94014971669520 94014971717264 94014987653120 140729703209313 140729703209442 140729703209442 140729703215044 0
/proc/41725/statm: 1048 768 704 219 0 110 0
[pid=41739] ppid=41725 vsize=100620 memory=51136 CPUtime=24.85 cores=1,3
/proc/41739/stat : 41739 (roundingsat) R 41725 41725 41560 0 -1 4194304 9736 0 0 0 2450 35 0 0 20 0 1 0 48077495 103034880 12784 18446744073709551615 4227072 8923433 140726686726000 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12201984 140726686730596 140726686730792 140726686730792 140726686736362 0
/proc/41739/statm: 25155 12784 2432 1147 0 12582 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 104812 KiB
Current children cumulated memory: 54208 KiB

[startup+51.1055 s]
/proc/loadavg: 2.65 2.18 2.93 5/268 41779
/proc/meminfo: memFree=129752760/131250000 swapFree=33010416/33010684
[pid=41725] ppid=41718 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/41725/stat : 41725 (run-opt-break.s) S 41718 41725 41560 0 -1 4194304 239 5409 0 0 0 0 55 0 20 0 1 0 48077438 4292608 768 18446744073709551615 94014970535936 94014971430469 140729703203728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94014971669520 94014971717264 94014987653120 140729703209313 140729703209442 140729703209442 140729703215044 0
/proc/41725/statm: 1048 768 704 219 0 110 0
[pid=41739] ppid=41725 vsize=115200 memory=65684 CPUtime=50.38 cores=1,3
/proc/41739/stat : 41739 (roundingsat) R 41725 41725 41560 0 -1 4194304 11896 0 0 0 4970 68 0 0 20 0 1 0 48077495 117964800 16421 18446744073709551615 4227072 8923433 140726686726000 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12201984 140726686730596 140726686730792 140726686730792 140726686736362 0
/proc/41739/statm: 28800 16421 2432 1147 0 16227 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 119392 KiB
Current children cumulated memory: 68756 KiB

[startup+102.3 s]
/proc/loadavg: 3.87 2.59 3.03 5/267 41787
/proc/meminfo: memFree=129621400/131250000 swapFree=33010416/33010684
[pid=41725] ppid=41718 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/41725/stat : 41725 (run-opt-break.s) S 41718 41725 41560 0 -1 4194304 239 5409 0 0 0 0 55 0 20 0 1 0 48077438 4292608 768 18446744073709551615 94014970535936 94014971430469 140729703203728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94014971669520 94014971717264 94014987653120 140729703209313 140729703209442 140729703209442 140729703215044 0
/proc/41725/statm: 1048 768 704 219 0 110 0
[pid=41739] ppid=41725 vsize=154880 memory=98920 CPUtime=101.46 cores=1,3
/proc/41739/stat : 41739 (roundingsat) R 41725 41725 41560 0 -1 4194304 15125 0 0 0 10002 144 0 0 20 0 1 0 48077495 158597120 24730 18446744073709551615 4227072 8923433 140726686726000 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12201984 140726686730596 140726686730792 140726686730792 140726686736362 0
/proc/41739/statm: 38720 24730 2432 1147 0 26147 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 159072 KiB
Current children cumulated memory: 101992 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 2.88 3.10 5/267 41789
/proc/meminfo: memFree=129551748/131250000 swapFree=33010416/33010684
[pid=41725] ppid=41718 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/41725/stat : 41725 (run-opt-break.s) S 41718 41725 41560 0 -1 4194304 239 5409 0 0 0 0 55 0 20 0 1 0 48077438 4292608 768 18446744073709551615 94014970535936 94014971430469 140729703203728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94014971669520 94014971717264 94014987653120 140729703209313 140729703209442 140729703209442 140729703215044 0
/proc/41725/statm: 1048 768 704 219 0 110 0
[pid=41739] ppid=41725 vsize=192040 memory=117072 CPUtime=161.32 cores=1,3
/proc/41739/stat : 41739 (roundingsat) R 41725 41725 41560 0 -1 4194304 16597 0 0 0 15897 235 0 0 20 0 1 0 48077495 196648960 29268 18446744073709551615 4227072 8923433 140726686726000 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12201984 140726686730596 140726686730792 140726686730792 140726686736362 0
/proc/41739/statm: 48010 29268 2432 1147 0 35437 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 196232 KiB
Current children cumulated memory: 120144 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 3.12 3.17 5/267 41791
/proc/meminfo: memFree=129516504/131250000 swapFree=33010416/33010684
[pid=41725] ppid=41718 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/41725/stat : 41725 (run-opt-break.s) S 41718 41725 41560 0 -1 4194304 239 5409 0 0 0 0 55 0 20 0 1 0 48077438 4292608 768 18446744073709551615 94014970535936 94014971430469 140729703203728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94014971669520 94014971717264 94014987653120 140729703209313 140729703209442 140729703209442 140729703215044 0
/proc/41725/statm: 1048 768 704 219 0 110 0
[pid=41739] ppid=41725 vsize=198720 memory=135964 CPUtime=221.16 cores=1,3
/proc/41739/stat : 41739 (roundingsat) R 41725 41725 41560 0 -1 4194304 18244 0 0 0 21806 310 0 0 20 0 1 0 48077495 203489280 33991 18446744073709551615 4227072 8923433 140726686726000 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12201984 140726686730596 140726686730792 140726686730792 140726686736362 0
/proc/41739/statm: 49680 33991 2432 1147 0 37107 0
Current children cumulated CPU time: 221.71 s
Current children cumulated vsize: 202912 KiB
Current children cumulated memory: 139036 KiB


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

/proc/loadavg: 4.16 4.10 4.03 5/267 41941
/proc/meminfo: memFree=127070708/131250000 swapFree=33010416/33010684
[pid=41725] ppid=41718 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/41725/stat : 41725 (run-opt-break.s) S 41718 41725 41560 0 -1 4194304 239 5409 0 0 0 0 55 0 20 0 1 0 48077438 4292608 768 18446744073709551615 94014970535936 94014971430469 140729703203728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94014971669520 94014971717264 94014987653120 140729703209313 140729703209442 140729703209442 140729703215044 0
/proc/41725/statm: 1048 768 704 219 0 110 0
[pid=41739] ppid=41725 vsize=553780 memory=426092 CPUtime=3093.77 cores=1,3
/proc/41739/stat : 41739 (roundingsat) R 41725 41725 41560 0 -1 4194304 42204 0 0 0 306538 2839 0 0 20 0 1 0 48077495 567070720 106523 18446744073709551615 4227072 8923433 140726686726000 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12201984 140726686730596 140726686730792 140726686730792 140726686736362 0
/proc/41739/statm: 138445 106523 2432 1147 0 125872 0
Current children cumulated CPU time: 3094.32 s
Current children cumulated vsize: 557972 KiB
Current children cumulated memory: 429164 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.10 4.03 5/267 41943
/proc/meminfo: memFree=127033724/131250000 swapFree=33010416/33010684
[pid=41725] ppid=41718 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/41725/stat : 41725 (run-opt-break.s) S 41718 41725 41560 0 -1 4194304 239 5409 0 0 0 0 55 0 20 0 1 0 48077438 4292608 768 18446744073709551615 94014970535936 94014971430469 140729703203728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94014971669520 94014971717264 94014987653120 140729703209313 140729703209442 140729703209442 140729703215044 0
/proc/41725/statm: 1048 768 704 219 0 110 0
[pid=41739] ppid=41725 vsize=555280 memory=427628 CPUtime=3153.6 cores=1,3
/proc/41739/stat : 41739 (roundingsat) R 41725 41725 41560 0 -1 4194304 42600 0 0 0 312485 2875 0 0 20 0 1 0 48077495 568606720 106907 18446744073709551615 4227072 8923433 140726686726000 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12201984 140726686730596 140726686730792 140726686730792 140726686736362 0
/proc/41739/statm: 138820 106907 2432 1147 0 126247 0
Current children cumulated CPU time: 3154.15 s
Current children cumulated vsize: 559472 KiB
Current children cumulated memory: 430700 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.11 4.04 5/267 41945
/proc/meminfo: memFree=126934804/131250000 swapFree=33010416/33010684
[pid=41725] ppid=41718 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/41725/stat : 41725 (run-opt-break.s) S 41718 41725 41560 0 -1 4194304 239 5409 0 0 0 0 55 0 20 0 1 0 48077438 4292608 768 18446744073709551615 94014970535936 94014971430469 140729703203728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94014971669520 94014971717264 94014987653120 140729703209313 140729703209442 140729703209442 140729703215044 0
/proc/41725/statm: 1048 768 704 219 0 110 0
[pid=41739] ppid=41725 vsize=555280 memory=427628 CPUtime=3213.45 cores=1,3
/proc/41739/stat : 41739 (roundingsat) R 41725 41725 41560 0 -1 4194304 42600 0 0 0 318422 2923 0 0 20 0 1 0 48077495 568606720 106907 18446744073709551615 4227072 8923433 140726686726000 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12201984 140726686730596 140726686730792 140726686730792 140726686736362 0
/proc/41739/statm: 138820 106907 2432 1147 0 126247 0
Current children cumulated CPU time: 3214 s
Current children cumulated vsize: 559472 KiB
Current children cumulated memory: 430700 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.10 4.04 5/267 41947
/proc/meminfo: memFree=126888116/131250000 swapFree=33010416/33010684
[pid=41725] ppid=41718 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/41725/stat : 41725 (run-opt-break.s) S 41718 41725 41560 0 -1 4194304 239 5409 0 0 0 0 55 0 20 0 1 0 48077438 4292608 768 18446744073709551615 94014970535936 94014971430469 140729703203728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94014971669520 94014971717264 94014987653120 140729703209313 140729703209442 140729703209442 140729703215044 0
/proc/41725/statm: 1048 768 704 219 0 110 0
[pid=41739] ppid=41725 vsize=555280 memory=427628 CPUtime=3273.28 cores=1,3
/proc/41739/stat : 41739 (roundingsat) R 41725 41725 41560 0 -1 4194304 42600 0 0 0 324353 2975 0 0 20 0 1 0 48077495 568606720 106907 18446744073709551615 4227072 8923433 140726686726000 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12201984 140726686730596 140726686730792 140726686730792 140726686736362 0
/proc/41739/statm: 138820 106907 2432 1147 0 126247 0
Current children cumulated CPU time: 3273.83 s
Current children cumulated vsize: 559472 KiB
Current children cumulated memory: 430700 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.09 4.04 5/267 41949
/proc/meminfo: memFree=126892540/131250000 swapFree=33010416/33010684
[pid=41725] ppid=41718 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/41725/stat : 41725 (run-opt-break.s) S 41718 41725 41560 0 -1 4194304 239 5409 0 0 0 0 55 0 20 0 1 0 48077438 4292608 768 18446744073709551615 94014970535936 94014971430469 140729703203728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94014971669520 94014971717264 94014987653120 140729703209313 140729703209442 140729703209442 140729703215044 0
/proc/41725/statm: 1048 768 704 219 0 110 0
[pid=41739] ppid=41725 vsize=555280 memory=427628 CPUtime=3333.12 cores=1,3
/proc/41739/stat : 41739 (roundingsat) R 41725 41725 41560 0 -1 4194304 42600 0 0 0 330287 3025 0 0 20 0 1 0 48077495 568606720 106907 18446744073709551615 4227072 8923433 140726686726000 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12201984 140726686730596 140726686730792 140726686730792 140726686736362 0
/proc/41739/statm: 138820 106907 2432 1147 0 126247 0
Current children cumulated CPU time: 3333.67 s
Current children cumulated vsize: 559472 KiB
Current children cumulated memory: 430700 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.10 4.04 5/267 41951
/proc/meminfo: memFree=126878944/131250000 swapFree=33010416/33010684
[pid=41725] ppid=41718 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/41725/stat : 41725 (run-opt-break.s) S 41718 41725 41560 0 -1 4194304 239 5409 0 0 0 0 55 0 20 0 1 0 48077438 4292608 768 18446744073709551615 94014970535936 94014971430469 140729703203728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94014971669520 94014971717264 94014987653120 140729703209313 140729703209442 140729703209442 140729703215044 0
/proc/41725/statm: 1048 768 704 219 0 110 0
[pid=41739] ppid=41725 vsize=555280 memory=431212 CPUtime=3392.96 cores=1,3
/proc/41739/stat : 41739 (roundingsat) R 41725 41725 41560 0 -1 4194304 42620 0 0 0 336234 3062 0 0 20 0 1 0 48077495 568606720 107803 18446744073709551615 4227072 8923433 140726686726000 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12201984 140726686730596 140726686730792 140726686730792 140726686736362 0
/proc/41739/statm: 138820 107803 2432 1147 0 126247 0
Current children cumulated CPU time: 3393.51 s
Current children cumulated vsize: 559472 KiB
Current children cumulated memory: 434284 KiB

[startup+3462.3 s]
/proc/loadavg: 4.38 4.16 4.06 5/267 41953
/proc/meminfo: memFree=126867868/131250000 swapFree=33010416/33010684
[pid=41725] ppid=41718 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/41725/stat : 41725 (run-opt-break.s) S 41718 41725 41560 0 -1 4194304 239 5409 0 0 0 0 55 0 20 0 1 0 48077438 4292608 768 18446744073709551615 94014970535936 94014971430469 140729703203728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94014971669520 94014971717264 94014987653120 140729703209313 140729703209442 140729703209442 140729703215044 0
/proc/41725/statm: 1048 768 704 219 0 110 0
[pid=41739] ppid=41725 vsize=556556 memory=432364 CPUtime=3452.82 cores=1,3
/proc/41739/stat : 41739 (roundingsat) R 41725 41725 41560 0 -1 4194304 42934 0 0 0 342183 3099 0 0 20 0 1 0 48077495 569913344 108091 18446744073709551615 4227072 8923433 140726686726000 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12201984 140726686730596 140726686730792 140726686730792 140726686736362 0
/proc/41739/statm: 139139 108091 2432 1147 0 126566 0
Current children cumulated CPU time: 3453.37 s
Current children cumulated vsize: 560748 KiB
Current children cumulated memory: 435436 KiB

[startup+3522.3 s]
/proc/loadavg: 4.28 4.18 4.08 5/267 41955
/proc/meminfo: memFree=126856364/131250000 swapFree=33010416/33010684
[pid=41725] ppid=41718 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/41725/stat : 41725 (run-opt-break.s) S 41718 41725 41560 0 -1 4194304 239 5409 0 0 0 0 55 0 20 0 1 0 48077438 4292608 768 18446744073709551615 94014970535936 94014971430469 140729703203728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94014971669520 94014971717264 94014987653120 140729703209313 140729703209442 140729703209442 140729703215044 0
/proc/41725/statm: 1048 768 704 219 0 110 0
[pid=41739] ppid=41725 vsize=556556 memory=432364 CPUtime=3512.68 cores=1,3
/proc/41739/stat : 41739 (roundingsat) R 41725 41725 41560 0 -1 4194304 42934 0 0 0 348123 3145 0 0 20 0 1 0 48077495 569913344 108091 18446744073709551615 4227072 8923433 140726686726000 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12201984 140726686730596 140726686730792 140726686730792 140726686736362 0
/proc/41739/statm: 139139 108091 2432 1147 0 126566 0
Current children cumulated CPU time: 3513.23 s
Current children cumulated vsize: 560748 KiB
Current children cumulated memory: 435436 KiB

[startup+3582.3 s]
/proc/loadavg: 4.23 4.18 4.08 5/267 41956
/proc/meminfo: memFree=126646392/131250000 swapFree=33010416/33010684
[pid=41725] ppid=41718 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/41725/stat : 41725 (run-opt-break.s) S 41718 41725 41560 0 -1 4194304 239 5409 0 0 0 0 55 0 20 0 1 0 48077438 4292608 768 18446744073709551615 94014970535936 94014971430469 140729703203728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94014971669520 94014971717264 94014987653120 140729703209313 140729703209442 140729703209442 140729703215044 0
/proc/41725/statm: 1048 768 704 219 0 110 0
[pid=41739] ppid=41725 vsize=556556 memory=432364 CPUtime=3572.54 cores=1,3
/proc/41739/stat : 41739 (roundingsat) R 41725 41725 41560 0 -1 4194304 42934 0 0 0 354060 3194 0 0 20 0 1 0 48077495 569913344 108091 18446744073709551615 4227072 8923433 140726686726000 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12201984 140726686730596 140726686730792 140726686730792 140726686736362 0
/proc/41739/statm: 139139 108091 2432 1147 0 126566 0
Current children cumulated CPU time: 3573.09 s
Current children cumulated vsize: 560748 KiB
Current children cumulated memory: 435436 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.3 s]
/proc/loadavg: 4.21 4.17 4.08 5/267 42005
/proc/meminfo: memFree=128711076/131250000 swapFree=33010416/33010684
[pid=41725] ppid=41718 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/41725/stat : 41725 (run-opt-break.s) S 41718 41725 41560 0 -1 4194304 239 5409 0 0 0 0 55 0 20 0 1 0 48077438 4292608 768 18446744073709551615 94014970535936 94014971430469 140729703203728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94014971669520 94014971717264 94014987653120 140729703209313 140729703209442 140729703209442 140729703215044 0
/proc/41725/statm: 1048 768 704 219 0 110 0
[pid=41739] ppid=41725 vsize=556556 memory=432364 CPUtime=3599.47 cores=1,3
/proc/41739/stat : 41739 (roundingsat) R 41725 41725 41560 0 -1 4194304 42934 0 0 0 356735 3212 0 0 20 0 1 0 48077495 569913344 108091 18446744073709551615 4227072 8923433 140726686726000 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12201984 140726686730596 140726686730792 140726686730792 140726686736362 0
/proc/41739/statm: 139139 108091 2432 1147 0 126566 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 560748 KiB
Current children cumulated memory: 435436 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3567.91 s, system=32.1401 s

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.21 4.17 4.08 5/267 42005
/proc/meminfo: memFree=128711076/131250000 swapFree=33010416/33010684
[pid=41725] ppid=41718 vsize=4192 memory=3072 CPUtime=0.55 cores=1,3
/proc/41725/stat : 41725 (run-opt-break.s) S 41718 41725 41560 0 -1 4194304 239 5409 0 0 0 0 55 0 20 0 1 0 48077438 4292608 768 18446744073709551615 94014970535936 94014971430469 140729703203728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94014971669520 94014971717264 94014987653120 140729703209313 140729703209442 140729703209442 140729703215044 0
/proc/41725/statm: 1048 768 704 219 0 110 0
[pid=41739] ppid=41725 vsize=556556 memory=432364 CPUtime=3599.47 cores=1,3
/proc/41739/stat : 41739 (roundingsat) R 41725 41725 41560 0 -1 4194304 42934 0 0 0 356735 3212 0 0 20 0 1 0 48077495 569913344 108091 18446744073709551615 4227072 8923433 140726686726000 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12201984 140726686730596 140726686730792 140726686730792 140726686736362 0
/proc/41739/statm: 139139 108091 2432 1147 0 126566 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 560748 KiB
Current children cumulated memory: 435436 KiB

Child status: 2

Real time (s): 3609.3
CPU time (s): 3600.05
CPU user time (s): 3567.91
CPU system time (s): 32.1401
CPU usage (%): 99.7437
Max. virtual memory (cumulated for all children) (KiB): 560748
Max. memory (cumulated for all children) (KiB): 435436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3567.91
system time used= 32.1401
maximum resident set size= 432620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48612
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= 281
involuntary context switches= 1759


# summary of solver processes directly reported to runsolver:
#   pid: 41725
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3567.91
#   total CPU system time (s): 32.1401

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.09139 second user time and 16.4122 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-01 00:52:56
IDJOB=4486290
IDBENCH=147017
IDSOLVER=3359
FILE ID=nodeC027/4486290-1751323975
RUNJOBID= nodeC027-1751323974-41572
SLURM_JOB_ID= 9594344
Free space on /tmp= 432980 MiB

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

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

MD5SUM BENCH= 82a224b9434e58ca22c331a9d6eb0d67
RANDOM SEED=906410925

nodeC027 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.745
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.29
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		: 3602.148
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.29
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		: 3599.771
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.29
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		: 3599.618
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.29
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.635
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.29
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.591
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.29
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		: 3600.409
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.29
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		: 3598.585
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129752056 kB
MemAvailable:   129467880 kB
Buffers:            2488 kB
Cached:           518848 kB
SwapCached:           12 kB
Active:           693408 kB
Inactive:         219188 kB
Active(anon):     406544 kB
Inactive(anon):     2792 kB
Active(file):     286864 kB
Inactive(file):   216396 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             96564 kB
Writeback:             0 kB
AnonPages:        394368 kB
Mapped:           109812 kB
Shmem:             18056 kB
KReclaimable:     103204 kB
Slab:             190884 kB
SReclaimable:     103204 kB
SUnreclaim:        87680 kB
KernelStack:        4256 kB
PageTables:         3692 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     758692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    217088 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433024 MiB
End job on nodeC027 at 2025-07-01 01:53:05