Trace number 4486383

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-log 63f22adSAT (TO)316 3600.13 3610.93

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-circ10_3.opb
MD5SUMaa9fde9a58805e0fa430d773484bcae7
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark288
Best CPU time to get the best result obtained on this benchmark72000.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2700
Total number of constraints42620
Number of constraints which are clauses20220
Number of constraints which are cardinality constraints (but not clauses)800
Number of constraints which are nor clauses,nor cardinality constraints21600
Minimum length of a constraint2
Maximum length of a constraint36
Number of terms in the objective function 900
Biggest coefficient in the objective function 5
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 2500
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 2500
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4486383-1751325417.opb'
0.00/0.05	c 	read 3.05MB  (34.00ms)
0.00/0.05	c	 [cnf: #variables 2700 #clauses 42621 #duplicates 0 #arr 308220]
0.00/0.06	c output proof to 'PROOFDIR/proof-4486383-1751325417'
0.00/0.06	c 
0.00/0.06	c make graph and approximate orbits
0.00/0.08	c	 [group: #orbits ~= 308] (22.17ms)
0.00/0.08	c 
0.00/0.08	c detect special group actions
0.00/0.08	c 	probe for Johnson action (limit=64)
0.00/0.09	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.09	c 	probe for row symmetry (limit=64, splits=16.78M)
1.46/1.52	c 	 (1437.75ms)
1.46/1.52	c 
1.46/1.52	c detect symmetries on remainder
1.46/1.52	c 	[graph: #vertices 66091 #edges 657980]
1.46/1.52	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
1.56/1.60	c 	 [group: #symmetries 2.00*10^1 #generators 2] (85.46ms)
1.56/1.60	c 
1.56/1.60	c optimize generators (opt_passes=64, conjugate_limit=256)
1.56/1.60	c 	(0.00ms)
1.56/1.60	c 
1.56/1.60	c finalize break order and special generators
1.56/1.60	c 
1.56/1.60	c add generic predicates (break_depth=20)
1.56/1.60	c 	added predicates for 2 generators (0.04ms)
1.56/1.64	c 
1.56/1.64	c generation finished
1.56/1.64	c 	[sbp: #constraints 116 #add_vars 38]
1.56/1.64	c 
1.56/1.64	c write result to 'HOME/instance-4486383-1751325417.opb.pre'
1.56/1.65	c 	wrote 3.06MB (6.57ms)
1.56/1.65	c ------------------------------------------------------------------
1.56/1.65	c                1437.75ms 87.83% detect_special
1.56/1.65	c                  85.46ms  5.22% detect_generic
1.56/1.65	c                  50.79ms  3.10% other
1.56/1.65	c                  34.00ms  2.08% parse
1.56/1.65	c                  22.17ms  1.35% approx_orbits
1.56/1.65	c                   6.57ms  0.40% output
1.56/1.65	c                   0.15ms  0.01% finalize_order
1.56/1.65	c                   0.04ms  0.00% break_generic
1.56/1.65	c                   0.00ms  0.00% optimize_gens
1.56/1.65	c         ───────────────────────────────────────────────
1.56/1.65	c                1636.93ms   100% total
1.56/1.65	c ------------------------------------------------------------------
1.56/1.69	c RoundingSat 2
1.56/1.69	c branch pb25
1.56/1.69	c commit 63f22ad
1.93/2.01	c #variables 2738 #constraints 43186
1.93/2.01	c objective is ce32 
1.93/2.01	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
1.93/2.01	c initial counting CF 32, 64, 128, Arb: 21601 , 0 , 0 , 0
1.93/2.01	c bounds - >= 0 @ 0.270097
3.71/3.89	c bounds 404 >= 0 @ 2.12962
8.31/8.50	c #Conflicts:       1000 | #Constraints:      44186
8.31/8.50	c #Conflicts:       2000 | #Constraints:      45186
8.31/8.50	c INPROCESSING
8.31/8.50	WSVECS04 Frhs2[944]: 6 0 2.00005 shouldn't be
8.31/8.50	WSVECS04 Frhs2[945]: 6 0 2.0001 shouldn't be
8.31/8.50	WSVECS04 Frhs2[946]: 6 0 2.00005 shouldn't be
8.31/8.50	WSVECS04 Frhs2[1050]: 6 -14.0001 0 shouldn't be
10.91/11.10	WSVECS04 Frhs2[948]: 6 0 2.00009 shouldn't be
10.91/11.10	WSVECS04 Frhs2[950]: 6 0 2.00007 shouldn't be
13.69/13.84	c bounds 388 >= 0 @ 12.0064
13.69/13.85	c bounds 386 >= 0 @ 12.0142
13.80/13.94	c bounds 384 >= 0 @ 12.1039
13.99/14.17	c #Conflicts:       3000 | #Constraints:      45208
13.99/14.17	c bounds 382 >= 0 @ 12.3273
13.99/14.19	c bounds 382 >= 3 @ 12.3454
14.10/14.27	c #Conflicts:       4000 | #Constraints:      46212
14.10/14.27	c INPROCESSING
14.10/14.27	c GARBAGE COLLECT
14.10/14.27	c bounds 382 >= 6 @ 12.4212
18.89/19.07	c #Conflicts:       5000 | #Constraints:      45618
18.89/19.07	c #Conflicts:       6000 | #Constraints:      46618
18.89/19.07	c bounds 382 >= 9 @ 17.1802
18.98/19.15	c INPROCESSING
18.98/19.15	c bounds 382 >= 12 @ 17.2539
18.98/19.15	c bounds 378 >= 12 @ 17.2583
19.08/19.22	c bounds 372 >= 12 @ 17.3207
19.08/19.23	c #Conflicts:       7000 | #Constraints:      45635
19.08/19.23	c bounds 372 >= 15 @ 17.3334
19.08/19.28	c #Conflicts:       8000 | #Constraints:      46638
19.08/19.28	c bounds 372 >= 18 @ 17.3799
19.18/19.33	c bounds 370 >= 18 @ 17.4333
19.18/19.36	c bounds 370 >= 21 @ 17.4548
24.37/24.57	c #Conflicts:       9000 | #Constraints:      47651
24.37/24.57	c INPROCESSING
24.37/24.57	c GARBAGE COLLECT
24.37/24.57	c rational objective 140
24.67/24.87	c bounds 366 >= 21 @ 22.9181
24.67/24.87	c bounds 366 >= 23 @ 22.9189
24.67/24.87	c bounds 366 >= 25 @ 22.9194
24.67/24.88	c bounds 366 >= 27 @ 22.92
24.67/24.88	c bounds 366 >= 29 @ 22.9206
24.67/24.88	c bounds 366 >= 31 @ 22.9212
24.67/24.88	c bounds 366 >= 33 @ 22.9218
24.67/24.88	c bounds 366 >= 35 @ 22.9225
24.67/24.88	c bounds 366 >= 37 @ 22.9232
24.67/24.88	c bounds 366 >= 39 @ 22.9234
24.67/24.88	c bounds 366 >= 41 @ 22.9236
24.67/24.89	c bounds 366 >= 43 @ 22.9292
24.77/24.90	c bounds 366 >= 45 @ 22.939
24.77/24.98	c #Conflicts:      10000 | #Constraints:      46392
24.77/24.98	c bounds 366 >= 47 @ 23.0056
24.77/24.99	c bounds 364 >= 47 @ 23.0221
25.06/25.24	c #Conflicts:      11000 | #Constraints:      47408
25.06/25.24	c bounds 362 >= 47 @ 23.2561
25.06/25.24	c bounds 362 >= 49 @ 23.2614
25.06/25.25	c bounds 362 >= 51 @ 23.2706
29.96/30.14	c #Conflicts:      12000 | #Constraints:      48424
29.96/30.14	c INPROCESSING
29.96/30.14	c GARBAGE COLLECT
29.96/30.14	c #Conflicts:      13000 | #Constraints:      46822
29.96/30.14	c bounds 362 >= 53 @ 28.1124
30.56/30.70	c #Conflicts:      14000 | #Constraints:      47837
30.56/30.70	c #Conflicts:      15000 | #Constraints:      48837
30.56/30.70	c INPROCESSING
30.56/30.70	c #Conflicts:      16000 | #Constraints:      47063
30.56/30.70	c bounds 358 >= 53 @ 28.6629
30.56/30.70	c bounds 358 >= 54 @ 28.6632
30.56/30.70	c bounds 358 >= 55 @ 28.6634
30.56/30.70	c bounds 358 >= 56 @ 28.6641
30.56/30.70	c bounds 358 >= 57 @ 28.6648
30.56/30.70	c bounds 358 >= 58 @ 28.6652
30.56/30.70	c bounds 358 >= 59 @ 28.6652
30.56/30.70	c bounds 358 >= 60 @ 28.6658
30.56/30.70	c bounds 358 >= 61 @ 28.6664
30.56/30.71	c bounds 358 >= 62 @ 28.6671
30.56/30.71	c bounds 358 >= 63 @ 28.6677
30.56/30.71	c bounds 358 >= 64 @ 28.6684
30.56/30.71	c bounds 358 >= 65 @ 28.669
30.56/30.71	c bounds 358 >= 66 @ 28.6697
30.56/30.71	c bounds 358 >= 67 @ 28.6703
30.56/30.71	c bounds 358 >= 68 @ 28.6711
30.56/30.71	c bounds 358 >= 69 @ 28.6718
30.56/30.71	c bounds 358 >= 70 @ 28.6722
30.56/30.71	c bounds 358 >= 71 @ 28.6722
30.56/30.71	c bounds 358 >= 72 @ 28.6729
30.56/30.71	c bounds 358 >= 73 @ 28.6732
30.56/30.71	c bounds 358 >= 74 @ 28.6732
30.56/30.71	c bounds 358 >= 75 @ 28.6732
30.56/30.72	c bounds 358 >= 76 @ 28.6737
30.56/30.72	c bounds 358 >= 77 @ 28.6744
30.56/30.72	c bounds 358 >= 78 @ 28.6751
30.56/30.72	c bounds 358 >= 79 @ 28.6758
30.56/30.72	c bounds 358 >= 80 @ 28.6762
30.56/30.72	c bounds 358 >= 81 @ 28.6762
30.56/30.72	c bounds 358 >= 82 @ 28.6769
30.56/30.72	c bounds 358 >= 83 @ 28.6777
30.56/30.72	c bounds 358 >= 84 @ 28.6784
30.56/30.72	c bounds 358 >= 85 @ 28.6791
30.56/30.72	c bounds 358 >= 86 @ 28.6792
30.56/30.72	c bounds 358 >= 87 @ 28.6792
30.56/30.72	c bounds 358 >= 88 @ 28.6794
30.56/30.72	c bounds 358 >= 89 @ 28.6801
30.56/30.73	c bounds 358 >= 90 @ 28.6802
30.56/30.73	c bounds 358 >= 91 @ 28.6802
30.56/30.73	c bounds 358 >= 92 @ 28.6803
30.56/30.73	c bounds 358 >= 93 @ 28.681
30.56/30.73	c bounds 358 >= 94 @ 28.6812
30.56/30.73	c bounds 358 >= 95 @ 28.6814
30.56/30.73	c bounds 358 >= 96 @ 28.6821
30.56/30.73	c bounds 358 >= 97 @ 28.6822
30.56/30.73	c bounds 358 >= 98 @ 28.6825
30.56/30.73	c bounds 358 >= 99 @ 28.6832
30.56/30.73	c bounds 358 >= 100 @ 28.6839
30.56/30.73	c bounds 358 >= 101 @ 28.6842
30.56/30.73	c bounds 358 >= 102 @ 28.6842
30.56/30.73	c bounds 358 >= 103 @ 28.6844
30.56/30.74	c bounds 358 >= 104 @ 28.6852
30.56/30.74	c bounds 358 >= 105 @ 28.6861
30.56/30.74	c bounds 358 >= 106 @ 28.687
30.56/30.74	c bounds 358 >= 107 @ 28.6871
30.56/30.74	c bounds 358 >= 108 @ 28.688
30.56/30.74	c bounds 358 >= 109 @ 28.6881
30.56/30.74	c bounds 358 >= 110 @ 28.6887
30.56/30.74	c bounds 358 >= 111 @ 28.6909
30.56/30.75	c bounds 358 >= 112 @ 28.6945
30.56/30.76	c bounds 358 >= 113 @ 28.7037
30.56/30.78	c bounds 358 >= 114 @ 28.7214
30.65/30.80	c #Conflicts:      17000 | #Constraints:      48370
30.65/30.80	c bounds 358 >= 115 @ 28.7462
30.65/30.81	c bounds 358 >= 116 @ 28.7518
30.65/30.81	c bounds 358 >= 117 @ 28.752
30.65/30.81	c bounds 358 >= 118 @ 28.7531
30.65/30.81	c bounds 358 >= 119 @ 28.7541
30.65/30.81	c bounds 358 >= 120 @ 28.7551
30.65/30.82	c bounds 358 >= 121 @ 28.7564
30.65/30.82	c bounds 358 >= 122 @ 28.7609
30.65/30.84	c bounds 358 >= 123 @ 28.7744
30.65/30.86	c #Conflicts:      18000 | #Constraints:      49493
30.65/30.86	c bounds 358 >= 124 @ 28.7996
58.98/59.27	c INPROCESSING
58.98/59.27	c GARBAGE COLLECT
58.98/59.27	c #Conflicts:      19000 | #Constraints:      47416
58.98/59.27	c bounds 358 >= 125 @ 57.081
58.98/59.29	c bounds 358 >= 126 @ 57.0949
58.98/59.29	c bounds 358 >= 127 @ 57.0959
58.98/59.29	c bounds 358 >= 128 @ 57.0973
58.98/59.29	c bounds 358 >= 129 @ 57.0977
58.98/59.29	c bounds 358 >= 130 @ 57.0994
58.98/59.30	c bounds 358 >= 131 @ 57.1021
59.09/59.30	c bounds 358 >= 132 @ 57.1084
59.09/59.31	c bounds 358 >= 133 @ 57.1153
71.76/72.00	c #Conflicts:      20000 | #Constraints:      48548
71.76/72.00	c bounds 358 >= 134 @ 69.7216
71.76/72.06	c bounds 358 >= 135 @ 69.7774
71.76/72.09	c #Conflicts:      21000 | #Constraints:      49617
71.76/72.09	c bounds 358 >= 136 @ 69.8031
72.05/72.31	c INPROCESSING
72.05/72.31	c GARBAGE COLLECT
72.05/72.31	c bounds 358 >= 137 @ 70.0103
72.05/72.31	c bounds 358 >= 138 @ 70.0109
72.05/72.31	c bounds 358 >= 139 @ 70.0136
72.05/72.32	c bounds 358 >= 140 @ 70.0211
72.05/72.34	c #Conflicts:      22000 | #Constraints:      47409
72.05/72.34	c bounds 358 >= 141 @ 70.0387
72.16/72.40	c #Conflicts:      23000 | #Constraints:      48427
72.16/72.40	c bounds 358 >= 142 @ 70.0984
72.26/72.57	c #Conflicts:      24000 | #Constraints:      49454
72.26/72.57	c bounds 358 >= 143 @ 70.2559
72.35/72.64	c #Conflicts:      25000 | #Constraints:      50478
72.35/72.64	c INPROCESSING
72.35/72.64	c bounds 356 >= 143 @ 70.3175
72.35/72.65	c bounds 354 >= 143 @ 70.3273
72.35/72.66	c bounds 352 >= 143 @ 70.3351
72.46/72.78	c bounds 350 >= 143 @ 70.452
72.86/73.11	c #Conflicts:      26000 | #Constraints:      48020
72.86/73.11	c #Conflicts:      27000 | #Constraints:      49020
72.86/73.11	c bounds 346 >= 143 @ 70.7813
72.86/73.11	c bounds 346 >= 144 @ 70.7827
72.86/73.12	c bounds 346 >= 145 @ 70.7841
72.86/73.12	c bounds 346 >= 146 @ 70.7847
72.86/73.12	c bounds 346 >= 147 @ 70.7859
72.86/73.13	c bounds 346 >= 148 @ 70.7912
72.86/73.13	c bounds 346 >= 149 @ 70.7983
72.86/73.17	c #Conflicts:      28000 | #Constraints:      50099
72.86/73.17	c bounds 346 >= 150 @ 70.8285
73.05/73.34	c #Conflicts:      29000 | #Constraints:      51120
73.05/73.34	c INPROCESSING
73.05/73.34	c GARBAGE COLLECT
73.05/73.34	c #Conflicts:      30000 | #Constraints:      48463
73.05/73.34	c bounds 346 >= 151 @ 70.9928
73.26/73.53	c #Conflicts:      31000 | #Constraints:      49484
73.26/73.53	c #Conflicts:      32000 | #Constraints:      50484
73.26/73.53	c bounds 346 >= 152 @ 71.1762
74.05/74.33	c bounds 344 >= 152 @ 71.9644
75.75/76.05	c #Conflicts:      33000 | #Constraints:      51509
75.75/76.05	c INPROCESSING
75.75/76.05	c GARBAGE COLLECT
75.75/76.05	WSVECS04 Frhs2[1809]: 6 -1.00001 0 shouldn't be
75.75/76.05	WSVECS04 Frhs2[1825]: 6 -5.00002 0 shouldn't be
75.75/76.05	WSVECS04 Frhs2[1998]: 6 -2.00003 0 shouldn't be
75.75/76.05	WSVECS04 Frhs2[2088]: 6 -2.00003 0 shouldn't be
75.75/76.05	WSVECS04 Frhs2[2099]: 6 -2.00001 0 shouldn't be
75.75/76.05	WSVECS04 Frhs2[2113]: 6 -3.00007 0 shouldn't be
75.75/76.05	WSVECS04 Frhs2[2139]: 6 -2.00006 0 shouldn't be
75.75/76.05	WSVECS04 Frhs2[2655]: 6 -5.00006 0 shouldn't be
75.75/76.05	WSVECS04 Frhs2[2673]: 6 -3.00008 0 shouldn't be
75.75/76.05	WSVECS04 Frhs2[2695]: 6 -4.00006 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[1804]: 6 -4.00008 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[1829]: 6 -2.00003 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[1864]: 6 -3.00003 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[1903]: 6 -3.00005 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[1904]: 6 -4.00002 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[1906]: 6 -4.00001 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[1907]: 6 -3.00006 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[1920]: 6 -1.00005 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[1946]: 6 -5.00006 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[1954]: 6 -3.00009 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[1964]: 6 -3.00006 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[1973]: 6 -2.00006 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[1999]: 6 -2.00002 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[2155]: 6 -4.00007 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[2233]: 6 -2.00007 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[2325]: 6 -4.00007 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[2437]: 6 -3.00009 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[2455]: 6 -5.00008 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[2469]: 6 -2.00005 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[2482]: 6 -2.00006 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[2494]: 6 -3.00009 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[2495]: 6 -4.00009 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[2497]: 6 -4.00007 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[2509]: 6 -2.00003 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[2519]: 6 -2.00004 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[2522]: 6 -2.00006 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[2537]: 6 -3.00005 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[2546]: 6 -4.00009 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[2555]: 6 -5.00006 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[2573]: 6 -3.00005 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[2576]: 6 -5.00001 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[2596]: 6 -5.00002 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[2597]: 6 -4.00002 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[2598]: 6 -3.0001 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[2646]: 6 -4.00003 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[2664]: 6 -4.0001 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[2694]: 6 -3.00007 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[2696]: 6 -5.00008 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[2698]: 6 -3.00006 0 shouldn't be
77.95/78.28	WSVECS04 Frhs2[2699]: 6 -2.00003 0 shouldn't be
80.53/80.83	WSVECS04 Frhs2[1899]: 6 -1.00003 0 shouldn't be
80.53/80.83	WSVECS04 Frhs2[1930]: 6 -1.00009 0 shouldn't be
80.53/80.83	WSVECS04 Frhs2[2010]: 6 -1.00006 0 shouldn't be
80.53/80.83	WSVECS04 Frhs2[2448]: 6 -2.00009 0 shouldn't be
80.53/80.83	WSVECS04 Frhs2[2461]: 6 -1.00007 0 shouldn't be
80.53/80.83	WSVECS04 Frhs2[2600]: 6 -1.00003 0 shouldn't be
84.83/85.13	WSVECS04 Frhs2[1882]: 6 -1.00002 0 shouldn't be
84.83/85.13	WSVECS04 Frhs2[1910]: 6 -1.00009 0 shouldn't be
84.83/85.13	WSVECS04 Frhs2[1941]: 6 -1.00006 0 shouldn't be
84.83/85.13	WSVECS04 Frhs2[2091]: 6 -1.00003 0 shouldn't be
84.83/85.13	WSVECS04 Frhs2[2101]: 6 -1.00008 0 shouldn't be
84.83/85.13	WSVECS04 Frhs2[2610]: 6 -1.00007 0 shouldn't be
84.83/85.13	WSVECS04 Frhs2[2611]: 6 -1.00008 0 shouldn't be
92.11/92.49	WSVECS04 Frhs2[1810]: 6 -1.00009 0 shouldn't be
92.11/92.49	WSVECS04 Frhs2[2164]: 6 -4.00001 0 shouldn't be
92.11/92.49	WSVECS04 Frhs2[2250]: 6 -1.00007 0 shouldn't be
92.11/92.49	WSVECS04 Frhs2[2259]: 6 -1.00007 0 shouldn't be
92.11/92.49	WSVECS04 Frhs2[2260]: 6 -1.00006 0 shouldn't be
92.11/92.49	WSVECS04 Frhs2[2337]: 6 -4.00003 0 shouldn't be
92.11/92.49	WSVECS04 Frhs2[2499]: 6 -2.00007 0 shouldn't be
92.11/92.49	WSVECS04 Frhs2[2628]: 6 -2.00009 0 shouldn't be
92.11/92.49	WSVECS04 Frhs2[2681]: 6 -1.00004 0 shouldn't be
92.11/92.49	WSVECS04 Frhs2[2691]: 6 -1.00003 0 shouldn't be
99.80/100.18	WSVECS04 Frhs2[1805]: 6 -5.00008 0 shouldn't be
99.80/100.18	WSVECS04 Frhs2[2501]: 6 -1.00008 0 shouldn't be
107.27/107.60	WSVECS04 Frhs2[2119]: 6 -2.00009 0 shouldn't be
107.27/107.60	WSVECS04 Frhs2[2491]: 6 -1.00007 0 shouldn't be
120.44/120.81	WSVECS04 Frhs2[1803]: 6 -3.00002 0 shouldn't be
120.44/120.81	WSVECS04 Frhs2[2205]: 6 -5.00008 0 shouldn't be
127.33/127.71	WSVECS04 Frhs2[2297]: 6 -4.00008 0 shouldn't be
127.33/127.71	WSVECS04 Frhs2[2599]: 6 -2.00009 0 shouldn't be
128.12/128.54	c bounds 344 >= 153 @ 125.923
128.12/128.54	c bounds 344 >= 154 @ 125.924
128.12/128.54	c bounds 344 >= 155 @ 125.925
128.12/128.54	c bounds 344 >= 156 @ 125.927
128.12/128.55	c bounds 344 >= 157 @ 125.931
137.50/137.97	c #Conflicts:      34000 | #Constraints:      48769
137.50/137.97	c #Conflicts:      35000 | #Constraints:      49769
137.50/137.97	c bounds 344 >= 158 @ 135.278
138.10/138.51	c #Conflicts:      36000 | #Constraints:      50817
138.10/138.51	c #Conflicts:      37000 | #Constraints:      51817
138.10/138.51	c INPROCESSING
138.10/138.51	c GARBAGE COLLECT
138.10/138.51	c bounds 344 >= 159 @ 135.811
138.10/138.52	c bounds 344 >= 160 @ 135.812
138.10/138.53	c bounds 344 >= 161 @ 135.828
138.10/138.54	c bounds 344 >= 162 @ 135.834
138.20/138.62	c #Conflicts:      38000 | #Constraints:      48828
138.20/138.62	c #Conflicts:      39000 | #Constraints:      49828
138.20/138.62	c bounds 344 >= 163 @ 135.907
138.20/138.65	c bounds 344 >= 164 @ 135.935
138.50/138.92	c #Conflicts:      40000 | #Constraints:      50864
138.50/138.92	c #Conflicts:      41000 | #Constraints:      51864
138.50/138.92	c #Conflicts:      42000 | #Constraints:      52864
138.50/138.92	c bounds 344 >= 165 @ 136.205
138.90/139.39	c #Conflicts:      43000 | #Constraints:      53885
138.90/139.39	c #Conflicts:      44000 | #Constraints:      54885
138.90/139.39	c bounds 342 >= 165 @ 136.656
152.67/153.17	c #Conflicts:      45000 | #Constraints:      55886
152.67/153.17	c bounds 342 >= 167 @ 150.349
152.77/153.24	c bounds 342 >= 169 @ 150.408
152.86/153.39	c #Conflicts:      46000 | #Constraints:      56907
152.86/153.39	c #Conflicts:      47000 | #Constraints:      57907
152.86/153.39	c bounds 342 >= 171 @ 150.548
153.27/153.74	c #Conflicts:      48000 | #Constraints:      58916
153.27/153.74	c bounds 340 >= 171 @ 150.885
153.27/153.74	c bounds 340 >= 172 @ 150.889
153.27/153.75	c bounds 340 >= 173 @ 150.891
153.27/153.77	c #Conflicts:      49000 | #Constraints:      59938
153.27/153.77	c bounds 340 >= 174 @ 150.908
153.27/153.77	c bounds 340 >= 175 @ 150.914
153.36/153.84	c #Conflicts:      50000 | #Constraints:      60963
153.36/153.84	c bounds 340 >= 176 @ 150.975
153.36/153.86	c bounds 340 >= 177 @ 150.996
153.67/154.11	c #Conflicts:      51000 | #Constraints:      61999
153.67/154.11	c #Conflicts:      52000 | #Constraints:      62999
153.67/154.11	c #Conflicts:      53000 | #Constraints:      63999
153.67/154.11	c bounds 340 >= 178 @ 151.236
153.67/154.17	c INPROCESSING
153.67/154.17	c GARBAGE COLLECT
153.67/154.17	c bounds 338 >= 178 @ 151.29
156.26/156.78	c #Conflicts:      54000 | #Constraints:      54899
156.26/156.78	c #Conflicts:      55000 | #Constraints:      55899
156.26/156.78	c #Conflicts:      56000 | #Constraints:      56899
156.26/156.78	c #Conflicts:      57000 | #Constraints:      57899
156.26/156.78	WSVECS04 Frhs2[1900]: 6 -1.00005 0 shouldn't be
156.26/156.78	WSVECS04 Frhs2[1910]: 6 -1.00004 0 shouldn't be
156.26/156.78	WSVECS04 Frhs2[2210]: 6 -1.00007 0 shouldn't be
157.56/158.01	c #Conflicts:      58000 | #Constraints:      58899
157.56/158.01	c INPROCESSING
157.56/158.01	c GARBAGE COLLECT
157.56/158.01	c bounds 338 >= 179 @ 155.056
157.56/158.01	c bounds 338 >= 180 @ 155.057
157.56/158.01	c bounds 338 >= 181 @ 155.058
157.56/158.01	c bounds 338 >= 182 @ 155.058
157.56/158.01	c bounds 338 >= 183 @ 155.059
157.56/158.02	c #Conflicts:      59000 | #Constraints:      52190
157.56/158.02	c bounds 338 >= 184 @ 155.065
157.56/158.03	c bounds 338 >= 185 @ 155.078
157.56/158.06	c bounds 338 >= 186 @ 155.1
167.93/168.46	c #Conflicts:      60000 | #Constraints:      53247
167.93/168.46	c #Conflicts:      61000 | #Constraints:      54247
167.93/168.46	WSVECS04 Frhs2[1819]: 6 -2.00005 0 shouldn't be
167.93/168.46	WSVECS04 Frhs2[1862]: 6 -2.00009 0 shouldn't be
167.93/168.46	WSVECS04 Frhs2[1941]: 6 -1.00007 0 shouldn't be
167.93/168.46	WSVECS04 Frhs2[2260]: 6 -1.00004 0 shouldn't be
167.93/168.46	WSVECS04 Frhs2[2348]: 6 -2.00003 0 shouldn't be
167.93/168.46	WSVECS04 Frhs2[2362]: 6 -2.00005 0 shouldn't be
167.93/168.46	WSVECS04 Frhs2[2681]: 6 -1.00005 0 shouldn't be
167.93/168.46	WSVECS04 Frhs2[2698]: 6 -3.00008 0 shouldn't be
173.41/173.97	WSVECS04 Frhs2[1873]: 6 -2.00003 0 shouldn't be
173.41/173.97	WSVECS04 Frhs2[2190]: 6 -1.00004 0 shouldn't be
177.60/178.15	WSVECS04 Frhs2[1848]: 6 -3.00002 0 shouldn't be
177.60/178.15	WSVECS04 Frhs2[1899]: 6 -1.00007 0 shouldn't be
177.60/178.15	WSVECS04 Frhs2[2302]: 6 -2.00006 0 shouldn't be
177.60/178.15	WSVECS04 Frhs2[2438]: 6 -2.00007 0 shouldn't be
177.60/178.15	WSVECS04 Frhs2[2632]: 6 -2.00005 0 shouldn't be
177.60/178.15	WSVECS04 Frhs2[2699]: 6 -2.00006 0 shouldn't be
181.60/182.18	WSVECS04 Frhs2[1973]: 6 -2.00003 0 shouldn't be
181.60/182.18	WSVECS04 Frhs2[2655]: 6 -5.00007 0 shouldn't be
181.60/182.18	WSVECS04 Frhs2[2691]: 6 -1.00004 0 shouldn't be
185.28/185.81	WSVECS04 Frhs2[2273]: 6 -3.00009 0 shouldn't be
185.28/185.81	WSVECS04 Frhs2[2299]: 6 -2.00002 0 shouldn't be
185.38/185.97	c bounds 338 >= 187 @ 182.849
185.58/186.15	c #Conflicts:      62000 | #Constraints:      55274
185.58/186.15	c #Conflicts:      63000 | #Constraints:      56274
185.58/186.15	c bounds 338 >= 188 @ 183.026
213.31/213.91	c #Conflicts:      64000 | #Constraints:      57295
213.31/213.91	c INPROCESSING
213.31/213.91	c #Conflicts:      65000 | #Constraints:      51493
213.31/213.91	c #Conflicts:      66000 | #Constraints:      52493
213.31/213.91	c #Conflicts:      67000 | #Constraints:      53493
213.31/213.91	c #Conflicts:      68000 | #Constraints:      54493
213.31/213.91	c #Conflicts:      69000 | #Constraints:      55493
213.31/213.91	c #Conflicts:      70000 | #Constraints:      56493
213.31/213.91	c INPROCESSING
213.31/213.91	c GARBAGE COLLECT
213.31/213.91	c rational objective 188
214.51/215.15	c #Conflicts:      71000 | #Constraints:      51162
214.51/215.15	c #Conflicts:      72000 | #Constraints:      52162
214.51/215.15	c bounds 338 >= 189 @ 211.815
215.51/216.12	c #Conflicts:      73000 | #Constraints:      53192
215.51/216.12	c #Conflicts:      74000 | #Constraints:      54192
215.51/216.12	c #Conflicts:      75000 | #Constraints:      55192
215.51/216.12	c #Conflicts:      76000 | #Constraints:      56192
215.51/216.12	c #Conflicts:      77000 | #Constraints:      57192
215.51/216.12	c #Conflicts:      78000 | #Constraints:      58192
215.51/216.12	c bounds 338 >= 190 @ 212.754
265.07/265.81	c #Conflicts:      79000 | #Constraints:      59210
265.07/265.81	c #Conflicts:      80000 | #Constraints:      60210
265.07/265.81	c #Conflicts:      81000 | #Constraints:      61210
265.07/265.81	c #Conflicts:      82000 | #Constraints:      62210
265.07/265.81	c #Conflicts:      83000 | #Constraints:      63210
265.07/265.81	c #Conflicts:      84000 | #Constraints:      64210
265.07/265.81	c #Conflicts:      85000 | #Constraints:      65210
265.07/265.81	c #Conflicts:      86000 | #Constraints:      66210
265.07/265.81	c #Conflicts:      87000 | #Constraints:      67210
265.07/265.81	c #Conflicts:      88000 | #Constraints:      68210
265.07/265.81	c #Conflicts:      89000 | #Constraints:      69210
265.07/265.81	c #Conflicts:      90000 | #Constraints:      70210
265.07/265.81	c #Conflicts:      91000 | #Constraints:      71210
265.07/265.81	c bounds 338 >= 191 @ 262.164
265.07/265.86	c bounds 336 >= 191 @ 262.22
285.12/286.00	c INPROCESSING
285.12/286.00	c GARBAGE COLLECT
285.12/286.00	c rational objective 191
285.92/286.72	c #Conflicts:      92000 | #Constraints:      58382
285.92/286.72	c bounds 334 >= 191 @ 282.97
286.81/287.62	c #Conflicts:      93000 | #Constraints:      59383
286.81/287.62	c #Conflicts:      94000 | #Constraints:      60383
286.81/287.62	c #Conflicts:      95000 | #Constraints:      61383
286.81/287.62	c bounds 330 >= 191 @ 283.852
286.81/287.68	c bounds 326 >= 191 @ 283.915
289.01/289.84	c #Conflicts:      96000 | #Constraints:      62385
289.01/289.84	c #Conflicts:      97000 | #Constraints:      63385
289.01/289.84	c #Conflicts:      98000 | #Constraints:      64385
289.01/289.84	c #Conflicts:      99000 | #Constraints:      65385
289.01/289.84	c INPROCESSING
289.01/289.84	c GARBAGE COLLECT
289.01/289.84	c #Conflicts:     100000 | #Constraints:      55864
289.01/289.84	c bounds 326 >= 192 @ 286.044
289.01/289.86	c bounds 326 >= 193 @ 286.065
289.11/289.95	c #Conflicts:     101000 | #Constraints:      56900
289.11/289.95	c bounds 326 >= 194 @ 286.152
289.32/290.14	c #Conflicts:     102000 | #Constraints:      57924
289.32/290.14	c #Conflicts:     103000 | #Constraints:      58924
289.32/290.14	c bounds 326 >= 195 @ 286.331
377.87/378.92	c #Conflicts:     104000 | #Constraints:      59939
377.87/378.92	c #Conflicts:     105000 | #Constraints:      60939
377.87/378.92	c #Conflicts:     106000 | #Constraints:      61939
377.87/378.92	c INPROCESSING
377.87/378.92	c GARBAGE COLLECT
377.87/378.92	c #Conflicts:     107000 | #Constraints:      53927
377.87/378.92	c #Conflicts:     108000 | #Constraints:      54927
377.87/378.92	c #Conflicts:     109000 | #Constraints:      55927
377.87/378.92	c bounds 326 >= 196 @ 374.599
378.38/379.43	c #Conflicts:     110000 | #Constraints:      56951
378.38/379.43	c #Conflicts:     111000 | #Constraints:      57951
378.38/379.43	c #Conflicts:     112000 | #Constraints:      58951
378.38/379.43	c bounds 326 >= 197 @ 375.081
395.03/396.19	c #Conflicts:     113000 | #Constraints:      59975
395.03/396.19	c #Conflicts:     114000 | #Constraints:      60975
395.03/396.19	c INPROCESSING
395.03/396.19	c GARBAGE COLLECT
395.03/396.19	c #Conflicts:     115000 | #Constraints:      53658
395.03/396.19	c #Conflicts:     116000 | #Constraints:      54658
395.03/396.19	c #Conflicts:     117000 | #Constraints:      55658
395.03/396.19	c #Conflicts:     118000 | #Constraints:      56658
395.03/396.19	c #Conflicts:     119000 | #Constraints:      57658
395.03/396.19	c bounds 326 >= 198 @ 391.723
396.73/397.86	c #Conflicts:     120000 | #Constraints:      58700
396.73/397.86	c #Conflicts:     121000 | #Constraints:      59700
396.73/397.86	c #Conflicts:     122000 | #Constraints:      60700
396.73/397.86	c #Conflicts:     123000 | #Constraints:      61700
396.73/397.86	c bounds 318 >= 198 @ 393.361
396.83/397.94	c #Conflicts:     124000 | #Constraints:      62701
396.83/397.94	c bounds 318 >= 199 @ 393.426
447.49/448.71	c #Conflicts:     125000 | #Constraints:      63725
447.49/448.71	c #Conflicts:     126000 | #Constraints:      64725
447.49/448.71	c #Conflicts:     127000 | #Constraints:      65725
447.49/448.71	c #Conflicts:     128000 | #Constraints:      66725
447.49/448.71	WSVECS04 Frhs2[1810]: 6 -1.00003 0 shouldn't be
458.26/459.58	WSVECS04 Frhs2[1839]: 6 -2.00003 0 shouldn't be
461.65/462.96	WSVECS04 Frhs2[1819]: 6 -2.00001 0 shouldn't be
461.65/462.96	WSVECS04 Frhs2[1882]: 6 -1.00009 0 shouldn't be
527.37/528.83	c #Conflicts:     129000 | #Constraints:      67725
527.37/528.83	c bounds 318 >= 200 @ 523.611
528.57/530.09	c #Conflicts:     130000 | #Constraints:      68764
528.57/530.09	c #Conflicts:     131000 | #Constraints:      69764
528.57/530.09	c #Conflicts:     132000 | #Constraints:      70764
528.57/530.09	c #Conflicts:     133000 | #Constraints:      71764
528.57/530.09	c #Conflicts:     134000 | #Constraints:      72764
528.57/530.09	c #Conflicts:     135000 | #Constraints:      73764
528.57/530.09	c bounds 318 >= 201 @ 524.839
534.05/535.57	c #Conflicts:     136000 | #Constraints:      74785
534.05/535.57	c #Conflicts:     137000 | #Constraints:      75785
534.05/535.57	c #Conflicts:     138000 | #Constraints:      76785
534.05/535.57	c #Conflicts:     139000 | #Constraints:      77785
534.05/535.57	c #Conflicts:     140000 | #Constraints:      78785
534.05/535.57	c INPROCESSING
534.05/535.57	c GARBAGE COLLECT
534.05/535.57	c #Conflicts:     141000 | #Constraints:      62320
534.05/535.57	c #Conflicts:     142000 | #Constraints:      63320
534.05/535.57	c #Conflicts:     143000 | #Constraints:      64320
534.05/535.57	c #Conflicts:     144000 | #Constraints:      65320
534.05/535.57	c #Conflicts:     145000 | #Constraints:      66320
534.05/535.57	c #Conflicts:     146000 | #Constraints:      67320
534.05/535.57	c #Conflicts:     147000 | #Constraints:      68320
534.05/535.57	c #Conflicts:     148000 | #Constraints:      69320
534.05/535.57	c #Conflicts:     149000 | #Constraints:      70320
534.05/535.57	c INPROCESSING
534.05/535.57	c GARBAGE COLLECT
534.05/535.57	c #Conflicts:     150000 | #Constraints:      58110
534.05/535.57	c #Conflicts:     151000 | #Constraints:      59110
534.05/535.57	c #Conflicts:     152000 | #Constraints:      60110
534.05/535.57	c #Conflicts:     153000 | #Constraints:      61110
534.05/535.57	c bounds 318 >= 202 @ 530.211
596.58/598.21	c #Conflicts:     154000 | #Constraints:      62170
596.58/598.21	c #Conflicts:     155000 | #Constraints:      63170
596.58/598.21	c #Conflicts:     156000 | #Constraints:      64170
596.58/598.21	c #Conflicts:     157000 | #Constraints:      65170
596.58/598.21	c #Conflicts:     158000 | #Constraints:      66170
596.58/598.21	c INPROCESSING
596.58/598.21	c GARBAGE COLLECT
596.58/598.21	c #Conflicts:     159000 | #Constraints:      55973
596.58/598.21	c #Conflicts:     160000 | #Constraints:      56973
596.58/598.21	c #Conflicts:     161000 | #Constraints:      57973
596.58/598.21	c #Conflicts:     162000 | #Constraints:      58973
596.58/598.21	c #Conflicts:     163000 | #Constraints:      59973
596.58/598.21	c #Conflicts:     164000 | #Constraints:      60973
596.58/598.21	c #Conflicts:     165000 | #Constraints:      61973
596.58/598.21	c #Conflicts:     166000 | #Constraints:      62973
596.58/598.21	c #Conflicts:     167000 | #Constraints:      63973
596.58/598.21	c #Conflicts:     168000 | #Constraints:      64973
596.58/598.21	c INPROCESSING
596.58/598.21	c GARBAGE COLLECT
596.58/598.21	WSVECS04 Frhs2[2273]: 6 -3.00008 0 shouldn't be
696.80/698.78	c bounds 316 >= 202 @ 692.449
727.61/729.61	c #Conflicts:     169000 | #Constraints:      55732
727.61/729.61	c #Conflicts:     170000 | #Constraints:      56732
727.61/729.61	c #Conflicts:     171000 | #Constraints:      57732
727.61/729.61	c #Conflicts:     172000 | #Constraints:      58732
727.61/729.61	c #Conflicts:     173000 | #Constraints:      59732
727.61/729.61	c #Conflicts:     174000 | #Constraints:      60732
727.61/729.61	c #Conflicts:     175000 | #Constraints:      61732
727.61/729.61	c #Conflicts:     176000 | #Constraints:      62732
727.61/729.61	c #Conflicts:     177000 | #Constraints:      63732
727.61/729.61	c #Conflicts:     178000 | #Constraints:      64732
727.61/729.61	c #Conflicts:     179000 | #Constraints:      65732
727.61/729.61	c #Conflicts:     180000 | #Constraints:      66732
727.61/729.61	c #Conflicts:     181000 | #Constraints:      67732
727.61/729.61	c #Conflicts:     182000 | #Constraints:      68732
727.61/729.61	c #Conflicts:     183000 | #Constraints:      69732
727.61/729.61	c #Conflicts:     184000 | #Constraints:      70732
727.61/729.61	c #Conflicts:     185000 | #Constraints:      71732
727.61/729.61	c #Conflicts:     186000 | #Constraints:      72732
727.61/729.61	c #Conflicts:     187000 | #Constraints:      73732
727.61/729.61	c #Conflicts:     188000 | #Constraints:      74732
727.61/729.61	c #Conflicts:     189000 | #Constraints:      75732
727.61/729.61	c #Conflicts:     190000 | #Constraints:      76732
727.61/729.61	c #Conflicts:     191000 | #Constraints:      77732
727.61/729.61	c #Conflicts:     192000 | #Constraints:      78732
727.61/729.61	c #Conflicts:     193000 | #Constraints:      79732
727.61/729.61	c #Conflicts:     194000 | #Constraints:      80732
727.61/729.61	c #Conflicts:     195000 | #Constraints:      81732
727.61/729.61	c #Conflicts:     196000 | #Constraints:      82732
727.61/729.61	c #Conflicts:     197000 | #Constraints:      83732
727.61/729.61	c #Conflicts:     198000 | #Constraints:      84732
727.61/729.61	c #Conflicts:     199000 | #Constraints:      85732
727.61/729.61	c #Conflicts:     200000 | #Constraints:      86732
727.61/729.61	c INPROCESSING
727.61/729.61	c GARBAGE COLLECT
727.61/729.61	c #Conflicts:     201000 | #Constraints:      66712
727.61/729.61	c #Conflicts:     202000 | #Constraints:      67712
727.61/729.61	c #Conflicts:     203000 | #Constraints:      68712
727.61/729.61	c #Conflicts:     204000 | #Constraints:      69712
727.61/729.61	c #Conflicts:     205000 | #Constraints:      70712
727.61/729.61	c #Conflicts:     206000 | #Constraints:      71712
727.61/729.61	c #Conflicts:     207000 | #Constraints:      72712
727.61/729.61	c #Conflicts:     208000 | #Constraints:      73712
727.61/729.61	c #Conflicts:     209000 | #Constraints:      74712
727.61/729.61	c #Conflicts:     210000 | #Constraints:      75712
727.61/729.61	c INPROCESSING
727.61/729.61	c GARBAGE COLLECT
727.61/729.61	c #Conflicts:     211000 | #Constraints:      60826
727.61/729.61	c #Conflicts:     212000 | #Constraints:      61826
727.61/729.61	c #Conflicts:     213000 | #Constraints:      62826
727.61/729.61	c #Conflicts:     214000 | #Constraints:      63826
727.61/729.61	c bounds 316 >= 203 @ 722.845
731.19/733.30	c #Conflicts:     215000 | #Constraints:      64880
731.19/733.30	c #Conflicts:     216000 | #Constraints:      65880
731.19/733.30	c #Conflicts:     217000 | #Constraints:      66880
731.19/733.30	c #Conflicts:     218000 | #Constraints:      67880
731.19/733.30	c #Conflicts:     219000 | #Constraints:      68880
731.19/733.30	c #Conflicts:     220000 | #Constraints:      69880
731.19/733.30	c #Conflicts:     221000 | #Constraints:      70880
731.19/733.30	c INPROCESSING
731.19/733.30	c GARBAGE COLLECT
731.19/733.30	c #Conflicts:     222000 | #Constraints:      58528
731.19/733.30	c #Conflicts:     223000 | #Constraints:      59528
731.19/733.30	c #Conflicts:     224000 | #Constraints:      60528
731.19/733.30	c #Conflicts:     225000 | #Constraints:      61528
731.19/733.30	c #Conflicts:     226000 | #Constraints:      62528
731.19/733.30	c #Conflicts:     227000 | #Constraints:      63528
731.19/733.30	c #Conflicts:     228000 | #Constraints:      64528
731.19/733.30	c #Conflicts:     229000 | #Constraints:      65528
731.19/733.30	c #Conflicts:     230000 | #Constraints:      66528
731.19/733.30	c #Conflicts:     231000 | #Constraints:      67528
731.19/733.30	c bounds 316 >= 204 @ 726.324
957.66/960.47	c #Conflicts:     232000 | #Constraints:      68582
957.66/960.47	c INPROCESSING
957.66/960.47	c GARBAGE COLLECT
957.66/960.47	c #Conflicts:     233000 | #Constraints:      57385
957.66/960.47	c #Conflicts:     234000 | #Constraints:      58385
957.66/960.47	c #Conflicts:     235000 | #Constraints:      59385
957.66/960.47	c #Conflicts:     236000 | #Constraints:      60385
957.66/960.47	c #Conflicts:     237000 | #Constraints:      61385
957.66/960.47	c #Conflicts:     238000 | #Constraints:      62385
957.66/960.47	c #Conflicts:     239000 | #Constraints:      63385
957.66/960.47	c #Conflicts:     240000 | #Constraints:      64385
957.66/960.47	c #Conflicts:     241000 | #Constraints:      65385
957.66/960.47	c #Conflicts:     242000 | #Constraints:      66385
957.66/960.47	c #Conflicts:     243000 | #Constraints:      67385
957.66/960.47	c #Conflicts:     244000 | #Constraints:      68385
957.66/960.47	c #Conflicts:     245000 | #Constraints:      69385
957.66/960.47	c #Conflicts:     246000 | #Constraints:      70385
957.66/960.47	c #Conflicts:     247000 | #Constraints:      71385
957.66/960.47	c #Conflicts:     248000 | #Constraints:      72385
957.66/960.47	c #Conflicts:     249000 | #Constraints:      73385
957.66/960.47	c bounds 316 >= 205 @ 952.111
969.93/972.79	c #Conflicts:     250000 | #Constraints:      74451
969.93/972.79	c #Conflicts:     251000 | #Constraints:      75451
969.93/972.79	c #Conflicts:     252000 | #Constraints:      76451
969.93/972.79	c #Conflicts:     253000 | #Constraints:      77451
969.93/972.79	c #Conflicts:     254000 | #Constraints:      78451
969.93/972.79	c #Conflicts:     255000 | #Constraints:      79451
969.93/972.79	c #Conflicts:     256000 | #Constraints:      80451
969.93/972.79	c #Conflicts:     257000 | #Constraints:      81451
969.93/972.79	c #Conflicts:     258000 | #Constraints:      82451
969.93/972.79	c #Conflicts:     259000 | #Constraints:      83451
969.93/972.79	c #Conflicts:     260000 | #Constraints:      84451
969.93/972.79	c #Conflicts:     261000 | #Constraints:      85451
969.93/972.79	c #Conflicts:     262000 | #Constraints:      86451
969.93/972.79	c #Conflicts:     263000 | #Constraints:      87451
969.93/972.79	c #Conflicts:     264000 | #Constraints:      88451
969.93/972.79	c #Conflicts:     265000 | #Constraints:      89451
969.93/972.79	c #Conflicts:     266000 | #Constraints:      90451
969.93/972.79	c #Conflicts:     267000 | #Constraints:      91451
969.93/972.79	c #Conflicts:     268000 | #Constraints:      92451
969.93/972.79	c #Conflicts:     269000 | #Constraints:      93451
969.93/972.79	c INPROCESSING
969.93/972.79	c GARBAGE COLLECT
969.93/972.79	c #Conflicts:     270000 | #Constraints:      69687
969.93/972.79	c #Conflicts:     271000 | #Constraints:      70687
969.93/972.79	c #Conflicts:     272000 | #Constraints:      71687
969.93/972.79	c #Conflicts:     273000 | #Constraints:      72687
969.93/972.79	c #Conflicts:     274000 | #Constraints:      73687
969.93/972.79	c #Conflicts:     275000 | #Constraints:      74687
969.93/972.79	c #Conflicts:     276000 | #Constraints:      75687
969.93/972.79	c #Conflicts:     277000 | #Constraints:      76687
969.93/972.79	c #Conflicts:     278000 | #Constraints:      77687
969.93/972.79	c #Conflicts:     279000 | #Constraints:      78687
969.93/972.79	c #Conflicts:     280000 | #Constraints:      79687
969.93/972.79	c #Conflicts:     281000 | #Constraints:      80687
969.93/972.79	c bounds 316 >= 206 @ 964.219
989.47/992.30	c #Conflicts:     282000 | #Constraints:      81711
989.47/992.30	c INPROCESSING
989.47/992.30	c GARBAGE COLLECT
989.47/992.30	c #Conflicts:     283000 | #Constraints:      64179
989.47/992.30	c #Conflicts:     284000 | #Constraints:      65179
989.47/992.30	c #Conflicts:     285000 | #Constraints:      66179
989.47/992.30	c #Conflicts:     286000 | #Constraints:      67179
989.47/992.30	c #Conflicts:     287000 | #Constraints:      68179
989.47/992.30	c #Conflicts:     288000 | #Constraints:      69179
989.47/992.30	c #Conflicts:     289000 | #Constraints:      70179
989.47/992.30	c #Conflicts:     290000 | #Constraints:      71179
989.47/992.30	c #Conflicts:     291000 | #Constraints:      72179
989.47/992.30	c #Conflicts:     292000 | #Constraints:      73179
989.47/992.30	c #Conflicts:     293000 | #Constraints:      74179
989.47/992.30	c #Conflicts:     294000 | #Constraints:      75179
989.47/992.30	c INPROCESSING
989.47/992.30	c GARBAGE COLLECT
989.47/992.30	c rational objective 206
1278.48/1282.13	c #Conflicts:     295000 | #Constraints:      60634
1278.48/1282.13	c #Conflicts:     296000 | #Constraints:      61634
1278.48/1282.13	c #Conflicts:     297000 | #Constraints:      62634
1278.48/1282.13	c #Conflicts:     298000 | #Constraints:      63634
1278.48/1282.13	c #Conflicts:     299000 | #Constraints:      64634
1278.48/1282.13	c #Conflicts:     300000 | #Constraints:      65634
1278.48/1282.13	c #Conflicts:     301000 | #Constraints:      66634
1278.48/1282.13	c #Conflicts:     302000 | #Constraints:      67634
1278.48/1282.13	c #Conflicts:     303000 | #Constraints:      68634
1278.48/1282.13	c #Conflicts:     304000 | #Constraints:      69634
1278.48/1282.13	c #Conflicts:     305000 | #Constraints:      70634
1278.48/1282.13	c #Conflicts:     306000 | #Constraints:      71634
1278.48/1282.13	c #Conflicts:     307000 | #Constraints:      72634
1278.48/1282.13	c INPROCESSING
1278.48/1282.13	c GARBAGE COLLECT
1278.48/1282.13	c rational objective 206
1292.24/1295.92	c #Conflicts:     308000 | #Constraints:      59444
1292.24/1295.92	c #Conflicts:     309000 | #Constraints:      60444
1292.24/1295.92	c #Conflicts:     310000 | #Constraints:      61444
1292.24/1295.92	c #Conflicts:     311000 | #Constraints:      62444
1292.24/1295.92	c #Conflicts:     312000 | #Constraints:      63444
1292.24/1295.92	c #Conflicts:     313000 | #Constraints:      64444
1292.24/1295.92	c #Conflicts:     314000 | #Constraints:      65444
1292.24/1295.92	c #Conflicts:     315000 | #Constraints:      66444
1292.24/1295.92	c #Conflicts:     316000 | #Constraints:      67444
1292.24/1295.92	c #Conflicts:     317000 | #Constraints:      68444
1292.24/1295.92	c #Conflicts:     318000 | #Constraints:      69444
1292.24/1295.92	c #Conflicts:     319000 | #Constraints:      70444
1292.24/1295.92	c #Conflicts:     320000 | #Constraints:      71444
1292.24/1295.92	c #Conflicts:     321000 | #Constraints:      72444
1292.24/1295.92	c #Conflicts:     322000 | #Constraints:      73444
1292.24/1295.92	c #Conflicts:     323000 | #Constraints:      74444
1292.24/1295.92	c #Conflicts:     324000 | #Constraints:      75444
1292.24/1295.92	c #Conflicts:     325000 | #Constraints:      76444
1292.24/1295.92	c #Conflicts:     326000 | #Constraints:      77444
1292.24/1295.92	c #Conflicts:     327000 | #Constraints:      78444
1292.24/1295.92	c #Conflicts:     328000 | #Constraints:      79444
1292.24/1295.92	c #Conflicts:     329000 | #Constraints:      80444
1292.24/1295.92	c #Conflicts:     330000 | #Constraints:      81444
1292.24/1295.92	c #Conflicts:     331000 | #Constraints:      82444
1292.24/1295.92	c #Conflicts:     332000 | #Constraints:      83444
1292.24/1295.92	c #Conflicts:     333000 | #Constraints:      84444
1292.24/1295.92	c #Conflicts:     334000 | #Constraints:      85444
1292.24/1295.92	c #Conflicts:     335000 | #Constraints:      86444
1292.24/1295.92	c #Conflicts:     336000 | #Constraints:      87444
1292.24/1295.92	c #Conflicts:     337000 | #Constraints:      88444
1292.24/1295.92	c #Conflicts:     338000 | #Constraints:      89444
1292.24/1295.92	c #Conflicts:     339000 | #Constraints:      90444
1292.24/1295.92	c #Conflicts:     340000 | #Constraints:      91444
1292.24/1295.92	c #Conflicts:     341000 | #Constraints:      92444
1292.24/1295.92	c #Conflicts:     342000 | #Constraints:      93444
1292.24/1295.92	c #Conflicts:     343000 | #Constraints:      94444
1292.24/1295.92	c bounds 316 >= 207 @ 1285.22
1338.34/1342.26	c #Conflicts:     344000 | #Constraints:      95507
1338.34/1342.26	c #Conflicts:     345000 | #Constraints:      96507
1338.34/1342.26	c #Conflicts:     346000 | #Constraints:      97507
1338.34/1342.26	c #Conflicts:     347000 | #Constraints:      98507
1338.34/1342.26	c #Conflicts:     348000 | #Constraints:      99507
1338.34/1342.26	c #Conflicts:     349000 | #Constraints:     100507
1338.34/1342.26	c INPROCESSING
1338.34/1342.26	c GARBAGE COLLECT
1338.34/1342.26	c #Conflicts:     350000 | #Constraints:      73111
1338.34/1342.26	c #Conflicts:     351000 | #Constraints:      74111
1338.34/1342.26	c #Conflicts:     352000 | #Constraints:      75111
1338.34/1342.26	c #Conflicts:     353000 | #Constraints:      76111
1338.34/1342.26	c #Conflicts:     354000 | #Constraints:      77111
1338.34/1342.26	c #Conflicts:     355000 | #Constraints:      78111
1338.34/1342.26	c #Conflicts:     356000 | #Constraints:      79111
1338.34/1342.26	c #Conflicts:     357000 | #Constraints:      80111
1338.34/1342.26	c #Conflicts:     358000 | #Constraints:      81111
1338.34/1342.26	c #Conflicts:     359000 | #Constraints:      82111
1338.34/1342.26	c #Conflicts:     360000 | #Constraints:      83111
1338.34/1342.26	c #Conflicts:     361000 | #Constraints:      84111
1338.34/1342.26	c #Conflicts:     362000 | #Constraints:      85111
1338.34/1342.26	c #Conflicts:     363000 | #Constraints:      86111
1338.34/1342.26	c INPROCESSING
1338.34/1342.26	c GARBAGE COLLECT
1338.34/1342.26	c #Conflicts:     364000 | #Constraints:      66036
1338.34/1342.26	c #Conflicts:     365000 | #Constraints:      67036
1338.34/1342.26	c #Conflicts:     366000 | #Constraints:      68036
1338.34/1342.26	c #Conflicts:     367000 | #Constraints:      69036
1338.34/1342.26	c #Conflicts:     368000 | #Constraints:      70036
1338.34/1342.26	c #Conflicts:     369000 | #Constraints:      71036
1338.34/1342.26	c #Conflicts:     370000 | #Constraints:      72036
1338.34/1342.26	c #Conflicts:     371000 | #Constraints:      73036
1338.34/1342.26	c #Conflicts:     372000 | #Constraints:      74036
1338.34/1342.26	c #Conflicts:     373000 | #Constraints:      75036
1338.34/1342.26	c #Conflicts:     374000 | #Constraints:      76036
1338.34/1342.26	c #Conflicts:     375000 | #Constraints:      77036
1338.34/1342.26	c #Conflicts:     376000 | #Constraints:      78036
1338.34/1342.26	c #Conflicts:     377000 | #Constraints:      79036
1338.34/1342.26	c #Conflicts:     378000 | #Constraints:      80036
1338.34/1342.26	c INPROCESSING
1338.34/1342.26	c GARBAGE COLLECT
1338.34/1342.26	c #Conflicts:     379000 | #Constraints:      63324
1338.34/1342.26	c #Conflicts:     380000 | #Constraints:      64324
1338.34/1342.26	c #Conflicts:     381000 | #Constraints:      65324
1338.34/1342.26	c #Conflicts:     382000 | #Constraints:      66324
1338.34/1342.26	c #Conflicts:     383000 | #Constraints:      67324
1338.34/1342.26	c #Conflicts:     384000 | #Constraints:      68324
1338.34/1342.26	c #Conflicts:     385000 | #Constraints:      69324
1338.34/1342.26	c #Conflicts:     386000 | #Constraints:      70324
1338.34/1342.26	c #Conflicts:     387000 | #Constraints:      71324
1338.34/1342.26	c #Conflicts:     388000 | #Constraints:      72324
1338.34/1342.26	c #Conflicts:     389000 | #Constraints:      73324
1338.34/1342.26	c #Conflicts:     390000 | #Constraints:      74324
1338.34/1342.26	c #Conflicts:     391000 | #Constraints:      75324
1338.34/1342.26	c #Conflicts:     392000 | #Constraints:      76324
1338.34/1342.26	c INPROCESSING
1338.34/1342.26	c GARBAGE COLLECT
1338.34/1342.26	c #Conflicts:     393000 | #Constraints:      61279
1338.34/1342.26	c #Conflicts:     394000 | #Constraints:      62279
1338.34/1342.26	c #Conflicts:     395000 | #Constraints:      63279
1338.34/1342.26	c #Conflicts:     396000 | #Constraints:      64279
1338.34/1342.26	c #Conflicts:     397000 | #Constraints:      65279
1338.34/1342.26	c #Conflicts:     398000 | #Constraints:      66279
1338.34/1342.26	c #Conflicts:     399000 | #Constraints:      67279
1338.34/1342.26	c #Conflicts:     400000 | #Constraints:      68279
1338.34/1342.26	c #Conflicts:     401000 | #Constraints:      69279
1338.34/1342.26	c #Conflicts:     402000 | #Constraints:      70279
1338.34/1342.26	c #Conflicts:     403000 | #Constraints:      71279
1338.34/1342.26	c #Conflicts:     404000 | #Constraints:      72279
1338.34/1342.26	c #Conflicts:     405000 | #Constraints:      73279
1338.34/1342.26	c #Conflicts:     406000 | #Constraints:      74279
1338.34/1342.26	c #Conflicts:     407000 | #Constraints:      75279
1338.34/1342.26	c #Conflicts:     408000 | #Constraints:      76279
1338.34/1342.26	c #Conflicts:     409000 | #Constraints:      77279
1338.34/1342.26	c #Conflicts:     410000 | #Constraints:      78279
1338.34/1342.26	c #Conflicts:     411000 | #Constraints:      79279
1338.34/1342.26	c #Conflicts:     412000 | #Constraints:      80279
1338.34/1342.26	c #Conflicts:     413000 | #Constraints:      81279
1338.34/1342.26	c #Conflicts:     414000 | #Constraints:      82279
1338.34/1342.26	c #Conflicts:     415000 | #Constraints:      83279
1338.34/1342.26	c #Conflicts:     416000 | #Constraints:      84279
1338.34/1342.26	c #Conflicts:     417000 | #Constraints:      85279
1338.34/1342.26	c #Conflicts:     418000 | #Constraints:      86279
1338.34/1342.26	c #Conflicts:     419000 | #Constraints:      87279
1338.34/1342.26	c #Conflicts:     420000 | #Constraints:      88279
1366.90/1370.98	c #Conflicts:     421000 | #Constraints:      89279
1366.90/1370.98	c #Conflicts:     422000 | #Constraints:      90279
1366.90/1370.98	c #Conflicts:     423000 | #Constraints:      91279
1366.90/1370.98	c #Conflicts:     424000 | #Constraints:      92279
1366.90/1370.98	c #Conflicts:     425000 | #Constraints:      93279
1366.90/1370.98	c #Conflicts:     426000 | #Constraints:      94279
1366.90/1370.98	c #Conflicts:     427000 | #Constraints:      95279
1366.90/1370.98	c #Conflicts:     428000 | #Constraints:      96279
1366.90/1370.98	c #Conflicts:     429000 | #Constraints:      97279
1366.90/1370.98	c #Conflicts:     430000 | #Constraints:      98280
1366.90/1370.98	c #Conflicts:     431000 | #Constraints:      99280
1366.90/1370.98	c #Conflicts:     432000 | #Constraints:     100280
1366.90/1370.98	c #Conflicts:     433000 | #Constraints:     101280
1366.90/1370.98	c #Conflicts:     434000 | #Constraints:     102280
1366.90/1370.98	c #Conflicts:     435000 | #Constraints:     103280
1366.90/1370.98	c #Conflicts:     436000 | #Constraints:     104280
1366.90/1370.98	c #Conflicts:     437000 | #Constraints:     105281
1366.90/1370.98	c #Conflicts:     438000 | #Constraints:     106281
1366.90/1370.98	c #Conflicts:     439000 | #Constraints:     107283
1366.90/1370.98	c #Conflicts:     440000 | #Constraints:     108284
1366.90/1370.98	c INPROCESSING
1366.90/1370.98	c GARBAGE COLLECT
1366.90/1370.98	c #Conflicts:     441000 | #Constraints:      77401
1366.90/1370.98	c #Conflicts:     442000 | #Constraints:      78401
1366.90/1370.98	c #Conflicts:     443000 | #Constraints:      79401
1366.90/1370.98	WSVECS04 Frhs2[75]: 6 0 0.2759 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[79]: 6 0 1.4483 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[90]: 6 0 2.00002 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[101]: 6 -0.931085 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[111]: 6 -1.00008 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[119]: 6 0 5.25952 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[153]: 6 0 3.49584 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[161]: 6 0 1.86511 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[184]: 6 -11.0001 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[207]: 6 0 2.00008 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[208]: 6 0 1.06905 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[220]: 6 -14.2595 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[222]: 6 0 0.500093 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[226]: 6 0 0.500032 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[300]: 6 -3.14723 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[303]: 6 -4.00005 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[323]: 6 -1.50004 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[328]: 6 0 7.00004 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[361]: 6 0 1.82679 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[412]: 6 -1.25951 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[422]: 6 -7.00008 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[457]: 6 0 1.10898 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[512]: 6 -17.2595 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[527]: 6 0 3.00004 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[552]: 6 -18.8911 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[567]: 6 -5.57828 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[579]: 6 0 1.4483 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[587]: 6 -4.00004 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[592]: 6 0 4.10895 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[593]: 6 0 4.10893 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[613]: 6 0 1.51895 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[614]: 6 0 0.778433 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[615]: 6 0 0.259495 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[617]: 6 0 17.519 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[619]: 6 0 7.14874 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[620]: 6 0 1.51899 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[623]: 6 -4.00002 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[628]: 6 0 7.00002 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[645]: 6 -2.77845 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[659]: 6 0 1.10895 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[661]: 6 0 1.86509 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[664]: 6 -3.00008 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[674]: 6 0 0.275882 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[678]: 6 -5.44835 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[683]: 6 -8.00004 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[690]: 6 0 2.00005 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[695]: 6 -16.8911 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[745]: 6 -3.60809 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[761]: 6 0 4.86503 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[763]: 6 0 3.00002 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[764]: 6 0 3.00003 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[765]: 6 0 3.00006 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[798]: 6 0 0.16065 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[799]: 6 0 3.109 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[813]: 6 0 8.00005 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[818]: 6 0 6.74055 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[861]: 6 0 1.86511 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[870]: 6 -15.9618 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[874]: 6 0 2.82761 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[877]: 6 0 2.55178 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[880]: 6 0 2.55177 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[890]: 6 0 2.00001 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[903]: 6 0 1.20694 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[906]: 6 0 1.20691 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[907]: 6 0 3.20698 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[908]: 6 0 2.2759 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[909]: 6 0 1.20694 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[910]: 6 0 1.20694 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[936]: 6 0 1.16753 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[938]: 6 0 1.16752 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[961]: 6 0 8.4893 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[972]: 6 -11.8276 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[978]: 6 0 1.44832 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[990]: 6 0 2.00006 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1001]: 6 -2.82762 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1013]: 6 -1.00002 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1023]: 6 -3.16198 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1027]: 6 0 1.00005 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1058]: 6 0 0.891108 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1080]: 6 -11.4483 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1081]: 6 -2.00007 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1112]: 6 -0.740632 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1159]: 6 0 3.38487 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1161]: 6 0 1.86504 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1162]: 6 -14.4916 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1212]: 6 -0.962164 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1242]: 6 0 0.0568068 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1250]: 6 0 0.0568039 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1274]: 6 0 0.2759 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1292]: 6 -16.0001 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1294]: 6 0 0.314161 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1298]: 6 0 1.05177 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1313]: 6 0 0.740565 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1320]: 6 0 0.740575 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1328]: 6 0 7.00002 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1358]: 6 0 3.8911 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1398]: 6 0 1.05177 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1407]: 6 0 1.86506 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1409]: 6 -16.135 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1427]: 6 0 1.00004 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1453]: 6 0 7.66198 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1456]: 6 -3.00008 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1458]: 6 0 0.891151 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1460]: 6 0 8.89115 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1461]: 6 0 1.86508 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1505]: 6 0 1.86507 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1508]: 6 0 2.93401 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1513]: 6 0 4.00005 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1551]: 6 0 9.94454 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1640]: 6 0 0.833077 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1658]: 6 0 0.891097 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1661]: 6 0 0.259924 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1669]: 6 -16.297 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1676]: 6 0 1.56352 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1713]: 6 0 6.00003 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1715]: 6 0 4.74055 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1716]: 6 0 23.2595 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1740]: 6 0 0.833073 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1761]: 6 0 5.47016 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1762]: 6 0 0.605141 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1765]: 6 0 0.0484143 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1805]: 6 -5.00009 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1841]: 6 0 0.206912 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1971]: 6 0 0.74059 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[1989]: 6 0 1.00003 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[2041]: 6 0 1.00009 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[2060]: 6 0 3.0001 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[2271]: 6 0 1.00008 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[2361]: 6 0 3.00007 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[2362]: 6 0 2.44326 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[2370]: 6 0 1.60521 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[2373]: 6 -2.00005 0 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[2530]: 6 0 1.00005 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[2560]: 6 0 1.00006 shouldn't be
1366.90/1370.98	WSVECS04 Frhs2[2694]: 6 -2.00004 0 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[49]: 6 0 3.55683 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[99]: 6 0 4.00002 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[182]: 6 0 1.37032 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[185]: 6 0 6.00002 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[199]: 6 0 4.00004 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[249]: 6 0 3.55686 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[273]: 6 0 4.00003 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[284]: 6 0 3.55174 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[307]: 6 0 2.00004 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[399]: 6 0 4.00006 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[441]: 6 0 0.221699 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[508]: 6 0 1.06902 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[548]: 6 0 1.55684 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[549]: 6 0 5.11359 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[550]: 6 0 1.55686 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[599]: 6 0 8.10898 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[641]: 6 0 0.221706 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[708]: 6 0 3.06906 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[781]: 6 0 4.00006 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[786]: 6 0 4.00007 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[849]: 6 0 4.55682 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[856]: 6 -4.00002 0 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[872]: 6 0 2.05175 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[894]: 6 0 0.314172 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[899]: 6 0 4.00002 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[912]: 6 -5.00002 0 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[950]: 6 0 1.50005 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[954]: 6 0 1.27504 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[997]: 6 0 0.0382827 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[999]: 6 0 4.00007 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1056]: 6 -4.00004 0 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1067]: 6 -0.932595 0 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1090]: 6 0 2.00007 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1094]: 6 0 0.314214 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1097]: 6 0 0.0383303 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1099]: 6 0 4.00005 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1101]: 6 -5.44835 0 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1182]: 6 0 1.3703 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1194]: 6 0 0.314217 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1198]: 6 0 1.05182 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1206]: 6 0 0.793197 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1209]: 6 0 0.793198 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1249]: 6 0 3.61363 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1282]: 6 0 1.37036 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1290]: 6 0 2.00008 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1311]: 6 0 0.740576 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1339]: 6 0 4.00001 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1349]: 6 0 3.55687 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1382]: 6 0 1.37029 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1397]: 6 0 0.0382923 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1420]: 6 0 1.25952 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1482]: 6 0 1.37033 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1497]: 6 0 0.038334 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1563]: 6 0 0.135067 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1649]: 6 0 3.55686 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1682]: 6 0 1.37033 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1691]: 6 0 2.00006 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1695]: 6 0 2.00006 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1773]: 6 0 4.00003 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1804]: 6 -4.00003 0 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1821]: 6 0 0.793144 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1832]: 6 0 1.00006 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1912]: 6 0 2.25953 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[1970]: 6 0 4.74058 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[2007]: 6 -3.00005 0 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[2053]: 6 0 4.00001 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[2291]: 6 -1.00002 0 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[2367]: 6 0 1.00006 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[2368]: 6 0 0.135024 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[2396]: 6 -5.00007 0 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[2529]: 6 0 1.00003 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[2602]: 6 0 2.00008 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[2637]: 6 -3.00006 0 shouldn't be
1369.20/1373.24	WSVECS04 Frhs2[2664]: 6 -4.00002 0 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[139]: 6 0 4.00009 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[140]: 6 0 0.83314 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[179]: 6 0 1.17249 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[194]: 6 0 0.314144 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[239]: 6 0 4.00005 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[240]: 6 0 0.833137 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[290]: 6 0 5.55177 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[294]: 6 0 0.314223 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[297]: 6 0 0.0383058 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[298]: 6 0 1.05176 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[339]: 6 0 4.00005 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[419]: 6 0 5.6298 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[440]: 6 0 0.833112 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[459]: 6 0 1.10901 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[469]: 6 0 0.135051 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[476]: 6 0 4.61526 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[490]: 6 0 2.00008 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[539]: 6 0 4.00008 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[576]: 6 0 4.61524 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[627]: 6 0 1.00005 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[676]: 6 0 4.6153 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[679]: 6 0 1.44834 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[698]: 6 0 0.160703 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[727]: 6 0 1.0001 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[740]: 6 0 0.833097 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[769]: 6 0 3.00009 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[770]: 6 0 3.0001 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[790]: 6 0 6.00007 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[827]: 6 0 1.00006 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[837]: 6 0 2.00002 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[846]: 6 0 1.00004 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[858]: 6 0 0.891121 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[882]: 6 0 0.870305 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[898]: 6 0 1.05175 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[927]: 6 0 1.00008 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[933]: 6 0 1.16755 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[949]: 6 0 5.05684 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[964]: 6 0 6.62428 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[968]: 6 0 6.62434 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[969]: 6 0 6.6243 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[975]: 6 0 0.275923 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[998]: 6 0 1.05182 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1031]: 6 0 0.497513 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1040]: 6 0 0.833113 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1051]: 6 0 10.1662 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1127]: 6 0 4.16196 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1175]: 6 0 0.27591 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1190]: 6 0 2.00007 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1207]: 6 0 2.79315 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1240]: 6 0 0.776322 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1246]: 6 0 0.0568168 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1297]: 6 0 0.0383592 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1319]: 6 0 6.37032 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1340]: 6 0 0.83311 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1360]: 6 0 11.8911 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1379]: 6 0 1.17247 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1408]: 6 0 0.934048 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1413]: 6 0 1.25951 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1440]: 6 0 0.833078 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1449]: 6 0 3.55686 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1485]: 6 0 6.00002 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1490]: 6 0 2.00003 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1498]: 6 0 1.05179 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1499]: 6 0 4.00002 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1509]: 6 0 1.86508 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1510]: 6 0 1.86509 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1569]: 6 0 0.135017 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1576]: 6 0 4.61527 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1579]: 6 0 1.44834 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1590]: 6 0 2.0001 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1598]: 6 0 1.01347 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1608]: 6 0 1.06899 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1626]: 6 0 1.00009 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1627]: 6 0 2.00006 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1653]: 6 0 7.66193 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1654]: 6 0 4.16612 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1655]: 6 0 4.1662 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1690]: 6 0 2.00002 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1749]: 6 0 3.55685 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1766]: 6 0 3.77847 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1768]: 6 0 3.60516 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1779]: 6 0 1.44836 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[1897]: 6 0 2.00009 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[2359]: 6 0 4.13502 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[2413]: 6 0 0.135059 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[2541]: 6 0 1.00004 shouldn't be
1371.99/1376.03	WSVECS04 Frhs2[2669]: 6 0 1.00002 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[2]: 6 0 6.75616 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[7]: 6 0 2.00001 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[21]: 6 0 1.00002 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[22]: 6 0 1.00008 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[25]: 6 0 1.0001 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[29]: 6 0 1.00003 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[102]: 6 0 6.75618 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[198]: 6 0 1.05174 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[275]: 6 0 0.275941 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[282]: 6 0 4.92206 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[302]: 6 0 6.75619 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[308]: 6 0 1.06899 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[439]: 6 0 4.00008 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[451]: 6 0 11.2751 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[470]: 6 0 0.135007 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[475]: 6 0 0.275945 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[479]: 6 0 1.4483 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[502]: 6 0 6.75613 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[522]: 6 0 2.00002 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[542]: 6 0 1.55685 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[547]: 6 0 1.55684 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[551]: 6 0 7.27506 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[582]: 6 0 1.37036 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[611]: 6 0 1.51895 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[673]: 6 0 4.0001 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[682]: 6 0 1.37035 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[702]: 6 0 8.75616 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[710]: 6 0 2.0001 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[773]: 6 0 2.55179 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[782]: 6 0 5.37032 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[844]: 6 0 1.00008 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[851]: 6 0 10.1662 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[866]: 6 0 0.17332 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[900]: 6 -6.00007 0 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[940]: 6 0 2.00063 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[948]: 6 0 1.50009 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[1002]: 6 0 6.75613 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[1008]: 6 0 1.06901 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[1039]: 6 0 4.00008 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[1139]: 6 0 4.00008 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[1140]: 6 0 0.833083 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[1248]: 6 0 0.0568551 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[1266]: 6 0 3.86508 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[1285]: 6 0 6.00002 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[1296]: 6 0 8.89118 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[1299]: 6 0 4.00003 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[1302]: 6 0 6.75618 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[1327]: 6 0 1.00001 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[1366]: 6 0 0.173311 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[1385]: 6 0 6.00007 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[1454]: 6 0 4.16618 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[1479]: 6 0 1.44833 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[1503]: 6 0 1.8651 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[1520]: 6 0 4.00009 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[1697]: 6 0 2.03829 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[1754]: 6 0 4.16618 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[1911]: 6 0 3.00001 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[2301]: 6 -1.0001 0 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[2439]: 6 0 1.0001 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[2521]: 6 0 4.00005 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[2523]: 6 0 1.00005 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[2549]: 6 0 1.00008 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[2573]: 6 -3.0001 0 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[2680]: 6 0 4.00003 shouldn't be
1376.17/1380.23	WSVECS04 Frhs2[2689]: 6 0 1.00009 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[37]: 6 0 2.00002 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[53]: 6 0 3.49585 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[131]: 6 0 0.497567 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[134]: 6 -4.00009 0 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[141]: 6 0 0.221637 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[149]: 6 0 3.5568 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[197]: 6 0 0.0383377 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[241]: 6 0 0.22165 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[341]: 6 0 0.22167 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[385]: 6 0 8.62983 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[402]: 6 0 6.75612 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[453]: 6 0 8.77089 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[507]: 6 0 2.00004 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[555]: 6 0 1.27512 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[597]: 6 0 4.14724 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[631]: 6 0 0.497519 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[637]: 6 0 2.00003 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[703]: 6 0 2.00009 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[705]: 6 0 2.00007 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[706]: 6 0 2.00006 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[707]: 6 0 4.00008 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[709]: 6 0 2.00009 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[741]: 6 0 0.22169 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[785]: 6 0 10.0001 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[847]: 6 0 1.00003 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[850]: 6 0 1.00007 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[919]: 6 0 5.62983 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[932]: 6 0 1.16759 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[937]: 6 0 3.16758 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[942]: 6 0 1.5001 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[970]: 6 0 6.62432 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[979]: 6 0 1.44836 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[982]: 6 0 1.37029 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[985]: 6 0 6.00002 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1046]: 6 -20.0001 0 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1049]: 6 0 3.55685 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1053]: 6 0 7.66199 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1061]: 6 0 1.86509 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1131]: 6 0 0.497518 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1253]: 6 0 7.662 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1260]: 6 0 8.89113 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1270]: 6 0 3.69178 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1331]: 6 0 0.49752 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1337]: 6 0 2.00007 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1341]: 6 0 0.221682 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1411]: 6 0 1.2595 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1431]: 6 0 0.49751 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1441]: 6 0 0.221698 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1451]: 6 0 10.1662 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1476]: 6 0 4.61524 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1502]: 6 0 8.62119 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1562]: 6 0 0.135007 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1564]: 6 0 0.135002 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1566]: 6 0 0.308255 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1570]: 6 0 0.13504 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1575]: 6 0 0.275912 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1602]: 6 0 6.75616 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1631]: 6 0 0.497512 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1637]: 6 0 2.00002 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1639]: 6 0 4.00007 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1699]: 6 0 6.00009 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1717]: 6 0 22.0001 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1727]: 6 0 1.0001 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1809]: 6 -1.00009 0 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1830]: 6 0 2.00008 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[1848]: 6 -3.00008 0 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[2281]: 6 0 1.00007 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[2290]: 6 0 5.16614 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[2300]: 6 -1.00004 0 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[2661]: 6 0 2.00003 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[2671]: 6 0 6.00008 shouldn't be
1383.07/1387.18	WSVECS04 Frhs2[2691]: 6 -1.00009 0 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[254]: 6 0 4.16612 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[276]: 6 0 4.61527 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[281]: 6 0 3.55178 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[285]: 6 0 9.55174 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[427]: 6 0 1.00007 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[553]: 6 0 4.77086 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[590]: 6 0 2.00003 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[591]: 6 0 4.109 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[666]: 6 0 0.173351 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[719]: 6 0 5.6298 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[751]: 6 0 7.2751 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[784]: 6 0 4.00008 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[787]: 6 0 4.00008 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[843]: 6 0 1.00003 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[897]: 6 0 0.0382925 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[939]: 6 0 5.16753 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[962]: 6 0 6.62428 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[1098]: 6 0 1.05178 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[1107]: 6 0 2.00007 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[1121]: 6 0 3.16198 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[1137]: 6 0 2.00006 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[1141]: 6 0 0.221633 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[1179]: 6 0 1.44831 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[1195]: 6 0 2.00005 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[1239]: 6 0 3.9433 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[1241]: 6 0 0.27845 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[1247]: 6 0 0.0568645 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[1269]: 6 0 3.69178 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[1439]: 6 0 4.00004 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[1553]: 6 0 7.66197 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[1582]: 6 0 1.37031 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[1585]: 6 0 6.00006 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[1607]: 6 0 2.00003 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[1651]: 6 0 10.1661 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[1707]: 6 0 2.00004 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[1711]: 6 0 6.00005 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[1718]: 6 0 4.74058 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[1731]: 6 0 0.497495 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[1739]: 6 0 4.00006 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[1770]: 6 0 3.60519 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[1831]: 6 0 2.00009 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[2061]: 6 0 3.00007 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[2280]: 6 0 1.00004 shouldn't be
1390.23/1394.38	WSVECS04 Frhs2[2371]: 6 0 0.44324 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[39]: 6 0 4.00002 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[274]: 6 0 0.275928 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[287]: 6 0 3.55178 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[331]: 6 0 0.497533 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[349]: 6 0 3.55686 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[379]: 6 0 1.44834 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[526]: 6 0 2.00009 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[649]: 6 0 3.17039 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[675]: 6 0 0.275895 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[749]: 6 0 3.55678 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[820]: 6 0 8.00006 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[974]: 6 0 0.275956 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[1066]: 6 0 0.173354 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[1082]: 6 0 1.37031 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[1129]: 6 0 3.16194 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[1160]: 6 0 12.2759 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[1354]: 6 0 4.16615 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[1437]: 6 0 2.00008 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[1537]: 6 0 1.72422 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[1539]: 6 0 3.72416 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[1685]: 6 0 6.00002 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[1753]: 6 0 7.66196 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[1915]: 6 0 1.00007 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[1981]: 6 0 2.00005 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[1988]: 6 0 4.0001 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[2360]: 6 0 3.00003 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[2363]: 6 0 2.00006 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[2442]: 6 0 1.00009 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[2540]: 6 0 2.00008 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[2577]: 6 -4.00007 0 shouldn't be
1397.32/1401.46	WSVECS04 Frhs2[2617]: 6 0 2.00005 shouldn't be
1403.41/1407.57	WSVECS04 Frhs2[299]: 6 0 4.00009 shouldn't be
1403.41/1407.57	WSVECS04 Frhs2[358]: 6 0 0.891115 shouldn't be
1403.41/1407.57	WSVECS04 Frhs2[388]: 6 0 2.62977 shouldn't be
1403.41/1407.57	WSVECS04 Frhs2[499]: 6 0 3.96181 shouldn't be
1403.41/1407.57	WSVECS04 Frhs2[585]: 6 0 6.00003 shouldn't be
1403.41/1407.57	WSVECS04 Frhs2[640]: 6 0 0.833102 shouldn't be
1403.41/1407.57	WSVECS04 Frhs2[754]: 6 0 1.27511 shouldn't be
1403.41/1407.57	WSVECS04 Frhs2[885]: 6 0 6.00001 shouldn't be
1403.41/1407.57	WSVECS04 Frhs2[951]: 6 0 7.27506 shouldn't be
1403.41/1407.57	WSVECS04 Frhs2[963]: 6 0 6.62436 shouldn't be
1403.41/1407.57	WSVECS04 Frhs2[1085]: 6 0 6.00002 shouldn't be
1403.41/1407.57	WSVECS04 Frhs2[1166]: 6 0 0.17331 shouldn't be
1403.41/1407.57	WSVECS04 Frhs2[1259]: 6 -25.5509 0 shouldn't be
1403.41/1407.57	WSVECS04 Frhs2[1289]: 6 -4.00005 0 shouldn't be
1403.41/1407.57	WSVECS04 Frhs2[1419]: 6 0 6.88923 shouldn't be
1403.41/1407.57	WSVECS04 Frhs2[1494]: 6 0 0.314197 shouldn't be
1403.41/1407.57	WSVECS04 Frhs2[1574]: 6 0 0.27593 shouldn't be
1403.41/1407.57	WSVECS04 Frhs2[1702]: 6 0 6.75616 shouldn't be
1403.41/1407.57	WSVECS04 Frhs2[2662]: 6 0 2.00004 shouldn't be
1407.79/1411.95	WSVECS04 Frhs2[85]: 6 0 6.00003 shouldn't be
1407.79/1411.95	WSVECS04 Frhs2[768]: 6 0 3.00007 shouldn't be
1407.79/1411.95	WSVECS04 Frhs2[1394]: 6 0 0.314183 shouldn't be
1407.79/1411.95	WSVECS04 Frhs2[1518]: 6 0 2.7406 shouldn't be
1407.79/1411.95	WSVECS04 Frhs2[1776]: 6 0 4.6153 shouldn't be
1407.79/1411.95	WSVECS04 Frhs2[2598]: 6 -3.00006 0 shouldn't be
1408.79/1412.96	WSVECS04 Frhs2[160]: 6 0 4.72502 shouldn't be
1408.79/1412.96	WSVECS04 Frhs2[387]: 6 0 2.62982 shouldn't be
1408.79/1412.96	WSVECS04 Frhs2[482]: 6 0 1.3703 shouldn't be
1408.79/1412.96	WSVECS04 Frhs2[634]: 6 -5.82805 0 shouldn't be
1408.79/1412.96	WSVECS04 Frhs2[766]: 6 0 3.17335 shouldn't be
1408.79/1412.96	WSVECS04 Frhs2[814]: 6 0 7.25948 shouldn't be
1408.79/1412.96	WSVECS04 Frhs2[819]: 6 0 13.6298 shouldn't be
1408.79/1412.96	WSVECS04 Frhs2[1219]: 6 0 5.62979 shouldn't be
1408.79/1412.96	WSVECS04 Frhs2[1279]: 6 0 1.44833 shouldn't be
1408.79/1412.96	WSVECS04 Frhs2[1359]: 6 0 3.00007 shouldn't be
1408.79/1412.96	WSVECS04 Frhs2[1737]: 6 0 2.00002 shouldn't be
1408.79/1412.96	WSVECS04 Frhs2[1785]: 6 0 6.00007 shouldn't be
1408.79/1412.96	WSVECS04 Frhs2[2320]: 6 0 1.00002 shouldn't be
1408.79/1412.96	WSVECS04 Frhs2[2441]: 6 0 1.00009 shouldn't be
1410.08/1414.20	WSVECS04 Frhs2[251]: 6 0 10.1662 shouldn't be
1410.08/1414.20	WSVECS04 Frhs2[253]: 6 0 7.66194 shouldn't be
1410.08/1414.20	WSVECS04 Frhs2[258]: 6 0 0.891181 shouldn't be
1410.08/1414.20	WSVECS04 Frhs2[431]: 6 0 0.497504 shouldn't be
1410.08/1414.20	WSVECS04 Frhs2[596]: 6 0 13.0001 shouldn't be
1410.08/1414.20	WSVECS04 Frhs2[639]: 6 0 4.00009 shouldn't be
1410.08/1414.20	WSVECS04 Frhs2[755]: 6 0 1.27503 shouldn't be
1410.08/1414.20	WSVECS04 Frhs2[1261]: 6 0 5.55687 shouldn't be
1410.08/1414.20	WSVECS04 Frhs2[1511]: 6 0 3.77844 shouldn't be
1410.08/1414.20	WSVECS04 Frhs2[1755]: 6 0 4.16613 shouldn't be
1410.08/1414.20	WSVECS04 Frhs2[2002]: 6 -2.00002 0 shouldn't be
1410.08/1414.20	WSVECS04 Frhs2[2601]: 6 -1.00005 0 shouldn't be
1412.38/1416.50	WSVECS04 Frhs2[190]: 6 0 2.00001 shouldn't be
1412.38/1416.50	WSVECS04 Frhs2[231]: 6 0 0.497541 shouldn't be
1412.38/1416.50	WSVECS04 Frhs2[737]: 6 0 2.00007 shouldn't be
1412.38/1416.50	WSVECS04 Frhs2[840]: 6 0 0.833146 shouldn't be
1412.38/1416.50	WSVECS04 Frhs2[860]: 6 0 8.89117 shouldn't be
1412.38/1416.50	WSVECS04 Frhs2[1060]: 6 0 8.89112 shouldn't be
1412.38/1416.50	WSVECS04 Frhs2[1402]: 6 0 6.62115 shouldn't be
1412.38/1416.50	WSVECS04 Frhs2[1519]: 6 0 9.6298 shouldn't be
1414.07/1418.26	WSVECS04 Frhs2[286]: 6 0 3.55175 shouldn't be
1414.07/1418.26	WSVECS04 Frhs2[381]: 6 0 2.62979 shouldn't be
1414.07/1418.26	WSVECS04 Frhs2[390]: 6 0 4.62975 shouldn't be
1414.07/1418.26	WSVECS04 Frhs2[398]: 6 0 1.05174 shouldn't be
1414.07/1418.26	WSVECS04 Frhs2[460]: 6 0 10 shouldn't be
1414.07/1418.26	WSVECS04 Frhs2[902]: 6 0 7.96307 shouldn't be
1414.07/1418.26	WSVECS04 Frhs2[1007]: 6 0 2.00003 shouldn't be
1414.07/1418.26	WSVECS04 Frhs2[1054]: 6 0 4.16615 shouldn't be
1414.07/1418.26	WSVECS04 Frhs2[1264]: 6 0 3.69183 shouldn't be
1417.27/1421.49	WSVECS04 Frhs2[657]: 6 0 1.10899 shouldn't be
1417.27/1421.49	WSVECS04 Frhs2[1041]: 6 0 0.221668 shouldn't be
1419.87/1424.09	WSVECS04 Frhs2[296]: 6 0 8.89114 shouldn't be
1419.87/1424.09	WSVECS04 Frhs2[537]: 6 0 2.00009 shouldn't be
1419.87/1424.09	WSVECS04 Frhs2[783]: 6 0 4.00004 shouldn't be
1422.86/1427.02	WSVECS04 Frhs2[811]: 6 0 8.0001 shouldn't be
1422.86/1427.02	WSVECS04 Frhs2[854]: 6 0 4.16613 shouldn't be
1422.86/1427.02	WSVECS04 Frhs2[1119]: 6 0 5.62982 shouldn't be
1422.86/1427.02	WSVECS04 Frhs2[1549]: 6 0 3.55681 shouldn't be
1425.45/1429.67	WSVECS04 Frhs2[107]: 6 0 2.00009 shouldn't be
1425.45/1429.67	WSVECS04 Frhs2[654]: 6 0 5.27505 shouldn't be
1425.45/1429.67	WSVECS04 Frhs2[2042]: 6 0 4.00008 shouldn't be
1428.24/1432.43	WSVECS04 Frhs2[108]: 6 0 1.069 shouldn't be
1428.24/1432.43	WSVECS04 Frhs2[219]: 6 0 5.62982 shouldn't be
1428.24/1432.43	WSVECS04 Frhs2[595]: 6 0 4.10901 shouldn't be
1428.24/1432.43	WSVECS04 Frhs2[653]: 6 0 8.77087 shouldn't be
1428.24/1432.43	WSVECS04 Frhs2[953]: 6 0 4.77085 shouldn't be
1428.24/1432.43	WSVECS04 Frhs2[1153]: 6 0 11.0467 shouldn't be
1428.24/1432.43	WSVECS04 Frhs2[2440]: 6 0 3.0001 shouldn't be
1434.72/1438.91	WSVECS04 Frhs2[283]: 6 0 3.55177 shouldn't be
1434.72/1438.91	WSVECS04 Frhs2[2603]: 6 0 2.00008 shouldn't be
1440.81/1445.05	WSVECS04 Frhs2[337]: 6 0 2.00006 shouldn't be
1440.81/1445.05	WSVECS04 Frhs2[685]: 6 0 6.00008 shouldn't be
1446.99/1451.21	WSVECS04 Frhs2[525]: 6 0 2.00005 shouldn't be
1446.99/1451.21	WSVECS04 Frhs2[560]: 6 0 6.00006 shouldn't be
1446.99/1451.21	WSVECS04 Frhs2[1554]: 6 0 4.16612 shouldn't be
1450.07/1454.36	WSVECS04 Frhs2[598]: 6 0 5.16073 shouldn't be
1450.07/1454.36	WSVECS04 Frhs2[753]: 6 0 4.77091 shouldn't be
1450.07/1454.36	WSVECS04 Frhs2[853]: 6 0 7.66194 shouldn't be
1450.07/1454.36	WSVECS04 Frhs2[1197]: 6 0 2.03833 shouldn't be
1456.16/1460.43	WSVECS04 Frhs2[1199]: 6 0 6.00004 shouldn't be
1459.25/1463.50	WSVECS04 Frhs2[137]: 6 0 2.00004 shouldn't be
1465.24/1469.57	WSVECS04 Frhs2[1108]: 6 0 1.06898 shouldn't be
1471.32/1475.63	WSVECS04 Frhs2[2690]: 6 0 3.00001 shouldn't be
1474.02/1478.39	WSVECS04 Frhs2[437]: 6 0 2.0001 shouldn't be
1474.02/1478.39	WSVECS04 Frhs2[1622]: 6 0 1.00008 shouldn't be
1485.39/1489.79	WSVECS04 Frhs2[1125]: 6 0 3.16196 shouldn't be
1493.68/1498.09	WSVECS04 Frhs2[994]: 6 0 0.314204 shouldn't be
1493.68/1498.09	WSVECS04 Frhs2[1126]: 6 0 3.16194 shouldn't be
1498.86/1503.27	WSVECS04 Frhs2[699]: 6 0 3.10893 shouldn't be
1501.05/1505.48	WSVECS04 Frhs2[1254]: 6 0 4.16619 shouldn't be
1512.53/1516.90	WSVECS04 Frhs2[2285]: 6 0 3.55093 shouldn't be
1564.89/1569.43	c #Conflicts:     444000 | #Constraints:      80401
1564.89/1569.43	c #Conflicts:     445000 | #Constraints:      81401
1564.89/1569.43	c #Conflicts:     446000 | #Constraints:      82401
1564.89/1569.43	c #Conflicts:     447000 | #Constraints:      83401
1564.89/1569.43	c #Conflicts:     448000 | #Constraints:      84401
1564.89/1569.43	c #Conflicts:     449000 | #Constraints:      85401
1564.89/1569.43	c bounds 316 >= 208 @ 1556.55
1565.90/1570.43	c #Conflicts:     450000 | #Constraints:      86434
1565.90/1570.43	c #Conflicts:     451000 | #Constraints:      87434
1565.90/1570.43	c #Conflicts:     452000 | #Constraints:      88434
1565.90/1570.43	c #Conflicts:     453000 | #Constraints:      89434
1565.90/1570.43	c #Conflicts:     454000 | #Constraints:      90434
1565.90/1570.43	c bounds 316 >= 209 @ 1557.52
1566.50/1571.04	c #Conflicts:     455000 | #Constraints:      91458
1566.50/1571.04	c #Conflicts:     456000 | #Constraints:      92458
1566.50/1571.04	c INPROCESSING
1566.50/1571.04	c GARBAGE COLLECT
1566.50/1571.04	c #Conflicts:     457000 | #Constraints:      69578
1566.50/1571.04	c #Conflicts:     458000 | #Constraints:      70578
1566.50/1571.04	c bounds 316 >= 210 @ 1558.1
1567.09/1571.60	c #Conflicts:     459000 | #Constraints:      71602
1567.09/1571.60	c #Conflicts:     460000 | #Constraints:      72602
1567.09/1571.60	c #Conflicts:     461000 | #Constraints:      73602
1567.09/1571.60	c #Conflicts:     462000 | #Constraints:      74602
1567.09/1571.60	c #Conflicts:     463000 | #Constraints:      75602
1567.09/1571.60	c #Conflicts:     464000 | #Constraints:      76602
1567.09/1571.60	c bounds 316 >= 212 @ 1558.63
1573.18/1577.77	c #Conflicts:     465000 | #Constraints:      77620
1573.18/1577.77	c #Conflicts:     466000 | #Constraints:      78620
1573.18/1577.77	c #Conflicts:     467000 | #Constraints:      79620
1573.18/1577.77	c #Conflicts:     468000 | #Constraints:      80620
1573.18/1577.77	c #Conflicts:     469000 | #Constraints:      81620
1573.18/1577.77	c #Conflicts:     470000 | #Constraints:      82620
1573.18/1577.77	c #Conflicts:     471000 | #Constraints:      83620
1573.18/1577.77	c INPROCESSING
1573.18/1577.77	c GARBAGE COLLECT
1573.18/1577.77	c #Conflicts:     472000 | #Constraints:      64712
1573.18/1577.77	c #Conflicts:     473000 | #Constraints:      65712
1573.18/1577.77	c #Conflicts:     474000 | #Constraints:      66712
1573.18/1577.77	c #Conflicts:     475000 | #Constraints:      67712
1573.18/1577.77	c #Conflicts:     476000 | #Constraints:      68712
1573.18/1577.77	c #Conflicts:     477000 | #Constraints:      69712
1573.18/1577.77	c #Conflicts:     478000 | #Constraints:      70712
1573.18/1577.77	c #Conflicts:     479000 | #Constraints:      71712
1573.18/1577.77	c #Conflicts:     480000 | #Constraints:      72712
1573.18/1577.77	c #Conflicts:     481000 | #Constraints:      73712
1573.18/1577.77	c #Conflicts:     482000 | #Constraints:      74712
1573.18/1577.77	c #Conflicts:     483000 | #Constraints:      75712
1573.18/1577.77	c #Conflicts:     484000 | #Constraints:      76712
1573.18/1577.77	c #Conflicts:     485000 | #Constraints:      77712
1573.18/1577.77	c #Conflicts:     486000 | #Constraints:      78712
1573.18/1577.77	c #Conflicts:     487000 | #Constraints:      79712
1573.18/1577.77	c #Conflicts:     488000 | #Constraints:      80712
1573.18/1577.77	c INPROCESSING
1573.18/1577.77	c GARBAGE COLLECT
1573.18/1577.77	c #Conflicts:     489000 | #Constraints:      63720
1573.18/1577.77	c #Conflicts:     490000 | #Constraints:      64720
1573.18/1577.77	c #Conflicts:     491000 | #Constraints:      65720
1573.18/1577.77	c #Conflicts:     492000 | #Constraints:      66720
1573.18/1577.77	c #Conflicts:     493000 | #Constraints:      67720
1573.18/1577.77	c #Conflicts:     494000 | #Constraints:      68720
1573.18/1577.77	c #Conflicts:     495000 | #Constraints:      69720
1573.18/1577.77	c #Conflicts:     496000 | #Constraints:      70720
1573.18/1577.77	c #Conflicts:     497000 | #Constraints:      71720
1573.18/1577.77	c bounds 316 >= 213 @ 1564.64
1575.97/1580.53	c #Conflicts:     498000 | #Constraints:      72747
1575.97/1580.53	c #Conflicts:     499000 | #Constraints:      73747
1575.97/1580.53	c #Conflicts:     500000 | #Constraints:      74747
1575.97/1580.53	c #Conflicts:     501000 | #Constraints:      75747
1575.97/1580.53	c #Conflicts:     502000 | #Constraints:      76747
1575.97/1580.53	c #Conflicts:     503000 | #Constraints:      77747
1575.97/1580.53	c #Conflicts:     504000 | #Constraints:      78747
1575.97/1580.53	c #Conflicts:     505000 | #Constraints:      79747
1575.97/1580.53	c bounds 316 >= 214 @ 1567.35
1581.66/1586.27	c #Conflicts:     506000 | #Constraints:      80774
1581.66/1586.27	c #Conflicts:     507000 | #Constraints:      81774
1581.66/1586.27	c #Conflicts:     508000 | #Constraints:      82774
1581.66/1586.27	c #Conflicts:     509000 | #Constraints:      83774
1581.66/1586.27	c #Conflicts:     510000 | #Constraints:      84774
1581.66/1586.27	c #Conflicts:     511000 | #Constraints:      85774
1581.66/1586.27	c #Conflicts:     512000 | #Constraints:      86774
1581.66/1586.27	c #Conflicts:     513000 | #Constraints:      87774
1581.66/1586.27	c #Conflicts:     514000 | #Constraints:      88774
1581.66/1586.27	c #Conflicts:     515000 | #Constraints:      89774
1581.66/1586.27	c #Conflicts:     516000 | #Constraints:      90774
1581.66/1586.27	c #Conflicts:     517000 | #Constraints:      91774
1581.66/1586.27	c #Conflicts:     518000 | #Constraints:      92774
1581.66/1586.27	c #Conflicts:     519000 | #Constraints:      93774
1581.66/1586.27	c #Conflicts:     520000 | #Constraints:      94774
1581.66/1586.27	c #Conflicts:     521000 | #Constraints:      95774
1581.66/1586.27	c #Conflicts:     522000 | #Constraints:      96774
1581.66/1586.27	c #Conflicts:     523000 | #Constraints:      97774
1581.66/1586.27	c #Conflicts:     524000 | #Constraints:      98774
1581.66/1586.27	c #Conflicts:     525000 | #Constraints:      99774
1581.66/1586.27	c #Conflicts:     526000 | #Constraints:     100774
1581.66/1586.27	c #Conflicts:     527000 | #Constraints:     101774
1581.66/1586.27	c #Conflicts:     528000 | #Constraints:     102774
1581.66/1586.27	c #Conflicts:     529000 | #Constraints:     103774
1581.66/1586.27	c #Conflicts:     530000 | #Constraints:     104774
1581.66/1586.27	c #Conflicts:     531000 | #Constraints:     105774
1581.66/1586.27	c #Conflicts:     532000 | #Constraints:     106774
1581.66/1586.27	c #Conflicts:     533000 | #Constraints:     107774
1581.66/1586.27	c #Conflicts:     534000 | #Constraints:     108774
1581.66/1586.27	c #Conflicts:     535000 | #Constraints:     109774
1581.66/1586.27	c #Conflicts:     536000 | #Constraints:     110774
1581.66/1586.27	c #Conflicts:     537000 | #Constraints:     111774
1581.66/1586.27	c #Conflicts:     538000 | #Constraints:     112774
1581.66/1586.27	c bounds 316 >= 215 @ 1572.9
1582.06/1586.66	c #Conflicts:     539000 | #Constraints:     113807
1582.06/1586.66	c #Conflicts:     540000 | #Constraints:     114807
1582.06/1586.66	c bounds 316 >= 216 @ 1573.28
1645.89/1650.65	c #Conflicts:     541000 | #Constraints:     115837
1645.89/1650.65	c INPROCESSING
1645.89/1650.65	c GARBAGE COLLECT
1645.89/1650.65	c #Conflicts:     542000 | #Constraints:      81203
1645.89/1650.65	c #Conflicts:     543000 | #Constraints:      82203
1645.89/1650.65	c #Conflicts:     544000 | #Constraints:      83203
1645.89/1650.65	c #Conflicts:     545000 | #Constraints:      84203
1645.89/1650.65	c #Conflicts:     546000 | #Constraints:      85203
1645.89/1650.65	c #Conflicts:     547000 | #Constraints:      86203
1645.89/1650.65	c #Conflicts:     548000 | #Constraints:      87203
1645.89/1650.65	c #Conflicts:     549000 | #Constraints:      88203
1645.89/1650.65	c #Conflicts:     550000 | #Constraints:      89203
1645.89/1650.65	c #Conflicts:     551000 | #Constraints:      90203
1645.89/1650.65	c #Conflicts:     552000 | #Constraints:      91203
1645.89/1650.65	c #Conflicts:     553000 | #Constraints:      92203
1645.89/1650.65	c #Conflicts:     554000 | #Constraints:      93203
1645.89/1650.65	c #Conflicts:     555000 | #Constraints:      94203
1645.89/1650.65	c #Conflicts:     556000 | #Constraints:      95203
1645.89/1650.65	c #Conflicts:     557000 | #Constraints:      96203
1645.89/1650.65	c #Conflicts:     558000 | #Constraints:      97203
1645.89/1650.65	c INPROCESSING
1645.89/1650.65	c GARBAGE COLLECT
1645.89/1650.65	WSVECS04 Frhs2[2050]: 6 -1.00009 0 shouldn't be
1675.52/1680.38	WSVECS04 Frhs2[2067]: 6 -4.00002 0 shouldn't be
1885.52/1890.90	c #Conflicts:     559000 | #Constraints:      71690
1885.52/1890.90	c #Conflicts:     560000 | #Constraints:      72690
1885.52/1890.90	c #Conflicts:     561000 | #Constraints:      73690
1885.52/1890.90	c #Conflicts:     562000 | #Constraints:      74690
1885.52/1890.90	c #Conflicts:     563000 | #Constraints:      75690
1885.52/1890.90	c #Conflicts:     564000 | #Constraints:      76690
1885.52/1890.90	c #Conflicts:     565000 | #Constraints:      77690
1885.52/1890.90	c #Conflicts:     566000 | #Constraints:      78690
1885.52/1890.90	c #Conflicts:     567000 | #Constraints:      79690
1885.52/1890.90	c #Conflicts:     568000 | #Constraints:      80690
1885.52/1890.90	c #Conflicts:     569000 | #Constraints:      81690
1885.52/1890.90	c #Conflicts:     570000 | #Constraints:      82690
1885.52/1890.90	c #Conflicts:     571000 | #Constraints:      83690
1885.52/1890.90	c #Conflicts:     572000 | #Constraints:      84690
1885.52/1890.90	c #Conflicts:     573000 | #Constraints:      85690
1885.52/1890.90	c #Conflicts:     574000 | #Constraints:      86690
1885.52/1890.90	c bounds 316 >= 217 @ 1875.53
2091.15/2097.12	c #Conflicts:     575000 | #Constraints:      87744
2091.15/2097.12	c #Conflicts:     576000 | #Constraints:      88744
2091.15/2097.12	c INPROCESSING
2091.15/2097.12	c GARBAGE COLLECT
2091.15/2097.12	c #Conflicts:     577000 | #Constraints:      67648
2091.15/2097.12	c #Conflicts:     578000 | #Constraints:      68648
2091.15/2097.12	c #Conflicts:     579000 | #Constraints:      69648
2091.15/2097.12	c #Conflicts:     580000 | #Constraints:      70648
2091.15/2097.12	c #Conflicts:     581000 | #Constraints:      71648
2091.15/2097.12	c #Conflicts:     582000 | #Constraints:      72648
2091.15/2097.12	c #Conflicts:     583000 | #Constraints:      73648
2091.15/2097.12	c #Conflicts:     584000 | #Constraints:      74648
2091.15/2097.12	c #Conflicts:     585000 | #Constraints:      75648
2091.15/2097.12	c #Conflicts:     586000 | #Constraints:      76648
2091.15/2097.12	c #Conflicts:     587000 | #Constraints:      77648
2091.15/2097.12	c #Conflicts:     588000 | #Constraints:      78648
2091.15/2097.12	c #Conflicts:     589000 | #Constraints:      79648
2091.15/2097.12	c #Conflicts:     590000 | #Constraints:      80648
2091.15/2097.12	c #Conflicts:     591000 | #Constraints:      81648
2091.15/2097.12	c #Conflicts:     592000 | #Constraints:      82648
2091.15/2097.12	c #Conflicts:     593000 | #Constraints:      83648
2091.15/2097.12	c #Conflicts:     594000 | #Constraints:      84648
2091.15/2097.12	c #Conflicts:     595000 | #Constraints:      85648
2091.15/2097.12	c #Conflicts:     596000 | #Constraints:      86648
2091.15/2097.12	c #Conflicts:     597000 | #Constraints:      87648
2091.15/2097.12	c #Conflicts:     598000 | #Constraints:      88648
2091.15/2097.12	c #Conflicts:     599000 | #Constraints:      89648
2091.15/2097.12	c #Conflicts:     600000 | #Constraints:      90648
2091.15/2097.12	c #Conflicts:     601000 | #Constraints:      91648
2091.15/2097.12	c #Conflicts:     602000 | #Constraints:      92648
2091.15/2097.12	c #Conflicts:     603000 | #Constraints:      93648
2091.15/2097.12	c #Conflicts:     604000 | #Constraints:      94648
2091.15/2097.12	c #Conflicts:     605000 | #Constraints:      95648
2091.15/2097.12	c #Conflicts:     606000 | #Constraints:      96648
2091.15/2097.12	c #Conflicts:     607000 | #Constraints:      97648
2091.15/2097.12	c #Conflicts:     608000 | #Constraints:      98648
2091.15/2097.12	c #Conflicts:     609000 | #Constraints:      99648
2091.15/2097.12	c #Conflicts:     610000 | #Constraints:     100648
2091.15/2097.12	c #Conflicts:     611000 | #Constraints:     101648
2091.15/2097.12	c #Conflicts:     612000 | #Constraints:     102648
2091.15/2097.12	c #Conflicts:     613000 | #Constraints:     103648
2091.15/2097.12	c #Conflicts:     614000 | #Constraints:     104648
2091.15/2097.12	c #Conflicts:     615000 | #Constraints:     105648
2091.15/2097.12	c #Conflicts:     616000 | #Constraints:     106648
2091.15/2097.12	c #Conflicts:     617000 | #Constraints:     107648
2091.15/2097.12	c #Conflicts:     618000 | #Constraints:     108648
2091.15/2097.12	c #Conflicts:     619000 | #Constraints:     109648
2091.15/2097.12	c #Conflicts:     620000 | #Constraints:     110648
2091.15/2097.12	c #Conflicts:     621000 | #Constraints:     111648
2091.15/2097.12	c #Conflicts:     622000 | #Constraints:     112648
2091.15/2097.12	c #Conflicts:     623000 | #Constraints:     113648
2091.15/2097.12	c #Conflicts:     624000 | #Constraints:     114648
2091.15/2097.12	c #Conflicts:     625000 | #Constraints:     115648
2091.15/2097.12	c #Conflicts:     626000 | #Constraints:     116648
2091.15/2097.12	c #Conflicts:     627000 | #Constraints:     117648
2091.15/2097.12	c #Conflicts:     628000 | #Constraints:     118648
2091.15/2097.12	c #Conflicts:     629000 | #Constraints:     119648
2091.15/2097.12	c #Conflicts:     630000 | #Constraints:     120648
2091.15/2097.12	c #Conflicts:     631000 | #Constraints:     121648
2091.15/2097.12	c #Conflicts:     632000 | #Constraints:     122648
2091.15/2097.12	c #Conflicts:     633000 | #Constraints:     123648
2091.15/2097.12	c INPROCESSING
2091.15/2097.12	c GARBAGE COLLECT
2091.15/2097.12	c #Conflicts:     634000 | #Constraints:      84906
2091.15/2097.12	c #Conflicts:     635000 | #Constraints:      85906
2091.15/2097.12	c #Conflicts:     636000 | #Constraints:      86906
2091.15/2097.12	c #Conflicts:     637000 | #Constraints:      87906
2091.15/2097.12	c #Conflicts:     638000 | #Constraints:      88906
2091.15/2097.12	c #Conflicts:     639000 | #Constraints:      89906
2091.15/2097.12	c #Conflicts:     640000 | #Constraints:      90906
2091.15/2097.12	c #Conflicts:     641000 | #Constraints:      91906
2091.15/2097.12	c #Conflicts:     642000 | #Constraints:      92906
2091.15/2097.12	c #Conflicts:     643000 | #Constraints:      93906
2091.15/2097.12	c #Conflicts:     644000 | #Constraints:      94906
2091.15/2097.12	c #Conflicts:     645000 | #Constraints:      95906
2091.15/2097.12	c #Conflicts:     646000 | #Constraints:      96906
2091.15/2097.12	c #Conflicts:     647000 | #Constraints:      97906
2091.15/2097.12	c #Conflicts:     648000 | #Constraints:      98906
2091.15/2097.12	c #Conflicts:     649000 | #Constraints:      99906
2091.15/2097.12	c #Conflicts:     650000 | #Constraints:     100906
2091.15/2097.12	c #Conflicts:     651000 | #Constraints:     101906
2091.15/2097.12	c #Conflicts:     652000 | #Constraints:     102906
2091.75/2097.73	c INPROCESSING
2091.75/2097.73	c GARBAGE COLLECT
2091.75/2097.73	c #Conflicts:     653000 | #Constraints:      74658
2091.75/2097.73	c bounds 316 >= 218 @ 2080.81
2158.11/2164.47	c #Conflicts:     654000 | #Constraints:      75679
2158.11/2164.47	c #Conflicts:     655000 | #Constraints:      76679
2158.11/2164.47	c #Conflicts:     656000 | #Constraints:      77679
2158.11/2164.47	c #Conflicts:     657000 | #Constraints:      78679
2158.11/2164.47	c #Conflicts:     658000 | #Constraints:      79679
2158.11/2164.47	c #Conflicts:     659000 | #Constraints:      80679
2158.11/2164.47	c #Conflicts:     660000 | #Constraints:      81679
2158.11/2164.47	c #Conflicts:     661000 | #Constraints:      82679
2158.11/2164.47	c #Conflicts:     662000 | #Constraints:      83679
2158.11/2164.47	c #Conflicts:     663000 | #Constraints:      84679
2158.11/2164.47	c #Conflicts:     664000 | #Constraints:      85679
2158.11/2164.47	c #Conflicts:     665000 | #Constraints:      86679
2158.11/2164.47	c #Conflicts:     666000 | #Constraints:      87679
2158.11/2164.47	c #Conflicts:     667000 | #Constraints:      88679
2158.11/2164.47	c #Conflicts:     668000 | #Constraints:      89679
2158.11/2164.47	c #Conflicts:     669000 | #Constraints:      90679
2158.11/2164.47	c #Conflicts:     670000 | #Constraints:      91679
2158.11/2164.47	c #Conflicts:     671000 | #Constraints:      92679
2158.11/2164.47	c INPROCESSING
2158.11/2164.47	c GARBAGE COLLECT
2158.11/2164.47	c #Conflicts:     672000 | #Constraints:      69431
2158.11/2164.47	c #Conflicts:     673000 | #Constraints:      70431
2158.11/2164.47	c #Conflicts:     674000 | #Constraints:      71431
2158.11/2164.47	c #Conflicts:     675000 | #Constraints:      72431
2158.11/2164.47	c #Conflicts:     676000 | #Constraints:      73431
2158.11/2164.47	c #Conflicts:     677000 | #Constraints:      74431
2158.11/2164.47	c #Conflicts:     678000 | #Constraints:      75431
2158.11/2164.47	c #Conflicts:     679000 | #Constraints:      76431
2158.11/2164.47	c #Conflicts:     680000 | #Constraints:      77431
2158.11/2164.47	c #Conflicts:     681000 | #Constraints:      78431
2158.11/2164.47	c #Conflicts:     682000 | #Constraints:      79431
2158.11/2164.47	c #Conflicts:     683000 | #Constraints:      80431
2158.11/2164.47	c #Conflicts:     684000 | #Constraints:      81431
2158.11/2164.47	c #Conflicts:     685000 | #Constraints:      82431
2158.11/2164.47	c #Conflicts:     686000 | #Constraints:      83431
2158.11/2164.47	c #Conflicts:     687000 | #Constraints:      84431
2158.11/2164.47	c #Conflicts:     688000 | #Constraints:      85431
2158.11/2164.47	c #Conflicts:     689000 | #Constraints:      86431
2158.11/2164.47	c #Conflicts:     690000 | #Constraints:      87431
2158.11/2164.47	c #Conflicts:     691000 | #Constraints:      88431
2158.11/2164.47	c #Conflicts:     692000 | #Constraints:      89431
2158.11/2164.47	c #Conflicts:     693000 | #Constraints:      90431
2158.11/2164.47	c #Conflicts:     694000 | #Constraints:      91431
2158.11/2164.47	c #Conflicts:     695000 | #Constraints:      92431
2158.11/2164.47	c #Conflicts:     696000 | #Constraints:      93431
2158.11/2164.47	c #Conflicts:     697000 | #Constraints:      94431
2158.11/2164.47	c #Conflicts:     698000 | #Constraints:      95431
2158.11/2164.47	c #Conflicts:     699000 | #Constraints:      96431
2158.11/2164.47	c #Conflicts:     700000 | #Constraints:      97431
2158.11/2164.47	c #Conflicts:     701000 | #Constraints:      98431
2158.11/2164.47	c #Conflicts:     702000 | #Constraints:      99431
2158.11/2164.47	c #Conflicts:     703000 | #Constraints:     100431
2158.11/2164.47	c #Conflicts:     704000 | #Constraints:     101431
2158.11/2164.47	c #Conflicts:     705000 | #Constraints:     102431
2158.11/2164.47	c #Conflicts:     706000 | #Constraints:     103431
2158.11/2164.47	c #Conflicts:     707000 | #Constraints:     104431
2158.11/2164.47	c #Conflicts:     708000 | #Constraints:     105431
2158.11/2164.47	c #Conflicts:     709000 | #Constraints:     106431
2158.11/2164.47	c #Conflicts:     710000 | #Constraints:     107431
2158.11/2164.47	c #Conflicts:     711000 | #Constraints:     108431
2158.11/2164.47	c #Conflicts:     712000 | #Constraints:     109431
2158.11/2164.47	c #Conflicts:     713000 | #Constraints:     110431
2158.11/2164.47	c #Conflicts:     714000 | #Constraints:     111431
2158.11/2164.47	c #Conflicts:     715000 | #Constraints:     112431
2158.11/2164.47	c #Conflicts:     716000 | #Constraints:     113431
2158.11/2164.47	c #Conflicts:     717000 | #Constraints:     114431
2158.11/2164.47	c #Conflicts:     718000 | #Constraints:     115431
2158.11/2164.47	c #Conflicts:     719000 | #Constraints:     116431
2158.11/2164.47	c #Conflicts:     720000 | #Constraints:     117431
2158.11/2164.47	c #Conflicts:     721000 | #Constraints:     118431
2158.11/2164.47	c #Conflicts:     722000 | #Constraints:     119431
2158.11/2164.47	c #Conflicts:     723000 | #Constraints:     120431
2158.11/2164.47	c #Conflicts:     724000 | #Constraints:     121431
2158.11/2164.47	c #Conflicts:     725000 | #Constraints:     122431
2158.11/2164.47	c #Conflicts:     726000 | #Constraints:     123431
2158.11/2164.47	c #Conflicts:     727000 | #Constraints:     124431
2158.11/2164.47	c #Conflicts:     728000 | #Constraints:     125431
2158.11/2164.47	c #Conflicts:     729000 | #Constraints:     126431
2158.11/2164.47	c #Conflicts:     730000 | #Constraints:     127431
2158.11/2164.47	c #Conflicts:     731000 | #Constraints:     128431
2158.11/2164.47	c #Conflicts:     732000 | #Constraints:     129431
2265.03/2271.60	c #Conflicts:     733000 | #Constraints:     130431
2265.03/2271.60	c INPROCESSING
2265.03/2271.60	c GARBAGE COLLECT
2265.03/2271.60	c #Conflicts:     734000 | #Constraints:      88597
2265.03/2271.60	c #Conflicts:     735000 | #Constraints:      89597
2265.03/2271.60	c #Conflicts:     736000 | #Constraints:      90597
2265.03/2271.60	c #Conflicts:     737000 | #Constraints:      91597
2265.03/2271.60	c #Conflicts:     738000 | #Constraints:      92597
2265.03/2271.60	c #Conflicts:     739000 | #Constraints:      93597
2265.03/2271.60	c #Conflicts:     740000 | #Constraints:      94597
2265.03/2271.60	c #Conflicts:     741000 | #Constraints:      95597
2265.03/2271.60	c #Conflicts:     742000 | #Constraints:      96597
2265.03/2271.60	c #Conflicts:     743000 | #Constraints:      97597
2265.03/2271.60	c #Conflicts:     744000 | #Constraints:      98597
2265.03/2271.60	c #Conflicts:     745000 | #Constraints:      99597
2265.03/2271.60	c #Conflicts:     746000 | #Constraints:     100597
2265.03/2271.60	c #Conflicts:     747000 | #Constraints:     101597
2265.03/2271.60	c #Conflicts:     748000 | #Constraints:     102597
2265.03/2271.60	c #Conflicts:     749000 | #Constraints:     103597
2265.03/2271.60	c #Conflicts:     750000 | #Constraints:     104597
2265.03/2271.60	c #Conflicts:     751000 | #Constraints:     105597
2265.03/2271.60	c #Conflicts:     752000 | #Constraints:     106597
2265.03/2271.60	c #Conflicts:     753000 | #Constraints:     107597
2265.03/2271.60	c INPROCESSING
2265.03/2271.60	c GARBAGE COLLECT
2265.03/2271.60	c #Conflicts:     754000 | #Constraints:      76935
2265.03/2271.60	c #Conflicts:     755000 | #Constraints:      77935
2265.03/2271.60	c #Conflicts:     756000 | #Constraints:      78935
2265.03/2271.60	c #Conflicts:     757000 | #Constraints:      79935
2265.03/2271.60	c #Conflicts:     758000 | #Constraints:      80935
2265.03/2271.60	c #Conflicts:     759000 | #Constraints:      81935
2265.03/2271.60	c #Conflicts:     760000 | #Constraints:      82935
2265.03/2271.60	c #Conflicts:     761000 | #Constraints:      83935
2265.03/2271.60	c #Conflicts:     762000 | #Constraints:      84935
2265.03/2271.60	c #Conflicts:     763000 | #Constraints:      85935
2265.03/2271.60	c #Conflicts:     764000 | #Constraints:      86935
2265.03/2271.60	c #Conflicts:     765000 | #Constraints:      87935
2265.03/2271.60	c #Conflicts:     766000 | #Constraints:      88935
2265.03/2271.60	c #Conflicts:     767000 | #Constraints:      89935
2265.03/2271.60	c #Conflicts:     768000 | #Constraints:      90935
2265.03/2271.60	c #Conflicts:     769000 | #Constraints:      91935
2265.03/2271.60	c #Conflicts:     770000 | #Constraints:      92935
2265.03/2271.60	c #Conflicts:     771000 | #Constraints:      93935
2265.03/2271.60	c #Conflicts:     772000 | #Constraints:      94935
2265.03/2271.60	c #Conflicts:     773000 | #Constraints:      95935
2265.03/2271.60	c #Conflicts:     774000 | #Constraints:      96935
2265.03/2271.60	c INPROCESSING
2265.03/2271.60	c GARBAGE COLLECT
2265.03/2271.60	c #Conflicts:     775000 | #Constraints:      71813
2265.03/2271.60	c #Conflicts:     776000 | #Constraints:      72813
2265.03/2271.60	c #Conflicts:     777000 | #Constraints:      73813
2265.03/2271.60	c #Conflicts:     778000 | #Constraints:      74813
2265.03/2271.60	c #Conflicts:     779000 | #Constraints:      75813
2265.03/2271.60	c #Conflicts:     780000 | #Constraints:      76813
2265.03/2271.60	c #Conflicts:     781000 | #Constraints:      77813
2265.03/2271.60	c #Conflicts:     782000 | #Constraints:      78813
2265.03/2271.60	c #Conflicts:     783000 | #Constraints:      79813
2265.03/2271.60	c #Conflicts:     784000 | #Constraints:      80813
2265.03/2271.60	c #Conflicts:     785000 | #Constraints:      81813
2265.03/2271.60	c #Conflicts:     786000 | #Constraints:      82813
2265.03/2271.60	c #Conflicts:     787000 | #Constraints:      83813
2265.03/2271.60	c #Conflicts:     788000 | #Constraints:      84813
2265.03/2271.60	c #Conflicts:     789000 | #Constraints:      85813
2265.03/2271.60	c #Conflicts:     790000 | #Constraints:      86813
2265.03/2271.60	c #Conflicts:     791000 | #Constraints:      87813
2265.03/2271.60	c #Conflicts:     792000 | #Constraints:      88813
2265.03/2271.60	c #Conflicts:     793000 | #Constraints:      89813
2265.03/2271.60	c #Conflicts:     794000 | #Constraints:      90813
2265.03/2271.60	c #Conflicts:     795000 | #Constraints:      91813
2265.03/2271.60	c #Conflicts:     796000 | #Constraints:      92813
2265.03/2271.60	c #Conflicts:     797000 | #Constraints:      93813
2265.03/2271.60	c #Conflicts:     798000 | #Constraints:      94813
2265.03/2271.60	c #Conflicts:     799000 | #Constraints:      95813
2265.03/2271.60	c #Conflicts:     800000 | #Constraints:      96813
2265.03/2271.60	c #Conflicts:     801000 | #Constraints:      97813
2265.03/2271.60	c #Conflicts:     802000 | #Constraints:      98813
2265.03/2271.60	c #Conflicts:     803000 | #Constraints:      99813
2265.03/2271.60	c #Conflicts:     804000 | #Constraints:     100813
2265.03/2271.60	c #Conflicts:     805000 | #Constraints:     101813
2265.03/2271.60	c #Conflicts:     806000 | #Constraints:     102813
2265.03/2271.60	c #Conflicts:     807000 | #Constraints:     103813
2265.03/2271.60	c #Conflicts:     808000 | #Constraints:     104813
2300.03/2306.70	c #Conflicts:     809000 | #Constraints:     105813
2300.03/2306.70	c #Conflicts:     810000 | #Constraints:     106813
2300.03/2306.70	c #Conflicts:     811000 | #Constraints:     107813
2300.03/2306.70	c #Conflicts:     812000 | #Constraints:     108813
2300.03/2306.70	c #Conflicts:     813000 | #Constraints:     109813
2300.03/2306.70	c #Conflicts:     814000 | #Constraints:     110813
2300.03/2306.70	c #Conflicts:     815000 | #Constraints:     111813
2300.03/2306.70	c #Conflicts:     816000 | #Constraints:     112813
2300.03/2306.70	c #Conflicts:     817000 | #Constraints:     113813
2300.03/2306.70	c #Conflicts:     818000 | #Constraints:     114813
2300.03/2306.70	c #Conflicts:     819000 | #Constraints:     115813
2300.03/2306.70	c #Conflicts:     820000 | #Constraints:     116813
2300.03/2306.70	c #Conflicts:     821000 | #Constraints:     117813
2300.03/2306.70	c #Conflicts:     822000 | #Constraints:     118813
2300.03/2306.70	c #Conflicts:     823000 | #Constraints:     119813
2300.03/2306.70	c #Conflicts:     824000 | #Constraints:     120813
2300.03/2306.70	c #Conflicts:     825000 | #Constraints:     121813
2300.03/2306.70	c #Conflicts:     826000 | #Constraints:     122813
2300.03/2306.70	c #Conflicts:     827000 | #Constraints:     123813
2300.03/2306.70	c #Conflicts:     828000 | #Constraints:     124813
2300.03/2306.70	c #Conflicts:     829000 | #Constraints:     125813
2300.03/2306.70	c #Conflicts:     830000 | #Constraints:     126813
2300.03/2306.70	c #Conflicts:     831000 | #Constraints:     127813
2300.03/2306.70	c #Conflicts:     832000 | #Constraints:     128813
2300.03/2306.70	c #Conflicts:     833000 | #Constraints:     129813
2300.03/2306.70	c #Conflicts:     834000 | #Constraints:     130813
2300.03/2306.70	c #Conflicts:     835000 | #Constraints:     131813
2300.03/2306.70	c #Conflicts:     836000 | #Constraints:     132813
2300.03/2306.70	c #Conflicts:     837000 | #Constraints:     133813
2300.03/2306.70	c #Conflicts:     838000 | #Constraints:     134813
2300.03/2306.70	c #Conflicts:     839000 | #Constraints:     135813
2300.03/2306.70	c #Conflicts:     840000 | #Constraints:     136813
2300.03/2306.70	c INPROCESSING
2300.03/2306.70	c GARBAGE COLLECT
2300.03/2306.70	c rational objective 218
2338.13/2344.93	c #Conflicts:     841000 | #Constraints:      91886
2338.13/2344.93	c #Conflicts:     842000 | #Constraints:      92886
2338.13/2344.93	c #Conflicts:     843000 | #Constraints:      93886
2338.13/2344.93	c #Conflicts:     844000 | #Constraints:      94886
2338.13/2344.93	c #Conflicts:     845000 | #Constraints:      95886
2338.13/2344.93	c #Conflicts:     846000 | #Constraints:      96886
2338.13/2344.93	c #Conflicts:     847000 | #Constraints:      97886
2338.13/2344.93	c #Conflicts:     848000 | #Constraints:      98886
2338.13/2344.93	c #Conflicts:     849000 | #Constraints:      99886
2338.13/2344.93	c #Conflicts:     850000 | #Constraints:     100886
2338.13/2344.93	c #Conflicts:     851000 | #Constraints:     101886
2338.13/2344.93	c #Conflicts:     852000 | #Constraints:     102886
2338.13/2344.93	c #Conflicts:     853000 | #Constraints:     103886
2338.13/2344.93	c #Conflicts:     854000 | #Constraints:     104886
2338.13/2344.93	c #Conflicts:     855000 | #Constraints:     105886
2338.13/2344.93	c #Conflicts:     856000 | #Constraints:     106886
2338.13/2344.93	c #Conflicts:     857000 | #Constraints:     107886
2338.13/2344.93	c #Conflicts:     858000 | #Constraints:     108886
2338.13/2344.93	c #Conflicts:     859000 | #Constraints:     109886
2338.13/2344.93	c #Conflicts:     860000 | #Constraints:     110886
2338.13/2344.93	c #Conflicts:     861000 | #Constraints:     111886
2338.13/2344.93	c INPROCESSING
2338.13/2344.93	c GARBAGE COLLECT
2338.13/2344.93	c rational objective 218
2375.04/2381.90	c #Conflicts:     862000 | #Constraints:      78881
2375.04/2381.90	c #Conflicts:     863000 | #Constraints:      79881
2375.04/2381.90	c #Conflicts:     864000 | #Constraints:      80881
2375.04/2381.90	c #Conflicts:     865000 | #Constraints:      81881
2375.04/2381.90	c #Conflicts:     866000 | #Constraints:      82881
2375.04/2381.90	c #Conflicts:     867000 | #Constraints:      83881
2375.04/2381.90	c #Conflicts:     868000 | #Constraints:      84881
2375.04/2381.90	c #Conflicts:     869000 | #Constraints:      85881
2375.04/2381.90	c #Conflicts:     870000 | #Constraints:      86881
2375.04/2381.90	c #Conflicts:     871000 | #Constraints:      87881
2375.04/2381.90	c #Conflicts:     872000 | #Constraints:      88881
2375.04/2381.90	c #Conflicts:     873000 | #Constraints:      89881
2375.04/2381.90	c #Conflicts:     874000 | #Constraints:      90881
2375.04/2381.90	c #Conflicts:     875000 | #Constraints:      91881
2375.04/2381.90	c #Conflicts:     876000 | #Constraints:      92881
2375.04/2381.90	c #Conflicts:     877000 | #Constraints:      93881
2375.04/2381.90	c #Conflicts:     878000 | #Constraints:      94881
2375.04/2381.90	c #Conflicts:     879000 | #Constraints:      95881
2375.04/2381.90	c #Conflicts:     880000 | #Constraints:      96881
2375.04/2381.90	c #Conflicts:     881000 | #Constraints:      97881
2375.04/2381.90	c #Conflicts:     882000 | #Constraints:      98881
2375.04/2381.90	c #Conflicts:     883000 | #Constraints:      99881
2375.04/2381.90	c #Conflicts:     884000 | #Constraints:     100881
2375.04/2381.90	c INPROCESSING
2375.04/2381.90	c GARBAGE COLLECT
2375.04/2381.90	c rational objective 218
2676.52/2684.21	c #Conflicts:     885000 | #Constraints:      73868
2676.52/2684.21	c #Conflicts:     886000 | #Constraints:      74868
2676.52/2684.21	c #Conflicts:     887000 | #Constraints:      75868
2676.52/2684.21	c #Conflicts:     888000 | #Constraints:      76868
2676.52/2684.21	c #Conflicts:     889000 | #Constraints:      77868
2676.52/2684.21	c #Conflicts:     890000 | #Constraints:      78868
2676.52/2684.21	c #Conflicts:     891000 | #Constraints:      79868
2676.52/2684.21	c #Conflicts:     892000 | #Constraints:      80868
2676.52/2684.21	c #Conflicts:     893000 | #Constraints:      81868
2676.52/2684.21	c #Conflicts:     894000 | #Constraints:      82868
2676.52/2684.21	c #Conflicts:     895000 | #Constraints:      83868
2676.52/2684.21	c #Conflicts:     896000 | #Constraints:      84868
2676.52/2684.21	c #Conflicts:     897000 | #Constraints:      85868
2676.52/2684.21	c #Conflicts:     898000 | #Constraints:      86868
2676.52/2684.21	c #Conflicts:     899000 | #Constraints:      87868
2676.52/2684.21	c #Conflicts:     900000 | #Constraints:      88868
2676.52/2684.21	c #Conflicts:     901000 | #Constraints:      89868
2676.52/2684.21	c #Conflicts:     902000 | #Constraints:      90868
2676.52/2684.21	c #Conflicts:     903000 | #Constraints:      91868
2676.52/2684.21	c #Conflicts:     904000 | #Constraints:      92868
2676.52/2684.21	c #Conflicts:     905000 | #Constraints:      93868
2676.52/2684.21	c #Conflicts:     906000 | #Constraints:      94868
2676.52/2684.21	c #Conflicts:     907000 | #Constraints:      95868
2676.52/2684.21	c #Conflicts:     908000 | #Constraints:      96868
2676.52/2684.21	c #Conflicts:     909000 | #Constraints:      97868
2676.52/2684.21	c #Conflicts:     910000 | #Constraints:      98868
2676.52/2684.21	c #Conflicts:     911000 | #Constraints:      99868
2676.52/2684.21	c #Conflicts:     912000 | #Constraints:     100868
2676.52/2684.21	c #Conflicts:     913000 | #Constraints:     101868
2676.52/2684.21	c #Conflicts:     914000 | #Constraints:     102868
2676.52/2684.21	c #Conflicts:     915000 | #Constraints:     103868
2676.52/2684.21	c #Conflicts:     916000 | #Constraints:     104868
2676.52/2684.21	c #Conflicts:     917000 | #Constraints:     105868
2676.52/2684.21	c #Conflicts:     918000 | #Constraints:     106868
2676.52/2684.21	c #Conflicts:     919000 | #Constraints:     107868
2676.52/2684.21	c #Conflicts:     920000 | #Constraints:     108868
2676.52/2684.21	c #Conflicts:     921000 | #Constraints:     109868
2676.52/2684.21	c #Conflicts:     922000 | #Constraints:     110868
2676.52/2684.21	c #Conflicts:     923000 | #Constraints:     111868
2676.52/2684.21	c #Conflicts:     924000 | #Constraints:     112868
2676.52/2684.21	c #Conflicts:     925000 | #Constraints:     113868
2676.52/2684.21	c #Conflicts:     926000 | #Constraints:     114868
2676.52/2684.21	c #Conflicts:     927000 | #Constraints:     115868
2676.52/2684.21	c #Conflicts:     928000 | #Constraints:     116868
2676.52/2684.21	c #Conflicts:     929000 | #Constraints:     117868
2676.52/2684.21	c #Conflicts:     930000 | #Constraints:     118868
2676.52/2684.21	c #Conflicts:     931000 | #Constraints:     119868
2676.52/2684.21	c #Conflicts:     932000 | #Constraints:     120868
2676.52/2684.21	c #Conflicts:     933000 | #Constraints:     121868
2676.52/2684.21	c #Conflicts:     934000 | #Constraints:     122868
2676.52/2684.21	c #Conflicts:     935000 | #Constraints:     123868
2676.52/2684.21	c #Conflicts:     936000 | #Constraints:     124868
2676.52/2684.21	c #Conflicts:     937000 | #Constraints:     125868
2676.52/2684.21	c #Conflicts:     938000 | #Constraints:     126868
2676.52/2684.21	c #Conflicts:     939000 | #Constraints:     127868
2676.52/2684.21	c #Conflicts:     940000 | #Constraints:     128868
2676.52/2684.21	c #Conflicts:     941000 | #Constraints:     129868
2676.52/2684.21	c #Conflicts:     942000 | #Constraints:     130868
2676.52/2684.21	c #Conflicts:     943000 | #Constraints:     131868
2676.52/2684.21	c #Conflicts:     944000 | #Constraints:     132868
2676.52/2684.21	c #Conflicts:     945000 | #Constraints:     133868
2676.52/2684.21	c #Conflicts:     946000 | #Constraints:     134868
2676.52/2684.21	c #Conflicts:     947000 | #Constraints:     135868
2676.52/2684.21	c #Conflicts:     948000 | #Constraints:     136868
2676.52/2684.21	c #Conflicts:     949000 | #Constraints:     137868
2676.52/2684.21	c #Conflicts:     950000 | #Constraints:     138868
2676.52/2684.21	c #Conflicts:     951000 | #Constraints:     139868
2676.52/2684.21	c #Conflicts:     952000 | #Constraints:     140868
2676.52/2684.21	c #Conflicts:     953000 | #Constraints:     141868
2676.52/2684.21	c #Conflicts:     954000 | #Constraints:     142868
2676.52/2684.21	c INPROCESSING
2676.52/2684.21	c GARBAGE COLLECT
2676.52/2684.21	c rational objective 218
2717.91/2725.75	c #Conflicts:     955000 | #Constraints:      94851
2717.91/2725.75	c #Conflicts:     956000 | #Constraints:      95851
2717.91/2725.75	c #Conflicts:     957000 | #Constraints:      96851
2717.91/2725.75	c #Conflicts:     958000 | #Constraints:      97851
2717.91/2725.75	c #Conflicts:     959000 | #Constraints:      98851
2717.91/2725.75	c #Conflicts:     960000 | #Constraints:      99851
2717.91/2725.75	c #Conflicts:     961000 | #Constraints:     100851
2717.91/2725.75	c #Conflicts:     962000 | #Constraints:     101851
2717.91/2725.75	c #Conflicts:     963000 | #Constraints:     102851
2717.91/2725.75	c #Conflicts:     964000 | #Constraints:     103851
2717.91/2725.75	c #Conflicts:     965000 | #Constraints:     104851
2717.91/2725.75	c #Conflicts:     966000 | #Constraints:     105851
2717.91/2725.75	c #Conflicts:     967000 | #Constraints:     106851
2717.91/2725.75	c #Conflicts:     968000 | #Constraints:     107851
2717.91/2725.75	c #Conflicts:     969000 | #Constraints:     108851
2717.91/2725.75	c #Conflicts:     970000 | #Constraints:     109851
2717.91/2725.75	c #Conflicts:     971000 | #Constraints:     110851
2717.91/2725.75	c #Conflicts:     972000 | #Constraints:     111851
2717.91/2725.75	c #Conflicts:     973000 | #Constraints:     112851
2717.91/2725.75	c #Conflicts:     974000 | #Constraints:     113851
2717.91/2725.75	c #Conflicts:     975000 | #Constraints:     114851
2717.91/2725.75	c #Conflicts:     976000 | #Constraints:     115851
2717.91/2725.75	c #Conflicts:     977000 | #Constraints:     116851
2717.91/2725.75	c INPROCESSING
2717.91/2725.75	c GARBAGE COLLECT
2717.91/2725.75	c rational objective 218
3087.74/3096.61	c #Conflicts:     978000 | #Constraints:      81676
3087.74/3096.61	c #Conflicts:     979000 | #Constraints:      82676
3087.74/3096.61	c #Conflicts:     980000 | #Constraints:      83676
3087.74/3096.61	c #Conflicts:     981000 | #Constraints:      84676
3087.74/3096.61	c #Conflicts:     982000 | #Constraints:      85676
3087.74/3096.61	c #Conflicts:     983000 | #Constraints:      86676
3087.74/3096.61	c #Conflicts:     984000 | #Constraints:      87676
3087.74/3096.61	c #Conflicts:     985000 | #Constraints:      88676
3087.74/3096.61	c #Conflicts:     986000 | #Constraints:      89676
3087.74/3096.61	c #Conflicts:     987000 | #Constraints:      90676
3087.74/3096.61	c #Conflicts:     988000 | #Constraints:      91676
3087.74/3096.61	c #Conflicts:     989000 | #Constraints:      92676
3087.74/3096.61	c #Conflicts:     990000 | #Constraints:      93676
3087.74/3096.61	c #Conflicts:     991000 | #Constraints:      94676
3087.74/3096.61	c #Conflicts:     992000 | #Constraints:      95676
3087.74/3096.61	c #Conflicts:     993000 | #Constraints:      96676
3087.74/3096.61	c #Conflicts:     994000 | #Constraints:      97676
3087.74/3096.61	c #Conflicts:     995000 | #Constraints:      98676
3087.74/3096.61	c #Conflicts:     996000 | #Constraints:      99676
3087.74/3096.61	c #Conflicts:     997000 | #Constraints:     100676
3087.74/3096.61	c #Conflicts:     998000 | #Constraints:     101676
3087.74/3096.61	c #Conflicts:     999000 | #Constraints:     102676
3087.74/3096.61	c #Conflicts:    1000000 | #Constraints:     103676
3087.74/3096.61	c #Conflicts:    1001000 | #Constraints:     104676
3087.74/3096.61	c INPROCESSING
3087.74/3096.61	c GARBAGE COLLECT
3087.74/3096.61	c #Conflicts:    1002000 | #Constraints:      75789
3087.74/3096.61	c #Conflicts:    1003000 | #Constraints:      76789
3087.74/3096.61	c #Conflicts:    1004000 | #Constraints:      77789
3087.74/3096.61	c #Conflicts:    1005000 | #Constraints:      78789
3087.74/3096.61	c #Conflicts:    1006000 | #Constraints:      79789
3087.74/3096.61	c #Conflicts:    1007000 | #Constraints:      80789
3087.74/3096.61	c #Conflicts:    1008000 | #Constraints:      81789
3087.74/3096.61	c #Conflicts:    1009000 | #Constraints:      82789
3087.74/3096.61	c #Conflicts:    1010000 | #Constraints:      83789
3087.74/3096.61	c #Conflicts:    1011000 | #Constraints:      84789
3087.74/3096.61	c #Conflicts:    1012000 | #Constraints:      85789
3087.74/3096.61	c #Conflicts:    1013000 | #Constraints:      86789
3087.74/3096.61	c #Conflicts:    1014000 | #Constraints:      87789
3087.74/3096.61	c #Conflicts:    1015000 | #Constraints:      88789
3087.74/3096.61	c #Conflicts:    1016000 | #Constraints:      89789
3087.74/3096.61	c #Conflicts:    1017000 | #Constraints:      90789
3087.74/3096.61	c #Conflicts:    1018000 | #Constraints:      91789
3087.74/3096.61	c #Conflicts:    1019000 | #Constraints:      92789
3087.74/3096.61	c #Conflicts:    1020000 | #Constraints:      93789
3087.74/3096.61	c #Conflicts:    1021000 | #Constraints:      94789
3087.74/3096.61	c #Conflicts:    1022000 | #Constraints:      95789
3087.74/3096.61	c #Conflicts:    1023000 | #Constraints:      96789
3087.74/3096.61	c #Conflicts:    1024000 | #Constraints:      97789
3087.74/3096.61	c #Conflicts:    1025000 | #Constraints:      98789
3087.74/3096.61	c #Conflicts:    1026000 | #Constraints:      99789
3087.74/3096.61	c #Conflicts:    1027000 | #Constraints:     100789
3087.74/3096.61	c #Conflicts:    1028000 | #Constraints:     101789
3087.74/3096.61	c bounds 316 >= 219 @ 3072.24
3142.80/3151.95	c #Conflicts:    1029000 | #Constraints:     102849
3142.80/3151.95	c #Conflicts:    1030000 | #Constraints:     103849
3142.80/3151.95	c #Conflicts:    1031000 | #Constraints:     104849
3142.80/3151.95	c #Conflicts:    1032000 | #Constraints:     105849
3142.80/3151.95	c #Conflicts:    1033000 | #Constraints:     106849
3142.80/3151.95	c #Conflicts:    1034000 | #Constraints:     107849
3142.80/3151.95	c #Conflicts:    1035000 | #Constraints:     108849
3142.80/3151.95	c #Conflicts:    1036000 | #Constraints:     109849
3142.80/3151.95	c #Conflicts:    1037000 | #Constraints:     110849
3142.80/3151.95	c #Conflicts:    1038000 | #Constraints:     111849
3142.80/3151.95	c #Conflicts:    1039000 | #Constraints:     112849
3142.80/3151.95	c #Conflicts:    1040000 | #Constraints:     113849
3142.80/3151.95	c #Conflicts:    1041000 | #Constraints:     114849
3142.80/3151.95	c #Conflicts:    1042000 | #Constraints:     115849
3142.80/3151.95	c #Conflicts:    1043000 | #Constraints:     116849
3142.80/3151.95	c #Conflicts:    1044000 | #Constraints:     117849
3142.80/3151.95	c #Conflicts:    1045000 | #Constraints:     118849
3142.80/3151.95	c #Conflicts:    1046000 | #Constraints:     119849
3142.80/3151.95	c #Conflicts:    1047000 | #Constraints:     120849
3142.80/3151.95	c #Conflicts:    1048000 | #Constraints:     121849
3142.80/3151.95	c #Conflicts:    1049000 | #Constraints:     122849
3142.80/3151.95	c #Conflicts:    1050000 | #Constraints:     123849
3142.80/3151.95	c #Conflicts:    1051000 | #Constraints:     124849
3142.80/3151.95	c #Conflicts:    1052000 | #Constraints:     125849
3142.80/3151.95	c #Conflicts:    1053000 | #Constraints:     126849
3142.80/3151.95	c #Conflicts:    1054000 | #Constraints:     127849
3142.80/3151.95	c #Conflicts:    1055000 | #Constraints:     128849
3142.80/3151.95	c #Conflicts:    1056000 | #Constraints:     129849
3142.80/3151.95	c #Conflicts:    1057000 | #Constraints:     130849
3142.80/3151.95	c #Conflicts:    1058000 | #Constraints:     131849
3142.80/3151.95	c #Conflicts:    1059000 | #Constraints:     132849
3142.80/3151.95	c #Conflicts:    1060000 | #Constraints:     133849
3142.80/3151.95	c #Conflicts:    1061000 | #Constraints:     134849
3142.80/3151.95	c #Conflicts:    1062000 | #Constraints:     135849
3142.80/3151.95	c #Conflicts:    1063000 | #Constraints:     136849
3142.80/3151.95	c #Conflicts:    1064000 | #Constraints:     137849
3142.80/3151.95	c #Conflicts:    1065000 | #Constraints:     138849
3142.80/3151.95	c #Conflicts:    1066000 | #Constraints:     139849
3142.80/3151.95	c #Conflicts:    1067000 | #Constraints:     140849
3142.80/3151.95	c #Conflicts:    1068000 | #Constraints:     141849
3142.80/3151.95	c #Conflicts:    1069000 | #Constraints:     142849
3142.80/3151.95	c #Conflicts:    1070000 | #Constraints:     143849
3142.80/3151.95	c #Conflicts:    1071000 | #Constraints:     144849
3142.80/3151.95	c #Conflicts:    1072000 | #Constraints:     145849
3142.80/3151.95	c #Conflicts:    1073000 | #Constraints:     146849
3142.80/3151.95	c #Conflicts:    1074000 | #Constraints:     147849
3142.80/3151.95	c #Conflicts:    1075000 | #Constraints:     148849
3142.80/3151.95	c INPROCESSING
3142.80/3151.95	c GARBAGE COLLECT
3142.80/3151.95	c #Conflicts:    1076000 | #Constraints:      97772
3142.80/3151.95	c #Conflicts:    1077000 | #Constraints:      98772
3142.80/3151.95	c #Conflicts:    1078000 | #Constraints:      99772
3142.80/3151.95	c #Conflicts:    1079000 | #Constraints:     100772
3142.80/3151.95	c #Conflicts:    1080000 | #Constraints:     101772
3142.80/3151.95	c #Conflicts:    1081000 | #Constraints:     102772
3142.80/3151.95	c #Conflicts:    1082000 | #Constraints:     103772
3142.80/3151.95	c #Conflicts:    1083000 | #Constraints:     104772
3142.80/3151.95	c #Conflicts:    1084000 | #Constraints:     105772
3142.80/3151.95	c #Conflicts:    1085000 | #Constraints:     106772
3142.80/3151.95	c #Conflicts:    1086000 | #Constraints:     107772
3142.80/3151.95	c #Conflicts:    1087000 | #Constraints:     108772
3142.80/3151.95	c #Conflicts:    1088000 | #Constraints:     109772
3142.80/3151.95	c #Conflicts:    1089000 | #Constraints:     110772
3142.80/3151.95	c #Conflicts:    1090000 | #Constraints:     111772
3142.80/3151.95	c #Conflicts:    1091000 | #Constraints:     112772
3142.80/3151.95	c #Conflicts:    1092000 | #Constraints:     113772
3142.80/3151.95	c #Conflicts:    1093000 | #Constraints:     114772
3142.80/3151.95	c #Conflicts:    1094000 | #Constraints:     115772
3142.80/3151.95	c #Conflicts:    1095000 | #Constraints:     116772
3142.80/3151.95	c #Conflicts:    1096000 | #Constraints:     117772
3142.80/3151.95	c #Conflicts:    1097000 | #Constraints:     118772
3142.80/3151.95	c #Conflicts:    1098000 | #Constraints:     119772
3142.80/3151.95	c #Conflicts:    1099000 | #Constraints:     120772
3142.80/3151.95	c #Conflicts:    1100000 | #Constraints:     121772
3142.80/3151.95	c INPROCESSING
3142.80/3151.95	c GARBAGE COLLECT
3142.80/3151.95	c #Conflicts:    1101000 | #Constraints:      84311
3142.80/3151.95	c #Conflicts:    1102000 | #Constraints:      85311
3142.80/3151.95	c #Conflicts:    1103000 | #Constraints:      86311
3142.80/3151.95	c #Conflicts:    1104000 | #Constraints:      87311
3142.80/3151.95	c #Conflicts:    1105000 | #Constraints:      88311
3142.80/3151.95	c #Conflicts:    1106000 | #Constraints:      89311
3203.48/3212.85	c #Conflicts:    1107000 | #Constraints:      90311
3203.48/3212.85	c #Conflicts:    1108000 | #Constraints:      91311
3203.48/3212.85	c #Conflicts:    1109000 | #Constraints:      92311
3203.48/3212.85	c #Conflicts:    1110000 | #Constraints:      93311
3203.48/3212.85	c #Conflicts:    1111000 | #Constraints:      94311
3203.48/3212.85	c #Conflicts:    1112000 | #Constraints:      95311
3203.48/3212.85	c #Conflicts:    1113000 | #Constraints:      96311
3203.48/3212.85	c #Conflicts:    1114000 | #Constraints:      97311
3203.48/3212.85	c #Conflicts:    1115000 | #Constraints:      98311
3203.48/3212.85	c #Conflicts:    1116000 | #Constraints:      99311
3203.48/3212.85	c #Conflicts:    1117000 | #Constraints:     100311
3203.48/3212.85	c #Conflicts:    1118000 | #Constraints:     101311
3203.48/3212.85	c #Conflicts:    1119000 | #Constraints:     102311
3203.48/3212.85	c #Conflicts:    1120000 | #Constraints:     103311
3203.48/3212.85	c #Conflicts:    1121000 | #Constraints:     104311
3203.48/3212.85	c #Conflicts:    1122000 | #Constraints:     105311
3203.48/3212.85	c #Conflicts:    1123000 | #Constraints:     106311
3203.48/3212.85	c #Conflicts:    1124000 | #Constraints:     107311
3203.48/3212.85	c #Conflicts:    1125000 | #Constraints:     108311
3203.48/3212.85	c INPROCESSING
3203.48/3212.85	c GARBAGE COLLECT
3203.48/3212.85	c #Conflicts:    1126000 | #Constraints:      77511
3203.48/3212.85	c #Conflicts:    1127000 | #Constraints:      78511
3203.48/3212.85	c #Conflicts:    1128000 | #Constraints:      79511
3203.48/3212.85	c #Conflicts:    1129000 | #Constraints:      80511
3203.48/3212.85	c #Conflicts:    1130000 | #Constraints:      81511
3203.48/3212.85	c #Conflicts:    1131000 | #Constraints:      82511
3203.48/3212.85	c #Conflicts:    1132000 | #Constraints:      83511
3203.48/3212.85	c #Conflicts:    1133000 | #Constraints:      84511
3203.48/3212.85	c #Conflicts:    1134000 | #Constraints:      85511
3203.48/3212.85	c #Conflicts:    1135000 | #Constraints:      86511
3203.48/3212.85	c #Conflicts:    1136000 | #Constraints:      87511
3203.48/3212.85	c #Conflicts:    1137000 | #Constraints:      88511
3203.48/3212.85	c #Conflicts:    1138000 | #Constraints:      89511
3203.48/3212.85	c #Conflicts:    1139000 | #Constraints:      90512
3203.48/3212.85	c #Conflicts:    1140000 | #Constraints:      91513
3203.48/3212.85	c #Conflicts:    1141000 | #Constraints:      92513
3203.48/3212.85	c #Conflicts:    1142000 | #Constraints:      93514
3203.48/3212.85	c #Conflicts:    1143000 | #Constraints:      94514
3203.48/3212.85	c #Conflicts:    1144000 | #Constraints:      95514
3203.48/3212.85	c #Conflicts:    1145000 | #Constraints:      96514
3203.48/3212.85	c #Conflicts:    1146000 | #Constraints:      97515
3203.48/3212.85	c #Conflicts:    1147000 | #Constraints:      98515
3203.48/3212.85	c #Conflicts:    1148000 | #Constraints:      99517
3203.48/3212.85	c #Conflicts:    1149000 | #Constraints:     100517
3203.48/3212.85	c #Conflicts:    1150000 | #Constraints:     101517
3203.48/3212.85	c #Conflicts:    1151000 | #Constraints:     102517
3203.48/3212.85	c #Conflicts:    1152000 | #Constraints:     103517
3203.48/3212.85	c #Conflicts:    1153000 | #Constraints:     104517
3203.48/3212.85	c #Conflicts:    1154000 | #Constraints:     105517
3203.48/3212.85	c #Conflicts:    1155000 | #Constraints:     106517
3203.48/3212.85	c #Conflicts:    1156000 | #Constraints:     107517
3203.48/3212.85	c #Conflicts:    1157000 | #Constraints:     108517
3203.48/3212.85	c #Conflicts:    1158000 | #Constraints:     109517
3203.48/3212.85	c #Conflicts:    1159000 | #Constraints:     110517
3203.48/3212.85	WSVECS04 Frhs2[28]: 6 0 2.00009 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[42]: 6 0 2.38091 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[44]: 6 0 0.980617 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[54]: 6 0 0.240504 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[67]: 6 -3.6244 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[68]: 6 0 3.00008 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[77]: 6 -1.5191 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[93]: 6 0 0.381177 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[123]: 6 -2.5391 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[130]: 6 0 2.00902 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[145]: 6 -1.99111 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[163]: 6 0 4.62439 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[167]: 6 0 5.00007 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[197]: 6 0 0.271915 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[266]: 6 0 2.26678 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[321]: 6 0 3.51551 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[361]: 6 0 0.375691 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[365]: 6 0 0.375683 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[493]: 6 0 0.0561876 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[542]: 6 0 1.62581 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[634]: 6 -7.83108 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[664]: 6 -7.00002 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[717]: 6 0 2.00724 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[732]: 6 0 4.10433 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[757]: 6 0 0.240517 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[770]: 6 0 0.733347 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[817]: 6 0 3.28759 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[839]: 6 -29.7692 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[861]: 6 0 9.03675 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[862]: 6 0 21.9415 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[869]: 6 0 9.03677 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[882]: 6 0 2.00003 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1013]: 6 -1.00005 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1037]: 6 -12.018 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1062]: 6 0 12.9048 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1067]: 6 -2.2668 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1114]: 6 -9.7995 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1117]: 6 0 2.0073 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1127]: 6 -2.00002 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1167]: 6 -2.26674 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1201]: 6 0 3.00002 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1208]: 6 0 3.22255 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1221]: 6 0 1.78653 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1223]: 6 -0.732031 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1228]: 6 0 2.00006 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1233]: 6 -4.18625 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1241]: 6 0 0.995593 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1243]: 6 0 1.08366 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1245]: 6 -5.72017 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1307]: 6 -5.00002 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1382]: 6 0 1.44407 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1397]: 6 0 0.462442 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1421]: 6 0 4.08462 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1422]: 6 0 2.29811 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1462]: 6 0 12.9047 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1486]: 6 0 0.556084 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1490]: 6 0 0.249009 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1497]: 6 0 0.444506 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1530]: 6 0 1.79772 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1531]: 6 0 0.00899467 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1540]: 6 0 0.558309 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1713]: 6 0 0.471984 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1714]: 6 0 0.472023 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1728]: 6 0 2.00007 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1737]: 6 0 0.086389 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1804]: 6 -4.00003 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1809]: 6 -1.00005 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1829]: 6 -2.00003 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1861]: 6 0 2.00002 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[1955]: 6 -3.51915 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[2128]: 6 -2.8757 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[2332]: 6 0 0.679466 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[2337]: 6 -3.10822 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[2365]: 6 0 0.624373 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[2366]: 6 0 1.6244 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[2386]: 6 -5.00009 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[2399]: 6 -1.00003 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[2400]: 6 -1.00008 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[2500]: 6 -1.00004 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[2598]: 6 -3.00006 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[2621]: 6 0 1.00009 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[2628]: 6 -2.00004 0 shouldn't be
3203.48/3212.85	WSVECS04 Frhs2[2631]: 6 0 3.00005 shouldn't be
3249.56/3259.14	c #Conflicts:    1160000 | #Constraints:     111517
3249.56/3259.14	c #Conflicts:    1161000 | #Constraints:     112517
3249.56/3259.14	c #Conflicts:    1162000 | #Constraints:     113517
3249.56/3259.14	c #Conflicts:    1163000 | #Constraints:     114517
3249.56/3259.14	c #Conflicts:    1164000 | #Constraints:     115517
3249.56/3259.14	c #Conflicts:    1165000 | #Constraints:     116517
3249.56/3259.14	c #Conflicts:    1166000 | #Constraints:     117517
3249.56/3259.14	c #Conflicts:    1167000 | #Constraints:     118517
3249.56/3259.14	c #Conflicts:    1168000 | #Constraints:     119517
3249.56/3259.14	c #Conflicts:    1169000 | #Constraints:     120518
3249.56/3259.14	c #Conflicts:    1170000 | #Constraints:     121518
3249.56/3259.14	c #Conflicts:    1171000 | #Constraints:     122518
3249.56/3259.14	c #Conflicts:    1172000 | #Constraints:     123518
3249.56/3259.14	c #Conflicts:    1173000 | #Constraints:     124518
3249.56/3259.14	c #Conflicts:    1174000 | #Constraints:     125518
3249.56/3259.14	c #Conflicts:    1175000 | #Constraints:     126518
3249.56/3259.14	c #Conflicts:    1176000 | #Constraints:     127518
3249.56/3259.14	c #Conflicts:    1177000 | #Constraints:     128518
3249.56/3259.14	c #Conflicts:    1178000 | #Constraints:     129518
3249.56/3259.14	c #Conflicts:    1179000 | #Constraints:     130518
3249.56/3259.14	c #Conflicts:    1180000 | #Constraints:     131518
3249.56/3259.14	c #Conflicts:    1181000 | #Constraints:     132518
3249.56/3259.14	c #Conflicts:    1182000 | #Constraints:     133519
3249.56/3259.14	c #Conflicts:    1183000 | #Constraints:     134519
3249.56/3259.14	WSVECS04 Frhs2[38]: 6 0 4.36515 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[40]: 6 0 4.36511 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[68]: 6 0 2.00005 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[145]: 6 -3.6508 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[166]: 6 0 3.73811 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[176]: 6 -3.00005 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[240]: 6 0 4.3651 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[245]: 6 -8.00005 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[304]: 6 0 0.309575 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[317]: 6 0 7.26986 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[338]: 6 -1.635 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[366]: 6 0 3.73813 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[367]: 6 -4.00004 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[414]: 6 0 2.00003 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[436]: 6 -8.00009 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[454]: 6 0 2.85719 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[456]: 6 -8.42866 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[587]: 6 -2.00001 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[614]: 6 0 0.674629 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[618]: 6 -6.00001 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[623]: 6 -6.00003 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[629]: 6 0 15.0001 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[637]: 6 0 0.381024 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[639]: 6 0 5.00003 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[667]: 6 0 5.00003 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[668]: 6 0 10.0001 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[669]: 6 0 5.00008 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[673]: 6 0 1.00002 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[704]: 6 -2.00003 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[705]: 6 0 9.65084 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[738]: 6 0 4.36515 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[740]: 6 0 4.36512 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[744]: 6 0 3.00003 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[826]: 6 -9.00007 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[843]: 6 0 8.00003 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[855]: 6 0 2.85721 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[856]: 6 -2.57148 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[883]: 6 0 2.00006 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[927]: 6 0 1.19057 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[947]: 6 -6.00007 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1036]: 6 0 1.00006 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1054]: 6 0 1.42865 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1140]: 6 0 3.98414 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1152]: 6 0 1.66671 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1158]: 6 -9.0477 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1237]: 6 0 0.380973 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1240]: 6 0 4.36514 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1257]: 6 0 1.90482 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1259]: 6 -9.76197 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1315]: 6 0 0.0793969 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1319]: 6 0 3.76993 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1345]: 6 0 4.8096 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1349]: 6 0 10.4604 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1355]: 6 0 3.52388 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1359]: 6 0 0.666697 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1389]: 6 0 6.11118 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1412]: 6 -4.43657 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1432]: 6 -4.36512 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1445]: 6 -4.3493 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1516]: 6 0 4.05559 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1560]: 6 0 4.57145 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1566]: 6 0 3.73817 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1586]: 6 -2.00002 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1603]: 6 0 0.476234 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1605]: 6 0 9.65084 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1619]: 6 0 6.36516 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1637]: 6 0 0.380987 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1639]: 6 0 5.00003 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1652]: 6 0 4.00009 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1656]: 6 -2.19052 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1710]: 6 0 0.785743 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1737]: 6 0 0.381018 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1752]: 6 0 1.14295 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1779]: 6 0 3.69054 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1792]: 6 0 0.309579 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1799]: 6 -2.00002 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1804]: 6 -4.00003 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1805]: 6 -5.00002 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1807]: 6 -3.00005 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1821]: 6 0 2.00003 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1832]: 6 0 1.00004 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1948]: 6 0 2.00003 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1951]: 6 0 4.00006 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[1955]: 6 -4.00005 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2043]: 6 0 2.00002 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2051]: 6 0 2.00003 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2088]: 6 -2.00003 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2091]: 6 -1.00001 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2101]: 6 -1.00009 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2109]: 6 0 4.00007 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2110]: 6 0 4.0001 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2119]: 6 -2.00005 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2121]: 6 0 2.00008 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2129]: 6 0 1.00006 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2130]: 6 0 2.0001 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2149]: 6 0 1.00008 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2152]: 6 0 5.00006 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2153]: 6 0 4.00004 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2154]: 6 0 2.00009 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2160]: 6 0 8.00009 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2164]: 6 -1.00003 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2169]: 6 0 2.00006 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2205]: 6 -5.00008 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2240]: 6 0 1.00006 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2271]: 6 0 2.00006 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2282]: 6 -2.00007 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2312]: 6 0 1.00006 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2342]: 6 0 2.00005 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2348]: 6 -1.00007 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2359]: 6 0 6.00008 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2360]: 6 0 3.00007 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2369]: 6 -2.00008 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2370]: 6 0 3.00005 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2371]: 6 0 1.00003 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2398]: 6 -3.00004 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2400]: 6 -1.00008 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2419]: 6 -2.0001 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2450]: 6 0 5.00003 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2455]: 6 -4.00004 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2468]: 6 0 5.00001 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2480]: 6 0 3.00004 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2482]: 6 -2.00001 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2498]: 6 0 1.00009 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2531]: 6 0 2.00002 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2546]: 6 -2.00004 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2571]: 6 0 1.00008 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2573]: 6 -3.00007 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2612]: 6 0 1.16674 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2628]: 6 -4.00003 0 shouldn't be
3249.56/3259.14	WSVECS04 Frhs2[2630]: 6 0 2.02389 shouldn't be
3287.71/3297.42	c #Conflicts:    1184000 | #Constraints:     135519
3287.71/3297.42	c #Conflicts:    1185000 | #Constraints:     136519
3287.71/3297.42	c #Conflicts:    1186000 | #Constraints:     137519
3287.71/3297.42	c #Conflicts:    1187000 | #Constraints:     138519
3287.71/3297.42	c #Conflicts:    1188000 | #Constraints:     139519
3287.71/3297.42	c #Conflicts:    1189000 | #Constraints:     140519
3287.71/3297.42	c #Conflicts:    1190000 | #Constraints:     141519
3287.71/3297.42	c #Conflicts:    1191000 | #Constraints:     142520
3287.71/3297.42	c #Conflicts:    1192000 | #Constraints:     143520
3287.71/3297.42	c #Conflicts:    1193000 | #Constraints:     144521
3287.71/3297.42	c #Conflicts:    1194000 | #Constraints:     145521
3287.71/3297.42	c #Conflicts:    1195000 | #Constraints:     146521
3287.71/3297.42	c #Conflicts:    1196000 | #Constraints:     147521
3287.71/3297.42	c #Conflicts:    1197000 | #Constraints:     148521
3287.71/3297.42	c #Conflicts:    1198000 | #Constraints:     149521
3287.71/3297.42	c #Conflicts:    1199000 | #Constraints:     150521
3287.71/3297.42	WSVECS04 Frhs2[142]: 6 0 1.50003 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[150]: 6 0 3.50485 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[223]: 6 -3.00004 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[232]: 6 0 2.3334 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[237]: 6 0 3.25368 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[244]: 6 0 0.833409 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[245]: 6 -5.8382 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[263]: 6 -6.00002 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[295]: 6 0 0.724691 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[326]: 6 0 1.00001 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[352]: 6 0 4.00002 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[367]: 6 -4.00004 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[437]: 6 0 7.58705 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[450]: 6 0 2.00493 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[456]: 6 -1.00007 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[460]: 6 0 2.00001 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[497]: 6 -11.0001 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[505]: 6 0 0.333406 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[507]: 6 0 1.25367 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[511]: 6 0 2.36604 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[512]: 6 -3.63411 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[532]: 6 0 2.3334 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[534]: 6 -0.333376 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[536]: 6 0 0.666692 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[557]: 6 0 1.42034 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[561]: 6 0 2.00005 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[592]: 6 0 0.343077 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[594]: 6 -3.00006 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[634]: 6 -0.333404 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[636]: 6 0 0.666738 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[641]: 6 0 1.40038 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[644]: 6 0 0.833415 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[646]: 6 0 0.833417 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[650]: 6 0 3.5049 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[654]: 6 0 6.0001 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[686]: 6 0 1.00003 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[707]: 6 0 1.25363 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[712]: 6 -4.8986 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[743]: 6 0 3.83343 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[760]: 6 -4.00007 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[792]: 6 0 0.343028 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[856]: 6 -4.00004 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[861]: 6 0 2.00004 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[900]: 6 -5.96621 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[960]: 6 0 2.00002 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1000]: 6 0 1.00001 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1005]: 6 0 0.333395 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1049]: 6 0 3.50006 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1052]: 6 0 4.00007 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1055]: 6 0 1.16668 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1056]: 6 -1.5001 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1144]: 6 0 0.833379 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1145]: 6 -2.49522 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1150]: 6 0 3.50489 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1236]: 6 0 0.66676 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1252]: 6 0 15.0001 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1256]: 6 0 11.0001 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1289]: 6 -4.33337 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1311]: 6 0 0.713854 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1313]: 6 0 1.36602 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1341]: 6 0 1.90039 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1346]: 6 0 1.33336 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1349]: 6 0 3.83337 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1355]: 6 0 1.16669 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1361]: 6 0 2.00004 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1399]: 6 0 1.00002 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1456]: 6 -0.333362 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1457]: 6 0 1.42034 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1466]: 6 -2.00002 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1487]: 6 0 0.920382 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1587]: 6 0 0.920353 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1637]: 6 0 3.25366 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1641]: 6 0 1.06705 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1649]: 6 0 3.00007 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1687]: 6 0 0.92032 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1689]: 6 -6.00006 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1760]: 6 0 2.00003 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1804]: 6 -4.00004 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1842]: 6 -5.00008 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[1910]: 6 0 0.181183 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[2113]: 6 -2.0001 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[2129]: 6 0 2.00004 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[2131]: 6 0 3.0001 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[2251]: 6 0 3.00008 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[2259]: 6 -1.00005 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[2282]: 6 -4.00007 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[2325]: 6 -4.0001 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[2333]: 6 0 2.00008 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[2349]: 6 0 2.0001 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[2359]: 6 0 2.00005 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[2399]: 6 -2.00003 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[2404]: 6 0 2.00008 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[2524]: 6 -4.00007 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[2559]: 6 0 1.00005 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[2564]: 6 -3.00006 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[2611]: 6 -1.00006 0 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[2630]: 6 0 0.686037 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[2631]: 6 0 0.686053 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[2672]: 6 0 1.00003 shouldn't be
3287.71/3297.42	WSVECS04 Frhs2[2697]: 6 -4.00001 0 shouldn't be
3299.95/3309.99	c #Conflicts:    1200000 | #Constraints:     151521
3299.95/3309.99	c #Conflicts:    1201000 | #Constraints:     152521
3299.95/3309.99	c #Conflicts:    1202000 | #Constraints:     153521
3299.95/3309.99	c #Conflicts:    1203000 | #Constraints:     154521
3299.95/3309.99	c INPROCESSING
3299.95/3309.99	c GARBAGE COLLECT
3299.95/3309.99	c rational objective 219
3352.71/3362.85	c #Conflicts:    1204000 | #Constraints:     100564
3352.71/3362.85	c #Conflicts:    1205000 | #Constraints:     101564
3352.71/3362.85	c #Conflicts:    1206000 | #Constraints:     102564
3352.71/3362.85	c #Conflicts:    1207000 | #Constraints:     103564
3352.71/3362.85	c #Conflicts:    1208000 | #Constraints:     104564
3352.71/3362.85	c #Conflicts:    1209000 | #Constraints:     105564
3352.71/3362.85	c #Conflicts:    1210000 | #Constraints:     106564
3352.71/3362.85	c #Conflicts:    1211000 | #Constraints:     107564
3352.71/3362.85	c #Conflicts:    1212000 | #Constraints:     108564
3352.71/3362.85	c #Conflicts:    1213000 | #Constraints:     109564
3352.71/3362.85	c #Conflicts:    1214000 | #Constraints:     110564
3352.71/3362.85	c #Conflicts:    1215000 | #Constraints:     111564
3352.71/3362.85	c #Conflicts:    1216000 | #Constraints:     112564
3352.71/3362.85	c #Conflicts:    1217000 | #Constraints:     113564
3352.71/3362.85	c #Conflicts:    1218000 | #Constraints:     114564
3352.71/3362.85	c #Conflicts:    1219000 | #Constraints:     115564
3352.71/3362.85	c #Conflicts:    1220000 | #Constraints:     116564
3352.71/3362.85	c #Conflicts:    1221000 | #Constraints:     117564
3352.71/3362.85	c #Conflicts:    1222000 | #Constraints:     118564
3352.71/3362.85	c #Conflicts:    1223000 | #Constraints:     119564
3352.71/3362.85	c #Conflicts:    1224000 | #Constraints:     120564
3352.71/3362.85	c #Conflicts:    1225000 | #Constraints:     121564
3352.71/3362.85	c #Conflicts:    1226000 | #Constraints:     122564
3352.71/3362.85	c #Conflicts:    1227000 | #Constraints:     123564
3352.71/3362.85	c #Conflicts:    1228000 | #Constraints:     124564
3352.71/3362.85	c #Conflicts:    1229000 | #Constraints:     125564
3352.71/3362.85	c #Conflicts:    1230000 | #Constraints:     126564
3352.71/3362.85	c INPROCESSING
3352.71/3362.85	c GARBAGE COLLECT
3352.71/3362.85	c rational objective 219
3477.97/3488.44	c #Conflicts:    1231000 | #Constraints:      86732
3477.97/3488.44	c #Conflicts:    1232000 | #Constraints:      87732
3477.97/3488.44	c #Conflicts:    1233000 | #Constraints:      88732
3477.97/3488.44	c #Conflicts:    1234000 | #Constraints:      89732
3477.97/3488.44	c #Conflicts:    1235000 | #Constraints:      90732
3477.97/3488.44	c #Conflicts:    1236000 | #Constraints:      91732
3477.97/3488.44	c #Conflicts:    1237000 | #Constraints:      92732
3477.97/3488.44	c #Conflicts:    1238000 | #Constraints:      93732
3477.97/3488.44	c #Conflicts:    1239000 | #Constraints:      94732
3477.97/3488.44	c #Conflicts:    1240000 | #Constraints:      95732
3477.97/3488.44	c #Conflicts:    1241000 | #Constraints:      96732
3477.97/3488.44	c #Conflicts:    1242000 | #Constraints:      97732
3477.97/3488.44	c #Conflicts:    1243000 | #Constraints:      98732
3477.97/3488.44	c #Conflicts:    1244000 | #Constraints:      99732
3477.97/3488.44	c #Conflicts:    1245000 | #Constraints:     100732
3477.97/3488.44	c #Conflicts:    1246000 | #Constraints:     101732
3477.97/3488.44	c #Conflicts:    1247000 | #Constraints:     102732
3477.97/3488.44	c #Conflicts:    1248000 | #Constraints:     103732
3477.97/3488.44	c #Conflicts:    1249000 | #Constraints:     104732
3477.97/3488.44	c #Conflicts:    1250000 | #Constraints:     105732
3477.97/3488.44	c #Conflicts:    1251000 | #Constraints:     106732
3477.97/3488.44	c #Conflicts:    1252000 | #Constraints:     107732
3477.97/3488.44	c #Conflicts:    1253000 | #Constraints:     108732
3477.97/3488.44	c #Conflicts:    1254000 | #Constraints:     109732
3477.97/3488.44	c #Conflicts:    1255000 | #Constraints:     110732
3477.97/3488.44	c #Conflicts:    1256000 | #Constraints:     111732
3477.97/3488.44	c INPROCESSING
3477.97/3488.44	c GARBAGE COLLECT
3477.97/3488.44	c rational objective 219
3522.74/3533.32	c #Conflicts:    1257000 | #Constraints:      79015
3522.74/3533.32	c #Conflicts:    1258000 | #Constraints:      80015
3522.74/3533.32	c #Conflicts:    1259000 | #Constraints:      81015
3522.74/3533.32	c #Conflicts:    1260000 | #Constraints:      82015
3522.74/3533.32	c #Conflicts:    1261000 | #Constraints:      83015
3522.74/3533.32	c #Conflicts:    1262000 | #Constraints:      84015
3522.74/3533.32	c #Conflicts:    1263000 | #Constraints:      85015
3522.74/3533.32	c #Conflicts:    1264000 | #Constraints:      86015
3522.74/3533.32	c #Conflicts:    1265000 | #Constraints:      87015
3522.74/3533.32	c #Conflicts:    1266000 | #Constraints:      88015
3522.74/3533.32	c #Conflicts:    1267000 | #Constraints:      89015
3522.74/3533.32	c #Conflicts:    1268000 | #Constraints:      90015
3522.74/3533.32	c #Conflicts:    1269000 | #Constraints:      91015
3522.74/3533.32	c #Conflicts:    1270000 | #Constraints:      92015
3522.74/3533.32	c #Conflicts:    1271000 | #Constraints:      93015
3522.74/3533.32	c #Conflicts:    1272000 | #Constraints:      94015
3522.74/3533.32	c #Conflicts:    1273000 | #Constraints:      95015
3522.74/3533.32	c #Conflicts:    1274000 | #Constraints:      96015
3522.74/3533.32	c #Conflicts:    1275000 | #Constraints:      97015
3522.74/3533.32	c #Conflicts:    1276000 | #Constraints:      98015
3522.74/3533.32	c #Conflicts:    1277000 | #Constraints:      99015
3522.74/3533.32	c #Conflicts:    1278000 | #Constraints:     100015
3522.74/3533.32	c #Conflicts:    1279000 | #Constraints:     101015
3522.74/3533.32	c #Conflicts:    1280000 | #Constraints:     102015
3522.74/3533.32	c #Conflicts:    1281000 | #Constraints:     103015
3522.74/3533.32	c #Conflicts:    1282000 | #Constraints:     104015
3522.74/3533.32	c #Conflicts:    1283000 | #Constraints:     105015
3522.74/3533.32	c INPROCESSING
3522.74/3533.32	c GARBAGE COLLECT
3522.74/3533.32	c rational objective 219
3595.21/3606.00	c #Conflicts:    1284000 | #Constraints:      75763
3595.21/3606.00	c #Conflicts:    1285000 | #Constraints:      76763
3595.21/3606.00	c #Conflicts:    1286000 | #Constraints:      77763
3595.21/3606.00	c #Conflicts:    1287000 | #Constraints:      78763
3595.21/3606.00	c #Conflicts:    1288000 | #Constraints:      79763
3595.21/3606.00	c #Conflicts:    1289000 | #Constraints:      80763
3595.21/3606.00	c #Conflicts:    1290000 | #Constraints:      81763
3595.21/3606.00	c #Conflicts:    1291000 | #Constraints:      82763
3595.21/3606.00	c #Conflicts:    1292000 | #Constraints:      83763
3595.21/3606.00	c #Conflicts:    1293000 | #Constraints:      84763
3595.21/3606.00	c #Conflicts:    1294000 | #Constraints:      85763
3595.21/3606.00	c #Conflicts:    1295000 | #Constraints:      86763
3595.21/3606.00	c #Conflicts:    1296000 | #Constraints:      87763
3595.21/3606.00	c #Conflicts:    1297000 | #Constraints:      88763
3595.21/3606.00	c #Conflicts:    1298000 | #Constraints:      89763
3595.21/3606.00	c #Conflicts:    1299000 | #Constraints:      90763
3595.21/3606.00	c #Conflicts:    1300000 | #Constraints:      91763
3595.21/3606.00	c #Conflicts:    1301000 | #Constraints:      92763
3595.21/3606.00	c #Conflicts:    1302000 | #Constraints:      93763
3595.21/3606.00	c #Conflicts:    1303000 | #Constraints:      94763
3595.21/3606.00	c #Conflicts:    1304000 | #Constraints:      95763
3595.21/3606.00	c #Conflicts:    1305000 | #Constraints:      96763
3595.21/3606.00	c #Conflicts:    1306000 | #Constraints:      97763
3595.21/3606.00	c #Conflicts:    1307000 | #Constraints:      98763
3595.21/3606.00	c #Conflicts:    1308000 | #Constraints:      99763
3595.21/3606.00	c #Conflicts:    1309000 | #Constraints:     100763
3595.21/3606.00	c #Conflicts:    1310000 | #Constraints:     101763
3595.21/3606.00	c #Conflicts:    1311000 | #Constraints:     102763
3595.21/3606.00	c #Conflicts:    1312000 | #Constraints:     103763
3595.21/3606.00	c #Conflicts:    1313000 | #Constraints:     104763
3595.21/3606.00	c #Conflicts:    1314000 | #Constraints:     105763
3595.21/3606.00	c #Conflicts:    1315000 | #Constraints:     106763
3595.21/3606.00	c #Conflicts:    1316000 | #Constraints:     107763
3595.21/3606.00	c #Conflicts:    1317000 | #Constraints:     108763
3595.21/3606.00	c #Conflicts:    1318000 | #Constraints:     109763
3595.21/3606.00	c #Conflicts:    1319000 | #Constraints:     110763
3595.21/3606.00	c #Conflicts:    1320000 | #Constraints:     111763
3595.21/3606.00	c #Conflicts:    1321000 | #Constraints:     112763
3595.21/3606.00	c #Conflicts:    1322000 | #Constraints:     113763
3595.21/3606.00	c #Conflicts:    1323000 | #Constraints:     114763
3595.21/3606.00	c #Conflicts:    1324000 | #Constraints:     115763
3595.21/3606.00	c #Conflicts:    1325000 | #Constraints:     116763
3595.21/3606.00	c #Conflicts:    1326000 | #Constraints:     117763
3595.21/3606.00	c #Conflicts:    1327000 | #Constraints:     118763
3595.21/3606.00	c #Conflicts:    1328000 | #Constraints:     119763
3595.21/3606.00	c #Conflicts:    1329000 | #Constraints:     120763
3595.21/3606.00	c #Conflicts:    1330000 | #Constraints:     121763
3595.21/3606.00	c #Conflicts:    1331000 | #Constraints:     122763
3595.21/3606.00	c #Conflicts:    1332000 | #Constraints:     123763
3595.21/3606.00	c #Conflicts:    1333000 | #Constraints:     124763
3595.21/3606.00	c #Conflicts:    1334000 | #Constraints:     125763
3595.21/3606.00	c #Conflicts:    1335000 | #Constraints:     126763
3595.21/3606.00	c #Conflicts:    1336000 | #Constraints:     127763
3595.21/3606.00	c #Conflicts:    1337000 | #Constraints:     128763
3595.21/3606.00	c #Conflicts:    1338000 | #Constraints:     129763
3595.21/3606.00	c #Conflicts:    1339000 | #Constraints:     130763
3595.21/3606.00	c #Conflicts:    1340000 | #Constraints:     131763
3595.21/3606.00	c bounds 316 >= 220 @ 3576.84
3600.09/3610.90	c #Conflicts:    1341000 | #Constraints:     132811
3600.09/3610.90	c #Conflicts:    1342000 | #Constraints:     133811
3600.09/3610.90	c #Conflicts:    1343000 | #Constraints:     134811
3600.09/3610.90	c #Conflicts:    1344000 | #Constraints:     135811
3600.09/3610.90	c #Conflicts:    1345000 | #Constraints:     136811
3600.09/3610.90	c cpu time 3581.69 s
3600.09/3610.90	c deterministic time 37968258477 3.80e+10
3600.09/3610.90	c optimization time 4.92691 s
3600.09/3610.90	c total solve time 3576.49 s
3600.09/3610.90	c core-guided solve time 3134.01 s
3600.09/3610.90	c propagation time 1927.11 s
3600.09/3610.90	c conflict analysis time 230.595 s
3600.09/3610.90	c propagations 166369202
3600.09/3610.90	c resolve steps 24710908
3600.09/3610.90	c decisions 3821493
3600.09/3610.90	c conflicts 1345973
3600.09/3610.90	c restarts 2557
3600.09/3610.90	c inprocessing phases 62
3600.09/3610.90	c garbage collections 57 ,( 91.94 )
3600.09/3610.90	c input clauses 21489 ,( 46.84 )
3600.09/3610.90	c input cardinalities 1715 ,( 3.74 )
3600.09/3610.90	c input general constraints 22673 ,( 49.42 )
3600.09/3610.90	c input average constraint length 11.82
3600.09/3610.90	c input average constraint degree 7.10
3600.09/3610.90	c learned clauses 1120096 ,( 83.22 )
3600.09/3610.90	c learned cardinalities 13845 ,( 1.03 )
3600.09/3610.90	c learned general constraints 212074 ,( 15.76 )
3600.09/3610.90	c learned average constraint length 231.69
3600.09/3610.90	c learned average constraint degree 3062891.76
3600.09/3610.90	c watched  CF 32, 64, 128, Arb: 81245 , 0 , 0 , 0
3600.09/3610.90	c counting CF 32, 64, 128, Arb: 153503 , 0 , 0 , 0
3600.09/3610.90	c watched   constraints 81245 ,( 34.61 ) 
3600.09/3610.90	c counting  constraints 153502 ,( 65.39 ) 
3600.09/3610.90	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 721957198 , 175934419 , 2831309004 ,( 229634233 , 2601674771 )
3600.09/3610.90	c gcd simplifications 17589
3600.09/3610.90	c detected cardinalities 37
3600.09/3610.90	c weakened non-implied lits 77380533
3600.09/3610.90	c weakened non-implying lits 200737
3600.09/3610.90	c original variables 2738
3600.09/3610.90	c clausal propagations 53444431
3600.09/3610.90	c cardinality propagations 56867778
3600.09/3610.90	c watched propagations 1254336
3600.09/3610.90	c counting propagations 53018342
3600.09/3610.90	c watch lookups 17281483601
3600.09/3610.90	c watch backjump lookups 0
3600.09/3610.90	c watch checks 14250832788
3600.09/3610.90	c propagation checks 5176577792
3600.09/3610.90	c constraint additions 915133301
3600.09/3610.90	c trail pops 171536133
3600.09/3610.90	c formula constraints 43186
3600.09/3610.90	c learned constraints 1345967
3600.09/3610.90	c bound constraints 213
3600.09/3610.90	c core-guided constraints 2478
3600.09/3610.90	c encountered formula constraints 10409317
3600.09/3610.90	c encountered learned constraints 11493093
3600.09/3610.90	c encountered bound constraints 29757
3600.09/3610.90	c encountered core-guided constraints 4118740
3600.09/3610.90	c LP total time 2955.87 s
3600.09/3610.90	c LP solve time 2947.73 s
3600.09/3610.90	c LP constraints added 43925
3600.09/3610.90	c LP constraints removed 672
3600.09/3610.90	c LP pivots internal 1347715
3600.09/3610.90	c LP pivots root 1156451
3600.09/3610.90	c LP calls 87
3600.09/3610.90	c LP optimalities 62
3600.09/3610.90	c LP no pivot count 6
3600.09/3610.90	c LP infeasibilities 16
3600.09/3610.90	c LP valid Farkas constraints 16
3600.09/3610.90	c LP learned Farkas constraints 15
3600.09/3610.90	c LP basis resets 0
3600.09/3610.90	c LP cycling count 0
3600.09/3610.90	c LP singular count 0
3600.09/3610.90	c LP no primal count 0
3600.09/3610.90	c LP no farkas count 0
3600.09/3610.90	c LP other issue count 0
3600.09/3610.90	c LP Gomory cuts 17
3600.09/3610.90	c LP learned cuts 722
3600.09/3610.90	c LP deleted cuts 672
3600.09/3610.90	c LP encountered Gomory constraints 1
3600.09/3610.90	c LP encountered Farkas constraints 5556
3600.09/3610.90	c LP encountered learned Farkas constraints 402
3600.09/3610.90	c CG auxiliary variables introduced 888
3600.09/3610.90	c CG solutions found 27
3600.09/3610.90	c CG cores constructed 186
3600.09/3610.90	c CG core cardinality constraints returned 0
3600.09/3610.90	c CG unit cores 0
3600.09/3610.90	c CG single cores 183
3600.09/3610.90	c CG blocks removed during cardinality reduction 0
3600.09/3610.90	c CG first core best 0
3600.09/3610.90	c CG decision core best 0
3600.09/3610.90	c CG core reduction tie 3
3600.09/3610.90	c CG core degree average 1.00
3600.09/3610.90	c CG core slack average 13.13
3600.09/3610.90	c CG core upper bound improvements 0
3600.09/3610.90	c STR number of successful calls 0
3600.09/3610.90	c STR number of unsuccessful calls 0
3600.09/3610.90	c STR number of inconclusive calls 0
3600.09/3610.90	c STR number of successful attempts 0
3600.09/3610.90	c STR number of unsuccessful attempts 0
3600.09/3610.90	c STR number of inconclusive attempts 0
3600.09/3610.90	c STR average degree increase per successful call inf
3600.09/3610.90	c STR average degree increase per successful attempt inf
3600.09/3610.90	c STR total number of conflicts for successful attempts 0
3600.09/3610.90	c STR total number of conflicts for unsuccessful attempts 0
3600.09/3610.90	c STR total number of conflicts for inconclusive attempts 0
3600.09/3610.90	c STR average number of conflicts per successful attempt inf
3600.09/3610.90	c STR average number of conflicts per unsuccessful attempt inf
3600.09/3610.90	c STR average number of conflicts per inconclusive attempt inf
3600.09/3610.90	c AVG.sumWPerc 53.76 
3600.09/3610.90	c bigint constraints 0 
3600.09/3610.90	o 316
3600.09/3610.90	s SATISFIABLE
3600.09/3610.90	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
3600.09/3610.90	c Program interrupted by user.

