Trace number 4517367

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 NameAnswerCPU timeWall clock time
roundingsat+pbsuma-log 63f22ad? (TO) 3600.09 3617.92

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/diag_spec/normalized-16diag_spec_greater.opb
MD5SUM6887599ad065147dc61a02d711e5083c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.095144
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables848
Total number of constraints1058
Number of constraints which are clauses768
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints290
Minimum length of a constraint2
Maximum length of a constraint288
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2147483648
Number of bits of the biggest number in a constraint 32
Biggest sum of numbers in a constraint 8589934591
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4517367-1751224709.opb'
0.00/0.02	c 	read 0.03MB  (1.87ms)
0.00/0.02	c	 [cnf: #variables 848 #clauses 1058 #duplicates 0 #arr 3424]
0.00/0.02	c output proof to 'PROOFDIR/proof-4517367-1751224709'
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 0] (2.67ms)
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.02	c 	 (0.41ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 4642 #edges 12320]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.78ms)
0.00/0.02	c 
0.00/0.02	c finalize break order and special generators
0.00/0.02	c 
0.00/0.02	c generation finished
0.00/0.02	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.02	c 
0.00/0.02	c write result to 'HOME/instance-4517367-1751224709.opb.pre'
0.00/0.02	c 	wrote 0.04MB (0.45ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   2.67ms 37.15% approx_orbits
0.00/0.02	c                   1.87ms 26.07% parse
0.00/0.02	c                   0.93ms 13.02% other
0.00/0.02	c                   0.78ms 10.86% detect_generic
0.00/0.02	c                   0.45ms  6.23% output
0.00/0.02	c                   0.41ms  5.73% detect_special
0.00/0.02	c                   0.07ms  0.94% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                   7.18ms   100% total
0.00/0.02	c ------------------------------------------------------------------
0.00/0.04	c RoundingSat 2
0.00/0.04	c branch pb25
0.00/0.04	c commit 63f22ad
0.00/0.07	c #variables 848 #constraints 1347
0.00/0.07	c rational objective 4.65661e-10
3.60/3.72	c #Conflicts:       1000 | #Constraints:       2347
3.60/3.72	c #Conflicts:       2000 | #Constraints:       3347
3.60/3.72	c INPROCESSING
3.60/3.72	c GARBAGE COLLECT
3.60/3.72	c rational objective 4.02181
9.28/9.49	c #Conflicts:       3000 | #Constraints:       3354
9.28/9.49	c #Conflicts:       4000 | #Constraints:       4354
9.28/9.49	c INPROCESSING
9.28/9.49	c GARBAGE COLLECT
9.28/9.49	c #Conflicts:       5000 | #Constraints:       3756
9.28/9.49	c #Conflicts:       6000 | #Constraints:       4756
9.28/9.49	c INPROCESSING
9.28/9.49	c GARBAGE COLLECT
9.28/9.49	c rational objective 4.1875
32.00/32.29	c #Conflicts:       7000 | #Constraints:       3755
32.00/32.29	c #Conflicts:       8000 | #Constraints:       4755
32.00/32.29	c #Conflicts:       9000 | #Constraints:       5755
32.00/32.29	c INPROCESSING
32.00/32.29	c GARBAGE COLLECT
32.00/32.29	c #Conflicts:      10000 | #Constraints:       4459
32.00/32.29	c #Conflicts:      11000 | #Constraints:       5459
32.00/32.29	c #Conflicts:      12000 | #Constraints:       6459
32.00/32.29	c INPROCESSING
32.00/32.29	c GARBAGE COLLECT
32.00/32.29	c #Conflicts:      13000 | #Constraints:       4910
32.00/32.29	c #Conflicts:      14000 | #Constraints:       5910
32.00/32.29	c #Conflicts:      15000 | #Constraints:       6910
32.00/32.29	c INPROCESSING
32.00/32.29	c GARBAGE COLLECT
32.00/32.29	c #Conflicts:      16000 | #Constraints:       5136
32.00/32.29	c #Conflicts:      17000 | #Constraints:       6136
32.00/32.29	c #Conflicts:      18000 | #Constraints:       7136
32.00/32.29	c INPROCESSING
32.00/32.29	c GARBAGE COLLECT
32.00/32.29	c rational objective 4.45588
43.60/44.40	c #Conflicts:      19000 | #Constraints:       5151
43.60/44.40	c #Conflicts:      20000 | #Constraints:       6151
43.60/44.40	c #Conflicts:      21000 | #Constraints:       7152
43.60/44.40	c INPROCESSING
43.60/44.40	c GARBAGE COLLECT
43.60/44.40	c #Conflicts:      22000 | #Constraints:       4957
43.60/44.40	c #Conflicts:      23000 | #Constraints:       5959
43.60/44.40	c #Conflicts:      24000 | #Constraints:       6962
43.60/44.40	c #Conflicts:      25000 | #Constraints:       7962
43.60/44.40	c INPROCESSING
43.60/44.40	c GARBAGE COLLECT
43.60/44.40	c rational objective 4.65199
63.64/64.64	c #Conflicts:      26000 | #Constraints:       5580
63.64/64.64	c #Conflicts:      27000 | #Constraints:       6580
63.64/64.64	c #Conflicts:      28000 | #Constraints:       7580
63.64/64.64	c #Conflicts:      29000 | #Constraints:       8580
63.64/64.64	c INPROCESSING
63.64/64.64	c GARBAGE COLLECT
63.64/64.64	c #Conflicts:      30000 | #Constraints:       5983
63.64/64.64	c #Conflicts:      31000 | #Constraints:       6983
63.64/64.64	c #Conflicts:      32000 | #Constraints:       7983
63.64/64.64	c #Conflicts:      33000 | #Constraints:       8983
63.64/64.64	c INPROCESSING
63.64/64.64	c GARBAGE COLLECT
63.64/64.64	c #Conflicts:      34000 | #Constraints:       6191
63.64/64.64	c #Conflicts:      35000 | #Constraints:       7191
63.64/64.64	c #Conflicts:      36000 | #Constraints:       8191
63.64/64.64	c #Conflicts:      37000 | #Constraints:       9191
63.64/64.64	c INPROCESSING
63.64/64.64	c GARBAGE COLLECT
63.64/64.64	c rational objective 4.77004
81.78/82.89	c #Conflicts:      38000 | #Constraints:       6197
81.78/82.89	c #Conflicts:      39000 | #Constraints:       7197
81.78/82.89	c #Conflicts:      40000 | #Constraints:       8197
81.78/82.89	c #Conflicts:      41000 | #Constraints:       9197
81.78/82.89	c INPROCESSING
81.78/82.89	c GARBAGE COLLECT
81.78/82.89	c #Conflicts:      42000 | #Constraints:       6001
81.78/82.89	c #Conflicts:      43000 | #Constraints:       7001
81.78/82.89	c #Conflicts:      44000 | #Constraints:       8002
81.78/82.89	c #Conflicts:      45000 | #Constraints:       9002
81.78/82.89	c #Conflicts:      46000 | #Constraints:      10002
81.78/82.89	c INPROCESSING
81.78/82.89	c GARBAGE COLLECT
81.78/82.89	c #Conflicts:      47000 | #Constraints:       6603
81.78/82.89	c #Conflicts:      48000 | #Constraints:       7603
81.78/82.89	c #Conflicts:      49000 | #Constraints:       8603
81.78/82.89	c #Conflicts:      50000 | #Constraints:       9603
81.78/82.89	c #Conflicts:      51000 | #Constraints:      10604
81.78/82.89	c INPROCESSING
81.78/82.89	c GARBAGE COLLECT
81.78/82.89	WSVECS04 Frhs2[4]: 6 -1.11345e+08 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[9]: 6 -1.11197e+08 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[12]: 6 -1.21291e+08 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[17]: 6 -2.54594e+07 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[20]: 6 -2.54502e+07 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[30]: 6 -1.12273e+08 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[31]: 6 -2.5478e+07 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[36]: 6 0 0.722224 shouldn't be
81.78/82.89	WSVECS04 Frhs2[37]: 6 0 3.44437 shouldn't be
81.78/82.89	WSVECS04 Frhs2[38]: 6 0 4.02057e+06 shouldn't be
81.78/82.89	WSVECS04 Frhs2[39]: 6 0 8.04113e+06 shouldn't be
81.78/82.89	WSVECS04 Frhs2[40]: 6 0 26.0542 shouldn't be
81.78/82.89	WSVECS04 Frhs2[41]: 6 0 54.1084 shouldn't be
81.78/82.89	WSVECS04 Frhs2[42]: 6 0 109.217 shouldn't be
81.78/82.89	WSVECS04 Frhs2[43]: 6 0 5.04427e+06 shouldn't be
81.78/82.89	WSVECS04 Frhs2[44]: 6 0 439.867 shouldn't be
81.78/82.89	WSVECS04 Frhs2[45]: 6 0 4.58023e+06 shouldn't be
81.78/82.89	WSVECS04 Frhs2[47]: 6 0 2058.78 shouldn't be
81.78/82.89	WSVECS04 Frhs2[87]: 6 -146.557 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[94]: 6 -1.16792e+08 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[97]: 6 0 2.44435 shouldn't be
81.78/82.89	WSVECS04 Frhs2[98]: 6 0 5.88862 shouldn't be
81.78/82.89	WSVECS04 Frhs2[99]: 6 0 12.7771 shouldn't be
81.78/82.89	WSVECS04 Frhs2[116]: 6 -71.888 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[119]: 6 -579.602 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[120]: 6 -1160.46 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[122]: 6 -4634.33 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[134]: 6 -580.102 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[135]: 6 -1161.46 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[136]: 6 -2318.91 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[161]: 6 -73.388 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[164]: 6 -583.728 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[166]: 6 -2318.41 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[168]: 6 -11934.9 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[193]: 6 -290.552 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[196]: 6 -2318.41 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[198]: 6 -9267.64 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[209]: 6 -580.103 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[212]: 6 -4634.83 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[214]: 6 -18533.3 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[223]: 6 -1.26844e+08 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[225]: 6 -1159.21 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[239]: 6 -1.21877e+08 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[240]: 6 0 1.01668e+07 shouldn't be
81.78/82.89	WSVECS04 Frhs2[272]: 6 0 1.28262e+08 shouldn't be
81.78/82.89	WSVECS04 Frhs2[288]: 6 0 1.92063e+08 shouldn't be
81.78/82.89	WSVECS04 Frhs2[290]: 6 0 1.32833e+06 shouldn't be
81.78/82.89	WSVECS04 Frhs2[302]: 6 0 5939.17 shouldn't be
81.78/82.89	WSVECS04 Frhs2[319]: 6 0 3.85853e+07 shouldn't be
81.78/82.89	WSVECS04 Frhs2[351]: 6 -1.50008 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[366]: 6 -5.6563 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[387]: 6 -1.43758 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[402]: 6 -1.00002 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[415]: 6 -4.00043 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[417]: 6 -1.00007 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[435]: 6 0 2.79594e+08 shouldn't be
81.78/82.89	WSVECS04 Frhs2[444]: 6 0 1.00006 shouldn't be
81.78/82.89	WSVECS04 Frhs2[446]: 6 0 4.50004 shouldn't be
81.78/82.89	WSVECS04 Frhs2[459]: 6 0 21356.7 shouldn't be
81.78/82.89	WSVECS04 Frhs2[460]: 6 -1.00005 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[461]: 6 -1.00007 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[463]: 6 -1.00006 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[476]: 6 -1.00009 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[486]: 6 0 1.00006 shouldn't be
81.78/82.89	WSVECS04 Frhs2[491]: 6 -1.7501 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[498]: 6 0 8.66282e+06 shouldn't be
81.78/82.89	WSVECS04 Frhs2[499]: 6 0 5.00008 shouldn't be
81.78/82.89	WSVECS04 Frhs2[513]: 6 0 2.87449e+07 shouldn't be
81.78/82.89	WSVECS04 Frhs2[516]: 6 0 1.00008 shouldn't be
81.78/82.89	WSVECS04 Frhs2[532]: 6 -1.00007 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[542]: 6 -5.76942e+06 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[549]: 6 -4.01953e+06 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[559]: 6 -0.986369 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[562]: 6 -1.86758e+07 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[564]: 6 -6.31056e+06 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[572]: 6 -1.0862e+07 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[574]: 6 -1.79668e+07 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[577]: 6 -1.1423e+08 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[592]: 6 -0.125087 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[604]: 6 -1.6038e+07 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[608]: 6 -0.250081 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[609]: 6 -1.00002 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[620]: 6 -1.87559e+07 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[624]: 6 -0.500031 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[625]: 6 -1.5001 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[626]: 6 -1.00005 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[640]: 6 -1.00007 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[657]: 6 -1.50005 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[671]: 6 -0.875052 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[675]: 6 -4.62506 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[676]: 6 -5.25008 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[680]: 6 0 5336.98 shouldn't be
81.78/82.89	WSVECS04 Frhs2[687]: 6 -0.750015 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[689]: 6 -1.50009 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[690]: 6 -1.00007 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[703]: 6 -0.500088 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[704]: 6 -1.94989e+06 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[705]: 6 -1.00005 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[716]: 6 -1.00003 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[721]: 6 -1.75008 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[730]: 6 -1.00008 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[732]: 6 -1.00006 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[742]: 6 -0.125028 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[744]: 6 -1.00008 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[747]: 6 -1.00004 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[748]: 6 -1.00008 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[760]: 6 -1.00007 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[763]: 6 -1.00009 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[775]: 6 -1.00006 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[778]: 6 -1.00002 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[787]: 6 0 0.170708 shouldn't be
81.78/82.89	WSVECS04 Frhs2[798]: 6 -1485.29 0 shouldn't be
81.78/82.89	WSVECS04 Frhs2[800]: 6 -5938.17 0 shouldn't be
103.31/104.56	c #Conflicts:      52000 | #Constraints:       7017
103.31/104.56	c #Conflicts:      53000 | #Constraints:       8018
103.31/104.56	c #Conflicts:      54000 | #Constraints:       9018
103.31/104.56	c #Conflicts:      55000 | #Constraints:      10018
103.31/104.56	c #Conflicts:      56000 | #Constraints:      11018
103.31/104.56	c INPROCESSING
103.31/104.56	c GARBAGE COLLECT
103.31/104.56	c #Conflicts:      57000 | #Constraints:       7220
103.31/104.56	c #Conflicts:      58000 | #Constraints:       8220
103.31/104.56	c #Conflicts:      59000 | #Constraints:       9220
103.31/104.56	c #Conflicts:      60000 | #Constraints:      10220
103.31/104.56	c #Conflicts:      61000 | #Constraints:      11220
103.31/104.56	c INPROCESSING
103.31/104.56	c GARBAGE COLLECT
103.31/104.56	c #Conflicts:      62000 | #Constraints:       7224
103.31/104.56	c #Conflicts:      63000 | #Constraints:       8224
103.31/104.56	c #Conflicts:      64000 | #Constraints:       9224
103.31/104.56	c #Conflicts:      65000 | #Constraints:      10224
103.31/104.56	c #Conflicts:      66000 | #Constraints:      11224
103.31/104.56	c INPROCESSING
103.31/104.56	c GARBAGE COLLECT
103.31/104.56	c #Conflicts:      67000 | #Constraints:       7030
103.31/104.56	c #Conflicts:      68000 | #Constraints:       8030
103.31/104.56	c #Conflicts:      69000 | #Constraints:       9030
103.31/104.56	c #Conflicts:      70000 | #Constraints:      10030
103.31/104.56	c #Conflicts:      71000 | #Constraints:      11031
103.31/104.56	c #Conflicts:      72000 | #Constraints:      12031
103.31/104.56	c INPROCESSING
103.31/104.56	c GARBAGE COLLECT
103.31/104.56	WSVECS04 Frhs2[3]: 6 -5.59594e+08 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[8]: 6 -1.45441e+08 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[9]: 6 -1.47959e+08 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[13]: 6 -1.25716e+08 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[22]: 6 -1.16899e+08 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[28]: 6 -1.16886e+08 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[30]: 6 -5.48247e+08 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[32]: 6 -5.49039e+07 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[45]: 6 0 1.74026e+06 shouldn't be
103.31/104.56	WSVECS04 Frhs2[46]: 6 0 25889.5 shouldn't be
103.31/104.56	WSVECS04 Frhs2[64]: 6 -4.57601e+07 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[80]: 6 -4.57965e+07 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[99]: 6 -49.4959 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[101]: 6 -1326.75 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[102]: 6 -2650.5 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[108]: 6 -23466.8 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[112]: 6 -4.60149e+07 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[136]: 6 0 11904.7 shouldn't be
103.31/104.56	WSVECS04 Frhs2[147]: 6 -367.652 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[149]: 6 -10600 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[150]: 6 -2934.22 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[152]: 6 0 23811.4 shouldn't be
103.31/104.56	WSVECS04 Frhs2[156]: 6 -2.44945e+08 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[160]: 6 -4.58484e+07 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[163]: 6 -734.305 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[165]: 6 -2935.1 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[166]: 6 -5867.45 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[172]: 6 -4.89889e+08 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[175]: 6 -1.27652e+08 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[176]: 6 -4.5658e+07 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[208]: 6 0 6.19208e+07 shouldn't be
103.31/104.56	WSVECS04 Frhs2[227]: 6 -1.53446e+07 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[229]: 6 -6.13784e+07 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[230]: 6 -1.22757e+08 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[321]: 6 0 1.83509e+08 shouldn't be
103.31/104.56	WSVECS04 Frhs2[326]: 6 0 10676 shouldn't be
103.31/104.56	WSVECS04 Frhs2[342]: 6 0 2.50955e+08 shouldn't be
103.31/104.56	WSVECS04 Frhs2[344]: 6 0 2.30688e+08 shouldn't be
103.31/104.56	WSVECS04 Frhs2[356]: 6 0 4.95632e+08 shouldn't be
103.31/104.56	WSVECS04 Frhs2[358]: 6 0 4.75366e+08 shouldn't be
103.31/104.56	WSVECS04 Frhs2[359]: 6 -6.11892e+07 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[374]: 6 -1.00002 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[391]: 6 0 3.4348e+08 shouldn't be
103.31/104.56	WSVECS04 Frhs2[406]: 6 -1.00007 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[413]: 6 -1.00003 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[421]: 6 -1.00009 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[426]: 6 0 2.75003 shouldn't be
103.31/104.56	WSVECS04 Frhs2[513]: 6 0 1.1318e+08 shouldn't be
103.31/104.56	WSVECS04 Frhs2[525]: 6 0 1.18892e+08 shouldn't be
103.31/104.56	WSVECS04 Frhs2[530]: 6 -1.00009 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[533]: 6 -1.00008 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[536]: 6 -1.0001 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[539]: 6 -1.00006 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[540]: 6 -1.00005 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[545]: 6 -1.00001 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[547]: 6 -6.98249e+06 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[554]: 6 -1.00002 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[555]: 6 -1.00001 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[589]: 6 0 1.34491e+07 shouldn't be
103.31/104.56	WSVECS04 Frhs2[617]: 6 -1.00005 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[619]: 6 -1.00005 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[628]: 6 -0.875045 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[634]: 6 -1.00002 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[643]: 6 -2.10939 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[644]: 6 -0.750045 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[647]: 6 -0.750011 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[649]: 6 -1.00002 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[650]: 6 -1.50002 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[655]: 6 -2.00007 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[659]: 6 -2.21879 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[662]: 6 -1.00008 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[664]: 6 -1.00003 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[679]: 6 -71090.7 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[693]: 6 -0.500045 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[703]: 6 -2.00008 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[707]: 6 0 7.66643e+06 shouldn't be
103.31/104.56	WSVECS04 Frhs2[719]: 6 -1.00005 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[736]: 6 -1.51008e+07 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[752]: 6 0 5.35508e+07 shouldn't be
103.31/104.56	WSVECS04 Frhs2[768]: 6 0 1.04228e+08 shouldn't be
103.31/104.56	WSVECS04 Frhs2[804]: 6 0 312957 shouldn't be
103.31/104.56	WSVECS04 Frhs2[810]: 6 -4.01376e+07 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[811]: 6 -5.82309e+07 0 shouldn't be
103.31/104.56	WSVECS04 Frhs2[848]: 6 0 3.58204e+08 shouldn't be
103.31/104.58	c rational objective 4.77033
117.78/119.09	c #Conflicts:      73000 | #Constraints:       7649
117.78/119.09	c #Conflicts:      74000 | #Constraints:       8649
117.78/119.09	c #Conflicts:      75000 | #Constraints:       9649
117.78/119.09	c #Conflicts:      76000 | #Constraints:      10649
117.78/119.09	c #Conflicts:      77000 | #Constraints:      11649
117.78/119.09	c #Conflicts:      78000 | #Constraints:      12649
117.78/119.09	c INPROCESSING
117.78/119.09	c GARBAGE COLLECT
117.78/119.09	c #Conflicts:      79000 | #Constraints:       8050
117.78/119.09	c #Conflicts:      80000 | #Constraints:       9050
117.78/119.09	c #Conflicts:      81000 | #Constraints:      10050
117.78/119.09	c #Conflicts:      82000 | #Constraints:      11050
117.78/119.09	c #Conflicts:      83000 | #Constraints:      12050
117.78/119.09	c #Conflicts:      84000 | #Constraints:      13050
117.78/119.09	c INPROCESSING
117.78/119.09	c GARBAGE COLLECT
117.78/119.09	c rational objective 4.82383
123.44/124.86	c #Conflicts:      85000 | #Constraints:       8249
123.44/124.86	c #Conflicts:      86000 | #Constraints:       9250
123.44/124.86	c #Conflicts:      87000 | #Constraints:      10250
123.44/124.86	c #Conflicts:      88000 | #Constraints:      11252
123.44/124.86	c #Conflicts:      89000 | #Constraints:      12252
123.44/124.86	c #Conflicts:      90000 | #Constraints:      13254
123.44/124.86	c INPROCESSING
123.44/124.86	c GARBAGE COLLECT
123.44/124.86	WSVECS04 Frhs2[1]: 6 -1.13479 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[14]: 6 -45.5599 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[24]: 6 -42.5647 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[34]: 6 -0.999827 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[35]: 6 -0.999593 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[36]: 6 -0.999057 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[38]: 6 -0.996126 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[39]: 6 -2.55679 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[40]: 6 -2.11341 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[42]: 6 -2.22486 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[44]: 6 -1.0848 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[45]: 6 -1.65275 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[47]: 6 0 1.00396 shouldn't be
123.44/124.86	WSVECS04 Frhs2[48]: 6 -26.3149 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[80]: 6 0 28.5671 shouldn't be
123.44/124.86	WSVECS04 Frhs2[93]: 6 0 3.00558 shouldn't be
123.44/124.86	WSVECS04 Frhs2[95]: 6 0 16.3274 shouldn't be
123.44/124.86	WSVECS04 Frhs2[96]: 6 0 1.78237 shouldn't be
123.44/124.86	WSVECS04 Frhs2[106]: 6 0 0.847845 shouldn't be
123.44/124.86	WSVECS04 Frhs2[107]: 6 0 4.69564 shouldn't be
123.44/124.86	WSVECS04 Frhs2[108]: 6 0 3.00437 shouldn't be
123.44/124.86	WSVECS04 Frhs2[112]: 6 0 77.7075 shouldn't be
123.44/124.86	WSVECS04 Frhs2[121]: 6 0 0.00116215 shouldn't be
123.44/124.86	WSVECS04 Frhs2[122]: 6 0 3.69565 shouldn't be
123.44/124.86	WSVECS04 Frhs2[123]: 6 0 11.3912 shouldn't be
123.44/124.86	WSVECS04 Frhs2[124]: 6 0 7.0086 shouldn't be
123.44/124.86	WSVECS04 Frhs2[125]: 6 0 14.2671 shouldn't be
123.44/124.86	WSVECS04 Frhs2[128]: 6 0 97.1395 shouldn't be
123.44/124.86	WSVECS04 Frhs2[130]: 6 -0.984382 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[131]: 6 -0.968773 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[132]: 6 -0.937497 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[135]: 6 -0.999476 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[137]: 6 0 2.69567 shouldn't be
123.44/124.86	WSVECS04 Frhs2[153]: 6 0 9.89124 shouldn't be
123.44/124.86	WSVECS04 Frhs2[154]: 6 0 23.7825 shouldn't be
123.44/124.86	WSVECS04 Frhs2[155]: 6 0 48.5648 shouldn't be
123.44/124.86	WSVECS04 Frhs2[160]: 6 0 482.58 shouldn't be
123.44/124.86	WSVECS04 Frhs2[168]: 6 0 9.89126 shouldn't be
123.44/124.86	WSVECS04 Frhs2[169]: 6 0 22.7825 shouldn't be
123.44/124.86	WSVECS04 Frhs2[170]: 6 0 47.5648 shouldn't be
123.44/124.86	WSVECS04 Frhs2[173]: 6 0 127.137 shouldn't be
123.44/124.86	WSVECS04 Frhs2[176]: 6 0 996.5 shouldn't be
123.44/124.86	WSVECS04 Frhs2[181]: 6 0 0.00111184 shouldn't be
123.44/124.86	WSVECS04 Frhs2[184]: 6 0 21.7824 shouldn't be
123.44/124.86	WSVECS04 Frhs2[185]: 6 0 46.5648 shouldn't be
123.44/124.86	WSVECS04 Frhs2[186]: 6 0 31.0343 shouldn't be
123.44/124.86	WSVECS04 Frhs2[188]: 6 0 127.137 shouldn't be
123.44/124.86	WSVECS04 Frhs2[189]: 6 0 255.274 shouldn't be
123.44/124.86	WSVECS04 Frhs2[191]: 6 0 984.621 shouldn't be
123.44/124.86	WSVECS04 Frhs2[192]: 6 0 2023.67 shouldn't be
123.44/124.86	WSVECS04 Frhs2[196]: 6 0 0.00110015 shouldn't be
123.44/124.86	WSVECS04 Frhs2[199]: 6 0 7.00861 shouldn't be
123.44/124.86	WSVECS04 Frhs2[200]: 6 0 45.5648 shouldn't be
123.44/124.86	WSVECS04 Frhs2[201]: 6 0 31.0343 shouldn't be
123.44/124.86	WSVECS04 Frhs2[203]: 6 0 127.137 shouldn't be
123.44/124.86	WSVECS04 Frhs2[211]: 6 0 0.00113223 shouldn't be
123.44/124.86	WSVECS04 Frhs2[213]: 6 0 3.00433 shouldn't be
123.44/124.86	WSVECS04 Frhs2[214]: 6 0 7.0086 shouldn't be
123.44/124.86	WSVECS04 Frhs2[215]: 6 0 44.5649 shouldn't be
123.44/124.86	WSVECS04 Frhs2[216]: 6 0 31.0343 shouldn't be
123.44/124.86	WSVECS04 Frhs2[218]: 6 0 127.137 shouldn't be
123.44/124.86	WSVECS04 Frhs2[220]: 6 0 511.547 shouldn't be
123.44/124.86	WSVECS04 Frhs2[221]: 6 0 1024.01 shouldn't be
123.44/124.86	WSVECS04 Frhs2[222]: 6 0 2046.31 shouldn't be
123.44/124.86	WSVECS04 Frhs2[226]: 6 0 0.0010994 shouldn't be
123.44/124.86	WSVECS04 Frhs2[228]: 6 0 3.00433 shouldn't be
123.44/124.86	WSVECS04 Frhs2[229]: 6 0 7.0086 shouldn't be
123.44/124.86	WSVECS04 Frhs2[230]: 6 0 43.5648 shouldn't be
123.44/124.86	WSVECS04 Frhs2[231]: 6 0 31.0343 shouldn't be
123.44/124.86	WSVECS04 Frhs2[232]: 6 0 66.0685 shouldn't be
123.44/124.86	WSVECS04 Frhs2[233]: 6 0 127.137 shouldn't be
123.44/124.86	WSVECS04 Frhs2[235]: 6 0 511.547 shouldn't be
123.44/124.86	WSVECS04 Frhs2[236]: 6 0 1024.09 shouldn't be
123.44/124.86	WSVECS04 Frhs2[237]: 6 0 2049.19 shouldn't be
123.44/124.86	WSVECS04 Frhs2[249]: 6 0 255.274 shouldn't be
123.44/124.86	WSVECS04 Frhs2[254]: 6 0 8196.01 shouldn't be
123.44/124.86	WSVECS04 Frhs2[257]: 6 0 1.00223 shouldn't be
123.44/124.86	WSVECS04 Frhs2[258]: 6 0 3.00435 shouldn't be
123.44/124.86	WSVECS04 Frhs2[259]: 6 0 7.00861 shouldn't be
123.44/124.86	WSVECS04 Frhs2[260]: 6 0 15.0172 shouldn't be
123.44/124.86	WSVECS04 Frhs2[261]: 6 0 31.0343 shouldn't be
123.44/124.86	WSVECS04 Frhs2[262]: 6 0 64.0685 shouldn't be
123.44/124.86	WSVECS04 Frhs2[263]: 6 0 127.137 shouldn't be
123.44/124.86	WSVECS04 Frhs2[264]: 6 0 255.274 shouldn't be
123.44/124.86	WSVECS04 Frhs2[265]: 6 0 511.547 shouldn't be
123.44/124.86	WSVECS04 Frhs2[266]: 6 0 1024.09 shouldn't be
123.44/124.86	WSVECS04 Frhs2[267]: 6 0 2049.19 shouldn't be
123.44/124.86	WSVECS04 Frhs2[268]: 6 0 4099.38 shouldn't be
123.44/124.86	WSVECS04 Frhs2[269]: 6 0 8199.34 shouldn't be
123.44/124.86	WSVECS04 Frhs2[271]: 6 0 32886.9 shouldn't be
123.44/124.86	WSVECS04 Frhs2[273]: 6 0 3.00431 shouldn't be
123.44/124.86	WSVECS04 Frhs2[274]: 6 0 7.00861 shouldn't be
123.44/124.86	WSVECS04 Frhs2[275]: 6 0 15.0172 shouldn't be
123.44/124.86	WSVECS04 Frhs2[276]: 6 0 31.0343 shouldn't be
123.44/124.86	WSVECS04 Frhs2[277]: 6 0 63.0685 shouldn't be
123.44/124.86	WSVECS04 Frhs2[278]: 6 0 127.137 shouldn't be
123.44/124.86	WSVECS04 Frhs2[279]: 6 0 255.274 shouldn't be
123.44/124.86	WSVECS04 Frhs2[280]: 6 0 511.547 shouldn't be
123.44/124.86	WSVECS04 Frhs2[281]: 6 0 1024.09 shouldn't be
123.44/124.86	WSVECS04 Frhs2[282]: 6 0 2049.19 shouldn't be
123.44/124.86	WSVECS04 Frhs2[283]: 6 0 4099.38 shouldn't be
123.44/124.86	WSVECS04 Frhs2[284]: 6 0 8199.75 shouldn't be
123.44/124.86	WSVECS04 Frhs2[286]: 6 0 32802 shouldn't be
123.44/124.86	WSVECS04 Frhs2[287]: 6 0 65674.2 shouldn't be
123.44/124.86	WSVECS04 Frhs2[288]: 6 0 131217 shouldn't be
123.44/124.86	WSVECS04 Frhs2[293]: 6 0 41.4971 shouldn't be
123.44/124.86	WSVECS04 Frhs2[301]: 6 0 0.213143 shouldn't be
123.44/124.86	WSVECS04 Frhs2[304]: 6 0 0.611173 shouldn't be
123.44/124.86	WSVECS04 Frhs2[318]: 6 0 42.8433 shouldn't be
123.44/124.86	WSVECS04 Frhs2[328]: 6 -3.68806 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[332]: 6 0 41.8433 shouldn't be
123.44/124.86	WSVECS04 Frhs2[341]: 6 0 2.03199 shouldn't be
123.44/124.86	WSVECS04 Frhs2[362]: 6 0 42.808 shouldn't be
123.44/124.86	WSVECS04 Frhs2[371]: 6 0 0.693493 shouldn't be
123.44/124.86	WSVECS04 Frhs2[374]: 6 0 33.5477 shouldn't be
123.44/124.86	WSVECS04 Frhs2[388]: 6 -3.00007 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[401]: 6 0 1.00004 shouldn't be
123.44/124.86	WSVECS04 Frhs2[403]: 6 -68.0954 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[408]: 6 -1.00003 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[423]: 6 -1.00005 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[453]: 6 -2.29251 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[458]: 6 0 27.5477 shouldn't be
123.44/124.86	WSVECS04 Frhs2[472]: 6 0 26.5478 shouldn't be
123.44/124.86	WSVECS04 Frhs2[495]: 6 0 1.32615 shouldn't be
123.44/124.86	WSVECS04 Frhs2[513]: 6 0 113.585 shouldn't be
123.44/124.86	WSVECS04 Frhs2[544]: 6 -0.0746002 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[585]: 6 -0.414156 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[605]: 6 -1.62156 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[611]: 6 -1.00002 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[612]: 6 -1.00004 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[617]: 6 -0.153295 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[626]: 6 -1.00006 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[627]: 6 -1.00002 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[628]: 6 -1.00004 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[631]: 6 -0.514172 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[670]: 6 -42.3087 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[678]: 6 -1.00002 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[682]: 6 -1.00009 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[697]: 6 -1.00007 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[703]: 6 -1.00006 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[708]: 6 -1.00001 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[709]: 6 -1.00005 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[712]: 6 -1.00002 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[714]: 6 -1.00008 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[717]: 6 -5.51079 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[719]: 6 -1.00002 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[720]: 6 -1.00003 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[725]: 6 -1.00002 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[732]: 6 -1.00002 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[742]: 6 -1.00003 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[747]: 6 -1.00005 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[748]: 6 -1.00008 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[752]: 6 -1.00001 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[768]: 6 0 87.9058 shouldn't be
123.44/124.86	WSVECS04 Frhs2[785]: 6 -0.999938 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[786]: 6 -0.999917 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[787]: 6 -0.999673 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[788]: 6 -0.999371 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[789]: 6 -0.998599 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[790]: 6 -0.997197 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[793]: 6 -0.97723 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[794]: 6 -0.954352 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[795]: 6 -0.908649 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[797]: 6 -0.634411 0 shouldn't be
123.44/124.86	WSVECS04 Frhs2[805]: 6 0 92.616 shouldn't be
123.44/124.86	WSVECS04 Frhs2[806]: 6 0 186.232 shouldn't be
123.44/124.86	WSVECS04 Frhs2[807]: 6 0 373.464 shouldn't be
123.44/124.86	WSVECS04 Frhs2[808]: 6 0 747.928 shouldn't be
123.44/124.86	WSVECS04 Frhs2[845]: 6 -56839.9 0 shouldn't be
123.54/124.92	c rational objective 4.83031
149.67/151.11	c #Conflicts:      91000 | #Constraints:       8256
149.67/151.11	c #Conflicts:      92000 | #Constraints:       9256
149.67/151.11	c #Conflicts:      93000 | #Constraints:      10256
149.67/151.11	c #Conflicts:      94000 | #Constraints:      11257
149.67/151.11	c #Conflicts:      95000 | #Constraints:      12257
149.67/151.11	c #Conflicts:      96000 | #Constraints:      13257
149.67/151.11	c INPROCESSING
149.67/151.11	c GARBAGE COLLECT
149.67/151.11	c #Conflicts:      97000 | #Constraints:       8066
149.67/151.11	c #Conflicts:      98000 | #Constraints:       9066
149.67/151.11	c #Conflicts:      99000 | #Constraints:      10066
149.67/151.11	c #Conflicts:     100000 | #Constraints:      11067
149.67/151.11	c #Conflicts:     101000 | #Constraints:      12067
149.67/151.11	c #Conflicts:     102000 | #Constraints:      13067
149.67/151.11	c #Conflicts:     103000 | #Constraints:      14067
149.67/151.11	c INPROCESSING
149.67/151.11	c GARBAGE COLLECT
149.67/151.11	c #Conflicts:     104000 | #Constraints:       8662
149.67/151.11	c #Conflicts:     105000 | #Constraints:       9662
149.67/151.11	c #Conflicts:     106000 | #Constraints:      10662
149.67/151.11	c #Conflicts:     107000 | #Constraints:      11662
149.67/151.11	c #Conflicts:     108000 | #Constraints:      12662
149.67/151.11	c #Conflicts:     109000 | #Constraints:      13662
149.67/151.11	c #Conflicts:     110000 | #Constraints:      14662
149.67/151.11	c INPROCESSING
149.67/151.11	c GARBAGE COLLECT
149.67/151.11	c rational objective 4.86156
213.97/216.00	c #Conflicts:     111000 | #Constraints:       9070
213.97/216.00	c #Conflicts:     112000 | #Constraints:      10070
213.97/216.00	c #Conflicts:     113000 | #Constraints:      11070
213.97/216.00	c #Conflicts:     114000 | #Constraints:      12071
213.97/216.00	c #Conflicts:     115000 | #Constraints:      13071
213.97/216.00	c #Conflicts:     116000 | #Constraints:      14071
213.97/216.00	c #Conflicts:     117000 | #Constraints:      15071
213.97/216.00	c INPROCESSING
213.97/216.00	c GARBAGE COLLECT
213.97/216.00	c #Conflicts:     118000 | #Constraints:       9271
213.97/216.00	c #Conflicts:     119000 | #Constraints:      10271
213.97/216.00	c #Conflicts:     120000 | #Constraints:      11271
213.97/216.00	c #Conflicts:     121000 | #Constraints:      12271
213.97/216.00	c #Conflicts:     122000 | #Constraints:      13271
213.97/216.00	c #Conflicts:     123000 | #Constraints:      14271
213.97/216.00	c #Conflicts:     124000 | #Constraints:      15271
213.97/216.00	c INPROCESSING
213.97/216.00	c GARBAGE COLLECT
213.97/216.00	c #Conflicts:     125000 | #Constraints:       9281
213.97/216.00	c #Conflicts:     126000 | #Constraints:      10281
213.97/216.00	c #Conflicts:     127000 | #Constraints:      11281
213.97/216.00	c #Conflicts:     128000 | #Constraints:      12281
213.97/216.00	c #Conflicts:     129000 | #Constraints:      13281
213.97/216.00	c #Conflicts:     130000 | #Constraints:      14281
213.97/216.00	c #Conflicts:     131000 | #Constraints:      15281
213.97/216.00	c INPROCESSING
213.97/216.00	c GARBAGE COLLECT
213.97/216.00	c #Conflicts:     132000 | #Constraints:       9087
213.97/216.00	c #Conflicts:     133000 | #Constraints:      10087
213.97/216.00	c #Conflicts:     134000 | #Constraints:      11087
213.97/216.00	c #Conflicts:     135000 | #Constraints:      12087
213.97/216.00	c #Conflicts:     136000 | #Constraints:      13087
213.97/216.00	c #Conflicts:     137000 | #Constraints:      14088
213.97/216.00	c #Conflicts:     138000 | #Constraints:      15088
213.97/216.00	c #Conflicts:     139000 | #Constraints:      16088
213.97/216.00	c INPROCESSING
213.97/216.00	c GARBAGE COLLECT
213.97/216.00	c #Conflicts:     140000 | #Constraints:       9683
213.97/216.00	c #Conflicts:     141000 | #Constraints:      10683
213.97/216.00	c #Conflicts:     142000 | #Constraints:      11683
213.97/216.00	c #Conflicts:     143000 | #Constraints:      12683
213.97/216.00	c #Conflicts:     144000 | #Constraints:      13683
213.97/216.00	c #Conflicts:     145000 | #Constraints:      14683
213.97/216.00	c #Conflicts:     146000 | #Constraints:      15683
213.97/216.00	c #Conflicts:     147000 | #Constraints:      16683
213.97/216.00	c INPROCESSING
213.97/216.00	c GARBAGE COLLECT
213.97/216.00	c #Conflicts:     148000 | #Constraints:      10088
213.97/216.00	c #Conflicts:     149000 | #Constraints:      11088
213.97/216.00	c #Conflicts:     150000 | #Constraints:      12088
213.97/216.00	c #Conflicts:     151000 | #Constraints:      13088
213.97/216.00	c #Conflicts:     152000 | #Constraints:      14088
213.97/216.00	c #Conflicts:     153000 | #Constraints:      15088
213.97/216.00	c #Conflicts:     154000 | #Constraints:      16088
213.97/216.00	c #Conflicts:     155000 | #Constraints:      17088
213.97/216.00	c INPROCESSING
213.97/216.00	c GARBAGE COLLECT
213.97/216.00	WSVECS04 Frhs2[1]: 6 -5.05336 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[3]: 6 -20.0398 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[13]: 6 -20.4468 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[14]: 6 -19.3305 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[16]: 6 -0.586927 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[17]: 6 0 3.209 shouldn't be
213.97/216.00	WSVECS04 Frhs2[20]: 6 0 1.63473 shouldn't be
213.97/216.00	WSVECS04 Frhs2[21]: 6 0 0.829943 shouldn't be
213.97/216.00	WSVECS04 Frhs2[28]: 6 0 1.56126 shouldn't be
213.97/216.00	WSVECS04 Frhs2[32]: 6 -41.4458 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[44]: 6 -3.00013 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[75]: 6 -19.9596 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[92]: 6 0 1.0086 shouldn't be
213.97/216.00	WSVECS04 Frhs2[96]: 6 0 21.6517 shouldn't be
213.97/216.00	WSVECS04 Frhs2[111]: 6 0 1.64024 shouldn't be
213.97/216.00	WSVECS04 Frhs2[112]: 6 0 21.654 shouldn't be
213.97/216.00	WSVECS04 Frhs2[128]: 6 0 21.6527 shouldn't be
213.97/216.00	WSVECS04 Frhs2[144]: 6 0 21.6374 shouldn't be
213.97/216.00	WSVECS04 Frhs2[160]: 6 0 21.0403 shouldn't be
213.97/216.00	WSVECS04 Frhs2[175]: 6 0 2.40544 shouldn't be
213.97/216.00	WSVECS04 Frhs2[191]: 6 0 1.66375 shouldn't be
213.97/216.00	WSVECS04 Frhs2[192]: 6 0 22.7237 shouldn't be
213.97/216.00	WSVECS04 Frhs2[208]: 6 0 0.405072 shouldn't be
213.97/216.00	WSVECS04 Frhs2[224]: 6 0 1.76972 shouldn't be
213.97/216.00	WSVECS04 Frhs2[235]: 6 -2.0471 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[251]: 6 -2.09419 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[292]: 6 0 0.681338 shouldn't be
213.97/216.00	WSVECS04 Frhs2[328]: 6 0 0.921955 shouldn't be
213.97/216.00	WSVECS04 Frhs2[334]: 6 0 4.93129 shouldn't be
213.97/216.00	WSVECS04 Frhs2[338]: 6 0 4.90688 shouldn't be
213.97/216.00	WSVECS04 Frhs2[342]: 6 0 4.26065 shouldn't be
213.97/216.00	WSVECS04 Frhs2[388]: 6 -1.00004 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[422]: 6 -1.29767 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[462]: 6 0 2.87957 shouldn't be
213.97/216.00	WSVECS04 Frhs2[495]: 6 0 0.432923 shouldn't be
213.97/216.00	WSVECS04 Frhs2[537]: 6 -0.14722 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[539]: 6 0 0.398286 shouldn't be
213.97/216.00	WSVECS04 Frhs2[554]: 6 -2.39831 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[556]: 6 -1.23554 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[558]: 6 0 0.751246 shouldn't be
213.97/216.00	WSVECS04 Frhs2[566]: 6 0 1.64228 shouldn't be
213.97/216.00	WSVECS04 Frhs2[567]: 6 0 1.6422 shouldn't be
213.97/216.00	WSVECS04 Frhs2[570]: 6 -0.160135 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[572]: 6 -0.711859 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[573]: 6 -0.116979 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[591]: 6 -0.905727 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[603]: 6 0 1.00819 shouldn't be
213.97/216.00	WSVECS04 Frhs2[730]: 6 -1.87961 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[735]: 6 -0.252915 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[736]: 6 0 0.0716512 shouldn't be
213.97/216.00	WSVECS04 Frhs2[781]: 6 0 1.71368 shouldn't be
213.97/216.00	WSVECS04 Frhs2[785]: 6 -1.00008 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[786]: 6 -1.00004 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[787]: 6 -1.00009 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[788]: 6 -1.00003 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[790]: 6 -1.00004 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[791]: 6 -1.00007 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[792]: 6 -1.00006 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[793]: 6 -1.00009 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[794]: 6 -1.00005 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[795]: 6 -1.00003 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[797]: 6 -1.00003 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[799]: 6 -1.00009 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[800]: 6 -1.00021 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[801]: 6 -1.00034 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[802]: 6 -1.00063 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[803]: 6 -1.00116 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[804]: 6 -1.00226 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[805]: 6 -1.00453 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[806]: 6 -1.00893 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[807]: 6 -1.0178 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[808]: 6 -1.03563 0 shouldn't be
213.97/216.00	WSVECS04 Frhs2[847]: 6 -10.5036 0 shouldn't be
220.06/222.14	c #Conflicts:     156000 | #Constraints:      10293
220.06/222.14	c #Conflicts:     157000 | #Constraints:      11293
220.06/222.14	c #Conflicts:     158000 | #Constraints:      12293
220.06/222.14	c #Conflicts:     159000 | #Constraints:      13293
220.06/222.14	c #Conflicts:     160000 | #Constraints:      14293
220.06/222.14	WSVECS04 Frhs2[360]: 6 0 0.175932 shouldn't be
220.06/222.14	WSVECS04 Frhs2[496]: 6 0 0.0882589 shouldn't be
242.08/244.23	c #Conflicts:     161000 | #Constraints:      15294
242.08/244.23	c #Conflicts:     162000 | #Constraints:      16294
242.08/244.23	c #Conflicts:     163000 | #Constraints:      17294
242.08/244.23	c INPROCESSING
242.08/244.23	c GARBAGE COLLECT
242.08/244.23	c #Conflicts:     164000 | #Constraints:      10304
242.08/244.23	c #Conflicts:     165000 | #Constraints:      11304
242.08/244.23	c #Conflicts:     166000 | #Constraints:      12304
242.08/244.23	c #Conflicts:     167000 | #Constraints:      13304
242.08/244.23	c #Conflicts:     168000 | #Constraints:      14304
242.08/244.23	c #Conflicts:     169000 | #Constraints:      15304
242.08/244.23	c #Conflicts:     170000 | #Constraints:      16304
242.08/244.23	c #Conflicts:     171000 | #Constraints:      17304
242.08/244.23	c INPROCESSING
242.08/244.23	c GARBAGE COLLECT
242.08/244.23	c #Conflicts:     172000 | #Constraints:      10098
242.08/244.23	c #Conflicts:     173000 | #Constraints:      11098
242.08/244.23	c #Conflicts:     174000 | #Constraints:      12098
242.08/244.23	c #Conflicts:     175000 | #Constraints:      13098
242.08/244.23	c #Conflicts:     176000 | #Constraints:      14098
242.08/244.23	c #Conflicts:     177000 | #Constraints:      15098
242.08/244.23	c #Conflicts:     178000 | #Constraints:      16099
242.08/244.23	c #Conflicts:     179000 | #Constraints:      17099
242.08/244.23	c #Conflicts:     180000 | #Constraints:      18099
242.08/244.23	c INPROCESSING
242.08/244.23	c GARBAGE COLLECT
242.08/244.23	c #Conflicts:     181000 | #Constraints:      10712
242.08/244.23	c #Conflicts:     182000 | #Constraints:      11712
242.08/244.23	c #Conflicts:     183000 | #Constraints:      12712
242.08/244.23	WSVECS04 Frhs2[164]: 6 0 0.251683 shouldn't be
242.08/244.23	WSVECS04 Frhs2[178]: 6 0 1.24629 shouldn't be
242.17/244.37	WSVECS04 Frhs2[163]: 6 0 2.2462 shouldn't be
242.17/244.37	WSVECS04 Frhs2[641]: 6 0 18.2212 shouldn't be
242.17/244.37	WSVECS04 Frhs2[806]: 6 0 264733 shouldn't be
242.37/244.50	WSVECS04 Frhs2[162]: 6 0 0.652048 shouldn't be
242.37/244.50	WSVECS04 Frhs2[178]: 6 0 1.2462 shouldn't be
242.37/244.50	WSVECS04 Frhs2[838]: 6 0 3 shouldn't be
242.37/244.60	WSVECS04 Frhs2[624]: 6 -1 0 shouldn't be
242.37/244.60	WSVECS04 Frhs2[639]: 6 -1 0 shouldn't be
242.37/244.60	WSVECS04 Frhs2[654]: 6 -1 0 shouldn't be
242.37/244.60	WSVECS04 Frhs2[657]: 6 0 35.3844 shouldn't be
242.37/244.60	WSVECS04 Frhs2[684]: 6 -1 0 shouldn't be
242.37/244.60	WSVECS04 Frhs2[699]: 6 -1 0 shouldn't be
301.33/303.88	c #Conflicts:     184000 | #Constraints:      13713
301.33/303.88	c #Conflicts:     185000 | #Constraints:      14713
301.33/303.88	c #Conflicts:     186000 | #Constraints:      15713
301.33/303.88	c #Conflicts:     187000 | #Constraints:      16713
301.33/303.88	c #Conflicts:     188000 | #Constraints:      17713
301.33/303.88	c #Conflicts:     189000 | #Constraints:      18713
301.33/303.88	c INPROCESSING
301.33/303.88	c GARBAGE COLLECT
301.33/303.88	c #Conflicts:     190000 | #Constraints:      11120
301.33/303.88	c #Conflicts:     191000 | #Constraints:      12120
301.33/303.88	c #Conflicts:     192000 | #Constraints:      13120
301.33/303.88	c #Conflicts:     193000 | #Constraints:      14120
301.33/303.88	c #Conflicts:     194000 | #Constraints:      15120
301.33/303.88	c #Conflicts:     195000 | #Constraints:      16120
301.33/303.88	c #Conflicts:     196000 | #Constraints:      17120
301.33/303.88	c #Conflicts:     197000 | #Constraints:      18120
301.33/303.88	c #Conflicts:     198000 | #Constraints:      19120
301.33/303.88	c INPROCESSING
301.33/303.88	c GARBAGE COLLECT
301.33/303.88	c #Conflicts:     199000 | #Constraints:      11309
301.33/303.88	c #Conflicts:     200000 | #Constraints:      12309
301.33/303.88	c #Conflicts:     201000 | #Constraints:      13309
301.33/303.88	c #Conflicts:     202000 | #Constraints:      14309
301.33/303.88	c #Conflicts:     203000 | #Constraints:      15309
301.33/303.88	c #Conflicts:     204000 | #Constraints:      16309
301.33/303.88	c #Conflicts:     205000 | #Constraints:      17309
301.33/303.88	c #Conflicts:     206000 | #Constraints:      18309
301.33/303.88	c #Conflicts:     207000 | #Constraints:      19309
301.33/303.88	c INPROCESSING
301.33/303.88	c GARBAGE COLLECT
301.33/303.88	c #Conflicts:     208000 | #Constraints:      11307
301.33/303.88	c #Conflicts:     209000 | #Constraints:      12307
301.33/303.88	c #Conflicts:     210000 | #Constraints:      13307
301.33/303.88	c #Conflicts:     211000 | #Constraints:      14307
301.33/303.88	c #Conflicts:     212000 | #Constraints:      15307
301.33/303.88	c #Conflicts:     213000 | #Constraints:      16307
301.33/303.88	c #Conflicts:     214000 | #Constraints:      17307
301.33/303.88	c #Conflicts:     215000 | #Constraints:      18307
301.33/303.88	c #Conflicts:     216000 | #Constraints:      19307
301.33/303.88	c INPROCESSING
301.33/303.88	c GARBAGE COLLECT
301.33/303.88	c #Conflicts:     217000 | #Constraints:      11111
301.33/303.88	c #Conflicts:     218000 | #Constraints:      12111
301.33/303.88	c #Conflicts:     219000 | #Constraints:      13111
301.33/303.88	c #Conflicts:     220000 | #Constraints:      14111
301.33/303.88	c #Conflicts:     221000 | #Constraints:      15111
301.33/303.88	c #Conflicts:     222000 | #Constraints:      16111
301.33/303.88	c #Conflicts:     223000 | #Constraints:      17111
301.33/303.88	c #Conflicts:     224000 | #Constraints:      18111
301.33/303.88	c #Conflicts:     225000 | #Constraints:      19111
301.33/303.88	c #Conflicts:     226000 | #Constraints:      20111
301.33/303.88	c INPROCESSING
301.33/303.88	c GARBAGE COLLECT
301.33/303.88	c #Conflicts:     227000 | #Constraints:      11716
301.33/303.88	c #Conflicts:     228000 | #Constraints:      12716
301.33/303.88	c #Conflicts:     229000 | #Constraints:      13716
301.33/303.88	c #Conflicts:     230000 | #Constraints:      14716
301.33/303.88	c #Conflicts:     231000 | #Constraints:      15716
301.33/303.88	c #Conflicts:     232000 | #Constraints:      16716
301.33/303.88	c #Conflicts:     233000 | #Constraints:      17716
301.33/303.88	c #Conflicts:     234000 | #Constraints:      18716
301.33/303.88	WSVECS04 Frhs2[44]: 6 0 2.58739 shouldn't be
301.33/303.88	WSVECS04 Frhs2[292]: 6 0 1.04358 shouldn't be
301.33/303.88	WSVECS04 Frhs2[307]: 6 0 1.0001 shouldn't be
301.33/303.88	WSVECS04 Frhs2[314]: 6 0 1.00007 shouldn't be
301.33/303.88	WSVECS04 Frhs2[315]: 6 0 1.00007 shouldn't be
301.33/303.88	WSVECS04 Frhs2[322]: 6 0 1.00004 shouldn't be
301.33/303.88	WSVECS04 Frhs2[329]: 6 0 2.00004 shouldn't be
301.33/303.88	WSVECS04 Frhs2[330]: 6 0 2.00001 shouldn't be
301.33/303.88	WSVECS04 Frhs2[332]: 6 0 2.00007 shouldn't be
301.33/303.88	WSVECS04 Frhs2[337]: 6 0 1.00009 shouldn't be
301.33/303.88	WSVECS04 Frhs2[344]: 6 0 3.00002 shouldn't be
301.33/303.88	WSVECS04 Frhs2[345]: 6 0 4.00007 shouldn't be
301.33/303.88	WSVECS04 Frhs2[347]: 6 0 2.00002 shouldn't be
301.33/303.88	WSVECS04 Frhs2[352]: 6 0 1.00003 shouldn't be
301.33/303.88	WSVECS04 Frhs2[359]: 6 0 5.00001 shouldn't be
301.33/303.88	WSVECS04 Frhs2[362]: 6 0 2.00009 shouldn't be
301.33/303.88	WSVECS04 Frhs2[367]: 6 0 1.00007 shouldn't be
301.33/303.88	WSVECS04 Frhs2[374]: 6 0 5.00007 shouldn't be
301.33/303.88	WSVECS04 Frhs2[375]: 6 0 4.00007 shouldn't be
301.33/303.88	WSVECS04 Frhs2[382]: 6 0 1.00002 shouldn't be
301.33/303.88	WSVECS04 Frhs2[389]: 6 0 5.00004 shouldn't be
301.33/303.88	WSVECS04 Frhs2[397]: 6 0 1.00002 shouldn't be
301.33/303.88	WSVECS04 Frhs2[404]: 6 0 5.00007 shouldn't be
301.33/303.88	WSVECS04 Frhs2[405]: 6 0 4.00008 shouldn't be
301.33/303.88	WSVECS04 Frhs2[412]: 6 0 1.00007 shouldn't be
301.33/303.88	WSVECS04 Frhs2[419]: 6 0 5.00002 shouldn't be
301.33/303.88	WSVECS04 Frhs2[427]: 6 0 1.00004 shouldn't be
301.33/303.88	WSVECS04 Frhs2[442]: 6 0 1.00003 shouldn't be
301.33/303.88	WSVECS04 Frhs2[457]: 6 0 1.0001 shouldn't be
349.14/351.98	c #Conflicts:     235000 | #Constraints:      19716
349.14/351.98	c #Conflicts:     236000 | #Constraints:      20716
349.14/351.98	c INPROCESSING
349.14/351.98	c GARBAGE COLLECT
349.14/351.98	c #Conflicts:     237000 | #Constraints:      12120
349.14/351.98	c #Conflicts:     238000 | #Constraints:      13120
349.14/351.98	c #Conflicts:     239000 | #Constraints:      14120
349.14/351.98	c #Conflicts:     240000 | #Constraints:      15120
349.14/351.98	c #Conflicts:     241000 | #Constraints:      16120
349.14/351.98	c #Conflicts:     242000 | #Constraints:      17120
349.14/351.98	c #Conflicts:     243000 | #Constraints:      18120
349.14/351.98	c #Conflicts:     244000 | #Constraints:      19120
349.14/351.98	c #Conflicts:     245000 | #Constraints:      20120
349.14/351.98	c #Conflicts:     246000 | #Constraints:      21120
349.14/351.98	c INPROCESSING
349.14/351.98	c GARBAGE COLLECT
349.14/351.98	c #Conflicts:     247000 | #Constraints:      12318
349.14/351.98	c #Conflicts:     248000 | #Constraints:      13318
349.14/351.98	c #Conflicts:     249000 | #Constraints:      14318
349.14/351.98	c #Conflicts:     250000 | #Constraints:      15318
349.14/351.98	c #Conflicts:     251000 | #Constraints:      16318
349.14/351.98	c #Conflicts:     252000 | #Constraints:      17318
349.14/351.98	c #Conflicts:     253000 | #Constraints:      18318
349.14/351.98	c #Conflicts:     254000 | #Constraints:      19318
349.14/351.98	c #Conflicts:     255000 | #Constraints:      20318
349.14/351.98	c #Conflicts:     256000 | #Constraints:      21318
349.14/351.98	c INPROCESSING
349.14/351.98	c GARBAGE COLLECT
349.14/351.98	c #Conflicts:     257000 | #Constraints:      12320
349.14/351.98	c #Conflicts:     258000 | #Constraints:      13320
349.14/351.98	c #Conflicts:     259000 | #Constraints:      14320
349.14/351.98	c #Conflicts:     260000 | #Constraints:      15320
349.14/351.98	c #Conflicts:     261000 | #Constraints:      16320
349.14/351.98	c #Conflicts:     262000 | #Constraints:      17320
349.14/351.98	c #Conflicts:     263000 | #Constraints:      18320
349.14/351.98	c #Conflicts:     264000 | #Constraints:      19320
349.14/351.98	c #Conflicts:     265000 | #Constraints:      20320
349.14/351.98	c #Conflicts:     266000 | #Constraints:      21320
349.14/351.98	c INPROCESSING
349.14/351.98	c GARBAGE COLLECT
349.14/351.98	c #Conflicts:     267000 | #Constraints:      12118
349.14/351.98	c #Conflicts:     268000 | #Constraints:      13118
349.14/351.98	c #Conflicts:     269000 | #Constraints:      14118
349.14/351.98	c #Conflicts:     270000 | #Constraints:      15118
349.14/351.98	WSVECS04 Frhs2[22]: 6 -6.98601 0 shouldn't be
349.14/351.98	WSVECS04 Frhs2[24]: 6 -4.96259 0 shouldn't be
349.14/351.98	WSVECS04 Frhs2[26]: 6 -2.8846 0 shouldn't be
349.14/351.98	WSVECS04 Frhs2[282]: 6 -3.35504e+07 0 shouldn't be
349.14/351.98	WSVECS04 Frhs2[294]: 6 0 0.981445 shouldn't be
349.14/351.98	WSVECS04 Frhs2[300]: 6 0 0.375 shouldn't be
349.14/351.98	WSVECS04 Frhs2[339]: 6 0 2044.85 shouldn't be
349.14/351.98	WSVECS04 Frhs2[345]: 6 0 1 shouldn't be
349.14/351.98	WSVECS04 Frhs2[398]: 6 0 2 shouldn't be
349.14/351.98	WSVECS04 Frhs2[413]: 6 0 2 shouldn't be
349.14/351.98	WSVECS04 Frhs2[428]: 6 0 3.875 shouldn't be
349.14/351.98	WSVECS04 Frhs2[429]: 6 0 1 shouldn't be
349.14/351.98	WSVECS04 Frhs2[453]: 6 -1 0 shouldn't be
349.14/351.98	WSVECS04 Frhs2[475]: 6 -2.097e+06 0 shouldn't be
349.14/351.98	WSVECS04 Frhs2[511]: 6 -1 0 shouldn't be
349.14/351.98	WSVECS04 Frhs2[567]: 6 0 509.963 shouldn't be
349.14/351.98	WSVECS04 Frhs2[576]: 6 -262133 0 shouldn't be
349.14/351.98	WSVECS04 Frhs2[622]: 6 -1 0 shouldn't be
349.14/351.98	WSVECS04 Frhs2[654]: 6 -1 0 shouldn't be
349.14/351.98	WSVECS04 Frhs2[746]: 6 -1 0 shouldn't be
349.14/351.98	WSVECS04 Frhs2[750]: 6 -1 0 shouldn't be
349.14/351.98	WSVECS04 Frhs2[807]: 6 0 8.38861e+06 shouldn't be
349.14/351.98	WSVECS04 Frhs2[841]: 6 -4067.65 0 shouldn't be
384.39/387.34	c #Conflicts:     271000 | #Constraints:      16118
384.39/387.34	c #Conflicts:     272000 | #Constraints:      17118
384.39/387.34	c #Conflicts:     273000 | #Constraints:      18118
384.39/387.34	c #Conflicts:     274000 | #Constraints:      19118
384.39/387.34	c #Conflicts:     275000 | #Constraints:      20118
384.39/387.34	c #Conflicts:     276000 | #Constraints:      21118
384.39/387.34	c #Conflicts:     277000 | #Constraints:      22118
384.39/387.34	c INPROCESSING
384.39/387.34	c GARBAGE COLLECT
384.39/387.34	c #Conflicts:     278000 | #Constraints:      12679
384.39/387.34	c #Conflicts:     279000 | #Constraints:      13679
384.39/387.34	c #Conflicts:     280000 | #Constraints:      14679
384.39/387.34	c #Conflicts:     281000 | #Constraints:      15679
384.39/387.34	c #Conflicts:     282000 | #Constraints:      16679
384.39/387.34	c #Conflicts:     283000 | #Constraints:      17679
384.39/387.34	c #Conflicts:     284000 | #Constraints:      18679
384.39/387.34	c #Conflicts:     285000 | #Constraints:      19679
384.39/387.34	c #Conflicts:     286000 | #Constraints:      20679
384.39/387.34	c #Conflicts:     287000 | #Constraints:      21679
384.39/387.34	c #Conflicts:     288000 | #Constraints:      22679
384.39/387.34	c INPROCESSING
384.39/387.34	c GARBAGE COLLECT
384.39/387.34	c #Conflicts:     289000 | #Constraints:      13109
384.39/387.34	c #Conflicts:     290000 | #Constraints:      14109
384.39/387.34	c #Conflicts:     291000 | #Constraints:      15109
384.39/387.34	c #Conflicts:     292000 | #Constraints:      16109
384.39/387.34	c #Conflicts:     293000 | #Constraints:      17109
384.39/387.34	c #Conflicts:     294000 | #Constraints:      18109
384.39/387.34	c #Conflicts:     295000 | #Constraints:      19109
384.39/387.34	WSVECS04 Frhs2[23]: 6 -1.70413 0 shouldn't be
384.39/387.34	WSVECS04 Frhs2[34]: 6 -2.17297 0 shouldn't be
384.39/387.34	WSVECS04 Frhs2[36]: 6 -2.25215 0 shouldn't be
384.39/387.34	WSVECS04 Frhs2[39]: 6 -2.3313 0 shouldn't be
384.39/387.34	WSVECS04 Frhs2[129]: 6 -0.984449 0 shouldn't be
384.39/387.34	WSVECS04 Frhs2[264]: 6 -2.55206 0 shouldn't be
384.39/387.34	WSVECS04 Frhs2[314]: 6 -4.88119 0 shouldn't be
384.39/387.34	WSVECS04 Frhs2[341]: 6 0 2.77448 shouldn't be
384.39/387.34	WSVECS04 Frhs2[343]: 6 0 1.91205 shouldn't be
384.39/387.34	WSVECS04 Frhs2[345]: 6 0 1.31366 shouldn't be
384.39/387.34	WSVECS04 Frhs2[360]: 6 0 1.92176 shouldn't be
384.39/387.34	WSVECS04 Frhs2[420]: 6 0 2.08685 shouldn't be
384.39/387.34	WSVECS04 Frhs2[448]: 6 0 2.00004 shouldn't be
384.39/387.34	WSVECS04 Frhs2[452]: 6 -1.19918 0 shouldn't be
384.39/387.34	WSVECS04 Frhs2[453]: 6 -1.29439 0 shouldn't be
384.39/387.34	WSVECS04 Frhs2[465]: 6 0 2.11661 shouldn't be
384.39/387.34	WSVECS04 Frhs2[509]: 6 -1.00004 0 shouldn't be
384.39/387.34	WSVECS04 Frhs2[545]: 6 -2.17347 0 shouldn't be
384.39/387.34	WSVECS04 Frhs2[548]: 6 0 0.508195 shouldn't be
384.39/387.34	WSVECS04 Frhs2[736]: 6 -0.764315 0 shouldn't be
384.39/387.34	WSVECS04 Frhs2[788]: 6 -1.00198 0 shouldn't be
384.39/387.34	WSVECS04 Frhs2[796]: 6 -0.498086 0 shouldn't be
384.39/387.34	WSVECS04 Frhs2[811]: 6 0 63.6926 shouldn't be
384.39/387.34	WSVECS04 Frhs2[834]: 6 -1.02159 0 shouldn't be
412.74/415.86	c #Conflicts:     296000 | #Constraints:      20109
412.74/415.86	c #Conflicts:     297000 | #Constraints:      21109
412.74/415.86	c #Conflicts:     298000 | #Constraints:      22109
412.74/415.86	c #Conflicts:     299000 | #Constraints:      23109
412.74/415.86	c INPROCESSING
412.74/415.86	c GARBAGE COLLECT
412.74/415.86	c #Conflicts:     300000 | #Constraints:      13322
412.74/415.86	c #Conflicts:     301000 | #Constraints:      14322
412.74/415.86	c #Conflicts:     302000 | #Constraints:      15322
412.74/415.86	c #Conflicts:     303000 | #Constraints:      16322
412.74/415.86	c #Conflicts:     304000 | #Constraints:      17322
412.74/415.86	c #Conflicts:     305000 | #Constraints:      18322
412.74/415.86	c #Conflicts:     306000 | #Constraints:      19322
412.74/415.86	c #Conflicts:     307000 | #Constraints:      20322
412.74/415.86	c #Conflicts:     308000 | #Constraints:      21322
412.74/415.86	c #Conflicts:     309000 | #Constraints:      22322
412.74/415.86	c #Conflicts:     310000 | #Constraints:      23323
412.74/415.86	c INPROCESSING
412.74/415.86	c GARBAGE COLLECT
412.74/415.86	c #Conflicts:     311000 | #Constraints:      13325
412.74/415.86	c #Conflicts:     312000 | #Constraints:      14325
412.74/415.86	c #Conflicts:     313000 | #Constraints:      15325
412.74/415.86	c #Conflicts:     314000 | #Constraints:      16325
412.74/415.86	c #Conflicts:     315000 | #Constraints:      17325
412.74/415.86	c #Conflicts:     316000 | #Constraints:      18325
412.74/415.86	c #Conflicts:     317000 | #Constraints:      19325
412.74/415.86	WSVECS04 Frhs2[315]: 6 0 1.98442 shouldn't be
412.74/415.86	WSVECS04 Frhs2[330]: 6 0 2.00002 shouldn't be
412.74/415.86	WSVECS04 Frhs2[340]: 6 0 2.00004 shouldn't be
412.74/415.86	WSVECS04 Frhs2[344]: 6 0 3.00009 shouldn't be
412.74/415.86	WSVECS04 Frhs2[345]: 6 0 2.00006 shouldn't be
412.74/415.86	WSVECS04 Frhs2[355]: 6 0 1.28624 shouldn't be
412.74/415.86	WSVECS04 Frhs2[359]: 6 0 3.0001 shouldn't be
412.74/415.86	WSVECS04 Frhs2[374]: 6 0 3.00009 shouldn't be
412.74/415.86	WSVECS04 Frhs2[375]: 6 0 2.00007 shouldn't be
412.74/415.86	WSVECS04 Frhs2[389]: 6 0 3.00007 shouldn't be
412.74/415.86	WSVECS04 Frhs2[390]: 6 0 2.0001 shouldn't be
412.74/415.86	WSVECS04 Frhs2[400]: 6 0 2.00003 shouldn't be
412.74/415.86	WSVECS04 Frhs2[404]: 6 0 3.00003 shouldn't be
412.74/415.86	WSVECS04 Frhs2[415]: 6 0 2.00008 shouldn't be
412.74/415.86	WSVECS04 Frhs2[419]: 6 0 3.00006 shouldn't be
412.74/415.86	WSVECS04 Frhs2[420]: 6 0 2.00002 shouldn't be
412.74/415.86	WSVECS04 Frhs2[430]: 6 0 2.00004 shouldn't be
412.74/415.86	WSVECS04 Frhs2[434]: 6 0 3.00003 shouldn't be
412.74/415.86	WSVECS04 Frhs2[445]: 6 0 2.00009 shouldn't be
412.74/415.86	WSVECS04 Frhs2[449]: 6 0 3.00009 shouldn't be
412.74/415.86	WSVECS04 Frhs2[450]: 6 0 2.00005 shouldn't be
412.74/415.86	WSVECS04 Frhs2[460]: 6 0 2.00005 shouldn't be
412.74/415.86	WSVECS04 Frhs2[475]: 6 0 2.00002 shouldn't be
412.74/415.86	WSVECS04 Frhs2[490]: 6 0 2.00007 shouldn't be
412.74/415.86	WSVECS04 Frhs2[505]: 6 0 2.00006 shouldn't be
412.74/415.86	WSVECS04 Frhs2[523]: 6 -8.49841e+06 0 shouldn't be
412.74/415.86	WSVECS04 Frhs2[703]: 6 -1.00009 0 shouldn't be
412.74/415.86	WSVECS04 Frhs2[733]: 6 -1.00006 0 shouldn't be
412.74/415.86	WSVECS04 Frhs2[777]: 6 0 1.0623e+06 shouldn't be
412.84/415.98	WSVECS04 Frhs2[310]: 6 0 2.92698 shouldn't be
412.84/415.98	WSVECS04 Frhs2[330]: 6 0 2 shouldn't be
412.84/415.98	WSVECS04 Frhs2[340]: 6 0 2 shouldn't be
412.84/415.98	WSVECS04 Frhs2[344]: 6 0 3 shouldn't be
412.84/415.98	WSVECS04 Frhs2[345]: 6 0 2 shouldn't be
412.84/415.98	WSVECS04 Frhs2[359]: 6 0 3 shouldn't be
412.84/415.98	WSVECS04 Frhs2[360]: 6 0 2 shouldn't be
412.84/415.98	WSVECS04 Frhs2[370]: 6 0 2 shouldn't be
412.84/415.98	WSVECS04 Frhs2[374]: 6 0 3 shouldn't be
412.84/415.98	WSVECS04 Frhs2[375]: 6 0 2 shouldn't be
412.84/415.98	WSVECS04 Frhs2[389]: 6 0 3 shouldn't be
412.84/415.98	WSVECS04 Frhs2[400]: 6 0 2 shouldn't be
412.84/415.98	WSVECS04 Frhs2[404]: 6 0 3 shouldn't be
412.84/415.98	WSVECS04 Frhs2[405]: 6 0 2 shouldn't be
412.84/415.98	WSVECS04 Frhs2[415]: 6 0 2 shouldn't be
412.84/415.98	WSVECS04 Frhs2[419]: 6 0 3 shouldn't be
412.84/415.98	WSVECS04 Frhs2[434]: 6 0 3 shouldn't be
412.84/415.98	WSVECS04 Frhs2[435]: 6 0 2 shouldn't be
412.84/415.98	WSVECS04 Frhs2[437]: 6 -2.12461e+06 0 shouldn't be
412.84/415.98	WSVECS04 Frhs2[445]: 6 0 2 shouldn't be
412.84/415.98	WSVECS04 Frhs2[450]: 6 0 2 shouldn't be
412.84/415.98	WSVECS04 Frhs2[452]: 6 -1 0 shouldn't be
412.84/415.98	WSVECS04 Frhs2[460]: 6 0 2 shouldn't be
412.84/415.98	WSVECS04 Frhs2[464]: 6 0 3 shouldn't be
412.84/415.98	WSVECS04 Frhs2[475]: 6 0 2 shouldn't be
412.84/415.98	WSVECS04 Frhs2[490]: 6 0 2 shouldn't be
412.84/415.98	WSVECS04 Frhs2[505]: 6 0 2 shouldn't be
412.84/415.98	WSVECS04 Frhs2[523]: 6 -8.49841e+06 0 shouldn't be
412.84/415.98	WSVECS04 Frhs2[733]: 6 -1 0 shouldn't be
412.84/415.98	WSVECS04 Frhs2[780]: 6 -1 0 shouldn't be
506.41/510.06	c #Conflicts:     318000 | #Constraints:      20325
506.41/510.06	c #Conflicts:     319000 | #Constraints:      21325
506.41/510.06	c #Conflicts:     320000 | #Constraints:      22325
506.41/510.06	c #Conflicts:     321000 | #Constraints:      23325
506.41/510.06	c INPROCESSING
506.41/510.06	c GARBAGE COLLECT
506.41/510.06	c #Conflicts:     322000 | #Constraints:      13117
506.41/510.06	c #Conflicts:     323000 | #Constraints:      14117
506.41/510.06	c #Conflicts:     324000 | #Constraints:      15117
506.41/510.06	c #Conflicts:     325000 | #Constraints:      16117
506.41/510.06	c #Conflicts:     326000 | #Constraints:      17117
506.41/510.06	c #Conflicts:     327000 | #Constraints:      18117
506.41/510.06	c #Conflicts:     328000 | #Constraints:      19117
506.41/510.06	c #Conflicts:     329000 | #Constraints:      20117
506.41/510.06	c #Conflicts:     330000 | #Constraints:      21117
506.41/510.06	c #Conflicts:     331000 | #Constraints:      22117
506.41/510.06	c #Conflicts:     332000 | #Constraints:      23117
506.41/510.06	c #Conflicts:     333000 | #Constraints:      24117
506.41/510.06	c INPROCESSING
506.41/510.06	c GARBAGE COLLECT
506.41/510.06	c #Conflicts:     334000 | #Constraints:      13713
506.41/510.06	c #Conflicts:     335000 | #Constraints:      14713
506.41/510.06	c #Conflicts:     336000 | #Constraints:      15713
506.41/510.06	c #Conflicts:     337000 | #Constraints:      16713
506.41/510.06	c #Conflicts:     338000 | #Constraints:      17714
506.41/510.06	c #Conflicts:     339000 | #Constraints:      18714
506.41/510.06	c #Conflicts:     340000 | #Constraints:      19714
506.41/510.06	c #Conflicts:     341000 | #Constraints:      20714
506.41/510.06	c #Conflicts:     342000 | #Constraints:      21714
506.41/510.06	c #Conflicts:     343000 | #Constraints:      22714
506.41/510.06	c #Conflicts:     344000 | #Constraints:      23714
506.41/510.06	c #Conflicts:     345000 | #Constraints:      24714
506.41/510.06	c INPROCESSING
506.41/510.06	c GARBAGE COLLECT
506.41/510.06	c #Conflicts:     346000 | #Constraints:      14109
506.41/510.06	c #Conflicts:     347000 | #Constraints:      15109
506.41/510.06	c #Conflicts:     348000 | #Constraints:      16109
506.41/510.06	c #Conflicts:     349000 | #Constraints:      17109
506.41/510.06	c #Conflicts:     350000 | #Constraints:      18110
506.41/510.06	c #Conflicts:     351000 | #Constraints:      19110
506.41/510.06	c #Conflicts:     352000 | #Constraints:      20110
506.41/510.06	c #Conflicts:     353000 | #Constraints:      21110
506.41/510.06	c #Conflicts:     354000 | #Constraints:      22110
506.41/510.06	c #Conflicts:     355000 | #Constraints:      23110
506.41/510.06	c #Conflicts:     356000 | #Constraints:      24110
506.41/510.06	c #Conflicts:     357000 | #Constraints:      25110
506.41/510.06	c INPROCESSING
506.41/510.06	c GARBAGE COLLECT
506.41/510.06	c #Conflicts:     358000 | #Constraints:      14310
506.41/510.06	c #Conflicts:     359000 | #Constraints:      15310
506.41/510.06	c #Conflicts:     360000 | #Constraints:      16310
506.41/510.06	c #Conflicts:     361000 | #Constraints:      17310
506.41/510.06	c #Conflicts:     362000 | #Constraints:      18310
506.41/510.06	c #Conflicts:     363000 | #Constraints:      19310
506.41/510.06	c #Conflicts:     364000 | #Constraints:      20310
506.41/510.06	c #Conflicts:     365000 | #Constraints:      21310
506.41/510.06	c #Conflicts:     366000 | #Constraints:      22310
506.41/510.06	c #Conflicts:     367000 | #Constraints:      23310
506.41/510.06	c #Conflicts:     368000 | #Constraints:      24310
506.41/510.06	c #Conflicts:     369000 | #Constraints:      25310
506.41/510.06	c INPROCESSING
506.41/510.06	c GARBAGE COLLECT
506.41/510.06	c #Conflicts:     370000 | #Constraints:      14314
506.41/510.06	c #Conflicts:     371000 | #Constraints:      15314
506.41/510.06	c #Conflicts:     372000 | #Constraints:      16314
506.41/510.06	c #Conflicts:     373000 | #Constraints:      17314
506.41/510.06	c #Conflicts:     374000 | #Constraints:      18314
506.41/510.06	c #Conflicts:     375000 | #Constraints:      19314
506.41/510.06	c #Conflicts:     376000 | #Constraints:      20315
506.41/510.06	c #Conflicts:     377000 | #Constraints:      21315
506.41/510.06	c #Conflicts:     378000 | #Constraints:      22315
506.41/510.06	c #Conflicts:     379000 | #Constraints:      23315
506.41/510.06	c #Conflicts:     380000 | #Constraints:      24315
506.41/510.06	c #Conflicts:     381000 | #Constraints:      25315
506.41/510.06	c INPROCESSING
506.41/510.06	c GARBAGE COLLECT
506.41/510.06	WSVECS04 Frhs2[1]: 6 0 243.026 shouldn't be
506.41/510.06	WSVECS04 Frhs2[3]: 6 0 245.774 shouldn't be
506.41/510.06	WSVECS04 Frhs2[20]: 6 -29.7111 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[34]: 6 -3.53198 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[36]: 6 -2.65551 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[43]: 6 -2.68958 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[47]: 6 -3.0319 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[48]: 6 -242.972 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[64]: 6 -247.036 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[107]: 6 -3.01728 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[139]: 6 -9.56879 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[144]: 6 -498.992 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[155]: 6 -17.1375 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[160]: 6 -759.077 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[165]: 6 -2.44182 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[171]: 6 -33.2749 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[195]: 6 -1.50437 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[196]: 6 -2.00866 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[203]: 6 -131.162 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[208]: 6 -4190.2 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[210]: 6 -1.50434 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[212]: 6 -3.01724 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[213]: 6 -5.53444 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[219]: 6 -260.324 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[224]: 6 -8356.95 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[225]: 6 -1.50431 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[227]: 6 -3.01725 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[229]: 6 -9.06878 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[235]: 6 -518.647 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[237]: 6 -2066.59 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[239]: 6 -8104.29 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[240]: 6 -16677.9 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[243]: 6 -5.03441 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[244]: 6 -9.06876 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[245]: 6 -16.1375 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[255]: 6 -16425.5 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[256]: 6 -33318.9 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[273]: 6 -5.03439 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[274]: 6 -9.06872 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[275]: 6 -17.1375 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[277]: 6 -65.5498 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[283]: 6 -4132.18 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[285]: 6 -16525.7 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[287]: 6 -66570.6 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[295]: 6 0 0.938045 shouldn't be
506.41/510.06	WSVECS04 Frhs2[301]: 6 0 3.06934 shouldn't be
506.41/510.06	WSVECS04 Frhs2[349]: 6 0 33.7481 shouldn't be
506.41/510.06	WSVECS04 Frhs2[363]: 6 -1.00003 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[376]: 6 0 4.2043 shouldn't be
506.41/510.06	WSVECS04 Frhs2[408]: 6 -1.00008 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[423]: 6 -1.00003 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[436]: 6 0 35.9888 shouldn't be
506.41/510.06	WSVECS04 Frhs2[452]: 6 -1.42953 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[494]: 6 0 1.00004 shouldn't be
506.41/510.06	WSVECS04 Frhs2[496]: 6 0 3.07027 shouldn't be
506.41/510.06	WSVECS04 Frhs2[497]: 6 -1.00007 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[508]: 6 0 3.00003 shouldn't be
506.41/510.06	WSVECS04 Frhs2[512]: 6 0 6.63567 shouldn't be
506.41/510.06	WSVECS04 Frhs2[513]: 6 -6.9844 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[526]: 6 0 16.4219 shouldn't be
506.41/510.06	WSVECS04 Frhs2[527]: 6 0 7.14042 shouldn't be
506.41/510.06	WSVECS04 Frhs2[528]: 6 -1.00002 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[531]: 6 0 1.97828 shouldn't be
506.41/510.06	WSVECS04 Frhs2[549]: 6 0 1.49991 shouldn't be
506.41/510.06	WSVECS04 Frhs2[576]: 6 -1.00004 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[589]: 6 0 242.472 shouldn't be
506.41/510.06	WSVECS04 Frhs2[593]: 6 -7.11497 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[605]: 6 0 243.306 shouldn't be
506.41/510.06	WSVECS04 Frhs2[609]: 6 -18.3741 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[624]: 6 -1.00005 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[625]: 6 -1.00006 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[641]: 6 -1.00006 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[656]: 6 -1.00005 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[657]: 6 -1.00009 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[688]: 6 -1.00007 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[689]: 6 -1.00008 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[705]: 6 -1.00005 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[717]: 6 0 32.2079 shouldn't be
506.41/510.06	WSVECS04 Frhs2[720]: 6 -1.00003 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[721]: 6 -1.00006 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[737]: 6 -1.00009 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[751]: 6 -1.00005 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[752]: 6 -1.00001 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[769]: 6 -1.00001 0 shouldn't be
506.41/510.06	WSVECS04 Frhs2[806]: 6 0 3.81395 shouldn't be
506.41/510.06	WSVECS04 Frhs2[810]: 6 0 60.5209 shouldn't be
506.41/510.06	WSVECS04 Frhs2[814]: 6 0 729.854 shouldn't be
506.51/510.11	WSVECS04 Frhs2[26]: 6 0 4.06391 shouldn't be
506.51/510.11	WSVECS04 Frhs2[33]: 6 -0.999962 0 shouldn't be
506.51/510.11	WSVECS04 Frhs2[35]: 6 -2.91676 0 shouldn't be
506.51/510.11	WSVECS04 Frhs2[49]: 6 0 0.531945 shouldn't be
506.51/510.11	WSVECS04 Frhs2[51]: 6 0 0.602107 shouldn't be
506.51/510.11	WSVECS04 Frhs2[79]: 6 -4.06387 0 shouldn't be
506.51/510.11	WSVECS04 Frhs2[80]: 6 -255.163 0 shouldn't be
506.51/510.11	WSVECS04 Frhs2[114]: 6 -0.992363 0 shouldn't be
506.51/510.11	WSVECS04 Frhs2[125]: 6 -17.5975 0 shouldn't be
506.51/510.11	WSVECS04 Frhs2[127]: 6 -61.9594 0 shouldn't be
506.51/510.11	WSVECS04 Frhs2[128]: 6 -368.949 0 shouldn't be
506.51/510.11	WSVECS04 Frhs2[131]: 6 -0.969051 0 shouldn't be
506.51/510.11	WSVECS04 Frhs2[143]: 6 -125.979 0 shouldn't be
506.51/510.11	WSVECS04 Frhs2[146]: 6 -0.969044 0 shouldn't be
506.51/510.11	WSVECS04 Frhs2[175]: 6 -516.606 0 shouldn't be
506.51/510.11	WSVECS04 Frhs2[176]: 6 -1279.25 0 shouldn't be
506.51/510.11	WSVECS04 Frhs2[251]: 6 -1035.29 0 shouldn't be
506.51/510.11	WSVECS04 Frhs2[288]: 6 -133191 0 shouldn't be
506.51/510.11	WSVECS04 Frhs2[330]: 6 0 2.2779 shouldn't be
506.51/510.11	WSVECS04 Frhs2[331]: 6 0 0.996322 shouldn't be
506.51/510.11	WSVECS04 Frhs2[338]: 6 0 7.14046 shouldn't be
506.51/510.11	WSVECS04 Frhs2[340]: 6 0 7.14044 shouldn't be
506.51/510.11	WSVECS04 Frhs2[341]: 6 0 7.14044 shouldn't be
506.51/510.11	WSVECS04 Frhs2[344]: 6 0 7.14046 shouldn't be
506.51/510.11	WSVECS04 Frhs2[430]: 6 0 3.00002 shouldn't be
506.51/510.11	WSVECS04 Frhs2[444]: 6 0 2.00002 shouldn't be
506.51/510.11	WSVECS04 Frhs2[458]: 6 0 1.00008 shouldn't be
506.51/510.11	WSVECS04 Frhs2[480]: 6 -1.00004 0 shouldn't be
506.51/510.11	WSVECS04 Frhs2[510]: 6 0 5.69952 shouldn't be
506.51/510.11	WSVECS04 Frhs2[530]: 6 0 1.53221 shouldn't be
506.51/510.11	WSVECS04 Frhs2[532]: 6 0 0.716542 shouldn't be
506.51/510.11	WSVECS04 Frhs2[533]: 6 0 0.749984 shouldn't be
506.51/510.11	WSVECS04 Frhs2[542]: 6 0 2.11136 shouldn't be
506.51/510.11	WSVECS04 Frhs2[544]: 6 -1.00001 0 shouldn't be
506.51/510.11	WSVECS04 Frhs2[546]: 6 0 1.14721 shouldn't be
506.51/510.11	WSVECS04 Frhs2[547]: 6 0 1.81268 shouldn't be
506.51/510.11	WSVECS04 Frhs2[560]: 6 -1.00007 0 shouldn't be
506.51/510.11	WSVECS04 Frhs2[569]: 6 0 4.07024 shouldn't be
506.51/510.11	WSVECS04 Frhs2[572]: 6 0 0.0358354 shouldn't be
506.51/510.11	WSVECS04 Frhs2[592]: 6 -1.00008 0 shouldn't be
506.51/510.11	WSVECS04 Frhs2[604]: 6 0 2.20525 shouldn't be
506.51/510.11	WSVECS04 Frhs2[719]: 6 -1.00004 0 shouldn't be
506.51/510.11	WSVECS04 Frhs2[731]: 6 0 0.250068 shouldn't be
506.51/510.11	WSVECS04 Frhs2[735]: 6 -1.00008 0 shouldn't be
506.51/510.11	WSVECS04 Frhs2[767]: 6 -1.00002 0 shouldn't be
506.51/510.11	WSVECS04 Frhs2[768]: 6 0 229.677 shouldn't be
506.51/510.11	WSVECS04 Frhs2[782]: 6 0 13.9549 shouldn't be
506.51/510.11	WSVECS04 Frhs2[790]: 6 -0.945837 0 shouldn't be
506.51/510.11	WSVECS04 Frhs2[791]: 6 -0.95358 0 shouldn't be
506.51/510.11	WSVECS04 Frhs2[796]: 6 0 0.565754 shouldn't be
506.51/510.11	WSVECS04 Frhs2[799]: 6 0 0.0913956 shouldn't be
506.51/510.11	WSVECS04 Frhs2[808]: 6 0 15.0694 shouldn't be
506.51/510.18	WSVECS04 Frhs2[19]: 6 0 2.32156 shouldn't be
506.51/510.18	WSVECS04 Frhs2[24]: 6 0 4.06393 shouldn't be
506.51/510.18	WSVECS04 Frhs2[25]: 6 0 4.06389 shouldn't be
506.51/510.18	WSVECS04 Frhs2[28]: 6 0 4.06396 shouldn't be
506.51/510.18	WSVECS04 Frhs2[30]: 6 0 3.07023 shouldn't be
506.51/510.18	WSVECS04 Frhs2[45]: 6 -0.508021 0 shouldn't be
506.51/510.18	WSVECS04 Frhs2[59]: 6 0 1.68496 shouldn't be
506.51/510.18	WSVECS04 Frhs2[109]: 6 -6.64817 0 shouldn't be
506.51/510.18	WSVECS04 Frhs2[115]: 6 -1.48454 0 shouldn't be
506.51/510.18	WSVECS04 Frhs2[116]: 6 -0.969061 0 shouldn't be
506.51/510.18	WSVECS04 Frhs2[123]: 6 -5.03443 0 shouldn't be
506.51/510.18	WSVECS04 Frhs2[130]: 6 -0.984549 0 shouldn't be
506.51/510.18	WSVECS04 Frhs2[132]: 6 -0.938107 0 shouldn't be
506.51/510.18	WSVECS04 Frhs2[145]: 6 -0.984566 0 shouldn't be
506.51/510.18	WSVECS04 Frhs2[147]: 6 -0.938112 0 shouldn't be
506.51/510.18	WSVECS04 Frhs2[148]: 6 -0.87614 0 shouldn't be
506.51/510.18	WSVECS04 Frhs2[149]: 6 -1.72094 0 shouldn't be
506.51/510.18	WSVECS04 Frhs2[161]: 6 -0.969077 0 shouldn't be
506.51/510.18	WSVECS04 Frhs2[162]: 6 -0.938115 0 shouldn't be
506.51/510.18	WSVECS04 Frhs2[163]: 6 -0.876132 0 shouldn't be
506.51/510.18	WSVECS04 Frhs2[164]: 6 -0.752229 0 shouldn't be
506.51/510.18	WSVECS04 Frhs2[193]: 6 -0.876105 0 shouldn't be
506.51/510.18	WSVECS04 Frhs2[194]: 6 -0.752158 0 shouldn't be
506.51/510.18	WSVECS04 Frhs2[197]: 6 -3.76723 0 shouldn't be
506.51/510.18	WSVECS04 Frhs2[207]: 6 -2076.61 0 shouldn't be
506.51/510.18	WSVECS04 Frhs2[209]: 6 -0.752226 0 shouldn't be
506.51/510.18	WSVECS04 Frhs2[223]: 6 -3942.52 0 shouldn't be
506.51/510.18	WSVECS04 Frhs2[226]: 6 -2.00862 0 shouldn't be
506.51/510.18	WSVECS04 Frhs2[242]: 6 -3.01725 0 shouldn't be
506.51/510.18	WSVECS04 Frhs2[451]: 6 0 0.74702 shouldn't be
506.51/510.18	WSVECS04 Frhs2[554]: 6 -2.81249 0 shouldn't be
506.51/510.18	WSVECS04 Frhs2[562]: 6 0 6.79235 shouldn't be
506.51/510.18	WSVECS04 Frhs2[563]: 6 0 1.62539 shouldn't be
506.51/510.18	WSVECS04 Frhs2[565]: 6 0 2.99977 shouldn't be
506.51/510.18	WSVECS04 Frhs2[567]: 6 0 4.07021 shouldn't be
506.51/510.18	WSVECS04 Frhs2[571]: 6 0 3.25 shouldn't be
506.51/510.18	WSVECS04 Frhs2[573]: 6 0 4.06978 shouldn't be
506.51/510.18	WSVECS04 Frhs2[606]: 6 0 3.06624 shouldn't be
506.51/510.18	WSVECS04 Frhs2[620]: 6 0 1.42062 shouldn't be
506.51/510.18	WSVECS04 Frhs2[626]: 6 -1.50009 0 shouldn't be
506.51/510.18	WSVECS04 Frhs2[736]: 6 -0.491755 0 shouldn't be
556.18/560.19	c #Conflicts:     382000 | #Constraints:      14100
556.18/560.19	c #Conflicts:     383000 | #Constraints:      15100
556.18/560.19	c #Conflicts:     384000 | #Constraints:      16100
556.18/560.19	c #Conflicts:     385000 | #Constraints:      17100
556.18/560.19	c #Conflicts:     386000 | #Constraints:      18100
556.18/560.19	c #Conflicts:     387000 | #Constraints:      19100
556.18/560.19	c #Conflicts:     388000 | #Constraints:      20100
556.18/560.19	c #Conflicts:     389000 | #Constraints:      21100
556.18/560.19	c #Conflicts:     390000 | #Constraints:      22100
556.18/560.19	c #Conflicts:     391000 | #Constraints:      23100
556.18/560.19	c #Conflicts:     392000 | #Constraints:      24100
556.18/560.19	c #Conflicts:     393000 | #Constraints:      25100
556.18/560.19	c #Conflicts:     394000 | #Constraints:      26100
556.18/560.19	c INPROCESSING
556.18/560.19	c GARBAGE COLLECT
556.18/560.19	c #Conflicts:     395000 | #Constraints:      14716
556.18/560.19	c #Conflicts:     396000 | #Constraints:      15716
556.18/560.19	c #Conflicts:     397000 | #Constraints:      16716
556.18/560.19	c #Conflicts:     398000 | #Constraints:      17716
556.18/560.19	c #Conflicts:     399000 | #Constraints:      18716
556.18/560.19	c #Conflicts:     400000 | #Constraints:      19716
556.18/560.19	c #Conflicts:     401000 | #Constraints:      20717
556.18/560.19	c #Conflicts:     402000 | #Constraints:      21717
556.18/560.19	c #Conflicts:     403000 | #Constraints:      22717
556.18/560.19	c #Conflicts:     404000 | #Constraints:      23717
556.18/560.19	c #Conflicts:     405000 | #Constraints:      24717
556.18/560.19	c #Conflicts:     406000 | #Constraints:      25718
556.18/560.19	c #Conflicts:     407000 | #Constraints:      26718
556.18/560.19	c INPROCESSING
556.18/560.19	c GARBAGE COLLECT
556.18/560.19	c #Conflicts:     408000 | #Constraints:      15119
556.18/560.19	c #Conflicts:     409000 | #Constraints:      16119
556.18/560.19	c #Conflicts:     410000 | #Constraints:      17119
556.18/560.19	c #Conflicts:     411000 | #Constraints:      18119
556.18/560.19	c #Conflicts:     412000 | #Constraints:      19120
556.18/560.19	WSVECS04 Frhs2[26]: 6 -8.60616 0 shouldn't be
556.18/560.19	WSVECS04 Frhs2[38]: 6 0 0.154592 shouldn't be
556.18/560.19	WSVECS04 Frhs2[43]: 6 0 0.173725 shouldn't be
556.18/560.19	WSVECS04 Frhs2[98]: 6 0 1.00006 shouldn't be
556.18/560.19	WSVECS04 Frhs2[131]: 6 0 1.00464 shouldn't be
556.18/560.19	WSVECS04 Frhs2[136]: 6 -1.91278 0 shouldn't be
556.18/560.19	WSVECS04 Frhs2[279]: 6 0 36.8388 shouldn't be
556.18/560.19	WSVECS04 Frhs2[289]: 6 0 70.0162 shouldn't be
556.18/560.19	WSVECS04 Frhs2[290]: 6 0 144.286 shouldn't be
556.18/560.19	WSVECS04 Frhs2[294]: 6 0 1.76302 shouldn't be
556.18/560.19	WSVECS04 Frhs2[309]: 6 0 9.08911 shouldn't be
556.18/560.19	WSVECS04 Frhs2[320]: 6 0 1.89598 shouldn't be
556.18/560.19	WSVECS04 Frhs2[365]: 6 0 5.00155 shouldn't be
556.18/560.19	WSVECS04 Frhs2[379]: 6 0 6.00152 shouldn't be
556.18/560.19	WSVECS04 Frhs2[395]: 6 0 1.00009 shouldn't be
556.18/560.19	WSVECS04 Frhs2[403]: 6 0 0.125073 shouldn't be
556.18/560.19	WSVECS04 Frhs2[410]: 6 0 3.01166 shouldn't be
556.18/560.19	WSVECS04 Frhs2[440]: 6 0 1.00009 shouldn't be
556.18/560.19	WSVECS04 Frhs2[459]: 6 0 4.93754 shouldn't be
556.18/560.19	WSVECS04 Frhs2[473]: 6 0 5.93759 shouldn't be
556.18/560.19	WSVECS04 Frhs2[503]: 6 0 4.93759 shouldn't be
556.18/560.19	WSVECS04 Frhs2[522]: 6 -1.00009 0 shouldn't be
556.18/560.19	WSVECS04 Frhs2[558]: 6 -1.94595 0 shouldn't be
556.18/560.19	WSVECS04 Frhs2[739]: 6 -2.1856 0 shouldn't be
556.18/560.19	WSVECS04 Frhs2[740]: 6 0 0.371143 shouldn't be
556.18/560.19	WSVECS04 Frhs2[754]: 6 -1.00004 0 shouldn't be
556.18/560.19	WSVECS04 Frhs2[808]: 6 0 7.00002 shouldn't be
608.74/612.99	c #Conflicts:     413000 | #Constraints:      20120
608.74/612.99	c #Conflicts:     414000 | #Constraints:      21120
608.74/612.99	c #Conflicts:     415000 | #Constraints:      22120
608.74/612.99	c #Conflicts:     416000 | #Constraints:      23120
608.74/612.99	c #Conflicts:     417000 | #Constraints:      24120
608.74/612.99	c #Conflicts:     418000 | #Constraints:      25120
608.74/612.99	c #Conflicts:     419000 | #Constraints:      26120
608.74/612.99	c #Conflicts:     420000 | #Constraints:      27120
608.74/612.99	c INPROCESSING
608.74/612.99	c GARBAGE COLLECT
608.74/612.99	c #Conflicts:     421000 | #Constraints:      15319
608.74/612.99	c #Conflicts:     422000 | #Constraints:      16319
608.74/612.99	c #Conflicts:     423000 | #Constraints:      17319
608.74/612.99	c #Conflicts:     424000 | #Constraints:      18319
608.74/612.99	c #Conflicts:     425000 | #Constraints:      19319
608.74/612.99	c #Conflicts:     426000 | #Constraints:      20319
608.74/612.99	c #Conflicts:     427000 | #Constraints:      21319
608.74/612.99	c #Conflicts:     428000 | #Constraints:      22320
608.74/612.99	c #Conflicts:     429000 | #Constraints:      23320
608.74/612.99	c #Conflicts:     430000 | #Constraints:      24320
608.74/612.99	c #Conflicts:     431000 | #Constraints:      25320
608.74/612.99	c #Conflicts:     432000 | #Constraints:      26320
608.74/613.00	c #Conflicts:     433000 | #Constraints:      27320
608.74/613.00	c INPROCESSING
608.74/613.00	c GARBAGE COLLECT
608.74/613.00	c #Conflicts:     434000 | #Constraints:      15335
608.74/613.00	c #Conflicts:     435000 | #Constraints:      16335
608.74/613.00	c #Conflicts:     436000 | #Constraints:      17335
608.74/613.00	c #Conflicts:     437000 | #Constraints:      18335
608.74/613.00	c #Conflicts:     438000 | #Constraints:      19335
608.74/613.00	c #Conflicts:     439000 | #Constraints:      20335
608.74/613.00	WSVECS04 Frhs2[6]: 6 0 3.24657 shouldn't be
608.74/613.00	WSVECS04 Frhs2[34]: 6 -1.00001 0 shouldn't be
608.74/613.00	WSVECS04 Frhs2[38]: 6 -2.46554 0 shouldn't be
608.74/613.00	WSVECS04 Frhs2[41]: 6 -2.59402 0 shouldn't be
608.74/613.00	WSVECS04 Frhs2[43]: 6 -2.55312 0 shouldn't be
608.74/613.00	WSVECS04 Frhs2[81]: 6 -1.00008 0 shouldn't be
608.74/613.00	WSVECS04 Frhs2[98]: 6 0 5.10833 shouldn't be
608.74/613.00	WSVECS04 Frhs2[113]: 6 0 4.10828 shouldn't be
608.74/613.00	WSVECS04 Frhs2[209]: 6 -0.99816 0 shouldn't be
608.74/613.00	WSVECS04 Frhs2[304]: 6 -1.65535 0 shouldn't be
608.74/613.00	WSVECS04 Frhs2[345]: 6 0 2.51209 shouldn't be
608.74/613.00	WSVECS04 Frhs2[349]: 6 -12.2166 0 shouldn't be
608.74/613.00	WSVECS04 Frhs2[364]: 6 -3.00003 0 shouldn't be
608.74/613.00	WSVECS04 Frhs2[420]: 6 0 3.68578 shouldn't be
608.74/613.00	WSVECS04 Frhs2[450]: 6 0 1.86483 shouldn't be
608.74/613.00	WSVECS04 Frhs2[465]: 6 0 3.73094 shouldn't be
608.74/613.00	WSVECS04 Frhs2[476]: 6 -3.08967 0 shouldn't be
608.74/613.00	WSVECS04 Frhs2[610]: 6 0 7.48698 shouldn't be
608.74/613.00	WSVECS04 Frhs2[620]: 6 -1.00005 0 shouldn't be
608.74/613.00	WSVECS04 Frhs2[627]: 6 -0.998806 0 shouldn't be
608.74/613.00	WSVECS04 Frhs2[628]: 6 -0.998805 0 shouldn't be
608.74/613.00	WSVECS04 Frhs2[656]: 6 -1.00005 0 shouldn't be
608.74/613.00	WSVECS04 Frhs2[699]: 6 -0.250014 0 shouldn't be
608.74/613.00	WSVECS04 Frhs2[778]: 6 0 8.7171 shouldn't be
608.74/613.00	WSVECS04 Frhs2[786]: 6 -0.99878 0 shouldn't be
608.74/613.00	WSVECS04 Frhs2[787]: 6 -0.998801 0 shouldn't be
708.81/713.57	c #Conflicts:     440000 | #Constraints:      21336
708.81/713.57	c #Conflicts:     441000 | #Constraints:      22336
708.81/713.57	c #Conflicts:     442000 | #Constraints:      23336
708.81/713.57	c #Conflicts:     443000 | #Constraints:      24336
708.81/713.57	c #Conflicts:     444000 | #Constraints:      25336
708.81/713.57	c #Conflicts:     445000 | #Constraints:      26336
708.81/713.57	c #Conflicts:     446000 | #Constraints:      27336
708.81/713.57	c INPROCESSING
708.81/713.57	c GARBAGE COLLECT
708.81/713.57	c #Conflicts:     447000 | #Constraints:      15138
708.81/713.57	c #Conflicts:     448000 | #Constraints:      16138
708.81/713.57	c #Conflicts:     449000 | #Constraints:      17138
708.81/713.57	c #Conflicts:     450000 | #Constraints:      18138
708.81/713.57	c #Conflicts:     451000 | #Constraints:      19138
708.81/713.57	c #Conflicts:     452000 | #Constraints:      20138
708.81/713.57	c #Conflicts:     453000 | #Constraints:      21138
708.81/713.57	c #Conflicts:     454000 | #Constraints:      22138
708.81/713.57	c #Conflicts:     455000 | #Constraints:      23138
708.81/713.57	c #Conflicts:     456000 | #Constraints:      24138
708.81/713.57	c #Conflicts:     457000 | #Constraints:      25138
708.81/713.57	c #Conflicts:     458000 | #Constraints:      26138
708.81/713.57	c #Conflicts:     459000 | #Constraints:      27138
708.81/713.57	c #Conflicts:     460000 | #Constraints:      28138
708.81/713.57	c INPROCESSING
708.81/713.57	c GARBAGE COLLECT
708.81/713.57	c #Conflicts:     461000 | #Constraints:      15742
708.81/713.57	c #Conflicts:     462000 | #Constraints:      16742
708.81/713.57	c #Conflicts:     463000 | #Constraints:      17742
708.81/713.57	c #Conflicts:     464000 | #Constraints:      18742
708.81/713.57	c #Conflicts:     465000 | #Constraints:      19742
708.81/713.57	c #Conflicts:     466000 | #Constraints:      20742
708.81/713.57	c #Conflicts:     467000 | #Constraints:      21742
708.81/713.57	c #Conflicts:     468000 | #Constraints:      22742
708.81/713.57	c #Conflicts:     469000 | #Constraints:      23742
708.81/713.57	c #Conflicts:     470000 | #Constraints:      24742
708.81/713.57	c #Conflicts:     471000 | #Constraints:      25742
708.81/713.57	c #Conflicts:     472000 | #Constraints:      26742
708.81/713.57	c #Conflicts:     473000 | #Constraints:      27742
708.81/713.57	c #Conflicts:     474000 | #Constraints:      28742
708.81/713.57	c INPROCESSING
708.81/713.57	c GARBAGE COLLECT
708.81/713.57	c #Conflicts:     475000 | #Constraints:      16156
708.81/713.57	c #Conflicts:     476000 | #Constraints:      17157
708.81/713.57	c #Conflicts:     477000 | #Constraints:      18157
708.81/713.57	c #Conflicts:     478000 | #Constraints:      19157
708.81/713.57	c #Conflicts:     479000 | #Constraints:      20157
708.81/713.57	c #Conflicts:     480000 | #Constraints:      21157
708.81/713.57	c #Conflicts:     481000 | #Constraints:      22157
708.81/713.57	c #Conflicts:     482000 | #Constraints:      23157
708.81/713.57	c #Conflicts:     483000 | #Constraints:      24157
708.81/713.57	c #Conflicts:     484000 | #Constraints:      25157
708.81/713.57	c #Conflicts:     485000 | #Constraints:      26157
708.81/713.57	c #Conflicts:     486000 | #Constraints:      27157
708.81/713.57	WSVECS04 Frhs2[837]: 6 -10.3584 0 shouldn't be
766.87/771.97	c #Conflicts:     487000 | #Constraints:      28157
766.87/771.97	c #Conflicts:     488000 | #Constraints:      29157
766.87/771.97	c INPROCESSING
766.87/771.97	c GARBAGE COLLECT
766.87/771.97	c #Conflicts:     489000 | #Constraints:      16346
766.87/771.97	c #Conflicts:     490000 | #Constraints:      17346
766.87/771.97	c #Conflicts:     491000 | #Constraints:      18346
766.87/771.97	c #Conflicts:     492000 | #Constraints:      19346
766.87/771.97	c #Conflicts:     493000 | #Constraints:      20346
766.87/771.97	c #Conflicts:     494000 | #Constraints:      21346
766.87/771.97	c #Conflicts:     495000 | #Constraints:      22346
766.87/771.97	c #Conflicts:     496000 | #Constraints:      23346
766.87/771.97	c #Conflicts:     497000 | #Constraints:      24346
766.87/771.97	c #Conflicts:     498000 | #Constraints:      25346
766.87/771.97	c #Conflicts:     499000 | #Constraints:      26346
766.87/771.97	c #Conflicts:     500000 | #Constraints:      27346
766.87/771.97	c #Conflicts:     501000 | #Constraints:      28346
766.87/771.97	c #Conflicts:     502000 | #Constraints:      29346
766.87/771.97	c INPROCESSING
766.87/771.97	c GARBAGE COLLECT
766.87/771.97	c #Conflicts:     503000 | #Constraints:      16334
766.87/771.97	c #Conflicts:     504000 | #Constraints:      17335
766.87/771.97	c #Conflicts:     505000 | #Constraints:      18335
766.87/771.97	c #Conflicts:     506000 | #Constraints:      19335
766.87/771.97	c #Conflicts:     507000 | #Constraints:      20335
766.87/771.97	c #Conflicts:     508000 | #Constraints:      21335
766.87/771.97	c #Conflicts:     509000 | #Constraints:      22335
766.87/771.97	c #Conflicts:     510000 | #Constraints:      23335
766.87/771.97	c #Conflicts:     511000 | #Constraints:      24335
766.87/771.97	WSVECS04 Frhs2[411]: 6 0 3 shouldn't be
766.87/771.97	WSVECS04 Frhs2[426]: 6 0 3 shouldn't be
876.12/881.69	c #Conflicts:     512000 | #Constraints:      25335
876.12/881.69	c #Conflicts:     513000 | #Constraints:      26335
876.12/881.69	c #Conflicts:     514000 | #Constraints:      27335
876.12/881.69	c #Conflicts:     515000 | #Constraints:      28335
876.12/881.69	c #Conflicts:     516000 | #Constraints:      29335
876.12/881.69	c INPROCESSING
876.12/881.69	c GARBAGE COLLECT
876.12/881.69	c #Conflicts:     517000 | #Constraints:      16140
876.12/881.69	c #Conflicts:     518000 | #Constraints:      17140
876.12/881.69	c #Conflicts:     519000 | #Constraints:      18140
876.12/881.69	c #Conflicts:     520000 | #Constraints:      19140
876.12/881.69	c #Conflicts:     521000 | #Constraints:      20140
876.12/881.69	c #Conflicts:     522000 | #Constraints:      21140
876.12/881.69	c #Conflicts:     523000 | #Constraints:      22140
876.12/881.69	c #Conflicts:     524000 | #Constraints:      23140
876.12/881.69	c #Conflicts:     525000 | #Constraints:      24140
876.12/881.69	c #Conflicts:     526000 | #Constraints:      25140
876.12/881.69	c #Conflicts:     527000 | #Constraints:      26140
876.12/881.69	c #Conflicts:     528000 | #Constraints:      27140
876.12/881.69	c #Conflicts:     529000 | #Constraints:      28140
876.12/881.69	c #Conflicts:     530000 | #Constraints:      29140
876.12/881.69	c #Conflicts:     531000 | #Constraints:      30140
876.12/881.69	c INPROCESSING
876.12/881.69	c GARBAGE COLLECT
876.12/881.69	c #Conflicts:     532000 | #Constraints:      16733
876.12/881.69	c #Conflicts:     533000 | #Constraints:      17733
876.12/881.69	c #Conflicts:     534000 | #Constraints:      18733
876.12/881.69	c #Conflicts:     535000 | #Constraints:      19733
876.12/881.69	c #Conflicts:     536000 | #Constraints:      20733
876.12/881.69	c #Conflicts:     537000 | #Constraints:      21734
876.12/881.69	c #Conflicts:     538000 | #Constraints:      22734
876.12/881.69	c #Conflicts:     539000 | #Constraints:      23734
876.12/881.69	c #Conflicts:     540000 | #Constraints:      24734
876.12/881.69	c #Conflicts:     541000 | #Constraints:      25734
876.12/881.69	c #Conflicts:     542000 | #Constraints:      26734
876.12/881.69	c #Conflicts:     543000 | #Constraints:      27734
876.12/881.69	c #Conflicts:     544000 | #Constraints:      28735
876.12/881.69	c #Conflicts:     545000 | #Constraints:      29735
876.12/881.69	c #Conflicts:     546000 | #Constraints:      30735
876.12/881.69	c INPROCESSING
876.12/881.69	c GARBAGE COLLECT
876.12/881.69	c #Conflicts:     547000 | #Constraints:      17122
876.12/881.69	c #Conflicts:     548000 | #Constraints:      18122
876.12/881.69	c #Conflicts:     549000 | #Constraints:      19122
876.12/881.69	c #Conflicts:     550000 | #Constraints:      20122
876.12/881.69	c #Conflicts:     551000 | #Constraints:      21122
876.12/881.69	c #Conflicts:     552000 | #Constraints:      22122
876.12/881.69	c #Conflicts:     553000 | #Constraints:      23122
876.12/881.69	WSVECS04 Frhs2[5]: 6 0 3222.88 shouldn't be
876.12/881.69	WSVECS04 Frhs2[9]: 6 -9845.64 0 shouldn't be
876.12/881.69	WSVECS04 Frhs2[86]: 6 0 88.7612 shouldn't be
876.12/881.69	WSVECS04 Frhs2[88]: 6 0 363.045 shouldn't be
876.12/881.69	WSVECS04 Frhs2[91]: 6 0 63.9558 shouldn't be
876.12/881.69	WSVECS04 Frhs2[118]: 6 0 361.045 shouldn't be
876.12/881.69	WSVECS04 Frhs2[123]: 6 0 261.823 shouldn't be
876.12/881.69	WSVECS04 Frhs2[299]: 6 0 6451.09 shouldn't be
876.12/881.69	WSVECS04 Frhs2[320]: 6 0 1022.98 shouldn't be
876.12/881.69	WSVECS04 Frhs2[335]: 6 0 3315.83 shouldn't be
876.12/881.69	WSVECS04 Frhs2[336]: 6 0 40.6411 shouldn't be
876.12/881.69	WSVECS04 Frhs2[344]: 6 0 47348.1 shouldn't be
876.12/881.69	WSVECS04 Frhs2[389]: 6 0 44757.8 shouldn't be
876.12/881.69	WSVECS04 Frhs2[419]: 6 0 40438.9 shouldn't be
876.12/881.69	WSVECS04 Frhs2[443]: 6 -1.50007 0 shouldn't be
876.12/881.69	WSVECS04 Frhs2[485]: 6 0 15.7032 shouldn't be
876.12/881.69	WSVECS04 Frhs2[487]: 6 0 1.00004 shouldn't be
876.12/881.69	WSVECS04 Frhs2[489]: 6 0 1.00009 shouldn't be
876.12/881.69	WSVECS04 Frhs2[490]: 6 0 2.50007 shouldn't be
876.12/881.69	WSVECS04 Frhs2[535]: 6 -0.500051 0 shouldn't be
876.12/881.69	WSVECS04 Frhs2[697]: 6 -0.87505 0 shouldn't be
876.12/881.69	WSVECS04 Frhs2[713]: 6 -0.750038 0 shouldn't be
922.78/928.56	c #Conflicts:     554000 | #Constraints:      24122
922.78/928.56	c #Conflicts:     555000 | #Constraints:      25122
922.78/928.56	c #Conflicts:     556000 | #Constraints:      26122
922.78/928.56	c #Conflicts:     557000 | #Constraints:      27122
922.78/928.56	c #Conflicts:     558000 | #Constraints:      28122
922.78/928.56	c #Conflicts:     559000 | #Constraints:      29122
922.78/928.56	c #Conflicts:     560000 | #Constraints:      30122
922.78/928.56	c #Conflicts:     561000 | #Constraints:      31122
922.78/928.56	c INPROCESSING
922.78/928.56	c GARBAGE COLLECT
922.78/928.56	c #Conflicts:     562000 | #Constraints:      17325
922.78/928.56	c #Conflicts:     563000 | #Constraints:      18325
922.78/928.56	c #Conflicts:     564000 | #Constraints:      19325
922.78/928.56	c #Conflicts:     565000 | #Constraints:      20325
922.78/928.56	c #Conflicts:     566000 | #Constraints:      21325
922.78/928.56	c #Conflicts:     567000 | #Constraints:      22325
922.78/928.56	c #Conflicts:     568000 | #Constraints:      23325
922.78/928.56	c #Conflicts:     569000 | #Constraints:      24325
922.78/928.56	WSVECS04 Frhs2[335]: 6 0 1.00006 shouldn't be
922.78/928.56	WSVECS04 Frhs2[349]: 6 0 2.00005 shouldn't be
922.78/928.56	WSVECS04 Frhs2[365]: 6 0 3.03184 shouldn't be
922.78/928.56	WSVECS04 Frhs2[379]: 6 0 5.03189 shouldn't be
922.78/928.56	WSVECS04 Frhs2[475]: 6 0 3.37501 shouldn't be
922.78/928.56	WSVECS04 Frhs2[658]: 6 -1.00002 0 shouldn't be
922.78/928.56	WSVECS04 Frhs2[673]: 6 -1.00008 0 shouldn't be
922.78/928.56	WSVECS04 Frhs2[700]: 6 -1.50004 0 shouldn't be
922.78/928.56	WSVECS04 Frhs2[707]: 6 -3.01859 0 shouldn't be
985.89/991.94	c #Conflicts:     570000 | #Constraints:      25325
985.89/991.94	c #Conflicts:     571000 | #Constraints:      26325
985.89/991.94	c #Conflicts:     572000 | #Constraints:      27325
985.89/991.94	c #Conflicts:     573000 | #Constraints:      28325
985.89/991.94	c #Conflicts:     574000 | #Constraints:      29325
985.89/991.94	c #Conflicts:     575000 | #Constraints:      30325
985.89/991.94	c #Conflicts:     576000 | #Constraints:      31325
985.89/991.94	c INPROCESSING
985.89/991.94	c GARBAGE COLLECT
985.89/991.94	c #Conflicts:     577000 | #Constraints:      17326
985.89/991.94	c #Conflicts:     578000 | #Constraints:      18326
985.89/991.94	c #Conflicts:     579000 | #Constraints:      19326
985.89/991.94	c #Conflicts:     580000 | #Constraints:      20326
985.89/991.94	c #Conflicts:     581000 | #Constraints:      21326
985.89/991.94	c #Conflicts:     582000 | #Constraints:      22326
985.89/991.94	c #Conflicts:     583000 | #Constraints:      23326
985.89/991.94	c #Conflicts:     584000 | #Constraints:      24327
985.89/991.94	c #Conflicts:     585000 | #Constraints:      25327
985.89/991.94	c #Conflicts:     586000 | #Constraints:      26327
985.89/991.94	c #Conflicts:     587000 | #Constraints:      27327
985.89/991.94	c #Conflicts:     588000 | #Constraints:      28327
985.89/991.94	c #Conflicts:     589000 | #Constraints:      29327
985.89/991.94	c #Conflicts:     590000 | #Constraints:      30327
985.89/991.94	c #Conflicts:     591000 | #Constraints:      31327
985.89/991.94	WSVECS04 Frhs2[22]: 6 -15.2117 0 shouldn't be
985.89/991.94	WSVECS04 Frhs2[35]: 6 0 3.34543 shouldn't be
985.89/991.94	WSVECS04 Frhs2[89]: 6 0 0.404343 shouldn't be
985.89/991.94	WSVECS04 Frhs2[179]: 6 0 0.21314 shouldn't be
985.89/991.94	WSVECS04 Frhs2[292]: 6 0 1.04938 shouldn't be
985.89/991.94	WSVECS04 Frhs2[307]: 6 0 1.00009 shouldn't be
985.89/991.94	WSVECS04 Frhs2[311]: 6 0 1.00002 shouldn't be
985.89/991.94	WSVECS04 Frhs2[322]: 6 0 1.00007 shouldn't be
985.89/991.94	WSVECS04 Frhs2[326]: 6 0 1.00002 shouldn't be
985.89/991.94	WSVECS04 Frhs2[341]: 6 0 0.62942 shouldn't be
985.89/991.94	WSVECS04 Frhs2[356]: 6 0 1.00004 shouldn't be
985.89/991.94	WSVECS04 Frhs2[382]: 6 0 1.00006 shouldn't be
985.89/991.94	WSVECS04 Frhs2[386]: 6 0 1.00005 shouldn't be
985.89/991.94	WSVECS04 Frhs2[401]: 6 0 1.00009 shouldn't be
985.89/991.94	WSVECS04 Frhs2[412]: 6 0 1.00008 shouldn't be
985.89/991.94	WSVECS04 Frhs2[425]: 6 0 1.00009 shouldn't be
985.89/991.94	WSVECS04 Frhs2[427]: 6 0 1.00002 shouldn't be
985.89/991.94	WSVECS04 Frhs2[431]: 6 0 1.00003 shouldn't be
985.89/991.94	WSVECS04 Frhs2[440]: 6 0 1.00001 shouldn't be
985.89/991.94	WSVECS04 Frhs2[442]: 6 0 1.00002 shouldn't be
985.89/991.94	WSVECS04 Frhs2[454]: 6 0 2.00006 shouldn't be
985.89/991.94	WSVECS04 Frhs2[455]: 6 0 1.00002 shouldn't be
985.89/991.94	WSVECS04 Frhs2[461]: 6 0 1.00006 shouldn't be
985.89/991.94	WSVECS04 Frhs2[469]: 6 0 2.00005 shouldn't be
985.89/991.94	WSVECS04 Frhs2[472]: 6 0 1.00009 shouldn't be
985.89/991.94	WSVECS04 Frhs2[476]: 6 0 1.00004 shouldn't be
985.89/991.94	WSVECS04 Frhs2[478]: 6 -1.00002 0 shouldn't be
985.89/991.94	WSVECS04 Frhs2[487]: 6 0 1.00005 shouldn't be
985.89/991.94	WSVECS04 Frhs2[491]: 6 0 1.00007 shouldn't be
985.89/991.94	WSVECS04 Frhs2[500]: 6 0 1.00002 shouldn't be
985.89/991.94	WSVECS04 Frhs2[515]: 6 0 2.00005 shouldn't be
985.89/991.94	WSVECS04 Frhs2[717]: 6 -1.00004 0 shouldn't be
985.89/991.94	WSVECS04 Frhs2[732]: 6 -1.00002 0 shouldn't be
985.89/991.94	WSVECS04 Frhs2[777]: 6 -1.00008 0 shouldn't be
985.89/991.94	WSVECS04 Frhs2[838]: 6 -61.4646 0 shouldn't be
1065.35/1071.72	c INPROCESSING
1065.35/1071.72	c GARBAGE COLLECT
1065.35/1071.72	c #Conflicts:     592000 | #Constraints:      17124
1065.35/1071.72	c #Conflicts:     593000 | #Constraints:      18124
1065.35/1071.72	c #Conflicts:     594000 | #Constraints:      19124
1065.35/1071.72	c #Conflicts:     595000 | #Constraints:      20124
1065.35/1071.72	c #Conflicts:     596000 | #Constraints:      21124
1065.35/1071.72	c #Conflicts:     597000 | #Constraints:      22124
1065.35/1071.72	c #Conflicts:     598000 | #Constraints:      23124
1065.35/1071.72	c #Conflicts:     599000 | #Constraints:      24124
1065.35/1071.72	c #Conflicts:     600000 | #Constraints:      25124
1065.35/1071.72	c #Conflicts:     601000 | #Constraints:      26124
1065.35/1071.72	c #Conflicts:     602000 | #Constraints:      27124
1065.35/1071.72	c #Conflicts:     603000 | #Constraints:      28124
1065.35/1071.72	c #Conflicts:     604000 | #Constraints:      29124
1065.35/1071.72	c #Conflicts:     605000 | #Constraints:      30124
1065.35/1071.72	c #Conflicts:     606000 | #Constraints:      31124
1065.35/1071.72	c #Conflicts:     607000 | #Constraints:      32124
1065.35/1071.72	c INPROCESSING
1065.35/1071.72	c GARBAGE COLLECT
1065.35/1071.72	c #Conflicts:     608000 | #Constraints:      17724
1065.35/1071.72	c #Conflicts:     609000 | #Constraints:      18724
1065.35/1071.72	c #Conflicts:     610000 | #Constraints:      19724
1065.35/1071.72	c #Conflicts:     611000 | #Constraints:      20724
1065.35/1071.72	c #Conflicts:     612000 | #Constraints:      21725
1065.35/1071.72	c #Conflicts:     613000 | #Constraints:      22725
1065.35/1071.72	c #Conflicts:     614000 | #Constraints:      23725
1065.35/1071.72	c #Conflicts:     615000 | #Constraints:      24725
1065.35/1071.72	c #Conflicts:     616000 | #Constraints:      25725
1065.35/1071.72	c #Conflicts:     617000 | #Constraints:      26725
1065.35/1071.72	c #Conflicts:     618000 | #Constraints:      27725
1065.35/1071.72	c #Conflicts:     619000 | #Constraints:      28725
1065.35/1071.72	WSVECS04 Frhs2[296]: 6 0 1.66891 shouldn't be
1065.35/1071.72	WSVECS04 Frhs2[310]: 6 0 2.66891 shouldn't be
1065.35/1071.72	WSVECS04 Frhs2[311]: 6 0 1 shouldn't be
1065.35/1071.72	WSVECS04 Frhs2[325]: 6 0 2 shouldn't be
1065.35/1071.72	WSVECS04 Frhs2[326]: 6 0 1 shouldn't be
1065.35/1071.72	WSVECS04 Frhs2[340]: 6 0 2 shouldn't be
1065.35/1071.72	WSVECS04 Frhs2[341]: 6 0 1 shouldn't be
1065.35/1071.72	WSVECS04 Frhs2[355]: 6 0 2 shouldn't be
1065.35/1071.72	WSVECS04 Frhs2[356]: 6 0 1 shouldn't be
1065.35/1071.72	WSVECS04 Frhs2[370]: 6 0 2 shouldn't be
1065.35/1071.72	WSVECS04 Frhs2[371]: 6 0 1 shouldn't be
1065.35/1071.72	WSVECS04 Frhs2[385]: 6 0 2 shouldn't be
1065.35/1071.72	WSVECS04 Frhs2[386]: 6 0 1 shouldn't be
1065.35/1071.72	WSVECS04 Frhs2[395]: 6 0 130.639 shouldn't be
1065.35/1071.72	WSVECS04 Frhs2[400]: 6 0 2 shouldn't be
1065.35/1071.72	WSVECS04 Frhs2[401]: 6 0 1 shouldn't be
1065.35/1071.72	WSVECS04 Frhs2[415]: 6 0 2 shouldn't be
1065.35/1071.72	WSVECS04 Frhs2[416]: 6 0 1 shouldn't be
1065.35/1071.72	WSVECS04 Frhs2[430]: 6 0 2 shouldn't be
1065.35/1071.72	WSVECS04 Frhs2[431]: 6 0 1 shouldn't be
1065.35/1071.72	WSVECS04 Frhs2[445]: 6 0 2 shouldn't be
1065.35/1071.72	WSVECS04 Frhs2[461]: 6 0 1 shouldn't be
1065.35/1071.72	WSVECS04 Frhs2[475]: 6 0 2 shouldn't be
1065.35/1071.72	WSVECS04 Frhs2[642]: 6 0 36.8088 shouldn't be
1065.35/1071.72	WSVECS04 Frhs2[770]: 6 0 8272.96 shouldn't be
1065.35/1071.72	WSVECS04 Frhs2[771]: 6 0 16549.9 shouldn't be
1065.35/1071.72	WSVECS04 Frhs2[773]: 6 0 66211.7 shouldn't be
1065.35/1071.72	WSVECS04 Frhs2[774]: 6 0 132427 shouldn't be
1138.45/1145.15	c #Conflicts:     620000 | #Constraints:      29725
1138.45/1145.15	c #Conflicts:     621000 | #Constraints:      30725
1138.45/1145.15	c #Conflicts:     622000 | #Constraints:      31725
1138.45/1145.15	c #Conflicts:     623000 | #Constraints:      32725
1138.45/1145.15	c INPROCESSING
1138.45/1145.15	c GARBAGE COLLECT
1138.45/1145.15	c #Conflicts:     624000 | #Constraints:      18132
1138.45/1145.15	c #Conflicts:     625000 | #Constraints:      19132
1138.45/1145.15	c #Conflicts:     626000 | #Constraints:      20132
1138.45/1145.15	c #Conflicts:     627000 | #Constraints:      21132
1138.45/1145.15	c #Conflicts:     628000 | #Constraints:      22132
1138.45/1145.15	c #Conflicts:     629000 | #Constraints:      23132
1138.45/1145.15	c #Conflicts:     630000 | #Constraints:      24132
1138.45/1145.15	c #Conflicts:     631000 | #Constraints:      25132
1138.45/1145.15	c #Conflicts:     632000 | #Constraints:      26133
1138.45/1145.15	c #Conflicts:     633000 | #Constraints:      27133
1138.45/1145.15	c #Conflicts:     634000 | #Constraints:      28133
1138.45/1145.15	c #Conflicts:     635000 | #Constraints:      29133
1138.45/1145.15	c #Conflicts:     636000 | #Constraints:      30133
1138.45/1145.15	c #Conflicts:     637000 | #Constraints:      31133
1138.45/1145.15	c #Conflicts:     638000 | #Constraints:      32133
1138.45/1145.15	c #Conflicts:     639000 | #Constraints:      33133
1138.45/1145.15	c INPROCESSING
1138.45/1145.15	c GARBAGE COLLECT
1138.45/1145.15	c #Conflicts:     640000 | #Constraints:      18327
1138.45/1145.15	c #Conflicts:     641000 | #Constraints:      19327
1138.45/1145.15	c #Conflicts:     642000 | #Constraints:      20327
1138.45/1145.15	c #Conflicts:     643000 | #Constraints:      21327
1138.45/1145.15	c #Conflicts:     644000 | #Constraints:      22327
1138.45/1145.15	c #Conflicts:     645000 | #Constraints:      23327
1138.45/1145.15	WSVECS04 Frhs2[23]: 6 -4.99355 0 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[26]: 6 -2.01399 0 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[104]: 6 0 1.81943 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[164]: 6 0 1.6522 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[168]: 6 0 4.03762 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[184]: 6 0 8.72191 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[199]: 6 0 7.72184 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[214]: 6 0 6.72186 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[228]: 6 0 1.36098 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[293]: 6 0 13.1176 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[296]: 6 0 1.98714 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[298]: 6 0 6.88417 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[308]: 6 0 1.00002 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[311]: 6 0 1.00002 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[323]: 6 0 1.00005 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[326]: 6 0 1.00009 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[338]: 6 0 1.00001 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[341]: 6 0 1.00005 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[343]: 6 0 3.00009 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[356]: 6 0 1.0001 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[358]: 6 0 3.00006 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[368]: 6 0 1.00002 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[383]: 6 0 1.00009 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[386]: 6 0 1.0001 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[398]: 6 0 1.00002 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[413]: 6 0 1.0001 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[418]: 6 0 131945 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[425]: 6 0 1.61354 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[433]: 6 0 3.00006 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[439]: 6 0 2.6135 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[447]: 6 0 7.50002 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[448]: 6 0 3.00002 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[461]: 6 0 8.50009 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[463]: 6 0 3.00004 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[470]: 6 0 8247.5 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[478]: 6 0 3.00005 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[491]: 6 0 1.00004 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[499]: 6 0 2.00007 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[544]: 6 -1.00003 0 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[560]: 6 -1.00009 0 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[607]: 6 -1.00003 0 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[636]: 6 -1.00008 0 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[637]: 6 -1.00003 0 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[652]: 6 -1.00008 0 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[657]: 6 0 64.3543 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[682]: 6 -1.00006 0 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[712]: 6 -65974.9 0 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[719]: 6 -1.00005 0 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[748]: 6 -1.0001 0 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[763]: 6 -1.00008 0 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[805]: 6 0 263905 shouldn't be
1138.45/1145.15	WSVECS04 Frhs2[811]: 6 0 1.689e+07 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[23]: 6 -4.99351 0 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[59]: 6 0 2.88021 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[84]: 6 0 2.00152 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[104]: 6 0 1.81941 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[106]: 6 0 0.0093937 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[134]: 6 0 0.756906 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[153]: 6 0 5.03757 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[162]: 6 0 0.82334 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[163]: 6 0 5.64668 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[164]: 6 0 1.65211 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[167]: 6 0 0.518787 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[168]: 6 0 4.03757 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[169]: 6 0 9.72182 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[179]: 6 0 0.652114 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[183]: 6 0 3.03757 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[184]: 6 0 8.72182 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[198]: 6 0 2.86091 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[199]: 6 0 7.72182 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[214]: 6 0 6.72182 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[215]: 6 -3.07813 0 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[216]: 6 -4.15625 0 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[218]: 6 -10.5 0 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[228]: 6 0 1.36091 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[259]: 6 0 3.72182 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[293]: 6 0 13.1175 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[296]: 6 0 1.98708 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[298]: 6 0 6.88411 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[311]: 6 0 1 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[323]: 6 0 1 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[326]: 6 0 1 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[338]: 6 0 1 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[341]: 6 0 1 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[353]: 6 0 1 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[358]: 6 0 3 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[362]: 6 0 131949 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[366]: 6 0 9.88411 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[368]: 6 0 1 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[371]: 6 0 1 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[386]: 6 0 1 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[425]: 6 0 1.61348 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[428]: 6 0 1.82334 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[433]: 6 0 3 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[448]: 6 0 3 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[461]: 6 0 8.5 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[463]: 6 0 3 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[466]: 6 -1 0 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[470]: 6 0 8247.5 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[478]: 6 0 3 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[484]: 6 0 8246.5 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[485]: 6 0 1 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[491]: 6 0 1 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[506]: 6 0 1 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[545]: 6 0 4.38411 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[560]: 6 -1 0 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[576]: 6 -1 0 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[635]: 6 -1 0 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[636]: 6 -1 0 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[637]: 6 -1 0 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[650]: 6 -16507 0 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[651]: 6 -1 0 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[652]: 6 -1 0 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[702]: 6 -2.1112e+06 0 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[719]: 6 -1 0 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[748]: 6 -1 0 shouldn't be
1138.54/1145.26	WSVECS04 Frhs2[778]: 6 -1 0 shouldn't be
1255.93/1263.14	c #Conflicts:     646000 | #Constraints:      24327
1255.93/1263.14	c #Conflicts:     647000 | #Constraints:      25327
1255.93/1263.14	c #Conflicts:     648000 | #Constraints:      26327
1255.93/1263.14	c #Conflicts:     649000 | #Constraints:      27327
1255.93/1263.14	c #Conflicts:     650000 | #Constraints:      28327
1255.93/1263.14	c #Conflicts:     651000 | #Constraints:      29327
1255.93/1263.14	c #Conflicts:     652000 | #Constraints:      30327
1255.93/1263.14	c #Conflicts:     653000 | #Constraints:      31327
1255.93/1263.14	c #Conflicts:     654000 | #Constraints:      32327
1255.93/1263.14	c #Conflicts:     655000 | #Constraints:      33327
1255.93/1263.14	c INPROCESSING
1255.93/1263.14	c GARBAGE COLLECT
1255.93/1263.14	c #Conflicts:     656000 | #Constraints:      18330
1255.93/1263.14	c #Conflicts:     657000 | #Constraints:      19330
1255.93/1263.14	c #Conflicts:     658000 | #Constraints:      20330
1255.93/1263.14	c #Conflicts:     659000 | #Constraints:      21330
1255.93/1263.14	c #Conflicts:     660000 | #Constraints:      22330
1255.93/1263.14	c #Conflicts:     661000 | #Constraints:      23330
1255.93/1263.14	c #Conflicts:     662000 | #Constraints:      24330
1255.93/1263.14	c #Conflicts:     663000 | #Constraints:      25330
1255.93/1263.14	c #Conflicts:     664000 | #Constraints:      26330
1255.93/1263.14	c #Conflicts:     665000 | #Constraints:      27330
1255.93/1263.14	c #Conflicts:     666000 | #Constraints:      28330
1255.93/1263.14	c #Conflicts:     667000 | #Constraints:      29330
1255.93/1263.14	c #Conflicts:     668000 | #Constraints:      30330
1255.93/1263.14	c #Conflicts:     669000 | #Constraints:      31330
1255.93/1263.14	c #Conflicts:     670000 | #Constraints:      32330
1255.93/1263.14	c #Conflicts:     671000 | #Constraints:      33330
1255.93/1263.14	c INPROCESSING
1255.93/1263.14	c GARBAGE COLLECT
1255.93/1263.14	c #Conflicts:     672000 | #Constraints:      18137
1255.93/1263.14	c #Conflicts:     673000 | #Constraints:      19137
1255.93/1263.14	c #Conflicts:     674000 | #Constraints:      20137
1255.93/1263.14	c #Conflicts:     675000 | #Constraints:      21138
1255.93/1263.14	c #Conflicts:     676000 | #Constraints:      22138
1255.93/1263.14	c #Conflicts:     677000 | #Constraints:      23138
1255.93/1263.14	c #Conflicts:     678000 | #Constraints:      24138
1255.93/1263.14	c #Conflicts:     679000 | #Constraints:      25138
1255.93/1263.14	c #Conflicts:     680000 | #Constraints:      26138
1255.93/1263.14	WSVECS04 Frhs2[67]: 6 0 4.33954 shouldn't be
1255.93/1263.14	WSVECS04 Frhs2[83]: 6 0 5.42714 shouldn't be
1255.93/1263.14	WSVECS04 Frhs2[114]: 6 0 0.35041 shouldn't be
1255.93/1263.14	WSVECS04 Frhs2[297]: 6 0 3.12597 shouldn't be
1255.93/1263.14	WSVECS04 Frhs2[307]: 6 0 1 shouldn't be
1255.93/1263.14	WSVECS04 Frhs2[337]: 6 0 1 shouldn't be
1255.93/1263.14	WSVECS04 Frhs2[342]: 6 0 1 shouldn't be
1255.93/1263.14	WSVECS04 Frhs2[352]: 6 0 1 shouldn't be
1255.93/1263.14	WSVECS04 Frhs2[357]: 6 0 1 shouldn't be
1255.93/1263.14	WSVECS04 Frhs2[362]: 6 0 66332.2 shouldn't be
1255.93/1263.14	WSVECS04 Frhs2[364]: 6 0 0.811051 shouldn't be
1255.93/1263.14	WSVECS04 Frhs2[372]: 6 0 1 shouldn't be
1255.93/1263.14	WSVECS04 Frhs2[382]: 6 0 1 shouldn't be
1255.93/1263.14	WSVECS04 Frhs2[397]: 6 0 1 shouldn't be
1255.93/1263.14	WSVECS04 Frhs2[412]: 6 0 2.19777 shouldn't be
1255.93/1263.14	WSVECS04 Frhs2[426]: 6 0 3.19777 shouldn't be
1255.93/1263.14	WSVECS04 Frhs2[441]: 6 0 0.604467 shouldn't be
1255.93/1263.14	WSVECS04 Frhs2[471]: 6 0 2 shouldn't be
1255.93/1263.14	WSVECS04 Frhs2[589]: 6 -4149.64 0 shouldn't be
1427.07/1434.98	c #Conflicts:     681000 | #Constraints:      27138
1427.07/1434.98	c #Conflicts:     682000 | #Constraints:      28138
1427.07/1434.98	c #Conflicts:     683000 | #Constraints:      29138
1427.07/1434.98	c #Conflicts:     684000 | #Constraints:      30138
1427.07/1434.98	c #Conflicts:     685000 | #Constraints:      31138
1427.07/1434.98	c #Conflicts:     686000 | #Constraints:      32138
1427.07/1434.98	c #Conflicts:     687000 | #Constraints:      33138
1427.07/1434.98	c #Conflicts:     688000 | #Constraints:      34138
1427.07/1434.98	c INPROCESSING
1427.07/1434.98	c GARBAGE COLLECT
1427.07/1434.98	c #Conflicts:     689000 | #Constraints:      18729
1427.07/1434.98	c #Conflicts:     690000 | #Constraints:      19729
1427.07/1434.98	c #Conflicts:     691000 | #Constraints:      20729
1427.07/1434.98	c #Conflicts:     692000 | #Constraints:      21729
1427.07/1434.98	c #Conflicts:     693000 | #Constraints:      22729
1427.07/1434.98	c #Conflicts:     694000 | #Constraints:      23729
1427.07/1434.98	c #Conflicts:     695000 | #Constraints:      24729
1427.07/1434.98	c #Conflicts:     696000 | #Constraints:      25729
1427.07/1434.98	c #Conflicts:     697000 | #Constraints:      26729
1427.07/1434.98	c #Conflicts:     698000 | #Constraints:      27729
1427.07/1434.98	c #Conflicts:     699000 | #Constraints:      28730
1427.07/1434.98	c #Conflicts:     700000 | #Constraints:      29730
1427.07/1434.98	c #Conflicts:     701000 | #Constraints:      30730
1427.07/1434.98	c #Conflicts:     702000 | #Constraints:      31730
1427.07/1434.98	c #Conflicts:     703000 | #Constraints:      32730
1427.07/1434.98	c #Conflicts:     704000 | #Constraints:      33730
1427.07/1434.98	c #Conflicts:     705000 | #Constraints:      34730
1427.07/1434.98	c INPROCESSING
1427.07/1434.98	c GARBAGE COLLECT
1427.07/1434.98	c #Conflicts:     706000 | #Constraints:      19138
1427.07/1434.98	c #Conflicts:     707000 | #Constraints:      20139
1427.07/1434.98	c #Conflicts:     708000 | #Constraints:      21139
1427.07/1434.98	c #Conflicts:     709000 | #Constraints:      22139
1427.07/1434.98	c #Conflicts:     710000 | #Constraints:      23139
1427.07/1434.98	c #Conflicts:     711000 | #Constraints:      24139
1427.07/1434.98	c #Conflicts:     712000 | #Constraints:      25139
1427.07/1434.98	c #Conflicts:     713000 | #Constraints:      26139
1427.07/1434.98	c #Conflicts:     714000 | #Constraints:      27139
1427.07/1434.98	c #Conflicts:     715000 | #Constraints:      28139
1427.07/1434.98	c #Conflicts:     716000 | #Constraints:      29139
1427.07/1434.98	c #Conflicts:     717000 | #Constraints:      30139
1427.07/1434.98	c #Conflicts:     718000 | #Constraints:      31139
1427.07/1434.98	c #Conflicts:     719000 | #Constraints:      32140
1427.07/1434.98	c #Conflicts:     720000 | #Constraints:      33140
1427.07/1434.98	c #Conflicts:     721000 | #Constraints:      34140
1427.07/1434.98	c #Conflicts:     722000 | #Constraints:      35140
1427.07/1434.98	c INPROCESSING
1427.07/1434.98	c GARBAGE COLLECT
1427.07/1434.98	c #Conflicts:     723000 | #Constraints:      19349
1427.07/1434.98	c #Conflicts:     724000 | #Constraints:      20349
1427.07/1434.98	c #Conflicts:     725000 | #Constraints:      21349
1427.07/1434.98	c #Conflicts:     726000 | #Constraints:      22349
1427.07/1434.98	c #Conflicts:     727000 | #Constraints:      23349
1427.07/1434.98	c #Conflicts:     728000 | #Constraints:      24349
1427.07/1434.98	c #Conflicts:     729000 | #Constraints:      25349
1427.07/1434.98	c #Conflicts:     730000 | #Constraints:      26350
1427.07/1434.98	c #Conflicts:     731000 | #Constraints:      27350
1427.07/1434.98	c #Conflicts:     732000 | #Constraints:      28350
1427.07/1434.98	c #Conflicts:     733000 | #Constraints:      29350
1427.07/1434.98	c #Conflicts:     734000 | #Constraints:      30350
1427.07/1434.98	c #Conflicts:     735000 | #Constraints:      31350
1427.07/1434.98	c #Conflicts:     736000 | #Constraints:      32350
1427.07/1434.98	c #Conflicts:     737000 | #Constraints:      33350
1427.07/1434.98	WSVECS04 Frhs2[9]: 6 -1.00009 0 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[66]: 6 0 4.8296 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[121]: 6 -2.04316 0 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[128]: 6 -4.00004 0 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[169]: 6 -2.34476 0 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[175]: 6 -12.0001 0 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[176]: 6 -1.06547e+06 0 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[297]: 6 0 4.12349 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[308]: 6 0 1.00007 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[309]: 6 0 2.53094 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[312]: 6 0 1.00005 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[320]: 6 0 11.5779 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[324]: 6 0 2.00007 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[338]: 6 0 3.00008 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[342]: 6 0 1.00002 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[350]: 6 0 22.3241 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[353]: 6 0 3.00004 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[357]: 6 0 1.00002 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[364]: 6 0 21.324 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[368]: 6 0 3.00008 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[372]: 6 0 1.00002 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[383]: 6 0 2.73559 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[384]: 6 0 2.00003 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[387]: 6 0 1.00009 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[398]: 6 0 3.00008 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[399]: 6 0 2.00006 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[402]: 6 0 1.00006 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[410]: 6 0 257.099 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[414]: 6 0 2.00008 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[423]: 6 -1.00008 0 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[428]: 6 0 3.00004 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[432]: 6 0 1.00007 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[437]: 6 -1.00007 0 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[443]: 6 0 3.00005 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[447]: 6 0 1.00002 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[455]: 6 0 1.00005 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[458]: 6 0 3.00008 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[467]: 6 -1.00003 0 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[474]: 6 0 2.00009 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[488]: 6 0 3.00002 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[510]: 6 -1.70472e+07 0 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[515]: 6 0 33290.7 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[524]: 6 -1.70472e+07 0 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[640]: 6 -266364 0 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[717]: 6 -1.06545e+06 0 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[744]: 6 0 133177 shouldn't be
1427.07/1434.98	WSVECS04 Frhs2[749]: 6 -4.2618e+06 0 shouldn't be
1576.74/1585.24	c #Conflicts:     738000 | #Constraints:      34350
1576.74/1585.24	c #Conflicts:     739000 | #Constraints:      35350
1576.74/1585.24	c INPROCESSING
1576.74/1585.24	c GARBAGE COLLECT
1576.74/1585.24	c #Conflicts:     740000 | #Constraints:      19341
1576.74/1585.24	c #Conflicts:     741000 | #Constraints:      20341
1576.74/1585.24	c #Conflicts:     742000 | #Constraints:      21341
1576.74/1585.24	c #Conflicts:     743000 | #Constraints:      22341
1576.74/1585.24	c #Conflicts:     744000 | #Constraints:      23341
1576.74/1585.24	c #Conflicts:     745000 | #Constraints:      24341
1576.74/1585.24	c #Conflicts:     746000 | #Constraints:      25341
1576.74/1585.24	c #Conflicts:     747000 | #Constraints:      26341
1576.74/1585.24	c #Conflicts:     748000 | #Constraints:      27341
1576.74/1585.24	c #Conflicts:     749000 | #Constraints:      28341
1576.74/1585.24	c #Conflicts:     750000 | #Constraints:      29341
1576.74/1585.24	c #Conflicts:     751000 | #Constraints:      30341
1576.74/1585.24	c #Conflicts:     752000 | #Constraints:      31341
1576.74/1585.24	c #Conflicts:     753000 | #Constraints:      32341
1576.74/1585.24	c #Conflicts:     754000 | #Constraints:      33341
1576.74/1585.24	c #Conflicts:     755000 | #Constraints:      34342
1576.74/1585.24	c #Conflicts:     756000 | #Constraints:      35342
1576.74/1585.24	c INPROCESSING
1576.74/1585.24	c GARBAGE COLLECT
1576.74/1585.24	c #Conflicts:     757000 | #Constraints:      19128
1576.74/1585.24	c #Conflicts:     758000 | #Constraints:      20128
1576.74/1585.24	c #Conflicts:     759000 | #Constraints:      21128
1576.74/1585.24	c #Conflicts:     760000 | #Constraints:      22128
1576.74/1585.24	c #Conflicts:     761000 | #Constraints:      23128
1576.74/1585.24	c #Conflicts:     762000 | #Constraints:      24128
1576.74/1585.24	c #Conflicts:     763000 | #Constraints:      25128
1576.74/1585.24	c #Conflicts:     764000 | #Constraints:      26129
1576.74/1585.24	c #Conflicts:     765000 | #Constraints:      27129
1576.74/1585.24	c #Conflicts:     766000 | #Constraints:      28129
1576.74/1585.24	c #Conflicts:     767000 | #Constraints:      29129
1576.74/1585.24	c #Conflicts:     768000 | #Constraints:      30129
1576.74/1585.24	c #Conflicts:     769000 | #Constraints:      31129
1576.74/1585.24	c #Conflicts:     770000 | #Constraints:      32129
1576.74/1585.24	c #Conflicts:     771000 | #Constraints:      33129
1576.74/1585.24	c #Conflicts:     772000 | #Constraints:      34129
1576.74/1585.24	c #Conflicts:     773000 | #Constraints:      35129
1576.74/1585.24	c #Conflicts:     774000 | #Constraints:      36129
1576.74/1585.24	c INPROCESSING
1576.74/1585.24	c GARBAGE COLLECT
1576.74/1585.24	c #Conflicts:     775000 | #Constraints:      19733
1576.74/1585.24	c #Conflicts:     776000 | #Constraints:      20733
1576.74/1585.24	c #Conflicts:     777000 | #Constraints:      21733
1576.74/1585.24	c #Conflicts:     778000 | #Constraints:      22733
1576.74/1585.24	c #Conflicts:     779000 | #Constraints:      23734
1576.74/1585.24	c #Conflicts:     780000 | #Constraints:      24734
1576.74/1585.24	c #Conflicts:     781000 | #Constraints:      25734
1576.74/1585.24	WSVECS04 Frhs2[20]: 6 -9.17728 0 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[293]: 6 0 0.957837 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[296]: 6 0 0.845896 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[307]: 6 0 1.95779 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[308]: 6 0 1.00002 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[311]: 6 0 1.00004 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[322]: 6 0 2.00006 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[323]: 6 0 1.00004 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[337]: 6 0 2.00006 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[338]: 6 0 1.00008 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[352]: 6 0 2.00008 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[353]: 6 0 1.00007 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[367]: 6 0 2.00008 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[368]: 6 0 1.00002 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[382]: 6 0 2.00002 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[398]: 6 0 1.00003 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[401]: 6 0 0.0714988 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[416]: 6 0 1.00007 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[427]: 6 0 2.00008 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[428]: 6 0 1.00002 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[439]: 6 0 1.00004 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[443]: 6 0 5.69655 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[446]: 6 0 1.00003 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[457]: 6 0 6.69652 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[472]: 6 0 2.00005 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[473]: 6 0 1.00007 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[487]: 6 0 2.00009 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[488]: 6 0 1.00005 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[502]: 6 0 2.00003 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[592]: 6 -1.00002 0 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[607]: 6 -1.00001 0 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[636]: 6 -40349 0 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[652]: 6 -1.00002 0 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[669]: 6 -1.00007 0 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[683]: 6 -161389 0 shouldn't be
1576.74/1585.24	WSVECS04 Frhs2[836]: 6 -655.908 0 shouldn't be
1576.84/1585.37	WSVECS04 Frhs2[148]: 6 -1.3276 0 shouldn't be
1576.84/1585.37	WSVECS04 Frhs2[274]: 6 0 0.908341 shouldn't be
1576.84/1585.37	WSVECS04 Frhs2[277]: 6 0 37.2665 shouldn't be
1576.84/1585.37	WSVECS04 Frhs2[326]: 6 0 1.7647 shouldn't be
1576.84/1585.37	WSVECS04 Frhs2[383]: 6 0 1.00003 shouldn't be
1576.84/1585.37	WSVECS04 Frhs2[397]: 6 0 2.0001 shouldn't be
1576.84/1585.37	WSVECS04 Frhs2[410]: 6 0 1.7501 shouldn't be
1576.84/1585.37	WSVECS04 Frhs2[412]: 6 0 2.00008 shouldn't be
1576.84/1585.37	WSVECS04 Frhs2[413]: 6 0 1.00007 shouldn't be
1576.84/1585.37	WSVECS04 Frhs2[424]: 6 0 627.152 shouldn't be
1576.84/1585.37	WSVECS04 Frhs2[442]: 6 0 2.00002 shouldn't be
1576.84/1585.37	WSVECS04 Frhs2[463]: 6 -3.00002 0 shouldn't be
1576.84/1585.37	WSVECS04 Frhs2[543]: 6 -1.00007 0 shouldn't be
1576.84/1585.37	WSVECS04 Frhs2[576]: 6 -1.00001 0 shouldn't be
1576.84/1585.37	WSVECS04 Frhs2[622]: 6 -1.00002 0 shouldn't be
1576.84/1585.37	WSVECS04 Frhs2[623]: 6 -1.00005 0 shouldn't be
1576.84/1585.37	WSVECS04 Frhs2[624]: 6 -1.00009 0 shouldn't be
1576.84/1585.37	WSVECS04 Frhs2[625]: 6 0 17.8918 shouldn't be
1576.84/1585.37	WSVECS04 Frhs2[638]: 6 -1.00006 0 shouldn't be
1576.84/1585.37	WSVECS04 Frhs2[657]: 6 0 77.1835 shouldn't be
1576.84/1585.37	WSVECS04 Frhs2[668]: 6 -1.00008 0 shouldn't be
1702.23/1711.29	c #Conflicts:     782000 | #Constraints:      26735
1702.23/1711.29	c #Conflicts:     783000 | #Constraints:      27735
1702.23/1711.29	c #Conflicts:     784000 | #Constraints:      28735
1702.23/1711.29	c #Conflicts:     785000 | #Constraints:      29735
1702.23/1711.29	c #Conflicts:     786000 | #Constraints:      30735
1702.23/1711.29	c #Conflicts:     787000 | #Constraints:      31735
1702.23/1711.29	c #Conflicts:     788000 | #Constraints:      32735
1702.23/1711.29	c #Conflicts:     789000 | #Constraints:      33735
1702.23/1711.29	c #Conflicts:     790000 | #Constraints:      34735
1702.23/1711.29	c #Conflicts:     791000 | #Constraints:      35735
1702.23/1711.29	c #Conflicts:     792000 | #Constraints:      36735
1702.23/1711.29	c INPROCESSING
1702.23/1711.29	c GARBAGE COLLECT
1702.23/1711.29	c #Conflicts:     793000 | #Constraints:      20128
1702.23/1711.29	c #Conflicts:     794000 | #Constraints:      21128
1702.23/1711.29	c #Conflicts:     795000 | #Constraints:      22128
1702.23/1711.29	c #Conflicts:     796000 | #Constraints:      23128
1702.23/1711.29	c #Conflicts:     797000 | #Constraints:      24128
1702.23/1711.29	c #Conflicts:     798000 | #Constraints:      25128
1702.23/1711.29	c #Conflicts:     799000 | #Constraints:      26128
1702.23/1711.29	c #Conflicts:     800000 | #Constraints:      27128
1702.23/1711.29	c #Conflicts:     801000 | #Constraints:      28128
1702.23/1711.29	c #Conflicts:     802000 | #Constraints:      29128
1702.23/1711.29	c #Conflicts:     803000 | #Constraints:      30128
1702.23/1711.29	c #Conflicts:     804000 | #Constraints:      31128
1702.23/1711.29	c #Conflicts:     805000 | #Constraints:      32128
1702.23/1711.29	c #Conflicts:     806000 | #Constraints:      33128
1702.23/1711.29	c #Conflicts:     807000 | #Constraints:      34128
1702.23/1711.29	c #Conflicts:     808000 | #Constraints:      35128
1702.23/1711.29	c #Conflicts:     809000 | #Constraints:      36128
1702.23/1711.29	c #Conflicts:     810000 | #Constraints:      37129
1702.23/1711.29	c INPROCESSING
1702.23/1711.29	c GARBAGE COLLECT
1702.23/1711.29	c #Conflicts:     811000 | #Constraints:      20331
1702.23/1711.29	c #Conflicts:     812000 | #Constraints:      21331
1702.23/1711.29	c #Conflicts:     813000 | #Constraints:      22331
1702.23/1711.29	c #Conflicts:     814000 | #Constraints:      23331
1702.23/1711.29	c #Conflicts:     815000 | #Constraints:      24331
1702.23/1711.29	c #Conflicts:     816000 | #Constraints:      25331
1702.23/1711.29	c #Conflicts:     817000 | #Constraints:      26331
1702.23/1711.29	WSVECS04 Frhs2[12]: 6 -1.87435 0 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[23]: 6 -4.57541 0 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[151]: 6 -0.898226 0 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[277]: 6 0 74.0144 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[460]: 6 0 1.00003 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[475]: 6 0 4.00002 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[478]: 6 -1.00005 0 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[491]: 6 -1.00009 0 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[493]: 6 -1.00005 0 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[558]: 6 -1.00001 0 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[559]: 6 -1.00006 0 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[573]: 6 -1.00003 0 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[574]: 6 -1.00004 0 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[575]: 6 -1.00005 0 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[588]: 6 -2.01566 0 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[590]: 6 -1.00009 0 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[591]: 6 -1.00008 0 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[606]: 6 -1.00004 0 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[607]: 6 -1.00006 0 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[622]: 6 -1.00009 0 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[623]: 6 -1.00001 0 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[638]: 6 -1.00001 0 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[652]: 6 -1.25007 0 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[656]: 6 -1.00006 0 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[671]: 6 -1.00003 0 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[704]: 6 -1.00007 0 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[716]: 6 -1.00008 0 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[719]: 6 -1.00008 0 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[734]: 6 -1.00004 0 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[748]: 6 -1.00006 0 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[763]: 6 -1.00002 0 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[805]: 6 0 766 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[811]: 6 0 49087 shouldn't be
1702.23/1711.29	WSVECS04 Frhs2[841]: 6 -14673.5 0 shouldn't be
1754.31/1763.54	c #Conflicts:     818000 | #Constraints:      27331
1754.31/1763.54	c #Conflicts:     819000 | #Constraints:      28331
1754.31/1763.54	c #Conflicts:     820000 | #Constraints:      29331
1754.31/1763.54	c #Conflicts:     821000 | #Constraints:      30331
1754.31/1763.54	c #Conflicts:     822000 | #Constraints:      31331
1754.31/1763.54	c #Conflicts:     823000 | #Constraints:      32331
1754.31/1763.54	c #Conflicts:     824000 | #Constraints:      33331
1754.31/1763.54	c #Conflicts:     825000 | #Constraints:      34331
1754.31/1763.54	c #Conflicts:     826000 | #Constraints:      35331
1754.31/1763.54	c #Conflicts:     827000 | #Constraints:      36331
1754.31/1763.54	c #Conflicts:     828000 | #Constraints:      37331
1754.31/1763.54	c INPROCESSING
1754.31/1763.54	c GARBAGE COLLECT
1754.31/1763.54	WSVECS04 Frhs2[1]: 6 0 0.330125 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[5]: 6 0 2.31413 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[13]: 6 -31.4325 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[16]: 6 -35.9075 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[25]: 6 -25.411 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[27]: 6 -21.5169 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[32]: 6 0 34.6091 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[34]: 6 -1.89725 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[36]: 6 -2.3181 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[37]: 6 -2.20187 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[40]: 6 -2.24743 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[41]: 6 -1.49472 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[43]: 6 -2.00579 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[46]: 6 0 22.9572 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[47]: 6 0 22.704 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[62]: 6 0 1.84233 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[64]: 6 0 0.463076 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[80]: 6 0 0.472639 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[81]: 6 -1.00006 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[96]: 6 0 0.596895 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[111]: 6 0 1.04327 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[135]: 6 0 2.01804 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[208]: 6 0 27.1339 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[224]: 6 0 33.7014 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[233]: 6 -2.1263 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[235]: 6 -2.32583 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[240]: 6 0 19.9979 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[271]: 6 0 11.1663 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[281]: 6 -2.65161 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[338]: 6 -1.10606 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[387]: 6 -1.99108 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[419]: 6 0 1.00002 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[481]: 6 0 2.12788 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[495]: 6 0 5.33998 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[524]: 6 0 1.00003 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[525]: 6 0 1.54223 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[531]: 6 -0.0186959 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[532]: 6 0 0.318122 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[533]: 6 0 0.201864 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[535]: 6 -0.322997 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[536]: 6 0 0.247339 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[539]: 6 0 0.00497438 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[545]: 6 -1.8972 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[548]: 6 -0.565691 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[550]: 6 -0.368143 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[551]: 6 -1.89321 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[555]: 6 0 0.00992816 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[577]: 6 -0.00015794 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[636]: 6 -1.00003 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[640]: 6 -1.00009 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[651]: 6 -0.00227979 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[688]: 6 -1.00001 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[702]: 6 0 12.5691 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[703]: 6 -1.00007 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[714]: 6 -0.500013 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[715]: 6 -0.0353579 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[718]: 6 0 13.5422 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[736]: 6 0 6.33644 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[762]: 6 -1.00008 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[768]: 6 0 43.3643 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[785]: 6 -2.00007 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[787]: 6 -1.00005 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[788]: 6 -1.00003 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[789]: 6 -1.00003 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[790]: 6 -1.00005 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[791]: 6 -1.00002 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[797]: 6 -1.00017 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[813]: 6 0 28.3215 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[814]: 6 0 0.303629 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[815]: 6 0 66.501 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[841]: 6 -0.750084 0 shouldn't be
1754.31/1763.54	WSVECS04 Frhs2[847]: 6 0 52.7199 shouldn't be
1754.61/1763.81	WSVECS04 Frhs2[593]: 6 0 3.77694e-07 shouldn't be
1771.27/1780.59	c #Conflicts:     829000 | #Constraints:      20326
1771.27/1780.59	c #Conflicts:     830000 | #Constraints:      21327
1771.27/1780.59	c #Conflicts:     831000 | #Constraints:      22327
1771.27/1780.59	c #Conflicts:     832000 | #Constraints:      23327
1771.27/1780.59	c #Conflicts:     833000 | #Constraints:      24327
1771.27/1780.59	c #Conflicts:     834000 | #Constraints:      25327
1771.27/1780.59	c #Conflicts:     835000 | #Constraints:      26327
1771.27/1780.59	WSVECS04 Frhs2[230]: 6 0 1.38412 shouldn't be
1771.27/1780.59	WSVECS04 Frhs2[231]: 6 0 5.26819 shouldn't be
1771.27/1780.59	WSVECS04 Frhs2[297]: 6 0 1.9807 shouldn't be
1771.27/1780.59	WSVECS04 Frhs2[312]: 6 0 1.00009 shouldn't be
1771.27/1780.59	WSVECS04 Frhs2[315]: 6 0 1.00005 shouldn't be
1771.27/1780.59	WSVECS04 Frhs2[327]: 6 0 1.00007 shouldn't be
1771.27/1780.59	WSVECS04 Frhs2[342]: 6 0 1.00002 shouldn't be
1771.27/1780.59	WSVECS04 Frhs2[357]: 6 0 1.00007 shouldn't be
1771.27/1780.59	WSVECS04 Frhs2[372]: 6 0 1.00004 shouldn't be
1771.27/1780.59	WSVECS04 Frhs2[402]: 6 0 1.00008 shouldn't be
1771.27/1780.59	WSVECS04 Frhs2[417]: 6 0 1.00009 shouldn't be
1771.27/1780.59	WSVECS04 Frhs2[432]: 6 0 1.00006 shouldn't be
1771.27/1780.59	WSVECS04 Frhs2[447]: 6 0 1.00007 shouldn't be
1771.27/1780.59	WSVECS04 Frhs2[470]: 6 0 2.00002 shouldn't be
1771.27/1780.59	WSVECS04 Frhs2[471]: 6 0 1.00005 shouldn't be
1771.27/1780.59	WSVECS04 Frhs2[604]: 6 -4128.38 0 shouldn't be
1771.27/1780.59	WSVECS04 Frhs2[624]: 6 -1.00008 0 shouldn't be
1771.27/1780.59	WSVECS04 Frhs2[639]: 6 -1.00009 0 shouldn't be
1771.27/1780.59	WSVECS04 Frhs2[652]: 6 -33003.8 0 shouldn't be
1771.27/1780.59	WSVECS04 Frhs2[691]: 6 0 512.641 shouldn't be
1771.27/1780.59	WSVECS04 Frhs2[715]: 6 -1.00007 0 shouldn't be
1771.27/1780.59	WSVECS04 Frhs2[732]: 6 -1.00006 0 shouldn't be
1771.27/1780.59	WSVECS04 Frhs2[748]: 6 -1.00001 0 shouldn't be
1833.54/1843.07	c #Conflicts:     836000 | #Constraints:      27328
1833.54/1843.07	c #Conflicts:     837000 | #Constraints:      28328
1833.54/1843.07	c #Conflicts:     838000 | #Constraints:      29328
1833.54/1843.07	c #Conflicts:     839000 | #Constraints:      30328
1833.54/1843.07	c #Conflicts:     840000 | #Constraints:      31328
1833.54/1843.07	c #Conflicts:     841000 | #Constraints:      32328
1833.54/1843.07	c #Conflicts:     842000 | #Constraints:      33328
1833.54/1843.07	c #Conflicts:     843000 | #Constraints:      34328
1833.54/1843.07	c #Conflicts:     844000 | #Constraints:      35328
1833.54/1843.07	c #Conflicts:     845000 | #Constraints:      36328
1833.54/1843.07	c #Conflicts:     846000 | #Constraints:      37328
1833.54/1843.07	c INPROCESSING
1833.54/1843.07	c GARBAGE COLLECT
1833.54/1843.07	c #Conflicts:     847000 | #Constraints:      20125
1833.54/1843.07	c #Conflicts:     848000 | #Constraints:      21125
1833.54/1843.07	c #Conflicts:     849000 | #Constraints:      22126
1833.54/1843.07	c #Conflicts:     850000 | #Constraints:      23126
1833.54/1843.07	c #Conflicts:     851000 | #Constraints:      24126
1833.54/1843.07	c #Conflicts:     852000 | #Constraints:      25126
1833.54/1843.07	WSVECS04 Frhs2[25]: 6 -2.95094 0 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[95]: 6 0 29.1581 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[127]: 6 -1.04784e+06 0 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[169]: 6 0 10.5791 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[215]: 6 0 21.1581 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[293]: 6 0 0.920936 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[295]: 6 0 0.68753 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[308]: 6 0 1.00002 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[312]: 6 0 1.00008 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[320]: 6 0 1.0001 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[323]: 6 0 1.00009 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[325]: 6 0 1.00002 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[327]: 6 0 2.00002 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[338]: 6 0 1.00003 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[340]: 6 0 1.00005 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[353]: 6 0 1.00009 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[357]: 6 0 32747 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[368]: 6 0 1.00007 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[370]: 6 0 1.00004 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[383]: 6 0 1.00008 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[385]: 6 0 2.75002 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[398]: 6 0 1.00006 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[411]: 6 0 1.00009 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[415]: 6 0 1.00004 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[428]: 6 0 1.00006 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[430]: 6 0 1.00004 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[542]: 6 -1.00008 0 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[543]: 6 -32754 0 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[572]: 6 -1.00009 0 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[587]: 6 -1.00008 0 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[602]: 6 -1.00008 0 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[610]: 6 -1.00003 0 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[622]: 6 -1.00009 0 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[623]: 6 -1.00005 0 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[639]: 6 -1.00002 0 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[682]: 6 -1.00005 0 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[707]: 6 -1.00005 0 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[712]: 6 -1.00002 0 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[722]: 6 -1.00005 0 shouldn't be
1833.54/1843.07	WSVECS04 Frhs2[727]: 6 -1.00009 0 shouldn't be
1928.63/1938.57	c #Conflicts:     853000 | #Constraints:      26126
1928.63/1938.57	c #Conflicts:     854000 | #Constraints:      27126
1928.63/1938.57	c #Conflicts:     855000 | #Constraints:      28126
1928.63/1938.57	c #Conflicts:     856000 | #Constraints:      29126
1928.63/1938.57	c #Conflicts:     857000 | #Constraints:      30126
1928.63/1938.57	c #Conflicts:     858000 | #Constraints:      31126
1928.63/1938.57	c #Conflicts:     859000 | #Constraints:      32126
1928.63/1938.57	c #Conflicts:     860000 | #Constraints:      33126
1928.63/1938.57	c #Conflicts:     861000 | #Constraints:      34126
1928.63/1938.57	c #Conflicts:     862000 | #Constraints:      35126
1928.63/1938.57	c #Conflicts:     863000 | #Constraints:      36126
1928.63/1938.57	c #Conflicts:     864000 | #Constraints:      37126
1928.63/1938.57	c #Conflicts:     865000 | #Constraints:      38127
1928.63/1938.57	c INPROCESSING
1928.63/1938.57	c GARBAGE COLLECT
1928.63/1938.57	c #Conflicts:     866000 | #Constraints:      20735
1928.63/1938.57	c #Conflicts:     867000 | #Constraints:      21735
1928.63/1938.57	c #Conflicts:     868000 | #Constraints:      22735
1928.63/1938.57	c #Conflicts:     869000 | #Constraints:      23735
1928.63/1938.57	c #Conflicts:     870000 | #Constraints:      24735
1928.63/1938.57	c #Conflicts:     871000 | #Constraints:      25735
1928.63/1938.57	c #Conflicts:     872000 | #Constraints:      26735
1928.63/1938.57	c #Conflicts:     873000 | #Constraints:      27736
1928.63/1938.57	c #Conflicts:     874000 | #Constraints:      28736
1928.63/1938.57	c #Conflicts:     875000 | #Constraints:      29736
1928.63/1938.57	c #Conflicts:     876000 | #Constraints:      30736
1928.63/1938.57	c #Conflicts:     877000 | #Constraints:      31736
1928.63/1938.57	c #Conflicts:     878000 | #Constraints:      32736
1928.63/1938.57	WSVECS04 Frhs2[8]: 6 -1.00003 0 shouldn't be
1928.63/1938.57	WSVECS04 Frhs2[25]: 6 -9.39279 0 shouldn't be
1928.63/1938.57	WSVECS04 Frhs2[153]: 6 -1.69445 0 shouldn't be
1928.63/1938.57	WSVECS04 Frhs2[297]: 6 0 2.1791 shouldn't be
1928.63/1938.57	WSVECS04 Frhs2[309]: 6 0 1.00005 shouldn't be
1928.63/1938.57	WSVECS04 Frhs2[312]: 6 0 1.00004 shouldn't be
1928.63/1938.57	WSVECS04 Frhs2[324]: 6 0 1.00007 shouldn't be
1928.63/1938.57	WSVECS04 Frhs2[327]: 6 0 1.00009 shouldn't be
1928.63/1938.57	WSVECS04 Frhs2[342]: 6 0 1.00007 shouldn't be
1928.63/1938.57	WSVECS04 Frhs2[354]: 6 0 1.00008 shouldn't be
1928.63/1938.57	WSVECS04 Frhs2[357]: 6 0 1.00007 shouldn't be
1928.63/1938.57	WSVECS04 Frhs2[376]: 6 0 66074.9 shouldn't be
1928.63/1938.57	WSVECS04 Frhs2[384]: 6 0 1.00006 shouldn't be
1928.63/1938.57	WSVECS04 Frhs2[399]: 6 0 1.00006 shouldn't be
1928.63/1938.57	WSVECS04 Frhs2[411]: 6 0 1.00004 shouldn't be
1928.63/1938.57	WSVECS04 Frhs2[414]: 6 0 1.00007 shouldn't be
1928.63/1938.57	WSVECS04 Frhs2[417]: 6 0 1.00009 shouldn't be
1928.63/1938.57	WSVECS04 Frhs2[426]: 6 0 1.00001 shouldn't be
1928.63/1938.57	WSVECS04 Frhs2[429]: 6 0 1.00006 shouldn't be
1928.63/1938.57	WSVECS04 Frhs2[441]: 6 0 1.00002 shouldn't be
1928.63/1938.57	WSVECS04 Frhs2[447]: 6 0 1.00008 shouldn't be
1928.63/1938.57	WSVECS04 Frhs2[456]: 6 0 1.75003 shouldn't be
1928.63/1938.57	WSVECS04 Frhs2[491]: 6 -528590 0 shouldn't be
1928.63/1938.57	WSVECS04 Frhs2[558]: 6 -1.00004 0 shouldn't be
1928.63/1938.57	WSVECS04 Frhs2[573]: 6 -2068.86 0 shouldn't be
1928.63/1938.57	WSVECS04 Frhs2[590]: 6 -1.00004 0 shouldn't be
1928.63/1938.57	WSVECS04 Frhs2[591]: 6 -1.00001 0 shouldn't be
1928.63/1938.57	WSVECS04 Frhs2[606]: 6 -1.00006 0 shouldn't be
1928.73/1938.69	WSVECS04 Frhs2[25]: 6 -9.39275 0 shouldn't be
1928.73/1938.69	WSVECS04 Frhs2[152]: 6 -1.90972 0 shouldn't be
1928.73/1938.69	WSVECS04 Frhs2[297]: 6 0 2.17905 shouldn't be
1928.73/1938.69	WSVECS04 Frhs2[309]: 6 0 1 shouldn't be
1928.73/1938.69	WSVECS04 Frhs2[312]: 6 0 1 shouldn't be
1928.73/1938.69	WSVECS04 Frhs2[324]: 6 0 1 shouldn't be
1928.73/1938.69	WSVECS04 Frhs2[327]: 6 0 1 shouldn't be
1928.73/1938.69	WSVECS04 Frhs2[339]: 6 0 1 shouldn't be
1928.73/1938.69	WSVECS04 Frhs2[342]: 6 0 1 shouldn't be
1928.73/1938.69	WSVECS04 Frhs2[357]: 6 0 1 shouldn't be
1928.73/1938.69	WSVECS04 Frhs2[369]: 6 0 1 shouldn't be
1928.73/1938.69	WSVECS04 Frhs2[376]: 6 0 66074.9 shouldn't be
1928.73/1938.69	WSVECS04 Frhs2[411]: 6 0 1 shouldn't be
1928.73/1938.69	WSVECS04 Frhs2[426]: 6 0 1 shouldn't be
1928.73/1938.69	WSVECS04 Frhs2[429]: 6 0 1 shouldn't be
1928.73/1938.69	WSVECS04 Frhs2[441]: 6 0 1 shouldn't be
1928.73/1938.69	WSVECS04 Frhs2[444]: 6 0 1 shouldn't be
1928.73/1938.69	WSVECS04 Frhs2[455]: 6 0 3.625 shouldn't be
1928.73/1938.69	WSVECS04 Frhs2[558]: 6 -1 0 shouldn't be
1928.73/1938.69	WSVECS04 Frhs2[589]: 6 -4133.73 0 shouldn't be
1928.73/1938.69	WSVECS04 Frhs2[621]: 6 -16521.9 0 shouldn't be
1959.43/1969.46	c #Conflicts:     879000 | #Constraints:      33737
1959.43/1969.46	c #Conflicts:     880000 | #Constraints:      34737
1959.43/1969.46	c #Conflicts:     881000 | #Constraints:      35737
1959.43/1969.46	c #Conflicts:     882000 | #Constraints:      36737
1959.43/1969.46	c #Conflicts:     883000 | #Constraints:      37737
1959.43/1969.46	c #Conflicts:     884000 | #Constraints:      38737
1959.43/1969.46	c INPROCESSING
1959.43/1969.46	c GARBAGE COLLECT
1959.43/1969.46	WSVECS04 Frhs2[10]: 6 -12.5125 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[11]: 6 -15.6154 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[13]: 6 -32.5568 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[14]: 6 -32.5568 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[26]: 6 -19.0953 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[30]: 6 -15.5445 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[32]: 6 0 66.1837 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[33]: 6 -3.00003 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[34]: 6 -3.00004 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[35]: 6 -3.00003 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[36]: 6 -3.00003 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[37]: 6 -2.99996 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[82]: 6 0 0.000153398 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[92]: 6 0 1.10126 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[103]: 6 0 0.00633868 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[107]: 6 0 0.100463 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[124]: 6 0 0.401764 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[127]: 6 0 6.47478 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[129]: 6 -0.99962 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[133]: 6 -0.993696 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[137]: 6 -1.64967 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[138]: 6 -0.799159 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[145]: 6 -0.999236 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[152]: 6 -1.89183 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[153]: 6 -1.29919 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[154]: 6 -0.59838 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[157]: 6 0 1.71379 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[160]: 6 0 4.19296 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[164]: 6 -1.8625 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[165]: 6 -1.72498 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[168]: 6 -1.7836 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[169]: 6 -0.598335 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[173]: 6 0 5.42749 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[175]: 6 0 6.49143 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[176]: 6 0 29.7865 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[177]: 6 -0.996946 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[178]: 6 -0.993775 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[179]: 6 -0.987535 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[180]: 6 -1.72491 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[181]: 6 -1.4498 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[183]: 6 -0.797623 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[184]: 6 -1.56711 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[185]: 6 -1.38414 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[188]: 6 0 5.42756 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[191]: 6 0 32.0778 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[192]: 6 0 80.9735 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[193]: 6 -0.99381 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[194]: 6 -0.987511 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[196]: 6 -1.44986 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[197]: 6 -0.899625 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[199]: 6 -1.09834 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[200]: 6 -1.13416 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[201]: 6 -0.768176 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[203]: 6 0 4.42752 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[217]: 6 0 0.463826 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[219]: 6 0 9.855 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[224]: 6 0 527.175 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[226]: 6 -1.44988 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[227]: 6 -0.899667 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[228]: 6 -0.799239 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[229]: 6 -0.598335 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[235]: 6 0 24.7099 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[239]: 6 0 494.835 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[242]: 6 -0.899618 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[244]: 6 -0.598336 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[251]: 6 0 50.4197 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[252]: 6 0 101.84 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[256]: 6 0 1733.16 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[263]: 6 0 5.4275 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[265]: 6 0 17.71 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[266]: 6 0 50.4198 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[267]: 6 0 101.84 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[268]: 6 0 204.679 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[271]: 6 0 1633.29 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[272]: 6 0 3279.7 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[279]: 6 0 11.855 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[280]: 6 0 24.7099 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[281]: 6 0 50.4198 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[282]: 6 0 101.84 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[283]: 6 0 204.679 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[284]: 6 0 410.358 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[288]: 6 0 6644.84 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[289]: 6 0 3.00008 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[304]: 6 0 2.32721 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[326]: 6 0 5.75596 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[329]: 6 0 14.976 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[362]: 6 0 21.3643 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[435]: 6 0 1.0001 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[436]: 6 -133.176 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[443]: 6 0 1.00007 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[477]: 6 0 5.00007 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[492]: 6 -1.00003 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[513]: 6 0 20.3847 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[540]: 6 -1.99956 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[559]: 6 -1.00006 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[560]: 6 -1.98442 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[576]: 6 -1.00003 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[592]: 6 -1.0001 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[620]: 6 -2.0001 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[624]: 6 -1.00005 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[631]: 6 -0.499891 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[639]: 6 -1.00009 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[687]: 6 -1.00003 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[688]: 6 -1.00007 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[703]: 6 -1.00008 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[704]: 6 -1.00008 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[707]: 6 -1.00007 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[720]: 6 -1.00006 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[735]: 6 -1.00002 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[768]: 6 0 45.2336 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[795]: 6 -0.999813 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[798]: 6 -0.998145 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[800]: 6 -0.992266 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[804]: 6 -0.875044 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[805]: 6 -0.750074 0 shouldn't be
1959.43/1969.46	WSVECS04 Frhs2[842]: 6 -215.434 0 shouldn't be
1959.53/1969.52	WSVECS04 Frhs2[85]: 6 0 0.000856655 shouldn't be
1959.53/1969.52	WSVECS04 Frhs2[206]: 6 -61.6433 0 shouldn't be
1959.53/1969.52	WSVECS04 Frhs2[575]: 6 -1.00009 0 shouldn't be
1959.53/1969.52	WSVECS04 Frhs2[607]: 6 -1.0001 0 shouldn't be
1959.53/1969.52	WSVECS04 Frhs2[672]: 6 -1.00007 0 shouldn't be
1959.53/1969.52	WSVECS04 Frhs2[719]: 6 -1.00001 0 shouldn't be
1959.53/1969.59	WSVECS04 Frhs2[187]: 6 0 1.21378 shouldn't be
1959.53/1969.59	WSVECS04 Frhs2[218]: 6 0 3.42756 shouldn't be
1959.53/1969.59	WSVECS04 Frhs2[245]: 6 -0.1966 0 shouldn't be
1959.53/1969.59	WSVECS04 Frhs2[544]: 6 -1.00009 0 shouldn't be
1959.53/1969.59	WSVECS04 Frhs2[717]: 6 -129.888 0 shouldn't be
1959.53/1969.59	WSVECS04 Frhs2[729]: 6 -0.500059 0 shouldn't be
1959.63/1969.67	WSVECS04 Frhs2[45]: 6 0 3.45615 shouldn't be
1959.63/1969.67	WSVECS04 Frhs2[120]: 6 0 0.525355 shouldn't be
1959.63/1969.67	WSVECS04 Frhs2[451]: 6 -7.24276 0 shouldn't be
1959.63/1969.67	WSVECS04 Frhs2[501]: 6 0 1.00002 shouldn't be
1959.63/1969.67	WSVECS04 Frhs2[732]: 6 -1.00005 0 shouldn't be
1959.63/1969.67	WSVECS04 Frhs2[761]: 6 0 6.00006 shouldn't be
1959.63/1969.67	WSVECS04 Frhs2[814]: 6 0 80.7665 shouldn't be
2160.22/2171.72	c #Conflicts:     885000 | #Constraints:      21138
2160.22/2171.72	c #Conflicts:     886000 | #Constraints:      22138
2160.22/2171.72	c #Conflicts:     887000 | #Constraints:      23138
2160.22/2171.72	c #Conflicts:     888000 | #Constraints:      24138
2160.22/2171.72	c #Conflicts:     889000 | #Constraints:      25138
2160.22/2171.72	c #Conflicts:     890000 | #Constraints:      26138
2160.22/2171.72	c #Conflicts:     891000 | #Constraints:      27138
2160.22/2171.72	c #Conflicts:     892000 | #Constraints:      28138
2160.22/2171.72	c #Conflicts:     893000 | #Constraints:      29138
2160.22/2171.72	c #Conflicts:     894000 | #Constraints:      30138
2160.22/2171.72	c #Conflicts:     895000 | #Constraints:      31138
2160.22/2171.72	c #Conflicts:     896000 | #Constraints:      32138
2160.22/2171.72	c #Conflicts:     897000 | #Constraints:      33138
2160.22/2171.72	c #Conflicts:     898000 | #Constraints:      34138
2160.22/2171.72	c #Conflicts:     899000 | #Constraints:      35138
2160.22/2171.72	c #Conflicts:     900000 | #Constraints:      36138
2160.22/2171.72	c #Conflicts:     901000 | #Constraints:      37138
2160.22/2171.72	c #Conflicts:     902000 | #Constraints:      38138
2160.22/2171.72	c #Conflicts:     903000 | #Constraints:      39138
2160.22/2171.72	c INPROCESSING
2160.22/2171.72	c GARBAGE COLLECT
2160.22/2171.72	c #Conflicts:     904000 | #Constraints:      21332
2160.22/2171.72	c #Conflicts:     905000 | #Constraints:      22332
2160.22/2171.72	c #Conflicts:     906000 | #Constraints:      23332
2160.22/2171.72	c #Conflicts:     907000 | #Constraints:      24332
2160.22/2171.72	c #Conflicts:     908000 | #Constraints:      25332
2160.22/2171.72	c #Conflicts:     909000 | #Constraints:      26332
2160.22/2171.72	c #Conflicts:     910000 | #Constraints:      27332
2160.22/2171.72	c #Conflicts:     911000 | #Constraints:      28332
2160.22/2171.72	c #Conflicts:     912000 | #Constraints:      29332
2160.22/2171.72	c #Conflicts:     913000 | #Constraints:      30332
2160.22/2171.72	c #Conflicts:     914000 | #Constraints:      31332
2160.22/2171.72	c #Conflicts:     915000 | #Constraints:      32332
2160.22/2171.72	c #Conflicts:     916000 | #Constraints:      33332
2160.22/2171.72	c #Conflicts:     917000 | #Constraints:      34332
2160.22/2171.72	c #Conflicts:     918000 | #Constraints:      35332
2160.22/2171.72	c #Conflicts:     919000 | #Constraints:      36332
2160.22/2171.72	c #Conflicts:     920000 | #Constraints:      37332
2160.22/2171.72	c #Conflicts:     921000 | #Constraints:      38332
2160.22/2171.72	c #Conflicts:     922000 | #Constraints:      39332
2160.22/2171.72	c INPROCESSING
2160.22/2171.72	c GARBAGE COLLECT
2160.22/2171.72	c #Conflicts:     923000 | #Constraints:      21326
2160.22/2171.72	c #Conflicts:     924000 | #Constraints:      22326
2160.22/2171.72	c #Conflicts:     925000 | #Constraints:      23326
2160.22/2171.72	c #Conflicts:     926000 | #Constraints:      24326
2160.22/2171.72	c #Conflicts:     927000 | #Constraints:      25326
2160.22/2171.72	c #Conflicts:     928000 | #Constraints:      26326
2160.22/2171.72	c #Conflicts:     929000 | #Constraints:      27326
2160.22/2171.72	c #Conflicts:     930000 | #Constraints:      28327
2160.22/2171.72	c #Conflicts:     931000 | #Constraints:      29327
2160.22/2171.72	c #Conflicts:     932000 | #Constraints:      30327
2160.22/2171.72	c #Conflicts:     933000 | #Constraints:      31327
2160.22/2171.72	c #Conflicts:     934000 | #Constraints:      32327
2160.22/2171.72	c #Conflicts:     935000 | #Constraints:      33327
2160.22/2171.72	c #Conflicts:     936000 | #Constraints:      34327
2160.22/2171.72	c #Conflicts:     937000 | #Constraints:      35327
2160.22/2171.72	c #Conflicts:     938000 | #Constraints:      36327
2160.22/2171.72	c #Conflicts:     939000 | #Constraints:      37327
2160.22/2171.72	c #Conflicts:     940000 | #Constraints:      38327
2160.22/2171.72	c #Conflicts:     941000 | #Constraints:      39327
2160.22/2171.72	c INPROCESSING
2160.22/2171.72	c GARBAGE COLLECT
2160.22/2171.72	c #Conflicts:     942000 | #Constraints:      21132
2160.22/2171.72	c #Conflicts:     943000 | #Constraints:      22132
2160.22/2171.72	c #Conflicts:     944000 | #Constraints:      23132
2160.22/2171.72	c #Conflicts:     945000 | #Constraints:      24132
2160.22/2171.72	WSVECS04 Frhs2[17]: 6 -20.2754 0 shouldn't be
2160.22/2171.72	WSVECS04 Frhs2[388]: 6 0 2 shouldn't be
2160.22/2171.72	WSVECS04 Frhs2[402]: 6 0 2.47188 shouldn't be
2160.22/2171.72	WSVECS04 Frhs2[416]: 6 0 1.47188 shouldn't be
2160.22/2171.72	WSVECS04 Frhs2[677]: 6 -1.97051 0 shouldn't be
2215.49/2227.25	c #Conflicts:     946000 | #Constraints:      25133
2215.49/2227.25	c #Conflicts:     947000 | #Constraints:      26133
2215.49/2227.25	c #Conflicts:     948000 | #Constraints:      27133
2215.49/2227.25	c #Conflicts:     949000 | #Constraints:      28133
2215.49/2227.25	c #Conflicts:     950000 | #Constraints:      29133
2215.49/2227.25	c #Conflicts:     951000 | #Constraints:      30133
2215.49/2227.25	c #Conflicts:     952000 | #Constraints:      31133
2215.49/2227.25	c #Conflicts:     953000 | #Constraints:      32133
2215.49/2227.25	c #Conflicts:     954000 | #Constraints:      33133
2215.49/2227.25	c #Conflicts:     955000 | #Constraints:      34133
2215.49/2227.25	c #Conflicts:     956000 | #Constraints:      35133
2215.49/2227.25	c #Conflicts:     957000 | #Constraints:      36133
2215.49/2227.25	c #Conflicts:     958000 | #Constraints:      37133
2215.49/2227.25	c #Conflicts:     959000 | #Constraints:      38133
2215.49/2227.25	c #Conflicts:     960000 | #Constraints:      39133
2215.49/2227.25	c #Conflicts:     961000 | #Constraints:      40133
2215.49/2227.25	c INPROCESSING
2215.49/2227.25	c GARBAGE COLLECT
2215.49/2227.25	WSVECS04 Frhs2[36]: 6 -3.69127 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[41]: 6 -3.90687 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[45]: 6 -4.08014 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[48]: 6 0 18.7799 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[83]: 6 0 0.999823 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[100]: 6 -2.12592 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[106]: 6 -2.54091 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[107]: 6 -2.08172 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[109]: 6 0 5.23931 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[116]: 6 -2.25176 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[121]: 6 -0.884639 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[122]: 6 -3.08171 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[123]: 6 -1.91345 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[164]: 6 -4.01371 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[169]: 6 -1.32679 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[170]: 6 -2.62223 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[171]: 6 -2.30686 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[218]: 6 -6.97731 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[219]: 6 -11.9546 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[223]: 6 -227.242 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[244]: 6 -1.32674 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[249]: 6 -11.4546 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[250]: 6 -21.9092 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[255]: 6 -722.162 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[257]: 6 -1.08173 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[260]: 6 -1.6535 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[265]: 6 -21.9092 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[266]: 6 -43.8184 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[267]: 6 -84.6367 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[271]: 6 -1332.19 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[281]: 6 -44.8184 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[282]: 6 -84.6367 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[283]: 6 -168.273 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[285]: 6 -670.093 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[287]: 6 -2626.17 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[290]: 6 0 2.19441 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[304]: 6 0 3.97684 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[320]: 6 0 1.15458 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[361]: 6 0 1.24344 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[362]: 6 0 18.9627 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[376]: 6 0 10.6752 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[393]: 6 0 1.00002 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[435]: 6 0 3.56558 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[436]: 6 0 3.06443 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[465]: 6 0 12.0791 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[468]: 6 0 3.84704 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[469]: 6 0 5.00006 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[482]: 6 0 3.8471 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[508]: 6 -1.00009 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[522]: 6 -1.00009 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[523]: 6 -1.00004 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[526]: 6 0 38.084 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[532]: 6 0 1.69118 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[541]: 6 0 2.05306 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[542]: 6 0 1.24336 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[548]: 6 0 3.38234 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[553]: 6 0 2.52012 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[555]: 6 0 5.18698 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[558]: 6 -6.59916 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[560]: 6 -1.00006 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[573]: 6 0 6.60186 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[576]: 6 -1.00008 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[605]: 6 -16.6303 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[620]: 6 0 5.56595 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[627]: 6 -2.25694 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[669]: 6 -7.56554 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[693]: 6 -1.9376 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[699]: 6 -1.00008 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[701]: 6 -5.13238 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[703]: 6 -1.00003 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[708]: 6 -1.00008 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[709]: 6 -1.87509 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[714]: 6 -0.250013 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[719]: 6 -1.00001 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[723]: 6 -1.00006 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[724]: 6 -1.00006 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[730]: 6 -1.00007 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[731]: 6 -1.00007 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[738]: 6 -1.00007 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[739]: 6 -1.00009 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[746]: 6 -1.00009 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[753]: 6 -1.00007 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[754]: 6 -1.00005 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[761]: 6 -1.00002 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[769]: 6 -1.00008 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[781]: 6 0 6.04969 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[784]: 6 -1.00007 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[792]: 6 -1.0001 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[793]: 6 -1.0001 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[794]: 6 -1.0001 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[795]: 6 -1.00008 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[796]: 6 -1.00698 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[797]: 6 -1.0001 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[798]: 6 -1.0139 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[799]: 6 -1.02771 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[800]: 6 -1.05539 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[801]: 6 -1.11072 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[802]: 6 -1.22144 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[803]: 6 -1.44285 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[804]: 6 -1.88574 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[809]: 6 -29.3415 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[810]: 6 -56.7196 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[811]: 6 -111.015 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[812]: 6 -225.601 0 shouldn't be
2215.49/2227.25	WSVECS04 Frhs2[815]: 6 -1812.82 0 shouldn't be
2215.59/2227.31	WSVECS04 Frhs2[5]: 6 -0.0723126 0 shouldn't be
2215.59/2227.31	WSVECS04 Frhs2[9]: 6 -0.983759 0 shouldn't be
2215.59/2227.31	WSVECS04 Frhs2[30]: 6 0 8.13105 shouldn't be
2215.59/2227.31	WSVECS04 Frhs2[57]: 6 0 4.13681 shouldn't be
2215.59/2227.31	WSVECS04 Frhs2[77]: 6 0 2.48631 shouldn't be
2215.59/2227.31	WSVECS04 Frhs2[111]: 6 -1.29128 0 shouldn't be
2215.59/2227.31	WSVECS04 Frhs2[113]: 6 0 6.56053 shouldn't be
2215.59/2227.31	WSVECS04 Frhs2[143]: 6 0 4.68013 shouldn't be
2215.59/2227.31	WSVECS04 Frhs2[175]: 6 -20.4455 0 shouldn't be
2215.59/2227.31	WSVECS04 Frhs2[212]: 6 -1.0817 0 shouldn't be
2215.59/2227.31	WSVECS04 Frhs2[328]: 6 0 5.0447 shouldn't be
2215.59/2227.31	WSVECS04 Frhs2[334]: 6 0 18.2621 shouldn't be
2215.59/2227.31	WSVECS04 Frhs2[335]: 6 0 13.2621 shouldn't be
2215.59/2227.31	WSVECS04 Frhs2[492]: 6 -2.00005 0 shouldn't be
2215.59/2227.31	WSVECS04 Frhs2[530]: 6 -2.00696 0 shouldn't be
2215.59/2227.31	WSVECS04 Frhs2[537]: 6 0 1.90516 shouldn't be
2215.59/2227.31	WSVECS04 Frhs2[538]: 6 0 1.71412 shouldn't be
2215.59/2227.31	WSVECS04 Frhs2[544]: 6 -1.0001 0 shouldn't be
2215.59/2227.31	WSVECS04 Frhs2[556]: 6 -4.05996 0 shouldn't be
2215.59/2227.31	WSVECS04 Frhs2[568]: 6 0 4.14023 shouldn't be
2215.59/2227.31	WSVECS04 Frhs2[592]: 6 -1.00007 0 shouldn't be
2215.59/2227.31	WSVECS04 Frhs2[624]: 6 -3.77143 0 shouldn't be
2215.59/2227.31	WSVECS04 Frhs2[637]: 6 -2.15751 0 shouldn't be
2215.59/2227.31	WSVECS04 Frhs2[654]: 6 0 9.78807 shouldn't be
2215.59/2227.31	WSVECS04 Frhs2[666]: 6 -0.0312712 0 shouldn't be
2215.59/2227.31	WSVECS04 Frhs2[688]: 6 -1.00008 0 shouldn't be
2215.59/2227.31	WSVECS04 Frhs2[751]: 6 -1.00005 0 shouldn't be
2243.97/2255.88	c #Conflicts:     962000 | #Constraints:      21729
2243.97/2255.88	c #Conflicts:     963000 | #Constraints:      22729
2243.97/2255.88	c #Conflicts:     964000 | #Constraints:      23730
2243.97/2255.88	c #Conflicts:     965000 | #Constraints:      24730
2243.97/2255.88	c #Conflicts:     966000 | #Constraints:      25730
2243.97/2255.88	c #Conflicts:     967000 | #Constraints:      26730
2243.97/2255.88	c #Conflicts:     968000 | #Constraints:      27730
2243.97/2255.88	c #Conflicts:     969000 | #Constraints:      28730
2243.97/2255.88	c #Conflicts:     970000 | #Constraints:      29730
2243.97/2255.88	c #Conflicts:     971000 | #Constraints:      30730
2243.97/2255.88	c #Conflicts:     972000 | #Constraints:      31730
2243.97/2255.88	WSVECS04 Frhs2[4]: 6 0 4065.46 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[21]: 6 0 7.23869 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[47]: 6 -3.5596 0 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[83]: 6 0 3 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[86]: 6 0 31.5039 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[98]: 6 -1.50048 0 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[114]: 6 -1.00097 0 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[134]: 6 0 6.15515 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[149]: 6 0 0.190394 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[291]: 6 -12.1346 0 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[292]: 6 0 15.2692 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[293]: 6 0 3.75638 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[298]: 6 0 251.426 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[305]: 6 0 11.7403 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[309]: 6 -34.0039 0 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[332]: 6 0 6.23897 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[347]: 6 0 33.5805 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[353]: 6 -129.043 0 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[367]: 6 0 2.89435 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[377]: 6 0 7.76516 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[382]: 6 0 6.2887 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[424]: 6 0 4.1875 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[467]: 6 0 15.7359 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[552]: 6 -33.9582 0 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[577]: 6 0 4065.46 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[593]: 6 -2.75024 0 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[597]: 6 0 31.2926 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[604]: 6 0 2032.53 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[613]: 6 0 66.4795 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[643]: 6 -1 0 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[704]: 6 0 6.86796 shouldn't be
2243.97/2255.88	WSVECS04 Frhs2[787]: 6 0 1.00933 shouldn't be
2333.60/2345.89	c #Conflicts:     973000 | #Constraints:      32730
2333.60/2345.89	c #Conflicts:     974000 | #Constraints:      33730
2333.60/2345.89	c #Conflicts:     975000 | #Constraints:      34730
2333.60/2345.89	c #Conflicts:     976000 | #Constraints:      35730
2333.60/2345.89	c #Conflicts:     977000 | #Constraints:      36730
2333.60/2345.89	c #Conflicts:     978000 | #Constraints:      37730
2333.60/2345.89	c #Conflicts:     979000 | #Constraints:      38730
2333.60/2345.89	c #Conflicts:     980000 | #Constraints:      39730
2333.60/2345.89	c #Conflicts:     981000 | #Constraints:      40730
2333.60/2345.89	c INPROCESSING
2333.60/2345.89	c GARBAGE COLLECT
2333.60/2345.89	c #Conflicts:     982000 | #Constraints:      22135
2333.60/2345.89	c #Conflicts:     983000 | #Constraints:      23135
2333.60/2345.89	c #Conflicts:     984000 | #Constraints:      24135
2333.60/2345.89	c #Conflicts:     985000 | #Constraints:      25135
2333.60/2345.89	c #Conflicts:     986000 | #Constraints:      26135
2333.60/2345.89	c #Conflicts:     987000 | #Constraints:      27135
2333.60/2345.89	c #Conflicts:     988000 | #Constraints:      28135
2333.60/2345.89	c #Conflicts:     989000 | #Constraints:      29135
2333.60/2345.89	c #Conflicts:     990000 | #Constraints:      30135
2333.60/2345.89	c #Conflicts:     991000 | #Constraints:      31135
2333.60/2345.89	c #Conflicts:     992000 | #Constraints:      32135
2333.60/2345.89	c #Conflicts:     993000 | #Constraints:      33135
2333.60/2345.89	c #Conflicts:     994000 | #Constraints:      34135
2333.60/2345.89	c #Conflicts:     995000 | #Constraints:      35135
2333.60/2345.89	c #Conflicts:     996000 | #Constraints:      36135
2333.60/2345.89	c #Conflicts:     997000 | #Constraints:      37135
2333.60/2345.89	c #Conflicts:     998000 | #Constraints:      38135
2333.60/2345.89	c #Conflicts:     999000 | #Constraints:      39135
2333.60/2345.89	WSVECS04 Frhs2[9]: 6 -6.87808 0 shouldn't be
2333.60/2345.89	WSVECS04 Frhs2[156]: 6 0 56.4216 shouldn't be
2333.60/2345.89	WSVECS04 Frhs2[204]: 6 0 458.372 shouldn't be
2333.60/2345.89	WSVECS04 Frhs2[215]: 6 0 27.7109 shouldn't be
2333.60/2345.89	WSVECS04 Frhs2[231]: 6 0 57.6716 shouldn't be
2333.60/2345.89	WSVECS04 Frhs2[244]: 6 0 12.4179 shouldn't be
2333.60/2345.89	WSVECS04 Frhs2[263]: 6 0 229.686 shouldn't be
2333.60/2345.89	WSVECS04 Frhs2[279]: 6 0 458.372 shouldn't be
2333.60/2345.89	WSVECS04 Frhs2[419]: 6 -1.00006 0 shouldn't be
2333.60/2345.89	WSVECS04 Frhs2[459]: 6 0 0.25008 shouldn't be
2333.60/2345.89	WSVECS04 Frhs2[543]: 6 -1.00008 0 shouldn't be
2333.60/2345.89	WSVECS04 Frhs2[558]: 6 -1.00007 0 shouldn't be
2333.60/2345.89	WSVECS04 Frhs2[589]: 6 -1.00007 0 shouldn't be
2333.60/2345.89	WSVECS04 Frhs2[604]: 6 -2.65634 0 shouldn't be
2333.60/2345.89	WSVECS04 Frhs2[620]: 6 -3.31256 0 shouldn't be
2333.60/2345.89	WSVECS04 Frhs2[624]: 6 -1.00005 0 shouldn't be
2333.60/2345.89	WSVECS04 Frhs2[637]: 6 -1.00003 0 shouldn't be
2333.60/2345.89	WSVECS04 Frhs2[639]: 6 -1.00005 0 shouldn't be
2333.60/2345.89	WSVECS04 Frhs2[652]: 6 -1.00009 0 shouldn't be
2333.60/2345.89	WSVECS04 Frhs2[682]: 6 -5.25002 0 shouldn't be
2333.60/2345.89	WSVECS04 Frhs2[777]: 6 -1.00004 0 shouldn't be
2333.60/2345.89	WSVECS04 Frhs2[806]: 6 0 3016.76 shouldn't be
2333.60/2345.89	WSVECS04 Frhs2[807]: 6 0 6034.51 shouldn't be
2416.66/2429.28	c #Conflicts:    1000000 | #Constraints:      40136
2416.66/2429.28	c #Conflicts:    1001000 | #Constraints:      41136
2416.66/2429.28	c INPROCESSING
2416.66/2429.28	c GARBAGE COLLECT
2416.66/2429.28	c #Conflicts:    1002000 | #Constraints:      22337
2416.66/2429.28	c #Conflicts:    1003000 | #Constraints:      23337
2416.66/2429.28	c #Conflicts:    1004000 | #Constraints:      24337
2416.66/2429.28	c #Conflicts:    1005000 | #Constraints:      25337
2416.66/2429.28	c #Conflicts:    1006000 | #Constraints:      26337
2416.66/2429.28	c #Conflicts:    1007000 | #Constraints:      27337
2416.66/2429.28	c #Conflicts:    1008000 | #Constraints:      28337
2416.66/2429.28	c #Conflicts:    1009000 | #Constraints:      29337
2416.66/2429.28	c #Conflicts:    1010000 | #Constraints:      30337
2416.66/2429.28	c #Conflicts:    1011000 | #Constraints:      31337
2416.66/2429.28	c #Conflicts:    1012000 | #Constraints:      32337
2416.66/2429.28	c #Conflicts:    1013000 | #Constraints:      33338
2416.66/2429.28	c #Conflicts:    1014000 | #Constraints:      34338
2416.66/2429.28	c #Conflicts:    1015000 | #Constraints:      35339
2416.66/2429.28	c #Conflicts:    1016000 | #Constraints:      36339
2416.66/2429.28	c #Conflicts:    1017000 | #Constraints:      37339
2416.66/2429.28	c #Conflicts:    1018000 | #Constraints:      38339
2416.66/2429.28	c #Conflicts:    1019000 | #Constraints:      39340
2416.66/2429.29	c #Conflicts:    1020000 | #Constraints:      40340
2416.66/2429.29	c #Conflicts:    1021000 | #Constraints:      41340
2416.66/2429.29	c INPROCESSING
2416.66/2429.29	c GARBAGE COLLECT
2416.66/2429.29	c #Conflicts:    1022000 | #Constraints:      22338
2416.66/2429.29	c #Conflicts:    1023000 | #Constraints:      23338
2416.66/2429.29	c #Conflicts:    1024000 | #Constraints:      24338
2416.66/2429.29	c #Conflicts:    1025000 | #Constraints:      25338
2416.66/2429.29	WSVECS04 Frhs2[34]: 6 0 3.71756 shouldn't be
2416.66/2429.29	WSVECS04 Frhs2[50]: 6 0 2.71756 shouldn't be
2416.66/2429.29	WSVECS04 Frhs2[325]: 6 0 2 shouldn't be
2416.66/2429.29	WSVECS04 Frhs2[340]: 6 0 2 shouldn't be
2416.66/2429.29	WSVECS04 Frhs2[364]: 6 0 2 shouldn't be
2416.66/2429.29	WSVECS04 Frhs2[370]: 6 0 2 shouldn't be
2416.66/2429.29	WSVECS04 Frhs2[382]: 6 0 5 shouldn't be
2416.66/2429.29	WSVECS04 Frhs2[397]: 6 0 4.27047 shouldn't be
2416.66/2429.29	WSVECS04 Frhs2[409]: 6 0 1.28244 shouldn't be
2416.66/2429.29	WSVECS04 Frhs2[412]: 6 0 5 shouldn't be
2416.66/2429.29	WSVECS04 Frhs2[427]: 6 0 5 shouldn't be
2416.75/2429.39	WSVECS04 Frhs2[146]: 6 0 3.54098 shouldn't be
2416.75/2429.39	WSVECS04 Frhs2[307]: 6 0 1 shouldn't be
2416.75/2429.39	WSVECS04 Frhs2[310]: 6 0 2.92939 shouldn't be
2416.75/2429.39	WSVECS04 Frhs2[318]: 6 0 1 shouldn't be
2416.75/2429.39	WSVECS04 Frhs2[322]: 6 0 2 shouldn't be
2416.75/2429.39	WSVECS04 Frhs2[337]: 6 0 3 shouldn't be
2416.75/2429.39	WSVECS04 Frhs2[350]: 6 0 1 shouldn't be
2416.75/2429.39	WSVECS04 Frhs2[352]: 6 0 5.92939 shouldn't be
2416.75/2429.39	WSVECS04 Frhs2[363]: 6 0 1 shouldn't be
2416.75/2429.39	WSVECS04 Frhs2[367]: 6 0 5 shouldn't be
2416.75/2429.39	WSVECS04 Frhs2[378]: 6 0 1 shouldn't be
2416.75/2429.39	WSVECS04 Frhs2[393]: 6 0 1 shouldn't be
2416.75/2429.39	WSVECS04 Frhs2[400]: 6 0 2 shouldn't be
2416.75/2429.39	WSVECS04 Frhs2[415]: 6 0 2 shouldn't be
2416.75/2429.39	WSVECS04 Frhs2[457]: 6 0 5 shouldn't be
2416.75/2429.39	WSVECS04 Frhs2[486]: 6 0 6 shouldn't be
2537.85/2550.94	c #Conflicts:    1026000 | #Constraints:      26338
2537.85/2550.94	c #Conflicts:    1027000 | #Constraints:      27338
2537.85/2550.94	c #Conflicts:    1028000 | #Constraints:      28338
2537.85/2550.94	c #Conflicts:    1029000 | #Constraints:      29338
2537.85/2550.94	c #Conflicts:    1030000 | #Constraints:      30338
2537.85/2550.94	c #Conflicts:    1031000 | #Constraints:      31338
2537.85/2550.94	c #Conflicts:    1032000 | #Constraints:      32338
2537.85/2550.94	c #Conflicts:    1033000 | #Constraints:      33338
2537.85/2550.94	c #Conflicts:    1034000 | #Constraints:      34338
2537.85/2550.94	c #Conflicts:    1035000 | #Constraints:      35338
2537.85/2550.94	c #Conflicts:    1036000 | #Constraints:      36338
2537.85/2550.94	c #Conflicts:    1037000 | #Constraints:      37338
2537.85/2550.94	c #Conflicts:    1038000 | #Constraints:      38338
2537.85/2550.94	c #Conflicts:    1039000 | #Constraints:      39338
2537.85/2550.94	c #Conflicts:    1040000 | #Constraints:      40338
2537.85/2550.94	c #Conflicts:    1041000 | #Constraints:      41338
2537.85/2550.94	c INPROCESSING
2537.85/2550.94	c GARBAGE COLLECT
2537.85/2550.94	c #Conflicts:    1042000 | #Constraints:      22134
2537.85/2550.94	c #Conflicts:    1043000 | #Constraints:      23134
2537.85/2550.94	c #Conflicts:    1044000 | #Constraints:      24134
2537.85/2550.94	c #Conflicts:    1045000 | #Constraints:      25134
2537.85/2550.94	c #Conflicts:    1046000 | #Constraints:      26134
2537.85/2550.94	c #Conflicts:    1047000 | #Constraints:      27134
2537.85/2550.94	c #Conflicts:    1048000 | #Constraints:      28134
2537.85/2550.94	c #Conflicts:    1049000 | #Constraints:      29134
2537.85/2550.94	c #Conflicts:    1050000 | #Constraints:      30135
2537.85/2550.94	c #Conflicts:    1051000 | #Constraints:      31135
2537.85/2550.94	c #Conflicts:    1052000 | #Constraints:      32135
2537.85/2550.94	c #Conflicts:    1053000 | #Constraints:      33135
2537.85/2550.94	c #Conflicts:    1054000 | #Constraints:      34135
2537.85/2550.94	c #Conflicts:    1055000 | #Constraints:      35135
2537.85/2550.94	c #Conflicts:    1056000 | #Constraints:      36135
2537.85/2550.94	c #Conflicts:    1057000 | #Constraints:      37135
2537.85/2550.94	WSVECS04 Frhs2[315]: 6 0 3.08143 shouldn't be
2537.85/2550.94	WSVECS04 Frhs2[330]: 6 0 2.00005 shouldn't be
2537.85/2550.94	WSVECS04 Frhs2[345]: 6 0 2.00001 shouldn't be
2537.85/2550.94	WSVECS04 Frhs2[405]: 6 0 2.00008 shouldn't be
2537.85/2550.94	WSVECS04 Frhs2[420]: 6 0 2.00008 shouldn't be
2537.85/2550.94	WSVECS04 Frhs2[560]: 6 -1.00003 0 shouldn't be
2537.85/2550.94	WSVECS04 Frhs2[576]: 6 -1.00005 0 shouldn't be
2537.85/2550.94	WSVECS04 Frhs2[591]: 6 -16523.1 0 shouldn't be
2572.63/2585.82	c #Conflicts:    1058000 | #Constraints:      38136
2572.63/2585.82	c #Conflicts:    1059000 | #Constraints:      39136
2572.63/2585.82	c #Conflicts:    1060000 | #Constraints:      40136
2572.63/2585.82	c #Conflicts:    1061000 | #Constraints:      41136
2572.63/2585.82	c #Conflicts:    1062000 | #Constraints:      42136
2572.63/2585.82	c INPROCESSING
2572.63/2585.82	c GARBAGE COLLECT
2572.63/2585.82	WSVECS04 Frhs2[9]: 6 0 945.426 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[11]: 6 0 948.88 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[12]: 6 0 968.178 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[15]: 6 0 948.88 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[16]: 6 0 124.694 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[18]: 6 -356.85 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[32]: 6 0 1795.29 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[33]: 6 -3.00027 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[35]: 6 0 494.061 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[36]: 6 -4.81434 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[37]: 6 -4.88875 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[38]: 6 -4.8696 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[39]: 6 -5.89934 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[40]: 6 -3.95347 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[44]: 6 -3.92713 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[45]: 6 -5.59921 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[47]: 6 -239.963 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[66]: 6 0 162.507 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[89]: 6 0 14.0767 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[90]: 6 0 14.0453 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[99]: 6 -1.00128 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[101]: 6 -2.19151 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[104]: 6 -2.03139 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[108]: 6 -1.50098 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[113]: 6 -1.00065 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[114]: 6 -2.00126 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[117]: 6 -2.38287 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[119]: 6 -1.90633 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[120]: 6 -2.06265 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[124]: 6 -2.98628 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[129]: 6 -1.0013 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[130]: 6 -2.00198 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[131]: 6 -1.50396 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[132]: 6 -1.97663 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[133]: 6 -2.76574 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[136]: 6 -2.11746 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[140]: 6 -3.97257 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[145]: 6 -1.00205 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[146]: 6 -2.00394 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[147]: 6 -1.00792 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[152]: 6 -2.23486 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[156]: 6 -5.94515 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[177]: 6 -1.00786 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[178]: 6 -2.01571 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[179]: 6 -1.78141 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[180]: 6 -1.81267 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[181]: 6 -1.62527 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[182]: 6 -1.75056 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[184]: 6 -2.93944 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[188]: 6 -17.7804 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[191]: 6 -138.753 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[227]: 6 -1.25056 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[228]: 6 -2.00101 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[229]: 6 -2.00194 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[230]: 6 -3.00388 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[231]: 6 -5.50759 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[232]: 6 -9.5152 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[236]: 6 -129.242 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[237]: 6 -257.485 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[239]: 6 -416.947 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[303]: 6 0 16.6766 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[326]: 6 0 1875.24 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[359]: 6 -1.98445 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[398]: 6 -1.75004 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[450]: 6 0 12.6082 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[452]: 6 -2.64687 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[462]: 6 0 1.00006 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[481]: 6 0 2.35573 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[495]: 6 0 14.6081 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[512]: 6 0 28.2806 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[532]: 6 0 2.8142 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[535]: 6 0 3.89818 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[536]: 6 0 1.95103 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[540]: 6 0 0.429949 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[548]: 6 0 1.73994 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[549]: 6 0 1.90801 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[550]: 6 0 0.839744 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[551]: 6 0 4.84528 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[552]: 6 -235.018 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[553]: 6 0 477.274 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[557]: 6 0 5.6444 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[600]: 6 0 15.1082 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[635]: 6 -1.98443 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[649]: 6 -1.52349 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[665]: 6 -2.04689 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[672]: 6 -1.00006 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[681]: 6 -3.0938 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[704]: 6 -1.00007 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[713]: 6 -0.50007 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[720]: 6 -1.00001 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[735]: 6 -1.00008 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[750]: 6 0 607.047 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[765]: 6 0 137.313 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[768]: 6 0 883.581 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[783]: 6 0 896.618 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[788]: 6 -1.00191 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[789]: 6 -1.00371 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[790]: 6 -1.00738 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[791]: 6 -1.01464 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[792]: 6 -1.02871 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[793]: 6 -1.05737 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[794]: 6 -1.11469 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[795]: 6 -1.22936 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[801]: 6 -15.6766 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[803]: 6 -59.7063 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[808]: 6 -1879.6 0 shouldn't be
2572.63/2585.82	WSVECS04 Frhs2[811]: 6 -15024.1 0 shouldn't be
2572.63/2585.88	WSVECS04 Frhs2[20]: 6 0 16.4653 shouldn't be
2572.63/2585.88	WSVECS04 Frhs2[24]: 6 0 18.4184 shouldn't be
2572.63/2585.88	WSVECS04 Frhs2[60]: 6 0 13.5646 shouldn't be
2572.63/2585.88	WSVECS04 Frhs2[135]: 6 -1.81264 0 shouldn't be
2572.63/2585.88	WSVECS04 Frhs2[149]: 6 -1.90645 0 shouldn't be
2572.63/2585.88	WSVECS04 Frhs2[151]: 6 -1.62576 0 shouldn't be
2572.63/2585.88	WSVECS04 Frhs2[183]: 6 -2.001 0 shouldn't be
2572.63/2585.88	WSVECS04 Frhs2[225]: 6 -1.06267 0 shouldn't be
2572.63/2585.88	WSVECS04 Frhs2[226]: 6 -1.12529 0 shouldn't be
2572.63/2585.88	WSVECS04 Frhs2[319]: 6 0 1503.2 shouldn't be
2572.63/2585.88	WSVECS04 Frhs2[482]: 6 0 7.28532 shouldn't be
2572.63/2585.88	WSVECS04 Frhs2[526]: 6 0 65.808 shouldn't be
2572.63/2585.88	WSVECS04 Frhs2[530]: 6 0 195.343 shouldn't be
2572.63/2585.88	WSVECS04 Frhs2[533]: 6 0 2.8885 shouldn't be
2572.63/2585.88	WSVECS04 Frhs2[534]: 6 0 2.86895 shouldn't be
2572.63/2585.88	WSVECS04 Frhs2[543]: 6 0 232.988 shouldn't be
2572.63/2585.88	WSVECS04 Frhs2[565]: 6 0 4.81591 shouldn't be
2572.63/2585.88	WSVECS04 Frhs2[566]: 6 0 2.67947 shouldn't be
2572.63/2585.88	WSVECS04 Frhs2[567]: 6 0 10.6905 shouldn't be
2572.63/2585.88	WSVECS04 Frhs2[572]: 6 0 0.910558 shouldn't be
2572.63/2585.88	WSVECS04 Frhs2[592]: 6 -1.00002 0 shouldn't be
2572.63/2585.88	WSVECS04 Frhs2[601]: 6 0 14.1082 shouldn't be
2572.63/2585.88	WSVECS04 Frhs2[650]: 6 0 0.984438 shouldn't be
2572.63/2585.88	WSVECS04 Frhs2[687]: 6 -1.00005 0 shouldn't be
2572.63/2585.88	WSVECS04 Frhs2[732]: 6 -1.00009 0 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[19]: 6 0 18.4184 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[21]: 6 0 18.4185 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[25]: 6 0 18.4185 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[98]: 6 -2.00069 0 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[100]: 6 -1.00204 0 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[103]: 6 -1.95331 0 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[127]: 6 -110.825 0 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[141]: 6 -2.69146 0 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[223]: 6 0 213.331 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[373]: 6 0 1.00005 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[403]: 6 0 3.93757 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[417]: 6 0 4.93753 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[531]: 6 0 249.904 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[537]: 6 0 237.92 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[541]: 6 0 1.60523 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[546]: 6 0 140.782 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[547]: 6 0 500.429 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[554]: 6 0 5.12815 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[555]: 6 -3.88858 0 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[558]: 6 -228.366 0 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[559]: 6 0 465.975 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[564]: 6 0 4.47992 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[568]: 6 -467.635 0 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[570]: 6 0 11.2562 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[571]: 6 0 8.64443 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[575]: 6 0 949.627 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[606]: 6 -462.216 0 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[652]: 6 0 2.25373 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[654]: 6 -219.53 0 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[655]: 6 0 473.65 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[669]: 6 0 930.124 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[670]: 6 -456.478 0 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[697]: 6 -0.250024 0 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[719]: 6 -1.00003 0 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[736]: 6 0 0.949377 shouldn't be
2572.72/2585.96	WSVECS04 Frhs2[810]: 6 -7513.75 0 shouldn't be
2572.84/2586.03	WSVECS04 Frhs2[3]: 6 0 925.514 shouldn't be
2572.84/2586.03	WSVECS04 Frhs2[22]: 6 0 17.3558 shouldn't be
2572.84/2586.03	WSVECS04 Frhs2[78]: 6 0 14.52 shouldn't be
2572.84/2586.03	WSVECS04 Frhs2[93]: 6 0 13.52 shouldn't be
2572.84/2586.03	WSVECS04 Frhs2[94]: 6 0 10.6321 shouldn't be
2572.84/2586.03	WSVECS04 Frhs2[109]: 6 0 9.90878 shouldn't be
2572.84/2586.03	WSVECS04 Frhs2[580]: 6 0 936.826 shouldn't be
2572.84/2586.03	WSVECS04 Frhs2[620]: 6 0 11.8951 shouldn't be
2572.84/2586.03	WSVECS04 Frhs2[621]: 6 0 943.96 shouldn't be
2572.84/2586.03	WSVECS04 Frhs2[638]: 6 0 836.671 shouldn't be
2572.84/2586.11	WSVECS04 Frhs2[6]: 6 0 941.577 shouldn't be
2572.84/2586.11	WSVECS04 Frhs2[562]: 6 0 295.978 shouldn't be
2572.84/2586.11	WSVECS04 Frhs2[581]: 6 0 937.498 shouldn't be
2572.84/2586.11	WSVECS04 Frhs2[604]: 6 0 14.0226 shouldn't be
2603.37/2616.90	c #Conflicts:    1063000 | #Constraints:      22720
2603.37/2616.90	c #Conflicts:    1064000 | #Constraints:      23720
2603.37/2616.90	c #Conflicts:    1065000 | #Constraints:      24720
2603.37/2616.90	c #Conflicts:    1066000 | #Constraints:      25720
2603.37/2616.90	c #Conflicts:    1067000 | #Constraints:      26720
2603.37/2616.90	c #Conflicts:    1068000 | #Constraints:      27720
2603.37/2616.90	c #Conflicts:    1069000 | #Constraints:      28721
2603.37/2616.90	c #Conflicts:    1070000 | #Constraints:      29721
2603.37/2616.90	c #Conflicts:    1071000 | #Constraints:      30721
2603.37/2616.90	c #Conflicts:    1072000 | #Constraints:      31721
2603.37/2616.90	WSVECS04 Frhs2[116]: 6 -2.01843 0 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[148]: 6 -2.07373 0 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[290]: 6 0 0.989258 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[304]: 6 0 11.9893 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[308]: 6 0 1 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[310]: 6 0 1 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[324]: 6 0 2 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[325]: 6 0 2.5 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[326]: 6 0 2 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[327]: 6 0 1 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[338]: 6 0 3 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[340]: 6 0 3 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[341]: 6 0 2 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[342]: 6 0 1 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[349]: 6 0 1.9375 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[353]: 6 0 4.5 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[355]: 6 0 3 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[356]: 6 0 2 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[368]: 6 0 5 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[370]: 6 0 3 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[372]: 6 0 0.357143 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[387]: 6 0 1 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[392]: 6 -1 0 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[398]: 6 0 5 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[402]: 6 0 1 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[407]: 6 -1 0 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[414]: 6 0 3.35714 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[422]: 6 -1 0 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[428]: 6 0 4.35714 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[444]: 6 0 4 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[458]: 6 0 5 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[545]: 6 0 1 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[574]: 6 -1 0 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[608]: 6 -1 0 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[669]: 6 -1 0 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[717]: 6 -1 0 shouldn't be
2603.37/2616.90	WSVECS04 Frhs2[830]: 6 -11.4101 0 shouldn't be
2755.41/2769.86	c #Conflicts:    1073000 | #Constraints:      32721
2755.41/2769.86	c #Conflicts:    1074000 | #Constraints:      33721
2755.41/2769.86	c #Conflicts:    1075000 | #Constraints:      34721
2755.41/2769.86	c #Conflicts:    1076000 | #Constraints:      35721
2755.41/2769.86	c #Conflicts:    1077000 | #Constraints:      36721
2755.41/2769.86	c #Conflicts:    1078000 | #Constraints:      37721
2755.41/2769.86	c #Conflicts:    1079000 | #Constraints:      38721
2755.41/2769.86	c #Conflicts:    1080000 | #Constraints:      39721
2755.41/2769.86	c #Conflicts:    1081000 | #Constraints:      40721
2755.41/2769.86	c #Conflicts:    1082000 | #Constraints:      41721
2755.41/2769.86	c #Conflicts:    1083000 | #Constraints:      42721
2755.41/2769.86	c INPROCESSING
2755.41/2769.86	c GARBAGE COLLECT
2755.41/2769.86	c #Conflicts:    1084000 | #Constraints:      23119
2755.41/2769.86	c #Conflicts:    1085000 | #Constraints:      24119
2755.41/2769.86	c #Conflicts:    1086000 | #Constraints:      25119
2755.41/2769.86	c #Conflicts:    1087000 | #Constraints:      26120
2755.41/2769.86	c #Conflicts:    1088000 | #Constraints:      27120
2755.41/2769.86	c #Conflicts:    1089000 | #Constraints:      28120
2755.41/2769.86	c #Conflicts:    1090000 | #Constraints:      29120
2755.41/2769.86	c #Conflicts:    1091000 | #Constraints:      30120
2755.41/2769.86	c #Conflicts:    1092000 | #Constraints:      31120
2755.41/2769.86	c #Conflicts:    1093000 | #Constraints:      32120
2755.41/2769.86	c #Conflicts:    1094000 | #Constraints:      33120
2755.41/2769.86	c #Conflicts:    1095000 | #Constraints:      34120
2755.41/2769.86	c #Conflicts:    1096000 | #Constraints:      35120
2755.41/2769.86	c #Conflicts:    1097000 | #Constraints:      36120
2755.41/2769.86	c #Conflicts:    1098000 | #Constraints:      37120
2755.41/2769.86	c #Conflicts:    1099000 | #Constraints:      38120
2755.41/2769.86	c #Conflicts:    1100000 | #Constraints:      39120
2755.41/2769.86	c #Conflicts:    1101000 | #Constraints:      40120
2755.41/2769.86	c #Conflicts:    1102000 | #Constraints:      41120
2755.41/2769.86	c #Conflicts:    1103000 | #Constraints:      42120
2755.41/2769.86	c #Conflicts:    1104000 | #Constraints:      43120
2755.41/2769.86	c INPROCESSING
2755.41/2769.86	c GARBAGE COLLECT
2755.41/2769.86	c #Conflicts:    1105000 | #Constraints:      23334
2755.41/2769.86	c #Conflicts:    1106000 | #Constraints:      24334
2755.41/2769.86	WSVECS04 Frhs2[4]: 6 -3.08049 0 shouldn't be
2755.41/2769.86	WSVECS04 Frhs2[17]: 6 -13.3856 0 shouldn't be
2755.41/2769.86	WSVECS04 Frhs2[18]: 6 -8.96854 0 shouldn't be
2755.41/2769.86	WSVECS04 Frhs2[20]: 6 -7.16276 0 shouldn't be
2755.41/2769.86	WSVECS04 Frhs2[24]: 6 -4.86739 0 shouldn't be
2755.41/2769.86	WSVECS04 Frhs2[25]: 6 -2.72533 0 shouldn't be
2755.41/2769.86	WSVECS04 Frhs2[108]: 6 0 1.19736 shouldn't be
2755.41/2769.86	WSVECS04 Frhs2[144]: 6 0 38.0245 shouldn't be
2755.41/2769.86	WSVECS04 Frhs2[146]: 6 -0.995237 0 shouldn't be
2755.41/2769.86	WSVECS04 Frhs2[169]: 6 0 2.39472 shouldn't be
2755.41/2769.86	WSVECS04 Frhs2[185]: 6 0 5.1327 shouldn't be
2755.41/2769.86	WSVECS04 Frhs2[217]: 6 0 13.1578 shouldn't be
2755.41/2769.86	WSVECS04 Frhs2[344]: 6 0 0.587603 shouldn't be
2755.41/2769.86	WSVECS04 Frhs2[359]: 6 0 1 shouldn't be
2755.41/2769.86	WSVECS04 Frhs2[404]: 6 0 1 shouldn't be
2755.41/2769.86	WSVECS04 Frhs2[419]: 6 0 1 shouldn't be
2755.41/2769.86	WSVECS04 Frhs2[434]: 6 0 1 shouldn't be
2755.41/2769.86	WSVECS04 Frhs2[469]: 6 -1 0 shouldn't be
2755.41/2769.86	WSVECS04 Frhs2[670]: 6 -1 0 shouldn't be
2755.41/2769.86	WSVECS04 Frhs2[671]: 6 -1 0 shouldn't be
2755.41/2769.86	WSVECS04 Frhs2[706]: 6 -1 0 shouldn't be
2755.41/2769.86	WSVECS04 Frhs2[721]: 6 -1 0 shouldn't be
2966.05/2981.42	c #Conflicts:    1107000 | #Constraints:      25334
2966.05/2981.42	c #Conflicts:    1108000 | #Constraints:      26334
2966.05/2981.42	c #Conflicts:    1109000 | #Constraints:      27334
2966.05/2981.42	c #Conflicts:    1110000 | #Constraints:      28334
2966.05/2981.42	c #Conflicts:    1111000 | #Constraints:      29334
2966.05/2981.42	c #Conflicts:    1112000 | #Constraints:      30334
2966.05/2981.42	c #Conflicts:    1113000 | #Constraints:      31334
2966.05/2981.42	c #Conflicts:    1114000 | #Constraints:      32334
2966.05/2981.42	c #Conflicts:    1115000 | #Constraints:      33334
2966.05/2981.42	c #Conflicts:    1116000 | #Constraints:      34334
2966.05/2981.42	c #Conflicts:    1117000 | #Constraints:      35334
2966.05/2981.42	c #Conflicts:    1118000 | #Constraints:      36334
2966.05/2981.42	c #Conflicts:    1119000 | #Constraints:      37334
2966.05/2981.42	c #Conflicts:    1120000 | #Constraints:      38334
2966.05/2981.42	c #Conflicts:    1121000 | #Constraints:      39334
2966.05/2981.42	c #Conflicts:    1122000 | #Constraints:      40334
2966.05/2981.42	c #Conflicts:    1123000 | #Constraints:      41334
2966.05/2981.42	c #Conflicts:    1124000 | #Constraints:      42335
2966.05/2981.42	c #Conflicts:    1125000 | #Constraints:      43335
2966.05/2981.42	c INPROCESSING
2966.05/2981.42	c GARBAGE COLLECT
2966.05/2981.42	c #Conflicts:    1126000 | #Constraints:      23344
2966.05/2981.42	c #Conflicts:    1127000 | #Constraints:      24344
2966.05/2981.42	c #Conflicts:    1128000 | #Constraints:      25344
2966.05/2981.42	c #Conflicts:    1129000 | #Constraints:      26344
2966.05/2981.42	c #Conflicts:    1130000 | #Constraints:      27344
2966.05/2981.42	c #Conflicts:    1131000 | #Constraints:      28344
2966.05/2981.42	c #Conflicts:    1132000 | #Constraints:      29344
2966.05/2981.42	c #Conflicts:    1133000 | #Constraints:      30344
2966.05/2981.42	c #Conflicts:    1134000 | #Constraints:      31344
2966.05/2981.42	c #Conflicts:    1135000 | #Constraints:      32344
2966.05/2981.42	c #Conflicts:    1136000 | #Constraints:      33344
2966.05/2981.42	c #Conflicts:    1137000 | #Constraints:      34344
2966.05/2981.42	c #Conflicts:    1138000 | #Constraints:      35344
2966.05/2981.42	c #Conflicts:    1139000 | #Constraints:      36344
2966.05/2981.42	c #Conflicts:    1140000 | #Constraints:      37344
2966.05/2981.42	c #Conflicts:    1141000 | #Constraints:      38344
2966.05/2981.42	c #Conflicts:    1142000 | #Constraints:      39344
2966.05/2981.42	c #Conflicts:    1143000 | #Constraints:      40345
2966.05/2981.42	c #Conflicts:    1144000 | #Constraints:      41345
2966.05/2981.42	c #Conflicts:    1145000 | #Constraints:      42345
2966.05/2981.42	c #Conflicts:    1146000 | #Constraints:      43345
2966.05/2981.42	c INPROCESSING
2966.05/2981.42	c GARBAGE COLLECT
2966.05/2981.42	c #Conflicts:    1147000 | #Constraints:      23129
2966.05/2981.42	c #Conflicts:    1148000 | #Constraints:      24129
2966.05/2981.42	c #Conflicts:    1149000 | #Constraints:      25130
2966.05/2981.42	c #Conflicts:    1150000 | #Constraints:      26130
2966.05/2981.42	c #Conflicts:    1151000 | #Constraints:      27130
2966.05/2981.42	c #Conflicts:    1152000 | #Constraints:      28130
2966.05/2981.42	c #Conflicts:    1153000 | #Constraints:      29130
2966.05/2981.42	c #Conflicts:    1154000 | #Constraints:      30130
2966.05/2981.42	c #Conflicts:    1155000 | #Constraints:      31130
2966.05/2981.42	c #Conflicts:    1156000 | #Constraints:      32130
2966.05/2981.42	c #Conflicts:    1157000 | #Constraints:      33130
2966.05/2981.42	c #Conflicts:    1158000 | #Constraints:      34130
2966.05/2981.42	WSVECS04 Frhs2[66]: 6 0 17.2051 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[90]: 6 0 1.42694 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[290]: 6 0 22.1906 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[297]: 6 0 0.250099 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[304]: 6 0 23.1906 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[307]: 6 0 1.00006 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[312]: 6 0 1.00002 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[320]: 6 0 1.00008 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[322]: 6 0 2.00003 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[326]: 6 0 2.00006 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[327]: 6 0 1.00003 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[334]: 6 0 2.00002 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[350]: 6 0 248.219 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[352]: 6 0 1.0001 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[357]: 6 0 1.00005 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[363]: 6 0 2.09525e+06 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[364]: 6 0 249.219 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[367]: 6 0 2.12505 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[377]: 6 0 2.09525e+06 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[383]: 6 0 1.50001 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[385]: 6 0 3.00001 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[413]: 6 0 5.00004 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[418]: 6 0 1.04762e+06 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[426]: 6 0 5.50005 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[428]: 6 0 2.00008 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[447]: 6 0 1.00002 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[456]: 6 0 4.50008 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[462]: 6 0 1.00003 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[470]: 6 0 5.50009 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[473]: 6 -88.1202 0 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[477]: 6 0 1.00006 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[485]: 6 0 1.00009 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[547]: 6 -21.2394 0 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[619]: 6 -65492 0 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[624]: 6 -2.09525e+06 0 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[629]: 6 -1.12508 0 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[636]: 6 -1.00007 0 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[643]: 6 0 1018.88 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[652]: 6 -1.00009 0 shouldn't be
2966.05/2981.42	WSVECS04 Frhs2[729]: 6 -1.50006 0 shouldn't be
3015.76/3031.37	c #Conflicts:    1159000 | #Constraints:      35131
3015.76/3031.37	c #Conflicts:    1160000 | #Constraints:      36131
3015.76/3031.37	c #Conflicts:    1161000 | #Constraints:      37131
3015.76/3031.37	c #Conflicts:    1162000 | #Constraints:      38131
3015.76/3031.37	c #Conflicts:    1163000 | #Constraints:      39131
3015.76/3031.37	c #Conflicts:    1164000 | #Constraints:      40131
3015.76/3031.37	c #Conflicts:    1165000 | #Constraints:      41131
3015.76/3031.37	c #Conflicts:    1166000 | #Constraints:      42131
3015.76/3031.37	c #Conflicts:    1167000 | #Constraints:      43131
3015.76/3031.37	c #Conflicts:    1168000 | #Constraints:      44131
3015.76/3031.37	c INPROCESSING
3015.76/3031.37	c GARBAGE COLLECT
3015.76/3031.37	WSVECS04 Frhs2[5]: 6 -1516.87 0 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[12]: 6 -1553.51 0 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[31]: 6 -32.1447 0 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[32]: 6 -2878.44 0 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[44]: 6 0 0.493081 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[45]: 6 0 1.98542 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[46]: 6 0 4.47081 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[78]: 6 0 24.7074 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[93]: 6 0 23.7074 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[123]: 6 0 21.7046 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[199]: 6 0 46.1726 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[210]: 6 -1.84899 0 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[222]: 6 0 11941.9 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[254]: 6 0 48347.9 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[271]: 6 0 194152 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[299]: 6 0 20.4998 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[309]: 6 0 21.1438 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[315]: 6 0 33.1393 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[316]: 6 0 1547.41 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[355]: 6 -1.88958 0 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[393]: 6 -1.00003 0 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[408]: 6 -1.00005 0 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[410]: 6 0 1.50003 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[438]: 6 0 1.63807 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[441]: 6 0 3.00003 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[452]: 6 0 1.63808 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[503]: 6 0 4.81255 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[504]: 6 0 4.62503 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[507]: 6 0 2.00008 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[513]: 6 0 35.7607 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[544]: 6 -1.00002 0 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[576]: 6 -1.00009 0 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[592]: 6 -1.06259 0 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[628]: 6 -0.875059 0 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[644]: 6 -0.750023 0 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[693]: 6 -1.81253 0 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[704]: 6 -1.00006 0 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[711]: 6 -1.62509 0 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[801]: 6 -0.859393 0 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[816]: 6 0 3085.41 shouldn't be
3015.76/3031.37	WSVECS04 Frhs2[845]: 6 -196256 0 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[7]: 6 -1516.91 0 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[14]: 6 -1551.71 0 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[25]: 6 -49.4564 0 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[26]: 6 -32.1061 0 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[27]: 6 -32.106 0 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[39]: 6 0 0.796972 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[119]: 6 0 0.481479 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[120]: 6 0 1.0733 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[130]: 6 -1.65751 0 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[131]: 6 -2.11559 0 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[134]: 6 -0.518627 0 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[135]: 6 0 1.96288 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[543]: 6 -0.250088 0 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[560]: 6 -1.00002 0 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[612]: 6 -0.937536 0 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[655]: 6 -0.500022 0 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[672]: 6 -1.00009 0 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[688]: 6 -1.00002 0 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[703]: 6 -1.0001 0 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[719]: 6 -1.00003 0 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[720]: 6 -1.00003 0 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[733]: 6 -224.56 0 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[736]: 6 -4.12265 0 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[740]: 6 -0.500095 0 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[751]: 6 -1.00003 0 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[752]: 6 -1.00006 0 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[800]: 6 -0.929745 0 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[802]: 6 -0.718816 0 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[803]: 6 -0.437557 0 shouldn't be
3015.86/3031.43	WSVECS04 Frhs2[806]: 6 0 3.50003 shouldn't be
3015.97/3031.50	WSVECS04 Frhs2[8]: 6 -1516.96 0 shouldn't be
3015.97/3031.50	WSVECS04 Frhs2[102]: 6 -1.62963 0 shouldn't be
3015.97/3031.50	WSVECS04 Frhs2[146]: 6 -1.31484 0 shouldn't be
3015.97/3031.50	WSVECS04 Frhs2[178]: 6 0 0.740758 shouldn't be
3015.97/3031.50	WSVECS04 Frhs2[631]: 6 -1.88957 0 shouldn't be
3015.97/3031.50	WSVECS04 Frhs2[718]: 6 -1262.41 0 shouldn't be
3052.94/3068.68	c #Conflicts:    1169000 | #Constraints:      23737
3052.94/3068.68	c #Conflicts:    1170000 | #Constraints:      24737
3052.94/3068.68	c #Conflicts:    1171000 | #Constraints:      25737
3052.94/3068.68	c #Conflicts:    1172000 | #Constraints:      26737
3052.94/3068.68	c #Conflicts:    1173000 | #Constraints:      27738
3052.94/3068.68	c #Conflicts:    1174000 | #Constraints:      28738
3052.94/3068.68	c #Conflicts:    1175000 | #Constraints:      29738
3052.94/3068.68	c #Conflicts:    1176000 | #Constraints:      30738
3052.94/3068.68	c #Conflicts:    1177000 | #Constraints:      31738
3052.94/3068.68	c #Conflicts:    1178000 | #Constraints:      32738
3052.94/3068.68	c #Conflicts:    1179000 | #Constraints:      33738
3052.94/3068.68	c #Conflicts:    1180000 | #Constraints:      34738
3052.94/3068.68	c #Conflicts:    1181000 | #Constraints:      35738
3052.94/3068.68	WSVECS04 Frhs2[296]: 6 0 1.60293 shouldn't be
3052.94/3068.68	WSVECS04 Frhs2[311]: 6 0 1.00007 shouldn't be
3052.94/3068.68	WSVECS04 Frhs2[326]: 6 0 1.00002 shouldn't be
3052.94/3068.68	WSVECS04 Frhs2[341]: 6 0 1.00009 shouldn't be
3052.94/3068.68	WSVECS04 Frhs2[356]: 6 0 1.00007 shouldn't be
3052.94/3068.68	WSVECS04 Frhs2[401]: 6 0 1.00002 shouldn't be
3052.94/3068.68	WSVECS04 Frhs2[416]: 6 0 1.0001 shouldn't be
3052.94/3068.68	WSVECS04 Frhs2[431]: 6 0 1.00001 shouldn't be
3052.94/3068.68	WSVECS04 Frhs2[446]: 6 0 1.00005 shouldn't be
3052.94/3068.68	WSVECS04 Frhs2[461]: 6 0 1.00009 shouldn't be
3052.94/3068.68	WSVECS04 Frhs2[476]: 6 0 1.00004 shouldn't be
3052.94/3068.68	WSVECS04 Frhs2[491]: 6 0 1.00002 shouldn't be
3052.94/3068.68	WSVECS04 Frhs2[506]: 6 0 1.00006 shouldn't be
3052.94/3068.68	WSVECS04 Frhs2[521]: 6 0 2.00008 shouldn't be
3052.94/3068.68	WSVECS04 Frhs2[640]: 6 -264616 0 shouldn't be
3052.94/3068.68	WSVECS04 Frhs2[656]: 6 -529231 0 shouldn't be
3053.14/3068.88	WSVECS04 Frhs2[175]: 6 0 1.28571 shouldn't be
3053.14/3068.88	WSVECS04 Frhs2[296]: 6 0 1.60284 shouldn't be
3053.14/3068.88	WSVECS04 Frhs2[311]: 6 0 1 shouldn't be
3053.14/3068.88	WSVECS04 Frhs2[326]: 6 0 1 shouldn't be
3053.14/3068.88	WSVECS04 Frhs2[341]: 6 0 1 shouldn't be
3053.14/3068.88	WSVECS04 Frhs2[386]: 6 0 1 shouldn't be
3053.14/3068.88	WSVECS04 Frhs2[401]: 6 0 1 shouldn't be
3053.14/3068.88	WSVECS04 Frhs2[416]: 6 0 1 shouldn't be
3053.14/3068.88	WSVECS04 Frhs2[431]: 6 0 1 shouldn't be
3053.14/3068.88	WSVECS04 Frhs2[446]: 6 0 1 shouldn't be
3053.14/3068.88	WSVECS04 Frhs2[461]: 6 0 1 shouldn't be
3053.14/3068.88	WSVECS04 Frhs2[476]: 6 0 1 shouldn't be
3053.14/3068.88	WSVECS04 Frhs2[491]: 6 0 1 shouldn't be
3053.14/3068.88	WSVECS04 Frhs2[506]: 6 0 1 shouldn't be
3053.14/3068.88	WSVECS04 Frhs2[521]: 6 0 2 shouldn't be
3053.14/3068.88	WSVECS04 Frhs2[656]: 6 -529231 0 shouldn't be
3053.14/3068.88	WSVECS04 Frhs2[657]: 6 0 34.5562 shouldn't be
3181.69/3197.99	c #Conflicts:    1182000 | #Constraints:      36738
3181.69/3197.99	c #Conflicts:    1183000 | #Constraints:      37738
3181.69/3197.99	c #Conflicts:    1184000 | #Constraints:      38738
3181.69/3197.99	c #Conflicts:    1185000 | #Constraints:      39738
3181.69/3197.99	c #Conflicts:    1186000 | #Constraints:      40738
3181.69/3197.99	c #Conflicts:    1187000 | #Constraints:      41738
3181.69/3197.99	c #Conflicts:    1188000 | #Constraints:      42738
3181.69/3197.99	c #Conflicts:    1189000 | #Constraints:      43738
3181.69/3197.99	c #Conflicts:    1190000 | #Constraints:      44738
3181.69/3197.99	c INPROCESSING
3181.69/3197.99	c GARBAGE COLLECT
3181.69/3197.99	c #Conflicts:    1191000 | #Constraints:      24137
3181.69/3197.99	c #Conflicts:    1192000 | #Constraints:      25137
3181.69/3197.99	c #Conflicts:    1193000 | #Constraints:      26137
3181.69/3197.99	c #Conflicts:    1194000 | #Constraints:      27137
3181.69/3197.99	c #Conflicts:    1195000 | #Constraints:      28137
3181.69/3197.99	c #Conflicts:    1196000 | #Constraints:      29137
3181.69/3197.99	c #Conflicts:    1197000 | #Constraints:      30137
3181.69/3197.99	c #Conflicts:    1198000 | #Constraints:      31137
3181.69/3197.99	c #Conflicts:    1199000 | #Constraints:      32137
3181.69/3197.99	c #Conflicts:    1200000 | #Constraints:      33137
3181.69/3197.99	c #Conflicts:    1201000 | #Constraints:      34137
3181.69/3197.99	c #Conflicts:    1202000 | #Constraints:      35137
3181.69/3197.99	c #Conflicts:    1203000 | #Constraints:      36137
3181.69/3197.99	c #Conflicts:    1204000 | #Constraints:      37137
3181.69/3197.99	c #Conflicts:    1205000 | #Constraints:      38138
3181.69/3197.99	c #Conflicts:    1206000 | #Constraints:      39138
3181.69/3197.99	c #Conflicts:    1207000 | #Constraints:      40138
3181.69/3197.99	c #Conflicts:    1208000 | #Constraints:      41138
3181.69/3197.99	c #Conflicts:    1209000 | #Constraints:      42138
3181.69/3197.99	c #Conflicts:    1210000 | #Constraints:      43138
3181.69/3197.99	c #Conflicts:    1211000 | #Constraints:      44138
3181.69/3197.99	c #Conflicts:    1212000 | #Constraints:      45138
3181.69/3197.99	c INPROCESSING
3181.69/3197.99	c GARBAGE COLLECT
3181.69/3197.99	c #Conflicts:    1213000 | #Constraints:      24344
3181.69/3197.99	c #Conflicts:    1214000 | #Constraints:      25344
3181.69/3197.99	WSVECS04 Frhs2[34]: 6 -2.06288 0 shouldn't be
3181.69/3197.99	WSVECS04 Frhs2[41]: 6 -1.94413 0 shouldn't be
3181.69/3197.99	WSVECS04 Frhs2[124]: 6 -2.04222 0 shouldn't be
3181.69/3197.99	WSVECS04 Frhs2[181]: 6 -1.01311 0 shouldn't be
3181.69/3197.99	WSVECS04 Frhs2[243]: 6 -1.05233 0 shouldn't be
3181.69/3197.99	WSVECS04 Frhs2[342]: 6 0 2.05257 shouldn't be
3181.69/3197.99	WSVECS04 Frhs2[357]: 6 0 1.00009 shouldn't be
3181.69/3197.99	WSVECS04 Frhs2[370]: 6 0 1.00004 shouldn't be
3181.69/3197.99	WSVECS04 Frhs2[378]: 6 -1.00009 0 shouldn't be
3181.69/3197.99	WSVECS04 Frhs2[393]: 6 -1.0001 0 shouldn't be
3181.69/3197.99	WSVECS04 Frhs2[408]: 6 -1.00002 0 shouldn't be
3181.69/3197.99	WSVECS04 Frhs2[417]: 6 0 4.75008 shouldn't be
3181.69/3197.99	WSVECS04 Frhs2[423]: 6 -1.00004 0 shouldn't be
3181.69/3197.99	WSVECS04 Frhs2[431]: 6 0 6.25003 shouldn't be
3181.69/3197.99	WSVECS04 Frhs2[438]: 6 -1.16108 0 shouldn't be
3181.69/3197.99	WSVECS04 Frhs2[467]: 6 -1.23807 0 shouldn't be
3181.69/3197.99	WSVECS04 Frhs2[482]: 6 -0.189836 0 shouldn't be
3181.69/3197.99	WSVECS04 Frhs2[537]: 6 0 0.318542 shouldn't be
3181.69/3197.99	WSVECS04 Frhs2[553]: 6 0 0.875163 shouldn't be
3181.69/3197.99	WSVECS04 Frhs2[683]: 6 -1.50005 0 shouldn't be
3181.69/3197.99	WSVECS04 Frhs2[717]: 6 0 12.525 shouldn't be
3181.69/3197.99	WSVECS04 Frhs2[733]: 6 0 12.525 shouldn't be
3181.80/3198.11	WSVECS04 Frhs2[81]: 6 -0.988297 0 shouldn't be
3181.80/3198.11	WSVECS04 Frhs2[100]: 6 -0.812705 0 shouldn't be
3181.80/3198.11	WSVECS04 Frhs2[113]: 6 -0.953187 0 shouldn't be
3181.80/3198.11	WSVECS04 Frhs2[122]: 6 0 0.973841 shouldn't be
3181.80/3198.11	WSVECS04 Frhs2[127]: 6 -0.61583 0 shouldn't be
3181.80/3198.11	WSVECS04 Frhs2[211]: 6 -1.01308 0 shouldn't be
3181.80/3198.11	WSVECS04 Frhs2[342]: 6 0 2.05249 shouldn't be
3181.80/3198.11	WSVECS04 Frhs2[359]: 6 -1.9375 0 shouldn't be
3181.80/3198.11	WSVECS04 Frhs2[370]: 6 0 0.999958 shouldn't be
3181.80/3198.11	WSVECS04 Frhs2[378]: 6 -1 0 shouldn't be
3181.80/3198.11	WSVECS04 Frhs2[393]: 6 -1 0 shouldn't be
3181.80/3198.11	WSVECS04 Frhs2[408]: 6 -1 0 shouldn't be
3181.80/3198.11	WSVECS04 Frhs2[438]: 6 -1.16104 0 shouldn't be
3181.80/3198.11	WSVECS04 Frhs2[467]: 6 -1.23801 0 shouldn't be
3181.80/3198.11	WSVECS04 Frhs2[482]: 6 -0.189824 0 shouldn't be
3181.80/3198.11	WSVECS04 Frhs2[540]: 6 0 0.128281 shouldn't be
3181.80/3198.11	WSVECS04 Frhs2[650]: 6 0 0.437501 shouldn't be
3459.58/3476.81	c #Conflicts:    1215000 | #Constraints:      26344
3459.58/3476.81	c #Conflicts:    1216000 | #Constraints:      27344
3459.58/3476.81	c #Conflicts:    1217000 | #Constraints:      28344
3459.58/3476.81	c #Conflicts:    1218000 | #Constraints:      29344
3459.58/3476.81	c #Conflicts:    1219000 | #Constraints:      30344
3459.58/3476.81	c #Conflicts:    1220000 | #Constraints:      31344
3459.58/3476.81	c #Conflicts:    1221000 | #Constraints:      32344
3459.58/3476.81	c #Conflicts:    1222000 | #Constraints:      33344
3459.58/3476.81	c #Conflicts:    1223000 | #Constraints:      34344
3459.58/3476.81	c #Conflicts:    1224000 | #Constraints:      35344
3459.58/3476.81	c #Conflicts:    1225000 | #Constraints:      36344
3459.58/3476.81	c #Conflicts:    1226000 | #Constraints:      37344
3459.58/3476.81	c #Conflicts:    1227000 | #Constraints:      38344
3459.58/3476.81	c #Conflicts:    1228000 | #Constraints:      39344
3459.58/3476.81	c #Conflicts:    1229000 | #Constraints:      40344
3459.58/3476.81	c #Conflicts:    1230000 | #Constraints:      41344
3459.58/3476.81	c #Conflicts:    1231000 | #Constraints:      42344
3459.58/3476.81	c #Conflicts:    1232000 | #Constraints:      43344
3459.58/3476.81	c #Conflicts:    1233000 | #Constraints:      44344
3459.58/3476.81	c #Conflicts:    1234000 | #Constraints:      45344
3459.58/3476.81	c INPROCESSING
3459.58/3476.81	c GARBAGE COLLECT
3459.58/3476.81	c #Conflicts:    1235000 | #Constraints:      24333
3459.58/3476.81	c #Conflicts:    1236000 | #Constraints:      25333
3459.58/3476.81	c #Conflicts:    1237000 | #Constraints:      26333
3459.58/3476.81	c #Conflicts:    1238000 | #Constraints:      27333
3459.58/3476.81	c #Conflicts:    1239000 | #Constraints:      28333
3459.58/3476.81	c #Conflicts:    1240000 | #Constraints:      29333
3459.58/3476.81	c #Conflicts:    1241000 | #Constraints:      30333
3459.58/3476.81	c #Conflicts:    1242000 | #Constraints:      31333
3459.58/3476.81	c #Conflicts:    1243000 | #Constraints:      32333
3459.58/3476.81	c #Conflicts:    1244000 | #Constraints:      33333
3459.58/3476.81	c #Conflicts:    1245000 | #Constraints:      34333
3459.58/3476.81	c #Conflicts:    1246000 | #Constraints:      35333
3459.58/3476.81	c #Conflicts:    1247000 | #Constraints:      36333
3459.58/3476.81	c #Conflicts:    1248000 | #Constraints:      37333
3459.58/3476.81	c #Conflicts:    1249000 | #Constraints:      38333
3459.58/3476.81	c #Conflicts:    1250000 | #Constraints:      39333
3459.58/3476.81	c #Conflicts:    1251000 | #Constraints:      40333
3459.58/3476.81	c #Conflicts:    1252000 | #Constraints:      41333
3459.58/3476.81	c #Conflicts:    1253000 | #Constraints:      42333
3459.58/3476.81	c #Conflicts:    1254000 | #Constraints:      43333
3459.58/3476.81	c #Conflicts:    1255000 | #Constraints:      44333
3459.58/3476.81	c #Conflicts:    1256000 | #Constraints:      45333
3459.58/3476.81	c INPROCESSING
3459.58/3476.81	c GARBAGE COLLECT
3459.58/3476.81	c #Conflicts:    1257000 | #Constraints:      24124
3459.58/3476.81	c #Conflicts:    1258000 | #Constraints:      25124
3459.58/3476.81	c #Conflicts:    1259000 | #Constraints:      26124
3459.58/3476.81	c #Conflicts:    1260000 | #Constraints:      27124
3459.58/3476.81	c #Conflicts:    1261000 | #Constraints:      28124
3459.58/3476.81	c #Conflicts:    1262000 | #Constraints:      29124
3459.58/3476.81	c #Conflicts:    1263000 | #Constraints:      30124
3459.58/3476.81	c #Conflicts:    1264000 | #Constraints:      31124
3459.58/3476.81	c #Conflicts:    1265000 | #Constraints:      32124
3459.58/3476.81	c #Conflicts:    1266000 | #Constraints:      33124
3459.58/3476.81	c #Conflicts:    1267000 | #Constraints:      34124
3459.58/3476.81	c #Conflicts:    1268000 | #Constraints:      35124
3459.58/3476.81	c #Conflicts:    1269000 | #Constraints:      36124
3459.58/3476.81	c #Conflicts:    1270000 | #Constraints:      37124
3459.58/3476.81	c #Conflicts:    1271000 | #Constraints:      38124
3459.58/3476.81	c #Conflicts:    1272000 | #Constraints:      39124
3459.58/3476.81	c #Conflicts:    1273000 | #Constraints:      40125
3459.58/3476.81	c #Conflicts:    1274000 | #Constraints:      41125
3459.58/3476.81	c #Conflicts:    1275000 | #Constraints:      42125
3459.58/3476.81	c #Conflicts:    1276000 | #Constraints:      43125
3459.58/3476.81	c #Conflicts:    1277000 | #Constraints:      44125
3459.58/3476.81	c #Conflicts:    1278000 | #Constraints:      45125
3459.58/3476.81	c #Conflicts:    1279000 | #Constraints:      46125
3459.58/3476.81	c INPROCESSING
3459.58/3476.81	c GARBAGE COLLECT
3459.58/3476.81	WSVECS04 Frhs2[8]: 6 -168.651 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[10]: 6 -168.684 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[11]: 6 -169.274 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[12]: 6 -172.693 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[28]: 6 -4.44011 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[32]: 6 -319.219 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[33]: 6 -1.00008 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[34]: 6 -1.59194 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[35]: 6 -1.30389 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[36]: 6 -1.52161 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[37]: 6 -1.49038 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[40]: 6 -1.05817 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[41]: 6 -1.34945 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[42]: 6 -1.42526 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[43]: 6 -1.36907 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[47]: 6 -1.57475 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[81]: 6 -0.999995 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[97]: 6 -1.00001 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[99]: 6 -0.999697 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[100]: 6 -2.49942 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[101]: 6 -1.9989 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[105]: 6 -1.73121 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[106]: 6 -0.962333 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[107]: 6 -1.42466 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[108]: 6 -1.59937 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[144]: 6 0 171.545 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[145]: 6 -0.999497 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[146]: 6 -1.99885 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[147]: 6 -1.74774 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[148]: 6 -0.995347 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[149]: 6 -0.990616 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[152]: 6 -0.924738 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[154]: 6 -1.57358 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[155]: 6 -0.397217 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[156]: 6 -0.544346 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[172]: 6 0 0.911458 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[177]: 6 -0.997693 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[179]: 6 -0.990653 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[180]: 6 -0.981234 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[181]: 6 -1.83736 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[184]: 6 -0.698582 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[185]: 6 -0.397158 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[195]: 6 -0.981189 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[196]: 6 -0.962412 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[197]: 6 -1.67472 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[200]: 6 -0.397195 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[209]: 6 -0.990644 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[211]: 6 -0.962383 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[213]: 6 -1.3493 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[222]: 6 0 54.84 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[233]: 6 0 3.8229 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[235]: 6 0 18.2916 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[236]: 6 0 37.5831 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[237]: 6 0 76.1662 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[239]: 6 0 199.603 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[248]: 6 0 3.82293 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[249]: 6 0 8.64579 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[250]: 6 0 18.2916 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[251]: 6 0 37.5831 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[252]: 6 0 76.1662 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[254]: 6 0 286.206 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[255]: 6 0 548.268 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[263]: 6 0 3.82291 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[264]: 6 0 8.64582 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[265]: 6 0 18.2916 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[266]: 6 0 37.5832 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[267]: 6 0 76.1662 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[268]: 6 0 153.332 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[272]: 6 0 2797.38 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[279]: 6 0 8.64582 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[280]: 6 0 18.2916 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[281]: 6 0 37.5832 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[282]: 6 0 76.1662 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[283]: 6 0 153.332 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[284]: 6 0 307.665 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[285]: 6 0 616.33 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[286]: 6 0 1233.66 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[287]: 6 0 2788.13 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[288]: 6 0 5611.81 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[308]: 6 0 2.44438 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[309]: 6 0 2.44443 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[315]: 6 0 2.44373 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[316]: 6 0 2.44314 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[391]: 6 0 0.628579 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[408]: 6 -1.00006 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[464]: 6 -1.00007 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[468]: 6 -2.46784 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[513]: 6 0 3.06546 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[545]: 6 -1.5919 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[624]: 6 -1.0001 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[640]: 6 -1.00004 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[655]: 6 -1.00002 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[672]: 6 -1.00007 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[688]: 6 -1.00008 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[699]: 6 -0.250067 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[704]: 6 -1.0001 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[717]: 6 -25.5026 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[736]: 6 -1.34537 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[785]: 6 -1.00006 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[786]: 6 -1.00005 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[788]: 6 -1.00003 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[789]: 6 -1.00002 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[791]: 6 -0.99985 0 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[807]: 6 0 7.00003 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[811]: 6 0 125.985 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[813]: 6 0 511 shouldn't be
3459.58/3476.81	WSVECS04 Frhs2[816]: 6 0 3926.73 shouldn't be
3459.58/3476.88	WSVECS04 Frhs2[27]: 6 -4.44011 0 shouldn't be
3459.58/3476.88	WSVECS04 Frhs2[31]: 6 -4.44436 0 shouldn't be
3459.58/3476.88	WSVECS04 Frhs2[141]: 6 0 0.205805 shouldn't be
3459.58/3476.88	WSVECS04 Frhs2[157]: 6 0 1.41151 shouldn't be
3459.58/3476.88	WSVECS04 Frhs2[171]: 6 0 0.205744 shouldn't be
3459.58/3476.88	WSVECS04 Frhs2[173]: 6 0 3.82298 shouldn't be
3459.58/3476.88	WSVECS04 Frhs2[175]: 6 0 17.4139 shouldn't be
3459.58/3476.88	WSVECS04 Frhs2[231]: 6 0 0.205734 shouldn't be
3459.58/3476.88	WSVECS04 Frhs2[232]: 6 0 1.41151 shouldn't be
3459.58/3476.88	WSVECS04 Frhs2[246]: 6 0 0.205768 shouldn't be
3459.58/3476.88	WSVECS04 Frhs2[247]: 6 0 1.41146 shouldn't be
3459.58/3476.88	WSVECS04 Frhs2[262]: 6 0 1.41154 shouldn't be
3459.58/3476.88	WSVECS04 Frhs2[276]: 6 0 0.205785 shouldn't be
3459.58/3476.88	WSVECS04 Frhs2[277]: 6 0 1.41152 shouldn't be
3459.58/3476.88	WSVECS04 Frhs2[278]: 6 0 3.82298 shouldn't be
3459.58/3476.88	WSVECS04 Frhs2[551]: 6 -1.05883 0 shouldn't be
3459.58/3476.88	WSVECS04 Frhs2[558]: 6 -1.66011 0 shouldn't be
3459.58/3476.88	WSVECS04 Frhs2[683]: 6 -0.625043 0 shouldn't be
3459.58/3476.88	WSVECS04 Frhs2[702]: 6 -145.629 0 shouldn't be
3459.67/3476.95	WSVECS04 Frhs2[604]: 6 -0.250036 0 shouldn't be
3459.78/3477.03	WSVECS04 Frhs2[534]: 6 -2.00001 0 shouldn't be
3459.78/3477.10	WSVECS04 Frhs2[212]: 6 -0.92471 0 shouldn't be
3459.78/3477.10	WSVECS04 Frhs2[671]: 6 -1.00002 0 shouldn't be
3459.78/3477.10	WSVECS04 Frhs2[732]: 6 -1.00001 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[10]: 6 -168.684 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[11]: 6 -169.274 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[12]: 6 -172.693 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[32]: 6 -319.219 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[33]: 6 -0.999996 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[34]: 6 -1.59186 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[35]: 6 -1.30381 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[36]: 6 -1.5216 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[37]: 6 -1.4903 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[40]: 6 -1.05808 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[41]: 6 -1.34936 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[42]: 6 -1.42524 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[43]: 6 -1.36901 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[47]: 6 -1.57474 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[81]: 6 -0.999959 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[97]: 6 -0.999917 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[99]: 6 -0.999666 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[100]: 6 -2.49941 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[101]: 6 -1.99882 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[106]: 6 -0.962322 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[107]: 6 -1.42464 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[128]: 6 0 166.081 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[141]: 6 0 0.205722 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[145]: 6 -0.999411 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[146]: 6 -1.99882 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[147]: 6 -1.74765 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[148]: 6 -0.99529 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[177]: 6 -0.997645 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[178]: 6 -1.74529 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[179]: 6 -0.990581 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[194]: 6 -1.49058 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[209]: 6 -0.990581 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[222]: 6 0 54.84 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[233]: 6 0 3.82289 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[235]: 6 0 18.2915 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[236]: 6 0 37.5831 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[237]: 6 0 76.1662 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[239]: 6 0 199.603 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[249]: 6 0 8.64577 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[250]: 6 0 18.2915 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[251]: 6 0 37.5831 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[252]: 6 0 76.1662 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[254]: 6 0 286.206 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[255]: 6 0 548.268 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[256]: 6 0 1416.02 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[263]: 6 0 3.82289 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[265]: 6 0 18.2915 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[266]: 6 0 37.5831 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[267]: 6 0 76.1662 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[268]: 6 0 153.332 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[269]: 6 0 308.293 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[271]: 6 0 1231.54 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[279]: 6 0 8.64577 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[280]: 6 0 18.2915 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[281]: 6 0 37.5831 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[282]: 6 0 76.1662 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[283]: 6 0 153.332 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[284]: 6 0 307.665 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[285]: 6 0 616.33 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[286]: 6 0 1233.66 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[288]: 6 0 5611.81 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[308]: 6 0 2.44434 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[309]: 6 0 2.44434 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[315]: 6 0 2.44372 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[316]: 6 0 2.4431 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[389]: 6 -1.75 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[391]: 6 0 0.628498 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[394]: 6 0 1 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[408]: 6 -1 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[464]: 6 -1 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[468]: 6 -2.46776 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[513]: 6 0 3.06539 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[545]: 6 -1.59187 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[604]: 6 -0.25 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[640]: 6 -1 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[672]: 6 -1 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[688]: 6 -1 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[699]: 6 -0.250001 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[704]: 6 -1 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[713]: 6 -0.5 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[717]: 6 -25.5026 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[736]: 6 -1.34533 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[785]: 6 -0.999998 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[786]: 6 -0.999995 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[788]: 6 -0.99998 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[789]: 6 -0.99996 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[791]: 6 -0.999839 0 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[807]: 6 0 7 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[811]: 6 0 125.985 shouldn't be
3459.88/3477.15	WSVECS04 Frhs2[816]: 6 0 3926.73 shouldn't be
3459.97/3477.21	WSVECS04 Frhs2[28]: 6 -4.44005 0 shouldn't be
3459.97/3477.21	WSVECS04 Frhs2[534]: 6 -1.99992 0 shouldn't be
3459.97/3477.21	WSVECS04 Frhs2[655]: 6 -1 0 shouldn't be
3459.97/3477.21	WSVECS04 Frhs2[732]: 6 -1 0 shouldn't be
3495.03/3512.43	c #Conflicts:    1280000 | #Constraints:      24720
3495.03/3512.43	c #Conflicts:    1281000 | #Constraints:      25720
3495.03/3512.43	c #Conflicts:    1282000 | #Constraints:      26721
3495.03/3512.43	c #Conflicts:    1283000 | #Constraints:      27721
3495.03/3512.43	c #Conflicts:    1284000 | #Constraints:      28721
3495.03/3512.43	c #Conflicts:    1285000 | #Constraints:      29721
3495.03/3512.43	c #Conflicts:    1286000 | #Constraints:      30721
3495.03/3512.43	c #Conflicts:    1287000 | #Constraints:      31721
3495.03/3512.43	c #Conflicts:    1288000 | #Constraints:      32721
3495.03/3512.43	c #Conflicts:    1289000 | #Constraints:      33721
3495.03/3512.43	WSVECS04 Frhs2[311]: 6 0 3.51786 shouldn't be
3495.03/3512.43	WSVECS04 Frhs2[326]: 6 0 2.0001 shouldn't be
3495.03/3512.43	WSVECS04 Frhs2[341]: 6 0 0.946792 shouldn't be
3495.03/3512.43	WSVECS04 Frhs2[371]: 6 0 2.00005 shouldn't be
3495.03/3512.43	WSVECS04 Frhs2[386]: 6 0 2.00009 shouldn't be
3495.03/3512.43	WSVECS04 Frhs2[397]: 6 0 1.00002 shouldn't be
3495.03/3512.43	WSVECS04 Frhs2[401]: 6 0 2.00003 shouldn't be
3495.03/3512.43	WSVECS04 Frhs2[426]: 6 0 2.00003 shouldn't be
3495.03/3512.43	WSVECS04 Frhs2[427]: 6 0 1.00006 shouldn't be
3495.03/3512.43	WSVECS04 Frhs2[431]: 6 0 2.00005 shouldn't be
3495.03/3512.43	WSVECS04 Frhs2[441]: 6 0 3.81256 shouldn't be
3495.03/3512.43	WSVECS04 Frhs2[442]: 6 0 1.87503 shouldn't be
3495.03/3512.43	WSVECS04 Frhs2[446]: 6 0 2.00009 shouldn't be
3495.03/3512.43	WSVECS04 Frhs2[469]: 6 0 1.00003 shouldn't be
3495.03/3512.43	WSVECS04 Frhs2[642]: 6 0 36.1159 shouldn't be
3495.03/3512.43	WSVECS04 Frhs2[721]: 6 0 511 shouldn't be
3495.03/3512.43	WSVECS04 Frhs2[805]: 6 0 132360 shouldn't be
3495.13/3512.59	WSVECS04 Frhs2[311]: 6 0 3.51777 shouldn't be
3495.13/3512.59	WSVECS04 Frhs2[326]: 6 0 2 shouldn't be
3495.13/3512.59	WSVECS04 Frhs2[356]: 6 0 2 shouldn't be
3495.13/3512.59	WSVECS04 Frhs2[371]: 6 0 2 shouldn't be
3495.13/3512.59	WSVECS04 Frhs2[386]: 6 0 2 shouldn't be
3495.13/3512.59	WSVECS04 Frhs2[397]: 6 0 1 shouldn't be
3495.13/3512.59	WSVECS04 Frhs2[410]: 6 0 253.5 shouldn't be
3495.13/3512.59	WSVECS04 Frhs2[411]: 6 0 2 shouldn't be
3495.13/3512.59	WSVECS04 Frhs2[412]: 6 0 1 shouldn't be
3495.13/3512.59	WSVECS04 Frhs2[416]: 6 0 2 shouldn't be
3495.13/3512.59	WSVECS04 Frhs2[426]: 6 0 2 shouldn't be
3495.13/3512.59	WSVECS04 Frhs2[427]: 6 0 1 shouldn't be
3495.13/3512.59	WSVECS04 Frhs2[441]: 6 0 3.8125 shouldn't be
3495.13/3512.59	WSVECS04 Frhs2[469]: 6 0 1 shouldn't be
3495.13/3512.59	WSVECS04 Frhs2[476]: 6 0 2 shouldn't be
3495.13/3512.59	WSVECS04 Frhs2[641]: 6 0 18.0757 shouldn't be
3495.13/3512.59	WSVECS04 Frhs2[642]: 6 0 36.1158 shouldn't be
3495.13/3512.59	WSVECS04 Frhs2[644]: 6 0 131.286 shouldn't be
3495.13/3512.59	WSVECS04 Frhs2[721]: 6 0 511 shouldn't be
3495.13/3512.59	WSVECS04 Frhs2[805]: 6 0 132360 shouldn't be
3600.05/3617.90	c #Conflicts:    1290000 | #Constraints:      34722
3600.05/3617.90	c #Conflicts:    1291000 | #Constraints:      35722
3600.05/3617.90	c #Conflicts:    1292000 | #Constraints:      36722
3600.05/3617.90	c #Conflicts:    1293000 | #Constraints:      37722
3600.05/3617.90	c #Conflicts:    1294000 | #Constraints:      38722
3600.05/3617.90	c #Conflicts:    1295000 | #Constraints:      39722
3600.05/3617.90	c #Conflicts:    1296000 | #Constraints:      40722
3600.05/3617.90	c #Conflicts:    1297000 | #Constraints:      41722
3600.05/3617.90	c #Conflicts:    1298000 | #Constraints:      42722
3600.05/3617.90	c #Conflicts:    1299000 | #Constraints:      43722
3600.05/3617.90	c #Conflicts:    1300000 | #Constraints:      44722
3600.05/3617.90	c #Conflicts:    1301000 | #Constraints:      45722
3600.05/3617.90	c #Conflicts:    1302000 | #Constraints:      46722
3600.05/3617.90	c INPROCESSING
3600.05/3617.90	c GARBAGE COLLECT
3600.05/3617.90	c #Conflicts:    1303000 | #Constraints:      25125
3600.05/3617.90	c #Conflicts:    1304000 | #Constraints:      26125
3600.05/3617.90	c #Conflicts:    1305000 | #Constraints:      27125
3600.05/3617.90	c #Conflicts:    1306000 | #Constraints:      28125
3600.05/3617.90	c #Conflicts:    1307000 | #Constraints:      29125
3600.05/3617.90	c #Conflicts:    1308000 | #Constraints:      30125
3600.05/3617.90	c #Conflicts:    1309000 | #Constraints:      31125
3600.05/3617.90	c #Conflicts:    1310000 | #Constraints:      32125
3600.05/3617.90	c #Conflicts:    1311000 | #Constraints:      33125
3600.05/3617.90	c #Conflicts:    1312000 | #Constraints:      34125
3600.05/3617.90	c #Conflicts:    1313000 | #Constraints:      35125
3600.05/3617.90	c #Conflicts:    1314000 | #Constraints:      36125
3600.05/3617.90	c cpu time 3583.52 s
3600.05/3617.90	c deterministic time 416631776513 4.17e+11
3600.05/3617.90	c optimization time 43.5727 s
3600.05/3617.90	c total solve time 3539.92 s
3600.05/3617.90	c core-guided solve time 0 s
3600.05/3617.90	c propagation time 2893.73 s
3600.05/3617.90	c conflict analysis time 626.858 s
3600.05/3617.90	c propagations 125902912
3600.05/3617.90	c resolve steps 40062870
3600.05/3617.90	c decisions 1506958
3600.05/3617.90	c conflicts 1314297
3600.05/3617.90	c restarts 2555
3600.05/3617.90	c inprocessing phases 105
3600.05/3617.90	c garbage collections 105 ,( 100.00 )
3600.05/3617.90	c input clauses 864 ,( 64.14 )
3600.05/3617.90	c input cardinalities 0 ,( 0.00 )
3600.05/3617.90	c input general constraints 483 ,( 35.86 )
3600.05/3617.90	c input average constraint length 3.71
3600.05/3617.90	c input average constraint degree 9565533.11
3600.05/3617.90	c learned clauses 105415 ,( 8.02 )
3600.05/3617.90	c learned cardinalities 13 ,( 0.00 )
3600.05/3617.90	c learned general constraints 1208956 ,( 91.98 )
3600.05/3617.90	c learned average constraint length 160.30
3600.05/3617.90	c learned average constraint degree 409158561.22
3600.05/3617.90	c watched  CF 32, 64, 128, Arb: 18171 , 0 , 0 , 0
3600.05/3617.90	c counting CF 32, 64, 128, Arb: 1191265 , 3 , 0 , 0
3600.05/3617.90	c watched   constraints 18171 ,( 1.50 ) 
3600.05/3617.90	c counting  constraints 1191268 ,( 98.50 ) 
3600.05/3617.90	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 118699919 , 172223 , 79990032756 ,( 44855760 , 79945176996 )
3600.05/3617.90	c gcd simplifications 38907
3600.05/3617.90	c detected cardinalities 5
3600.05/3617.90	c weakened non-implied lits 50419409
3600.05/3617.90	c weakened non-implying lits 4523144
3600.05/3617.90	c original variables 848
3600.05/3617.90	c clausal propagations 50187894
3600.05/3617.90	c cardinality propagations 9096
3600.05/3617.90	c watched propagations 127118
3600.05/3617.90	c counting propagations 74169452
3600.05/3617.90	c watch lookups 108915498845
3600.05/3617.90	c watch backjump lookups 0
3600.05/3617.90	c watch checks 802245197
3600.05/3617.90	c propagation checks 305359884171
3600.05/3617.90	c constraint additions 1297747933
3600.05/3617.90	c trail pops 128723523
3600.05/3617.90	c formula constraints 1347
3600.05/3617.90	c learned constraints 1314278
3600.05/3617.90	c bound constraints 0
3600.05/3617.90	c core-guided constraints 0
3600.05/3617.90	c encountered formula constraints 34383852
3600.05/3617.90	c encountered learned constraints 6986848
3600.05/3617.90	c encountered bound constraints 0
3600.05/3617.90	c encountered core-guided constraints 0
3600.05/3617.90	c LP total time 25.8114 s
3600.05/3617.90	c LP solve time 22.85 s
3600.05/3617.90	c LP constraints added 1357
3600.05/3617.90	c LP constraints removed 0
3600.05/3617.90	c LP pivots internal 131858
3600.05/3617.90	c LP pivots root 135115
3600.05/3617.90	c LP calls 226
3600.05/3617.90	c LP optimalities 34
3600.05/3617.90	c LP no pivot count 1
3600.05/3617.90	c LP infeasibilities 82
3600.05/3617.90	c LP valid Farkas constraints 79
3600.05/3617.90	c LP learned Farkas constraints 18
3600.05/3617.90	c LP basis resets 107
3600.05/3617.90	c LP cycling count 7
3600.05/3617.90	c LP singular count 74
3600.05/3617.90	c LP no primal count 0
3600.05/3617.90	c LP no farkas count 1
3600.05/3617.90	c LP other issue count 25
3600.05/3617.90	c LP Gomory cuts 9
3600.05/3617.90	c LP learned cuts 1
3600.05/3617.90	c LP deleted cuts 0
3600.05/3617.90	c LP encountered Gomory constraints 1
3600.05/3617.90	c LP encountered Farkas constraints 5020
3600.05/3617.90	c LP encountered learned Farkas constraints 1428
3600.05/3617.90	c CG auxiliary variables introduced 0
3600.05/3617.90	c CG solutions found 0
3600.05/3617.90	c CG cores constructed 0
3600.05/3617.90	c CG core cardinality constraints returned 0
3600.05/3617.90	c CG unit cores 0
3600.05/3617.90	c CG single cores 0
3600.05/3617.90	c CG blocks removed during cardinality reduction 0
3600.05/3617.90	c CG first core best 0
3600.05/3617.90	c CG decision core best 0
3600.05/3617.90	c CG core reduction tie 0
3600.05/3617.90	c CG core degree average 0.00
3600.05/3617.90	c CG core slack average 0.00
3600.05/3617.90	c CG core upper bound improvements 0
3600.05/3617.90	c STR number of successful calls 0
3600.05/3617.90	c STR number of unsuccessful calls 0
3600.05/3617.90	c STR number of inconclusive calls 0
3600.05/3617.90	c STR number of successful attempts 0
3600.05/3617.90	c STR number of unsuccessful attempts 0
3600.05/3617.90	c STR number of inconclusive attempts 0
3600.05/3617.90	c STR average degree increase per successful call inf
3600.05/3617.90	c STR average degree increase per successful attempt inf
3600.05/3617.90	c STR total number of conflicts for successful attempts 0
3600.05/3617.90	c STR total number of conflicts for unsuccessful attempts 0
3600.05/3617.90	c STR total number of conflicts for inconclusive attempts 0
3600.05/3617.90	c STR average number of conflicts per successful attempt inf
3600.05/3617.90	c STR average number of conflicts per unsuccessful attempt inf
3600.05/3617.90	c STR average number of conflicts per inconclusive attempt inf
3600.05/3617.90	c AVG.sumWPerc 97.34 
3600.05/3617.90	c bigint constraints 3 
3600.05/3617.90	s UNKNOWN
3600.05/3617.90	c Program interrupted by user.

Verifier Data

ERROR: no interpretation found !

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: 63794 MiB (55412 MiB free)
  memory of node 1: 64507 MiB (62120 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4517367-1751224709/watcher-4517367-1751224709 -o /tmp/evaluation-result-4517367-1751224709/solver-4517367-1751224709 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751216867-27471 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4517367-1751224709.opb PROOFDIR/proof-4517367-1751224709 

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
solver pid=32019, runsolver pid=32016
Current StackSize limit: 8192 KiB

Starting watchdog thread

[startup+0.100078 s]*
/proc/loadavg: 4.10 4.14 4.15 5/253 32022
/proc/meminfo: memFree=120349848/131382120 swapFree=33010416/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/32019/stat : 32019 (run-dec-break-l) S 32016 32019 27461 0 -1 4194304 241 568 0 0 0 0 0 0 20 0 1 0 38150302 4292608 736 18446744073709551615 94924023312384 94924024206917 140737239243024 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94924024445968 94924024493712 94924047843328 140737239247125 140737239247326 140737239247326 140737239252928 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32022] ppid=32019 vsize=58216 memory=12356 CPUtime=0.05 cores=0,2
/proc/32022/stat : 32022 (roundingsat) R 32019 32019 27461 0 -1 4194304 1241 0 0 0 5 0 0 0 20 0 1 0 38150305 59613184 3089 18446744073709551615 4227072 8923433 140723889949952 0 0 0 0 0 8405026 0 0 0 17 2 0 0 0 0 0 9823104 9832592 40640512 140723889953012 140723889953320 140723889953320 140723889958890 0
/proc/32022/statm: 14554 3089 2304 1147 0 1981 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 62408 KiB
Current children cumulated memory: 15300 KiB

[startup+0.215401 s]*
/proc/loadavg: 4.10 4.14 4.15 5/253 32022
/proc/meminfo: memFree=120349092/131382120 swapFree=33010416/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/32019/stat : 32019 (run-dec-break-l) S 32016 32019 27461 0 -1 4194304 241 568 0 0 0 0 0 0 20 0 1 0 38150302 4292608 736 18446744073709551615 94924023312384 94924024206917 140737239243024 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94924024445968 94924024493712 94924047843328 140737239247125 140737239247326 140737239247326 140737239252928 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32022] ppid=32019 vsize=58216 memory=12356 CPUtime=0.15 cores=0,2
/proc/32022/stat : 32022 (roundingsat) R 32019 32019 27461 0 -1 4194304 1241 0 0 0 15 0 0 0 20 0 1 0 38150305 59613184 3089 18446744073709551615 4227072 8923433 140723889949952 0 0 0 0 0 8405026 0 0 0 17 2 0 0 0 0 0 9823104 9832592 40640512 140723889953012 140723889953320 140723889953320 140723889958890 0
/proc/32022/statm: 14554 3089 2304 1147 0 1981 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 62408 KiB
Current children cumulated memory: 15300 KiB

[startup+0.314209 s]*
/proc/loadavg: 4.10 4.14 4.15 5/253 32022
/proc/meminfo: memFree=120348084/131382120 swapFree=33010416/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/32019/stat : 32019 (run-dec-break-l) S 32016 32019 27461 0 -1 4194304 241 568 0 0 0 0 0 0 20 0 1 0 38150302 4292608 736 18446744073709551615 94924023312384 94924024206917 140737239243024 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94924024445968 94924024493712 94924047843328 140737239247125 140737239247326 140737239247326 140737239252928 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32022] ppid=32019 vsize=58648 memory=13124 CPUtime=0.25 cores=0,2
/proc/32022/stat : 32022 (roundingsat) R 32019 32019 27461 0 -1 4194304 1369 0 0 0 24 1 0 0 20 0 1 0 38150305 60055552 3281 18446744073709551615 4227072 8923433 140723889949952 0 0 0 0 0 8405026 0 0 0 17 2 0 0 0 0 0 9823104 9832592 40640512 140723889953012 140723889953320 140723889953320 140723889958890 0
/proc/32022/statm: 14662 3281 2368 1147 0 2089 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 62840 KiB
Current children cumulated memory: 16068 KiB

