Trace number 4517366

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 63f22ad? (TO) 3600.03 3611.11

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4517366-1751225233/watcher-4517366-1751225233 -o /tmp/evaluation-result-4517366-1751225233/solver-4517366-1751225233 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751217107-31778 --watchdog 3760 run-dec-break.sh HOME/instance-4517366-1751225233.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100058 s]*
/proc/loadavg: 4.10 4.11 4.09 5/269 35188
/proc/meminfo: memFree=129368360/131250000 swapFree=33010684/33010684
[pid=35185] ppid=35182 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/35185/stat : 35185 (run-dec-break.s) S 35182 35185 31764 0 -1 4194304 236 557 0 0 0 0 0 0 20 0 1 0 38201166 4292608 736 18446744073709551615 94038450929664 94038451824197 140735613806656 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94038452063248 94038452110992 94038464598016 140735613815137 140735613815266 140735613815266 140735613820868 0
/proc/35185/statm: 1048 736 672 219 0 110 0
[pid=35188] ppid=35185 vsize=58532 memory=15264 CPUtime=0.08 cores=4,6
/proc/35188/stat : 35188 (roundingsat) R 35185 35185 31764 0 -1 4194304 1367 0 0 0 8 0 0 0 20 0 1 0 38201168 59936768 3816 18446744073709551615 4227072 8923433 140722682530464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14934016 140722682534212 140722682534440 140722682534440 140722682540010 0
/proc/35188/statm: 14666 3816 2400 1147 0 2093 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 62724 KiB
Current children cumulated memory: 18208 KiB

[startup+0.205689 s]*
/proc/loadavg: 4.10 4.11 4.09 5/269 35188
/proc/meminfo: memFree=129368384/131250000 swapFree=33010684/33010684
[pid=35185] ppid=35182 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/35185/stat : 35185 (run-dec-break.s) S 35182 35185 31764 0 -1 4194304 236 557 0 0 0 0 0 0 20 0 1 0 38201166 4292608 736 18446744073709551615 94038450929664 94038451824197 140735613806656 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94038452063248 94038452110992 94038464598016 140735613815137 140735613815266 140735613815266 140735613820868 0
/proc/35185/statm: 1048 736 672 219 0 110 0
[pid=35188] ppid=35185 vsize=59192 memory=15904 CPUtime=0.18 cores=4,6
/proc/35188/stat : 35188 (roundingsat) R 35185 35185 31764 0 -1 4194304 1533 0 0 0 18 0 0 0 20 0 1 0 38201168 60612608 3976 18446744073709551615 4227072 8923433 140722682530464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14934016 140722682534212 140722682534440 140722682534440 140722682540010 0
/proc/35188/statm: 14798 3976 2400 1147 0 2225 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 63384 KiB
Current children cumulated memory: 18848 KiB

[startup+0.305507 s]*
/proc/loadavg: 4.10 4.11 4.09 5/269 35188
/proc/meminfo: memFree=129368384/131250000 swapFree=33010684/33010684
[pid=35185] ppid=35182 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/35185/stat : 35185 (run-dec-break.s) S 35182 35185 31764 0 -1 4194304 236 557 0 0 0 0 0 0 20 0 1 0 38201166 4292608 736 18446744073709551615 94038450929664 94038451824197 140735613806656 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94038452063248 94038452110992 94038464598016 140735613815137 140735613815266 140735613815266 140735613820868 0
/proc/35185/statm: 1048 736 672 219 0 110 0
[pid=35188] ppid=35185 vsize=59984 memory=16672 CPUtime=0.28 cores=4,6
/proc/35188/stat : 35188 (roundingsat) R 35185 35185 31764 0 -1 4194304 1720 0 0 0 28 0 0 0 20 0 1 0 38201168 61423616 4168 18446744073709551615 4227072 8923433 140722682530464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14934016 140722682534212 140722682534440 140722682534440 140722682540010 0
/proc/35188/statm: 14996 4168 2400 1147 0 2423 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 64176 KiB
Current children cumulated memory: 19616 KiB

