Trace number 4523473

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma-log 63f22adWrong Opt. proof3 400.318 407.137

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/
instances/normalized-bnn_mnist_rot_8_label1_adversarial_norm_0.opb
MD5SUM0f8d279ff02416fc8d5941f7f119b5c9
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 benchmark3
Best CPU time to get the best result obtained on this benchmark149.108
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1289
Total number of constraints1094
Number of constraints which are clauses13
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1080
Minimum length of a constraint1
Maximum length of a constraint785
Number of terms in the objective function 773
Biggest coefficient in the objective function 90
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 862
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 490
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1759
Number of bits of the biggest sum of numbers11
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-4523473-1751597679.opb'
0.00/0.05	c 	read 3.19MB  (42.02ms)
0.00/0.05	c	 [cnf: #variables 1289 #clauses 1095 #duplicates 0 #arr 397948]
0.00/0.07	c output proof to 'PROOFDIR/proof-4523473-1751597679'
0.00/0.07	c 
0.00/0.07	c make graph and approximate orbits
0.00/0.08	c	 [group: #orbits ~= 0] (14.09ms)
0.00/0.08	c 
0.00/0.08	c detect special group actions
0.00/0.08	c 	probe for Johnson action (limit=64)
0.00/0.08	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.08	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.08	c 	 (0.23ms)
0.00/0.08	c 
0.00/0.08	c detect symmetries on remainder
0.00/0.08	c 	[graph: #vertices 7281 #edges 805690]
0.00/0.09	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.09	c 	 [group: #symmetries 1.00*10^0 #generators 0] (2.52ms)
0.00/0.09	c 
0.00/0.09	c finalize break order and special generators
0.00/0.09	c 
0.00/0.09	c generation finished
0.00/0.09	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.09	c 
0.00/0.09	c write result to 'HOME/instance-4523473-1751597679.opb.pre'
0.00/0.09	c 	wrote 3.19MB (6.72ms)
0.00/0.09	c ------------------------------------------------------------------
0.00/0.09	c                  42.02ms 48.34% parse
0.00/0.09	c                  21.30ms 24.50% other
0.00/0.09	c                  14.09ms 16.21% approx_orbits
0.00/0.09	c                   6.72ms  7.73% output
0.00/0.09	c                   2.52ms  2.90% detect_generic
0.00/0.09	c                   0.23ms  0.26% detect_special
0.00/0.09	c                   0.04ms  0.05% finalize_order
0.00/0.09	c         ───────────────────────────────────────────────
0.00/0.09	c                  86.92ms   100% total
0.00/0.09	c ------------------------------------------------------------------
0.06/0.10	c RoundingSat 2
0.06/0.10	c branch pb25
0.06/0.10	c commit 63f22ad
0.16/0.30	c #variables 1289 #constraints 1095
0.16/0.30	c objective is ce32 
9.32/9.42	c initial watched  CF 32, 64, 128, Arb: 4 , 0 , 0 , 0
9.32/9.42	c initial counting CF 32, 64, 128, Arb: 1077 , 0 , 0 , 0
9.32/9.42	c bounds 207 >= -90 @ 9.27914
9.42/9.51	c rational objective 0
11.03/11.14	c bounds 206 >= -90 @ 10.9751
11.03/11.18	c bounds 206 >= 1 @ 11.013
11.12/11.25	c bounds 205 >= 1 @ 11.0813
36.45/36.62	c bounds 205 >= 2 @ 35.9233
36.66/36.83	c #Conflicts:       1000 | #Constraints:       2112
36.66/36.83	c bounds 204 >= 2 @ 36.1218
36.66/36.83	c bounds 203 >= 2 @ 36.1258
36.66/36.84	c bounds 202 >= 2 @ 36.1287
36.66/36.84	c bounds 201 >= 2 @ 36.1316
36.66/36.87	c bounds 200 >= 2 @ 36.1641
36.66/36.88	c bounds 199 >= 2 @ 36.1681
36.66/36.88	c bounds 198 >= 2 @ 36.171
36.66/36.89	c bounds 197 >= 2 @ 36.1739
36.66/36.89	c bounds 196 >= 2 @ 36.1778
36.66/36.89	c bounds 195 >= 2 @ 36.1808
36.76/36.90	c bounds 194 >= 2 @ 36.1836
36.76/36.90	c bounds 193 >= 2 @ 36.1866
36.76/36.90	c bounds 192 >= 2 @ 36.1885
36.76/36.91	c bounds 191 >= 2 @ 36.1915
36.76/36.91	c bounds 190 >= 2 @ 36.1943
36.76/36.92	c bounds 189 >= 2 @ 36.1971
36.76/36.92	c bounds 188 >= 2 @ 36.1999
36.76/36.92	c bounds 187 >= 2 @ 36.2037
36.76/36.93	c bounds 186 >= 2 @ 36.2075
36.76/36.93	c bounds 185 >= 2 @ 36.2113
36.76/36.94	c bounds 184 >= 2 @ 36.2152
36.76/36.94	c bounds 183 >= 2 @ 36.2191
36.76/36.94	c bounds 182 >= 2 @ 36.223
36.76/36.95	c bounds 181 >= 2 @ 36.2249
36.76/36.95	c bounds 180 >= 2 @ 36.2277
36.76/36.96	c bounds 179 >= 2 @ 36.2306
36.76/36.96	c bounds 178 >= 2 @ 36.2345
36.76/36.96	c bounds 177 >= 2 @ 36.2384
36.76/36.97	c bounds 176 >= 2 @ 36.2422
36.76/36.97	c bounds 175 >= 2 @ 36.246
36.76/36.97	c bounds 174 >= 2 @ 36.2497
36.76/36.98	c bounds 173 >= 2 @ 36.2516
36.76/36.98	c bounds 172 >= 2 @ 36.2553
36.76/36.99	c bounds 171 >= 2 @ 36.2591
36.76/36.99	c bounds 170 >= 2 @ 36.2619
36.76/36.99	c bounds 169 >= 2 @ 36.2656
36.76/37.00	c bounds 168 >= 2 @ 36.2684
36.76/37.00	c bounds 167 >= 2 @ 36.2713
36.86/37.00	c bounds 166 >= 2 @ 36.275
36.86/37.01	c bounds 165 >= 2 @ 36.2789
36.86/37.01	c bounds 164 >= 2 @ 36.2827
36.86/37.02	c bounds 163 >= 2 @ 36.2855
36.86/37.02	c bounds 162 >= 2 @ 36.2872
36.86/37.02	c bounds 161 >= 2 @ 36.29
36.86/37.03	c bounds 160 >= 2 @ 36.2929
36.86/37.03	c bounds 159 >= 2 @ 36.2955
36.86/37.04	c bounds 158 >= 2 @ 36.2983
36.86/37.04	c bounds 157 >= 2 @ 36.302
36.86/37.04	c bounds 156 >= 2 @ 36.3047
36.86/37.05	c bounds 155 >= 2 @ 36.3074
36.86/37.05	c bounds 154 >= 2 @ 36.3101
36.86/37.05	c bounds 153 >= 2 @ 36.3128
36.86/37.06	c bounds 152 >= 2 @ 36.3165
36.86/37.06	c bounds 151 >= 2 @ 36.3192
36.86/37.06	c bounds 150 >= 2 @ 36.323
36.86/37.07	c bounds 149 >= 2 @ 36.3266
36.86/37.07	c bounds 148 >= 2 @ 36.3303
36.86/37.08	c bounds 147 >= 2 @ 36.334
36.86/37.08	c bounds 146 >= 2 @ 36.3376
36.86/37.08	c bounds 145 >= 2 @ 36.3412
36.86/37.09	c bounds 144 >= 2 @ 36.3439
36.86/37.09	c bounds 143 >= 2 @ 36.3465
36.86/37.09	c bounds 142 >= 2 @ 36.3492
36.86/37.10	c bounds 141 >= 2 @ 36.3518
36.96/37.10	c bounds 140 >= 2 @ 36.3554
36.96/37.11	c bounds 139 >= 2 @ 36.3591
36.96/37.11	c bounds 138 >= 2 @ 36.3617
36.96/37.11	c bounds 137 >= 2 @ 36.3645
36.96/37.12	c bounds 136 >= 2 @ 36.368
36.96/37.12	c bounds 135 >= 2 @ 36.3718
36.96/37.12	c bounds 134 >= 2 @ 36.3754
36.96/37.13	c bounds 133 >= 2 @ 36.3791
36.96/37.13	c bounds 132 >= 2 @ 36.3827
36.96/37.13	c bounds 131 >= 2 @ 36.3863
36.96/37.14	c bounds 130 >= 2 @ 36.39
36.96/37.14	c bounds 129 >= 2 @ 36.3925
36.96/37.15	c bounds 128 >= 2 @ 36.3962
36.96/37.15	c bounds 127 >= 2 @ 36.3997
36.96/37.15	c bounds 126 >= 2 @ 36.4023
36.96/37.16	c bounds 125 >= 2 @ 36.4058
36.96/37.16	c bounds 124 >= 2 @ 36.4085
36.96/37.16	c bounds 123 >= 2 @ 36.4111
36.96/37.17	c bounds 122 >= 2 @ 36.4148
36.96/37.17	c bounds 121 >= 2 @ 36.4183
36.96/37.17	c bounds 120 >= 2 @ 36.4209
36.96/37.18	c bounds 119 >= 2 @ 36.4245
36.96/37.18	c bounds 118 >= 2 @ 36.4271
36.96/37.18	c bounds 117 >= 2 @ 36.4296
36.96/37.19	c bounds 116 >= 2 @ 36.4332
36.96/37.19	c bounds 115 >= 2 @ 36.4358
36.96/37.20	c bounds 114 >= 2 @ 36.4383
37.05/37.20	c bounds 113 >= 2 @ 36.4409
37.05/37.20	c bounds 112 >= 2 @ 36.4434
37.05/37.21	c bounds 111 >= 2 @ 36.447
37.05/37.21	c bounds 110 >= 2 @ 36.4505
37.05/37.21	c bounds 109 >= 2 @ 36.4541
37.05/37.22	c bounds 108 >= 2 @ 36.4566
37.05/37.22	c bounds 107 >= 2 @ 36.4601
37.05/37.22	c bounds 106 >= 2 @ 36.4637
37.05/37.23	c bounds 105 >= 2 @ 36.4662
37.05/37.23	c bounds 104 >= 2 @ 36.4687
37.05/37.23	c bounds 103 >= 2 @ 36.4722
37.05/37.24	c bounds 102 >= 2 @ 36.4757
37.05/37.24	c bounds 101 >= 2 @ 36.4792
37.05/37.25	c bounds 100 >= 2 @ 36.4817
37.05/37.25	c bounds 99 >= 2 @ 36.4852
37.05/37.25	c bounds 98 >= 2 @ 36.4887
37.05/37.26	c bounds 97 >= 2 @ 36.4912
37.05/37.26	c bounds 96 >= 2 @ 36.4946
37.05/37.26	c bounds 95 >= 2 @ 36.4972
37.16/37.35	c bounds 94 >= 2 @ 36.5878
37.16/37.38	c bounds 93 >= 2 @ 36.6162
37.16/37.39	c bounds 92 >= 2 @ 36.62
37.25/37.41	c bounds 91 >= 2 @ 36.6459
37.25/37.42	c bounds 90 >= 2 @ 36.6488
37.25/37.43	c bounds 89 >= 2 @ 36.666
37.25/37.47	c bounds 87 >= 2 @ 36.6972
37.25/37.47	c bounds 86 >= 2 @ 36.701
37.25/37.47	c bounds 85 >= 2 @ 36.703
37.25/37.48	c bounds 84 >= 2 @ 36.7068
37.25/37.48	c bounds 83 >= 2 @ 36.7095
37.25/37.48	c bounds 82 >= 2 @ 36.7133
37.25/37.49	c bounds 81 >= 2 @ 36.717
37.25/37.49	c bounds 80 >= 2 @ 36.7187
37.25/37.50	c bounds 79 >= 2 @ 36.7224
37.36/37.50	c bounds 78 >= 2 @ 36.7261
37.36/37.50	c bounds 77 >= 2 @ 36.7298
37.36/37.51	c bounds 76 >= 2 @ 36.7325
37.36/37.51	c bounds 75 >= 2 @ 36.7352
37.36/37.51	c bounds 74 >= 2 @ 36.7379
37.36/37.52	c bounds 73 >= 2 @ 36.7406
37.36/37.52	c bounds 72 >= 2 @ 36.7443
37.36/37.52	c bounds 71 >= 2 @ 36.7479
37.36/37.53	c bounds 70 >= 2 @ 36.7516
37.36/37.53	c bounds 69 >= 2 @ 36.7543
37.36/37.54	c bounds 68 >= 2 @ 36.7569
37.36/37.54	c bounds 67 >= 2 @ 36.7596
37.36/37.54	c bounds 66 >= 2 @ 36.7622
37.36/37.55	c bounds 65 >= 2 @ 36.765
37.36/37.55	c bounds 64 >= 2 @ 36.7686
37.36/37.55	c bounds 63 >= 2 @ 36.7723
37.36/37.56	c bounds 62 >= 2 @ 36.7759
37.36/37.56	c bounds 61 >= 2 @ 36.7795
37.36/37.57	c bounds 60 >= 2 @ 36.7832
37.36/37.57	c bounds 59 >= 2 @ 36.7858
37.36/37.57	c bounds 58 >= 2 @ 36.7896
37.36/37.58	c bounds 57 >= 2 @ 36.7931
37.36/37.58	c bounds 56 >= 2 @ 36.7958
37.36/37.58	c bounds 55 >= 2 @ 36.7993
37.36/37.59	c bounds 54 >= 2 @ 36.8031
37.36/37.59	c bounds 53 >= 2 @ 36.8056
37.36/37.59	c bounds 52 >= 2 @ 36.8084
37.46/37.60	c bounds 51 >= 2 @ 36.8117
37.46/37.60	c bounds 50 >= 2 @ 36.8145
37.46/37.61	c bounds 49 >= 2 @ 36.8171
37.46/37.61	c bounds 48 >= 2 @ 36.8207
37.46/37.61	c bounds 47 >= 2 @ 36.8233
37.46/37.62	c bounds 46 >= 2 @ 36.827
37.46/37.62	c bounds 45 >= 2 @ 36.8306
37.46/37.62	c bounds 44 >= 2 @ 36.8332
37.46/37.63	c bounds 43 >= 2 @ 36.8368
37.46/37.63	c bounds 42 >= 2 @ 36.8395
37.46/37.66	c bounds 41 >= 2 @ 36.8705
37.46/37.67	c bounds 40 >= 2 @ 36.8732
37.46/37.69	c bounds 39 >= 2 @ 36.8996
37.56/37.70	c bounds 38 >= 2 @ 36.9033
37.56/37.71	c bounds 37 >= 2 @ 36.9191
37.56/37.72	c bounds 36 >= 2 @ 36.922
37.56/37.74	c bounds 34 >= 2 @ 36.943
37.56/37.74	c bounds 33 >= 2 @ 36.9465
37.56/37.75	c bounds 32 >= 2 @ 36.949
37.56/37.76	c bounds 31 >= 2 @ 36.9619
37.56/37.78	c bounds 30 >= 2 @ 36.9825
37.85/38.02	c bounds 29 >= 2 @ 37.2129
37.85/38.05	c bounds 28 >= 2 @ 37.2484
37.85/38.09	c bounds 26 >= 2 @ 37.2903
37.96/38.12	c bounds 24 >= 2 @ 37.3138
38.05/38.27	c bounds 22 >= 2 @ 37.4604
38.05/38.28	c bounds 21 >= 2 @ 37.474
38.15/38.32	c bounds 20 >= 2 @ 37.5133
38.15/38.33	c bounds 19 >= 2 @ 37.5227
38.15/38.33	c bounds 18 >= 2 @ 37.5265
38.15/38.34	c bounds 17 >= 2 @ 37.5292
38.35/38.50	c bounds 15 >= 2 @ 37.6871
40.34/40.56	c bounds 14 >= 2 @ 39.6991
40.55/40.72	c bounds 13 >= 2 @ 39.8554
41.45/41.67	c bounds 12 >= 2 @ 40.7911
41.45/41.67	c bounds 11 >= 2 @ 40.7962
41.85/42.01	c bounds 9 >= 2 @ 41.1267
42.14/42.32	c bounds 8 >= 2 @ 41.4329
45.13/45.31	c #Conflicts:       2000 | #Constraints:       3308
45.13/45.31	c INPROCESSING
45.13/45.31	c GARBAGE COLLECT
45.13/45.31	c rational objective 2
49.93/50.19	c bounds 7 >= 2 @ 49.1648
62.99/63.24	c #Conflicts:       3000 | #Constraints:       2709
62.99/63.24	c #Conflicts:       4000 | #Constraints:       3767
62.99/63.24	c INPROCESSING
62.99/63.24	c GARBAGE COLLECT
62.99/63.24	c rational objective 2
74.26/74.57	c #Conflicts:       5000 | #Constraints:       3246
74.26/74.57	c #Conflicts:       6000 | #Constraints:       4302
74.26/74.57	c INPROCESSING
74.26/74.57	c GARBAGE COLLECT
74.26/74.57	c rational objective 2
92.02/92.32	c #Conflicts:       7000 | #Constraints:       3381
92.02/92.32	c #Conflicts:       8000 | #Constraints:       4385
92.02/92.32	c #Conflicts:       9000 | #Constraints:       5386
92.02/92.32	c INPROCESSING
92.02/92.32	c GARBAGE COLLECT
92.02/92.32	c rational objective 2
109.57/109.91	c #Conflicts:      10000 | #Constraints:       4138
109.57/109.91	c #Conflicts:      11000 | #Constraints:       5142
109.57/109.91	c #Conflicts:      12000 | #Constraints:       6199
109.57/109.91	c INPROCESSING
109.57/109.91	c GARBAGE COLLECT
109.57/109.91	c rational objective 2
114.55/114.95	c #Conflicts:      13000 | #Constraints:       4590
114.55/114.95	c #Conflicts:      14000 | #Constraints:       5590
114.55/114.95	c #Conflicts:      15000 | #Constraints:       6590
114.55/114.95	c INPROCESSING
114.55/114.95	c GARBAGE COLLECT
114.55/114.95	c rational objective 2
119.65/120.10	c #Conflicts:      16000 | #Constraints:       4844
119.65/120.10	c #Conflicts:      17000 | #Constraints:       5848
119.65/120.10	c #Conflicts:      18000 | #Constraints:       6852
119.65/120.10	c INPROCESSING
119.65/120.10	c GARBAGE COLLECT
119.65/120.10	c rational objective 2
145.48/145.97	c #Conflicts:      19000 | #Constraints:       4880
145.48/145.97	c #Conflicts:      20000 | #Constraints:       5888
145.48/145.97	c #Conflicts:      21000 | #Constraints:       6888
145.48/145.97	c INPROCESSING
145.48/145.97	c GARBAGE COLLECT
145.48/145.97	c rational objective 2
146.87/147.31	c bounds 6 >= 2 @ 144.346
261.98/262.74	c #Conflicts:      22000 | #Constraints:       4707
261.98/262.74	c #Conflicts:      23000 | #Constraints:       5711
261.98/262.74	c #Conflicts:      24000 | #Constraints:       6716
261.98/262.74	c #Conflicts:      25000 | #Constraints:       7717
261.98/262.74	c INPROCESSING
261.98/262.74	c GARBAGE COLLECT
261.98/262.74	c #Conflicts:      26000 | #Constraints:       5099
261.98/262.74	c #Conflicts:      27000 | #Constraints:       6101
261.98/262.74	c #Conflicts:      28000 | #Constraints:       7109
261.98/262.74	c #Conflicts:      29000 | #Constraints:       8109
261.98/262.74	c INPROCESSING
261.98/262.74	c GARBAGE COLLECT
261.98/262.74	c #Conflicts:      30000 | #Constraints:       5614
261.98/262.74	c #Conflicts:      31000 | #Constraints:       6614
261.98/262.74	c #Conflicts:      32000 | #Constraints:       7616
261.98/262.74	c #Conflicts:      33000 | #Constraints:       8616
261.98/262.74	c INPROCESSING
261.98/262.74	c GARBAGE COLLECT
261.98/262.74	c #Conflicts:      34000 | #Constraints:       5773
261.98/262.74	c #Conflicts:      35000 | #Constraints:       6781
261.98/262.74	c #Conflicts:      36000 | #Constraints:       7781
261.98/262.74	c #Conflicts:      37000 | #Constraints:       8781
261.98/262.74	c INPROCESSING
261.98/262.74	c GARBAGE COLLECT
261.98/262.74	c #Conflicts:      38000 | #Constraints:       5838
261.98/262.74	c #Conflicts:      39000 | #Constraints:       6845
261.98/262.74	c #Conflicts:      40000 | #Constraints:       7876
261.98/262.74	c #Conflicts:      41000 | #Constraints:       8933
261.98/262.74	c INPROCESSING
261.98/262.74	c GARBAGE COLLECT
261.98/262.74	c #Conflicts:      42000 | #Constraints:       5676
261.98/262.74	c #Conflicts:      43000 | #Constraints:       6701
261.98/262.74	c #Conflicts:      44000 | #Constraints:       7784
261.98/262.74	c #Conflicts:      45000 | #Constraints:       8875
261.98/262.74	c #Conflicts:      46000 | #Constraints:       9885
261.98/262.74	c INPROCESSING
261.98/262.74	c GARBAGE COLLECT
261.98/262.74	c rational objective 2
269.66/270.48	c #Conflicts:      47000 | #Constraints:       6256
269.66/270.48	c #Conflicts:      48000 | #Constraints:       7256
269.66/270.48	c #Conflicts:      49000 | #Constraints:       8261
269.66/270.48	c #Conflicts:      50000 | #Constraints:       9267
269.66/270.48	c #Conflicts:      51000 | #Constraints:      10270
269.66/270.48	c INPROCESSING
269.66/270.48	c GARBAGE COLLECT
269.66/270.48	c rational objective 2
275.05/275.80	c #Conflicts:      52000 | #Constraints:       6634
275.05/275.80	c #Conflicts:      53000 | #Constraints:       7640
275.05/275.80	c #Conflicts:      54000 | #Constraints:       8643
275.05/275.80	c #Conflicts:      55000 | #Constraints:       9643
275.05/275.80	c #Conflicts:      56000 | #Constraints:      10649
275.05/275.80	c INPROCESSING
275.05/275.80	c GARBAGE COLLECT
275.05/275.80	c rational objective 2
285.92/286.77	c #Conflicts:      57000 | #Constraints:       6873
285.92/286.77	c #Conflicts:      58000 | #Constraints:       7936
285.92/286.77	c #Conflicts:      59000 | #Constraints:       8941
285.92/286.77	c #Conflicts:      60000 | #Constraints:       9943
285.92/286.77	c #Conflicts:      61000 | #Constraints:      10949
285.92/286.77	c INPROCESSING
285.92/286.77	c GARBAGE COLLECT
285.92/286.77	c rational objective 2
289.50/290.33	c #Conflicts:      62000 | #Constraints:       6686
289.50/290.33	c #Conflicts:      63000 | #Constraints:       7694
289.50/290.33	c #Conflicts:      64000 | #Constraints:       8706
289.50/290.33	c #Conflicts:      65000 | #Constraints:       9710
289.50/290.33	c #Conflicts:      66000 | #Constraints:      10714
289.50/290.33	c INPROCESSING
289.50/290.33	c GARBAGE COLLECT
289.50/290.33	c rational objective 2
292.79/293.67	c #Conflicts:      67000 | #Constraints:       6590
292.79/293.67	c #Conflicts:      68000 | #Constraints:       7595
292.79/293.67	c #Conflicts:      69000 | #Constraints:       8598
292.79/293.67	c #Conflicts:      70000 | #Constraints:       9598
292.79/293.67	c #Conflicts:      71000 | #Constraints:      10600
292.79/293.67	c #Conflicts:      72000 | #Constraints:      11617
292.79/293.67	c INPROCESSING
292.79/293.67	c GARBAGE COLLECT
292.79/293.67	c rational objective 2
304.87/305.71	c #Conflicts:      73000 | #Constraints:       7277
304.87/305.71	c #Conflicts:      74000 | #Constraints:       8330
304.87/305.71	c #Conflicts:      75000 | #Constraints:       9337
304.87/305.71	c #Conflicts:      76000 | #Constraints:      10337
304.87/305.71	c #Conflicts:      77000 | #Constraints:      11337
304.87/305.71	c #Conflicts:      78000 | #Constraints:      12337
304.87/305.71	c INPROCESSING
304.87/305.71	c GARBAGE COLLECT
304.87/305.71	c rational objective 2
309.55/310.42	c #Conflicts:      79000 | #Constraints:       7392
309.55/310.42	c #Conflicts:      80000 | #Constraints:       8392
309.55/310.42	c #Conflicts:      81000 | #Constraints:       9397
309.55/310.42	c #Conflicts:      82000 | #Constraints:      10402
309.55/310.42	c #Conflicts:      83000 | #Constraints:      11403
309.55/310.42	c #Conflicts:      84000 | #Constraints:      12406
309.55/310.42	c INPROCESSING
309.55/310.42	c GARBAGE COLLECT
309.55/310.42	c rational objective 2
315.34/316.24	c #Conflicts:      85000 | #Constraints:       7747
315.34/316.24	c #Conflicts:      86000 | #Constraints:       8747
315.34/316.24	c #Conflicts:      87000 | #Constraints:       9747
315.34/316.24	c #Conflicts:      88000 | #Constraints:      10758
315.34/316.24	c #Conflicts:      89000 | #Constraints:      11760
315.34/316.24	c #Conflicts:      90000 | #Constraints:      12769
315.34/316.24	c INPROCESSING
315.34/316.24	c GARBAGE COLLECT
315.34/316.24	c rational objective 2
318.43/319.33	c #Conflicts:      91000 | #Constraints:       7819
318.43/319.33	c #Conflicts:      92000 | #Constraints:       8827
318.43/319.33	c #Conflicts:      93000 | #Constraints:       9830
318.43/319.33	c bounds 5 >= 2 @ 312.691
330.40/331.34	c #Conflicts:      94000 | #Constraints:      10832
330.40/331.34	c #Conflicts:      95000 | #Constraints:      11833
330.40/331.34	c #Conflicts:      96000 | #Constraints:      12837
330.40/331.34	c INPROCESSING
330.40/331.34	c GARBAGE COLLECT
330.40/331.34	c rational objective 2
334.19/335.16	c #Conflicts:      97000 | #Constraints:       6741
334.19/335.16	c #Conflicts:      98000 | #Constraints:       7744
334.19/335.16	c #Conflicts:      99000 | #Constraints:       8753
334.19/335.16	c #Conflicts:     100000 | #Constraints:       9756
334.19/335.16	c #Conflicts:     101000 | #Constraints:      10765
334.19/335.16	c #Conflicts:     102000 | #Constraints:      11771
334.19/335.16	c #Conflicts:     103000 | #Constraints:      12776
334.19/335.16	c INPROCESSING
334.19/335.16	c GARBAGE COLLECT
334.19/335.16	c rational objective 2
339.09/340.01	c #Conflicts:     104000 | #Constraints:       7801
339.09/340.01	c #Conflicts:     105000 | #Constraints:       8810
339.09/340.01	c #Conflicts:     106000 | #Constraints:       9812
339.09/340.01	c #Conflicts:     107000 | #Constraints:      10815
339.09/340.01	c #Conflicts:     108000 | #Constraints:      11817
339.09/340.01	c #Conflicts:     109000 | #Constraints:      12823
339.09/340.01	c #Conflicts:     110000 | #Constraints:      13824
339.09/340.01	c INPROCESSING
339.09/340.01	c GARBAGE COLLECT
339.09/340.01	c rational objective 2
344.27/345.25	c #Conflicts:     111000 | #Constraints:       8428
344.27/345.25	c #Conflicts:     112000 | #Constraints:       9437
344.27/345.25	c #Conflicts:     113000 | #Constraints:      10440
344.27/345.25	c #Conflicts:     114000 | #Constraints:      11440
344.27/345.25	c #Conflicts:     115000 | #Constraints:      12454
344.27/345.25	c #Conflicts:     116000 | #Constraints:      13459
344.27/345.25	c #Conflicts:     117000 | #Constraints:      14460
344.27/345.25	c INPROCESSING
344.27/345.25	c GARBAGE COLLECT
344.27/345.25	c rational objective 2
359.13/360.14	c #Conflicts:     118000 | #Constraints:       8737
359.13/360.14	c #Conflicts:     119000 | #Constraints:       9739
359.13/360.14	c #Conflicts:     120000 | #Constraints:      10746
359.13/360.14	c #Conflicts:     121000 | #Constraints:      11752
359.13/360.14	c #Conflicts:     122000 | #Constraints:      12795
359.13/360.14	c #Conflicts:     123000 | #Constraints:      13862
359.13/360.14	c #Conflicts:     124000 | #Constraints:      14880
359.13/360.14	c INPROCESSING
359.13/360.14	c GARBAGE COLLECT
359.13/360.14	c rational objective 2
365.71/366.76	c #Conflicts:     125000 | #Constraints:       8823
365.71/366.76	c #Conflicts:     126000 | #Constraints:       9901
365.71/366.76	c #Conflicts:     127000 | #Constraints:      10901
365.71/366.76	c #Conflicts:     128000 | #Constraints:      11901
365.71/366.76	c #Conflicts:     129000 | #Constraints:      12908
365.71/366.76	c #Conflicts:     130000 | #Constraints:      13921
365.71/366.76	c #Conflicts:     131000 | #Constraints:      14935
365.71/366.76	c INPROCESSING
365.71/366.76	c GARBAGE COLLECT
365.71/366.76	c rational objective 2
371.00/372.01	c #Conflicts:     132000 | #Constraints:       8683
371.00/372.01	c #Conflicts:     133000 | #Constraints:       9694
371.00/372.01	c #Conflicts:     134000 | #Constraints:      10697
371.00/372.01	c #Conflicts:     135000 | #Constraints:      11698
371.00/372.01	c #Conflicts:     136000 | #Constraints:      12698
371.00/372.01	c #Conflicts:     137000 | #Constraints:      13701
371.00/372.01	c #Conflicts:     138000 | #Constraints:      14701
371.00/372.01	c #Conflicts:     139000 | #Constraints:      15702
371.00/372.01	c INPROCESSING
371.00/372.01	c GARBAGE COLLECT
371.00/372.01	c rational objective 2
372.89/373.92	c #Conflicts:     140000 | #Constraints:       9280
372.89/373.92	c bounds 4 >= 2 @ 366.058
373.49/374.52	c bounds 3 >= 2 @ 366.644
381.86/382.90	c #Conflicts:     141000 | #Constraints:      10285
381.86/382.90	c #Conflicts:     142000 | #Constraints:      11285
381.86/382.90	c #Conflicts:     143000 | #Constraints:      12286
381.86/382.90	c #Conflicts:     144000 | #Constraints:      13300
381.86/382.90	c #Conflicts:     145000 | #Constraints:      14307
381.86/382.90	c #Conflicts:     146000 | #Constraints:      15309
381.86/382.90	c #Conflicts:     147000 | #Constraints:      16313
381.86/382.90	c INPROCESSING
381.86/382.90	c GARBAGE COLLECT
381.86/382.90	c rational objective 2
387.65/388.78	c #Conflicts:     148000 | #Constraints:       8470
387.65/388.78	c #Conflicts:     149000 | #Constraints:       9470
387.65/388.78	c #Conflicts:     150000 | #Constraints:      10470
387.65/388.78	c #Conflicts:     151000 | #Constraints:      11470
387.65/388.78	c #Conflicts:     152000 | #Constraints:      12473
387.65/388.78	c #Conflicts:     153000 | #Constraints:      13483
387.65/388.78	c #Conflicts:     154000 | #Constraints:      14485
387.65/388.78	c #Conflicts:     155000 | #Constraints:      15485
387.65/388.78	c INPROCESSING
387.65/388.78	c GARBAGE COLLECT
387.65/388.78	c rational objective 2
394.52/395.62	c #Conflicts:     156000 | #Constraints:       9007
394.52/395.62	c #Conflicts:     157000 | #Constraints:      10010
394.52/395.62	c #Conflicts:     158000 | #Constraints:      11011
394.52/395.62	c #Conflicts:     159000 | #Constraints:      12014
394.52/395.62	c #Conflicts:     160000 | #Constraints:      13017
394.52/395.62	c #Conflicts:     161000 | #Constraints:      14020
394.52/395.62	c #Conflicts:     162000 | #Constraints:      15024
394.52/395.62	c #Conflicts:     163000 | #Constraints:      16028
394.52/395.62	c INPROCESSING
394.52/395.62	c GARBAGE COLLECT
394.52/395.62	c rational objective 2
399.41/400.50	c #Conflicts:     164000 | #Constraints:       8837
399.41/400.50	c #Conflicts:     165000 | #Constraints:       9837
399.41/400.50	c #Conflicts:     166000 | #Constraints:      10839
399.41/400.50	c #Conflicts:     167000 | #Constraints:      11842
399.41/400.50	c #Conflicts:     168000 | #Constraints:      12842
399.41/400.50	c #Conflicts:     169000 | #Constraints:      13843
399.41/400.50	c #Conflicts:     170000 | #Constraints:      14844
399.41/400.50	c #Conflicts:     171000 | #Constraints:      15846
399.41/400.50	c bounds 3 >= 3 @ 392.043
399.41/400.50	c cpu time 392.043 s
399.41/400.50	c deterministic time 6291640965 6.29e+09
399.41/400.50	c optimization time 9.15561 s
399.41/400.50	c total solve time 382.714 s
399.41/400.50	c core-guided solve time 182.983 s
399.41/400.50	c propagation time 77.7678 s
399.41/400.50	c conflict analysis time 272.892 s
399.41/400.50	c propagations 21677034
399.41/400.50	c resolve steps 7192854
399.41/400.50	c decisions 1004869
399.41/400.50	c conflicts 171131
399.41/400.50	c restarts 466
399.41/400.50	c inprocessing phases 32
399.41/400.50	c garbage collections 32 ,( 100.00 )
399.41/400.50	c input clauses 16 ,( 1.23 )
399.41/400.50	c input cardinalities 202 ,( 15.54 )
399.41/400.50	c input general constraints 1082 ,( 83.23 )
399.41/400.50	c input average constraint length 426.68
399.41/400.50	c input average constraint degree 255.31
399.41/400.50	c learned clauses 147139 ,( 85.22 )
399.41/400.50	c learned cardinalities 81 ,( 0.05 )
399.41/400.50	c learned general constraints 25435 ,( 14.73 )
399.41/400.50	c learned average constraint length 247.10
399.41/400.50	c learned average constraint degree 7602404.46
399.41/400.50	c watched  CF 32, 64, 128, Arb: 6908 , 0 , 0 , 0
399.41/400.50	c counting CF 32, 64, 128, Arb: 19610 , 0 , 0 , 0
399.41/400.50	c watched   constraints 6908 ,( 26.05 ) 
399.41/400.50	c counting  constraints 19609 ,( 73.95 ) 
399.41/400.50	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 24960815 , 191935 , 817798439 ,( 32461056 , 785337383 )
399.41/400.50	c gcd simplifications 20626
399.41/400.50	c detected cardinalities 32
399.41/400.50	c weakened non-implied lits 9864592
399.41/400.50	c weakened non-implying lits 93119
399.41/400.50	c original variables 1289
399.41/400.50	c clausal propagations 645658
399.41/400.50	c cardinality propagations 111413
399.41/400.50	c watched propagations 167773
399.41/400.50	c counting propagations 20408087
399.41/400.50	c watch lookups 2670794414
399.41/400.50	c watch backjump lookups 0
399.41/400.50	c watch checks 1309911188
399.41/400.50	c propagation checks 711016709
399.41/400.50	c constraint additions 1554184750
399.41/400.50	c trail pops 22852220
399.41/400.50	c formula constraints 1095
399.41/400.50	c learned constraints 170740
399.41/400.50	c bound constraints 200
399.41/400.50	c core-guided constraints 5
399.41/400.50	c encountered formula constraints 6355498
399.41/400.50	c encountered learned constraints 969092
399.41/400.50	c encountered bound constraints 6165
399.41/400.50	c encountered core-guided constraints 6703
399.41/400.50	c LP total time 57.7907 s
399.41/400.50	c LP solve time 32.88 s
399.41/400.50	c LP constraints added 1476
399.41/400.50	c LP constraints removed 369
399.41/400.50	c LP pivots internal 171210
399.41/400.50	c LP pivots root 28570
399.41/400.50	c LP calls 3402
399.41/400.50	c LP optimalities 1876
399.41/400.50	c LP no pivot count 711
399.41/400.50	c LP infeasibilities 1504
399.41/400.50	c LP valid Farkas constraints 1460
399.41/400.50	c LP learned Farkas constraints 389
399.41/400.50	c LP basis resets 32
399.41/400.50	c LP cycling count 16
399.41/400.50	c LP singular count 3
399.41/400.50	c LP no primal count 0
399.41/400.50	c LP no farkas count 13
399.41/400.50	c LP other issue count 0
399.41/400.50	c LP Gomory cuts 66
399.41/400.50	c LP learned cuts 315
399.41/400.50	c LP deleted cuts 369
399.41/400.50	c LP encountered Gomory constraints 1857
399.41/400.50	c LP encountered Farkas constraints 11593
399.41/400.50	c LP encountered learned Farkas constraints 12688
399.41/400.50	c CG auxiliary variables introduced 2
399.41/400.50	c CG solutions found 197
399.41/400.50	c CG cores constructed 2
399.41/400.50	c CG core cardinality constraints returned 0
399.41/400.50	c CG unit cores 0
399.41/400.50	c CG single cores 2
399.41/400.50	c CG blocks removed during cardinality reduction 0
399.41/400.50	c CG first core best 0
399.41/400.50	c CG decision core best 0
399.41/400.50	c CG core reduction tie 0
399.41/400.50	c CG core degree average 1.00
399.41/400.50	c CG core slack average 385.50
399.41/400.50	c CG core upper bound improvements 1
399.41/400.50	c STR number of successful calls 0
399.41/400.50	c STR number of unsuccessful calls 0
399.41/400.50	c STR number of inconclusive calls 0
399.41/400.50	c STR number of successful attempts 0
399.41/400.50	c STR number of unsuccessful attempts 0
399.41/400.50	c STR number of inconclusive attempts 0
399.41/400.50	c STR average degree increase per successful call inf
399.41/400.50	c STR average degree increase per successful attempt inf
399.41/400.50	c STR total number of conflicts for successful attempts 0
399.41/400.50	c STR total number of conflicts for unsuccessful attempts 0
399.41/400.50	c STR total number of conflicts for inconclusive attempts 0
399.41/400.50	c STR average number of conflicts per successful attempt inf
399.41/400.50	c STR average number of conflicts per unsuccessful attempt inf
399.41/400.50	c STR average number of conflicts per inconclusive attempt inf
399.41/400.50	c AVG.sumWPerc 52.65 
399.41/400.50	c bigint constraints 0 
399.41/400.50	o 3
399.41/400.50	s OPTIMUM FOUND
399.41/400.50	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 x175 x176 x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 x201 x202 x203 x204 x205 x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 x230 x231 x232 x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 x258 x259 x260 x261 x262 x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 x287 x288 x289 x290 x291 x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 x315 x316 x317 x318 x319 x320 x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 x346 x347 x348 x349 x350 x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 x375 x376 x377 x378 x379 x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 x398 -x399 -x400 -x401 -x402 -x403 -x404 x405 x406 x407 x408 x409 x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 x436 x437 x438 -x439 -x440 -x441 x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 x463 x464 x465 x466 x467 x468 x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 x492 x493 x494 x495 x496 x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 x521 x522 x523 x524 x525 x526 x527 x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 x550 x551 x552 x553 x554 x555 x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 x579 x580 x581 x582 x583 x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 x608 x609 x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 x690 x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 x699 x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 x795 x796 x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 x805 -x806 x807 -x808 -x809 x810 x811 x812 x813 x814 -x815 -x816 -x817 x818 -x819 x820 -x821 x822 x823 -x824 x825 x826 x827 x828 -x829 -x830 x831 x832 x833 x834 -x835 -x836 x837 x838 x839 x840 x841 -x842 x843 x844 -x845 -x846 x847 x848 -x849 x850 -x851 x852 -x853 x854 x855 x856 x857 x858 x859 x860 -x861 -x862 -x863 -x864 x865 x866 -x867 -x868 -x869 -x870 x871 -x872 -x873 x874 -x875 -x876 -x877 x878 -x879 -x880 -x881 -x882 x883 x884 -x885 x886 x887 -x888 x889 -x890 -x891 x892 -x893 x894 -x895 -x896 x897 x898 -x899 -x900 -x901 -x902 x903 x904 -x905 -x906 -x907 x908 -x909 -x910 x911 -x912 x913 x914 -x915 -x916 -x917 x918 x919 x920 x921 x922 x923 -x924 x925 x926 x927 x928 -x929 -x930 -x931 -x932 -x933 x934 -x935 x936 x937 -x938 x939 x940 x941 x942 -x943 x944 -x945 -x946 x947 -x948 -x949 x950 x951 x952 -x953 x954 -x955 -x956 x957 x958 -x959 -x960 -x961 x962 -x963 x964 -x965 x966 -x967 -x968 x969 x970 x971 -x972 -x973 -x974 x975 -x976 x977 -x978 x979 -x980 x981 x982 -x983 x984 -x985 x986 -x987 x988 -x989 -x990 x991 -x992 x993 x994 x995 x996 x997 -x998 x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 x1006 -x1007 -x1008 -x1009 x1010 -x1011 x1012 -x1013 -x1014 -x1015 x1016 -x1017 -x1018 x1019 -x1020 x1021 -x1022 -x1023 x1024 -x1025 -x1026 x1027 -x1028 x1029 -x1030 x1031 x1032 x1033 x1034 -x1035 -x1036 -x1037 x1038 -x1039 -x1040 x1041 x1042 x1043 -x1044 x1045 x1046 x1047 x1048 x1049 x1050 x1051 -x1052 x1053 x1054 -x1055 x1056 -x1057 x1058 -x1059 x1060 x1061 -x1062 x1063 x1064 x1065 -x1066 -x1067 -x1068 x1069 -x1070 -x1071 x1072 x1073 -x1074 x1075 x1076 x1077 x1078 x1079 x1080 -x1081 x1082 x1083 x1084 -x1085 x1086 x1087 x1088 x1089 x1090 x1091 x1092 -x1093 x1094 -x1095 -x1096 x1097 x1098 -x1099 -x1100 x1101 x1102 -x1103 x1104 -x1105 x1106 -x1107 -x1108 -x1109 -x1110 x1111 -x1112 x1113 x1114 -x1115 -x1116 x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 x1127 -x1128 -x1129 x1130 x1131 -x1132 -x1133 x1134 x1135 x1136 -x1137 -x1138 -x1139 -x1140 -x1141 x1142 -x1143 x1144 x1145 x1146 x1147 -x1148 x1149 x1150 -x1151 x1152 x1153 x1154 -x1155 -x1156 -x1157 x1158 -x1159 x1160 -x1161 x1162 -x1163 -x1164 x1165 x1166 x1167 -x1168 -x1169 -x1170 x1171 -x1172 -x1173 -x1174 x1175 x1176 -x1177 -x1178 x1179 x1180 -x1181 -x1182 x1183 x1184 -x1185 -x1186 x1187 x1188 x1189 x1190 x1191 -x1192 x1193 x1194 -x1195 x1196 -x1197 -x1198 -x1199 -x1200 x1201 x1202 -x1203 x1204 x1205 -x1206 x1207 x1208 x1209 -x1210 -x1211 -x1212 -x1213 -x1214 x1215 x1216 -x1217 x1218 x1219 x1220 -x1221 x1222 x1223 -x1224 -x1225 -x1226 x1227 x1228 x1229 -x1230 -x1231 -x1232 -x1233 x1234 -x1235 -x1236 x1237 -x1238 x1239 x1240 -x1241 x1242 x1243 -x1244 x1245 -x1246 x1247 -x1248 x1249 -x1250 -x1251 x1252 -x1253 -x1254 x1255 x1256 -x1257 x1258 -x1259 -x1260 -x1261 x1262 -x1263 x1264 -x1265 x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 -x1274 x1275 x1276 x1277 x1278 -x1279 -x1280 x1281 x1282 -x1283 x1284 x1285 x1286 x1287 -x1288 x1289

Verifier Data

OK	3

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Fri Jul  4 16:17:32 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
ERROR:root:Sorry, there was an internal error. Please rerun with debugging and make a bug report.
-- cakepb --
c Checking failed for top-level proof step starting at line: 8894656 (error may be in subproofs). Reason: contradiction not derived at end of hints
--summary--
ERROR

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: 63708 MiB (59352 MiB free)
  memory of node 1: 64465 MiB (61918 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4523473-1751597679/watcher-4523473-1751597679 -o /tmp/evaluation-result-4523473-1751597679/solver-4523473-1751597679 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751597363-97000 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4523473-1751597679.opb PROOFDIR/proof-4523473-1751597679 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=97277, runsolver pid=97274

[startup+0.100072 s]*
/proc/loadavg: 4.42 3.19 2.47 5/276 97280
/proc/meminfo: memFree=124161168/131249992 swapFree=33010160/33010684
[pid=97277] ppid=97274 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/97277/stat : 97277 (run-opt-ls-log.) S 97274 97277 96988 0 -1 4194304 241 5066 0 0 0 0 5 1 20 0 1 0 75446660 4292608 736 18446744073709551615 94202145386496 94202146281029 140728367605680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94202146520080 94202146567824 94202169020416 140728367614235 140728367614433 140728367614433 140728367620035 0
/proc/97277/statm: 1048 736 672 219 0 110 0
[pid=97280] ppid=97277 vsize=16652 memory=896 CPUtime=0 cores=1,3
/proc/97280/stat : 97280 (roundingsat) D 97277 97277 96988 0 -1 4194304 78 0 0 0 0 0 0 0 20 0 1 0 75446670 17051648 224 18446744073709551615 4227072 8923433 140721707858176 0 0 0 0 0 0 1 0 0 17 1 0 0 0 0 0 9823104 9832592 22810624 140721707862262 140721707862568 140721707862568 140721707868138 0
/proc/97280/statm: 4163 224 224 1147 0 102 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 20844 KiB
Current children cumulated memory: 3840 KiB

[startup+0.205879 s]*
/proc/loadavg: 4.42 3.19 2.47 5/276 97280
/proc/meminfo: memFree=124159860/131249992 swapFree=33010160/33010684
[pid=97277] ppid=97274 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/97277/stat : 97277 (run-opt-ls-log.) S 97274 97277 96988 0 -1 4194304 241 5066 0 0 0 0 5 1 20 0 1 0 75446660 4292608 736 18446744073709551615 94202145386496 94202146281029 140728367605680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94202146520080 94202146567824 94202169020416 140728367614235 140728367614433 140728367614433 140728367620035 0
/proc/97277/statm: 1048 736 672 219 0 110 0
[pid=97280] ppid=97277 vsize=68168 memory=23732 CPUtime=0.1 cores=1,3
/proc/97280/stat : 97280 (roundingsat) R 97277 97277 96988 0 -1 4194304 3608 0 0 0 9 1 0 0 20 0 1 0 75446670 69804032 5933 18446744073709551615 4227072 8923433 140721707858176 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22810624 140721707862262 140721707862568 140721707862568 140721707868138 0
/proc/97280/statm: 17042 5933 2016 1147 0 4469 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 72360 KiB
Current children cumulated memory: 26676 KiB

[startup+0.305977 s]*
/proc/loadavg: 4.42 3.19 2.47 5/276 97280
/proc/meminfo: memFree=124146000/131249992 swapFree=33010160/33010684
[pid=97277] ppid=97274 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/97277/stat : 97277 (run-opt-ls-log.) S 97274 97277 96988 0 -1 4194304 241 5066 0 0 0 0 5 1 20 0 1 0 75446660 4292608 736 18446744073709551615 94202145386496 94202146281029 140728367605680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94202146520080 94202146567824 94202169020416 140728367614235 140728367614433 140728367614433 140728367620035 0
/proc/97277/statm: 1048 736 672 219 0 110 0
[pid=97280] ppid=97277 vsize=87508 memory=46288 CPUtime=0.19 cores=1,3
/proc/97280/stat : 97280 (roundingsat) R 97277 97277 96988 0 -1 4194304 8552 0 0 0 18 1 0 0 20 0 1 0 75446670 89608192 11572 18446744073709551615 4227072 8923433 140721707858176 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22810624 140721707862262 140721707862568 140721707862568 140721707868138 0
/proc/97280/statm: 21877 11572 2336 1147 0 9304 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 91700 KiB
Current children cumulated memory: 49232 KiB

[startup+0.700199 s]
/proc/loadavg: 4.42 3.19 2.47 5/276 97280
/proc/meminfo: memFree=124146000/131249992 swapFree=33010160/33010684
[pid=97277] ppid=97274 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/97277/stat : 97277 (run-opt-ls-log.) S 97274 97277 96988 0 -1 4194304 241 5066 0 0 0 0 5 1 20 0 1 0 75446660 4292608 736 18446744073709551615 94202145386496 94202146281029 140728367605680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94202146520080 94202146567824 94202169020416 140728367614235 140728367614433 140728367614433 140728367620035 0
/proc/97277/statm: 1048 736 672 219 0 110 0
[pid=97280] ppid=97277 vsize=87508 memory=46288 CPUtime=0.58 cores=1,3
/proc/97280/stat : 97280 (roundingsat) R 97277 97277 96988 0 -1 4194304 8552 0 0 0 57 1 0 0 20 0 1 0 75446670 89608192 11572 18446744073709551615 4227072 8923433 140721707858176 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22810624 140721707862262 140721707862568 140721707862568 140721707868138 0
/proc/97280/statm: 21877 11572 2336 1147 0 9304 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 91700 KiB
Current children cumulated memory: 49232 KiB

[startup+1.5002 s]
/proc/loadavg: 4.42 3.19 2.47 5/276 97280
/proc/meminfo: memFree=124137808/131249992 swapFree=33010160/33010684
[pid=97277] ppid=97274 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/97277/stat : 97277 (run-opt-ls-log.) S 97274 97277 96988 0 -1 4194304 241 5066 0 0 0 0 5 1 20 0 1 0 75446660 4292608 736 18446744073709551615 94202145386496 94202146281029 140728367605680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94202146520080 94202146567824 94202169020416 140728367614235 140728367614433 140728367614433 140728367620035 0
/proc/97277/statm: 1048 736 672 219 0 110 0
[pid=97280] ppid=97277 vsize=87508 memory=46288 CPUtime=1.38 cores=1,3
/proc/97280/stat : 97280 (roundingsat) R 97277 97277 96988 0 -1 4194304 8552 0 0 0 137 1 0 0 20 0 1 0 75446670 89608192 11572 18446744073709551615 4227072 8923433 140721707858176 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22810624 140721707862262 140721707862568 140721707862568 140721707868138 0
/proc/97280/statm: 21877 11572 2336 1147 0 9304 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 91700 KiB
Current children cumulated memory: 49232 KiB

[startup+3.10572 s]
/proc/loadavg: 4.42 3.19 2.47 5/276 97280
/proc/meminfo: memFree=124108908/131249992 swapFree=33010160/33010684
[pid=97277] ppid=97274 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/97277/stat : 97277 (run-opt-ls-log.) S 97274 97277 96988 0 -1 4194304 241 5066 0 0 0 0 5 1 20 0 1 0 75446660 4292608 736 18446744073709551615 94202145386496 94202146281029 140728367605680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94202146520080 94202146567824 94202169020416 140728367614235 140728367614433 140728367614433 140728367620035 0
/proc/97277/statm: 1048 736 672 219 0 110 0
[pid=97280] ppid=97277 vsize=87508 memory=46288 CPUtime=2.98 cores=1,3
/proc/97280/stat : 97280 (roundingsat) R 97277 97277 96988 0 -1 4194304 8553 0 0 0 297 1 0 0 20 0 1 0 75446670 89608192 11572 18446744073709551615 4227072 8923433 140721707858176 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22810624 140721707862262 140721707862568 140721707862568 140721707868138 0
/proc/97280/statm: 21877 11572 2336 1147 0 9304 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 91700 KiB
Current children cumulated memory: 49232 KiB

[startup+6.30019 s]
/proc/loadavg: 4.38 3.21 2.48 5/276 97280
/proc/meminfo: memFree=124064716/131249992 swapFree=33010160/33010684
[pid=97277] ppid=97274 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/97277/stat : 97277 (run-opt-ls-log.) S 97274 97277 96988 0 -1 4194304 241 5066 0 0 0 0 5 1 20 0 1 0 75446660 4292608 736 18446744073709551615 94202145386496 94202146281029 140728367605680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94202146520080 94202146567824 94202169020416 140728367614235 140728367614433 140728367614433 140728367620035 0
/proc/97277/statm: 1048 736 672 219 0 110 0
[pid=97280] ppid=97277 vsize=87508 memory=46288 CPUtime=6.17 cores=1,3
/proc/97280/stat : 97280 (roundingsat) R 97277 97277 96988 0 -1 4194304 8553 0 0 0 616 1 0 0 20 0 1 0 75446670 89608192 11572 18446744073709551615 4227072 8923433 140721707858176 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22810624 140721707862262 140721707862568 140721707862568 140721707868138 0
/proc/97280/statm: 21877 11572 2336 1147 0 9304 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 91700 KiB
Current children cumulated memory: 49232 KiB

[startup+12.7002 s]
/proc/loadavg: 4.35 3.22 2.49 5/276 97280
/proc/meminfo: memFree=123962528/131249992 swapFree=33010160/33010684
[pid=97277] ppid=97274 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/97277/stat : 97277 (run-opt-ls-log.) S 97274 97277 96988 0 -1 4194304 241 5066 0 0 0 0 5 1 20 0 1 0 75446660 4292608 736 18446744073709551615 94202145386496 94202146281029 140728367605680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94202146520080 94202146567824 94202169020416 140728367614235 140728367614433 140728367614433 140728367620035 0
/proc/97277/statm: 1048 736 672 219 0 110 0
[pid=97280] ppid=97277 vsize=110808 memory=69832 CPUtime=12.55 cores=1,3
/proc/97280/stat : 97280 (roundingsat) R 97277 97277 96988 0 -1 4194304 18292 0 0 0 1249 6 0 0 20 0 1 0 75446670 113467392 17458 18446744073709551615 4227072 8923433 140721707858176 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22810624 140721707862262 140721707862568 140721707862568 140721707868138 0
/proc/97280/statm: 27702 17458 2432 1147 0 15129 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 115000 KiB
Current children cumulated memory: 72776 KiB

[startup+25.5002 s]
/proc/loadavg: 4.27 3.26 2.51 5/276 97280
/proc/meminfo: memFree=123215272/131249992 swapFree=33010160/33010684
[pid=97277] ppid=97274 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/97277/stat : 97277 (run-opt-ls-log.) S 97274 97277 96988 0 -1 4194304 241 5066 0 0 0 0 5 1 20 0 1 0 75446660 4292608 736 18446744073709551615 94202145386496 94202146281029 140728367605680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94202146520080 94202146567824 94202169020416 140728367614235 140728367614433 140728367614433 140728367620035 0
/proc/97277/statm: 1048 736 672 219 0 110 0
[pid=97280] ppid=97277 vsize=112368 memory=70856 CPUtime=25.32 cores=1,3
/proc/97280/stat : 97280 (roundingsat) R 97277 97277 96988 0 -1 4194304 18552 0 0 0 2501 31 0 0 20 0 1 0 75446670 115064832 17714 18446744073709551615 4227072 8923433 140721707858176 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22810624 140721707862262 140721707862568 140721707862568 140721707868138 0
/proc/97280/statm: 28092 17714 2432 1147 0 15519 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 116560 KiB
Current children cumulated memory: 73800 KiB

[startup+51.1058 s]
/proc/loadavg: 4.25 3.33 2.56 5/276 97281
/proc/meminfo: memFree=121379776/131249992 swapFree=33010160/33010684
[pid=97277] ppid=97274 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/97277/stat : 97277 (run-opt-ls-log.) S 97274 97277 96988 0 -1 4194304 241 5066 0 0 0 0 5 1 20 0 1 0 75446660 4292608 736 18446744073709551615 94202145386496 94202146281029 140728367605680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94202146520080 94202146567824 94202169020416 140728367614235 140728367614433 140728367614433 140728367620035 0
/proc/97277/statm: 1048 736 672 219 0 110 0
[pid=97280] ppid=97277 vsize=128512 memory=85704 CPUtime=50.87 cores=1,3
/proc/97280/stat : 97280 (roundingsat) R 97277 97277 96988 0 -1 4194304 21488 0 0 0 5005 82 0 0 20 0 1 0 75446670 131596288 21426 18446744073709551615 4227072 8923433 140721707858176 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22810624 140721707862262 140721707862568 140721707862568 140721707868138 0
/proc/97280/statm: 32128 21426 2432 1147 0 19555 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 132704 KiB
Current children cumulated memory: 88648 KiB

[startup+102.3 s]
/proc/loadavg: 4.18 3.46 2.64 5/275 97283
/proc/meminfo: memFree=119846144/131249992 swapFree=33010160/33010684
[pid=97277] ppid=97274 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/97277/stat : 97277 (run-opt-ls-log.) S 97274 97277 96988 0 -1 4194304 241 5066 0 0 0 0 5 1 20 0 1 0 75446660 4292608 736 18446744073709551615 94202145386496 94202146281029 140728367605680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94202146520080 94202146567824 94202169020416 140728367614235 140728367614433 140728367614433 140728367620035 0
/proc/97277/statm: 1048 736 672 219 0 110 0
[pid=97280] ppid=97277 vsize=150368 memory=104264 CPUtime=101.92 cores=1,3
/proc/97280/stat : 97280 (roundingsat) R 97277 97277 96988 0 -1 4194304 25885 0 0 0 10022 170 0 0 20 0 1 0 75446670 153976832 26066 18446744073709551615 4227072 8923433 140721707858176 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22810624 140721707862262 140721707862568 140721707862568 140721707868138 0
/proc/97280/statm: 37592 26066 2432 1147 0 25019 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 154560 KiB
Current children cumulated memory: 107208 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 3.57 2.73 5/275 97286
/proc/meminfo: memFree=117696920/131249992 swapFree=33010160/33010684
[pid=97277] ppid=97274 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/97277/stat : 97277 (run-opt-ls-log.) S 97274 97277 96988 0 -1 4194304 241 5066 0 0 0 0 5 1 20 0 1 0 75446660 4292608 736 18446744073709551615 94202145386496 94202146281029 140728367605680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94202146520080 94202146567824 94202169020416 140728367614235 140728367614433 140728367614433 140728367620035 0
/proc/97277/statm: 1048 736 672 219 0 110 0
[pid=97280] ppid=97277 vsize=162996 memory=117060 CPUtime=161.78 cores=1,3
/proc/97280/stat : 97280 (roundingsat) R 97277 97277 96988 0 -1 4194304 27721 0 0 0 15902 276 0 0 20 0 1 0 75446670 166907904 29265 18446744073709551615 4227072 8923433 140721707858176 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22810624 140721707862262 140721707862568 140721707862568 140721707868138 0
/proc/97280/statm: 40749 29265 2432 1147 0 28176 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 167188 KiB
Current children cumulated memory: 120004 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 3.67 2.82 5/275 97288
/proc/meminfo: memFree=114418964/131249992 swapFree=33010160/33010684
[pid=97277] ppid=97274 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/97277/stat : 97277 (run-opt-ls-log.) S 97274 97277 96988 0 -1 4194304 241 5066 0 0 0 0 5 1 20 0 1 0 75446660 4292608 736 18446744073709551615 94202145386496 94202146281029 140728367605680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94202146520080 94202146567824 94202169020416 140728367614235 140728367614433 140728367614433 140728367620035 0
/proc/97277/statm: 1048 736 672 219 0 110 0
[pid=97280] ppid=97277 vsize=163428 memory=121948 CPUtime=221.62 cores=1,3
/proc/97280/stat : 97280 (roundingsat) R 97277 97277 96988 0 -1 4194304 28115 0 0 0 21771 391 0 0 20 0 1 0 75446670 167350272 30487 18446744073709551615 4227072 8923433 140721707858176 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22810624 140721707862262 140721707862568 140721707862568 140721707868138 0
/proc/97280/statm: 40857 30487 2528 1147 0 28284 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 167620 KiB
Current children cumulated memory: 124892 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 3.75 2.90 5/275 97291
/proc/meminfo: memFree=108923116/131249992 swapFree=33010160/33010684
[pid=97277] ppid=97274 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/97277/stat : 97277 (run-opt-ls-log.) S 97274 97277 96988 0 -1 4194304 241 5066 0 0 0 0 5 1 20 0 1 0 75446660 4292608 736 18446744073709551615 94202145386496 94202146281029 140728367605680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94202146520080 94202146567824 94202169020416 140728367614235 140728367614433 140728367614433 140728367620035 0
/proc/97277/statm: 1048 736 672 219 0 110 0
[pid=97280] ppid=97277 vsize=164152 memory=122904 CPUtime=281.47 cores=1,3
/proc/97280/stat : 97280 (roundingsat) R 97277 97277 96988 0 -1 4194304 29659 0 0 0 27636 511 0 0 20 0 1 0 75446670 168091648 30726 18446744073709551615 4227072 8923433 140721707858176 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22810624 140721707862262 140721707862568 140721707862568 140721707868138 0
/proc/97280/statm: 41038 30726 2528 1147 0 28465 0
Current children cumulated CPU time: 281.53 s
Current children cumulated vsize: 168344 KiB
Current children cumulated memory: 125848 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 3.81 2.98 5/275 97294
/proc/meminfo: memFree=106575960/131249992 swapFree=33010160/33010684
[pid=97277] ppid=97274 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/97277/stat : 97277 (run-opt-ls-log.) S 97274 97277 96988 0 -1 4194304 241 5066 0 0 0 0 5 1 20 0 1 0 75446660 4292608 736 18446744073709551615 94202145386496 94202146281029 140728367605680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94202146520080 94202146567824 94202169020416 140728367614235 140728367614433 140728367614433 140728367620035 0
/proc/97277/statm: 1048 736 672 219 0 110 0
[pid=97280] ppid=97277 vsize=175488 memory=134120 CPUtime=341.31 cores=1,3
/proc/97280/stat : 97280 (roundingsat) R 97277 97277 96988 0 -1 4194304 34655 0 0 0 33514 617 0 0 20 0 1 0 75446670 179699712 33530 18446744073709551615 4227072 8923433 140721707858176 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22810624 140721707862262 140721707862568 140721707862568 140721707868138 0
/proc/97280/statm: 43872 33530 2528 1147 0 31299 0
Current children cumulated CPU time: 341.37 s
Current children cumulated vsize: 179680 KiB
Current children cumulated memory: 137064 KiB

[startup+402.3 s]
/proc/loadavg: 4.06 3.86 3.05 6/276 97311
/proc/meminfo: memFree=104717068/131249992 swapFree=33010160/33010684
[pid=97277] ppid=97274 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/97277/stat : 97277 (run-opt-ls-log.) S 97274 97277 96988 0 -1 4194304 241 5066 0 0 0 0 5 1 20 0 1 0 75446660 4292608 736 18446744073709551615 94202145386496 94202146281029 140728367605680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94202146520080 94202146567824 94202169020416 140728367614235 140728367614433 140728367614433 140728367620035 0
/proc/97277/statm: 1048 736 672 219 0 110 0
[pid=97280] ppid=97277 vsize=167764 memory=126440 CPUtime=399.95 cores=1,3
/proc/97280/stat : 97280 (roundingsat) D 97277 97277 96988 0 -1 4194304 38836 0 0 0 39206 789 0 0 20 0 1 0 75446670 171790336 31610 18446744073709551615 4227072 8923433 140721707858176 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9823104 9832592 22810624 140721707862262 140721707862568 140721707862568 140721707868138 0
/proc/97280/statm: 41941 31610 2528 1147 0 29368 0
Current children cumulated CPU time: 400.01 s
Current children cumulated vsize: 171956 KiB
Current children cumulated memory: 129384 KiB

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

# cumulated CPU time of all completed processes:  user=392.135 s, system=8.18343 s

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

[startup+403.2 s]
/proc/loadavg: 4.06 3.86 3.05 5/276 97311
/proc/meminfo: memFree=104694432/131249992 swapFree=33010160/33010684
[pid=97277] ppid=97274 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/97277/stat : 97277 (run-opt-ls-log.) S 97274 97277 96988 0 -1 4194304 241 5066 0 0 0 0 5 1 20 0 1 0 75446660 4292608 736 18446744073709551615 94202145386496 94202146281029 140728367605680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94202146520080 94202146567824 94202169020416 140728367614235 140728367614433 140728367614433 140728367620035 0
/proc/97277/statm: 1048 736 672 219 0 110 0
[pid=97280] ppid=97277 vsize=167764 memory=126440 CPUtime=400.01 cores=1,3
/proc/97280/stat : 97280 (roundingsat) R 97277 97277 96988 0 -1 4194304 38836 0 0 0 39206 795 0 0 20 0 1 0 75446670 171790336 31610 18446744073709551615 4227072 8923433 140721707858176 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9823104 9832592 22810624 140721707862262 140721707862568 140721707862568 140721707868138 0
/proc/97280/statm: 41941 31610 2528 1147 0 29368 0
Current children cumulated CPU time: 400.07 s
Current children cumulated vsize: 171956 KiB
Current children cumulated memory: 129384 KiB

[startup+404.8 s]
/proc/loadavg: 4.06 3.86 3.05 4/276 97311
/proc/meminfo: memFree=104685860/131249992 swapFree=33010160/33010684
[pid=97277] ppid=97274 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/97277/stat : 97277 (run-opt-ls-log.) S 97274 97277 96988 0 -1 4194304 241 5066 0 0 0 0 5 1 20 0 1 0 75446660 4292608 736 18446744073709551615 94202145386496 94202146281029 140728367605680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94202146520080 94202146567824 94202169020416 140728367614235 140728367614433 140728367614433 140728367620035 0
/proc/97277/statm: 1048 736 672 219 0 110 0
[pid=97280] ppid=97277 vsize=167764 memory=126440 CPUtime=400.07 cores=1,3
/proc/97280/stat : 97280 (roundingsat) D 97277 97277 96988 0 -1 4194304 38836 0 0 0 39207 800 0 0 20 0 1 0 75446670 171790336 31610 18446744073709551615 4227072 8923433 140721707858176 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9823104 9832592 22810624 140721707862262 140721707862568 140721707862568 140721707868138 0
/proc/97280/statm: 41941 31610 2528 1147 0 29368 0
Current children cumulated CPU time: 400.13 s
Current children cumulated vsize: 171956 KiB
Current children cumulated memory: 129384 KiB

[startup+406.4 s]
/proc/loadavg: 4.06 3.87 3.06 4/276 97311
/proc/meminfo: memFree=104641888/131249992 swapFree=33010160/33010684
[pid=97277] ppid=97274 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/97277/stat : 97277 (run-opt-ls-log.) S 97274 97277 96988 0 -1 4194304 241 5066 0 0 0 0 5 1 20 0 1 0 75446660 4292608 736 18446744073709551615 94202145386496 94202146281029 140728367605680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94202146520080 94202146567824 94202169020416 140728367614235 140728367614433 140728367614433 140728367620035 0
/proc/97277/statm: 1048 736 672 219 0 110 0
[pid=97280] ppid=97277 vsize=167764 memory=126440 CPUtime=400.12 cores=1,3
/proc/97280/stat : 97280 (roundingsat) D 97277 97277 96988 0 -1 4194304 38836 0 0 0 39207 805 0 0 20 0 1 0 75446670 171790336 31610 18446744073709551615 4227072 8923433 140721707858176 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9823104 9832592 22810624 140721707862262 140721707862568 140721707862568 140721707868138 0
/proc/97280/statm: 41941 31610 2528 1147 0 29368 0
Current children cumulated CPU time: 400.18 s
Current children cumulated vsize: 171956 KiB
Current children cumulated memory: 129384 KiB

[startup+406.8 s]
/proc/loadavg: 4.06 3.87 3.06 4/276 97311
/proc/meminfo: memFree=104641888/131249992 swapFree=33010160/33010684
[pid=97277] ppid=97274 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/97277/stat : 97277 (run-opt-ls-log.) S 97274 97277 96988 0 -1 4194304 241 5066 0 0 0 0 5 1 20 0 1 0 75446660 4292608 736 18446744073709551615 94202145386496 94202146281029 140728367605680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94202146520080 94202146567824 94202169020416 140728367614235 140728367614433 140728367614433 140728367620035 0
/proc/97277/statm: 1048 736 672 219 0 110 0
[pid=97280] ppid=97277 vsize=167764 memory=126440 CPUtime=400.21 cores=1,3
/proc/97280/stat : 97280 (roundingsat) R 97277 97277 96988 0 -1 4194304 38836 0 0 0 39207 814 0 0 20 0 1 0 75446670 171790336 31610 18446744073709551615 4227072 8923433 140721707858176 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22810624 140721707862262 140721707862568 140721707862568 140721707868138 0
/proc/97280/statm: 41941 31610 2528 1147 0 29368 0
Current children cumulated CPU time: 400.27 s
Current children cumulated vsize: 171956 KiB
Current children cumulated memory: 129384 KiB

[startup+407 s]*
/proc/loadavg: 4.06 3.87 3.06 5/276 97311
/proc/meminfo: memFree=104683944/131249992 swapFree=33010160/33010684
[pid=97277] ppid=97274 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/97277/stat : 97277 (run-opt-ls-log.) S 97274 97277 96988 0 -1 4194304 241 5066 0 0 0 0 5 1 20 0 1 0 75446660 4292608 736 18446744073709551615 94202145386496 94202146281029 140728367605680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94202146520080 94202146567824 94202169020416 140728367614235 140728367614433 140728367614433 140728367620035 0
/proc/97277/statm: 1048 736 672 219 0 110 0
[pid=97280] ppid=97277 vsize=167764 memory=126440 CPUtime=400.23 cores=1,3
/proc/97280/stat : 97280 (roundingsat) D 97277 97277 96988 0 -1 4194304 38836 0 0 0 39207 816 0 0 20 0 1 0 75446670 171790336 31610 18446744073709551615 4227072 8923433 140721707858176 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9823104 9832592 22810624 140721707862262 140721707862568 140721707862568 140721707868138 0
/proc/97280/statm: 41941 31610 2528 1147 0 29368 0
Current children cumulated CPU time: 400.29 s
Current children cumulated vsize: 171956 KiB
Current children cumulated memory: 129384 KiB

[startup+407.106 s]
/proc/loadavg: 4.06 3.87 3.06 5/276 97311
/proc/meminfo: memFree=104683944/131249992 swapFree=33010160/33010684
[pid=97277] ppid=97274 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/97277/stat : 97277 (run-opt-ls-log.) S 97274 97277 96988 0 -1 4194304 241 5066 0 0 0 0 5 1 20 0 1 0 75446660 4292608 736 18446744073709551615 94202145386496 94202146281029 140728367605680 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94202146520080 94202146567824 94202169020416 140728367614235 140728367614433 140728367614433 140728367620035 0
/proc/97277/statm: 1048 736 672 219 0 110 0
[pid=97280] ppid=97277 vsize=167764 memory=126440 CPUtime=400.23 cores=1,3
/proc/97280/stat : 97280 (roundingsat) D 97277 97277 96988 0 -1 4194304 38836 0 0 0 39207 816 0 0 20 0 1 0 75446670 171790336 31610 18446744073709551615 4227072 8923433 140721707858176 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9823104 9832592 22810624 140721707862262 140721707862568 140721707862568 140721707868138 0
/proc/97280/statm: 41941 31610 2528 1147 0 29368 0
Current children cumulated CPU time: 400.29 s
Current children cumulated vsize: 171956 KiB
Current children cumulated memory: 129384 KiB

Child status: 0

Real time (s): 407.137
CPU time (s): 400.318
CPU user time (s): 392.135
CPU system time (s): 8.18343
CPU usage (%): 98.3253
Max. virtual memory (cumulated for all children) (KiB): 191660
Max. memory (cumulated for all children) (KiB): 148848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 392.135
system time used= 8.18343
maximum resident set size= 158328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44165
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15057840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 145551
involuntary context switches= 912


# summary of solver processes directly reported to runsolver:
#   pid: 97277
#   total CPU time (s): 400.318
#   total CPU user time (s): 392.135
#   total CPU system time (s): 8.18343

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.843592 second user time and 1.93544 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-04 04:54:39
IDJOB=4523473
IDBENCH=180363
IDSOLVER=3356
FILE ID=nodeC025/4523473-1751597679
RUNJOBID= nodeC025-1751597363-97000
SLURM_JOB_ID= 9598865
Free space on /tmp= 432892 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 63f22ad
BENCH NAME= PB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/instances/normalized-bnn_mnist_rot_8_label1_adversarial_norm_0.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4523473-1751597679/watcher-4523473-1751597679 -o /tmp/evaluation-result-4523473-1751597679/solver-4523473-1751597679 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751597363-97000 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4523473-1751597679.opb PROOFDIR/proof-4523473-1751597679

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

MD5SUM BENCH= 0f8d279ff02416fc8d5941f7f119b5c9
RANDOM SEED=888534479

nodeC025 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.751
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.67
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.834
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.67
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		: 3597.354
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.67
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		: 3605.628
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.67
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.884
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.67
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.834
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.67
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		: 3596.322
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.67
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		: 3607.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 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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        124182312 kB
MemAvailable:   126516848 kB
Buffers:            2128 kB
Cached:          3124908 kB
SwapCached:          200 kB
Active:          3402684 kB
Inactive:        2873700 kB
Active(anon):    3150084 kB
Inactive(anon):    17156 kB
Active(file):     252600 kB
Inactive(file):  2856544 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            203184 kB
Writeback:           304 kB
AnonPages:       3152292 kB
Mapped:           116964 kB
Shmem:             17856 kB
KReclaimable:     129264 kB
Slab:             225028 kB
SReclaimable:     129264 kB
SUnreclaim:        95764 kB
KernelStack:        4448 kB
PageTables:         9660 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    3814284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150744 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1116160 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432880 MiB
End job on nodeC025 at 2025-07-04 05:01:26