[startup+0.700328 s]
/proc/loadavg: 4.10 4.14 4.15 5/253 32022
/proc/meminfo: memFree=120332960/131382120 swapFree=33010416/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/32019/stat : 32019 (run-dec-break-l) S 32016 32019 27461 0 -1 4194304 241 568 0 0 0 0 0 0 20 0 1 0 38150302 4292608 736 18446744073709551615 94924023312384 94924024206917 140737239243024 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94924024445968 94924024493712 94924047843328 140737239247125 140737239247326 140737239247326 140737239252928 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32022] ppid=32019 vsize=59444 memory=15960 CPUtime=0.61 cores=0,2
/proc/32022/stat : 32022 (roundingsat) R 32019 32019 27461 0 -1 4194304 1580 0 0 0 60 1 0 0 20 0 1 0 38150305 60870656 3990 18446744073709551615 4227072 8923433 140723889949952 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40640512 140723889953012 140723889953320 140723889953320 140723889958890 0
/proc/32022/statm: 14861 3990 2368 1147 0 2288 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 63636 KiB
Current children cumulated memory: 18904 KiB

[startup+1.50037 s]
/proc/loadavg: 4.10 4.14 4.15 5/253 32022
/proc/meminfo: memFree=120308740/131382120 swapFree=33010416/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/32019/stat : 32019 (run-dec-break-l) S 32016 32019 27461 0 -1 4194304 241 568 0 0 0 0 0 0 20 0 1 0 38150302 4292608 736 18446744073709551615 94924023312384 94924024206917 140737239243024 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94924024445968 94924024493712 94924047843328 140737239247125 140737239247326 140737239247326 140737239252928 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32022] ppid=32019 vsize=61184 memory=17624 CPUtime=1.41 cores=0,2
/proc/32022/stat : 32022 (roundingsat) R 32019 32019 27461 0 -1 4194304 2004 0 0 0 138 3 0 0 20 0 1 0 38150305 62652416 4406 18446744073709551615 4227072 8923433 140723889949952 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40640512 140723889953012 140723889953320 140723889953320 140723889958890 0
/proc/32022/statm: 15296 4406 2368 1147 0 2723 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 65376 KiB
Current children cumulated memory: 20568 KiB