Verifier Data

OK	316

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62496 MiB free)
  memory of node 1: 64465 MiB (63757 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4486383-1751325417/watcher-4486383-1751325417 -o /tmp/evaluation-result-4486383-1751325417/solver-4486383-1751325417 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751325414-45398 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4486383-1751325417.opb PROOFDIR/proof-4486383-1751325417 

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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=45509, runsolver pid=45506
Current StackSize limit: 8192 KiB


[startup+0.100056 s]*
/proc/loadavg: 0.89 1.70 2.91 5/264 45512
/proc/meminfo: memFree=129245288/131249988 swapFree=33010684/33010684
[pid=45509] ppid=45506 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45509/stat : 45509 (run-opt-break-l) S 45506 45509 45382 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 48220218 4292608 768 18446744073709551615 94365254008832 94365254903365 140727582431392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94365255142416 94365255190160 94365286551552 140727582439701 140727582439902 140727582439902 140727582445504 0
/proc/45509/statm: 1048 768 704 219 0 110 0
[pid=45511] ppid=45509 vsize=44492 memory=32208 CPUtime=0.07 cores=4,6
/proc/45511/stat : 45511 (pbsuma) R 45509 45509 45382 0 -1 4194304 7759 0 0 0 6 1 0 0 20 0 1 0 48220219 45559808 8052 18446744073709551615 4210688 4653049 140734664284656 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 24494080 140734664292579 140734664292914 140734664292914 140734664298479 0
/proc/45511/statm: 11123 8052 992 108 0 8531 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 48684 KiB
Current children cumulated memory: 35280 KiB

[startup+0.205641 s]*
/proc/loadavg: 0.89 1.70 2.91 4/266 45523
/proc/meminfo: memFree=129245288/131249988 swapFree=33010684/33010684
[pid=45509] ppid=45506 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45509/stat : 45509 (run-opt-break-l) S 45506 45509 45382 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 48220218 4292608 768 18446744073709551615 94365254008832 94365254903365 140727582431392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94365255142416 94365255190160 94365286551552 140727582439701 140727582439902 140727582439902 140727582445504 0
/proc/45509/statm: 1048 768 704 219 0 110 0
[pid=45511] ppid=45509 vsize=44492 memory=32464 CPUtime=0.18 cores=4,6
/proc/45511/stat : 45511 (pbsuma) R 45509 45509 45382 0 -1 4194304 7823 0 0 0 17 1 0 0 20 0 1 0 48220219 45559808 8116 18446744073709551615 4210688 4653049 140734664284656 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 24494080 140734664292579 140734664292914 140734664292914 140734664298479 0
/proc/45511/statm: 11123 8116 992 108 0 8531 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 48684 KiB
Current children cumulated memory: 35536 KiB

[startup+0.306055 s]*
/proc/loadavg: 0.89 1.70 2.91 4/266 45525
/proc/meminfo: memFree=129245036/131249988 swapFree=33010684/33010684
[pid=45509] ppid=45506 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45509/stat : 45509 (run-opt-break-l) S 45506 45509 45382 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 48220218 4292608 768 18446744073709551615 94365254008832 94365254903365 140727582431392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94365255142416 94365255190160 94365286551552 140727582439701 140727582439902 140727582439902 140727582445504 0
/proc/45509/statm: 1048 768 704 219 0 110 0
[pid=45511] ppid=45509 vsize=44492 memory=32464 CPUtime=0.27 cores=4,6
/proc/45511/stat : 45511 (pbsuma) R 45509 45509 45382 0 -1 4194304 7823 0 0 0 26 1 0 0 20 0 1 0 48220219 45559808 8116 18446744073709551615 4210688 4653049 140734664284656 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 24494080 140734664292579 140734664292914 140734664292914 140734664298479 0
/proc/45511/statm: 11123 8116 992 108 0 8531 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 48684 KiB
Current children cumulated memory: 35536 KiB

[startup+0.700152 s]
/proc/loadavg: 0.89 1.70 2.91 5/265 45540
/proc/meminfo: memFree=129267136/131249988 swapFree=33010684/33010684
[pid=45509] ppid=45506 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45509/stat : 45509 (run-opt-break-l) S 45506 45509 45382 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 48220218 4292608 768 18446744073709551615 94365254008832 94365254903365 140727582431392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94365255142416 94365255190160 94365286551552 140727582439701 140727582439902 140727582439902 140727582445504 0
/proc/45509/statm: 1048 768 704 219 0 110 0
[pid=45511] ppid=45509 vsize=44492 memory=32464 CPUtime=0.66 cores=4,6
/proc/45511/stat : 45511 (pbsuma) R 45509 45509 45382 0 -1 4194304 7823 0 0 0 65 1 0 0 20 0 1 0 48220219 45559808 8116 18446744073709551615 4210688 4653049 140734664284656 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 24494080 140734664292579 140734664292914 140734664292914 140734664298479 0
/proc/45511/statm: 11123 8116 992 108 0 8531 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 48684 KiB
Current children cumulated memory: 35536 KiB

[startup+1.50015 s]
/proc/loadavg: 0.89 1.70 2.91 5/270 45560
/proc/meminfo: memFree=129396168/131249988 swapFree=33010684/33010684
[pid=45509] ppid=45506 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/45509/stat : 45509 (run-opt-break-l) S 45506 45509 45382 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 48220218 4292608 768 18446744073709551615 94365254008832 94365254903365 140727582431392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94365255142416 94365255190160 94365286551552 140727582439701 140727582439902 140727582439902 140727582445504 0
/proc/45509/statm: 1048 768 704 219 0 110 0
[pid=45511] ppid=45509 vsize=44492 memory=32464 CPUtime=1.46 cores=4,6
/proc/45511/stat : 45511 (pbsuma) R 45509 45509 45382 0 -1 4194304 7823 0 0 0 145 1 0 0 20 0 1 0 48220219 45559808 8116 18446744073709551615 4210688 4653049 140734664284656 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 24494080 140734664292579 140734664292914 140734664292914 140734664298479 0
/proc/45511/statm: 11123 8116 992 108 0 8531 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 48684 KiB
Current children cumulated memory: 35536 KiB

[startup+3.10527 s]
/proc/loadavg: 0.89 1.70 2.91 5/270 45562
/proc/meminfo: memFree=129325740/131249988 swapFree=33010684/33010684
[pid=45509] ppid=45506 vsize=4192 memory=3072 CPUtime=1.62 cores=4,6
/proc/45509/stat : 45509 (run-opt-break-l) S 45506 45509 45382 0 -1 4194304 241 13334 0 0 0 0 159 3 20 0 1 0 48220218 4292608 768 18446744073709551615 94365254008832 94365254903365 140727582431392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94365255142416 94365255190160 94365286551552 140727582439701 140727582439902 140727582439902 140727582445504 0
/proc/45509/statm: 1048 768 704 219 0 110 0
[pid=45562] ppid=45509 vsize=135820 memory=83120 CPUtime=1.4 cores=4,6
/proc/45562/stat : 45562 (roundingsat) R 45509 45509 45382 0 -1 4194304 13586 0 0 0 134 6 0 0 20 0 1 0 48220386 139079680 20780 18446744073709551615 4227072 8923433 140728924062816 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28012544 140728924072212 140728924072488 140728924072488 140728924078058 0
/proc/45562/statm: 33955 20780 2272 1147 0 21382 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 140012 KiB
Current children cumulated memory: 86192 KiB

[startup+6.30018 s]
/proc/loadavg: 1.14 1.74 2.92 5/270 45562
/proc/meminfo: memFree=129295088/131249988 swapFree=33010684/33010684
[pid=45509] ppid=45506 vsize=4192 memory=3072 CPUtime=1.62 cores=4,6
/proc/45509/stat : 45509 (run-opt-break-l) S 45506 45509 45382 0 -1 4194304 241 13334 0 0 0 0 159 3 20 0 1 0 48220218 4292608 768 18446744073709551615 94365254008832 94365254903365 140727582431392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94365255142416 94365255190160 94365286551552 140727582439701 140727582439902 140727582439902 140727582445504 0
/proc/45509/statm: 1048 768 704 219 0 110 0
[pid=45562] ppid=45509 vsize=144660 memory=89880 CPUtime=4.59 cores=4,6
/proc/45562/stat : 45562 (roundingsat) R 45509 45509 45382 0 -1 4194304 14215 0 0 0 450 9 0 0 20 0 1 0 48220386 148131840 22470 18446744073709551615 4227072 8923433 140728924062816 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28012544 140728924072212 140728924072488 140728924072488 140728924078058 0
/proc/45562/statm: 36165 22470 2336 1147 0 23592 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 148852 KiB
Current children cumulated memory: 92952 KiB

[startup+12.7002 s]
/proc/loadavg: 1.37 1.78 2.92 5/270 45562
/proc/meminfo: memFree=129260204/131249988 swapFree=33010684/33010684
[pid=45509] ppid=45506 vsize=4192 memory=3072 CPUtime=1.62 cores=4,6
/proc/45509/stat : 45509 (run-opt-break-l) S 45506 45509 45382 0 -1 4194304 241 13334 0 0 0 0 159 3 20 0 1 0 48220218 4292608 768 18446744073709551615 94365254008832 94365254903365 140727582431392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94365255142416 94365255190160 94365286551552 140727582439701 140727582439902 140727582439902 140727582445504 0
/proc/45509/statm: 1048 768 704 219 0 110 0
[pid=45562] ppid=45509 vsize=144660 memory=89880 CPUtime=10.97 cores=4,6
/proc/45562/stat : 45562 (roundingsat) R 45509 45509 45382 0 -1 4194304 14220 0 0 0 1086 11 0 0 20 0 1 0 48220386 148131840 22470 18446744073709551615 4227072 8923433 140728924062816 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28012544 140728924072212 140728924072488 140728924072488 140728924078058 0
/proc/45562/statm: 36165 22470 2336 1147 0 23592 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 148852 KiB
Current children cumulated memory: 92952 KiB

[startup+25.5002 s]
/proc/loadavg: 2.03 1.91 2.95 5/270 45562
/proc/meminfo: memFree=129144820/131249988 swapFree=33010684/33010684
[pid=45509] ppid=45506 vsize=4192 memory=3072 CPUtime=1.62 cores=4,6
/proc/45509/stat : 45509 (run-opt-break-l) S 45506 45509 45382 0 -1 4194304 241 13334 0 0 0 0 159 3 20 0 1 0 48220218 4292608 768 18446744073709551615 94365254008832 94365254903365 140727582431392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94365255142416 94365255190160 94365286551552 140727582439701 140727582439902 140727582439902 140727582445504 0
/proc/45509/statm: 1048 768 704 219 0 110 0
[pid=45562] ppid=45509 vsize=152000 memory=99448 CPUtime=23.75 cores=4,6
/proc/45562/stat : 45562 (roundingsat) R 45509 45509 45382 0 -1 4194304 15037 0 0 0 2351 24 0 0 20 0 1 0 48220386 155648000 24862 18446744073709551615 4227072 8923433 140728924062816 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28012544 140728924072212 140728924072488 140728924072488 140728924078058 0
/proc/45562/statm: 38000 24862 2368 1147 0 25427 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 156192 KiB
Current children cumulated memory: 102520 KiB

[startup+51.1057 s]
/proc/loadavg: 2.76 2.09 2.98 5/271 45563
/proc/meminfo: memFree=128938316/131249988 swapFree=33010684/33010684
[pid=45509] ppid=45506 vsize=4192 memory=3072 CPUtime=1.62 cores=4,6
/proc/45509/stat : 45509 (run-opt-break-l) S 45506 45509 45382 0 -1 4194304 241 13334 0 0 0 0 159 3 20 0 1 0 48220218 4292608 768 18446744073709551615 94365254008832 94365254903365 140727582431392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94365255142416 94365255190160 94365286551552 140727582439701 140727582439902 140727582439902 140727582445504 0
/proc/45509/statm: 1048 768 704 219 0 110 0
[pid=45562] ppid=45509 vsize=168484 memory=111908 CPUtime=49.29 cores=4,6
/proc/45562/stat : 45562 (roundingsat) R 45509 45509 45382 0 -1 4194304 17147 0 0 0 4894 35 0 0 20 0 1 0 48220386 172527616 27977 18446744073709551615 4227072 8923433 140728924062816 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28012544 140728924072212 140728924072488 140728924072488 140728924078058 0
/proc/45562/statm: 42121 27977 2368 1147 0 29548 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 172676 KiB
Current children cumulated memory: 114980 KiB

[startup+102.3 s]
/proc/loadavg: 3.51 2.40 3.04 5/274 45569
/proc/meminfo: memFree=128582664/131249988 swapFree=33010684/33010684
[pid=45509] ppid=45506 vsize=4192 memory=3072 CPUtime=1.62 cores=4,6
/proc/45509/stat : 45509 (run-opt-break-l) S 45506 45509 45382 0 -1 4194304 241 13334 0 0 0 0 159 3 20 0 1 0 48220218 4292608 768 18446744073709551615 94365254008832 94365254903365 140727582431392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94365255142416 94365255190160 94365286551552 140727582439701 140727582439902 140727582439902 140727582445504 0
/proc/45509/statm: 1048 768 704 219 0 110 0
[pid=45562] ppid=45509 vsize=168484 memory=114232 CPUtime=100.37 cores=4,6
/proc/45562/stat : 45562 (roundingsat) R 45509 45509 45382 0 -1 4194304 17204 0 0 0 9980 57 0 0 20 0 1 0 48220386 172527616 28558 18446744073709551615 4227072 8923433 140728924062816 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28012544 140728924072212 140728924072488 140728924072488 140728924078058 0
/proc/45562/statm: 42121 28558 2368 1147 0 29548 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 172676 KiB
Current children cumulated memory: 117304 KiB

[startup+162.3 s]
/proc/loadavg: 3.88 2.71 3.11 5/273 45571
/proc/meminfo: memFree=128252460/131249988 swapFree=33010684/33010684
[pid=45509] ppid=45506 vsize=4192 memory=3072 CPUtime=1.62 cores=4,6
/proc/45509/stat : 45509 (run-opt-break-l) S 45506 45509 45382 0 -1 4194304 241 13334 0 0 0 0 159 3 20 0 1 0 48220218 4292608 768 18446744073709551615 94365254008832 94365254903365 140727582431392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94365255142416 94365255190160 94365286551552 140727582439701 140727582439902 140727582439902 140727582445504 0
/proc/45509/statm: 1048 768 704 219 0 110 0
[pid=45562] ppid=45509 vsize=175664 memory=122796 CPUtime=160.23 cores=4,6
/proc/45562/stat : 45562 (roundingsat) R 45509 45509 45382 0 -1 4194304 18384 0 0 0 15931 92 0 0 20 0 1 0 48220386 179879936 30699 18446744073709551615 4227072 8923433 140728924062816 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28012544 140728924072212 140728924072488 140728924072488 140728924078058 0
/proc/45562/statm: 43916 30699 2368 1147 0 31343 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 179856 KiB
Current children cumulated memory: 125868 KiB

[startup+222.3 s]
/proc/loadavg: 4.01 2.97 3.17 5/274 45574
/proc/meminfo: memFree=127829984/131249988 swapFree=33010684/33010684
[pid=45509] ppid=45506 vsize=4192 memory=3072 CPUtime=1.62 cores=4,6
/proc/45509/stat : 45509 (run-opt-break-l) S 45506 45509 45382 0 -1 4194304 241 13334 0 0 0 0 159 3 20 0 1 0 48220218 4292608 768 18446744073709551615 94365254008832 94365254903365 140727582431392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94365255142416 94365255190160 94365286551552 140727582439701 140727582439902 140727582439902 140727582445504 0
/proc/45509/statm: 1048 768 704 219 0 110 0
[pid=45562] ppid=45509 vsize=191664 memory=137644 CPUtime=220.06 cores=4,6
/proc/45562/stat : 45562 (roundingsat) R 45509 45509 45382 0 -1 4194304 22097 0 0 0 21888 118 0 0 20 0 1 0 48220386 196263936 34411 18446744073709551615 4227072 8923433 140728924062816 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28012544 140728924072212 140728924072488 140728924072488 140728924078058 0
/proc/45562/statm: 47916 34411 2368 1147 0 35343 0

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

/proc/45562/statm: 153751 108407 2464 1147 0 141178 0
Current children cumulated CPU time: 3093.42 s
Current children cumulated vsize: 619196 KiB
Current children cumulated memory: 436700 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.13 4.06 5/273 45738
/proc/meminfo: memFree=109255420/131249988 swapFree=33010684/33010684
[pid=45509] ppid=45506 vsize=4192 memory=3072 CPUtime=1.62 cores=4,6
/proc/45509/stat : 45509 (run-opt-break-l) S 45506 45509 45382 0 -1 4194304 241 13334 0 0 0 0 159 3 20 0 1 0 48220218 4292608 768 18446744073709551615 94365254008832 94365254903365 140727582431392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94365255142416 94365255190160 94365286551552 140727582439701 140727582439902 140727582439902 140727582445504 0
/proc/45509/statm: 1048 768 704 219 0 110 0
[pid=45562] ppid=45509 vsize=616472 memory=435804 CPUtime=3151.48 cores=4,6
/proc/45562/stat : 45562 (roundingsat) R 45509 45509 45382 0 -1 4194304 46686 0 0 0 313709 1439 0 0 20 0 1 0 48220386 631267328 108951 18446744073709551615 4227072 8923433 140728924062816 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28012544 140728924072212 140728924072488 140728924072488 140728924078058 0
/proc/45562/statm: 154118 108951 2464 1147 0 141545 0
Current children cumulated CPU time: 3153.1 s
Current children cumulated vsize: 620664 KiB
Current children cumulated memory: 438876 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.12 4.06 5/274 45741
/proc/meminfo: memFree=108678260/131249988 swapFree=33010684/33010684
[pid=45509] ppid=45506 vsize=4192 memory=3072 CPUtime=1.62 cores=4,6
/proc/45509/stat : 45509 (run-opt-break-l) S 45506 45509 45382 0 -1 4194304 241 13334 0 0 0 0 159 3 20 0 1 0 48220218 4292608 768 18446744073709551615 94365254008832 94365254903365 140727582431392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94365255142416 94365255190160 94365286551552 140727582439701 140727582439902 140727582439902 140727582445504 0
/proc/45509/statm: 1048 768 704 219 0 110 0
[pid=45562] ppid=45509 vsize=616764 memory=436060 CPUtime=3211.27 cores=4,6
/proc/45562/stat : 45562 (roundingsat) R 45509 45509 45382 0 -1 4194304 46759 0 0 0 319639 1488 0 0 20 0 1 0 48220386 631566336 109015 18446744073709551615 4227072 8923433 140728924062816 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28012544 140728924072212 140728924072488 140728924072488 140728924078058 0
/proc/45562/statm: 154191 109015 2464 1147 0 141618 0
Current children cumulated CPU time: 3212.89 s
Current children cumulated vsize: 620956 KiB
Current children cumulated memory: 439132 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.11 4.06 5/273 45743
/proc/meminfo: memFree=108009528/131249988 swapFree=33010684/33010684
[pid=45509] ppid=45506 vsize=4192 memory=3072 CPUtime=1.62 cores=4,6
/proc/45509/stat : 45509 (run-opt-break-l) S 45506 45509 45382 0 -1 4194304 241 13334 0 0 0 0 159 3 20 0 1 0 48220218 4292608 768 18446744073709551615 94365254008832 94365254903365 140727582431392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94365255142416 94365255190160 94365286551552 140727582439701 140727582439902 140727582439902 140727582445504 0
/proc/45509/statm: 1048 768 704 219 0 110 0
[pid=45562] ppid=45509 vsize=628268 memory=496600 CPUtime=3271.03 cores=4,6
/proc/45562/stat : 45562 (roundingsat) R 45509 45509 45382 0 -1 4194304 49135 0 0 0 325577 1526 0 0 20 0 1 0 48220386 643346432 124150 18446744073709551615 4227072 8923433 140728924062816 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28012544 140728924072212 140728924072488 140728924072488 140728924078058 0
/proc/45562/statm: 157067 124150 2464 1147 0 144494 0
Current children cumulated CPU time: 3272.65 s
Current children cumulated vsize: 632460 KiB
Current children cumulated memory: 499672 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.12 4.06 5/273 45745
/proc/meminfo: memFree=107540808/131249988 swapFree=33010684/33010684
[pid=45509] ppid=45506 vsize=4192 memory=3072 CPUtime=1.62 cores=4,6
/proc/45509/stat : 45509 (run-opt-break-l) S 45506 45509 45382 0 -1 4194304 241 13334 0 0 0 0 159 3 20 0 1 0 48220218 4292608 768 18446744073709551615 94365254008832 94365254903365 140727582431392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94365255142416 94365255190160 94365286551552 140727582439701 140727582439902 140727582439902 140727582445504 0
/proc/45509/statm: 1048 768 704 219 0 110 0
[pid=45562] ppid=45509 vsize=641832 memory=546524 CPUtime=3330.65 cores=4,6
/proc/45562/stat : 45562 (roundingsat) R 45509 45509 45382 0 -1 4194304 52030 0 0 0 331512 1553 0 0 20 0 1 0 48220386 657235968 136631 18446744073709551615 4227072 8923433 140728924062816 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28012544 140728924072212 140728924072488 140728924072488 140728924078058 0
/proc/45562/statm: 160458 136631 2464 1147 0 147885 0
Current children cumulated CPU time: 3332.27 s
Current children cumulated vsize: 646024 KiB
Current children cumulated memory: 549596 KiB

[startup+3402.3 s]
/proc/loadavg: 4.05 4.09 4.06 5/274 45748
/proc/meminfo: memFree=107239548/131249988 swapFree=33010684/33010684
[pid=45509] ppid=45506 vsize=4192 memory=3072 CPUtime=1.62 cores=4,6
/proc/45509/stat : 45509 (run-opt-break-l) S 45506 45509 45382 0 -1 4194304 241 13334 0 0 0 0 159 3 20 0 1 0 48220218 4292608 768 18446744073709551615 94365254008832 94365254903365 140727582431392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94365255142416 94365255190160 94365286551552 140727582439701 140727582439902 140727582439902 140727582445504 0
/proc/45509/statm: 1048 768 704 219 0 110 0
[pid=45562] ppid=45509 vsize=641832 memory=546524 CPUtime=3390.48 cores=4,6
/proc/45562/stat : 45562 (roundingsat) R 45509 45509 45382 0 -1 4194304 52030 0 0 0 337472 1576 0 0 20 0 1 0 48220386 657235968 136631 18446744073709551615 4227072 8923433 140728924062816 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28012544 140728924072212 140728924072488 140728924072488 140728924078058 0
/proc/45562/statm: 160458 136631 2464 1147 0 147885 0
Current children cumulated CPU time: 3392.1 s
Current children cumulated vsize: 646024 KiB
Current children cumulated memory: 549596 KiB

[startup+3462.3 s]
/proc/loadavg: 4.36 4.16 4.08 5/273 45750
/proc/meminfo: memFree=106897816/131249988 swapFree=33010684/33010684
[pid=45509] ppid=45506 vsize=4192 memory=3072 CPUtime=1.62 cores=4,6
/proc/45509/stat : 45509 (run-opt-break-l) S 45506 45509 45382 0 -1 4194304 241 13334 0 0 0 0 159 3 20 0 1 0 48220218 4292608 768 18446744073709551615 94365254008832 94365254903365 140727582431392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94365255142416 94365255190160 94365286551552 140727582439701 140727582439902 140727582439902 140727582445504 0
/proc/45509/statm: 1048 768 704 219 0 110 0
[pid=45562] ppid=45509 vsize=641832 memory=546524 CPUtime=3450.32 cores=4,6
/proc/45562/stat : 45562 (roundingsat) R 45509 45509 45382 0 -1 4194304 52030 0 0 0 343438 1594 0 0 20 0 1 0 48220386 657235968 136631 18446744073709551615 4227072 8923433 140728924062816 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28012544 140728924072212 140728924072488 140728924072488 140728924078058 0
/proc/45562/statm: 160458 136631 2464 1147 0 147885 0
Current children cumulated CPU time: 3451.94 s
Current children cumulated vsize: 646024 KiB
Current children cumulated memory: 549596 KiB

[startup+3522.3 s]
/proc/loadavg: 4.30 4.18 4.09 5/273 45753
/proc/meminfo: memFree=106269588/131249988 swapFree=33010684/33010684
[pid=45509] ppid=45506 vsize=4192 memory=3072 CPUtime=1.62 cores=4,6
/proc/45509/stat : 45509 (run-opt-break-l) S 45506 45509 45382 0 -1 4194304 241 13334 0 0 0 0 159 3 20 0 1 0 48220218 4292608 768 18446744073709551615 94365254008832 94365254903365 140727582431392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94365255142416 94365255190160 94365286551552 140727582439701 140727582439902 140727582439902 140727582445504 0
/proc/45509/statm: 1048 768 704 219 0 110 0
[pid=45562] ppid=45509 vsize=641832 memory=547036 CPUtime=3510.15 cores=4,6
/proc/45562/stat : 45562 (roundingsat) R 45509 45509 45382 0 -1 4194304 52157 0 0 0 349384 1631 0 0 20 0 1 0 48220386 657235968 136759 18446744073709551615 4227072 8923433 140728924062816 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28012544 140728924072212 140728924072488 140728924072488 140728924078058 0
/proc/45562/statm: 160458 136759 2464 1147 0 147885 0
Current children cumulated CPU time: 3511.77 s
Current children cumulated vsize: 646024 KiB
Current children cumulated memory: 550108 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.16 4.09 5/273 45757
/proc/meminfo: memFree=105763696/131249988 swapFree=33010684/33010684
[pid=45509] ppid=45506 vsize=4192 memory=3072 CPUtime=1.62 cores=4,6
/proc/45509/stat : 45509 (run-opt-break-l) S 45506 45509 45382 0 -1 4194304 241 13334 0 0 0 0 159 3 20 0 1 0 48220218 4292608 768 18446744073709551615 94365254008832 94365254903365 140727582431392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94365255142416 94365255190160 94365286551552 140727582439701 140727582439902 140727582439902 140727582445504 0
/proc/45509/statm: 1048 768 704 219 0 110 0
[pid=45562] ppid=45509 vsize=641832 memory=547036 CPUtime=3569.96 cores=4,6
/proc/45562/stat : 45562 (roundingsat) R 45509 45509 45382 0 -1 4194304 52157 0 0 0 355331 1665 0 0 20 0 1 0 48220386 657235968 136759 18446744073709551615 4227072 8923433 140728924062816 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28012544 140728924072212 140728924072488 140728924072488 140728924078058 0
/proc/45562/statm: 160458 136759 2464 1147 0 147885 0
Current children cumulated CPU time: 3571.58 s
Current children cumulated vsize: 646024 KiB
Current children cumulated memory: 550108 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.9 s]
/proc/loadavg: 4.10 4.15 4.09 5/273 45762
/proc/meminfo: memFree=105472848/131249988 swapFree=33010684/33010684
[pid=45509] ppid=45506 vsize=4192 memory=3072 CPUtime=1.62 cores=4,6
/proc/45509/stat : 45509 (run-opt-break-l) S 45506 45509 45382 0 -1 4194304 241 13334 0 0 0 0 159 3 20 0 1 0 48220218 4292608 768 18446744073709551615 94365254008832 94365254903365 140727582431392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94365255142416 94365255190160 94365286551552 140727582439701 140727582439902 140727582439902 140727582445504 0
/proc/45509/statm: 1048 768 704 219 0 110 0
[pid=45562] ppid=45509 vsize=641832 memory=547036 CPUtime=3598.47 cores=4,6
/proc/45562/stat : 45562 (roundingsat) R 45509 45509 45382 0 -1 4194304 52157 0 0 0 358168 1679 0 0 20 0 1 0 48220386 657235968 136759 18446744073709551615 4227072 8923433 140728924062816 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28012544 140728924072212 140728924072488 140728924072488 140728924078058 0
/proc/45562/statm: 160458 136759 2464 1147 0 147885 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 646024 KiB
Current children cumulated memory: 550108 KiB

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

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