[startup+0.700156 s]
/proc/loadavg: 4.10 4.11 4.09 5/269 35188
/proc/meminfo: memFree=129366620/131250000 swapFree=33010684/33010684
[pid=35185] ppid=35182 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/35185/stat : 35185 (run-dec-break.s) S 35182 35185 31764 0 -1 4194304 236 557 0 0 0 0 0 0 20 0 1 0 38201166 4292608 736 18446744073709551615 94038450929664 94038451824197 140735613806656 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94038452063248 94038452110992 94038464598016 140735613815137 140735613815266 140735613815266 140735613820868 0
/proc/35185/statm: 1048 736 672 219 0 110 0
[pid=35188] ppid=35185 vsize=62140 memory=18720 CPUtime=0.67 cores=4,6
/proc/35188/stat : 35188 (roundingsat) R 35185 35185 31764 0 -1 4194304 2253 0 0 0 67 0 0 0 20 0 1 0 38201168 63631360 4680 18446744073709551615 4227072 8923433 140722682530464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14934016 140722682534212 140722682534440 140722682534440 140722682540010 0
/proc/35188/statm: 15535 4680 2400 1147 0 2962 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 66332 KiB
Current children cumulated memory: 21664 KiB

[startup+1.50017 s]
/proc/loadavg: 4.10 4.11 4.09 5/269 35188
/proc/meminfo: memFree=129360508/131250000 swapFree=33010684/33010684
[pid=35185] ppid=35182 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/35185/stat : 35185 (run-dec-break.s) S 35182 35185 31764 0 -1 4194304 236 557 0 0 0 0 0 0 20 0 1 0 38201166 4292608 736 18446744073709551615 94038450929664 94038451824197 140735613806656 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94038452063248 94038452110992 94038464598016 140735613815137 140735613815266 140735613815266 140735613820868 0
/proc/35185/statm: 1048 736 672 219 0 110 0
[pid=35188] ppid=35185 vsize=66080 memory=24592 CPUtime=1.47 cores=4,6
/proc/35188/stat : 35188 (roundingsat) R 35185 35185 31764 0 -1 4194304 3197 0 0 0 146 1 0 0 20 0 1 0 38201168 67665920 6148 18446744073709551615 4227072 8923433 140722682530464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14934016 140722682534212 140722682534440 140722682534440 140722682540010 0
/proc/35188/statm: 16520 6148 2400 1147 0 3947 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 70272 KiB
Current children cumulated memory: 27536 KiB

[startup+3.10548 s]
/proc/loadavg: 4.10 4.11 4.09 5/269 35188
/proc/meminfo: memFree=129341608/131250000 swapFree=33010684/33010684
[pid=35185] ppid=35182 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/35185/stat : 35185 (run-dec-break.s) S 35182 35185 31764 0 -1 4194304 236 557 0 0 0 0 0 0 20 0 1 0 38201166 4292608 736 18446744073709551615 94038450929664 94038451824197 140735613806656 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94038452063248 94038452110992 94038464598016 140735613815137 140735613815266 140735613815266 140735613820868 0
/proc/35185/statm: 1048 736 672 219 0 110 0
[pid=35188] ppid=35185 vsize=77572 memory=32528 CPUtime=3.07 cores=4,6
/proc/35188/stat : 35188 (roundingsat) R 35185 35185 31764 0 -1 4194304 5186 0 0 0 305 2 0 0 20 0 1 0 38201168 79433728 8132 18446744073709551615 4227072 8923433 140722682530464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14934016 140722682534212 140722682534440 140722682534440 140722682540010 0
/proc/35188/statm: 19393 8132 2400 1147 0 6820 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 81764 KiB
Current children cumulated memory: 35472 KiB