[startup+3.11282 s]
/proc/loadavg: 4.10 4.14 4.15 5/253 32022
/proc/meminfo: memFree=120226592/131382120 swapFree=33010416/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/32019/stat : 32019 (run-dec-break-l) S 32016 32019 27461 0 -1 4194304 241 568 0 0 0 0 0 0 20 0 1 0 38150302 4292608 736 18446744073709551615 94924023312384 94924024206917 140737239243024 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94924024445968 94924024493712 94924047843328 140737239247125 140737239247326 140737239247326 140737239252928 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32022] ppid=32019 vsize=66212 memory=24440 CPUtime=3.01 cores=0,2
/proc/32022/stat : 32022 (roundingsat) R 32019 32019 27461 0 -1 4194304 3191 0 0 0 297 4 0 0 20 0 1 0 38150305 67801088 6110 18446744073709551615 4227072 8923433 140723889949952 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40640512 140723889953012 140723889953320 140723889953320 140723889958890 0
/proc/32022/statm: 16553 6110 2368 1147 0 3980 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 70404 KiB
Current children cumulated memory: 27384 KiB

[startup+6.30037 s]
/proc/loadavg: 4.09 4.13 4.15 5/253 32022
/proc/meminfo: memFree=120090904/131382120 swapFree=33010416/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/32019/stat : 32019 (run-dec-break-l) S 32016 32019 27461 0 -1 4194304 241 568 0 0 0 0 0 0 20 0 1 0 38150302 4292608 736 18446744073709551615 94924023312384 94924024206917 140737239243024 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94924024445968 94924024493712 94924047843328 140737239247125 140737239247326 140737239247326 140737239252928 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32022] ppid=32019 vsize=82812 memory=38136 CPUtime=6.19 cores=0,2
/proc/32022/stat : 32022 (roundingsat) R 32019 32019 27461 0 -1 4194304 6646 0 0 0 610 9 0 0 20 0 1 0 38150305 84799488 9534 18446744073709551615 4227072 8923433 140723889949952 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40640512 140723889953012 140723889953320 140723889953320 140723889958890 0
/proc/32022/statm: 20703 9534 2368 1147 0 8130 0
Current children cumulated CPU time: 6.19 s
Current children cumulated vsize: 87004 KiB
Current children cumulated memory: 41080 KiB