# cumulated CPU time of all completed processes:  user=1.59845 s, system=0.034412 s

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

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

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

[startup+3610.9 s]
/proc/loadavg: 4.10 4.15 4.09 5/273 45762
/proc/meminfo: memFree=105472848/131249988 swapFree=33010684/33010684
[pid=45509] ppid=45506 vsize=4192 memory=3072 CPUtime=1.62 cores=4,6
/proc/45509/stat : 45509 (run-opt-break-l) S 45506 45509 45382 0 -1 4194304 241 13334 0 0 0 0 159 3 20 0 1 0 48220218 4292608 768 18446744073709551615 94365254008832 94365254903365 140727582431392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94365255142416 94365255190160 94365286551552 140727582439701 140727582439902 140727582439902 140727582445504 0
/proc/45509/statm: 1048 768 704 219 0 110 0
[pid=45562] ppid=45509 vsize=641832 memory=547036 CPUtime=3598.47 cores=4,6
/proc/45562/stat : 45562 (roundingsat) R 45509 45509 45382 0 -1 4194304 52157 0 0 0 358168 1679 0 0 20 0 1 0 48220386 657235968 136759 18446744073709551615 4227072 8923433 140728924062816 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28012544 140728924072212 140728924072488 140728924072488 140728924078058 0
/proc/45562/statm: 160458 136759 2464 1147 0 147885 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 646024 KiB
Current children cumulated memory: 550108 KiB