[startup+6.30018 s]
/proc/loadavg: 4.09 4.11 4.09 5/269 35188
/proc/meminfo: memFree=129321892/131250000 swapFree=33010684/33010684
[pid=35185] ppid=35182 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/35185/stat : 35185 (run-dec-break.s) S 35182 35185 31764 0 -1 4194304 236 557 0 0 0 0 0 0 20 0 1 0 38201166 4292608 736 18446744073709551615 94038450929664 94038451824197 140735613806656 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94038452063248 94038452110992 94038464598016 140735613815137 140735613815266 140735613815266 140735613820868 0
/proc/35185/statm: 1048 736 672 219 0 110 0
[pid=35188] ppid=35185 vsize=82136 memory=37904 CPUtime=6.25 cores=4,6
/proc/35188/stat : 35188 (roundingsat) R 35185 35185 31764 0 -1 4194304 6524 0 0 0 621 4 0 0 20 0 1 0 38201168 84107264 9476 18446744073709551615 4227072 8923433 140722682530464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14934016 140722682534212 140722682534440 140722682534440 140722682540010 0
/proc/35188/statm: 20534 9476 2400 1147 0 7961 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 86328 KiB
Current children cumulated memory: 40848 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 4.11 4.09 5/269 35188
/proc/meminfo: memFree=129306268/131250000 swapFree=33010684/33010684
[pid=35185] ppid=35182 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/35185/stat : 35185 (run-dec-break.s) S 35182 35185 31764 0 -1 4194304 236 557 0 0 0 0 0 0 20 0 1 0 38201166 4292608 736 18446744073709551615 94038450929664 94038451824197 140735613806656 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94038452063248 94038452110992 94038464598016 140735613815137 140735613815266 140735613815266 140735613820868 0
/proc/35185/statm: 1048 736 672 219 0 110 0
[pid=35188] ppid=35185 vsize=93824 memory=47568 CPUtime=12.64 cores=4,6
/proc/35188/stat : 35188 (roundingsat) R 35185 35185 31764 0 -1 4194304 8334 0 0 0 1257 7 0 0 20 0 1 0 38201168 96075776 11892 18446744073709551615 4227072 8923433 140722682530464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14934016 140722682534212 140722682534440 140722682534440 140722682540010 0
/proc/35188/statm: 23456 11892 2496 1147 0 10883 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 98016 KiB
Current children cumulated memory: 50512 KiB

[startup+25.5002 s]
/proc/loadavg: 4.14 4.12 4.09 5/269 35188
/proc/meminfo: memFree=129291904/131250000 swapFree=33010684/33010684
[pid=35185] ppid=35182 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/35185/stat : 35185 (run-dec-break.s) S 35182 35185 31764 0 -1 4194304 236 557 0 0 0 0 0 0 20 0 1 0 38201166 4292608 736 18446744073709551615 94038450929664 94038451824197 140735613806656 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94038452063248 94038452110992 94038464598016 140735613815137 140735613815266 140735613815266 140735613820868 0
/proc/35185/statm: 1048 736 672 219 0 110 0
[pid=35188] ppid=35185 vsize=96732 memory=50896 CPUtime=25.41 cores=4,6
/proc/35188/stat : 35188 (roundingsat) R 35185 35185 31764 0 -1 4194304 9172 0 0 0 2531 10 0 0 20 0 1 0 38201168 99053568 12724 18446744073709551615 4227072 8923433 140722682530464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14934016 140722682534212 140722682534440 140722682534440 140722682540010 0
/proc/35188/statm: 24183 12724 2496 1147 0 11610 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 100924 KiB
Current children cumulated memory: 53840 KiB