[startup+12.7004 s]
/proc/loadavg: 4.08 4.13 4.15 5/260 32030
/proc/meminfo: memFree=119930616/131382120 swapFree=33010416/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/32019/stat : 32019 (run-dec-break-l) S 32016 32019 27461 0 -1 4194304 241 568 0 0 0 0 0 0 20 0 1 0 38150302 4292608 736 18446744073709551615 94924023312384 94924024206917 140737239243024 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94924024445968 94924024493712 94924047843328 140737239247125 140737239247326 140737239247326 140737239252928 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32022] ppid=32019 vsize=96280 memory=50004 CPUtime=12.57 cores=0,2
/proc/32022/stat : 32022 (roundingsat) R 32019 32019 27461 0 -1 4194304 8996 0 0 0 1242 15 0 0 20 0 1 0 38150305 98590720 12501 18446744073709551615 4227072 8923433 140723889949952 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40640512 140723889953012 140723889953320 140723889953320 140723889958890 0
/proc/32022/statm: 24070 12501 2464 1147 0 11497 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 100472 KiB
Current children cumulated memory: 52948 KiB

[startup+25.5004 s]
/proc/loadavg: 4.06 4.12 4.15 5/260 32030
/proc/meminfo: memFree=119467488/131382120 swapFree=33010416/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/32019/stat : 32019 (run-dec-break-l) S 32016 32019 27461 0 -1 4194304 241 568 0 0 0 0 0 0 20 0 1 0 38150302 4292608 736 18446744073709551615 94924023312384 94924024206917 140737239243024 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94924024445968 94924024493712 94924047843328 140737239247125 140737239247326 140737239247326 140737239252928 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32022] ppid=32019 vsize=98744 memory=52948 CPUtime=25.32 cores=0,2
/proc/32022/stat : 32022 (roundingsat) R 32019 32019 27461 0 -1 4194304 9734 0 0 0 2509 23 0 0 20 0 1 0 38150305 101113856 13237 18446744073709551615 4227072 8923433 140723889949952 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40640512 140723889953012 140723889953320 140723889953320 140723889958890 0
/proc/32022/statm: 24686 13237 2464 1147 0 12113 0
Current children cumulated CPU time: 25.32 s
Current children cumulated vsize: 102936 KiB
Current children cumulated memory: 55892 KiB