Child status: 2

Real time (s): 3610.93
CPU time (s): 3600.13
CPU user time (s): 3583.29
CPU system time (s): 16.832
CPU usage (%): 99.7008
Max. virtual memory (cumulated for all children) (KiB): 646024
Max. memory (cumulated for all children) (KiB): 550108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.29
system time used= 16.832
maximum resident set size= 547292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65752
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3917880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 965
involuntary context switches= 2274


# summary of solver processes directly reported to runsolver:
#   pid: 45509,45562
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3583.29
#   total CPU system time (s): 16.832

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.9417 second user time and 17.7965 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-01 01:16:57
IDJOB=4486383
IDBENCH=147019
IDSOLVER=3360
FILE ID=nodeC031/4486383-1751325417
RUNJOBID= nodeC031-1751325414-45398
SLURM_JOB_ID= 9594352
Free space on /tmp= 432904 MiB

SOLVER NAME= roundingsat+pbsuma-opt-log 63f22ad
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-circ10_3.opb
COMMAND LINE= run-opt-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4486383-1751325417/watcher-4486383-1751325417 -o /tmp/evaluation-result-4486383-1751325417/solver-4486383-1751325417 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751325414-45398 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4486383-1751325417.opb PROOFDIR/proof-4486383-1751325417

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

MD5SUM BENCH= aa9fde9a58805e0fa430d773484bcae7
RANDOM SEED=1616385688

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129272764 kB
MemAvailable:   129498832 kB
Buffers:            3280 kB
Cached:          1033112 kB
SwapCached:            0 kB
Active:           430792 kB
Inactive:         766048 kB
Active(anon):     178520 kB
Inactive(anon):        0 kB
Active(file):     252272 kB
Inactive(file):   766048 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            175200 kB
Writeback:           140 kB
AnonPages:        163600 kB
Mapped:           115084 kB
Shmem:             18064 kB
KReclaimable:      93976 kB
Slab:             181368 kB
SReclaimable:      93976 kB
SUnreclaim:        87392 kB
KernelStack:        4384 kB
PageTables:         3460 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     505864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433020 MiB
End job on nodeC031 at 2025-07-01 02:17:08