Trace number 4486658

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 63f22adOPT207 173.028 173.486

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.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4486658-1751327584.opb'
0.00/0.01	c 	read 0.12MB  (1.71ms)
0.00/0.01	c	 [cnf: #variables 498 #clauses 2432 #duplicates 0 #arr 12669]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 332] (1.23ms)
0.00/0.01	c 
0.00/0.01	c detect special group actions
0.00/0.01	c 	probe for Johnson action (limit=64)
0.00/0.01	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	 found row 3x332, generating row predicate
0.00/0.01	c 	 (1.46ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 4424 #edges 28326]
0.00/0.01	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.48ms)
0.00/0.01	c 
0.00/0.01	c finalize break order and special generators
0.00/0.01	c 
0.00/0.01	c generation finished
0.00/0.01	c 	[sbp: #constraints 1988 #add_vars 662]
0.00/0.01	c 
0.00/0.01	c write result to 'HOME/instance-4486658-1751327584.opb.pre'
0.00/0.01	c 	wrote 0.19MB (0.52ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   1.71ms 31.03% parse
0.00/0.01	c                   1.46ms 26.62% detect_special
0.00/0.01	c                   1.23ms 22.38% approx_orbits
0.00/0.01	c                   0.52ms  9.55% output
0.00/0.01	c                   0.48ms  8.75% detect_generic
0.00/0.01	c                   0.08ms  1.41% other
0.00/0.01	c                   0.01ms  0.27% finalize_order
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   5.50ms   100% total
0.00/0.01	c ------------------------------------------------------------------
0.00/0.03	c RoundingSat 2
0.00/0.03	c branch pb25
0.00/0.03	c commit 63f22ad
0.00/0.05	c #variables 1160 #constraints 4419
0.00/0.05	c objective is ce32 
0.00/0.05	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.05	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.05	c bounds - >= 0 @ 0.016848
0.00/0.06	c rational objective 149.5
0.00/0.09	c bounds 230 >= 0 @ 0.05763
0.00/0.09	c bounds 230 >= 1 @ 0.057785
0.00/0.09	c bounds 230 >= 2 @ 0.057853
0.00/0.09	c bounds 230 >= 3 @ 0.05792
0.00/0.09	c bounds 230 >= 4 @ 0.057986
0.00/0.09	c bounds 230 >= 5 @ 0.058054
0.00/0.09	c bounds 230 >= 6 @ 0.058125
0.00/0.09	c bounds 230 >= 7 @ 0.058195
0.00/0.09	c bounds 230 >= 8 @ 0.058269
0.00/0.09	c bounds 230 >= 9 @ 0.058342
0.00/0.09	c bounds 230 >= 10 @ 0.058419
0.00/0.09	c bounds 230 >= 11 @ 0.058496
0.00/0.09	c bounds 230 >= 12 @ 0.058577
0.00/0.09	c bounds 230 >= 13 @ 0.058658
0.00/0.09	c bounds 230 >= 14 @ 0.058741
0.00/0.09	c bounds 230 >= 15 @ 0.058824
0.00/0.09	c bounds 230 >= 16 @ 0.058916
0.00/0.09	c bounds 230 >= 17 @ 0.059005
0.00/0.09	c bounds 230 >= 18 @ 0.059095
0.00/0.09	c bounds 230 >= 19 @ 0.059185
0.00/0.09	c bounds 230 >= 20 @ 0.059278
0.00/0.09	c bounds 230 >= 21 @ 0.059371
0.00/0.09	c bounds 230 >= 22 @ 0.059466
0.00/0.09	c bounds 230 >= 23 @ 0.059564
0.00/0.09	c bounds 230 >= 24 @ 0.059665
0.00/0.09	c bounds 230 >= 25 @ 0.059766
0.00/0.09	c bounds 230 >= 26 @ 0.059867
0.00/0.09	c bounds 230 >= 27 @ 0.059972
0.00/0.09	c bounds 230 >= 28 @ 0.060078
0.00/0.09	c bounds 230 >= 29 @ 0.060214
0.00/0.09	c bounds 230 >= 30 @ 0.060275
0.00/0.09	c bounds 230 >= 31 @ 0.060337
0.00/0.09	c bounds 230 >= 32 @ 0.0604
0.00/0.09	c bounds 230 >= 33 @ 0.060466
0.00/0.09	c bounds 230 >= 34 @ 0.060545
0.00/0.09	c bounds 230 >= 35 @ 0.060619
0.00/0.09	c bounds 230 >= 36 @ 0.060685
0.00/0.09	c bounds 230 >= 37 @ 0.060754
0.00/0.09	c bounds 230 >= 38 @ 0.06081
0.00/0.09	c bounds 230 >= 39 @ 0.06081
0.00/0.09	c bounds 230 >= 40 @ 0.06081
0.00/0.09	c bounds 230 >= 41 @ 0.06081
0.00/0.09	c bounds 230 >= 42 @ 0.06081
0.00/0.09	c bounds 230 >= 43 @ 0.06081
0.00/0.09	c bounds 230 >= 44 @ 0.06081
0.00/0.09	c bounds 230 >= 45 @ 0.06081
0.00/0.09	c bounds 230 >= 46 @ 0.06081
0.00/0.09	c bounds 230 >= 47 @ 0.06081
0.00/0.09	c bounds 230 >= 48 @ 0.06081
0.00/0.09	c bounds 230 >= 49 @ 0.06081
0.00/0.10	c bounds 230 >= 50 @ 0.06083
0.00/0.10	c bounds 230 >= 51 @ 0.060923
0.00/0.10	c bounds 230 >= 52 @ 0.061019
0.00/0.10	c bounds 230 >= 53 @ 0.061125
0.00/0.10	c bounds 230 >= 54 @ 0.061238
0.00/0.10	c bounds 230 >= 55 @ 0.061345
0.00/0.10	c bounds 230 >= 56 @ 0.061455
0.00/0.10	c bounds 230 >= 57 @ 0.061564
0.00/0.10	c bounds 230 >= 58 @ 0.061676
0.00/0.10	c bounds 230 >= 59 @ 0.061789
0.00/0.10	c bounds 230 >= 60 @ 0.061904
0.00/0.10	c bounds 230 >= 61 @ 0.062019
0.00/0.10	c bounds 230 >= 62 @ 0.062135
0.00/0.10	c bounds 230 >= 63 @ 0.062256
0.00/0.10	c bounds 230 >= 64 @ 0.062379
0.00/0.10	c bounds 230 >= 65 @ 0.062506
0.00/0.10	c bounds 230 >= 66 @ 0.062653
0.00/0.10	c bounds 230 >= 67 @ 0.062741
0.00/0.10	c bounds 230 >= 68 @ 0.062845
0.00/0.10	c bounds 230 >= 69 @ 0.062935
0.00/0.10	c bounds 230 >= 70 @ 0.063022
0.00/0.10	c bounds 230 >= 71 @ 0.063113
0.00/0.10	c bounds 230 >= 72 @ 0.063203
0.00/0.10	c bounds 230 >= 73 @ 0.063297
0.00/0.10	c bounds 230 >= 74 @ 0.063393
0.00/0.10	c bounds 230 >= 75 @ 0.063491
0.00/0.10	c bounds 230 >= 76 @ 0.063589
0.00/0.10	c bounds 230 >= 77 @ 0.063589
0.00/0.10	c bounds 230 >= 78 @ 0.063589
0.00/0.10	c bounds 230 >= 79 @ 0.063589
0.00/0.10	c bounds 230 >= 80 @ 0.063589
0.00/0.10	c bounds 230 >= 81 @ 0.063589
0.00/0.10	c bounds 229 >= 81 @ 0.063687
0.00/0.10	c bounds 229 >= 82 @ 0.063808
0.00/0.10	c bounds 229 >= 83 @ 0.063919
0.00/0.10	c bounds 229 >= 84 @ 0.064032
0.00/0.10	c bounds 229 >= 85 @ 0.064146
0.00/0.10	c bounds 229 >= 86 @ 0.064262
0.00/0.10	c bounds 229 >= 87 @ 0.06438
0.00/0.10	c bounds 229 >= 88 @ 0.0645
0.00/0.10	c bounds 229 >= 89 @ 0.064626
0.00/0.10	c bounds 229 >= 90 @ 0.064748
0.00/0.10	c bounds 229 >= 91 @ 0.064873
0.00/0.10	c bounds 229 >= 92 @ 0.065002
0.00/0.10	c bounds 229 >= 93 @ 0.065134
0.00/0.10	c bounds 229 >= 94 @ 0.065267
0.07/0.10	c bounds 229 >= 95 @ 0.065401
0.07/0.10	c bounds 229 >= 96 @ 0.065537
0.07/0.10	c bounds 228 >= 96 @ 0.066159
0.07/0.10	c bounds 228 >= 97 @ 0.06631
0.07/0.10	c bounds 228 >= 98 @ 0.066445
0.07/0.10	c bounds 228 >= 99 @ 0.066585
0.07/0.10	c bounds 228 >= 100 @ 0.066745
0.07/0.10	c bounds 228 >= 101 @ 0.06684
0.07/0.10	c bounds 228 >= 102 @ 0.066991
0.07/0.10	c bounds 227 >= 102 @ 0.067493
0.07/0.10	c bounds 227 >= 103 @ 0.06763
0.07/0.10	c bounds 227 >= 104 @ 0.067755
0.07/0.10	c bounds 227 >= 105 @ 0.067866
0.07/0.10	c bounds 227 >= 106 @ 0.06798
0.07/0.10	c bounds 226 >= 106 @ 0.068449
0.07/0.10	c bounds 226 >= 107 @ 0.068449
0.07/0.10	c bounds 226 >= 108 @ 0.068449
0.07/0.10	c bounds 226 >= 109 @ 0.068449
0.07/0.11	c bounds 225 >= 109 @ 0.068538
0.07/0.11	c bounds 225 >= 110 @ 0.068678
0.07/0.11	c bounds 225 >= 111 @ 0.06879
0.07/0.11	c bounds 225 >= 112 @ 0.068899
0.07/0.11	c bounds 225 >= 113 @ 0.069032
0.07/0.11	c bounds 224 >= 113 @ 0.069644
0.07/0.11	c bounds 224 >= 114 @ 0.069775
0.07/0.11	c bounds 224 >= 115 @ 0.069899
0.07/0.11	c bounds 224 >= 116 @ 0.070014
0.07/0.11	c bounds 223 >= 116 @ 0.070493
0.07/0.11	c bounds 223 >= 117 @ 0.070608
0.07/0.11	c bounds 223 >= 118 @ 0.070742
0.07/0.11	c bounds 223 >= 119 @ 0.070863
0.07/0.11	c bounds 222 >= 119 @ 0.071481
0.07/0.11	c bounds 222 >= 120 @ 0.07161
0.07/0.11	c bounds 222 >= 121 @ 0.071725
0.07/0.11	c bounds 222 >= 122 @ 0.071853
0.07/0.11	c bounds 222 >= 123 @ 0.071968
0.07/0.11	c bounds 221 >= 123 @ 0.072452
0.07/0.11	c bounds 221 >= 124 @ 0.072581
0.07/0.11	c bounds 221 >= 125 @ 0.072687
0.07/0.11	c bounds 221 >= 126 @ 0.072804
0.07/0.11	c bounds 221 >= 127 @ 0.072931
0.07/0.11	c bounds 220 >= 127 @ 0.073441
0.07/0.11	c bounds 220 >= 128 @ 0.073441
0.07/0.11	c bounds 220 >= 129 @ 0.073441
0.07/0.11	c bounds 220 >= 130 @ 0.073441
0.07/0.11	c bounds 220 >= 131 @ 0.073441
0.07/0.11	c bounds 219 >= 131 @ 0.073951
0.07/0.11	c bounds 219 >= 132 @ 0.074104
0.07/0.11	c bounds 219 >= 133 @ 0.074211
0.07/0.11	c bounds 219 >= 134 @ 0.074306
0.07/0.11	c bounds 219 >= 135 @ 0.074405
0.07/0.11	c bounds 218 >= 135 @ 0.07445
0.07/0.11	c bounds 218 >= 136 @ 0.07445
0.07/0.11	c bounds 218 >= 137 @ 0.07445
0.07/0.11	c bounds 218 >= 138 @ 0.074492
0.07/0.11	c bounds 218 >= 139 @ 0.074597
0.07/0.11	c bounds 218 >= 140 @ 0.074718
0.07/0.11	c bounds 218 >= 141 @ 0.074823
0.07/0.12	c bounds 217 >= 141 @ 0.0779
0.07/0.12	c bounds 217 >= 142 @ 0.078043
0.07/0.12	c bounds 217 >= 143 @ 0.078166
0.07/0.12	c bounds 217 >= 144 @ 0.078274
0.07/0.12	c bounds 217 >= 145 @ 0.078385
0.07/0.12	c bounds 217 >= 146 @ 0.078444
0.07/0.12	c bounds 217 >= 147 @ 0.078444
0.07/0.12	c bounds 217 >= 148 @ 0.078444
0.07/0.12	c bounds 217 >= 149 @ 0.078444
0.07/0.12	c bounds 217 >= 150 @ 0.078457
0.07/0.16	c bounds 217 >= 151 @ 0.123209
0.07/0.17	c bounds 217 >= 152 @ 0.123302
0.07/0.17	c bounds 217 >= 153 @ 0.123302
0.07/0.17	c bounds 217 >= 154 @ 0.123302
0.07/0.17	c bounds 217 >= 155 @ 0.123405
0.07/0.17	c bounds 217 >= 156 @ 0.123734
0.07/0.17	c bounds 217 >= 157 @ 0.123996
0.07/0.17	c bounds 217 >= 158 @ 0.124376
0.07/0.17	c bounds 217 >= 159 @ 0.124769
0.07/0.17	c bounds 216 >= 159 @ 0.125303
0.07/0.17	c bounds 216 >= 160 @ 0.125303
0.07/0.17	c bounds 216 >= 161 @ 0.125303
0.07/0.17	c bounds 215 >= 161 @ 0.125768
0.07/0.17	c bounds 215 >= 162 @ 0.126114
0.07/0.17	c bounds 214 >= 162 @ 0.127304
0.07/0.17	c bounds 214 >= 163 @ 0.127304
0.07/0.17	c bounds 214 >= 164 @ 0.127322
0.07/0.17	c bounds 214 >= 165 @ 0.128208
0.07/0.17	c bounds 213 >= 165 @ 0.129267
0.07/0.18	c bounds 213 >= 166 @ 0.130291
0.07/0.18	c bounds 212 >= 166 @ 0.134931
0.07/0.18	c bounds 212 >= 167 @ 0.135283
0.07/0.19	c bounds 212 >= 168 @ 0.141122
0.07/0.19	c bounds 211 >= 168 @ 0.142185
0.07/0.19	c bounds 210 >= 168 @ 0.142271
0.56/0.62	c #Conflicts:       1000 | #Constraints:       6195
0.56/0.62	c #Conflicts:       2000 | #Constraints:       7199
0.56/0.62	c INPROCESSING
0.56/0.62	c GARBAGE COLLECT
0.56/0.62	c rational objective 168
0.56/0.66	c bounds 210 >= 169 @ 0.591733
0.67/0.70	c bounds 210 >= 170 @ 0.632423
0.67/0.71	c bounds 210 >= 171 @ 0.643959
0.67/0.73	c bounds 210 >= 172 @ 0.662918
0.67/0.77	c bounds 210 >= 173 @ 0.696923
0.76/0.82	c #Conflicts:       3000 | #Constraints:       7051
0.76/0.82	c bounds 210 >= 174 @ 0.754521
0.76/0.88	c bounds 210 >= 175 @ 0.807876
0.86/0.97	c #Conflicts:       4000 | #Constraints:       8105
0.86/0.97	c bounds 210 >= 176 @ 0.896233
0.96/1.03	c INPROCESSING
0.96/1.03	c GARBAGE COLLECT
0.96/1.03	c rational objective 176
0.96/1.09	c bounds 210 >= 177 @ 1.01402
1.07/1.11	c bounds 210 >= 178 @ 1.02592
1.16/1.23	c #Conflicts:       5000 | #Constraints:       7450
1.16/1.23	c bounds 210 >= 179 @ 1.14236
1.46/1.58	c #Conflicts:       6000 | #Constraints:       8495
1.46/1.58	c INPROCESSING
1.46/1.58	c GARBAGE COLLECT
1.46/1.58	c rational objective 179
1.75/1.81	c #Conflicts:       7000 | #Constraints:       7442
1.75/1.81	c #Conflicts:       8000 | #Constraints:       8442
1.75/1.81	c bounds 210 >= 180 @ 1.70266
1.85/1.95	c #Conflicts:       9000 | #Constraints:       9499
1.85/1.95	c INPROCESSING
1.85/1.95	c GARBAGE COLLECT
1.85/1.95	c rational objective 180
1.97/2.06	c bounds 210 >= 181 @ 1.94225
2.26/2.30	c #Conflicts:      10000 | #Constraints:       8113
2.26/2.30	c #Conflicts:      11000 | #Constraints:       9113
2.26/2.30	c bounds 210 >= 182 @ 2.16951
2.35/2.49	c #Conflicts:      12000 | #Constraints:      10161
2.35/2.49	c INPROCESSING
2.35/2.49	c GARBAGE COLLECT
2.35/2.49	c rational objective 182
3.25/3.30	c #Conflicts:      13000 | #Constraints:       8553
3.25/3.30	c #Conflicts:      14000 | #Constraints:       9579
3.25/3.30	c #Conflicts:      15000 | #Constraints:      10580
3.25/3.30	c INPROCESSING
3.25/3.30	c GARBAGE COLLECT
3.25/3.30	c rational objective 182
3.34/3.48	c bounds 210 >= 183 @ 3.30186
3.45/3.55	c #Conflicts:      16000 | #Constraints:       8871
3.45/3.55	c bounds 210 >= 184 @ 3.36901
3.64/3.71	c bounds 210 >= 185 @ 3.53082
3.85/3.97	c #Conflicts:      17000 | #Constraints:       9922
3.85/3.97	c #Conflicts:      18000 | #Constraints:      10922
3.85/3.97	c bounds 210 >= 186 @ 3.77661
3.94/4.02	c INPROCESSING
3.94/4.02	c GARBAGE COLLECT
3.94/4.02	c rational objective 186
4.14/4.27	c #Conflicts:      19000 | #Constraints:       8724
4.14/4.27	c bounds 210 >= 187 @ 4.06736
4.43/4.51	c #Conflicts:      20000 | #Constraints:       9778
4.43/4.51	c bounds 210 >= 188 @ 4.30209
4.54/4.68	c #Conflicts:      21000 | #Constraints:      10817
4.54/4.68	c bounds 210 >= 189 @ 4.45674
4.63/4.73	c INPROCESSING
4.63/4.73	c GARBAGE COLLECT
4.63/4.73	c rational objective 189
4.63/4.76	c bounds 209 >= 189 @ 4.53942
5.04/5.14	c #Conflicts:      22000 | #Constraints:       8614
5.04/5.14	c #Conflicts:      23000 | #Constraints:       9614
5.04/5.14	c bounds 209 >= 190 @ 4.90419
7.42/7.56	c #Conflicts:      24000 | #Constraints:      10656
7.42/7.56	c #Conflicts:      25000 | #Constraints:      11659
7.42/7.56	c #Conflicts:      26000 | #Constraints:      12664
7.42/7.56	c #Conflicts:      27000 | #Constraints:      13671
7.42/7.56	c #Conflicts:      28000 | #Constraints:      14675
7.42/7.56	c #Conflicts:      29000 | #Constraints:      15678
7.42/7.56	c bounds 208 >= 190 @ 7.27688
8.71/8.88	c #Conflicts:      30000 | #Constraints:      16682
8.71/8.88	c #Conflicts:      31000 | #Constraints:      17682
8.71/8.88	c #Conflicts:      32000 | #Constraints:      18682
8.71/8.88	c bounds 208 >= 191 @ 8.57488
9.32/9.46	c #Conflicts:      33000 | #Constraints:      19706
9.32/9.46	c INPROCESSING
9.32/9.46	c GARBAGE COLLECT
9.32/9.46	c rational objective 191
9.51/9.68	c #Conflicts:      34000 | #Constraints:      13214
9.51/9.68	c bounds 208 >= 192 @ 9.34965
10.02/10.16	c #Conflicts:      35000 | #Constraints:      14226
10.02/10.16	c bounds 208 >= 193 @ 9.81933
10.71/10.87	c #Conflicts:      36000 | #Constraints:      15262
10.71/10.87	c #Conflicts:      37000 | #Constraints:      16262
10.71/10.87	c #Conflicts:      38000 | #Constraints:      17262
10.71/10.87	c INPROCESSING
10.71/10.87	c GARBAGE COLLECT
10.71/10.87	c rational objective 193
12.51/12.65	c #Conflicts:      39000 | #Constraints:      11925
12.51/12.65	c #Conflicts:      40000 | #Constraints:      12927
12.51/12.65	c #Conflicts:      41000 | #Constraints:      13928
12.51/12.65	c #Conflicts:      42000 | #Constraints:      14934
12.51/12.65	c INPROCESSING
12.51/12.65	c GARBAGE COLLECT
12.51/12.65	c rational objective 193
13.21/13.35	c #Conflicts:      43000 | #Constraints:      10685
13.21/13.35	c #Conflicts:      44000 | #Constraints:      11685
13.21/13.35	c #Conflicts:      45000 | #Constraints:      12685
13.21/13.35	c bounds 208 >= 194 @ 12.9492
13.80/14.00	c #Conflicts:      46000 | #Constraints:      13721
13.80/14.00	c #Conflicts:      47000 | #Constraints:      14721
13.80/14.00	c #Conflicts:      48000 | #Constraints:      15721
13.80/14.00	c INPROCESSING
13.80/14.00	c GARBAGE COLLECT
13.80/14.00	c rational objective 194
14.21/14.39	c #Conflicts:      49000 | #Constraints:      11432
14.21/14.39	c bounds 208 >= 195 @ 13.9639
15.09/15.24	c #Conflicts:      50000 | #Constraints:      12486
15.09/15.24	c #Conflicts:      51000 | #Constraints:      13486
15.09/15.24	c #Conflicts:      52000 | #Constraints:      14486
15.09/15.24	c #Conflicts:      53000 | #Constraints:      15486
15.09/15.24	c bounds 208 >= 196 @ 14.7882
15.09/15.28	c INPROCESSING
15.09/15.28	c GARBAGE COLLECT
15.09/15.28	c rational objective 196
16.49/16.61	c #Conflicts:      54000 | #Constraints:      11122
16.49/16.61	c #Conflicts:      55000 | #Constraints:      12122
16.49/16.61	c #Conflicts:      56000 | #Constraints:      13122
16.49/16.61	c #Conflicts:      57000 | #Constraints:      14122
16.49/16.61	c bounds 208 >= 197 @ 16.1168
22.88/23.09	c #Conflicts:      58000 | #Constraints:      15178
22.88/23.09	c #Conflicts:      59000 | #Constraints:      16184
22.88/23.09	c #Conflicts:      60000 | #Constraints:      17196
22.88/23.09	c #Conflicts:      61000 | #Constraints:      18201
22.88/23.09	c #Conflicts:      62000 | #Constraints:      19215
22.88/23.09	c #Conflicts:      63000 | #Constraints:      20216
22.88/23.09	c #Conflicts:      64000 | #Constraints:      21230
22.88/23.09	c #Conflicts:      65000 | #Constraints:      22234
22.88/23.09	c #Conflicts:      66000 | #Constraints:      23239
22.88/23.09	c #Conflicts:      67000 | #Constraints:      24245
22.88/23.09	c #Conflicts:      68000 | #Constraints:      25248
22.88/23.09	c #Conflicts:      69000 | #Constraints:      26252
22.88/23.09	c #Conflicts:      70000 | #Constraints:      27252
22.88/23.09	c #Conflicts:      71000 | #Constraints:      28256
22.88/23.09	c INPROCESSING
22.88/23.09	c GARBAGE COLLECT
22.88/23.09	c rational objective 197
26.06/26.23	c #Conflicts:      72000 | #Constraints:      17591
26.06/26.23	c #Conflicts:      73000 | #Constraints:      18591
26.06/26.23	c #Conflicts:      74000 | #Constraints:      19591
26.06/26.23	c #Conflicts:      75000 | #Constraints:      20591
26.06/26.23	c #Conflicts:      76000 | #Constraints:      21591
26.06/26.23	c #Conflicts:      77000 | #Constraints:      22591
26.06/26.23	c bounds 208 >= 198 @ 25.5771
26.27/26.46	c #Conflicts:      78000 | #Constraints:      23630
26.27/26.46	c INPROCESSING
26.27/26.46	c GARBAGE COLLECT
26.27/26.46	c rational objective 198
28.77/28.92	c #Conflicts:      79000 | #Constraints:      15463
28.77/28.92	c #Conflicts:      80000 | #Constraints:      16463
28.77/28.92	c #Conflicts:      81000 | #Constraints:      17463
28.77/28.92	c #Conflicts:      82000 | #Constraints:      18463
28.77/28.92	c #Conflicts:      83000 | #Constraints:      19463
28.77/28.92	c #Conflicts:      84000 | #Constraints:      20463
28.77/28.92	c bounds 208 >= 199 @ 28.2267
28.77/29.00	c INPROCESSING
28.77/29.00	c GARBAGE COLLECT
28.77/29.00	c rational objective 199
30.86/31.06	c #Conflicts:      85000 | #Constraints:      13507
30.86/31.06	c #Conflicts:      86000 | #Constraints:      14507
30.86/31.06	c #Conflicts:      87000 | #Constraints:      15508
30.86/31.06	c #Conflicts:      88000 | #Constraints:      16509
30.86/31.06	c #Conflicts:      89000 | #Constraints:      17509
30.86/31.06	c #Conflicts:      90000 | #Constraints:      18509
30.86/31.06	c #Conflicts:      91000 | #Constraints:      19510
30.86/31.06	c bounds 208 >= 200 @ 30.3236
31.05/31.21	c INPROCESSING
31.05/31.21	c GARBAGE COLLECT
31.05/31.21	c rational objective 200
35.65/35.86	c #Conflicts:      92000 | #Constraints:      13076
35.65/35.86	c #Conflicts:      93000 | #Constraints:      14076
35.65/35.86	c #Conflicts:      94000 | #Constraints:      15076
35.65/35.86	c #Conflicts:      95000 | #Constraints:      16076
35.65/35.86	c #Conflicts:      96000 | #Constraints:      17076
35.65/35.86	c #Conflicts:      97000 | #Constraints:      18076
35.65/35.86	c #Conflicts:      98000 | #Constraints:      19076
35.65/35.86	c #Conflicts:      99000 | #Constraints:      20076
35.65/35.86	c #Conflicts:     100000 | #Constraints:      21076
35.65/35.86	c #Conflicts:     101000 | #Constraints:      22078
35.65/35.86	c #Conflicts:     102000 | #Constraints:      23079
35.65/35.86	c #Conflicts:     103000 | #Constraints:      24079
35.65/35.86	c #Conflicts:     104000 | #Constraints:      25079
35.65/35.86	c #Conflicts:     105000 | #Constraints:      26079
35.65/35.86	c #Conflicts:     106000 | #Constraints:      27079
35.65/35.86	c bounds 208 >= 201 @ 35.0193
39.34/39.55	c #Conflicts:     107000 | #Constraints:      28136
39.34/39.55	c #Conflicts:     108000 | #Constraints:      29141
39.34/39.55	c #Conflicts:     109000 | #Constraints:      30148
39.34/39.55	c #Conflicts:     110000 | #Constraints:      31156
39.34/39.55	c #Conflicts:     111000 | #Constraints:      32158
39.34/39.55	c #Conflicts:     112000 | #Constraints:      33161
39.34/39.55	c #Conflicts:     113000 | #Constraints:      34164
39.34/39.55	c #Conflicts:     114000 | #Constraints:      35171
39.34/39.55	c #Conflicts:     115000 | #Constraints:      36174
39.34/39.55	c INPROCESSING
39.34/39.55	c GARBAGE COLLECT
39.34/39.55	c rational objective 201
42.33/42.56	c #Conflicts:     116000 | #Constraints:      21704
42.33/42.56	c #Conflicts:     117000 | #Constraints:      22704
42.33/42.56	c #Conflicts:     118000 | #Constraints:      23704
42.33/42.56	c #Conflicts:     119000 | #Constraints:      24704
42.33/42.56	c #Conflicts:     120000 | #Constraints:      25704
42.33/42.56	c #Conflicts:     121000 | #Constraints:      26704
42.33/42.56	c bounds 208 >= 202 @ 41.6234
43.22/43.47	c #Conflicts:     122000 | #Constraints:      27737
43.22/43.47	c #Conflicts:     123000 | #Constraints:      28737
43.22/43.47	c INPROCESSING
43.22/43.47	c GARBAGE COLLECT
43.22/43.47	c rational objective 202
46.41/46.68	c #Conflicts:     124000 | #Constraints:      17842
46.41/46.68	c #Conflicts:     125000 | #Constraints:      18842
46.41/46.68	c #Conflicts:     126000 | #Constraints:      19843
46.41/46.68	c #Conflicts:     127000 | #Constraints:      20843
46.41/46.68	c #Conflicts:     128000 | #Constraints:      21843
46.41/46.68	c #Conflicts:     129000 | #Constraints:      22843
46.41/46.68	c #Conflicts:     130000 | #Constraints:      23844
46.41/46.68	c #Conflicts:     131000 | #Constraints:      24844
46.41/46.68	c #Conflicts:     132000 | #Constraints:      25844
46.41/46.68	c INPROCESSING
46.41/46.68	c GARBAGE COLLECT
46.41/46.68	c rational objective 202
64.88/65.10	c #Conflicts:     133000 | #Constraints:      16647
64.88/65.10	c #Conflicts:     134000 | #Constraints:      17650
64.88/65.10	c #Conflicts:     135000 | #Constraints:      18655
64.88/65.10	c #Conflicts:     136000 | #Constraints:      19659
64.88/65.10	c #Conflicts:     137000 | #Constraints:      20662
64.88/65.10	c #Conflicts:     138000 | #Constraints:      21667
64.88/65.10	c #Conflicts:     139000 | #Constraints:      22672
64.88/65.10	c #Conflicts:     140000 | #Constraints:      23674
64.88/65.10	c #Conflicts:     141000 | #Constraints:      24677
64.88/65.10	c #Conflicts:     142000 | #Constraints:      25680
64.88/65.10	c #Conflicts:     143000 | #Constraints:      26686
64.88/65.10	c #Conflicts:     144000 | #Constraints:      27691
64.88/65.10	c #Conflicts:     145000 | #Constraints:      28697
64.88/65.10	c #Conflicts:     146000 | #Constraints:      29698
64.88/65.10	c #Conflicts:     147000 | #Constraints:      30702
64.88/65.10	c #Conflicts:     148000 | #Constraints:      31706
64.88/65.10	c #Conflicts:     149000 | #Constraints:      32710
64.88/65.10	c #Conflicts:     150000 | #Constraints:      33714
64.88/65.10	c #Conflicts:     151000 | #Constraints:      34716
64.88/65.10	c #Conflicts:     152000 | #Constraints:      35716
64.88/65.10	c #Conflicts:     153000 | #Constraints:      36716
64.88/65.10	c #Conflicts:     154000 | #Constraints:      37718
64.88/65.10	c #Conflicts:     155000 | #Constraints:      38725
64.88/65.10	c #Conflicts:     156000 | #Constraints:      39728
64.88/65.10	c #Conflicts:     157000 | #Constraints:      40730
64.88/65.10	c #Conflicts:     158000 | #Constraints:      41733
64.88/65.10	c #Conflicts:     159000 | #Constraints:      42734
64.88/65.10	c INPROCESSING
64.88/65.10	c GARBAGE COLLECT
64.88/65.10	c rational objective 202
72.46/72.70	c #Conflicts:     160000 | #Constraints:      24819
72.46/72.70	c #Conflicts:     161000 | #Constraints:      25821
72.46/72.70	c #Conflicts:     162000 | #Constraints:      26821
72.46/72.70	c #Conflicts:     163000 | #Constraints:      27821
72.46/72.70	c #Conflicts:     164000 | #Constraints:      28821
72.46/72.70	c #Conflicts:     165000 | #Constraints:      29821
72.46/72.70	c #Conflicts:     166000 | #Constraints:      30822
72.46/72.70	c #Conflicts:     167000 | #Constraints:      31822
72.46/72.70	c #Conflicts:     168000 | #Constraints:      32822
72.46/72.70	c #Conflicts:     169000 | #Constraints:      33823
72.46/72.70	c INPROCESSING
72.46/72.70	c GARBAGE COLLECT
72.46/72.70	c rational objective 202
73.95/74.27	c #Conflicts:     170000 | #Constraints:      20446
73.95/74.27	c #Conflicts:     171000 | #Constraints:      21446
73.95/74.27	c #Conflicts:     172000 | #Constraints:      22446
73.95/74.27	c #Conflicts:     173000 | #Constraints:      23446
73.95/74.27	c bounds 208 >= 203 @ 72.9422
76.55/76.81	c #Conflicts:     174000 | #Constraints:      24503
76.55/76.81	c #Conflicts:     175000 | #Constraints:      25503
76.55/76.81	c #Conflicts:     176000 | #Constraints:      26503
76.55/76.81	c #Conflicts:     177000 | #Constraints:      27503
76.55/76.81	c #Conflicts:     178000 | #Constraints:      28503
76.55/76.81	c #Conflicts:     179000 | #Constraints:      29503
76.55/76.81	c INPROCESSING
76.55/76.81	c GARBAGE COLLECT
76.55/76.81	c rational objective 203
81.94/82.29	c #Conflicts:     180000 | #Constraints:      18306
81.94/82.29	c #Conflicts:     181000 | #Constraints:      19306
81.94/82.29	c #Conflicts:     182000 | #Constraints:      20306
81.94/82.29	c #Conflicts:     183000 | #Constraints:      21308
81.94/82.29	c #Conflicts:     184000 | #Constraints:      22308
81.94/82.29	c #Conflicts:     185000 | #Constraints:      23309
81.94/82.29	c #Conflicts:     186000 | #Constraints:      24311
81.94/82.29	c #Conflicts:     187000 | #Constraints:      25313
81.94/82.29	c #Conflicts:     188000 | #Constraints:      26313
81.94/82.29	c #Conflicts:     189000 | #Constraints:      27313
81.94/82.29	c #Conflicts:     190000 | #Constraints:      28313
81.94/82.29	c #Conflicts:     191000 | #Constraints:      29313
81.94/82.29	c #Conflicts:     192000 | #Constraints:      30313
81.94/82.29	c #Conflicts:     193000 | #Constraints:      31314
81.94/82.29	c #Conflicts:     194000 | #Constraints:      32314
81.94/82.29	c bounds 208 >= 204 @ 80.8213
90.02/90.38	c #Conflicts:     195000 | #Constraints:      33363
90.02/90.38	c #Conflicts:     196000 | #Constraints:      34364
90.02/90.38	c #Conflicts:     197000 | #Constraints:      35364
90.02/90.38	c #Conflicts:     198000 | #Constraints:      36364
90.02/90.38	c #Conflicts:     199000 | #Constraints:      37365
90.02/90.38	c #Conflicts:     200000 | #Constraints:      38365
90.02/90.38	c #Conflicts:     201000 | #Constraints:      39365
90.02/90.38	c #Conflicts:     202000 | #Constraints:      40366
90.02/90.38	c #Conflicts:     203000 | #Constraints:      41367
90.02/90.38	c #Conflicts:     204000 | #Constraints:      42369
90.02/90.38	c #Conflicts:     205000 | #Constraints:      43371
90.02/90.38	c #Conflicts:     206000 | #Constraints:      44371
90.02/90.38	c #Conflicts:     207000 | #Constraints:      45372
90.02/90.38	c #Conflicts:     208000 | #Constraints:      46374
90.02/90.38	c #Conflicts:     209000 | #Constraints:      47375
90.02/90.38	c #Conflicts:     210000 | #Constraints:      48377
90.02/90.38	c bounds 208 >= 205 @ 88.7962
90.41/90.72	c #Conflicts:     211000 | #Constraints:      49398
90.41/90.72	c INPROCESSING
90.41/90.72	c GARBAGE COLLECT
90.41/90.72	c rational objective 205
95.81/96.15	c #Conflicts:     212000 | #Constraints:      28363
95.81/96.15	c #Conflicts:     213000 | #Constraints:      29363
95.81/96.15	c #Conflicts:     214000 | #Constraints:      30381
95.81/96.15	c #Conflicts:     215000 | #Constraints:      31382
95.81/96.15	c #Conflicts:     216000 | #Constraints:      32387
95.81/96.15	c #Conflicts:     217000 | #Constraints:      33388
95.81/96.15	c #Conflicts:     218000 | #Constraints:      34390
95.81/96.15	c #Conflicts:     219000 | #Constraints:      35770
95.81/96.15	c #Conflicts:     220000 | #Constraints:      36820
95.81/96.15	c #Conflicts:     221000 | #Constraints:      37828
95.81/96.15	c #Conflicts:     222000 | #Constraints:      38829
95.81/96.15	c INPROCESSING
95.81/96.15	c GARBAGE COLLECT
95.81/96.15	c rational objective 205
100.50/100.83	c #Conflicts:     223000 | #Constraints:      22942
100.50/100.83	c #Conflicts:     224000 | #Constraints:      23945
100.50/100.83	c #Conflicts:     225000 | #Constraints:      24945
100.50/100.83	c #Conflicts:     226000 | #Constraints:      25948
100.50/100.83	c #Conflicts:     227000 | #Constraints:      26951
100.50/100.83	c #Conflicts:     228000 | #Constraints:      27952
100.50/100.83	c #Conflicts:     229000 | #Constraints:      28955
100.50/100.83	c #Conflicts:     230000 | #Constraints:      29957
100.50/100.83	c #Conflicts:     231000 | #Constraints:      30958
100.50/100.83	c #Conflicts:     232000 | #Constraints:      31960
100.50/100.83	c #Conflicts:     233000 | #Constraints:      32961
100.50/100.83	WSVECS04 Frhs2[119]: 6 -0.317985 0 shouldn't be
100.50/100.83	WSVECS04 Frhs2[121]: 6 -1.00006 0 shouldn't be
100.50/100.83	WSVECS04 Frhs2[127]: 6 -1.00003 0 shouldn't be
100.50/100.83	WSVECS04 Frhs2[155]: 6 -1.00007 0 shouldn't be
100.50/100.83	WSVECS04 Frhs2[175]: 6 -1.00009 0 shouldn't be
100.50/100.83	WSVECS04 Frhs2[186]: 6 0 0.00314706 shouldn't be
100.50/100.83	WSVECS04 Frhs2[197]: 6 -1.00002 0 shouldn't be
100.50/100.83	WSVECS04 Frhs2[213]: 6 -1.00002 0 shouldn't be
100.50/100.83	WSVECS04 Frhs2[222]: 6 0 1.00002 shouldn't be
100.50/100.83	WSVECS04 Frhs2[225]: 6 -1.00008 0 shouldn't be
100.50/100.83	WSVECS04 Frhs2[237]: 6 -1.68676 0 shouldn't be
100.50/100.83	WSVECS04 Frhs2[261]: 6 0 1.06962 shouldn't be
100.50/100.83	WSVECS04 Frhs2[263]: 6 -6.84373 0 shouldn't be
100.50/100.83	WSVECS04 Frhs2[279]: 6 -3.92191 0 shouldn't be
100.50/100.83	WSVECS04 Frhs2[280]: 6 0 0.77852 shouldn't be
100.50/100.83	WSVECS04 Frhs2[284]: 6 0 2.31842 shouldn't be
100.50/100.83	WSVECS04 Frhs2[286]: 6 0 9.062 shouldn't be
100.50/100.83	WSVECS04 Frhs2[297]: 6 -1.92189 0 shouldn't be
100.50/100.83	WSVECS04 Frhs2[315]: 6 -3.92189 0 shouldn't be
100.50/100.83	WSVECS04 Frhs2[327]: 6 -3.92187 0 shouldn't be
100.50/100.83	WSVECS04 Frhs2[343]: 6 -3.92189 0 shouldn't be
100.50/100.83	WSVECS04 Frhs2[345]: 6 -3.92188 0 shouldn't be
100.50/100.83	WSVECS04 Frhs2[346]: 6 0 4.21866 shouldn't be
100.50/100.83	WSVECS04 Frhs2[359]: 6 -3.42223 0 shouldn't be
100.50/100.83	WSVECS04 Frhs2[363]: 6 -3.92191 0 shouldn't be
100.50/100.83	WSVECS04 Frhs2[441]: 6 -1.00009 0 shouldn't be
100.50/100.83	WSVECS04 Frhs2[521]: 6 0 1.00006 shouldn't be
100.70/101.07	c #Conflicts:     234000 | #Constraints:      33963
100.70/101.07	c INPROCESSING
100.70/101.07	c GARBAGE COLLECT
100.70/101.07	c rational objective 205
128.33/128.78	c #Conflicts:     235000 | #Constraints:      20738
128.33/128.78	c #Conflicts:     236000 | #Constraints:      21738
128.33/128.78	c #Conflicts:     237000 | #Constraints:      22743
128.33/128.78	c #Conflicts:     238000 | #Constraints:      23748
128.33/128.78	c #Conflicts:     239000 | #Constraints:      24753
128.33/128.78	c #Conflicts:     240000 | #Constraints:      25760
128.33/128.78	c #Conflicts:     241000 | #Constraints:      26761
128.33/128.78	c #Conflicts:     242000 | #Constraints:      27765
128.33/128.78	c #Conflicts:     243000 | #Constraints:      28769
128.33/128.78	c #Conflicts:     244000 | #Constraints:      29772
128.33/128.78	c #Conflicts:     245000 | #Constraints:      30776
128.33/128.78	c #Conflicts:     246000 | #Constraints:      31784
128.33/128.78	c #Conflicts:     247000 | #Constraints:      32786
128.33/128.78	c #Conflicts:     248000 | #Constraints:      33791
128.33/128.78	c #Conflicts:     249000 | #Constraints:      34799
128.33/128.78	c #Conflicts:     250000 | #Constraints:      35805
128.33/128.78	c #Conflicts:     251000 | #Constraints:      36806
128.33/128.78	c #Conflicts:     252000 | #Constraints:      37809
128.33/128.78	c #Conflicts:     253000 | #Constraints:      38814
128.33/128.78	c #Conflicts:     254000 | #Constraints:      39815
128.33/128.78	c #Conflicts:     255000 | #Constraints:      40819
128.33/128.78	c #Conflicts:     256000 | #Constraints:      41822
128.33/128.78	c #Conflicts:     257000 | #Constraints:      42827
128.33/128.78	c #Conflicts:     258000 | #Constraints:      43833
128.33/128.78	c #Conflicts:     259000 | #Constraints:      44837
128.33/128.78	c #Conflicts:     260000 | #Constraints:      45839
128.33/128.78	c #Conflicts:     261000 | #Constraints:      46841
128.33/128.78	c #Conflicts:     262000 | #Constraints:      47841
128.33/128.78	c #Conflicts:     263000 | #Constraints:      48843
128.33/128.78	c #Conflicts:     264000 | #Constraints:      49846
128.33/128.78	c #Conflicts:     265000 | #Constraints:      50849
128.33/128.78	c #Conflicts:     266000 | #Constraints:      51863
128.33/128.78	c #Conflicts:     267000 | #Constraints:      52867
128.33/128.78	c #Conflicts:     268000 | #Constraints:      53869
128.33/128.78	c #Conflicts:     269000 | #Constraints:      54871
128.33/128.78	c #Conflicts:     270000 | #Constraints:      55874
128.33/128.78	c INPROCESSING
128.33/128.78	c GARBAGE COLLECT
128.33/128.78	c rational objective 205
135.62/136.03	c #Conflicts:     271000 | #Constraints:      31752
135.62/136.03	c #Conflicts:     272000 | #Constraints:      32753
135.62/136.03	c #Conflicts:     273000 | #Constraints:      33753
135.62/136.03	c #Conflicts:     274000 | #Constraints:      34753
135.62/136.03	c #Conflicts:     275000 | #Constraints:      35755
135.62/136.03	c #Conflicts:     276000 | #Constraints:      36756
135.62/136.03	c #Conflicts:     277000 | #Constraints:      37757
135.62/136.03	c bounds 208 >= 206 @ 133.912
140.80/141.20	c #Conflicts:     278000 | #Constraints:      38809
140.80/141.20	c #Conflicts:     279000 | #Constraints:      39812
140.80/141.20	c #Conflicts:     280000 | #Constraints:      40815
140.80/141.20	c #Conflicts:     281000 | #Constraints:      41817
140.80/141.20	c #Conflicts:     282000 | #Constraints:      42818
140.80/141.20	c INPROCESSING
140.80/141.20	c GARBAGE COLLECT
140.80/141.20	c rational objective 206
146.88/147.32	c #Conflicts:     283000 | #Constraints:      24789
146.88/147.32	c #Conflicts:     284000 | #Constraints:      25789
146.88/147.32	c #Conflicts:     285000 | #Constraints:      26792
146.88/147.32	c #Conflicts:     286000 | #Constraints:      27793
146.88/147.32	c #Conflicts:     287000 | #Constraints:      28795
146.88/147.32	c #Conflicts:     288000 | #Constraints:      29796
146.88/147.32	c #Conflicts:     289000 | #Constraints:      30797
146.88/147.32	c #Conflicts:     290000 | #Constraints:      31797
146.88/147.32	c #Conflicts:     291000 | #Constraints:      32798
146.88/147.32	c #Conflicts:     292000 | #Constraints:      33798
146.88/147.32	c #Conflicts:     293000 | #Constraints:      34799
146.88/147.32	c #Conflicts:     294000 | #Constraints:      35799
146.88/147.32	c #Conflicts:     295000 | #Constraints:      36799
146.88/147.32	c INPROCESSING
146.88/147.32	c GARBAGE COLLECT
146.88/147.32	c rational objective 206
162.95/163.49	c #Conflicts:     296000 | #Constraints:      21791
162.95/163.49	c #Conflicts:     297000 | #Constraints:      22792
162.95/163.49	c #Conflicts:     298000 | #Constraints:      23793
162.95/163.49	c #Conflicts:     299000 | #Constraints:      24793
162.95/163.49	c #Conflicts:     300000 | #Constraints:      25793
162.95/163.49	c #Conflicts:     301000 | #Constraints:      26794
162.95/163.49	c #Conflicts:     302000 | #Constraints:      27795
162.95/163.49	c #Conflicts:     303000 | #Constraints:      28796
162.95/163.49	c #Conflicts:     304000 | #Constraints:      29796
162.95/163.49	c #Conflicts:     305000 | #Constraints:      30797
162.95/163.49	c #Conflicts:     306000 | #Constraints:      31799
162.95/163.49	c #Conflicts:     307000 | #Constraints:      32799
162.95/163.49	c #Conflicts:     308000 | #Constraints:      33800
162.95/163.49	c #Conflicts:     309000 | #Constraints:      34801
162.95/163.49	c #Conflicts:     310000 | #Constraints:      35804
162.95/163.49	c #Conflicts:     311000 | #Constraints:      36805
162.95/163.49	c #Conflicts:     312000 | #Constraints:      37805
162.95/163.49	c #Conflicts:     313000 | #Constraints:      38806
162.95/163.49	c #Conflicts:     314000 | #Constraints:      39807
162.95/163.49	c #Conflicts:     315000 | #Constraints:      40807
162.95/163.49	c #Conflicts:     316000 | #Constraints:      41809
162.95/163.49	c #Conflicts:     317000 | #Constraints:      42811
162.95/163.49	c #Conflicts:     318000 | #Constraints:      43812
162.95/163.49	c #Conflicts:     319000 | #Constraints:      44813
162.95/163.49	c #Conflicts:     320000 | #Constraints:      45814
162.95/163.49	c #Conflicts:     321000 | #Constraints:      46814
162.95/163.49	c #Conflicts:     322000 | #Constraints:      47815
162.95/163.49	c #Conflicts:     323000 | #Constraints:      48816
162.95/163.49	c #Conflicts:     324000 | #Constraints:      49816
162.95/163.49	c #Conflicts:     325000 | #Constraints:      50816
162.95/163.49	c #Conflicts:     326000 | #Constraints:      51817
162.95/163.49	c #Conflicts:     327000 | #Constraints:      52818
162.95/163.49	c #Conflicts:     328000 | #Constraints:      53818
162.95/163.49	c bounds 208 >= 207 @ 160.959
167.34/167.80	c #Conflicts:     329000 | #Constraints:      54875
167.34/167.80	c #Conflicts:     330000 | #Constraints:      55875
167.34/167.80	c #Conflicts:     331000 | #Constraints:      56877
167.34/167.80	c #Conflicts:     332000 | #Constraints:      57877
167.34/167.80	c #Conflicts:     333000 | #Constraints:      58879
167.34/167.80	c #Conflicts:     334000 | #Constraints:      59880
167.34/167.80	c #Conflicts:     335000 | #Constraints:      60881
167.34/167.80	c #Conflicts:     336000 | #Constraints:      61881
167.34/167.80	c INPROCESSING
167.34/167.80	c GARBAGE COLLECT
167.34/167.80	c rational objective 207
172.93/173.48	c #Conflicts:     337000 | #Constraints:      34718
172.93/173.48	c #Conflicts:     338000 | #Constraints:      35720
172.93/173.48	c #Conflicts:     339000 | #Constraints:      36721
172.93/173.48	c #Conflicts:     340000 | #Constraints:      37722
172.93/173.48	c #Conflicts:     341000 | #Constraints:      38723
172.93/173.48	c #Conflicts:     342000 | #Constraints:      39723
172.93/173.48	c #Conflicts:     343000 | #Constraints:      40723
172.93/173.48	c #Conflicts:     344000 | #Constraints:      41724
172.93/173.48	c #Conflicts:     345000 | #Constraints:      42725
172.93/173.48	c #Conflicts:     346000 | #Constraints:      43725
172.93/173.48	c #Conflicts:     347000 | #Constraints:      44726
172.93/173.48	c bounds 207 >= 207 @ 170.79
172.93/173.48	c cpu time 170.79 s
172.93/173.48	c deterministic time 9120518537 9.12e+09
172.93/173.48	c optimization time 0.015551 s
172.93/173.48	c total solve time 170.757 s
172.93/173.48	c core-guided solve time 109.103 s
172.93/173.48	c propagation time 115.439 s
172.93/173.48	c conflict analysis time 49.8634 s
172.93/173.48	c propagations 62701427
172.93/173.48	c resolve steps 13396863
172.93/173.48	c decisions 717505
172.93/173.48	c conflicts 347594
172.93/173.48	c restarts 826
172.93/173.48	c inprocessing phases 30
172.93/173.48	c garbage collections 30 ,( 100.00 )
172.93/173.48	c input clauses 5035 ,( 76.65 )
172.93/173.48	c input cardinalities 1023 ,( 15.57 )
172.93/173.48	c input general constraints 511 ,( 7.78 )
172.93/173.48	c input average constraint length 23.73
172.93/173.48	c input average constraint degree 6.71
172.93/173.48	c learned clauses 318842 ,( 91.43 )
172.93/173.48	c learned cardinalities 3954 ,( 1.13 )
172.93/173.48	c learned general constraints 25921 ,( 7.43 )
172.93/173.48	c learned average constraint length 164.24
172.93/173.48	c learned average constraint degree 31996683.59
172.93/173.48	c watched  CF 32, 64, 128, Arb: 14045 , 0 , 0 , 0
172.93/173.48	c counting CF 32, 64, 128, Arb: 12388 , 0 , 0 , 0
172.93/173.48	c watched   constraints 14045 ,( 53.14 ) 
172.93/173.48	c counting  constraints 12387 ,( 46.86 ) 
172.93/173.48	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 421324251 , 481545411 , 266214208 ,( 84155450 , 182058758 )
172.93/173.48	c gcd simplifications 14385
172.93/173.48	c detected cardinalities 21
172.93/173.48	c weakened non-implied lits 9539492
172.93/173.48	c weakened non-implying lits 121346
172.93/173.48	c original variables 1160
172.93/173.48	c clausal propagations 43402271
172.93/173.48	c cardinality propagations 4709967
172.93/173.48	c watched propagations 897964
172.93/173.48	c counting propagations 12897463
172.93/173.48	c watch lookups 4181499751
172.93/173.48	c watch backjump lookups 0
172.93/173.48	c watch checks 4296784757
172.93/173.48	c propagation checks 322341443
172.93/173.48	c constraint additions 192350638
172.93/173.48	c trail pops 63765898
172.93/173.48	c formula constraints 4419
172.93/173.48	c learned constraints 347091
172.93/173.48	c bound constraints 257
172.93/173.48	c core-guided constraints 1893
172.93/173.48	c encountered formula constraints 8110374
172.93/173.48	c encountered learned constraints 3170124
172.93/173.48	c encountered bound constraints 247
172.93/173.48	c encountered core-guided constraints 2441113
172.93/173.48	c LP total time 25.3018 s
172.93/173.48	c LP solve time 23.16 s
172.93/173.48	c LP constraints added 4660
172.93/173.48	c LP constraints removed 233
172.93/173.48	c LP pivots internal 347800
172.93/173.48	c LP pivots root 9317
172.93/173.48	c LP calls 1603
172.93/173.48	c LP optimalities 578
172.93/173.48	c LP no pivot count 21
172.93/173.48	c LP infeasibilities 1024
172.93/173.48	c LP valid Farkas constraints 1023
172.93/173.48	c LP learned Farkas constraints 536
172.93/173.48	c LP basis resets 1
172.93/173.48	c LP cycling count 0
172.93/173.48	c LP singular count 0
172.93/173.48	c LP no primal count 0
172.93/173.48	c LP no farkas count 1
172.93/173.48	c LP other issue count 0
172.93/173.48	c LP Gomory cuts 67
172.93/173.48	c LP learned cuts 174
172.93/173.48	c LP deleted cuts 233
172.93/173.48	c LP encountered Gomory constraints 1231
172.93/173.48	c LP encountered Farkas constraints 18726
172.93/173.48	c LP encountered learned Farkas constraints 2106
172.93/173.48	c CG auxiliary variables introduced 700
172.93/173.48	c CG solutions found 24
172.93/173.48	c CG cores constructed 207
172.93/173.48	c CG core cardinality constraints returned 0
172.93/173.48	c CG unit cores 0
172.93/173.48	c CG single cores 207
172.93/173.48	c CG blocks removed during cardinality reduction 0
172.93/173.48	c CG first core best 0
172.93/173.48	c CG decision core best 0
172.93/173.48	c CG core reduction tie 0
172.93/173.48	c CG core degree average 1.00
172.93/173.48	c CG core slack average 4.66
172.93/173.48	c CG core upper bound improvements 0
172.93/173.48	c STR number of successful calls 0
172.93/173.48	c STR number of unsuccessful calls 0
172.93/173.48	c STR number of inconclusive calls 0
172.93/173.48	c STR number of successful attempts 0
172.93/173.48	c STR number of unsuccessful attempts 0
172.93/173.48	c STR number of inconclusive attempts 0
172.93/173.48	c STR average degree increase per successful call inf
172.93/173.48	c STR average degree increase per successful attempt inf
172.93/173.48	c STR total number of conflicts for successful attempts 0
172.93/173.48	c STR total number of conflicts for unsuccessful attempts 0
172.93/173.48	c STR total number of conflicts for inconclusive attempts 0
172.93/173.48	c STR average number of conflicts per successful attempt inf
172.93/173.48	c STR average number of conflicts per unsuccessful attempt inf
172.93/173.48	c STR average number of conflicts per inconclusive attempt inf
172.93/173.48	c AVG.sumWPerc 43.05 
172.93/173.48	c bigint constraints 0 
172.93/173.48	o 207
172.93/173.48	s OPTIMUM FOUND
172.93/173.48	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

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62576 MiB free)
  memory of node 1: 64507 MiB (63122 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4486658-1751327584/watcher-4486658-1751327584 -o /tmp/evaluation-result-4486658-1751327584/solver-4486658-1751327584 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751323974-41571 --watchdog 3760 run-opt-break.sh HOME/instance-4486658-1751327584.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100056 s]*
/proc/loadavg: 4.21 4.17 4.08 5/267 42005
/proc/meminfo: memFree=128711076/131250000 swapFree=33010416/33010684
[pid=42002] ppid=41999 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/42002/stat : 42002 (run-opt-break.s) S 41999 42002 41560 0 -1 4194304 239 762 0 0 0 0 0 0 20 0 1 0 48438315 4292608 768 18446744073709551615 94748110999552 94748111894085 140732275778064 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94748112133136 94748112180880 94748130992128 140732275779937 140732275780066 140732275780066 140732275785668 0
/proc/42002/statm: 1048 768 704 219 0 110 0
[pid=42005] ppid=42002 vsize=64464 memory=19364 CPUtime=0.07 cores=4,6
/proc/42005/stat : 42005 (roundingsat) R 42002 42002 41560 0 -1 4194304 2734 0 0 0 6 1 0 0 20 0 1 0 48438317 66011136 4841 18446744073709551615 4227072 8923433 140734609655696 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 16805888 140734609660260 140734609660456 140734609660456 140734609666026 0
/proc/42005/statm: 16116 4841 2368 1147 0 3543 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 68656 KiB
Current children cumulated memory: 22436 KiB

[startup+0.205845 s]*
/proc/loadavg: 4.21 4.17 4.08 5/267 42005
/proc/meminfo: memFree=128711076/131250000 swapFree=33010416/33010684
[pid=42002] ppid=41999 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/42002/stat : 42002 (run-opt-break.s) S 41999 42002 41560 0 -1 4194304 239 762 0 0 0 0 0 0 20 0 1 0 48438315 4292608 768 18446744073709551615 94748110999552 94748111894085 140732275778064 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94748112133136 94748112180880 94748130992128 140732275779937 140732275780066 140732275780066 140732275785668 0
/proc/42002/statm: 1048 768 704 219 0 110 0
[pid=42005] ppid=42002 vsize=66096 memory=21156 CPUtime=0.18 cores=4,6
/proc/42005/stat : 42005 (roundingsat) R 42002 42002 41560 0 -1 4194304 3140 0 0 0 16 2 0 0 20 0 1 0 48438317 67682304 5289 18446744073709551615 4227072 8923433 140734609655696 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 16805888 140734609660260 140734609660456 140734609660456 140734609666026 0
/proc/42005/statm: 16524 5289 2400 1147 0 3951 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 70288 KiB
Current children cumulated memory: 24228 KiB

[startup+0.305779 s]*
/proc/loadavg: 4.21 4.17 4.08 5/267 42005
/proc/meminfo: memFree=128711076/131250000 swapFree=33010416/33010684
[pid=42002] ppid=41999 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/42002/stat : 42002 (run-opt-break.s) S 41999 42002 41560 0 -1 4194304 239 762 0 0 0 0 0 0 20 0 1 0 48438315 4292608 768 18446744073709551615 94748110999552 94748111894085 140732275778064 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94748112133136 94748112180880 94748130992128 140732275779937 140732275780066 140732275780066 140732275785668 0
/proc/42002/statm: 1048 768 704 219 0 110 0
[pid=42005] ppid=42002 vsize=68244 memory=23332 CPUtime=0.28 cores=4,6
/proc/42005/stat : 42005 (roundingsat) R 42002 42002 41560 0 -1 4194304 3688 0 0 0 25 3 0 0 20 0 1 0 48438317 69881856 5833 18446744073709551615 4227072 8923433 140734609655696 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 16805888 140734609660260 140734609660456 140734609660456 140734609666026 0
/proc/42005/statm: 17061 5833 2400 1147 0 4488 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 72436 KiB
Current children cumulated memory: 26404 KiB

[startup+0.700212 s]
/proc/loadavg: 4.21 4.17 4.08 5/267 42005
/proc/meminfo: memFree=128711076/131250000 swapFree=33010416/33010684
[pid=42002] ppid=41999 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/42002/stat : 42002 (run-opt-break.s) S 41999 42002 41560 0 -1 4194304 239 762 0 0 0 0 0 0 20 0 1 0 48438315 4292608 768 18446744073709551615 94748110999552 94748111894085 140732275778064 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94748112133136 94748112180880 94748130992128 140732275779937 140732275780066 140732275780066 140732275785668 0
/proc/42002/statm: 1048 768 704 219 0 110 0
[pid=42005] ppid=42002 vsize=69744 memory=26888 CPUtime=0.67 cores=4,6
/proc/42005/stat : 42005 (roundingsat) R 42002 42002 41560 0 -1 4194304 4055 0 0 0 63 4 0 0 20 0 1 0 48438317 71417856 6722 18446744073709551615 4227072 8923433 140734609655696 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 16805888 140734609660260 140734609660456 140734609660456 140734609666026 0
/proc/42005/statm: 17436 6722 2400 1147 0 4863 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 73936 KiB
Current children cumulated memory: 29960 KiB

[startup+1.50015 s]
/proc/loadavg: 4.21 4.17 4.08 4/257 42021
/proc/meminfo: memFree=129565680/131250000 swapFree=33010416/33010684
[pid=42002] ppid=41999 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/42002/stat : 42002 (run-opt-break.s) S 41999 42002 41560 0 -1 4194304 239 762 0 0 0 0 0 0 20 0 1 0 48438315 4292608 768 18446744073709551615 94748110999552 94748111894085 140732275778064 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94748112133136 94748112180880 94748130992128 140732275779937 140732275780066 140732275780066 140732275785668 0
/proc/42002/statm: 1048 768 704 219 0 110 0
[pid=42005] ppid=42002 vsize=69884 memory=26888 CPUtime=1.46 cores=4,6
/proc/42005/stat : 42005 (roundingsat) R 42002 42002 41560 0 -1 4194304 4074 0 0 0 140 6 0 0 20 0 1 0 48438317 71561216 6722 18446744073709551615 4227072 8923433 140734609655696 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 16805888 140734609660260 140734609660456 140734609660456 140734609666026 0
/proc/42005/statm: 17471 6722 2400 1147 0 4898 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 74076 KiB
Current children cumulated memory: 29960 KiB

[startup+3.10629 s]
/proc/loadavg: 4.21 4.17 4.08 4/255 42161
/proc/meminfo: memFree=130040640/131250000 swapFree=33010416/33010684
[pid=42002] ppid=41999 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/42002/stat : 42002 (run-opt-break.s) S 41999 42002 41560 0 -1 4194304 239 762 0 0 0 0 0 0 20 0 1 0 48438315 4292608 768 18446744073709551615 94748110999552 94748111894085 140732275778064 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94748112133136 94748112180880 94748130992128 140732275779937 140732275780066 140732275780066 140732275785668 0
/proc/42002/statm: 1048 768 704 219 0 110 0
[pid=42005] ppid=42002 vsize=74212 memory=30984 CPUtime=3.06 cores=4,6
/proc/42005/stat : 42005 (roundingsat) R 42002 42002 41560 0 -1 4194304 5108 0 0 0 294 12 0 0 20 0 1 0 48438317 75993088 7746 18446744073709551615 4227072 8923433 140734609655696 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 16805888 140734609660260 140734609660456 140734609660456 140734609666026 0
/proc/42005/statm: 18553 7746 2400 1147 0 5980 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 78404 KiB
Current children cumulated memory: 34056 KiB

[startup+6.30019 s]
/proc/loadavg: 4.20 4.17 4.08 4/263 42343
/proc/meminfo: memFree=129904128/131250000 swapFree=33010416/33010684
[pid=42002] ppid=41999 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/42002/stat : 42002 (run-opt-break.s) S 41999 42002 41560 0 -1 4194304 239 762 0 0 0 0 0 0 20 0 1 0 48438315 4292608 768 18446744073709551615 94748110999552 94748111894085 140732275778064 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94748112133136 94748112180880 94748130992128 140732275779937 140732275780066 140732275780066 140732275785668 0
/proc/42002/statm: 1048 768 704 219 0 110 0
[pid=42005] ppid=42002 vsize=77664 memory=34056 CPUtime=6.23 cores=4,6
/proc/42005/stat : 42005 (roundingsat) R 42002 42002 41560 0 -1 4194304 5871 0 0 0 603 20 0 0 20 0 1 0 48438317 79527936 8514 18446744073709551615 4227072 8923433 140734609655696 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 16805888 140734609660260 140734609660456 140734609660456 140734609666026 0
/proc/42005/statm: 19416 8514 2400 1147 0 6843 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 81856 KiB
Current children cumulated memory: 37128 KiB

[startup+12.7002 s]
/proc/loadavg: 4.18 4.17 4.08 4/263 42531
/proc/meminfo: memFree=129899448/131250000 swapFree=33010416/33010684
[pid=42002] ppid=41999 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/42002/stat : 42002 (run-opt-break.s) S 41999 42002 41560 0 -1 4194304 239 762 0 0 0 0 0 0 20 0 1 0 48438315 4292608 768 18446744073709551615 94748110999552 94748111894085 140732275778064 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94748112133136 94748112180880 94748130992128 140732275779937 140732275780066 140732275780066 140732275785668 0
/proc/42002/statm: 1048 768 704 219 0 110 0
[pid=42005] ppid=42002 vsize=87492 memory=42672 CPUtime=12.6 cores=4,6
/proc/42005/stat : 42005 (roundingsat) R 42002 42002 41560 0 -1 4194304 7514 0 0 0 1230 30 0 0 20 0 1 0 48438317 89591808 10668 18446744073709551615 4227072 8923433 140734609655696 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 16805888 140734609660260 140734609660456 140734609660456 140734609666026 0
/proc/42005/statm: 21873 10668 2400 1147 0 9300 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 91684 KiB
Current children cumulated memory: 45744 KiB

[startup+25.5002 s]
/proc/loadavg: 4.07 4.14 4.08 5/268 42946
/proc/meminfo: memFree=129824084/131250000 swapFree=33010416/33010684
[pid=42002] ppid=41999 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/42002/stat : 42002 (run-opt-break.s) S 41999 42002 41560 0 -1 4194304 239 762 0 0 0 0 0 0 20 0 1 0 48438315 4292608 768 18446744073709551615 94748110999552 94748111894085 140732275778064 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94748112133136 94748112180880 94748130992128 140732275779937 140732275780066 140732275780066 140732275785668 0
/proc/42002/statm: 1048 768 704 219 0 110 0
[pid=42005] ppid=42002 vsize=99856 memory=54252 CPUtime=25.37 cores=4,6
/proc/42005/stat : 42005 (roundingsat) R 42002 42002 41560 0 -1 4194304 9374 0 0 0 2485 52 0 0 20 0 1 0 48438317 102252544 13563 18446744073709551615 4227072 8923433 140734609655696 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 16805888 140734609660260 140734609660456 140734609660456 140734609666026 0
/proc/42005/statm: 24964 13563 2400 1147 0 12391 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 104048 KiB
Current children cumulated memory: 57324 KiB

[startup+51.1057 s]
/proc/loadavg: 4.11 4.15 4.08 5/268 43088
/proc/meminfo: memFree=129826760/131250000 swapFree=33010416/33010684
[pid=42002] ppid=41999 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/42002/stat : 42002 (run-opt-break.s) S 41999 42002 41560 0 -1 4194304 239 762 0 0 0 0 0 0 20 0 1 0 48438315 4292608 768 18446744073709551615 94748110999552 94748111894085 140732275778064 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94748112133136 94748112180880 94748130992128 140732275779937 140732275780066 140732275780066 140732275785668 0
/proc/42002/statm: 1048 768 704 219 0 110 0
[pid=42005] ppid=42002 vsize=101064 memory=57452 CPUtime=50.91 cores=4,6
/proc/42005/stat : 42005 (roundingsat) R 42002 42002 41560 0 -1 4194304 9795 0 0 0 5002 89 0 0 20 0 1 0 48438317 103489536 14363 18446744073709551615 4227072 8923433 140734609655696 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 16805888 140734609660260 140734609660456 140734609660456 140734609666026 0
/proc/42005/statm: 25266 14363 2400 1147 0 12693 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 105256 KiB
Current children cumulated memory: 60524 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.14 4.08 5/268 43143
/proc/meminfo: memFree=129583544/131250000 swapFree=33010416/33010684
[pid=42002] ppid=41999 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/42002/stat : 42002 (run-opt-break.s) S 41999 42002 41560 0 -1 4194304 239 762 0 0 0 0 0 0 20 0 1 0 48438315 4292608 768 18446744073709551615 94748110999552 94748111894085 140732275778064 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94748112133136 94748112180880 94748130992128 140732275779937 140732275780066 140732275780066 140732275785668 0
/proc/42002/statm: 1048 768 704 219 0 110 0
[pid=42005] ppid=42002 vsize=126312 memory=79828 CPUtime=101.99 cores=4,6
/proc/42005/stat : 42005 (roundingsat) R 42002 42002 41560 0 -1 4194304 12850 0 0 0 10052 147 0 0 20 0 1 0 48438317 129343488 19957 18446744073709551615 4227072 8923433 140734609655696 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 16805888 140734609660260 140734609660456 140734609660456 140734609666026 0
/proc/42005/statm: 31578 19957 2400 1147 0 19005 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 130504 KiB
Current children cumulated memory: 82900 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.13 4.08 5/268 43145
/proc/meminfo: memFree=129482536/131250000 swapFree=33010416/33010684
[pid=42002] ppid=41999 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/42002/stat : 42002 (run-opt-break.s) S 41999 42002 41560 0 -1 4194304 239 762 0 0 0 0 0 0 20 0 1 0 48438315 4292608 768 18446744073709551615 94748110999552 94748111894085 140732275778064 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94748112133136 94748112180880 94748130992128 140732275779937 140732275780066 140732275780066 140732275785668 0
/proc/42002/statm: 1048 768 704 219 0 110 0
[pid=42005] ppid=42002 vsize=148428 memory=91312 CPUtime=161.85 cores=4,6
/proc/42005/stat : 42005 (roundingsat) R 42002 42002 41560 0 -1 4194304 14186 0 0 0 15978 207 0 0 20 0 1 0 48438317 151990272 22828 18446744073709551615 4227072 8923433 140734609655696 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 16805888 140734609660260 140734609660456 140734609660456 140734609666026 0
/proc/42005/statm: 37107 22828 2400 1147 0 24534 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 152620 KiB
Current children cumulated memory: 94384 KiB

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

# cumulated CPU time of all completed processes:  user=170.798 s, system=2.22963 s

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

[startup+166.4 s]
/proc/loadavg: 4.15 4.14 4.09 5/268 43145
/proc/meminfo: memFree=129482536/131250000 swapFree=33010416/33010684
[pid=42002] ppid=41999 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/42002/stat : 42002 (run-opt-break.s) S 41999 42002 41560 0 -1 4194304 239 762 0 0 0 0 0 0 20 0 1 0 48438315 4292608 768 18446744073709551615 94748110999552 94748111894085 140732275778064 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94748112133136 94748112180880 94748130992128 140732275779937 140732275780066 140732275780066 140732275785668 0
/proc/42002/statm: 1048 768 704 219 0 110 0
[pid=42005] ppid=42002 vsize=148428 memory=91312 CPUtime=165.93 cores=4,6
/proc/42005/stat : 42005 (roundingsat) R 42002 42002 41560 0 -1 4194304 14186 0 0 0 16381 212 0 0 20 0 1 0 48438317 151990272 22828 18446744073709551615 4227072 8923433 140734609655696 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 16805888 140734609660260 140734609660456 140734609660456 140734609666026 0
/proc/42005/statm: 37107 22828 2400 1147 0 24534 0
Current children cumulated CPU time: 165.93 s
Current children cumulated vsize: 152620 KiB
Current children cumulated memory: 94384 KiB

[startup+169.6 s]
/proc/loadavg: 4.14 4.14 4.09 5/268 43145
/proc/meminfo: memFree=129482536/131250000 swapFree=33010416/33010684
[pid=42002] ppid=41999 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/42002/stat : 42002 (run-opt-break.s) S 41999 42002 41560 0 -1 4194304 239 762 0 0 0 0 0 0 20 0 1 0 48438315 4292608 768 18446744073709551615 94748110999552 94748111894085 140732275778064 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94748112133136 94748112180880 94748130992128 140732275779937 140732275780066 140732275780066 140732275785668 0
/proc/42002/statm: 1048 768 704 219 0 110 0
[pid=42005] ppid=42002 vsize=148944 memory=91824 CPUtime=169.13 cores=4,6
/proc/42005/stat : 42005 (roundingsat) R 42002 42002 41560 0 -1 4194304 14316 0 0 0 16697 216 0 0 20 0 1 0 48438317 152518656 22956 18446744073709551615 4227072 8923433 140734609655696 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 16805888 140734609660260 140734609660456 140734609660456 140734609666026 0
/proc/42005/statm: 37236 22956 2400 1147 0 24663 0
Current children cumulated CPU time: 169.13 s
Current children cumulated vsize: 153136 KiB
Current children cumulated memory: 94896 KiB

[startup+171.2 s]
/proc/loadavg: 4.14 4.14 4.09 5/268 43145
/proc/meminfo: memFree=129482536/131250000 swapFree=33010416/33010684
[pid=42002] ppid=41999 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/42002/stat : 42002 (run-opt-break.s) S 41999 42002 41560 0 -1 4194304 239 762 0 0 0 0 0 0 20 0 1 0 48438315 4292608 768 18446744073709551615 94748110999552 94748111894085 140732275778064 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94748112133136 94748112180880 94748130992128 140732275779937 140732275780066 140732275780066 140732275785668 0
/proc/42002/statm: 1048 768 704 219 0 110 0
[pid=42005] ppid=42002 vsize=148944 memory=91824 CPUtime=170.73 cores=4,6
/proc/42005/stat : 42005 (roundingsat) R 42002 42002 41560 0 -1 4194304 14316 0 0 0 16855 218 0 0 20 0 1 0 48438317 152518656 22956 18446744073709551615 4227072 8923433 140734609655696 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 16805888 140734609660260 140734609660456 140734609660456 140734609666026 0
/proc/42005/statm: 37236 22956 2400 1147 0 24663 0
Current children cumulated CPU time: 170.73 s
Current children cumulated vsize: 153136 KiB
Current children cumulated memory: 94896 KiB

[startup+172.8 s]
/proc/loadavg: 4.14 4.14 4.09 5/268 43145
/proc/meminfo: memFree=129482536/131250000 swapFree=33010416/33010684
[pid=42002] ppid=41999 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/42002/stat : 42002 (run-opt-break.s) S 41999 42002 41560 0 -1 4194304 239 762 0 0 0 0 0 0 20 0 1 0 48438315 4292608 768 18446744073709551615 94748110999552 94748111894085 140732275778064 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94748112133136 94748112180880 94748130992128 140732275779937 140732275780066 140732275780066 140732275785668 0
/proc/42002/statm: 1048 768 704 219 0 110 0
[pid=42005] ppid=42002 vsize=148944 memory=91824 CPUtime=172.33 cores=4,6
/proc/42005/stat : 42005 (roundingsat) R 42002 42002 41560 0 -1 4194304 14316 0 0 0 17012 221 0 0 20 0 1 0 48438317 152518656 22956 18446744073709551615 4227072 8923433 140734609655696 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 16805888 140734609660260 140734609660456 140734609660456 140734609666026 0
/proc/42005/statm: 37236 22956 2400 1147 0 24663 0
Current children cumulated CPU time: 172.33 s
Current children cumulated vsize: 153136 KiB
Current children cumulated memory: 94896 KiB

[startup+173.2 s]
/proc/loadavg: 4.14 4.14 4.09 5/268 43145
/proc/meminfo: memFree=129478504/131250000 swapFree=33010416/33010684
[pid=42002] ppid=41999 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/42002/stat : 42002 (run-opt-break.s) S 41999 42002 41560 0 -1 4194304 239 762 0 0 0 0 0 0 20 0 1 0 48438315 4292608 768 18446744073709551615 94748110999552 94748111894085 140732275778064 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94748112133136 94748112180880 94748130992128 140732275779937 140732275780066 140732275780066 140732275785668 0
/proc/42002/statm: 1048 768 704 219 0 110 0
[pid=42005] ppid=42002 vsize=148944 memory=91824 CPUtime=172.72 cores=4,6
/proc/42005/stat : 42005 (roundingsat) R 42002 42002 41560 0 -1 4194304 14316 0 0 0 17051 221 0 0 20 0 1 0 48438317 152518656 22956 18446744073709551615 4227072 8923433 140734609655696 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 16805888 140734609660260 140734609660456 140734609660456 140734609666026 0
/proc/42005/statm: 37236 22956 2400 1147 0 24663 0
Current children cumulated CPU time: 172.72 s
Current children cumulated vsize: 153136 KiB
Current children cumulated memory: 94896 KiB

[startup+173.4 s]
/proc/loadavg: 4.14 4.14 4.09 5/268 43145
/proc/meminfo: memFree=129478504/131250000 swapFree=33010416/33010684
[pid=42002] ppid=41999 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/42002/stat : 42002 (run-opt-break.s) S 41999 42002 41560 0 -1 4194304 239 762 0 0 0 0 0 0 20 0 1 0 48438315 4292608 768 18446744073709551615 94748110999552 94748111894085 140732275778064 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94748112133136 94748112180880 94748130992128 140732275779937 140732275780066 140732275780066 140732275785668 0
/proc/42002/statm: 1048 768 704 219 0 110 0
[pid=42005] ppid=42002 vsize=148944 memory=91824 CPUtime=172.93 cores=4,6
/proc/42005/stat : 42005 (roundingsat) R 42002 42002 41560 0 -1 4194304 14316 0 0 0 17071 222 0 0 20 0 1 0 48438317 152518656 22956 18446744073709551615 4227072 8923433 140734609655696 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 16805888 140734609660260 140734609660456 140734609660456 140734609666026 0
/proc/42005/statm: 37236 22956 2400 1147 0 24663 0
Current children cumulated CPU time: 172.93 s
Current children cumulated vsize: 153136 KiB
Current children cumulated memory: 94896 KiB

Child status: 0

Real time (s): 173.486
CPU time (s): 173.028
CPU user time (s): 170.798
CPU system time (s): 2.22963
CPU usage (%): 99.7358
Max. virtual memory (cumulated for all children) (KiB): 153136
Max. memory (cumulated for all children) (KiB): 94896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 170.798
system time used= 2.22963
maximum resident set size= 91824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15341
page faults= 0
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 222
involuntary context switches= 259


# summary of solver processes directly reported to runsolver:
#   pid: 42002
#   total CPU time (s): 173.028
#   total CPU user time (s): 170.798
#   total CPU system time (s): 2.22963

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.394075 second user time and 0.797221 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-01 01:53:04
IDJOB=4486658
IDBENCH=147034
IDSOLVER=3359
FILE ID=nodeC027/4486658-1751327584
RUNJOBID= nodeC027-1751323974-41571
SLURM_JOB_ID= 9594344
Free space on /tmp= 433028 MiB

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

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

MD5SUM BENCH= 0ec52d363b7c61cdd5525674056021d1
RANDOM SEED=906410925

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128715172 kB
MemAvailable:   128377476 kB
Buffers:            2488 kB
Cached:           465292 kB
SwapCached:           12 kB
Active:          1770864 kB
Inactive:         165652 kB
Active(anon):    1484000 kB
Inactive(anon):     2792 kB
Active(file):     286864 kB
Inactive(file):   162860 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7468 kB
Writeback:             0 kB
AnonPages:       1468596 kB
Mapped:           117436 kB
Shmem:             18056 kB
KReclaimable:     103236 kB
Slab:             191100 kB
SReclaimable:     103236 kB
SUnreclaim:        87864 kB
KernelStack:        4304 kB
PageTables:         6040 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1991764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1310720 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC027 at 2025-07-01 01:55:58