[startup+51.1055 s]
/proc/loadavg: 4.09 4.11 4.09 5/269 35189
/proc/meminfo: memFree=129263828/131250000 swapFree=33010684/33010684
[pid=35185] ppid=35182 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/35185/stat : 35185 (run-dec-break.s) S 35182 35185 31764 0 -1 4194304 236 557 0 0 0 0 0 0 20 0 1 0 38201166 4292608 736 18446744073709551615 94038450929664 94038451824197 140735613806656 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94038452063248 94038452110992 94038464598016 140735613815137 140735613815266 140735613815266 140735613820868 0
/proc/35185/statm: 1048 736 672 219 0 110 0
[pid=35188] ppid=35185 vsize=100336 memory=54864 CPUtime=50.95 cores=4,6
/proc/35188/stat : 35188 (roundingsat) R 35185 35185 31764 0 -1 4194304 10176 0 0 0 5076 19 0 0 20 0 1 0 38201168 102744064 13716 18446744073709551615 4227072 8923433 140722682530464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14934016 140722682534212 140722682534440 140722682534440 140722682540010 0
/proc/35188/statm: 25084 13716 2496 1147 0 12511 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 104528 KiB
Current children cumulated memory: 57808 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/270 35197
/proc/meminfo: memFree=129199232/131250000 swapFree=33010684/33010684
[pid=35185] ppid=35182 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/35185/stat : 35185 (run-dec-break.s) S 35182 35185 31764 0 -1 4194304 236 557 0 0 0 0 0 0 20 0 1 0 38201166 4292608 736 18446744073709551615 94038450929664 94038451824197 140735613806656 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94038452063248 94038452110992 94038464598016 140735613815137 140735613815266 140735613815266 140735613820868 0
/proc/35185/statm: 1048 736 672 219 0 110 0
[pid=35188] ppid=35185 vsize=109484 memory=63056 CPUtime=102.03 cores=4,6
/proc/35188/stat : 35188 (roundingsat) R 35185 35185 31764 0 -1 4194304 12213 0 0 0 10159 44 0 0 20 0 1 0 38201168 112111616 15764 18446744073709551615 4227072 8923433 140722682530464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14934016 140722682534212 140722682534440 140722682534440 140722682540010 0
/proc/35188/statm: 27371 15764 2496 1147 0 14798 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 113676 KiB
Current children cumulated memory: 66000 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/270 35199
/proc/meminfo: memFree=129178936/131250000 swapFree=33010684/33010684
[pid=35185] ppid=35182 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/35185/stat : 35185 (run-dec-break.s) S 35182 35185 31764 0 -1 4194304 236 557 0 0 0 0 0 0 20 0 1 0 38201166 4292608 736 18446744073709551615 94038450929664 94038451824197 140735613806656 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94038452063248 94038452110992 94038464598016 140735613815137 140735613815266 140735613815266 140735613820868 0
/proc/35185/statm: 1048 736 672 219 0 110 0
[pid=35188] ppid=35185 vsize=132452 memory=79476 CPUtime=161.88 cores=4,6
/proc/35188/stat : 35188 (roundingsat) R 35185 35185 31764 0 -1 4194304 15826 0 0 0 16116 72 0 0 20 0 1 0 38201168 135630848 19869 18446744073709551615 4227072 8923433 140722682530464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14934016 140722682534212 140722682534440 140722682534440 140722682540010 0
/proc/35188/statm: 33113 19869 2496 1147 0 20540 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 136644 KiB
Current children cumulated memory: 82420 KiB

[startup+222.3 s]
/proc/loadavg: 3.81 4.04 4.07 4/263 35279
/proc/meminfo: memFree=129198624/131250000 swapFree=33010684/33010684
[pid=35185] ppid=35182 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/35185/stat : 35185 (run-dec-break.s) S 35182 35185 31764 0 -1 4194304 236 557 0 0 0 0 0 0 20 0 1 0 38201166 4292608 736 18446744073709551615 94038450929664 94038451824197 140735613806656 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94038452063248 94038452110992 94038464598016 140735613815137 140735613815266 140735613815266 140735613820868 0
/proc/35185/statm: 1048 736 672 219 0 110 0
[pid=35188] ppid=35185 vsize=156020 memory=100980 CPUtime=221.72 cores=4,6
/proc/35188/stat : 35188 (roundingsat) R 35185 35185 31764 0 -1 4194304 21179 0 0 0 22075 97 0 0 20 0 1 0 38201168 159764480 25245 18446744073709551615 4227072 8923433 140722682530464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14934016 140722682534212 140722682534440 140722682534440 140722682540010 0
/proc/35188/statm: 39005 25245 2496 1147 0 26432 0
Current children cumulated CPU time: 221.72 s

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

