Trace number 4531760

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma-log 0f876b3OPT cert.207 252.118 262.593

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32c2.opb
MD5SUM0ec52d363b7c61cdd5525674056021d1
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark207
Best CPU time to get the best result obtained on this benchmark1.5157
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables498
Total number of constraints2431
Number of constraints which are clauses2431
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32
Number of terms in the objective function 498
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 498
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 498
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.04	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.04	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.04	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.04	c │      (c) 2025 Markus Anders                                    │
0.00/0.04	c └────────────────────────────────────────────────────────────────┘
0.00/0.04	c parse 'HOME/instance-4531760-1752584604.opb'
0.00/0.04	c 	read 0.12MB  (4.81ms)
0.00/0.04	c	 [cnf: #variables 498 #clauses 2432 #duplicates 0 #arr 12669]
0.00/0.04	c output proof to 'PROOFDIR/proof-4531760-1752584604'
0.00/0.04	c 
0.00/0.04	c make graph and approximate orbits
0.00/0.05	c	 [group: #orbits ~= 332] (3.60ms)
0.00/0.05	c 
0.00/0.05	c detect special group actions
0.00/0.05	c 	probe for Johnson action (limit=64)
0.00/0.05	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.05	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.05	c 	 found row 3x332, generating row predicate
0.00/0.05	c 	 (3.88ms)
0.00/0.05	c 
0.00/0.05	c detect symmetries on remainder
0.00/0.05	c 	[graph: #vertices 4424 #edges 28326]
0.00/0.05	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.05	c 	 [group: #symmetries 1.00*10^0 #generators 0] (1.35ms)
0.00/0.05	c 
0.00/0.05	c finalize break order and special generators
0.00/0.06	c 
0.00/0.06	c generation finished
0.00/0.06	c 	[sbp: #constraints 1988 #add_vars 662]
0.00/0.06	c 
0.00/0.06	c write result to 'HOME/instance-4531760-1752584604.opb.pre'
0.00/0.06	c 	wrote 0.19MB (1.44ms)
0.00/0.06	c ------------------------------------------------------------------
0.00/0.06	c                   9.07ms 37.49% other
0.00/0.06	c                   4.81ms 19.89% parse
0.00/0.06	c                   3.88ms 16.03% detect_special
0.00/0.06	c                   3.60ms 14.87% approx_orbits
0.00/0.06	c                   1.44ms  5.97% output
0.00/0.06	c                   1.35ms  5.58% detect_generic
0.00/0.06	c                   0.04ms  0.17% finalize_order
0.00/0.06	c         ───────────────────────────────────────────────
0.00/0.06	c                  24.19ms   100% total
0.00/0.06	c ------------------------------------------------------------------
0.00/0.11	c RoundingSat 2
0.00/0.11	c branch pb25
0.00/0.11	c commit 0f876b3
0.03/0.20	c #variables 1160 #constraints 4419
0.03/0.20	c objective is ce32 
0.14/0.23	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.14/0.23	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.14/0.23	c bounds 220 >= 0 @ 0.104976
0.14/0.27	c rational objective 149.5
0.23/0.37	c bounds 219 >= 0 @ 0.239391
0.23/0.37	c bounds 219 >= 1 @ 0.239702
0.23/0.37	c bounds 219 >= 2 @ 0.240137
0.23/0.37	c bounds 219 >= 3 @ 0.24054
0.23/0.37	c bounds 219 >= 4 @ 0.240957
0.23/0.37	c bounds 219 >= 5 @ 0.241345
0.23/0.37	c bounds 219 >= 6 @ 0.241773
0.23/0.38	c bounds 219 >= 7 @ 0.242179
0.23/0.38	c bounds 219 >= 8 @ 0.24261
0.23/0.38	c bounds 219 >= 9 @ 0.243029
0.23/0.38	c bounds 219 >= 10 @ 0.243473
0.23/0.38	c bounds 219 >= 11 @ 0.243906
0.23/0.38	c bounds 219 >= 12 @ 0.244359
0.23/0.38	c bounds 219 >= 13 @ 0.2448
0.23/0.38	c bounds 219 >= 14 @ 0.245259
0.23/0.38	c bounds 219 >= 15 @ 0.245709
0.23/0.38	c bounds 219 >= 16 @ 0.246182
0.23/0.38	c bounds 219 >= 17 @ 0.246691
0.23/0.38	c bounds 219 >= 18 @ 0.247174
0.23/0.38	c bounds 219 >= 19 @ 0.247636
0.23/0.38	c bounds 219 >= 20 @ 0.24812
0.23/0.38	c bounds 219 >= 21 @ 0.248592
0.23/0.38	c bounds 219 >= 22 @ 0.249081
0.23/0.38	c bounds 219 >= 23 @ 0.249567
0.23/0.38	c bounds 219 >= 24 @ 0.250071
0.23/0.38	c bounds 219 >= 25 @ 0.250558
0.23/0.38	c bounds 219 >= 26 @ 0.251014
0.23/0.38	c bounds 219 >= 27 @ 0.251494
0.23/0.39	c bounds 219 >= 28 @ 0.252017
0.23/0.39	c bounds 219 >= 29 @ 0.2522
0.23/0.39	c bounds 219 >= 30 @ 0.2522
0.23/0.39	c bounds 219 >= 31 @ 0.2522
0.23/0.39	c bounds 219 >= 32 @ 0.252393
0.23/0.39	c bounds 219 >= 33 @ 0.252765
0.23/0.39	c bounds 219 >= 34 @ 0.253321
0.33/0.45	c bounds 218 >= 34 @ 0.312086
0.33/0.45	c bounds 218 >= 35 @ 0.313164
0.33/0.45	c bounds 218 >= 36 @ 0.313719
0.33/0.45	c bounds 218 >= 37 @ 0.313873
0.33/0.45	c bounds 218 >= 38 @ 0.313873
0.33/0.45	c bounds 218 >= 39 @ 0.314126
0.33/0.45	c bounds 218 >= 40 @ 0.314535
0.33/0.45	c bounds 218 >= 41 @ 0.314994
0.33/0.45	c bounds 218 >= 42 @ 0.315455
0.33/0.46	c bounds 218 >= 43 @ 0.315931
0.33/0.46	c bounds 218 >= 44 @ 0.316404
0.33/0.46	c bounds 218 >= 45 @ 0.316866
0.33/0.46	c bounds 218 >= 46 @ 0.317326
0.33/0.46	c bounds 218 >= 47 @ 0.317784
0.33/0.46	c bounds 218 >= 48 @ 0.317843
0.33/0.46	c bounds 218 >= 49 @ 0.317843
0.33/0.46	c bounds 218 >= 50 @ 0.317843
0.33/0.46	c bounds 218 >= 51 @ 0.317843
0.33/0.46	c bounds 218 >= 52 @ 0.317843
0.33/0.46	c bounds 218 >= 53 @ 0.317843
0.33/0.46	c bounds 218 >= 54 @ 0.317843
0.33/0.46	c bounds 218 >= 55 @ 0.317973
0.33/0.46	c bounds 218 >= 56 @ 0.318433
0.33/0.46	c bounds 218 >= 57 @ 0.318911
0.33/0.46	c bounds 218 >= 58 @ 0.319492
0.33/0.46	c bounds 218 >= 59 @ 0.320006
0.33/0.46	c bounds 218 >= 60 @ 0.320542
0.33/0.46	c bounds 218 >= 61 @ 0.321068
0.33/0.47	c bounds 218 >= 62 @ 0.321595
0.33/0.47	c bounds 218 >= 63 @ 0.322148
0.33/0.47	c bounds 218 >= 64 @ 0.322665
0.33/0.47	c bounds 218 >= 65 @ 0.322773
0.33/0.47	c bounds 218 >= 66 @ 0.32281
0.33/0.47	c bounds 218 >= 67 @ 0.323367
0.33/0.47	c bounds 218 >= 68 @ 0.323916
0.33/0.47	c bounds 218 >= 69 @ 0.324505
0.33/0.47	c bounds 218 >= 70 @ 0.325206
0.33/0.47	c bounds 218 >= 71 @ 0.325655
0.33/0.47	c bounds 218 >= 72 @ 0.326709
0.33/0.47	c bounds 218 >= 73 @ 0.327408
0.33/0.47	c bounds 218 >= 74 @ 0.327906
0.33/0.47	c bounds 218 >= 75 @ 0.328334
0.33/0.47	c bounds 218 >= 76 @ 0.328776
0.33/0.47	c bounds 218 >= 77 @ 0.329209
0.33/0.47	c bounds 218 >= 78 @ 0.329627
0.33/0.47	c bounds 218 >= 79 @ 0.329727
0.33/0.48	c bounds 218 >= 80 @ 0.329727
0.33/0.48	c bounds 218 >= 81 @ 0.329946
0.33/0.48	c bounds 218 >= 82 @ 0.330395
0.33/0.48	c bounds 218 >= 83 @ 0.330832
0.33/0.48	c bounds 218 >= 84 @ 0.33128
0.33/0.48	c bounds 218 >= 85 @ 0.331725
0.33/0.48	c bounds 218 >= 86 @ 0.332159
0.33/0.48	c bounds 218 >= 87 @ 0.3326
0.33/0.48	c bounds 218 >= 88 @ 0.332708
0.33/0.48	c bounds 218 >= 89 @ 0.332708
0.33/0.48	c bounds 218 >= 90 @ 0.33298
0.33/0.48	c bounds 218 >= 91 @ 0.333459
0.33/0.48	c bounds 218 >= 92 @ 0.333878
0.33/0.48	c bounds 218 >= 93 @ 0.334335
0.33/0.48	c bounds 218 >= 94 @ 0.33481
0.33/0.48	c bounds 218 >= 95 @ 0.335265
0.33/0.48	c bounds 218 >= 96 @ 0.335717
0.33/0.48	c bounds 218 >= 97 @ 0.336202
0.33/0.48	c bounds 218 >= 98 @ 0.336669
0.33/0.48	c bounds 218 >= 99 @ 0.337121
0.33/0.48	c bounds 218 >= 100 @ 0.337581
0.33/0.48	c bounds 218 >= 101 @ 0.337666
0.33/0.49	c bounds 218 >= 102 @ 0.337666
0.33/0.49	c bounds 218 >= 103 @ 0.337666
0.33/0.49	c bounds 218 >= 104 @ 0.337666
0.33/0.49	c bounds 218 >= 105 @ 0.337666
0.33/0.49	c bounds 218 >= 106 @ 0.337844
0.33/0.49	c bounds 218 >= 107 @ 0.338472
0.44/0.58	c bounds 218 >= 108 @ 0.425338
0.44/0.58	c bounds 218 >= 109 @ 0.425915
0.44/0.58	c bounds 218 >= 110 @ 0.426746
0.44/0.58	c bounds 218 >= 111 @ 0.427347
0.44/0.58	c bounds 218 >= 112 @ 0.427991
0.44/0.58	c bounds 218 >= 113 @ 0.428653
0.44/0.59	c bounds 218 >= 114 @ 0.42925
0.44/0.59	c bounds 218 >= 115 @ 0.429844
0.44/0.59	c bounds 218 >= 116 @ 0.430569
0.44/0.59	c bounds 218 >= 117 @ 0.431175
0.44/0.59	c bounds 218 >= 118 @ 0.431724
0.44/0.59	c bounds 218 >= 119 @ 0.432235
0.44/0.59	c bounds 218 >= 120 @ 0.432714
0.44/0.59	c bounds 218 >= 121 @ 0.437508
0.44/0.59	c bounds 218 >= 122 @ 0.437915
0.44/0.59	c bounds 218 >= 123 @ 0.438483
0.44/0.60	c bounds 218 >= 124 @ 0.438993
0.44/0.60	c bounds 218 >= 125 @ 0.439494
0.44/0.60	c bounds 218 >= 126 @ 0.439984
0.44/0.60	c bounds 218 >= 127 @ 0.44053
0.44/0.60	c bounds 218 >= 128 @ 0.441063
0.52/0.64	c bounds 217 >= 128 @ 0.486315
0.52/0.64	c bounds 217 >= 129 @ 0.487039
0.52/0.65	c bounds 217 >= 130 @ 0.487765
0.52/0.65	c bounds 217 >= 131 @ 0.488239
0.52/0.65	c bounds 217 >= 132 @ 0.488851
0.52/0.65	c bounds 217 >= 133 @ 0.489592
0.52/0.65	c bounds 217 >= 134 @ 0.490156
0.52/0.65	c bounds 217 >= 135 @ 0.490849
0.52/0.65	c bounds 217 >= 136 @ 0.491363
0.52/0.65	c bounds 217 >= 137 @ 0.491946
0.52/0.65	c bounds 217 >= 138 @ 0.492658
0.52/0.65	c bounds 217 >= 139 @ 0.49282
0.52/0.65	c bounds 217 >= 140 @ 0.495306
0.52/0.65	c bounds 217 >= 141 @ 0.496432
0.52/0.66	c bounds 217 >= 142 @ 0.496833
0.52/0.66	c bounds 217 >= 143 @ 0.498449
0.52/0.66	c bounds 217 >= 144 @ 0.500722
0.52/0.66	c bounds 217 >= 145 @ 0.502974
0.52/0.67	c bounds 217 >= 146 @ 0.504258
0.52/0.67	c bounds 217 >= 147 @ 0.506971
0.52/0.67	c bounds 217 >= 148 @ 0.509484
0.52/0.68	c bounds 217 >= 149 @ 0.514261
0.52/0.68	c bounds 217 >= 150 @ 0.515879
0.52/0.68	c bounds 217 >= 151 @ 0.517471
0.52/0.69	c bounds 217 >= 152 @ 0.528625
0.61/0.73	c bounds 217 >= 153 @ 0.564576
0.81/0.93	c #Conflicts:       1000 | #Constraints:       6042
0.81/0.93	c bounds 216 >= 153 @ 0.750537
0.81/0.93	c bounds 216 >= 154 @ 0.751298
0.81/0.93	c bounds 216 >= 155 @ 0.752477
0.81/0.93	c bounds 216 >= 156 @ 0.752504
0.81/0.93	c bounds 216 >= 157 @ 0.753808
0.81/0.93	c bounds 216 >= 158 @ 0.754823
0.81/0.94	c bounds 216 >= 159 @ 0.756777
1.02/1.19	c bounds 216 >= 160 @ 1.00096
1.10/1.20	c bounds 216 >= 161 @ 1.00589
1.10/1.21	c bounds 216 >= 162 @ 1.01806
1.10/1.23	c bounds 216 >= 163 @ 1.03684
1.10/1.25	c bounds 216 >= 164 @ 1.05664
1.10/1.26	c bounds 216 >= 165 @ 1.06141
1.10/1.27	c bounds 216 >= 166 @ 1.07285
1.20/1.30	c bounds 215 >= 166 @ 1.10054
1.20/1.30	c bounds 215 >= 167 @ 1.10493
1.20/1.31	c bounds 215 >= 168 @ 1.10887
1.20/1.32	c bounds 215 >= 169 @ 1.1239
1.30/1.43	c #Conflicts:       2000 | #Constraints:       7270
1.30/1.43	c INPROCESSING
1.30/1.43	c GARBAGE COLLECT
1.30/1.43	c rational objective 169
1.30/1.49	c bounds 215 >= 170 @ 1.29043
1.40/1.50	c bounds 215 >= 171 @ 1.29936
1.40/1.53	c bounds 215 >= 172 @ 1.3249
1.40/1.57	c bounds 215 >= 173 @ 1.36444
1.51/1.62	c #Conflicts:       3000 | #Constraints:       7096
1.51/1.62	c bounds 215 >= 174 @ 1.41541
1.70/1.86	c bounds 214 >= 174 @ 1.6374
1.80/1.98	c #Conflicts:       4000 | #Constraints:       8131
1.80/1.98	c INPROCESSING
1.80/1.98	c GARBAGE COLLECT
1.80/1.98	c rational objective 174
1.91/2.05	c bounds 214 >= 175 @ 1.82068
2.01/2.12	c #Conflicts:       5000 | #Constraints:       7491
2.01/2.12	c bounds 214 >= 176 @ 1.89393
2.10/2.22	c bounds 213 >= 176 @ 1.98538
2.40/2.51	c #Conflicts:       6000 | #Constraints:       8531
2.40/2.51	c INPROCESSING
2.40/2.51	c GARBAGE COLLECT
2.40/2.51	c rational objective 176
2.40/2.56	c bounds 212 >= 176 @ 2.31323
3.10/3.23	c #Conflicts:       7000 | #Constraints:       7470
3.10/3.23	c #Conflicts:       8000 | #Constraints:       8480
3.10/3.23	c #Conflicts:       9000 | #Constraints:       9481
3.10/3.23	c INPROCESSING
3.10/3.23	c GARBAGE COLLECT
3.10/3.23	c rational objective 176
3.20/3.36	c bounds 212 >= 177 @ 3.09452
3.39/3.55	c #Conflicts:      10000 | #Constraints:       8215
3.39/3.55	c bounds 212 >= 178 @ 3.27809
3.60/3.76	c #Conflicts:      11000 | #Constraints:       9254
3.60/3.76	WSVECS04 Frhs2[3]: 6 -1.00004 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[7]: 6 -1.00005 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[9]: 6 -1.00004 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[15]: 6 -1.00008 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[19]: 6 -1.00009 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[21]: 6 -1.00009 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[27]: 6 -1.00009 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[29]: 6 -1.00005 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[33]: 6 -1.00007 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[39]: 6 -1.00006 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[41]: 6 -1.00007 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[45]: 6 -1.00009 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[51]: 6 -1.00006 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[55]: 6 -1.00009 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[59]: 6 -1.00003 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[63]: 6 -1.00006 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[65]: 6 -1.00007 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[71]: 6 -1.00007 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[73]: 6 -1.00001 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[77]: 6 -1.00009 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[83]: 6 -1.00007 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[85]: 6 -1.00001 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[91]: 6 -1.00008 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[95]: 6 -1.00003 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[97]: 6 -1.00008 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[101]: 6 -1.00002 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[107]: 6 -1.00008 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[109]: 6 -1.0001 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[113]: 6 -1.00006 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[119]: 6 -1.00002 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[121]: 6 -1.00003 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[127]: 6 -1.00009 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[409]: 6 -1.00002 0 shouldn't be
3.60/3.76	WSVECS04 Frhs2[458]: 6 -1.00003 0 shouldn't be
3.60/3.78	c bounds 212 >= 179 @ 3.49789
3.80/3.94	c #Conflicts:      12000 | #Constraints:      10284
3.80/3.94	c INPROCESSING
3.80/3.94	c GARBAGE COLLECT
3.80/3.94	c rational objective 179
3.91/4.08	c bounds 212 >= 180 @ 3.78429
4.29/4.44	c #Conflicts:      13000 | #Constraints:       8734
4.29/4.44	c #Conflicts:      14000 | #Constraints:       9734
4.29/4.44	c bounds 212 >= 181 @ 4.13682
4.39/4.55	c #Conflicts:      15000 | #Constraints:      10776
4.39/4.55	c INPROCESSING
4.39/4.55	c GARBAGE COLLECT
4.39/4.55	c rational objective 181
4.69/4.81	c bounds 212 >= 182 @ 4.5028
5.09/5.23	c #Conflicts:      16000 | #Constraints:       9001
5.09/5.23	c #Conflicts:      17000 | #Constraints:      10001
5.09/5.23	c bounds 212 >= 183 @ 4.90505
5.29/5.42	c #Conflicts:      18000 | #Constraints:      11044
5.29/5.42	c INPROCESSING
5.29/5.42	c GARBAGE COLLECT
5.29/5.42	WSVECS04 Frhs2[277]: 6 -1.00003 0 shouldn't be
5.29/5.42	WSVECS04 Frhs2[333]: 6 -1.00003 0 shouldn't be
5.29/5.42	WSVECS04 Frhs2[371]: 6 -1.00008 0 shouldn't be
5.29/5.42	WSVECS04 Frhs2[377]: 6 -1.00006 0 shouldn't be
5.29/5.42	WSVECS04 Frhs2[454]: 6 -1.0001 0 shouldn't be
5.39/5.50	c rational objective 183
5.79/5.94	c #Conflicts:      19000 | #Constraints:       9007
5.79/5.94	c bounds 212 >= 184 @ 5.5926
6.29/6.41	c #Conflicts:      20000 | #Constraints:      10061
6.29/6.41	c #Conflicts:      21000 | #Constraints:      11067
6.29/6.41	c INPROCESSING
6.29/6.41	c GARBAGE COLLECT
6.29/6.41	c rational objective 184
7.49/7.61	c #Conflicts:      22000 | #Constraints:       8872
7.49/7.61	c #Conflicts:      23000 | #Constraints:       9909
7.49/7.61	c #Conflicts:      24000 | #Constraints:      10912
7.49/7.61	c #Conflicts:      25000 | #Constraints:      11912
7.49/7.61	c INPROCESSING
7.49/7.61	c GARBAGE COLLECT
7.49/7.61	c rational objective 184
8.68/8.85	c #Conflicts:      26000 | #Constraints:       9449
8.68/8.85	c #Conflicts:      27000 | #Constraints:      10472
8.68/8.85	c #Conflicts:      28000 | #Constraints:      11493
8.68/8.85	c bounds 211 >= 184 @ 8.41575
8.79/8.99	c #Conflicts:      29000 | #Constraints:      12500
8.79/8.99	c INPROCESSING
8.79/8.99	c GARBAGE COLLECT
8.79/8.99	c rational objective 184
9.28/9.40	c #Conflicts:      30000 | #Constraints:       9850
9.28/9.40	c bounds 211 >= 185 @ 8.93544
9.78/9.93	c #Conflicts:      31000 | #Constraints:      10901
9.78/9.93	c #Conflicts:      32000 | #Constraints:      11901
9.78/9.93	c #Conflicts:      33000 | #Constraints:      12901
9.78/9.93	c INPROCESSING
9.78/9.93	c GARBAGE COLLECT
9.78/9.93	c rational objective 185
10.47/10.70	c #Conflicts:      34000 | #Constraints:      10054
10.47/10.70	c #Conflicts:      35000 | #Constraints:      11054
10.47/10.70	c bounds 211 >= 186 @ 10.2035
11.07/11.23	c #Conflicts:      36000 | #Constraints:      12102
11.07/11.23	c #Conflicts:      37000 | #Constraints:      13102
11.07/11.23	c INPROCESSING
11.07/11.23	c GARBAGE COLLECT
11.07/11.23	c rational objective 186
11.38/11.55	c #Conflicts:      38000 | #Constraints:      10066
11.38/11.55	c bounds 211 >= 187 @ 11.0361
12.07/12.24	c #Conflicts:      39000 | #Constraints:      11105
12.07/12.24	c #Conflicts:      40000 | #Constraints:      12105
12.07/12.24	c bounds 211 >= 188 @ 11.7065
12.77/12.97	c #Conflicts:      41000 | #Constraints:      13138
12.77/12.97	c #Conflicts:      42000 | #Constraints:      14138
12.77/12.97	c #Conflicts:      43000 | #Constraints:      15138
12.77/12.97	c bounds 211 >= 189 @ 12.4112
12.77/12.99	c bounds 210 >= 189 @ 12.4396
12.98/13.16	c bounds 209 >= 189 @ 12.6001
13.27/13.46	c #Conflicts:      44000 | #Constraints:      16169
13.27/13.46	c #Conflicts:      45000 | #Constraints:      17173
13.27/13.46	c bounds 208 >= 189 @ 12.8944
15.66/15.87	c #Conflicts:      46000 | #Constraints:      18177
15.66/15.87	c #Conflicts:      47000 | #Constraints:      19177
15.66/15.87	c #Conflicts:      48000 | #Constraints:      20177
15.66/15.87	c #Conflicts:      49000 | #Constraints:      21177
15.66/15.87	c #Conflicts:      50000 | #Constraints:      22177
15.66/15.87	c bounds 208 >= 190 @ 15.2477
17.05/17.25	c #Conflicts:      51000 | #Constraints:      23214
17.05/17.25	c #Conflicts:      52000 | #Constraints:      24232
17.05/17.25	c #Conflicts:      53000 | #Constraints:      25244
17.05/17.25	c INPROCESSING
17.05/17.25	c GARBAGE COLLECT
17.05/17.25	c rational objective 190
18.86/19.10	c #Conflicts:      54000 | #Constraints:      15999
18.86/19.10	c #Conflicts:      55000 | #Constraints:      17003
18.86/19.10	c #Conflicts:      56000 | #Constraints:      18008
18.86/19.10	c #Conflicts:      57000 | #Constraints:      19010
18.86/19.10	c #Conflicts:      58000 | #Constraints:      20011
18.86/19.10	c INPROCESSING
18.86/19.10	c GARBAGE COLLECT
18.86/19.10	c rational objective 190
20.56/20.87	c #Conflicts:      59000 | #Constraints:      13306
20.56/20.87	c #Conflicts:      60000 | #Constraints:      14306
20.56/20.87	c #Conflicts:      61000 | #Constraints:      15306
20.56/20.87	c #Conflicts:      62000 | #Constraints:      16306
20.56/20.87	c #Conflicts:      63000 | #Constraints:      17306
20.56/20.87	c bounds 208 >= 191 @ 20.0692
20.96/21.28	c #Conflicts:      64000 | #Constraints:      18337
20.96/21.28	c INPROCESSING
20.96/21.28	c GARBAGE COLLECT
20.96/21.28	c rational objective 191
22.87/23.12	c #Conflicts:      65000 | #Constraints:      12567
22.87/23.12	c #Conflicts:      66000 | #Constraints:      13567
22.87/23.12	c #Conflicts:      67000 | #Constraints:      14567
22.87/23.12	c #Conflicts:      68000 | #Constraints:      15567
22.87/23.12	c #Conflicts:      69000 | #Constraints:      16567
22.87/23.12	c bounds 208 >= 192 @ 22.2776
23.16/23.48	c #Conflicts:      70000 | #Constraints:      17620
23.16/23.48	c INPROCESSING
23.16/23.48	c GARBAGE COLLECT
23.16/23.48	c rational objective 192
25.25/25.58	c #Conflicts:      71000 | #Constraints:      12317
25.25/25.58	c #Conflicts:      72000 | #Constraints:      13317
25.25/25.58	c #Conflicts:      73000 | #Constraints:      14318
25.25/25.58	c #Conflicts:      74000 | #Constraints:      15318
25.25/25.58	c #Conflicts:      75000 | #Constraints:      16318
25.25/25.58	c bounds 208 >= 193 @ 24.672
25.55/25.86	c #Conflicts:      76000 | #Constraints:      17372
25.55/25.86	c INPROCESSING
25.55/25.86	c GARBAGE COLLECT
25.55/25.86	c rational objective 193
30.04/30.32	c #Conflicts:      77000 | #Constraints:      12180
30.04/30.32	c #Conflicts:      78000 | #Constraints:      13183
30.04/30.32	c #Conflicts:      79000 | #Constraints:      14185
30.04/30.32	c #Conflicts:      80000 | #Constraints:      15188
30.04/30.32	c #Conflicts:      81000 | #Constraints:      16194
30.04/30.32	c #Conflicts:      82000 | #Constraints:      17197
30.04/30.32	c #Conflicts:      83000 | #Constraints:      18200
30.04/30.32	c #Conflicts:      84000 | #Constraints:      19206
30.04/30.32	c #Conflicts:      85000 | #Constraints:      20221
30.04/30.32	c #Conflicts:      86000 | #Constraints:      21244
30.04/30.32	c #Conflicts:      87000 | #Constraints:      22255
30.04/30.32	c bounds 207 >= 193 @ 29.3155
34.52/34.86	c #Conflicts:      88000 | #Constraints:      23267
34.52/34.86	c #Conflicts:      89000 | #Constraints:      24267
34.52/34.86	c #Conflicts:      90000 | #Constraints:      25267
34.52/34.86	c #Conflicts:      91000 | #Constraints:      26268
34.52/34.86	c #Conflicts:      92000 | #Constraints:      27268
34.52/34.86	c bounds 207 >= 194 @ 33.7992
40.21/40.50	c #Conflicts:      93000 | #Constraints:      28304
40.21/40.50	c #Conflicts:      94000 | #Constraints:      29309
40.21/40.50	c #Conflicts:      95000 | #Constraints:      30311
40.21/40.50	c #Conflicts:      96000 | #Constraints:      31316
40.21/40.50	c #Conflicts:      97000 | #Constraints:      32324
40.21/40.50	c #Conflicts:      98000 | #Constraints:      33330
40.21/40.50	c #Conflicts:      99000 | #Constraints:      34336
40.21/40.50	c INPROCESSING
40.21/40.50	c GARBAGE COLLECT
40.21/40.50	c rational objective 194
45.30/45.69	c #Conflicts:     100000 | #Constraints:      20927
45.30/45.69	c #Conflicts:     101000 | #Constraints:      21927
45.30/45.69	c #Conflicts:     102000 | #Constraints:      22929
45.30/45.69	c #Conflicts:     103000 | #Constraints:      23930
45.30/45.69	c #Conflicts:     104000 | #Constraints:      24930
45.30/45.69	c #Conflicts:     105000 | #Constraints:      25930
45.30/45.69	c #Conflicts:     106000 | #Constraints:      26930
45.30/45.69	c INPROCESSING
45.30/45.69	c GARBAGE COLLECT
45.30/45.69	c rational objective 194
47.00/47.31	c #Conflicts:     107000 | #Constraints:      16968
47.00/47.31	c #Conflicts:     108000 | #Constraints:      17968
47.00/47.31	c #Conflicts:     109000 | #Constraints:      18968
47.00/47.31	c bounds 207 >= 195 @ 46.0804
47.10/47.44	c #Conflicts:     110000 | #Constraints:      20010
47.10/47.44	WSVECS04 Frhs2[3]: 6 -1.00008 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[7]: 6 -1.00009 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[11]: 6 -1.00009 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[13]: 6 -1.00009 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[19]: 6 -1.0001 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[21]: 6 -1.00003 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[25]: 6 -1.00008 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[29]: 6 -1.00009 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[33]: 6 -1.00009 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[37]: 6 -1.00006 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[43]: 6 -1.00005 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[47]: 6 -1.00004 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[51]: 6 -1.00009 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[53]: 6 -1.00003 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[59]: 6 -1.00007 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[61]: 6 -1.00002 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[67]: 6 -1.00006 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[71]: 6 -1.00009 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[73]: 6 -1.00009 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[77]: 6 -1.00002 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[83]: 6 -1.00005 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[87]: 6 -1.0001 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[89]: 6 -1.00002 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[93]: 6 -1.00004 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[97]: 6 -1.0001 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[103]: 6 -1.00004 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[107]: 6 -1.00005 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[109]: 6 -1.00001 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[115]: 6 -1.00005 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[117]: 6 -1.00005 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[121]: 6 -1.00007 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[127]: 6 -1.00007 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[135]: 6 -1.00005 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[139]: 6 -1.00008 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[143]: 6 -1.00003 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[145]: 6 -1.00003 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[149]: 6 -1.00001 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[153]: 6 -1.00009 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[155]: 6 -1.00002 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[157]: 6 -1.00006 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[163]: 6 -1.0001 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[165]: 6 -1.00008 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[169]: 6 -1.00002 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[175]: 6 -1.00002 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[177]: 6 -1.00005 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[183]: 6 -1.00009 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[187]: 6 -1.00006 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[189]: 6 -1.00001 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[195]: 6 -1.00001 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[199]: 6 -1.00006 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[203]: 6 -1.00006 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[207]: 6 -1.0001 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[209]: 6 -1.00009 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[213]: 6 -1.00005 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[217]: 6 -1.00009 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[221]: 6 -1.0001 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[225]: 6 -1.00002 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[231]: 6 -1.00006 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[235]: 6 -1.00003 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[239]: 6 -1.00008 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[241]: 6 -1.00003 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[245]: 6 -1.00009 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[251]: 6 -1.00009 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[265]: 6 -1.00002 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[271]: 6 -1.00007 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[283]: 6 -1.00003 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[295]: 6 -1.00002 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[297]: 6 -1.00006 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[311]: 6 -1.00002 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[319]: 6 -1.00007 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[321]: 6 -1.00005 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[347]: 6 -1.00002 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[351]: 6 -1.00003 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[357]: 6 -1.00003 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[375]: 6 -1.00007 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[412]: 6 -1.00006 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[413]: 6 -1.00007 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[459]: 6 -1.00003 0 shouldn't be
47.10/47.44	WSVECS04 Frhs2[462]: 6 -1.00004 0 shouldn't be
48.71/49.06	c #Conflicts:     111000 | #Constraints:      21010
48.71/49.06	c #Conflicts:     112000 | #Constraints:      22010
48.71/49.06	c #Conflicts:     113000 | #Constraints:      23010
48.71/49.06	c #Conflicts:     114000 | #Constraints:      24010
48.71/49.06	c INPROCESSING
48.71/49.06	c GARBAGE COLLECT
48.71/49.06	c rational objective 195
52.69/55.63	c #Conflicts:     115000 | #Constraints:      15728
52.69/55.63	c #Conflicts:     116000 | #Constraints:      16731
52.69/55.63	c #Conflicts:     117000 | #Constraints:      17739
52.69/55.63	c #Conflicts:     118000 | #Constraints:      18749
52.69/55.63	c #Conflicts:     119000 | #Constraints:      19758
52.69/55.63	c #Conflicts:     120000 | #Constraints:      20761
52.69/55.63	c #Conflicts:     121000 | #Constraints:      21770
52.69/55.63	c INPROCESSING
52.69/55.63	c GARBAGE COLLECT
52.69/55.63	c rational objective 195
55.58/58.56	c #Conflicts:     122000 | #Constraints:      14255
55.58/58.56	c #Conflicts:     123000 | #Constraints:      15255
55.58/58.56	c #Conflicts:     124000 | #Constraints:      16256
55.58/58.56	c #Conflicts:     125000 | #Constraints:      17258
55.58/58.56	c #Conflicts:     126000 | #Constraints:      18258
55.58/58.56	c #Conflicts:     127000 | #Constraints:      19258
55.58/58.56	c #Conflicts:     128000 | #Constraints:      20258
55.58/58.56	c bounds 207 >= 196 @ 54.5398
56.09/59.09	c #Conflicts:     129000 | #Constraints:      21306
56.09/59.09	c INPROCESSING
56.09/59.09	c GARBAGE COLLECT
56.09/59.09	c rational objective 196
57.78/60.75	c #Conflicts:     130000 | #Constraints:      13992
57.78/60.75	c #Conflicts:     131000 | #Constraints:      14994
57.78/60.75	c #Conflicts:     132000 | #Constraints:      15995
57.78/60.75	c #Conflicts:     133000 | #Constraints:      16995
57.78/60.75	c #Conflicts:     134000 | #Constraints:      17995
57.78/60.75	c bounds 207 >= 197 @ 56.6805
61.87/64.87	c #Conflicts:     135000 | #Constraints:      19051
61.87/64.87	c #Conflicts:     136000 | #Constraints:      20051
61.87/64.87	c #Conflicts:     137000 | #Constraints:      21051
61.87/64.87	c #Conflicts:     138000 | #Constraints:      22051
61.87/64.87	c #Conflicts:     139000 | #Constraints:      23051
61.87/64.87	c #Conflicts:     140000 | #Constraints:      24051
61.87/64.87	c #Conflicts:     141000 | #Constraints:      25051
61.87/64.87	c #Conflicts:     142000 | #Constraints:      26053
61.87/64.87	c #Conflicts:     143000 | #Constraints:      27054
61.87/64.87	c bounds 207 >= 198 @ 60.7148
70.17/73.18	c #Conflicts:     144000 | #Constraints:      28100
70.17/73.18	c #Conflicts:     145000 | #Constraints:      29106
70.17/73.18	c #Conflicts:     146000 | #Constraints:      30116
70.17/73.18	c #Conflicts:     147000 | #Constraints:      31119
70.17/73.18	c #Conflicts:     148000 | #Constraints:      32124
70.17/73.18	c #Conflicts:     149000 | #Constraints:      33129
70.17/73.18	c #Conflicts:     150000 | #Constraints:      34132
70.17/73.18	c #Conflicts:     151000 | #Constraints:      35135
70.17/73.18	c #Conflicts:     152000 | #Constraints:      36137
70.17/73.18	c #Conflicts:     153000 | #Constraints:      37144
70.17/73.18	c #Conflicts:     154000 | #Constraints:      38146
70.17/73.18	c #Conflicts:     155000 | #Constraints:      39152
70.17/73.18	c #Conflicts:     156000 | #Constraints:      40156
70.17/73.18	c #Conflicts:     157000 | #Constraints:      41159
70.17/73.18	c #Conflicts:     158000 | #Constraints:      42162
70.17/73.18	c INPROCESSING
70.17/73.18	c GARBAGE COLLECT
70.17/73.18	c rational objective 198
76.53/79.59	c #Conflicts:     159000 | #Constraints:      24556
76.53/79.59	c #Conflicts:     160000 | #Constraints:      25557
76.53/79.59	c #Conflicts:     161000 | #Constraints:      26558
76.53/79.59	c #Conflicts:     162000 | #Constraints:      27558
76.53/79.59	c #Conflicts:     163000 | #Constraints:      28558
76.53/79.59	c #Conflicts:     164000 | #Constraints:      29558
76.53/79.59	c #Conflicts:     165000 | #Constraints:      30558
76.53/79.59	c #Conflicts:     166000 | #Constraints:      31559
76.53/79.59	c #Conflicts:     167000 | #Constraints:      32559
76.53/79.59	c #Conflicts:     168000 | #Constraints:      33560
76.53/79.59	c INPROCESSING
76.53/79.59	c GARBAGE COLLECT
76.53/79.59	c rational objective 198
79.08/83.65	c #Conflicts:     169000 | #Constraints:      20537
79.08/83.65	c #Conflicts:     170000 | #Constraints:      21539
79.08/83.65	c #Conflicts:     171000 | #Constraints:      22539
79.08/83.65	c bounds 207 >= 199 @ 77.6535
79.49/84.08	c #Conflicts:     172000 | #Constraints:      23582
79.49/84.08	WSVECS04 Frhs2[17]: 6 -1.00005 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[57]: 6 -1.00001 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[67]: 6 -1.00008 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[69]: 6 -1.00004 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[81]: 6 -1.00009 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[87]: 6 -1.00009 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[89]: 6 -1.00006 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[99]: 6 -1.00002 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[103]: 6 -1.00009 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[105]: 6 -1.00008 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[111]: 6 -1.00006 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[123]: 6 -1.00007 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[131]: 6 -1.00001 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[139]: 6 -1.00009 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[141]: 6 -1.00006 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[163]: 6 -1.00008 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[175]: 6 -1.00003 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[177]: 6 -1.00007 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[183]: 6 -1.00008 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[189]: 6 -1.00007 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[203]: 6 -1.00006 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[207]: 6 -1.0001 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[221]: 6 -1.00005 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[227]: 6 -1.00005 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[231]: 6 -1.00008 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[239]: 6 -1.00002 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[241]: 6 -1.00003 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[251]: 6 -1.00005 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[253]: 6 -1.00007 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[265]: 6 -1.00005 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[271]: 6 -1.00008 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[277]: 6 -1.00008 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[281]: 6 -1.00008 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[289]: 6 -1.00002 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[293]: 6 -1.00009 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[299]: 6 -1.0001 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[301]: 6 -1.00009 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[307]: 6 -1.00004 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[309]: 6 -1.00002 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[319]: 6 -1.00008 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[329]: 6 -1.0001 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[333]: 6 -1.00003 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[341]: 6 -1.00002 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[347]: 6 -1.00002 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[351]: 6 -1.00003 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[353]: 6 -1.00004 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[357]: 6 -1.00007 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[365]: 6 -1.0001 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[371]: 6 -1.00009 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[375]: 6 -1.00007 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[377]: 6 -1.0001 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[383]: 6 -1.00003 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[394]: 6 -1.00004 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[397]: 6 -1.0001 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[406]: 6 -1.00007 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[407]: 6 -1.00003 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[429]: 6 -1.00007 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[442]: 6 -1.00005 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[462]: 6 -1.00007 0 shouldn't be
79.49/84.08	WSVECS04 Frhs2[486]: 6 -1.0001 0 shouldn't be
82.77/87.37	c #Conflicts:     173000 | #Constraints:      24582
82.77/87.37	c #Conflicts:     174000 | #Constraints:      25582
82.77/87.37	c #Conflicts:     175000 | #Constraints:      26585
82.77/87.37	c #Conflicts:     176000 | #Constraints:      27585
82.77/87.37	c #Conflicts:     177000 | #Constraints:      28585
82.77/87.37	c INPROCESSING
82.77/87.37	c GARBAGE COLLECT
82.77/87.37	c rational objective 199
86.06/90.66	c #Conflicts:     178000 | #Constraints:      17826
86.06/90.66	c #Conflicts:     179000 | #Constraints:      18827
86.06/90.66	c #Conflicts:     180000 | #Constraints:      19830
86.06/90.66	c #Conflicts:     181000 | #Constraints:      20858
86.06/90.66	c #Conflicts:     182000 | #Constraints:      21859
86.06/90.66	c #Conflicts:     183000 | #Constraints:      22860
86.06/90.66	c #Conflicts:     184000 | #Constraints:      23862
86.06/90.66	c bounds 207 >= 200 @ 84.5077
87.36/91.93	c #Conflicts:     185000 | #Constraints:      25031
87.36/91.93	c #Conflicts:     186000 | #Constraints:      26451
87.36/91.93	c #Conflicts:     187000 | #Constraints:      27654
87.36/91.93	c INPROCESSING
87.36/91.93	c GARBAGE COLLECT
87.36/91.93	c rational objective 200
94.04/98.65	c #Conflicts:     188000 | #Constraints:      17553
94.04/98.65	c #Conflicts:     189000 | #Constraints:      18555
94.04/98.65	c #Conflicts:     190000 | #Constraints:      19557
94.04/98.65	c #Conflicts:     191000 | #Constraints:      20557
94.04/98.65	c #Conflicts:     192000 | #Constraints:      21559
94.04/98.65	c #Conflicts:     193000 | #Constraints:      22559
94.04/98.65	c #Conflicts:     194000 | #Constraints:      23561
94.04/98.65	c #Conflicts:     195000 | #Constraints:      24562
94.04/98.65	c #Conflicts:     196000 | #Constraints:      25562
94.04/98.65	c #Conflicts:     197000 | #Constraints:      26563
94.04/98.65	c #Conflicts:     198000 | #Constraints:      27563
94.04/98.65	c #Conflicts:     199000 | #Constraints:      28564
94.04/98.65	c #Conflicts:     200000 | #Constraints:      29564
94.04/98.65	c bounds 207 >= 201 @ 92.3258
108.49/115.52	c #Conflicts:     201000 | #Constraints:      30607
108.49/115.52	c #Conflicts:     202000 | #Constraints:      31622
108.49/115.52	c #Conflicts:     203000 | #Constraints:      32629
108.49/115.52	c #Conflicts:     204000 | #Constraints:      33635
108.49/115.52	c #Conflicts:     205000 | #Constraints:      34642
108.49/115.52	c #Conflicts:     206000 | #Constraints:      35648
108.49/115.52	c #Conflicts:     207000 | #Constraints:      36656
108.49/115.52	c #Conflicts:     208000 | #Constraints:      37666
108.49/115.52	c #Conflicts:     209000 | #Constraints:      38671
108.49/115.52	c #Conflicts:     210000 | #Constraints:      39679
108.49/115.52	c #Conflicts:     211000 | #Constraints:      40684
108.49/115.52	c #Conflicts:     212000 | #Constraints:      41690
108.49/115.52	c #Conflicts:     213000 | #Constraints:      42695
108.49/115.52	c #Conflicts:     214000 | #Constraints:      43697
108.49/115.52	c #Conflicts:     215000 | #Constraints:      44704
108.49/115.52	c #Conflicts:     216000 | #Constraints:      45704
108.49/115.52	c #Conflicts:     217000 | #Constraints:      46705
108.49/115.52	c #Conflicts:     218000 | #Constraints:      47709
108.49/115.52	c #Conflicts:     219000 | #Constraints:      48716
108.49/115.52	c #Conflicts:     220000 | #Constraints:      49716
108.49/115.52	c #Conflicts:     221000 | #Constraints:      50718
108.49/115.52	c INPROCESSING
108.49/115.52	c GARBAGE COLLECT
108.49/115.52	c rational objective 201
117.26/124.31	c #Conflicts:     222000 | #Constraints:      29017
117.26/124.31	c #Conflicts:     223000 | #Constraints:      30019
117.26/124.31	c #Conflicts:     224000 | #Constraints:      31020
117.26/124.31	c #Conflicts:     225000 | #Constraints:      32021
117.26/124.31	c #Conflicts:     226000 | #Constraints:      33022
117.26/124.31	c #Conflicts:     227000 | #Constraints:      34023
117.26/124.31	c #Conflicts:     228000 | #Constraints:      35025
117.26/124.31	c #Conflicts:     229000 | #Constraints:      36025
117.26/124.31	c #Conflicts:     230000 | #Constraints:      37026
117.26/124.31	c #Conflicts:     231000 | #Constraints:      38026
117.26/124.31	c #Conflicts:     232000 | #Constraints:      39027
117.26/124.31	c INPROCESSING
117.26/124.31	c GARBAGE COLLECT
117.26/124.31	c rational objective 201
120.85/127.98	c #Conflicts:     233000 | #Constraints:      23103
120.85/127.98	c #Conflicts:     234000 | #Constraints:      24104
120.85/127.98	c #Conflicts:     235000 | #Constraints:      25104
120.85/127.98	c #Conflicts:     236000 | #Constraints:      26104
120.85/127.98	c #Conflicts:     237000 | #Constraints:      27106
120.85/127.98	c #Conflicts:     238000 | #Constraints:      28107
120.85/127.98	c #Conflicts:     239000 | #Constraints:      29108
120.85/127.98	c bounds 207 >= 202 @ 118.816
123.35/130.49	c #Conflicts:     240000 | #Constraints:      30153
123.35/130.49	c #Conflicts:     241000 | #Constraints:      31155
123.35/130.49	c #Conflicts:     242000 | #Constraints:      32159
123.35/130.49	c #Conflicts:     243000 | #Constraints:      33162
123.35/130.49	c INPROCESSING
123.35/130.49	c GARBAGE COLLECT
123.35/130.49	c rational objective 202
128.94/136.05	c #Conflicts:     244000 | #Constraints:      20106
128.94/136.05	c #Conflicts:     245000 | #Constraints:      21107
128.94/136.05	c #Conflicts:     246000 | #Constraints:      22107
128.94/136.05	c #Conflicts:     247000 | #Constraints:      23108
128.94/136.05	c #Conflicts:     248000 | #Constraints:      24109
128.94/136.05	c #Conflicts:     249000 | #Constraints:      25110
128.94/136.05	c #Conflicts:     250000 | #Constraints:      26110
128.94/136.05	c #Conflicts:     251000 | #Constraints:      27112
128.94/136.05	c #Conflicts:     252000 | #Constraints:      28112
128.94/136.05	c #Conflicts:     253000 | #Constraints:      29112
128.94/136.05	c #Conflicts:     254000 | #Constraints:      30112
128.94/136.05	c #Conflicts:     255000 | #Constraints:      31113
128.94/136.05	c INPROCESSING
128.94/136.05	c GARBAGE COLLECT
128.94/136.05	c rational objective 202
138.57/148.31	c #Conflicts:     256000 | #Constraints:      19395
138.57/148.31	c #Conflicts:     257000 | #Constraints:      20396
138.57/148.31	c #Conflicts:     258000 | #Constraints:      21396
138.57/148.31	c #Conflicts:     259000 | #Constraints:      22396
138.57/148.31	c #Conflicts:     260000 | #Constraints:      23397
138.57/148.31	c #Conflicts:     261000 | #Constraints:      24397
138.57/148.31	c #Conflicts:     262000 | #Constraints:      25397
138.57/148.31	c #Conflicts:     263000 | #Constraints:      26398
138.57/148.31	c #Conflicts:     264000 | #Constraints:      27399
138.57/148.31	c #Conflicts:     265000 | #Constraints:      28400
138.57/148.31	c #Conflicts:     266000 | #Constraints:      29400
138.57/148.31	c #Conflicts:     267000 | #Constraints:      30400
138.57/148.31	c #Conflicts:     268000 | #Constraints:      31401
138.57/148.31	c #Conflicts:     269000 | #Constraints:      32401
138.57/148.31	c #Conflicts:     270000 | #Constraints:      33401
138.57/148.31	c #Conflicts:     271000 | #Constraints:      34403
138.57/148.31	c bounds 207 >= 203 @ 136.161
155.42/165.23	c #Conflicts:     272000 | #Constraints:      35478
155.42/165.23	c #Conflicts:     273000 | #Constraints:      36484
155.42/165.23	c #Conflicts:     274000 | #Constraints:      37489
155.42/165.23	c #Conflicts:     275000 | #Constraints:      38496
155.42/165.23	c #Conflicts:     276000 | #Constraints:      39505
155.42/165.23	c #Conflicts:     277000 | #Constraints:      40510
155.42/165.23	c #Conflicts:     278000 | #Constraints:      41512
155.42/165.23	c #Conflicts:     279000 | #Constraints:      42516
155.42/165.23	c #Conflicts:     280000 | #Constraints:      43518
155.42/165.23	c #Conflicts:     281000 | #Constraints:      44522
155.42/165.23	c #Conflicts:     282000 | #Constraints:      45525
155.42/165.23	c #Conflicts:     283000 | #Constraints:      46527
155.42/165.23	c #Conflicts:     284000 | #Constraints:      47530
155.42/165.23	c #Conflicts:     285000 | #Constraints:      48532
155.42/165.23	c #Conflicts:     286000 | #Constraints:      49534
155.42/165.23	c #Conflicts:     287000 | #Constraints:      50537
155.42/165.23	c #Conflicts:     288000 | #Constraints:      51538
155.42/165.23	c #Conflicts:     289000 | #Constraints:      52540
155.42/165.23	c #Conflicts:     290000 | #Constraints:      53543
155.42/165.23	c #Conflicts:     291000 | #Constraints:      54545
155.42/165.23	c #Conflicts:     292000 | #Constraints:      55549
155.42/165.23	c #Conflicts:     293000 | #Constraints:      56554
155.42/165.23	c #Conflicts:     294000 | #Constraints:      57557
155.42/165.23	c INPROCESSING
155.42/165.23	c GARBAGE COLLECT
155.42/165.23	c rational objective 203
165.50/175.32	c #Conflicts:     295000 | #Constraints:      32408
165.50/175.32	c #Conflicts:     296000 | #Constraints:      33409
165.50/175.32	c #Conflicts:     297000 | #Constraints:      34410
165.50/175.32	c #Conflicts:     298000 | #Constraints:      35411
165.50/175.32	c #Conflicts:     299000 | #Constraints:      36412
165.50/175.32	c #Conflicts:     300000 | #Constraints:      37413
165.50/175.32	c #Conflicts:     301000 | #Constraints:      38415
165.50/175.32	c #Conflicts:     302000 | #Constraints:      39417
165.50/175.32	c #Conflicts:     303000 | #Constraints:      40419
165.50/175.32	c #Conflicts:     304000 | #Constraints:      41419
165.50/175.32	c #Conflicts:     305000 | #Constraints:      42420
165.50/175.32	c #Conflicts:     306000 | #Constraints:      43421
165.50/175.32	c #Conflicts:     307000 | #Constraints:      44424
165.50/175.32	c INPROCESSING
165.50/175.32	c GARBAGE COLLECT
165.50/175.32	c rational objective 203
173.34/183.20	c #Conflicts:     308000 | #Constraints:      25948
173.34/183.20	c #Conflicts:     309000 | #Constraints:      26949
173.34/183.20	c #Conflicts:     310000 | #Constraints:      27950
173.34/183.20	c #Conflicts:     311000 | #Constraints:      28950
173.34/183.20	c #Conflicts:     312000 | #Constraints:      29953
173.34/183.20	c #Conflicts:     313000 | #Constraints:      30956
173.34/183.20	c #Conflicts:     314000 | #Constraints:      31959
173.34/183.20	c #Conflicts:     315000 | #Constraints:      32960
173.34/183.20	c #Conflicts:     316000 | #Constraints:      33961
173.34/183.20	c #Conflicts:     317000 | #Constraints:      34963
173.34/183.20	c #Conflicts:     318000 | #Constraints:      35965
173.34/183.20	c #Conflicts:     319000 | #Constraints:      36966
173.34/183.20	c #Conflicts:     320000 | #Constraints:      37969
173.34/183.20	c bounds 207 >= 204 @ 170.493
173.44/183.31	c INPROCESSING
173.44/183.31	c GARBAGE COLLECT
173.44/183.31	c rational objective 204
180.62/190.50	c #Conflicts:     321000 | #Constraints:      22828
180.62/190.50	c #Conflicts:     322000 | #Constraints:      23829
180.62/190.50	c #Conflicts:     323000 | #Constraints:      24831
180.62/190.50	c #Conflicts:     324000 | #Constraints:      25835
180.62/190.50	c #Conflicts:     325000 | #Constraints:      26837
180.62/190.50	c #Conflicts:     326000 | #Constraints:      27837
180.62/190.50	c #Conflicts:     327000 | #Constraints:      28838
180.62/190.50	c #Conflicts:     328000 | #Constraints:      29840
180.62/190.50	c #Conflicts:     329000 | #Constraints:      30840
180.62/190.50	c #Conflicts:     330000 | #Constraints:      31841
180.62/190.50	c #Conflicts:     331000 | #Constraints:      32842
180.62/190.50	c #Conflicts:     332000 | #Constraints:      33844
180.62/190.50	c #Conflicts:     333000 | #Constraints:      34845
180.62/190.50	c INPROCESSING
180.62/190.50	c GARBAGE COLLECT
180.62/190.50	c rational objective 204
181.02/190.99	c bounds 207 >= 205 @ 178.13
203.49/213.61	c #Conflicts:     334000 | #Constraints:      21236
203.49/213.61	c #Conflicts:     335000 | #Constraints:      22238
203.49/213.61	c #Conflicts:     336000 | #Constraints:      23238
203.49/213.61	c #Conflicts:     337000 | #Constraints:      24239
203.49/213.61	c #Conflicts:     338000 | #Constraints:      25239
203.49/213.61	c #Conflicts:     339000 | #Constraints:      26240
203.49/213.61	c #Conflicts:     340000 | #Constraints:      27240
203.49/213.61	c #Conflicts:     341000 | #Constraints:      28241
203.49/213.61	c #Conflicts:     342000 | #Constraints:      29243
203.49/213.61	c #Conflicts:     343000 | #Constraints:      30243
203.49/213.61	c #Conflicts:     344000 | #Constraints:      31245
203.49/213.61	c #Conflicts:     345000 | #Constraints:      32246
203.49/213.61	c #Conflicts:     346000 | #Constraints:      33247
203.49/213.61	c #Conflicts:     347000 | #Constraints:      34247
203.49/213.61	c #Conflicts:     348000 | #Constraints:      35248
203.49/213.61	c #Conflicts:     349000 | #Constraints:      36252
203.49/213.61	c #Conflicts:     350000 | #Constraints:      37255
203.49/213.61	c #Conflicts:     351000 | #Constraints:      38257
203.49/213.61	c #Conflicts:     352000 | #Constraints:      39259
203.49/213.61	c #Conflicts:     353000 | #Constraints:      40260
203.49/213.62	c #Conflicts:     354000 | #Constraints:      41263
203.49/213.62	c #Conflicts:     355000 | #Constraints:      42265
203.49/213.62	c #Conflicts:     356000 | #Constraints:      43266
203.49/213.62	c #Conflicts:     357000 | #Constraints:      44267
203.49/213.62	c #Conflicts:     358000 | #Constraints:      45268
203.49/213.62	c #Conflicts:     359000 | #Constraints:      46269
203.49/213.62	c #Conflicts:     360000 | #Constraints:      47270
203.49/213.62	c #Conflicts:     361000 | #Constraints:      48270
203.49/213.62	c #Conflicts:     362000 | #Constraints:      49271
203.49/213.62	c #Conflicts:     363000 | #Constraints:      50271
203.49/213.62	c #Conflicts:     364000 | #Constraints:      51272
203.49/213.62	c #Conflicts:     365000 | #Constraints:      52273
203.49/213.62	c #Conflicts:     366000 | #Constraints:      53273
203.49/213.62	c #Conflicts:     367000 | #Constraints:      54274
203.49/213.62	c #Conflicts:     368000 | #Constraints:      55274
203.49/213.62	c bounds 207 >= 206 @ 200.212
211.07/221.24	c #Conflicts:     369000 | #Constraints:      56336
211.07/221.24	c #Conflicts:     370000 | #Constraints:      57339
211.07/221.24	c #Conflicts:     371000 | #Constraints:      58342
211.07/221.24	c #Conflicts:     372000 | #Constraints:      59343
211.07/221.24	c #Conflicts:     373000 | #Constraints:      60345
211.07/221.24	c #Conflicts:     374000 | #Constraints:      61349
211.07/221.24	c #Conflicts:     375000 | #Constraints:      62352
211.07/221.24	c #Conflicts:     376000 | #Constraints:      63356
211.07/221.24	c #Conflicts:     377000 | #Constraints:      64359
211.07/221.24	c #Conflicts:     378000 | #Constraints:      65363
211.07/221.24	c INPROCESSING
211.07/221.24	c GARBAGE COLLECT
211.07/221.24	c rational objective 206
222.54/232.79	c #Conflicts:     379000 | #Constraints:      36580
222.54/232.79	c #Conflicts:     380000 | #Constraints:      37581
222.54/232.79	c #Conflicts:     381000 | #Constraints:      38586
222.54/232.79	c #Conflicts:     382000 | #Constraints:      39590
222.54/232.79	c #Conflicts:     383000 | #Constraints:      40593
222.54/232.79	c #Conflicts:     384000 | #Constraints:      41595
222.54/232.79	c #Conflicts:     385000 | #Constraints:      42599
222.54/232.79	c #Conflicts:     386000 | #Constraints:      43605
222.54/232.79	c #Conflicts:     387000 | #Constraints:      44610
222.54/232.79	c #Conflicts:     388000 | #Constraints:      45614
222.54/232.79	c #Conflicts:     389000 | #Constraints:      46619
222.54/232.79	c #Conflicts:     390000 | #Constraints:      47625
222.54/232.79	c #Conflicts:     391000 | #Constraints:      48626
222.54/232.79	c #Conflicts:     392000 | #Constraints:      49629
222.54/232.79	c INPROCESSING
222.54/232.79	c GARBAGE COLLECT
222.54/232.79	c rational objective 206
232.48/242.89	c #Conflicts:     393000 | #Constraints:      28539
232.48/242.89	c #Conflicts:     394000 | #Constraints:      29543
232.48/242.89	c #Conflicts:     395000 | #Constraints:      30543
232.48/242.89	c #Conflicts:     396000 | #Constraints:      31543
232.48/242.89	c #Conflicts:     397000 | #Constraints:      32545
232.48/242.89	c #Conflicts:     398000 | #Constraints:      33549
232.48/242.89	c #Conflicts:     399000 | #Constraints:      34551
232.48/242.89	c #Conflicts:     400000 | #Constraints:      35552
232.48/242.89	c #Conflicts:     401000 | #Constraints:      36555
232.48/242.89	c #Conflicts:     402000 | #Constraints:      37556
232.48/242.89	c #Conflicts:     403000 | #Constraints:      38558
232.48/242.89	c #Conflicts:     404000 | #Constraints:      39561
232.48/242.89	c #Conflicts:     405000 | #Constraints:      40561
232.48/242.89	c #Conflicts:     406000 | #Constraints:      41561
232.48/242.89	c #Conflicts:     407000 | #Constraints:      42564
232.48/242.89	c INPROCESSING
232.48/242.89	c GARBAGE COLLECT
232.48/242.89	c rational objective 206
240.86/251.22	c #Conflicts:     408000 | #Constraints:      25148
240.86/251.22	c #Conflicts:     409000 | #Constraints:      26152
240.86/251.22	c #Conflicts:     410000 | #Constraints:      27156
240.86/251.22	c #Conflicts:     411000 | #Constraints:      28158
240.86/251.22	c #Conflicts:     412000 | #Constraints:      29160
240.86/251.22	c #Conflicts:     413000 | #Constraints:      30171
240.86/251.22	c #Conflicts:     414000 | #Constraints:      31172
240.86/251.22	c #Conflicts:     415000 | #Constraints:      32172
240.86/251.22	c #Conflicts:     416000 | #Constraints:      33176
240.86/251.22	c #Conflicts:     417000 | #Constraints:      34184
240.86/251.22	c #Conflicts:     418000 | #Constraints:      35190
240.86/251.22	c #Conflicts:     419000 | #Constraints:      36199
240.86/251.22	c #Conflicts:     420000 | #Constraints:      37206
240.86/251.22	c #Conflicts:     421000 | #Constraints:      38210
240.86/251.22	c INPROCESSING
240.86/251.22	c GARBAGE COLLECT
240.86/251.22	c rational objective 206
252.03/262.43	c #Conflicts:     422000 | #Constraints:      22626
252.03/262.43	c #Conflicts:     423000 | #Constraints:      23629
252.03/262.43	c #Conflicts:     424000 | #Constraints:      24631
252.03/262.43	c #Conflicts:     425000 | #Constraints:      25638
252.03/262.43	c #Conflicts:     426000 | #Constraints:      26639
252.03/262.43	c #Conflicts:     427000 | #Constraints:      27640
252.03/262.43	c #Conflicts:     428000 | #Constraints:      28645
252.03/262.43	c #Conflicts:     429000 | #Constraints:      29647
252.03/262.43	c #Conflicts:     430000 | #Constraints:      30651
252.03/262.43	c #Conflicts:     431000 | #Constraints:      31651
252.03/262.43	c #Conflicts:     432000 | #Constraints:      32653
252.03/262.43	c #Conflicts:     433000 | #Constraints:      33654
252.03/262.43	c #Conflicts:     434000 | #Constraints:      34657
252.03/262.43	c #Conflicts:     435000 | #Constraints:      35660
252.03/262.43	c #Conflicts:     436000 | #Constraints:      36660
252.03/262.43	c #Conflicts:     437000 | #Constraints:      37661
252.03/262.43	c #Conflicts:     438000 | #Constraints:      38662
252.03/262.43	c #Conflicts:     439000 | #Constraints:      39664
252.03/262.43	c bounds 207 >= 207 @ 248.158
252.03/262.43	c cpu time 248.158 s
252.03/262.43	c deterministic time 9486472174 9.49e+09
252.03/262.43	c optimization time 0.102202 s
252.03/262.43	c total solve time 247.981 s
252.03/262.43	c core-guided solve time 157.681 s
252.03/262.43	c propagation time 142.22 s
252.03/262.43	c conflict analysis time 93.987 s
252.03/262.43	c propagations 79539523
252.03/262.43	c resolve steps 18368014
252.03/262.43	c decisions 859942
252.03/262.43	c conflicts 439524
252.03/262.43	c restarts 1021
252.03/262.43	c inprocessing phases 38
252.03/262.43	c garbage collections 38 ,( 100.00 )
252.03/262.43	c input clauses 5137 ,( 74.93 )
252.03/262.43	c input cardinalities 1105 ,( 16.12 )
252.03/262.43	c input general constraints 614 ,( 8.96 )
252.03/262.43	c input average constraint length 22.79
252.03/262.43	c input average constraint degree 6.41
252.03/262.43	c learned clauses 405849 ,( 91.94 )
252.03/262.43	c learned cardinalities 5566 ,( 1.26 )
252.03/262.43	c learned general constraints 30013 ,( 6.80 )
252.03/262.43	c learned average constraint length 191.40
252.03/262.43	c learned average constraint degree 49745064.12
252.03/262.43	c watched  CF 32, 64, 128, Arb: 16059 , 0 , 0 , 0
252.03/262.43	c counting CF 32, 64, 128, Arb: 14569 , 0 , 0 , 0
252.03/262.43	c watched   constraints 16059 ,( 52.43 ) 
252.03/262.43	c counting  constraints 14568 ,( 47.57 ) 
252.03/262.43	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 483802599 , 439279611 , 299335424 ,( 57023564 , 242311860 )
252.03/262.43	c gcd simplifications 28487
252.03/262.43	c detected cardinalities 27
252.03/262.43	c weakened non-implied lits 12830035
252.03/262.43	c weakened non-implying lits 166444
252.03/262.43	c original variables 1160
252.03/262.43	c clausal propagations 53681637
252.03/262.43	c cardinality propagations 5108739
252.03/262.43	c watched propagations 807458
252.03/262.43	c counting propagations 19015020
252.03/262.43	c watch lookups 4517539843
252.03/262.43	c watch backjump lookups 0
252.03/262.43	c watch checks 4117775299
252.03/262.43	c propagation checks 391601769
252.03/262.43	c constraint additions 297867069
252.03/262.43	c trail pops 80837933
252.03/262.43	c formula constraints 4419
252.03/262.43	c learned constraints 438541
252.03/262.43	c bound constraints 247
252.03/262.43	c core-guided constraints 2190
252.03/262.43	c encountered formula constraints 9885850
252.03/262.43	c encountered learned constraints 4652115
252.03/262.43	c encountered bound constraints 287
252.03/262.43	c encountered core-guided constraints 4220590
252.03/262.43	c LP total time 35.0732 s
252.03/262.43	c LP solve time 29.43 s
252.03/262.43	c LP constraints added 4715
252.03/262.43	c LP constraints removed 279
252.03/262.43	c LP pivots internal 439730
252.03/262.43	c LP pivots root 11065
252.03/262.43	c LP calls 2426
252.03/262.43	c LP optimalities 601
252.03/262.43	c LP no pivot count 29
252.03/262.43	c LP infeasibilities 1821
252.03/262.43	c LP valid Farkas constraints 1818
252.03/262.43	c LP learned Farkas constraints 1005
252.03/262.43	c LP basis resets 5
252.03/262.43	c LP cycling count 0
252.03/262.43	c LP singular count 1
252.03/262.43	c LP no primal count 0
252.03/262.43	c LP no farkas count 3
252.03/262.43	c LP other issue count 1
252.03/262.43	c LP Gomory cuts 64
252.03/262.43	c LP learned cuts 232
252.03/262.43	c LP deleted cuts 279
252.03/262.43	c LP encountered Gomory constraints 370
252.03/262.43	c LP encountered Farkas constraints 42909
252.03/262.43	c LP encountered learned Farkas constraints 4412
252.03/262.43	c CG auxiliary variables introduced 797
252.03/262.43	c CG solutions found 13
252.03/262.43	c CG cores constructed 207
252.03/262.43	c CG core cardinality constraints returned 0
252.03/262.43	c CG unit cores 1
252.03/262.43	c CG single cores 205
252.03/262.43	c CG blocks removed during cardinality reduction 0
252.03/262.43	c CG first core best 0
252.03/262.43	c CG decision core best 0
252.03/262.43	c CG core reduction tie 1
252.03/262.43	c CG core degree average 1.00
252.03/262.43	c CG core slack average 5.15
252.03/262.43	c CG core upper bound improvements 1
252.03/262.43	c STR number of successful calls 0
252.03/262.43	c STR number of unsuccessful calls 0
252.03/262.43	c STR number of inconclusive calls 0
252.03/262.43	c STR number of successful attempts 0
252.03/262.43	c STR number of unsuccessful attempts 0
252.03/262.43	c STR number of inconclusive attempts 0
252.03/262.43	c STR average degree increase per successful call inf
252.03/262.43	c STR average degree increase per successful attempt inf
252.03/262.43	c STR total number of conflicts for successful attempts 0
252.03/262.43	c STR total number of conflicts for unsuccessful attempts 0
252.03/262.43	c STR total number of conflicts for inconclusive attempts 0
252.03/262.43	c STR average number of conflicts per successful attempt inf
252.03/262.43	c STR average number of conflicts per unsuccessful attempt inf
252.03/262.43	c STR average number of conflicts per inconclusive attempt inf
252.03/262.43	c AVG.sumWPerc 41.26 
252.03/262.43	c bigint constraints 0 
252.03/262.43	o 207
252.03/262.43	s OPTIMUM FOUND
252.08/262.59	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

Verifier Data

OK	207

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul 15 15:12:27 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS 207 <= obj <= 207
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 207 <= obj <= 207
--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: 63837 MiB (63039 MiB free)
  memory of node 1: 64465 MiB (62620 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4531760-1752584604/watcher-4531760-1752584604 -o /tmp/evaluation-result-4531760-1752584604/solver-4531760-1752584604 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1752584602-141228 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4531760-1752584604.opb PROOFDIR/proof-4531760-1752584604 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=141285, runsolver pid=141281

[startup+0.100067 s]*
/proc/loadavg: 0.12 0.37 0.27 6/256 141294
/proc/meminfo: memFree=128682796/131382116 swapFree=33009904/33010684
[pid=141285] ppid=141281 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/141285/stat : 141285 (run-opt-ls-log.) S 141281 141285 141217 0 -1 4194304 239 739 0 0 0 0 2 0 20 0 1 0 174139584 4292608 736 18446744073709551615 94059818999808 94059819894341 140724237861120 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94059820133392 94059820181136 94059837288448 140724237863193 140724237863391 140724237863391 140724237868995 0
/proc/141285/statm: 1048 736 672 219 0 110 0
[pid=141294] ppid=141285 vsize=55292 memory=7936 CPUtime=0.01 cores=4,6
/proc/141294/stat : 141294 (roundingsat) R 141285 141285 141217 0 -1 4194304 316 0 0 0 0 1 0 0 20 0 1 0 174139592 56619008 1984 18446744073709551615 4227072 8923577 140726291887664 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 33673216 140726291896564 140726291896870 140726291896870 140726291902442 0
/proc/141294/statm: 13823 1984 1888 1147 0 1249 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 59484 KiB
Current children cumulated memory: 10880 KiB

[startup+0.214204 s]*
/proc/loadavg: 0.12 0.37 0.27 5/256 141294
/proc/meminfo: memFree=128678716/131382116 swapFree=33009904/33010684
[pid=141285] ppid=141281 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/141285/stat : 141285 (run-opt-ls-log.) S 141281 141285 141217 0 -1 4194304 239 739 0 0 0 0 2 0 20 0 1 0 174139584 4292608 736 18446744073709551615 94059818999808 94059819894341 140724237861120 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94059820133392 94059820181136 94059837288448 140724237863193 140724237863391 140724237863391 140724237868995 0
/proc/141285/statm: 1048 736 672 219 0 110 0
[pid=141294] ppid=141285 vsize=62588 memory=18356 CPUtime=0.12 cores=4,6
/proc/141294/stat : 141294 (roundingsat) R 141285 141285 141217 0 -1 4194304 2535 0 0 0 10 2 0 0 20 0 1 0 174139592 64090112 4589 18446744073709551615 4227072 8923577 140726291887664 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 33673216 140726291896564 140726291896870 140726291896870 140726291902442 0
/proc/141294/statm: 15647 4589 2304 1147 0 3073 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 66780 KiB
Current children cumulated memory: 21300 KiB

[startup+0.314113 s]*
/proc/loadavg: 0.12 0.37 0.27 5/256 141294
/proc/meminfo: memFree=128676952/131382116 swapFree=33009904/33010684
[pid=141285] ppid=141281 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/141285/stat : 141285 (run-opt-ls-log.) S 141281 141285 141217 0 -1 4194304 239 739 0 0 0 0 2 0 20 0 1 0 174139584 4292608 736 18446744073709551615 94059818999808 94059819894341 140724237861120 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94059820133392 94059820181136 94059837288448 140724237863193 140724237863391 140724237863391 140724237868995 0
/proc/141285/statm: 1048 736 672 219 0 110 0
[pid=141294] ppid=141285 vsize=65248 memory=21044 CPUtime=0.21 cores=4,6
/proc/141294/stat : 141294 (roundingsat) R 141285 141285 141217 0 -1 4194304 3201 0 0 0 19 2 0 0 20 0 1 0 174139592 66813952 5261 18446744073709551615 4227072 8923577 140726291887664 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 33673216 140726291896564 140726291896870 140726291896870 140726291902442 0
/proc/141294/statm: 16312 5261 2336 1147 0 3738 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 69440 KiB
Current children cumulated memory: 23988 KiB

[startup+0.700434 s]
/proc/loadavg: 0.12 0.37 0.27 5/256 141294
/proc/meminfo: memFree=128659564/131382116 swapFree=33009904/33010684
[pid=141285] ppid=141281 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/141285/stat : 141285 (run-opt-ls-log.) S 141281 141285 141217 0 -1 4194304 239 739 0 0 0 0 2 0 20 0 1 0 174139584 4292608 736 18446744073709551615 94059818999808 94059819894341 140724237861120 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94059820133392 94059820181136 94059837288448 140724237863193 140724237863391 140724237863391 140724237868995 0
/proc/141285/statm: 1048 736 672 219 0 110 0
[pid=141294] ppid=141285 vsize=68436 memory=24244 CPUtime=0.59 cores=4,6
/proc/141294/stat : 141294 (roundingsat) R 141285 141285 141217 0 -1 4194304 3955 0 0 0 53 6 0 0 20 0 1 0 174139592 70078464 6061 18446744073709551615 4227072 8923577 140726291887664 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 33673216 140726291896564 140726291896870 140726291896870 140726291902442 0
/proc/141294/statm: 17109 6061 2400 1147 0 4535 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 72628 KiB
Current children cumulated memory: 27188 KiB

[startup+1.50038 s]
/proc/loadavg: 0.12 0.37 0.27 4/253 141298
/proc/meminfo: memFree=128556772/131382116 swapFree=33009904/33010684
[pid=141285] ppid=141281 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/141285/stat : 141285 (run-opt-ls-log.) S 141281 141285 141217 0 -1 4194304 239 739 0 0 0 0 2 0 20 0 1 0 174139584 4292608 736 18446744073709551615 94059818999808 94059819894341 140724237861120 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94059820133392 94059820181136 94059837288448 140724237863193 140724237863391 140724237863391 140724237868995 0
/proc/141285/statm: 1048 736 672 219 0 110 0
[pid=141294] ppid=141285 vsize=73496 memory=31056 CPUtime=1.38 cores=4,6
/proc/141294/stat : 141294 (roundingsat) R 141285 141285 141217 0 -1 4194304 5128 0 0 0 129 9 0 0 20 0 1 0 174139592 75259904 7764 18446744073709551615 4227072 8923577 140726291887664 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 33673216 140726291896564 140726291896870 140726291896870 140726291902442 0
/proc/141294/statm: 18374 7764 2400 1147 0 5800 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 77688 KiB
Current children cumulated memory: 34000 KiB

[startup+3.1129 s]
/proc/loadavg: 0.43 0.43 0.29 4/251 141302
/proc/meminfo: memFree=128485728/131382116 swapFree=33009904/33010684
[pid=141285] ppid=141281 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/141285/stat : 141285 (run-opt-ls-log.) S 141281 141285 141217 0 -1 4194304 239 739 0 0 0 0 2 0 20 0 1 0 174139584 4292608 736 18446744073709551615 94059818999808 94059819894341 140724237861120 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94059820133392 94059820181136 94059837288448 140724237863193 140724237863391 140724237863391 140724237868995 0
/proc/141285/statm: 1048 736 672 219 0 110 0
[pid=141294] ppid=141285 vsize=75500 memory=32976 CPUtime=2.99 cores=4,6
/proc/141294/stat : 141294 (roundingsat) R 141285 141285 141217 0 -1 4194304 5622 0 0 0 285 14 0 0 20 0 1 0 174139592 77312000 8244 18446744073709551615 4227072 8923577 140726291887664 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 33673216 140726291896564 140726291896870 140726291896870 140726291902442 0
/proc/141294/statm: 18875 8244 2400 1147 0 6301 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 79692 KiB
Current children cumulated memory: 35920 KiB

[startup+6.30041 s]
/proc/loadavg: 0.43 0.43 0.29 4/251 141302
/proc/meminfo: memFree=128426252/131382116 swapFree=33009904/33010684
[pid=141285] ppid=141281 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/141285/stat : 141285 (run-opt-ls-log.) S 141281 141285 141217 0 -1 4194304 239 739 0 0 0 0 2 0 20 0 1 0 174139584 4292608 736 18446744073709551615 94059818999808 94059819894341 140724237861120 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94059820133392 94059820181136 94059837288448 140724237863193 140724237863391 140724237863391 140724237868995 0
/proc/141285/statm: 1048 736 672 219 0 110 0
[pid=141294] ppid=141285 vsize=83500 memory=40140 CPUtime=6.17 cores=4,6
/proc/141294/stat : 141294 (roundingsat) R 141285 141285 141217 0 -1 4194304 6902 0 0 0 594 23 0 0 20 0 1 0 174139592 85504000 10035 18446744073709551615 4227072 8923577 140726291887664 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 33673216 140726291896564 140726291896870 140726291896870 140726291902442 0
/proc/141294/statm: 20875 10035 2400 1147 0 8301 0
Current children cumulated CPU time: 6.19 s
Current children cumulated vsize: 87692 KiB
Current children cumulated memory: 43084 KiB

[startup+12.7004 s]
/proc/loadavg: 0.72 0.49 0.31 4/252 141304
/proc/meminfo: memFree=128255992/131382116 swapFree=33009904/33010684
[pid=141285] ppid=141281 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/141285/stat : 141285 (run-opt-ls-log.) S 141281 141285 141217 0 -1 4194304 239 739 0 0 0 0 2 0 20 0 1 0 174139584 4292608 736 18446744073709551615 94059818999808 94059819894341 140724237861120 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94059820133392 94059820181136 94059837288448 140724237863193 140724237863391 140724237863391 140724237868995 0
/proc/141285/statm: 1048 736 672 219 0 110 0
[pid=141294] ppid=141285 vsize=86072 memory=42828 CPUtime=12.55 cores=4,6
/proc/141294/stat : 141294 (roundingsat) R 141285 141285 141217 0 -1 4194304 7567 0 0 0 1215 40 0 0 20 0 1 0 174139592 88137728 10707 18446744073709551615 4227072 8923577 140726291887664 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 33673216 140726291896564 140726291896870 140726291896870 140726291902442 0
/proc/141294/statm: 21518 10707 2400 1147 0 8944 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 90264 KiB
Current children cumulated memory: 45772 KiB

[startup+25.5004 s]
/proc/loadavg: 1.53 0.67 0.38 5/258 141393
/proc/meminfo: memFree=127649300/131382116 swapFree=33009904/33010684
[pid=141285] ppid=141281 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/141285/stat : 141285 (run-opt-ls-log.) S 141281 141285 141217 0 -1 4194304 239 739 0 0 0 0 2 0 20 0 1 0 174139584 4292608 736 18446744073709551615 94059818999808 94059819894341 140724237861120 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94059820133392 94059820181136 94059837288448 140724237863193 140724237863391 140724237863391 140724237868995 0
/proc/141285/statm: 1048 736 672 219 0 110 0
[pid=141294] ppid=141285 vsize=103440 memory=53832 CPUtime=25.23 cores=4,6
/proc/141294/stat : 141294 (roundingsat) R 141285 141285 141217 0 -1 4194304 9823 0 0 0 2459 64 0 0 20 0 1 0 174139592 105922560 13458 18446744073709551615 4227072 8923577 140726291887664 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 33673216 140726291896564 140726291896870 140726291896870 140726291902442 0
/proc/141294/statm: 25860 13458 2400 1147 0 13286 0
Current children cumulated CPU time: 25.25 s
Current children cumulated vsize: 107632 KiB
Current children cumulated memory: 56776 KiB

[startup+51.1135 s]
/proc/loadavg: 2.37 0.94 0.47 4/257 141393
/proc/meminfo: memFree=127046556/131382116 swapFree=33009904/33010684
[pid=141285] ppid=141281 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/141285/stat : 141285 (run-opt-ls-log.) S 141281 141285 141217 0 -1 4194304 239 739 0 0 0 0 2 0 20 0 1 0 174139584 4292608 736 18446744073709551615 94059818999808 94059819894341 140724237861120 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94059820133392 94059820181136 94059837288448 140724237863193 140724237863391 140724237863391 140724237868995 0
/proc/141285/statm: 1048 736 672 219 0 110 0
[pid=141294] ppid=141285 vsize=125336 memory=74284 CPUtime=50.58 cores=4,6
/proc/141294/stat : 141294 (roundingsat) D 141285 141285 141217 0 -1 4194304 12391 0 0 0 4959 99 0 0 20 0 1 0 174139592 128344064 18571 18446744073709551615 4227072 8923577 140726291887664 0 0 0 0 0 8405026 1 0 0 17 4 0 0 0 0 0 9827200 9836688 33673216 140726291896564 140726291896870 140726291896870 140726291902442 0
/proc/141294/statm: 31334 18571 2400 1147 0 18760 0
Current children cumulated CPU time: 50.6 s
Current children cumulated vsize: 129528 KiB
Current children cumulated memory: 77228 KiB

[startup+102.3 s]
/proc/loadavg: 3.37 1.45 0.67 5/257 141395
/proc/meminfo: memFree=126271624/131382116 swapFree=33009904/33010684
[pid=141285] ppid=141281 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/141285/stat : 141285 (run-opt-ls-log.) S 141281 141285 141217 0 -1 4194304 239 739 0 0 0 0 2 0 20 0 1 0 174139584 4292608 736 18446744073709551615 94059818999808 94059819894341 140724237861120 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94059820133392 94059820181136 94059837288448 140724237863193 140724237863391 140724237863391 140724237868995 0
/proc/141285/statm: 1048 736 672 219 0 110 0
[pid=141294] ppid=141285 vsize=128548 memory=79900 CPUtime=97.71 cores=4,6
/proc/141294/stat : 141294 (roundingsat) R 141285 141285 141217 0 -1 4194304 13232 0 0 0 9590 181 0 0 20 0 1 0 174139592 131633152 19975 18446744073709551615 4227072 8923577 140726291887664 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 33673216 140726291896564 140726291896870 140726291896870 140726291902442 0
/proc/141294/statm: 32137 19975 2464 1147 0 19563 0
Current children cumulated CPU time: 97.73 s
Current children cumulated vsize: 132740 KiB
Current children cumulated memory: 82844 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 1.96 0.90 5/257 141397
/proc/meminfo: memFree=125016232/131382116 swapFree=33009904/33010684
[pid=141285] ppid=141281 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/141285/stat : 141285 (run-opt-ls-log.) S 141281 141285 141217 0 -1 4194304 239 739 0 0 0 0 2 0 20 0 1 0 174139584 4292608 736 18446744073709551615 94059818999808 94059819894341 140724237861120 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94059820133392 94059820181136 94059837288448 140724237863193 140724237863391 140724237863391 140724237868995 0
/proc/141285/statm: 1048 736 672 219 0 110 0
[pid=141294] ppid=141285 vsize=149012 memory=92200 CPUtime=152.51 cores=4,6
/proc/141294/stat : 141294 (roundingsat) R 141285 141285 141217 0 -1 4194304 14262 0 0 0 14994 257 0 0 20 0 1 0 174139592 152588288 23050 18446744073709551615 4227072 8923577 140726291887664 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 33673216 140726291896564 140726291896870 140726291896870 140726291902442 0
/proc/141294/statm: 37253 23050 2464 1147 0 24679 0
Current children cumulated CPU time: 152.53 s
Current children cumulated vsize: 153204 KiB
Current children cumulated memory: 95144 KiB

[startup+222.3 s]
/proc/loadavg: 4.03 2.35 1.10 5/257 141399
/proc/meminfo: memFree=123479520/131382116 swapFree=33009904/33010684
[pid=141285] ppid=141281 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/141285/stat : 141285 (run-opt-ls-log.) S 141281 141285 141217 0 -1 4194304 239 739 0 0 0 0 2 0 20 0 1 0 174139584 4292608 736 18446744073709551615 94059818999808 94059819894341 140724237861120 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94059820133392 94059820181136 94059837288448 140724237863193 140724237863391 140724237863391 140724237868995 0
/proc/141285/statm: 1048 736 672 219 0 110 0
[pid=141294] ppid=141285 vsize=151880 memory=102976 CPUtime=212.14 cores=4,6
/proc/141294/stat : 141294 (roundingsat) R 141285 141285 141217 0 -1 4194304 14935 0 0 0 20876 338 0 0 20 0 1 0 174139592 155525120 25744 18446744073709551615 4227072 8923577 140726291887664 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 33673216 140726291896564 140726291896870 140726291896870 140726291902442 0
/proc/141294/statm: 37970 25744 2464 1147 0 25396 0
Current children cumulated CPU time: 212.16 s
Current children cumulated vsize: 156072 KiB
Current children cumulated memory: 105920 KiB

[startup+262.593 s]
# the end of solver process 141285 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=248.192 s, system=3.92546 s

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

[startup+230.4 s]
/proc/loadavg: 4.02 2.40 1.13 5/257 141399
/proc/meminfo: memFree=123294552/131382116 swapFree=33009904/33010684
[pid=141285] ppid=141281 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/141285/stat : 141285 (run-opt-ls-log.) S 141281 141285 141217 0 -1 4194304 239 739 0 0 0 0 2 0 20 0 1 0 174139584 4292608 736 18446744073709551615 94059818999808 94059819894341 140724237861120 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94059820133392 94059820181136 94059837288448 140724237863193 140724237863391 140724237863391 140724237868995 0
/proc/141285/statm: 1048 736 672 219 0 110 0
[pid=141294] ppid=141285 vsize=151880 memory=102976 CPUtime=220.22 cores=4,6
/proc/141294/stat : 141294 (roundingsat) R 141285 141285 141217 0 -1 4194304 14935 0 0 0 21675 347 0 0 20 0 1 0 174139592 155525120 25744 18446744073709551615 4227072 8923577 140726291887664 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 33673216 140726291896564 140726291896870 140726291896870 140726291902442 0
/proc/141294/statm: 37970 25744 2464 1147 0 25396 0
Current children cumulated CPU time: 220.24 s
Current children cumulated vsize: 156072 KiB
Current children cumulated memory: 105920 KiB

[startup+243.2 s]
/proc/loadavg: 4.16 2.51 1.19 5/257 141399
/proc/meminfo: memFree=122945828/131382116 swapFree=33009904/33010684
[pid=141285] ppid=141281 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/141285/stat : 141285 (run-opt-ls-log.) S 141281 141285 141217 0 -1 4194304 239 739 0 0 0 0 2 0 20 0 1 0 174139584 4292608 736 18446744073709551615 94059818999808 94059819894341 140724237861120 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94059820133392 94059820181136 94059837288448 140724237863193 140724237863391 140724237863391 140724237868995 0
/proc/141285/statm: 1048 736 672 219 0 110 0
[pid=141294] ppid=141285 vsize=155148 memory=106176 CPUtime=232.86 cores=4,6
/proc/141294/stat : 141294 (roundingsat) R 141285 141285 141217 0 -1 4194304 15746 0 0 0 22923 363 0 0 20 0 1 0 174139592 158871552 26544 18446744073709551615 4227072 8923577 140726291887664 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 33673216 140726291896564 140726291896870 140726291896870 140726291902442 0
/proc/141294/statm: 38787 26544 2464 1147 0 26213 0
Current children cumulated CPU time: 232.88 s
Current children cumulated vsize: 159340 KiB
Current children cumulated memory: 109120 KiB

[startup+256 s]*
/proc/loadavg: 4.13 2.56 1.22 5/257 141399
/proc/meminfo: memFree=122631988/131382116 swapFree=33009904/33010684
[pid=141285] ppid=141281 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/141285/stat : 141285 (run-opt-ls-log.) S 141281 141285 141217 0 -1 4194304 239 739 0 0 0 0 2 0 20 0 1 0 174139584 4292608 736 18446744073709551615 94059818999808 94059819894341 140724237861120 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94059820133392 94059820181136 94059837288448 140724237863193 140724237863391 140724237863391 140724237868995 0
/proc/141285/statm: 1048 736 672 219 0 110 0
[pid=141294] ppid=141285 vsize=155148 memory=106176 CPUtime=245.64 cores=4,6
/proc/141294/stat : 141294 (roundingsat) R 141285 141285 141217 0 -1 4194304 15746 0 0 0 24183 381 0 0 20 0 1 0 174139592 158871552 26544 18446744073709551615 4227072 8923577 140726291887664 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 33673216 140726291896564 140726291896870 140726291896870 140726291902442 0
/proc/141294/statm: 38787 26544 2464 1147 0 26213 0
Current children cumulated CPU time: 245.66 s
Current children cumulated vsize: 159340 KiB
Current children cumulated memory: 109120 KiB

[startup+259.2 s]
/proc/loadavg: 4.12 2.59 1.23 5/258 141408
/proc/meminfo: memFree=122537816/131382116 swapFree=33009904/33010684
[pid=141285] ppid=141281 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/141285/stat : 141285 (run-opt-ls-log.) S 141281 141285 141217 0 -1 4194304 239 739 0 0 0 0 2 0 20 0 1 0 174139584 4292608 736 18446744073709551615 94059818999808 94059819894341 140724237861120 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94059820133392 94059820181136 94059837288448 140724237863193 140724237863391 140724237863391 140724237868995 0
/proc/141285/statm: 1048 736 672 219 0 110 0
[pid=141294] ppid=141285 vsize=155148 memory=106176 CPUtime=248.81 cores=4,6
/proc/141294/stat : 141294 (roundingsat) R 141285 141285 141217 0 -1 4194304 15746 0 0 0 24496 385 0 0 20 0 1 0 174139592 158871552 26544 18446744073709551615 4227072 8923577 140726291887664 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 33673216 140726291896564 140726291896870 140726291896870 140726291902442 0
/proc/141294/statm: 38787 26544 2464 1147 0 26213 0
Current children cumulated CPU time: 248.83 s
Current children cumulated vsize: 159340 KiB
Current children cumulated memory: 109120 KiB

[startup+260.8 s]
/proc/loadavg: 4.12 2.59 1.23 5/258 141408
/proc/meminfo: memFree=122509528/131382116 swapFree=33009904/33010684
[pid=141285] ppid=141281 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/141285/stat : 141285 (run-opt-ls-log.) S 141281 141285 141217 0 -1 4194304 239 739 0 0 0 0 2 0 20 0 1 0 174139584 4292608 736 18446744073709551615 94059818999808 94059819894341 140724237861120 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94059820133392 94059820181136 94059837288448 140724237863193 140724237863391 140724237863391 140724237868995 0
/proc/141285/statm: 1048 736 672 219 0 110 0
[pid=141294] ppid=141285 vsize=155148 memory=106176 CPUtime=250.41 cores=4,6
/proc/141294/stat : 141294 (roundingsat) R 141285 141285 141217 0 -1 4194304 15746 0 0 0 24654 387 0 0 20 0 1 0 174139592 158871552 26544 18446744073709551615 4227072 8923577 140726291887664 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 33673216 140726291896564 140726291896870 140726291896870 140726291902442 0
/proc/141294/statm: 38787 26544 2464 1147 0 26213 0
Current children cumulated CPU time: 250.43 s
Current children cumulated vsize: 159340 KiB
Current children cumulated memory: 109120 KiB

[startup+261.6 s]
/proc/loadavg: 4.12 2.59 1.23 5/258 141408
/proc/meminfo: memFree=122481492/131382116 swapFree=33009904/33010684
[pid=141285] ppid=141281 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/141285/stat : 141285 (run-opt-ls-log.) S 141281 141285 141217 0 -1 4194304 239 739 0 0 0 0 2 0 20 0 1 0 174139584 4292608 736 18446744073709551615 94059818999808 94059819894341 140724237861120 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94059820133392 94059820181136 94059837288448 140724237863193 140724237863391 140724237863391 140724237868995 0
/proc/141285/statm: 1048 736 672 219 0 110 0
[pid=141294] ppid=141285 vsize=155148 memory=106176 CPUtime=251.22 cores=4,6
/proc/141294/stat : 141294 (roundingsat) R 141285 141285 141217 0 -1 4194304 15746 0 0 0 24734 388 0 0 20 0 1 0 174139592 158871552 26544 18446744073709551615 4227072 8923577 140726291887664 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 33673216 140726291896564 140726291896870 140726291896870 140726291902442 0
/proc/141294/statm: 38787 26544 2464 1147 0 26213 0
Current children cumulated CPU time: 251.24 s
Current children cumulated vsize: 159340 KiB
Current children cumulated memory: 109120 KiB

[startup+262 s]*
/proc/loadavg: 4.12 2.59 1.23 5/258 141408
/proc/meminfo: memFree=122437172/131382116 swapFree=33009904/33010684
[pid=141285] ppid=141281 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/141285/stat : 141285 (run-opt-ls-log.) S 141281 141285 141217 0 -1 4194304 239 739 0 0 0 0 2 0 20 0 1 0 174139584 4292608 736 18446744073709551615 94059818999808 94059819894341 140724237861120 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94059820133392 94059820181136 94059837288448 140724237863193 140724237863391 140724237863391 140724237868995 0
/proc/141285/statm: 1048 736 672 219 0 110 0
[pid=141294] ppid=141285 vsize=155148 memory=106176 CPUtime=251.62 cores=4,6
/proc/141294/stat : 141294 (roundingsat) R 141285 141285 141217 0 -1 4194304 15746 0 0 0 24774 388 0 0 20 0 1 0 174139592 158871552 26544 18446744073709551615 4227072 8923577 140726291887664 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 33673216 140726291896564 140726291896870 140726291896870 140726291902442 0
/proc/141294/statm: 38787 26544 2464 1147 0 26213 0
Current children cumulated CPU time: 251.64 s
Current children cumulated vsize: 159340 KiB
Current children cumulated memory: 109120 KiB

[startup+262.4 s]
/proc/loadavg: 4.12 2.59 1.23 5/258 141408
/proc/meminfo: memFree=122437172/131382116 swapFree=33009904/33010684
[pid=141285] ppid=141281 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/141285/stat : 141285 (run-opt-ls-log.) S 141281 141285 141217 0 -1 4194304 239 739 0 0 0 0 2 0 20 0 1 0 174139584 4292608 736 18446744073709551615 94059818999808 94059819894341 140724237861120 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94059820133392 94059820181136 94059837288448 140724237863193 140724237863391 140724237863391 140724237868995 0
/proc/141285/statm: 1048 736 672 219 0 110 0
[pid=141294] ppid=141285 vsize=155148 memory=106176 CPUtime=252.01 cores=4,6
/proc/141294/stat : 141294 (roundingsat) R 141285 141285 141217 0 -1 4194304 15746 0 0 0 24812 389 0 0 20 0 1 0 174139592 158871552 26544 18446744073709551615 4227072 8923577 140726291887664 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 33673216 140726291896564 140726291896870 140726291896870 140726291902442 0
/proc/141294/statm: 38787 26544 2464 1147 0 26213 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 159340 KiB
Current children cumulated memory: 109120 KiB

[startup+262.5 s]
/proc/loadavg: 4.12 2.59 1.23 5/258 141408
/proc/meminfo: memFree=122437172/131382116 swapFree=33009904/33010684
[pid=141285] ppid=141281 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/141285/stat : 141285 (run-opt-ls-log.) S 141281 141285 141217 0 -1 4194304 239 739 0 0 0 0 2 0 20 0 1 0 174139584 4292608 736 18446744073709551615 94059818999808 94059819894341 140724237861120 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94059820133392 94059820181136 94059837288448 140724237863193 140724237863391 140724237863391 140724237868995 0
/proc/141285/statm: 1048 736 672 219 0 110 0
[pid=141294] ppid=141285 vsize=155148 memory=106176 CPUtime=252.06 cores=4,6
/proc/141294/stat : 141294 (roundingsat) D 141285 141285 141217 0 -1 4194304 15746 0 0 0 24816 390 0 0 20 0 1 0 174139592 158871552 26544 18446744073709551615 4227072 8923577 140726291887664 0 0 0 0 0 8405026 1 0 0 17 4 0 0 0 0 0 9827200 9836688 33673216 140726291896564 140726291896870 140726291896870 140726291902442 0
/proc/141294/statm: 38787 26544 2464 1147 0 26213 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 159340 KiB
Current children cumulated memory: 109120 KiB

Child status: 0

Real time (s): 262.593
CPU time (s): 252.118
CPU user time (s): 248.192
CPU system time (s): 3.92546
CPU usage (%): 96.0107
Max. virtual memory (cumulated for all children) (KiB): 159340
Max. memory (cumulated for all children) (KiB): 109120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.192
system time used= 3.92546
maximum resident set size= 106176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16748
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1616584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4841
involuntary context switches= 407


# summary of solver processes directly reported to runsolver:
#   pid: 141285
#   total CPU time (s): 252.118
#   total CPU user time (s): 248.192
#   total CPU system time (s): 3.92546

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.61081 second user time and 2.59037 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-15 15:03:24
IDJOB=4531760
IDBENCH=147034
IDSOLVER=3392
FILE ID=nodeC004/4531760-1752584604
RUNJOBID= nodeC004-1752584602-141228
SLURM_JOB_ID= 9684334
Free space on /tmp= 432996 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 0f876b3
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32c2.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4531760-1752584604/watcher-4531760-1752584604 -o /tmp/evaluation-result-4531760-1752584604/solver-4531760-1752584604 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1752584602-141228 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4531760-1752584604.opb PROOFDIR/proof-4531760-1752584604

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

MD5SUM BENCH= 0ec52d363b7c61cdd5525674056021d1
RANDOM SEED=1057340159

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        128679776 kB
MemAvailable:   129842584 kB
Buffers:            2128 kB
Cached:          1907620 kB
SwapCached:           32 kB
Active:           689236 kB
Inactive:        1301224 kB
Active(anon):      87928 kB
Inactive(anon):    10720 kB
Active(file):     601308 kB
Inactive(file):  1290504 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             34148 kB
Writeback:            12 kB
AnonPages:         83836 kB
Mapped:           112208 kB
Shmem:             17932 kB
KReclaimable:     221248 kB
Slab:             311564 kB
SReclaimable:     221248 kB
SUnreclaim:        90316 kB
KernelStack:        4016 kB
PageTables:         3152 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     404092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149384 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432948 MiB
End job on nodeC004 at 2025-07-15 15:07:47