Trace number 4532315

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 0f876b3OPT cert.207 198.281 215.002

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-4532315-1752584604.opb'
0.00/0.02	c 	read 0.12MB  (4.89ms)
0.00/0.02	c	 [cnf: #variables 498 #clauses 2432 #duplicates 0 #arr 12669]
0.00/0.09	c output proof to 'PROOFDIR/proof-4532315-1752584604'
0.00/0.09	c 
0.00/0.09	c make graph and approximate orbits
0.00/0.09	c	 [group: #orbits ~= 332] (3.55ms)
0.00/0.09	c 
0.00/0.09	c detect special group actions
0.00/0.09	c 	probe for Johnson action (limit=64)
0.00/0.09	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.09	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.10	c 	 found row 3x332, generating row predicate
0.00/0.10	c 	 (3.96ms)
0.00/0.10	c 
0.00/0.10	c detect symmetries on remainder
0.00/0.10	c 	[graph: #vertices 4424 #edges 28326]
0.00/0.10	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.10	c 	 [group: #symmetries 1.00*10^0 #generators 0] (1.52ms)
0.00/0.10	c 
0.00/0.10	c finalize break order and special generators
0.00/0.11	c 
0.00/0.11	c generation finished
0.00/0.11	c 	[sbp: #constraints 1988 #add_vars 662]
0.00/0.11	c 
0.00/0.11	c write result to 'HOME/instance-4532315-1752584604.opb.pre'
0.00/0.11	c 	wrote 0.19MB (1.63ms)
0.00/0.11	c ------------------------------------------------------------------
0.00/0.11	c                  74.24ms 82.61% other
0.00/0.11	c                   4.88ms  5.44% parse
0.00/0.11	c                   3.96ms  4.40% detect_special
0.00/0.11	c                   3.55ms  3.95% approx_orbits
0.00/0.11	c                   1.63ms  1.81% output
0.00/0.11	c                   1.52ms  1.69% detect_generic
0.00/0.11	c                   0.08ms  0.09% finalize_order
0.00/0.11	c         ───────────────────────────────────────────────
0.00/0.11	c                  89.86ms   100% total
0.00/0.11	c ------------------------------------------------------------------
0.02/0.14	c RoundingSat 2
0.02/0.14	c branch pb25
0.02/0.14	c commit 0f876b3
0.10/0.23	c #variables 1160 #constraints 4419
0.10/0.23	c objective is ce32 
0.10/0.23	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.10/0.23	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.10/0.23	c bounds - >= 0 @ 0.061507
0.10/0.27	c rational objective 149.5
0.20/0.38	c bounds 230 >= 0 @ 0.198505
0.20/0.38	c bounds 230 >= 1 @ 0.199292
0.20/0.38	c bounds 230 >= 2 @ 0.199736
0.20/0.38	c bounds 230 >= 3 @ 0.200187
0.20/0.38	c bounds 230 >= 4 @ 0.20062
0.20/0.38	c bounds 230 >= 5 @ 0.20107
0.20/0.38	c bounds 230 >= 6 @ 0.201506
0.20/0.38	c bounds 230 >= 7 @ 0.201973
0.20/0.38	c bounds 230 >= 8 @ 0.202419
0.20/0.38	c bounds 230 >= 9 @ 0.202419
0.20/0.38	c bounds 230 >= 10 @ 0.202419
0.20/0.38	c bounds 230 >= 11 @ 0.202847
0.20/0.38	c bounds 230 >= 12 @ 0.203313
0.20/0.38	c bounds 230 >= 13 @ 0.203803
0.20/0.38	c bounds 230 >= 14 @ 0.204279
0.20/0.38	c bounds 230 >= 15 @ 0.20478
0.20/0.38	c bounds 230 >= 16 @ 0.205272
0.20/0.38	c bounds 230 >= 17 @ 0.205786
0.20/0.38	c bounds 230 >= 18 @ 0.20628
0.20/0.39	c bounds 230 >= 19 @ 0.206791
0.20/0.39	c bounds 230 >= 20 @ 0.207293
0.20/0.39	c bounds 230 >= 21 @ 0.207815
0.20/0.39	c bounds 230 >= 22 @ 0.208326
0.20/0.39	c bounds 230 >= 23 @ 0.208422
0.20/0.39	c bounds 230 >= 24 @ 0.208461
0.20/0.39	c bounds 230 >= 25 @ 0.20901
0.20/0.39	c bounds 230 >= 26 @ 0.209552
0.20/0.39	c bounds 230 >= 27 @ 0.210106
0.20/0.39	c bounds 230 >= 28 @ 0.210638
0.20/0.39	c bounds 230 >= 29 @ 0.211341
0.20/0.39	c bounds 230 >= 30 @ 0.211724
0.20/0.39	c bounds 230 >= 31 @ 0.21213
0.20/0.39	c bounds 230 >= 32 @ 0.21252
0.20/0.39	c bounds 230 >= 33 @ 0.212934
0.20/0.39	c bounds 230 >= 34 @ 0.213386
0.20/0.39	c bounds 230 >= 35 @ 0.213811
0.20/0.39	c bounds 230 >= 36 @ 0.214229
0.20/0.39	c bounds 230 >= 37 @ 0.214637
0.20/0.39	c bounds 230 >= 38 @ 0.215064
0.20/0.39	c bounds 230 >= 39 @ 0.215478
0.20/0.40	c bounds 230 >= 40 @ 0.215919
0.20/0.40	c bounds 230 >= 41 @ 0.216339
0.20/0.40	c bounds 230 >= 42 @ 0.216765
0.20/0.40	c bounds 230 >= 43 @ 0.217216
0.20/0.40	c bounds 230 >= 44 @ 0.217657
0.20/0.40	c bounds 230 >= 45 @ 0.218122
0.20/0.40	c bounds 230 >= 46 @ 0.218566
0.20/0.40	c bounds 230 >= 47 @ 0.219028
0.20/0.40	c bounds 230 >= 48 @ 0.21948
0.20/0.40	c bounds 230 >= 49 @ 0.219932
0.20/0.40	c bounds 230 >= 50 @ 0.220413
0.20/0.40	c bounds 230 >= 51 @ 0.220881
0.20/0.40	c bounds 230 >= 52 @ 0.221375
0.20/0.40	c bounds 230 >= 53 @ 0.221851
0.20/0.40	c bounds 230 >= 54 @ 0.222329
0.20/0.40	c bounds 230 >= 55 @ 0.222833
0.20/0.40	c bounds 230 >= 56 @ 0.22333
0.20/0.40	c bounds 230 >= 57 @ 0.223847
0.20/0.40	c bounds 230 >= 58 @ 0.224353
0.20/0.40	c bounds 230 >= 59 @ 0.224877
0.20/0.40	c bounds 230 >= 60 @ 0.225383
0.20/0.41	c bounds 230 >= 61 @ 0.225887
0.20/0.41	c bounds 230 >= 62 @ 0.226424
0.20/0.41	c bounds 230 >= 63 @ 0.226957
0.20/0.41	c bounds 230 >= 64 @ 0.227513
0.20/0.41	c bounds 230 >= 65 @ 0.228068
0.20/0.41	c bounds 230 >= 66 @ 0.228249
0.20/0.41	c bounds 230 >= 67 @ 0.228249
0.20/0.41	c bounds 230 >= 68 @ 0.228759
0.20/0.41	c bounds 230 >= 69 @ 0.22919
0.20/0.41	c bounds 230 >= 70 @ 0.229625
0.20/0.41	c bounds 230 >= 71 @ 0.230067
0.20/0.41	c bounds 230 >= 72 @ 0.23054
0.20/0.41	c bounds 230 >= 73 @ 0.230989
0.20/0.41	c bounds 230 >= 74 @ 0.231447
0.20/0.41	c bounds 230 >= 75 @ 0.231934
0.20/0.41	c bounds 230 >= 76 @ 0.232398
0.20/0.41	c bounds 230 >= 77 @ 0.23286
0.20/0.41	c bounds 230 >= 78 @ 0.233355
0.20/0.41	c bounds 230 >= 79 @ 0.233832
0.20/0.42	c bounds 230 >= 80 @ 0.234315
0.20/0.42	c bounds 230 >= 81 @ 0.23482
0.20/0.42	c bounds 229 >= 81 @ 0.235771
0.20/0.42	c bounds 229 >= 82 @ 0.23579
0.20/0.42	c bounds 229 >= 83 @ 0.23579
0.20/0.42	c bounds 229 >= 84 @ 0.23579
0.20/0.42	c bounds 229 >= 85 @ 0.235831
0.20/0.42	c bounds 229 >= 86 @ 0.236339
0.20/0.42	c bounds 229 >= 87 @ 0.236836
0.30/0.42	c bounds 229 >= 88 @ 0.237367
0.30/0.42	c bounds 229 >= 89 @ 0.237876
0.30/0.42	c bounds 229 >= 90 @ 0.238415
0.30/0.42	c bounds 229 >= 91 @ 0.238941
0.30/0.42	c bounds 229 >= 92 @ 0.239469
0.30/0.42	c bounds 229 >= 93 @ 0.23963
0.30/0.42	c bounds 229 >= 94 @ 0.23963
0.30/0.43	c bounds 229 >= 95 @ 0.239644
0.30/0.43	c bounds 229 >= 96 @ 0.239847
0.30/0.43	c bounds 228 >= 96 @ 0.240926
0.30/0.43	c bounds 228 >= 97 @ 0.241427
0.30/0.43	c bounds 228 >= 98 @ 0.241649
0.30/0.43	c bounds 228 >= 99 @ 0.241649
0.30/0.43	c bounds 228 >= 100 @ 0.241662
0.30/0.43	c bounds 228 >= 101 @ 0.241882
0.30/0.43	c bounds 228 >= 102 @ 0.242402
0.30/0.43	c bounds 227 >= 102 @ 0.24311
0.30/0.43	c bounds 227 >= 103 @ 0.243629
0.30/0.43	c bounds 227 >= 104 @ 0.244197
0.30/0.43	c bounds 227 >= 105 @ 0.244716
0.30/0.44	c bounds 227 >= 106 @ 0.2452
0.30/0.44	c bounds 226 >= 106 @ 0.247291
0.30/0.44	c bounds 226 >= 107 @ 0.247935
0.30/0.44	c bounds 226 >= 108 @ 0.248398
0.30/0.44	c bounds 226 >= 109 @ 0.248964
0.30/0.44	c bounds 225 >= 109 @ 0.249659
0.30/0.44	c bounds 225 >= 110 @ 0.25023
0.30/0.44	c bounds 225 >= 111 @ 0.25072
0.30/0.44	c bounds 225 >= 112 @ 0.251189
0.30/0.44	c bounds 225 >= 113 @ 0.251762
0.30/0.44	c bounds 224 >= 113 @ 0.252907
0.30/0.45	c bounds 224 >= 114 @ 0.253423
0.30/0.45	c bounds 224 >= 115 @ 0.253912
0.30/0.45	c bounds 224 >= 116 @ 0.254412
0.30/0.45	c bounds 223 >= 116 @ 0.254598
0.30/0.45	c bounds 223 >= 117 @ 0.254614
0.30/0.45	c bounds 223 >= 118 @ 0.254614
0.30/0.45	c bounds 223 >= 119 @ 0.254837
0.30/0.45	c bounds 222 >= 119 @ 0.255575
0.30/0.45	c bounds 222 >= 120 @ 0.255575
0.30/0.45	c bounds 222 >= 121 @ 0.255577
0.30/0.45	c bounds 222 >= 122 @ 0.255577
0.30/0.45	c bounds 222 >= 123 @ 0.255922
0.30/0.46	c bounds 221 >= 123 @ 0.256625
0.30/0.46	c bounds 221 >= 124 @ 0.257158
0.30/0.46	c bounds 221 >= 125 @ 0.257615
0.30/0.46	c bounds 221 >= 126 @ 0.258117
0.30/0.46	c bounds 221 >= 127 @ 0.258619
0.30/0.46	c bounds 220 >= 127 @ 0.259869
0.30/0.46	c bounds 220 >= 128 @ 0.260299
0.30/0.46	c bounds 220 >= 129 @ 0.260756
0.30/0.46	c bounds 220 >= 130 @ 0.26122
0.30/0.46	c bounds 220 >= 131 @ 0.261774
0.30/0.46	c bounds 219 >= 131 @ 0.264527
0.30/0.47	c bounds 219 >= 132 @ 0.264527
0.30/0.47	c bounds 219 >= 133 @ 0.264758
0.30/0.47	c bounds 219 >= 134 @ 0.265319
0.30/0.47	c bounds 219 >= 135 @ 0.265771
0.30/0.47	c bounds 218 >= 135 @ 0.268152
0.30/0.47	c bounds 218 >= 136 @ 0.268634
0.30/0.47	c bounds 218 >= 137 @ 0.269141
0.30/0.47	c bounds 218 >= 138 @ 0.269625
0.30/0.47	c bounds 218 >= 139 @ 0.270093
0.30/0.47	c bounds 218 >= 140 @ 0.270572
0.30/0.47	c bounds 218 >= 141 @ 0.271004
0.30/0.48	c bounds 217 >= 141 @ 0.281588
0.30/0.48	c bounds 217 >= 142 @ 0.282149
0.30/0.48	c bounds 217 >= 143 @ 0.282631
0.30/0.48	c bounds 217 >= 144 @ 0.283087
0.30/0.48	c bounds 217 >= 145 @ 0.283592
0.30/0.49	c bounds 217 >= 146 @ 0.28432
0.30/0.49	c bounds 217 >= 147 @ 0.284536
0.30/0.49	c bounds 217 >= 148 @ 0.285398
0.30/0.49	c bounds 217 >= 149 @ 0.286569
0.30/0.49	c bounds 217 >= 150 @ 0.288071
0.48/0.63	c bounds 217 >= 151 @ 0.420684
0.48/0.63	c bounds 217 >= 152 @ 0.422095
0.48/0.63	c bounds 217 >= 153 @ 0.422319
0.48/0.63	c bounds 217 >= 154 @ 0.423043
0.48/0.64	c bounds 217 >= 155 @ 0.423318
0.48/0.64	c bounds 217 >= 156 @ 0.424313
0.48/0.64	c bounds 217 >= 157 @ 0.424522
0.48/0.64	c bounds 217 >= 158 @ 0.425857
0.48/0.64	c bounds 217 >= 159 @ 0.427298
0.48/0.64	c bounds 216 >= 159 @ 0.429402
0.48/0.64	c bounds 216 >= 160 @ 0.430865
0.48/0.65	c bounds 216 >= 161 @ 0.432602
0.48/0.65	c bounds 215 >= 161 @ 0.433292
0.48/0.65	c bounds 215 >= 162 @ 0.434251
0.48/0.65	c bounds 214 >= 162 @ 0.438131
0.48/0.66	c bounds 214 >= 163 @ 0.438736
0.48/0.66	c bounds 214 >= 164 @ 0.439469
0.48/0.66	c bounds 214 >= 165 @ 0.442833
0.48/0.66	c bounds 213 >= 165 @ 0.446483
0.48/0.67	c bounds 213 >= 166 @ 0.449254
0.48/0.68	c bounds 212 >= 166 @ 0.465033
0.48/0.69	c bounds 212 >= 167 @ 0.467275
0.56/0.71	c bounds 212 >= 168 @ 0.488668
0.56/0.72	c bounds 211 >= 168 @ 0.491297
0.56/0.72	c bounds 210 >= 168 @ 0.495284
1.46/1.62	c #Conflicts:       1000 | #Constraints:       6195
1.46/1.62	c #Conflicts:       2000 | #Constraints:       7199
1.46/1.62	c INPROCESSING
1.46/1.62	c GARBAGE COLLECT
1.46/1.62	c rational objective 168
1.46/1.68	c bounds 210 >= 169 @ 1.40862
1.56/1.74	c bounds 210 >= 170 @ 1.46903
1.56/1.76	c bounds 210 >= 171 @ 1.49014
1.56/1.80	c bounds 210 >= 172 @ 1.51973
1.66/1.85	c bounds 210 >= 173 @ 1.57734
1.77/1.93	c #Conflicts:       3000 | #Constraints:       7051
1.77/1.93	c bounds 210 >= 174 @ 1.64724
1.77/2.00	c bounds 210 >= 175 @ 1.7172
1.98/2.12	c #Conflicts:       4000 | #Constraints:       8105
1.98/2.12	c bounds 210 >= 176 @ 1.83292
2.06/2.20	c INPROCESSING
2.06/2.20	c GARBAGE COLLECT
2.06/2.20	c rational objective 176
2.06/2.29	c bounds 210 >= 177 @ 1.99707
2.16/2.31	c bounds 210 >= 178 @ 2.01737
2.26/2.46	c #Conflicts:       5000 | #Constraints:       7450
2.26/2.46	c bounds 210 >= 179 @ 2.15447
2.66/2.86	c #Conflicts:       6000 | #Constraints:       8495
2.66/2.86	c INPROCESSING
2.66/2.86	c GARBAGE COLLECT
2.66/2.86	c rational objective 179
2.97/3.14	c #Conflicts:       7000 | #Constraints:       7442
2.97/3.14	c #Conflicts:       8000 | #Constraints:       8442
2.97/3.14	c bounds 210 >= 180 @ 2.81491
3.16/3.31	c #Conflicts:       9000 | #Constraints:       9499
3.16/3.31	c INPROCESSING
3.16/3.31	c GARBAGE COLLECT
3.16/3.31	c rational objective 180
3.26/3.44	c bounds 210 >= 181 @ 3.09563
3.56/3.71	c #Conflicts:      10000 | #Constraints:       8113
3.56/3.71	c #Conflicts:      11000 | #Constraints:       9113
3.56/3.71	c bounds 210 >= 182 @ 3.36092
3.76/3.93	c #Conflicts:      12000 | #Constraints:      10161
3.76/3.93	c INPROCESSING
3.76/3.93	c GARBAGE COLLECT
3.76/3.93	c rational objective 182
4.75/4.94	c #Conflicts:      13000 | #Constraints:       8553
4.75/4.94	c #Conflicts:      14000 | #Constraints:       9579
4.75/4.94	c #Conflicts:      15000 | #Constraints:      10580
4.75/4.94	c INPROCESSING
4.75/4.94	c GARBAGE COLLECT
4.75/4.94	c rational objective 182
4.96/5.14	c bounds 210 >= 183 @ 4.75038
5.06/5.22	c #Conflicts:      16000 | #Constraints:       8871
5.06/5.22	c bounds 210 >= 184 @ 4.82984
5.25/5.41	c bounds 210 >= 185 @ 5.01533
5.45/5.69	c #Conflicts:      17000 | #Constraints:       9922
5.45/5.69	c #Conflicts:      18000 | #Constraints:      10922
5.45/5.69	c bounds 210 >= 186 @ 5.29097
5.55/5.74	c INPROCESSING
5.55/5.74	c GARBAGE COLLECT
5.55/5.74	c rational objective 186
5.86/6.03	c #Conflicts:      19000 | #Constraints:       8724
5.86/6.03	c bounds 210 >= 187 @ 5.62304
6.15/6.30	c #Conflicts:      20000 | #Constraints:       9778
6.15/6.30	c bounds 210 >= 188 @ 5.88129
6.25/6.48	c #Conflicts:      21000 | #Constraints:      10817
6.25/6.48	c bounds 210 >= 189 @ 6.05428
6.35/6.54	c INPROCESSING
6.35/6.54	c GARBAGE COLLECT
6.35/6.54	c rational objective 189
6.35/6.57	c bounds 209 >= 189 @ 6.14519
6.75/7.01	c #Conflicts:      22000 | #Constraints:       8614
6.75/7.01	c #Conflicts:      23000 | #Constraints:       9614
6.75/7.01	c bounds 209 >= 190 @ 6.56633
9.34/9.55	c #Conflicts:      24000 | #Constraints:      10656
9.34/9.55	c #Conflicts:      25000 | #Constraints:      11659
9.34/9.55	c #Conflicts:      26000 | #Constraints:      12664
9.34/9.55	c #Conflicts:      27000 | #Constraints:      13671
9.34/9.55	c #Conflicts:      28000 | #Constraints:      14675
9.34/9.55	c #Conflicts:      29000 | #Constraints:      15678
9.34/9.55	c bounds 208 >= 190 @ 9.07255
10.74/10.91	c #Conflicts:      30000 | #Constraints:      16682
10.74/10.91	c #Conflicts:      31000 | #Constraints:      17682
10.74/10.91	c #Conflicts:      32000 | #Constraints:      18682
10.74/10.91	c bounds 208 >= 191 @ 10.4202
11.34/11.51	c #Conflicts:      33000 | #Constraints:      19706
11.34/11.51	c INPROCESSING
11.34/11.51	c GARBAGE COLLECT
11.34/11.51	c rational objective 191
11.53/11.76	c #Conflicts:      34000 | #Constraints:      13214
11.53/11.76	c bounds 208 >= 192 @ 11.2436
12.03/12.29	c #Conflicts:      35000 | #Constraints:      14226
12.03/12.29	c bounds 208 >= 193 @ 11.7648
12.85/13.07	c #Conflicts:      36000 | #Constraints:      15262
12.85/13.07	c #Conflicts:      37000 | #Constraints:      16262
12.85/13.07	c #Conflicts:      38000 | #Constraints:      17262
12.85/13.07	c INPROCESSING
12.85/13.07	c GARBAGE COLLECT
12.85/13.07	c rational objective 193
14.73/14.97	c #Conflicts:      39000 | #Constraints:      11925
14.73/14.97	c #Conflicts:      40000 | #Constraints:      12927
14.73/14.97	c #Conflicts:      41000 | #Constraints:      13928
14.73/14.97	c #Conflicts:      42000 | #Constraints:      14934
14.73/14.97	c INPROCESSING
14.73/14.97	c GARBAGE COLLECT
14.73/14.97	c rational objective 193
15.53/15.78	c #Conflicts:      43000 | #Constraints:      10685
15.53/15.78	c #Conflicts:      44000 | #Constraints:      11685
15.53/15.78	c #Conflicts:      45000 | #Constraints:      12685
15.53/15.78	c bounds 208 >= 194 @ 15.1765
16.32/16.52	c #Conflicts:      46000 | #Constraints:      13721
16.32/16.52	c #Conflicts:      47000 | #Constraints:      14721
16.32/16.52	c #Conflicts:      48000 | #Constraints:      15721
16.32/16.52	c INPROCESSING
16.32/16.52	c GARBAGE COLLECT
16.32/16.52	c rational objective 194
16.73/16.98	c #Conflicts:      49000 | #Constraints:      11432
16.73/16.98	c bounds 208 >= 195 @ 16.3437
17.72/17.93	c #Conflicts:      50000 | #Constraints:      12486
17.72/17.93	c #Conflicts:      51000 | #Constraints:      13486
17.72/17.93	c #Conflicts:      52000 | #Constraints:      14486
17.72/17.93	c #Conflicts:      53000 | #Constraints:      15486
17.72/17.93	c bounds 208 >= 196 @ 17.271
17.72/17.98	c INPROCESSING
17.72/17.98	c GARBAGE COLLECT
17.72/17.98	c rational objective 196
19.31/19.59	c #Conflicts:      54000 | #Constraints:      11122
19.31/19.59	c #Conflicts:      55000 | #Constraints:      12122
19.31/19.59	c #Conflicts:      56000 | #Constraints:      13122
19.31/19.59	c #Conflicts:      57000 | #Constraints:      14122
19.31/19.59	c bounds 208 >= 197 @ 18.8948
26.40/26.62	c #Conflicts:      58000 | #Constraints:      15178
26.40/26.62	c #Conflicts:      59000 | #Constraints:      16184
26.40/26.62	c #Conflicts:      60000 | #Constraints:      17196
26.40/26.62	c #Conflicts:      61000 | #Constraints:      18201
26.40/26.62	c #Conflicts:      62000 | #Constraints:      19215
26.40/26.62	c #Conflicts:      63000 | #Constraints:      20216
26.40/26.62	c #Conflicts:      64000 | #Constraints:      21230
26.40/26.62	c #Conflicts:      65000 | #Constraints:      22234
26.40/26.62	c #Conflicts:      66000 | #Constraints:      23239
26.40/26.62	c #Conflicts:      67000 | #Constraints:      24245
26.40/26.62	c #Conflicts:      68000 | #Constraints:      25248
26.40/26.62	c #Conflicts:      69000 | #Constraints:      26252
26.40/26.62	c #Conflicts:      70000 | #Constraints:      27252
26.40/26.62	c #Conflicts:      71000 | #Constraints:      28256
26.40/26.62	c INPROCESSING
26.40/26.62	c GARBAGE COLLECT
26.40/26.62	c rational objective 197
29.80/30.09	c #Conflicts:      72000 | #Constraints:      17591
29.80/30.09	c #Conflicts:      73000 | #Constraints:      18591
29.80/30.09	c #Conflicts:      74000 | #Constraints:      19591
29.80/30.09	c #Conflicts:      75000 | #Constraints:      20591
29.80/30.09	c #Conflicts:      76000 | #Constraints:      21591
29.80/30.09	c #Conflicts:      77000 | #Constraints:      22591
29.80/30.09	c bounds 208 >= 198 @ 29.2203
30.09/30.34	c #Conflicts:      78000 | #Constraints:      23630
30.09/30.34	c INPROCESSING
30.09/30.34	c GARBAGE COLLECT
30.09/30.34	c rational objective 198
33.83/37.89	c #Conflicts:      79000 | #Constraints:      15463
33.83/37.89	c #Conflicts:      80000 | #Constraints:      16463
33.83/37.89	c #Conflicts:      81000 | #Constraints:      17463
33.83/37.89	c #Conflicts:      82000 | #Constraints:      18463
33.83/37.89	c #Conflicts:      83000 | #Constraints:      19463
33.83/37.89	c #Conflicts:      84000 | #Constraints:      20463
33.83/37.89	c bounds 208 >= 199 @ 33.1756
33.92/37.98	c INPROCESSING
33.92/37.98	c GARBAGE COLLECT
33.92/37.98	c rational objective 199
36.42/40.41	c #Conflicts:      85000 | #Constraints:      13507
36.42/40.41	c #Conflicts:      86000 | #Constraints:      14507
36.42/40.41	c #Conflicts:      87000 | #Constraints:      15508
36.42/40.41	c #Conflicts:      88000 | #Constraints:      16509
36.42/40.41	c #Conflicts:      89000 | #Constraints:      17509
36.42/40.41	c #Conflicts:      90000 | #Constraints:      18509
36.42/40.41	c #Conflicts:      91000 | #Constraints:      19510
36.42/40.41	c bounds 208 >= 200 @ 35.6466
36.52/40.58	c INPROCESSING
36.52/40.58	c GARBAGE COLLECT
36.52/40.58	c rational objective 200
41.90/46.00	c #Conflicts:      92000 | #Constraints:      13076
41.90/46.00	c #Conflicts:      93000 | #Constraints:      14076
41.90/46.00	c #Conflicts:      94000 | #Constraints:      15076
41.90/46.00	c #Conflicts:      95000 | #Constraints:      16076
41.90/46.00	c #Conflicts:      96000 | #Constraints:      17076
41.90/46.00	c #Conflicts:      97000 | #Constraints:      18076
41.90/46.00	c #Conflicts:      98000 | #Constraints:      19076
41.90/46.00	c #Conflicts:      99000 | #Constraints:      20076
41.90/46.00	c #Conflicts:     100000 | #Constraints:      21076
41.90/46.00	c #Conflicts:     101000 | #Constraints:      22078
41.90/46.00	c #Conflicts:     102000 | #Constraints:      23079
41.90/46.00	c #Conflicts:     103000 | #Constraints:      24079
41.90/46.00	c #Conflicts:     104000 | #Constraints:      25079
41.90/46.00	c #Conflicts:     105000 | #Constraints:      26079
41.90/46.00	c #Conflicts:     106000 | #Constraints:      27079
41.90/46.00	c bounds 208 >= 201 @ 41.11
46.01/50.04	c #Conflicts:     107000 | #Constraints:      28136
46.01/50.04	c #Conflicts:     108000 | #Constraints:      29141
46.01/50.04	c #Conflicts:     109000 | #Constraints:      30148
46.01/50.04	c #Conflicts:     110000 | #Constraints:      31156
46.01/50.04	c #Conflicts:     111000 | #Constraints:      32158
46.01/50.04	c #Conflicts:     112000 | #Constraints:      33161
46.01/50.04	c #Conflicts:     113000 | #Constraints:      34164
46.01/50.04	c #Conflicts:     114000 | #Constraints:      35171
46.01/50.04	c #Conflicts:     115000 | #Constraints:      36174
46.01/50.04	c INPROCESSING
46.01/50.04	c GARBAGE COLLECT
46.01/50.04	c rational objective 201
49.48/53.51	c #Conflicts:     116000 | #Constraints:      21704
49.48/53.51	c #Conflicts:     117000 | #Constraints:      22704
49.48/53.51	c #Conflicts:     118000 | #Constraints:      23704
49.48/53.51	c #Conflicts:     119000 | #Constraints:      24704
49.48/53.51	c #Conflicts:     120000 | #Constraints:      25704
49.48/53.51	c #Conflicts:     121000 | #Constraints:      26704
49.48/53.51	c bounds 208 >= 202 @ 48.4745
50.48/54.56	c #Conflicts:     122000 | #Constraints:      27737
50.48/54.56	c #Conflicts:     123000 | #Constraints:      28737
50.48/54.56	c INPROCESSING
50.48/54.56	c GARBAGE COLLECT
50.48/54.56	c rational objective 202
54.27/58.39	c #Conflicts:     124000 | #Constraints:      17842
54.27/58.39	c #Conflicts:     125000 | #Constraints:      18842
54.27/58.39	c #Conflicts:     126000 | #Constraints:      19843
54.27/58.39	c #Conflicts:     127000 | #Constraints:      20843
54.27/58.39	c #Conflicts:     128000 | #Constraints:      21843
54.27/58.39	c #Conflicts:     129000 | #Constraints:      22843
54.27/58.39	c #Conflicts:     130000 | #Constraints:      23844
54.27/58.39	c #Conflicts:     131000 | #Constraints:      24844
54.27/58.39	c #Conflicts:     132000 | #Constraints:      25844
54.27/58.39	c INPROCESSING
54.27/58.39	c GARBAGE COLLECT
54.27/58.39	c rational objective 202
75.38/83.15	c #Conflicts:     133000 | #Constraints:      16647
75.38/83.15	c #Conflicts:     134000 | #Constraints:      17650
75.38/83.15	c #Conflicts:     135000 | #Constraints:      18655
75.38/83.15	c #Conflicts:     136000 | #Constraints:      19659
75.38/83.15	c #Conflicts:     137000 | #Constraints:      20662
75.38/83.15	c #Conflicts:     138000 | #Constraints:      21667
75.38/83.15	c #Conflicts:     139000 | #Constraints:      22672
75.38/83.15	c #Conflicts:     140000 | #Constraints:      23674
75.38/83.15	c #Conflicts:     141000 | #Constraints:      24677
75.38/83.15	c #Conflicts:     142000 | #Constraints:      25680
75.38/83.15	c #Conflicts:     143000 | #Constraints:      26686
75.38/83.15	c #Conflicts:     144000 | #Constraints:      27691
75.38/83.15	c #Conflicts:     145000 | #Constraints:      28697
75.38/83.15	c #Conflicts:     146000 | #Constraints:      29698
75.38/83.15	c #Conflicts:     147000 | #Constraints:      30702
75.38/83.15	c #Conflicts:     148000 | #Constraints:      31706
75.38/83.15	c #Conflicts:     149000 | #Constraints:      32710
75.38/83.15	c #Conflicts:     150000 | #Constraints:      33714
75.38/83.15	c #Conflicts:     151000 | #Constraints:      34716
75.38/83.15	c #Conflicts:     152000 | #Constraints:      35716
75.38/83.15	c #Conflicts:     153000 | #Constraints:      36716
75.38/83.15	c #Conflicts:     154000 | #Constraints:      37718
75.38/83.15	c #Conflicts:     155000 | #Constraints:      38725
75.38/83.15	c #Conflicts:     156000 | #Constraints:      39728
75.38/83.15	c #Conflicts:     157000 | #Constraints:      40730
75.38/83.15	c #Conflicts:     158000 | #Constraints:      41733
75.38/83.15	c #Conflicts:     159000 | #Constraints:      42734
75.38/83.15	c INPROCESSING
75.38/83.15	c GARBAGE COLLECT
75.38/83.15	c rational objective 202
84.05/91.85	c #Conflicts:     160000 | #Constraints:      24819
84.05/91.85	c #Conflicts:     161000 | #Constraints:      25821
84.05/91.85	c #Conflicts:     162000 | #Constraints:      26821
84.05/91.85	c #Conflicts:     163000 | #Constraints:      27821
84.05/91.85	c #Conflicts:     164000 | #Constraints:      28821
84.05/91.85	c #Conflicts:     165000 | #Constraints:      29821
84.05/91.85	c #Conflicts:     166000 | #Constraints:      30822
84.05/91.85	c #Conflicts:     167000 | #Constraints:      31822
84.05/91.85	c #Conflicts:     168000 | #Constraints:      32822
84.05/91.85	c #Conflicts:     169000 | #Constraints:      33823
84.05/91.85	c INPROCESSING
84.05/91.85	c GARBAGE COLLECT
84.05/91.85	c rational objective 202
85.84/93.62	c #Conflicts:     170000 | #Constraints:      20446
85.84/93.62	c #Conflicts:     171000 | #Constraints:      21446
85.84/93.62	c #Conflicts:     172000 | #Constraints:      22446
85.84/93.62	c #Conflicts:     173000 | #Constraints:      23446
85.84/93.62	c bounds 208 >= 203 @ 84.4224
88.73/96.55	c #Conflicts:     174000 | #Constraints:      24503
88.73/96.55	c #Conflicts:     175000 | #Constraints:      25503
88.73/96.55	c #Conflicts:     176000 | #Constraints:      26503
88.73/96.55	c #Conflicts:     177000 | #Constraints:      27503
88.73/96.55	c #Conflicts:     178000 | #Constraints:      28503
88.73/96.55	c #Conflicts:     179000 | #Constraints:      29503
88.73/96.55	c INPROCESSING
88.73/96.55	c GARBAGE COLLECT
88.73/96.55	c rational objective 203
95.28/103.54	c #Conflicts:     180000 | #Constraints:      18306
95.28/103.54	c #Conflicts:     181000 | #Constraints:      19306
95.28/103.54	c #Conflicts:     182000 | #Constraints:      20306
95.28/103.54	c #Conflicts:     183000 | #Constraints:      21308
95.28/103.54	c #Conflicts:     184000 | #Constraints:      22308
95.28/103.54	c #Conflicts:     185000 | #Constraints:      23309
95.28/103.54	c #Conflicts:     186000 | #Constraints:      24311
95.28/103.54	c #Conflicts:     187000 | #Constraints:      25313
95.28/103.54	c #Conflicts:     188000 | #Constraints:      26313
95.28/103.54	c #Conflicts:     189000 | #Constraints:      27313
95.28/103.54	c #Conflicts:     190000 | #Constraints:      28313
95.28/103.54	c #Conflicts:     191000 | #Constraints:      29313
95.28/103.54	c #Conflicts:     192000 | #Constraints:      30313
95.28/103.54	c #Conflicts:     193000 | #Constraints:      31314
95.28/103.54	c #Conflicts:     194000 | #Constraints:      32314
95.28/103.54	c bounds 208 >= 204 @ 93.7068
104.55/112.86	c #Conflicts:     195000 | #Constraints:      33363
104.55/112.86	c #Conflicts:     196000 | #Constraints:      34364
104.55/112.86	c #Conflicts:     197000 | #Constraints:      35364
104.55/112.86	c #Conflicts:     198000 | #Constraints:      36364
104.55/112.86	c #Conflicts:     199000 | #Constraints:      37365
104.55/112.86	c #Conflicts:     200000 | #Constraints:      38365
104.55/112.86	c #Conflicts:     201000 | #Constraints:      39365
104.55/112.86	c #Conflicts:     202000 | #Constraints:      40366
104.55/112.86	c #Conflicts:     203000 | #Constraints:      41367
104.55/112.86	c #Conflicts:     204000 | #Constraints:      42369
104.55/112.86	c #Conflicts:     205000 | #Constraints:      43371
104.55/112.86	c #Conflicts:     206000 | #Constraints:      44371
104.55/112.86	c #Conflicts:     207000 | #Constraints:      45372
104.55/112.86	c #Conflicts:     208000 | #Constraints:      46374
104.55/112.86	c #Conflicts:     209000 | #Constraints:      47375
104.55/112.86	c #Conflicts:     210000 | #Constraints:      48377
104.55/112.86	c bounds 208 >= 205 @ 102.885
104.95/113.24	c #Conflicts:     211000 | #Constraints:      49398
104.95/113.24	c INPROCESSING
104.95/113.24	c GARBAGE COLLECT
104.95/113.24	c rational objective 205
111.43/119.76	c #Conflicts:     212000 | #Constraints:      28363
111.43/119.76	c #Conflicts:     213000 | #Constraints:      29363
111.43/119.76	c #Conflicts:     214000 | #Constraints:      30381
111.43/119.76	c #Conflicts:     215000 | #Constraints:      31382
111.43/119.76	c #Conflicts:     216000 | #Constraints:      32387
111.43/119.76	c #Conflicts:     217000 | #Constraints:      33388
111.43/119.76	c #Conflicts:     218000 | #Constraints:      34390
111.43/119.76	c #Conflicts:     219000 | #Constraints:      35770
111.43/119.76	c #Conflicts:     220000 | #Constraints:      36820
111.43/119.76	c #Conflicts:     221000 | #Constraints:      37828
111.43/119.76	c #Conflicts:     222000 | #Constraints:      38829
111.43/119.76	c INPROCESSING
111.43/119.76	c GARBAGE COLLECT
111.43/119.76	c rational objective 205
117.01/125.35	c #Conflicts:     223000 | #Constraints:      22942
117.01/125.35	c #Conflicts:     224000 | #Constraints:      23945
117.01/125.35	c #Conflicts:     225000 | #Constraints:      24945
117.01/125.35	c #Conflicts:     226000 | #Constraints:      25948
117.01/125.35	c #Conflicts:     227000 | #Constraints:      26951
117.01/125.35	c #Conflicts:     228000 | #Constraints:      27952
117.01/125.35	c #Conflicts:     229000 | #Constraints:      28955
117.01/125.35	c #Conflicts:     230000 | #Constraints:      29957
117.01/125.35	c #Conflicts:     231000 | #Constraints:      30958
117.01/125.35	c #Conflicts:     232000 | #Constraints:      31960
117.01/125.35	c #Conflicts:     233000 | #Constraints:      32961
117.01/125.35	WSVECS04 Frhs2[119]: 6 -0.317985 0 shouldn't be
117.01/125.35	WSVECS04 Frhs2[121]: 6 -1.00006 0 shouldn't be
117.01/125.35	WSVECS04 Frhs2[127]: 6 -1.00003 0 shouldn't be
117.01/125.35	WSVECS04 Frhs2[155]: 6 -1.00007 0 shouldn't be
117.01/125.35	WSVECS04 Frhs2[175]: 6 -1.00009 0 shouldn't be
117.01/125.35	WSVECS04 Frhs2[186]: 6 0 0.00314706 shouldn't be
117.01/125.35	WSVECS04 Frhs2[197]: 6 -1.00002 0 shouldn't be
117.01/125.35	WSVECS04 Frhs2[213]: 6 -1.00002 0 shouldn't be
117.01/125.35	WSVECS04 Frhs2[222]: 6 0 1.00002 shouldn't be
117.01/125.35	WSVECS04 Frhs2[225]: 6 -1.00008 0 shouldn't be
117.01/125.35	WSVECS04 Frhs2[237]: 6 -1.68676 0 shouldn't be
117.01/125.35	WSVECS04 Frhs2[261]: 6 0 1.06962 shouldn't be
117.01/125.35	WSVECS04 Frhs2[263]: 6 -6.84373 0 shouldn't be
117.01/125.35	WSVECS04 Frhs2[279]: 6 -3.92191 0 shouldn't be
117.01/125.35	WSVECS04 Frhs2[280]: 6 0 0.77852 shouldn't be
117.01/125.35	WSVECS04 Frhs2[284]: 6 0 2.31842 shouldn't be
117.01/125.35	WSVECS04 Frhs2[286]: 6 0 9.062 shouldn't be
117.01/125.35	WSVECS04 Frhs2[297]: 6 -1.92189 0 shouldn't be
117.01/125.35	WSVECS04 Frhs2[315]: 6 -3.92189 0 shouldn't be
117.01/125.35	WSVECS04 Frhs2[327]: 6 -3.92187 0 shouldn't be
117.01/125.35	WSVECS04 Frhs2[343]: 6 -3.92189 0 shouldn't be
117.01/125.35	WSVECS04 Frhs2[345]: 6 -3.92188 0 shouldn't be
117.01/125.35	WSVECS04 Frhs2[346]: 6 0 4.21866 shouldn't be
117.01/125.35	WSVECS04 Frhs2[359]: 6 -3.42223 0 shouldn't be
117.01/125.35	WSVECS04 Frhs2[363]: 6 -3.92191 0 shouldn't be
117.01/125.35	WSVECS04 Frhs2[441]: 6 -1.00009 0 shouldn't be
117.01/125.35	WSVECS04 Frhs2[521]: 6 0 1.00006 shouldn't be
117.31/125.63	c #Conflicts:     234000 | #Constraints:      33963
117.31/125.63	c INPROCESSING
117.31/125.63	c GARBAGE COLLECT
117.31/125.63	c rational objective 205
147.49/156.93	c #Conflicts:     235000 | #Constraints:      20738
147.49/156.93	c #Conflicts:     236000 | #Constraints:      21738
147.49/156.93	c #Conflicts:     237000 | #Constraints:      22743
147.49/156.93	c #Conflicts:     238000 | #Constraints:      23748
147.49/156.93	c #Conflicts:     239000 | #Constraints:      24753
147.49/156.93	c #Conflicts:     240000 | #Constraints:      25760
147.49/156.93	c #Conflicts:     241000 | #Constraints:      26761
147.49/156.93	c #Conflicts:     242000 | #Constraints:      27765
147.49/156.93	c #Conflicts:     243000 | #Constraints:      28769
147.49/156.93	c #Conflicts:     244000 | #Constraints:      29772
147.49/156.93	c #Conflicts:     245000 | #Constraints:      30776
147.49/156.93	c #Conflicts:     246000 | #Constraints:      31784
147.49/156.93	c #Conflicts:     247000 | #Constraints:      32786
147.49/156.93	c #Conflicts:     248000 | #Constraints:      33791
147.49/156.93	c #Conflicts:     249000 | #Constraints:      34799
147.49/156.93	c #Conflicts:     250000 | #Constraints:      35805
147.49/156.93	c #Conflicts:     251000 | #Constraints:      36806
147.49/156.93	c #Conflicts:     252000 | #Constraints:      37809
147.49/156.93	c #Conflicts:     253000 | #Constraints:      38814
147.49/156.93	c #Conflicts:     254000 | #Constraints:      39815
147.49/156.93	c #Conflicts:     255000 | #Constraints:      40819
147.49/156.93	c #Conflicts:     256000 | #Constraints:      41822
147.49/156.93	c #Conflicts:     257000 | #Constraints:      42827
147.49/156.93	c #Conflicts:     258000 | #Constraints:      43833
147.49/156.93	c #Conflicts:     259000 | #Constraints:      44837
147.49/156.93	c #Conflicts:     260000 | #Constraints:      45839
147.49/156.93	c #Conflicts:     261000 | #Constraints:      46841
147.49/156.93	c #Conflicts:     262000 | #Constraints:      47841
147.49/156.93	c #Conflicts:     263000 | #Constraints:      48843
147.49/156.93	c #Conflicts:     264000 | #Constraints:      49846
147.49/156.93	c #Conflicts:     265000 | #Constraints:      50849
147.49/156.93	c #Conflicts:     266000 | #Constraints:      51863
147.49/156.93	c #Conflicts:     267000 | #Constraints:      52867
147.49/156.93	c #Conflicts:     268000 | #Constraints:      53869
147.49/156.93	c #Conflicts:     269000 | #Constraints:      54871
147.49/156.93	c #Conflicts:     270000 | #Constraints:      55874
147.49/156.93	c INPROCESSING
147.49/156.93	c GARBAGE COLLECT
147.49/156.93	c rational objective 205
155.04/164.93	c #Conflicts:     271000 | #Constraints:      31752
155.04/164.93	c #Conflicts:     272000 | #Constraints:      32753
155.04/164.93	c #Conflicts:     273000 | #Constraints:      33753
155.04/164.93	c #Conflicts:     274000 | #Constraints:      34753
155.04/164.93	c #Conflicts:     275000 | #Constraints:      35755
155.04/164.93	c #Conflicts:     276000 | #Constraints:      36756
155.04/164.93	c #Conflicts:     277000 | #Constraints:      37757
155.04/164.93	c bounds 208 >= 206 @ 152.746
160.23/170.19	c #Conflicts:     278000 | #Constraints:      38809
160.23/170.19	c #Conflicts:     279000 | #Constraints:      39812
160.23/170.19	c #Conflicts:     280000 | #Constraints:      40815
160.23/170.19	c #Conflicts:     281000 | #Constraints:      41817
160.23/170.19	c #Conflicts:     282000 | #Constraints:      42818
160.23/170.19	c INPROCESSING
160.23/170.19	c GARBAGE COLLECT
160.23/170.19	c rational objective 206
167.00/177.00	c #Conflicts:     283000 | #Constraints:      24789
167.00/177.00	c #Conflicts:     284000 | #Constraints:      25789
167.00/177.00	c #Conflicts:     285000 | #Constraints:      26792
167.00/177.00	c #Conflicts:     286000 | #Constraints:      27793
167.00/177.00	c #Conflicts:     287000 | #Constraints:      28795
167.00/177.00	c #Conflicts:     288000 | #Constraints:      29796
167.00/177.00	c #Conflicts:     289000 | #Constraints:      30797
167.00/177.00	c #Conflicts:     290000 | #Constraints:      31797
167.00/177.00	c #Conflicts:     291000 | #Constraints:      32798
167.00/177.00	c #Conflicts:     292000 | #Constraints:      33798
167.00/177.00	c #Conflicts:     293000 | #Constraints:      34799
167.00/177.00	c #Conflicts:     294000 | #Constraints:      35799
167.00/177.00	c #Conflicts:     295000 | #Constraints:      36799
167.00/177.00	c INPROCESSING
167.00/177.00	c GARBAGE COLLECT
167.00/177.00	c rational objective 206
186.78/203.19	c #Conflicts:     296000 | #Constraints:      21791
186.78/203.19	c #Conflicts:     297000 | #Constraints:      22792
186.78/203.19	c #Conflicts:     298000 | #Constraints:      23793
186.78/203.19	c #Conflicts:     299000 | #Constraints:      24793
186.78/203.19	c #Conflicts:     300000 | #Constraints:      25793
186.78/203.19	c #Conflicts:     301000 | #Constraints:      26794
186.78/203.19	c #Conflicts:     302000 | #Constraints:      27795
186.78/203.19	c #Conflicts:     303000 | #Constraints:      28796
186.78/203.19	c #Conflicts:     304000 | #Constraints:      29796
186.78/203.19	c #Conflicts:     305000 | #Constraints:      30797
186.78/203.19	c #Conflicts:     306000 | #Constraints:      31799
186.78/203.19	c #Conflicts:     307000 | #Constraints:      32799
186.78/203.19	c #Conflicts:     308000 | #Constraints:      33800
186.78/203.19	c #Conflicts:     309000 | #Constraints:      34801
186.78/203.19	c #Conflicts:     310000 | #Constraints:      35804
186.78/203.19	c #Conflicts:     311000 | #Constraints:      36805
186.78/203.19	c #Conflicts:     312000 | #Constraints:      37805
186.78/203.19	c #Conflicts:     313000 | #Constraints:      38806
186.78/203.19	c #Conflicts:     314000 | #Constraints:      39807
186.78/203.19	c #Conflicts:     315000 | #Constraints:      40807
186.78/203.20	c #Conflicts:     316000 | #Constraints:      41809
186.78/203.20	c #Conflicts:     317000 | #Constraints:      42811
186.78/203.20	c #Conflicts:     318000 | #Constraints:      43812
186.78/203.20	c #Conflicts:     319000 | #Constraints:      44813
186.78/203.20	c #Conflicts:     320000 | #Constraints:      45814
186.78/203.20	c #Conflicts:     321000 | #Constraints:      46814
186.78/203.20	c #Conflicts:     322000 | #Constraints:      47815
186.78/203.20	c #Conflicts:     323000 | #Constraints:      48816
186.78/203.20	c #Conflicts:     324000 | #Constraints:      49816
186.78/203.20	c #Conflicts:     325000 | #Constraints:      50816
186.78/203.20	c #Conflicts:     326000 | #Constraints:      51817
186.78/203.20	c #Conflicts:     327000 | #Constraints:      52818
186.78/203.20	c #Conflicts:     328000 | #Constraints:      53818
186.78/203.20	c bounds 208 >= 207 @ 184.087
191.56/207.96	c #Conflicts:     329000 | #Constraints:      54875
191.56/207.96	c #Conflicts:     330000 | #Constraints:      55875
191.56/207.96	c #Conflicts:     331000 | #Constraints:      56877
191.56/207.96	c #Conflicts:     332000 | #Constraints:      57877
191.56/207.96	c #Conflicts:     333000 | #Constraints:      58879
191.56/207.96	c #Conflicts:     334000 | #Constraints:      59880
191.56/207.96	c #Conflicts:     335000 | #Constraints:      60881
191.56/207.96	c #Conflicts:     336000 | #Constraints:      61881
191.56/207.96	c INPROCESSING
191.56/207.96	c GARBAGE COLLECT
191.56/207.96	c rational objective 207
198.14/214.59	c #Conflicts:     337000 | #Constraints:      34718
198.14/214.59	c #Conflicts:     338000 | #Constraints:      35720
198.14/214.59	c #Conflicts:     339000 | #Constraints:      36721
198.14/214.59	c #Conflicts:     340000 | #Constraints:      37722
198.14/214.59	c #Conflicts:     341000 | #Constraints:      38723
198.14/214.59	c #Conflicts:     342000 | #Constraints:      39723
198.14/214.59	c #Conflicts:     343000 | #Constraints:      40723
198.14/214.59	c #Conflicts:     344000 | #Constraints:      41724
198.14/214.59	c #Conflicts:     345000 | #Constraints:      42725
198.14/214.59	c #Conflicts:     346000 | #Constraints:      43725
198.14/214.59	c #Conflicts:     347000 | #Constraints:      44726
198.14/214.59	c bounds 207 >= 207 @ 195.286
198.14/214.59	c cpu time 195.286 s
198.14/214.59	c deterministic time 9120518537 9.12e+09
198.14/214.59	c optimization time 0.072562 s
198.14/214.59	c total solve time 195.152 s
198.14/214.59	c core-guided solve time 126.42 s
198.14/214.59	c propagation time 126.386 s
198.14/214.59	c conflict analysis time 60.8671 s
198.14/214.59	c propagations 62701427
198.14/214.59	c resolve steps 13396863
198.14/214.59	c decisions 717505
198.14/214.59	c conflicts 347594
198.14/214.59	c restarts 826
198.14/214.59	c inprocessing phases 30
198.14/214.59	c garbage collections 30 ,( 100.00 )
198.14/214.59	c input clauses 5035 ,( 76.65 )
198.14/214.59	c input cardinalities 1023 ,( 15.57 )
198.14/214.59	c input general constraints 511 ,( 7.78 )
198.14/214.59	c input average constraint length 23.73
198.14/214.59	c input average constraint degree 6.71
198.14/214.59	c learned clauses 318842 ,( 91.43 )
198.14/214.59	c learned cardinalities 3954 ,( 1.13 )
198.14/214.59	c learned general constraints 25921 ,( 7.43 )
198.14/214.59	c learned average constraint length 164.24
198.14/214.59	c learned average constraint degree 31996683.59
198.14/214.59	c watched  CF 32, 64, 128, Arb: 14045 , 0 , 0 , 0
198.14/214.59	c counting CF 32, 64, 128, Arb: 12388 , 0 , 0 , 0
198.14/214.59	c watched   constraints 14045 ,( 53.14 ) 
198.14/214.59	c counting  constraints 12387 ,( 46.86 ) 
198.14/214.59	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 421324251 , 481545411 , 266214208 ,( 84155450 , 182058758 )
198.14/214.59	c gcd simplifications 14385
198.14/214.59	c detected cardinalities 21
198.14/214.59	c weakened non-implied lits 9539492
198.14/214.59	c weakened non-implying lits 121346
198.14/214.59	c original variables 1160
198.14/214.59	c clausal propagations 43402271
198.14/214.59	c cardinality propagations 4709967
198.14/214.59	c watched propagations 897964
198.14/214.59	c counting propagations 12897463
198.14/214.59	c watch lookups 4181499751
198.14/214.59	c watch backjump lookups 0
198.14/214.59	c watch checks 4296784757
198.14/214.59	c propagation checks 322341443
198.14/214.59	c constraint additions 192350638
198.14/214.59	c trail pops 63765898
198.14/214.59	c formula constraints 4419
198.14/214.59	c learned constraints 347091
198.14/214.59	c bound constraints 257
198.14/214.59	c core-guided constraints 1893
198.14/214.59	c encountered formula constraints 8110374
198.14/214.59	c encountered learned constraints 3170124
198.14/214.59	c encountered bound constraints 247
198.14/214.59	c encountered core-guided constraints 2441113
198.14/214.59	c LP total time 27.6411 s
198.14/214.59	c LP solve time 24.04 s
198.14/214.59	c LP constraints added 4660
198.14/214.59	c LP constraints removed 233
198.14/214.59	c LP pivots internal 347800
198.14/214.59	c LP pivots root 9317
198.14/214.59	c LP calls 1603
198.14/214.59	c LP optimalities 578
198.14/214.59	c LP no pivot count 21
198.14/214.59	c LP infeasibilities 1024
198.14/214.59	c LP valid Farkas constraints 1023
198.14/214.59	c LP learned Farkas constraints 536
198.14/214.59	c LP basis resets 1
198.14/214.59	c LP cycling count 0
198.14/214.59	c LP singular count 0
198.14/214.59	c LP no primal count 0
198.14/214.59	c LP no farkas count 1
198.14/214.59	c LP other issue count 0
198.14/214.59	c LP Gomory cuts 67
198.14/214.59	c LP learned cuts 174
198.14/214.59	c LP deleted cuts 233
198.14/214.59	c LP encountered Gomory constraints 1231
198.14/214.59	c LP encountered Farkas constraints 18726
198.14/214.59	c LP encountered learned Farkas constraints 2106
198.14/214.59	c CG auxiliary variables introduced 700
198.14/214.59	c CG solutions found 24
198.14/214.59	c CG cores constructed 207
198.14/214.59	c CG core cardinality constraints returned 0
198.14/214.59	c CG unit cores 0
198.14/214.59	c CG single cores 207
198.14/214.59	c CG blocks removed during cardinality reduction 0
198.14/214.59	c CG first core best 0
198.14/214.59	c CG decision core best 0
198.14/214.59	c CG core reduction tie 0
198.14/214.59	c CG core degree average 1.00
198.14/214.59	c CG core slack average 4.66
198.14/214.59	c CG core upper bound improvements 0
198.14/214.59	c STR number of successful calls 0
198.14/214.59	c STR number of unsuccessful calls 0
198.14/214.59	c STR number of inconclusive calls 0
198.14/214.59	c STR number of successful attempts 0
198.14/214.59	c STR number of unsuccessful attempts 0
198.14/214.59	c STR number of inconclusive attempts 0
198.14/214.59	c STR average degree increase per successful call inf
198.14/214.59	c STR average degree increase per successful attempt inf
198.14/214.59	c STR total number of conflicts for successful attempts 0
198.14/214.59	c STR total number of conflicts for unsuccessful attempts 0
198.14/214.59	c STR total number of conflicts for inconclusive attempts 0
198.14/214.59	c STR average number of conflicts per successful attempt inf
198.14/214.59	c STR average number of conflicts per unsuccessful attempt inf
198.14/214.59	c STR average number of conflicts per inconclusive attempt inf
198.14/214.59	c AVG.sumWPerc 43.05 
198.14/214.59	c bigint constraints 0 
198.14/214.59	o 207
198.14/214.59	s OPTIMUM FOUND
198.25/214.99	v -x1 -x2 x3 -x4 -x5 x6 x7 -x8 x9 -x10 x11 -x12 x13 -x14 x15 -x16 x17 -x18 x19 -x20 x21 -x22 x23 -x24 x25 -x26 x27 -x28 x29 -x30 x31 -x32 -x33 -x34 x35 -x36 x37 -x38 x39 -x40 x41 -x42 -x43 x44 -x45 -x46 x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 x55 -x56 x57 -x58 x59 -x60 x61 -x62 -x63 -x64 x65 -x66 x67 -x68 x69 -x70 x71 -x72 -x73 x74 x75 -x76 -x77 -x78 x79 -x80 x81 -x82 x83 -x84 x85 -x86 x87 -x88 x89 -x90 -x91 -x92 x93 -x94 x95 -x96 x97 -x98 x99 -x100 -x101 x102 x103 -x104 -x105 -x106 x107 -x108 -x109 -x110 x111 -x112 x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 x125 -x126 x127 -x128 x129 -x130 -x131 -x132 -x133 x134 x135 -x136 -x137 -x138 x139 -x140 x141 -x142 -x143 -x144 -x145 -x146 x147 -x148 x149 -x150 -x151 -x152 x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 x169 -x170 -x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 x179 -x180 -x181 -x182 x183 -x184 -x185 -x186 x187 -x188 x189 -x190 -x191 -x192 x193 -x194 -x195 -x196 -x197 x198 x199 -x200 -x201 x202 x203 -x204 -x205 -x206 x207 -x208 x209 -x210 -x211 -x212 x213 -x214 -x215 -x216 -x217 -x218 x219 -x220 x221 -x222 -x223 -x224 x225 -x226 -x227 -x228 -x229 -x230 x231 -x232 -x233 -x234 x235 -x236 x237 -x238 -x239 -x240 x241 -x242 -x243 -x244 x245 -x246 -x247 -x248 -x249 -x250 x251 -x252 x253 -x254 -x255 -x256 x257 -x258 x259 -x260 -x261 x262 x263 -x264 x265 -x266 x267 -x268 x269 -x270 x271 -x272 x273 -x274 x275 -x276 x277 -x278 x279 -x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290 x291 -x292 x293 -x294 x295 -x296 x297 -x298 x299 -x300 x301 -x302 x303 -x304 x305 -x306 x307 -x308 x309 -x310 x311 -x312 x313 -x314 x315 -x316 x317 -x318 x319 -x320 x321 -x322 x323 -x324 x325 -x326 x327 -x328 x329 -x330 x331 -x332 x333 -x334 -x335 x336 x337 -x338 x339 -x340 x341 -x342 x343 -x344 x345 -x346 x347 -x348 x349 -x350 x351 -x352 x353 -x354 x355 -x356 x357 -x358 x359 -x360 x361 -x362 x363 -x364 x365 -x366 x367 -x368 x369 -x370 x371 -x372 x373 -x374 x375 -x376 x377 -x378 x379 -x380 -x381 x382 x383 -x384 -x385 x386 -x387 x388 x389 -x390 -x391 x392 -x393 x394 x395 -x396 -x397 x398 -x399 x400 x401 -x402 -x403 x404 -x405 x406 x407 -x408 -x409 x410 -x411 x412 x413 -x414 -x415 x416 -x417 x418 x419 -x420 -x421 x422 x423 -x424 -x425 x426 x427 -x428 -x429 x430 -x431 x432 -x433 x434 -x435 x436 x437 -x438 -x439 x440 -x441 x442 x443 -x444 -x445 x446 -x447 x448 x449 -x450 -x451 x452 -x453 x454 x455 -x456 x457 -x458 -x459 x460 -x461 x462 -x463 x464 -x465 x466 x467 -x468 -x469 x470 -x471 x472 x473 -x474 -x475 x476 -x477 x478 x479 -x480 x481 -x482 -x483 x484 -x485 x486 -x487 x488 -x489 x490 x491 -x492 -x493 x494 -x495 x496 x497 -x498

Verifier Data

OK	207

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul 15 15:12:39 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS 207 <= obj <= 207
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 207 <= obj <= 207
--summary--
ALL OK

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (62836 MiB free)
  memory of node 1: 64465 MiB (59056 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=134722, runsolver pid=134719

[startup+0.100032 s]*
/proc/loadavg: 0.18 0.37 0.27 5/251 134729
/proc/meminfo: memFree=124816520/131382112 swapFree=33000116/33010684
[pid=134722] ppid=134719 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/134722/stat : 134722 (run-opt-break-l) S 134719 134722 134659 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 174139527 4292608 736 18446744073709551615 94551071502336 94551072396869 140730500465392 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94551072635920 94551072683664 94551078416384 140730500471059 140730500471260 140730500471260 140730500476864 0
/proc/134722/statm: 1048 736 672 219 0 110 0
[pid=134724] ppid=134722 vsize=13260 memory=6400 CPUtime=0.02 cores=4,6
/proc/134724/stat : 134724 (pbsuma) D 134722 134722 134659 0 -1 4194304 739 0 0 0 2 0 0 0 20 0 1 0 174139528 13578240 1600 18446744073709551615 4210688 4653049 140726982629936 0 0 0 0 0 0 1 0 0 17 4 0 0 0 0 0 4700520 4703148 26071040 140726982637793 140726982638128 140726982638128 140726982643695 0
/proc/134724/statm: 3315 1600 1024 108 0 723 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 17452 KiB
Current children cumulated memory: 9344 KiB

[startup+0.213262 s]*
/proc/loadavg: 0.18 0.37 0.27 5/256 134736
/proc/meminfo: memFree=124823880/131382112 swapFree=33000116/33010684
[pid=134722] ppid=134719 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/134722/stat : 134722 (run-opt-break-l) S 134719 134722 134659 0 -1 4194304 241 742 0 0 0 0 2 0 20 0 1 0 174139527 4292608 736 18446744073709551615 94551071502336 94551072396869 140730500465392 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94551072635920 94551072683664 94551078416384 140730500471059 140730500471260 140730500471260 140730500476864 0
/proc/134722/statm: 1048 736 672 219 0 110 0
[pid=134730] ppid=134722 vsize=58868 memory=15040 CPUtime=0.08 cores=4,6
/proc/134730/stat : 134730 (roundingsat) R 134722 134722 134659 0 -1 4194304 1796 0 0 0 6 2 0 0 20 0 1 0 174139538 60280832 3760 18446744073709551615 4227072 8923577 140731953515536 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 19804160 140731953518866 140731953519142 140731953519142 140731953524714 0
/proc/134730/statm: 14717 3760 2208 1147 0 2143 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 63060 KiB
Current children cumulated memory: 17984 KiB

[startup+0.313902 s]*
/proc/loadavg: 0.18 0.37 0.27 5/256 134736
/proc/meminfo: memFree=124823124/131382112 swapFree=33000116/33010684
[pid=134722] ppid=134719 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/134722/stat : 134722 (run-opt-break-l) S 134719 134722 134659 0 -1 4194304 241 742 0 0 0 0 2 0 20 0 1 0 174139527 4292608 736 18446744073709551615 94551071502336 94551072396869 140730500465392 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94551072635920 94551072683664 94551078416384 140730500471059 140730500471260 140730500471260 140730500476864 0
/proc/134722/statm: 1048 736 672 219 0 110 0
[pid=134730] ppid=134722 vsize=63712 memory=19460 CPUtime=0.18 cores=4,6
/proc/134730/stat : 134730 (roundingsat) R 134722 134722 134659 0 -1 4194304 2834 0 0 0 15 3 0 0 20 0 1 0 174139538 65241088 4865 18446744073709551615 4227072 8923577 140731953515536 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 19804160 140731953518866 140731953519142 140731953519142 140731953524714 0
/proc/134730/statm: 15928 4865 2304 1147 0 3354 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 67904 KiB
Current children cumulated memory: 22404 KiB

[startup+0.700343 s]
/proc/loadavg: 0.18 0.37 0.27 4/251 134737
/proc/meminfo: memFree=124820076/131382112 swapFree=33000116/33010684
[pid=134722] ppid=134719 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/134722/stat : 134722 (run-opt-break-l) S 134719 134722 134659 0 -1 4194304 241 742 0 0 0 0 2 0 20 0 1 0 174139527 4292608 736 18446744073709551615 94551071502336 94551072396869 140730500465392 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94551072635920 94551072683664 94551078416384 140730500471059 140730500471260 140730500471260 140730500476864 0
/proc/134722/statm: 1048 736 672 219 0 110 0
[pid=134730] ppid=134722 vsize=65888 memory=21636 CPUtime=0.54 cores=4,6
/proc/134730/stat : 134730 (roundingsat) R 134722 134722 134659 0 -1 4194304 3326 0 0 0 47 7 0 0 20 0 1 0 174139538 67469312 5409 18446744073709551615 4227072 8923577 140731953515536 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 19804160 140731953518866 140731953519142 140731953519142 140731953524714 0
/proc/134730/statm: 16472 5409 2368 1147 0 3898 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 70080 KiB
Current children cumulated memory: 24580 KiB

[startup+1.50034 s]
/proc/loadavg: 0.18 0.37 0.27 5/254 134744
/proc/meminfo: memFree=124736632/131382112 swapFree=33000116/33010684
[pid=134722] ppid=134719 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/134722/stat : 134722 (run-opt-break-l) S 134719 134722 134659 0 -1 4194304 241 742 0 0 0 0 2 0 20 0 1 0 174139527 4292608 736 18446744073709551615 94551071502336 94551072396869 140730500465392 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94551072635920 94551072683664 94551078416384 140730500471059 140730500471260 140730500471260 140730500476864 0
/proc/134722/statm: 1048 736 672 219 0 110 0
[pid=134730] ppid=134722 vsize=69836 memory=27656 CPUtime=1.34 cores=4,6
/proc/134730/stat : 134730 (roundingsat) R 134722 134722 134659 0 -1 4194304 4342 0 0 0 123 11 0 0 20 0 1 0 174139538 71512064 6914 18446744073709551615 4227072 8923577 140731953515536 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 19804160 140731953518866 140731953519142 140731953519142 140731953524714 0
/proc/134730/statm: 17459 6914 2368 1147 0 4885 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 74028 KiB
Current children cumulated memory: 30600 KiB

[startup+3.11294 s]
/proc/loadavg: 0.18 0.37 0.27 4/251 134744
/proc/meminfo: memFree=124611444/131382112 swapFree=33000116/33010684
[pid=134722] ppid=134719 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/134722/stat : 134722 (run-opt-break-l) S 134719 134722 134659 0 -1 4194304 241 742 0 0 0 0 2 0 20 0 1 0 174139527 4292608 736 18446744073709551615 94551071502336 94551072396869 140730500465392 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94551072635920 94551072683664 94551078416384 140730500471059 140730500471260 140730500471260 140730500476864 0
/proc/134722/statm: 1048 736 672 219 0 110 0
[pid=134730] ppid=134722 vsize=70820 memory=28552 CPUtime=2.95 cores=4,6
/proc/134730/stat : 134730 (roundingsat) R 134722 134722 134659 0 -1 4194304 4554 0 0 0 278 17 0 0 20 0 1 0 174139538 72519680 7138 18446744073709551615 4227072 8923577 140731953515536 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 19804160 140731953518866 140731953519142 140731953519142 140731953524714 0
/proc/134730/statm: 17705 7138 2368 1147 0 5131 0
Current children cumulated CPU time: 2.97 s
Current children cumulated vsize: 75012 KiB
Current children cumulated memory: 31496 KiB

[startup+6.3003 s]
/proc/loadavg: 0.48 0.43 0.29 4/251 134744
/proc/meminfo: memFree=124464140/131382112 swapFree=33000116/33010684
[pid=134722] ppid=134719 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/134722/stat : 134722 (run-opt-break-l) S 134719 134722 134659 0 -1 4194304 241 742 0 0 0 0 2 0 20 0 1 0 174139527 4292608 736 18446744073709551615 94551071502336 94551072396869 140730500465392 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94551072635920 94551072683664 94551078416384 140730500471059 140730500471260 140730500471260 140730500476864 0
/proc/134722/statm: 1048 736 672 219 0 110 0
[pid=134730] ppid=134722 vsize=80168 memory=37204 CPUtime=6.13 cores=4,6
/proc/134730/stat : 134730 (roundingsat) R 134722 134722 134659 0 -1 4194304 6199 0 0 0 588 25 0 0 20 0 1 0 174139538 82092032 9301 18446744073709551615 4227072 8923577 140731953515536 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 19804160 140731953518866 140731953519142 140731953519142 140731953524714 0
/proc/134730/statm: 20042 9301 2368 1147 0 7468 0
Current children cumulated CPU time: 6.15 s
Current children cumulated vsize: 84360 KiB
Current children cumulated memory: 40148 KiB

[startup+12.7003 s]
/proc/loadavg: 0.77 0.49 0.31 4/251 134744
/proc/meminfo: memFree=124368648/131382112 swapFree=33000116/33010684
[pid=134722] ppid=134719 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/134722/stat : 134722 (run-opt-break-l) S 134719 134722 134659 0 -1 4194304 241 742 0 0 0 0 2 0 20 0 1 0 174139527 4292608 736 18446744073709551615 94551071502336 94551072396869 140730500465392 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94551072635920 94551072683664 94551078416384 140730500471059 140730500471260 140730500471260 140730500476864 0
/proc/134722/statm: 1048 736 672 219 0 110 0
[pid=134730] ppid=134722 vsize=88152 memory=44024 CPUtime=12.51 cores=4,6
/proc/134730/stat : 134730 (roundingsat) R 134722 134722 134659 0 -1 4194304 7432 0 0 0 1215 36 0 0 20 0 1 0 174139538 90267648 11006 18446744073709551615 4227072 8923577 140731953515536 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 19804160 140731953518866 140731953519142 140731953519142 140731953524714 0
/proc/134730/statm: 22038 11006 2368 1147 0 9464 0
Current children cumulated CPU time: 12.53 s
Current children cumulated vsize: 92344 KiB
Current children cumulated memory: 46968 KiB

[startup+25.5004 s]
/proc/loadavg: 1.64 0.69 0.38 5/256 134833
/proc/meminfo: memFree=124115976/131382112 swapFree=33000116/33010684
[pid=134722] ppid=134719 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/134722/stat : 134722 (run-opt-break-l) S 134719 134722 134659 0 -1 4194304 241 742 0 0 0 0 2 0 20 0 1 0 174139527 4292608 736 18446744073709551615 94551071502336 94551072396869 140730500465392 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94551072635920 94551072683664 94551078416384 140730500471059 140730500471260 140730500471260 140730500476864 0
/proc/134722/statm: 1048 736 672 219 0 110 0
[pid=134730] ppid=134722 vsize=101352 memory=55340 CPUtime=25.28 cores=4,6
/proc/134730/stat : 134730 (roundingsat) R 134722 134722 134659 0 -1 4194304 9247 0 0 0 2471 57 0 0 20 0 1 0 174139538 103784448 13835 18446744073709551615 4227072 8923577 140731953515536 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 19804160 140731953518866 140731953519142 140731953519142 140731953524714 0
/proc/134730/statm: 25338 13835 2368 1147 0 12764 0
Current children cumulated CPU time: 25.3 s
Current children cumulated vsize: 105544 KiB
Current children cumulated memory: 58284 KiB

[startup+51.1132 s]
/proc/loadavg: 2.44 0.96 0.48 4/256 134833
/proc/meminfo: memFree=123594640/131382112 swapFree=33000116/33010684
[pid=134722] ppid=134719 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/134722/stat : 134722 (run-opt-break-l) S 134719 134722 134659 0 -1 4194304 241 742 0 0 0 0 2 0 20 0 1 0 174139527 4292608 736 18446744073709551615 94551071502336 94551072396869 140730500465392 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94551072635920 94551072683664 94551078416384 140730500471059 140730500471260 140730500471260 140730500476864 0
/proc/134722/statm: 1048 736 672 219 0 110 0
[pid=134730] ppid=134722 vsize=104032 memory=60204 CPUtime=47.08 cores=4,6
/proc/134730/stat : 134730 (roundingsat) R 134722 134722 134659 0 -1 4194304 9935 0 0 0 4613 95 0 0 20 0 1 0 174139538 106528768 15051 18446744073709551615 4227072 8923577 140731953515536 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 19804160 140731953518866 140731953519142 140731953519142 140731953524714 0
/proc/134730/statm: 26008 15051 2368 1147 0 13434 0
Current children cumulated CPU time: 47.1 s
Current children cumulated vsize: 108224 KiB
Current children cumulated memory: 63148 KiB

[startup+102.3 s]
/proc/loadavg: 3.37 1.45 0.67 5/260 134839
/proc/meminfo: memFree=122825036/131382112 swapFree=33000116/33010684
[pid=134722] ppid=134719 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/134722/stat : 134722 (run-opt-break-l) S 134719 134722 134659 0 -1 4194304 241 742 0 0 0 0 2 0 20 0 1 0 174139527 4292608 736 18446744073709551615 94551071502336 94551072396869 140730500465392 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94551072635920 94551072683664 94551078416384 140730500471059 140730500471260 140730500471260 140730500476864 0
/proc/134722/statm: 1048 736 672 219 0 110 0
[pid=134730] ppid=134722 vsize=126512 memory=79700 CPUtime=94.06 cores=4,6
/proc/134730/stat : 134730 (roundingsat) R 134722 134722 134659 0 -1 4194304 12767 0 0 0 9249 157 0 0 20 0 1 0 174139538 129548288 19925 18446744073709551615 4227072 8923577 140731953515536 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 19804160 140731953518866 140731953519142 140731953519142 140731953524714 0
/proc/134730/statm: 31628 19925 2368 1147 0 19054 0
Current children cumulated CPU time: 94.08 s
Current children cumulated vsize: 130704 KiB
Current children cumulated memory: 82644 KiB

[startup+162.3 s]
/proc/loadavg: 3.81 1.93 0.89 5/260 134841
/proc/meminfo: memFree=121904032/131382112 swapFree=33000116/33010684
[pid=134722] ppid=134719 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/134722/stat : 134722 (run-opt-break-l) S 134719 134722 134659 0 -1 4194304 241 742 0 0 0 0 2 0 20 0 1 0 174139527 4292608 736 18446744073709551615 94551071502336 94551072396869 140730500465392 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94551072635920 94551072683664 94551078416384 140730500471059 140730500471260 140730500471260 140730500476864 0
/proc/134722/statm: 1048 736 672 219 0 110 0
[pid=134730] ppid=134722 vsize=152820 memory=96972 CPUtime=152.42 cores=4,6
/proc/134730/stat : 134730 (roundingsat) R 134722 134722 134659 0 -1 4194304 15053 0 0 0 15013 229 0 0 20 0 1 0 174139538 156487680 24243 18446744073709551615 4227072 8923577 140731953515536 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 19804160 140731953518866 140731953519142 140731953519142 140731953524714 0
/proc/134730/statm: 38205 24243 2368 1147 0 25631 0
Current children cumulated CPU time: 152.44 s
Current children cumulated vsize: 157012 KiB
Current children cumulated memory: 99916 KiB

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

# cumulated CPU time of all completed processes:  user=195.321 s, system=2.96002 s

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

[startup+179.2 s]
/proc/loadavg: 3.86 2.06 0.96 5/260 134841
/proc/meminfo: memFree=121589108/131382112 swapFree=33000116/33010684
[pid=134722] ppid=134719 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/134722/stat : 134722 (run-opt-break-l) S 134719 134722 134659 0 -1 4194304 241 742 0 0 0 0 2 0 20 0 1 0 174139527 4292608 736 18446744073709551615 94551071502336 94551072396869 140730500465392 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94551072635920 94551072683664 94551078416384 140730500471059 140730500471260 140730500471260 140730500476864 0
/proc/134722/statm: 1048 736 672 219 0 110 0
[pid=134730] ppid=134722 vsize=152820 memory=97100 CPUtime=169.28 cores=4,6
/proc/134730/stat : 134730 (roundingsat) R 134722 134722 134659 0 -1 4194304 15084 0 0 0 16678 250 0 0 20 0 1 0 174139538 156487680 24275 18446744073709551615 4227072 8923577 140731953515536 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 19804160 140731953518866 140731953519142 140731953519142 140731953524714 0
/proc/134730/statm: 38205 24275 2368 1147 0 25631 0
Current children cumulated CPU time: 169.3 s
Current children cumulated vsize: 157012 KiB
Current children cumulated memory: 100044 KiB

[startup+192 s]*
/proc/loadavg: 3.89 2.13 0.99 3/260 134841
/proc/meminfo: memFree=121335240/131382112 swapFree=33000116/33010684
[pid=134722] ppid=134719 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/134722/stat : 134722 (run-opt-break-l) S 134719 134722 134659 0 -1 4194304 241 742 0 0 0 0 2 0 20 0 1 0 174139527 4292608 736 18446744073709551615 94551071502336 94551072396869 140730500465392 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94551072635920 94551072683664 94551078416384 140730500471059 140730500471260 140730500471260 140730500476864 0
/proc/134722/statm: 1048 736 672 219 0 110 0
[pid=134730] ppid=134722 vsize=152820 memory=97100 CPUtime=179.24 cores=4,6
/proc/134730/stat : 134730 (roundingsat) D 134722 134722 134659 0 -1 4194304 15084 0 0 0 17658 266 0 0 20 0 1 0 174139538 156487680 24275 18446744073709551615 4227072 8923577 140731953515536 0 0 0 0 0 8405026 1 0 0 17 4 0 0 0 0 0 9827200 9836688 19804160 140731953518866 140731953519142 140731953519142 140731953524714 0
/proc/134730/statm: 38205 24275 2368 1147 0 25631 0
Current children cumulated CPU time: 179.26 s
Current children cumulated vsize: 157012 KiB
Current children cumulated memory: 100044 KiB

[startup+204.8 s]
/proc/loadavg: 3.98 2.24 1.04 5/260 134842
/proc/meminfo: memFree=120974608/131382112 swapFree=33000116/33010684
[pid=134722] ppid=134719 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/134722/stat : 134722 (run-opt-break-l) S 134719 134722 134659 0 -1 4194304 241 742 0 0 0 0 2 0 20 0 1 0 174139527 4292608 736 18446744073709551615 94551071502336 94551072396869 140730500465392 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94551072635920 94551072683664 94551078416384 140730500471059 140730500471260 140730500471260 140730500476864 0
/proc/134722/statm: 1048 736 672 219 0 110 0
[pid=134730] ppid=134722 vsize=153092 memory=97356 CPUtime=188.44 cores=4,6
/proc/134730/stat : 134730 (roundingsat) R 134722 134722 134659 0 -1 4194304 15159 0 0 0 18565 279 0 0 20 0 1 0 174139538 156766208 24339 18446744073709551615 4227072 8923577 140731953515536 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 19804160 140731953518866 140731953519142 140731953519142 140731953524714 0
/proc/134730/statm: 38273 24339 2368 1147 0 25699 0
Current children cumulated CPU time: 188.46 s
Current children cumulated vsize: 157284 KiB
Current children cumulated memory: 100300 KiB

[startup+211.2 s]
/proc/loadavg: 3.98 2.26 1.06 5/260 134843
/proc/meminfo: memFree=120592712/131382112 swapFree=33000116/33010684
[pid=134722] ppid=134719 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/134722/stat : 134722 (run-opt-break-l) S 134719 134722 134659 0 -1 4194304 241 742 0 0 0 0 2 0 20 0 1 0 174139527 4292608 736 18446744073709551615 94551071502336 94551072396869 140730500465392 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94551072635920 94551072683664 94551078416384 140730500471059 140730500471260 140730500471260 140730500476864 0
/proc/134722/statm: 1048 736 672 219 0 110 0
[pid=134730] ppid=134722 vsize=154632 memory=98764 CPUtime=194.83 cores=4,6
/proc/134730/stat : 134730 (roundingsat) R 134722 134722 134659 0 -1 4194304 15507 0 0 0 19195 288 0 0 20 0 1 0 174139538 158343168 24691 18446744073709551615 4227072 8923577 140731953515536 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 19804160 140731953518866 140731953519142 140731953519142 140731953524714 0
/proc/134730/statm: 38658 24691 2368 1147 0 26084 0
Current children cumulated CPU time: 194.85 s
Current children cumulated vsize: 158824 KiB
Current children cumulated memory: 101708 KiB

[startup+212.8 s]
/proc/loadavg: 3.98 2.26 1.06 5/260 134843
/proc/meminfo: memFree=120544200/131382112 swapFree=33000116/33010684
[pid=134722] ppid=134719 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/134722/stat : 134722 (run-opt-break-l) S 134719 134722 134659 0 -1 4194304 241 742 0 0 0 0 2 0 20 0 1 0 174139527 4292608 736 18446744073709551615 94551071502336 94551072396869 140730500465392 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94551072635920 94551072683664 94551078416384 140730500471059 140730500471260 140730500471260 140730500476864 0
/proc/134722/statm: 1048 736 672 219 0 110 0
[pid=134730] ppid=134722 vsize=154632 memory=98764 CPUtime=196.42 cores=4,6
/proc/134730/stat : 134730 (roundingsat) R 134722 134722 134659 0 -1 4194304 15507 0 0 0 19352 290 0 0 20 0 1 0 174139538 158343168 24691 18446744073709551615 4227072 8923577 140731953515536 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 19804160 140731953518866 140731953519142 140731953519142 140731953524714 0
/proc/134730/statm: 38658 24691 2368 1147 0 26084 0
Current children cumulated CPU time: 196.44 s
Current children cumulated vsize: 158824 KiB
Current children cumulated memory: 101708 KiB

[startup+213.6 s]
/proc/loadavg: 3.98 2.26 1.06 5/260 134843
/proc/meminfo: memFree=120499800/131382112 swapFree=33000116/33010684
[pid=134722] ppid=134719 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/134722/stat : 134722 (run-opt-break-l) S 134719 134722 134659 0 -1 4194304 241 742 0 0 0 0 2 0 20 0 1 0 174139527 4292608 736 18446744073709551615 94551071502336 94551072396869 140730500465392 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94551072635920 94551072683664 94551078416384 140730500471059 140730500471260 140730500471260 140730500476864 0
/proc/134722/statm: 1048 736 672 219 0 110 0
[pid=134730] ppid=134722 vsize=154632 memory=98764 CPUtime=197.22 cores=4,6
/proc/134730/stat : 134730 (roundingsat) R 134722 134722 134659 0 -1 4194304 15507 0 0 0 19431 291 0 0 20 0 1 0 174139538 158343168 24691 18446744073709551615 4227072 8923577 140731953515536 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 19804160 140731953518866 140731953519142 140731953519142 140731953524714 0
/proc/134730/statm: 38658 24691 2368 1147 0 26084 0
Current children cumulated CPU time: 197.24 s
Current children cumulated vsize: 158824 KiB
Current children cumulated memory: 101708 KiB

[startup+214.4 s]
/proc/loadavg: 3.98 2.29 1.08 5/260 134843
/proc/meminfo: memFree=120451288/131382112 swapFree=33000116/33010684
[pid=134722] ppid=134719 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/134722/stat : 134722 (run-opt-break-l) S 134719 134722 134659 0 -1 4194304 241 742 0 0 0 0 2 0 20 0 1 0 174139527 4292608 736 18446744073709551615 94551071502336 94551072396869 140730500465392 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94551072635920 94551072683664 94551078416384 140730500471059 140730500471260 140730500471260 140730500476864 0
/proc/134722/statm: 1048 736 672 219 0 110 0
[pid=134730] ppid=134722 vsize=154632 memory=98764 CPUtime=198.02 cores=4,6
/proc/134730/stat : 134730 (roundingsat) R 134722 134722 134659 0 -1 4194304 15507 0 0 0 19509 293 0 0 20 0 1 0 174139538 158343168 24691 18446744073709551615 4227072 8923577 140731953515536 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 19804160 140731953518866 140731953519142 140731953519142 140731953524714 0
/proc/134730/statm: 38658 24691 2368 1147 0 26084 0
Current children cumulated CPU time: 198.04 s
Current children cumulated vsize: 158824 KiB
Current children cumulated memory: 101708 KiB

[startup+214.8 s]
/proc/loadavg: 3.98 2.29 1.08 5/260 134843
/proc/meminfo: memFree=120451288/131382112 swapFree=33000116/33010684
[pid=134722] ppid=134719 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/134722/stat : 134722 (run-opt-break-l) S 134719 134722 134659 0 -1 4194304 241 742 0 0 0 0 2 0 20 0 1 0 174139527 4292608 736 18446744073709551615 94551071502336 94551072396869 140730500465392 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94551072635920 94551072683664 94551078416384 140730500471059 140730500471260 140730500471260 140730500476864 0
/proc/134722/statm: 1048 736 672 219 0 110 0
[pid=134730] ppid=134722 vsize=154632 memory=98764 CPUtime=198.23 cores=4,6
/proc/134730/stat : 134730 (roundingsat) D 134722 134722 134659 0 -1 4194304 15507 0 0 0 19529 294 0 0 20 0 1 0 174139538 158343168 24691 18446744073709551615 4227072 8923577 140731953515536 0 0 0 0 0 8405026 1 0 0 17 4 0 0 0 0 0 9827200 9836688 19804160 140731953518866 140731953519142 140731953519142 140731953524714 0
/proc/134730/statm: 38658 24691 2368 1147 0 26084 0
Current children cumulated CPU time: 198.25 s
Current children cumulated vsize: 158824 KiB
Current children cumulated memory: 101708 KiB

[startup+214.9 s]
/proc/loadavg: 3.98 2.29 1.08 5/260 134843
/proc/meminfo: memFree=120451288/131382112 swapFree=33000116/33010684
[pid=134722] ppid=134719 vsize=4192 memory=2944 CPUtime=0.02 cores=4,6
/proc/134722/stat : 134722 (run-opt-break-l) S 134719 134722 134659 0 -1 4194304 241 742 0 0 0 0 2 0 20 0 1 0 174139527 4292608 736 18446744073709551615 94551071502336 94551072396869 140730500465392 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94551072635920 94551072683664 94551078416384 140730500471059 140730500471260 140730500471260 140730500476864 0
/proc/134722/statm: 1048 736 672 219 0 110 0
[pid=134730] ppid=134722 vsize=154632 memory=98764 CPUtime=198.23 cores=4,6
/proc/134730/stat : 134730 (roundingsat) D 134722 134722 134659 0 -1 4194304 15507 0 0 0 19529 294 0 0 20 0 1 0 174139538 158343168 24691 18446744073709551615 4227072 8923577 140731953515536 0 0 0 0 0 8405026 1 0 0 17 4 0 0 0 0 0 9827200 9836688 19804160 140731953518866 140731953519142 140731953519142 140731953524714 0
/proc/134730/statm: 38658 24691 2368 1147 0 26084 0
Current children cumulated CPU time: 198.25 s
Current children cumulated vsize: 158824 KiB
Current children cumulated memory: 101708 KiB

Child status: 0

Real time (s): 215.002
CPU time (s): 198.281
CPU user time (s): 195.321
CPU system time (s): 2.96002
CPU usage (%): 92.2231
Max. virtual memory (cumulated for all children) (KiB): 158824
Max. memory (cumulated for all children) (KiB): 101708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 195.321
system time used= 2.96002
maximum resident set size= 98764
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= 3053
involuntary context switches= 452


# summary of solver processes directly reported to runsolver:
#   pid: 134722
#   total CPU time (s): 198.281
#   total CPU user time (s): 195.321
#   total CPU system time (s): 2.96002

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.11462 second user time and 2.29301 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-15 15:03:24
IDJOB=4532315
IDBENCH=147034
IDSOLVER=3393
FILE ID=nodeC007/4532315-1752584604
RUNJOBID= nodeC007-1752584602-134670
SLURM_JOB_ID= 9684337
Free space on /tmp= 431624 MiB

SOLVER NAME= roundingsat+pbsuma-opt-log 0f876b3
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 -w /tmp/evaluation-result-4532315-1752584604/watcher-4532315-1752584604 -o /tmp/evaluation-result-4532315-1752584604/solver-4532315-1752584604 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1752584602-134670 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4532315-1752584604.opb PROOFDIR/proof-4532315-1752584604

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

MD5SUM BENCH= 0ec52d363b7c61cdd5525674056021d1
RANDOM SEED=1057340159

nodeC007 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.375
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.224
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.68
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.203
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.68
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.201
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.139
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.099
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.68
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.204
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.187
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        124822628 kB
MemAvailable:   129723200 kB
Buffers:              16 kB
Cached:          5565980 kB
SwapCached:         2756 kB
Active:           356212 kB
Inactive:        5295388 kB
Active(anon):      62680 kB
Inactive(anon):    34992 kB
Active(file):     293532 kB
Inactive(file):  5260396 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000116 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             26328 kB
Writeback:            16 kB
AnonPages:         85644 kB
Mapped:           105612 kB
Shmem:             12060 kB
KReclaimable:     372540 kB
Slab:             471744 kB
SReclaimable:     372540 kB
SUnreclaim:        99204 kB
KernelStack:        4000 kB
PageTables:         3084 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     411888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431608 MiB
End job on nodeC007 at 2025-07-15 15:06:59