/proc/35188/statm: 72747 59362 2496 1147 0 60174 0
Current children cumulated CPU time: 3092.85 s
Current children cumulated vsize: 295180 KiB
Current children cumulated memory: 240392 KiB

[startup+3162.3 s]
/proc/loadavg: 2.15 2.11 2.17 3/256 35474
/proc/meminfo: memFree=129363204/131250000 swapFree=33010684/33010684
[pid=35185] ppid=35182 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/35185/stat : 35185 (run-dec-break.s) S 35182 35185 31764 0 -1 4194304 236 557 0 0 0 0 0 0 20 0 1 0 38201166 4292608 736 18446744073709551615 94038450929664 94038451824197 140735613806656 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94038452063248 94038452110992 94038464598016 140735613815137 140735613815266 140735613815266 140735613820868 0
/proc/35185/statm: 1048 736 672 219 0 110 0
[pid=35188] ppid=35185 vsize=293036 memory=240744 CPUtime=3152.66 cores=4,6
/proc/35188/stat : 35188 (roundingsat) R 35185 35185 31764 0 -1 4194304 39041 0 0 0 314674 592 0 0 20 0 1 0 38201168 300068864 60186 18446744073709551615 4227072 8923433 140722682530464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14934016 140722682534212 140722682534440 140722682534440 140722682540010 0
/proc/35188/statm: 73259 60186 2496 1147 0 60686 0
Current children cumulated CPU time: 3152.66 s
Current children cumulated vsize: 297228 KiB
Current children cumulated memory: 243688 KiB

[startup+3222.3 s]
/proc/loadavg: 2.11 2.10 2.17 3/256 35476
/proc/meminfo: memFree=129364308/131250000 swapFree=33010684/33010684
[pid=35185] ppid=35182 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/35185/stat : 35185 (run-dec-break.s) S 35182 35185 31764 0 -1 4194304 236 557 0 0 0 0 0 0 20 0 1 0 38201166 4292608 736 18446744073709551615 94038450929664 94038451824197 140735613806656 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94038452063248 94038452110992 94038464598016 140735613815137 140735613815266 140735613815266 140735613820868 0
/proc/35185/statm: 1048 736 672 219 0 110 0
[pid=35188] ppid=35185 vsize=293036 memory=240744 CPUtime=3212.46 cores=4,6
/proc/35188/stat : 35188 (roundingsat) R 35185 35185 31764 0 -1 4194304 39041 0 0 0 320647 599 0 0 20 0 1 0 38201168 300068864 60186 18446744073709551615 4227072 8923433 140722682530464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14934016 140722682534212 140722682534440 140722682534440 140722682540010 0
/proc/35188/statm: 73259 60186 2496 1147 0 60686 0
Current children cumulated CPU time: 3212.46 s
Current children cumulated vsize: 297228 KiB
Current children cumulated memory: 243688 KiB

[startup+3282.3 s]
/proc/loadavg: 2.08 2.10 2.16 3/256 35478
/proc/meminfo: memFree=129365412/131250000 swapFree=33010684/33010684
[pid=35185] ppid=35182 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/35185/stat : 35185 (run-dec-break.s) S 35182 35185 31764 0 -1 4194304 236 557 0 0 0 0 0 0 20 0 1 0 38201166 4292608 736 18446744073709551615 94038450929664 94038451824197 140735613806656 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94038452063248 94038452110992 94038464598016 140735613815137 140735613815266 140735613815266 140735613820868 0
/proc/35185/statm: 1048 736 672 219 0 110 0
[pid=35188] ppid=35185 vsize=297132 memory=243048 CPUtime=3272.27 cores=4,6
/proc/35188/stat : 35188 (roundingsat) R 35185 35185 31764 0 -1 4194304 39628 0 0 0 326622 605 0 0 20 0 1 0 38201168 304263168 60762 18446744073709551615 4227072 8923433 140722682530464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14934016 140722682534212 140722682534440 140722682534440 140722682540010 0
/proc/35188/statm: 74283 60762 2496 1147 0 61710 0
Current children cumulated CPU time: 3272.27 s
Current children cumulated vsize: 301324 KiB
Current children cumulated memory: 245992 KiB