[startup+51.1133 s]
/proc/loadavg: 4.01 4.11 4.14 4/259 32084
/proc/meminfo: memFree=120126700/131382120 swapFree=33010416/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/32019/stat : 32019 (run-dec-break-l) S 32016 32019 27461 0 -1 4194304 241 568 0 0 0 0 0 0 20 0 1 0 38150302 4292608 736 18446744073709551615 94924023312384 94924024206917 140737239243024 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94924024445968 94924024493712 94924047843328 140737239247125 140737239247326 140737239247326 140737239252928 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32022] ppid=32019 vsize=102376 memory=57044 CPUtime=50.29 cores=0,2
/proc/32022/stat : 32022 (roundingsat) R 32019 32019 27461 0 -1 4194304 10757 0 0 0 4989 40 0 0 20 0 1 0 38150305 104833024 14261 18446744073709551615 4227072 8923433 140723889949952 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40640512 140723889953012 140723889953320 140723889953320 140723889958890 0
/proc/32022/statm: 25594 14261 2464 1147 0 13021 0
Current children cumulated CPU time: 50.29 s
Current children cumulated vsize: 106568 KiB
Current children cumulated memory: 59988 KiB

[startup+102.3 s]
/proc/loadavg: 3.54 3.97 4.09 4/259 32086
/proc/meminfo: memFree=119606876/131382120 swapFree=33010416/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/32019/stat : 32019 (run-dec-break-l) S 32016 32019 27461 0 -1 4194304 241 568 0 0 0 0 0 0 20 0 1 0 38150302 4292608 736 18446744073709551615 94924023312384 94924024206917 140737239243024 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94924024445968 94924024493712 94924047843328 140737239247125 140737239247326 140737239247326 140737239252928 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32022] ppid=32019 vsize=111172 memory=64724 CPUtime=101.12 cores=0,2
/proc/32022/stat : 32022 (roundingsat) R 32019 32019 27461 0 -1 4194304 12696 0 0 0 10024 88 0 0 20 0 1 0 38150305 113840128 16181 18446744073709551615 4227072 8923433 140723889949952 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40640512 140723889953012 140723889953320 140723889953320 140723889958890 0
/proc/32022/statm: 27793 16181 2464 1147 0 15220 0
Current children cumulated CPU time: 101.12 s
Current children cumulated vsize: 115364 KiB
Current children cumulated memory: 67668 KiB

