Trace number 4502419

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma-log 63f22adSAT (TO)-30 3600.09 3621.22

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
heinz/normalized-protfold.opb
MD5SUM7d697abe2607c9e2486f4e4c4676f6ab
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-31
Best CPU time to get the best result obtained on this benchmark72000.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1835
Total number of constraints2112
Number of constraints which are clauses1906
Number of constraints which are cardinality constraints (but not clauses)86
Number of constraints which are nor clauses,nor cardinality constraints120
Minimum length of a constraint3
Maximum length of a constraint882
Number of terms in the objective function 120
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 120
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 900
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.02	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.02	c │      (c) 2025 Markus Anders                                    │
0.00/0.02	c └────────────────────────────────────────────────────────────────┘
0.00/0.02	c parse 'HOME/instance-4502419-1751416753.opb'
0.00/0.02	c 	read 0.21MB  (2.70ms)
0.00/0.02	c	 [cnf: #variables 1835 #clauses 2113 #duplicates 0 #arr 23611]
0.00/0.02	c output proof to 'PROOFDIR/proof-4502419-1751416753'
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 1116] (2.59ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.06	c 	 (37.17ms)
0.00/0.06	c 
0.00/0.06	c detect symmetries on remainder
0.00/0.06	c 	[graph: #vertices 9453 #edges 58232]
0.00/0.06	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.07	c 	 [group: #symmetries 4.00*10^0 #generators 2] (7.01ms)
0.00/0.07	c 
0.00/0.07	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.07	c 	(0.00ms)
0.00/0.07	c 
0.00/0.07	c finalize break order and special generators
0.00/0.07	c 
0.00/0.07	c add generic predicates (break_depth=20)
0.00/0.07	c 	added predicates for 2 generators (0.02ms)
0.00/0.08	c 
0.00/0.08	c generation finished
0.00/0.08	c 	[sbp: #constraints 116 #add_vars 38]
0.00/0.08	c 
0.00/0.08	c write result to 'HOME/instance-4502419-1751416753.opb.pre'
0.00/0.08	c 	wrote 0.22MB (0.65ms)
0.00/0.08	c ------------------------------------------------------------------
0.00/0.08	c                  37.17ms 56.78% detect_special
0.00/0.08	c                  15.21ms 23.24% other
0.00/0.08	c                   7.01ms 10.71% detect_generic
0.00/0.08	c                   2.70ms  4.13% parse
0.00/0.08	c                   2.59ms  3.95% approx_orbits
0.00/0.08	c                   0.65ms  1.00% output
0.00/0.08	c                   0.10ms  0.16% finalize_order
0.00/0.08	c                   0.02ms  0.04% break_generic
0.00/0.08	c                   0.00ms  0.00% optimize_gens
0.00/0.08	c         ───────────────────────────────────────────────
0.00/0.08	c                  65.47ms   100% total
0.00/0.08	c ------------------------------------------------------------------
0.06/0.11	c RoundingSat 2
0.06/0.11	c branch pb25
0.06/0.11	c commit 63f22ad
0.06/0.13	c #variables 1873 #constraints 2265
0.06/0.13	c objective is ce32 
0.06/0.15	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.06/0.15	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.06/0.15	c bounds -11 >= -120 @ 0.044019
0.84/0.90	c bounds -12 >= -120 @ 0.772441
1.73/1.88	c bounds -12 >= -119 @ 1.73602
4.33/4.46	c bounds -12 >= -118 @ 4.28187
8.22/8.35	c rational objective -41.9574
9.02/9.16	c bounds -12 >= -117 @ 8.92601
9.02/9.16	c bounds -12 >= -116 @ 8.9277
9.02/9.16	c bounds -13 >= -116 @ 8.92781
9.02/9.16	c bounds -13 >= -115 @ 8.929
9.02/9.17	c bounds -14 >= -115 @ 8.93445
9.02/9.17	c bounds -14 >= -114 @ 8.93656
9.02/9.17	c bounds -14 >= -113 @ 8.93795
9.02/9.17	c bounds -14 >= -112 @ 8.93878
9.02/9.17	c bounds -14 >= -111 @ 8.9394
9.02/9.17	c bounds -15 >= -111 @ 8.94109
9.02/9.18	c bounds -15 >= -110 @ 8.94357
9.02/9.18	c bounds -18 >= -110 @ 8.9491
9.12/9.20	c bounds -18 >= -109 @ 8.96292
9.12/9.25	c bounds -19 >= -109 @ 9.01494
9.12/9.26	c bounds -19 >= -108 @ 9.02383
9.12/9.27	c bounds -19 >= -107 @ 9.03501
9.12/9.29	c #Conflicts:       1000 | #Constraints:       3371
9.12/9.29	c bounds -19 >= -106 @ 9.04863
9.21/9.34	c bounds -19 >= -105 @ 9.09774
9.21/9.37	c bounds -21 >= -105 @ 9.13128
9.21/9.39	c bounds -22 >= -105 @ 9.14795
9.31/9.45	c #Conflicts:       2000 | #Constraints:       4409
9.31/9.45	c INPROCESSING
9.31/9.45	c GARBAGE COLLECT
9.31/9.45	c bounds -23 >= -105 @ 9.20402
9.41/9.55	c bounds -24 >= -105 @ 9.29503
9.41/9.55	c bounds -24 >= -104 @ 9.29707
9.41/9.55	c bounds -24 >= -103 @ 9.30153
9.52/9.61	c bounds -24 >= -102 @ 9.35925
9.52/9.62	c bounds -24 >= -101 @ 9.36745
9.52/9.66	c #Conflicts:       3000 | #Constraints:       4470
9.52/9.66	c bounds -24 >= -100 @ 9.40143
9.61/9.77	c bounds -24 >= -99 @ 9.50553
11.61/11.75	c #Conflicts:       4000 | #Constraints:       5522
11.61/11.75	c INPROCESSING
11.61/11.75	c GARBAGE COLLECT
11.61/11.75	c #Conflicts:       5000 | #Constraints:       4913
11.61/11.75	c bounds -25 >= -99 @ 11.4435
11.81/11.95	c #Conflicts:       6000 | #Constraints:       5914
11.81/11.95	c INPROCESSING
11.81/11.95	c GARBAGE COLLECT
11.81/11.95	c #Conflicts:       7000 | #Constraints:       4909
11.81/11.95	c bounds -25 >= -98 @ 11.6358
12.41/12.58	c #Conflicts:       8000 | #Constraints:       5948
12.41/12.58	c #Conflicts:       9000 | #Constraints:       6948
12.41/12.58	c INPROCESSING
12.41/12.58	c GARBAGE COLLECT
12.41/12.58	c #Conflicts:      10000 | #Constraints:       5642
12.41/12.58	c #Conflicts:      11000 | #Constraints:       6642
12.41/12.58	WSVECS04 Frhs2[45]: 6 0 1.00003 shouldn't be
15.50/15.61	c bounds -25 >= -97 @ 15.2211
16.20/16.33	c #Conflicts:      12000 | #Constraints:       7678
16.20/16.33	c INPROCESSING
16.20/16.33	c GARBAGE COLLECT
16.20/16.33	c #Conflicts:      13000 | #Constraints:       6108
16.20/16.33	c #Conflicts:      14000 | #Constraints:       7108
16.20/16.33	c bounds -26 >= -97 @ 15.9212
16.90/17.04	c #Conflicts:      15000 | #Constraints:       8109
16.90/17.04	c INPROCESSING
16.90/17.04	c GARBAGE COLLECT
16.90/17.04	c #Conflicts:      16000 | #Constraints:       6337
16.90/17.04	c #Conflicts:      17000 | #Constraints:       7337
16.90/17.04	c #Conflicts:      18000 | #Constraints:       8337
16.90/17.04	c INPROCESSING
16.90/17.04	c GARBAGE COLLECT
16.90/17.04	c #Conflicts:      19000 | #Constraints:       6349
16.90/17.04	c #Conflicts:      20000 | #Constraints:       7349
16.90/17.04	c bounds -26 >= -96 @ 16.6072
19.59/19.71	c #Conflicts:      21000 | #Constraints:       8385
19.59/19.71	c INPROCESSING
19.59/19.71	c GARBAGE COLLECT
19.59/19.71	c #Conflicts:      22000 | #Constraints:       6196
19.59/19.71	c #Conflicts:      23000 | #Constraints:       7196
19.59/19.71	c #Conflicts:      24000 | #Constraints:       8196
19.59/19.71	c #Conflicts:      25000 | #Constraints:       9196
19.59/19.71	c INPROCESSING
19.59/19.71	c GARBAGE COLLECT
19.59/19.71	c rational objective -41.9574
23.28/23.43	c #Conflicts:      26000 | #Constraints:       6802
23.28/23.43	c #Conflicts:      27000 | #Constraints:       7802
23.28/23.43	c #Conflicts:      28000 | #Constraints:       8803
23.28/23.43	c #Conflicts:      29000 | #Constraints:       9803
23.28/23.43	c INPROCESSING
23.28/23.43	c GARBAGE COLLECT
23.28/23.43	c rational objective -41.9574
25.67/25.89	c #Conflicts:      30000 | #Constraints:       7206
25.67/25.89	c #Conflicts:      31000 | #Constraints:       8207
25.67/25.89	WSVECS04 Frhs2[8]: 6 0 1.00008 shouldn't be
25.67/25.89	WSVECS04 Frhs2[85]: 6 0 1.00008 shouldn't be
27.86/28.04	c #Conflicts:      32000 | #Constraints:       9207
27.86/28.04	c #Conflicts:      33000 | #Constraints:      10207
27.86/28.04	c INPROCESSING
27.86/28.04	c GARBAGE COLLECT
27.86/28.04	c #Conflicts:      34000 | #Constraints:       7405
27.86/28.04	c #Conflicts:      35000 | #Constraints:       8405
27.86/28.04	c bounds -26 >= -95 @ 27.353
29.26/29.45	c #Conflicts:      36000 | #Constraints:       9447
29.26/29.45	c #Conflicts:      37000 | #Constraints:      10447
29.26/29.45	c INPROCESSING
29.26/29.45	c GARBAGE COLLECT
29.26/29.45	c #Conflicts:      38000 | #Constraints:       7435
29.26/29.45	c #Conflicts:      39000 | #Constraints:       8435
29.26/29.45	c #Conflicts:      40000 | #Constraints:       9435
29.26/29.45	c #Conflicts:      41000 | #Constraints:      10436
29.26/29.45	WSVECS04 Frhs2[5]: 6 -1.00008 0 shouldn't be
29.26/29.45	WSVECS04 Frhs2[15]: 6 -1.00003 0 shouldn't be
29.26/29.45	WSVECS04 Frhs2[79]: 6 -3.00003 0 shouldn't be
29.26/29.45	WSVECS04 Frhs2[82]: 6 -1.00009 0 shouldn't be
29.26/29.45	WSVECS04 Frhs2[83]: 6 -1.00005 0 shouldn't be
29.26/29.45	WSVECS04 Frhs2[88]: 6 -1.00006 0 shouldn't be
29.26/29.45	WSVECS04 Frhs2[91]: 6 -3.00005 0 shouldn't be
30.46/30.63	WSVECS04 Frhs2[120]: 6 -1.00006 0 shouldn't be
32.54/32.72	WSVECS04 Frhs2[72]: 6 -1.00005 0 shouldn't be
32.54/32.72	WSVECS04 Frhs2[84]: 6 -1.00006 0 shouldn't be
35.94/36.14	WSVECS04 Frhs2[6]: 6 0 1.00002 shouldn't be
37.43/37.61	c INPROCESSING
37.43/37.61	c GARBAGE COLLECT
37.43/37.61	WSVECS04 Frhs2[2]: 6 0 1.00003 shouldn't be
37.43/37.61	WSVECS04 Frhs2[4]: 6 0 1.00006 shouldn't be
37.43/37.61	WSVECS04 Frhs2[7]: 6 0 1.00004 shouldn't be
37.43/37.61	WSVECS04 Frhs2[15]: 6 0 1.00004 shouldn't be
37.43/37.61	WSVECS04 Frhs2[19]: 6 0 1.00005 shouldn't be
37.43/37.61	WSVECS04 Frhs2[34]: 6 0 1.00006 shouldn't be
37.43/37.61	WSVECS04 Frhs2[37]: 6 0 1.00002 shouldn't be
37.43/37.61	WSVECS04 Frhs2[39]: 6 0 1.00002 shouldn't be
37.43/37.61	WSVECS04 Frhs2[41]: 6 0 1.00005 shouldn't be
37.43/37.61	WSVECS04 Frhs2[43]: 6 0 1.00002 shouldn't be
37.43/37.61	WSVECS04 Frhs2[46]: 6 0 1.00003 shouldn't be
37.43/37.61	WSVECS04 Frhs2[47]: 6 0 0.791733 shouldn't be
37.43/37.61	WSVECS04 Frhs2[52]: 6 0 1.00004 shouldn't be
37.43/37.61	WSVECS04 Frhs2[60]: 6 -0.916743 0 shouldn't be
37.43/37.61	WSVECS04 Frhs2[64]: 6 0 1.00001 shouldn't be
37.43/37.61	WSVECS04 Frhs2[65]: 6 0 1.00007 shouldn't be
37.43/37.61	WSVECS04 Frhs2[70]: 6 0 1.00004 shouldn't be
37.43/37.61	WSVECS04 Frhs2[75]: 6 0 1.00003 shouldn't be
37.43/37.61	WSVECS04 Frhs2[76]: 6 0 2.45841 shouldn't be
37.43/37.61	WSVECS04 Frhs2[77]: 6 0 1.00005 shouldn't be
37.43/37.61	WSVECS04 Frhs2[85]: 6 0 1.00001 shouldn't be
37.43/37.61	WSVECS04 Frhs2[86]: 6 0 1.00006 shouldn't be
37.43/37.61	WSVECS04 Frhs2[88]: 6 0 1.00009 shouldn't be
37.43/37.61	WSVECS04 Frhs2[91]: 6 0 1.00009 shouldn't be
37.43/37.61	WSVECS04 Frhs2[92]: 6 0 1.00006 shouldn't be
37.43/37.61	WSVECS04 Frhs2[93]: 6 0 1.00006 shouldn't be
37.43/37.61	WSVECS04 Frhs2[94]: 6 0 1.58335 shouldn't be
37.43/37.61	WSVECS04 Frhs2[97]: 6 0 1.00006 shouldn't be
37.43/37.61	WSVECS04 Frhs2[101]: 6 0 1.00003 shouldn't be
37.43/37.61	WSVECS04 Frhs2[102]: 6 0 1.00006 shouldn't be
37.43/37.61	WSVECS04 Frhs2[105]: 6 0 0.500091 shouldn't be
37.43/37.61	WSVECS04 Frhs2[107]: 6 0 1.00005 shouldn't be
37.43/37.61	WSVECS04 Frhs2[108]: 6 0 1.00002 shouldn't be
37.43/37.61	WSVECS04 Frhs2[109]: 6 0 1.00008 shouldn't be
37.43/37.61	WSVECS04 Frhs2[113]: 6 0 1.00002 shouldn't be
37.43/37.61	WSVECS04 Frhs2[114]: 6 0 1.00006 shouldn't be
37.43/37.61	WSVECS04 Frhs2[115]: 6 0 1.00002 shouldn't be
37.43/37.61	WSVECS04 Frhs2[141]: 6 0 0.583346 shouldn't be
37.43/37.61	WSVECS04 Frhs2[173]: 6 0 1.41669 shouldn't be
37.43/37.61	WSVECS04 Frhs2[178]: 6 0 0.416747 shouldn't be
37.43/37.61	WSVECS04 Frhs2[184]: 6 -1.00006 0 shouldn't be
37.43/37.61	WSVECS04 Frhs2[192]: 6 0 0.95842 shouldn't be
37.43/37.61	WSVECS04 Frhs2[203]: 6 0 2.08342 shouldn't be
37.43/37.61	WSVECS04 Frhs2[211]: 6 0 6.08339 shouldn't be
37.43/37.61	WSVECS04 Frhs2[225]: 6 0 0.541694 shouldn't be
37.43/37.61	WSVECS04 Frhs2[265]: 6 0 2.45842 shouldn't be
37.43/37.61	WSVECS04 Frhs2[295]: 6 0 2.45835 shouldn't be
37.43/37.61	WSVECS04 Frhs2[296]: 6 0 0.416689 shouldn't be
37.43/37.61	WSVECS04 Frhs2[299]: 6 0 0.0208944 shouldn't be
37.43/37.61	WSVECS04 Frhs2[306]: 6 0 0.41676 shouldn't be
37.43/37.61	WSVECS04 Frhs2[327]: 6 0 1.4584 shouldn't be
37.43/37.61	WSVECS04 Frhs2[332]: 6 0 0.0417398 shouldn't be
37.43/37.61	WSVECS04 Frhs2[367]: 6 0 4.95835 shouldn't be
37.43/37.61	WSVECS04 Frhs2[395]: 6 0 2.37505 shouldn't be
37.43/37.61	WSVECS04 Frhs2[423]: 6 0 0.208348 shouldn't be
37.43/37.61	WSVECS04 Frhs2[459]: 6 0 0.0416914 shouldn't be
37.43/37.61	WSVECS04 Frhs2[493]: 6 0 0.416715 shouldn't be
37.43/37.61	WSVECS04 Frhs2[498]: 6 0 1.08339 shouldn't be
37.43/37.61	WSVECS04 Frhs2[520]: 6 0 3.91674 shouldn't be
37.43/37.61	WSVECS04 Frhs2[521]: 6 0 2.50002 shouldn't be
37.43/37.61	WSVECS04 Frhs2[538]: 6 0 0.58335 shouldn't be
37.43/37.61	WSVECS04 Frhs2[544]: 6 0 2.66673 shouldn't be
37.43/37.61	WSVECS04 Frhs2[563]: 6 0 0.875038 shouldn't be
37.43/37.61	WSVECS04 Frhs2[585]: 6 -0.791677 0 shouldn't be
37.43/37.61	WSVECS04 Frhs2[589]: 6 0 0.197953 shouldn't be
37.43/37.61	WSVECS04 Frhs2[630]: 6 0 0.583357 shouldn't be
37.43/37.61	WSVECS04 Frhs2[649]: 6 0 1.5001 shouldn't be
37.43/37.61	WSVECS04 Frhs2[651]: 6 0 0.958354 shouldn't be
37.43/37.61	WSVECS04 Frhs2[682]: 6 0 0.458422 shouldn't be
37.43/37.61	WSVECS04 Frhs2[684]: 6 0 0.0416828 shouldn't be
37.43/37.61	WSVECS04 Frhs2[763]: 6 0 0.45839 shouldn't be
37.43/37.61	WSVECS04 Frhs2[766]: 6 -1.41671 0 shouldn't be
37.43/37.61	WSVECS04 Frhs2[802]: 6 0 0.58341 shouldn't be
37.43/37.61	WSVECS04 Frhs2[804]: 6 0 1.00003 shouldn't be
37.43/37.61	WSVECS04 Frhs2[806]: 6 0 0.5417 shouldn't be
37.43/37.61	WSVECS04 Frhs2[811]: 6 0 0.416712 shouldn't be
37.43/37.62	WSVECS04 Frhs2[833]: 6 0 0.458432 shouldn't be
37.43/37.62	WSVECS04 Frhs2[844]: 6 0 0.583377 shouldn't be
37.43/37.62	WSVECS04 Frhs2[885]: 6 -1.41672 0 shouldn't be
37.43/37.62	WSVECS04 Frhs2[929]: 6 -3.75006 0 shouldn't be
37.43/37.62	WSVECS04 Frhs2[941]: 6 0 0.541726 shouldn't be
37.43/37.62	WSVECS04 Frhs2[989]: 6 0 0.208381 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1015]: 6 0 0.604224 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1118]: 6 0 0.583349 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1142]: 6 0 0.104248 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1147]: 6 0 0.416685 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1174]: 6 0 2.87504 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1177]: 6 0 0.229239 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1179]: 6 0 2.28128 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1196]: 6 0 0.354264 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1197]: 6 0 0.198012 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1203]: 6 0 1.00008 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1227]: 6 0 2.41676 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1229]: 6 0 1.91672 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1238]: 6 0 1.7917 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1270]: 6 0 0.416716 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1286]: 6 0 0.416685 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1297]: 6 -0.0417349 0 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1301]: 6 0 1.30557 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1338]: 6 0 2.00002 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1342]: 6 0 2.00003 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1362]: 6 0 2.00004 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1448]: 6 0 0.0833516 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1454]: 6 0 0.416728 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1499]: 6 0 0.611159 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1513]: 6 0 1.08337 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1515]: 6 0 1.41674 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1517]: 6 0 1.30565 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1533]: 6 0 1.41675 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1552]: 6 0 0.0416779 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1564]: 6 0 1.00006 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1582]: 6 0 3.87505 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1634]: 6 0 1.54171 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1650]: 6 0 3.33339 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1724]: 6 -5.37505 0 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1782]: 6 0 0.500077 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1790]: 6 0 1.4167 shouldn't be
37.43/37.62	WSVECS04 Frhs2[1858]: 6 -0.437511 0 shouldn't be
37.74/37.97	WSVECS04 Frhs2[27]: 6 0 1.00003 shouldn't be
37.74/37.97	WSVECS04 Frhs2[58]: 6 0 0.583418 shouldn't be
37.74/37.97	WSVECS04 Frhs2[67]: 6 0 1.00005 shouldn't be
37.74/37.97	WSVECS04 Frhs2[73]: 6 0 1.00003 shouldn't be
37.74/37.97	WSVECS04 Frhs2[112]: 6 0 1.00006 shouldn't be
37.74/37.97	WSVECS04 Frhs2[139]: 6 0 3.0834 shouldn't be
37.74/37.97	WSVECS04 Frhs2[149]: 6 0 0.583432 shouldn't be
37.74/37.97	WSVECS04 Frhs2[190]: 6 0 0.625085 shouldn't be
37.74/37.97	WSVECS04 Frhs2[202]: 6 0 1.04172 shouldn't be
37.74/37.97	WSVECS04 Frhs2[205]: 6 0 0.625038 shouldn't be
37.74/37.97	WSVECS04 Frhs2[217]: 6 0 0.583389 shouldn't be
37.74/37.97	WSVECS04 Frhs2[218]: 6 0 1.83341 shouldn't be
37.74/37.97	WSVECS04 Frhs2[219]: 6 0 2.45839 shouldn't be
37.74/37.97	WSVECS04 Frhs2[272]: 6 0 0.208424 shouldn't be
37.74/37.97	WSVECS04 Frhs2[292]: 6 0 1.91674 shouldn't be
37.74/37.97	WSVECS04 Frhs2[304]: 6 0 1.87503 shouldn't be
37.74/37.97	WSVECS04 Frhs2[335]: 6 0 0.458389 shouldn't be
37.74/37.97	WSVECS04 Frhs2[349]: 6 0 0.39585 shouldn't be
37.74/37.97	WSVECS04 Frhs2[371]: 6 0 2.50005 shouldn't be
37.74/37.97	WSVECS04 Frhs2[375]: 6 0 2.50004 shouldn't be
37.74/37.97	WSVECS04 Frhs2[391]: 6 0 0.666741 shouldn't be
37.74/37.97	WSVECS04 Frhs2[411]: 6 0 0.875053 shouldn't be
37.74/37.97	WSVECS04 Frhs2[474]: 6 0 0.458412 shouldn't be
37.74/37.97	WSVECS04 Frhs2[529]: 6 0 1.9584 shouldn't be
37.74/37.97	WSVECS04 Frhs2[539]: 6 0 0.583414 shouldn't be
37.74/37.97	WSVECS04 Frhs2[542]: 6 0 4.00002 shouldn't be
37.74/37.97	WSVECS04 Frhs2[576]: 6 0 0.458394 shouldn't be
37.74/37.97	WSVECS04 Frhs2[611]: 6 0 1.58343 shouldn't be
37.74/37.97	WSVECS04 Frhs2[643]: 6 0 0.500062 shouldn't be
37.74/37.97	WSVECS04 Frhs2[657]: 6 0 0.875019 shouldn't be
37.74/37.97	WSVECS04 Frhs2[707]: 6 0 0.979196 shouldn't be
37.74/37.97	WSVECS04 Frhs2[903]: 6 0 0.0417115 shouldn't be
37.74/37.97	WSVECS04 Frhs2[946]: 6 0 1.00004 shouldn't be
37.74/37.97	WSVECS04 Frhs2[1031]: 6 0 2.34728 shouldn't be
37.74/37.97	WSVECS04 Frhs2[1034]: 6 0 3.43752 shouldn't be
37.74/37.97	WSVECS04 Frhs2[1042]: 6 0 5.3334 shouldn't be
37.74/37.97	WSVECS04 Frhs2[1043]: 6 0 3.41672 shouldn't be
37.74/37.97	WSVECS04 Frhs2[1050]: 6 0 2.41672 shouldn't be
37.74/37.97	WSVECS04 Frhs2[1051]: 6 0 1.43757 shouldn't be
37.74/37.97	WSVECS04 Frhs2[1074]: 6 0 1.58341 shouldn't be
37.74/37.97	WSVECS04 Frhs2[1079]: 6 0 0.583377 shouldn't be
37.74/37.97	WSVECS04 Frhs2[1082]: 6 0 2.50003 shouldn't be
37.74/37.97	WSVECS04 Frhs2[1101]: 6 0 0.416734 shouldn't be
37.74/37.97	WSVECS04 Frhs2[1136]: 6 0 0.583347 shouldn't be
37.74/37.97	WSVECS04 Frhs2[1150]: 6 0 1.70836 shouldn't be
37.74/37.97	WSVECS04 Frhs2[1180]: 6 0 1.4584 shouldn't be
37.74/37.97	WSVECS04 Frhs2[1185]: 6 0 2.45836 shouldn't be
37.74/37.97	WSVECS04 Frhs2[1187]: 6 0 2.8334 shouldn't be
37.74/37.97	WSVECS04 Frhs2[1198]: 6 0 0.0416948 shouldn't be
37.74/37.97	WSVECS04 Frhs2[1205]: 6 0 0.583404 shouldn't be
37.74/37.97	WSVECS04 Frhs2[1209]: 6 0 0.416753 shouldn't be
37.74/37.97	WSVECS04 Frhs2[1262]: 6 0 1.0834 shouldn't be
37.74/37.97	WSVECS04 Frhs2[1314]: 6 0 0.0417654 shouldn't be
37.74/37.97	WSVECS04 Frhs2[1320]: 6 0 1.27087 shouldn't be
37.74/37.97	WSVECS04 Frhs2[1328]: 6 0 1.08342 shouldn't be
37.74/37.97	WSVECS04 Frhs2[1391]: 6 0 1.6112 shouldn't be
37.74/37.97	WSVECS04 Frhs2[1695]: 6 0 1.41671 shouldn't be
37.74/37.97	WSVECS04 Frhs2[1699]: 6 0 1.00004 shouldn't be
37.74/37.97	WSVECS04 Frhs2[1704]: 6 0 0.500024 shouldn't be
37.74/37.97	WSVECS04 Frhs2[1751]: 6 -1.00008 0 shouldn't be
38.33/38.50	WSVECS04 Frhs2[11]: 6 0 5.41674 shouldn't be
38.33/38.50	WSVECS04 Frhs2[20]: 6 0 1.00006 shouldn't be
38.33/38.50	WSVECS04 Frhs2[71]: 6 0 1.00002 shouldn't be
38.33/38.50	WSVECS04 Frhs2[79]: 6 0 2.04172 shouldn't be
38.33/38.50	WSVECS04 Frhs2[144]: 6 0 2.88897 shouldn't be
38.33/38.50	WSVECS04 Frhs2[188]: 6 -1.00006 0 shouldn't be
38.33/38.50	WSVECS04 Frhs2[194]: 6 0 2.08338 shouldn't be
38.33/38.50	WSVECS04 Frhs2[196]: 6 0 2.43754 shouldn't be
38.33/38.50	WSVECS04 Frhs2[199]: 6 0 0.6251 shouldn't be
38.33/38.50	WSVECS04 Frhs2[200]: 6 0 0.625042 shouldn't be
38.33/38.50	WSVECS04 Frhs2[208]: 6 0 0.583377 shouldn't be
38.33/38.50	WSVECS04 Frhs2[308]: 6 0 1.62507 shouldn't be
38.33/38.50	WSVECS04 Frhs2[330]: 6 0 1.45842 shouldn't be
38.33/38.50	WSVECS04 Frhs2[337]: 6 0 1.50003 shouldn't be
38.33/38.50	WSVECS04 Frhs2[364]: 6 0 3.08335 shouldn't be
38.33/38.50	WSVECS04 Frhs2[365]: 6 0 1.91676 shouldn't be
38.33/38.50	WSVECS04 Frhs2[396]: 6 0 1.4167 shouldn't be
38.33/38.50	WSVECS04 Frhs2[399]: 6 0 2.41668 shouldn't be
38.33/38.50	WSVECS04 Frhs2[401]: 6 0 2.31256 shouldn't be
38.33/38.50	WSVECS04 Frhs2[413]: 6 0 0.29168 shouldn't be
38.33/38.50	WSVECS04 Frhs2[415]: 6 0 0.208417 shouldn't be
38.33/38.50	WSVECS04 Frhs2[439]: 6 0 1.04176 shouldn't be
38.33/38.50	WSVECS04 Frhs2[441]: 6 0 0.583357 shouldn't be
38.33/38.50	WSVECS04 Frhs2[492]: 6 0 2.50005 shouldn't be
38.33/38.50	WSVECS04 Frhs2[512]: 6 0 3.91673 shouldn't be
38.33/38.50	WSVECS04 Frhs2[515]: 6 0 2.50002 shouldn't be
38.33/38.50	WSVECS04 Frhs2[517]: 6 0 3.50004 shouldn't be
38.33/38.50	WSVECS04 Frhs2[525]: 6 0 1.08343 shouldn't be
38.33/38.50	WSVECS04 Frhs2[526]: 6 0 2.12506 shouldn't be
38.33/38.50	WSVECS04 Frhs2[527]: 6 0 2.75008 shouldn't be
38.33/38.50	WSVECS04 Frhs2[533]: 6 0 2.04173 shouldn't be
38.33/38.50	WSVECS04 Frhs2[541]: 6 0 2.00009 shouldn't be
38.33/38.50	WSVECS04 Frhs2[543]: 6 0 1.37501 shouldn't be
38.33/38.50	WSVECS04 Frhs2[560]: 6 0 0.583406 shouldn't be
38.33/38.50	WSVECS04 Frhs2[564]: 6 0 0.500031 shouldn't be
38.33/38.50	WSVECS04 Frhs2[565]: 6 0 1.04172 shouldn't be
38.33/38.50	WSVECS04 Frhs2[637]: 6 0 1.38896 shouldn't be
38.33/38.50	WSVECS04 Frhs2[668]: 6 0 0.50003 shouldn't be
38.33/38.50	WSVECS04 Frhs2[686]: 6 0 1.00005 shouldn't be
38.33/38.50	WSVECS04 Frhs2[748]: 6 0 1.29172 shouldn't be
38.33/38.50	WSVECS04 Frhs2[769]: 6 0 0.0417067 shouldn't be
38.33/38.50	WSVECS04 Frhs2[862]: 6 0 0.500015 shouldn't be
38.33/38.50	WSVECS04 Frhs2[904]: 6 0 2.00006 shouldn't be
38.33/38.50	WSVECS04 Frhs2[914]: 6 -0.916734 0 shouldn't be
38.33/38.50	WSVECS04 Frhs2[915]: 6 0 1.58337 shouldn't be
38.33/38.50	WSVECS04 Frhs2[940]: 6 0 1.00009 shouldn't be
38.33/38.50	WSVECS04 Frhs2[972]: 6 0 0.0417038 shouldn't be
38.33/38.50	WSVECS04 Frhs2[1030]: 6 0 3.4584 shouldn't be
38.33/38.50	WSVECS04 Frhs2[1033]: 6 0 3.64585 shouldn't be
38.33/38.50	WSVECS04 Frhs2[1113]: 6 0 0.708405 shouldn't be
38.33/38.50	WSVECS04 Frhs2[1132]: 6 0 1.29173 shouldn't be
38.33/38.50	WSVECS04 Frhs2[1151]: 6 0 0.791765 shouldn't be
38.33/38.50	WSVECS04 Frhs2[1152]: 6 0 0.541702 shouldn't be
38.33/38.50	WSVECS04 Frhs2[1158]: 6 0 1.41673 shouldn't be
38.33/38.50	WSVECS04 Frhs2[1172]: 6 0 1.45839 shouldn't be
38.33/38.50	WSVECS04 Frhs2[1240]: 6 0 1.87509 shouldn't be
38.33/38.50	WSVECS04 Frhs2[1244]: 6 0 0.583374 shouldn't be
38.33/38.50	WSVECS04 Frhs2[1245]: 6 0 0.416718 shouldn't be
38.33/38.50	WSVECS04 Frhs2[1267]: 6 0 1.70146 shouldn't be
38.33/38.50	WSVECS04 Frhs2[1363]: 6 0 2.50002 shouldn't be
38.33/38.50	WSVECS04 Frhs2[1440]: 6 0 0.583372 shouldn't be
38.33/38.50	WSVECS04 Frhs2[1488]: 6 0 3.33339 shouldn't be
38.33/38.50	WSVECS04 Frhs2[1492]: 6 0 1.00004 shouldn't be
38.33/38.50	WSVECS04 Frhs2[1497]: 6 0 1.41675 shouldn't be
38.33/38.50	WSVECS04 Frhs2[1506]: 6 0 2.41668 shouldn't be
38.33/38.50	WSVECS04 Frhs2[1548]: 6 0 1.00004 shouldn't be
38.33/38.50	WSVECS04 Frhs2[1557]: 6 0 2.19793 shouldn't be
38.33/38.50	WSVECS04 Frhs2[1581]: 6 0 1.87508 shouldn't be
38.33/38.50	WSVECS04 Frhs2[1667]: 6 0 0.958402 shouldn't be
38.33/38.50	WSVECS04 Frhs2[1756]: 6 0 2.00002 shouldn't be
38.33/38.50	WSVECS04 Frhs2[1776]: 6 0 1.9167 shouldn't be
38.33/38.50	WSVECS04 Frhs2[1862]: 6 -0.375043 0 shouldn't be
38.94/39.18	WSVECS04 Frhs2[6]: 6 0 1.00008 shouldn't be
38.94/39.18	WSVECS04 Frhs2[16]: 6 0 1.00009 shouldn't be
38.94/39.18	WSVECS04 Frhs2[33]: 6 0 1.00007 shouldn't be
38.94/39.18	WSVECS04 Frhs2[56]: 6 0 1.00008 shouldn't be
38.94/39.18	WSVECS04 Frhs2[87]: 6 0 1.00009 shouldn't be
38.94/39.18	WSVECS04 Frhs2[103]: 6 0 1.00007 shouldn't be
38.94/39.18	WSVECS04 Frhs2[147]: 6 0 0.583374 shouldn't be
38.94/39.18	WSVECS04 Frhs2[150]: 6 0 0.583424 shouldn't be
38.94/39.18	WSVECS04 Frhs2[151]: 6 0 2.4584 shouldn't be
38.94/39.18	WSVECS04 Frhs2[158]: 6 0 0.958363 shouldn't be
38.94/39.18	WSVECS04 Frhs2[189]: 6 0 0.583351 shouldn't be
38.94/39.18	WSVECS04 Frhs2[228]: 6 0 4.58335 shouldn't be
38.94/39.18	WSVECS04 Frhs2[241]: 6 0 1.58339 shouldn't be
38.94/39.18	WSVECS04 Frhs2[246]: 6 0 1.8889 shouldn't be
38.94/39.18	WSVECS04 Frhs2[384]: 6 0 2.45838 shouldn't be
38.94/39.18	WSVECS04 Frhs2[389]: 6 0 0.458367 shouldn't be
38.94/39.18	WSVECS04 Frhs2[398]: 6 0 0.583424 shouldn't be
38.94/39.18	WSVECS04 Frhs2[429]: 6 0 2.04172 shouldn't be
38.94/39.18	WSVECS04 Frhs2[476]: 6 0 2.8751 shouldn't be
38.94/39.18	WSVECS04 Frhs2[479]: 6 0 2.00005 shouldn't be
38.94/39.18	WSVECS04 Frhs2[500]: 6 0 2.08337 shouldn't be
38.94/39.18	WSVECS04 Frhs2[545]: 6 0 0.583397 shouldn't be
38.94/39.18	WSVECS04 Frhs2[551]: 6 0 1.37504 shouldn't be
38.94/39.18	WSVECS04 Frhs2[566]: 6 0 0.0417525 shouldn't be
38.94/39.18	WSVECS04 Frhs2[571]: 6 0 1.6459 shouldn't be
38.94/39.18	WSVECS04 Frhs2[619]: 6 0 3.41674 shouldn't be
38.94/39.18	WSVECS04 Frhs2[622]: 6 0 1.66674 shouldn't be
38.94/39.18	WSVECS04 Frhs2[705]: 6 0 1.00009 shouldn't be
38.94/39.18	WSVECS04 Frhs2[716]: 6 -1.41675 0 shouldn't be
38.94/39.18	WSVECS04 Frhs2[970]: 6 0 1.87506 shouldn't be
38.94/39.18	WSVECS04 Frhs2[1083]: 6 0 1.41674 shouldn't be
38.94/39.18	WSVECS04 Frhs2[1094]: 6 0 1.9167 shouldn't be
38.94/39.18	WSVECS04 Frhs2[1103]: 6 0 0.305653 shouldn't be
38.94/39.18	WSVECS04 Frhs2[1141]: 6 0 1.00004 shouldn't be
38.94/39.18	WSVECS04 Frhs2[1355]: 6 0 0.611206 shouldn't be
38.94/39.18	WSVECS04 Frhs2[1425]: 6 0 2.41669 shouldn't be
38.94/39.18	WSVECS04 Frhs2[1558]: 6 0 1.00006 shouldn't be
38.94/39.18	WSVECS04 Frhs2[1561]: 6 0 1.00002 shouldn't be
38.94/39.18	WSVECS04 Frhs2[1565]: 6 0 1.00003 shouldn't be
38.94/39.18	WSVECS04 Frhs2[1666]: 6 0 0.958389 shouldn't be
38.94/39.18	WSVECS04 Frhs2[1742]: 6 0 4.41673 shouldn't be
39.83/40.01	WSVECS04 Frhs2[40]: 6 -0.416722 0 shouldn't be
39.83/40.01	WSVECS04 Frhs2[138]: 6 0 0.58338 shouldn't be
39.83/40.01	WSVECS04 Frhs2[142]: 6 0 2.00008 shouldn't be
39.83/40.01	WSVECS04 Frhs2[148]: 6 0 0.583427 shouldn't be
39.83/40.01	WSVECS04 Frhs2[213]: 6 0 2.39592 shouldn't be
39.83/40.01	WSVECS04 Frhs2[215]: 6 0 1.54171 shouldn't be
39.83/40.01	WSVECS04 Frhs2[333]: 6 0 2.14585 shouldn't be
39.83/40.01	WSVECS04 Frhs2[366]: 6 0 2.50003 shouldn't be
39.83/40.01	WSVECS04 Frhs2[369]: 6 0 0.500016 shouldn't be
39.83/40.01	WSVECS04 Frhs2[412]: 6 0 0.666705 shouldn't be
39.83/40.01	WSVECS04 Frhs2[540]: 6 0 1.00009 shouldn't be
39.83/40.01	WSVECS04 Frhs2[607]: 6 0 0.500087 shouldn't be
39.83/40.01	WSVECS04 Frhs2[631]: 6 0 0.500041 shouldn't be
39.83/40.01	WSVECS04 Frhs2[663]: 6 0 0.916731 shouldn't be
39.83/40.01	WSVECS04 Frhs2[666]: 6 0 1.16674 shouldn't be
39.83/40.01	WSVECS04 Frhs2[943]: 6 0 3.00007 shouldn't be
39.83/40.01	WSVECS04 Frhs2[950]: 6 0 4.00001 shouldn't be
39.83/40.01	WSVECS04 Frhs2[1038]: 6 0 0.583419 shouldn't be
39.83/40.01	WSVECS04 Frhs2[1039]: 6 0 0.583413 shouldn't be
39.83/40.01	WSVECS04 Frhs2[1041]: 6 0 3.50005 shouldn't be
39.83/40.01	WSVECS04 Frhs2[1175]: 6 0 2.76396 shouldn't be
39.83/40.01	WSVECS04 Frhs2[1295]: 6 0 0.583399 shouldn't be
39.83/40.01	WSVECS04 Frhs2[1349]: 6 0 2.91673 shouldn't be
39.83/40.01	WSVECS04 Frhs2[1430]: 6 0 1.3959 shouldn't be
39.83/40.01	WSVECS04 Frhs2[1461]: 6 0 1.41677 shouldn't be
39.83/40.01	WSVECS04 Frhs2[1609]: 6 0 1.41674 shouldn't be
39.83/40.01	WSVECS04 Frhs2[1660]: 6 0 0.958355 shouldn't be
39.83/40.01	WSVECS04 Frhs2[1662]: 6 0 0.958391 shouldn't be
39.83/40.01	WSVECS04 Frhs2[1664]: 6 0 1.29173 shouldn't be
39.83/40.01	WSVECS04 Frhs2[1740]: 6 0 0.50008 shouldn't be
41.02/41.29	WSVECS04 Frhs2[82]: 6 0 1.00008 shouldn't be
41.02/41.29	WSVECS04 Frhs2[154]: 6 0 0.583371 shouldn't be
41.02/41.29	WSVECS04 Frhs2[198]: 6 0 0.625019 shouldn't be
41.02/41.29	WSVECS04 Frhs2[204]: 6 0 1.04172 shouldn't be
41.02/41.29	WSVECS04 Frhs2[368]: 6 0 0.500032 shouldn't be
41.02/41.29	WSVECS04 Frhs2[491]: 6 0 1.87503 shouldn't be
41.02/41.29	WSVECS04 Frhs2[531]: 6 0 2.04171 shouldn't be
41.02/41.29	WSVECS04 Frhs2[534]: 6 0 0.666695 shouldn't be
41.02/41.29	WSVECS04 Frhs2[685]: 6 0 1.00009 shouldn't be
41.02/41.29	WSVECS04 Frhs2[779]: 6 0 1.08337 shouldn't be
41.02/41.29	WSVECS04 Frhs2[909]: 6 0 1.50006 shouldn't be
41.02/41.29	WSVECS04 Frhs2[927]: 6 0 0.541731 shouldn't be
41.02/41.29	WSVECS04 Frhs2[1036]: 6 0 2.04169 shouldn't be
41.02/41.29	WSVECS04 Frhs2[1137]: 6 0 0.375079 shouldn't be
41.02/41.29	WSVECS04 Frhs2[1436]: 6 0 3.75004 shouldn't be
41.02/41.29	WSVECS04 Frhs2[1689]: 6 0 1.87506 shouldn't be
41.02/41.29	WSVECS04 Frhs2[1816]: 6 0 1.87502 shouldn't be
42.42/42.68	WSVECS04 Frhs2[153]: 6 0 1.00002 shouldn't be
42.42/42.68	WSVECS04 Frhs2[536]: 6 0 0.583394 shouldn't be
42.42/42.68	WSVECS04 Frhs2[601]: 6 0 1.00008 shouldn't be
42.42/42.68	WSVECS04 Frhs2[921]: 6 0 0.583369 shouldn't be
42.42/42.68	WSVECS04 Frhs2[1530]: 6 0 0.54172 shouldn't be
42.42/42.68	WSVECS04 Frhs2[1536]: 6 0 2.30562 shouldn't be
42.42/42.68	WSVECS04 Frhs2[1833]: 6 0 1.87505 shouldn't be
43.32/43.56	WSVECS04 Frhs2[362]: 6 0 2.50003 shouldn't be
43.32/43.56	WSVECS04 Frhs2[537]: 6 0 4.31259 shouldn't be
43.32/43.56	WSVECS04 Frhs2[1671]: 6 0 1.87507 shouldn't be
43.32/43.56	WSVECS04 Frhs2[1779]: 6 0 0.916719 shouldn't be
44.01/44.25	WSVECS04 Frhs2[341]: 6 0 0.0416824 shouldn't be
44.01/44.25	WSVECS04 Frhs2[892]: 6 0 0.500028 shouldn't be
44.01/44.25	WSVECS04 Frhs2[1758]: 6 0 1.91676 shouldn't be
44.72/44.96	WSVECS04 Frhs2[50]: 6 0 1.00009 shouldn't be
44.72/44.96	WSVECS04 Frhs2[1815]: 6 0 0.916752 shouldn't be
45.41/45.61	WSVECS04 Frhs2[1160]: 6 0 1.70838 shouldn't be
46.11/46.31	WSVECS04 Frhs2[1114]: 6 0 1.0001 shouldn't be
46.71/46.96	c rational objective -41.9574
54.28/54.51	c #Conflicts:      42000 | #Constraints:       7230
54.28/54.51	c #Conflicts:      43000 | #Constraints:       8230
54.28/54.51	c #Conflicts:      44000 | #Constraints:       9230
54.28/54.51	c #Conflicts:      45000 | #Constraints:      10230
54.28/54.51	c #Conflicts:      46000 | #Constraints:      11230
54.28/54.51	c INPROCESSING
54.28/54.51	c GARBAGE COLLECT
54.28/54.51	c #Conflicts:      47000 | #Constraints:       7831
54.28/54.51	c #Conflicts:      48000 | #Constraints:       8831
54.28/54.51	c #Conflicts:      49000 | #Constraints:       9831
54.28/54.51	c #Conflicts:      50000 | #Constraints:      10831
54.28/54.51	c #Conflicts:      51000 | #Constraints:      11831
54.28/54.51	c INPROCESSING
54.28/54.51	c GARBAGE COLLECT
54.28/54.51	c #Conflicts:      52000 | #Constraints:       8262
54.28/54.51	c #Conflicts:      53000 | #Constraints:       9262
54.28/54.51	c #Conflicts:      54000 | #Constraints:      10262
54.28/54.51	c #Conflicts:      55000 | #Constraints:      11262
54.28/54.51	c #Conflicts:      56000 | #Constraints:      12262
54.28/54.51	c INPROCESSING
54.28/54.51	c GARBAGE COLLECT
54.28/54.51	c #Conflicts:      57000 | #Constraints:       8448
54.28/54.51	c #Conflicts:      58000 | #Constraints:       9448
54.28/54.51	c #Conflicts:      59000 | #Constraints:      10448
54.28/54.51	c #Conflicts:      60000 | #Constraints:      11448
54.28/54.51	c #Conflicts:      61000 | #Constraints:      12448
54.28/54.51	c INPROCESSING
54.28/54.51	c GARBAGE COLLECT
54.28/54.51	c bounds -26 >= -94 @ 53.4244
58.17/58.45	c #Conflicts:      62000 | #Constraints:       8479
58.17/58.45	c #Conflicts:      63000 | #Constraints:       9479
58.17/58.45	c #Conflicts:      64000 | #Constraints:      10479
58.17/58.45	c #Conflicts:      65000 | #Constraints:      11479
58.17/58.45	c #Conflicts:      66000 | #Constraints:      12479
58.17/58.45	c INPROCESSING
58.17/58.45	c GARBAGE COLLECT
58.17/58.45	c rational objective -41.9574
62.95/63.24	c #Conflicts:      67000 | #Constraints:       8269
62.95/63.24	c #Conflicts:      68000 | #Constraints:       9269
62.95/63.24	c #Conflicts:      69000 | #Constraints:      10269
62.95/63.24	c #Conflicts:      70000 | #Constraints:      11269
62.95/63.24	c #Conflicts:      71000 | #Constraints:      12271
62.95/63.24	c #Conflicts:      72000 | #Constraints:      13272
62.95/63.24	c INPROCESSING
62.95/63.24	c GARBAGE COLLECT
62.95/63.24	c #Conflicts:      73000 | #Constraints:       8884
62.95/63.24	c #Conflicts:      74000 | #Constraints:       9884
62.95/63.24	c #Conflicts:      75000 | #Constraints:      10884
62.95/63.24	c #Conflicts:      76000 | #Constraints:      11884
62.95/63.24	WSVECS04 Frhs2[19]: 6 0 1.00005 shouldn't be
62.95/63.24	WSVECS04 Frhs2[26]: 6 0 1.00002 shouldn't be
62.95/63.24	WSVECS04 Frhs2[51]: 6 0 1.00009 shouldn't be
62.95/63.24	WSVECS04 Frhs2[59]: 6 0 1.00009 shouldn't be
62.95/63.24	WSVECS04 Frhs2[65]: 6 0 1.00002 shouldn't be
62.95/63.24	WSVECS04 Frhs2[66]: 6 0 1.00006 shouldn't be
62.95/63.24	WSVECS04 Frhs2[68]: 6 -1.63163 0 shouldn't be
62.95/63.24	WSVECS04 Frhs2[73]: 6 0 1.00004 shouldn't be
62.95/63.24	WSVECS04 Frhs2[97]: 6 0 1.00001 shouldn't be
62.95/63.24	WSVECS04 Frhs2[105]: 6 -3.26323 0 shouldn't be
62.95/63.24	WSVECS04 Frhs2[109]: 6 0 1.0001 shouldn't be
62.95/63.24	WSVECS04 Frhs2[368]: 6 -2.68425 0 shouldn't be
62.95/63.24	WSVECS04 Frhs2[726]: 6 -2.63167 0 shouldn't be
64.35/64.64	WSVECS04 Frhs2[67]: 6 -0.631654 0 shouldn't be
67.54/67.88	WSVECS04 Frhs2[1616]: 6 0 0.0526953 shouldn't be
68.34/68.63	WSVECS04 Frhs2[618]: 6 0 0.05267 shouldn't be
68.34/68.63	WSVECS04 Frhs2[626]: 6 0 0.0526644 shouldn't be
68.34/68.63	WSVECS04 Frhs2[627]: 6 0 0.0526614 shouldn't be
68.34/68.63	WSVECS04 Frhs2[630]: 6 0 0.0526936 shouldn't be
68.34/68.63	WSVECS04 Frhs2[1341]: 6 0 0.0526727 shouldn't be
68.34/68.63	WSVECS04 Frhs2[1346]: 6 0 0.0526951 shouldn't be
68.34/68.63	WSVECS04 Frhs2[1472]: 6 0 0.0527139 shouldn't be
70.33/70.65	c #Conflicts:      77000 | #Constraints:      12884
70.33/70.65	c #Conflicts:      78000 | #Constraints:      13884
70.33/70.65	c INPROCESSING
70.33/70.65	c GARBAGE COLLECT
70.33/70.65	c rational objective -41.9574
71.83/72.13	c #Conflicts:      79000 | #Constraints:       9262
71.83/72.13	c #Conflicts:      80000 | #Constraints:      10262
71.83/72.13	c #Conflicts:      81000 | #Constraints:      11262
71.83/72.13	c #Conflicts:      82000 | #Constraints:      12262
71.83/72.13	c #Conflicts:      83000 | #Constraints:      13262
71.83/72.13	c bounds -26 >= -93 @ 70.712
76.11/76.44	c #Conflicts:      84000 | #Constraints:      14295
76.11/76.44	c INPROCESSING
76.11/76.44	c GARBAGE COLLECT
76.11/76.44	c rational objective -41.9574
82.29/82.64	c #Conflicts:      85000 | #Constraints:       9476
82.29/82.64	c #Conflicts:      86000 | #Constraints:      10476
82.29/82.64	c #Conflicts:      87000 | #Constraints:      11476
82.29/82.64	c #Conflicts:      88000 | #Constraints:      12476
82.29/82.64	c #Conflicts:      89000 | #Constraints:      13476
82.29/82.64	c #Conflicts:      90000 | #Constraints:      14476
82.29/82.64	c INPROCESSING
82.29/82.64	c GARBAGE COLLECT
82.29/82.64	c #Conflicts:      91000 | #Constraints:       9468
82.29/82.64	c #Conflicts:      92000 | #Constraints:      10468
82.29/82.64	c #Conflicts:      93000 | #Constraints:      11468
82.29/82.64	c #Conflicts:      94000 | #Constraints:      12468
82.29/82.64	c #Conflicts:      95000 | #Constraints:      13468
82.29/82.64	c #Conflicts:      96000 | #Constraints:      14470
82.29/82.64	c INPROCESSING
82.29/82.64	c GARBAGE COLLECT
82.29/82.64	c rational objective -41.9574
84.08/84.41	c #Conflicts:      97000 | #Constraints:       9312
84.08/84.41	c #Conflicts:      98000 | #Constraints:      10312
84.08/84.41	WSVECS04 Frhs2[8]: 6 -4.66669 0 shouldn't be
84.08/84.41	WSVECS04 Frhs2[22]: 6 -3.00009 0 shouldn't be
84.08/84.41	WSVECS04 Frhs2[36]: 6 -3.66676 0 shouldn't be
84.08/84.41	WSVECS04 Frhs2[38]: 6 -0.333384 0 shouldn't be
84.08/84.41	WSVECS04 Frhs2[55]: 6 -2.33339 0 shouldn't be
84.08/84.41	WSVECS04 Frhs2[56]: 6 -1.33343 0 shouldn't be
84.08/84.41	WSVECS04 Frhs2[63]: 6 -0.333348 0 shouldn't be
84.08/84.41	WSVECS04 Frhs2[69]: 6 -0.333374 0 shouldn't be
84.08/84.41	WSVECS04 Frhs2[81]: 6 -4.66672 0 shouldn't be
84.08/84.41	WSVECS04 Frhs2[87]: 6 -0.333352 0 shouldn't be
84.08/84.41	WSVECS04 Frhs2[95]: 6 -0.333382 0 shouldn't be
85.47/85.84	WSVECS04 Frhs2[117]: 6 -2.33338 0 shouldn't be
92.15/92.51	c #Conflicts:      99000 | #Constraints:      11313
92.15/92.51	c #Conflicts:     100000 | #Constraints:      12313
92.15/92.51	c #Conflicts:     101000 | #Constraints:      13313
92.15/92.51	c #Conflicts:     102000 | #Constraints:      14313
92.15/92.51	c #Conflicts:     103000 | #Constraints:      15313
92.15/92.51	c INPROCESSING
92.15/92.51	c GARBAGE COLLECT
92.15/92.51	c #Conflicts:     104000 | #Constraints:       9893
92.15/92.51	c #Conflicts:     105000 | #Constraints:      10893
92.15/92.51	c #Conflicts:     106000 | #Constraints:      11893
92.15/92.51	c #Conflicts:     107000 | #Constraints:      12893
92.15/92.51	c #Conflicts:     108000 | #Constraints:      13893
92.15/92.51	c #Conflicts:     109000 | #Constraints:      14893
92.15/92.51	c #Conflicts:     110000 | #Constraints:      15893
92.15/92.51	c INPROCESSING
92.15/92.51	c GARBAGE COLLECT
92.15/92.51	c rational objective -41.9574
94.16/94.64	c #Conflicts:     111000 | #Constraints:      10281
94.16/94.64	c #Conflicts:     112000 | #Constraints:      11281
94.16/94.64	c #Conflicts:     113000 | #Constraints:      12281
94.16/94.64	c #Conflicts:     114000 | #Constraints:      13281
94.16/94.64	c bounds -27 >= -93 @ 92.704
98.16/98.60	c #Conflicts:     115000 | #Constraints:      14282
98.16/98.60	c #Conflicts:     116000 | #Constraints:      15282
98.16/98.60	c #Conflicts:     117000 | #Constraints:      16282
98.16/98.60	c INPROCESSING
98.16/98.60	c GARBAGE COLLECT
98.16/98.60	c rational objective -41.9574
99.46/99.90	c #Conflicts:     118000 | #Constraints:      10483
99.46/99.90	c #Conflicts:     119000 | #Constraints:      11483
99.46/99.90	c #Conflicts:     120000 | #Constraints:      12483
99.46/99.90	c bounds -27 >= -92 @ 97.8583
103.74/104.26	c #Conflicts:     121000 | #Constraints:      13510
103.74/104.26	c #Conflicts:     122000 | #Constraints:      14510
103.74/104.26	c #Conflicts:     123000 | #Constraints:      15510
103.74/104.26	c #Conflicts:     124000 | #Constraints:      16510
103.74/104.26	c INPROCESSING
103.74/104.26	c GARBAGE COLLECT
103.74/104.26	c rational objective -41.9574
111.92/112.45	c #Conflicts:     125000 | #Constraints:      10508
111.92/112.45	c #Conflicts:     126000 | #Constraints:      11509
111.92/112.45	c #Conflicts:     127000 | #Constraints:      12513
111.92/112.45	c #Conflicts:     128000 | #Constraints:      13518
111.92/112.45	c #Conflicts:     129000 | #Constraints:      14521
111.92/112.45	c #Conflicts:     130000 | #Constraints:      15525
111.92/112.45	c #Conflicts:     131000 | #Constraints:      16527
111.92/112.45	c INPROCESSING
111.92/112.45	c GARBAGE COLLECT
111.92/112.45	c rational objective -41.9574
117.70/118.25	c #Conflicts:     132000 | #Constraints:      10341
117.70/118.25	c #Conflicts:     133000 | #Constraints:      11341
117.70/118.25	c #Conflicts:     134000 | #Constraints:      12341
117.70/118.25	c #Conflicts:     135000 | #Constraints:      13341
117.70/118.25	c #Conflicts:     136000 | #Constraints:      14341
117.70/118.25	c #Conflicts:     137000 | #Constraints:      15341
117.70/118.25	c #Conflicts:     138000 | #Constraints:      16341
117.70/118.25	c #Conflicts:     139000 | #Constraints:      17341
117.70/118.25	c INPROCESSING
117.70/118.25	c GARBAGE COLLECT
117.70/118.25	c rational objective -41.9574
119.50/120.05	c #Conflicts:     140000 | #Constraints:      10924
119.50/120.05	WSVECS04 Frhs2[47]: 6 -2.00001 0 shouldn't be
119.50/120.05	WSVECS04 Frhs2[68]: 6 -4.33336 0 shouldn't be
119.50/120.05	WSVECS04 Frhs2[87]: 6 0 1.00008 shouldn't be
119.50/120.05	WSVECS04 Frhs2[110]: 6 -3.00002 0 shouldn't be
119.50/120.05	WSVECS04 Frhs2[112]: 6 -0.333406 0 shouldn't be
122.88/123.44	c #Conflicts:     141000 | #Constraints:      11924
122.88/123.44	c #Conflicts:     142000 | #Constraints:      12924
122.88/123.44	c #Conflicts:     143000 | #Constraints:      13924
122.88/123.44	c #Conflicts:     144000 | #Constraints:      14924
122.88/123.44	c #Conflicts:     145000 | #Constraints:      15924
122.88/123.44	c #Conflicts:     146000 | #Constraints:      16924
122.88/123.44	c bounds -27 >= -91 @ 120.958
129.08/129.79	c #Conflicts:     147000 | #Constraints:      17966
129.08/129.79	c INPROCESSING
129.08/129.79	c GARBAGE COLLECT
129.08/129.79	c #Conflicts:     148000 | #Constraints:      11366
129.08/129.79	c #Conflicts:     149000 | #Constraints:      12366
129.08/129.79	c #Conflicts:     150000 | #Constraints:      13367
129.08/129.79	c #Conflicts:     151000 | #Constraints:      14367
129.08/129.79	c #Conflicts:     152000 | #Constraints:      15368
129.08/129.79	c #Conflicts:     153000 | #Constraints:      16368
129.08/129.79	c #Conflicts:     154000 | #Constraints:      17368
129.08/129.79	c #Conflicts:     155000 | #Constraints:      18368
129.08/129.79	c INPROCESSING
129.08/129.79	c GARBAGE COLLECT
129.08/129.79	c rational objective -41.9574
137.95/138.65	c #Conflicts:     156000 | #Constraints:      11547
137.95/138.65	c #Conflicts:     157000 | #Constraints:      12547
137.95/138.65	c #Conflicts:     158000 | #Constraints:      13547
137.95/138.65	c #Conflicts:     159000 | #Constraints:      14547
137.95/138.65	c #Conflicts:     160000 | #Constraints:      15547
137.95/138.65	c #Conflicts:     161000 | #Constraints:      16547
137.95/138.65	c #Conflicts:     162000 | #Constraints:      17547
137.95/138.65	c #Conflicts:     163000 | #Constraints:      18549
137.95/138.65	c INPROCESSING
137.95/138.65	c GARBAGE COLLECT
137.95/138.65	c rational objective -41.9574
142.74/143.47	c #Conflicts:     164000 | #Constraints:      11570
142.74/143.47	c #Conflicts:     165000 | #Constraints:      12570
142.74/143.47	c #Conflicts:     166000 | #Constraints:      13570
142.74/143.47	c #Conflicts:     167000 | #Constraints:      14570
142.74/143.47	c #Conflicts:     168000 | #Constraints:      15570
142.74/143.47	c #Conflicts:     169000 | #Constraints:      16570
142.74/143.47	WSVECS04 Frhs2[1]: 6 0 0.666723 shouldn't be
142.74/143.47	WSVECS04 Frhs2[36]: 6 0 0.666732 shouldn't be
142.74/143.47	WSVECS04 Frhs2[52]: 6 0 0.333411 shouldn't be
142.74/143.47	WSVECS04 Frhs2[91]: 6 0 0.666748 shouldn't be
142.74/143.47	WSVECS04 Frhs2[94]: 6 0 3.6667 shouldn't be
143.64/144.39	WSVECS04 Frhs2[92]: 6 0 1.00006 shouldn't be
146.14/146.84	WSVECS04 Frhs2[93]: 6 -6.3334 0 shouldn't be
154.77/155.58	c #Conflicts:     170000 | #Constraints:      17570
154.77/155.58	c #Conflicts:     171000 | #Constraints:      18570
154.77/155.58	c INPROCESSING
154.77/155.58	c GARBAGE COLLECT
154.77/155.58	c rational objective -41.9574
160.75/161.51	c #Conflicts:     172000 | #Constraints:      11354
160.75/161.51	c #Conflicts:     173000 | #Constraints:      12354
160.75/161.51	c #Conflicts:     174000 | #Constraints:      13354
160.75/161.51	c #Conflicts:     175000 | #Constraints:      14354
160.75/161.51	c #Conflicts:     176000 | #Constraints:      15354
160.75/161.51	c #Conflicts:     177000 | #Constraints:      16354
160.75/161.51	c #Conflicts:     178000 | #Constraints:      17354
160.75/161.51	c #Conflicts:     179000 | #Constraints:      18354
160.75/161.51	c #Conflicts:     180000 | #Constraints:      19354
160.75/161.51	c INPROCESSING
160.75/161.51	c GARBAGE COLLECT
160.75/161.51	c rational objective -41.9574
162.84/163.67	c #Conflicts:     181000 | #Constraints:      11882
162.84/163.67	c #Conflicts:     182000 | #Constraints:      12882
162.84/163.67	c #Conflicts:     183000 | #Constraints:      13882
162.84/163.67	c #Conflicts:     184000 | #Constraints:      14882
162.84/163.67	c #Conflicts:     185000 | #Constraints:      15882
162.84/163.67	c #Conflicts:     186000 | #Constraints:      16882
162.84/163.67	c bounds -27 >= -90 @ 160.492
166.53/167.30	c #Conflicts:     187000 | #Constraints:      17921
166.53/167.30	c #Conflicts:     188000 | #Constraints:      18921
166.53/167.30	c #Conflicts:     189000 | #Constraints:      19921
166.53/167.30	c INPROCESSING
166.53/167.30	c GARBAGE COLLECT
166.53/167.30	c rational objective -41.9574
172.41/173.23	c #Conflicts:     190000 | #Constraints:      12373
172.41/173.23	c #Conflicts:     191000 | #Constraints:      13373
172.41/173.23	c #Conflicts:     192000 | #Constraints:      14373
172.41/173.23	c #Conflicts:     193000 | #Constraints:      15373
172.41/173.23	c #Conflicts:     194000 | #Constraints:      16373
172.41/173.23	c #Conflicts:     195000 | #Constraints:      17373
172.41/173.23	c #Conflicts:     196000 | #Constraints:      18373
172.41/173.23	c #Conflicts:     197000 | #Constraints:      19374
172.41/173.23	c #Conflicts:     198000 | #Constraints:      20376
172.41/173.23	c INPROCESSING
172.41/173.23	c GARBAGE COLLECT
172.41/173.23	c rational objective -41.9574
177.10/177.92	c #Conflicts:     199000 | #Constraints:      12625
177.10/177.92	c #Conflicts:     200000 | #Constraints:      13625
177.10/177.92	c #Conflicts:     201000 | #Constraints:      14625
177.10/177.92	c #Conflicts:     202000 | #Constraints:      15625
177.10/177.92	c #Conflicts:     203000 | #Constraints:      16625
177.10/177.92	c #Conflicts:     204000 | #Constraints:      17625
177.10/177.92	WSVECS04 Frhs2[3]: 6 -2.33337 0 shouldn't be
177.10/177.92	WSVECS04 Frhs2[60]: 6 -4.66672 0 shouldn't be
177.10/177.92	WSVECS04 Frhs2[88]: 6 -1.33336 0 shouldn't be
177.10/177.92	WSVECS04 Frhs2[93]: 6 0 1.00006 shouldn't be
177.10/177.92	WSVECS04 Frhs2[94]: 6 0 1.0001 shouldn't be
177.10/177.92	WSVECS04 Frhs2[105]: 6 -1.33336 0 shouldn't be
177.10/177.92	WSVECS04 Frhs2[108]: 6 -5.66676 0 shouldn't be
181.78/182.66	c #Conflicts:     205000 | #Constraints:      18625
181.78/182.66	c #Conflicts:     206000 | #Constraints:      19625
181.78/182.66	c #Conflicts:     207000 | #Constraints:      20625
181.78/182.66	c INPROCESSING
181.78/182.66	c GARBAGE COLLECT
181.78/182.66	c rational objective -41.9574
187.36/188.26	c #Conflicts:     208000 | #Constraints:      12581
187.36/188.26	c #Conflicts:     209000 | #Constraints:      13581
187.36/188.26	c #Conflicts:     210000 | #Constraints:      14581
187.36/188.26	c #Conflicts:     211000 | #Constraints:      15581
187.36/188.26	c #Conflicts:     212000 | #Constraints:      16581
187.36/188.26	c #Conflicts:     213000 | #Constraints:      17581
187.36/188.26	c #Conflicts:     214000 | #Constraints:      18581
187.36/188.26	c #Conflicts:     215000 | #Constraints:      19581
187.36/188.26	c #Conflicts:     216000 | #Constraints:      20581
187.36/188.26	c INPROCESSING
187.36/188.26	c GARBAGE COLLECT
187.36/188.26	c rational objective -41.9574
188.55/189.41	c #Conflicts:     217000 | #Constraints:      12365
188.55/189.41	c #Conflicts:     218000 | #Constraints:      13365
188.55/189.41	c #Conflicts:     219000 | #Constraints:      14365
188.55/189.41	c bounds -27 >= -89 @ 185.743
193.05/193.93	c #Conflicts:     220000 | #Constraints:      15404
193.05/193.93	c #Conflicts:     221000 | #Constraints:      16404
193.05/193.93	c #Conflicts:     222000 | #Constraints:      17404
193.05/193.93	c #Conflicts:     223000 | #Constraints:      18404
193.05/193.93	c #Conflicts:     224000 | #Constraints:      19404
193.05/193.93	c #Conflicts:     225000 | #Constraints:      20404
193.05/193.93	c #Conflicts:     226000 | #Constraints:      21404
193.05/193.93	c INPROCESSING
193.05/193.93	c GARBAGE COLLECT
193.05/193.93	c rational objective -41.9574
203.61/204.57	c #Conflicts:     227000 | #Constraints:      12990
203.61/204.57	c #Conflicts:     228000 | #Constraints:      13990
203.61/204.57	c #Conflicts:     229000 | #Constraints:      14990
203.61/204.57	c #Conflicts:     230000 | #Constraints:      15990
203.61/204.57	c #Conflicts:     231000 | #Constraints:      16990
203.61/204.57	c #Conflicts:     232000 | #Constraints:      17991
203.61/204.57	c #Conflicts:     233000 | #Constraints:      18991
203.61/204.57	c #Conflicts:     234000 | #Constraints:      19992
203.61/204.57	c #Conflicts:     235000 | #Constraints:      20992
203.61/204.57	c #Conflicts:     236000 | #Constraints:      21995
203.61/204.57	c INPROCESSING
203.61/204.57	c GARBAGE COLLECT
203.61/204.57	c rational objective -41.9574
205.70/206.69	WSVECS04 Frhs2[1]: 6 -2.00004 0 shouldn't be
205.70/206.69	WSVECS04 Frhs2[31]: 6 -1.00005 0 shouldn't be
205.70/206.69	WSVECS04 Frhs2[32]: 6 -1.00009 0 shouldn't be
205.70/206.69	WSVECS04 Frhs2[46]: 6 -3.00004 0 shouldn't be
205.70/206.69	WSVECS04 Frhs2[72]: 6 -1.00004 0 shouldn't be
205.70/206.69	WSVECS04 Frhs2[73]: 6 -1.00007 0 shouldn't be
205.70/206.69	WSVECS04 Frhs2[77]: 6 -3.00005 0 shouldn't be
205.70/206.69	WSVECS04 Frhs2[82]: 6 -3.00004 0 shouldn't be
205.70/206.69	WSVECS04 Frhs2[83]: 6 -2.00009 0 shouldn't be
205.70/206.69	WSVECS04 Frhs2[84]: 6 -1.00003 0 shouldn't be
205.70/206.69	WSVECS04 Frhs2[92]: 6 -2.00004 0 shouldn't be
205.70/206.69	WSVECS04 Frhs2[108]: 6 -4.00004 0 shouldn't be
205.70/206.69	WSVECS04 Frhs2[118]: 6 -2.00009 0 shouldn't be
210.99/211.91	c #Conflicts:     237000 | #Constraints:      13434
210.99/211.91	c #Conflicts:     238000 | #Constraints:      14434
210.99/211.91	c #Conflicts:     239000 | #Constraints:      15434
210.99/211.91	c #Conflicts:     240000 | #Constraints:      16434
210.99/211.91	c #Conflicts:     241000 | #Constraints:      17434
210.99/211.91	c #Conflicts:     242000 | #Constraints:      18434
210.99/211.91	c #Conflicts:     243000 | #Constraints:      19434
210.99/211.91	c #Conflicts:     244000 | #Constraints:      20434
210.99/211.91	c #Conflicts:     245000 | #Constraints:      21434
210.99/211.91	c #Conflicts:     246000 | #Constraints:      22434
210.99/211.91	c INPROCESSING
210.99/211.91	c GARBAGE COLLECT
210.99/211.91	c rational objective -41.9574
212.79/213.72	WSVECS04 Frhs2[37]: 6 -4.42862 0 shouldn't be
212.79/213.72	WSVECS04 Frhs2[84]: 6 -4.71437 0 shouldn't be
216.37/217.32	WSVECS04 Frhs2[72]: 6 -4.71431 0 shouldn't be
217.27/218.26	WSVECS04 Frhs2[45]: 6 0 1.0001 shouldn't be
218.47/219.44	WSVECS04 Frhs2[115]: 6 0 1.00006 shouldn't be
219.07/220.01	WSVECS04 Frhs2[43]: 6 0 1.00009 shouldn't be
220.96/221.90	WSVECS04 Frhs2[37]: 6 -4.42857 0 shouldn't be
227.34/228.35	c #Conflicts:     247000 | #Constraints:      13612
227.34/228.35	c #Conflicts:     248000 | #Constraints:      14612
227.34/228.35	c #Conflicts:     249000 | #Constraints:      15612
227.34/228.35	c #Conflicts:     250000 | #Constraints:      16612
227.34/228.35	c #Conflicts:     251000 | #Constraints:      17612
227.34/228.35	c #Conflicts:     252000 | #Constraints:      18612
227.34/228.35	c #Conflicts:     253000 | #Constraints:      19612
227.34/228.35	c #Conflicts:     254000 | #Constraints:      20612
227.34/228.35	c #Conflicts:     255000 | #Constraints:      21612
227.34/228.35	c #Conflicts:     256000 | #Constraints:      22612
227.34/228.35	c INPROCESSING
227.34/228.35	c GARBAGE COLLECT
227.34/228.35	c rational objective -41.9574
229.83/230.82	c #Conflicts:     257000 | #Constraints:      13590
229.83/230.82	c #Conflicts:     258000 | #Constraints:      14590
229.83/230.82	c #Conflicts:     259000 | #Constraints:      15590
229.83/230.82	c #Conflicts:     260000 | #Constraints:      16590
229.83/230.82	c #Conflicts:     261000 | #Constraints:      17590
229.83/230.82	c #Conflicts:     262000 | #Constraints:      18590
229.83/230.82	c #Conflicts:     263000 | #Constraints:      19590
229.83/230.82	c #Conflicts:     264000 | #Constraints:      20590
229.83/230.82	c bounds -27 >= -88 @ 226.49
231.82/232.81	c #Conflicts:     265000 | #Constraints:      21623
231.82/232.81	c #Conflicts:     266000 | #Constraints:      22623
231.82/232.81	c INPROCESSING
231.82/232.81	c GARBAGE COLLECT
231.82/232.81	c rational objective -41.9574
238.50/239.55	c #Conflicts:     267000 | #Constraints:      13403
238.50/239.55	c #Conflicts:     268000 | #Constraints:      14403
238.50/239.55	c #Conflicts:     269000 | #Constraints:      15403
238.50/239.55	c #Conflicts:     270000 | #Constraints:      16403
238.50/239.55	c #Conflicts:     271000 | #Constraints:      17403
238.50/239.55	c #Conflicts:     272000 | #Constraints:      18403
238.50/239.55	c #Conflicts:     273000 | #Constraints:      19403
238.50/239.55	c #Conflicts:     274000 | #Constraints:      20403
238.50/239.55	c #Conflicts:     275000 | #Constraints:      21403
238.50/239.55	c #Conflicts:     276000 | #Constraints:      22403
238.50/239.55	c #Conflicts:     277000 | #Constraints:      23403
238.50/239.55	c INPROCESSING
238.50/239.55	c GARBAGE COLLECT
238.50/239.55	c rational objective -41.9574
246.78/247.87	c #Conflicts:     278000 | #Constraints:      13993
246.78/247.87	c #Conflicts:     279000 | #Constraints:      14994
246.78/247.87	c #Conflicts:     280000 | #Constraints:      15995
246.78/247.87	c #Conflicts:     281000 | #Constraints:      16997
246.78/247.87	c #Conflicts:     282000 | #Constraints:      18002
246.78/247.87	c #Conflicts:     283000 | #Constraints:      19004
246.78/247.87	c #Conflicts:     284000 | #Constraints:      20011
246.78/247.87	c #Conflicts:     285000 | #Constraints:      21014
246.78/247.87	c #Conflicts:     286000 | #Constraints:      22014
246.78/247.87	c #Conflicts:     287000 | #Constraints:      23014
246.78/247.87	c #Conflicts:     288000 | #Constraints:      24014
246.78/247.87	c INPROCESSING
246.78/247.87	c GARBAGE COLLECT
246.78/247.87	c rational objective -41.9574
252.86/253.96	c #Conflicts:     289000 | #Constraints:      14466
252.86/253.96	c #Conflicts:     290000 | #Constraints:      15466
252.86/253.96	c #Conflicts:     291000 | #Constraints:      16466
252.86/253.96	c #Conflicts:     292000 | #Constraints:      17466
252.86/253.96	c #Conflicts:     293000 | #Constraints:      18466
252.86/253.96	c #Conflicts:     294000 | #Constraints:      19466
252.86/253.96	c #Conflicts:     295000 | #Constraints:      20466
252.86/253.96	WSVECS04 Frhs2[2]: 6 0 0.444473 shouldn't be
252.86/253.96	WSVECS04 Frhs2[40]: 6 -2.55557 0 shouldn't be
252.86/253.96	WSVECS04 Frhs2[72]: 6 -3.44448 0 shouldn't be
255.95/257.07	c #Conflicts:     296000 | #Constraints:      21466
255.95/257.07	c #Conflicts:     297000 | #Constraints:      22466
255.95/257.07	c #Conflicts:     298000 | #Constraints:      23466
255.95/257.07	c #Conflicts:     299000 | #Constraints:      24466
255.95/257.07	c INPROCESSING
255.95/257.07	c GARBAGE COLLECT
255.95/257.07	c rational objective -41.9574
261.53/262.64	c #Conflicts:     300000 | #Constraints:      14627
261.53/262.64	c #Conflicts:     301000 | #Constraints:      15627
261.53/262.64	c #Conflicts:     302000 | #Constraints:      16627
261.53/262.64	c #Conflicts:     303000 | #Constraints:      17627
261.53/262.64	c #Conflicts:     304000 | #Constraints:      18627
261.53/262.64	c #Conflicts:     305000 | #Constraints:      19627
261.53/262.64	c #Conflicts:     306000 | #Constraints:      20627
261.53/262.64	c #Conflicts:     307000 | #Constraints:      21627
261.53/262.64	c #Conflicts:     308000 | #Constraints:      22627
261.53/262.64	WSVECS04 Frhs2[22]: 6 -4.00008 0 shouldn't be
261.53/262.64	WSVECS04 Frhs2[73]: 6 0 1.00002 shouldn't be
266.61/267.76	c #Conflicts:     309000 | #Constraints:      23627
266.61/267.76	c #Conflicts:     310000 | #Constraints:      24627
266.61/267.76	c INPROCESSING
266.61/267.76	c GARBAGE COLLECT
266.61/267.76	c rational objective -41.9574
273.76/274.99	c #Conflicts:     311000 | #Constraints:      14606
273.76/274.99	c #Conflicts:     312000 | #Constraints:      15606
273.76/274.99	c #Conflicts:     313000 | #Constraints:      16606
273.76/274.99	c #Conflicts:     314000 | #Constraints:      17606
273.76/274.99	c #Conflicts:     315000 | #Constraints:      18606
273.76/274.99	c #Conflicts:     316000 | #Constraints:      19606
273.76/274.99	c #Conflicts:     317000 | #Constraints:      20606
273.76/274.99	c #Conflicts:     318000 | #Constraints:      21606
273.76/274.99	c #Conflicts:     319000 | #Constraints:      22606
273.76/274.99	c #Conflicts:     320000 | #Constraints:      23607
273.76/274.99	c #Conflicts:     321000 | #Constraints:      24613
273.76/274.99	c INPROCESSING
273.76/274.99	c GARBAGE COLLECT
273.76/274.99	c rational objective -41.9574
281.36/282.66	c #Conflicts:     322000 | #Constraints:      14456
281.36/282.66	c #Conflicts:     323000 | #Constraints:      15456
281.36/282.66	c #Conflicts:     324000 | #Constraints:      16456
281.36/282.66	c #Conflicts:     325000 | #Constraints:      17456
281.36/282.66	c #Conflicts:     326000 | #Constraints:      18456
281.36/282.66	c #Conflicts:     327000 | #Constraints:      19456
281.36/282.66	c #Conflicts:     328000 | #Constraints:      20456
281.36/282.66	c #Conflicts:     329000 | #Constraints:      21456
281.36/282.66	c #Conflicts:     330000 | #Constraints:      22456
281.36/282.66	c #Conflicts:     331000 | #Constraints:      23456
281.36/282.66	c #Conflicts:     332000 | #Constraints:      24456
281.36/282.66	c #Conflicts:     333000 | #Constraints:      25456
281.36/282.66	c INPROCESSING
281.36/282.66	c GARBAGE COLLECT
281.36/282.66	c rational objective -41.9574
283.65/285.00	c #Conflicts:     334000 | #Constraints:      15027
283.65/285.00	c #Conflicts:     335000 | #Constraints:      16027
283.65/285.00	c #Conflicts:     336000 | #Constraints:      17028
283.65/285.00	WSVECS04 Frhs2[7]: 6 -4.33341 0 shouldn't be
283.65/285.00	WSVECS04 Frhs2[25]: 6 0 1.00007 shouldn't be
283.65/285.00	WSVECS04 Frhs2[28]: 6 -3.66672 0 shouldn't be
283.65/285.00	WSVECS04 Frhs2[31]: 6 -5.66674 0 shouldn't be
283.65/285.00	WSVECS04 Frhs2[34]: 6 -1.33337 0 shouldn't be
283.65/285.00	WSVECS04 Frhs2[55]: 6 -2.3334 0 shouldn't be
283.65/285.00	WSVECS04 Frhs2[62]: 6 -2.00003 0 shouldn't be
283.65/285.00	WSVECS04 Frhs2[65]: 6 -2.33335 0 shouldn't be
283.65/285.00	WSVECS04 Frhs2[76]: 6 -2.3334 0 shouldn't be
288.74/290.05	c #Conflicts:     337000 | #Constraints:      18028
288.74/290.05	c #Conflicts:     338000 | #Constraints:      19028
288.74/290.05	c #Conflicts:     339000 | #Constraints:      20028
288.74/290.05	c #Conflicts:     340000 | #Constraints:      21028
288.74/290.05	c #Conflicts:     341000 | #Constraints:      22028
288.74/290.05	c #Conflicts:     342000 | #Constraints:      23028
288.74/290.05	c #Conflicts:     343000 | #Constraints:      24028
288.74/290.05	c #Conflicts:     344000 | #Constraints:      25028
288.74/290.05	c #Conflicts:     345000 | #Constraints:      26028
288.74/290.05	c INPROCESSING
288.74/290.05	c GARBAGE COLLECT
288.74/290.05	c rational objective -41.9574
299.30/300.68	c #Conflicts:     346000 | #Constraints:      15391
299.30/300.68	c #Conflicts:     347000 | #Constraints:      16391
299.30/300.68	c #Conflicts:     348000 | #Constraints:      17391
299.30/300.68	c #Conflicts:     349000 | #Constraints:      18391
299.30/300.68	c #Conflicts:     350000 | #Constraints:      19391
299.30/300.68	c #Conflicts:     351000 | #Constraints:      20391
299.30/300.68	c #Conflicts:     352000 | #Constraints:      21391
299.30/300.68	c #Conflicts:     353000 | #Constraints:      22391
299.30/300.68	c #Conflicts:     354000 | #Constraints:      23391
299.30/300.68	c #Conflicts:     355000 | #Constraints:      24391
299.30/300.68	c #Conflicts:     356000 | #Constraints:      25391
299.30/300.68	c #Conflicts:     357000 | #Constraints:      26391
299.30/300.68	c INPROCESSING
299.30/300.68	c GARBAGE COLLECT
299.30/300.68	c rational objective -41.9574
308.38/309.86	c #Conflicts:     358000 | #Constraints:      15581
308.38/309.86	c #Conflicts:     359000 | #Constraints:      16581
308.38/309.86	c #Conflicts:     360000 | #Constraints:      17581
308.38/309.86	c #Conflicts:     361000 | #Constraints:      18582
308.38/309.86	c #Conflicts:     362000 | #Constraints:      19582
308.38/309.86	c #Conflicts:     363000 | #Constraints:      20585
308.38/309.86	c #Conflicts:     364000 | #Constraints:      21590
308.38/309.86	c #Conflicts:     365000 | #Constraints:      22592
308.38/309.86	c #Conflicts:     366000 | #Constraints:      23594
308.38/309.86	c #Conflicts:     367000 | #Constraints:      24598
308.38/309.86	c #Conflicts:     368000 | #Constraints:      25598
308.38/309.86	c #Conflicts:     369000 | #Constraints:      26598
308.38/309.86	c INPROCESSING
308.38/309.86	c GARBAGE COLLECT
308.38/309.86	c rational objective -41.9574
309.87/311.31	WSVECS04 Frhs2[8]: 6 -1.80007 0 shouldn't be
309.87/311.31	WSVECS04 Frhs2[14]: 6 0 1.00007 shouldn't be
309.87/311.31	WSVECS04 Frhs2[16]: 6 -3.20006 0 shouldn't be
309.87/311.31	WSVECS04 Frhs2[39]: 6 0 0.20004 shouldn't be
309.87/311.31	WSVECS04 Frhs2[73]: 6 -0.800051 0 shouldn't be
309.87/311.31	WSVECS04 Frhs2[82]: 6 -0.400092 0 shouldn't be
309.87/311.31	WSVECS04 Frhs2[93]: 6 -1.80004 0 shouldn't be
309.87/311.31	WSVECS04 Frhs2[109]: 6 0 0.200062 shouldn't be
314.36/315.88	c #Conflicts:     370000 | #Constraints:      15654
314.36/315.88	c #Conflicts:     371000 | #Constraints:      16654
314.36/315.88	c #Conflicts:     372000 | #Constraints:      17654
314.36/315.88	c #Conflicts:     373000 | #Constraints:      18654
314.36/315.88	c #Conflicts:     374000 | #Constraints:      19654
314.36/315.88	c #Conflicts:     375000 | #Constraints:      20654
314.36/315.88	c #Conflicts:     376000 | #Constraints:      21654
314.36/315.88	c #Conflicts:     377000 | #Constraints:      22654
314.36/315.88	c #Conflicts:     378000 | #Constraints:      23654
314.36/315.88	c #Conflicts:     379000 | #Constraints:      24654
314.36/315.88	c #Conflicts:     380000 | #Constraints:      25654
314.36/315.88	WSVECS04 Frhs2[5]: 6 -3.12507 0 shouldn't be
314.36/315.88	WSVECS04 Frhs2[40]: 6 0 0.875041 shouldn't be
314.36/315.88	WSVECS04 Frhs2[79]: 6 0 0.437558 shouldn't be
314.36/315.88	WSVECS04 Frhs2[83]: 6 -1.56256 0 shouldn't be
314.36/315.88	WSVECS04 Frhs2[92]: 6 -3.12503 0 shouldn't be
315.56/317.09	WSVECS04 Frhs2[7]: 6 0 0.47007 shouldn't be
315.56/317.09	WSVECS04 Frhs2[27]: 6 0 1.00008 shouldn't be
316.66/318.11	WSVECS04 Frhs2[521]: 6 0 0.00908925 shouldn't be
316.66/318.11	WSVECS04 Frhs2[527]: 6 0 0.00596231 shouldn't be
316.66/318.11	WSVECS04 Frhs2[658]: 6 0 0.0222711 shouldn't be
316.66/318.11	WSVECS04 Frhs2[781]: 6 0 0.00230309 shouldn't be
316.66/318.11	WSVECS04 Frhs2[795]: 6 0 0.00464145 shouldn't be
316.66/318.11	WSVECS04 Frhs2[798]: 6 0 0.0281618 shouldn't be
317.46/318.99	WSVECS04 Frhs2[105]: 6 0 1.00003 shouldn't be
317.46/318.99	WSVECS04 Frhs2[376]: 6 0 0.0325265 shouldn't be
317.46/318.99	WSVECS04 Frhs2[850]: 6 0 0.00270918 shouldn't be
317.46/318.99	WSVECS04 Frhs2[854]: 6 0 0.0428166 shouldn't be
317.46/318.99	WSVECS04 Frhs2[1485]: 6 0 0.0432446 shouldn't be
318.35/319.80	WSVECS04 Frhs2[657]: 6 0 0.00905892 shouldn't be
318.35/319.80	WSVECS04 Frhs2[1360]: 6 0 0.00906095 shouldn't be
318.35/319.80	WSVECS04 Frhs2[1467]: 6 0 0.0431964 shouldn't be
319.45/321.00	WSVECS04 Frhs2[799]: 6 0 0.00597304 shouldn't be
319.45/321.00	WSVECS04 Frhs2[931]: 6 0 0.00464816 shouldn't be
320.65/322.18	WSVECS04 Frhs2[1737]: 6 0 0.0432367 shouldn't be
322.14/323.62	WSVECS04 Frhs2[522]: 6 0 0.0222226 shouldn't be
322.74/324.22	WSVECS04 Frhs2[10]: 6 0 1.00009 shouldn't be
322.74/324.22	WSVECS04 Frhs2[31]: 6 0 1.0001 shouldn't be
322.74/324.22	WSVECS04 Frhs2[51]: 6 0 1.00005 shouldn't be
323.34/324.80	WSVECS04 Frhs2[87]: 6 0 1.00002 shouldn't be
323.34/324.80	WSVECS04 Frhs2[663]: 6 0 0.0118669 shouldn't be
324.54/326.05	WSVECS04 Frhs2[934]: 6 0 0.0281477 shouldn't be
329.92/331.50	c #Conflicts:     381000 | #Constraints:      26654
329.92/331.50	c INPROCESSING
329.92/331.50	c GARBAGE COLLECT
329.92/331.50	c rational objective -41.9574
336.79/338.33	c #Conflicts:     382000 | #Constraints:      15398
336.79/338.33	c #Conflicts:     383000 | #Constraints:      16398
336.79/338.33	c #Conflicts:     384000 | #Constraints:      17398
336.79/338.33	c #Conflicts:     385000 | #Constraints:      18398
336.79/338.33	c #Conflicts:     386000 | #Constraints:      19398
336.79/338.33	c #Conflicts:     387000 | #Constraints:      20398
336.79/338.33	c #Conflicts:     388000 | #Constraints:      21398
336.79/338.33	c #Conflicts:     389000 | #Constraints:      22398
336.79/338.33	c #Conflicts:     390000 | #Constraints:      23398
336.79/338.33	c #Conflicts:     391000 | #Constraints:      24398
336.79/338.33	c #Conflicts:     392000 | #Constraints:      25398
336.79/338.33	c #Conflicts:     393000 | #Constraints:      26398
336.79/338.33	c #Conflicts:     394000 | #Constraints:      27398
336.79/338.33	c INPROCESSING
336.79/338.33	c GARBAGE COLLECT
336.79/338.33	c rational objective -41.9574
343.99/345.64	c #Conflicts:     395000 | #Constraints:      15997
343.99/345.64	c #Conflicts:     396000 | #Constraints:      16997
343.99/345.64	c #Conflicts:     397000 | #Constraints:      17997
343.99/345.64	c #Conflicts:     398000 | #Constraints:      18997
343.99/345.64	c #Conflicts:     399000 | #Constraints:      19997
343.99/345.64	c #Conflicts:     400000 | #Constraints:      20997
343.99/345.64	c #Conflicts:     401000 | #Constraints:      21997
343.99/345.64	c #Conflicts:     402000 | #Constraints:      22997
343.99/345.64	c #Conflicts:     403000 | #Constraints:      23997
343.99/345.64	c #Conflicts:     404000 | #Constraints:      24997
343.99/345.64	c #Conflicts:     405000 | #Constraints:      25997
343.99/345.64	c #Conflicts:     406000 | #Constraints:      26997
343.99/345.64	c #Conflicts:     407000 | #Constraints:      27997
343.99/345.64	c INPROCESSING
343.99/345.64	c GARBAGE COLLECT
343.99/345.64	c rational objective -41.9574
353.16/354.85	c #Conflicts:     408000 | #Constraints:      16399
353.16/354.85	c #Conflicts:     409000 | #Constraints:      17399
353.16/354.85	c #Conflicts:     410000 | #Constraints:      18399
353.16/354.85	c #Conflicts:     411000 | #Constraints:      19399
353.16/354.85	c #Conflicts:     412000 | #Constraints:      20399
353.16/354.85	c #Conflicts:     413000 | #Constraints:      21399
353.16/354.85	c #Conflicts:     414000 | #Constraints:      22399
353.16/354.85	c #Conflicts:     415000 | #Constraints:      23399
353.16/354.85	c #Conflicts:     416000 | #Constraints:      24399
353.16/354.85	c #Conflicts:     417000 | #Constraints:      25399
353.16/354.85	c #Conflicts:     418000 | #Constraints:      26400
353.16/354.85	c #Conflicts:     419000 | #Constraints:      27404
353.16/354.85	c #Conflicts:     420000 | #Constraints:      28404
353.16/354.85	c INPROCESSING
353.16/354.85	c GARBAGE COLLECT
353.16/354.85	c rational objective -41.9574
354.76/356.41	WSVECS04 Frhs2[1]: 6 -3.00006 0 shouldn't be
354.76/356.41	WSVECS04 Frhs2[4]: 6 -4.00008 0 shouldn't be
354.76/356.41	WSVECS04 Frhs2[11]: 6 0 1.00008 shouldn't be
354.76/356.41	WSVECS04 Frhs2[12]: 6 -4.0001 0 shouldn't be
354.76/356.41	WSVECS04 Frhs2[36]: 6 -5.00006 0 shouldn't be
354.76/356.41	WSVECS04 Frhs2[39]: 6 -3.00004 0 shouldn't be
354.76/356.41	WSVECS04 Frhs2[49]: 6 0 1.00009 shouldn't be
354.76/356.41	WSVECS04 Frhs2[63]: 6 -1.00004 0 shouldn't be
354.76/356.41	WSVECS04 Frhs2[71]: 6 0 1.00003 shouldn't be
354.76/356.41	WSVECS04 Frhs2[96]: 6 0 1.00008 shouldn't be
354.76/356.41	WSVECS04 Frhs2[113]: 6 0 1.00004 shouldn't be
359.85/361.57	c #Conflicts:     421000 | #Constraints:      16655
359.85/361.57	c #Conflicts:     422000 | #Constraints:      17655
359.85/361.57	c #Conflicts:     423000 | #Constraints:      18655
359.85/361.57	c #Conflicts:     424000 | #Constraints:      19655
359.85/361.57	c #Conflicts:     425000 | #Constraints:      20655
359.85/361.57	c #Conflicts:     426000 | #Constraints:      21655
359.85/361.57	c #Conflicts:     427000 | #Constraints:      22655
359.85/361.57	c #Conflicts:     428000 | #Constraints:      23655
359.85/361.57	c #Conflicts:     429000 | #Constraints:      24655
359.85/361.57	c #Conflicts:     430000 | #Constraints:      25655
359.85/361.57	WSVECS04 Frhs2[3]: 6 0 1.00002 shouldn't be
359.85/361.57	WSVECS04 Frhs2[8]: 6 -1.00009 0 shouldn't be
359.85/361.57	WSVECS04 Frhs2[10]: 6 0 1.00008 shouldn't be
359.85/361.57	WSVECS04 Frhs2[18]: 6 0 1.00008 shouldn't be
359.85/361.57	WSVECS04 Frhs2[32]: 6 0 1.00005 shouldn't be
359.85/361.57	WSVECS04 Frhs2[45]: 6 -2.00002 0 shouldn't be
359.85/361.57	WSVECS04 Frhs2[62]: 6 -4.00005 0 shouldn't be
359.85/361.57	WSVECS04 Frhs2[74]: 6 0 1.00001 shouldn't be
359.85/361.57	WSVECS04 Frhs2[83]: 6 0 1.00006 shouldn't be
359.85/361.57	WSVECS04 Frhs2[84]: 6 0 1.00009 shouldn't be
359.85/361.57	WSVECS04 Frhs2[86]: 6 -2.00002 0 shouldn't be
359.85/361.57	WSVECS04 Frhs2[87]: 6 0 1.00008 shouldn't be
359.85/361.57	WSVECS04 Frhs2[88]: 6 0 1.00006 shouldn't be
359.85/361.57	WSVECS04 Frhs2[92]: 6 -2.00006 0 shouldn't be
359.85/361.57	WSVECS04 Frhs2[115]: 6 -5.00009 0 shouldn't be
361.04/362.70	WSVECS04 Frhs2[48]: 6 -2.00006 0 shouldn't be
368.51/370.20	c #Conflicts:     431000 | #Constraints:      26655
368.51/370.20	c #Conflicts:     432000 | #Constraints:      27655
368.51/370.20	c #Conflicts:     433000 | #Constraints:      28655
368.51/370.20	c INPROCESSING
368.51/370.20	c GARBAGE COLLECT
368.51/370.20	c rational objective -41.9574
371.10/372.86	c #Conflicts:     434000 | #Constraints:      16619
371.10/372.86	c #Conflicts:     435000 | #Constraints:      17619
371.10/372.86	c #Conflicts:     436000 | #Constraints:      18619
371.10/372.86	c #Conflicts:     437000 | #Constraints:      19619
371.10/372.86	c #Conflicts:     438000 | #Constraints:      20619
371.10/372.86	c #Conflicts:     439000 | #Constraints:      21619
371.10/372.86	c #Conflicts:     440000 | #Constraints:      22619
371.10/372.86	c #Conflicts:     441000 | #Constraints:      23619
371.10/372.86	c #Conflicts:     442000 | #Constraints:      24619
371.10/372.86	c bounds -27 >= -87 @ 365.724
374.39/376.14	c #Conflicts:     443000 | #Constraints:      25640
374.39/376.14	c #Conflicts:     444000 | #Constraints:      26640
374.39/376.14	c #Conflicts:     445000 | #Constraints:      27640
374.39/376.14	c #Conflicts:     446000 | #Constraints:      28640
374.39/376.14	c INPROCESSING
374.39/376.14	c GARBAGE COLLECT
374.39/376.14	c rational objective -41.9574
386.95/388.77	c #Conflicts:     447000 | #Constraints:      16424
386.95/388.77	c #Conflicts:     448000 | #Constraints:      17424
386.95/388.77	c #Conflicts:     449000 | #Constraints:      18424
386.95/388.77	c #Conflicts:     450000 | #Constraints:      19424
386.95/388.77	c #Conflicts:     451000 | #Constraints:      20424
386.95/388.77	c #Conflicts:     452000 | #Constraints:      21424
386.95/388.77	c #Conflicts:     453000 | #Constraints:      22424
386.95/388.77	c #Conflicts:     454000 | #Constraints:      23424
386.95/388.77	c #Conflicts:     455000 | #Constraints:      24424
386.95/388.77	c #Conflicts:     456000 | #Constraints:      25424
386.95/388.77	c #Conflicts:     457000 | #Constraints:      26424
386.95/388.77	c #Conflicts:     458000 | #Constraints:      27424
386.95/388.77	c #Conflicts:     459000 | #Constraints:      28424
386.95/388.77	c #Conflicts:     460000 | #Constraints:      29426
386.95/388.77	c INPROCESSING
386.95/388.77	c GARBAGE COLLECT
386.95/388.77	c rational objective -41.9574
397.31/399.12	c #Conflicts:     461000 | #Constraints:      17011
397.31/399.12	c #Conflicts:     462000 | #Constraints:      18011
397.31/399.12	c #Conflicts:     463000 | #Constraints:      19011
397.31/399.12	c #Conflicts:     464000 | #Constraints:      20011
397.31/399.12	c #Conflicts:     465000 | #Constraints:      21011
397.31/399.12	c #Conflicts:     466000 | #Constraints:      22011
397.31/399.12	c #Conflicts:     467000 | #Constraints:      23012
397.31/399.12	c #Conflicts:     468000 | #Constraints:      24013
397.31/399.12	c #Conflicts:     469000 | #Constraints:      25016
397.31/399.12	c #Conflicts:     470000 | #Constraints:      26024
397.31/399.12	c #Conflicts:     471000 | #Constraints:      27029
397.31/399.12	c #Conflicts:     472000 | #Constraints:      28034
397.31/399.12	c #Conflicts:     473000 | #Constraints:      29034
397.31/399.12	c #Conflicts:     474000 | #Constraints:      30034
397.31/399.12	c INPROCESSING
397.31/399.12	c GARBAGE COLLECT
397.31/399.12	c rational objective -41.9574
408.97/410.85	c #Conflicts:     475000 | #Constraints:      17484
408.97/410.85	c #Conflicts:     476000 | #Constraints:      18484
408.97/410.85	c #Conflicts:     477000 | #Constraints:      19484
408.97/410.85	c #Conflicts:     478000 | #Constraints:      20484
408.97/410.85	c #Conflicts:     479000 | #Constraints:      21484
408.97/410.85	c #Conflicts:     480000 | #Constraints:      22484
408.97/410.85	c #Conflicts:     481000 | #Constraints:      23484
408.97/410.85	c #Conflicts:     482000 | #Constraints:      24484
408.97/410.85	c #Conflicts:     483000 | #Constraints:      25484
408.97/410.85	c #Conflicts:     484000 | #Constraints:      26485
408.97/410.85	c #Conflicts:     485000 | #Constraints:      27485
408.97/410.85	c #Conflicts:     486000 | #Constraints:      28485
408.97/410.85	c #Conflicts:     487000 | #Constraints:      29485
408.97/410.85	c #Conflicts:     488000 | #Constraints:      30485
408.97/410.85	c INPROCESSING
408.97/410.85	c GARBAGE COLLECT
408.97/410.85	c rational objective -41.9574
412.46/414.39	c #Conflicts:     489000 | #Constraints:      17656
412.46/414.39	c #Conflicts:     490000 | #Constraints:      18656
412.46/414.39	c #Conflicts:     491000 | #Constraints:      19656
412.46/414.39	c #Conflicts:     492000 | #Constraints:      20656
412.46/414.39	c #Conflicts:     493000 | #Constraints:      21656
412.46/414.39	c #Conflicts:     494000 | #Constraints:      22656
412.46/414.39	c #Conflicts:     495000 | #Constraints:      23656
412.46/414.39	c #Conflicts:     496000 | #Constraints:      24657
412.46/414.39	WSVECS04 Frhs2[2]: 6 -1.00004 0 shouldn't be
412.46/414.39	WSVECS04 Frhs2[4]: 6 -4.00002 0 shouldn't be
412.46/414.39	WSVECS04 Frhs2[16]: 6 -1.0001 0 shouldn't be
412.46/414.39	WSVECS04 Frhs2[49]: 6 0 1.00007 shouldn't be
412.46/414.39	WSVECS04 Frhs2[73]: 6 -5.00005 0 shouldn't be
412.46/414.39	WSVECS04 Frhs2[87]: 6 -2.00002 0 shouldn't be
417.14/419.03	c #Conflicts:     497000 | #Constraints:      25657
417.14/419.03	c #Conflicts:     498000 | #Constraints:      26657
417.14/419.03	c #Conflicts:     499000 | #Constraints:      27657
417.14/419.03	c #Conflicts:     500000 | #Constraints:      28657
417.14/419.03	c #Conflicts:     501000 | #Constraints:      29657
417.14/419.03	c #Conflicts:     502000 | #Constraints:      30657
417.14/419.03	c INPROCESSING
417.14/419.03	c GARBAGE COLLECT
417.14/419.03	c rational objective -41.9574
419.83/421.73	c #Conflicts:     503000 | #Constraints:      17635
419.83/421.73	c #Conflicts:     504000 | #Constraints:      18635
419.83/421.73	c #Conflicts:     505000 | #Constraints:      19635
419.83/421.73	c #Conflicts:     506000 | #Constraints:      20635
419.83/421.73	WSVECS04 Frhs2[7]: 6 -6.00008 0 shouldn't be
419.83/421.73	WSVECS04 Frhs2[16]: 6 -5.50005 0 shouldn't be
419.83/421.73	WSVECS04 Frhs2[34]: 6 -2.50007 0 shouldn't be
419.83/421.73	WSVECS04 Frhs2[68]: 6 -3.50008 0 shouldn't be
419.83/421.73	WSVECS04 Frhs2[100]: 6 -1.00004 0 shouldn't be
419.83/421.73	WSVECS04 Frhs2[111]: 6 -2.50004 0 shouldn't be
422.32/424.27	WSVECS04 Frhs2[85]: 6 0 1.00003 shouldn't be
435.38/437.31	c #Conflicts:     507000 | #Constraints:      21636
435.38/437.31	c #Conflicts:     508000 | #Constraints:      22636
435.38/437.31	c #Conflicts:     509000 | #Constraints:      23636
435.38/437.31	c #Conflicts:     510000 | #Constraints:      24636
435.38/437.31	c #Conflicts:     511000 | #Constraints:      25636
435.38/437.31	c #Conflicts:     512000 | #Constraints:      26636
435.38/437.31	c #Conflicts:     513000 | #Constraints:      27636
435.38/437.31	c #Conflicts:     514000 | #Constraints:      28636
435.38/437.31	c #Conflicts:     515000 | #Constraints:      29636
435.38/437.31	c #Conflicts:     516000 | #Constraints:      30636
435.38/437.31	c INPROCESSING
435.38/437.31	c GARBAGE COLLECT
435.38/437.31	c rational objective -41.9574
442.56/444.59	c #Conflicts:     517000 | #Constraints:      17430
442.56/444.59	c #Conflicts:     518000 | #Constraints:      18430
442.56/444.59	c #Conflicts:     519000 | #Constraints:      19430
442.56/444.59	c #Conflicts:     520000 | #Constraints:      20430
442.56/444.59	c #Conflicts:     521000 | #Constraints:      21430
442.56/444.59	c #Conflicts:     522000 | #Constraints:      22430
442.56/444.59	c #Conflicts:     523000 | #Constraints:      23430
442.56/444.59	c #Conflicts:     524000 | #Constraints:      24430
442.56/444.59	c #Conflicts:     525000 | #Constraints:      25430
442.56/444.59	c #Conflicts:     526000 | #Constraints:      26430
442.56/444.59	c #Conflicts:     527000 | #Constraints:      27430
442.56/444.59	c #Conflicts:     528000 | #Constraints:      28430
442.56/444.59	c #Conflicts:     529000 | #Constraints:      29430
442.56/444.59	c bounds -28 >= -87 @ 436.212
445.74/447.76	c #Conflicts:     530000 | #Constraints:      30431
445.74/447.76	c #Conflicts:     531000 | #Constraints:      31431
445.74/447.76	c INPROCESSING
445.74/447.76	c GARBAGE COLLECT
445.74/447.76	c rational objective -41.9574
449.83/451.87	c #Conflicts:     532000 | #Constraints:      18025
449.83/451.87	c #Conflicts:     533000 | #Constraints:      19025
449.83/451.87	c #Conflicts:     534000 | #Constraints:      20025
449.83/451.87	c #Conflicts:     535000 | #Constraints:      21025
449.83/451.87	c #Conflicts:     536000 | #Constraints:      22025
449.83/451.87	c #Conflicts:     537000 | #Constraints:      23025
449.83/451.87	c #Conflicts:     538000 | #Constraints:      24025
449.83/451.87	c #Conflicts:     539000 | #Constraints:      25025
449.83/451.87	c #Conflicts:     540000 | #Constraints:      26026
449.83/451.87	WSVECS04 Frhs2[4]: 6 -2.00003 0 shouldn't be
449.83/451.87	WSVECS04 Frhs2[6]: 6 -2.00004 0 shouldn't be
449.83/451.87	WSVECS04 Frhs2[10]: 6 -2.00008 0 shouldn't be
449.83/451.87	WSVECS04 Frhs2[88]: 6 -2.00006 0 shouldn't be
449.83/451.87	WSVECS04 Frhs2[109]: 6 0 1.00006 shouldn't be
458.70/460.77	c bounds -28 >= -86 @ 452.142
463.30/465.43	c #Conflicts:     541000 | #Constraints:      27062
463.30/465.43	c #Conflicts:     542000 | #Constraints:      28062
463.30/465.43	c #Conflicts:     543000 | #Constraints:      29062
463.30/465.43	c #Conflicts:     544000 | #Constraints:      30062
463.30/465.43	c #Conflicts:     545000 | #Constraints:      31062
463.30/465.43	c #Conflicts:     546000 | #Constraints:      32062
463.30/465.43	c INPROCESSING
463.30/465.43	c GARBAGE COLLECT
463.30/465.43	c rational objective -41.9574
471.69/473.80	c #Conflicts:     547000 | #Constraints:      18444
471.69/473.80	c #Conflicts:     548000 | #Constraints:      19444
471.69/473.80	c #Conflicts:     549000 | #Constraints:      20444
471.69/473.80	c #Conflicts:     550000 | #Constraints:      21444
471.69/473.80	c #Conflicts:     551000 | #Constraints:      22444
471.69/473.80	c #Conflicts:     552000 | #Constraints:      23444
471.69/473.80	c #Conflicts:     553000 | #Constraints:      24444
471.69/473.80	c #Conflicts:     554000 | #Constraints:      25444
471.69/473.80	c #Conflicts:     555000 | #Constraints:      26444
471.69/473.80	c #Conflicts:     556000 | #Constraints:      27444
471.69/473.80	c #Conflicts:     557000 | #Constraints:      28444
471.69/473.80	c #Conflicts:     558000 | #Constraints:      29444
471.69/473.80	c #Conflicts:     559000 | #Constraints:      30444
471.69/473.80	c #Conflicts:     560000 | #Constraints:      31444
471.69/473.80	c #Conflicts:     561000 | #Constraints:      32444
471.69/473.80	c INPROCESSING
471.69/473.80	c GARBAGE COLLECT
471.69/473.80	c rational objective -41.9574
483.15/485.32	c #Conflicts:     562000 | #Constraints:      18636
483.15/485.32	c #Conflicts:     563000 | #Constraints:      19637
483.15/485.32	c #Conflicts:     564000 | #Constraints:      20638
483.15/485.32	c #Conflicts:     565000 | #Constraints:      21638
483.15/485.32	c #Conflicts:     566000 | #Constraints:      22638
483.15/485.32	c #Conflicts:     567000 | #Constraints:      23638
483.15/485.32	c #Conflicts:     568000 | #Constraints:      24640
483.15/485.32	c #Conflicts:     569000 | #Constraints:      25640
483.15/485.32	c #Conflicts:     570000 | #Constraints:      26643
483.15/485.32	c #Conflicts:     571000 | #Constraints:      27646
483.15/485.32	c #Conflicts:     572000 | #Constraints:      28647
483.15/485.32	c #Conflicts:     573000 | #Constraints:      29648
483.15/485.32	c #Conflicts:     574000 | #Constraints:      30650
483.15/485.32	c #Conflicts:     575000 | #Constraints:      31657
483.15/485.32	c #Conflicts:     576000 | #Constraints:      32658
483.15/485.32	c INPROCESSING
483.15/485.32	c GARBAGE COLLECT
483.15/485.32	c rational objective -41.9574
484.45/486.68	WSVECS04 Frhs2[31]: 6 -0.666678 0 shouldn't be
484.45/486.68	WSVECS04 Frhs2[35]: 6 -3.50007 0 shouldn't be
484.45/486.68	WSVECS04 Frhs2[39]: 6 -3.66673 0 shouldn't be
484.45/486.68	WSVECS04 Frhs2[47]: 6 0 1.00009 shouldn't be
484.45/486.68	WSVECS04 Frhs2[101]: 6 0 1.00008 shouldn't be
484.45/486.68	WSVECS04 Frhs2[107]: 6 -1.50009 0 shouldn't be
484.45/486.68	WSVECS04 Frhs2[108]: 6 -1.66672 0 shouldn't be
484.45/486.68	WSVECS04 Frhs2[116]: 6 -3.66669 0 shouldn't be
487.34/489.57	WSVECS04 Frhs2[83]: 6 -4.66676 0 shouldn't be
494.42/496.72	c #Conflicts:     577000 | #Constraints:      18685
494.42/496.72	c #Conflicts:     578000 | #Constraints:      19685
494.42/496.72	c #Conflicts:     579000 | #Constraints:      20685
494.42/496.72	c #Conflicts:     580000 | #Constraints:      21685
494.42/496.72	c #Conflicts:     581000 | #Constraints:      22685
494.42/496.72	c #Conflicts:     582000 | #Constraints:      23685
494.42/496.72	c #Conflicts:     583000 | #Constraints:      24685
494.42/496.72	c #Conflicts:     584000 | #Constraints:      25685
494.42/496.72	c #Conflicts:     585000 | #Constraints:      26685
494.42/496.72	c #Conflicts:     586000 | #Constraints:      27685
494.42/496.72	c #Conflicts:     587000 | #Constraints:      28685
494.42/496.72	c #Conflicts:     588000 | #Constraints:      29685
494.42/496.72	c #Conflicts:     589000 | #Constraints:      30685
494.42/496.72	c #Conflicts:     590000 | #Constraints:      31685
494.42/496.72	c #Conflicts:     591000 | #Constraints:      32685
494.42/496.72	c INPROCESSING
494.42/496.72	c GARBAGE COLLECT
494.42/496.72	c rational objective -41.9574
497.01/499.31	c #Conflicts:     592000 | #Constraints:      18459
497.01/499.31	c #Conflicts:     593000 | #Constraints:      19459
497.01/499.31	c #Conflicts:     594000 | #Constraints:      20459
497.01/499.31	c #Conflicts:     595000 | #Constraints:      21459
497.01/499.31	WSVECS04 Frhs2[49]: 6 -4.33338 0 shouldn't be
500.91/503.22	c #Conflicts:     596000 | #Constraints:      22460
500.91/503.22	c #Conflicts:     597000 | #Constraints:      23460
500.91/503.22	c #Conflicts:     598000 | #Constraints:      24460
500.91/503.22	c #Conflicts:     599000 | #Constraints:      25460
500.91/503.22	c #Conflicts:     600000 | #Constraints:      26460
500.91/503.22	c #Conflicts:     601000 | #Constraints:      27460
500.91/503.22	c #Conflicts:     602000 | #Constraints:      28460
500.91/503.22	c #Conflicts:     603000 | #Constraints:      29460
500.91/503.22	WSVECS04 Frhs2[73]: 6 -0.785796 0 shouldn't be
500.91/503.22	WSVECS04 Frhs2[80]: 6 0 0.642906 shouldn't be
500.91/503.22	WSVECS04 Frhs2[86]: 6 -1.57152 0 shouldn't be
504.89/507.24	c #Conflicts:     604000 | #Constraints:      30460
504.89/507.24	c #Conflicts:     605000 | #Constraints:      31460
504.89/507.24	c #Conflicts:     606000 | #Constraints:      32460
504.89/507.24	c #Conflicts:     607000 | #Constraints:      33460
504.89/507.24	c INPROCESSING
504.89/507.24	c GARBAGE COLLECT
504.89/507.24	c rational objective -41.9574
517.45/519.82	c #Conflicts:     608000 | #Constraints:      19041
517.45/519.82	c #Conflicts:     609000 | #Constraints:      20043
517.45/519.82	c #Conflicts:     610000 | #Constraints:      21043
517.45/519.82	c #Conflicts:     611000 | #Constraints:      22043
517.45/519.82	c #Conflicts:     612000 | #Constraints:      23043
517.45/519.82	c #Conflicts:     613000 | #Constraints:      24043
517.45/519.82	c #Conflicts:     614000 | #Constraints:      25043
517.45/519.82	c #Conflicts:     615000 | #Constraints:      26043
517.45/519.82	c #Conflicts:     616000 | #Constraints:      27043
517.45/519.82	c #Conflicts:     617000 | #Constraints:      28043
517.45/519.82	c #Conflicts:     618000 | #Constraints:      29043
517.45/519.82	c #Conflicts:     619000 | #Constraints:      30043
517.45/519.82	c #Conflicts:     620000 | #Constraints:      31043
517.45/519.82	c #Conflicts:     621000 | #Constraints:      32043
517.45/519.82	c #Conflicts:     622000 | #Constraints:      33043
517.45/519.82	c #Conflicts:     623000 | #Constraints:      34043
517.45/519.82	c INPROCESSING
517.45/519.82	c GARBAGE COLLECT
517.45/519.82	c rational objective -41.9574
519.93/522.38	c #Conflicts:     624000 | #Constraints:      19439
519.93/522.38	c #Conflicts:     625000 | #Constraints:      20439
519.93/522.38	c #Conflicts:     626000 | #Constraints:      21440
519.93/522.38	WSVECS04 Frhs2[7]: 6 0 1.00005 shouldn't be
519.93/522.38	WSVECS04 Frhs2[13]: 6 0 1.00006 shouldn't be
519.93/522.38	WSVECS04 Frhs2[14]: 6 0 1.00006 shouldn't be
519.93/522.38	WSVECS04 Frhs2[21]: 6 0 1.00009 shouldn't be
519.93/522.38	WSVECS04 Frhs2[29]: 6 -1.00006 0 shouldn't be
519.93/522.38	WSVECS04 Frhs2[32]: 6 0 1.00009 shouldn't be
519.93/522.38	WSVECS04 Frhs2[33]: 6 0 1.00009 shouldn't be
519.93/522.38	WSVECS04 Frhs2[35]: 6 -1.00004 0 shouldn't be
519.93/522.38	WSVECS04 Frhs2[58]: 6 0 1.00006 shouldn't be
519.93/522.38	WSVECS04 Frhs2[59]: 6 0 1.00006 shouldn't be
519.93/522.38	WSVECS04 Frhs2[60]: 6 0 1.00005 shouldn't be
519.93/522.38	WSVECS04 Frhs2[73]: 6 0 1.00002 shouldn't be
519.93/522.38	WSVECS04 Frhs2[76]: 6 -1.00004 0 shouldn't be
519.93/522.38	WSVECS04 Frhs2[77]: 6 -2.00006 0 shouldn't be
519.93/522.38	WSVECS04 Frhs2[114]: 6 0 1.00002 shouldn't be
519.93/522.38	WSVECS04 Frhs2[508]: 6 0 1.00001 shouldn't be
519.93/522.38	WSVECS04 Frhs2[513]: 6 0 0.500089 shouldn't be
519.93/522.38	WSVECS04 Frhs2[515]: 6 0 0.500092 shouldn't be
519.93/522.38	WSVECS04 Frhs2[516]: 6 0 0.500038 shouldn't be
519.93/522.38	WSVECS04 Frhs2[517]: 6 0 0.500065 shouldn't be
519.93/522.38	WSVECS04 Frhs2[518]: 6 0 0.50009 shouldn't be
519.93/522.38	WSVECS04 Frhs2[524]: 6 0 0.500084 shouldn't be
519.93/522.38	WSVECS04 Frhs2[634]: 6 0 0.333417 shouldn't be
519.93/522.38	WSVECS04 Frhs2[644]: 6 0 0.83335 shouldn't be
519.93/522.38	WSVECS04 Frhs2[645]: 6 -0.166728 0 shouldn't be
519.93/522.38	WSVECS04 Frhs2[662]: 6 0 1.00002 shouldn't be
519.93/522.38	WSVECS04 Frhs2[788]: 6 -1.0001 0 shouldn't be
519.93/522.38	WSVECS04 Frhs2[1364]: 6 0 0.500019 shouldn't be
530.39/532.96	c #Conflicts:     627000 | #Constraints:      22440
530.39/532.96	c #Conflicts:     628000 | #Constraints:      23440
530.39/532.96	c #Conflicts:     629000 | #Constraints:      24440
530.39/532.96	c #Conflicts:     630000 | #Constraints:      25442
530.39/532.96	c #Conflicts:     631000 | #Constraints:      26444
530.39/532.96	c #Conflicts:     632000 | #Constraints:      27447
530.39/532.96	c #Conflicts:     633000 | #Constraints:      28450
530.39/532.96	c #Conflicts:     634000 | #Constraints:      29454
530.39/532.96	c #Conflicts:     635000 | #Constraints:      30456
530.39/532.96	c #Conflicts:     636000 | #Constraints:      31458
530.39/532.96	c #Conflicts:     637000 | #Constraints:      32458
530.39/532.96	c #Conflicts:     638000 | #Constraints:      33458
530.39/532.96	c #Conflicts:     639000 | #Constraints:      34458
530.39/532.96	c INPROCESSING
530.39/532.96	c GARBAGE COLLECT
530.39/532.96	c rational objective -41.9574
545.84/548.44	c #Conflicts:     640000 | #Constraints:      19699
545.84/548.44	c #Conflicts:     641000 | #Constraints:      20699
545.84/548.44	c #Conflicts:     642000 | #Constraints:      21699
545.84/548.44	c #Conflicts:     643000 | #Constraints:      22699
545.84/548.44	c #Conflicts:     644000 | #Constraints:      23699
545.84/548.44	c #Conflicts:     645000 | #Constraints:      24700
545.84/548.44	c #Conflicts:     646000 | #Constraints:      25700
545.84/548.44	c #Conflicts:     647000 | #Constraints:      26700
545.84/548.44	c #Conflicts:     648000 | #Constraints:      27700
545.84/548.44	c #Conflicts:     649000 | #Constraints:      28700
545.84/548.44	c #Conflicts:     650000 | #Constraints:      29700
545.84/548.44	c #Conflicts:     651000 | #Constraints:      30700
545.84/548.44	c #Conflicts:     652000 | #Constraints:      31700
545.84/548.44	c #Conflicts:     653000 | #Constraints:      32700
545.84/548.44	c #Conflicts:     654000 | #Constraints:      33700
545.84/548.44	c #Conflicts:     655000 | #Constraints:      34703
545.84/548.44	c INPROCESSING
545.84/548.44	c GARBAGE COLLECT
545.84/548.44	c rational objective -41.9574
557.34/560.56	c #Conflicts:     656000 | #Constraints:      19661
557.34/560.56	c #Conflicts:     657000 | #Constraints:      20661
557.34/560.56	c #Conflicts:     658000 | #Constraints:      21661
557.34/560.56	c #Conflicts:     659000 | #Constraints:      22661
557.34/560.56	c #Conflicts:     660000 | #Constraints:      23661
557.34/560.56	c #Conflicts:     661000 | #Constraints:      24661
557.34/560.56	c #Conflicts:     662000 | #Constraints:      25661
557.34/560.56	c #Conflicts:     663000 | #Constraints:      26661
557.34/560.56	c #Conflicts:     664000 | #Constraints:      27661
557.34/560.56	c #Conflicts:     665000 | #Constraints:      28661
557.34/560.56	c #Conflicts:     666000 | #Constraints:      29661
557.34/560.56	c #Conflicts:     667000 | #Constraints:      30661
557.34/560.56	c #Conflicts:     668000 | #Constraints:      31661
557.34/560.56	c #Conflicts:     669000 | #Constraints:      32661
557.34/560.56	c #Conflicts:     670000 | #Constraints:      33661
557.34/560.56	c #Conflicts:     671000 | #Constraints:      34661
557.34/560.56	c INPROCESSING
557.34/560.56	c GARBAGE COLLECT
557.34/560.56	c rational objective -41.9574
566.91/570.10	c #Conflicts:     672000 | #Constraints:      19448
566.91/570.10	c #Conflicts:     673000 | #Constraints:      20448
566.91/570.10	c #Conflicts:     674000 | #Constraints:      21448
566.91/570.10	c #Conflicts:     675000 | #Constraints:      22448
566.91/570.10	c #Conflicts:     676000 | #Constraints:      23448
566.91/570.10	c #Conflicts:     677000 | #Constraints:      24448
566.91/570.10	c #Conflicts:     678000 | #Constraints:      25448
566.91/570.10	c #Conflicts:     679000 | #Constraints:      26448
566.91/570.10	c #Conflicts:     680000 | #Constraints:      27448
566.91/570.10	c #Conflicts:     681000 | #Constraints:      28448
566.91/570.10	c #Conflicts:     682000 | #Constraints:      29448
566.91/570.10	c #Conflicts:     683000 | #Constraints:      30448
566.91/570.10	c #Conflicts:     684000 | #Constraints:      31448
566.91/570.10	c #Conflicts:     685000 | #Constraints:      32448
566.91/570.10	c #Conflicts:     686000 | #Constraints:      33448
566.91/570.10	WSVECS04 Frhs2[112]: 6 -1.85459 0 shouldn't be
568.30/571.59	WSVECS04 Frhs2[976]: 6 0 0.0609117 shouldn't be
568.30/571.59	WSVECS04 Frhs2[977]: 6 0 0.163223 shouldn't be
568.30/571.59	WSVECS04 Frhs2[1652]: 6 0 0.0177268 shouldn't be
568.30/571.59	WSVECS04 Frhs2[1653]: 6 0 0.0123013 shouldn't be
569.69/572.94	WSVECS04 Frhs2[974]: 6 0 0.193821 shouldn't be
569.69/572.94	WSVECS04 Frhs2[980]: 6 0 0.193784 shouldn't be
569.69/572.94	WSVECS04 Frhs2[982]: 6 0 0.173008 shouldn't be
569.69/572.94	WSVECS04 Frhs2[986]: 6 0 0.223414 shouldn't be
569.69/572.94	WSVECS04 Frhs2[988]: 6 0 0.187866 shouldn't be
569.69/572.94	WSVECS04 Frhs2[989]: 6 0 0.193779 shouldn't be
570.70/573.92	WSVECS04 Frhs2[975]: 6 0 0.223408 shouldn't be
570.70/573.92	WSVECS04 Frhs2[1641]: 6 0 0.0177296 shouldn't be
571.59/574.82	WSVECS04 Frhs2[973]: 6 0 0.193767 shouldn't be
571.59/574.82	WSVECS04 Frhs2[978]: 6 0 0.190814 shouldn't be
571.59/574.82	WSVECS04 Frhs2[979]: 6 0 0.193835 shouldn't be
571.59/574.82	WSVECS04 Frhs2[981]: 6 0 0.193794 shouldn't be
572.09/575.36	WSVECS04 Frhs2[972]: 6 0 0.193827 shouldn't be
572.09/575.36	WSVECS04 Frhs2[987]: 6 0 0.205735 shouldn't be
573.79/577.08	WSVECS04 Frhs2[985]: 6 0 0.193836 shouldn't be
575.18/578.40	WSVECS04 Frhs2[984]: 6 0 0.19385 shouldn't be
578.16/581.45	c #Conflicts:     687000 | #Constraints:      34448
578.16/581.45	c #Conflicts:     688000 | #Constraints:      35448
578.16/581.45	c INPROCESSING
578.16/581.45	c GARBAGE COLLECT
578.16/581.45	c rational objective -41.9574
592.62/596.04	c #Conflicts:     689000 | #Constraints:      20027
592.62/596.04	c #Conflicts:     690000 | #Constraints:      21027
592.62/596.04	c #Conflicts:     691000 | #Constraints:      22027
592.62/596.04	c #Conflicts:     692000 | #Constraints:      23027
592.62/596.04	c #Conflicts:     693000 | #Constraints:      24027
592.62/596.04	c #Conflicts:     694000 | #Constraints:      25027
592.62/596.04	c #Conflicts:     695000 | #Constraints:      26027
592.62/596.04	c #Conflicts:     696000 | #Constraints:      27027
592.62/596.04	c #Conflicts:     697000 | #Constraints:      28027
592.62/596.04	c #Conflicts:     698000 | #Constraints:      29027
592.62/596.04	c #Conflicts:     699000 | #Constraints:      30027
592.62/596.04	c #Conflicts:     700000 | #Constraints:      31027
592.62/596.04	c #Conflicts:     701000 | #Constraints:      32027
592.62/596.04	c #Conflicts:     702000 | #Constraints:      33027
592.62/596.04	c #Conflicts:     703000 | #Constraints:      34027
592.62/596.04	c #Conflicts:     704000 | #Constraints:      35027
592.62/596.04	c #Conflicts:     705000 | #Constraints:      36027
592.62/596.04	c INPROCESSING
592.62/596.04	c GARBAGE COLLECT
592.62/596.04	c rational objective -41.9574
601.99/605.41	c #Conflicts:     706000 | #Constraints:      20531
601.99/605.41	c #Conflicts:     707000 | #Constraints:      21531
601.99/605.41	c #Conflicts:     708000 | #Constraints:      22531
601.99/605.41	c #Conflicts:     709000 | #Constraints:      23531
601.99/605.41	c #Conflicts:     710000 | #Constraints:      24531
601.99/605.41	c #Conflicts:     711000 | #Constraints:      25531
601.99/605.41	c #Conflicts:     712000 | #Constraints:      26531
601.99/605.41	c #Conflicts:     713000 | #Constraints:      27531
601.99/605.41	c #Conflicts:     714000 | #Constraints:      28531
601.99/605.41	c #Conflicts:     715000 | #Constraints:      29531
601.99/605.41	c #Conflicts:     716000 | #Constraints:      30531
601.99/605.41	c #Conflicts:     717000 | #Constraints:      31531
601.99/605.41	c #Conflicts:     718000 | #Constraints:      32531
601.99/605.41	c #Conflicts:     719000 | #Constraints:      33531
601.99/605.41	c #Conflicts:     720000 | #Constraints:      34531
601.99/605.41	c #Conflicts:     721000 | #Constraints:      35531
601.99/605.41	c #Conflicts:     722000 | #Constraints:      36531
601.99/605.41	c INPROCESSING
601.99/605.41	c GARBAGE COLLECT
601.99/605.41	c rational objective -41.9574
613.85/617.34	c #Conflicts:     723000 | #Constraints:      20679
613.85/617.34	c #Conflicts:     724000 | #Constraints:      21679
613.85/617.34	c #Conflicts:     725000 | #Constraints:      22679
613.85/617.34	c #Conflicts:     726000 | #Constraints:      23679
613.85/617.34	c #Conflicts:     727000 | #Constraints:      24679
613.85/617.34	c #Conflicts:     728000 | #Constraints:      25679
613.85/617.34	c #Conflicts:     729000 | #Constraints:      26679
613.85/617.34	c #Conflicts:     730000 | #Constraints:      27679
613.85/617.34	c #Conflicts:     731000 | #Constraints:      28681
613.85/617.34	c #Conflicts:     732000 | #Constraints:      29681
613.85/617.34	c #Conflicts:     733000 | #Constraints:      30681
613.85/617.34	c #Conflicts:     734000 | #Constraints:      31681
613.85/617.34	c #Conflicts:     735000 | #Constraints:      32681
613.85/617.34	c #Conflicts:     736000 | #Constraints:      33681
613.85/617.34	c #Conflicts:     737000 | #Constraints:      34681
613.85/617.34	c #Conflicts:     738000 | #Constraints:      35681
613.85/617.34	c #Conflicts:     739000 | #Constraints:      36681
613.85/617.34	c bounds -28 >= -85 @ 605.192
616.35/619.89	c INPROCESSING
616.35/619.89	c GARBAGE COLLECT
616.35/619.89	c rational objective -41.9574
623.32/626.81	c #Conflicts:     740000 | #Constraints:      20686
623.32/626.81	c #Conflicts:     741000 | #Constraints:      21686
623.32/626.81	c #Conflicts:     742000 | #Constraints:      22686
623.32/626.81	c #Conflicts:     743000 | #Constraints:      23686
623.32/626.81	c #Conflicts:     744000 | #Constraints:      24686
623.32/626.81	c #Conflicts:     745000 | #Constraints:      25686
623.32/626.81	c #Conflicts:     746000 | #Constraints:      26686
623.32/626.81	c #Conflicts:     747000 | #Constraints:      27686
623.32/626.81	c #Conflicts:     748000 | #Constraints:      28686
623.32/626.81	c #Conflicts:     749000 | #Constraints:      29686
623.32/626.81	WSVECS04 Frhs2[2]: 6 -3.44837 0 shouldn't be
623.32/626.81	WSVECS04 Frhs2[6]: 6 0 0.0345339 shouldn't be
623.32/626.81	WSVECS04 Frhs2[16]: 6 0 0.517336 shouldn't be
623.32/626.81	WSVECS04 Frhs2[48]: 6 -0.965593 0 shouldn't be
623.32/626.81	WSVECS04 Frhs2[82]: 6 0 0.0345177 shouldn't be
628.90/632.42	c #Conflicts:     750000 | #Constraints:      30686
628.90/632.42	c #Conflicts:     751000 | #Constraints:      31686
628.90/632.42	c #Conflicts:     752000 | #Constraints:      32686
628.90/632.42	c #Conflicts:     753000 | #Constraints:      33686
628.90/632.42	c #Conflicts:     754000 | #Constraints:      34686
628.90/632.42	c #Conflicts:     755000 | #Constraints:      35686
628.90/632.42	c #Conflicts:     756000 | #Constraints:      36686
628.90/632.42	c INPROCESSING
628.90/632.42	c GARBAGE COLLECT
628.90/632.42	c rational objective -41.9574
645.65/649.26	c #Conflicts:     757000 | #Constraints:      20466
645.65/649.26	c #Conflicts:     758000 | #Constraints:      21466
645.65/649.26	c #Conflicts:     759000 | #Constraints:      22466
645.65/649.26	c #Conflicts:     760000 | #Constraints:      23466
645.65/649.26	c #Conflicts:     761000 | #Constraints:      24466
645.65/649.26	c #Conflicts:     762000 | #Constraints:      25468
645.65/649.26	c #Conflicts:     763000 | #Constraints:      26468
645.65/649.26	c #Conflicts:     764000 | #Constraints:      27468
645.65/649.26	c #Conflicts:     765000 | #Constraints:      28468
645.65/649.26	c #Conflicts:     766000 | #Constraints:      29470
645.65/649.26	c #Conflicts:     767000 | #Constraints:      30471
645.65/649.26	c #Conflicts:     768000 | #Constraints:      31472
645.65/649.26	c #Conflicts:     769000 | #Constraints:      32473
645.65/649.26	c #Conflicts:     770000 | #Constraints:      33474
645.65/649.26	c #Conflicts:     771000 | #Constraints:      34478
645.65/649.26	c #Conflicts:     772000 | #Constraints:      35485
645.65/649.26	c #Conflicts:     773000 | #Constraints:      36485
645.65/649.26	c #Conflicts:     774000 | #Constraints:      37488
645.65/649.26	c INPROCESSING
645.65/649.26	c GARBAGE COLLECT
645.65/649.26	c rational objective -41.9574
647.64/651.20	WSVECS04 Frhs2[9]: 6 -2.50003 0 shouldn't be
647.64/651.20	WSVECS04 Frhs2[16]: 6 -2.00007 0 shouldn't be
647.64/651.20	WSVECS04 Frhs2[29]: 6 -0.500023 0 shouldn't be
647.64/651.20	WSVECS04 Frhs2[35]: 6 -1.50009 0 shouldn't be
647.64/651.20	WSVECS04 Frhs2[48]: 6 -1.50007 0 shouldn't be
647.64/651.20	WSVECS04 Frhs2[70]: 6 -4.00009 0 shouldn't be
647.64/651.20	WSVECS04 Frhs2[76]: 6 -2.00006 0 shouldn't be
647.64/651.20	WSVECS04 Frhs2[88]: 6 0 1.00008 shouldn't be
647.64/651.20	WSVECS04 Frhs2[117]: 6 -6.00007 0 shouldn't be
648.45/652.01	WSVECS04 Frhs2[6]: 6 -1.50004 0 shouldn't be
650.03/653.61	WSVECS04 Frhs2[90]: 6 -2.50009 0 shouldn't be
659.51/663.18	c #Conflicts:     775000 | #Constraints:      21147
659.51/663.18	c #Conflicts:     776000 | #Constraints:      22147
659.51/663.18	c #Conflicts:     777000 | #Constraints:      23147
659.51/663.18	c #Conflicts:     778000 | #Constraints:      24147
659.51/663.18	c #Conflicts:     779000 | #Constraints:      25147
659.51/663.18	c #Conflicts:     780000 | #Constraints:      26147
659.51/663.18	c #Conflicts:     781000 | #Constraints:      27147
659.51/663.18	c #Conflicts:     782000 | #Constraints:      28147
659.51/663.18	c #Conflicts:     783000 | #Constraints:      29147
659.51/663.18	c #Conflicts:     784000 | #Constraints:      30147
659.51/663.18	c #Conflicts:     785000 | #Constraints:      31147
659.51/663.18	c #Conflicts:     786000 | #Constraints:      32147
659.51/663.18	c #Conflicts:     787000 | #Constraints:      33147
659.51/663.18	c #Conflicts:     788000 | #Constraints:      34148
659.51/663.18	c #Conflicts:     789000 | #Constraints:      35148
659.51/663.18	c #Conflicts:     790000 | #Constraints:      36148
659.51/663.18	c #Conflicts:     791000 | #Constraints:      37148
659.51/663.18	c #Conflicts:     792000 | #Constraints:      38148
659.51/663.18	c INPROCESSING
659.51/663.18	c GARBAGE COLLECT
659.51/663.18	c rational objective -41.9574
673.76/677.45	c #Conflicts:     793000 | #Constraints:      21499
673.76/677.45	c #Conflicts:     794000 | #Constraints:      22499
673.76/677.45	c #Conflicts:     795000 | #Constraints:      23499
673.76/677.45	c #Conflicts:     796000 | #Constraints:      24500
673.76/677.45	c #Conflicts:     797000 | #Constraints:      25504
673.76/677.45	c #Conflicts:     798000 | #Constraints:      26504
673.76/677.45	c #Conflicts:     799000 | #Constraints:      27504
673.76/677.45	c #Conflicts:     800000 | #Constraints:      28504
673.76/677.45	c #Conflicts:     801000 | #Constraints:      29504
673.76/677.45	c #Conflicts:     802000 | #Constraints:      30504
673.76/677.45	c #Conflicts:     803000 | #Constraints:      31504
673.76/677.45	c #Conflicts:     804000 | #Constraints:      32504
673.76/677.45	c #Conflicts:     805000 | #Constraints:      33504
673.76/677.45	c #Conflicts:     806000 | #Constraints:      34504
673.76/677.45	c #Conflicts:     807000 | #Constraints:      35504
673.76/677.45	c #Conflicts:     808000 | #Constraints:      36504
673.76/677.45	c #Conflicts:     809000 | #Constraints:      37505
673.76/677.45	c #Conflicts:     810000 | #Constraints:      38505
673.76/677.45	c INPROCESSING
673.76/677.45	c GARBAGE COLLECT
673.76/677.45	c rational objective -41.9574
678.24/681.91	c #Conflicts:     811000 | #Constraints:      21680
678.24/681.91	c #Conflicts:     812000 | #Constraints:      22680
678.24/681.91	c #Conflicts:     813000 | #Constraints:      23680
678.24/681.91	c #Conflicts:     814000 | #Constraints:      24680
678.24/681.91	c #Conflicts:     815000 | #Constraints:      25680
678.24/681.91	c #Conflicts:     816000 | #Constraints:      26680
678.24/681.91	c #Conflicts:     817000 | #Constraints:      27680
678.24/681.91	c #Conflicts:     818000 | #Constraints:      28680
678.24/681.91	c #Conflicts:     819000 | #Constraints:      29680
678.24/681.91	c #Conflicts:     820000 | #Constraints:      30680
678.24/681.91	WSVECS04 Frhs2[10]: 6 -1.00002 0 shouldn't be
678.24/681.91	WSVECS04 Frhs2[30]: 6 -3.00002 0 shouldn't be
678.24/681.91	WSVECS04 Frhs2[47]: 6 -3.00008 0 shouldn't be
679.53/683.28	WSVECS04 Frhs2[24]: 6 0 1.00006 shouldn't be
679.53/683.28	WSVECS04 Frhs2[81]: 6 0 1.00009 shouldn't be
695.98/699.73	c #Conflicts:     821000 | #Constraints:      31681
695.98/699.73	c #Conflicts:     822000 | #Constraints:      32681
695.98/699.73	c #Conflicts:     823000 | #Constraints:      33681
695.98/699.73	c #Conflicts:     824000 | #Constraints:      34681
695.98/699.73	c #Conflicts:     825000 | #Constraints:      35681
695.98/699.73	c #Conflicts:     826000 | #Constraints:      36681
695.98/699.73	c #Conflicts:     827000 | #Constraints:      37681
695.98/699.73	c #Conflicts:     828000 | #Constraints:      38681
695.98/699.73	c INPROCESSING
695.98/699.73	c GARBAGE COLLECT
695.98/699.73	c rational objective -41.9574
710.07/713.93	c #Conflicts:     829000 | #Constraints:      21677
710.07/713.93	c #Conflicts:     830000 | #Constraints:      22677
710.07/713.93	c #Conflicts:     831000 | #Constraints:      23677
710.07/713.93	c #Conflicts:     832000 | #Constraints:      24677
710.07/713.93	c #Conflicts:     833000 | #Constraints:      25677
710.07/713.93	c #Conflicts:     834000 | #Constraints:      26677
710.07/713.93	c #Conflicts:     835000 | #Constraints:      27677
710.07/713.93	c #Conflicts:     836000 | #Constraints:      28677
710.07/713.93	c #Conflicts:     837000 | #Constraints:      29677
710.07/713.93	c #Conflicts:     838000 | #Constraints:      30677
710.07/713.93	c #Conflicts:     839000 | #Constraints:      31677
710.07/713.93	c #Conflicts:     840000 | #Constraints:      32677
710.07/713.93	c #Conflicts:     841000 | #Constraints:      33677
710.07/713.93	c #Conflicts:     842000 | #Constraints:      34677
710.07/713.93	c #Conflicts:     843000 | #Constraints:      35677
710.07/713.93	c #Conflicts:     844000 | #Constraints:      36677
710.07/713.93	c #Conflicts:     845000 | #Constraints:      37677
710.07/713.93	c #Conflicts:     846000 | #Constraints:      38677
710.07/713.93	c INPROCESSING
710.07/713.93	c GARBAGE COLLECT
710.07/713.93	c rational objective -41.9574
716.65/720.59	c #Conflicts:     847000 | #Constraints:      21530
716.65/720.59	c #Conflicts:     848000 | #Constraints:      22530
716.65/720.59	c #Conflicts:     849000 | #Constraints:      23530
716.65/720.59	c #Conflicts:     850000 | #Constraints:      24530
716.65/720.59	c #Conflicts:     851000 | #Constraints:      25530
716.65/720.59	c #Conflicts:     852000 | #Constraints:      26530
716.65/720.59	c #Conflicts:     853000 | #Constraints:      27530
716.65/720.59	c #Conflicts:     854000 | #Constraints:      28530
716.65/720.59	c #Conflicts:     855000 | #Constraints:      29530
716.65/720.59	c #Conflicts:     856000 | #Constraints:      30530
716.65/720.59	c #Conflicts:     857000 | #Constraints:      31530
716.65/720.59	c #Conflicts:     858000 | #Constraints:      32530
716.65/720.59	c #Conflicts:     859000 | #Constraints:      33530
716.65/720.59	c #Conflicts:     860000 | #Constraints:      34530
716.65/720.59	c #Conflicts:     861000 | #Constraints:      35530
716.65/720.59	c #Conflicts:     862000 | #Constraints:      36530
716.65/720.59	c #Conflicts:     863000 | #Constraints:      37530
716.65/720.59	c #Conflicts:     864000 | #Constraints:      38530
716.65/720.59	c #Conflicts:     865000 | #Constraints:      39531
716.65/720.59	c INPROCESSING
716.65/720.59	c GARBAGE COLLECT
716.65/720.59	WSVECS04 Frhs2[55]: 6 -2.0001 0 shouldn't be
716.65/720.59	WSVECS04 Frhs2[62]: 6 -1.00004 0 shouldn't be
716.65/720.59	WSVECS04 Frhs2[65]: 6 0 1.00006 shouldn't be
716.65/720.59	WSVECS04 Frhs2[69]: 6 -4.00001 0 shouldn't be
718.85/722.75	c rational objective -41.9574
736.49/740.48	c #Conflicts:     866000 | #Constraints:      22094
736.49/740.48	c #Conflicts:     867000 | #Constraints:      23094
736.49/740.48	c #Conflicts:     868000 | #Constraints:      24094
736.49/740.48	c #Conflicts:     869000 | #Constraints:      25094
736.49/740.48	c #Conflicts:     870000 | #Constraints:      26094
736.49/740.48	c #Conflicts:     871000 | #Constraints:      27094
736.49/740.48	c #Conflicts:     872000 | #Constraints:      28094
736.49/740.48	c #Conflicts:     873000 | #Constraints:      29094
736.49/740.48	c #Conflicts:     874000 | #Constraints:      30094
736.49/740.48	c #Conflicts:     875000 | #Constraints:      31094
736.49/740.48	c #Conflicts:     876000 | #Constraints:      32094
736.49/740.48	c #Conflicts:     877000 | #Constraints:      33094
736.49/740.48	c #Conflicts:     878000 | #Constraints:      34094
736.49/740.48	c #Conflicts:     879000 | #Constraints:      35094
736.49/740.48	c #Conflicts:     880000 | #Constraints:      36094
736.49/740.48	c #Conflicts:     881000 | #Constraints:      37094
736.49/740.48	c #Conflicts:     882000 | #Constraints:      38097
736.49/740.48	c #Conflicts:     883000 | #Constraints:      39097
736.49/740.48	c #Conflicts:     884000 | #Constraints:      40097
736.49/740.48	c INPROCESSING
736.49/740.48	c GARBAGE COLLECT
736.49/740.48	c rational objective -41.9574
738.38/742.39	WSVECS04 Frhs2[9]: 6 -3.00002 0 shouldn't be
738.38/742.39	WSVECS04 Frhs2[10]: 6 -1.00002 0 shouldn't be
738.38/742.39	WSVECS04 Frhs2[16]: 6 -2.00007 0 shouldn't be
738.38/742.39	WSVECS04 Frhs2[40]: 6 -2.00008 0 shouldn't be
748.85/752.81	c #Conflicts:     885000 | #Constraints:      22482
748.85/752.81	c #Conflicts:     886000 | #Constraints:      23482
748.85/752.81	c #Conflicts:     887000 | #Constraints:      24482
748.85/752.81	c #Conflicts:     888000 | #Constraints:      25482
748.85/752.81	c #Conflicts:     889000 | #Constraints:      26482
748.85/752.81	c #Conflicts:     890000 | #Constraints:      27482
748.85/752.81	c #Conflicts:     891000 | #Constraints:      28482
748.85/752.81	c #Conflicts:     892000 | #Constraints:      29482
748.85/752.81	c #Conflicts:     893000 | #Constraints:      30482
748.85/752.81	c #Conflicts:     894000 | #Constraints:      31482
748.85/752.81	c #Conflicts:     895000 | #Constraints:      32484
748.85/752.81	c #Conflicts:     896000 | #Constraints:      33484
748.85/752.81	c #Conflicts:     897000 | #Constraints:      34484
748.85/752.81	c #Conflicts:     898000 | #Constraints:      35484
748.85/752.81	c #Conflicts:     899000 | #Constraints:      36484
748.85/752.81	c #Conflicts:     900000 | #Constraints:      37484
748.85/752.81	c #Conflicts:     901000 | #Constraints:      38484
748.85/752.81	c #Conflicts:     902000 | #Constraints:      39484
748.85/752.81	c bounds -28 >= -84 @ 738.44
751.05/755.03	c #Conflicts:     903000 | #Constraints:      40523
751.05/755.03	c INPROCESSING
751.05/755.03	c GARBAGE COLLECT
751.05/755.03	c rational objective -41.9574
752.83/756.84	WSVECS04 Frhs2[15]: 6 -2.00001 0 shouldn't be
752.83/756.84	WSVECS04 Frhs2[43]: 6 0 1.00004 shouldn't be
752.83/756.84	WSVECS04 Frhs2[72]: 6 -1.00008 0 shouldn't be
752.83/756.84	WSVECS04 Frhs2[77]: 6 -1.00001 0 shouldn't be
752.83/756.84	WSVECS04 Frhs2[83]: 6 -2.00005 0 shouldn't be
752.83/756.84	WSVECS04 Frhs2[92]: 6 -5.00001 0 shouldn't be
752.83/756.84	WSVECS04 Frhs2[118]: 6 -3.00001 0 shouldn't be
752.83/756.84	WSVECS04 Frhs2[120]: 6 -1.0001 0 shouldn't be
753.54/757.52	WSVECS04 Frhs2[1]: 6 -2.00005 0 shouldn't be
753.54/757.52	WSVECS04 Frhs2[31]: 6 -1.00005 0 shouldn't be
753.54/757.52	WSVECS04 Frhs2[82]: 6 -4.00007 0 shouldn't be
753.54/757.52	WSVECS04 Frhs2[84]: 6 -2.0001 0 shouldn't be
764.00/768.09	c #Conflicts:     904000 | #Constraints:      22704
764.00/768.09	c #Conflicts:     905000 | #Constraints:      23704
764.00/768.09	c #Conflicts:     906000 | #Constraints:      24704
764.00/768.09	c #Conflicts:     907000 | #Constraints:      25704
764.00/768.09	c #Conflicts:     908000 | #Constraints:      26704
764.00/768.09	c #Conflicts:     909000 | #Constraints:      27704
764.00/768.09	c #Conflicts:     910000 | #Constraints:      28704
764.00/768.09	c #Conflicts:     911000 | #Constraints:      29704
764.00/768.09	c #Conflicts:     912000 | #Constraints:      30704
764.00/768.09	c #Conflicts:     913000 | #Constraints:      31704
764.00/768.09	c #Conflicts:     914000 | #Constraints:      32704
764.00/768.09	c #Conflicts:     915000 | #Constraints:      33704
764.00/768.09	c #Conflicts:     916000 | #Constraints:      34704
764.00/768.09	c #Conflicts:     917000 | #Constraints:      35704
764.00/768.09	c #Conflicts:     918000 | #Constraints:      36704
764.00/768.09	c #Conflicts:     919000 | #Constraints:      37704
764.00/768.09	c #Conflicts:     920000 | #Constraints:      38704
764.00/768.09	WSVECS04 Frhs2[10]: 6 0 1.00002 shouldn't be
764.00/768.09	WSVECS04 Frhs2[47]: 6 -1.80006 0 shouldn't be
764.00/768.09	WSVECS04 Frhs2[69]: 6 -4.60005 0 shouldn't be
764.00/768.09	WSVECS04 Frhs2[87]: 6 -1.64005 0 shouldn't be
764.00/768.09	WSVECS04 Frhs2[115]: 6 -4.60006 0 shouldn't be
764.00/768.09	WSVECS04 Frhs2[116]: 6 -1.80006 0 shouldn't be
765.39/769.40	WSVECS04 Frhs2[1139]: 6 0 0.040097 shouldn't be
765.39/769.40	WSVECS04 Frhs2[1530]: 6 0 0.0400201 shouldn't be
765.39/769.40	WSVECS04 Frhs2[1532]: 6 0 0.0400931 shouldn't be
765.39/769.40	WSVECS04 Frhs2[1533]: 6 0 0.0400171 shouldn't be
765.39/769.40	WSVECS04 Frhs2[1537]: 6 0 0.0400306 shouldn't be
765.39/769.40	WSVECS04 Frhs2[1538]: 6 0 0.0400656 shouldn't be
765.39/769.40	WSVECS04 Frhs2[1539]: 6 0 0.0400922 shouldn't be
765.39/769.40	WSVECS04 Frhs2[1543]: 6 0 0.0400699 shouldn't be
765.39/769.40	WSVECS04 Frhs2[1547]: 6 0 0.04007 shouldn't be
766.09/770.12	WSVECS04 Frhs2[17]: 6 0 1.00005 shouldn't be
766.09/770.12	WSVECS04 Frhs2[1145]: 6 0 0.0400793 shouldn't be
766.09/770.12	WSVECS04 Frhs2[1146]: 6 0 0.0400822 shouldn't be
766.09/770.12	WSVECS04 Frhs2[1544]: 6 0 0.0400595 shouldn't be
766.78/770.85	WSVECS04 Frhs2[48]: 6 0 1.00003 shouldn't be
766.78/770.85	WSVECS04 Frhs2[95]: 6 0 1.00006 shouldn't be
766.78/770.85	WSVECS04 Frhs2[1144]: 6 0 0.0400377 shouldn't be
766.78/770.85	WSVECS04 Frhs2[1546]: 6 0 0.0400753 shouldn't be
767.98/772.02	WSVECS04 Frhs2[1531]: 6 0 0.0400904 shouldn't be
769.08/773.11	WSVECS04 Frhs2[1536]: 6 0 0.0400318 shouldn't be
769.87/773.90	WSVECS04 Frhs2[25]: 6 0 1.00004 shouldn't be
771.07/775.17	WSVECS04 Frhs2[6]: 6 0 1.00009 shouldn't be
771.07/775.17	WSVECS04 Frhs2[32]: 6 0 1.00005 shouldn't be
771.07/775.17	WSVECS04 Frhs2[66]: 6 0 1.00006 shouldn't be
771.07/775.17	WSVECS04 Frhs2[73]: 6 0 1.00007 shouldn't be
771.07/775.17	WSVECS04 Frhs2[110]: 6 0 1.00009 shouldn't be
777.24/781.30	c #Conflicts:     921000 | #Constraints:      39704
777.24/781.30	c #Conflicts:     922000 | #Constraints:      40704
777.24/781.30	c INPROCESSING
777.24/781.30	c GARBAGE COLLECT
777.24/781.30	c rational objective -41.9574
793.09/797.22	c #Conflicts:     923000 | #Constraints:      22676
793.09/797.22	c #Conflicts:     924000 | #Constraints:      23676
793.09/797.22	c #Conflicts:     925000 | #Constraints:      24676
793.09/797.22	c #Conflicts:     926000 | #Constraints:      25676
793.09/797.22	c #Conflicts:     927000 | #Constraints:      26676
793.09/797.22	c #Conflicts:     928000 | #Constraints:      27676
793.09/797.22	c #Conflicts:     929000 | #Constraints:      28676
793.09/797.22	c #Conflicts:     930000 | #Constraints:      29676
793.09/797.22	c #Conflicts:     931000 | #Constraints:      30676
793.09/797.22	c #Conflicts:     932000 | #Constraints:      31676
793.09/797.22	c #Conflicts:     933000 | #Constraints:      32676
793.09/797.22	c #Conflicts:     934000 | #Constraints:      33676
793.09/797.22	c #Conflicts:     935000 | #Constraints:      34676
793.09/797.22	c #Conflicts:     936000 | #Constraints:      35676
793.09/797.22	c #Conflicts:     937000 | #Constraints:      36676
793.09/797.22	c #Conflicts:     938000 | #Constraints:      37676
793.09/797.22	c #Conflicts:     939000 | #Constraints:      38676
793.09/797.22	c #Conflicts:     940000 | #Constraints:      39676
793.09/797.22	c #Conflicts:     941000 | #Constraints:      40676
793.09/797.22	c INPROCESSING
793.09/797.22	c GARBAGE COLLECT
793.09/797.22	c rational objective -41.9574
808.49/812.72	c #Conflicts:     942000 | #Constraints:      22577
808.49/812.72	c #Conflicts:     943000 | #Constraints:      23577
808.49/812.72	c #Conflicts:     944000 | #Constraints:      24577
808.49/812.72	c #Conflicts:     945000 | #Constraints:      25577
808.49/812.72	c #Conflicts:     946000 | #Constraints:      26577
808.49/812.72	c #Conflicts:     947000 | #Constraints:      27577
808.49/812.72	c #Conflicts:     948000 | #Constraints:      28577
808.49/812.72	c #Conflicts:     949000 | #Constraints:      29577
808.49/812.72	c #Conflicts:     950000 | #Constraints:      30577
808.49/812.72	c #Conflicts:     951000 | #Constraints:      31577
808.49/812.72	c #Conflicts:     952000 | #Constraints:      32577
808.49/812.72	c #Conflicts:     953000 | #Constraints:      33579
808.49/812.72	c #Conflicts:     954000 | #Constraints:      34580
808.49/812.72	c #Conflicts:     955000 | #Constraints:      35580
808.49/812.72	c #Conflicts:     956000 | #Constraints:      36581
808.49/812.72	c #Conflicts:     957000 | #Constraints:      37581
808.49/812.72	c #Conflicts:     958000 | #Constraints:      38582
808.49/812.72	c #Conflicts:     959000 | #Constraints:      39582
808.49/812.72	c #Conflicts:     960000 | #Constraints:      40582
808.49/812.72	c #Conflicts:     961000 | #Constraints:      41582
808.49/812.72	c INPROCESSING
808.49/812.72	c GARBAGE COLLECT
808.49/812.72	c rational objective -41.9574
818.36/822.66	c #Conflicts:     962000 | #Constraints:      23139
818.36/822.66	c #Conflicts:     963000 | #Constraints:      24139
818.36/822.66	c #Conflicts:     964000 | #Constraints:      25139
818.36/822.66	c #Conflicts:     965000 | #Constraints:      26139
818.36/822.66	c #Conflicts:     966000 | #Constraints:      27139
818.36/822.66	c #Conflicts:     967000 | #Constraints:      28139
818.36/822.66	c #Conflicts:     968000 | #Constraints:      29139
818.36/822.66	c #Conflicts:     969000 | #Constraints:      30141
818.36/822.66	c #Conflicts:     970000 | #Constraints:      31141
818.36/822.66	c #Conflicts:     971000 | #Constraints:      32141
818.36/822.66	c #Conflicts:     972000 | #Constraints:      33141
818.36/822.66	c #Conflicts:     973000 | #Constraints:      34141
818.36/822.66	c #Conflicts:     974000 | #Constraints:      35141
818.36/822.66	c #Conflicts:     975000 | #Constraints:      36141
818.36/822.66	c #Conflicts:     976000 | #Constraints:      37141
818.36/822.66	c #Conflicts:     977000 | #Constraints:      38141
818.36/822.66	c #Conflicts:     978000 | #Constraints:      39141
818.36/822.66	c #Conflicts:     979000 | #Constraints:      40141
818.36/822.66	c #Conflicts:     980000 | #Constraints:      41141
818.36/822.66	WSVECS04 Frhs2[42]: 6 -1.77393 0 shouldn't be
818.36/822.66	WSVECS04 Frhs2[49]: 6 -0.785658 0 shouldn't be
818.36/822.66	WSVECS04 Frhs2[1552]: 6 0 0.0699205 shouldn't be
818.36/822.66	WSVECS04 Frhs2[1556]: 6 0 0.0234461 shouldn't be
818.36/822.66	WSVECS04 Frhs2[1562]: 6 0 0.0469164 shouldn't be
818.36/822.66	WSVECS04 Frhs2[1580]: 6 0 0.0159666 shouldn't be
819.16/823.45	WSVECS04 Frhs2[1548]: 6 0 0.0234353 shouldn't be
819.16/823.45	WSVECS04 Frhs2[1557]: 6 0 0.0234422 shouldn't be
820.66/824.98	WSVECS04 Frhs2[1551]: 6 0 0.0469256 shouldn't be
820.66/824.98	WSVECS04 Frhs2[1553]: 6 0 0.0234849 shouldn't be
820.66/824.98	WSVECS04 Frhs2[1569]: 6 0 0.0159913 shouldn't be
822.14/826.44	WSVECS04 Frhs2[1550]: 6 0 0.0234782 shouldn't be
822.14/826.44	WSVECS04 Frhs2[1561]: 6 0 0.0234551 shouldn't be
823.44/827.78	WSVECS04 Frhs2[79]: 6 0 0.495612 shouldn't be
823.44/827.78	WSVECS04 Frhs2[1171]: 6 0 1.03617 shouldn't be
823.44/827.78	WSVECS04 Frhs2[1193]: 6 0 0.477256 shouldn't be
826.03/830.35	c #Conflicts:     981000 | #Constraints:      42141
826.03/830.35	c INPROCESSING
826.03/830.35	c GARBAGE COLLECT
826.03/830.35	c rational objective -41.9574
833.36/837.73	c #Conflicts:     982000 | #Constraints:      23505
833.36/837.73	c #Conflicts:     983000 | #Constraints:      24505
833.36/837.73	c #Conflicts:     984000 | #Constraints:      25505
833.36/837.73	c #Conflicts:     985000 | #Constraints:      26505
833.36/837.73	c #Conflicts:     986000 | #Constraints:      27505
833.36/837.73	c #Conflicts:     987000 | #Constraints:      28505
833.36/837.73	c #Conflicts:     988000 | #Constraints:      29505
833.36/837.73	c #Conflicts:     989000 | #Constraints:      30505
833.36/837.73	c #Conflicts:     990000 | #Constraints:      31505
833.36/837.73	c #Conflicts:     991000 | #Constraints:      32505
833.36/837.73	c #Conflicts:     992000 | #Constraints:      33505
833.36/837.73	c #Conflicts:     993000 | #Constraints:      34505
833.36/837.73	c #Conflicts:     994000 | #Constraints:      35505
833.36/837.73	c #Conflicts:     995000 | #Constraints:      36505
833.36/837.73	c #Conflicts:     996000 | #Constraints:      37505
833.36/837.73	c #Conflicts:     997000 | #Constraints:      38505
833.36/837.73	c #Conflicts:     998000 | #Constraints:      39505
833.36/837.73	c #Conflicts:     999000 | #Constraints:      40505
833.36/837.73	c #Conflicts:    1000000 | #Constraints:      41506
833.36/837.73	WSVECS04 Frhs2[73]: 6 -0.76931 0 shouldn't be
836.55/840.91	c #Conflicts:    1001000 | #Constraints:      42506
836.55/840.91	c INPROCESSING
836.55/840.91	c GARBAGE COLLECT
836.55/840.91	c rational objective -41.9574
852.59/857.10	c #Conflicts:    1002000 | #Constraints:      23692
852.59/857.10	c #Conflicts:    1003000 | #Constraints:      24692
852.59/857.10	c #Conflicts:    1004000 | #Constraints:      25692
852.59/857.10	c #Conflicts:    1005000 | #Constraints:      26692
852.59/857.10	c #Conflicts:    1006000 | #Constraints:      27692
852.59/857.10	c #Conflicts:    1007000 | #Constraints:      28693
852.59/857.10	c #Conflicts:    1008000 | #Constraints:      29701
852.59/857.10	c #Conflicts:    1009000 | #Constraints:      30705
852.59/857.10	c #Conflicts:    1010000 | #Constraints:      31709
852.59/857.10	c #Conflicts:    1011000 | #Constraints:      32710
852.59/857.10	c #Conflicts:    1012000 | #Constraints:      33710
852.59/857.10	c #Conflicts:    1013000 | #Constraints:      34711
852.59/857.10	c #Conflicts:    1014000 | #Constraints:      35711
852.59/857.10	c #Conflicts:    1015000 | #Constraints:      36711
852.59/857.10	c #Conflicts:    1016000 | #Constraints:      37711
852.59/857.10	c #Conflicts:    1017000 | #Constraints:      38711
852.59/857.10	c #Conflicts:    1018000 | #Constraints:      39711
852.59/857.10	c #Conflicts:    1019000 | #Constraints:      40712
852.59/857.10	c #Conflicts:    1020000 | #Constraints:      41712
852.59/857.10	c #Conflicts:    1021000 | #Constraints:      42712
852.59/857.10	c INPROCESSING
852.59/857.10	c GARBAGE COLLECT
852.59/857.10	c rational objective -41.9574
857.68/862.21	c #Conflicts:    1022000 | #Constraints:      23821
857.68/862.21	c #Conflicts:    1023000 | #Constraints:      24821
857.68/862.21	c #Conflicts:    1024000 | #Constraints:      25821
857.68/862.21	c #Conflicts:    1025000 | #Constraints:      26821
857.68/862.21	c #Conflicts:    1026000 | #Constraints:      27821
857.68/862.21	c #Conflicts:    1027000 | #Constraints:      28821
857.68/862.21	WSVECS04 Frhs2[65]: 6 0 0.333432 shouldn't be
857.68/862.21	WSVECS04 Frhs2[86]: 6 -1.33343 0 shouldn't be
857.68/862.21	WSVECS04 Frhs2[95]: 6 0 1.00005 shouldn't be
857.68/862.21	WSVECS04 Frhs2[105]: 6 0 1.0001 shouldn't be
858.58/863.16	WSVECS04 Frhs2[1275]: 6 0 0.166766 shouldn't be
862.86/867.41	c #Conflicts:    1028000 | #Constraints:      29821
862.86/867.41	c #Conflicts:    1029000 | #Constraints:      30821
862.86/867.41	c #Conflicts:    1030000 | #Constraints:      31821
862.86/867.41	c #Conflicts:    1031000 | #Constraints:      32821
862.86/867.41	c #Conflicts:    1032000 | #Constraints:      33821
862.86/867.41	c #Conflicts:    1033000 | #Constraints:      34821
862.86/867.41	c #Conflicts:    1034000 | #Constraints:      35821
862.86/867.41	c #Conflicts:    1035000 | #Constraints:      36821
862.86/867.41	c #Conflicts:    1036000 | #Constraints:      37821
862.86/867.41	c #Conflicts:    1037000 | #Constraints:      38821
862.86/867.41	WSVECS04 Frhs2[30]: 6 -1.7059 0 shouldn't be
862.86/867.41	WSVECS04 Frhs2[71]: 6 0 0.277162 shouldn't be
863.86/868.46	WSVECS04 Frhs2[1534]: 6 0 0.0328747 shouldn't be
864.25/868.87	WSVECS04 Frhs2[1551]: 6 0 0.0609118 shouldn't be
864.25/868.87	WSVECS04 Frhs2[1659]: 6 0 0.0224417 shouldn't be
864.25/868.87	WSVECS04 Frhs2[1670]: 6 0 0.00348482 shouldn't be
864.25/868.87	WSVECS04 Frhs2[1695]: 6 0 0.0881152 shouldn't be
864.25/868.87	WSVECS04 Frhs2[1698]: 6 0 0.00138593 shouldn't be
864.25/868.87	WSVECS04 Frhs2[1713]: 6 0 0.0315813 shouldn't be
864.65/869.27	WSVECS04 Frhs2[32]: 6 0 0.294128 shouldn't be
864.65/869.27	WSVECS04 Frhs2[1660]: 6 0 0.0328853 shouldn't be
864.65/869.27	WSVECS04 Frhs2[1661]: 6 0 0.0158452 shouldn't be
864.65/869.27	WSVECS04 Frhs2[1706]: 6 0 0.0709485 shouldn't be
865.46/870.06	WSVECS04 Frhs2[1530]: 6 0 0.1747 shouldn't be
865.46/870.06	WSVECS04 Frhs2[1531]: 6 0 0.174621 shouldn't be
865.46/870.06	WSVECS04 Frhs2[1533]: 6 0 0.250862 shouldn't be
865.46/870.06	WSVECS04 Frhs2[1535]: 6 0 0.0485732 shouldn't be
865.46/870.06	WSVECS04 Frhs2[1537]: 6 0 0.0170699 shouldn't be
865.46/870.06	WSVECS04 Frhs2[1538]: 6 0 0.174621 shouldn't be
865.46/870.06	WSVECS04 Frhs2[1539]: 6 0 0.206216 shouldn't be
865.46/870.06	WSVECS04 Frhs2[1541]: 6 0 0.0171293 shouldn't be
865.46/870.06	WSVECS04 Frhs2[1542]: 6 0 0.17469 shouldn't be
865.46/870.06	WSVECS04 Frhs2[1543]: 6 0 0.174689 shouldn't be
865.46/870.06	WSVECS04 Frhs2[1545]: 6 0 0.346733 shouldn't be
865.46/870.06	WSVECS04 Frhs2[1547]: 6 0 0.174642 shouldn't be
865.46/870.06	WSVECS04 Frhs2[1548]: 6 0 0.0315631 shouldn't be
865.46/870.06	WSVECS04 Frhs2[1549]: 6 0 0.0315793 shouldn't be
865.46/870.06	WSVECS04 Frhs2[1553]: 6 0 0.061786 shouldn't be
865.46/870.06	WSVECS04 Frhs2[1556]: 6 0 0.0315377 shouldn't be
865.46/870.06	WSVECS04 Frhs2[1557]: 6 0 0.0315616 shouldn't be
865.46/870.06	WSVECS04 Frhs2[1559]: 6 0 0.0316008 shouldn't be
865.46/870.06	WSVECS04 Frhs2[1561]: 6 0 0.0315729 shouldn't be
865.46/870.06	WSVECS04 Frhs2[1562]: 6 0 0.0813954 shouldn't be
865.46/870.06	WSVECS04 Frhs2[1565]: 6 0 0.0315857 shouldn't be
865.46/870.06	WSVECS04 Frhs2[1692]: 6 0 0.0171425 shouldn't be
865.46/870.06	WSVECS04 Frhs2[1699]: 6 0 0.0171144 shouldn't be
866.25/870.87	WSVECS04 Frhs2[1697]: 6 0 0.064329 shouldn't be
866.25/870.87	WSVECS04 Frhs2[1708]: 6 0 0.0171345 shouldn't be
866.25/870.87	WSVECS04 Frhs2[1709]: 6 0 0.0170633 shouldn't be
866.25/870.87	WSVECS04 Frhs2[1724]: 6 0 0.0315411 shouldn't be
867.46/872.09	WSVECS04 Frhs2[23]: 6 -1.03809 0 shouldn't be
867.46/872.09	WSVECS04 Frhs2[63]: 6 -1.06966 0 shouldn't be
867.46/872.09	WSVECS04 Frhs2[64]: 6 0 1.00007 shouldn't be
867.46/872.09	WSVECS04 Frhs2[1694]: 6 0 0.0171245 shouldn't be
867.46/872.09	WSVECS04 Frhs2[1703]: 6 0 0.0170557 shouldn't be
867.46/872.09	WSVECS04 Frhs2[1704]: 6 0 0.0170912 shouldn't be
868.14/872.78	WSVECS04 Frhs2[62]: 6 -5.12213 0 shouldn't be
868.14/872.78	WSVECS04 Frhs2[1536]: 6 0 0.0171006 shouldn't be
868.14/872.78	WSVECS04 Frhs2[1555]: 6 0 0.0144909 shouldn't be
868.14/872.78	WSVECS04 Frhs2[1693]: 6 0 0.0171141 shouldn't be
868.14/872.78	WSVECS04 Frhs2[1700]: 6 0 0.0171275 shouldn't be
871.54/876.18	c #Conflicts:    1038000 | #Constraints:      39821
871.54/876.18	c #Conflicts:    1039000 | #Constraints:      40821
871.54/876.18	c #Conflicts:    1040000 | #Constraints:      41821
871.54/876.18	c #Conflicts:    1041000 | #Constraints:      42821
871.54/876.18	c INPROCESSING
871.54/876.18	c GARBAGE COLLECT
871.54/876.18	c rational objective -41.9574
878.42/883.09	c #Conflicts:    1042000 | #Constraints:      23548
878.42/883.09	c #Conflicts:    1043000 | #Constraints:      24548
878.42/883.09	c #Conflicts:    1044000 | #Constraints:      25548
878.42/883.09	c #Conflicts:    1045000 | #Constraints:      26548
878.42/883.09	c #Conflicts:    1046000 | #Constraints:      27548
878.42/883.09	c #Conflicts:    1047000 | #Constraints:      28548
878.42/883.09	c #Conflicts:    1048000 | #Constraints:      29548
878.42/883.09	c #Conflicts:    1049000 | #Constraints:      30548
878.42/883.09	c #Conflicts:    1050000 | #Constraints:      31548
878.42/883.09	c #Conflicts:    1051000 | #Constraints:      32548
878.42/883.09	c #Conflicts:    1052000 | #Constraints:      33548
878.42/883.09	c #Conflicts:    1053000 | #Constraints:      34548
878.42/883.09	c #Conflicts:    1054000 | #Constraints:      35548
878.42/883.09	c #Conflicts:    1055000 | #Constraints:      36548
878.42/883.09	c #Conflicts:    1056000 | #Constraints:      37548
878.42/883.09	c #Conflicts:    1057000 | #Constraints:      38548
878.42/883.09	c #Conflicts:    1058000 | #Constraints:      39548
878.42/883.09	c #Conflicts:    1059000 | #Constraints:      40548
878.42/883.09	WSVECS04 Frhs2[1]: 6 0 0.166721 shouldn't be
878.42/883.09	WSVECS04 Frhs2[7]: 6 -3.66669 0 shouldn't be
878.42/883.09	WSVECS04 Frhs2[9]: 6 0 1.00003 shouldn't be
878.42/883.09	WSVECS04 Frhs2[31]: 6 -0.833367 0 shouldn't be
878.42/883.09	WSVECS04 Frhs2[32]: 6 -1.83335 0 shouldn't be
878.42/883.09	WSVECS04 Frhs2[38]: 6 0 1.0001 shouldn't be
878.42/883.09	WSVECS04 Frhs2[69]: 6 0 1.00009 shouldn't be
878.42/883.09	WSVECS04 Frhs2[85]: 6 0 0.166714 shouldn't be
878.42/883.09	WSVECS04 Frhs2[93]: 6 0 0.333379 shouldn't be
878.42/883.09	WSVECS04 Frhs2[109]: 6 -1.33343 0 shouldn't be
878.42/883.09	WSVECS04 Frhs2[110]: 6 -1.33338 0 shouldn't be
881.91/886.53	c #Conflicts:    1060000 | #Constraints:      41549
881.91/886.53	c #Conflicts:    1061000 | #Constraints:      42549
881.91/886.53	c #Conflicts:    1062000 | #Constraints:      43549
881.91/886.53	c INPROCESSING
881.91/886.53	c GARBAGE COLLECT
881.91/886.53	c rational objective -41.9574
898.19/902.99	c #Conflicts:    1063000 | #Constraints:      24113
898.19/902.99	c #Conflicts:    1064000 | #Constraints:      25113
898.19/902.99	c #Conflicts:    1065000 | #Constraints:      26113
898.19/902.99	c #Conflicts:    1066000 | #Constraints:      27113
898.19/902.99	c #Conflicts:    1067000 | #Constraints:      28113
898.19/902.99	c #Conflicts:    1068000 | #Constraints:      29113
898.19/902.99	c #Conflicts:    1069000 | #Constraints:      30119
898.19/902.99	c #Conflicts:    1070000 | #Constraints:      31120
898.19/902.99	c #Conflicts:    1071000 | #Constraints:      32123
898.19/902.99	c #Conflicts:    1072000 | #Constraints:      33124
898.19/902.99	c #Conflicts:    1073000 | #Constraints:      34126
898.19/902.99	c #Conflicts:    1074000 | #Constraints:      35127
898.19/902.99	c #Conflicts:    1075000 | #Constraints:      36129
898.19/902.99	c #Conflicts:    1076000 | #Constraints:      37130
898.19/902.99	c #Conflicts:    1077000 | #Constraints:      38130
898.19/902.99	c #Conflicts:    1078000 | #Constraints:      39130
898.19/902.99	c #Conflicts:    1079000 | #Constraints:      40131
898.19/902.99	c #Conflicts:    1080000 | #Constraints:      41131
898.19/902.99	c #Conflicts:    1081000 | #Constraints:      42131
898.19/902.99	c #Conflicts:    1082000 | #Constraints:      43131
898.19/902.99	c #Conflicts:    1083000 | #Constraints:      44131
898.19/902.99	c INPROCESSING
898.19/902.99	c GARBAGE COLLECT
898.19/902.99	c rational objective -41.9574
904.77/909.51	c #Conflicts:    1084000 | #Constraints:      24616
904.77/909.51	c #Conflicts:    1085000 | #Constraints:      25616
904.77/909.51	c #Conflicts:    1086000 | #Constraints:      26616
904.77/909.51	c #Conflicts:    1087000 | #Constraints:      27616
904.77/909.51	c #Conflicts:    1088000 | #Constraints:      28616
904.77/909.51	c #Conflicts:    1089000 | #Constraints:      29616
904.77/909.51	c #Conflicts:    1090000 | #Constraints:      30617
904.77/909.51	c #Conflicts:    1091000 | #Constraints:      31617
904.77/909.51	c #Conflicts:    1092000 | #Constraints:      32617
904.77/909.51	c #Conflicts:    1093000 | #Constraints:      33617
904.77/909.51	c #Conflicts:    1094000 | #Constraints:      34617
904.77/909.51	WSVECS04 Frhs2[12]: 6 0 0.109513 shouldn't be
904.77/909.51	WSVECS04 Frhs2[23]: 6 0 1.00006 shouldn't be
904.77/909.51	WSVECS04 Frhs2[24]: 6 0 1.00004 shouldn't be
904.77/909.51	WSVECS04 Frhs2[48]: 6 -3.50781 0 shouldn't be
904.77/909.51	WSVECS04 Frhs2[64]: 6 0 1.00003 shouldn't be
904.77/909.51	WSVECS04 Frhs2[90]: 6 -1.72441 0 shouldn't be
904.77/909.51	WSVECS04 Frhs2[101]: 6 0 1.00009 shouldn't be
904.77/909.51	WSVECS04 Frhs2[231]: 6 0 0.666758 shouldn't be
904.77/909.51	WSVECS04 Frhs2[301]: 6 0 0.0873022 shouldn't be
904.77/909.51	WSVECS04 Frhs2[435]: 6 0 0.666697 shouldn't be
904.77/909.51	WSVECS04 Frhs2[471]: 6 0 0.0975627 shouldn't be
904.77/909.51	WSVECS04 Frhs2[546]: 6 0 0.0576607 shouldn't be
904.77/909.51	WSVECS04 Frhs2[549]: 6 0 0.0576807 shouldn't be
904.77/909.51	WSVECS04 Frhs2[559]: 6 0 0.0399206 shouldn't be
904.77/909.51	WSVECS04 Frhs2[561]: 6 0 0.0576767 shouldn't be
904.77/909.51	WSVECS04 Frhs2[899]: 6 0 0.535267 shouldn't be
904.77/909.51	WSVECS04 Frhs2[916]: 6 0 0.00218771 shouldn't be
904.77/909.51	WSVECS04 Frhs2[932]: 6 0 0.0053606 shouldn't be
904.77/909.51	WSVECS04 Frhs2[1074]: 6 0 0.0296164 shouldn't be
904.77/909.51	WSVECS04 Frhs2[1163]: 6 0 0.43815 shouldn't be
904.77/909.51	WSVECS04 Frhs2[1170]: 6 0 0.0111826 shouldn't be
904.77/909.51	WSVECS04 Frhs2[1172]: 6 0 0.0443816 shouldn't be
904.77/909.51	WSVECS04 Frhs2[1173]: 6 0 0.0111755 shouldn't be
904.77/909.51	WSVECS04 Frhs2[1180]: 6 0 0.0547146 shouldn't be
904.77/909.51	WSVECS04 Frhs2[1183]: 6 0 0.0252007 shouldn't be
904.77/909.51	WSVECS04 Frhs2[1185]: 6 0 0.0521247 shouldn't be
904.77/909.51	WSVECS04 Frhs2[1199]: 6 0 0.14491 shouldn't be
904.77/909.51	WSVECS04 Frhs2[1323]: 6 -0.06876 0 shouldn't be
904.77/909.51	WSVECS04 Frhs2[1324]: 6 0 0.0762197 shouldn't be
904.77/909.51	WSVECS04 Frhs2[1327]: 6 0 0.0481113 shouldn't be
904.77/909.51	WSVECS04 Frhs2[1433]: 6 0 0.0122721 shouldn't be
904.77/909.51	WSVECS04 Frhs2[1452]: 6 0 0.34738 shouldn't be
904.77/909.51	WSVECS04 Frhs2[1669]: 6 0 0.111091 shouldn't be
904.77/909.51	WSVECS04 Frhs2[1704]: 6 0 0.144938 shouldn't be
904.77/909.51	WSVECS04 Frhs2[1705]: 6 0 0.11498 shouldn't be
904.77/909.51	WSVECS04 Frhs2[1796]: 6 0 0.0199475 shouldn't be
904.77/909.51	WSVECS04 Frhs2[1813]: 6 0 0.0577086 shouldn't be
904.77/909.51	WSVECS04 Frhs2[1831]: 6 0 0.0893468 shouldn't be
905.08/909.84	WSVECS04 Frhs2[405]: 6 0 0.0416557 shouldn't be
905.08/909.84	WSVECS04 Frhs2[548]: 6 0 0.0577405 shouldn't be
905.08/909.84	WSVECS04 Frhs2[550]: 6 0 0.0576848 shouldn't be
905.08/909.84	WSVECS04 Frhs2[553]: 6 0 0.0576839 shouldn't be
905.08/909.84	WSVECS04 Frhs2[949]: 6 0 0.0125012 shouldn't be
905.08/909.84	WSVECS04 Frhs2[1153]: 6 0 0.00228318 shouldn't be
905.08/909.84	WSVECS04 Frhs2[1169]: 6 0 0.0244074 shouldn't be
905.08/909.84	WSVECS04 Frhs2[1182]: 6 0 0.0842943 shouldn't be
905.08/909.84	WSVECS04 Frhs2[1191]: 6 0 0.0687516 shouldn't be
905.08/909.84	WSVECS04 Frhs2[1706]: 6 0 0.0207388 shouldn't be
905.38/910.18	WSVECS04 Frhs2[451]: 6 0 0.321214 shouldn't be
905.38/910.18	WSVECS04 Frhs2[468]: 6 0 0.649083 shouldn't be
905.38/910.18	WSVECS04 Frhs2[472]: 6 0 0.155156 shouldn't be
905.38/910.18	WSVECS04 Frhs2[474]: 6 0 0.274438 shouldn't be
905.38/910.18	WSVECS04 Frhs2[476]: 6 0 0.32797 shouldn't be
905.38/910.18	WSVECS04 Frhs2[933]: 6 0 0.0068155 shouldn't be
905.38/910.18	WSVECS04 Frhs2[1165]: 6 0 0.0193165 shouldn't be
905.38/910.18	WSVECS04 Frhs2[1189]: 6 0 0.23605 shouldn't be
905.38/910.18	WSVECS04 Frhs2[1201]: 6 0 0.116866 shouldn't be
905.38/910.18	WSVECS04 Frhs2[1543]: 6 0 0.160567 shouldn't be
905.38/910.18	WSVECS04 Frhs2[1687]: 6 0 0.200061 shouldn't be
905.77/910.53	WSVECS04 Frhs2[343]: 6 0 0.0577296 shouldn't be
905.77/910.53	WSVECS04 Frhs2[464]: 6 0 0.155149 shouldn't be
905.77/910.53	WSVECS04 Frhs2[547]: 6 0 0.0576989 shouldn't be
905.77/910.53	WSVECS04 Frhs2[560]: 6 0 0.0577333 shouldn't be
905.77/910.53	WSVECS04 Frhs2[763]: 6 0 0.573693 shouldn't be
905.77/910.53	WSVECS04 Frhs2[1171]: 6 0 0.171732 shouldn't be
905.77/910.53	WSVECS04 Frhs2[1190]: 6 0 0.144956 shouldn't be
905.77/910.53	WSVECS04 Frhs2[1200]: 6 0 0.174438 shouldn't be
905.77/910.53	WSVECS04 Frhs2[1321]: 6 0 0.0761479 shouldn't be
906.07/910.89	WSVECS04 Frhs2[62]: 6 0 1.00007 shouldn't be
906.07/910.89	WSVECS04 Frhs2[345]: 6 0 0.0577395 shouldn't be
906.07/910.89	WSVECS04 Frhs2[347]: 6 0 0.0687806 shouldn't be
906.07/910.89	WSVECS04 Frhs2[354]: 6 0 0.0384652 shouldn't be
906.07/910.89	WSVECS04 Frhs2[357]: 6 0 0.0698939 shouldn't be
906.07/910.89	WSVECS04 Frhs2[660]: 6 0 0.327155 shouldn't be
906.07/910.89	WSVECS04 Frhs2[1164]: 6 0 0.206109 shouldn't be
906.07/910.89	WSVECS04 Frhs2[1399]: 6 0 1.03451 shouldn't be
906.77/911.51	WSVECS04 Frhs2[473]: 6 0 0.13595 shouldn't be
906.77/911.51	WSVECS04 Frhs2[558]: 6 0 0.13135 shouldn't be
906.77/911.51	WSVECS04 Frhs2[562]: 6 0 0.0577483 shouldn't be
906.77/911.51	WSVECS04 Frhs2[1202]: 6 0 0.252789 shouldn't be
906.77/911.51	WSVECS04 Frhs2[1204]: 6 0 0.092856 shouldn't be
906.77/911.51	WSVECS04 Frhs2[1328]: 6 0 0.0736073 shouldn't be
912.55/917.32	c #Conflicts:    1095000 | #Constraints:      35617
912.55/917.32	c #Conflicts:    1096000 | #Constraints:      36617
912.55/917.32	c #Conflicts:    1097000 | #Constraints:      37617
912.55/917.32	c #Conflicts:    1098000 | #Constraints:      38617
912.55/917.32	c #Conflicts:    1099000 | #Constraints:      39617
912.55/917.32	c #Conflicts:    1100000 | #Constraints:      40617
912.55/917.32	c #Conflicts:    1101000 | #Constraints:      41617
912.55/917.32	c #Conflicts:    1102000 | #Constraints:      42617
912.55/917.32	c #Conflicts:    1103000 | #Constraints:      43617
912.55/917.32	c #Conflicts:    1104000 | #Constraints:      44617
912.55/917.32	c INPROCESSING
912.55/917.32	c GARBAGE COLLECT
912.55/917.32	c rational objective -41.9574
915.44/920.25	c #Conflicts:    1105000 | #Constraints:      24777
915.44/920.25	c #Conflicts:    1106000 | #Constraints:      25777
915.44/920.25	c #Conflicts:    1107000 | #Constraints:      26777
915.44/920.25	c #Conflicts:    1108000 | #Constraints:      27777
915.44/920.25	c #Conflicts:    1109000 | #Constraints:      28777
915.44/920.25	WSVECS04 Frhs2[56]: 6 -3.00002 0 shouldn't be
915.44/920.25	WSVECS04 Frhs2[93]: 6 0 1.0001 shouldn't be
919.51/925.50	c #Conflicts:    1110000 | #Constraints:      29778
919.51/925.50	c #Conflicts:    1111000 | #Constraints:      30778
919.51/925.50	c #Conflicts:    1112000 | #Constraints:      31778
919.51/925.50	c #Conflicts:    1113000 | #Constraints:      32778
919.51/925.50	c #Conflicts:    1114000 | #Constraints:      33778
919.51/925.50	c #Conflicts:    1115000 | #Constraints:      34778
919.51/925.50	WSVECS04 Frhs2[107]: 6 -2.50009 0 shouldn't be
924.89/930.96	c #Conflicts:    1116000 | #Constraints:      35778
924.89/930.96	c #Conflicts:    1117000 | #Constraints:      36778
924.89/930.96	c #Conflicts:    1118000 | #Constraints:      37778
924.89/930.96	c #Conflicts:    1119000 | #Constraints:      38778
924.89/930.96	c #Conflicts:    1120000 | #Constraints:      39778
924.89/930.96	c #Conflicts:    1121000 | #Constraints:      40778
924.89/930.96	c #Conflicts:    1122000 | #Constraints:      41778
924.89/930.96	c #Conflicts:    1123000 | #Constraints:      42778
924.89/930.96	c #Conflicts:    1124000 | #Constraints:      43778
924.89/930.96	WSVECS04 Frhs2[16]: 6 -1.87501 0 shouldn't be
924.89/930.96	WSVECS04 Frhs2[47]: 6 -0.875094 0 shouldn't be
924.89/930.96	WSVECS04 Frhs2[80]: 6 0 0.125024 shouldn't be
924.89/930.96	WSVECS04 Frhs2[94]: 6 -1.87509 0 shouldn't be
926.58/932.65	WSVECS04 Frhs2[79]: 6 0 0.125076 shouldn't be
929.88/935.91	c #Conflicts:    1125000 | #Constraints:      44778
929.88/935.91	c INPROCESSING
929.88/935.91	c GARBAGE COLLECT
929.88/935.91	c rational objective -41.9574
941.65/947.77	c #Conflicts:    1126000 | #Constraints:      24725
941.65/947.77	c #Conflicts:    1127000 | #Constraints:      25725
941.65/947.77	c #Conflicts:    1128000 | #Constraints:      26725
941.65/947.77	c #Conflicts:    1129000 | #Constraints:      27725
941.65/947.77	c #Conflicts:    1130000 | #Constraints:      28725
941.65/947.77	c #Conflicts:    1131000 | #Constraints:      29725
941.65/947.77	c #Conflicts:    1132000 | #Constraints:      30725
941.65/947.77	c #Conflicts:    1133000 | #Constraints:      31725
941.65/947.77	c #Conflicts:    1134000 | #Constraints:      32725
941.65/947.77	c #Conflicts:    1135000 | #Constraints:      33725
941.65/947.77	c #Conflicts:    1136000 | #Constraints:      34725
941.65/947.77	c #Conflicts:    1137000 | #Constraints:      35725
941.65/947.77	c #Conflicts:    1138000 | #Constraints:      36726
941.65/947.77	c #Conflicts:    1139000 | #Constraints:      37726
941.65/947.77	c #Conflicts:    1140000 | #Constraints:      38726
941.65/947.77	c #Conflicts:    1141000 | #Constraints:      39726
941.65/947.77	c #Conflicts:    1142000 | #Constraints:      40726
941.65/947.77	c #Conflicts:    1143000 | #Constraints:      41726
941.65/947.77	c #Conflicts:    1144000 | #Constraints:      42726
941.65/947.77	c #Conflicts:    1145000 | #Constraints:      43726
941.65/947.77	c #Conflicts:    1146000 | #Constraints:      44726
941.65/947.77	c INPROCESSING
941.65/947.77	c GARBAGE COLLECT
941.65/947.77	c rational objective -41.9574
962.01/968.23	c #Conflicts:    1147000 | #Constraints:      24506
962.01/968.23	c #Conflicts:    1148000 | #Constraints:      25506
962.01/968.23	c #Conflicts:    1149000 | #Constraints:      26511
962.01/968.23	c #Conflicts:    1150000 | #Constraints:      27514
962.01/968.23	c #Conflicts:    1151000 | #Constraints:      28517
962.01/968.23	c #Conflicts:    1152000 | #Constraints:      29519
962.01/968.23	c #Conflicts:    1153000 | #Constraints:      30522
962.01/968.23	c #Conflicts:    1154000 | #Constraints:      31524
962.01/968.23	c #Conflicts:    1155000 | #Constraints:      32525
962.01/968.23	c #Conflicts:    1156000 | #Constraints:      33528
962.01/968.23	c #Conflicts:    1157000 | #Constraints:      34528
962.01/968.23	c #Conflicts:    1158000 | #Constraints:      35530
962.01/968.23	c #Conflicts:    1159000 | #Constraints:      36530
962.01/968.23	c #Conflicts:    1160000 | #Constraints:      37533
962.01/968.23	c #Conflicts:    1161000 | #Constraints:      38534
962.01/968.23	c #Conflicts:    1162000 | #Constraints:      39534
962.01/968.23	c #Conflicts:    1163000 | #Constraints:      40534
962.01/968.23	c #Conflicts:    1164000 | #Constraints:      41534
962.01/968.23	c #Conflicts:    1165000 | #Constraints:      42534
962.01/968.23	c #Conflicts:    1166000 | #Constraints:      43535
962.01/968.23	c #Conflicts:    1167000 | #Constraints:      44535
962.01/968.23	c #Conflicts:    1168000 | #Constraints:      45537
962.01/968.23	c INPROCESSING
962.01/968.23	c GARBAGE COLLECT
962.01/968.23	c rational objective -41.9574
973.47/979.75	c #Conflicts:    1169000 | #Constraints:      25238
973.47/979.75	c #Conflicts:    1170000 | #Constraints:      26238
973.47/979.75	c #Conflicts:    1171000 | #Constraints:      27238
973.47/979.75	c #Conflicts:    1172000 | #Constraints:      28238
973.47/979.75	c #Conflicts:    1173000 | #Constraints:      29238
973.47/979.75	c #Conflicts:    1174000 | #Constraints:      30239
973.47/979.75	c #Conflicts:    1175000 | #Constraints:      31239
973.47/979.75	c #Conflicts:    1176000 | #Constraints:      32239
973.47/979.75	c #Conflicts:    1177000 | #Constraints:      33239
973.47/979.75	c #Conflicts:    1178000 | #Constraints:      34239
973.47/979.75	c #Conflicts:    1179000 | #Constraints:      35239
973.47/979.75	c #Conflicts:    1180000 | #Constraints:      36239
973.47/979.75	c #Conflicts:    1181000 | #Constraints:      37239
973.47/979.75	c #Conflicts:    1182000 | #Constraints:      38239
973.47/979.75	c #Conflicts:    1183000 | #Constraints:      39239
973.47/979.75	c #Conflicts:    1184000 | #Constraints:      40239
973.47/979.75	c #Conflicts:    1185000 | #Constraints:      41239
973.47/979.75	WSVECS04 Frhs2[24]: 6 0 0.147372 shouldn't be
973.98/980.29	WSVECS04 Frhs2[704]: 6 0 0.00893851 shouldn't be
978.16/984.45	c #Conflicts:    1186000 | #Constraints:      42239
978.16/984.45	c #Conflicts:    1187000 | #Constraints:      43239
978.16/984.45	c #Conflicts:    1188000 | #Constraints:      44239
978.16/984.45	c #Conflicts:    1189000 | #Constraints:      45239
978.16/984.45	c #Conflicts:    1190000 | #Constraints:      46239
978.16/984.45	c INPROCESSING
978.16/984.45	c GARBAGE COLLECT
978.16/984.45	c rational objective -41.9574
992.22/998.50	c #Conflicts:    1191000 | #Constraints:      25562
992.22/998.50	c #Conflicts:    1192000 | #Constraints:      26562
992.22/998.50	c #Conflicts:    1193000 | #Constraints:      27562
992.22/998.50	c #Conflicts:    1194000 | #Constraints:      28562
992.22/998.50	c #Conflicts:    1195000 | #Constraints:      29562
992.22/998.50	c #Conflicts:    1196000 | #Constraints:      30562
992.22/998.50	c #Conflicts:    1197000 | #Constraints:      31562
992.22/998.50	c #Conflicts:    1198000 | #Constraints:      32562
992.22/998.50	c #Conflicts:    1199000 | #Constraints:      33562
992.22/998.50	c #Conflicts:    1200000 | #Constraints:      34562
992.22/998.50	c #Conflicts:    1201000 | #Constraints:      35562
992.22/998.50	c #Conflicts:    1202000 | #Constraints:      36562
992.22/998.50	c #Conflicts:    1203000 | #Constraints:      37562
992.22/998.50	c #Conflicts:    1204000 | #Constraints:      38562
992.22/998.50	c #Conflicts:    1205000 | #Constraints:      39562
992.22/998.50	c #Conflicts:    1206000 | #Constraints:      40562
992.22/998.50	c #Conflicts:    1207000 | #Constraints:      41562
992.22/998.50	c #Conflicts:    1208000 | #Constraints:      42562
992.22/998.50	c #Conflicts:    1209000 | #Constraints:      43562
992.22/998.50	c #Conflicts:    1210000 | #Constraints:      44562
992.22/998.50	c #Conflicts:    1211000 | #Constraints:      45562
992.22/998.50	c #Conflicts:    1212000 | #Constraints:      46562
992.22/998.50	c INPROCESSING
992.22/998.50	c GARBAGE COLLECT
992.22/998.50	c rational objective -41.9574
994.02/1000.30	WSVECS04 Frhs2[34]: 6 -5.00002 0 shouldn't be
1009.28/1015.64	c #Conflicts:    1213000 | #Constraints:      25725
1009.28/1015.64	c #Conflicts:    1214000 | #Constraints:      26725
1009.28/1015.64	c #Conflicts:    1215000 | #Constraints:      27725
1009.28/1015.64	c #Conflicts:    1216000 | #Constraints:      28725
1009.28/1015.64	c #Conflicts:    1217000 | #Constraints:      29725
1009.28/1015.64	c #Conflicts:    1218000 | #Constraints:      30725
1009.28/1015.64	c #Conflicts:    1219000 | #Constraints:      31725
1009.28/1015.64	c #Conflicts:    1220000 | #Constraints:      32725
1009.28/1015.64	c #Conflicts:    1221000 | #Constraints:      33725
1009.28/1015.64	c #Conflicts:    1222000 | #Constraints:      34725
1009.28/1015.64	c #Conflicts:    1223000 | #Constraints:      35725
1009.28/1015.64	c #Conflicts:    1224000 | #Constraints:      36725
1009.28/1015.64	c #Conflicts:    1225000 | #Constraints:      37725
1009.28/1015.64	c #Conflicts:    1226000 | #Constraints:      38725
1009.28/1015.64	c #Conflicts:    1227000 | #Constraints:      39725
1009.28/1015.64	c #Conflicts:    1228000 | #Constraints:      40725
1009.28/1015.64	c #Conflicts:    1229000 | #Constraints:      41725
1009.28/1015.64	c #Conflicts:    1230000 | #Constraints:      42725
1009.28/1015.64	c #Conflicts:    1231000 | #Constraints:      43725
1009.28/1015.64	c #Conflicts:    1232000 | #Constraints:      44725
1009.28/1015.64	c #Conflicts:    1233000 | #Constraints:      45725
1009.28/1015.64	c #Conflicts:    1234000 | #Constraints:      46725
1009.28/1015.64	c INPROCESSING
1009.28/1015.64	c GARBAGE COLLECT
1009.28/1015.64	c rational objective -41.9574
1030.72/1037.12	c #Conflicts:    1235000 | #Constraints:      25705
1030.72/1037.12	c #Conflicts:    1236000 | #Constraints:      26705
1030.72/1037.12	c #Conflicts:    1237000 | #Constraints:      27705
1030.72/1037.12	c #Conflicts:    1238000 | #Constraints:      28709
1030.72/1037.12	c #Conflicts:    1239000 | #Constraints:      29711
1030.72/1037.12	c #Conflicts:    1240000 | #Constraints:      30714
1030.72/1037.12	c #Conflicts:    1241000 | #Constraints:      31719
1030.72/1037.12	c #Conflicts:    1242000 | #Constraints:      32720
1030.72/1037.12	c #Conflicts:    1243000 | #Constraints:      33720
1030.72/1037.12	c #Conflicts:    1244000 | #Constraints:      34722
1030.72/1037.12	c #Conflicts:    1245000 | #Constraints:      35728
1030.72/1037.12	c #Conflicts:    1246000 | #Constraints:      36729
1030.72/1037.12	c #Conflicts:    1247000 | #Constraints:      37729
1030.72/1037.12	c #Conflicts:    1248000 | #Constraints:      38729
1030.72/1037.12	c #Conflicts:    1249000 | #Constraints:      39731
1030.72/1037.12	c #Conflicts:    1250000 | #Constraints:      40734
1030.72/1037.12	c #Conflicts:    1251000 | #Constraints:      41736
1030.72/1037.12	c #Conflicts:    1252000 | #Constraints:      42736
1030.72/1037.12	c #Conflicts:    1253000 | #Constraints:      43738
1030.72/1037.12	c #Conflicts:    1254000 | #Constraints:      44739
1030.72/1037.12	c #Conflicts:    1255000 | #Constraints:      45741
1030.72/1037.12	c #Conflicts:    1256000 | #Constraints:      46744
1030.72/1037.12	c INPROCESSING
1030.72/1037.12	c GARBAGE COLLECT
1030.72/1037.12	c rational objective -41.9574
1035.50/1041.93	c #Conflicts:    1257000 | #Constraints:      25602
1035.50/1041.93	c #Conflicts:    1258000 | #Constraints:      26602
1035.50/1041.93	c #Conflicts:    1259000 | #Constraints:      27602
1035.50/1041.93	c #Conflicts:    1260000 | #Constraints:      28602
1035.50/1041.93	c #Conflicts:    1261000 | #Constraints:      29602
1035.50/1041.93	WSVECS04 Frhs2[47]: 6 -0.538494 0 shouldn't be
1035.50/1041.93	WSVECS04 Frhs2[72]: 6 -4.07702 0 shouldn't be
1036.39/1042.84	WSVECS04 Frhs2[16]: 6 0 0.461572 shouldn't be
1036.39/1042.84	WSVECS04 Frhs2[36]: 6 0 0.46156 shouldn't be
1041.77/1048.26	WSVECS04 Frhs2[23]: 6 0 1.00006 shouldn't be
1041.77/1048.26	WSVECS04 Frhs2[62]: 6 0 1.00008 shouldn't be
1041.77/1048.26	WSVECS04 Frhs2[101]: 6 0 1.00004 shouldn't be
1041.77/1048.26	WSVECS04 Frhs2[110]: 6 0 1.00007 shouldn't be
1051.04/1057.54	c #Conflicts:    1262000 | #Constraints:      30602
1051.04/1057.54	c #Conflicts:    1263000 | #Constraints:      31602
1051.04/1057.54	c #Conflicts:    1264000 | #Constraints:      32602
1051.04/1057.54	c #Conflicts:    1265000 | #Constraints:      33602
1051.04/1057.54	c #Conflicts:    1266000 | #Constraints:      34602
1051.04/1057.54	c #Conflicts:    1267000 | #Constraints:      35602
1051.04/1057.54	c #Conflicts:    1268000 | #Constraints:      36602
1051.04/1057.54	c #Conflicts:    1269000 | #Constraints:      37602
1051.04/1057.54	c #Conflicts:    1270000 | #Constraints:      38602
1051.04/1057.54	c #Conflicts:    1271000 | #Constraints:      39602
1051.04/1057.54	c #Conflicts:    1272000 | #Constraints:      40602
1051.04/1057.54	c #Conflicts:    1273000 | #Constraints:      41602
1051.04/1057.54	c #Conflicts:    1274000 | #Constraints:      42602
1051.04/1057.54	c #Conflicts:    1275000 | #Constraints:      43602
1051.04/1057.54	c #Conflicts:    1276000 | #Constraints:      44602
1051.04/1057.54	c #Conflicts:    1277000 | #Constraints:      45602
1051.04/1057.54	c #Conflicts:    1278000 | #Constraints:      46602
1051.04/1057.54	c #Conflicts:    1279000 | #Constraints:      47602
1051.04/1057.54	c INPROCESSING
1051.04/1057.54	c GARBAGE COLLECT
1051.04/1057.54	c rational objective -41.9574
1062.31/1068.81	c #Conflicts:    1280000 | #Constraints:      26131
1062.31/1068.81	c #Conflicts:    1281000 | #Constraints:      27131
1062.31/1068.81	c #Conflicts:    1282000 | #Constraints:      28131
1062.31/1068.81	c #Conflicts:    1283000 | #Constraints:      29131
1062.31/1068.81	c #Conflicts:    1284000 | #Constraints:      30131
1062.31/1068.81	c #Conflicts:    1285000 | #Constraints:      31131
1062.31/1068.81	c #Conflicts:    1286000 | #Constraints:      32131
1062.31/1068.81	c #Conflicts:    1287000 | #Constraints:      33131
1062.31/1068.81	c #Conflicts:    1288000 | #Constraints:      34131
1062.31/1068.81	c #Conflicts:    1289000 | #Constraints:      35131
1062.31/1068.81	c #Conflicts:    1290000 | #Constraints:      36131
1062.31/1068.81	c #Conflicts:    1291000 | #Constraints:      37131
1062.31/1068.81	c #Conflicts:    1292000 | #Constraints:      38131
1062.31/1068.81	c #Conflicts:    1293000 | #Constraints:      39131
1062.31/1068.81	c #Conflicts:    1294000 | #Constraints:      40131
1062.31/1068.81	c #Conflicts:    1295000 | #Constraints:      41131
1062.31/1068.81	c #Conflicts:    1296000 | #Constraints:      42131
1062.31/1068.81	c #Conflicts:    1297000 | #Constraints:      43131
1062.31/1068.81	WSVECS04 Frhs2[22]: 6 -4.1969 0 shouldn't be
1062.31/1068.81	WSVECS04 Frhs2[28]: 6 -0.949442 0 shouldn't be
1062.31/1068.81	WSVECS04 Frhs2[34]: 6 -2.07121 0 shouldn't be
1062.31/1068.81	WSVECS04 Frhs2[61]: 6 -1.16249 0 shouldn't be
1062.31/1068.81	WSVECS04 Frhs2[1389]: 6 0 0.195095 shouldn't be
1062.31/1068.81	WSVECS04 Frhs2[1392]: 6 0 0.00393347 shouldn't be
1062.31/1068.81	WSVECS04 Frhs2[1400]: 6 0 0.199009 shouldn't be
1062.31/1068.81	WSVECS04 Frhs2[1527]: 6 0 0.134533 shouldn't be
1062.31/1068.81	WSVECS04 Frhs2[1606]: 6 0 0.0792808 shouldn't be
1062.31/1068.81	WSVECS04 Frhs2[1617]: 6 0 0.00338239 shouldn't be
1062.31/1068.81	WSVECS04 Frhs2[1635]: 6 0 0.208575 shouldn't be
1062.31/1068.81	WSVECS04 Frhs2[1636]: 6 0 0.200434 shouldn't be
1062.31/1068.81	WSVECS04 Frhs2[1637]: 6 0 0.000185722 shouldn't be
1062.31/1068.81	WSVECS04 Frhs2[1641]: 6 0 0.295069 shouldn't be
1062.31/1068.81	WSVECS04 Frhs2[1645]: 6 0 0.188114 shouldn't be
1062.31/1068.81	WSVECS04 Frhs2[1652]: 6 0 0.308304 shouldn't be
1062.31/1068.81	WSVECS04 Frhs2[1796]: 6 0 0.00334394 shouldn't be
1062.31/1068.81	WSVECS04 Frhs2[1797]: 6 0 0.196334 shouldn't be
1062.31/1068.81	WSVECS04 Frhs2[1798]: 6 0 0.184911 shouldn't be
1062.71/1069.23	WSVECS04 Frhs2[110]: 6 -1.59845 0 shouldn't be
1062.71/1069.23	WSVECS04 Frhs2[1602]: 6 0 0.156017 shouldn't be
1062.71/1069.23	WSVECS04 Frhs2[1603]: 6 0 0.156037 shouldn't be
1062.71/1069.23	WSVECS04 Frhs2[1605]: 6 0 0.179358 shouldn't be
1062.71/1069.23	WSVECS04 Frhs2[1607]: 6 0 0.163925 shouldn't be
1062.71/1069.23	WSVECS04 Frhs2[1608]: 6 0 0.312022 shouldn't be
1062.71/1069.23	WSVECS04 Frhs2[1610]: 6 0 0.156022 shouldn't be
1062.71/1069.23	WSVECS04 Frhs2[1611]: 6 0 0.156013 shouldn't be
1062.71/1069.23	WSVECS04 Frhs2[1613]: 6 0 0.156002 shouldn't be
1062.71/1069.23	WSVECS04 Frhs2[1615]: 6 0 0.156038 shouldn't be
1062.71/1069.23	WSVECS04 Frhs2[1616]: 6 0 0.183373 shouldn't be
1062.71/1069.23	WSVECS04 Frhs2[1619]: 6 0 0.156059 shouldn't be
1063.00/1069.58	WSVECS04 Frhs2[1391]: 6 0 0.175571 shouldn't be
1063.00/1069.58	WSVECS04 Frhs2[1394]: 6 0 0.175619 shouldn't be
1063.00/1069.58	WSVECS04 Frhs2[1609]: 6 0 0.155999 shouldn't be
1063.00/1069.58	WSVECS04 Frhs2[1638]: 6 0 0.333525 shouldn't be
1063.00/1069.58	WSVECS04 Frhs2[1643]: 6 0 0.333515 shouldn't be
1063.00/1069.58	WSVECS04 Frhs2[1646]: 6 0 0.333486 shouldn't be
1063.00/1069.58	WSVECS04 Frhs2[1647]: 6 0 0.333493 shouldn't be
1063.00/1069.58	WSVECS04 Frhs2[1651]: 6 0 0.333491 shouldn't be
1063.00/1069.58	WSVECS04 Frhs2[1655]: 6 0 0.333469 shouldn't be
1063.40/1069.92	WSVECS04 Frhs2[1386]: 6 0 0.175609 shouldn't be
1063.40/1069.92	WSVECS04 Frhs2[1388]: 6 0 0.175542 shouldn't be
1063.40/1069.92	WSVECS04 Frhs2[1401]: 6 0 0.17678 shouldn't be
1063.40/1069.92	WSVECS04 Frhs2[1403]: 6 0 0.175577 shouldn't be
1063.40/1069.92	WSVECS04 Frhs2[1614]: 6 0 0.155995 shouldn't be
1063.40/1069.92	WSVECS04 Frhs2[1618]: 6 0 0.156397 shouldn't be
1063.40/1069.92	WSVECS04 Frhs2[1625]: 6 0 0.0108681 shouldn't be
1063.40/1069.92	WSVECS04 Frhs2[1650]: 6 0 0.333513 shouldn't be
1063.70/1070.28	WSVECS04 Frhs2[1387]: 6 0 0.186155 shouldn't be
1063.70/1070.28	WSVECS04 Frhs2[1393]: 6 0 0.224149 shouldn't be
1063.70/1070.28	WSVECS04 Frhs2[1398]: 6 0 0.175567 shouldn't be
1063.70/1070.28	WSVECS04 Frhs2[1653]: 6 0 0.210238 shouldn't be
1069.27/1075.82	c #Conflicts:    1298000 | #Constraints:      44132
1069.27/1075.82	c #Conflicts:    1299000 | #Constraints:      45132
1069.27/1075.82	c #Conflicts:    1300000 | #Constraints:      46132
1069.27/1075.82	c #Conflicts:    1301000 | #Constraints:      47132
1069.27/1075.82	c #Conflicts:    1302000 | #Constraints:      48132
1069.27/1075.82	c INPROCESSING
1069.27/1075.82	c GARBAGE COLLECT
1069.27/1075.82	c rational objective -41.9574
1078.89/1085.54	c #Conflicts:    1303000 | #Constraints:      26514
1078.89/1085.54	c #Conflicts:    1304000 | #Constraints:      27514
1078.89/1085.54	c #Conflicts:    1305000 | #Constraints:      28514
1078.89/1085.54	c #Conflicts:    1306000 | #Constraints:      29514
1078.89/1085.54	c #Conflicts:    1307000 | #Constraints:      30517
1078.89/1085.54	c #Conflicts:    1308000 | #Constraints:      31517
1078.89/1085.54	c #Conflicts:    1309000 | #Constraints:      32517
1078.89/1085.54	c #Conflicts:    1310000 | #Constraints:      33517
1078.89/1085.54	c #Conflicts:    1311000 | #Constraints:      34517
1078.89/1085.54	c #Conflicts:    1312000 | #Constraints:      35517
1078.89/1085.54	c #Conflicts:    1313000 | #Constraints:      36517
1078.89/1085.54	c #Conflicts:    1314000 | #Constraints:      37517
1078.89/1085.54	c #Conflicts:    1315000 | #Constraints:      38517
1078.89/1085.54	c #Conflicts:    1316000 | #Constraints:      39517
1078.89/1085.54	c #Conflicts:    1317000 | #Constraints:      40517
1078.89/1085.54	WSVECS04 Frhs2[93]: 6 0 1.00009 shouldn't be
1087.76/1094.48	c #Conflicts:    1318000 | #Constraints:      41517
1087.76/1094.48	c #Conflicts:    1319000 | #Constraints:      42517
1087.76/1094.48	c #Conflicts:    1320000 | #Constraints:      43517
1087.76/1094.48	c #Conflicts:    1321000 | #Constraints:      44517
1087.76/1094.48	c #Conflicts:    1322000 | #Constraints:      45517
1087.76/1094.48	c #Conflicts:    1323000 | #Constraints:      46517
1087.76/1094.48	c #Conflicts:    1324000 | #Constraints:      47517
1087.76/1094.48	c #Conflicts:    1325000 | #Constraints:      48517
1087.76/1094.48	c INPROCESSING
1087.76/1094.48	c GARBAGE COLLECT
1087.76/1094.48	c rational objective -41.9574
1105.73/1112.56	c #Conflicts:    1326000 | #Constraints:      26705
1105.73/1112.56	c #Conflicts:    1327000 | #Constraints:      27705
1105.73/1112.56	c #Conflicts:    1328000 | #Constraints:      28705
1105.73/1112.56	c #Conflicts:    1329000 | #Constraints:      29705
1105.73/1112.56	c #Conflicts:    1330000 | #Constraints:      30705
1105.73/1112.56	c #Conflicts:    1331000 | #Constraints:      31705
1105.73/1112.56	c #Conflicts:    1332000 | #Constraints:      32705
1105.73/1112.56	c #Conflicts:    1333000 | #Constraints:      33705
1105.73/1112.56	c #Conflicts:    1334000 | #Constraints:      34705
1105.73/1112.56	c #Conflicts:    1335000 | #Constraints:      35705
1105.73/1112.56	c #Conflicts:    1336000 | #Constraints:      36707
1105.73/1112.56	c #Conflicts:    1337000 | #Constraints:      37714
1105.73/1112.56	c #Conflicts:    1338000 | #Constraints:      38718
1105.73/1112.56	c #Conflicts:    1339000 | #Constraints:      39719
1105.73/1112.56	c #Conflicts:    1340000 | #Constraints:      40723
1105.73/1112.56	c #Conflicts:    1341000 | #Constraints:      41729
1105.73/1112.56	c #Conflicts:    1342000 | #Constraints:      42730
1105.73/1112.56	c #Conflicts:    1343000 | #Constraints:      43734
1105.73/1112.56	c #Conflicts:    1344000 | #Constraints:      44734
1105.73/1112.56	c #Conflicts:    1345000 | #Constraints:      45739
1105.73/1112.56	c #Conflicts:    1346000 | #Constraints:      46740
1105.73/1112.56	c #Conflicts:    1347000 | #Constraints:      47741
1105.73/1112.56	c #Conflicts:    1348000 | #Constraints:      48742
1105.73/1112.56	c INPROCESSING
1105.73/1112.56	c GARBAGE COLLECT
1105.73/1112.56	c rational objective -41.9574
1115.30/1122.12	c #Conflicts:    1349000 | #Constraints:      26828
1115.30/1122.12	c #Conflicts:    1350000 | #Constraints:      27828
1115.30/1122.12	c #Conflicts:    1351000 | #Constraints:      28828
1115.30/1122.12	c #Conflicts:    1352000 | #Constraints:      29828
1115.30/1122.12	c #Conflicts:    1353000 | #Constraints:      30828
1115.30/1122.12	c #Conflicts:    1354000 | #Constraints:      31828
1115.30/1122.12	c #Conflicts:    1355000 | #Constraints:      32828
1115.30/1122.12	c #Conflicts:    1356000 | #Constraints:      33828
1115.30/1122.12	c #Conflicts:    1357000 | #Constraints:      34828
1115.30/1122.12	c #Conflicts:    1358000 | #Constraints:      35828
1115.30/1122.12	c #Conflicts:    1359000 | #Constraints:      36828
1115.30/1122.12	c #Conflicts:    1360000 | #Constraints:      37828
1115.30/1122.12	c #Conflicts:    1361000 | #Constraints:      38828
1115.30/1122.12	c #Conflicts:    1362000 | #Constraints:      39828
1115.30/1122.12	c #Conflicts:    1363000 | #Constraints:      40828
1115.30/1122.12	c #Conflicts:    1364000 | #Constraints:      41828
1115.30/1122.12	WSVECS04 Frhs2[23]: 6 -0.813658 0 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[82]: 6 -4.57086 0 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[122]: 6 0 0.00155309 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[173]: 6 0 0.000322008 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[174]: 6 0 0.174515 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[176]: 6 0 0.291807 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[179]: 6 0 0.22747 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[195]: 6 0 0.195917 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[212]: 6 0 0.149118 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[260]: 6 0 0.106243 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[309]: 6 0 0.0134937 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[312]: 6 0 0.252351 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[315]: 6 0 0.212026 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[330]: 6 0 0.1438 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[331]: 6 0 0.182387 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[365]: 6 0 0.0112008 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[414]: 6 0 0.0605018 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[432]: 6 0 0.0349915 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[440]: 6 0 0.0597004 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[450]: 6 0 0.241921 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[484]: 6 0 0.0112445 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[500]: 6 0 0.0116251 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[501]: 6 0 0.11188 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[517]: 6 0 0.202601 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[552]: 6 0 0.0677439 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[581]: 6 0 0.00227881 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[604]: 6 0 0.000603926 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[649]: 6 0 0.0165114 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[654]: 6 0 0.159936 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[655]: 6 0 0.000597132 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[670]: 6 0 0.101826 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[695]: 6 0 0.0302536 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[797]: 6 0 0.0672296 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[820]: 6 0 0.00243085 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[956]: 6 0 0.000223865 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[1016]: 6 0 0.0136741 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[1018]: 6 0 0.00047492 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[1027]: 6 0 0.054424 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[1028]: 6 0 0.0251328 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[1032]: 6 0 0.111256 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[1033]: 6 0 0.0257143 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[1142]: 6 0 0.0169155 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[1263]: 6 0 0.0318912 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[1531]: 6 0 0.120183 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[1536]: 6 0 0.260077 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[1539]: 6 0 0.138234 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[1540]: 6 0 0.120021 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[1566]: 6 0 0.0312432 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[1579]: 6 0 0.0314599 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[1657]: 6 0 0.00114984 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[1659]: 6 0 0.010905 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[1661]: 6 0 0.0507554 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[1663]: 6 0 0.0283851 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[1669]: 6 0 0.000821601 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[1720]: 6 0 0.000457052 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[1723]: 6 0 0.0003134 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[1725]: 6 0 0.00122833 shouldn't be
1115.30/1122.12	WSVECS04 Frhs2[1732]: 6 0 0.0022956 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[16]: 6 0 1.00004 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[54]: 6 0 0.150102 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[246]: 6 0 0.0926762 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[296]: 6 0 0.0492016 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[415]: 6 0 0.171669 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[427]: 6 0 0.0013684 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[430]: 6 0 0.154916 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[439]: 6 0 0.122233 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[568]: 6 0 0.00632285 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[636]: 6 0 0.130234 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[653]: 6 0 0.167249 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[801]: 6 0 0.0287998 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[802]: 6 0 0.0287078 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[813]: 6 0 0.0287457 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[958]: 6 0 0.0941015 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1011]: 6 0 0.0592019 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1019]: 6 0 0.0135031 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1020]: 6 0 0.0134729 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1021]: 6 0 0.0134968 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1022]: 6 0 0.0609066 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1024]: 6 0 0.0140775 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1025]: 6 0 0.0135352 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1030]: 6 0 0.0941137 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1035]: 6 0 0.0676586 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1084]: 6 0 0.0941008 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1538]: 6 0 0.120316 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1553]: 6 0 0.150491 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1559]: 6 0 0.164396 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1560]: 6 0 0.243651 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1562]: 6 0 0.329857 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1572]: 6 0 0.0173396 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1573]: 6 0 0.0220657 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1580]: 6 0 0.0225005 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1656]: 6 0 0.000728385 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1664]: 6 0 0.0291369 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1666]: 6 0 0.000497862 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1667]: 6 0 0.0295348 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1668]: 6 0 0.0291258 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1670]: 6 0 0.0585811 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1673]: 6 0 0.0289942 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1711]: 6 0 0.000273863 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1714]: 6 0 0.094094 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1750]: 6 0 0.0940924 shouldn't be
1115.70/1122.59	WSVECS04 Frhs2[1832]: 6 0 0.115846 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[143]: 6 0 0.102964 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[144]: 6 0 0.0806726 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[160]: 6 0 0.022278 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[177]: 6 0 0.0069002 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[211]: 6 0 0.244392 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[313]: 6 0 0.138007 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[314]: 6 0 0.126895 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[412]: 6 0 0.0511447 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[416]: 6 0 0.197794 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[434]: 6 0 0.085612 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[449]: 6 0 0.215756 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[518]: 6 0 0.231047 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[637]: 6 0 0.153066 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[723]: 6 0 0.0283609 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[803]: 6 0 0.028918 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[1008]: 6 0 0.000331814 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[1015]: 6 0 0.0578326 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[1017]: 6 0 0.0134851 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[1036]: 6 0 0.000460782 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[1268]: 6 0 0.0179588 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[1533]: 6 0 0.190963 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[1542]: 6 0 0.148361 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[1545]: 6 0 0.00126461 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[1550]: 6 0 0.225266 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[1551]: 6 0 0.229785 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[1557]: 6 0 0.253783 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[1558]: 6 0 0.122034 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[1561]: 6 0 0.254117 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[1563]: 6 0 0.213074 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[1568]: 6 0 0.122034 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[1658]: 6 0 0.000233687 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[1665]: 6 0 0.0290107 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[1718]: 6 0 0.000999728 shouldn't be
1116.21/1123.10	WSVECS04 Frhs2[1724]: 6 0 0.0316715 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[47]: 6 0 1.00009 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[172]: 6 0 0.0546271 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[178]: 6 0 0.0701258 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[297]: 6 0 0.0538691 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[428]: 6 0 0.122399 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[466]: 6 0 0.0667681 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[806]: 6 0 0.109285 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[842]: 6 0 0.0893209 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[858]: 6 0 0.00262524 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[986]: 6 0 0.0306706 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[1014]: 6 0 0.0384523 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[1023]: 6 0 0.00161522 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[1037]: 6 0 0.0678498 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[1042]: 6 0 0.068311 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[1086]: 6 0 0.0384887 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[1338]: 6 0 0.0384219 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[1354]: 6 0 0.0941233 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[1356]: 6 0 0.0384204 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[1389]: 6 0 0.0830135 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[1480]: 6 0 0.0941483 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[1482]: 6 0 0.0384426 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[1498]: 6 0 0.0940936 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[1500]: 6 0 0.066348 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[1532]: 6 0 0.179155 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[1546]: 6 0 0.0295912 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[1547]: 6 0 0.148153 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[1564]: 6 0 0.267813 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[1588]: 6 0 0.033068 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[1662]: 6 0 0.0663168 shouldn't be
1116.80/1123.64	WSVECS04 Frhs2[1768]: 6 0 0.0941545 shouldn't be
1117.39/1124.27	WSVECS04 Frhs2[263]: 6 0 0.186371 shouldn't be
1117.39/1124.27	WSVECS04 Frhs2[381]: 6 0 0.143065 shouldn't be
1117.39/1124.27	WSVECS04 Frhs2[429]: 6 0 0.33313 shouldn't be
1117.39/1124.27	WSVECS04 Frhs2[652]: 6 0 0.277389 shouldn't be
1117.39/1124.27	WSVECS04 Frhs2[701]: 6 0 0.09561 shouldn't be
1117.39/1124.27	WSVECS04 Frhs2[722]: 6 0 0.00162416 shouldn't be
1117.39/1124.27	WSVECS04 Frhs2[808]: 6 0 0.0576493 shouldn't be
1117.39/1124.27	WSVECS04 Frhs2[859]: 6 0 0.0298487 shouldn't be
1117.39/1124.27	WSVECS04 Frhs2[960]: 6 0 0.0384668 shouldn't be
1117.39/1124.27	WSVECS04 Frhs2[1009]: 6 0 0.000330196 shouldn't be
1117.39/1124.27	WSVECS04 Frhs2[1010]: 6 0 0.000192313 shouldn't be
1117.39/1124.27	WSVECS04 Frhs2[1012]: 6 0 0.0941556 shouldn't be
1117.39/1124.27	WSVECS04 Frhs2[1029]: 6 0 0.109546 shouldn't be
1117.39/1124.27	WSVECS04 Frhs2[1038]: 6 0 0.0677513 shouldn't be
1117.39/1124.27	WSVECS04 Frhs2[1041]: 6 0 0.00185474 shouldn't be
1117.39/1124.27	WSVECS04 Frhs2[1148]: 6 0 0.0273273 shouldn't be
1117.39/1124.27	WSVECS04 Frhs2[1464]: 6 0 0.0384876 shouldn't be
1117.39/1124.27	WSVECS04 Frhs2[1530]: 6 0 0.149167 shouldn't be
1117.39/1124.27	WSVECS04 Frhs2[1548]: 6 0 0.255614 shouldn't be
1117.39/1124.27	WSVECS04 Frhs2[1549]: 6 0 0.254493 shouldn't be
1117.39/1124.27	WSVECS04 Frhs2[1556]: 6 0 0.253962 shouldn't be
1117.39/1124.27	WSVECS04 Frhs2[1672]: 6 0 0.0298647 shouldn't be
1117.39/1124.27	WSVECS04 Frhs2[1716]: 6 0 0.0384323 shouldn't be
1117.39/1124.27	WSVECS04 Frhs2[1722]: 6 0 0.000247017 shouldn't be
1117.39/1124.27	WSVECS04 Frhs2[1727]: 6 0 0.000176203 shouldn't be
1117.39/1124.27	WSVECS04 Frhs2[1752]: 6 0 0.0404824 shouldn't be
1117.39/1124.27	WSVECS04 Frhs2[1770]: 6 0 0.0384544 shouldn't be
1118.49/1125.36	WSVECS04 Frhs2[377]: 6 0 0.0202716 shouldn't be
1118.49/1125.36	WSVECS04 Frhs2[425]: 6 0 0.0169691 shouldn't be
1118.49/1125.36	WSVECS04 Frhs2[567]: 6 0 0.121079 shouldn't be
1118.49/1125.36	WSVECS04 Frhs2[669]: 6 0 0.318963 shouldn't be
1118.49/1125.36	WSVECS04 Frhs2[841]: 6 0 0.0639447 shouldn't be
1118.49/1125.36	WSVECS04 Frhs2[1043]: 6 0 0.0680367 shouldn't be
1118.49/1125.36	WSVECS04 Frhs2[1210]: 6 0 0.0941347 shouldn't be
1118.49/1125.36	WSVECS04 Frhs2[1555]: 6 0 0.19073 shouldn't be
1118.49/1125.36	WSVECS04 Frhs2[1565]: 6 0 0.243541 shouldn't be
1119.49/1126.39	WSVECS04 Frhs2[9]: 6 0 1.00005 shouldn't be
1119.49/1126.39	WSVECS04 Frhs2[569]: 6 0 0.0965202 shouldn't be
1119.49/1126.39	WSVECS04 Frhs2[697]: 6 0 0.103622 shouldn't be
1119.49/1126.39	WSVECS04 Frhs2[790]: 6 0 0.145361 shouldn't be
1119.49/1126.39	WSVECS04 Frhs2[1462]: 6 0 0.0941405 shouldn't be
1119.49/1126.39	WSVECS04 Frhs2[1541]: 6 0 0.151956 shouldn't be
1119.49/1126.39	WSVECS04 Frhs2[1543]: 6 0 0.148419 shouldn't be
1119.49/1126.39	WSVECS04 Frhs2[1712]: 6 0 0.000197925 shouldn't be
1120.29/1127.12	WSVECS04 Frhs2[245]: 6 0 0.0466968 shouldn't be
1120.29/1127.12	WSVECS04 Frhs2[1039]: 6 0 0.0677337 shouldn't be
1120.29/1127.12	WSVECS04 Frhs2[1537]: 6 0 0.148158 shouldn't be
1120.29/1127.12	WSVECS04 Frhs2[1552]: 6 0 0.0940896 shouldn't be
1120.79/1127.64	WSVECS04 Frhs2[32]: 6 0 1.00002 shouldn't be
1120.79/1127.64	WSVECS04 Frhs2[1592]: 6 0 0.0312471 shouldn't be
1121.39/1128.25	WSVECS04 Frhs2[382]: 6 0 0.297207 shouldn't be
1121.39/1128.25	WSVECS04 Frhs2[391]: 6 0 0.047643 shouldn't be
1121.39/1128.25	WSVECS04 Frhs2[891]: 6 0 0.0921112 shouldn't be
1121.39/1128.25	WSVECS04 Frhs2[1671]: 6 0 0.00161547 shouldn't be
1121.39/1128.25	WSVECS04 Frhs2[1713]: 6 0 0.0305082 shouldn't be
1121.98/1128.86	WSVECS04 Frhs2[126]: 6 0 0.0497908 shouldn't be
1122.68/1129.56	WSVECS04 Frhs2[308]: 6 0 0.0134993 shouldn't be
1122.68/1129.56	WSVECS04 Frhs2[791]: 6 0 0.028935 shouldn't be
1122.68/1129.56	WSVECS04 Frhs2[1040]: 6 0 0.0967031 shouldn't be
1122.68/1129.56	WSVECS04 Frhs2[1336]: 6 0 0.0941002 shouldn't be
1123.38/1130.23	WSVECS04 Frhs2[127]: 6 0 0.086058 shouldn't be
1125.37/1132.23	WSVECS04 Frhs2[1660]: 6 0 0.115923 shouldn't be
1125.37/1132.23	WSVECS04 Frhs2[1719]: 6 0 0.000585103 shouldn't be
1126.67/1133.59	WSVECS04 Frhs2[805]: 6 0 0.339568 shouldn't be
1127.96/1134.82	WSVECS04 Frhs2[161]: 6 0 0.0269804 shouldn't be
1127.96/1134.82	WSVECS04 Frhs2[310]: 6 0 0.28567 shouldn't be
1128.56/1135.40	WSVECS04 Frhs2[892]: 6 0 0.0127981 shouldn't be
1129.06/1135.98	WSVECS04 Frhs2[671]: 6 0 0.160753 shouldn't be
1129.06/1135.98	WSVECS04 Frhs2[1535]: 6 0 0.145188 shouldn't be
1137.34/1144.27	c #Conflicts:    1365000 | #Constraints:      42828
1137.34/1144.27	c #Conflicts:    1366000 | #Constraints:      43828
1137.34/1144.27	c #Conflicts:    1367000 | #Constraints:      44828
1137.34/1144.27	c #Conflicts:    1368000 | #Constraints:      45828
1137.34/1144.27	c #Conflicts:    1369000 | #Constraints:      46828
1137.34/1144.27	c #Conflicts:    1370000 | #Constraints:      47828
1137.34/1144.27	c #Conflicts:    1371000 | #Constraints:      48828
1137.34/1144.27	c INPROCESSING
1137.34/1144.27	c GARBAGE COLLECT
1137.34/1144.27	c rational objective -41.9574
1149.40/1156.35	c #Conflicts:    1372000 | #Constraints:      26548
1149.40/1156.35	c #Conflicts:    1373000 | #Constraints:      27548
1149.40/1156.35	c #Conflicts:    1374000 | #Constraints:      28548
1149.40/1156.35	c #Conflicts:    1375000 | #Constraints:      29548
1149.40/1156.35	c #Conflicts:    1376000 | #Constraints:      30548
1149.40/1156.35	c #Conflicts:    1377000 | #Constraints:      31548
1149.40/1156.35	c #Conflicts:    1378000 | #Constraints:      32548
1149.40/1156.35	c #Conflicts:    1379000 | #Constraints:      33548
1149.40/1156.35	c #Conflicts:    1380000 | #Constraints:      34548
1149.40/1156.35	c #Conflicts:    1381000 | #Constraints:      35548
1149.40/1156.35	c #Conflicts:    1382000 | #Constraints:      36548
1149.40/1156.35	c #Conflicts:    1383000 | #Constraints:      37548
1149.40/1156.35	c #Conflicts:    1384000 | #Constraints:      38548
1149.40/1156.35	c #Conflicts:    1385000 | #Constraints:      39548
1149.40/1156.35	c #Conflicts:    1386000 | #Constraints:      40548
1149.40/1156.35	c #Conflicts:    1387000 | #Constraints:      41548
1149.40/1156.35	c #Conflicts:    1388000 | #Constraints:      42548
1149.40/1156.35	c #Conflicts:    1389000 | #Constraints:      43548
1149.40/1156.35	c #Conflicts:    1390000 | #Constraints:      44548
1149.40/1156.35	c #Conflicts:    1391000 | #Constraints:      45548
1149.40/1156.35	c #Conflicts:    1392000 | #Constraints:      46548
1149.40/1156.35	c #Conflicts:    1393000 | #Constraints:      47548
1149.40/1156.35	c #Conflicts:    1394000 | #Constraints:      48548
1149.40/1156.35	c #Conflicts:    1395000 | #Constraints:      49548
1149.40/1156.35	c INPROCESSING
1149.40/1156.35	c GARBAGE COLLECT
1149.40/1156.35	c rational objective -41.9574
1158.96/1165.94	c #Conflicts:    1396000 | #Constraints:      27130
1158.96/1165.94	c #Conflicts:    1397000 | #Constraints:      28130
1158.96/1165.94	c #Conflicts:    1398000 | #Constraints:      29130
1158.96/1165.94	c #Conflicts:    1399000 | #Constraints:      30130
1158.96/1165.94	c #Conflicts:    1400000 | #Constraints:      31130
1158.96/1165.94	c #Conflicts:    1401000 | #Constraints:      32130
1158.96/1165.94	c #Conflicts:    1402000 | #Constraints:      33130
1158.96/1165.94	c #Conflicts:    1403000 | #Constraints:      34130
1158.96/1165.94	c #Conflicts:    1404000 | #Constraints:      35130
1158.96/1165.94	c #Conflicts:    1405000 | #Constraints:      36130
1158.96/1165.94	c #Conflicts:    1406000 | #Constraints:      37130
1158.96/1165.94	c #Conflicts:    1407000 | #Constraints:      38130
1158.96/1165.94	c #Conflicts:    1408000 | #Constraints:      39130
1158.96/1165.94	c #Conflicts:    1409000 | #Constraints:      40130
1158.96/1165.94	c #Conflicts:    1410000 | #Constraints:      41130
1158.96/1165.94	c #Conflicts:    1411000 | #Constraints:      42130
1158.96/1165.94	c #Conflicts:    1412000 | #Constraints:      43130
1158.96/1165.94	c #Conflicts:    1413000 | #Constraints:      44130
1158.96/1165.94	c #Conflicts:    1414000 | #Constraints:      45130
1158.96/1165.94	c #Conflicts:    1415000 | #Constraints:      46130
1158.96/1165.94	c #Conflicts:    1416000 | #Constraints:      47130
1158.96/1165.94	c #Conflicts:    1417000 | #Constraints:      48130
1158.96/1165.94	c #Conflicts:    1418000 | #Constraints:      49130
1158.96/1165.94	c #Conflicts:    1419000 | #Constraints:      50131
1158.96/1165.94	c INPROCESSING
1158.96/1165.94	c GARBAGE COLLECT
1158.96/1165.94	WSVECS04 Frhs2[55]: 6 0 1.00009 shouldn't be
1158.96/1165.94	WSVECS04 Frhs2[69]: 6 0 1.00001 shouldn't be
1158.96/1165.94	WSVECS04 Frhs2[108]: 6 -5.00003 0 shouldn't be
1162.35/1169.30	c rational objective -41.9574
1285.66/1293.32	c #Conflicts:    1420000 | #Constraints:      27504
1285.66/1293.32	c #Conflicts:    1421000 | #Constraints:      28508
1285.66/1293.32	c #Conflicts:    1422000 | #Constraints:      29509
1285.66/1293.32	c #Conflicts:    1423000 | #Constraints:      30511
1285.66/1293.32	c #Conflicts:    1424000 | #Constraints:      31515
1285.66/1293.32	c #Conflicts:    1425000 | #Constraints:      32521
1285.66/1293.32	c #Conflicts:    1426000 | #Constraints:      33525
1285.66/1293.32	c #Conflicts:    1427000 | #Constraints:      34526
1285.66/1293.32	c #Conflicts:    1428000 | #Constraints:      35527
1285.66/1293.32	c #Conflicts:    1429000 | #Constraints:      36529
1285.66/1293.32	c #Conflicts:    1430000 | #Constraints:      37532
1285.66/1293.32	c #Conflicts:    1431000 | #Constraints:      38533
1285.66/1293.32	c #Conflicts:    1432000 | #Constraints:      39534
1285.66/1293.32	c #Conflicts:    1433000 | #Constraints:      40536
1285.66/1293.32	c #Conflicts:    1434000 | #Constraints:      41538
1285.66/1293.32	c #Conflicts:    1435000 | #Constraints:      42542
1285.66/1293.32	c #Conflicts:    1436000 | #Constraints:      43543
1285.66/1293.32	c #Conflicts:    1437000 | #Constraints:      44544
1285.66/1293.32	c #Conflicts:    1438000 | #Constraints:      45547
1285.66/1293.32	c #Conflicts:    1439000 | #Constraints:      46550
1285.66/1293.32	c #Conflicts:    1440000 | #Constraints:      47552
1285.66/1293.32	c #Conflicts:    1441000 | #Constraints:      48555
1285.66/1293.32	c #Conflicts:    1442000 | #Constraints:      49555
1285.66/1293.32	c #Conflicts:    1443000 | #Constraints:      50556
1285.66/1293.32	c #Conflicts:    1444000 | #Constraints:      51557
1285.66/1293.32	c #Conflicts:    1445000 | #Constraints:      52558
1285.66/1293.32	c #Conflicts:    1446000 | #Constraints:      53559
1285.66/1293.32	c #Conflicts:    1447000 | #Constraints:      54559
1285.66/1293.32	c #Conflicts:    1448000 | #Constraints:      55559
1285.66/1293.32	c #Conflicts:    1449000 | #Constraints:      56559
1285.66/1293.32	c #Conflicts:    1450000 | #Constraints:      57559
1285.66/1293.32	c #Conflicts:    1451000 | #Constraints:      58562
1285.66/1293.32	c #Conflicts:    1452000 | #Constraints:      59564
1285.66/1293.32	c #Conflicts:    1453000 | #Constraints:      60566
1285.66/1293.32	c #Conflicts:    1454000 | #Constraints:      61567
1285.66/1293.32	c #Conflicts:    1455000 | #Constraints:      62568
1285.66/1293.32	c #Conflicts:    1456000 | #Constraints:      63569
1285.66/1293.32	c #Conflicts:    1457000 | #Constraints:      64571
1285.66/1293.32	c #Conflicts:    1458000 | #Constraints:      65577
1285.66/1293.32	c #Conflicts:    1459000 | #Constraints:      66578
1285.66/1293.32	c #Conflicts:    1460000 | #Constraints:      67584
1285.66/1293.32	c #Conflicts:    1461000 | #Constraints:      68590
1285.66/1293.32	c #Conflicts:    1462000 | #Constraints:      69591
1285.66/1293.32	c #Conflicts:    1463000 | #Constraints:      70591
1285.66/1293.32	c #Conflicts:    1464000 | #Constraints:      71593
1285.66/1293.32	c #Conflicts:    1465000 | #Constraints:      72594
1285.66/1293.32	c #Conflicts:    1466000 | #Constraints:      73594
1285.66/1293.32	c #Conflicts:    1467000 | #Constraints:      74595
1285.66/1293.32	c #Conflicts:    1468000 | #Constraints:      75596
1285.66/1293.32	c #Conflicts:    1469000 | #Constraints:      76596
1285.66/1293.32	c #Conflicts:    1470000 | #Constraints:      77598
1285.66/1293.32	c #Conflicts:    1471000 | #Constraints:      78599
1285.66/1293.32	c #Conflicts:    1472000 | #Constraints:      79599
1285.66/1293.32	c #Conflicts:    1473000 | #Constraints:      80599
1285.66/1293.32	c #Conflicts:    1474000 | #Constraints:      81602
1285.66/1293.32	c #Conflicts:    1475000 | #Constraints:      82603
1285.66/1293.32	c #Conflicts:    1476000 | #Constraints:      83603
1285.66/1293.32	c #Conflicts:    1477000 | #Constraints:      84605
1285.66/1293.32	c #Conflicts:    1478000 | #Constraints:      85606
1285.66/1293.32	c #Conflicts:    1479000 | #Constraints:      86608
1285.66/1293.32	c #Conflicts:    1480000 | #Constraints:      87611
1285.66/1293.32	c #Conflicts:    1481000 | #Constraints:      88614
1285.66/1293.32	c #Conflicts:    1482000 | #Constraints:      89617
1285.66/1293.32	c #Conflicts:    1483000 | #Constraints:      90619
1285.66/1293.32	c #Conflicts:    1484000 | #Constraints:      91620
1285.66/1293.32	c #Conflicts:    1485000 | #Constraints:      92620
1285.66/1293.32	c #Conflicts:    1486000 | #Constraints:      93621
1285.66/1293.32	c #Conflicts:    1487000 | #Constraints:      94622
1285.66/1293.32	c #Conflicts:    1488000 | #Constraints:      95623
1285.66/1293.32	c #Conflicts:    1489000 | #Constraints:      96626
1285.66/1293.32	c #Conflicts:    1490000 | #Constraints:      97627
1285.66/1293.32	c #Conflicts:    1491000 | #Constraints:      98629
1285.66/1293.32	c #Conflicts:    1492000 | #Constraints:      99631
1285.66/1293.32	c #Conflicts:    1493000 | #Constraints:     100631
1285.66/1293.32	WSVECS04 Frhs2[43]: 6 0 0.0229389 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[66]: 6 -0.496921 0 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[110]: 6 -1.49198 0 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[126]: 6 0 0.950527 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[140]: 6 0 0.00114102 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[142]: 6 0 1.97417 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[143]: 6 0 0.456516 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[144]: 6 0 0.125806 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[150]: 6 0 0.0116392 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[153]: 6 0 0.00392435 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[267]: 6 0 0.0077439 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[271]: 6 0 0.00774872 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[381]: 6 0 0.470669 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[421]: 6 -2.48234 0 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[501]: 6 0 1.08781 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[506]: 6 0 0.0106734 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[509]: 6 0 0.0106594 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[523]: 6 0 0.0115636 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[628]: 6 0 0.0096804 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[645]: 6 -2.48236 0 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[651]: 6 0 0.44773 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[653]: 6 0 0.446539 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[658]: 6 0 0.517783 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[659]: 6 0 0.51782 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[674]: 6 0 0.0105191 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[675]: 6 0 0.0105035 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[739]: 6 0 0.00130159 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[745]: 6 0 0.00970151 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[769]: 6 0 0.0620038 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[779]: 6 0 0.0712918 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[794]: 6 0 0.0155193 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[795]: 6 0 0.0154942 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[796]: 6 0 0.0155416 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[798]: 6 0 0.0155156 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[847]: 6 0 0.00841509 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[866]: 6 0 0.00637334 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[871]: 6 0 0.00360361 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[880]: 6 0 0.0119441 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[883]: 6 0 0.0119055 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[889]: 6 0 0.00124326 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[905]: 6 0 0.0452102 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[931]: 6 0 0.0105304 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[968]: 6 0 0.531057 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[994]: 6 0 0.0203107 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[996]: 6 0 0.0105352 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[1007]: 6 0 0.00198545 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[1013]: 6 0 0.157416 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[1023]: 6 0 0.00502837 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[1095]: 6 0 0.00499377 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[1227]: 6 0 0.0398878 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[1235]: 6 0 0.531033 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[1239]: 6 0 0.00502111 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[1351]: 6 0 0.00101301 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[1352]: 6 0 0.0013214 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[1356]: 6 0 0.124756 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[1364]: 6 0 0.531015 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[1383]: 6 0 0.00505335 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[1389]: 6 0 0.0206031 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[1390]: 6 0 0.0203529 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[1397]: 6 0 0.531069 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[1398]: 6 0 0.531071 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[1401]: 6 0 0.00501257 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[1490]: 6 0 0.526057 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[1559]: 6 0 0.531037 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[1685]: 6 0 0.526053 shouldn't be
1285.66/1293.32	WSVECS04 Frhs2[1794]: 6 0 0.404524 shouldn't be
1285.85/1293.56	WSVECS04 Frhs2[268]: 6 0 0.00779367 shouldn't be
1285.85/1293.56	WSVECS04 Frhs2[269]: 6 0 0.0077496 shouldn't be
1285.85/1293.56	WSVECS04 Frhs2[505]: 6 0 0.0106463 shouldn't be
1285.85/1293.56	WSVECS04 Frhs2[551]: 6 0 0.288066 shouldn't be
1285.85/1293.56	WSVECS04 Frhs2[625]: 6 0 0.00964817 shouldn't be
1285.85/1293.56	WSVECS04 Frhs2[778]: 6 0 0.0713421 shouldn't be
1285.85/1293.56	WSVECS04 Frhs2[811]: 6 0 0.0105143 shouldn't be
1285.85/1293.56	WSVECS04 Frhs2[913]: 6 0 0.0545033 shouldn't be
1285.85/1293.56	WSVECS04 Frhs2[914]: 6 0 0.0545424 shouldn't be
1285.85/1293.56	WSVECS04 Frhs2[930]: 6 0 0.0105707 shouldn't be
1285.85/1293.56	WSVECS04 Frhs2[1155]: 6 0 0.0206121 shouldn't be
1285.85/1293.56	WSVECS04 Frhs2[1167]: 6 0 0.00506113 shouldn't be
1285.85/1293.56	WSVECS04 Frhs2[1563]: 6 0 0.00501567 shouldn't be
1451.38/1459.74	c #Conflicts:    1494000 | #Constraints:     101631
1451.38/1459.74	c #Conflicts:    1495000 | #Constraints:     102631
1451.38/1459.74	c #Conflicts:    1496000 | #Constraints:     103631
1451.38/1459.74	c #Conflicts:    1497000 | #Constraints:     104631
1451.38/1459.74	c #Conflicts:    1498000 | #Constraints:     105631
1451.38/1459.74	c #Conflicts:    1499000 | #Constraints:     106631
1451.38/1459.74	c #Conflicts:    1500000 | #Constraints:     107631
1451.38/1459.74	c #Conflicts:    1501000 | #Constraints:     108632
1451.38/1459.74	c #Conflicts:    1502000 | #Constraints:     109632
1451.38/1459.74	c #Conflicts:    1503000 | #Constraints:     110632
1451.38/1459.74	c #Conflicts:    1504000 | #Constraints:     111632
1451.38/1459.74	c #Conflicts:    1505000 | #Constraints:     112632
1451.38/1459.74	c #Conflicts:    1506000 | #Constraints:     113635
1451.38/1459.74	c #Conflicts:    1507000 | #Constraints:     114636
1451.38/1459.74	c #Conflicts:    1508000 | #Constraints:     115636
1451.38/1459.74	c #Conflicts:    1509000 | #Constraints:     116636
1451.38/1459.74	c #Conflicts:    1510000 | #Constraints:     117639
1451.38/1459.74	c #Conflicts:    1511000 | #Constraints:     118642
1451.38/1459.74	c #Conflicts:    1512000 | #Constraints:     119644
1451.38/1459.74	c #Conflicts:    1513000 | #Constraints:     120646
1451.38/1459.74	c #Conflicts:    1514000 | #Constraints:     121646
1451.38/1459.74	c #Conflicts:    1515000 | #Constraints:     122646
1451.38/1459.74	c #Conflicts:    1516000 | #Constraints:     123646
1451.38/1459.74	c #Conflicts:    1517000 | #Constraints:     124646
1451.38/1459.74	c #Conflicts:    1518000 | #Constraints:     125646
1451.38/1459.74	c #Conflicts:    1519000 | #Constraints:     126646
1451.38/1459.74	c #Conflicts:    1520000 | #Constraints:     127646
1451.38/1459.74	c #Conflicts:    1521000 | #Constraints:     128646
1451.38/1459.74	c #Conflicts:    1522000 | #Constraints:     129648
1451.38/1459.74	c #Conflicts:    1523000 | #Constraints:     130651
1451.38/1459.74	c #Conflicts:    1524000 | #Constraints:     131653
1451.38/1459.74	c #Conflicts:    1525000 | #Constraints:     132653
1451.38/1459.74	c #Conflicts:    1526000 | #Constraints:     133653
1451.38/1459.74	c #Conflicts:    1527000 | #Constraints:     134654
1451.38/1459.74	c #Conflicts:    1528000 | #Constraints:     135654
1451.38/1459.74	c #Conflicts:    1529000 | #Constraints:     136654
1451.38/1459.74	c #Conflicts:    1530000 | #Constraints:     137654
1451.38/1459.74	c #Conflicts:    1531000 | #Constraints:     138654
1451.38/1459.74	c #Conflicts:    1532000 | #Constraints:     139654
1451.38/1459.74	c #Conflicts:    1533000 | #Constraints:     140654
1451.38/1459.74	c #Conflicts:    1534000 | #Constraints:     141654
1451.38/1459.74	c #Conflicts:    1535000 | #Constraints:     142654
1451.38/1459.74	c #Conflicts:    1536000 | #Constraints:     143654
1451.38/1459.74	WSVECS04 Frhs2[1]: 6 0 0.750067 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[22]: 6 0 0.122974 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[62]: 6 -1.25004 0 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[77]: 6 0 0.75004 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[91]: 6 0 0.75009 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[141]: 6 0 0.00508185 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[190]: 6 0 0.849834 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[220]: 6 0 0.254788 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[274]: 6 0 0.375021 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[277]: 6 0 0.375059 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[300]: 6 -0.242061 0 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[305]: 6 0 0.297712 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[306]: 6 0 0.0665739 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[334]: 6 0 0.49903 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[335]: 6 0 0.39176 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[336]: 6 0 0.476281 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[339]: 6 0 0.693542 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[351]: 6 0 0.191152 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[356]: 6 0 0.0464506 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[421]: 6 -0.441571 0 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[435]: 6 -0.308566 0 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[485]: 6 0 0.750041 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[529]: 6 0 0.617074 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[546]: 6 0 0.11143 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[572]: 6 0 0.0207426 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[621]: 6 0 0.750036 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[641]: 6 0 0.0817294 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[692]: 6 0 0.505086 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[828]: 6 0 0.00507958 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[930]: 6 0 0.0050569 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[1001]: 6 -0.375074 0 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[1018]: 6 -0.0151629 0 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[1072]: 6 0 0.324146 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[1242]: 6 0 0.326644 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[1243]: 6 0 0.32667 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[1244]: 6 0 0.326645 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[1245]: 6 0 0.326617 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[1247]: 6 0 0.326642 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[1252]: 6 0 0.31155 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[1256]: 6 0 0.326683 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[1325]: 6 0 0.0151511 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[1385]: 6 0 0.701605 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[1399]: 6 -1.01014 0 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[1416]: 6 0 0.183553 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[1487]: 6 0 0.0816649 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[1575]: 6 0 0.191596 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[1683]: 6 0 0.191547 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[1813]: 6 0 0.0333429 shouldn't be
1451.38/1459.74	WSVECS04 Frhs2[1828]: 6 0 0.00514653 shouldn't be
1451.68/1460.01	WSVECS04 Frhs2[369]: 6 0 0.00510479 shouldn't be
1451.68/1460.01	WSVECS04 Frhs2[475]: 6 0 0.300432 shouldn't be
1451.68/1460.01	WSVECS04 Frhs2[577]: 6 0 0.198056 shouldn't be
1451.68/1460.01	WSVECS04 Frhs2[594]: 6 0 0.0714739 shouldn't be
1451.68/1460.01	WSVECS04 Frhs2[1418]: 6 0 0.510116 shouldn't be
1451.68/1460.01	WSVECS04 Frhs2[1577]: 6 0 0.015166 shouldn't be
1451.87/1460.27	WSVECS04 Frhs2[307]: 6 0 0.0665187 shouldn't be
1451.87/1460.27	WSVECS04 Frhs2[740]: 6 0 0.750091 shouldn't be
1451.87/1460.27	WSVECS04 Frhs2[842]: 6 0 0.750048 shouldn't be
1451.87/1460.27	WSVECS04 Frhs2[1343]: 6 0 0.0816882 shouldn't be
1451.87/1460.27	WSVECS04 Frhs2[1775]: 6 0 0.00512418 shouldn't be
1452.17/1460.55	WSVECS04 Frhs2[309]: 6 0 0.361083 shouldn't be
1452.17/1460.55	WSVECS04 Frhs2[811]: 6 0 0.00511943 shouldn't be
1452.17/1460.55	WSVECS04 Frhs2[947]: 6 0 0.00508632 shouldn't be
1452.17/1460.55	WSVECS04 Frhs2[1793]: 6 0 0.0051275 shouldn't be
1486.34/1494.80	c #Conflicts:    1537000 | #Constraints:     144654
1486.34/1494.80	c #Conflicts:    1538000 | #Constraints:     145654
1486.34/1494.80	c #Conflicts:    1539000 | #Constraints:     146654
1486.34/1494.80	c #Conflicts:    1540000 | #Constraints:     147654
1486.34/1494.80	c #Conflicts:    1541000 | #Constraints:     148654
1486.34/1494.80	c #Conflicts:    1542000 | #Constraints:     149654
1486.34/1494.80	c INPROCESSING
1486.34/1494.80	c GARBAGE COLLECT
1486.34/1494.80	c rational objective -41.9574
1502.86/1511.47	c #Conflicts:    1543000 | #Constraints:      76960
1502.86/1511.47	c #Conflicts:    1544000 | #Constraints:      77960
1502.86/1511.47	c #Conflicts:    1545000 | #Constraints:      78960
1502.86/1511.47	c #Conflicts:    1546000 | #Constraints:      79960
1502.86/1511.47	c #Conflicts:    1547000 | #Constraints:      80960
1502.86/1511.47	c #Conflicts:    1548000 | #Constraints:      81960
1502.86/1511.47	c #Conflicts:    1549000 | #Constraints:      82960
1502.86/1511.47	c #Conflicts:    1550000 | #Constraints:      83960
1502.86/1511.47	c #Conflicts:    1551000 | #Constraints:      84960
1502.86/1511.47	c #Conflicts:    1552000 | #Constraints:      85960
1502.86/1511.47	c #Conflicts:    1553000 | #Constraints:      86960
1502.86/1511.47	WSVECS04 Frhs2[23]: 6 -2.33338 0 shouldn't be
1502.86/1511.47	WSVECS04 Frhs2[71]: 6 -2.33335 0 shouldn't be
1511.43/1520.06	c #Conflicts:    1554000 | #Constraints:      87960
1511.43/1520.06	c #Conflicts:    1555000 | #Constraints:      88960
1511.43/1520.06	c #Conflicts:    1556000 | #Constraints:      89960
1511.43/1520.06	c #Conflicts:    1557000 | #Constraints:      90960
1511.43/1520.06	c #Conflicts:    1558000 | #Constraints:      91960
1511.43/1520.06	WSVECS04 Frhs2[17]: 6 -1.00002 0 shouldn't be
1512.12/1520.79	WSVECS04 Frhs2[57]: 6 0 1.00002 shouldn't be
1514.52/1523.13	WSVECS04 Frhs2[49]: 6 -2.00007 0 shouldn't be
1514.52/1523.13	WSVECS04 Frhs2[73]: 6 0 1.00008 shouldn't be
1515.02/1523.68	WSVECS04 Frhs2[56]: 6 -1.00007 0 shouldn't be
1529.34/1538.03	c #Conflicts:    1559000 | #Constraints:      92960
1529.34/1538.03	c #Conflicts:    1560000 | #Constraints:      93960
1529.34/1538.03	c #Conflicts:    1561000 | #Constraints:      94960
1529.34/1538.03	c #Conflicts:    1562000 | #Constraints:      95960
1529.34/1538.03	c #Conflicts:    1563000 | #Constraints:      96960
1529.34/1538.03	c bounds -28 >= -83 @ 1511.08
1538.21/1546.91	c #Conflicts:    1564000 | #Constraints:      98005
1538.21/1546.91	c #Conflicts:    1565000 | #Constraints:      99005
1538.21/1546.91	c #Conflicts:    1566000 | #Constraints:     100005
1538.21/1546.91	c #Conflicts:    1567000 | #Constraints:     101005
1538.21/1546.91	c #Conflicts:    1568000 | #Constraints:     102005
1538.21/1546.91	c INPROCESSING
1538.21/1546.91	c GARBAGE COLLECT
1538.21/1546.91	c rational objective -41.9574
1554.85/1563.65	c #Conflicts:    1569000 | #Constraints:      53453
1554.85/1563.65	c #Conflicts:    1570000 | #Constraints:      54453
1554.85/1563.65	c #Conflicts:    1571000 | #Constraints:      55453
1554.85/1563.65	c #Conflicts:    1572000 | #Constraints:      56453
1554.85/1563.65	c #Conflicts:    1573000 | #Constraints:      57453
1554.85/1563.65	c #Conflicts:    1574000 | #Constraints:      58453
1554.85/1563.65	c #Conflicts:    1575000 | #Constraints:      59453
1554.85/1563.65	c #Conflicts:    1576000 | #Constraints:      60453
1554.85/1563.65	c #Conflicts:    1577000 | #Constraints:      61453
1554.85/1563.65	c #Conflicts:    1578000 | #Constraints:      62453
1554.85/1563.65	c #Conflicts:    1579000 | #Constraints:      63453
1554.85/1563.65	c #Conflicts:    1580000 | #Constraints:      64453
1554.85/1563.65	c #Conflicts:    1581000 | #Constraints:      65453
1554.85/1563.65	c #Conflicts:    1582000 | #Constraints:      66453
1554.85/1563.65	c #Conflicts:    1583000 | #Constraints:      67453
1554.85/1563.65	c #Conflicts:    1584000 | #Constraints:      68453
1554.85/1563.65	c #Conflicts:    1585000 | #Constraints:      69453
1554.85/1563.65	c #Conflicts:    1586000 | #Constraints:      70453
1554.85/1563.65	c #Conflicts:    1587000 | #Constraints:      71453
1554.85/1563.65	c #Conflicts:    1588000 | #Constraints:      72453
1554.85/1563.65	c #Conflicts:    1589000 | #Constraints:      73453
1554.85/1563.65	c #Conflicts:    1590000 | #Constraints:      74453
1554.85/1563.65	c #Conflicts:    1591000 | #Constraints:      75453
1554.85/1563.65	c #Conflicts:    1592000 | #Constraints:      76453
1554.85/1563.65	c #Conflicts:    1593000 | #Constraints:      77453
1554.85/1563.65	c INPROCESSING
1554.85/1563.65	c GARBAGE COLLECT
1554.85/1563.65	c rational objective -41.9574
1561.36/1570.25	c #Conflicts:    1594000 | #Constraints:      41017
1561.36/1570.25	c #Conflicts:    1595000 | #Constraints:      42017
1561.36/1570.25	c #Conflicts:    1596000 | #Constraints:      43017
1561.36/1570.25	c #Conflicts:    1597000 | #Constraints:      44017
1561.36/1570.25	c #Conflicts:    1598000 | #Constraints:      45017
1561.36/1570.25	c #Conflicts:    1599000 | #Constraints:      46017
1561.36/1570.25	c #Conflicts:    1600000 | #Constraints:      47017
1561.36/1570.25	c #Conflicts:    1601000 | #Constraints:      48017
1561.36/1570.25	WSVECS04 Frhs2[14]: 6 0 1.00009 shouldn't be
1561.36/1570.25	WSVECS04 Frhs2[16]: 6 -1.8513 0 shouldn't be
1561.36/1570.25	WSVECS04 Frhs2[29]: 6 -2.14881 0 shouldn't be
1561.36/1570.25	WSVECS04 Frhs2[36]: 6 -5.00008 0 shouldn't be
1561.36/1570.25	WSVECS04 Frhs2[52]: 6 0 1.00008 shouldn't be
1561.36/1570.25	WSVECS04 Frhs2[76]: 6 -1.95873 0 shouldn't be
1561.36/1570.25	WSVECS04 Frhs2[86]: 6 -1.85131 0 shouldn't be
1561.36/1570.25	WSVECS04 Frhs2[87]: 6 0 1.00001 shouldn't be
1561.36/1570.25	WSVECS04 Frhs2[92]: 6 0 1.00004 shouldn't be
1561.36/1570.25	WSVECS04 Frhs2[112]: 6 -5.09922 0 shouldn't be
1562.06/1570.90	WSVECS04 Frhs2[38]: 6 -1.85132 0 shouldn't be
1576.42/1585.35	c #Conflicts:    1602000 | #Constraints:      49017
1576.42/1585.35	c #Conflicts:    1603000 | #Constraints:      50017
1576.42/1585.35	c #Conflicts:    1604000 | #Constraints:      51017
1576.42/1585.35	c #Conflicts:    1605000 | #Constraints:      52017
1576.42/1585.35	c #Conflicts:    1606000 | #Constraints:      53017
1576.42/1585.35	c #Conflicts:    1607000 | #Constraints:      54017
1576.42/1585.35	c #Conflicts:    1608000 | #Constraints:      55017
1576.42/1585.35	c #Conflicts:    1609000 | #Constraints:      56017
1576.42/1585.35	c #Conflicts:    1610000 | #Constraints:      57017
1576.42/1585.35	c #Conflicts:    1611000 | #Constraints:      58017
1576.42/1585.35	c #Conflicts:    1612000 | #Constraints:      59017
1576.42/1585.35	c #Conflicts:    1613000 | #Constraints:      60017
1576.42/1585.35	c #Conflicts:    1614000 | #Constraints:      61017
1576.42/1585.35	c #Conflicts:    1615000 | #Constraints:      62017
1576.42/1585.35	c #Conflicts:    1616000 | #Constraints:      63017
1576.42/1585.35	c #Conflicts:    1617000 | #Constraints:      64017
1576.42/1585.35	c #Conflicts:    1618000 | #Constraints:      65017
1576.42/1585.35	c INPROCESSING
1576.42/1585.35	c GARBAGE COLLECT
1576.42/1585.35	c rational objective -41.9574
1583.00/1591.90	c #Conflicts:    1619000 | #Constraints:      34565
1583.00/1591.90	c #Conflicts:    1620000 | #Constraints:      35565
1583.00/1591.90	c #Conflicts:    1621000 | #Constraints:      36565
1583.00/1591.90	c #Conflicts:    1622000 | #Constraints:      37565
1583.00/1591.90	c #Conflicts:    1623000 | #Constraints:      38565
1583.00/1591.90	c #Conflicts:    1624000 | #Constraints:      39565
1583.00/1591.90	c #Conflicts:    1625000 | #Constraints:      40565
1583.00/1591.90	c #Conflicts:    1626000 | #Constraints:      41565
1583.00/1591.90	c #Conflicts:    1627000 | #Constraints:      42565
1583.00/1591.90	c #Conflicts:    1628000 | #Constraints:      43565
1583.00/1591.90	c #Conflicts:    1629000 | #Constraints:      44565
1583.00/1591.90	c #Conflicts:    1630000 | #Constraints:      45565
1583.00/1591.90	WSVECS04 Frhs2[3]: 6 0 1.00009 shouldn't be
1583.00/1591.90	WSVECS04 Frhs2[11]: 6 -5.00007 0 shouldn't be
1583.00/1591.90	WSVECS04 Frhs2[17]: 6 -2.00004 0 shouldn't be
1583.00/1591.90	WSVECS04 Frhs2[18]: 6 0 1.00001 shouldn't be
1583.00/1591.90	WSVECS04 Frhs2[40]: 6 0 1.00006 shouldn't be
1583.00/1591.90	WSVECS04 Frhs2[49]: 6 -2.00003 0 shouldn't be
1583.00/1591.90	WSVECS04 Frhs2[50]: 6 0 1.00009 shouldn't be
1583.00/1591.90	WSVECS04 Frhs2[57]: 6 0 1.00002 shouldn't be
1583.00/1591.90	WSVECS04 Frhs2[64]: 6 0 1.00005 shouldn't be
1583.00/1591.90	WSVECS04 Frhs2[71]: 6 -5.00001 0 shouldn't be
1583.00/1591.90	WSVECS04 Frhs2[95]: 6 -2.00006 0 shouldn't be
1583.00/1591.90	WSVECS04 Frhs2[102]: 6 0 1.00003 shouldn't be
1583.00/1591.90	WSVECS04 Frhs2[116]: 6 0 1.00006 shouldn't be
1593.26/1602.37	c #Conflicts:    1631000 | #Constraints:      46565
1593.26/1602.37	c #Conflicts:    1632000 | #Constraints:      47565
1593.26/1602.37	c #Conflicts:    1633000 | #Constraints:      48565
1593.26/1602.37	c #Conflicts:    1634000 | #Constraints:      49565
1593.26/1602.37	c #Conflicts:    1635000 | #Constraints:      50565
1593.26/1602.37	c #Conflicts:    1636000 | #Constraints:      51565
1593.26/1602.37	c #Conflicts:    1637000 | #Constraints:      52565
1593.26/1602.37	c #Conflicts:    1638000 | #Constraints:      53565
1593.26/1602.37	c #Conflicts:    1639000 | #Constraints:      54565
1593.26/1602.37	c #Conflicts:    1640000 | #Constraints:      55565
1593.26/1602.37	c #Conflicts:    1641000 | #Constraints:      56565
1593.26/1602.37	c #Conflicts:    1642000 | #Constraints:      57565
1593.26/1602.37	c #Conflicts:    1643000 | #Constraints:      58565
1593.26/1602.37	c #Conflicts:    1644000 | #Constraints:      59565
1593.26/1602.37	c INPROCESSING
1593.26/1602.37	c GARBAGE COLLECT
1593.26/1602.37	c rational objective -41.9574
1600.34/1609.45	c #Conflicts:    1645000 | #Constraints:      31992
1600.34/1609.45	c #Conflicts:    1646000 | #Constraints:      32992
1600.34/1609.45	c #Conflicts:    1647000 | #Constraints:      33992
1600.34/1609.45	c bounds -28 >= -82 @ 1581.33
1604.82/1613.91	c #Conflicts:    1648000 | #Constraints:      35028
1604.82/1613.91	c #Conflicts:    1649000 | #Constraints:      36028
1604.82/1613.91	c #Conflicts:    1650000 | #Constraints:      37028
1604.82/1613.91	c #Conflicts:    1651000 | #Constraints:      38028
1604.82/1613.91	c #Conflicts:    1652000 | #Constraints:      39028
1604.82/1613.91	c #Conflicts:    1653000 | #Constraints:      40028
1604.82/1613.91	c #Conflicts:    1654000 | #Constraints:      41028
1604.82/1613.91	c #Conflicts:    1655000 | #Constraints:      42028
1604.82/1613.91	c #Conflicts:    1656000 | #Constraints:      43028
1604.82/1613.91	c #Conflicts:    1657000 | #Constraints:      44028
1604.82/1613.91	c #Conflicts:    1658000 | #Constraints:      45028
1604.82/1613.91	c #Conflicts:    1659000 | #Constraints:      46028
1604.82/1613.91	WSVECS04 Frhs2[2]: 6 0 1.00009 shouldn't be
1614.10/1623.26	c #Conflicts:    1660000 | #Constraints:      47028
1614.10/1623.26	c #Conflicts:    1661000 | #Constraints:      48028
1614.10/1623.26	c #Conflicts:    1662000 | #Constraints:      49028
1614.10/1623.26	c #Conflicts:    1663000 | #Constraints:      50028
1614.10/1623.26	c #Conflicts:    1664000 | #Constraints:      51028
1614.10/1623.26	c #Conflicts:    1665000 | #Constraints:      52028
1614.10/1623.26	c #Conflicts:    1666000 | #Constraints:      53028
1614.10/1623.26	c #Conflicts:    1667000 | #Constraints:      54028
1614.10/1623.26	c #Conflicts:    1668000 | #Constraints:      55028
1614.10/1623.26	c #Conflicts:    1669000 | #Constraints:      56028
1614.10/1623.26	c #Conflicts:    1670000 | #Constraints:      57028
1614.10/1623.26	c INPROCESSING
1614.10/1623.26	c GARBAGE COLLECT
1614.10/1623.26	c rational objective -41.9574
1619.27/1628.48	c #Conflicts:    1671000 | #Constraints:      30769
1619.27/1628.48	c #Conflicts:    1672000 | #Constraints:      31769
1619.27/1628.48	c #Conflicts:    1673000 | #Constraints:      32769
1619.27/1628.48	c #Conflicts:    1674000 | #Constraints:      33769
1619.27/1628.48	c #Conflicts:    1675000 | #Constraints:      34769
1619.27/1628.48	c #Conflicts:    1676000 | #Constraints:      35769
1619.27/1628.48	WSVECS04 Frhs2[8]: 6 0 1.00009 shouldn't be
1619.27/1628.48	WSVECS04 Frhs2[12]: 6 -2.00001 0 shouldn't be
1619.27/1628.48	WSVECS04 Frhs2[15]: 6 0 1.00003 shouldn't be
1619.27/1628.48	WSVECS04 Frhs2[22]: 6 -1.00009 0 shouldn't be
1619.27/1628.48	WSVECS04 Frhs2[46]: 6 0 1.00009 shouldn't be
1619.27/1628.48	WSVECS04 Frhs2[47]: 6 -1.00008 0 shouldn't be
1619.27/1628.48	WSVECS04 Frhs2[88]: 6 -1.0001 0 shouldn't be
1619.27/1628.48	WSVECS04 Frhs2[100]: 6 -2.00004 0 shouldn't be
1625.96/1635.19	c #Conflicts:    1677000 | #Constraints:      36769
1625.96/1635.19	c #Conflicts:    1678000 | #Constraints:      37769
1625.96/1635.19	c #Conflicts:    1679000 | #Constraints:      38769
1625.96/1635.19	c #Conflicts:    1680000 | #Constraints:      39769
1625.96/1635.19	c #Conflicts:    1681000 | #Constraints:      40769
1625.96/1635.19	c #Conflicts:    1682000 | #Constraints:      41769
1625.96/1635.19	c #Conflicts:    1683000 | #Constraints:      42769
1625.96/1635.19	c #Conflicts:    1684000 | #Constraints:      43769
1625.96/1635.19	c #Conflicts:    1685000 | #Constraints:      44769
1625.96/1635.19	c #Conflicts:    1686000 | #Constraints:      45769
1625.96/1635.19	WSVECS04 Frhs2[9]: 6 -1.61911 0 shouldn't be
1625.96/1635.19	WSVECS04 Frhs2[11]: 6 -1.61913 0 shouldn't be
1627.85/1637.06	WSVECS04 Frhs2[1155]: 6 0 0.0285854 shouldn't be
1629.05/1638.26	WSVECS04 Frhs2[1156]: 6 0 0.0286665 shouldn't be
1629.94/1639.10	WSVECS04 Frhs2[1166]: 6 0 0.0286281 shouldn't be
1630.54/1639.77	WSVECS04 Frhs2[1158]: 6 0 0.0285925 shouldn't be
1630.54/1639.77	WSVECS04 Frhs2[1163]: 6 0 0.028597 shouldn't be
1639.42/1648.64	c #Conflicts:    1687000 | #Constraints:      46769
1639.42/1648.64	c #Conflicts:    1688000 | #Constraints:      47769
1639.42/1648.64	c #Conflicts:    1689000 | #Constraints:      48769
1639.42/1648.64	c #Conflicts:    1690000 | #Constraints:      49769
1639.42/1648.64	c #Conflicts:    1691000 | #Constraints:      50769
1639.42/1648.64	c #Conflicts:    1692000 | #Constraints:      51769
1639.42/1648.64	c #Conflicts:    1693000 | #Constraints:      52769
1639.42/1648.64	c #Conflicts:    1694000 | #Constraints:      53769
1639.42/1648.64	c #Conflicts:    1695000 | #Constraints:      54769
1639.42/1648.64	c #Conflicts:    1696000 | #Constraints:      55769
1639.42/1648.64	c INPROCESSING
1639.42/1648.64	c GARBAGE COLLECT
1639.42/1648.64	c rational objective -41.9574
1650.56/1659.84	c #Conflicts:    1697000 | #Constraints:      30098
1650.56/1659.84	c #Conflicts:    1698000 | #Constraints:      31098
1650.56/1659.84	c #Conflicts:    1699000 | #Constraints:      32098
1650.56/1659.84	c #Conflicts:    1700000 | #Constraints:      33098
1650.56/1659.84	c #Conflicts:    1701000 | #Constraints:      34098
1650.56/1659.84	c #Conflicts:    1702000 | #Constraints:      35098
1650.56/1659.84	c #Conflicts:    1703000 | #Constraints:      36098
1650.56/1659.84	c #Conflicts:    1704000 | #Constraints:      37098
1650.56/1659.84	c #Conflicts:    1705000 | #Constraints:      38098
1650.56/1659.84	c #Conflicts:    1706000 | #Constraints:      39098
1650.56/1659.84	c #Conflicts:    1707000 | #Constraints:      40098
1650.56/1659.84	c #Conflicts:    1708000 | #Constraints:      41098
1650.56/1659.84	c #Conflicts:    1709000 | #Constraints:      42098
1650.56/1659.84	c #Conflicts:    1710000 | #Constraints:      43098
1650.56/1659.84	c #Conflicts:    1711000 | #Constraints:      44098
1650.56/1659.84	c #Conflicts:    1712000 | #Constraints:      45098
1650.56/1659.84	c #Conflicts:    1713000 | #Constraints:      46098
1650.56/1659.84	c #Conflicts:    1714000 | #Constraints:      47098
1650.56/1659.84	c #Conflicts:    1715000 | #Constraints:      48098
1650.56/1659.84	c #Conflicts:    1716000 | #Constraints:      49098
1650.56/1659.84	c #Conflicts:    1717000 | #Constraints:      50098
1650.56/1659.84	WSVECS04 Frhs2[35]: 6 -1.00005 0 shouldn't be
1650.56/1659.84	WSVECS04 Frhs2[47]: 6 -2.00009 0 shouldn't be
1650.56/1659.84	WSVECS04 Frhs2[87]: 6 -2.00004 0 shouldn't be
1660.13/1669.41	c #Conflicts:    1718000 | #Constraints:      51098
1660.13/1669.41	c #Conflicts:    1719000 | #Constraints:      52098
1660.13/1669.41	c #Conflicts:    1720000 | #Constraints:      53098
1660.13/1669.41	c #Conflicts:    1721000 | #Constraints:      54098
1660.13/1669.41	c #Conflicts:    1722000 | #Constraints:      55098
1660.13/1669.41	c INPROCESSING
1660.13/1669.41	c GARBAGE COLLECT
1660.13/1669.41	c rational objective -41.9574
1670.40/1679.76	c #Conflicts:    1723000 | #Constraints:      29615
1670.40/1679.76	c #Conflicts:    1724000 | #Constraints:      30615
1670.40/1679.76	c #Conflicts:    1725000 | #Constraints:      31615
1670.40/1679.76	c #Conflicts:    1726000 | #Constraints:      32615
1670.40/1679.76	c #Conflicts:    1727000 | #Constraints:      33615
1670.40/1679.76	c #Conflicts:    1728000 | #Constraints:      34615
1670.40/1679.76	c #Conflicts:    1729000 | #Constraints:      35615
1670.40/1679.76	c #Conflicts:    1730000 | #Constraints:      36615
1670.40/1679.76	c #Conflicts:    1731000 | #Constraints:      37615
1670.40/1679.76	c #Conflicts:    1732000 | #Constraints:      38615
1670.40/1679.76	c #Conflicts:    1733000 | #Constraints:      39615
1670.40/1679.76	c #Conflicts:    1734000 | #Constraints:      40615
1670.40/1679.76	c #Conflicts:    1735000 | #Constraints:      41615
1670.40/1679.76	c #Conflicts:    1736000 | #Constraints:      42615
1670.40/1679.76	c #Conflicts:    1737000 | #Constraints:      43615
1670.40/1679.76	c #Conflicts:    1738000 | #Constraints:      44615
1670.40/1679.76	c #Conflicts:    1739000 | #Constraints:      45615
1670.40/1679.76	c #Conflicts:    1740000 | #Constraints:      46615
1670.40/1679.76	c #Conflicts:    1741000 | #Constraints:      47615
1670.40/1679.76	c #Conflicts:    1742000 | #Constraints:      48615
1670.40/1679.76	WSVECS04 Frhs2[9]: 6 -1.75009 0 shouldn't be
1670.40/1679.76	WSVECS04 Frhs2[16]: 6 -1.75006 0 shouldn't be
1670.40/1679.76	WSVECS04 Frhs2[24]: 6 -1.75002 0 shouldn't be
1670.40/1679.76	WSVECS04 Frhs2[48]: 6 -0.75005 0 shouldn't be
1670.40/1679.76	WSVECS04 Frhs2[94]: 6 -1.50008 0 shouldn't be
1676.69/1686.06	c #Conflicts:    1743000 | #Constraints:      49615
1676.69/1686.06	c #Conflicts:    1744000 | #Constraints:      50615
1676.69/1686.06	c #Conflicts:    1745000 | #Constraints:      51615
1676.69/1686.06	c #Conflicts:    1746000 | #Constraints:      52615
1676.69/1686.06	c #Conflicts:    1747000 | #Constraints:      53615
1676.69/1686.06	c #Conflicts:    1748000 | #Constraints:      54615
1676.69/1686.06	c #Conflicts:    1749000 | #Constraints:      55615
1676.69/1686.06	c INPROCESSING
1676.69/1686.06	c GARBAGE COLLECT
1676.69/1686.06	c rational objective -41.9574
1681.67/1691.02	c #Conflicts:    1750000 | #Constraints:      30127
1681.67/1691.02	c #Conflicts:    1751000 | #Constraints:      31127
1681.67/1691.02	c #Conflicts:    1752000 | #Constraints:      32127
1681.67/1691.02	c #Conflicts:    1753000 | #Constraints:      33127
1681.67/1691.02	c #Conflicts:    1754000 | #Constraints:      34127
1681.67/1691.02	c #Conflicts:    1755000 | #Constraints:      35127
1681.67/1691.02	c #Conflicts:    1756000 | #Constraints:      36127
1681.67/1691.02	WSVECS04 Frhs2[7]: 6 -0.857161 0 shouldn't be
1681.67/1691.02	WSVECS04 Frhs2[17]: 6 -1.85721 0 shouldn't be
1681.67/1691.02	WSVECS04 Frhs2[23]: 6 0 0.142916 shouldn't be
1681.67/1691.02	WSVECS04 Frhs2[25]: 6 0 0.142916 shouldn't be
1681.67/1691.02	WSVECS04 Frhs2[31]: 6 -2.71432 0 shouldn't be
1681.67/1691.02	WSVECS04 Frhs2[32]: 6 -1.85721 0 shouldn't be
1681.67/1691.02	WSVECS04 Frhs2[56]: 6 -0.857192 0 shouldn't be
1681.67/1691.02	WSVECS04 Frhs2[65]: 6 0 1.00009 shouldn't be
1681.67/1691.02	WSVECS04 Frhs2[101]: 6 -1.85718 0 shouldn't be
1686.25/1695.63	c #Conflicts:    1757000 | #Constraints:      37127
1686.25/1695.63	c #Conflicts:    1758000 | #Constraints:      38127
1686.25/1695.63	c #Conflicts:    1759000 | #Constraints:      39127
1686.25/1695.63	c #Conflicts:    1760000 | #Constraints:      40127
1686.25/1695.63	c #Conflicts:    1761000 | #Constraints:      41127
1686.25/1695.63	c #Conflicts:    1762000 | #Constraints:      42127
1686.25/1695.63	WSVECS04 Frhs2[2]: 6 -4.60003 0 shouldn't be
1686.25/1695.63	WSVECS04 Frhs2[9]: 6 0 1.00005 shouldn't be
1686.25/1695.63	WSVECS04 Frhs2[40]: 6 -0.800097 0 shouldn't be
1686.25/1695.63	WSVECS04 Frhs2[47]: 6 0 1.00004 shouldn't be
1686.25/1695.63	WSVECS04 Frhs2[54]: 6 0 0.200013 shouldn't be
1686.25/1695.63	WSVECS04 Frhs2[87]: 6 -1.80009 0 shouldn't be
1686.25/1695.63	WSVECS04 Frhs2[116]: 6 -4.60007 0 shouldn't be
1690.94/1700.38	c #Conflicts:    1763000 | #Constraints:      43127
1690.94/1700.38	c #Conflicts:    1764000 | #Constraints:      44127
1690.94/1700.38	c #Conflicts:    1765000 | #Constraints:      45127
1690.94/1700.38	c #Conflicts:    1766000 | #Constraints:      46127
1690.94/1700.38	c #Conflicts:    1767000 | #Constraints:      47127
1690.94/1700.38	c #Conflicts:    1768000 | #Constraints:      48127
1690.94/1700.38	c #Conflicts:    1769000 | #Constraints:      49127
1690.94/1700.38	WSVECS04 Frhs2[62]: 6 -5.00006 0 shouldn't be
1690.94/1700.38	WSVECS04 Frhs2[94]: 6 -1.00005 0 shouldn't be
1697.72/1707.12	c #Conflicts:    1770000 | #Constraints:      50127
1697.72/1707.12	c #Conflicts:    1771000 | #Constraints:      51127
1697.72/1707.12	c #Conflicts:    1772000 | #Constraints:      52127
1697.72/1707.12	c #Conflicts:    1773000 | #Constraints:      53127
1697.72/1707.12	c #Conflicts:    1774000 | #Constraints:      54127
1697.72/1707.12	c #Conflicts:    1775000 | #Constraints:      55127
1697.72/1707.12	c #Conflicts:    1776000 | #Constraints:      56127
1697.72/1707.12	c #Conflicts:    1777000 | #Constraints:      57127
1697.72/1707.12	c #Conflicts:    1778000 | #Constraints:      58127
1697.72/1707.12	c #Conflicts:    1779000 | #Constraints:      59127
1697.72/1707.12	c #Conflicts:    1780000 | #Constraints:      60127
1697.72/1707.12	WSVECS04 Frhs2[39]: 6 -1.75004 0 shouldn't be
1697.72/1707.12	WSVECS04 Frhs2[73]: 6 -4.49844 0 shouldn't be
1697.72/1707.12	WSVECS04 Frhs2[74]: 6 0 0.268091 shouldn't be
1697.72/1707.12	WSVECS04 Frhs2[1606]: 6 0 0.0179373 shouldn't be
1698.22/1707.60	WSVECS04 Frhs2[117]: 6 0 1.00008 shouldn't be
1706.99/1716.41	c #Conflicts:    1781000 | #Constraints:      61127
1706.99/1716.41	c #Conflicts:    1782000 | #Constraints:      62127
1706.99/1716.41	c #Conflicts:    1783000 | #Constraints:      63127
1706.99/1716.41	c #Conflicts:    1784000 | #Constraints:      64127
1706.99/1716.41	c #Conflicts:    1785000 | #Constraints:      65127
1706.99/1716.41	c #Conflicts:    1786000 | #Constraints:      66127
1706.99/1716.41	c #Conflicts:    1787000 | #Constraints:      67127
1706.99/1716.41	c #Conflicts:    1788000 | #Constraints:      68127
1706.99/1716.41	c #Conflicts:    1789000 | #Constraints:      69127
1706.99/1716.41	c #Conflicts:    1790000 | #Constraints:      70127
1706.99/1716.41	c #Conflicts:    1791000 | #Constraints:      71127
1706.99/1716.41	c #Conflicts:    1792000 | #Constraints:      72127
1706.99/1716.41	c #Conflicts:    1793000 | #Constraints:      73127
1706.99/1716.41	WSVECS04 Frhs2[4]: 6 0 1.00003 shouldn't be
1706.99/1716.41	WSVECS04 Frhs2[11]: 6 -1.00005 0 shouldn't be
1706.99/1716.41	WSVECS04 Frhs2[17]: 6 -1.00002 0 shouldn't be
1706.99/1716.41	WSVECS04 Frhs2[48]: 6 -1.00006 0 shouldn't be
1706.99/1716.41	WSVECS04 Frhs2[62]: 6 -1.00001 0 shouldn't be
1706.99/1716.41	WSVECS04 Frhs2[82]: 6 0 1.00005 shouldn't be
1706.99/1716.41	WSVECS04 Frhs2[101]: 6 -2.00003 0 shouldn't be
1724.19/1735.25	c #Conflicts:    1794000 | #Constraints:      74127
1724.19/1735.25	c #Conflicts:    1795000 | #Constraints:      75127
1724.19/1735.25	c #Conflicts:    1796000 | #Constraints:      76127
1724.19/1735.25	c #Conflicts:    1797000 | #Constraints:      77127
1724.19/1735.25	c #Conflicts:    1798000 | #Constraints:      78127
1724.19/1735.25	c #Conflicts:    1799000 | #Constraints:      79127
1724.19/1735.25	c #Conflicts:    1800000 | #Constraints:      80127
1724.19/1735.25	c #Conflicts:    1801000 | #Constraints:      81127
1724.19/1735.25	c #Conflicts:    1802000 | #Constraints:      82128
1724.19/1735.25	c #Conflicts:    1803000 | #Constraints:      83128
1724.19/1735.25	c #Conflicts:    1804000 | #Constraints:      84128
1724.19/1735.25	c #Conflicts:    1805000 | #Constraints:      85128
1724.19/1735.25	c #Conflicts:    1806000 | #Constraints:      86128
1724.19/1735.25	c #Conflicts:    1807000 | #Constraints:      87128
1724.19/1735.25	c #Conflicts:    1808000 | #Constraints:      88128
1724.19/1735.25	c #Conflicts:    1809000 | #Constraints:      89128
1724.19/1735.25	c #Conflicts:    1810000 | #Constraints:      90128
1724.19/1735.25	c #Conflicts:    1811000 | #Constraints:      91128
1724.19/1735.25	c #Conflicts:    1812000 | #Constraints:      92128
1724.19/1735.25	WSVECS04 Frhs2[107]: 6 -1.76194 0 shouldn't be
1735.65/1746.77	c #Conflicts:    1813000 | #Constraints:      93128
1735.65/1746.77	c #Conflicts:    1814000 | #Constraints:      94128
1735.65/1746.77	c #Conflicts:    1815000 | #Constraints:      95128
1735.65/1746.77	c #Conflicts:    1816000 | #Constraints:      96128
1735.65/1746.77	c #Conflicts:    1817000 | #Constraints:      97128
1735.65/1746.77	c #Conflicts:    1818000 | #Constraints:      98128
1735.65/1746.77	c #Conflicts:    1819000 | #Constraints:      99128
1735.65/1746.77	c #Conflicts:    1820000 | #Constraints:     100128
1735.65/1746.77	c #Conflicts:    1821000 | #Constraints:     101128
1735.65/1746.77	c #Conflicts:    1822000 | #Constraints:     102128
1735.65/1746.77	c #Conflicts:    1823000 | #Constraints:     103128
1735.65/1746.77	c #Conflicts:    1824000 | #Constraints:     104128
1735.65/1746.77	WSVECS04 Frhs2[10]: 6 -2.22458 0 shouldn't be
1735.65/1746.77	WSVECS04 Frhs2[62]: 6 -1.67239 0 shouldn't be
1736.44/1747.58	WSVECS04 Frhs2[89]: 6 0 0.243249 shouldn't be
1755.67/1766.81	c #Conflicts:    1825000 | #Constraints:     105128
1755.67/1766.81	c #Conflicts:    1826000 | #Constraints:     106128
1755.67/1766.81	c #Conflicts:    1827000 | #Constraints:     107128
1755.67/1766.81	c #Conflicts:    1828000 | #Constraints:     108128
1755.67/1766.81	c #Conflicts:    1829000 | #Constraints:     109128
1755.67/1766.81	c #Conflicts:    1830000 | #Constraints:     110128
1755.67/1766.81	c #Conflicts:    1831000 | #Constraints:     111128
1755.67/1766.81	c #Conflicts:    1832000 | #Constraints:     112130
1755.67/1766.81	c #Conflicts:    1833000 | #Constraints:     113133
1755.67/1766.81	c #Conflicts:    1834000 | #Constraints:     114134
1755.67/1766.81	c #Conflicts:    1835000 | #Constraints:     115134
1755.67/1766.81	c #Conflicts:    1836000 | #Constraints:     116134
1755.67/1766.81	c #Conflicts:    1837000 | #Constraints:     117134
1755.67/1766.81	c #Conflicts:    1838000 | #Constraints:     118134
1755.67/1766.81	c #Conflicts:    1839000 | #Constraints:     119134
1755.67/1766.81	c #Conflicts:    1840000 | #Constraints:     120134
1755.67/1766.81	c #Conflicts:    1841000 | #Constraints:     121134
1755.67/1766.81	c #Conflicts:    1842000 | #Constraints:     122134
1755.67/1766.81	c #Conflicts:    1843000 | #Constraints:     123134
1755.67/1766.81	c bounds -28 >= -81 @ 1734.85
1755.88/1767.10	WSVECS04 Frhs2[93]: 6 0 1.00009 shouldn't be
1779.39/1790.66	c #Conflicts:    1844000 | #Constraints:     124179
1779.39/1790.66	c #Conflicts:    1845000 | #Constraints:     125179
1779.39/1790.66	c #Conflicts:    1846000 | #Constraints:     126179
1779.39/1790.66	c #Conflicts:    1847000 | #Constraints:     127179
1779.39/1790.66	c #Conflicts:    1848000 | #Constraints:     128179
1779.39/1790.66	c #Conflicts:    1849000 | #Constraints:     129179
1779.39/1790.66	c #Conflicts:    1850000 | #Constraints:     130179
1779.39/1790.66	c #Conflicts:    1851000 | #Constraints:     131179
1779.39/1790.66	c #Conflicts:    1852000 | #Constraints:     132179
1779.39/1790.66	c #Conflicts:    1853000 | #Constraints:     133181
1779.39/1790.66	c #Conflicts:    1854000 | #Constraints:     134182
1779.39/1790.66	c #Conflicts:    1855000 | #Constraints:     135183
1779.39/1790.66	c #Conflicts:    1856000 | #Constraints:     136183
1779.39/1790.66	c #Conflicts:    1857000 | #Constraints:     137183
1779.39/1790.66	c #Conflicts:    1858000 | #Constraints:     138183
1779.39/1790.66	c #Conflicts:    1859000 | #Constraints:     139183
1779.39/1790.66	c #Conflicts:    1860000 | #Constraints:     140183
1779.39/1790.66	c #Conflicts:    1861000 | #Constraints:     141183
1779.39/1790.66	c #Conflicts:    1862000 | #Constraints:     142183
1779.39/1790.66	c #Conflicts:    1863000 | #Constraints:     143183
1779.39/1790.66	WSVECS04 Frhs2[86]: 6 -2.00003 0 shouldn't be
1781.28/1792.59	WSVECS04 Frhs2[56]: 6 -3.00001 0 shouldn't be
1809.76/1821.19	c #Conflicts:    1864000 | #Constraints:     144183
1809.76/1821.19	c #Conflicts:    1865000 | #Constraints:     145183
1809.76/1821.19	c #Conflicts:    1866000 | #Constraints:     146183
1809.76/1821.19	c #Conflicts:    1867000 | #Constraints:     147183
1809.76/1821.19	c #Conflicts:    1868000 | #Constraints:     148183
1809.76/1821.19	c #Conflicts:    1869000 | #Constraints:     149183
1809.76/1821.19	c #Conflicts:    1870000 | #Constraints:     150183
1809.76/1821.19	c #Conflicts:    1871000 | #Constraints:     151183
1809.76/1821.19	c #Conflicts:    1872000 | #Constraints:     152183
1809.76/1821.19	c #Conflicts:    1873000 | #Constraints:     153183
1809.76/1821.19	c #Conflicts:    1874000 | #Constraints:     154184
1809.76/1821.19	c #Conflicts:    1875000 | #Constraints:     155185
1809.76/1821.19	c #Conflicts:    1876000 | #Constraints:     156185
1809.76/1821.19	c #Conflicts:    1877000 | #Constraints:     157185
1809.76/1821.19	c #Conflicts:    1878000 | #Constraints:     158185
1809.76/1821.19	c #Conflicts:    1879000 | #Constraints:     159185
1809.76/1821.19	c #Conflicts:    1880000 | #Constraints:     160185
1809.76/1821.19	c #Conflicts:    1881000 | #Constraints:     161185
1809.76/1821.19	c #Conflicts:    1882000 | #Constraints:     162185
1809.76/1821.19	c #Conflicts:    1883000 | #Constraints:     163185
1809.76/1821.19	c #Conflicts:    1884000 | #Constraints:     164185
1809.76/1821.19	c INPROCESSING
1809.76/1821.19	c GARBAGE COLLECT
1809.76/1821.19	c rational objective -41.9574
1825.07/1836.59	c #Conflicts:    1885000 | #Constraints:      84563
1825.07/1836.59	c #Conflicts:    1886000 | #Constraints:      85563
1825.07/1836.59	c #Conflicts:    1887000 | #Constraints:      86567
1825.07/1836.59	c #Conflicts:    1888000 | #Constraints:      87567
1825.07/1836.59	c #Conflicts:    1889000 | #Constraints:      88567
1825.07/1836.59	c #Conflicts:    1890000 | #Constraints:      89567
1825.07/1836.59	c #Conflicts:    1891000 | #Constraints:      90567
1825.07/1836.59	c #Conflicts:    1892000 | #Constraints:      91567
1825.07/1836.59	c #Conflicts:    1893000 | #Constraints:      92567
1825.07/1836.59	c #Conflicts:    1894000 | #Constraints:      93567
1825.07/1836.59	c #Conflicts:    1895000 | #Constraints:      94567
1825.07/1836.59	c #Conflicts:    1896000 | #Constraints:      95567
1825.07/1836.59	c #Conflicts:    1897000 | #Constraints:      96567
1825.07/1836.59	c #Conflicts:    1898000 | #Constraints:      97567
1825.07/1836.59	WSVECS04 Frhs2[71]: 6 0 1.00007 shouldn't be
1825.07/1836.59	WSVECS04 Frhs2[72]: 6 0 1.00007 shouldn't be
1825.07/1836.59	WSVECS04 Frhs2[107]: 6 -1.71432 0 shouldn't be
1835.74/1847.29	c #Conflicts:    1899000 | #Constraints:      98567
1835.74/1847.29	c #Conflicts:    1900000 | #Constraints:      99567
1835.74/1847.29	c #Conflicts:    1901000 | #Constraints:     100567
1835.74/1847.29	c #Conflicts:    1902000 | #Constraints:     101567
1835.74/1847.29	c #Conflicts:    1903000 | #Constraints:     102567
1835.74/1847.29	c #Conflicts:    1904000 | #Constraints:     103567
1835.74/1847.29	c #Conflicts:    1905000 | #Constraints:     104567
1835.74/1847.29	c #Conflicts:    1906000 | #Constraints:     105567
1835.74/1847.29	c #Conflicts:    1907000 | #Constraints:     106567
1835.74/1847.29	c #Conflicts:    1908000 | #Constraints:     107567
1835.74/1847.29	WSVECS04 Frhs2[976]: 6 0 0.0267743 shouldn't be
1835.74/1847.29	WSVECS04 Frhs2[1714]: 6 0 0.0311338 shouldn't be
1835.74/1847.29	WSVECS04 Frhs2[1732]: 6 0 0.0311104 shouldn't be
1835.74/1847.29	WSVECS04 Frhs2[1750]: 6 0 0.0268165 shouldn't be
1836.54/1848.02	WSVECS04 Frhs2[977]: 6 0 0.21238 shouldn't be
1836.54/1848.02	WSVECS04 Frhs2[980]: 6 0 0.212463 shouldn't be
1836.54/1848.02	WSVECS04 Frhs2[985]: 6 0 0.212376 shouldn't be
1836.54/1848.02	WSVECS04 Frhs2[986]: 6 0 0.187858 shouldn't be
1836.54/1848.02	WSVECS04 Frhs2[988]: 6 0 0.271707 shouldn't be
1836.54/1848.02	WSVECS04 Frhs2[1713]: 6 0 0.214061 shouldn't be
1836.54/1848.02	WSVECS04 Frhs2[1730]: 6 0 0.187305 shouldn't be
1836.54/1848.02	WSVECS04 Frhs2[1731]: 6 0 0.214137 shouldn't be
1836.54/1848.02	WSVECS04 Frhs2[1740]: 6 0 0.187342 shouldn't be
1836.54/1848.02	WSVECS04 Frhs2[1741]: 6 0 0.187389 shouldn't be
1836.54/1848.02	WSVECS04 Frhs2[1746]: 6 0 0.160577 shouldn't be
1836.54/1848.02	WSVECS04 Frhs2[1748]: 6 0 0.160612 shouldn't be
1836.54/1848.02	WSVECS04 Frhs2[1754]: 6 0 0.160588 shouldn't be
1836.54/1848.02	WSVECS04 Frhs2[1758]: 6 0 0.160567 shouldn't be
1836.54/1848.02	WSVECS04 Frhs2[1759]: 6 0 0.160622 shouldn't be
1837.23/1848.71	WSVECS04 Frhs2[973]: 6 0 0.160632 shouldn't be
1837.23/1848.71	WSVECS04 Frhs2[989]: 6 0 0.160628 shouldn't be
1837.23/1848.71	WSVECS04 Frhs2[1712]: 6 0 0.160562 shouldn't be
1837.23/1848.71	WSVECS04 Frhs2[1733]: 6 0 0.160619 shouldn't be
1837.23/1848.71	WSVECS04 Frhs2[1738]: 6 0 0.187317 shouldn't be
1837.23/1848.71	WSVECS04 Frhs2[1742]: 6 0 0.21412 shouldn't be
1837.23/1848.71	WSVECS04 Frhs2[1747]: 6 0 0.160579 shouldn't be
1837.82/1849.36	WSVECS04 Frhs2[972]: 6 0 0.212396 shouldn't be
1837.82/1849.36	WSVECS04 Frhs2[979]: 6 0 0.160601 shouldn't be
1837.82/1849.36	WSVECS04 Frhs2[981]: 6 0 0.212442 shouldn't be
1837.82/1849.36	WSVECS04 Frhs2[1710]: 6 0 0.160547 shouldn't be
1837.82/1849.36	WSVECS04 Frhs2[1727]: 6 0 0.16059 shouldn't be
1837.82/1849.36	WSVECS04 Frhs2[1729]: 6 0 0.187354 shouldn't be
1837.82/1849.36	WSVECS04 Frhs2[1737]: 6 0 0.160617 shouldn't be
1837.82/1849.36	WSVECS04 Frhs2[1751]: 6 0 0.160595 shouldn't be
1838.43/1849.98	WSVECS04 Frhs2[32]: 6 -1.00004 0 shouldn't be
1838.43/1849.98	WSVECS04 Frhs2[65]: 6 0 1.00008 shouldn't be
1838.43/1849.98	WSVECS04 Frhs2[975]: 6 0 0.187374 shouldn't be
1838.43/1849.98	WSVECS04 Frhs2[1711]: 6 0 0.160595 shouldn't be
1838.43/1849.98	WSVECS04 Frhs2[1718]: 6 0 0.16061 shouldn't be
1838.43/1849.98	WSVECS04 Frhs2[1726]: 6 0 0.160615 shouldn't be
1838.43/1849.98	WSVECS04 Frhs2[1735]: 6 0 0.160551 shouldn't be
1838.43/1849.98	WSVECS04 Frhs2[1736]: 6 0 0.187341 shouldn't be
1838.43/1849.98	WSVECS04 Frhs2[1760]: 6 0 0.187312 shouldn't be
1838.43/1849.98	WSVECS04 Frhs2[1762]: 6 0 0.160579 shouldn't be
1839.02/1850.57	WSVECS04 Frhs2[1724]: 6 0 0.214118 shouldn't be
1839.02/1850.57	WSVECS04 Frhs2[1728]: 6 0 0.18737 shouldn't be
1839.02/1850.57	WSVECS04 Frhs2[1749]: 6 0 0.187376 shouldn't be
1840.32/1851.86	WSVECS04 Frhs2[987]: 6 0 0.212954 shouldn't be
1845.78/1857.32	c #Conflicts:    1909000 | #Constraints:     108567
1845.78/1857.32	c #Conflicts:    1910000 | #Constraints:     109567
1845.78/1857.32	c #Conflicts:    1911000 | #Constraints:     110567
1845.78/1857.32	c INPROCESSING
1845.78/1857.32	c GARBAGE COLLECT
1845.78/1857.32	c rational objective -41.9574
1868.21/1879.89	c #Conflicts:    1912000 | #Constraints:      57368
1868.21/1879.89	c #Conflicts:    1913000 | #Constraints:      58368
1868.21/1879.89	c #Conflicts:    1914000 | #Constraints:      59368
1868.21/1879.89	c #Conflicts:    1915000 | #Constraints:      60368
1868.21/1879.89	c #Conflicts:    1916000 | #Constraints:      61368
1868.21/1879.89	c #Conflicts:    1917000 | #Constraints:      62368
1868.21/1879.89	c #Conflicts:    1918000 | #Constraints:      63368
1868.21/1879.89	c #Conflicts:    1919000 | #Constraints:      64368
1868.21/1879.89	c #Conflicts:    1920000 | #Constraints:      65368
1868.21/1879.89	c #Conflicts:    1921000 | #Constraints:      66368
1868.21/1879.89	c #Conflicts:    1922000 | #Constraints:      67368
1868.21/1879.89	c #Conflicts:    1923000 | #Constraints:      68368
1868.21/1879.89	c #Conflicts:    1924000 | #Constraints:      69368
1868.21/1879.89	c #Conflicts:    1925000 | #Constraints:      70368
1868.21/1879.89	c #Conflicts:    1926000 | #Constraints:      71368
1868.21/1879.89	c #Conflicts:    1927000 | #Constraints:      72368
1868.21/1879.89	c #Conflicts:    1928000 | #Constraints:      73368
1868.21/1879.89	c #Conflicts:    1929000 | #Constraints:      74368
1868.21/1879.89	c #Conflicts:    1930000 | #Constraints:      75368
1868.21/1879.89	c #Conflicts:    1931000 | #Constraints:      76368
1868.21/1879.89	c #Conflicts:    1932000 | #Constraints:      77368
1868.21/1879.89	c #Conflicts:    1933000 | #Constraints:      78368
1868.21/1879.89	c #Conflicts:    1934000 | #Constraints:      79368
1868.21/1879.89	c #Conflicts:    1935000 | #Constraints:      80368
1868.21/1879.89	c #Conflicts:    1936000 | #Constraints:      81368
1868.21/1879.89	c #Conflicts:    1937000 | #Constraints:      82368
1868.21/1879.89	c #Conflicts:    1938000 | #Constraints:      83368
1868.21/1879.89	c #Conflicts:    1939000 | #Constraints:      84368
1868.21/1879.89	c INPROCESSING
1868.21/1879.89	c GARBAGE COLLECT
1868.21/1879.89	c rational objective -41.9574
1890.34/1902.09	c #Conflicts:    1940000 | #Constraints:      44257
1890.34/1902.09	c #Conflicts:    1941000 | #Constraints:      45257
1890.34/1902.09	c #Conflicts:    1942000 | #Constraints:      46257
1890.34/1902.09	c #Conflicts:    1943000 | #Constraints:      47257
1890.34/1902.09	c #Conflicts:    1944000 | #Constraints:      48257
1890.34/1902.09	c #Conflicts:    1945000 | #Constraints:      49261
1890.34/1902.09	c #Conflicts:    1946000 | #Constraints:      50261
1890.34/1902.09	c #Conflicts:    1947000 | #Constraints:      51261
1890.34/1902.09	c #Conflicts:    1948000 | #Constraints:      52261
1890.34/1902.09	c #Conflicts:    1949000 | #Constraints:      53261
1890.34/1902.09	c #Conflicts:    1950000 | #Constraints:      54261
1890.34/1902.09	c #Conflicts:    1951000 | #Constraints:      55261
1890.34/1902.09	c #Conflicts:    1952000 | #Constraints:      56261
1890.34/1902.09	c #Conflicts:    1953000 | #Constraints:      57261
1890.34/1902.09	c #Conflicts:    1954000 | #Constraints:      58261
1890.34/1902.09	c #Conflicts:    1955000 | #Constraints:      59261
1890.34/1902.09	c #Conflicts:    1956000 | #Constraints:      60261
1890.34/1902.09	c #Conflicts:    1957000 | #Constraints:      61261
1890.34/1902.09	c #Conflicts:    1958000 | #Constraints:      62263
1890.34/1902.09	c #Conflicts:    1959000 | #Constraints:      63263
1890.34/1902.09	c #Conflicts:    1960000 | #Constraints:      64263
1890.34/1902.09	c #Conflicts:    1961000 | #Constraints:      65263
1890.34/1902.09	c #Conflicts:    1962000 | #Constraints:      66263
1890.34/1902.09	c #Conflicts:    1963000 | #Constraints:      67263
1890.34/1902.09	c #Conflicts:    1964000 | #Constraints:      68263
1890.34/1902.09	c #Conflicts:    1965000 | #Constraints:      69263
1890.34/1902.09	c #Conflicts:    1966000 | #Constraints:      70263
1890.34/1902.09	c #Conflicts:    1967000 | #Constraints:      71263
1890.34/1902.09	c #Conflicts:    1968000 | #Constraints:      72263
1890.34/1902.09	c INPROCESSING
1890.34/1902.09	c GARBAGE COLLECT
1890.34/1902.09	c rational objective -41.9574
1892.24/1903.92	WSVECS04 Frhs2[6]: 6 -4.00005 0 shouldn't be
1892.24/1903.92	WSVECS04 Frhs2[8]: 6 -3.00009 0 shouldn't be
1892.24/1903.92	WSVECS04 Frhs2[39]: 6 -1.00007 0 shouldn't be
1892.24/1903.92	WSVECS04 Frhs2[63]: 6 -2.00008 0 shouldn't be
1892.24/1903.92	WSVECS04 Frhs2[70]: 6 -2.00003 0 shouldn't be
1893.23/1904.91	WSVECS04 Frhs2[113]: 6 -2.00007 0 shouldn't be
1893.93/1905.69	WSVECS04 Frhs2[29]: 6 -1.00003 0 shouldn't be
1893.93/1905.69	WSVECS04 Frhs2[36]: 6 -1.00006 0 shouldn't be
1893.93/1905.69	WSVECS04 Frhs2[46]: 6 -1.00008 0 shouldn't be
1894.62/1906.33	WSVECS04 Frhs2[1]: 6 -1.00009 0 shouldn't be
1894.62/1906.33	WSVECS04 Frhs2[7]: 6 0 1.00006 shouldn't be
1894.62/1906.33	WSVECS04 Frhs2[119]: 6 0 1.00001 shouldn't be
1918.76/1930.52	c #Conflicts:    1969000 | #Constraints:      38613
1918.76/1930.52	c #Conflicts:    1970000 | #Constraints:      39613
1918.76/1930.52	c #Conflicts:    1971000 | #Constraints:      40613
1918.76/1930.52	c #Conflicts:    1972000 | #Constraints:      41613
1918.76/1930.52	c #Conflicts:    1973000 | #Constraints:      42613
1918.76/1930.52	c #Conflicts:    1974000 | #Constraints:      43613
1918.76/1930.52	c #Conflicts:    1975000 | #Constraints:      44613
1918.76/1930.52	c #Conflicts:    1976000 | #Constraints:      45613
1918.76/1930.52	c #Conflicts:    1977000 | #Constraints:      46613
1918.76/1930.52	c #Conflicts:    1978000 | #Constraints:      47613
1918.76/1930.52	c #Conflicts:    1979000 | #Constraints:      48613
1918.76/1930.52	c #Conflicts:    1980000 | #Constraints:      49613
1918.76/1930.52	c #Conflicts:    1981000 | #Constraints:      50613
1918.76/1930.52	c #Conflicts:    1982000 | #Constraints:      51613
1918.76/1930.52	c #Conflicts:    1983000 | #Constraints:      52613
1918.76/1930.52	c #Conflicts:    1984000 | #Constraints:      53613
1918.76/1930.52	c #Conflicts:    1985000 | #Constraints:      54613
1918.76/1930.52	c #Conflicts:    1986000 | #Constraints:      55613
1918.76/1930.52	c #Conflicts:    1987000 | #Constraints:      56613
1918.76/1930.52	c #Conflicts:    1988000 | #Constraints:      57613
1918.76/1930.52	c #Conflicts:    1989000 | #Constraints:      58613
1918.76/1930.52	c #Conflicts:    1990000 | #Constraints:      59613
1918.76/1930.52	c #Conflicts:    1991000 | #Constraints:      60613
1918.76/1930.52	c #Conflicts:    1992000 | #Constraints:      61613
1918.76/1930.52	c #Conflicts:    1993000 | #Constraints:      62613
1918.76/1930.52	c #Conflicts:    1994000 | #Constraints:      63613
1918.76/1930.52	c #Conflicts:    1995000 | #Constraints:      64613
1918.76/1930.52	c #Conflicts:    1996000 | #Constraints:      65613
1918.76/1930.52	c INPROCESSING
1918.76/1930.52	c GARBAGE COLLECT
1918.76/1930.52	c rational objective -41.9574
1925.22/1937.06	c #Conflicts:    1997000 | #Constraints:      35083
1925.22/1937.06	c #Conflicts:    1998000 | #Constraints:      36083
1925.22/1937.06	c #Conflicts:    1999000 | #Constraints:      37083
1925.22/1937.06	c #Conflicts:    2000000 | #Constraints:      38083
1925.22/1937.06	c #Conflicts:    2001000 | #Constraints:      39083
1925.22/1937.06	c #Conflicts:    2002000 | #Constraints:      40083
1925.22/1937.06	c #Conflicts:    2003000 | #Constraints:      41083
1925.22/1937.06	c #Conflicts:    2004000 | #Constraints:      42083
1925.22/1937.06	c #Conflicts:    2005000 | #Constraints:      43083
1925.22/1937.06	c #Conflicts:    2006000 | #Constraints:      44083
1925.22/1937.06	c #Conflicts:    2007000 | #Constraints:      45083
1925.22/1937.06	c #Conflicts:    2008000 | #Constraints:      46083
1925.22/1937.06	c #Conflicts:    2009000 | #Constraints:      47083
1925.22/1937.06	WSVECS04 Frhs2[31]: 6 -3.50008 0 shouldn't be
1925.22/1937.06	WSVECS04 Frhs2[107]: 6 -4.62506 0 shouldn't be
1925.91/1937.73	WSVECS04 Frhs2[32]: 6 0 1.00009 shouldn't be
1938.89/1950.89	c #Conflicts:    2010000 | #Constraints:      48084
1938.89/1950.89	c #Conflicts:    2011000 | #Constraints:      49084
1938.89/1950.89	c #Conflicts:    2012000 | #Constraints:      50084
1938.89/1950.89	c #Conflicts:    2013000 | #Constraints:      51084
1938.89/1950.89	c #Conflicts:    2014000 | #Constraints:      52084
1938.89/1950.89	c #Conflicts:    2015000 | #Constraints:      53084
1938.89/1950.89	c #Conflicts:    2016000 | #Constraints:      54084
1938.89/1950.89	c #Conflicts:    2017000 | #Constraints:      55085
1938.89/1950.89	c #Conflicts:    2018000 | #Constraints:      56085
1938.89/1950.89	c #Conflicts:    2019000 | #Constraints:      57085
1938.89/1950.89	c #Conflicts:    2020000 | #Constraints:      58085
1938.89/1950.89	c #Conflicts:    2021000 | #Constraints:      59085
1938.89/1950.89	c #Conflicts:    2022000 | #Constraints:      60085
1938.89/1950.89	c #Conflicts:    2023000 | #Constraints:      61085
1938.89/1950.89	c #Conflicts:    2024000 | #Constraints:      62085
1938.89/1950.89	c #Conflicts:    2025000 | #Constraints:      63085
1938.89/1950.89	c INPROCESSING
1938.89/1950.89	c GARBAGE COLLECT
1938.89/1950.89	c rational objective -41.9574
1956.02/1968.03	c #Conflicts:    2026000 | #Constraints:      34018
1956.02/1968.03	c #Conflicts:    2027000 | #Constraints:      35018
1956.02/1968.03	c #Conflicts:    2028000 | #Constraints:      36018
1956.02/1968.03	c #Conflicts:    2029000 | #Constraints:      37018
1956.02/1968.03	c #Conflicts:    2030000 | #Constraints:      38018
1956.02/1968.03	c #Conflicts:    2031000 | #Constraints:      39018
1956.02/1968.03	c #Conflicts:    2032000 | #Constraints:      40018
1956.02/1968.03	c #Conflicts:    2033000 | #Constraints:      41018
1956.02/1968.03	c #Conflicts:    2034000 | #Constraints:      42018
1956.02/1968.03	c #Conflicts:    2035000 | #Constraints:      43018
1956.02/1968.03	c #Conflicts:    2036000 | #Constraints:      44018
1956.02/1968.03	c #Conflicts:    2037000 | #Constraints:      45018
1956.02/1968.03	c #Conflicts:    2038000 | #Constraints:      46018
1956.02/1968.03	c #Conflicts:    2039000 | #Constraints:      47018
1956.02/1968.03	c #Conflicts:    2040000 | #Constraints:      48018
1956.02/1968.03	c #Conflicts:    2041000 | #Constraints:      49018
1956.02/1968.03	c #Conflicts:    2042000 | #Constraints:      50018
1956.02/1968.03	c #Conflicts:    2043000 | #Constraints:      51018
1956.02/1968.03	c #Conflicts:    2044000 | #Constraints:      52018
1956.02/1968.03	c #Conflicts:    2045000 | #Constraints:      53018
1956.02/1968.03	c #Conflicts:    2046000 | #Constraints:      54018
1956.02/1968.03	c #Conflicts:    2047000 | #Constraints:      55018
1956.02/1968.03	c #Conflicts:    2048000 | #Constraints:      56018
1956.02/1968.03	WSVECS04 Frhs2[32]: 6 -4.39139 0 shouldn't be
1956.02/1968.03	WSVECS04 Frhs2[54]: 6 0 1.0001 shouldn't be
1956.02/1968.03	WSVECS04 Frhs2[63]: 6 -1.69568 0 shouldn't be
1956.02/1968.03	WSVECS04 Frhs2[93]: 6 0 1.00008 shouldn't be
1962.79/1974.87	c #Conflicts:    2049000 | #Constraints:      57018
1962.79/1974.87	c #Conflicts:    2050000 | #Constraints:      58018
1962.79/1974.87	c #Conflicts:    2051000 | #Constraints:      59018
1962.79/1974.87	c #Conflicts:    2052000 | #Constraints:      60018
1962.79/1974.87	c #Conflicts:    2053000 | #Constraints:      61018
1962.79/1974.87	c INPROCESSING
1962.79/1974.87	c GARBAGE COLLECT
1962.79/1974.87	c rational objective -41.9574
1970.98/1983.19	c #Conflicts:    2054000 | #Constraints:      32600
1970.98/1983.19	c #Conflicts:    2055000 | #Constraints:      33600
1970.98/1983.19	c #Conflicts:    2056000 | #Constraints:      34600
1970.98/1983.19	c #Conflicts:    2057000 | #Constraints:      35600
1970.98/1983.19	c #Conflicts:    2058000 | #Constraints:      36600
1970.98/1983.19	c #Conflicts:    2059000 | #Constraints:      37600
1970.98/1983.19	c #Conflicts:    2060000 | #Constraints:      38600
1970.98/1983.19	c #Conflicts:    2061000 | #Constraints:      39600
1970.98/1983.19	c #Conflicts:    2062000 | #Constraints:      40600
1970.98/1983.19	c #Conflicts:    2063000 | #Constraints:      41600
1970.98/1983.19	c #Conflicts:    2064000 | #Constraints:      42600
1970.98/1983.19	c #Conflicts:    2065000 | #Constraints:      43600
1970.98/1983.19	c #Conflicts:    2066000 | #Constraints:      44600
1970.98/1983.19	c #Conflicts:    2067000 | #Constraints:      45600
1970.98/1983.19	WSVECS04 Frhs2[10]: 6 -2.00001 0 shouldn't be
1970.98/1983.19	WSVECS04 Frhs2[23]: 6 -1.00001 0 shouldn't be
1970.98/1983.19	WSVECS04 Frhs2[30]: 6 -1.00004 0 shouldn't be
1970.98/1983.19	WSVECS04 Frhs2[34]: 6 -2.00008 0 shouldn't be
1970.98/1983.19	WSVECS04 Frhs2[62]: 6 -2.00007 0 shouldn't be
1970.98/1983.19	WSVECS04 Frhs2[112]: 6 -2.00007 0 shouldn't be
1983.62/1995.81	c #Conflicts:    2068000 | #Constraints:      46600
1983.62/1995.81	c #Conflicts:    2069000 | #Constraints:      47600
1983.62/1995.81	c #Conflicts:    2070000 | #Constraints:      48600
1983.62/1995.81	c #Conflicts:    2071000 | #Constraints:      49600
1983.62/1995.81	c #Conflicts:    2072000 | #Constraints:      50600
1983.62/1995.81	c #Conflicts:    2073000 | #Constraints:      51600
1983.62/1995.81	c #Conflicts:    2074000 | #Constraints:      52600
1983.62/1995.81	c #Conflicts:    2075000 | #Constraints:      53601
1983.62/1995.81	c #Conflicts:    2076000 | #Constraints:      54601
1983.62/1995.81	c #Conflicts:    2077000 | #Constraints:      55601
1983.62/1995.81	c #Conflicts:    2078000 | #Constraints:      56601
1983.62/1995.81	c #Conflicts:    2079000 | #Constraints:      57601
1983.62/1995.81	c #Conflicts:    2080000 | #Constraints:      58601
1983.62/1995.81	c #Conflicts:    2081000 | #Constraints:      59601
1983.62/1995.81	c #Conflicts:    2082000 | #Constraints:      60601
1983.62/1995.81	c INPROCESSING
1983.62/1995.81	c GARBAGE COLLECT
1983.62/1995.81	c rational objective -41.9574
2004.59/2016.90	c #Conflicts:    2083000 | #Constraints:      32372
2004.59/2016.90	c #Conflicts:    2084000 | #Constraints:      33372
2004.59/2016.90	c #Conflicts:    2085000 | #Constraints:      34372
2004.59/2016.90	c #Conflicts:    2086000 | #Constraints:      35372
2004.59/2016.90	c #Conflicts:    2087000 | #Constraints:      36372
2004.59/2016.90	c #Conflicts:    2088000 | #Constraints:      37372
2004.59/2016.90	c #Conflicts:    2089000 | #Constraints:      38372
2004.59/2016.90	c #Conflicts:    2090000 | #Constraints:      39372
2004.59/2016.90	c #Conflicts:    2091000 | #Constraints:      40372
2004.59/2016.90	c #Conflicts:    2092000 | #Constraints:      41372
2004.59/2016.90	c #Conflicts:    2093000 | #Constraints:      42372
2004.59/2016.90	c #Conflicts:    2094000 | #Constraints:      43372
2004.59/2016.90	c #Conflicts:    2095000 | #Constraints:      44374
2004.59/2016.90	c #Conflicts:    2096000 | #Constraints:      45374
2004.59/2016.90	c #Conflicts:    2097000 | #Constraints:      46374
2004.59/2016.90	c #Conflicts:    2098000 | #Constraints:      47374
2004.59/2016.90	c #Conflicts:    2099000 | #Constraints:      48374
2004.59/2016.90	c #Conflicts:    2100000 | #Constraints:      49374
2004.59/2016.90	c #Conflicts:    2101000 | #Constraints:      50374
2004.59/2016.90	c #Conflicts:    2102000 | #Constraints:      51374
2004.59/2016.90	c #Conflicts:    2103000 | #Constraints:      52374
2004.59/2016.90	c #Conflicts:    2104000 | #Constraints:      53374
2004.59/2016.90	c #Conflicts:    2105000 | #Constraints:      54374
2004.59/2016.90	c #Conflicts:    2106000 | #Constraints:      55374
2004.59/2016.90	c #Conflicts:    2107000 | #Constraints:      56374
2004.59/2016.90	c #Conflicts:    2108000 | #Constraints:      57375
2004.59/2016.90	c #Conflicts:    2109000 | #Constraints:      58375
2004.59/2016.90	c #Conflicts:    2110000 | #Constraints:      59375
2004.59/2016.90	c #Conflicts:    2111000 | #Constraints:      60375
2004.59/2016.90	c #Conflicts:    2112000 | #Constraints:      61375
2004.59/2016.90	c INPROCESSING
2004.59/2016.90	c GARBAGE COLLECT
2004.59/2016.90	c rational objective -41.9574
2011.85/2024.22	c #Conflicts:    2113000 | #Constraints:      33180
2011.85/2024.22	c #Conflicts:    2114000 | #Constraints:      34180
2011.85/2024.22	c #Conflicts:    2115000 | #Constraints:      35180
2011.85/2024.22	c #Conflicts:    2116000 | #Constraints:      36180
2011.85/2024.22	c #Conflicts:    2117000 | #Constraints:      37180
2011.85/2024.22	c #Conflicts:    2118000 | #Constraints:      38180
2011.85/2024.22	c #Conflicts:    2119000 | #Constraints:      39180
2011.85/2024.22	c #Conflicts:    2120000 | #Constraints:      40180
2011.85/2024.22	WSVECS04 Frhs2[24]: 6 0 0.542919 shouldn't be
2011.85/2024.22	WSVECS04 Frhs2[64]: 6 0 0.5429 shouldn't be
2023.41/2035.83	c #Conflicts:    2121000 | #Constraints:      41180
2023.41/2035.83	c #Conflicts:    2122000 | #Constraints:      42180
2023.41/2035.83	c #Conflicts:    2123000 | #Constraints:      43180
2023.41/2035.83	c #Conflicts:    2124000 | #Constraints:      44180
2023.41/2035.83	c #Conflicts:    2125000 | #Constraints:      45180
2023.41/2035.83	c #Conflicts:    2126000 | #Constraints:      46180
2023.41/2035.83	c #Conflicts:    2127000 | #Constraints:      47180
2023.41/2035.83	c #Conflicts:    2128000 | #Constraints:      48180
2023.41/2035.83	c #Conflicts:    2129000 | #Constraints:      49184
2023.41/2035.83	c #Conflicts:    2130000 | #Constraints:      50184
2023.41/2035.83	c #Conflicts:    2131000 | #Constraints:      51184
2023.41/2035.83	c #Conflicts:    2132000 | #Constraints:      52184
2023.41/2035.83	c #Conflicts:    2133000 | #Constraints:      53184
2023.41/2035.83	c #Conflicts:    2134000 | #Constraints:      54184
2023.41/2035.83	c #Conflicts:    2135000 | #Constraints:      55184
2023.41/2035.83	c #Conflicts:    2136000 | #Constraints:      56184
2023.41/2035.83	WSVECS04 Frhs2[17]: 6 -3.69568 0 shouldn't be
2024.81/2037.26	WSVECS04 Frhs2[300]: 6 0 0.472581 shouldn't be
2024.81/2037.26	WSVECS04 Frhs2[303]: 6 0 0.150352 shouldn't be
2024.81/2037.26	WSVECS04 Frhs2[1308]: 6 0 0.304401 shouldn't be
2024.81/2037.26	WSVECS04 Frhs2[1421]: 6 0 0.304397 shouldn't be
2025.50/2037.97	WSVECS04 Frhs2[63]: 6 -2.00009 0 shouldn't be
2025.50/2037.97	WSVECS04 Frhs2[296]: 6 0 0.472564 shouldn't be
2025.50/2037.97	WSVECS04 Frhs2[1296]: 6 0 0.30444 shouldn't be
2025.50/2037.97	WSVECS04 Frhs2[1304]: 6 0 0.304433 shouldn't be
2025.50/2037.97	WSVECS04 Frhs2[1307]: 6 0 0.304374 shouldn't be
2025.50/2037.97	WSVECS04 Frhs2[1313]: 6 0 0.304434 shouldn't be
2025.50/2037.97	WSVECS04 Frhs2[1406]: 6 0 0.304406 shouldn't be
2025.50/2037.97	WSVECS04 Frhs2[1407]: 6 0 0.304365 shouldn't be
2025.50/2037.97	WSVECS04 Frhs2[1416]: 6 0 0.304445 shouldn't be
2025.50/2037.97	WSVECS04 Frhs2[1418]: 6 0 0.30437 shouldn't be
2025.50/2037.97	WSVECS04 Frhs2[1429]: 6 0 0.304433 shouldn't be
2025.50/2037.97	WSVECS04 Frhs2[1431]: 6 0 0.304396 shouldn't be
2025.50/2037.97	WSVECS04 Frhs2[1432]: 6 0 0.304391 shouldn't be
2025.50/2037.97	WSVECS04 Frhs2[1701]: 6 0 0.304375 shouldn't be
2025.50/2037.97	WSVECS04 Frhs2[1702]: 6 0 0.304409 shouldn't be
2025.50/2037.97	WSVECS04 Frhs2[1708]: 6 0 0.304359 shouldn't be
2026.20/2038.62	WSVECS04 Frhs2[3]: 6 0 1.00003 shouldn't be
2026.20/2038.62	WSVECS04 Frhs2[9]: 6 0 1.00008 shouldn't be
2026.20/2038.62	WSVECS04 Frhs2[40]: 6 0 1.00003 shouldn't be
2026.20/2038.62	WSVECS04 Frhs2[1298]: 6 0 0.304405 shouldn't be
2026.20/2038.62	WSVECS04 Frhs2[1310]: 6 0 0.304408 shouldn't be
2026.20/2038.62	WSVECS04 Frhs2[1311]: 6 0 0.304366 shouldn't be
2026.20/2038.62	WSVECS04 Frhs2[1405]: 6 0 0.304384 shouldn't be
2026.20/2038.62	WSVECS04 Frhs2[1415]: 6 0 0.304379 shouldn't be
2026.20/2038.62	WSVECS04 Frhs2[1417]: 6 0 0.304373 shouldn't be
2026.20/2038.62	WSVECS04 Frhs2[1699]: 6 0 0.304364 shouldn't be
2027.20/2039.65	WSVECS04 Frhs2[7]: 6 0 1.00008 shouldn't be
2027.20/2039.65	WSVECS04 Frhs2[47]: 6 0 1.00008 shouldn't be
2027.20/2039.65	WSVECS04 Frhs2[56]: 6 -0.695683 0 shouldn't be
2027.20/2039.65	WSVECS04 Frhs2[1299]: 6 0 0.304397 shouldn't be
2027.20/2039.65	WSVECS04 Frhs2[1301]: 6 0 0.304379 shouldn't be
2027.20/2039.65	WSVECS04 Frhs2[1412]: 6 0 0.304386 shouldn't be
2028.30/2040.75	WSVECS04 Frhs2[1297]: 6 0 0.304404 shouldn't be
2028.30/2040.75	WSVECS04 Frhs2[1404]: 6 0 0.304368 shouldn't be
2028.30/2040.75	WSVECS04 Frhs2[1409]: 6 0 0.304414 shouldn't be
2028.30/2040.75	WSVECS04 Frhs2[1419]: 6 0 0.304364 shouldn't be
2029.70/2042.13	WSVECS04 Frhs2[54]: 6 0 1.00002 shouldn't be
2029.70/2042.13	WSVECS04 Frhs2[72]: 6 0 1.00009 shouldn't be
2031.09/2043.51	WSVECS04 Frhs2[1309]: 6 0 0.304447 shouldn't be
2035.98/2048.44	c #Conflicts:    2137000 | #Constraints:      57184
2035.98/2048.44	c #Conflicts:    2138000 | #Constraints:      58184
2035.98/2048.44	c #Conflicts:    2139000 | #Constraints:      59184
2035.98/2048.44	c #Conflicts:    2140000 | #Constraints:      60184
2035.98/2048.44	c #Conflicts:    2141000 | #Constraints:      61184
2035.98/2048.44	c INPROCESSING
2035.98/2048.44	c GARBAGE COLLECT
2035.98/2048.44	c rational objective -41.9574
2044.54/2057.09	c #Conflicts:    2142000 | #Constraints:      32863
2044.54/2057.09	c #Conflicts:    2143000 | #Constraints:      33863
2044.54/2057.09	c #Conflicts:    2144000 | #Constraints:      34863
2044.54/2057.09	c #Conflicts:    2145000 | #Constraints:      35863
2044.54/2057.09	c #Conflicts:    2146000 | #Constraints:      36863
2044.54/2057.09	c #Conflicts:    2147000 | #Constraints:      37863
2044.54/2057.09	c #Conflicts:    2148000 | #Constraints:      38863
2044.54/2057.09	c #Conflicts:    2149000 | #Constraints:      39863
2044.54/2057.09	c #Conflicts:    2150000 | #Constraints:      40863
2044.54/2057.09	c #Conflicts:    2151000 | #Constraints:      41863
2044.54/2057.09	c #Conflicts:    2152000 | #Constraints:      42863
2044.54/2057.09	c #Conflicts:    2153000 | #Constraints:      43863
2044.54/2057.09	c #Conflicts:    2154000 | #Constraints:      44863
2044.54/2057.09	c #Conflicts:    2155000 | #Constraints:      45863
2044.54/2057.09	c #Conflicts:    2156000 | #Constraints:      46863
2044.54/2057.09	c #Conflicts:    2157000 | #Constraints:      47863
2044.54/2057.09	c #Conflicts:    2158000 | #Constraints:      48863
2044.54/2057.09	c #Conflicts:    2159000 | #Constraints:      49863
2044.54/2057.09	c #Conflicts:    2160000 | #Constraints:      50863
2044.54/2057.09	c #Conflicts:    2161000 | #Constraints:      51863
2044.54/2057.09	c #Conflicts:    2162000 | #Constraints:      52863
2044.54/2057.09	WSVECS04 Frhs2[17]: 6 -1.66675 0 shouldn't be
2044.54/2057.09	WSVECS04 Frhs2[23]: 6 0 0.333345 shouldn't be
2044.54/2057.09	WSVECS04 Frhs2[47]: 6 -0.666749 0 shouldn't be
2044.54/2057.09	WSVECS04 Frhs2[48]: 6 -3.00007 0 shouldn't be
2044.54/2057.09	WSVECS04 Frhs2[62]: 6 0 0.333348 shouldn't be
2044.54/2057.09	WSVECS04 Frhs2[94]: 6 -1.66672 0 shouldn't be
2091.90/2104.63	c #Conflicts:    2163000 | #Constraints:      53864
2091.90/2104.63	c #Conflicts:    2164000 | #Constraints:      54864
2091.90/2104.63	c #Conflicts:    2165000 | #Constraints:      55864
2091.90/2104.63	c #Conflicts:    2166000 | #Constraints:      56864
2091.90/2104.63	c #Conflicts:    2167000 | #Constraints:      57864
2091.90/2104.63	c #Conflicts:    2168000 | #Constraints:      58864
2091.90/2104.63	c #Conflicts:    2169000 | #Constraints:      59864
2091.90/2104.63	c #Conflicts:    2170000 | #Constraints:      60864
2091.90/2104.63	c #Conflicts:    2171000 | #Constraints:      61864
2091.90/2104.63	c #Conflicts:    2172000 | #Constraints:      62865
2091.90/2104.63	c #Conflicts:    2173000 | #Constraints:      63868
2091.90/2104.63	c #Conflicts:    2174000 | #Constraints:      64868
2091.90/2104.63	c #Conflicts:    2175000 | #Constraints:      65868
2091.90/2104.63	c #Conflicts:    2176000 | #Constraints:      66868
2091.90/2104.63	c #Conflicts:    2177000 | #Constraints:      67868
2091.90/2104.63	c #Conflicts:    2178000 | #Constraints:      68868
2091.90/2104.63	c #Conflicts:    2179000 | #Constraints:      69868
2091.90/2104.63	c #Conflicts:    2180000 | #Constraints:      70869
2091.90/2104.63	c #Conflicts:    2181000 | #Constraints:      71869
2091.90/2104.63	c #Conflicts:    2182000 | #Constraints:      72869
2091.90/2104.63	c #Conflicts:    2183000 | #Constraints:      73869
2091.90/2104.63	c #Conflicts:    2184000 | #Constraints:      74869
2091.90/2104.63	c #Conflicts:    2185000 | #Constraints:      75869
2091.90/2104.63	c #Conflicts:    2186000 | #Constraints:      76869
2091.90/2104.63	c #Conflicts:    2187000 | #Constraints:      77869
2091.90/2104.63	c #Conflicts:    2188000 | #Constraints:      78869
2091.90/2104.63	c #Conflicts:    2189000 | #Constraints:      79869
2091.90/2104.63	c #Conflicts:    2190000 | #Constraints:      80869
2091.90/2104.63	c #Conflicts:    2191000 | #Constraints:      81872
2091.90/2104.63	c #Conflicts:    2192000 | #Constraints:      82873
2091.90/2104.63	c #Conflicts:    2193000 | #Constraints:      83873
2091.90/2104.63	c #Conflicts:    2194000 | #Constraints:      84873
2091.90/2104.63	c #Conflicts:    2195000 | #Constraints:      85873
2091.90/2104.63	c #Conflicts:    2196000 | #Constraints:      86873
2091.90/2104.63	c #Conflicts:    2197000 | #Constraints:      87873
2091.90/2104.63	c #Conflicts:    2198000 | #Constraints:      88873
2091.90/2104.63	c #Conflicts:    2199000 | #Constraints:      89873
2091.90/2104.63	c #Conflicts:    2200000 | #Constraints:      90873
2091.90/2104.63	c #Conflicts:    2201000 | #Constraints:      91873
2091.90/2104.63	c #Conflicts:    2202000 | #Constraints:      92873
2091.90/2104.63	c #Conflicts:    2203000 | #Constraints:      93873
2091.90/2104.63	c #Conflicts:    2204000 | #Constraints:      94873
2091.90/2104.63	c #Conflicts:    2205000 | #Constraints:      95874
2091.90/2104.63	c #Conflicts:    2206000 | #Constraints:      96874
2091.90/2104.63	c #Conflicts:    2207000 | #Constraints:      97874
2091.90/2104.63	c #Conflicts:    2208000 | #Constraints:      98874
2091.90/2104.63	c #Conflicts:    2209000 | #Constraints:      99874
2091.90/2104.63	c #Conflicts:    2210000 | #Constraints:     100874
2091.90/2104.63	c #Conflicts:    2211000 | #Constraints:     101874
2091.90/2104.63	c #Conflicts:    2212000 | #Constraints:     102874
2091.90/2104.63	c #Conflicts:    2213000 | #Constraints:     103874
2091.90/2104.63	c #Conflicts:    2214000 | #Constraints:     104874
2091.90/2104.63	c #Conflicts:    2215000 | #Constraints:     105874
2091.90/2104.63	c #Conflicts:    2216000 | #Constraints:     106874
2091.90/2104.63	c #Conflicts:    2217000 | #Constraints:     107874
2091.90/2104.63	c #Conflicts:    2218000 | #Constraints:     108874
2091.90/2104.63	WSVECS04 Frhs2[11]: 6 -1.82794 0 shouldn't be
2091.90/2104.63	WSVECS04 Frhs2[49]: 6 -1.74387 0 shouldn't be
2091.90/2104.63	WSVECS04 Frhs2[1306]: 6 0 0.095892 shouldn't be
2091.90/2104.63	WSVECS04 Frhs2[1437]: 6 0 0.242515 shouldn't be
2101.97/2114.78	c #Conflicts:    2219000 | #Constraints:     109874
2101.97/2114.78	c #Conflicts:    2220000 | #Constraints:     110874
2101.97/2114.78	c #Conflicts:    2221000 | #Constraints:     111874
2101.97/2114.78	c #Conflicts:    2222000 | #Constraints:     112874
2101.97/2114.78	c #Conflicts:    2223000 | #Constraints:     113874
2101.97/2114.78	c #Conflicts:    2224000 | #Constraints:     114874
2101.97/2114.78	c #Conflicts:    2225000 | #Constraints:     115875
2101.97/2114.78	c #Conflicts:    2226000 | #Constraints:     116875
2101.97/2114.78	c #Conflicts:    2227000 | #Constraints:     117875
2101.97/2114.78	c #Conflicts:    2228000 | #Constraints:     118875
2101.97/2114.78	c bounds -28 >= -80 @ 2077.32
2173.92/2187.01	c #Conflicts:    2229000 | #Constraints:     119914
2173.92/2187.01	c #Conflicts:    2230000 | #Constraints:     120914
2173.92/2187.01	c #Conflicts:    2231000 | #Constraints:     121914
2173.92/2187.01	c #Conflicts:    2232000 | #Constraints:     122914
2173.92/2187.01	c #Conflicts:    2233000 | #Constraints:     123914
2173.92/2187.01	c #Conflicts:    2234000 | #Constraints:     124914
2173.92/2187.01	c #Conflicts:    2235000 | #Constraints:     125914
2173.92/2187.01	c #Conflicts:    2236000 | #Constraints:     126914
2173.92/2187.01	c #Conflicts:    2237000 | #Constraints:     127914
2173.92/2187.01	c #Conflicts:    2238000 | #Constraints:     128915
2173.92/2187.01	c #Conflicts:    2239000 | #Constraints:     129915
2173.92/2187.01	c #Conflicts:    2240000 | #Constraints:     130915
2173.92/2187.01	c #Conflicts:    2241000 | #Constraints:     131915
2173.92/2187.01	c #Conflicts:    2242000 | #Constraints:     132915
2173.92/2187.01	c #Conflicts:    2243000 | #Constraints:     133915
2173.92/2187.01	c #Conflicts:    2244000 | #Constraints:     134915
2173.92/2187.01	c #Conflicts:    2245000 | #Constraints:     135915
2173.92/2187.01	c #Conflicts:    2246000 | #Constraints:     136915
2173.92/2187.01	c #Conflicts:    2247000 | #Constraints:     137915
2173.92/2187.01	c #Conflicts:    2248000 | #Constraints:     138915
2173.92/2187.01	c #Conflicts:    2249000 | #Constraints:     139916
2173.92/2187.01	c #Conflicts:    2250000 | #Constraints:     140916
2173.92/2187.01	c #Conflicts:    2251000 | #Constraints:     141916
2173.92/2187.01	c #Conflicts:    2252000 | #Constraints:     142916
2173.92/2187.01	c #Conflicts:    2253000 | #Constraints:     143916
2173.92/2187.01	c #Conflicts:    2254000 | #Constraints:     144916
2173.92/2187.01	c #Conflicts:    2255000 | #Constraints:     145916
2173.92/2187.01	c #Conflicts:    2256000 | #Constraints:     146916
2173.92/2187.01	c #Conflicts:    2257000 | #Constraints:     147916
2173.92/2187.01	c #Conflicts:    2258000 | #Constraints:     148916
2173.92/2187.01	c #Conflicts:    2259000 | #Constraints:     149916
2173.92/2187.01	c #Conflicts:    2260000 | #Constraints:     150916
2173.92/2187.01	c #Conflicts:    2261000 | #Constraints:     151916
2173.92/2187.01	c #Conflicts:    2262000 | #Constraints:     152916
2173.92/2187.01	c #Conflicts:    2263000 | #Constraints:     153917
2173.92/2187.01	c #Conflicts:    2264000 | #Constraints:     154918
2173.92/2187.01	c #Conflicts:    2265000 | #Constraints:     155918
2173.92/2187.01	c #Conflicts:    2266000 | #Constraints:     156918
2173.92/2187.01	c #Conflicts:    2267000 | #Constraints:     157918
2173.92/2187.01	c #Conflicts:    2268000 | #Constraints:     158918
2173.92/2187.01	c #Conflicts:    2269000 | #Constraints:     159918
2173.92/2187.01	c #Conflicts:    2270000 | #Constraints:     160918
2173.92/2187.01	c #Conflicts:    2271000 | #Constraints:     161918
2173.92/2187.01	c #Conflicts:    2272000 | #Constraints:     162918
2173.92/2187.01	c #Conflicts:    2273000 | #Constraints:     163918
2173.92/2187.01	c #Conflicts:    2274000 | #Constraints:     164918
2173.92/2187.01	c #Conflicts:    2275000 | #Constraints:     165918
2173.92/2187.01	c #Conflicts:    2276000 | #Constraints:     166919
2173.92/2187.01	c #Conflicts:    2277000 | #Constraints:     167919
2173.92/2187.01	c #Conflicts:    2278000 | #Constraints:     168919
2173.92/2187.01	c #Conflicts:    2279000 | #Constraints:     169919
2173.92/2187.01	c #Conflicts:    2280000 | #Constraints:     170919
2173.92/2187.01	c #Conflicts:    2281000 | #Constraints:     171919
2173.92/2187.01	c #Conflicts:    2282000 | #Constraints:     172919
2173.92/2187.01	c #Conflicts:    2283000 | #Constraints:     173919
2173.92/2187.01	WSVECS04 Frhs2[25]: 6 0 0.642893 shouldn't be
2173.92/2187.01	WSVECS04 Frhs2[31]: 6 -4.57147 0 shouldn't be
2173.92/2187.01	WSVECS04 Frhs2[32]: 6 0 1.00002 shouldn't be
2173.92/2187.01	WSVECS04 Frhs2[38]: 6 0 1.00007 shouldn't be
2173.92/2187.01	WSVECS04 Frhs2[66]: 6 0 0.214352 shouldn't be
2173.92/2187.02	WSVECS04 Frhs2[72]: 6 -1.78577 0 shouldn't be
2173.92/2187.02	WSVECS04 Frhs2[79]: 6 0 1.00006 shouldn't be
2173.92/2187.02	WSVECS04 Frhs2[80]: 6 0 1.0001 shouldn't be
2173.92/2187.02	WSVECS04 Frhs2[83]: 6 0 1.00004 shouldn't be
2173.92/2187.02	WSVECS04 Frhs2[109]: 6 0 1.00005 shouldn't be
2174.51/2187.65	WSVECS04 Frhs2[64]: 6 0 1.00009 shouldn't be
2185.98/2199.11	c #Conflicts:    2284000 | #Constraints:     174919
2185.98/2199.11	c #Conflicts:    2285000 | #Constraints:     175919
2185.98/2199.11	c #Conflicts:    2286000 | #Constraints:     176919
2185.98/2199.11	c #Conflicts:    2287000 | #Constraints:     177919
2185.98/2199.11	c #Conflicts:    2288000 | #Constraints:     178919
2185.98/2199.11	c INPROCESSING
2185.98/2199.11	c GARBAGE COLLECT
2185.98/2199.11	c rational objective -41.9574
2209.20/2222.47	c #Conflicts:    2289000 | #Constraints:      91955
2209.20/2222.47	c #Conflicts:    2290000 | #Constraints:      92955
2209.20/2222.47	c #Conflicts:    2291000 | #Constraints:      93955
2209.20/2222.47	c #Conflicts:    2292000 | #Constraints:      94955
2209.20/2222.47	c #Conflicts:    2293000 | #Constraints:      95955
2209.20/2222.47	c #Conflicts:    2294000 | #Constraints:      96955
2209.20/2222.47	c #Conflicts:    2295000 | #Constraints:      97955
2209.20/2222.47	c #Conflicts:    2296000 | #Constraints:      98955
2209.20/2222.47	c #Conflicts:    2297000 | #Constraints:      99955
2209.20/2222.47	c #Conflicts:    2298000 | #Constraints:     100955
2209.20/2222.47	c #Conflicts:    2299000 | #Constraints:     101955
2209.20/2222.47	c #Conflicts:    2300000 | #Constraints:     102955
2209.20/2222.47	c #Conflicts:    2301000 | #Constraints:     103955
2209.20/2222.47	c #Conflicts:    2302000 | #Constraints:     104955
2209.20/2222.47	c #Conflicts:    2303000 | #Constraints:     105956
2209.20/2222.47	c #Conflicts:    2304000 | #Constraints:     106956
2209.20/2222.47	c #Conflicts:    2305000 | #Constraints:     107956
2209.20/2222.47	c #Conflicts:    2306000 | #Constraints:     108956
2209.20/2222.47	c #Conflicts:    2307000 | #Constraints:     109956
2209.20/2222.47	c #Conflicts:    2308000 | #Constraints:     110956
2209.20/2222.47	c #Conflicts:    2309000 | #Constraints:     111956
2209.20/2222.47	c #Conflicts:    2310000 | #Constraints:     112956
2209.20/2222.47	c #Conflicts:    2311000 | #Constraints:     113956
2209.20/2222.47	c #Conflicts:    2312000 | #Constraints:     114956
2209.20/2222.47	c #Conflicts:    2313000 | #Constraints:     115956
2209.20/2222.47	WSVECS04 Frhs2[83]: 6 -4.05271 0 shouldn't be
2216.90/2230.58	c #Conflicts:    2314000 | #Constraints:     116956
2216.90/2230.58	c #Conflicts:    2315000 | #Constraints:     117956
2216.90/2230.58	c #Conflicts:    2316000 | #Constraints:     118956
2216.90/2230.58	c #Conflicts:    2317000 | #Constraints:     119956
2216.90/2230.58	c #Conflicts:    2318000 | #Constraints:     120956
2216.90/2230.58	c INPROCESSING
2216.90/2230.58	c GARBAGE COLLECT
2216.90/2230.58	c rational objective -41.9574
2260.97/2274.83	c #Conflicts:    2319000 | #Constraints:      62617
2260.97/2274.83	c #Conflicts:    2320000 | #Constraints:      63617
2260.97/2274.83	c #Conflicts:    2321000 | #Constraints:      64617
2260.97/2274.83	c #Conflicts:    2322000 | #Constraints:      65617
2260.97/2274.83	c #Conflicts:    2323000 | #Constraints:      66617
2260.97/2274.83	c #Conflicts:    2324000 | #Constraints:      67617
2260.97/2274.83	c #Conflicts:    2325000 | #Constraints:      68620
2260.97/2274.83	c #Conflicts:    2326000 | #Constraints:      69620
2260.97/2274.83	c #Conflicts:    2327000 | #Constraints:      70620
2260.97/2274.83	c #Conflicts:    2328000 | #Constraints:      71621
2260.97/2274.83	c #Conflicts:    2329000 | #Constraints:      72622
2260.97/2274.83	c #Conflicts:    2330000 | #Constraints:      73623
2260.97/2274.83	c #Conflicts:    2331000 | #Constraints:      74624
2260.97/2274.83	c #Conflicts:    2332000 | #Constraints:      75626
2260.97/2274.83	c #Conflicts:    2333000 | #Constraints:      76628
2260.97/2274.83	c #Conflicts:    2334000 | #Constraints:      77628
2260.97/2274.83	c #Conflicts:    2335000 | #Constraints:      78629
2260.97/2274.83	c #Conflicts:    2336000 | #Constraints:      79629
2260.97/2274.83	c #Conflicts:    2337000 | #Constraints:      80631
2260.97/2274.83	c #Conflicts:    2338000 | #Constraints:      81632
2260.97/2274.83	c #Conflicts:    2339000 | #Constraints:      82633
2260.97/2274.83	c #Conflicts:    2340000 | #Constraints:      83633
2260.97/2274.83	c #Conflicts:    2341000 | #Constraints:      84633
2260.97/2274.83	c #Conflicts:    2342000 | #Constraints:      85633
2260.97/2274.83	c #Conflicts:    2343000 | #Constraints:      86633
2260.97/2274.83	c #Conflicts:    2344000 | #Constraints:      87634
2260.97/2274.83	c #Conflicts:    2345000 | #Constraints:      88635
2260.97/2274.83	c #Conflicts:    2346000 | #Constraints:      89635
2260.97/2274.83	c #Conflicts:    2347000 | #Constraints:      90635
2260.97/2274.83	c #Conflicts:    2348000 | #Constraints:      91635
2260.97/2274.83	c #Conflicts:    2349000 | #Constraints:      92637
2260.97/2274.83	c INPROCESSING
2260.97/2274.83	c GARBAGE COLLECT
2260.97/2274.83	c rational objective -41.9574
2264.75/2278.63	c #Conflicts:    2350000 | #Constraints:      48669
2264.75/2278.63	c #Conflicts:    2351000 | #Constraints:      49669
2264.75/2278.63	c #Conflicts:    2352000 | #Constraints:      50669
2264.75/2278.63	c #Conflicts:    2353000 | #Constraints:      51669
2264.75/2278.63	c #Conflicts:    2354000 | #Constraints:      52669
2264.75/2278.63	WSVECS04 Frhs2[6]: 6 -5.00006 0 shouldn't be
2280.23/2294.23	c #Conflicts:    2355000 | #Constraints:      53671
2280.23/2294.23	c #Conflicts:    2356000 | #Constraints:      54671
2280.23/2294.23	c #Conflicts:    2357000 | #Constraints:      55671
2280.23/2294.23	c #Conflicts:    2358000 | #Constraints:      56671
2280.23/2294.23	c #Conflicts:    2359000 | #Constraints:      57671
2280.23/2294.23	c #Conflicts:    2360000 | #Constraints:      58671
2280.23/2294.23	c #Conflicts:    2361000 | #Constraints:      59671
2280.23/2294.23	c #Conflicts:    2362000 | #Constraints:      60671
2280.23/2294.23	c #Conflicts:    2363000 | #Constraints:      61671
2280.23/2294.23	c #Conflicts:    2364000 | #Constraints:      62671
2280.23/2294.23	c #Conflicts:    2365000 | #Constraints:      63671
2280.23/2294.23	c #Conflicts:    2366000 | #Constraints:      64672
2280.23/2294.23	c #Conflicts:    2367000 | #Constraints:      65672
2280.23/2294.23	c #Conflicts:    2368000 | #Constraints:      66672
2280.23/2294.23	c #Conflicts:    2369000 | #Constraints:      67672
2280.23/2294.23	c #Conflicts:    2370000 | #Constraints:      68672
2280.23/2294.23	c #Conflicts:    2371000 | #Constraints:      69672
2280.23/2294.23	c #Conflicts:    2372000 | #Constraints:      70672
2280.23/2294.23	c #Conflicts:    2373000 | #Constraints:      71672
2280.23/2294.23	c #Conflicts:    2374000 | #Constraints:      72672
2280.23/2294.23	c #Conflicts:    2375000 | #Constraints:      73672
2280.23/2294.23	c #Conflicts:    2376000 | #Constraints:      74672
2280.23/2294.23	WSVECS04 Frhs2[22]: 6 0 1.00003 shouldn't be
2280.23/2294.23	WSVECS04 Frhs2[39]: 6 0 1.00002 shouldn't be
2285.51/2299.59	c #Conflicts:    2377000 | #Constraints:      75672
2285.51/2299.59	c #Conflicts:    2378000 | #Constraints:      76672
2285.51/2299.59	c #Conflicts:    2379000 | #Constraints:      77672
2285.51/2299.59	c #Conflicts:    2380000 | #Constraints:      78672
2285.51/2299.59	c INPROCESSING
2285.51/2299.59	c GARBAGE COLLECT
2285.51/2299.59	c rational objective -41.9574
2293.18/2307.25	c #Conflicts:    2381000 | #Constraints:      41486
2293.18/2307.25	c #Conflicts:    2382000 | #Constraints:      42486
2293.18/2307.25	c #Conflicts:    2383000 | #Constraints:      43486
2293.18/2307.25	c #Conflicts:    2384000 | #Constraints:      44486
2293.18/2307.25	c #Conflicts:    2385000 | #Constraints:      45486
2293.18/2307.25	c #Conflicts:    2386000 | #Constraints:      46486
2293.18/2307.25	c #Conflicts:    2387000 | #Constraints:      47486
2293.18/2307.25	WSVECS04 Frhs2[47]: 6 -2.00001 0 shouldn't be
2301.06/2315.12	c #Conflicts:    2388000 | #Constraints:      48487
2301.06/2315.12	c #Conflicts:    2389000 | #Constraints:      49487
2301.06/2315.12	c #Conflicts:    2390000 | #Constraints:      50487
2301.06/2315.12	c #Conflicts:    2391000 | #Constraints:      51487
2301.06/2315.12	c #Conflicts:    2392000 | #Constraints:      52487
2301.06/2315.12	c #Conflicts:    2393000 | #Constraints:      53487
2301.06/2315.12	c #Conflicts:    2394000 | #Constraints:      54487
2301.06/2315.12	c #Conflicts:    2395000 | #Constraints:      55487
2301.06/2315.12	c #Conflicts:    2396000 | #Constraints:      56487
2301.06/2315.12	c #Conflicts:    2397000 | #Constraints:      57487
2301.06/2315.12	c #Conflicts:    2398000 | #Constraints:      58487
2301.06/2315.12	c #Conflicts:    2399000 | #Constraints:      59487
2301.06/2315.12	WSVECS04 Frhs2[22]: 6 -4.36007 0 shouldn't be
2315.01/2329.12	c #Conflicts:    2400000 | #Constraints:      60487
2315.01/2329.12	c #Conflicts:    2401000 | #Constraints:      61487
2315.01/2329.12	c #Conflicts:    2402000 | #Constraints:      62487
2315.01/2329.12	c #Conflicts:    2403000 | #Constraints:      63487
2315.01/2329.12	c #Conflicts:    2404000 | #Constraints:      64487
2315.01/2329.12	c #Conflicts:    2405000 | #Constraints:      65487
2315.01/2329.12	c #Conflicts:    2406000 | #Constraints:      66487
2315.01/2329.12	c #Conflicts:    2407000 | #Constraints:      67487
2315.01/2329.12	c #Conflicts:    2408000 | #Constraints:      68487
2315.01/2329.12	c #Conflicts:    2409000 | #Constraints:      69487
2315.01/2329.12	c #Conflicts:    2410000 | #Constraints:      70487
2315.01/2329.12	c #Conflicts:    2411000 | #Constraints:      71488
2315.01/2329.12	c #Conflicts:    2412000 | #Constraints:      72488
2315.01/2329.12	c INPROCESSING
2315.01/2329.12	c GARBAGE COLLECT
2315.01/2329.12	c rational objective -41.9574
2320.58/2334.74	c #Conflicts:    2413000 | #Constraints:      38732
2320.58/2334.74	c #Conflicts:    2414000 | #Constraints:      39732
2320.58/2334.74	c #Conflicts:    2415000 | #Constraints:      40732
2320.58/2334.74	c #Conflicts:    2416000 | #Constraints:      41732
2320.58/2334.74	c #Conflicts:    2417000 | #Constraints:      42732
2320.58/2334.74	WSVECS04 Frhs2[3]: 6 0 0.421105 shouldn't be
2320.58/2334.74	WSVECS04 Frhs2[23]: 6 -0.526378 0 shouldn't be
2320.58/2334.74	WSVECS04 Frhs2[36]: 6 -3.05271 0 shouldn't be
2320.58/2334.74	WSVECS04 Frhs2[64]: 6 0 0.473712 shouldn't be
2321.27/2335.47	WSVECS04 Frhs2[1]: 6 0 0.473773 shouldn't be
2321.27/2335.47	WSVECS04 Frhs2[24]: 6 0 0.473769 shouldn't be
2322.66/2336.81	WSVECS04 Frhs2[62]: 6 0 0.473703 shouldn't be
2325.85/2340.02	WSVECS04 Frhs2[22]: 6 0 1.00006 shouldn't be
2325.85/2340.02	WSVECS04 Frhs2[29]: 6 0 1.00005 shouldn't be
2336.37/2350.61	c #Conflicts:    2418000 | #Constraints:      43732
2336.37/2350.61	c #Conflicts:    2419000 | #Constraints:      44732
2336.37/2350.61	c #Conflicts:    2420000 | #Constraints:      45732
2336.37/2350.61	c #Conflicts:    2421000 | #Constraints:      46732
2336.37/2350.61	c #Conflicts:    2422000 | #Constraints:      47732
2336.37/2350.61	c #Conflicts:    2423000 | #Constraints:      48732
2336.37/2350.61	c #Conflicts:    2424000 | #Constraints:      49732
2336.37/2350.61	c #Conflicts:    2425000 | #Constraints:      50732
2336.37/2350.61	c #Conflicts:    2426000 | #Constraints:      51732
2336.37/2350.61	c #Conflicts:    2427000 | #Constraints:      52732
2336.37/2350.61	c #Conflicts:    2428000 | #Constraints:      53732
2336.37/2350.61	c #Conflicts:    2429000 | #Constraints:      54732
2336.37/2350.61	c #Conflicts:    2430000 | #Constraints:      55732
2336.37/2350.61	c #Conflicts:    2431000 | #Constraints:      56732
2336.37/2350.61	c #Conflicts:    2432000 | #Constraints:      57732
2336.37/2350.61	c #Conflicts:    2433000 | #Constraints:      58732
2336.37/2350.61	c #Conflicts:    2434000 | #Constraints:      59732
2336.37/2350.61	c #Conflicts:    2435000 | #Constraints:      60732
2336.37/2350.61	c #Conflicts:    2436000 | #Constraints:      61732
2336.37/2350.61	c #Conflicts:    2437000 | #Constraints:      62732
2336.37/2350.61	WSVECS04 Frhs2[40]: 6 -0.583403 0 shouldn't be
2336.37/2350.61	WSVECS04 Frhs2[87]: 6 -1.58341 0 shouldn't be
2343.75/2358.08	c #Conflicts:    2438000 | #Constraints:      63732
2343.75/2358.08	c #Conflicts:    2439000 | #Constraints:      64732
2343.75/2358.08	c #Conflicts:    2440000 | #Constraints:      65732
2343.75/2358.08	c #Conflicts:    2441000 | #Constraints:      66732
2343.75/2358.08	c #Conflicts:    2442000 | #Constraints:      67732
2343.75/2358.08	c #Conflicts:    2443000 | #Constraints:      68732
2343.75/2358.08	c INPROCESSING
2343.75/2358.08	c GARBAGE COLLECT
2343.75/2358.08	c rational objective -41.9574
2360.68/2375.03	c #Conflicts:    2444000 | #Constraints:      36599
2360.68/2375.03	c #Conflicts:    2445000 | #Constraints:      37599
2360.68/2375.03	c #Conflicts:    2446000 | #Constraints:      38599
2360.68/2375.03	c #Conflicts:    2447000 | #Constraints:      39599
2360.68/2375.03	c #Conflicts:    2448000 | #Constraints:      40599
2360.68/2375.03	c #Conflicts:    2449000 | #Constraints:      41599
2360.68/2375.03	c #Conflicts:    2450000 | #Constraints:      42599
2360.68/2375.03	c #Conflicts:    2451000 | #Constraints:      43599
2360.68/2375.03	c #Conflicts:    2452000 | #Constraints:      44599
2360.68/2375.03	c #Conflicts:    2453000 | #Constraints:      45600
2360.68/2375.03	c #Conflicts:    2454000 | #Constraints:      46601
2360.68/2375.03	c #Conflicts:    2455000 | #Constraints:      47601
2360.68/2375.03	c #Conflicts:    2456000 | #Constraints:      48601
2360.68/2375.03	c #Conflicts:    2457000 | #Constraints:      49601
2360.68/2375.03	c #Conflicts:    2458000 | #Constraints:      50601
2360.68/2375.03	c #Conflicts:    2459000 | #Constraints:      51601
2360.68/2375.03	c #Conflicts:    2460000 | #Constraints:      52601
2360.68/2375.03	c #Conflicts:    2461000 | #Constraints:      53603
2360.68/2375.03	c #Conflicts:    2462000 | #Constraints:      54603
2360.68/2375.03	c #Conflicts:    2463000 | #Constraints:      55603
2360.68/2375.03	c #Conflicts:    2464000 | #Constraints:      56603
2360.68/2375.03	c #Conflicts:    2465000 | #Constraints:      57603
2360.68/2375.03	c #Conflicts:    2466000 | #Constraints:      58603
2360.68/2375.03	c #Conflicts:    2467000 | #Constraints:      59603
2360.68/2375.03	c #Conflicts:    2468000 | #Constraints:      60603
2360.68/2375.03	c #Conflicts:    2469000 | #Constraints:      61603
2360.68/2375.03	c #Conflicts:    2470000 | #Constraints:      62603
2360.68/2375.03	c #Conflicts:    2471000 | #Constraints:      63603
2360.68/2375.03	WSVECS04 Frhs2[7]: 6 0 1.00008 shouldn't be
2360.68/2375.03	WSVECS04 Frhs2[9]: 6 0 1.00004 shouldn't be
2360.68/2375.03	WSVECS04 Frhs2[11]: 6 -0.588282 0 shouldn't be
2360.68/2375.03	WSVECS04 Frhs2[17]: 6 -0.588308 0 shouldn't be
2360.68/2375.03	WSVECS04 Frhs2[23]: 6 -1.24027 0 shouldn't be
2360.68/2375.03	WSVECS04 Frhs2[30]: 6 -1.58832 0 shouldn't be
2360.68/2375.03	WSVECS04 Frhs2[39]: 6 0 1.00007 shouldn't be
2360.68/2375.03	WSVECS04 Frhs2[46]: 6 0 1.00005 shouldn't be
2360.68/2375.03	WSVECS04 Frhs2[48]: 6 -1.58833 0 shouldn't be
2360.68/2375.03	WSVECS04 Frhs2[50]: 6 0 1.00006 shouldn't be
2360.68/2375.03	WSVECS04 Frhs2[57]: 6 0 1.00009 shouldn't be
2360.68/2375.03	WSVECS04 Frhs2[62]: 6 -0.127211 0 shouldn't be
2360.68/2375.03	WSVECS04 Frhs2[86]: 6 0 1.00007 shouldn't be
2360.68/2375.03	WSVECS04 Frhs2[87]: 6 0 1.0001 shouldn't be
2360.68/2375.03	WSVECS04 Frhs2[95]: 6 -1.83539 0 shouldn't be
2365.50/2379.92	c #Conflicts:    2472000 | #Constraints:      64603
2365.50/2379.92	c #Conflicts:    2473000 | #Constraints:      65603
2365.50/2379.92	c #Conflicts:    2474000 | #Constraints:      66603
2365.50/2379.92	c #Conflicts:    2475000 | #Constraints:      67603
2365.50/2379.92	c INPROCESSING
2365.50/2379.92	c GARBAGE COLLECT
2365.50/2379.92	c rational objective -41.9574
2381.95/2396.40	c #Conflicts:    2476000 | #Constraints:      36185
2381.95/2396.40	c #Conflicts:    2477000 | #Constraints:      37185
2381.95/2396.40	c #Conflicts:    2478000 | #Constraints:      38185
2381.95/2396.40	c #Conflicts:    2479000 | #Constraints:      39185
2381.95/2396.40	c #Conflicts:    2480000 | #Constraints:      40185
2381.95/2396.40	c #Conflicts:    2481000 | #Constraints:      41188
2381.95/2396.40	c #Conflicts:    2482000 | #Constraints:      42197
2381.95/2396.40	c #Conflicts:    2483000 | #Constraints:      43202
2381.95/2396.40	c #Conflicts:    2484000 | #Constraints:      44208
2381.95/2396.40	c #Conflicts:    2485000 | #Constraints:      45212
2381.95/2396.40	c #Conflicts:    2486000 | #Constraints:      46216
2381.95/2396.40	c #Conflicts:    2487000 | #Constraints:      47217
2381.95/2396.40	c #Conflicts:    2488000 | #Constraints:      48218
2381.95/2396.40	c #Conflicts:    2489000 | #Constraints:      49218
2381.95/2396.40	c #Conflicts:    2490000 | #Constraints:      50218
2381.95/2396.40	c #Conflicts:    2491000 | #Constraints:      51224
2381.95/2396.40	c #Conflicts:    2492000 | #Constraints:      52227
2381.95/2396.40	c #Conflicts:    2493000 | #Constraints:      53231
2381.95/2396.40	c #Conflicts:    2494000 | #Constraints:      54231
2381.95/2396.40	c #Conflicts:    2495000 | #Constraints:      55235
2381.95/2396.40	c #Conflicts:    2496000 | #Constraints:      56239
2381.95/2396.40	c #Conflicts:    2497000 | #Constraints:      57242
2381.95/2396.40	c #Conflicts:    2498000 | #Constraints:      58242
2381.95/2396.40	c bounds -29 >= -80 @ 2354.29
2382.45/2396.99	WSVECS04 Frhs2[1]: 6 0 1.00003 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[3]: 6 0 1.00001 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[4]: 6 0 1.00007 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[5]: 6 0 1.00003 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[6]: 6 0 1.0001 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[7]: 6 0 1.00008 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[11]: 6 0 1.00006 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[12]: 6 0 1.00008 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[13]: 6 0 1.00007 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[14]: 6 0 1.00002 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[17]: 6 0 1.00003 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[18]: 6 0 1.00001 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[19]: 6 0 1.00009 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[20]: 6 0 1.00005 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[21]: 6 0 1.00007 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[25]: 6 0 1.00003 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[31]: 6 0 1.00009 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[32]: 6 0 1.00005 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[33]: 6 0 1.00006 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[34]: 6 0 1.00002 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[35]: 6 0 1.00003 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[37]: 6 0 1.00006 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[39]: 6 0 1.0001 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[40]: 6 0 1.00002 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[41]: 6 0 1.00005 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[42]: 6 0 1.00007 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[43]: 6 0 1.00003 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[44]: 6 0 1.00006 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[45]: 6 0 1.00007 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[48]: 6 0 1.00005 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[49]: 6 0 1.00009 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[50]: 6 0 1.00002 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[51]: 6 0 1.00006 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[52]: 6 0 1.00003 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[53]: 6 0 1.00007 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[56]: 6 0 1.00003 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[57]: 6 0 1.00007 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[58]: 6 0 1.00004 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[59]: 6 0 1.00009 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[60]: 6 0 1.00003 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[65]: 6 0 1.00001 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[72]: 6 0 1.00002 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[73]: 6 0 1.00004 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[74]: 6 0 1.00002 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[75]: 6 0 1.00001 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[79]: 6 0 1.00007 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[80]: 6 0 1.00007 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[81]: 6 0 1.00004 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[82]: 6 0 1.00009 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[83]: 6 0 1.00009 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[84]: 6 0 1.00004 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[85]: 6 0 1.00006 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[88]: 6 0 1.00006 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[89]: 6 0 1.00009 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[90]: 6 0 1.00009 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[91]: 6 0 1.00006 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[92]: 6 0 1.00007 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[95]: 6 0 1.00009 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[96]: 6 0 1.00004 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[97]: 6 0 1.00007 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[98]: 6 0 1.00002 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[101]: 6 0 1.00003 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[102]: 6 0 1.00005 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[103]: 6 0 1.00005 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[109]: 6 0 1.00002 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[114]: 6 0 1.00004 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[116]: 6 0 1.00002 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[117]: 6 0 1.00008 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[118]: 6 0 1.00005 shouldn't be
2382.45/2396.99	WSVECS04 Frhs2[119]: 6 0 1.00006 shouldn't be
2386.43/2400.92	c #Conflicts:    2499000 | #Constraints:      59243
2386.43/2400.92	c #Conflicts:    2500000 | #Constraints:      60243
2386.43/2400.92	c #Conflicts:    2501000 | #Constraints:      61243
2386.43/2400.92	c #Conflicts:    2502000 | #Constraints:      62243
2386.43/2400.92	c #Conflicts:    2503000 | #Constraints:      63243
2386.43/2400.92	WSVECS04 Frhs2[120]: 6 0 0.66672 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[128]: 6 0 0.78892 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[145]: 6 0 0.788948 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[162]: 6 0 0.788926 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[179]: 6 0 0.788932 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[196]: 6 0 0.788941 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[230]: 6 0 0.78893 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[247]: 6 0 0.788962 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[281]: 6 0 0.788941 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[298]: 6 0 0.788962 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[315]: 6 0 0.788913 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[332]: 6 0 0.788965 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[366]: 6 0 0.788922 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[383]: 6 0 0.788935 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[400]: 6 0 0.788977 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[402]: 6 0 0.911123 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[417]: 6 0 0.788982 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[434]: 6 0 0.788965 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[451]: 6 0 0.788943 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[485]: 6 0 0.788905 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[502]: 6 0 0.788979 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[519]: 6 0 0.788936 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[520]: 6 0 0.911134 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[553]: 6 0 0.12229 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[554]: 6 0 0.244527 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[555]: 6 0 0.244463 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[570]: 6 0 0.788926 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[587]: 6 0 0.788967 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[621]: 6 0 0.788914 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[655]: 6 0 0.122292 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[656]: 6 0 0.2445 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[657]: 6 0 0.244503 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[670]: 6 -3.12225 0 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[741]: 6 0 0.911169 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[824]: 6 -2.45559 0 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[843]: 6 0 0.45565 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[859]: 6 0 0.788946 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[860]: 6 0 0.911192 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[894]: 6 0 0.9112 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[910]: 6 0 0.788921 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[1393]: 6 0 0.788914 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[1394]: 6 0 0.66676 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[1395]: 6 0 0.544507 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[1591]: 6 0 0.788913 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[1735]: 6 0 0.788941 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[1736]: 6 0 0.666748 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[1737]: 6 0 0.544455 shouldn't be
2386.43/2400.92	WSVECS04 Frhs2[1772]: 6 0 0.122264 shouldn't be
2390.23/2404.79	c #Conflicts:    2504000 | #Constraints:      64243
2390.23/2404.79	c #Conflicts:    2505000 | #Constraints:      65243
2390.23/2404.79	c #Conflicts:    2506000 | #Constraints:      66243
2390.23/2404.79	c #Conflicts:    2507000 | #Constraints:      67243
2390.23/2404.79	c INPROCESSING
2390.23/2404.79	c GARBAGE COLLECT
2390.23/2404.79	c rational objective -41.9574
2391.42/2405.95	c #Conflicts:    2508000 | #Constraints:      36053
2391.42/2405.95	c bounds -30 >= -80 @ 2363.67
2405.68/2420.28	c #Conflicts:    2509000 | #Constraints:      37056
2405.68/2420.28	c #Conflicts:    2510000 | #Constraints:      38057
2405.68/2420.28	c #Conflicts:    2511000 | #Constraints:      39057
2405.68/2420.28	c #Conflicts:    2512000 | #Constraints:      40057
2405.68/2420.28	c #Conflicts:    2513000 | #Constraints:      41057
2405.68/2420.28	c #Conflicts:    2514000 | #Constraints:      42057
2405.68/2420.28	c #Conflicts:    2515000 | #Constraints:      43057
2405.68/2420.28	c #Conflicts:    2516000 | #Constraints:      44057
2405.68/2420.28	c #Conflicts:    2517000 | #Constraints:      45057
2405.68/2420.28	c #Conflicts:    2518000 | #Constraints:      46057
2405.68/2420.28	c #Conflicts:    2519000 | #Constraints:      47057
2405.68/2420.28	c #Conflicts:    2520000 | #Constraints:      48057
2405.68/2420.28	c #Conflicts:    2521000 | #Constraints:      49057
2405.68/2420.28	c #Conflicts:    2522000 | #Constraints:      50057
2405.68/2420.28	c #Conflicts:    2523000 | #Constraints:      51057
2405.68/2420.28	c #Conflicts:    2524000 | #Constraints:      52057
2405.68/2420.28	c #Conflicts:    2525000 | #Constraints:      53057
2405.68/2420.28	c #Conflicts:    2526000 | #Constraints:      54057
2405.68/2420.28	c #Conflicts:    2527000 | #Constraints:      55057
2405.68/2420.28	c #Conflicts:    2528000 | #Constraints:      56057
2405.68/2420.28	WSVECS04 Frhs2[23]: 6 -0.272738 0 shouldn't be
2405.68/2420.28	WSVECS04 Frhs2[40]: 6 -3.27277 0 shouldn't be
2405.68/2420.28	WSVECS04 Frhs2[62]: 6 -1.6364 0 shouldn't be
2447.01/2461.70	c #Conflicts:    2529000 | #Constraints:      57057
2447.01/2461.70	c #Conflicts:    2530000 | #Constraints:      58057
2447.01/2461.70	c #Conflicts:    2531000 | #Constraints:      59057
2447.01/2461.70	c #Conflicts:    2532000 | #Constraints:      60057
2447.01/2461.70	c #Conflicts:    2533000 | #Constraints:      61057
2447.01/2461.70	c #Conflicts:    2534000 | #Constraints:      62057
2447.01/2461.70	c #Conflicts:    2535000 | #Constraints:      63057
2447.01/2461.70	c #Conflicts:    2536000 | #Constraints:      64057
2447.01/2461.70	c #Conflicts:    2537000 | #Constraints:      65057
2447.01/2461.70	c #Conflicts:    2538000 | #Constraints:      66057
2447.01/2461.70	c #Conflicts:    2539000 | #Constraints:      67057
2447.01/2461.70	c #Conflicts:    2540000 | #Constraints:      68057
2447.01/2461.70	c #Conflicts:    2541000 | #Constraints:      69057
2447.01/2461.70	c #Conflicts:    2542000 | #Constraints:      70057
2447.01/2461.70	c #Conflicts:    2543000 | #Constraints:      71057
2447.01/2461.70	c #Conflicts:    2544000 | #Constraints:      72057
2447.01/2461.70	c #Conflicts:    2545000 | #Constraints:      73057
2447.01/2461.70	c #Conflicts:    2546000 | #Constraints:      74057
2447.01/2461.70	c #Conflicts:    2547000 | #Constraints:      75057
2447.01/2461.70	c #Conflicts:    2548000 | #Constraints:      76057
2447.01/2461.70	c #Conflicts:    2549000 | #Constraints:      77059
2447.01/2461.70	c #Conflicts:    2550000 | #Constraints:      78060
2447.01/2461.70	c #Conflicts:    2551000 | #Constraints:      79061
2447.01/2461.70	c #Conflicts:    2552000 | #Constraints:      80061
2447.01/2461.70	c #Conflicts:    2553000 | #Constraints:      81061
2447.01/2461.70	c #Conflicts:    2554000 | #Constraints:      82061
2447.01/2461.70	c #Conflicts:    2555000 | #Constraints:      83061
2447.01/2461.70	c #Conflicts:    2556000 | #Constraints:      84061
2447.01/2461.70	c #Conflicts:    2557000 | #Constraints:      85061
2447.01/2461.70	c #Conflicts:    2558000 | #Constraints:      86061
2447.01/2461.70	c #Conflicts:    2559000 | #Constraints:      87061
2447.01/2461.70	c #Conflicts:    2560000 | #Constraints:      88061
2447.01/2461.70	c #Conflicts:    2561000 | #Constraints:      89061
2447.01/2461.70	c #Conflicts:    2562000 | #Constraints:      90062
2447.01/2461.70	c #Conflicts:    2563000 | #Constraints:      91064
2447.01/2461.70	c #Conflicts:    2564000 | #Constraints:      92064
2447.01/2461.70	c #Conflicts:    2565000 | #Constraints:      93064
2447.01/2461.70	c #Conflicts:    2566000 | #Constraints:      94064
2447.01/2461.70	c #Conflicts:    2567000 | #Constraints:      95064
2447.01/2461.70	c #Conflicts:    2568000 | #Constraints:      96064
2447.01/2461.70	c #Conflicts:    2569000 | #Constraints:      97064
2447.01/2461.70	c #Conflicts:    2570000 | #Constraints:      98064
2447.01/2461.70	c #Conflicts:    2571000 | #Constraints:      99064
2447.01/2461.70	c #Conflicts:    2572000 | #Constraints:     100064
2447.01/2461.70	c #Conflicts:    2573000 | #Constraints:     101064
2447.01/2461.70	WSVECS04 Frhs2[73]: 6 -1.66669 0 shouldn't be
2447.71/2462.43	WSVECS04 Frhs2[9]: 6 0 1.00002 shouldn't be
2447.71/2462.43	WSVECS04 Frhs2[72]: 6 0 1.0001 shouldn't be
2465.76/2480.50	c #Conflicts:    2574000 | #Constraints:     102064
2465.76/2480.50	c #Conflicts:    2575000 | #Constraints:     103064
2465.76/2480.50	c #Conflicts:    2576000 | #Constraints:     104064
2465.76/2480.50	c #Conflicts:    2577000 | #Constraints:     105064
2465.76/2480.50	c #Conflicts:    2578000 | #Constraints:     106064
2465.76/2480.50	c #Conflicts:    2579000 | #Constraints:     107064
2465.76/2480.50	c #Conflicts:    2580000 | #Constraints:     108064
2465.76/2480.50	c #Conflicts:    2581000 | #Constraints:     109065
2465.76/2480.50	c #Conflicts:    2582000 | #Constraints:     110065
2465.76/2480.50	c #Conflicts:    2583000 | #Constraints:     111065
2465.76/2480.50	c #Conflicts:    2584000 | #Constraints:     112065
2465.76/2480.50	c #Conflicts:    2585000 | #Constraints:     113065
2465.76/2480.50	c #Conflicts:    2586000 | #Constraints:     114065
2465.76/2480.50	c #Conflicts:    2587000 | #Constraints:     115065
2465.76/2480.50	c #Conflicts:    2588000 | #Constraints:     116065
2465.76/2480.50	c #Conflicts:    2589000 | #Constraints:     117065
2465.76/2480.50	c #Conflicts:    2590000 | #Constraints:     118065
2465.76/2480.50	c #Conflicts:    2591000 | #Constraints:     119065
2465.76/2480.50	WSVECS04 Frhs2[39]: 6 -0.76689 0 shouldn't be
2465.76/2480.50	WSVECS04 Frhs2[86]: 6 -2.02123 0 shouldn't be
2489.97/2504.87	c #Conflicts:    2592000 | #Constraints:     120065
2489.97/2504.87	c #Conflicts:    2593000 | #Constraints:     121065
2489.97/2504.87	c #Conflicts:    2594000 | #Constraints:     122065
2489.97/2504.87	c #Conflicts:    2595000 | #Constraints:     123065
2489.97/2504.87	c #Conflicts:    2596000 | #Constraints:     124065
2489.97/2504.87	c #Conflicts:    2597000 | #Constraints:     125065
2489.97/2504.87	c #Conflicts:    2598000 | #Constraints:     126065
2489.97/2504.87	c #Conflicts:    2599000 | #Constraints:     127065
2489.97/2504.87	c #Conflicts:    2600000 | #Constraints:     128065
2489.97/2504.87	c #Conflicts:    2601000 | #Constraints:     129065
2489.97/2504.87	c #Conflicts:    2602000 | #Constraints:     130066
2489.97/2504.87	c #Conflicts:    2603000 | #Constraints:     131066
2489.97/2504.87	c #Conflicts:    2604000 | #Constraints:     132066
2489.97/2504.87	c #Conflicts:    2605000 | #Constraints:     133066
2489.97/2504.87	c #Conflicts:    2606000 | #Constraints:     134066
2489.97/2504.87	c #Conflicts:    2607000 | #Constraints:     135066
2489.97/2504.87	c #Conflicts:    2608000 | #Constraints:     136066
2489.97/2504.87	c #Conflicts:    2609000 | #Constraints:     137066
2489.97/2504.87	c #Conflicts:    2610000 | #Constraints:     138066
2489.97/2504.87	c #Conflicts:    2611000 | #Constraints:     139066
2489.97/2504.87	c #Conflicts:    2612000 | #Constraints:     140066
2489.97/2504.87	c #Conflicts:    2613000 | #Constraints:     141066
2489.97/2504.87	WSVECS04 Frhs2[47]: 6 -0.833406 0 shouldn't be
2489.97/2504.87	WSVECS04 Frhs2[55]: 6 0 1.16673 shouldn't be
2489.97/2504.87	WSVECS04 Frhs2[86]: 6 -1.8334 0 shouldn't be
2489.97/2504.87	WSVECS04 Frhs2[108]: 6 -1.8334 0 shouldn't be
2490.67/2505.57	WSVECS04 Frhs2[89]: 6 0 1.00007 shouldn't be
2491.37/2506.27	WSVECS04 Frhs2[977]: 6 0 0.166685 shouldn't be
2491.37/2506.27	WSVECS04 Frhs2[985]: 6 0 0.16671 shouldn't be
2491.37/2506.27	WSVECS04 Frhs2[1099]: 6 0 0.166756 shouldn't be
2491.37/2506.27	WSVECS04 Frhs2[1102]: 6 0 0.166689 shouldn't be
2491.37/2506.27	WSVECS04 Frhs2[1110]: 6 0 0.166726 shouldn't be
2491.37/2506.27	WSVECS04 Frhs2[1228]: 6 0 0.0847308 shouldn't be
2491.37/2506.27	WSVECS04 Frhs2[1229]: 6 0 0.0847585 shouldn't be
2491.37/2506.27	WSVECS04 Frhs2[1232]: 6 0 0.0847408 shouldn't be
2491.37/2506.27	WSVECS04 Frhs2[1260]: 6 0 0.16672 shouldn't be
2491.37/2506.27	WSVECS04 Frhs2[1261]: 6 0 0.166738 shouldn't be
2491.37/2506.27	WSVECS04 Frhs2[1262]: 6 0 0.166749 shouldn't be
2491.37/2506.27	WSVECS04 Frhs2[1268]: 6 0 0.166692 shouldn't be
2491.37/2506.27	WSVECS04 Frhs2[1272]: 6 0 0.16674 shouldn't be
2492.07/2506.92	WSVECS04 Frhs2[972]: 6 0 0.166697 shouldn't be
2492.07/2506.92	WSVECS04 Frhs2[974]: 6 0 0.166694 shouldn't be
2492.07/2506.92	WSVECS04 Frhs2[979]: 6 0 0.166682 shouldn't be
2492.07/2506.92	WSVECS04 Frhs2[982]: 6 0 0.166741 shouldn't be
2492.07/2506.92	WSVECS04 Frhs2[989]: 6 0 0.166716 shouldn't be
2492.07/2506.92	WSVECS04 Frhs2[1111]: 6 0 0.166714 shouldn't be
2492.07/2506.92	WSVECS04 Frhs2[1114]: 6 0 0.166694 shouldn't be
2492.07/2506.92	WSVECS04 Frhs2[1230]: 6 0 0.0847827 shouldn't be
2492.07/2506.92	WSVECS04 Frhs2[1231]: 6 0 0.08476 shouldn't be
2492.07/2506.92	WSVECS04 Frhs2[1265]: 6 0 0.166737 shouldn't be
2492.07/2506.92	WSVECS04 Frhs2[1267]: 6 0 0.166699 shouldn't be
2492.07/2506.92	WSVECS04 Frhs2[1274]: 6 0 0.166747 shouldn't be
2492.66/2507.55	WSVECS04 Frhs2[973]: 6 0 0.166705 shouldn't be
2492.66/2507.55	WSVECS04 Frhs2[980]: 6 0 0.166764 shouldn't be
2492.66/2507.55	WSVECS04 Frhs2[986]: 6 0 0.166762 shouldn't be
2492.66/2507.55	WSVECS04 Frhs2[988]: 6 0 0.166718 shouldn't be
2492.66/2507.55	WSVECS04 Frhs2[1098]: 6 0 0.166747 shouldn't be
2492.66/2507.55	WSVECS04 Frhs2[1105]: 6 0 0.166742 shouldn't be
2492.66/2507.55	WSVECS04 Frhs2[1106]: 6 0 0.166728 shouldn't be
2492.66/2507.55	WSVECS04 Frhs2[1234]: 6 0 0.0847119 shouldn't be
2492.66/2507.55	WSVECS04 Frhs2[1273]: 6 0 0.166689 shouldn't be
2492.66/2507.55	WSVECS04 Frhs2[1277]: 6 0 0.166722 shouldn't be
2493.67/2508.58	WSVECS04 Frhs2[976]: 6 0 0.166726 shouldn't be
2494.66/2509.58	WSVECS04 Frhs2[1100]: 6 0 0.166717 shouldn't be
2494.66/2509.58	WSVECS04 Frhs2[1227]: 6 0 0.0847633 shouldn't be
2494.66/2509.58	WSVECS04 Frhs2[1270]: 6 0 0.166698 shouldn't be
2495.45/2510.34	WSVECS04 Frhs2[32]: 6 0 1.00009 shouldn't be
2495.45/2510.34	WSVECS04 Frhs2[115]: 6 0 1.00006 shouldn't be
2495.45/2510.34	WSVECS04 Frhs2[116]: 6 0 1.00006 shouldn't be
2495.45/2510.34	WSVECS04 Frhs2[1233]: 6 0 0.0847419 shouldn't be
2495.45/2510.34	WSVECS04 Frhs2[1264]: 6 0 0.166736 shouldn't be
2515.30/2530.27	c #Conflicts:    2614000 | #Constraints:     142066
2515.30/2530.27	c #Conflicts:    2615000 | #Constraints:     143066
2515.30/2530.27	c #Conflicts:    2616000 | #Constraints:     144066
2515.30/2530.27	c #Conflicts:    2617000 | #Constraints:     145066
2515.30/2530.27	c #Conflicts:    2618000 | #Constraints:     146066
2515.30/2530.27	c #Conflicts:    2619000 | #Constraints:     147066
2515.30/2530.27	c #Conflicts:    2620000 | #Constraints:     148066
2515.30/2530.27	c #Conflicts:    2621000 | #Constraints:     149066
2515.30/2530.27	c #Conflicts:    2622000 | #Constraints:     150066
2515.30/2530.27	c #Conflicts:    2623000 | #Constraints:     151066
2515.30/2530.27	c #Conflicts:    2624000 | #Constraints:     152066
2515.30/2530.27	c #Conflicts:    2625000 | #Constraints:     153066
2515.30/2530.27	c #Conflicts:    2626000 | #Constraints:     154066
2515.30/2530.27	c #Conflicts:    2627000 | #Constraints:     155066
2515.30/2530.27	c #Conflicts:    2628000 | #Constraints:     156066
2515.30/2530.27	c #Conflicts:    2629000 | #Constraints:     157066
2515.30/2530.27	c #Conflicts:    2630000 | #Constraints:     158066
2515.30/2530.27	c #Conflicts:    2631000 | #Constraints:     159066
2515.30/2530.27	c #Conflicts:    2632000 | #Constraints:     160066
2515.30/2530.27	c #Conflicts:    2633000 | #Constraints:     161066
2515.30/2530.27	WSVECS04 Frhs2[356]: 6 0 0.014503 shouldn't be
2515.30/2530.27	WSVECS04 Frhs2[1030]: 6 0 0.0842474 shouldn't be
2515.30/2530.27	WSVECS04 Frhs2[1537]: 6 0 0.180342 shouldn't be
2515.30/2530.27	WSVECS04 Frhs2[1545]: 6 0 0.0153399 shouldn't be
2515.30/2530.27	WSVECS04 Frhs2[1547]: 6 0 0.176939 shouldn't be
2515.30/2530.27	WSVECS04 Frhs2[1657]: 6 0 0.176925 shouldn't be
2515.30/2530.27	WSVECS04 Frhs2[1661]: 6 0 0.176935 shouldn't be
2515.30/2530.27	WSVECS04 Frhs2[1664]: 6 0 0.176929 shouldn't be
2515.30/2530.27	WSVECS04 Frhs2[1666]: 6 0 0.205824 shouldn't be
2515.30/2530.27	WSVECS04 Frhs2[1668]: 6 0 0.176885 shouldn't be
2515.30/2530.27	WSVECS04 Frhs2[1671]: 6 0 0.205807 shouldn't be
2515.30/2530.27	WSVECS04 Frhs2[1672]: 6 0 0.180352 shouldn't be
2516.01/2530.91	WSVECS04 Frhs2[1]: 6 0 1.0001 shouldn't be
2516.01/2530.91	WSVECS04 Frhs2[43]: 6 0 1.00006 shouldn't be
2516.01/2530.91	WSVECS04 Frhs2[50]: 6 0 1.00009 shouldn't be
2517.11/2532.06	WSVECS04 Frhs2[1040]: 6 0 0.214875 shouldn't be
2517.11/2532.06	WSVECS04 Frhs2[1533]: 6 0 0.205808 shouldn't be
2558.65/2573.77	c #Conflicts:    2634000 | #Constraints:     162067
2558.65/2573.77	c #Conflicts:    2635000 | #Constraints:     163067
2558.65/2573.77	c #Conflicts:    2636000 | #Constraints:     164067
2558.65/2573.77	c #Conflicts:    2637000 | #Constraints:     165067
2558.65/2573.77	c #Conflicts:    2638000 | #Constraints:     166067
2558.65/2573.77	c #Conflicts:    2639000 | #Constraints:     167067
2558.65/2573.77	c #Conflicts:    2640000 | #Constraints:     168067
2558.65/2573.77	c #Conflicts:    2641000 | #Constraints:     169067
2558.65/2573.77	c #Conflicts:    2642000 | #Constraints:     170067
2558.65/2573.77	c #Conflicts:    2643000 | #Constraints:     171069
2558.65/2573.77	c #Conflicts:    2644000 | #Constraints:     172069
2558.65/2573.77	c #Conflicts:    2645000 | #Constraints:     173071
2558.65/2573.77	c #Conflicts:    2646000 | #Constraints:     174072
2558.65/2573.77	c #Conflicts:    2647000 | #Constraints:     175072
2558.65/2573.77	c #Conflicts:    2648000 | #Constraints:     176073
2558.65/2573.77	c #Conflicts:    2649000 | #Constraints:     177074
2558.65/2573.77	c #Conflicts:    2650000 | #Constraints:     178074
2558.65/2573.77	c #Conflicts:    2651000 | #Constraints:     179074
2558.65/2573.77	c #Conflicts:    2652000 | #Constraints:     180074
2558.65/2573.77	c #Conflicts:    2653000 | #Constraints:     181074
2558.65/2573.77	c #Conflicts:    2654000 | #Constraints:     182074
2558.65/2573.77	c #Conflicts:    2655000 | #Constraints:     183074
2558.65/2573.77	c #Conflicts:    2656000 | #Constraints:     184074
2558.65/2573.77	c #Conflicts:    2657000 | #Constraints:     185074
2558.65/2573.77	c #Conflicts:    2658000 | #Constraints:     186074
2558.65/2573.77	c #Conflicts:    2659000 | #Constraints:     187074
2558.65/2573.77	c #Conflicts:    2660000 | #Constraints:     188074
2558.65/2573.77	c #Conflicts:    2661000 | #Constraints:     189074
2558.65/2573.77	c #Conflicts:    2662000 | #Constraints:     190074
2558.65/2573.77	c #Conflicts:    2663000 | #Constraints:     191074
2558.65/2573.77	c INPROCESSING
2558.65/2573.77	c GARBAGE COLLECT
2558.65/2573.77	c rational objective -41.9574
2571.81/2586.95	c #Conflicts:    2664000 | #Constraints:      97833
2571.81/2586.95	c #Conflicts:    2665000 | #Constraints:      98833
2571.81/2586.95	c #Conflicts:    2666000 | #Constraints:      99836
2571.81/2586.95	c #Conflicts:    2667000 | #Constraints:     100842
2571.81/2586.95	c #Conflicts:    2668000 | #Constraints:     101845
2571.81/2586.95	c #Conflicts:    2669000 | #Constraints:     102849
2571.81/2586.95	c #Conflicts:    2670000 | #Constraints:     103852
2571.81/2586.95	c #Conflicts:    2671000 | #Constraints:     104852
2571.81/2586.95	c #Conflicts:    2672000 | #Constraints:     105852
2571.81/2586.95	c #Conflicts:    2673000 | #Constraints:     106852
2571.81/2586.95	c #Conflicts:    2674000 | #Constraints:     107852
2571.81/2586.95	c #Conflicts:    2675000 | #Constraints:     108852
2571.81/2586.95	c #Conflicts:    2676000 | #Constraints:     109852
2571.81/2586.95	c #Conflicts:    2677000 | #Constraints:     110852
2571.81/2586.95	WSVECS04 Frhs2[247]: 6 0 0.0363473 shouldn't be
2571.81/2586.95	WSVECS04 Frhs2[265]: 6 0 0.286961 shouldn't be
2571.81/2586.95	WSVECS04 Frhs2[438]: 6 0 0.0656112 shouldn't be
2571.81/2586.95	WSVECS04 Frhs2[574]: 6 0 0.0656463 shouldn't be
2571.81/2586.95	WSVECS04 Frhs2[676]: 6 0 0.196744 shouldn't be
2571.81/2586.95	WSVECS04 Frhs2[693]: 6 0 0.065623 shouldn't be
2571.81/2586.95	WSVECS04 Frhs2[859]: 6 0 0.0509029 shouldn't be
2571.81/2586.95	WSVECS04 Frhs2[876]: 6 0 0.220367 shouldn't be
2571.81/2586.95	WSVECS04 Frhs2[1434]: 6 0 0.426318 shouldn't be
2571.81/2586.95	WSVECS04 Frhs2[1560]: 6 0 0.262332 shouldn't be
2607.06/2622.31	c #Conflicts:    2678000 | #Constraints:     111852
2607.06/2622.31	c #Conflicts:    2679000 | #Constraints:     112852
2607.06/2622.31	c #Conflicts:    2680000 | #Constraints:     113855
2607.06/2622.31	c #Conflicts:    2681000 | #Constraints:     114857
2607.06/2622.31	c #Conflicts:    2682000 | #Constraints:     115858
2607.06/2622.31	c #Conflicts:    2683000 | #Constraints:     116860
2607.06/2622.31	c #Conflicts:    2684000 | #Constraints:     117860
2607.06/2622.31	c #Conflicts:    2685000 | #Constraints:     118860
2607.06/2622.31	c #Conflicts:    2686000 | #Constraints:     119862
2607.06/2622.31	c #Conflicts:    2687000 | #Constraints:     120862
2607.06/2622.31	c #Conflicts:    2688000 | #Constraints:     121862
2607.06/2622.31	c #Conflicts:    2689000 | #Constraints:     122863
2607.06/2622.31	c #Conflicts:    2690000 | #Constraints:     123863
2607.06/2622.31	c #Conflicts:    2691000 | #Constraints:     124865
2607.06/2622.31	c #Conflicts:    2692000 | #Constraints:     125865
2607.06/2622.31	c #Conflicts:    2693000 | #Constraints:     126865
2607.06/2622.31	c #Conflicts:    2694000 | #Constraints:     127865
2607.06/2622.31	c #Conflicts:    2695000 | #Constraints:     128867
2607.06/2622.31	c #Conflicts:    2696000 | #Constraints:     129870
2607.06/2622.31	c INPROCESSING
2607.06/2622.31	c GARBAGE COLLECT
2607.06/2622.31	c rational objective -41.9574
2648.42/2663.90	c #Conflicts:    2697000 | #Constraints:      67290
2648.42/2663.90	c #Conflicts:    2698000 | #Constraints:      68291
2648.42/2663.90	c #Conflicts:    2699000 | #Constraints:      69291
2648.42/2663.90	c #Conflicts:    2700000 | #Constraints:      70291
2648.42/2663.90	c #Conflicts:    2701000 | #Constraints:      71294
2648.42/2663.90	c #Conflicts:    2702000 | #Constraints:      72297
2648.42/2663.90	c #Conflicts:    2703000 | #Constraints:      73300
2648.42/2663.90	c #Conflicts:    2704000 | #Constraints:      74304
2648.42/2663.90	c #Conflicts:    2705000 | #Constraints:      75306
2648.42/2663.90	c #Conflicts:    2706000 | #Constraints:      76311
2648.42/2663.90	c #Conflicts:    2707000 | #Constraints:      77311
2648.42/2663.90	c #Conflicts:    2708000 | #Constraints:      78311
2648.42/2663.90	c #Conflicts:    2709000 | #Constraints:      79311
2648.42/2663.90	c #Conflicts:    2710000 | #Constraints:      80315
2648.42/2663.90	c #Conflicts:    2711000 | #Constraints:      81320
2648.42/2663.90	c #Conflicts:    2712000 | #Constraints:      82320
2648.42/2663.90	c #Conflicts:    2713000 | #Constraints:      83320
2648.42/2663.90	c #Conflicts:    2714000 | #Constraints:      84321
2648.42/2663.90	c #Conflicts:    2715000 | #Constraints:      85325
2648.42/2663.90	c #Conflicts:    2716000 | #Constraints:      86327
2648.42/2663.90	c #Conflicts:    2717000 | #Constraints:      87330
2648.42/2663.90	c #Conflicts:    2718000 | #Constraints:      88330
2648.42/2663.90	c #Conflicts:    2719000 | #Constraints:      89330
2648.42/2663.90	c #Conflicts:    2720000 | #Constraints:      90331
2648.42/2663.90	c #Conflicts:    2721000 | #Constraints:      91334
2648.42/2663.90	c #Conflicts:    2722000 | #Constraints:      92336
2648.42/2663.90	c #Conflicts:    2723000 | #Constraints:      93336
2648.42/2663.90	c #Conflicts:    2724000 | #Constraints:      94340
2648.42/2663.90	c #Conflicts:    2725000 | #Constraints:      95340
2648.42/2663.90	c #Conflicts:    2726000 | #Constraints:      96340
2648.42/2663.90	c #Conflicts:    2727000 | #Constraints:      97340
2648.42/2663.90	c #Conflicts:    2728000 | #Constraints:      98346
2648.42/2663.90	c #Conflicts:    2729000 | #Constraints:      99352
2648.42/2663.90	c #Conflicts:    2730000 | #Constraints:     100356
2648.42/2663.90	c INPROCESSING
2648.42/2663.90	c GARBAGE COLLECT
2648.42/2663.90	c rational objective -41.9574
2699.29/2715.10	c #Conflicts:    2731000 | #Constraints:      52841
2699.29/2715.10	c #Conflicts:    2732000 | #Constraints:      53841
2699.29/2715.10	c #Conflicts:    2733000 | #Constraints:      54843
2699.29/2715.10	c #Conflicts:    2734000 | #Constraints:      55850
2699.29/2715.10	c #Conflicts:    2735000 | #Constraints:      56853
2699.29/2715.10	c #Conflicts:    2736000 | #Constraints:      57857
2699.29/2715.10	c #Conflicts:    2737000 | #Constraints:      58857
2699.29/2715.10	c #Conflicts:    2738000 | #Constraints:      59860
2699.29/2715.10	c #Conflicts:    2739000 | #Constraints:      60860
2699.29/2715.10	c #Conflicts:    2740000 | #Constraints:      61863
2699.29/2715.10	c #Conflicts:    2741000 | #Constraints:      62866
2699.29/2715.10	c #Conflicts:    2742000 | #Constraints:      63868
2699.29/2715.10	c #Conflicts:    2743000 | #Constraints:      64870
2699.29/2715.10	c #Conflicts:    2744000 | #Constraints:      65874
2699.29/2715.10	c #Conflicts:    2745000 | #Constraints:      66874
2699.29/2715.10	c #Conflicts:    2746000 | #Constraints:      67875
2699.29/2715.10	c #Conflicts:    2747000 | #Constraints:      68875
2699.29/2715.10	c #Conflicts:    2748000 | #Constraints:      69875
2699.29/2715.10	c #Conflicts:    2749000 | #Constraints:      70877
2699.29/2715.10	c #Conflicts:    2750000 | #Constraints:      71880
2699.29/2715.10	c #Conflicts:    2751000 | #Constraints:      72881
2699.29/2715.10	c #Conflicts:    2752000 | #Constraints:      73881
2699.29/2715.10	c #Conflicts:    2753000 | #Constraints:      74882
2699.29/2715.10	c #Conflicts:    2754000 | #Constraints:      75884
2699.29/2715.10	c #Conflicts:    2755000 | #Constraints:      76888
2699.29/2715.10	c #Conflicts:    2756000 | #Constraints:      77893
2699.29/2715.10	c #Conflicts:    2757000 | #Constraints:      78897
2699.29/2715.10	c #Conflicts:    2758000 | #Constraints:      79898
2699.29/2715.10	c #Conflicts:    2759000 | #Constraints:      80898
2699.29/2715.10	c #Conflicts:    2760000 | #Constraints:      81898
2699.29/2715.10	c #Conflicts:    2761000 | #Constraints:      82903
2699.29/2715.10	c #Conflicts:    2762000 | #Constraints:      83906
2699.29/2715.10	c #Conflicts:    2763000 | #Constraints:      84906
2699.29/2715.10	c INPROCESSING
2699.29/2715.10	c GARBAGE COLLECT
2699.29/2715.10	c rational objective -41.9574
2703.67/2719.45	c #Conflicts:    2764000 | #Constraints:      44777
2703.67/2719.45	c #Conflicts:    2765000 | #Constraints:      45777
2703.67/2719.45	c #Conflicts:    2766000 | #Constraints:      46777
2703.67/2719.45	c #Conflicts:    2767000 | #Constraints:      47777
2703.67/2719.45	c #Conflicts:    2768000 | #Constraints:      48777
2703.67/2719.45	WSVECS04 Frhs2[7]: 6 0 1.00009 shouldn't be
2703.67/2719.45	WSVECS04 Frhs2[8]: 6 0 1.00008 shouldn't be
2703.67/2719.45	WSVECS04 Frhs2[14]: 6 0 1.00002 shouldn't be
2703.67/2719.45	WSVECS04 Frhs2[15]: 6 0 1.00002 shouldn't be
2703.67/2719.45	WSVECS04 Frhs2[32]: 6 0 1.00006 shouldn't be
2703.67/2719.45	WSVECS04 Frhs2[45]: 6 0 1.00005 shouldn't be
2703.67/2719.45	WSVECS04 Frhs2[46]: 6 0 1.00005 shouldn't be
2703.67/2719.45	WSVECS04 Frhs2[47]: 6 0 1.00006 shouldn't be
2703.67/2719.45	WSVECS04 Frhs2[52]: 6 0 1.00009 shouldn't be
2703.67/2719.45	WSVECS04 Frhs2[53]: 6 0 1.00008 shouldn't be
2703.67/2719.45	WSVECS04 Frhs2[59]: 6 -3.91673 0 shouldn't be
2703.67/2719.45	WSVECS04 Frhs2[74]: 6 0 1.00008 shouldn't be
2703.67/2719.45	WSVECS04 Frhs2[86]: 6 -3.91668 0 shouldn't be
2703.67/2719.45	WSVECS04 Frhs2[91]: 6 0 1.00005 shouldn't be
2703.67/2719.45	WSVECS04 Frhs2[92]: 6 0 1.00002 shouldn't be
2703.67/2719.45	WSVECS04 Frhs2[93]: 6 0 1.00006 shouldn't be
2703.67/2719.45	WSVECS04 Frhs2[110]: 6 0 1.33341 shouldn't be
2703.67/2719.45	WSVECS04 Frhs2[117]: 6 0 1.0001 shouldn't be
2731.76/2747.64	c #Conflicts:    2769000 | #Constraints:      49777
2731.76/2747.64	c #Conflicts:    2770000 | #Constraints:      50777
2731.76/2747.64	c #Conflicts:    2771000 | #Constraints:      51777
2731.76/2747.64	c #Conflicts:    2772000 | #Constraints:      52777
2731.76/2747.64	c #Conflicts:    2773000 | #Constraints:      53777
2731.76/2747.64	c #Conflicts:    2774000 | #Constraints:      54777
2731.76/2747.64	c #Conflicts:    2775000 | #Constraints:      55777
2731.76/2747.64	c #Conflicts:    2776000 | #Constraints:      56777
2731.76/2747.64	c #Conflicts:    2777000 | #Constraints:      57777
2731.76/2747.64	c #Conflicts:    2778000 | #Constraints:      58777
2731.76/2747.64	c #Conflicts:    2779000 | #Constraints:      59777
2731.76/2747.64	c #Conflicts:    2780000 | #Constraints:      60780
2731.76/2747.64	c #Conflicts:    2781000 | #Constraints:      61782
2731.76/2747.64	c #Conflicts:    2782000 | #Constraints:      62782
2731.76/2747.64	c #Conflicts:    2783000 | #Constraints:      63784
2731.76/2747.64	c #Conflicts:    2784000 | #Constraints:      64784
2731.76/2747.64	c #Conflicts:    2785000 | #Constraints:      65785
2731.76/2747.64	c #Conflicts:    2786000 | #Constraints:      66785
2731.76/2747.64	c #Conflicts:    2787000 | #Constraints:      67785
2731.76/2747.64	c #Conflicts:    2788000 | #Constraints:      68785
2731.76/2747.64	c #Conflicts:    2789000 | #Constraints:      69785
2731.76/2747.64	c #Conflicts:    2790000 | #Constraints:      70785
2731.76/2747.64	c #Conflicts:    2791000 | #Constraints:      71785
2731.76/2747.64	c #Conflicts:    2792000 | #Constraints:      72785
2731.76/2747.64	c #Conflicts:    2793000 | #Constraints:      73785
2731.76/2747.64	c #Conflicts:    2794000 | #Constraints:      74785
2731.76/2747.64	c #Conflicts:    2795000 | #Constraints:      75785
2731.76/2747.64	c #Conflicts:    2796000 | #Constraints:      76785
2731.76/2747.64	c #Conflicts:    2797000 | #Constraints:      77786
2731.76/2747.64	c INPROCESSING
2731.76/2747.64	c GARBAGE COLLECT
2731.76/2747.64	c rational objective -41.9574
2740.84/2756.76	c #Conflicts:    2798000 | #Constraints:      41177
2740.84/2756.76	c #Conflicts:    2799000 | #Constraints:      42177
2740.84/2756.76	c #Conflicts:    2800000 | #Constraints:      43177
2740.84/2756.76	c #Conflicts:    2801000 | #Constraints:      44177
2740.84/2756.76	c #Conflicts:    2802000 | #Constraints:      45177
2740.84/2756.76	c #Conflicts:    2803000 | #Constraints:      46177
2740.84/2756.76	c #Conflicts:    2804000 | #Constraints:      47177
2740.84/2756.76	c #Conflicts:    2805000 | #Constraints:      48177
2740.84/2756.76	c #Conflicts:    2806000 | #Constraints:      49177
2740.84/2756.76	c #Conflicts:    2807000 | #Constraints:      50177
2740.84/2756.76	c #Conflicts:    2808000 | #Constraints:      51177
2740.84/2756.76	WSVECS04 Frhs2[48]: 6 -0.0583309 0 shouldn't be
2740.84/2756.76	WSVECS04 Frhs2[49]: 6 -0.653407 0 shouldn't be
2740.84/2756.76	WSVECS04 Frhs2[57]: 6 0 0.501797 shouldn't be
2740.84/2756.76	WSVECS04 Frhs2[62]: 6 0 0.384833 shouldn't be
2740.84/2756.76	WSVECS04 Frhs2[1155]: 6 0 0.0441291 shouldn't be
2740.84/2756.76	WSVECS04 Frhs2[1160]: 6 0 0.000138614 shouldn't be
2741.93/2757.87	WSVECS04 Frhs2[561]: 6 0 9.04874e-05 shouldn't be
2741.93/2757.87	WSVECS04 Frhs2[1158]: 6 0 0.00664598 shouldn't be
2741.93/2757.87	WSVECS04 Frhs2[1162]: 6 0 0.0066634 shouldn't be
2741.93/2757.87	WSVECS04 Frhs2[1186]: 6 0 0.00618298 shouldn't be
2742.33/2758.25	WSVECS04 Frhs2[1166]: 6 0 0.0247188 shouldn't be
2742.33/2758.25	WSVECS04 Frhs2[1167]: 6 0 0.152863 shouldn't be
2742.33/2758.25	WSVECS04 Frhs2[1173]: 6 0 0.0593396 shouldn't be
2748.10/2764.01	c #Conflicts:    2809000 | #Constraints:      52177
2748.10/2764.01	c #Conflicts:    2810000 | #Constraints:      53177
2748.10/2764.01	c #Conflicts:    2811000 | #Constraints:      54177
2748.10/2764.01	c #Conflicts:    2812000 | #Constraints:      55177
2748.10/2764.01	c #Conflicts:    2813000 | #Constraints:      56177
2748.10/2764.01	c #Conflicts:    2814000 | #Constraints:      57177
2748.10/2764.01	c #Conflicts:    2815000 | #Constraints:      58177
2748.10/2764.01	c #Conflicts:    2816000 | #Constraints:      59177
2748.10/2764.01	c #Conflicts:    2817000 | #Constraints:      60177
2748.10/2764.01	c #Conflicts:    2818000 | #Constraints:      61177
2748.10/2764.01	WSVECS04 Frhs2[8]: 6 -0.00906091 0 shouldn't be
2748.10/2764.01	WSVECS04 Frhs2[17]: 6 -5.16225 0 shouldn't be
2748.10/2764.01	WSVECS04 Frhs2[40]: 6 0 0.00548439 shouldn't be
2748.10/2764.01	WSVECS04 Frhs2[63]: 6 -2.00904 0 shouldn't be
2748.10/2764.01	WSVECS04 Frhs2[80]: 6 0 0.0847684 shouldn't be
2748.10/2764.01	WSVECS04 Frhs2[86]: 6 -2.0091 0 shouldn't be
2748.10/2764.01	WSVECS04 Frhs2[88]: 6 0 0.169447 shouldn't be
2748.10/2764.01	WSVECS04 Frhs2[94]: 6 -0.00907126 0 shouldn't be
2748.10/2764.01	WSVECS04 Frhs2[101]: 6 -2.00908 0 shouldn't be
2754.78/2770.78	c #Conflicts:    2819000 | #Constraints:      62177
2754.78/2770.78	c #Conflicts:    2820000 | #Constraints:      63177
2754.78/2770.78	c #Conflicts:    2821000 | #Constraints:      64177
2754.78/2770.78	c #Conflicts:    2822000 | #Constraints:      65177
2754.78/2770.78	c #Conflicts:    2823000 | #Constraints:      66177
2754.78/2770.78	c #Conflicts:    2824000 | #Constraints:      67177
2754.78/2770.78	c #Conflicts:    2825000 | #Constraints:      68177
2754.78/2770.78	c #Conflicts:    2826000 | #Constraints:      69177
2754.78/2770.78	WSVECS04 Frhs2[1]: 6 -0.777837 0 shouldn't be
2754.78/2770.78	WSVECS04 Frhs2[8]: 6 -0.555607 0 shouldn't be
2754.78/2770.78	WSVECS04 Frhs2[36]: 6 -0.888903 0 shouldn't be
2754.78/2770.78	WSVECS04 Frhs2[81]: 6 -2.1112 0 shouldn't be
2754.78/2770.78	WSVECS04 Frhs2[92]: 6 -3.11116 0 shouldn't be
2754.78/2770.78	WSVECS04 Frhs2[93]: 6 -0.888928 0 shouldn't be
2763.16/2779.11	c #Conflicts:    2827000 | #Constraints:      70179
2763.16/2779.11	c #Conflicts:    2828000 | #Constraints:      71179
2763.16/2779.11	c #Conflicts:    2829000 | #Constraints:      72179
2763.16/2779.11	c #Conflicts:    2830000 | #Constraints:      73179
2763.16/2779.11	c #Conflicts:    2831000 | #Constraints:      74179
2763.16/2779.11	c INPROCESSING
2763.16/2779.11	c GARBAGE COLLECT
2763.16/2779.11	c rational objective -41.9574
2794.27/2810.48	c #Conflicts:    2832000 | #Constraints:      39390
2794.27/2810.48	c #Conflicts:    2833000 | #Constraints:      40390
2794.27/2810.48	c #Conflicts:    2834000 | #Constraints:      41390
2794.27/2810.48	c #Conflicts:    2835000 | #Constraints:      42390
2794.27/2810.48	c #Conflicts:    2836000 | #Constraints:      43390
2794.27/2810.48	c #Conflicts:    2837000 | #Constraints:      44390
2794.27/2810.48	c #Conflicts:    2838000 | #Constraints:      45390
2794.27/2810.48	c #Conflicts:    2839000 | #Constraints:      46390
2794.27/2810.48	c #Conflicts:    2840000 | #Constraints:      47390
2794.27/2810.48	c #Conflicts:    2841000 | #Constraints:      48390
2794.27/2810.48	c #Conflicts:    2842000 | #Constraints:      49390
2794.27/2810.48	c #Conflicts:    2843000 | #Constraints:      50390
2794.27/2810.48	c #Conflicts:    2844000 | #Constraints:      51390
2794.27/2810.48	c #Conflicts:    2845000 | #Constraints:      52390
2794.27/2810.48	c #Conflicts:    2846000 | #Constraints:      53390
2794.27/2810.48	c #Conflicts:    2847000 | #Constraints:      54390
2794.27/2810.48	c #Conflicts:    2848000 | #Constraints:      55392
2794.27/2810.48	c #Conflicts:    2849000 | #Constraints:      56393
2794.27/2810.48	c #Conflicts:    2850000 | #Constraints:      57393
2794.27/2810.48	c #Conflicts:    2851000 | #Constraints:      58393
2794.27/2810.48	c #Conflicts:    2852000 | #Constraints:      59393
2794.27/2810.48	c #Conflicts:    2853000 | #Constraints:      60393
2794.27/2810.48	c #Conflicts:    2854000 | #Constraints:      61393
2794.27/2810.48	c #Conflicts:    2855000 | #Constraints:      62393
2794.27/2810.48	c #Conflicts:    2856000 | #Constraints:      63393
2794.27/2810.48	c #Conflicts:    2857000 | #Constraints:      64393
2794.27/2810.48	c #Conflicts:    2858000 | #Constraints:      65393
2794.27/2810.48	c #Conflicts:    2859000 | #Constraints:      66393
2794.27/2810.48	c #Conflicts:    2860000 | #Constraints:      67394
2794.27/2810.48	c #Conflicts:    2861000 | #Constraints:      68394
2794.27/2810.48	c #Conflicts:    2862000 | #Constraints:      69394
2794.27/2810.48	c #Conflicts:    2863000 | #Constraints:      70394
2794.27/2810.48	c #Conflicts:    2864000 | #Constraints:      71394
2794.27/2810.48	c #Conflicts:    2865000 | #Constraints:      72394
2794.27/2810.48	c INPROCESSING
2794.27/2810.48	c GARBAGE COLLECT
2794.27/2810.48	c rational objective -41.9574
2832.57/2848.87	c #Conflicts:    2866000 | #Constraints:      38390
2832.57/2848.87	c #Conflicts:    2867000 | #Constraints:      39390
2832.57/2848.87	c #Conflicts:    2868000 | #Constraints:      40390
2832.57/2848.87	c #Conflicts:    2869000 | #Constraints:      41390
2832.57/2848.87	c #Conflicts:    2870000 | #Constraints:      42390
2832.57/2848.87	c #Conflicts:    2871000 | #Constraints:      43390
2832.57/2848.87	c #Conflicts:    2872000 | #Constraints:      44390
2832.57/2848.87	c #Conflicts:    2873000 | #Constraints:      45390
2832.57/2848.87	c #Conflicts:    2874000 | #Constraints:      46390
2832.57/2848.87	c #Conflicts:    2875000 | #Constraints:      47390
2832.57/2848.87	c #Conflicts:    2876000 | #Constraints:      48390
2832.57/2848.87	c #Conflicts:    2877000 | #Constraints:      49390
2832.57/2848.87	c #Conflicts:    2878000 | #Constraints:      50390
2832.57/2848.87	c #Conflicts:    2879000 | #Constraints:      51390
2832.57/2848.87	c #Conflicts:    2880000 | #Constraints:      52390
2832.57/2848.87	c #Conflicts:    2881000 | #Constraints:      53390
2832.57/2848.87	c #Conflicts:    2882000 | #Constraints:      54391
2832.57/2848.87	c #Conflicts:    2883000 | #Constraints:      55392
2832.57/2848.87	c #Conflicts:    2884000 | #Constraints:      56392
2832.57/2848.87	c #Conflicts:    2885000 | #Constraints:      57392
2832.57/2848.87	c #Conflicts:    2886000 | #Constraints:      58392
2832.57/2848.87	c #Conflicts:    2887000 | #Constraints:      59392
2832.57/2848.87	c #Conflicts:    2888000 | #Constraints:      60392
2832.57/2848.87	c #Conflicts:    2889000 | #Constraints:      61393
2832.57/2848.87	c #Conflicts:    2890000 | #Constraints:      62393
2832.57/2848.87	c #Conflicts:    2891000 | #Constraints:      63393
2832.57/2848.87	c #Conflicts:    2892000 | #Constraints:      64393
2832.57/2848.87	c #Conflicts:    2893000 | #Constraints:      65393
2832.57/2848.87	c #Conflicts:    2894000 | #Constraints:      66393
2832.57/2848.87	c #Conflicts:    2895000 | #Constraints:      67393
2832.57/2848.87	c #Conflicts:    2896000 | #Constraints:      68393
2832.57/2848.87	c #Conflicts:    2897000 | #Constraints:      69393
2832.57/2848.87	c #Conflicts:    2898000 | #Constraints:      70393
2832.57/2848.87	c #Conflicts:    2899000 | #Constraints:      71393
2832.57/2848.87	c #Conflicts:    2900000 | #Constraints:      72394
2832.57/2848.87	c #Conflicts:    2901000 | #Constraints:      73396
2832.57/2848.87	c #Conflicts:    2902000 | #Constraints:      74396
2832.57/2848.87	c #Conflicts:    2903000 | #Constraints:      75397
2832.57/2848.87	c #Conflicts:    2904000 | #Constraints:      76397
2832.57/2848.87	c #Conflicts:    2905000 | #Constraints:      77397
2832.57/2848.87	c #Conflicts:    2906000 | #Constraints:      78397
2832.57/2848.87	c #Conflicts:    2907000 | #Constraints:      79397
2832.57/2848.87	c #Conflicts:    2908000 | #Constraints:      80397
2832.57/2848.87	c #Conflicts:    2909000 | #Constraints:      81397
2832.57/2848.87	c #Conflicts:    2910000 | #Constraints:      82397
2832.57/2848.87	c #Conflicts:    2911000 | #Constraints:      83397
2832.57/2848.87	c #Conflicts:    2912000 | #Constraints:      84397
2832.57/2848.87	c #Conflicts:    2913000 | #Constraints:      85397
2832.57/2848.87	c #Conflicts:    2914000 | #Constraints:      86397
2832.57/2848.87	WSVECS04 Frhs2[9]: 6 -1.70002 0 shouldn't be
2832.57/2848.87	WSVECS04 Frhs2[23]: 6 -1.72786 0 shouldn't be
2832.57/2848.87	WSVECS04 Frhs2[71]: 6 -1.70005 0 shouldn't be
2832.57/2848.87	WSVECS04 Frhs2[87]: 6 -1.70006 0 shouldn't be
2911.91/2929.21	c #Conflicts:    2915000 | #Constraints:      87397
2911.91/2929.21	c #Conflicts:    2916000 | #Constraints:      88397
2911.91/2929.21	c #Conflicts:    2917000 | #Constraints:      89397
2911.91/2929.21	c #Conflicts:    2918000 | #Constraints:      90397
2911.91/2929.21	c #Conflicts:    2919000 | #Constraints:      91397
2911.91/2929.21	c #Conflicts:    2920000 | #Constraints:      92397
2911.91/2929.21	c #Conflicts:    2921000 | #Constraints:      93397
2911.91/2929.21	c #Conflicts:    2922000 | #Constraints:      94398
2911.91/2929.21	c #Conflicts:    2923000 | #Constraints:      95398
2911.91/2929.21	c #Conflicts:    2924000 | #Constraints:      96398
2911.91/2929.21	c #Conflicts:    2925000 | #Constraints:      97398
2911.91/2929.21	c #Conflicts:    2926000 | #Constraints:      98398
2911.91/2929.21	c #Conflicts:    2927000 | #Constraints:      99398
2911.91/2929.21	c #Conflicts:    2928000 | #Constraints:     100400
2911.91/2929.21	c #Conflicts:    2929000 | #Constraints:     101400
2911.91/2929.21	c #Conflicts:    2930000 | #Constraints:     102400
2911.91/2929.21	c #Conflicts:    2931000 | #Constraints:     103400
2911.91/2929.21	c #Conflicts:    2932000 | #Constraints:     104400
2911.91/2929.21	c #Conflicts:    2933000 | #Constraints:     105400
2911.91/2929.21	c #Conflicts:    2934000 | #Constraints:     106402
2911.91/2929.21	c #Conflicts:    2935000 | #Constraints:     107404
2911.91/2929.21	c #Conflicts:    2936000 | #Constraints:     108405
2911.91/2929.21	c #Conflicts:    2937000 | #Constraints:     109406
2911.91/2929.21	c #Conflicts:    2938000 | #Constraints:     110407
2911.91/2929.21	c #Conflicts:    2939000 | #Constraints:     111409
2911.91/2929.21	c #Conflicts:    2940000 | #Constraints:     112409
2911.91/2929.21	c #Conflicts:    2941000 | #Constraints:     113409
2911.91/2929.21	c #Conflicts:    2942000 | #Constraints:     114409
2911.91/2929.21	c #Conflicts:    2943000 | #Constraints:     115409
2911.91/2929.21	c #Conflicts:    2944000 | #Constraints:     116409
2911.91/2929.21	c #Conflicts:    2945000 | #Constraints:     117410
2911.91/2929.21	c #Conflicts:    2946000 | #Constraints:     118412
2911.91/2929.21	c #Conflicts:    2947000 | #Constraints:     119412
2911.91/2929.21	c #Conflicts:    2948000 | #Constraints:     120412
2911.91/2929.21	c #Conflicts:    2949000 | #Constraints:     121412
2911.91/2929.21	c #Conflicts:    2950000 | #Constraints:     122412
2911.91/2929.21	c #Conflicts:    2951000 | #Constraints:     123412
2911.91/2929.21	c #Conflicts:    2952000 | #Constraints:     124412
2911.91/2929.21	c #Conflicts:    2953000 | #Constraints:     125412
2911.91/2929.21	c #Conflicts:    2954000 | #Constraints:     126412
2911.91/2929.21	c #Conflicts:    2955000 | #Constraints:     127412
2911.91/2929.21	c #Conflicts:    2956000 | #Constraints:     128412
2911.91/2929.21	c #Conflicts:    2957000 | #Constraints:     129413
2911.91/2929.21	c #Conflicts:    2958000 | #Constraints:     130413
2911.91/2929.21	c #Conflicts:    2959000 | #Constraints:     131413
2911.91/2929.21	c #Conflicts:    2960000 | #Constraints:     132413
2911.91/2929.21	c #Conflicts:    2961000 | #Constraints:     133413
2911.91/2929.21	c #Conflicts:    2962000 | #Constraints:     134413
2911.91/2929.21	c #Conflicts:    2963000 | #Constraints:     135413
2911.91/2929.21	c #Conflicts:    2964000 | #Constraints:     136413
2911.91/2929.21	c #Conflicts:    2965000 | #Constraints:     137415
2911.91/2929.21	c #Conflicts:    2966000 | #Constraints:     138415
2911.91/2929.21	c #Conflicts:    2967000 | #Constraints:     139415
2911.91/2929.21	c #Conflicts:    2968000 | #Constraints:     140415
2911.91/2929.21	c #Conflicts:    2969000 | #Constraints:     141415
2911.91/2929.21	c #Conflicts:    2970000 | #Constraints:     142415
2911.91/2929.21	c #Conflicts:    2971000 | #Constraints:     143415
2911.91/2929.21	c #Conflicts:    2972000 | #Constraints:     144415
2911.91/2929.21	c #Conflicts:    2973000 | #Constraints:     145415
2911.91/2929.21	c #Conflicts:    2974000 | #Constraints:     146415
2911.91/2929.21	c #Conflicts:    2975000 | #Constraints:     147416
2911.91/2929.21	c #Conflicts:    2976000 | #Constraints:     148417
2911.91/2929.21	c #Conflicts:    2977000 | #Constraints:     149417
2911.91/2929.21	c #Conflicts:    2978000 | #Constraints:     150417
2911.91/2929.21	c #Conflicts:    2979000 | #Constraints:     151417
2911.91/2929.21	c #Conflicts:    2980000 | #Constraints:     152417
2911.91/2929.21	c #Conflicts:    2981000 | #Constraints:     153417
2911.91/2929.21	c #Conflicts:    2982000 | #Constraints:     154417
2911.91/2929.21	c #Conflicts:    2983000 | #Constraints:     155417
2911.91/2929.21	c #Conflicts:    2984000 | #Constraints:     156417
2911.91/2929.21	c #Conflicts:    2985000 | #Constraints:     157417
2911.91/2929.21	c #Conflicts:    2986000 | #Constraints:     158417
2911.91/2929.21	c #Conflicts:    2987000 | #Constraints:     159417
2911.91/2929.21	c bounds -30 >= -79 @ 2879.35
2985.27/3002.94	c #Conflicts:    2988000 | #Constraints:     160459
2985.27/3002.94	c #Conflicts:    2989000 | #Constraints:     161461
2985.27/3002.94	c #Conflicts:    2990000 | #Constraints:     162462
2985.27/3002.94	c #Conflicts:    2991000 | #Constraints:     163467
2985.27/3002.94	c #Conflicts:    2992000 | #Constraints:     164470
2985.27/3002.94	c #Conflicts:    2993000 | #Constraints:     165471
2985.27/3002.94	c #Conflicts:    2994000 | #Constraints:     166472
2985.27/3002.94	c #Conflicts:    2995000 | #Constraints:     167477
2985.27/3002.94	c #Conflicts:    2996000 | #Constraints:     168479
2985.27/3002.94	c #Conflicts:    2997000 | #Constraints:     169482
2985.27/3002.94	c #Conflicts:    2998000 | #Constraints:     170484
2985.27/3002.94	c #Conflicts:    2999000 | #Constraints:     171486
2985.27/3002.94	c #Conflicts:    3000000 | #Constraints:     172487
2985.27/3002.94	c #Conflicts:    3001000 | #Constraints:     173488
2985.27/3002.94	c #Conflicts:    3002000 | #Constraints:     174491
2985.27/3002.94	c #Conflicts:    3003000 | #Constraints:     175494
2985.27/3002.94	c #Conflicts:    3004000 | #Constraints:     176495
2985.27/3002.94	c #Conflicts:    3005000 | #Constraints:     177495
2985.27/3002.94	c #Conflicts:    3006000 | #Constraints:     178495
2985.27/3002.94	c #Conflicts:    3007000 | #Constraints:     179495
2985.27/3002.94	c #Conflicts:    3008000 | #Constraints:     180495
2985.27/3002.94	c #Conflicts:    3009000 | #Constraints:     181495
2985.27/3002.94	c #Conflicts:    3010000 | #Constraints:     182495
2985.27/3002.94	c #Conflicts:    3011000 | #Constraints:     183498
2985.27/3002.94	c #Conflicts:    3012000 | #Constraints:     184498
2985.27/3002.94	c #Conflicts:    3013000 | #Constraints:     185498
2985.27/3002.94	c #Conflicts:    3014000 | #Constraints:     186502
2985.27/3002.94	c #Conflicts:    3015000 | #Constraints:     187507
2985.27/3002.94	c #Conflicts:    3016000 | #Constraints:     188510
2985.27/3002.94	c #Conflicts:    3017000 | #Constraints:     189513
2985.27/3002.94	c #Conflicts:    3018000 | #Constraints:     190513
2985.27/3002.94	c #Conflicts:    3019000 | #Constraints:     191515
2985.27/3002.94	c #Conflicts:    3020000 | #Constraints:     192515
2985.27/3002.94	c #Conflicts:    3021000 | #Constraints:     193520
2985.27/3002.94	c #Conflicts:    3022000 | #Constraints:     194520
2985.27/3002.94	c #Conflicts:    3023000 | #Constraints:     195520
2985.27/3002.94	c #Conflicts:    3024000 | #Constraints:     196525
2985.27/3002.94	c #Conflicts:    3025000 | #Constraints:     197529
2985.27/3002.94	c #Conflicts:    3026000 | #Constraints:     198533
2985.27/3002.94	c #Conflicts:    3027000 | #Constraints:     199539
2985.27/3002.94	c #Conflicts:    3028000 | #Constraints:     200543
2985.27/3002.94	c #Conflicts:    3029000 | #Constraints:     201545
2985.27/3002.94	c #Conflicts:    3030000 | #Constraints:     202550
2985.27/3002.94	c INPROCESSING
2985.27/3002.94	c GARBAGE COLLECT
2985.27/3002.94	c rational objective -41.9574
2987.48/3005.13	c #Conflicts:    3031000 | #Constraints:     103718
2987.48/3005.13	WSVECS04 Frhs2[7]: 6 -4.00006 0 shouldn't be
2987.48/3005.13	WSVECS04 Frhs2[74]: 6 -1.0001 0 shouldn't be
2988.47/3006.13	WSVECS04 Frhs2[9]: 6 0 1.00007 shouldn't be
2989.07/3006.71	WSVECS04 Frhs2[87]: 6 0 1.00004 shouldn't be
2999.23/3016.96	c #Conflicts:    3032000 | #Constraints:     104719
2999.23/3016.96	c #Conflicts:    3033000 | #Constraints:     105719
2999.23/3016.96	c #Conflicts:    3034000 | #Constraints:     106719
2999.23/3016.96	c #Conflicts:    3035000 | #Constraints:     107719
2999.23/3016.96	c #Conflicts:    3036000 | #Constraints:     108719
2999.23/3016.96	c #Conflicts:    3037000 | #Constraints:     109719
2999.23/3016.96	c #Conflicts:    3038000 | #Constraints:     110719
2999.23/3016.96	c #Conflicts:    3039000 | #Constraints:     111719
2999.23/3016.96	c #Conflicts:    3040000 | #Constraints:     112719
2999.23/3016.96	c #Conflicts:    3041000 | #Constraints:     113719
2999.23/3016.96	c #Conflicts:    3042000 | #Constraints:     114719
2999.23/3016.96	WSVECS04 Frhs2[3]: 6 -1.00005 0 shouldn't be
2999.23/3016.96	WSVECS04 Frhs2[9]: 6 0 1.00008 shouldn't be
2999.23/3016.96	WSVECS04 Frhs2[10]: 6 0 1.00008 shouldn't be
2999.23/3016.96	WSVECS04 Frhs2[29]: 6 -2.00004 0 shouldn't be
2999.23/3016.96	WSVECS04 Frhs2[40]: 6 -1.00009 0 shouldn't be
2999.23/3016.96	WSVECS04 Frhs2[46]: 6 -2.00003 0 shouldn't be
2999.23/3016.96	WSVECS04 Frhs2[47]: 6 0 1.00005 shouldn't be
2999.23/3016.96	WSVECS04 Frhs2[62]: 6 -4.00008 0 shouldn't be
2999.23/3016.96	WSVECS04 Frhs2[86]: 6 -1.00003 0 shouldn't be
2999.23/3016.96	WSVECS04 Frhs2[89]: 6 0 1.00003 shouldn't be
2999.23/3016.96	WSVECS04 Frhs2[92]: 6 -5.00008 0 shouldn't be
2999.23/3016.96	WSVECS04 Frhs2[93]: 6 0 1.00004 shouldn't be
2999.23/3016.96	WSVECS04 Frhs2[95]: 6 0 1.00004 shouldn't be
2999.23/3016.96	WSVECS04 Frhs2[113]: 6 -1.0001 0 shouldn't be
2999.93/3017.65	WSVECS04 Frhs2[87]: 6 -2.00004 0 shouldn't be
3000.43/3018.12	WSVECS04 Frhs2[36]: 6 -1.00003 0 shouldn't be
3013.06/3030.83	c #Conflicts:    3043000 | #Constraints:     115720
3013.06/3030.83	c #Conflicts:    3044000 | #Constraints:     116720
3013.06/3030.83	c #Conflicts:    3045000 | #Constraints:     117720
3013.06/3030.83	c #Conflicts:    3046000 | #Constraints:     118720
3013.06/3030.83	c #Conflicts:    3047000 | #Constraints:     119720
3013.06/3030.83	c #Conflicts:    3048000 | #Constraints:     120720
3013.06/3030.83	c #Conflicts:    3049000 | #Constraints:     121720
3013.06/3030.83	c #Conflicts:    3050000 | #Constraints:     122720
3013.06/3030.83	c #Conflicts:    3051000 | #Constraints:     123720
3013.06/3030.83	c #Conflicts:    3052000 | #Constraints:     124720
3013.06/3030.83	c #Conflicts:    3053000 | #Constraints:     125720
3013.06/3030.83	c #Conflicts:    3054000 | #Constraints:     126722
3013.06/3030.83	WSVECS04 Frhs2[16]: 6 -5.0001 0 shouldn't be
3013.06/3030.83	WSVECS04 Frhs2[17]: 6 -1.00006 0 shouldn't be
3013.06/3030.83	WSVECS04 Frhs2[31]: 6 0 1.00007 shouldn't be
3013.06/3030.83	WSVECS04 Frhs2[72]: 6 -5.0001 0 shouldn't be
3013.06/3030.83	WSVECS04 Frhs2[94]: 6 -2.00005 0 shouldn't be
3021.34/3039.15	c #Conflicts:    3055000 | #Constraints:     127722
3021.34/3039.15	c #Conflicts:    3056000 | #Constraints:     128722
3021.34/3039.15	c #Conflicts:    3057000 | #Constraints:     129722
3021.34/3039.15	c #Conflicts:    3058000 | #Constraints:     130722
3021.34/3039.15	c #Conflicts:    3059000 | #Constraints:     131722
3021.34/3039.15	c #Conflicts:    3060000 | #Constraints:     132722
3021.34/3039.15	c #Conflicts:    3061000 | #Constraints:     133722
3021.34/3039.15	WSVECS04 Frhs2[3]: 6 -2.00007 0 shouldn't be
3021.34/3039.15	WSVECS04 Frhs2[7]: 6 0 0.376592 shouldn't be
3021.34/3039.15	WSVECS04 Frhs2[10]: 6 -2.00007 0 shouldn't be
3021.34/3039.15	WSVECS04 Frhs2[18]: 6 0 1.00008 shouldn't be
3021.34/3039.15	WSVECS04 Frhs2[32]: 6 0 1.00005 shouldn't be
3021.34/3039.15	WSVECS04 Frhs2[39]: 6 0 1.0001 shouldn't be
3021.34/3039.15	WSVECS04 Frhs2[48]: 6 -5.00008 0 shouldn't be
3021.34/3039.15	WSVECS04 Frhs2[49]: 6 0 1.00005 shouldn't be
3021.34/3039.15	WSVECS04 Frhs2[62]: 6 -4.00009 0 shouldn't be
3021.34/3039.15	WSVECS04 Frhs2[87]: 6 0 1.00002 shouldn't be
3022.44/3040.23	WSVECS04 Frhs2[80]: 6 -2.00003 0 shouldn't be
3033.71/3051.54	c #Conflicts:    3062000 | #Constraints:     134722
3033.71/3051.54	c #Conflicts:    3063000 | #Constraints:     135722
3033.71/3051.54	c #Conflicts:    3064000 | #Constraints:     136722
3033.71/3051.54	c #Conflicts:    3065000 | #Constraints:     137722
3033.71/3051.54	c #Conflicts:    3066000 | #Constraints:     138722
3033.71/3051.54	c INPROCESSING
3033.71/3051.54	c GARBAGE COLLECT
3033.71/3051.54	c rational objective -41.9574
3053.33/3071.25	c #Conflicts:    3067000 | #Constraints:      71852
3053.33/3071.25	c #Conflicts:    3068000 | #Constraints:      72852
3053.33/3071.25	c #Conflicts:    3069000 | #Constraints:      73852
3053.33/3071.25	c #Conflicts:    3070000 | #Constraints:      74852
3053.33/3071.25	c #Conflicts:    3071000 | #Constraints:      75852
3053.33/3071.25	c #Conflicts:    3072000 | #Constraints:      76852
3053.33/3071.25	c #Conflicts:    3073000 | #Constraints:      77852
3053.33/3071.25	c #Conflicts:    3074000 | #Constraints:      78852
3053.33/3071.25	c #Conflicts:    3075000 | #Constraints:      79852
3053.33/3071.25	c #Conflicts:    3076000 | #Constraints:      80852
3053.33/3071.25	c #Conflicts:    3077000 | #Constraints:      81852
3053.33/3071.25	c #Conflicts:    3078000 | #Constraints:      82852
3053.33/3071.25	c #Conflicts:    3079000 | #Constraints:      83852
3053.33/3071.25	c #Conflicts:    3080000 | #Constraints:      84854
3053.33/3071.25	c #Conflicts:    3081000 | #Constraints:      85854
3053.33/3071.25	c #Conflicts:    3082000 | #Constraints:      86854
3053.33/3071.25	c #Conflicts:    3083000 | #Constraints:      87854
3053.33/3071.25	c #Conflicts:    3084000 | #Constraints:      88854
3053.33/3071.25	c #Conflicts:    3085000 | #Constraints:      89854
3053.33/3071.25	c #Conflicts:    3086000 | #Constraints:      90854
3053.33/3071.25	c #Conflicts:    3087000 | #Constraints:      91854
3053.33/3071.25	c #Conflicts:    3088000 | #Constraints:      92854
3053.33/3071.25	c #Conflicts:    3089000 | #Constraints:      93854
3053.33/3071.25	c #Conflicts:    3090000 | #Constraints:      94854
3053.33/3071.25	WSVECS04 Frhs2[47]: 6 0 1.00003 shouldn't be
3053.33/3071.25	WSVECS04 Frhs2[71]: 6 0 1.00006 shouldn't be
3053.33/3071.25	WSVECS04 Frhs2[78]: 6 0 1.00007 shouldn't be
3053.33/3071.25	WSVECS04 Frhs2[107]: 6 -1.75003 0 shouldn't be
3065.99/3083.96	c #Conflicts:    3091000 | #Constraints:      95854
3065.99/3083.96	c #Conflicts:    3092000 | #Constraints:      96854
3065.99/3083.96	c #Conflicts:    3093000 | #Constraints:      97854
3065.99/3083.96	c #Conflicts:    3094000 | #Constraints:      98854
3065.99/3083.96	c #Conflicts:    3095000 | #Constraints:      99854
3065.99/3083.96	c #Conflicts:    3096000 | #Constraints:     100854
3065.99/3083.96	c #Conflicts:    3097000 | #Constraints:     101854
3065.99/3083.96	c #Conflicts:    3098000 | #Constraints:     102854
3065.99/3083.96	c #Conflicts:    3099000 | #Constraints:     103854
3065.99/3083.96	c #Conflicts:    3100000 | #Constraints:     104854
3065.99/3083.96	c #Conflicts:    3101000 | #Constraints:     105854
3065.99/3083.96	c INPROCESSING
3065.99/3083.96	c GARBAGE COLLECT
3065.99/3083.96	c rational objective -41.9574
3106.53/3124.65	c #Conflicts:    3102000 | #Constraints:      55087
3106.53/3124.65	c #Conflicts:    3103000 | #Constraints:      56087
3106.53/3124.65	c #Conflicts:    3104000 | #Constraints:      57087
3106.53/3124.65	c #Conflicts:    3105000 | #Constraints:      58090
3106.53/3124.65	c #Conflicts:    3106000 | #Constraints:      59091
3106.53/3124.65	c #Conflicts:    3107000 | #Constraints:      60096
3106.53/3124.65	c #Conflicts:    3108000 | #Constraints:      61097
3106.53/3124.65	c #Conflicts:    3109000 | #Constraints:      62099
3106.53/3124.65	c #Conflicts:    3110000 | #Constraints:      63103
3106.53/3124.65	c #Conflicts:    3111000 | #Constraints:      64104
3106.53/3124.65	c #Conflicts:    3112000 | #Constraints:      65104
3106.53/3124.65	c #Conflicts:    3113000 | #Constraints:      66104
3106.53/3124.65	c #Conflicts:    3114000 | #Constraints:      67104
3106.53/3124.65	c #Conflicts:    3115000 | #Constraints:      68104
3106.53/3124.65	c #Conflicts:    3116000 | #Constraints:      69113
3106.53/3124.65	c #Conflicts:    3117000 | #Constraints:      70124
3106.53/3124.65	c #Conflicts:    3118000 | #Constraints:      71129
3106.53/3124.65	c #Conflicts:    3119000 | #Constraints:      72129
3106.53/3124.65	c #Conflicts:    3120000 | #Constraints:      73131
3106.53/3124.65	c #Conflicts:    3121000 | #Constraints:      74131
3106.53/3124.65	c #Conflicts:    3122000 | #Constraints:      75131
3106.53/3124.65	c #Conflicts:    3123000 | #Constraints:      76131
3106.53/3124.65	c #Conflicts:    3124000 | #Constraints:      77133
3106.53/3124.65	c #Conflicts:    3125000 | #Constraints:      78133
3106.53/3124.65	c #Conflicts:    3126000 | #Constraints:      79133
3106.53/3124.65	c #Conflicts:    3127000 | #Constraints:      80134
3106.53/3124.65	c #Conflicts:    3128000 | #Constraints:      81137
3106.53/3124.65	c #Conflicts:    3129000 | #Constraints:      82144
3106.53/3124.65	c #Conflicts:    3130000 | #Constraints:      83147
3106.53/3124.65	c #Conflicts:    3131000 | #Constraints:      84157
3106.53/3124.65	c #Conflicts:    3132000 | #Constraints:      85157
3106.53/3124.65	c #Conflicts:    3133000 | #Constraints:      86157
3106.53/3124.65	c #Conflicts:    3134000 | #Constraints:      87157
3106.53/3124.65	c #Conflicts:    3135000 | #Constraints:      88157
3106.53/3124.65	c #Conflicts:    3136000 | #Constraints:      89160
3106.53/3124.65	c #Conflicts:    3137000 | #Constraints:      90165
3106.53/3124.65	c INPROCESSING
3106.53/3124.65	c GARBAGE COLLECT
3106.53/3124.65	c rational objective -41.9574
3113.12/3131.27	c #Conflicts:    3138000 | #Constraints:      47411
3113.12/3131.27	c #Conflicts:    3139000 | #Constraints:      48411
3113.12/3131.27	c #Conflicts:    3140000 | #Constraints:      49411
3113.12/3131.27	c #Conflicts:    3141000 | #Constraints:      50411
3113.12/3131.27	c #Conflicts:    3142000 | #Constraints:      51411
3113.12/3131.27	c #Conflicts:    3143000 | #Constraints:      52411
3113.12/3131.27	c #Conflicts:    3144000 | #Constraints:      53411
3113.12/3131.27	c #Conflicts:    3145000 | #Constraints:      54411
3113.12/3131.27	WSVECS04 Frhs2[69]: 6 -4.08578 0 shouldn't be
3122.59/3140.73	c #Conflicts:    3146000 | #Constraints:      55411
3122.59/3140.73	c #Conflicts:    3147000 | #Constraints:      56411
3122.59/3140.73	c #Conflicts:    3148000 | #Constraints:      57411
3122.59/3140.73	c #Conflicts:    3149000 | #Constraints:      58411
3122.59/3140.73	c #Conflicts:    3150000 | #Constraints:      59411
3122.59/3140.73	c #Conflicts:    3151000 | #Constraints:      60411
3122.59/3140.73	c #Conflicts:    3152000 | #Constraints:      61411
3122.59/3140.73	c #Conflicts:    3153000 | #Constraints:      62411
3122.59/3140.73	c #Conflicts:    3154000 | #Constraints:      63411
3122.59/3140.73	c #Conflicts:    3155000 | #Constraints:      64411
3122.59/3140.73	c #Conflicts:    3156000 | #Constraints:      65411
3122.59/3140.73	c #Conflicts:    3157000 | #Constraints:      66411
3122.59/3140.73	WSVECS04 Frhs2[6]: 6 -4.15795 0 shouldn't be
3122.59/3140.73	WSVECS04 Frhs2[30]: 6 0 1.00008 shouldn't be
3137.04/3156.10	c #Conflicts:    3158000 | #Constraints:      67411
3137.04/3156.10	c #Conflicts:    3159000 | #Constraints:      68411
3137.04/3156.10	c #Conflicts:    3160000 | #Constraints:      69411
3137.04/3156.10	c #Conflicts:    3161000 | #Constraints:      70411
3137.04/3156.10	c #Conflicts:    3162000 | #Constraints:      71411
3137.04/3156.10	c #Conflicts:    3163000 | #Constraints:      72411
3137.04/3156.10	c #Conflicts:    3164000 | #Constraints:      73411
3137.04/3156.10	c #Conflicts:    3165000 | #Constraints:      74411
3137.04/3156.10	c #Conflicts:    3166000 | #Constraints:      75411
3137.04/3156.10	c #Conflicts:    3167000 | #Constraints:      76411
3137.04/3156.10	c #Conflicts:    3168000 | #Constraints:      77411
3137.04/3156.10	c #Conflicts:    3169000 | #Constraints:      78411
3137.04/3156.10	c #Conflicts:    3170000 | #Constraints:      79411
3137.04/3156.10	c #Conflicts:    3171000 | #Constraints:      80411
3137.04/3156.10	c #Conflicts:    3172000 | #Constraints:      81412
3137.04/3156.10	c #Conflicts:    3173000 | #Constraints:      82412
3137.04/3156.10	c INPROCESSING
3137.04/3156.10	c GARBAGE COLLECT
3137.04/3156.10	c rational objective -41.9574
3156.89/3176.08	c #Conflicts:    3174000 | #Constraints:      43355
3156.89/3176.08	c #Conflicts:    3175000 | #Constraints:      44355
3156.89/3176.08	c #Conflicts:    3176000 | #Constraints:      45355
3156.89/3176.08	c #Conflicts:    3177000 | #Constraints:      46355
3156.89/3176.08	c #Conflicts:    3178000 | #Constraints:      47355
3156.89/3176.08	c #Conflicts:    3179000 | #Constraints:      48355
3156.89/3176.08	c #Conflicts:    3180000 | #Constraints:      49355
3156.89/3176.08	c #Conflicts:    3181000 | #Constraints:      50355
3156.89/3176.08	c #Conflicts:    3182000 | #Constraints:      51355
3156.89/3176.08	c #Conflicts:    3183000 | #Constraints:      52360
3156.89/3176.08	c #Conflicts:    3184000 | #Constraints:      53360
3156.89/3176.08	c #Conflicts:    3185000 | #Constraints:      54360
3156.89/3176.08	c #Conflicts:    3186000 | #Constraints:      55360
3156.89/3176.08	c #Conflicts:    3187000 | #Constraints:      56360
3156.89/3176.08	c #Conflicts:    3188000 | #Constraints:      57360
3156.89/3176.08	c #Conflicts:    3189000 | #Constraints:      58360
3156.89/3176.08	c #Conflicts:    3190000 | #Constraints:      59360
3156.89/3176.08	c #Conflicts:    3191000 | #Constraints:      60360
3156.89/3176.08	c #Conflicts:    3192000 | #Constraints:      61360
3156.89/3176.08	c #Conflicts:    3193000 | #Constraints:      62360
3156.89/3176.08	c #Conflicts:    3194000 | #Constraints:      63361
3156.89/3176.08	c #Conflicts:    3195000 | #Constraints:      64361
3156.89/3176.08	c #Conflicts:    3196000 | #Constraints:      65361
3156.89/3176.08	c #Conflicts:    3197000 | #Constraints:      66361
3156.89/3176.08	c #Conflicts:    3198000 | #Constraints:      67361
3156.89/3176.08	c #Conflicts:    3199000 | #Constraints:      68361
3156.89/3176.08	c #Conflicts:    3200000 | #Constraints:      69361
3156.89/3176.08	c #Conflicts:    3201000 | #Constraints:      70361
3156.89/3176.08	c #Conflicts:    3202000 | #Constraints:      71361
3156.89/3176.08	c #Conflicts:    3203000 | #Constraints:      72361
3156.89/3176.08	WSVECS04 Frhs2[83]: 6 -5.00002 0 shouldn't be
3164.27/3183.41	c #Conflicts:    3204000 | #Constraints:      73361
3164.27/3183.41	c #Conflicts:    3205000 | #Constraints:      74361
3164.27/3183.41	c #Conflicts:    3206000 | #Constraints:      75361
3164.27/3183.41	c #Conflicts:    3207000 | #Constraints:      76361
3164.27/3183.41	c #Conflicts:    3208000 | #Constraints:      77361
3164.27/3183.41	c #Conflicts:    3209000 | #Constraints:      78361
3164.27/3183.41	c #Conflicts:    3210000 | #Constraints:      79361
3164.27/3183.41	c INPROCESSING
3164.27/3183.41	c GARBAGE COLLECT
3164.27/3183.41	c rational objective -41.9574
3206.59/3226.03	c #Conflicts:    3211000 | #Constraints:      42179
3206.59/3226.03	c #Conflicts:    3212000 | #Constraints:      43179
3206.59/3226.03	c #Conflicts:    3213000 | #Constraints:      44179
3206.59/3226.03	c #Conflicts:    3214000 | #Constraints:      45179
3206.59/3226.03	c #Conflicts:    3215000 | #Constraints:      46179
3206.59/3226.03	c #Conflicts:    3216000 | #Constraints:      47179
3206.59/3226.03	c #Conflicts:    3217000 | #Constraints:      48182
3206.59/3226.03	c #Conflicts:    3218000 | #Constraints:      49183
3206.59/3226.03	c #Conflicts:    3219000 | #Constraints:      50187
3206.59/3226.03	c #Conflicts:    3220000 | #Constraints:      51190
3206.59/3226.03	c #Conflicts:    3221000 | #Constraints:      52192
3206.59/3226.03	c #Conflicts:    3222000 | #Constraints:      53196
3206.59/3226.03	c #Conflicts:    3223000 | #Constraints:      54200
3206.59/3226.03	c #Conflicts:    3224000 | #Constraints:      55210
3206.59/3226.03	c #Conflicts:    3225000 | #Constraints:      56210
3206.59/3226.03	c #Conflicts:    3226000 | #Constraints:      57212
3206.59/3226.03	c #Conflicts:    3227000 | #Constraints:      58216
3206.59/3226.03	c #Conflicts:    3228000 | #Constraints:      59218
3206.59/3226.03	c #Conflicts:    3229000 | #Constraints:      60220
3206.59/3226.03	c #Conflicts:    3230000 | #Constraints:      61223
3206.59/3226.03	c #Conflicts:    3231000 | #Constraints:      62223
3206.59/3226.03	c #Conflicts:    3232000 | #Constraints:      63223
3206.59/3226.03	c #Conflicts:    3233000 | #Constraints:      64223
3206.59/3226.03	c #Conflicts:    3234000 | #Constraints:      65224
3206.59/3226.03	c #Conflicts:    3235000 | #Constraints:      66224
3206.59/3226.03	c #Conflicts:    3236000 | #Constraints:      67224
3206.59/3226.03	c #Conflicts:    3237000 | #Constraints:      68224
3206.59/3226.03	c #Conflicts:    3238000 | #Constraints:      69225
3206.59/3226.03	c #Conflicts:    3239000 | #Constraints:      70227
3206.59/3226.03	c #Conflicts:    3240000 | #Constraints:      71227
3206.59/3226.03	c #Conflicts:    3241000 | #Constraints:      72233
3206.59/3226.03	c #Conflicts:    3242000 | #Constraints:      73239
3206.59/3226.03	c #Conflicts:    3243000 | #Constraints:      74246
3206.59/3226.03	c #Conflicts:    3244000 | #Constraints:      75246
3206.59/3226.03	c #Conflicts:    3245000 | #Constraints:      76248
3206.59/3226.03	c #Conflicts:    3246000 | #Constraints:      77252
3206.59/3226.03	c INPROCESSING
3206.59/3226.03	c GARBAGE COLLECT
3206.59/3226.03	c rational objective -41.3019
3209.38/3228.82	c #Conflicts:    3247000 | #Constraints:      41020
3209.38/3228.82	c #Conflicts:    3248000 | #Constraints:      42020
3209.38/3228.82	c #Conflicts:    3249000 | #Constraints:      43021
3209.38/3228.82	WSVECS04 Frhs2[4]: 6 -2.12505 0 shouldn't be
3209.38/3228.82	WSVECS04 Frhs2[11]: 6 -1.75001 0 shouldn't be
3209.38/3228.82	WSVECS04 Frhs2[12]: 6 0 0.250038 shouldn't be
3209.38/3228.82	WSVECS04 Frhs2[17]: 6 -0.750042 0 shouldn't be
3209.38/3228.82	WSVECS04 Frhs2[18]: 6 0 0.250022 shouldn't be
3209.38/3228.82	WSVECS04 Frhs2[42]: 6 0 1.00009 shouldn't be
3209.38/3228.82	WSVECS04 Frhs2[56]: 6 -0.750051 0 shouldn't be
3209.38/3228.82	WSVECS04 Frhs2[57]: 6 0 1.00002 shouldn't be
3209.38/3228.82	WSVECS04 Frhs2[81]: 6 0 1.00007 shouldn't be
3209.38/3228.82	WSVECS04 Frhs2[84]: 6 0 0.625035 shouldn't be
3209.38/3228.82	WSVECS04 Frhs2[90]: 6 0 1.00002 shouldn't be
3209.38/3228.82	WSVECS04 Frhs2[96]: 6 -1.75004 0 shouldn't be
3209.38/3228.82	WSVECS04 Frhs2[101]: 6 -1.50006 0 shouldn't be
3209.38/3228.82	WSVECS04 Frhs2[315]: 6 0 5.62506 shouldn't be
3209.38/3228.82	WSVECS04 Frhs2[329]: 6 0 1.37508 shouldn't be
3209.38/3228.82	WSVECS04 Frhs2[446]: 6 0 2.06253 shouldn't be
3209.38/3228.82	WSVECS04 Frhs2[451]: 6 0 5.62507 shouldn't be
3209.38/3228.82	WSVECS04 Frhs2[468]: 6 0 5.62505 shouldn't be
3209.38/3228.82	WSVECS04 Frhs2[1174]: 6 0 1.37506 shouldn't be
3209.38/3228.82	WSVECS04 Frhs2[1178]: 6 -5.62505 0 shouldn't be
3209.38/3228.82	WSVECS04 Frhs2[1195]: 6 0 2.50001 shouldn't be
3213.46/3233.00	c #Conflicts:    3250000 | #Constraints:      44021
3213.46/3233.00	c #Conflicts:    3251000 | #Constraints:      45021
3213.46/3233.00	c #Conflicts:    3252000 | #Constraints:      46021
3213.46/3233.00	c #Conflicts:    3253000 | #Constraints:      47021
3213.46/3233.00	c #Conflicts:    3254000 | #Constraints:      48021
3213.46/3233.00	c #Conflicts:    3255000 | #Constraints:      49021
3213.46/3233.00	c #Conflicts:    3256000 | #Constraints:      50021
3213.46/3233.00	c #Conflicts:    3257000 | #Constraints:      51021
3213.46/3233.00	c #Conflicts:    3258000 | #Constraints:      52021
3213.46/3233.00	WSVECS04 Frhs2[5]: 6 0 1.00007 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[34]: 6 0 1.00008 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[40]: 6 -1.50065 0 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[61]: 6 0 1.00006 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[75]: 6 0 1.00003 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[111]: 6 0 1.00007 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[116]: 6 0 1.00004 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[168]: 6 0 0.201827 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[172]: 6 0 0.0839607 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[174]: 6 0 0.107777 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[186]: 6 0 0.59216 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[231]: 6 0 0.865121 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[269]: 6 0 0.030614 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[286]: 6 0 0.812273 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[354]: 6 0 1.15949 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[541]: 6 0 0.0353116 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[555]: 6 0 0.00168998 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[556]: 6 0 0.0025513 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[559]: 6 0 0.00690278 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[572]: 6 0 0.0017124 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[576]: 6 0 0.340136 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[588]: 6 0 0.897791 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[592]: 6 0 0.766173 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[659]: 6 0 0.00561341 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[695]: 6 0 0.00530396 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[738]: 6 0 0.126262 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[758]: 6 0 1.03556 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[767]: 6 0 0.0232049 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[769]: 6 0 0.0384551 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[779]: 6 0 0.0366003 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[782]: 6 0 0.0809177 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[795]: 6 0 0.0271741 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[865]: 6 0 0.0770432 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[950]: 6 0 0.000668783 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[965]: 6 0 0.3114 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1008]: 6 0 0.840811 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1023]: 6 0 0.00526241 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1026]: 6 0 0.0785206 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1029]: 6 0 0.109711 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1031]: 6 0 0.053568 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1032]: 6 0 0.00524909 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1043]: 6 0 0.00427805 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1091]: 6 0 0.301774 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1183]: 6 0 0.0683532 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1278]: 6 0 0.623734 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1279]: 6 0 0.624685 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1287]: 6 0 0.00646352 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1293]: 6 0 0.00718256 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1306]: 6 0 0.232649 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1379]: 6 0 0.295024 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1484]: 6 0 0.0138617 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1497]: 6 0 0.109736 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1502]: 6 0 0.00715862 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1515]: 6 0 0.109752 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1523]: 6 0 0.311377 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1541]: 6 0 0.304264 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1569]: 6 0 0.137835 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1573]: 6 0 0.0485307 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1577]: 6 0 0.307073 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1580]: 6 0 0.0232897 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1581]: 6 0 0.0816272 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1623]: 6 0 0.110458 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1658]: 6 0 0.00644246 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1659]: 6 0 0.109682 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1666]: 6 0 0.618893 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1667]: 6 0 0.311424 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1668]: 6 0 0.00521416 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1683]: 6 0 0.00126799 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1698]: 6 0 0.00525983 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1702]: 6 0 0.611323 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1765]: 6 0 0.0137682 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1766]: 6 0 0.0137437 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1784]: 6 0 0.00130873 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1827]: 6 0 0.00122609 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1828]: 6 0 0.925073 shouldn't be
3213.46/3233.00	WSVECS04 Frhs2[1832]: 6 0 0.00158369 shouldn't be
3214.06/3233.51	WSVECS04 Frhs2[691]: 6 0 0.00645849 shouldn't be
3214.06/3233.51	WSVECS04 Frhs2[860]: 6 0 1.06771 shouldn't be
3214.06/3233.51	WSVECS04 Frhs2[935]: 6 0 0.00282565 shouldn't be
3214.06/3233.51	WSVECS04 Frhs2[1631]: 6 0 0.311367 shouldn't be
3214.45/3233.92	WSVECS04 Frhs2[15]: 6 0 2.40921 shouldn't be
3214.45/3233.92	WSVECS04 Frhs2[27]: 6 0 0.499792 shouldn't be
3214.45/3233.92	WSVECS04 Frhs2[41]: 6 0 1.0001 shouldn't be
3214.45/3233.92	WSVECS04 Frhs2[82]: 6 0 1.00009 shouldn't be
3214.45/3233.92	WSVECS04 Frhs2[83]: 6 0 1.0001 shouldn't be
3214.45/3233.92	WSVECS04 Frhs2[178]: 6 0 0.00206659 shouldn't be
3214.45/3233.92	WSVECS04 Frhs2[181]: 6 -0.000917605 0 shouldn't be
3214.45/3233.92	WSVECS04 Frhs2[690]: 6 0 1.22687 shouldn't be
3214.45/3233.92	WSVECS04 Frhs2[1017]: 6 0 0.00642117 shouldn't be
3214.45/3233.92	WSVECS04 Frhs2[1030]: 6 0 0.164639 shouldn't be
3214.45/3233.92	WSVECS04 Frhs2[1053]: 6 0 0.00639394 shouldn't be
3214.45/3233.92	WSVECS04 Frhs2[1215]: 6 0 0.00640001 shouldn't be
3214.45/3233.92	WSVECS04 Frhs2[1359]: 6 0 0.00641541 shouldn't be
3214.45/3233.92	WSVECS04 Frhs2[1503]: 6 0 0.00640975 shouldn't be
3214.45/3233.92	WSVECS04 Frhs2[1647]: 6 0 0.00645856 shouldn't be
3214.45/3233.92	WSVECS04 Frhs2[1701]: 6 0 0.0063986 shouldn't be
3214.45/3233.92	WSVECS04 Frhs2[1773]: 6 0 0.00640337 shouldn't be
3214.45/3233.92	WSVECS04 Frhs2[1791]: 6 0 0.00639651 shouldn't be
3214.45/3233.92	WSVECS04 Frhs2[1809]: 6 0 0.00642719 shouldn't be
3221.43/3240.96	c #Conflicts:    3259000 | #Constraints:      53021
3221.43/3240.96	c #Conflicts:    3260000 | #Constraints:      54021
3221.43/3240.96	c #Conflicts:    3261000 | #Constraints:      55021
3221.43/3240.96	c #Conflicts:    3262000 | #Constraints:      56021
3221.43/3240.96	c #Conflicts:    3263000 | #Constraints:      57021
3221.43/3240.96	c #Conflicts:    3264000 | #Constraints:      58021
3221.43/3240.96	c #Conflicts:    3265000 | #Constraints:      59021
3221.43/3240.96	c #Conflicts:    3266000 | #Constraints:      60021
3221.43/3240.96	c #Conflicts:    3267000 | #Constraints:      61021
3221.43/3240.96	c #Conflicts:    3268000 | #Constraints:      62021
3221.43/3240.96	c #Conflicts:    3269000 | #Constraints:      63021
3221.43/3240.96	c #Conflicts:    3270000 | #Constraints:      64021
3221.43/3240.96	WSVECS04 Frhs2[6]: 6 0 0.73176 shouldn't be
3221.43/3240.96	WSVECS04 Frhs2[10]: 6 0 1.00006 shouldn't be
3221.43/3240.96	WSVECS04 Frhs2[47]: 6 -1.76927 0 shouldn't be
3221.43/3240.96	WSVECS04 Frhs2[87]: 6 -3.53853 0 shouldn't be
3229.86/3249.40	c #Conflicts:    3271000 | #Constraints:      65021
3229.86/3249.40	c #Conflicts:    3272000 | #Constraints:      66021
3229.86/3249.40	c #Conflicts:    3273000 | #Constraints:      67021
3229.86/3249.40	c #Conflicts:    3274000 | #Constraints:      68021
3229.86/3249.40	c #Conflicts:    3275000 | #Constraints:      69021
3229.86/3249.40	c #Conflicts:    3276000 | #Constraints:      70021
3229.86/3249.40	c #Conflicts:    3277000 | #Constraints:      71021
3229.86/3249.40	c #Conflicts:    3278000 | #Constraints:      72021
3229.86/3249.40	c #Conflicts:    3279000 | #Constraints:      73021
3229.86/3249.40	c #Conflicts:    3280000 | #Constraints:      74021
3229.86/3249.40	c #Conflicts:    3281000 | #Constraints:      75021
3229.86/3249.40	WSVECS04 Frhs2[16]: 6 -4.55563 0 shouldn't be
3229.86/3249.40	WSVECS04 Frhs2[23]: 6 -1.77779 0 shouldn't be
3229.86/3249.40	WSVECS04 Frhs2[24]: 6 0 1.00006 shouldn't be
3229.86/3249.40	WSVECS04 Frhs2[25]: 6 0 1.00002 shouldn't be
3229.86/3249.40	WSVECS04 Frhs2[29]: 6 -0.777836 0 shouldn't be
3229.86/3249.40	WSVECS04 Frhs2[32]: 6 0 1.0001 shouldn't be
3229.86/3249.40	WSVECS04 Frhs2[62]: 6 -0.777855 0 shouldn't be
3229.86/3249.40	WSVECS04 Frhs2[64]: 6 0 1.00004 shouldn't be
3229.86/3249.40	WSVECS04 Frhs2[66]: 6 0 1.00007 shouldn't be
3229.86/3249.40	WSVECS04 Frhs2[71]: 6 0 1.0001 shouldn't be
3229.86/3249.40	WSVECS04 Frhs2[72]: 6 0 1.00004 shouldn't be
3229.86/3249.40	WSVECS04 Frhs2[73]: 6 0 1.00001 shouldn't be
3229.86/3249.40	WSVECS04 Frhs2[110]: 6 0 1.00008 shouldn't be
3229.86/3249.40	WSVECS04 Frhs2[113]: 6 -1.77787 0 shouldn't be
3229.86/3249.40	WSVECS04 Frhs2[114]: 6 -1.77782 0 shouldn't be
3274.00/3293.73	c #Conflicts:    3282000 | #Constraints:      76021
3274.00/3293.73	c #Conflicts:    3283000 | #Constraints:      77021
3274.00/3293.73	c #Conflicts:    3284000 | #Constraints:      78021
3274.00/3293.73	c #Conflicts:    3285000 | #Constraints:      79021
3274.00/3293.73	c #Conflicts:    3286000 | #Constraints:      80021
3274.00/3293.73	c #Conflicts:    3287000 | #Constraints:      81021
3274.00/3293.73	c #Conflicts:    3288000 | #Constraints:      82021
3274.00/3293.73	c #Conflicts:    3289000 | #Constraints:      83021
3274.00/3293.73	c #Conflicts:    3290000 | #Constraints:      84021
3274.00/3293.73	c #Conflicts:    3291000 | #Constraints:      85021
3274.00/3293.73	c #Conflicts:    3292000 | #Constraints:      86021
3274.00/3293.73	c #Conflicts:    3293000 | #Constraints:      87021
3274.00/3293.73	c #Conflicts:    3294000 | #Constraints:      88022
3274.00/3293.73	c #Conflicts:    3295000 | #Constraints:      89023
3274.00/3293.73	c #Conflicts:    3296000 | #Constraints:      90024
3274.00/3293.73	c #Conflicts:    3297000 | #Constraints:      91024
3274.00/3293.73	c #Conflicts:    3298000 | #Constraints:      92026
3274.00/3293.73	c #Conflicts:    3299000 | #Constraints:      93026
3274.00/3293.73	c #Conflicts:    3300000 | #Constraints:      94027
3274.00/3293.73	c #Conflicts:    3301000 | #Constraints:      95027
3274.00/3293.73	c #Conflicts:    3302000 | #Constraints:      96027
3274.00/3293.73	c #Conflicts:    3303000 | #Constraints:      97027
3274.00/3293.73	c #Conflicts:    3304000 | #Constraints:      98027
3274.00/3293.73	c #Conflicts:    3305000 | #Constraints:      99027
3274.00/3293.73	c #Conflicts:    3306000 | #Constraints:     100027
3274.00/3293.73	c #Conflicts:    3307000 | #Constraints:     101027
3274.00/3293.73	c #Conflicts:    3308000 | #Constraints:     102027
3274.00/3293.73	c #Conflicts:    3309000 | #Constraints:     103029
3274.00/3293.73	c #Conflicts:    3310000 | #Constraints:     104029
3274.00/3293.73	c #Conflicts:    3311000 | #Constraints:     105029
3274.00/3293.73	c #Conflicts:    3312000 | #Constraints:     106029
3274.00/3293.73	c #Conflicts:    3313000 | #Constraints:     107029
3274.00/3293.73	c #Conflicts:    3314000 | #Constraints:     108030
3274.00/3293.73	c #Conflicts:    3315000 | #Constraints:     109030
3274.00/3293.73	c #Conflicts:    3316000 | #Constraints:     110032
3274.00/3293.73	c #Conflicts:    3317000 | #Constraints:     111032
3274.00/3293.73	c #Conflicts:    3318000 | #Constraints:     112032
3274.00/3293.73	c #Conflicts:    3319000 | #Constraints:     113032
3274.00/3293.73	c #Conflicts:    3320000 | #Constraints:     114032
3274.00/3293.73	c #Conflicts:    3321000 | #Constraints:     115032
3274.00/3293.73	c #Conflicts:    3322000 | #Constraints:     116032
3274.00/3293.73	c #Conflicts:    3323000 | #Constraints:     117032
3274.00/3293.73	c #Conflicts:    3324000 | #Constraints:     118032
3274.00/3293.73	c #Conflicts:    3325000 | #Constraints:     119032
3274.00/3293.73	c #Conflicts:    3326000 | #Constraints:     120032
3274.00/3293.73	WSVECS04 Frhs2[102]: 6 0 1 shouldn't be
3370.16/3390.22	c #Conflicts:    3327000 | #Constraints:     121032
3370.16/3390.22	c #Conflicts:    3328000 | #Constraints:     122032
3370.16/3390.22	c #Conflicts:    3329000 | #Constraints:     123032
3370.16/3390.22	c #Conflicts:    3330000 | #Constraints:     124032
3370.16/3390.22	c #Conflicts:    3331000 | #Constraints:     125032
3370.16/3390.22	c #Conflicts:    3332000 | #Constraints:     126033
3370.16/3390.22	c #Conflicts:    3333000 | #Constraints:     127033
3370.16/3390.22	c #Conflicts:    3334000 | #Constraints:     128033
3370.16/3390.22	c #Conflicts:    3335000 | #Constraints:     129033
3370.16/3390.22	c #Conflicts:    3336000 | #Constraints:     130033
3370.16/3390.22	c #Conflicts:    3337000 | #Constraints:     131033
3370.16/3390.22	c #Conflicts:    3338000 | #Constraints:     132033
3370.16/3390.22	c #Conflicts:    3339000 | #Constraints:     133033
3370.16/3390.22	c #Conflicts:    3340000 | #Constraints:     134036
3370.16/3390.22	c #Conflicts:    3341000 | #Constraints:     135037
3370.16/3390.22	c #Conflicts:    3342000 | #Constraints:     136037
3370.16/3390.22	c #Conflicts:    3343000 | #Constraints:     137037
3370.16/3390.22	c #Conflicts:    3344000 | #Constraints:     138037
3370.16/3390.22	c #Conflicts:    3345000 | #Constraints:     139037
3370.16/3390.22	c #Conflicts:    3346000 | #Constraints:     140037
3370.16/3390.22	c #Conflicts:    3347000 | #Constraints:     141037
3370.16/3390.22	c #Conflicts:    3348000 | #Constraints:     142038
3370.16/3390.22	c #Conflicts:    3349000 | #Constraints:     143038
3370.16/3390.22	c #Conflicts:    3350000 | #Constraints:     144038
3370.16/3390.22	c #Conflicts:    3351000 | #Constraints:     145038
3370.16/3390.22	c #Conflicts:    3352000 | #Constraints:     146038
3370.16/3390.22	c #Conflicts:    3353000 | #Constraints:     147038
3370.16/3390.22	c #Conflicts:    3354000 | #Constraints:     148038
3370.16/3390.22	c #Conflicts:    3355000 | #Constraints:     149038
3370.16/3390.22	c #Conflicts:    3356000 | #Constraints:     150038
3370.16/3390.22	c #Conflicts:    3357000 | #Constraints:     151038
3370.16/3390.22	c #Conflicts:    3358000 | #Constraints:     152039
3370.16/3390.22	c #Conflicts:    3359000 | #Constraints:     153040
3370.16/3390.22	c #Conflicts:    3360000 | #Constraints:     154040
3370.16/3390.22	c #Conflicts:    3361000 | #Constraints:     155040
3370.16/3390.22	c #Conflicts:    3362000 | #Constraints:     156040
3370.16/3390.22	c #Conflicts:    3363000 | #Constraints:     157040
3370.16/3390.22	c #Conflicts:    3364000 | #Constraints:     158040
3370.16/3390.22	c #Conflicts:    3365000 | #Constraints:     159040
3370.16/3390.22	c #Conflicts:    3366000 | #Constraints:     160040
3370.16/3390.22	c #Conflicts:    3367000 | #Constraints:     161040
3370.16/3390.22	c #Conflicts:    3368000 | #Constraints:     162040
3370.16/3390.22	c #Conflicts:    3369000 | #Constraints:     163040
3370.16/3390.22	c #Conflicts:    3370000 | #Constraints:     164040
3370.16/3390.22	c #Conflicts:    3371000 | #Constraints:     165040
3370.16/3390.22	c #Conflicts:    3372000 | #Constraints:     166040
3370.16/3390.22	c #Conflicts:    3373000 | #Constraints:     167040
3370.16/3390.22	c #Conflicts:    3374000 | #Constraints:     168040
3370.16/3390.22	c #Conflicts:    3375000 | #Constraints:     169040
3370.16/3390.22	c #Conflicts:    3376000 | #Constraints:     170040
3370.16/3390.22	c #Conflicts:    3377000 | #Constraints:     171040
3370.16/3390.22	c #Conflicts:    3378000 | #Constraints:     172040
3370.16/3390.22	c #Conflicts:    3379000 | #Constraints:     173040
3370.16/3390.22	c #Conflicts:    3380000 | #Constraints:     174040
3370.16/3390.22	c #Conflicts:    3381000 | #Constraints:     175040
3370.16/3390.22	c #Conflicts:    3382000 | #Constraints:     176040
3370.16/3390.22	c #Conflicts:    3383000 | #Constraints:     177040
3370.16/3390.22	c #Conflicts:    3384000 | #Constraints:     178040
3370.16/3390.22	c #Conflicts:    3385000 | #Constraints:     179040
3370.16/3390.22	c #Conflicts:    3386000 | #Constraints:     180040
3370.16/3390.22	c #Conflicts:    3387000 | #Constraints:     181040
3370.16/3390.22	c #Conflicts:    3388000 | #Constraints:     182040
3370.16/3390.22	c #Conflicts:    3389000 | #Constraints:     183040
3370.16/3390.22	c #Conflicts:    3390000 | #Constraints:     184040
3370.16/3390.22	c #Conflicts:    3391000 | #Constraints:     185040
3370.16/3390.22	c #Conflicts:    3392000 | #Constraints:     186040
3370.16/3390.22	c #Conflicts:    3393000 | #Constraints:     187040
3370.16/3390.22	c #Conflicts:    3394000 | #Constraints:     188040
3370.16/3390.22	c #Conflicts:    3395000 | #Constraints:     189040
3370.16/3390.22	c #Conflicts:    3396000 | #Constraints:     190040
3370.16/3390.22	c #Conflicts:    3397000 | #Constraints:     191040
3370.16/3390.22	c #Conflicts:    3398000 | #Constraints:     192040
3370.16/3390.22	c #Conflicts:    3399000 | #Constraints:     193040
3370.16/3390.22	c #Conflicts:    3400000 | #Constraints:     194040
3370.16/3390.22	c #Conflicts:    3401000 | #Constraints:     195040
3370.16/3390.22	c #Conflicts:    3402000 | #Constraints:     196040
3370.16/3390.22	c #Conflicts:    3403000 | #Constraints:     197040
3370.16/3390.22	c #Conflicts:    3404000 | #Constraints:     198040
3370.16/3390.22	c #Conflicts:    3405000 | #Constraints:     199040
3391.97/3412.13	c #Conflicts:    3406000 | #Constraints:     200040
3391.97/3412.13	c #Conflicts:    3407000 | #Constraints:     201040
3391.97/3412.13	c #Conflicts:    3408000 | #Constraints:     202040
3391.97/3412.13	c #Conflicts:    3409000 | #Constraints:     203040
3391.97/3412.13	c #Conflicts:    3410000 | #Constraints:     204040
3391.97/3412.13	c #Conflicts:    3411000 | #Constraints:     205040
3391.97/3412.13	c #Conflicts:    3412000 | #Constraints:     206041
3391.97/3412.13	c #Conflicts:    3413000 | #Constraints:     207041
3391.97/3412.13	c #Conflicts:    3414000 | #Constraints:     208041
3391.97/3412.13	c #Conflicts:    3415000 | #Constraints:     209041
3391.97/3412.13	c #Conflicts:    3416000 | #Constraints:     210041
3391.97/3412.13	c #Conflicts:    3417000 | #Constraints:     211041
3391.97/3412.13	c #Conflicts:    3418000 | #Constraints:     212041
3391.97/3412.13	c #Conflicts:    3419000 | #Constraints:     213041
3391.97/3412.13	WSVECS04 Frhs2[186]: 6 0 0.11064 shouldn't be
3391.97/3412.13	WSVECS04 Frhs2[285]: 6 0 0.0625511 shouldn't be
3391.97/3412.13	WSVECS04 Frhs2[287]: 6 0 0.203412 shouldn't be
3391.97/3412.13	WSVECS04 Frhs2[302]: 6 0 0.0353504 shouldn't be
3391.97/3412.13	WSVECS04 Frhs2[314]: 6 0 0.0149455 shouldn't be
3391.97/3412.13	WSVECS04 Frhs2[342]: 6 0 0.0119551 shouldn't be
3391.97/3412.13	WSVECS04 Frhs2[753]: 6 0 0.0544044 shouldn't be
3391.97/3412.13	WSVECS04 Frhs2[769]: 6 0 0.0632026 shouldn't be
3391.97/3412.13	WSVECS04 Frhs2[940]: 6 0 0.0203058 shouldn't be
3391.97/3412.13	WSVECS04 Frhs2[955]: 6 0 0.0425609 shouldn't be
3391.97/3412.13	WSVECS04 Frhs2[1160]: 6 0 0.0929356 shouldn't be
3391.97/3412.13	WSVECS04 Frhs2[1179]: 6 0 0.0160395 shouldn't be
3391.97/3412.13	WSVECS04 Frhs2[1285]: 6 0 0.043502 shouldn't be
3392.86/3413.03	WSVECS04 Frhs2[315]: 6 0 0.00802205 shouldn't be
3392.86/3413.03	WSVECS04 Frhs2[398]: 6 0 0.0573231 shouldn't be
3392.86/3413.03	WSVECS04 Frhs2[498]: 6 0 0.0937683 shouldn't be
3392.86/3413.03	WSVECS04 Frhs2[591]: 6 0 0.0346975 shouldn't be
3392.86/3413.03	WSVECS04 Frhs2[653]: 6 0 0.0418112 shouldn't be
3392.86/3413.03	WSVECS04 Frhs2[908]: 6 0 0.0247484 shouldn't be
3392.86/3413.03	WSVECS04 Frhs2[956]: 6 0 0.00550523 shouldn't be
3392.86/3413.03	WSVECS04 Frhs2[1082]: 6 0 0.0189463 shouldn't be
3392.86/3413.03	WSVECS04 Frhs2[1160]: 6 0 0.00597962 shouldn't be
3392.86/3413.03	WSVECS04 Frhs2[1192]: 6 0 0.0110435 shouldn't be
3392.86/3413.03	WSVECS04 Frhs2[1226]: 6 0 0.00956707 shouldn't be
3392.86/3413.03	WSVECS04 Frhs2[1239]: 6 0 0.0138799 shouldn't be
3392.86/3413.03	WSVECS04 Frhs2[1251]: 6 0 0.0168033 shouldn't be
3392.86/3413.03	WSVECS04 Frhs2[1380]: 6 0 0.000890312 shouldn't be
3392.86/3413.03	WSVECS04 Frhs2[1482]: 6 0 0.0247931 shouldn't be
3392.86/3413.03	WSVECS04 Frhs2[1625]: 6 0 0.0253523 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[57]: 6 0 0.004644 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[161]: 6 0 0.0719847 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[178]: 6 0 0.0186084 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[181]: 6 0 0.0196478 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[182]: 6 0 0.0423596 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[185]: 6 0 0.0194901 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[201]: 6 0 0.0238213 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[214]: 6 0 0.00623303 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[235]: 6 0 0.0185697 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[263]: 6 0 0.0362849 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[273]: 6 0 0.00122442 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[284]: 6 0 0.0399522 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[298]: 6 0 0.0819922 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[326]: 6 0 0.0218832 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[354]: 6 0 0.00704367 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[451]: 6 0 0.0867373 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[588]: 6 0 0.0249382 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[591]: 6 0 0.096981 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[695]: 6 0 0.0168414 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[788]: 6 0 0.000313412 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[871]: 6 0 0.0132764 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[917]: 6 0 0.00131017 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[979]: 6 0 0.0133462 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[1004]: 6 0 0.017274 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[1023]: 6 0 0.01211 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[1123]: 6 0 0.00800005 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[1194]: 6 0 0.00802781 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[1292]: 6 0 0.00383927 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[1296]: 6 0 0.00827463 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[1326]: 6 0 0.0272304 shouldn't be
3393.77/3413.93	WSVECS04 Frhs2[1499]: 6 0 0.00686675 shouldn't be
3394.97/3415.19	c #Conflicts:    3420000 | #Constraints:     214044
3394.97/3415.19	c INPROCESSING
3394.97/3415.19	c GARBAGE COLLECT
3394.97/3415.19	WSVECS04 Frhs2[18]: 6 0 1.56138 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[63]: 6 0 3.73016 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[125]: 6 0 0.716242 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[132]: 6 0 0.309352 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[141]: 6 0 0.48262 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[148]: 6 0 0.606467 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[245]: 6 0 0.708696 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[264]: 6 0 0.385477 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[297]: 6 0 0.178146 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[313]: 6 0 0.346447 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[314]: 6 0 0.455359 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[323]: 6 0 0.0184843 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[333]: 6 0 0.382341 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[344]: 6 0 2.53922 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[354]: 6 0 2.15343 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[363]: 6 0 0.44604 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[364]: 6 0 1.01016 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[369]: 6 0 0.0113894 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[394]: 6 0 0.0211051 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[403]: 6 0 0.465287 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[415]: 6 0 0.426933 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[423]: 6 0 0.204563 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[424]: 6 0 0.770671 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[436]: 6 0 2.85298 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[438]: 6 0 0.911329 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[442]: 6 0 2.019 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[454]: 6 0 1.63889 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[524]: 6 0 0.178724 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[553]: 6 0 0.641364 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[559]: 6 0 0.593939 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[571]: 6 0 0.480686 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[576]: 6 0 1.2373 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[590]: 6 0 1.64706 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[635]: 6 0 0.3272 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[637]: 6 0 0.178407 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[678]: 6 0 0.814719 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[690]: 6 0 0.148484 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[706]: 6 0 1.61106 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[710]: 6 0 0.187584 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[711]: 6 0 1.40926 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[717]: 6 0 0.113749 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[724]: 6 0 0.466679 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[725]: 6 0 1.00227 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[777]: 6 0 2.05096 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[789]: 6 0 0.915876 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[793]: 6 0 0.0341714 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[802]: 6 0 0.290146 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[814]: 6 0 0.164589 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[825]: 6 0 0.642438 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[844]: 6 0 0.191906 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[870]: 6 0 0.193402 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[893]: 6 0 0.686887 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[910]: 6 0 0.0118259 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[950]: 6 0 0.294418 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[952]: 6 0 0.244706 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[962]: 6 0 0.563624 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[999]: 6 0 0.0583462 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1017]: 6 0 0.0583462 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1031]: 6 0 0.108177 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1069]: 6 0 5.43352 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1106]: 6 0 0.0848207 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1118]: 6 0 0.103864 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1127]: 6 0 0.53309 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1131]: 6 0 0.0915731 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1135]: 6 0 0.675844 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1140]: 6 0 0.240733 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1141]: 6 0 0.655281 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1142]: 6 0 0.131065 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1147]: 6 0 0.248663 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1158]: 6 0 5.04768 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1159]: 6 0 0.691841 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1165]: 6 0 0.228259 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1193]: 6 0 0.108219 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1202]: 6 0 0.572997 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1231]: 6 0 1.03148 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1263]: 6 0 0.060449 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1268]: 6 0 0.0393837 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1271]: 6 0 0.0745201 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1318]: 6 0 0.881525 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1354]: 6 0 0.841744 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1355]: 6 0 0.0484816 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1370]: 6 0 1.94665 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1426]: 6 0 0.706741 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1445]: 6 0 0.10821 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1450]: 6 0 0.74375 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1462]: 6 0 0.510983 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1464]: 6 0 0.17536 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1474]: 6 0 0.1319 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1505]: 6 0 0.233138 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1513]: 6 0 0.0344194 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1517]: 6 0 1.3738 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1519]: 6 0 0.977452 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1549]: 6 0 0.512969 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1551]: 6 0 0.368613 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1558]: 6 0 0.175588 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1562]: 6 0 0.679444 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1563]: 6 0 1.02859 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1604]: 6 0 1.36389 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1617]: 6 0 0.598781 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1647]: 6 0 0.556209 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1650]: 6 0 1.65897 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1681]: 6 0 0.653872 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1689]: 6 0 0.628818 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1693]: 6 0 0.419916 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1694]: 6 0 0.233618 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1696]: 6 0 2.40843 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1699]: 6 0 0.126619 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1703]: 6 0 0.815693 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1708]: 6 0 0.281046 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1729]: 6 0 0.591539 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1730]: 6 0 0.157856 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1736]: 6 0 1.19808 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1737]: 6 0 1.51176 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1740]: 6 0 1.29744 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1743]: 6 0 0.173723 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1744]: 6 0 0.173676 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1747]: 6 0 1.6926 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1748]: 6 0 0.67642 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1751]: 6 0 1.20343 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1752]: 6 0 0.035593 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1756]: 6 0 2.40389 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1757]: 6 0 0.397253 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1760]: 6 0 1.48721 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1762]: 6 0 1.72467 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1763]: 6 0 1.67002 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1782]: 6 0 0.91837 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1803]: 6 0 1.69033 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1817]: 6 0 0.605891 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1822]: 6 0 1.92227 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1828]: 6 0 0.842368 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1833]: 6 0 0.663115 shouldn't be
3394.97/3415.19	WSVECS04 Frhs2[1858]: 6 -1.26984 0 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[41]: 6 0 4.92822 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[43]: 6 0 0.341588 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[90]: 6 0 2.32931 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[122]: 6 0 0.113045 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[123]: 6 0 1.32577 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[127]: 6 0 0.647959 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[128]: 6 0 0.913476 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[129]: 6 0 0.602049 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[133]: 6 0 0.594514 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[135]: 6 0 0.799875 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[136]: 6 0 0.618394 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[139]: 6 0 0.731516 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[140]: 6 0 1.2606 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[146]: 6 0 1.10122 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[150]: 6 0 0.885785 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[165]: 6 0 0.156797 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[166]: 6 0 0.444247 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[172]: 6 0 0.113199 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[173]: 6 0 0.680587 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[174]: 6 0 0.837932 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[175]: 6 0 0.594634 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[176]: 6 0 1.01107 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[178]: 6 0 2.02762 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[180]: 6 0 1.06271 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[181]: 6 0 1.84931 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[184]: 6 0 1.53683 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[185]: 6 0 4.12815 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[188]: 6 0 0.860146 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[242]: 6 0 0.423754 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[248]: 6 0 1.08887 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[250]: 6 0 0.797332 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[271]: 6 0 0.699506 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[273]: 6 0 0.472178 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[275]: 6 0 0.477357 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[277]: 6 0 0.540849 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[281]: 6 0 1.33804 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[282]: 6 0 0.723437 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[291]: 6 0 0.326236 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[321]: 6 0 4.3417 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[326]: 6 0 0.607844 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[327]: 6 0 0.268512 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[343]: 6 0 1.7677 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[346]: 6 0 2.08803 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[352]: 6 0 8.5282 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[359]: 6 0 1.28906 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[362]: 6 0 0.51983 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[367]: 6 0 0.286824 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[368]: 6 0 0.623967 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[371]: 6 0 0.7958 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[378]: 6 0 2.15166 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[382]: 6 0 0.839127 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[384]: 6 0 1.04088 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[385]: 6 0 1.66639 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[386]: 6 0 2.70029 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[389]: 6 0 0.934822 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[391]: 6 0 0.229044 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[395]: 6 0 0.253977 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[443]: 6 0 2.23377 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[459]: 6 0 0.113148 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[462]: 6 0 0.172841 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[475]: 6 0 0.347167 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[493]: 6 0 0.68157 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[495]: 6 0 1.19384 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[496]: 6 0 0.347941 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[505]: 6 0 1.4863 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[506]: 6 0 0.824871 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[508]: 6 0 0.705541 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[511]: 6 0 0.537367 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[513]: 6 0 0.744654 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[514]: 6 0 1.2684 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[517]: 6 0 2.02605 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[518]: 6 0 0.454624 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[520]: 6 0 0.552477 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[521]: 6 0 0.187143 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[525]: 6 0 0.116822 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[527]: 6 0 0.853123 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[528]: 6 0 0.934126 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[533]: 6 0 0.563042 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[534]: 6 0 1.72645 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[537]: 6 0 0.751759 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[539]: 6 0 0.432745 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[541]: 6 0 0.206149 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[542]: 6 0 2.37767 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[543]: 6 0 0.412225 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[544]: 6 0 1.54322 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[546]: 6 0 0.198021 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[551]: 6 0 4.1354 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[600]: 6 0 1.35731 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[613]: 6 0 0.604694 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[615]: 6 0 0.133081 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[618]: 6 0 0.774966 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[621]: 6 0 8.02152e-05 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[622]: 6 0 0.486017 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[628]: 6 0 1.57044 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[629]: 6 0 1.3485 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[630]: 6 0 0.624037 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[653]: 6 0 1.84848 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[661]: 6 0 1.87457 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[671]: 6 0 0.409682 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[677]: 6 0 1.12281 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[679]: 6 0 0.520213 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[699]: 6 0 1.04011 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[701]: 6 0 1.02888 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[702]: 6 0 0.650012 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[704]: 6 0 0.637525 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[707]: 6 0 1.52767 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[709]: 6 0 1.63052 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[714]: 6 0 0.473204 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[715]: 6 0 1.28242 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[718]: 6 0 1.35729 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[729]: 6 0 0.56736 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[731]: 6 0 1.32917 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[750]: 6 0 0.363462 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[754]: 6 0 0.607539 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[757]: 6 0 1.29294 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[759]: 6 0 0.176349 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[760]: 6 0 1.70042 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[771]: 6 0 1.00767 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[813]: 6 0 1.74142 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[837]: 6 0 0.990361 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[838]: 6 0 1.01855 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[841]: 6 0 0.150357 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[849]: 6 0 1.05031 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[869]: 6 0 0.237118 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[877]: 6 0 1.3102 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[886]: 6 0 0.140227 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[890]: 6 0 0.38429 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[892]: 6 0 0.589983 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[902]: 6 0 0.138078 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[922]: 6 0 0.40824 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[941]: 6 0 0.512194 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[945]: 6 0 0.77284 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[949]: 6 0 0.930519 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[959]: 6 0 0.108198 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[960]: 6 0 0.81901 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[964]: 6 0 0.386413 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[966]: 6 0 0.890213 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[972]: 6 0 0.212377 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[974]: 6 0 0.316156 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[977]: 6 0 0.32047 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[979]: 6 0 0.489959 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[981]: 6 0 1.10041 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[984]: 6 0 1.10254 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[988]: 6 0 0.104614 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1002]: 6 0 0.890244 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1019]: 6 0 0.533093 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1022]: 6 0 1.21863 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1026]: 6 0 0.192138 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1027]: 6 0 0.705637 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1029]: 6 0 0.278421 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1039]: 6 0 1.75124 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1048]: 6 0 0.508113 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1061]: 6 0 0.81736 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1077]: 6 0 0.539621 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1109]: 6 0 0.832064 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1110]: 6 0 0.782103 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1111]: 6 0 0.388467 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1114]: 6 0 0.228941 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1139]: 6 0 0.613186 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1145]: 6 0 0.940214 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1163]: 6 0 0.533137 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1173]: 6 0 0.278388 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1174]: 6 0 2.91566 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1175]: 6 0 0.646234 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1192]: 6 0 2.41512 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1206]: 6 0 0.643511 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1211]: 6 0 1.13583 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1213]: 6 0 0.460669 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1220]: 6 0 0.868217 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1221]: 6 0 1.00775 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1225]: 6 0 1.08867 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1229]: 6 0 0.996201 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1232]: 6 0 0.598285 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1236]: 6 0 1.2744 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1240]: 6 0 0.176115 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1248]: 6 0 1.01893 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1253]: 6 0 0.592685 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1269]: 6 0 0.275664 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1273]: 6 0 0.323186 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1285]: 6 0 1.0694 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1286]: 6 0 0.735387 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1288]: 6 0 1.43531 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1297]: 6 0 1.64329 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1308]: 6 0 2.20886 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1314]: 6 0 0.384268 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1322]: 6 0 0.60151 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1332]: 6 0 1.65286 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1334]: 6 0 3.45463 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1339]: 6 0 1.52576 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1340]: 6 0 0.955309 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1341]: 6 0 1.02307 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1343]: 6 0 1.8903 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1344]: 6 0 1.28189 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1347]: 6 0 0.771753 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1360]: 6 0 1.51251 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1372]: 6 0 0.839307 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1375]: 6 0 2.34578 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1376]: 6 0 1.91268 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1379]: 6 0 3.43972 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1380]: 6 0 2.41304 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1381]: 6 0 2.24833 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1385]: 6 0 2.28508 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1389]: 6 0 0.138399 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1397]: 6 0 0.135887 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1403]: 6 0 0.0810066 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1411]: 6 0 0.0248154 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1422]: 6 0 0.19217 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1449]: 6 0 0.219194 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1467]: 6 0 0.619115 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1471]: 6 0 1.27252 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1472]: 6 0 1.50966 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1476]: 6 0 0.0724377 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1481]: 6 0 0.057158 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1484]: 6 0 1.59126 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1485]: 6 0 1.48527 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1487]: 6 0 0.948258 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1488]: 6 0 0.197987 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1489]: 6 0 2.10164 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1490]: 6 0 0.468135 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1491]: 6 0 1.59126 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1497]: 6 0 0.517064 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1502]: 6 0 0.40551 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1503]: 6 0 0.4733 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1511]: 6 0 0.219129 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1533]: 6 0 0.160526 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1537]: 6 0 1.62398 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1543]: 6 0 1.13495 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1547]: 6 0 2.07373 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1561]: 6 0 0.600893 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1564]: 6 0 2.55252 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1565]: 6 0 1.77268 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1574]: 6 0 0.119134 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1593]: 6 0 2.33415 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1601]: 6 0 0.971072 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1609]: 6 0 0.548616 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1613]: 6 0 1.59003 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1614]: 6 0 0.796474 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1626]: 6 0 0.581232 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1627]: 6 0 2.39901 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1638]: 6 0 2.36411 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1642]: 6 0 3.22587 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1645]: 6 0 2.89513 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1649]: 6 0 3.24822 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1651]: 6 0 3.17236 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1655]: 6 0 0.844456 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1667]: 6 0 0.96271 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1671]: 6 0 0.250321 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1687]: 6 0 0.996955 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1700]: 6 0 0.641162 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1707]: 6 0 0.380124 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1717]: 6 0 0.398027 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1722]: 6 0 0.172174 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1723]: 6 0 1.0639 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1724]: 6 0 1.16965 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1739]: 6 0 1.96396 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1745]: 6 0 0.454036 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1749]: 6 0 3.20789 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1750]: 6 0 4.85175 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1753]: 6 0 3.28996 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1754]: 6 0 3.45561 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1755]: 6 0 3.17106 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1775]: 6 0 4.83656 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1779]: 6 0 0.868259 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1786]: 6 0 1.17599 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1787]: 6 0 2.4804 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1791]: 6 0 0.000728958 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1792]: 6 0 0.851349 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1793]: 6 0 0.193867 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1804]: 6 0 2.54895 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1805]: 6 0 1.00358 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1808]: 6 0 0.869853 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1813]: 6 0 1.52604 shouldn't be
3395.56/3415.73	WSVECS04 Frhs2[1834]: 6 0 1.61474 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[171]: 6 0 0.253636 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[256]: 6 0 0.178069 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[285]: 6 0 0.276532 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[375]: 6 0 0.983367 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[380]: 6 0 1.06386 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[388]: 6 0 0.293896 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[406]: 6 0 1.14787 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[427]: 6 0 0.90957 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[492]: 6 0 0.0381002 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[570]: 6 0 1.02822 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[623]: 6 0 1.57627 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[649]: 6 0 0.205846 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[650]: 6 0 1.42793 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[652]: 6 0 0.465365 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[669]: 6 0 1.11204 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[680]: 6 0 1.27061 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[703]: 6 0 1.4333 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[712]: 6 0 1.39583 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[758]: 6 0 0.548735 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[761]: 6 0 0.771859 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[766]: 6 0 0.361301 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[792]: 6 0 0.643033 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[799]: 6 0 0.873285 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[831]: 6 0 0.974529 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[847]: 6 0 2.0657 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[924]: 6 0 0.396471 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[953]: 6 0 0.910903 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1011]: 6 0 0.278427 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1032]: 6 0 3.47989 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1071]: 6 0 0.060006 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1129]: 6 0 0.496652 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1195]: 6 0 2.17115 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1219]: 6 0 1.01569 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1230]: 6 0 0.384194 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1235]: 6 0 1.7983 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1245]: 6 0 0.365476 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1255]: 6 0 0.186997 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1259]: 6 0 0.875159 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1272]: 6 0 0.75913 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1302]: 6 0 5.32118 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1317]: 6 0 0.27842 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1325]: 6 0 0.533056 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1368]: 6 0 2.00827 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1377]: 6 0 1.46441 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1378]: 6 0 2.33291 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1401]: 6 0 0.327443 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1431]: 6 0 0.219218 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1451]: 6 0 0.940253 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1454]: 6 0 0.5407 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1515]: 6 0 0.427005 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1520]: 6 0 0.315475 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1525]: 6 0 2.6026 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1539]: 6 0 0.318099 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1559]: 6 0 0.36083 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1591]: 6 0 2.14506 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1592]: 6 0 2.15207 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1622]: 6 0 3.28514 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1633]: 6 0 0.801259 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1641]: 6 0 2.62895 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1643]: 6 0 2.97689 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1684]: 6 0 1.22094 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1701]: 6 0 0.27914 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1704]: 6 0 0.554488 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1705]: 6 0 0.496628 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1709]: 6 0 0.396915 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1735]: 6 0 0.778414 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1742]: 6 0 0.514665 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1767]: 6 0 2.18183 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1781]: 6 0 0.8457 shouldn't be
3396.15/3416.37	WSVECS04 Frhs2[1802]: 6 0 0.462365 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[145]: 6 0 0.352147 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[147]: 6 0 1.36914 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[233]: 6 0 3.28478 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[267]: 6 0 0.0638296 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[342]: 6 0 2.61382 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[425]: 6 0 0.339483 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[480]: 6 0 2.87865 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[487]: 6 0 0.285484 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[500]: 6 0 1.29495 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[501]: 6 0 0.634736 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[530]: 6 0 0.577138 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[555]: 6 0 1.0512 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[633]: 6 0 0.329528 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[681]: 6 0 0.865823 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[691]: 6 0 0.258992 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[806]: 6 0 1.61776 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[810]: 6 0 0.11938 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[826]: 6 0 0.565661 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[830]: 6 0 0.505609 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[885]: 6 0 0.799325 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[943]: 6 0 0.771296 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[1001]: 6 0 0.533081 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[1003]: 6 0 0.496665 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[1053]: 6 0 0.280714 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[1065]: 6 0 0.278433 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[1125]: 6 0 0.00365663 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[1214]: 6 0 1.59129 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[1222]: 6 0 1.05623 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[1246]: 6 0 0.687832 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[1323]: 6 0 0.22083 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[1349]: 6 0 0.00755462 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[1384]: 6 0 1.7271 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[1413]: 6 0 0.1733 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[1435]: 6 0 0.248675 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[1550]: 6 0 0.274897 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[1577]: 6 0 0.507048 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[1623]: 6 0 0.130478 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[1648]: 6 0 1.82954 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[1653]: 6 0 0.764766 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[1662]: 6 0 0.311478 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[1712]: 6 0 0.103883 shouldn't be
3396.86/3417.08	WSVECS04 Frhs2[1719]: 6 0 0.279075 shouldn't be
3397.65/3417.82	WSVECS04 Frhs2[335]: 6 0 3.13908 shouldn't be
3397.65/3417.82	WSVECS04 Frhs2[357]: 6 0 4.14265 shouldn't be
3397.65/3417.82	WSVECS04 Frhs2[428]: 6 0 3.15963 shouldn't be
3397.65/3417.82	WSVECS04 Frhs2[503]: 6 0 1.22372 shouldn't be
3397.65/3417.82	WSVECS04 Frhs2[601]: 6 0 0.755601 shouldn't be
3397.65/3417.82	WSVECS04 Frhs2[674]: 6 0 0.118904 shouldn't be
3397.65/3417.82	WSVECS04 Frhs2[708]: 6 0 2.0209 shouldn't be
3397.65/3417.82	WSVECS04 Frhs2[937]: 6 0 0.762268 shouldn't be
3397.65/3417.82	WSVECS04 Frhs2[978]: 6 0 1.93888 shouldn't be
3397.65/3417.82	WSVECS04 Frhs2[1009]: 6 0 0.675809 shouldn't be
3397.65/3417.82	WSVECS04 Frhs2[1044]: 6 0 0.192187 shouldn't be
3397.65/3417.82	WSVECS04 Frhs2[1091]: 6 0 0.328268 shouldn't be
3397.65/3417.82	WSVECS04 Frhs2[1210]: 6 0 2.01847 shouldn't be
3397.65/3417.82	WSVECS04 Frhs2[1254]: 6 0 0.580567 shouldn't be
3397.65/3417.82	WSVECS04 Frhs2[1371]: 6 0 1.97689 shouldn't be
3397.65/3417.82	WSVECS04 Frhs2[1424]: 6 0 0.103889 shouldn't be
3397.65/3417.82	WSVECS04 Frhs2[1506]: 6 0 1.39793 shouldn't be
3397.65/3417.82	WSVECS04 Frhs2[1538]: 6 0 0.85169 shouldn't be
3397.65/3417.82	WSVECS04 Frhs2[1764]: 6 0 0.488193 shouldn't be
3398.75/3419.00	WSVECS04 Frhs2[409]: 6 0 0.0322545 shouldn't be
3398.75/3419.00	WSVECS04 Frhs2[568]: 6 0 3.28923 shouldn't be
3398.75/3419.00	WSVECS04 Frhs2[620]: 6 0 0.144593 shouldn't be
3398.75/3419.00	WSVECS04 Frhs2[705]: 6 0 0.389152 shouldn't be
3398.75/3419.00	WSVECS04 Frhs2[871]: 6 0 0.16206 shouldn't be
3398.75/3419.00	WSVECS04 Frhs2[936]: 6 0 0.661724 shouldn't be
3398.75/3419.00	WSVECS04 Frhs2[946]: 6 0 0.214037 shouldn't be
3398.75/3419.00	WSVECS04 Frhs2[1028]: 6 0 1.30269 shouldn't be
3398.75/3419.00	WSVECS04 Frhs2[1092]: 6 0 0.278211 shouldn't be
3398.75/3419.00	WSVECS04 Frhs2[1383]: 6 0 1.89788 shouldn't be
3398.75/3419.00	WSVECS04 Frhs2[1718]: 6 0 0.56364 shouldn't be
3398.75/3419.00	WSVECS04 Frhs2[1758]: 6 0 1.34418 shouldn't be
3399.95/3420.17	WSVECS04 Frhs2[1277]: 6 0 2.05345 shouldn't be
3399.95/3420.17	WSVECS04 Frhs2[1448]: 6 0 1.17837 shouldn't be
3399.95/3420.17	WSVECS04 Frhs2[1725]: 6 0 1.18425 shouldn't be
3399.95/3420.17	WSVECS04 Frhs2[1761]: 6 0 3.27211 shouldn't be
3401.05/3421.27	WSVECS04 Frhs2[1759]: 6 0 3.38865 shouldn't be
3402.14/3422.32	WSVECS04 Frhs2[121]: 6 0 0.826496 shouldn't be
3402.14/3422.32	WSVECS04 Frhs2[163]: 6 0 0.394553 shouldn't be
3402.14/3422.32	WSVECS04 Frhs2[1795]: 6 0 1.02496 shouldn't be
3403.24/3423.41	WSVECS04 Frhs2[1369]: 6 0 1.6062 shouldn't be
3403.24/3423.41	WSVECS04 Frhs2[1731]: 6 0 1.5435 shouldn't be
3404.34/3424.56	WSVECS04 Frhs2[137]: 6 0 1.29862 shouldn't be
3404.34/3424.56	WSVECS04 Frhs2[558]: 6 0 0.497898 shouldn't be
3404.34/3424.56	WSVECS04 Frhs2[664]: 6 0 0.696847 shouldn't be
3404.34/3424.56	WSVECS04 Frhs2[732]: 6 0 0.604697 shouldn't be
3404.34/3424.56	WSVECS04 Frhs2[834]: 6 0 0.320426 shouldn't be
3404.34/3424.56	WSVECS04 Frhs2[965]: 6 0 0.940257 shouldn't be
3404.34/3424.56	WSVECS04 Frhs2[1444]: 6 0 3.71953 shouldn't be
3404.34/3424.56	WSVECS04 Frhs2[1713]: 6 0 0.353446 shouldn't be
3405.54/3425.79	WSVECS04 Frhs2[392]: 6 0 0.912995 shouldn't be
3405.54/3425.79	WSVECS04 Frhs2[440]: 6 0 2.7362 shouldn't be
3405.54/3425.79	WSVECS04 Frhs2[1575]: 6 0 0.279056 shouldn't be
3406.63/3426.86	WSVECS04 Frhs2[1552]: 6 0 3.72966 shouldn't be
3406.63/3426.86	WSVECS04 Frhs2[1726]: 6 0 1.76044 shouldn't be
3408.73/3428.93	WSVECS04 Frhs2[967]: 6 0 0.496624 shouldn't be
3409.43/3429.64	WSVECS04 Frhs2[1540]: 6 0 0.153652 shouldn't be
3411.33/3431.59	WSVECS04 Frhs2[800]: 6 0 0.78113 shouldn't be
3418.91/3439.12	WSVECS04 Frhs2[698]: 6 0 0.286601 shouldn't be
3454.98/3475.34	c #Conflicts:    3421000 | #Constraints:     109528
3454.98/3475.34	c #Conflicts:    3422000 | #Constraints:     110528
3454.98/3475.34	c #Conflicts:    3423000 | #Constraints:     111528
3454.98/3475.34	c #Conflicts:    3424000 | #Constraints:     112528
3454.98/3475.34	c #Conflicts:    3425000 | #Constraints:     113528
3454.98/3475.34	c #Conflicts:    3426000 | #Constraints:     114528
3454.98/3475.34	c #Conflicts:    3427000 | #Constraints:     115528
3454.98/3475.34	c #Conflicts:    3428000 | #Constraints:     116528
3454.98/3475.34	c #Conflicts:    3429000 | #Constraints:     117528
3454.98/3475.34	c #Conflicts:    3430000 | #Constraints:     118528
3454.98/3475.34	c #Conflicts:    3431000 | #Constraints:     119528
3454.98/3475.34	c #Conflicts:    3432000 | #Constraints:     120528
3454.98/3475.34	c #Conflicts:    3433000 | #Constraints:     121528
3454.98/3475.34	c #Conflicts:    3434000 | #Constraints:     122528
3454.98/3475.34	c #Conflicts:    3435000 | #Constraints:     123528
3454.98/3475.34	c #Conflicts:    3436000 | #Constraints:     124528
3454.98/3475.34	c #Conflicts:    3437000 | #Constraints:     125528
3454.98/3475.34	c #Conflicts:    3438000 | #Constraints:     126529
3454.98/3475.34	c #Conflicts:    3439000 | #Constraints:     127677
3454.98/3475.34	c #Conflicts:    3440000 | #Constraints:     128700
3454.98/3475.34	c #Conflicts:    3441000 | #Constraints:     129789
3454.98/3475.34	c #Conflicts:    3442000 | #Constraints:     130790
3454.98/3475.34	c #Conflicts:    3443000 | #Constraints:     131805
3454.98/3475.34	c #Conflicts:    3444000 | #Constraints:     132807
3454.98/3475.34	c #Conflicts:    3445000 | #Constraints:     133850
3454.98/3475.34	c #Conflicts:    3446000 | #Constraints:     134895
3454.98/3475.34	c #Conflicts:    3447000 | #Constraints:     135899
3454.98/3475.34	c #Conflicts:    3448000 | #Constraints:     136900
3454.98/3475.34	c #Conflicts:    3449000 | #Constraints:     137914
3454.98/3475.34	c #Conflicts:    3450000 | #Constraints:     138927
3454.98/3475.34	c #Conflicts:    3451000 | #Constraints:     140002
3454.98/3475.34	WSVECS04 Frhs2[6]: 6 0 1.00005 shouldn't be
3454.98/3475.34	WSVECS04 Frhs2[28]: 6 0 1.00001 shouldn't be
3454.98/3475.34	WSVECS04 Frhs2[50]: 6 0 4.00007 shouldn't be
3454.98/3475.34	WSVECS04 Frhs2[57]: 6 0 1.00005 shouldn't be
3454.98/3475.34	WSVECS04 Frhs2[59]: 6 0 1.00009 shouldn't be
3454.98/3475.34	WSVECS04 Frhs2[61]: 6 0 1.00007 shouldn't be
3454.98/3475.34	WSVECS04 Frhs2[103]: 6 0 3.00004 shouldn't be
3454.98/3475.34	WSVECS04 Frhs2[105]: 6 0 1.00008 shouldn't be
3454.98/3475.34	WSVECS04 Frhs2[117]: 6 0 1.00008 shouldn't be
3467.44/3487.84	c #Conflicts:    3452000 | #Constraints:     141064
3467.44/3487.84	c #Conflicts:    3453000 | #Constraints:     142064
3467.44/3487.84	c #Conflicts:    3454000 | #Constraints:     143065
3467.44/3487.84	c #Conflicts:    3455000 | #Constraints:     144065
3467.44/3487.84	c #Conflicts:    3456000 | #Constraints:     145066
3467.44/3487.84	c #Conflicts:    3457000 | #Constraints:     146067
3467.44/3487.84	WSVECS04 Frhs2[3]: 6 0 222.074 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[5]: 6 0 4111.3 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[178]: 6 0 9.27345 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[241]: 6 0 33.8518 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[259]: 6 0 341.645 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[296]: 6 0 42.8166 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[330]: 6 0 165.927 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[416]: 6 0 130.967 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[428]: 6 0 17.0318 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[432]: 6 0 83.0839 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[466]: 6 0 849.008 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[481]: 6 0 101.098 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[532]: 6 0 119.837 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[584]: 6 0 122.896 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[666]: 6 0 319.106 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[785]: 6 0 254.57 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[802]: 6 0 203.282 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[923]: 6 0 127.142 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[938]: 6 0 189.149 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[990]: 6 0 66.3184 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[991]: 6 0 249.741 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[993]: 6 0 65.0765 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[1082]: 6 0 143.985 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[1086]: 6 0 69.4076 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[1171]: 6 0 45.7457 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[1209]: 6 0 20.1754 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[1316]: 6 0 143.985 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[1317]: 6 0 65.0764 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[1443]: 6 0 10.3642 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[1550]: 6 0 143.985 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[1568]: 6 0 143.984 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[1693]: 6 0 9.54878 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[1729]: 6 0 157.825 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[1730]: 6 0 143.985 shouldn't be
3467.44/3487.84	WSVECS04 Frhs2[1803]: 6 0 105.133 shouldn't be
3467.74/3488.19	WSVECS04 Frhs2[35]: 6 0 1.00005 shouldn't be
3467.74/3488.19	WSVECS04 Frhs2[44]: 6 0 1.00005 shouldn't be
3467.74/3488.19	WSVECS04 Frhs2[51]: 6 0 1.00003 shouldn't be
3467.74/3488.19	WSVECS04 Frhs2[56]: 6 0 1.00009 shouldn't be
3467.74/3488.19	WSVECS04 Frhs2[80]: 6 0 896.026 shouldn't be
3467.74/3488.19	WSVECS04 Frhs2[81]: 6 0 1.00007 shouldn't be
3467.74/3488.19	WSVECS04 Frhs2[90]: 6 0 119.557 shouldn't be
3467.74/3488.19	WSVECS04 Frhs2[96]: 6 0 1695.94 shouldn't be
3467.74/3488.19	WSVECS04 Frhs2[102]: 6 0 1.00006 shouldn't be
3467.74/3488.19	WSVECS04 Frhs2[120]: 6 0 1.00005 shouldn't be
3467.74/3488.19	WSVECS04 Frhs2[465]: 6 0 86.945 shouldn't be
3467.74/3488.19	WSVECS04 Frhs2[530]: 6 0 206.556 shouldn't be
3467.74/3488.19	WSVECS04 Frhs2[597]: 6 0 294.244 shouldn't be
3467.74/3488.19	WSVECS04 Frhs2[631]: 6 0 371.706 shouldn't be
3467.74/3488.19	WSVECS04 Frhs2[703]: 6 0 550.305 shouldn't be
3467.74/3488.19	WSVECS04 Frhs2[751]: 6 0 77.4373 shouldn't be
3467.74/3488.19	WSVECS04 Frhs2[752]: 6 0 36.1093 shouldn't be
3467.74/3488.19	WSVECS04 Frhs2[992]: 6 -129.803 0 shouldn't be
3467.74/3488.19	WSVECS04 Frhs2[1028]: 6 0 69.4076 shouldn't be
3467.74/3488.19	WSVECS04 Frhs2[1029]: 6 0 65.0764 shouldn't be
3467.74/3488.19	WSVECS04 Frhs2[1047]: 6 0 65.0764 shouldn't be
3467.74/3488.19	WSVECS04 Frhs2[1172]: 6 0 69.4076 shouldn't be
3467.74/3488.19	WSVECS04 Frhs2[1406]: 6 0 69.4076 shouldn't be
3467.74/3488.19	WSVECS04 Frhs2[1424]: 6 0 69.4076 shouldn't be
3467.74/3488.19	WSVECS04 Frhs2[1442]: 6 0 14.6955 shouldn't be
3467.74/3488.19	WSVECS04 Frhs2[1532]: 6 0 147.996 shouldn't be
3467.74/3488.19	WSVECS04 Frhs2[1694]: 6 0 10.0123 shouldn't be
3467.74/3488.19	WSVECS04 Frhs2[1695]: 6 0 5.68118 shouldn't be
3468.24/3488.61	WSVECS04 Frhs2[13]: 6 0 565.981 shouldn't be
3468.24/3488.61	WSVECS04 Frhs2[223]: 6 0 590.987 shouldn't be
3468.24/3488.61	WSVECS04 Frhs2[529]: 6 0 216 shouldn't be
3468.24/3488.61	WSVECS04 Frhs2[567]: 6 0 115.618 shouldn't be
3468.24/3488.61	WSVECS04 Frhs2[599]: 6 0 225.689 shouldn't be
3468.24/3488.61	WSVECS04 Frhs2[602]: 6 0 156.656 shouldn't be
3468.24/3488.61	WSVECS04 Frhs2[633]: 6 0 237.584 shouldn't be
3468.24/3488.61	WSVECS04 Frhs2[649]: 6 0 62.0513 shouldn't be
3468.24/3488.61	WSVECS04 Frhs2[886]: 6 0 168.2 shouldn't be
3468.24/3488.61	WSVECS04 Frhs2[921]: 6 0 356.296 shouldn't be
3468.24/3488.61	WSVECS04 Frhs2[999]: 6 0 15.073 shouldn't be
3468.24/3488.61	WSVECS04 Frhs2[1046]: 6 0 69.4076 shouldn't be
3468.24/3488.61	WSVECS04 Frhs2[1190]: 6 0 69.4076 shouldn't be
3468.24/3488.61	WSVECS04 Frhs2[1298]: 6 0 69.4076 shouldn't be
3468.24/3488.61	WSVECS04 Frhs2[1748]: 6 0 143.985 shouldn't be
3472.73/3493.15	c INPROCESSING
3472.73/3493.15	c GARBAGE COLLECT
3472.73/3493.15	c rational objective -41.3019
3520.21/3541.07	c #Conflicts:    3458000 | #Constraints:      75348
3520.21/3541.07	c #Conflicts:    3459000 | #Constraints:      76348
3520.21/3541.07	c #Conflicts:    3460000 | #Constraints:      77348
3520.21/3541.07	c #Conflicts:    3461000 | #Constraints:      78348
3520.21/3541.07	c #Conflicts:    3462000 | #Constraints:      79348
3520.21/3541.07	c #Conflicts:    3463000 | #Constraints:      80348
3520.21/3541.07	c #Conflicts:    3464000 | #Constraints:      81355
3520.21/3541.07	c #Conflicts:    3465000 | #Constraints:      82361
3520.21/3541.07	c #Conflicts:    3466000 | #Constraints:      83368
3520.21/3541.07	c #Conflicts:    3467000 | #Constraints:      84393
3520.21/3541.07	c #Conflicts:    3468000 | #Constraints:      85439
3520.21/3541.07	c #Conflicts:    3469000 | #Constraints:      86469
3520.21/3541.07	c #Conflicts:    3470000 | #Constraints:      87474
3520.21/3541.07	c #Conflicts:    3471000 | #Constraints:      88498
3520.21/3541.07	c #Conflicts:    3472000 | #Constraints:      89511
3520.21/3541.07	c #Conflicts:    3473000 | #Constraints:      90517
3520.21/3541.07	c #Conflicts:    3474000 | #Constraints:      91528
3520.21/3541.07	c #Conflicts:    3475000 | #Constraints:      92565
3520.21/3541.07	c #Conflicts:    3476000 | #Constraints:      93595
3520.21/3541.07	c #Conflicts:    3477000 | #Constraints:      94621
3520.21/3541.07	c #Conflicts:    3478000 | #Constraints:      95657
3520.21/3541.07	c #Conflicts:    3479000 | #Constraints:      96735
3520.21/3541.07	c #Conflicts:    3480000 | #Constraints:      97749
3520.21/3541.07	c #Conflicts:    3481000 | #Constraints:      98769
3520.21/3541.07	c #Conflicts:    3482000 | #Constraints:      99775
3520.21/3541.07	c #Conflicts:    3483000 | #Constraints:     100789
3520.21/3541.07	c #Conflicts:    3484000 | #Constraints:     101821
3520.21/3541.07	c #Conflicts:    3485000 | #Constraints:     102856
3520.21/3541.07	c #Conflicts:    3486000 | #Constraints:     103914
3520.21/3541.07	c #Conflicts:    3487000 | #Constraints:     104967
3520.21/3541.07	c #Conflicts:    3488000 | #Constraints:     105980
3520.21/3541.07	c #Conflicts:    3489000 | #Constraints:     107002
3520.21/3541.07	c #Conflicts:    3490000 | #Constraints:     108019
3520.21/3541.07	c #Conflicts:    3491000 | #Constraints:     109047
3520.21/3541.07	c #Conflicts:    3492000 | #Constraints:     110059
3520.21/3541.07	c #Conflicts:    3493000 | #Constraints:     111067
3520.21/3541.07	c #Conflicts:    3494000 | #Constraints:     112082
3520.21/3541.07	c #Conflicts:    3495000 | #Constraints:     113103
3520.21/3541.07	c INPROCESSING
3520.21/3541.07	c GARBAGE COLLECT
3520.21/3541.07	WSVECS04 Frhs2[4]: 6 0 0.437569 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[5]: 6 0 2.83138 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[11]: 6 0 0.972072 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[12]: 6 0 0.0528635 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[15]: 6 -0.062526 0 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[27]: 6 -4.08654 0 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[45]: 6 0 1.93529 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[46]: 6 -6.6722 0 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[67]: 6 -4.40733 0 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[75]: 6 0 2.03574 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[80]: 6 0 1.21934 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[86]: 6 -13.3363 0 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[94]: 6 -2.00133 0 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[105]: 6 -15.4643 0 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[106]: 6 -2.5974 0 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[117]: 6 0 3.17285 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[118]: 6 0 2.46965 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[128]: 6 0 1.55937 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[130]: 6 0 2.24784 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[138]: 6 0 0.572339 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[140]: 6 0 3.1489 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[149]: 6 0 0.6416 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[162]: 6 0 0.20319 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[181]: 6 0 1.53703 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[223]: 6 0 2.49356 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[231]: 6 0 2.17963 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[236]: 6 0 1.44475 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[240]: 6 0 2.5752 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[241]: 6 0 1.13948 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[242]: 6 0 0.532734 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[251]: 6 0 5.86967 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[262]: 6 0 6.23214 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[263]: 6 0 3.00834 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[278]: 6 0 2.06674 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[289]: 6 0 0.689958 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[298]: 6 0 0.562811 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[338]: 6 0 1.51295 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[357]: 6 0 2.57928 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[358]: 6 0 2.3153 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[359]: 6 0 1.35558 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[362]: 6 0 0.406014 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[381]: 6 0 3.07412 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[384]: 6 0 2.84333 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[394]: 6 0 0.282742 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[402]: 6 0 7.071 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[406]: 6 0 1.94696 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[418]: 6 0 0.243116 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[427]: 6 -14.1228 0 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[451]: 6 0 1.26351 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[461]: 6 0 0.829939 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[465]: 6 0 1.86416 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[467]: 6 0 3.31589 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[469]: 6 0 0.606394 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[474]: 6 0 5.14291 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[475]: 6 0 2.59732 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[476]: 6 0 1.71008 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[486]: 6 0 2.49886 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[514]: 6 0 1.20687 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[533]: 6 -14.5975 0 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[550]: 6 0 0.696192 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[556]: 6 0 0.715784 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[559]: 6 0 1.48025 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[596]: 6 0 4.12336 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[597]: 6 0 1.48547 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[599]: 6 0 0.258651 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[602]: 6 0 2.59743 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[620]: 6 0 2.27423 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[623]: 6 0 2.74787 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[636]: 6 0 6.94758 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[654]: 6 0 5.47302 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[658]: 6 0 5.06428 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[662]: 6 0 2.13074 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[698]: 6 0 1.76776 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[738]: 6 0 0.335333 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[740]: 6 0 0.680008 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[755]: 6 0 2.08553 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[761]: 6 0 2.22607 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[764]: 6 0 0.0153099 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[770]: 6 0 4.17771 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[774]: 6 0 1.63853 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[775]: 6 -4.99842 0 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[777]: 6 0 3.05413 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[783]: 6 0 3.20491 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[785]: 6 0 4.31113 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[802]: 6 0 1.95786 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[815]: 6 0 2.15833 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[878]: 6 0 3.83243 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[904]: 6 0 4.99602 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[906]: 6 0 1.69285 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[907]: 6 0 4.44007 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[917]: 6 0 1.84453 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[919]: 6 0 5.15981 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[934]: 6 0 0.591408 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[944]: 6 0 2.62158 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[976]: 6 0 3.00755 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[982]: 6 0 6.7968 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[983]: 6 0 1.53787 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1006]: 6 0 0.275389 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1007]: 6 0 3.22617 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1048]: 6 0 1.36265 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1080]: 6 0 1.57478 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1081]: 6 0 0.187697 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1082]: 6 0 1.48602 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1084]: 6 0 1.36264 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1085]: 6 0 0.504707 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1102]: 6 0 4.13461 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1108]: 6 0 7.18439 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1115]: 6 0 1.72374 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1116]: 6 0 0.159334 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1147]: 6 0 0.120863 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1183]: 6 0 0.120833 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1210]: 6 0 0.649731 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1233]: 6 0 1.98407 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1234]: 6 0 0.116745 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1244]: 6 0 2.95342 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1257]: 6 0 2.33535 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1261]: 6 0 7.53051 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1263]: 6 0 3.84403 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1318]: 6 0 1.36264 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1322]: 6 0 0.710926 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1324]: 6 0 0.959807 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1333]: 6 0 0.136369 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1337]: 6 0 0.504665 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1351]: 6 0 0.240961 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1362]: 6 0 0.503594 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1372]: 6 0 0.262707 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1387]: 6 0 0.431263 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1391]: 6 0 3.07736 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1395]: 6 0 1.82384 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1414]: 6 0 0.944791 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1440]: 6 0 1.75551 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1441]: 6 0 0.543486 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1444]: 6 0 1.36266 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1451]: 6 0 0.306873 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1456]: 6 0 1.36265 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1463]: 6 0 1.59418 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1509]: 6 0 2.00831 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1515]: 6 0 3.02305 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1526]: 6 0 4.29872 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1528]: 6 0 1.36265 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1530]: 6 0 2.52144 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1558]: 6 0 3.6951 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1567]: 6 0 5.03114 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1576]: 6 0 0.209672 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1582]: 6 0 0.281134 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1600]: 6 0 1.05218 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1602]: 6 0 0.788224 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1607]: 6 0 0.712322 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1665]: 6 0 3.96099 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1666]: 6 0 6.41859 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1690]: 6 0 1.66008 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1693]: 6 0 0.798476 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1702]: 6 0 3.97355 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1703]: 6 0 1.27199 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1708]: 6 0 0.281157 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1714]: 6 0 1.36266 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1720]: 6 0 3.19712 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1721]: 6 0 0.445806 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1729]: 6 0 3.11479 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1736]: 6 0 2.59709 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1738]: 6 0 2.75139 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1772]: 6 0 2.91935 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1773]: 6 -6.58327 0 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1775]: 6 0 0.0439011 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1776]: 6 0 2.5206 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1780]: 6 0 1.3627 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1788]: 6 0 4.55982 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1802]: 6 0 1.98574 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1810]: 6 0 5.75161 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1811]: 6 0 1.82447 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1828]: 6 0 4.94899 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1831]: 6 0 0.120834 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1855]: 6 -7.73141 0 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1869]: 6 0 0.778343 shouldn't be
3520.21/3541.07	WSVECS04 Frhs2[1870]: 6 0 2.37747 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[196]: 6 0 0.190207 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[233]: 6 0 0.680277 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[274]: 6 0 0.10613 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[353]: 6 0 0.505659 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[383]: 6 0 0.676623 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[400]: 6 0 1.32504 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[403]: 6 0 1.14759 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[404]: 6 0 0.374535 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[419]: 6 0 0.772302 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[448]: 6 0 0.351322 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[468]: 6 0 0.236374 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[502]: 6 0 0.285761 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[519]: 6 0 1.50133 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[523]: 6 0 0.180603 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[604]: 6 0 0.979112 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[631]: 6 0 1.02085 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[649]: 6 0 0.126631 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[784]: 6 0 0.638971 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[792]: 6 0 2.40951 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[911]: 6 0 1.08508 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[913]: 6 0 0.948381 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[1111]: 6 0 0.120876 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[1253]: 6 0 0.0297519 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[1266]: 6 0 0.0554453 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[1350]: 6 0 0.662884 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[1418]: 6 0 0.241101 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[1495]: 6 0 1.29142 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[1499]: 6 0 0.168737 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[1710]: 6 0 0.788171 shouldn't be
3520.61/3541.49	WSVECS04 Frhs2[1800]: 6 0 0.194205 shouldn't be
3521.21/3542.02	WSVECS04 Frhs2[33]: 6 0 0.937563 shouldn't be
3521.21/3542.02	WSVECS04 Frhs2[230]: 6 0 1.40141 shouldn't be
3521.21/3542.02	WSVECS04 Frhs2[376]: 6 0 1.68202 shouldn't be
3521.21/3542.02	WSVECS04 Frhs2[378]: 6 0 0.0790086 shouldn't be
3521.21/3542.02	WSVECS04 Frhs2[389]: 6 0 2.20153 shouldn't be
3521.21/3542.02	WSVECS04 Frhs2[501]: 6 0 0.312909 shouldn't be
3521.21/3542.02	WSVECS04 Frhs2[592]: 6 0 0.597856 shouldn't be
3521.21/3542.02	WSVECS04 Frhs2[651]: 6 0 1.91828 shouldn't be
3521.21/3542.02	WSVECS04 Frhs2[655]: 6 0 0.331523 shouldn't be
3521.21/3542.02	WSVECS04 Frhs2[661]: 6 0 1.10374 shouldn't be
3521.21/3542.02	WSVECS04 Frhs2[789]: 6 0 1.57526 shouldn't be
3521.21/3542.02	WSVECS04 Frhs2[914]: 6 0 4.65534 shouldn't be
3521.21/3542.02	WSVECS04 Frhs2[946]: 6 0 2.81129 shouldn't be
3521.21/3542.02	WSVECS04 Frhs2[990]: 6 0 0.4588 shouldn't be
3521.21/3542.02	WSVECS04 Frhs2[1110]: 6 0 0.120881 shouldn't be
3521.21/3542.02	WSVECS04 Frhs2[1262]: 6 0 2.55273 shouldn't be
3521.21/3542.02	WSVECS04 Frhs2[1399]: 6 0 0.893475 shouldn't be
3521.21/3542.02	WSVECS04 Frhs2[1668]: 6 0 1.26031 shouldn't be
3521.21/3542.02	WSVECS04 Frhs2[1746]: 6 0 0.78822 shouldn't be
3521.21/3542.02	WSVECS04 Frhs2[1764]: 6 0 0.734393 shouldn't be
3521.21/3542.02	WSVECS04 Frhs2[1774]: 6 0 2.35067 shouldn't be
3521.81/3542.60	WSVECS04 Frhs2[249]: 6 0 2.67174 shouldn't be
3521.81/3542.60	WSVECS04 Frhs2[287]: 6 0 2.23871 shouldn't be
3521.81/3542.60	WSVECS04 Frhs2[397]: 6 0 0.498884 shouldn't be
3521.81/3542.60	WSVECS04 Frhs2[483]: 6 0 1.22818 shouldn't be
3521.81/3542.60	WSVECS04 Frhs2[554]: 6 0 1.51896 shouldn't be
3521.81/3542.60	WSVECS04 Frhs2[588]: 6 0 7.69909 shouldn't be
3521.81/3542.60	WSVECS04 Frhs2[590]: 6 0 1.4473 shouldn't be
3521.81/3542.60	WSVECS04 Frhs2[773]: 6 0 1.73383 shouldn't be
3521.81/3542.60	WSVECS04 Frhs2[912]: 6 0 6.63653 shouldn't be
3521.81/3542.60	WSVECS04 Frhs2[923]: 6 0 1.90113 shouldn't be
3521.81/3542.60	WSVECS04 Frhs2[1008]: 6 0 0.159275 shouldn't be
3521.81/3542.60	WSVECS04 Frhs2[1044]: 6 0 0.788229 shouldn't be
3521.81/3542.60	WSVECS04 Frhs2[1054]: 6 0 2.35069 shouldn't be
3521.81/3542.60	WSVECS04 Frhs2[1126]: 6 0 2.35068 shouldn't be
3521.81/3542.60	WSVECS04 Frhs2[1206]: 6 0 0.0385345 shouldn't be
3521.81/3542.60	WSVECS04 Frhs2[1216]: 6 0 3.69951 shouldn't be
3521.81/3542.60	WSVECS04 Frhs2[1245]: 6 0 1.69012 shouldn't be
3521.81/3542.60	WSVECS04 Frhs2[1259]: 6 0 0.16352 shouldn't be
3521.81/3542.60	WSVECS04 Frhs2[1368]: 6 0 0.159254 shouldn't be
3521.81/3542.60	WSVECS04 Frhs2[1466]: 6 0 1.05333 shouldn't be
3521.81/3542.60	WSVECS04 Frhs2[1584]: 6 0 0.78823 shouldn't be
3521.81/3542.60	WSVECS04 Frhs2[1644]: 6 0 1.75865 shouldn't be
3521.81/3542.60	WSVECS04 Frhs2[1684]: 6 0 2.3507 shouldn't be
3521.81/3542.60	WSVECS04 Frhs2[1692]: 6 0 1.75549 shouldn't be
3521.81/3542.60	WSVECS04 Frhs2[1728]: 6 0 1.76961 shouldn't be
3521.81/3542.60	WSVECS04 Frhs2[1792]: 6 0 0.590508 shouldn't be
3521.81/3542.60	WSVECS04 Frhs2[1818]: 6 0 1.7555 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[141]: 6 0 0.737694 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[143]: 6 0 6.77651 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[200]: 6 0 1.71694 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[234]: 6 0 0.633751 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[247]: 6 0 2.76449 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[282]: 6 0 0.535034 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[346]: 6 0 1.88226 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[587]: 6 0 2.19526 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[591]: 6 0 1.80905 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[593]: 6 0 3.80632 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[606]: 6 0 1.04467 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[659]: 6 0 3.96878 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[693]: 6 0 1.69926 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[722]: 6 0 2.33465 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[725]: 6 0 4.24996 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[731]: 6 0 0.534777 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[756]: 6 0 3.67666 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[763]: 6 0 2.09996 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[776]: 6 0 3.25825 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[794]: 6 0 4.26534 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[798]: 6 0 2.59622 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[865]: 6 0 2.53722 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[916]: 6 0 3.14715 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[973]: 6 0 6.11227 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[988]: 6 0 2.07934 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[1072]: 6 0 2.35064 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[1258]: 6 0 3.28551 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[1315]: 6 0 1.80086 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[1396]: 6 0 1.63673 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[1498]: 6 0 5.06341 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[1507]: 6 0 1.66003 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[1512]: 6 0 0.15928 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[1522]: 6 0 4.80237 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[1674]: 6 0 3.00786 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[1685]: 6 0 1.27204 shouldn't be
3522.41/3543.21	WSVECS04 Frhs2[1782]: 6 0 0.788232 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[151]: 6 0 0.889644 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[202]: 6 0 0.168377 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[245]: 6 0 1.81216 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[246]: 6 0 1.60283 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[266]: 6 0 3.83447 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[268]: 6 0 1.55564 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[284]: 6 0 1.57933 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[300]: 6 0 1.20628 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[349]: 6 0 2.0761 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[350]: 6 0 3.17872 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[355]: 6 0 2.20388 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[366]: 6 0 0.0365672 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[368]: 6 0 3.72102 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[380]: 6 0 1.71376 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[385]: 6 0 4.91204 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[504]: 6 0 0.664273 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[516]: 6 0 4.33503 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[517]: 6 0 4.83376 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[518]: 6 0 5.40297 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[567]: 6 0 4.03943 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[595]: 6 0 1.02454 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[657]: 6 0 7.38837 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[739]: 6 0 6.85211 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[908]: 6 0 0.566063 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[964]: 6 0 2.35068 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[1062]: 6 0 1.76962 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[1252]: 6 0 4.11077 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[1260]: 6 0 2.90959 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[1278]: 6 0 0.159256 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[1332]: 6 0 0.788256 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[1494]: 6 0 7.04999 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[1506]: 6 0 1.33028 shouldn't be
3523.41/3544.23	WSVECS04 Frhs2[1566]: 6 0 1.76964 shouldn't be
3524.51/3545.38	WSVECS04 Frhs2[42]: 6 0 1.00003 shouldn't be
3524.51/3545.38	WSVECS04 Frhs2[83]: 6 0 1.00009 shouldn't be
3524.51/3545.38	WSVECS04 Frhs2[147]: 6 0 3.97255 shouldn't be
3524.51/3545.38	WSVECS04 Frhs2[283]: 6 0 5.71508 shouldn't be
3524.51/3545.38	WSVECS04 Frhs2[351]: 6 0 2.27803 shouldn't be
3524.51/3545.38	WSVECS04 Frhs2[399]: 6 0 2.68411 shouldn't be
3524.51/3545.38	WSVECS04 Frhs2[1224]: 6 0 4.23623 shouldn't be
3525.50/3546.34	WSVECS04 Frhs2[382]: 6 0 3.84755 shouldn't be
3525.50/3546.34	WSVECS04 Frhs2[387]: 6 0 3.14113 shouldn't be
3525.50/3546.34	WSVECS04 Frhs2[800]: 6 0 0.437724 shouldn't be
3525.50/3546.34	WSVECS04 Frhs2[1000]: 6 0 0.248473 shouldn't be
3525.50/3546.34	WSVECS04 Frhs2[1229]: 6 0 5.43427 shouldn't be
3525.50/3546.34	WSVECS04 Frhs2[1524]: 6 0 1.26035 shouldn't be
3526.40/3547.22	WSVECS04 Frhs2[1520]: 6 0 2.17342 shouldn't be
3527.89/3548.77	WSVECS04 Frhs2[795]: 6 0 6.84709 shouldn't be
3527.89/3548.77	WSVECS04 Frhs2[1090]: 6 0 2.35063 shouldn't be
3528.69/3549.57	WSVECS04 Frhs2[197]: 6 0 1.18675 shouldn't be
3528.69/3549.57	WSVECS04 Frhs2[198]: 6 0 2.13401 shouldn't be
3528.69/3549.57	WSVECS04 Frhs2[280]: 6 0 3.8435 shouldn't be
3528.69/3549.57	WSVECS04 Frhs2[512]: 6 0 0.81023 shouldn't be
3528.69/3549.57	WSVECS04 Frhs2[521]: 6 0 6.77788 shouldn't be
3528.69/3549.57	WSVECS04 Frhs2[858]: 6 0 3.33876 shouldn't be
3529.59/3550.41	WSVECS04 Frhs2[342]: 6 0 0.37425 shouldn't be
3529.59/3550.41	WSVECS04 Frhs2[972]: 6 0 1.80416 shouldn't be
3529.59/3550.41	WSVECS04 Frhs2[1633]: 6 0 0.209373 shouldn't be
3530.39/3551.25	WSVECS04 Frhs2[142]: 6 0 0.516775 shouldn't be
3530.39/3551.25	WSVECS04 Frhs2[144]: 6 0 1.74853 shouldn't be
3530.39/3551.25	WSVECS04 Frhs2[398]: 6 0 3.77658 shouldn't be
3530.39/3551.25	WSVECS04 Frhs2[522]: 6 0 2.27982 shouldn't be
3530.39/3551.25	WSVECS04 Frhs2[793]: 6 0 9.17903 shouldn't be
3531.69/3552.58	WSVECS04 Frhs2[392]: 6 0 1.23417 shouldn't be
3531.69/3552.58	WSVECS04 Frhs2[1270]: 6 0 4.25034 shouldn't be
3531.69/3552.58	WSVECS04 Frhs2[1468]: 6 0 3.82023 shouldn't be
3532.39/3553.23	WSVECS04 Frhs2[3]: 6 0 0.875059 shouldn't be
3533.08/3553.91	WSVECS04 Frhs2[730]: 6 0 2.48599 shouldn't be
3533.08/3553.91	WSVECS04 Frhs2[1018]: 6 0 2.35069 shouldn't be
3533.08/3553.91	WSVECS04 Frhs2[1198]: 6 0 2.35062 shouldn't be
3535.07/3555.91	WSVECS04 Frhs2[500]: 6 0 4.64961 shouldn't be
3536.27/3557.19	WSVECS04 Frhs2[281]: 6 0 4.73912 shouldn't be
3536.27/3557.19	WSVECS04 Frhs2[1502]: 6 0 2.94895 shouldn't be
3550.90/3571.81	c #Conflicts:    3496000 | #Constraints:      58867
3550.90/3571.81	c #Conflicts:    3497000 | #Constraints:      59867
3550.90/3571.81	c #Conflicts:    3498000 | #Constraints:      60867
3550.90/3571.81	c #Conflicts:    3499000 | #Constraints:      61867
3550.90/3571.81	c #Conflicts:    3500000 | #Constraints:      62867
3550.90/3571.81	c #Conflicts:    3501000 | #Constraints:      63867
3550.90/3571.81	c #Conflicts:    3502000 | #Constraints:      64867
3550.90/3571.81	c #Conflicts:    3503000 | #Constraints:      65868
3550.90/3571.81	c #Conflicts:    3504000 | #Constraints:      66869
3550.90/3571.81	c #Conflicts:    3505000 | #Constraints:      67870
3550.90/3571.81	c #Conflicts:    3506000 | #Constraints:      68870
3550.90/3571.81	c #Conflicts:    3507000 | #Constraints:      69870
3550.90/3571.81	c #Conflicts:    3508000 | #Constraints:      70870
3550.90/3571.81	c #Conflicts:    3509000 | #Constraints:      71870
3550.90/3571.81	c #Conflicts:    3510000 | #Constraints:      72870
3550.90/3571.81	c #Conflicts:    3511000 | #Constraints:      73870
3550.90/3571.81	c #Conflicts:    3512000 | #Constraints:      74870
3550.90/3571.81	c #Conflicts:    3513000 | #Constraints:      75870
3550.90/3571.81	c #Conflicts:    3514000 | #Constraints:      76870
3550.90/3571.81	WSVECS04 Frhs2[107]: 6 0 1.00001 shouldn't be
3551.60/3572.58	WSVECS04 Frhs2[670]: 6 0 0.0482748 shouldn't be
3562.86/3583.83	c #Conflicts:    3515000 | #Constraints:      77870
3562.86/3583.83	c #Conflicts:    3516000 | #Constraints:      78870
3562.86/3583.83	c #Conflicts:    3517000 | #Constraints:      79870
3562.86/3583.83	c #Conflicts:    3518000 | #Constraints:      80870
3562.86/3583.83	c #Conflicts:    3519000 | #Constraints:      81870
3562.86/3583.83	c #Conflicts:    3520000 | #Constraints:      82870
3562.86/3583.83	c #Conflicts:    3521000 | #Constraints:      83870
3562.86/3583.83	c #Conflicts:    3522000 | #Constraints:      84870
3562.86/3583.83	c #Conflicts:    3523000 | #Constraints:      85870
3562.86/3583.83	c #Conflicts:    3524000 | #Constraints:      86870
3562.86/3583.83	c #Conflicts:    3525000 | #Constraints:      87870
3562.86/3583.83	c #Conflicts:    3526000 | #Constraints:      88870
3562.86/3583.83	c #Conflicts:    3527000 | #Constraints:      89870
3562.86/3583.83	c #Conflicts:    3528000 | #Constraints:      90870
3562.86/3583.83	c #Conflicts:    3529000 | #Constraints:      91870
3562.86/3583.83	c #Conflicts:    3530000 | #Constraints:      92870
3562.86/3583.83	WSVECS04 Frhs2[2]: 6 -2.00007 0 shouldn't be
3562.86/3583.83	WSVECS04 Frhs2[6]: 6 0 1.00008 shouldn't be
3562.86/3583.83	WSVECS04 Frhs2[16]: 6 0 1.00003 shouldn't be
3562.86/3583.83	WSVECS04 Frhs2[22]: 6 -2.00003 0 shouldn't be
3562.86/3583.83	WSVECS04 Frhs2[38]: 6 -2.00004 0 shouldn't be
3562.86/3583.83	WSVECS04 Frhs2[54]: 6 0 1.00008 shouldn't be
3562.86/3583.83	WSVECS04 Frhs2[86]: 6 -2.00002 0 shouldn't be
3562.86/3583.83	WSVECS04 Frhs2[93]: 6 0 1.00001 shouldn't be
3562.86/3583.83	WSVECS04 Frhs2[94]: 6 0 1.00001 shouldn't be
3562.86/3583.83	WSVECS04 Frhs2[100]: 6 -2.00009 0 shouldn't be
3562.86/3583.83	WSVECS04 Frhs2[101]: 6 -2.00007 0 shouldn't be
3562.86/3583.83	WSVECS04 Frhs2[1112]: 6 0 0.20004 shouldn't be
3562.86/3583.83	WSVECS04 Frhs2[1227]: 6 0 0.00522425 shouldn't be
3563.26/3584.25	WSVECS04 Frhs2[95]: 6 -2.00005 0 shouldn't be
3570.54/3591.58	c #Conflicts:    3531000 | #Constraints:      93870
3570.54/3591.58	c #Conflicts:    3532000 | #Constraints:      94870
3570.54/3591.58	c #Conflicts:    3533000 | #Constraints:      95870
3570.54/3591.58	c #Conflicts:    3534000 | #Constraints:      96870
3570.54/3591.58	c INPROCESSING
3570.54/3591.58	c GARBAGE COLLECT
3570.54/3591.58	c rational objective -41.3019
3585.59/3606.60	c #Conflicts:    3535000 | #Constraints:      50958
3585.59/3606.60	c #Conflicts:    3536000 | #Constraints:      51958
3585.59/3606.60	c #Conflicts:    3537000 | #Constraints:      52958
3585.59/3606.60	c #Conflicts:    3538000 | #Constraints:      53958
3585.59/3606.60	c #Conflicts:    3539000 | #Constraints:      54958
3585.59/3606.60	c #Conflicts:    3540000 | #Constraints:      55958
3585.59/3606.60	c #Conflicts:    3541000 | #Constraints:      56958
3585.59/3606.60	c #Conflicts:    3542000 | #Constraints:      57958
3585.59/3606.60	c #Conflicts:    3543000 | #Constraints:      58958
3585.59/3606.60	c #Conflicts:    3544000 | #Constraints:      59958
3585.59/3606.60	c #Conflicts:    3545000 | #Constraints:      60958
3585.59/3606.60	c #Conflicts:    3546000 | #Constraints:      61958
3585.59/3606.60	c #Conflicts:    3547000 | #Constraints:      62958
3585.59/3606.60	c #Conflicts:    3548000 | #Constraints:      63958
3585.59/3606.60	c #Conflicts:    3549000 | #Constraints:      64958
3585.59/3606.60	c #Conflicts:    3550000 | #Constraints:      65958
3585.59/3606.60	c #Conflicts:    3551000 | #Constraints:      66958
3585.59/3606.60	c #Conflicts:    3552000 | #Constraints:      67958
3585.59/3606.60	c #Conflicts:    3553000 | #Constraints:      68958
3585.59/3606.60	c #Conflicts:    3554000 | #Constraints:      69958
3585.59/3606.60	c #Conflicts:    3555000 | #Constraints:      70958
3585.59/3606.60	c #Conflicts:    3556000 | #Constraints:      71958
3585.59/3606.60	c #Conflicts:    3557000 | #Constraints:      72958
3585.59/3606.60	c #Conflicts:    3558000 | #Constraints:      73958
3585.59/3606.60	WSVECS04 Frhs2[8]: 6 -2.88871 0 shouldn't be
3585.59/3606.60	WSVECS04 Frhs2[1113]: 6 0 0.0112727 shouldn't be
3585.59/3606.60	WSVECS04 Frhs2[1253]: 6 0 0.514013 shouldn't be
3585.59/3606.60	WSVECS04 Frhs2[1419]: 6 0 0.124637 shouldn't be
3585.59/3606.60	WSVECS04 Frhs2[1420]: 6 0 0.711305 shouldn't be
3586.99/3608.09	WSVECS04 Frhs2[1103]: 6 0 0.0335706 shouldn't be
3586.99/3608.09	WSVECS04 Frhs2[1115]: 6 0 0.0335893 shouldn't be
3587.39/3608.44	WSVECS04 Frhs2[1559]: 6 0 0.257043 shouldn't be
3587.39/3608.44	WSVECS04 Frhs2[1696]: 6 0 0.0774245 shouldn't be
3590.28/3611.35	WSVECS04 Frhs2[1112]: 6 0 0.0671342 shouldn't be
3590.28/3611.35	WSVECS04 Frhs2[1405]: 6 0 1.02802 shouldn't be
3590.28/3611.35	WSVECS04 Frhs2[1406]: 6 0 1.0283 shouldn't be
3590.28/3611.35	WSVECS04 Frhs2[1407]: 6 0 1.0283 shouldn't be
3590.28/3611.35	WSVECS04 Frhs2[1409]: 6 0 1.0378 shouldn't be
3590.28/3611.35	WSVECS04 Frhs2[1418]: 6 0 1.02834 shouldn't be
3590.28/3611.35	WSVECS04 Frhs2[1555]: 6 0 0.261146 shouldn't be
3599.15/3620.21	c #Conflicts:    3559000 | #Constraints:      74958
3599.15/3620.21	c #Conflicts:    3560000 | #Constraints:      75958
3599.15/3620.21	c #Conflicts:    3561000 | #Constraints:      76958
3599.15/3620.21	c #Conflicts:    3562000 | #Constraints:      77958
3599.15/3620.21	c #Conflicts:    3563000 | #Constraints:      78958
3599.15/3620.21	c #Conflicts:    3564000 | #Constraints:      79958
3599.15/3620.21	c #Conflicts:    3565000 | #Constraints:      80958
3599.15/3620.21	c #Conflicts:    3566000 | #Constraints:      81958
3599.15/3620.21	c #Conflicts:    3567000 | #Constraints:      82958
3599.15/3620.21	c #Conflicts:    3568000 | #Constraints:      83958
3599.15/3620.21	c #Conflicts:    3569000 | #Constraints:      84958
3599.15/3620.21	c #Conflicts:    3570000 | #Constraints:      85958
3599.15/3620.21	c #Conflicts:    3571000 | #Constraints:      86958
3599.15/3620.21	c #Conflicts:    3572000 | #Constraints:      87958
3599.15/3620.21	c INPROCESSING
3599.15/3620.21	c GARBAGE COLLECT
3599.15/3620.21	c rational objective -41.3019
3600.06/3621.10	c cpu time 3561.32 s
3600.06/3621.10	c deterministic time 135089084706 1.35e+11
3600.06/3621.10	c optimization time 0.241368 s
3600.06/3621.10	c total solve time 3561.06 s
3600.06/3621.10	c core-guided solve time 2488.73 s
3600.06/3621.10	c propagation time 2418.54 s
3600.06/3621.10	c conflict analysis time 676.206 s
3600.06/3621.10	c propagations 790297197
3600.06/3621.10	c resolve steps 63657550
3600.06/3621.10	c decisions 6053621
3600.06/3621.10	c conflicts 3572935
3600.06/3621.10	c restarts 6141
3600.06/3621.10	c inprocessing phases 156
3600.06/3621.10	c garbage collections 156 ,( 100.00 )
3600.06/3621.10	c input clauses 2346 ,( 71.77 )
3600.06/3621.10	c input cardinalities 625 ,( 19.12 )
3600.06/3621.10	c input general constraints 298 ,( 9.12 )
3600.06/3621.10	c input average constraint length 14.05
3600.06/3621.10	c input average constraint degree 5.56
3600.06/3621.10	c learned clauses 3126994 ,( 87.45 )
3600.06/3621.10	c learned cardinalities 16389 ,( 0.46 )
3600.06/3621.10	c learned general constraints 432188 ,( 12.09 )
3600.06/3621.10	c learned average constraint length 181.23
3600.06/3621.10	c learned average constraint degree 142464900.98
3600.06/3621.10	c watched  CF 32, 64, 128, Arb: 177289 , 0 , 0 , 0
3600.06/3621.10	c counting CF 32, 64, 128, Arb: 255198 , 0 , 0 , 0
3600.06/3621.10	c watched   constraints 177289 ,( 40.99 ) 
3600.06/3621.10	c counting  constraints 255197 ,( 59.01 ) 
3600.06/3621.10	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 3030444540 , 385865238 , 7476849520 ,( 381778859 , 7095070661 )
3600.06/3621.10	c gcd simplifications 223711
3600.06/3621.10	c detected cardinalities 167
3600.06/3621.10	c weakened non-implied lits 189748921
3600.06/3621.10	c weakened non-implying lits 723629
3600.06/3621.10	c original variables 1873
3600.06/3621.10	c clausal propagations 178145436
3600.06/3621.10	c cardinality propagations 416250104
3600.06/3621.10	c watched propagations 2074380
3600.06/3621.10	c counting propagations 188283733
3600.06/3621.10	c watch lookups 85349182842
3600.06/3621.10	c watch backjump lookups 0
3600.06/3621.10	c watch checks 26646026725
3600.06/3621.10	c propagation checks 19311358923
3600.06/3621.10	c constraint additions 2181290549
3600.06/3621.10	c trail pops 799921784
3600.06/3621.10	c formula constraints 2265
3600.06/3621.10	c learned constraints 3571742
3600.06/3621.10	c bound constraints 58
3600.06/3621.10	c core-guided constraints 946
3600.06/3621.10	c encountered formula constraints 9123486
3600.06/3621.10	c encountered learned constraints 40682599
3600.06/3621.10	c encountered bound constraints 17435
3600.06/3621.10	c encountered core-guided constraints 16804896
3600.06/3621.10	c LP total time 1432.54 s
3600.06/3621.10	c LP solve time 1324.22 s
3600.06/3621.10	c LP constraints added 4485
3600.06/3621.10	c LP constraints removed 2196
3600.06/3621.10	c LP pivots internal 3578361
3600.06/3621.10	c LP pivots root 1374703
3600.06/3621.10	c LP calls 3058
3600.06/3621.10	c LP optimalities 540
3600.06/3621.10	c LP no pivot count 0
3600.06/3621.10	c LP infeasibilities 2507
3600.06/3621.10	c LP valid Farkas constraints 2506
3600.06/3621.10	c LP learned Farkas constraints 1192
3600.06/3621.10	c LP basis resets 5
3600.06/3621.10	c LP cycling count 0
3600.06/3621.10	c LP singular count 4
3600.06/3621.10	c LP no primal count 0
3600.06/3621.10	c LP no farkas count 1
3600.06/3621.10	c LP other issue count 0
3600.06/3621.10	c LP Gomory cuts 131
3600.06/3621.10	c LP learned cuts 2115
3600.06/3621.10	c LP deleted cuts 2219
3600.06/3621.10	c LP encountered Gomory constraints 0
3600.06/3621.10	c LP encountered Farkas constraints 527729
3600.06/3621.10	c LP encountered learned Farkas constraints 73148
3600.06/3621.10	c CG auxiliary variables introduced 329
3600.06/3621.10	c CG solutions found 16
3600.06/3621.10	c CG cores constructed 41
3600.06/3621.10	c CG core cardinality constraints returned 0
3600.06/3621.10	c CG unit cores 0
3600.06/3621.10	c CG single cores 41
3600.06/3621.10	c CG blocks removed during cardinality reduction 0
3600.06/3621.10	c CG first core best 0
3600.06/3621.10	c CG decision core best 0
3600.06/3621.10	c CG core reduction tie 0
3600.06/3621.10	c CG core degree average 1.00
3600.06/3621.10	c CG core slack average 9.61
3600.06/3621.10	c CG core upper bound improvements 0
3600.06/3621.10	c STR number of successful calls 0
3600.06/3621.10	c STR number of unsuccessful calls 0
3600.06/3621.10	c STR number of inconclusive calls 0
3600.06/3621.10	c STR number of successful attempts 0
3600.06/3621.10	c STR number of unsuccessful attempts 0
3600.06/3621.10	c STR number of inconclusive attempts 0
3600.06/3621.10	c STR average degree increase per successful call inf
3600.06/3621.10	c STR average degree increase per successful attempt inf
3600.06/3621.10	c STR total number of conflicts for successful attempts 0
3600.06/3621.10	c STR total number of conflicts for unsuccessful attempts 0
3600.06/3621.10	c STR total number of conflicts for inconclusive attempts 0
3600.06/3621.10	c STR average number of conflicts per successful attempt inf
3600.06/3621.10	c STR average number of conflicts per unsuccessful attempt inf
3600.06/3621.10	c STR average number of conflicts per inconclusive attempt inf
3600.06/3621.10	c AVG.sumWPerc 49.35 
3600.06/3621.10	c bigint constraints 0 
3600.06/3621.10	o -30
3600.06/3621.10	s SATISFIABLE
3600.06/3621.10	v -x1 x2 -x3 -x4 -x5 -x6 -x7 x8 x9 x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 x26 x27 x28 x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 x46 x47 -x48 -x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 -x59 -x60 x61 -x62 -x63 -x64 -x65 x66 x67 x68 x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 x87 -x88 -x89 -x90 -x91 -x92 x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 x104 x105 x106 -x107 -x108 -x109 x110 x111 x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 x272 -x273 -x274 -x275 x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 x407 -x408 -x409 -x410 -x411 -x412 x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x1238 x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 -x1274 -x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 -x1295 x1296 -x1297 -x1298 -x1299 -x1300 -x1301 -x1302 -x1303 -x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 -x1319 -x1320 -x1321 -x1322 -x1323 -x1324 -x1325 -x1326 -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 -x1333 -x1334 -x1335 -x1336 -x1337 -x1338 -x1339 -x1340 -x1341 -x1342 -x1343 -x1344 -x1345 -x1346 -x1347 -x1348 -x1349 -x1350 -x1351 -x1352 -x1353 -x1354 -x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 x1363 -x1364 -x1365 -x1366 -x1367 -x1368 -x1369 -x1370 -x1371 -x1372 -x1373 -x1374 -x1375 -x1376 -x1377 -x1378 -x1379 -x1380 -x1381 x1382 -x1383 -x1384 -x1385 -x1386 -x1387 -x1388 -x1389 -x1390 -x1391 -x1392 -x1393 -x1394 -x1395 -x1396 -x1397 -x1398 -x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 -x1406 x1407 -x1408 -x1409 -x1410 -x1411 -x1412 -x1413 -x1414 -x1415 -x1416 -x1417 -x1418 -x1419 -x1420 -x1421 -x1422 -x1423 -x1424 -x1425 -x1426 -x1427 -x1428 -x1429 -x1430 -x1431 -x1432 -x1433 -x1434 -x1435 -x1436 -x1437 -x1438 -x1439 -x1440 -x1441 -x1442 -x1443 -x1444 -x1445 -x1446 -x1447 -x1448 -x1449 -x1450 -x1451 -x1452 -x1453 -x1454 -x1455 -x1456 -x1457 -x1458 -x1459 -x1460 -x1461 -x1462 -x1463 -x1464 -x1465 -x1466 -x1467 -x1468 -x1469 x1470 -x1471 -x1472 -x1473 -x1474 -x1475 -x1476 -x1477 -x1478 -x1479 -x1480 -x1481 -x1482 -x1483 -x1484 -x1485 -x1486 -x1487 -x1488 -x1489 -x1490 -x1491 -x1492 -x1493 -x1494 -x1495 -x1496 -x1497 -x1498 -x1499 -x1500 -x1501 -x1502 -x1503 -x1504 -x1505 -x1506 -x1507 -x1508 -x1509 -x1510 -x1511 -x1512 -x1513 -x1514 -x1515 -x1516 -x1517 -x1518 -x1519 -x1520 -x1521 -x1522 -x1523 -x1524 -x1525 -x1526 -x1527 -x1528 -x1529 -x1530 -x1531 -x1532 -x1533 -x1534 -x1535 -x1536 -x1537 -x1538 -x1539 -x1540 -x1541 -x1542 -x1543 -x1544 -x1545 -x1546 -x1547 -x1548 -x1549 -x1550 -x1551 x1552 -x1553 -x1554 -x1555 -x1556 -x1557 -x1558 -x1559 -x1560 -x1561 -x1562 -x1563 -x1564 -x1565 -x1566 -x1567 -x1568 -x1569 -x1570 -x1571 -x1572 -x1573 -x1574 -x1575 -x1576 -x1577 -x1578 -x1579 -x1580 -x1581 -x1582 -x1583 -x1584 -x1585 -x1586 -x1587 -x1588 -x1589 -x1590 -x1591 -x1592 -x1593 -x1594 -x1595 -x1596 -x1597 -x1598 -x1599 -x1600 -x1601 -x1602 -x1603 -x1604 -x1605 -x1606 -x1607 -x1608 -x1609 -x1610 -x1611 -x1612 -x1613 -x1614 -x1615 -x1616 -x1617 -x1618 -x1619 -x1620 -x1621 -x1622 -x1623 -x1624 -x1625 -x1626 -x1627 -x1628 -x1629 -x1630 -x1631 -x1632 -x1633 -x1634 -x1635 -x1636 -x1637 -x1638 -x1639 -x1640 -x1641 -x1642 -x1643 -x1644 -x1645 -x1646 -x1647 -x1648 -x1649 -x1650 -x1651 -x1652 -x1653 -x1654 -x1655 -x1656 -x1657 -x1658 -x1659 -x1660 -x1661 -x1662 -x1663 -x1664 -x1665 -x1666 -x1667 -x1668 -x1669 -x1670 -x1671 -x1672 -x1673 -x1674 -x1675 -x1676 -x1677 -x1678 -x1679 -x1680 -x1681 -x1682 -x1683 -x1684 -x1685 -x1686 -x1687 -x1688 -x1689 -x1690 -x1691 -x1692 -x1693 -x1694 -x1695 -x1696 x1697 -x1698 -x1699 -x1700 -x1701 -x1702 -x1703 -x1704 -x1705 -x1706 -x1707 -x1708 -x1709 -x1710 -x1711 -x1712 -x1713 -x1714 -x1715 -x1716 -x1717 -x1718 -x1719 -x1720 -x1721 -x1722 -x1723 -x1724 -x1725 -x1726 -x1727 -x1728 -x1729 -x1730 -x1731 -x1732 -x1733 -x1734 -x1735 -x1736 -x1737 -x1738 x1739 -x1740 -x1741 -x1742 -x1743 -x1744 -x1745 -x1746 -x1747 -x1748 -x1749 -x1750 -x1751 -x1752 -x1753 -x1754 -x1755 x1756 -x1757 -x1758 -x1759 -x1760 -x1761 -x1762 -x1763 -x1764 -x1765 -x1766 -x1767 -x1768 -x1769 -x1770 -x1771 -x1772 x1773 -x1774 -x1775 -x1776 -x1777 -x1778 -x1779 -x1780 -x1781 -x1782 -x1783 -x1784 -x1785 -x1786 -x1787 -x1788 -x1789 x1790 -x1791 -x1792 -x1793 -x1794 -x1795 -x1796 -x1797 -x1798 -x1799 -x1800 -x1801 -x1802 -x1803 -x1804 -x1805 -x1806 x1807 -x1808 -x1809 -x1810 -x1811 -x1812 -x1813 -x1814 -x1815 -x1816 -x1817 -x1818 -x1819 -x1820 -x1821 -x1822 -x1823 x1824 -x1825 -x1826 -x1827 -x1828 -x1829 -x1830 -x1831 -x1832 -x1833 -x1834 -x1835
3600.06/3621.10	c Program interrupted by user.

Verifier Data

OK	-30

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4502419-1751416753/watcher-4502419-1751416753 -o /tmp/evaluation-result-4502419-1751416753/solver-4502419-1751416753 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751412424-60135 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4502419-1751416753.opb PROOFDIR/proof-4502419-1751416753 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100058 s]*
/proc/loadavg: 3.12 3.18 3.45 4/266 60757
/proc/meminfo: memFree=115483524/131249996 swapFree=33005272/33010684
[pid=60754] ppid=60751 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/60754/stat : 60754 (run-opt-ls-log.) S 60751 60754 59669 0 -1 4194304 240 1951 0 0 0 0 6 0 20 0 1 0 57353145 4292608 736 18446744073709551615 94620642877440 94620643771973 140723316122640 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94620644011024 94620644058768 94620668059648 140723316128027 140723316128225 140723316128225 140723316133827 0
/proc/60754/statm: 1048 736 672 219 0 110 0
[pid=60757] ppid=60754 vsize=14564 memory=640 CPUtime=0 cores=0,2
/proc/60757/stat : 60757 (roundingsat) D 60754 60754 59669 0 -1 4194304 71 0 0 0 0 0 0 0 20 0 1 0 57353154 14913536 160 18446744073709551615 4227072 8923433 140725064762800 0 0 0 0 0 0 1 0 0 17 0 0 0 0 0 0 9823104 9832592 42491904 140725064767734 140725064768040 140725064768040 140725064773610 0
/proc/60757/statm: 3641 160 160 1147 0 81 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 18756 KiB
Current children cumulated memory: 3584 KiB

[startup+0.205907 s]*
/proc/loadavg: 3.12 3.18 3.45 4/266 60757
/proc/meminfo: memFree=115469108/131249996 swapFree=33005272/33010684
[pid=60754] ppid=60751 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/60754/stat : 60754 (run-opt-ls-log.) S 60751 60754 59669 0 -1 4194304 240 1951 0 0 0 0 6 0 20 0 1 0 57353145 4292608 736 18446744073709551615 94620642877440 94620643771973 140723316122640 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94620644011024 94620644058768 94620668059648 140723316128027 140723316128225 140723316128225 140723316133827 0
/proc/60754/statm: 1048 736 672 219 0 110 0
[pid=60757] ppid=60754 vsize=64120 memory=19568 CPUtime=0.1 cores=0,2
/proc/60757/stat : 60757 (roundingsat) R 60754 60754 59669 0 -1 4194304 2854 0 0 0 9 1 0 0 20 0 1 0 57353154 65658880 4892 18446744073709551615 4227072 8923433 140725064762800 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 42491904 140725064767734 140725064768040 140725064768040 140725064773610 0
/proc/60757/statm: 16030 4892 2304 1147 0 3457 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 68312 KiB
Current children cumulated memory: 22512 KiB

[startup+0.305589 s]*
/proc/loadavg: 3.12 3.18 3.45 4/266 60757
/proc/meminfo: memFree=115469108/131249996 swapFree=33005272/33010684
[pid=60754] ppid=60751 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/60754/stat : 60754 (run-opt-ls-log.) S 60751 60754 59669 0 -1 4194304 240 1951 0 0 0 0 6 0 20 0 1 0 57353145 4292608 736 18446744073709551615 94620642877440 94620643771973 140723316122640 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94620644011024 94620644058768 94620668059648 140723316128027 140723316128225 140723316128225 140723316133827 0
/proc/60754/statm: 1048 736 672 219 0 110 0
[pid=60757] ppid=60754 vsize=65264 memory=20720 CPUtime=0.19 cores=0,2
/proc/60757/stat : 60757 (roundingsat) R 60754 60754 59669 0 -1 4194304 3091 0 0 0 18 1 0 0 20 0 1 0 57353154 66830336 5180 18446744073709551615 4227072 8923433 140725064762800 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 42491904 140725064767734 140725064768040 140725064768040 140725064773610 0
/proc/60757/statm: 16316 5180 2336 1147 0 3743 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 69456 KiB
Current children cumulated memory: 23664 KiB

[startup+0.700203 s]
/proc/loadavg: 3.12 3.18 3.45 4/266 60757
/proc/meminfo: memFree=115452952/131249996 swapFree=33005272/33010684
[pid=60754] ppid=60751 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/60754/stat : 60754 (run-opt-ls-log.) S 60751 60754 59669 0 -1 4194304 240 1951 0 0 0 0 6 0 20 0 1 0 57353145 4292608 736 18446744073709551615 94620642877440 94620643771973 140723316122640 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94620644011024 94620644058768 94620668059648 140723316128027 140723316128225 140723316128225 140723316133827 0
/proc/60754/statm: 1048 736 672 219 0 110 0
[pid=60757] ppid=60754 vsize=67896 memory=22896 CPUtime=0.58 cores=0,2
/proc/60757/stat : 60757 (roundingsat) R 60754 60754 59669 0 -1 4194304 3653 0 0 0 57 1 0 0 20 0 1 0 57353154 69525504 5724 18446744073709551615 4227072 8923433 140725064762800 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 42491904 140725064767734 140725064768040 140725064768040 140725064773610 0
/proc/60757/statm: 16974 5724 2336 1147 0 4401 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 72088 KiB
Current children cumulated memory: 25840 KiB

[startup+1.5002 s]
/proc/loadavg: 3.12 3.18 3.45 4/266 60757
/proc/meminfo: memFree=115444888/131249996 swapFree=33005272/33010684
[pid=60754] ppid=60751 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/60754/stat : 60754 (run-opt-ls-log.) S 60751 60754 59669 0 -1 4194304 240 1951 0 0 0 0 6 0 20 0 1 0 57353145 4292608 736 18446744073709551615 94620642877440 94620643771973 140723316122640 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94620644011024 94620644058768 94620668059648 140723316128027 140723316128225 140723316128225 140723316133827 0
/proc/60754/statm: 1048 736 672 219 0 110 0
[pid=60757] ppid=60754 vsize=67896 memory=23408 CPUtime=1.37 cores=0,2
/proc/60757/stat : 60757 (roundingsat) R 60754 60754 59669 0 -1 4194304 3731 0 0 0 135 2 0 0 20 0 1 0 57353154 69525504 5852 18446744073709551615 4227072 8923433 140725064762800 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 42491904 140725064767734 140725064768040 140725064768040 140725064773610 0
/proc/60757/statm: 16974 5852 2368 1147 0 4401 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 72088 KiB
Current children cumulated memory: 26352 KiB

[startup+3.10554 s]
/proc/loadavg: 3.12 3.18 3.45 4/266 60757
/proc/meminfo: memFree=115394612/131249996 swapFree=33005272/33010684
[pid=60754] ppid=60751 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/60754/stat : 60754 (run-opt-ls-log.) S 60751 60754 59669 0 -1 4194304 240 1951 0 0 0 0 6 0 20 0 1 0 57353145 4292608 736 18446744073709551615 94620642877440 94620643771973 140723316122640 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94620644011024 94620644058768 94620668059648 140723316128027 140723316128225 140723316128225 140723316133827 0
/proc/60754/statm: 1048 736 672 219 0 110 0
[pid=60757] ppid=60754 vsize=72032 memory=26520 CPUtime=2.98 cores=0,2
/proc/60757/stat : 60757 (roundingsat) R 60754 60754 59669 0 -1 4194304 4787 0 0 0 294 4 0 0 20 0 1 0 57353154 73760768 6630 18446744073709551615 4227072 8923433 140725064762800 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 42491904 140725064767734 140725064768040 140725064768040 140725064773610 0
/proc/60757/statm: 18008 6630 2368 1147 0 5435 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 76224 KiB
Current children cumulated memory: 29464 KiB

[startup+6.3002 s]
/proc/loadavg: 3.11 3.17 3.45 4/266 60757
/proc/meminfo: memFree=115331848/131249996 swapFree=33005272/33010684
[pid=60754] ppid=60751 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/60754/stat : 60754 (run-opt-ls-log.) S 60751 60754 59669 0 -1 4194304 240 1951 0 0 0 0 6 0 20 0 1 0 57353145 4292608 736 18446744073709551615 94620642877440 94620643771973 140723316122640 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94620644011024 94620644058768 94620668059648 140723316128027 140723316128225 140723316128225 140723316133827 0
/proc/60754/statm: 1048 736 672 219 0 110 0
[pid=60757] ppid=60754 vsize=76776 memory=30220 CPUtime=6.16 cores=0,2
/proc/60757/stat : 60757 (roundingsat) R 60754 60754 59669 0 -1 4194304 6083 0 0 0 609 7 0 0 20 0 1 0 57353154 78618624 7555 18446744073709551615 4227072 8923433 140725064762800 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 42491904 140725064767734 140725064768040 140725064768040 140725064773610 0
/proc/60757/statm: 19194 7555 2368 1147 0 6621 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 80968 KiB
Current children cumulated memory: 33164 KiB

[startup+12.7001 s]
/proc/loadavg: 3.10 3.17 3.45 4/267 60758
/proc/meminfo: memFree=115230804/131249996 swapFree=33005272/33010684
[pid=60754] ppid=60751 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/60754/stat : 60754 (run-opt-ls-log.) S 60751 60754 59669 0 -1 4194304 240 1951 0 0 0 0 6 0 20 0 1 0 57353145 4292608 736 18446744073709551615 94620642877440 94620643771973 140723316122640 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94620644011024 94620644058768 94620668059648 140723316128027 140723316128225 140723316128225 140723316133827 0
/proc/60754/statm: 1048 736 672 219 0 110 0
[pid=60757] ppid=60754 vsize=89012 memory=43660 CPUtime=12.55 cores=0,2
/proc/60757/stat : 60757 (roundingsat) R 60754 60754 59669 0 -1 4194304 9294 0 0 0 1235 20 0 0 20 0 1 0 57353154 91148288 10915 18446744073709551615 4227072 8923433 140725064762800 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 42491904 140725064767734 140725064768040 140725064768040 140725064773610 0
/proc/60757/statm: 22253 10915 2400 1147 0 9680 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 93204 KiB
Current children cumulated memory: 46604 KiB

[startup+25.5002 s]
/proc/loadavg: 3.15 3.18 3.44 4/267 60758
/proc/meminfo: memFree=114934248/131249996 swapFree=33005272/33010684
[pid=60754] ppid=60751 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/60754/stat : 60754 (run-opt-ls-log.) S 60751 60754 59669 0 -1 4194304 240 1951 0 0 0 0 6 0 20 0 1 0 57353145 4292608 736 18446744073709551615 94620642877440 94620643771973 140723316122640 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94620644011024 94620644058768 94620668059648 140723316128027 140723316128225 140723316128225 140723316133827 0
/proc/60754/statm: 1048 736 672 219 0 110 0
[pid=60757] ppid=60754 vsize=108288 memory=62724 CPUtime=25.31 cores=0,2
/proc/60757/stat : 60757 (roundingsat) R 60754 60754 59669 0 -1 4194304 13557 0 0 0 2487 44 0 0 20 0 1 0 57353154 110886912 15681 18446744073709551615 4227072 8923433 140725064762800 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 42491904 140725064767734 140725064768040 140725064768040 140725064773610 0
/proc/60757/statm: 27072 15681 2400 1147 0 14499 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 112480 KiB
Current children cumulated memory: 65668 KiB

[startup+51.1055 s]
/proc/loadavg: 3.10 3.16 3.43 4/267 60759
/proc/meminfo: memFree=114505496/131249996 swapFree=33005272/33010684
[pid=60754] ppid=60751 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/60754/stat : 60754 (run-opt-ls-log.) S 60751 60754 59669 0 -1 4194304 240 1951 0 0 0 0 6 0 20 0 1 0 57353145 4292608 736 18446744073709551615 94620642877440 94620643771973 140723316122640 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94620644011024 94620644058768 94620668059648 140723316128027 140723316128225 140723316128225 140723316133827 0
/proc/60754/statm: 1048 736 672 219 0 110 0
[pid=60757] ppid=60754 vsize=110676 memory=64132 CPUtime=50.84 cores=0,2
/proc/60757/stat : 60757 (roundingsat) R 60754 60754 59669 0 -1 4194304 13917 0 0 0 5008 76 0 0 20 0 1 0 57353154 113332224 16033 18446744073709551615 4227072 8923433 140725064762800 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 42491904 140725064767734 140725064768040 140725064768040 140725064773610 0
/proc/60757/statm: 27669 16033 2400 1147 0 15096 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 114868 KiB
Current children cumulated memory: 67076 KiB

[startup+102.3 s]
/proc/loadavg: 3.43 3.23 3.44 4/267 60763
/proc/meminfo: memFree=113809000/131249996 swapFree=33005272/33010684
[pid=60754] ppid=60751 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/60754/stat : 60754 (run-opt-ls-log.) S 60751 60754 59669 0 -1 4194304 240 1951 0 0 0 0 6 0 20 0 1 0 57353145 4292608 736 18446744073709551615 94620642877440 94620643771973 140723316122640 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94620644011024 94620644058768 94620668059648 140723316128027 140723316128225 140723316128225 140723316133827 0
/proc/60754/statm: 1048 736 672 219 0 110 0
[pid=60757] ppid=60754 vsize=123884 memory=76336 CPUtime=101.79 cores=0,2
/proc/60757/stat : 60757 (roundingsat) R 60754 60754 59669 0 -1 4194304 17305 0 0 0 10022 157 0 0 20 0 1 0 57353154 126857216 19084 18446744073709551615 4227072 8923433 140725064762800 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 42491904 140725064767734 140725064768040 140725064768040 140725064773610 0
/proc/60757/statm: 30971 19084 2400 1147 0 18398 0
Current children cumulated CPU time: 101.85 s
Current children cumulated vsize: 128076 KiB
Current children cumulated memory: 79280 KiB

[startup+162.3 s]
/proc/loadavg: 3.53 3.30 3.45 4/267 60766
/proc/meminfo: memFree=112980440/131249996 swapFree=33005272/33010684
[pid=60754] ppid=60751 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/60754/stat : 60754 (run-opt-ls-log.) S 60751 60754 59669 0 -1 4194304 240 1951 0 0 0 0 6 0 20 0 1 0 57353145 4292608 736 18446744073709551615 94620642877440 94620643771973 140723316122640 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94620644011024 94620644058768 94620668059648 140723316128027 140723316128225 140723316128225 140723316133827 0
/proc/60754/statm: 1048 736 672 219 0 110 0
[pid=60757] ppid=60754 vsize=136344 memory=91716 CPUtime=161.48 cores=0,2
/proc/60757/stat : 60757 (roundingsat) R 60754 60754 59669 0 -1 4194304 20641 0 0 0 15915 233 0 0 20 0 1 0 57353154 139616256 22929 18446744073709551615 4227072 8923433 140725064762800 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 42491904 140725064767734 140725064768040 140725064768040 140725064773610 0
/proc/60757/statm: 34086 22929 2400 1147 0 21513 0
Current children cumulated CPU time: 161.54 s
Current children cumulated vsize: 140536 KiB
Current children cumulated memory: 94660 KiB

[startup+222.3 s]
/proc/loadavg: 3.24 3.25 3.43 4/265 60768
/proc/meminfo: memFree=111823020/131249996 swapFree=33005272/33010684
[pid=60754] ppid=60751 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/60754/stat : 60754 (run-opt-ls-log.) S 60751 60754 59669 0 -1 4194304 240 1951 0 0 0 0 6 0 20 0 1 0 57353145 4292608 736 18446744073709551615 94620642877440 94620643771973 140723316122640 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94620644011024 94620644058768 94620668059648 140723316128027 140723316128225 140723316128225 140723316133827 0
/proc/60754/statm: 1048 736 672 219 0 110 0
[pid=60757] ppid=60754 vsize=155572 memory=106484 CPUtime=221.3 cores=0,2
/proc/60757/stat : 60757 (roundingsat) R 60754 60754 59669 0 -1 4194304 24032 0 0 0 21813 317 0 0 20 0 1 0 57353154 159305728 26621 18446744073709551615 4227072 8923433 140725064762800 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 42491904 140725064767734 140725064768040 140725064768040 140725064773610 0
/proc/60757/statm: 38893 26621 2496 1147 0 26320 0

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

[pid=60757] ppid=60754 vsize=746800 memory=688476 CPUtime=3084.29 cores=0,2
/proc/60757/stat : 60757 (roundingsat) R 60754 60754 59669 0 -1 4194304 87513 0 0 0 305032 3397 0 0 20 0 1 0 57353154 764723200 172119 18446744073709551615 4227072 8923433 140725064762800 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 42491904 140725064767734 140725064768040 140725064768040 140725064773610 0
/proc/60757/statm: 186700 172119 2496 1147 0 174127 0
Current children cumulated CPU time: 3084.35 s
Current children cumulated vsize: 750992 KiB
Current children cumulated memory: 691420 KiB

[startup+3162.3 s]
/proc/loadavg: 2.09 2.53 2.85 3/259 61026
/proc/meminfo: memFree=110624948/131249996 swapFree=33005272/33010684
[pid=60754] ppid=60751 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/60754/stat : 60754 (run-opt-ls-log.) S 60751 60754 59669 0 -1 4194304 240 1951 0 0 0 0 6 0 20 0 1 0 57353145 4292608 736 18446744073709551615 94620642877440 94620643771973 140723316122640 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94620644011024 94620644058768 94620668059648 140723316128027 140723316128225 140723316128225 140723316133827 0
/proc/60754/statm: 1048 736 672 219 0 110 0
[pid=60757] ppid=60754 vsize=746800 memory=692828 CPUtime=3143.16 cores=0,2
/proc/60757/stat : 60757 (roundingsat) R 60754 60754 59669 0 -1 4194304 87519 0 0 0 310849 3467 0 0 20 0 1 0 57353154 764723200 173207 18446744073709551615 4227072 8923433 140725064762800 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 42491904 140725064767734 140725064768040 140725064768040 140725064773610 0
/proc/60757/statm: 186700 173207 2496 1147 0 174127 0
Current children cumulated CPU time: 3143.22 s
Current children cumulated vsize: 750992 KiB
Current children cumulated memory: 695772 KiB

[startup+3222.3 s]
/proc/loadavg: 2.13 2.46 2.81 3/259 61028
/proc/meminfo: memFree=110001104/131249996 swapFree=33005272/33010684
[pid=60754] ppid=60751 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/60754/stat : 60754 (run-opt-ls-log.) S 60751 60754 59669 0 -1 4194304 240 1951 0 0 0 0 6 0 20 0 1 0 57353145 4292608 736 18446744073709551615 94620642877440 94620643771973 140723316122640 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94620644011024 94620644058768 94620668059648 140723316128027 140723316128225 140723316128225 140723316133827 0
/proc/60754/statm: 1048 736 672 219 0 110 0
[pid=60757] ppid=60754 vsize=746800 memory=692828 CPUtime=3202.83 cores=0,2
/proc/60757/stat : 60757 (roundingsat) R 60754 60754 59669 0 -1 4194304 87566 0 0 0 316757 3526 0 0 20 0 1 0 57353154 764723200 173207 18446744073709551615 4227072 8923433 140725064762800 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 42491904 140725064767734 140725064768040 140725064768040 140725064773610 0
/proc/60757/statm: 186700 173207 2496 1147 0 174127 0
Current children cumulated CPU time: 3202.89 s
Current children cumulated vsize: 750992 KiB
Current children cumulated memory: 695772 KiB

[startup+3282.3 s]
/proc/loadavg: 2.09 2.39 2.76 3/259 61031
/proc/meminfo: memFree=109330352/131249996 swapFree=33005272/33010684
[pid=60754] ppid=60751 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/60754/stat : 60754 (run-opt-ls-log.) S 60751 60754 59669 0 -1 4194304 240 1951 0 0 0 0 6 0 20 0 1 0 57353145 4292608 736 18446744073709551615 94620642877440 94620643771973 140723316122640 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94620644011024 94620644058768 94620668059648 140723316128027 140723316128225 140723316128225 140723316133827 0
/proc/60754/statm: 1048 736 672 219 0 110 0
[pid=60757] ppid=60754 vsize=747640 memory=693724 CPUtime=3262.57 cores=0,2
/proc/60757/stat : 60757 (roundingsat) R 60754 60754 59669 0 -1 4194304 87779 0 0 0 322666 3591 0 0 20 0 1 0 57353154 765583360 173431 18446744073709551615 4227072 8923433 140725064762800 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 42491904 140725064767734 140725064768040 140725064768040 140725064773610 0
/proc/60757/statm: 186910 173431 2496 1147 0 174337 0
Current children cumulated CPU time: 3262.63 s
Current children cumulated vsize: 751832 KiB
Current children cumulated memory: 696668 KiB

[startup+3342.3 s]
/proc/loadavg: 2.14 2.35 2.72 3/258 61034
/proc/meminfo: memFree=108785384/131249996 swapFree=33005272/33010684
[pid=60754] ppid=60751 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/60754/stat : 60754 (run-opt-ls-log.) S 60751 60754 59669 0 -1 4194304 240 1951 0 0 0 0 6 0 20 0 1 0 57353145 4292608 736 18446744073709551615 94620642877440 94620643771973 140723316122640 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94620644011024 94620644058768 94620668059648 140723316128027 140723316128225 140723316128225 140723316133827 0
/proc/60754/statm: 1048 736 672 219 0 110 0
[pid=60757] ppid=60754 vsize=749620 memory=694108 CPUtime=3322.37 cores=0,2
/proc/60757/stat : 60757 (roundingsat) R 60754 60754 59669 0 -1 4194304 87875 0 0 0 328598 3639 0 0 20 0 1 0 57353154 767610880 173527 18446744073709551615 4227072 8923433 140725064762800 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 42491904 140725064767734 140725064768040 140725064768040 140725064773610 0
/proc/60757/statm: 187405 173527 2496 1147 0 174832 0
Current children cumulated CPU time: 3322.43 s
Current children cumulated vsize: 753812 KiB
Current children cumulated memory: 697052 KiB

[startup+3402.3 s]
/proc/loadavg: 2.11 2.30 2.68 3/258 61036
/proc/meminfo: memFree=108287352/131249996 swapFree=33005272/33010684
[pid=60754] ppid=60751 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/60754/stat : 60754 (run-opt-ls-log.) S 60751 60754 59669 0 -1 4194304 240 1951 0 0 0 0 6 0 20 0 1 0 57353145 4292608 736 18446744073709551615 94620642877440 94620643771973 140723316122640 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94620644011024 94620644058768 94620668059648 140723316128027 140723316128225 140723316128225 140723316133827 0
/proc/60754/statm: 1048 736 672 219 0 110 0
[pid=60757] ppid=60754 vsize=749620 memory=694364 CPUtime=3382.13 cores=0,2
/proc/60757/stat : 60757 (roundingsat) R 60754 60754 59669 0 -1 4194304 87940 0 0 0 334539 3674 0 0 20 0 1 0 57353154 767610880 173591 18446744073709551615 4227072 8923433 140725064762800 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 42491904 140725064767734 140725064768040 140725064768040 140725064773610 0
/proc/60757/statm: 187405 173591 2496 1147 0 174832 0
Current children cumulated CPU time: 3382.19 s
Current children cumulated vsize: 753812 KiB
Current children cumulated memory: 697308 KiB

[startup+3462.3 s]
/proc/loadavg: 2.16 2.27 2.64 3/257 61038
/proc/meminfo: memFree=108192728/131249996 swapFree=33005272/33010684
[pid=60754] ppid=60751 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/60754/stat : 60754 (run-opt-ls-log.) S 60751 60754 59669 0 -1 4194304 240 1951 0 0 0 0 6 0 20 0 1 0 57353145 4292608 736 18446744073709551615 94620642877440 94620643771973 140723316122640 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94620644011024 94620644058768 94620668059648 140723316128027 140723316128225 140723316128225 140723316133827 0
/proc/60754/statm: 1048 736 672 219 0 110 0
[pid=60757] ppid=60754 vsize=753008 memory=699100 CPUtime=3441.97 cores=0,2
/proc/60757/stat : 60757 (roundingsat) R 60754 60754 59669 0 -1 4194304 89108 0 0 0 340468 3729 0 0 20 0 1 0 57353154 771080192 174775 18446744073709551615 4227072 8923433 140725064762800 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 42491904 140725064767734 140725064768040 140725064768040 140725064773610 0
/proc/60757/statm: 188252 174775 2496 1147 0 175679 0
Current children cumulated CPU time: 3442.03 s
Current children cumulated vsize: 757200 KiB
Current children cumulated memory: 702044 KiB

[startup+3522.3 s]
/proc/loadavg: 2.35 2.31 2.63 3/256 61040
/proc/meminfo: memFree=107379484/131249996 swapFree=33005272/33010684
[pid=60754] ppid=60751 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/60754/stat : 60754 (run-opt-ls-log.) S 60751 60754 59669 0 -1 4194304 240 1951 0 0 0 0 6 0 20 0 1 0 57353145 4292608 736 18446744073709551615 94620642877440 94620643771973 140723316122640 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94620644011024 94620644058768 94620668059648 140723316128027 140723316128225 140723316128225 140723316133827 0
/proc/60754/statm: 1048 736 672 219 0 110 0
[pid=60757] ppid=60754 vsize=753008 memory=699228 CPUtime=3501.75 cores=0,2
/proc/60757/stat : 60757 (roundingsat) R 60754 60754 59669 0 -1 4194304 89165 0 0 0 346403 3772 0 0 20 0 1 0 57353154 771080192 174807 18446744073709551615 4227072 8923433 140725064762800 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 42491904 140725064767734 140725064768040 140725064768040 140725064773610 0
/proc/60757/statm: 188252 174807 2496 1147 0 175679 0
Current children cumulated CPU time: 3501.81 s
Current children cumulated vsize: 757200 KiB
Current children cumulated memory: 702172 KiB

[startup+3582.3 s]
/proc/loadavg: 2.17 2.27 2.60 3/256 61047
/proc/meminfo: memFree=106500264/131249996 swapFree=33005272/33010684
[pid=60754] ppid=60751 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/60754/stat : 60754 (run-opt-ls-log.) S 60751 60754 59669 0 -1 4194304 240 1951 0 0 0 0 6 0 20 0 1 0 57353145 4292608 736 18446744073709551615 94620642877440 94620643771973 140723316122640 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94620644011024 94620644058768 94620668059648 140723316128027 140723316128225 140723316128225 140723316133827 0
/proc/60754/statm: 1048 736 672 219 0 110 0
[pid=60757] ppid=60754 vsize=753008 memory=699228 CPUtime=3561.31 cores=0,2
/proc/60757/stat : 60757 (roundingsat) R 60754 60754 59669 0 -1 4194304 89169 0 0 0 352307 3824 0 0 20 0 1 0 57353154 771080192 174807 18446744073709551615 4227072 8923433 140725064762800 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 42491904 140725064767734 140725064768040 140725064768040 140725064773610 0
/proc/60757/statm: 188252 174807 2496 1147 0 175679 0
Current children cumulated CPU time: 3561.37 s
Current children cumulated vsize: 757200 KiB
Current children cumulated memory: 702172 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3621.11 s]
/proc/loadavg: 2.14 2.25 2.58 3/256 61048
/proc/meminfo: memFree=106109656/131249996 swapFree=33005272/33010684
[pid=60754] ppid=60751 vsize=4192 memory=2944 CPUtime=0.06 cores=0,2
/proc/60754/stat : 60754 (run-opt-ls-log.) S 60751 60754 59669 0 -1 4194304 240 1951 0 0 0 0 6 0 20 0 1 0 57353145 4292608 736 18446744073709551615 94620642877440 94620643771973 140723316122640 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94620644011024 94620644058768 94620668059648 140723316128027 140723316128225 140723316128225 140723316133827 0
/proc/60754/statm: 1048 736 672 219 0 110 0
[pid=60757] ppid=60754 vsize=753008 memory=699228 CPUtime=3600 cores=0,2
/proc/60757/stat : 60757 (roundingsat) R 60754 60754 59669 0 -1 4194304 89169 0 0 0 356132 3868 0 0 20 0 1 0 57353154 771080192 174807 18446744073709551615 4227072 8923433 140725064762800 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 42491904 140725064767734 140725064768040 140725064768040 140725064773610 0
/proc/60757/statm: 188252 174807 2496 1147 0 175679 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 757200 KiB
Current children cumulated memory: 702172 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

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

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

[startup+3621.2 s]*
/proc/loadavg: 2.14 2.25 2.58 2/255 61048
/proc/meminfo: memFree=106118608/131249996 swapFree=33005272/33010684
[pid=60757] ppid=60751 vsize=742360 memory=692064 CPUtime=3600.01 cores=0,2
/proc/60757/stat : 60757 (roundingsat) R 60751 60754 59669 0 -1 4194304 89172 0 0 0 356132 3869 0 0 20 0 1 0 57353154 760176640 173016 18446744073709551615 4227072 8923433 140725064762800 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 42491904 140725064767734 140725064768040 140725064768040 140725064773610 0
/proc/60757/statm: 185590 173016 2560 1147 0 173017 0
Current cumulated CPU time of completed processes: 0.070398 s
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 742360 KiB
Current children cumulated memory: 692064 KiB

Child status: 2

Real time (s): 3621.22
CPU time (s): 3600.09
CPU user time (s): 3561.39
CPU system time (s): 38.7073
CPU usage (%): 99.4167
Max. virtual memory (cumulated for all children) (KiB): 757200
Max. memory (cumulated for all children) (KiB): 702172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3561.39
system time used= 38.7073
maximum resident set size= 699484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91378
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13743160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2746
involuntary context switches= 9537


# summary of solver processes directly reported to runsolver:
#   pid: 60754,60757
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3561.39
#   total CPU system time (s): 38.7073

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.1297 second user time and 16.2148 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-02 02:39:13
IDJOB=4502419
IDBENCH=155330
IDSOLVER=3356
FILE ID=nodeC023/4502419-1751416753
RUNJOBID= nodeC023-1751412424-60135
SLURM_JOB_ID= 9598321
Free space on /tmp= 432052 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-protfold.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4502419-1751416753/watcher-4502419-1751416753 -o /tmp/evaluation-result-4502419-1751416753/solver-4502419-1751416753 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751412424-60135 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4502419-1751416753.opb PROOFDIR/proof-4502419-1751416753

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

MD5SUM BENCH= 7d697abe2607c9e2486f4e4c4676f6ab
RANDOM SEED=1324356777

nodeC023 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.887
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.78
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		: 3600.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.78
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		: 3598.781
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.78
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		: 3600.652
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.78
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.915
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.78
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.925
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.78
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		: 3586.782
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.78
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        115468416 kB
MemAvailable:   127636452 kB
Buffers:            1328 kB
Cached:         12955656 kB
SwapCached:          372 kB
Active:          2331748 kB
Inactive:       12786676 kB
Active(anon):    2120340 kB
Inactive(anon):    54564 kB
Active(file):     211408 kB
Inactive(file): 12732112 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005272 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             92352 kB
Writeback:           208 kB
AnonPages:       2160152 kB
Mapped:           109864 kB
Shmem:             13436 kB
KReclaimable:     127508 kB
Slab:             218964 kB
SReclaimable:     127508 kB
SUnreclaim:        91456 kB
KernelStack:        4288 kB
PageTables:         7504 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2685572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1296384 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432072 MiB
End job on nodeC023 at 2025-07-02 03:39:34