Trace number 4521267
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:
-
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.
-
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.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
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.
-
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
General information on the benchmark
Name | PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_inlv/ normalized-maxcut_opt_complete_5-partite_inlv_nvert_50.opb |
MD5SUM | 68c73bc206439bbe0d5a467b2a25edac |
Bench Category | OPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate) |
Best result obtained on this benchmark | OPT |
Best value of the objective obtained on this benchmark | -600 |
Best CPU time to get the best result obtained on this benchmark | 87.3964 |
Has Objective Function | YES |
Satisfiable | |
(Un)Satisfiability was proved | |
Best value of the objective function | |
Optimality of the best value was proved | |
Number of variables | 1225 |
Total number of constraints | 78400 |
Number of constraints which are clauses | 78400 |
Number of constraints which are cardinality constraints (but not clauses) | 0 |
Number of constraints which are nor clauses,nor cardinality constraints | 0 |
Minimum length of a constraint | 3 |
Maximum length of a constraint | 3 |
Number of terms in the objective function | 1000 |
Biggest coefficient in the objective function | 1 |
Number of bits for the biggest coefficient in the objective function | 1 |
Sum of the numbers in the objective function | 1000 |
Number of bits of the sum of numbers in the objective function | 10 |
Biggest number in a constraint | 2 |
Number of bits of the biggest number in a constraint | 2 |
Biggest sum of numbers in a constraint | 1000 |
Number of bits of the biggest sum of numbers | 10 |
Number of products (including duplicates) | 0 |
Sum of products size (including duplicates) | 0 |
Number of different products | 0 |
Sum of products size | 0 |
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-4521267-1751568376.opb'
0.00/0.05 c read 2.48MB (43.45ms)
0.00/0.05 c [cnf: #variables 1225 #clauses 78401 #duplicates 0 #arr 236200]
0.03/0.25 c output proof to 'PROOFDIR/proof-4521267-1751568376'
0.03/0.25 c
0.03/0.25 c make graph and approximate orbits
0.03/0.27 c [group: #orbits ~= 4] (17.68ms)
0.03/0.27 c
0.03/0.27 c detect special group actions
0.03/0.27 c probe for Johnson action (limit=64)
0.03/0.30 c probe for row-column symmetry (limit=64, splits=16.78M)
0.09/0.31 c probe for row symmetry (limit=64, splits=16.78M)
0.09/0.32 c (53.83ms)
0.09/0.32 c
0.09/0.32 c detect symmetries on remainder
0.09/0.32 c [graph: #vertices 83301 #edges 479750]
0.09/0.32 c dejavu (support_limit=2048.00MB, budget_limit=64)
0.48/0.77 c [group: #symmetries 7.55*10^34 #generators 10] (443.21ms)
0.48/0.77 c
0.48/0.77 c optimize generators (opt_passes=64, conjugate_limit=256)
0.48/0.77 c opt it=15, l=312, m=119, opt=20, avg=1199, b=192, gens=10
0.48/0.77 c opt it=31, l=584, m=209, opt=27, avg=1167, b=192, gens=10
0.48/0.77 c ran it=0, +gens=10
0.58/0.82 c con best_support=192, best_gens=1, +gens=255
0.58/0.82 c (49.64ms)
0.58/0.82 c
0.58/0.82 c finalize break order and special generators
0.58/0.82 c
0.58/0.82 c add generic predicates (break_depth=20)
0.58/0.82 c added predicates for 275 generators (0.54ms)
0.58/0.86 c
0.58/0.86 c generation finished
0.58/0.86 c [sbp: #constraints 15950 #add_vars 5225]
0.58/0.87 c
0.58/0.87 c write result to 'HOME/instance-4521267-1751568376.opb.pre'
0.58/0.87 c wrote 3.10MB (6.79ms)
0.58/0.87 c ------------------------------------------------------------------
0.58/0.87 c 443.21ms 51.24% detect_generic
0.58/0.87 c 249.53ms 28.85% other
0.58/0.87 c 53.83ms 6.22% detect_special
0.58/0.87 c 49.64ms 5.74% optimize_gens
0.58/0.87 c 43.45ms 5.02% parse
0.58/0.87 c 17.68ms 2.04% approx_orbits
0.58/0.87 c 6.79ms 0.78% output
0.58/0.87 c 0.54ms 0.06% break_generic
0.58/0.87 c 0.36ms 0.04% finalize_order
0.58/0.87 c ───────────────────────────────────────────────
0.58/0.87 c 865.04ms 100% total
0.58/0.87 c ------------------------------------------------------------------
0.65/1.78 c RoundingSat 2
0.65/1.78 c branch pb25
0.65/1.78 c commit 63f22ad
1.17/2.43 c #variables 6450 #constraints 94350
1.17/2.43 c objective is ce32
1.17/2.43 c initial watched CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
1.17/2.43 c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
1.17/2.43 c bounds - >= -1000 @ 0.443684
4.86/6.16 c bounds 0 >= -1000 @ 4.1335
10.55/11.80 c bounds 0 >= -999 @ 9.73775
21.31/22.63 c bounds 0 >= -998 @ 20.4951
40.84/42.24 c rational objective -666.667
41.94/43.37 c bounds 0 >= -997 @ 41.1007
41.94/43.37 c bounds 0 >= -996 @ 41.101
41.94/43.37 c bounds 0 >= -995 @ 41.1013
41.94/43.37 c bounds 0 >= -994 @ 41.1016
41.94/43.37 c bounds 0 >= -993 @ 41.1019
41.94/43.37 c bounds 0 >= -992 @ 41.1022
41.94/43.37 c bounds 0 >= -991 @ 41.1025
41.94/43.37 c bounds 0 >= -990 @ 41.1029
41.94/43.37 c bounds 0 >= -989 @ 41.1032
41.94/43.37 c bounds 0 >= -988 @ 41.1035
41.94/43.37 c bounds 0 >= -987 @ 41.1039
41.94/43.37 c bounds 0 >= -986 @ 41.1042
41.94/43.37 c bounds 0 >= -985 @ 41.1045
41.94/43.37 c bounds 0 >= -984 @ 41.1048
41.94/43.37 c bounds 0 >= -983 @ 41.1051
41.94/43.37 c bounds 0 >= -982 @ 41.1054
41.94/43.37 c bounds 0 >= -981 @ 41.1057
41.94/43.37 c bounds 0 >= -980 @ 41.106
41.94/43.37 c bounds 0 >= -979 @ 41.1064
41.94/43.37 c bounds 0 >= -978 @ 41.1067
41.94/43.38 c bounds 0 >= -977 @ 41.107
41.94/43.38 c bounds 0 >= -976 @ 41.1074
41.94/43.38 c bounds 0 >= -975 @ 41.1078
41.94/43.38 c bounds 0 >= -974 @ 41.1081
41.94/43.38 c bounds 0 >= -973 @ 41.1084
41.94/43.38 c bounds 0 >= -972 @ 41.1085
41.94/43.38 c bounds 0 >= -971 @ 41.1085
41.94/43.38 c bounds 0 >= -970 @ 41.1085
41.94/43.38 c bounds 0 >= -969 @ 41.1088
41.94/43.38 c bounds 0 >= -968 @ 41.1092
41.94/43.38 c bounds 0 >= -967 @ 41.1095
41.94/43.38 c bounds 0 >= -966 @ 41.1098
41.94/43.38 c bounds 0 >= -965 @ 41.1103
41.94/43.38 c bounds 0 >= -964 @ 41.1106
41.94/43.38 c bounds 0 >= -963 @ 41.1109
41.94/43.38 c bounds 0 >= -962 @ 41.1112
41.94/43.38 c bounds 0 >= -961 @ 41.1116
41.94/43.38 c bounds 0 >= -960 @ 41.1119
41.94/43.38 c bounds 0 >= -959 @ 41.1122
41.94/43.38 c bounds 0 >= -958 @ 41.1125
41.94/43.38 c bounds 0 >= -957 @ 41.1128
41.94/43.38 c bounds 0 >= -956 @ 41.1131
41.94/43.38 c bounds 0 >= -955 @ 41.1133
41.94/43.38 c bounds 0 >= -954 @ 41.1136
41.94/43.38 c bounds 0 >= -953 @ 41.1139
41.94/43.38 c bounds 0 >= -952 @ 41.1142
41.94/43.38 c bounds 0 >= -951 @ 41.1145
41.94/43.38 c bounds 0 >= -950 @ 41.1148
41.94/43.38 c bounds 0 >= -949 @ 41.1151
41.94/43.38 c bounds 0 >= -948 @ 41.1155
41.94/43.38 c bounds 0 >= -947 @ 41.1157
41.94/43.39 c bounds 0 >= -946 @ 41.116
41.94/43.39 c bounds 0 >= -945 @ 41.1163
41.94/43.39 c bounds 0 >= -944 @ 41.1167
41.94/43.39 c bounds 0 >= -943 @ 41.1169
41.94/43.39 c bounds 0 >= -942 @ 41.1173
41.94/43.39 c bounds 0 >= -941 @ 41.1176
41.94/43.39 c bounds 0 >= -940 @ 41.1179
41.94/43.39 c bounds 0 >= -939 @ 41.1182
41.94/43.39 c bounds 0 >= -938 @ 41.1185
41.94/43.39 c bounds 0 >= -937 @ 41.1188
41.94/43.39 c bounds 0 >= -936 @ 41.1191
41.94/43.39 c bounds 0 >= -935 @ 41.1194
41.94/43.39 c bounds 0 >= -934 @ 41.1197
41.94/43.39 c bounds 0 >= -933 @ 41.12
41.94/43.39 c bounds 0 >= -932 @ 41.1203
41.94/43.39 c bounds 0 >= -931 @ 41.1206
41.94/43.39 c bounds 0 >= -930 @ 41.1209
41.94/43.39 c bounds 0 >= -929 @ 41.1213
41.94/43.39 c bounds 0 >= -928 @ 41.1216
41.94/43.39 c bounds 0 >= -927 @ 41.1219
41.94/43.39 c bounds 0 >= -926 @ 41.1223
41.94/43.39 c bounds 0 >= -925 @ 41.1226
41.94/43.39 c bounds 0 >= -924 @ 41.1229
41.94/43.39 c bounds 0 >= -923 @ 41.1232
41.94/43.39 c bounds 0 >= -922 @ 41.1235
41.94/43.39 c bounds 0 >= -921 @ 41.1238
41.94/43.39 c bounds 0 >= -920 @ 41.1241
41.94/43.39 c bounds 0 >= -919 @ 41.1244
41.94/43.39 c bounds 0 >= -918 @ 41.1247
41.94/43.39 c bounds 0 >= -917 @ 41.125
41.94/43.39 c bounds 0 >= -916 @ 41.1255
41.94/43.40 c bounds 0 >= -915 @ 41.126
41.94/43.40 c bounds 0 >= -914 @ 41.1263
42.04/43.40 c bounds 0 >= -913 @ 41.1266
42.04/43.40 c bounds 0 >= -912 @ 41.1269
42.04/43.40 c bounds 0 >= -911 @ 41.1272
42.04/43.40 c bounds 0 >= -910 @ 41.1275
42.04/43.40 c bounds 0 >= -909 @ 41.1278
42.04/43.40 c bounds 0 >= -908 @ 41.1281
42.04/43.40 c bounds 0 >= -907 @ 41.1284
42.04/43.40 c bounds 0 >= -906 @ 41.1287
42.04/43.40 c bounds 0 >= -905 @ 41.129
42.04/43.40 c bounds 0 >= -904 @ 41.1293
42.04/43.40 c bounds 0 >= -903 @ 41.1295
42.04/43.40 c bounds 0 >= -902 @ 41.1299
42.04/43.40 c bounds 0 >= -901 @ 41.1302
42.04/43.40 c bounds 0 >= -900 @ 41.1305
42.04/43.40 c bounds 0 >= -899 @ 41.1308
42.04/43.40 c bounds 0 >= -898 @ 41.1311
42.04/43.40 c bounds 0 >= -897 @ 41.1314
42.04/43.40 c bounds 0 >= -896 @ 41.1317
42.04/43.40 c bounds 0 >= -895 @ 41.132
42.04/43.40 c bounds 0 >= -894 @ 41.1322
42.04/43.40 c bounds 0 >= -893 @ 41.1325
42.04/43.40 c bounds 0 >= -892 @ 41.1328
42.04/43.40 c bounds 0 >= -891 @ 41.1331
42.04/43.40 c bounds 0 >= -890 @ 41.1334
42.04/43.40 c bounds 0 >= -889 @ 41.1337
42.04/43.40 c bounds 0 >= -888 @ 41.1339
42.04/43.40 c bounds 0 >= -887 @ 41.1342
42.04/43.40 c bounds 0 >= -886 @ 41.1345
42.04/43.40 c bounds 0 >= -885 @ 41.1348
42.04/43.40 c bounds 0 >= -884 @ 41.1351
42.04/43.40 c bounds 0 >= -883 @ 41.1354
42.04/43.40 c bounds 0 >= -882 @ 41.1357
42.04/43.41 c bounds 0 >= -881 @ 41.1359
42.04/43.41 c bounds 0 >= -880 @ 41.1362
42.04/43.41 c bounds 0 >= -879 @ 41.1365
42.04/43.41 c bounds 0 >= -878 @ 41.1368
42.04/43.41 c bounds 0 >= -877 @ 41.1371
42.04/43.41 c bounds 0 >= -876 @ 41.1374
42.04/43.41 c bounds 0 >= -875 @ 41.1377
42.04/43.41 c bounds 0 >= -874 @ 41.138
42.04/43.41 c bounds 0 >= -873 @ 41.1383
42.04/43.41 c bounds 0 >= -872 @ 41.1386
42.04/43.41 c bounds 0 >= -871 @ 41.1389
42.04/43.41 c bounds 0 >= -870 @ 41.1392
42.04/43.41 c bounds 0 >= -869 @ 41.1397
42.04/43.41 c bounds 0 >= -868 @ 41.14
42.04/43.41 c bounds 0 >= -867 @ 41.1403
42.04/43.41 c bounds 0 >= -866 @ 41.1405
42.04/43.41 c bounds 0 >= -865 @ 41.1408
42.04/43.41 c bounds 0 >= -864 @ 41.1411
42.04/43.41 c bounds 0 >= -863 @ 41.1413
42.04/43.41 c bounds 0 >= -862 @ 41.1416
42.04/43.41 c bounds 0 >= -861 @ 41.1419
42.04/43.41 c bounds 0 >= -860 @ 41.1421
42.04/43.41 c bounds 0 >= -859 @ 41.1424
42.04/43.41 c bounds 0 >= -858 @ 41.1427
42.04/43.41 c bounds 0 >= -857 @ 41.1433
42.04/43.41 c bounds 0 >= -856 @ 41.1436
42.04/43.41 c bounds 0 >= -855 @ 41.1439
42.04/43.41 c bounds 0 >= -854 @ 41.1442
42.04/43.41 c bounds 0 >= -853 @ 41.1444
42.04/43.41 c bounds 0 >= -852 @ 41.1447
42.04/43.41 c bounds 0 >= -851 @ 41.145
42.04/43.41 c bounds 0 >= -850 @ 41.1453
42.04/43.41 c bounds 0 >= -849 @ 41.1456
42.04/43.42 c bounds 0 >= -848 @ 41.1459
42.04/43.42 c bounds 0 >= -847 @ 41.1462
42.04/43.42 c bounds 0 >= -846 @ 41.1464
42.04/43.42 c bounds 0 >= -845 @ 41.1467
42.04/43.42 c bounds 0 >= -844 @ 41.147
42.04/43.42 c bounds 0 >= -843 @ 41.1473
42.04/43.42 c bounds 0 >= -842 @ 41.1476
42.04/43.42 c bounds 0 >= -841 @ 41.1478
42.04/43.42 c bounds 0 >= -840 @ 41.1481
42.04/43.42 c bounds 0 >= -839 @ 41.1484
42.04/43.42 c bounds 0 >= -838 @ 41.1487
42.04/43.42 c bounds 0 >= -837 @ 41.149
42.04/43.42 c bounds 0 >= -836 @ 41.1492
42.04/43.42 c bounds 0 >= -835 @ 41.1495
42.04/43.42 c bounds 0 >= -834 @ 41.1498
42.04/43.42 c bounds 0 >= -833 @ 41.1501
42.04/43.42 c bounds 0 >= -832 @ 41.1503
42.04/43.42 c bounds 0 >= -831 @ 41.1506
42.04/43.42 c bounds 0 >= -830 @ 41.1518
42.04/43.42 c bounds 0 >= -829 @ 41.1521
42.04/43.42 c bounds 0 >= -828 @ 41.1524
42.04/43.42 c bounds 0 >= -827 @ 41.1527
42.04/43.42 c bounds 0 >= -826 @ 41.153
42.04/43.42 c bounds 0 >= -825 @ 41.1532
42.04/43.42 c bounds 0 >= -824 @ 41.1535
42.04/43.42 c bounds 0 >= -823 @ 41.154
42.04/43.42 c bounds 0 >= -822 @ 41.1544
42.04/43.42 c bounds 0 >= -821 @ 41.1546
42.04/43.42 c bounds 0 >= -820 @ 41.1549
42.04/43.42 c bounds 0 >= -819 @ 41.1552
42.04/43.42 c bounds 0 >= -818 @ 41.1554
42.04/43.42 c bounds 0 >= -817 @ 41.1557
42.04/43.43 c bounds 0 >= -816 @ 41.156
42.04/43.43 c bounds 0 >= -815 @ 41.1563
42.04/43.43 c bounds 0 >= -814 @ 41.1566
42.04/43.43 c bounds 0 >= -813 @ 41.157
42.04/43.43 c bounds 0 >= -812 @ 41.1573
42.04/43.43 c bounds 0 >= -811 @ 41.1576
42.04/43.43 c bounds 0 >= -810 @ 41.1578
42.04/43.43 c bounds 0 >= -809 @ 41.1581
42.04/43.43 c bounds 0 >= -808 @ 41.1584
42.04/43.43 c bounds 0 >= -807 @ 41.1586
42.04/43.43 c bounds 0 >= -806 @ 41.1589
42.04/43.43 c bounds 0 >= -805 @ 41.1593
42.04/43.43 c bounds 0 >= -804 @ 41.1596
42.04/43.43 c bounds 0 >= -803 @ 41.1598
42.04/43.43 c bounds 0 >= -802 @ 41.1608
42.04/43.45 c bounds -600 >= -802 @ 41.1759
42.04/43.45 c bounds -600 >= -801 @ 41.1763
42.04/43.45 c bounds -600 >= -800 @ 41.1763
42.04/43.45 c bounds -600 >= -799 @ 41.1763
42.04/43.45 c bounds -600 >= -798 @ 41.1763
42.04/43.45 c bounds -600 >= -797 @ 41.1765
42.04/43.45 c bounds -600 >= -796 @ 41.1768
42.04/43.45 c bounds -600 >= -795 @ 41.1771
42.04/43.45 c bounds -600 >= -794 @ 41.1773
42.04/43.45 c bounds -600 >= -793 @ 41.1776
42.04/43.45 c bounds -600 >= -792 @ 41.1782
42.04/43.45 c bounds -600 >= -791 @ 41.1783
42.04/43.45 c bounds -600 >= -790 @ 41.1783
42.04/43.45 c bounds -600 >= -789 @ 41.1783
42.04/43.45 c bounds -600 >= -788 @ 41.1783
42.04/43.45 c bounds -600 >= -787 @ 41.1783
42.04/43.45 c bounds -600 >= -786 @ 41.1783
42.04/43.45 c bounds -600 >= -785 @ 41.1783
42.04/43.46 c bounds -600 >= -784 @ 41.1803
42.04/43.46 c bounds -600 >= -783 @ 41.1806
42.04/43.46 c bounds -600 >= -782 @ 41.1808
42.04/43.46 c bounds -600 >= -781 @ 41.1812
42.04/43.46 c bounds -600 >= -780 @ 41.1816
42.04/43.46 c bounds -600 >= -779 @ 41.1826
42.04/43.46 c bounds -600 >= -778 @ 41.1828
42.04/43.46 c bounds -600 >= -777 @ 41.1831
42.04/43.46 c bounds -600 >= -776 @ 41.1844
42.04/43.46 c bounds -600 >= -775 @ 41.1846
42.04/43.46 c bounds -600 >= -774 @ 41.185
42.04/43.46 c bounds -600 >= -773 @ 41.1852
42.04/43.46 c bounds -600 >= -772 @ 41.1855
42.04/43.46 c bounds -600 >= -771 @ 41.1858
42.04/43.46 c bounds -600 >= -770 @ 41.186
42.04/43.46 c bounds -600 >= -769 @ 41.1863
42.04/43.46 c bounds -600 >= -768 @ 41.1869
44.92/46.37 c #Conflicts: 1000 | #Constraints: 96068
44.92/46.37 c #Conflicts: 2000 | #Constraints: 97068
44.92/46.37 c INPROCESSING
44.92/46.37 c GARBAGE COLLECT
44.92/46.37 c bounds -600 >= -767 @ 44.0503
44.92/46.38 c bounds -600 >= -766 @ 44.0506
44.92/46.38 c bounds -600 >= -765 @ 44.0509
44.92/46.38 c bounds -600 >= -764 @ 44.0511
44.92/46.38 c bounds -600 >= -763 @ 44.0514
44.92/46.38 c bounds -600 >= -762 @ 44.0518
44.92/46.38 c bounds -600 >= -761 @ 44.0521
44.92/46.38 c bounds -600 >= -760 @ 44.0527
44.92/46.38 c bounds -600 >= -759 @ 44.0531
44.92/46.38 c bounds -600 >= -758 @ 44.0537
44.92/46.38 c bounds -600 >= -757 @ 44.054
44.92/46.38 c bounds -600 >= -756 @ 44.0542
44.92/46.38 c bounds -600 >= -755 @ 44.0544
44.92/46.38 c bounds -600 >= -754 @ 44.0546
44.92/46.38 c bounds -600 >= -753 @ 44.0549
44.92/46.38 c bounds -600 >= -752 @ 44.0552
44.92/46.38 c bounds -600 >= -751 @ 44.0554
44.92/46.38 c bounds -600 >= -750 @ 44.0558
44.92/46.38 c bounds -600 >= -749 @ 44.056
44.92/46.38 c bounds -600 >= -748 @ 44.0563
44.92/46.38 c bounds -600 >= -747 @ 44.0569
44.92/46.38 c bounds -600 >= -746 @ 44.0571
44.92/46.38 c bounds -600 >= -745 @ 44.0574
44.92/46.38 c bounds -600 >= -744 @ 44.0577
44.92/46.38 c bounds -600 >= -743 @ 44.0579
44.92/46.38 c bounds -600 >= -742 @ 44.0582
44.92/46.39 c bounds -600 >= -741 @ 44.0615
44.92/46.39 c bounds -600 >= -740 @ 44.0618
44.92/46.39 c bounds -600 >= -739 @ 44.062
44.92/46.39 c bounds -600 >= -738 @ 44.0633
44.92/46.39 c bounds -600 >= -737 @ 44.0636
44.92/46.39 c bounds -600 >= -736 @ 44.0639
44.92/46.39 c bounds -600 >= -735 @ 44.0641
44.92/46.39 c bounds -600 >= -734 @ 44.0644
44.92/46.39 c bounds -600 >= -733 @ 44.0646
44.92/46.39 c bounds -600 >= -732 @ 44.0648
44.92/46.39 c bounds -600 >= -731 @ 44.0652
44.92/46.39 c bounds -600 >= -730 @ 44.0656
44.92/46.39 c bounds -600 >= -729 @ 44.066
44.92/46.39 c bounds -600 >= -728 @ 44.0662
44.92/46.39 c bounds -600 >= -727 @ 44.0665
44.92/46.39 c bounds -600 >= -726 @ 44.0667
44.92/46.39 c bounds -600 >= -725 @ 44.0672
44.92/46.39 c bounds -600 >= -724 @ 44.0675
44.92/46.39 c bounds -600 >= -723 @ 44.0677
44.92/46.39 c bounds -600 >= -722 @ 44.068
44.92/46.39 c bounds -600 >= -721 @ 44.0684
44.92/46.39 c bounds -600 >= -720 @ 44.0687
44.92/46.39 c bounds -600 >= -719 @ 44.069
44.92/46.39 c bounds -600 >= -718 @ 44.0692
44.92/46.39 c bounds -600 >= -717 @ 44.0695
44.92/46.39 c bounds -600 >= -716 @ 44.0699
44.92/46.39 c bounds -600 >= -715 @ 44.0703
44.92/46.40 c bounds -600 >= -714 @ 44.0705
45.02/46.40 c bounds -600 >= -713 @ 44.0709
45.02/46.40 c bounds -600 >= -712 @ 44.0712
45.02/46.40 c bounds -600 >= -711 @ 44.0719
45.02/46.40 c bounds -600 >= -710 @ 44.0722
45.02/46.40 c bounds -600 >= -709 @ 44.0726
45.02/46.40 c bounds -600 >= -708 @ 44.0732
45.02/46.40 c bounds -600 >= -707 @ 44.0735
45.02/46.40 c bounds -600 >= -706 @ 44.075
45.02/46.40 c bounds -600 >= -705 @ 44.0756
45.02/46.40 c bounds -600 >= -704 @ 44.0759
45.02/46.40 c bounds -600 >= -703 @ 44.0772
45.02/46.41 c bounds -600 >= -702 @ 44.0803
45.02/46.41 c bounds -600 >= -701 @ 44.0808
45.02/46.41 c bounds -600 >= -700 @ 44.0814
45.02/46.41 c bounds -600 >= -699 @ 44.0824
45.02/46.41 c bounds -600 >= -698 @ 44.083
45.02/46.41 c bounds -600 >= -697 @ 44.084
45.02/46.41 c bounds -600 >= -696 @ 44.086
45.02/46.41 c bounds -600 >= -695 @ 44.0887
45.02/46.42 c bounds -600 >= -694 @ 44.0896
45.02/46.42 c bounds -600 >= -693 @ 44.0939
45.02/46.43 c bounds -600 >= -692 @ 44.0992
45.02/46.43 c bounds -600 >= -691 @ 44.105
45.02/46.44 c bounds -600 >= -690 @ 44.1106
45.02/46.44 c bounds -600 >= -689 @ 44.1168
45.02/46.45 c bounds -600 >= -688 @ 44.1228
45.02/46.46 c bounds -600 >= -687 @ 44.1313
45.02/46.47 c bounds -600 >= -686 @ 44.1427
45.02/46.49 c bounds -600 >= -685 @ 44.1594
45.11/46.51 c bounds -600 >= -684 @ 44.1785
45.11/46.52 c bounds -600 >= -683 @ 44.1914
45.11/46.54 c bounds -600 >= -682 @ 44.2099
45.11/46.58 c bounds -600 >= -681 @ 44.2446
53.60/55.01 WSVECS04 Frhs2[1]: 6 0 1.00005 shouldn't be
53.60/55.01 WSVECS04 Frhs2[6]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[11]: 6 0 1.0001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[16]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[21]: 6 0 1.00003 shouldn't be
53.60/55.01 WSVECS04 Frhs2[26]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[31]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[36]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[39]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[41]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[46]: 6 0 1.0001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[49]: 6 0 1.00003 shouldn't be
53.60/55.01 WSVECS04 Frhs2[73]: 6 0 1.00007 shouldn't be
53.60/55.01 WSVECS04 Frhs2[87]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[97]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[99]: 6 0 1.00005 shouldn't be
53.60/55.01 WSVECS04 Frhs2[100]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[103]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[104]: 6 0 1.00007 shouldn't be
53.60/55.01 WSVECS04 Frhs2[109]: 6 0 1.0001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[110]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[113]: 6 0 1.00009 shouldn't be
53.60/55.01 WSVECS04 Frhs2[114]: 6 0 1.00005 shouldn't be
53.60/55.01 WSVECS04 Frhs2[119]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[124]: 6 0 1.00009 shouldn't be
53.60/55.01 WSVECS04 Frhs2[125]: 6 0 1.00009 shouldn't be
53.60/55.01 WSVECS04 Frhs2[129]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[133]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[135]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[138]: 6 0 1.00009 shouldn't be
53.60/55.01 WSVECS04 Frhs2[139]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[143]: 6 0 1.00005 shouldn't be
53.60/55.01 WSVECS04 Frhs2[191]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[194]: 6 0 1.00007 shouldn't be
53.60/55.01 WSVECS04 Frhs2[198]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[201]: 6 0 1.00001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[203]: 6 0 1.00009 shouldn't be
53.60/55.01 WSVECS04 Frhs2[204]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[208]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[213]: 6 0 1.00009 shouldn't be
53.60/55.01 WSVECS04 Frhs2[216]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[218]: 6 0 1.00007 shouldn't be
53.60/55.01 WSVECS04 Frhs2[219]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[224]: 6 0 1.0001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[226]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[229]: 6 0 1.00009 shouldn't be
53.60/55.01 WSVECS04 Frhs2[233]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[234]: 6 0 1.00009 shouldn't be
53.60/55.01 WSVECS04 Frhs2[238]: 6 0 1.00007 shouldn't be
53.60/55.01 WSVECS04 Frhs2[239]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[242]: 6 0 1.00009 shouldn't be
53.60/55.01 WSVECS04 Frhs2[244]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[247]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[248]: 6 0 1.00005 shouldn't be
53.60/55.01 WSVECS04 Frhs2[249]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[252]: 6 0 1.00007 shouldn't be
53.60/55.01 WSVECS04 Frhs2[254]: 6 0 1.00007 shouldn't be
53.60/55.01 WSVECS04 Frhs2[257]: 6 0 1.00001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[259]: 6 0 1.00009 shouldn't be
53.60/55.01 WSVECS04 Frhs2[264]: 6 0 1.00007 shouldn't be
53.60/55.01 WSVECS04 Frhs2[268]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[272]: 6 0 1.00009 shouldn't be
53.60/55.01 WSVECS04 Frhs2[273]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[274]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[278]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[298]: 6 0 1.00007 shouldn't be
53.60/55.01 WSVECS04 Frhs2[312]: 6 0 1.0001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[322]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[365]: 6 0 1.00003 shouldn't be
53.60/55.01 WSVECS04 Frhs2[368]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[370]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[371]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[373]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[375]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[378]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[380]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[383]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[385]: 6 0 1.00003 shouldn't be
53.60/55.01 WSVECS04 Frhs2[386]: 6 0 1.00001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[388]: 6 0 1.00003 shouldn't be
53.60/55.01 WSVECS04 Frhs2[390]: 6 0 1.00005 shouldn't be
53.60/55.01 WSVECS04 Frhs2[396]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[398]: 6 0 1.0001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[400]: 6 0 1.00003 shouldn't be
53.60/55.01 WSVECS04 Frhs2[403]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[408]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[411]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[413]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[414]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[418]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[423]: 6 0 1.0001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[426]: 6 0 1.00005 shouldn't be
53.60/55.01 WSVECS04 Frhs2[428]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[429]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[434]: 6 0 1.0001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[436]: 6 0 1.00003 shouldn't be
53.60/55.01 WSVECS04 Frhs2[438]: 6 0 1.00003 shouldn't be
53.60/55.01 WSVECS04 Frhs2[439]: 6 0 1.00009 shouldn't be
53.60/55.01 WSVECS04 Frhs2[443]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[444]: 6 0 1.00007 shouldn't be
53.60/55.01 WSVECS04 Frhs2[498]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[512]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[522]: 6 0 1.00007 shouldn't be
53.60/55.01 WSVECS04 Frhs2[524]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[525]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[528]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[529]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[534]: 6 0 1.00005 shouldn't be
53.60/55.01 WSVECS04 Frhs2[539]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[540]: 6 0 1.00009 shouldn't be
53.60/55.01 WSVECS04 Frhs2[543]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[544]: 6 0 1.00007 shouldn't be
53.60/55.01 WSVECS04 Frhs2[548]: 6 0 1.00009 shouldn't be
53.60/55.01 WSVECS04 Frhs2[550]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[553]: 6 0 1.00003 shouldn't be
53.60/55.01 WSVECS04 Frhs2[554]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[558]: 6 0 1.00001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[596]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[598]: 6 0 1.00009 shouldn't be
53.60/55.01 WSVECS04 Frhs2[599]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[603]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[608]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[611]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[613]: 6 0 1.00005 shouldn't be
53.60/55.01 WSVECS04 Frhs2[614]: 6 0 1.00003 shouldn't be
53.60/55.01 WSVECS04 Frhs2[619]: 6 0 1.00009 shouldn't be
53.60/55.01 WSVECS04 Frhs2[621]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[623]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[624]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[628]: 6 0 1.00005 shouldn't be
53.60/55.01 WSVECS04 Frhs2[629]: 6 0 1.00005 shouldn't be
53.60/55.01 WSVECS04 Frhs2[632]: 6 0 1.00007 shouldn't be
53.60/55.01 WSVECS04 Frhs2[633]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[634]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[637]: 6 0 1.00005 shouldn't be
53.60/55.01 WSVECS04 Frhs2[639]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[642]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[644]: 6 0 1.00003 shouldn't be
53.60/55.01 WSVECS04 Frhs2[649]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[653]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[657]: 6 0 1.00003 shouldn't be
53.60/55.01 WSVECS04 Frhs2[658]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[659]: 6 0 1.00005 shouldn't be
53.60/55.01 WSVECS04 Frhs2[663]: 6 0 1.0001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[673]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[687]: 6 0 1.0001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[697]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[698]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[699]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[704]: 6 0 1.00007 shouldn't be
53.60/55.01 WSVECS04 Frhs2[709]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[710]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[714]: 6 0 1.00007 shouldn't be
53.60/55.01 WSVECS04 Frhs2[718]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[720]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[723]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[724]: 6 0 1.00005 shouldn't be
53.60/55.01 WSVECS04 Frhs2[728]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[730]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[733]: 6 0 1.00005 shouldn't be
53.60/55.01 WSVECS04 Frhs2[735]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[738]: 6 0 1.00005 shouldn't be
53.60/55.01 WSVECS04 Frhs2[740]: 6 0 1.00003 shouldn't be
53.60/55.01 WSVECS04 Frhs2[741]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[743]: 6 0 1.0001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[745]: 6 0 1.00001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[751]: 6 0 1.00005 shouldn't be
53.60/55.01 WSVECS04 Frhs2[753]: 6 0 1.00007 shouldn't be
53.60/55.01 WSVECS04 Frhs2[755]: 6 0 1.00003 shouldn't be
53.60/55.01 WSVECS04 Frhs2[758]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[763]: 6 0 1.00005 shouldn't be
53.60/55.01 WSVECS04 Frhs2[768]: 6 0 1.00001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[771]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[773]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[774]: 6 0 1.00003 shouldn't be
53.60/55.01 WSVECS04 Frhs2[779]: 6 0 1.00001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[781]: 6 0 1.00001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[783]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[784]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[788]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[789]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[823]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[837]: 6 0 1.00009 shouldn't be
53.60/55.01 WSVECS04 Frhs2[847]: 6 0 1.00001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[849]: 6 0 1.00001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[854]: 6 0 1.0001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[855]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[858]: 6 0 1.00001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[859]: 6 0 1.00005 shouldn't be
53.60/55.01 WSVECS04 Frhs2[863]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[865]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[868]: 6 0 1.00009 shouldn't be
53.60/55.01 WSVECS04 Frhs2[869]: 6 0 1.00007 shouldn't be
53.60/55.01 WSVECS04 Frhs2[873]: 6 0 1.00003 shouldn't be
53.60/55.01 WSVECS04 Frhs2[903]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[906]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[908]: 6 0 1.00009 shouldn't be
53.60/55.01 WSVECS04 Frhs2[909]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[914]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[916]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[918]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[919]: 6 0 1.00003 shouldn't be
53.60/55.01 WSVECS04 Frhs2[923]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[924]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[926]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[931]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[936]: 6 0 1.00003 shouldn't be
53.60/55.01 WSVECS04 Frhs2[939]: 6 0 1.00009 shouldn't be
53.60/55.01 WSVECS04 Frhs2[941]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[946]: 6 0 1.0001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[949]: 6 0 1.00003 shouldn't be
53.60/55.01 WSVECS04 Frhs2[962]: 6 0 1.0001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[972]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[974]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[975]: 6 0 1.00009 shouldn't be
53.60/55.01 WSVECS04 Frhs2[978]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[979]: 6 0 1.00003 shouldn't be
53.60/55.01 WSVECS04 Frhs2[983]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[985]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[988]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[989]: 6 0 1.00007 shouldn't be
53.60/55.01 WSVECS04 Frhs2[993]: 6 0 1.00009 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1016]: 6 0 1.00001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1018]: 6 0 1.00009 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1019]: 6 0 1.00007 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1024]: 6 0 1.00005 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1026]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1028]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1029]: 6 0 1.0001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1033]: 6 0 1.00001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1034]: 6 0 1.00003 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1039]: 6 0 1.00003 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1043]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1047]: 6 0 1.00005 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1048]: 6 0 1.00003 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1049]: 6 0 1.00005 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1053]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1062]: 6 0 1.00007 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1072]: 6 0 1.00003 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1074]: 6 0 1.00001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1078]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1083]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1084]: 6 0 1.00007 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1088]: 6 0 1.00007 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1090]: 6 0 1.00009 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1098]: 6 0 1.00005 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1109]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1111]: 6 0 1.00003 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1113]: 6 0 1.00001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1114]: 6 0 1.00007 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1118]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1119]: 6 0 1.00003 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1121]: 6 0 1.00003 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1124]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1137]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1147]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1161]: 6 0 1.00009 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1163]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1165]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1168]: 6 0 1.00001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1172]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1177]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1182]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1183]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1184]: 6 0 1.0001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1188]: 6 0 1.00009 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1197]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1198]: 6 0 1.00007 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1199]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1203]: 6 0 1.00002 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1205]: 6 0 1.0001 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1208]: 6 0 1.00009 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1213]: 6 0 1.00004 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1214]: 6 0 1.00006 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1222]: 6 0 1.00008 shouldn't be
53.60/55.01 WSVECS04 Frhs2[1223]: 6 0 1.00006 shouldn't be
75.81/77.31 WSVECS04 Frhs2[128]: 6 0 1.00007 shouldn't be
75.81/77.31 WSVECS04 Frhs2[228]: 6 0 1.00003 shouldn't be
75.81/77.31 WSVECS04 Frhs2[508]: 6 0 1.00004 shouldn't be
75.81/77.31 WSVECS04 Frhs2[713]: 6 0 1.00009 shouldn't be
75.81/77.31 WSVECS04 Frhs2[1100]: 6 0 1.00007 shouldn't be
75.81/77.31 WSVECS04 Frhs2[1134]: 6 0 1.00008 shouldn't be
88.37/89.91 c bounds -600 >= -680 @ 87.3442
88.37/89.94 c bounds -600 >= -679 @ 87.3744
88.37/89.98 c bounds -600 >= -678 @ 87.4126
88.49/90.04 c bounds -600 >= -677 @ 87.4642
88.59/90.11 c bounds -600 >= -676 @ 87.5331
88.68/90.20 c bounds -600 >= -675 @ 87.6261
88.87/90.44 c #Conflicts: 3000 | #Constraints: 98390
88.87/90.44 c bounds -600 >= -674 @ 87.854
93.27/94.88 c #Conflicts: 4000 | #Constraints: 99438
93.27/94.88 c INPROCESSING
93.27/94.88 c GARBAGE COLLECT
93.27/94.88 c #Conflicts: 5000 | #Constraints: 98348
93.27/94.88 c #Conflicts: 6000 | #Constraints: 99348
93.27/94.88 c INPROCESSING
93.27/94.88 c GARBAGE COLLECT
93.27/94.88 c #Conflicts: 7000 | #Constraints: 98183
93.27/94.88 c bounds -600 >= -673 @ 92.2552
93.46/95.03 c bounds -600 >= -672 @ 92.4009
93.67/95.25 c bounds -600 >= -671 @ 92.6107
93.96/95.52 c #Conflicts: 8000 | #Constraints: 99345
93.96/95.52 c bounds -600 >= -670 @ 92.8826
94.16/95.79 c bounds -600 >= -669 @ 93.148
94.47/96.07 c #Conflicts: 9000 | #Constraints: 100417
94.47/96.07 c INPROCESSING
94.47/96.07 c bounds -600 >= -668 @ 93.4245
95.06/96.64 c #Conflicts: 10000 | #Constraints: 98921
95.06/96.64 c bounds -600 >= -667 @ 93.9819
98.31/103.06 c #Conflicts: 11000 | #Constraints: 99990
98.31/103.06 c #Conflicts: 12000 | #Constraints: 100990
98.31/103.06 c INPROCESSING
98.31/103.06 c GARBAGE COLLECT
98.31/103.06 c bounds -600 >= -666 @ 97.222
98.70/103.42 c #Conflicts: 13000 | #Constraints: 99479
98.70/103.42 c bounds -600 >= -665 @ 97.5675
99.09/103.86 c #Conflicts: 14000 | #Constraints: 100512
99.09/103.86 c bounds -600 >= -664 @ 97.9986
117.45/122.21 c #Conflicts: 15000 | #Constraints: 101554
117.45/122.21 c INPROCESSING
117.45/122.21 c #Conflicts: 16000 | #Constraints: 99641
117.45/122.21 c #Conflicts: 17000 | #Constraints: 100641
117.45/122.21 c #Conflicts: 18000 | #Constraints: 101641
117.45/122.21 c INPROCESSING
117.45/122.21 c GARBAGE COLLECT
117.45/122.21 WSVECS04 Frhs2[80]: 6 0 1.00006 shouldn't be
117.45/122.21 WSVECS04 Frhs2[1086]: 6 0 1.00002 shouldn't be
117.45/122.21 WSVECS04 Frhs2[1102]: 6 0 1.00005 shouldn't be
185.87/190.84 WSVECS04 Frhs2[267]: 6 0 1.00007 shouldn't be
185.87/190.84 WSVECS04 Frhs2[306]: 6 0 1.00004 shouldn't be
185.87/190.84 WSVECS04 Frhs2[680]: 6 0 1.00003 shouldn't be
185.87/190.84 WSVECS04 Frhs2[681]: 6 0 1.00006 shouldn't be
185.87/190.84 WSVECS04 Frhs2[831]: 6 0 1.00004 shouldn't be
185.87/190.84 WSVECS04 Frhs2[1060]: 6 0 1.00005 shouldn't be
185.87/190.84 WSVECS04 Frhs2[1070]: 6 0 1.00002 shouldn't be
185.87/190.84 WSVECS04 Frhs2[1073]: 6 0 1.00002 shouldn't be
185.87/190.84 WSVECS04 Frhs2[1081]: 6 0 1.00004 shouldn't be
185.87/190.84 WSVECS04 Frhs2[1097]: 6 0 1.00003 shouldn't be
185.87/190.84 WSVECS04 Frhs2[1217]: 6 0 1.00002 shouldn't be
208.41/213.47 c bounds -600 >= -663 @ 207.099
209.01/214.00 c #Conflicts: 19000 | #Constraints: 99717
209.01/214.00 c bounds -600 >= -662 @ 207.619
209.40/214.40 c #Conflicts: 20000 | #Constraints: 100786
209.40/214.40 c bounds -600 >= -661 @ 208.012
209.80/214.80 c #Conflicts: 21000 | #Constraints: 101834
209.80/214.80 c bounds -600 >= -660 @ 208.402
210.11/215.19 c INPROCESSING
210.11/215.19 c GARBAGE COLLECT
210.11/215.19 c #Conflicts: 22000 | #Constraints: 99532
210.11/215.19 c bounds -600 >= -659 @ 208.781
210.60/215.68 c #Conflicts: 23000 | #Constraints: 100625
210.60/215.68 c bounds -600 >= -658 @ 209.262
211.00/216.09 c #Conflicts: 24000 | #Constraints: 101670
211.00/216.09 c bounds -600 >= -657 @ 209.668
259.38/264.59 c #Conflicts: 25000 | #Constraints: 102697
259.38/264.59 c #Conflicts: 26000 | #Constraints: 103697
259.38/264.59 c #Conflicts: 27000 | #Constraints: 104697
259.38/264.59 c #Conflicts: 28000 | #Constraints: 105697
259.38/264.59 c #Conflicts: 29000 | #Constraints: 106697
259.38/264.59 c #Conflicts: 30000 | #Constraints: 107697
259.38/264.59 c #Conflicts: 31000 | #Constraints: 108697
259.38/264.59 c #Conflicts: 32000 | #Constraints: 109697
259.38/264.59 c #Conflicts: 33000 | #Constraints: 110697
259.38/264.59 c INPROCESSING
259.38/264.59 c GARBAGE COLLECT
259.38/264.59 c rational objective -657
260.87/266.01 c #Conflicts: 34000 | #Constraints: 104107
260.87/266.01 c bounds -600 >= -656 @ 259.301
261.47/266.66 c #Conflicts: 35000 | #Constraints: 105164
261.47/266.66 c bounds -600 >= -655 @ 259.942
261.97/267.19 c #Conflicts: 36000 | #Constraints: 106212
261.97/267.19 c bounds -600 >= -654 @ 260.463
262.67/267.81 c #Conflicts: 37000 | #Constraints: 107239
262.67/267.81 c bounds -600 >= -653 @ 261.074
263.16/268.33 c #Conflicts: 38000 | #Constraints: 108275
263.16/268.33 c INPROCESSING
263.16/268.33 c GARBAGE COLLECT
263.16/268.33 c bounds -600 >= -652 @ 261.582
263.77/268.91 c #Conflicts: 39000 | #Constraints: 103187
263.77/268.91 c bounds -600 >= -651 @ 262.145
264.37/269.52 c #Conflicts: 40000 | #Constraints: 104244
264.37/269.52 c bounds -600 >= -650 @ 262.741
265.06/270.21 c #Conflicts: 41000 | #Constraints: 105283
265.06/270.21 c bounds -600 >= -649 @ 263.425
265.56/270.70 c #Conflicts: 42000 | #Constraints: 106325
265.56/270.70 c bounds -600 >= -648 @ 263.91
332.87/338.28 c INPROCESSING
332.87/338.28 c GARBAGE COLLECT
332.87/338.28 c rational objective -648
334.67/340.00 c #Conflicts: 43000 | #Constraints: 101812
334.67/340.00 c #Conflicts: 44000 | #Constraints: 102812
334.67/340.00 c bounds -600 >= -647 @ 332.889
335.67/341.09 c #Conflicts: 45000 | #Constraints: 103884
335.67/341.09 c bounds -600 >= -646 @ 333.961
336.96/342.38 c #Conflicts: 46000 | #Constraints: 104932
336.96/342.38 c #Conflicts: 47000 | #Constraints: 105932
336.96/342.38 c bounds -600 >= -645 @ 335.23
338.25/343.69 c #Conflicts: 48000 | #Constraints: 106977
338.25/343.69 c #Conflicts: 49000 | #Constraints: 107977
338.25/343.69 c bounds -600 >= -644 @ 336.528
348.42/353.82 c #Conflicts: 50000 | #Constraints: 109016
348.42/353.82 c bounds -600 >= -643 @ 346.604
349.73/355.13 c #Conflicts: 51000 | #Constraints: 110047
349.73/355.13 c #Conflicts: 52000 | #Constraints: 111047
349.73/355.13 c bounds -600 >= -642 @ 347.896
365.79/371.37 c #Conflicts: 53000 | #Constraints: 112089
365.79/371.37 c #Conflicts: 54000 | #Constraints: 113089
365.79/371.37 c #Conflicts: 55000 | #Constraints: 114089
365.79/371.37 c #Conflicts: 56000 | #Constraints: 115089
365.79/371.37 c #Conflicts: 57000 | #Constraints: 116091
365.79/371.37 c #Conflicts: 58000 | #Constraints: 117092
365.79/371.37 c INPROCESSING
365.79/371.37 c GARBAGE COLLECT
365.79/371.37 c #Conflicts: 59000 | #Constraints: 107380
365.79/371.37 c #Conflicts: 60000 | #Constraints: 108380
365.79/371.37 c bounds -600 >= -641 @ 363.86
373.36/378.98 WSVECS04 Frhs2[2]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[17]: 6 0 1.00001 shouldn't be
373.36/378.98 WSVECS04 Frhs2[22]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[27]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[32]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[42]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[49]: 6 0 1.00008 shouldn't be
373.36/378.98 WSVECS04 Frhs2[50]: 6 0 1.00003 shouldn't be
373.36/378.98 WSVECS04 Frhs2[63]: 6 0 1.00003 shouldn't be
373.36/378.98 WSVECS04 Frhs2[65]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[68]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[70]: 6 0 1.0001 shouldn't be
373.36/378.98 WSVECS04 Frhs2[75]: 6 0 1.00005 shouldn't be
373.36/378.98 WSVECS04 Frhs2[80]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[83]: 6 0 1.00007 shouldn't be
373.36/378.98 WSVECS04 Frhs2[90]: 6 0 1.00008 shouldn't be
373.36/378.98 WSVECS04 Frhs2[93]: 6 0 1.00007 shouldn't be
373.36/378.98 WSVECS04 Frhs2[97]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[105]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[110]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[115]: 6 0 1.00001 shouldn't be
373.36/378.98 WSVECS04 Frhs2[119]: 6 0 1.00007 shouldn't be
373.36/378.98 WSVECS04 Frhs2[120]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[130]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[134]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[135]: 6 0 1.00003 shouldn't be
373.36/378.98 WSVECS04 Frhs2[140]: 6 0 1.0001 shouldn't be
373.36/378.98 WSVECS04 Frhs2[144]: 6 0 1.00005 shouldn't be
373.36/378.98 WSVECS04 Frhs2[237]: 6 0 1.00003 shouldn't be
373.36/378.98 WSVECS04 Frhs2[238]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[241]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[242]: 6 0 1.00008 shouldn't be
373.36/378.98 WSVECS04 Frhs2[243]: 6 0 1.00007 shouldn't be
373.36/378.98 WSVECS04 Frhs2[246]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[248]: 6 0 1.00007 shouldn't be
373.36/378.98 WSVECS04 Frhs2[251]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[253]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[256]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[258]: 6 0 1.00003 shouldn't be
373.36/378.98 WSVECS04 Frhs2[261]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[266]: 6 0 1.00008 shouldn't be
373.36/378.98 WSVECS04 Frhs2[267]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[268]: 6 0 1.00007 shouldn't be
373.36/378.98 WSVECS04 Frhs2[271]: 6 0 1.00007 shouldn't be
373.36/378.98 WSVECS04 Frhs2[273]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[276]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[277]: 6 0 1.00005 shouldn't be
373.36/378.98 WSVECS04 Frhs2[278]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[323]: 6 0 1.0001 shouldn't be
373.36/378.98 WSVECS04 Frhs2[326]: 6 0 1.00003 shouldn't be
373.36/378.98 WSVECS04 Frhs2[328]: 6 0 1.00003 shouldn't be
373.36/378.98 WSVECS04 Frhs2[331]: 6 0 1.00003 shouldn't be
373.36/378.98 WSVECS04 Frhs2[333]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[336]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[338]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[341]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[343]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[346]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[351]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[353]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[356]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[358]: 6 0 1.00008 shouldn't be
373.36/378.98 WSVECS04 Frhs2[361]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[363]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[367]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[372]: 6 0 1.00005 shouldn't be
373.36/378.98 WSVECS04 Frhs2[377]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[382]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[387]: 6 0 1.00003 shouldn't be
373.36/378.98 WSVECS04 Frhs2[392]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[393]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[397]: 6 0 1.00007 shouldn't be
373.36/378.98 WSVECS04 Frhs2[402]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[403]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[452]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[457]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[462]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[467]: 6 0 1.00003 shouldn't be
373.36/378.98 WSVECS04 Frhs2[477]: 6 0 1.00005 shouldn't be
373.36/378.98 WSVECS04 Frhs2[484]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[485]: 6 0 1.00007 shouldn't be
373.36/378.98 WSVECS04 Frhs2[486]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[491]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[496]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[501]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[510]: 6 0 1.0001 shouldn't be
373.36/378.98 WSVECS04 Frhs2[511]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[516]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[520]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[521]: 6 0 1.00008 shouldn't be
373.36/378.98 WSVECS04 Frhs2[523]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[526]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[528]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[531]: 6 0 1.00008 shouldn't be
373.36/378.98 WSVECS04 Frhs2[533]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[536]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[538]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[541]: 6 0 1.00008 shouldn't be
373.36/378.98 WSVECS04 Frhs2[546]: 6 0 1.00008 shouldn't be
373.36/378.98 WSVECS04 Frhs2[548]: 6 0 1.0001 shouldn't be
373.36/378.98 WSVECS04 Frhs2[551]: 6 0 1.00003 shouldn't be
373.36/378.98 WSVECS04 Frhs2[553]: 6 0 1.00005 shouldn't be
373.36/378.98 WSVECS04 Frhs2[556]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[558]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[562]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[567]: 6 0 1.00007 shouldn't be
373.36/378.98 WSVECS04 Frhs2[572]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[577]: 6 0 1.00001 shouldn't be
373.36/378.98 WSVECS04 Frhs2[582]: 6 0 1.00003 shouldn't be
373.36/378.98 WSVECS04 Frhs2[583]: 6 0 1.00007 shouldn't be
373.36/378.98 WSVECS04 Frhs2[587]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[592]: 6 0 1.00005 shouldn't be
373.36/378.98 WSVECS04 Frhs2[593]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[632]: 6 0 1.00003 shouldn't be
373.36/378.98 WSVECS04 Frhs2[637]: 6 0 1.00005 shouldn't be
373.36/378.98 WSVECS04 Frhs2[639]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[642]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[647]: 6 0 1.00005 shouldn't be
373.36/378.98 WSVECS04 Frhs2[654]: 6 0 1.00008 shouldn't be
373.36/378.98 WSVECS04 Frhs2[657]: 6 0 1.00003 shouldn't be
373.36/378.98 WSVECS04 Frhs2[664]: 6 0 1.00007 shouldn't be
373.36/378.98 WSVECS04 Frhs2[666]: 6 0 1.00008 shouldn't be
373.36/378.98 WSVECS04 Frhs2[671]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[676]: 6 0 1.00007 shouldn't be
373.36/378.98 WSVECS04 Frhs2[685]: 6 0 1.00003 shouldn't be
373.36/378.98 WSVECS04 Frhs2[686]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[691]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[695]: 6 0 1.00007 shouldn't be
373.36/378.98 WSVECS04 Frhs2[696]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[700]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[704]: 6 0 1.00005 shouldn't be
373.36/378.98 WSVECS04 Frhs2[705]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[715]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[719]: 6 0 1.00005 shouldn't be
373.36/378.98 WSVECS04 Frhs2[720]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[725]: 6 0 1.00005 shouldn't be
373.36/378.98 WSVECS04 Frhs2[729]: 6 0 1.0001 shouldn't be
373.36/378.98 WSVECS04 Frhs2[732]: 6 0 1.00007 shouldn't be
373.36/378.98 WSVECS04 Frhs2[737]: 6 0 1.00003 shouldn't be
373.36/378.98 WSVECS04 Frhs2[742]: 6 0 1.00007 shouldn't be
373.36/378.98 WSVECS04 Frhs2[747]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[748]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[752]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[757]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[758]: 6 0 1.00008 shouldn't be
373.36/378.98 WSVECS04 Frhs2[792]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[794]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[797]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[802]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[809]: 6 0 1.00003 shouldn't be
373.36/378.98 WSVECS04 Frhs2[812]: 6 0 1.0001 shouldn't be
373.36/378.98 WSVECS04 Frhs2[819]: 6 0 1.00001 shouldn't be
373.36/378.98 WSVECS04 Frhs2[821]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[826]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[835]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[836]: 6 0 1.00008 shouldn't be
373.36/378.98 WSVECS04 Frhs2[841]: 6 0 1.00008 shouldn't be
373.36/378.98 WSVECS04 Frhs2[845]: 6 0 1.00001 shouldn't be
373.36/378.98 WSVECS04 Frhs2[846]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[849]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[850]: 6 0 1.00005 shouldn't be
373.36/378.98 WSVECS04 Frhs2[860]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[864]: 6 0 1.00003 shouldn't be
373.36/378.98 WSVECS04 Frhs2[865]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[870]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[874]: 6 0 1.00007 shouldn't be
373.36/378.98 WSVECS04 Frhs2[887]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[898]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[903]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[908]: 6 0 1.0001 shouldn't be
373.36/378.98 WSVECS04 Frhs2[911]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[918]: 6 0 1.00007 shouldn't be
373.36/378.98 WSVECS04 Frhs2[921]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[932]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[942]: 6 0 1.00005 shouldn't be
373.36/378.98 WSVECS04 Frhs2[951]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[961]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[966]: 6 0 1.00008 shouldn't be
373.36/378.98 WSVECS04 Frhs2[970]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[980]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[984]: 6 0 1.00007 shouldn't be
373.36/378.98 WSVECS04 Frhs2[985]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[990]: 6 0 1.00003 shouldn't be
373.36/378.98 WSVECS04 Frhs2[994]: 6 0 1.00008 shouldn't be
373.36/378.98 WSVECS04 Frhs2[997]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1002]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1003]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1007]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1012]: 6 0 1.00001 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1013]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1061]: 6 0 1.00003 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1066]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1070]: 6 0 1.00005 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1075]: 6 0 1.0001 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1079]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1080]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1085]: 6 0 1.0001 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1089]: 6 0 1.00008 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1124]: 6 0 1.00001 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1127]: 6 0 1.00005 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1134]: 6 0 1.0001 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1135]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1136]: 6 0 1.00006 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1141]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1145]: 6 0 1.00005 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1146]: 6 0 1.00007 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1148]: 6 0 1.00005 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1153]: 6 0 1.00004 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1162]: 6 0 1.00008 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1167]: 6 0 1.00003 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1168]: 6 0 1.00005 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1173]: 6 0 1.00008 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1176]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1182]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1189]: 6 0 1.00007 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1191]: 6 0 1.00007 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1195]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1200]: 6 0 1.00003 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1204]: 6 0 1.00003 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1207]: 6 0 1.00009 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1208]: 6 0 1.0001 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1219]: 6 0 1.00002 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1220]: 6 0 1.00008 shouldn't be
373.36/378.98 WSVECS04 Frhs2[1223]: 6 0 1.00006 shouldn't be
392.51/398.18 WSVECS04 Frhs2[927]: 6 0 1.00007 shouldn't be
392.51/398.18 WSVECS04 Frhs2[949]: 6 0 1.00008 shouldn't be
414.03/419.74 WSVECS04 Frhs2[368]: 6 0 1.00009 shouldn't be
441.45/447.21 c #Conflicts: 61000 | #Constraints: 109414
441.45/447.21 c bounds -600 >= -640 @ 439.284
442.74/448.50 c #Conflicts: 62000 | #Constraints: 110441
442.74/448.50 c bounds -600 >= -639 @ 440.556
444.03/449.88 c #Conflicts: 63000 | #Constraints: 111474
444.03/449.88 c bounds -600 >= -638 @ 441.913
459.39/465.25 c #Conflicts: 64000 | #Constraints: 112528
459.39/465.25 c #Conflicts: 65000 | #Constraints: 113528
459.39/465.25 c INPROCESSING
459.39/465.25 c GARBAGE COLLECT
459.39/465.25 WSVECS04 Frhs2[3]: 6 0 1.00008 shouldn't be
459.39/465.25 WSVECS04 Frhs2[6]: 6 0 1.00008 shouldn't be
459.39/465.25 WSVECS04 Frhs2[23]: 6 0 1.00005 shouldn't be
459.39/465.25 WSVECS04 Frhs2[46]: 6 0 1.00006 shouldn't be
459.39/465.25 WSVECS04 Frhs2[147]: 6 0 1.00009 shouldn't be
459.39/465.25 WSVECS04 Frhs2[223]: 6 0 1.00006 shouldn't be
459.39/465.25 WSVECS04 Frhs2[296]: 6 0 1.00009 shouldn't be
459.39/465.25 WSVECS04 Frhs2[427]: 6 0 1.00003 shouldn't be
459.39/465.25 WSVECS04 Frhs2[433]: 6 0 1.00005 shouldn't be
459.39/465.25 WSVECS04 Frhs2[1023]: 6 0 1.00007 shouldn't be
459.39/465.25 WSVECS04 Frhs2[1057]: 6 0 1.00005 shouldn't be
459.39/465.25 WSVECS04 Frhs2[1067]: 6 0 1.00003 shouldn't be
459.39/465.25 WSVECS04 Frhs2[1108]: 6 0 1.0001 shouldn't be
459.39/465.25 WSVECS04 Frhs2[1154]: 6 0 1.00003 shouldn't be
508.23/514.26 WSVECS04 Frhs2[1017]: 6 0 1.00004 shouldn't be
508.23/514.26 WSVECS04 Frhs2[1181]: 6 0 1.00009 shouldn't be
531.45/537.54 WSVECS04 Frhs2[1]: 6 0 1.00009 shouldn't be
531.45/537.54 WSVECS04 Frhs2[26]: 6 0 1.00003 shouldn't be
531.45/537.54 WSVECS04 Frhs2[33]: 6 0 1.00005 shouldn't be
531.45/537.54 WSVECS04 Frhs2[41]: 6 0 1.0001 shouldn't be
531.45/537.54 WSVECS04 Frhs2[48]: 6 0 1.00009 shouldn't be
531.45/537.54 WSVECS04 Frhs2[58]: 6 0 1.00002 shouldn't be
531.45/537.54 WSVECS04 Frhs2[71]: 6 0 1.00005 shouldn't be
531.45/537.54 WSVECS04 Frhs2[73]: 6 0 1.00005 shouldn't be
531.45/537.54 WSVECS04 Frhs2[81]: 6 0 1.00005 shouldn't be
531.45/537.54 WSVECS04 Frhs2[96]: 6 0 1.00007 shouldn't be
531.45/537.54 WSVECS04 Frhs2[151]: 6 0 1.00007 shouldn't be
531.45/537.54 WSVECS04 Frhs2[166]: 6 0 1.00004 shouldn't be
531.45/537.54 WSVECS04 Frhs2[167]: 6 0 1.00008 shouldn't be
531.45/537.54 WSVECS04 Frhs2[181]: 6 0 1.00004 shouldn't be
531.45/537.54 WSVECS04 Frhs2[182]: 6 0 1.0001 shouldn't be
531.45/537.54 WSVECS04 Frhs2[217]: 6 0 1.00008 shouldn't be
531.45/537.54 WSVECS04 Frhs2[283]: 6 0 1.00008 shouldn't be
531.45/537.54 WSVECS04 Frhs2[306]: 6 0 1.00009 shouldn't be
531.45/537.54 WSVECS04 Frhs2[321]: 6 0 1.00003 shouldn't be
531.45/537.54 WSVECS04 Frhs2[468]: 6 0 1.00002 shouldn't be
531.45/537.54 WSVECS04 Frhs2[481]: 6 0 1.00003 shouldn't be
531.45/537.54 WSVECS04 Frhs2[483]: 6 0 1.00004 shouldn't be
531.45/537.54 WSVECS04 Frhs2[612]: 6 0 1.00004 shouldn't be
531.45/537.54 WSVECS04 Frhs2[877]: 6 0 1.00009 shouldn't be
531.45/537.54 WSVECS04 Frhs2[891]: 6 0 1.00007 shouldn't be
531.45/537.54 WSVECS04 Frhs2[892]: 6 0 1.00005 shouldn't be
531.45/537.54 WSVECS04 Frhs2[897]: 6 0 1.00005 shouldn't be
531.45/537.54 WSVECS04 Frhs2[913]: 6 0 1.00005 shouldn't be
531.45/537.54 WSVECS04 Frhs2[941]: 6 0 1.00008 shouldn't be
531.45/537.54 WSVECS04 Frhs2[948]: 6 0 1.00003 shouldn't be
531.45/537.54 WSVECS04 Frhs2[956]: 6 0 1.00005 shouldn't be
531.45/537.54 WSVECS04 Frhs2[963]: 6 0 1.00008 shouldn't be
531.45/537.54 WSVECS04 Frhs2[971]: 6 0 1.00009 shouldn't be
531.45/537.54 WSVECS04 Frhs2[1060]: 6 0 1.00009 shouldn't be
531.45/537.54 WSVECS04 Frhs2[1062]: 6 0 1.0001 shouldn't be
531.45/537.54 WSVECS04 Frhs2[1096]: 6 0 1.00009 shouldn't be
531.45/537.54 WSVECS04 Frhs2[1097]: 6 0 1.00008 shouldn't be
531.45/537.54 WSVECS04 Frhs2[1149]: 6 0 1.00003 shouldn't be
531.45/537.54 WSVECS04 Frhs2[1186]: 6 0 1.00007 shouldn't be
531.45/537.54 WSVECS04 Frhs2[1188]: 6 0 1.00009 shouldn't be
531.45/537.54 WSVECS04 Frhs2[1196]: 6 0 1.00007 shouldn't be
555.17/561.34 WSVECS04 Frhs2[298]: 6 0 1.00004 shouldn't be
555.17/561.34 WSVECS04 Frhs2[313]: 6 0 1.00004 shouldn't be
555.17/561.34 WSVECS04 Frhs2[618]: 6 0 1.00008 shouldn't be
555.17/561.34 WSVECS04 Frhs2[778]: 6 0 1.00002 shouldn't be
555.17/561.34 WSVECS04 Frhs2[933]: 6 0 1.00008 shouldn't be
555.17/561.34 WSVECS04 Frhs2[1221]: 6 0 1.00004 shouldn't be
577.70/583.93 WSVECS04 Frhs2[88]: 6 0 1.00001 shouldn't be
577.70/583.93 WSVECS04 Frhs2[187]: 6 0 1.00005 shouldn't be
577.70/583.93 WSVECS04 Frhs2[461]: 6 0 1.00002 shouldn't be
577.70/583.93 WSVECS04 Frhs2[476]: 6 0 1.00003 shouldn't be
577.70/583.93 WSVECS04 Frhs2[772]: 6 0 1.00006 shouldn't be
577.70/583.93 WSVECS04 Frhs2[876]: 6 0 1.00007 shouldn't be
577.70/583.93 WSVECS04 Frhs2[907]: 6 0 1.00008 shouldn't be
577.70/583.93 WSVECS04 Frhs2[946]: 6 0 1.00003 shouldn't be
599.52/605.81 WSVECS04 Frhs2[51]: 6 0 1.00001 shouldn't be
599.52/605.81 WSVECS04 Frhs2[1102]: 6 0 1.00006 shouldn't be
618.77/625.12 WSVECS04 Frhs2[458]: 6 0 1.00009 shouldn't be
651.25/657.72 c #Conflicts: 66000 | #Constraints: 105786
651.25/657.72 c bounds -600 >= -637 @ 648.595
653.15/659.68 c #Conflicts: 67000 | #Constraints: 106849
653.15/659.68 c #Conflicts: 68000 | #Constraints: 107849
653.15/659.68 c bounds -600 >= -636 @ 650.525
654.97/661.56 c #Conflicts: 69000 | #Constraints: 108903
654.97/661.56 c #Conflicts: 70000 | #Constraints: 109903
654.97/661.56 c bounds -600 >= -635 @ 652.308
696.02/702.77 c #Conflicts: 71000 | #Constraints: 110942
696.02/702.77 c INPROCESSING
696.02/702.77 c GARBAGE COLLECT
696.02/702.77 c #Conflicts: 72000 | #Constraints: 104593
696.02/702.77 c #Conflicts: 73000 | #Constraints: 105593
696.02/702.77 c #Conflicts: 74000 | #Constraints: 106593
696.02/702.77 c #Conflicts: 75000 | #Constraints: 107593
696.02/702.77 c #Conflicts: 76000 | #Constraints: 108593
696.02/702.77 c #Conflicts: 77000 | #Constraints: 109593
696.02/702.77 c #Conflicts: 78000 | #Constraints: 110593
696.02/702.77 c #Conflicts: 79000 | #Constraints: 111593
696.02/702.77 c #Conflicts: 80000 | #Constraints: 112593
696.02/702.77 c #Conflicts: 81000 | #Constraints: 113593
696.02/702.77 c #Conflicts: 82000 | #Constraints: 114593
696.02/702.77 c #Conflicts: 83000 | #Constraints: 115593
696.02/702.77 c #Conflicts: 84000 | #Constraints: 116593
696.02/702.77 c #Conflicts: 85000 | #Constraints: 117593
696.02/702.77 c #Conflicts: 86000 | #Constraints: 118593
696.02/702.77 c #Conflicts: 87000 | #Constraints: 119593
696.02/702.77 c #Conflicts: 88000 | #Constraints: 120593
696.02/702.77 c #Conflicts: 89000 | #Constraints: 121593
696.02/702.77 c #Conflicts: 90000 | #Constraints: 122593
696.02/702.77 c #Conflicts: 91000 | #Constraints: 123593
696.02/702.77 c INPROCESSING
696.02/702.77 c GARBAGE COLLECT
696.02/702.77 c #Conflicts: 92000 | #Constraints: 110880
696.02/702.77 c #Conflicts: 93000 | #Constraints: 111880
696.02/702.77 c bounds -600 >= -634 @ 693.022
703.01/709.77 c #Conflicts: 94000 | #Constraints: 112962
703.01/709.77 c #Conflicts: 95000 | #Constraints: 113962
703.01/709.77 c bounds -600 >= -633 @ 699.959
705.00/711.74 c #Conflicts: 96000 | #Constraints: 115001
705.00/711.74 c bounds -600 >= -632 @ 701.909
711.42/718.25 c #Conflicts: 97000 | #Constraints: 116043
711.42/718.25 c #Conflicts: 98000 | #Constraints: 117043
711.42/718.25 c #Conflicts: 99000 | #Constraints: 118044
711.42/718.25 c INPROCESSING
711.42/718.25 c GARBAGE COLLECT
711.42/718.25 c bounds -600 >= -631 @ 708.288
713.81/720.68 c #Conflicts: 100000 | #Constraints: 108183
713.81/720.68 c #Conflicts: 101000 | #Constraints: 109183
713.81/720.68 c bounds -600 >= -630 @ 710.686
720.90/727.73 c #Conflicts: 102000 | #Constraints: 110255
720.90/727.73 c #Conflicts: 103000 | #Constraints: 111255
720.90/727.73 c bounds -600 >= -629 @ 717.664
723.88/730.74 c #Conflicts: 104000 | #Constraints: 112304
723.88/730.74 c #Conflicts: 105000 | #Constraints: 113304
723.88/730.74 c bounds -600 >= -628 @ 720.644
735.35/742.29 c #Conflicts: 106000 | #Constraints: 114340
735.35/742.29 c #Conflicts: 107000 | #Constraints: 115340
735.35/742.29 c INPROCESSING
735.35/742.29 c GARBAGE COLLECT
735.35/742.29 c #Conflicts: 108000 | #Constraints: 106931
735.35/742.29 WSVECS04 Frhs2[23]: 6 0 1.00007 shouldn't be
735.35/742.29 WSVECS04 Frhs2[33]: 6 0 1.00001 shouldn't be
735.35/742.29 WSVECS04 Frhs2[39]: 6 0 1.00001 shouldn't be
735.35/742.29 WSVECS04 Frhs2[71]: 6 0 1.00004 shouldn't be
735.35/742.29 WSVECS04 Frhs2[81]: 6 0 1.00001 shouldn't be
735.35/742.29 WSVECS04 Frhs2[87]: 6 0 1.00002 shouldn't be
735.35/742.29 WSVECS04 Frhs2[180]: 6 0 1.00008 shouldn't be
735.35/742.29 WSVECS04 Frhs2[239]: 6 0 1.00007 shouldn't be
735.35/742.29 WSVECS04 Frhs2[244]: 6 0 1.00003 shouldn't be
735.35/742.29 WSVECS04 Frhs2[249]: 6 0 1.00002 shouldn't be
735.35/742.29 WSVECS04 Frhs2[259]: 6 0 1.00003 shouldn't be
735.35/742.29 WSVECS04 Frhs2[261]: 6 0 1.00004 shouldn't be
735.35/742.29 WSVECS04 Frhs2[264]: 6 0 1.00007 shouldn't be
735.35/742.29 WSVECS04 Frhs2[274]: 6 0 1.00006 shouldn't be
735.35/742.29 WSVECS04 Frhs2[296]: 6 0 1.00005 shouldn't be
735.35/742.29 WSVECS04 Frhs2[306]: 6 0 1.00004 shouldn't be
735.35/742.29 WSVECS04 Frhs2[312]: 6 0 1.00003 shouldn't be
735.35/742.29 WSVECS04 Frhs2[411]: 6 0 1.00006 shouldn't be
735.35/742.29 WSVECS04 Frhs2[416]: 6 0 1.00008 shouldn't be
735.35/742.29 WSVECS04 Frhs2[426]: 6 0 1.0001 shouldn't be
735.35/742.29 WSVECS04 Frhs2[441]: 6 0 1.00003 shouldn't be
735.35/742.29 WSVECS04 Frhs2[458]: 6 0 1.00005 shouldn't be
735.35/742.29 WSVECS04 Frhs2[468]: 6 0 1.00009 shouldn't be
735.35/742.29 WSVECS04 Frhs2[474]: 6 0 1.00005 shouldn't be
735.35/742.29 WSVECS04 Frhs2[596]: 6 0 1.00005 shouldn't be
735.35/742.29 WSVECS04 Frhs2[601]: 6 0 1.00004 shouldn't be
735.35/742.29 WSVECS04 Frhs2[611]: 6 0 1.00004 shouldn't be
735.35/742.29 WSVECS04 Frhs2[616]: 6 0 1.00002 shouldn't be
735.35/742.29 WSVECS04 Frhs2[626]: 6 0 1.00006 shouldn't be
735.35/742.29 WSVECS04 Frhs2[634]: 6 0 1.00005 shouldn't be
735.35/742.29 WSVECS04 Frhs2[644]: 6 0 1.00002 shouldn't be
735.35/742.29 WSVECS04 Frhs2[646]: 6 0 1.00004 shouldn't be
735.35/742.29 WSVECS04 Frhs2[649]: 6 0 1.00002 shouldn't be
735.35/742.29 WSVECS04 Frhs2[652]: 6 0 1.00008 shouldn't be
735.35/742.29 WSVECS04 Frhs2[659]: 6 0 1.00008 shouldn't be
735.35/742.29 WSVECS04 Frhs2[761]: 6 0 1.00001 shouldn't be
735.35/742.29 WSVECS04 Frhs2[771]: 6 0 1.0001 shouldn't be
735.35/742.29 WSVECS04 Frhs2[776]: 6 0 1.00001 shouldn't be
735.35/742.29 WSVECS04 Frhs2[786]: 6 0 1.0001 shouldn't be
735.35/742.29 WSVECS04 Frhs2[799]: 6 0 1.00001 shouldn't be
735.35/742.29 WSVECS04 Frhs2[801]: 6 0 1.00005 shouldn't be
735.35/742.29 WSVECS04 Frhs2[804]: 6 0 1.00007 shouldn't be
735.35/742.29 WSVECS04 Frhs2[807]: 6 0 1.00006 shouldn't be
735.35/742.29 WSVECS04 Frhs2[814]: 6 0 1.0001 shouldn't be
735.35/742.29 WSVECS04 Frhs2[876]: 6 0 1.00006 shouldn't be
735.35/742.29 WSVECS04 Frhs2[877]: 6 0 1.00007 shouldn't be
735.35/742.29 WSVECS04 Frhs2[890]: 6 0 1.00004 shouldn't be
735.35/742.29 WSVECS04 Frhs2[891]: 6 0 1.00007 shouldn't be
735.35/742.29 WSVECS04 Frhs2[892]: 6 0 1.00009 shouldn't be
735.35/742.29 WSVECS04 Frhs2[897]: 6 0 1.00008 shouldn't be
735.35/742.29 WSVECS04 Frhs2[900]: 6 0 1.00009 shouldn't be
735.35/742.29 WSVECS04 Frhs2[933]: 6 0 1.00003 shouldn't be
735.35/742.29 WSVECS04 Frhs2[939]: 6 0 1.00003 shouldn't be
735.35/742.29 WSVECS04 Frhs2[956]: 6 0 1.0001 shouldn't be
735.35/742.29 WSVECS04 Frhs2[962]: 6 0 1.00002 shouldn't be
735.35/742.29 WSVECS04 Frhs2[1016]: 6 0 1.00002 shouldn't be
735.35/742.29 WSVECS04 Frhs2[1021]: 6 0 1.00009 shouldn't be
735.35/742.29 WSVECS04 Frhs2[1031]: 6 0 1.00004 shouldn't be
735.35/742.29 WSVECS04 Frhs2[1036]: 6 0 1.00006 shouldn't be
735.35/742.29 WSVECS04 Frhs2[1039]: 6 0 1.00009 shouldn't be
735.35/742.29 WSVECS04 Frhs2[1049]: 6 0 1.00008 shouldn't be
735.35/742.29 WSVECS04 Frhs2[1058]: 6 0 1.00002 shouldn't be
735.35/742.29 WSVECS04 Frhs2[1068]: 6 0 1.00003 shouldn't be
735.35/742.29 WSVECS04 Frhs2[1095]: 6 0 1.00003 shouldn't be
735.35/742.29 WSVECS04 Frhs2[1096]: 6 0 1.00006 shouldn't be
735.35/742.29 WSVECS04 Frhs2[1102]: 6 0 1.00002 shouldn't be
735.35/742.29 WSVECS04 Frhs2[1105]: 6 0 1.00003 shouldn't be
735.35/742.29 WSVECS04 Frhs2[1106]: 6 0 1.00001 shouldn't be
735.35/742.29 WSVECS04 Frhs2[1116]: 6 0 1.00004 shouldn't be
735.35/742.29 WSVECS04 Frhs2[1122]: 6 0 1.00003 shouldn't be
735.35/742.29 WSVECS04 Frhs2[1129]: 6 0 1.00004 shouldn't be
735.35/742.29 WSVECS04 Frhs2[1155]: 6 0 1.00007 shouldn't be
735.35/742.29 WSVECS04 Frhs2[1171]: 6 0 1.00009 shouldn't be
735.35/742.29 WSVECS04 Frhs2[1172]: 6 0 1.00007 shouldn't be
735.35/742.29 WSVECS04 Frhs2[1177]: 6 0 1.00005 shouldn't be
735.35/742.29 WSVECS04 Frhs2[1179]: 6 0 1.00008 shouldn't be
735.35/742.29 WSVECS04 Frhs2[1211]: 6 0 1.00003 shouldn't be
749.50/756.45 c #Conflicts: 109000 | #Constraints: 107932
749.50/756.45 c #Conflicts: 110000 | #Constraints: 108932
749.50/756.45 c bounds -600 >= -627 @ 746.151
753.80/760.73 c #Conflicts: 111000 | #Constraints: 110034
753.80/760.73 c #Conflicts: 112000 | #Constraints: 111034
753.80/760.73 c #Conflicts: 113000 | #Constraints: 112034
753.80/760.73 c bounds -600 >= -626 @ 750.374
757.19/764.20 c #Conflicts: 114000 | #Constraints: 113079
757.19/764.20 c #Conflicts: 115000 | #Constraints: 114079
757.19/764.20 c #Conflicts: 116000 | #Constraints: 115079
757.19/764.20 c bounds -600 >= -625 @ 753.799
761.38/768.30 c #Conflicts: 117000 | #Constraints: 116115
761.38/768.30 c #Conflicts: 118000 | #Constraints: 117115
761.38/768.30 c #Conflicts: 119000 | #Constraints: 118115
761.38/768.30 c bounds -600 >= -624 @ 757.837
765.86/772.83 c #Conflicts: 120000 | #Constraints: 119164
765.86/772.83 c #Conflicts: 121000 | #Constraints: 120164
765.86/772.83 c bounds -600 >= -623 @ 762.316
773.94/780.99 c #Conflicts: 122000 | #Constraints: 121203
773.94/780.99 c #Conflicts: 123000 | #Constraints: 122203
773.94/780.99 c #Conflicts: 124000 | #Constraints: 123204
773.94/780.99 c bounds -600 >= -622 @ 770.385
778.93/794.05 c #Conflicts: 125000 | #Constraints: 124246
778.93/794.05 c #Conflicts: 126000 | #Constraints: 125246
778.93/794.05 c #Conflicts: 127000 | #Constraints: 126246
778.93/794.05 c #Conflicts: 128000 | #Constraints: 127246
778.93/794.05 c bounds -600 >= -621 @ 775.277
899.84/915.33 c #Conflicts: 129000 | #Constraints: 128280
899.84/915.33 c #Conflicts: 130000 | #Constraints: 129280
899.84/915.33 c #Conflicts: 131000 | #Constraints: 130280
899.84/915.33 c INPROCESSING
899.84/915.33 c GARBAGE COLLECT
899.84/915.33 c rational objective -621
954.92/970.65 c #Conflicts: 132000 | #Constraints: 114398
954.92/970.65 c #Conflicts: 133000 | #Constraints: 115399
954.92/970.65 c #Conflicts: 134000 | #Constraints: 116401
954.92/970.65 c #Conflicts: 135000 | #Constraints: 117402
954.92/970.65 c #Conflicts: 136000 | #Constraints: 118403
954.92/970.65 c #Conflicts: 137000 | #Constraints: 119403
954.92/970.65 c #Conflicts: 138000 | #Constraints: 120404
954.92/970.65 c #Conflicts: 139000 | #Constraints: 121404
954.92/970.65 c #Conflicts: 140000 | #Constraints: 122406
954.92/970.65 c INPROCESSING
954.92/970.65 c GARBAGE COLLECT
954.92/970.65 c #Conflicts: 141000 | #Constraints: 110444
954.92/970.65 c #Conflicts: 142000 | #Constraints: 111444
954.92/970.65 c #Conflicts: 143000 | #Constraints: 112445
954.92/970.65 c bounds -600 >= -620 @ 950.715
958.11/973.82 c #Conflicts: 144000 | #Constraints: 113487
958.11/973.82 c #Conflicts: 145000 | #Constraints: 114487
958.11/973.82 c bounds -600 >= -619 @ 953.836
962.20/977.99 c #Conflicts: 146000 | #Constraints: 115529
962.20/977.99 c #Conflicts: 147000 | #Constraints: 116529
962.20/977.99 c #Conflicts: 148000 | #Constraints: 117529
962.20/977.99 c bounds -600 >= -618 @ 957.957
975.86/991.64 c #Conflicts: 149000 | #Constraints: 118568
975.86/991.64 c #Conflicts: 150000 | #Constraints: 119568
975.86/991.64 c INPROCESSING
975.86/991.64 c GARBAGE COLLECT
975.86/991.64 c #Conflicts: 151000 | #Constraints: 109280
975.86/991.64 c #Conflicts: 152000 | #Constraints: 110280
975.86/991.64 c #Conflicts: 153000 | #Constraints: 111281
975.86/991.64 c bounds -600 >= -617 @ 971.486
987.70/1003.52 c #Conflicts: 154000 | #Constraints: 112347
987.70/1003.52 c #Conflicts: 155000 | #Constraints: 113347
987.70/1003.52 c #Conflicts: 156000 | #Constraints: 114347
987.70/1003.52 c #Conflicts: 157000 | #Constraints: 115348
987.70/1003.52 c bounds -600 >= -616 @ 983.207
1165.31/1181.72 c #Conflicts: 158000 | #Constraints: 116402
1165.31/1181.72 c #Conflicts: 159000 | #Constraints: 117402
1165.31/1181.72 c #Conflicts: 160000 | #Constraints: 118402
1165.31/1181.72 c #Conflicts: 161000 | #Constraints: 119402
1165.31/1181.72 c #Conflicts: 162000 | #Constraints: 120402
1165.31/1181.72 c #Conflicts: 163000 | #Constraints: 121405
1165.31/1181.72 c #Conflicts: 164000 | #Constraints: 122407
1165.31/1181.72 c #Conflicts: 165000 | #Constraints: 123408
1165.31/1181.72 c #Conflicts: 166000 | #Constraints: 124410
1165.31/1181.72 c #Conflicts: 167000 | #Constraints: 125410
1165.31/1181.72 c #Conflicts: 168000 | #Constraints: 126411
1165.31/1181.72 c #Conflicts: 169000 | #Constraints: 127412
1165.31/1181.72 c #Conflicts: 170000 | #Constraints: 128414
1165.31/1181.72 c #Conflicts: 171000 | #Constraints: 129414
1165.31/1181.72 c #Conflicts: 172000 | #Constraints: 130414
1165.31/1181.72 c #Conflicts: 173000 | #Constraints: 131414
1165.31/1181.72 c #Conflicts: 174000 | #Constraints: 132414
1165.31/1181.72 c #Conflicts: 175000 | #Constraints: 133414
1165.31/1181.72 c #Conflicts: 176000 | #Constraints: 134415
1165.31/1181.72 c #Conflicts: 177000 | #Constraints: 135415
1165.31/1181.72 c #Conflicts: 178000 | #Constraints: 136416
1165.31/1181.72 c INPROCESSING
1165.31/1181.72 c GARBAGE COLLECT
1165.31/1181.72 c rational objective -616
1183.27/1199.75 c #Conflicts: 179000 | #Constraints: 114519
1183.27/1199.75 c bounds -600 >= -615 @ 1178.11
1184.86/1201.32 c #Conflicts: 180000 | #Constraints: 115561
1184.86/1201.32 c bounds -600 >= -614 @ 1179.66
1186.56/1203.05 c #Conflicts: 181000 | #Constraints: 116573
1186.56/1203.05 c bounds -600 >= -613 @ 1181.37
1189.15/1205.65 c #Conflicts: 182000 | #Constraints: 117609
1189.15/1205.65 c bounds -600 >= -612 @ 1183.94
1192.24/1208.73 c #Conflicts: 183000 | #Constraints: 118633
1192.24/1208.73 c #Conflicts: 184000 | #Constraints: 119633
1192.24/1208.73 c bounds -600 >= -611 @ 1186.98
1195.53/1212.00 c bounds -600 >= -610 @ 1190.22
1197.22/1213.71 c #Conflicts: 185000 | #Constraints: 120694
1197.22/1213.71 c bounds -600 >= -609 @ 1191.91
1206.29/1226.23 c #Conflicts: 186000 | #Constraints: 121718
1206.29/1226.23 c #Conflicts: 187000 | #Constraints: 122719
1206.29/1226.23 c #Conflicts: 188000 | #Constraints: 123719
1206.29/1226.23 c bounds -600 >= -608 @ 1200.93
1219.25/1239.24 c #Conflicts: 189000 | #Constraints: 124761
1219.25/1239.24 c INPROCESSING
1219.25/1239.24 c GARBAGE COLLECT
1219.25/1239.24 WSVECS04 Frhs2[1]: 6 0 1.00008 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[6]: 6 0 1.00003 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[24]: 6 0 1.00001 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[26]: 6 0 1.00003 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[33]: 6 0 1.00008 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[39]: 6 0 1.00006 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[41]: 6 0 1.00009 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[46]: 6 0 1.00002 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[49]: 6 0 1.00003 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[58]: 6 0 1.0001 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[72]: 6 0 1.00007 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[73]: 6 0 1.0001 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[81]: 6 0 1.00002 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[87]: 6 0 1.00008 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[88]: 6 0 1.00004 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[97]: 6 0 1.00003 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[147]: 6 0 1.00007 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[165]: 6 0 1.00008 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[182]: 6 0 1.00004 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[186]: 6 0 1.00003 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[187]: 6 0 1.00009 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[190]: 6 0 1.00008 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[238]: 6 0 1.0001 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[239]: 6 0 1.00008 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[244]: 6 0 1.00009 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[249]: 6 0 1.00007 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[258]: 6 0 1.00005 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[261]: 6 0 1.00002 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[267]: 6 0 1.00002 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[273]: 6 0 1.00003 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[274]: 6 0 1.00005 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[278]: 6 0 1.00002 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[283]: 6 0 1.00007 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[293]: 6 0 1.00006 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[306]: 6 0 1.00006 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[318]: 6 0 1.00005 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[322]: 6 0 1.00007 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[370]: 6 0 1.00001 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[375]: 6 0 1.00002 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[390]: 6 0 1.00002 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[393]: 6 0 1.00005 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[409]: 6 0 1.00001 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[424]: 6 0 1.00001 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[427]: 6 0 1.00001 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[431]: 6 0 1.00001 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[434]: 6 0 1.00007 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[459]: 6 0 1.00008 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[461]: 6 0 1.00006 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[468]: 6 0 1.00009 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[481]: 6 0 1.00009 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[560]: 6 0 1.00009 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[565]: 6 0 1.00005 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[577]: 6 0 1.00005 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[580]: 6 0 1.00007 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[583]: 6 0 1.00004 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[612]: 6 0 1.00009 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[616]: 6 0 1.00003 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[618]: 6 0 1.00002 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[641]: 6 0 1.00008 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[648]: 6 0 1.00002 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[656]: 6 0 1.00009 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[664]: 6 0 1.00007 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[730]: 6 0 1.00004 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[745]: 6 0 1.00006 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[748]: 6 0 1.00007 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[769]: 6 0 1.00002 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[772]: 6 0 1.00005 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[778]: 6 0 1.00009 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[789]: 6 0 1.00002 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[796]: 6 0 1.00005 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[816]: 6 0 1.00009 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[819]: 6 0 1.00002 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[901]: 6 0 1.00005 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[902]: 6 0 1.00006 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[916]: 6 0 1.00009 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[921]: 6 0 1.00006 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[926]: 6 0 1.00007 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[933]: 6 0 1.00004 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[939]: 6 0 1.00009 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[941]: 6 0 1.00007 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[946]: 6 0 1.00003 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[949]: 6 0 1.00004 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[956]: 6 0 1.00007 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[962]: 6 0 1.00005 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[963]: 6 0 1.00008 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[972]: 6 0 1.00008 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[997]: 6 0 1.00004 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[1003]: 6 0 1.00002 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[1057]: 6 0 1.00007 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[1058]: 6 0 1.00007 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[1061]: 6 0 1.00007 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[1066]: 6 0 1.00001 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[1071]: 6 0 1.00003 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[1095]: 6 0 1.00007 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[1096]: 6 0 1.00006 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[1097]: 6 0 1.00009 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[1101]: 6 0 1.00002 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[1102]: 6 0 1.00008 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[1108]: 6 0 1.00003 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[1114]: 6 0 1.00007 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[1123]: 6 0 1.00003 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[1129]: 6 0 1.00004 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[1133]: 6 0 1.00006 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[1148]: 6 0 1.00002 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[1154]: 6 0 1.00009 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[1158]: 6 0 1.00009 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[1171]: 6 0 1.00008 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[1176]: 6 0 1.00007 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[1181]: 6 0 1.00007 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[1186]: 6 0 1.00005 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[1189]: 6 0 1.00007 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[1193]: 6 0 1.00006 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[1197]: 6 0 1.00005 shouldn't be
1219.25/1239.24 WSVECS04 Frhs2[1214]: 6 0 1.00008 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[3]: 6 0 1.00001 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[68]: 6 0 1.00002 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[93]: 6 0 1.00003 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[151]: 6 0 1.00001 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[167]: 6 0 1.00002 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[243]: 6 0 1.0001 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[264]: 6 0 1.00008 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[268]: 6 0 1.00001 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[288]: 6 0 1.00009 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[298]: 6 0 1.00009 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[365]: 6 0 1.00008 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[391]: 6 0 1.00006 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[433]: 6 0 1.00007 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[439]: 6 0 1.00003 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[444]: 6 0 1.00004 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[484]: 6 0 1.00003 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[581]: 6 0 1.00003 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[590]: 6 0 1.0001 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[661]: 6 0 1.00005 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[746]: 6 0 1.00004 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[776]: 6 0 1.00007 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[779]: 6 0 1.00008 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[784]: 6 0 1.0001 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[794]: 6 0 1.00006 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[803]: 6 0 1.00009 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[809]: 6 0 1.00009 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[909]: 6 0 1.00001 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[922]: 6 0 1.00002 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[1001]: 6 0 1.0001 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[1067]: 6 0 1.00003 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[1105]: 6 0 1.00002 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[1106]: 6 0 1.00003 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[1109]: 6 0 1.00002 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[1119]: 6 0 1.00008 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[1122]: 6 0 1.00009 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[1177]: 6 0 1.00003 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[1216]: 6 0 1.00006 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[1219]: 6 0 1.00008 shouldn't be
1265.70/1285.81 WSVECS04 Frhs2[1222]: 6 0 1.00005 shouldn't be
1289.83/1310.02 WSVECS04 Frhs2[51]: 6 0 1.0001 shouldn't be
1289.83/1310.02 WSVECS04 Frhs2[63]: 6 0 1.0001 shouldn't be
1289.83/1310.02 WSVECS04 Frhs2[180]: 6 0 1.0001 shouldn't be
1289.83/1310.02 WSVECS04 Frhs2[181]: 6 0 1.00006 shouldn't be
1289.83/1310.02 WSVECS04 Frhs2[312]: 6 0 1.00002 shouldn't be
1289.83/1310.02 WSVECS04 Frhs2[313]: 6 0 1.00006 shouldn't be
1289.83/1310.02 WSVECS04 Frhs2[387]: 6 0 1.00007 shouldn't be
1289.83/1310.02 WSVECS04 Frhs2[609]: 6 0 1.00001 shouldn't be
1289.83/1310.02 WSVECS04 Frhs2[624]: 6 0 1.00001 shouldn't be
1289.83/1310.02 WSVECS04 Frhs2[629]: 6 0 1.00007 shouldn't be
1289.83/1310.02 WSVECS04 Frhs2[968]: 6 0 1.00002 shouldn't be
1289.83/1310.02 WSVECS04 Frhs2[1010]: 6 0 1.00003 shouldn't be
1289.83/1310.02 WSVECS04 Frhs2[1128]: 6 0 1.00007 shouldn't be
1289.83/1310.02 WSVECS04 Frhs2[1153]: 6 0 1.00002 shouldn't be
1289.83/1310.02 WSVECS04 Frhs2[1165]: 6 0 1.00008 shouldn't be
1289.83/1310.02 WSVECS04 Frhs2[1205]: 6 0 1.00007 shouldn't be
1313.35/1333.68 WSVECS04 Frhs2[166]: 6 0 1.00008 shouldn't be
1313.35/1333.68 WSVECS04 Frhs2[248]: 6 0 1.00008 shouldn't be
1313.35/1333.68 WSVECS04 Frhs2[400]: 6 0 1.00005 shouldn't be
1313.35/1333.68 WSVECS04 Frhs2[414]: 6 0 1.00005 shouldn't be
1313.35/1333.68 WSVECS04 Frhs2[474]: 6 0 1.00002 shouldn't be
1313.35/1333.68 WSVECS04 Frhs2[599]: 6 0 1.00002 shouldn't be
1313.35/1333.68 WSVECS04 Frhs2[639]: 6 0 1.00009 shouldn't be
1313.35/1333.68 WSVECS04 Frhs2[654]: 6 0 1.00004 shouldn't be
1313.35/1333.68 WSVECS04 Frhs2[742]: 6 0 1.00006 shouldn't be
1313.35/1333.68 WSVECS04 Frhs2[811]: 6 0 1.00003 shouldn't be
1313.35/1333.68 WSVECS04 Frhs2[917]: 6 0 1.00007 shouldn't be
1331.69/1352.05 WSVECS04 Frhs2[297]: 6 0 1.0001 shouldn't be
1331.69/1352.05 WSVECS04 Frhs2[476]: 6 0 1.0001 shouldn't be
1331.69/1352.05 WSVECS04 Frhs2[619]: 6 0 1.00004 shouldn't be
1331.69/1352.05 WSVECS04 Frhs2[755]: 6 0 1.00005 shouldn't be
1331.69/1352.05 WSVECS04 Frhs2[1000]: 6 0 1.00009 shouldn't be
1331.69/1352.05 WSVECS04 Frhs2[1172]: 6 0 1.0001 shouldn't be
1355.51/1375.91 WSVECS04 Frhs2[156]: 6 0 1.00009 shouldn't be
1471.04/1491.85 WSVECS04 Frhs2[161]: 6 0 1.0001 shouldn't be
1631.29/1652.52 c bounds -600 >= -607 @ 1625.26
1636.08/1657.34 c #Conflicts: 190000 | #Constraints: 111258
1636.08/1657.34 c bounds -600 >= -606 @ 1630.04
1641.96/1663.21 c #Conflicts: 191000 | #Constraints: 112318
1641.96/1663.21 c #Conflicts: 192000 | #Constraints: 113318
1641.96/1663.21 c bounds -600 >= -605 @ 1635.87
1644.15/1665.47 c #Conflicts: 193000 | #Constraints: 114361
1644.15/1665.47 c bounds -600 >= -604 @ 1638.11
1647.35/1668.64 c #Conflicts: 194000 | #Constraints: 115388
1647.35/1668.64 c #Conflicts: 195000 | #Constraints: 116388
1647.35/1668.64 c bounds -600 >= -603 @ 1641.26
1653.13/1674.45 c #Conflicts: 196000 | #Constraints: 117442
1653.13/1674.45 c bounds -600 >= -602 @ 1647.02
1658.62/1679.94 c #Conflicts: 197000 | #Constraints: 118473
1658.62/1679.94 c #Conflicts: 198000 | #Constraints: 119473
1658.62/1679.94 c #Conflicts: 199000 | #Constraints: 120473
1658.62/1679.94 c bounds -600 >= -601 @ 1652.46
1668.29/1689.60 WSVECS04 Frhs2[24]: 6 0 1.00006 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[48]: 6 0 1.00004 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[72]: 6 0 1.00007 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[96]: 6 0 1.00009 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[268]: 6 0 1.0001 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[273]: 6 0 1.00002 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[297]: 6 0 1.00006 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[409]: 6 0 1.00009 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[439]: 6 0 1.00009 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[459]: 6 0 1.00003 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[483]: 6 0 1.00002 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[560]: 6 0 1.00003 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[565]: 6 0 1.00003 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[576]: 6 0 1.0001 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[577]: 6 0 1.00006 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[580]: 6 0 1.00008 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[624]: 6 0 1.00001 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[779]: 6 0 1.00005 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[784]: 6 0 1.00004 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[875]: 6 0 1.00003 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[902]: 6 0 1.00005 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[909]: 6 0 1.00007 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[916]: 6 0 1.00003 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[922]: 6 0 1.00004 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[924]: 6 0 1.00006 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[948]: 6 0 1.00008 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[971]: 6 0 1.00007 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[1043]: 6 0 1.00008 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[1048]: 6 0 1.00008 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[1066]: 6 0 1.00003 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[1109]: 6 0 1.00003 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[1114]: 6 0 1.00009 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[1153]: 6 0 1.00001 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[1165]: 6 0 1.00006 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[1179]: 6 0 1.00003 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[1188]: 6 0 1.00002 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[1196]: 6 0 1.00007 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[1205]: 6 0 1.00006 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[1221]: 6 0 1.00002 shouldn't be
1668.29/1689.60 WSVECS04 Frhs2[1225]: 6 0 1.00004 shouldn't be
1674.17/1695.55 c #Conflicts: 200000 | #Constraints: 121501
1674.17/1695.55 c bounds -600 >= -600 @ 1667.98
1674.17/1695.55 c cpu time 1667.98 s
1674.17/1695.55 c deterministic time 6405617338 6.41e+09
1674.17/1695.55 c optimization time 0.151888 s
1674.17/1695.55 c total solve time 1667.38 s
1674.17/1695.55 c core-guided solve time 1339.24 s
1674.17/1695.55 c propagation time 518.364 s
1674.17/1695.55 c conflict analysis time 152.398 s
1674.17/1695.55 c propagations 142070746
1674.17/1695.55 c resolve steps 14456278
1674.17/1695.55 c decisions 343687
1674.17/1695.55 c conflicts 200453
1674.17/1695.55 c restarts 509
1674.17/1695.55 c inprocessing phases 22
1674.17/1695.55 c garbage collections 20 ,( 90.91 )
1674.17/1695.55 c input clauses 95928 ,( 95.79 )
1674.17/1695.55 c input cardinalities 2639 ,( 2.64 )
1674.17/1695.55 c input general constraints 1574 ,( 1.57 )
1674.17/1695.55 c input average constraint length 7.68
1674.17/1695.55 c input average constraint degree 2.18
1674.17/1695.55 c learned clauses 192529 ,( 95.99 )
1674.17/1695.55 c learned cardinalities 824 ,( 0.41 )
1674.17/1695.55 c learned general constraints 7214 ,( 3.60 )
1674.17/1695.55 c learned average constraint length 266.60
1674.17/1695.55 c learned average constraint degree 7979414.68
1674.17/1695.55 c watched CF 32, 64, 128, Arb: 643 , 0 , 0 , 0
1674.17/1695.55 c counting CF 32, 64, 128, Arb: 8146 , 0 , 0 , 0
1674.17/1695.55 c watched constraints 643 ,( 7.32 )
1674.17/1695.55 c counting constraints 8145 ,( 92.68 )
1674.17/1695.55 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 620536100 , 514220185 , 218562832 ,( 671240 , 217891592 )
1674.17/1695.55 c gcd simplifications 28057
1674.17/1695.55 c detected cardinalities 1
1674.17/1695.55 c weakened non-implied lits 43567107
1674.17/1695.55 c weakened non-implying lits 270071
1674.17/1695.55 c original variables 6450
1674.17/1695.55 c clausal propagations 109940655
1674.17/1695.55 c cardinality propagations 12976791
1674.17/1695.55 c watched propagations 12686
1674.17/1695.55 c counting propagations 18619675
1674.17/1695.55 c watch lookups 1966641274
1674.17/1695.55 c watch backjump lookups 0
1674.17/1695.55 c watch checks 3468088690
1674.17/1695.55 c propagation checks 409533847
1674.17/1695.55 c constraint additions 275802130
1674.17/1695.55 c trail pops 142614734
1674.17/1695.55 c formula constraints 94350
1674.17/1695.55 c learned constraints 200460
1674.17/1695.55 c bound constraints 470
1674.17/1695.55 c core-guided constraints 5321
1674.17/1695.55 c encountered formula constraints 9650381
1674.17/1695.55 c encountered learned constraints 2311903
1674.17/1695.55 c encountered bound constraints 1251
1674.17/1695.55 c encountered core-guided constraints 2691350
1674.17/1695.55 c LP total time 1378.54 s
1674.17/1695.55 c LP solve time 1372.8 s
1674.17/1695.55 c LP constraints added 94381
1674.17/1695.55 c LP constraints removed 18
1674.17/1695.55 c LP pivots internal 208649
1674.17/1695.55 c LP pivots root 313580
1674.17/1695.55 c LP calls 63
1674.17/1695.55 c LP optimalities 5
1674.17/1695.55 c LP no pivot count 0
1674.17/1695.55 c LP infeasibilities 50
1674.17/1695.55 c LP valid Farkas constraints 50
1674.17/1695.55 c LP learned Farkas constraints 50
1674.17/1695.55 c LP basis resets 0
1674.17/1695.55 c LP cycling count 0
1674.17/1695.55 c LP singular count 0
1674.17/1695.55 c LP no primal count 0
1674.17/1695.55 c LP no farkas count 0
1674.17/1695.55 c LP other issue count 0
1674.17/1695.55 c LP Gomory cuts 7
1674.17/1695.55 c LP learned cuts 24
1674.17/1695.55 c LP deleted cuts 18
1674.17/1695.55 c LP encountered Gomory constraints 689
1674.17/1695.55 c LP encountered Farkas constraints 913
1674.17/1695.55 c LP encountered learned Farkas constraints 194
1674.17/1695.55 c CG auxiliary variables introduced 1906
1674.17/1695.55 c CG solutions found 2
1674.17/1695.55 c CG cores constructed 400
1674.17/1695.55 c CG core cardinality constraints returned 0
1674.17/1695.55 c CG unit cores 0
1674.17/1695.55 c CG single cores 399
1674.17/1695.55 c CG blocks removed during cardinality reduction 0
1674.17/1695.55 c CG first core best 0
1674.17/1695.55 c CG decision core best 0
1674.17/1695.55 c CG core reduction tie 1
1674.17/1695.55 c CG core degree average 1.00
1674.17/1695.55 c CG core slack average 6.09
1674.17/1695.55 c CG core upper bound improvements 0
1674.17/1695.55 c STR number of successful calls 0
1674.17/1695.55 c STR number of unsuccessful calls 0
1674.17/1695.55 c STR number of inconclusive calls 0
1674.17/1695.55 c STR number of successful attempts 0
1674.17/1695.55 c STR number of unsuccessful attempts 0
1674.17/1695.55 c STR number of inconclusive attempts 0
1674.17/1695.55 c STR average degree increase per successful call inf
1674.17/1695.55 c STR average degree increase per successful attempt inf
1674.17/1695.55 c STR total number of conflicts for successful attempts 0
1674.17/1695.55 c STR total number of conflicts for unsuccessful attempts 0
1674.17/1695.55 c STR total number of conflicts for inconclusive attempts 0
1674.17/1695.55 c STR average number of conflicts per successful attempt inf
1674.17/1695.55 c STR average number of conflicts per unsuccessful attempt inf
1674.17/1695.55 c STR average number of conflicts per inconclusive attempt inf
1674.17/1695.55 c AVG.sumWPerc 75.58
1674.17/1695.55 c bigint constraints 0
1674.17/1695.55 o -600
1674.17/1695.55 s OPTIMUM FOUND
1674.17/1695.55 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
Verifier Data
Checking of UNSAT/OPT proofs:
VeriPB + CakePB
Thu Jul 3 22:45:09 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS -600 <= obj <= -600
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS ~600 <= obj <= ~600
--summary--
ALL OK
Watcher Data
runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
NUMA information:
number of nodes: 2
memory of node 0: 63665 MiB (60038 MiB free)
memory of node 1: 64507 MiB (53432 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4521267-1751568376/watcher-4521267-1751568376 -o /tmp/evaluation-result-4521267-1751568376/solver-4521267-1751568376 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751562311-88613 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4521267-1751568376.opb PROOFDIR/proof-4521267-1751568376
running on 2 cores: 5,7
CPU governors:
performance: 5 7
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
Current StackSize limit: 8192 KiB
solver pid=90500, runsolver pid=90497
[startup+0.100067 s]*
/proc/loadavg: 4.12 4.11 4.09 4/271 90502
/proc/meminfo: memFree=116178760/131249996 swapFree=33010684/33010684
[pid=90500] ppid=90497 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/90500/stat : 90500 (run-opt-break-l) S 90497 90500 88600 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 72515546 4292608 768 18446744073709551615 94345481011200 94345481905733 140729342521808 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94345482144784 94345482192528 94345497292800 140729342523669 140729342523870 140729342523870 140729342529472 0
/proc/90500/statm: 1048 768 704 219 0 110 0
[pid=90502] ppid=90500 vsize=37400 memory=28704 CPUtime=0.03 cores=5,7
/proc/90502/stat : 90502 (pbsuma) D 90500 90500 88600 0 -1 4456448 3994 0 0 0 3 0 0 0 20 0 1 0 72515547 38297600 7176 18446744073709551615 4210688 4653049 140737055014320 0 0 0 0 0 0 1 0 0 17 5 0 0 0 0 0 4700520 4703148 30707712 140737055017187 140737055017522 140737055017522 140737055023087 0
/proc/90502/statm: 9350 7176 992 108 0 6758 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 41592 KiB
Current children cumulated memory: 31776 KiB
[startup+0.206036 s]*
/proc/loadavg: 4.12 4.11 4.09 4/271 90502
/proc/meminfo: memFree=116178760/131249996 swapFree=33010684/33010684
[pid=90500] ppid=90497 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/90500/stat : 90500 (run-opt-break-l) S 90497 90500 88600 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 72515546 4292608 768 18446744073709551615 94345481011200 94345481905733 140729342521808 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94345482144784 94345482192528 94345497292800 140729342523669 140729342523870 140729342523870 140729342529472 0
/proc/90500/statm: 1048 768 704 219 0 110 0
[pid=90502] ppid=90500 vsize=37400 memory=28704 CPUtime=0.03 cores=5,7
/proc/90502/stat : 90502 (pbsuma) D 90500 90500 88600 0 -1 4456448 3994 0 0 0 3 0 0 0 20 0 1 0 72515547 38297600 7176 18446744073709551615 4210688 4653049 140737055014320 0 0 0 0 0 0 1 0 0 17 5 0 0 0 0 0 4700520 4703148 30707712 140737055017187 140737055017522 140737055017522 140737055023087 0
/proc/90502/statm: 9350 7176 992 108 0 6758 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 41592 KiB
Current children cumulated memory: 31776 KiB
[startup+0.305967 s]*
/proc/loadavg: 4.12 4.11 4.09 5/271 90502
/proc/meminfo: memFree=116162884/131249996 swapFree=33010684/33010684
[pid=90500] ppid=90497 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/90500/stat : 90500 (run-opt-break-l) S 90497 90500 88600 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 72515546 4292608 768 18446744073709551615 94345481011200 94345481905733 140729342521808 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94345482144784 94345482192528 94345497292800 140729342523669 140729342523870 140729342523870 140729342529472 0
/proc/90500/statm: 1048 768 704 219 0 110 0
[pid=90502] ppid=90500 vsize=54392 memory=41308 CPUtime=0.09 cores=5,7
/proc/90502/stat : 90502 (pbsuma) R 90500 90500 88600 0 -1 4194304 7929 0 0 0 8 1 0 0 20 0 1 0 72515547 55697408 10327 18446744073709551615 4210688 4653049 140737055014320 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 30707712 140737055017187 140737055017522 140737055017522 140737055023087 0
/proc/90502/statm: 13598 10327 1024 108 0 11006 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 58584 KiB
Current children cumulated memory: 44380 KiB
[startup+0.700217 s]
/proc/loadavg: 4.12 4.11 4.09 5/271 90502
/proc/meminfo: memFree=116131088/131249996 swapFree=33010684/33010684
[pid=90500] ppid=90497 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/90500/stat : 90500 (run-opt-break-l) S 90497 90500 88600 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 72515546 4292608 768 18446744073709551615 94345481011200 94345481905733 140729342521808 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94345482144784 94345482192528 94345497292800 140729342523669 140729342523870 140729342523870 140729342529472 0
/proc/90500/statm: 1048 768 704 219 0 110 0
[pid=90502] ppid=90500 vsize=107416 memory=86524 CPUtime=0.48 cores=5,7
/proc/90502/stat : 90502 (pbsuma) R 90500 90500 88600 0 -1 4194304 20191 0 0 0 45 3 0 0 20 0 1 0 72515547 109993984 21631 18446744073709551615 4210688 4653049 140737055014320 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 30707712 140737055017187 140737055017522 140737055017522 140737055023087 0
/proc/90502/statm: 26854 21631 1024 108 0 24262 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 111608 KiB
Current children cumulated memory: 89596 KiB
[startup+1.50022 s]
/proc/loadavg: 4.12 4.11 4.09 4/271 90502
/proc/meminfo: memFree=116133740/131249996 swapFree=33010684/33010684
[pid=90500] ppid=90497 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/90500/stat : 90500 (run-opt-break-l) S 90497 90500 88600 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 72515546 4292608 768 18446744073709551615 94345481011200 94345481905733 140729342521808 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94345482144784 94345482192528 94345497292800 140729342523669 140729342523870 140729342523870 140729342529472 0
/proc/90500/statm: 1048 768 704 219 0 110 0
[pid=90502] ppid=90500 vsize=51532 memory=39700 CPUtime=0.65 cores=5,7
/proc/90502/stat : 90502 (pbsuma) D 90500 90500 88600 0 -1 4194304 21345 0 0 0 60 5 0 0 20 0 1 0 72515547 52768768 9925 18446744073709551615 4210688 4653049 140737055014320 0 0 0 0 0 0 1 0 0 17 5 0 0 0 0 0 4700520 4703148 30707712 140737055017187 140737055017522 140737055017522 140737055023087 0
/proc/90502/statm: 12883 9925 1024 108 0 10291 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 55724 KiB
Current children cumulated memory: 42772 KiB
[startup+3.10589 s]
/proc/loadavg: 4.12 4.11 4.09 5/271 90503
/proc/meminfo: memFree=116091004/131249996 swapFree=33010684/33010684
[pid=90500] ppid=90497 vsize=4192 memory=3072 CPUtime=0.67 cores=5,7
/proc/90500/stat : 90500 (run-opt-break-l) S 90497 90500 88600 0 -1 4194304 242 21348 0 0 0 0 61 6 20 0 1 0 72515546 4292608 768 18446744073709551615 94345481011200 94345481905733 140729342521808 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94345482144784 94345482192528 94345497292800 140729342523669 140729342523870 140729342523870 140729342529472 0
/proc/90500/statm: 1048 768 704 219 0 110 0
[pid=90503] ppid=90500 vsize=187596 memory=128792 CPUtime=1.2 cores=5,7
/proc/90503/stat : 90503 (roundingsat) R 90500 90500 88600 0 -1 4194304 16354 0 0 0 109 11 0 0 20 0 1 0 72515724 192098304 32198 18446744073709551615 4227072 8923433 140721527781632 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 26112000 140721527789844 140721527790120 140721527790120 140721527795690 0
/proc/90503/statm: 46899 32198 2272 1147 0 34326 0
Current children cumulated CPU time: 1.87 s
Current children cumulated vsize: 191788 KiB
Current children cumulated memory: 131864 KiB
heavy processes:
[startup+6.30022 s]
/proc/loadavg: 4.11 4.11 4.09 5/270 90503
/proc/meminfo: memFree=116091544/131249996 swapFree=33010684/33010684
[pid=90500] ppid=90497 vsize=4192 memory=3072 CPUtime=0.67 cores=5,7
/proc/90500/stat : 90500 (run-opt-break-l) S 90497 90500 88600 0 -1 4194304 242 21348 0 0 0 0 61 6 20 0 1 0 72515546 4292608 768 18446744073709551615 94345481011200 94345481905733 140729342521808 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94345482144784 94345482192528 94345497292800 140729342523669 140729342523870 140729342523870 140729342529472 0
/proc/90500/statm: 1048 768 704 219 0 110 0
[pid=90503] ppid=90500 vsize=193712 memory=135120 CPUtime=4.39 cores=5,7
/proc/90503/stat : 90503 (roundingsat) R 90500 90500 88600 0 -1 4194304 16883 0 0 0 426 13 0 0 20 0 1 0 72515724 198361088 33780 18446744073709551615 4227072 8923433 140721527781632 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 26112000 140721527789844 140721527790120 140721527790120 140721527795690 0
/proc/90503/statm: 48428 33780 2336 1147 0 35855 0
Current children cumulated CPU time: 5.06 s
Current children cumulated vsize: 197904 KiB
Current children cumulated memory: 138192 KiB
[startup+12.7002 s]
/proc/loadavg: 4.10 4.11 4.09 5/271 90504
/proc/meminfo: memFree=116083732/131249996 swapFree=33010684/33010684
[pid=90500] ppid=90497 vsize=4192 memory=3072 CPUtime=0.67 cores=5,7
/proc/90500/stat : 90500 (run-opt-break-l) S 90497 90500 88600 0 -1 4194304 242 21348 0 0 0 0 61 6 20 0 1 0 72515546 4292608 768 18446744073709551615 94345481011200 94345481905733 140729342521808 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94345482144784 94345482192528 94345497292800 140729342523669 140729342523870 140729342523870 140729342529472 0
/proc/90500/statm: 1048 768 704 219 0 110 0
[pid=90503] ppid=90500 vsize=198872 memory=140524 CPUtime=10.77 cores=5,7
/proc/90503/stat : 90503 (roundingsat) R 90500 90500 88600 0 -1 4194304 17298 0 0 0 1062 15 0 0 20 0 1 0 72515724 203644928 35131 18446744073709551615 4227072 8923433 140721527781632 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 26112000 140721527789844 140721527790120 140721527790120 140721527795690 0
/proc/90503/statm: 49718 35131 2336 1147 0 37145 0
Current children cumulated CPU time: 11.44 s
Current children cumulated vsize: 203064 KiB
Current children cumulated memory: 143596 KiB
[startup+25.5002 s]
/proc/loadavg: 4.08 4.10 4.09 5/271 90504
/proc/meminfo: memFree=116018192/131249996 swapFree=33010684/33010684
[pid=90500] ppid=90497 vsize=4192 memory=3072 CPUtime=0.67 cores=5,7
/proc/90500/stat : 90500 (run-opt-break-l) S 90497 90500 88600 0 -1 4194304 242 21348 0 0 0 0 61 6 20 0 1 0 72515546 4292608 768 18446744073709551615 94345481011200 94345481905733 140729342521808 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94345482144784 94345482192528 94345497292800 140729342523669 140729342523870 140729342523870 140729342529472 0
/proc/90500/statm: 1048 768 704 219 0 110 0
[pid=90503] ppid=90500 vsize=198872 memory=140524 CPUtime=23.53 cores=5,7
/proc/90503/stat : 90503 (roundingsat) R 90500 90500 88600 0 -1 4194304 17298 0 0 0 2333 20 0 0 20 0 1 0 72515724 203644928 35131 18446744073709551615 4227072 8923433 140721527781632 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 26112000 140721527789844 140721527790120 140721527790120 140721527795690 0
/proc/90503/statm: 49718 35131 2336 1147 0 37145 0
Current children cumulated CPU time: 24.2 s
Current children cumulated vsize: 203064 KiB
Current children cumulated memory: 143596 KiB
[startup+51.1059 s]
/proc/loadavg: 4.11 4.11 4.09 5/271 90505
/proc/meminfo: memFree=115975392/131249996 swapFree=33010684/33010684
[pid=90500] ppid=90497 vsize=4192 memory=3072 CPUtime=0.67 cores=5,7
/proc/90500/stat : 90500 (run-opt-break-l) S 90497 90500 88600 0 -1 4194304 242 21348 0 0 0 0 61 6 20 0 1 0 72515546 4292608 768 18446744073709551615 94345481011200 94345481905733 140729342521808 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94345482144784 94345482192528 94345497292800 140729342523669 140729342523870 140729342523870 140729342529472 0
/proc/90500/statm: 1048 768 704 219 0 110 0
[pid=90503] ppid=90500 vsize=227940 memory=160324 CPUtime=49.04 cores=5,7
/proc/90503/stat : 90503 (roundingsat) R 90500 90500 88600 0 -1 4194304 20705 0 0 0 4874 30 0 0 20 0 1 0 72515724 233410560 40081 18446744073709551615 4227072 8923433 140721527781632 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 26112000 140721527789844 140721527790120 140721527790120 140721527795690 0
/proc/90503/statm: 56985 40081 2368 1147 0 44412 0
Current children cumulated CPU time: 49.71 s
Current children cumulated vsize: 232132 KiB
Current children cumulated memory: 163396 KiB
[startup+102.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/271 90506
/proc/meminfo: memFree=115936676/131249996 swapFree=33010684/33010684
[pid=90500] ppid=90497 vsize=4192 memory=3072 CPUtime=0.67 cores=5,7
/proc/90500/stat : 90500 (run-opt-break-l) S 90497 90500 88600 0 -1 4194304 242 21348 0 0 0 0 61 6 20 0 1 0 72515546 4292608 768 18446744073709551615 94345481011200 94345481905733 140729342521808 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94345482144784 94345482192528 94345497292800 140729342523669 140729342523870 140729342523870 140729342529472 0
/proc/90500/statm: 1048 768 704 219 0 110 0
[pid=90503] ppid=90500 vsize=245700 memory=168696 CPUtime=96.93 cores=5,7
/proc/90503/stat : 90503 (roundingsat) R 90500 90500 88600 0 -1 4194304 21805 0 0 0 9646 47 0 0 20 0 1 0 72515724 251596800 42174 18446744073709551615 4227072 8923433 140721527781632 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 26112000 140721527789844 140721527790120 140721527790120 140721527795690 0
/proc/90503/statm: 61425 42174 2368 1147 0 48852 0
Current children cumulated CPU time: 97.6 s
Current children cumulated vsize: 249892 KiB
Current children cumulated memory: 171768 KiB
[startup+162.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/272 90511
/proc/meminfo: memFree=115706388/131249996 swapFree=33010684/33010684
[pid=90500] ppid=90497 vsize=4192 memory=3072 CPUtime=0.67 cores=5,7
/proc/90500/stat : 90500 (run-opt-break-l) S 90497 90500 88600 0 -1 4194304 242 21348 0 0 0 0 61 6 20 0 1 0 72515546 4292608 768 18446744073709551615 94345481011200 94345481905733 140729342521808 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94345482144784 94345482192528 94345497292800 140729342523669 140729342523870 140729342523870 140729342529472 0
/proc/90500/statm: 1048 768 704 219 0 110 0
[pid=90503] ppid=90500 vsize=249984 memory=184288 CPUtime=156.78 cores=5,7
/proc/90503/stat : 90503 (roundingsat) R 90500 90500 88600 0 -1 4194304 22645 0 0 0 15613 65 0 0 20 0 1 0 72515724 255983616 46072 18446744073709551615 4227072 8923433 140721527781632 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 26112000 140721527789844 140721527790120 140721527790120 140721527795690 0
/proc/90503/statm: 62496 46072 2368 1147 0 49923 0
Current children cumulated CPU time: 157.45 s
Current children cumulated vsize: 254176 KiB
Current children cumulated memory: 187360 KiB
[startup+222.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/272 90513
/proc/meminfo: memFree=115522000/131249996 swapFree=33010684/33010684
[pid=90500] ppid=90497 vsize=4192 memory=3072 CPUtime=0.67 cores=5,7
/proc/90500/stat : 90500 (run-opt-break-l) S 90497 90500 88600 0 -1 4194304 242 21348 0 0 0 0 61 6 20 0 1 0 72515546 4292608 768 18446744073709551615 94345481011200 94345481905733 140729342521808 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94345482144784 94345482192528 94345497292800 140729342523669 140729342523870 140729342523870 140729342529472 0
/proc/90500/statm: 1048 768 704 219 0 110 0
[pid=90503] ppid=90500 vsize=257164 memory=185696 CPUtime=216.61 cores=5,7
/proc/90503/stat : 90503 (roundingsat) R 90500 90500 88600 0 -1 4194304 22997 0 0 0 21581 80 0 0 20 0 1 0 72515724 263335936 46424 18446744073709551615 4227072 8923433 140721527781632 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 26112000 140721527789844 140721527790120 140721527790120 140721527795690 0
################
# More data... #
################
/proc/90503/stat : 90503 (roundingsat) R 90500 90500 88600 0 -1 4194304 26059 0 0 0 151546 527 0 0 20 0 1 0 72515724 351301632 64736 18446744073709551615 4227072 8923433 140721527781632 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 26112000 140721527789844 140721527790120 140721527790120 140721527795690 0
/proc/90503/statm: 85767 64736 2368 1147 0 73194 0
Current children cumulated CPU time: 1521.4 s
Current children cumulated vsize: 347260 KiB
Current children cumulated memory: 262016 KiB
[startup+1602.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/273 90982
/proc/meminfo: memFree=113319364/131249996 swapFree=33010684/33010684
[pid=90500] ppid=90497 vsize=4192 memory=3072 CPUtime=0.67 cores=5,7
/proc/90500/stat : 90500 (run-opt-break-l) S 90497 90500 88600 0 -1 4194304 242 21348 0 0 0 0 61 6 20 0 1 0 72515546 4292608 768 18446744073709551615 94345481011200 94345481905733 140729342521808 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94345482144784 94345482192528 94345497292800 140729342523669 140729342523870 140729342523870 140729342529472 0
/proc/90500/statm: 1048 768 704 219 0 110 0
[pid=90503] ppid=90500 vsize=343068 memory=258944 CPUtime=1580.56 cores=5,7
/proc/90503/stat : 90503 (roundingsat) R 90500 90500 88600 0 -1 4194304 26059 0 0 0 157522 534 0 0 20 0 1 0 72515724 351301632 64736 18446744073709551615 4227072 8923433 140721527781632 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 26112000 140721527789844 140721527790120 140721527790120 140721527795690 0
/proc/90503/statm: 85767 64736 2368 1147 0 73194 0
Current children cumulated CPU time: 1581.23 s
Current children cumulated vsize: 347260 KiB
Current children cumulated memory: 262016 KiB
[startup+1662.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/274 90986
/proc/meminfo: memFree=112393740/131249996 swapFree=33010684/33010684
[pid=90500] ppid=90497 vsize=4192 memory=3072 CPUtime=0.67 cores=5,7
/proc/90500/stat : 90500 (run-opt-break-l) S 90497 90500 88600 0 -1 4194304 242 21348 0 0 0 0 61 6 20 0 1 0 72515546 4292608 768 18446744073709551615 94345481011200 94345481905733 140729342521808 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94345482144784 94345482192528 94345497292800 140729342523669 140729342523870 140729342523870 140729342529472 0
/proc/90500/statm: 1048 768 704 219 0 110 0
[pid=90503] ppid=90500 vsize=343068 memory=258944 CPUtime=1640.39 cores=5,7
/proc/90503/stat : 90503 (roundingsat) R 90500 90500 88600 0 -1 4194304 26064 0 0 0 163496 543 0 0 20 0 1 0 72515724 351301632 64736 18446744073709551615 4227072 8923433 140721527781632 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 26112000 140721527789844 140721527790120 140721527790120 140721527795690 0
/proc/90503/statm: 85767 64736 2368 1147 0 73194 0
Current children cumulated CPU time: 1641.06 s
Current children cumulated vsize: 347260 KiB
Current children cumulated memory: 262016 KiB
[startup+1695.57 s]
# the end of solver process 90500 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=1668.6 s, system=5.64907 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+1664 s]*
/proc/loadavg: 4.06 4.10 4.09 5/274 90987
/proc/meminfo: memFree=112331676/131249996 swapFree=33010684/33010684
[pid=90500] ppid=90497 vsize=4192 memory=3072 CPUtime=0.67 cores=5,7
/proc/90500/stat : 90500 (run-opt-break-l) S 90497 90500 88600 0 -1 4194304 242 21348 0 0 0 0 61 6 20 0 1 0 72515546 4292608 768 18446744073709551615 94345481011200 94345481905733 140729342521808 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94345482144784 94345482192528 94345497292800 140729342523669 140729342523870 140729342523870 140729342529472 0
/proc/90500/statm: 1048 768 704 219 0 110 0
[pid=90503] ppid=90500 vsize=343068 memory=258944 CPUtime=1642.1 cores=5,7
/proc/90503/stat : 90503 (roundingsat) R 90500 90500 88600 0 -1 4194304 26065 0 0 0 163665 545 0 0 20 0 1 0 72515724 351301632 64736 18446744073709551615 4227072 8923433 140721527781632 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 26112000 140721527789844 140721527790120 140721527790120 140721527795690 0
/proc/90503/statm: 85767 64736 2368 1147 0 73194 0
Current children cumulated CPU time: 1642.77 s
Current children cumulated vsize: 347260 KiB
Current children cumulated memory: 262016 KiB
[startup+1676.8 s]
/proc/loadavg: 4.12 4.11 4.09 5/274 90987
/proc/meminfo: memFree=112129528/131249996 swapFree=33010684/33010684
[pid=90500] ppid=90497 vsize=4192 memory=3072 CPUtime=0.67 cores=5,7
/proc/90500/stat : 90500 (run-opt-break-l) S 90497 90500 88600 0 -1 4194304 242 21348 0 0 0 0 61 6 20 0 1 0 72515546 4292608 768 18446744073709551615 94345481011200 94345481905733 140729342521808 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94345482144784 94345482192528 94345497292800 140729342523669 140729342523870 140729342523870 140729342529472 0
/proc/90500/statm: 1048 768 704 219 0 110 0
[pid=90503] ppid=90500 vsize=343068 memory=258944 CPUtime=1654.86 cores=5,7
/proc/90503/stat : 90503 (roundingsat) R 90500 90500 88600 0 -1 4194304 26068 0 0 0 164934 552 0 0 20 0 1 0 72515724 351301632 64736 18446744073709551615 4227072 8923433 140721527781632 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 26112000 140721527789844 140721527790120 140721527790120 140721527795690 0
/proc/90503/statm: 85767 64736 2368 1147 0 73194 0
Current children cumulated CPU time: 1655.53 s
Current children cumulated vsize: 347260 KiB
Current children cumulated memory: 262016 KiB
[startup+1683.2 s]
/proc/loadavg: 4.11 4.10 4.09 5/274 90987
/proc/meminfo: memFree=111996660/131249996 swapFree=33010684/33010684
[pid=90500] ppid=90497 vsize=4192 memory=3072 CPUtime=0.67 cores=5,7
/proc/90500/stat : 90500 (run-opt-break-l) S 90497 90500 88600 0 -1 4194304 242 21348 0 0 0 0 61 6 20 0 1 0 72515546 4292608 768 18446744073709551615 94345481011200 94345481905733 140729342521808 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94345482144784 94345482192528 94345497292800 140729342523669 140729342523870 140729342523870 140729342529472 0
/proc/90500/statm: 1048 768 704 219 0 110 0
[pid=90503] ppid=90500 vsize=343068 memory=258944 CPUtime=1661.23 cores=5,7
/proc/90503/stat : 90503 (roundingsat) R 90500 90500 88600 0 -1 4194304 26070 0 0 0 165568 555 0 0 20 0 1 0 72515724 351301632 64736 18446744073709551615 4227072 8923433 140721527781632 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 26112000 140721527789844 140721527790120 140721527790120 140721527795690 0
/proc/90503/statm: 85767 64736 2368 1147 0 73194 0
Current children cumulated CPU time: 1661.9 s
Current children cumulated vsize: 347260 KiB
Current children cumulated memory: 262016 KiB
[startup+1689.6 s]
/proc/loadavg: 4.10 4.10 4.09 5/274 90987
/proc/meminfo: memFree=111932304/131249996 swapFree=33010684/33010684
[pid=90500] ppid=90497 vsize=4192 memory=3072 CPUtime=0.67 cores=5,7
/proc/90500/stat : 90500 (run-opt-break-l) S 90497 90500 88600 0 -1 4194304 242 21348 0 0 0 0 61 6 20 0 1 0 72515546 4292608 768 18446744073709551615 94345481011200 94345481905733 140729342521808 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94345482144784 94345482192528 94345497292800 140729342523669 140729342523870 140729342523870 140729342529472 0
/proc/90500/statm: 1048 768 704 219 0 110 0
[pid=90503] ppid=90500 vsize=343068 memory=258944 CPUtime=1667.62 cores=5,7
/proc/90503/stat : 90503 (roundingsat) R 90500 90500 88600 0 -1 4194304 26070 0 0 0 166205 557 0 0 20 0 1 0 72515724 351301632 64736 18446744073709551615 4227072 8923433 140721527781632 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 26112000 140721527789844 140721527790120 140721527790120 140721527795690 0
/proc/90503/statm: 85767 64736 2368 1147 0 73194 0
Current children cumulated CPU time: 1668.29 s
Current children cumulated vsize: 347260 KiB
Current children cumulated memory: 262016 KiB
[startup+1692.8 s]
/proc/loadavg: 4.09 4.10 4.09 5/274 90987
/proc/meminfo: memFree=111891956/131249996 swapFree=33010684/33010684
[pid=90500] ppid=90497 vsize=4192 memory=3072 CPUtime=0.67 cores=5,7
/proc/90500/stat : 90500 (run-opt-break-l) S 90497 90500 88600 0 -1 4194304 242 21348 0 0 0 0 61 6 20 0 1 0 72515546 4292608 768 18446744073709551615 94345481011200 94345481905733 140729342521808 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94345482144784 94345482192528 94345497292800 140729342523669 140729342523870 140729342523870 140729342529472 0
/proc/90500/statm: 1048 768 704 219 0 110 0
[pid=90503] ppid=90500 vsize=343068 memory=258944 CPUtime=1670.81 cores=5,7
/proc/90503/stat : 90503 (roundingsat) R 90500 90500 88600 0 -1 4194304 26070 0 0 0 166524 557 0 0 20 0 1 0 72515724 351301632 64736 18446744073709551615 4227072 8923433 140721527781632 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 26112000 140721527789844 140721527790120 140721527790120 140721527795690 0
/proc/90503/statm: 85767 64736 2368 1147 0 73194 0
Current children cumulated CPU time: 1671.48 s
Current children cumulated vsize: 347260 KiB
Current children cumulated memory: 262016 KiB
[startup+1694.4 s]
/proc/loadavg: 4.09 4.10 4.09 5/274 90987
/proc/meminfo: memFree=111868024/131249996 swapFree=33010684/33010684
[pid=90500] ppid=90497 vsize=4192 memory=3072 CPUtime=0.67 cores=5,7
/proc/90500/stat : 90500 (run-opt-break-l) S 90497 90500 88600 0 -1 4194304 242 21348 0 0 0 0 61 6 20 0 1 0 72515546 4292608 768 18446744073709551615 94345481011200 94345481905733 140729342521808 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94345482144784 94345482192528 94345497292800 140729342523669 140729342523870 140729342523870 140729342529472 0
/proc/90500/statm: 1048 768 704 219 0 110 0
[pid=90503] ppid=90500 vsize=343068 memory=258944 CPUtime=1672.41 cores=5,7
/proc/90503/stat : 90503 (roundingsat) R 90500 90500 88600 0 -1 4194304 26070 0 0 0 166684 557 0 0 20 0 1 0 72515724 351301632 64736 18446744073709551615 4227072 8923433 140721527781632 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 26112000 140721527789844 140721527790120 140721527790120 140721527795690 0
/proc/90503/statm: 85767 64736 2368 1147 0 73194 0
Current children cumulated CPU time: 1673.08 s
Current children cumulated vsize: 347260 KiB
Current children cumulated memory: 262016 KiB
[startup+1695.2 s]
/proc/loadavg: 4.08 4.10 4.09 5/274 90987
/proc/meminfo: memFree=111850132/131249996 swapFree=33010684/33010684
[pid=90500] ppid=90497 vsize=4192 memory=3072 CPUtime=0.67 cores=5,7
/proc/90500/stat : 90500 (run-opt-break-l) S 90497 90500 88600 0 -1 4194304 242 21348 0 0 0 0 61 6 20 0 1 0 72515546 4292608 768 18446744073709551615 94345481011200 94345481905733 140729342521808 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94345482144784 94345482192528 94345497292800 140729342523669 140729342523870 140729342523870 140729342529472 0
/proc/90500/statm: 1048 768 704 219 0 110 0
[pid=90503] ppid=90500 vsize=343068 memory=258944 CPUtime=1673.21 cores=5,7
/proc/90503/stat : 90503 (roundingsat) R 90500 90500 88600 0 -1 4194304 26070 0 0 0 166763 558 0 0 20 0 1 0 72515724 351301632 64736 18446744073709551615 4227072 8923433 140721527781632 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 26112000 140721527789844 140721527790120 140721527790120 140721527795690 0
/proc/90503/statm: 85767 64736 2368 1147 0 73194 0
Current children cumulated CPU time: 1673.88 s
Current children cumulated vsize: 347260 KiB
Current children cumulated memory: 262016 KiB
[startup+1695.4 s]
/proc/loadavg: 4.08 4.10 4.09 5/274 90987
/proc/meminfo: memFree=111850132/131249996 swapFree=33010684/33010684
[pid=90500] ppid=90497 vsize=4192 memory=3072 CPUtime=0.67 cores=5,7
/proc/90500/stat : 90500 (run-opt-break-l) S 90497 90500 88600 0 -1 4194304 242 21348 0 0 0 0 61 6 20 0 1 0 72515546 4292608 768 18446744073709551615 94345481011200 94345481905733 140729342521808 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94345482144784 94345482192528 94345497292800 140729342523669 140729342523870 140729342523870 140729342529472 0
/proc/90500/statm: 1048 768 704 219 0 110 0
[pid=90503] ppid=90500 vsize=343068 memory=258944 CPUtime=1673.4 cores=5,7
/proc/90503/stat : 90503 (roundingsat) R 90500 90500 88600 0 -1 4194304 26070 0 0 0 166782 558 0 0 20 0 1 0 72515724 351301632 64736 18446744073709551615 4227072 8923433 140721527781632 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 26112000 140721527789844 140721527790120 140721527790120 140721527795690 0
/proc/90503/statm: 85767 64736 2368 1147 0 73194 0
Current children cumulated CPU time: 1674.07 s
Current children cumulated vsize: 347260 KiB
Current children cumulated memory: 262016 KiB
[startup+1695.5 s]
/proc/loadavg: 4.08 4.10 4.09 5/274 90987
/proc/meminfo: memFree=111850132/131249996 swapFree=33010684/33010684
[pid=90500] ppid=90497 vsize=4192 memory=3072 CPUtime=0.67 cores=5,7
/proc/90500/stat : 90500 (run-opt-break-l) S 90497 90500 88600 0 -1 4194304 242 21348 0 0 0 0 61 6 20 0 1 0 72515546 4292608 768 18446744073709551615 94345481011200 94345481905733 140729342521808 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94345482144784 94345482192528 94345497292800 140729342523669 140729342523870 140729342523870 140729342529472 0
/proc/90500/statm: 1048 768 704 219 0 110 0
[pid=90503] ppid=90500 vsize=343068 memory=258944 CPUtime=1673.5 cores=5,7
/proc/90503/stat : 90503 (roundingsat) R 90500 90500 88600 0 -1 4194304 26070 0 0 0 166792 558 0 0 20 0 1 0 72515724 351301632 64736 18446744073709551615 4227072 8923433 140721527781632 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 26112000 140721527789844 140721527790120 140721527790120 140721527795690 0
/proc/90503/statm: 85767 64736 2368 1147 0 73194 0
Current children cumulated CPU time: 1674.17 s
Current children cumulated vsize: 347260 KiB
Current children cumulated memory: 262016 KiB
Child status: 0
Real time (s): 1695.57
CPU time (s): 1674.25
CPU user time (s): 1668.6
CPU system time (s): 5.64907
CPU usage (%): 98.7426
Max. virtual memory (cumulated for all children) (KiB): 347260
Max. memory (cumulated for all children) (KiB): 262016
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1668.6
system time used= 5.64907
maximum resident set size= 258944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47685
page faults= 0
swaps= 0
block input operations= 8
block output operations= 2431320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 623
involuntary context switches= 963
# summary of solver processes directly reported to runsolver:
# pid: 90500
# total CPU time (s): 1674.25
# total CPU user time (s): 1668.6
# total CPU system time (s): 5.64907
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.25216 second user time and 7.67243 second system time
The end
Launcher Data
Begin job on nodeC024 at 2025-07-03 20:46:16
IDJOB=4521267
IDBENCH=178251
IDSOLVER=3360
FILE ID=nodeC024/4521267-1751568376
RUNJOBID= nodeC024-1751562311-88613
SLURM_JOB_ID= 9598763
Free space on /tmp= 432272 MiB
SOLVER NAME= roundingsat+pbsuma-opt-log 63f22ad
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_inlv/normalized-maxcut_opt_complete_5-partite_inlv_nvert_50.opb
COMMAND LINE= run-opt-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4521267-1751568376/watcher-4521267-1751568376 -o /tmp/evaluation-result-4521267-1751568376/solver-4521267-1751568376 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751562311-88613 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4521267-1751568376.opb PROOFDIR/proof-4521267-1751568376
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 68c73bc206439bbe0d5a467b2a25edac
RANDOM SEED=1532463360
nodeC024 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.461
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.36
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.650
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.36
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 : 3599.633
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.36
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 : 3599.164
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.36
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.618
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.36
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.677
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.36
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.935
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.36
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 : 3628.738
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.36
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131249996 kB
MemFree: 116193644 kB
MemAvailable: 127885136 kB
Buffers: 2144 kB
Cached: 12458420 kB
SwapCached: 0 kB
Active: 2444484 kB
Inactive: 11924748 kB
Active(anon): 1924648 kB
Inactive(anon): 2084 kB
Active(file): 519836 kB
Inactive(file): 11922664 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010684 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 9484 kB
Writeback: 0 kB
AnonPages: 1906968 kB
Mapped: 117712 kB
Shmem: 18064 kB
KReclaimable: 176064 kB
Slab: 267288 kB
SReclaimable: 176064 kB
SUnreclaim: 91224 kB
KernelStack: 4352 kB
PageTables: 7012 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635680 kB
Committed_AS: 2510864 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150712 kB
VmallocChunk: 0 kB
Percpu: 3808 kB
HardwareCorrupted: 0 kB
AnonHugePages: 1587200 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: 195284 kB
DirectMap2M: 6916096 kB
DirectMap1G: 128974848 kB
Free space on /tmp at the end= 432324 MiB
End job on nodeC024 at 2025-07-03 21:14:32