Trace number 4519012

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat+pbsuma-opt 63f22adSAT (TO)0 3600.08 3608.83

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/
diagcomm_less/normalized-mult_diagcomm_opt_less_teq_nbits_26.opb
MD5SUMeab24ff23fe5100b8f4d0b18077a7ab6
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.374308
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4160
Total number of constraints6188
Number of constraints which are clauses4056
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2132
Minimum length of a constraint2
Maximum length of a constraint5
Number of terms in the objective function 104
Biggest coefficient in the objective function 2251799813685248
Number of bits for the biggest coefficient in the objective function 52
Sum of the numbers in the objective function 9007199254740990
Number of bits of the sum of numbers in the objective function 53
Biggest number in a constraint 2251799813685248
Number of bits of the biggest number in a constraint 52
Biggest sum of numbers in a constraint 9007199254740990
Number of bits of the biggest sum of numbers53
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.03	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.03	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.03	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.03	c │      (c) 2025 Markus Anders                                    │
0.00/0.03	c └────────────────────────────────────────────────────────────────┘
0.00/0.03	c parse 'HOME/instance-4519012-1751550309.opb'
0.00/0.03	c 	read 0.19MB  (8.99ms)
0.00/0.03	c	 [cnf: #variables 4160 #clauses 6189 #duplicates 0 #arr 17680]
0.00/0.03	c 
0.00/0.03	c make graph and approximate orbits
0.00/0.05	c	 [group: #orbits ~= 0] (13.59ms)
0.00/0.05	c 
0.00/0.05	c detect special group actions
0.00/0.05	c 	probe for Johnson action (limit=64)
0.00/0.05	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.05	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.05	c 	 (1.97ms)
0.00/0.05	c 
0.00/0.05	c detect symmetries on remainder
0.00/0.05	c 	[graph: #vertices 22726 #edges 60114]
0.00/0.05	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.05	c 	 [group: #symmetries 1.00*10^0 #generators 0] (3.44ms)
0.00/0.05	c 
0.00/0.05	c finalize break order and special generators
0.00/0.05	c 
0.00/0.05	c generation finished
0.00/0.05	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.05	c 
0.00/0.05	c write result to 'HOME/instance-4519012-1751550309.opb.pre'
0.00/0.06	c 	wrote 0.19MB (1.50ms)
0.00/0.06	c ------------------------------------------------------------------
0.00/0.06	c                  13.59ms 43.89% approx_orbits
0.00/0.06	c                   8.98ms 29.03% parse
0.00/0.06	c                   3.44ms 11.13% detect_generic
0.00/0.06	c                   1.97ms  6.37% detect_special
0.00/0.06	c                   1.50ms  4.83% output
0.00/0.06	c                   1.08ms  3.50% other
0.00/0.06	c                   0.39ms  1.25% finalize_order
0.00/0.06	c         ───────────────────────────────────────────────
0.00/0.06	c                  30.95ms   100% total
0.00/0.06	c ------------------------------------------------------------------
0.00/0.08	c RoundingSat 2
0.00/0.08	c branch pb25
0.00/0.08	c commit 63f22ad
0.06/0.18	c #variables 4160 #constraints 8320
0.06/0.18	c objective is ce64 
0.06/0.18	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.06/0.18	c initial counting CF 32, 64, 128, Arb: 2600 , 1 , 0 , 0
0.06/0.18	c bounds - >= -4503599627370495 @ 0.079095
0.36/0.49	c bounds 0 >= -4503599627370495 @ 0.367387
0.36/0.50	c bounds 0 >= -3377699720527871 @ 0.368315
0.36/0.50	c bounds 0 >= -2251799813685247 @ 0.369515
9.70/9.84	c #Conflicts:       1000 | #Constraints:       9330
9.70/9.84	c #Conflicts:       2000 | #Constraints:      10330
9.70/9.84	c INPROCESSING
9.70/9.84	c GARBAGE COLLECT
9.70/9.84	c #Conflicts:       3000 | #Constraints:      10366
9.70/9.84	c #Conflicts:       4000 | #Constraints:      11366
9.70/9.84	c INPROCESSING
9.70/9.84	c GARBAGE COLLECT
9.70/9.84	c #Conflicts:       5000 | #Constraints:      10783
9.70/9.84	c #Conflicts:       6000 | #Constraints:      11783
9.70/9.84	c INPROCESSING
9.70/9.84	c GARBAGE COLLECT
9.70/9.84	c #Conflicts:       7000 | #Constraints:      10839
9.70/9.84	c #Conflicts:       8000 | #Constraints:      11839
9.70/9.84	c #Conflicts:       9000 | #Constraints:      12839
9.70/9.84	c INPROCESSING
9.70/9.84	c GARBAGE COLLECT
9.70/9.84	c #Conflicts:      10000 | #Constraints:      11579
9.70/9.84	c #Conflicts:      11000 | #Constraints:      12579
9.70/9.84	c #Conflicts:      12000 | #Constraints:      13579
9.70/9.84	c INPROCESSING
9.70/9.84	c GARBAGE COLLECT
9.70/9.84	c #Conflicts:      13000 | #Constraints:      12054
9.70/9.84	c #Conflicts:      14000 | #Constraints:      13055
9.70/9.84	c #Conflicts:      15000 | #Constraints:      14056
9.70/9.84	c INPROCESSING
9.70/9.84	c GARBAGE COLLECT
9.70/9.84	WSVECS04 Frhs2[1143]: 6 0 5.98788e-07 shouldn't be
9.70/9.84	WSVECS04 Frhs2[1168]: 6 0 7.99298e-07 shouldn't be
9.70/9.84	WSVECS04 Frhs2[1221]: 6 0 9.29827e-07 shouldn't be
9.70/9.84	WSVECS04 Frhs2[1273]: 6 0 6.09006e-07 shouldn't be
9.70/9.84	WSVECS04 Frhs2[1319]: 6 0 3.19904e-07 shouldn't be
9.70/9.84	WSVECS04 Frhs2[1371]: 6 0 4.6054e-07 shouldn't be
9.70/9.84	WSVECS04 Frhs2[2220]: 6 -5.34055e-07 0 shouldn't be
9.70/9.84	WSVECS04 Frhs2[3754]: 6 0 6.52481e-07 shouldn't be
9.70/9.84	WSVECS04 Frhs2[3948]: 6 0 8.96785e-07 shouldn't be
12.10/12.28	c #Conflicts:      16000 | #Constraints:      12339
12.10/12.28	c #Conflicts:      17000 | #Constraints:      13339
12.10/12.28	c #Conflicts:      18000 | #Constraints:      14340
12.10/12.28	c INPROCESSING
12.10/12.28	c GARBAGE COLLECT
12.10/12.28	WSVECS04 Frhs2[15]: 6 -4.1943e+06 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[17]: 6 -1.67772e+07 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[18]: 6 -3.35544e+07 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[26]: 6 -2.14748e+09 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[39]: 6 -77824 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[40]: 6 -155648 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[51]: 6 -3.85876e+08 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[220]: 6 -131072 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[221]: 6 -262144 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[222]: 6 -524288 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[225]: 6 -4.1943e+06 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[226]: 6 -8.38861e+06 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[227]: 6 -1.67772e+07 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[228]: 6 -3.35544e+07 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[229]: 6 -6.71089e+07 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[231]: 6 -2.68435e+08 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[233]: 6 -1.07374e+09 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[234]: 6 -2.14748e+09 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[272]: 6 -524288 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[273]: 6 -1.04858e+06 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[274]: 6 -2.09715e+06 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[277]: 6 -1.67772e+07 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[278]: 6 -3.35544e+07 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[279]: 6 -6.71089e+07 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[280]: 6 -1.34218e+08 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[281]: 6 -2.68435e+08 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[283]: 6 -1.07374e+09 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[285]: 6 -4.29497e+09 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[286]: 6 -8.58993e+09 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[298]: 6 -1.04858e+06 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[299]: 6 -2.09715e+06 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[300]: 6 -4.1943e+06 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[303]: 6 -3.35544e+07 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[304]: 6 -6.71089e+07 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[305]: 6 -1.34218e+08 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[306]: 6 -2.68435e+08 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[307]: 6 -5.36871e+08 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[309]: 6 -2.14748e+09 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[311]: 6 -8.58993e+09 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[312]: 6 -1.71799e+10 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[350]: 6 -4.1943e+06 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[351]: 6 -8.38861e+06 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[352]: 6 -1.67772e+07 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[355]: 6 -1.34218e+08 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[356]: 6 -2.68435e+08 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[357]: 6 -5.36871e+08 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[358]: 6 -1.07374e+09 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[359]: 6 -2.14748e+09 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[361]: 6 -8.58993e+09 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[363]: 6 -3.43597e+10 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[364]: 6 -6.87195e+10 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[376]: 6 -8.38861e+06 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[377]: 6 -1.67772e+07 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[378]: 6 -3.35544e+07 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[381]: 6 -2.68435e+08 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[382]: 6 -5.36871e+08 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[383]: 6 -1.07374e+09 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[384]: 6 -2.14748e+09 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[385]: 6 -4.29497e+09 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[387]: 6 -1.71799e+10 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[389]: 6 -6.87195e+10 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[390]: 6 -1.37439e+11 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[428]: 6 -3.35544e+07 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[429]: 6 -6.71089e+07 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[430]: 6 -1.34218e+08 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[433]: 6 -1.07374e+09 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[434]: 6 -2.14748e+09 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[435]: 6 -4.29497e+09 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[436]: 6 -8.58993e+09 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[437]: 6 -1.71799e+10 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[439]: 6 -6.87195e+10 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[441]: 6 -2.74878e+11 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[442]: 6 -5.49756e+11 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[476]: 6 -8.38861e+06 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[480]: 6 -1.34218e+08 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[481]: 6 -2.68435e+08 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[482]: 6 -5.36871e+08 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[485]: 6 -4.29497e+09 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[486]: 6 -8.58993e+09 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[487]: 6 -1.71799e+10 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[488]: 6 -3.43597e+10 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[489]: 6 -6.87195e+10 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[491]: 6 -2.74878e+11 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[493]: 6 -1.09951e+12 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[494]: 6 -2.19902e+12 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[502]: 6 -1.67772e+07 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[504]: 6 -6.71089e+07 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[506]: 6 -2.68435e+08 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[507]: 6 -5.36871e+08 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[508]: 6 -1.07374e+09 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[511]: 6 -8.58993e+09 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[512]: 6 -1.71799e+10 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[513]: 6 -3.43597e+10 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[514]: 6 -6.87195e+10 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[515]: 6 -1.37439e+11 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[517]: 6 -5.49756e+11 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[519]: 6 -2.19902e+12 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[520]: 6 -4.39805e+12 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[528]: 6 -3.35544e+07 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[530]: 6 -1.34218e+08 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[532]: 6 -5.36871e+08 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[533]: 6 -1.07374e+09 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[534]: 6 -2.14748e+09 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[537]: 6 -1.71799e+10 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[538]: 6 -3.43597e+10 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[539]: 6 -6.87195e+10 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[540]: 6 -1.37439e+11 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[545]: 6 -4.39805e+12 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[546]: 6 -8.79609e+12 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[554]: 6 -6.71089e+07 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[556]: 6 -2.68435e+08 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[558]: 6 -1.07374e+09 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[559]: 6 -2.14748e+09 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[560]: 6 -4.29497e+09 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[563]: 6 -3.43597e+10 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[564]: 6 -6.87195e+10 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[565]: 6 -1.37439e+11 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[569]: 6 -2.19902e+12 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[571]: 6 -8.79609e+12 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[572]: 6 -1.75922e+13 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[634]: 6 -2.14748e+09 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[637]: 6 -1.71799e+10 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[638]: 6 -3.43597e+10 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[715]: 6 -1.37439e+11 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[716]: 6 -2.74878e+11 0 shouldn't be
12.10/12.28	WSVECS04 Frhs2[803]: 6 0 1.76874e+07 shouldn't be
12.10/12.28	WSVECS04 Frhs2[806]: 6 0 1.415e+08 shouldn't be
12.10/12.28	WSVECS04 Frhs2[829]: 6 0 3.53749e+07 shouldn't be
12.10/12.28	WSVECS04 Frhs2[1639]: 6 0 1.04858e+06 shouldn't be
19.07/19.27	c #Conflicts:      19000 | #Constraints:      12370
19.07/19.27	c #Conflicts:      20000 | #Constraints:      13370
19.07/19.27	c #Conflicts:      21000 | #Constraints:      14372
19.07/19.27	c INPROCESSING
19.07/19.27	c GARBAGE COLLECT
19.07/19.27	WSVECS04 Frhs2[74]: 6 0 11.6465 shouldn't be
19.07/19.27	WSVECS04 Frhs2[124]: 6 0 11.6466 shouldn't be
19.07/19.27	WSVECS04 Frhs2[128]: 6 0 186.344 shouldn't be
19.07/19.27	WSVECS04 Frhs2[228]: 6 0 186.344 shouldn't be
19.07/19.27	WSVECS04 Frhs2[453]: 6 0 186.344 shouldn't be
19.07/19.27	WSVECS04 Frhs2[524]: 6 0 11.6465 shouldn't be
19.07/19.27	WSVECS04 Frhs2[548]: 6 0 5.82329 shouldn't be
19.07/19.27	WSVECS04 Frhs2[626]: 6 0 46.586 shouldn't be
19.07/19.27	WSVECS04 Frhs2[636]: 6 0 0.0135358 shouldn't be
19.07/19.27	WSVECS04 Frhs2[1446]: 6 0 2.75395 shouldn't be
19.07/19.27	WSVECS04 Frhs2[1452]: 6 0 186.344 shouldn't be
19.07/19.27	WSVECS04 Frhs2[1470]: 6 0 2.75395 shouldn't be
19.07/19.27	WSVECS04 Frhs2[1518]: 6 0 2.75401 shouldn't be
19.07/19.27	WSVECS04 Frhs2[1548]: 6 0 186.344 shouldn't be
19.07/19.27	WSVECS04 Frhs2[1590]: 6 0 2.91164 shouldn't be
19.07/19.27	WSVECS04 Frhs2[1620]: 6 0 186.344 shouldn't be
19.07/19.27	WSVECS04 Frhs2[1640]: 6 0 11.6465 shouldn't be
19.07/19.27	WSVECS04 Frhs2[1668]: 6 0 186.344 shouldn't be
19.07/19.27	WSVECS04 Frhs2[1740]: 6 0 186.344 shouldn't be
19.07/19.27	WSVECS04 Frhs2[1807]: 6 0 5.82326 shouldn't be
19.07/19.27	WSVECS04 Frhs2[2101]: 6 0 93.172 shouldn't be
19.07/19.27	WSVECS04 Frhs2[2173]: 6 0 93.172 shouldn't be
19.07/19.27	WSVECS04 Frhs2[2176]: 6 0 745.376 shouldn't be
19.07/19.27	WSVECS04 Frhs2[2197]: 6 0 93.172 shouldn't be
19.07/19.27	WSVECS04 Frhs2[2365]: 6 0 93.172 shouldn't be
19.07/19.27	WSVECS04 Frhs2[2389]: 6 0 93.172 shouldn't be
19.07/19.27	WSVECS04 Frhs2[2413]: 6 0 93.172 shouldn't be
19.07/19.27	WSVECS04 Frhs2[2461]: 6 0 93.172 shouldn't be
19.07/19.27	WSVECS04 Frhs2[2485]: 6 0 93.172 shouldn't be
19.07/19.27	WSVECS04 Frhs2[2846]: 6 0 0.35384 shouldn't be
19.07/19.27	WSVECS04 Frhs2[2847]: 6 0 0.707557 shouldn't be
19.07/19.27	WSVECS04 Frhs2[2925]: 6 0 11.6466 shouldn't be
19.07/19.27	WSVECS04 Frhs2[3507]: 6 0 745.376 shouldn't be
19.07/19.27	WSVECS04 Frhs2[4074]: 6 0 2.46066 shouldn't be
19.07/19.27	WSVECS04 Frhs2[4075]: 6 0 4.9212 shouldn't be
19.07/19.27	WSVECS04 Frhs2[4076]: 6 0 4.84232 shouldn't be
19.07/19.27	WSVECS04 Frhs2[4081]: 6 0 59.9538 shouldn't be
21.67/21.80	c #Conflicts:      22000 | #Constraints:      12117
21.67/21.80	c #Conflicts:      23000 | #Constraints:      13117
21.67/21.80	c #Conflicts:      24000 | #Constraints:      14117
21.67/21.80	c #Conflicts:      25000 | #Constraints:      15117
21.67/21.80	c INPROCESSING
21.67/21.80	c GARBAGE COLLECT
21.67/21.80	c #Conflicts:      26000 | #Constraints:      12790
21.67/21.80	c #Conflicts:      27000 | #Constraints:      13790
21.67/21.80	c #Conflicts:      28000 | #Constraints:      14791
21.67/21.80	c #Conflicts:      29000 | #Constraints:      15792
21.67/21.80	c #Conflicts:      30000 | #Constraints:      16792
21.67/21.80	WSVECS04 Frhs2[6]: 6 -5.20337e-05 0 shouldn't be
21.67/21.80	WSVECS04 Frhs2[32]: 6 -0.266726 0 shouldn't be
21.67/21.80	WSVECS04 Frhs2[108]: 6 -0.266691 0 shouldn't be
21.67/21.80	WSVECS04 Frhs2[331]: 6 -0.00667304 0 shouldn't be
21.67/21.80	WSVECS04 Frhs2[602]: 6 0 1.00001 shouldn't be
21.67/21.80	WSVECS04 Frhs2[732]: 6 -0.066707 0 shouldn't be
21.67/21.80	WSVECS04 Frhs2[737]: 6 -0.433394 0 shouldn't be
21.67/21.80	WSVECS04 Frhs2[753]: 6 0 1.00001 shouldn't be
21.67/21.80	WSVECS04 Frhs2[808]: 6 -0.133402 0 shouldn't be
21.67/21.80	WSVECS04 Frhs2[987]: 6 0 0.125177 shouldn't be
21.67/21.80	WSVECS04 Frhs2[988]: 6 0 0.250278 shouldn't be
21.67/21.80	WSVECS04 Frhs2[1013]: 6 0 0.250276 shouldn't be
21.67/21.80	WSVECS04 Frhs2[1495]: 6 0 2.85672e-05 shouldn't be
21.67/21.80	WSVECS04 Frhs2[1571]: 6 -0.00025456 0 shouldn't be
21.67/21.80	WSVECS04 Frhs2[1596]: 6 0 0.000540038 shouldn't be
21.67/21.80	WSVECS04 Frhs2[1621]: 6 -0.00100321 0 shouldn't be
21.67/21.80	WSVECS04 Frhs2[1622]: 6 -0.00198441 0 shouldn't be
21.67/21.80	WSVECS04 Frhs2[1672]: 6 0 0.00787735 shouldn't be
21.67/21.80	WSVECS04 Frhs2[1721]: 6 0 0.0156955 shouldn't be
21.67/21.80	WSVECS04 Frhs2[1795]: 6 0 0.0626541 shouldn't be
21.67/21.80	WSVECS04 Frhs2[2076]: 6 0 0.500042 shouldn't be
21.67/21.80	WSVECS04 Frhs2[2125]: 6 0 1.00008 shouldn't be
21.67/21.80	WSVECS04 Frhs2[2799]: 6 0 4.18032e-05 shouldn't be
21.67/21.80	WSVECS04 Frhs2[3212]: 6 0 0.125209 shouldn't be
21.67/21.80	WSVECS04 Frhs2[3340]: 6 0 1.00105 shouldn't be
21.67/21.80	WSVECS04 Frhs2[3454]: 6 0 1.00005 shouldn't be
21.67/21.80	WSVECS04 Frhs2[3612]: 6 0 0.0625916 shouldn't be
21.67/21.80	WSVECS04 Frhs2[4078]: 6 0 2.00003 shouldn't be
21.67/21.80	WSVECS04 Frhs2[4090]: 6 0 1.87501 shouldn't be
21.67/21.80	WSVECS04 Frhs2[4091]: 6 0 3.75006 shouldn't be
21.67/21.80	WSVECS04 Frhs2[4092]: 6 0 2.50006 shouldn't be
26.96/27.14	c #Conflicts:      31000 | #Constraints:      17792
26.96/27.14	c #Conflicts:      32000 | #Constraints:      18792
26.96/27.14	c #Conflicts:      33000 | #Constraints:      19792
26.96/27.14	c #Conflicts:      34000 | #Constraints:      20792
26.96/27.14	c #Conflicts:      35000 | #Constraints:      21792
26.96/27.14	c #Conflicts:      36000 | #Constraints:      22792
26.96/27.14	c #Conflicts:      37000 | #Constraints:      23792
26.96/27.14	c #Conflicts:      38000 | #Constraints:      24792
26.96/27.14	c INPROCESSING
26.96/27.14	c GARBAGE COLLECT
26.96/27.14	WSVECS04 Frhs2[20]: 6 -3.58686e+09 0 shouldn't be
26.96/27.14	WSVECS04 Frhs2[23]: 6 -8.26505e+08 0 shouldn't be
26.96/27.14	WSVECS04 Frhs2[25]: 6 -1.2307e+07 0 shouldn't be
26.96/27.14	WSVECS04 Frhs2[38]: 6 -1.13661e+07 0 shouldn't be
26.96/27.14	WSVECS04 Frhs2[43]: 6 -1.36804e+06 0 shouldn't be
26.96/27.15	WSVECS04 Frhs2[44]: 6 -1.21603e+06 0 shouldn't be
26.96/27.15	WSVECS04 Frhs2[374]: 6 0 1.70584e+07 shouldn't be
26.96/27.15	WSVECS04 Frhs2[429]: 6 0 344145 shouldn't be
26.96/27.15	WSVECS04 Frhs2[450]: 6 0 9936.24 shouldn't be
26.96/27.15	WSVECS04 Frhs2[507]: 6 -364366 0 shouldn't be
26.96/27.15	WSVECS04 Frhs2[511]: 6 -5.62604e+06 0 shouldn't be
26.96/27.15	WSVECS04 Frhs2[559]: 6 -1.40651e+06 0 shouldn't be
26.96/27.15	WSVECS04 Frhs2[637]: 6 -1.12521e+07 0 shouldn't be
26.96/27.15	WSVECS04 Frhs2[688]: 6 -2.25042e+07 0 shouldn't be
26.96/27.15	WSVECS04 Frhs2[770]: 6 0 533118 shouldn't be
26.96/27.15	WSVECS04 Frhs2[874]: 6 0 3170.83 shouldn't be
26.96/27.15	WSVECS04 Frhs2[899]: 6 0 3170.83 shouldn't be
26.96/27.15	WSVECS04 Frhs2[951]: 6 0 12683.3 shouldn't be
26.96/27.15	WSVECS04 Frhs2[1074]: 6 0 2.96917e+08 shouldn't be
26.96/27.15	WSVECS04 Frhs2[1166]: 6 -5.35434e+08 0 shouldn't be
26.96/27.15	WSVECS04 Frhs2[1472]: 6 0 2.43207e+06 shouldn't be
26.96/27.15	WSVECS04 Frhs2[1680]: 6 -5.36548 0 shouldn't be
26.96/27.15	WSVECS04 Frhs2[1720]: 6 -351628 0 shouldn't be
26.96/27.15	WSVECS04 Frhs2[1730]: 6 0 21.4617 shouldn't be
26.96/27.15	WSVECS04 Frhs2[1840]: 6 -351628 0 shouldn't be
26.96/27.15	WSVECS04 Frhs2[2069]: 6 0 467582 shouldn't be
26.96/27.15	WSVECS04 Frhs2[2096]: 6 -1585.42 0 shouldn't be
26.96/27.15	WSVECS04 Frhs2[2490]: 6 -4.3673e+09 0 shouldn't be
26.96/27.15	WSVECS04 Frhs2[3085]: 6 0 1.40651e+06 shouldn't be
26.96/27.15	WSVECS04 Frhs2[3138]: 6 0 1.12521e+07 shouldn't be
26.96/27.15	WSVECS04 Frhs2[3188]: 6 -1.12521e+07 0 shouldn't be
26.96/27.15	WSVECS04 Frhs2[3440]: 6 0 14292.5 shouldn't be
26.96/27.15	WSVECS04 Frhs2[3492]: 6 0 57169.9 shouldn't be
26.96/27.15	WSVECS04 Frhs2[3544]: 6 0 228679 shouldn't be
26.96/27.15	WSVECS04 Frhs2[3631]: 6 -202933 0 shouldn't be
26.96/27.15	WSVECS04 Frhs2[3657]: 6 -405867 0 shouldn't be
26.96/27.15	WSVECS04 Frhs2[4074]: 6 0 130676 shouldn't be
26.96/27.15	WSVECS04 Frhs2[4159]: 6 -1.1259e+15 0 shouldn't be
27.65/27.84	WSVECS04 Frhs2[16]: 6 0 307790 shouldn't be
27.65/27.84	WSVECS04 Frhs2[26]: 6 -3.5866e+07 0 shouldn't be
27.65/27.84	WSVECS04 Frhs2[87]: 6 0 50721.6 shouldn't be
27.65/27.84	WSVECS04 Frhs2[322]: 6 0 4.2646e+06 shouldn't be
27.65/27.84	WSVECS04 Frhs2[348]: 6 0 8.5292e+06 shouldn't be
27.65/27.84	WSVECS04 Frhs2[367]: 6 0 133269 shouldn't be
27.65/27.84	WSVECS04 Frhs2[395]: 6 0 1.06615e+06 shouldn't be
27.65/27.84	WSVECS04 Frhs2[396]: 6 0 2.1323e+06 shouldn't be
27.65/27.84	WSVECS04 Frhs2[445]: 6 0 1.06615e+06 shouldn't be
27.65/27.84	WSVECS04 Frhs2[684]: 6 -1.40651e+06 0 shouldn't be
27.65/27.84	WSVECS04 Frhs2[710]: 6 -2.81302e+06 0 shouldn't be
27.65/27.84	WSVECS04 Frhs2[714]: 6 -4.50083e+07 0 shouldn't be
27.65/27.84	WSVECS04 Frhs2[747]: 6 0 792.708 shouldn't be
27.65/27.84	WSVECS04 Frhs2[924]: 6 0 917139 shouldn't be
27.65/27.84	WSVECS04 Frhs2[1100]: 6 0 2.9271e+07 shouldn't be
27.65/27.84	WSVECS04 Frhs2[1126]: 6 0 5.85419e+07 shouldn't be
27.65/27.84	WSVECS04 Frhs2[2263]: 6 0 1.5264e+06 shouldn't be
27.65/27.84	WSVECS04 Frhs2[2314]: 6 0 1.22112e+07 shouldn't be
27.65/27.84	WSVECS04 Frhs2[3677]: 6 -2.44224e+07 0 shouldn't be
27.65/27.84	WSVECS04 Frhs2[3728]: 6 -4.88448e+07 0 shouldn't be
27.65/27.84	WSVECS04 Frhs2[3754]: 6 -9.76897e+07 0 shouldn't be
28.65/28.80	WSVECS04 Frhs2[204]: 6 0 9.36671e+08 shouldn't be
28.65/28.80	WSVECS04 Frhs2[274]: 6 0 2.60694e+07 shouldn't be
28.65/28.80	WSVECS04 Frhs2[296]: 6 0 3.6587e+06 shouldn't be
28.65/28.80	WSVECS04 Frhs2[400]: 6 0 9936.24 shouldn't be
28.65/28.80	WSVECS04 Frhs2[554]: 6 -43953.5 0 shouldn't be
28.65/28.80	WSVECS04 Frhs2[558]: 6 -703255 0 shouldn't be
28.65/28.80	WSVECS04 Frhs2[573]: 6 0 1.04789e+06 shouldn't be
28.65/28.80	WSVECS04 Frhs2[632]: 6 -351628 0 shouldn't be
28.65/28.80	WSVECS04 Frhs2[636]: 6 -5.62604e+06 0 shouldn't be
28.65/28.80	WSVECS04 Frhs2[768]: 6 0 133279 shouldn't be
28.65/28.80	WSVECS04 Frhs2[769]: 6 0 32768 shouldn't be
28.65/28.80	WSVECS04 Frhs2[945]: 6 0 914718 shouldn't be
28.65/28.80	WSVECS04 Frhs2[946]: 6 0 1.06624e+06 shouldn't be
28.65/28.80	WSVECS04 Frhs2[1075]: 6 0 2.9271e+07 shouldn't be
28.65/28.80	WSVECS04 Frhs2[1114]: 6 0 5.25315e+08 shouldn't be
28.65/28.80	WSVECS04 Frhs2[1127]: 6 0 1.17084e+08 shouldn't be
28.65/28.80	WSVECS04 Frhs2[1141]: 6 0 8.24827e+08 shouldn't be
28.65/28.80	WSVECS04 Frhs2[1242]: 6 0 3.58683e+09 shouldn't be
28.65/28.80	WSVECS04 Frhs2[1542]: 6 0 608017 shouldn't be
28.65/28.80	WSVECS04 Frhs2[1892]: 6 0 5.62604e+06 shouldn't be
28.65/28.80	WSVECS04 Frhs2[2559]: 6 0 9.36671e+08 shouldn't be
28.65/28.80	WSVECS04 Frhs2[2898]: 6 -608017 0 shouldn't be
28.65/28.80	WSVECS04 Frhs2[2974]: 6 0 686.773 shouldn't be
28.65/28.80	WSVECS04 Frhs2[3059]: 6 0 703255 shouldn't be
28.65/28.80	WSVECS04 Frhs2[3086]: 6 0 2.81302e+06 shouldn't be
28.65/28.80	WSVECS04 Frhs2[3426]: 6 0 2.09715e+06 shouldn't be
28.65/28.80	WSVECS04 Frhs2[3429]: 6 0 1.67772e+07 shouldn't be
28.65/28.80	WSVECS04 Frhs2[3484]: 6 0 2.68435e+08 shouldn't be
28.65/28.80	WSVECS04 Frhs2[3552]: 6 -3.41068e+07 0 shouldn't be
28.65/28.80	WSVECS04 Frhs2[3806]: 6 0 5.45913e+08 shouldn't be
28.65/28.80	WSVECS04 Frhs2[3832]: 6 0 1.09183e+09 shouldn't be
28.65/28.80	WSVECS04 Frhs2[3909]: 6 0 4.3673e+09 shouldn't be
28.65/28.80	WSVECS04 Frhs2[4062]: 6 0 32.0001 shouldn't be
28.65/28.80	WSVECS04 Frhs2[4064]: 6 0 128 shouldn't be
28.65/28.80	WSVECS04 Frhs2[4075]: 6 0 261351 shouldn't be
28.65/28.80	WSVECS04 Frhs2[4076]: 6 0 524288 shouldn't be
28.65/28.80	WSVECS04 Frhs2[4101]: 6 0 1.75922e+13 shouldn't be
28.65/28.80	WSVECS04 Frhs2[4102]: 6 0 3.51844e+13 shouldn't be
28.65/28.80	WSVECS04 Frhs2[4103]: 6 0 7.03687e+13 shouldn't be
28.65/28.80	WSVECS04 Frhs2[4104]: 6 0 1.40737e+14 shouldn't be
28.65/28.80	WSVECS04 Frhs2[4105]: 6 0 2.81475e+14 shouldn't be
28.65/28.80	WSVECS04 Frhs2[4106]: 6 0 5.6295e+14 shouldn't be
28.65/28.80	WSVECS04 Frhs2[4107]: 6 0 1.1259e+15 shouldn't be
28.65/28.80	WSVECS04 Frhs2[4120]: 6 -2046.66 0 shouldn't be
28.65/28.80	WSVECS04 Frhs2[4122]: 6 -8186.63 0 shouldn't be
30.04/30.21	WSVECS04 Frhs2[1125]: 6 0 2.9271e+07 shouldn't be
30.04/30.21	WSVECS04 Frhs2[1816]: 6 -351628 0 shouldn't be
30.04/30.21	WSVECS04 Frhs2[2139]: 6 -95400.1 0 shouldn't be
30.04/30.21	WSVECS04 Frhs2[3026]: 6 0 2747.09 shouldn't be
30.04/30.21	WSVECS04 Frhs2[3397]: 6 0 65337.8 shouldn't be
30.04/30.21	WSVECS04 Frhs2[3432]: 6 0 6.71089e+07 shouldn't be
30.04/30.21	WSVECS04 Frhs2[3458]: 6 0 1.34218e+08 shouldn't be
31.34/31.53	WSVECS04 Frhs2[795]: 6 0 533118 shouldn't be
31.34/31.53	WSVECS04 Frhs2[821]: 6 0 1.06624e+06 shouldn't be
31.34/31.53	WSVECS04 Frhs2[3402]: 6 0 2.09715e+06 shouldn't be
32.95/33.17	WSVECS04 Frhs2[898]: 6 0 4.26494e+06 shouldn't be
32.95/33.17	WSVECS04 Frhs2[948]: 6 0 4.26494e+06 shouldn't be
32.95/33.17	WSVECS04 Frhs2[1844]: 6 0 5.62604e+06 shouldn't be
32.95/33.17	WSVECS04 Frhs2[1868]: 6 0 5.62604e+06 shouldn't be
32.95/33.17	WSVECS04 Frhs2[3112]: 6 0 5.62604e+06 shouldn't be
32.95/33.17	WSVECS04 Frhs2[3475]: 6 -3170.83 0 shouldn't be
34.62/34.80	WSVECS04 Frhs2[16]: 6 0 307790 shouldn't be
34.62/34.80	WSVECS04 Frhs2[20]: 6 -3.58686e+09 0 shouldn't be
34.62/34.80	WSVECS04 Frhs2[23]: 6 -8.26505e+08 0 shouldn't be
34.62/34.80	WSVECS04 Frhs2[26]: 6 -3.5866e+07 0 shouldn't be
34.62/34.80	WSVECS04 Frhs2[43]: 6 -1.36804e+06 0 shouldn't be
34.62/34.80	WSVECS04 Frhs2[55]: 6 0 2.3927e+06 shouldn't be
34.62/34.80	WSVECS04 Frhs2[337]: 6 0 3.95427e+09 shouldn't be
34.62/34.80	WSVECS04 Frhs2[367]: 6 0 133269 shouldn't be
34.62/34.80	WSVECS04 Frhs2[370]: 6 0 2.07729e+06 shouldn't be
34.62/34.80	WSVECS04 Frhs2[429]: 6 0 344145 shouldn't be
34.62/34.80	WSVECS04 Frhs2[507]: 6 -364366 0 shouldn't be
34.62/34.80	WSVECS04 Frhs2[511]: 6 -5.62604e+06 0 shouldn't be
34.62/34.80	WSVECS04 Frhs2[573]: 6 0 1.04789e+06 shouldn't be
34.62/34.80	WSVECS04 Frhs2[688]: 6 -2.25042e+07 0 shouldn't be
34.62/34.80	WSVECS04 Frhs2[1114]: 6 0 5.25315e+08 shouldn't be
34.62/34.80	WSVECS04 Frhs2[1141]: 6 0 8.24827e+08 shouldn't be
34.62/34.80	WSVECS04 Frhs2[1472]: 6 0 2.43207e+06 shouldn't be
34.62/34.80	WSVECS04 Frhs2[1844]: 6 0 5.62604e+06 shouldn't be
34.62/34.80	WSVECS04 Frhs2[2490]: 6 -4.3673e+09 0 shouldn't be
34.62/34.80	WSVECS04 Frhs2[3366]: 6 0 9.00167e+07 shouldn't be
34.62/34.80	WSVECS04 Frhs2[3552]: 6 -3.41068e+07 0 shouldn't be
34.62/34.80	WSVECS04 Frhs2[4075]: 6 0 261351 shouldn't be
34.62/34.80	WSVECS04 Frhs2[4159]: 6 -1.1259e+15 0 shouldn't be
69.31/69.68	c #Conflicts:      39000 | #Constraints:      17772
69.31/69.68	c #Conflicts:      40000 | #Constraints:      18773
69.31/69.68	c #Conflicts:      41000 | #Constraints:      19773
69.31/69.68	c #Conflicts:      42000 | #Constraints:      20773
69.31/69.68	c INPROCESSING
69.31/69.68	c GARBAGE COLLECT
69.31/69.68	c #Conflicts:      43000 | #Constraints:      15238
69.31/69.68	c #Conflicts:      44000 | #Constraints:      16238
69.31/69.68	c #Conflicts:      45000 | #Constraints:      17238
69.31/69.68	c #Conflicts:      46000 | #Constraints:      18238
69.31/69.68	c #Conflicts:      47000 | #Constraints:      19238
69.31/69.68	c #Conflicts:      48000 | #Constraints:      20238
69.31/69.68	c INPROCESSING
69.31/69.68	c GARBAGE COLLECT
69.31/69.68	c #Conflicts:      49000 | #Constraints:      15462
69.31/69.68	c #Conflicts:      50000 | #Constraints:      16463
69.31/69.68	c #Conflicts:      51000 | #Constraints:      17463
69.31/69.68	c #Conflicts:      52000 | #Constraints:      18464
69.31/69.68	c #Conflicts:      53000 | #Constraints:      19465
69.31/69.68	c #Conflicts:      54000 | #Constraints:      20465
69.31/69.68	c #Conflicts:      55000 | #Constraints:      21465
69.31/69.68	c #Conflicts:      56000 | #Constraints:      22465
69.31/69.68	c #Conflicts:      57000 | #Constraints:      23465
69.31/69.68	c #Conflicts:      58000 | #Constraints:      24465
69.31/69.68	c #Conflicts:      59000 | #Constraints:      25465
69.31/69.68	c #Conflicts:      60000 | #Constraints:      26465
69.31/69.68	c #Conflicts:      61000 | #Constraints:      27465
69.31/69.68	c #Conflicts:      62000 | #Constraints:      28465
69.31/69.68	c #Conflicts:      63000 | #Constraints:      29465
69.31/69.68	c #Conflicts:      64000 | #Constraints:      30465
69.31/69.68	c #Conflicts:      65000 | #Constraints:      31465
69.31/69.68	c INPROCESSING
69.31/69.68	c GARBAGE COLLECT
69.31/69.68	c #Conflicts:      66000 | #Constraints:      21166
69.31/69.68	c #Conflicts:      67000 | #Constraints:      22166
69.31/69.68	c #Conflicts:      68000 | #Constraints:      23166
69.31/69.68	c #Conflicts:      69000 | #Constraints:      24166
69.31/69.68	c #Conflicts:      70000 | #Constraints:      25168
69.31/69.68	c #Conflicts:      71000 | #Constraints:      26170
69.31/69.68	c INPROCESSING
69.31/69.68	c GARBAGE COLLECT
69.31/69.68	c #Conflicts:      72000 | #Constraints:      18185
69.31/69.68	c #Conflicts:      73000 | #Constraints:      19186
69.31/69.68	WSVECS04 Frhs2[1]: 6 -4.00004 0 shouldn't be
69.31/69.68	WSVECS04 Frhs2[732]: 6 0 8.0001 shouldn't be
69.31/69.68	WSVECS04 Frhs2[733]: 6 0 16 shouldn't be
69.31/69.68	WSVECS04 Frhs2[734]: 6 0 32.0001 shouldn't be
69.31/69.68	WSVECS04 Frhs2[736]: 6 0 128 shouldn't be
69.31/69.68	WSVECS04 Frhs2[747]: 6 0 262144 shouldn't be
69.31/69.68	WSVECS04 Frhs2[748]: 6 0 524288 shouldn't be
69.31/69.68	WSVECS04 Frhs2[750]: 6 0 2.09715e+06 shouldn't be
69.31/69.68	WSVECS04 Frhs2[752]: 6 0 8.38861e+06 shouldn't be
69.31/69.68	WSVECS04 Frhs2[759]: 6 0 32 shouldn't be
69.31/69.68	WSVECS04 Frhs2[778]: 6 0 1.67772e+07 shouldn't be
69.31/69.68	WSVECS04 Frhs2[779]: 6 0 3.35544e+07 shouldn't be
69.31/69.68	WSVECS04 Frhs2[784]: 6 0 32.0001 shouldn't be
69.31/69.68	WSVECS04 Frhs2[785]: 6 0 64 shouldn't be
69.31/69.68	WSVECS04 Frhs2[786]: 6 0 128 shouldn't be
69.31/69.68	WSVECS04 Frhs2[799]: 6 0 1.04858e+06 shouldn't be
69.31/69.68	WSVECS04 Frhs2[800]: 6 0 2.09715e+06 shouldn't be
69.31/69.68	WSVECS04 Frhs2[801]: 6 0 4.1943e+06 shouldn't be
69.31/69.68	WSVECS04 Frhs2[802]: 6 0 8.38861e+06 shouldn't be
69.31/69.68	WSVECS04 Frhs2[830]: 6 0 6.71089e+07 shouldn't be
69.31/69.68	WSVECS04 Frhs2[831]: 6 0 1.34218e+08 shouldn't be
69.31/69.68	WSVECS04 Frhs2[1411]: 6 0 256 shouldn't be
69.31/69.68	WSVECS04 Frhs2[1482]: 6 0 128 shouldn't be
69.31/69.68	WSVECS04 Frhs2[2074]: 6 0 2.09715e+06 shouldn't be
69.31/69.68	WSVECS04 Frhs2[2098]: 6 0 2.09715e+06 shouldn't be
69.31/69.68	WSVECS04 Frhs2[2120]: 6 0 524288 shouldn't be
69.31/69.68	WSVECS04 Frhs2[2144]: 6 0 524288 shouldn't be
69.31/69.68	WSVECS04 Frhs2[2192]: 6 0 524288 shouldn't be
69.31/69.68	WSVECS04 Frhs2[3423]: 6 0 262144 shouldn't be
69.31/69.68	WSVECS04 Frhs2[3433]: 6 0 4.00005 shouldn't be
69.31/69.68	WSVECS04 Frhs2[4092]: 6 0 3.43597e+10 shouldn't be
69.31/69.68	WSVECS04 Frhs2[4124]: 6 -32768 0 shouldn't be
69.31/69.68	WSVECS04 Frhs2[4125]: 6 -65536 0 shouldn't be
69.31/69.68	WSVECS04 Frhs2[4135]: 6 -6.71089e+07 0 shouldn't be
69.31/69.68	WSVECS04 Frhs2[4136]: 6 -1.34218e+08 0 shouldn't be
69.31/69.68	WSVECS04 Frhs2[4141]: 6 -4.29497e+09 0 shouldn't be
69.31/69.68	WSVECS04 Frhs2[4143]: 6 -1.71799e+10 0 shouldn't be
94.86/95.24	c #Conflicts:      74000 | #Constraints:      20188
94.86/95.24	c #Conflicts:      75000 | #Constraints:      21188
94.86/95.24	c #Conflicts:      76000 | #Constraints:      22188
94.86/95.24	c #Conflicts:      77000 | #Constraints:      23188
94.86/95.24	c #Conflicts:      78000 | #Constraints:      24188
94.86/95.24	c INPROCESSING
94.86/95.24	c GARBAGE COLLECT
94.86/95.24	WSVECS04 Frhs2[855]: 6 0 8.44655e-07 shouldn't be
94.86/95.24	WSVECS04 Frhs2[1572]: 6 0 3.28217e-07 shouldn't be
94.86/95.24	WSVECS04 Frhs2[1620]: 6 0 7.49069e-07 shouldn't be
94.86/95.24	WSVECS04 Frhs2[1635]: 6 0 3.85979e-07 shouldn't be
94.86/95.24	WSVECS04 Frhs2[1644]: 6 0 9.38083e-07 shouldn't be
94.86/95.24	WSVECS04 Frhs2[1647]: 6 0 9.80813e-07 shouldn't be
94.86/95.24	WSVECS04 Frhs2[1695]: 6 0 1.4354e-06 shouldn't be
94.86/95.24	WSVECS04 Frhs2[2180]: 6 0 2.94202e-07 shouldn't be
94.86/95.24	WSVECS04 Frhs2[2214]: 6 0 1.19728e-06 shouldn't be
94.86/95.24	WSVECS04 Frhs2[2557]: 6 0 6.51221e-07 shouldn't be
94.86/95.24	WSVECS04 Frhs2[2748]: 6 -1.34962e-06 0 shouldn't be
94.86/95.24	WSVECS04 Frhs2[2905]: 6 -3.0543e-07 0 shouldn't be
94.86/95.24	WSVECS04 Frhs2[3006]: 6 -4.98162e-07 0 shouldn't be
94.86/95.24	WSVECS04 Frhs2[3461]: 6 0 4.09674e-07 shouldn't be
94.86/95.24	WSVECS04 Frhs2[3488]: 6 -4.3019e-07 0 shouldn't be
94.86/95.24	WSVECS04 Frhs2[3514]: 6 -7.82652e-07 0 shouldn't be
96.85/97.27	WSVECS04 Frhs2[1599]: 6 0 1.02539e-06 shouldn't be
96.85/97.27	WSVECS04 Frhs2[1623]: 6 0 1.1921e-06 shouldn't be
96.85/97.27	WSVECS04 Frhs2[1659]: 6 0 5.23486e-07 shouldn't be
96.85/97.27	WSVECS04 Frhs2[1671]: 6 0 1.39711e-06 shouldn't be
96.85/97.27	WSVECS04 Frhs2[1719]: 6 0 1.69051e-06 shouldn't be
96.85/97.27	WSVECS04 Frhs2[2581]: 6 0 3.6435e-07 shouldn't be
98.95/99.34	WSVECS04 Frhs2[1469]: 6 0 1.03461e-06 shouldn't be
98.95/99.34	WSVECS04 Frhs2[2605]: 6 0 3.38808e-07 shouldn't be
98.95/99.34	WSVECS04 Frhs2[3436]: 6 -9.01443e-07 0 shouldn't be
124.48/124.97	c #Conflicts:      79000 | #Constraints:      17511
124.48/124.97	c #Conflicts:      80000 | #Constraints:      18511
124.48/124.97	c #Conflicts:      81000 | #Constraints:      19512
124.48/124.97	c #Conflicts:      82000 | #Constraints:      20512
124.48/124.97	c #Conflicts:      83000 | #Constraints:      21512
124.48/124.97	c #Conflicts:      84000 | #Constraints:      22513
124.48/124.97	c #Conflicts:      85000 | #Constraints:      23515
124.48/124.97	c #Conflicts:      86000 | #Constraints:      24516
124.48/124.97	c #Conflicts:      87000 | #Constraints:      25516
124.48/124.97	c #Conflicts:      88000 | #Constraints:      26517
124.48/124.97	c #Conflicts:      89000 | #Constraints:      27518
124.48/124.97	c #Conflicts:      90000 | #Constraints:      28519
124.48/124.97	c #Conflicts:      91000 | #Constraints:      29520
124.48/124.97	c #Conflicts:      92000 | #Constraints:      30521
124.48/124.97	c #Conflicts:      93000 | #Constraints:      31522
124.48/124.97	c #Conflicts:      94000 | #Constraints:      32522
124.48/124.97	c #Conflicts:      95000 | #Constraints:      33522
124.48/124.97	c #Conflicts:      96000 | #Constraints:      34522
124.48/124.97	c #Conflicts:      97000 | #Constraints:      35522
124.48/124.97	c #Conflicts:      98000 | #Constraints:      36522
124.48/124.97	c #Conflicts:      99000 | #Constraints:      37522
124.48/124.97	c INPROCESSING
124.48/124.97	c GARBAGE COLLECT
124.48/124.97	c #Conflicts:     100000 | #Constraints:      24121
124.48/124.97	c #Conflicts:     101000 | #Constraints:      25122
124.48/124.97	c #Conflicts:     102000 | #Constraints:      26122
124.48/124.97	c #Conflicts:     103000 | #Constraints:      27123
124.48/124.97	c #Conflicts:     104000 | #Constraints:      28123
124.48/124.97	c #Conflicts:     105000 | #Constraints:      29124
124.48/124.97	c #Conflicts:     106000 | #Constraints:      30124
124.48/124.97	c #Conflicts:     107000 | #Constraints:      31124
124.48/124.97	c INPROCESSING
124.48/124.97	c GARBAGE COLLECT
124.48/124.97	c #Conflicts:     108000 | #Constraints:      20929
124.48/124.97	WSVECS04 Frhs2[2]: 6 -7.10825e+07 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[57]: 6 -16.0001 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[59]: 6 -64.0001 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[61]: 6 -256 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[68]: 6 -32768 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[85]: 6 -128 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[94]: 6 -65536 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[111]: 6 -256 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[113]: 6 -1024 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[134]: 6 -64.0001 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[135]: 6 -128 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[137]: 6 -512 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[139]: 6 -2048 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[187]: 6 -512 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[189]: 6 -2048 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[198]: 6 -1.04858e+06 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[201]: 6 -8.38861e+06 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[217]: 6 -16384 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[227]: 6 -1.67772e+07 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[229]: 6 -6.71089e+07 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[234]: 6 -2.14748e+09 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[236]: 6 -256 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[238]: 6 -1024 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[239]: 6 -2048 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[241]: 6 -8192 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[243]: 6 -32768 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[250]: 6 -4.1943e+06 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[253]: 6 -3.35544e+07 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[313]: 6 -1024 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[314]: 6 -2048 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[317]: 6 -16384 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[319]: 6 -65536 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[321]: 6 -262144 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[328]: 6 -3.35544e+07 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[331]: 6 -2.68435e+08 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[333]: 6 -1.07374e+09 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[345]: 6 -131072 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[347]: 6 -524288 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[354]: 6 -6.71089e+07 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[357]: 6 -5.36871e+08 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[368]: 6 -32768 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[369]: 6 -65536 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[373]: 6 -1.04858e+06 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[380]: 6 -1.34218e+08 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[383]: 6 -1.07374e+09 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[395]: 6 -131072 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[397]: 6 -524288 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[399]: 6 -2.09715e+06 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[406]: 6 -2.68435e+08 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[409]: 6 -2.14748e+09 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[420]: 6 -131072 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[421]: 6 -262144 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[432]: 6 -5.36871e+08 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[435]: 6 -4.29497e+09 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[446]: 6 -262144 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[448]: 6 -1.04858e+06 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[458]: 6 -1.07374e+09 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[473]: 6 -1.04858e+06 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[484]: 6 -2.14748e+09 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[498]: 6 -615224 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[499]: 6 -524320 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[501]: 6 -7.60218e+06 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[503]: 6 -3.35544e+07 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[510]: 6 -4.29497e+09 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[555]: 6 -1.34218e+08 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[653]: 6 -521148 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[682]: 6 -3.12061e+06 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[732]: 6 -112750 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[775]: 6 0 2.09715e+06 shouldn't be
124.48/124.97	WSVECS04 Frhs2[780]: 6 0 6.71089e+07 shouldn't be
124.48/124.97	WSVECS04 Frhs2[844]: 6 -32768 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[928]: 6 0 1.67772e+07 shouldn't be
124.48/124.97	WSVECS04 Frhs2[930]: 6 0 6.71089e+07 shouldn't be
124.48/124.97	WSVECS04 Frhs2[1006]: 6 0 1.34218e+08 shouldn't be
124.48/124.97	WSVECS04 Frhs2[1008]: 6 0 5.36871e+08 shouldn't be
124.48/124.97	WSVECS04 Frhs2[1032]: 6 0 2.68435e+08 shouldn't be
124.48/124.97	WSVECS04 Frhs2[1034]: 6 0 1.07374e+09 shouldn't be
124.48/124.97	WSVECS04 Frhs2[1086]: 6 0 4.29497e+09 shouldn't be
124.48/124.97	WSVECS04 Frhs2[1892]: 6 0 8.58993e+09 shouldn't be
124.48/124.97	WSVECS04 Frhs2[1915]: 6 0 4.29497e+09 shouldn't be
124.48/124.97	WSVECS04 Frhs2[2011]: 6 0 4.29497e+09 shouldn't be
124.48/124.97	WSVECS04 Frhs2[2035]: 6 0 4.29497e+09 shouldn't be
124.48/124.97	WSVECS04 Frhs2[2861]: 6 -64 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[3069]: 6 -16384 0 shouldn't be
124.48/124.97	WSVECS04 Frhs2[4070]: 6 0 8192 shouldn't be
128.68/129.17	c #Conflicts:     109000 | #Constraints:      21929
128.68/129.17	c #Conflicts:     110000 | #Constraints:      22929
128.68/129.17	c #Conflicts:     111000 | #Constraints:      23929
128.68/129.17	c #Conflicts:     112000 | #Constraints:      24929
128.68/129.17	c #Conflicts:     113000 | #Constraints:      25929
128.68/129.17	c #Conflicts:     114000 | #Constraints:      26929
128.68/129.17	WSVECS04 Frhs2[19]: 6 -1.65151e+07 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[23]: 6 -1.23723e+12 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[34]: 6 -8.59768e+07 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[35]: 6 -1.36218e+08 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[37]: 6 -6.87561e+08 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[38]: 6 -1.37514e+09 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[47]: 6 -5.66817e+11 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[196]: 6 -262144 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[199]: 6 -2.09715e+06 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[203]: 6 -3.35544e+07 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[208]: 6 -1.07374e+09 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[425]: 6 -4.1943e+06 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[427]: 6 -1.67772e+07 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[428]: 6 -3.35544e+07 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[430]: 6 -1.34218e+08 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[433]: 6 -1.07374e+09 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[437]: 6 -1.71799e+10 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[442]: 6 -5.49756e+11 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[528]: 6 -3.35544e+07 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[529]: 6 -6.71089e+07 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[532]: 6 -5.36871e+08 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[534]: 6 -2.14748e+09 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[537]: 6 -1.71799e+10 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[546]: 6 -8.79609e+12 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[580]: 6 -1.34218e+08 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[581]: 6 -2.68435e+08 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[632]: 6 -5.36871e+08 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[633]: 6 -1.07374e+09 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[635]: 6 -4.29497e+09 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[636]: 6 -8.58993e+09 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[638]: 6 -3.43597e+10 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[641]: 6 -2.74878e+11 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[645]: 6 -4.39805e+12 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[658]: 6 -1.07374e+09 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[671]: 6 -8.79609e+12 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[684]: 6 -2.14748e+09 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[710]: 6 -4.29497e+09 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[711]: 6 -8.58993e+09 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[712]: 6 0 1.71799e+10 shouldn't be
128.68/129.17	WSVECS04 Frhs2[802]: 6 0 8.38861e+06 shouldn't be
128.68/129.17	WSVECS04 Frhs2[828]: 6 0 1.67772e+07 shouldn't be
128.68/129.17	WSVECS04 Frhs2[854]: 6 0 3.35544e+07 shouldn't be
128.68/129.17	WSVECS04 Frhs2[906]: 6 0 1.34218e+08 shouldn't be
128.68/129.17	WSVECS04 Frhs2[964]: 6 0 1024 shouldn't be
128.68/129.17	WSVECS04 Frhs2[965]: 6 0 2048 shouldn't be
128.68/129.17	WSVECS04 Frhs2[967]: 6 0 8192 shouldn't be
128.68/129.17	WSVECS04 Frhs2[968]: 6 0 16384 shouldn't be
128.68/129.17	WSVECS04 Frhs2[969]: 6 0 32768 shouldn't be
128.68/129.17	WSVECS04 Frhs2[972]: 6 0 262144 shouldn't be
128.68/129.17	WSVECS04 Frhs2[973]: 6 0 524288 shouldn't be
128.68/129.17	WSVECS04 Frhs2[974]: 6 0 1.04858e+06 shouldn't be
128.68/129.17	WSVECS04 Frhs2[977]: 6 0 8.38861e+06 shouldn't be
128.68/129.17	WSVECS04 Frhs2[981]: 6 0 1.34218e+08 shouldn't be
128.68/129.17	WSVECS04 Frhs2[982]: 6 0 2.68435e+08 shouldn't be
128.68/129.17	WSVECS04 Frhs2[983]: 6 0 5.36871e+08 shouldn't be
128.68/129.17	WSVECS04 Frhs2[984]: 6 0 1.07374e+09 shouldn't be
128.68/129.17	WSVECS04 Frhs2[985]: 6 0 2.14748e+09 shouldn't be
128.68/129.17	WSVECS04 Frhs2[986]: 6 0 4.29497e+09 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1010]: 6 0 2.14748e+09 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1036]: 6 0 4.29497e+09 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1041]: 6 0 4096 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1042]: 6 0 8192 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1043]: 6 0 16384 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1044]: 6 0 32768 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1045]: 6 0 65536 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1046]: 6 0 131072 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1047]: 6 0 262144 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1048]: 6 0 524288 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1049]: 6 0 1.04858e+06 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1050]: 6 0 2.09715e+06 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1051]: 6 0 4.1943e+06 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1052]: 6 0 8.38861e+06 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1053]: 6 0 1.67772e+07 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1054]: 6 0 3.35544e+07 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1058]: 6 0 5.36871e+08 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1059]: 6 0 1.07374e+09 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1060]: 6 0 2.14748e+09 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1061]: 6 0 4.29497e+09 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1062]: 6 0 8.58993e+09 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1063]: 6 0 1.71799e+10 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1064]: 6 0 3.43597e+10 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1065]: 6 0 6.87195e+10 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1066]: 6 0 1.37439e+11 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1094]: 6 0 32768 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1095]: 6 0 65536 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1096]: 6 0 131072 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1102]: 6 0 8.38861e+06 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1103]: 6 0 1.67772e+07 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1104]: 6 0 3.35544e+07 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1112]: 6 0 8.58993e+09 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1172]: 6 0 262144 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1173]: 6 0 524288 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1174]: 6 0 1.04858e+06 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1175]: 6 0 2.09715e+06 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1177]: 6 0 8.38861e+06 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1178]: 6 0 1.67772e+07 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1180]: 6 0 6.71089e+07 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1182]: 6 0 2.68435e+08 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1190]: 6 0 6.87195e+10 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1218]: 6 0 5.49756e+11 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1270]: 6 0 2.19902e+12 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1277]: 6 0 8.38861e+06 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1278]: 6 0 1.67772e+07 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1279]: 6 0 3.35544e+07 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1286]: 6 0 4.29497e+09 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1289]: 6 0 3.43597e+10 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1294]: 6 0 1.09951e+12 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1296]: 6 0 4.39805e+12 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1297]: 6 0 8.79609e+12 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1354]: 6 0 3.35544e+07 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1355]: 6 0 6.71089e+07 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1356]: 6 0 1.34218e+08 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1357]: 6 0 2.68435e+08 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1364]: 6 0 3.43597e+10 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1370]: 6 0 2.19902e+12 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1371]: 6 0 4.39805e+12 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1372]: 6 0 8.79609e+12 shouldn't be
128.68/129.17	WSVECS04 Frhs2[1904]: 6 0 3.51844e+13 shouldn't be
128.68/129.17	WSVECS04 Frhs2[2013]: 6 0 1.71799e+10 shouldn't be
128.68/129.17	WSVECS04 Frhs2[2016]: 6 0 1.37439e+11 shouldn't be
128.68/129.17	WSVECS04 Frhs2[2579]: 6 -7.03687e+13 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[2606]: 6 0 3.35544e+07 shouldn't be
128.68/129.17	WSVECS04 Frhs2[3364]: 6 -3.43597e+10 0 shouldn't be
128.68/129.17	WSVECS04 Frhs2[3615]: 6 0 512 shouldn't be
128.68/129.17	WSVECS04 Frhs2[3745]: 6 0 16384 shouldn't be
128.68/129.17	WSVECS04 Frhs2[3823]: 6 0 131072 shouldn't be
128.68/129.17	WSVECS04 Frhs2[3927]: 6 0 2.09715e+06 shouldn't be
128.68/129.17	WSVECS04 Frhs2[3954]: 6 0 1.67772e+07 shouldn't be
128.68/129.17	WSVECS04 Frhs2[3955]: 6 0 3.35544e+07 shouldn't be
129.58/130.10	WSVECS04 Frhs2[6]: 6 -9.44125e+06 0 shouldn't be
129.58/130.10	WSVECS04 Frhs2[15]: 6 -4.29574e+09 0 shouldn't be
129.58/130.10	WSVECS04 Frhs2[190]: 6 -4096 0 shouldn't be
129.58/130.10	WSVECS04 Frhs2[191]: 6 -8192 0 shouldn't be
129.58/130.10	WSVECS04 Frhs2[193]: 6 -32768 0 shouldn't be
129.58/130.10	WSVECS04 Frhs2[194]: 6 -65536 0 shouldn't be
129.58/130.10	WSVECS04 Frhs2[424]: 6 -2.09715e+06 0 shouldn't be
129.58/130.10	WSVECS04 Frhs2[531]: 6 -2.68435e+08 0 shouldn't be
129.58/130.10	WSVECS04 Frhs2[586]: 6 -8.58993e+09 0 shouldn't be
129.58/130.10	WSVECS04 Frhs2[593]: 6 -1.09951e+12 0 shouldn't be
129.58/130.10	WSVECS04 Frhs2[599]: 6 0 2.09715e+06 shouldn't be
129.58/130.10	WSVECS04 Frhs2[776]: 6 0 4.1943e+06 shouldn't be
129.58/130.10	WSVECS04 Frhs2[932]: 6 0 2.68435e+08 shouldn't be
129.58/130.10	WSVECS04 Frhs2[958]: 6 0 5.36871e+08 shouldn't be
129.58/130.10	WSVECS04 Frhs2[970]: 6 0 65536 shouldn't be
129.58/130.10	WSVECS04 Frhs2[971]: 6 0 131072 shouldn't be
129.58/130.10	WSVECS04 Frhs2[980]: 6 0 6.71089e+07 shouldn't be
129.58/130.10	WSVECS04 Frhs2[987]: 6 0 8.58993e+09 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1055]: 6 0 6.71089e+07 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1097]: 6 0 262144 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1098]: 6 0 524288 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1099]: 6 0 1.04858e+06 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1100]: 6 0 2.09715e+06 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1101]: 6 0 4.1943e+06 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1105]: 6 0 6.71089e+07 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1106]: 6 0 1.34218e+08 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1107]: 6 0 2.68435e+08 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1110]: 6 0 2.14748e+09 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1111]: 6 0 4.29497e+09 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1114]: 6 0 3.43597e+10 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1115]: 6 0 6.87195e+10 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1166]: 6 0 1.37439e+11 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1176]: 6 0 4.1943e+06 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1179]: 6 0 3.35544e+07 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1181]: 6 0 1.34218e+08 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1183]: 6 0 5.36871e+08 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1184]: 6 0 1.07374e+09 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1185]: 6 0 2.14748e+09 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1188]: 6 0 1.71799e+10 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1189]: 6 0 3.43597e+10 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1192]: 6 0 2.74878e+11 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1193]: 6 0 5.49756e+11 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1281]: 6 0 1.34218e+08 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1282]: 6 0 2.68435e+08 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1283]: 6 0 5.36871e+08 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1285]: 6 0 2.14748e+09 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1287]: 6 0 8.58993e+09 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1288]: 6 0 1.71799e+10 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1292]: 6 0 2.74878e+11 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1293]: 6 0 5.49756e+11 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1359]: 6 0 1.07374e+09 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1361]: 6 0 4.29497e+09 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1362]: 6 0 8.58993e+09 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1363]: 6 0 1.71799e+10 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1365]: 6 0 6.87195e+10 shouldn't be
129.58/130.10	WSVECS04 Frhs2[1366]: 6 0 1.37439e+11 shouldn't be
130.77/131.26	WSVECS04 Frhs2[583]: 6 -1.07374e+09 0 shouldn't be
130.77/131.26	WSVECS04 Frhs2[584]: 6 -2.14748e+09 0 shouldn't be
130.77/131.26	WSVECS04 Frhs2[661]: 6 -8.58993e+09 0 shouldn't be
130.77/131.26	WSVECS04 Frhs2[662]: 6 -1.71799e+10 0 shouldn't be
130.77/131.26	WSVECS04 Frhs2[685]: 6 -4.29497e+09 0 shouldn't be
130.77/131.26	WSVECS04 Frhs2[687]: 6 -1.71799e+10 0 shouldn't be
130.77/131.26	WSVECS04 Frhs2[688]: 6 -3.43597e+10 0 shouldn't be
130.77/131.26	WSVECS04 Frhs2[714]: 6 -6.87195e+10 0 shouldn't be
130.77/131.26	WSVECS04 Frhs2[1280]: 6 0 6.71089e+07 shouldn't be
131.96/132.47	WSVECS04 Frhs2[1358]: 6 0 5.36871e+08 shouldn't be
131.96/132.47	WSVECS04 Frhs2[1367]: 6 0 2.74878e+11 shouldn't be
133.06/133.56	WSVECS04 Frhs2[975]: 6 0 2.09715e+06 shouldn't be
134.95/135.50	WSVECS04 Frhs2[690]: 6 -1.37439e+11 0 shouldn't be
136.25/136.75	WSVECS04 Frhs2[1375]: 6 0 7.03687e+13 shouldn't be
137.45/137.92	WSVECS04 Frhs2[2047]: 6 0 1.75922e+13 shouldn't be
140.04/140.59	WSVECS04 Frhs2[2018]: 6 0 5.49756e+11 shouldn't be
140.04/140.59	WSVECS04 Frhs2[4154]: 6 -3.51844e+13 0 shouldn't be
140.04/140.59	WSVECS04 Frhs2[4155]: 6 -7.03687e+13 0 shouldn't be
141.14/141.64	WSVECS04 Frhs2[880]: 6 0 6.71089e+07 shouldn't be
141.14/141.64	WSVECS04 Frhs2[1374]: 6 0 3.51844e+13 shouldn't be
141.14/141.64	WSVECS04 Frhs2[1400]: 6 0 7.03687e+13 shouldn't be
142.44/142.95	WSVECS04 Frhs2[659]: 6 -2.14748e+09 0 shouldn't be
143.55/144.05	WSVECS04 Frhs2[664]: 6 -6.87195e+10 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[6]: 6 -9.44125e+06 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[15]: 6 -4.29574e+09 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[19]: 6 -1.65151e+07 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[23]: 6 -1.23723e+12 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[34]: 6 -8.59768e+07 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[35]: 6 -1.36218e+08 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[47]: 6 -5.66817e+11 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[190]: 6 -4096 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[191]: 6 -8192 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[193]: 6 -32768 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[194]: 6 -65536 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[196]: 6 -262144 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[199]: 6 -2.09715e+06 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[203]: 6 -3.35544e+07 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[208]: 6 -1.07374e+09 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[424]: 6 -2.09715e+06 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[425]: 6 -4.1943e+06 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[430]: 6 -1.34218e+08 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[433]: 6 -1.07374e+09 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[531]: 6 -2.68435e+08 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[532]: 6 -5.36871e+08 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[534]: 6 -2.14748e+09 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[537]: 6 -1.71799e+10 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[546]: 6 -8.79609e+12 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[580]: 6 -1.34218e+08 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[581]: 6 -2.68435e+08 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[586]: 6 -8.58993e+09 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[593]: 6 -1.09951e+12 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[635]: 6 -4.29497e+09 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[636]: 6 -8.58993e+09 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[638]: 6 -3.43597e+10 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[641]: 6 -2.74878e+11 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[645]: 6 -4.39805e+12 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[658]: 6 -1.07374e+09 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[659]: 6 -2.14748e+09 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[684]: 6 -2.14748e+09 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[685]: 6 -4.29497e+09 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[710]: 6 -4.29497e+09 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[711]: 6 -8.58993e+09 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1061]: 6 0 4.29497e+09 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1062]: 6 0 8.58993e+09 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1098]: 6 0 524288 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1101]: 6 0 4.1943e+06 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1102]: 6 0 8.38861e+06 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1107]: 6 0 2.68435e+08 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1111]: 6 0 4.29497e+09 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1112]: 6 0 8.58993e+09 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1115]: 6 0 6.87195e+10 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1176]: 6 0 4.1943e+06 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1177]: 6 0 8.38861e+06 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1179]: 6 0 3.35544e+07 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1180]: 6 0 6.71089e+07 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1188]: 6 0 1.71799e+10 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1189]: 6 0 3.43597e+10 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1190]: 6 0 6.87195e+10 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1192]: 6 0 2.74878e+11 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1193]: 6 0 5.49756e+11 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1218]: 6 0 5.49756e+11 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1280]: 6 0 6.71089e+07 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1285]: 6 0 2.14748e+09 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1286]: 6 0 4.29497e+09 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1287]: 6 0 8.58993e+09 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1288]: 6 0 1.71799e+10 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1292]: 6 0 2.74878e+11 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1293]: 6 0 5.49756e+11 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1294]: 6 0 1.09951e+12 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1355]: 6 0 6.71089e+07 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1359]: 6 0 1.07374e+09 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1361]: 6 0 4.29497e+09 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1362]: 6 0 8.58993e+09 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1363]: 6 0 1.71799e+10 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1364]: 6 0 3.43597e+10 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1365]: 6 0 6.87195e+10 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1366]: 6 0 1.37439e+11 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1370]: 6 0 2.19902e+12 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1371]: 6 0 4.39805e+12 shouldn't be
146.33/146.82	WSVECS04 Frhs2[1372]: 6 0 8.79609e+12 shouldn't be
146.33/146.82	WSVECS04 Frhs2[2013]: 6 0 1.71799e+10 shouldn't be
146.33/146.82	WSVECS04 Frhs2[2047]: 6 0 1.75922e+13 shouldn't be
146.33/146.82	WSVECS04 Frhs2[3364]: 6 -3.43597e+10 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[3367]: 6 -2.74878e+11 0 shouldn't be
146.33/146.82	WSVECS04 Frhs2[4103]: 6 0 7.03687e+13 shouldn't be
147.54/148.04	WSVECS04 Frhs2[437]: 6 -1.71799e+10 0 shouldn't be
147.54/148.04	WSVECS04 Frhs2[528]: 6 -3.35544e+07 0 shouldn't be
147.54/148.04	WSVECS04 Frhs2[529]: 6 -6.71089e+07 0 shouldn't be
147.54/148.04	WSVECS04 Frhs2[599]: 6 0 2.09715e+06 shouldn't be
147.54/148.04	WSVECS04 Frhs2[671]: 6 -8.79609e+12 0 shouldn't be
147.54/148.04	WSVECS04 Frhs2[964]: 6 0 1024 shouldn't be
147.54/148.04	WSVECS04 Frhs2[1041]: 6 0 4096 shouldn't be
147.54/148.04	WSVECS04 Frhs2[1042]: 6 0 8192 shouldn't be
147.54/148.04	WSVECS04 Frhs2[1058]: 6 0 5.36871e+08 shouldn't be
147.54/148.04	WSVECS04 Frhs2[1059]: 6 0 1.07374e+09 shouldn't be
147.54/148.04	WSVECS04 Frhs2[1095]: 6 0 65536 shouldn't be
147.54/148.04	WSVECS04 Frhs2[1097]: 6 0 262144 shouldn't be
147.54/148.04	WSVECS04 Frhs2[1103]: 6 0 1.67772e+07 shouldn't be
147.54/148.04	WSVECS04 Frhs2[1105]: 6 0 6.71089e+07 shouldn't be
147.54/148.04	WSVECS04 Frhs2[1110]: 6 0 2.14748e+09 shouldn't be
147.54/148.04	WSVECS04 Frhs2[1173]: 6 0 524288 shouldn't be
147.54/148.04	WSVECS04 Frhs2[1175]: 6 0 2.09715e+06 shouldn't be
147.54/148.04	WSVECS04 Frhs2[1181]: 6 0 1.34218e+08 shouldn't be
147.54/148.04	WSVECS04 Frhs2[1183]: 6 0 5.36871e+08 shouldn't be
147.54/148.04	WSVECS04 Frhs2[1277]: 6 0 8.38861e+06 shouldn't be
147.54/148.04	WSVECS04 Frhs2[1279]: 6 0 3.35544e+07 shouldn't be
147.54/148.04	WSVECS04 Frhs2[1281]: 6 0 1.34218e+08 shouldn't be
147.54/148.04	WSVECS04 Frhs2[3615]: 6 0 512 shouldn't be
147.54/148.04	WSVECS04 Frhs2[4154]: 6 -3.51844e+13 0 shouldn't be
147.54/148.04	WSVECS04 Frhs2[4155]: 6 -7.03687e+13 0 shouldn't be
148.64/149.16	WSVECS04 Frhs2[37]: 6 -6.87561e+08 0 shouldn't be
148.64/149.16	WSVECS04 Frhs2[427]: 6 -1.67772e+07 0 shouldn't be
148.64/149.16	WSVECS04 Frhs2[633]: 6 -1.07374e+09 0 shouldn't be
148.64/149.16	WSVECS04 Frhs2[776]: 6 0 4.1943e+06 shouldn't be
148.64/149.16	WSVECS04 Frhs2[802]: 6 0 8.38861e+06 shouldn't be
148.64/149.16	WSVECS04 Frhs2[828]: 6 0 1.67772e+07 shouldn't be
148.64/149.16	WSVECS04 Frhs2[974]: 6 0 1.04858e+06 shouldn't be
148.64/149.16	WSVECS04 Frhs2[977]: 6 0 8.38861e+06 shouldn't be
148.64/149.16	WSVECS04 Frhs2[980]: 6 0 6.71089e+07 shouldn't be
148.64/149.16	WSVECS04 Frhs2[981]: 6 0 1.34218e+08 shouldn't be
148.64/149.16	WSVECS04 Frhs2[982]: 6 0 2.68435e+08 shouldn't be
148.64/149.16	WSVECS04 Frhs2[983]: 6 0 5.36871e+08 shouldn't be
148.64/149.16	WSVECS04 Frhs2[1053]: 6 0 1.67772e+07 shouldn't be
148.64/149.16	WSVECS04 Frhs2[1055]: 6 0 6.71089e+07 shouldn't be
148.64/149.16	WSVECS04 Frhs2[1060]: 6 0 2.14748e+09 shouldn't be
148.64/149.16	WSVECS04 Frhs2[1094]: 6 0 32768 shouldn't be
148.64/149.16	WSVECS04 Frhs2[1096]: 6 0 131072 shouldn't be
148.64/149.16	WSVECS04 Frhs2[1099]: 6 0 1.04858e+06 shouldn't be
148.64/149.16	WSVECS04 Frhs2[1104]: 6 0 3.35544e+07 shouldn't be
148.64/149.16	WSVECS04 Frhs2[1106]: 6 0 1.34218e+08 shouldn't be
148.64/149.16	WSVECS04 Frhs2[1172]: 6 0 262144 shouldn't be
148.64/149.16	WSVECS04 Frhs2[1174]: 6 0 1.04858e+06 shouldn't be
148.64/149.16	WSVECS04 Frhs2[1178]: 6 0 1.67772e+07 shouldn't be
148.64/149.16	WSVECS04 Frhs2[1182]: 6 0 2.68435e+08 shouldn't be
148.64/149.16	WSVECS04 Frhs2[1184]: 6 0 1.07374e+09 shouldn't be
148.64/149.16	WSVECS04 Frhs2[1278]: 6 0 1.67772e+07 shouldn't be
148.64/149.16	WSVECS04 Frhs2[1282]: 6 0 2.68435e+08 shouldn't be
148.64/149.16	WSVECS04 Frhs2[1354]: 6 0 3.35544e+07 shouldn't be
148.64/149.16	WSVECS04 Frhs2[1356]: 6 0 1.34218e+08 shouldn't be
148.64/149.16	WSVECS04 Frhs2[1357]: 6 0 2.68435e+08 shouldn't be
150.22/150.76	WSVECS04 Frhs2[632]: 6 -5.36871e+08 0 shouldn't be
150.22/150.76	WSVECS04 Frhs2[854]: 6 0 3.35544e+07 shouldn't be
150.22/150.76	WSVECS04 Frhs2[906]: 6 0 1.34218e+08 shouldn't be
150.22/150.76	WSVECS04 Frhs2[958]: 6 0 5.36871e+08 shouldn't be
150.22/150.76	WSVECS04 Frhs2[967]: 6 0 8192 shouldn't be
150.22/150.76	WSVECS04 Frhs2[968]: 6 0 16384 shouldn't be
150.22/150.76	WSVECS04 Frhs2[969]: 6 0 32768 shouldn't be
150.22/150.76	WSVECS04 Frhs2[970]: 6 0 65536 shouldn't be
150.22/150.76	WSVECS04 Frhs2[971]: 6 0 131072 shouldn't be
150.22/150.76	WSVECS04 Frhs2[973]: 6 0 524288 shouldn't be
150.22/150.76	WSVECS04 Frhs2[975]: 6 0 2.09715e+06 shouldn't be
150.22/150.76	WSVECS04 Frhs2[985]: 6 0 2.14748e+09 shouldn't be
150.22/150.76	WSVECS04 Frhs2[1046]: 6 0 131072 shouldn't be
150.22/150.76	WSVECS04 Frhs2[1047]: 6 0 262144 shouldn't be
150.22/150.76	WSVECS04 Frhs2[1048]: 6 0 524288 shouldn't be
150.22/150.76	WSVECS04 Frhs2[1050]: 6 0 2.09715e+06 shouldn't be
150.22/150.76	WSVECS04 Frhs2[1051]: 6 0 4.1943e+06 shouldn't be
150.22/150.76	WSVECS04 Frhs2[1052]: 6 0 8.38861e+06 shouldn't be
150.22/150.76	WSVECS04 Frhs2[1054]: 6 0 3.35544e+07 shouldn't be
150.22/150.76	WSVECS04 Frhs2[1100]: 6 0 2.09715e+06 shouldn't be
150.22/150.76	WSVECS04 Frhs2[1283]: 6 0 5.36871e+08 shouldn't be
150.22/150.76	WSVECS04 Frhs2[2606]: 6 0 3.35544e+07 shouldn't be
151.72/152.27	WSVECS04 Frhs2[442]: 6 -5.49756e+11 0 shouldn't be
151.72/152.27	WSVECS04 Frhs2[661]: 6 -8.58993e+09 0 shouldn't be
151.72/152.27	WSVECS04 Frhs2[987]: 6 0 8.58993e+09 shouldn't be
151.72/152.27	WSVECS04 Frhs2[1045]: 6 0 65536 shouldn't be
151.72/152.27	WSVECS04 Frhs2[1049]: 6 0 1.04858e+06 shouldn't be
151.72/152.27	WSVECS04 Frhs2[1063]: 6 0 1.71799e+10 shouldn't be
151.72/152.27	WSVECS04 Frhs2[1065]: 6 0 6.87195e+10 shouldn't be
151.72/152.27	WSVECS04 Frhs2[1066]: 6 0 1.37439e+11 shouldn't be
151.72/152.27	WSVECS04 Frhs2[1114]: 6 0 3.43597e+10 shouldn't be
151.72/152.27	WSVECS04 Frhs2[1166]: 6 0 1.37439e+11 shouldn't be
151.72/152.27	WSVECS04 Frhs2[1185]: 6 0 2.14748e+09 shouldn't be
151.72/152.27	WSVECS04 Frhs2[1289]: 6 0 3.43597e+10 shouldn't be
151.72/152.27	WSVECS04 Frhs2[1358]: 6 0 5.36871e+08 shouldn't be
152.71/153.26	WSVECS04 Frhs2[38]: 6 -1.37514e+09 0 shouldn't be
152.71/153.26	WSVECS04 Frhs2[428]: 6 -3.35544e+07 0 shouldn't be
152.71/153.26	WSVECS04 Frhs2[583]: 6 -1.07374e+09 0 shouldn't be
152.71/153.26	WSVECS04 Frhs2[584]: 6 -2.14748e+09 0 shouldn't be
152.71/153.26	WSVECS04 Frhs2[662]: 6 -1.71799e+10 0 shouldn't be
152.71/153.26	WSVECS04 Frhs2[687]: 6 -1.71799e+10 0 shouldn't be
152.71/153.26	WSVECS04 Frhs2[688]: 6 -3.43597e+10 0 shouldn't be
152.71/153.26	WSVECS04 Frhs2[714]: 6 -6.87195e+10 0 shouldn't be
152.71/153.26	WSVECS04 Frhs2[965]: 6 0 2048 shouldn't be
152.71/153.26	WSVECS04 Frhs2[972]: 6 0 262144 shouldn't be
152.71/153.26	WSVECS04 Frhs2[986]: 6 0 4.29497e+09 shouldn't be
152.71/153.26	WSVECS04 Frhs2[1043]: 6 0 16384 shouldn't be
152.71/153.26	WSVECS04 Frhs2[1064]: 6 0 3.43597e+10 shouldn't be
152.71/153.26	WSVECS04 Frhs2[1297]: 6 0 8.79609e+12 shouldn't be
152.71/153.26	WSVECS04 Frhs2[1903]: 6 0 1.75922e+13 shouldn't be
152.71/153.26	WSVECS04 Frhs2[3823]: 6 0 131072 shouldn't be
152.71/153.26	WSVECS04 Frhs2[3927]: 6 0 2.09715e+06 shouldn't be
152.71/153.26	WSVECS04 Frhs2[3954]: 6 0 1.67772e+07 shouldn't be
154.20/154.72	WSVECS04 Frhs2[664]: 6 -6.87195e+10 0 shouldn't be
154.20/154.72	WSVECS04 Frhs2[690]: 6 -1.37439e+11 0 shouldn't be
154.20/154.72	WSVECS04 Frhs2[1270]: 6 0 2.19902e+12 shouldn't be
154.20/154.72	WSVECS04 Frhs2[1296]: 6 0 4.39805e+12 shouldn't be
154.20/154.72	WSVECS04 Frhs2[1374]: 6 0 3.51844e+13 shouldn't be
154.20/154.72	WSVECS04 Frhs2[1375]: 6 0 7.03687e+13 shouldn't be
154.20/154.72	WSVECS04 Frhs2[1400]: 6 0 7.03687e+13 shouldn't be
154.20/154.72	WSVECS04 Frhs2[2016]: 6 0 1.37439e+11 shouldn't be
154.20/154.72	WSVECS04 Frhs2[2018]: 6 0 5.49756e+11 shouldn't be
154.20/154.72	WSVECS04 Frhs2[3977]: 6 -1.40737e+14 0 shouldn't be
155.40/155.99	WSVECS04 Frhs2[1367]: 6 0 2.74878e+11 shouldn't be
156.80/157.36	WSVECS04 Frhs2[712]: 6 0 1.71799e+10 shouldn't be
158.00/158.51	WSVECS04 Frhs2[880]: 6 0 6.71089e+07 shouldn't be
158.00/158.51	WSVECS04 Frhs2[932]: 6 0 2.68435e+08 shouldn't be
158.00/158.51	WSVECS04 Frhs2[984]: 6 0 1.07374e+09 shouldn't be
158.00/158.51	WSVECS04 Frhs2[1010]: 6 0 2.14748e+09 shouldn't be
158.00/158.51	WSVECS04 Frhs2[1036]: 6 0 4.29497e+09 shouldn't be
159.99/160.56	WSVECS04 Frhs2[1904]: 6 0 3.51844e+13 shouldn't be
159.99/160.56	WSVECS04 Frhs2[3369]: 6 -1.09951e+12 0 shouldn't be
160.98/161.59	WSVECS04 Frhs2[1044]: 6 0 32768 shouldn't be
160.98/161.59	WSVECS04 Frhs2[2579]: 6 -7.03687e+13 0 shouldn't be
181.45/182.10	c #Conflicts:     115000 | #Constraints:      27929
181.45/182.10	c INPROCESSING
181.45/182.10	c GARBAGE COLLECT
181.45/182.10	c #Conflicts:     116000 | #Constraints:      19280
181.45/182.10	c #Conflicts:     117000 | #Constraints:      20280
181.45/182.10	c #Conflicts:     118000 | #Constraints:      21280
181.45/182.10	c #Conflicts:     119000 | #Constraints:      22280
181.45/182.10	c #Conflicts:     120000 | #Constraints:      23280
181.45/182.10	c #Conflicts:     121000 | #Constraints:      24280
181.45/182.10	c #Conflicts:     122000 | #Constraints:      25280
181.45/182.10	c #Conflicts:     123000 | #Constraints:      26280
181.45/182.10	c #Conflicts:     124000 | #Constraints:      27280
181.45/182.10	c #Conflicts:     125000 | #Constraints:      28280
181.45/182.10	c #Conflicts:     126000 | #Constraints:      29280
181.45/182.10	c #Conflicts:     127000 | #Constraints:      30280
181.45/182.10	c #Conflicts:     128000 | #Constraints:      31280
181.45/182.10	c #Conflicts:     129000 | #Constraints:      32280
181.45/182.10	c #Conflicts:     130000 | #Constraints:      33280
181.45/182.10	c #Conflicts:     131000 | #Constraints:      34280
181.45/182.10	c #Conflicts:     132000 | #Constraints:      35280
181.45/182.10	c #Conflicts:     133000 | #Constraints:      36280
181.45/182.10	c #Conflicts:     134000 | #Constraints:      37280
181.45/182.10	c #Conflicts:     135000 | #Constraints:      38280
181.45/182.10	c #Conflicts:     136000 | #Constraints:      39280
181.45/182.10	c #Conflicts:     137000 | #Constraints:      40280
181.45/182.10	c #Conflicts:     138000 | #Constraints:      41280
181.45/182.10	c #Conflicts:     139000 | #Constraints:      42280
181.45/182.10	c #Conflicts:     140000 | #Constraints:      43280
181.45/182.10	c INPROCESSING
181.45/182.10	c GARBAGE COLLECT
181.45/182.10	WSVECS04 Frhs2[21]: 6 -4.10404e+10 0 shouldn't be
181.45/182.10	WSVECS04 Frhs2[25]: 6 -8.59379e+07 0 shouldn't be
181.45/182.10	WSVECS04 Frhs2[42]: 6 0 7.47019e+10 shouldn't be
181.45/182.10	WSVECS04 Frhs2[43]: 6 -1.55853e+11 0 shouldn't be
181.45/182.10	WSVECS04 Frhs2[51]: 6 -2.58921e+12 0 shouldn't be
181.45/182.10	WSVECS04 Frhs2[52]: 6 -8.84148e+11 0 shouldn't be
181.45/182.10	WSVECS04 Frhs2[328]: 6 0 7.07404e+07 shouldn't be
181.45/182.10	WSVECS04 Frhs2[354]: 6 0 1.41481e+08 shouldn't be
181.45/182.10	WSVECS04 Frhs2[441]: 6 -5.84896e+11 0 shouldn't be
181.45/182.10	WSVECS04 Frhs2[553]: 6 -2.69404e+08 0 shouldn't be
181.45/182.10	WSVECS04 Frhs2[597]: 6 -1.88618e+13 0 shouldn't be
181.45/182.10	WSVECS04 Frhs2[598]: 6 -3.77237e+13 0 shouldn't be
181.45/182.10	WSVECS04 Frhs2[637]: 6 0 1.71799e+10 shouldn't be
181.45/182.10	WSVECS04 Frhs2[672]: 6 -1.88618e+13 0 shouldn't be
181.45/182.10	WSVECS04 Frhs2[675]: 6 -1.50895e+14 0 shouldn't be
181.45/182.10	WSVECS04 Frhs2[689]: 6 0 6.87195e+10 shouldn't be
181.45/182.10	WSVECS04 Frhs2[698]: 6 -3.77237e+13 0 shouldn't be
181.45/182.10	WSVECS04 Frhs2[707]: 6 -3.69376e+09 0 shouldn't be
181.45/182.10	WSVECS04 Frhs2[710]: 6 0 4.29497e+09 shouldn't be
181.45/182.10	WSVECS04 Frhs2[715]: 6 0 1.37439e+11 shouldn't be
181.45/182.10	WSVECS04 Frhs2[724]: 6 -7.54473e+13 0 shouldn't be
181.45/182.10	WSVECS04 Frhs2[771]: 6 0 276330 shouldn't be
181.45/182.10	WSVECS04 Frhs2[775]: 6 -3.02403e+06 0 shouldn't be
181.45/182.10	WSVECS04 Frhs2[779]: 6 -1.07422e+07 0 shouldn't be
181.45/182.10	WSVECS04 Frhs2[796]: 6 0 276330 shouldn't be
181.45/182.10	WSVECS04 Frhs2[797]: 6 0 552660 shouldn't be
181.45/182.10	WSVECS04 Frhs2[822]: 6 0 552660 shouldn't be
181.45/182.10	WSVECS04 Frhs2[823]: 6 0 1.10532e+06 shouldn't be
181.45/182.10	WSVECS04 Frhs2[848]: 6 0 1.10532e+06 shouldn't be
181.45/182.10	WSVECS04 Frhs2[849]: 6 0 2.21064e+06 shouldn't be
181.45/182.10	WSVECS04 Frhs2[853]: 6 -2.41923e+07 0 shouldn't be
181.45/182.10	WSVECS04 Frhs2[874]: 6 0 2.21064e+06 shouldn't be
181.45/182.10	WSVECS04 Frhs2[875]: 6 0 4.42128e+06 shouldn't be
181.45/182.10	WSVECS04 Frhs2[900]: 6 0 4.42128e+06 shouldn't be
181.45/182.10	WSVECS04 Frhs2[901]: 6 0 8.84255e+06 shouldn't be
181.45/182.10	WSVECS04 Frhs2[926]: 6 0 8.84255e+06 shouldn't be
181.45/182.10	WSVECS04 Frhs2[927]: 6 0 1.76851e+07 shouldn't be
181.45/182.10	WSVECS04 Frhs2[952]: 6 0 1.76851e+07 shouldn't be
181.45/182.10	WSVECS04 Frhs2[953]: 6 0 3.53702e+07 shouldn't be
181.45/182.10	WSVECS04 Frhs2[962]: 6 0 8.58993e+09 shouldn't be
181.45/182.10	WSVECS04 Frhs2[978]: 6 0 3.53702e+07 shouldn't be
181.45/182.10	WSVECS04 Frhs2[979]: 6 0 7.07404e+07 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1004]: 6 0 7.07404e+07 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1005]: 6 0 1.41481e+08 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1030]: 6 0 1.41481e+08 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1031]: 6 0 2.82962e+08 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1056]: 6 0 2.82962e+08 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1057]: 6 0 5.65923e+08 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1082]: 6 0 5.65923e+08 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1083]: 6 0 1.13185e+09 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1108]: 6 0 1.13185e+09 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1109]: 6 0 2.26369e+09 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1123]: 6 0 1.10532e+06 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1124]: 6 0 2.21064e+06 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1125]: 6 0 4.42128e+06 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1126]: 6 0 8.84255e+06 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1127]: 6 0 1.76851e+07 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1131]: 6 0 2.82962e+08 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1132]: 6 0 5.65923e+08 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1133]: 6 0 1.13185e+09 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1135]: 6 0 4.52739e+09 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1136]: 6 0 9.05477e+09 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1137]: 6 0 1.81095e+10 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1138]: 6 0 3.62191e+10 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1140]: 6 0 6.87195e+10 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1141]: 6 0 1.37439e+11 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1142]: 6 0 2.74878e+11 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1143]: 6 0 5.49756e+11 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1160]: 6 0 4.52739e+09 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1161]: 6 0 9.05477e+09 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1164]: 6 -2.74363e+12 0 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1186]: 6 0 9.05477e+09 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1187]: 6 0 1.81095e+10 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1212]: 6 0 1.81095e+10 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1213]: 6 0 3.62191e+10 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1227]: 6 0 1.76851e+07 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1228]: 6 0 3.53702e+07 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1229]: 6 0 7.07404e+07 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1230]: 6 0 1.41481e+08 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1231]: 6 0 2.82962e+08 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1232]: 6 0 5.65923e+08 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1233]: 6 0 1.13185e+09 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1234]: 6 0 2.26369e+09 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1235]: 6 0 4.52739e+09 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1236]: 6 0 9.05477e+09 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1237]: 6 0 1.81095e+10 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1238]: 6 0 3.62191e+10 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1239]: 6 0 7.24382e+10 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1240]: 6 0 1.44876e+11 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1241]: 6 0 2.89753e+11 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1242]: 6 0 5.79506e+11 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1243]: 6 0 1.15901e+12 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1244]: 6 0 1.09951e+12 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1245]: 6 0 2.19902e+12 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1246]: 6 0 4.39805e+12 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1247]: 6 0 8.79609e+12 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1248]: 6 0 1.75922e+13 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1264]: 6 0 7.24382e+10 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1265]: 6 0 1.44876e+11 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1266]: 6 0 7.87202e+12 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1267]: 6 0 5.93188e+12 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1290]: 6 0 1.44876e+11 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1291]: 6 0 2.89753e+11 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1303]: 6 0 3.53702e+07 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1304]: 6 0 7.07404e+07 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1305]: 6 0 1.41481e+08 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1306]: 6 0 2.82962e+08 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1307]: 6 0 5.65923e+08 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1308]: 6 0 1.13185e+09 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1309]: 6 0 2.26369e+09 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1310]: 6 0 4.52739e+09 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1311]: 6 0 9.05477e+09 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1312]: 6 0 1.81095e+10 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1313]: 6 0 3.62191e+10 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1314]: 6 0 7.24382e+10 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1315]: 6 0 1.44876e+11 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1316]: 6 0 2.89753e+11 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1317]: 6 0 5.79506e+11 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1318]: 6 0 1.15901e+12 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1319]: 6 0 2.31802e+12 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1320]: 6 0 4.63604e+12 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1322]: 6 0 8.79609e+12 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1323]: 6 0 1.75922e+13 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1324]: 6 0 3.51844e+13 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1325]: 6 0 7.03687e+13 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1326]: 6 0 1.40737e+14 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1328]: 6 0 3.53702e+07 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1329]: 6 0 7.07404e+07 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1330]: 6 0 1.41481e+08 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1331]: 6 0 2.82962e+08 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1332]: 6 0 5.65923e+08 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1333]: 6 0 1.13185e+09 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1334]: 6 0 2.26369e+09 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1335]: 6 0 4.52739e+09 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1336]: 6 0 9.05477e+09 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1337]: 6 0 1.81095e+10 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1339]: 6 0 7.24382e+10 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1340]: 6 0 1.44876e+11 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1341]: 6 0 2.89753e+11 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1342]: 6 0 5.79506e+11 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1343]: 6 0 1.15901e+12 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1344]: 6 0 2.31802e+12 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1345]: 6 0 4.63604e+12 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1346]: 6 0 9.27209e+12 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1348]: 6 0 1.75922e+13 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1349]: 6 0 3.51844e+13 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1350]: 6 0 7.03687e+13 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1351]: 6 0 1.40737e+14 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1352]: 6 0 2.81475e+14 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1368]: 6 0 1.15901e+12 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1369]: 6 0 2.31802e+12 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1394]: 6 0 2.31802e+12 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1398]: 6 -1.26964e+12 0 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1451]: 6 0 1.67772e+07 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1729]: 6 -2.94716e+11 0 shouldn't be
181.45/182.10	WSVECS04 Frhs2[1999]: 6 -1.88618e+13 0 shouldn't be
181.45/182.10	WSVECS04 Frhs2[2047]: 6 -1.88618e+13 0 shouldn't be
181.45/182.10	WSVECS04 Frhs2[2070]: 6 0 276330 shouldn't be
181.45/182.10	WSVECS04 Frhs2[2277]: 6 0 5.66997e+09 shouldn't be
181.45/182.10	WSVECS04 Frhs2[2325]: 6 0 1.04882e+10 shouldn't be
181.45/182.10	WSVECS04 Frhs2[2745]: 6 -65536 0 shouldn't be
181.45/182.10	WSVECS04 Frhs2[3095]: 6 0 32768 shouldn't be
181.45/182.10	WSVECS04 Frhs2[3352]: 6 -3.01789e+14 0 shouldn't be
181.45/182.10	WSVECS04 Frhs2[3973]: 6 0 8.79609e+12 shouldn't be
181.45/182.10	WSVECS04 Frhs2[3998]: 6 -1.85442e+13 0 shouldn't be
181.45/182.10	WSVECS04 Frhs2[4047]: 6 0 9.27209e+12 shouldn't be
184.63/185.22	WSVECS04 Frhs2[11]: 6 -3.42183e+10 0 shouldn't be
184.63/185.22	WSVECS04 Frhs2[778]: 6 -5.37112e+06 0 shouldn't be
184.63/185.22	WSVECS04 Frhs2[1035]: 6 -3.09661e+09 0 shouldn't be
184.63/185.22	WSVECS04 Frhs2[1778]: 6 -5.89432e+11 0 shouldn't be
184.63/185.22	WSVECS04 Frhs2[2695]: 6 0 9.27209e+12 shouldn't be
184.63/185.22	WSVECS04 Frhs2[2706]: 6 -2.00006 0 shouldn't be
184.63/185.22	WSVECS04 Frhs2[2710]: 6 -32.0001 0 shouldn't be
184.63/185.22	WSVECS04 Frhs2[4112]: 6 -8.00009 0 shouldn't be
188.22/188.82	WSVECS04 Frhs2[2756]: 6 -6.71089e+07 0 shouldn't be
188.22/188.82	WSVECS04 Frhs2[2808]: 6 -2.68435e+08 0 shouldn't be
188.22/188.82	WSVECS04 Frhs2[2912]: 6 -4.29497e+09 0 shouldn't be
188.22/188.82	WSVECS04 Frhs2[2938]: 6 -8.58993e+09 0 shouldn't be
188.22/188.82	WSVECS04 Frhs2[2964]: 6 -1.71799e+10 0 shouldn't be
188.22/188.82	WSVECS04 Frhs2[2990]: 6 -3.43597e+10 0 shouldn't be
188.22/188.82	WSVECS04 Frhs2[3016]: 6 -6.87195e+10 0 shouldn't be
188.22/188.82	WSVECS04 Frhs2[3042]: 6 -1.37439e+11 0 shouldn't be
188.22/188.82	WSVECS04 Frhs2[3796]: 6 0 1.09951e+12 shouldn't be
188.22/188.82	WSVECS04 Frhs2[4115]: 6 -64.0001 0 shouldn't be
188.22/188.82	WSVECS04 Frhs2[4116]: 6 -128 0 shouldn't be
189.22/189.87	WSVECS04 Frhs2[2707]: 6 -4.00002 0 shouldn't be
190.91/191.50	WSVECS04 Frhs2[3385]: 6 0 16 shouldn't be
190.91/191.50	WSVECS04 Frhs2[3386]: 6 0 32 shouldn't be
192.21/192.88	WSVECS04 Frhs2[1338]: 6 0 3.62191e+10 shouldn't be
192.21/192.88	WSVECS04 Frhs2[2404]: 6 -5.49756e+11 0 shouldn't be
192.21/192.88	WSVECS04 Frhs2[2725]: 6 -1.04858e+06 0 shouldn't be
192.21/192.88	WSVECS04 Frhs2[3872]: 6 -4.39805e+12 0 shouldn't be
193.51/194.13	WSVECS04 Frhs2[2719]: 6 -16384 0 shouldn't be
193.51/194.13	WSVECS04 Frhs2[2834]: 6 -5.36871e+08 0 shouldn't be
193.51/194.13	WSVECS04 Frhs2[2860]: 6 -1.07374e+09 0 shouldn't be
193.51/194.13	WSVECS04 Frhs2[3636]: 6 0 5.24409e+09 shouldn't be
194.80/195.49	WSVECS04 Frhs2[11]: 6 -3.42183e+10 0 shouldn't be
194.80/195.49	WSVECS04 Frhs2[21]: 6 -4.10404e+10 0 shouldn't be
194.80/195.49	WSVECS04 Frhs2[25]: 6 -8.59379e+07 0 shouldn't be
194.80/195.49	WSVECS04 Frhs2[42]: 6 0 7.47019e+10 shouldn't be
194.80/195.49	WSVECS04 Frhs2[43]: 6 -1.55853e+11 0 shouldn't be
194.80/195.49	WSVECS04 Frhs2[51]: 6 -2.58921e+12 0 shouldn't be
194.80/195.49	WSVECS04 Frhs2[52]: 6 -8.84148e+11 0 shouldn't be
194.80/195.49	WSVECS04 Frhs2[302]: 6 0 3.53702e+07 shouldn't be
194.80/195.49	WSVECS04 Frhs2[354]: 6 0 1.41481e+08 shouldn't be
194.80/195.49	WSVECS04 Frhs2[441]: 6 -5.84896e+11 0 shouldn't be
194.80/195.49	WSVECS04 Frhs2[553]: 6 -2.69404e+08 0 shouldn't be
194.80/195.49	WSVECS04 Frhs2[597]: 6 -1.88618e+13 0 shouldn't be
194.80/195.49	WSVECS04 Frhs2[598]: 6 -3.77237e+13 0 shouldn't be
194.80/195.49	WSVECS04 Frhs2[637]: 6 0 1.71799e+10 shouldn't be
194.80/195.49	WSVECS04 Frhs2[672]: 6 -1.88618e+13 0 shouldn't be
194.80/195.49	WSVECS04 Frhs2[675]: 6 -1.50895e+14 0 shouldn't be
194.80/195.49	WSVECS04 Frhs2[689]: 6 0 6.87195e+10 shouldn't be
194.80/195.49	WSVECS04 Frhs2[698]: 6 -3.77237e+13 0 shouldn't be
194.80/195.49	WSVECS04 Frhs2[707]: 6 -3.69376e+09 0 shouldn't be
194.80/195.49	WSVECS04 Frhs2[715]: 6 0 1.37439e+11 shouldn't be
194.80/195.49	WSVECS04 Frhs2[724]: 6 -7.54473e+13 0 shouldn't be
194.80/195.49	WSVECS04 Frhs2[775]: 6 -3.02403e+06 0 shouldn't be
194.80/195.49	WSVECS04 Frhs2[779]: 6 -1.07422e+07 0 shouldn't be
194.80/195.49	WSVECS04 Frhs2[796]: 6 0 276330 shouldn't be
194.80/195.49	WSVECS04 Frhs2[822]: 6 0 552660 shouldn't be
194.80/195.49	WSVECS04 Frhs2[848]: 6 0 1.10532e+06 shouldn't be
194.80/195.49	WSVECS04 Frhs2[853]: 6 -2.41923e+07 0 shouldn't be
194.80/195.49	WSVECS04 Frhs2[874]: 6 0 2.21064e+06 shouldn't be
194.80/195.49	WSVECS04 Frhs2[900]: 6 0 4.42128e+06 shouldn't be
194.80/195.49	WSVECS04 Frhs2[926]: 6 0 8.84255e+06 shouldn't be
194.80/195.49	WSVECS04 Frhs2[927]: 6 0 1.76851e+07 shouldn't be
194.80/195.49	WSVECS04 Frhs2[952]: 6 0 1.76851e+07 shouldn't be
194.80/195.49	WSVECS04 Frhs2[978]: 6 0 3.53702e+07 shouldn't be
194.80/195.49	WSVECS04 Frhs2[979]: 6 0 7.07404e+07 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1004]: 6 0 7.07404e+07 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1030]: 6 0 1.41481e+08 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1031]: 6 0 2.82962e+08 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1056]: 6 0 2.82962e+08 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1082]: 6 0 5.65923e+08 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1108]: 6 0 1.13185e+09 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1123]: 6 0 1.10532e+06 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1124]: 6 0 2.21064e+06 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1125]: 6 0 4.42128e+06 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1126]: 6 0 8.84255e+06 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1127]: 6 0 1.76851e+07 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1131]: 6 0 2.82962e+08 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1132]: 6 0 5.65923e+08 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1133]: 6 0 1.13185e+09 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1135]: 6 0 4.52739e+09 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1136]: 6 0 9.05477e+09 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1137]: 6 0 1.81095e+10 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1138]: 6 0 3.62191e+10 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1140]: 6 0 6.87195e+10 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1141]: 6 0 1.37439e+11 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1142]: 6 0 2.74878e+11 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1143]: 6 0 5.49756e+11 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1160]: 6 0 4.52739e+09 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1161]: 6 0 9.05477e+09 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1164]: 6 -2.74363e+12 0 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1186]: 6 0 9.05477e+09 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1187]: 6 0 1.81095e+10 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1212]: 6 0 1.81095e+10 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1213]: 6 0 3.62191e+10 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1227]: 6 0 1.76851e+07 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1228]: 6 0 3.53702e+07 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1229]: 6 0 7.07404e+07 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1230]: 6 0 1.41481e+08 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1231]: 6 0 2.82962e+08 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1232]: 6 0 5.65923e+08 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1233]: 6 0 1.13185e+09 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1234]: 6 0 2.26369e+09 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1235]: 6 0 4.52739e+09 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1236]: 6 0 9.05477e+09 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1237]: 6 0 1.81095e+10 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1238]: 6 0 3.62191e+10 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1239]: 6 0 7.24382e+10 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1240]: 6 0 1.44876e+11 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1241]: 6 0 2.89753e+11 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1242]: 6 0 5.79506e+11 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1243]: 6 0 1.15901e+12 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1244]: 6 0 1.09951e+12 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1245]: 6 0 2.19902e+12 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1246]: 6 0 4.39805e+12 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1247]: 6 0 8.79609e+12 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1248]: 6 0 1.75922e+13 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1264]: 6 0 7.24382e+10 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1265]: 6 0 1.44876e+11 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1290]: 6 0 1.44876e+11 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1291]: 6 0 2.89753e+11 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1303]: 6 0 3.53702e+07 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1304]: 6 0 7.07404e+07 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1305]: 6 0 1.41481e+08 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1306]: 6 0 2.82962e+08 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1307]: 6 0 5.65923e+08 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1308]: 6 0 1.13185e+09 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1309]: 6 0 2.26369e+09 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1310]: 6 0 4.52739e+09 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1311]: 6 0 9.05477e+09 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1312]: 6 0 1.81095e+10 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1313]: 6 0 3.62191e+10 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1314]: 6 0 7.24382e+10 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1315]: 6 0 1.44876e+11 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1316]: 6 0 2.89753e+11 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1317]: 6 0 5.79506e+11 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1318]: 6 0 1.15901e+12 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1319]: 6 0 2.31802e+12 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1320]: 6 0 4.63604e+12 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1322]: 6 0 8.79609e+12 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1323]: 6 0 1.75922e+13 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1324]: 6 0 3.51844e+13 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1325]: 6 0 7.03687e+13 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1326]: 6 0 1.40737e+14 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1328]: 6 0 3.53702e+07 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1329]: 6 0 7.07404e+07 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1330]: 6 0 1.41481e+08 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1331]: 6 0 2.82962e+08 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1332]: 6 0 5.65923e+08 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1333]: 6 0 1.13185e+09 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1334]: 6 0 2.26369e+09 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1335]: 6 0 4.52739e+09 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1336]: 6 0 9.05477e+09 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1337]: 6 0 1.81095e+10 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1339]: 6 0 7.24382e+10 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1340]: 6 0 1.44876e+11 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1341]: 6 0 2.89753e+11 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1342]: 6 0 5.79506e+11 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1343]: 6 0 1.15901e+12 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1344]: 6 0 2.31802e+12 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1345]: 6 0 4.63604e+12 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1346]: 6 0 9.27209e+12 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1348]: 6 0 1.75922e+13 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1349]: 6 0 3.51844e+13 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1350]: 6 0 7.03687e+13 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1351]: 6 0 1.40737e+14 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1352]: 6 0 2.81475e+14 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1368]: 6 0 1.15901e+12 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1369]: 6 0 2.31802e+12 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1394]: 6 0 2.31802e+12 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1398]: 6 -1.26964e+12 0 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1419]: 6 0 65536 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1427]: 6 0 1.67772e+07 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1451]: 6 0 1.67772e+07 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1729]: 6 -2.94716e+11 0 shouldn't be
194.80/195.49	WSVECS04 Frhs2[1876]: 6 0 2.35773e+12 shouldn't be
194.80/195.49	WSVECS04 Frhs2[2047]: 6 -1.88618e+13 0 shouldn't be
194.80/195.49	WSVECS04 Frhs2[2070]: 6 0 276330 shouldn't be
194.80/195.49	WSVECS04 Frhs2[2094]: 6 0 276330 shouldn't be
194.80/195.49	WSVECS04 Frhs2[2277]: 6 0 5.66997e+09 shouldn't be
194.80/195.49	WSVECS04 Frhs2[2325]: 6 0 1.04882e+10 shouldn't be
194.80/195.49	WSVECS04 Frhs2[3093]: 6 -5.89432e+11 0 shouldn't be
194.80/195.49	WSVECS04 Frhs2[3095]: 6 0 32768 shouldn't be
194.80/195.49	WSVECS04 Frhs2[3196]: 6 -4.71546e+12 0 shouldn't be
194.80/195.49	WSVECS04 Frhs2[3298]: 6 -1.88618e+13 0 shouldn't be
194.80/195.49	WSVECS04 Frhs2[3352]: 6 -3.01789e+14 0 shouldn't be
194.80/195.49	WSVECS04 Frhs2[3973]: 6 0 8.79609e+12 shouldn't be
194.80/195.49	WSVECS04 Frhs2[4047]: 6 0 9.27209e+12 shouldn't be
196.60/197.28	WSVECS04 Frhs2[771]: 6 0 276330 shouldn't be
196.60/197.28	WSVECS04 Frhs2[797]: 6 0 552660 shouldn't be
196.60/197.28	WSVECS04 Frhs2[823]: 6 0 1.10532e+06 shouldn't be
196.60/197.28	WSVECS04 Frhs2[849]: 6 0 2.21064e+06 shouldn't be
196.60/197.28	WSVECS04 Frhs2[875]: 6 0 4.42128e+06 shouldn't be
196.60/197.28	WSVECS04 Frhs2[901]: 6 0 8.84255e+06 shouldn't be
196.60/197.28	WSVECS04 Frhs2[953]: 6 0 3.53702e+07 shouldn't be
196.60/197.28	WSVECS04 Frhs2[1005]: 6 0 1.41481e+08 shouldn't be
196.60/197.28	WSVECS04 Frhs2[1057]: 6 0 5.65923e+08 shouldn't be
196.60/197.28	WSVECS04 Frhs2[1083]: 6 0 1.13185e+09 shouldn't be
196.60/197.28	WSVECS04 Frhs2[1109]: 6 0 2.26369e+09 shouldn't be
202.18/202.82	WSVECS04 Frhs2[778]: 6 -5.37112e+06 0 shouldn't be
202.18/202.82	WSVECS04 Frhs2[1035]: 6 -3.09661e+09 0 shouldn't be
204.18/204.82	WSVECS04 Frhs2[6]: 6 -2.04262e+09 0 shouldn't be
204.18/204.82	WSVECS04 Frhs2[63]: 6 -1.57262e+08 0 shouldn't be
204.18/204.82	WSVECS04 Frhs2[94]: 6 0 6.94642e+06 shouldn't be
204.18/204.82	WSVECS04 Frhs2[152]: 6 -2.51179e+08 0 shouldn't be
204.18/204.82	WSVECS04 Frhs2[178]: 6 -4.75163e+08 0 shouldn't be
204.18/204.82	WSVECS04 Frhs2[189]: 6 -2047.86 0 shouldn't be
204.18/204.82	WSVECS04 Frhs2[193]: 6 -32765.8 0 shouldn't be
204.18/204.82	WSVECS04 Frhs2[291]: 6 -8191.46 0 shouldn't be
204.18/204.82	WSVECS04 Frhs2[315]: 6 -4095.73 0 shouldn't be
204.18/204.82	WSVECS04 Frhs2[316]: 6 -8191.46 0 shouldn't be
204.18/204.82	WSVECS04 Frhs2[317]: 6 -16382.9 0 shouldn't be
204.18/204.82	WSVECS04 Frhs2[326]: 6 -8.38805e+06 0 shouldn't be
204.18/204.82	WSVECS04 Frhs2[341]: 6 -8191.46 0 shouldn't be
204.18/204.82	WSVECS04 Frhs2[445]: 6 0 969886 shouldn't be
204.18/204.82	WSVECS04 Frhs2[450]: 6 0 278.883 shouldn't be
204.18/204.82	WSVECS04 Frhs2[451]: 6 0 557.766 shouldn't be
204.18/204.82	WSVECS04 Frhs2[455]: 6 0 8924.26 shouldn't be
204.18/204.82	WSVECS04 Frhs2[475]: 6 0 278.883 shouldn't be
204.18/204.82	WSVECS04 Frhs2[478]: 6 0 2231.07 shouldn't be
204.18/204.82	WSVECS04 Frhs2[480]: 6 0 8924.26 shouldn't be
204.18/204.82	WSVECS04 Frhs2[484]: 6 0 142788 shouldn't be
204.18/204.82	WSVECS04 Frhs2[652]: 6 -3.87526e+10 0 shouldn't be
204.18/204.82	WSVECS04 Frhs2[817]: 6 -2.02533e+09 0 shouldn't be
204.18/204.82	WSVECS04 Frhs2[840]: 6 -8.34452e+08 0 shouldn't be
204.18/204.82	WSVECS04 Frhs2[892]: 6 -2.02533e+09 0 shouldn't be
204.18/204.82	WSVECS04 Frhs2[909]: 6 -2.18185e+09 0 shouldn't be
204.18/204.82	WSVECS04 Frhs2[944]: 6 -2.71782e+10 0 shouldn't be
204.18/204.82	WSVECS04 Frhs2[978]: 6 0 1115.53 shouldn't be
204.18/204.82	WSVECS04 Frhs2[992]: 6 -2.02533e+09 0 shouldn't be
204.18/204.82	WSVECS04 Frhs2[1012]: 6 -3.41984e+10 0 shouldn't be
204.18/204.82	WSVECS04 Frhs2[1017]: 6 -1.42954e+11 0 shouldn't be
204.18/204.82	WSVECS04 Frhs2[1393]: 6 -3.71822e+11 0 shouldn't be
204.18/204.82	WSVECS04 Frhs2[2298]: 6 -9.81594e+09 0 shouldn't be
204.18/204.82	WSVECS04 Frhs2[2371]: 6 -1.96319e+10 0 shouldn't be
204.18/204.82	WSVECS04 Frhs2[3495]: 6 0 2.9612e+09 shouldn't be
205.87/206.53	WSVECS04 Frhs2[232]: 6 0 35697.1 shouldn't be
205.87/206.53	WSVECS04 Frhs2[302]: 6 0 1115.53 shouldn't be
205.87/206.53	WSVECS04 Frhs2[306]: 6 0 17848.5 shouldn't be
205.87/206.53	WSVECS04 Frhs2[310]: 6 0 285576 shouldn't be
205.87/206.53	WSVECS04 Frhs2[354]: 6 0 4462.13 shouldn't be
205.87/206.53	WSVECS04 Frhs2[362]: 6 0 1.14231e+06 shouldn't be
205.87/206.53	WSVECS04 Frhs2[492]: 6 0 3.65538e+07 shouldn't be
205.87/206.53	WSVECS04 Frhs2[515]: 6 0 4.50754e+09 shouldn't be
205.87/206.53	WSVECS04 Frhs2[517]: 6 0 3.65538e+07 shouldn't be
205.87/206.53	WSVECS04 Frhs2[518]: 6 0 7.31076e+07 shouldn't be
205.87/206.53	WSVECS04 Frhs2[543]: 6 0 7.31076e+07 shouldn't be
205.87/206.53	WSVECS04 Frhs2[544]: 6 0 1.46215e+08 shouldn't be
205.87/206.53	WSVECS04 Frhs2[670]: 6 0 2.9243e+08 shouldn't be
205.87/206.53	WSVECS04 Frhs2[696]: 6 0 5.8486e+08 shouldn't be
205.87/206.53	WSVECS04 Frhs2[891]: 6 -9.38221e+09 0 shouldn't be
205.87/206.53	WSVECS04 Frhs2[893]: 6 -4.05067e+09 0 shouldn't be
205.87/206.53	WSVECS04 Frhs2[990]: 6 -2.60148e+09 0 shouldn't be
205.87/206.53	WSVECS04 Frhs2[991]: 6 -1.01266e+09 0 shouldn't be
205.87/206.53	WSVECS04 Frhs2[1191]: 6 -8.40532e+10 0 shouldn't be
205.87/206.53	WSVECS04 Frhs2[2108]: 6 -3.16459e+07 0 shouldn't be
205.87/206.53	WSVECS04 Frhs2[2114]: 6 -2.02534e+09 0 shouldn't be
205.87/206.53	WSVECS04 Frhs2[2115]: 6 -2.57007e+09 0 shouldn't be
205.87/206.53	WSVECS04 Frhs2[2347]: 6 -1.96319e+10 0 shouldn't be
205.87/206.53	WSVECS04 Frhs2[2722]: 6 -8.7151 0 shouldn't be
205.87/206.53	WSVECS04 Frhs2[2724]: 6 -34.8604 0 shouldn't be
205.87/206.53	WSVECS04 Frhs2[2808]: 6 -17848.5 0 shouldn't be
205.87/206.53	WSVECS04 Frhs2[3189]: 6 -1.93273e+10 0 shouldn't be
205.87/206.53	WSVECS04 Frhs2[3463]: 6 0 6.32917e+07 shouldn't be
205.87/206.53	WSVECS04 Frhs2[3567]: 6 0 1.01266e+09 shouldn't be
205.87/206.53	WSVECS04 Frhs2[3719]: 6 -2.02533e+09 0 shouldn't be
205.87/206.53	WSVECS04 Frhs2[4152]: 6 -5.8486e+08 0 shouldn't be
207.57/208.26	WSVECS04 Frhs2[198]: 6 0 38.9263 shouldn't be
207.57/208.26	WSVECS04 Frhs2[392]: 6 -1.18774e+09 0 shouldn't be
207.57/208.26	WSVECS04 Frhs2[449]: 6 0 77.8525 shouldn't be
207.57/208.26	WSVECS04 Frhs2[483]: 6 0 39860.5 shouldn't be
207.57/208.26	WSVECS04 Frhs2[551]: 6 -8.3883e+06 0 shouldn't be
207.57/208.26	WSVECS04 Frhs2[598]: 6 -3.53152e+09 0 shouldn't be
207.57/208.26	WSVECS04 Frhs2[770]: 6 0 2.0381e+09 shouldn't be
207.57/208.26	WSVECS04 Frhs2[797]: 6 0 9.73156 shouldn't be
207.57/208.26	WSVECS04 Frhs2[943]: 6 -16383.4 0 shouldn't be
207.57/208.26	WSVECS04 Frhs2[944]: 6 -8.00144e+09 0 shouldn't be
207.57/208.26	WSVECS04 Frhs2[1655]: 6 -1076.78 0 shouldn't be
207.57/208.26	WSVECS04 Frhs2[2864]: 6 -2.66385e+07 0 shouldn't be
207.57/208.26	WSVECS04 Frhs2[2914]: 6 -3.43829e+09 0 shouldn't be
207.57/208.26	WSVECS04 Frhs2[2941]: 6 -1.06554e+08 0 shouldn't be
207.57/208.26	WSVECS04 Frhs2[3098]: 6 -9.34119e+07 0 shouldn't be
207.57/208.26	WSVECS04 Frhs2[3123]: 6 0 9.34119e+07 shouldn't be
267.73/268.56	c #Conflicts:     141000 | #Constraints:      26828
267.73/268.56	c #Conflicts:     142000 | #Constraints:      27828
267.73/268.56	c #Conflicts:     143000 | #Constraints:      28828
267.73/268.56	c #Conflicts:     144000 | #Constraints:      29828
267.73/268.56	c #Conflicts:     145000 | #Constraints:      30828
267.73/268.56	c #Conflicts:     146000 | #Constraints:      31828
267.73/268.56	c #Conflicts:     147000 | #Constraints:      32828
267.73/268.56	c #Conflicts:     148000 | #Constraints:      33828
267.73/268.56	c #Conflicts:     149000 | #Constraints:      34828
267.73/268.56	c #Conflicts:     150000 | #Constraints:      35828
267.73/268.56	c INPROCESSING
267.73/268.56	c GARBAGE COLLECT
267.73/268.56	c #Conflicts:     151000 | #Constraints:      23327
267.73/268.56	c #Conflicts:     152000 | #Constraints:      24327
267.73/268.56	c #Conflicts:     153000 | #Constraints:      25327
267.73/268.56	c #Conflicts:     154000 | #Constraints:      26327
267.73/268.56	c #Conflicts:     155000 | #Constraints:      27327
267.73/268.56	c #Conflicts:     156000 | #Constraints:      28327
267.73/268.56	c #Conflicts:     157000 | #Constraints:      29327
267.73/268.56	c #Conflicts:     158000 | #Constraints:      30327
267.73/268.56	c #Conflicts:     159000 | #Constraints:      31327
267.73/268.56	c INPROCESSING
267.73/268.56	c GARBAGE COLLECT
267.73/268.56	c #Conflicts:     160000 | #Constraints:      20895
267.73/268.56	c #Conflicts:     161000 | #Constraints:      21895
267.73/268.56	c #Conflicts:     162000 | #Constraints:      22895
267.73/268.56	c #Conflicts:     163000 | #Constraints:      23895
267.73/268.56	c #Conflicts:     164000 | #Constraints:      24895
267.73/268.56	c #Conflicts:     165000 | #Constraints:      25895
267.73/268.56	c #Conflicts:     166000 | #Constraints:      26895
267.73/268.56	c #Conflicts:     167000 | #Constraints:      27895
267.73/268.56	c #Conflicts:     168000 | #Constraints:      28895
267.73/268.56	c #Conflicts:     169000 | #Constraints:      29895
267.73/268.56	c #Conflicts:     170000 | #Constraints:      30895
267.73/268.56	c #Conflicts:     171000 | #Constraints:      31895
267.73/268.56	c #Conflicts:     172000 | #Constraints:      32895
267.73/268.56	c #Conflicts:     173000 | #Constraints:      33895
267.73/268.56	c #Conflicts:     174000 | #Constraints:      34895
267.73/268.56	c #Conflicts:     175000 | #Constraints:      35895
267.73/268.56	c #Conflicts:     176000 | #Constraints:      36895
267.73/268.56	c #Conflicts:     177000 | #Constraints:      37895
267.73/268.56	c #Conflicts:     178000 | #Constraints:      38895
267.73/268.56	c #Conflicts:     179000 | #Constraints:      39895
267.73/268.56	c #Conflicts:     180000 | #Constraints:      40895
267.73/268.56	c #Conflicts:     181000 | #Constraints:      41895
267.73/268.56	c #Conflicts:     182000 | #Constraints:      42895
267.73/268.56	c #Conflicts:     183000 | #Constraints:      43895
267.73/268.56	c #Conflicts:     184000 | #Constraints:      44895
267.73/268.56	c #Conflicts:     185000 | #Constraints:      45895
267.73/268.56	c #Conflicts:     186000 | #Constraints:      46895
267.73/268.56	c #Conflicts:     187000 | #Constraints:      47895
267.73/268.56	c #Conflicts:     188000 | #Constraints:      48895
267.73/268.56	c #Conflicts:     189000 | #Constraints:      49895
267.73/268.56	c INPROCESSING
267.73/268.56	c GARBAGE COLLECT
267.73/268.56	c #Conflicts:     190000 | #Constraints:      30377
267.73/268.56	c #Conflicts:     191000 | #Constraints:      31377
267.73/268.56	c #Conflicts:     192000 | #Constraints:      32377
267.73/268.56	c #Conflicts:     193000 | #Constraints:      33377
267.73/268.56	c #Conflicts:     194000 | #Constraints:      34377
267.73/268.56	c #Conflicts:     195000 | #Constraints:      35377
267.73/268.56	c #Conflicts:     196000 | #Constraints:      36377
267.73/268.56	c #Conflicts:     197000 | #Constraints:      37377
267.73/268.56	c #Conflicts:     198000 | #Constraints:      38377
267.73/268.56	c #Conflicts:     199000 | #Constraints:      39377
267.73/268.56	c #Conflicts:     200000 | #Constraints:      40377
267.73/268.56	c INPROCESSING
267.73/268.56	c GARBAGE COLLECT
267.73/268.56	c #Conflicts:     201000 | #Constraints:      25679
267.73/268.56	c #Conflicts:     202000 | #Constraints:      26679
267.73/268.56	c #Conflicts:     203000 | #Constraints:      27679
267.73/268.56	c #Conflicts:     204000 | #Constraints:      28679
267.73/268.56	c #Conflicts:     205000 | #Constraints:      29679
267.73/268.56	c #Conflicts:     206000 | #Constraints:      30679
267.73/268.56	c #Conflicts:     207000 | #Constraints:      31679
267.73/268.56	c #Conflicts:     208000 | #Constraints:      32679
267.73/268.56	c #Conflicts:     209000 | #Constraints:      33679
267.73/268.56	c #Conflicts:     210000 | #Constraints:      34679
267.73/268.56	c #Conflicts:     211000 | #Constraints:      35679
267.73/268.56	c INPROCESSING
267.73/268.56	c GARBAGE COLLECT
267.73/268.56	c #Conflicts:     212000 | #Constraints:      23215
267.73/268.56	c #Conflicts:     213000 | #Constraints:      24215
267.73/268.56	c #Conflicts:     214000 | #Constraints:      25215
267.73/268.56	c #Conflicts:     215000 | #Constraints:      26215
267.73/268.56	c #Conflicts:     216000 | #Constraints:      27215
295.85/296.75	c #Conflicts:     217000 | #Constraints:      28215
295.85/296.75	c #Conflicts:     218000 | #Constraints:      29215
295.85/296.75	c #Conflicts:     219000 | #Constraints:      30215
295.85/296.75	c #Conflicts:     220000 | #Constraints:      31215
295.85/296.75	c #Conflicts:     221000 | #Constraints:      32215
295.85/296.75	c #Conflicts:     222000 | #Constraints:      33215
295.85/296.75	c #Conflicts:     223000 | #Constraints:      34215
295.85/296.75	c #Conflicts:     224000 | #Constraints:      35215
295.85/296.75	c #Conflicts:     225000 | #Constraints:      36215
295.85/296.75	c #Conflicts:     226000 | #Constraints:      37215
295.85/296.75	c #Conflicts:     227000 | #Constraints:      38215
295.85/296.75	c #Conflicts:     228000 | #Constraints:      39215
295.85/296.75	c #Conflicts:     229000 | #Constraints:      40215
295.85/296.75	c #Conflicts:     230000 | #Constraints:      41215
295.85/296.75	c #Conflicts:     231000 | #Constraints:      42215
295.85/296.75	c #Conflicts:     232000 | #Constraints:      43215
295.85/296.75	c #Conflicts:     233000 | #Constraints:      44215
295.85/296.75	c #Conflicts:     234000 | #Constraints:      45215
295.85/296.75	c #Conflicts:     235000 | #Constraints:      46215
295.85/296.75	c #Conflicts:     236000 | #Constraints:      47215
295.85/296.75	c #Conflicts:     237000 | #Constraints:      48215
295.85/296.75	c #Conflicts:     238000 | #Constraints:      49215
295.85/296.75	c #Conflicts:     239000 | #Constraints:      50215
295.85/296.75	c #Conflicts:     240000 | #Constraints:      51215
295.85/296.75	c #Conflicts:     241000 | #Constraints:      52215
295.85/296.75	c #Conflicts:     242000 | #Constraints:      53215
295.85/296.75	c #Conflicts:     243000 | #Constraints:      54216
295.85/296.75	c #Conflicts:     244000 | #Constraints:      55216
295.85/296.75	c #Conflicts:     245000 | #Constraints:      56216
295.85/296.75	c INPROCESSING
295.85/296.75	c GARBAGE COLLECT
295.85/296.75	WSVECS04 Frhs2[14]: 6 -7.01288e+09 0 shouldn't be
295.85/296.75	WSVECS04 Frhs2[16]: 6 -1.07374e+10 0 shouldn't be
295.85/296.75	WSVECS04 Frhs2[17]: 6 -3.5165e+10 0 shouldn't be
295.85/296.75	WSVECS04 Frhs2[22]: 6 -1.09951e+12 0 shouldn't be
295.85/296.75	WSVECS04 Frhs2[23]: 6 -2.2334e+12 0 shouldn't be
295.85/296.75	WSVECS04 Frhs2[24]: 6 -4.94784e+12 0 shouldn't be
295.85/296.75	WSVECS04 Frhs2[25]: 6 -6.87754e+10 0 shouldn't be
295.85/296.75	WSVECS04 Frhs2[26]: 6 -1.52003e+07 0 shouldn't be
295.85/296.75	WSVECS04 Frhs2[41]: 6 -1.27631e+07 0 shouldn't be
295.85/296.75	WSVECS04 Frhs2[42]: 6 -1.93871e+08 0 shouldn't be
295.85/296.75	WSVECS04 Frhs2[51]: 6 -3.70788e+09 0 shouldn't be
295.85/296.75	WSVECS04 Frhs2[405]: 6 -1.34217e+08 0 shouldn't be
295.85/296.75	WSVECS04 Frhs2[601]: 6 -1.20774e+07 0 shouldn't be
295.85/296.75	WSVECS04 Frhs2[627]: 6 -2.41547e+07 0 shouldn't be
295.85/296.75	WSVECS04 Frhs2[653]: 6 -4.83095e+07 0 shouldn't be
295.85/296.75	WSVECS04 Frhs2[743]: 6 0 16384 shouldn't be
295.85/296.75	WSVECS04 Frhs2[746]: 6 0 131072 shouldn't be
295.85/296.75	WSVECS04 Frhs2[747]: 6 0 262144 shouldn't be
295.85/296.75	WSVECS04 Frhs2[748]: 6 0 524288 shouldn't be
295.85/296.75	WSVECS04 Frhs2[749]: 6 0 1.04858e+06 shouldn't be
295.85/296.75	WSVECS04 Frhs2[769]: 6 0 32768 shouldn't be
295.85/296.75	WSVECS04 Frhs2[772]: 6 0 262144 shouldn't be
295.85/296.75	WSVECS04 Frhs2[773]: 6 0 524288 shouldn't be
295.85/296.75	WSVECS04 Frhs2[774]: 6 0 1.04858e+06 shouldn't be
295.85/296.75	WSVECS04 Frhs2[775]: 6 0 2.09715e+06 shouldn't be
295.85/296.75	WSVECS04 Frhs2[795]: 6 0 65536 shouldn't be
295.85/296.75	WSVECS04 Frhs2[798]: 6 0 524288 shouldn't be
295.85/296.75	WSVECS04 Frhs2[799]: 6 0 1.04858e+06 shouldn't be
295.85/296.75	WSVECS04 Frhs2[800]: 6 0 2.09715e+06 shouldn't be
295.85/296.75	WSVECS04 Frhs2[801]: 6 0 4.1943e+06 shouldn't be
295.85/296.75	WSVECS04 Frhs2[815]: 6 0 2048 shouldn't be
295.85/296.75	WSVECS04 Frhs2[816]: 6 0 4096 shouldn't be
295.85/296.75	WSVECS04 Frhs2[817]: 6 0 8192 shouldn't be
295.85/296.75	WSVECS04 Frhs2[818]: 6 0 16384 shouldn't be
295.85/296.75	WSVECS04 Frhs2[819]: 6 0 32768 shouldn't be
295.85/296.75	WSVECS04 Frhs2[820]: 6 0 65536 shouldn't be
295.85/296.75	WSVECS04 Frhs2[821]: 6 0 131072 shouldn't be
295.85/296.75	WSVECS04 Frhs2[822]: 6 0 262144 shouldn't be
295.85/296.75	WSVECS04 Frhs2[823]: 6 0 524288 shouldn't be
295.85/296.75	WSVECS04 Frhs2[824]: 6 0 1.04858e+06 shouldn't be
295.85/296.75	WSVECS04 Frhs2[825]: 6 0 2.09715e+06 shouldn't be
295.85/296.75	WSVECS04 Frhs2[826]: 6 0 4.1943e+06 shouldn't be
295.85/296.75	WSVECS04 Frhs2[827]: 6 0 8.38861e+06 shouldn't be
295.85/296.75	WSVECS04 Frhs2[828]: 6 0 1.67772e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[829]: 6 0 3.35544e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[830]: 6 0 6.71089e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[831]: 6 0 1.34218e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[832]: 6 0 2.68435e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[847]: 6 0 262144 shouldn't be
295.85/296.75	WSVECS04 Frhs2[850]: 6 0 2.09715e+06 shouldn't be
295.85/296.75	WSVECS04 Frhs2[851]: 6 0 4.1943e+06 shouldn't be
295.85/296.75	WSVECS04 Frhs2[852]: 6 0 8.38861e+06 shouldn't be
295.85/296.75	WSVECS04 Frhs2[853]: 6 0 1.67772e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[873]: 6 0 524288 shouldn't be
295.85/296.75	WSVECS04 Frhs2[876]: 6 0 4.1943e+06 shouldn't be
295.85/296.75	WSVECS04 Frhs2[877]: 6 0 8.38861e+06 shouldn't be
295.85/296.75	WSVECS04 Frhs2[878]: 6 0 1.67772e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[879]: 6 0 3.35544e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[899]: 6 0 1.04858e+06 shouldn't be
295.85/296.75	WSVECS04 Frhs2[902]: 6 0 8.38861e+06 shouldn't be
295.85/296.75	WSVECS04 Frhs2[903]: 6 0 1.67772e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[904]: 6 0 3.35544e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[905]: 6 0 6.71089e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[912]: 6 0 256 shouldn't be
295.85/296.75	WSVECS04 Frhs2[913]: 6 0 512 shouldn't be
295.85/296.75	WSVECS04 Frhs2[914]: 6 0 1024 shouldn't be
295.85/296.75	WSVECS04 Frhs2[915]: 6 0 2048 shouldn't be
295.85/296.75	WSVECS04 Frhs2[918]: 6 0 16384 shouldn't be
295.85/296.75	WSVECS04 Frhs2[919]: 6 0 32768 shouldn't be
295.85/296.75	WSVECS04 Frhs2[920]: 6 0 65536 shouldn't be
295.85/296.75	WSVECS04 Frhs2[921]: 6 0 131072 shouldn't be
295.85/296.75	WSVECS04 Frhs2[922]: 6 0 262144 shouldn't be
295.85/296.75	WSVECS04 Frhs2[923]: 6 0 524288 shouldn't be
295.85/296.75	WSVECS04 Frhs2[924]: 6 0 1.04858e+06 shouldn't be
295.85/296.75	WSVECS04 Frhs2[925]: 6 0 2.09715e+06 shouldn't be
295.85/296.75	WSVECS04 Frhs2[926]: 6 0 4.1943e+06 shouldn't be
295.85/296.75	WSVECS04 Frhs2[927]: 6 0 8.38861e+06 shouldn't be
295.85/296.75	WSVECS04 Frhs2[928]: 6 0 1.67772e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[929]: 6 0 3.35544e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[930]: 6 0 6.71089e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[931]: 6 0 1.34218e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[932]: 6 0 2.68435e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[933]: 6 0 5.36871e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[934]: 6 0 1.07374e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[935]: 6 0 2.14748e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[936]: 6 0 4.29497e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[951]: 6 0 4.1943e+06 shouldn't be
295.85/296.75	WSVECS04 Frhs2[954]: 6 0 3.35544e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[955]: 6 0 6.71089e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[956]: 6 0 1.34218e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[957]: 6 0 2.68435e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[977]: 6 0 8.38861e+06 shouldn't be
295.85/296.75	WSVECS04 Frhs2[980]: 6 0 6.71089e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[981]: 6 0 1.34218e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[982]: 6 0 2.68435e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[983]: 6 0 5.36871e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1003]: 6 0 1.67772e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1006]: 6 0 1.34218e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1007]: 6 0 2.68435e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1008]: 6 0 5.36871e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1009]: 6 0 1.07374e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1029]: 6 0 3.35544e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1032]: 6 0 2.68435e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1033]: 6 0 5.36871e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1034]: 6 0 1.07374e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1035]: 6 0 2.14748e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1055]: 6 0 6.71089e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1058]: 6 0 5.36871e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1059]: 6 0 1.07374e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1060]: 6 0 2.14748e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1061]: 6 0 4.29497e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1081]: 6 0 1.34218e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1084]: 6 0 1.07374e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1085]: 6 0 2.14748e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1086]: 6 0 4.29497e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1087]: 6 0 8.58993e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1107]: 6 0 2.68435e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1110]: 6 0 2.14748e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1111]: 6 0 4.29497e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1112]: 6 0 8.58993e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1113]: 6 0 1.71799e+10 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1133]: 6 0 5.36871e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1136]: 6 0 4.29497e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1137]: 6 0 8.58993e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1138]: 6 0 1.71799e+10 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1139]: 6 0 3.43597e+10 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1159]: 6 0 1.07374e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1162]: 6 0 8.58993e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1163]: 6 0 1.71799e+10 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1164]: 6 0 3.43597e+10 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1165]: 6 0 6.87195e+10 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1175]: 6 0 2.09715e+06 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1176]: 6 0 4.1943e+06 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1177]: 6 0 8.38861e+06 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1178]: 6 0 1.67772e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1179]: 6 0 3.35544e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1180]: 6 0 6.71089e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1181]: 6 0 1.34218e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1182]: 6 0 2.68435e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1183]: 6 0 5.36871e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1184]: 6 0 1.07374e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1185]: 6 0 2.14748e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1186]: 6 0 4.29497e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1187]: 6 0 8.58993e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1188]: 6 0 1.71799e+10 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1189]: 6 0 3.43597e+10 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1190]: 6 0 6.87195e+10 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1191]: 6 0 1.37439e+11 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1192]: 6 0 2.74878e+11 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1193]: 6 0 5.49756e+11 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1194]: 6 0 1.09951e+12 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1195]: 6 0 2.19902e+12 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1196]: 6 0 4.39805e+12 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1211]: 6 0 4.29497e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1214]: 6 0 3.43597e+10 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1215]: 6 0 6.87195e+10 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1216]: 6 0 1.37439e+11 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1217]: 6 0 2.74878e+11 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1237]: 6 0 8.58993e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1240]: 6 0 6.87195e+10 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1241]: 6 0 1.37439e+11 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1242]: 6 0 2.74878e+11 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1243]: 6 0 5.49756e+11 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1252]: 6 0 8.38861e+06 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1253]: 6 0 1.67772e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1254]: 6 0 3.35544e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1255]: 6 0 6.71089e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1256]: 6 0 1.34218e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1257]: 6 0 2.68435e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1258]: 6 0 5.36871e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1259]: 6 0 1.07374e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1260]: 6 0 2.14748e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1261]: 6 0 4.29497e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1262]: 6 0 8.58993e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1263]: 6 0 1.71799e+10 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1264]: 6 0 3.43597e+10 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1265]: 6 0 6.87195e+10 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1266]: 6 0 1.37439e+11 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1267]: 6 0 2.74878e+11 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1268]: 6 0 5.49756e+11 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1269]: 6 0 1.09951e+12 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1270]: 6 0 2.19902e+12 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1271]: 6 0 4.39805e+12 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1272]: 6 0 8.79609e+12 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1273]: 6 0 1.75922e+13 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1279]: 6 0 3.35544e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1280]: 6 0 6.71089e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1281]: 6 0 1.34218e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1282]: 6 0 2.68435e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1283]: 6 0 5.36871e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1284]: 6 0 1.07374e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1285]: 6 0 2.14748e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1286]: 6 0 4.29497e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1287]: 6 0 8.58993e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1288]: 6 0 1.71799e+10 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1289]: 6 0 3.43597e+10 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1290]: 6 0 6.87195e+10 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1291]: 6 0 1.37439e+11 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1292]: 6 0 2.74878e+11 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1293]: 6 0 5.49756e+11 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1294]: 6 0 1.09951e+12 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1295]: 6 0 2.19902e+12 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1296]: 6 0 4.39805e+12 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1297]: 6 0 8.79609e+12 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1298]: 6 0 1.75922e+13 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1304]: 6 0 3.35465e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1305]: 6 0 6.71089e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1306]: 6 0 1.34218e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1307]: 6 0 2.68435e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1308]: 6 0 5.36871e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1309]: 6 0 1.07374e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1310]: 6 0 2.14748e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1311]: 6 0 4.29497e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1312]: 6 0 8.58993e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1313]: 6 0 1.71799e+10 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1314]: 6 0 3.43597e+10 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1315]: 6 0 6.87195e+10 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1316]: 6 0 1.37439e+11 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1317]: 6 0 2.74878e+11 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1318]: 6 0 5.49756e+11 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1319]: 6 0 1.09951e+12 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1320]: 6 0 2.19902e+12 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1329]: 6 0 3.35465e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1330]: 6 0 6.71089e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1331]: 6 0 1.34218e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1332]: 6 0 2.68435e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1333]: 6 0 5.36871e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1334]: 6 0 1.07374e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1335]: 6 0 2.14748e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1336]: 6 0 4.29497e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1337]: 6 0 8.58993e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1338]: 6 0 1.71799e+10 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1339]: 6 0 3.43597e+10 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1340]: 6 0 6.87195e+10 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1341]: 6 0 1.37439e+11 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1342]: 6 0 2.74878e+11 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1343]: 6 0 5.49756e+11 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1344]: 6 0 1.09951e+12 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1345]: 6 0 2.19902e+12 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1367]: 6 0 2.74878e+11 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1370]: 6 0 2.19902e+12 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1383]: 6 0 5.36871e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1384]: 6 0 1.07374e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1385]: 6 0 2.14748e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1386]: 6 0 4.29497e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1387]: 6 0 8.58993e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1388]: 6 0 1.71799e+10 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1389]: 6 0 3.43597e+10 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1390]: 6 0 6.87195e+10 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1391]: 6 0 1.37439e+11 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1392]: 6 0 2.74878e+11 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1395]: 6 0 2.19902e+12 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1792]: 6 0 5.66428 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1817]: 6 0 1.07373e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1841]: 6 0 1.07373e+09 shouldn't be
295.85/296.75	WSVECS04 Frhs2[1907]: 6 0 2.41547e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[2048]: 6 0 3.51844e+13 shouldn't be
295.85/296.75	WSVECS04 Frhs2[2682]: 6 0 5.36871e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[2694]: 6 0 2.19902e+12 shouldn't be
295.85/296.75	WSVECS04 Frhs2[3280]: 6 0 8.45416e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[3305]: 6 0 9.66189e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[3415]: 6 0 7.46893e-05 shouldn't be
295.85/296.75	WSVECS04 Frhs2[3563]: 6 0 128 shouldn't be
295.85/296.75	WSVECS04 Frhs2[3973]: 6 0 8.79609e+12 shouldn't be
295.85/296.75	WSVECS04 Frhs2[3974]: 6 0 1.75922e+13 shouldn't be
295.85/296.75	WSVECS04 Frhs2[3975]: 6 0 3.51844e+13 shouldn't be
295.85/296.75	WSVECS04 Frhs2[4031]: 6 0 3.35465e+07 shouldn't be
295.85/296.75	WSVECS04 Frhs2[4032]: 6 0 1.34218e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[4033]: 6 0 2.68435e+08 shouldn't be
295.85/296.75	WSVECS04 Frhs2[4108]: 6 0 2.2518e+15 shouldn't be
387.94/389.11	c #Conflicts:     246000 | #Constraints:      33661
387.94/389.11	c #Conflicts:     247000 | #Constraints:      34661
387.94/389.11	c #Conflicts:     248000 | #Constraints:      35661
387.94/389.11	c #Conflicts:     249000 | #Constraints:      36661
387.94/389.11	c #Conflicts:     250000 | #Constraints:      37661
387.94/389.11	c #Conflicts:     251000 | #Constraints:      38661
387.94/389.11	WSVECS04 Frhs2[188]: 6 0e+00 1e+03 shouldn't be
387.94/389.11	WSVECS04 Frhs2[339]: 6 0e+00 2e+03 shouldn't be
387.94/389.11	WSVECS04 Frhs2[477]: 6 0e+00 2e+07 shouldn't be
387.94/389.11	WSVECS04 Frhs2[738]: 6 0e+00 5e+02 shouldn't be
387.94/389.11	WSVECS04 Frhs2[862]: 6 0e+00 3e+02 shouldn't be
387.94/389.11	WSVECS04 Frhs2[863]: 6 0e+00 5e+02 shouldn't be
387.94/389.11	WSVECS04 Frhs2[881]: 6 0e+00 1e+08 shouldn't be
387.94/389.11	WSVECS04 Frhs2[906]: 6 0e+00 1e+08 shouldn't be
387.94/389.11	WSVECS04 Frhs2[907]: 6 0e+00 3e+08 shouldn't be
387.94/389.11	WSVECS04 Frhs2[932]: 6 0e+00 3e+08 shouldn't be
387.94/389.11	WSVECS04 Frhs2[936]: 6 0e+00 4e+09 shouldn't be
387.94/389.11	WSVECS04 Frhs2[959]: 6 0e+00 1e+09 shouldn't be
387.94/389.11	WSVECS04 Frhs2[961]: 6 0e+00 4e+09 shouldn't be
387.94/389.11	WSVECS04 Frhs2[962]: 6 0e+00 9e+09 shouldn't be
387.94/389.11	WSVECS04 Frhs2[984]: 6 0e+00 1e+09 shouldn't be
387.94/389.11	WSVECS04 Frhs2[985]: 6 0e+00 2e+09 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1000]: 6 0e+00 2e+06 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1002]: 6 0e+00 8e+06 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1010]: 6 0e+00 2e+09 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1011]: 6 0e+00 4e+09 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1012]: 6 0e+00 9e+09 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1024]: 6 0e+00 1e+06 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1026]: 6 0e+00 4e+06 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1027]: 6 0e+00 8e+06 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1028]: 6 0e+00 2e+07 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1036]: 6 0e+00 4e+09 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1037]: 6 0e+00 9e+09 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1049]: 6 0e+00 1e+06 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1050]: 6 0e+00 2e+06 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1057]: 6 0e+00 3e+08 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1062]: 6 0e+00 9e+09 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1105]: 6 0e+00 7e+07 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1106]: 6 0e+00 1e+08 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1107]: 6 0e+00 3e+08 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1108]: 6 0e+00 5e+08 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1109]: 6 0e+00 1e+09 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1134]: 6 0e+00 1e+09 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1135]: 6 0e+00 2e+09 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1159]: 6 0e+00 1e+09 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1161]: 6 0e+00 4e+09 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1181]: 6 0e+00 1e+08 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1182]: 6 0e+00 3e+08 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1184]: 6 0e+00 1e+09 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1206]: 6 0e+00 1e+08 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1209]: 6 0e+00 1e+09 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1211]: 6 0e+00 4e+09 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1231]: 6 0e+00 1e+08 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1234]: 6 0e+00 1e+09 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1236]: 6 0e+00 4e+09 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1569]: 6 0e+00 4e+06 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1582]: 6 0e+00 2e+03 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1593]: 6 0e+00 4e+06 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1619]: 6 0e+00 2e+07 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1641]: 6 0e+00 4e+06 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1643]: 6 0e+00 2e+07 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1739]: 6 0e+00 2e+07 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1763]: 6 0e+00 2e+07 shouldn't be
387.94/389.11	WSVECS04 Frhs2[1909]: 6 0e+00 7e+07 shouldn't be
387.94/389.11	WSVECS04 Frhs2[2067]: 6 0e+00 2e+04 shouldn't be
387.94/389.11	WSVECS04 Frhs2[2176]: 6 0e+00 1e+08 shouldn't be
387.94/389.11	WSVECS04 Frhs2[2200]: 6 0e+00 1e+08 shouldn't be
387.94/389.11	WSVECS04 Frhs2[2245]: 6 0e+00 2e+07 shouldn't be
387.94/389.11	WSVECS04 Frhs2[2251]: 6 0e+00 1e+09 shouldn't be
387.94/389.11	WSVECS04 Frhs2[2337]: 6 0e+00 1e+06 shouldn't be
387.94/389.11	WSVECS04 Frhs2[2343]: 6 0e+00 7e+07 shouldn't be
387.94/389.11	WSVECS04 Frhs2[2367]: 6 0e+00 7e+07 shouldn't be
387.94/389.11	WSVECS04 Frhs2[2391]: 6 0e+00 7e+07 shouldn't be
387.94/389.11	WSVECS04 Frhs2[2415]: 6 0e+00 7e+07 shouldn't be
387.94/389.11	WSVECS04 Frhs2[2464]: 6 0e+00 1e+08 shouldn't be
387.94/389.11	WSVECS04 Frhs2[2467]: 6 0e+00 1e+09 shouldn't be
387.94/389.11	WSVECS04 Frhs2[2488]: 6 0e+00 1e+08 shouldn't be
387.94/389.11	WSVECS04 Frhs2[2512]: 6 0e+00 1e+08 shouldn't be
387.94/389.11	WSVECS04 Frhs2[2515]: 6 0e+00 1e+09 shouldn't be
387.94/389.11	WSVECS04 Frhs2[2532]: 6 0e+00 8e+06 shouldn't be
387.94/389.11	WSVECS04 Frhs2[2534]: 6 0e+00 3e+07 shouldn't be
387.94/389.11	WSVECS04 Frhs2[2539]: 6 0e+00 1e+09 shouldn't be
387.94/389.11	WSVECS04 Frhs2[2890]: 6 0e+00 1e+03 shouldn't be
387.94/389.11	WSVECS04 Frhs2[3163]: 6 0e+00 9e+09 shouldn't be
387.94/389.11	WSVECS04 Frhs2[3230]: 6 0e+00 3e+07 shouldn't be
387.94/389.11	WSVECS04 Frhs2[3337]: 6 0e+00 4e+09 shouldn't be
387.94/389.11	WSVECS04 Frhs2[3726]: 6 0e+00 1e+06 shouldn't be
387.94/389.11	WSVECS04 Frhs2[3728]: 6 0e+00 4e+06 shouldn't be
389.22/390.38	WSVECS04 Frhs2[741]: 6 0e+00 4e+03 shouldn't be
389.22/390.38	WSVECS04 Frhs2[837]: 6 0e+00 3e+02 shouldn't be
389.22/390.38	WSVECS04 Frhs2[3002]: 6 0e+00 4e+06 shouldn't be
442.68/443.98	c #Conflicts:     252000 | #Constraints:      39664
442.68/443.98	c #Conflicts:     253000 | #Constraints:      40664
442.68/443.98	c #Conflicts:     254000 | #Constraints:      41664
442.68/443.98	c #Conflicts:     255000 | #Constraints:      42664
442.68/443.98	c #Conflicts:     256000 | #Constraints:      43664
442.68/443.98	c #Conflicts:     257000 | #Constraints:      44664
442.68/443.98	c INPROCESSING
442.68/443.98	c GARBAGE COLLECT
442.68/443.98	c #Conflicts:     258000 | #Constraints:      27567
442.68/443.98	c #Conflicts:     259000 | #Constraints:      28567
442.68/443.98	c #Conflicts:     260000 | #Constraints:      29567
442.68/443.98	c #Conflicts:     261000 | #Constraints:      30567
442.68/443.98	c #Conflicts:     262000 | #Constraints:      31567
442.68/443.98	c #Conflicts:     263000 | #Constraints:      32567
442.68/443.98	c #Conflicts:     264000 | #Constraints:      33567
442.68/443.98	c #Conflicts:     265000 | #Constraints:      34567
442.68/443.98	WSVECS04 Frhs2[733]: 6 0e+00 2e+01 shouldn't be
442.68/443.98	WSVECS04 Frhs2[735]: 6 0e+00 6e+01 shouldn't be
442.68/443.98	WSVECS04 Frhs2[756]: 6 0e+00 4e+00 shouldn't be
442.68/443.98	WSVECS04 Frhs2[860]: 6 0e+00 6e+01 shouldn't be
442.68/443.98	WSVECS04 Frhs2[1065]: 6 0e+00 7e+10 shouldn't be
442.68/443.98	WSVECS04 Frhs2[1072]: 6 0e+00 3e+05 shouldn't be
442.68/443.98	WSVECS04 Frhs2[1074]: 6 0e+00 1e+06 shouldn't be
442.68/443.98	WSVECS04 Frhs2[1143]: 6 0e+00 5e+11 shouldn't be
442.68/443.98	WSVECS04 Frhs2[1144]: 6 0e+00 1e+12 shouldn't be
442.68/443.98	WSVECS04 Frhs2[1256]: 6 0e+00 1e+08 shouldn't be
442.68/443.98	WSVECS04 Frhs2[1257]: 6 0e+00 3e+08 shouldn't be
442.68/443.98	WSVECS04 Frhs2[1258]: 6 0e+00 5e+08 shouldn't be
442.68/443.98	WSVECS04 Frhs2[1259]: 6 0e+00 1e+09 shouldn't be
442.68/443.98	WSVECS04 Frhs2[1331]: 6 0e+00 1e+08 shouldn't be
442.68/443.98	WSVECS04 Frhs2[1357]: 6 0e+00 3e+08 shouldn't be
442.68/443.98	WSVECS04 Frhs2[1405]: 6 0e+00 4e+00 shouldn't be
442.68/443.98	WSVECS04 Frhs2[1752]: 6 0e+00 1e+11 shouldn't be
442.68/443.98	WSVECS04 Frhs2[1776]: 6 0e+00 1e+11 shouldn't be
442.68/443.98	WSVECS04 Frhs2[1824]: 6 0e+00 1e+11 shouldn't be
442.68/443.98	WSVECS04 Frhs2[1848]: 6 0e+00 1e+11 shouldn't be
442.68/443.98	WSVECS04 Frhs2[1854]: 6 0e+00 9e+12 shouldn't be
442.68/443.98	WSVECS04 Frhs2[1896]: 6 0e+00 1e+11 shouldn't be
442.68/443.98	WSVECS04 Frhs2[1899]: 6 0e+00 1e+12 shouldn't be
442.68/443.98	WSVECS04 Frhs2[1902]: 6 0e+00 9e+12 shouldn't be
442.68/443.98	WSVECS04 Frhs2[1917]: 6 0e+00 2e+10 shouldn't be
442.68/443.98	WSVECS04 Frhs2[1920]: 6 0e+00 1e+11 shouldn't be
442.68/443.98	WSVECS04 Frhs2[1926]: 6 0e+00 9e+12 shouldn't be
442.68/443.98	WSVECS04 Frhs2[1944]: 6 0e+00 1e+11 shouldn't be
442.68/443.98	WSVECS04 Frhs2[1950]: 6 0e+00 9e+12 shouldn't be
442.68/443.98	WSVECS04 Frhs2[2055]: 6 0e+00 4e+00 shouldn't be
442.68/443.98	WSVECS04 Frhs2[2061]: 6 0e+00 3e+02 shouldn't be
442.68/443.98	WSVECS04 Frhs2[2074]: 6 0e+00 2e+06 shouldn't be
442.68/443.98	WSVECS04 Frhs2[2122]: 6 0e+00 2e+06 shouldn't be
442.68/443.98	WSVECS04 Frhs2[2146]: 6 0e+00 2e+06 shouldn't be
442.68/443.98	WSVECS04 Frhs2[2404]: 6 0e+00 5e+11 shouldn't be
442.68/443.98	WSVECS04 Frhs2[2428]: 6 0e+00 5e+11 shouldn't be
442.68/443.98	WSVECS04 Frhs2[2587]: 6 0e+00 1e+09 shouldn't be
442.68/443.98	WSVECS04 Frhs2[2599]: 6 0e+00 4e+12 shouldn't be
442.68/443.98	WSVECS04 Frhs2[2611]: 6 0e+00 1e+09 shouldn't be
442.68/443.98	WSVECS04 Frhs2[2647]: 6 0e+00 4e+12 shouldn't be
442.68/443.98	WSVECS04 Frhs2[3996]: 6 0e+00 1e+12 shouldn't be
442.68/443.98	WSVECS04 Frhs2[4058]: 6 0e+00 2e+00 shouldn't be
442.68/443.98	WSVECS04 Frhs2[4072]: 6 0e+00 3e+04 shouldn't be
442.68/443.98	WSVECS04 Frhs2[4073]: 6 0e+00 7e+04 shouldn't be
442.68/443.98	WSVECS04 Frhs2[4075]: 6 0e+00 3e+05 shouldn't be
442.68/443.98	WSVECS04 Frhs2[4076]: 6 0e+00 5e+05 shouldn't be
442.68/443.98	WSVECS04 Frhs2[4077]: 6 0e+00 1e+06 shouldn't be
442.68/443.98	WSVECS04 Frhs2[4078]: 6 0e+00 2e+06 shouldn't be
442.68/443.98	WSVECS04 Frhs2[4079]: 6 0e+00 4e+06 shouldn't be
442.68/443.98	WSVECS04 Frhs2[4080]: 6 0e+00 8e+06 shouldn't be
442.68/443.98	WSVECS04 Frhs2[4081]: 6 0e+00 2e+07 shouldn't be
442.68/443.98	WSVECS04 Frhs2[4083]: 6 0e+00 7e+07 shouldn't be
442.68/443.98	WSVECS04 Frhs2[4105]: 6 0e+00 3e+14 shouldn't be
442.68/443.98	WSVECS04 Frhs2[4107]: 6 0e+00 1e+15 shouldn't be
443.59/444.81	WSVECS04 Frhs2[765]: 6 0e+00 2e+03 shouldn't be
443.59/444.81	WSVECS04 Frhs2[767]: 6 0e+00 8e+03 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1058]: 6 0e+00 5e+08 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1059]: 6 0e+00 1e+09 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1061]: 6 0e+00 4e+09 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1068]: 6 0e+00 2e+04 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1069]: 6 0e+00 3e+04 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1076]: 6 0e+00 4e+06 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1077]: 6 0e+00 8e+06 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1079]: 6 0e+00 3e+07 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1081]: 6 0e+00 1e+08 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1083]: 6 0e+00 5e+08 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1084]: 6 0e+00 1e+09 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1085]: 6 0e+00 2e+09 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1087]: 6 0e+00 9e+09 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1110]: 6 0e+00 2e+09 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1111]: 6 0e+00 4e+09 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1113]: 6 0e+00 2e+10 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1136]: 6 0e+00 4e+09 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1137]: 6 0e+00 9e+09 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1139]: 6 0e+00 3e+10 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1187]: 6 0e+00 9e+09 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1188]: 6 0e+00 2e+10 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1189]: 6 0e+00 3e+10 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1213]: 6 0e+00 2e+10 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1214]: 6 0e+00 3e+10 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1215]: 6 0e+00 7e+10 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1227]: 6 0e+00 8e+06 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1237]: 6 0e+00 9e+09 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1240]: 6 0e+00 7e+10 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1243]: 6 0e+00 5e+11 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1250]: 6 0e+00 2e+06 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1253]: 6 0e+00 2e+07 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1288]: 6 0e+00 2e+10 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1289]: 6 0e+00 3e+10 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1314]: 6 0e+00 3e+10 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1315]: 6 0e+00 7e+10 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1387]: 6 0e+00 9e+09 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1704]: 6 0e+00 1e+11 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1728]: 6 0e+00 1e+11 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1869]: 6 0e+00 2e+10 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1872]: 6 0e+00 1e+11 shouldn't be
443.59/444.81	WSVECS04 Frhs2[1893]: 6 0e+00 2e+10 shouldn't be
443.59/444.81	WSVECS04 Frhs2[2524]: 6 0e+00 5e+11 shouldn't be
443.59/444.81	WSVECS04 Frhs2[2572]: 6 0e+00 5e+11 shouldn't be
443.59/444.81	WSVECS04 Frhs2[3897]: 6 0e+00 2e+12 shouldn't be
443.59/444.81	WSVECS04 Frhs2[3901]: 6 0e+00 1e+06 shouldn't be
443.59/444.81	WSVECS04 Frhs2[4042]: 6 0e+00 7e+10 shouldn't be
443.59/444.81	WSVECS04 Frhs2[4057]: 6 0e+00 1e+00 shouldn't be
443.59/444.81	WSVECS04 Frhs2[4094]: 6 0e+00 1e+11 shouldn't be
443.59/444.81	WSVECS04 Frhs2[4104]: 6 0e+00 1e+14 shouldn't be
445.28/446.57	WSVECS04 Frhs2[733]: 6 0e+00 2e+01 shouldn't be
445.28/446.57	WSVECS04 Frhs2[735]: 6 0e+00 6e+01 shouldn't be
445.28/446.57	WSVECS04 Frhs2[756]: 6 0e+00 4e+00 shouldn't be
445.28/446.57	WSVECS04 Frhs2[764]: 6 0e+00 1e+03 shouldn't be
445.28/446.57	WSVECS04 Frhs2[765]: 6 0e+00 2e+03 shouldn't be
445.28/446.57	WSVECS04 Frhs2[767]: 6 0e+00 8e+03 shouldn't be
445.28/446.57	WSVECS04 Frhs2[860]: 6 0e+00 6e+01 shouldn't be
445.28/446.57	WSVECS04 Frhs2[1059]: 6 0e+00 1e+09 shouldn't be
445.28/446.57	WSVECS04 Frhs2[1061]: 6 0e+00 4e+09 shouldn't be
445.28/446.57	WSVECS04 Frhs2[1118]: 6 0e+00 5e+11 shouldn't be
445.28/446.57	WSVECS04 Frhs2[1143]: 6 0e+00 5e+11 shouldn't be
445.28/446.57	WSVECS04 Frhs2[1144]: 6 0e+00 1e+12 shouldn't be
445.28/446.57	WSVECS04 Frhs2[1195]: 6 0e+00 2e+12 shouldn't be
445.28/446.57	WSVECS04 Frhs2[1243]: 6 0e+00 5e+11 shouldn't be
445.28/446.57	WSVECS04 Frhs2[1250]: 6 0e+00 2e+06 shouldn't be
445.28/446.57	WSVECS04 Frhs2[1253]: 6 0e+00 2e+07 shouldn't be
445.28/446.57	WSVECS04 Frhs2[1256]: 6 0e+00 1e+08 shouldn't be
445.28/446.57	WSVECS04 Frhs2[1257]: 6 0e+00 3e+08 shouldn't be
445.28/446.57	WSVECS04 Frhs2[1258]: 6 0e+00 5e+08 shouldn't be
445.28/446.57	WSVECS04 Frhs2[1259]: 6 0e+00 1e+09 shouldn't be
445.28/446.57	WSVECS04 Frhs2[1331]: 6 0e+00 1e+08 shouldn't be
445.28/446.57	WSVECS04 Frhs2[1405]: 6 0e+00 4e+00 shouldn't be
445.28/446.57	WSVECS04 Frhs2[1800]: 6 0e+00 1e+11 shouldn't be
445.28/446.57	WSVECS04 Frhs2[1848]: 6 0e+00 1e+11 shouldn't be
445.28/446.57	WSVECS04 Frhs2[1869]: 6 0e+00 2e+10 shouldn't be
445.28/446.57	WSVECS04 Frhs2[1872]: 6 0e+00 1e+11 shouldn't be
445.28/446.57	WSVECS04 Frhs2[1878]: 6 0e+00 9e+12 shouldn't be
445.28/446.57	WSVECS04 Frhs2[1893]: 6 0e+00 2e+10 shouldn't be
445.28/446.57	WSVECS04 Frhs2[1896]: 6 0e+00 1e+11 shouldn't be
445.28/446.57	WSVECS04 Frhs2[1899]: 6 0e+00 1e+12 shouldn't be
445.28/446.57	WSVECS04 Frhs2[1917]: 6 0e+00 2e+10 shouldn't be
445.28/446.57	WSVECS04 Frhs2[1920]: 6 0e+00 1e+11 shouldn't be
445.28/446.57	WSVECS04 Frhs2[1926]: 6 0e+00 9e+12 shouldn't be
445.28/446.57	WSVECS04 Frhs2[1944]: 6 0e+00 1e+11 shouldn't be
445.28/446.57	WSVECS04 Frhs2[1950]: 6 0e+00 9e+12 shouldn't be
445.28/446.57	WSVECS04 Frhs2[2122]: 6 0e+00 2e+06 shouldn't be
445.28/446.57	WSVECS04 Frhs2[2404]: 6 0e+00 5e+11 shouldn't be
445.28/446.57	WSVECS04 Frhs2[2428]: 6 0e+00 5e+11 shouldn't be
445.28/446.57	WSVECS04 Frhs2[2572]: 6 0e+00 5e+11 shouldn't be
445.28/446.57	WSVECS04 Frhs2[2647]: 6 0e+00 4e+12 shouldn't be
445.28/446.57	WSVECS04 Frhs2[3388]: 6 0e+00 1e+02 shouldn't be
445.28/446.57	WSVECS04 Frhs2[3970]: 6 0e+00 5e+11 shouldn't be
445.28/446.57	WSVECS04 Frhs2[3996]: 6 0e+00 1e+12 shouldn't be
445.28/446.57	WSVECS04 Frhs2[4048]: 6 0e+00 4e+12 shouldn't be
445.28/446.57	WSVECS04 Frhs2[4076]: 6 0e+00 5e+05 shouldn't be
445.28/446.57	WSVECS04 Frhs2[4077]: 6 0e+00 1e+06 shouldn't be
445.28/446.57	WSVECS04 Frhs2[4079]: 6 0e+00 4e+06 shouldn't be
445.28/446.57	WSVECS04 Frhs2[4082]: 6 0e+00 3e+07 shouldn't be
445.28/446.57	WSVECS04 Frhs2[4083]: 6 0e+00 7e+07 shouldn't be
445.28/446.57	WSVECS04 Frhs2[4086]: 6 0e+00 5e+08 shouldn't be
445.28/446.57	WSVECS04 Frhs2[4087]: 6 0e+00 1e+09 shouldn't be
445.28/446.57	WSVECS04 Frhs2[4094]: 6 0e+00 1e+11 shouldn't be
445.28/446.57	WSVECS04 Frhs2[4099]: 6 0e+00 4e+12 shouldn't be
445.28/446.57	WSVECS04 Frhs2[4100]: 6 0e+00 9e+12 shouldn't be
445.28/446.57	WSVECS04 Frhs2[4101]: 6 0e+00 2e+13 shouldn't be
445.28/446.57	WSVECS04 Frhs2[4102]: 6 0e+00 4e+13 shouldn't be
445.28/446.57	WSVECS04 Frhs2[4103]: 6 0e+00 7e+13 shouldn't be
445.28/446.57	WSVECS04 Frhs2[4104]: 6 0e+00 1e+14 shouldn't be
445.28/446.57	WSVECS04 Frhs2[4105]: 6 0e+00 3e+14 shouldn't be
445.28/446.57	WSVECS04 Frhs2[4107]: 6 0e+00 1e+15 shouldn't be
447.27/448.56	WSVECS04 Frhs2[1068]: 6 0e+00 2e+04 shouldn't be
447.27/448.56	WSVECS04 Frhs2[1080]: 6 0e+00 7e+07 shouldn't be
447.27/448.56	WSVECS04 Frhs2[2055]: 6 0e+00 4e+00 shouldn't be
447.27/448.56	WSVECS04 Frhs2[4075]: 6 0e+00 3e+05 shouldn't be
447.27/448.56	WSVECS04 Frhs2[4081]: 6 0e+00 2e+07 shouldn't be
447.27/448.56	WSVECS04 Frhs2[4095]: 6 0e+00 3e+11 shouldn't be
449.88/451.15	WSVECS04 Frhs2[1110]: 6 0e+00 2e+09 shouldn't be
452.16/453.44	WSVECS04 Frhs2[737]: 6 0e+00 3e+02 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1058]: 6 0e+00 5e+08 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1065]: 6 0e+00 7e+10 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1069]: 6 0e+00 3e+04 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1073]: 6 0e+00 5e+05 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1074]: 6 0e+00 1e+06 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1075]: 6 0e+00 2e+06 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1076]: 6 0e+00 4e+06 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1078]: 6 0e+00 2e+07 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1079]: 6 0e+00 3e+07 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1081]: 6 0e+00 1e+08 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1083]: 6 0e+00 5e+08 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1084]: 6 0e+00 1e+09 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1085]: 6 0e+00 2e+09 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1087]: 6 0e+00 9e+09 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1111]: 6 0e+00 4e+09 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1113]: 6 0e+00 2e+10 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1136]: 6 0e+00 4e+09 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1137]: 6 0e+00 9e+09 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1139]: 6 0e+00 3e+10 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1187]: 6 0e+00 9e+09 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1188]: 6 0e+00 2e+10 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1189]: 6 0e+00 3e+10 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1210]: 6 0e+00 2e+09 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1213]: 6 0e+00 2e+10 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1214]: 6 0e+00 3e+10 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1215]: 6 0e+00 7e+10 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1227]: 6 0e+00 8e+06 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1237]: 6 0e+00 9e+09 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1239]: 6 0e+00 3e+10 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1240]: 6 0e+00 7e+10 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1288]: 6 0e+00 2e+10 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1289]: 6 0e+00 3e+10 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1305]: 6 0e+00 7e+07 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1314]: 6 0e+00 3e+10 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1315]: 6 0e+00 7e+10 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1357]: 6 0e+00 3e+08 shouldn't be
452.16/453.44	WSVECS04 Frhs2[1387]: 6 0e+00 9e+09 shouldn't be
452.16/453.44	WSVECS04 Frhs2[2074]: 6 0e+00 2e+06 shouldn't be
452.16/453.44	WSVECS04 Frhs2[2599]: 6 0e+00 4e+12 shouldn't be
452.16/453.44	WSVECS04 Frhs2[2680]: 6 0e+00 1e+08 shouldn't be
452.16/453.44	WSVECS04 Frhs2[3897]: 6 0e+00 2e+12 shouldn't be
452.16/453.44	WSVECS04 Frhs2[3901]: 6 0e+00 1e+06 shouldn't be
452.16/453.44	WSVECS04 Frhs2[3927]: 6 0e+00 2e+06 shouldn't be
452.16/453.44	WSVECS04 Frhs2[3928]: 6 0e+00 4e+06 shouldn't be
452.16/453.44	WSVECS04 Frhs2[3980]: 6 0e+00 2e+07 shouldn't be
452.16/453.44	WSVECS04 Frhs2[4006]: 6 0e+00 3e+07 shouldn't be
452.16/453.44	WSVECS04 Frhs2[4042]: 6 0e+00 7e+10 shouldn't be
452.16/453.44	WSVECS04 Frhs2[4072]: 6 0e+00 3e+04 shouldn't be
452.16/453.44	WSVECS04 Frhs2[4073]: 6 0e+00 7e+04 shouldn't be
452.16/453.44	WSVECS04 Frhs2[4078]: 6 0e+00 2e+06 shouldn't be
452.16/453.44	WSVECS04 Frhs2[4080]: 6 0e+00 8e+06 shouldn't be
501.95/503.33	c #Conflicts:     266000 | #Constraints:      35567
501.95/503.33	c #Conflicts:     267000 | #Constraints:      36567
501.95/503.33	c #Conflicts:     268000 | #Constraints:      37567
501.95/503.33	c #Conflicts:     269000 | #Constraints:      38567
501.95/503.33	c #Conflicts:     270000 | #Constraints:      39567
501.95/503.33	c INPROCESSING
501.95/503.33	c GARBAGE COLLECT
501.95/503.33	c #Conflicts:     271000 | #Constraints:      25386
501.95/503.33	c #Conflicts:     272000 | #Constraints:      26386
501.95/503.33	c #Conflicts:     273000 | #Constraints:      27386
501.95/503.33	c #Conflicts:     274000 | #Constraints:      28386
501.95/503.33	c #Conflicts:     275000 | #Constraints:      29386
501.95/503.33	c #Conflicts:     276000 | #Constraints:      30386
501.95/503.33	c #Conflicts:     277000 | #Constraints:      31386
501.95/503.33	c #Conflicts:     278000 | #Constraints:      32386
501.95/503.33	c #Conflicts:     279000 | #Constraints:      33386
501.95/503.33	c #Conflicts:     280000 | #Constraints:      34386
501.95/503.33	c #Conflicts:     281000 | #Constraints:      35386
501.95/503.33	c #Conflicts:     282000 | #Constraints:      36386
501.95/503.33	c #Conflicts:     283000 | #Constraints:      37386
501.95/503.33	c #Conflicts:     284000 | #Constraints:      38386
501.95/503.33	c #Conflicts:     285000 | #Constraints:      39386
501.95/503.33	c #Conflicts:     286000 | #Constraints:      40386
501.95/503.33	c #Conflicts:     287000 | #Constraints:      41386
501.95/503.33	c #Conflicts:     288000 | #Constraints:      42386
501.95/503.33	c #Conflicts:     289000 | #Constraints:      43386
501.95/503.33	c #Conflicts:     290000 | #Constraints:      44386
501.95/503.33	c #Conflicts:     291000 | #Constraints:      45386
501.95/503.33	c #Conflicts:     292000 | #Constraints:      46386
501.95/503.33	c #Conflicts:     293000 | #Constraints:      47386
501.95/503.33	c #Conflicts:     294000 | #Constraints:      48386
501.95/503.33	c #Conflicts:     295000 | #Constraints:      49386
501.95/503.33	c #Conflicts:     296000 | #Constraints:      50386
501.95/503.33	c #Conflicts:     297000 | #Constraints:      51386
501.95/503.33	c #Conflicts:     298000 | #Constraints:      52386
501.95/503.33	c #Conflicts:     299000 | #Constraints:      53386
501.95/503.33	c #Conflicts:     300000 | #Constraints:      54386
501.95/503.33	c #Conflicts:     301000 | #Constraints:      55386
501.95/503.33	c #Conflicts:     302000 | #Constraints:      56386
501.95/503.33	c #Conflicts:     303000 | #Constraints:      57386
501.95/503.33	c #Conflicts:     304000 | #Constraints:      58386
501.95/503.33	c #Conflicts:     305000 | #Constraints:      59386
501.95/503.33	c #Conflicts:     306000 | #Constraints:      60386
501.95/503.33	c #Conflicts:     307000 | #Constraints:      61386
501.95/503.33	c #Conflicts:     308000 | #Constraints:      62386
501.95/503.33	c INPROCESSING
501.95/503.33	c GARBAGE COLLECT
501.95/503.33	c #Conflicts:     309000 | #Constraints:      36774
501.95/503.33	c #Conflicts:     310000 | #Constraints:      37774
501.95/503.33	c #Conflicts:     311000 | #Constraints:      38774
501.95/503.33	c #Conflicts:     312000 | #Constraints:      39774
501.95/503.33	c #Conflicts:     313000 | #Constraints:      40774
501.95/503.33	WSVECS04 Frhs2[39]: 6 -4e+07 0e+00 shouldn't be
501.95/503.33	WSVECS04 Frhs2[86]: 6 0e+00 2e-04 shouldn't be
501.95/503.33	WSVECS04 Frhs2[94]: 6 -7e+04 0e+00 shouldn't be
501.95/503.33	WSVECS04 Frhs2[96]: 6 -3e+05 0e+00 shouldn't be
501.95/503.33	WSVECS04 Frhs2[97]: 6 -5e+05 0e+00 shouldn't be
501.95/503.33	WSVECS04 Frhs2[100]: 6 -4e+06 0e+00 shouldn't be
501.95/503.33	WSVECS04 Frhs2[152]: 6 -2e+07 0e+00 shouldn't be
501.95/503.33	WSVECS04 Frhs2[305]: 6 -1e+08 0e+00 shouldn't be
501.95/503.33	WSVECS04 Frhs2[383]: 6 -1e+09 0e+00 shouldn't be
501.95/503.33	WSVECS04 Frhs2[733]: 6 0e+00 2e+01 shouldn't be
501.95/503.33	WSVECS04 Frhs2[734]: 6 0e+00 3e+01 shouldn't be
501.95/503.33	WSVECS04 Frhs2[736]: 6 0e+00 1e+02 shouldn't be
501.95/503.33	WSVECS04 Frhs2[746]: 6 0e+00 1e+05 shouldn't be
501.95/503.33	WSVECS04 Frhs2[747]: 6 0e+00 3e+05 shouldn't be
501.95/503.33	WSVECS04 Frhs2[759]: 6 0e+00 3e+01 shouldn't be
501.95/503.33	WSVECS04 Frhs2[760]: 6 0e+00 6e+01 shouldn't be
501.95/503.33	WSVECS04 Frhs2[761]: 6 0e+00 1e+02 shouldn't be
501.95/503.33	WSVECS04 Frhs2[762]: 6 0e+00 3e+02 shouldn't be
501.95/503.33	WSVECS04 Frhs2[763]: 6 0e+00 5e+02 shouldn't be
501.95/503.33	WSVECS04 Frhs2[785]: 6 0e+00 6e+01 shouldn't be
501.95/503.33	WSVECS04 Frhs2[786]: 6 0e+00 1e+02 shouldn't be
501.95/503.33	WSVECS04 Frhs2[787]: 6 0e+00 3e+02 shouldn't be
501.95/503.33	WSVECS04 Frhs2[788]: 6 0e+00 5e+02 shouldn't be
501.95/503.33	WSVECS04 Frhs2[812]: 6 0e+00 3e+02 shouldn't be
501.95/503.33	WSVECS04 Frhs2[832]: 6 0e+00 3e+08 shouldn't be
501.95/503.33	WSVECS04 Frhs2[838]: 6 0e+00 5e+02 shouldn't be
501.95/503.33	WSVECS04 Frhs2[839]: 6 0e+00 1e+03 shouldn't be
501.95/503.33	WSVECS04 Frhs2[840]: 6 0e+00 2e+03 shouldn't be
501.95/503.33	WSVECS04 Frhs2[863]: 6 0e+00 5e+02 shouldn't be
501.95/503.33	WSVECS04 Frhs2[893]: 6 0e+00 2e+04 shouldn't be
501.95/503.33	WSVECS04 Frhs2[993]: 6 0e+00 2e+04 shouldn't be
501.95/503.33	WSVECS04 Frhs2[996]: 6 0e+00 1e+05 shouldn't be
501.95/503.33	WSVECS04 Frhs2[997]: 6 0e+00 3e+05 shouldn't be
501.95/503.33	WSVECS04 Frhs2[1023]: 6 0e+00 5e+05 shouldn't be
501.95/503.33	WSVECS04 Frhs2[1121]: 6 0e+00 1e+05 shouldn't be
501.95/503.33	WSVECS04 Frhs2[1162]: 6 0e+00 9e+09 shouldn't be
501.95/503.33	WSVECS04 Frhs2[1480]: 6 0e+00 3e+01 shouldn't be
501.95/503.33	WSVECS04 Frhs2[1506]: 6 0e+00 1e+02 shouldn't be
501.95/503.33	WSVECS04 Frhs2[1507]: 6 0e+00 3e+02 shouldn't be
501.95/503.33	WSVECS04 Frhs2[1553]: 6 0e+00 1e-06 shouldn't be
501.95/503.33	WSVECS04 Frhs2[1903]: 6 0e+00 2e+13 shouldn't be
501.95/503.33	WSVECS04 Frhs2[1953]: 6 0e+00 7e+13 shouldn't be
501.95/503.33	WSVECS04 Frhs2[2058]: 6 0e+00 2e-05 shouldn't be
501.95/503.33	WSVECS04 Frhs2[2082]: 6 0e+00 2e-05 shouldn't be
501.95/503.33	WSVECS04 Frhs2[2091]: 6 -2e-05 0e+00 shouldn't be
501.95/503.33	WSVECS04 Frhs2[2115]: 6 -2e-05 0e+00 shouldn't be
501.95/503.33	WSVECS04 Frhs2[2130]: 6 0e+00 2e-05 shouldn't be
501.95/503.33	WSVECS04 Frhs2[2154]: 6 0e+00 8e-07 shouldn't be
501.95/503.33	WSVECS04 Frhs2[2254]: 6 0e+00 1e-05 shouldn't be
501.95/503.33	WSVECS04 Frhs2[2262]: 6 0e+00 1e+05 shouldn't be
501.95/503.33	WSVECS04 Frhs2[2303]: 6 -2e-05 0e+00 shouldn't be
501.95/503.33	WSVECS04 Frhs2[2332]: 6 -3e+04 0e+00 shouldn't be
501.95/503.33	WSVECS04 Frhs2[2406]: 6 0e+00 1e+05 shouldn't be
501.95/503.33	WSVECS04 Frhs2[2430]: 6 0e+00 1e+05 shouldn't be
501.95/503.33	WSVECS04 Frhs2[2438]: 6 0e+00 3e+07 shouldn't be
501.95/503.33	WSVECS04 Frhs2[2457]: 6 -1e+06 0e+00 shouldn't be
501.95/503.33	WSVECS04 Frhs2[2912]: 6 -5e-06 0e+00 shouldn't be
501.95/503.33	WSVECS04 Frhs2[2946]: 6 0e+00 5e-07 shouldn't be
501.95/503.33	WSVECS04 Frhs2[2973]: 6 0e+00 4e-07 shouldn't be
501.95/503.33	WSVECS04 Frhs2[2974]: 6 0e+00 5e-07 shouldn't be
501.95/503.33	WSVECS04 Frhs2[3052]: 6 0e+00 2e-06 shouldn't be
501.95/503.33	WSVECS04 Frhs2[3079]: 6 0e+00 4e-06 shouldn't be
501.95/503.33	WSVECS04 Frhs2[3090]: 6 0e+00 4e-05 shouldn't be
501.95/503.33	WSVECS04 Frhs2[3389]: 6 -2e-04 0e+00 shouldn't be
501.95/503.33	WSVECS04 Frhs2[3458]: 6 0e+00 1e-07 shouldn't be
501.95/503.33	WSVECS04 Frhs2[3641]: 6 0e+00 1e+03 shouldn't be
501.95/503.33	WSVECS04 Frhs2[3676]: 6 0e+00 1e+06 shouldn't be
501.95/503.33	WSVECS04 Frhs2[3823]: 6 0e+00 1e+05 shouldn't be
501.95/503.33	WSVECS04 Frhs2[3848]: 6 0e+00 5e-04 shouldn't be
502.35/503.73	WSVECS04 Frhs2[2]: 6 -3e+01 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[10]: 6 -4e+03 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[13]: 6 -1e+05 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[90]: 6 -4e+03 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[91]: 6 -8e+03 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[104]: 6 -7e+07 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[142]: 6 -2e+04 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[143]: 6 -3e+04 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[146]: 6 -3e+05 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[148]: 6 -1e+06 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[149]: 6 -2e+06 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[156]: 6 -3e+08 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[298]: 6 -1e+06 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[299]: 6 -2e+06 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[302]: 6 -2e+07 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[304]: 6 -7e+07 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[308]: 6 -1e+09 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[312]: 6 -2e+10 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[317]: 6 0e+00 2e-03 shouldn't be
502.35/503.73	WSVECS04 Frhs2[376]: 6 -8e+06 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[377]: 6 -2e+07 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[380]: 6 -1e+08 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[382]: 6 -5e+08 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[386]: 6 -9e+09 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[390]: 6 -1e+11 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[559]: 6 -2e+09 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[611]: 6 -9e+09 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[663]: 6 -3e+10 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[689]: 6 -7e+10 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[735]: 6 0e+00 6e+01 shouldn't be
502.35/503.73	WSVECS04 Frhs2[737]: 6 0e+00 3e+02 shouldn't be
502.35/503.73	WSVECS04 Frhs2[754]: 6 0e+00 3e+07 shouldn't be
502.35/503.73	WSVECS04 Frhs2[772]: 6 0e+00 3e+05 shouldn't be
502.35/503.73	WSVECS04 Frhs2[773]: 6 0e+00 5e+05 shouldn't be
502.35/503.73	WSVECS04 Frhs2[780]: 6 0e+00 7e+07 shouldn't be
502.35/503.73	WSVECS04 Frhs2[789]: 6 0e+00 1e+03 shouldn't be
502.35/503.73	WSVECS04 Frhs2[798]: 6 0e+00 5e+05 shouldn't be
502.35/503.73	WSVECS04 Frhs2[799]: 6 0e+00 1e+06 shouldn't be
502.35/503.73	WSVECS04 Frhs2[811]: 6 0e+00 1e+02 shouldn't be
502.35/503.73	WSVECS04 Frhs2[813]: 6 0e+00 5e+02 shouldn't be
502.35/503.73	WSVECS04 Frhs2[814]: 6 0e+00 1e+03 shouldn't be
502.35/503.73	WSVECS04 Frhs2[815]: 6 0e+00 2e+03 shouldn't be
502.35/503.73	WSVECS04 Frhs2[824]: 6 0e+00 1e+06 shouldn't be
502.35/503.73	WSVECS04 Frhs2[825]: 6 0e+00 2e+06 shouldn't be
502.35/503.73	WSVECS04 Frhs2[841]: 6 0e+00 4e+03 shouldn't be
502.35/503.73	WSVECS04 Frhs2[850]: 6 0e+00 2e+06 shouldn't be
502.35/503.73	WSVECS04 Frhs2[858]: 6 0e+00 5e+08 shouldn't be
502.35/503.73	WSVECS04 Frhs2[866]: 6 0e+00 4e+03 shouldn't be
502.35/503.73	WSVECS04 Frhs2[876]: 6 0e+00 4e+06 shouldn't be
502.35/503.73	WSVECS04 Frhs2[884]: 6 0e+00 1e+09 shouldn't be
502.35/503.73	WSVECS04 Frhs2[887]: 6 0e+00 3e+02 shouldn't be
502.35/503.73	WSVECS04 Frhs2[889]: 6 0e+00 1e+03 shouldn't be
502.35/503.73	WSVECS04 Frhs2[915]: 6 0e+00 2e+03 shouldn't be
502.35/503.73	WSVECS04 Frhs2[916]: 6 0e+00 4e+03 shouldn't be
502.35/503.73	WSVECS04 Frhs2[1058]: 6 0e+00 5e+08 shouldn't be
502.35/503.73	WSVECS04 Frhs2[1059]: 6 0e+00 1e+09 shouldn't be
502.35/503.73	WSVECS04 Frhs2[1066]: 6 0e+00 1e+11 shouldn't be
502.35/503.73	WSVECS04 Frhs2[1479]: 6 0e+00 5e-07 shouldn't be
502.35/503.73	WSVECS04 Frhs2[1789]: 6 0e+00 2e-05 shouldn't be
502.35/503.73	WSVECS04 Frhs2[1879]: 6 0e+00 2e+13 shouldn't be
502.35/503.73	WSVECS04 Frhs2[1929]: 6 0e+00 7e+13 shouldn't be
502.35/503.73	WSVECS04 Frhs2[2106]: 6 0e+00 2e-05 shouldn't be
502.35/503.73	WSVECS04 Frhs2[2391]: 6 -7e+07 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[3000]: 6 0e+00 4e-07 shouldn't be
502.35/503.73	WSVECS04 Frhs2[3026]: 6 0e+00 1e-06 shouldn't be
502.35/503.73	WSVECS04 Frhs2[3038]: 6 0e+00 1e-05 shouldn't be
502.35/503.73	WSVECS04 Frhs2[3064]: 6 0e+00 2e-05 shouldn't be
502.35/503.73	WSVECS04 Frhs2[3177]: 6 -9e-04 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[3181]: 6 0e+00 2e-05 shouldn't be
502.35/503.73	WSVECS04 Frhs2[3299]: 6 0e+00 2e+13 shouldn't be
502.35/503.73	WSVECS04 Frhs2[3343]: 6 -3e+11 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[3367]: 6 -1e+11 0e+00 shouldn't be
502.35/503.73	WSVECS04 Frhs2[3562]: 6 0e+00 8e-07 shouldn't be
502.35/503.73	WSVECS04 Frhs2[3588]: 6 0e+00 8e-07 shouldn't be
502.35/503.73	WSVECS04 Frhs2[3666]: 6 0e+00 5e-06 shouldn't be
502.35/503.73	WSVECS04 Frhs2[3692]: 6 0e+00 8e-06 shouldn't be
502.35/503.73	WSVECS04 Frhs2[3796]: 6 0e+00 1e-04 shouldn't be
502.35/503.73	WSVECS04 Frhs2[3831]: 6 0e+00 3e+07 shouldn't be
512.43/513.87	c #Conflicts:     314000 | #Constraints:      41775
512.43/513.87	c #Conflicts:     315000 | #Constraints:      42775
512.43/513.87	c #Conflicts:     316000 | #Constraints:      43775
512.43/513.87	c #Conflicts:     317000 | #Constraints:      44775
512.43/513.87	c #Conflicts:     318000 | #Constraints:      45775
512.43/513.87	c #Conflicts:     319000 | #Constraints:      46775
512.43/513.87	c #Conflicts:     320000 | #Constraints:      47775
512.43/513.87	c #Conflicts:     321000 | #Constraints:      48775
512.43/513.87	c INPROCESSING
512.43/513.87	c GARBAGE COLLECT
512.43/513.87	c #Conflicts:     322000 | #Constraints:      29565
512.43/513.87	c #Conflicts:     323000 | #Constraints:      30565
512.43/513.87	c #Conflicts:     324000 | #Constraints:      31565
512.43/513.87	WSVECS04 Frhs2[806]: 6 0e+00 4e+01 shouldn't be
512.43/513.87	WSVECS04 Frhs2[1364]: 6 0e+00 2e+03 shouldn't be
512.43/513.87	WSVECS04 Frhs2[1625]: 6 0e+00 1e+09 shouldn't be
512.43/513.87	WSVECS04 Frhs2[1645]: 6 0e+00 7e+07 shouldn't be
512.43/513.87	WSVECS04 Frhs2[1649]: 6 0e+00 1e+09 shouldn't be
512.43/513.87	WSVECS04 Frhs2[1669]: 6 0e+00 7e+07 shouldn't be
512.43/513.87	WSVECS04 Frhs2[1672]: 6 0e+00 5e+08 shouldn't be
512.43/513.87	WSVECS04 Frhs2[1693]: 6 0e+00 7e+07 shouldn't be
512.43/513.87	WSVECS04 Frhs2[1741]: 6 0e+00 7e+07 shouldn't be
512.43/513.87	WSVECS04 Frhs2[2853]: 6 0e+00 8e+06 shouldn't be
512.43/513.87	WSVECS04 Frhs2[3407]: 6 0e+00 2e+00 shouldn't be
512.43/513.87	WSVECS04 Frhs2[3485]: 6 0e+00 2e+01 shouldn't be
512.43/513.87	WSVECS04 Frhs2[3511]: 6 0e+00 3e+01 shouldn't be
512.43/513.87	WSVECS04 Frhs2[4057]: 6 0e+00 1e+00 shouldn't be
523.50/524.93	c #Conflicts:     325000 | #Constraints:      32566
523.50/524.93	c #Conflicts:     326000 | #Constraints:      33566
523.50/524.93	c #Conflicts:     327000 | #Constraints:      34566
523.50/524.93	c #Conflicts:     328000 | #Constraints:      35566
523.50/524.93	c #Conflicts:     329000 | #Constraints:      36566
523.50/524.93	c #Conflicts:     330000 | #Constraints:      37566
523.50/524.93	c #Conflicts:     331000 | #Constraints:      38567
523.50/524.93	c #Conflicts:     332000 | #Constraints:      39567
523.50/524.93	c #Conflicts:     333000 | #Constraints:      40567
523.50/524.93	c #Conflicts:     334000 | #Constraints:      41567
523.50/524.93	WSVECS04 Frhs2[29]: 6 -4e+00 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[730]: 6 0e+00 2e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[782]: 6 0e+00 8e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[1407]: 6 0e+00 2e+01 shouldn't be
523.50/524.93	WSVECS04 Frhs2[2056]: 6 0e+00 8e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[2711]: 6 -6e+01 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[2715]: 6 -1e+03 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[3396]: 6 0e+00 3e+04 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4061]: 6 0e+00 2e+01 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4066]: 6 0e+00 5e+02 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4067]: 6 0e+00 1e+03 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4070]: 6 0e+00 8e+03 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4071]: 6 0e+00 2e+04 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4074]: 6 0e+00 1e+05 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4075]: 6 0e+00 3e+05 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4079]: 6 0e+00 4e+06 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4083]: 6 0e+00 7e+07 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4084]: 6 0e+00 1e+08 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4086]: 6 0e+00 5e+08 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4089]: 6 0e+00 4e+09 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4090]: 6 0e+00 9e+09 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4091]: 6 0e+00 2e+10 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4092]: 6 0e+00 3e+10 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4093]: 6 0e+00 7e+10 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4094]: 6 0e+00 1e+11 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4095]: 6 0e+00 3e+11 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4096]: 6 0e+00 5e+11 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4097]: 6 0e+00 1e+12 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4098]: 6 0e+00 2e+12 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4100]: 6 0e+00 9e+12 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4101]: 6 0e+00 2e+13 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4102]: 6 0e+00 4e+13 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4103]: 6 0e+00 7e+13 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4104]: 6 0e+00 1e+14 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4105]: 6 0e+00 3e+14 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4113]: 6 -2e+01 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4114]: 6 -3e+01 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4118]: 6 -5e+02 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4121]: 6 -4e+03 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4123]: 6 -2e+04 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4125]: 6 -7e+04 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4133]: 6 -2e+07 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4134]: 6 -3e+07 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4135]: 6 -7e+07 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4139]: 6 -1e+09 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4140]: 6 -2e+09 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4141]: 6 -4e+09 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4142]: 6 -9e+09 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4143]: 6 -2e+10 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4144]: 6 -3e+10 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4145]: 6 -7e+10 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4146]: 6 -1e+11 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4147]: 6 -3e+11 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4148]: 6 -5e+11 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4149]: 6 -1e+12 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4150]: 6 -2e+12 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4151]: 6 -4e+12 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4153]: 6 -2e+13 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4154]: 6 -4e+13 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4155]: 6 -7e+13 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4156]: 6 -1e+14 0e+00 shouldn't be
523.50/524.93	WSVECS04 Frhs2[4157]: 6 -3e+14 0e+00 shouldn't be
545.34/546.88	c #Conflicts:     335000 | #Constraints:      42567
545.34/546.88	c #Conflicts:     336000 | #Constraints:      43567
545.34/546.88	c INPROCESSING
545.34/546.88	c GARBAGE COLLECT
545.34/546.88	c #Conflicts:     337000 | #Constraints:      27391
545.34/546.88	c #Conflicts:     338000 | #Constraints:      28391
545.34/546.88	c #Conflicts:     339000 | #Constraints:      29391
545.34/546.88	c #Conflicts:     340000 | #Constraints:      30392
545.34/546.88	c #Conflicts:     341000 | #Constraints:      31393
545.34/546.88	c #Conflicts:     342000 | #Constraints:      32394
545.34/546.88	c #Conflicts:     343000 | #Constraints:      33394
545.34/546.88	c #Conflicts:     344000 | #Constraints:      34395
545.34/546.88	c #Conflicts:     345000 | #Constraints:      35396
545.34/546.88	c #Conflicts:     346000 | #Constraints:      36397
545.34/546.88	c #Conflicts:     347000 | #Constraints:      37398
545.34/546.88	c #Conflicts:     348000 | #Constraints:      38398
545.34/546.88	c #Conflicts:     349000 | #Constraints:      39399
545.34/546.88	c #Conflicts:     350000 | #Constraints:      40399
545.34/546.88	c #Conflicts:     351000 | #Constraints:      41400
545.34/546.88	c #Conflicts:     352000 | #Constraints:      42400
545.34/546.88	c #Conflicts:     353000 | #Constraints:      43401
545.34/546.88	c #Conflicts:     354000 | #Constraints:      44401
545.34/546.88	c #Conflicts:     355000 | #Constraints:      45401
545.34/546.88	c #Conflicts:     356000 | #Constraints:      46402
545.34/546.88	WSVECS04 Frhs2[1]: 6 0e+00 6e+06 shouldn't be
545.34/546.88	WSVECS04 Frhs2[7]: 6 0e+00 3e+08 shouldn't be
545.34/546.88	WSVECS04 Frhs2[28]: 6 -4e+06 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[29]: 6 0e+00 1e+07 shouldn't be
545.34/546.88	WSVECS04 Frhs2[30]: 6 0e+00 2e+07 shouldn't be
545.34/546.88	WSVECS04 Frhs2[32]: 6 -6e+07 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[33]: 6 0e+00 3e+08 shouldn't be
545.34/546.88	WSVECS04 Frhs2[36]: 6 0e+00 7e+04 shouldn't be
545.34/546.88	WSVECS04 Frhs2[105]: 6 -4e+00 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[113]: 6 -1e+03 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[116]: 6 -8e+03 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[123]: 6 -1e+06 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[129]: 6 -7e+07 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[236]: 6 -3e+02 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[239]: 6 -2e+03 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[243]: 6 -3e+04 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[246]: 6 -3e+05 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[252]: 6 -2e+07 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[253]: 6 -3e+07 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[256]: 6 -3e+08 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[289]: 6 0e+00 2e+03 shouldn't be
545.34/546.88	WSVECS04 Frhs2[294]: 6 -7e+04 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[295]: 6 -1e+05 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[297]: 6 -5e+05 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[298]: 6 -1e+06 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[304]: 6 -7e+07 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[306]: 6 0e+00 3e+08 shouldn't be
545.34/546.88	WSVECS04 Frhs2[307]: 6 0e+00 5e+08 shouldn't be
545.34/546.88	WSVECS04 Frhs2[327]: 6 0e+00 2e+07 shouldn't be
545.34/546.88	WSVECS04 Frhs2[330]: 6 0e+00 1e+08 shouldn't be
545.34/546.88	WSVECS04 Frhs2[334]: 6 0e+00 2e+09 shouldn't be
545.34/546.88	WSVECS04 Frhs2[499]: 6 0e+00 2e+06 shouldn't be
545.34/546.88	WSVECS04 Frhs2[501]: 6 0e+00 8e+06 shouldn't be
545.34/546.88	WSVECS04 Frhs2[575]: 6 0e+00 4e+06 shouldn't be
545.34/546.88	WSVECS04 Frhs2[576]: 6 0e+00 8e+06 shouldn't be
545.34/546.88	WSVECS04 Frhs2[579]: 6 0e+00 6e+07 shouldn't be
545.34/546.88	WSVECS04 Frhs2[580]: 6 -1e+07 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[581]: 6 -3e+07 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[582]: 6 0e+00 5e+08 shouldn't be
545.34/546.88	WSVECS04 Frhs2[605]: 6 0e+00 1e+08 shouldn't be
545.34/546.88	WSVECS04 Frhs2[651]: 6 0e+00 8e+06 shouldn't be
545.34/546.88	WSVECS04 Frhs2[655]: 6 0e+00 1e+08 shouldn't be
545.34/546.88	WSVECS04 Frhs2[677]: 6 0e+00 2e+07 shouldn't be
545.34/546.88	WSVECS04 Frhs2[679]: 6 0e+00 7e+07 shouldn't be
545.34/546.88	WSVECS04 Frhs2[680]: 6 0e+00 1e+08 shouldn't be
545.34/546.88	WSVECS04 Frhs2[681]: 6 0e+00 2e+08 shouldn't be
545.34/546.88	WSVECS04 Frhs2[707]: 6 -6e+07 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[708]: 6 -1e+08 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[734]: 6 0e+00 3e+01 shouldn't be
545.34/546.88	WSVECS04 Frhs2[739]: 6 0e+00 1e+03 shouldn't be
545.34/546.88	WSVECS04 Frhs2[745]: 6 0e+00 7e+04 shouldn't be
545.34/546.88	WSVECS04 Frhs2[746]: 6 0e+00 1e+05 shouldn't be
545.34/546.88	WSVECS04 Frhs2[761]: 6 0e+00 1e+02 shouldn't be
545.34/546.88	WSVECS04 Frhs2[765]: 6 0e+00 2e+03 shouldn't be
545.34/546.88	WSVECS04 Frhs2[771]: 6 0e+00 1e+05 shouldn't be
545.34/546.88	WSVECS04 Frhs2[778]: 6 0e+00 2e+07 shouldn't be
545.34/546.88	WSVECS04 Frhs2[784]: 6 0e+00 3e+01 shouldn't be
545.34/546.88	WSVECS04 Frhs2[785]: 6 0e+00 6e+01 shouldn't be
545.34/546.88	WSVECS04 Frhs2[786]: 6 0e+00 1e+02 shouldn't be
545.34/546.88	WSVECS04 Frhs2[787]: 6 0e+00 3e+02 shouldn't be
545.34/546.88	WSVECS04 Frhs2[791]: 6 0e+00 4e+03 shouldn't be
545.34/546.88	WSVECS04 Frhs2[797]: 6 0e+00 3e+05 shouldn't be
545.34/546.88	WSVECS04 Frhs2[806]: 6 0e+00 1e+08 shouldn't be
545.34/546.88	WSVECS04 Frhs2[811]: 6 0e+00 1e+02 shouldn't be
545.34/546.88	WSVECS04 Frhs2[814]: 6 0e+00 1e+03 shouldn't be
545.34/546.88	WSVECS04 Frhs2[816]: 6 0e+00 4e+03 shouldn't be
545.34/546.88	WSVECS04 Frhs2[823]: 6 0e+00 5e+05 shouldn't be
545.34/546.88	WSVECS04 Frhs2[830]: 6 0e+00 7e+07 shouldn't be
545.34/546.88	WSVECS04 Frhs2[832]: 6 0e+00 3e+08 shouldn't be
545.34/546.88	WSVECS04 Frhs2[849]: 6 0e+00 1e+06 shouldn't be
545.34/546.88	WSVECS04 Frhs2[864]: 6 0e+00 1e+03 shouldn't be
545.34/546.88	WSVECS04 Frhs2[865]: 6 0e+00 2e+03 shouldn't be
545.34/546.88	WSVECS04 Frhs2[869]: 6 0e+00 3e+04 shouldn't be
545.34/546.88	WSVECS04 Frhs2[875]: 6 0e+00 2e+06 shouldn't be
545.34/546.88	WSVECS04 Frhs2[876]: 6 0e+00 4e+06 shouldn't be
545.34/546.88	WSVECS04 Frhs2[882]: 6 0e+00 3e+08 shouldn't be
545.34/546.88	WSVECS04 Frhs2[883]: 6 0e+00 5e+08 shouldn't be
545.34/546.88	WSVECS04 Frhs2[892]: 6 0e+00 8e+03 shouldn't be
545.34/546.88	WSVECS04 Frhs2[894]: 6 0e+00 3e+04 shouldn't be
545.34/546.88	WSVECS04 Frhs2[901]: 6 0e+00 4e+06 shouldn't be
545.34/546.88	WSVECS04 Frhs2[908]: 6 0e+00 5e+08 shouldn't be
545.34/546.88	WSVECS04 Frhs2[916]: 6 0e+00 4e+03 shouldn't be
545.34/546.88	WSVECS04 Frhs2[921]: 6 0e+00 1e+05 shouldn't be
545.34/546.88	WSVECS04 Frhs2[927]: 6 0e+00 8e+06 shouldn't be
545.34/546.88	WSVECS04 Frhs2[928]: 6 0e+00 2e+07 shouldn't be
545.34/546.88	WSVECS04 Frhs2[934]: 6 0e+00 1e+09 shouldn't be
545.34/546.88	WSVECS04 Frhs2[942]: 6 0e+00 8e+03 shouldn't be
545.34/546.88	WSVECS04 Frhs2[943]: 6 0e+00 2e+04 shouldn't be
545.34/546.88	WSVECS04 Frhs2[947]: 6 0e+00 3e+05 shouldn't be
545.34/546.88	WSVECS04 Frhs2[953]: 6 0e+00 2e+07 shouldn't be
545.34/546.88	WSVECS04 Frhs2[954]: 6 0e+00 3e+07 shouldn't be
545.34/546.88	WSVECS04 Frhs2[963]: 6 0e+00 5e+02 shouldn't be
545.34/546.88	WSVECS04 Frhs2[964]: 6 0e+00 1e+03 shouldn't be
545.34/546.88	WSVECS04 Frhs2[965]: 6 0e+00 2e+03 shouldn't be
545.34/546.88	WSVECS04 Frhs2[966]: 6 0e+00 4e+03 shouldn't be
545.34/546.88	WSVECS04 Frhs2[969]: 6 0e+00 3e+04 shouldn't be
545.34/546.88	WSVECS04 Frhs2[973]: 6 0e+00 5e+05 shouldn't be
545.34/546.88	WSVECS04 Frhs2[979]: 6 0e+00 3e+07 shouldn't be
545.34/546.88	WSVECS04 Frhs2[980]: 6 0e+00 7e+07 shouldn't be
545.34/546.88	WSVECS04 Frhs2[984]: 6 0e+00 1e+09 shouldn't be
545.34/546.88	WSVECS04 Frhs2[995]: 6 0e+00 7e+04 shouldn't be
545.34/546.88	WSVECS04 Frhs2[999]: 6 0e+00 1e+06 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1020]: 6 0e+00 7e+04 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1021]: 6 0e+00 1e+05 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1025]: 6 0e+00 2e+06 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1069]: 6 0e+00 3e+04 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1070]: 6 0e+00 7e+04 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1072]: 6 0e+00 3e+05 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1076]: 6 0e+00 4e+06 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1077]: 6 0e+00 8e+06 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1095]: 6 0e+00 7e+04 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1096]: 6 0e+00 1e+05 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1098]: 6 0e+00 5e+05 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1099]: 6 0e+00 1e+06 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1102]: 6 0e+00 8e+06 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1176]: 6 0e+00 4e+06 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1202]: 6 0e+00 8e+06 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1203]: 6 0e+00 2e+07 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1207]: 6 0e+00 3e+08 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1224]: 6 0e+00 1e+06 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1228]: 6 0e+00 2e+07 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1229]: 6 0e+00 3e+07 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1233]: 6 0e+00 5e+08 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1249]: 6 0e+00 1e+06 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1253]: 6 0e+00 2e+07 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1254]: 6 0e+00 3e+07 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1255]: 6 0e+00 7e+07 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1256]: 6 0e+00 1e+08 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1259]: 6 0e+00 1e+09 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1280]: 6 0e+00 7e+07 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1281]: 6 0e+00 1e+08 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1354]: 6 0e+00 3e+07 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1358]: 6 0e+00 5e+08 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1359]: 6 0e+00 1e+09 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1384]: 6 0e+00 1e+09 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1529]: 6 0e+00 1e+09 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1553]: 6 0e+00 1e+09 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1581]: 6 0e+00 1e+03 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1582]: 6 0e+00 2e+03 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1599]: 6 0e+00 3e+08 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1618]: 6 0e+00 8e+06 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1642]: 6 0e+00 8e+06 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1688]: 6 0e+00 2e+06 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1740]: 6 -3e+07 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1806]: 6 0e+00 5e+05 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1830]: 6 0e+00 5e+05 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1836]: 6 -3e+07 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1837]: 6 0e+00 6e+07 shouldn't be
545.34/546.88	WSVECS04 Frhs2[1987]: 6 0e+00 5e+08 shouldn't be
545.34/546.88	WSVECS04 Frhs2[2035]: 6 0e+00 5e+08 shouldn't be
545.34/546.88	WSVECS04 Frhs2[2056]: 6 0e+00 8e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[2080]: 6 0e+00 8e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[2380]: 6 0e+00 3e+04 shouldn't be
545.34/546.88	WSVECS04 Frhs2[2636]: 6 -2e+09 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[2887]: 6 -1e+02 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[2915]: 6 -1e+03 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[2933]: 6 -3e+08 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[2939]: 6 -5e+02 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[2943]: 6 -8e+03 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[2954]: 6 -2e+07 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[2980]: 6 -3e+07 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[2981]: 6 -7e+07 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[3080]: 6 0e+00 3e+07 shouldn't be
545.34/546.88	WSVECS04 Frhs2[3099]: 6 -5e+05 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[3106]: 6 0e+00 7e+06 shouldn't be
545.34/546.88	WSVECS04 Frhs2[3176]: 6 0e+00 2e+06 shouldn't be
545.34/546.88	WSVECS04 Frhs2[3304]: 6 0e+00 2e+07 shouldn't be
545.34/546.88	WSVECS04 Frhs2[3307]: 6 -1e+07 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[3355]: 6 -3e+07 0e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[3589]: 6 0e+00 3e+02 shouldn't be
545.34/546.88	WSVECS04 Frhs2[3667]: 6 0e+00 2e+03 shouldn't be
545.34/546.88	WSVECS04 Frhs2[3849]: 6 0e+00 3e+05 shouldn't be
545.34/546.88	WSVECS04 Frhs2[3875]: 6 0e+00 5e+05 shouldn't be
545.34/546.88	WSVECS04 Frhs2[4057]: 6 0e+00 1e+00 shouldn't be
545.34/546.88	WSVECS04 Frhs2[4093]: 6 0e+00 7e+10 shouldn't be
593.43/595.09	c #Conflicts:     357000 | #Constraints:      47403
593.43/595.09	c #Conflicts:     358000 | #Constraints:      48403
593.43/595.09	c #Conflicts:     359000 | #Constraints:      49403
593.43/595.09	c #Conflicts:     360000 | #Constraints:      50403
593.43/595.09	c #Conflicts:     361000 | #Constraints:      51403
593.43/595.09	c #Conflicts:     362000 | #Constraints:      52403
593.43/595.09	c #Conflicts:     363000 | #Constraints:      53404
593.43/595.09	c #Conflicts:     364000 | #Constraints:      54404
593.43/595.09	c #Conflicts:     365000 | #Constraints:      55405
593.43/595.09	c #Conflicts:     366000 | #Constraints:      56406
593.43/595.09	c #Conflicts:     367000 | #Constraints:      57406
593.43/595.09	c #Conflicts:     368000 | #Constraints:      58406
593.43/595.09	c #Conflicts:     369000 | #Constraints:      59406
593.43/595.09	c #Conflicts:     370000 | #Constraints:      60406
593.43/595.09	c #Conflicts:     371000 | #Constraints:      61406
593.43/595.09	c #Conflicts:     372000 | #Constraints:      62406
593.43/595.09	c #Conflicts:     373000 | #Constraints:      63406
593.43/595.09	c #Conflicts:     374000 | #Constraints:      64406
593.43/595.09	c #Conflicts:     375000 | #Constraints:      65406
593.43/595.09	c #Conflicts:     376000 | #Constraints:      66406
593.43/595.09	c #Conflicts:     377000 | #Constraints:      67407
593.43/595.09	c #Conflicts:     378000 | #Constraints:      68407
593.43/595.09	c INPROCESSING
593.43/595.09	c GARBAGE COLLECT
593.43/595.09	WSVECS04 Frhs2[50]: 6 -3e+12 0e+00 shouldn't be
593.43/595.09	WSVECS04 Frhs2[744]: 6 0e+00 3e+04 shouldn't be
593.43/595.09	WSVECS04 Frhs2[770]: 6 0e+00 7e+04 shouldn't be
593.43/595.09	WSVECS04 Frhs2[820]: 6 0e+00 7e+04 shouldn't be
593.43/595.09	WSVECS04 Frhs2[1258]: 6 0e+00 3e+10 shouldn't be
593.43/595.09	WSVECS04 Frhs2[1627]: 6 0e+00 3e+10 shouldn't be
593.43/595.09	WSVECS04 Frhs2[1808]: 6 0e+00 3e+10 shouldn't be
593.43/595.09	WSVECS04 Frhs2[1857]: 6 0e+00 6e+10 shouldn't be
593.43/595.09	WSVECS04 Frhs2[1881]: 6 0e+00 6e+10 shouldn't be
593.43/595.09	WSVECS04 Frhs2[2068]: 6 0e+00 3e+04 shouldn't be
593.43/595.09	WSVECS04 Frhs2[2092]: 6 0e+00 3e+04 shouldn't be
593.43/595.09	WSVECS04 Frhs2[2588]: 6 0e+00 5e+10 shouldn't be
593.43/595.09	WSVECS04 Frhs2[2937]: 6 -3e+10 0e+00 shouldn't be
593.43/595.09	WSVECS04 Frhs2[3223]: 6 0e+00 2e+12 shouldn't be
593.43/595.09	WSVECS04 Frhs2[3935]: 6 0e+00 1e+10 shouldn't be
593.43/595.09	WSVECS04 Frhs2[4107]: 6 0e+00 1e+15 shouldn't be
593.43/595.09	WSVECS04 Frhs2[4159]: 6 -1e+15 0e+00 shouldn't be
594.02/595.61	WSVECS04 Frhs2[27]: 6 -3e+10 0e+00 shouldn't be
594.02/595.61	WSVECS04 Frhs2[31]: 6 -1e+12 0e+00 shouldn't be
594.02/595.61	WSVECS04 Frhs2[2612]: 6 0e+00 5e+10 shouldn't be
632.03/633.70	WSVECS04 Frhs2[161]: 6 -6e-07 0e+00 shouldn't be
632.03/633.70	WSVECS04 Frhs2[453]: 6 0e+00 9e-07 shouldn't be
632.03/633.70	WSVECS04 Frhs2[478]: 6 0e+00 8e-07 shouldn't be
632.03/633.70	WSVECS04 Frhs2[580]: 6 0e+00 3e-07 shouldn't be
632.03/633.70	WSVECS04 Frhs2[1178]: 6 0e+00 5e-07 shouldn't be
632.03/633.70	WSVECS04 Frhs2[1608]: 6 0e+00 2e-07 shouldn't be
632.03/633.70	WSVECS04 Frhs2[1631]: 6 0e+00 3e-07 shouldn't be
632.03/633.70	WSVECS04 Frhs2[1632]: 6 0e+00 6e-07 shouldn't be
632.03/633.70	WSVECS04 Frhs2[1642]: 6 0e+00 8e-07 shouldn't be
632.03/633.70	WSVECS04 Frhs2[1695]: 6 0e+00 1e-06 shouldn't be
632.03/633.70	WSVECS04 Frhs2[1742]: 6 0e+00 7e-07 shouldn't be
632.03/633.70	WSVECS04 Frhs2[1766]: 6 0e+00 1e-06 shouldn't be
632.03/633.70	WSVECS04 Frhs2[1790]: 6 0e+00 6e-07 shouldn't be
632.03/633.70	WSVECS04 Frhs2[1838]: 6 0e+00 1e-06 shouldn't be
632.03/633.70	WSVECS04 Frhs2[1862]: 6 0e+00 7e-07 shouldn't be
632.03/633.70	WSVECS04 Frhs2[1908]: 6 0e+00 8e-07 shouldn't be
632.03/633.70	WSVECS04 Frhs2[1956]: 6 0e+00 1e-06 shouldn't be
632.03/633.70	WSVECS04 Frhs2[1980]: 6 0e+00 1e-06 shouldn't be
632.03/633.70	WSVECS04 Frhs2[2197]: 6 0e+00 6e-07 shouldn't be
632.03/633.70	WSVECS04 Frhs2[2363]: 6 0e+00 1e-06 shouldn't be
632.03/633.70	WSVECS04 Frhs2[2390]: 6 0e+00 1e-06 shouldn't be
632.03/633.70	WSVECS04 Frhs2[2438]: 6 0e+00 6e-07 shouldn't be
632.03/633.70	WSVECS04 Frhs2[2970]: 6 -5e-07 0e+00 shouldn't be
632.03/633.70	WSVECS04 Frhs2[3080]: 6 -7e-07 0e+00 shouldn't be
633.52/635.22	WSVECS04 Frhs2[118]: 6 0e+00 8e-07 shouldn't be
633.52/635.22	WSVECS04 Frhs2[428]: 6 0e+00 2e-07 shouldn't be
633.52/635.22	WSVECS04 Frhs2[456]: 6 0e+00 9e-07 shouldn't be
633.52/635.22	WSVECS04 Frhs2[599]: 6 0e+00 1e-06 shouldn't be
633.52/635.22	WSVECS04 Frhs2[1352]: 6 0e+00 7e-07 shouldn't be
633.52/635.22	WSVECS04 Frhs2[1630]: 6 0e+00 5e-07 shouldn't be
633.52/635.22	WSVECS04 Frhs2[1694]: 6 0e+00 1e-06 shouldn't be
633.52/635.22	WSVECS04 Frhs2[1718]: 6 0e+00 1e-06 shouldn't be
633.52/635.22	WSVECS04 Frhs2[1932]: 6 0e+00 3e-07 shouldn't be
633.52/635.22	WSVECS04 Frhs2[2414]: 6 0e+00 1e-06 shouldn't be
633.52/635.22	WSVECS04 Frhs2[2918]: 6 -5e-07 0e+00 shouldn't be
633.52/635.22	WSVECS04 Frhs2[2978]: 6 -3e-07 0e+00 shouldn't be
635.72/637.40	WSVECS04 Frhs2[1814]: 6 0e+00 1e-06 shouldn't be
635.72/637.40	WSVECS04 Frhs2[2727]: 6 0e+00 3e-07 shouldn't be
635.72/637.40	WSVECS04 Frhs2[2995]: 6 0e+00 1e-06 shouldn't be
635.72/637.40	WSVECS04 Frhs2[3728]: 6 -9e-07 0e+00 shouldn't be
637.51/639.28	WSVECS04 Frhs2[2892]: 6 -8e-07 0e+00 shouldn't be
637.51/639.28	WSVECS04 Frhs2[3032]: 6 -1e-06 0e+00 shouldn't be
637.51/639.28	WSVECS04 Frhs2[3756]: 6 -5e-07 0e+00 shouldn't be
643.31/645.01	WSVECS04 Frhs2[3333]: 6 0e+00 1e-06 shouldn't be
646.69/648.45	WSVECS04 Frhs2[3502]: 6 -6e-07 0e+00 shouldn't be
650.08/651.85	WSVECS04 Frhs2[3503]: 6 0e+00 6e-07 shouldn't be
653.39/655.18	WSVECS04 Frhs2[3647]: 6 0e+00 8e-07 shouldn't be
656.67/658.50	WSVECS04 Frhs2[3083]: 6 -1e-06 0e+00 shouldn't be
656.67/658.50	WSVECS04 Frhs2[3529]: 6 0e+00 6e-07 shouldn't be
656.67/658.50	WSVECS04 Frhs2[3884]: 6 -1e-06 0e+00 shouldn't be
659.86/661.63	WSVECS04 Frhs2[3754]: 6 -8e-07 0e+00 shouldn't be
665.95/667.78	WSVECS04 Frhs2[3721]: 6 -2e-07 0e+00 shouldn't be
709.25/711.11	c #Conflicts:     379000 | #Constraints:      39707
709.25/711.11	c #Conflicts:     380000 | #Constraints:      40707
709.25/711.11	c #Conflicts:     381000 | #Constraints:      41707
709.25/711.11	c #Conflicts:     382000 | #Constraints:      42707
709.25/711.11	c #Conflicts:     383000 | #Constraints:      43707
709.25/711.11	c #Conflicts:     384000 | #Constraints:      44707
709.25/711.11	c #Conflicts:     385000 | #Constraints:      45707
709.25/711.11	c #Conflicts:     386000 | #Constraints:      46707
709.25/711.11	c #Conflicts:     387000 | #Constraints:      47707
709.25/711.11	c #Conflicts:     388000 | #Constraints:      48707
709.25/711.11	c #Conflicts:     389000 | #Constraints:      49707
709.25/711.11	c #Conflicts:     390000 | #Constraints:      50707
709.25/711.11	c #Conflicts:     391000 | #Constraints:      51707
709.25/711.11	c #Conflicts:     392000 | #Constraints:      52707
709.25/711.11	c #Conflicts:     393000 | #Constraints:      53707
709.25/711.11	c INPROCESSING
709.25/711.11	c GARBAGE COLLECT
709.25/711.11	c #Conflicts:     394000 | #Constraints:      32003
709.25/711.11	WSVECS04 Frhs2[31]: 6 0e+00 5e+02 shouldn't be
709.25/711.11	WSVECS04 Frhs2[738]: 6 0e+00 5e+02 shouldn't be
709.25/711.11	WSVECS04 Frhs2[739]: 6 0e+00 1e+03 shouldn't be
709.25/711.11	WSVECS04 Frhs2[764]: 6 0e+00 1e+03 shouldn't be
709.25/711.11	WSVECS04 Frhs2[792]: 6 0e+00 8e+03 shouldn't be
709.25/711.11	WSVECS04 Frhs2[794]: 6 0e+00 3e+04 shouldn't be
709.25/711.11	WSVECS04 Frhs2[795]: 6 0e+00 7e+04 shouldn't be
709.25/711.11	WSVECS04 Frhs2[797]: 6 0e+00 3e+05 shouldn't be
709.25/711.11	WSVECS04 Frhs2[817]: 6 0e+00 8e+03 shouldn't be
709.25/711.11	WSVECS04 Frhs2[818]: 6 0e+00 2e+04 shouldn't be
709.25/711.11	WSVECS04 Frhs2[820]: 6 0e+00 7e+04 shouldn't be
709.25/711.11	WSVECS04 Frhs2[821]: 6 0e+00 1e+05 shouldn't be
709.25/711.11	WSVECS04 Frhs2[822]: 6 0e+00 3e+05 shouldn't be
709.25/711.11	WSVECS04 Frhs2[836]: 6 0e+00 1e+02 shouldn't be
709.25/711.11	WSVECS04 Frhs2[842]: 6 0e+00 8e+03 shouldn't be
709.25/711.11	WSVECS04 Frhs2[843]: 6 0e+00 2e+04 shouldn't be
709.25/711.11	WSVECS04 Frhs2[846]: 6 0e+00 1e+05 shouldn't be
709.25/711.11	WSVECS04 Frhs2[847]: 6 0e+00 3e+05 shouldn't be
709.25/711.11	WSVECS04 Frhs2[862]: 6 0e+00 3e+02 shouldn't be
709.25/711.11	WSVECS04 Frhs2[868]: 6 0e+00 2e+04 shouldn't be
709.25/711.11	WSVECS04 Frhs2[872]: 6 0e+00 3e+05 shouldn't be
709.25/711.11	WSVECS04 Frhs2[895]: 6 0e+00 7e+04 shouldn't be
709.25/711.11	WSVECS04 Frhs2[968]: 6 0e+00 2e+04 shouldn't be
709.25/711.11	WSVECS04 Frhs2[969]: 6 0e+00 3e+04 shouldn't be
709.25/711.11	WSVECS04 Frhs2[1043]: 6 0e+00 2e+04 shouldn't be
709.25/711.11	WSVECS04 Frhs2[1046]: 6 0e+00 1e+05 shouldn't be
709.25/711.11	WSVECS04 Frhs2[1068]: 6 0e+00 2e+04 shouldn't be
709.25/711.11	WSVECS04 Frhs2[1069]: 6 0e+00 3e+04 shouldn't be
709.25/711.11	WSVECS04 Frhs2[1071]: 6 0e+00 1e+05 shouldn't be
709.25/711.11	WSVECS04 Frhs2[1072]: 6 0e+00 3e+05 shouldn't be
709.25/711.11	WSVECS04 Frhs2[1146]: 6 0e+00 1e+05 shouldn't be
709.25/711.11	WSVECS04 Frhs2[1147]: 6 0e+00 3e+05 shouldn't be
709.25/711.11	WSVECS04 Frhs2[1451]: 6 0e+00 2e+07 shouldn't be
709.25/711.11	WSVECS04 Frhs2[1470]: 6 0e+00 5e+05 shouldn't be
709.25/711.11	WSVECS04 Frhs2[1475]: 6 0e+00 2e+07 shouldn't be
709.25/711.11	WSVECS04 Frhs2[1494]: 6 0e+00 5e+05 shouldn't be
709.25/711.11	WSVECS04 Frhs2[1499]: 6 0e+00 2e+07 shouldn't be
709.25/711.11	WSVECS04 Frhs2[1534]: 6 0e+00 2e+03 shouldn't be
709.25/711.11	WSVECS04 Frhs2[1542]: 6 0e+00 5e+05 shouldn't be
709.25/711.11	WSVECS04 Frhs2[1566]: 6 0e+00 5e+05 shouldn't be
709.25/711.11	WSVECS04 Frhs2[1638]: 6 0e+00 5e+05 shouldn't be
709.25/711.11	WSVECS04 Frhs2[1662]: 6 0e+00 5e+05 shouldn't be
709.25/711.11	WSVECS04 Frhs2[1686]: 6 0e+00 5e+05 shouldn't be
709.25/711.11	WSVECS04 Frhs2[1710]: 6 0e+00 5e+05 shouldn't be
709.25/711.11	WSVECS04 Frhs2[1734]: 6 0e+00 5e+05 shouldn't be
709.25/711.11	WSVECS04 Frhs2[1806]: 6 0e+00 5e+05 shouldn't be
709.25/711.11	WSVECS04 Frhs2[1830]: 6 0e+00 5e+05 shouldn't be
709.25/711.11	WSVECS04 Frhs2[2059]: 6 0e+00 6e+01 shouldn't be
709.25/711.11	WSVECS04 Frhs2[2060]: 6 0e+00 1e+02 shouldn't be
709.25/711.11	WSVECS04 Frhs2[2069]: 6 0e+00 7e+04 shouldn't be
709.25/711.11	WSVECS04 Frhs2[2070]: 6 0e+00 1e+05 shouldn't be
709.25/711.11	WSVECS04 Frhs2[2083]: 6 0e+00 6e+01 shouldn't be
709.25/711.11	WSVECS04 Frhs2[2090]: 6 0e+00 8e+03 shouldn't be
709.25/711.11	WSVECS04 Frhs2[2131]: 6 0e+00 6e+01 shouldn't be
709.25/711.11	WSVECS04 Frhs2[2138]: 6 0e+00 8e+03 shouldn't be
709.25/711.11	WSVECS04 Frhs2[2230]: 6 0e+00 5e+02 shouldn't be
709.25/711.11	WSVECS04 Frhs2[3719]: 6 0e+00 8e+03 shouldn't be
709.25/711.11	WSVECS04 Frhs2[4060]: 6 0e+00 8e+00 shouldn't be
709.25/711.11	WSVECS04 Frhs2[4061]: 6 0e+00 2e+01 shouldn't be
709.25/711.11	WSVECS04 Frhs2[4062]: 6 0e+00 3e+01 shouldn't be
709.25/711.11	WSVECS04 Frhs2[4063]: 6 0e+00 6e+01 shouldn't be
709.25/711.11	WSVECS04 Frhs2[4068]: 6 0e+00 2e+03 shouldn't be
709.25/711.11	WSVECS04 Frhs2[4069]: 6 0e+00 4e+03 shouldn't be
709.25/711.11	WSVECS04 Frhs2[4072]: 6 0e+00 3e+04 shouldn't be
709.25/711.11	WSVECS04 Frhs2[4073]: 6 0e+00 7e+04 shouldn't be
709.25/711.11	WSVECS04 Frhs2[4095]: 6 0e+00 3e+11 shouldn't be
1007.56/1010.22	c #Conflicts:     395000 | #Constraints:      33004
1007.56/1010.22	c #Conflicts:     396000 | #Constraints:      34004
1007.56/1010.22	c #Conflicts:     397000 | #Constraints:      35004
1007.56/1010.22	c #Conflicts:     398000 | #Constraints:      36004
1007.56/1010.22	c #Conflicts:     399000 | #Constraints:      37004
1007.56/1010.22	c #Conflicts:     400000 | #Constraints:      38004
1007.56/1010.22	c #Conflicts:     401000 | #Constraints:      39004
1007.56/1010.22	c #Conflicts:     402000 | #Constraints:      40004
1007.56/1010.22	c #Conflicts:     403000 | #Constraints:      41004
1007.56/1010.22	c #Conflicts:     404000 | #Constraints:      42005
1007.56/1010.22	c #Conflicts:     405000 | #Constraints:      43005
1007.56/1010.22	c #Conflicts:     406000 | #Constraints:      44005
1007.56/1010.22	c #Conflicts:     407000 | #Constraints:      45006
1007.56/1010.22	c #Conflicts:     408000 | #Constraints:      46006
1007.56/1010.22	c #Conflicts:     409000 | #Constraints:      47006
1007.56/1010.22	c INPROCESSING
1007.56/1010.22	c GARBAGE COLLECT
1007.56/1010.22	c #Conflicts:     410000 | #Constraints:      29044
1007.56/1010.22	c #Conflicts:     411000 | #Constraints:      30044
1007.56/1010.22	c #Conflicts:     412000 | #Constraints:      31044
1007.56/1010.22	c #Conflicts:     413000 | #Constraints:      32044
1007.56/1010.22	c #Conflicts:     414000 | #Constraints:      33044
1007.56/1010.22	c #Conflicts:     415000 | #Constraints:      34044
1007.56/1010.22	c #Conflicts:     416000 | #Constraints:      35044
1007.56/1010.22	c #Conflicts:     417000 | #Constraints:      36044
1007.56/1010.22	c #Conflicts:     418000 | #Constraints:      37044
1007.56/1010.22	c #Conflicts:     419000 | #Constraints:      38044
1007.56/1010.22	c #Conflicts:     420000 | #Constraints:      39044
1007.56/1010.22	c #Conflicts:     421000 | #Constraints:      40044
1007.56/1010.22	c #Conflicts:     422000 | #Constraints:      41044
1007.56/1010.22	c #Conflicts:     423000 | #Constraints:      42044
1007.56/1010.22	c #Conflicts:     424000 | #Constraints:      43044
1007.56/1010.22	c #Conflicts:     425000 | #Constraints:      44044
1007.56/1010.22	c #Conflicts:     426000 | #Constraints:      45044
1007.56/1010.22	c #Conflicts:     427000 | #Constraints:      46045
1007.56/1010.22	c #Conflicts:     428000 | #Constraints:      47046
1007.56/1010.22	c #Conflicts:     429000 | #Constraints:      48047
1007.56/1010.22	c #Conflicts:     430000 | #Constraints:      49048
1007.56/1010.22	c #Conflicts:     431000 | #Constraints:      50048
1007.56/1010.22	c #Conflicts:     432000 | #Constraints:      51049
1007.56/1010.22	c #Conflicts:     433000 | #Constraints:      52051
1007.56/1010.22	c #Conflicts:     434000 | #Constraints:      53052
1007.56/1010.22	c #Conflicts:     435000 | #Constraints:      54052
1007.56/1010.22	c #Conflicts:     436000 | #Constraints:      55053
1007.56/1010.22	c #Conflicts:     437000 | #Constraints:      56054
1007.56/1010.22	c #Conflicts:     438000 | #Constraints:      57054
1007.56/1010.22	c #Conflicts:     439000 | #Constraints:      58055
1007.56/1010.22	c #Conflicts:     440000 | #Constraints:      59055
1007.56/1010.22	c #Conflicts:     441000 | #Constraints:      60056
1007.56/1010.22	c #Conflicts:     442000 | #Constraints:      61056
1007.56/1010.22	c #Conflicts:     443000 | #Constraints:      62058
1007.56/1010.22	c #Conflicts:     444000 | #Constraints:      63058
1007.56/1010.22	c #Conflicts:     445000 | #Constraints:      64058
1007.56/1010.22	c #Conflicts:     446000 | #Constraints:      65058
1007.56/1010.22	c #Conflicts:     447000 | #Constraints:      66058
1007.56/1010.22	c #Conflicts:     448000 | #Constraints:      67058
1007.56/1010.22	c #Conflicts:     449000 | #Constraints:      68058
1007.56/1010.22	c #Conflicts:     450000 | #Constraints:      69058
1007.56/1010.22	c #Conflicts:     451000 | #Constraints:      70058
1007.56/1010.22	c #Conflicts:     452000 | #Constraints:      71058
1007.56/1010.22	c #Conflicts:     453000 | #Constraints:      72058
1007.56/1010.22	c #Conflicts:     454000 | #Constraints:      73058
1007.56/1010.22	c #Conflicts:     455000 | #Constraints:      74058
1007.56/1010.22	c INPROCESSING
1007.56/1010.22	c GARBAGE COLLECT
1007.56/1010.22	c #Conflicts:     456000 | #Constraints:      42245
1007.56/1010.22	c #Conflicts:     457000 | #Constraints:      43247
1007.56/1010.22	c #Conflicts:     458000 | #Constraints:      44247
1007.56/1010.22	c #Conflicts:     459000 | #Constraints:      45247
1007.56/1010.22	c #Conflicts:     460000 | #Constraints:      46248
1007.56/1010.22	c #Conflicts:     461000 | #Constraints:      47250
1007.56/1010.22	c #Conflicts:     462000 | #Constraints:      48251
1007.56/1010.22	c #Conflicts:     463000 | #Constraints:      49252
1007.56/1010.22	c #Conflicts:     464000 | #Constraints:      50253
1007.56/1010.22	c #Conflicts:     465000 | #Constraints:      51254
1007.56/1010.22	c #Conflicts:     466000 | #Constraints:      52255
1007.56/1010.22	c #Conflicts:     467000 | #Constraints:      53255
1007.56/1010.22	c #Conflicts:     468000 | #Constraints:      54255
1007.56/1010.22	c #Conflicts:     469000 | #Constraints:      55255
1007.56/1010.22	c #Conflicts:     470000 | #Constraints:      56257
1007.56/1010.22	c #Conflicts:     471000 | #Constraints:      57257
1007.56/1010.22	c #Conflicts:     472000 | #Constraints:      58258
1014.65/1017.39	c INPROCESSING
1014.65/1017.39	c GARBAGE COLLECT
1014.65/1017.39	c #Conflicts:     473000 | #Constraints:      34558
1014.65/1017.39	c #Conflicts:     474000 | #Constraints:      35558
1014.65/1017.39	c #Conflicts:     475000 | #Constraints:      36558
1014.65/1017.39	WSVECS04 Frhs2[8]: 6 0e+00 2e+09 shouldn't be
1014.65/1017.39	WSVECS04 Frhs2[14]: 6 0e+00 2e+04 shouldn't be
1014.65/1017.39	WSVECS04 Frhs2[16]: 6 -1e+06 0e+00 shouldn't be
1014.65/1017.39	WSVECS04 Frhs2[208]: 6 0e+00 1e+09 shouldn't be
1014.65/1017.39	WSVECS04 Frhs2[255]: 6 0e+00 1e+08 shouldn't be
1014.65/1017.39	WSVECS04 Frhs2[353]: 6 -3e+07 0e+00 shouldn't be
1014.65/1017.39	WSVECS04 Frhs2[385]: 6 0e+00 4e+09 shouldn't be
1014.65/1017.39	WSVECS04 Frhs2[409]: 6 0e+00 2e+09 shouldn't be
1014.65/1017.39	WSVECS04 Frhs2[460]: 6 0e+00 4e+09 shouldn't be
1014.65/1017.39	WSVECS04 Frhs2[742]: 6 0e+00 8e+03 shouldn't be
1014.65/1017.39	WSVECS04 Frhs2[772]: 6 0e+00 3e+05 shouldn't be
1014.65/1017.39	WSVECS04 Frhs2[793]: 6 0e+00 2e+04 shouldn't be
1014.65/1017.39	WSVECS04 Frhs2[794]: 6 0e+00 3e+04 shouldn't be
1014.65/1017.39	WSVECS04 Frhs2[812]: 6 0e+00 3e+02 shouldn't be
1014.65/1017.39	WSVECS04 Frhs2[1044]: 6 0e+00 3e+04 shouldn't be
1014.65/1017.39	WSVECS04 Frhs2[1054]: 6 0e+00 3e+07 shouldn't be
1014.65/1017.39	WSVECS04 Frhs2[1080]: 6 0e+00 7e+07 shouldn't be
1014.65/1017.39	WSVECS04 Frhs2[1280]: 6 0e+00 7e+07 shouldn't be
1014.65/1017.39	WSVECS04 Frhs2[1529]: 6 0e+00 1e+09 shouldn't be
1014.65/1017.39	WSVECS04 Frhs2[1574]: 6 0e+00 1e+08 shouldn't be
1014.65/1017.39	WSVECS04 Frhs2[1722]: 6 0e+00 2e+09 shouldn't be
1014.65/1017.39	WSVECS04 Frhs2[1794]: 6 0e+00 2e+09 shouldn't be
1014.65/1017.39	WSVECS04 Frhs2[1818]: 6 0e+00 2e+09 shouldn't be
1014.65/1017.39	WSVECS04 Frhs2[1842]: 6 0e+00 2e+09 shouldn't be
1014.65/1017.39	WSVECS04 Frhs2[1891]: 6 0e+00 4e+09 shouldn't be
1014.65/1017.39	WSVECS04 Frhs2[2698]: 6 0e+00 4e+13 shouldn't be
1014.65/1017.39	WSVECS04 Frhs2[3312]: 6 0e+00 9e+09 shouldn't be
1015.94/1018.64	WSVECS04 Frhs2[157]: 6 0e+00 2e+01 shouldn't be
1015.94/1018.64	WSVECS04 Frhs2[183]: 6 0e+00 3e+01 shouldn't be
1015.94/1018.64	WSVECS04 Frhs2[365]: 6 0e+00 4e+03 shouldn't be
1015.94/1018.64	WSVECS04 Frhs2[736]: 6 0e+00 1e+02 shouldn't be
1015.94/1018.64	WSVECS04 Frhs2[759]: 6 0e+00 3e+01 shouldn't be
1015.94/1018.64	WSVECS04 Frhs2[760]: 6 0e+00 6e+01 shouldn't be
1015.94/1018.64	WSVECS04 Frhs2[762]: 6 0e+00 3e+02 shouldn't be
1015.94/1018.64	WSVECS04 Frhs2[861]: 6 0e+00 1e+02 shouldn't be
1015.94/1018.64	WSVECS04 Frhs2[863]: 6 0e+00 5e+02 shouldn't be
1015.94/1018.64	WSVECS04 Frhs2[874]: 6 0e+00 1e+06 shouldn't be
1015.94/1018.64	WSVECS04 Frhs2[898]: 6 0e+00 5e+05 shouldn't be
1015.94/1018.64	WSVECS04 Frhs2[923]: 6 0e+00 5e+05 shouldn't be
1015.94/1018.64	WSVECS04 Frhs2[1043]: 6 0e+00 2e+04 shouldn't be
1015.94/1018.64	WSVECS04 Frhs2[1045]: 6 0e+00 7e+04 shouldn't be
1015.94/1018.64	WSVECS04 Frhs2[1046]: 6 0e+00 1e+05 shouldn't be
1015.94/1018.64	WSVECS04 Frhs2[1071]: 6 0e+00 1e+05 shouldn't be
1015.94/1018.64	WSVECS04 Frhs2[1120]: 6 0e+00 7e+04 shouldn't be
1015.94/1018.64	WSVECS04 Frhs2[1121]: 6 0e+00 1e+05 shouldn't be
1015.94/1018.64	WSVECS04 Frhs2[1553]: 6 0e+00 1e+09 shouldn't be
1015.94/1018.64	WSVECS04 Frhs2[1746]: 6 0e+00 2e+09 shouldn't be
1015.94/1018.64	WSVECS04 Frhs2[2860]: 6 -1e+09 0e+00 shouldn't be
1015.94/1018.64	WSVECS04 Frhs2[3643]: 6 0e+00 8e+03 shouldn't be
1015.94/1018.64	WSVECS04 Frhs2[3771]: 6 0e+00 3e+04 shouldn't be
1015.94/1018.64	WSVECS04 Frhs2[3823]: 6 0e+00 1e+05 shouldn't be
1100.22/1103.13	c #Conflicts:     476000 | #Constraints:      37558
1100.22/1103.13	c #Conflicts:     477000 | #Constraints:      38558
1100.22/1103.13	c #Conflicts:     478000 | #Constraints:      39558
1100.22/1103.13	c #Conflicts:     479000 | #Constraints:      40558
1100.22/1103.13	c #Conflicts:     480000 | #Constraints:      41558
1100.22/1103.13	c #Conflicts:     481000 | #Constraints:      42558
1100.22/1103.13	c #Conflicts:     482000 | #Constraints:      43558
1100.22/1103.13	c #Conflicts:     483000 | #Constraints:      44558
1100.22/1103.13	c #Conflicts:     484000 | #Constraints:      45558
1100.22/1103.13	c #Conflicts:     485000 | #Constraints:      46558
1100.22/1103.13	c #Conflicts:     486000 | #Constraints:      47558
1100.22/1103.13	c #Conflicts:     487000 | #Constraints:      48558
1100.22/1103.13	c #Conflicts:     488000 | #Constraints:      49558
1100.22/1103.13	c #Conflicts:     489000 | #Constraints:      50559
1100.22/1103.13	c INPROCESSING
1100.22/1103.13	c GARBAGE COLLECT
1100.22/1103.13	c #Conflicts:     490000 | #Constraints:      30624
1100.22/1103.13	c #Conflicts:     491000 | #Constraints:      31624
1100.22/1103.13	c #Conflicts:     492000 | #Constraints:      32624
1100.22/1103.13	c #Conflicts:     493000 | #Constraints:      33625
1100.22/1103.13	c #Conflicts:     494000 | #Constraints:      34625
1100.22/1103.13	c #Conflicts:     495000 | #Constraints:      35625
1100.22/1103.13	c #Conflicts:     496000 | #Constraints:      36625
1100.22/1103.13	c #Conflicts:     497000 | #Constraints:      37625
1100.22/1103.13	c #Conflicts:     498000 | #Constraints:      38625
1100.22/1103.13	c #Conflicts:     499000 | #Constraints:      39625
1100.22/1103.13	c #Conflicts:     500000 | #Constraints:      40625
1100.22/1103.13	c #Conflicts:     501000 | #Constraints:      41625
1100.22/1103.13	c #Conflicts:     502000 | #Constraints:      42625
1100.22/1103.13	c #Conflicts:     503000 | #Constraints:      43625
1100.22/1103.13	c #Conflicts:     504000 | #Constraints:      44625
1100.22/1103.13	c #Conflicts:     505000 | #Constraints:      45625
1100.22/1103.13	c #Conflicts:     506000 | #Constraints:      46625
1100.22/1103.13	c #Conflicts:     507000 | #Constraints:      47625
1100.22/1103.13	c #Conflicts:     508000 | #Constraints:      48625
1100.22/1103.13	c #Conflicts:     509000 | #Constraints:      49625
1100.22/1103.13	c #Conflicts:     510000 | #Constraints:      50625
1100.22/1103.13	c #Conflicts:     511000 | #Constraints:      51625
1100.22/1103.13	c #Conflicts:     512000 | #Constraints:      52626
1100.22/1103.13	c #Conflicts:     513000 | #Constraints:      53626
1100.22/1103.13	c #Conflicts:     514000 | #Constraints:      54627
1100.22/1103.13	c #Conflicts:     515000 | #Constraints:      55628
1100.22/1103.13	c #Conflicts:     516000 | #Constraints:      56628
1100.22/1103.13	c #Conflicts:     517000 | #Constraints:      57628
1100.22/1103.13	WSVECS04 Frhs2[734]: 6 0e+00 3e+01 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[738]: 6 0e+00 5e+02 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[741]: 6 0e+00 4e+03 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[742]: 6 0e+00 8e+03 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[767]: 6 0e+00 8e+03 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[768]: 6 0e+00 2e+04 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[786]: 6 0e+00 1e+02 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[793]: 6 0e+00 2e+04 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[1011]: 6 0e+00 4e+09 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[1037]: 6 0e+00 9e+09 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[1234]: 6 0e+00 1e+09 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[1259]: 6 0e+00 1e+09 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[1260]: 6 0e+00 2e+09 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[1311]: 6 0e+00 4e+09 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[2062]: 6 0e+00 5e+02 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[2275]: 6 0e+00 1e+09 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[2467]: 6 0e+00 1e+09 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[2491]: 6 0e+00 1e+09 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[2706]: 6 -2e+00 0e+00 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[3398]: 6 0e+00 1e+05 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[3401]: 6 0e+00 1e+06 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[3411]: 6 0e+00 6e+01 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[3636]: 6 -2e+09 0e+00 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[3686]: 6 0e+00 2e+09 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[3763]: 6 0e+00 9e+09 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[3764]: 6 0e+00 2e+10 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[3811]: 6 -2e+09 0e+00 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[4059]: 6 0e+00 4e+00 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[4063]: 6 0e+00 6e+01 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[4083]: 6 0e+00 7e+07 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[4086]: 6 0e+00 5e+08 shouldn't be
1100.22/1103.13	WSVECS04 Frhs2[4087]: 6 0e+00 1e+09 shouldn't be
1115.86/1118.84	c #Conflicts:     518000 | #Constraints:      58629
1115.86/1118.84	c #Conflicts:     519000 | #Constraints:      59629
1115.86/1118.84	c #Conflicts:     520000 | #Constraints:      60629
1115.86/1118.84	c #Conflicts:     521000 | #Constraints:      61629
1115.86/1118.84	WSVECS04 Frhs2[23]: 6 -1e+02 0e+00 shouldn't be
1115.86/1118.84	WSVECS04 Frhs2[31]: 6 0e+00 1e+05 shouldn't be
1115.86/1118.84	WSVECS04 Frhs2[210]: 6 0e+00 1e+02 shouldn't be
1115.86/1118.84	WSVECS04 Frhs2[749]: 6 0e+00 1e+06 shouldn't be
1115.86/1118.84	WSVECS04 Frhs2[760]: 6 0e+00 6e+01 shouldn't be
1115.86/1118.84	WSVECS04 Frhs2[771]: 6 0e+00 1e+05 shouldn't be
1115.86/1118.84	WSVECS04 Frhs2[2059]: 6 0e+00 6e+01 shouldn't be
1115.86/1118.84	WSVECS04 Frhs2[2070]: 6 0e+00 1e+05 shouldn't be
1115.86/1118.84	WSVECS04 Frhs2[2118]: 6 0e+00 1e+05 shouldn't be
1115.86/1118.84	WSVECS04 Frhs2[2142]: 6 0e+00 1e+05 shouldn't be
1115.86/1118.84	WSVECS04 Frhs2[2167]: 6 -3e+05 0e+00 shouldn't be
1115.86/1118.84	WSVECS04 Frhs2[2715]: 6 -1e+03 0e+00 shouldn't be
1115.86/1118.84	WSVECS04 Frhs2[2716]: 6 -2e+03 0e+00 shouldn't be
1115.86/1118.84	WSVECS04 Frhs2[3523]: 6 0e+00 3e+05 shouldn't be
1115.86/1118.84	WSVECS04 Frhs2[3614]: 6 0e+00 9e+09 shouldn't be
1115.86/1118.84	WSVECS04 Frhs2[4067]: 6 0e+00 1e+03 shouldn't be
1115.86/1118.84	WSVECS04 Frhs2[4085]: 6 0e+00 3e+08 shouldn't be
1115.86/1118.84	WSVECS04 Frhs2[4121]: 6 -4e+03 0e+00 shouldn't be
1115.86/1118.84	WSVECS04 Frhs2[4122]: 6 -8e+03 0e+00 shouldn't be
1115.86/1118.84	WSVECS04 Frhs2[4123]: 6 -2e+04 0e+00 shouldn't be
1115.86/1118.84	WSVECS04 Frhs2[4148]: 6 -5e+11 0e+00 shouldn't be
1115.86/1118.84	WSVECS04 Frhs2[4149]: 6 -1e+12 0e+00 shouldn't be
1115.86/1118.84	WSVECS04 Frhs2[4150]: 6 -2e+12 0e+00 shouldn't be
1115.86/1118.84	WSVECS04 Frhs2[4151]: 6 -4e+12 0e+00 shouldn't be
1115.86/1118.84	WSVECS04 Frhs2[4152]: 6 -9e+12 0e+00 shouldn't be
1214.09/1217.30	c #Conflicts:     522000 | #Constraints:      62630
1214.09/1217.30	c #Conflicts:     523000 | #Constraints:      63630
1214.09/1217.30	c #Conflicts:     524000 | #Constraints:      64630
1214.09/1217.30	c #Conflicts:     525000 | #Constraints:      65630
1214.09/1217.30	c #Conflicts:     526000 | #Constraints:      66631
1214.09/1217.30	c #Conflicts:     527000 | #Constraints:      67631
1214.09/1217.30	c #Conflicts:     528000 | #Constraints:      68631
1214.09/1217.30	c #Conflicts:     529000 | #Constraints:      69632
1214.09/1217.30	c #Conflicts:     530000 | #Constraints:      70633
1214.09/1217.30	c #Conflicts:     531000 | #Constraints:      71633
1214.09/1217.30	c #Conflicts:     532000 | #Constraints:      72633
1214.09/1217.30	c #Conflicts:     533000 | #Constraints:      73634
1214.09/1217.30	c #Conflicts:     534000 | #Constraints:      74634
1214.09/1217.30	c #Conflicts:     535000 | #Constraints:      75635
1214.09/1217.30	c #Conflicts:     536000 | #Constraints:      76637
1214.09/1217.30	c #Conflicts:     537000 | #Constraints:      77638
1214.09/1217.30	c #Conflicts:     538000 | #Constraints:      78638
1214.09/1217.30	c #Conflicts:     539000 | #Constraints:      79638
1214.09/1217.30	c #Conflicts:     540000 | #Constraints:      80638
1214.09/1217.30	c INPROCESSING
1214.09/1217.30	c GARBAGE COLLECT
1214.09/1217.30	c #Conflicts:     541000 | #Constraints:      45796
1214.09/1217.30	c #Conflicts:     542000 | #Constraints:      46796
1214.09/1217.30	c #Conflicts:     543000 | #Constraints:      47796
1214.09/1217.30	WSVECS04 Frhs2[1]: 6 -5e+01 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[2]: 6 -8e+01 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[4]: 6 -3e+06 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[5]: 6 -3e+08 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[12]: 6 -6e+03 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[13]: 6 -8e+08 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[17]: 6 -8e+06 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[39]: 6 -7e+10 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[41]: 6 -3e+11 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[45]: 6 -2e+07 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[77]: 6 -2e+07 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[144]: 6 -7e+04 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[145]: 6 -1e+05 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[148]: 6 -1e+06 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[175]: 6 -4e+06 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[357]: 6 -5e+08 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[383]: 6 -1e+09 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[386]: 6 -9e+09 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[387]: 6 -2e+10 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[389]: 6 -7e+10 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[390]: 6 -1e+11 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[486]: 6 -9e+09 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[487]: 6 -2e+10 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[490]: 6 -1e+11 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[491]: 6 -3e+11 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[512]: 6 -2e+10 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[513]: 6 -3e+10 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[663]: 6 0e+00 3e+10 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[688]: 6 0e+00 3e+10 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[715]: 6 -1e+11 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[739]: 6 0e+00 1e+03 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[743]: 6 0e+00 2e+04 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[765]: 6 0e+00 2e+03 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[769]: 6 0e+00 3e+04 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[789]: 6 0e+00 1e+03 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[791]: 6 0e+00 4e+03 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[795]: 6 0e+00 7e+04 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[800]: 6 0e+00 2e+06 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[804]: 6 0e+00 3e+07 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[899]: 6 0e+00 1e+06 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[921]: 6 0e+00 1e+05 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[925]: 6 0e+00 2e+06 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[1003]: 6 0e+00 2e+07 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[1018]: 6 0e+00 2e+04 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[1026]: 6 0e+00 4e+06 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[1031]: 6 0e+00 1e+08 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[1032]: 6 0e+00 3e+08 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[1034]: 6 0e+00 1e+09 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[1081]: 6 0e+00 1e+08 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[1107]: 6 0e+00 3e+08 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[1122]: 6 0e+00 3e+05 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[1127]: 6 0e+00 8e+06 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[1130]: 6 0e+00 7e+07 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[1134]: 6 0e+00 1e+09 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[1135]: 6 0e+00 2e+09 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[1136]: 6 0e+00 4e+09 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[1138]: 6 0e+00 2e+10 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[1148]: 6 0e+00 5e+05 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[1161]: 6 0e+00 4e+09 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[1162]: 6 0e+00 9e+09 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[1164]: 6 0e+00 3e+10 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[1190]: 6 0e+00 7e+10 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[1205]: 6 0e+00 7e+07 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[1207]: 6 0e+00 3e+08 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[1212]: 6 0e+00 9e+09 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[1285]: 6 0e+00 2e+09 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[1289]: 6 0e+00 3e+10 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[1363]: 6 0e+00 2e+10 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[1803]: 6 0e+00 1e+12 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[1875]: 6 0e+00 1e+12 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[2353]: 6 -7e+10 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[2571]: 6 -3e+11 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[2595]: 6 -3e+11 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[3767]: 6 -1e+11 0e+00 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[3795]: 6 0e+00 1e+12 shouldn't be
1214.09/1217.30	WSVECS04 Frhs2[4040]: 6 0e+00 3e+10 shouldn't be
1242.02/1245.39	c #Conflicts:     544000 | #Constraints:      48797
1242.02/1245.39	c #Conflicts:     545000 | #Constraints:      49797
1242.02/1245.39	c #Conflicts:     546000 | #Constraints:      50797
1242.02/1245.39	c #Conflicts:     547000 | #Constraints:      51797
1242.02/1245.39	c #Conflicts:     548000 | #Constraints:      52797
1242.02/1245.39	c #Conflicts:     549000 | #Constraints:      53798
1242.02/1245.39	c #Conflicts:     550000 | #Constraints:      54799
1242.02/1245.39	c #Conflicts:     551000 | #Constraints:      55799
1242.02/1245.39	c #Conflicts:     552000 | #Constraints:      56800
1242.02/1245.39	c #Conflicts:     553000 | #Constraints:      57800
1242.02/1245.39	c #Conflicts:     554000 | #Constraints:      58801
1242.02/1245.39	c #Conflicts:     555000 | #Constraints:      59801
1242.02/1245.39	c #Conflicts:     556000 | #Constraints:      60801
1242.02/1245.39	c #Conflicts:     557000 | #Constraints:      61801
1242.02/1245.39	c #Conflicts:     558000 | #Constraints:      62802
1242.02/1245.39	c INPROCESSING
1242.02/1245.39	c GARBAGE COLLECT
1242.02/1245.39	c rational objective 0.165796
1274.75/1278.16	c #Conflicts:     559000 | #Constraints:      36745
1274.75/1278.16	c #Conflicts:     560000 | #Constraints:      37745
1274.75/1278.16	c #Conflicts:     561000 | #Constraints:      38745
1274.75/1278.16	c #Conflicts:     562000 | #Constraints:      39745
1274.75/1278.16	c #Conflicts:     563000 | #Constraints:      40746
1274.75/1278.16	c #Conflicts:     564000 | #Constraints:      41747
1274.75/1278.16	c #Conflicts:     565000 | #Constraints:      42747
1274.75/1278.16	c #Conflicts:     566000 | #Constraints:      43747
1274.75/1278.16	c #Conflicts:     567000 | #Constraints:      44747
1274.75/1278.16	c #Conflicts:     568000 | #Constraints:      45748
1274.75/1278.16	c #Conflicts:     569000 | #Constraints:      46748
1274.75/1278.16	c #Conflicts:     570000 | #Constraints:      47748
1274.75/1278.16	c #Conflicts:     571000 | #Constraints:      48749
1274.75/1278.16	c #Conflicts:     572000 | #Constraints:      49753
1274.75/1278.16	c #Conflicts:     573000 | #Constraints:      50753
1274.75/1278.16	c #Conflicts:     574000 | #Constraints:      51753
1274.75/1278.16	c #Conflicts:     575000 | #Constraints:      52754
1274.75/1278.16	c #Conflicts:     576000 | #Constraints:      53754
1274.75/1278.16	c #Conflicts:     577000 | #Constraints:      54755
1274.75/1278.16	c INPROCESSING
1274.75/1278.16	c GARBAGE COLLECT
1274.75/1278.16	WSVECS04 Frhs2[5]: 6 0e+00 3e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[13]: 6 0e+00 7e+03 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[19]: 6 -1e+04 0e+00 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[20]: 6 0e+00 4e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[26]: 6 -2e+06 0e+00 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[32]: 6 0e+00 1e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[33]: 6 0e+00 5e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[35]: 6 0e+00 4e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[41]: 6 0e+00 4e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[43]: 6 -2e+06 0e+00 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[44]: 6 -2e+06 0e+00 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[45]: 6 -3e+02 0e+00 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[50]: 6 -3e+05 0e+00 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[51]: 6 -4e+04 0e+00 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[52]: 6 -1e+06 0e+00 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[84]: 6 0e+00 7e+03 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[98]: 6 0e+00 2e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[117]: 6 -5e+04 0e+00 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[211]: 6 0e+00 5e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[214]: 6 0e+00 8e+02 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[263]: 6 0e+00 4e+02 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[268]: 6 -1e+02 0e+00 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[277]: 6 -1e+04 0e+00 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[278]: 6 -2e+04 0e+00 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[282]: 6 0e+00 3e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[306]: 6 0e+00 2e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[368]: 6 0e+00 1e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[369]: 6 0e+00 2e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[370]: 6 0e+00 5e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[399]: 6 0e+00 1e+03 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[400]: 6 -4e+00 0e+00 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[401]: 6 -3e+04 0e+00 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[403]: 6 -3e+01 0e+00 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[428]: 6 -3e+01 0e+00 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[476]: 6 -2e+04 0e+00 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[493]: 6 -1e+06 0e+00 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[500]: 6 0e+00 6e+03 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[502]: 6 -2e+04 0e+00 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[528]: 6 -3e+04 0e+00 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[547]: 6 0e+00 2e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[559]: 6 0e+00 3e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[787]: 6 0e+00 3e+02 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[860]: 6 0e+00 4e+03 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[875]: 6 0e+00 2e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[876]: 6 0e+00 1e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[900]: 6 0e+00 7e+03 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[901]: 6 0e+00 1e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[944]: 6 0e+00 1e+02 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[951]: 6 0e+00 2e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[952]: 6 0e+00 3e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[1001]: 6 0e+00 4e+00 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[1093]: 6 0e+00 6e+03 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[1094]: 6 0e+00 7e+03 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[1095]: 6 0e+00 1e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[1096]: 6 0e+00 2e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[1153]: 6 -9e+02 0e+00 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[1179]: 6 -2e+03 0e+00 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[1366]: 6 -3e+03 0e+00 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[1643]: 6 0e+00 4e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[1668]: 6 0e+00 5e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[1685]: 6 0e+00 4e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[1760]: 6 0e+00 5e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[1837]: 6 0e+00 7e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[1999]: 6 0e+00 2e+07 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[2085]: 6 0e+00 4e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[2134]: 6 0e+00 2e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[2183]: 6 0e+00 5e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[2255]: 6 0e+00 5e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[2563]: 6 0e+00 3e+04 shouldn't be
1274.75/1278.16	WSVECS04 Frhs2[2576]: 6 -8e+06 0e+00 shouldn't be
1326.41/1329.97	c #Conflicts:     578000 | #Constraints:      32907
1326.41/1329.97	c #Conflicts:     579000 | #Constraints:      33907
1326.41/1329.97	c #Conflicts:     580000 | #Constraints:      34907
1326.41/1329.97	c #Conflicts:     581000 | #Constraints:      35907
1326.41/1329.97	c #Conflicts:     582000 | #Constraints:      36907
1326.41/1329.97	c #Conflicts:     583000 | #Constraints:      37907
1326.41/1329.97	c #Conflicts:     584000 | #Constraints:      38907
1326.41/1329.97	c #Conflicts:     585000 | #Constraints:      39908
1326.41/1329.97	c #Conflicts:     586000 | #Constraints:      40908
1326.41/1329.97	c #Conflicts:     587000 | #Constraints:      41908
1326.41/1329.97	c #Conflicts:     588000 | #Constraints:      42908
1326.41/1329.97	c #Conflicts:     589000 | #Constraints:      43908
1326.41/1329.97	c #Conflicts:     590000 | #Constraints:      44908
1326.41/1329.97	c #Conflicts:     591000 | #Constraints:      45908
1326.41/1329.97	c #Conflicts:     592000 | #Constraints:      46908
1326.41/1329.97	c #Conflicts:     593000 | #Constraints:      47908
1326.41/1329.97	c #Conflicts:     594000 | #Constraints:      48908
1326.41/1329.97	c #Conflicts:     595000 | #Constraints:      49908
1326.41/1329.97	c #Conflicts:     596000 | #Constraints:      50908
1326.41/1329.97	c #Conflicts:     597000 | #Constraints:      51909
1326.41/1329.97	c #Conflicts:     598000 | #Constraints:      52909
1326.41/1329.97	c #Conflicts:     599000 | #Constraints:      53909
1326.41/1329.97	c #Conflicts:     600000 | #Constraints:      54909
1326.41/1329.97	c #Conflicts:     601000 | #Constraints:      55909
1326.41/1329.97	c #Conflicts:     602000 | #Constraints:      56910
1326.41/1329.97	WSVECS04 Frhs2[1]: 6 -3e+01 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[4]: 6 -3e+02 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[59]: 6 -6e+01 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[60]: 6 -1e+02 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[64]: 6 -2e+03 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[65]: 6 -4e+03 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[70]: 6 -1e+05 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[72]: 6 -5e+05 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[73]: 6 -1e+06 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[74]: 6 -2e+06 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[78]: 6 -3e+07 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[85]: 6 -1e+02 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[86]: 6 -3e+02 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[89]: 6 -2e+03 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[90]: 6 -4e+03 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[91]: 6 -8e+03 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[96]: 6 -3e+05 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[98]: 6 -1e+06 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[99]: 6 -2e+06 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[100]: 6 -4e+06 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[104]: 6 -7e+07 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[137]: 6 -5e+02 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[138]: 6 -1e+03 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[142]: 6 -2e+04 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[143]: 6 -3e+04 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[148]: 6 -1e+06 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[150]: 6 -4e+06 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[151]: 6 -8e+06 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[152]: 6 -2e+07 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[156]: 6 -3e+08 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[241]: 6 -8e+03 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[242]: 6 -2e+04 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[245]: 6 -1e+05 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[246]: 6 -3e+05 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[247]: 6 -5e+05 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[252]: 6 -2e+07 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[254]: 6 -7e+07 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[255]: 6 -1e+08 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[256]: 6 -3e+08 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[260]: 6 -4e+09 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[267]: 6 -2e+04 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[271]: 6 -3e+05 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[273]: 6 -1e+06 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[349]: 6 -2e+06 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[397]: 6 -5e+05 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[403]: 6 -3e+07 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[583]: 6 -1e+09 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[585]: 6 -4e+09 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[661]: 6 -9e+09 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[663]: 6 -3e+10 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[683]: 6 -1e+09 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[709]: 6 -2e+09 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[734]: 6 0e+00 3e+01 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[741]: 6 0e+00 4e+03 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[744]: 6 0e+00 3e+04 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[745]: 6 0e+00 7e+04 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[746]: 6 0e+00 1e+05 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[747]: 6 0e+00 3e+05 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[767]: 6 0e+00 8e+03 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[770]: 6 0e+00 7e+04 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[771]: 6 0e+00 1e+05 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[772]: 6 0e+00 3e+05 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[773]: 6 0e+00 5e+05 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[793]: 6 0e+00 2e+04 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[796]: 6 0e+00 1e+05 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[797]: 6 0e+00 3e+05 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[798]: 6 0e+00 5e+05 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[799]: 6 0e+00 1e+06 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[845]: 6 0e+00 7e+04 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[848]: 6 0e+00 5e+05 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[849]: 6 0e+00 1e+06 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[850]: 6 0e+00 2e+06 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[851]: 6 0e+00 4e+06 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[897]: 6 0e+00 3e+05 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[900]: 6 0e+00 2e+06 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[901]: 6 0e+00 4e+06 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[902]: 6 0e+00 8e+06 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[945]: 6 0e+00 7e+04 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[1509]: 6 0e+00 1e+03 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[1679]: 6 0e+00 7e+10 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[1825]: 6 0e+00 3e+11 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[1873]: 6 0e+00 3e+11 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[2012]: 6 0e+00 9e+09 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[2180]: 6 -1e+02 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[2186]: 6 -8e+03 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[2735]: 6 -6e+01 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[2761]: 6 -1e+02 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[2841]: 6 -4e+03 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[3116]: 6 0e+00 1e+11 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[3267]: 6 -3e+11 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[3314]: 6 -3e+10 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[3334]: 6 0e+00 1e+09 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[3340]: 6 -7e+10 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[4109]: 6 -1e+00 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[4111]: 6 -4e+00 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[4112]: 6 -8e+00 0e+00 shouldn't be
1326.41/1329.97	WSVECS04 Frhs2[4113]: 6 -2e+01 0e+00 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[735]: 6 0e+00 6e+01 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[759]: 6 0e+00 3e+01 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[760]: 6 0e+00 6e+01 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[785]: 6 0e+00 6e+01 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[809]: 6 0e+00 3e+01 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[810]: 6 0e+00 6e+01 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[817]: 6 0e+00 8e+03 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[818]: 6 0e+00 2e+04 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[819]: 6 0e+00 3e+04 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[820]: 6 0e+00 7e+04 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[822]: 6 0e+00 3e+05 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[823]: 6 0e+00 5e+05 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[824]: 6 0e+00 1e+06 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[825]: 6 0e+00 2e+06 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[827]: 6 0e+00 8e+06 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[830]: 6 0e+00 7e+07 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[832]: 6 0e+00 3e+08 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[835]: 6 0e+00 6e+01 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[843]: 6 0e+00 2e+04 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[869]: 6 0e+00 3e+04 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[871]: 6 0e+00 1e+05 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[874]: 6 0e+00 1e+06 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[875]: 6 0e+00 2e+06 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[876]: 6 0e+00 4e+06 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[877]: 6 0e+00 8e+06 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[895]: 6 0e+00 7e+04 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[921]: 6 0e+00 1e+05 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[947]: 6 0e+00 3e+05 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[948]: 6 0e+00 5e+05 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[952]: 6 0e+00 8e+06 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[2229]: 6 -4e+09 0e+00 shouldn't be
1328.11/1331.61	WSVECS04 Frhs2[3586]: 6 0e+00 2e+09 shouldn't be
1359.33/1362.92	c #Conflicts:     603000 | #Constraints:      57910
1359.33/1362.92	c #Conflicts:     604000 | #Constraints:      58910
1359.33/1362.92	c #Conflicts:     605000 | #Constraints:      59910
1359.33/1362.92	c #Conflicts:     606000 | #Constraints:      60910
1359.33/1362.92	c #Conflicts:     607000 | #Constraints:      61910
1359.33/1362.92	c #Conflicts:     608000 | #Constraints:      62910
1359.33/1362.92	c #Conflicts:     609000 | #Constraints:      63910
1359.33/1362.92	c #Conflicts:     610000 | #Constraints:      64910
1359.33/1362.92	c #Conflicts:     611000 | #Constraints:      65910
1359.33/1362.92	WSVECS04 Frhs2[743]: 6 0e+00 2e+04 shouldn't be
1359.33/1362.92	WSVECS04 Frhs2[769]: 6 0e+00 3e+04 shouldn't be
1359.33/1362.92	WSVECS04 Frhs2[821]: 6 0e+00 1e+05 shouldn't be
1359.33/1362.92	WSVECS04 Frhs2[1003]: 6 0e+00 2e+07 shouldn't be
1359.33/1362.92	WSVECS04 Frhs2[1068]: 6 0e+00 2e+04 shouldn't be
1359.33/1362.92	WSVECS04 Frhs2[1069]: 6 0e+00 3e+04 shouldn't be
1359.33/1362.92	WSVECS04 Frhs2[1070]: 6 0e+00 7e+04 shouldn't be
1359.33/1362.92	WSVECS04 Frhs2[1071]: 6 0e+00 1e+05 shouldn't be
1359.33/1362.92	WSVECS04 Frhs2[1072]: 6 0e+00 3e+05 shouldn't be
1359.33/1362.92	WSVECS04 Frhs2[1073]: 6 0e+00 5e+05 shouldn't be
1359.33/1362.92	WSVECS04 Frhs2[1074]: 6 0e+00 1e+06 shouldn't be
1359.33/1362.92	WSVECS04 Frhs2[1077]: 6 0e+00 8e+06 shouldn't be
1359.33/1362.92	WSVECS04 Frhs2[1146]: 6 0e+00 1e+05 shouldn't be
1359.33/1362.92	WSVECS04 Frhs2[1147]: 6 0e+00 3e+05 shouldn't be
1359.33/1362.92	WSVECS04 Frhs2[1148]: 6 0e+00 5e+05 shouldn't be
1359.33/1362.92	WSVECS04 Frhs2[1149]: 6 0e+00 1e+06 shouldn't be
1359.33/1362.92	WSVECS04 Frhs2[1150]: 6 0e+00 2e+06 shouldn't be
1359.33/1362.92	WSVECS04 Frhs2[1151]: 6 0e+00 4e+06 shouldn't be
1359.33/1362.92	WSVECS04 Frhs2[1152]: 6 0e+00 8e+06 shouldn't be
1359.33/1362.92	WSVECS04 Frhs2[1155]: 6 0e+00 7e+07 shouldn't be
1359.33/1362.92	WSVECS04 Frhs2[2406]: 6 0e+00 1e+05 shouldn't be
1359.33/1362.92	WSVECS04 Frhs2[2694]: 6 0e+00 2e+12 shouldn't be
1359.33/1362.92	WSVECS04 Frhs2[3719]: 6 0e+00 8e+03 shouldn't be
1441.65/1445.41	c #Conflicts:     612000 | #Constraints:      66911
1441.65/1445.41	c #Conflicts:     613000 | #Constraints:      67911
1441.65/1445.41	c #Conflicts:     614000 | #Constraints:      68911
1441.65/1445.41	c #Conflicts:     615000 | #Constraints:      69911
1441.65/1445.41	c #Conflicts:     616000 | #Constraints:      70911
1441.65/1445.41	c #Conflicts:     617000 | #Constraints:      71911
1441.65/1445.41	c #Conflicts:     618000 | #Constraints:      72911
1441.65/1445.41	c #Conflicts:     619000 | #Constraints:      73912
1441.65/1445.41	c #Conflicts:     620000 | #Constraints:      74912
1441.65/1445.41	c #Conflicts:     621000 | #Constraints:      75912
1441.65/1445.41	c #Conflicts:     622000 | #Constraints:      76913
1441.65/1445.41	c #Conflicts:     623000 | #Constraints:      77913
1441.65/1445.41	c #Conflicts:     624000 | #Constraints:      78913
1441.65/1445.41	WSVECS04 Frhs2[31]: 6 0e+00 2e+08 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[32]: 6 -9e+04 0e+00 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[33]: 6 -5e+04 0e+00 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[35]: 6 0e+00 9e+07 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[136]: 6 -1e+01 0e+00 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[137]: 6 -2e+02 0e+00 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[144]: 6 -2e+04 0e+00 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[145]: 6 -4e+04 0e+00 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[154]: 6 -2e+07 0e+00 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[396]: 6 -8e+04 0e+00 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[529]: 6 0e+00 2e+07 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[655]: 6 0e+00 4e+07 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[657]: 6 0e+00 2e+08 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[659]: 6 0e+00 7e+08 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[836]: 6 0e+00 3e+01 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[837]: 6 0e+00 6e+01 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[842]: 6 0e+00 3e+03 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[846]: 6 0e+00 4e+04 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[854]: 6 0e+00 1e+07 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[855]: 6 0e+00 2e+07 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[877]: 6 0e+00 3e+06 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[881]: 6 0e+00 4e+07 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[882]: 6 0e+00 8e+07 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[903]: 6 0e+00 5e+06 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[907]: 6 0e+00 8e+07 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[938]: 6 0e+00 2e+02 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[946]: 6 0e+00 4e+04 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[958]: 6 0e+00 2e+08 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[959]: 6 0e+00 3e+08 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[1122]: 6 0e+00 8e+04 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[1123]: 6 0e+00 2e+05 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[1124]: 6 0e+00 3e+05 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[1305]: 6 0e+00 2e+07 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[1306]: 6 0e+00 4e+07 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[1414]: 6 0e+00 1e+03 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[1612]: 6 0e+00 4e+04 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[1764]: 6 0e+00 8e-01 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[1860]: 6 -1e+07 0e+00 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[1864]: 6 0e+00 2e+08 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[1884]: 6 0e+00 8e-01 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[2326]: 6 0e+00 7e+02 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[2376]: 6 0e+00 1e+10 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[2717]: 6 -4e+03 0e+00 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[2725]: 6 -7e+05 0e+00 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[2740]: 6 -1e+03 0e+00 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[2754]: 6 -2e+07 0e+00 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[3181]: 6 -4e+07 0e+00 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[3209]: 6 -3e+08 0e+00 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[3287]: 6 -3e+09 0e+00 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[3383]: 6 0e+00 4e+00 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[3405]: 6 0e+00 1e+07 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[3589]: 6 0e+00 6e+01 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[3641]: 6 0e+00 3e+02 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[3771]: 6 0e+00 1e+04 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[3870]: 6 -3e+11 0e+00 shouldn't be
1441.65/1445.41	WSVECS04 Frhs2[4116]: 6 -1e+02 0e+00 shouldn't be
1480.17/1484.02	c #Conflicts:     625000 | #Constraints:      79914
1480.17/1484.02	c #Conflicts:     626000 | #Constraints:      80914
1480.17/1484.02	c #Conflicts:     627000 | #Constraints:      81914
1480.17/1484.02	c #Conflicts:     628000 | #Constraints:      82914
1480.17/1484.02	c #Conflicts:     629000 | #Constraints:      83914
1480.17/1484.02	c #Conflicts:     630000 | #Constraints:      84914
1480.17/1484.02	WSVECS04 Frhs2[37]: 6 -1e+08 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[108]: 6 0e+00 1e+01 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[109]: 6 0e+00 2e+01 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[110]: 6 0e+00 4e+01 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[111]: 6 0e+00 9e+01 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[113]: 6 0e+00 3e+02 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[115]: 6 0e+00 1e+03 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[140]: 6 0e+00 1e+03 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[142]: 6 0e+00 5e+03 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[160]: 6 0e+00 4e+01 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[168]: 6 0e+00 1e+04 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[192]: 6 0e+00 5e+03 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[240]: 6 0e+00 5e-05 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[241]: 6 0e+00 3e+03 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[249]: 6 0e+00 7e+05 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[294]: 6 0e+00 2e+04 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[296]: 6 0e+00 9e+04 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[366]: 6 0e+00 8e+03 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[375]: 6 0e+00 1e+06 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[376]: 6 0e+00 3e+06 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[379]: 6 0e+00 2e+07 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[421]: 6 0e+00 9e+04 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[427]: 6 0e+00 6e+06 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[479]: 6 0e+00 2e+07 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[483]: 6 0e+00 4e+08 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[522]: 6 -2e+05 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[523]: 6 -3e+05 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[551]: 6 0e+00 3e+06 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[557]: 6 0e+00 2e+08 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[561]: 6 0e+00 3e+09 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[583]: 6 0e+00 4e+08 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[586]: 6 0e+00 3e+09 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[587]: 6 0e+00 6e+09 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[634]: 6 0e+00 7e+08 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[637]: 6 0e+00 6e+09 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[653]: 6 -1e+07 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[677]: 6 0e+00 2e+07 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[704]: 6 -2e+07 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[705]: 6 -4e+07 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[764]: 6 -3e+02 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[776]: 6 -1e+06 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[777]: 6 -3e+06 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[782]: 6 -3e+00 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[790]: 6 -7e+02 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[802]: 6 -3e+06 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[803]: 6 -6e+06 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[990]: 6 -7e+02 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[998]: 6 -2e+05 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[1010]: 6 -7e+08 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[1011]: 6 -1e+09 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[1012]: 6 -3e+09 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[1068]: 6 -5e+03 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[1085]: 6 -7e+08 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[1088]: 6 -6e+09 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[1089]: 6 -1e+10 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[1090]: 6 -2e+10 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[1111]: 6 -1e+09 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[1114]: 6 -1e+10 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[1115]: 6 -2e+10 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[1116]: 6 -5e+10 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[1167]: 6 -9e+10 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[1168]: 6 -2e+11 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[1193]: 6 -2e+11 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[1194]: 6 -4e+11 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[1407]: 6 0e+00 5e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[1408]: 6 0e+00 7e-05 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[1416]: 6 0e+00 3e+03 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[1440]: 6 0e+00 3e+03 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[2043]: 6 -4e+11 0e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[2758]: 6 0e+00 5e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[2809]: 6 0e+00 5e+00 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[3396]: 6 0e+00 3e+04 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[3640]: 6 0e+00 2e+10 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[3666]: 6 0e+00 1e+10 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[3795]: 6 0e+00 4e+11 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[3846]: 6 0e+00 7e+11 shouldn't be
1480.17/1484.02	WSVECS04 Frhs2[4092]: 6 0e+00 3e+10 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[28]: 6 -2e+04 0e+00 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[29]: 6 -4e+04 0e+00 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[62]: 6 0e+00 2e+02 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[64]: 6 0e+00 7e+02 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[82]: 6 0e+00 5e+00 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[86]: 6 0e+00 9e+01 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[114]: 6 0e+00 1e-04 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[164]: 6 0e+00 3e-05 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[166]: 6 0e+00 3e+03 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[190]: 6 0e+00 7e-05 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[239]: 6 0e+00 2e-05 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[243]: 6 0e+00 1e+04 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[425]: 6 0e+00 1e+06 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[426]: 6 0e+00 3e+06 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[428]: 6 0e+00 1e+07 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[477]: 6 0e+00 6e+06 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[480]: 6 0e+00 4e+07 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[482]: 6 0e+00 2e+08 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[553]: 6 0e+00 1e+07 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[560]: 6 0e+00 1e+09 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[578]: 6 0e+00 1e+07 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[1146]: 6 -4e+04 0e+00 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[1302]: 6 -3e+06 0e+00 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[1380]: 6 -2e+07 0e+00 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[1432]: 6 0e+00 3e-05 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[1455]: 6 0e+00 5e+00 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[1456]: 6 0e+00 3e-05 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[1480]: 6 0e+00 1e-05 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[2056]: 6 0e+00 1e+01 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[2068]: 6 0e+00 1e+04 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[2506]: 6 0e+00 7e+05 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[2767]: 6 -3e+03 0e+00 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[2835]: 6 0e+00 1e+01 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[3393]: 6 0e+00 5e+03 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[3397]: 6 0e+00 7e+04 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[3400]: 6 0e+00 7e+05 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[3446]: 6 0e+00 2e+04 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[3721]: 6 -2e+04 0e+00 shouldn't be
1481.36/1485.20	WSVECS04 Frhs2[4159]: 6 -1e+15 0e+00 shouldn't be
1496.62/1500.52	c #Conflicts:     631000 | #Constraints:      85914
1496.62/1500.52	c #Conflicts:     632000 | #Constraints:      86914
1496.62/1500.52	c INPROCESSING
1496.62/1500.52	c GARBAGE COLLECT
1496.62/1500.52	c rational objective 0.190082
1498.13/1502.03	c rational objective 0
1565.87/1569.90	c #Conflicts:     633000 | #Constraints:      49132
1565.87/1569.90	c #Conflicts:     634000 | #Constraints:      50132
1565.87/1569.90	c #Conflicts:     635000 | #Constraints:      51132
1565.87/1569.90	c #Conflicts:     636000 | #Constraints:      52132
1565.87/1569.90	c #Conflicts:     637000 | #Constraints:      53132
1565.87/1569.90	c #Conflicts:     638000 | #Constraints:      54132
1565.87/1569.90	c #Conflicts:     639000 | #Constraints:      55132
1565.87/1569.90	c #Conflicts:     640000 | #Constraints:      56132
1565.87/1569.90	c #Conflicts:     641000 | #Constraints:      57132
1565.87/1569.90	c #Conflicts:     642000 | #Constraints:      58132
1565.87/1569.90	c #Conflicts:     643000 | #Constraints:      59132
1565.87/1569.90	c #Conflicts:     644000 | #Constraints:      60132
1565.87/1569.90	c #Conflicts:     645000 | #Constraints:      61133
1565.87/1569.90	c #Conflicts:     646000 | #Constraints:      62133
1565.87/1569.90	c #Conflicts:     647000 | #Constraints:      63133
1565.87/1569.90	c #Conflicts:     648000 | #Constraints:      64133
1565.87/1569.90	c #Conflicts:     649000 | #Constraints:      65133
1565.87/1569.90	c #Conflicts:     650000 | #Constraints:      66133
1565.87/1569.90	c #Conflicts:     651000 | #Constraints:      67134
1565.87/1569.90	c INPROCESSING
1565.87/1569.90	c GARBAGE COLLECT
1565.87/1569.90	c rational objective 0.00302439
1566.97/1571.09	c rational objective 0
1641.29/1645.53	c #Conflicts:     652000 | #Constraints:      38759
1641.29/1645.53	c #Conflicts:     653000 | #Constraints:      39759
1641.29/1645.53	c #Conflicts:     654000 | #Constraints:      40759
1641.29/1645.53	c #Conflicts:     655000 | #Constraints:      41759
1641.29/1645.53	c #Conflicts:     656000 | #Constraints:      42762
1641.29/1645.53	c #Conflicts:     657000 | #Constraints:      43762
1641.29/1645.53	c #Conflicts:     658000 | #Constraints:      44762
1641.29/1645.53	c #Conflicts:     659000 | #Constraints:      45762
1641.29/1645.53	c #Conflicts:     660000 | #Constraints:      46763
1641.29/1645.53	c #Conflicts:     661000 | #Constraints:      47764
1641.29/1645.53	c #Conflicts:     662000 | #Constraints:      48766
1641.29/1645.53	c #Conflicts:     663000 | #Constraints:      49766
1641.29/1645.53	c #Conflicts:     664000 | #Constraints:      50766
1641.29/1645.53	c #Conflicts:     665000 | #Constraints:      51767
1641.29/1645.53	c #Conflicts:     666000 | #Constraints:      52769
1641.29/1645.53	c #Conflicts:     667000 | #Constraints:      53772
1641.29/1645.53	c #Conflicts:     668000 | #Constraints:      54772
1641.29/1645.53	WSVECS04 Frhs2[2]: 6 -3e+03 0e+00 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[10]: 6 -8e+04 0e+00 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[27]: 6 0e+00 4e+03 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[35]: 6 -3e+05 0e+00 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[37]: 6 -7e+04 0e+00 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[38]: 6 -2e+05 0e+00 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[39]: 6 -4e+03 0e+00 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[89]: 6 -2e+03 0e+00 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[90]: 6 -4e+03 0e+00 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[117]: 6 0e+00 2e+04 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[139]: 6 -2e+03 0e+00 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[142]: 6 -2e+04 0e+00 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[295]: 6 -1e+05 0e+00 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[297]: 6 -5e+05 0e+00 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[298]: 6 -1e+06 0e+00 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[373]: 6 -1e+06 0e+00 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[439]: 6 0e+00 7e+10 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[477]: 6 -2e+07 0e+00 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[769]: 6 0e+00 7e+04 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[795]: 6 0e+00 7e+04 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[821]: 6 0e+00 1e+05 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[873]: 6 0e+00 5e+05 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[1101]: 6 0e+00 4e+06 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[1201]: 6 0e+00 4e+06 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[1226]: 6 0e+00 4e+06 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[1491]: 6 -7e+04 0e+00 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[2068]: 6 0e+00 7e+04 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[2363]: 6 -4e+06 0e+00 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[2404]: 6 0e+00 5e+11 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[2820]: 6 0e+00 7e+04 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[2976]: 6 0e+00 2e+06 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[3447]: 6 0e+00 1e+05 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[3746]: 6 0e+00 7e+04 shouldn't be
1641.29/1645.53	WSVECS04 Frhs2[3845]: 6 0e+00 1e+12 shouldn't be
1673.11/1677.42	c #Conflicts:     669000 | #Constraints:      55773
1673.11/1677.42	c #Conflicts:     670000 | #Constraints:      56773
1673.11/1677.42	c #Conflicts:     671000 | #Constraints:      57773
1673.11/1677.42	c #Conflicts:     672000 | #Constraints:      58773
1673.11/1677.42	c INPROCESSING
1673.11/1677.42	c GARBAGE COLLECT
1673.11/1677.42	WSVECS04 Frhs2[15]: 6 -3e+04 0e+00 shouldn't be
1673.11/1677.42	WSVECS04 Frhs2[1069]: 6 0e+00 3e+04 shouldn't be
1673.11/1677.42	WSVECS04 Frhs2[1520]: 6 0e+00 2e+06 shouldn't be
1673.11/1677.42	WSVECS04 Frhs2[1729]: 6 0e+00 3e+11 shouldn't be
1673.11/1677.42	WSVECS04 Frhs2[2380]: 6 0e+00 3e+04 shouldn't be
1673.11/1677.42	WSVECS04 Frhs2[2646]: 6 0e+00 2e+12 shouldn't be
1673.11/1677.42	WSVECS04 Frhs2[2800]: 6 -2e+06 0e+00 shouldn't be
1673.11/1677.42	WSVECS04 Frhs2[2825]: 6 0e+00 2e+06 shouldn't be
1673.92/1678.23	WSVECS04 Frhs2[2850]: 6 -1e+06 0e+00 shouldn't be
1673.92/1678.23	WSVECS04 Frhs2[3369]: 6 0e+00 1e+12 shouldn't be
1674.42/1678.77	WSVECS04 Frhs2[1371]: 6 0e+00 4e+12 shouldn't be
1674.42/1678.77	WSVECS04 Frhs2[1505]: 6 0e+00 6e+01 shouldn't be
1674.42/1678.77	WSVECS04 Frhs2[2574]: 6 0e+00 2e+12 shouldn't be
1674.42/1678.77	WSVECS04 Frhs2[2598]: 6 0e+00 2e+12 shouldn't be
1674.42/1678.77	WSVECS04 Frhs2[3721]: 6 -7e+04 0e+00 shouldn't be
1674.42/1678.77	WSVECS04 Frhs2[3871]: 6 0e+00 2e+12 shouldn't be
1674.42/1678.77	WSVECS04 Frhs2[4074]: 6 0e+00 1e+05 shouldn't be
1674.42/1678.77	WSVECS04 Frhs2[4076]: 6 0e+00 5e+05 shouldn't be
1674.42/1678.77	WSVECS04 Frhs2[4140]: 6 -2e+09 0e+00 shouldn't be
1674.42/1678.77	WSVECS04 Frhs2[4141]: 6 -4e+09 0e+00 shouldn't be
1675.51/1679.87	WSVECS04 Frhs2[3387]: 6 0e+00 6e+01 shouldn't be
1675.51/1679.87	WSVECS04 Frhs2[3388]: 6 0e+00 1e+02 shouldn't be
1675.51/1679.87	WSVECS04 Frhs2[3391]: 6 0e+00 1e+03 shouldn't be
1675.51/1679.87	WSVECS04 Frhs2[3394]: 6 0e+00 8e+03 shouldn't be
1677.11/1681.41	WSVECS04 Frhs2[1481]: 6 0e+00 6e+01 shouldn't be
1678.50/1682.82	WSVECS04 Frhs2[2055]: 6 0e+00 4e+00 shouldn't be
1678.50/1682.82	WSVECS04 Frhs2[3389]: 6 0e+00 3e+02 shouldn't be
1678.50/1682.82	WSVECS04 Frhs2[3401]: 6 0e+00 1e+06 shouldn't be
1679.21/1683.57	c rational objective 0
1685.89/1690.25	c #Conflicts:     673000 | #Constraints:      35095
1685.89/1690.25	c #Conflicts:     674000 | #Constraints:      36095
1685.89/1690.25	c #Conflicts:     675000 | #Constraints:      37096
1685.89/1690.25	c #Conflicts:     676000 | #Constraints:      38097
1685.89/1690.25	c #Conflicts:     677000 | #Constraints:      39097
1685.89/1690.25	c #Conflicts:     678000 | #Constraints:      40097
1685.89/1690.25	WSVECS04 Frhs2[738]: 6 0e+00 5e+02 shouldn't be
1685.89/1690.25	WSVECS04 Frhs2[763]: 6 0e+00 5e+02 shouldn't be
1685.89/1690.25	WSVECS04 Frhs2[782]: 6 0e+00 8e+00 shouldn't be
1685.89/1690.25	WSVECS04 Frhs2[788]: 6 0e+00 5e+02 shouldn't be
1685.89/1690.25	WSVECS04 Frhs2[1407]: 6 0e+00 2e+01 shouldn't be
1685.89/1690.25	WSVECS04 Frhs2[2747]: 6 -3e+05 0e+00 shouldn't be
1685.89/1690.25	WSVECS04 Frhs2[2848]: 6 -5e+05 0e+00 shouldn't be
1685.89/1690.25	WSVECS04 Frhs2[2875]: 6 -2e+06 0e+00 shouldn't be
1685.89/1690.25	WSVECS04 Frhs2[3389]: 6 0e+00 3e+02 shouldn't be
1685.89/1690.25	WSVECS04 Frhs2[3408]: 6 0e+00 8e+00 shouldn't be
1685.89/1690.25	WSVECS04 Frhs2[3465]: 6 0e+00 1e+03 shouldn't be
1908.06/1912.90	c #Conflicts:     679000 | #Constraints:      41098
1908.06/1912.90	c #Conflicts:     680000 | #Constraints:      42098
1908.06/1912.90	c #Conflicts:     681000 | #Constraints:      43098
1908.06/1912.90	c #Conflicts:     682000 | #Constraints:      44098
1908.06/1912.90	c #Conflicts:     683000 | #Constraints:      45098
1908.06/1912.90	c #Conflicts:     684000 | #Constraints:      46098
1908.06/1912.90	c #Conflicts:     685000 | #Constraints:      47098
1908.06/1912.90	c #Conflicts:     686000 | #Constraints:      48098
1908.06/1912.90	c #Conflicts:     687000 | #Constraints:      49099
1908.06/1912.90	c #Conflicts:     688000 | #Constraints:      50099
1908.06/1912.90	c #Conflicts:     689000 | #Constraints:      51099
1908.06/1912.90	c #Conflicts:     690000 | #Constraints:      52099
1908.06/1912.90	c #Conflicts:     691000 | #Constraints:      53099
1908.06/1912.90	c #Conflicts:     692000 | #Constraints:      54099
1908.06/1912.90	c #Conflicts:     693000 | #Constraints:      55099
1908.06/1912.90	c #Conflicts:     694000 | #Constraints:      56099
1908.06/1912.90	c #Conflicts:     695000 | #Constraints:      57099
1908.06/1912.90	c #Conflicts:     696000 | #Constraints:      58099
1908.06/1912.90	c #Conflicts:     697000 | #Constraints:      59099
1908.06/1912.90	c #Conflicts:     698000 | #Constraints:      60099
1908.06/1912.90	c #Conflicts:     699000 | #Constraints:      61099
1908.06/1912.90	c #Conflicts:     700000 | #Constraints:      62099
1908.06/1912.90	c #Conflicts:     701000 | #Constraints:      63099
1908.06/1912.90	c #Conflicts:     702000 | #Constraints:      64100
1908.06/1912.90	c #Conflicts:     703000 | #Constraints:      65101
1908.06/1912.90	c #Conflicts:     704000 | #Constraints:      66101
1908.06/1912.90	c #Conflicts:     705000 | #Constraints:      67101
1908.06/1912.90	c #Conflicts:     706000 | #Constraints:      68102
1908.06/1912.90	c #Conflicts:     707000 | #Constraints:      69102
1908.06/1912.90	c #Conflicts:     708000 | #Constraints:      70102
1908.06/1912.90	c #Conflicts:     709000 | #Constraints:      71102
1908.06/1912.90	c #Conflicts:     710000 | #Constraints:      72103
1908.06/1912.90	c #Conflicts:     711000 | #Constraints:      73103
1908.06/1912.90	c #Conflicts:     712000 | #Constraints:      74103
1908.06/1912.90	c #Conflicts:     713000 | #Constraints:      75104
1908.06/1912.90	c #Conflicts:     714000 | #Constraints:      76104
1908.06/1912.90	c #Conflicts:     715000 | #Constraints:      77105
1908.06/1912.90	c #Conflicts:     716000 | #Constraints:      78106
1908.06/1912.90	c #Conflicts:     717000 | #Constraints:      79106
1908.06/1912.90	c #Conflicts:     718000 | #Constraints:      80107
1908.06/1912.90	c #Conflicts:     719000 | #Constraints:      81107
1908.06/1912.90	c #Conflicts:     720000 | #Constraints:      82107
1908.06/1912.90	c #Conflicts:     721000 | #Constraints:      83107
1908.06/1912.90	c #Conflicts:     722000 | #Constraints:      84107
1908.06/1912.90	c #Conflicts:     723000 | #Constraints:      85107
1908.06/1912.90	c #Conflicts:     724000 | #Constraints:      86107
1908.06/1912.90	c #Conflicts:     725000 | #Constraints:      87108
1908.06/1912.90	c #Conflicts:     726000 | #Constraints:      88109
1908.06/1912.90	c #Conflicts:     727000 | #Constraints:      89110
1908.06/1912.90	c #Conflicts:     728000 | #Constraints:      90110
1908.06/1912.90	c #Conflicts:     729000 | #Constraints:      91110
1908.06/1912.90	c #Conflicts:     730000 | #Constraints:      92111
1908.06/1912.90	c #Conflicts:     731000 | #Constraints:      93111
1908.06/1912.90	c INPROCESSING
1908.06/1912.90	c GARBAGE COLLECT
1908.06/1912.90	WSVECS04 Frhs2[4106]: 6 0e+00 6e+14 shouldn't be
1908.06/1912.90	WSVECS04 Frhs2[4160]: 6 -2e+15 0e+00 shouldn't be
1911.65/1916.58	WSVECS04 Frhs2[4106]: 6 0e+00 6e+14 shouldn't be
1945.08/1950.11	c #Conflicts:     732000 | #Constraints:      52258
1945.08/1950.11	c #Conflicts:     733000 | #Constraints:      53258
1945.08/1950.11	c #Conflicts:     734000 | #Constraints:      54258
1945.08/1950.11	c #Conflicts:     735000 | #Constraints:      55258
1945.08/1950.11	c #Conflicts:     736000 | #Constraints:      56258
1945.08/1950.11	c #Conflicts:     737000 | #Constraints:      57258
1945.08/1950.11	c #Conflicts:     738000 | #Constraints:      58258
1945.08/1950.11	c #Conflicts:     739000 | #Constraints:      59258
1945.08/1950.11	c #Conflicts:     740000 | #Constraints:      60258
1945.08/1950.11	c #Conflicts:     741000 | #Constraints:      61259
1945.08/1950.11	c #Conflicts:     742000 | #Constraints:      62660
1945.08/1950.11	c #Conflicts:     743000 | #Constraints:      64127
1945.08/1950.11	c #Conflicts:     744000 | #Constraints:      65546
1945.08/1950.11	WSVECS04 Frhs2[168]: 6 0e+00 5e+00 shouldn't be
1945.08/1950.11	WSVECS04 Frhs2[2378]: 6 0e+00 5e+00 shouldn't be
1945.08/1950.11	WSVECS04 Frhs2[2402]: 6 0e+00 5e+00 shouldn't be
1945.08/1950.11	WSVECS04 Frhs2[4160]: 6 0e+00 5e+11 shouldn't be
2025.08/2030.27	c #Conflicts:     745000 | #Constraints:      66592
2025.08/2030.27	c #Conflicts:     746000 | #Constraints:      67592
2025.08/2030.27	c #Conflicts:     747000 | #Constraints:      68592
2025.08/2030.27	c #Conflicts:     748000 | #Constraints:      69592
2025.08/2030.27	c #Conflicts:     749000 | #Constraints:      70592
2025.08/2030.27	c #Conflicts:     750000 | #Constraints:      71592
2025.08/2030.27	c #Conflicts:     751000 | #Constraints:      72593
2025.08/2030.27	c #Conflicts:     752000 | #Constraints:      73727
2025.08/2030.27	c INPROCESSING
2025.08/2030.27	c GARBAGE COLLECT
2025.08/2030.27	c #Conflicts:     753000 | #Constraints:      42301
2025.08/2030.27	WSVECS04 Frhs2[6]: 6 0e+00 2e+00 shouldn't be
2025.08/2030.27	WSVECS04 Frhs2[46]: 6 0e+00 2e+00 shouldn't be
2025.08/2030.27	WSVECS04 Frhs2[66]: 6 0e+00 3e+00 shouldn't be
2025.08/2030.27	WSVECS04 Frhs2[216]: 6 0e+00 3e+00 shouldn't be
2025.08/2030.27	WSVECS04 Frhs2[1416]: 6 0e+00 3e+00 shouldn't be
2025.08/2030.27	WSVECS04 Frhs2[1632]: 6 0e+00 3e+00 shouldn't be
2025.08/2030.27	WSVECS04 Frhs2[4136]: 6 0e+00 2e+00 shouldn't be
2025.08/2030.27	WSVECS04 Frhs2[4137]: 6 0e+00 4e+00 shouldn't be
2025.08/2030.27	WSVECS04 Frhs2[4138]: 6 0e+00 3e+00 shouldn't be
2025.08/2030.27	WSVECS04 Frhs2[4139]: 6 0e+00 1e+00 shouldn't be
2025.08/2030.27	WSVECS04 Frhs2[4140]: 6 0e+00 2e+00 shouldn't be
2025.08/2030.27	WSVECS04 Frhs2[4141]: 6 0e+00 4e+00 shouldn't be
2027.38/2032.56	WSVECS04 Frhs2[6]: 6 0e+00 2e+00 shouldn't be
2027.38/2032.56	WSVECS04 Frhs2[46]: 6 0e+00 2e+00 shouldn't be
2027.38/2032.56	WSVECS04 Frhs2[66]: 6 0e+00 3e+00 shouldn't be
2027.38/2032.56	WSVECS04 Frhs2[216]: 6 0e+00 3e+00 shouldn't be
2027.38/2032.56	WSVECS04 Frhs2[1488]: 6 0e+00 3e+00 shouldn't be
2027.38/2032.56	WSVECS04 Frhs2[4124]: 6 0e+00 2e+00 shouldn't be
2027.38/2032.56	WSVECS04 Frhs2[4137]: 6 0e+00 4e+00 shouldn't be
2027.38/2032.56	WSVECS04 Frhs2[4138]: 6 0e+00 3e+00 shouldn't be
2027.38/2032.56	WSVECS04 Frhs2[4139]: 6 0e+00 1e+00 shouldn't be
2027.38/2032.56	WSVECS04 Frhs2[4140]: 6 0e+00 2e+00 shouldn't be
2027.38/2032.56	WSVECS04 Frhs2[4142]: 6 0e+00 3e+00 shouldn't be
2375.47/2381.42	c #Conflicts:     754000 | #Constraints:      43367
2375.47/2381.42	c #Conflicts:     755000 | #Constraints:      44367
2375.47/2381.42	c #Conflicts:     756000 | #Constraints:      45367
2375.47/2381.42	c #Conflicts:     757000 | #Constraints:      46367
2375.47/2381.42	c #Conflicts:     758000 | #Constraints:      47367
2375.47/2381.42	c #Conflicts:     759000 | #Constraints:      48367
2375.47/2381.42	c #Conflicts:     760000 | #Constraints:      49367
2375.47/2381.42	c #Conflicts:     761000 | #Constraints:      50367
2375.47/2381.42	c #Conflicts:     762000 | #Constraints:      51367
2375.47/2381.42	c #Conflicts:     763000 | #Constraints:      52367
2375.47/2381.42	c #Conflicts:     764000 | #Constraints:      53367
2375.47/2381.42	c #Conflicts:     765000 | #Constraints:      54367
2375.47/2381.42	c #Conflicts:     766000 | #Constraints:      55367
2375.47/2381.42	c #Conflicts:     767000 | #Constraints:      56367
2375.47/2381.42	c #Conflicts:     768000 | #Constraints:      57367
2375.47/2381.42	c #Conflicts:     769000 | #Constraints:      58367
2375.47/2381.42	c #Conflicts:     770000 | #Constraints:      59367
2375.47/2381.42	c #Conflicts:     771000 | #Constraints:      60367
2375.47/2381.42	c #Conflicts:     772000 | #Constraints:      61367
2375.47/2381.42	c #Conflicts:     773000 | #Constraints:      62367
2375.47/2381.42	c #Conflicts:     774000 | #Constraints:      63367
2375.47/2381.42	c INPROCESSING
2375.47/2381.42	c GARBAGE COLLECT
2375.47/2381.42	c #Conflicts:     775000 | #Constraints:      37296
2375.47/2381.42	c #Conflicts:     776000 | #Constraints:      38296
2375.47/2381.42	c #Conflicts:     777000 | #Constraints:      39296
2375.47/2381.42	c #Conflicts:     778000 | #Constraints:      40296
2375.47/2381.42	c #Conflicts:     779000 | #Constraints:      41296
2375.47/2381.42	c #Conflicts:     780000 | #Constraints:      42296
2375.47/2381.42	c #Conflicts:     781000 | #Constraints:      43296
2375.47/2381.42	c #Conflicts:     782000 | #Constraints:      44296
2375.47/2381.42	c #Conflicts:     783000 | #Constraints:      45296
2375.47/2381.42	c #Conflicts:     784000 | #Constraints:      46296
2375.47/2381.42	c #Conflicts:     785000 | #Constraints:      47296
2375.47/2381.42	c #Conflicts:     786000 | #Constraints:      48296
2375.47/2381.42	c #Conflicts:     787000 | #Constraints:      49296
2375.47/2381.42	c #Conflicts:     788000 | #Constraints:      50296
2375.47/2381.42	c #Conflicts:     789000 | #Constraints:      51296
2375.47/2381.42	c #Conflicts:     790000 | #Constraints:      52296
2375.47/2381.42	c #Conflicts:     791000 | #Constraints:      53296
2375.47/2381.42	c #Conflicts:     792000 | #Constraints:      54296
2375.47/2381.42	c #Conflicts:     793000 | #Constraints:      55296
2375.47/2381.42	c #Conflicts:     794000 | #Constraints:      56296
2375.47/2381.42	c #Conflicts:     795000 | #Constraints:      57296
2375.47/2381.42	c #Conflicts:     796000 | #Constraints:      58296
2375.47/2381.42	c #Conflicts:     797000 | #Constraints:      59296
2375.47/2381.42	c #Conflicts:     798000 | #Constraints:      60296
2375.47/2381.42	c #Conflicts:     799000 | #Constraints:      61296
2375.47/2381.42	c #Conflicts:     800000 | #Constraints:      62296
2375.47/2381.42	c #Conflicts:     801000 | #Constraints:      63296
2375.47/2381.42	c #Conflicts:     802000 | #Constraints:      64296
2375.47/2381.42	c #Conflicts:     803000 | #Constraints:      65296
2375.47/2381.42	c #Conflicts:     804000 | #Constraints:      66296
2375.47/2381.42	c #Conflicts:     805000 | #Constraints:      67296
2375.47/2381.42	c #Conflicts:     806000 | #Constraints:      68296
2375.47/2381.42	c #Conflicts:     807000 | #Constraints:      69296
2375.47/2381.42	c #Conflicts:     808000 | #Constraints:      70296
2375.47/2381.42	c #Conflicts:     809000 | #Constraints:      71296
2375.47/2381.42	c #Conflicts:     810000 | #Constraints:      72296
2375.47/2381.42	c #Conflicts:     811000 | #Constraints:      73296
2375.47/2381.42	c #Conflicts:     812000 | #Constraints:      74297
2375.47/2381.42	c #Conflicts:     813000 | #Constraints:      75297
2375.47/2381.42	c #Conflicts:     814000 | #Constraints:      76297
2375.47/2381.42	c #Conflicts:     815000 | #Constraints:      77297
2375.47/2381.42	c #Conflicts:     816000 | #Constraints:      78297
2375.47/2381.42	c #Conflicts:     817000 | #Constraints:      79297
2375.47/2381.42	c #Conflicts:     818000 | #Constraints:      80297
2375.47/2381.42	c #Conflicts:     819000 | #Constraints:      81297
2375.47/2381.42	c #Conflicts:     820000 | #Constraints:      82297
2375.47/2381.42	c #Conflicts:     821000 | #Constraints:      83298
2375.47/2381.42	c #Conflicts:     822000 | #Constraints:      84298
2375.47/2381.42	c #Conflicts:     823000 | #Constraints:      85299
2375.47/2381.42	c #Conflicts:     824000 | #Constraints:      86299
2375.47/2381.42	c #Conflicts:     825000 | #Constraints:      87299
2375.47/2381.42	c #Conflicts:     826000 | #Constraints:      88305
2375.47/2381.42	c #Conflicts:     827000 | #Constraints:      89318
2375.47/2381.42	c #Conflicts:     828000 | #Constraints:      90320
2375.47/2381.42	c #Conflicts:     829000 | #Constraints:      91320
2375.47/2381.42	c #Conflicts:     830000 | #Constraints:      92340
2375.47/2381.42	c #Conflicts:     831000 | #Constraints:      93340
2375.47/2381.42	c #Conflicts:     832000 | #Constraints:      94344
2574.51/2580.96	c #Conflicts:     833000 | #Constraints:      95345
2574.51/2580.96	c #Conflicts:     834000 | #Constraints:      96345
2574.51/2580.96	c #Conflicts:     835000 | #Constraints:      97345
2574.51/2580.96	c #Conflicts:     836000 | #Constraints:      98345
2574.51/2580.96	c #Conflicts:     837000 | #Constraints:      99349
2574.51/2580.96	c INPROCESSING
2574.51/2580.96	c GARBAGE COLLECT
2574.51/2580.96	c #Conflicts:     838000 | #Constraints:      55293
2574.51/2580.96	c #Conflicts:     839000 | #Constraints:      56293
2574.51/2580.96	c #Conflicts:     840000 | #Constraints:      57456
2574.51/2580.96	c #Conflicts:     841000 | #Constraints:      58952
2574.51/2580.96	c #Conflicts:     842000 | #Constraints:      60412
2574.51/2580.96	c #Conflicts:     843000 | #Constraints:      61864
2574.51/2580.96	c #Conflicts:     844000 | #Constraints:      63341
2574.51/2580.96	c #Conflicts:     845000 | #Constraints:      64818
2574.51/2580.96	c #Conflicts:     846000 | #Constraints:      66307
2574.51/2580.96	c #Conflicts:     847000 | #Constraints:      67546
2574.51/2580.96	c #Conflicts:     848000 | #Constraints:      68546
2574.51/2580.96	c #Conflicts:     849000 | #Constraints:      69546
2574.51/2580.96	c #Conflicts:     850000 | #Constraints:      70546
2574.51/2580.96	c #Conflicts:     851000 | #Constraints:      71546
2574.51/2580.96	c #Conflicts:     852000 | #Constraints:      72546
2574.51/2580.96	c #Conflicts:     853000 | #Constraints:      73546
2574.51/2580.96	c #Conflicts:     854000 | #Constraints:      74546
2574.51/2580.96	c #Conflicts:     855000 | #Constraints:      75546
2574.51/2580.96	c #Conflicts:     856000 | #Constraints:      76638
2574.51/2580.96	c #Conflicts:     857000 | #Constraints:      77685
2574.51/2580.96	c #Conflicts:     858000 | #Constraints:      78685
2574.51/2580.96	WSVECS04 Frhs2[1]: 6 0e+00 4e+00 shouldn't be
2574.51/2580.96	WSVECS04 Frhs2[40]: 6 0e+00 5e-01 shouldn't be
2574.51/2580.96	WSVECS04 Frhs2[71]: 6 0e+00 2e+01 shouldn't be
2574.51/2580.96	WSVECS04 Frhs2[89]: 6 0e+00 1e-01 shouldn't be
2574.51/2580.96	WSVECS04 Frhs2[92]: 6 0e+00 1e+00 shouldn't be
2574.51/2580.96	WSVECS04 Frhs2[175]: 6 0e+00 9e+02 shouldn't be
2574.51/2580.96	WSVECS04 Frhs2[285]: 6 0e+00 3e-01 shouldn't be
2574.51/2580.96	WSVECS04 Frhs2[369]: 6 -7e+01 0e+00 shouldn't be
2574.51/2580.96	WSVECS04 Frhs2[1041]: 6 0e+00 3e-01 shouldn't be
2574.51/2580.96	WSVECS04 Frhs2[1093]: 6 0e+00 1e+00 shouldn't be
2574.51/2580.96	WSVECS04 Frhs2[1569]: 6 0e+00 1e+03 shouldn't be
2574.51/2580.96	WSVECS04 Frhs2[1689]: 6 0e+00 2e-01 shouldn't be
2574.51/2580.96	WSVECS04 Frhs2[1764]: 6 0e+00 1e+00 shouldn't be
2574.51/2580.96	WSVECS04 Frhs2[2006]: 6 0e+00 4e+02 shouldn't be
2574.51/2580.96	WSVECS04 Frhs2[2726]: 6 0e+00 3e+00 shouldn't be
2574.51/2580.96	WSVECS04 Frhs2[3278]: 6 -3e+01 0e+00 shouldn't be
2574.51/2580.96	WSVECS04 Frhs2[3304]: 6 -5e+01 0e+00 shouldn't be
2574.51/2580.96	WSVECS04 Frhs2[3853]: 6 0e+00 2e+02 shouldn't be
2574.51/2580.96	WSVECS04 Frhs2[4127]: 6 0e+00 1e+00 shouldn't be
2574.51/2580.96	WSVECS04 Frhs2[4128]: 6 0e+00 2e+00 shouldn't be
2574.51/2580.96	WSVECS04 Frhs2[4132]: 6 0e+00 2e+00 shouldn't be
2574.51/2580.96	WSVECS04 Frhs2[4134]: 6 0e+00 3e+00 shouldn't be
2574.51/2580.96	WSVECS04 Frhs2[4135]: 6 0e+00 1e+00 shouldn't be
2574.51/2580.96	WSVECS04 Frhs2[4138]: 6 0e+00 3e+00 shouldn't be
2575.80/2582.23	WSVECS04 Frhs2[2]: 6 0e+00 2e+00 shouldn't be
2575.80/2582.23	WSVECS04 Frhs2[3]: 6 0e+00 2e+01 shouldn't be
2575.80/2582.23	WSVECS04 Frhs2[43]: 6 0e+00 3e+01 shouldn't be
2575.80/2582.23	WSVECS04 Frhs2[64]: 6 0e+00 2e+00 shouldn't be
2575.80/2582.23	WSVECS04 Frhs2[65]: 6 0e+00 4e+00 shouldn't be
2575.80/2582.23	WSVECS04 Frhs2[67]: 6 0e+00 1e+00 shouldn't be
2575.80/2582.23	WSVECS04 Frhs2[145]: 6 0e+00 8e+00 shouldn't be
2575.80/2582.23	WSVECS04 Frhs2[311]: 6 0e+00 5e-01 shouldn't be
2575.80/2582.23	WSVECS04 Frhs2[421]: 6 0e+00 3e+02 shouldn't be
2575.80/2582.23	WSVECS04 Frhs2[2381]: 6 0e+00 4e+00 shouldn't be
2575.80/2582.23	WSVECS04 Frhs2[2767]: 6 0e+00 4e+00 shouldn't be
2575.80/2582.23	WSVECS04 Frhs2[2768]: 6 0e+00 8e+00 shouldn't be
2575.80/2582.23	WSVECS04 Frhs2[2949]: 6 0e+00 2e-02 shouldn't be
2575.80/2582.23	WSVECS04 Frhs2[2962]: 6 0e+00 3e-01 shouldn't be
2575.80/2582.23	WSVECS04 Frhs2[3875]: 6 0e+00 3e+01 shouldn't be
2577.49/2583.91	WSVECS04 Frhs2[68]: 6 0e+00 2e+00 shouldn't be
2577.49/2583.91	WSVECS04 Frhs2[96]: 6 0e+00 2e+01 shouldn't be
2577.49/2583.91	WSVECS04 Frhs2[97]: 6 0e+00 3e+01 shouldn't be
2577.49/2583.91	WSVECS04 Frhs2[119]: 6 0e+00 4e+00 shouldn't be
2577.49/2583.91	WSVECS04 Frhs2[447]: 6 0e+00 6e+02 shouldn't be
2577.49/2583.91	WSVECS04 Frhs2[1151]: 6 0e+00 2e+02 shouldn't be
2577.49/2583.91	WSVECS04 Frhs2[1177]: 6 0e+00 3e+02 shouldn't be
2577.49/2583.91	WSVECS04 Frhs2[1603]: 6 0e+00 3e-01 shouldn't be
2577.49/2583.91	WSVECS04 Frhs2[1788]: 6 0e+00 1e+00 shouldn't be
2577.49/2583.91	WSVECS04 Frhs2[2435]: 6 0e+00 2e+02 shouldn't be
2577.49/2583.91	WSVECS04 Frhs2[2532]: 6 0e+00 5e+02 shouldn't be
2577.49/2583.91	WSVECS04 Frhs2[2741]: 6 0e+00 2e+00 shouldn't be
2577.49/2583.91	WSVECS04 Frhs2[3052]: 6 0e+00 2e-01 shouldn't be
2577.49/2583.91	WSVECS04 Frhs2[3053]: 6 0e+00 3e-01 shouldn't be
2577.49/2583.91	WSVECS04 Frhs2[3079]: 6 0e+00 7e-01 shouldn't be
2577.49/2583.91	WSVECS04 Frhs2[3279]: 6 0e+00 5e+01 shouldn't be
2577.49/2583.91	WSVECS04 Frhs2[3829]: 6 -3e+02 0e+00 shouldn't be
2577.49/2583.91	WSVECS04 Frhs2[3854]: 6 -2e+02 0e+00 shouldn't be
2577.49/2583.91	WSVECS04 Frhs2[3880]: 6 0e+00 6e+02 shouldn't be
2579.89/2586.33	WSVECS04 Frhs2[144]: 6 0e+00 4e+00 shouldn't be
2579.89/2586.33	WSVECS04 Frhs2[146]: 6 0e+00 2e+01 shouldn't be
2579.89/2586.33	WSVECS04 Frhs2[2975]: 6 0e+00 4e-02 shouldn't be
2586.78/2593.27	WSVECS04 Frhs2[94]: 6 0e+00 4e+00 shouldn't be
2586.78/2593.27	WSVECS04 Frhs2[120]: 6 0e+00 8e+00 shouldn't be
2586.78/2593.27	WSVECS04 Frhs2[2434]: 6 0e+00 8e+01 shouldn't be
2590.07/2596.60	WSVECS04 Frhs2[90]: 6 0e+00 4e+00 shouldn't be
2593.26/2599.73	WSVECS04 Frhs2[337]: 6 0e+00 1e+00 shouldn't be
2593.26/2599.73	WSVECS04 Frhs2[3021]: 6 0e+00 7e+01 shouldn't be
2593.26/2599.73	WSVECS04 Frhs2[3046]: 6 -7e+01 0e+00 shouldn't be
2595.85/2602.32	WSVECS04 Frhs2[91]: 6 0e+00 9e+00 shouldn't be
2599.04/2605.60	WSVECS04 Frhs2[3014]: 6 0e+00 1e+00 shouldn't be
2601.93/2608.44	WSVECS04 Frhs2[3072]: 6 -1e+02 0e+00 shouldn't be
2604.93/2611.43	WSVECS04 Frhs2[172]: 6 0e+00 3e+01 shouldn't be
2604.93/2611.43	WSVECS04 Frhs2[3001]: 6 0e+00 8e-02 shouldn't be
2618.50/2625.10	WSVECS04 Frhs2[3253]: 6 0e+00 3e+01 shouldn't be
2648.23/2654.88	WSVECS04 Frhs2[2995]: 6 0e+00 4e+01 shouldn't be
2663.29/2669.92	WSVECS04 Frhs2[69]: 6 0e+00 8e+00 shouldn't be
2680.94/2687.62	c #Conflicts:     859000 | #Constraints:      79722
2680.94/2687.62	c #Conflicts:     860000 | #Constraints:      80722
2680.94/2687.62	c INPROCESSING
2680.94/2687.62	c GARBAGE COLLECT
2680.94/2687.62	WSVECS04 Frhs2[2717]: 6 -4e+03 0e+00 shouldn't be
2680.94/2687.62	WSVECS04 Frhs2[4057]: 6 0e+00 1e+00 shouldn't be
2680.94/2687.62	WSVECS04 Frhs2[4105]: 6 0e+00 3e+14 shouldn't be
2680.94/2687.62	WSVECS04 Frhs2[4108]: 6 0e+00 2e+15 shouldn't be
2680.94/2687.62	WSVECS04 Frhs2[4158]: 6 -6e+14 0e+00 shouldn't be
3314.91/3323.04	c #Conflicts:     861000 | #Constraints:      45920
3314.91/3323.04	c #Conflicts:     862000 | #Constraints:      46920
3314.91/3323.04	c #Conflicts:     863000 | #Constraints:      47920
3314.91/3323.04	c #Conflicts:     864000 | #Constraints:      48920
3314.91/3323.04	c #Conflicts:     865000 | #Constraints:      49920
3314.91/3323.04	c #Conflicts:     866000 | #Constraints:      50920
3314.91/3323.04	c #Conflicts:     867000 | #Constraints:      51920
3314.91/3323.04	c #Conflicts:     868000 | #Constraints:      52920
3314.91/3323.04	c #Conflicts:     869000 | #Constraints:      53920
3314.91/3323.04	c #Conflicts:     870000 | #Constraints:      54920
3314.91/3323.04	c #Conflicts:     871000 | #Constraints:      55920
3314.91/3323.04	c #Conflicts:     872000 | #Constraints:      56920
3314.91/3323.04	c #Conflicts:     873000 | #Constraints:      57920
3314.91/3323.04	c #Conflicts:     874000 | #Constraints:      58920
3314.91/3323.04	c #Conflicts:     875000 | #Constraints:      59920
3314.91/3323.04	c #Conflicts:     876000 | #Constraints:      60920
3314.91/3323.04	c #Conflicts:     877000 | #Constraints:      61920
3314.91/3323.04	c #Conflicts:     878000 | #Constraints:      62920
3314.91/3323.04	c #Conflicts:     879000 | #Constraints:      63920
3314.91/3323.04	c #Conflicts:     880000 | #Constraints:      64920
3314.91/3323.04	c #Conflicts:     881000 | #Constraints:      65920
3314.91/3323.04	c #Conflicts:     882000 | #Constraints:      66920
3314.91/3323.04	c #Conflicts:     883000 | #Constraints:      67920
3314.91/3323.04	c INPROCESSING
3314.91/3323.04	c GARBAGE COLLECT
3314.91/3323.04	c #Conflicts:     884000 | #Constraints:      39604
3314.91/3323.04	c #Conflicts:     885000 | #Constraints:      40604
3314.91/3323.04	c #Conflicts:     886000 | #Constraints:      41604
3314.91/3323.04	c #Conflicts:     887000 | #Constraints:      42604
3314.91/3323.04	c #Conflicts:     888000 | #Constraints:      43604
3314.91/3323.04	c #Conflicts:     889000 | #Constraints:      44604
3314.91/3323.04	c #Conflicts:     890000 | #Constraints:      45604
3314.91/3323.04	c #Conflicts:     891000 | #Constraints:      46604
3314.91/3323.04	c #Conflicts:     892000 | #Constraints:      47604
3314.91/3323.04	c #Conflicts:     893000 | #Constraints:      48604
3314.91/3323.04	c #Conflicts:     894000 | #Constraints:      49604
3314.91/3323.04	c #Conflicts:     895000 | #Constraints:      50604
3314.91/3323.04	c #Conflicts:     896000 | #Constraints:      51604
3314.91/3323.04	c #Conflicts:     897000 | #Constraints:      52604
3314.91/3323.04	c #Conflicts:     898000 | #Constraints:      53604
3314.91/3323.04	c #Conflicts:     899000 | #Constraints:      54604
3314.91/3323.04	c #Conflicts:     900000 | #Constraints:      55604
3314.91/3323.04	c #Conflicts:     901000 | #Constraints:      56604
3314.91/3323.04	c #Conflicts:     902000 | #Constraints:      57604
3314.91/3323.04	c #Conflicts:     903000 | #Constraints:      58604
3314.91/3323.04	c #Conflicts:     904000 | #Constraints:      59604
3314.91/3323.04	c #Conflicts:     905000 | #Constraints:      60604
3314.91/3323.04	c #Conflicts:     906000 | #Constraints:      61604
3314.91/3323.04	c #Conflicts:     907000 | #Constraints:      62604
3314.91/3323.04	c #Conflicts:     908000 | #Constraints:      63604
3314.91/3323.04	c #Conflicts:     909000 | #Constraints:      64604
3314.91/3323.04	c #Conflicts:     910000 | #Constraints:      65604
3314.91/3323.04	c #Conflicts:     911000 | #Constraints:      66604
3314.91/3323.04	c #Conflicts:     912000 | #Constraints:      67604
3314.91/3323.04	c #Conflicts:     913000 | #Constraints:      68604
3314.91/3323.04	c #Conflicts:     914000 | #Constraints:      69604
3314.91/3323.04	c #Conflicts:     915000 | #Constraints:      70604
3314.91/3323.04	c #Conflicts:     916000 | #Constraints:      71604
3314.91/3323.04	c #Conflicts:     917000 | #Constraints:      72604
3314.91/3323.04	c #Conflicts:     918000 | #Constraints:      73604
3314.91/3323.04	c #Conflicts:     919000 | #Constraints:      74604
3314.91/3323.04	c #Conflicts:     920000 | #Constraints:      75604
3314.91/3323.04	c #Conflicts:     921000 | #Constraints:      76604
3314.91/3323.04	c #Conflicts:     922000 | #Constraints:      77604
3314.91/3323.04	c #Conflicts:     923000 | #Constraints:      78604
3314.91/3323.04	c #Conflicts:     924000 | #Constraints:      79604
3314.91/3323.04	c #Conflicts:     925000 | #Constraints:      80604
3314.91/3323.04	c #Conflicts:     926000 | #Constraints:      81604
3314.91/3323.04	c #Conflicts:     927000 | #Constraints:      82604
3314.91/3323.04	c #Conflicts:     928000 | #Constraints:      83604
3314.91/3323.04	c #Conflicts:     929000 | #Constraints:      84604
3314.91/3323.04	c #Conflicts:     930000 | #Constraints:      85604
3314.91/3323.04	c #Conflicts:     931000 | #Constraints:      86604
3314.91/3323.04	c #Conflicts:     932000 | #Constraints:      87604
3314.91/3323.04	c #Conflicts:     933000 | #Constraints:      88604
3314.91/3323.04	c #Conflicts:     934000 | #Constraints:      89604
3314.91/3323.04	c #Conflicts:     935000 | #Constraints:      90604
3314.91/3323.04	c #Conflicts:     936000 | #Constraints:      91604
3314.91/3323.04	c #Conflicts:     937000 | #Constraints:      92604
3314.91/3323.04	c #Conflicts:     938000 | #Constraints:      93604
3314.91/3323.04	c #Conflicts:     939000 | #Constraints:      94604
3600.03/3608.80	c #Conflicts:     940000 | #Constraints:      95604
3600.03/3608.80	c #Conflicts:     941000 | #Constraints:      96604
3600.03/3608.80	c #Conflicts:     942000 | #Constraints:      97604
3600.03/3608.80	c #Conflicts:     943000 | #Constraints:      98604
3600.03/3608.80	c #Conflicts:     944000 | #Constraints:      99604
3600.03/3608.80	c #Conflicts:     945000 | #Constraints:     100604
3600.03/3608.80	c #Conflicts:     946000 | #Constraints:     101604
3600.03/3608.80	c #Conflicts:     947000 | #Constraints:     102604
3600.03/3608.80	c #Conflicts:     948000 | #Constraints:     103604
3600.03/3608.80	c #Conflicts:     949000 | #Constraints:     104604
3600.03/3608.80	c cpu time 3587.1 s
3600.03/3608.80	c deterministic time 251126001782 2.51e+11
3600.03/3608.80	c optimization time 863.912 s
3600.03/3608.80	c total solve time 2723.11 s
3600.03/3608.80	c core-guided solve time 1622.56 s
3600.03/3608.80	c propagation time 2634.44 s
3600.03/3608.80	c conflict analysis time 609.644 s
3600.03/3608.80	c propagations 251782320
3600.03/3608.80	c resolve steps 49551184
3600.03/3608.80	c decisions 1687019
3600.03/3608.80	c conflicts 949708
3600.03/3608.80	c restarts 2044
3600.03/3608.80	c inprocessing phases 48
3600.03/3608.80	c garbage collections 48 ,( 100.00 )
3600.03/3608.80	c input clauses 5721 ,( 68.68 )
3600.03/3608.80	c input cardinalities 5 ,( 0.06 )
3600.03/3608.80	c input general constraints 2604 ,( 31.26 )
3600.03/3608.80	c input average constraint length 3.13
3600.03/3608.80	c input average constraint degree 946134375499.62
3600.03/3608.80	c learned clauses 436407 ,( 45.69 )
3600.03/3608.80	c learned cardinalities 344 ,( 0.04 )
3600.03/3608.80	c learned general constraints 518361 ,( 54.27 )
3600.03/3608.80	c learned average constraint length 354.75
3600.03/3608.80	c learned average constraint degree 427994899.73
3600.03/3608.80	c watched  CF 32, 64, 128, Arb: 63375 , 0 , 0 , 0
3600.03/3608.80	c counting CF 32, 64, 128, Arb: 457587 , 4 , 0 , 0
3600.03/3608.80	c watched   constraints 63375 ,( 12.16 ) 
3600.03/3608.80	c counting  constraints 457590 ,( 87.84 ) 
3600.03/3608.80	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 306863552 , 1079731 , 54085989776 ,( 821495411 , 53264494365 )
3600.03/3608.80	c gcd simplifications 45506
3600.03/3608.80	c detected cardinalities 34
3600.03/3608.80	c weakened non-implied lits 38481593
3600.03/3608.80	c weakened non-implying lits 1834384
3600.03/3608.80	c original variables 4160
3600.03/3608.80	c clausal propagations 104725180
3600.03/3608.80	c cardinality propagations 42336
3600.03/3608.80	c watched propagations 694632
3600.03/3608.80	c counting propagations 145327927
3600.03/3608.80	c watch lookups 94319986355
3600.03/3608.80	c watch backjump lookups 0
3600.03/3608.80	c watch checks 34383968584
3600.03/3608.80	c propagation checks 121016437676
3600.03/3608.80	c constraint additions 895853736
3600.03/3608.80	c trail pops 254416131
3600.03/3608.80	c formula constraints 8320
3600.03/3608.80	c learned constraints 949580
3600.03/3608.80	c bound constraints 3
3600.03/3608.80	c core-guided constraints 7
3600.03/3608.80	c encountered formula constraints 37101821
3600.03/3608.80	c encountered learned constraints 12819300
3600.03/3608.80	c encountered bound constraints 124269
3600.03/3608.80	c encountered core-guided constraints 4200
3600.03/3608.80	c LP total time 585.199 s
3600.03/3608.80	c LP solve time 581.88 s
3600.03/3608.80	c LP constraints added 8872
3600.03/3608.80	c LP constraints removed 447
3600.03/3608.80	c LP pivots internal 992341
3600.03/3608.80	c LP pivots root 877619
3600.03/3608.80	c LP calls 8202
3600.03/3608.80	c LP optimalities 2787
3600.03/3608.80	c LP no pivot count 1036
3600.03/3608.80	c LP infeasibilities 5359
3600.03/3608.80	c LP valid Farkas constraints 5333
3600.03/3608.80	c LP learned Farkas constraints 128
3600.03/3608.80	c LP basis resets 53
3600.03/3608.80	c LP cycling count 1
3600.03/3608.80	c LP singular count 37
3600.03/3608.80	c LP no primal count 0
3600.03/3608.80	c LP no farkas count 5
3600.03/3608.80	c LP other issue count 10
3600.03/3608.80	c LP Gomory cuts 71
3600.03/3608.80	c LP learned cuts 481
3600.03/3608.80	c LP deleted cuts 447
3600.03/3608.80	c LP encountered Gomory constraints 3912
3600.03/3608.80	c LP encountered Farkas constraints 434872
3600.03/3608.80	c LP encountered learned Farkas constraints 12390
3600.03/3608.80	c CG auxiliary variables introduced 3
3600.03/3608.80	c CG solutions found 1
3600.03/3608.80	c CG cores constructed 2
3600.03/3608.80	c CG core cardinality constraints returned 0
3600.03/3608.80	c CG unit cores 0
3600.03/3608.80	c CG single cores 2
3600.03/3608.80	c CG blocks removed during cardinality reduction 0
3600.03/3608.80	c CG first core best 0
3600.03/3608.80	c CG decision core best 0
3600.03/3608.80	c CG core reduction tie 0
3600.03/3608.80	c CG core degree average 1.00
3600.03/3608.80	c CG core slack average 2.50
3600.03/3608.80	c CG core upper bound improvements 0
3600.03/3608.80	c STR number of successful calls 0
3600.03/3608.80	c STR number of unsuccessful calls 0
3600.03/3608.80	c STR number of inconclusive calls 0
3600.03/3608.80	c STR number of successful attempts 0
3600.03/3608.80	c STR number of unsuccessful attempts 0
3600.03/3608.80	c STR number of inconclusive attempts 0
3600.03/3608.80	c STR average degree increase per successful call inf
3600.03/3608.80	c STR average degree increase per successful attempt inf
3600.03/3608.80	c STR total number of conflicts for successful attempts 0
3600.03/3608.80	c STR total number of conflicts for unsuccessful attempts 0
3600.03/3608.80	c STR total number of conflicts for inconclusive attempts 0
3600.03/3608.80	c STR average number of conflicts per successful attempt inf
3600.03/3608.80	c STR average number of conflicts per unsuccessful attempt inf
3600.03/3608.80	c STR average number of conflicts per inconclusive attempt inf
3600.03/3608.80	c AVG.sumWPerc 79.80 
3600.03/3608.80	c bigint constraints 4 
3600.03/3608.80	o 0
3600.03/3608.80	s SATISFIABLE
3600.03/3608.80	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 -x1274 -x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 -x1297 -x1298 -x1299 -x1300 -x1301 -x1302 -x1303 -x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 -x1319 -x1320 -x1321 -x1322 -x1323 -x1324 -x1325 -x1326 -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 -x1333 -x1334 -x1335 -x1336 -x1337 -x1338 -x1339 -x1340 -x1341 -x1342 -x1343 -x1344 -x1345 -x1346 -x1347 -x1348 -x1349 -x1350 -x1351 -x1352 -x1353 -x1354 -x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 -x1363 -x1364 -x1365 -x1366 -x1367 -x1368 -x1369 -x1370 -x1371 -x1372 -x1373 -x1374 -x1375 -x1376 -x1377 -x1378 -x1379 -x1380 -x1381 -x1382 -x1383 -x1384 -x1385 -x1386 -x1387 -x1388 -x1389 -x1390 -x1391 -x1392 -x1393 -x1394 -x1395 -x1396 -x1397 -x1398 -x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 -x1406 -x1407 -x1408 -x1409 -x1410 -x1411 -x1412 -x1413 -x1414 -x1415 -x1416 -x1417 -x1418 -x1419 -x1420 -x1421 -x1422 -x1423 -x1424 -x1425 -x1426 -x1427 -x1428 -x1429 -x1430 -x1431 -x1432 -x1433 -x1434 -x1435 -x1436 -x1437 -x1438 -x1439 -x1440 -x1441 -x1442 -x1443 -x1444 -x1445 -x1446 -x1447 -x1448 -x1449 -x1450 -x1451 -x1452 -x1453 -x1454 -x1455 -x1456 -x1457 -x1458 -x1459 -x1460 -x1461 -x1462 -x1463 -x1464 -x1465 -x1466 -x1467 -x1468 -x1469 -x1470 -x1471 -x1472 -x1473 -x1474 -x1475 -x1476 -x1477 -x1478 -x1479 -x1480 -x1481 -x1482 -x1483 -x1484 -x1485 -x1486 -x1487 -x1488 -x1489 -x1490 -x1491 -x1492 -x1493 -x1494 -x1495 -x1496 -x1497 -x1498 -x1499 -x1500 -x1501 -x1502 -x1503 -x1504 -x1505 -x1506 -x1507 -x1508 -x1509 -x1510 -x1511 -x1512 -x1513 -x1514 -x1515 -x1516 -x1517 -x1518 -x1519 -x1520 -x1521 -x1522 -x1523 -x1524 -x1525 -x1526 -x1527 -x1528 -x1529 -x1530 -x1531 -x1532 -x1533 -x1534 -x1535 -x1536 -x1537 -x1538 -x1539 -x1540 -x1541 -x1542 -x1543 -x1544 -x1545 -x1546 -x1547 -x1548 -x1549 -x1550 -x1551 -x1552 -x1553 -x1554 -x1555 -x1556 -x1557 -x1558 -x1559 -x1560 -x1561 -x1562 -x1563 -x1564 -x1565 -x1566 -x1567 -x1568 -x1569 -x1570 -x1571 -x1572 -x1573 -x1574 -x1575 -x1576 -x1577 -x1578 -x1579 -x1580 -x1581 -x1582 -x1583 -x1584 -x1585 -x1586 -x1587 -x1588 -x1589 -x1590 -x1591 -x1592 -x1593 -x1594 -x1595 -x1596 -x1597 -x1598 -x1599 -x1600 -x1601 -x1602 -x1603 -x1604 -x1605 -x1606 -x1607 -x1608 -x1609 -x1610 -x1611 -x1612 -x1613 -x1614 -x1615 -x1616 -x1617 -x1618 -x1619 -x1620 -x1621 -x1622 -x1623 -x1624 -x1625 -x1626 -x1627 -x1628 -x1629 -x1630 -x1631 -x1632 -x1633 -x1634 -x1635 -x1636 -x1637 -x1638 -x1639 -x1640 -x1641 -x1642 -x1643 -x1644 -x1645 -x1646 -x1647 -x1648 -x1649 -x1650 -x1651 -x1652 -x1653 -x1654 -x1655 -x1656 -x1657 -x1658 -x1659 -x1660 -x1661 -x1662 -x1663 -x1664 -x1665 -x1666 -x1667 -x1668 -x1669 -x1670 -x1671 -x1672 -x1673 -x1674 -x1675 -x1676 -x1677 -x1678 -x1679 -x1680 -x1681 -x1682 -x1683 -x1684 -x1685 -x1686 -x1687 -x1688 -x1689 -x1690 -x1691 -x1692 -x1693 -x1694 -x1695 -x1696 -x1697 -x1698 -x1699 -x1700 -x1701 -x1702 -x1703 -x1704 -x1705 -x1706 -x1707 -x1708 -x1709 -x1710 -x1711 -x1712 -x1713 -x1714 -x1715 -x1716 -x1717 -x1718 -x1719 -x1720 -x1721 -x1722 -x1723 -x1724 -x1725 -x1726 -x1727 -x1728 -x1729 -x1730 -x1731 -x1732 -x1733 -x1734 -x1735 -x1736 -x1737 -x1738 -x1739 -x1740 -x1741 -x1742 -x1743 -x1744 -x1745 -x1746 -x1747 -x1748 -x1749 -x1750 -x1751 -x1752 -x1753 -x1754 -x1755 -x1756 -x1757 -x1758 -x1759 -x1760 -x1761 -x1762 -x1763 -x1764 -x1765 -x1766 -x1767 -x1768 -x1769 -x1770 -x1771 -x1772 -x1773 -x1774 -x1775 -x1776 -x1777 -x1778 -x1779 -x1780 -x1781 -x1782 -x1783 -x1784 -x1785 -x1786 -x1787 -x1788 -x1789 -x1790 -x1791 -x1792 -x1793 -x1794 -x1795 -x1796 -x1797 -x1798 -x1799 -x1800 -x1801 -x1802 -x1803 -x1804 -x1805 -x1806 -x1807 -x1808 -x1809 -x1810 -x1811 -x1812 -x1813 -x1814 -x1815 -x1816 -x1817 -x1818 -x1819 -x1820 -x1821 -x1822 -x1823 -x1824 -x1825 -x1826 -x1827 -x1828 -x1829 -x1830 -x1831 -x1832 -x1833 -x1834 -x1835 -x1836 -x1837 -x1838 -x1839 -x1840 -x1841 -x1842 -x1843 -x1844 -x1845 -x1846 -x1847 -x1848 -x1849 -x1850 -x1851 -x1852 -x1853 -x1854 -x1855 -x1856 -x1857 -x1858 -x1859 -x1860 -x1861 -x1862 -x1863 -x1864 -x1865 -x1866 -x1867 -x1868 -x1869 -x1870 -x1871 -x1872 -x1873 -x1874 -x1875 -x1876 -x1877 -x1878 -x1879 -x1880 -x1881 -x1882 -x1883 -x1884 -x1885 -x1886 -x1887 -x1888 -x1889 -x1890 -x1891 -x1892 -x1893 -x1894 -x1895 -x1896 -x1897 -x1898 -x1899 -x1900 -x1901 -x1902 -x1903 -x1904 -x1905 -x1906 -x1907 -x1908 -x1909 -x1910 -x1911 -x1912 -x1913 -x1914 -x1915 -x1916 -x1917 -x1918 -x1919 -x1920 -x1921 -x1922 -x1923 -x1924 -x1925 -x1926 -x1927 -x1928 -x1929 -x1930 -x1931 -x1932 -x1933 -x1934 -x1935 -x1936 -x1937 -x1938 -x1939 -x1940 -x1941 -x1942 -x1943 -x1944 -x1945 -x1946 -x1947 -x1948 -x1949 -x1950 -x1951 -x1952 -x1953 -x1954 -x1955 -x1956 -x1957 -x1958 -x1959 -x1960 -x1961 -x1962 -x1963 -x1964 -x1965 -x1966 -x1967 -x1968 -x1969 -x1970 -x1971 -x1972 -x1973 -x1974 -x1975 -x1976 -x1977 -x1978 -x1979 -x1980 -x1981 -x1982 -x1983 -x1984 -x1985 -x1986 -x1987 -x1988 -x1989 -x1990 -x1991 -x1992 -x1993 -x1994 -x1995 -x1996 -x1997 -x1998 -x1999 -x2000 -x2001 -x2002 -x2003 -x2004 -x2005 -x2006 -x2007 -x2008 -x2009 -x2010 -x2011 -x2012 -x2013 -x2014 -x2015 -x2016 -x2017 -x2018 -x2019 -x2020 -x2021 -x2022 -x2023 -x2024 -x2025 -x2026 -x2027 -x2028 -x2029 -x2030 -x2031 -x2032 -x2033 -x2034 -x2035 -x2036 -x2037 -x2038 -x2039 -x2040 -x2041 -x2042 -x2043 -x2044 -x2045 -x2046 -x2047 -x2048 -x2049 -x2050 -x2051 -x2052 -x2053 -x2054 -x2055 -x2056 -x2057 -x2058 -x2059 -x2060 -x2061 -x2062 -x2063 -x2064 -x2065 -x2066 -x2067 -x2068 -x2069 -x2070 -x2071 -x2072 -x2073 -x2074 -x2075 -x2076 -x2077 -x2078 -x2079 -x2080 -x2081 -x2082 -x2083 -x2084 -x2085 -x2086 -x2087 -x2088 -x2089 -x2090 -x2091 -x2092 -x2093 -x2094 -x2095 -x2096 -x2097 -x2098 -x2099 -x2100 -x2101 -x2102 -x2103 -x2104 -x2105 -x2106 -x2107 -x2108 -x2109 -x2110 -x2111 -x2112 -x2113 -x2114 -x2115 -x2116 -x2117 -x2118 -x2119 -x2120 -x2121 -x2122 -x2123 -x2124 -x2125 -x2126 -x2127 -x2128 -x2129 -x2130 -x2131 -x2132 -x2133 -x2134 -x2135 -x2136 -x2137 -x2138 -x2139 -x2140 -x2141 -x2142 -x2143 -x2144 -x2145 -x2146 -x2147 -x2148 -x2149 -x2150 -x2151 -x2152 -x2153 -x2154 -x2155 -x2156 -x2157 -x2158 -x2159 -x2160 -x2161 -x2162 -x2163 -x2164 -x2165 -x2166 -x2167 -x2168 -x2169 -x2170 -x2171 -x2172 -x2173 -x2174 -x2175 -x2176 -x2177 -x2178 -x2179 -x2180 -x2181 -x2182 -x2183 -x2184 -x2185 -x2186 -x2187 -x2188 -x2189 -x2190 -x2191 -x2192 -x2193 -x2194 -x2195 -x2196 -x2197 -x2198 -x2199 -x2200 -x2201 -x2202 -x2203 -x2204 -x2205 -x2206 -x2207 -x2208 -x2209 -x2210 -x2211 -x2212 -x2213 -x2214 -x2215 -x2216 -x2217 -x2218 -x2219 -x2220 -x2221 -x2222 -x2223 -x2224 -x2225 -x2226 -x2227 -x2228 -x2229 -x2230 -x2231 -x2232 -x2233 -x2234 -x2235 -x2236 -x2237 -x2238 -x2239 -x2240 -x2241 -x2242 -x2243 -x2244 -x2245 -x2246 -x2247 -x2248 -x2249 -x2250 -x2251 -x2252 -x2253 -x2254 -x2255 -x2256 -x2257 -x2258 -x2259 -x2260 -x2261 -x2262 -x2263 -x2264 -x2265 -x2266 -x2267 -x2268 -x2269 -x2270 -x2271 -x2272 -x2273 -x2274 -x2275 -x2276 -x2277 -x2278 -x2279 -x2280 -x2281 -x2282 -x2283 -x2284 -x2285 -x2286 -x2287 -x2288 -x2289 -x2290 -x2291 -x2292 -x2293 -x2294 -x2295 -x2296 -x2297 -x2298 -x2299 -x2300 -x2301 -x2302 -x2303 -x2304 -x2305 -x2306 -x2307 -x2308 -x2309 -x2310 -x2311 -x2312 -x2313 -x2314 -x2315 -x2316 -x2317 -x2318 -x2319 -x2320 -x2321 -x2322 -x2323 -x2324 -x2325 -x2326 -x2327 -x2328 -x2329 -x2330 -x2331 -x2332 -x2333 -x2334 -x2335 -x2336 -x2337 -x2338 -x2339 -x2340 -x2341 -x2342 -x2343 -x2344 -x2345 -x2346 -x2347 -x2348 -x2349 -x2350 -x2351 -x2352 -x2353 -x2354 -x2355 -x2356 -x2357 -x2358 -x2359 -x2360 -x2361 -x2362 -x2363 -x2364 -x2365 -x2366 -x2367 -x2368 -x2369 -x2370 -x2371 -x2372 -x2373 -x2374 -x2375 -x2376 -x2377 -x2378 -x2379 -x2380 -x2381 -x2382 -x2383 -x2384 -x2385 -x2386 -x2387 -x2388 -x2389 -x2390 -x2391 -x2392 -x2393 -x2394 -x2395 -x2396 -x2397 -x2398 -x2399 -x2400 -x2401 -x2402 -x2403 -x2404 -x2405 -x2406 -x2407 -x2408 -x2409 -x2410 -x2411 -x2412 -x2413 -x2414 -x2415 -x2416 -x2417 -x2418 -x2419 -x2420 -x2421 -x2422 -x2423 -x2424 -x2425 -x2426 -x2427 -x2428 -x2429 -x2430 -x2431 -x2432 -x2433 -x2434 -x2435 -x2436 -x2437 -x2438 -x2439 -x2440 -x2441 -x2442 -x2443 -x2444 -x2445 -x2446 -x2447 -x2448 -x2449 -x2450 -x2451 -x2452 -x2453 -x2454 -x2455 -x2456 -x2457 -x2458 -x2459 -x2460 -x2461 -x2462 -x2463 -x2464 -x2465 -x2466 -x2467 -x2468 -x2469 -x2470 -x2471 -x2472 -x2473 -x2474 -x2475 -x2476 -x2477 -x2478 -x2479 -x2480 -x2481 -x2482 -x2483 -x2484 -x2485 -x2486 -x2487 -x2488 -x2489 -x2490 -x2491 -x2492 -x2493 -x2494 -x2495 -x2496 -x2497 -x2498 -x2499 -x2500 -x2501 -x2502 -x2503 -x2504 -x2505 -x2506 -x2507 -x2508 -x2509 -x2510 -x2511 -x2512 -x2513 -x2514 -x2515 -x2516 -x2517 -x2518 -x2519 -x2520 -x2521 -x2522 -x2523 -x2524 -x2525 -x2526 -x2527 -x2528 -x2529 -x2530 -x2531 -x2532 -x2533 -x2534 -x2535 -x2536 -x2537 -x2538 -x2539 -x2540 -x2541 -x2542 -x2543 -x2544 -x2545 -x2546 -x2547 -x2548 -x2549 -x2550 -x2551 -x2552 -x2553 -x2554 -x2555 -x2556 -x2557 -x2558 -x2559 -x2560 -x2561 -x2562 -x2563 -x2564 -x2565 -x2566 -x2567 -x2568 -x2569 -x2570 -x2571 -x2572 -x2573 -x2574 -x2575 -x2576 -x2577 -x2578 -x2579 -x2580 -x2581 -x2582 -x2583 -x2584 -x2585 -x2586 -x2587 -x2588 -x2589 -x2590 -x2591 -x2592 -x2593 -x2594 -x2595 -x2596 -x2597 -x2598 -x2599 -x2600 -x2601 -x2602 -x2603 -x2604 -x2605 -x2606 -x2607 -x2608 -x2609 -x2610 -x2611 -x2612 -x2613 -x2614 -x2615 -x2616 -x2617 -x2618 -x2619 -x2620 -x2621 -x2622 -x2623 -x2624 -x2625 -x2626 -x2627 -x2628 -x2629 -x2630 -x2631 -x2632 -x2633 -x2634 -x2635 -x2636 -x2637 -x2638 -x2639 -x2640 -x2641 -x2642 -x2643 -x2644 -x2645 -x2646 -x2647 -x2648 -x2649 -x2650 -x2651 -x2652 -x2653 -x2654 -x2655 -x2656 -x2657 -x2658 -x2659 -x2660 -x2661 -x2662 -x2663 -x2664 -x2665 -x2666 -x2667 -x2668 -x2669 -x2670 -x2671 -x2672 -x2673 -x2674 -x2675 -x2676 -x2677 -x2678 -x2679 -x2680 -x2681 -x2682 -x2683 -x2684 -x2685 -x2686 -x2687 -x2688 -x2689 -x2690 -x2691 -x2692 -x2693 -x2694 -x2695 -x2696 -x2697 -x2698 -x2699 -x2700 -x2701 -x2702 -x2703 -x2704 -x2705 -x2706 -x2707 -x2708 -x2709 -x2710 -x2711 -x2712 -x2713 -x2714 -x2715 -x2716 -x2717 -x2718 -x2719 -x2720 -x2721 -x2722 -x2723 -x2724 -x2725 -x2726 -x2727 -x2728 -x2729 -x2730 -x2731 -x2732 -x2733 -x2734 -x2735 -x2736 -x2737 -x2738 -x2739 -x2740 -x2741 -x2742 -x2743 -x2744 -x2745 -x2746 -x2747 -x2748 -x2749 -x2750 -x2751 -x2752 -x2753 -x2754 -x2755 -x2756 -x2757 -x2758 -x2759 -x2760 -x2761 -x2762 -x2763 -x2764 -x2765 -x2766 -x2767 -x2768 -x2769 -x2770 -x2771 -x2772 -x2773 -x2774 -x2775 -x2776 -x2777 -x2778 -x2779 -x2780 -x2781 -x2782 -x2783 -x2784 -x2785 -x2786 -x2787 -x2788 -x2789 -x2790 -x2791 -x2792 -x2793 -x2794 -x2795 -x2796 -x2797 -x2798 -x2799 -x2800 -x2801 -x2802 -x2803 -x2804 -x2805 -x2806 -x2807 -x2808 -x2809 -x2810 -x2811 -x2812 -x2813 -x2814 -x2815 -x2816 -x2817 -x2818 -x2819 -x2820 -x2821 -x2822 -x2823 -x2824 -x2825 -x2826 -x2827 -x2828 -x2829 -x2830 -x2831 -x2832 -x2833 -x2834 -x2835 -x2836 -x2837 -x2838 -x2839 -x2840 -x2841 -x2842 -x2843 -x2844 -x2845 -x2846 -x2847 -x2848 -x2849 -x2850 -x2851 -x2852 -x2853 -x2854 -x2855 -x2856 -x2857 -x2858 -x2859 -x2860 -x2861 -x2862 -x2863 -x2864 -x2865 -x2866 -x2867 -x2868 -x2869 -x2870 -x2871 -x2872 -x2873 -x2874 -x2875 -x2876 -x2877 -x2878 -x2879 -x2880 -x2881 -x2882 -x2883 -x2884 -x2885 -x2886 -x2887 -x2888 -x2889 -x2890 -x2891 -x2892 -x2893 -x2894 -x2895 -x2896 -x2897 -x2898 -x2899 -x2900 -x2901 -x2902 -x2903 -x2904 -x2905 -x2906 -x2907 -x2908 -x2909 -x2910 -x2911 -x2912 -x2913 -x2914 -x2915 -x2916 -x2917 -x2918 -x2919 -x2920 -x2921 -x2922 -x2923 -x2924 -x2925 -x2926 -x2927 -x2928 -x2929 -x2930 -x2931 -x2932 -x2933 -x2934 -x2935 -x2936 -x2937 -x2938 -x2939 -x2940 -x2941 -x2942 -x2943 -x2944 -x2945 -x2946 -x2947 -x2948 -x2949 -x2950 -x2951 -x2952 -x2953 -x2954 -x2955 -x2956 -x2957 -x2958 -x2959 -x2960 -x2961 -x2962 -x2963 -x2964 -x2965 -x2966 -x2967 -x2968 -x2969 -x2970 -x2971 -x2972 -x2973 -x2974 -x2975 -x2976 -x2977 -x2978 -x2979 -x2980 -x2981 -x2982 -x2983 -x2984 -x2985 -x2986 -x2987 -x2988 -x2989 -x2990 -x2991 -x2992 -x2993 -x2994 -x2995 -x2996 -x2997 -x2998 -x2999 -x3000 -x3001 -x3002 -x3003 -x3004 -x3005 -x3006 -x3007 -x3008 -x3009 -x3010 -x3011 -x3012 -x3013 -x3014 -x3015 -x3016 -x3017 -x3018 -x3019 -x3020 -x3021 -x3022 -x3023 -x3024 -x3025 -x3026 -x3027 -x3028 -x3029 -x3030 -x3031 -x3032 -x3033 -x3034 -x3035 -x3036 -x3037 -x3038 -x3039 -x3040 -x3041 -x3042 -x3043 -x3044 -x3045 -x3046 -x3047 -x3048 -x3049 -x3050 -x3051 -x3052 -x3053 -x3054 -x3055 -x3056 -x3057 -x3058 -x3059 -x3060 -x3061 -x3062 -x3063 -x3064 -x3065 -x3066 -x3067 -x3068 -x3069 -x3070 -x3071 -x3072 -x3073 -x3074 -x3075 -x3076 -x3077 -x3078 -x3079 -x3080 -x3081 -x3082 -x3083 -x3084 -x3085 -x3086 -x3087 -x3088 -x3089 -x3090 -x3091 -x3092 -x3093 -x3094 -x3095 -x3096 -x3097 -x3098 -x3099 -x3100 -x3101 -x3102 -x3103 -x3104 -x3105 -x3106 -x3107 -x3108 -x3109 -x3110 -x3111 -x3112 -x3113 -x3114 -x3115 -x3116 -x3117 -x3118 -x3119 -x3120 -x3121 -x3122 -x3123 -x3124 -x3125 -x3126 -x3127 -x3128 -x3129 -x3130 -x3131 -x3132 -x3133 -x3134 -x3135 -x3136 -x3137 -x3138 -x3139 -x3140 -x3141 -x3142 -x3143 -x3144 -x3145 -x3146 -x3147 -x3148 -x3149 -x3150 -x3151 -x3152 -x3153 -x3154 -x3155 -x3156 -x3157 -x3158 -x3159 -x3160 -x3161 -x3162 -x3163 -x3164 -x3165 -x3166 -x3167 -x3168 -x3169 -x3170 -x3171 -x3172 -x3173 -x3174 -x3175 -x3176 -x3177 -x3178 -x3179 -x3180 -x3181 -x3182 -x3183 -x3184 -x3185 -x3186 -x3187 -x3188 -x3189 -x3190 -x3191 -x3192 -x3193 -x3194 -x3195 -x3196 -x3197 -x3198 -x3199 -x3200 -x3201 -x3202 -x3203 -x3204 -x3205 -x3206 -x3207 -x3208 -x3209 -x3210 -x3211 -x3212 -x3213 -x3214 -x3215 -x3216 -x3217 -x3218 -x3219 -x3220 -x3221 -x3222 -x3223 -x3224 -x3225 -x3226 -x3227 -x3228 -x3229 -x3230 -x3231 -x3232 -x3233 -x3234 -x3235 -x3236 -x3237 -x3238 -x3239 -x3240 -x3241 -x3242 -x3243 -x3244 -x3245 -x3246 -x3247 -x3248 -x3249 -x3250 -x3251 -x3252 -x3253 -x3254 -x3255 -x3256 -x3257 -x3258 -x3259 -x3260 -x3261 -x3262 -x3263 -x3264 -x3265 -x3266 -x3267 -x3268 -x3269 -x3270 -x3271 -x3272 -x3273 -x3274 -x3275 -x3276 -x3277 -x3278 -x3279 -x3280 -x3281 -x3282 -x3283 -x3284 -x3285 -x3286 -x3287 -x3288 -x3289 -x3290 -x3291 -x3292 -x3293 -x3294 -x3295 -x3296 -x3297 -x3298 -x3299 -x3300 -x3301 -x3302 -x3303 -x3304 -x3305 -x3306 -x3307 -x3308 -x3309 -x3310 -x3311 -x3312 -x3313 -x3314 -x3315 -x3316 -x3317 -x3318 -x3319 -x3320 -x3321 -x3322 -x3323 -x3324 -x3325 -x3326 -x3327 -x3328 -x3329 -x3330 -x3331 -x3332 -x3333 -x3334 -x3335 -x3336 -x3337 -x3338 -x3339 -x3340 -x3341 -x3342 -x3343 -x3344 -x3345 -x3346 -x3347 -x3348 -x3349 -x3350 -x3351 -x3352 -x3353 -x3354 -x3355 -x3356 -x3357 -x3358 -x3359 -x3360 -x3361 -x3362 -x3363 -x3364 -x3365 -x3366 -x3367 -x3368 -x3369 -x3370 -x3371 -x3372 -x3373 -x3374 -x3375 -x3376 -x3377 -x3378 -x3379 -x3380 -x3381 -x3382 -x3383 -x3384 -x3385 -x3386 -x3387 -x3388 -x3389 -x3390 -x3391 -x3392 -x3393 -x3394 -x3395 -x3396 -x3397 -x3398 -x3399 -x3400 -x3401 -x3402 -x3403 -x3404 -x3405 -x3406 -x3407 -x3408 -x3409 -x3410 -x3411 -x3412 -x3413 -x3414 -x3415 -x3416 -x3417 -x3418 -x3419 -x3420 -x3421 -x3422 -x3423 -x3424 -x3425 -x3426 -x3427 -x3428 -x3429 -x3430 -x3431 -x3432 -x3433 -x3434 -x3435 -x3436 -x3437 -x3438 -x3439 -x3440 -x3441 -x3442 -x3443 -x3444 -x3445 -x3446 -x3447 -x3448 -x3449 -x3450 -x3451 -x3452 -x3453 -x3454 -x3455 -x3456 -x3457 -x3458 -x3459 -x3460 -x3461 -x3462 -x3463 -x3464 -x3465 -x3466 -x3467 -x3468 -x3469 -x3470 -x3471 -x3472 -x3473 -x3474 -x3475 -x3476 -x3477 -x3478 -x3479 -x3480 -x3481 -x3482 -x3483 -x3484 -x3485 -x3486 -x3487 -x3488 -x3489 -x3490 -x3491 -x3492 -x3493 -x3494 -x3495 -x3496 -x3497 -x3498 -x3499 -x3500 -x3501 -x3502 -x3503 -x3504 -x3505 -x3506 -x3507 -x3508 -x3509 -x3510 -x3511 -x3512 -x3513 -x3514 -x3515 -x3516 -x3517 -x3518 -x3519 -x3520 -x3521 -x3522 -x3523 -x3524 -x3525 -x3526 -x3527 -x3528 -x3529 -x3530 -x3531 -x3532 -x3533 -x3534 -x3535 -x3536 -x3537 -x3538 -x3539 -x3540 -x3541 -x3542 -x3543 -x3544 -x3545 -x3546 -x3547 -x3548 -x3549 -x3550 -x3551 -x3552 -x3553 -x3554 -x3555 -x3556 -x3557 -x3558 -x3559 -x3560 -x3561 -x3562 -x3563 -x3564 -x3565 -x3566 -x3567 -x3568 -x3569 -x3570 -x3571 -x3572 -x3573 -x3574 -x3575 -x3576 -x3577 -x3578 -x3579 -x3580 -x3581 -x3582 -x3583 -x3584 -x3585 -x3586 -x3587 -x3588 -x3589 -x3590 -x3591 -x3592 -x3593 -x3594 -x3595 -x3596 -x3597 -x3598 -x3599 -x3600 -x3601 -x3602 -x3603 -x3604 -x3605 -x3606 -x3607 -x3608 -x3609 -x3610 -x3611 -x3612 -x3613 -x3614 -x3615 -x3616 -x3617 -x3618 -x3619 -x3620 -x3621 -x3622 -x3623 -x3624 -x3625 -x3626 -x3627 -x3628 -x3629 -x3630 -x3631 -x3632 -x3633 -x3634 -x3635 -x3636 -x3637 -x3638 -x3639 -x3640 -x3641 -x3642 -x3643 -x3644 -x3645 -x3646 -x3647 -x3648 -x3649 -x3650 -x3651 -x3652 -x3653 -x3654 -x3655 -x3656 -x3657 -x3658 -x3659 -x3660 -x3661 -x3662 -x3663 -x3664 -x3665 -x3666 -x3667 -x3668 -x3669 -x3670 -x3671 -x3672 -x3673 -x3674 -x3675 -x3676 -x3677 -x3678 -x3679 -x3680 -x3681 -x3682 -x3683 -x3684 -x3685 -x3686 -x3687 -x3688 -x3689 -x3690 -x3691 -x3692 -x3693 -x3694 -x3695 -x3696 -x3697 -x3698 -x3699 -x3700 -x3701 -x3702 -x3703 -x3704 -x3705 -x3706 -x3707 -x3708 -x3709 -x3710 -x3711 -x3712 -x3713 -x3714 -x3715 -x3716 -x3717 -x3718 -x3719 -x3720 -x3721 -x3722 -x3723 -x3724 -x3725 -x3726 -x3727 -x3728 -x3729 -x3730 -x3731 -x3732 -x3733 -x3734 -x3735 -x3736 -x3737 -x3738 -x3739 -x3740 -x3741 -x3742 -x3743 -x3744 -x3745 -x3746 -x3747 -x3748 -x3749 -x3750 -x3751 -x3752 -x3753 -x3754 -x3755 -x3756 -x3757 -x3758 -x3759 -x3760 -x3761 -x3762 -x3763 -x3764 -x3765 -x3766 -x3767 -x3768 -x3769 -x3770 -x3771 -x3772 -x3773 -x3774 -x3775 -x3776 -x3777 -x3778 -x3779 -x3780 -x3781 -x3782 -x3783 -x3784 -x3785 -x3786 -x3787 -x3788 -x3789 -x3790 -x3791 -x3792 -x3793 -x3794 -x3795 -x3796 -x3797 -x3798 -x3799 -x3800 -x3801 -x3802 -x3803 -x3804 -x3805 -x3806 -x3807 -x3808 -x3809 -x3810 -x3811 -x3812 -x3813 -x3814 -x3815 -x3816 -x3817 -x3818 -x3819 -x3820 -x3821 -x3822 -x3823 -x3824 -x3825 -x3826 -x3827 -x3828 -x3829 -x3830 -x3831 -x3832 -x3833 -x3834 -x3835 -x3836 -x3837 -x3838 -x3839 -x3840 -x3841 -x3842 -x3843 -x3844 -x3845 -x3846 -x3847 -x3848 -x3849 -x3850 -x3851 -x3852 -x3853 -x3854 -x3855 -x3856 -x3857 -x3858 -x3859 -x3860 -x3861 -x3862 -x3863 -x3864 -x3865 -x3866 -x3867 -x3868 -x3869 -x3870 -x3871 -x3872 -x3873 -x3874 -x3875 -x3876 -x3877 -x3878 -x3879 -x3880 -x3881 -x3882 -x3883 -x3884 -x3885 -x3886 -x3887 -x3888 -x3889 -x3890 -x3891 -x3892 -x3893 -x3894 -x3895 -x3896 -x3897 -x3898 -x3899 -x3900 -x3901 -x3902 -x3903 -x3904 -x3905 -x3906 -x3907 -x3908 -x3909 -x3910 -x3911 -x3912 -x3913 -x3914 -x3915 -x3916 -x3917 -x3918 -x3919 -x3920 -x3921 -x3922 -x3923 -x3924 -x3925 -x3926 -x3927 -x3928 -x3929 -x3930 -x3931 -x3932 -x3933 -x3934 -x3935 -x3936 -x3937 -x3938 -x3939 -x3940 -x3941 -x3942 -x3943 -x3944 -x3945 -x3946 -x3947 -x3948 -x3949 -x3950 -x3951 -x3952 -x3953 -x3954 -x3955 -x3956 -x3957 -x3958 -x3959 -x3960 -x3961 -x3962 -x3963 -x3964 -x3965 -x3966 -x3967 -x3968 -x3969 -x3970 -x3971 -x3972 -x3973 -x3974 -x3975 -x3976 -x3977 -x3978 -x3979 -x3980 -x3981 -x3982 -x3983 -x3984 -x3985 -x3986 -x3987 -x3988 -x3989 -x3990 -x3991 -x3992 -x3993 -x3994 -x3995 -x3996 -x3997 -x3998 -x3999 -x4000 -x4001 -x4002 -x4003 -x4004 -x4005 -x4006 -x4007 -x4008 -x4009 -x4010 -x4011 -x4012 -x4013 -x4014 -x4015 -x4016 -x4017 -x4018 -x4019 -x4020 -x4021 -x4022 -x4023 -x4024 -x4025 -x4026 -x4027 -x4028 -x4029 -x4030 -x4031 -x4032 -x4033 -x4034 -x4035 -x4036 -x4037 -x4038 -x4039 -x4040 -x4041 -x4042 -x4043 -x4044 -x4045 -x4046 -x4047 -x4048 -x4049 -x4050 -x4051 -x4052 -x4053 -x4054 -x4055 -x4056 -x4057 -x4058 -x4059 -x4060 -x4061 -x4062 -x4063 -x4064 -x4065 -x4066 -x4067 -x4068 -x4069 -x4070 -x4071 -x4072 -x4073 -x4074 -x4075 -x4076 -x4077 -x4078 -x4079 -x4080 -x4081 -x4082 -x4083 -x4084 -x4085 -x4086 -x4087 -x4088 -x4089 -x4090 -x4091 -x4092 -x4093 -x4094 -x4095 -x4096 -x4097 -x4098 -x4099 -x4100 -x4101 -x4102 -x4103 -x4104 -x4105 -x4106 -x4107 -x4108 -x4109 -x4110 -x4111 -x4112 -x4113 -x4114 -x4115 -x4116 -x4117 -x4118 -x4119 -x4120 -x4121 -x4122 -x4123 -x4124 -x4125 -x4126 -x4127 -x4128 -x4129 -x4130 -x4131 -x4132 -x4133 -x4134 -x4135 -x4136 -x4137 -x4138 -x4139 -x4140 -x4141 -x4142 -x4143 -x4144 -x4145 -x4146 -x4147 -x4148 -x4149 -x4150 -x4151 -x4152 -x4153 -x4154 -x4155 -x4156 -x4157 -x4158 -x4159 -x4160
3600.03/3608.80	c Program interrupted by user.

Verifier Data

OK	0

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: 63837 MiB (63190 MiB free)
  memory of node 1: 64465 MiB (62806 MiB free)
  node distances:
     10  21
     21  10

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

solver pid=79862, runsolver pid=79853

[startup+0.100067 s]*
/proc/loadavg: 0.40 2.41 3.44 6/258 79878
/proc/meminfo: memFree=128998264/131382116 swapFree=33009904/33010684
[pid=79862] ppid=79853 vsize=4192 memory=2944 CPUtime=0.03 cores=4,6
/proc/79862/stat : 79862 (run-opt-break.s) S 79853 79862 79758 0 -1 4194304 236 2238 0 0 0 0 2 1 20 0 1 0 70710073 4292608 736 18446744073709551615 94130844307456 94130845201989 140735532985072 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94130845441040 94130845488784 94130855976960 140735532988769 140735532988898 140735532988898 140735532994500 0
/proc/79862/statm: 1048 736 672 219 0 110 0
[pid=79878] ppid=79862 vsize=56364 memory=11424 CPUtime=0.03 cores=4,6
/proc/79878/stat : 79878 (roundingsat) R 79862 79862 79758 0 -1 4194304 671 0 0 0 2 1 0 0 20 0 1 0 70710079 57716736 2856 18446744073709551615 4227072 8923433 140723827031040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21299200 140723827034468 140723827034664 140723827034664 140723827040234 0
/proc/79878/statm: 14091 2856 1888 1147 0 1518 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 60556 KiB
Current children cumulated memory: 14368 KiB

[startup+0.213133 s]*
/proc/loadavg: 0.40 2.41 3.44 6/258 79879
/proc/meminfo: memFree=128984020/131382116 swapFree=33009904/33010684
[pid=79862] ppid=79853 vsize=4192 memory=2944 CPUtime=0.03 cores=4,6
/proc/79862/stat : 79862 (run-opt-break.s) S 79853 79862 79758 0 -1 4194304 236 2238 0 0 0 0 2 1 20 0 1 0 70710073 4292608 736 18446744073709551615 94130844307456 94130845201989 140735532985072 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94130845441040 94130845488784 94130855976960 140735532988769 140735532988898 140735532988898 140735532994500 0
/proc/79862/statm: 1048 736 672 219 0 110 0
[pid=79878] ppid=79862 vsize=71276 memory=25216 CPUtime=0.13 cores=4,6
/proc/79878/stat : 79878 (roundingsat) R 79862 79862 79758 0 -1 4194304 4402 0 0 0 11 2 0 0 20 0 1 0 70710079 72986624 6304 18446744073709551615 4227072 8923433 140723827031040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21299200 140723827034468 140723827034664 140723827034664 140723827040234 0
/proc/79878/statm: 17819 6304 2304 1147 0 5246 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 75468 KiB
Current children cumulated memory: 28160 KiB

[startup+0.31302 s]*
/proc/loadavg: 0.40 2.41 3.44 6/255 79883
/proc/meminfo: memFree=128979924/131382116 swapFree=33009904/33010684
[pid=79862] ppid=79853 vsize=4192 memory=2944 CPUtime=0.03 cores=4,6
/proc/79862/stat : 79862 (run-opt-break.s) S 79853 79862 79758 0 -1 4194304 236 2238 0 0 0 0 2 1 20 0 1 0 70710073 4292608 736 18446744073709551615 94130844307456 94130845201989 140735532985072 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94130845441040 94130845488784 94130855976960 140735532988769 140735532988898 140735532988898 140735532994500 0
/proc/79862/statm: 1048 736 672 219 0 110 0
[pid=79878] ppid=79862 vsize=72004 memory=25856 CPUtime=0.24 cores=4,6
/proc/79878/stat : 79878 (roundingsat) R 79862 79862 79758 0 -1 4194304 4543 0 0 0 20 4 0 0 20 0 1 0 70710079 73732096 6464 18446744073709551615 4227072 8923433 140723827031040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21299200 140723827034468 140723827034664 140723827034664 140723827040234 0
/proc/79878/statm: 18001 6464 2304 1147 0 5428 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 76196 KiB
Current children cumulated memory: 28800 KiB

[startup+0.700341 s]
/proc/loadavg: 0.40 2.41 3.44 6/253 79887
/proc/meminfo: memFree=128975388/131382116 swapFree=33009904/33010684
[pid=79862] ppid=79853 vsize=4192 memory=2944 CPUtime=0.03 cores=4,6
/proc/79862/stat : 79862 (run-opt-break.s) S 79853 79862 79758 0 -1 4194304 236 2238 0 0 0 0 2 1 20 0 1 0 70710073 4292608 736 18446744073709551615 94130844307456 94130845201989 140735532985072 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94130845441040 94130845488784 94130855976960 140735532988769 140735532988898 140735532988898 140735532994500 0
/proc/79862/statm: 1048 736 672 219 0 110 0
[pid=79878] ppid=79862 vsize=73072 memory=27008 CPUtime=0.61 cores=4,6
/proc/79878/stat : 79878 (roundingsat) R 79862 79862 79758 0 -1 4194304 4832 0 0 0 56 5 0 0 20 0 1 0 70710079 74825728 6752 18446744073709551615 4227072 8923433 140723827031040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21299200 140723827034468 140723827034664 140723827034664 140723827040234 0
/proc/79878/statm: 18268 6752 2368 1147 0 5695 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 77264 KiB
Current children cumulated memory: 29952 KiB

[startup+1.50035 s]
/proc/loadavg: 0.69 2.44 3.44 5/253 79887
/proc/meminfo: memFree=128972364/131382116 swapFree=33009904/33010684
[pid=79862] ppid=79853 vsize=4192 memory=2944 CPUtime=0.03 cores=4,6
/proc/79862/stat : 79862 (run-opt-break.s) S 79853 79862 79758 0 -1 4194304 236 2238 0 0 0 0 2 1 20 0 1 0 70710073 4292608 736 18446744073709551615 94130844307456 94130845201989 140735532985072 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94130845441040 94130845488784 94130855976960 140735532988769 140735532988898 140735532988898 140735532994500 0
/proc/79862/statm: 1048 736 672 219 0 110 0
[pid=79878] ppid=79862 vsize=74636 memory=28544 CPUtime=1.41 cores=4,6
/proc/79878/stat : 79878 (roundingsat) R 79862 79862 79758 0 -1 4194304 5217 0 0 0 133 8 0 0 20 0 1 0 70710079 76427264 7136 18446744073709551615 4227072 8923433 140723827031040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21299200 140723827034468 140723827034664 140723827034664 140723827040234 0
/proc/79878/statm: 18659 7136 2400 1147 0 6086 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 78828 KiB
Current children cumulated memory: 31488 KiB

[startup+3.11245 s]
/proc/loadavg: 0.69 2.44 3.44 6/258 79926
/proc/meminfo: memFree=128913220/131382116 swapFree=33009904/33010684
[pid=79862] ppid=79853 vsize=4192 memory=2944 CPUtime=0.03 cores=4,6
/proc/79862/stat : 79862 (run-opt-break.s) S 79853 79862 79758 0 -1 4194304 236 2238 0 0 0 0 2 1 20 0 1 0 70710073 4292608 736 18446744073709551615 94130844307456 94130845201989 140735532985072 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94130845441040 94130845488784 94130855976960 140735532988769 140735532988898 140735532988898 140735532994500 0
/proc/79862/statm: 1048 736 672 219 0 110 0
[pid=79878] ppid=79862 vsize=76152 memory=29824 CPUtime=3.01 cores=4,6
/proc/79878/stat : 79878 (roundingsat) R 79862 79862 79758 0 -1 4194304 5536 0 0 0 290 11 0 0 20 0 1 0 70710079 77979648 7456 18446744073709551615 4227072 8923433 140723827031040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21299200 140723827034468 140723827034664 140723827034664 140723827040234 0
/proc/79878/statm: 19038 7456 2400 1147 0 6465 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 80344 KiB
Current children cumulated memory: 32768 KiB

[startup+6.30033 s]
/proc/loadavg: 0.96 2.46 3.44 6/258 79926
/proc/meminfo: memFree=128890240/131382116 swapFree=33009904/33010684
[pid=79862] ppid=79853 vsize=4192 memory=2944 CPUtime=0.03 cores=4,6
/proc/79862/stat : 79862 (run-opt-break.s) S 79853 79862 79758 0 -1 4194304 236 2238 0 0 0 0 2 1 20 0 1 0 70710073 4292608 736 18446744073709551615 94130844307456 94130845201989 140735532985072 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94130845441040 94130845488784 94130855976960 140735532988769 140735532988898 140735532988898 140735532994500 0
/proc/79862/statm: 1048 736 672 219 0 110 0
[pid=79878] ppid=79862 vsize=88528 memory=41588 CPUtime=6.19 cores=4,6
/proc/79878/stat : 79878 (roundingsat) R 79862 79862 79758 0 -1 4194304 7857 0 0 0 603 16 0 0 20 0 1 0 70710079 90652672 10397 18446744073709551615 4227072 8923433 140723827031040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21299200 140723827034468 140723827034664 140723827034664 140723827040234 0
/proc/79878/statm: 22132 10397 2496 1147 0 9559 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 92720 KiB
Current children cumulated memory: 44532 KiB

[startup+12.7003 s]
/proc/loadavg: 1.28 2.50 3.45 5/253 80028
/proc/meminfo: memFree=128889616/131382116 swapFree=33009904/33010684
[pid=79862] ppid=79853 vsize=4192 memory=2944 CPUtime=0.03 cores=4,6
/proc/79862/stat : 79862 (run-opt-break.s) S 79853 79862 79758 0 -1 4194304 236 2238 0 0 0 0 2 1 20 0 1 0 70710073 4292608 736 18446744073709551615 94130844307456 94130845201989 140735532985072 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94130845441040 94130845488784 94130855976960 140735532988769 140735532988898 140735532988898 140735532994500 0
/proc/79862/statm: 1048 736 672 219 0 110 0
[pid=79878] ppid=79862 vsize=98368 memory=51444 CPUtime=12.57 cores=4,6
/proc/79878/stat : 79878 (roundingsat) R 79862 79862 79758 0 -1 4194304 10321 0 0 0 1228 29 0 0 20 0 1 0 70710079 100728832 12861 18446744073709551615 4227072 8923433 140723827031040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21299200 140723827034468 140723827034664 140723827034664 140723827040234 0
/proc/79878/statm: 24592 12861 2496 1147 0 12019 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 102560 KiB
Current children cumulated memory: 54388 KiB

[startup+25.5004 s]
/proc/loadavg: 1.70 2.55 3.46 5/258 80114
/proc/meminfo: memFree=128186976/131382116 swapFree=33009904/33010684
[pid=79862] ppid=79853 vsize=4192 memory=2944 CPUtime=0.03 cores=4,6
/proc/79862/stat : 79862 (run-opt-break.s) S 79853 79862 79758 0 -1 4194304 236 2238 0 0 0 0 2 1 20 0 1 0 70710073 4292608 736 18446744073709551615 94130844307456 94130845201989 140735532985072 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94130845441040 94130845488784 94130855976960 140735532988769 140735532988898 140735532988898 140735532994500 0
/proc/79862/statm: 1048 736 672 219 0 110 0
[pid=79878] ppid=79862 vsize=111876 memory=64600 CPUtime=25.33 cores=4,6
/proc/79878/stat : 79878 (roundingsat) R 79862 79862 79758 0 -1 4194304 13142 0 0 0 2486 47 0 0 20 0 1 0 70710079 114561024 16150 18446744073709551615 4227072 8923433 140723827031040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21299200 140723827034468 140723827034664 140723827034664 140723827040234 0
/proc/79878/statm: 27969 16150 2496 1147 0 15396 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 116068 KiB
Current children cumulated memory: 67544 KiB

[startup+51.113 s]
/proc/loadavg: 2.73 2.73 3.49 5/258 80115
/proc/meminfo: memFree=126438596/131382116 swapFree=33009904/33010684
[pid=79862] ppid=79853 vsize=4192 memory=2944 CPUtime=0.03 cores=4,6
/proc/79862/stat : 79862 (run-opt-break.s) S 79853 79862 79758 0 -1 4194304 236 2238 0 0 0 0 2 1 20 0 1 0 70710073 4292608 736 18446744073709551615 94130844307456 94130845201989 140735532985072 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94130845441040 94130845488784 94130855976960 140735532988769 140735532988898 140735532988898 140735532994500 0
/proc/79862/statm: 1048 736 672 219 0 110 0
[pid=79878] ppid=79862 vsize=127756 memory=79912 CPUtime=50.87 cores=4,6
/proc/79878/stat : 79878 (roundingsat) R 79862 79862 79758 0 -1 4194304 15232 0 0 0 5007 80 0 0 20 0 1 0 70710079 130822144 19978 18446744073709551615 4227072 8923433 140723827031040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21299200 140723827034468 140723827034664 140723827034664 140723827040234 0
/proc/79878/statm: 31939 19978 2496 1147 0 19366 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 131948 KiB
Current children cumulated memory: 82856 KiB

[startup+102.3 s]
/proc/loadavg: 3.51 2.94 3.52 5/257 80117
/proc/meminfo: memFree=126245656/131382116 swapFree=33009904/33010684
[pid=79862] ppid=79853 vsize=4192 memory=2944 CPUtime=0.03 cores=4,6
/proc/79862/stat : 79862 (run-opt-break.s) S 79853 79862 79758 0 -1 4194304 236 2238 0 0 0 0 2 1 20 0 1 0 70710073 4292608 736 18446744073709551615 94130844307456 94130845201989 140735532985072 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94130845441040 94130845488784 94130855976960 140735532988769 140735532988898 140735532988898 140735532994500 0
/proc/79862/statm: 1048 736 672 219 0 110 0
[pid=79878] ppid=79862 vsize=210824 memory=156116 CPUtime=101.9 cores=4,6
/proc/79878/stat : 79878 (roundingsat) R 79862 79862 79758 0 -1 4194304 27705 0 0 0 10063 127 0 0 20 0 1 0 70710079 215883776 39029 18446744073709551615 4227072 8923433 140723827031040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21299200 140723827034468 140723827034664 140723827034664 140723827040234 0
/proc/79878/statm: 52706 39029 2496 1147 0 40133 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 215016 KiB
Current children cumulated memory: 159060 KiB

[startup+162.3 s]
/proc/loadavg: 3.86 3.15 3.56 5/256 80119
/proc/meminfo: memFree=125954152/131382116 swapFree=33009904/33010684
[pid=79862] ppid=79853 vsize=4192 memory=2944 CPUtime=0.03 cores=4,6
/proc/79862/stat : 79862 (run-opt-break.s) S 79853 79862 79758 0 -1 4194304 236 2238 0 0 0 0 2 1 20 0 1 0 70710073 4292608 736 18446744073709551615 94130844307456 94130845201989 140735532985072 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94130845441040 94130845488784 94130855976960 140735532988769 140735532988898 140735532988898 140735532994500 0
/proc/79862/statm: 1048 736 672 219 0 110 0
[pid=79878] ppid=79862 vsize=215572 memory=159700 CPUtime=161.75 cores=4,6
/proc/79878/stat : 79878 (roundingsat) R 79862 79862 79758 0 -1 4194304 28594 0 0 0 15989 186 0 0 20 0 1 0 70710079 220745728 39925 18446744073709551615 4227072 8923433 140723827031040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21299200 140723827034468 140723827034664 140723827034664 140723827040234 0
/proc/79878/statm: 53893 39925 2496 1147 0 41320 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 219764 KiB
Current children cumulated memory: 162644 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 3.34 3.60 5/256 80123
/proc/meminfo: memFree=125780364/131382116 swapFree=33009904/33010684
[pid=79862] ppid=79853 vsize=4192 memory=2944 CPUtime=0.03 cores=4,6
/proc/79862/stat : 79862 (run-opt-break.s) S 79853 79862 79758 0 -1 4194304 236 2238 0 0 0 0 2 1 20 0 1 0 70710073 4292608 736 18446744073709551615 94130844307456 94130845201989 140735532985072 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94130845441040 94130845488784 94130855976960 140735532988769 140735532988898 140735532988898 140735532994500 0
/proc/79862/statm: 1048 736 672 219 0 110 0
[pid=79878] ppid=79862 vsize=221524 memory=164436 CPUtime=221.61 cores=4,6
/proc/79878/stat : 79878 (roundingsat) R 79862 79862 79758 0 -1 4194304 29816 0 0 0 21924 237 0 0 20 0 1 0 70710079 226840576 41109 18446744073709551615 4227072 8923433 140723827031040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21299200 140723827034468 140723827034664 140723827034664 140723827040234 0
/proc/79878/statm: 55381 41109 2496 1147 0 42808 0
Current children cumulated CPU time: 221.64 s

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

/proc/79878/statm: 222811 197672 2496 1147 0 210238 0
Current children cumulated CPU time: 3034.84 s
Current children cumulated vsize: 895436 KiB
Current children cumulated memory: 793632 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.14 4.14 5/253 80453
/proc/meminfo: memFree=124605556/131382116 swapFree=33009904/33010684
[pid=79862] ppid=79853 vsize=4192 memory=2944 CPUtime=0.03 cores=4,6
/proc/79862/stat : 79862 (run-opt-break.s) S 79853 79862 79758 0 -1 4194304 236 2238 0 0 0 0 2 1 20 0 1 0 70710073 4292608 736 18446744073709551615 94130844307456 94130845201989 140735532985072 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94130845441040 94130845488784 94130855976960 140735532988769 140735532988898 140735532988898 140735532994500 0
/proc/79862/statm: 1048 736 672 219 0 110 0
[pid=79878] ppid=79862 vsize=922864 memory=812832 CPUtime=3094.67 cores=4,6
/proc/79878/stat : 79878 (roundingsat) R 79862 79862 79758 0 -1 4194304 136926 0 0 0 308209 1258 0 0 20 0 1 0 70710079 945012736 203208 18446744073709551615 4227072 8923433 140723827031040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21299200 140723827034468 140723827034664 140723827034664 140723827040234 0
/proc/79878/statm: 230716 203208 2496 1147 0 218143 0
Current children cumulated CPU time: 3094.7 s
Current children cumulated vsize: 927056 KiB
Current children cumulated memory: 815776 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.13 4.13 5/253 80455
/proc/meminfo: memFree=124602764/131382116 swapFree=33009904/33010684
[pid=79862] ppid=79853 vsize=4192 memory=2944 CPUtime=0.03 cores=4,6
/proc/79862/stat : 79862 (run-opt-break.s) S 79853 79862 79758 0 -1 4194304 236 2238 0 0 0 0 2 1 20 0 1 0 70710073 4292608 736 18446744073709551615 94130844307456 94130845201989 140735532985072 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94130845441040 94130845488784 94130855976960 140735532988769 140735532988898 140735532988898 140735532994500 0
/proc/79862/statm: 1048 736 672 219 0 110 0
[pid=79878] ppid=79862 vsize=939632 memory=824864 CPUtime=3154.54 cores=4,6
/proc/79878/stat : 79878 (roundingsat) R 79862 79862 79758 0 -1 4194304 139940 0 0 0 314193 1261 0 0 20 0 1 0 70710079 962183168 206216 18446744073709551615 4227072 8923433 140723827031040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21299200 140723827034468 140723827034664 140723827034664 140723827040234 0
/proc/79878/statm: 234908 206216 2496 1147 0 222335 0
Current children cumulated CPU time: 3154.57 s
Current children cumulated vsize: 943824 KiB
Current children cumulated memory: 827808 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.14 4.13 5/253 80457
/proc/meminfo: memFree=124574284/131382116 swapFree=33009904/33010684
[pid=79862] ppid=79853 vsize=4192 memory=2944 CPUtime=0.03 cores=4,6
/proc/79862/stat : 79862 (run-opt-break.s) S 79853 79862 79758 0 -1 4194304 236 2238 0 0 0 0 2 1 20 0 1 0 70710073 4292608 736 18446744073709551615 94130844307456 94130845201989 140735532985072 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94130845441040 94130845488784 94130855976960 140735532988769 140735532988898 140735532988898 140735532994500 0
/proc/79862/statm: 1048 736 672 219 0 110 0
[pid=79878] ppid=79862 vsize=1084436 memory=853088 CPUtime=3214.4 cores=4,6
/proc/79878/stat : 79878 (roundingsat) R 79862 79862 79758 0 -1 4194304 142932 0 0 0 320176 1264 0 0 20 0 1 0 70710079 1110462464 213272 18446744073709551615 4227072 8923433 140723827031040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21299200 140723827034468 140723827034664 140723827034664 140723827040234 0
/proc/79878/statm: 271109 213272 2496 1147 0 258536 0
Current children cumulated CPU time: 3214.43 s
Current children cumulated vsize: 1088628 KiB
Current children cumulated memory: 856032 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.12 4.13 5/253 80459
/proc/meminfo: memFree=124514044/131382116 swapFree=33009904/33010684
[pid=79862] ppid=79853 vsize=4192 memory=2944 CPUtime=0.03 cores=4,6
/proc/79862/stat : 79862 (run-opt-break.s) S 79853 79862 79758 0 -1 4194304 236 2238 0 0 0 0 2 1 20 0 1 0 70710073 4292608 736 18446744073709551615 94130844307456 94130845201989 140735532985072 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94130845441040 94130845488784 94130855976960 140735532988769 140735532988898 140735532988898 140735532994500 0
/proc/79862/statm: 1048 736 672 219 0 110 0
[pid=79878] ppid=79862 vsize=1111064 memory=906336 CPUtime=3274.26 cores=4,6
/proc/79878/stat : 79878 (roundingsat) R 79862 79862 79758 0 -1 4194304 148049 0 0 0 326156 1270 0 0 20 0 1 0 70710079 1137729536 226584 18446744073709551615 4227072 8923433 140723827031040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21299200 140723827034468 140723827034664 140723827034664 140723827040234 0
/proc/79878/statm: 277766 226584 2496 1147 0 265193 0
Current children cumulated CPU time: 3274.29 s
Current children cumulated vsize: 1115256 KiB
Current children cumulated memory: 909280 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.13 4.13 5/254 80463
/proc/meminfo: memFree=124443504/131382116 swapFree=33009904/33010684
[pid=79862] ppid=79853 vsize=4192 memory=2944 CPUtime=0.03 cores=4,6
/proc/79862/stat : 79862 (run-opt-break.s) S 79853 79862 79758 0 -1 4194304 236 2238 0 0 0 0 2 1 20 0 1 0 70710073 4292608 736 18446744073709551615 94130844307456 94130845201989 140735532985072 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94130845441040 94130845488784 94130855976960 140735532988769 140735532988898 140735532988898 140735532994500 0
/proc/79862/statm: 1048 736 672 219 0 110 0
[pid=79878] ppid=79862 vsize=1154844 memory=969028 CPUtime=3334.12 cores=4,6
/proc/79878/stat : 79878 (roundingsat) R 79862 79862 79758 0 -1 4194304 157604 0 0 0 332135 1277 0 0 20 0 1 0 70710079 1182560256 242257 18446744073709551615 4227072 8923433 140723827031040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21299200 140723827034468 140723827034664 140723827034664 140723827040234 0
/proc/79878/statm: 288711 242257 2496 1147 0 276138 0
Current children cumulated CPU time: 3334.15 s
Current children cumulated vsize: 1159036 KiB
Current children cumulated memory: 971972 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.14 4.13 5/254 80465
/proc/meminfo: memFree=124408660/131382116 swapFree=33009904/33010684
[pid=79862] ppid=79853 vsize=4192 memory=2944 CPUtime=0.03 cores=4,6
/proc/79862/stat : 79862 (run-opt-break.s) S 79853 79862 79758 0 -1 4194304 236 2238 0 0 0 0 2 1 20 0 1 0 70710073 4292608 736 18446744073709551615 94130844307456 94130845201989 140735532985072 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94130845441040 94130845488784 94130855976960 140735532988769 140735532988898 140735532988898 140735532994500 0
/proc/79862/statm: 1048 736 672 219 0 110 0
[pid=79878] ppid=79862 vsize=1170844 memory=998084 CPUtime=3393.98 cores=4,6
/proc/79878/stat : 79878 (roundingsat) R 79862 79862 79758 0 -1 4194304 161274 0 0 0 338118 1280 0 0 20 0 1 0 70710079 1198944256 249521 18446744073709551615 4227072 8923433 140723827031040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21299200 140723827034468 140723827034664 140723827034664 140723827040234 0
/proc/79878/statm: 292711 249521 2496 1147 0 280138 0
Current children cumulated CPU time: 3394.01 s
Current children cumulated vsize: 1175036 KiB
Current children cumulated memory: 1001028 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.14 4.13 5/255 80472
/proc/meminfo: memFree=124365684/131382116 swapFree=33009904/33010684
[pid=79862] ppid=79853 vsize=4192 memory=2944 CPUtime=0.03 cores=4,6
/proc/79862/stat : 79862 (run-opt-break.s) S 79853 79862 79758 0 -1 4194304 236 2238 0 0 0 0 2 1 20 0 1 0 70710073 4292608 736 18446744073709551615 94130844307456 94130845201989 140735532985072 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94130845441040 94130845488784 94130855976960 140735532988769 140735532988898 140735532988898 140735532994500 0
/proc/79862/statm: 1048 736 672 219 0 110 0
[pid=79878] ppid=79862 vsize=1172892 memory=1016340 CPUtime=3453.84 cores=4,6
/proc/79878/stat : 79878 (roundingsat) R 79862 79862 79758 0 -1 4194304 161914 0 0 0 344102 1282 0 0 20 0 1 0 70710079 1201041408 254085 18446744073709551615 4227072 8923433 140723827031040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21299200 140723827034468 140723827034664 140723827034664 140723827040234 0
/proc/79878/statm: 293223 254085 2496 1147 0 280650 0
Current children cumulated CPU time: 3453.87 s
Current children cumulated vsize: 1177084 KiB
Current children cumulated memory: 1019284 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.13 4.12 5/255 80474
/proc/meminfo: memFree=124303460/131382116 swapFree=33009904/33010684
[pid=79862] ppid=79853 vsize=4192 memory=2944 CPUtime=0.03 cores=4,6
/proc/79862/stat : 79862 (run-opt-break.s) S 79853 79862 79758 0 -1 4194304 236 2238 0 0 0 0 2 1 20 0 1 0 70710073 4292608 736 18446744073709551615 94130844307456 94130845201989 140735532985072 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94130845441040 94130845488784 94130855976960 140735532988769 140735532988898 140735532988898 140735532994500 0
/proc/79862/statm: 1048 736 672 219 0 110 0
[pid=79878] ppid=79862 vsize=1180060 memory=1040004 CPUtime=3513.7 cores=4,6
/proc/79878/stat : 79878 (roundingsat) R 79862 79862 79758 0 -1 4194304 163228 0 0 0 350086 1284 0 0 20 0 1 0 70710079 1208381440 260001 18446744073709551615 4227072 8923433 140723827031040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21299200 140723827034468 140723827034664 140723827034664 140723827040234 0
/proc/79878/statm: 295015 260001 2496 1147 0 282442 0
Current children cumulated CPU time: 3513.73 s
Current children cumulated vsize: 1184252 KiB
Current children cumulated memory: 1042948 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.13 4.12 5/255 80476
/proc/meminfo: memFree=124232788/131382116 swapFree=33009904/33010684
[pid=79862] ppid=79853 vsize=4192 memory=2944 CPUtime=0.03 cores=4,6
/proc/79862/stat : 79862 (run-opt-break.s) S 79853 79862 79758 0 -1 4194304 236 2238 0 0 0 0 2 1 20 0 1 0 70710073 4292608 736 18446744073709551615 94130844307456 94130845201989 140735532985072 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94130845441040 94130845488784 94130855976960 140735532988769 140735532988898 140735532988898 140735532994500 0
/proc/79862/statm: 1048 736 672 219 0 110 0
[pid=79878] ppid=79862 vsize=1195420 memory=1067740 CPUtime=3573.57 cores=4,6
/proc/79878/stat : 79878 (roundingsat) R 79862 79862 79758 0 -1 4194304 166581 0 0 0 356069 1288 0 0 20 0 1 0 70710079 1224110080 266935 18446744073709551615 4227072 8923433 140723827031040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21299200 140723827034468 140723827034664 140723827034664 140723827040234 0
/proc/79878/statm: 298855 266935 2496 1147 0 286282 0
Current children cumulated CPU time: 3573.6 s
Current children cumulated vsize: 1199612 KiB
Current children cumulated memory: 1070684 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.8 s]
/proc/loadavg: 4.17 4.14 4.12 5/255 80478
/proc/meminfo: memFree=124165716/131382116 swapFree=33009904/33010684
[pid=79862] ppid=79853 vsize=4192 memory=2944 CPUtime=0.03 cores=4,6
/proc/79862/stat : 79862 (run-opt-break.s) S 79853 79862 79758 0 -1 4194304 236 2238 0 0 0 0 2 1 20 0 1 0 70710073 4292608 736 18446744073709551615 94130844307456 94130845201989 140735532985072 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94130845441040 94130845488784 94130855976960 140735532988769 140735532988898 140735532988898 140735532994500 0
/proc/79862/statm: 1048 736 672 219 0 110 0
[pid=79878] ppid=79862 vsize=1412904 memory=1073616 CPUtime=3600 cores=4,6
/proc/79878/stat : 79878 (roundingsat) R 79862 79862 79758 0 -1 4194304 167537 0 0 0 358710 1290 0 0 20 0 1 0 70710079 1446813696 268404 18446744073709551615 4227072 8923433 140723827031040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21299200 140723827034468 140723827034664 140723827034664 140723827040234 0
/proc/79878/statm: 353226 268404 2496 1147 0 340653 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 1417096 KiB
Current children cumulated memory: 1076560 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

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

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

Child status: 2

Real time (s): 3608.83
CPU time (s): 3600.08
CPU user time (s): 3587.14
CPU system time (s): 12.9418
CPU usage (%): 99.7576
Max. virtual memory (cumulated for all children) (KiB): 1417096
Max. memory (cumulated for all children) (KiB): 1076560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.14
system time used= 12.9418
maximum resident set size= 1073744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170030
page faults= 0
swaps= 0
block input operations= 0
block output operations= 376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 339
involuntary context switches= 4407


# summary of solver processes directly reported to runsolver:
#   pid: 79862,79878
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3587.14
#   total CPU system time (s): 12.9418

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.0529 second user time and 36.356 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-03 15:45:09
IDJOB=4519012
IDBENCH=177142
IDSOLVER=3359
FILE ID=nodeC004/4519012-1751550309
RUNJOBID= nodeC004-1751550309-79813
SLURM_JOB_ID= 9598729
Free space on /tmp= 431624 MiB

SOLVER NAME= roundingsat+pbsuma-opt 63f22ad
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/diagcomm_less/normalized-mult_diagcomm_opt_less_teq_nbits_26.opb
COMMAND LINE= run-opt-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4519012-1751550309/watcher-4519012-1751550309 -o /tmp/evaluation-result-4519012-1751550309/solver-4519012-1751550309 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751550309-79813 --watchdog 3760  run-opt-break.sh HOME/instance-4519012-1751550309.opb

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

MD5SUM BENCH= eab24ff23fe5100b8f4d0b18077a7ab6
RANDOM SEED=1086584346

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129021404 kB
MemAvailable:   129873116 kB
Buffers:            2128 kB
Cached:          1601596 kB
SwapCached:           32 kB
Active:           663040 kB
Inactive:        1007604 kB
Active(anon):      74104 kB
Inactive(anon):    10748 kB
Active(file):     588936 kB
Inactive(file):   996856 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             29160 kB
Writeback:             0 kB
AnonPages:         70008 kB
Mapped:           103368 kB
Shmem:             17932 kB
KReclaimable:     211092 kB
Slab:             297320 kB
SReclaimable:     211092 kB
SUnreclaim:        86228 kB
KernelStack:        3876 kB
PageTables:         2568 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     339864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431592 MiB
End job on nodeC004 at 2025-07-03 16:45:18