Trace number 4486659

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat+pbsuma-opt-log 63f22adOPT cert.207 192.53 193.511

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.02	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.02	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.02	c │      (c) 2025 Markus Anders                                    │
0.00/0.02	c └────────────────────────────────────────────────────────────────┘
0.00/0.02	c parse 'HOME/instance-4486659-1751327278.opb'
0.00/0.02	c 	read 0.12MB  (4.54ms)
0.00/0.02	c	 [cnf: #variables 498 #clauses 2432 #duplicates 0 #arr 12669]
0.00/0.02	c output proof to 'PROOFDIR/proof-4486659-1751327278'
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.03	c	 [group: #orbits ~= 332] (3.44ms)
0.00/0.03	c 
0.00/0.03	c detect special group actions
0.00/0.03	c 	probe for Johnson action (limit=64)
0.00/0.03	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	 found row 3x332, generating row predicate
0.00/0.03	c 	 (3.79ms)
0.00/0.03	c 
0.00/0.03	c detect symmetries on remainder
0.00/0.03	c 	[graph: #vertices 4424 #edges 28326]
0.00/0.03	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.03	c 	 [group: #symmetries 1.00*10^0 #generators 0] (1.31ms)
0.00/0.03	c 
0.00/0.03	c finalize break order and special generators
0.00/0.04	c 
0.00/0.04	c generation finished
0.00/0.04	c 	[sbp: #constraints 1988 #add_vars 662]
0.00/0.04	c 
0.00/0.04	c write result to 'HOME/instance-4486659-1751327278.opb.pre'
0.00/0.04	c 	wrote 0.19MB (1.39ms)
0.00/0.04	c ------------------------------------------------------------------
0.00/0.04	c                   9.02ms 38.31% other
0.00/0.04	c                   4.54ms 19.29% parse
0.00/0.04	c                   3.79ms 16.11% detect_special
0.00/0.04	c                   3.44ms 14.63% approx_orbits
0.00/0.04	c                   1.39ms  5.92% output
0.00/0.04	c                   1.31ms  5.57% detect_generic
0.00/0.04	c                   0.04ms  0.17% finalize_order
0.00/0.04	c         ───────────────────────────────────────────────
0.00/0.04	c                  23.53ms   100% total
0.00/0.04	c ------------------------------------------------------------------
0.00/0.06	c RoundingSat 2
0.00/0.06	c branch pb25
0.00/0.06	c commit 63f22ad
0.07/0.15	c #variables 1160 #constraints 4419
0.07/0.15	c objective is ce32 
0.07/0.15	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.07/0.15	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.07/0.15	c bounds - >= 0 @ 0.068961
0.07/0.18	c rational objective 149.5
0.18/0.29	c bounds 230 >= 0 @ 0.206496
0.18/0.29	c bounds 230 >= 1 @ 0.207256
0.18/0.29	c bounds 230 >= 2 @ 0.2077
0.18/0.29	c bounds 230 >= 3 @ 0.208151
0.18/0.29	c bounds 230 >= 4 @ 0.208583
0.18/0.29	c bounds 230 >= 5 @ 0.209012
0.18/0.29	c bounds 230 >= 6 @ 0.209455
0.18/0.30	c bounds 230 >= 7 @ 0.209916
0.18/0.30	c bounds 230 >= 8 @ 0.210361
0.18/0.30	c bounds 230 >= 9 @ 0.210836
0.18/0.30	c bounds 230 >= 10 @ 0.211298
0.18/0.30	c bounds 230 >= 11 @ 0.211785
0.18/0.30	c bounds 230 >= 12 @ 0.212257
0.18/0.30	c bounds 230 >= 13 @ 0.212743
0.18/0.30	c bounds 230 >= 14 @ 0.213222
0.18/0.30	c bounds 230 >= 15 @ 0.213723
0.18/0.30	c bounds 230 >= 16 @ 0.214217
0.18/0.30	c bounds 230 >= 17 @ 0.214728
0.18/0.30	c bounds 230 >= 18 @ 0.215226
0.18/0.30	c bounds 230 >= 19 @ 0.215738
0.18/0.30	c bounds 230 >= 20 @ 0.216246
0.18/0.30	c bounds 230 >= 21 @ 0.216769
0.18/0.30	c bounds 230 >= 22 @ 0.217279
0.18/0.30	c bounds 230 >= 23 @ 0.217818
0.18/0.30	c bounds 230 >= 24 @ 0.217987
0.18/0.30	c bounds 230 >= 25 @ 0.217987
0.18/0.30	c bounds 230 >= 26 @ 0.217994
0.18/0.31	c bounds 230 >= 27 @ 0.218034
0.18/0.31	c bounds 230 >= 28 @ 0.218823
0.18/0.31	c bounds 230 >= 29 @ 0.219424
0.18/0.31	c bounds 230 >= 30 @ 0.219762
0.18/0.31	c bounds 230 >= 31 @ 0.22011
0.18/0.31	c bounds 230 >= 32 @ 0.220451
0.18/0.31	c bounds 230 >= 33 @ 0.220803
0.18/0.31	c bounds 230 >= 34 @ 0.221196
0.18/0.31	c bounds 230 >= 35 @ 0.221554
0.18/0.31	c bounds 230 >= 36 @ 0.22191
0.18/0.31	c bounds 230 >= 37 @ 0.222276
0.18/0.31	c bounds 230 >= 38 @ 0.222655
0.18/0.31	c bounds 230 >= 39 @ 0.223024
0.18/0.31	c bounds 230 >= 40 @ 0.223416
0.18/0.31	c bounds 230 >= 41 @ 0.223789
0.18/0.31	c bounds 230 >= 42 @ 0.224168
0.18/0.31	c bounds 230 >= 43 @ 0.224564
0.18/0.31	c bounds 230 >= 44 @ 0.224958
0.18/0.31	c bounds 230 >= 45 @ 0.225373
0.18/0.31	c bounds 230 >= 46 @ 0.225765
0.18/0.31	c bounds 230 >= 47 @ 0.226174
0.18/0.31	c bounds 230 >= 48 @ 0.226571
0.18/0.31	c bounds 230 >= 49 @ 0.226975
0.18/0.31	c bounds 230 >= 50 @ 0.227397
0.18/0.32	c bounds 230 >= 51 @ 0.227809
0.18/0.32	c bounds 230 >= 52 @ 0.228243
0.18/0.32	c bounds 230 >= 53 @ 0.228663
0.18/0.32	c bounds 230 >= 54 @ 0.229094
0.18/0.32	c bounds 230 >= 55 @ 0.229539
0.18/0.32	c bounds 230 >= 56 @ 0.22998
0.18/0.32	c bounds 230 >= 57 @ 0.230437
0.18/0.32	c bounds 230 >= 58 @ 0.230884
0.18/0.32	c bounds 230 >= 59 @ 0.231344
0.18/0.32	c bounds 230 >= 60 @ 0.23179
0.18/0.32	c bounds 230 >= 61 @ 0.232187
0.18/0.32	c bounds 230 >= 62 @ 0.232244
0.18/0.32	c bounds 230 >= 63 @ 0.232244
0.27/0.32	c bounds 230 >= 64 @ 0.232657
0.27/0.32	c bounds 230 >= 65 @ 0.233116
0.27/0.32	c bounds 230 >= 66 @ 0.233206
0.27/0.32	c bounds 230 >= 67 @ 0.233206
0.27/0.32	c bounds 230 >= 68 @ 0.233494
0.27/0.32	c bounds 230 >= 69 @ 0.23388
0.27/0.32	c bounds 230 >= 70 @ 0.234236
0.27/0.32	c bounds 230 >= 71 @ 0.234601
0.27/0.32	c bounds 230 >= 72 @ 0.234983
0.27/0.33	c bounds 230 >= 73 @ 0.235359
0.27/0.33	c bounds 230 >= 74 @ 0.235735
0.27/0.33	c bounds 230 >= 75 @ 0.236131
0.27/0.33	c bounds 230 >= 76 @ 0.236515
0.27/0.33	c bounds 230 >= 77 @ 0.236896
0.27/0.33	c bounds 230 >= 78 @ 0.237301
0.27/0.33	c bounds 230 >= 79 @ 0.237696
0.27/0.33	c bounds 230 >= 80 @ 0.238093
0.27/0.33	c bounds 230 >= 81 @ 0.238179
0.27/0.33	c bounds 229 >= 81 @ 0.238992
0.27/0.33	c bounds 229 >= 82 @ 0.239442
0.27/0.33	c bounds 229 >= 83 @ 0.239856
0.27/0.33	c bounds 229 >= 84 @ 0.240299
0.27/0.33	c bounds 229 >= 85 @ 0.240724
0.27/0.33	c bounds 229 >= 86 @ 0.241149
0.27/0.33	c bounds 229 >= 87 @ 0.241594
0.27/0.33	c bounds 229 >= 88 @ 0.242032
0.27/0.33	c bounds 229 >= 89 @ 0.24216
0.27/0.33	c bounds 229 >= 90 @ 0.24216
0.27/0.33	c bounds 229 >= 91 @ 0.242166
0.27/0.33	c bounds 229 >= 92 @ 0.242166
0.27/0.34	c bounds 229 >= 93 @ 0.24237
0.27/0.34	c bounds 229 >= 94 @ 0.24283
0.27/0.34	c bounds 229 >= 95 @ 0.243073
0.27/0.34	c bounds 229 >= 96 @ 0.243073
0.27/0.34	c bounds 228 >= 96 @ 0.243557
0.27/0.34	c bounds 228 >= 97 @ 0.244051
0.27/0.34	c bounds 228 >= 98 @ 0.244168
0.27/0.34	c bounds 228 >= 99 @ 0.244168
0.27/0.34	c bounds 228 >= 100 @ 0.244171
0.27/0.34	c bounds 228 >= 101 @ 0.244171
0.27/0.34	c bounds 228 >= 102 @ 0.244554
0.27/0.34	c bounds 227 >= 102 @ 0.245166
0.27/0.34	c bounds 227 >= 103 @ 0.24517
0.27/0.34	c bounds 227 >= 104 @ 0.24517
0.27/0.34	c bounds 227 >= 105 @ 0.245377
0.27/0.34	c bounds 227 >= 106 @ 0.245788
0.27/0.35	c bounds 226 >= 106 @ 0.247568
0.27/0.35	c bounds 226 >= 107 @ 0.248113
0.27/0.35	c bounds 226 >= 108 @ 0.248159
0.27/0.35	c bounds 226 >= 109 @ 0.248159
0.27/0.35	c bounds 225 >= 109 @ 0.249403
0.27/0.35	c bounds 225 >= 110 @ 0.249881
0.27/0.35	c bounds 225 >= 111 @ 0.250296
0.27/0.35	c bounds 225 >= 112 @ 0.250694
0.27/0.35	c bounds 225 >= 113 @ 0.251179
0.27/0.35	c bounds 224 >= 113 @ 0.252935
0.27/0.35	c bounds 224 >= 114 @ 0.253397
0.27/0.35	c bounds 224 >= 115 @ 0.253844
0.27/0.35	c bounds 224 >= 116 @ 0.254266
0.27/0.36	c bounds 223 >= 116 @ 0.255124
0.27/0.36	c bounds 223 >= 117 @ 0.255124
0.27/0.36	c bounds 223 >= 118 @ 0.255558
0.27/0.36	c bounds 223 >= 119 @ 0.255981
0.27/0.36	c bounds 222 >= 119 @ 0.256126
0.27/0.36	c bounds 222 >= 120 @ 0.256323
0.27/0.36	c bounds 222 >= 121 @ 0.256717
0.27/0.36	c bounds 222 >= 122 @ 0.257101
0.27/0.36	c bounds 222 >= 123 @ 0.257126
0.27/0.36	c bounds 221 >= 123 @ 0.257127
0.27/0.36	c bounds 221 >= 124 @ 0.257374
0.27/0.36	c bounds 221 >= 125 @ 0.257764
0.27/0.36	c bounds 221 >= 126 @ 0.258188
0.27/0.36	c bounds 221 >= 127 @ 0.258619
0.27/0.37	c bounds 220 >= 127 @ 0.260377
0.27/0.37	c bounds 220 >= 128 @ 0.26082
0.27/0.37	c bounds 220 >= 129 @ 0.261246
0.27/0.37	c bounds 220 >= 130 @ 0.261638
0.27/0.37	c bounds 220 >= 131 @ 0.262106
0.27/0.37	c bounds 219 >= 131 @ 0.264481
0.27/0.37	c bounds 219 >= 132 @ 0.264965
0.27/0.37	c bounds 219 >= 133 @ 0.265405
0.27/0.37	c bounds 219 >= 134 @ 0.265821
0.27/0.37	c bounds 219 >= 135 @ 0.266238
0.27/0.37	c bounds 218 >= 135 @ 0.268256
0.27/0.37	c bounds 218 >= 136 @ 0.268659
0.27/0.37	c bounds 218 >= 137 @ 0.269082
0.27/0.37	c bounds 218 >= 138 @ 0.269486
0.27/0.38	c bounds 218 >= 139 @ 0.269883
0.27/0.38	c bounds 218 >= 140 @ 0.270063
0.27/0.38	c bounds 218 >= 141 @ 0.270063
0.27/0.38	c bounds 217 >= 141 @ 0.278028
0.27/0.39	c bounds 217 >= 142 @ 0.278213
0.27/0.39	c bounds 217 >= 143 @ 0.278566
0.27/0.39	c bounds 217 >= 144 @ 0.278891
0.27/0.39	c bounds 217 >= 145 @ 0.279299
0.27/0.39	c bounds 217 >= 146 @ 0.280122
0.27/0.39	c bounds 217 >= 147 @ 0.280862
0.27/0.39	c bounds 217 >= 148 @ 0.281643
0.27/0.39	c bounds 217 >= 149 @ 0.282008
0.27/0.39	c bounds 217 >= 150 @ 0.282933
0.38/0.51	c bounds 217 >= 151 @ 0.395464
0.38/0.51	c bounds 217 >= 152 @ 0.395467
0.38/0.51	c bounds 217 >= 153 @ 0.39632
0.38/0.51	c bounds 217 >= 154 @ 0.396416
0.38/0.51	c bounds 217 >= 155 @ 0.396416
0.38/0.51	c bounds 217 >= 156 @ 0.39707
0.38/0.51	c bounds 217 >= 157 @ 0.397351
0.38/0.51	c bounds 217 >= 158 @ 0.398156
0.38/0.52	c bounds 217 >= 159 @ 0.398471
0.38/0.52	c bounds 216 >= 159 @ 0.400153
0.38/0.52	c bounds 216 >= 160 @ 0.400419
0.38/0.52	c bounds 216 >= 161 @ 0.401809
0.47/0.52	c bounds 215 >= 161 @ 0.403214
0.47/0.52	c bounds 215 >= 162 @ 0.404313
0.47/0.53	c bounds 214 >= 162 @ 0.407149
0.47/0.53	c bounds 214 >= 163 @ 0.408429
0.47/0.53	c bounds 214 >= 164 @ 0.409879
0.47/0.53	c bounds 214 >= 165 @ 0.412694
0.47/0.54	c bounds 213 >= 165 @ 0.415763
0.47/0.54	c bounds 213 >= 166 @ 0.417945
0.47/0.55	c bounds 212 >= 166 @ 0.431266
0.47/0.56	c bounds 212 >= 167 @ 0.433066
0.47/0.58	c bounds 212 >= 168 @ 0.451793
0.47/0.58	c bounds 211 >= 168 @ 0.452915
0.47/0.58	c bounds 210 >= 168 @ 0.455188
1.35/1.44	c #Conflicts:       1000 | #Constraints:       6195
1.35/1.44	c #Conflicts:       2000 | #Constraints:       7199
1.35/1.44	c INPROCESSING
1.35/1.44	c GARBAGE COLLECT
1.35/1.44	c rational objective 168
1.35/1.49	c bounds 210 >= 169 @ 1.34167
1.44/1.55	c bounds 210 >= 170 @ 1.40005
1.44/1.57	c bounds 210 >= 171 @ 1.41893
1.54/1.60	c bounds 210 >= 172 @ 1.44641
1.54/1.65	c bounds 210 >= 173 @ 1.49715
1.65/1.73	c #Conflicts:       3000 | #Constraints:       7051
1.65/1.73	c bounds 210 >= 174 @ 1.57561
1.74/1.82	c bounds 210 >= 175 @ 1.65466
1.84/1.93	c #Conflicts:       4000 | #Constraints:       8105
1.84/1.93	c bounds 210 >= 176 @ 1.7616
1.84/2.00	c INPROCESSING
1.84/2.00	c GARBAGE COLLECT
1.84/2.00	c rational objective 176
1.96/2.09	c bounds 210 >= 177 @ 1.91504
1.96/2.10	c bounds 210 >= 178 @ 1.93093
2.15/2.25	c #Conflicts:       5000 | #Constraints:       7450
2.15/2.25	c bounds 210 >= 179 @ 2.0691
2.54/2.65	c #Conflicts:       6000 | #Constraints:       8495
2.54/2.65	c INPROCESSING
2.54/2.65	c GARBAGE COLLECT
2.54/2.65	c rational objective 179
2.84/2.93	c #Conflicts:       7000 | #Constraints:       7442
2.84/2.93	c #Conflicts:       8000 | #Constraints:       8442
2.84/2.93	c bounds 210 >= 180 @ 2.73373
2.95/3.10	c #Conflicts:       9000 | #Constraints:       9499
2.95/3.10	c INPROCESSING
2.95/3.10	c GARBAGE COLLECT
2.95/3.10	c rational objective 180
3.14/3.22	c bounds 210 >= 181 @ 3.00561
3.43/3.50	c #Conflicts:      10000 | #Constraints:       8113
3.43/3.50	c #Conflicts:      11000 | #Constraints:       9113
3.43/3.50	c bounds 210 >= 182 @ 3.26766
3.64/3.72	c #Conflicts:      12000 | #Constraints:      10161
3.64/3.72	c INPROCESSING
3.64/3.72	c GARBAGE COLLECT
3.64/3.72	c rational objective 182
4.64/4.74	c #Conflicts:      13000 | #Constraints:       8553
4.64/4.74	c #Conflicts:      14000 | #Constraints:       9579
4.64/4.74	c #Conflicts:      15000 | #Constraints:      10580
4.64/4.74	c INPROCESSING
4.64/4.74	c GARBAGE COLLECT
4.64/4.74	c rational objective 182
4.83/4.95	c bounds 210 >= 183 @ 4.67416
4.95/5.03	c #Conflicts:      16000 | #Constraints:       8871
4.95/5.03	c bounds 210 >= 184 @ 4.75329
5.13/5.22	c bounds 210 >= 185 @ 4.93412
5.43/5.50	c #Conflicts:      17000 | #Constraints:       9922
5.43/5.50	c #Conflicts:      18000 | #Constraints:      10922
5.43/5.50	c bounds 210 >= 186 @ 5.20953
5.43/5.56	c INPROCESSING
5.43/5.56	c GARBAGE COLLECT
5.43/5.56	c rational objective 186
5.73/5.85	c #Conflicts:      19000 | #Constraints:       8724
5.73/5.85	c bounds 210 >= 187 @ 5.55055
6.05/6.13	c #Conflicts:      20000 | #Constraints:       9778
6.05/6.13	c bounds 210 >= 188 @ 5.81822
6.23/6.31	c #Conflicts:      21000 | #Constraints:      10817
6.23/6.31	c bounds 210 >= 189 @ 5.99963
6.23/6.37	c INPROCESSING
6.23/6.37	c GARBAGE COLLECT
6.23/6.37	c rational objective 189
6.33/6.41	c bounds 209 >= 189 @ 6.08861
6.73/6.84	c #Conflicts:      22000 | #Constraints:       8614
6.73/6.84	c #Conflicts:      23000 | #Constraints:       9614
6.73/6.84	c bounds 209 >= 190 @ 6.51356
9.33/9.42	c #Conflicts:      24000 | #Constraints:      10656
9.33/9.42	c #Conflicts:      25000 | #Constraints:      11659
9.33/9.42	c #Conflicts:      26000 | #Constraints:      12664
9.33/9.42	c #Conflicts:      27000 | #Constraints:      13671
9.33/9.42	c #Conflicts:      28000 | #Constraints:      14675
9.33/9.42	c #Conflicts:      29000 | #Constraints:      15678
9.33/9.42	c bounds 208 >= 190 @ 9.05073
10.71/10.82	c #Conflicts:      30000 | #Constraints:      16682
10.71/10.82	c #Conflicts:      31000 | #Constraints:      17682
10.71/10.82	c #Conflicts:      32000 | #Constraints:      18682
10.71/10.82	c bounds 208 >= 191 @ 10.4297
11.31/11.43	c #Conflicts:      33000 | #Constraints:      19706
11.31/11.43	c INPROCESSING
11.31/11.43	c GARBAGE COLLECT
11.31/11.43	c rational objective 191
11.51/11.69	c #Conflicts:      34000 | #Constraints:      13214
11.51/11.69	c bounds 208 >= 192 @ 11.2834
12.11/12.23	c #Conflicts:      35000 | #Constraints:      14226
12.11/12.23	c bounds 208 >= 193 @ 11.8179
12.92/13.02	c #Conflicts:      36000 | #Constraints:      15262
12.92/13.02	c #Conflicts:      37000 | #Constraints:      16262
12.92/13.02	c #Conflicts:      38000 | #Constraints:      17262
12.92/13.02	c INPROCESSING
12.92/13.02	c GARBAGE COLLECT
12.92/13.02	c rational objective 193
14.80/14.95	c #Conflicts:      39000 | #Constraints:      11925
14.80/14.95	c #Conflicts:      40000 | #Constraints:      12927
14.80/14.95	c #Conflicts:      41000 | #Constraints:      13928
14.80/14.95	c #Conflicts:      42000 | #Constraints:      14934
14.80/14.95	c INPROCESSING
14.80/14.95	c GARBAGE COLLECT
14.80/14.95	c rational objective 193
15.60/15.76	c #Conflicts:      43000 | #Constraints:      10685
15.60/15.76	c #Conflicts:      44000 | #Constraints:      11685
15.60/15.76	c #Conflicts:      45000 | #Constraints:      12685
15.60/15.76	c bounds 208 >= 194 @ 15.2672
16.40/16.50	c #Conflicts:      46000 | #Constraints:      13721
16.40/16.50	c #Conflicts:      47000 | #Constraints:      14721
16.40/16.50	c #Conflicts:      48000 | #Constraints:      15721
16.40/16.50	c INPROCESSING
16.40/16.50	c GARBAGE COLLECT
16.40/16.50	c rational objective 194
16.80/16.96	c #Conflicts:      49000 | #Constraints:      11432
16.80/16.96	c bounds 208 >= 195 @ 16.4354
17.80/17.92	c #Conflicts:      50000 | #Constraints:      12486
17.80/17.92	c #Conflicts:      51000 | #Constraints:      13486
17.80/17.92	c #Conflicts:      52000 | #Constraints:      14486
17.80/17.92	c #Conflicts:      53000 | #Constraints:      15486
17.80/17.92	c bounds 208 >= 196 @ 17.351
17.80/17.96	c INPROCESSING
17.80/17.96	c GARBAGE COLLECT
17.80/17.96	c rational objective 196
19.39/19.57	c #Conflicts:      54000 | #Constraints:      11122
19.39/19.57	c #Conflicts:      55000 | #Constraints:      12122
19.39/19.57	c #Conflicts:      56000 | #Constraints:      13122
19.39/19.57	c #Conflicts:      57000 | #Constraints:      14122
19.39/19.57	c bounds 208 >= 197 @ 18.9708
26.37/26.57	c #Conflicts:      58000 | #Constraints:      15178
26.37/26.57	c #Conflicts:      59000 | #Constraints:      16184
26.37/26.57	c #Conflicts:      60000 | #Constraints:      17196
26.37/26.57	c #Conflicts:      61000 | #Constraints:      18201
26.37/26.57	c #Conflicts:      62000 | #Constraints:      19215
26.37/26.57	c #Conflicts:      63000 | #Constraints:      20216
26.37/26.57	c #Conflicts:      64000 | #Constraints:      21230
26.37/26.57	c #Conflicts:      65000 | #Constraints:      22234
26.37/26.57	c #Conflicts:      66000 | #Constraints:      23239
26.37/26.57	c #Conflicts:      67000 | #Constraints:      24245
26.37/26.57	c #Conflicts:      68000 | #Constraints:      25248
26.37/26.57	c #Conflicts:      69000 | #Constraints:      26252
26.37/26.57	c #Conflicts:      70000 | #Constraints:      27252
26.37/26.57	c #Conflicts:      71000 | #Constraints:      28256
26.37/26.57	c INPROCESSING
26.37/26.57	c GARBAGE COLLECT
26.37/26.57	c rational objective 197
29.88/30.04	c #Conflicts:      72000 | #Constraints:      17591
29.88/30.04	c #Conflicts:      73000 | #Constraints:      18591
29.88/30.04	c #Conflicts:      74000 | #Constraints:      19591
29.88/30.04	c #Conflicts:      75000 | #Constraints:      20591
29.88/30.04	c #Conflicts:      76000 | #Constraints:      21591
29.88/30.04	c #Conflicts:      77000 | #Constraints:      22591
29.88/30.04	c bounds 208 >= 198 @ 29.2633
30.17/30.30	c #Conflicts:      78000 | #Constraints:      23630
30.17/30.30	c INPROCESSING
30.17/30.30	c GARBAGE COLLECT
30.17/30.30	c rational objective 198
33.03/33.33	c #Conflicts:      79000 | #Constraints:      15463
33.03/33.33	c #Conflicts:      80000 | #Constraints:      16463
33.03/33.33	c #Conflicts:      81000 | #Constraints:      17463
33.03/33.33	c #Conflicts:      82000 | #Constraints:      18463
33.03/33.33	c #Conflicts:      83000 | #Constraints:      19463
33.03/33.33	c #Conflicts:      84000 | #Constraints:      20463
33.03/33.33	c bounds 208 >= 199 @ 32.3546
33.13/33.43	c INPROCESSING
33.13/33.43	c GARBAGE COLLECT
33.13/33.43	c rational objective 199
35.52/35.86	c #Conflicts:      85000 | #Constraints:      13507
35.52/35.86	c #Conflicts:      86000 | #Constraints:      14507
35.52/35.86	c #Conflicts:      87000 | #Constraints:      15508
35.52/35.86	c #Conflicts:      88000 | #Constraints:      16509
35.52/35.86	c #Conflicts:      89000 | #Constraints:      17509
35.52/35.86	c #Conflicts:      90000 | #Constraints:      18509
35.52/35.86	c #Conflicts:      91000 | #Constraints:      19510
35.52/35.86	c bounds 208 >= 200 @ 34.8265
35.73/36.03	c INPROCESSING
35.73/36.03	c GARBAGE COLLECT
35.73/36.03	c rational objective 200
41.11/41.45	c #Conflicts:      92000 | #Constraints:      13076
41.11/41.45	c #Conflicts:      93000 | #Constraints:      14076
41.11/41.45	c #Conflicts:      94000 | #Constraints:      15076
41.11/41.45	c #Conflicts:      95000 | #Constraints:      16076
41.11/41.45	c #Conflicts:      96000 | #Constraints:      17076
41.11/41.45	c #Conflicts:      97000 | #Constraints:      18076
41.11/41.45	c #Conflicts:      98000 | #Constraints:      19076
41.11/41.45	c #Conflicts:      99000 | #Constraints:      20076
41.11/41.45	c #Conflicts:     100000 | #Constraints:      21076
41.11/41.45	c #Conflicts:     101000 | #Constraints:      22078
41.11/41.45	c #Conflicts:     102000 | #Constraints:      23079
41.11/41.45	c #Conflicts:     103000 | #Constraints:      24079
41.11/41.45	c #Conflicts:     104000 | #Constraints:      25079
41.11/41.45	c #Conflicts:     105000 | #Constraints:      26079
41.11/41.45	c #Conflicts:     106000 | #Constraints:      27079
41.11/41.45	c bounds 208 >= 201 @ 40.2883
45.09/45.48	c #Conflicts:     107000 | #Constraints:      28136
45.09/45.48	c #Conflicts:     108000 | #Constraints:      29141
45.09/45.48	c #Conflicts:     109000 | #Constraints:      30148
45.09/45.48	c #Conflicts:     110000 | #Constraints:      31156
45.09/45.48	c #Conflicts:     111000 | #Constraints:      32158
45.09/45.48	c #Conflicts:     112000 | #Constraints:      33161
45.09/45.48	c #Conflicts:     113000 | #Constraints:      34164
45.09/45.48	c #Conflicts:     114000 | #Constraints:      35171
45.09/45.48	c #Conflicts:     115000 | #Constraints:      36174
45.09/45.48	c INPROCESSING
45.09/45.48	c GARBAGE COLLECT
45.09/45.48	c rational objective 201
48.58/48.96	c #Conflicts:     116000 | #Constraints:      21704
48.58/48.96	c #Conflicts:     117000 | #Constraints:      22704
48.58/48.96	c #Conflicts:     118000 | #Constraints:      23704
48.58/48.96	c #Conflicts:     119000 | #Constraints:      24704
48.58/48.96	c #Conflicts:     120000 | #Constraints:      25704
48.58/48.96	c #Conflicts:     121000 | #Constraints:      26704
48.58/48.96	c bounds 208 >= 202 @ 47.6576
49.58/49.99	c #Conflicts:     122000 | #Constraints:      27737
49.58/49.99	c #Conflicts:     123000 | #Constraints:      28737
49.58/49.99	c INPROCESSING
49.58/49.99	c GARBAGE COLLECT
49.58/49.99	c rational objective 202
53.37/53.79	c #Conflicts:     124000 | #Constraints:      17842
53.37/53.79	c #Conflicts:     125000 | #Constraints:      18842
53.37/53.79	c #Conflicts:     126000 | #Constraints:      19843
53.37/53.79	c #Conflicts:     127000 | #Constraints:      20843
53.37/53.79	c #Conflicts:     128000 | #Constraints:      21843
53.37/53.79	c #Conflicts:     129000 | #Constraints:      22843
53.37/53.79	c #Conflicts:     130000 | #Constraints:      23844
53.37/53.79	c #Conflicts:     131000 | #Constraints:      24844
53.37/53.79	c #Conflicts:     132000 | #Constraints:      25844
53.37/53.79	c INPROCESSING
53.37/53.79	c GARBAGE COLLECT
53.37/53.79	c rational objective 202
73.46/73.90	c #Conflicts:     133000 | #Constraints:      16647
73.46/73.90	c #Conflicts:     134000 | #Constraints:      17650
73.46/73.90	c #Conflicts:     135000 | #Constraints:      18655
73.46/73.90	c #Conflicts:     136000 | #Constraints:      19659
73.46/73.90	c #Conflicts:     137000 | #Constraints:      20662
73.46/73.90	c #Conflicts:     138000 | #Constraints:      21667
73.46/73.90	c #Conflicts:     139000 | #Constraints:      22672
73.46/73.90	c #Conflicts:     140000 | #Constraints:      23674
73.46/73.90	c #Conflicts:     141000 | #Constraints:      24677
73.46/73.90	c #Conflicts:     142000 | #Constraints:      25680
73.46/73.90	c #Conflicts:     143000 | #Constraints:      26686
73.46/73.90	c #Conflicts:     144000 | #Constraints:      27691
73.46/73.90	c #Conflicts:     145000 | #Constraints:      28697
73.46/73.90	c #Conflicts:     146000 | #Constraints:      29698
73.46/73.90	c #Conflicts:     147000 | #Constraints:      30702
73.46/73.90	c #Conflicts:     148000 | #Constraints:      31706
73.46/73.90	c #Conflicts:     149000 | #Constraints:      32710
73.46/73.90	c #Conflicts:     150000 | #Constraints:      33714
73.46/73.90	c #Conflicts:     151000 | #Constraints:      34716
73.46/73.90	c #Conflicts:     152000 | #Constraints:      35716
73.46/73.90	c #Conflicts:     153000 | #Constraints:      36716
73.46/73.90	c #Conflicts:     154000 | #Constraints:      37718
73.46/73.90	c #Conflicts:     155000 | #Constraints:      38725
73.46/73.90	c #Conflicts:     156000 | #Constraints:      39728
73.46/73.90	c #Conflicts:     157000 | #Constraints:      40730
73.46/73.90	c #Conflicts:     158000 | #Constraints:      41733
73.46/73.90	c #Conflicts:     159000 | #Constraints:      42734
73.46/73.90	c INPROCESSING
73.46/73.90	c GARBAGE COLLECT
73.46/73.90	c rational objective 202
82.04/82.50	c #Conflicts:     160000 | #Constraints:      24819
82.04/82.50	c #Conflicts:     161000 | #Constraints:      25821
82.04/82.50	c #Conflicts:     162000 | #Constraints:      26821
82.04/82.50	c #Conflicts:     163000 | #Constraints:      27821
82.04/82.50	c #Conflicts:     164000 | #Constraints:      28821
82.04/82.50	c #Conflicts:     165000 | #Constraints:      29821
82.04/82.50	c #Conflicts:     166000 | #Constraints:      30822
82.04/82.50	c #Conflicts:     167000 | #Constraints:      31822
82.04/82.50	c #Conflicts:     168000 | #Constraints:      32822
82.04/82.50	c #Conflicts:     169000 | #Constraints:      33823
82.04/82.50	c INPROCESSING
82.04/82.50	c GARBAGE COLLECT
82.04/82.50	c rational objective 202
83.83/84.31	c #Conflicts:     170000 | #Constraints:      20446
83.83/84.31	c #Conflicts:     171000 | #Constraints:      21446
83.83/84.31	c #Conflicts:     172000 | #Constraints:      22446
83.83/84.31	c #Conflicts:     173000 | #Constraints:      23446
83.83/84.31	c bounds 208 >= 203 @ 82.4894
86.72/87.25	c #Conflicts:     174000 | #Constraints:      24503
86.72/87.25	c #Conflicts:     175000 | #Constraints:      25503
86.72/87.25	c #Conflicts:     176000 | #Constraints:      26503
86.72/87.25	c #Conflicts:     177000 | #Constraints:      27503
86.72/87.25	c #Conflicts:     178000 | #Constraints:      28503
86.72/87.25	c #Conflicts:     179000 | #Constraints:      29503
86.72/87.25	c INPROCESSING
86.72/87.25	c GARBAGE COLLECT
86.72/87.25	c rational objective 203
93.20/93.72	c #Conflicts:     180000 | #Constraints:      18306
93.20/93.72	c #Conflicts:     181000 | #Constraints:      19306
93.20/93.72	c #Conflicts:     182000 | #Constraints:      20306
93.20/93.72	c #Conflicts:     183000 | #Constraints:      21308
93.20/93.72	c #Conflicts:     184000 | #Constraints:      22308
93.20/93.72	c #Conflicts:     185000 | #Constraints:      23309
93.20/93.72	c #Conflicts:     186000 | #Constraints:      24311
93.20/93.72	c #Conflicts:     187000 | #Constraints:      25313
93.20/93.72	c #Conflicts:     188000 | #Constraints:      26313
93.20/93.72	c #Conflicts:     189000 | #Constraints:      27313
93.20/93.72	c #Conflicts:     190000 | #Constraints:      28313
93.20/93.72	c #Conflicts:     191000 | #Constraints:      29313
93.20/93.72	c #Conflicts:     192000 | #Constraints:      30313
93.20/93.72	c #Conflicts:     193000 | #Constraints:      31314
93.20/93.72	c #Conflicts:     194000 | #Constraints:      32314
93.20/93.72	c bounds 208 >= 204 @ 91.6875
102.44/103.02	c #Conflicts:     195000 | #Constraints:      33363
102.44/103.02	c #Conflicts:     196000 | #Constraints:      34364
102.44/103.02	c #Conflicts:     197000 | #Constraints:      35364
102.44/103.02	c #Conflicts:     198000 | #Constraints:      36364
102.44/103.02	c #Conflicts:     199000 | #Constraints:      37365
102.44/103.02	c #Conflicts:     200000 | #Constraints:      38365
102.44/103.02	c #Conflicts:     201000 | #Constraints:      39365
102.44/103.02	c #Conflicts:     202000 | #Constraints:      40366
102.44/103.02	c #Conflicts:     203000 | #Constraints:      41367
102.44/103.02	c #Conflicts:     204000 | #Constraints:      42369
102.44/103.02	c #Conflicts:     205000 | #Constraints:      43371
102.44/103.02	c #Conflicts:     206000 | #Constraints:      44371
102.44/103.02	c #Conflicts:     207000 | #Constraints:      45372
102.44/103.02	c #Conflicts:     208000 | #Constraints:      46374
102.44/103.02	c #Conflicts:     209000 | #Constraints:      47375
102.44/103.02	c #Conflicts:     210000 | #Constraints:      48377
102.44/103.02	c bounds 208 >= 205 @ 100.78
102.83/103.42	c #Conflicts:     211000 | #Constraints:      49398
102.83/103.42	c INPROCESSING
102.83/103.42	c GARBAGE COLLECT
102.83/103.42	c rational objective 205
109.11/109.74	c #Conflicts:     212000 | #Constraints:      28363
109.11/109.74	c #Conflicts:     213000 | #Constraints:      29363
109.11/109.74	c #Conflicts:     214000 | #Constraints:      30381
109.11/109.74	c #Conflicts:     215000 | #Constraints:      31382
109.11/109.74	c #Conflicts:     216000 | #Constraints:      32387
109.11/109.74	c #Conflicts:     217000 | #Constraints:      33388
109.11/109.74	c #Conflicts:     218000 | #Constraints:      34390
109.11/109.74	c #Conflicts:     219000 | #Constraints:      35770
109.11/109.74	c #Conflicts:     220000 | #Constraints:      36820
109.11/109.74	c #Conflicts:     221000 | #Constraints:      37828
109.11/109.74	c #Conflicts:     222000 | #Constraints:      38829
109.11/109.74	c INPROCESSING
109.11/109.74	c GARBAGE COLLECT
109.11/109.74	c rational objective 205
114.60/115.24	c #Conflicts:     223000 | #Constraints:      22942
114.60/115.24	c #Conflicts:     224000 | #Constraints:      23945
114.60/115.24	c #Conflicts:     225000 | #Constraints:      24945
114.60/115.24	c #Conflicts:     226000 | #Constraints:      25948
114.60/115.24	c #Conflicts:     227000 | #Constraints:      26951
114.60/115.24	c #Conflicts:     228000 | #Constraints:      27952
114.60/115.24	c #Conflicts:     229000 | #Constraints:      28955
114.60/115.24	c #Conflicts:     230000 | #Constraints:      29957
114.60/115.24	c #Conflicts:     231000 | #Constraints:      30958
114.60/115.24	c #Conflicts:     232000 | #Constraints:      31960
114.60/115.24	c #Conflicts:     233000 | #Constraints:      32961
114.60/115.24	WSVECS04 Frhs2[119]: 6 -0.317985 0 shouldn't be
114.60/115.24	WSVECS04 Frhs2[121]: 6 -1.00006 0 shouldn't be
114.60/115.24	WSVECS04 Frhs2[127]: 6 -1.00003 0 shouldn't be
114.60/115.24	WSVECS04 Frhs2[155]: 6 -1.00007 0 shouldn't be
114.60/115.24	WSVECS04 Frhs2[175]: 6 -1.00009 0 shouldn't be
114.60/115.24	WSVECS04 Frhs2[186]: 6 0 0.00314706 shouldn't be
114.60/115.24	WSVECS04 Frhs2[197]: 6 -1.00002 0 shouldn't be
114.60/115.24	WSVECS04 Frhs2[213]: 6 -1.00002 0 shouldn't be
114.60/115.24	WSVECS04 Frhs2[222]: 6 0 1.00002 shouldn't be
114.60/115.24	WSVECS04 Frhs2[225]: 6 -1.00008 0 shouldn't be
114.60/115.24	WSVECS04 Frhs2[237]: 6 -1.68676 0 shouldn't be
114.60/115.24	WSVECS04 Frhs2[261]: 6 0 1.06962 shouldn't be
114.60/115.24	WSVECS04 Frhs2[263]: 6 -6.84373 0 shouldn't be
114.60/115.24	WSVECS04 Frhs2[279]: 6 -3.92191 0 shouldn't be
114.60/115.24	WSVECS04 Frhs2[280]: 6 0 0.77852 shouldn't be
114.60/115.24	WSVECS04 Frhs2[284]: 6 0 2.31842 shouldn't be
114.60/115.24	WSVECS04 Frhs2[286]: 6 0 9.062 shouldn't be
114.60/115.24	WSVECS04 Frhs2[297]: 6 -1.92189 0 shouldn't be
114.60/115.24	WSVECS04 Frhs2[315]: 6 -3.92189 0 shouldn't be
114.60/115.24	WSVECS04 Frhs2[327]: 6 -3.92187 0 shouldn't be
114.60/115.24	WSVECS04 Frhs2[343]: 6 -3.92189 0 shouldn't be
114.60/115.24	WSVECS04 Frhs2[345]: 6 -3.92188 0 shouldn't be
114.60/115.24	WSVECS04 Frhs2[346]: 6 0 4.21866 shouldn't be
114.60/115.24	WSVECS04 Frhs2[359]: 6 -3.42223 0 shouldn't be
114.60/115.24	WSVECS04 Frhs2[363]: 6 -3.92191 0 shouldn't be
114.60/115.24	WSVECS04 Frhs2[441]: 6 -1.00009 0 shouldn't be
114.60/115.24	WSVECS04 Frhs2[521]: 6 0 1.00006 shouldn't be
114.89/115.51	c #Conflicts:     234000 | #Constraints:      33963
114.89/115.51	c INPROCESSING
114.89/115.51	c GARBAGE COLLECT
114.89/115.51	c rational objective 205
143.56/144.34	c #Conflicts:     235000 | #Constraints:      20738
143.56/144.34	c #Conflicts:     236000 | #Constraints:      21738
143.56/144.34	c #Conflicts:     237000 | #Constraints:      22743
143.56/144.34	c #Conflicts:     238000 | #Constraints:      23748
143.56/144.34	c #Conflicts:     239000 | #Constraints:      24753
143.56/144.34	c #Conflicts:     240000 | #Constraints:      25760
143.56/144.34	c #Conflicts:     241000 | #Constraints:      26761
143.56/144.34	c #Conflicts:     242000 | #Constraints:      27765
143.56/144.34	c #Conflicts:     243000 | #Constraints:      28769
143.56/144.34	c #Conflicts:     244000 | #Constraints:      29772
143.56/144.34	c #Conflicts:     245000 | #Constraints:      30776
143.56/144.34	c #Conflicts:     246000 | #Constraints:      31784
143.56/144.34	c #Conflicts:     247000 | #Constraints:      32786
143.56/144.34	c #Conflicts:     248000 | #Constraints:      33791
143.56/144.34	c #Conflicts:     249000 | #Constraints:      34799
143.56/144.34	c #Conflicts:     250000 | #Constraints:      35805
143.56/144.34	c #Conflicts:     251000 | #Constraints:      36806
143.56/144.34	c #Conflicts:     252000 | #Constraints:      37809
143.56/144.34	c #Conflicts:     253000 | #Constraints:      38814
143.56/144.34	c #Conflicts:     254000 | #Constraints:      39815
143.56/144.34	c #Conflicts:     255000 | #Constraints:      40819
143.56/144.34	c #Conflicts:     256000 | #Constraints:      41822
143.56/144.34	c #Conflicts:     257000 | #Constraints:      42827
143.56/144.34	c #Conflicts:     258000 | #Constraints:      43833
143.56/144.34	c #Conflicts:     259000 | #Constraints:      44837
143.56/144.34	c #Conflicts:     260000 | #Constraints:      45839
143.56/144.34	c #Conflicts:     261000 | #Constraints:      46841
143.56/144.34	c #Conflicts:     262000 | #Constraints:      47841
143.56/144.34	c #Conflicts:     263000 | #Constraints:      48843
143.56/144.34	c #Conflicts:     264000 | #Constraints:      49846
143.56/144.34	c #Conflicts:     265000 | #Constraints:      50849
143.56/144.34	c #Conflicts:     266000 | #Constraints:      51863
143.56/144.34	c #Conflicts:     267000 | #Constraints:      52867
143.56/144.34	c #Conflicts:     268000 | #Constraints:      53869
143.56/144.34	c #Conflicts:     269000 | #Constraints:      54871
143.56/144.34	c #Conflicts:     270000 | #Constraints:      55874
143.56/144.34	c INPROCESSING
143.56/144.34	c GARBAGE COLLECT
143.56/144.34	c rational objective 205
150.93/151.78	c #Conflicts:     271000 | #Constraints:      31752
150.93/151.78	c #Conflicts:     272000 | #Constraints:      32753
150.93/151.78	c #Conflicts:     273000 | #Constraints:      33753
150.93/151.78	c #Conflicts:     274000 | #Constraints:      34753
150.93/151.78	c #Conflicts:     275000 | #Constraints:      35755
150.93/151.78	c #Conflicts:     276000 | #Constraints:      36756
150.93/151.78	c #Conflicts:     277000 | #Constraints:      37757
150.93/151.78	c bounds 208 >= 206 @ 148.762
156.21/157.03	c #Conflicts:     278000 | #Constraints:      38809
156.21/157.03	c #Conflicts:     279000 | #Constraints:      39812
156.21/157.03	c #Conflicts:     280000 | #Constraints:      40815
156.21/157.03	c #Conflicts:     281000 | #Constraints:      41817
156.21/157.03	c #Conflicts:     282000 | #Constraints:      42818
156.21/157.03	c INPROCESSING
156.21/157.03	c GARBAGE COLLECT
156.21/157.03	c rational objective 206
162.97/163.90	c #Conflicts:     283000 | #Constraints:      24789
162.97/163.90	c #Conflicts:     284000 | #Constraints:      25789
162.97/163.90	c #Conflicts:     285000 | #Constraints:      26792
162.97/163.90	c #Conflicts:     286000 | #Constraints:      27793
162.97/163.90	c #Conflicts:     287000 | #Constraints:      28795
162.97/163.90	c #Conflicts:     288000 | #Constraints:      29796
162.97/163.90	c #Conflicts:     289000 | #Constraints:      30797
162.97/163.90	c #Conflicts:     290000 | #Constraints:      31797
162.97/163.90	c #Conflicts:     291000 | #Constraints:      32798
162.97/163.90	c #Conflicts:     292000 | #Constraints:      33798
162.97/163.90	c #Conflicts:     293000 | #Constraints:      34799
162.97/163.90	c #Conflicts:     294000 | #Constraints:      35799
162.97/163.90	c #Conflicts:     295000 | #Constraints:      36799
162.97/163.90	c INPROCESSING
162.97/163.90	c GARBAGE COLLECT
162.97/163.90	c rational objective 206
181.31/182.22	c #Conflicts:     296000 | #Constraints:      21791
181.31/182.22	c #Conflicts:     297000 | #Constraints:      22792
181.31/182.22	c #Conflicts:     298000 | #Constraints:      23793
181.31/182.22	c #Conflicts:     299000 | #Constraints:      24793
181.31/182.22	c #Conflicts:     300000 | #Constraints:      25793
181.31/182.22	c #Conflicts:     301000 | #Constraints:      26794
181.31/182.22	c #Conflicts:     302000 | #Constraints:      27795
181.31/182.22	c #Conflicts:     303000 | #Constraints:      28796
181.31/182.22	c #Conflicts:     304000 | #Constraints:      29796
181.31/182.22	c #Conflicts:     305000 | #Constraints:      30797
181.31/182.22	c #Conflicts:     306000 | #Constraints:      31799
181.31/182.22	c #Conflicts:     307000 | #Constraints:      32799
181.31/182.22	c #Conflicts:     308000 | #Constraints:      33800
181.31/182.22	c #Conflicts:     309000 | #Constraints:      34801
181.31/182.22	c #Conflicts:     310000 | #Constraints:      35804
181.31/182.22	c #Conflicts:     311000 | #Constraints:      36805
181.31/182.22	c #Conflicts:     312000 | #Constraints:      37805
181.31/182.22	c #Conflicts:     313000 | #Constraints:      38806
181.31/182.22	c #Conflicts:     314000 | #Constraints:      39807
181.31/182.22	c #Conflicts:     315000 | #Constraints:      40807
181.31/182.22	c #Conflicts:     316000 | #Constraints:      41809
181.31/182.22	c #Conflicts:     317000 | #Constraints:      42811
181.31/182.22	c #Conflicts:     318000 | #Constraints:      43812
181.31/182.22	c #Conflicts:     319000 | #Constraints:      44813
181.31/182.22	c #Conflicts:     320000 | #Constraints:      45814
181.31/182.22	c #Conflicts:     321000 | #Constraints:      46814
181.31/182.22	c #Conflicts:     322000 | #Constraints:      47815
181.31/182.22	c #Conflicts:     323000 | #Constraints:      48816
181.31/182.22	c #Conflicts:     324000 | #Constraints:      49816
181.31/182.22	c #Conflicts:     325000 | #Constraints:      50816
181.31/182.22	c #Conflicts:     326000 | #Constraints:      51817
181.31/182.22	c #Conflicts:     327000 | #Constraints:      52818
181.31/182.22	c #Conflicts:     328000 | #Constraints:      53818
181.31/182.22	c bounds 208 >= 207 @ 178.624
186.05/187.05	c #Conflicts:     329000 | #Constraints:      54875
186.05/187.05	c #Conflicts:     330000 | #Constraints:      55875
186.05/187.05	c #Conflicts:     331000 | #Constraints:      56877
186.05/187.05	c #Conflicts:     332000 | #Constraints:      57877
186.05/187.05	c #Conflicts:     333000 | #Constraints:      58879
186.05/187.05	c #Conflicts:     334000 | #Constraints:      59880
186.05/187.05	c #Conflicts:     335000 | #Constraints:      60881
186.05/187.05	c #Conflicts:     336000 | #Constraints:      61881
186.05/187.05	c INPROCESSING
186.05/187.05	c GARBAGE COLLECT
186.05/187.05	c rational objective 207
192.42/193.47	c #Conflicts:     337000 | #Constraints:      34718
192.42/193.47	c #Conflicts:     338000 | #Constraints:      35720
192.42/193.47	c #Conflicts:     339000 | #Constraints:      36721
192.42/193.47	c #Conflicts:     340000 | #Constraints:      37722
192.42/193.47	c #Conflicts:     341000 | #Constraints:      38723
192.42/193.47	c #Conflicts:     342000 | #Constraints:      39723
192.42/193.47	c #Conflicts:     343000 | #Constraints:      40723
192.42/193.47	c #Conflicts:     344000 | #Constraints:      41724
192.42/193.47	c #Conflicts:     345000 | #Constraints:      42725
192.42/193.47	c #Conflicts:     346000 | #Constraints:      43725
192.42/193.47	c #Conflicts:     347000 | #Constraints:      44726
192.42/193.47	c bounds 207 >= 207 @ 189.612
192.42/193.47	c cpu time 189.612 s
192.42/193.47	c deterministic time 9120518537 9.12e+09
192.42/193.47	c optimization time 0.063113 s
192.42/193.47	c total solve time 189.48 s
192.42/193.47	c core-guided solve time 123.314 s
192.42/193.47	c propagation time 122.042 s
192.42/193.47	c conflict analysis time 59.8021 s
192.42/193.47	c propagations 62701427
192.42/193.47	c resolve steps 13396863
192.42/193.47	c decisions 717505
192.42/193.47	c conflicts 347594
192.42/193.47	c restarts 826
192.42/193.47	c inprocessing phases 30
192.42/193.47	c garbage collections 30 ,( 100.00 )
192.42/193.47	c input clauses 5035 ,( 76.65 )
192.42/193.47	c input cardinalities 1023 ,( 15.57 )
192.42/193.47	c input general constraints 511 ,( 7.78 )
192.42/193.47	c input average constraint length 23.73
192.42/193.47	c input average constraint degree 6.71
192.42/193.47	c learned clauses 318842 ,( 91.43 )
192.42/193.47	c learned cardinalities 3954 ,( 1.13 )
192.42/193.47	c learned general constraints 25921 ,( 7.43 )
192.42/193.47	c learned average constraint length 164.24
192.42/193.47	c learned average constraint degree 31996683.59
192.42/193.47	c watched  CF 32, 64, 128, Arb: 14045 , 0 , 0 , 0
192.42/193.47	c counting CF 32, 64, 128, Arb: 12388 , 0 , 0 , 0
192.42/193.47	c watched   constraints 14045 ,( 53.14 ) 
192.42/193.47	c counting  constraints 12387 ,( 46.86 ) 
192.42/193.47	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 421324251 , 481545411 , 266214208 ,( 84155450 , 182058758 )
192.42/193.47	c gcd simplifications 14385
192.42/193.47	c detected cardinalities 21
192.42/193.47	c weakened non-implied lits 9539492
192.42/193.47	c weakened non-implying lits 121346
192.42/193.47	c original variables 1160
192.42/193.47	c clausal propagations 43402271
192.42/193.47	c cardinality propagations 4709967
192.42/193.47	c watched propagations 897964
192.42/193.47	c counting propagations 12897463
192.42/193.47	c watch lookups 4181499751
192.42/193.47	c watch backjump lookups 0
192.42/193.47	c watch checks 4296784757
192.42/193.47	c propagation checks 322341443
192.42/193.47	c constraint additions 192350638
192.42/193.47	c trail pops 63765898
192.42/193.47	c formula constraints 4419
192.42/193.47	c learned constraints 347091
192.42/193.47	c bound constraints 257
192.42/193.47	c core-guided constraints 1893
192.42/193.47	c encountered formula constraints 8110374
192.42/193.47	c encountered learned constraints 3170124
192.42/193.47	c encountered bound constraints 247
192.42/193.47	c encountered core-guided constraints 2441113
192.42/193.47	c LP total time 26.8986 s
192.42/193.47	c LP solve time 23.63 s
192.42/193.47	c LP constraints added 4660
192.42/193.47	c LP constraints removed 233
192.42/193.47	c LP pivots internal 347800
192.42/193.47	c LP pivots root 9317
192.42/193.47	c LP calls 1603
192.42/193.47	c LP optimalities 578
192.42/193.47	c LP no pivot count 21
192.42/193.47	c LP infeasibilities 1024
192.42/193.47	c LP valid Farkas constraints 1023
192.42/193.47	c LP learned Farkas constraints 536
192.42/193.47	c LP basis resets 1
192.42/193.47	c LP cycling count 0
192.42/193.47	c LP singular count 0
192.42/193.47	c LP no primal count 0
192.42/193.47	c LP no farkas count 1
192.42/193.47	c LP other issue count 0
192.42/193.47	c LP Gomory cuts 67
192.42/193.47	c LP learned cuts 174
192.42/193.47	c LP deleted cuts 233
192.42/193.47	c LP encountered Gomory constraints 1231
192.42/193.47	c LP encountered Farkas constraints 18726
192.42/193.47	c LP encountered learned Farkas constraints 2106
192.42/193.47	c CG auxiliary variables introduced 700
192.42/193.47	c CG solutions found 24
192.42/193.47	c CG cores constructed 207
192.42/193.47	c CG core cardinality constraints returned 0
192.42/193.47	c CG unit cores 0
192.42/193.47	c CG single cores 207
192.42/193.47	c CG blocks removed during cardinality reduction 0
192.42/193.47	c CG first core best 0
192.42/193.47	c CG decision core best 0
192.42/193.47	c CG core reduction tie 0
192.42/193.47	c CG core degree average 1.00
192.42/193.47	c CG core slack average 4.66
192.42/193.47	c CG core upper bound improvements 0
192.42/193.47	c STR number of successful calls 0
192.42/193.47	c STR number of unsuccessful calls 0
192.42/193.47	c STR number of inconclusive calls 0
192.42/193.47	c STR number of successful attempts 0
192.42/193.47	c STR number of unsuccessful attempts 0
192.42/193.47	c STR number of inconclusive attempts 0
192.42/193.47	c STR average degree increase per successful call inf
192.42/193.47	c STR average degree increase per successful attempt inf
192.42/193.47	c STR total number of conflicts for successful attempts 0
192.42/193.47	c STR total number of conflicts for unsuccessful attempts 0
192.42/193.47	c STR total number of conflicts for inconclusive attempts 0
192.42/193.47	c STR average number of conflicts per successful attempt inf
192.42/193.47	c STR average number of conflicts per unsuccessful attempt inf
192.42/193.47	c STR average number of conflicts per inconclusive attempt inf
192.42/193.47	c AVG.sumWPerc 43.05 
192.42/193.47	c bigint constraints 0 
192.42/193.47	o 207
192.42/193.47	s OPTIMUM FOUND
192.50/193.50	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  1 16:05:30 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: 63794 MiB (63174 MiB free)
  memory of node 1: 64507 MiB (63943 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=45304, runsolver pid=45301

[startup+0.100067 s]*
/proc/loadavg: 3.39 3.98 4.09 5/257 45307
/proc/meminfo: memFree=130168104/131382120 swapFree=33010416/33010684
[pid=45304] ppid=45301 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45304/stat : 45304 (run-opt-break-l) S 45301 45304 45182 0 -1 4194304 240 742 0 0 0 0 2 0 20 0 1 0 48407191 4292608 768 18446744073709551615 94844008861696 94844009756229 140726373567392 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94844009995280 94844010043024 94844011433984 140726373574933 140726373575134 140726373575134 140726373580736 0
/proc/45304/statm: 1048 768 704 219 0 110 0
[pid=45307] ppid=45304 vsize=55828 memory=9216 CPUtime=0.05 cores=0,2
/proc/45307/stat : 45307 (roundingsat) R 45304 45304 45182 0 -1 4194304 540 0 0 0 4 1 0 0 20 0 1 0 48407196 57167872 2304 18446744073709551615 4227072 8923433 140729826468128 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28184576 140729826474260 140729826474536 140729826474536 140729826480106 0
/proc/45307/statm: 13957 2304 1984 1147 0 1384 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 60020 KiB
Current children cumulated memory: 12288 KiB

[startup+0.213288 s]*
/proc/loadavg: 3.39 3.98 4.09 5/257 45307
/proc/meminfo: memFree=130164324/131382120 swapFree=33010416/33010684
[pid=45304] ppid=45301 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45304/stat : 45304 (run-opt-break-l) S 45301 45304 45182 0 -1 4194304 240 742 0 0 0 0 2 0 20 0 1 0 48407191 4292608 768 18446744073709551615 94844008861696 94844009756229 140726373567392 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94844009995280 94844010043024 94844011433984 140726373574933 140726373575134 140726373575134 140726373580736 0
/proc/45304/statm: 1048 768 704 219 0 110 0
[pid=45307] ppid=45304 vsize=63708 memory=19836 CPUtime=0.16 cores=0,2
/proc/45307/stat : 45307 (roundingsat) R 45304 45304 45182 0 -1 4194304 2836 0 0 0 14 2 0 0 20 0 1 0 48407196 65236992 4959 18446744073709551615 4227072 8923433 140729826468128 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28184576 140729826474260 140729826474536 140729826474536 140729826480106 0
/proc/45307/statm: 15927 4959 2368 1147 0 3354 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 67900 KiB
Current children cumulated memory: 22908 KiB

[startup+0.313215 s]*
/proc/loadavg: 3.39 3.98 4.09 5/257 45307
/proc/meminfo: memFree=130158528/131382120 swapFree=33010416/33010684
[pid=45304] ppid=45301 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45304/stat : 45304 (run-opt-break-l) S 45301 45304 45182 0 -1 4194304 240 742 0 0 0 0 2 0 20 0 1 0 48407191 4292608 768 18446744073709551615 94844008861696 94844009756229 140726373567392 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94844009995280 94844010043024 94844011433984 140726373574933 140726373575134 140726373575134 140726373580736 0
/proc/45304/statm: 1048 768 704 219 0 110 0
[pid=45307] ppid=45304 vsize=65060 memory=21244 CPUtime=0.25 cores=0,2
/proc/45307/stat : 45307 (roundingsat) R 45304 45304 45182 0 -1 4194304 3127 0 0 0 23 2 0 0 20 0 1 0 48407196 66621440 5311 18446744073709551615 4227072 8923433 140729826468128 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28184576 140729826474260 140729826474536 140729826474536 140729826480106 0
/proc/45307/statm: 16265 5311 2432 1147 0 3692 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 69252 KiB
Current children cumulated memory: 24316 KiB

[startup+0.700338 s]
/proc/loadavg: 3.39 3.98 4.09 5/257 45307
/proc/meminfo: memFree=130156512/131382120 swapFree=33010416/33010684
[pid=45304] ppid=45301 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45304/stat : 45304 (run-opt-break-l) S 45301 45304 45182 0 -1 4194304 240 742 0 0 0 0 2 0 20 0 1 0 48407191 4292608 768 18446744073709551615 94844008861696 94844009756229 140726373567392 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94844009995280 94844010043024 94844011433984 140726373574933 140726373575134 140726373575134 140726373580736 0
/proc/45304/statm: 1048 768 704 219 0 110 0
[pid=45307] ppid=45304 vsize=67472 memory=23676 CPUtime=0.62 cores=0,2
/proc/45307/stat : 45307 (roundingsat) R 45304 45304 45182 0 -1 4194304 3732 0 0 0 56 6 0 0 20 0 1 0 48407196 69091328 5919 18446744073709551615 4227072 8923433 140729826468128 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28184576 140729826474260 140729826474536 140729826474536 140729826480106 0
/proc/45307/statm: 16868 5919 2432 1147 0 4295 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 71664 KiB
Current children cumulated memory: 26748 KiB

[startup+1.50034 s]
/proc/loadavg: 3.39 3.98 4.09 5/257 45307
/proc/meminfo: memFree=130140500/131382120 swapFree=33010416/33010684
[pid=45304] ppid=45301 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45304/stat : 45304 (run-opt-break-l) S 45301 45304 45182 0 -1 4194304 240 742 0 0 0 0 2 0 20 0 1 0 48407191 4292608 768 18446744073709551615 94844008861696 94844009756229 140726373567392 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94844009995280 94844010043024 94844011433984 140726373574933 140726373575134 140726373575134 140726373580736 0
/proc/45304/statm: 1048 768 704 219 0 110 0
[pid=45307] ppid=45304 vsize=70352 memory=28544 CPUtime=1.42 cores=0,2
/proc/45307/stat : 45307 (roundingsat) R 45304 45304 45182 0 -1 4194304 4461 0 0 0 134 8 0 0 20 0 1 0 48407196 72040448 7136 18446744073709551615 4227072 8923433 140729826468128 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28184576 140729826474260 140729826474536 140729826474536 140729826480106 0
/proc/45307/statm: 17588 7136 2432 1147 0 5015 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 74544 KiB
Current children cumulated memory: 31616 KiB

[startup+3.11402 s]
/proc/loadavg: 3.39 3.98 4.09 5/257 45307
/proc/meminfo: memFree=130090588/131382120 swapFree=33010416/33010684
[pid=45304] ppid=45301 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45304/stat : 45304 (run-opt-break-l) S 45301 45304 45182 0 -1 4194304 240 742 0 0 0 0 2 0 20 0 1 0 48407191 4292608 768 18446744073709551615 94844008861696 94844009756229 140726373567392 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94844009995280 94844010043024 94844011433984 140726373574933 140726373575134 140726373575134 140726373580736 0
/proc/45304/statm: 1048 768 704 219 0 110 0
[pid=45307] ppid=45304 vsize=70816 memory=28928 CPUtime=3.03 cores=0,2
/proc/45307/stat : 45307 (roundingsat) R 45304 45304 45182 0 -1 4194304 4559 0 0 0 290 13 0 0 20 0 1 0 48407196 72515584 7232 18446744073709551615 4227072 8923433 140729826468128 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28184576 140729826474260 140729826474536 140729826474536 140729826480106 0
/proc/45307/statm: 17704 7232 2432 1147 0 5131 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 75008 KiB
Current children cumulated memory: 32000 KiB

[startup+6.30032 s]
/proc/loadavg: 3.44 3.98 4.09 5/257 45307
/proc/meminfo: memFree=130055240/131382120 swapFree=33010416/33010684
[pid=45304] ppid=45301 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45304/stat : 45304 (run-opt-break-l) S 45301 45304 45182 0 -1 4194304 240 742 0 0 0 0 2 0 20 0 1 0 48407191 4292608 768 18446744073709551615 94844008861696 94844009756229 140726373567392 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94844009995280 94844010043024 94844011433984 140726373574933 140726373575134 140726373575134 140726373580736 0
/proc/45304/statm: 1048 768 704 219 0 110 0
[pid=45307] ppid=45304 vsize=80164 memory=37580 CPUtime=6.21 cores=0,2
/proc/45307/stat : 45307 (roundingsat) R 45304 45304 45182 0 -1 4194304 6201 0 0 0 598 23 0 0 20 0 1 0 48407196 82087936 9395 18446744073709551615 4227072 8923433 140729826468128 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28184576 140729826474260 140729826474536 140729826474536 140729826480106 0
/proc/45307/statm: 20041 9395 2432 1147 0 7468 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 84356 KiB
Current children cumulated memory: 40652 KiB

[startup+12.7003 s]
/proc/loadavg: 3.48 3.98 4.09 5/257 45307
/proc/meminfo: memFree=129999564/131382120 swapFree=33010416/33010684
[pid=45304] ppid=45301 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45304/stat : 45304 (run-opt-break-l) S 45301 45304 45182 0 -1 4194304 240 742 0 0 0 0 2 0 20 0 1 0 48407191 4292608 768 18446744073709551615 94844008861696 94844009756229 140726373567392 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94844009995280 94844010043024 94844011433984 140726373574933 140726373575134 140726373575134 140726373580736 0
/proc/45304/statm: 1048 768 704 219 0 110 0
[pid=45307] ppid=45304 vsize=88148 memory=44400 CPUtime=12.6 cores=0,2
/proc/45307/stat : 45307 (roundingsat) R 45304 45304 45182 0 -1 4194304 7434 0 0 0 1227 33 0 0 20 0 1 0 48407196 90263552 11100 18446744073709551615 4227072 8923433 140729826468128 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28184576 140729826474260 140729826474536 140729826474536 140729826480106 0
/proc/45307/statm: 22037 11100 2432 1147 0 9464 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 92340 KiB
Current children cumulated memory: 47472 KiB

[startup+25.5004 s]
/proc/loadavg: 3.67 4.00 4.09 5/257 45307
/proc/meminfo: memFree=129843888/131382120 swapFree=33010416/33010684
[pid=45304] ppid=45301 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45304/stat : 45304 (run-opt-break-l) S 45301 45304 45182 0 -1 4194304 240 742 0 0 0 0 2 0 20 0 1 0 48407191 4292608 768 18446744073709551615 94844008861696 94844009756229 140726373567392 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94844009995280 94844010043024 94844011433984 140726373574933 140726373575134 140726373575134 140726373580736 0
/proc/45304/statm: 1048 768 704 219 0 110 0
[pid=45307] ppid=45304 vsize=101348 memory=55716 CPUtime=25.36 cores=0,2
/proc/45307/stat : 45307 (roundingsat) R 45304 45304 45182 0 -1 4194304 9250 0 0 0 2479 57 0 0 20 0 1 0 48407196 103780352 13929 18446744073709551615 4227072 8923433 140729826468128 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28184576 140729826474260 140729826474536 140729826474536 140729826480106 0
/proc/45307/statm: 25337 13929 2432 1147 0 12764 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 105540 KiB
Current children cumulated memory: 58788 KiB

[startup+51.1137 s]
/proc/loadavg: 3.78 4.00 4.09 5/258 45310
/proc/meminfo: memFree=129600860/131382120 swapFree=33010416/33010684
[pid=45304] ppid=45301 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45304/stat : 45304 (run-opt-break-l) S 45301 45304 45182 0 -1 4194304 240 742 0 0 0 0 2 0 20 0 1 0 48407191 4292608 768 18446744073709551615 94844008861696 94844009756229 140726373567392 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94844009995280 94844010043024 94844011433984 140726373574933 140726373575134 140726373575134 140726373580736 0
/proc/45304/statm: 1048 768 704 219 0 110 0
[pid=45307] ppid=45304 vsize=104028 memory=60580 CPUtime=50.77 cores=0,2
/proc/45307/stat : 45307 (roundingsat) R 45304 45304 45182 0 -1 4194304 9937 0 0 0 4976 101 0 0 20 0 1 0 48407196 106524672 15145 18446744073709551615 4227072 8923433 140729826468128 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28184576 140729826474260 140729826474536 140729826474536 140729826480106 0
/proc/45307/statm: 26007 15145 2432 1147 0 13434 0
Current children cumulated CPU time: 50.79 s
Current children cumulated vsize: 108220 KiB
Current children cumulated memory: 63652 KiB

[startup+102.3 s]
/proc/loadavg: 3.98 4.02 4.09 5/260 45313
/proc/meminfo: memFree=129171200/131382120 swapFree=33010416/33010684
[pid=45304] ppid=45301 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45304/stat : 45304 (run-opt-break-l) S 45301 45304 45182 0 -1 4194304 240 742 0 0 0 0 2 0 20 0 1 0 48407191 4292608 768 18446744073709551615 94844008861696 94844009756229 140726373567392 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94844009995280 94844010043024 94844011433984 140726373574933 140726373575134 140726373575134 140726373580736 0
/proc/45304/statm: 1048 768 704 219 0 110 0
[pid=45307] ppid=45304 vsize=127548 memory=81100 CPUtime=101.71 cores=0,2
/proc/45307/stat : 45307 (roundingsat) R 45304 45304 45182 0 -1 4194304 13047 0 0 0 10006 165 0 0 20 0 1 0 48407196 130609152 20275 18446744073709551615 4227072 8923433 140729826468128 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28184576 140729826474260 140729826474536 140729826474536 140729826480106 0
/proc/45307/statm: 31887 20275 2432 1147 0 19314 0
Current children cumulated CPU time: 101.73 s
Current children cumulated vsize: 131740 KiB
Current children cumulated memory: 84172 KiB

[startup+162.3 s]
/proc/loadavg: 4.05 4.03 4.09 5/260 45315
/proc/meminfo: memFree=128807200/131382120 swapFree=33010416/33010684
[pid=45304] ppid=45301 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45304/stat : 45304 (run-opt-break-l) S 45301 45304 45182 0 -1 4194304 240 742 0 0 0 0 2 0 20 0 1 0 48407191 4292608 768 18446744073709551615 94844008861696 94844009756229 140726373567392 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94844009995280 94844010043024 94844011433984 140726373574933 140726373575134 140726373575134 140726373580736 0
/proc/45304/statm: 1048 768 704 219 0 110 0
[pid=45307] ppid=45304 vsize=152816 memory=97476 CPUtime=161.46 cores=0,2
/proc/45307/stat : 45307 (roundingsat) R 45304 45304 45182 0 -1 4194304 15086 0 0 0 15906 240 0 0 20 0 1 0 48407196 156483584 24369 18446744073709551615 4227072 8923433 140729826468128 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28184576 140729826474260 140729826474536 140729826474536 140729826480106 0
/proc/45307/statm: 38204 24369 2432 1147 0 25631 0
Current children cumulated CPU time: 161.48 s
Current children cumulated vsize: 157008 KiB
Current children cumulated memory: 100548 KiB

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

# cumulated CPU time of all completed processes:  user=189.642 s, system=2.88771 s

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

[startup+179.2 s]
/proc/loadavg: 4.04 4.03 4.09 5/259 45316
/proc/meminfo: memFree=128688512/131382120 swapFree=33010416/33010684
[pid=45304] ppid=45301 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45304/stat : 45304 (run-opt-break-l) S 45301 45304 45182 0 -1 4194304 240 742 0 0 0 0 2 0 20 0 1 0 48407191 4292608 768 18446744073709551615 94844008861696 94844009756229 140726373567392 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94844009995280 94844010043024 94844011433984 140726373574933 140726373575134 140726373575134 140726373580736 0
/proc/45304/statm: 1048 768 704 219 0 110 0
[pid=45307] ppid=45304 vsize=152816 memory=97476 CPUtime=178.3 cores=0,2
/proc/45307/stat : 45307 (roundingsat) R 45304 45304 45182 0 -1 4194304 15086 0 0 0 17564 266 0 0 20 0 1 0 48407196 156483584 24369 18446744073709551615 4227072 8923433 140729826468128 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28184576 140729826474260 140729826474536 140729826474536 140729826480106 0
/proc/45307/statm: 38204 24369 2432 1147 0 25631 0
Current children cumulated CPU time: 178.32 s
Current children cumulated vsize: 157008 KiB
Current children cumulated memory: 100548 KiB

[startup+185.6 s]
/proc/loadavg: 4.12 4.04 4.09 5/259 45317
/proc/meminfo: memFree=128700412/131382120 swapFree=33010416/33010684
[pid=45304] ppid=45301 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45304/stat : 45304 (run-opt-break-l) S 45301 45304 45182 0 -1 4194304 240 742 0 0 0 0 2 0 20 0 1 0 48407191 4292608 768 18446744073709551615 94844008861696 94844009756229 140726373567392 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94844009995280 94844010043024 94844011433984 140726373574933 140726373575134 140726373575134 140726373580736 0
/proc/45304/statm: 1048 768 704 219 0 110 0
[pid=45307] ppid=45304 vsize=153376 memory=97988 CPUtime=184.69 cores=0,2
/proc/45307/stat : 45307 (roundingsat) R 45304 45304 45182 0 -1 4194304 15212 0 0 0 18195 274 0 0 20 0 1 0 48407196 157057024 24497 18446744073709551615 4227072 8923433 140729826468128 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28184576 140729826474260 140729826474536 140729826474536 140729826480106 0
/proc/45307/statm: 38344 24497 2432 1147 0 25771 0
Current children cumulated CPU time: 184.71 s
Current children cumulated vsize: 157568 KiB
Current children cumulated memory: 101060 KiB

[startup+188.8 s]
/proc/loadavg: 4.19 4.06 4.10 5/259 45317
/proc/meminfo: memFree=128678532/131382120 swapFree=33010416/33010684
[pid=45304] ppid=45301 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45304/stat : 45304 (run-opt-break-l) S 45301 45304 45182 0 -1 4194304 240 742 0 0 0 0 2 0 20 0 1 0 48407191 4292608 768 18446744073709551615 94844008861696 94844009756229 140726373567392 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94844009995280 94844010043024 94844011433984 140726373574933 140726373575134 140726373575134 140726373580736 0
/proc/45304/statm: 1048 768 704 219 0 110 0
[pid=45307] ppid=45304 vsize=154628 memory=99140 CPUtime=187.82 cores=0,2
/proc/45307/stat : 45307 (roundingsat) R 45304 45304 45182 0 -1 4194304 15509 0 0 0 18503 279 0 0 20 0 1 0 48407196 158339072 24785 18446744073709551615 4227072 8923433 140729826468128 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28184576 140729826474260 140729826474536 140729826474536 140729826480106 0
/proc/45307/statm: 38657 24785 2432 1147 0 26084 0
Current children cumulated CPU time: 187.84 s
Current children cumulated vsize: 158820 KiB
Current children cumulated memory: 102212 KiB

[startup+192 s]*
/proc/loadavg: 4.17 4.06 4.10 5/259 45317
/proc/meminfo: memFree=128650372/131382120 swapFree=33010416/33010684
[pid=45304] ppid=45301 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45304/stat : 45304 (run-opt-break-l) S 45301 45304 45182 0 -1 4194304 240 742 0 0 0 0 2 0 20 0 1 0 48407191 4292608 768 18446744073709551615 94844008861696 94844009756229 140726373567392 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94844009995280 94844010043024 94844011433984 140726373574933 140726373575134 140726373575134 140726373580736 0
/proc/45304/statm: 1048 768 704 219 0 110 0
[pid=45307] ppid=45304 vsize=154628 memory=99140 CPUtime=191.02 cores=0,2
/proc/45307/stat : 45307 (roundingsat) R 45304 45304 45182 0 -1 4194304 15509 0 0 0 18818 284 0 0 20 0 1 0 48407196 158339072 24785 18446744073709551615 4227072 8923433 140729826468128 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28184576 140729826474260 140729826474536 140729826474536 140729826480106 0
/proc/45307/statm: 38657 24785 2432 1147 0 26084 0
Current children cumulated CPU time: 191.04 s
Current children cumulated vsize: 158820 KiB
Current children cumulated memory: 102212 KiB

[startup+192.8 s]
/proc/loadavg: 4.17 4.06 4.10 5/259 45317
/proc/meminfo: memFree=128650372/131382120 swapFree=33010416/33010684
[pid=45304] ppid=45301 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45304/stat : 45304 (run-opt-break-l) S 45301 45304 45182 0 -1 4194304 240 742 0 0 0 0 2 0 20 0 1 0 48407191 4292608 768 18446744073709551615 94844008861696 94844009756229 140726373567392 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94844009995280 94844010043024 94844011433984 140726373574933 140726373575134 140726373575134 140726373580736 0
/proc/45304/statm: 1048 768 704 219 0 110 0
[pid=45307] ppid=45304 vsize=154628 memory=99140 CPUtime=191.8 cores=0,2
/proc/45307/stat : 45307 (roundingsat) R 45304 45304 45182 0 -1 4194304 15509 0 0 0 18895 285 0 0 20 0 1 0 48407196 158339072 24785 18446744073709551615 4227072 8923433 140729826468128 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28184576 140729826474260 140729826474536 140729826474536 140729826480106 0
/proc/45307/statm: 38657 24785 2432 1147 0 26084 0
Current children cumulated CPU time: 191.82 s
Current children cumulated vsize: 158820 KiB
Current children cumulated memory: 102212 KiB

[startup+193.2 s]
/proc/loadavg: 4.17 4.06 4.10 5/259 45317
/proc/meminfo: memFree=128650624/131382120 swapFree=33010416/33010684
[pid=45304] ppid=45301 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45304/stat : 45304 (run-opt-break-l) S 45301 45304 45182 0 -1 4194304 240 742 0 0 0 0 2 0 20 0 1 0 48407191 4292608 768 18446744073709551615 94844008861696 94844009756229 140726373567392 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94844009995280 94844010043024 94844011433984 140726373574933 140726373575134 140726373575134 140726373580736 0
/proc/45304/statm: 1048 768 704 219 0 110 0
[pid=45307] ppid=45304 vsize=154628 memory=99140 CPUtime=192.21 cores=0,2
/proc/45307/stat : 45307 (roundingsat) R 45304 45304 45182 0 -1 4194304 15509 0 0 0 18935 286 0 0 20 0 1 0 48407196 158339072 24785 18446744073709551615 4227072 8923433 140729826468128 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28184576 140729826474260 140729826474536 140729826474536 140729826480106 0
/proc/45307/statm: 38657 24785 2432 1147 0 26084 0
Current children cumulated CPU time: 192.23 s
Current children cumulated vsize: 158820 KiB
Current children cumulated memory: 102212 KiB

[startup+193.4 s]
/proc/loadavg: 4.17 4.06 4.10 5/259 45317
/proc/meminfo: memFree=128650624/131382120 swapFree=33010416/33010684
[pid=45304] ppid=45301 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45304/stat : 45304 (run-opt-break-l) S 45301 45304 45182 0 -1 4194304 240 742 0 0 0 0 2 0 20 0 1 0 48407191 4292608 768 18446744073709551615 94844008861696 94844009756229 140726373567392 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94844009995280 94844010043024 94844011433984 140726373574933 140726373575134 140726373575134 140726373580736 0
/proc/45304/statm: 1048 768 704 219 0 110 0
[pid=45307] ppid=45304 vsize=154628 memory=99140 CPUtime=192.4 cores=0,2
/proc/45307/stat : 45307 (roundingsat) R 45304 45304 45182 0 -1 4194304 15509 0 0 0 18954 286 0 0 20 0 1 0 48407196 158339072 24785 18446744073709551615 4227072 8923433 140729826468128 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28184576 140729826474260 140729826474536 140729826474536 140729826480106 0
/proc/45307/statm: 38657 24785 2432 1147 0 26084 0
Current children cumulated CPU time: 192.42 s
Current children cumulated vsize: 158820 KiB
Current children cumulated memory: 102212 KiB

[startup+193.5 s]
/proc/loadavg: 4.17 4.06 4.10 5/259 45317
/proc/meminfo: memFree=128650624/131382120 swapFree=33010416/33010684
[pid=45304] ppid=45301 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45304/stat : 45304 (run-opt-break-l) S 45301 45304 45182 0 -1 4194304 240 742 0 0 0 0 2 0 20 0 1 0 48407191 4292608 768 18446744073709551615 94844008861696 94844009756229 140726373567392 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94844009995280 94844010043024 94844011433984 140726373574933 140726373575134 140726373575134 140726373580736 0
/proc/45304/statm: 1048 768 704 219 0 110 0
[pid=45307] ppid=45304 vsize=154628 memory=99140 CPUtime=192.48 cores=0,2
/proc/45307/stat : 45307 (roundingsat) D 45304 45304 45182 0 -1 4194304 15509 0 0 0 18961 287 0 0 20 0 1 0 48407196 158339072 24785 18446744073709551615 4227072 8923433 140729826468128 0 0 0 0 0 8405026 1 0 0 17 0 0 0 0 0 0 9823104 9832592 28184576 140729826474260 140729826474536 140729826474536 140729826480106 0
/proc/45307/statm: 38657 24785 2432 1147 0 26084 0
Current children cumulated CPU time: 192.5 s
Current children cumulated vsize: 158820 KiB
Current children cumulated memory: 102212 KiB

Child status: 0

Real time (s): 193.511
CPU time (s): 192.53
CPU user time (s): 189.642
CPU system time (s): 2.88771
CPU usage (%): 99.4929
Max. virtual memory (cumulated for all children) (KiB): 158820
Max. memory (cumulated for all children) (KiB): 102212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 189.642
system time used= 2.88771
maximum resident set size= 99140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16516
page faults= 0
swaps= 0
block input operations= 0
block output operations= 966232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1270
involuntary context switches= 550


# summary of solver processes directly reported to runsolver:
#   pid: 45304
#   total CPU time (s): 192.53
#   total CPU user time (s): 189.642
#   total CPU system time (s): 2.88771

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.05693 second user time and 2.06842 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-01 01:47:58
IDJOB=4486659
IDBENCH=147034
IDSOLVER=3360
FILE ID=nodeC006/4486659-1751327278
RUNJOBID= nodeC006-1751327275-45192
SLURM_JOB_ID= 9594368
Free space on /tmp= 433032 MiB

SOLVER NAME= roundingsat+pbsuma-opt-log 63f22ad
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32c2.opb
COMMAND LINE= run-opt-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4486659-1751327278/watcher-4486659-1751327278 -o /tmp/evaluation-result-4486659-1751327278/solver-4486659-1751327278 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751327275-45192 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4486659-1751327278.opb PROOFDIR/proof-4486659-1751327278

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

MD5SUM BENCH= 0ec52d363b7c61cdd5525674056021d1
RANDOM SEED=1052577337

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.182
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.32
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		: 3491.638
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.32
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.136
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.32
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.485
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.32
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		: 3660.713
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.32
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		: 3656.682
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.32
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.368
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.32
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		: 3700.000
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        130168632 kB
MemAvailable:   129850192 kB
Buffers:            2128 kB
Cached:           484556 kB
SwapCached:           12 kB
Active:           510636 kB
Inactive:         159512 kB
Active(anon):     190392 kB
Inactive(anon):    11092 kB
Active(file):     320244 kB
Inactive(file):   148420 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             48176 kB
Writeback:             0 kB
AnonPages:        186648 kB
Mapped:           116524 kB
Shmem:             17948 kB
KReclaimable:     104664 kB
Slab:             188408 kB
SReclaimable:     104664 kB
SUnreclaim:        83744 kB
KernelStack:        4128 kB
PageTables:         3532 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     540096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     63488 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433024 MiB
End job on nodeC006 at 2025-07-01 01:51:12