[startup+3342.3 s]
/proc/loadavg: 2.14 2.11 2.16 3/256 35480
/proc/meminfo: memFree=129345672/131250000 swapFree=33010684/33010684
[pid=35185] ppid=35182 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/35185/stat : 35185 (run-dec-break.s) S 35182 35185 31764 0 -1 4194304 236 557 0 0 0 0 0 0 20 0 1 0 38201166 4292608 736 18446744073709551615 94038450929664 94038451824197 140735613806656 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94038452063248 94038452110992 94038464598016 140735613815137 140735613815266 140735613815266 140735613820868 0
/proc/35185/statm: 1048 736 672 219 0 110 0
[pid=35188] ppid=35185 vsize=297132 memory=248552 CPUtime=3332.07 cores=4,6
/proc/35188/stat : 35188 (roundingsat) R 35185 35185 31764 0 -1 4194304 39629 0 0 0 332595 612 0 0 20 0 1 0 38201168 304263168 62138 18446744073709551615 4227072 8923433 140722682530464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14934016 140722682534212 140722682534440 140722682534440 140722682540010 0
/proc/35188/statm: 74283 62138 2496 1147 0 61710 0
Current children cumulated CPU time: 3332.07 s
Current children cumulated vsize: 301324 KiB
Current children cumulated memory: 251496 KiB

[startup+3402.3 s]
/proc/loadavg: 2.10 2.10 2.16 3/255 35483
/proc/meminfo: memFree=129348288/131250000 swapFree=33010684/33010684
[pid=35185] ppid=35182 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/35185/stat : 35185 (run-dec-break.s) S 35182 35185 31764 0 -1 4194304 236 557 0 0 0 0 0 0 20 0 1 0 38201166 4292608 736 18446744073709551615 94038450929664 94038451824197 140735613806656 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94038452063248 94038452110992 94038464598016 140735613815137 140735613815266 140735613815266 140735613820868 0
/proc/35185/statm: 1048 736 672 219 0 110 0
[pid=35188] ppid=35185 vsize=297132 memory=248552 CPUtime=3391.87 cores=4,6
/proc/35188/stat : 35188 (roundingsat) R 35185 35185 31764 0 -1 4194304 39629 0 0 0 338568 619 0 0 20 0 1 0 38201168 304263168 62138 18446744073709551615 4227072 8923433 140722682530464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14934016 140722682534212 140722682534440 140722682534440 140722682540010 0
/proc/35188/statm: 74283 62138 2496 1147 0 61710 0
Current children cumulated CPU time: 3391.87 s
Current children cumulated vsize: 301324 KiB
Current children cumulated memory: 251496 KiB