[startup+162.3 s]
/proc/loadavg: 3.24 3.81 4.03 4/259 32088
/proc/meminfo: memFree=119104608/131382120 swapFree=33010416/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/32019/stat : 32019 (run-dec-break-l) S 32016 32019 27461 0 -1 4194304 241 568 0 0 0 0 0 0 20 0 1 0 38150302 4292608 736 18446744073709551615 94924023312384 94924024206917 140737239243024 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94924024445968 94924024493712 94924047843328 140737239247125 140737239247326 140737239247326 140737239252928 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32022] ppid=32019 vsize=134520 memory=88260 CPUtime=160.62 cores=0,2
/proc/32022/stat : 32022 (roundingsat) R 32019 32019 27461 0 -1 4194304 16256 0 0 0 15922 140 0 0 20 0 1 0 38150305 137748480 22065 18446744073709551615 4227072 8923433 140723889949952 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40640512 140723889953012 140723889953320 140723889953320 140723889958890 0
/proc/32022/statm: 33630 22065 2464 1147 0 21057 0
Current children cumulated CPU time: 160.62 s
Current children cumulated vsize: 138712 KiB
Current children cumulated memory: 91204 KiB

[startup+222.3 s]
/proc/loadavg: 3.12 3.67 3.96 4/260 32092
/proc/meminfo: memFree=118440956/131382120 swapFree=33010416/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/32019/stat : 32019 (run-dec-break-l) S 32016 32019 27461 0 -1 4194304 241 568 0 0 0 0 0 0 20 0 1 0 38150302 4292608 736 18446744073709551615 94924023312384 94924024206917 140737239243024 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94924024445968 94924024493712 94924047843328 140737239247125 140737239247326 140737239247326 140737239252928 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32022] ppid=32019 vsize=137792 memory=90948 CPUtime=220.25 cores=0,2
/proc/32022/stat : 32022 (roundingsat) R 32019 32019 27461 0 -1 4194304 16928 0 0 0 21833 192 0 0 20 0 1 0 38150305 141099008 22737 18446744073709551615 4227072 8923433 140723889949952 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40640512 140723889953012 140723889953320 140723889953320 140723889958890 0
/proc/32022/statm: 34448 22737 2464 1147 0 21875 0

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