[startup+3462.3 s]
/proc/loadavg: 2.15 2.11 2.16 3/254 35485
/proc/meminfo: memFree=129348148/131250000 swapFree=33010684/33010684
[pid=35185] ppid=35182 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/35185/stat : 35185 (run-dec-break.s) S 35182 35185 31764 0 -1 4194304 236 557 0 0 0 0 0 0 20 0 1 0 38201166 4292608 736 18446744073709551615 94038450929664 94038451824197 140735613806656 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94038452063248 94038452110992 94038464598016 140735613815137 140735613815266 140735613815266 140735613820868 0
/proc/35185/statm: 1048 736 672 219 0 110 0
[pid=35188] ppid=35185 vsize=297132 memory=248552 CPUtime=3451.67 cores=4,6
/proc/35188/stat : 35188 (roundingsat) R 35185 35185 31764 0 -1 4194304 39629 0 0 0 344540 627 0 0 20 0 1 0 38201168 304263168 62138 18446744073709551615 4227072 8923433 140722682530464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14934016 140722682534212 140722682534440 140722682534440 140722682540010 0
/proc/35188/statm: 74283 62138 2496 1147 0 61710 0
Current children cumulated CPU time: 3451.67 s
Current children cumulated vsize: 301324 KiB
Current children cumulated memory: 251496 KiB

[startup+3522.3 s]
/proc/loadavg: 2.12 2.10 2.15 3/254 35489
/proc/meminfo: memFree=129351116/131250000 swapFree=33010684/33010684
[pid=35185] ppid=35182 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/35185/stat : 35185 (run-dec-break.s) S 35182 35185 31764 0 -1 4194304 236 557 0 0 0 0 0 0 20 0 1 0 38201166 4292608 736 18446744073709551615 94038450929664 94038451824197 140735613806656 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94038452063248 94038452110992 94038464598016 140735613815137 140735613815266 140735613815266 140735613820868 0
/proc/35185/statm: 1048 736 672 219 0 110 0
[pid=35188] ppid=35185 vsize=298156 memory=249064 CPUtime=3511.48 cores=4,6
/proc/35188/stat : 35188 (roundingsat) R 35185 35185 31764 0 -1 4194304 39761 0 0 0 350514 634 0 0 20 0 1 0 38201168 305311744 62266 18446744073709551615 4227072 8923433 140722682530464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14934016 140722682534212 140722682534440 140722682534440 140722682540010 0
/proc/35188/statm: 74539 62266 2496 1147 0 61966 0
Current children cumulated CPU time: 3511.48 s
Current children cumulated vsize: 302348 KiB
Current children cumulated memory: 252008 KiB

[startup+3582.3 s]
/proc/loadavg: 2.09 2.10 2.15 3/253 35491
/proc/meminfo: memFree=129351324/131250000 swapFree=33010684/33010684
[pid=35185] ppid=35182 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/35185/stat : 35185 (run-dec-break.s) S 35182 35185 31764 0 -1 4194304 236 557 0 0 0 0 0 0 20 0 1 0 38201166 4292608 736 18446744073709551615 94038450929664 94038451824197 140735613806656 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94038452063248 94038452110992 94038464598016 140735613815137 140735613815266 140735613815266 140735613820868 0
/proc/35185/statm: 1048 736 672 219 0 110 0
[pid=35188] ppid=35185 vsize=298156 memory=249064 CPUtime=3571.29 cores=4,6
/proc/35188/stat : 35188 (roundingsat) R 35185 35185 31764 0 -1 4194304 39761 0 0 0 356486 643 0 0 20 0 1 0 38201168 305311744 62266 18446744073709551615 4227072 8923433 140722682530464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14934016 140722682534212 140722682534440 140722682534440 140722682540010 0
/proc/35188/statm: 74539 62266 2496 1147 0 61966 0
Current children cumulated CPU time: 3571.29 s
Current children cumulated vsize: 302348 KiB
Current children cumulated memory: 252008 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.11 s]
/proc/loadavg: 1.82 2.04 2.12 2/247 35524
/proc/meminfo: memFree=129747712/131250000 swapFree=33010684/33010684
[pid=35185] ppid=35182 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/35185/stat : 35185 (run-dec-break.s) S 35182 35185 31764 0 -1 4194304 236 557 0 0 0 0 0 0 20 0 1 0 38201166 4292608 736 18446744073709551615 94038450929664 94038451824197 140735613806656 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94038452063248 94038452110992 94038464598016 140735613815137 140735613815266 140735613815266 140735613820868 0
/proc/35185/statm: 1048 736 672 219 0 110 0
[pid=35188] ppid=35185 vsize=298668 memory=249320 CPUtime=3600 cores=4,6
/proc/35188/stat : 35188 (roundingsat) R 35185 35185 31764 0 -1 4194304 39826 0 0 0 359354 646 0 0 20 0 1 0 38201168 305836032 62330 18446744073709551615 4227072 8923433 140722682530464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14934016 140722682534212 140722682534440 140722682534440 140722682540010 0
/proc/35188/statm: 74667 62330 2496 1147 0 62094 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 302860 KiB
Current children cumulated memory: 252264 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=0.002538 s, system=0.004122 s

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

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

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

[startup+3611.11 s]
/proc/loadavg: 1.82 2.04 2.12 2/247 35524
/proc/meminfo: memFree=129747712/131250000 swapFree=33010684/33010684
[pid=35185] ppid=35182 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/35185/stat : 35185 (run-dec-break.s) S 35182 35185 31764 0 -1 4194304 236 557 0 0 0 0 0 0 20 0 1 0 38201166 4292608 736 18446744073709551615 94038450929664 94038451824197 140735613806656 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94038452063248 94038452110992 94038464598016 140735613815137 140735613815266 140735613815266 140735613820868 0
/proc/35185/statm: 1048 736 672 219 0 110 0
[pid=35188] ppid=35185 vsize=298668 memory=249320 CPUtime=3600 cores=4,6
/proc/35188/stat : 35188 (roundingsat) R 35185 35185 31764 0 -1 4194304 39826 0 0 0 359354 646 0 0 20 0 1 0 38201168 305836032 62330 18446744073709551615 4227072 8923433 140722682530464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 14934016 140722682534212 140722682534440 140722682534440 140722682540010 0
/proc/35188/statm: 74667 62330 2496 1147 0 62094 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 302860 KiB
Current children cumulated memory: 252264 KiB

Child status: 2

Real time (s): 3611.11
CPU time (s): 3600.03
CPU user time (s): 3593.55
CPU system time (s): 6.47104
CPU usage (%): 99.6931
Max. virtual memory (cumulated for all children) (KiB): 302860
Max. memory (cumulated for all children) (KiB): 252264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.55
system time used= 6.47104
maximum resident set size= 249576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40637
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 252
involuntary context switches= 2660


# summary of solver processes directly reported to runsolver:
#   pid: 35185,35188
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3593.55
#   total CPU system time (s): 6.47104

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.04688 second user time and 15.7909 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-06-29 21:27:13
IDJOB=4517366
IDBENCH=176059
IDSOLVER=3357
FILE ID=nodeC018/4517366-1751225233
RUNJOBID= nodeC018-1751217107-31778
SLURM_JOB_ID= 9587660
Free space on /tmp= 433036 MiB

SOLVER NAME= roundingsat+pbsuma 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.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4517366-1751225233/watcher-4517366-1751225233 -o /tmp/evaluation-result-4517366-1751225233/solver-4517366-1751225233 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751217107-31778 --watchdog 3760  run-dec-break.sh HOME/instance-4517366-1751225233.opb

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

MD5SUM BENCH= 6887599ad065147dc61a02d711e5083c
RANDOM SEED=435326615

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129370376 kB
MemAvailable:   129125204 kB
Buffers:            3280 kB
Cached:           564008 kB
SwapCached:            0 kB
Active:          1007716 kB
Inactive:         306840 kB
Active(anon):     765344 kB
Inactive(anon):        0 kB
Active(file):     242372 kB
Inactive(file):   306840 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9868 kB
Writeback:             0 kB
AnonPages:        748596 kB
Mapped:           116644 kB
Shmem:             18076 kB
KReclaimable:      89312 kB
Slab:             173616 kB
SReclaimable:      89312 kB
SUnreclaim:        84304 kB
KernelStack:        4284 kB
PageTables:         4740 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1103456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    571392 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC018 at 2025-06-29 22:27:24