/proc/32022/statm: 75988 63358 2464 1147 0 63415 0
Current children cumulated CPU time: 3086.52 s
Current children cumulated vsize: 308144 KiB
Current children cumulated memory: 256376 KiB

[startup+3162.3 s]
/proc/loadavg: 2.08 2.08 2.26 3/244 32287
/proc/meminfo: memFree=116732624/131382120 swapFree=33010416/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/32019/stat : 32019 (run-dec-break-l) S 32016 32019 27461 0 -1 4194304 241 568 0 0 0 0 0 0 20 0 1 0 38150302 4292608 736 18446744073709551615 94924023312384 94924024206917 140737239243024 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94924024445968 94924024493712 94924047843328 140737239247125 140737239247326 140737239247326 140737239252928 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32022] ppid=32019 vsize=304464 memory=253688 CPUtime=3146.25 cores=0,2
/proc/32022/stat : 32022 (roundingsat) R 32019 32019 27461 0 -1 4194304 41532 0 0 0 313128 1497 0 0 20 0 1 0 38150305 311771136 63422 18446744073709551615 4227072 8923433 140723889949952 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40640512 140723889953012 140723889953320 140723889953320 140723889958890 0
/proc/32022/statm: 76116 63422 2464 1147 0 63543 0
Current children cumulated CPU time: 3146.25 s
Current children cumulated vsize: 308656 KiB
Current children cumulated memory: 256632 KiB

[startup+3222.3 s]
/proc/loadavg: 2.75 2.27 2.31 3/244 32289
/proc/meminfo: memFree=116580124/131382120 swapFree=33010416/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/32019/stat : 32019 (run-dec-break-l) S 32016 32019 27461 0 -1 4194304 241 568 0 0 0 0 0 0 20 0 1 0 38150302 4292608 736 18446744073709551615 94924023312384 94924024206917 140737239243024 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94924024445968 94924024493712 94924047843328 140737239247125 140737239247326 140737239247326 140737239252928 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32022] ppid=32019 vsize=304976 memory=253944 CPUtime=3206 cores=0,2
/proc/32022/stat : 32022 (roundingsat) R 32019 32019 27461 0 -1 4194304 41608 0 0 0 319081 1519 0 0 20 0 1 0 38150305 312295424 63486 18446744073709551615 4227072 8923433 140723889949952 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40640512 140723889953012 140723889953320 140723889953320 140723889958890 0
/proc/32022/statm: 76244 63486 2464 1147 0 63671 0
Current children cumulated CPU time: 3206 s
Current children cumulated vsize: 309168 KiB
Current children cumulated memory: 256888 KiB

[startup+3282.3 s]
/proc/loadavg: 2.31 2.23 2.30 3/244 32291
/proc/meminfo: memFree=116520524/131382120 swapFree=33010416/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/32019/stat : 32019 (run-dec-break-l) S 32016 32019 27461 0 -1 4194304 241 568 0 0 0 0 0 0 20 0 1 0 38150302 4292608 736 18446744073709551615 94924023312384 94924024206917 140737239243024 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94924024445968 94924024493712 94924047843328 140737239247125 140737239247326 140737239247326 140737239252928 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32022] ppid=32019 vsize=308048 memory=255608 CPUtime=3265.81 cores=0,2
/proc/32022/stat : 32022 (roundingsat) R 32019 32019 27461 0 -1 4194304 42023 0 0 0 325041 1540 0 0 20 0 1 0 38150305 315441152 63902 18446744073709551615 4227072 8923433 140723889949952 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40640512 140723889953012 140723889953320 140723889953320 140723889958890 0
/proc/32022/statm: 77012 63902 2464 1147 0 64439 0
Current children cumulated CPU time: 3265.81 s
Current children cumulated vsize: 312240 KiB
Current children cumulated memory: 258552 KiB

[startup+3342.3 s]
/proc/loadavg: 2.20 2.22 2.28 3/245 32296
/proc/meminfo: memFree=116394616/131382120 swapFree=33010416/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/32019/stat : 32019 (run-dec-break-l) S 32016 32019 27461 0 -1 4194304 241 568 0 0 0 0 0 0 20 0 1 0 38150302 4292608 736 18446744073709551615 94924023312384 94924024206917 140737239243024 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94924024445968 94924024493712 94924047843328 140737239247125 140737239247326 140737239247326 140737239252928 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32022] ppid=32019 vsize=308048 memory=255608 CPUtime=3325.58 cores=0,2
/proc/32022/stat : 32022 (roundingsat) R 32019 32019 27461 0 -1 4194304 42023 0 0 0 330997 1561 0 0 20 0 1 0 38150305 315441152 63902 18446744073709551615 4227072 8923433 140723889949952 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40640512 140723889953012 140723889953320 140723889953320 140723889958890 0
/proc/32022/statm: 77012 63902 2464 1147 0 64439 0
Current children cumulated CPU time: 3325.58 s
Current children cumulated vsize: 312240 KiB
Current children cumulated memory: 258552 KiB

[startup+3402.3 s]
/proc/loadavg: 2.81 2.39 2.34 3/244 32302
/proc/meminfo: memFree=116249580/131382120 swapFree=33010416/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/32019/stat : 32019 (run-dec-break-l) S 32016 32019 27461 0 -1 4194304 241 568 0 0 0 0 0 0 20 0 1 0 38150302 4292608 736 18446744073709551615 94924023312384 94924024206917 140737239243024 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94924024445968 94924024493712 94924047843328 140737239247125 140737239247326 140737239247326 140737239252928 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32022] ppid=32019 vsize=308560 memory=262628 CPUtime=3385.34 cores=0,2
/proc/32022/stat : 32022 (roundingsat) R 32019 32019 27461 0 -1 4194304 42097 0 0 0 336953 1581 0 0 20 0 1 0 38150305 315965440 65657 18446744073709551615 4227072 8923433 140723889949952 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40640512 140723889953012 140723889953320 140723889953320 140723889958890 0
/proc/32022/statm: 77140 65657 2464 1147 0 64567 0
Current children cumulated CPU time: 3385.34 s
Current children cumulated vsize: 312752 KiB
Current children cumulated memory: 265572 KiB

[startup+3462.3 s]
/proc/loadavg: 2.23 2.32 2.32 2/237 32335
/proc/meminfo: memFree=122126804/131382120 swapFree=33010416/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/32019/stat : 32019 (run-dec-break-l) S 32016 32019 27461 0 -1 4194304 241 568 0 0 0 0 0 0 20 0 1 0 38150302 4292608 736 18446744073709551615 94924023312384 94924024206917 140737239243024 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94924024445968 94924024493712 94924047843328 140737239247125 140737239247326 140737239247326 140737239252928 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32022] ppid=32019 vsize=309072 memory=262884 CPUtime=3445.12 cores=0,2
/proc/32022/stat : 32022 (roundingsat) R 32019 32019 27461 0 -1 4194304 42163 0 0 0 342912 1600 0 0 20 0 1 0 38150305 316489728 65721 18446744073709551615 4227072 8923433 140723889949952 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40640512 140723889953012 140723889953320 140723889953320 140723889958890 0
/proc/32022/statm: 77268 65721 2464 1147 0 64695 0
Current children cumulated CPU time: 3445.12 s
Current children cumulated vsize: 313264 KiB
Current children cumulated memory: 265828 KiB

[startup+3522.3 s]
/proc/loadavg: 1.52 2.09 2.24 2/237 32337
/proc/meminfo: memFree=122039052/131382120 swapFree=33010416/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/32019/stat : 32019 (run-dec-break-l) S 32016 32019 27461 0 -1 4194304 241 568 0 0 0 0 0 0 20 0 1 0 38150302 4292608 736 18446744073709551615 94924023312384 94924024206917 140737239243024 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94924024445968 94924024493712 94924047843328 140737239247125 140737239247326 140737239247326 140737239252928 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32022] ppid=32019 vsize=310096 memory=263396 CPUtime=3504.85 cores=0,2
/proc/32022/stat : 32022 (roundingsat) R 32019 32019 27461 0 -1 4194304 42302 0 0 0 348864 1621 0 0 20 0 1 0 38150305 317538304 65849 18446744073709551615 4227072 8923433 140723889949952 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40640512 140723889953012 140723889953320 140723889953320 140723889958890 0
/proc/32022/statm: 77524 65849 2464 1147 0 64951 0
Current children cumulated CPU time: 3504.85 s
Current children cumulated vsize: 314288 KiB
Current children cumulated memory: 266340 KiB

[startup+3582.3 s]
/proc/loadavg: 1.25 1.91 2.16 2/236 32339
/proc/meminfo: memFree=121967448/131382120 swapFree=33010416/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/32019/stat : 32019 (run-dec-break-l) S 32016 32019 27461 0 -1 4194304 241 568 0 0 0 0 0 0 20 0 1 0 38150302 4292608 736 18446744073709551615 94924023312384 94924024206917 140737239243024 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94924024445968 94924024493712 94924047843328 140737239247125 140737239247326 140737239247326 140737239252928 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32022] ppid=32019 vsize=310096 memory=263396 CPUtime=3564.6 cores=0,2
/proc/32022/stat : 32022 (roundingsat) R 32019 32019 27461 0 -1 4194304 42302 0 0 0 354818 1642 0 0 20 0 1 0 38150305 317538304 65849 18446744073709551615 4227072 8923433 140723889949952 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40640512 140723889953012 140723889953320 140723889953320 140723889958890 0
/proc/32022/statm: 77524 65849 2464 1147 0 64951 0
Current children cumulated CPU time: 3564.6 s
Current children cumulated vsize: 314288 KiB
Current children cumulated memory: 266340 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.9 s]
/proc/loadavg: 1.20 1.82 2.12 2/236 32339
/proc/meminfo: memFree=121908740/131382120 swapFree=33010416/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/32019/stat : 32019 (run-dec-break-l) S 32016 32019 27461 0 -1 4194304 241 568 0 0 0 0 0 0 20 0 1 0 38150302 4292608 736 18446744073709551615 94924023312384 94924024206917 140737239243024 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94924024445968 94924024493712 94924047843328 140737239247125 140737239247326 140737239247326 140737239252928 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32022] ppid=32019 vsize=310096 memory=264292 CPUtime=3600.05 cores=0,2
/proc/32022/stat : 32022 (roundingsat) R 32019 32019 27461 0 -1 4194304 42302 0 0 0 358351 1654 0 0 20 0 1 0 38150305 317538304 66073 18446744073709551615 4227072 8923433 140723889949952 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40640512 140723889953012 140723889953320 140723889953320 140723889958890 0
/proc/32022/statm: 77524 66073 2464 1147 0 64951 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 314288 KiB
Current children cumulated memory: 267236 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.007858 s, system=0.009846 s

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

# cumulated CPU time of all completed processes:  user=3583.53 s, system=16.5567 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+3617.9 s]
/proc/loadavg: 1.20 1.82 2.12 2/236 32339
/proc/meminfo: memFree=121908740/131382120 swapFree=33010416/33010684
[pid=32019] ppid=32016 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/32019/stat : 32019 (run-dec-break-l) S 32016 32019 27461 0 -1 4194304 241 568 0 0 0 0 0 0 20 0 1 0 38150302 4292608 736 18446744073709551615 94924023312384 94924024206917 140737239243024 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94924024445968 94924024493712 94924047843328 140737239247125 140737239247326 140737239247326 140737239252928 0
/proc/32019/statm: 1048 736 672 219 0 110 0
[pid=32022] ppid=32019 vsize=310096 memory=264292 CPUtime=3600.05 cores=0,2
/proc/32022/stat : 32022 (roundingsat) R 32019 32019 27461 0 -1 4194304 42302 0 0 0 358351 1654 0 0 20 0 1 0 38150305 317538304 66073 18446744073709551615 4227072 8923433 140723889949952 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 40640512 140723889953012 140723889953320 140723889953320 140723889958890 0
/proc/32022/statm: 77524 66073 2464 1147 0 64951 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 314288 KiB
Current children cumulated memory: 267236 KiB

Child status: 2

Real time (s): 3617.92
CPU time (s): 3600.09
CPU user time (s): 3583.53
CPU system time (s): 16.5567
CPU usage (%): 99.5073
Max. virtual memory (cumulated for all children) (KiB): 314288
Max. memory (cumulated for all children) (KiB): 267236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.53
system time used= 16.5567
maximum resident set size= 264548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43129
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13298312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 475
involuntary context switches= 10075


# summary of solver processes directly reported to runsolver:
#   pid: 32019,32022
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3583.53
#   total CPU system time (s): 16.5567

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.2682 second user time and 36.3137 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-06-29 21:18:29
IDJOB=4517367
IDBENCH=176059
IDSOLVER=3358
FILE ID=nodeC006/4517367-1751224709
RUNJOBID= nodeC006-1751216867-27471
SLURM_JOB_ID= 9587659
Free space on /tmp= 433036 MiB

SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/diag_spec/normalized-16diag_spec_greater.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4517367-1751224709/watcher-4517367-1751224709 -o /tmp/evaluation-result-4517367-1751224709/solver-4517367-1751224709 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751216867-27471 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4517367-1751224709.opb PROOFDIR/proof-4517367-1751224709

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

MD5SUM BENCH= 6887599ad065147dc61a02d711e5083c
RANDOM SEED=386783773

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        120370932 kB
MemAvailable:   129071056 kB
Buffers:            2128 kB
Cached:          9498316 kB
SwapCached:           12 kB
Active:          1150976 kB
Inactive:        9227596 kB
Active(anon):     883416 kB
Inactive(anon):    12740 kB
Active(file):     267560 kB
Inactive(file):  9214856 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            214880 kB
Writeback:             0 kB
AnonPages:        879740 kB
Mapped:           112900 kB
Shmem:             17948 kB
KReclaimable:     114288 kB
Slab:             204184 kB
SReclaimable:     114288 kB
SUnreclaim:        89896 kB
KernelStack:        4064 kB
PageTables:         4812 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    1290508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    675840 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC006 at 2025-06-29 22:18:48